UpdraftPlus WordPress Backup Plugin - Version 1.12.34

Version Description

  • 23/Feb/2017 =

  • FEATURE: Added the ability to allow other plugins to call an automatic backup more easily

  • FEATURE: Added the ability to select which tables you want to backup when using the 'Backup now' modal (Premium)

  • FIX: Re-scanning a Dropbox that contained more than 1000 backup archives only fetched the first 1000 (this was previously awaiting on Dropbox fixing a related bug on their API servers).

  • FIX: Escape table names to allow table names with hyphens in, when reading data

  • FIX: The "Advanced Tools" tab was appearing with no contents if you chose an unwritable backup directory (regression)

  • TRANSLATIONS: Remove bundled Swedish (sv), Spanish (Spain) (es_ES) and Czeck (etina, cs_CZ) translations, since these are now retrieved from wordpress.org.

  • TWEAK: Prevent a JavaScript message being logged when loading UD infrastructure on non-UD settings pages (e.g. plugins that integrate to do backups via UD)

  • TWEAK: Make it easier for other plugins to get/set UpdraftPlus options with less code

  • TWEAK: Make sure that the get_plugins() function is available before using it when generating notices

  • TWEAK: Add the updraftplus_exclude_directory and updraftplus_exclude_file filters allowing arbitrary backup exclusions from code

  • TWEAK: When requesting a download, work around buggy browser/server that continued after Connection: close

  • TWEAK: Add a work-around for a bug in some server/Firefox combinations in handling of the Content-Length header with non-ASCII characters

  • TWEAK: Cause an informational message to be shown in the Rackspace module if php-json is not enabled

  • TWEAK: Fix a regression that prevented information about a faulty WP scheduler from being shown in recent releases

  • TWEAK: Made alert regarding plupload's 'HTTP -200' error, when upload of file fails, more informative.

Download this release

Release Info

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

Code changes from version 1.12.32 to 1.12.34

admin.php CHANGED
@@ -569,6 +569,7 @@ class UpdraftPlus_Admin {
569
  'enteremailhere' => esc_attr(__('To send to more than one address, separate each address with a comma.', 'updraftplus')),
570
  'excludedeverything' => __('If you exclude both the database and the files, then you have excluded everything!', 'updraftplus'),
571
  'nofileschosen' => __('You have chosen to backup files, but no file entities have been selected', 'updraftplus'),
 
572
  'restoreproceeding' => __('The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished.', 'updraftplus'),
573
  'unexpectedresponse' => __('Unexpected response:', 'updraftplus'),
574
  'servererrorcode' => __('The web server returned an error code (try again, or check your web server logs)', 'updraftplus'),
@@ -670,6 +671,8 @@ class UpdraftPlus_Admin {
670
  'complete' => __('Complete', 'updraftplus'),
671
  'remote_delete_limit' => defined('UPDRAFTPLUS_REMOTE_DELETE_LIMIT') ? UPDRAFTPLUS_REMOTE_DELETE_LIMIT : 15,
672
  'remote_files_deleted' => __('remote files deleted', 'updraftplus'),
 
 
673
  ) );
674
  }
675
 
@@ -925,7 +928,10 @@ class UpdraftPlus_Admin {
925
  $stage = empty($_REQUEST['stage']) ? '' : $_REQUEST['stage'];
926
 
927
  // This call may not actually return, depending upon what mode it is called in
928
- echo json_encode($this->do_updraft_download_backup($findex, $_REQUEST['type'], $_REQUEST['timestamp'], $stage));
 
 
 
929
 
930
  die();
931
  }
@@ -1041,7 +1047,7 @@ class UpdraftPlus_Admin {
1041
  call_user_func($close_connection_callable, $msg);
1042
  } else {
1043
  $updraftplus->close_browser_connection(json_encode($msg));
1044
- }
1045
 
1046
  $is_downloaded = false;
1047
  add_action('http_request_args', array($updraftplus, 'modify_http_options'));
@@ -1084,7 +1090,7 @@ class UpdraftPlus_Admin {
1084
  if (!$debug_mode) @unlink($updraftplus->logfile_name);
1085
 
1086
  // The browser connection was possibly already closed, but not necessarily
1087
- return array('result' => $result);
1088
 
1089
  }
1090
 
@@ -1115,7 +1121,8 @@ class UpdraftPlus_Admin {
1115
  // This is used as a callback
1116
  public function _updraftplus_background_operation_started($msg) {
1117
  global $updraftplus;
1118
- $updraftplus->close_browser_connection(json_encode($msg));
 
1119
  }
1120
 
1121
  public function updraft_ajax_handler() {
@@ -1742,7 +1749,7 @@ class UpdraftPlus_Admin {
1742
  echo json_encode(array('e' => sprintf(__("Backup directory (%s) is not writable, or does not exist.", 'updraftplus'), $updraft_dir).' '.__('You will find more information about this in the Settings section.', 'updraftplus')));
1743
  exit;
1744
  }
1745
-
1746
  add_filter('upload_dir', array($this, 'upload_dir'));
1747
  add_filter('sanitize_file_name', array($this, 'sanitize_file_name'));
1748
  // handle file upload
@@ -2179,7 +2186,7 @@ class UpdraftPlus_Admin {
2179
  </div>
2180
 
2181
  <div id="updraft-navtab-expert-content"<?php if (4 != $tabflag) echo ' class="updraft-hidden"'; ?> style="<?php if (4 != $tabflag) echo 'display:none;'; ?>">
2182
- <?php $this->settings_advanced_tools($backup_disabled); ?>
2183
  </div>
2184
 
2185
  <div id="updraft-navtab-addons-content"<?php if (5 != $tabflag) echo ' class="updraft-hidden"'; ?> style="<?php if (5 != $tabflag) echo 'display:none;'; ?>">
@@ -2253,16 +2260,25 @@ class UpdraftPlus_Admin {
2253
 
2254
  $ret = '';
2255
 
2256
- $ret .= '<p>
2257
- <input type="checkbox" id="backupnow_includedb" checked="checked"> <label for="backupnow_includedb">'.__("Include the database in the backup", 'updraftplus').'</label><br>';
 
 
 
 
 
 
 
 
 
 
 
2258
 
2259
- $ret .= '<input type="checkbox" id="backupnow_includefiles" checked="checked"> <label for="backupnow_includefiles">'.__("Include any files in the backup", 'updraftplus').'</label> (<a href="#" id="backupnow_includefiles_showmoreoptions">...</a>)<br>';
2260
 
2261
- $ret .= '<div id="backupnow_includefiles_moreoptions" class="updraft-hidden" style="display:none;"><em>'.__('Your saved settings also affect what is backed up - e.g. files excluded.', 'updraftplus').'</em><br>'.$this->files_selector_widgetry('backupnow_files_', false, 'sometimes').'</div>';
2262
-
2263
- $ret .= '<span id="backupnow_remote_container">'.$this->backup_now_remote_message().'</span>';
2264
 
2265
- $ret .= '</p>';
2266
 
2267
  $ret .= apply_filters('updraft_backupnow_modal_afteroptions', '', '');
2268
 
@@ -3996,6 +4012,8 @@ ENDHERE;
3996
  // http_get will allow the HTTP Fetch execute available in advanced tools
3997
  public function http_get($uri = null, $curl = false) {
3998
 
 
 
3999
  if ($curl) {
4000
  if (!function_exists('curl_exec')) {
4001
  return json_encode(array('e' => 'No Curl installed'));
569
  'enteremailhere' => esc_attr(__('To send to more than one address, separate each address with a comma.', 'updraftplus')),
570
  'excludedeverything' => __('If you exclude both the database and the files, then you have excluded everything!', 'updraftplus'),
571
  'nofileschosen' => __('You have chosen to backup files, but no file entities have been selected', 'updraftplus'),
572
+ 'notableschosen' => __('You have chosen to backup a database, but no tables have been selected', 'updraftplus'),
573
  'restoreproceeding' => __('The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished.', 'updraftplus'),
574
  'unexpectedresponse' => __('Unexpected response:', 'updraftplus'),
575
  'servererrorcode' => __('The web server returned an error code (try again, or check your web server logs)', 'updraftplus'),
671
  'complete' => __('Complete', 'updraftplus'),
672
  'remote_delete_limit' => defined('UPDRAFTPLUS_REMOTE_DELETE_LIMIT') ? UPDRAFTPLUS_REMOTE_DELETE_LIMIT : 15,
673
  'remote_files_deleted' => __('remote files deleted', 'updraftplus'),
674
+ 'http_code' => __('HTTP code:', 'updraftplus'),
675
+ 'makesure2' => __('The file failed to upload. Please check the following:', 'updraftplus')."\n\n - ".__('Any settings in your .htaccess or web.config file that affects the maximum upload or post size.', 'updraftplus')."\n - ".__('The available memory on the server.', 'updraftplus')."\n - ".__('That you are attempting to upload a zip file previously created by UpdraftPlus.', 'updraftplus')."\n\n".__('Further information may be found in the browser JavaScript console, and the server PHP error logs.', 'updraftplus'),
676
  ) );
677
  }
678
 
928
  $stage = empty($_REQUEST['stage']) ? '' : $_REQUEST['stage'];
929
 
930
  // This call may not actually return, depending upon what mode it is called in
931
+ $result = $this->do_updraft_download_backup($findex, $_REQUEST['type'], $_REQUEST['timestamp'], $stage);
932
+
933
+ // In theory, if a response was already sent, then Connection: close has been issued, and a Content-Length. However, in https://updraftplus.com/forums/topic/pclzip_err_bad_format-10-invalid-archive-structure/ a browser ignores both of these, and then picks up the second output and complains.
934
+ if (empty($results['already_closed'])) echo json_encode($result);
935
 
936
  die();
937
  }
1047
  call_user_func($close_connection_callable, $msg);
1048
  } else {
1049
  $updraftplus->close_browser_connection(json_encode($msg));
1050
+ }
1051
 
1052
  $is_downloaded = false;
1053
  add_action('http_request_args', array($updraftplus, 'modify_http_options'));
1090
  if (!$debug_mode) @unlink($updraftplus->logfile_name);
1091
 
1092
  // The browser connection was possibly already closed, but not necessarily
1093
+ return array('result' => $result, 'already_closed' => $needs_downloading);
1094
 
1095
  }
1096
 
1121
  // This is used as a callback
1122
  public function _updraftplus_background_operation_started($msg) {
1123
  global $updraftplus;
1124
+ // The extra spaces are because of a bug seen on one server in handling of non-ASCII characters; see HS#11739
1125
+ $updraftplus->close_browser_connection(json_encode($msg).' ');
1126
  }
1127
 
1128
  public function updraft_ajax_handler() {
1749
  echo json_encode(array('e' => sprintf(__("Backup directory (%s) is not writable, or does not exist.", 'updraftplus'), $updraft_dir).' '.__('You will find more information about this in the Settings section.', 'updraftplus')));
1750
  exit;
1751
  }
1752
+
1753
  add_filter('upload_dir', array($this, 'upload_dir'));
1754
  add_filter('sanitize_file_name', array($this, 'sanitize_file_name'));
1755
  // handle file upload
2186
  </div>
2187
 
2188
  <div id="updraft-navtab-expert-content"<?php if (4 != $tabflag) echo ' class="updraft-hidden"'; ?> style="<?php if (4 != $tabflag) echo 'display:none;'; ?>">
2189
+ <?php $this->settings_advanced_tools(); ?>
2190
  </div>
2191
 
2192
  <div id="updraft-navtab-addons-content"<?php if (5 != $tabflag) echo ' class="updraft-hidden"'; ?> style="<?php if (5 != $tabflag) echo 'display:none;'; ?>">
2260
 
2261
  $ret = '';
2262
 
2263
+ $ret .= '<p><input type="checkbox" id="backupnow_includedb" checked="checked"> <label for="backupnow_includedb">'.__("Include the database in the backup", 'updraftplus').'</label> ';
2264
+
2265
+ $ret .= '(<a href="#" id="backupnow_database_showmoreoptions">...</a>)<br>';
2266
+
2267
+ $ret .= '<div id="backupnow_database_moreoptions" class="updraft-hidden" style="display:none;">';
2268
+
2269
+ $premium_link = apply_filters('updraftplus_com_link','https://updraftplus.com/landing/updraftplus-premium');
2270
+
2271
+ $free_ret = '<em>'.__('All WordPress tables will be backed up.', 'updraftplus').' <a href="'.$premium_link.'">'. __('With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too.','updraftplus').'</a></em>';
2272
+
2273
+ $ret .= apply_filters('updraft_backupnow_database_showmoreoptions', $free_ret, '') . '</p>';
2274
+
2275
+ $ret .= '</div>';
2276
 
2277
+ $ret .= '<p><input type="checkbox" id="backupnow_includefiles" checked="checked"> <label for="backupnow_includefiles">'.__("Include any files in the backup", 'updraftplus').'</label> (<a href="#" id="backupnow_includefiles_showmoreoptions">...</a>)<br>';
2278
 
2279
+ $ret .= '<div id="backupnow_includefiles_moreoptions" class="updraft-hidden" style="display:none;"><em>'.__('Your saved settings also affect what is backed up - e.g. files excluded.', 'updraftplus').'</em><br>'.$this->files_selector_widgetry('backupnow_files_', false, 'sometimes').'</div></p>';
 
 
2280
 
2281
+ $ret .= '<span id="backupnow_remote_container">'.$this->backup_now_remote_message().'</span>';
2282
 
2283
  $ret .= apply_filters('updraft_backupnow_modal_afteroptions', '', '');
2284
 
4012
  // http_get will allow the HTTP Fetch execute available in advanced tools
4013
  public function http_get($uri = null, $curl = false) {
4014
 
4015
+ if (!preg_match('/^https?/', $uri)) return json_encode(array('e' => 'Non-http URL specified'));
4016
+
4017
  if ($curl) {
4018
  if (!function_exists('curl_exec')) {
4019
  return json_encode(array('e' => 'No Curl installed'));
backup.php CHANGED
@@ -52,6 +52,9 @@ class UpdraftPlus_Backup {
52
  // Used when deciding to use the 'store' or 'deflate' zip storage method
53
  private $extensions_to_not_compress = array();
54
 
 
 
 
55
  public function __construct($backup_files, $altered_since = -1) {
56
 
57
  global $updraftplus;
@@ -1455,6 +1458,20 @@ class UpdraftPlus_Backup {
1455
 
1456
  if (!apply_filters('updraftplus_backup_table', true, $table, $this->table_prefix, $whichdb, $dbinfo)) {
1457
  $updraftplus->log("Skipping table (filtered): $table");
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1458
  } else {
1459
 
1460
  $db_temp_file = $this->updraft_dir.'/'.$table_file_prefix.'.tmp.gz';
@@ -1738,7 +1755,7 @@ class UpdraftPlus_Backup {
1738
  }
1739
 
1740
  // Comment in SQL-file
1741
- $this->stow("\n\n# " . sprintf("Data contents of $description %s",$updraftplus->backquote($table)) . "\n\n");
1742
 
1743
  }
1744
 
@@ -1789,7 +1806,7 @@ class UpdraftPlus_Backup {
1789
  do {
1790
  @set_time_limit(UPDRAFTPLUS_SET_TIME_LIMIT);
1791
 
1792
- $table_data = $this->wpdb_obj->get_results("SELECT * FROM $table $where LIMIT {$row_start}, {$row_inc}", ARRAY_A);
1793
  $entries = 'INSERT INTO ' . $updraftplus->backquote($dump_as_table) . ' VALUES ';
1794
  // \x08\\x09, not required
1795
  if($table_data) {
@@ -1925,6 +1942,15 @@ class UpdraftPlus_Backup {
1925
  $this->stow("# Generated: ".date("l j. F Y H:i T")."\n");
1926
  $this->stow("# Hostname: ".$this->dbinfo['host']."\n");
1927
  $this->stow("# Database: ".$updraftplus->backquote($this->dbinfo['name'])."\n");
 
 
 
 
 
 
 
 
 
1928
  $this->stow("# --------------------------------------------------------\n");
1929
 
1930
  if (@constant("DB_CHARSET")) {
@@ -1989,6 +2015,8 @@ class UpdraftPlus_Backup {
1989
  $updraftplus->log("Entity excluded by configuration option (extension): ".basename($fullpath));
1990
  } elseif (!empty($this->excluded_prefixes) && $this->is_entity_excluded_by_prefix($fullpath)) {
1991
  $updraftplus->log("Entity excluded by configuration option (prefix): ".basename($fullpath));
 
 
1992
  } elseif (is_readable($fullpath)) {
1993
  $mtime = filemtime($fullpath);
1994
  $key = ($fullpath == $original_fullpath) ? ((2 == $startlevels) ? $use_path_when_storing : $this->basename($fullpath)) : $use_path_when_storing.'/'.$this->basename($fullpath);
@@ -2008,6 +2036,12 @@ class UpdraftPlus_Backup {
2008
  $updraftplus->log("Skip directory (UpdraftPlus backup directory): $use_path_when_storing");
2009
  return true;
2010
  }
 
 
 
 
 
 
2011
  if (file_exists($fullpath.'/.donotbackup')) {
2012
  $updraftplus->log("Skip directory (.donotbackup file found): $use_path_when_storing");
2013
  return true;
@@ -2036,6 +2070,8 @@ class UpdraftPlus_Backup {
2036
  $updraftplus->log("Entity excluded by configuration option (extension): $use_stripped");
2037
  } elseif (!empty($this->excluded_prefixes) && $this->is_entity_excluded_by_prefix($e)) {
2038
  $updraftplus->log("Entity excluded by configuration option (prefix): $use_stripped");
 
 
2039
  } else {
2040
  $mtime = filemtime($deref);
2041
  if ($mtime > 0 && $mtime > $if_altered_since) {
@@ -2067,6 +2103,8 @@ class UpdraftPlus_Backup {
2067
  $updraftplus->log("Entity excluded by configuration option (extension): $use_stripped");
2068
  } elseif (!empty($this->excluded_prefixes) && $this->is_entity_excluded_by_prefix($e)) {
2069
  $updraftplus->log("Entity excluded by configuration option (prefix): $use_stripped");
 
 
2070
  } else {
2071
  $mtime = filemtime($fullpath.'/'.$e);
2072
  if ($mtime > 0 && $mtime > $if_altered_since) {
52
  // Used when deciding to use the 'store' or 'deflate' zip storage method
53
  private $extensions_to_not_compress = array();
54
 
55
+ // Append to this any skipped tables
56
+ private $skipped_tables;
57
+
58
  public function __construct($backup_files, $altered_since = -1) {
59
 
60
  global $updraftplus;
1458
 
1459
  if (!apply_filters('updraftplus_backup_table', true, $table, $this->table_prefix, $whichdb, $dbinfo)) {
1460
  $updraftplus->log("Skipping table (filtered): $table");
1461
+ if (empty($this->skipped_tables)) $this->skipped_tables = array();
1462
+
1463
+ // whichdb could be an int in which case to get the name of the database and the array key use the name from dbinfo
1464
+ if ('wp' !== $whichdb) {
1465
+ $key = $dbinfo['name'];
1466
+ } else {
1467
+ $key = $whichdb;
1468
+ }
1469
+
1470
+ if (empty($this->skipped_tables[$key])) $this->skipped_tables[$key] = '';
1471
+ if ('' != $this->skipped_tables[$key]) $this->skipped_tables[$key] .= ',';
1472
+ $this->skipped_tables[$key] .= $table;
1473
+
1474
+ $total_tables--;
1475
  } else {
1476
 
1477
  $db_temp_file = $this->updraft_dir.'/'.$table_file_prefix.'.tmp.gz';
1755
  }
1756
 
1757
  // Comment in SQL-file
1758
+ $this->stow("\n\n# " . sprintf("Data contents of $description %s", $updraftplus->backquote($table)) . "\n\n");
1759
 
1760
  }
1761
 
1806
  do {
1807
  @set_time_limit(UPDRAFTPLUS_SET_TIME_LIMIT);
1808
 
1809
+ $table_data = $this->wpdb_obj->get_results("SELECT * FROM ".$updraftplus->backquote($table)." $where LIMIT {$row_start}, {$row_inc}", ARRAY_A);
1810
  $entries = 'INSERT INTO ' . $updraftplus->backquote($dump_as_table) . ' VALUES ';
1811
  // \x08\\x09, not required
1812
  if($table_data) {
1942
  $this->stow("# Generated: ".date("l j. F Y H:i T")."\n");
1943
  $this->stow("# Hostname: ".$this->dbinfo['host']."\n");
1944
  $this->stow("# Database: ".$updraftplus->backquote($this->dbinfo['name'])."\n");
1945
+
1946
+ if (!empty($this->skipped_tables)) {
1947
+ if ('wp' == $this->whichdb) {
1948
+ $this->stow("# Skipped tables: " . $this->skipped_tables[$this->whichdb]."\n");
1949
+ } elseif (isset($this->skipped_tables[$this->dbinfo['name']])) {
1950
+ $this->stow("# Skipped tables: " . $this->skipped_tables[$this->dbinfo['name']]."\n");
1951
+ }
1952
+ }
1953
+
1954
  $this->stow("# --------------------------------------------------------\n");
1955
 
1956
  if (@constant("DB_CHARSET")) {
2015
  $updraftplus->log("Entity excluded by configuration option (extension): ".basename($fullpath));
2016
  } elseif (!empty($this->excluded_prefixes) && $this->is_entity_excluded_by_prefix($fullpath)) {
2017
  $updraftplus->log("Entity excluded by configuration option (prefix): ".basename($fullpath));
2018
+ } elseif (apply_filters('updraftplus_exclude_file', false, $fullpath)) {
2019
+ $updraftplus->log("Entity excluded by filter: ".basename($fullpath));
2020
  } elseif (is_readable($fullpath)) {
2021
  $mtime = filemtime($fullpath);
2022
  $key = ($fullpath == $original_fullpath) ? ((2 == $startlevels) ? $use_path_when_storing : $this->basename($fullpath)) : $use_path_when_storing.'/'.$this->basename($fullpath);
2036
  $updraftplus->log("Skip directory (UpdraftPlus backup directory): $use_path_when_storing");
2037
  return true;
2038
  }
2039
+
2040
+ if (apply_filters('updraftplus_exclude_directory', false, $fullpath)) {
2041
+ $updraftplus->log("Skip filtered directory: $use_path_when_storing");
2042
+ return true;
2043
+ }
2044
+
2045
  if (file_exists($fullpath.'/.donotbackup')) {
2046
  $updraftplus->log("Skip directory (.donotbackup file found): $use_path_when_storing");
2047
  return true;
2070
  $updraftplus->log("Entity excluded by configuration option (extension): $use_stripped");
2071
  } elseif (!empty($this->excluded_prefixes) && $this->is_entity_excluded_by_prefix($e)) {
2072
  $updraftplus->log("Entity excluded by configuration option (prefix): $use_stripped");
2073
+ } elseif (apply_filters('updraftplus_exclude_file', false, $deref)) {
2074
+ $updraftplus->log("Entity excluded by filter: $use_stripped");
2075
  } else {
2076
  $mtime = filemtime($deref);
2077
  if ($mtime > 0 && $mtime > $if_altered_since) {
2103
  $updraftplus->log("Entity excluded by configuration option (extension): $use_stripped");
2104
  } elseif (!empty($this->excluded_prefixes) && $this->is_entity_excluded_by_prefix($e)) {
2105
  $updraftplus->log("Entity excluded by configuration option (prefix): $use_stripped");
2106
+ } elseif (apply_filters('updraftplus_exclude_file', false, $fullpath.'/'.$e)) {
2107
+ $updraftplus->log("Entity excluded by filter: $use_stripped");
2108
  } else {
2109
  $mtime = filemtime($fullpath.'/'.$e);
2110
  if ($mtime > 0 && $mtime > $if_altered_since) {
central/modules/core.php CHANGED
@@ -12,6 +12,153 @@ if (!defined('UPDRAFTPLUS_DIR')) die('No access.');
12
 
13
  class UpdraftCentral_Core_Commands extends UpdraftCentral_Commands {
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  public function get_login_url($redirect_to, $extra_info) {
16
  if (is_array($extra_info) && !empty($extra_info['user_id']) && is_numeric($extra_info['user_id'])) {
17
 
@@ -158,4 +305,4 @@ class UpdraftCentral_Core_Commands extends UpdraftCentral_Commands {
158
  global $updraftplus_admin;
159
  return $updraftplus_admin;
160
  }
161
- }
12
 
13
  class UpdraftCentral_Core_Commands extends UpdraftCentral_Commands {
14
 
15
+ /**
16
+ * Validates the credentials entered by the user
17
+ *
18
+ * @param $creds - an array of filesystem credentials
19
+ *
20
+ * @return array $result - An array containing the result of
21
+ * the validation process.
22
+ */
23
+ public function validate_credentials($creds) {
24
+
25
+ try {
26
+
27
+ $entity = $creds['entity'];
28
+ if (isset($creds['filesystem_credentials'])) {
29
+ parse_str($creds['filesystem_credentials'], $filesystem_credentials);
30
+ if (is_array($filesystem_credentials)) {
31
+ foreach ($filesystem_credentials as $key => $value) {
32
+ // Put them into $_POST, which is where request_filesystem_credentials() checks for them.
33
+ $_POST[$key] = $value;
34
+ }
35
+ }
36
+ }
37
+
38
+ //Include the needed WP Core file(s)
39
+ $this->_admin_include('file.php');
40
+
41
+ //Directory entities that we currently need permissions
42
+ //to update.
43
+ $entity_directories = array(
44
+ 'plugins' => WP_PLUGIN_DIR,
45
+ 'themes' => WP_CONTENT_DIR.'/themes',
46
+ 'core' => untrailingslashit(ABSPATH)
47
+ );
48
+
49
+ $url = wp_nonce_url(site_url());
50
+ $directory = $entity_directories[$entity];
51
+
52
+ //Check if credentials are valid and have sufficient
53
+ //privileges to create and delete (e.g. write)
54
+ $credentials = request_filesystem_credentials($url, '', false, $directory);
55
+ if (WP_Filesystem($credentials, $directory)) {
56
+
57
+ global $wp_filesystem;
58
+ $path = $entity_directories[$entity].'/.updraftcentral';
59
+
60
+ if (!$wp_filesystem->put_contents($path, '', 0644)) {
61
+ $result = array('error' => true, 'message' => 'failed_credentials', 'values' => array());
62
+ } else {
63
+ $wp_filesystem->delete($path);
64
+ $result = array('error' => false, 'message' => 'credentials_ok', 'values' => array());
65
+ }
66
+
67
+ } else {
68
+ $result = array('error' => true, 'message' => 'failed_credentials', 'values' => array());
69
+ }
70
+
71
+ } catch(Exception $e) {
72
+ $result = array('error' => true, 'message' => $e->getMessage(), 'values' => array());
73
+ }
74
+
75
+ return $this->_response($result);
76
+ }
77
+
78
+ /**
79
+ * Gets the FileSystem Credentials
80
+ *
81
+ * Extract the needed filesystem credentials (permissions) to be used
82
+ * to update/upgrade the plugins, themes and the WP core.
83
+ *
84
+ * @return array $result - An array containing the creds form and some flags
85
+ * to determine whether we need to extract the creds
86
+ * manually from the user.
87
+ */
88
+ public function get_credentials() {
89
+
90
+ try {
91
+
92
+ //Check whether user has enough permission to update entities
93
+ if (!current_user_can('update_plugins') && !current_user_can('update_themes') && !current_user_can('update_core')) return $this->_generic_error_response('updates_permission_denied');
94
+
95
+ //Include the needed WP Core file(s)
96
+ $this->_admin_include('file.php', 'template.php');
97
+
98
+ //A container that will hold the state (in this case, either true or false) of
99
+ //each directory entities (plugins, themes, core) that will be used to determine
100
+ //whether or not there's a need to show a form that will ask the user for their credentials
101
+ //manually.
102
+ $request_filesystem_credentials = array();
103
+
104
+ //A container for the filesystem credentials form if applicable.
105
+ $filesystem_form = '';
106
+
107
+ //Directory entities that we currently need permissions
108
+ //to update.
109
+ $check_fs = array(
110
+ 'plugins' => WP_PLUGIN_DIR,
111
+ 'themes' => WP_CONTENT_DIR.'/themes',
112
+ 'core' => untrailingslashit(ABSPATH)
113
+ );
114
+
115
+ //Here, we're looping through each entities and find output whether
116
+ //we have sufficient permissions to update objects belonging to them.
117
+ foreach ($check_fs as $entity => $dir) {
118
+
119
+ //We're determining which method to use when updating
120
+ //the files in the filesystem.
121
+ $filesystem_method = get_filesystem_method(array(), $dir);
122
+
123
+ //Buffering the output to pull the actual credentials form
124
+ //currently being used by this WP instance if no sufficient permissions
125
+ //is found.
126
+ $url = wp_nonce_url(site_url());
127
+
128
+ ob_start();
129
+ $filesystem_credentials_are_stored = request_filesystem_credentials($url, $filesystem_method);
130
+ $form = strip_tags(ob_get_contents(), '<div><h2><p><input><label><fieldset><legend><span><em>');
131
+
132
+ if (!empty($form)) {
133
+ $filesystem_form = $form;
134
+ }
135
+ ob_end_clean();
136
+
137
+ //Save the state whether or not there's a need to show the
138
+ //credentials form to the user.
139
+ $request_filesystem_credentials[$entity] = ($filesystem_method !== 'direct' && !$filesystem_credentials_are_stored);
140
+ }
141
+
142
+ //Wrapping the credentials info before passing it back
143
+ //to the client issuing the request.
144
+ $result = array(
145
+ 'request_filesystem_credentials' => $request_filesystem_credentials,
146
+ 'filesystem_form' => $filesystem_form
147
+ );
148
+
149
+ } catch(Exception $e) {
150
+ $result = array('error' => true, 'message' => $e->getMessage(), 'values' => array());
151
+ }
152
+
153
+ return $this->_response($result);
154
+ }
155
+
156
+ /**
157
+ * Fetches a browser-usable URL which will automatically log the user in to the site
158
+ *
159
+ * @param String $redirect_to - the URL to got to after logging in
160
+ * @param Array $extra_info - valid keys are user_id, which should be a numeric user ID to log in as.
161
+ */
162
  public function get_login_url($redirect_to, $extra_info) {
163
  if (is_array($extra_info) && !empty($extra_info['user_id']) && is_numeric($extra_info['user_id'])) {
164
 
305
  global $updraftplus_admin;
306
  return $updraftplus_admin;
307
  }
308
+ }
central/modules/users.php CHANGED
@@ -4,15 +4,15 @@ if (!defined('UPDRAFTPLUS_DIR')) die('No access.');
4
 
5
  class UpdraftCentral_Users_Commands extends UpdraftCentral_Commands {
6
 
7
- private function _search_users($query){
8
  $this->_admin_include('user.php');
9
- $query1 = new WP_User_Query( array (
10
  'orderby' => 'ID',
11
  'order' => 'ASC',
12
  'role'=> $query["role"],
13
  'search' => '*' . esc_attr( $query["search"] ) . '*',
14
  ));
15
- $query2 = new WP_User_Query( array (
16
  'orderby' => 'ID',
17
  'order' => 'ASC',
18
  'role'=> $query["role"],
@@ -31,13 +31,13 @@ class UpdraftCentral_Users_Commands extends UpdraftCentral_Commands {
31
  )
32
  ));
33
 
34
- if(empty( $query1->results)){
35
  $query1->results = array();
36
  }
37
- if(empty( $query2->results)){
38
  $query2->results = array();
39
  }
40
- if(empty($query1->results) && empty($query2->results)){
41
  return array("message" => "users_not_found");
42
  }
43
 
@@ -50,7 +50,7 @@ class UpdraftCentral_Users_Commands extends UpdraftCentral_Commands {
50
  $new = false;
51
  }
52
  };
53
- if($new){
54
  array_push($users, $new_user);
55
  }
56
  };
@@ -58,16 +58,13 @@ class UpdraftCentral_Users_Commands extends UpdraftCentral_Commands {
58
  return $users;
59
  }
60
 
61
- private function _calculate_pages($query){
62
- $per_page_options = array();
63
- for($i = 1; $i < 6; $i++){
64
- $value = $i * 10;
65
- array_push($per_page_options, $value );
66
- };
67
 
68
- if(!empty($query)){
69
 
70
- if(!empty($query['search'])){
71
  return array(
72
  page_count => 1,
73
  page_no => 1
@@ -77,15 +74,15 @@ class UpdraftCentral_Users_Commands extends UpdraftCentral_Commands {
77
  $pages = array();
78
  $page_query = new WP_User_Query(array('role'=> $query["role"]));
79
  $page_count = ceil($page_query->total_users / $query["per_page"]);
80
- if($page_count > 1){
81
 
82
- for($i = 0; $i < $page_count; $i++){
83
- if( $i + 1 == $query["page_no"]){
84
  $paginator_item = array(
85
  "value"=>$i+1,
86
  "setting"=>"disabled"
87
  );
88
- }else{
89
  $paginator_item = array(
90
  "value"=>$i+1
91
  );
@@ -93,29 +90,29 @@ class UpdraftCentral_Users_Commands extends UpdraftCentral_Commands {
93
  array_push($pages, $paginator_item);
94
  };
95
 
96
- if($query["page_no"] >= $page_count){
97
  $page_next = array(
98
  "value"=>$page_count,
99
  "setting"=>"disabled"
100
  );
101
- }else{
102
  $page_next = array(
103
- "value"=>$query["page_no"] + 1
104
  );
105
  };
106
- if($query["page_no"] === 1){
107
  $page_prev = array(
108
  "value"=>1,
109
  "setting"=>"disabled"
110
  );
111
- }else{
112
  $page_prev = array(
113
- "value"=>$query["page_no"] - 1
114
  );
115
  };
116
 
117
  return array(
118
- "page_no" => $query["page_no"],
119
  "per_page" => $query["per_page"],
120
  "page_count" => $page_count,
121
  "pages" => $pages,
@@ -125,78 +122,188 @@ class UpdraftCentral_Users_Commands extends UpdraftCentral_Commands {
125
  "per_page_options" => $per_page_options
126
  );
127
 
128
- }
129
- else{
130
  return array(
131
- "page_no" => $query["page_no"],
132
  "per_page" => $query["per_page"],
133
  "page_count" => $page_count,
134
  "total_results" => $page_query->total_users,
135
  "per_page_options" => $per_page_options
136
  );
137
  }
138
- }
139
- else{
140
  return array(
141
  "per_page_options" => $per_page_options
142
  );
143
  }
144
  }
145
 
146
- public function check_username($username){
147
  $this->_admin_include('user.php');
148
- if(username_exists($username)){
 
 
 
 
 
 
 
 
 
 
 
149
  $result = array("valid"=>false, "message"=>'username_exists');
150
  return $this->_response($result);
151
  }
152
- if(!validate_username($username)){
153
  $result = array("valid"=>false, "message"=>'username_invalid');
154
  return $this->_response($result);
155
  }
156
 
 
 
 
 
 
 
 
 
157
  $result = array("valid"=>true, "message"=>'username_valid');
158
  return $this->_response($result);
159
  }
160
 
161
- public function check_email($email){
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
162
  $this->_admin_include('user.php');
 
 
 
 
163
 
164
- if (is_email($email) === false){
 
 
 
 
 
 
 
 
 
165
  $result = array("valid"=> false, "message"=>'email_invalid');
166
  return $this->_response($result);
167
  }
168
 
169
- if (email_exists($email)){
170
  $result = array("valid"=> false, "message"=>'email_exists');
171
  return $this->_response($result);
172
  }
173
 
 
 
 
 
 
 
 
174
  $result = array("valid"=> true, "message"=>'email_valid');
175
  return $this->_response($result);
176
  }
177
 
 
 
 
 
 
178
  public function get_users($query) {
179
  $this->_admin_include('user.php');
180
 
181
  $users;
 
 
 
 
 
182
 
183
- if(!empty($query["search"])){
184
- $users = $this->_search_users($query);
 
 
 
 
 
185
  }
186
- else{
187
- if(empty($query["per_page"])){ $query["per_page"] = 10; }
188
- if(empty($query["page_no"])){ $query["page_no"] = 1; }
189
- if(empty($query["role"])){ $query["role"] = ""; }
 
 
 
190
 
191
  $user_query = new WP_User_Query(array(
192
  'orderby' => 'ID',
193
  'order' => 'ASC',
194
  'number' => $query["per_page"],
195
- 'paged'=> $query["page_no"],
196
  'role'=> $query["role"]
197
  ));
198
 
199
- if(empty( $user_query->results)){
200
  $result = array("message"=>'users_not_found');
201
  return $this->_response($result);
202
  }
@@ -204,15 +311,15 @@ class UpdraftCentral_Users_Commands extends UpdraftCentral_Commands {
204
  $users = $user_query->results;
205
  }
206
 
207
- foreach ( $users as &$user) {
208
  $user_object = get_userdata($user->ID);
209
- if(method_exists($user_object, 'to_array')){
210
  $user = $user_object->to_array();
211
  $user["roles"] = $user_object->roles;
212
  $user["first_name"] = $user_object->first_name;
213
  $user["last_name"] = $user_object->last_name;
214
  $user["description"] = $user_object->description;
215
- }else{
216
  $user = $user_object;
217
  }
218
  }
@@ -222,41 +329,84 @@ class UpdraftCentral_Users_Commands extends UpdraftCentral_Commands {
222
  "paging" => $this->_calculate_pages($query)
223
  );
224
 
225
-
 
 
 
 
 
226
  return $this->_response($result);
227
  }
228
 
229
- public function add_user($user){
230
  $this->_admin_include('user.php');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
231
 
232
- if(!current_user_can('create_users') && !is_super_admin()){
233
  $result = array("error" => true, "message" => "user_create_no_permission");
234
  return $this->_response($result);
235
  }
236
- if ( is_email($user["user_email"]) === false){
237
  $result = array("error" => true, "message" => "email_invalid");
238
  return $this->_response($result);
239
  }
240
- if (email_exists( $user["user_email"] )){
241
  $result = array("error" => true, "message" => "email_exists");
242
  return $this->_response($result);
243
  }
244
- if(username_exists($user["user_login"])){
245
  $result = array("error" => true, "message" => "username_exists");
246
  return $this->_response($result);
247
  }
248
- if(!validate_username($user["user_login"])){
249
  $result = array("error"=>true, "message"=>'username_invalid');
250
  return $this->_response($result);
251
  }
 
 
 
 
252
 
253
- $user_id = wp_insert_user( $user ) ;
254
- if($user_id > 0){
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
255
  $result = array("error" => false, "message"=>"user_created_with_user_name", "values" => array($user['user_login']));
256
  return $this->_response($result);
257
- }else{
258
  $result = array("error" => true, "message"=>"user_create_failed", "values" => array($user));
259
  }
 
 
260
  return $this->_response($result);
261
  }
262
 
@@ -270,47 +420,83 @@ class UpdraftCentral_Users_Commands extends UpdraftCentral_Commands {
270
  * get_userdata: This get the user data on the data from user_id in the $user_id array
271
  * wp_delete_user: Deleting users on the User ID (user_id) and, IF Specified, the Assigner ID (assign_user_id).
272
  *
273
- * @param [type] $user_ids [description] THis is an Array of user_id and assign_user_id sent over from UpdraftCentral
274
  * @return [type] Array [description] This will send back an error array along with message if there are any issues with the user_id
275
  */
276
- public function delete_user($user_ids){
277
  $this->_admin_include('user.php');
 
 
 
 
 
 
 
 
278
 
279
- if(!current_user_can('delete_users') && !is_super_admin()){
 
 
 
 
 
280
  $result = array("error" => true, "message" => "user_delete_no_permission");
281
  return $this->_response($result);
282
  }
283
- if ( get_userdata( $user_ids["user_id"] ) === false ) {
284
  $result = array("error" => true, "message"=>"user_not_found");
285
  return $this->_response($result);
286
  }
287
 
288
- if(wp_delete_user($user_ids["user_id"], $user_ids["assign_user_id"])){
289
  $result = array("error" => false, "message"=>"user_deleted");
290
- }else{
291
  $result = array("error" => true, "message"=>"user_delete_failed");
292
  }
 
 
 
 
 
 
 
 
293
  return $this->_response($result);
294
  }
295
 
296
- public function edit_user($user){
297
  $this->_admin_include('user.php');
298
 
299
- if(!current_user_can('edit_users') && !is_super_admin() && $user["ID"] !== get_current_user_id()){
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
300
  $result = array("error" => true, "message" => "user_edit_no_permission");
301
  return $this->_response($result);
302
  }
303
 
304
- if ( get_userdata( $user["ID"] ) === false ) {
305
  $result = array("error" => true, "message"=>"user_not_found");
306
  return $this->_response($result);
307
  }
308
- if($user["ID"] == get_current_user_id()){
309
  unset($user["role"]);
310
  }
311
 
312
  /* Validate Username*/
313
- if(!validate_username($user["user_login"])){
314
  $result = array("error"=>true, "message"=>'username_invalid');
315
  return $this->_response($result);
316
  }
@@ -319,37 +505,50 @@ class UpdraftCentral_Users_Commands extends UpdraftCentral_Commands {
319
  $remote_user = get_userdata($user["ID"]);
320
  $old_email = $remote_user->user_email;
321
 
322
- if($user['user_email'] !== $old_email){
323
- if (is_email($user['user_email']) === false){
324
  $result = array("error"=> true, "message"=>'email_invalid');
325
  return $this->_response($result);
326
  }
327
 
328
- if (email_exists($user['user_email'])){
329
  $result = array("error"=> true, "message"=>'email_exists');
330
  return $this->_response($result);
331
  }
332
  }
333
 
334
 
335
- $user_id = wp_update_user( $user );
336
- if ( is_wp_error( $user_id ) ) {
337
  $result = array("error" => true, "message" => "user_edit_failed_with_error", "values" => array($user_id));
338
  } else {
339
  $result = array("error" => false, "message" => "user_edited_with_user_name", "values" => array($user["user_login"]));
340
  }
 
 
 
 
 
 
 
 
341
  return $this->_response($result);
342
  }
343
 
344
- public function get_roles(){
345
  $this->_admin_include('user.php');
346
  $roles = array_reverse( get_editable_roles() );
347
  return $this->_response($roles);
348
  }
349
 
350
- public function get_user_filters(){
351
  $this->_admin_include('user.php');
 
 
 
 
352
  $result = array(
 
353
  "roles" => array_reverse(get_editable_roles()),
354
  "paging" => $this->_calculate_pages(null),
355
  );
4
 
5
  class UpdraftCentral_Users_Commands extends UpdraftCentral_Commands {
6
 
7
+ private function _search_users($query) {
8
  $this->_admin_include('user.php');
9
+ $query1 = new WP_User_Query( array(
10
  'orderby' => 'ID',
11
  'order' => 'ASC',
12
  'role'=> $query["role"],
13
  'search' => '*' . esc_attr( $query["search"] ) . '*',
14
  ));
15
+ $query2 = new WP_User_Query(array(
16
  'orderby' => 'ID',
17
  'order' => 'ASC',
18
  'role'=> $query["role"],
31
  )
32
  ));
33
 
34
+ if (empty($query1->results)) {
35
  $query1->results = array();
36
  }
37
+ if (empty($query2->results)) {
38
  $query2->results = array();
39
  }
40
+ if (empty($query1->results) && empty($query2->results)) {
41
  return array("message" => "users_not_found");
42
  }
43
 
50
  $new = false;
51
  }
52
  };
53
+ if($new) {
54
  array_push($users, $new_user);
55
  }
56
  };
58
  return $users;
59
  }
60
 
61
+ private function _calculate_pages($query) {
62
+
63
+ $per_page_options = array(10, 20, 30, 40, 50);
 
 
 
64
 
65
+ if (!empty($query)) {
66
 
67
+ if (!empty($query['search'])) {
68
  return array(
69
  page_count => 1,
70
  page_no => 1
74
  $pages = array();
75
  $page_query = new WP_User_Query(array('role'=> $query["role"]));
76
  $page_count = ceil($page_query->total_users / $query["per_page"]);
77
+ if ($page_count > 1) {
78
 
79
+ for ($i = 0; $i < $page_count; $i++) {
80
+ if ( $i + 1 == $query['page_no']) {
81
  $paginator_item = array(
82
  "value"=>$i+1,
83
  "setting"=>"disabled"
84
  );
85
+ } else {
86
  $paginator_item = array(
87
  "value"=>$i+1
88
  );
90
  array_push($pages, $paginator_item);
91
  };
92
 
93
+ if ($query['page_no'] >= $page_count) {
94
  $page_next = array(
95
  "value"=>$page_count,
96
  "setting"=>"disabled"
97
  );
98
+ } else {
99
  $page_next = array(
100
+ "value"=>$query['page_no'] + 1
101
  );
102
  };
103
+ if ($query['page_no'] === 1) {
104
  $page_prev = array(
105
  "value"=>1,
106
  "setting"=>"disabled"
107
  );
108
+ } else {
109
  $page_prev = array(
110
+ "value"=>$query['page_no'] - 1
111
  );
112
  };
113
 
114
  return array(
115
+ "page_no" => $query['page_no'],
116
  "per_page" => $query["per_page"],
117
  "page_count" => $page_count,
118
  "pages" => $pages,
122
  "per_page_options" => $per_page_options
123
  );
124
 
125
+ } else {
 
126
  return array(
127
+ "page_no" => $query['page_no'],
128
  "per_page" => $query["per_page"],
129
  "page_count" => $page_count,
130
  "total_results" => $page_query->total_users,
131
  "per_page_options" => $per_page_options
132
  );
133
  }
134
+ } else {
 
135
  return array(
136
  "per_page_options" => $per_page_options
137
  );
138
  }
139
  }
140
 
141
+ public function check_username($params) {
142
  $this->_admin_include('user.php');
143
+ $username = $params['user_name'];
144
+
145
+ $blog_id = get_current_blog_id();
146
+ if (!empty($params['site_id'])) { $blog_id = $params['site_id']; }
147
+
148
+
149
+ //Here, we're switching to the actual blog that we need
150
+ //to pull users from.
151
+
152
+ $switched = function_exists('switch_to_blog') ? switch_to_blog($blog_id) : false;
153
+
154
+ if (username_exists($username) && is_user_member_of_blog(username_exists($username), $blog_id)) {
155
  $result = array("valid"=>false, "message"=>'username_exists');
156
  return $this->_response($result);
157
  }
158
+ if (!validate_username($username)) {
159
  $result = array("valid"=>false, "message"=>'username_invalid');
160
  return $this->_response($result);
161
  }
162
 
163
+
164
+ //Here, we're restoring to the current (default) blog before we
165
+ //do the switched.
166
+
167
+ if (function_exists('restore_current_blog') && $switched) {
168
+ restore_current_blog();
169
+ }
170
+
171
  $result = array("valid"=>true, "message"=>'username_valid');
172
  return $this->_response($result);
173
  }
174
 
175
+ /**
176
+ * Pulls blog sites available
177
+ * for the current WP instance.
178
+ *
179
+ * If the site is a multisite, then sites under the network
180
+ * will be pulled, otherwise, it will return an empty array.
181
+ *
182
+ * @returns Array - an array of sites
183
+ */
184
+ private function _get_blog_sites() {
185
+
186
+ if (!is_multisite()) return array();
187
+
188
+ //Initialize array container
189
+ $sites = $network_sites = array();
190
+
191
+ //Check to see if latest get_sites (available on WP version >= 4.6) function is
192
+ //available to pull any available sites from the current WP instance. If not, then
193
+ //we're going to use the fallback function wp_get_sites (for older version).
194
+
195
+ if (function_exists('get_sites') && class_exists('WP_Site_Query')) {
196
+ $network_sites = get_sites();
197
+ } else {
198
+ if(function_exists('wp_get_sites')) {
199
+ $network_sites = wp_get_sites();
200
+ }
201
+ }
202
+
203
+ //We only process if sites array is not empty, otherwise, bypass
204
+ //the next block.
205
+
206
+ if (!empty($network_sites)) {
207
+ foreach ($network_sites as $site) {
208
+
209
+ //Here we're checking if the site type is an array, because
210
+ //we're pulling the blog_id property based on the type of
211
+ //site returned.
212
+ //
213
+ //get_sites returns an array of object, whereas the wp_get_sites
214
+ //function returns an array of array.
215
+
216
+ $blog_id = is_array($site) ? $site['blog_id'] : $site->blog_id;
217
+
218
+
219
+ //We're saving the blog_id and blog name as an associative item
220
+ //into the sites array, that will be used as "Sites" option in
221
+ //the frontend.
222
+
223
+ $sites[$blog_id] = get_blog_details($blog_id)->blogname;
224
+ }
225
+ }
226
+
227
+ return $sites;
228
+ }
229
+
230
+ public function check_email($params) {
231
  $this->_admin_include('user.php');
232
+ $email = $params['email'];
233
+
234
+ $blog_id = get_current_blog_id();
235
+ if (isset($params['site_id']) && $params['site_id'] !== 0 ) { $blog_id = $params['site_id']; }
236
 
237
+
238
+ //Here, we're switching to the actual blog that we need
239
+ //to pull users from.
240
+
241
+ $switched = false;
242
+ if (function_exists('switch_to_blog')) {
243
+ $switched = switch_to_blog($blog_id);
244
+ }
245
+
246
+ if (is_email($email) === false) {
247
  $result = array("valid"=> false, "message"=>'email_invalid');
248
  return $this->_response($result);
249
  }
250
 
251
+ if(email_exists($email) && is_user_member_of_blog(email_exists($email),$blog_id)) {
252
  $result = array("valid"=> false, "message"=>'email_exists');
253
  return $this->_response($result);
254
  }
255
 
256
+ //Here, we're restoring to the current (default) blog before we
257
+ //do the switched.
258
+
259
+ if (function_exists('restore_current_blog') && $switched) {
260
+ restore_current_blog();
261
+ }
262
+
263
  $result = array("valid"=> true, "message"=>'email_valid');
264
  return $this->_response($result);
265
  }
266
 
267
+ /**
268
+ * The get_users function pull all the users from the database
269
+ * based on the current search parameters/filters. Please see _search_users
270
+ * for the breakdown of these parameters.
271
+ */
272
  public function get_users($query) {
273
  $this->_admin_include('user.php');
274
 
275
  $users;
276
+ //Here, we're getting the current blog id. If blog id
277
+ //is passed along with the parameters then we override
278
+ //that current (default) value with the parameter blog id value.
279
+ $blog_id = get_current_blog_id();
280
+ if (isset($query['site_id']) && $query['site_id'] !== 0 ) $blog_id = $query['site_id'];
281
 
282
+
283
+ //Here, we're switching to the actual blog that we need
284
+ //to pull users from.
285
+
286
+ $switched = false;
287
+ if (function_exists('switch_to_blog')) {
288
+ $switched = switch_to_blog($blog_id);
289
  }
290
+
291
+ if (!empty($query["search"])) {
292
+ $users = $this->_search_users($query);
293
+ } else {
294
+ if (empty($query["per_page"])) { $query["per_page"] = 10; }
295
+ if (empty($query['page_no'])) { $query['page_no'] = 1; }
296
+ if (empty($query["role"])) { $query["role"] = ""; }
297
 
298
  $user_query = new WP_User_Query(array(
299
  'orderby' => 'ID',
300
  'order' => 'ASC',
301
  'number' => $query["per_page"],
302
+ 'paged'=> $query['page_no'],
303
  'role'=> $query["role"]
304
  ));
305
 
306
+ if (empty( $user_query->results)) {
307
  $result = array("message"=>'users_not_found');
308
  return $this->_response($result);
309
  }
311
  $users = $user_query->results;
312
  }
313
 
314
+ foreach ($users as &$user) {
315
  $user_object = get_userdata($user->ID);
316
+ if(method_exists($user_object, 'to_array')) {
317
  $user = $user_object->to_array();
318
  $user["roles"] = $user_object->roles;
319
  $user["first_name"] = $user_object->first_name;
320
  $user["last_name"] = $user_object->last_name;
321
  $user["description"] = $user_object->description;
322
+ } else {
323
  $user = $user_object;
324
  }
325
  }
329
  "paging" => $this->_calculate_pages($query)
330
  );
331
 
332
+ //Here, we're restoring to the current (default) blog before we
333
+ //do the switched.
334
+
335
+ if (function_exists('restore_current_blog') && $switched) {
336
+ restore_current_blog();
337
+ }
338
  return $this->_response($result);
339
  }
340
 
341
+ public function add_user($user) {
342
  $this->_admin_include('user.php');
343
+ //Here, we're getting the current blog id. If blog id
344
+ //is passed along with the parameters then we override
345
+ //that current (default) value with the parameter blog id value.
346
+
347
+
348
+ $blog_id = get_current_blog_id();
349
+ if (isset($user['site_id']) && $user['site_id'] !== 0 ) $blog_id = $user['site_id'];
350
+
351
+
352
+ //Here, we're switching to the actual blog that we need
353
+ //to pull users from.
354
+
355
+ $switched = false;
356
+ if (function_exists('switch_to_blog')) {
357
+ $switched = switch_to_blog($blog_id);
358
+ }
359
 
360
+ if (!current_user_can('create_users') && !is_super_admin()) {
361
  $result = array("error" => true, "message" => "user_create_no_permission");
362
  return $this->_response($result);
363
  }
364
+ if ( is_email($user["user_email"]) === false) {
365
  $result = array("error" => true, "message" => "email_invalid");
366
  return $this->_response($result);
367
  }
368
+ if (email_exists( $user["user_email"] ) && is_user_member_of_blog( email_exists($user["user_email"]),$blog_id )) {
369
  $result = array("error" => true, "message" => "email_exists");
370
  return $this->_response($result);
371
  }
372
+ if (username_exists($user["user_login"]) && is_user_member_of_blog(username_exists($user["user_login"]),$blog_id)) {
373
  $result = array("error" => true, "message" => "username_exists");
374
  return $this->_response($result);
375
  }
376
+ if (!validate_username($user["user_login"])) {
377
  $result = array("error"=>true, "message"=>'username_invalid');
378
  return $this->_response($result);
379
  }
380
+ if (isset($user['site_id']) && !current_user_can( 'manage_network_users' )) {
381
+ $result = array("error"=>true, "message"=>'user_create_no_permission');
382
+ return $this->_response($result);
383
+ }
384
 
385
+ if (email_exists( $user["user_email"] ) && !is_user_member_of_blog( email_exists($user["user_email"]),$blog_id )) {
386
+ $user_id = email_exists( $user["user_email"] );
387
+ } else {
388
+ $user_id = wp_insert_user( $user ) ;
389
+ }
390
+ $role = $user['role'];
391
+ if (is_multisite()) {
392
+ add_existing_user_to_blog( array( 'user_id' => $user_id, 'role' => $role ));
393
+ }
394
+
395
+ //Here, we're restoring to the current (default) blog before we
396
+ //do the switched.
397
+
398
+ if (function_exists('restore_current_blog') && $switched) {
399
+ restore_current_blog();
400
+ }
401
+
402
+ if ($user_id > 0 ) {
403
  $result = array("error" => false, "message"=>"user_created_with_user_name", "values" => array($user['user_login']));
404
  return $this->_response($result);
405
+ } else {
406
  $result = array("error" => true, "message"=>"user_create_failed", "values" => array($user));
407
  }
408
+
409
+
410
  return $this->_response($result);
411
  }
412
 
420
  * get_userdata: This get the user data on the data from user_id in the $user_id array
421
  * wp_delete_user: Deleting users on the User ID (user_id) and, IF Specified, the Assigner ID (assign_user_id).
422
  *
423
+ * @param [type] $params [description] THis is an Array of params sent over from UpdraftCentral
424
  * @return [type] Array [description] This will send back an error array along with message if there are any issues with the user_id
425
  */
426
+ public function delete_user($params) {
427
  $this->_admin_include('user.php');
428
+ $user_id = $params['user_id'];
429
+ $assign_user_id = $params["assign_user_id"];
430
+ //Here, we're getting the current blog id. If blog id
431
+ //is passed along with the parameters then we override
432
+ //that current (default) value with the parameter blog id value.
433
+
434
+ $blog_id = get_current_blog_id();
435
+ if (isset($params['site_id']) && $params['site_id'] !== 0 ) $blog_id = $params['site_id'];
436
 
437
+ $switched = false;
438
+ if (function_exists('switch_to_blog')) {
439
+ $switched = switch_to_blog($blog_id);
440
+ }
441
+
442
+ if (!current_user_can('delete_users') && !is_super_admin()) {
443
  $result = array("error" => true, "message" => "user_delete_no_permission");
444
  return $this->_response($result);
445
  }
446
+ if ( get_userdata( $user_id ) === false ) {
447
  $result = array("error" => true, "message"=>"user_not_found");
448
  return $this->_response($result);
449
  }
450
 
451
+ if (wp_delete_user($user_id, $assign_user_id)){
452
  $result = array("error" => false, "message"=>"user_deleted");
453
+ } else {
454
  $result = array("error" => true, "message"=>"user_delete_failed");
455
  }
456
+
457
+ //Here, we're restoring to the current (default) blog before we
458
+ //do the switched.
459
+
460
+ if (function_exists('restore_current_blog') && $switched) {
461
+ restore_current_blog();
462
+ }
463
+
464
  return $this->_response($result);
465
  }
466
 
467
+ public function edit_user($user) {
468
  $this->_admin_include('user.php');
469
 
470
+ //Here, we're getting the current blog id. If blog id
471
+ //is passed along with the parameters then we override
472
+ //that current (default) value with the parameter blog id value.
473
+
474
+ $blog_id = get_current_blog_id();
475
+ if (isset($user['site_id']) && $user['site_id'] !== 0 ) $blog_id = $user['site_id'];
476
+
477
+ //Here, we're switching to the actual blog that we need
478
+ //to apply our changes.
479
+
480
+ $switched = false;
481
+ if (function_exists('switch_to_blog')) {
482
+ $switched = switch_to_blog($blog_id);
483
+ }
484
+
485
+ if (!current_user_can('edit_users') && !is_super_admin() && $user["ID"] !== get_current_user_id()) {
486
  $result = array("error" => true, "message" => "user_edit_no_permission");
487
  return $this->_response($result);
488
  }
489
 
490
+ if (get_userdata( $user["ID"] ) === false) {
491
  $result = array("error" => true, "message"=>"user_not_found");
492
  return $this->_response($result);
493
  }
494
+ if ($user["ID"] == get_current_user_id()) {
495
  unset($user["role"]);
496
  }
497
 
498
  /* Validate Username*/
499
+ if (!validate_username($user["user_login"])) {
500
  $result = array("error"=>true, "message"=>'username_invalid');
501
  return $this->_response($result);
502
  }
505
  $remote_user = get_userdata($user["ID"]);
506
  $old_email = $remote_user->user_email;
507
 
508
+ if ($user['user_email'] !== $old_email) {
509
+ if(is_email($user['user_email']) === false){
510
  $result = array("error"=> true, "message"=>'email_invalid');
511
  return $this->_response($result);
512
  }
513
 
514
+ if(email_exists($user['user_email'])) {
515
  $result = array("error"=> true, "message"=>'email_exists');
516
  return $this->_response($result);
517
  }
518
  }
519
 
520
 
521
+ $user_id = wp_update_user($user);
522
+ if (is_wp_error($user_id)) {
523
  $result = array("error" => true, "message" => "user_edit_failed_with_error", "values" => array($user_id));
524
  } else {
525
  $result = array("error" => false, "message" => "user_edited_with_user_name", "values" => array($user["user_login"]));
526
  }
527
+
528
+ //Here, we're restoring to the current (default) blog before we
529
+ //do the switched.
530
+
531
+ if (function_exists('restore_current_blog') && $switched) {
532
+ restore_current_blog();
533
+ }
534
+
535
  return $this->_response($result);
536
  }
537
 
538
+ public function get_roles() {
539
  $this->_admin_include('user.php');
540
  $roles = array_reverse( get_editable_roles() );
541
  return $this->_response($roles);
542
  }
543
 
544
+ public function get_user_filters() {
545
  $this->_admin_include('user.php');
546
+
547
+ //Pull sites options if available.
548
+ $sites = $this->_get_blog_sites();
549
+
550
  $result = array(
551
+ "sites" => $sites,
552
  "roles" => array_reverse(get_editable_roles()),
553
  "paging" => $this->_calculate_pages(null),
554
  );
class-updraftplus.php CHANGED
@@ -1253,6 +1253,9 @@ class UpdraftPlus {
1253
  # Test it, see if it is compatible with Info-ZIP
1254
  # If you have another kind of zip, then feel free to tell me about it
1255
  @mkdir($updraft_dir.'/binziptest/subdir1/subdir2', 0777, true);
 
 
 
1256
  file_put_contents($updraft_dir.'/binziptest/subdir1/subdir2/test.html', '<html><body><a href="https://updraftplus.com">UpdraftPlus is a great backup and restoration plugin for WordPress.</a></body></html>');
1257
  @unlink($updraft_dir.'/binziptest/test.zip');
1258
  if (is_file($updraft_dir.'/binziptest/subdir1/subdir2/test.html')) {
@@ -3973,6 +3976,8 @@ class UpdraftPlus {
3973
  }
3974
  $old_siteinfo[$key]=$val;
3975
  }
 
 
3976
  }
3977
 
3978
  } elseif (preg_match('/^\s*create table \`?([^\`\(]*)\`?\s*\(/i', $buffer, $matches)) {
@@ -4021,7 +4026,7 @@ CREATE TABLE $wpdb->site (
4021
  CREATE TABLE $wpdb->sitemeta (
4022
  CREATE TABLE $wpdb->signups (
4023
  */
4024
-
4025
  $missing_tables = array();
4026
  if ($old_table_prefix) {
4027
  if (!$header_only) {
@@ -4030,9 +4035,19 @@ CREATE TABLE $wpdb->signups (
4030
  $missing_tables[] = $table;
4031
  }
4032
  }
 
 
 
 
 
 
 
4033
  if (count($missing_tables)>0) {
4034
  $warn[] = sprintf(__('This database backup is missing core WordPress tables: %s', 'updraftplus'), implode(', ', $missing_tables));
4035
  }
 
 
 
4036
  }
4037
  } else {
4038
  if (empty($backup['meta_foreign'])) {
@@ -4124,4 +4139,66 @@ CREATE TABLE $wpdb->signups (
4124
  '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');
4125
  }
4126
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4127
  }
1253
  # Test it, see if it is compatible with Info-ZIP
1254
  # If you have another kind of zip, then feel free to tell me about it
1255
  @mkdir($updraft_dir.'/binziptest/subdir1/subdir2', 0777, true);
1256
+
1257
+ if (!file_exists($updraft_dir.'/binziptest/subdir1/subdir2')) return false;
1258
+
1259
  file_put_contents($updraft_dir.'/binziptest/subdir1/subdir2/test.html', '<html><body><a href="https://updraftplus.com">UpdraftPlus is a great backup and restoration plugin for WordPress.</a></body></html>');
1260
  @unlink($updraft_dir.'/binziptest/test.zip');
1261
  if (is_file($updraft_dir.'/binziptest/subdir1/subdir2/test.html')) {
3976
  }
3977
  $old_siteinfo[$key]=$val;
3978
  }
3979
+ } elseif (preg_match('/^\# Skipped tables: (.*)$/', $buffer, $matches)) {
3980
+ $skipped_tables = explode(',', $matches[1]);
3981
  }
3982
 
3983
  } elseif (preg_match('/^\s*create table \`?([^\`\(]*)\`?\s*\(/i', $buffer, $matches)) {
4026
  CREATE TABLE $wpdb->sitemeta (
4027
  CREATE TABLE $wpdb->signups (
4028
  */
4029
+ if (!isset($skipped_tables)) $skipped_tables = array();
4030
  $missing_tables = array();
4031
  if ($old_table_prefix) {
4032
  if (!$header_only) {
4035
  $missing_tables[] = $table;
4036
  }
4037
  }
4038
+
4039
+ foreach ($missing_tables as $key => $value) {
4040
+ if (in_array($old_table_prefix.$value, $skipped_tables)) {
4041
+ unset($missing_tables[$key]);
4042
+ }
4043
+ }
4044
+
4045
  if (count($missing_tables)>0) {
4046
  $warn[] = sprintf(__('This database backup is missing core WordPress tables: %s', 'updraftplus'), implode(', ', $missing_tables));
4047
  }
4048
+ if (count($skipped_tables)>0) {
4049
+ $warn[] = sprintf(__('This database backup has the following WordPress tables excluded: %s', 'updraftplus'), implode(', ', $skipped_tables));
4050
+ }
4051
  }
4052
  } else {
4053
  if (empty($backup['meta_foreign'])) {
4139
  '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');
4140
  }
4141
 
4142
+ /**
4143
+ * A function that works through the array passed to it and gets a list of all the tables from that database and puts the information in an array ready to be parsed and output to html.
4144
+ * @param [array] $dbsinfo an array that contains information about each database, the default 'wp' array is just an empty array, but other entries can be added so that this method can get tables from other databases the array structure for this would be array('wp' => array(), 'TestDB' => array('host' => '', 'user' => '', 'pass' => '', 'name' => '', 'prefix' => ''))
4145
+ * note that the extra tables array key must match the database name in the array
4146
+ * @return [array] returns an array of databases and their table names
4147
+ */
4148
+ public function get_database_tables($dbsinfo = array('wp' => array())) {
4149
+
4150
+ global $wpdb;
4151
+
4152
+ if (!class_exists('UpdraftPlus_Database_Utility')) require_once(UPDRAFTPLUS_DIR.'/includes/class-database-utility.php');
4153
+
4154
+ $dbhandle = '';
4155
+ $db_tables_array = array();
4156
+
4157
+ foreach ($dbsinfo as $key => $value) {
4158
+ if ('wp' == $key) {
4159
+ # The table prefix after being filtered - i.e. what filters what we'll actually back up
4160
+ $table_prefix = $this->get_table_prefix(true);
4161
+ # The unfiltered table prefix - i.e. the real prefix that things are relative to
4162
+ $table_prefix_raw = $this->get_table_prefix(false);
4163
+ $dbinfo['host'] = DB_HOST;
4164
+ $dbinfo['name'] = DB_NAME;
4165
+ $dbinfo['user'] = DB_USER;
4166
+ $dbinfo['pass'] = DB_PASSWORD;
4167
+ $dbhandle = $wpdb;
4168
+ } else {
4169
+ $dbhandle = new UpdraftPlus_WPDB_OtherDB_Utility($dbsinfo[$key]['user'], $dbsinfo[$key]['pass'], $dbsinfo[$key]['name'], $dbsinfo[$key]['host']);
4170
+ if (!empty($dbhandle->error)) {
4171
+ return $this->log_wp_error($dbhandle->error);
4172
+ }
4173
+ $table_prefix = $dbsinfo[$key]['prefix'];
4174
+ $table_prefix_raw = $dbsinfo[$key]['prefix'];
4175
+ }
4176
+
4177
+ // SHOW FULL - so that we get to know whether it's a BASE TABLE or a VIEW
4178
+ $all_tables = $dbhandle->get_results("SHOW FULL TABLES", ARRAY_N);
4179
+
4180
+ if (empty($all_tables) && !empty($dbhandle->last_error)) {
4181
+ $all_tables = $dbhandle->get_results("SHOW TABLES", ARRAY_N);
4182
+ $all_tables = array_map(create_function('$a', 'return array("name" => $a[0], "type" => "BASE TABLE");'), $all_tables);
4183
+ } else {
4184
+ $all_tables = array_map(create_function('$a', 'return array("name" => $a[0], "type" => $a[1]);'), $all_tables);
4185
+ }
4186
+
4187
+ # If this is not the WP database, then we do not consider it a fatal error if there are no tables
4188
+ if ('wp' == $key && 0 == count($all_tables)) {
4189
+ return $this->log_wp_error("No tables found in wp database.");
4190
+ die;
4191
+ }
4192
+
4193
+ // Put the options table first
4194
+ $updraftplus_database_utility = new UpdraftPlus_Database_Utility($key, $table_prefix_raw, $dbhandle);
4195
+ usort($all_tables, array($updraftplus_database_utility, 'backup_db_sorttables'));
4196
+
4197
+ $all_table_names = array_map(create_function('$a', 'return $a["name"];'), $all_tables);
4198
+ $db_tables_array[$key] = $all_table_names;
4199
+ }
4200
+
4201
+ return $db_tables_array;
4202
+ }
4203
+
4204
  }
css/admin.css CHANGED
@@ -646,12 +646,17 @@ h3 .thank-you {
646
  font-size: 120%;
647
  }
648
 
649
- input #backupnow_includefiles_moreoptions {
650
  margin: 4px 16px 6px;
651
  border: 1px dotted;
652
  padding: 6px 10px;
653
  }
654
 
 
 
 
 
 
655
  .form-table #updraft_activejobsrow .minimum-height{
656
  min-height: 100px;
657
  }
646
  font-size: 120%;
647
  }
648
 
649
+ #backupnow_includefiles_moreoptions, #backupnow_database_moreoptions {
650
  margin: 4px 16px 6px;
651
  border: 1px dotted;
652
  padding: 6px 10px;
653
  }
654
 
655
+ #backupnow_database_moreoptions {
656
+ max-height: 250px;
657
+ overflow: auto;
658
+ }
659
+
660
  .form-table #updraft_activejobsrow .minimum-height{
661
  min-height: 100px;
662
  }
includes/Dropbox2/API.php CHANGED
@@ -362,11 +362,12 @@ class UpdraftPlus_Dropbox_API {
362
  /**
363
  * Returns metadata for all files and folders that match the search query
364
  * @param mixed $query The search string. Must be at least 3 characters long
365
- * @param string $path The path to the folder you want to search in
366
- * @param integer $limit Maximum number of results to return (1-1000)
 
367
  * @return array
368
  */
369
- public function search($query, $path = '', $limit = 1000) {
370
  $call = '2/files/search';
371
  $path = $this->encodePath($path);
372
  // APIv2 requires that the path match this regex: String(pattern="(/(.|[\r\n])*)?|(ns:[0-9]+(/.*)?)")
@@ -374,6 +375,7 @@ class UpdraftPlus_Dropbox_API {
374
  $params = array(
375
  'path' => $path,
376
  'query' => $query,
 
377
  'max_results' => ($limit < 1) ? 1 : (($limit > 1000) ? 1000 : (int) $limit),
378
  'api_v2' => true,
379
  );
362
  /**
363
  * Returns metadata for all files and folders that match the search query
364
  * @param mixed $query The search string. Must be at least 3 characters long
365
+ * @param string [$path=''] The path to the folder you want to search in
366
+ * @param integer [$limit=1000] Maximum number of results to return (1-1000)
367
+ * @param integer [$start=0] Result number to start from
368
  * @return array
369
  */
370
+ public function search($query, $path = '', $limit = 1000, $start = 0) {
371
  $call = '2/files/search';
372
  $path = $this->encodePath($path);
373
  // APIv2 requires that the path match this regex: String(pattern="(/(.|[\r\n])*)?|(ns:[0-9]+(/.*)?)")
375
  $params = array(
376
  'path' => $path,
377
  'query' => $query,
378
+ 'start' => $start,
379
  'max_results' => ($limit < 1) ? 1 : (($limit > 1000) ? 1000 : (int) $limit),
380
  'api_v2' => true,
381
  );
includes/class-database-utility.php ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ if (!defined('UPDRAFTPLUS_DIR')) die('No direct access allowed');
4
+
5
+ class UpdraftPlus_Database_Utility {
6
+
7
+ private $whichdb;
8
+ private $table_prefix_raw;
9
+ private $dbhandle;
10
+
11
+ public function __construct($whichdb, $table_prefix_raw, $dbhandle) {
12
+ $this->whichdb = $whichdb;
13
+ $this->table_prefix_raw = $table_prefix_raw;
14
+ $this->dbhandle = $dbhandle;
15
+ }
16
+
17
+ /**
18
+ * The purpose of this function is to make sure that the options table is put in the database first, then the users table, then the site + blogs tables (if present - multisite), then the usermeta table; and after that the core WP tables - so that when restoring we restore the core tables first
19
+ * @param [array] $a_arr the first array
20
+ * @param [array] $b_arr the second array
21
+ * @return [array] returns a sorted array
22
+ */
23
+ public function backup_db_sorttables($a_arr, $b_arr) {
24
+
25
+ $a = $a_arr['name'];
26
+ $a_table_type = $a_arr['type'];
27
+ $b = $b_arr['name'];
28
+ $b_table_type = $b_arr['type'];
29
+
30
+ // Views must always go after tables (since they can depend upon them)
31
+ if ('VIEW' == $a_table_type && 'VIEW' != $b_table_type) return 1;
32
+ if ('VIEW' == $b_table_type && 'VIEW' != $a_table_type) return -1;
33
+
34
+ if ('wp' != $this->whichdb) return strcmp($a, $b);
35
+
36
+ global $updraftplus;
37
+ if ($a == $b) return 0;
38
+ $our_table_prefix = $this->table_prefix_raw;
39
+ if ($a == $our_table_prefix.'options') return -1;
40
+ if ($b == $our_table_prefix.'options') return 1;
41
+ if ($a == $our_table_prefix.'site') return -1;
42
+ if ($b == $our_table_prefix.'site') return 1;
43
+ if ($a == $our_table_prefix.'blogs') return -1;
44
+ if ($b == $our_table_prefix.'blogs') return 1;
45
+ if ($a == $our_table_prefix.'users') return -1;
46
+ if ($b == $our_table_prefix.'users') return 1;
47
+ if ($a == $our_table_prefix.'usermeta') return -1;
48
+ if ($b == $our_table_prefix.'usermeta') return 1;
49
+
50
+ if (empty($our_table_prefix)) return strcmp($a, $b);
51
+
52
+ try {
53
+ $core_tables = array_merge($this->dbhandle->tables, $this->dbhandle->global_tables, $this->dbhandle->ms_global_tables);
54
+ } catch (Exception $e) {
55
+ $updraftplus->log($e->getMessage());
56
+ }
57
+
58
+ if (empty($core_tables)) $core_tables = array('terms', 'term_taxonomy', 'termmeta', 'term_relationships', 'commentmeta', 'comments', 'links', 'postmeta', 'posts', 'site', 'sitemeta', 'blogs', 'blogversions');
59
+
60
+ $na = $updraftplus->str_replace_once($our_table_prefix, '', $a);
61
+ $nb = $updraftplus->str_replace_once($our_table_prefix, '', $b);
62
+ if (in_array($na, $core_tables) && !in_array($nb, $core_tables)) return -1;
63
+ if (!in_array($na, $core_tables) && in_array($nb, $core_tables)) return 1;
64
+ return strcmp($a, $b);
65
+ }
66
+ }
67
+
68
+ class UpdraftPlus_WPDB_OtherDB_Utility extends wpdb {
69
+ /**
70
+ * This adjusted bail() does two things: 1) Never dies and 2) logs in the UD log
71
+ * @param [string] $message a string containing a message
72
+ * @param [string] $error_code a string containing an error code
73
+ * @return [bool] returns false
74
+ */
75
+ public function bail( $message, $error_code = '500' ) {
76
+ global $updraftplus;
77
+ if ('db_connect_fail' == $error_code) $message = 'Connection failed: check your access details, that the database server is up, and that the network connection is not firewalled.';
78
+ $updraftplus->log("WPDB_OtherDB error: $message ($error_code)");
79
+ # Now do the things that would have been done anyway
80
+ if ( class_exists( 'WP_Error' ) )
81
+ $this->error = new WP_Error($error_code, $message);
82
+ else
83
+ $this->error = $message;
84
+ return false;
85
+ }
86
+ }
includes/class-wpadmin-commands.php CHANGED
@@ -285,7 +285,7 @@ class UpdraftPlus_WPAdmin_Commands extends UpdraftPlus_Commands {
285
  }
286
 
287
  public function check_overdue_crons() {
288
- $how_many_overdue = $this->_updraftplus_admin()->howmany_overdue_crons();
289
  return ($how_many_overdue >= 4) ? array('m' => $this->show_admin_warning_overdue_crons($how_many_overdue)) : array();
290
  }
291
 
285
  }
286
 
287
  public function check_overdue_crons() {
288
+ $how_many_overdue = $this->_updraftplus_admin->howmany_overdue_crons();
289
  return ($how_many_overdue >= 4) ? array('m' => $this->show_admin_warning_overdue_crons($how_many_overdue)) : array();
290
  }
291
 
includes/updraft-admin.js CHANGED
@@ -119,7 +119,7 @@ function updraft_remote_storage_tab_activation(the_method){
119
  */
120
  function updraft_check_overduecrons() {
121
  updraft_send_command('check_overdue_crons', function(data, response) {
122
- if (response.hasOwnProperty('m')) {
123
  jQuery('#updraft-insert-admin-warning').html(response.m);
124
  }
125
  }, { alert_on_error: false });
@@ -264,6 +264,26 @@ function backupnow_whichfiles_checked(onlythesefileentities){
264
  return onlythesefileentities;
265
  }
266
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
267
  function updraft_deleteallselected() {
268
  var howmany = 0;
269
  var remote_exists = 0;
@@ -417,7 +437,12 @@ var updraft_backupnow_nonce = '';
417
  var updraft_activejobslist_backupnownonce_only = 0;
418
  var updraft_inpage_hasbegun = 0;
419
 
420
- function updraft_backupnow_inpage_go(success_callback, onlythisfileentity, extradata) {
 
 
 
 
 
421
  // N.B. This function should never be called on the UpdraftPlus settings page - it is assumed we are elsewhere. So, it is safe to fake the console-focussing parameter.
422
  updraft_console_focussed_tab = 1;
423
  updraft_inpage_success_callback = success_callback;
@@ -433,7 +458,7 @@ function updraft_backupnow_inpage_go(success_callback, onlythisfileentity, extra
433
  jQuery('#updraft_inpage_backup').show();
434
  updraft_activejobslist_backupnownonce_only = 1;
435
  updraft_inpage_hasbegun = 0;
436
- updraft_backupnow_go(0, 0, 0, onlythisfileentity, extradata, updraftlion.automaticbackupbeforeupdate);
437
  }
438
 
439
  function updraft_activejobs_update(force) {
@@ -812,8 +837,10 @@ function updraft_check_same_times() {
812
  }
813
 
814
  // Visit the site in the background every 3.5 minutes - ensures that backups can progress if you've got the UD settings page open
815
- setInterval(function() {jQuery.get(updraft_siteurl+'/wp-cron.php');}, 210000);
816
-
 
 
817
  function updraft_activejobs_delete(jobid) {
818
  updraft_send_command('activejobs_delete', jobid, function(resp) {
819
  if (resp.ok == 'Y') {
@@ -1089,7 +1116,17 @@ function updraft_downloader_status_update(base, backup_timestamp, what, findex,
1089
  return cancel_repeat;
1090
  }
1091
 
1092
- function updraft_backupnow_go(backupnow_nodb, backupnow_nofiles, backupnow_nocloud, onlythesefileentities, extradata, label) {
 
 
 
 
 
 
 
 
 
 
1093
 
1094
  jQuery('#updraft_backup_started').html('<em>'+updraftlion.requeststart+'</em>').slideDown('');
1095
  setTimeout(function() {jQuery('#updraft_backup_started').fadeOut('slow');}, 75000);
@@ -1105,6 +1142,10 @@ function updraft_backupnow_go(backupnow_nodb, backupnow_nofiles, backupnow_noclo
1105
  if ('' != onlythesefileentities) {
1106
  params.onlythisfileentity = onlythesefileentities;
1107
  }
 
 
 
 
1108
 
1109
  updraft_send_command('backupnow', params, function(resp) {
1110
  jQuery('#updraft_backup_started').html(resp.m);
@@ -1230,6 +1271,11 @@ console.log(response);
1230
  e.preventDefault();
1231
  $('#backupnow_includefiles_moreoptions').toggle();
1232
  });
 
 
 
 
 
1233
 
1234
  $('#updraft-navtab-backups-content a.updraft_diskspaceused_update').click(function(e) {
1235
  e.preventDefault();
@@ -1620,6 +1666,18 @@ console.log(response);
1620
  var backupnow_nofiles = jQuery('#backupnow_includefiles').is(':checked') ? 0 : 1;
1621
  var backupnow_nocloud = jQuery('#backupnow_includecloud').is(':checked') ? 0 : 1;
1622
 
 
 
 
 
 
 
 
 
 
 
 
 
1623
  var onlythesefileentities = backupnow_whichfiles_checked('');
1624
 
1625
  if ('' == onlythesefileentities && 0 == backupnow_nofiles) {
@@ -1641,7 +1699,7 @@ console.log(response);
1641
  });
1642
  }, 1700);
1643
 
1644
- updraft_backupnow_go(backupnow_nodb, backupnow_nofiles, backupnow_nocloud, onlythesefileentities, '', jQuery('#backupnow_label').val());
1645
  };
1646
  backupnow_modal_buttons[updraftlion.cancel] = function() { jQuery(this).dialog("close"); };
1647
 
@@ -1875,7 +1933,30 @@ console.log(response);
1875
  });
1876
 
1877
  uploader.bind('Error', function(up, error) {
1878
- alert(updraftlion.uploaderr+' (code '+error.code+') : '+error.message+' '+updraftlion.makesure);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1879
  });
1880
 
1881
  // a file was uploaded
@@ -2213,7 +2294,12 @@ jQuery(document).ready(function($){
2213
  });
2214
 
2215
  uploader.bind('Error', function(up, error) {
2216
- alert(updraftlion.uploaderr+' (code '+error.code+") : "+error.message+" "+updraftlion.makesure);
 
 
 
 
 
2217
  });
2218
 
2219
  // a file was uploaded
119
  */
120
  function updraft_check_overduecrons() {
121
  updraft_send_command('check_overdue_crons', function(data, response) {
122
+ if (response && response.hasOwnProperty('m')) {
123
  jQuery('#updraft-insert-admin-warning').html(response.m);
124
  }
125
  }, { alert_on_error: false });
264
  return onlythesefileentities;
265
  }
266
 
267
+ /**
268
+ * a method to get all the selected table values from the backup now modal
269
+ * @param {[String]} onlythesetableentities an empty string to append values to
270
+ * @return {[String]} a string that contains the values of all selected table entities and the database the belong to
271
+ */
272
+ function backupnow_whichtables_checked(onlythesetableentities){
273
+ var send_list = false;
274
+ jQuery('#backupnow_database_moreoptions input[type="checkbox"]').each(function(index) {
275
+ if (!jQuery(this).is(':checked')) { send_list = true; return; }
276
+ });
277
+
278
+ onlythesetableentities = jQuery("input[name^='updraft_include_tables_']").serializeArray();
279
+
280
+ if (send_list) {
281
+ return onlythesetableentities;
282
+ } else {
283
+ return true;
284
+ }
285
+ }
286
+
287
  function updraft_deleteallselected() {
288
  var howmany = 0;
289
  var remote_exists = 0;
437
  var updraft_activejobslist_backupnownonce_only = 0;
438
  var updraft_inpage_hasbegun = 0;
439
 
440
+ function updraft_backupnow_inpage_go(success_callback, onlythisfileentity, extradata, backupnow_nodb, backupnow_nofiles, backupnow_nocloud) {
441
+
442
+ backupnow_nodb = ('undefined' === typeof backupnow_nodb) ? 0 : backupnow_nodb;
443
+ backupnow_nofiles = ('undefined' === typeof backupnow_nofiles) ? 0 : backupnow_nofiles;
444
+ backupnow_nocloud = ('undefined' === typeof backupnow_nocloud) ? 0 : backupnow_nocloud;
445
+
446
  // N.B. This function should never be called on the UpdraftPlus settings page - it is assumed we are elsewhere. So, it is safe to fake the console-focussing parameter.
447
  updraft_console_focussed_tab = 1;
448
  updraft_inpage_success_callback = success_callback;
458
  jQuery('#updraft_inpage_backup').show();
459
  updraft_activejobslist_backupnownonce_only = 1;
460
  updraft_inpage_hasbegun = 0;
461
+ updraft_backupnow_go(backupnow_nodb, backupnow_nofiles, backupnow_nocloud, onlythisfileentity, extradata, updraftlion.automaticbackupbeforeupdate, '');
462
  }
463
 
464
  function updraft_activejobs_update(force) {
837
  }
838
 
839
  // Visit the site in the background every 3.5 minutes - ensures that backups can progress if you've got the UD settings page open
840
+ if ('undefined' !== typeof updraft_siteurl) {
841
+ setInterval(function() {jQuery.get(updraft_siteurl+'/wp-cron.php');}, 210000);
842
+ }
843
+
844
  function updraft_activejobs_delete(jobid) {
845
  updraft_send_command('activejobs_delete', jobid, function(resp) {
846
  if (resp.ok == 'Y') {
1116
  return cancel_repeat;
1117
  }
1118
 
1119
+ /**
1120
+ * function that sets up a ajax call to start a backup
1121
+ * @param {[Bool]} backupnow_nodb a boolean value to check if the database should be backed up
1122
+ * @param {[Bool]} backupnow_nofiles a boolean value to check if any files should be backed up
1123
+ * @param {[Bool]} backupnow_nocloud a boolean value to check if the backup should be uploaded to cloud storage
1124
+ * @param {[String]} onlythesefileentities a csv list of file entities to be backed up
1125
+ * @param {[String]} onlythesetableentities a csv list of table entities to be backed up
1126
+ * @param {[Array]} extradata any extra data to be added
1127
+ * @param {[String]} label a optional label to be added to a backup
1128
+ */
1129
+ function updraft_backupnow_go(backupnow_nodb, backupnow_nofiles, backupnow_nocloud, onlythesefileentities, extradata, label, onlythesetableentities) {
1130
 
1131
  jQuery('#updraft_backup_started').html('<em>'+updraftlion.requeststart+'</em>').slideDown('');
1132
  setTimeout(function() {jQuery('#updraft_backup_started').fadeOut('slow');}, 75000);
1142
  if ('' != onlythesefileentities) {
1143
  params.onlythisfileentity = onlythesefileentities;
1144
  }
1145
+
1146
+ if ('' != onlythesetableentities) {
1147
+ params.onlythesetableentities = onlythesetableentities;
1148
+ }
1149
 
1150
  updraft_send_command('backupnow', params, function(resp) {
1151
  jQuery('#updraft_backup_started').html(resp.m);
1271
  e.preventDefault();
1272
  $('#backupnow_includefiles_moreoptions').toggle();
1273
  });
1274
+
1275
+ $('#backupnow_database_showmoreoptions').click(function(e) {
1276
+ e.preventDefault();
1277
+ $('#backupnow_database_moreoptions').toggle();
1278
+ });
1279
 
1280
  $('#updraft-navtab-backups-content a.updraft_diskspaceused_update').click(function(e) {
1281
  e.preventDefault();
1666
  var backupnow_nofiles = jQuery('#backupnow_includefiles').is(':checked') ? 0 : 1;
1667
  var backupnow_nocloud = jQuery('#backupnow_includecloud').is(':checked') ? 0 : 1;
1668
 
1669
+ var onlythesetableentities = backupnow_whichtables_checked('');
1670
+
1671
+ if ('' == onlythesetableentities && 0 == backupnow_nodb) {
1672
+ alert(updraftlion.notableschosen);
1673
+ jQuery('#backupnow_includefiles_moreoptions').show();
1674
+ return;
1675
+ }
1676
+
1677
+ if (typeof onlythesetableentities === 'boolean') {
1678
+ onlythesetableentities = null;
1679
+ }
1680
+
1681
  var onlythesefileentities = backupnow_whichfiles_checked('');
1682
 
1683
  if ('' == onlythesefileentities && 0 == backupnow_nofiles) {
1699
  });
1700
  }, 1700);
1701
 
1702
+ updraft_backupnow_go(backupnow_nodb, backupnow_nofiles, backupnow_nocloud, onlythesefileentities, '', jQuery('#backupnow_label').val(), onlythesetableentities);
1703
  };
1704
  backupnow_modal_buttons[updraftlion.cancel] = function() { jQuery(this).dialog("close"); };
1705
 
1933
  });
1934
 
1935
  uploader.bind('Error', function(up, error) {
1936
+
1937
+ console.log(error);
1938
+
1939
+ var err_makesure;
1940
+ if(error.code == "-200"){
1941
+ err_makesure = '\n'+updraftlion.makesure2;
1942
+ } else {
1943
+ err_makesure = updraftlion.makesure;
1944
+ }
1945
+
1946
+ var msg = updraftlion.uploaderr+' (code '+error.code+') : '+error.message;
1947
+
1948
+ if (error.hasOwnProperty('status') && error.status) {
1949
+ msg += ' ('+updraftlion.http_code+' '+error.status+')';
1950
+ }
1951
+
1952
+ if (error.hasOwnProperty('response')) {
1953
+ console.log('UpdraftPlus: plupload error: '+error.response);
1954
+ if (error.response.length < 100) msg += ' '+updraftlion.error+' '+error.response+'\n';
1955
+ }
1956
+
1957
+ msg += ' '+err_makesure;
1958
+
1959
+ alert(msg);
1960
  });
1961
 
1962
  // a file was uploaded
2294
  });
2295
 
2296
  uploader.bind('Error', function(up, error) {
2297
+ if(error.code == "-200"){
2298
+ err_makesure = '\n'+updraftlion.makesure2;
2299
+ } else {
2300
+ err_makesure = updraftlion.makesure;
2301
+ }
2302
+ alert(updraftlion.uploaderr+' (code '+error.code+") : "+error.message+" "+err_makesure);
2303
  });
2304
 
2305
  // a file was uploaded
includes/updraftplus-notices.php CHANGED
@@ -276,6 +276,7 @@ class UpdraftPlus_Notices extends Updraft_Notices {
276
 
277
  protected function wp_optimize_installed($plugin_base_dir = null, $product_name = null) {
278
  $wp_optimize_file = false;
 
279
  $plugins = get_plugins();
280
 
281
  foreach ($plugins as $key => $value) {
276
 
277
  protected function wp_optimize_installed($plugin_base_dir = null, $product_name = null) {
278
  $wp_optimize_file = false;
279
+ if (!function_exists('get_plugins')) require_once(ABSPATH.'wp-admin/includes/plugin.php');
280
  $plugins = get_plugins();
281
 
282
  foreach ($plugins as $key => $value) {
languages/updraftplus-af.mo ADDED
Binary file
languages/updraftplus-af.po ADDED
@@ -0,0 +1,6433 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of UpdraftPlus in Afrikaans
2
+ # This file is distributed under the same license as the UpdraftPlus package.
3
+ msgid ""
4
+ msgstr ""
5
+ "PO-Revision-Date: +0000\n"
6
+ "MIME-Version: 1.0\n"
7
+ "Content-Type: text/plain; charset=UTF-8\n"
8
+ "Content-Transfer-Encoding: 8bit\n"
9
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
+ "X-Generator: GlotPress/2.2.2\n"
11
+ "Language: af_ZA\n"
12
+ "Project-Id-Version: UpdraftPlus\n"
13
+
14
+ #: restorer.php:1629
15
+ msgid "Skipped tables:"
16
+ msgstr ""
17
+
18
+ #: class-updraftplus.php:4049
19
+ msgid "This database backup has the following WordPress tables excluded: %s"
20
+ msgstr ""
21
+
22
+ #: admin.php:2271
23
+ msgid "With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too."
24
+ msgstr ""
25
+
26
+ #: admin.php:2271
27
+ msgid "All WordPress tables will be backed up."
28
+ msgstr ""
29
+
30
+ #: admin.php:675
31
+ msgid "Further information may be found in the browser JavaScript console, and the server PHP error logs."
32
+ msgstr ""
33
+
34
+ #: admin.php:675
35
+ msgid "That you are attempting to upload a zip file previously created by UpdraftPlus."
36
+ msgstr ""
37
+
38
+ #: admin.php:675
39
+ msgid "The available memory on the server."
40
+ msgstr ""
41
+
42
+ #: admin.php:675
43
+ msgid "Any settings in your .htaccess or web.config file that affects the maximum upload or post size."
44
+ msgstr ""
45
+
46
+ #: admin.php:675
47
+ msgid "The file failed to upload. Please check the following:"
48
+ msgstr ""
49
+
50
+ #: admin.php:674
51
+ msgid "HTTP code:"
52
+ msgstr ""
53
+
54
+ #: admin.php:572
55
+ msgid "You have chosen to backup a database, but no tables have been selected"
56
+ msgstr ""
57
+
58
+ #: addons/moredatabase.php:484
59
+ msgid "tables"
60
+ msgstr ""
61
+
62
+ #: addons/moredatabase.php:483
63
+ msgid "WordPress database"
64
+ msgstr ""
65
+
66
+ #: addons/moredatabase.php:476
67
+ msgid "You should backup all tables unless you are an expert in the internals of the WordPress database."
68
+ msgstr ""
69
+
70
+ #: templates/wp-admin/settings/tab-addons.php:300
71
+ msgid "Everyone can use the free version; but UpdraftGold bundles an enhanced paid version."
72
+ msgstr ""
73
+
74
+ #: templates/wp-admin/settings/tab-addons.php:298
75
+ msgid "UpdraftCentral Cloud or Premium"
76
+ msgstr ""
77
+
78
+ #: templates/wp-admin/settings/tab-addons.php:281
79
+ #: templates/wp-admin/settings/tab-addons.php:301
80
+ msgid "Find out more"
81
+ msgstr ""
82
+
83
+ #: templates/wp-admin/settings/tab-addons.php:280
84
+ msgid "UpdraftPlus has its own embedded storage option, providing a zero-hassle way to download, store and manage all your backups from one place."
85
+ msgstr ""
86
+
87
+ #: templates/wp-admin/settings/tab-addons.php:272
88
+ msgid "UpdraftPlus Gold"
89
+ msgstr ""
90
+
91
+ #: templates/wp-admin/settings/tab-addons.php:266
92
+ msgid "UpdraftPlus Free"
93
+ msgstr ""
94
+
95
+ #: templates/wp-admin/settings/tab-addons.php:263
96
+ msgid "Other products bundled with UpdraftPlus Premium or Gold"
97
+ msgstr ""
98
+
99
+ #: templates/wp-admin/settings/tab-addons.php:249
100
+ msgid "Lock access to UpdraftPlus via a password so you choose which admin users can access backups."
101
+ msgstr ""
102
+
103
+ #: templates/wp-admin/settings/tab-addons.php:233
104
+ msgid "Some backup plugins can’t restore a backup, so Premium allows you to restore backups from other plugins."
105
+ msgstr ""
106
+
107
+ #: templates/wp-admin/settings/tab-addons.php:232
108
+ msgid "Importer"
109
+ msgstr ""
110
+
111
+ #: templates/wp-admin/settings/tab-addons.php:217
112
+ msgid "Tidy things up for clients and remove all adverts for our other products."
113
+ msgstr ""
114
+
115
+ #: templates/wp-admin/settings/tab-addons.php:216
116
+ msgid "No ads"
117
+ msgstr ""
118
+
119
+ #: templates/wp-admin/settings/tab-addons.php:201
120
+ msgid "Sophisticated reporting and emailing capabilities."
121
+ msgstr ""
122
+
123
+ #: templates/wp-admin/settings/tab-addons.php:185
124
+ msgid "Encrypt your sensitive databases (e.g. customer information or passwords); Backup external databases too."
125
+ msgstr ""
126
+
127
+ #: templates/wp-admin/settings/tab-addons.php:184
128
+ msgid "More database options"
129
+ msgstr ""
130
+
131
+ #: templates/wp-admin/settings/tab-addons.php:169
132
+ msgid "Set exact times to create or delete backups."
133
+ msgstr ""
134
+
135
+ #: templates/wp-admin/settings/tab-addons.php:168
136
+ msgid "Backup time and scheduling"
137
+ msgstr ""
138
+
139
+ #: templates/wp-admin/settings/tab-addons.php:153
140
+ msgid "Backup WordPress multisites (i.e, networks), securely."
141
+ msgstr ""
142
+
143
+ #: templates/wp-admin/settings/tab-addons.php:152
144
+ msgid "Network / multisite"
145
+ msgstr ""
146
+
147
+ #: templates/wp-admin/settings/tab-addons.php:137
148
+ msgid "Backup WordPress core and non-WP files and databases."
149
+ msgstr ""
150
+
151
+ #: templates/wp-admin/settings/tab-addons.php:121
152
+ msgid "Automatically backs up your website before any updates to plugins, themes and WordPress core."
153
+ msgstr ""
154
+
155
+ #: templates/wp-admin/settings/tab-addons.php:120
156
+ msgid "Pre-update backups"
157
+ msgstr ""
158
+
159
+ #: templates/wp-admin/settings/tab-addons.php:105
160
+ msgid "Provides expert help and support from the developers whenever you need it."
161
+ msgstr ""
162
+
163
+ #: templates/wp-admin/settings/tab-addons.php:104
164
+ msgid "Fast, personal support"
165
+ msgstr ""
166
+
167
+ #: templates/wp-admin/settings/tab-addons.php:89
168
+ msgid "UpdraftPlus Migrator clones your WordPress site and moves it to a new domain directly and simply."
169
+ msgstr ""
170
+
171
+ #: templates/wp-admin/settings/tab-addons.php:88
172
+ msgid "Cloning and migration"
173
+ msgstr ""
174
+
175
+ #: templates/wp-admin/settings/tab-addons.php:73
176
+ msgid "Get enhanced versions of the free remote storage options and even more remote storage options like OneDrive, SFTP, Azure, WebDAV and more with UpdraftPlus Premium."
177
+ msgstr ""
178
+
179
+ #: templates/wp-admin/settings/tab-addons.php:72
180
+ msgid "Additional and enhanced remote storage locations"
181
+ msgstr ""
182
+
183
+ #: templates/wp-admin/settings/tab-addons.php:57
184
+ msgid "To avoid server-wide risks, always backup to remote cloud storage. UpdraftPlus free includes Dropbox, Google Drive, Amazon S3, Rackspace and more."
185
+ msgstr ""
186
+
187
+ #: templates/wp-admin/settings/tab-addons.php:56
188
+ msgid "Backup to remote storage locations"
189
+ msgstr ""
190
+
191
+ #: templates/wp-admin/settings/tab-addons.php:47
192
+ #: templates/wp-admin/settings/tab-addons.php:50
193
+ #: templates/wp-admin/settings/tab-addons.php:320
194
+ #: templates/wp-admin/settings/tab-addons.php:323
195
+ msgid "Upgrade now"
196
+ msgstr ""
197
+
198
+ #: templates/wp-admin/settings/tab-addons.php:44
199
+ #: templates/wp-admin/settings/tab-addons.php:317
200
+ msgid "Installed"
201
+ msgstr ""
202
+
203
+ #: templates/wp-admin/settings/tab-addons.php:38
204
+ msgid "Gold"
205
+ msgstr ""
206
+
207
+ #: templates/wp-admin/settings/tab-addons.php:30
208
+ msgid "Free"
209
+ msgstr ""
210
+
211
+ #: templates/wp-admin/settings/tab-addons.php:30
212
+ #: templates/wp-admin/settings/tab-addons.php:34
213
+ #: templates/wp-admin/settings/tab-addons.php:38
214
+ msgid "UpdraftPlus"
215
+ msgstr ""
216
+
217
+ #: templates/wp-admin/settings/form-contents.php:241
218
+ msgid "Recommended: optimize your database with WP-Optimize."
219
+ msgstr ""
220
+
221
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:15
222
+ msgid "When you've backed up your database, we recommend you install our WP-Optimize plugin to streamline it for better website performance."
223
+ msgstr ""
224
+
225
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:15
226
+ msgid "WP-Optimize"
227
+ msgstr ""
228
+
229
+ #: templates/wp-admin/notices/bottom-notice.php:35
230
+ #: templates/wp-admin/notices/horizontal-notice.php:46
231
+ #: templates/wp-admin/notices/report-plain.php:33
232
+ #: templates/wp-admin/notices/report.php:30
233
+ msgid "Read more"
234
+ msgstr ""
235
+
236
+ #: includes/updraftplus-notices.php:182
237
+ msgid "After you've backed up your database, we recommend you install our WP-Optimize plugin to streamline it for better website performance."
238
+ msgstr ""
239
+
240
+ #: admin.php:595
241
+ msgid "Show contents"
242
+ msgstr ""
243
+
244
+ #: addons/morefiles.php:246
245
+ msgid "Please choose a file or directory"
246
+ msgstr ""
247
+
248
+ #: addons/morefiles.php:235
249
+ msgid "Confirm"
250
+ msgstr ""
251
+
252
+ #: addons/morefiles.php:238
253
+ msgid "Go up a directory"
254
+ msgstr ""
255
+
256
+ #: addons/morefiles.php:231
257
+ msgid "Add directory..."
258
+ msgstr ""
259
+
260
+ #: addons/morefiles.php:224 addons/morefiles.php:244
261
+ msgid "Edit"
262
+ msgstr ""
263
+
264
+ #: addons/morefiles.php:207
265
+ msgid "If using it, select a path from the directory tree below and then press confirm selection."
266
+ msgstr ""
267
+
268
+ #: central/modules/comments.php:340
269
+ msgid "Spam"
270
+ msgstr ""
271
+
272
+ #: central/modules/comments.php:339
273
+ msgid "Trash"
274
+ msgstr ""
275
+
276
+ #: central/modules/comments.php:338
277
+ msgid "Hold or Unapprove"
278
+ msgstr ""
279
+
280
+ #: central/modules/comments.php:337
281
+ msgid "Approve"
282
+ msgstr ""
283
+
284
+ #: central/modules/comments.php:332
285
+ msgid "Pings"
286
+ msgstr ""
287
+
288
+ #: central/modules/comments.php:331
289
+ msgid "Comments"
290
+ msgstr ""
291
+
292
+ #: addons/s3-enhanced.php:327
293
+ msgid "Europe (Frankfurt)"
294
+ msgstr ""
295
+
296
+ #: addons/s3-enhanced.php:326
297
+ msgid "Europe (London)"
298
+ msgstr ""
299
+
300
+ #: addons/s3-enhanced.php:325
301
+ msgid "Europe (Ireland)"
302
+ msgstr ""
303
+
304
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:15
305
+ msgid "WP-Optimize (free)"
306
+ msgstr ""
307
+
308
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:13
309
+ msgid "Explore our Cloud and Premium versions."
310
+ msgstr ""
311
+
312
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:13
313
+ msgid "Download it for free from WordPress.org"
314
+ msgstr ""
315
+
316
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:13
317
+ msgid "You can even use it to centrally manage and update all themes, plugins and WordPress core on all your sites without logging into them!"
318
+ msgstr ""
319
+
320
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:13
321
+ msgid "UpdraftCentral is a powerful remote control plugin for WordPress that allows you to control all your UpdraftPlus installs and backups from one central location."
322
+ msgstr ""
323
+
324
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:13
325
+ msgid "UpdraftCentral"
326
+ msgstr ""
327
+
328
+ #: templates/wp-admin/notices/horizontal-notice.php:6
329
+ msgid "notice image"
330
+ msgstr ""
331
+
332
+ #: templates/wp-admin/notices/bottom-notice.php:33
333
+ #: templates/wp-admin/notices/horizontal-notice.php:44
334
+ #: templates/wp-admin/notices/report-plain.php:31
335
+ #: templates/wp-admin/notices/report.php:28
336
+ msgid "Go there"
337
+ msgstr ""
338
+
339
+ #: templates/wp-admin/notices/bottom-notice.php:31
340
+ #: templates/wp-admin/notices/horizontal-notice.php:42
341
+ #: templates/wp-admin/notices/report-plain.php:29
342
+ #: templates/wp-admin/notices/report.php:26
343
+ msgid "Sign up"
344
+ msgstr ""
345
+
346
+ #: templates/wp-admin/notices/bottom-notice.php:29
347
+ #: templates/wp-admin/notices/horizontal-notice.php:40
348
+ #: templates/wp-admin/notices/report-plain.php:27
349
+ #: templates/wp-admin/notices/report.php:24
350
+ msgid "Get Premium"
351
+ msgstr ""
352
+
353
+ #: templates/wp-admin/notices/bottom-notice.php:27
354
+ #: templates/wp-admin/notices/horizontal-notice.php:38
355
+ #: templates/wp-admin/notices/report-plain.php:25
356
+ #: templates/wp-admin/notices/report.php:22
357
+ msgid "Review UpdraftPlus"
358
+ msgstr ""
359
+
360
+ #: templates/wp-admin/notices/bottom-notice.php:25
361
+ #: templates/wp-admin/notices/horizontal-notice.php:36
362
+ #: templates/wp-admin/notices/report-plain.php:23
363
+ #: templates/wp-admin/notices/report.php:20
364
+ msgid "Get UpdraftCentral"
365
+ msgstr ""
366
+
367
+ #: templates/wp-admin/advanced/site-info.php:84
368
+ msgid "Apache modules"
369
+ msgstr ""
370
+
371
+ #: includes/updraftplus-notices.php:246
372
+ msgid "Summer sale - 20% off UpdraftPlus Premium until July 31st"
373
+ msgstr ""
374
+
375
+ #: includes/updraftplus-notices.php:233
376
+ msgid "Spring sale - 20% off UpdraftPlus Premium until April 31st"
377
+ msgstr ""
378
+
379
+ #: includes/updraftplus-notices.php:220
380
+ msgid "Happy New Year - 20% off UpdraftPlus Premium until January 1st"
381
+ msgstr ""
382
+
383
+ #: includes/updraftplus-notices.php:207
384
+ msgid "Christmas sale - 20% off UpdraftPlus Premium until December 25th"
385
+ msgstr ""
386
+
387
+ #: includes/updraftplus-notices.php:195 includes/updraftplus-notices.php:208
388
+ #: includes/updraftplus-notices.php:221 includes/updraftplus-notices.php:234
389
+ #: includes/updraftplus-notices.php:247
390
+ msgid "To benefit, use this discount code:"
391
+ msgstr ""
392
+
393
+ #: includes/updraftplus-notices.php:194
394
+ msgid "Black Friday - 20% off UpdraftPlus Premium until November 30th"
395
+ msgstr ""
396
+
397
+ #: includes/updraftplus-notices.php:172
398
+ msgid "UpdraftPlus Premium can automatically backup your plugins/themes/database before you update, without you needing to remember."
399
+ msgstr ""
400
+
401
+ #: includes/updraftplus-notices.php:151 includes/updraftplus-notices.php:161
402
+ msgid "UpdraftPlus Blog - get up-to-date news and offers"
403
+ msgstr ""
404
+
405
+ #: includes/updraftplus-notices.php:141
406
+ msgid "UpdraftPlus Newsletter"
407
+ msgstr ""
408
+
409
+ #: includes/updraftplus-notices.php:112
410
+ msgid "Control all your WordPress installations from one place using UpdraftCentral remote site management!"
411
+ msgstr ""
412
+
413
+ #: includes/updraftplus-notices.php:111
414
+ msgid "Do you use UpdraftPlus on multiple sites?"
415
+ msgstr ""
416
+
417
+ #: includes/updraftplus-notices.php:92
418
+ #: templates/wp-admin/settings/tab-addons.php:300
419
+ msgid "UpdraftCentral is a highly efficient way to manage, update and backup multiple websites from one place."
420
+ msgstr ""
421
+
422
+ #: includes/updraftplus-notices.php:91
423
+ msgid "Introducing UpdraftCentral"
424
+ msgstr ""
425
+
426
+ #: includes/updraftplus-notices.php:82
427
+ msgid "Copy your site to another domain directly. Includes find-and-replace tool for database references."
428
+ msgstr ""
429
+
430
+ #: includes/updraftplus-notices.php:81
431
+ msgid "easily migrate or clone your site in minutes"
432
+ msgstr ""
433
+
434
+ #: includes/updraftplus-notices.php:72
435
+ msgid "Add SFTP to send your data securely, lock settings and encrypt your database backups for extra security."
436
+ msgstr ""
437
+
438
+ #: includes/updraftplus-notices.php:71
439
+ msgid "secure your backups"
440
+ msgstr ""
441
+
442
+ #: includes/updraftplus-notices.php:62
443
+ msgid "Secure multisite installation, advanced reporting and much more."
444
+ msgstr ""
445
+
446
+ #: includes/updraftplus-notices.php:61
447
+ msgid "advanced options"
448
+ msgstr ""
449
+
450
+ #: includes/updraftplus-notices.php:52
451
+ msgid "Enhanced storage options for Dropbox, Google Drive and S3. Plus many more options."
452
+ msgstr ""
453
+
454
+ #: includes/updraftplus-notices.php:51
455
+ msgid "enhanced remote storage options"
456
+ msgstr ""
457
+
458
+ #: includes/updraftplus-notices.php:42
459
+ msgid "The ultimately secure and convenient place to store your backups."
460
+ msgstr ""
461
+
462
+ #: includes/updraftplus-notices.php:41
463
+ #: templates/wp-admin/settings/tab-addons.php:278
464
+ msgid "UpdraftVault storage"
465
+ msgstr ""
466
+
467
+ #: includes/updraftplus-notices.php:32
468
+ msgid "Enjoy professional, fast, and friendly help whenever you need it."
469
+ msgstr ""
470
+
471
+ #: includes/updraftplus-notices.php:31
472
+ msgid "support"
473
+ msgstr ""
474
+
475
+ #: includes/updraftplus-notices.php:30 includes/updraftplus-notices.php:40
476
+ #: includes/updraftplus-notices.php:50 includes/updraftplus-notices.php:60
477
+ #: includes/updraftplus-notices.php:70 includes/updraftplus-notices.php:80
478
+ msgid "UpdraftPlus Premium:"
479
+ msgstr ""
480
+
481
+ #: templates/wp-admin/settings/tab-status.php:71
482
+ msgid "Then, try out our \"Migrator\" add-on which can perform a direct site-to-site migration. After using it once, you'll have saved the purchase price compared to the time needed to copy a site by hand."
483
+ msgstr ""
484
+
485
+ #: addons/s3-enhanced.php:324
486
+ msgid "Canada Central"
487
+ msgstr ""
488
+
489
+ #: templates/wp-admin/advanced/tools-menu.php:22
490
+ msgid "Site size"
491
+ msgstr ""
492
+
493
+ #: templates/wp-admin/advanced/tools-menu.php:10
494
+ #: templates/wp-admin/settings/tab-addons.php:248
495
+ msgid "Lock settings"
496
+ msgstr ""
497
+
498
+ #: templates/wp-admin/advanced/site-info.php:5
499
+ #: templates/wp-admin/advanced/tools-menu.php:6
500
+ msgid "Site information"
501
+ msgstr ""
502
+
503
+ #: templates/wp-admin/advanced/search-replace.php:9
504
+ msgid "For the ability to migrate websites, upgrade to UpdraftPlus Premium."
505
+ msgstr ""
506
+
507
+ #: templates/wp-admin/advanced/export-settings.php:15
508
+ msgid "Import settings"
509
+ msgstr ""
510
+
511
+ #: templates/wp-admin/advanced/export-settings.php:12
512
+ msgid "You can also import previously-exported settings. This tool will replace all your saved settings."
513
+ msgstr ""
514
+
515
+ #: templates/wp-admin/advanced/export-settings.php:9
516
+ msgid "Export settings"
517
+ msgstr ""
518
+
519
+ #: templates/wp-admin/advanced/export-settings.php:7
520
+ msgid "including any passwords"
521
+ msgstr ""
522
+
523
+ #: templates/wp-admin/advanced/export-settings.php:7
524
+ msgid "Here, you can export your UpdraftPlus settings (%s), either for using on another site, or to keep as a backup. This tool will export what is currently in the settings tab."
525
+ msgstr ""
526
+
527
+ #: templates/wp-admin/advanced/export-settings.php:5
528
+ #: templates/wp-admin/advanced/tools-menu.php:26
529
+ msgid "Export / import settings"
530
+ msgstr ""
531
+
532
+ #: restorer.php:1995
533
+ msgid "Skipping site %s: this table (%s) and others from the site will not be restored"
534
+ msgstr ""
535
+
536
+ #: restorer.php:1814
537
+ msgid "Processing table (%s)"
538
+ msgstr ""
539
+
540
+ #: restorer.php:1595
541
+ msgid "Backup of: %s"
542
+ msgstr ""
543
+
544
+ #: methods/googledrive.php:212
545
+ msgid "The client has been deleted from the Google Drive API console. Please create a new Google Drive project and reconnect with UpdraftPlus."
546
+ msgstr ""
547
+
548
+ #: methods/dropbox.php:569
549
+ msgid "%s de-authentication"
550
+ msgstr ""
551
+
552
+ #: methods/dropbox.php:537
553
+ msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
554
+ msgstr ""
555
+
556
+ #: methods/dropbox.php:511
557
+ msgid "Follow this link to deauthenticate with %s."
558
+ msgstr ""
559
+
560
+ #: central/bootstrap.php:542
561
+ msgid "UpdraftCentral enables control of your WordPress sites (including management of backups and updates) from a central dashboard."
562
+ msgstr ""
563
+
564
+ #: backup.php:1495
565
+ msgid "If not, you will need to either remove data from this table, or contact your hosting company to request more resources."
566
+ msgstr ""
567
+
568
+ #: templates/wp-admin/settings/tab-status.php:82
569
+ msgid "You have selected a remote storage option which has an authorization step to complete:"
570
+ msgstr ""
571
+
572
+ #: admin.php:1391
573
+ msgid "Remote files deleted:"
574
+ msgstr ""
575
+
576
+ #: admin.php:1390
577
+ msgid "Local files deleted:"
578
+ msgstr ""
579
+
580
+ #: admin.php:887 admin.php:891 admin.php:899 admin.php:903
581
+ msgid "Follow this link to authorize access to your %s account (you will not be able to back up to %s without it)."
582
+ msgstr ""
583
+
584
+ #: admin.php:673
585
+ msgid "remote files deleted"
586
+ msgstr ""
587
+
588
+ #: admin.php:671
589
+ msgid "Complete"
590
+ msgstr ""
591
+
592
+ #: admin.php:670
593
+ msgid "Do you want to carry out the import?"
594
+ msgstr ""
595
+
596
+ #: admin.php:669
597
+ msgid "Which was exported on:"
598
+ msgstr ""
599
+
600
+ #: admin.php:668
601
+ msgid "This will import data from:"
602
+ msgstr ""
603
+
604
+ #: admin.php:667
605
+ msgid "Importing..."
606
+ msgstr ""
607
+
608
+ #: admin.php:664
609
+ msgid "You have not yet selected a file to import."
610
+ msgstr ""
611
+
612
+ #: admin.php:648
613
+ msgid "Your export file will be of your displayed settings, not your saved ones."
614
+ msgstr ""
615
+
616
+ #: admin.php:82
617
+ msgid "template not found"
618
+ msgstr ""
619
+
620
+ #: addons/s3-enhanced.php:320
621
+ msgid "US East (Ohio)"
622
+ msgstr ""
623
+
624
+ #: addons/onedrive.php:953
625
+ msgid "This site uses a URL which is either non-HTTPS, or is localhost or 127.0.0.1 URL. As such, you must use the main %s %s App to authenticate with your account."
626
+ msgstr ""
627
+
628
+ #: addons/onedrive.php:635
629
+ msgid "Account is not authorized (%s)."
630
+ msgstr ""
631
+
632
+ #: addons/onedrive.php:596 udaddons/updraftplus-addons.php:732
633
+ msgid "Your IP address:"
634
+ msgstr ""
635
+
636
+ #: addons/onedrive.php:596 udaddons/updraftplus-addons.php:732
637
+ #: udaddons/updraftplus-addons.php:747
638
+ msgid "To remove any block, please go here."
639
+ msgstr ""
640
+
641
+ #: addons/onedrive.php:581 udaddons/updraftplus-addons.php:717
642
+ msgid "An error response was received; HTTP code:"
643
+ msgstr ""
644
+
645
+ #: includes/class-commands.php:309
646
+ msgid "%s add-on not found"
647
+ msgstr ""
648
+
649
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:62
650
+ msgid "or to restore manually"
651
+ msgstr ""
652
+
653
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:62
654
+ 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"
655
+ msgstr ""
656
+
657
+ #: admin.php:2096
658
+ msgid "To fix this problem go here."
659
+ msgstr ""
660
+
661
+ #: admin.php:2096
662
+ msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
663
+ msgstr ""
664
+
665
+ #: admin.php:633
666
+ msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
667
+ msgstr ""
668
+
669
+ #: addons/webdav.php:92
670
+ msgid "Path"
671
+ msgstr ""
672
+
673
+ #: addons/webdav.php:87
674
+ msgid "Leave this blank to use the default (80 for webdav, 443 for webdavs)"
675
+ msgstr ""
676
+
677
+ #: addons/webdav.php:79
678
+ msgid "Enter any path in the field below."
679
+ msgstr ""
680
+
681
+ #: addons/webdav.php:79
682
+ msgid "A host name cannot contain a slash."
683
+ msgstr ""
684
+
685
+ #: addons/webdav.php:54
686
+ msgid "Protocol (SSL or not)"
687
+ msgstr ""
688
+
689
+ #: addons/webdav.php:49
690
+ msgid "This WebDAV URL is generated by filling in the options below. If you do not know the details, then you will need to ask your WebDAV provider."
691
+ msgstr ""
692
+
693
+ #: udaddons/updraftplus-addons.php:750
694
+ msgid "No response data was received. This usually indicates a network connectivity issue (e.g. an outgoing firewall or overloaded network) between this site and UpdraftPlus.com."
695
+ msgstr ""
696
+
697
+ #: methods/s3.php:1012
698
+ msgid "The AWS access key looks to be wrong (valid %s access keys begin with \"AK\")"
699
+ msgstr ""
700
+
701
+ #: methods/s3.php:89
702
+ msgid "No settings were found - please go to the Settings tab and check your settings"
703
+ msgstr ""
704
+
705
+ #: templates/wp-admin/settings/form-contents.php:123
706
+ msgid "Backup using %s?"
707
+ msgstr ""
708
+
709
+ #: addons/s3-enhanced.php:331
710
+ msgid "Asia Pacific (Mumbai)"
711
+ msgstr ""
712
+
713
+ #: addons/s3-enhanced.php:55
714
+ msgid "Reduced redundancy"
715
+ msgstr ""
716
+
717
+ #: addons/s3-enhanced.php:54
718
+ msgid "Standard (infrequent access)"
719
+ msgstr ""
720
+
721
+ #: templates/wp-admin/settings/header.php:14
722
+ msgid "FAQs"
723
+ msgstr ""
724
+
725
+ #: udaddons/plugin-updates/plugin-update-checker.php:824
726
+ msgid "Unknown update checker status \"%s\""
727
+ msgstr ""
728
+
729
+ #: udaddons/plugin-updates/plugin-update-checker.php:822
730
+ msgid "A new version of this plugin is available."
731
+ msgstr ""
732
+
733
+ #: udaddons/plugin-updates/plugin-update-checker.php:820
734
+ msgid "This plugin is up to date."
735
+ msgstr ""
736
+
737
+ #: udaddons/plugin-updates/plugin-update-checker.php:776
738
+ msgid "Check for updates"
739
+ msgstr ""
740
+
741
+ #: udaddons/plugin-updates/github-checker.php:119
742
+ msgid "There is no changelog available."
743
+ msgstr ""
744
+
745
+ #: central/bootstrap.php:492
746
+ 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."
747
+ msgstr ""
748
+
749
+ #: central/bootstrap.php:489
750
+ msgid "More information..."
751
+ msgstr ""
752
+
753
+ #: central/bootstrap.php:487
754
+ msgid "Use the alternative method for making a connection with the dashboard."
755
+ msgstr ""
756
+
757
+ #: central/bootstrap.php:470
758
+ msgid "Dashboard at"
759
+ msgstr ""
760
+
761
+ #: central/bootstrap.php:419
762
+ msgid "Key size: %d bits"
763
+ msgstr ""
764
+
765
+ #: central/bootstrap.php:414
766
+ msgid "Public key was sent to:"
767
+ msgstr ""
768
+
769
+ #: backup.php:2054
770
+ msgid "Failed to open directory (check the file permissions and ownership): %s"
771
+ msgstr ""
772
+
773
+ #: backup.php:2032
774
+ msgid "%s: unreadable file - could not be backed up (check the file permissions and ownership)"
775
+ msgstr ""
776
+
777
+ #: addons/migrator.php:2208
778
+ msgid "Create key"
779
+ msgstr ""
780
+
781
+ #: addons/migrator.php:2205 central/bootstrap.php:506
782
+ msgid "slower, strongest"
783
+ msgstr ""
784
+
785
+ #: addons/migrator.php:2204 central/bootstrap.php:505
786
+ msgid "recommended"
787
+ msgstr ""
788
+
789
+ #: addons/migrator.php:2204 central/bootstrap.php:505
790
+ msgid "%s bytes"
791
+ msgstr ""
792
+
793
+ #: addons/migrator.php:2203 central/bootstrap.php:504
794
+ msgid "faster (possibility for slow PHP installs)"
795
+ msgstr ""
796
+
797
+ #: addons/migrator.php:2202 central/bootstrap.php:503
798
+ msgid "easy to break, fastest"
799
+ msgstr ""
800
+
801
+ #: addons/migrator.php:2202 addons/migrator.php:2203 addons/migrator.php:2205
802
+ #: central/bootstrap.php:503 central/bootstrap.php:504
803
+ #: central/bootstrap.php:506
804
+ msgid "%s bits"
805
+ msgstr ""
806
+
807
+ #: addons/migrator.php:2200 central/bootstrap.php:501
808
+ msgid "Encryption key size:"
809
+ msgstr ""
810
+
811
+ #: addons/migrator.php:2198
812
+ msgid "Enter your chosen name"
813
+ msgstr ""
814
+
815
+ #: addons/migrator.php:2197
816
+ msgid "Create a key: give this key a unique name (e.g. indicate the site it is for), then press \"Create Key\":"
817
+ msgstr ""
818
+
819
+ #: methods/googledrive.php:422
820
+ msgid "Upload expected to fail: the %s limit for any single file is %s, whereas this file is %s GB (%d bytes)"
821
+ msgstr ""
822
+
823
+ #: methods/ftp.php:383
824
+ msgid "This is sometimes caused by a firewall - try turning off SSL in the expert settings, and testing again."
825
+ msgstr ""
826
+
827
+ #: methods/ftp.php:355
828
+ msgid "login"
829
+ msgstr ""
830
+
831
+ #: methods/email.php:77
832
+ msgid "Be aware that mail servers tend to have size limits; typically around %s MB; backups larger than any limits will likely not arrive."
833
+ msgstr ""
834
+
835
+ #: methods/email.php:28
836
+ msgid "This backup archive is %s MB in size - the attempt to send this via email is likely to fail (few email servers allow attachments of this size). If so, you should switch to using a different remote storage method."
837
+ msgstr ""
838
+
839
+ #: class-updraftplus.php:1484
840
+ msgid "Size: %s MB"
841
+ msgstr ""
842
+
843
+ #: central/bootstrap.php:479
844
+ msgid "Other (please specify - i.e. the site where you have installed an UpdraftCentral dashboard)"
845
+ msgstr ""
846
+
847
+ #: central/bootstrap.php:474
848
+ msgid "i.e. you have an account there"
849
+ msgstr ""
850
+
851
+ #: templates/wp-admin/settings/form-contents.php:326
852
+ 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)."
853
+ msgstr ""
854
+
855
+ #: templates/wp-admin/settings/tab-status.php:48
856
+ msgid "Now"
857
+ msgstr ""
858
+
859
+ #: class-updraftplus.php:3913 restorer.php:996
860
+ msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
861
+ msgstr ""
862
+
863
+ #: templates/wp-admin/settings/form-contents.php:112
864
+ msgid "(tap on an icon to select or unselect)"
865
+ msgstr ""
866
+
867
+ #: methods/updraftvault.php:291 methods/updraftvault.php:297
868
+ #: methods/updraftvault.php:303
869
+ msgid "%s per year"
870
+ msgstr ""
871
+
872
+ #: methods/updraftvault.php:290 methods/updraftvault.php:296
873
+ #: methods/updraftvault.php:302
874
+ msgid "or (annual discount)"
875
+ msgstr ""
876
+
877
+ #: methods/updraftvault.php:235
878
+ msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
879
+ msgstr ""
880
+
881
+ #: class-updraftplus.php:354 class-updraftplus.php:399
882
+ msgid "The given file was not found, or could not be read."
883
+ msgstr ""
884
+
885
+ #: central/bootstrap.php:540
886
+ msgid "UpdraftCentral (Remote Control)"
887
+ msgstr ""
888
+
889
+ #: central/bootstrap.php:528
890
+ msgid "fetch..."
891
+ msgstr ""
892
+
893
+ #: central/bootstrap.php:527
894
+ msgid "View recent UpdraftCentral log events"
895
+ msgstr ""
896
+
897
+ #: central/bootstrap.php:482
898
+ msgid "URL of mothership"
899
+ msgstr ""
900
+
901
+ #: central/bootstrap.php:465
902
+ msgid "Enter any description"
903
+ msgstr ""
904
+
905
+ #: central/bootstrap.php:462
906
+ msgid "Description"
907
+ msgstr ""
908
+
909
+ #: central/bootstrap.php:456
910
+ msgid "Create new key"
911
+ msgstr ""
912
+
913
+ #: central/bootstrap.php:424
914
+ msgid "Delete..."
915
+ msgstr ""
916
+
917
+ #: central/bootstrap.php:417
918
+ msgid "Created:"
919
+ msgstr ""
920
+
921
+ #: central/bootstrap.php:414
922
+ msgid "Access this site as user:"
923
+ msgstr ""
924
+
925
+ #: central/bootstrap.php:382
926
+ msgid "No keys have yet been created."
927
+ msgstr ""
928
+
929
+ #: central/bootstrap.php:436
930
+ msgid "Details"
931
+ msgstr ""
932
+
933
+ #: central/bootstrap.php:435
934
+ msgid "Key description"
935
+ msgstr ""
936
+
937
+ #: central/bootstrap.php:310 central/bootstrap.php:321
938
+ msgid "A key was created, but the attempt to register it with %s was unsuccessful - please try again later."
939
+ msgstr ""
940
+
941
+ #: central/bootstrap.php:193
942
+ msgid "An invalid URL was entered"
943
+ msgstr ""
944
+
945
+ #: central/bootstrap.php:80
946
+ msgid "Close..."
947
+ msgstr ""
948
+
949
+ #: central/bootstrap.php:72
950
+ msgid "This connection appears to already have been made."
951
+ msgstr ""
952
+
953
+ #: central/bootstrap.php:68
954
+ msgid "You must visit this link in the same browser and login session as you created the key in."
955
+ msgstr ""
956
+
957
+ #: central/bootstrap.php:61
958
+ msgid "You must visit this URL in the same browser and login session as you created the key in."
959
+ msgstr ""
960
+
961
+ #: central/bootstrap.php:61
962
+ msgid "You are not logged into this WordPress site in your web browser."
963
+ msgstr ""
964
+
965
+ #: central/bootstrap.php:55
966
+ msgid "The key referred to was unknown."
967
+ msgstr ""
968
+
969
+ #: central/bootstrap.php:52
970
+ msgid "A new UpdraftCentral connection has not been made."
971
+ msgstr ""
972
+
973
+ #: central/bootstrap.php:50
974
+ msgid "An UpdraftCentral connection has been made successfully."
975
+ msgstr ""
976
+
977
+ #: central/bootstrap.php:47
978
+ msgid "UpdraftCentral Connection"
979
+ msgstr ""
980
+
981
+ #: backup.php:837 class-updraftplus.php:2715
982
+ msgid "The backup was aborted by the user"
983
+ msgstr ""
984
+
985
+ #: admin.php:3953
986
+ msgid "Your settings have been saved."
987
+ msgstr ""
988
+
989
+ #: admin.php:3146
990
+ msgid "Total backup size:"
991
+ msgstr ""
992
+
993
+ #: admin.php:2593
994
+ msgid "stop"
995
+ msgstr ""
996
+
997
+ #: admin.php:2431
998
+ msgid "The backup has finished running"
999
+ msgstr ""
1000
+
1001
+ #: templates/wp-admin/advanced/tools-menu.php:30
1002
+ #: templates/wp-admin/advanced/wipe-settings.php:5
1003
+ #: templates/wp-admin/advanced/wipe-settings.php:9
1004
+ msgid "Wipe settings"
1005
+ msgstr ""
1006
+
1007
+ #: templates/wp-admin/advanced/site-info.php:95
1008
+ msgid "reset"
1009
+ msgstr ""
1010
+
1011
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:21
1012
+ msgid "these backup sets"
1013
+ msgstr ""
1014
+
1015
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:18
1016
+ msgid "this backup set"
1017
+ msgstr ""
1018
+
1019
+ #: templates/wp-admin/settings/downloading-and-restoring.php:34
1020
+ msgid "calculate"
1021
+ msgstr ""
1022
+
1023
+ #: admin.php:647
1024
+ msgid "You should save your changes to ensure that they are used for making your backup."
1025
+ msgstr ""
1026
+
1027
+ #: admin.php:641
1028
+ msgid "We requested to delete the file, but could not understand the server's response"
1029
+ msgstr ""
1030
+
1031
+ #: admin.php:640
1032
+ msgid "Please enter a valid URL"
1033
+ msgstr ""
1034
+
1035
+ #: admin.php:623
1036
+ msgid "Saving..."
1037
+ msgstr ""
1038
+
1039
+ #: admin.php:586
1040
+ msgid "Error: the server sent us a response which we did not understand."
1041
+ msgstr ""
1042
+
1043
+ #: admin.php:578
1044
+ msgid "Fetching..."
1045
+ msgstr ""
1046
+
1047
+ #: addons/s3-enhanced.php:328
1048
+ msgid "Asia Pacific (Seoul)"
1049
+ msgstr ""
1050
+
1051
+ #: addons/copycom.php:43 addons/copycom.php:81
1052
+ msgid "Barracuda have closed down Copy.Com, as of May 1st, 2016. See:"
1053
+ msgstr ""
1054
+
1055
+ #: restorer.php:1618
1056
+ msgid "Uploads URL:"
1057
+ msgstr ""
1058
+
1059
+ #: backup.php:388
1060
+ msgid "Unexpected error: no class '%s' was found (your UpdraftPlus installation seems broken - try re-installing)"
1061
+ msgstr ""
1062
+
1063
+ #: addons/onedrive.php:56
1064
+ msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
1065
+ msgstr ""
1066
+
1067
+ #: restorer.php:2019
1068
+ msgid "Skipping table %s: this table will not be restored"
1069
+ msgstr ""
1070
+
1071
+ #: class-updraftplus.php:3964 restorer.php:1642
1072
+ msgid "To import an ordinary WordPress site into a multisite installation requires %s."
1073
+ msgstr ""
1074
+
1075
+ #: class-updraftplus.php:3960
1076
+ msgid "Please read this link for important information on this process."
1077
+ msgstr ""
1078
+
1079
+ #: class-updraftplus.php:3960
1080
+ msgid "It will be imported as a new site."
1081
+ msgstr ""
1082
+
1083
+ #: admin.php:2244 templates/wp-admin/notices/horizontal-notice.php:16
1084
+ #: templates/wp-admin/notices/horizontal-notice.php:18
1085
+ msgid "Dismiss"
1086
+ msgstr ""
1087
+
1088
+ #: admin.php:659
1089
+ msgid "Please fill in the required information."
1090
+ msgstr ""
1091
+
1092
+ #: addons/multisite.php:556
1093
+ msgid "Read more..."
1094
+ msgstr ""
1095
+
1096
+ #: addons/multisite.php:556
1097
+ msgid "N.B. this option only affects the restoration of the database and uploads - other file entities (such as plugins) in WordPress are shared by the whole network."
1098
+ msgstr ""
1099
+
1100
+ #: addons/multisite.php:547
1101
+ msgid "may include some site-wide data"
1102
+ msgstr ""
1103
+
1104
+ #: addons/multisite.php:542
1105
+ msgid "All sites"
1106
+ msgstr ""
1107
+
1108
+ #: addons/multisite.php:538
1109
+ msgid "Which site to restore"
1110
+ msgstr ""
1111
+
1112
+ #: addons/multisite.php:374 addons/multisite.php:384
1113
+ msgid "Restoring only the site with id=%s: removing other data (if any) from the unpacked backup"
1114
+ msgstr ""
1115
+
1116
+ #: addons/migrator.php:532
1117
+ msgid "<strong>ERROR</strong>: problem creating site entry."
1118
+ msgstr ""
1119
+
1120
+ #: addons/migrator.php:506 addons/migrator.php:507
1121
+ msgid "Error when creating new site at your chosen address:"
1122
+ msgstr ""
1123
+
1124
+ #: addons/migrator.php:448
1125
+ msgid "Required information for restoring this backup was not given (%s)"
1126
+ msgstr ""
1127
+
1128
+ #: addons/migrator.php:407
1129
+ msgid "Attribute imported content to user"
1130
+ msgstr ""
1131
+
1132
+ #: addons/migrator.php:397 addons/migrator.php:399
1133
+ msgid "You must use lower-case letters or numbers for the site path, only."
1134
+ msgstr ""
1135
+
1136
+ #: addons/migrator.php:377
1137
+ msgid "This feature is not compatible with %s"
1138
+ msgstr ""
1139
+
1140
+ #: addons/migrator.php:375 addons/migrator.php:377
1141
+ msgid "Importing a single site into a multisite install"
1142
+ msgstr ""
1143
+
1144
+ #: addons/migrator.php:366
1145
+ msgid "other content from wp-content"
1146
+ msgstr ""
1147
+
1148
+ #: addons/migrator.php:363
1149
+ msgid "WordPress core"
1150
+ msgstr ""
1151
+
1152
+ #: addons/migrator.php:363 addons/migrator.php:366 addons/migrator.php:369
1153
+ msgid "You selected %s to be included in the restoration - this cannot / should not be done when importing a single site into a network."
1154
+ msgstr ""
1155
+
1156
+ #: templates/wp-admin/advanced/site-info.php:93
1157
+ msgid "Call WordPress action:"
1158
+ msgstr ""
1159
+
1160
+ #: admin.php:2279
1161
+ msgid "Your saved settings also affect what is backed up - e.g. files excluded."
1162
+ msgstr ""
1163
+
1164
+ #: admin.php:3554
1165
+ msgid "Skipping: this archive was already restored."
1166
+ msgstr ""
1167
+
1168
+ #: templates/wp-admin/settings/form-contents.php:167
1169
+ msgid "File Options"
1170
+ msgstr ""
1171
+
1172
+ #: templates/wp-admin/settings/form-contents.php:102
1173
+ msgid "Sending Your Backup To Remote Storage"
1174
+ msgstr ""
1175
+
1176
+ #: templates/wp-admin/settings/form-contents.php:66
1177
+ msgid "Database backup schedule"
1178
+ msgstr ""
1179
+
1180
+ #: templates/wp-admin/settings/form-contents.php:55
1181
+ msgid "Incremental file backup schedule"
1182
+ msgstr ""
1183
+
1184
+ #: templates/wp-admin/settings/form-contents.php:22
1185
+ msgid "Files backup schedule"
1186
+ msgstr ""
1187
+
1188
+ #: templates/wp-admin/advanced/wipe-settings.php:6
1189
+ msgid "You will then need to enter all your settings again. You can also do this before deactivating/deinstalling UpdraftPlus if you wish."
1190
+ msgstr ""
1191
+
1192
+ #: templates/wp-admin/advanced/wipe-settings.php:6
1193
+ msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
1194
+ msgstr ""
1195
+
1196
+ #: admin.php:3835
1197
+ msgid "Send this backup to remote storage"
1198
+ msgstr ""
1199
+
1200
+ #: admin.php:3833
1201
+ msgid "Check out UpdraftPlus Vault."
1202
+ msgstr ""
1203
+
1204
+ #: admin.php:3833
1205
+ msgid "Not got any remote storage?"
1206
+ msgstr ""
1207
+
1208
+ #: admin.php:3833
1209
+ msgid "settings"
1210
+ msgstr ""
1211
+
1212
+ #: admin.php:3833
1213
+ msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
1214
+ msgstr ""
1215
+
1216
+ #: admin.php:2277
1217
+ msgid "Include any files in the backup"
1218
+ msgstr ""
1219
+
1220
+ #: admin.php:2263
1221
+ msgid "Include the database in the backup"
1222
+ msgstr ""
1223
+
1224
+ #: admin.php:2243
1225
+ msgid "Continue restoration"
1226
+ msgstr ""
1227
+
1228
+ #: admin.php:2238
1229
+ msgid "You have an unfinished restoration operation, begun %s ago."
1230
+ msgstr ""
1231
+
1232
+ #: admin.php:2237
1233
+ msgid "Unfinished restoration"
1234
+ msgstr ""
1235
+
1236
+ #: admin.php:2235
1237
+ msgid "%s minutes, %s seconds"
1238
+ msgstr ""
1239
+
1240
+ #: admin.php:2182
1241
+ msgid "Backup Contents And Schedule"
1242
+ msgstr ""
1243
+
1244
+ #: templates/wp-admin/settings/tab-bar.php:9
1245
+ msgid "Premium / Extensions"
1246
+ msgstr ""
1247
+
1248
+ #: admin.php:1962 admin.php:1971
1249
+ msgid "Sufficient information about the in-progress restoration operation could not be found."
1250
+ msgstr ""
1251
+
1252
+ #: admin.php:646
1253
+ msgctxt "(verb)"
1254
+ msgid "Download"
1255
+ msgstr ""
1256
+
1257
+ #: admin.php:571
1258
+ msgid "You have chosen to backup files, but no file entities have been selected"
1259
+ msgstr ""
1260
+
1261
+ #: admin.php:480
1262
+ msgid "Extensions"
1263
+ msgstr ""
1264
+
1265
+ #: admin.php:472 templates/wp-admin/settings/tab-bar.php:8
1266
+ msgid "Advanced Tools"
1267
+ msgstr ""
1268
+
1269
+ #: addons/googlecloud.php:880
1270
+ msgid "Bucket location"
1271
+ msgstr ""
1272
+
1273
+ #: addons/googlecloud.php:875
1274
+ msgid "Note that Google do not support every storage class in every location - you should read their documentation to learn about current availability."
1275
+ msgstr ""
1276
+
1277
+ #: addons/googlecloud.php:875 addons/googlecloud.php:890
1278
+ msgid "This setting applies only when a new bucket is being created."
1279
+ msgstr ""
1280
+
1281
+ #: addons/googlecloud.php:860
1282
+ msgid "You must use a bucket name that is unique, for all %s users."
1283
+ msgstr ""
1284
+
1285
+ #: addons/googlecloud.php:816
1286
+ msgid "Do not confuse %s with %s - they are separate things."
1287
+ msgstr ""
1288
+
1289
+ #: addons/googlecloud.php:268
1290
+ msgid "You do not have access to this bucket"
1291
+ msgstr ""
1292
+
1293
+ #: addons/googlecloud.php:51
1294
+ msgid "Western Europe"
1295
+ msgstr ""
1296
+
1297
+ #: addons/googlecloud.php:50
1298
+ msgid "Eastern Asia-Pacific"
1299
+ msgstr ""
1300
+
1301
+ #: addons/googlecloud.php:49
1302
+ msgid "Western United States"
1303
+ msgstr ""
1304
+
1305
+ #: addons/googlecloud.php:47 addons/googlecloud.php:48
1306
+ msgid "Eastern United States"
1307
+ msgstr ""
1308
+
1309
+ #: addons/googlecloud.php:45
1310
+ msgid " Eastern United States"
1311
+ msgstr ""
1312
+
1313
+ #: addons/googlecloud.php:44 addons/googlecloud.php:46
1314
+ msgid "Central United States"
1315
+ msgstr ""
1316
+
1317
+ #: addons/googlecloud.php:43
1318
+ msgid "European Union"
1319
+ msgstr ""
1320
+
1321
+ #: addons/googlecloud.php:42
1322
+ msgid "Asia Pacific"
1323
+ msgstr ""
1324
+
1325
+ #: addons/googlecloud.php:41 addons/googlecloud.php:42
1326
+ #: addons/googlecloud.php:43
1327
+ msgid "multi-region location"
1328
+ msgstr ""
1329
+
1330
+ #: addons/googlecloud.php:41
1331
+ msgid "United States"
1332
+ msgstr ""
1333
+
1334
+ #: addons/googlecloud.php:37
1335
+ msgid "Nearline"
1336
+ msgstr ""
1337
+
1338
+ #: addons/googlecloud.php:36
1339
+ msgid "Durable reduced availability"
1340
+ msgstr ""
1341
+
1342
+ #: addons/googlecloud.php:35 addons/s3-enhanced.php:53
1343
+ msgid "Standard"
1344
+ msgstr ""
1345
+
1346
+ #: addons/azure.php:524
1347
+ msgid "container"
1348
+ msgstr ""
1349
+
1350
+ #: addons/azure.php:524
1351
+ msgid "You can enter the path of any %s virtual folder you wish to use here."
1352
+ msgstr ""
1353
+
1354
+ #: addons/azure.php:523
1355
+ msgid "optional"
1356
+ msgstr ""
1357
+
1358
+ #: addons/azure.php:523
1359
+ msgid "Prefix"
1360
+ msgstr ""
1361
+
1362
+ #: addons/azure.php:518
1363
+ msgid "See Microsoft's guidelines on container naming by following this link."
1364
+ msgstr ""
1365
+
1366
+ #: addons/azure.php:518
1367
+ msgid "If the %s does not already exist, then it will be created."
1368
+ msgstr ""
1369
+
1370
+ #: addons/azure.php:518
1371
+ msgid "Enter the path of the %s you wish to use here."
1372
+ msgstr ""
1373
+
1374
+ #: addons/azure.php:507
1375
+ msgid "This is not your Azure login - see the instructions if needing more guidance."
1376
+ msgstr ""
1377
+
1378
+ #: addons/azure.php:506
1379
+ msgid "Account Name"
1380
+ msgstr ""
1381
+
1382
+ #: addons/azure.php:506 addons/azure.php:510
1383
+ msgid "Azure"
1384
+ msgstr ""
1385
+
1386
+ #: addons/azure.php:502
1387
+ msgid "Create Azure credentials in your Azure developer console."
1388
+ msgstr ""
1389
+
1390
+ #: addons/azure.php:450
1391
+ msgid "Could not create the container"
1392
+ msgstr ""
1393
+
1394
+ #: addons/azure.php:344
1395
+ msgid "Could not access container"
1396
+ msgstr ""
1397
+
1398
+ #: class-updraftplus.php:2732
1399
+ msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
1400
+ msgstr ""
1401
+
1402
+ #: backup.php:1547
1403
+ msgid "the options table was not found"
1404
+ msgstr ""
1405
+
1406
+ #: backup.php:1545
1407
+ msgid "no options or sitemeta table was found"
1408
+ msgstr ""
1409
+
1410
+ #: backup.php:1545 backup.php:1547
1411
+ msgid "The database backup appears to have failed"
1412
+ msgstr ""
1413
+
1414
+ #: backup.php:1419
1415
+ msgid "The backup directory is not writable (or disk space is full) - the database backup is expected to shortly fail."
1416
+ msgstr ""
1417
+
1418
+ #: templates/wp-admin/advanced/site-info.php:49
1419
+ msgid "required for some remote storage providers"
1420
+ msgstr ""
1421
+
1422
+ #: templates/wp-admin/advanced/site-info.php:49
1423
+ msgid "Not installed"
1424
+ msgstr ""
1425
+
1426
+ #: addons/googlecloud.php:865 addons/s3-enhanced.php:46
1427
+ msgid "Storage class"
1428
+ msgstr ""
1429
+
1430
+ #: addons/googlecloud.php:860
1431
+ msgid "See Google's guidelines on bucket naming by following this link."
1432
+ msgstr ""
1433
+
1434
+ #: addons/googlecloud.php:860
1435
+ msgid "Bucket names have to be globally unique. If the bucket does not already exist, then it will be created."
1436
+ msgstr ""
1437
+
1438
+ #: addons/googlecloud.php:860
1439
+ msgid "Enter the name of the %s bucket you wish to use here."
1440
+ msgstr ""
1441
+
1442
+ #: addons/googlecloud.php:859
1443
+ msgid "Bucket"
1444
+ msgstr ""
1445
+
1446
+ #: addons/googlecloud.php:855
1447
+ msgid "Otherwise, you can leave it blank."
1448
+ msgstr ""
1449
+
1450
+ #: addons/googlecloud.php:855
1451
+ msgid "N.B. This is only needed if you have not already created the bucket, and you wish UpdraftPlus to create it for you."
1452
+ msgstr ""
1453
+
1454
+ #: addons/googlecloud.php:855
1455
+ msgid "Enter the ID of the %s project you wish to use here."
1456
+ msgstr ""
1457
+
1458
+ #: addons/googlecloud.php:828
1459
+ msgid "Follow this link to your Google API Console, and there activate the Storage API and create a Client ID in the API Access section."
1460
+ msgstr ""
1461
+
1462
+ #: addons/googlecloud.php:743
1463
+ msgid "You must enter a project ID in order to be able to create a new bucket."
1464
+ msgstr ""
1465
+
1466
+ #: addons/googlecloud.php:854
1467
+ msgid "Project ID"
1468
+ msgstr ""
1469
+
1470
+ #: addons/googlecloud.php:609
1471
+ msgid "You must save and authenticate before you can test your settings."
1472
+ msgstr ""
1473
+
1474
+ #: addons/googlecloud.php:479
1475
+ msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Cloud."
1476
+ msgstr ""
1477
+
1478
+ #: addons/googlecloud.php:215 addons/googlecloud.php:288
1479
+ #: addons/googlecloud.php:735 addons/googlecloud.php:782
1480
+ msgid "You do not have access to this bucket."
1481
+ msgstr ""
1482
+
1483
+ #: addons/googlecloud.php:215 addons/googlecloud.php:268
1484
+ #: addons/googlecloud.php:278 addons/googlecloud.php:288
1485
+ #: addons/googlecloud.php:579 addons/googlecloud.php:735
1486
+ #: addons/googlecloud.php:782 addons/googlecloud.php:822
1487
+ #: addons/googlecloud.php:839 addons/googlecloud.php:847
1488
+ #: addons/googlecloud.php:860
1489
+ msgid "Google Cloud"
1490
+ msgstr ""
1491
+
1492
+ #: addons/googlecloud.php:215 addons/googlecloud.php:268
1493
+ #: addons/googlecloud.php:288 addons/googlecloud.php:735
1494
+ #: addons/googlecloud.php:782
1495
+ msgid "%s Service Exception."
1496
+ msgstr ""
1497
+
1498
+ #: updraftplus.php:147
1499
+ msgid "You do not have UpdraftPlus completely installed - please de-install and install it again. Most likely, WordPress malfunctioned when copying the plugin files."
1500
+ msgstr ""
1501
+
1502
+ #: restorer.php:778
1503
+ msgid "Deferring..."
1504
+ msgstr ""
1505
+
1506
+ #: templates/wp-admin/settings/form-contents.php:96
1507
+ msgid "or to configure more complex schedules"
1508
+ msgstr ""
1509
+
1510
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:18
1511
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:21
1512
+ msgid "Are you sure that you wish to remove %s from UpdraftPlus?"
1513
+ msgstr ""
1514
+
1515
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:7
1516
+ msgid "Deselect"
1517
+ msgstr ""
1518
+
1519
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:6
1520
+ msgid "Select all"
1521
+ msgstr ""
1522
+
1523
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:4
1524
+ msgid "Actions upon selected backups"
1525
+ msgstr ""
1526
+
1527
+ #: templates/wp-admin/settings/downloading-and-restoring.php:40
1528
+ 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)."
1529
+ msgstr ""
1530
+
1531
+ #: admin.php:1389
1532
+ msgid "Backup sets removed:"
1533
+ msgstr ""
1534
+
1535
+ #: admin.php:658
1536
+ msgid "Processing..."
1537
+ msgstr ""
1538
+
1539
+ #: admin.php:656
1540
+ msgid "For backups older than"
1541
+ msgstr ""
1542
+
1543
+ #: admin.php:655
1544
+ msgid "week(s)"
1545
+ msgstr ""
1546
+
1547
+ #: admin.php:654
1548
+ msgid "hour(s)"
1549
+ msgstr ""
1550
+
1551
+ #: admin.php:653
1552
+ msgid "day(s)"
1553
+ msgstr ""
1554
+
1555
+ #: admin.php:652
1556
+ msgid "in the month"
1557
+ msgstr ""
1558
+
1559
+ #: admin.php:651
1560
+ msgid "day"
1561
+ msgstr ""
1562
+
1563
+ #: addons/morestorage.php:26
1564
+ msgid "(as many as you like)"
1565
+ msgstr ""
1566
+
1567
+ #: addons/fixtime.php:281 addons/fixtime.php:286
1568
+ msgid "Add an additional retention rule..."
1569
+ msgstr ""
1570
+
1571
+ #: restorer.php:2116
1572
+ msgid "This database needs to be deployed on MySQL version %s or later."
1573
+ msgstr ""
1574
+
1575
+ #: restorer.php:2116
1576
+ msgid "This problem is caused by trying to restore a database on a very old MySQL version that is incompatible with the source database."
1577
+ msgstr ""
1578
+
1579
+ #: methods/updraftvault.php:596
1580
+ msgid "You do not currently have any UpdraftPlus Vault quota"
1581
+ msgstr ""
1582
+
1583
+ #: class-updraftplus.php:3999
1584
+ msgid "You must upgrade MySQL to be able to use this database."
1585
+ msgstr ""
1586
+
1587
+ #: class-updraftplus.php:3999
1588
+ msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
1589
+ msgstr ""
1590
+
1591
+ #: admin.php:2081
1592
+ 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."
1593
+ msgstr ""
1594
+
1595
+ #: methods/updraftvault.php:324
1596
+ msgid "Don't know your email address, or forgotten your password?"
1597
+ msgstr ""
1598
+
1599
+ #: methods/updraftvault.php:317
1600
+ msgid "Enter your UpdraftPlus.Com email / password here to connect:"
1601
+ msgstr ""
1602
+
1603
+ #: methods/updraftvault.php:279 methods/updraftvault.php:309
1604
+ msgid "Read the FAQs here."
1605
+ msgstr ""
1606
+
1607
+ #: addons/s3-enhanced.php:61
1608
+ msgid "Check this box to use Amazon's server-side encryption"
1609
+ msgstr ""
1610
+
1611
+ #: addons/s3-enhanced.php:60
1612
+ msgid "Server-side encryption"
1613
+ msgstr ""
1614
+
1615
+ #: methods/updraftvault.php:605
1616
+ msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
1617
+ msgstr ""
1618
+
1619
+ #: admin.php:895
1620
+ msgid "Go to the remote storage settings in order to connect."
1621
+ msgstr ""
1622
+
1623
+ #: admin.php:895
1624
+ msgid "%s has been chosen for remote storage, but you are not currently connected."
1625
+ msgstr ""
1626
+
1627
+ #: methods/updraftvault.php:306
1628
+ msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
1629
+ msgstr ""
1630
+
1631
+ #: admin.php:629
1632
+ msgid "Update quota count"
1633
+ msgstr ""
1634
+
1635
+ #: admin.php:628
1636
+ msgid "Counting..."
1637
+ msgstr ""
1638
+
1639
+ #: admin.php:627
1640
+ msgid "Disconnecting..."
1641
+ msgstr ""
1642
+
1643
+ #: admin.php:625
1644
+ msgid "Connecting..."
1645
+ msgstr ""
1646
+
1647
+ #: methods/updraftvault.php:380 methods/updraftvault.php:449
1648
+ msgid "Refresh current status"
1649
+ msgstr ""
1650
+
1651
+ #: methods/updraftvault.php:378 methods/updraftvault.php:394
1652
+ #: methods/updraftvault.php:396 methods/updraftvault.php:449
1653
+ msgid "Get more quota"
1654
+ msgstr ""
1655
+
1656
+ #: methods/updraftvault.php:375 methods/updraftvault.php:391
1657
+ #: methods/updraftvault.php:430
1658
+ msgid "Current use:"
1659
+ msgstr ""
1660
+
1661
+ #: methods/updraftvault.php:370
1662
+ msgid "You can get more quota here"
1663
+ msgstr ""
1664
+
1665
+ #: methods/updraftvault.php:370
1666
+ msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
1667
+ msgstr ""
1668
+
1669
+ #: admin.php:626 methods/updraftvault.php:362
1670
+ msgid "Disconnect"
1671
+ msgstr ""
1672
+
1673
+ #: methods/updraftvault.php:354
1674
+ msgid "Quota:"
1675
+ msgstr ""
1676
+
1677
+ #: methods/updraftvault.php:352
1678
+ msgid "Vault owner"
1679
+ msgstr ""
1680
+
1681
+ #: methods/updraftvault.php:352
1682
+ msgid "Well done - there's nothing more needed to set up."
1683
+ msgstr ""
1684
+
1685
+ #: methods/updraftvault.php:352
1686
+ msgid "This site is <strong>connected</strong> to UpdraftPlus Vault."
1687
+ msgstr ""
1688
+
1689
+ #: methods/updraftvault.php:348
1690
+ msgid "You are <strong>not connected</strong> to UpdraftPlus Vault."
1691
+ msgstr ""
1692
+
1693
+ #: methods/updraftvault.php:324
1694
+ msgid "Go here for help"
1695
+ msgstr ""
1696
+
1697
+ #: methods/updraftvault.php:319
1698
+ msgid "E-mail"
1699
+ msgstr ""
1700
+
1701
+ #: methods/updraftvault.php:312 methods/updraftvault.php:327
1702
+ msgid "Back..."
1703
+ msgstr ""
1704
+
1705
+ #: methods/updraftvault.php:306
1706
+ msgid "Subscriptions can be cancelled at any time."
1707
+ msgstr ""
1708
+
1709
+ #: methods/updraftvault.php:289 methods/updraftvault.php:295
1710
+ #: methods/updraftvault.php:301
1711
+ msgid "%s per quarter"
1712
+ msgstr ""
1713
+
1714
+ #: central/bootstrap.php:542 methods/updraftvault.php:279
1715
+ #: methods/updraftvault.php:309
1716
+ msgid "Read more about it here."
1717
+ msgstr ""
1718
+
1719
+ #: methods/updraftvault.php:279 methods/updraftvault.php:309
1720
+ msgid "UpdraftPlus Vault is built on top of Amazon's world-leading data-centres, with redundant data storage to achieve 99.999999999% reliability."
1721
+ msgstr ""
1722
+
1723
+ #: methods/updraftvault.php:275
1724
+ msgid "Already purchased space?"
1725
+ msgstr ""
1726
+
1727
+ #: methods/updraftvault.php:272
1728
+ msgid "Show the options"
1729
+ msgstr ""
1730
+
1731
+ #: methods/updraftvault.php:271
1732
+ msgid "First time user?"
1733
+ msgstr ""
1734
+
1735
+ #: methods/updraftvault.php:268 methods/updraftvault.php:285
1736
+ msgid "Press a button to get started."
1737
+ msgstr ""
1738
+
1739
+ #: methods/updraftvault.php:268 methods/updraftvault.php:285
1740
+ msgid "UpdraftPlus Vault brings you storage that is <strong>reliable, easy to use and a great price</strong>."
1741
+ msgstr ""
1742
+
1743
+ #: methods/updraftvault.php:231
1744
+ 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."
1745
+ msgstr ""
1746
+
1747
+ #: methods/updraftvault.php:228
1748
+ 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!"
1749
+ msgstr ""
1750
+
1751
+ #: methods/updraftvault.php:225
1752
+ 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."
1753
+ msgstr ""
1754
+
1755
+ #: methods/updraftvault.php:48 methods/updraftvault.php:77
1756
+ msgid "Updraft Vault"
1757
+ msgstr ""
1758
+
1759
+ #: addons/azure.php:366 addons/googlecloud.php:693 methods/s3.php:1040
1760
+ msgid "Delete failed:"
1761
+ msgstr ""
1762
+
1763
+ #: backup.php:2994
1764
+ msgid "The zip engine returned the message: %s."
1765
+ msgstr ""
1766
+
1767
+ #: addons/s3-enhanced.php:352
1768
+ msgid "Without this permission, UpdraftPlus cannot delete backups - you should also set your 'retain' settings very high to prevent seeing deletion errors."
1769
+ msgstr ""
1770
+
1771
+ #: addons/s3-enhanced.php:350
1772
+ msgid "Allow deletion"
1773
+ msgstr ""
1774
+
1775
+ #: addons/s3-enhanced.php:348
1776
+ msgid "Without this permission, you cannot directly download or restore using UpdraftPlus, and will instead need to visit the AWS website."
1777
+ msgstr ""
1778
+
1779
+ #: addons/s3-enhanced.php:346
1780
+ msgid "Allow download"
1781
+ msgstr ""
1782
+
1783
+ #: addons/migrator.php:1757
1784
+ 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."
1785
+ msgstr ""
1786
+
1787
+ #: addons/migrator.php:1742 admin.php:635
1788
+ 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."
1789
+ msgstr ""
1790
+
1791
+ #: addons/migrator.php:2240
1792
+ msgid "Existing keys"
1793
+ msgstr ""
1794
+
1795
+ #: addons/migrator.php:2231
1796
+ msgid "No keys to allow remote sites to connect have yet been created."
1797
+ msgstr ""
1798
+
1799
+ #: addons/migrator.php:2213
1800
+ msgid "Your new key:"
1801
+ msgstr ""
1802
+
1803
+ #: addons/migrator.php:2192
1804
+ 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."
1805
+ msgstr ""
1806
+
1807
+ #: addons/migrator.php:2175
1808
+ 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."
1809
+ msgstr ""
1810
+
1811
+ #: addons/migrator.php:2175
1812
+ msgid "Keys for this site are created in the section below the one you just pressed in."
1813
+ msgstr ""
1814
+
1815
+ #: addons/migrator.php:1855 central/bootstrap.php:364
1816
+ msgid "You must copy and paste this key now - it cannot be shown again."
1817
+ msgstr ""
1818
+
1819
+ #: addons/migrator.php:1855 central/bootstrap.php:364
1820
+ msgid "Key created successfully."
1821
+ msgstr ""
1822
+
1823
+ #: addons/migrator.php:1840
1824
+ msgid "A key with this name already exists; you must use a unique name."
1825
+ msgstr ""
1826
+
1827
+ #: addons/migrator.php:1788
1828
+ msgid "Also send this backup to the active remote storage locations"
1829
+ msgstr ""
1830
+
1831
+ #: addons/migrator.php:1753
1832
+ 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."
1833
+ msgstr ""
1834
+
1835
+ #: addons/migrator.php:1709
1836
+ msgid "site not found"
1837
+ msgstr ""
1838
+
1839
+ #: addons/migrator.php:1694
1840
+ msgid "Backup data will be sent to:"
1841
+ msgstr ""
1842
+
1843
+ #: addons/migrator.php:189
1844
+ msgid "Restore an existing backup set onto this site"
1845
+ msgstr ""
1846
+
1847
+ #: addons/migrator.php:182
1848
+ msgid "This site has no backups to restore from yet."
1849
+ msgstr ""
1850
+
1851
+ #: addons/reporting.php:143
1852
+ msgid "Backup made by %s"
1853
+ msgstr ""
1854
+
1855
+ #: methods/addon-base.php:177
1856
+ msgid "This storage method does not allow downloading"
1857
+ msgstr ""
1858
+
1859
+ #: admin.php:3314
1860
+ msgid "(backup set imported from remote location)"
1861
+ msgstr ""
1862
+
1863
+ #: templates/wp-admin/settings/existing-backups-table.php:65
1864
+ msgid "Site"
1865
+ msgstr ""
1866
+
1867
+ #: templates/wp-admin/settings/existing-backups-table.php:64
1868
+ msgid "Backup sent to remote site - not available for download."
1869
+ msgstr ""
1870
+
1871
+ #: includes/class-wpadmin-commands.php:118
1872
+ 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)."
1873
+ msgstr ""
1874
+
1875
+ #: includes/class-wpadmin-commands.php:118
1876
+ 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."
1877
+ msgstr ""
1878
+
1879
+ #: addons/migrator.php:1770 admin.php:642
1880
+ msgid "Testing connection..."
1881
+ msgstr ""
1882
+
1883
+ #: admin.php:639
1884
+ msgid "Deleting..."
1885
+ msgstr ""
1886
+
1887
+ #: admin.php:638
1888
+ msgid "key name"
1889
+ msgstr ""
1890
+
1891
+ #: admin.php:636
1892
+ msgid "Please give this key a name (e.g. indicate the site it is for):"
1893
+ msgstr ""
1894
+
1895
+ #: admin.php:633
1896
+ msgid "Creating..."
1897
+ msgstr ""
1898
+
1899
+ #: addons/migrator.php:2191
1900
+ msgid "Or, receive a backup from a remote site"
1901
+ msgstr ""
1902
+
1903
+ #: addons/migrator.php:2180
1904
+ msgid "Paste key here"
1905
+ msgstr ""
1906
+
1907
+ #: addons/migrator.php:2175
1908
+ msgid "How do I get a site's key?"
1909
+ msgstr ""
1910
+
1911
+ #: addons/migrator.php:2175
1912
+ msgid "To add a site as a destination for sending to, enter that site's key below."
1913
+ msgstr ""
1914
+
1915
+ #: addons/migrator.php:2172
1916
+ msgid "Or, send a backup to another site"
1917
+ msgstr ""
1918
+
1919
+ #: addons/migrator.php:1937 admin.php:643
1920
+ msgid "Send"
1921
+ msgstr ""
1922
+
1923
+ #: addons/migrator.php:1931 admin.php:634
1924
+ msgid "Send to site:"
1925
+ msgstr ""
1926
+
1927
+ #: addons/migrator.php:1929
1928
+ msgid "No receiving sites have yet been added."
1929
+ msgstr ""
1930
+
1931
+ #: addons/migrator.php:1910
1932
+ msgid "It is for sending backups to the following site: "
1933
+ msgstr ""
1934
+
1935
+ #: addons/migrator.php:1910
1936
+ msgid "The key was successfully added."
1937
+ msgstr ""
1938
+
1939
+ #: addons/migrator.php:1894
1940
+ msgid "The entered key does not belong to a remote site (it belongs to this one)."
1941
+ msgstr ""
1942
+
1943
+ #: addons/migrator.php:1883 addons/migrator.php:1885 addons/migrator.php:1889
1944
+ msgid "The entered key was corrupt - please try again."
1945
+ msgstr ""
1946
+
1947
+ #: addons/migrator.php:1881
1948
+ msgid "The entered key was the wrong length - please try again."
1949
+ msgstr ""
1950
+
1951
+ #: addons/migrator.php:1871
1952
+ msgid "key"
1953
+ msgstr ""
1954
+
1955
+ #: methods/ftp.php:325
1956
+ msgid "Almost all FTP servers will want passive mode; but if you need active mode, then uncheck this."
1957
+ msgstr ""
1958
+
1959
+ #: methods/ftp.php:323
1960
+ msgid "Passive mode"
1961
+ msgstr ""
1962
+
1963
+ #: methods/ftp.php:319
1964
+ msgid "Remote path"
1965
+ msgstr ""
1966
+
1967
+ #: methods/ftp.php:315
1968
+ msgid "FTP password"
1969
+ msgstr ""
1970
+
1971
+ #: methods/ftp.php:311
1972
+ msgid "FTP login"
1973
+ msgstr ""
1974
+
1975
+ #: methods/ftp.php:307
1976
+ msgid "FTP server"
1977
+ msgstr ""
1978
+
1979
+ #: addons/migrator.php:162
1980
+ msgid "The UpdraftPlus Migrator modifies the restoration operation appropriately, to fit the backup data to the new site."
1981
+ msgstr ""
1982
+
1983
+ #: addons/migrator.php:162
1984
+ msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
1985
+ msgstr ""
1986
+
1987
+ #: addons/migrator.php:2180 admin.php:631
1988
+ msgid "Add site"
1989
+ msgstr ""
1990
+
1991
+ #: admin.php:630
1992
+ msgid "Adding..."
1993
+ msgstr ""
1994
+
1995
+ #: udaddons/options.php:338
1996
+ msgid "Claim not granted - perhaps you have already used this purchase somewhere else, or your paid period for downloading from updraftplus.com has expired?"
1997
+ msgstr ""
1998
+
1999
+ #: restorer.php:2118
2000
+ msgid "To use this backup, your database server needs to support the %s character set."
2001
+ msgstr ""
2002
+
2003
+ #: udaddons/updraftplus-addons.php:786
2004
+ msgid "go here to change your password on updraftplus.com."
2005
+ msgstr ""
2006
+
2007
+ #: udaddons/updraftplus-addons.php:786
2008
+ msgid "If you have forgotten your password "
2009
+ msgstr ""
2010
+
2011
+ #: udaddons/updraftplus-addons.php:785
2012
+ msgid "Go here to re-enter your password."
2013
+ msgstr ""
2014
+
2015
+ #: addons/migrator.php:218
2016
+ msgid "After pressing this button, you will be given the option to choose which components you wish to migrate"
2017
+ msgstr ""
2018
+
2019
+ #: addons/migrator.php:189
2020
+ msgid "To import a backup set, go to the \"Existing Backups\" tab"
2021
+ msgstr ""
2022
+
2023
+ #: admin.php:622 admin.php:647 admin.php:648
2024
+ msgid "You have made changes to your settings, and not saved."
2025
+ msgstr ""
2026
+
2027
+ #: addons/onedrive.php:989
2028
+ msgid "N.B. %s is not case-sensitive."
2029
+ msgstr ""
2030
+
2031
+ #: addons/onedrive.php:977
2032
+ msgid "If OneDrive later shows you the message \"unauthorized_client\", then you did not enter a valid client ID here."
2033
+ msgstr ""
2034
+
2035
+ #: addons/azure.php:502 addons/migrator.php:1757 addons/onedrive.php:961
2036
+ msgid "For longer help, including screenshots, follow this link."
2037
+ msgstr ""
2038
+
2039
+ #: addons/onedrive.php:961
2040
+ msgid "Create OneDrive credentials in your OneDrive developer console."
2041
+ msgstr ""
2042
+
2043
+ #: addons/onedrive.php:956
2044
+ msgid "You must add the following as the authorised redirect URI in your OneDrive console (under \"API Settings\") when asked"
2045
+ msgstr ""
2046
+
2047
+ #: addons/onedrive.php:931 addons/onedrive.php:933
2048
+ msgid "%s authorisation failed:"
2049
+ msgstr ""
2050
+
2051
+ #: addons/onedrive.php:793 addons/onedrive.php:976 addons/onedrive.php:980
2052
+ msgid "OneDrive"
2053
+ msgstr ""
2054
+
2055
+ #: addons/onedrive.php:626
2056
+ msgid "Please re-authorize the connection to your %s account."
2057
+ msgstr ""
2058
+
2059
+ #: methods/email.php:73
2060
+ msgid "configure it here"
2061
+ msgstr ""
2062
+
2063
+ #: addons/onedrive.php:619 methods/updraftvault.php:569
2064
+ msgid "To remove the block, please go here."
2065
+ msgstr ""
2066
+
2067
+ #: addons/s3-enhanced.php:439
2068
+ msgid "Do remember to save your settings."
2069
+ msgstr ""
2070
+
2071
+ #: addons/s3-enhanced.php:439
2072
+ msgid "You are now using a IAM user account to access your bucket."
2073
+ msgstr ""
2074
+
2075
+ #: addons/s3-enhanced.php:344
2076
+ msgid "S3 bucket"
2077
+ msgstr ""
2078
+
2079
+ #: addons/s3-enhanced.php:334
2080
+ msgid "China (Beijing) (restricted)"
2081
+ msgstr ""
2082
+
2083
+ #: addons/s3-enhanced.php:333
2084
+ msgid "South America (Sao Paulo)"
2085
+ msgstr ""
2086
+
2087
+ #: addons/s3-enhanced.php:332
2088
+ msgid "Asia Pacific (Tokyo)"
2089
+ msgstr ""
2090
+
2091
+ #: addons/s3-enhanced.php:330
2092
+ msgid "Asia Pacific (Sydney)"
2093
+ msgstr ""
2094
+
2095
+ #: addons/s3-enhanced.php:329
2096
+ msgid "Asia Pacific (Singapore)"
2097
+ msgstr ""
2098
+
2099
+ #: addons/s3-enhanced.php:323
2100
+ msgid "US Government West (restricted)"
2101
+ msgstr ""
2102
+
2103
+ #: addons/s3-enhanced.php:322
2104
+ msgid "US West (N. California)"
2105
+ msgstr ""
2106
+
2107
+ #: addons/s3-enhanced.php:321
2108
+ msgid "US West (Oregon)"
2109
+ msgstr ""
2110
+
2111
+ #: addons/s3-enhanced.php:319
2112
+ msgid "US Standard (default)"
2113
+ msgstr ""
2114
+
2115
+ #: addons/s3-enhanced.php:315
2116
+ msgid "S3 storage region"
2117
+ msgstr ""
2118
+
2119
+ #: addons/s3-enhanced.php:313
2120
+ msgid "New IAM username"
2121
+ msgstr ""
2122
+
2123
+ #: addons/s3-enhanced.php:312
2124
+ msgid "Admin secret key"
2125
+ msgstr ""
2126
+
2127
+ #: addons/s3-enhanced.php:311
2128
+ msgid "Admin access key"
2129
+ msgstr ""
2130
+
2131
+ #: addons/s3-enhanced.php:304
2132
+ msgid "Then, these lower-powered access credentials can be used, instead of storing your administrative keys."
2133
+ msgstr ""
2134
+
2135
+ #: addons/s3-enhanced.php:304
2136
+ msgid "These will be used to create a new user and key pair with an IAM policy attached which will only allow it to access the indicated bucket."
2137
+ msgstr ""
2138
+
2139
+ #: addons/s3-enhanced.php:304
2140
+ msgid "Enter your administrative Amazon S3 access/secret keys (this needs to be a key pair with enough rights to create new users and buckets), and a new (unique) username for the new user and a bucket name."
2141
+ msgstr ""
2142
+
2143
+ #: addons/s3-enhanced.php:381
2144
+ msgid "Create new IAM user and S3 bucket"
2145
+ msgstr ""
2146
+
2147
+ #: addons/s3-enhanced.php:294
2148
+ msgid "Secret Key: %s"
2149
+ msgstr ""
2150
+
2151
+ #: addons/s3-enhanced.php:294
2152
+ msgid "Access Key: %s"
2153
+ msgstr ""
2154
+
2155
+ #: addons/s3-enhanced.php:282 addons/s3-enhanced.php:284
2156
+ msgid "Failed to apply User Policy"
2157
+ msgstr ""
2158
+
2159
+ #: addons/s3-enhanced.php:223 addons/s3-enhanced.php:227
2160
+ msgid "Operation to create user Access Key failed"
2161
+ msgstr ""
2162
+
2163
+ #: addons/s3-enhanced.php:221
2164
+ msgid "Failed to create user Access Key"
2165
+ msgstr ""
2166
+
2167
+ #: addons/s3-enhanced.php:201 addons/s3-enhanced.php:204
2168
+ #: addons/s3-enhanced.php:208
2169
+ msgid "IAM operation failed (%s)"
2170
+ msgstr ""
2171
+
2172
+ #: addons/s3-enhanced.php:199
2173
+ msgid "Conflict: that user already exists"
2174
+ msgstr ""
2175
+
2176
+ #: addons/s3-enhanced.php:171
2177
+ 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 AWS user may already have taken your name)."
2178
+ msgstr ""
2179
+
2180
+ #: addons/s3-enhanced.php:124
2181
+ msgid "AWS authentication failed"
2182
+ msgstr ""
2183
+
2184
+ #: addons/s3-enhanced.php:117
2185
+ msgid "Cannot create new AWS user, since the old AWS toolkit is being used."
2186
+ msgstr ""
2187
+
2188
+ #: addons/s3-enhanced.php:92
2189
+ msgid "You need to enter a bucket"
2190
+ msgstr ""
2191
+
2192
+ #: addons/s3-enhanced.php:89
2193
+ msgid "You need to enter a new IAM username"
2194
+ msgstr ""
2195
+
2196
+ #: addons/s3-enhanced.php:86
2197
+ msgid "You need to enter an admin secret key"
2198
+ msgstr ""
2199
+
2200
+ #: addons/s3-enhanced.php:83
2201
+ msgid "You need to enter an admin access key"
2202
+ msgstr ""
2203
+
2204
+ #: addons/s3-enhanced.php:71
2205
+ msgid "If you have an AWS admin user, then you can use this wizard to quickly create a new AWS (IAM) user with access to only this bucket (rather than your whole account)"
2206
+ msgstr ""
2207
+
2208
+ #: methods/s3.php:842
2209
+ msgid "To create a new IAM sub-user and access key that has access only to this bucket, use this add-on."
2210
+ msgstr ""
2211
+
2212
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:11
2213
+ 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."
2214
+ msgstr ""
2215
+
2216
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:9
2217
+ msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
2218
+ msgstr ""
2219
+
2220
+ #: restorer.php:2221
2221
+ msgid "Uploads path (%s) has changed during a migration - resetting (to: %s)"
2222
+ msgstr ""
2223
+
2224
+ #: addons/onedrive.php:596 addons/onedrive.php:619 methods/updraftvault.php:569
2225
+ #: udaddons/updraftplus-addons.php:732 udaddons/updraftplus-addons.php:747
2226
+ msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
2227
+ msgstr ""
2228
+
2229
+ #: addons/onedrive.php:619 methods/updraftvault.php:569
2230
+ #: udaddons/updraftplus-addons.php:747
2231
+ msgid "It appears that your web server's IP Address (%s) is blocked."
2232
+ msgstr ""
2233
+
2234
+ #: addons/onedrive.php:619 methods/updraftvault.php:569
2235
+ #: udaddons/updraftplus-addons.php:747
2236
+ msgid "UpdraftPlus.com has responded with 'Access Denied'."
2237
+ msgstr ""
2238
+
2239
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:17
2240
+ msgid "Premium WooCommerce plugins"
2241
+ msgstr ""
2242
+
2243
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:17
2244
+ msgid "Free two-factor security plugin"
2245
+ msgstr ""
2246
+
2247
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:17
2248
+ msgid "More Quality Plugins"
2249
+ msgstr ""
2250
+
2251
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:11
2252
+ msgid "Go to the shop."
2253
+ msgstr ""
2254
+
2255
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:11
2256
+ msgid "Compare with the free version"
2257
+ msgstr ""
2258
+
2259
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:11
2260
+ #: templates/wp-admin/settings/tab-addons.php:269
2261
+ msgid "UpdraftPlus Premium"
2262
+ msgstr ""
2263
+
2264
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:9
2265
+ msgid "Follow this link to sign up."
2266
+ msgstr ""
2267
+
2268
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:9
2269
+ msgid "Free Newsletter"
2270
+ msgstr ""
2271
+
2272
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:4
2273
+ msgid "Thank you for backing up with UpdraftPlus!"
2274
+ msgstr ""
2275
+
2276
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:2
2277
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:21
2278
+ msgid "Dismiss (for %s months)"
2279
+ msgstr ""
2280
+
2281
+ #: addons/fixtime.php:422
2282
+ msgid "(at same time as files backup)"
2283
+ msgstr ""
2284
+
2285
+ #: admin.php:2840
2286
+ msgid "No backup has been completed"
2287
+ msgstr ""
2288
+
2289
+ #: templates/wp-admin/settings/tab-addons.php:14
2290
+ msgid "The first step is to de-install the free version."
2291
+ msgstr ""
2292
+
2293
+ #: templates/wp-admin/settings/tab-addons.php:14
2294
+ msgid "If you have made a purchase from UpdraftPlus.Com, then follow this link to the instructions to install your purchase."
2295
+ msgstr ""
2296
+
2297
+ #: templates/wp-admin/settings/header.php:12
2298
+ msgid "Newsletter sign-up"
2299
+ msgstr ""
2300
+
2301
+ #: includes/updraftplus-notices.php:142
2302
+ msgid "Follow this link to sign up for the UpdraftPlus newsletter."
2303
+ msgstr ""
2304
+
2305
+ #: templates/wp-admin/settings/tab-addons.php:136
2306
+ msgid "Backup non-WordPress files and databases"
2307
+ msgstr ""
2308
+
2309
+ #: templates/wp-admin/settings/tab-addons.php:19
2310
+ msgid "Ask a pre-sales question"
2311
+ msgstr ""
2312
+
2313
+ #: templates/wp-admin/settings/tab-addons.php:18
2314
+ msgid "Pre-sales FAQs"
2315
+ msgstr ""
2316
+
2317
+ #: templates/wp-admin/settings/tab-addons.php:17
2318
+ msgid "Full feature list"
2319
+ msgstr ""
2320
+
2321
+ #: templates/wp-admin/settings/tab-addons.php:16
2322
+ msgid "Get UpdraftPlus Premium"
2323
+ msgstr ""
2324
+
2325
+ #: templates/wp-admin/settings/tab-addons.php:14
2326
+ msgid "You are currently using the free version of UpdraftPlus from wordpress.org."
2327
+ msgstr ""
2328
+
2329
+ #: addons/autobackup.php:991
2330
+ msgid "Backup (where relevant) plugins, themes and the WordPress database with UpdraftPlus before updating"
2331
+ msgstr ""
2332
+
2333
+ #: methods/s3.php:136 methods/s3.php:137 methods/s3.php:138 methods/s3.php:146
2334
+ #: methods/s3.php:147 methods/s3.php:148
2335
+ msgid "%s Error: Failed to initialise"
2336
+ msgstr ""
2337
+
2338
+ #: templates/wp-admin/settings/form-contents.php:216
2339
+ msgctxt "Uploader: Drop db.gz.crypt files here to upload them for decryption - or - Select Files"
2340
+ msgid "or"
2341
+ msgstr ""
2342
+
2343
+ #: templates/wp-admin/settings/downloading-and-restoring.php:63
2344
+ msgctxt "Uploader: Drop backup files here - or - Select Files"
2345
+ msgid "or"
2346
+ msgstr ""
2347
+
2348
+ #: admin.php:616
2349
+ msgid "You did not select any components to restore. Please select at least one, and then try again."
2350
+ msgstr ""
2351
+
2352
+ #: addons/sftp.php:379
2353
+ msgctxt "Do not translate BEGIN RSA PRIVATE KEY. PCKS1, XML, PEM and PuTTY are also technical acronyms which should not be translated."
2354
+ msgid "PKCS1 (PEM header: BEGIN RSA PRIVATE KEY), XML and PuTTY format keys are accepted."
2355
+ msgstr ""
2356
+
2357
+ #: addons/sftp.php:342
2358
+ msgid "Resuming partial uploads is supported for SFTP, but not for SCP. Thus, if using SCP then you will need to ensure that your webserver allows PHP processes to run long enough to upload your largest backup file."
2359
+ msgstr ""
2360
+
2361
+ #: methods/openstack2.php:152
2362
+ msgctxt "\"tenant\" is a term used with OpenStack storage - Google for \"OpenStack tenant\" to get more help on its meaning"
2363
+ msgid "tenant"
2364
+ msgstr ""
2365
+
2366
+ #: methods/openstack2.php:102
2367
+ msgctxt "Keystone and swauth are technical terms which cannot be translated"
2368
+ msgid "This needs to be a v2 (Keystone) authentication URI; v1 (Swauth) is not supported."
2369
+ msgstr ""
2370
+
2371
+ #: templates/wp-admin/settings/form-contents.php:287
2372
+ msgid "your site's admin address"
2373
+ msgstr ""
2374
+
2375
+ #: templates/wp-admin/settings/form-contents.php:287
2376
+ msgid "Check this box to have a basic report sent to"
2377
+ msgstr ""
2378
+
2379
+ #: admin.php:2849
2380
+ msgctxt "i.e. Non-automatic"
2381
+ msgid "Manual"
2382
+ msgstr ""
2383
+
2384
+ #: restorer.php:2095
2385
+ msgctxt "The user is being told the number of times an error has happened, e.g. An error (27) occurred"
2386
+ msgid "An error (%s) occurred:"
2387
+ msgstr ""
2388
+
2389
+ #: addons/lockadmin.php:173
2390
+ msgid "Change Lock Settings"
2391
+ msgstr ""
2392
+
2393
+ #: addons/morefiles.php:185
2394
+ msgid "Any other file/directory on your server that you wish to back up"
2395
+ msgstr ""
2396
+
2397
+ #: admin.php:2098
2398
+ msgid "For even more features and personal support, check out "
2399
+ msgstr ""
2400
+
2401
+ #: restorer.php:2101
2402
+ msgid "Create table failed - probably because there is no permission to drop tables and the table already exists; will continue"
2403
+ msgstr ""
2404
+
2405
+ #: restorer.php:1233
2406
+ msgid "Clearing cached pages (%s)..."
2407
+ msgstr ""
2408
+
2409
+ #: addons/moredatabase.php:50
2410
+ msgid "Database decryption phrase"
2411
+ msgstr ""
2412
+
2413
+ #: addons/autobackup.php:131 addons/autobackup.php:966 admin.php:621
2414
+ msgid "Automatic backup before update"
2415
+ msgstr ""
2416
+
2417
+ #: addons/autobackup.php:96
2418
+ msgid "WordPress core (only)"
2419
+ msgstr ""
2420
+
2421
+ #: addons/lockadmin.php:222
2422
+ msgid "For unlocking support, please contact whoever manages UpdraftPlus for you."
2423
+ msgstr ""
2424
+
2425
+ #: addons/lockadmin.php:215
2426
+ msgid "To access the UpdraftPlus settings, please enter your unlock password"
2427
+ msgstr ""
2428
+
2429
+ #: addons/lockadmin.php:212
2430
+ msgid "Password incorrect"
2431
+ msgstr ""
2432
+
2433
+ #: addons/lockadmin.php:200 addons/lockadmin.php:206
2434
+ msgid "Unlock"
2435
+ msgstr ""
2436
+
2437
+ #: addons/lockadmin.php:171
2438
+ msgid "Otherwise, the default link will be shown."
2439
+ msgstr ""
2440
+
2441
+ #: addons/lockadmin.php:171
2442
+ msgid "Anyone seeing the lock screen will be shown this URL for support - enter a website address or an email address."
2443
+ msgstr ""
2444
+
2445
+ #: addons/lockadmin.php:171
2446
+ msgid "Support URL"
2447
+ msgstr ""
2448
+
2449
+ #: addons/lockadmin.php:169
2450
+ msgid "Require password again after"
2451
+ msgstr ""
2452
+
2453
+ #: addons/lockadmin.php:160 addons/lockadmin.php:161
2454
+ msgid "%s weeks"
2455
+ msgstr ""
2456
+
2457
+ #: addons/lockadmin.php:159
2458
+ msgid "1 week"
2459
+ msgstr ""
2460
+
2461
+ #: addons/lockadmin.php:157 addons/lockadmin.php:158
2462
+ msgid "%s hours"
2463
+ msgstr ""
2464
+
2465
+ #: addons/lockadmin.php:156
2466
+ msgid "1 hour"
2467
+ msgstr ""
2468
+
2469
+ #: addons/lockadmin.php:145
2470
+ msgid "Please make sure that you have made a note of the password!"
2471
+ msgstr ""
2472
+
2473
+ #: addons/lockadmin.php:138 templates/wp-admin/advanced/lock-admin.php:7
2474
+ msgid "Lock access to the UpdraftPlus settings page"
2475
+ msgstr ""
2476
+
2477
+ #: addons/lockadmin.php:116
2478
+ msgid "Settings saved."
2479
+ msgstr ""
2480
+
2481
+ #: addons/lockadmin.php:114
2482
+ msgid "The admin password has been changed."
2483
+ msgstr ""
2484
+
2485
+ #: addons/lockadmin.php:112
2486
+ msgid "An admin password has been set."
2487
+ msgstr ""
2488
+
2489
+ #: addons/lockadmin.php:110
2490
+ msgid "The admin password has now been removed."
2491
+ msgstr ""
2492
+
2493
+ #: addons/morefiles.php:74
2494
+ msgid "(learn more about this significant option)"
2495
+ msgstr ""
2496
+
2497
+ #: udaddons/options.php:273
2498
+ msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
2499
+ msgstr ""
2500
+
2501
+ #: admin.php:2431 admin.php:3337
2502
+ msgid "View Log"
2503
+ msgstr ""
2504
+
2505
+ #: templates/wp-admin/settings/existing-backups-table.php:13
2506
+ msgid "Backup data (click to download)"
2507
+ msgstr ""
2508
+
2509
+ #: templates/wp-admin/settings/existing-backups-table.php:12
2510
+ msgid "Backup date"
2511
+ msgstr ""
2512
+
2513
+ #: templates/wp-admin/settings/form-contents.php:42
2514
+ #: templates/wp-admin/settings/form-contents.php:83
2515
+ msgid "and retain this many scheduled backups"
2516
+ msgstr ""
2517
+
2518
+ #: admin.php:2810
2519
+ msgid "incremental backup; base backup: %s"
2520
+ msgstr ""
2521
+
2522
+ #: templates/wp-admin/advanced/lock-admin.php:9
2523
+ msgid "For the ability to lock access to UpdraftPlus settings with a password, upgrade to UpdraftPlus Premium."
2524
+ msgstr ""
2525
+
2526
+ #: templates/wp-admin/settings/downloading-and-restoring.php:52
2527
+ msgid "Upload files into UpdraftPlus."
2528
+ msgstr ""
2529
+
2530
+ #: admin.php:846 includes/class-commands.php:363
2531
+ #: templates/wp-admin/settings/tab-status.php:22
2532
+ msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
2533
+ msgstr ""
2534
+
2535
+ #: class-updraftplus.php:3949
2536
+ msgid "Backup label:"
2537
+ msgstr ""
2538
+
2539
+ #: admin.php:1625
2540
+ msgid "Error: unexpected file read fail"
2541
+ msgstr ""
2542
+
2543
+ #: backup.php:3000
2544
+ msgid "check your log for more details."
2545
+ msgstr ""
2546
+
2547
+ #: backup.php:2998
2548
+ msgid "your web hosting account appears to be full; please see: %s"
2549
+ msgstr ""
2550
+
2551
+ #: backup.php:2996
2552
+ msgid "A zip error occurred"
2553
+ msgstr ""
2554
+
2555
+ #: addons/reporting.php:60
2556
+ msgid "Your label for this backup (optional)"
2557
+ msgstr ""
2558
+
2559
+ #: addons/googlecloud.php:822 methods/googledrive.php:915
2560
+ 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."
2561
+ msgstr ""
2562
+
2563
+ #: methods/updraftvault.php:608 udaddons/updraftplus-addons.php:789
2564
+ msgid "You entered an email address that was not recognised by UpdraftPlus.Com"
2565
+ msgstr ""
2566
+
2567
+ #: methods/updraftvault.php:605 udaddons/updraftplus-addons.php:785
2568
+ msgid "Your email address was valid, but your password was not recognised by UpdraftPlus.Com."
2569
+ msgstr ""
2570
+
2571
+ #: methods/updraftvault.php:545 udaddons/updraftplus-addons.php:655
2572
+ msgid "You need to supply both an email address and a password"
2573
+ msgstr ""
2574
+
2575
+ #: templates/wp-admin/settings/tab-status.php:89
2576
+ msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
2577
+ msgstr ""
2578
+
2579
+ #: class-updraftplus.php:3968
2580
+ msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
2581
+ msgstr ""
2582
+
2583
+ #: class-updraftplus.php:3968
2584
+ msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
2585
+ msgstr ""
2586
+
2587
+ #: addons/migrator.php:1063
2588
+ msgid "already done"
2589
+ msgstr ""
2590
+
2591
+ #: addons/migrator.php:1020
2592
+ msgid "skipped (not in list)"
2593
+ msgstr ""
2594
+
2595
+ #: addons/migrator.php:1020 addons/migrator.php:1063 addons/migrator.php:1205
2596
+ msgid "Search and replacing table:"
2597
+ msgstr ""
2598
+
2599
+ #: addons/migrator.php:314
2600
+ msgid "Enter a comma-separated list; otherwise, leave blank for all tables."
2601
+ msgstr ""
2602
+
2603
+ #: addons/migrator.php:314
2604
+ msgid "These tables only"
2605
+ msgstr ""
2606
+
2607
+ #: addons/migrator.php:313
2608
+ msgid "Rows per batch"
2609
+ msgstr ""
2610
+
2611
+ #: udaddons/options.php:102
2612
+ msgid "You have not yet connected with your UpdraftPlus.Com account."
2613
+ msgstr ""
2614
+
2615
+ #: udaddons/options.php:100 udaddons/options.php:102
2616
+ msgid "You need to connect to receive future updates to UpdraftPlus."
2617
+ msgstr ""
2618
+
2619
+ #: class-updraftplus.php:3941
2620
+ msgid "Any support requests to do with %s should be raised with your web hosting company."
2621
+ msgstr ""
2622
+
2623
+ #: class-updraftplus.php:3941
2624
+ 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."
2625
+ msgstr ""
2626
+
2627
+ #: class-updraftplus.php:3941
2628
+ msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
2629
+ msgstr ""
2630
+
2631
+ #: class-updraftplus.php:3941
2632
+ msgid "The site in this backup was running on a webserver with version %s of %s. "
2633
+ msgstr ""
2634
+
2635
+ #: includes/updraftplus-notices.php:133 includes/updraftplus-notices.php:134
2636
+ msgid "LinkedIn"
2637
+ msgstr ""
2638
+
2639
+ #: includes/updraftplus-notices.php:133 includes/updraftplus-notices.php:134
2640
+ msgid "Google+"
2641
+ msgstr ""
2642
+
2643
+ #: includes/updraftplus-notices.php:133 includes/updraftplus-notices.php:134
2644
+ msgid "Facebook"
2645
+ msgstr ""
2646
+
2647
+ #: includes/updraftplus-notices.php:133 includes/updraftplus-notices.php:134
2648
+ #: templates/wp-admin/settings/header.php:10
2649
+ msgid "Twitter"
2650
+ msgstr ""
2651
+
2652
+ #: includes/updraftplus-notices.php:132
2653
+ msgid "UpdraftPlus is on social media - check us out!"
2654
+ msgstr ""
2655
+
2656
+ #: admin.php:3398
2657
+ msgid "Why am I seeing this?"
2658
+ msgstr ""
2659
+
2660
+ #: templates/wp-admin/settings/downloading-and-restoring.php:39
2661
+ msgid "The location of this directory is set in the expert settings, in the Settings tab."
2662
+ msgstr ""
2663
+
2664
+ #: templates/wp-admin/settings/downloading-and-restoring.php:39
2665
+ msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
2666
+ msgstr ""
2667
+
2668
+ #: admin.php:1573 admin.php:1585
2669
+ msgid "Start backup"
2670
+ msgstr ""
2671
+
2672
+ #: class-updraftplus.php:3913 restorer.php:996
2673
+ msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
2674
+ msgstr ""
2675
+
2676
+ #: admin.php:2754
2677
+ 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."
2678
+ msgstr ""
2679
+
2680
+ #: templates/wp-admin/advanced/advanced-tools.php:6
2681
+ msgid "Unless you have a problem, you can completely ignore everything here."
2682
+ msgstr ""
2683
+
2684
+ #: admin.php:1784
2685
+ msgid "This file could not be uploaded"
2686
+ msgstr ""
2687
+
2688
+ #: admin.php:1749
2689
+ msgid "You will find more information about this in the Settings section."
2690
+ msgstr ""
2691
+
2692
+ #: addons/importer.php:70
2693
+ msgid "Supported backup plugins: %s"
2694
+ msgstr ""
2695
+
2696
+ #: addons/importer.php:70
2697
+ msgid "Was this a backup created by a different backup plugin? If so, then you might first need to rename it so that it can be recognised - please follow this link."
2698
+ msgstr ""
2699
+
2700
+ #: templates/wp-admin/settings/form-contents.php:58
2701
+ msgid "Tell me more about incremental backups"
2702
+ msgstr ""
2703
+
2704
+ #: templates/wp-admin/advanced/site-info.php:42
2705
+ msgid "Memory limit"
2706
+ msgstr ""
2707
+
2708
+ #: class-updraftplus.php:4071 restorer.php:1441
2709
+ msgid "restoration"
2710
+ msgstr ""
2711
+
2712
+ #: restorer.php:2046
2713
+ msgid "Table to be implicitly dropped: %s"
2714
+ msgstr ""
2715
+
2716
+ #: backup.php:832
2717
+ msgid "Incremental"
2718
+ msgstr ""
2719
+
2720
+ #: backup.php:832
2721
+ msgid "Full backup"
2722
+ msgstr ""
2723
+
2724
+ #: addons/autobackup.php:488 addons/autobackup.php:490
2725
+ msgid "now proceeding with the updates..."
2726
+ msgstr ""
2727
+
2728
+ #: addons/autobackup.php:488 addons/autobackup.php:490
2729
+ msgid "(view log...)"
2730
+ msgstr ""
2731
+
2732
+ #: addons/autobackup.php:488 addons/autobackup.php:490
2733
+ msgid "Backup succeeded"
2734
+ msgstr ""
2735
+
2736
+ #: admin.php:2850 admin.php:2851 admin.php:2852 updraftplus.php:92
2737
+ #: updraftplus.php:93
2738
+ msgid "Every %s hours"
2739
+ msgstr ""
2740
+
2741
+ #: addons/migrator.php:778 addons/migrator.php:780
2742
+ msgid "search and replace"
2743
+ msgstr ""
2744
+
2745
+ #: addons/migrator.php:316
2746
+ msgid "Go"
2747
+ msgstr ""
2748
+
2749
+ #: addons/migrator.php:305
2750
+ msgid "A search/replace cannot be undone - are you sure you want to do this?"
2751
+ msgstr ""
2752
+
2753
+ #: addons/migrator.php:304
2754
+ msgid "This can easily destroy your site; so, use it with care!"
2755
+ msgstr ""
2756
+
2757
+ #: addons/migrator.php:274 addons/migrator.php:312
2758
+ msgid "Replace with"
2759
+ msgstr ""
2760
+
2761
+ #: addons/migrator.php:273 addons/migrator.php:311
2762
+ msgid "Search for"
2763
+ msgstr ""
2764
+
2765
+ #: addons/migrator.php:272 addons/migrator.php:303
2766
+ #: templates/wp-admin/advanced/search-replace.php:7
2767
+ #: templates/wp-admin/advanced/tools-menu.php:18
2768
+ msgid "Search / replace database"
2769
+ msgstr ""
2770
+
2771
+ #: addons/migrator.php:278
2772
+ msgid "search term"
2773
+ msgstr ""
2774
+
2775
+ #: restorer.php:2123
2776
+ msgid "Too many database errors have occurred - aborting"
2777
+ msgstr ""
2778
+
2779
+ #: backup.php:898
2780
+ msgid "read more at %s"
2781
+ msgstr ""
2782
+
2783
+ #: backup.php:898
2784
+ msgid "Email reports created by UpdraftPlus (free edition) bring you the latest UpdraftPlus.com news"
2785
+ msgstr ""
2786
+
2787
+ #: methods/googledrive.php:921
2788
+ 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."
2789
+ msgstr ""
2790
+
2791
+ #: admin.php:3166
2792
+ msgid "You have not yet made any backups."
2793
+ msgstr ""
2794
+
2795
+ #: templates/wp-admin/settings/form-contents.php:179
2796
+ msgid "Database Options"
2797
+ msgstr ""
2798
+
2799
+ #: templates/wp-admin/advanced/site-info.php:88
2800
+ msgid "Plugins for debugging:"
2801
+ msgstr ""
2802
+
2803
+ #: templates/wp-admin/advanced/site-info.php:67
2804
+ msgid "%s (%s used)"
2805
+ msgstr ""
2806
+
2807
+ #: templates/wp-admin/advanced/site-info.php:67
2808
+ msgid "Free disk space in account:"
2809
+ msgstr ""
2810
+
2811
+ #: admin.php:3924 templates/wp-admin/settings/tab-status.php:27
2812
+ msgid "This button is disabled because your backup directory is not writable (see the settings)."
2813
+ msgstr ""
2814
+
2815
+ #: admin.php:456 admin.php:590 admin.php:1438
2816
+ #: includes/deprecated-actions.php:30
2817
+ #: templates/wp-admin/settings/downloading-and-restoring.php:22
2818
+ #: templates/wp-admin/settings/tab-bar.php:6
2819
+ msgid "Existing Backups"
2820
+ msgstr ""
2821
+
2822
+ #: admin.php:448 templates/wp-admin/settings/tab-bar.php:5
2823
+ msgid "Current Status"
2824
+ msgstr ""
2825
+
2826
+ #: admin.php:851
2827
+ 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."
2828
+ msgstr ""
2829
+
2830
+ #: admin.php:851
2831
+ msgid "To make a backup, just press the Backup Now button."
2832
+ msgstr ""
2833
+
2834
+ #: admin.php:851
2835
+ msgid "Welcome to UpdraftPlus!"
2836
+ msgstr ""
2837
+
2838
+ #: addons/moredatabase.php:304
2839
+ msgid "If you enter text here, it is used to encrypt database backups (Rijndael). <strong>Do make a separate record of it and do not lose it, or all your backups <em>will</em> be useless.</strong> This is also the key used to decrypt backups from this admin interface (so if you change it, then automatic decryption will not work until you change it back)."
2840
+ msgstr ""
2841
+
2842
+ #: addons/moredatabase.php:255
2843
+ msgid "Testing..."
2844
+ msgstr ""
2845
+
2846
+ #: addons/moredatabase.php:242
2847
+ msgid "Test connection..."
2848
+ msgstr ""
2849
+
2850
+ #: addons/moredatabase.php:241
2851
+ msgid "Table prefix"
2852
+ msgstr ""
2853
+
2854
+ #: addons/moredatabase.php:235
2855
+ msgid "Backup external database"
2856
+ msgstr ""
2857
+
2858
+ #: addons/moredatabase.php:163
2859
+ msgid "Add an external database to backup..."
2860
+ msgstr ""
2861
+
2862
+ #: addons/moredatabase.php:159
2863
+ msgid "If your database includes extra tables that are not part of this WordPress site (you will know if this is the case), then activate this option to also back them up."
2864
+ msgstr ""
2865
+
2866
+ #: addons/moredatabase.php:158
2867
+ msgid "Backup non-WordPress tables contained in the same database as WordPress"
2868
+ msgstr ""
2869
+
2870
+ #: addons/moredatabase.php:158
2871
+ msgid "This option will cause tables stored in the MySQL database which do not belong to WordPress (identified by their lacking the configured WordPress prefix, %s) to also be backed up."
2872
+ msgstr ""
2873
+
2874
+ #: addons/moredatabase.php:143
2875
+ msgid "Connection failed."
2876
+ msgstr ""
2877
+
2878
+ #: addons/moredatabase.php:141
2879
+ msgid "Connection succeeded."
2880
+ msgstr ""
2881
+
2882
+ #: addons/moredatabase.php:123
2883
+ msgid "%s total table(s) found; %s with the indicated prefix."
2884
+ msgstr ""
2885
+
2886
+ #: addons/moredatabase.php:117
2887
+ msgid "%s table(s) found."
2888
+ msgstr ""
2889
+
2890
+ #: addons/moredatabase.php:90
2891
+ msgid "database connection attempt failed"
2892
+ msgstr ""
2893
+
2894
+ #: addons/moredatabase.php:79
2895
+ msgid "database name"
2896
+ msgstr ""
2897
+
2898
+ #: addons/moredatabase.php:77
2899
+ msgid "host"
2900
+ msgstr ""
2901
+
2902
+ #: addons/moredatabase.php:75
2903
+ msgid "user"
2904
+ msgstr ""
2905
+
2906
+ #: class-updraftplus.php:1481
2907
+ msgid "External database (%s)"
2908
+ msgstr ""
2909
+
2910
+ #: methods/googledrive.php:921
2911
+ msgid "Follow this link to your Google API Console, and there activate the Drive API and create a Client ID in the API Access section."
2912
+ msgstr ""
2913
+
2914
+ #: methods/googledrive.php:386
2915
+ msgid "failed to access parent folder"
2916
+ msgstr ""
2917
+
2918
+ #: addons/googlecloud.php:559 addons/onedrive.php:761 addons/onedrive.php:772
2919
+ #: methods/googledrive.php:343
2920
+ msgid "However, subsequent access attempts failed:"
2921
+ msgstr ""
2922
+
2923
+ #: admin.php:3191
2924
+ msgid "External database"
2925
+ msgstr ""
2926
+
2927
+ #: templates/wp-admin/settings/form-contents.php:321
2928
+ msgid "This will also cause debugging output from all plugins to be shown upon this screen - please do not be surprised to see these."
2929
+ msgstr ""
2930
+
2931
+ #: templates/wp-admin/settings/form-contents.php:261
2932
+ msgid "Back up more databases"
2933
+ msgstr ""
2934
+
2935
+ #: templates/wp-admin/settings/form-contents.php:218
2936
+ msgid "First, enter the decryption key"
2937
+ msgstr ""
2938
+
2939
+ #: templates/wp-admin/settings/form-contents.php:200
2940
+ msgid "You can manually decrypt an encrypted database here."
2941
+ msgstr ""
2942
+
2943
+ #: templates/wp-admin/settings/form-contents.php:188
2944
+ msgid "It can also backup external databases."
2945
+ msgstr ""
2946
+
2947
+ #: templates/wp-admin/settings/form-contents.php:188
2948
+ msgid "Don't want to be spied on? UpdraftPlus Premium can encrypt your database backup."
2949
+ msgstr ""
2950
+
2951
+ #: templates/wp-admin/settings/form-contents.php:96
2952
+ msgid "use UpdraftPlus Premium"
2953
+ msgstr ""
2954
+
2955
+ #: class-updraftplus.php:3831
2956
+ msgid "Decryption failed. The database file is encrypted."
2957
+ msgstr ""
2958
+
2959
+ #: includes/class-wpadmin-commands.php:130
2960
+ msgid "Only the WordPress database can be restored; you will need to deal with the external database manually."
2961
+ msgstr ""
2962
+
2963
+ #: restorer.php:1702 restorer.php:2068 restorer.php:2105 restorer.php:2118
2964
+ msgid "An error occurred on the first %s command - aborting run"
2965
+ msgstr ""
2966
+
2967
+ #: addons/moredatabase.php:98 backup.php:1360
2968
+ msgid "Connection failed: check your access details, that the database server is up, and that the network connection is not firewalled."
2969
+ msgstr ""
2970
+
2971
+ #: backup.php:1360
2972
+ msgid "database connection attempt failed."
2973
+ msgstr ""
2974
+
2975
+ #: addons/migrator.php:951
2976
+ msgid "Warning: the database's home URL (%s) is different to what we expected (%s)"
2977
+ msgstr ""
2978
+
2979
+ #: addons/google-enhanced.php:75
2980
+ msgid "In %s, path names are case sensitive."
2981
+ msgstr ""
2982
+
2983
+ #: addons/azure.php:524 addons/google-enhanced.php:73 addons/onedrive.php:989
2984
+ msgid "If you leave it blank, then the backup will be placed in the root of your %s"
2985
+ msgstr ""
2986
+
2987
+ #: addons/google-enhanced.php:73 addons/googlecloud.php:860
2988
+ #: addons/onedrive.php:989
2989
+ msgid "e.g. %s"
2990
+ msgstr ""
2991
+
2992
+ #: addons/google-enhanced.php:73 addons/onedrive.php:989
2993
+ msgid "If the folder does not already exist, then it will be created."
2994
+ msgstr ""
2995
+
2996
+ #: addons/google-enhanced.php:73 addons/onedrive.php:989
2997
+ msgid "Enter the path of the %s folder you wish to use here."
2998
+ msgstr ""
2999
+
3000
+ #: addons/azure.php:517 methods/openstack2.php:133
3001
+ msgid "Container"
3002
+ msgstr ""
3003
+
3004
+ #: methods/openstack2.php:116
3005
+ msgid "Leave this blank, and a default will be chosen."
3006
+ msgstr ""
3007
+
3008
+ #: methods/openstack2.php:107
3009
+ msgid "Tenant"
3010
+ msgstr ""
3011
+
3012
+ #: methods/openstack2.php:107
3013
+ msgid "Follow this link for more information"
3014
+ msgstr ""
3015
+
3016
+ #: methods/openstack2.php:99 methods/openstack2.php:157
3017
+ msgid "authentication URI"
3018
+ msgstr ""
3019
+
3020
+ #: methods/openstack2.php:94
3021
+ msgid "Get your access credentials from your OpenStack Swift provider, and then pick a container name to use for storage. This container will be created for you if it does not already exist."
3022
+ msgstr ""
3023
+
3024
+ #: methods/addon-base.php:194 methods/addon-base.php:214
3025
+ msgid "Failed to download %s"
3026
+ msgstr ""
3027
+
3028
+ #: methods/addon-base.php:208
3029
+ msgid "Failed to download"
3030
+ msgstr ""
3031
+
3032
+ #: methods/addon-base.php:106
3033
+ msgid "failed to list files"
3034
+ msgstr ""
3035
+
3036
+ #: methods/addon-base.php:75 methods/addon-base.php:80
3037
+ msgid "Failed to upload %s"
3038
+ msgstr ""
3039
+
3040
+ #: methods/dropbox.php:612 methods/dropbox.php:614
3041
+ msgid "Success:"
3042
+ msgstr ""
3043
+
3044
+ #: addons/onedrive.php:997 methods/dropbox.php:513
3045
+ 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."
3046
+ msgstr ""
3047
+
3048
+ #: addons/onedrive.php:995 methods/dropbox.php:510
3049
+ msgid "(You appear to be already authenticated)."
3050
+ msgstr ""
3051
+
3052
+ #: methods/dropbox.php:505 methods/dropbox.php:511 methods/dropbox.php:513
3053
+ msgid "Dropbox"
3054
+ msgstr ""
3055
+
3056
+ #: addons/onedrive.php:994 methods/dropbox.php:505
3057
+ msgid "Authenticate with %s"
3058
+ msgstr ""
3059
+
3060
+ #: methods/cloudfiles.php:409
3061
+ msgid "Error downloading remote file: Failed to download"
3062
+ msgstr ""
3063
+
3064
+ #: methods/openstack-base.php:472 methods/openstack-base.php:477
3065
+ msgid "Region: %s"
3066
+ msgstr ""
3067
+
3068
+ #: methods/openstack-base.php:471
3069
+ msgid "%s error - we accessed the container, but failed to create a file within it"
3070
+ msgstr ""
3071
+
3072
+ #: methods/openstack-base.php:389
3073
+ msgid "The %s object was not found"
3074
+ msgstr ""
3075
+
3076
+ #: methods/openstack-base.php:48 methods/openstack-base.php:312
3077
+ #: methods/openstack-base.php:381
3078
+ msgid "Could not access %s container"
3079
+ msgstr ""
3080
+
3081
+ #: methods/openstack-base.php:40 methods/openstack-base.php:108
3082
+ #: methods/openstack-base.php:115 methods/openstack-base.php:304
3083
+ #: methods/openstack-base.php:369
3084
+ msgid "%s error - failed to access the container"
3085
+ msgstr ""
3086
+
3087
+ #: addons/googlecloud.php:902 addons/onedrive.php:996 methods/dropbox.php:520
3088
+ #: methods/googledrive.php:970
3089
+ msgid "Account holder's name: %s."
3090
+ msgstr ""
3091
+
3092
+ #: methods/googledrive.php:959
3093
+ msgid "To be able to set a custom folder name, use UpdraftPlus Premium."
3094
+ msgstr ""
3095
+
3096
+ #: methods/googledrive.php:950
3097
+ msgid "It is an ID number internal to Google Drive"
3098
+ msgstr ""
3099
+
3100
+ #: methods/googledrive.php:950
3101
+ msgid "<strong>This is NOT a folder name</strong>."
3102
+ msgstr ""
3103
+
3104
+ #: addons/google-enhanced.php:72 addons/onedrive.php:988
3105
+ #: methods/googledrive.php:946 methods/googledrive.php:956
3106
+ msgid "Folder"
3107
+ msgstr ""
3108
+
3109
+ #: addons/googlecloud.php:254 addons/onedrive.php:373
3110
+ #: methods/googledrive.php:878
3111
+ msgid "%s download: failed: file not found"
3112
+ msgstr ""
3113
+
3114
+ #: addons/googlecloud.php:579 methods/googledrive.php:363
3115
+ msgid "Name: %s."
3116
+ msgstr ""
3117
+
3118
+ #: methods/googledrive.php:157
3119
+ msgid "Google Drive list files: failed to access parent folder"
3120
+ msgstr ""
3121
+
3122
+ #: methods/insufficient.php:65 methods/viaaddon-base.php:87
3123
+ msgid "Your %s version: %s."
3124
+ msgstr ""
3125
+
3126
+ #: methods/insufficient.php:64 methods/viaaddon-base.php:86
3127
+ msgid "You will need to ask your web hosting company to upgrade."
3128
+ msgstr ""
3129
+
3130
+ #: methods/insufficient.php:17 methods/viaaddon-base.php:16
3131
+ msgid "This remote storage method (%s) requires PHP %s or later."
3132
+ msgstr ""
3133
+
3134
+ #: admin.php:3743
3135
+ msgid "Theme directory (%s) not found, but lower-case version exists; updating database option accordingly"
3136
+ msgstr ""
3137
+
3138
+ #: templates/wp-admin/advanced/site-info.php:93
3139
+ msgid "Call"
3140
+ msgstr ""
3141
+
3142
+ #: templates/wp-admin/advanced/site-info.php:91
3143
+ msgid "Fetch"
3144
+ msgstr ""
3145
+
3146
+ #: addons/migrator.php:375
3147
+ #: templates/wp-admin/settings/downloading-and-restoring.php:56
3148
+ #: templates/wp-admin/settings/form-contents.php:208
3149
+ msgid "This feature requires %s version %s or later"
3150
+ msgstr ""
3151
+
3152
+ #: restorer.php:2251
3153
+ msgid "Elegant themes theme builder plugin data detected: resetting temporary folder"
3154
+ msgstr ""
3155
+
3156
+ #: restorer.php:316
3157
+ msgid "%s files have been extracted"
3158
+ msgstr ""
3159
+
3160
+ #: restorer.php:163
3161
+ msgid "Failed to unpack the archive"
3162
+ msgstr ""
3163
+
3164
+ #: class-updraftplus.php:1048
3165
+ msgid "Error - failed to download the file"
3166
+ msgstr ""
3167
+
3168
+ #: templates/wp-admin/settings/downloading-and-restoring.php:39
3169
+ msgid "Rescan local folder for new backup sets"
3170
+ msgstr ""
3171
+
3172
+ #: udaddons/updraftplus-addons.php:208
3173
+ msgid "You should update UpdraftPlus to make sure that you have a version that has been tested for compatibility."
3174
+ msgstr ""
3175
+
3176
+ #: udaddons/updraftplus-addons.php:208
3177
+ msgid "It has been tested up to version %s."
3178
+ msgstr ""
3179
+
3180
+ #: udaddons/updraftplus-addons.php:208
3181
+ msgid "The installed version of UpdraftPlus Backup/Restore has not been tested on your version of WordPress (%s)."
3182
+ msgstr ""
3183
+
3184
+ #: addons/sftp.php:425
3185
+ msgid "password/key"
3186
+ msgstr ""
3187
+
3188
+ #: addons/azure.php:510 addons/migrator.php:2198 addons/sftp.php:376
3189
+ #: admin.php:637
3190
+ msgid "Key"
3191
+ msgstr ""
3192
+
3193
+ #: addons/sftp.php:371
3194
+ msgid "Your login may be either password or key-based - you only need to enter one, not both."
3195
+ msgstr ""
3196
+
3197
+ #: addons/sftp.php:308
3198
+ msgid "The key provided was not in a valid format, or was corrupt."
3199
+ msgstr ""
3200
+
3201
+ #: addons/sftp.php:47
3202
+ msgid "SCP/SFTP password/key"
3203
+ msgstr ""
3204
+
3205
+ #: admin.php:3226
3206
+ msgid "Files backup (created by %s)"
3207
+ msgstr ""
3208
+
3209
+ #: admin.php:3226
3210
+ msgid "Files and database WordPress backup (created by %s)"
3211
+ msgstr ""
3212
+
3213
+ #: addons/importer.php:261 admin.php:3220 class-updraftplus.php:2514
3214
+ msgid "Backup created by: %s."
3215
+ msgstr ""
3216
+
3217
+ #: admin.php:3189
3218
+ msgid "Database (created by %s)"
3219
+ msgstr ""
3220
+
3221
+ #: admin.php:3183 admin.php:3222
3222
+ msgid "unknown source"
3223
+ msgstr ""
3224
+
3225
+ #: templates/wp-admin/settings/downloading-and-restoring.php:40
3226
+ msgid "Rescan remote storage"
3227
+ msgstr ""
3228
+
3229
+ #: templates/wp-admin/settings/downloading-and-restoring.php:38
3230
+ msgid "Upload backup files"
3231
+ msgstr ""
3232
+
3233
+ #: admin.php:1828
3234
+ msgid "This backup was created by %s, and can be imported."
3235
+ msgstr ""
3236
+
3237
+ #: admin.php:880
3238
+ msgid "Read this page for a guide to possible causes and how to fix it."
3239
+ msgstr ""
3240
+
3241
+ #: admin.php:880
3242
+ 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."
3243
+ msgstr ""
3244
+
3245
+ #: admin.php:602 class-updraftplus.php:2521
3246
+ msgid "If this is a backup created by a different backup plugin, then UpdraftPlus Premium may be able to help you."
3247
+ msgstr ""
3248
+
3249
+ #: admin.php:601
3250
+ 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."
3251
+ msgstr ""
3252
+
3253
+ #: admin.php:601 admin.php:602 class-updraftplus.php:2521
3254
+ 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))."
3255
+ msgstr ""
3256
+
3257
+ #: admin.php:3223 includes/class-wpadmin-commands.php:143 restorer.php:1410
3258
+ msgid "Backup created by unknown source (%s) - cannot be restored."
3259
+ msgstr ""
3260
+
3261
+ #: restorer.php:820 restorer.php:868
3262
+ msgid "The WordPress content folder (wp-content) was not found in this zip file."
3263
+ msgstr ""
3264
+
3265
+ #: restorer.php:684
3266
+ msgid "This version of UpdraftPlus does not know how to handle this type of foreign backup"
3267
+ msgstr ""
3268
+
3269
+ #: methods/dropbox.php:300
3270
+ msgid "%s returned an unexpected HTTP response: %s"
3271
+ msgstr ""
3272
+
3273
+ #: addons/sftp.php:885
3274
+ msgid "The UpdraftPlus module for this file access method (%s) does not support listing files"
3275
+ msgstr ""
3276
+
3277
+ #: methods/cloudfiles.php:234 methods/dropbox.php:281
3278
+ #: methods/openstack-base.php:103
3279
+ msgid "No settings were found"
3280
+ msgstr ""
3281
+
3282
+ #: class-updraftplus.php:2642
3283
+ 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."
3284
+ msgstr ""
3285
+
3286
+ #: admin.php:568
3287
+ msgid "Rescanning remote and local storage for backup sets..."
3288
+ msgstr ""
3289
+
3290
+ #: addons/googlecloud.php:865 addons/googlecloud.php:880
3291
+ #: addons/s3-enhanced.php:46 addons/s3-enhanced.php:60
3292
+ msgid "(Read more)"
3293
+ msgstr ""
3294
+
3295
+ #: addons/migrator.php:752
3296
+ msgid "Adjusting multisite paths"
3297
+ msgstr ""
3298
+
3299
+ #: addons/reporting.php:414
3300
+ msgid "Log all messages to syslog (only server admins are likely to want this)"
3301
+ msgstr ""
3302
+
3303
+ #: addons/morefiles.php:428
3304
+ msgid "No backup of location: there was nothing found to back up"
3305
+ msgstr ""
3306
+
3307
+ #: addons/moredatabase.php:234 addons/morefiles.php:224
3308
+ #: addons/morefiles.php:245
3309
+ msgid "Remove"
3310
+ msgstr ""
3311
+
3312
+ #: methods/s3.php:814
3313
+ msgid "Other %s FAQs."
3314
+ msgstr ""
3315
+
3316
+ #: templates/wp-admin/settings/form-contents.php:321
3317
+ msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
3318
+ msgstr ""
3319
+
3320
+ #: addons/morefiles.php:382 admin.php:2942
3321
+ 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."
3322
+ msgstr ""
3323
+
3324
+ #: restorer.php:2240
3325
+ msgid "Custom content type manager plugin data detected: clearing option cache"
3326
+ msgstr ""
3327
+
3328
+ #: class-updraftplus.php:4071 methods/ftp.php:284 restorer.php:1441
3329
+ msgid "Your hosting company must enable these functions before %s can work."
3330
+ msgstr ""
3331
+
3332
+ #: class-updraftplus.php:4071 methods/ftp.php:284 restorer.php:1440
3333
+ msgid "Your web server's PHP installation has these functions disabled: %s."
3334
+ msgstr ""
3335
+
3336
+ #: methods/ftp.php:281
3337
+ msgid "encrypted FTP (explicit encryption)"
3338
+ msgstr ""
3339
+
3340
+ #: methods/ftp.php:280
3341
+ msgid "encrypted FTP (implicit encryption)"
3342
+ msgstr ""
3343
+
3344
+ #: methods/ftp.php:279
3345
+ msgid "regular non-encrypted FTP"
3346
+ msgstr ""
3347
+
3348
+ #: restorer.php:1602
3349
+ msgid "Backup created by:"
3350
+ msgstr ""
3351
+
3352
+ #: udaddons/options.php:482
3353
+ msgid "Available to claim on this site"
3354
+ msgstr ""
3355
+
3356
+ #: udaddons/updraftplus-addons.php:229
3357
+ msgid "To maintain your access to support, please renew."
3358
+ msgstr ""
3359
+
3360
+ #: udaddons/updraftplus-addons.php:229
3361
+ msgid "Your paid access to UpdraftPlus support will soon expire."
3362
+ msgstr ""
3363
+
3364
+ #: udaddons/updraftplus-addons.php:227
3365
+ msgid "To regain your access, please renew."
3366
+ msgstr ""
3367
+
3368
+ #: udaddons/updraftplus-addons.php:227
3369
+ msgid "Your paid access to UpdraftPlus support has expired."
3370
+ msgstr ""
3371
+
3372
+ #: udaddons/updraftplus-addons.php:223
3373
+ msgid "Your paid access to UpdraftPlus updates for this site will soon expire."
3374
+ msgstr ""
3375
+
3376
+ #: udaddons/updraftplus-addons.php:221 udaddons/updraftplus-addons.php:223
3377
+ msgid "To retain your access, and maintain access to updates (including future features and compatibility with future WordPress releases) and support, please renew."
3378
+ msgstr ""
3379
+
3380
+ #: udaddons/updraftplus-addons.php:221
3381
+ msgid "Your paid access to UpdraftPlus updates for %s of the %s add-ons on this site will soon expire."
3382
+ msgstr ""
3383
+
3384
+ #: udaddons/updraftplus-addons.php:217
3385
+ msgid "Your paid access to UpdraftPlus updates for %s add-ons on this site has expired."
3386
+ msgstr ""
3387
+
3388
+ #: udaddons/updraftplus-addons.php:215 udaddons/updraftplus-addons.php:217
3389
+ msgid "To regain access to updates (including future features and compatibility with future WordPress releases) and support, please renew."
3390
+ msgstr ""
3391
+
3392
+ #: udaddons/updraftplus-addons.php:215
3393
+ msgid "Your paid access to UpdraftPlus updates for this site has expired. You will no longer receive updates to UpdraftPlus."
3394
+ msgstr ""
3395
+
3396
+ #: udaddons/updraftplus-addons.php:180
3397
+ msgid "Dismiss from main dashboard (for %s weeks)"
3398
+ msgstr ""
3399
+
3400
+ #: class-updraftplus.php:4121
3401
+ msgid "The attempt to undo the double-compression succeeded."
3402
+ msgstr ""
3403
+
3404
+ #: class-updraftplus.php:4098 class-updraftplus.php:4119
3405
+ msgid "The attempt to undo the double-compression failed."
3406
+ msgstr ""
3407
+
3408
+ #: class-updraftplus.php:4091
3409
+ msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
3410
+ msgstr ""
3411
+
3412
+ #: includes/class-wpadmin-commands.php:271
3413
+ msgid "Constants"
3414
+ msgstr ""
3415
+
3416
+ #: backup.php:1595
3417
+ msgid "Failed to open database file for reading:"
3418
+ msgstr ""
3419
+
3420
+ #: backup.php:1408
3421
+ msgid "No database tables found"
3422
+ msgstr ""
3423
+
3424
+ #: backup.php:1406
3425
+ msgid "please wait for the rescheduled attempt"
3426
+ msgstr ""
3427
+
3428
+ #: addons/reporting.php:189
3429
+ msgid "Note that warning messages are advisory - the backup process does not stop for them. Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
3430
+ msgstr ""
3431
+
3432
+ #: restorer.php:2134
3433
+ msgid "Database queries processed: %d in %.2f seconds"
3434
+ msgstr ""
3435
+
3436
+ #: addons/migrator.php:1258
3437
+ msgid "Searching and replacing reached row: %d"
3438
+ msgstr ""
3439
+
3440
+ #: addons/migrator.php:675
3441
+ msgid "Skipping this table: data in this table (%s) should not be search/replaced"
3442
+ msgstr ""
3443
+
3444
+ #: addons/onedrive.php:97
3445
+ 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)"
3446
+ msgstr ""
3447
+
3448
+ #: udaddons/updraftplus-addons.php:391 udaddons/updraftplus-addons.php:396
3449
+ msgid "Errors occurred:"
3450
+ msgstr ""
3451
+
3452
+ #: admin.php:3418
3453
+ msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
3454
+ msgstr ""
3455
+
3456
+ #: templates/wp-admin/settings/form-contents.php:365
3457
+ msgid "See this FAQ also."
3458
+ msgstr ""
3459
+
3460
+ #: templates/wp-admin/settings/form-contents.php:144
3461
+ 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."
3462
+ msgstr ""
3463
+
3464
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:42
3465
+ msgid "Retrieving (if necessary) and preparing backup files..."
3466
+ msgstr ""
3467
+
3468
+ #: includes/class-wpadmin-commands.php:114
3469
+ 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)."
3470
+ msgstr ""
3471
+
3472
+ #: restorer.php:675
3473
+ msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
3474
+ msgstr ""
3475
+
3476
+ #: admin.php:855 class-updraftplus.php:597
3477
+ 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)"
3478
+ msgstr ""
3479
+
3480
+ #: addons/migrator.php:683
3481
+ msgid "Replacing in blogs/site table: from: %s to: %s"
3482
+ msgstr ""
3483
+
3484
+ #: addons/migrator.php:258
3485
+ msgid "%s: Skipping cache file (does not already exist)"
3486
+ msgstr ""
3487
+
3488
+ #: addons/migrator.php:245
3489
+ msgid "Disabled this plugin: %s: re-activate it manually when you are ready."
3490
+ msgstr ""
3491
+
3492
+ #: addons/sftp.php:640 addons/sftp.php:643 includes/ftp.class.php:44
3493
+ #: includes/ftp.class.php:47
3494
+ 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."
3495
+ msgstr ""
3496
+
3497
+ #: admin.php:3751
3498
+ msgid "The current theme was not found; to prevent this stopping the site from loading, your theme has been reverted to the default theme"
3499
+ msgstr ""
3500
+
3501
+ #: admin.php:2006 admin.php:2016
3502
+ msgid "Restore failed..."
3503
+ msgstr ""
3504
+
3505
+ #: addons/moredatabase.php:130 admin.php:1227
3506
+ msgid "Messages:"
3507
+ msgstr ""
3508
+
3509
+ #: restorer.php:1970
3510
+ msgid "An SQL line that is larger than the maximum packet size and cannot be split was found; this line will not be processed, but will be dropped: %s"
3511
+ msgstr ""
3512
+
3513
+ #: restorer.php:455
3514
+ msgid "The directory does not exist"
3515
+ msgstr ""
3516
+
3517
+ #: addons/cloudfiles-enhanced.php:268
3518
+ msgid "New User's Email Address"
3519
+ msgstr ""
3520
+
3521
+ #: addons/cloudfiles-enhanced.php:265
3522
+ msgid "New User's Username"
3523
+ msgstr ""
3524
+
3525
+ #: addons/cloudfiles-enhanced.php:262
3526
+ msgid "Admin API Key"
3527
+ msgstr ""
3528
+
3529
+ #: addons/cloudfiles-enhanced.php:259
3530
+ msgid "Admin Username"
3531
+ msgstr ""
3532
+
3533
+ #: addons/cloudfiles-enhanced.php:254
3534
+ msgid "US or UK Rackspace Account"
3535
+ msgstr ""
3536
+
3537
+ #: addons/cloudfiles-enhanced.php:246
3538
+ msgid "Enter your Rackspace admin username/API key (so that Rackspace can authenticate your permission to create new users), and enter a new (unique) username and email address for the new user and a container name."
3539
+ msgstr ""
3540
+
3541
+ #: addons/cloudfiles-enhanced.php:243
3542
+ msgid "Create new API user and container"
3543
+ msgstr ""
3544
+
3545
+ #: addons/cloudfiles-enhanced.php:181
3546
+ msgid "API Key: %s"
3547
+ msgstr ""
3548
+
3549
+ #: addons/cloudfiles-enhanced.php:181
3550
+ msgid "Password: %s"
3551
+ msgstr ""
3552
+
3553
+ #: addons/cloudfiles-enhanced.php:181 addons/s3-enhanced.php:294
3554
+ msgid "Username: %s"
3555
+ msgstr ""
3556
+
3557
+ #: addons/cloudfiles-enhanced.php:140 addons/cloudfiles-enhanced.php:143
3558
+ #: addons/cloudfiles-enhanced.php:147 addons/cloudfiles-enhanced.php:159
3559
+ #: addons/cloudfiles-enhanced.php:166 addons/cloudfiles-enhanced.php:170
3560
+ msgid "Cloud Files operation failed (%s)"
3561
+ msgstr ""
3562
+
3563
+ #: addons/cloudfiles-enhanced.php:138
3564
+ msgid "Conflict: that user or email address already exists"
3565
+ msgstr ""
3566
+
3567
+ #: addons/cloudfiles-enhanced.php:74
3568
+ msgid "You need to enter a valid new email address"
3569
+ msgstr ""
3570
+
3571
+ #: addons/cloudfiles-enhanced.php:70
3572
+ msgid "You need to enter a container"
3573
+ msgstr ""
3574
+
3575
+ #: addons/cloudfiles-enhanced.php:67
3576
+ msgid "You need to enter a new username"
3577
+ msgstr ""
3578
+
3579
+ #: addons/cloudfiles-enhanced.php:64
3580
+ msgid "You need to enter an admin API key"
3581
+ msgstr ""
3582
+
3583
+ #: addons/cloudfiles-enhanced.php:61
3584
+ msgid "You need to enter an admin username"
3585
+ msgstr ""
3586
+
3587
+ #: addons/cloudfiles-enhanced.php:54
3588
+ msgid "Create a new API user with access to only this container (rather than your whole account)"
3589
+ msgstr ""
3590
+
3591
+ #: addons/cloudfiles-enhanced.php:29
3592
+ msgid "Adds enhanced capabilities for Rackspace Cloud Files users"
3593
+ msgstr ""
3594
+
3595
+ #: addons/cloudfiles-enhanced.php:28
3596
+ msgid "Rackspace Cloud Files, enhanced"
3597
+ msgstr ""
3598
+
3599
+ #: addons/cloudfiles-enhanced.php:275 methods/cloudfiles-new.php:142
3600
+ msgid "Cloud Files Container"
3601
+ msgstr ""
3602
+
3603
+ #: methods/cloudfiles-new.php:137
3604
+ msgid "Cloud Files API Key"
3605
+ msgstr ""
3606
+
3607
+ #: methods/cloudfiles-new.php:132
3608
+ msgid "To create a new Rackspace API sub-user and API key that has access only to this Rackspace container, use this add-on."
3609
+ msgstr ""
3610
+
3611
+ #: methods/cloudfiles-new.php:129
3612
+ msgid "Cloud Files Username"
3613
+ msgstr ""
3614
+
3615
+ #: addons/cloudfiles-enhanced.php:45 methods/cloudfiles-new.php:115
3616
+ msgid "London (LON)"
3617
+ msgstr ""
3618
+
3619
+ #: addons/cloudfiles-enhanced.php:44 methods/cloudfiles-new.php:114
3620
+ msgid "Hong Kong (HKG)"
3621
+ msgstr ""
3622
+
3623
+ #: addons/cloudfiles-enhanced.php:43 methods/cloudfiles-new.php:113
3624
+ msgid "Northern Virginia (IAD)"
3625
+ msgstr ""
3626
+
3627
+ #: addons/cloudfiles-enhanced.php:42 methods/cloudfiles-new.php:112
3628
+ msgid "Chicago (ORD)"
3629
+ msgstr ""
3630
+
3631
+ #: addons/cloudfiles-enhanced.php:41 methods/cloudfiles-new.php:111
3632
+ msgid "Sydney (SYD)"
3633
+ msgstr ""
3634
+
3635
+ #: addons/cloudfiles-enhanced.php:40 methods/cloudfiles-new.php:110
3636
+ msgid "Dallas (DFW) (default)"
3637
+ msgstr ""
3638
+
3639
+ #: addons/cloudfiles-enhanced.php:271 methods/cloudfiles-new.php:105
3640
+ msgid "Cloud Files Storage Region"
3641
+ msgstr ""
3642
+
3643
+ #: methods/cloudfiles-new.php:97
3644
+ msgid "Accounts created at rackspacecloud.com are US-accounts; accounts created at rackspace.co.uk are UK-based"
3645
+ msgstr ""
3646
+
3647
+ #: methods/cloudfiles-new.php:95
3648
+ msgid "US or UK-based Rackspace Account"
3649
+ msgstr ""
3650
+
3651
+ #: addons/cloudfiles-enhanced.php:255 methods/cloudfiles-new.php:95
3652
+ msgid "Accounts created at rackspacecloud.com are US accounts; accounts created at rackspace.co.uk are UK accounts."
3653
+ msgstr ""
3654
+
3655
+ #: addons/cloudfiles-enhanced.php:136 addons/s3-enhanced.php:197
3656
+ #: methods/cloudfiles-new.php:39 methods/openstack-base.php:431
3657
+ #: methods/openstack-base.php:433 methods/openstack-base.php:453
3658
+ #: methods/openstack2.php:25
3659
+ msgid "Authorisation failed (check your credentials)"
3660
+ msgstr ""
3661
+
3662
+ #: methods/updraftvault.php:525 udaddons/options.php:265
3663
+ msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
3664
+ msgstr ""
3665
+
3666
+ #: admin.php:615 central/bootstrap.php:513
3667
+ msgid "Create"
3668
+ msgstr ""
3669
+
3670
+ #: admin.php:577
3671
+ msgid "Trying..."
3672
+ msgstr ""
3673
+
3674
+ #: admin.php:576
3675
+ msgid "The new user's RackSpace console password is (this will not be shown again):"
3676
+ msgstr ""
3677
+
3678
+ #: class-updraftplus.php:1493
3679
+ msgid "(when decrypted)"
3680
+ msgstr ""
3681
+
3682
+ #: admin.php:587 admin.php:3693
3683
+ msgid "Error data:"
3684
+ msgstr ""
3685
+
3686
+ #: admin.php:3369
3687
+ msgid "Backup does not exist in the backup history"
3688
+ msgstr ""
3689
+
3690
+ #: admin.php:2375
3691
+ msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old). You should press this button to delete them as soon as you have verified that the restoration worked."
3692
+ msgstr ""
3693
+
3694
+ #: restorer.php:1674
3695
+ msgid "Split line to avoid exceeding maximum packet size"
3696
+ msgstr ""
3697
+
3698
+ #: restorer.php:1549
3699
+ msgid "Your database user does not have permission to drop tables. We will attempt to restore by simply emptying the tables; this should work as long as you are restoring from a WordPress version with the same database structure (%s)"
3700
+ msgstr ""
3701
+
3702
+ #: restorer.php:1368
3703
+ msgid "New table prefix: %s"
3704
+ msgstr ""
3705
+
3706
+ #: restorer.php:1056
3707
+ msgid "File permissions do not allow the old data to be moved and retained; instead, it will be deleted."
3708
+ msgstr ""
3709
+
3710
+ #: restorer.php:1026 restorer.php:1040
3711
+ msgid "%s: This directory already exists, and will be replaced"
3712
+ msgstr ""
3713
+
3714
+ #: restorer.php:160
3715
+ msgid "Could not move the files into place. Check your file permissions."
3716
+ msgstr ""
3717
+
3718
+ #: restorer.php:159
3719
+ msgid "Could not move new files into place. Check your wp-content/upgrade folder."
3720
+ msgstr ""
3721
+
3722
+ #: restorer.php:157
3723
+ msgid "Could not move old files out of the way."
3724
+ msgstr ""
3725
+
3726
+ #: restorer.php:153
3727
+ msgid "Moving old data out of the way..."
3728
+ msgstr ""
3729
+
3730
+ #: addons/reporting.php:405
3731
+ msgid "Add another address..."
3732
+ msgstr ""
3733
+
3734
+ #: addons/reporting.php:391
3735
+ msgid "Enter addresses here to have a report sent to them when a backup job finishes."
3736
+ msgstr ""
3737
+
3738
+ #: addons/reporting.php:366
3739
+ msgid "Email reports"
3740
+ msgstr ""
3741
+
3742
+ #: class-updraftplus.php:1489 class-updraftplus.php:1494
3743
+ msgid "%s checksum: %s"
3744
+ msgstr ""
3745
+
3746
+ #: class-updraftplus.php:1462 class-updraftplus.php:1464
3747
+ msgid "files: %s"
3748
+ msgstr ""
3749
+
3750
+ #: addons/reporting.php:330
3751
+ msgid "Use the \"Reporting\" section to configure the email addresses to be used."
3752
+ msgstr ""
3753
+
3754
+ #: addons/reporting.php:300
3755
+ msgid " (with warnings (%s))"
3756
+ msgstr ""
3757
+
3758
+ #: addons/reporting.php:298
3759
+ msgid " (with errors (%s))"
3760
+ msgstr ""
3761
+
3762
+ #: addons/reporting.php:239
3763
+ msgid "Debugging information"
3764
+ msgstr ""
3765
+
3766
+ #: addons/reporting.php:194 admin.php:3129
3767
+ msgid "Uploaded to:"
3768
+ msgstr ""
3769
+
3770
+ #: addons/reporting.php:193
3771
+ msgid "Time taken:"
3772
+ msgstr ""
3773
+
3774
+ #: addons/reporting.php:184
3775
+ msgid "Warnings"
3776
+ msgstr ""
3777
+
3778
+ #: addons/reporting.php:169
3779
+ msgid "Errors"
3780
+ msgstr ""
3781
+
3782
+ #: addons/reporting.php:166
3783
+ msgid "Errors / warnings:"
3784
+ msgstr ""
3785
+
3786
+ #: addons/morefiles.php:62 addons/morefiles.php:63 addons/reporting.php:155
3787
+ msgid "Contains:"
3788
+ msgstr ""
3789
+
3790
+ #: addons/reporting.php:154
3791
+ msgid "Backup began:"
3792
+ msgstr ""
3793
+
3794
+ #: addons/reporting.php:142
3795
+ msgid "Backup Report"
3796
+ msgstr ""
3797
+
3798
+ #: addons/reporting.php:137
3799
+ msgid "%d hours, %d minutes, %d seconds"
3800
+ msgstr ""
3801
+
3802
+ #: addons/reporting.php:123
3803
+ msgid "%d errors, %d warnings"
3804
+ msgstr ""
3805
+
3806
+ #: addons/onedrive.php:717 methods/dropbox.php:596
3807
+ msgid "%s authentication"
3808
+ msgstr ""
3809
+
3810
+ #: addons/onedrive.php:717 class-updraftplus.php:302 methods/dropbox.php:569
3811
+ #: methods/dropbox.php:596 methods/dropbox.php:609 methods/dropbox.php:740
3812
+ msgid "%s error: %s"
3813
+ msgstr ""
3814
+
3815
+ #: addons/googlecloud.php:815 methods/dropbox.php:480
3816
+ msgid "%s logo"
3817
+ msgstr ""
3818
+
3819
+ #: methods/dropbox.php:214
3820
+ msgid "%s did not return the expected response - check your log file for more details"
3821
+ msgstr ""
3822
+
3823
+ #: methods/s3.php:279
3824
+ msgid "The required %s PHP module is not installed - ask your web hosting company to enable it"
3825
+ msgstr ""
3826
+
3827
+ #: methods/email.php:74
3828
+ msgid "For more options, use the \"%s\" add-on."
3829
+ msgstr ""
3830
+
3831
+ #: methods/email.php:73
3832
+ msgid "Your site's admin email address (%s) will be used."
3833
+ msgstr ""
3834
+
3835
+ #: admin.php:624 methods/updraftvault.php:276 methods/updraftvault.php:321
3836
+ #: udaddons/options.php:244
3837
+ msgid "Connect"
3838
+ msgstr ""
3839
+
3840
+ #: templates/wp-admin/settings/form-contents.php:289
3841
+ msgid "For more reporting features, use the Reporting add-on."
3842
+ msgstr ""
3843
+
3844
+ #: class-updraftplus.php:3901
3845
+ msgid "(version: %s)"
3846
+ msgstr ""
3847
+
3848
+ #: addons/reporting.php:438 admin.php:566
3849
+ msgid "Be aware that mail servers tend to have size limits; typically around %s Mb; backups larger than any limits will likely not arrive."
3850
+ msgstr ""
3851
+
3852
+ #: addons/reporting.php:438 admin.php:565
3853
+ msgid "When the Email storage method is enabled, also send the entire backup"
3854
+ msgstr ""
3855
+
3856
+ #: addons/reporting.php:153 backup.php:933
3857
+ msgid "Latest status:"
3858
+ msgstr ""
3859
+
3860
+ #: backup.php:932
3861
+ msgid "Backup contains:"
3862
+ msgstr ""
3863
+
3864
+ #: backup.php:889
3865
+ msgid "Backed up: %s"
3866
+ msgstr ""
3867
+
3868
+ #: addons/reporting.php:236 backup.php:883
3869
+ msgid "The log file has been attached to this email."
3870
+ msgstr ""
3871
+
3872
+ #: backup.php:847
3873
+ msgid "Unknown/unexpected error - please raise a support request"
3874
+ msgstr ""
3875
+
3876
+ #: backup.php:844
3877
+ msgid "Database only (files were not part of this particular schedule)"
3878
+ msgstr ""
3879
+
3880
+ #: backup.php:844
3881
+ msgid "Database (files backup has not completed)"
3882
+ msgstr ""
3883
+
3884
+ #: backup.php:841
3885
+ msgid "Files only (database was not part of this particular schedule)"
3886
+ msgstr ""
3887
+
3888
+ #: backup.php:841
3889
+ msgid "Files (database backup has not completed)"
3890
+ msgstr ""
3891
+
3892
+ #: admin.php:229 backup.php:839
3893
+ msgid "Files and database"
3894
+ msgstr ""
3895
+
3896
+ #: options.php:186
3897
+ msgid "(This applies to all WordPress backup plugins unless they have been explicitly coded for multisite compatibility)."
3898
+ msgstr ""
3899
+
3900
+ #: options.php:186
3901
+ msgid "Without upgrading, UpdraftPlus allows <strong>every</strong> blog admin who can modify plugin settings to back up (and hence access the data, including passwords, from) and restore (including with customised modifications, e.g. changed passwords) <strong>the entire network</strong>."
3902
+ msgstr ""
3903
+
3904
+ #: options.php:186
3905
+ msgid "WordPress Multisite is supported, with extra features, by UpdraftPlus Premium, or the Multisite add-on."
3906
+ msgstr ""
3907
+
3908
+ #: options.php:186
3909
+ msgid "This is a WordPress multi-site (a.k.a. network) installation."
3910
+ msgstr ""
3911
+
3912
+ #: options.php:186
3913
+ msgid "UpdraftPlus warning:"
3914
+ msgstr ""
3915
+
3916
+ #: udaddons/options.php:488
3917
+ msgid "(or connect using the form on this page if you have already purchased it)"
3918
+ msgstr ""
3919
+
3920
+ #: udaddons/options.php:474
3921
+ msgid "please follow this link to update the plugin in order to activate it"
3922
+ msgstr ""
3923
+
3924
+ #: udaddons/options.php:471
3925
+ msgid "please follow this link to update the plugin in order to get it"
3926
+ msgstr ""
3927
+
3928
+ #: udaddons/options.php:461 udaddons/options.php:463
3929
+ msgid "latest"
3930
+ msgstr ""
3931
+
3932
+ #: udaddons/options.php:459
3933
+ msgid "Your version: %s"
3934
+ msgstr ""
3935
+
3936
+ #: udaddons/options.php:457
3937
+ msgid "You've got it"
3938
+ msgstr ""
3939
+
3940
+ #: udaddons/options.php:423
3941
+ msgid "UpdraftPlus Support"
3942
+ msgstr ""
3943
+
3944
+ #: udaddons/options.php:381
3945
+ msgid "An update containing your addons is available for UpdraftPlus - please follow this link to get it."
3946
+ msgstr ""
3947
+
3948
+ #: udaddons/options.php:370 udaddons/updraftplus-addons.php:256
3949
+ msgid "UpdraftPlus Addons"
3950
+ msgstr ""
3951
+
3952
+ #: udaddons/options.php:94
3953
+ msgid "An update is available for UpdraftPlus - please follow this link to get it."
3954
+ msgstr ""
3955
+
3956
+ #: methods/updraftvault.php:598 methods/updraftvault.php:616
3957
+ #: udaddons/updraftplus-addons.php:795
3958
+ msgid "UpdraftPlus.Com returned a response, but we could not understand it"
3959
+ msgstr ""
3960
+
3961
+ #: methods/updraftvault.php:612 udaddons/updraftplus-addons.php:792
3962
+ msgid "Your email address and password were not recognised by UpdraftPlus.Com"
3963
+ msgstr ""
3964
+
3965
+ #: methods/updraftvault.php:571 udaddons/updraftplus-addons.php:752
3966
+ msgid "UpdraftPlus.Com returned a response which we could not understand (data: %s)"
3967
+ msgstr ""
3968
+
3969
+ #: udaddons/updraftplus-addons.php:682
3970
+ msgid "UpdraftPlus.Com responded, but we did not understand the response"
3971
+ msgstr ""
3972
+
3973
+ #: udaddons/updraftplus-addons.php:680
3974
+ msgid "We failed to successfully connect to UpdraftPlus.Com"
3975
+ msgstr ""
3976
+
3977
+ #: methods/email.php:74 templates/wp-admin/settings/form-contents.php:270
3978
+ #: templates/wp-admin/settings/tab-addons.php:200
3979
+ msgid "Reporting"
3980
+ msgstr ""
3981
+
3982
+ #: admin.php:4104
3983
+ msgid "Options (raw)"
3984
+ msgstr ""
3985
+
3986
+ #: addons/reporting.php:436 admin.php:564
3987
+ msgid "Send a report only when there are warnings/errors"
3988
+ msgstr ""
3989
+
3990
+ #: restorer.php:1613
3991
+ msgid "Content URL:"
3992
+ msgstr ""
3993
+
3994
+ #: restorer.php:157
3995
+ msgid "You should check the file ownerships and permissions in your WordPress installation"
3996
+ msgstr ""
3997
+
3998
+ #: templates/wp-admin/settings/form-contents.php:174
3999
+ msgid "See also the \"More Files\" add-on from our shop."
4000
+ msgstr ""
4001
+
4002
+ #: backup.php:2987 class-updraftplus.php:610
4003
+ msgid "Your free space in your hosting account is very low - only %s Mb remain"
4004
+ msgstr ""
4005
+
4006
+ #: class-updraftplus.php:594
4007
+ 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)"
4008
+ msgstr ""
4009
+
4010
+ #: udaddons/options.php:547
4011
+ msgid "Manage Addons"
4012
+ msgstr ""
4013
+
4014
+ #: udaddons/options.php:489
4015
+ msgid "Buy It"
4016
+ msgstr ""
4017
+
4018
+ #: udaddons/options.php:488
4019
+ msgid "Get it from the UpdraftPlus.Com Store"
4020
+ msgstr ""
4021
+
4022
+ #: udaddons/options.php:482 udaddons/options.php:484
4023
+ msgid "activate it on this site"
4024
+ msgstr ""
4025
+
4026
+ #: udaddons/options.php:484
4027
+ msgid "You have an inactive purchase"
4028
+ msgstr ""
4029
+
4030
+ #: udaddons/options.php:474
4031
+ msgid "Assigned to this site"
4032
+ msgstr ""
4033
+
4034
+ #: udaddons/options.php:471
4035
+ msgid "Available for this site (via your all-addons purchase)"
4036
+ msgstr ""
4037
+
4038
+ #: udaddons/options.php:465
4039
+ msgid "(apparently a pre-release or withdrawn release)"
4040
+ msgstr ""
4041
+
4042
+ #: udaddons/options.php:425
4043
+ msgid "Go here"
4044
+ msgstr ""
4045
+
4046
+ #: udaddons/options.php:425
4047
+ msgid "Need to get support?"
4048
+ msgstr ""
4049
+
4050
+ #: udaddons/options.php:407
4051
+ msgid "An error occurred when trying to retrieve your add-ons."
4052
+ msgstr ""
4053
+
4054
+ #: udaddons/options.php:340
4055
+ msgid "An unknown response was received. Response was:"
4056
+ msgstr ""
4057
+
4058
+ #: udaddons/options.php:339
4059
+ msgid "Claim not granted - your account login details were wrong"
4060
+ msgstr ""
4061
+
4062
+ #: udaddons/options.php:337
4063
+ msgid "Please wait whilst we make the claim..."
4064
+ msgstr ""
4065
+
4066
+ #: udaddons/options.php:290
4067
+ msgid "Errors occurred when trying to connect to UpdraftPlus.Com:"
4068
+ msgstr ""
4069
+
4070
+ #: udaddons/options.php:281
4071
+ msgid "You are presently <strong>not connected</strong> to an UpdraftPlus.Com account."
4072
+ msgstr ""
4073
+
4074
+ #: udaddons/options.php:272
4075
+ msgid "If you bought new add-ons, then follow this link to refresh your connection"
4076
+ msgstr ""
4077
+
4078
+ #: udaddons/options.php:271
4079
+ msgid "You are presently <strong>connected</strong> to an UpdraftPlus.Com account."
4080
+ msgstr ""
4081
+
4082
+ #: udaddons/options.php:242
4083
+ msgid "Interested in knowing about your UpdraftPlus.Com password security? Read about it here."
4084
+ msgstr ""
4085
+
4086
+ #: udaddons/options.php:183
4087
+ msgid "Forgotten your details?"
4088
+ msgstr ""
4089
+
4090
+ #: udaddons/options.php:172
4091
+ msgid "Not yet got an account (it's free)? Go get one!"
4092
+ msgstr ""
4093
+
4094
+ #: udaddons/options.php:141
4095
+ msgid "Connect with your UpdraftPlus.Com account"
4096
+ msgstr ""
4097
+
4098
+ #: udaddons/options.php:120
4099
+ msgid "Your web server's version of PHP is too old ("
4100
+ msgstr ""
4101
+
4102
+ #: udaddons/options.php:114
4103
+ msgid "You do seem to have the obsolete Updraft plugin installed - perhaps you got them confused?"
4104
+ msgstr ""
4105
+
4106
+ #: udaddons/options.php:113
4107
+ msgid "Go here to begin installing it."
4108
+ msgstr ""
4109
+
4110
+ #: udaddons/options.php:113
4111
+ msgid "UpdraftPlus is not yet installed."
4112
+ msgstr ""
4113
+
4114
+ #: udaddons/options.php:110
4115
+ msgid "Go here to activate it."
4116
+ msgstr ""
4117
+
4118
+ #: udaddons/options.php:109
4119
+ msgid "UpdraftPlus is not yet activated."
4120
+ msgstr ""
4121
+
4122
+ #: udaddons/options.php:100 udaddons/options.php:102
4123
+ msgid "Go here to connect."
4124
+ msgstr ""
4125
+
4126
+ #: udaddons/options.php:100
4127
+ msgid "You have not yet connected with your UpdraftPlus.Com account, to enable you to list your purchased add-ons."
4128
+ msgstr ""
4129
+
4130
+ #: addons/moredatabase.php:299 addons/moredatabase.php:383
4131
+ msgid "Without it, encryption will be a lot slower."
4132
+ msgstr ""
4133
+
4134
+ #: addons/moredatabase.php:299 addons/moredatabase.php:383
4135
+ msgid "Your web-server does not have the %s module installed."
4136
+ msgstr ""
4137
+
4138
+ #: addons/googlecloud.php:898 methods/googledrive.php:966
4139
+ msgid "<strong>(You appear to be already authenticated,</strong> though you can authenticate again to refresh your access if you've had a problem)."
4140
+ msgstr ""
4141
+
4142
+ #: templates/wp-admin/settings/downloading-and-restoring.php:62
4143
+ msgid "Drop backup files here"
4144
+ msgstr ""
4145
+
4146
+ #: admin.php:575
4147
+ msgid "The web server returned an error code (try again, or check your web server logs)"
4148
+ msgstr ""
4149
+
4150
+ #: admin.php:573
4151
+ msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
4152
+ msgstr ""
4153
+
4154
+ #: admin.php:570
4155
+ msgid "If you exclude both the database and the files, then you have excluded everything!"
4156
+ msgstr ""
4157
+
4158
+ #: restorer.php:1607
4159
+ msgid "Site home:"
4160
+ msgstr ""
4161
+
4162
+ #: addons/morestorage.php:78
4163
+ msgid "Remote Storage Options"
4164
+ msgstr ""
4165
+
4166
+ #: addons/autobackup.php:292 addons/autobackup.php:382
4167
+ msgid "(logs can be found in the UpdraftPlus settings page as normal)..."
4168
+ msgstr ""
4169
+
4170
+ #: addons/autobackup.php:252 addons/autobackup.php:996
4171
+ msgid "Remember this choice for next time (you will still have the chance to change it)"
4172
+ msgstr ""
4173
+
4174
+ #: addons/azure.php:351 methods/stream-base.php:125 methods/stream-base.php:130
4175
+ msgid "Upload failed"
4176
+ msgstr ""
4177
+
4178
+ #: templates/wp-admin/settings/form-contents.php:135
4179
+ msgid "You can send a backup to more than one destination with an add-on."
4180
+ msgstr ""
4181
+
4182
+ #: admin.php:2593
4183
+ msgid "Note: the progress bar below is based on stages, NOT time. Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
4184
+ msgstr ""
4185
+
4186
+ #: admin.php:2491
4187
+ msgid "(%s%%, file %s of %s)"
4188
+ msgstr ""
4189
+
4190
+ #: addons/autobackup.php:253 addons/autobackup.php:1001
4191
+ #: addons/lockadmin.php:142
4192
+ msgid "Read more about how this works..."
4193
+ msgstr ""
4194
+
4195
+ #: addons/sftp.php:485
4196
+ msgid "Failed: We were able to log in, but failed to successfully create a file in that location."
4197
+ msgstr ""
4198
+
4199
+ #: addons/sftp.php:483
4200
+ msgid "Failed: We were able to log in and move to the indicated directory, but failed to successfully create a file in that location."
4201
+ msgstr ""
4202
+
4203
+ #: addons/sftp.php:402
4204
+ msgid "Use SCP instead of SFTP"
4205
+ msgstr ""
4206
+
4207
+ #: addons/sftp.php:46
4208
+ msgid "SCP/SFTP user setting"
4209
+ msgstr ""
4210
+
4211
+ #: addons/sftp.php:45
4212
+ msgid "SCP/SFTP host setting"
4213
+ msgstr ""
4214
+
4215
+ #: methods/email.php:58
4216
+ msgid "The attempt to send the backup via email failed (probably the backup was too large for this method)"
4217
+ msgstr ""
4218
+
4219
+ #: methods/email.php:45
4220
+ msgid "Backup is of: %s."
4221
+ msgstr ""
4222
+
4223
+ #: admin.php:662
4224
+ msgid "%s settings test result:"
4225
+ msgstr ""
4226
+
4227
+ #: admin.php:3287 admin.php:3289
4228
+ msgid "(Not finished)"
4229
+ msgstr ""
4230
+
4231
+ #: admin.php:3289
4232
+ 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."
4233
+ msgstr ""
4234
+
4235
+ #: templates/wp-admin/settings/form-contents.php:348
4236
+ msgid "<b>Do not</b> place it inside your uploads or plugins directory, as that will cause recursion (backups of backups of backups of...)."
4237
+ msgstr ""
4238
+
4239
+ #: templates/wp-admin/settings/form-contents.php:348
4240
+ 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)."
4241
+ msgstr ""
4242
+
4243
+ #: admin.php:2588
4244
+ msgid "Job ID: %s"
4245
+ msgstr ""
4246
+
4247
+ #: admin.php:2573
4248
+ msgid "last activity: %ss ago"
4249
+ msgstr ""
4250
+
4251
+ #: admin.php:2572
4252
+ msgid "next resumption: %d (after %ss)"
4253
+ msgstr ""
4254
+
4255
+ #: admin.php:2555 central/bootstrap.php:405 central/bootstrap.php:412
4256
+ #: methods/updraftvault.php:356 methods/updraftvault.php:436
4257
+ msgid "Unknown"
4258
+ msgstr ""
4259
+
4260
+ #: admin.php:2505
4261
+ msgid "Backup finished"
4262
+ msgstr ""
4263
+
4264
+ #: admin.php:2500
4265
+ msgid "Waiting until scheduled time to retry because of errors"
4266
+ msgstr ""
4267
+
4268
+ #: admin.php:2496
4269
+ msgid "Pruning old backup sets"
4270
+ msgstr ""
4271
+
4272
+ #: admin.php:2484
4273
+ msgid "Uploading files to remote storage"
4274
+ msgstr ""
4275
+
4276
+ #: admin.php:2553
4277
+ msgid "Encrypted database"
4278
+ msgstr ""
4279
+
4280
+ #: admin.php:2545
4281
+ msgid "Encrypting database"
4282
+ msgstr ""
4283
+
4284
+ #: admin.php:2519
4285
+ msgid "Created database backup"
4286
+ msgstr ""
4287
+
4288
+ #: admin.php:2532
4289
+ msgid "table: %s"
4290
+ msgstr ""
4291
+
4292
+ #: admin.php:2530
4293
+ msgid "Creating database backup"
4294
+ msgstr ""
4295
+
4296
+ #: admin.php:2478
4297
+ msgid "Created file backup zips"
4298
+ msgstr ""
4299
+
4300
+ #: admin.php:2465
4301
+ msgid "Creating file backup zips"
4302
+ msgstr ""
4303
+
4304
+ #: admin.php:2460
4305
+ msgid "Backup begun"
4306
+ msgstr ""
4307
+
4308
+ #: admin.php:2303
4309
+ msgid "Backups in progress:"
4310
+ msgstr ""
4311
+
4312
+ #: admin.php:859
4313
+ msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even &quot;Backup Now&quot;) unless either you have set up a facility to call the scheduler manually, or until it is enabled."
4314
+ msgstr ""
4315
+
4316
+ #: restorer.php:657
4317
+ msgid "file"
4318
+ msgstr ""
4319
+
4320
+ #: restorer.php:650
4321
+ msgid "folder"
4322
+ msgstr ""
4323
+
4324
+ #: restorer.php:650 restorer.php:657
4325
+ msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
4326
+ msgstr ""
4327
+
4328
+ #: class-updraftplus.php:2739
4329
+ msgid "The backup has not finished; a resumption is scheduled"
4330
+ msgstr ""
4331
+
4332
+ #: class-updraftplus.php:1734
4333
+ msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
4334
+ msgstr ""
4335
+
4336
+ #: addons/googlecloud.php:337 addons/onedrive.php:880
4337
+ #: includes/Dropbox/OAuth/Consumer/ConsumerAbstract.php:115
4338
+ #: includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:118
4339
+ #: methods/googledrive.php:244
4340
+ 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)."
4341
+ msgstr ""
4342
+
4343
+ #: admin.php:2126
4344
+ 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)."
4345
+ msgstr ""
4346
+
4347
+ #: addons/autobackup.php:1006 admin.php:617
4348
+ msgid "Proceed with update"
4349
+ msgstr ""
4350
+
4351
+ #: addons/autobackup.php:1005
4352
+ msgid "Do not abort after pressing Proceed below - wait for the backup to complete."
4353
+ msgstr ""
4354
+
4355
+ #: addons/autobackup.php:113 addons/autobackup.php:982
4356
+ msgid "UpdraftPlus Automatic Backups"
4357
+ msgstr ""
4358
+
4359
+ #: addons/autobackup.php:469
4360
+ msgid "Errors have occurred:"
4361
+ msgstr ""
4362
+
4363
+ #: addons/autobackup.php:441
4364
+ msgid "Creating backup with UpdraftPlus..."
4365
+ msgstr ""
4366
+
4367
+ #: addons/autobackup.php:391 addons/autobackup.php:516
4368
+ #: addons/autobackup.php:567
4369
+ msgid "Automatic Backup"
4370
+ msgstr ""
4371
+
4372
+ #: addons/autobackup.php:382
4373
+ msgid "Creating database backup with UpdraftPlus..."
4374
+ msgstr ""
4375
+
4376
+ #: addons/autobackup.php:371
4377
+ msgid "You do not have sufficient permissions to update this site."
4378
+ msgstr ""
4379
+
4380
+ #: addons/autobackup.php:350
4381
+ msgid "themes"
4382
+ msgstr ""
4383
+
4384
+ #: addons/autobackup.php:343
4385
+ msgid "plugins"
4386
+ msgstr ""
4387
+
4388
+ #: addons/autobackup.php:296 addons/autobackup.php:389
4389
+ msgid "Starting automatic backup..."
4390
+ msgstr ""
4391
+
4392
+ #: addons/autobackup.php:292
4393
+ msgid "Creating %s and database backup with UpdraftPlus..."
4394
+ msgstr ""
4395
+
4396
+ #: addons/autobackup.php:250
4397
+ msgid "Automatically backup (where relevant) plugins, themes and the WordPress database with UpdraftPlus before updating"
4398
+ msgstr ""
4399
+
4400
+ #: addons/morefiles.php:170 addons/morefiles.php:171
4401
+ msgid "If you are not sure then you should stop; otherwise you may destroy this WordPress installation."
4402
+ msgstr ""
4403
+
4404
+ #: addons/morefiles.php:170 addons/morefiles.php:171
4405
+ msgid "This does not look like a valid WordPress core backup - the file %s was missing."
4406
+ msgstr ""
4407
+
4408
+ #: addons/morefiles.php:123
4409
+ msgid "Unable to open zip file (%s) - could not pre-scan it to check its integrity."
4410
+ msgstr ""
4411
+
4412
+ #: addons/morefiles.php:113
4413
+ msgid "Unable to read zip file (%s) - could not pre-scan it to check its integrity."
4414
+ msgstr ""
4415
+
4416
+ #: templates/wp-admin/settings/header.php:14
4417
+ msgid "More plugins"
4418
+ msgstr ""
4419
+
4420
+ #: templates/wp-admin/settings/header.php:11
4421
+ #: templates/wp-admin/settings/tab-addons.php:19
4422
+ msgid "Support"
4423
+ msgstr ""
4424
+
4425
+ #: class-updraftplus.php:4054
4426
+ msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
4427
+ msgstr ""
4428
+
4429
+ #: class-updraftplus.php:4046
4430
+ msgid "This database backup is missing core WordPress tables: %s"
4431
+ msgstr ""
4432
+
4433
+ #: class-updraftplus.php:3934
4434
+ 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."
4435
+ msgstr ""
4436
+
4437
+ #: class-updraftplus.php:3850
4438
+ msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
4439
+ msgstr ""
4440
+
4441
+ #: addons/autobackup.php:556 admin.php:827
4442
+ msgid "Update Theme"
4443
+ msgstr ""
4444
+
4445
+ #: addons/autobackup.php:505 admin.php:823
4446
+ msgid "Update Plugin"
4447
+ msgstr ""
4448
+
4449
+ #: addons/autobackup.php:985 admin.php:696 includes/updraftplus-notices.php:171
4450
+ msgid "Be safe with an automatic backup"
4451
+ msgstr ""
4452
+
4453
+ #: restorer.php:2219
4454
+ msgid "Uploads path (%s) does not exist - resetting (%s)"
4455
+ msgstr ""
4456
+
4457
+ #: admin.php:2078
4458
+ msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
4459
+ msgstr ""
4460
+
4461
+ #: admin.php:611
4462
+ msgid "The file was uploaded."
4463
+ msgstr ""
4464
+
4465
+ #: admin.php:610
4466
+ msgid "Unknown server response status:"
4467
+ msgstr ""
4468
+
4469
+ #: admin.php:609
4470
+ msgid "Unknown server response:"
4471
+ msgstr ""
4472
+
4473
+ #: admin.php:608
4474
+ msgid "This decryption key will be attempted:"
4475
+ msgstr ""
4476
+
4477
+ #: admin.php:607
4478
+ msgid "Follow this link to attempt decryption and download the database file to your computer."
4479
+ msgstr ""
4480
+
4481
+ #: admin.php:606
4482
+ msgid "Upload error"
4483
+ msgstr ""
4484
+
4485
+ #: admin.php:605
4486
+ 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)."
4487
+ msgstr ""
4488
+
4489
+ #: admin.php:604
4490
+ msgid "Upload error:"
4491
+ msgstr ""
4492
+
4493
+ #: admin.php:603
4494
+ msgid "(make sure that you were trying to upload a zip file previously created by UpdraftPlus)"
4495
+ msgstr ""
4496
+
4497
+ #: admin.php:594
4498
+ msgid "Download to your computer"
4499
+ msgstr ""
4500
+
4501
+ #: admin.php:593
4502
+ msgid "Delete from your web server"
4503
+ msgstr ""
4504
+
4505
+ #: methods/s3.php:774
4506
+ msgid "Examples of S3-compatible storage providers:"
4507
+ msgstr ""
4508
+
4509
+ #: admin.php:3643
4510
+ msgid "Will not delete any archives after unpacking them, because there was no cloud storage for this backup"
4511
+ msgstr ""
4512
+
4513
+ #: admin.php:3260
4514
+ msgid "You appear to be missing one or more archives from this multi-archive set."
4515
+ msgstr ""
4516
+
4517
+ #: admin.php:3257
4518
+ msgid "(%d archive(s) in set)."
4519
+ msgstr ""
4520
+
4521
+ #: templates/wp-admin/settings/form-contents.php:325
4522
+ msgid "Split archives every:"
4523
+ msgstr ""
4524
+
4525
+ #: addons/moredatabase.php:272
4526
+ msgid "Error: the server sent us a response (JSON) which we did not understand."
4527
+ msgstr ""
4528
+
4529
+ #: admin.php:584
4530
+ msgid "Warnings:"
4531
+ msgstr ""
4532
+
4533
+ #: admin.php:583
4534
+ msgid "Error: the server sent an empty response."
4535
+ msgstr ""
4536
+
4537
+ #: admin.php:1839
4538
+ 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?"
4539
+ msgstr ""
4540
+
4541
+ #: includes/class-wpadmin-commands.php:195
4542
+ msgid "The backup archive files have been processed, but with some errors. You will need to cancel and correct any problems before retrying."
4543
+ msgstr ""
4544
+
4545
+ #: includes/class-wpadmin-commands.php:193
4546
+ 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."
4547
+ msgstr ""
4548
+
4549
+ #: includes/class-wpadmin-commands.php:191
4550
+ msgid "The backup archive files have been successfully processed. Now press Restore again to proceed."
4551
+ msgstr ""
4552
+
4553
+ #: includes/class-wpadmin-commands.php:186
4554
+ msgid "This multi-archive backup set appears to have the following archives missing: %s"
4555
+ msgstr ""
4556
+
4557
+ #: includes/class-wpadmin-commands.php:171
4558
+ msgid "File (%s) was found, but has a different size (%s) from what was expected (%s) - it may be corrupt."
4559
+ msgstr ""
4560
+
4561
+ #: includes/class-wpadmin-commands.php:166
4562
+ msgid "File was found, but is zero-sized (you need to re-upload it): %s"
4563
+ msgstr ""
4564
+
4565
+ #: includes/class-wpadmin-commands.php:164
4566
+ msgid "File not found (you need to upload it): %s"
4567
+ msgstr ""
4568
+
4569
+ #: includes/class-wpadmin-commands.php:96
4570
+ msgid "No such backup set exists"
4571
+ msgstr ""
4572
+
4573
+ #: admin.php:1115
4574
+ 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"
4575
+ msgstr ""
4576
+
4577
+ #: restorer.php:599
4578
+ msgid "Failed to move directory (check your file permissions and disk quota): %s"
4579
+ msgstr ""
4580
+
4581
+ #: restorer.php:590
4582
+ msgid "Failed to move file (check your file permissions and disk quota): %s"
4583
+ msgstr ""
4584
+
4585
+ #: restorer.php:154
4586
+ msgid "Moving unpacked backup into place..."
4587
+ msgstr ""
4588
+
4589
+ #: backup.php:2691 backup.php:2947
4590
+ msgid "Failed to open the zip file (%s) - %s"
4591
+ msgstr ""
4592
+
4593
+ #: addons/morefiles.php:101
4594
+ msgid "WordPress root directory server path: %s"
4595
+ msgstr ""
4596
+
4597
+ #: methods/s3.php:819
4598
+ msgid "%s end-point"
4599
+ msgstr ""
4600
+
4601
+ #: methods/s3.php:781
4602
+ msgid "... and many more!"
4603
+ msgstr ""
4604
+
4605
+ #: methods/s3generic.php:41 methods/s3generic.php:49
4606
+ msgid "S3 (Compatible)"
4607
+ msgstr ""
4608
+
4609
+ #: admin.php:3564
4610
+ msgid "File is not locally present - needs retrieving from remote storage"
4611
+ msgstr ""
4612
+
4613
+ #: admin.php:3551
4614
+ msgid "Looking for %s archive: file name: %s"
4615
+ msgstr ""
4616
+
4617
+ #: admin.php:3512
4618
+ msgid "Final checks"
4619
+ msgstr ""
4620
+
4621
+ #: templates/wp-admin/settings/form-contents.php:331
4622
+ 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)."
4623
+ msgstr ""
4624
+
4625
+ #: templates/wp-admin/settings/form-contents.php:215
4626
+ msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
4627
+ msgstr ""
4628
+
4629
+ #: admin.php:2931
4630
+ msgid "Your wp-content directory server path: %s"
4631
+ msgstr ""
4632
+
4633
+ #: admin.php:600
4634
+ msgid "Raw backup history"
4635
+ msgstr ""
4636
+
4637
+ #: templates/wp-admin/advanced/site-info.php:97
4638
+ msgid "Show raw backup and file list"
4639
+ msgstr ""
4640
+
4641
+ #: admin.php:582
4642
+ msgid "Processing files - please wait..."
4643
+ msgstr ""
4644
+
4645
+ #: admin.php:3695 templates/wp-admin/settings/downloading-and-restoring.php:29
4646
+ msgid "Please consult this FAQ for help on what to do about it."
4647
+ msgstr ""
4648
+
4649
+ #: templates/wp-admin/settings/downloading-and-restoring.php:29
4650
+ msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
4651
+ msgstr ""
4652
+
4653
+ #: class-updraftplus.php:3858
4654
+ msgid "Failed to open database file."
4655
+ msgstr ""
4656
+
4657
+ #: admin.php:4074
4658
+ msgid "Known backups (raw)"
4659
+ msgstr ""
4660
+
4661
+ #: restorer.php:955
4662
+ msgid "Unable to enumerate files in that directory."
4663
+ msgstr ""
4664
+
4665
+ #: restorer.php:950
4666
+ msgid "Files found:"
4667
+ msgstr ""
4668
+
4669
+ #: restorer.php:1340
4670
+ msgid "Using directory from backup: %s"
4671
+ msgstr ""
4672
+
4673
+ #: restorer.php:1804
4674
+ msgid "Requested table engine (%s) is not present - changing to MyISAM."
4675
+ msgstr ""
4676
+
4677
+ #: addons/migrator.php:325
4678
+ 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."
4679
+ msgstr ""
4680
+
4681
+ #: admin.php:3584
4682
+ msgid "file is size:"
4683
+ msgstr ""
4684
+
4685
+ #: addons/googlecloud.php:855 addons/migrator.php:363 addons/migrator.php:366
4686
+ #: addons/migrator.php:369 admin.php:859 admin.php:2083 backup.php:2994
4687
+ #: updraftplus.php:147
4688
+ msgid "Go here for more information."
4689
+ msgstr ""
4690
+
4691
+ #: admin.php:581
4692
+ msgid "Some files are still downloading or being processed - please wait."
4693
+ msgstr ""
4694
+
4695
+ #: class-updraftplus.php:3906 class-updraftplus.php:3924
4696
+ 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."
4697
+ msgstr ""
4698
+
4699
+ #: addons/fixtime.php:545
4700
+ msgid "The time zone used is that from your WordPress settings, in Settings -> General."
4701
+ msgstr ""
4702
+
4703
+ #: addons/fixtime.php:545
4704
+ msgid "Enter in format HH:MM (e.g. 14:22)."
4705
+ msgstr ""
4706
+
4707
+ #: methods/ftp.php:111
4708
+ msgid "%s upload failed"
4709
+ msgstr ""
4710
+
4711
+ #: methods/ftp.php:84 methods/ftp.php:135 methods/ftp.php:239
4712
+ msgid "%s login failure"
4713
+ msgstr ""
4714
+
4715
+ #: methods/dropbox.php:425
4716
+ msgid "You do not appear to be authenticated with %s"
4717
+ msgstr ""
4718
+
4719
+ #: methods/dropbox.php:392
4720
+ msgid "Failed to access %s when deleting (see log file for more)"
4721
+ msgstr ""
4722
+
4723
+ #: methods/dropbox.php:384
4724
+ msgid "You do not appear to be authenticated with %s (whilst deleting)"
4725
+ msgstr ""
4726
+
4727
+ #: methods/dropbox.php:119
4728
+ msgid "Dropbox error: %s (see log file for more)"
4729
+ msgstr ""
4730
+
4731
+ #: methods/cloudfiles.php:422
4732
+ msgid "Error - failed to download the file from %s"
4733
+ msgstr ""
4734
+
4735
+ #: methods/cloudfiles.php:418
4736
+ msgid "Error - no such file exists at %s"
4737
+ msgstr ""
4738
+
4739
+ #: addons/azure.php:217 methods/addon-base.php:208 methods/cloudfiles.php:392
4740
+ #: methods/cloudfiles.php:409 methods/googledrive.php:838
4741
+ #: methods/openstack-base.php:403 methods/stream-base.php:266
4742
+ #: methods/stream-base.php:273 methods/stream-base.php:286
4743
+ msgid "%s Error"
4744
+ msgstr ""
4745
+
4746
+ #: methods/cloudfiles.php:219 methods/openstack-base.php:78
4747
+ msgid "%s error - failed to upload file"
4748
+ msgstr ""
4749
+
4750
+ #: class-updraftplus.php:940 methods/cloudfiles.php:211
4751
+ msgid "%s error - failed to re-assemble chunks"
4752
+ msgstr ""
4753
+
4754
+ #: methods/cloudfiles.php:95 methods/cloudfiles.php:99
4755
+ #: methods/cloudfiles.php:240 methods/cloudfiles.php:285
4756
+ #: methods/cloudfiles.php:336 methods/cloudfiles.php:340
4757
+ #: methods/openstack-base.php:36 methods/openstack-base.php:300
4758
+ #: methods/openstack-base.php:365 methods/openstack-base.php:437
4759
+ #: methods/openstack-base.php:440 methods/openstack-base.php:457
4760
+ #: methods/openstack-base.php:462
4761
+ msgid "%s authentication failed"
4762
+ msgstr ""
4763
+
4764
+ #: addons/googlecloud.php:384 addons/migrator.php:462 admin.php:1784
4765
+ #: admin.php:1831 admin.php:1839 class-updraftplus.php:725
4766
+ #: class-updraftplus.php:731 class-updraftplus.php:3829
4767
+ #: class-updraftplus.php:3831 class-updraftplus.php:3964
4768
+ #: class-updraftplus.php:3999 methods/googledrive.php:304 restorer.php:944
4769
+ msgid "Error: %s"
4770
+ msgstr ""
4771
+
4772
+ #: admin.php:2868
4773
+ msgid "Backup directory specified exists, but is <b>not</b> writable."
4774
+ msgstr ""
4775
+
4776
+ #: admin.php:2866
4777
+ msgid "Backup directory specified does <b>not</b> exist."
4778
+ msgstr ""
4779
+
4780
+ #: admin.php:2600 admin.php:2822 class-updraftplus.php:3906
4781
+ #: class-updraftplus.php:3924
4782
+ msgid "Warning: %s"
4783
+ msgstr ""
4784
+
4785
+ #: templates/wp-admin/settings/tab-status.php:57
4786
+ msgid "Last backup job run:"
4787
+ msgstr ""
4788
+
4789
+ #: backup.php:2713
4790
+ msgid "A very large file was encountered: %s (size: %s Mb)"
4791
+ msgstr ""
4792
+
4793
+ #: backup.php:2087 backup.php:2119
4794
+ msgid "%s: unreadable file - could not be backed up"
4795
+ msgstr ""
4796
+
4797
+ #: backup.php:1495
4798
+ 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"
4799
+ msgstr ""
4800
+
4801
+ #: backup.php:1614
4802
+ msgid "An error occurred whilst closing the final database file"
4803
+ msgstr ""
4804
+
4805
+ #: backup.php:874
4806
+ msgid "Warnings encountered:"
4807
+ msgstr ""
4808
+
4809
+ #: class-updraftplus.php:2727
4810
+ msgid "The backup apparently succeeded (with warnings) and is now complete"
4811
+ msgstr ""
4812
+
4813
+ #: class-updraftplus.php:623
4814
+ msgid "Your free disk space is very low - only %s Mb remain"
4815
+ msgstr ""
4816
+
4817
+ #: addons/migrator.php:470
4818
+ msgid "New site:"
4819
+ msgstr ""
4820
+
4821
+ #: addons/migrator.php:525
4822
+ msgid "<strong>ERROR</strong>: Site URL already taken."
4823
+ msgstr ""
4824
+
4825
+ #: addons/migrator.php:445
4826
+ msgid "Migrated site (from UpdraftPlus)"
4827
+ msgstr ""
4828
+
4829
+ #: addons/migrator.php:384
4830
+ msgid "Enter details for where this new site is to live within your multisite install:"
4831
+ msgstr ""
4832
+
4833
+ #: addons/migrator.php:383
4834
+ msgid "Information needed to continue:"
4835
+ msgstr ""
4836
+
4837
+ #: addons/migrator.php:340
4838
+ msgid "Network activating theme:"
4839
+ msgstr ""
4840
+
4841
+ #: addons/migrator.php:330
4842
+ msgid "Processed plugin:"
4843
+ msgstr ""
4844
+
4845
+ #: addons/sftp.php:74
4846
+ msgid "Check your file permissions: Could not successfully create and enter directory:"
4847
+ msgstr ""
4848
+
4849
+ #: addons/sftp.php:38
4850
+ msgid "Some servers advertise encrypted FTP as available, but then time-out (after a long time) when you attempt to use it. If you find this happenning, then go into the \"Expert Options\" (below) and turn off SSL there."
4851
+ msgstr ""
4852
+
4853
+ #: methods/s3.php:795
4854
+ 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."
4855
+ msgstr ""
4856
+
4857
+ #: methods/s3.php:1033
4858
+ msgid "Please check your access credentials."
4859
+ msgstr ""
4860
+
4861
+ #: addons/s3-enhanced.php:172 methods/s3.php:1011
4862
+ msgid "The error reported by %s was:"
4863
+ msgstr ""
4864
+
4865
+ #: restorer.php:1359
4866
+ msgid "Please supply the requested information, and then continue."
4867
+ msgstr ""
4868
+
4869
+ #: restorer.php:2056
4870
+ msgid "Cannot drop tables, so deleting instead (%s)"
4871
+ msgstr ""
4872
+
4873
+ #: restorer.php:2039
4874
+ msgid "Cannot create new tables, so skipping this command (%s)"
4875
+ msgstr ""
4876
+
4877
+ #: class-updraftplus.php:3975 restorer.php:1648
4878
+ msgid "Site information:"
4879
+ msgstr ""
4880
+
4881
+ #: restorer.php:1515
4882
+ 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."
4883
+ msgstr ""
4884
+
4885
+ #: addons/migrator.php:325 admin.php:2078 class-updraftplus.php:3968
4886
+ #: restorer.php:1970
4887
+ msgid "Warning:"
4888
+ msgstr ""
4889
+
4890
+ #: class-updraftplus.php:3960 restorer.php:162
4891
+ msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
4892
+ msgstr ""
4893
+
4894
+ #: admin.php:3539
4895
+ 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."
4896
+ msgstr ""
4897
+
4898
+ #: admin.php:2987 methods/updraftvault.php:260
4899
+ 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."
4900
+ msgstr ""
4901
+
4902
+ #: admin.php:618
4903
+ msgid "Close"
4904
+ msgstr ""
4905
+
4906
+ #: addons/autobackup.php:298 addons/autobackup.php:386 admin.php:574
4907
+ #: methods/remotesend.php:71 methods/remotesend.php:79
4908
+ #: methods/remotesend.php:220 methods/remotesend.php:237
4909
+ msgid "Unexpected response:"
4910
+ msgstr ""
4911
+
4912
+ #: addons/reporting.php:434 admin.php:569
4913
+ msgid "To send to more than one address, separate each address with a comma."
4914
+ msgstr ""
4915
+
4916
+ #: admin.php:598
4917
+ msgid "PHP information"
4918
+ msgstr ""
4919
+
4920
+ #: templates/wp-admin/advanced/site-info.php:63
4921
+ msgid "zip executable found:"
4922
+ msgstr ""
4923
+
4924
+ #: templates/wp-admin/advanced/site-info.php:43
4925
+ msgid "show PHP information (phpinfo)"
4926
+ msgstr ""
4927
+
4928
+ #: templates/wp-admin/settings/tab-status.php:71
4929
+ msgid "Get it here."
4930
+ msgstr ""
4931
+
4932
+ #: templates/wp-admin/settings/tab-status.php:71
4933
+ msgid "Do you want to migrate or clone/duplicate a site?"
4934
+ msgstr ""
4935
+
4936
+ #: addons/migrator.php:165
4937
+ msgid "<a href=\"%s\">Read this article to see step-by-step how it's done.</a>"
4938
+ msgstr ""
4939
+
4940
+ #: templates/wp-admin/settings/tab-status.php:66
4941
+ msgid "Migrate Site"
4942
+ msgstr ""
4943
+
4944
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:30
4945
+ msgid "Deleting... please allow time for the communications with the remote storage to complete."
4946
+ msgstr ""
4947
+
4948
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:29
4949
+ msgid "Also delete from remote storage"
4950
+ msgstr ""
4951
+
4952
+ #: admin.php:2330
4953
+ msgid "Latest UpdraftPlus.com news:"
4954
+ msgstr ""
4955
+
4956
+ #: templates/wp-admin/settings/tab-status.php:33
4957
+ msgid "Clone/Migrate"
4958
+ msgstr ""
4959
+
4960
+ #: templates/wp-admin/settings/header.php:8
4961
+ #: templates/wp-admin/settings/tab-addons.php:34
4962
+ msgid "Premium"
4963
+ msgstr ""
4964
+
4965
+ #: templates/wp-admin/settings/header.php:9
4966
+ msgid "News"
4967
+ msgstr ""
4968
+
4969
+ #: admin.php:1269
4970
+ msgid "Backup set not found"
4971
+ msgstr ""
4972
+
4973
+ #: backup.php:160
4974
+ msgid "%s - could not back this entity up; the corresponding directory does not exist (%s)"
4975
+ msgstr ""
4976
+
4977
+ #: includes/updraftplus-notices.php:152 includes/updraftplus-notices.php:153
4978
+ #: includes/updraftplus-notices.php:162 includes/updraftplus-notices.php:163
4979
+ msgid "RSS link"
4980
+ msgstr ""
4981
+
4982
+ #: includes/updraftplus-notices.php:152 includes/updraftplus-notices.php:153
4983
+ #: includes/updraftplus-notices.php:162 includes/updraftplus-notices.php:163
4984
+ msgid "Blog link"
4985
+ msgstr ""
4986
+
4987
+ #: admin.php:661
4988
+ msgid "Testing %s Settings..."
4989
+ msgstr ""
4990
+
4991
+ #: templates/wp-admin/settings/downloading-and-restoring.php:52
4992
+ 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."
4993
+ msgstr ""
4994
+
4995
+ #: admin.php:875
4996
+ 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."
4997
+ msgstr ""
4998
+
4999
+ #: admin.php:875
5000
+ msgid "Notice"
5001
+ msgstr ""
5002
+
5003
+ #: backup.php:856
5004
+ msgid "Errors encountered:"
5005
+ msgstr ""
5006
+
5007
+ #: admin.php:567
5008
+ msgid "Rescanning (looking for backups that you have uploaded manually into the internal backup store)..."
5009
+ msgstr ""
5010
+
5011
+ #: admin.php:580
5012
+ msgid "Begun looking for this entity"
5013
+ msgstr ""
5014
+
5015
+ #: addons/dropbox-folders.php:26
5016
+ msgid "Store at"
5017
+ msgstr ""
5018
+
5019
+ #: addons/migrator.php:1368
5020
+ msgid "\"%s\" has no primary key, manual change needed on row %s."
5021
+ msgstr ""
5022
+
5023
+ #: addons/migrator.php:1248
5024
+ msgid "rows: %d"
5025
+ msgstr ""
5026
+
5027
+ #: addons/migrator.php:1114
5028
+ msgid "Time taken (seconds):"
5029
+ msgstr ""
5030
+
5031
+ #: addons/migrator.php:1113 admin.php:585
5032
+ msgid "Errors:"
5033
+ msgstr ""
5034
+
5035
+ #: addons/migrator.php:1112
5036
+ msgid "SQL update commands run:"
5037
+ msgstr ""
5038
+
5039
+ #: addons/migrator.php:1111
5040
+ msgid "Changes made:"
5041
+ msgstr ""
5042
+
5043
+ #: addons/migrator.php:1110
5044
+ msgid "Rows examined:"
5045
+ msgstr ""
5046
+
5047
+ #: addons/migrator.php:1109
5048
+ msgid "Tables examined:"
5049
+ msgstr ""
5050
+
5051
+ #: addons/migrator.php:998
5052
+ msgid "Could not get list of tables"
5053
+ msgstr ""
5054
+
5055
+ #: addons/migrator.php:962
5056
+ msgid "Database search and replace: replace %s in backup dump with %s"
5057
+ msgstr ""
5058
+
5059
+ #: addons/migrator.php:943
5060
+ msgid "Warning: the database's site URL (%s) is different to what we expected (%s)"
5061
+ msgstr ""
5062
+
5063
+ #: addons/migrator.php:932
5064
+ msgid "Nothing to do: the site URL is already: %s"
5065
+ msgstr ""
5066
+
5067
+ #: addons/migrator.php:896 addons/migrator.php:900 addons/migrator.php:904
5068
+ #: addons/migrator.php:909 addons/migrator.php:913 addons/migrator.php:918
5069
+ msgid "Error: unexpected empty parameter (%s, %s)"
5070
+ msgstr ""
5071
+
5072
+ #: addons/migrator.php:859
5073
+ msgid "This option was not selected."
5074
+ msgstr ""
5075
+
5076
+ #: addons/migrator.php:856
5077
+ msgid "Database: search and replace site URL"
5078
+ msgstr ""
5079
+
5080
+ #: addons/migrator.php:780 addons/migrator.php:1095
5081
+ msgid "Failed: we did not understand the result returned by the %s operation."
5082
+ msgstr ""
5083
+
5084
+ #: addons/migrator.php:778 addons/migrator.php:1093
5085
+ msgid "Failed: the %s operation was not able to start."
5086
+ msgstr ""
5087
+
5088
+ #: addons/migrator.php:543
5089
+ msgid "(learn more)"
5090
+ msgstr ""
5091
+
5092
+ #: addons/migrator.php:543
5093
+ msgid "Search and replace site location in the database (migrate)"
5094
+ msgstr ""
5095
+
5096
+ #: addons/migrator.php:543
5097
+ msgid "All references to the site location in the database will be replaced with your current site URL, which is: %s"
5098
+ msgstr ""
5099
+
5100
+ #: addons/multisite.php:630
5101
+ msgid "Blog uploads"
5102
+ msgstr ""
5103
+
5104
+ #: addons/migrator.php:369 addons/multisite.php:623
5105
+ msgid "Must-use plugins"
5106
+ msgstr ""
5107
+
5108
+ #: addons/multisite.php:193
5109
+ msgid "You do not have permission to access this page."
5110
+ msgstr ""
5111
+
5112
+ #: addons/multisite.php:179 udaddons/options.php:225
5113
+ msgid "You do not have sufficient permissions to access this page."
5114
+ msgstr ""
5115
+
5116
+ #: addons/multisite.php:173
5117
+ msgid "Multisite Install"
5118
+ msgstr ""
5119
+
5120
+ #: addons/fixtime.php:545
5121
+ msgid "starting from next time it is"
5122
+ msgstr ""
5123
+
5124
+ #: addons/sftp.php:430
5125
+ msgid "Failure: Port must be an integer."
5126
+ msgstr ""
5127
+
5128
+ #: methods/ftp.php:359 methods/openstack2.php:147
5129
+ msgid "password"
5130
+ msgstr ""
5131
+
5132
+ #: addons/sftp.php:421 methods/openstack2.php:142
5133
+ msgid "username"
5134
+ msgstr ""
5135
+
5136
+ #: addons/sftp.php:417
5137
+ msgid "host name"
5138
+ msgstr ""
5139
+
5140
+ #: addons/sftp.php:395
5141
+ msgid "Where to change directory to after logging in - often this is relative to your home directory."
5142
+ msgstr ""
5143
+
5144
+ #: addons/sftp.php:393
5145
+ msgid "Directory path"
5146
+ msgstr ""
5147
+
5148
+ #: addons/lockadmin.php:153 addons/moredatabase.php:239 addons/sftp.php:368
5149
+ #: addons/webdav.php:69 methods/openstack2.php:127 methods/updraftvault.php:320
5150
+ #: udaddons/options.php:145
5151
+ msgid "Password"
5152
+ msgstr ""
5153
+
5154
+ #: addons/sftp.php:354 addons/webdav.php:83
5155
+ msgid "Port"
5156
+ msgstr ""
5157
+
5158
+ #: addons/moredatabase.php:237 addons/sftp.php:347 addons/webdav.php:75
5159
+ msgid "Host"
5160
+ msgstr ""
5161
+
5162
+ #: addons/sftp.php:280
5163
+ msgid "%s Error: Failed to download"
5164
+ msgstr ""
5165
+
5166
+ #: addons/sftp.php:460
5167
+ msgid "Check your file permissions: Could not successfully create and enter:"
5168
+ msgstr ""
5169
+
5170
+ #: addons/sftp.php:45 addons/sftp.php:46 addons/sftp.php:47
5171
+ msgid "No %s found"
5172
+ msgstr ""
5173
+
5174
+ #: addons/sftp.php:38
5175
+ msgid "Explicit encryption is used by default. To force implicit encryption (port 990), add :990 to your FTP server below."
5176
+ msgstr ""
5177
+
5178
+ #: addons/sftp.php:38
5179
+ msgid "Encrypted FTP is available, and will be automatically tried first (before falling back to non-encrypted if it is not successful), unless you disable it using the expert options. The 'Test FTP Login' button will tell you what type of connection is in use."
5180
+ msgstr ""
5181
+
5182
+ #: addons/morefiles.php:562
5183
+ msgid "No backup of %s directories: there was nothing found to back up"
5184
+ msgstr ""
5185
+
5186
+ #: addons/morefiles.php:209
5187
+ msgid "Be careful what you select - if you select / then it really will try to create a zip containing your entire webserver."
5188
+ msgstr ""
5189
+
5190
+ #: addons/morefiles.php:207
5191
+ msgid "If you are not sure what this option is for, then you will not want it, and should turn it off."
5192
+ msgstr ""
5193
+
5194
+ #: addons/morefiles.php:186
5195
+ msgid "More Files"
5196
+ msgstr ""
5197
+
5198
+ #: addons/morefiles.php:100
5199
+ msgid "WordPress core (including any additions to your WordPress root directory)"
5200
+ msgstr ""
5201
+
5202
+ #: addons/morefiles.php:93
5203
+ msgid "The above files comprise everything in a WordPress installation."
5204
+ msgstr ""
5205
+
5206
+ #: addons/morefiles.php:74
5207
+ msgid "Over-write wp-config.php"
5208
+ msgstr ""
5209
+
5210
+ #: addons/morefiles.php:70 addons/morefiles.php:562
5211
+ msgid "WordPress Core"
5212
+ msgstr ""
5213
+
5214
+ #: methods/addon-base.php:294 methods/stream-base.php:316
5215
+ msgid "Failed: We were not able to place a file in that directory - please check your credentials."
5216
+ msgstr ""
5217
+
5218
+ #: addons/googlecloud.php:626 addons/googlecloud.php:660
5219
+ #: addons/googlecloud.php:666 addons/sftp.php:447 admin.php:2654 admin.php:2689
5220
+ #: admin.php:2698 methods/addon-base.php:284 methods/stream-base.php:302
5221
+ msgid "Failed"
5222
+ msgstr ""
5223
+
5224
+ #: addons/webdav.php:45
5225
+ msgid "WebDAV URL"
5226
+ msgstr ""
5227
+
5228
+ #: methods/stream-base.php:286
5229
+ msgid "Local write failed: Failed to download"
5230
+ msgstr ""
5231
+
5232
+ #: methods/stream-base.php:273
5233
+ msgid "Error opening remote file: Failed to download"
5234
+ msgstr ""
5235
+
5236
+ #: methods/stream-base.php:107 methods/stream-base.php:111
5237
+ msgid "Chunk %s: A %s error occurred"
5238
+ msgstr ""
5239
+
5240
+ #: addons/googlecloud.php:278 addons/sftp.php:43 methods/addon-base.php:56
5241
+ #: methods/addon-base.php:97 methods/addon-base.php:128
5242
+ #: methods/addon-base.php:184 methods/addon-base.php:264 methods/ftp.php:29
5243
+ #: methods/googledrive.php:146 methods/stream-base.php:31
5244
+ #: methods/stream-base.php:145 methods/stream-base.php:151
5245
+ #: methods/stream-base.php:185 methods/stream-base.php:250
5246
+ msgid "No %s settings were found"
5247
+ msgstr ""
5248
+
5249
+ #: methods/ftp.php:381
5250
+ msgid "Failure: we successfully logged in, but were not able to create a file in the given directory."
5251
+ msgstr ""
5252
+
5253
+ #: methods/ftp.php:378
5254
+ msgid "Success: we successfully logged in, and confirmed our ability to create a file in the given directory (login type:"
5255
+ msgstr ""
5256
+
5257
+ #: methods/ftp.php:369
5258
+ msgid "Failure: we did not successfully log in with those credentials."
5259
+ msgstr ""
5260
+
5261
+ #: methods/ftp.php:351
5262
+ msgid "Failure: No server details were given."
5263
+ msgstr ""
5264
+
5265
+ #: methods/ftp.php:320
5266
+ msgid "Needs to already exist"
5267
+ msgstr ""
5268
+
5269
+ #: methods/ftp.php:303
5270
+ msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available."
5271
+ msgstr ""
5272
+
5273
+ #: methods/ftp.php:303
5274
+ msgid "Only non-encrypted FTP is supported by regular UpdraftPlus."
5275
+ msgstr ""
5276
+
5277
+ #: addons/onedrive.php:755 methods/dropbox.php:627
5278
+ msgid "Your %s account name: %s"
5279
+ msgstr ""
5280
+
5281
+ #: methods/dropbox.php:617 methods/dropbox.php:644
5282
+ msgid "though part of the returned information was not as expected - your mileage may vary"
5283
+ msgstr ""
5284
+
5285
+ #: methods/dropbox.php:612 methods/dropbox.php:614
5286
+ msgid "you have authenticated your %s account"
5287
+ msgstr ""
5288
+
5289
+ #: methods/dropbox.php:499 methods/dropbox.php:501
5290
+ msgid "there's an add-on for that."
5291
+ msgstr ""
5292
+
5293
+ #: methods/dropbox.php:499 methods/dropbox.php:501
5294
+ msgid "If you back up several sites into the same Dropbox and want to organise with sub-folders, then "
5295
+ msgstr ""
5296
+
5297
+ #: methods/dropbox.php:499 methods/dropbox.php:501
5298
+ msgid "Backups are saved in"
5299
+ msgstr ""
5300
+
5301
+ #: methods/dropbox.php:499 methods/dropbox.php:501
5302
+ msgid "Need to use sub-folders?"
5303
+ msgstr ""
5304
+
5305
+ #: methods/dropbox.php:212 methods/dropbox.php:233 methods/dropbox.php:249
5306
+ msgid "error: failed to upload file to %s (see log file for more)"
5307
+ msgstr ""
5308
+
5309
+ #: methods/dropbox.php:97 methods/dropbox.php:114
5310
+ msgid "You do not appear to be authenticated with Dropbox"
5311
+ msgstr ""
5312
+
5313
+ #: methods/s3.php:1028
5314
+ msgid "The communication with %s was not encrypted."
5315
+ msgstr ""
5316
+
5317
+ #: methods/s3.php:1026
5318
+ msgid "The communication with %s was encrypted."
5319
+ msgstr ""
5320
+
5321
+ #: addons/googlecloud.php:689 methods/s3.php:1023
5322
+ msgid "We accessed the bucket, and were able to create files within it."
5323
+ msgstr ""
5324
+
5325
+ #: addons/googlecloud.php:683 addons/googlecloud.php:697 methods/s3.php:1021
5326
+ #: methods/s3.php:1033
5327
+ msgid "We successfully accessed the bucket, but the attempt to create a file in it failed."
5328
+ msgstr ""
5329
+
5330
+ #: addons/googlecloud.php:683 addons/googlecloud.php:697 methods/s3.php:1021
5331
+ #: methods/s3.php:1033
5332
+ msgid "Failure"
5333
+ msgstr ""
5334
+
5335
+ #: methods/s3.php:1009
5336
+ 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)."
5337
+ msgstr ""
5338
+
5339
+ #: addons/s3-enhanced.php:145 methods/openstack2.php:113 methods/s3.php:1003
5340
+ msgid "Region"
5341
+ msgstr ""
5342
+
5343
+ #: addons/googlecloud.php:78 addons/googlecloud.php:643 methods/s3.php:985
5344
+ msgid "Failure: No bucket details were given."
5345
+ msgstr ""
5346
+
5347
+ #: methods/s3.php:963
5348
+ msgid "API secret"
5349
+ msgstr ""
5350
+
5351
+ #: methods/s3.php:856
5352
+ msgid "Enter only a bucket name or a bucket and path. Examples: mybucket, mybucket/mypath"
5353
+ msgstr ""
5354
+
5355
+ #: methods/s3.php:855
5356
+ msgid "%s location"
5357
+ msgstr ""
5358
+
5359
+ #: methods/s3.php:851
5360
+ msgid "%s secret key"
5361
+ msgstr ""
5362
+
5363
+ #: methods/s3.php:847
5364
+ msgid "%s access key"
5365
+ msgstr ""
5366
+
5367
+ #: methods/s3.php:812
5368
+ msgid "If you see errors about SSL certificates, then please go here for help."
5369
+ msgstr ""
5370
+
5371
+ #: methods/s3.php:810
5372
+ 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."
5373
+ msgstr ""
5374
+
5375
+ #: methods/s3.php:444 methods/s3.php:618 methods/s3.php:720
5376
+ msgid "%s Error: Failed to access bucket %s. Check your permissions and credentials."
5377
+ msgstr ""
5378
+
5379
+ #: methods/s3.php:703 methods/s3.php:749
5380
+ msgid "%s Error: Failed to download %s. Check your permissions and credentials."
5381
+ msgstr ""
5382
+
5383
+ #: methods/s3.php:422
5384
+ msgid "%s re-assembly error (%s): (see log file for more)"
5385
+ msgstr ""
5386
+
5387
+ #: methods/s3.php:418
5388
+ msgid "%s upload (%s): re-assembly failed (see log for more details)"
5389
+ msgstr ""
5390
+
5391
+ #: methods/s3.php:402
5392
+ msgid "%s chunk %s: upload failed"
5393
+ msgstr ""
5394
+
5395
+ #: methods/s3.php:392
5396
+ msgid "%s error: file %s was shortened unexpectedly"
5397
+ msgstr ""
5398
+
5399
+ #: methods/s3.php:369
5400
+ msgid "%s upload: getting uploadID for multipart upload failed - see log file for more details"
5401
+ msgstr ""
5402
+
5403
+ #: methods/email.php:69
5404
+ msgid "Note:"
5405
+ msgstr ""
5406
+
5407
+ #: methods/email.php:43
5408
+ msgid "WordPress Backup"
5409
+ msgstr ""
5410
+
5411
+ #: methods/cloudfiles.php:560 methods/openstack-base.php:476
5412
+ msgid "We accessed the container, and were able to create files within it."
5413
+ msgstr ""
5414
+
5415
+ #: methods/cloudfiles.php:556
5416
+ msgid "Cloud Files error - we accessed the container, but failed to create a file within it"
5417
+ msgstr ""
5418
+
5419
+ #: methods/cloudfiles.php:529 methods/openstack-base.php:420
5420
+ msgid "Failure: No container details were given."
5421
+ msgstr ""
5422
+
5423
+ #: addons/moredatabase.php:238 addons/sftp.php:361 addons/webdav.php:63
5424
+ #: methods/cloudfiles-new.php:157 methods/cloudfiles.php:509
5425
+ #: methods/openstack2.php:121
5426
+ msgid "Username"
5427
+ msgstr ""
5428
+
5429
+ #: methods/cloudfiles-new.php:152 methods/cloudfiles.php:504 methods/s3.php:959
5430
+ msgid "API key"
5431
+ msgstr ""
5432
+
5433
+ #: addons/migrator.php:278 addons/migrator.php:1871 addons/moredatabase.php:75
5434
+ #: addons/moredatabase.php:77 addons/moredatabase.php:79 addons/sftp.php:417
5435
+ #: addons/sftp.php:421 addons/sftp.php:425 addons/webdav.php:103 admin.php:638
5436
+ #: methods/addon-base.php:277 methods/cloudfiles-new.php:152
5437
+ #: methods/cloudfiles-new.php:157 methods/cloudfiles.php:504
5438
+ #: methods/cloudfiles.php:509 methods/ftp.php:355 methods/ftp.php:359
5439
+ #: methods/openstack2.php:142 methods/openstack2.php:147
5440
+ #: methods/openstack2.php:152 methods/openstack2.php:157 methods/s3.php:959
5441
+ #: methods/s3.php:963
5442
+ msgid "Failure: No %s was given."
5443
+ msgstr ""
5444
+
5445
+ #: methods/cloudfiles-new.php:86 methods/cloudfiles.php:448
5446
+ #: methods/openstack-base.php:513 methods/s3.php:799
5447
+ msgid "UpdraftPlus's %s module <strong>requires</strong> %s. Please do not file any support requests; there is no alternative."
5448
+ msgstr ""
5449
+
5450
+ #: methods/cloudfiles.php:490
5451
+ msgid "Cloud Files container"
5452
+ msgstr ""
5453
+
5454
+ #: methods/cloudfiles.php:486
5455
+ msgid "Cloud Files API key"
5456
+ msgstr ""
5457
+
5458
+ #: methods/cloudfiles.php:482
5459
+ msgid "Cloud Files username"
5460
+ msgstr ""
5461
+
5462
+ #: addons/cloudfiles-enhanced.php:36 methods/cloudfiles-new.php:99
5463
+ #: methods/cloudfiles.php:466
5464
+ msgid "UK"
5465
+ msgstr ""
5466
+
5467
+ #: addons/cloudfiles-enhanced.php:35 methods/cloudfiles-new.php:98
5468
+ #: methods/cloudfiles.php:465
5469
+ msgid "US (default)"
5470
+ msgstr ""
5471
+
5472
+ #: methods/cloudfiles.php:462
5473
+ msgid "US or UK Cloud"
5474
+ msgstr ""
5475
+
5476
+ #: methods/cloudfiles-new.php:91 methods/cloudfiles.php:458
5477
+ #: methods/openstack2.php:94
5478
+ msgid "Also, you should read this important FAQ."
5479
+ msgstr ""
5480
+
5481
+ #: methods/cloudfiles-new.php:91 methods/cloudfiles.php:458
5482
+ msgid "Get your API key <a href=\"https://mycloud.rackspace.com/\">from your Rackspace Cloud console</a> (read instructions <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">here</a>), then pick a container name to use for storage. This container will be created for you if it does not already exist."
5483
+ msgstr ""
5484
+
5485
+ #: addons/sftp.php:408 admin.php:660 methods/addon-base.php:242
5486
+ #: methods/cloudfiles.php:496 methods/ftp.php:329
5487
+ #: methods/openstack-base.php:524 methods/s3.php:861
5488
+ #: methods/stream-base.php:224
5489
+ msgid "Test %s Settings"
5490
+ msgstr ""
5491
+
5492
+ #: methods/openstack-base.php:403
5493
+ msgid "Error downloading remote file: Failed to download ("
5494
+ msgstr ""
5495
+
5496
+ #: class-updraftplus.php:980 class-updraftplus.php:1024
5497
+ #: methods/cloudfiles.php:392 methods/stream-base.php:266
5498
+ msgid "Error opening local file: Failed to download"
5499
+ msgstr ""
5500
+
5501
+ #: methods/cloudfiles.php:218
5502
+ msgid "Cloud Files error - failed to upload file"
5503
+ msgstr ""
5504
+
5505
+ #: addons/sftp.php:134 addons/sftp.php:146 methods/cloudfiles.php:147
5506
+ #: methods/cloudfiles.php:189 methods/openstack-base.php:73
5507
+ #: methods/openstack-base.php:262 methods/s3.php:337 methods/s3.php:349
5508
+ #: methods/s3.php:350
5509
+ msgid "%s Error: Failed to upload"
5510
+ msgstr ""
5511
+
5512
+ #: addons/googlecloud.php:161 addons/googlecloud.php:166
5513
+ #: class-updraftplus.php:842 methods/cloudfiles.php:130
5514
+ #: methods/googledrive.php:756 methods/googledrive.php:761
5515
+ msgid "%s Error: Failed to open local file"
5516
+ msgstr ""
5517
+
5518
+ #: methods/cloudfiles.php:103 methods/cloudfiles.php:344
5519
+ #: methods/cloudfiles.php:363
5520
+ msgid "Cloud Files error - failed to create and access the container"
5521
+ msgstr ""
5522
+
5523
+ #: addons/cloudfiles-enhanced.php:96 addons/cloudfiles-enhanced.php:109
5524
+ #: addons/cloudfiles-enhanced.php:113 methods/cloudfiles.php:539
5525
+ #: methods/cloudfiles.php:542 methods/cloudfiles.php:545
5526
+ msgid "Cloud Files authentication failed"
5527
+ msgstr ""
5528
+
5529
+ #: addons/googlecloud.php:907 methods/googledrive.php:976
5530
+ 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 Google."
5531
+ msgstr ""
5532
+
5533
+ #: addons/googlecloud.php:896 methods/googledrive.php:965
5534
+ msgid "Authenticate with Google"
5535
+ msgstr ""
5536
+
5537
+ #: addons/googlecloud.php:847 addons/onedrive.php:980
5538
+ #: methods/googledrive.php:935
5539
+ msgid "Client Secret"
5540
+ msgstr ""
5541
+
5542
+ #: addons/googlecloud.php:842 methods/googledrive.php:932
5543
+ msgid "If Google later shows you the message \"invalid_client\", then you did not enter a valid client ID here."
5544
+ msgstr ""
5545
+
5546
+ #: addons/googlecloud.php:839 addons/onedrive.php:976
5547
+ #: methods/googledrive.php:931
5548
+ msgid "Client ID"
5549
+ msgstr ""
5550
+
5551
+ #: addons/googlecloud.php:828 methods/googledrive.php:921
5552
+ msgid "You must add the following as the authorised redirect URI (under \"More Options\") when asked"
5553
+ msgstr ""
5554
+
5555
+ #: addons/googlecloud.php:828 methods/googledrive.php:921
5556
+ msgid "Select 'Web Application' as the application type."
5557
+ msgstr ""
5558
+
5559
+ #: addons/googlecloud.php:826 methods/googledrive.php:919
5560
+ msgid "For longer help, including screenshots, follow this link. The description below is sufficient for more expert users."
5561
+ msgstr ""
5562
+
5563
+ #: methods/addon-base.php:230 methods/cloudfiles.php:438
5564
+ #: methods/dropbox.php:481 methods/ftp.php:298 methods/googledrive.php:904
5565
+ #: methods/openstack-base.php:503 methods/s3.php:771
5566
+ #: methods/stream-base.php:217
5567
+ 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."
5568
+ msgstr ""
5569
+
5570
+ #: addons/googlecloud.php:445 addons/googlecloud.php:446
5571
+ #: addons/googlecloud.php:709 methods/googledrive.php:460
5572
+ #: methods/googledrive.php:461
5573
+ msgid "Account is not authorized."
5574
+ msgstr ""
5575
+
5576
+ #: methods/googledrive.php:386 methods/googledrive.php:432
5577
+ #: methods/googledrive.php:438 methods/googledrive.php:440
5578
+ #: methods/stream-base.php:201
5579
+ msgid "Failed to upload to %s"
5580
+ msgstr ""
5581
+
5582
+ #: methods/googledrive.php:415
5583
+ msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded is %d bytes"
5584
+ msgstr ""
5585
+
5586
+ #: methods/googledrive.php:512
5587
+ msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Drive."
5588
+ msgstr ""
5589
+
5590
+ #: addons/googlecloud.php:579 addons/onedrive.php:793
5591
+ #: methods/googledrive.php:363
5592
+ msgid "you have authenticated your %s account."
5593
+ msgstr ""
5594
+
5595
+ #: addons/googlecloud.php:579 addons/googlecloud.php:689
5596
+ #: addons/onedrive.php:793 addons/sftp.php:480 methods/addon-base.php:291
5597
+ #: methods/cloudfiles.php:560 methods/googledrive.php:363
5598
+ #: methods/openstack-base.php:476 methods/s3.php:1023
5599
+ #: methods/stream-base.php:313
5600
+ msgid "Success"
5601
+ msgstr ""
5602
+
5603
+ #: addons/onedrive.php:747 methods/dropbox.php:655 methods/dropbox.php:664
5604
+ #: methods/googledrive.php:337
5605
+ msgid "Your %s quota usage: %s %% used, %s available"
5606
+ msgstr ""
5607
+
5608
+ #: addons/googlecloud.php:390 methods/googledrive.php:310
5609
+ msgid "Authorization failed"
5610
+ msgstr ""
5611
+
5612
+ #: addons/googlecloud.php:382 methods/googledrive.php:302
5613
+ msgid "No refresh token was received from Google. This often means that you entered your client secret wrongly, or that you have not yet re-authenticated (below) since correcting it. Re-check it, then follow the link to authenticate again. Finally, if that does not work, then use expert mode to wipe all your settings, create a new Google client ID/secret, and start again."
5614
+ msgstr ""
5615
+
5616
+ #: methods/viaaddon-base.php:72
5617
+ msgid "follow this link to get it"
5618
+ msgstr ""
5619
+
5620
+ #: methods/viaaddon-base.php:72
5621
+ msgid "%s support is available as an add-on"
5622
+ msgstr ""
5623
+
5624
+ #: methods/viaaddon-base.php:29 methods/viaaddon-base.php:43
5625
+ #: methods/viaaddon-base.php:52 methods/viaaddon-base.php:62
5626
+ msgid "You do not have the UpdraftPlus %s add-on installed - get it from %s"
5627
+ msgstr ""
5628
+
5629
+ #: includes/Dropbox/OAuth/Consumer/ConsumerAbstract.php:123
5630
+ #: includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:126
5631
+ msgid "You need to re-authenticate with %s, as your existing credentials are not working."
5632
+ msgstr ""
5633
+
5634
+ #: addons/migrator.php:1770 admin.php:2657 admin.php:2691 admin.php:2695
5635
+ #: admin.php:3569 admin.php:3582 restorer.php:2203 restorer.php:2309
5636
+ msgid "OK"
5637
+ msgstr ""
5638
+
5639
+ #: restorer.php:2197 restorer.php:2273
5640
+ msgid "Table prefix has changed: changing %s table field(s) accordingly:"
5641
+ msgstr ""
5642
+
5643
+ #: restorer.php:1880
5644
+ msgid "Finished: lines processed: %d in %.2f seconds"
5645
+ msgstr ""
5646
+
5647
+ #: addons/migrator.php:1143 restorer.php:2095
5648
+ msgid "the database query being run was:"
5649
+ msgstr ""
5650
+
5651
+ #: restorer.php:1818
5652
+ msgid "will restore as:"
5653
+ msgstr ""
5654
+
5655
+ #: restorer.php:1625 restorer.php:1722 restorer.php:1748
5656
+ msgid "Old table prefix:"
5657
+ msgstr ""
5658
+
5659
+ #: addons/reporting.php:65 addons/reporting.php:152 backup.php:930
5660
+ #: class-updraftplus.php:3901
5661
+ msgid "Backup of:"
5662
+ msgstr ""
5663
+
5664
+ #: addons/migrator.php:602 restorer.php:1452
5665
+ msgid "Database access: Direct MySQL access is not available, so we are falling back to wpdb (this will be considerably slower)"
5666
+ msgstr ""
5667
+
5668
+ #: restorer.php:1447
5669
+ msgid "Failed to open database file"
5670
+ msgstr ""
5671
+
5672
+ #: restorer.php:1426
5673
+ msgid "Failed to find database file"
5674
+ msgstr ""
5675
+
5676
+ #: restorer.php:1403
5677
+ msgid "Warning: PHP safe_mode is active on your server. Timeouts are much more likely. If these happen, then you will need to manually restore the file via phpMyAdmin or another method."
5678
+ msgstr ""
5679
+
5680
+ #: restorer.php:499
5681
+ msgid "wp-config.php from backup: restoring (as per user's request)"
5682
+ msgstr ""
5683
+
5684
+ #: restorer.php:494
5685
+ msgid "wp-config.php from backup: will restore as wp-config-backup.php"
5686
+ msgstr ""
5687
+
5688
+ #: restorer.php:385
5689
+ msgid "Failed to write out the decrypted database to the filesystem"
5690
+ msgstr ""
5691
+
5692
+ #: restorer.php:369
5693
+ msgid "Failed to create a temporary directory"
5694
+ msgstr ""
5695
+
5696
+ #: restorer.php:161
5697
+ msgid "Failed to delete working directory after restoring."
5698
+ msgstr ""
5699
+
5700
+ #: restorer.php:158
5701
+ msgid "Could not delete old directory."
5702
+ msgstr ""
5703
+
5704
+ #: restorer.php:156
5705
+ msgid "Cleaning up rubbish..."
5706
+ msgstr ""
5707
+
5708
+ #: restorer.php:155
5709
+ msgid "Restoring the database (on a large site this can take a long time - if it times out (which can happen if your web hosting company has configured your hosting to limit resources) then you should use a different method, such as phpMyAdmin)..."
5710
+ msgstr ""
5711
+
5712
+ #: restorer.php:152
5713
+ msgid "Database successfully decrypted."
5714
+ msgstr ""
5715
+
5716
+ #: restorer.php:151
5717
+ msgid "Decrypting database (can take a while)..."
5718
+ msgstr ""
5719
+
5720
+ #: restorer.php:150
5721
+ msgid "Unpacking backup..."
5722
+ msgstr ""
5723
+
5724
+ #: restorer.php:149
5725
+ msgid "Copying this entity failed."
5726
+ msgstr ""
5727
+
5728
+ #: restorer.php:148
5729
+ msgid "Backup file not available."
5730
+ msgstr ""
5731
+
5732
+ #: restorer.php:147
5733
+ msgid "UpdraftPlus is not able to directly restore this kind of entity. It must be restored manually."
5734
+ msgstr ""
5735
+
5736
+ #: admin.php:3590 admin.php:3591
5737
+ msgid "Could not find one of the files for restoration"
5738
+ msgstr ""
5739
+
5740
+ #: admin.php:3685
5741
+ msgid "Error message"
5742
+ msgstr ""
5743
+
5744
+ #: admin.php:3587
5745
+ msgid "The backup records do not contain information about the proper size of this file."
5746
+ msgstr ""
5747
+
5748
+ #: admin.php:3579
5749
+ msgid "Archive is expected to be size:"
5750
+ msgstr ""
5751
+
5752
+ #: admin.php:3463
5753
+ msgid "If making a request for support, please include this information:"
5754
+ msgstr ""
5755
+
5756
+ #: admin.php:3462
5757
+ msgid "ABORT: Could not find the information on which entities to restore."
5758
+ msgstr ""
5759
+
5760
+ #: admin.php:3416
5761
+ msgid "UpdraftPlus Restoration: Progress"
5762
+ msgstr ""
5763
+
5764
+ #: admin.php:3368
5765
+ msgid "This backup does not exist in the backup history - restoration aborted. Timestamp:"
5766
+ msgstr ""
5767
+
5768
+ #: admin.php:3317
5769
+ msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
5770
+ msgstr ""
5771
+
5772
+ #: admin.php:3252
5773
+ msgid "Press here to download"
5774
+ msgstr ""
5775
+
5776
+ #: admin.php:3326
5777
+ msgid "Delete this backup set"
5778
+ msgstr ""
5779
+
5780
+ #: admin.php:2999
5781
+ 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."
5782
+ msgstr ""
5783
+
5784
+ #: admin.php:2996
5785
+ 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."
5786
+ msgstr ""
5787
+
5788
+ #: admin.php:2994
5789
+ 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)."
5790
+ msgstr ""
5791
+
5792
+ #: methods/cloudfiles-new.php:86 methods/cloudfiles.php:448
5793
+ #: methods/openstack-base.php:513 methods/s3.php:799
5794
+ msgid "Your web server's PHP installation does not included a required module (%s). Please contact your web hosting provider's support."
5795
+ msgstr ""
5796
+
5797
+ #: templates/wp-admin/settings/form-contents.php:388
5798
+ msgid "Save Changes"
5799
+ msgstr ""
5800
+
5801
+ #: templates/wp-admin/settings/form-contents.php:365
5802
+ 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."
5803
+ msgstr ""
5804
+
5805
+ #: templates/wp-admin/settings/form-contents.php:364
5806
+ msgid "Disable SSL entirely where possible"
5807
+ msgstr ""
5808
+
5809
+ #: templates/wp-admin/settings/form-contents.php:360
5810
+ msgid "Note that not all cloud backup methods are necessarily using SSL authentication."
5811
+ msgstr ""
5812
+
5813
+ #: templates/wp-admin/settings/form-contents.php:360
5814
+ 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."
5815
+ msgstr ""
5816
+
5817
+ #: templates/wp-admin/settings/form-contents.php:359
5818
+ msgid "Do not verify SSL certificates"
5819
+ msgstr ""
5820
+
5821
+ #: templates/wp-admin/settings/form-contents.php:355
5822
+ 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."
5823
+ msgstr ""
5824
+
5825
+ #: templates/wp-admin/settings/form-contents.php:354
5826
+ msgid "Use the server's SSL certificates"
5827
+ msgstr ""
5828
+
5829
+ #: admin.php:2870
5830
+ 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."
5831
+ msgstr ""
5832
+
5833
+ #: admin.php:2870
5834
+ msgid "click here"
5835
+ msgstr ""
5836
+
5837
+ #: admin.php:2870
5838
+ msgid "or, to reset this option"
5839
+ msgstr ""
5840
+
5841
+ #: admin.php:2870
5842
+ msgid "Follow this link to attempt to create the directory and set the permissions"
5843
+ msgstr ""
5844
+
5845
+ #: admin.php:2862
5846
+ msgid "Backup directory specified is writable, which is good."
5847
+ msgstr ""
5848
+
5849
+ #: templates/wp-admin/settings/form-contents.php:335
5850
+ msgid "Backup directory"
5851
+ msgstr ""
5852
+
5853
+ #: templates/wp-admin/settings/form-contents.php:330
5854
+ msgid "Delete local backup"
5855
+ msgstr ""
5856
+
5857
+ #: templates/wp-admin/settings/form-contents.php:310
5858
+ msgid "click this to show some further options; don't bother with this unless you have a problem or are curious."
5859
+ msgstr ""
5860
+
5861
+ #: templates/wp-admin/settings/form-contents.php:310
5862
+ msgid "Show expert settings"
5863
+ msgstr ""
5864
+
5865
+ #: templates/wp-admin/settings/form-contents.php:309
5866
+ msgid "Expert settings"
5867
+ msgstr ""
5868
+
5869
+ #: templates/wp-admin/settings/form-contents.php:320
5870
+ msgid "Debug mode"
5871
+ msgstr ""
5872
+
5873
+ #: templates/wp-admin/settings/form-contents.php:305
5874
+ msgid "Advanced / Debugging Settings"
5875
+ msgstr ""
5876
+
5877
+ #: admin.php:597
5878
+ msgid "Requesting start of backup..."
5879
+ msgstr ""
5880
+
5881
+ #: addons/morefiles.php:234 admin.php:613
5882
+ msgid "Cancel"
5883
+ msgstr ""
5884
+
5885
+ #: addons/reporting.php:216 admin.php:3141
5886
+ msgid "None"
5887
+ msgstr ""
5888
+
5889
+ #: templates/wp-admin/settings/form-contents.php:112
5890
+ msgid "Choose your remote storage"
5891
+ msgstr ""
5892
+
5893
+ #: templates/wp-admin/settings/form-contents.php:203
5894
+ msgid "Manually decrypt a database backup file"
5895
+ msgstr ""
5896
+
5897
+ #: templates/wp-admin/settings/form-contents.php:184
5898
+ msgid "Database encryption phrase"
5899
+ msgstr ""
5900
+
5901
+ #: templates/wp-admin/settings/form-contents.php:282 udaddons/options.php:143
5902
+ msgid "Email"
5903
+ msgstr ""
5904
+
5905
+ #: templates/wp-admin/settings/form-contents.php:174
5906
+ msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
5907
+ msgstr ""
5908
+
5909
+ #: addons/morefiles.php:380 admin.php:2940
5910
+ msgid "Exclude these:"
5911
+ msgstr ""
5912
+
5913
+ #: admin.php:2931
5914
+ msgid "Any other directories found inside wp-content"
5915
+ msgstr ""
5916
+
5917
+ #: templates/wp-admin/settings/form-contents.php:171
5918
+ msgid "Include in files backup"
5919
+ msgstr ""
5920
+
5921
+ #: templates/wp-admin/settings/form-contents.php:96
5922
+ msgid "e.g. if your server is busy at day and you want to run overnight"
5923
+ msgstr ""
5924
+
5925
+ #: templates/wp-admin/settings/form-contents.php:96
5926
+ msgid "To fix the time at which a backup should take place,"
5927
+ msgstr ""
5928
+
5929
+ #: admin.php:2856
5930
+ msgid "Monthly"
5931
+ msgstr ""
5932
+
5933
+ #: admin.php:2855
5934
+ msgid "Fortnightly"
5935
+ msgstr ""
5936
+
5937
+ #: admin.php:2854
5938
+ msgid "Weekly"
5939
+ msgstr ""
5940
+
5941
+ #: admin.php:2853
5942
+ msgid "Daily"
5943
+ msgstr ""
5944
+
5945
+ #: admin.php:620 admin.php:2836
5946
+ msgid "Download log file"
5947
+ msgstr ""
5948
+
5949
+ #: admin.php:2754
5950
+ msgid "The folder exists, but your webserver does not have permission to write to it."
5951
+ msgstr ""
5952
+
5953
+ #: admin.php:2749
5954
+ msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it. You should check with your hosting provider that this will not cause any problems"
5955
+ msgstr ""
5956
+
5957
+ #: admin.php:2735
5958
+ msgid "The request to the filesystem to create the directory failed."
5959
+ msgstr ""
5960
+
5961
+ #: addons/migrator.php:2243 admin.php:614 admin.php:2651 admin.php:2684
5962
+ #: admin.php:3326 templates/wp-admin/settings/delete-and-restore-modals.php:5
5963
+ msgid "Delete"
5964
+ msgstr ""
5965
+
5966
+ #: admin.php:2591
5967
+ msgid "show log"
5968
+ msgstr ""
5969
+
5970
+ #: templates/wp-admin/advanced/wipe-settings.php:9
5971
+ msgid "This will delete all your UpdraftPlus settings - are you sure you want to do this?"
5972
+ msgstr ""
5973
+
5974
+ #: templates/wp-admin/advanced/total-size.php:19
5975
+ msgid "count"
5976
+ msgstr ""
5977
+
5978
+ #: templates/wp-admin/advanced/total-size.php:9
5979
+ msgid "N.B. This count is based upon what was, or was not, excluded the last time you saved the options."
5980
+ msgstr ""
5981
+
5982
+ #: templates/wp-admin/advanced/total-size.php:6
5983
+ msgid "Total (uncompressed) on-disk data:"
5984
+ msgstr ""
5985
+
5986
+ #: templates/wp-admin/advanced/site-info.php:53
5987
+ #: templates/wp-admin/advanced/site-info.php:59
5988
+ #: templates/wp-admin/advanced/site-info.php:63
5989
+ msgid "No"
5990
+ msgstr ""
5991
+
5992
+ #: templates/wp-admin/advanced/site-info.php:53
5993
+ #: templates/wp-admin/advanced/site-info.php:56
5994
+ #: templates/wp-admin/advanced/site-info.php:59
5995
+ #: templates/wp-admin/advanced/site-info.php:63
5996
+ msgid "Yes"
5997
+ msgstr ""
5998
+
5999
+ #: templates/wp-admin/advanced/site-info.php:43
6000
+ #: templates/wp-admin/advanced/site-info.php:44
6001
+ #: templates/wp-admin/advanced/site-info.php:51
6002
+ #: templates/wp-admin/advanced/site-info.php:52
6003
+ msgid "%s version:"
6004
+ msgstr ""
6005
+
6006
+ #: templates/wp-admin/advanced/site-info.php:41
6007
+ msgid "Current memory usage"
6008
+ msgstr ""
6009
+
6010
+ #: templates/wp-admin/advanced/site-info.php:40
6011
+ msgid "Peak memory usage"
6012
+ msgstr ""
6013
+
6014
+ #: templates/wp-admin/advanced/site-info.php:31
6015
+ msgid "Web server:"
6016
+ msgstr ""
6017
+
6018
+ #: templates/wp-admin/settings/tab-status.php:101
6019
+ msgid "Please check out UpdraftPlus Premium, or the stand-alone Multisite add-on."
6020
+ msgstr ""
6021
+
6022
+ #: templates/wp-admin/settings/tab-status.php:101
6023
+ msgid "Do you need WordPress Multisite support?"
6024
+ msgstr ""
6025
+
6026
+ #: templates/wp-admin/settings/tab-status.php:97
6027
+ msgid "Multisite"
6028
+ msgstr ""
6029
+
6030
+ #: templates/wp-admin/settings/tab-status.php:87
6031
+ msgid "Perform a one-time backup"
6032
+ msgstr ""
6033
+
6034
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:102
6035
+ msgid "Do read this helpful article of useful things to know before restoring."
6036
+ msgstr ""
6037
+
6038
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:91
6039
+ 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"
6040
+ msgstr ""
6041
+
6042
+ #: addons/morefiles.php:70
6043
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:83
6044
+ msgid "%s restoration options:"
6045
+ msgstr ""
6046
+
6047
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:76
6048
+ msgid "You will need to restore it manually."
6049
+ msgstr ""
6050
+
6051
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:76
6052
+ msgid "The following entity cannot be restored automatically: \"%s\"."
6053
+ msgstr ""
6054
+
6055
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:62
6056
+ msgid "Your web server has PHP's so-called safe_mode active."
6057
+ msgstr ""
6058
+
6059
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:50
6060
+ msgid "Choose the components to restore"
6061
+ msgstr ""
6062
+
6063
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:50
6064
+ 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)."
6065
+ msgstr ""
6066
+
6067
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:38
6068
+ msgid "Restore backup from"
6069
+ msgstr ""
6070
+
6071
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:37
6072
+ msgid "Restore backup"
6073
+ msgstr ""
6074
+
6075
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:15
6076
+ msgid "Delete backup set"
6077
+ msgstr ""
6078
+
6079
+ #: admin.php:596
6080
+ msgid "Download error: the server sent us a response which we did not understand."
6081
+ msgstr ""
6082
+
6083
+ #: addons/cloudfiles-enhanced.php:99 addons/migrator.php:765
6084
+ #: addons/migrator.php:998 addons/migrator.php:1079 addons/migrator.php:1143
6085
+ #: addons/migrator.php:1368 addons/migrator.php:1709 addons/migrator.php:1736
6086
+ #: addons/migrator.php:1742 addons/migrator.php:1804 addons/migrator.php:1840
6087
+ #: addons/migrator.php:1879 addons/migrator.php:1889 addons/migrator.php:1894
6088
+ #: addons/s3-enhanced.php:120 addons/s3-enhanced.php:125
6089
+ #: addons/s3-enhanced.php:127 addons/sftp.php:736 addons/webdav.php:79
6090
+ #: admin.php:82 admin.php:588 admin.php:3584 admin.php:3614
6091
+ #: methods/remotesend.php:76 methods/remotesend.php:234
6092
+ #: methods/updraftvault.php:434 restorer.php:1364
6093
+ msgid "Error:"
6094
+ msgstr ""
6095
+
6096
+ #: admin.php:579 templates/wp-admin/settings/downloading-and-restoring.php:34
6097
+ msgid "calculating..."
6098
+ msgstr ""
6099
+
6100
+ #: templates/wp-admin/settings/downloading-and-restoring.php:51
6101
+ msgid "UpdraftPlus - Upload backup files"
6102
+ msgstr ""
6103
+
6104
+ #: templates/wp-admin/settings/downloading-and-restoring.php:34
6105
+ msgid "refresh"
6106
+ msgstr ""
6107
+
6108
+ #: templates/wp-admin/settings/downloading-and-restoring.php:34
6109
+ msgid "Web-server disk space in use by UpdraftPlus"
6110
+ msgstr ""
6111
+
6112
+ #: addons/google-enhanced.php:72 methods/googledrive.php:146
6113
+ #: methods/googledrive.php:363 methods/googledrive.php:386
6114
+ #: methods/googledrive.php:415 methods/googledrive.php:422
6115
+ #: methods/googledrive.php:432 methods/googledrive.php:438
6116
+ #: methods/googledrive.php:440 methods/googledrive.php:903
6117
+ #: methods/googledrive.php:915 methods/googledrive.php:931
6118
+ #: methods/googledrive.php:935 methods/googledrive.php:946
6119
+ #: methods/googledrive.php:956
6120
+ msgid "Google Drive"
6121
+ msgstr ""
6122
+
6123
+ #: templates/wp-admin/settings/downloading-and-restoring.php:43
6124
+ msgid "If you are using this, then turn Turbo/Road mode off."
6125
+ msgstr ""
6126
+
6127
+ #: templates/wp-admin/settings/downloading-and-restoring.php:43
6128
+ msgid "Opera web browser"
6129
+ msgstr ""
6130
+
6131
+ #: templates/wp-admin/settings/downloading-and-restoring.php:37
6132
+ msgid "More tasks:"
6133
+ msgstr ""
6134
+
6135
+ #: admin.php:2354
6136
+ msgid "Download most recently modified log file"
6137
+ msgstr ""
6138
+
6139
+ #: admin.php:2313 admin.php:2319 central/bootstrap.php:161
6140
+ msgid "(Nothing yet logged)"
6141
+ msgstr ""
6142
+
6143
+ #: addons/autobackup.php:293 addons/autobackup.php:384 admin.php:2312
6144
+ #: admin.php:2317
6145
+ msgid "Last log message"
6146
+ msgstr ""
6147
+
6148
+ #: addons/migrator.php:218 admin.php:619 admin.php:3317
6149
+ #: templates/wp-admin/settings/tab-status.php:30
6150
+ msgid "Restore"
6151
+ msgstr ""
6152
+
6153
+ #: admin.php:448 admin.php:612 templates/wp-admin/settings/tab-status.php:27
6154
+ msgid "Backup Now"
6155
+ msgstr ""
6156
+
6157
+ #: addons/migrator.php:1774 addons/moredatabase.php:240
6158
+ #: addons/reporting.php:231 admin.php:233 admin.php:3116 admin.php:3189
6159
+ #: admin.php:3668 includes/class-wpadmin-commands.php:138
6160
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:81
6161
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:83
6162
+ msgid "Database"
6163
+ msgstr ""
6164
+
6165
+ #: admin.php:229 admin.php:4080
6166
+ msgid "Files"
6167
+ msgstr ""
6168
+
6169
+ #: templates/wp-admin/settings/tab-status.php:47
6170
+ msgid "Next scheduled backups"
6171
+ msgstr ""
6172
+
6173
+ #: admin.php:209
6174
+ msgid "At the same time as the files backup"
6175
+ msgstr ""
6176
+
6177
+ #: admin.php:199 admin.php:220 admin.php:227
6178
+ msgid "Nothing currently scheduled"
6179
+ msgstr ""
6180
+
6181
+ #: templates/wp-admin/settings/tab-status.php:11
6182
+ msgid "This admin interface uses JavaScript heavily. You either need to activate it within your browser, or to use a JavaScript-capable browser."
6183
+ msgstr ""
6184
+
6185
+ #: templates/wp-admin/settings/tab-status.php:10
6186
+ msgid "JavaScript warning"
6187
+ msgstr ""
6188
+
6189
+ #: admin.php:599 admin.php:2381
6190
+ msgid "Delete Old Directories"
6191
+ msgstr ""
6192
+
6193
+ #: admin.php:2126
6194
+ msgid "Current limit is:"
6195
+ msgstr ""
6196
+
6197
+ #: admin.php:2100
6198
+ msgid "Your backup has been restored."
6199
+ msgstr ""
6200
+
6201
+ #: templates/wp-admin/settings/header.php:14
6202
+ msgid "Version"
6203
+ msgstr ""
6204
+
6205
+ #: templates/wp-admin/settings/header.php:13
6206
+ msgid "Lead developer's homepage"
6207
+ msgstr ""
6208
+
6209
+ #: admin.php:4000
6210
+ msgid "Your settings have been wiped."
6211
+ msgstr ""
6212
+
6213
+ #: admin.php:2060
6214
+ msgid "Backup directory successfully created."
6215
+ msgstr ""
6216
+
6217
+ #: admin.php:2053
6218
+ msgid "Backup directory could not be created"
6219
+ msgstr ""
6220
+
6221
+ #: admin.php:2623
6222
+ msgid "Old directory removal failed for some reason. You may want to do this manually."
6223
+ msgstr ""
6224
+
6225
+ #: admin.php:2621
6226
+ msgid "Old directories successfully removed."
6227
+ msgstr ""
6228
+
6229
+ #: admin.php:2618
6230
+ msgid "Remove old directories"
6231
+ msgstr ""
6232
+
6233
+ #: addons/migrator.php:281 addons/migrator.php:296 admin.php:2002
6234
+ #: admin.php:2011 admin.php:2020 admin.php:2062 admin.php:2625
6235
+ msgid "Return to UpdraftPlus Configuration"
6236
+ msgstr ""
6237
+
6238
+ #: admin.php:592 admin.php:2002 admin.php:2011 admin.php:2020 admin.php:2062
6239
+ #: admin.php:2625 templates/wp-admin/settings/existing-backups-table.php:14
6240
+ msgid "Actions"
6241
+ msgstr ""
6242
+
6243
+ #: admin.php:1991
6244
+ msgid "Restore successful!"
6245
+ msgstr ""
6246
+
6247
+ #: admin.php:1921
6248
+ msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
6249
+ msgstr ""
6250
+
6251
+ #: admin.php:1831
6252
+ msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
6253
+ msgstr ""
6254
+
6255
+ #: admin.php:1712
6256
+ msgid "No local copy present."
6257
+ msgstr ""
6258
+
6259
+ #: admin.php:1709
6260
+ msgid "Download in progress"
6261
+ msgstr ""
6262
+
6263
+ #: admin.php:591 admin.php:1697
6264
+ msgid "File ready."
6265
+ msgstr ""
6266
+
6267
+ #: admin.php:1678
6268
+ msgid "Download failed"
6269
+ msgstr ""
6270
+
6271
+ #: admin.php:589 admin.php:1469 admin.php:3567 class-updraftplus.php:980
6272
+ #: class-updraftplus.php:1024 methods/addon-base.php:75
6273
+ #: methods/addon-base.php:80 methods/addon-base.php:194
6274
+ #: methods/addon-base.php:214 methods/stream-base.php:201 restorer.php:2199
6275
+ #: restorer.php:2224 restorer.php:2306 updraftplus.php:147
6276
+ msgid "Error"
6277
+ msgstr ""
6278
+
6279
+ #: admin.php:1497
6280
+ msgid "Could not find that job - perhaps it has already finished?"
6281
+ msgstr ""
6282
+
6283
+ #: admin.php:1489
6284
+ msgid "Job deleted"
6285
+ msgstr ""
6286
+
6287
+ #: admin.php:1573
6288
+ msgid "OK. You should soon see activity in the \"Last log message\" field below."
6289
+ msgstr ""
6290
+
6291
+ #: admin.php:663
6292
+ msgid "Nothing yet logged"
6293
+ msgstr ""
6294
+
6295
+ #: admin.php:871
6296
+ msgid "Please consult this FAQ if you have problems backing up."
6297
+ msgstr ""
6298
+
6299
+ #: admin.php:871
6300
+ msgid "Your website is hosted using the %s web server."
6301
+ msgstr ""
6302
+
6303
+ #: admin.php:867
6304
+ 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."
6305
+ msgstr ""
6306
+
6307
+ #: admin.php:863
6308
+ 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."
6309
+ msgstr ""
6310
+
6311
+ #: admin.php:855 admin.php:859 admin.php:863 admin.php:867 admin.php:871
6312
+ #: admin.php:880 admin.php:2987 admin.php:2994 admin.php:2996
6313
+ #: methods/cloudfiles-new.php:86 methods/cloudfiles.php:448 methods/ftp.php:284
6314
+ #: methods/openstack-base.php:513 methods/s3.php:795 methods/s3.php:799
6315
+ #: methods/updraftvault.php:260
6316
+ #: templates/wp-admin/settings/downloading-and-restoring.php:29
6317
+ #: udaddons/updraftplus-addons.php:208
6318
+ msgid "Warning"
6319
+ msgstr ""
6320
+
6321
+ #: admin.php:804
6322
+ msgid "Add-Ons / Pro Support"
6323
+ msgstr ""
6324
+
6325
+ #: admin.php:464 admin.php:800 templates/wp-admin/settings/tab-bar.php:7
6326
+ msgid "Settings"
6327
+ msgstr ""
6328
+
6329
+ #: admin.php:773
6330
+ msgid "Allowed Files"
6331
+ msgstr ""
6332
+
6333
+ #: backup.php:232
6334
+ msgid "Could not create %s zip. Consult the log file for more information."
6335
+ msgstr ""
6336
+
6337
+ #: backup.php:1999
6338
+ msgid "Infinite recursion: consult your log for more information"
6339
+ msgstr ""
6340
+
6341
+ #: includes/updraftplus-notices.php:102
6342
+ msgid "Please help UpdraftPlus by giving a positive review at wordpress.org."
6343
+ msgstr ""
6344
+
6345
+ #: includes/updraftplus-notices.php:101
6346
+ msgid "Like UpdraftPlus and can spare one minute?"
6347
+ msgstr ""
6348
+
6349
+ #: addons/azure.php:217 class-updraftplus.php:3660 methods/googledrive.php:838
6350
+ msgid "File not found"
6351
+ msgstr ""
6352
+
6353
+ #: class-updraftplus.php:3571
6354
+ msgid "The decryption key used:"
6355
+ msgstr ""
6356
+
6357
+ #: class-updraftplus.php:3571 class-updraftplus.php:3841 restorer.php:390
6358
+ msgid "Decryption failed. The most likely cause is that you used the wrong key."
6359
+ msgstr ""
6360
+
6361
+ #: class-updraftplus.php:3552 class-updraftplus.php:3829 restorer.php:377
6362
+ msgid "Decryption failed. The database file is encrypted, but you have no encryption key entered."
6363
+ msgstr ""
6364
+
6365
+ #: backup.php:1889
6366
+ msgid "Could not open the backup file for writing"
6367
+ msgstr ""
6368
+
6369
+ #: class-updraftplus.php:3186
6370
+ msgid "Could not save backup history because we have no backup array. Backup probably failed."
6371
+ msgstr ""
6372
+
6373
+ #: class-updraftplus.php:3163
6374
+ msgid "Could not read the directory"
6375
+ msgstr ""
6376
+
6377
+ #: admin.php:1749 backup.php:1127 restorer.php:225
6378
+ msgid "Backup directory (%s) is not writable, or does not exist."
6379
+ msgstr ""
6380
+
6381
+ #: backup.php:931
6382
+ msgid "WordPress backup is complete"
6383
+ msgstr ""
6384
+
6385
+ #: class-updraftplus.php:2736
6386
+ msgid "The backup attempt has finished, apparently unsuccessfully"
6387
+ msgstr ""
6388
+
6389
+ #: class-updraftplus.php:2721
6390
+ msgid "The backup apparently succeeded and is now complete"
6391
+ msgstr ""
6392
+
6393
+ #: addons/moredatabase.php:368
6394
+ msgid "Encryption error occurred when encrypting database. Encryption aborted."
6395
+ msgstr ""
6396
+
6397
+ #: class-updraftplus.php:2148
6398
+ msgid "Could not create files in the backup directory. Backup aborted - check your UpdraftPlus settings."
6399
+ msgstr ""
6400
+
6401
+ #: class-updraftplus.php:1540
6402
+ msgid "Others"
6403
+ msgstr ""
6404
+
6405
+ #: addons/multisite.php:452 class-updraftplus.php:1525
6406
+ msgid "Uploads"
6407
+ msgstr ""
6408
+
6409
+ #: class-updraftplus.php:1524
6410
+ msgid "Themes"
6411
+ msgstr ""
6412
+
6413
+ #: class-updraftplus.php:1523
6414
+ msgid "Plugins"
6415
+ msgstr ""
6416
+
6417
+ #: class-updraftplus.php:394
6418
+ msgid "No log files were found."
6419
+ msgstr ""
6420
+
6421
+ #: admin.php:1632 admin.php:1636 class-updraftplus.php:389
6422
+ msgid "The log file could not be read."
6423
+ msgstr ""
6424
+
6425
+ #: admin.php:887 admin.php:891 admin.php:895 admin.php:899 admin.php:903
6426
+ #: class-updraftplus.php:354 class-updraftplus.php:389
6427
+ #: class-updraftplus.php:394 class-updraftplus.php:399
6428
+ msgid "UpdraftPlus notice:"
6429
+ msgstr ""
6430
+
6431
+ #: addons/multisite.php:63 addons/multisite.php:660 options.php:42
6432
+ msgid "UpdraftPlus Backups"
6433
+ msgstr ""
languages/updraftplus-ar.mo CHANGED
Binary file
languages/updraftplus-ar.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the UpdraftPlus package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2015-10-27 10:37:08+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -11,6 +11,62 @@ msgstr ""
11
  "Language: ar\n"
12
  "Project-Id-Version: UpdraftPlus\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: templates/wp-admin/settings/tab-addons.php:300
15
  msgid "Everyone can use the free version; but UpdraftGold bundles an enhanced paid version."
16
  msgstr ""
@@ -181,19 +237,19 @@ msgstr ""
181
  msgid "After you've backed up your database, we recommend you install our WP-Optimize plugin to streamline it for better website performance."
182
  msgstr ""
183
 
184
- #: admin.php:556
185
  msgid "Show contents"
186
  msgstr ""
187
 
188
- #: addons/morefiles.php:239
189
  msgid "Please choose a file or directory"
190
  msgstr ""
191
 
192
- #: addons/morefiles.php:232
193
  msgid "Confirm"
194
  msgstr ""
195
 
196
- #: addons/morefiles.php:232
197
  msgid "Go up a directory"
198
  msgstr ""
199
 
@@ -201,7 +257,7 @@ msgstr ""
201
  msgid "Add directory..."
202
  msgstr ""
203
 
204
- #: addons/morefiles.php:224 addons/morefiles.php:237
205
  msgid "Edit"
206
  msgstr ""
207
 
@@ -473,15 +529,15 @@ msgstr ""
473
  msgid "Export / import settings"
474
  msgstr ""
475
 
476
- #: restorer.php:1980
477
  msgid "Skipping site %s: this table (%s) and others from the site will not be restored"
478
  msgstr ""
479
 
480
- #: restorer.php:1799
481
  msgid "Processing table (%s)"
482
  msgstr ""
483
 
484
- #: restorer.php:1584
485
  msgid "Backup of: %s"
486
  msgstr ""
487
 
@@ -489,15 +545,15 @@ msgstr ""
489
  msgid "The client has been deleted from the Google Drive API console. Please create a new Google Drive project and reconnect with UpdraftPlus."
490
  msgstr ""
491
 
492
- #: methods/dropbox.php:557
493
  msgid "%s de-authentication"
494
  msgstr ""
495
 
496
- #: methods/dropbox.php:525
497
  msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
498
  msgstr ""
499
 
500
- #: methods/dropbox.php:499
501
  msgid "Follow this link to deauthenticate with %s."
502
  msgstr ""
503
 
@@ -505,7 +561,7 @@ msgstr ""
505
  msgid "UpdraftCentral enables control of your WordPress sites (including management of backups and updates) from a central dashboard."
506
  msgstr ""
507
 
508
- #: backup.php:1478
509
  msgid "If not, you will need to either remove data from this table, or contact your hosting company to request more resources."
510
  msgstr ""
511
 
@@ -513,47 +569,47 @@ msgstr ""
513
  msgid "You have selected a remote storage option which has an authorization step to complete:"
514
  msgstr ""
515
 
516
- #: admin.php:1346
517
  msgid "Remote files deleted:"
518
  msgstr ""
519
 
520
- #: admin.php:1345
521
  msgid "Local files deleted:"
522
  msgstr ""
523
 
524
- #: admin.php:846 admin.php:850 admin.php:858 admin.php:862
525
  msgid "Follow this link to authorize access to your %s account (you will not be able to back up to %s without it)."
526
  msgstr ""
527
 
528
- #: admin.php:634
529
  msgid "remote files deleted"
530
  msgstr ""
531
 
532
- #: admin.php:632
533
  msgid "Complete"
534
  msgstr ""
535
 
536
- #: admin.php:631
537
  msgid "Do you want to carry out the import?"
538
  msgstr ""
539
 
540
- #: admin.php:630
541
  msgid "Which was exported on:"
542
  msgstr ""
543
 
544
- #: admin.php:629
545
  msgid "This will import data from:"
546
  msgstr ""
547
 
548
- #: admin.php:628
549
  msgid "Importing..."
550
  msgstr ""
551
 
552
- #: admin.php:625
553
  msgid "You have not yet selected a file to import."
554
  msgstr ""
555
 
556
- #: admin.php:609
557
  msgid "Your export file will be of your displayed settings, not your saved ones."
558
  msgstr ""
559
 
@@ -598,15 +654,15 @@ msgstr ""
598
  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"
599
  msgstr ""
600
 
601
- #: admin.php:2051
602
  msgid "To fix this problem go here."
603
  msgstr ""
604
 
605
- #: admin.php:2051
606
  msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
607
  msgstr ""
608
 
609
- #: admin.php:594
610
  msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
611
  msgstr ""
612
 
@@ -666,23 +722,23 @@ msgstr ""
666
  msgid "FAQs"
667
  msgstr ""
668
 
669
- #: udaddons/plugin-updates/plugin-update-checker.php:696
670
  msgid "Unknown update checker status \"%s\""
671
  msgstr ""
672
 
673
- #: udaddons/plugin-updates/plugin-update-checker.php:694
674
  msgid "A new version of this plugin is available."
675
  msgstr ""
676
 
677
- #: udaddons/plugin-updates/plugin-update-checker.php:692
678
  msgid "This plugin is up to date."
679
  msgstr ""
680
 
681
- #: udaddons/plugin-updates/plugin-update-checker.php:648
682
  msgid "Check for updates"
683
  msgstr ""
684
 
685
- #: udaddons/plugin-updates/github-checker.php:120
686
  msgid "There is no changelog available."
687
  msgstr ""
688
 
@@ -710,11 +766,11 @@ msgstr ""
710
  msgid "Public key was sent to:"
711
  msgstr ""
712
 
713
- #: backup.php:2020
714
  msgid "Failed to open directory (check the file permissions and ownership): %s"
715
  msgstr ""
716
 
717
- #: backup.php:2004
718
  msgid "%s: unreadable file - could not be backed up (check the file permissions and ownership)"
719
  msgstr ""
720
 
@@ -728,7 +784,7 @@ msgstr ""
728
 
729
  #: addons/migrator.php:2204 central/bootstrap.php:505
730
  msgid "recommended"
731
- msgstr ""
732
 
733
  #: addons/migrator.php:2204 central/bootstrap.php:505
734
  msgid "%s bytes"
@@ -770,7 +826,7 @@ msgstr ""
770
 
771
  #: methods/ftp.php:355
772
  msgid "login"
773
- msgstr ""
774
 
775
  #: methods/email.php:77
776
  msgid "Be aware that mail servers tend to have size limits; typically around %s MB; backups larger than any limits will likely not arrive."
@@ -780,7 +836,7 @@ msgstr ""
780
  msgid "This backup archive is %s MB in size - the attempt to send this via email is likely to fail (few email servers allow attachments of this size). If so, you should switch to using a different remote storage method."
781
  msgstr ""
782
 
783
- #: class-updraftplus.php:1397
784
  msgid "Size: %s MB"
785
  msgstr ""
786
 
@@ -798,9 +854,9 @@ msgstr ""
798
 
799
  #: templates/wp-admin/settings/tab-status.php:48
800
  msgid "Now"
801
- msgstr ""
802
 
803
- #: class-updraftplus.php:3815 restorer.php:985
804
  msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
805
  msgstr ""
806
 
@@ -848,7 +904,7 @@ msgstr ""
848
 
849
  #: central/bootstrap.php:462
850
  msgid "Description"
851
- msgstr ""
852
 
853
  #: central/bootstrap.php:456
854
  msgid "Create new key"
@@ -872,7 +928,7 @@ msgstr ""
872
 
873
  #: central/bootstrap.php:436
874
  msgid "Details"
875
- msgstr ""
876
 
877
  #: central/bootstrap.php:435
878
  msgid "Key description"
@@ -922,23 +978,23 @@ msgstr ""
922
  msgid "UpdraftCentral Connection"
923
  msgstr ""
924
 
925
- #: backup.php:834 class-updraftplus.php:2628
926
  msgid "The backup was aborted by the user"
927
  msgstr ""
928
 
929
- #: admin.php:3880
930
  msgid "Your settings have been saved."
931
- msgstr ""
932
 
933
- #: admin.php:3092
934
  msgid "Total backup size:"
935
  msgstr ""
936
 
937
- #: admin.php:2539
938
  msgid "stop"
939
- msgstr ""
940
 
941
- #: admin.php:2377
942
  msgid "The backup has finished running"
943
  msgstr ""
944
 
@@ -964,27 +1020,27 @@ msgstr ""
964
  msgid "calculate"
965
  msgstr ""
966
 
967
- #: admin.php:608
968
  msgid "You should save your changes to ensure that they are used for making your backup."
969
  msgstr ""
970
 
971
- #: admin.php:602
972
  msgid "We requested to delete the file, but could not understand the server's response"
973
  msgstr ""
974
 
975
- #: admin.php:601
976
  msgid "Please enter a valid URL"
977
  msgstr ""
978
 
979
- #: admin.php:584
980
  msgid "Saving..."
981
- msgstr ""
982
 
983
- #: admin.php:547
984
  msgid "Error: the server sent us a response which we did not understand."
985
  msgstr ""
986
 
987
- #: admin.php:539
988
  msgid "Fetching..."
989
  msgstr ""
990
 
@@ -996,11 +1052,11 @@ msgstr ""
996
  msgid "Barracuda have closed down Copy.Com, as of May 1st, 2016. See:"
997
  msgstr ""
998
 
999
- #: restorer.php:1607
1000
  msgid "Uploads URL:"
1001
  msgstr ""
1002
 
1003
- #: backup.php:385
1004
  msgid "Unexpected error: no class '%s' was found (your UpdraftPlus installation seems broken - try re-installing)"
1005
  msgstr ""
1006
 
@@ -1008,52 +1064,52 @@ msgstr ""
1008
  msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
1009
  msgstr ""
1010
 
1011
- #: restorer.php:2004
1012
  msgid "Skipping table %s: this table will not be restored"
1013
  msgstr ""
1014
 
1015
- #: class-updraftplus.php:3866 restorer.php:1627
1016
  msgid "To import an ordinary WordPress site into a multisite installation requires %s."
1017
  msgstr ""
1018
 
1019
- #: class-updraftplus.php:3862
1020
  msgid "Please read this link for important information on this process."
1021
  msgstr ""
1022
 
1023
- #: class-updraftplus.php:3862
1024
  msgid "It will be imported as a new site."
1025
  msgstr ""
1026
 
1027
- #: admin.php:2199 templates/wp-admin/notices/horizontal-notice.php:16
1028
  #: templates/wp-admin/notices/horizontal-notice.php:18
1029
  msgid "Dismiss"
1030
- msgstr ""
1031
 
1032
- #: admin.php:620
1033
  msgid "Please fill in the required information."
1034
  msgstr ""
1035
 
1036
- #: addons/multisite.php:559
1037
  msgid "Read more..."
1038
  msgstr ""
1039
 
1040
- #: addons/multisite.php:559
1041
  msgid "N.B. this option only affects the restoration of the database and uploads - other file entities (such as plugins) in WordPress are shared by the whole network."
1042
  msgstr ""
1043
 
1044
- #: addons/multisite.php:550
1045
  msgid "may include some site-wide data"
1046
  msgstr ""
1047
 
1048
- #: addons/multisite.php:545
1049
  msgid "All sites"
1050
  msgstr ""
1051
 
1052
- #: addons/multisite.php:541
1053
  msgid "Which site to restore"
1054
  msgstr ""
1055
 
1056
- #: addons/multisite.php:377 addons/multisite.php:387
1057
  msgid "Restoring only the site with id=%s: removing other data (if any) from the unpacked backup"
1058
  msgstr ""
1059
 
@@ -1101,11 +1157,11 @@ msgstr ""
1101
  msgid "Call WordPress action:"
1102
  msgstr ""
1103
 
1104
- #: admin.php:2223
1105
  msgid "Your saved settings also affect what is backed up - e.g. files excluded."
1106
  msgstr ""
1107
 
1108
- #: admin.php:3500
1109
  msgid "Skipping: this archive was already restored."
1110
  msgstr ""
1111
 
@@ -1137,51 +1193,51 @@ msgstr ""
1137
  msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
1138
  msgstr ""
1139
 
1140
- #: admin.php:3781
1141
  msgid "Send this backup to remote storage"
1142
  msgstr ""
1143
 
1144
- #: admin.php:3779
1145
  msgid "Check out UpdraftPlus Vault."
1146
  msgstr ""
1147
 
1148
- #: admin.php:3779
1149
  msgid "Not got any remote storage?"
1150
  msgstr ""
1151
 
1152
- #: admin.php:3779
1153
  msgid "settings"
1154
- msgstr ""
1155
 
1156
- #: admin.php:3779
1157
  msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
1158
  msgstr ""
1159
 
1160
- #: admin.php:2221
1161
  msgid "Include any files in the backup"
1162
  msgstr ""
1163
 
1164
- #: admin.php:2219
1165
  msgid "Include the database in the backup"
1166
  msgstr ""
1167
 
1168
- #: admin.php:2198
1169
  msgid "Continue restoration"
1170
  msgstr ""
1171
 
1172
- #: admin.php:2193
1173
  msgid "You have an unfinished restoration operation, begun %s ago."
1174
  msgstr ""
1175
 
1176
- #: admin.php:2192
1177
  msgid "Unfinished restoration"
1178
  msgstr ""
1179
 
1180
- #: admin.php:2190
1181
  msgid "%s minutes, %s seconds"
1182
  msgstr ""
1183
 
1184
- #: admin.php:2137
1185
  msgid "Backup Contents And Schedule"
1186
  msgstr ""
1187
 
@@ -1189,24 +1245,24 @@ msgstr ""
1189
  msgid "Premium / Extensions"
1190
  msgstr ""
1191
 
1192
- #: admin.php:1917 admin.php:1926
1193
  msgid "Sufficient information about the in-progress restoration operation could not be found."
1194
  msgstr ""
1195
 
1196
- #: admin.php:607
1197
  msgctxt "(verb)"
1198
  msgid "Download"
1199
  msgstr ""
1200
 
1201
- #: admin.php:533
1202
  msgid "You have chosen to backup files, but no file entities have been selected"
1203
  msgstr ""
1204
 
1205
- #: admin.php:442
1206
  msgid "Extensions"
1207
- msgstr ""
1208
 
1209
- #: admin.php:434 templates/wp-admin/settings/tab-bar.php:8
1210
  msgid "Advanced Tools"
1211
  msgstr ""
1212
 
@@ -1339,23 +1395,23 @@ msgstr ""
1339
  msgid "Could not access container"
1340
  msgstr ""
1341
 
1342
- #: class-updraftplus.php:2645
1343
  msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
1344
  msgstr ""
1345
 
1346
- #: backup.php:1530
1347
  msgid "the options table was not found"
1348
  msgstr ""
1349
 
1350
- #: backup.php:1528
1351
  msgid "no options or sitemeta table was found"
1352
  msgstr ""
1353
 
1354
- #: backup.php:1528 backup.php:1530
1355
  msgid "The database backup appears to have failed"
1356
  msgstr ""
1357
 
1358
- #: backup.php:1416
1359
  msgid "The backup directory is not writable (or disk space is full) - the database backup is expected to shortly fail."
1360
  msgstr ""
1361
 
@@ -1365,7 +1421,7 @@ msgstr ""
1365
 
1366
  #: templates/wp-admin/advanced/site-info.php:49
1367
  msgid "Not installed"
1368
- msgstr ""
1369
 
1370
  #: addons/googlecloud.php:865 addons/s3-enhanced.php:46
1371
  msgid "Storage class"
@@ -1443,7 +1499,7 @@ msgstr ""
1443
  msgid "You do not have UpdraftPlus completely installed - please de-install and install it again. Most likely, WordPress malfunctioned when copying the plugin files."
1444
  msgstr ""
1445
 
1446
- #: restorer.php:767
1447
  msgid "Deferring..."
1448
  msgstr ""
1449
 
@@ -1472,35 +1528,35 @@ msgstr ""
1472
  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)."
1473
  msgstr ""
1474
 
1475
- #: admin.php:1344
1476
  msgid "Backup sets removed:"
1477
  msgstr ""
1478
 
1479
- #: admin.php:619
1480
  msgid "Processing..."
1481
  msgstr ""
1482
 
1483
- #: admin.php:617
1484
  msgid "For backups older than"
1485
  msgstr ""
1486
 
1487
- #: admin.php:616
1488
  msgid "week(s)"
1489
  msgstr ""
1490
 
1491
- #: admin.php:615
1492
  msgid "hour(s)"
1493
  msgstr ""
1494
 
1495
- #: admin.php:614
1496
  msgid "day(s)"
1497
  msgstr ""
1498
 
1499
- #: admin.php:613
1500
  msgid "in the month"
1501
  msgstr ""
1502
 
1503
- #: admin.php:612
1504
  msgid "day"
1505
  msgstr ""
1506
 
@@ -1512,11 +1568,11 @@ msgstr ""
1512
  msgid "Add an additional retention rule..."
1513
  msgstr ""
1514
 
1515
- #: restorer.php:2101
1516
  msgid "This database needs to be deployed on MySQL version %s or later."
1517
  msgstr ""
1518
 
1519
- #: restorer.php:2101
1520
  msgid "This problem is caused by trying to restore a database on a very old MySQL version that is incompatible with the source database."
1521
  msgstr ""
1522
 
@@ -1524,15 +1580,15 @@ msgstr ""
1524
  msgid "You do not currently have any UpdraftPlus Vault quota"
1525
  msgstr ""
1526
 
1527
- #: class-updraftplus.php:3899
1528
  msgid "You must upgrade MySQL to be able to use this database."
1529
  msgstr ""
1530
 
1531
- #: class-updraftplus.php:3899
1532
  msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
1533
  msgstr ""
1534
 
1535
- #: admin.php:2036
1536
  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."
1537
  msgstr ""
1538
 
@@ -1560,11 +1616,11 @@ msgstr ""
1560
  msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
1561
  msgstr ""
1562
 
1563
- #: admin.php:854
1564
  msgid "Go to the remote storage settings in order to connect."
1565
  msgstr ""
1566
 
1567
- #: admin.php:854
1568
  msgid "%s has been chosen for remote storage, but you are not currently connected."
1569
  msgstr ""
1570
 
@@ -1572,19 +1628,19 @@ msgstr ""
1572
  msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
1573
  msgstr ""
1574
 
1575
- #: admin.php:590
1576
  msgid "Update quota count"
1577
  msgstr ""
1578
 
1579
- #: admin.php:589
1580
  msgid "Counting..."
1581
  msgstr ""
1582
 
1583
- #: admin.php:588
1584
  msgid "Disconnecting..."
1585
  msgstr ""
1586
 
1587
- #: admin.php:586
1588
  msgid "Connecting..."
1589
  msgstr ""
1590
 
@@ -1610,7 +1666,7 @@ msgstr ""
1610
  msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
1611
  msgstr ""
1612
 
1613
- #: admin.php:587 methods/updraftvault.php:362
1614
  msgid "Disconnect"
1615
  msgstr ""
1616
 
@@ -1704,7 +1760,7 @@ msgstr ""
1704
  msgid "Delete failed:"
1705
  msgstr ""
1706
 
1707
- #: backup.php:2956
1708
  msgid "The zip engine returned the message: %s."
1709
  msgstr ""
1710
 
@@ -1728,7 +1784,7 @@ msgstr ""
1728
  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."
1729
  msgstr ""
1730
 
1731
- #: addons/migrator.php:1742 admin.php:596
1732
  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."
1733
  msgstr ""
1734
 
@@ -1800,7 +1856,7 @@ msgstr ""
1800
  msgid "This storage method does not allow downloading"
1801
  msgstr ""
1802
 
1803
- #: admin.php:3260
1804
  msgid "(backup set imported from remote location)"
1805
  msgstr ""
1806
 
@@ -1820,23 +1876,23 @@ msgstr ""
1820
  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."
1821
  msgstr ""
1822
 
1823
- #: addons/migrator.php:1770 admin.php:603
1824
  msgid "Testing connection..."
1825
  msgstr ""
1826
 
1827
- #: admin.php:600
1828
  msgid "Deleting..."
1829
  msgstr ""
1830
 
1831
- #: admin.php:599
1832
  msgid "key name"
1833
  msgstr ""
1834
 
1835
- #: admin.php:597
1836
  msgid "Please give this key a name (e.g. indicate the site it is for):"
1837
  msgstr ""
1838
 
1839
- #: admin.php:594
1840
  msgid "Creating..."
1841
  msgstr ""
1842
 
@@ -1860,11 +1916,11 @@ msgstr ""
1860
  msgid "Or, send a backup to another site"
1861
  msgstr ""
1862
 
1863
- #: addons/migrator.php:1937 admin.php:604
1864
  msgid "Send"
1865
  msgstr ""
1866
 
1867
- #: addons/migrator.php:1931 admin.php:595
1868
  msgid "Send to site:"
1869
  msgstr ""
1870
 
@@ -1928,11 +1984,11 @@ msgstr ""
1928
  msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
1929
  msgstr ""
1930
 
1931
- #: addons/migrator.php:2180 admin.php:592
1932
  msgid "Add site"
1933
  msgstr ""
1934
 
1935
- #: admin.php:591
1936
  msgid "Adding..."
1937
  msgstr ""
1938
 
@@ -1940,7 +1996,7 @@ msgstr ""
1940
  msgid "Claim not granted - perhaps you have already used this purchase somewhere else, or your paid period for downloading from updraftplus.com has expired?"
1941
  msgstr ""
1942
 
1943
- #: restorer.php:2103
1944
  msgid "To use this backup, your database server needs to support the %s character set."
1945
  msgstr ""
1946
 
@@ -1964,7 +2020,7 @@ msgstr ""
1964
  msgid "To import a backup set, go to the \"Existing Backups\" tab"
1965
  msgstr ""
1966
 
1967
- #: admin.php:583 admin.php:608 admin.php:609
1968
  msgid "You have made changes to your settings, and not saved."
1969
  msgstr ""
1970
 
@@ -2161,7 +2217,7 @@ msgstr ""
2161
  msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
2162
  msgstr ""
2163
 
2164
- #: restorer.php:2206
2165
  msgid "Uploads path (%s) has changed during a migration - resetting (to: %s)"
2166
  msgstr ""
2167
 
@@ -2226,7 +2282,7 @@ msgstr ""
2226
  msgid "(at same time as files backup)"
2227
  msgstr ""
2228
 
2229
- #: admin.php:2786
2230
  msgid "No backup has been completed"
2231
  msgstr ""
2232
 
@@ -2270,7 +2326,7 @@ msgstr ""
2270
  msgid "You are currently using the free version of UpdraftPlus from wordpress.org."
2271
  msgstr ""
2272
 
2273
- #: addons/autobackup.php:1003
2274
  msgid "Backup (where relevant) plugins, themes and the WordPress database with UpdraftPlus before updating"
2275
  msgstr ""
2276
 
@@ -2289,7 +2345,7 @@ msgctxt "Uploader: Drop backup files here - or - Select Files"
2289
  msgid "or"
2290
  msgstr ""
2291
 
2292
- #: admin.php:577
2293
  msgid "You did not select any components to restore. Please select at least one, and then try again."
2294
  msgstr ""
2295
 
@@ -2320,12 +2376,12 @@ msgstr ""
2320
  msgid "Check this box to have a basic report sent to"
2321
  msgstr ""
2322
 
2323
- #: admin.php:2795
2324
  msgctxt "i.e. Non-automatic"
2325
  msgid "Manual"
2326
  msgstr ""
2327
 
2328
- #: restorer.php:2080
2329
  msgctxt "The user is being told the number of times an error has happened, e.g. An error (27) occurred"
2330
  msgid "An error (%s) occurred:"
2331
  msgstr ""
@@ -2338,24 +2394,23 @@ msgstr ""
2338
  msgid "Any other file/directory on your server that you wish to back up"
2339
  msgstr ""
2340
 
2341
- #: admin.php:2053
2342
  msgid "For even more features and personal support, check out "
2343
  msgstr ""
2344
 
2345
- #: restorer.php:2086
2346
  msgid "Create table failed - probably because there is no permission to drop tables and the table already exists; will continue"
2347
  msgstr ""
2348
 
2349
- #: restorer.php:1222
2350
  msgid "Clearing cached pages (%s)..."
2351
  msgstr ""
2352
 
2353
- #: addons/moredatabase.php:45
2354
  msgid "Database decryption phrase"
2355
  msgstr ""
2356
 
2357
- #: addons/autobackup.php:131 addons/autobackup.php:968
2358
- #: addons/autobackup.php:976 admin.php:582
2359
  msgid "Automatic backup before update"
2360
  msgstr ""
2361
 
@@ -2443,7 +2498,7 @@ msgstr ""
2443
  msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
2444
  msgstr ""
2445
 
2446
- #: admin.php:2377 admin.php:3283
2447
  msgid "View Log"
2448
  msgstr ""
2449
 
@@ -2460,7 +2515,7 @@ msgstr ""
2460
  msgid "and retain this many scheduled backups"
2461
  msgstr ""
2462
 
2463
- #: admin.php:2756
2464
  msgid "incremental backup; base backup: %s"
2465
  msgstr ""
2466
 
@@ -2472,28 +2527,28 @@ msgstr ""
2472
  msgid "Upload files into UpdraftPlus."
2473
  msgstr ""
2474
 
2475
- #: admin.php:805 includes/class-commands.php:363
2476
  #: templates/wp-admin/settings/tab-status.php:22
2477
  msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
2478
  msgstr ""
2479
 
2480
- #: class-updraftplus.php:3851
2481
  msgid "Backup label:"
2482
  msgstr ""
2483
 
2484
- #: admin.php:1580
2485
  msgid "Error: unexpected file read fail"
2486
  msgstr ""
2487
 
2488
- #: backup.php:2962
2489
  msgid "check your log for more details."
2490
  msgstr ""
2491
 
2492
- #: backup.php:2960
2493
  msgid "your web hosting account appears to be full; please see: %s"
2494
  msgstr ""
2495
 
2496
- #: backup.php:2958
2497
  msgid "A zip error occurred"
2498
  msgstr ""
2499
 
@@ -2521,11 +2576,11 @@ msgstr ""
2521
  msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
2522
  msgstr ""
2523
 
2524
- #: class-updraftplus.php:3870
2525
  msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
2526
  msgstr ""
2527
 
2528
- #: class-updraftplus.php:3870
2529
  msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
2530
  msgstr ""
2531
 
@@ -2561,19 +2616,19 @@ msgstr ""
2561
  msgid "You need to connect to receive future updates to UpdraftPlus."
2562
  msgstr ""
2563
 
2564
- #: class-updraftplus.php:3843
2565
  msgid "Any support requests to do with %s should be raised with your web hosting company."
2566
  msgstr ""
2567
 
2568
- #: class-updraftplus.php:3843
2569
  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."
2570
  msgstr ""
2571
 
2572
- #: class-updraftplus.php:3843
2573
  msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
2574
  msgstr ""
2575
 
2576
- #: class-updraftplus.php:3843
2577
  msgid "The site in this backup was running on a webserver with version %s of %s. "
2578
  msgstr ""
2579
 
@@ -2598,7 +2653,7 @@ msgstr ""
2598
  msgid "UpdraftPlus is on social media - check us out!"
2599
  msgstr ""
2600
 
2601
- #: admin.php:3344
2602
  msgid "Why am I seeing this?"
2603
  msgstr ""
2604
 
@@ -2610,15 +2665,15 @@ msgstr ""
2610
  msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
2611
  msgstr ""
2612
 
2613
- #: admin.php:1528 admin.php:1540
2614
  msgid "Start backup"
2615
  msgstr ""
2616
 
2617
- #: class-updraftplus.php:3815 restorer.php:985
2618
  msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
2619
  msgstr ""
2620
 
2621
- #: admin.php:2700
2622
  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."
2623
  msgstr ""
2624
 
@@ -2626,11 +2681,11 @@ msgstr ""
2626
  msgid "Unless you have a problem, you can completely ignore everything here."
2627
  msgstr ""
2628
 
2629
- #: admin.php:1739
2630
  msgid "This file could not be uploaded"
2631
  msgstr ""
2632
 
2633
- #: admin.php:1704
2634
  msgid "You will find more information about this in the Settings section."
2635
  msgstr ""
2636
 
@@ -2650,19 +2705,19 @@ msgstr ""
2650
  msgid "Memory limit"
2651
  msgstr ""
2652
 
2653
- #: class-updraftplus.php:3957 restorer.php:1430
2654
  msgid "restoration"
2655
  msgstr ""
2656
 
2657
- #: restorer.php:2031
2658
  msgid "Table to be implicitly dropped: %s"
2659
  msgstr ""
2660
 
2661
- #: backup.php:829
2662
  msgid "Incremental"
2663
  msgstr ""
2664
 
2665
- #: backup.php:829
2666
  msgid "Full backup"
2667
  msgstr ""
2668
 
@@ -2678,7 +2733,7 @@ msgstr ""
2678
  msgid "Backup succeeded"
2679
  msgstr ""
2680
 
2681
- #: admin.php:2796 admin.php:2797 admin.php:2798 updraftplus.php:92
2682
  #: updraftplus.php:93
2683
  msgid "Every %s hours"
2684
  msgstr ""
@@ -2717,15 +2772,15 @@ msgstr ""
2717
  msgid "search term"
2718
  msgstr ""
2719
 
2720
- #: restorer.php:2108
2721
  msgid "Too many database errors have occurred - aborting"
2722
  msgstr ""
2723
 
2724
- #: backup.php:895
2725
  msgid "read more at %s"
2726
  msgstr ""
2727
 
2728
- #: backup.php:895
2729
  msgid "Email reports created by UpdraftPlus (free edition) bring you the latest UpdraftPlus.com news"
2730
  msgstr ""
2731
 
@@ -2733,7 +2788,7 @@ msgstr ""
2733
  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."
2734
  msgstr ""
2735
 
2736
- #: admin.php:3112
2737
  msgid "You have not yet made any backups."
2738
  msgstr ""
2739
 
@@ -2753,102 +2808,102 @@ msgstr ""
2753
  msgid "Free disk space in account:"
2754
  msgstr ""
2755
 
2756
- #: admin.php:3856 templates/wp-admin/settings/tab-status.php:27
2757
  msgid "This button is disabled because your backup directory is not writable (see the settings)."
2758
  msgstr ""
2759
 
2760
- #: admin.php:418 admin.php:551 admin.php:1393
2761
  #: includes/deprecated-actions.php:30
2762
  #: templates/wp-admin/settings/downloading-and-restoring.php:22
2763
  #: templates/wp-admin/settings/tab-bar.php:6
2764
  msgid "Existing Backups"
2765
  msgstr ""
2766
 
2767
- #: admin.php:410 templates/wp-admin/settings/tab-bar.php:5
2768
  msgid "Current Status"
2769
  msgstr ""
2770
 
2771
- #: admin.php:810
2772
  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."
2773
  msgstr ""
2774
 
2775
- #: admin.php:810
2776
  msgid "To make a backup, just press the Backup Now button."
2777
  msgstr ""
2778
 
2779
- #: admin.php:810
2780
  msgid "Welcome to UpdraftPlus!"
2781
  msgstr ""
2782
 
2783
- #: addons/moredatabase.php:336
2784
  msgid "If you enter text here, it is used to encrypt database backups (Rijndael). <strong>Do make a separate record of it and do not lose it, or all your backups <em>will</em> be useless.</strong> This is also the key used to decrypt backups from this admin interface (so if you change it, then automatic decryption will not work until you change it back)."
2785
  msgstr ""
2786
 
2787
- #: addons/moredatabase.php:250
2788
  msgid "Testing..."
2789
  msgstr ""
2790
 
2791
- #: addons/moredatabase.php:237
2792
  msgid "Test connection..."
2793
  msgstr ""
2794
 
2795
- #: addons/moredatabase.php:236
2796
  msgid "Table prefix"
2797
  msgstr ""
2798
 
2799
- #: addons/moredatabase.php:230
2800
  msgid "Backup external database"
2801
  msgstr ""
2802
 
2803
- #: addons/moredatabase.php:158
2804
  msgid "Add an external database to backup..."
2805
  msgstr ""
2806
 
2807
- #: addons/moredatabase.php:154
2808
  msgid "If your database includes extra tables that are not part of this WordPress site (you will know if this is the case), then activate this option to also back them up."
2809
  msgstr ""
2810
 
2811
- #: addons/moredatabase.php:153
2812
  msgid "Backup non-WordPress tables contained in the same database as WordPress"
2813
  msgstr ""
2814
 
2815
- #: addons/moredatabase.php:153
2816
  msgid "This option will cause tables stored in the MySQL database which do not belong to WordPress (identified by their lacking the configured WordPress prefix, %s) to also be backed up."
2817
  msgstr ""
2818
 
2819
- #: addons/moredatabase.php:138
2820
  msgid "Connection failed."
2821
  msgstr ""
2822
 
2823
- #: addons/moredatabase.php:136
2824
  msgid "Connection succeeded."
2825
  msgstr ""
2826
 
2827
- #: addons/moredatabase.php:118
2828
  msgid "%s total table(s) found; %s with the indicated prefix."
2829
  msgstr ""
2830
 
2831
- #: addons/moredatabase.php:112
2832
  msgid "%s table(s) found."
2833
  msgstr ""
2834
 
2835
- #: addons/moredatabase.php:85
2836
  msgid "database connection attempt failed"
2837
  msgstr ""
2838
 
2839
- #: addons/moredatabase.php:74
2840
  msgid "database name"
2841
  msgstr ""
2842
 
2843
- #: addons/moredatabase.php:72
2844
  msgid "host"
2845
  msgstr ""
2846
 
2847
- #: addons/moredatabase.php:70
2848
  msgid "user"
2849
  msgstr ""
2850
 
2851
- #: class-updraftplus.php:1394
2852
  msgid "External database (%s)"
2853
  msgstr ""
2854
 
@@ -2865,7 +2920,7 @@ msgstr ""
2865
  msgid "However, subsequent access attempts failed:"
2866
  msgstr ""
2867
 
2868
- #: admin.php:3137
2869
  msgid "External database"
2870
  msgstr ""
2871
 
@@ -2897,7 +2952,7 @@ msgstr ""
2897
  msgid "use UpdraftPlus Premium"
2898
  msgstr ""
2899
 
2900
- #: class-updraftplus.php:3730
2901
  msgid "Decryption failed. The database file is encrypted."
2902
  msgstr ""
2903
 
@@ -2905,15 +2960,15 @@ msgstr ""
2905
  msgid "Only the WordPress database can be restored; you will need to deal with the external database manually."
2906
  msgstr ""
2907
 
2908
- #: restorer.php:1687 restorer.php:2053 restorer.php:2090 restorer.php:2103
2909
  msgid "An error occurred on the first %s command - aborting run"
2910
  msgstr ""
2911
 
2912
- #: addons/moredatabase.php:93 backup.php:1357
2913
  msgid "Connection failed: check your access details, that the database server is up, and that the network connection is not firewalled."
2914
  msgstr ""
2915
 
2916
- #: backup.php:1357
2917
  msgid "database connection attempt failed."
2918
  msgstr ""
2919
 
@@ -2982,23 +3037,23 @@ msgstr ""
2982
  msgid "Failed to upload %s"
2983
  msgstr ""
2984
 
2985
- #: methods/dropbox.php:600 methods/dropbox.php:602
2986
  msgid "Success:"
2987
  msgstr ""
2988
 
2989
- #: addons/onedrive.php:997 methods/dropbox.php:501
2990
  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."
2991
  msgstr ""
2992
 
2993
- #: addons/onedrive.php:995 methods/dropbox.php:498
2994
  msgid "(You appear to be already authenticated)."
2995
  msgstr ""
2996
 
2997
- #: methods/dropbox.php:493 methods/dropbox.php:499 methods/dropbox.php:501
2998
  msgid "Dropbox"
2999
  msgstr ""
3000
 
3001
- #: addons/onedrive.php:994 methods/dropbox.php:493
3002
  msgid "Authenticate with %s"
3003
  msgstr ""
3004
 
@@ -3029,7 +3084,7 @@ msgstr ""
3029
  msgid "%s error - failed to access the container"
3030
  msgstr ""
3031
 
3032
- #: addons/googlecloud.php:902 addons/onedrive.php:996 methods/dropbox.php:508
3033
  #: methods/googledrive.php:970
3034
  msgid "Account holder's name: %s."
3035
  msgstr ""
@@ -3076,7 +3131,7 @@ msgstr ""
3076
  msgid "This remote storage method (%s) requires PHP %s or later."
3077
  msgstr ""
3078
 
3079
- #: admin.php:3689
3080
  msgid "Theme directory (%s) not found, but lower-case version exists; updating database option accordingly"
3081
  msgstr ""
3082
 
@@ -3094,7 +3149,7 @@ msgstr ""
3094
  msgid "This feature requires %s version %s or later"
3095
  msgstr ""
3096
 
3097
- #: restorer.php:2236
3098
  msgid "Elegant themes theme builder plugin data detected: resetting temporary folder"
3099
  msgstr ""
3100
 
@@ -3131,7 +3186,7 @@ msgid "password/key"
3131
  msgstr " الرقم السري/المفتاح"
3132
 
3133
  #: addons/azure.php:510 addons/migrator.php:2198 addons/sftp.php:376
3134
- #: admin.php:598
3135
  msgid "Key"
3136
  msgstr "مفتاح"
3137
 
@@ -3147,23 +3202,23 @@ msgstr "المفتاح الذي أدخلته غير صالح، أو أنه فا
3147
  msgid "SCP/SFTP password/key"
3148
  msgstr "الرقم السري/المفتاح الخاص بـ SCP/SFTP"
3149
 
3150
- #: admin.php:3172
3151
  msgid "Files backup (created by %s)"
3152
  msgstr "ملفات النسخة الإحتياطية (ولدت من طرف: %s.) "
3153
 
3154
- #: admin.php:3172
3155
  msgid "Files and database WordPress backup (created by %s)"
3156
  msgstr "الملفات وقاعدة البيانات للووردبريس بالنسخة الإحتياطية (ولدت من طرف: %s.)"
3157
 
3158
- #: addons/importer.php:261 admin.php:3166 class-updraftplus.php:2427
3159
  msgid "Backup created by: %s."
3160
  msgstr "ولدت النسخة الإحتياطية من طرف: %s."
3161
 
3162
- #: admin.php:3135
3163
  msgid "Database (created by %s)"
3164
  msgstr "قاعدة بيانات (ولدت من طرف: %s.) "
3165
 
3166
- #: admin.php:3129 admin.php:3168
3167
  msgid "unknown source"
3168
  msgstr "مصدر غير معروف"
3169
 
@@ -3175,43 +3230,43 @@ msgstr "إعادة فحص الإستضافة الإستضافة السحابية
3175
  msgid "Upload backup files"
3176
  msgstr "رفع ملفات النسخة الإحتياطية"
3177
 
3178
- #: admin.php:1783
3179
  msgid "This backup was created by %s, and can be imported."
3180
  msgstr "تم خلق النسخة الإحتياطية من طرف %s, ويمكن استيرادها."
3181
 
3182
- #: admin.php:839
3183
  msgid "Read this page for a guide to possible causes and how to fix it."
3184
  msgstr "إقرأ هذه الصفحة لمعرفة المزيد وإمكانية الإصلاح."
3185
 
3186
- #: admin.php:839
3187
  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."
3188
  msgstr "ووردبريس يملك عدد (%d) من المهام المتأخرة. ما لم يكن هذا الموقع خاص بالتطوير، فهذا يعني أن خاصية المهام بالووردبريس غير شغالة."
3189
 
3190
- #: admin.php:563 class-updraftplus.php:2434
3191
  msgid "If this is a backup created by a different backup plugin, then UpdraftPlus Premium may be able to help you."
3192
  msgstr "إن كانت هذه النسخة الإحتياطية خلقت بإستخدام تطبيق آخر، يمكن لإضافة UpdraftPlus Premium مساعدتك في حل المشكلة."
3193
 
3194
- #: admin.php:562
3195
  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."
3196
  msgstr "مع ذلك، ملفات UpdraftPlus المضغوطة هي ملفات zip/SQL عادية - فإن كنت تعتقد أن الملف هو على الصيغة الصحيحة، المرجو إعادة تسميته بالإسم الموصى به."
3197
 
3198
- #: admin.php:562 admin.php:563 class-updraftplus.php:2434
3199
  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))."
3200
  msgstr "هذا الملف لا نعتقد أنه نسخة احتياطية من UpdraftPlus ( كالملفات المضغوطة بصيغتي .zip أو . gz التي لها أسماء مثل: backup_(time)_(site name)_(code)_(type).(zip|gz))."
3201
 
3202
- #: admin.php:3169 includes/class-wpadmin-commands.php:143 restorer.php:1399
3203
  msgid "Backup created by unknown source (%s) - cannot be restored."
3204
  msgstr "النسخة الإحتياطية خلقت من جهة غير معروفة (%s)، لا يمكن استيرادها."
3205
 
3206
- #: restorer.php:809 restorer.php:857
3207
  msgid "The WordPress content folder (wp-content) was not found in this zip file."
3208
  msgstr "مجلد (wp-content) غير موجود البثة بهذا الملف المضغوط."
3209
 
3210
- #: restorer.php:673
3211
  msgid "This version of UpdraftPlus does not know how to handle this type of foreign backup"
3212
  msgstr "هذه النسخة من UpdraftPlus لا تستطيع التعامل مع نوع النسخ الإحتياطية هذا."
3213
 
3214
- #: methods/dropbox.php:302
3215
  msgid "%s returned an unexpected HTTP response: %s"
3216
  msgstr "أبدى %s إجابة HTTP غير متوقعة: %s"
3217
 
@@ -3224,11 +3279,11 @@ msgstr "وحدة UpdraftPlus لطريقة الوصول للملف (%s) غير م
3224
  msgid "No settings were found"
3225
  msgstr "لم يتم العثور على الإعدادات"
3226
 
3227
- #: class-updraftplus.php:2555
3228
  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."
3229
  msgstr "تمت إضافة واحدة أو أكثر من النسخ الإحتياطية التي وجدناها بالإستضافة السحابية، لاحظ أن هذه النسخ لن تتم مسحها أوتوماتيكيا من الإعادادات الإفتراضية، لو أو متى شئت حذفها يجب عليك حذفها يدويا."
3230
 
3231
- #: admin.php:530
3232
  msgid "Rescanning remote and local storage for backup sets..."
3233
  msgstr "جاري فحص الإستضافة السحابية والمساحة التخزينية المحلية بحثا عن نسخ احتياطية..."
3234
 
@@ -3245,12 +3300,12 @@ msgstr "ضبط المسارات المتعددة"
3245
  msgid "Log all messages to syslog (only server admins are likely to want this)"
3246
  msgstr "تسجيل كافة الرسائل بسجل الرسائل (من المحتمل أنه فقط مديري الخادم من سيغب في هذه العملية)"
3247
 
3248
- #: addons/morefiles.php:421
3249
  msgid "No backup of location: there was nothing found to back up"
3250
  msgstr ""
3251
 
3252
- #: addons/moredatabase.php:229 addons/morefiles.php:224
3253
- #: addons/morefiles.php:238
3254
  msgid "Remove"
3255
  msgstr "حذف"
3256
 
@@ -3262,19 +3317,19 @@ msgstr "الأسئلة الشائعة %s الأخرى."
3262
  msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
3263
  msgstr "تحقق من هذا الخيار لتتمكن من تلقي المزيد من المعلومات بر الإيميل لعمليات النسخ الإحتياطي - مفيدة جدا ان كان هناك مشاكل بالعملية."
3264
 
3265
- #: addons/morefiles.php:375 admin.php:2888
3266
  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."
3267
  msgstr "في حال إدخال ملفات/مجلدات متعددة، عندها قم بالتفرقة بينها باستخدام الفاصلة. للكيانات بالمستوى العلوي، قم باستخدام * في بداية أو نهاية المدخلات لتحل محل البدائل."
3268
 
3269
- #: restorer.php:2225
3270
  msgid "Custom content type manager plugin data detected: clearing option cache"
3271
  msgstr "تم الكشف عن بيانات لإضافة إدارة نوع المحتوى: تنضيف الخيارات"
3272
 
3273
- #: class-updraftplus.php:3957 methods/ftp.php:284 restorer.php:1430
3274
  msgid "Your hosting company must enable these functions before %s can work."
3275
  msgstr "شركة الإستضافة لموقعك يجب أن تُفعل هذه الوضائف %s قبل أن نتمكن من العمل"
3276
 
3277
- #: class-updraftplus.php:3957 methods/ftp.php:284 restorer.php:1429
3278
  msgid "Your web server's PHP installation has these functions disabled: %s."
3279
  msgstr "نسخة PHP المنصبة تحمل هذه الوظائف الغير مفعلة: %s"
3280
 
@@ -3290,7 +3345,7 @@ msgstr "خادم FTP مشفر (تشفير غير واضح)"
3290
  msgid "regular non-encrypted FTP"
3291
  msgstr "خادم FTP غير مشفر اعتيادي"
3292
 
3293
- #: restorer.php:1591
3294
  msgid "Backup created by:"
3295
  msgstr "نسخة احتياطية أنشأها:"
3296
 
@@ -3342,15 +3397,15 @@ msgstr "وصولك المدفوع لتحديثات UpdraftPlus بهذا المو
3342
  msgid "Dismiss from main dashboard (for %s weeks)"
3343
  msgstr "استبعاد من لوحة التحكم (لمدة %s أسبوع)"
3344
 
3345
- #: class-updraftplus.php:4007
3346
  msgid "The attempt to undo the double-compression succeeded."
3347
  msgstr "نجاح محاولة التراجع من الضغط المزدوج"
3348
 
3349
- #: class-updraftplus.php:3984 class-updraftplus.php:4005
3350
  msgid "The attempt to undo the double-compression failed."
3351
  msgstr "فشل محاولة التراجع من الضغط المزدوج"
3352
 
3353
- #: class-updraftplus.php:3977
3354
  msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
3355
  msgstr "يبدو أن ملف قاعدة البيانات قد تم ضغطه مرتين - نعتقد أن الموقع الذي قمتم بتحميل الملف منه يحمل خادم سيرفر غير مهيء بشكل جيد"
3356
 
@@ -3358,15 +3413,15 @@ msgstr "يبدو أن ملف قاعدة البيانات قد تم ضغطه مر
3358
  msgid "Constants"
3359
  msgstr "ثوابت"
3360
 
3361
- #: backup.php:1578
3362
  msgid "Failed to open database file for reading:"
3363
  msgstr "فشل في فتح ملف قاعدة البيانات للقراءة:"
3364
 
3365
- #: backup.php:1405
3366
  msgid "No database tables found"
3367
  msgstr "لم نجد أي جداول لقاعدة البيانات"
3368
 
3369
- #: backup.php:1403
3370
  msgid "please wait for the rescheduled attempt"
3371
  msgstr "فضلا انتظر محاولة إعادة الجدولة"
3372
 
@@ -3374,7 +3429,7 @@ msgstr "فضلا انتظر محاولة إعادة الجدولة"
3374
  msgid "Note that warning messages are advisory - the backup process does not stop for them. Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
3375
  msgstr "لاحظ أن رسائل التحذير استشارية - عملية النسخ الاحتياطي لا تتوقف بالنسبة لهم. بدلا من ذلك، ستوفر لك معلومات قد تجدها مفيدة، أو قد تشير إلى مصدر المشكلة إذا لم تنجح عملية النسخ الاحتياطي."
3376
 
3377
- #: restorer.php:2119
3378
  msgid "Database queries processed: %d in %.2f seconds"
3379
  msgstr "تمت معالجة %d من استعلامات قاعدة البيانات في مدة %.2f ثانية"
3380
 
@@ -3394,7 +3449,7 @@ msgstr "حساب ممتلئ: حسابك %s يحمل فقط %d بايت متبق
3394
  msgid "Errors occurred:"
3395
  msgstr "أخطاء حدثت:"
3396
 
3397
- #: admin.php:3364
3398
  msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
3399
  msgstr "لتحميل ملف السجل لهذه العملية تابع هذا الرابط (ستحتاج هذا الملف في أي عملية طلب للدعم)"
3400
 
@@ -3414,11 +3469,11 @@ msgstr "استرجاع (إذا لزم الأمر) وإعداد ملفات الن
3414
  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)."
3415
  msgstr "اعدادات PHP بالسيرفر تسمح بتشغيل PHP لمدة %s ثانية فقط، ولا تسمح لوصول لهذا الحد. إن لم تتمكن من استرداد حجم كبير من البيانات بسبب هذا الحد، يمكنك الإتصال بشرك الإستضافة الخاصة بك (أو محاولة الإسترداد قطعة-قطعة)"
3416
 
3417
- #: restorer.php:664
3418
  msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
3419
  msgstr "وجود مجلدات غير محذوفة من النسخة السابقة (من فضلك استخدم خيار \"مسح المجلدات القديمة\" لمسحها قبل المحاولة مرة أخرى) : %s"
3420
 
3421
- #: admin.php:814 class-updraftplus.php:597
3422
  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)"
3423
  msgstr "مقدار الوقت المسموح به لإضافات وورد بالتشغيل منخفض جدا (%s ثانية) - يجب زيادته لتجنب فشل النسخ الاحتياطي (استشر خدمة الزبناء الخاصة بشركة الإستضافة الخاص بك لمزيد من المساعدة - إعدادات max_execution_time PHP، و القيمة الموصى بها هي %s ثانية أو أكثر)"
3424
 
@@ -3439,23 +3494,23 @@ msgstr "تم تعطيل هذه الإضافة: %s: يمكك اعادة تفعي
3439
  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."
3440
  msgstr "انتهى توقيت الإتصال %s، إذا كنت دخلت الملقم بشكل صحيح، إذا فهذا الخطأ عادة ما يكون سببه جدار حماية قد حظر الاتصال - يجب أن تحقق من المشكلة مع شركة استضافة المواقع الخاصة بك."
3441
 
3442
- #: admin.php:3697
3443
  msgid "The current theme was not found; to prevent this stopping the site from loading, your theme has been reverted to the default theme"
3444
  msgstr "لم يتم العثور على تصميم موقعكم الحالي، لمنع توقف تحميل الموقع، تم استرجاع التصميم الإفتراضي."
3445
 
3446
- #: admin.php:1961 admin.php:1971
3447
  msgid "Restore failed..."
3448
  msgstr "فشل في الإستعادة..."
3449
 
3450
- #: addons/moredatabase.php:125 admin.php:1182
3451
  msgid "Messages:"
3452
  msgstr "رسائل:"
3453
 
3454
- #: restorer.php:1955
3455
  msgid "An SQL line that is larger than the maximum packet size and cannot be split was found; this line will not be processed, but will be dropped: %s"
3456
  msgstr "تم العثور على خط SQL أكبر من الحد الأقصى لحجم الحزمة ولا يمكن تقسيمها، هذا الخط لن نتمكن من معالجته، وسنقوم بإبعاده: %s"
3457
 
3458
- #: restorer.php:444
3459
  msgid "The directory does not exist"
3460
  msgstr "المجلد غير متوفر"
3461
 
@@ -3541,59 +3596,59 @@ msgstr "اضافة قدرات محسنة لخدمة Rackspace "
3541
  msgid "Rackspace Cloud Files, enhanced"
3542
  msgstr "تم تعزيز ملفات المستضافة بخدمة Rackspace "
3543
 
3544
- #: addons/cloudfiles-enhanced.php:275 methods/cloudfiles-new.php:132
3545
  msgid "Cloud Files Container"
3546
  msgstr "حاوية الملفات السحابية"
3547
 
3548
- #: methods/cloudfiles-new.php:127
3549
  msgid "Cloud Files API Key"
3550
  msgstr "مفتاح API للملفات السحابية"
3551
 
3552
- #: methods/cloudfiles-new.php:122
3553
  msgid "To create a new Rackspace API sub-user and API key that has access only to this Rackspace container, use this add-on."
3554
  msgstr "لإنشاء مستخدم فرعي ومفتاح API جديد لديه صلاحيات الوصول فقط إلى هذه الحاوية، قم بإستخدام هذه الإضافة."
3555
 
3556
- #: methods/cloudfiles-new.php:119
3557
  msgid "Cloud Files Username"
3558
  msgstr "اسم المستخدم للخدمة السحابية"
3559
 
3560
- #: addons/cloudfiles-enhanced.php:45 methods/cloudfiles-new.php:105
3561
  msgid "London (LON)"
3562
  msgstr "لندن (LON)"
3563
 
3564
- #: addons/cloudfiles-enhanced.php:44 methods/cloudfiles-new.php:104
3565
  msgid "Hong Kong (HKG)"
3566
  msgstr "هونغ كونغ (HKG)"
3567
 
3568
- #: addons/cloudfiles-enhanced.php:43 methods/cloudfiles-new.php:103
3569
  msgid "Northern Virginia (IAD)"
3570
  msgstr "ولاية فرجينيا الشمالية (IAD)"
3571
 
3572
- #: addons/cloudfiles-enhanced.php:42 methods/cloudfiles-new.php:102
3573
  msgid "Chicago (ORD)"
3574
  msgstr "شيكاغو (ORD)"
3575
 
3576
- #: addons/cloudfiles-enhanced.php:41 methods/cloudfiles-new.php:101
3577
  msgid "Sydney (SYD)"
3578
  msgstr "سيدني (SYD)"
3579
 
3580
- #: addons/cloudfiles-enhanced.php:40 methods/cloudfiles-new.php:100
3581
  msgid "Dallas (DFW) (default)"
3582
  msgstr "دالاس (DFW) (الافتراضي)"
3583
 
3584
- #: addons/cloudfiles-enhanced.php:271 methods/cloudfiles-new.php:95
3585
  msgid "Cloud Files Storage Region"
3586
  msgstr "منطقة الملفات السحابة"
3587
 
3588
- #: methods/cloudfiles-new.php:87
3589
  msgid "Accounts created at rackspacecloud.com are US-accounts; accounts created at rackspace.co.uk are UK-based"
3590
  msgstr "الحسابات المنشأة بموقع rackspacecloud.com هي حسابات أمريكية، الحسابات المنشأة بموقع rackspace.co.uk هي حسابات بريطانية"
3591
 
3592
- #: methods/cloudfiles-new.php:85
3593
  msgid "US or UK-based Rackspace Account"
3594
  msgstr "حساب Rackspace بالولايات المتحدة أو المملكة المتحدة"
3595
 
3596
- #: addons/cloudfiles-enhanced.php:255 methods/cloudfiles-new.php:85
3597
  msgid "Accounts created at rackspacecloud.com are US accounts; accounts created at rackspace.co.uk are UK accounts."
3598
  msgstr "الحسابات المنشأة بموقع rackspacecloud.com هي حسابات أمريكية، الحسابات المنشأة بموقع rackspace.co.uk هي حسابات بريطانية "
3599
 
@@ -3608,51 +3663,51 @@ msgstr "فشل التفويض (راجع معلوماتك)"
3608
  msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
3609
  msgstr "حدث خطأ غير معروف عند محاولة الاتصال بـ UpdraftPlus.Com"
3610
 
3611
- #: admin.php:576 central/bootstrap.php:513
3612
  msgid "Create"
3613
  msgstr "خلق"
3614
 
3615
- #: admin.php:538
3616
  msgid "Trying..."
3617
  msgstr "اعادة المحاولة..."
3618
 
3619
- #: admin.php:537
3620
  msgid "The new user's RackSpace console password is (this will not be shown again):"
3621
  msgstr "كلمة المرور الخاصة بمستخدم RackSpace هي (هذا لن يظهر مرة أخرى):"
3622
 
3623
- #: class-updraftplus.php:1406
3624
  msgid "(when decrypted)"
3625
  msgstr "(عندما تكون مفكوكة)"
3626
 
3627
- #: admin.php:548 admin.php:3639
3628
  msgid "Error data:"
3629
  msgstr "خطأ بالبيانات:"
3630
 
3631
- #: admin.php:3315
3632
  msgid "Backup does not exist in the backup history"
3633
  msgstr "النسخة الإحتياطية لا توجد بتاريخ النسخ"
3634
 
3635
- #: admin.php:2321
3636
  msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old). You should press this button to delete them as soon as you have verified that the restoration worked."
3637
  msgstr "تثبيت ووردبريس الخاص بك به مجلدات قديمة قبل حالة الإستعادة/الدمج ( معلومات تقنية: بها بادئة -old). يجب أن تضغط على هذا الزر لحذفها بمجرد التحقق من عمل الإستعادة."
3638
 
3639
- #: restorer.php:1659
3640
  msgid "Split line to avoid exceeding maximum packet size"
3641
  msgstr "تقسيم الخط لتفاذي الحجم الأقصى للحزم"
3642
 
3643
- #: restorer.php:1538
3644
  msgid "Your database user does not have permission to drop tables. We will attempt to restore by simply emptying the tables; this should work as long as you are restoring from a WordPress version with the same database structure (%s)"
3645
  msgstr "المستخدم لا يمتلك صلاحيات لتحريك الجداول. سنحاول الإستعادة عن طريق إفراغ الجداول، يمكن لهذه العملية النجاح طالما أننا نستعيد من نسخة ووردبريس مع نفس بنية قاعدة البيانات (%s)"
3646
 
3647
- #: restorer.php:1357
3648
  msgid "New table prefix: %s"
3649
  msgstr "بادئة جدول جديدة: %s"
3650
 
3651
- #: restorer.php:1045
3652
  msgid "File permissions do not allow the old data to be moved and retained; instead, it will be deleted."
3653
  msgstr "بذلا من الإحتفاظ أو نقل الملفات القديمة سيتم حذفها لأن الملفات لا تسمح بذلك"
3654
 
3655
- #: restorer.php:1015 restorer.php:1029
3656
  msgid "%s: This directory already exists, and will be replaced"
3657
  msgstr "%s: هذا المجلد موجود مسبقا، سيتم استبداله"
3658
 
@@ -3684,11 +3739,11 @@ msgstr "أدخل عناوين بريد الكتروني هنا لإرسال تق
3684
  msgid "Email reports"
3685
  msgstr "تقارير البريد الإلكتروني"
3686
 
3687
- #: class-updraftplus.php:1402 class-updraftplus.php:1407
3688
  msgid "%s checksum: %s"
3689
  msgstr "%s الاختباري:%s"
3690
 
3691
- #: class-updraftplus.php:1375 class-updraftplus.php:1377
3692
  msgid "files: %s"
3693
  msgstr "ملفات:%s"
3694
 
@@ -3708,7 +3763,7 @@ msgstr "(مع وجود أخطاء (%s))"
3708
  msgid "Debugging information"
3709
  msgstr "معلومات التصحيح"
3710
 
3711
- #: addons/reporting.php:194 admin.php:3075
3712
  msgid "Uploaded to:"
3713
  msgstr "تحميلها على:"
3714
 
@@ -3748,16 +3803,16 @@ msgstr "%d ساعة،%d دقيقة، %d ثانية"
3748
  msgid "%d errors, %d warnings"
3749
  msgstr "%d الأخطاء، %d تحذيرات"
3750
 
3751
- #: addons/onedrive.php:717 methods/dropbox.php:584
3752
  msgid "%s authentication"
3753
  msgstr "%s مصادقة"
3754
 
3755
- #: addons/onedrive.php:717 class-updraftplus.php:302 methods/dropbox.php:557
3756
- #: methods/dropbox.php:584 methods/dropbox.php:597 methods/dropbox.php:728
3757
  msgid "%s error: %s"
3758
  msgstr "%s خطأ: %s"
3759
 
3760
- #: addons/googlecloud.php:815 methods/dropbox.php:468
3761
  msgid "%s logo"
3762
  msgstr "%s الشعار"
3763
 
@@ -3777,7 +3832,7 @@ msgstr "لمزيد من الخيارات، استخدام الإضافة \"%s\".
3777
  msgid "Your site's admin email address (%s) will be used."
3778
  msgstr "سيتم استخدام عنوان البريد الإلكتروني الخاص بالمشرف (%s)."
3779
 
3780
- #: admin.php:585 methods/updraftvault.php:276 methods/updraftvault.php:321
3781
  #: udaddons/options.php:244
3782
  msgid "Connect"
3783
  msgstr "الإتصال"
@@ -3786,75 +3841,75 @@ msgstr "الإتصال"
3786
  msgid "For more reporting features, use the Reporting add-on."
3787
  msgstr "لمزيد من ميزات التقارير، استخدام اضافات التقارير."
3788
 
3789
- #: class-updraftplus.php:3803
3790
  msgid "(version: %s)"
3791
  msgstr "(الإصدار: %s)"
3792
 
3793
- #: addons/reporting.php:438 admin.php:528
3794
  msgid "Be aware that mail servers tend to have size limits; typically around %s Mb; backups larger than any limits will likely not arrive."
3795
  msgstr "تحقق من حجم الملفات المسموح به بخدمة الإيميل، تقريبا %s ميجا، أي نسخ احتياطية أكبر من هذا الحجم لن تصلك أبدا."
3796
 
3797
- #: addons/reporting.php:438 admin.php:527
3798
  msgid "When the Email storage method is enabled, also send the entire backup"
3799
  msgstr "عندما يتم تمكين طريقة تخزين البريد الإلكتروني، قم أيضا بإرسال النسخ الاحتياطي كاملة"
3800
 
3801
- #: addons/reporting.php:153 backup.php:930
3802
  msgid "Latest status:"
3803
  msgstr "آخر التحديثات:"
3804
 
3805
- #: backup.php:929
3806
  msgid "Backup contains:"
3807
  msgstr "تحتوي النسخة الإحتياطية على:"
3808
 
3809
- #: backup.php:886
3810
  msgid "Backed up: %s"
3811
  msgstr "نسخ احتياطي: %s"
3812
 
3813
- #: addons/reporting.php:236 backup.php:880
3814
  msgid "The log file has been attached to this email."
3815
  msgstr "تم إرفاق ملف السجل بهذا البريد الإلكتروني."
3816
 
3817
- #: backup.php:844
3818
  msgid "Unknown/unexpected error - please raise a support request"
3819
  msgstr "خطأ غير معروف / غير متوقع - يرجى رفع طلب دعم"
3820
 
3821
- #: backup.php:841
3822
  msgid "Database only (files were not part of this particular schedule)"
3823
  msgstr " قاعدة البيانات فقط (لن يتم خلق نسخ احتياطية للملفات)"
3824
 
3825
- #: backup.php:841
3826
  msgid "Database (files backup has not completed)"
3827
  msgstr "قاعدة بيانات (لم يتم إكمال نسخ الملفات احتياطيا)"
3828
 
3829
- #: backup.php:838
3830
  msgid "Files only (database was not part of this particular schedule)"
3831
  msgstr "الملفات فقط (لن يتم خلق نسخ احتياطية لقاعدة البيانات)"
3832
 
3833
- #: backup.php:838
3834
  msgid "Files (database backup has not completed)"
3835
  msgstr "ملفات (لم يتم إكمال نسخ قاعدة بيانات احتياطيا)"
3836
 
3837
- #: admin.php:229 backup.php:836
3838
  msgid "Files and database"
3839
  msgstr "ملفات وقواعد البيانات"
3840
 
3841
- #: options.php:185
3842
  msgid "(This applies to all WordPress backup plugins unless they have been explicitly coded for multisite compatibility)."
3843
  msgstr "(هذا ينطبق على جميع الإضافات للنسخ الاحتياطي لووردبريس ما لم تكن برمجة من أجل التوافق مع تعدد المواقع)."
3844
 
3845
- #: options.php:185
3846
  msgid "Without upgrading, UpdraftPlus allows <strong>every</strong> blog admin who can modify plugin settings to back up (and hence access the data, including passwords, from) and restore (including with customised modifications, e.g. changed passwords) <strong>the entire network</strong>."
3847
  msgstr "عند عدم الترقية، سيقوم UpdraftPlus بالسماح <strong>لكل</strong> مدير بالمدونة بالتعديل على خيارات الإضافة للخسن الإحتياطي (وبالتالي الوصول للبيانات، بما في ذلك كلمات السر) وإستعادة (مع امكانية التعديل، مثال: كلمات السر) <strong>الشبكة بالكامل</strong>."
3848
 
3849
- #: options.php:185
3850
  msgid "WordPress Multisite is supported, with extra features, by UpdraftPlus Premium, or the Multisite add-on."
3851
  msgstr "دعم مواقع ووردبريس متعددة، مع امتيازات اضافية، على حساب UpdraftPlus المميز، أو بإضافة المواقع المتعددة."
3852
 
3853
- #: options.php:185
3854
  msgid "This is a WordPress multi-site (a.k.a. network) installation."
3855
  msgstr "نسخة الووردبريس هذه تخدم مواقع عديدة (شبكة a.k.a.)."
3856
 
3857
- #: options.php:185
3858
  msgid "UpdraftPlus warning:"
3859
  msgstr "تحذير UpdraftPlus :"
3860
 
@@ -3924,15 +3979,15 @@ msgstr "فشلنا في الاتصال بنجاح إلى UpdraftPlus.Com"
3924
  msgid "Reporting"
3925
  msgstr "التقارير"
3926
 
3927
- #: admin.php:4029
3928
  msgid "Options (raw)"
3929
  msgstr "خيارات (الخام)"
3930
 
3931
- #: addons/reporting.php:436 admin.php:526
3932
  msgid "Send a report only when there are warnings/errors"
3933
  msgstr "إرسال تقرير فقط عندما تكون هناك تحذيرات / أخطاء"
3934
 
3935
- #: restorer.php:1602
3936
  msgid "Content URL:"
3937
  msgstr "رابط المحتوى:"
3938
 
@@ -3944,7 +3999,7 @@ msgstr ""
3944
  msgid "See also the \"More Files\" add-on from our shop."
3945
  msgstr "انظر أيضا \"ملفات إضافية\" الإضافة من متجرنا."
3946
 
3947
- #: backup.php:2949 class-updraftplus.php:610
3948
  msgid "Your free space in your hosting account is very low - only %s Mb remain"
3949
  msgstr "المساحة الحرة فى حساب الاستضافة الخاص بك قليلة جدا - فقط متبقى %s ميجا بايت"
3950
 
@@ -4072,11 +4127,11 @@ msgstr "اذهب هنا للاتصال."
4072
  msgid "You have not yet connected with your UpdraftPlus.Com account, to enable you to list your purchased add-ons."
4073
  msgstr "حتى الأن انت غير متصل بحسابك فى UpdraftPlus.Com, لتتمكن من استخدام الأضافات اللتى قمت بشرائها."
4074
 
4075
- #: addons/moredatabase.php:331 addons/moredatabase.php:362
4076
  msgid "Without it, encryption will be a lot slower."
4077
  msgstr "بدون ذلك, التشفير سيكون ابطأ بكثير."
4078
 
4079
- #: addons/moredatabase.php:331 addons/moredatabase.php:362
4080
  msgid "Your web-server does not have the %s module installed."
4081
  msgstr "خادم الويب الخاص بك ليس بة الوحدة %s مثبتة."
4082
 
@@ -4088,19 +4143,19 @@ msgstr "<strong>(على ما يبدو انة تمت المصادقة ,</strong>
4088
  msgid "Drop backup files here"
4089
  msgstr "اسقاط ملفات النسخ الاحتياطى هنا"
4090
 
4091
- #: admin.php:536
4092
  msgid "The web server returned an error code (try again, or check your web server logs)"
4093
  msgstr "اعاد خادم الويب برمز خطأ (حاول مجددا, او قم بالتحقق من سجلات خادم الويب الخاص بك)"
4094
 
4095
- #: admin.php:534
4096
  msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
4097
  msgstr "بدأت عملية الأستعادة. لا تضغط إيقاف أو إغلاق المتصفح حتى اعطائك التقرير بأنة تم انتهاء العملية."
4098
 
4099
- #: admin.php:532
4100
  msgid "If you exclude both the database and the files, then you have excluded everything!"
4101
  msgstr "إذا قمت باستبعاد كل من قاعدة البيانات والملفات, فقد قمت بأستبعاد كل شئ !"
4102
 
4103
- #: restorer.php:1596
4104
  msgid "Site home:"
4105
  msgstr "الصفحة الرئيسية للموقع:"
4106
 
@@ -4112,7 +4167,7 @@ msgstr "خيارات التخزين البعيد"
4112
  msgid "(logs can be found in the UpdraftPlus settings page as normal)..."
4113
  msgstr "(السجلات يمكن العثور عليها فى صفحة اعدادات UpdraftPlus كالمعتاد)..."
4114
 
4115
- #: addons/autobackup.php:252 addons/autobackup.php:1008
4116
  msgid "Remember this choice for next time (you will still have the chance to change it)"
4117
  msgstr "تذكر هذا الاختيار في المرة القادمة (لايزال لديك الفرصة لتغييرة)"
4118
 
@@ -4124,15 +4179,15 @@ msgstr "فشل التحميل"
4124
  msgid "You can send a backup to more than one destination with an add-on."
4125
  msgstr "يمكنك أن ترسل نسخة احتياطية لأكثر من جهة واحدة مع الإضافة."
4126
 
4127
- #: admin.php:2539
4128
  msgid "Note: the progress bar below is based on stages, NOT time. Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
4129
  msgstr "ملاحظة: يستند شريط التقدم أدناه على مراحل، وليس الوقت. لا توقف عملية النسخ الأحتياطى لمجرد أنه يبدو أنه قد بقي في نفس المكان لفترة من الوقت - - وهذا طبيعي."
4130
 
4131
- #: admin.php:2437
4132
  msgid "(%s%%, file %s of %s)"
4133
  msgstr "(%s%%, ملف %s من%s)"
4134
 
4135
- #: addons/autobackup.php:253 addons/autobackup.php:1013
4136
  #: addons/lockadmin.php:142
4137
  msgid "Read more about how this works..."
4138
  msgstr "قراءة المزيد عن كيفية عمل ذلك ..."
@@ -4165,15 +4220,15 @@ msgstr "محاولة ارسال النسخ الأحتياطى عن طريق ال
4165
  msgid "Backup is of: %s."
4166
  msgstr "النسخ الأحتياطى من: %s"
4167
 
4168
- #: admin.php:623
4169
  msgid "%s settings test result:"
4170
  msgstr "اعدادات نتيجة اختبار %s"
4171
 
4172
- #: admin.php:3233 admin.php:3235
4173
  msgid "(Not finished)"
4174
  msgstr "(غير منتهي)"
4175
 
4176
- #: admin.php:3235
4177
  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."
4178
  msgstr "اذا كنت ترى اكثر من نسخة احتياطية, ومن ثم انة من المحتمل ان هذا بسبب اعدادات حذف ملفات النسخ الاحتياطى القديمة لم يتم حذفها حتى اكتمال نسخة احتياطية جديدة."
4179
 
@@ -4185,96 +4240,96 @@ msgstr "<b>لا تقم</b> بوضعه داخل الإضافات أو دليل ا
4185
  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)."
4186
  msgstr "هذا هو المكان الذى UpdraftPlus يقوم بأنشاء ملفات zip. يجب ان يكون هذا الدليل قابل للكتابة من قبل خادم الويب الخاص بك. انة نسبة الى دليل محتوى موقعك (والتي افتراضيا يسمى wp-content)."
4187
 
4188
- #: admin.php:2534
4189
  msgid "Job ID: %s"
4190
  msgstr "رقم الوظيفة: %s"
4191
 
4192
- #: admin.php:2519
4193
  msgid "last activity: %ss ago"
4194
  msgstr "آخر نشاط: منذ %ss"
4195
 
4196
- #: admin.php:2518
4197
  msgid "next resumption: %d (after %ss)"
4198
  msgstr "الاستئناف التالي: %d (بعد %ss)"
4199
 
4200
- #: admin.php:2501 central/bootstrap.php:405 central/bootstrap.php:412
4201
  #: methods/updraftvault.php:356 methods/updraftvault.php:436
4202
  msgid "Unknown"
4203
  msgstr "غير معروف"
4204
 
4205
- #: admin.php:2451
4206
  msgid "Backup finished"
4207
  msgstr "الانتهاء من النسخ الاحتياطي"
4208
 
4209
- #: admin.php:2446
4210
  msgid "Waiting until scheduled time to retry because of errors"
4211
  msgstr "برجاء الأنتظار حتى الوقت المحدد لأعادة المحاولة بسبب الأخطاء"
4212
 
4213
- #: admin.php:2442
4214
  msgid "Pruning old backup sets"
4215
  msgstr "تلقيم مجموعات النسخ الاحتياطي القديم"
4216
 
4217
- #: admin.php:2430
4218
  msgid "Uploading files to remote storage"
4219
  msgstr "تحميل الملفات للمخزن البعيد"
4220
 
4221
- #: admin.php:2499
4222
  msgid "Encrypted database"
4223
  msgstr "قاعدة بيانات مشفرة"
4224
 
4225
- #: admin.php:2491
4226
  msgid "Encrypting database"
4227
  msgstr "تشفير قاعدة البيانات"
4228
 
4229
- #: admin.php:2465
4230
  msgid "Created database backup"
4231
  msgstr "تم انشاء النسخ الاحتياطى لقاعدة البيانات"
4232
 
4233
- #: admin.php:2478
4234
  msgid "table: %s"
4235
  msgstr "الجدول: %s"
4236
 
4237
- #: admin.php:2476
4238
  msgid "Creating database backup"
4239
  msgstr "انشاء النسخ الاحتياطى لقاعدة البيانات"
4240
 
4241
- #: admin.php:2424
4242
  msgid "Created file backup zips"
4243
  msgstr "تم انشاء ملف النسخ الاحتياطى zips"
4244
 
4245
- #: admin.php:2411
4246
  msgid "Creating file backup zips"
4247
  msgstr "انشاء ملف النسخ الاحتياطى zips"
4248
 
4249
- #: admin.php:2406
4250
  msgid "Backup begun"
4251
  msgstr "بدأ النسخ الاحتياطى"
4252
 
4253
- #: admin.php:2249
4254
  msgid "Backups in progress:"
4255
  msgstr "تقدم النسخ الأحتياطى:"
4256
 
4257
- #: admin.php:818
4258
  msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even &quot;Backup Now&quot;) unless either you have set up a facility to call the scheduler manually, or until it is enabled."
4259
  msgstr "تم تعطيل الجدولة فى تثبيت وورد بريس الخاصة بك. عبر اعداد DISABLE_WP_CRON. لا يمكن تشغيل النسخ الاحتياطى (حتى \"النسخ الاحتياطي الآن\") الا اذا قمت بأعداد مرفق لأستدعاء الجدولة يدويا, او حتى تفعيلها."
4260
 
4261
- #: restorer.php:646
4262
  msgid "file"
4263
  msgstr "ملف"
4264
 
4265
- #: restorer.php:639
4266
  msgid "folder"
4267
  msgstr "مجلد"
4268
 
4269
- #: restorer.php:639 restorer.php:646
4270
  msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
4271
  msgstr "UpdraftPlus يحتاج لأنشاء %s فى دليل محتوى موقعك, لكنة فشل - من فضلك قم بالتحقق من الصلاحيات وقم بتفعيلها (%s)"
4272
 
4273
- #: class-updraftplus.php:2652
4274
  msgid "The backup has not finished; a resumption is scheduled"
4275
  msgstr "لم ينتهي النسخ الاحتياطي؛ وتم جدولة الأستئناف"
4276
 
4277
- #: class-updraftplus.php:1647
4278
  msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
4279
  msgstr "زوار موقع الويب الخاص بك و UpdraftPlus فى كثير من الأحيان لا يحصلون على الموارد التى يأملونها; من فضلك اقرأ هذة الصفحة:"
4280
 
@@ -4285,19 +4340,19 @@ msgstr "زوار موقع الويب الخاص بك و UpdraftPlus فى كثي
4285
  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)."
4286
  msgstr "المصادقة %s تعذر الأستمرار,لأن شيئا آخر على موقع الويب الخاص بك كسرها. حاول تعطيل الإضافات الأخرى الخاصة بك والتحويل إلى الثيم الأفتراضى. (على وجه التحديد، ابحث عن المكون الذي يرسل الإخراج (على الأرجح فى تحذيرات PHP / أخطاء) قبل بداية الصفحة. ايقاف اى اعدادات تصحيح قد تساعد ايضا)."
4287
 
4288
- #: admin.php:2081
4289
  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)."
4290
  msgstr "حد الذاكرة الخاص بك php (الذى وضعتة شركة الأستضافة الخاصة بك) منخفض جدا. UpdraftPlus حاول زيادتة لكنة لم ينجح. هذا البرنامج المساعد قد يواجه صعوبة مع حد الذاكرة أقل من 64 ميجا بايت - خصوصا اذا كنت تملك ملفات كبيرة مرفوعة (من ناحية اخرى,العديد من المواقع تنجح ب 32 ميجا بايت - لكن تجربتك قد تكون مختلفة)."
4291
 
4292
- #: addons/autobackup.php:1018 admin.php:578
4293
  msgid "Proceed with update"
4294
  msgstr "المضي قدما مع التحديث"
4295
 
4296
- #: addons/autobackup.php:1017
4297
  msgid "Do not abort after pressing Proceed below - wait for the backup to complete."
4298
  msgstr "لا تقم بالخروج بعد الضغط على زر البدأ - انتظر حتى انتهاء النسخ الاحتياطى"
4299
 
4300
- #: addons/autobackup.php:113 addons/autobackup.php:994
4301
  msgid "UpdraftPlus Automatic Backups"
4302
  msgstr "UpdraftPlus النسخ الأحتياطى التلقائى"
4303
 
@@ -4367,83 +4422,83 @@ msgstr "مزيد من الملحقات"
4367
  msgid "Support"
4368
  msgstr "الدعم"
4369
 
4370
- #: class-updraftplus.php:3944
4371
  msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
4372
  msgstr "UpdraftPlus غير قادر على العثور على بادئة الجدول عند فحص النسخة الاحتياطية لقاعدة البيانات."
4373
 
4374
- #: class-updraftplus.php:3939
4375
  msgid "This database backup is missing core WordPress tables: %s"
4376
  msgstr "هذة النسخة الاحتياطية لقاعدة البيانات تفتقد جداول رئيسية: %s"
4377
 
4378
- #: class-updraftplus.php:3836
4379
  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."
4380
  msgstr "انت تقوم بالأستيراد من اصدار احدث من الورد بريس (%s) فى نسخة اقدم (%s). لا يوجد ضمانات ان ورد بريس يمكنة التعامل مع هذا."
4381
 
4382
- #: class-updraftplus.php:3752
4383
  msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
4384
  msgstr "حجم قاعدة البيانات صغير جدا بالنسبة لقاعدة بيانات ورد بريس صالحة (الحجم: %s ك بايت)."
4385
 
4386
- #: addons/autobackup.php:556 admin.php:786
4387
  msgid "Update Theme"
4388
  msgstr "تحديث الثيم"
4389
 
4390
- #: addons/autobackup.php:505 admin.php:782
4391
  msgid "Update Plugin"
4392
  msgstr "تحديث المكون الإضافي"
4393
 
4394
- #: addons/autobackup.php:997 admin.php:655 includes/updraftplus-notices.php:171
4395
  msgid "Be safe with an automatic backup"
4396
  msgstr "كن أمنا مع النسخ الاحتياطي التلقائي"
4397
 
4398
- #: restorer.php:2204
4399
  msgid "Uploads path (%s) does not exist - resetting (%s)"
4400
  msgstr "مسار الرفع (%s) غير موجود - إعادة ضبط (%s)"
4401
 
4402
- #: admin.php:2033
4403
  msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
4404
  msgstr "إذا كنت لا تزال ترى هذه الكلمات بعد انتهاء صفحة التحميل، ف انة يوجد مشكلة فى الجافا سكريب او jQuery فى الموقع."
4405
 
4406
- #: admin.php:572
4407
  msgid "The file was uploaded."
4408
  msgstr "تم رفع الملف."
4409
 
4410
- #: admin.php:571
4411
  msgid "Unknown server response status:"
4412
  msgstr "استجابة الخادم غير معروفة:"
4413
 
4414
- #: admin.php:570
4415
  msgid "Unknown server response:"
4416
  msgstr "استجابة الملقم غير معروف:"
4417
 
4418
- #: admin.php:569
4419
  msgid "This decryption key will be attempted:"
4420
  msgstr "سيتم محاولة فتح مفتاح التشفير:"
4421
 
4422
- #: admin.php:568
4423
  msgid "Follow this link to attempt decryption and download the database file to your computer."
4424
  msgstr "اتبع هذا الرابط لمحاولة فك التشفير وتحميل ملف قاعدة البيانات على جهازك."
4425
 
4426
- #: admin.php:567
4427
  msgid "Upload error"
4428
  msgstr "خطأ فى الرفع"
4429
 
4430
- #: admin.php:566
4431
  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)."
4432
  msgstr "هذا الملف لا يبدو انة ملف UpdraftPlus مضغوط مشفر لقاعدة البيانات (هذة الملفات .gz.crypt التى لديها اسم مثل: backup_(time)_(site name)_(code)_db.crypt.gz)."
4433
 
4434
- #: admin.php:565
4435
  msgid "Upload error:"
4436
  msgstr "خطأ التحميل:"
4437
 
4438
- #: admin.php:564
4439
  msgid "(make sure that you were trying to upload a zip file previously created by UpdraftPlus)"
4440
  msgstr "(تأكد من انك كنت تحاول رفع ملف مضغوط تم إنشاؤه مسبقا من قبل UpdraftPlus)"
4441
 
4442
- #: admin.php:555
4443
  msgid "Download to your computer"
4444
  msgstr "تحميل الى جهاز الكمبيوتر الخاص بك"
4445
 
4446
- #: admin.php:554
4447
  msgid "Delete from your web server"
4448
  msgstr "حذف من خادم الويب الخاص بك"
4449
 
@@ -4451,15 +4506,15 @@ msgstr "حذف من خادم الويب الخاص بك"
4451
  msgid "Examples of S3-compatible storage providers:"
4452
  msgstr "امثلة من مقدمى التخزين المتوافق-s3:"
4453
 
4454
- #: admin.php:3589
4455
  msgid "Will not delete any archives after unpacking them, because there was no cloud storage for this backup"
4456
  msgstr "لن يتم حذف اى ارشيف بعد فك الضغط عنة, بسبب عدم وجود سحابة التخزين لهذه النسخة الاحتياطية"
4457
 
4458
- #: admin.php:3206
4459
  msgid "You appear to be missing one or more archives from this multi-archive set."
4460
  msgstr "يبدو انة مفقود واحد او اكثر من هذة الأرشيفات من مجموعة الأرشيف المتعددة."
4461
 
4462
- #: admin.php:3203
4463
  msgid "(%d archive(s) in set)."
4464
  msgstr "(%d الأرشيف(s) in set)."
4465
 
@@ -4467,19 +4522,19 @@ msgstr "(%d الأرشيف(s) in set)."
4467
  msgid "Split archives every:"
4468
  msgstr "تقسيم كل ارشيف:"
4469
 
4470
- #: addons/moredatabase.php:267
4471
  msgid "Error: the server sent us a response (JSON) which we did not understand."
4472
  msgstr "الخطأ: الخادم ارسل لنا استجابة (JSON) اللتى لم نتمكن من فهمها."
4473
 
4474
- #: admin.php:545
4475
  msgid "Warnings:"
4476
  msgstr "تحذيرات:"
4477
 
4478
- #: admin.php:544
4479
  msgid "Error: the server sent an empty response."
4480
  msgstr "خطأ: ارسل خادم السيرفر استجابة فارغة."
4481
 
4482
- #: admin.php:1794
4483
  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?"
4484
  msgstr "هذا يبدو كأنة ملف تم انشائة بواسطة UpdraftPlus, ولكن هذا التثبيت لا يعرف هذا النوع من المواضيع: %s. ربما تحتاج الى تثبيت اضافة ما؟"
4485
 
@@ -4515,15 +4570,15 @@ msgstr "الملف غير موجود (تحتاج الى رفعة): %s"
4515
  msgid "No such backup set exists"
4516
  msgstr "هذا الدليل لا يوجد بة اى مجموعات نسخ احتياطى"
4517
 
4518
- #: admin.php:1071
4519
  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"
4520
  msgstr "لم يتم العثور على ارشيف النسخ الأحتياطى لهذا الملف. استخدام طريقة التخزين البعيد (%s) لا يسمح لنا بأسترداد الملفات. لأجراء اى اعادة استخدم UpdraftPlus, سوف تحتاج الى الحصول على نسخة من هذا الملف ووضعها داخل مجلد العمل ل UpdraftPlus"
4521
 
4522
- #: restorer.php:588
4523
  msgid "Failed to move directory (check your file permissions and disk quota): %s"
4524
  msgstr "فشل فى تحريك الدليل (تحقق من صلاحيات الملف ومساحة القرص): %s"
4525
 
4526
- #: restorer.php:579
4527
  msgid "Failed to move file (check your file permissions and disk quota): %s"
4528
  msgstr "فشل فى نقل الملف (تحقق من صلاحيات الملف و مساحة القرص): %s"
4529
 
@@ -4531,7 +4586,7 @@ msgstr "فشل فى نقل الملف (تحقق من صلاحيات الملف
4531
  msgid "Moving unpacked backup into place..."
4532
  msgstr "نقل النسخ الأحتياطى الذى تم فك حزمة الى المكان..."
4533
 
4534
- #: backup.php:2653 backup.php:2909
4535
  msgid "Failed to open the zip file (%s) - %s"
4536
  msgstr "فشل فى فتح ملف مضغوط (%s) - %s"
4537
 
@@ -4551,15 +4606,15 @@ msgstr "... وغيرها الكثير!"
4551
  msgid "S3 (Compatible)"
4552
  msgstr "S3 (متوافق)"
4553
 
4554
- #: admin.php:3510
4555
  msgid "File is not locally present - needs retrieving from remote storage"
4556
  msgstr "الملف غير موجود - يحتاج الى استراجعة من التخزين البعيد"
4557
 
4558
- #: admin.php:3497
4559
  msgid "Looking for %s archive: file name: %s"
4560
  msgstr "ابحث عن الأرشيف %s : اسم الملف: %s"
4561
 
4562
- #: admin.php:3458
4563
  msgid "Final checks"
4564
  msgstr "الفحوصات النهائية"
4565
 
@@ -4571,11 +4626,11 @@ msgstr "حدد هذا المربع لحذف اى ملفات النسخ الأح
4571
  msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
4572
  msgstr "اسقاط ملف قاعدة البيانات المشفرة (ملفات db.gz.crypt) هنا لتحميلها لفك التشفير"
4573
 
4574
- #: admin.php:2877
4575
  msgid "Your wp-content directory server path: %s"
4576
  msgstr "المسار الخاص بمحتوى wp-content على السيرفر هو: %s"
4577
 
4578
- #: admin.php:561
4579
  msgid "Raw backup history"
4580
  msgstr "تاريخ النسخ الاحتياطي الخام"
4581
 
@@ -4583,11 +4638,11 @@ msgstr "تاريخ النسخ الاحتياطي الخام"
4583
  msgid "Show raw backup and file list"
4584
  msgstr "مشاهدة النسخ الاحتياطي الخام وقائمة الملفات"
4585
 
4586
- #: admin.php:543
4587
  msgid "Processing files - please wait..."
4588
  msgstr "تجهيز الملفات - يرجى الأنتظار..."
4589
 
4590
- #: admin.php:3641 templates/wp-admin/settings/downloading-and-restoring.php:29
4591
  msgid "Please consult this FAQ for help on what to do about it."
4592
  msgstr "يرجى الرجوع الى الأسئلة الشائعة للحصول على المساعدة بشأن ما ينبغى القيام بة حيال ذلك."
4593
 
@@ -4595,31 +4650,27 @@ msgstr "يرجى الرجوع الى الأسئلة الشائعة للحصول
4595
  msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
4596
  msgstr "تركيب وردبريس الخاص بك بة مشكلة اخراج مسافة بيضاء اضافية. قد يفسد هذا النسخ الأحتياطية التى قمت بتحميلها من هنا."
4597
 
4598
- #: class-updraftplus.php:3760
4599
  msgid "Failed to open database file."
4600
  msgstr "فشل فى فتح ملف قاعدة البيانات."
4601
 
4602
- #: class-updraftplus.php:3740
4603
- msgid "Failed to write out the decrypted database to the filesystem."
4604
- msgstr "فشل فى كتابة قاعدة البيانات المشفرة الى ملفات النظام."
4605
-
4606
- #: admin.php:3999
4607
  msgid "Known backups (raw)"
4608
  msgstr "النسخ الأحتياطى المعروفة (الخام)"
4609
 
4610
- #: restorer.php:944
4611
  msgid "Unable to enumerate files in that directory."
4612
  msgstr "غير قادر على وجود اى ملفات فى هذا الدليل."
4613
 
4614
- #: restorer.php:939
4615
  msgid "Files found:"
4616
  msgstr "العثور على ملفات:"
4617
 
4618
- #: restorer.php:1329
4619
  msgid "Using directory from backup: %s"
4620
  msgstr "استخدام الدليل من النسخة الأحتياطية: %s"
4621
 
4622
- #: restorer.php:1789
4623
  msgid "Requested table engine (%s) is not present - changing to MyISAM."
4624
  msgstr "محرك الجدول المطلوب (%s) غير موجود - تغيير لMYISAM."
4625
 
@@ -4627,21 +4678,21 @@ msgstr "محرك الجدول المطلوب (%s) غير موجود - تغيي
4627
  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."
4628
  msgstr "هذة تبدو كأنها ترحيل (النسخة الأحتياطة من موقع عنوان الرابط الخاص بة مختلف), لكنك لم تقم بالأشارة على خيار البحث واستبدال قاعدة البيانات. عادة ما يكون خطأ."
4629
 
4630
- #: admin.php:3530
4631
  msgid "file is size:"
4632
  msgstr "حجم الملف:"
4633
 
4634
  #: addons/googlecloud.php:855 addons/migrator.php:363 addons/migrator.php:366
4635
- #: addons/migrator.php:369 admin.php:818 admin.php:2038 backup.php:2956
4636
  #: updraftplus.php:147
4637
  msgid "Go here for more information."
4638
  msgstr "اذهب هنا لمزيد من المعلومات."
4639
 
4640
- #: admin.php:542
4641
  msgid "Some files are still downloading or being processed - please wait."
4642
  msgstr "بعض الملفات لاتزال يتم تحميلها او اعدادها - من فضلك انتظر."
4643
 
4644
- #: class-updraftplus.php:3808 class-updraftplus.php:3826
4645
  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."
4646
  msgstr "هذة النسخة الأحتياطية من موقع مختلف - هذة ليست استعادة, لكن ترحيل. انت تحتاج الى البرنامج المساعد Migrator لتسطيع اتمام هذا العمل."
4647
 
@@ -4661,15 +4712,15 @@ msgstr "فشل ارسال الملف %s"
4661
  msgid "%s login failure"
4662
  msgstr "فشل تسجيل الدخول %s"
4663
 
4664
- #: methods/dropbox.php:413
4665
  msgid "You do not appear to be authenticated with %s"
4666
  msgstr "لا يبدو انة تمت المصادقة مع: %s"
4667
 
4668
- #: methods/dropbox.php:380
4669
  msgid "Failed to access %s when deleting (see log file for more)"
4670
  msgstr "فشل الوصول الى %s عند الحذف (تحقق من ملف السجل لمزيد من المعلومات)"
4671
 
4672
- #: methods/dropbox.php:372
4673
  msgid "You do not appear to be authenticated with %s (whilst deleting)"
4674
  msgstr "لا يبدو انة لديك التصريح ل %s (لحين الحذف)"
4675
 
@@ -4710,24 +4761,24 @@ msgstr "خطأ %s - فشل فى اعادة تجميع الأجزاء"
4710
  msgid "%s authentication failed"
4711
  msgstr "المصادقة فشلت %s"
4712
 
4713
- #: addons/googlecloud.php:384 addons/migrator.php:462 admin.php:1739
4714
- #: admin.php:1786 admin.php:1794 class-updraftplus.php:725
4715
- #: class-updraftplus.php:731 class-updraftplus.php:3728
4716
- #: class-updraftplus.php:3730 class-updraftplus.php:3866
4717
- #: class-updraftplus.php:3899 methods/googledrive.php:304 restorer.php:933
4718
  msgid "Error: %s"
4719
  msgstr "خطأ: %s"
4720
 
4721
- #: admin.php:2814
4722
  msgid "Backup directory specified exists, but is <b>not</b> writable."
4723
  msgstr "دليل النسخ الأحتياطى المحدد موجود, لكنة <b>غير</b> قابل للكتابة."
4724
 
4725
- #: admin.php:2812
4726
  msgid "Backup directory specified does <b>not</b> exist."
4727
  msgstr "دليل النسخ الأحتياطى المحدد <b>غير</b> موجود."
4728
 
4729
- #: admin.php:2546 admin.php:2768 class-updraftplus.php:3808
4730
- #: class-updraftplus.php:3826
4731
  msgid "Warning: %s"
4732
  msgstr "تحذير: %s"
4733
 
@@ -4735,27 +4786,27 @@ msgstr "تحذير: %s"
4735
  msgid "Last backup job run:"
4736
  msgstr "اخر تشغيل لوظيفة النسخ الأحتياطى:"
4737
 
4738
- #: backup.php:2675
4739
  msgid "A very large file was encountered: %s (size: %s Mb)"
4740
  msgstr "مصادفة ملف كبير جدا: %s (الحجم: %s ميجابايت)"
4741
 
4742
- #: backup.php:2051 backup.php:2081
4743
  msgid "%s: unreadable file - could not be backed up"
4744
  msgstr "%s: الملف غير قابل للقراءة - لا يمكن ان يتم اجراء النسخ الأحتياطى"
4745
 
4746
- #: backup.php:1478
4747
  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"
4748
  msgstr "الجدول %s بة عدد كبير من الصفوف (%s) - نأمل ان شركة الأستضافة الخاصة بك تعطيك ما يكفى من الموارد لتفريغ هذا الجدول من النسخة الأحتياطة."
4749
 
4750
- #: backup.php:1597
4751
  msgid "An error occurred whilst closing the final database file"
4752
  msgstr "حدث خطأ اثناء اغلاق ملف قاعدة البيانات النهائي."
4753
 
4754
- #: backup.php:871
4755
  msgid "Warnings encountered:"
4756
  msgstr "مصادفة تحذيرات:"
4757
 
4758
- #: class-updraftplus.php:2640
4759
  msgid "The backup apparently succeeded (with warnings) and is now complete"
4760
  msgstr "على ما يبدو ان النسخ الأحتياطى تم بنجاح (مع تحذيرات) وانة انتهى الأن"
4761
 
@@ -4811,58 +4862,58 @@ msgstr "يرجى التحقق من وصول بيانات الأعتماد."
4811
  msgid "The error reported by %s was:"
4812
  msgstr "الخطأ الذى تم التبليغ عنة من %s هو:"
4813
 
4814
- #: restorer.php:1348
4815
  msgid "Please supply the requested information, and then continue."
4816
  msgstr "يرجى تقديم المعلومات المطلوبة, ومن ثم الاستمرار."
4817
 
4818
- #: restorer.php:2041
4819
  msgid "Cannot drop tables, so deleting instead (%s)"
4820
  msgstr "لا يمكن اسقاط الجدوال, بدلا من ذلك احذفها (%s)"
4821
 
4822
- #: restorer.php:2024
4823
  msgid "Cannot create new tables, so skipping this command (%s)"
4824
  msgstr "لا يمكن إنشاء جداول جديدة، حتى تخطى هذا الأمر (%s)"
4825
 
4826
- #: class-updraftplus.php:3877 restorer.php:1633
4827
  msgid "Site information:"
4828
  msgstr "معلومات عن الموقع:"
4829
 
4830
- #: restorer.php:1504
4831
  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."
4832
  msgstr "مستخدم قاعدة البيانات الخاصة بك ليس لدية تصاريح لأنشاء الجدوال. نحن سوف نقوم بمحاولة الأستعادة عن طريق افراغ الجداول; هذا يجب ان يعمل طالما تستعيدها من اصدار وردبريس بة نفس بنية قاعدة البيانات, وقاعدة البيانات المستوردة لا تحتوى على اى جداول التى ليست موجودة على موقع المستورد."
4833
 
4834
- #: addons/migrator.php:325 admin.php:2033 class-updraftplus.php:3870
4835
- #: restorer.php:1955
4836
  msgid "Warning:"
4837
  msgstr "تحذير:"
4838
 
4839
- #: class-updraftplus.php:3862 restorer.php:162
4840
  msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
4841
  msgstr "انت تعمل على وردبريس متعدد المواقع - لكن النسخة الأحتياطية الخاص بك ليست لموقع متعدد المواقع."
4842
 
4843
- #: admin.php:3485
4844
  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."
4845
  msgstr "تخطى استعادة وردبريس الأساسية عند استيراد موقع واحد فى الثبيت متعدد المواقع. اذا كان لديك اى شئ ضرورى فى دليل وردبريس الخاص بك فأنك سوف تحتاج الى اعادة اضافتة يدوياً من ملف مضغوط."
4846
 
4847
- #: admin.php:2933 methods/updraftvault.php:260
4848
  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."
4849
  msgstr "لا تشمل php خادم السيرفر الخاص بك <strong>المطلوبة</strong> (الى %s) الوحدة (%s). يرجى الأتصال بخدمة دعم استضافة الويب واطلب منهم تفعيل الوحدة."
4850
 
4851
- #: admin.php:579
4852
  msgid "Close"
4853
  msgstr "اغلق"
4854
 
4855
- #: addons/autobackup.php:298 addons/autobackup.php:386 admin.php:535
4856
  #: methods/remotesend.php:71 methods/remotesend.php:79
4857
  #: methods/remotesend.php:220 methods/remotesend.php:237
4858
  msgid "Unexpected response:"
4859
  msgstr "استجابة غير متوقعة:"
4860
 
4861
- #: addons/reporting.php:434 admin.php:531
4862
  msgid "To send to more than one address, separate each address with a comma."
4863
  msgstr "لأرسال الى اكثر من عنوان واحد, قم بوضع فاصلة بين كل عنوان."
4864
 
4865
- #: admin.php:559
4866
  msgid "PHP information"
4867
  msgstr "معلومات PHP"
4868
 
@@ -4898,7 +4949,7 @@ msgstr "جارى الحذف...يرجى اتاحة الوقت لأكمال الأ
4898
  msgid "Also delete from remote storage"
4899
  msgstr "حذف ايضاً من التخزين البعيد"
4900
 
4901
- #: admin.php:2276
4902
  msgid "Latest UpdraftPlus.com news:"
4903
  msgstr "اخر اخبار UpdraftPlus.com:"
4904
 
@@ -4915,11 +4966,11 @@ msgstr "مميز"
4915
  msgid "News"
4916
  msgstr "اخبار"
4917
 
4918
- #: admin.php:1224
4919
  msgid "Backup set not found"
4920
  msgstr "لم يتم العثور على مجموعة النسخ الأحتياطى"
4921
 
4922
- #: backup.php:157
4923
  msgid "%s - could not back this entity up; the corresponding directory does not exist (%s)"
4924
  msgstr "%s - لا يمكن دعم هذا الكيان; دليل المقابلة غير موجود (%s)"
4925
 
@@ -4933,7 +4984,7 @@ msgstr "رابط RSS"
4933
  msgid "Blog link"
4934
  msgstr "رابط المدونة"
4935
 
4936
- #: admin.php:622
4937
  msgid "Testing %s Settings..."
4938
  msgstr "اختبار اعدادات %s ..."
4939
 
@@ -4941,23 +4992,23 @@ msgstr "اختبار اعدادات %s ..."
4941
  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."
4942
  msgstr "او, يمكنك وضعها يدويا فى مسار UpdraftPlus الخاص بك (عادة wp-content/updraft)، على سبيل المثال عبر FTP، ومن ثم استخدام الرابط \"إعادة الفحص\" أعلاه."
4943
 
4944
- #: admin.php:834
4945
  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."
4946
  msgstr "UpdraftPlus على وضع تصحيح الأخطاء. قد تشاهد ملاحظات التصحيح على هذة الصفحة وليس فقط على UpdraftPlus، ولكن من اى برنامج اضافى اخر مثبت. يرجى محاولة التأكد من ان الملاحظات التى تراها هى من UpdraftPlus قبل طلب الدعم."
4947
 
4948
- #: admin.php:834
4949
  msgid "Notice"
4950
  msgstr "لاحظ"
4951
 
4952
- #: backup.php:853
4953
  msgid "Errors encountered:"
4954
  msgstr "مصادفة اخطاء:"
4955
 
4956
- #: admin.php:529
4957
  msgid "Rescanning (looking for backups that you have uploaded manually into the internal backup store)..."
4958
  msgstr "اعادة الفحص (يبحث عن النسخ الاحتياطية التي قمت برفعها يدويا في مسار النسخ الاحتياطي الداخلي)..."
4959
 
4960
- #: admin.php:541
4961
  msgid "Begun looking for this entity"
4962
  msgstr "بدأ البحث عن هذا الكيان"
4963
 
@@ -4977,7 +5028,7 @@ msgstr "الصفوف: %d"
4977
  msgid "Time taken (seconds):"
4978
  msgstr "الوقت المستغرق (ثانية):"
4979
 
4980
- #: addons/migrator.php:1113 admin.php:546
4981
  msgid "Errors:"
4982
  msgstr "الأخطاء:"
4983
 
@@ -5046,23 +5097,23 @@ msgstr "بحث واستبدال قاعدة البيانات فى الموقع (
5046
  msgid "All references to the site location in the database will be replaced with your current site URL, which is: %s"
5047
  msgstr "سيتم استبدال كافة المراجع الى الموقع فى قاعدة البيانات مع رابط الموقع الحالى, الذى هو: %s"
5048
 
5049
- #: addons/multisite.php:633
5050
  msgid "Blog uploads"
5051
  msgstr "مدونة الملفات المرفوعة"
5052
 
5053
- #: addons/migrator.php:369 addons/multisite.php:626
5054
  msgid "Must-use plugins"
5055
  msgstr "لابد من استخدام الأضافات"
5056
 
5057
- #: addons/multisite.php:196
5058
  msgid "You do not have permission to access this page."
5059
  msgstr "ليس لديك الصلاحيات لدخول هذة الصفحة."
5060
 
5061
- #: addons/multisite.php:182 udaddons/options.php:225
5062
  msgid "You do not have sufficient permissions to access this page."
5063
  msgstr "ليس لديك الصلاحيات الكافية لدخول هذة الصفحة."
5064
 
5065
- #: addons/multisite.php:176
5066
  msgid "Multisite Install"
5067
  msgstr "تثبيت الموقع المتعدد"
5068
 
@@ -5094,7 +5145,7 @@ msgstr "حيث لتغير الدليل الى بعد تسجيل الدخول -
5094
  msgid "Directory path"
5095
  msgstr "مسار الدليل"
5096
 
5097
- #: addons/lockadmin.php:153 addons/moredatabase.php:234 addons/sftp.php:368
5098
  #: addons/webdav.php:69 methods/openstack2.php:127 methods/updraftvault.php:320
5099
  #: udaddons/options.php:145
5100
  msgid "Password"
@@ -5104,7 +5155,7 @@ msgstr "كلمة السر"
5104
  msgid "Port"
5105
  msgstr "المنفذ"
5106
 
5107
- #: addons/moredatabase.php:232 addons/sftp.php:347 addons/webdav.php:75
5108
  msgid "Host"
5109
  msgstr "الاستضافة"
5110
 
@@ -5128,7 +5179,7 @@ msgstr "يتم استخدام التشفير الصريح بشكل افتراض
5128
  msgid "Encrypted FTP is available, and will be automatically tried first (before falling back to non-encrypted if it is not successful), unless you disable it using the expert options. The 'Test FTP Login' button will tell you what type of connection is in use."
5129
  msgstr "FTP مشفرة متاح، وسيجرب أولا تلقائيا (قبل أن نتراجع إلى النسخة الغيرمشفرة إذا لم ننجح)، إلا إذا كنت تعطيله باستخدام خيارات المتقدمة. زر 'اختبار دخول FTP ' سيخبركم بنوع الإتصال المستخدم."
5130
 
5131
- #: addons/morefiles.php:555
5132
  msgid "No backup of %s directories: there was nothing found to back up"
5133
  msgstr "لا توجد نسخ احتياطية من المجلدات %s : لم نجد أي شيء لنعمل له نسخة احتياطية"
5134
 
@@ -5156,7 +5207,7 @@ msgstr "الملفات بالأعلى تشمل جميع ملفات تنصيب ا
5156
  msgid "Over-write wp-config.php"
5157
  msgstr "إعادة كتابة wp-config.php"
5158
 
5159
- #: addons/morefiles.php:70 addons/morefiles.php:555
5160
  msgid "WordPress Core"
5161
  msgstr "لب الووردبريس"
5162
 
@@ -5165,8 +5216,8 @@ msgid "Failed: We were not able to place a file in that directory - please check
5165
  msgstr "فشل: لم نكن قادرين على وضع ملف في هذا الدليل - يرجى مراجعة بيانات الاعتماد الخاصة بك."
5166
 
5167
  #: addons/googlecloud.php:626 addons/googlecloud.php:660
5168
- #: addons/googlecloud.php:666 addons/sftp.php:447 admin.php:2600 admin.php:2635
5169
- #: admin.php:2644 methods/addon-base.php:284 methods/stream-base.php:302
5170
  msgid "Failed"
5171
  msgstr "فشل"
5172
 
@@ -5223,31 +5274,31 @@ msgstr "إذا كنت تريد تشفير (على سبيل المثال كنت
5223
  msgid "Only non-encrypted FTP is supported by regular UpdraftPlus."
5224
  msgstr "UpdraftPlus تدعم فقط حسابات FTP الغير مشفرة"
5225
 
5226
- #: addons/onedrive.php:755 methods/dropbox.php:615
5227
  msgid "Your %s account name: %s"
5228
  msgstr "اسم الحساب %s الخاص بك: %s"
5229
 
5230
- #: methods/dropbox.php:605 methods/dropbox.php:632
5231
  msgid "though part of the returned information was not as expected - your mileage may vary"
5232
  msgstr "على الرغم من أن جزء من المعلومات الذي عاد لم يكن كما هو متوقع - الأميال الخاص بك قد تختلف"
5233
 
5234
- #: methods/dropbox.php:600 methods/dropbox.php:602
5235
  msgid "you have authenticated your %s account"
5236
  msgstr "تم المصادقة على %s حسابك"
5237
 
5238
- #: methods/dropbox.php:487 methods/dropbox.php:489
5239
  msgid "there's an add-on for that."
5240
  msgstr "هناك اضافة لذلك."
5241
 
5242
- #: methods/dropbox.php:487 methods/dropbox.php:489
5243
  msgid "If you back up several sites into the same Dropbox and want to organise with sub-folders, then "
5244
  msgstr "اذا كنت تستخدم النسخ الأحتياطى لعدة مواقع فى نفس الدروب بوكس وتريد ان تقوم بتنظيمها مع المجلدات الفرعية, اذا"
5245
 
5246
- #: methods/dropbox.php:487 methods/dropbox.php:489
5247
  msgid "Backups are saved in"
5248
  msgstr "يتم حفظ النسخ الأحتياطية فى"
5249
 
5250
- #: methods/dropbox.php:487 methods/dropbox.php:489
5251
  msgid "Need to use sub-folders?"
5252
  msgstr "هل تحتاج الى استخدام المجلدات الفرعية؟"
5253
 
@@ -5369,21 +5420,21 @@ msgstr "خطأ بملفات السحابة - تم الوصول إلى الحاو
5369
  msgid "Failure: No container details were given."
5370
  msgstr "خطأ: ولم تعط أية تفاصيل عن الحاوية."
5371
 
5372
- #: addons/moredatabase.php:233 addons/sftp.php:361 addons/webdav.php:63
5373
- #: methods/cloudfiles-new.php:147 methods/cloudfiles.php:509
5374
  #: methods/openstack2.php:121
5375
  msgid "Username"
5376
  msgstr "اسم المستخدم"
5377
 
5378
- #: methods/cloudfiles-new.php:142 methods/cloudfiles.php:504 methods/s3.php:959
5379
  msgid "API key"
5380
  msgstr "مفتاح API"
5381
 
5382
- #: addons/migrator.php:278 addons/migrator.php:1871 addons/moredatabase.php:70
5383
- #: addons/moredatabase.php:72 addons/moredatabase.php:74 addons/sftp.php:417
5384
- #: addons/sftp.php:421 addons/sftp.php:425 addons/webdav.php:103 admin.php:599
5385
- #: methods/addon-base.php:277 methods/cloudfiles-new.php:142
5386
- #: methods/cloudfiles-new.php:147 methods/cloudfiles.php:504
5387
  #: methods/cloudfiles.php:509 methods/ftp.php:355 methods/ftp.php:359
5388
  #: methods/openstack2.php:142 methods/openstack2.php:147
5389
  #: methods/openstack2.php:152 methods/openstack2.php:157 methods/s3.php:959
@@ -5391,7 +5442,8 @@ msgstr "مفتاح API"
5391
  msgid "Failure: No %s was given."
5392
  msgstr "فضل: لم تعطى أية %s."
5393
 
5394
- #: methods/cloudfiles.php:448 methods/openstack-base.php:513 methods/s3.php:799
 
5395
  msgid "UpdraftPlus's %s module <strong>requires</strong> %s. Please do not file any support requests; there is no alternative."
5396
  msgstr "وحدة UpdraftPlus %s <strong> تتطلب </strong> %s من فضلك لا تقم بتقديم أي طلبات دعم، فليس هناك أي بديل."
5397
 
@@ -5407,12 +5459,12 @@ msgstr "سحابة ملفات مفاتيح API "
5407
  msgid "Cloud Files username"
5408
  msgstr "سحابة ملفات المستخدم"
5409
 
5410
- #: addons/cloudfiles-enhanced.php:36 methods/cloudfiles-new.php:89
5411
  #: methods/cloudfiles.php:466
5412
  msgid "UK"
5413
  msgstr "المملكة المتحدة"
5414
 
5415
- #: addons/cloudfiles-enhanced.php:35 methods/cloudfiles-new.php:88
5416
  #: methods/cloudfiles.php:465
5417
  msgid "US (default)"
5418
  msgstr "الولايات المتحدة (افتراضى)"
@@ -5421,16 +5473,16 @@ msgstr "الولايات المتحدة (افتراضى)"
5421
  msgid "US or UK Cloud"
5422
  msgstr "سحابة الولايات المتحدة او المملكة المتحدة"
5423
 
5424
- #: methods/cloudfiles-new.php:81 methods/cloudfiles.php:458
5425
  #: methods/openstack2.php:94
5426
  msgid "Also, you should read this important FAQ."
5427
  msgstr "أيضا، يجب عليك قراءة هذا التعليمات الهامة."
5428
 
5429
- #: methods/cloudfiles-new.php:81 methods/cloudfiles.php:458
5430
  msgid "Get your API key <a href=\"https://mycloud.rackspace.com/\">from your Rackspace Cloud console</a> (read instructions <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">here</a>), then pick a container name to use for storage. This container will be created for you if it does not already exist."
5431
  msgstr "احصل على مفتاح API <a href=\"https://mycloud.rackspace.com/\">من خدمة Rackspace Cloud </a> (يمكن قراءة التعليمات <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">هنا</a>)، ثم قم باختيار اسم حاوية لإستخدام مساحة التخزين. سيتم خلق هذه الحاوية ان لم تكن موجودو مسبقا."
5432
 
5433
- #: addons/sftp.php:408 admin.php:621 methods/addon-base.php:242
5434
  #: methods/cloudfiles.php:496 methods/ftp.php:329
5435
  #: methods/openstack-base.php:524 methods/s3.php:861
5436
  #: methods/stream-base.php:224
@@ -5509,7 +5561,7 @@ msgid "For longer help, including screenshots, follow this link. The description
5509
  msgstr "للحصول على مساعدة لفترة أطول، بما في ذلك لقطات، اتبع هذا الرابط. وصف أدناه ما يكفي لعدد أكبر من المستخدمين الخبراء."
5510
 
5511
  #: methods/addon-base.php:230 methods/cloudfiles.php:438
5512
- #: methods/dropbox.php:469 methods/ftp.php:298 methods/googledrive.php:904
5513
  #: methods/openstack-base.php:503 methods/s3.php:771
5514
  #: methods/stream-base.php:217
5515
  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."
@@ -5548,7 +5600,7 @@ msgstr "لديك حساب %s مصادق عليه."
5548
  msgid "Success"
5549
  msgstr "نجاح"
5550
 
5551
- #: addons/onedrive.php:747 methods/dropbox.php:643 methods/dropbox.php:652
5552
  #: methods/googledrive.php:337
5553
  msgid "Your %s quota usage: %s %% used, %s available"
5554
  msgstr "نسبة %s تدفق البيانات المخصص لك: %s %% مستخدمة، %s متوفرة"
@@ -5579,65 +5631,65 @@ msgstr "لا تمتلك إضافة UpdraftPlus %s - نوصيك بتحميلها
5579
  msgid "You need to re-authenticate with %s, as your existing credentials are not working."
5580
  msgstr "تحتاج إلى إعادة المصادقة مع %s، معلومات الاعتماد الموجودة لديك لا تعمل."
5581
 
5582
- #: addons/migrator.php:1770 admin.php:2603 admin.php:2637 admin.php:2641
5583
- #: admin.php:3515 admin.php:3528 restorer.php:2188 restorer.php:2294
5584
  msgid "OK"
5585
  msgstr "حسنا"
5586
 
5587
- #: restorer.php:2182 restorer.php:2258
5588
  msgid "Table prefix has changed: changing %s table field(s) accordingly:"
5589
  msgstr "لقد تغير بادئة الجدول: تغيير %s حقل / حقول الجدول وفقا لذلك:"
5590
 
5591
- #: restorer.php:1865
5592
  msgid "Finished: lines processed: %d in %.2f seconds"
5593
  msgstr "الانتهاء: خطوط تمت معالجتها: %d في %.2f ثانية"
5594
 
5595
- #: addons/migrator.php:1143 restorer.php:2080
5596
  msgid "the database query being run was:"
5597
  msgstr "ادارة استعلام قاعدة البيانات كانت في:"
5598
 
5599
- #: restorer.php:1803
5600
  msgid "will restore as:"
5601
  msgstr "إستعادة على النحو التالي:"
5602
 
5603
- #: restorer.php:1614 restorer.php:1707 restorer.php:1733
5604
  msgid "Old table prefix:"
5605
  msgstr "بادئة الجدول القديمة:"
5606
 
5607
- #: addons/reporting.php:65 addons/reporting.php:152 backup.php:927
5608
- #: class-updraftplus.php:3803
5609
  msgid "Backup of:"
5610
  msgstr "نسخة احتياطية لـ:"
5611
 
5612
- #: addons/migrator.php:602 restorer.php:1441
5613
  msgid "Database access: Direct MySQL access is not available, so we are falling back to wpdb (this will be considerably slower)"
5614
  msgstr "وصول لقاعدة البيانات: الوصول المباشر لـ MySQL غير متوفر، لذا لم نتمكن من الرجوع لـ wpdb (هذا سيكون أبطأ بكثير)"
5615
 
5616
- #: restorer.php:1436
5617
  msgid "Failed to open database file"
5618
  msgstr "فشل في فتح ملف قاعدة البيانات"
5619
 
5620
- #: restorer.php:1415
5621
  msgid "Failed to find database file"
5622
  msgstr "فشل في العثور على ملف قاعدة البيانات"
5623
 
5624
- #: restorer.php:1392
5625
  msgid "Warning: PHP safe_mode is active on your server. Timeouts are much more likely. If these happen, then you will need to manually restore the file via phpMyAdmin or another method."
5626
  msgstr "تحذير: PHP safe_mode نشط بخادمكم. سنكون عرضة لحالة المهلات بكثرة. ان حدث هذا المشكل بالفعل، ستكون مضطر للإسترجاع الملف من phpMyAdmin أو بطريقة أخرى."
5627
 
5628
- #: restorer.php:488
5629
  msgid "wp-config.php from backup: restoring (as per user's request)"
5630
  msgstr "wp-config.php من النسخ الإحتياطية: إستعادة (بناءا على طلب السمتخدم)"
5631
 
5632
- #: restorer.php:483
5633
  msgid "wp-config.php from backup: will restore as wp-config-backup.php"
5634
  msgstr "wp-config.php من النسخ الاحتياطي: سيتم إستعادته كمسمى wp-config-backup.php"
5635
 
5636
- #: restorer.php:375
5637
  msgid "Failed to write out the decrypted database to the filesystem"
5638
  msgstr "فشل في كتابة قاعدة البيانات مفككت التشفير لنظام الملفات"
5639
 
5640
- #: restorer.php:360
5641
  msgid "Failed to create a temporary directory"
5642
  msgstr "فشل في إنشاء دليل مؤقت"
5643
 
@@ -5681,63 +5733,64 @@ msgstr "ملف النسخ الاحتياطي غير متوفر."
5681
  msgid "UpdraftPlus is not able to directly restore this kind of entity. It must be restored manually."
5682
  msgstr "UpdraftPlus لا يمكنه استرجاع هذا النوع بشكل مباشر. يمكنك استرجاعه بشكل يدوي."
5683
 
5684
- #: admin.php:3536 admin.php:3537
5685
  msgid "Could not find one of the files for restoration"
5686
  msgstr "لا يمكن العثور على واحد من الملفات لاستعادته"
5687
 
5688
- #: admin.php:3631
5689
  msgid "Error message"
5690
  msgstr "رسالة الخطأ"
5691
 
5692
- #: admin.php:3533
5693
  msgid "The backup records do not contain information about the proper size of this file."
5694
  msgstr "سجلات النسخ الاحتياطي لا تحتوي على معلومات عن الحجم الحقيقي لهذا الملف."
5695
 
5696
- #: admin.php:3525
5697
  msgid "Archive is expected to be size:"
5698
  msgstr "من المتوقع أن يكون حجم الأرشيف:"
5699
 
5700
- #: admin.php:3409
5701
  msgid "If making a request for support, please include this information:"
5702
  msgstr "ان كنت تريد طلب دعم فني، فضلا قم باستخدام هذه المعلومات:"
5703
 
5704
- #: admin.php:3408
5705
  msgid "ABORT: Could not find the information on which entities to restore."
5706
  msgstr "الغاء: لم نتمكن من إيجاد معلومات عن الكيانات التي تريد استعادتها."
5707
 
5708
- #: admin.php:3362
5709
  msgid "UpdraftPlus Restoration: Progress"
5710
  msgstr "استرجاع UpdraftPlus: تقدم"
5711
 
5712
- #: admin.php:3314
5713
  msgid "This backup does not exist in the backup history - restoration aborted. Timestamp:"
5714
  msgstr "هذه النسخة الإحتياطية غير متوفرة بسجل التاريخ - الغاء عملية الإستعادة. الطابع الزمني:"
5715
 
5716
- #: admin.php:3263
5717
  msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
5718
  msgstr "بعد الضغط على هذا الزر، ستتمكن من اختيار المكونات التي تريد استرجاعها"
5719
 
5720
- #: admin.php:3198
5721
  msgid "Press here to download"
5722
  msgstr "إضغط هنا لتحميل"
5723
 
5724
- #: admin.php:3272
5725
  msgid "Delete this backup set"
5726
  msgstr "حذف هذه المجموعة من النسخ الاحتياطية"
5727
 
5728
- #: admin.php:2945
5729
  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."
5730
  msgstr "أخباؤ سارة: اتصالات موقعكم الآن مع %s يمكن تشفيرها. إن كنت ترى أي أخطاء بخدة التشفير، يمكنك مراجعة خيارات الخبراء للمزيد من المعلومات."
5731
 
5732
- #: admin.php:2942
5733
  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."
5734
  msgstr "نسخة PHP/Curl المنصبة بسيرفرك لا تدعم اتصال https. لا يمكن الوصول لـ %s دونها. من فضلك قم بالإتصال بخدمة الإسضافة الخاصة بك. %s <strong>تتطلب</strong> Curl+https. من فضلك لا تقم بمراسلة خدمة الدعم لأنه لا يوجد أي حل آخر."
5735
 
5736
- #: admin.php:2940
5737
  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)."
5738
  msgstr "نعلمكم أن نسخة PHP/Curl المنصبة لخادمكم لا تدعم وصول https. التواصل مع %s سيكون غير مشفر. من فضلك قم بمراسلة خدمة الإستضافة لتنصيب Curl/SSL لدعم خدمة التشفير (باستخدام إضافة)."
5739
 
5740
- #: methods/cloudfiles.php:448 methods/openstack-base.php:513 methods/s3.php:799
 
5741
  msgid "Your web server's PHP installation does not included a required module (%s). Please contact your web hosting provider's support."
5742
  msgstr "نعلمكم أن نسخة PHP المنصبة بخادمكم لا توفر هذا الموديل (%s). فضل قم بمراسلة خدمة استضافتكم."
5743
 
@@ -5773,23 +5826,23 @@ msgstr "افتراضيا UpdraftPlus يستخدم خدماته الخاصة من
5773
  msgid "Use the server's SSL certificates"
5774
  msgstr "استخدام شهادات SSL للملقم"
5775
 
5776
- #: admin.php:2816
5777
  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."
5778
  msgstr "إن لم يكن هذا ممكنا قم بالتأكد من الأذونات بسيرفرك الخاص أو غيره لمجلد جديد قابل للكتابة من قبل خادمك."
5779
 
5780
- #: admin.php:2816
5781
  msgid "click here"
5782
  msgstr "انقر هنا"
5783
 
5784
- #: admin.php:2816
5785
  msgid "or, to reset this option"
5786
  msgstr "أو، لإعادة هذا الخيار"
5787
 
5788
- #: admin.php:2816
5789
  msgid "Follow this link to attempt to create the directory and set the permissions"
5790
  msgstr ""
5791
 
5792
- #: admin.php:2808
5793
  msgid "Backup directory specified is writable, which is good."
5794
  msgstr "دليل النسخ الاحتياطي المحدد قابل للكتابة، وهو أمر جيد."
5795
 
@@ -5821,15 +5874,15 @@ msgstr "وضع التصحيح"
5821
  msgid "Advanced / Debugging Settings"
5822
  msgstr "متقدمة / تصحيح الإعدادات "
5823
 
5824
- #: admin.php:558
5825
  msgid "Requesting start of backup..."
5826
  msgstr "مطالبة البدء بالنسخ الاحتياطي ..."
5827
 
5828
- #: addons/morefiles.php:232 admin.php:574
5829
  msgid "Cancel"
5830
  msgstr "إلغاء"
5831
 
5832
- #: addons/reporting.php:216 admin.php:3087
5833
  msgid "None"
5834
  msgstr "لا شيء"
5835
 
@@ -5853,11 +5906,11 @@ msgstr "البريد الإلكتروني"
5853
  msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
5854
  msgstr "المجلدات أعلاه هي كل شيء، باستثناء مجلدات ووردبريس التي يمكن تحميلها من جديد من WordPress.org."
5855
 
5856
- #: addons/morefiles.php:373 admin.php:2886
5857
  msgid "Exclude these:"
5858
  msgstr "استبعاد هذه:"
5859
 
5860
- #: admin.php:2877
5861
  msgid "Any other directories found inside wp-content"
5862
  msgstr "أي الدلائل الأخرى الموجودة داخل wp-content"
5863
 
@@ -5873,44 +5926,44 @@ msgstr "على سبيل المثال إذا كان الملقم مشغول في
5873
  msgid "To fix the time at which a backup should take place,"
5874
  msgstr "لإصلاح الوقت الذي ينبغي أن تأخذ نسخة احتياطية،"
5875
 
5876
- #: admin.php:2802
5877
  msgid "Monthly"
5878
  msgstr "شهريا"
5879
 
5880
- #: admin.php:2801
5881
  msgid "Fortnightly"
5882
  msgstr "نصف شهري"
5883
 
5884
- #: admin.php:2800
5885
  msgid "Weekly"
5886
  msgstr "أسبوعيا"
5887
 
5888
- #: admin.php:2799
5889
  msgid "Daily"
5890
  msgstr "يوميا"
5891
 
5892
- #: admin.php:581 admin.php:2782
5893
  msgid "Download log file"
5894
  msgstr "تحميل ملف السجل"
5895
 
5896
- #: admin.php:2700
5897
  msgid "The folder exists, but your webserver does not have permission to write to it."
5898
  msgstr "المجلد موجود مسبقا، لكن خادمك لا يملك صلاحية الكتابة عليه."
5899
 
5900
- #: admin.php:2695
5901
  msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it. You should check with your hosting provider that this will not cause any problems"
5902
  msgstr "تم خلق المجلد، لكن يتوجب علينا تغيير أذوناته لـ 777 (قابل للكتابة) لنتمكن من الكتابة عليه. يجب عليك التحقق من قابلية هذه العملية مع خدمة الإستضافة الخاصة بك."
5903
 
5904
- #: admin.php:2681
5905
  msgid "The request to the filesystem to create the directory failed."
5906
  msgstr "فشل الطلب إلى نظام الملفات لإنشاء الدليل."
5907
 
5908
- #: addons/migrator.php:2243 admin.php:575 admin.php:2597 admin.php:2630
5909
- #: admin.php:3272 templates/wp-admin/settings/delete-and-restore-modals.php:5
5910
  msgid "Delete"
5911
  msgstr "حذف"
5912
 
5913
- #: admin.php:2537
5914
  msgid "show log"
5915
  msgstr "عرض السجل"
5916
 
@@ -6023,7 +6076,7 @@ msgstr "استعادة النسخة الاحتياطية"
6023
  msgid "Delete backup set"
6024
  msgstr "حذف مجموعة النسخ الاحتياطية"
6025
 
6026
- #: admin.php:557
6027
  msgid "Download error: the server sent us a response which we did not understand."
6028
  msgstr "خطأ بالتحميل : بعث لنا الخادم استجابة لم نفهمها."
6029
 
@@ -6034,13 +6087,13 @@ msgstr "خطأ بالتحميل : بعث لنا الخادم استجابة لم
6034
  #: addons/migrator.php:1879 addons/migrator.php:1889 addons/migrator.php:1894
6035
  #: addons/s3-enhanced.php:120 addons/s3-enhanced.php:125
6036
  #: addons/s3-enhanced.php:127 addons/sftp.php:736 addons/webdav.php:79
6037
- #: admin.php:82 admin.php:549 admin.php:3530 admin.php:3560
6038
  #: methods/remotesend.php:76 methods/remotesend.php:234
6039
- #: methods/updraftvault.php:434 restorer.php:1353
6040
  msgid "Error:"
6041
  msgstr "خطأ:"
6042
 
6043
- #: admin.php:540 templates/wp-admin/settings/downloading-and-restoring.php:34
6044
  msgid "calculating..."
6045
  msgstr "حساب ..."
6046
 
@@ -6079,37 +6132,37 @@ msgstr "متصفح الويب أوبرا "
6079
  msgid "More tasks:"
6080
  msgstr "المزيد من المهام:"
6081
 
6082
- #: admin.php:2300
6083
  msgid "Download most recently modified log file"
6084
  msgstr "تحميل ملف السجل المعدل مؤخرا"
6085
 
6086
- #: admin.php:2259 admin.php:2265 central/bootstrap.php:161
6087
  msgid "(Nothing yet logged)"
6088
  msgstr "(لا شيء حتى الآن تم تسجيله)"
6089
 
6090
- #: addons/autobackup.php:293 addons/autobackup.php:384 admin.php:2258
6091
- #: admin.php:2263
6092
  msgid "Last log message"
6093
  msgstr "رسالة السجل الأخيرة"
6094
 
6095
- #: addons/migrator.php:218 admin.php:580 admin.php:3263
6096
  #: templates/wp-admin/settings/tab-status.php:30
6097
  msgid "Restore"
6098
  msgstr "الإستعادة"
6099
 
6100
- #: admin.php:410 admin.php:573 templates/wp-admin/settings/tab-status.php:27
6101
  msgid "Backup Now"
6102
  msgstr "النسخ الاحتياطي الآن"
6103
 
6104
- #: addons/migrator.php:1774 addons/moredatabase.php:235
6105
- #: addons/reporting.php:231 admin.php:233 admin.php:3062 admin.php:3135
6106
- #: admin.php:3614 includes/class-wpadmin-commands.php:138
6107
  #: templates/wp-admin/settings/delete-and-restore-modals.php:81
6108
  #: templates/wp-admin/settings/delete-and-restore-modals.php:83
6109
  msgid "Database"
6110
  msgstr "قاعدة بيانات"
6111
 
6112
- #: admin.php:229 admin.php:4005
6113
  msgid "Files"
6114
  msgstr "ملفات"
6115
 
@@ -6133,15 +6186,15 @@ msgstr "واجهة المشرف هذه تستخدم الجافا سكريبت ب
6133
  msgid "JavaScript warning"
6134
  msgstr "تحذير جافا سكريبت"
6135
 
6136
- #: admin.php:560 admin.php:2327
6137
  msgid "Delete Old Directories"
6138
  msgstr "حذف الدلائل القديمة"
6139
 
6140
- #: admin.php:2081
6141
  msgid "Current limit is:"
6142
  msgstr "الحد الحالي هو:"
6143
 
6144
- #: admin.php:2055
6145
  msgid "Your backup has been restored."
6146
  msgstr "تمت استعادة النسخ الاحتياطي."
6147
 
@@ -6153,111 +6206,111 @@ msgstr "الإصدار"
6153
  msgid "Lead developer's homepage"
6154
  msgstr "الولوج لموقع المطور"
6155
 
6156
- #: admin.php:3927
6157
  msgid "Your settings have been wiped."
6158
  msgstr "تم القضاء على الإعدادات الخاصة بك."
6159
 
6160
- #: admin.php:2015
6161
  msgid "Backup directory successfully created."
6162
  msgstr "تم إنشاء دليل النسخ الاحتياطي بنجاح."
6163
 
6164
- #: admin.php:2008
6165
  msgid "Backup directory could not be created"
6166
  msgstr "لا يمكن إنشاء دليل النسخ الاحتياطي"
6167
 
6168
- #: admin.php:2569
6169
  msgid "Old directory removal failed for some reason. You may want to do this manually."
6170
  msgstr "النسخ السابقة من المجلدات لم تحذف بشكل جيد لسبب ما. يمكنك حذفها بشكل يدوي."
6171
 
6172
- #: admin.php:2567
6173
  msgid "Old directories successfully removed."
6174
  msgstr "تم إزالة الدلائل القديمة بنجاح."
6175
 
6176
- #: admin.php:2564
6177
  msgid "Remove old directories"
6178
  msgstr "إزالة الدلائل القديمة"
6179
 
6180
- #: addons/migrator.php:281 addons/migrator.php:296 admin.php:1957
6181
- #: admin.php:1966 admin.php:1975 admin.php:2017 admin.php:2571
6182
  msgid "Return to UpdraftPlus Configuration"
6183
  msgstr "العودة إلى اعدادات UpdraftPlus"
6184
 
6185
- #: admin.php:553 admin.php:1957 admin.php:1966 admin.php:1975 admin.php:2017
6186
- #: admin.php:2571 templates/wp-admin/settings/existing-backups-table.php:14
6187
  msgid "Actions"
6188
  msgstr "الإجراءات"
6189
 
6190
- #: admin.php:1946
6191
  msgid "Restore successful!"
6192
  msgstr "استعادة ناجحة!"
6193
 
6194
- #: admin.php:1876
6195
  msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
6196
  msgstr "إسم ملف خاطئ - نعقد أننا لم نكن المسؤولين في تشفير هذا الملف"
6197
 
6198
- #: admin.php:1786
6199
  msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
6200
  msgstr "إسم ملف خاطئ - نعتقد أننا لم نكن المسؤولين بخلق هذا الملف"
6201
 
6202
- #: admin.php:1667
6203
  msgid "No local copy present."
6204
  msgstr "لا نسخة محلية متوفرة."
6205
 
6206
- #: admin.php:1664
6207
  msgid "Download in progress"
6208
  msgstr "التحميل في تقدم"
6209
 
6210
- #: admin.php:552 admin.php:1652
6211
  msgid "File ready."
6212
  msgstr "ملف جاهز."
6213
 
6214
- #: admin.php:1633
6215
  msgid "Download failed"
6216
  msgstr "فشل تحميل"
6217
 
6218
- #: admin.php:550 admin.php:1424 admin.php:3513 class-updraftplus.php:980
6219
  #: class-updraftplus.php:1024 methods/addon-base.php:75
6220
  #: methods/addon-base.php:80 methods/addon-base.php:194
6221
- #: methods/addon-base.php:214 methods/stream-base.php:201 restorer.php:2184
6222
- #: restorer.php:2209 restorer.php:2291 updraftplus.php:147
6223
  msgid "Error"
6224
  msgstr "خطأ"
6225
 
6226
- #: admin.php:1452
6227
  msgid "Could not find that job - perhaps it has already finished?"
6228
  msgstr "لا يمكن العثور على هذا الوظيفة - ربما كان قد أنهى بالفعل؟"
6229
 
6230
- #: admin.php:1444
6231
  msgid "Job deleted"
6232
  msgstr "وظيفة حذفت"
6233
 
6234
- #: admin.php:1528
6235
  msgid "OK. You should soon see activity in the \"Last log message\" field below."
6236
  msgstr "أوكي، ستتمكن قريبا من مشاهدة النشاطات بحقل \"سجل آخر الرسائل\" أسفله"
6237
 
6238
- #: admin.php:624
6239
  msgid "Nothing yet logged"
6240
  msgstr "لا شيء حتى الآن تم تسجيله"
6241
 
6242
- #: admin.php:830
6243
  msgid "Please consult this FAQ if you have problems backing up."
6244
  msgstr "يرجى الرجوع إلى الأسئلة الشائعة إذا كنت تواجه مشاكل بالنسخ الاحتياطي."
6245
 
6246
- #: admin.php:830
6247
  msgid "Your website is hosted using the %s web server."
6248
  msgstr "موقعك يستخدم %s من خادم الويب."
6249
 
6250
- #: admin.php:826
6251
  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."
6252
  msgstr "UpdraftPlus لا يدعم النسخ أقل من %s من نظام ووردبريس. يمكن أن يعمل لك، لكن إن لم يعمل، كن على يقين أنه لن نتمكن من مساعدة في حل المشاكل إلا بعد أن تقوم بترقية اصدار الووردبريس."
6253
 
6254
- #: admin.php:822
6255
  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."
6256
  msgstr "تملك مساحة تخزين حرة أقل من %s بالهارد درايف الذي يستخدمه UpdraftPlus لحفظ النسخ الإحتياطية. UpdraftPlus لن يتمكن من حفظ النسخ. من فشلك قم بمراسلة خدمة الإستضافة لحل هذا المشكل."
6257
 
6258
- #: admin.php:814 admin.php:818 admin.php:822 admin.php:826 admin.php:830
6259
- #: admin.php:839 admin.php:2933 admin.php:2940 admin.php:2942
6260
- #: methods/cloudfiles.php:448 methods/ftp.php:284
6261
  #: methods/openstack-base.php:513 methods/s3.php:795 methods/s3.php:799
6262
  #: methods/updraftvault.php:260
6263
  #: templates/wp-admin/settings/downloading-and-restoring.php:29
@@ -6265,23 +6318,23 @@ msgstr "تملك مساحة تخزين حرة أقل من %s بالهارد در
6265
  msgid "Warning"
6266
  msgstr "تحذير"
6267
 
6268
- #: admin.php:763
6269
  msgid "Add-Ons / Pro Support"
6270
  msgstr "إضافات / الدعم المدفوع"
6271
 
6272
- #: admin.php:426 admin.php:759 templates/wp-admin/settings/tab-bar.php:7
6273
  msgid "Settings"
6274
  msgstr "إعدادات"
6275
 
6276
- #: admin.php:732
6277
  msgid "Allowed Files"
6278
  msgstr "ملفات مسموحة"
6279
 
6280
- #: backup.php:229
6281
  msgid "Could not create %s zip. Consult the log file for more information."
6282
  msgstr "لم نتمكن من خلق الملف المضغوط %s. تحقق من السجل لمزيد من المعلومات."
6283
 
6284
- #: backup.php:1973
6285
  msgid "Infinite recursion: consult your log for more information"
6286
  msgstr "عودية لا نهائية: تحقق من السجل لمزيد من المعلومات"
6287
 
@@ -6293,71 +6346,71 @@ msgstr ""
6293
  msgid "Like UpdraftPlus and can spare one minute?"
6294
  msgstr "هل أحببت UpdraftPlus وتريد المساعدة في نشره؟"
6295
 
6296
- #: addons/azure.php:217 class-updraftplus.php:3559 methods/googledrive.php:838
6297
  msgid "File not found"
6298
  msgstr "لم يتم العثور على ملف"
6299
 
6300
- #: class-updraftplus.php:3470
6301
  msgid "The decryption key used:"
6302
  msgstr "مفتاح فك التشفير المستخدم:"
6303
 
6304
- #: class-updraftplus.php:3470 class-updraftplus.php:3745 restorer.php:378
6305
  msgid "Decryption failed. The most likely cause is that you used the wrong key."
6306
  msgstr "فشل التشفير. غالبا سيكون السبب هو عدم استخدام المفتاح الخطأ."
6307
 
6308
- #: class-updraftplus.php:3459 class-updraftplus.php:3728 restorer.php:368
6309
  msgid "Decryption failed. The database file is encrypted, but you have no encryption key entered."
6310
  msgstr "فشل التشفير. ملف قاعدة البيانات مفر، ولكن لم تقم بإدخال أي مفتاح للتشفير."
6311
 
6312
- #: backup.php:1872
6313
  msgid "Could not open the backup file for writing"
6314
  msgstr "لا يمكن فتح ملف النسخ الاحتياطي للكتابة"
6315
 
6316
- #: class-updraftplus.php:3099
6317
  msgid "Could not save backup history because we have no backup array. Backup probably failed."
6318
  msgstr "لم نتمكن من حفظ تاريخ النسخ الإحتياطية بسبب عدم ترتيب النسخ. النسخ الإحتياطي ربما قد فشل."
6319
 
6320
- #: class-updraftplus.php:3076
6321
  msgid "Could not read the directory"
6322
  msgstr "لا يمكن قراءة الدليل"
6323
 
6324
- #: admin.php:1704 backup.php:1124 restorer.php:225
6325
  msgid "Backup directory (%s) is not writable, or does not exist."
6326
  msgstr "دليل (%s) النسخ الإحتياطي ليس قابل للكتابة، أو غير موجود."
6327
 
6328
- #: backup.php:928
6329
  msgid "WordPress backup is complete"
6330
  msgstr "اكتمال عملية النسخ الإحتياطي للووردبريس"
6331
 
6332
- #: class-updraftplus.php:2649
6333
  msgid "The backup attempt has finished, apparently unsuccessfully"
6334
  msgstr "محاولة النسخ الإحتياطية تمت، لكن يبدو أنها فشلت."
6335
 
6336
- #: class-updraftplus.php:2634
6337
  msgid "The backup apparently succeeded and is now complete"
6338
  msgstr "يبدو أن عملية النسح الإحتياطي قد نجحت وهاهي الآن قد اكتملت"
6339
 
6340
- #: addons/moredatabase.php:320
6341
  msgid "Encryption error occurred when encrypting database. Encryption aborted."
6342
  msgstr "حدث خطأ في عملية التشفير لقاعدة البيانات. تم ايقاف العملية."
6343
 
6344
- #: class-updraftplus.php:2061
6345
  msgid "Could not create files in the backup directory. Backup aborted - check your UpdraftPlus settings."
6346
  msgstr "لم نتمكن من خلق الملفات بمجلد النسخ الإحتياطية. تجاهل النسخ - تحقق من خيارات UpdraftPlus."
6347
 
6348
- #: class-updraftplus.php:1453
6349
  msgid "Others"
6350
  msgstr "أخرى"
6351
 
6352
- #: addons/multisite.php:455 class-updraftplus.php:1438
6353
  msgid "Uploads"
6354
  msgstr "الملفات المرفوعة"
6355
 
6356
- #: class-updraftplus.php:1437
6357
  msgid "Themes"
6358
  msgstr "تصاميم"
6359
 
6360
- #: class-updraftplus.php:1436
6361
  msgid "Plugins"
6362
  msgstr "الإضافات"
6363
 
@@ -6365,16 +6418,16 @@ msgstr "الإضافات"
6365
  msgid "No log files were found."
6366
  msgstr "لا توجد ملفات السجل."
6367
 
6368
- #: admin.php:1587 admin.php:1591 class-updraftplus.php:389
6369
  msgid "The log file could not be read."
6370
  msgstr "لا يمكن قراءة ملف السجل."
6371
 
6372
- #: admin.php:846 admin.php:850 admin.php:854 admin.php:858 admin.php:862
6373
  #: class-updraftplus.php:354 class-updraftplus.php:389
6374
  #: class-updraftplus.php:394 class-updraftplus.php:399
6375
  msgid "UpdraftPlus notice:"
6376
  msgstr "إشعار UpdraftPlus :"
6377
 
6378
- #: addons/multisite.php:66 addons/multisite.php:663 options.php:41
6379
  msgid "UpdraftPlus Backups"
6380
  msgstr "نسخ الإحتياطية UpdraftPlus"
2
  # This file is distributed under the same license as the UpdraftPlus package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2017-01-31 17:21:50+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
11
  "Language: ar\n"
12
  "Project-Id-Version: UpdraftPlus\n"
13
 
14
+ #: restorer.php:1629
15
+ msgid "Skipped tables:"
16
+ msgstr ""
17
+
18
+ #: class-updraftplus.php:4049
19
+ msgid "This database backup has the following WordPress tables excluded: %s"
20
+ msgstr ""
21
+
22
+ #: admin.php:2271
23
+ msgid "With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too."
24
+ msgstr ""
25
+
26
+ #: admin.php:2271
27
+ msgid "All WordPress tables will be backed up."
28
+ msgstr ""
29
+
30
+ #: admin.php:675
31
+ msgid "Further information may be found in the browser JavaScript console, and the server PHP error logs."
32
+ msgstr ""
33
+
34
+ #: admin.php:675
35
+ msgid "That you are attempting to upload a zip file previously created by UpdraftPlus."
36
+ msgstr ""
37
+
38
+ #: admin.php:675
39
+ msgid "The available memory on the server."
40
+ msgstr ""
41
+
42
+ #: admin.php:675
43
+ msgid "Any settings in your .htaccess or web.config file that affects the maximum upload or post size."
44
+ msgstr ""
45
+
46
+ #: admin.php:675
47
+ msgid "The file failed to upload. Please check the following:"
48
+ msgstr ""
49
+
50
+ #: admin.php:674
51
+ msgid "HTTP code:"
52
+ msgstr ""
53
+
54
+ #: admin.php:572
55
+ msgid "You have chosen to backup a database, but no tables have been selected"
56
+ msgstr ""
57
+
58
+ #: addons/moredatabase.php:484
59
+ msgid "tables"
60
+ msgstr ""
61
+
62
+ #: addons/moredatabase.php:483
63
+ msgid "WordPress database"
64
+ msgstr ""
65
+
66
+ #: addons/moredatabase.php:476
67
+ msgid "You should backup all tables unless you are an expert in the internals of the WordPress database."
68
+ msgstr ""
69
+
70
  #: templates/wp-admin/settings/tab-addons.php:300
71
  msgid "Everyone can use the free version; but UpdraftGold bundles an enhanced paid version."
72
  msgstr ""
237
  msgid "After you've backed up your database, we recommend you install our WP-Optimize plugin to streamline it for better website performance."
238
  msgstr ""
239
 
240
+ #: admin.php:595
241
  msgid "Show contents"
242
  msgstr ""
243
 
244
+ #: addons/morefiles.php:246
245
  msgid "Please choose a file or directory"
246
  msgstr ""
247
 
248
+ #: addons/morefiles.php:235
249
  msgid "Confirm"
250
  msgstr ""
251
 
252
+ #: addons/morefiles.php:238
253
  msgid "Go up a directory"
254
  msgstr ""
255
 
257
  msgid "Add directory..."
258
  msgstr ""
259
 
260
+ #: addons/morefiles.php:224 addons/morefiles.php:244
261
  msgid "Edit"
262
  msgstr ""
263
 
529
  msgid "Export / import settings"
530
  msgstr ""
531
 
532
+ #: restorer.php:1995
533
  msgid "Skipping site %s: this table (%s) and others from the site will not be restored"
534
  msgstr ""
535
 
536
+ #: restorer.php:1814
537
  msgid "Processing table (%s)"
538
  msgstr ""
539
 
540
+ #: restorer.php:1595
541
  msgid "Backup of: %s"
542
  msgstr ""
543
 
545
  msgid "The client has been deleted from the Google Drive API console. Please create a new Google Drive project and reconnect with UpdraftPlus."
546
  msgstr ""
547
 
548
+ #: methods/dropbox.php:569
549
  msgid "%s de-authentication"
550
  msgstr ""
551
 
552
+ #: methods/dropbox.php:537
553
  msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
554
  msgstr ""
555
 
556
+ #: methods/dropbox.php:511
557
  msgid "Follow this link to deauthenticate with %s."
558
  msgstr ""
559
 
561
  msgid "UpdraftCentral enables control of your WordPress sites (including management of backups and updates) from a central dashboard."
562
  msgstr ""
563
 
564
+ #: backup.php:1495
565
  msgid "If not, you will need to either remove data from this table, or contact your hosting company to request more resources."
566
  msgstr ""
567
 
569
  msgid "You have selected a remote storage option which has an authorization step to complete:"
570
  msgstr ""
571
 
572
+ #: admin.php:1391
573
  msgid "Remote files deleted:"
574
  msgstr ""
575
 
576
+ #: admin.php:1390
577
  msgid "Local files deleted:"
578
  msgstr ""
579
 
580
+ #: admin.php:887 admin.php:891 admin.php:899 admin.php:903
581
  msgid "Follow this link to authorize access to your %s account (you will not be able to back up to %s without it)."
582
  msgstr ""
583
 
584
+ #: admin.php:673
585
  msgid "remote files deleted"
586
  msgstr ""
587
 
588
+ #: admin.php:671
589
  msgid "Complete"
590
  msgstr ""
591
 
592
+ #: admin.php:670
593
  msgid "Do you want to carry out the import?"
594
  msgstr ""
595
 
596
+ #: admin.php:669
597
  msgid "Which was exported on:"
598
  msgstr ""
599
 
600
+ #: admin.php:668
601
  msgid "This will import data from:"
602
  msgstr ""
603
 
604
+ #: admin.php:667
605
  msgid "Importing..."
606
  msgstr ""
607
 
608
+ #: admin.php:664
609
  msgid "You have not yet selected a file to import."
610
  msgstr ""
611
 
612
+ #: admin.php:648
613
  msgid "Your export file will be of your displayed settings, not your saved ones."
614
  msgstr ""
615
 
654
  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"
655
  msgstr ""
656
 
657
+ #: admin.php:2096
658
  msgid "To fix this problem go here."
659
  msgstr ""
660
 
661
+ #: admin.php:2096
662
  msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
663
  msgstr ""
664
 
665
+ #: admin.php:633
666
  msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
667
  msgstr ""
668
 
722
  msgid "FAQs"
723
  msgstr ""
724
 
725
+ #: udaddons/plugin-updates/plugin-update-checker.php:824
726
  msgid "Unknown update checker status \"%s\""
727
  msgstr ""
728
 
729
+ #: udaddons/plugin-updates/plugin-update-checker.php:822
730
  msgid "A new version of this plugin is available."
731
  msgstr ""
732
 
733
+ #: udaddons/plugin-updates/plugin-update-checker.php:820
734
  msgid "This plugin is up to date."
735
  msgstr ""
736
 
737
+ #: udaddons/plugin-updates/plugin-update-checker.php:776
738
  msgid "Check for updates"
739
  msgstr ""
740
 
741
+ #: udaddons/plugin-updates/github-checker.php:119
742
  msgid "There is no changelog available."
743
  msgstr ""
744
 
766
  msgid "Public key was sent to:"
767
  msgstr ""
768
 
769
+ #: backup.php:2054
770
  msgid "Failed to open directory (check the file permissions and ownership): %s"
771
  msgstr ""
772
 
773
+ #: backup.php:2032
774
  msgid "%s: unreadable file - could not be backed up (check the file permissions and ownership)"
775
  msgstr ""
776
 
784
 
785
  #: addons/migrator.php:2204 central/bootstrap.php:505
786
  msgid "recommended"
787
+ msgstr "موصى به"
788
 
789
  #: addons/migrator.php:2204 central/bootstrap.php:505
790
  msgid "%s bytes"
826
 
827
  #: methods/ftp.php:355
828
  msgid "login"
829
+ msgstr "تسجيل الدخول"
830
 
831
  #: methods/email.php:77
832
  msgid "Be aware that mail servers tend to have size limits; typically around %s MB; backups larger than any limits will likely not arrive."
836
  msgid "This backup archive is %s MB in size - the attempt to send this via email is likely to fail (few email servers allow attachments of this size). If so, you should switch to using a different remote storage method."
837
  msgstr ""
838
 
839
+ #: class-updraftplus.php:1484
840
  msgid "Size: %s MB"
841
  msgstr ""
842
 
854
 
855
  #: templates/wp-admin/settings/tab-status.php:48
856
  msgid "Now"
857
+ msgstr "الآن"
858
 
859
+ #: class-updraftplus.php:3913 restorer.php:996
860
  msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
861
  msgstr ""
862
 
904
 
905
  #: central/bootstrap.php:462
906
  msgid "Description"
907
+ msgstr " الوصف"
908
 
909
  #: central/bootstrap.php:456
910
  msgid "Create new key"
928
 
929
  #: central/bootstrap.php:436
930
  msgid "Details"
931
+ msgstr "تفاصيل عن المناسبة"
932
 
933
  #: central/bootstrap.php:435
934
  msgid "Key description"
978
  msgid "UpdraftCentral Connection"
979
  msgstr ""
980
 
981
+ #: backup.php:837 class-updraftplus.php:2715
982
  msgid "The backup was aborted by the user"
983
  msgstr ""
984
 
985
+ #: admin.php:3953
986
  msgid "Your settings have been saved."
987
+ msgstr "تم حفظ إعداداتك."
988
 
989
+ #: admin.php:3146
990
  msgid "Total backup size:"
991
  msgstr ""
992
 
993
+ #: admin.php:2593
994
  msgid "stop"
995
+ msgstr "توقف"
996
 
997
+ #: admin.php:2431
998
  msgid "The backup has finished running"
999
  msgstr ""
1000
 
1020
  msgid "calculate"
1021
  msgstr ""
1022
 
1023
+ #: admin.php:647
1024
  msgid "You should save your changes to ensure that they are used for making your backup."
1025
  msgstr ""
1026
 
1027
+ #: admin.php:641
1028
  msgid "We requested to delete the file, but could not understand the server's response"
1029
  msgstr ""
1030
 
1031
+ #: admin.php:640
1032
  msgid "Please enter a valid URL"
1033
  msgstr ""
1034
 
1035
+ #: admin.php:623
1036
  msgid "Saving..."
1037
+ msgstr "جاري الحفظ..."
1038
 
1039
+ #: admin.php:586
1040
  msgid "Error: the server sent us a response which we did not understand."
1041
  msgstr ""
1042
 
1043
+ #: admin.php:578
1044
  msgid "Fetching..."
1045
  msgstr ""
1046
 
1052
  msgid "Barracuda have closed down Copy.Com, as of May 1st, 2016. See:"
1053
  msgstr ""
1054
 
1055
+ #: restorer.php:1618
1056
  msgid "Uploads URL:"
1057
  msgstr ""
1058
 
1059
+ #: backup.php:388
1060
  msgid "Unexpected error: no class '%s' was found (your UpdraftPlus installation seems broken - try re-installing)"
1061
  msgstr ""
1062
 
1064
  msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
1065
  msgstr ""
1066
 
1067
+ #: restorer.php:2019
1068
  msgid "Skipping table %s: this table will not be restored"
1069
  msgstr ""
1070
 
1071
+ #: class-updraftplus.php:3964 restorer.php:1642
1072
  msgid "To import an ordinary WordPress site into a multisite installation requires %s."
1073
  msgstr ""
1074
 
1075
+ #: class-updraftplus.php:3960
1076
  msgid "Please read this link for important information on this process."
1077
  msgstr ""
1078
 
1079
+ #: class-updraftplus.php:3960
1080
  msgid "It will be imported as a new site."
1081
  msgstr ""
1082
 
1083
+ #: admin.php:2244 templates/wp-admin/notices/horizontal-notice.php:16
1084
  #: templates/wp-admin/notices/horizontal-notice.php:18
1085
  msgid "Dismiss"
1086
+ msgstr "رفض"
1087
 
1088
+ #: admin.php:659
1089
  msgid "Please fill in the required information."
1090
  msgstr ""
1091
 
1092
+ #: addons/multisite.php:556
1093
  msgid "Read more..."
1094
  msgstr ""
1095
 
1096
+ #: addons/multisite.php:556
1097
  msgid "N.B. this option only affects the restoration of the database and uploads - other file entities (such as plugins) in WordPress are shared by the whole network."
1098
  msgstr ""
1099
 
1100
+ #: addons/multisite.php:547
1101
  msgid "may include some site-wide data"
1102
  msgstr ""
1103
 
1104
+ #: addons/multisite.php:542
1105
  msgid "All sites"
1106
  msgstr ""
1107
 
1108
+ #: addons/multisite.php:538
1109
  msgid "Which site to restore"
1110
  msgstr ""
1111
 
1112
+ #: addons/multisite.php:374 addons/multisite.php:384
1113
  msgid "Restoring only the site with id=%s: removing other data (if any) from the unpacked backup"
1114
  msgstr ""
1115
 
1157
  msgid "Call WordPress action:"
1158
  msgstr ""
1159
 
1160
+ #: admin.php:2279
1161
  msgid "Your saved settings also affect what is backed up - e.g. files excluded."
1162
  msgstr ""
1163
 
1164
+ #: admin.php:3554
1165
  msgid "Skipping: this archive was already restored."
1166
  msgstr ""
1167
 
1193
  msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
1194
  msgstr ""
1195
 
1196
+ #: admin.php:3835
1197
  msgid "Send this backup to remote storage"
1198
  msgstr ""
1199
 
1200
+ #: admin.php:3833
1201
  msgid "Check out UpdraftPlus Vault."
1202
  msgstr ""
1203
 
1204
+ #: admin.php:3833
1205
  msgid "Not got any remote storage?"
1206
  msgstr ""
1207
 
1208
+ #: admin.php:3833
1209
  msgid "settings"
1210
+ msgstr "إعدادات"
1211
 
1212
+ #: admin.php:3833
1213
  msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
1214
  msgstr ""
1215
 
1216
+ #: admin.php:2277
1217
  msgid "Include any files in the backup"
1218
  msgstr ""
1219
 
1220
+ #: admin.php:2263
1221
  msgid "Include the database in the backup"
1222
  msgstr ""
1223
 
1224
+ #: admin.php:2243
1225
  msgid "Continue restoration"
1226
  msgstr ""
1227
 
1228
+ #: admin.php:2238
1229
  msgid "You have an unfinished restoration operation, begun %s ago."
1230
  msgstr ""
1231
 
1232
+ #: admin.php:2237
1233
  msgid "Unfinished restoration"
1234
  msgstr ""
1235
 
1236
+ #: admin.php:2235
1237
  msgid "%s minutes, %s seconds"
1238
  msgstr ""
1239
 
1240
+ #: admin.php:2182
1241
  msgid "Backup Contents And Schedule"
1242
  msgstr ""
1243
 
1245
  msgid "Premium / Extensions"
1246
  msgstr ""
1247
 
1248
+ #: admin.php:1962 admin.php:1971
1249
  msgid "Sufficient information about the in-progress restoration operation could not be found."
1250
  msgstr ""
1251
 
1252
+ #: admin.php:646
1253
  msgctxt "(verb)"
1254
  msgid "Download"
1255
  msgstr ""
1256
 
1257
+ #: admin.php:571
1258
  msgid "You have chosen to backup files, but no file entities have been selected"
1259
  msgstr ""
1260
 
1261
+ #: admin.php:480
1262
  msgid "Extensions"
1263
+ msgstr "Extensions"
1264
 
1265
+ #: admin.php:472 templates/wp-admin/settings/tab-bar.php:8
1266
  msgid "Advanced Tools"
1267
  msgstr ""
1268
 
1395
  msgid "Could not access container"
1396
  msgstr ""
1397
 
1398
+ #: class-updraftplus.php:2732
1399
  msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
1400
  msgstr ""
1401
 
1402
+ #: backup.php:1547
1403
  msgid "the options table was not found"
1404
  msgstr ""
1405
 
1406
+ #: backup.php:1545
1407
  msgid "no options or sitemeta table was found"
1408
  msgstr ""
1409
 
1410
+ #: backup.php:1545 backup.php:1547
1411
  msgid "The database backup appears to have failed"
1412
  msgstr ""
1413
 
1414
+ #: backup.php:1419
1415
  msgid "The backup directory is not writable (or disk space is full) - the database backup is expected to shortly fail."
1416
  msgstr ""
1417
 
1421
 
1422
  #: templates/wp-admin/advanced/site-info.php:49
1423
  msgid "Not installed"
1424
+ msgstr "لم يتم التثبيت"
1425
 
1426
  #: addons/googlecloud.php:865 addons/s3-enhanced.php:46
1427
  msgid "Storage class"
1499
  msgid "You do not have UpdraftPlus completely installed - please de-install and install it again. Most likely, WordPress malfunctioned when copying the plugin files."
1500
  msgstr ""
1501
 
1502
+ #: restorer.php:778
1503
  msgid "Deferring..."
1504
  msgstr ""
1505
 
1528
  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)."
1529
  msgstr ""
1530
 
1531
+ #: admin.php:1389
1532
  msgid "Backup sets removed:"
1533
  msgstr ""
1534
 
1535
+ #: admin.php:658
1536
  msgid "Processing..."
1537
  msgstr ""
1538
 
1539
+ #: admin.php:656
1540
  msgid "For backups older than"
1541
  msgstr ""
1542
 
1543
+ #: admin.php:655
1544
  msgid "week(s)"
1545
  msgstr ""
1546
 
1547
+ #: admin.php:654
1548
  msgid "hour(s)"
1549
  msgstr ""
1550
 
1551
+ #: admin.php:653
1552
  msgid "day(s)"
1553
  msgstr ""
1554
 
1555
+ #: admin.php:652
1556
  msgid "in the month"
1557
  msgstr ""
1558
 
1559
+ #: admin.php:651
1560
  msgid "day"
1561
  msgstr ""
1562
 
1568
  msgid "Add an additional retention rule..."
1569
  msgstr ""
1570
 
1571
+ #: restorer.php:2116
1572
  msgid "This database needs to be deployed on MySQL version %s or later."
1573
  msgstr ""
1574
 
1575
+ #: restorer.php:2116
1576
  msgid "This problem is caused by trying to restore a database on a very old MySQL version that is incompatible with the source database."
1577
  msgstr ""
1578
 
1580
  msgid "You do not currently have any UpdraftPlus Vault quota"
1581
  msgstr ""
1582
 
1583
+ #: class-updraftplus.php:3999
1584
  msgid "You must upgrade MySQL to be able to use this database."
1585
  msgstr ""
1586
 
1587
+ #: class-updraftplus.php:3999
1588
  msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
1589
  msgstr ""
1590
 
1591
+ #: admin.php:2081
1592
  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."
1593
  msgstr ""
1594
 
1616
  msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
1617
  msgstr ""
1618
 
1619
+ #: admin.php:895
1620
  msgid "Go to the remote storage settings in order to connect."
1621
  msgstr ""
1622
 
1623
+ #: admin.php:895
1624
  msgid "%s has been chosen for remote storage, but you are not currently connected."
1625
  msgstr ""
1626
 
1628
  msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
1629
  msgstr ""
1630
 
1631
+ #: admin.php:629
1632
  msgid "Update quota count"
1633
  msgstr ""
1634
 
1635
+ #: admin.php:628
1636
  msgid "Counting..."
1637
  msgstr ""
1638
 
1639
+ #: admin.php:627
1640
  msgid "Disconnecting..."
1641
  msgstr ""
1642
 
1643
+ #: admin.php:625
1644
  msgid "Connecting..."
1645
  msgstr ""
1646
 
1666
  msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
1667
  msgstr ""
1668
 
1669
+ #: admin.php:626 methods/updraftvault.php:362
1670
  msgid "Disconnect"
1671
  msgstr ""
1672
 
1760
  msgid "Delete failed:"
1761
  msgstr ""
1762
 
1763
+ #: backup.php:2994
1764
  msgid "The zip engine returned the message: %s."
1765
  msgstr ""
1766
 
1784
  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."
1785
  msgstr ""
1786
 
1787
+ #: addons/migrator.php:1742 admin.php:635
1788
  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."
1789
  msgstr ""
1790
 
1856
  msgid "This storage method does not allow downloading"
1857
  msgstr ""
1858
 
1859
+ #: admin.php:3314
1860
  msgid "(backup set imported from remote location)"
1861
  msgstr ""
1862
 
1876
  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."
1877
  msgstr ""
1878
 
1879
+ #: addons/migrator.php:1770 admin.php:642
1880
  msgid "Testing connection..."
1881
  msgstr ""
1882
 
1883
+ #: admin.php:639
1884
  msgid "Deleting..."
1885
  msgstr ""
1886
 
1887
+ #: admin.php:638
1888
  msgid "key name"
1889
  msgstr ""
1890
 
1891
+ #: admin.php:636
1892
  msgid "Please give this key a name (e.g. indicate the site it is for):"
1893
  msgstr ""
1894
 
1895
+ #: admin.php:633
1896
  msgid "Creating..."
1897
  msgstr ""
1898
 
1916
  msgid "Or, send a backup to another site"
1917
  msgstr ""
1918
 
1919
+ #: addons/migrator.php:1937 admin.php:643
1920
  msgid "Send"
1921
  msgstr ""
1922
 
1923
+ #: addons/migrator.php:1931 admin.php:634
1924
  msgid "Send to site:"
1925
  msgstr ""
1926
 
1984
  msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
1985
  msgstr ""
1986
 
1987
+ #: addons/migrator.php:2180 admin.php:631
1988
  msgid "Add site"
1989
  msgstr ""
1990
 
1991
+ #: admin.php:630
1992
  msgid "Adding..."
1993
  msgstr ""
1994
 
1996
  msgid "Claim not granted - perhaps you have already used this purchase somewhere else, or your paid period for downloading from updraftplus.com has expired?"
1997
  msgstr ""
1998
 
1999
+ #: restorer.php:2118
2000
  msgid "To use this backup, your database server needs to support the %s character set."
2001
  msgstr ""
2002
 
2020
  msgid "To import a backup set, go to the \"Existing Backups\" tab"
2021
  msgstr ""
2022
 
2023
+ #: admin.php:622 admin.php:647 admin.php:648
2024
  msgid "You have made changes to your settings, and not saved."
2025
  msgstr ""
2026
 
2217
  msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
2218
  msgstr ""
2219
 
2220
+ #: restorer.php:2221
2221
  msgid "Uploads path (%s) has changed during a migration - resetting (to: %s)"
2222
  msgstr ""
2223
 
2282
  msgid "(at same time as files backup)"
2283
  msgstr ""
2284
 
2285
+ #: admin.php:2840
2286
  msgid "No backup has been completed"
2287
  msgstr ""
2288
 
2326
  msgid "You are currently using the free version of UpdraftPlus from wordpress.org."
2327
  msgstr ""
2328
 
2329
+ #: addons/autobackup.php:991
2330
  msgid "Backup (where relevant) plugins, themes and the WordPress database with UpdraftPlus before updating"
2331
  msgstr ""
2332
 
2345
  msgid "or"
2346
  msgstr ""
2347
 
2348
+ #: admin.php:616
2349
  msgid "You did not select any components to restore. Please select at least one, and then try again."
2350
  msgstr ""
2351
 
2376
  msgid "Check this box to have a basic report sent to"
2377
  msgstr ""
2378
 
2379
+ #: admin.php:2849
2380
  msgctxt "i.e. Non-automatic"
2381
  msgid "Manual"
2382
  msgstr ""
2383
 
2384
+ #: restorer.php:2095
2385
  msgctxt "The user is being told the number of times an error has happened, e.g. An error (27) occurred"
2386
  msgid "An error (%s) occurred:"
2387
  msgstr ""
2394
  msgid "Any other file/directory on your server that you wish to back up"
2395
  msgstr ""
2396
 
2397
+ #: admin.php:2098
2398
  msgid "For even more features and personal support, check out "
2399
  msgstr ""
2400
 
2401
+ #: restorer.php:2101
2402
  msgid "Create table failed - probably because there is no permission to drop tables and the table already exists; will continue"
2403
  msgstr ""
2404
 
2405
+ #: restorer.php:1233
2406
  msgid "Clearing cached pages (%s)..."
2407
  msgstr ""
2408
 
2409
+ #: addons/moredatabase.php:50
2410
  msgid "Database decryption phrase"
2411
  msgstr ""
2412
 
2413
+ #: addons/autobackup.php:131 addons/autobackup.php:966 admin.php:621
 
2414
  msgid "Automatic backup before update"
2415
  msgstr ""
2416
 
2498
  msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
2499
  msgstr ""
2500
 
2501
+ #: admin.php:2431 admin.php:3337
2502
  msgid "View Log"
2503
  msgstr ""
2504
 
2515
  msgid "and retain this many scheduled backups"
2516
  msgstr ""
2517
 
2518
+ #: admin.php:2810
2519
  msgid "incremental backup; base backup: %s"
2520
  msgstr ""
2521
 
2527
  msgid "Upload files into UpdraftPlus."
2528
  msgstr ""
2529
 
2530
+ #: admin.php:846 includes/class-commands.php:363
2531
  #: templates/wp-admin/settings/tab-status.php:22
2532
  msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
2533
  msgstr ""
2534
 
2535
+ #: class-updraftplus.php:3949
2536
  msgid "Backup label:"
2537
  msgstr ""
2538
 
2539
+ #: admin.php:1625
2540
  msgid "Error: unexpected file read fail"
2541
  msgstr ""
2542
 
2543
+ #: backup.php:3000
2544
  msgid "check your log for more details."
2545
  msgstr ""
2546
 
2547
+ #: backup.php:2998
2548
  msgid "your web hosting account appears to be full; please see: %s"
2549
  msgstr ""
2550
 
2551
+ #: backup.php:2996
2552
  msgid "A zip error occurred"
2553
  msgstr ""
2554
 
2576
  msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
2577
  msgstr ""
2578
 
2579
+ #: class-updraftplus.php:3968
2580
  msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
2581
  msgstr ""
2582
 
2583
+ #: class-updraftplus.php:3968
2584
  msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
2585
  msgstr ""
2586
 
2616
  msgid "You need to connect to receive future updates to UpdraftPlus."
2617
  msgstr ""
2618
 
2619
+ #: class-updraftplus.php:3941
2620
  msgid "Any support requests to do with %s should be raised with your web hosting company."
2621
  msgstr ""
2622
 
2623
+ #: class-updraftplus.php:3941
2624
  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."
2625
  msgstr ""
2626
 
2627
+ #: class-updraftplus.php:3941
2628
  msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
2629
  msgstr ""
2630
 
2631
+ #: class-updraftplus.php:3941
2632
  msgid "The site in this backup was running on a webserver with version %s of %s. "
2633
  msgstr ""
2634
 
2653
  msgid "UpdraftPlus is on social media - check us out!"
2654
  msgstr ""
2655
 
2656
+ #: admin.php:3398
2657
  msgid "Why am I seeing this?"
2658
  msgstr ""
2659
 
2665
  msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
2666
  msgstr ""
2667
 
2668
+ #: admin.php:1573 admin.php:1585
2669
  msgid "Start backup"
2670
  msgstr ""
2671
 
2672
+ #: class-updraftplus.php:3913 restorer.php:996
2673
  msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
2674
  msgstr ""
2675
 
2676
+ #: admin.php:2754
2677
  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."
2678
  msgstr ""
2679
 
2681
  msgid "Unless you have a problem, you can completely ignore everything here."
2682
  msgstr ""
2683
 
2684
+ #: admin.php:1784
2685
  msgid "This file could not be uploaded"
2686
  msgstr ""
2687
 
2688
+ #: admin.php:1749
2689
  msgid "You will find more information about this in the Settings section."
2690
  msgstr ""
2691
 
2705
  msgid "Memory limit"
2706
  msgstr ""
2707
 
2708
+ #: class-updraftplus.php:4071 restorer.php:1441
2709
  msgid "restoration"
2710
  msgstr ""
2711
 
2712
+ #: restorer.php:2046
2713
  msgid "Table to be implicitly dropped: %s"
2714
  msgstr ""
2715
 
2716
+ #: backup.php:832
2717
  msgid "Incremental"
2718
  msgstr ""
2719
 
2720
+ #: backup.php:832
2721
  msgid "Full backup"
2722
  msgstr ""
2723
 
2733
  msgid "Backup succeeded"
2734
  msgstr ""
2735
 
2736
+ #: admin.php:2850 admin.php:2851 admin.php:2852 updraftplus.php:92
2737
  #: updraftplus.php:93
2738
  msgid "Every %s hours"
2739
  msgstr ""
2772
  msgid "search term"
2773
  msgstr ""
2774
 
2775
+ #: restorer.php:2123
2776
  msgid "Too many database errors have occurred - aborting"
2777
  msgstr ""
2778
 
2779
+ #: backup.php:898
2780
  msgid "read more at %s"
2781
  msgstr ""
2782
 
2783
+ #: backup.php:898
2784
  msgid "Email reports created by UpdraftPlus (free edition) bring you the latest UpdraftPlus.com news"
2785
  msgstr ""
2786
 
2788
  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."
2789
  msgstr ""
2790
 
2791
+ #: admin.php:3166
2792
  msgid "You have not yet made any backups."
2793
  msgstr ""
2794
 
2808
  msgid "Free disk space in account:"
2809
  msgstr ""
2810
 
2811
+ #: admin.php:3924 templates/wp-admin/settings/tab-status.php:27
2812
  msgid "This button is disabled because your backup directory is not writable (see the settings)."
2813
  msgstr ""
2814
 
2815
+ #: admin.php:456 admin.php:590 admin.php:1438
2816
  #: includes/deprecated-actions.php:30
2817
  #: templates/wp-admin/settings/downloading-and-restoring.php:22
2818
  #: templates/wp-admin/settings/tab-bar.php:6
2819
  msgid "Existing Backups"
2820
  msgstr ""
2821
 
2822
+ #: admin.php:448 templates/wp-admin/settings/tab-bar.php:5
2823
  msgid "Current Status"
2824
  msgstr ""
2825
 
2826
+ #: admin.php:851
2827
  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."
2828
  msgstr ""
2829
 
2830
+ #: admin.php:851
2831
  msgid "To make a backup, just press the Backup Now button."
2832
  msgstr ""
2833
 
2834
+ #: admin.php:851
2835
  msgid "Welcome to UpdraftPlus!"
2836
  msgstr ""
2837
 
2838
+ #: addons/moredatabase.php:304
2839
  msgid "If you enter text here, it is used to encrypt database backups (Rijndael). <strong>Do make a separate record of it and do not lose it, or all your backups <em>will</em> be useless.</strong> This is also the key used to decrypt backups from this admin interface (so if you change it, then automatic decryption will not work until you change it back)."
2840
  msgstr ""
2841
 
2842
+ #: addons/moredatabase.php:255
2843
  msgid "Testing..."
2844
  msgstr ""
2845
 
2846
+ #: addons/moredatabase.php:242
2847
  msgid "Test connection..."
2848
  msgstr ""
2849
 
2850
+ #: addons/moredatabase.php:241
2851
  msgid "Table prefix"
2852
  msgstr ""
2853
 
2854
+ #: addons/moredatabase.php:235
2855
  msgid "Backup external database"
2856
  msgstr ""
2857
 
2858
+ #: addons/moredatabase.php:163
2859
  msgid "Add an external database to backup..."
2860
  msgstr ""
2861
 
2862
+ #: addons/moredatabase.php:159
2863
  msgid "If your database includes extra tables that are not part of this WordPress site (you will know if this is the case), then activate this option to also back them up."
2864
  msgstr ""
2865
 
2866
+ #: addons/moredatabase.php:158
2867
  msgid "Backup non-WordPress tables contained in the same database as WordPress"
2868
  msgstr ""
2869
 
2870
+ #: addons/moredatabase.php:158
2871
  msgid "This option will cause tables stored in the MySQL database which do not belong to WordPress (identified by their lacking the configured WordPress prefix, %s) to also be backed up."
2872
  msgstr ""
2873
 
2874
+ #: addons/moredatabase.php:143
2875
  msgid "Connection failed."
2876
  msgstr ""
2877
 
2878
+ #: addons/moredatabase.php:141
2879
  msgid "Connection succeeded."
2880
  msgstr ""
2881
 
2882
+ #: addons/moredatabase.php:123
2883
  msgid "%s total table(s) found; %s with the indicated prefix."
2884
  msgstr ""
2885
 
2886
+ #: addons/moredatabase.php:117
2887
  msgid "%s table(s) found."
2888
  msgstr ""
2889
 
2890
+ #: addons/moredatabase.php:90
2891
  msgid "database connection attempt failed"
2892
  msgstr ""
2893
 
2894
+ #: addons/moredatabase.php:79
2895
  msgid "database name"
2896
  msgstr ""
2897
 
2898
+ #: addons/moredatabase.php:77
2899
  msgid "host"
2900
  msgstr ""
2901
 
2902
+ #: addons/moredatabase.php:75
2903
  msgid "user"
2904
  msgstr ""
2905
 
2906
+ #: class-updraftplus.php:1481
2907
  msgid "External database (%s)"
2908
  msgstr ""
2909
 
2920
  msgid "However, subsequent access attempts failed:"
2921
  msgstr ""
2922
 
2923
+ #: admin.php:3191
2924
  msgid "External database"
2925
  msgstr ""
2926
 
2952
  msgid "use UpdraftPlus Premium"
2953
  msgstr ""
2954
 
2955
+ #: class-updraftplus.php:3831
2956
  msgid "Decryption failed. The database file is encrypted."
2957
  msgstr ""
2958
 
2960
  msgid "Only the WordPress database can be restored; you will need to deal with the external database manually."
2961
  msgstr ""
2962
 
2963
+ #: restorer.php:1702 restorer.php:2068 restorer.php:2105 restorer.php:2118
2964
  msgid "An error occurred on the first %s command - aborting run"
2965
  msgstr ""
2966
 
2967
+ #: addons/moredatabase.php:98 backup.php:1360
2968
  msgid "Connection failed: check your access details, that the database server is up, and that the network connection is not firewalled."
2969
  msgstr ""
2970
 
2971
+ #: backup.php:1360
2972
  msgid "database connection attempt failed."
2973
  msgstr ""
2974
 
3037
  msgid "Failed to upload %s"
3038
  msgstr ""
3039
 
3040
+ #: methods/dropbox.php:612 methods/dropbox.php:614
3041
  msgid "Success:"
3042
  msgstr ""
3043
 
3044
+ #: addons/onedrive.php:997 methods/dropbox.php:513
3045
  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."
3046
  msgstr ""
3047
 
3048
+ #: addons/onedrive.php:995 methods/dropbox.php:510
3049
  msgid "(You appear to be already authenticated)."
3050
  msgstr ""
3051
 
3052
+ #: methods/dropbox.php:505 methods/dropbox.php:511 methods/dropbox.php:513
3053
  msgid "Dropbox"
3054
  msgstr ""
3055
 
3056
+ #: addons/onedrive.php:994 methods/dropbox.php:505
3057
  msgid "Authenticate with %s"
3058
  msgstr ""
3059
 
3084
  msgid "%s error - failed to access the container"
3085
  msgstr ""
3086
 
3087
+ #: addons/googlecloud.php:902 addons/onedrive.php:996 methods/dropbox.php:520
3088
  #: methods/googledrive.php:970
3089
  msgid "Account holder's name: %s."
3090
  msgstr ""
3131
  msgid "This remote storage method (%s) requires PHP %s or later."
3132
  msgstr ""
3133
 
3134
+ #: admin.php:3743
3135
  msgid "Theme directory (%s) not found, but lower-case version exists; updating database option accordingly"
3136
  msgstr ""
3137
 
3149
  msgid "This feature requires %s version %s or later"
3150
  msgstr ""
3151
 
3152
+ #: restorer.php:2251
3153
  msgid "Elegant themes theme builder plugin data detected: resetting temporary folder"
3154
  msgstr ""
3155
 
3186
  msgstr " الرقم السري/المفتاح"
3187
 
3188
  #: addons/azure.php:510 addons/migrator.php:2198 addons/sftp.php:376
3189
+ #: admin.php:637
3190
  msgid "Key"
3191
  msgstr "مفتاح"
3192
 
3202
  msgid "SCP/SFTP password/key"
3203
  msgstr "الرقم السري/المفتاح الخاص بـ SCP/SFTP"
3204
 
3205
+ #: admin.php:3226
3206
  msgid "Files backup (created by %s)"
3207
  msgstr "ملفات النسخة الإحتياطية (ولدت من طرف: %s.) "
3208
 
3209
+ #: admin.php:3226
3210
  msgid "Files and database WordPress backup (created by %s)"
3211
  msgstr "الملفات وقاعدة البيانات للووردبريس بالنسخة الإحتياطية (ولدت من طرف: %s.)"
3212
 
3213
+ #: addons/importer.php:261 admin.php:3220 class-updraftplus.php:2514
3214
  msgid "Backup created by: %s."
3215
  msgstr "ولدت النسخة الإحتياطية من طرف: %s."
3216
 
3217
+ #: admin.php:3189
3218
  msgid "Database (created by %s)"
3219
  msgstr "قاعدة بيانات (ولدت من طرف: %s.) "
3220
 
3221
+ #: admin.php:3183 admin.php:3222
3222
  msgid "unknown source"
3223
  msgstr "مصدر غير معروف"
3224
 
3230
  msgid "Upload backup files"
3231
  msgstr "رفع ملفات النسخة الإحتياطية"
3232
 
3233
+ #: admin.php:1828
3234
  msgid "This backup was created by %s, and can be imported."
3235
  msgstr "تم خلق النسخة الإحتياطية من طرف %s, ويمكن استيرادها."
3236
 
3237
+ #: admin.php:880
3238
  msgid "Read this page for a guide to possible causes and how to fix it."
3239
  msgstr "إقرأ هذه الصفحة لمعرفة المزيد وإمكانية الإصلاح."
3240
 
3241
+ #: admin.php:880
3242
  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."
3243
  msgstr "ووردبريس يملك عدد (%d) من المهام المتأخرة. ما لم يكن هذا الموقع خاص بالتطوير، فهذا يعني أن خاصية المهام بالووردبريس غير شغالة."
3244
 
3245
+ #: admin.php:602 class-updraftplus.php:2521
3246
  msgid "If this is a backup created by a different backup plugin, then UpdraftPlus Premium may be able to help you."
3247
  msgstr "إن كانت هذه النسخة الإحتياطية خلقت بإستخدام تطبيق آخر، يمكن لإضافة UpdraftPlus Premium مساعدتك في حل المشكلة."
3248
 
3249
+ #: admin.php:601
3250
  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."
3251
  msgstr "مع ذلك، ملفات UpdraftPlus المضغوطة هي ملفات zip/SQL عادية - فإن كنت تعتقد أن الملف هو على الصيغة الصحيحة، المرجو إعادة تسميته بالإسم الموصى به."
3252
 
3253
+ #: admin.php:601 admin.php:602 class-updraftplus.php:2521
3254
  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))."
3255
  msgstr "هذا الملف لا نعتقد أنه نسخة احتياطية من UpdraftPlus ( كالملفات المضغوطة بصيغتي .zip أو . gz التي لها أسماء مثل: backup_(time)_(site name)_(code)_(type).(zip|gz))."
3256
 
3257
+ #: admin.php:3223 includes/class-wpadmin-commands.php:143 restorer.php:1410
3258
  msgid "Backup created by unknown source (%s) - cannot be restored."
3259
  msgstr "النسخة الإحتياطية خلقت من جهة غير معروفة (%s)، لا يمكن استيرادها."
3260
 
3261
+ #: restorer.php:820 restorer.php:868
3262
  msgid "The WordPress content folder (wp-content) was not found in this zip file."
3263
  msgstr "مجلد (wp-content) غير موجود البثة بهذا الملف المضغوط."
3264
 
3265
+ #: restorer.php:684
3266
  msgid "This version of UpdraftPlus does not know how to handle this type of foreign backup"
3267
  msgstr "هذه النسخة من UpdraftPlus لا تستطيع التعامل مع نوع النسخ الإحتياطية هذا."
3268
 
3269
+ #: methods/dropbox.php:300
3270
  msgid "%s returned an unexpected HTTP response: %s"
3271
  msgstr "أبدى %s إجابة HTTP غير متوقعة: %s"
3272
 
3279
  msgid "No settings were found"
3280
  msgstr "لم يتم العثور على الإعدادات"
3281
 
3282
+ #: class-updraftplus.php:2642
3283
  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."
3284
  msgstr "تمت إضافة واحدة أو أكثر من النسخ الإحتياطية التي وجدناها بالإستضافة السحابية، لاحظ أن هذه النسخ لن تتم مسحها أوتوماتيكيا من الإعادادات الإفتراضية، لو أو متى شئت حذفها يجب عليك حذفها يدويا."
3285
 
3286
+ #: admin.php:568
3287
  msgid "Rescanning remote and local storage for backup sets..."
3288
  msgstr "جاري فحص الإستضافة السحابية والمساحة التخزينية المحلية بحثا عن نسخ احتياطية..."
3289
 
3300
  msgid "Log all messages to syslog (only server admins are likely to want this)"
3301
  msgstr "تسجيل كافة الرسائل بسجل الرسائل (من المحتمل أنه فقط مديري الخادم من سيغب في هذه العملية)"
3302
 
3303
+ #: addons/morefiles.php:428
3304
  msgid "No backup of location: there was nothing found to back up"
3305
  msgstr ""
3306
 
3307
+ #: addons/moredatabase.php:234 addons/morefiles.php:224
3308
+ #: addons/morefiles.php:245
3309
  msgid "Remove"
3310
  msgstr "حذف"
3311
 
3317
  msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
3318
  msgstr "تحقق من هذا الخيار لتتمكن من تلقي المزيد من المعلومات بر الإيميل لعمليات النسخ الإحتياطي - مفيدة جدا ان كان هناك مشاكل بالعملية."
3319
 
3320
+ #: addons/morefiles.php:382 admin.php:2942
3321
  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."
3322
  msgstr "في حال إدخال ملفات/مجلدات متعددة، عندها قم بالتفرقة بينها باستخدام الفاصلة. للكيانات بالمستوى العلوي، قم باستخدام * في بداية أو نهاية المدخلات لتحل محل البدائل."
3323
 
3324
+ #: restorer.php:2240
3325
  msgid "Custom content type manager plugin data detected: clearing option cache"
3326
  msgstr "تم الكشف عن بيانات لإضافة إدارة نوع المحتوى: تنضيف الخيارات"
3327
 
3328
+ #: class-updraftplus.php:4071 methods/ftp.php:284 restorer.php:1441
3329
  msgid "Your hosting company must enable these functions before %s can work."
3330
  msgstr "شركة الإستضافة لموقعك يجب أن تُفعل هذه الوضائف %s قبل أن نتمكن من العمل"
3331
 
3332
+ #: class-updraftplus.php:4071 methods/ftp.php:284 restorer.php:1440
3333
  msgid "Your web server's PHP installation has these functions disabled: %s."
3334
  msgstr "نسخة PHP المنصبة تحمل هذه الوظائف الغير مفعلة: %s"
3335
 
3345
  msgid "regular non-encrypted FTP"
3346
  msgstr "خادم FTP غير مشفر اعتيادي"
3347
 
3348
+ #: restorer.php:1602
3349
  msgid "Backup created by:"
3350
  msgstr "نسخة احتياطية أنشأها:"
3351
 
3397
  msgid "Dismiss from main dashboard (for %s weeks)"
3398
  msgstr "استبعاد من لوحة التحكم (لمدة %s أسبوع)"
3399
 
3400
+ #: class-updraftplus.php:4121
3401
  msgid "The attempt to undo the double-compression succeeded."
3402
  msgstr "نجاح محاولة التراجع من الضغط المزدوج"
3403
 
3404
+ #: class-updraftplus.php:4098 class-updraftplus.php:4119
3405
  msgid "The attempt to undo the double-compression failed."
3406
  msgstr "فشل محاولة التراجع من الضغط المزدوج"
3407
 
3408
+ #: class-updraftplus.php:4091
3409
  msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
3410
  msgstr "يبدو أن ملف قاعدة البيانات قد تم ضغطه مرتين - نعتقد أن الموقع الذي قمتم بتحميل الملف منه يحمل خادم سيرفر غير مهيء بشكل جيد"
3411
 
3413
  msgid "Constants"
3414
  msgstr "ثوابت"
3415
 
3416
+ #: backup.php:1595
3417
  msgid "Failed to open database file for reading:"
3418
  msgstr "فشل في فتح ملف قاعدة البيانات للقراءة:"
3419
 
3420
+ #: backup.php:1408
3421
  msgid "No database tables found"
3422
  msgstr "لم نجد أي جداول لقاعدة البيانات"
3423
 
3424
+ #: backup.php:1406
3425
  msgid "please wait for the rescheduled attempt"
3426
  msgstr "فضلا انتظر محاولة إعادة الجدولة"
3427
 
3429
  msgid "Note that warning messages are advisory - the backup process does not stop for them. Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
3430
  msgstr "لاحظ أن رسائل التحذير استشارية - عملية النسخ الاحتياطي لا تتوقف بالنسبة لهم. بدلا من ذلك، ستوفر لك معلومات قد تجدها مفيدة، أو قد تشير إلى مصدر المشكلة إذا لم تنجح عملية النسخ الاحتياطي."
3431
 
3432
+ #: restorer.php:2134
3433
  msgid "Database queries processed: %d in %.2f seconds"
3434
  msgstr "تمت معالجة %d من استعلامات قاعدة البيانات في مدة %.2f ثانية"
3435
 
3449
  msgid "Errors occurred:"
3450
  msgstr "أخطاء حدثت:"
3451
 
3452
+ #: admin.php:3418
3453
  msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
3454
  msgstr "لتحميل ملف السجل لهذه العملية تابع هذا الرابط (ستحتاج هذا الملف في أي عملية طلب للدعم)"
3455
 
3469
  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)."
3470
  msgstr "اعدادات PHP بالسيرفر تسمح بتشغيل PHP لمدة %s ثانية فقط، ولا تسمح لوصول لهذا الحد. إن لم تتمكن من استرداد حجم كبير من البيانات بسبب هذا الحد، يمكنك الإتصال بشرك الإستضافة الخاصة بك (أو محاولة الإسترداد قطعة-قطعة)"
3471
 
3472
+ #: restorer.php:675
3473
  msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
3474
  msgstr "وجود مجلدات غير محذوفة من النسخة السابقة (من فضلك استخدم خيار \"مسح المجلدات القديمة\" لمسحها قبل المحاولة مرة أخرى) : %s"
3475
 
3476
+ #: admin.php:855 class-updraftplus.php:597
3477
  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)"
3478
  msgstr "مقدار الوقت المسموح به لإضافات وورد بالتشغيل منخفض جدا (%s ثانية) - يجب زيادته لتجنب فشل النسخ الاحتياطي (استشر خدمة الزبناء الخاصة بشركة الإستضافة الخاص بك لمزيد من المساعدة - إعدادات max_execution_time PHP، و القيمة الموصى بها هي %s ثانية أو أكثر)"
3479
 
3494
  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."
3495
  msgstr "انتهى توقيت الإتصال %s، إذا كنت دخلت الملقم بشكل صحيح، إذا فهذا الخطأ عادة ما يكون سببه جدار حماية قد حظر الاتصال - يجب أن تحقق من المشكلة مع شركة استضافة المواقع الخاصة بك."
3496
 
3497
+ #: admin.php:3751
3498
  msgid "The current theme was not found; to prevent this stopping the site from loading, your theme has been reverted to the default theme"
3499
  msgstr "لم يتم العثور على تصميم موقعكم الحالي، لمنع توقف تحميل الموقع، تم استرجاع التصميم الإفتراضي."
3500
 
3501
+ #: admin.php:2006 admin.php:2016
3502
  msgid "Restore failed..."
3503
  msgstr "فشل في الإستعادة..."
3504
 
3505
+ #: addons/moredatabase.php:130 admin.php:1227
3506
  msgid "Messages:"
3507
  msgstr "رسائل:"
3508
 
3509
+ #: restorer.php:1970
3510
  msgid "An SQL line that is larger than the maximum packet size and cannot be split was found; this line will not be processed, but will be dropped: %s"
3511
  msgstr "تم العثور على خط SQL أكبر من الحد الأقصى لحجم الحزمة ولا يمكن تقسيمها، هذا الخط لن نتمكن من معالجته، وسنقوم بإبعاده: %s"
3512
 
3513
+ #: restorer.php:455
3514
  msgid "The directory does not exist"
3515
  msgstr "المجلد غير متوفر"
3516
 
3596
  msgid "Rackspace Cloud Files, enhanced"
3597
  msgstr "تم تعزيز ملفات المستضافة بخدمة Rackspace "
3598
 
3599
+ #: addons/cloudfiles-enhanced.php:275 methods/cloudfiles-new.php:142
3600
  msgid "Cloud Files Container"
3601
  msgstr "حاوية الملفات السحابية"
3602
 
3603
+ #: methods/cloudfiles-new.php:137
3604
  msgid "Cloud Files API Key"
3605
  msgstr "مفتاح API للملفات السحابية"
3606
 
3607
+ #: methods/cloudfiles-new.php:132
3608
  msgid "To create a new Rackspace API sub-user and API key that has access only to this Rackspace container, use this add-on."
3609
  msgstr "لإنشاء مستخدم فرعي ومفتاح API جديد لديه صلاحيات الوصول فقط إلى هذه الحاوية، قم بإستخدام هذه الإضافة."
3610
 
3611
+ #: methods/cloudfiles-new.php:129
3612
  msgid "Cloud Files Username"
3613
  msgstr "اسم المستخدم للخدمة السحابية"
3614
 
3615
+ #: addons/cloudfiles-enhanced.php:45 methods/cloudfiles-new.php:115
3616
  msgid "London (LON)"
3617
  msgstr "لندن (LON)"
3618
 
3619
+ #: addons/cloudfiles-enhanced.php:44 methods/cloudfiles-new.php:114
3620
  msgid "Hong Kong (HKG)"
3621
  msgstr "هونغ كونغ (HKG)"
3622
 
3623
+ #: addons/cloudfiles-enhanced.php:43 methods/cloudfiles-new.php:113
3624
  msgid "Northern Virginia (IAD)"
3625
  msgstr "ولاية فرجينيا الشمالية (IAD)"
3626
 
3627
+ #: addons/cloudfiles-enhanced.php:42 methods/cloudfiles-new.php:112
3628
  msgid "Chicago (ORD)"
3629
  msgstr "شيكاغو (ORD)"
3630
 
3631
+ #: addons/cloudfiles-enhanced.php:41 methods/cloudfiles-new.php:111
3632
  msgid "Sydney (SYD)"
3633
  msgstr "سيدني (SYD)"
3634
 
3635
+ #: addons/cloudfiles-enhanced.php:40 methods/cloudfiles-new.php:110
3636
  msgid "Dallas (DFW) (default)"
3637
  msgstr "دالاس (DFW) (الافتراضي)"
3638
 
3639
+ #: addons/cloudfiles-enhanced.php:271 methods/cloudfiles-new.php:105
3640
  msgid "Cloud Files Storage Region"
3641
  msgstr "منطقة الملفات السحابة"
3642
 
3643
+ #: methods/cloudfiles-new.php:97
3644
  msgid "Accounts created at rackspacecloud.com are US-accounts; accounts created at rackspace.co.uk are UK-based"
3645
  msgstr "الحسابات المنشأة بموقع rackspacecloud.com هي حسابات أمريكية، الحسابات المنشأة بموقع rackspace.co.uk هي حسابات بريطانية"
3646
 
3647
+ #: methods/cloudfiles-new.php:95
3648
  msgid "US or UK-based Rackspace Account"
3649
  msgstr "حساب Rackspace بالولايات المتحدة أو المملكة المتحدة"
3650
 
3651
+ #: addons/cloudfiles-enhanced.php:255 methods/cloudfiles-new.php:95
3652
  msgid "Accounts created at rackspacecloud.com are US accounts; accounts created at rackspace.co.uk are UK accounts."
3653
  msgstr "الحسابات المنشأة بموقع rackspacecloud.com هي حسابات أمريكية، الحسابات المنشأة بموقع rackspace.co.uk هي حسابات بريطانية "
3654
 
3663
  msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
3664
  msgstr "حدث خطأ غير معروف عند محاولة الاتصال بـ UpdraftPlus.Com"
3665
 
3666
+ #: admin.php:615 central/bootstrap.php:513
3667
  msgid "Create"
3668
  msgstr "خلق"
3669
 
3670
+ #: admin.php:577
3671
  msgid "Trying..."
3672
  msgstr "اعادة المحاولة..."
3673
 
3674
+ #: admin.php:576
3675
  msgid "The new user's RackSpace console password is (this will not be shown again):"
3676
  msgstr "كلمة المرور الخاصة بمستخدم RackSpace هي (هذا لن يظهر مرة أخرى):"
3677
 
3678
+ #: class-updraftplus.php:1493
3679
  msgid "(when decrypted)"
3680
  msgstr "(عندما تكون مفكوكة)"
3681
 
3682
+ #: admin.php:587 admin.php:3693
3683
  msgid "Error data:"
3684
  msgstr "خطأ بالبيانات:"
3685
 
3686
+ #: admin.php:3369
3687
  msgid "Backup does not exist in the backup history"
3688
  msgstr "النسخة الإحتياطية لا توجد بتاريخ النسخ"
3689
 
3690
+ #: admin.php:2375
3691
  msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old). You should press this button to delete them as soon as you have verified that the restoration worked."
3692
  msgstr "تثبيت ووردبريس الخاص بك به مجلدات قديمة قبل حالة الإستعادة/الدمج ( معلومات تقنية: بها بادئة -old). يجب أن تضغط على هذا الزر لحذفها بمجرد التحقق من عمل الإستعادة."
3693
 
3694
+ #: restorer.php:1674
3695
  msgid "Split line to avoid exceeding maximum packet size"
3696
  msgstr "تقسيم الخط لتفاذي الحجم الأقصى للحزم"
3697
 
3698
+ #: restorer.php:1549
3699
  msgid "Your database user does not have permission to drop tables. We will attempt to restore by simply emptying the tables; this should work as long as you are restoring from a WordPress version with the same database structure (%s)"
3700
  msgstr "المستخدم لا يمتلك صلاحيات لتحريك الجداول. سنحاول الإستعادة عن طريق إفراغ الجداول، يمكن لهذه العملية النجاح طالما أننا نستعيد من نسخة ووردبريس مع نفس بنية قاعدة البيانات (%s)"
3701
 
3702
+ #: restorer.php:1368
3703
  msgid "New table prefix: %s"
3704
  msgstr "بادئة جدول جديدة: %s"
3705
 
3706
+ #: restorer.php:1056
3707
  msgid "File permissions do not allow the old data to be moved and retained; instead, it will be deleted."
3708
  msgstr "بذلا من الإحتفاظ أو نقل الملفات القديمة سيتم حذفها لأن الملفات لا تسمح بذلك"
3709
 
3710
+ #: restorer.php:1026 restorer.php:1040
3711
  msgid "%s: This directory already exists, and will be replaced"
3712
  msgstr "%s: هذا المجلد موجود مسبقا، سيتم استبداله"
3713
 
3739
  msgid "Email reports"
3740
  msgstr "تقارير البريد الإلكتروني"
3741
 
3742
+ #: class-updraftplus.php:1489 class-updraftplus.php:1494
3743
  msgid "%s checksum: %s"
3744
  msgstr "%s الاختباري:%s"
3745
 
3746
+ #: class-updraftplus.php:1462 class-updraftplus.php:1464
3747
  msgid "files: %s"
3748
  msgstr "ملفات:%s"
3749
 
3763
  msgid "Debugging information"
3764
  msgstr "معلومات التصحيح"
3765
 
3766
+ #: addons/reporting.php:194 admin.php:3129
3767
  msgid "Uploaded to:"
3768
  msgstr "تحميلها على:"
3769
 
3803
  msgid "%d errors, %d warnings"
3804
  msgstr "%d الأخطاء، %d تحذيرات"
3805
 
3806
+ #: addons/onedrive.php:717 methods/dropbox.php:596
3807
  msgid "%s authentication"
3808
  msgstr "%s مصادقة"
3809
 
3810
+ #: addons/onedrive.php:717 class-updraftplus.php:302 methods/dropbox.php:569
3811
+ #: methods/dropbox.php:596 methods/dropbox.php:609 methods/dropbox.php:740
3812
  msgid "%s error: %s"
3813
  msgstr "%s خطأ: %s"
3814
 
3815
+ #: addons/googlecloud.php:815 methods/dropbox.php:480
3816
  msgid "%s logo"
3817
  msgstr "%s الشعار"
3818
 
3832
  msgid "Your site's admin email address (%s) will be used."
3833
  msgstr "سيتم استخدام عنوان البريد الإلكتروني الخاص بالمشرف (%s)."
3834
 
3835
+ #: admin.php:624 methods/updraftvault.php:276 methods/updraftvault.php:321
3836
  #: udaddons/options.php:244
3837
  msgid "Connect"
3838
  msgstr "الإتصال"
3841
  msgid "For more reporting features, use the Reporting add-on."
3842
  msgstr "لمزيد من ميزات التقارير، استخدام اضافات التقارير."
3843
 
3844
+ #: class-updraftplus.php:3901
3845
  msgid "(version: %s)"
3846
  msgstr "(الإصدار: %s)"
3847
 
3848
+ #: addons/reporting.php:438 admin.php:566
3849
  msgid "Be aware that mail servers tend to have size limits; typically around %s Mb; backups larger than any limits will likely not arrive."
3850
  msgstr "تحقق من حجم الملفات المسموح به بخدمة الإيميل، تقريبا %s ميجا، أي نسخ احتياطية أكبر من هذا الحجم لن تصلك أبدا."
3851
 
3852
+ #: addons/reporting.php:438 admin.php:565
3853
  msgid "When the Email storage method is enabled, also send the entire backup"
3854
  msgstr "عندما يتم تمكين طريقة تخزين البريد الإلكتروني، قم أيضا بإرسال النسخ الاحتياطي كاملة"
3855
 
3856
+ #: addons/reporting.php:153 backup.php:933
3857
  msgid "Latest status:"
3858
  msgstr "آخر التحديثات:"
3859
 
3860
+ #: backup.php:932
3861
  msgid "Backup contains:"
3862
  msgstr "تحتوي النسخة الإحتياطية على:"
3863
 
3864
+ #: backup.php:889
3865
  msgid "Backed up: %s"
3866
  msgstr "نسخ احتياطي: %s"
3867
 
3868
+ #: addons/reporting.php:236 backup.php:883
3869
  msgid "The log file has been attached to this email."
3870
  msgstr "تم إرفاق ملف السجل بهذا البريد الإلكتروني."
3871
 
3872
+ #: backup.php:847
3873
  msgid "Unknown/unexpected error - please raise a support request"
3874
  msgstr "خطأ غير معروف / غير متوقع - يرجى رفع طلب دعم"
3875
 
3876
+ #: backup.php:844
3877
  msgid "Database only (files were not part of this particular schedule)"
3878
  msgstr " قاعدة البيانات فقط (لن يتم خلق نسخ احتياطية للملفات)"
3879
 
3880
+ #: backup.php:844
3881
  msgid "Database (files backup has not completed)"
3882
  msgstr "قاعدة بيانات (لم يتم إكمال نسخ الملفات احتياطيا)"
3883
 
3884
+ #: backup.php:841
3885
  msgid "Files only (database was not part of this particular schedule)"
3886
  msgstr "الملفات فقط (لن يتم خلق نسخ احتياطية لقاعدة البيانات)"
3887
 
3888
+ #: backup.php:841
3889
  msgid "Files (database backup has not completed)"
3890
  msgstr "ملفات (لم يتم إكمال نسخ قاعدة بيانات احتياطيا)"
3891
 
3892
+ #: admin.php:229 backup.php:839
3893
  msgid "Files and database"
3894
  msgstr "ملفات وقواعد البيانات"
3895
 
3896
+ #: options.php:186
3897
  msgid "(This applies to all WordPress backup plugins unless they have been explicitly coded for multisite compatibility)."
3898
  msgstr "(هذا ينطبق على جميع الإضافات للنسخ الاحتياطي لووردبريس ما لم تكن برمجة من أجل التوافق مع تعدد المواقع)."
3899
 
3900
+ #: options.php:186
3901
  msgid "Without upgrading, UpdraftPlus allows <strong>every</strong> blog admin who can modify plugin settings to back up (and hence access the data, including passwords, from) and restore (including with customised modifications, e.g. changed passwords) <strong>the entire network</strong>."
3902
  msgstr "عند عدم الترقية، سيقوم UpdraftPlus بالسماح <strong>لكل</strong> مدير بالمدونة بالتعديل على خيارات الإضافة للخسن الإحتياطي (وبالتالي الوصول للبيانات، بما في ذلك كلمات السر) وإستعادة (مع امكانية التعديل، مثال: كلمات السر) <strong>الشبكة بالكامل</strong>."
3903
 
3904
+ #: options.php:186
3905
  msgid "WordPress Multisite is supported, with extra features, by UpdraftPlus Premium, or the Multisite add-on."
3906
  msgstr "دعم مواقع ووردبريس متعددة، مع امتيازات اضافية، على حساب UpdraftPlus المميز، أو بإضافة المواقع المتعددة."
3907
 
3908
+ #: options.php:186
3909
  msgid "This is a WordPress multi-site (a.k.a. network) installation."
3910
  msgstr "نسخة الووردبريس هذه تخدم مواقع عديدة (شبكة a.k.a.)."
3911
 
3912
+ #: options.php:186
3913
  msgid "UpdraftPlus warning:"
3914
  msgstr "تحذير UpdraftPlus :"
3915
 
3979
  msgid "Reporting"
3980
  msgstr "التقارير"
3981
 
3982
+ #: admin.php:4104
3983
  msgid "Options (raw)"
3984
  msgstr "خيارات (الخام)"
3985
 
3986
+ #: addons/reporting.php:436 admin.php:564
3987
  msgid "Send a report only when there are warnings/errors"
3988
  msgstr "إرسال تقرير فقط عندما تكون هناك تحذيرات / أخطاء"
3989
 
3990
+ #: restorer.php:1613
3991
  msgid "Content URL:"
3992
  msgstr "رابط المحتوى:"
3993
 
3999
  msgid "See also the \"More Files\" add-on from our shop."
4000
  msgstr "انظر أيضا \"ملفات إضافية\" الإضافة من متجرنا."
4001
 
4002
+ #: backup.php:2987 class-updraftplus.php:610
4003
  msgid "Your free space in your hosting account is very low - only %s Mb remain"
4004
  msgstr "المساحة الحرة فى حساب الاستضافة الخاص بك قليلة جدا - فقط متبقى %s ميجا بايت"
4005
 
4127
  msgid "You have not yet connected with your UpdraftPlus.Com account, to enable you to list your purchased add-ons."
4128
  msgstr "حتى الأن انت غير متصل بحسابك فى UpdraftPlus.Com, لتتمكن من استخدام الأضافات اللتى قمت بشرائها."
4129
 
4130
+ #: addons/moredatabase.php:299 addons/moredatabase.php:383
4131
  msgid "Without it, encryption will be a lot slower."
4132
  msgstr "بدون ذلك, التشفير سيكون ابطأ بكثير."
4133
 
4134
+ #: addons/moredatabase.php:299 addons/moredatabase.php:383
4135
  msgid "Your web-server does not have the %s module installed."
4136
  msgstr "خادم الويب الخاص بك ليس بة الوحدة %s مثبتة."
4137
 
4143
  msgid "Drop backup files here"
4144
  msgstr "اسقاط ملفات النسخ الاحتياطى هنا"
4145
 
4146
+ #: admin.php:575
4147
  msgid "The web server returned an error code (try again, or check your web server logs)"
4148
  msgstr "اعاد خادم الويب برمز خطأ (حاول مجددا, او قم بالتحقق من سجلات خادم الويب الخاص بك)"
4149
 
4150
+ #: admin.php:573
4151
  msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
4152
  msgstr "بدأت عملية الأستعادة. لا تضغط إيقاف أو إغلاق المتصفح حتى اعطائك التقرير بأنة تم انتهاء العملية."
4153
 
4154
+ #: admin.php:570
4155
  msgid "If you exclude both the database and the files, then you have excluded everything!"
4156
  msgstr "إذا قمت باستبعاد كل من قاعدة البيانات والملفات, فقد قمت بأستبعاد كل شئ !"
4157
 
4158
+ #: restorer.php:1607
4159
  msgid "Site home:"
4160
  msgstr "الصفحة الرئيسية للموقع:"
4161
 
4167
  msgid "(logs can be found in the UpdraftPlus settings page as normal)..."
4168
  msgstr "(السجلات يمكن العثور عليها فى صفحة اعدادات UpdraftPlus كالمعتاد)..."
4169
 
4170
+ #: addons/autobackup.php:252 addons/autobackup.php:996
4171
  msgid "Remember this choice for next time (you will still have the chance to change it)"
4172
  msgstr "تذكر هذا الاختيار في المرة القادمة (لايزال لديك الفرصة لتغييرة)"
4173
 
4179
  msgid "You can send a backup to more than one destination with an add-on."
4180
  msgstr "يمكنك أن ترسل نسخة احتياطية لأكثر من جهة واحدة مع الإضافة."
4181
 
4182
+ #: admin.php:2593
4183
  msgid "Note: the progress bar below is based on stages, NOT time. Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
4184
  msgstr "ملاحظة: يستند شريط التقدم أدناه على مراحل، وليس الوقت. لا توقف عملية النسخ الأحتياطى لمجرد أنه يبدو أنه قد بقي في نفس المكان لفترة من الوقت - - وهذا طبيعي."
4185
 
4186
+ #: admin.php:2491
4187
  msgid "(%s%%, file %s of %s)"
4188
  msgstr "(%s%%, ملف %s من%s)"
4189
 
4190
+ #: addons/autobackup.php:253 addons/autobackup.php:1001
4191
  #: addons/lockadmin.php:142
4192
  msgid "Read more about how this works..."
4193
  msgstr "قراءة المزيد عن كيفية عمل ذلك ..."
4220
  msgid "Backup is of: %s."
4221
  msgstr "النسخ الأحتياطى من: %s"
4222
 
4223
+ #: admin.php:662
4224
  msgid "%s settings test result:"
4225
  msgstr "اعدادات نتيجة اختبار %s"
4226
 
4227
+ #: admin.php:3287 admin.php:3289
4228
  msgid "(Not finished)"
4229
  msgstr "(غير منتهي)"
4230
 
4231
+ #: admin.php:3289
4232
  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."
4233
  msgstr "اذا كنت ترى اكثر من نسخة احتياطية, ومن ثم انة من المحتمل ان هذا بسبب اعدادات حذف ملفات النسخ الاحتياطى القديمة لم يتم حذفها حتى اكتمال نسخة احتياطية جديدة."
4234
 
4240
  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)."
4241
  msgstr "هذا هو المكان الذى UpdraftPlus يقوم بأنشاء ملفات zip. يجب ان يكون هذا الدليل قابل للكتابة من قبل خادم الويب الخاص بك. انة نسبة الى دليل محتوى موقعك (والتي افتراضيا يسمى wp-content)."
4242
 
4243
+ #: admin.php:2588
4244
  msgid "Job ID: %s"
4245
  msgstr "رقم الوظيفة: %s"
4246
 
4247
+ #: admin.php:2573
4248
  msgid "last activity: %ss ago"
4249
  msgstr "آخر نشاط: منذ %ss"
4250
 
4251
+ #: admin.php:2572
4252
  msgid "next resumption: %d (after %ss)"
4253
  msgstr "الاستئناف التالي: %d (بعد %ss)"
4254
 
4255
+ #: admin.php:2555 central/bootstrap.php:405 central/bootstrap.php:412
4256
  #: methods/updraftvault.php:356 methods/updraftvault.php:436
4257
  msgid "Unknown"
4258
  msgstr "غير معروف"
4259
 
4260
+ #: admin.php:2505
4261
  msgid "Backup finished"
4262
  msgstr "الانتهاء من النسخ الاحتياطي"
4263
 
4264
+ #: admin.php:2500
4265
  msgid "Waiting until scheduled time to retry because of errors"
4266
  msgstr "برجاء الأنتظار حتى الوقت المحدد لأعادة المحاولة بسبب الأخطاء"
4267
 
4268
+ #: admin.php:2496
4269
  msgid "Pruning old backup sets"
4270
  msgstr "تلقيم مجموعات النسخ الاحتياطي القديم"
4271
 
4272
+ #: admin.php:2484
4273
  msgid "Uploading files to remote storage"
4274
  msgstr "تحميل الملفات للمخزن البعيد"
4275
 
4276
+ #: admin.php:2553
4277
  msgid "Encrypted database"
4278
  msgstr "قاعدة بيانات مشفرة"
4279
 
4280
+ #: admin.php:2545
4281
  msgid "Encrypting database"
4282
  msgstr "تشفير قاعدة البيانات"
4283
 
4284
+ #: admin.php:2519
4285
  msgid "Created database backup"
4286
  msgstr "تم انشاء النسخ الاحتياطى لقاعدة البيانات"
4287
 
4288
+ #: admin.php:2532
4289
  msgid "table: %s"
4290
  msgstr "الجدول: %s"
4291
 
4292
+ #: admin.php:2530
4293
  msgid "Creating database backup"
4294
  msgstr "انشاء النسخ الاحتياطى لقاعدة البيانات"
4295
 
4296
+ #: admin.php:2478
4297
  msgid "Created file backup zips"
4298
  msgstr "تم انشاء ملف النسخ الاحتياطى zips"
4299
 
4300
+ #: admin.php:2465
4301
  msgid "Creating file backup zips"
4302
  msgstr "انشاء ملف النسخ الاحتياطى zips"
4303
 
4304
+ #: admin.php:2460
4305
  msgid "Backup begun"
4306
  msgstr "بدأ النسخ الاحتياطى"
4307
 
4308
+ #: admin.php:2303
4309
  msgid "Backups in progress:"
4310
  msgstr "تقدم النسخ الأحتياطى:"
4311
 
4312
+ #: admin.php:859
4313
  msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even &quot;Backup Now&quot;) unless either you have set up a facility to call the scheduler manually, or until it is enabled."
4314
  msgstr "تم تعطيل الجدولة فى تثبيت وورد بريس الخاصة بك. عبر اعداد DISABLE_WP_CRON. لا يمكن تشغيل النسخ الاحتياطى (حتى \"النسخ الاحتياطي الآن\") الا اذا قمت بأعداد مرفق لأستدعاء الجدولة يدويا, او حتى تفعيلها."
4315
 
4316
+ #: restorer.php:657
4317
  msgid "file"
4318
  msgstr "ملف"
4319
 
4320
+ #: restorer.php:650
4321
  msgid "folder"
4322
  msgstr "مجلد"
4323
 
4324
+ #: restorer.php:650 restorer.php:657
4325
  msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
4326
  msgstr "UpdraftPlus يحتاج لأنشاء %s فى دليل محتوى موقعك, لكنة فشل - من فضلك قم بالتحقق من الصلاحيات وقم بتفعيلها (%s)"
4327
 
4328
+ #: class-updraftplus.php:2739
4329
  msgid "The backup has not finished; a resumption is scheduled"
4330
  msgstr "لم ينتهي النسخ الاحتياطي؛ وتم جدولة الأستئناف"
4331
 
4332
+ #: class-updraftplus.php:1734
4333
  msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
4334
  msgstr "زوار موقع الويب الخاص بك و UpdraftPlus فى كثير من الأحيان لا يحصلون على الموارد التى يأملونها; من فضلك اقرأ هذة الصفحة:"
4335
 
4340
  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)."
4341
  msgstr "المصادقة %s تعذر الأستمرار,لأن شيئا آخر على موقع الويب الخاص بك كسرها. حاول تعطيل الإضافات الأخرى الخاصة بك والتحويل إلى الثيم الأفتراضى. (على وجه التحديد، ابحث عن المكون الذي يرسل الإخراج (على الأرجح فى تحذيرات PHP / أخطاء) قبل بداية الصفحة. ايقاف اى اعدادات تصحيح قد تساعد ايضا)."
4342
 
4343
+ #: admin.php:2126
4344
  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)."
4345
  msgstr "حد الذاكرة الخاص بك php (الذى وضعتة شركة الأستضافة الخاصة بك) منخفض جدا. UpdraftPlus حاول زيادتة لكنة لم ينجح. هذا البرنامج المساعد قد يواجه صعوبة مع حد الذاكرة أقل من 64 ميجا بايت - خصوصا اذا كنت تملك ملفات كبيرة مرفوعة (من ناحية اخرى,العديد من المواقع تنجح ب 32 ميجا بايت - لكن تجربتك قد تكون مختلفة)."
4346
 
4347
+ #: addons/autobackup.php:1006 admin.php:617
4348
  msgid "Proceed with update"
4349
  msgstr "المضي قدما مع التحديث"
4350
 
4351
+ #: addons/autobackup.php:1005
4352
  msgid "Do not abort after pressing Proceed below - wait for the backup to complete."
4353
  msgstr "لا تقم بالخروج بعد الضغط على زر البدأ - انتظر حتى انتهاء النسخ الاحتياطى"
4354
 
4355
+ #: addons/autobackup.php:113 addons/autobackup.php:982
4356
  msgid "UpdraftPlus Automatic Backups"
4357
  msgstr "UpdraftPlus النسخ الأحتياطى التلقائى"
4358
 
4422
  msgid "Support"
4423
  msgstr "الدعم"
4424
 
4425
+ #: class-updraftplus.php:4054
4426
  msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
4427
  msgstr "UpdraftPlus غير قادر على العثور على بادئة الجدول عند فحص النسخة الاحتياطية لقاعدة البيانات."
4428
 
4429
+ #: class-updraftplus.php:4046
4430
  msgid "This database backup is missing core WordPress tables: %s"
4431
  msgstr "هذة النسخة الاحتياطية لقاعدة البيانات تفتقد جداول رئيسية: %s"
4432
 
4433
+ #: class-updraftplus.php:3934
4434
  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."
4435
  msgstr "انت تقوم بالأستيراد من اصدار احدث من الورد بريس (%s) فى نسخة اقدم (%s). لا يوجد ضمانات ان ورد بريس يمكنة التعامل مع هذا."
4436
 
4437
+ #: class-updraftplus.php:3850
4438
  msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
4439
  msgstr "حجم قاعدة البيانات صغير جدا بالنسبة لقاعدة بيانات ورد بريس صالحة (الحجم: %s ك بايت)."
4440
 
4441
+ #: addons/autobackup.php:556 admin.php:827
4442
  msgid "Update Theme"
4443
  msgstr "تحديث الثيم"
4444
 
4445
+ #: addons/autobackup.php:505 admin.php:823
4446
  msgid "Update Plugin"
4447
  msgstr "تحديث المكون الإضافي"
4448
 
4449
+ #: addons/autobackup.php:985 admin.php:696 includes/updraftplus-notices.php:171
4450
  msgid "Be safe with an automatic backup"
4451
  msgstr "كن أمنا مع النسخ الاحتياطي التلقائي"
4452
 
4453
+ #: restorer.php:2219
4454
  msgid "Uploads path (%s) does not exist - resetting (%s)"
4455
  msgstr "مسار الرفع (%s) غير موجود - إعادة ضبط (%s)"
4456
 
4457
+ #: admin.php:2078
4458
  msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
4459
  msgstr "إذا كنت لا تزال ترى هذه الكلمات بعد انتهاء صفحة التحميل، ف انة يوجد مشكلة فى الجافا سكريب او jQuery فى الموقع."
4460
 
4461
+ #: admin.php:611
4462
  msgid "The file was uploaded."
4463
  msgstr "تم رفع الملف."
4464
 
4465
+ #: admin.php:610
4466
  msgid "Unknown server response status:"
4467
  msgstr "استجابة الخادم غير معروفة:"
4468
 
4469
+ #: admin.php:609
4470
  msgid "Unknown server response:"
4471
  msgstr "استجابة الملقم غير معروف:"
4472
 
4473
+ #: admin.php:608
4474
  msgid "This decryption key will be attempted:"
4475
  msgstr "سيتم محاولة فتح مفتاح التشفير:"
4476
 
4477
+ #: admin.php:607
4478
  msgid "Follow this link to attempt decryption and download the database file to your computer."
4479
  msgstr "اتبع هذا الرابط لمحاولة فك التشفير وتحميل ملف قاعدة البيانات على جهازك."
4480
 
4481
+ #: admin.php:606
4482
  msgid "Upload error"
4483
  msgstr "خطأ فى الرفع"
4484
 
4485
+ #: admin.php:605
4486
  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)."
4487
  msgstr "هذا الملف لا يبدو انة ملف UpdraftPlus مضغوط مشفر لقاعدة البيانات (هذة الملفات .gz.crypt التى لديها اسم مثل: backup_(time)_(site name)_(code)_db.crypt.gz)."
4488
 
4489
+ #: admin.php:604
4490
  msgid "Upload error:"
4491
  msgstr "خطأ التحميل:"
4492
 
4493
+ #: admin.php:603
4494
  msgid "(make sure that you were trying to upload a zip file previously created by UpdraftPlus)"
4495
  msgstr "(تأكد من انك كنت تحاول رفع ملف مضغوط تم إنشاؤه مسبقا من قبل UpdraftPlus)"
4496
 
4497
+ #: admin.php:594
4498
  msgid "Download to your computer"
4499
  msgstr "تحميل الى جهاز الكمبيوتر الخاص بك"
4500
 
4501
+ #: admin.php:593
4502
  msgid "Delete from your web server"
4503
  msgstr "حذف من خادم الويب الخاص بك"
4504
 
4506
  msgid "Examples of S3-compatible storage providers:"
4507
  msgstr "امثلة من مقدمى التخزين المتوافق-s3:"
4508
 
4509
+ #: admin.php:3643
4510
  msgid "Will not delete any archives after unpacking them, because there was no cloud storage for this backup"
4511
  msgstr "لن يتم حذف اى ارشيف بعد فك الضغط عنة, بسبب عدم وجود سحابة التخزين لهذه النسخة الاحتياطية"
4512
 
4513
+ #: admin.php:3260
4514
  msgid "You appear to be missing one or more archives from this multi-archive set."
4515
  msgstr "يبدو انة مفقود واحد او اكثر من هذة الأرشيفات من مجموعة الأرشيف المتعددة."
4516
 
4517
+ #: admin.php:3257
4518
  msgid "(%d archive(s) in set)."
4519
  msgstr "(%d الأرشيف(s) in set)."
4520
 
4522
  msgid "Split archives every:"
4523
  msgstr "تقسيم كل ارشيف:"
4524
 
4525
+ #: addons/moredatabase.php:272
4526
  msgid "Error: the server sent us a response (JSON) which we did not understand."
4527
  msgstr "الخطأ: الخادم ارسل لنا استجابة (JSON) اللتى لم نتمكن من فهمها."
4528
 
4529
+ #: admin.php:584
4530
  msgid "Warnings:"
4531
  msgstr "تحذيرات:"
4532
 
4533
+ #: admin.php:583
4534
  msgid "Error: the server sent an empty response."
4535
  msgstr "خطأ: ارسل خادم السيرفر استجابة فارغة."
4536
 
4537
+ #: admin.php:1839
4538
  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?"
4539
  msgstr "هذا يبدو كأنة ملف تم انشائة بواسطة UpdraftPlus, ولكن هذا التثبيت لا يعرف هذا النوع من المواضيع: %s. ربما تحتاج الى تثبيت اضافة ما؟"
4540
 
4570
  msgid "No such backup set exists"
4571
  msgstr "هذا الدليل لا يوجد بة اى مجموعات نسخ احتياطى"
4572
 
4573
+ #: admin.php:1115
4574
  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"
4575
  msgstr "لم يتم العثور على ارشيف النسخ الأحتياطى لهذا الملف. استخدام طريقة التخزين البعيد (%s) لا يسمح لنا بأسترداد الملفات. لأجراء اى اعادة استخدم UpdraftPlus, سوف تحتاج الى الحصول على نسخة من هذا الملف ووضعها داخل مجلد العمل ل UpdraftPlus"
4576
 
4577
+ #: restorer.php:599
4578
  msgid "Failed to move directory (check your file permissions and disk quota): %s"
4579
  msgstr "فشل فى تحريك الدليل (تحقق من صلاحيات الملف ومساحة القرص): %s"
4580
 
4581
+ #: restorer.php:590
4582
  msgid "Failed to move file (check your file permissions and disk quota): %s"
4583
  msgstr "فشل فى نقل الملف (تحقق من صلاحيات الملف و مساحة القرص): %s"
4584
 
4586
  msgid "Moving unpacked backup into place..."
4587
  msgstr "نقل النسخ الأحتياطى الذى تم فك حزمة الى المكان..."
4588
 
4589
+ #: backup.php:2691 backup.php:2947
4590
  msgid "Failed to open the zip file (%s) - %s"
4591
  msgstr "فشل فى فتح ملف مضغوط (%s) - %s"
4592
 
4606
  msgid "S3 (Compatible)"
4607
  msgstr "S3 (متوافق)"
4608
 
4609
+ #: admin.php:3564
4610
  msgid "File is not locally present - needs retrieving from remote storage"
4611
  msgstr "الملف غير موجود - يحتاج الى استراجعة من التخزين البعيد"
4612
 
4613
+ #: admin.php:3551
4614
  msgid "Looking for %s archive: file name: %s"
4615
  msgstr "ابحث عن الأرشيف %s : اسم الملف: %s"
4616
 
4617
+ #: admin.php:3512
4618
  msgid "Final checks"
4619
  msgstr "الفحوصات النهائية"
4620
 
4626
  msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
4627
  msgstr "اسقاط ملف قاعدة البيانات المشفرة (ملفات db.gz.crypt) هنا لتحميلها لفك التشفير"
4628
 
4629
+ #: admin.php:2931
4630
  msgid "Your wp-content directory server path: %s"
4631
  msgstr "المسار الخاص بمحتوى wp-content على السيرفر هو: %s"
4632
 
4633
+ #: admin.php:600
4634
  msgid "Raw backup history"
4635
  msgstr "تاريخ النسخ الاحتياطي الخام"
4636
 
4638
  msgid "Show raw backup and file list"
4639
  msgstr "مشاهدة النسخ الاحتياطي الخام وقائمة الملفات"
4640
 
4641
+ #: admin.php:582
4642
  msgid "Processing files - please wait..."
4643
  msgstr "تجهيز الملفات - يرجى الأنتظار..."
4644
 
4645
+ #: admin.php:3695 templates/wp-admin/settings/downloading-and-restoring.php:29
4646
  msgid "Please consult this FAQ for help on what to do about it."
4647
  msgstr "يرجى الرجوع الى الأسئلة الشائعة للحصول على المساعدة بشأن ما ينبغى القيام بة حيال ذلك."
4648
 
4650
  msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
4651
  msgstr "تركيب وردبريس الخاص بك بة مشكلة اخراج مسافة بيضاء اضافية. قد يفسد هذا النسخ الأحتياطية التى قمت بتحميلها من هنا."
4652
 
4653
+ #: class-updraftplus.php:3858
4654
  msgid "Failed to open database file."
4655
  msgstr "فشل فى فتح ملف قاعدة البيانات."
4656
 
4657
+ #: admin.php:4074
 
 
 
 
4658
  msgid "Known backups (raw)"
4659
  msgstr "النسخ الأحتياطى المعروفة (الخام)"
4660
 
4661
+ #: restorer.php:955
4662
  msgid "Unable to enumerate files in that directory."
4663
  msgstr "غير قادر على وجود اى ملفات فى هذا الدليل."
4664
 
4665
+ #: restorer.php:950
4666
  msgid "Files found:"
4667
  msgstr "العثور على ملفات:"
4668
 
4669
+ #: restorer.php:1340
4670
  msgid "Using directory from backup: %s"
4671
  msgstr "استخدام الدليل من النسخة الأحتياطية: %s"
4672
 
4673
+ #: restorer.php:1804
4674
  msgid "Requested table engine (%s) is not present - changing to MyISAM."
4675
  msgstr "محرك الجدول المطلوب (%s) غير موجود - تغيير لMYISAM."
4676
 
4678
  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."
4679
  msgstr "هذة تبدو كأنها ترحيل (النسخة الأحتياطة من موقع عنوان الرابط الخاص بة مختلف), لكنك لم تقم بالأشارة على خيار البحث واستبدال قاعدة البيانات. عادة ما يكون خطأ."
4680
 
4681
+ #: admin.php:3584
4682
  msgid "file is size:"
4683
  msgstr "حجم الملف:"
4684
 
4685
  #: addons/googlecloud.php:855 addons/migrator.php:363 addons/migrator.php:366
4686
+ #: addons/migrator.php:369 admin.php:859 admin.php:2083 backup.php:2994
4687
  #: updraftplus.php:147
4688
  msgid "Go here for more information."
4689
  msgstr "اذهب هنا لمزيد من المعلومات."
4690
 
4691
+ #: admin.php:581
4692
  msgid "Some files are still downloading or being processed - please wait."
4693
  msgstr "بعض الملفات لاتزال يتم تحميلها او اعدادها - من فضلك انتظر."
4694
 
4695
+ #: class-updraftplus.php:3906 class-updraftplus.php:3924
4696
  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."
4697
  msgstr "هذة النسخة الأحتياطية من موقع مختلف - هذة ليست استعادة, لكن ترحيل. انت تحتاج الى البرنامج المساعد Migrator لتسطيع اتمام هذا العمل."
4698
 
4712
  msgid "%s login failure"
4713
  msgstr "فشل تسجيل الدخول %s"
4714
 
4715
+ #: methods/dropbox.php:425
4716
  msgid "You do not appear to be authenticated with %s"
4717
  msgstr "لا يبدو انة تمت المصادقة مع: %s"
4718
 
4719
+ #: methods/dropbox.php:392
4720
  msgid "Failed to access %s when deleting (see log file for more)"
4721
  msgstr "فشل الوصول الى %s عند الحذف (تحقق من ملف السجل لمزيد من المعلومات)"
4722
 
4723
+ #: methods/dropbox.php:384
4724
  msgid "You do not appear to be authenticated with %s (whilst deleting)"
4725
  msgstr "لا يبدو انة لديك التصريح ل %s (لحين الحذف)"
4726
 
4761
  msgid "%s authentication failed"
4762
  msgstr "المصادقة فشلت %s"
4763
 
4764
+ #: addons/googlecloud.php:384 addons/migrator.php:462 admin.php:1784
4765
+ #: admin.php:1831 admin.php:1839 class-updraftplus.php:725
4766
+ #: class-updraftplus.php:731 class-updraftplus.php:3829
4767
+ #: class-updraftplus.php:3831 class-updraftplus.php:3964
4768
+ #: class-updraftplus.php:3999 methods/googledrive.php:304 restorer.php:944
4769
  msgid "Error: %s"
4770
  msgstr "خطأ: %s"
4771
 
4772
+ #: admin.php:2868
4773
  msgid "Backup directory specified exists, but is <b>not</b> writable."
4774
  msgstr "دليل النسخ الأحتياطى المحدد موجود, لكنة <b>غير</b> قابل للكتابة."
4775
 
4776
+ #: admin.php:2866
4777
  msgid "Backup directory specified does <b>not</b> exist."
4778
  msgstr "دليل النسخ الأحتياطى المحدد <b>غير</b> موجود."
4779
 
4780
+ #: admin.php:2600 admin.php:2822 class-updraftplus.php:3906
4781
+ #: class-updraftplus.php:3924
4782
  msgid "Warning: %s"
4783
  msgstr "تحذير: %s"
4784
 
4786
  msgid "Last backup job run:"
4787
  msgstr "اخر تشغيل لوظيفة النسخ الأحتياطى:"
4788
 
4789
+ #: backup.php:2713
4790
  msgid "A very large file was encountered: %s (size: %s Mb)"
4791
  msgstr "مصادفة ملف كبير جدا: %s (الحجم: %s ميجابايت)"
4792
 
4793
+ #: backup.php:2087 backup.php:2119
4794
  msgid "%s: unreadable file - could not be backed up"
4795
  msgstr "%s: الملف غير قابل للقراءة - لا يمكن ان يتم اجراء النسخ الأحتياطى"
4796
 
4797
+ #: backup.php:1495
4798
  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"
4799
  msgstr "الجدول %s بة عدد كبير من الصفوف (%s) - نأمل ان شركة الأستضافة الخاصة بك تعطيك ما يكفى من الموارد لتفريغ هذا الجدول من النسخة الأحتياطة."
4800
 
4801
+ #: backup.php:1614
4802
  msgid "An error occurred whilst closing the final database file"
4803
  msgstr "حدث خطأ اثناء اغلاق ملف قاعدة البيانات النهائي."
4804
 
4805
+ #: backup.php:874
4806
  msgid "Warnings encountered:"
4807
  msgstr "مصادفة تحذيرات:"
4808
 
4809
+ #: class-updraftplus.php:2727
4810
  msgid "The backup apparently succeeded (with warnings) and is now complete"
4811
  msgstr "على ما يبدو ان النسخ الأحتياطى تم بنجاح (مع تحذيرات) وانة انتهى الأن"
4812
 
4862
  msgid "The error reported by %s was:"
4863
  msgstr "الخطأ الذى تم التبليغ عنة من %s هو:"
4864
 
4865
+ #: restorer.php:1359
4866
  msgid "Please supply the requested information, and then continue."
4867
  msgstr "يرجى تقديم المعلومات المطلوبة, ومن ثم الاستمرار."
4868
 
4869
+ #: restorer.php:2056
4870
  msgid "Cannot drop tables, so deleting instead (%s)"
4871
  msgstr "لا يمكن اسقاط الجدوال, بدلا من ذلك احذفها (%s)"
4872
 
4873
+ #: restorer.php:2039
4874
  msgid "Cannot create new tables, so skipping this command (%s)"
4875
  msgstr "لا يمكن إنشاء جداول جديدة، حتى تخطى هذا الأمر (%s)"
4876
 
4877
+ #: class-updraftplus.php:3975 restorer.php:1648
4878
  msgid "Site information:"
4879
  msgstr "معلومات عن الموقع:"
4880
 
4881
+ #: restorer.php:1515
4882
  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."
4883
  msgstr "مستخدم قاعدة البيانات الخاصة بك ليس لدية تصاريح لأنشاء الجدوال. نحن سوف نقوم بمحاولة الأستعادة عن طريق افراغ الجداول; هذا يجب ان يعمل طالما تستعيدها من اصدار وردبريس بة نفس بنية قاعدة البيانات, وقاعدة البيانات المستوردة لا تحتوى على اى جداول التى ليست موجودة على موقع المستورد."
4884
 
4885
+ #: addons/migrator.php:325 admin.php:2078 class-updraftplus.php:3968
4886
+ #: restorer.php:1970
4887
  msgid "Warning:"
4888
  msgstr "تحذير:"
4889
 
4890
+ #: class-updraftplus.php:3960 restorer.php:162
4891
  msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
4892
  msgstr "انت تعمل على وردبريس متعدد المواقع - لكن النسخة الأحتياطية الخاص بك ليست لموقع متعدد المواقع."
4893
 
4894
+ #: admin.php:3539
4895
  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."
4896
  msgstr "تخطى استعادة وردبريس الأساسية عند استيراد موقع واحد فى الثبيت متعدد المواقع. اذا كان لديك اى شئ ضرورى فى دليل وردبريس الخاص بك فأنك سوف تحتاج الى اعادة اضافتة يدوياً من ملف مضغوط."
4897
 
4898
+ #: admin.php:2987 methods/updraftvault.php:260
4899
  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."
4900
  msgstr "لا تشمل php خادم السيرفر الخاص بك <strong>المطلوبة</strong> (الى %s) الوحدة (%s). يرجى الأتصال بخدمة دعم استضافة الويب واطلب منهم تفعيل الوحدة."
4901
 
4902
+ #: admin.php:618
4903
  msgid "Close"
4904
  msgstr "اغلق"
4905
 
4906
+ #: addons/autobackup.php:298 addons/autobackup.php:386 admin.php:574
4907
  #: methods/remotesend.php:71 methods/remotesend.php:79
4908
  #: methods/remotesend.php:220 methods/remotesend.php:237
4909
  msgid "Unexpected response:"
4910
  msgstr "استجابة غير متوقعة:"
4911
 
4912
+ #: addons/reporting.php:434 admin.php:569
4913
  msgid "To send to more than one address, separate each address with a comma."
4914
  msgstr "لأرسال الى اكثر من عنوان واحد, قم بوضع فاصلة بين كل عنوان."
4915
 
4916
+ #: admin.php:598
4917
  msgid "PHP information"
4918
  msgstr "معلومات PHP"
4919
 
4949
  msgid "Also delete from remote storage"
4950
  msgstr "حذف ايضاً من التخزين البعيد"
4951
 
4952
+ #: admin.php:2330
4953
  msgid "Latest UpdraftPlus.com news:"
4954
  msgstr "اخر اخبار UpdraftPlus.com:"
4955
 
4966
  msgid "News"
4967
  msgstr "اخبار"
4968
 
4969
+ #: admin.php:1269
4970
  msgid "Backup set not found"
4971
  msgstr "لم يتم العثور على مجموعة النسخ الأحتياطى"
4972
 
4973
+ #: backup.php:160
4974
  msgid "%s - could not back this entity up; the corresponding directory does not exist (%s)"
4975
  msgstr "%s - لا يمكن دعم هذا الكيان; دليل المقابلة غير موجود (%s)"
4976
 
4984
  msgid "Blog link"
4985
  msgstr "رابط المدونة"
4986
 
4987
+ #: admin.php:661
4988
  msgid "Testing %s Settings..."
4989
  msgstr "اختبار اعدادات %s ..."
4990
 
4992
  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."
4993
  msgstr "او, يمكنك وضعها يدويا فى مسار UpdraftPlus الخاص بك (عادة wp-content/updraft)، على سبيل المثال عبر FTP، ومن ثم استخدام الرابط \"إعادة الفحص\" أعلاه."
4994
 
4995
+ #: admin.php:875
4996
  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."
4997
  msgstr "UpdraftPlus على وضع تصحيح الأخطاء. قد تشاهد ملاحظات التصحيح على هذة الصفحة وليس فقط على UpdraftPlus، ولكن من اى برنامج اضافى اخر مثبت. يرجى محاولة التأكد من ان الملاحظات التى تراها هى من UpdraftPlus قبل طلب الدعم."
4998
 
4999
+ #: admin.php:875
5000
  msgid "Notice"
5001
  msgstr "لاحظ"
5002
 
5003
+ #: backup.php:856
5004
  msgid "Errors encountered:"
5005
  msgstr "مصادفة اخطاء:"
5006
 
5007
+ #: admin.php:567
5008
  msgid "Rescanning (looking for backups that you have uploaded manually into the internal backup store)..."
5009
  msgstr "اعادة الفحص (يبحث عن النسخ الاحتياطية التي قمت برفعها يدويا في مسار النسخ الاحتياطي الداخلي)..."
5010
 
5011
+ #: admin.php:580
5012
  msgid "Begun looking for this entity"
5013
  msgstr "بدأ البحث عن هذا الكيان"
5014
 
5028
  msgid "Time taken (seconds):"
5029
  msgstr "الوقت المستغرق (ثانية):"
5030
 
5031
+ #: addons/migrator.php:1113 admin.php:585
5032
  msgid "Errors:"
5033
  msgstr "الأخطاء:"
5034
 
5097
  msgid "All references to the site location in the database will be replaced with your current site URL, which is: %s"
5098
  msgstr "سيتم استبدال كافة المراجع الى الموقع فى قاعدة البيانات مع رابط الموقع الحالى, الذى هو: %s"
5099
 
5100
+ #: addons/multisite.php:630
5101
  msgid "Blog uploads"
5102
  msgstr "مدونة الملفات المرفوعة"
5103
 
5104
+ #: addons/migrator.php:369 addons/multisite.php:623
5105
  msgid "Must-use plugins"
5106
  msgstr "لابد من استخدام الأضافات"
5107
 
5108
+ #: addons/multisite.php:193
5109
  msgid "You do not have permission to access this page."
5110
  msgstr "ليس لديك الصلاحيات لدخول هذة الصفحة."
5111
 
5112
+ #: addons/multisite.php:179 udaddons/options.php:225
5113
  msgid "You do not have sufficient permissions to access this page."
5114
  msgstr "ليس لديك الصلاحيات الكافية لدخول هذة الصفحة."
5115
 
5116
+ #: addons/multisite.php:173
5117
  msgid "Multisite Install"
5118
  msgstr "تثبيت الموقع المتعدد"
5119
 
5145
  msgid "Directory path"
5146
  msgstr "مسار الدليل"
5147
 
5148
+ #: addons/lockadmin.php:153 addons/moredatabase.php:239 addons/sftp.php:368
5149
  #: addons/webdav.php:69 methods/openstack2.php:127 methods/updraftvault.php:320
5150
  #: udaddons/options.php:145
5151
  msgid "Password"
5155
  msgid "Port"
5156
  msgstr "المنفذ"
5157
 
5158
+ #: addons/moredatabase.php:237 addons/sftp.php:347 addons/webdav.php:75
5159
  msgid "Host"
5160
  msgstr "الاستضافة"
5161
 
5179
  msgid "Encrypted FTP is available, and will be automatically tried first (before falling back to non-encrypted if it is not successful), unless you disable it using the expert options. The 'Test FTP Login' button will tell you what type of connection is in use."
5180
  msgstr "FTP مشفرة متاح، وسيجرب أولا تلقائيا (قبل أن نتراجع إلى النسخة الغيرمشفرة إذا لم ننجح)، إلا إذا كنت تعطيله باستخدام خيارات المتقدمة. زر 'اختبار دخول FTP ' سيخبركم بنوع الإتصال المستخدم."
5181
 
5182
+ #: addons/morefiles.php:562
5183
  msgid "No backup of %s directories: there was nothing found to back up"
5184
  msgstr "لا توجد نسخ احتياطية من المجلدات %s : لم نجد أي شيء لنعمل له نسخة احتياطية"
5185
 
5207
  msgid "Over-write wp-config.php"
5208
  msgstr "إعادة كتابة wp-config.php"
5209
 
5210
+ #: addons/morefiles.php:70 addons/morefiles.php:562
5211
  msgid "WordPress Core"
5212
  msgstr "لب الووردبريس"
5213
 
5216
  msgstr "فشل: لم نكن قادرين على وضع ملف في هذا الدليل - يرجى مراجعة بيانات الاعتماد الخاصة بك."
5217
 
5218
  #: addons/googlecloud.php:626 addons/googlecloud.php:660
5219
+ #: addons/googlecloud.php:666 addons/sftp.php:447 admin.php:2654 admin.php:2689
5220
+ #: admin.php:2698 methods/addon-base.php:284 methods/stream-base.php:302
5221
  msgid "Failed"
5222
  msgstr "فشل"
5223
 
5274
  msgid "Only non-encrypted FTP is supported by regular UpdraftPlus."
5275
  msgstr "UpdraftPlus تدعم فقط حسابات FTP الغير مشفرة"
5276
 
5277
+ #: addons/onedrive.php:755 methods/dropbox.php:627
5278
  msgid "Your %s account name: %s"
5279
  msgstr "اسم الحساب %s الخاص بك: %s"
5280
 
5281
+ #: methods/dropbox.php:617 methods/dropbox.php:644
5282
  msgid "though part of the returned information was not as expected - your mileage may vary"
5283
  msgstr "على الرغم من أن جزء من المعلومات الذي عاد لم يكن كما هو متوقع - الأميال الخاص بك قد تختلف"
5284
 
5285
+ #: methods/dropbox.php:612 methods/dropbox.php:614
5286
  msgid "you have authenticated your %s account"
5287
  msgstr "تم المصادقة على %s حسابك"
5288
 
5289
+ #: methods/dropbox.php:499 methods/dropbox.php:501
5290
  msgid "there's an add-on for that."
5291
  msgstr "هناك اضافة لذلك."
5292
 
5293
+ #: methods/dropbox.php:499 methods/dropbox.php:501
5294
  msgid "If you back up several sites into the same Dropbox and want to organise with sub-folders, then "
5295
  msgstr "اذا كنت تستخدم النسخ الأحتياطى لعدة مواقع فى نفس الدروب بوكس وتريد ان تقوم بتنظيمها مع المجلدات الفرعية, اذا"
5296
 
5297
+ #: methods/dropbox.php:499 methods/dropbox.php:501
5298
  msgid "Backups are saved in"
5299
  msgstr "يتم حفظ النسخ الأحتياطية فى"
5300
 
5301
+ #: methods/dropbox.php:499 methods/dropbox.php:501
5302
  msgid "Need to use sub-folders?"
5303
  msgstr "هل تحتاج الى استخدام المجلدات الفرعية؟"
5304
 
5420
  msgid "Failure: No container details were given."
5421
  msgstr "خطأ: ولم تعط أية تفاصيل عن الحاوية."
5422
 
5423
+ #: addons/moredatabase.php:238 addons/sftp.php:361 addons/webdav.php:63
5424
+ #: methods/cloudfiles-new.php:157 methods/cloudfiles.php:509
5425
  #: methods/openstack2.php:121
5426
  msgid "Username"
5427
  msgstr "اسم المستخدم"
5428
 
5429
+ #: methods/cloudfiles-new.php:152 methods/cloudfiles.php:504 methods/s3.php:959
5430
  msgid "API key"
5431
  msgstr "مفتاح API"
5432
 
5433
+ #: addons/migrator.php:278 addons/migrator.php:1871 addons/moredatabase.php:75
5434
+ #: addons/moredatabase.php:77 addons/moredatabase.php:79 addons/sftp.php:417
5435
+ #: addons/sftp.php:421 addons/sftp.php:425 addons/webdav.php:103 admin.php:638
5436
+ #: methods/addon-base.php:277 methods/cloudfiles-new.php:152
5437
+ #: methods/cloudfiles-new.php:157 methods/cloudfiles.php:504
5438
  #: methods/cloudfiles.php:509 methods/ftp.php:355 methods/ftp.php:359
5439
  #: methods/openstack2.php:142 methods/openstack2.php:147
5440
  #: methods/openstack2.php:152 methods/openstack2.php:157 methods/s3.php:959
5442
  msgid "Failure: No %s was given."
5443
  msgstr "فضل: لم تعطى أية %s."
5444
 
5445
+ #: methods/cloudfiles-new.php:86 methods/cloudfiles.php:448
5446
+ #: methods/openstack-base.php:513 methods/s3.php:799
5447
  msgid "UpdraftPlus's %s module <strong>requires</strong> %s. Please do not file any support requests; there is no alternative."
5448
  msgstr "وحدة UpdraftPlus %s <strong> تتطلب </strong> %s من فضلك لا تقم بتقديم أي طلبات دعم، فليس هناك أي بديل."
5449
 
5459
  msgid "Cloud Files username"
5460
  msgstr "سحابة ملفات المستخدم"
5461
 
5462
+ #: addons/cloudfiles-enhanced.php:36 methods/cloudfiles-new.php:99
5463
  #: methods/cloudfiles.php:466
5464
  msgid "UK"
5465
  msgstr "المملكة المتحدة"
5466
 
5467
+ #: addons/cloudfiles-enhanced.php:35 methods/cloudfiles-new.php:98
5468
  #: methods/cloudfiles.php:465
5469
  msgid "US (default)"
5470
  msgstr "الولايات المتحدة (افتراضى)"
5473
  msgid "US or UK Cloud"
5474
  msgstr "سحابة الولايات المتحدة او المملكة المتحدة"
5475
 
5476
+ #: methods/cloudfiles-new.php:91 methods/cloudfiles.php:458
5477
  #: methods/openstack2.php:94
5478
  msgid "Also, you should read this important FAQ."
5479
  msgstr "أيضا، يجب عليك قراءة هذا التعليمات الهامة."
5480
 
5481
+ #: methods/cloudfiles-new.php:91 methods/cloudfiles.php:458
5482
  msgid "Get your API key <a href=\"https://mycloud.rackspace.com/\">from your Rackspace Cloud console</a> (read instructions <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">here</a>), then pick a container name to use for storage. This container will be created for you if it does not already exist."
5483
  msgstr "احصل على مفتاح API <a href=\"https://mycloud.rackspace.com/\">من خدمة Rackspace Cloud </a> (يمكن قراءة التعليمات <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">هنا</a>)، ثم قم باختيار اسم حاوية لإستخدام مساحة التخزين. سيتم خلق هذه الحاوية ان لم تكن موجودو مسبقا."
5484
 
5485
+ #: addons/sftp.php:408 admin.php:660 methods/addon-base.php:242
5486
  #: methods/cloudfiles.php:496 methods/ftp.php:329
5487
  #: methods/openstack-base.php:524 methods/s3.php:861
5488
  #: methods/stream-base.php:224
5561
  msgstr "للحصول على مساعدة لفترة أطول، بما في ذلك لقطات، اتبع هذا الرابط. وصف أدناه ما يكفي لعدد أكبر من المستخدمين الخبراء."
5562
 
5563
  #: methods/addon-base.php:230 methods/cloudfiles.php:438
5564
+ #: methods/dropbox.php:481 methods/ftp.php:298 methods/googledrive.php:904
5565
  #: methods/openstack-base.php:503 methods/s3.php:771
5566
  #: methods/stream-base.php:217
5567
  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."
5600
  msgid "Success"
5601
  msgstr "نجاح"
5602
 
5603
+ #: addons/onedrive.php:747 methods/dropbox.php:655 methods/dropbox.php:664
5604
  #: methods/googledrive.php:337
5605
  msgid "Your %s quota usage: %s %% used, %s available"
5606
  msgstr "نسبة %s تدفق البيانات المخصص لك: %s %% مستخدمة، %s متوفرة"
5631
  msgid "You need to re-authenticate with %s, as your existing credentials are not working."
5632
  msgstr "تحتاج إلى إعادة المصادقة مع %s، معلومات الاعتماد الموجودة لديك لا تعمل."
5633
 
5634
+ #: addons/migrator.php:1770 admin.php:2657 admin.php:2691 admin.php:2695
5635
+ #: admin.php:3569 admin.php:3582 restorer.php:2203 restorer.php:2309
5636
  msgid "OK"
5637
  msgstr "حسنا"
5638
 
5639
+ #: restorer.php:2197 restorer.php:2273
5640
  msgid "Table prefix has changed: changing %s table field(s) accordingly:"
5641
  msgstr "لقد تغير بادئة الجدول: تغيير %s حقل / حقول الجدول وفقا لذلك:"
5642
 
5643
+ #: restorer.php:1880
5644
  msgid "Finished: lines processed: %d in %.2f seconds"
5645
  msgstr "الانتهاء: خطوط تمت معالجتها: %d في %.2f ثانية"
5646
 
5647
+ #: addons/migrator.php:1143 restorer.php:2095
5648
  msgid "the database query being run was:"
5649
  msgstr "ادارة استعلام قاعدة البيانات كانت في:"
5650
 
5651
+ #: restorer.php:1818
5652
  msgid "will restore as:"
5653
  msgstr "إستعادة على النحو التالي:"
5654
 
5655
+ #: restorer.php:1625 restorer.php:1722 restorer.php:1748
5656
  msgid "Old table prefix:"
5657
  msgstr "بادئة الجدول القديمة:"
5658
 
5659
+ #: addons/reporting.php:65 addons/reporting.php:152 backup.php:930
5660
+ #: class-updraftplus.php:3901
5661
  msgid "Backup of:"
5662
  msgstr "نسخة احتياطية لـ:"
5663
 
5664
+ #: addons/migrator.php:602 restorer.php:1452
5665
  msgid "Database access: Direct MySQL access is not available, so we are falling back to wpdb (this will be considerably slower)"
5666
  msgstr "وصول لقاعدة البيانات: الوصول المباشر لـ MySQL غير متوفر، لذا لم نتمكن من الرجوع لـ wpdb (هذا سيكون أبطأ بكثير)"
5667
 
5668
+ #: restorer.php:1447
5669
  msgid "Failed to open database file"
5670
  msgstr "فشل في فتح ملف قاعدة البيانات"
5671
 
5672
+ #: restorer.php:1426
5673
  msgid "Failed to find database file"
5674
  msgstr "فشل في العثور على ملف قاعدة البيانات"
5675
 
5676
+ #: restorer.php:1403
5677
  msgid "Warning: PHP safe_mode is active on your server. Timeouts are much more likely. If these happen, then you will need to manually restore the file via phpMyAdmin or another method."
5678
  msgstr "تحذير: PHP safe_mode نشط بخادمكم. سنكون عرضة لحالة المهلات بكثرة. ان حدث هذا المشكل بالفعل، ستكون مضطر للإسترجاع الملف من phpMyAdmin أو بطريقة أخرى."
5679
 
5680
+ #: restorer.php:499
5681
  msgid "wp-config.php from backup: restoring (as per user's request)"
5682
  msgstr "wp-config.php من النسخ الإحتياطية: إستعادة (بناءا على طلب السمتخدم)"
5683
 
5684
+ #: restorer.php:494
5685
  msgid "wp-config.php from backup: will restore as wp-config-backup.php"
5686
  msgstr "wp-config.php من النسخ الاحتياطي: سيتم إستعادته كمسمى wp-config-backup.php"
5687
 
5688
+ #: restorer.php:385
5689
  msgid "Failed to write out the decrypted database to the filesystem"
5690
  msgstr "فشل في كتابة قاعدة البيانات مفككت التشفير لنظام الملفات"
5691
 
5692
+ #: restorer.php:369
5693
  msgid "Failed to create a temporary directory"
5694
  msgstr "فشل في إنشاء دليل مؤقت"
5695
 
5733
  msgid "UpdraftPlus is not able to directly restore this kind of entity. It must be restored manually."
5734
  msgstr "UpdraftPlus لا يمكنه استرجاع هذا النوع بشكل مباشر. يمكنك استرجاعه بشكل يدوي."
5735
 
5736
+ #: admin.php:3590 admin.php:3591
5737
  msgid "Could not find one of the files for restoration"
5738
  msgstr "لا يمكن العثور على واحد من الملفات لاستعادته"
5739
 
5740
+ #: admin.php:3685
5741
  msgid "Error message"
5742
  msgstr "رسالة الخطأ"
5743
 
5744
+ #: admin.php:3587
5745
  msgid "The backup records do not contain information about the proper size of this file."
5746
  msgstr "سجلات النسخ الاحتياطي لا تحتوي على معلومات عن الحجم الحقيقي لهذا الملف."
5747
 
5748
+ #: admin.php:3579
5749
  msgid "Archive is expected to be size:"
5750
  msgstr "من المتوقع أن يكون حجم الأرشيف:"
5751
 
5752
+ #: admin.php:3463
5753
  msgid "If making a request for support, please include this information:"
5754
  msgstr "ان كنت تريد طلب دعم فني، فضلا قم باستخدام هذه المعلومات:"
5755
 
5756
+ #: admin.php:3462
5757
  msgid "ABORT: Could not find the information on which entities to restore."
5758
  msgstr "الغاء: لم نتمكن من إيجاد معلومات عن الكيانات التي تريد استعادتها."
5759
 
5760
+ #: admin.php:3416
5761
  msgid "UpdraftPlus Restoration: Progress"
5762
  msgstr "استرجاع UpdraftPlus: تقدم"
5763
 
5764
+ #: admin.php:3368
5765
  msgid "This backup does not exist in the backup history - restoration aborted. Timestamp:"
5766
  msgstr "هذه النسخة الإحتياطية غير متوفرة بسجل التاريخ - الغاء عملية الإستعادة. الطابع الزمني:"
5767
 
5768
+ #: admin.php:3317
5769
  msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
5770
  msgstr "بعد الضغط على هذا الزر، ستتمكن من اختيار المكونات التي تريد استرجاعها"
5771
 
5772
+ #: admin.php:3252
5773
  msgid "Press here to download"
5774
  msgstr "إضغط هنا لتحميل"
5775
 
5776
+ #: admin.php:3326
5777
  msgid "Delete this backup set"
5778
  msgstr "حذف هذه المجموعة من النسخ الاحتياطية"
5779
 
5780
+ #: admin.php:2999
5781
  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."
5782
  msgstr "أخباؤ سارة: اتصالات موقعكم الآن مع %s يمكن تشفيرها. إن كنت ترى أي أخطاء بخدة التشفير، يمكنك مراجعة خيارات الخبراء للمزيد من المعلومات."
5783
 
5784
+ #: admin.php:2996
5785
  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."
5786
  msgstr "نسخة PHP/Curl المنصبة بسيرفرك لا تدعم اتصال https. لا يمكن الوصول لـ %s دونها. من فضلك قم بالإتصال بخدمة الإسضافة الخاصة بك. %s <strong>تتطلب</strong> Curl+https. من فضلك لا تقم بمراسلة خدمة الدعم لأنه لا يوجد أي حل آخر."
5787
 
5788
+ #: admin.php:2994
5789
  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)."
5790
  msgstr "نعلمكم أن نسخة PHP/Curl المنصبة لخادمكم لا تدعم وصول https. التواصل مع %s سيكون غير مشفر. من فضلك قم بمراسلة خدمة الإستضافة لتنصيب Curl/SSL لدعم خدمة التشفير (باستخدام إضافة)."
5791
 
5792
+ #: methods/cloudfiles-new.php:86 methods/cloudfiles.php:448
5793
+ #: methods/openstack-base.php:513 methods/s3.php:799
5794
  msgid "Your web server's PHP installation does not included a required module (%s). Please contact your web hosting provider's support."
5795
  msgstr "نعلمكم أن نسخة PHP المنصبة بخادمكم لا توفر هذا الموديل (%s). فضل قم بمراسلة خدمة استضافتكم."
5796
 
5826
  msgid "Use the server's SSL certificates"
5827
  msgstr "استخدام شهادات SSL للملقم"
5828
 
5829
+ #: admin.php:2870
5830
  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."
5831
  msgstr "إن لم يكن هذا ممكنا قم بالتأكد من الأذونات بسيرفرك الخاص أو غيره لمجلد جديد قابل للكتابة من قبل خادمك."
5832
 
5833
+ #: admin.php:2870
5834
  msgid "click here"
5835
  msgstr "انقر هنا"
5836
 
5837
+ #: admin.php:2870
5838
  msgid "or, to reset this option"
5839
  msgstr "أو، لإعادة هذا الخيار"
5840
 
5841
+ #: admin.php:2870
5842
  msgid "Follow this link to attempt to create the directory and set the permissions"
5843
  msgstr ""
5844
 
5845
+ #: admin.php:2862
5846
  msgid "Backup directory specified is writable, which is good."
5847
  msgstr "دليل النسخ الاحتياطي المحدد قابل للكتابة، وهو أمر جيد."
5848
 
5874
  msgid "Advanced / Debugging Settings"
5875
  msgstr "متقدمة / تصحيح الإعدادات "
5876
 
5877
+ #: admin.php:597
5878
  msgid "Requesting start of backup..."
5879
  msgstr "مطالبة البدء بالنسخ الاحتياطي ..."
5880
 
5881
+ #: addons/morefiles.php:234 admin.php:613
5882
  msgid "Cancel"
5883
  msgstr "إلغاء"
5884
 
5885
+ #: addons/reporting.php:216 admin.php:3141
5886
  msgid "None"
5887
  msgstr "لا شيء"
5888
 
5906
  msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
5907
  msgstr "المجلدات أعلاه هي كل شيء، باستثناء مجلدات ووردبريس التي يمكن تحميلها من جديد من WordPress.org."
5908
 
5909
+ #: addons/morefiles.php:380 admin.php:2940
5910
  msgid "Exclude these:"
5911
  msgstr "استبعاد هذه:"
5912
 
5913
+ #: admin.php:2931
5914
  msgid "Any other directories found inside wp-content"
5915
  msgstr "أي الدلائل الأخرى الموجودة داخل wp-content"
5916
 
5926
  msgid "To fix the time at which a backup should take place,"
5927
  msgstr "لإصلاح الوقت الذي ينبغي أن تأخذ نسخة احتياطية،"
5928
 
5929
+ #: admin.php:2856
5930
  msgid "Monthly"
5931
  msgstr "شهريا"
5932
 
5933
+ #: admin.php:2855
5934
  msgid "Fortnightly"
5935
  msgstr "نصف شهري"
5936
 
5937
+ #: admin.php:2854
5938
  msgid "Weekly"
5939
  msgstr "أسبوعيا"
5940
 
5941
+ #: admin.php:2853
5942
  msgid "Daily"
5943
  msgstr "يوميا"
5944
 
5945
+ #: admin.php:620 admin.php:2836
5946
  msgid "Download log file"
5947
  msgstr "تحميل ملف السجل"
5948
 
5949
+ #: admin.php:2754
5950
  msgid "The folder exists, but your webserver does not have permission to write to it."
5951
  msgstr "المجلد موجود مسبقا، لكن خادمك لا يملك صلاحية الكتابة عليه."
5952
 
5953
+ #: admin.php:2749
5954
  msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it. You should check with your hosting provider that this will not cause any problems"
5955
  msgstr "تم خلق المجلد، لكن يتوجب علينا تغيير أذوناته لـ 777 (قابل للكتابة) لنتمكن من الكتابة عليه. يجب عليك التحقق من قابلية هذه العملية مع خدمة الإستضافة الخاصة بك."
5956
 
5957
+ #: admin.php:2735
5958
  msgid "The request to the filesystem to create the directory failed."
5959
  msgstr "فشل الطلب إلى نظام الملفات لإنشاء الدليل."
5960
 
5961
+ #: addons/migrator.php:2243 admin.php:614 admin.php:2651 admin.php:2684
5962
+ #: admin.php:3326 templates/wp-admin/settings/delete-and-restore-modals.php:5
5963
  msgid "Delete"
5964
  msgstr "حذف"
5965
 
5966
+ #: admin.php:2591
5967
  msgid "show log"
5968
  msgstr "عرض السجل"
5969
 
6076
  msgid "Delete backup set"
6077
  msgstr "حذف مجموعة النسخ الاحتياطية"
6078
 
6079
+ #: admin.php:596
6080
  msgid "Download error: the server sent us a response which we did not understand."
6081
  msgstr "خطأ بالتحميل : بعث لنا الخادم استجابة لم نفهمها."
6082
 
6087
  #: addons/migrator.php:1879 addons/migrator.php:1889 addons/migrator.php:1894
6088
  #: addons/s3-enhanced.php:120 addons/s3-enhanced.php:125
6089
  #: addons/s3-enhanced.php:127 addons/sftp.php:736 addons/webdav.php:79
6090
+ #: admin.php:82 admin.php:588 admin.php:3584 admin.php:3614
6091
  #: methods/remotesend.php:76 methods/remotesend.php:234
6092
+ #: methods/updraftvault.php:434 restorer.php:1364
6093
  msgid "Error:"
6094
  msgstr "خطأ:"
6095
 
6096
+ #: admin.php:579 templates/wp-admin/settings/downloading-and-restoring.php:34
6097
  msgid "calculating..."
6098
  msgstr "حساب ..."
6099
 
6132
  msgid "More tasks:"
6133
  msgstr "المزيد من المهام:"
6134
 
6135
+ #: admin.php:2354
6136
  msgid "Download most recently modified log file"
6137
  msgstr "تحميل ملف السجل المعدل مؤخرا"
6138
 
6139
+ #: admin.php:2313 admin.php:2319 central/bootstrap.php:161
6140
  msgid "(Nothing yet logged)"
6141
  msgstr "(لا شيء حتى الآن تم تسجيله)"
6142
 
6143
+ #: addons/autobackup.php:293 addons/autobackup.php:384 admin.php:2312
6144
+ #: admin.php:2317
6145
  msgid "Last log message"
6146
  msgstr "رسالة السجل الأخيرة"
6147
 
6148
+ #: addons/migrator.php:218 admin.php:619 admin.php:3317
6149
  #: templates/wp-admin/settings/tab-status.php:30
6150
  msgid "Restore"
6151
  msgstr "الإستعادة"
6152
 
6153
+ #: admin.php:448 admin.php:612 templates/wp-admin/settings/tab-status.php:27
6154
  msgid "Backup Now"
6155
  msgstr "النسخ الاحتياطي الآن"
6156
 
6157
+ #: addons/migrator.php:1774 addons/moredatabase.php:240
6158
+ #: addons/reporting.php:231 admin.php:233 admin.php:3116 admin.php:3189
6159
+ #: admin.php:3668 includes/class-wpadmin-commands.php:138
6160
  #: templates/wp-admin/settings/delete-and-restore-modals.php:81
6161
  #: templates/wp-admin/settings/delete-and-restore-modals.php:83
6162
  msgid "Database"
6163
  msgstr "قاعدة بيانات"
6164
 
6165
+ #: admin.php:229 admin.php:4080
6166
  msgid "Files"
6167
  msgstr "ملفات"
6168
 
6186
  msgid "JavaScript warning"
6187
  msgstr "تحذير جافا سكريبت"
6188
 
6189
+ #: admin.php:599 admin.php:2381
6190
  msgid "Delete Old Directories"
6191
  msgstr "حذف الدلائل القديمة"
6192
 
6193
+ #: admin.php:2126
6194
  msgid "Current limit is:"
6195
  msgstr "الحد الحالي هو:"
6196
 
6197
+ #: admin.php:2100
6198
  msgid "Your backup has been restored."
6199
  msgstr "تمت استعادة النسخ الاحتياطي."
6200
 
6206
  msgid "Lead developer's homepage"
6207
  msgstr "الولوج لموقع المطور"
6208
 
6209
+ #: admin.php:4000
6210
  msgid "Your settings have been wiped."
6211
  msgstr "تم القضاء على الإعدادات الخاصة بك."
6212
 
6213
+ #: admin.php:2060
6214
  msgid "Backup directory successfully created."
6215
  msgstr "تم إنشاء دليل النسخ الاحتياطي بنجاح."
6216
 
6217
+ #: admin.php:2053
6218
  msgid "Backup directory could not be created"
6219
  msgstr "لا يمكن إنشاء دليل النسخ الاحتياطي"
6220
 
6221
+ #: admin.php:2623
6222
  msgid "Old directory removal failed for some reason. You may want to do this manually."
6223
  msgstr "النسخ السابقة من المجلدات لم تحذف بشكل جيد لسبب ما. يمكنك حذفها بشكل يدوي."
6224
 
6225
+ #: admin.php:2621
6226
  msgid "Old directories successfully removed."
6227
  msgstr "تم إزالة الدلائل القديمة بنجاح."
6228
 
6229
+ #: admin.php:2618
6230
  msgid "Remove old directories"
6231
  msgstr "إزالة الدلائل القديمة"
6232
 
6233
+ #: addons/migrator.php:281 addons/migrator.php:296 admin.php:2002
6234
+ #: admin.php:2011 admin.php:2020 admin.php:2062 admin.php:2625
6235
  msgid "Return to UpdraftPlus Configuration"
6236
  msgstr "العودة إلى اعدادات UpdraftPlus"
6237
 
6238
+ #: admin.php:592 admin.php:2002 admin.php:2011 admin.php:2020 admin.php:2062
6239
+ #: admin.php:2625 templates/wp-admin/settings/existing-backups-table.php:14
6240
  msgid "Actions"
6241
  msgstr "الإجراءات"
6242
 
6243
+ #: admin.php:1991
6244
  msgid "Restore successful!"
6245
  msgstr "استعادة ناجحة!"
6246
 
6247
+ #: admin.php:1921
6248
  msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
6249
  msgstr "إسم ملف خاطئ - نعقد أننا لم نكن المسؤولين في تشفير هذا الملف"
6250
 
6251
+ #: admin.php:1831
6252
  msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
6253
  msgstr "إسم ملف خاطئ - نعتقد أننا لم نكن المسؤولين بخلق هذا الملف"
6254
 
6255
+ #: admin.php:1712
6256
  msgid "No local copy present."
6257
  msgstr "لا نسخة محلية متوفرة."
6258
 
6259
+ #: admin.php:1709
6260
  msgid "Download in progress"
6261
  msgstr "التحميل في تقدم"
6262
 
6263
+ #: admin.php:591 admin.php:1697
6264
  msgid "File ready."
6265
  msgstr "ملف جاهز."
6266
 
6267
+ #: admin.php:1678
6268
  msgid "Download failed"
6269
  msgstr "فشل تحميل"
6270
 
6271
+ #: admin.php:589 admin.php:1469 admin.php:3567 class-updraftplus.php:980
6272
  #: class-updraftplus.php:1024 methods/addon-base.php:75
6273
  #: methods/addon-base.php:80 methods/addon-base.php:194
6274
+ #: methods/addon-base.php:214 methods/stream-base.php:201 restorer.php:2199
6275
+ #: restorer.php:2224 restorer.php:2306 updraftplus.php:147
6276
  msgid "Error"
6277
  msgstr "خطأ"
6278
 
6279
+ #: admin.php:1497
6280
  msgid "Could not find that job - perhaps it has already finished?"
6281
  msgstr "لا يمكن العثور على هذا الوظيفة - ربما كان قد أنهى بالفعل؟"
6282
 
6283
+ #: admin.php:1489
6284
  msgid "Job deleted"
6285
  msgstr "وظيفة حذفت"
6286
 
6287
+ #: admin.php:1573
6288
  msgid "OK. You should soon see activity in the \"Last log message\" field below."
6289
  msgstr "أوكي، ستتمكن قريبا من مشاهدة النشاطات بحقل \"سجل آخر الرسائل\" أسفله"
6290
 
6291
+ #: admin.php:663
6292
  msgid "Nothing yet logged"
6293
  msgstr "لا شيء حتى الآن تم تسجيله"
6294
 
6295
+ #: admin.php:871
6296
  msgid "Please consult this FAQ if you have problems backing up."
6297
  msgstr "يرجى الرجوع إلى الأسئلة الشائعة إذا كنت تواجه مشاكل بالنسخ الاحتياطي."
6298
 
6299
+ #: admin.php:871
6300
  msgid "Your website is hosted using the %s web server."
6301
  msgstr "موقعك يستخدم %s من خادم الويب."
6302
 
6303
+ #: admin.php:867
6304
  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."
6305
  msgstr "UpdraftPlus لا يدعم النسخ أقل من %s من نظام ووردبريس. يمكن أن يعمل لك، لكن إن لم يعمل، كن على يقين أنه لن نتمكن من مساعدة في حل المشاكل إلا بعد أن تقوم بترقية اصدار الووردبريس."
6306
 
6307
+ #: admin.php:863
6308
  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."
6309
  msgstr "تملك مساحة تخزين حرة أقل من %s بالهارد درايف الذي يستخدمه UpdraftPlus لحفظ النسخ الإحتياطية. UpdraftPlus لن يتمكن من حفظ النسخ. من فشلك قم بمراسلة خدمة الإستضافة لحل هذا المشكل."
6310
 
6311
+ #: admin.php:855 admin.php:859 admin.php:863 admin.php:867 admin.php:871
6312
+ #: admin.php:880 admin.php:2987 admin.php:2994 admin.php:2996
6313
+ #: methods/cloudfiles-new.php:86 methods/cloudfiles.php:448 methods/ftp.php:284
6314
  #: methods/openstack-base.php:513 methods/s3.php:795 methods/s3.php:799
6315
  #: methods/updraftvault.php:260
6316
  #: templates/wp-admin/settings/downloading-and-restoring.php:29
6318
  msgid "Warning"
6319
  msgstr "تحذير"
6320
 
6321
+ #: admin.php:804
6322
  msgid "Add-Ons / Pro Support"
6323
  msgstr "إضافات / الدعم المدفوع"
6324
 
6325
+ #: admin.php:464 admin.php:800 templates/wp-admin/settings/tab-bar.php:7
6326
  msgid "Settings"
6327
  msgstr "إعدادات"
6328
 
6329
+ #: admin.php:773
6330
  msgid "Allowed Files"
6331
  msgstr "ملفات مسموحة"
6332
 
6333
+ #: backup.php:232
6334
  msgid "Could not create %s zip. Consult the log file for more information."
6335
  msgstr "لم نتمكن من خلق الملف المضغوط %s. تحقق من السجل لمزيد من المعلومات."
6336
 
6337
+ #: backup.php:1999
6338
  msgid "Infinite recursion: consult your log for more information"
6339
  msgstr "عودية لا نهائية: تحقق من السجل لمزيد من المعلومات"
6340
 
6346
  msgid "Like UpdraftPlus and can spare one minute?"
6347
  msgstr "هل أحببت UpdraftPlus وتريد المساعدة في نشره؟"
6348
 
6349
+ #: addons/azure.php:217 class-updraftplus.php:3660 methods/googledrive.php:838
6350
  msgid "File not found"
6351
  msgstr "لم يتم العثور على ملف"
6352
 
6353
+ #: class-updraftplus.php:3571
6354
  msgid "The decryption key used:"
6355
  msgstr "مفتاح فك التشفير المستخدم:"
6356
 
6357
+ #: class-updraftplus.php:3571 class-updraftplus.php:3841 restorer.php:390
6358
  msgid "Decryption failed. The most likely cause is that you used the wrong key."
6359
  msgstr "فشل التشفير. غالبا سيكون السبب هو عدم استخدام المفتاح الخطأ."
6360
 
6361
+ #: class-updraftplus.php:3552 class-updraftplus.php:3829 restorer.php:377
6362
  msgid "Decryption failed. The database file is encrypted, but you have no encryption key entered."
6363
  msgstr "فشل التشفير. ملف قاعدة البيانات مفر، ولكن لم تقم بإدخال أي مفتاح للتشفير."
6364
 
6365
+ #: backup.php:1889
6366
  msgid "Could not open the backup file for writing"
6367
  msgstr "لا يمكن فتح ملف النسخ الاحتياطي للكتابة"
6368
 
6369
+ #: class-updraftplus.php:3186
6370
  msgid "Could not save backup history because we have no backup array. Backup probably failed."
6371
  msgstr "لم نتمكن من حفظ تاريخ النسخ الإحتياطية بسبب عدم ترتيب النسخ. النسخ الإحتياطي ربما قد فشل."
6372
 
6373
+ #: class-updraftplus.php:3163
6374
  msgid "Could not read the directory"
6375
  msgstr "لا يمكن قراءة الدليل"
6376
 
6377
+ #: admin.php:1749 backup.php:1127 restorer.php:225
6378
  msgid "Backup directory (%s) is not writable, or does not exist."
6379
  msgstr "دليل (%s) النسخ الإحتياطي ليس قابل للكتابة، أو غير موجود."
6380
 
6381
+ #: backup.php:931
6382
  msgid "WordPress backup is complete"
6383
  msgstr "اكتمال عملية النسخ الإحتياطي للووردبريس"
6384
 
6385
+ #: class-updraftplus.php:2736
6386
  msgid "The backup attempt has finished, apparently unsuccessfully"
6387
  msgstr "محاولة النسخ الإحتياطية تمت، لكن يبدو أنها فشلت."
6388
 
6389
+ #: class-updraftplus.php:2721
6390
  msgid "The backup apparently succeeded and is now complete"
6391
  msgstr "يبدو أن عملية النسح الإحتياطي قد نجحت وهاهي الآن قد اكتملت"
6392
 
6393
+ #: addons/moredatabase.php:368
6394
  msgid "Encryption error occurred when encrypting database. Encryption aborted."
6395
  msgstr "حدث خطأ في عملية التشفير لقاعدة البيانات. تم ايقاف العملية."
6396
 
6397
+ #: class-updraftplus.php:2148
6398
  msgid "Could not create files in the backup directory. Backup aborted - check your UpdraftPlus settings."
6399
  msgstr "لم نتمكن من خلق الملفات بمجلد النسخ الإحتياطية. تجاهل النسخ - تحقق من خيارات UpdraftPlus."
6400
 
6401
+ #: class-updraftplus.php:1540
6402
  msgid "Others"
6403
  msgstr "أخرى"
6404
 
6405
+ #: addons/multisite.php:452 class-updraftplus.php:1525
6406
  msgid "Uploads"
6407
  msgstr "الملفات المرفوعة"
6408
 
6409
+ #: class-updraftplus.php:1524
6410
  msgid "Themes"
6411
  msgstr "تصاميم"
6412
 
6413
+ #: class-updraftplus.php:1523
6414
  msgid "Plugins"
6415
  msgstr "الإضافات"
6416
 
6418
  msgid "No log files were found."
6419
  msgstr "لا توجد ملفات السجل."
6420
 
6421
+ #: admin.php:1632 admin.php:1636 class-updraftplus.php:389
6422
  msgid "The log file could not be read."
6423
  msgstr "لا يمكن قراءة ملف السجل."
6424
 
6425
+ #: admin.php:887 admin.php:891 admin.php:895 admin.php:899 admin.php:903
6426
  #: class-updraftplus.php:354 class-updraftplus.php:389
6427
  #: class-updraftplus.php:394 class-updraftplus.php:399
6428
  msgid "UpdraftPlus notice:"
6429
  msgstr "إشعار UpdraftPlus :"
6430
 
6431
+ #: addons/multisite.php:63 addons/multisite.php:660 options.php:42
6432
  msgid "UpdraftPlus Backups"
6433
  msgstr "نسخ الإحتياطية UpdraftPlus"
languages/updraftplus-bn_BD.po CHANGED
@@ -11,6 +11,62 @@ msgstr ""
11
  "Language: bn\n"
12
  "Project-Id-Version: UpdraftPlus\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: templates/wp-admin/settings/tab-addons.php:300
15
  msgid "Everyone can use the free version; but UpdraftGold bundles an enhanced paid version."
16
  msgstr ""
@@ -181,19 +237,19 @@ msgstr ""
181
  msgid "After you've backed up your database, we recommend you install our WP-Optimize plugin to streamline it for better website performance."
182
  msgstr ""
183
 
184
- #: admin.php:556
185
  msgid "Show contents"
186
  msgstr ""
187
 
188
- #: addons/morefiles.php:239
189
  msgid "Please choose a file or directory"
190
  msgstr ""
191
 
192
- #: addons/morefiles.php:232
193
  msgid "Confirm"
194
  msgstr ""
195
 
196
- #: addons/morefiles.php:232
197
  msgid "Go up a directory"
198
  msgstr ""
199
 
@@ -201,7 +257,7 @@ msgstr ""
201
  msgid "Add directory..."
202
  msgstr ""
203
 
204
- #: addons/morefiles.php:224 addons/morefiles.php:237
205
  msgid "Edit"
206
  msgstr ""
207
 
@@ -473,15 +529,15 @@ msgstr ""
473
  msgid "Export / import settings"
474
  msgstr ""
475
 
476
- #: restorer.php:1980
477
  msgid "Skipping site %s: this table (%s) and others from the site will not be restored"
478
  msgstr ""
479
 
480
- #: restorer.php:1799
481
  msgid "Processing table (%s)"
482
  msgstr ""
483
 
484
- #: restorer.php:1584
485
  msgid "Backup of: %s"
486
  msgstr ""
487
 
@@ -489,15 +545,15 @@ msgstr ""
489
  msgid "The client has been deleted from the Google Drive API console. Please create a new Google Drive project and reconnect with UpdraftPlus."
490
  msgstr ""
491
 
492
- #: methods/dropbox.php:557
493
  msgid "%s de-authentication"
494
  msgstr ""
495
 
496
- #: methods/dropbox.php:525
497
  msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
498
  msgstr ""
499
 
500
- #: methods/dropbox.php:499
501
  msgid "Follow this link to deauthenticate with %s."
502
  msgstr ""
503
 
@@ -505,7 +561,7 @@ msgstr ""
505
  msgid "UpdraftCentral enables control of your WordPress sites (including management of backups and updates) from a central dashboard."
506
  msgstr ""
507
 
508
- #: backup.php:1478
509
  msgid "If not, you will need to either remove data from this table, or contact your hosting company to request more resources."
510
  msgstr ""
511
 
@@ -513,47 +569,47 @@ msgstr ""
513
  msgid "You have selected a remote storage option which has an authorization step to complete:"
514
  msgstr ""
515
 
516
- #: admin.php:1346
517
  msgid "Remote files deleted:"
518
  msgstr ""
519
 
520
- #: admin.php:1345
521
  msgid "Local files deleted:"
522
  msgstr ""
523
 
524
- #: admin.php:846 admin.php:850 admin.php:858 admin.php:862
525
  msgid "Follow this link to authorize access to your %s account (you will not be able to back up to %s without it)."
526
  msgstr ""
527
 
528
- #: admin.php:634
529
  msgid "remote files deleted"
530
  msgstr ""
531
 
532
- #: admin.php:632
533
  msgid "Complete"
534
  msgstr ""
535
 
536
- #: admin.php:631
537
  msgid "Do you want to carry out the import?"
538
  msgstr ""
539
 
540
- #: admin.php:630
541
  msgid "Which was exported on:"
542
  msgstr ""
543
 
544
- #: admin.php:629
545
  msgid "This will import data from:"
546
  msgstr ""
547
 
548
- #: admin.php:628
549
  msgid "Importing..."
550
  msgstr ""
551
 
552
- #: admin.php:625
553
  msgid "You have not yet selected a file to import."
554
  msgstr ""
555
 
556
- #: admin.php:609
557
  msgid "Your export file will be of your displayed settings, not your saved ones."
558
  msgstr ""
559
 
@@ -598,15 +654,15 @@ msgstr "অথবা ম্যানুয়ালি পুনরুদ্ধা
598
  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"
599
  msgstr "এভাবে \"টাইম-আউট\" হতে পারে। আপনাকে safe_mode বন্ধ করার অথবা একসাথে শুধুমাত্র একটা জিনিস পুনরুদ্ধার করার পরামর্শ দেয়া হচ্ছে"
600
 
601
- #: admin.php:2051
602
  msgid "To fix this problem go here."
603
  msgstr "এই সমস্যা সমাধান করতে এখানে যান।"
604
 
605
- #: admin.php:2051
606
  msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
607
  msgstr "অপটিমাইজপ্রেস ২.০ এর কন্টেন্টসমূহ সঙ্কেতাক্ষরে লিখে রাখে, তাই সার্চ/প্রতিস্থাপন কাজ করে না।"
608
 
609
- #: admin.php:594
610
  msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
611
  msgstr "আপনার পিএইচপি ইনস্টলের ওপেন এসএসএল (SSL) মডিউল নেই, যার ফলে এটা বেশ কয়েক মিনিট সময় নিতে পারে। তারপরও যদি কিছু না ঘটে, তবে অপেক্ষাকৃত ছোট \"key size\" ব্যাবহার করুন। অথবা আপনার হোস্টিং কোম্পানিকে জিজ্ঞাস করুন কিভাবে পিএইচপি ইনস্টলের ওপেন এসএসএল (SSL) মডিউল চালু করতে হয়।"
612
 
@@ -666,23 +722,23 @@ msgstr "স্ট্যান্ডার্ড (কদাচিৎ অ্যা
666
  msgid "FAQs"
667
  msgstr "বার বার জিজ্ঞাসিত প্রশ্নসমূহ"
668
 
669
- #: udaddons/plugin-updates/plugin-update-checker.php:696
670
  msgid "Unknown update checker status \"%s\""
671
  msgstr "অজানা হালনাগাদ পরীক্ষার অবস্থা \"%s\""
672
 
673
- #: udaddons/plugin-updates/plugin-update-checker.php:694
674
  msgid "A new version of this plugin is available."
675
  msgstr "এই প্লাগিনটির একটি নতুন সংস্করণ পাওয়া যাচ্ছে।"
676
 
677
- #: udaddons/plugin-updates/plugin-update-checker.php:692
678
  msgid "This plugin is up to date."
679
  msgstr "আপনি এই প্লাগিনটির সর্বশেষ সংস্করণ ব্যবহার করছেন।"
680
 
681
- #: udaddons/plugin-updates/plugin-update-checker.php:648
682
  msgid "Check for updates"
683
  msgstr "নতুন সংস্করণ খুজুন"
684
 
685
- #: udaddons/plugin-updates/github-checker.php:120
686
  msgid "There is no changelog available."
687
  msgstr "পরিবর্তনের কোন তালিকা পাওয়া যায় নি।"
688
 
@@ -710,11 +766,11 @@ msgstr "কি সাইজ: %d বিটস"
710
  msgid "Public key was sent to:"
711
  msgstr "পাবলিক কি টি পাঠানো হয়েছিল:"
712
 
713
- #: backup.php:2020
714
  msgid "Failed to open directory (check the file permissions and ownership): %s"
715
  msgstr "ডিরেক্টরি খুলতে ব্যর্থ (ফাইলের মালিকানা ও পাঠের অনুমতি পরীক্ষা করুন): %s"
716
 
717
- #: backup.php:2004
718
  msgid "%s: unreadable file - could not be backed up (check the file permissions and ownership)"
719
  msgstr "%s: অপাঠযোগ্য ফাইল - ব্যাকআপ নেওয়া সম্ভব নয় (ফাইলের মালিকানা ও পাঠের অনুমতি পরীক্ষা করুন)"
720
 
@@ -780,7 +836,7 @@ msgstr ""
780
  msgid "This backup archive is %s MB in size - the attempt to send this via email is likely to fail (few email servers allow attachments of this size). If so, you should switch to using a different remote storage method."
781
  msgstr ""
782
 
783
- #: class-updraftplus.php:1397
784
  msgid "Size: %s MB"
785
  msgstr "সাইজঃ %s MB"
786
 
@@ -800,7 +856,7 @@ msgstr ""
800
  msgid "Now"
801
  msgstr "এখন"
802
 
803
- #: class-updraftplus.php:3815 restorer.php:985
804
  msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
805
  msgstr ""
806
 
@@ -922,23 +978,23 @@ msgstr ""
922
  msgid "UpdraftCentral Connection"
923
  msgstr ""
924
 
925
- #: backup.php:834 class-updraftplus.php:2628
926
  msgid "The backup was aborted by the user"
927
  msgstr ""
928
 
929
- #: admin.php:3880
930
  msgid "Your settings have been saved."
931
  msgstr "আপনার সেটিংস সংরক্ষণ করা হয়েছে। "
932
 
933
- #: admin.php:3092
934
  msgid "Total backup size:"
935
  msgstr ""
936
 
937
- #: admin.php:2539
938
  msgid "stop"
939
  msgstr ""
940
 
941
- #: admin.php:2377
942
  msgid "The backup has finished running"
943
  msgstr ""
944
 
@@ -964,27 +1020,27 @@ msgstr "এই ব্যাকআপ সেট"
964
  msgid "calculate"
965
  msgstr "গণনা করুন"
966
 
967
- #: admin.php:608
968
  msgid "You should save your changes to ensure that they are used for making your backup."
969
  msgstr ""
970
 
971
- #: admin.php:602
972
  msgid "We requested to delete the file, but could not understand the server's response"
973
  msgstr ""
974
 
975
- #: admin.php:601
976
  msgid "Please enter a valid URL"
977
  msgstr "দয়া করে সঠিক URL প্রবেশ করান"
978
 
979
- #: admin.php:584
980
  msgid "Saving..."
981
  msgstr "সংরক্ষণ হচ্ছে..."
982
 
983
- #: admin.php:547
984
  msgid "Error: the server sent us a response which we did not understand."
985
  msgstr ""
986
 
987
- #: admin.php:539
988
  msgid "Fetching..."
989
  msgstr "আনা হচ্ছে..."
990
 
@@ -996,11 +1052,11 @@ msgstr ""
996
  msgid "Barracuda have closed down Copy.Com, as of May 1st, 2016. See:"
997
  msgstr ""
998
 
999
- #: restorer.php:1607
1000
  msgid "Uploads URL:"
1001
  msgstr ""
1002
 
1003
- #: backup.php:385
1004
  msgid "Unexpected error: no class '%s' was found (your UpdraftPlus installation seems broken - try re-installing)"
1005
  msgstr ""
1006
 
@@ -1008,52 +1064,52 @@ msgstr ""
1008
  msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
1009
  msgstr ""
1010
 
1011
- #: restorer.php:2004
1012
  msgid "Skipping table %s: this table will not be restored"
1013
  msgstr ""
1014
 
1015
- #: class-updraftplus.php:3866 restorer.php:1627
1016
  msgid "To import an ordinary WordPress site into a multisite installation requires %s."
1017
  msgstr ""
1018
 
1019
- #: class-updraftplus.php:3862
1020
  msgid "Please read this link for important information on this process."
1021
  msgstr ""
1022
 
1023
- #: class-updraftplus.php:3862
1024
  msgid "It will be imported as a new site."
1025
  msgstr ""
1026
 
1027
- #: admin.php:2199 templates/wp-admin/notices/horizontal-notice.php:16
1028
  #: templates/wp-admin/notices/horizontal-notice.php:18
1029
  msgid "Dismiss"
1030
  msgstr "খারিজ"
1031
 
1032
- #: admin.php:620
1033
  msgid "Please fill in the required information."
1034
  msgstr ""
1035
 
1036
- #: addons/multisite.php:559
1037
  msgid "Read more..."
1038
  msgstr "আরও পড়ুন..."
1039
 
1040
- #: addons/multisite.php:559
1041
  msgid "N.B. this option only affects the restoration of the database and uploads - other file entities (such as plugins) in WordPress are shared by the whole network."
1042
  msgstr ""
1043
 
1044
- #: addons/multisite.php:550
1045
  msgid "may include some site-wide data"
1046
  msgstr ""
1047
 
1048
- #: addons/multisite.php:545
1049
  msgid "All sites"
1050
  msgstr ""
1051
 
1052
- #: addons/multisite.php:541
1053
  msgid "Which site to restore"
1054
  msgstr ""
1055
 
1056
- #: addons/multisite.php:377 addons/multisite.php:387
1057
  msgid "Restoring only the site with id=%s: removing other data (if any) from the unpacked backup"
1058
  msgstr ""
1059
 
@@ -1101,11 +1157,11 @@ msgstr ""
1101
  msgid "Call WordPress action:"
1102
  msgstr ""
1103
 
1104
- #: admin.php:2223
1105
  msgid "Your saved settings also affect what is backed up - e.g. files excluded."
1106
  msgstr ""
1107
 
1108
- #: admin.php:3500
1109
  msgid "Skipping: this archive was already restored."
1110
  msgstr ""
1111
 
@@ -1137,51 +1193,51 @@ msgstr ""
1137
  msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
1138
  msgstr ""
1139
 
1140
- #: admin.php:3781
1141
  msgid "Send this backup to remote storage"
1142
  msgstr ""
1143
 
1144
- #: admin.php:3779
1145
  msgid "Check out UpdraftPlus Vault."
1146
  msgstr ""
1147
 
1148
- #: admin.php:3779
1149
  msgid "Not got any remote storage?"
1150
  msgstr ""
1151
 
1152
- #: admin.php:3779
1153
  msgid "settings"
1154
  msgstr "সেটিংস"
1155
 
1156
- #: admin.php:3779
1157
  msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
1158
  msgstr ""
1159
 
1160
- #: admin.php:2221
1161
  msgid "Include any files in the backup"
1162
  msgstr ""
1163
 
1164
- #: admin.php:2219
1165
  msgid "Include the database in the backup"
1166
  msgstr ""
1167
 
1168
- #: admin.php:2198
1169
  msgid "Continue restoration"
1170
  msgstr ""
1171
 
1172
- #: admin.php:2193
1173
  msgid "You have an unfinished restoration operation, begun %s ago."
1174
  msgstr ""
1175
 
1176
- #: admin.php:2192
1177
  msgid "Unfinished restoration"
1178
  msgstr ""
1179
 
1180
- #: admin.php:2190
1181
  msgid "%s minutes, %s seconds"
1182
  msgstr ""
1183
 
1184
- #: admin.php:2137
1185
  msgid "Backup Contents And Schedule"
1186
  msgstr ""
1187
 
@@ -1189,24 +1245,24 @@ msgstr ""
1189
  msgid "Premium / Extensions"
1190
  msgstr ""
1191
 
1192
- #: admin.php:1917 admin.php:1926
1193
  msgid "Sufficient information about the in-progress restoration operation could not be found."
1194
  msgstr ""
1195
 
1196
- #: admin.php:607
1197
  msgctxt "(verb)"
1198
  msgid "Download"
1199
  msgstr ""
1200
 
1201
- #: admin.php:533
1202
  msgid "You have chosen to backup files, but no file entities have been selected"
1203
  msgstr ""
1204
 
1205
- #: admin.php:442
1206
  msgid "Extensions"
1207
  msgstr ""
1208
 
1209
- #: admin.php:434 templates/wp-admin/settings/tab-bar.php:8
1210
  msgid "Advanced Tools"
1211
  msgstr ""
1212
 
@@ -1339,23 +1395,23 @@ msgstr ""
1339
  msgid "Could not access container"
1340
  msgstr ""
1341
 
1342
- #: class-updraftplus.php:2645
1343
  msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
1344
  msgstr ""
1345
 
1346
- #: backup.php:1530
1347
  msgid "the options table was not found"
1348
  msgstr ""
1349
 
1350
- #: backup.php:1528
1351
  msgid "no options or sitemeta table was found"
1352
  msgstr ""
1353
 
1354
- #: backup.php:1528 backup.php:1530
1355
  msgid "The database backup appears to have failed"
1356
  msgstr ""
1357
 
1358
- #: backup.php:1416
1359
  msgid "The backup directory is not writable (or disk space is full) - the database backup is expected to shortly fail."
1360
  msgstr ""
1361
 
@@ -1443,7 +1499,7 @@ msgstr ""
1443
  msgid "You do not have UpdraftPlus completely installed - please de-install and install it again. Most likely, WordPress malfunctioned when copying the plugin files."
1444
  msgstr ""
1445
 
1446
- #: restorer.php:767
1447
  msgid "Deferring..."
1448
  msgstr ""
1449
 
@@ -1472,35 +1528,35 @@ msgstr ""
1472
  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)."
1473
  msgstr ""
1474
 
1475
- #: admin.php:1344
1476
  msgid "Backup sets removed:"
1477
  msgstr ""
1478
 
1479
- #: admin.php:619
1480
  msgid "Processing..."
1481
  msgstr ""
1482
 
1483
- #: admin.php:617
1484
  msgid "For backups older than"
1485
  msgstr ""
1486
 
1487
- #: admin.php:616
1488
  msgid "week(s)"
1489
  msgstr ""
1490
 
1491
- #: admin.php:615
1492
  msgid "hour(s)"
1493
  msgstr ""
1494
 
1495
- #: admin.php:614
1496
  msgid "day(s)"
1497
  msgstr ""
1498
 
1499
- #: admin.php:613
1500
  msgid "in the month"
1501
  msgstr ""
1502
 
1503
- #: admin.php:612
1504
  msgid "day"
1505
  msgstr ""
1506
 
@@ -1512,11 +1568,11 @@ msgstr ""
1512
  msgid "Add an additional retention rule..."
1513
  msgstr ""
1514
 
1515
- #: restorer.php:2101
1516
  msgid "This database needs to be deployed on MySQL version %s or later."
1517
  msgstr ""
1518
 
1519
- #: restorer.php:2101
1520
  msgid "This problem is caused by trying to restore a database on a very old MySQL version that is incompatible with the source database."
1521
  msgstr ""
1522
 
@@ -1524,15 +1580,15 @@ msgstr ""
1524
  msgid "You do not currently have any UpdraftPlus Vault quota"
1525
  msgstr ""
1526
 
1527
- #: class-updraftplus.php:3899
1528
  msgid "You must upgrade MySQL to be able to use this database."
1529
  msgstr ""
1530
 
1531
- #: class-updraftplus.php:3899
1532
  msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
1533
  msgstr ""
1534
 
1535
- #: admin.php:2036
1536
  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."
1537
  msgstr ""
1538
 
@@ -1560,11 +1616,11 @@ msgstr "সার্ভার সাইড এনক্রিপশন"
1560
  msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
1561
  msgstr ""
1562
 
1563
- #: admin.php:854
1564
  msgid "Go to the remote storage settings in order to connect."
1565
  msgstr ""
1566
 
1567
- #: admin.php:854
1568
  msgid "%s has been chosen for remote storage, but you are not currently connected."
1569
  msgstr ""
1570
 
@@ -1572,19 +1628,19 @@ msgstr ""
1572
  msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
1573
  msgstr "পেমেন্ট ইউএস ডলার, ইউরো বা GB pounds sterling এর মাধ্যমে কার্ড বা পেপ্যাল এর দ্বারা করতে হবে।"
1574
 
1575
- #: admin.php:590
1576
  msgid "Update quota count"
1577
  msgstr " প্রাপ্য সংখ্যা হালনাগাদ"
1578
 
1579
- #: admin.php:589
1580
  msgid "Counting..."
1581
  msgstr "গণনা করা হচ্ছে..."
1582
 
1583
- #: admin.php:588
1584
  msgid "Disconnecting..."
1585
  msgstr "সংযোগ বিচ্ছিন্ন করা হচ্ছে..."
1586
 
1587
- #: admin.php:586
1588
  msgid "Connecting..."
1589
  msgstr "সংযোগ করা হচ্ছে..."
1590
 
@@ -1610,7 +1666,7 @@ msgstr "আপনি এখান থেকে আরও প্রাপ্য
1610
  msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
1611
  msgstr "%s ইরোর: আপনার যথেষ্ট প্রাপ্য(%s) নেই আর্কাইভটি(%s) আপলোড করার জন্য।"
1612
 
1613
- #: admin.php:587 methods/updraftvault.php:362
1614
  msgid "Disconnect"
1615
  msgstr "সংযোগ বিচ্ছিন্ন করুন"
1616
 
@@ -1704,7 +1760,7 @@ msgstr "ভল্ট আপডেট করুন"
1704
  msgid "Delete failed:"
1705
  msgstr "ডিলিট ব্যর্থ:"
1706
 
1707
- #: backup.php:2956
1708
  msgid "The zip engine returned the message: %s."
1709
  msgstr "Zip engine টি এই বার্তা নিয়ে এসেছে: %s।"
1710
 
@@ -1728,7 +1784,7 @@ msgstr "ডাউনলোড এর অনুমতি দিন"
1728
  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."
1729
  msgstr ""
1730
 
1731
- #: addons/migrator.php:1742 admin.php:596
1732
  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."
1733
  msgstr ""
1734
 
@@ -1800,7 +1856,7 @@ msgstr "ব্যাকআপ তৈরি করেছেন %s"
1800
  msgid "This storage method does not allow downloading"
1801
  msgstr "এই স্টোরেজ পদ্ধতি ডাউনলোড করার অনুমতি দেয় না"
1802
 
1803
- #: admin.php:3260
1804
  msgid "(backup set imported from remote location)"
1805
  msgstr "(ব্যাকআপ সেট দূরবর্তী অবস্থান থেকে আমদানি করা হয়েছে)"
1806
 
@@ -1820,23 +1876,23 @@ msgstr ""
1820
  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."
1821
  msgstr ""
1822
 
1823
- #: addons/migrator.php:1770 admin.php:603
1824
  msgid "Testing connection..."
1825
  msgstr "কানেকশন পরীক্ষা করা হচ্ছে..."
1826
 
1827
- #: admin.php:600
1828
  msgid "Deleting..."
1829
  msgstr "মুছে ফেলা হচ্ছে..."
1830
 
1831
- #: admin.php:599
1832
  msgid "key name"
1833
  msgstr "চাবির(কি) নাম"
1834
 
1835
- #: admin.php:597
1836
  msgid "Please give this key a name (e.g. indicate the site it is for):"
1837
  msgstr "এই চাবিকাঠির একটি নাম দিন (e.g. indicate the site it is for):"
1838
 
1839
- #: admin.php:594
1840
  msgid "Creating..."
1841
  msgstr "তৈরি করা হচ্ছে..."
1842
 
@@ -1860,11 +1916,11 @@ msgstr ""
1860
  msgid "Or, send a backup to another site"
1861
  msgstr "অথবা, ব্যাকআপ অন্য একটি সাইটে পাঠান"
1862
 
1863
- #: addons/migrator.php:1937 admin.php:604
1864
  msgid "Send"
1865
  msgstr "পাঠান"
1866
 
1867
- #: addons/migrator.php:1931 admin.php:595
1868
  msgid "Send to site:"
1869
  msgstr ""
1870
 
@@ -1928,11 +1984,11 @@ msgstr ""
1928
  msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
1929
  msgstr ""
1930
 
1931
- #: addons/migrator.php:2180 admin.php:592
1932
  msgid "Add site"
1933
  msgstr "সাইট যুক্ত করুন"
1934
 
1935
- #: admin.php:591
1936
  msgid "Adding..."
1937
  msgstr "যুক্ত করা হচ্ছে..."
1938
 
@@ -1940,7 +1996,7 @@ msgstr "যুক্ত করা হচ্ছে..."
1940
  msgid "Claim not granted - perhaps you have already used this purchase somewhere else, or your paid period for downloading from updraftplus.com has expired?"
1941
  msgstr ""
1942
 
1943
- #: restorer.php:2103
1944
  msgid "To use this backup, your database server needs to support the %s character set."
1945
  msgstr ""
1946
 
@@ -1964,7 +2020,7 @@ msgstr ""
1964
  msgid "To import a backup set, go to the \"Existing Backups\" tab"
1965
  msgstr ""
1966
 
1967
- #: admin.php:583 admin.php:608 admin.php:609
1968
  msgid "You have made changes to your settings, and not saved."
1969
  msgstr ""
1970
 
@@ -2161,7 +2217,7 @@ msgstr ""
2161
  msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
2162
  msgstr ""
2163
 
2164
- #: restorer.php:2206
2165
  msgid "Uploads path (%s) has changed during a migration - resetting (to: %s)"
2166
  msgstr ""
2167
 
@@ -2226,7 +2282,7 @@ msgstr ""
2226
  msgid "(at same time as files backup)"
2227
  msgstr ""
2228
 
2229
- #: admin.php:2786
2230
  msgid "No backup has been completed"
2231
  msgstr ""
2232
 
@@ -2270,7 +2326,7 @@ msgstr "UpdraftPlus এর প্রিমিয়াম সেবা নিন
2270
  msgid "You are currently using the free version of UpdraftPlus from wordpress.org."
2271
  msgstr "আপনি বর্তমানে wordpress.org থেকে প্রাপ্ত UpdraftPlus এর মুক্ত সংস্করণ ব্যবহার করছেন।"
2272
 
2273
- #: addons/autobackup.php:1003
2274
  msgid "Backup (where relevant) plugins, themes and the WordPress database with UpdraftPlus before updating"
2275
  msgstr ""
2276
 
@@ -2289,7 +2345,7 @@ msgctxt "Uploader: Drop backup files here - or - Select Files"
2289
  msgid "or"
2290
  msgstr "অথবা"
2291
 
2292
- #: admin.php:577
2293
  msgid "You did not select any components to restore. Please select at least one, and then try again."
2294
  msgstr ""
2295
 
@@ -2320,12 +2376,12 @@ msgstr ""
2320
  msgid "Check this box to have a basic report sent to"
2321
  msgstr ""
2322
 
2323
- #: admin.php:2795
2324
  msgctxt "i.e. Non-automatic"
2325
  msgid "Manual"
2326
  msgstr ""
2327
 
2328
- #: restorer.php:2080
2329
  msgctxt "The user is being told the number of times an error has happened, e.g. An error (27) occurred"
2330
  msgid "An error (%s) occurred:"
2331
  msgstr ""
@@ -2338,24 +2394,23 @@ msgstr "লক সেটিং পরিবর্তন করুন"
2338
  msgid "Any other file/directory on your server that you wish to back up"
2339
  msgstr ""
2340
 
2341
- #: admin.php:2053
2342
  msgid "For even more features and personal support, check out "
2343
  msgstr ""
2344
 
2345
- #: restorer.php:2086
2346
  msgid "Create table failed - probably because there is no permission to drop tables and the table already exists; will continue"
2347
  msgstr ""
2348
 
2349
- #: restorer.php:1222
2350
  msgid "Clearing cached pages (%s)..."
2351
  msgstr ""
2352
 
2353
- #: addons/moredatabase.php:45
2354
  msgid "Database decryption phrase"
2355
  msgstr "ডাটাবেস ডিক্রিপশন শব্দগুচ্ছ"
2356
 
2357
- #: addons/autobackup.php:131 addons/autobackup.php:968
2358
- #: addons/autobackup.php:976 admin.php:582
2359
  msgid "Automatic backup before update"
2360
  msgstr "আপডেট করার আগে স্বয়ংক্রিয় ব্যাকআপ"
2361
 
@@ -2443,7 +2498,7 @@ msgstr ""
2443
  msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
2444
  msgstr ""
2445
 
2446
- #: admin.php:2377 admin.php:3283
2447
  msgid "View Log"
2448
  msgstr ""
2449
 
@@ -2460,7 +2515,7 @@ msgstr ""
2460
  msgid "and retain this many scheduled backups"
2461
  msgstr ""
2462
 
2463
- #: admin.php:2756
2464
  msgid "incremental backup; base backup: %s"
2465
  msgstr ""
2466
 
@@ -2472,28 +2527,28 @@ msgstr ""
2472
  msgid "Upload files into UpdraftPlus."
2473
  msgstr ""
2474
 
2475
- #: admin.php:805 includes/class-commands.php:363
2476
  #: templates/wp-admin/settings/tab-status.php:22
2477
  msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
2478
  msgstr ""
2479
 
2480
- #: class-updraftplus.php:3851
2481
  msgid "Backup label:"
2482
  msgstr ""
2483
 
2484
- #: admin.php:1580
2485
  msgid "Error: unexpected file read fail"
2486
  msgstr ""
2487
 
2488
- #: backup.php:2962
2489
  msgid "check your log for more details."
2490
  msgstr ""
2491
 
2492
- #: backup.php:2960
2493
  msgid "your web hosting account appears to be full; please see: %s"
2494
  msgstr ""
2495
 
2496
- #: backup.php:2958
2497
  msgid "A zip error occurred"
2498
  msgstr ""
2499
 
@@ -2521,11 +2576,11 @@ msgstr ""
2521
  msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
2522
  msgstr ""
2523
 
2524
- #: class-updraftplus.php:3870
2525
  msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
2526
  msgstr ""
2527
 
2528
- #: class-updraftplus.php:3870
2529
  msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
2530
  msgstr ""
2531
 
@@ -2561,19 +2616,19 @@ msgstr ""
2561
  msgid "You need to connect to receive future updates to UpdraftPlus."
2562
  msgstr ""
2563
 
2564
- #: class-updraftplus.php:3843
2565
  msgid "Any support requests to do with %s should be raised with your web hosting company."
2566
  msgstr ""
2567
 
2568
- #: class-updraftplus.php:3843
2569
  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."
2570
  msgstr ""
2571
 
2572
- #: class-updraftplus.php:3843
2573
  msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
2574
  msgstr ""
2575
 
2576
- #: class-updraftplus.php:3843
2577
  msgid "The site in this backup was running on a webserver with version %s of %s. "
2578
  msgstr ""
2579
 
@@ -2598,7 +2653,7 @@ msgstr ""
2598
  msgid "UpdraftPlus is on social media - check us out!"
2599
  msgstr ""
2600
 
2601
- #: admin.php:3344
2602
  msgid "Why am I seeing this?"
2603
  msgstr "আমি কেন এটি দেখছি?"
2604
 
@@ -2610,15 +2665,15 @@ msgstr ""
2610
  msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
2611
  msgstr ""
2612
 
2613
- #: admin.php:1528 admin.php:1540
2614
  msgid "Start backup"
2615
  msgstr "ব্যাকআপ শুরু করুন"
2616
 
2617
- #: class-updraftplus.php:3815 restorer.php:985
2618
  msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
2619
  msgstr ""
2620
 
2621
- #: admin.php:2700
2622
  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."
2623
  msgstr ""
2624
 
@@ -2626,11 +2681,11 @@ msgstr ""
2626
  msgid "Unless you have a problem, you can completely ignore everything here."
2627
  msgstr ""
2628
 
2629
- #: admin.php:1739
2630
  msgid "This file could not be uploaded"
2631
  msgstr "ফাইলটি আপলোড করা সম্ভব হয় নি"
2632
 
2633
- #: admin.php:1704
2634
  msgid "You will find more information about this in the Settings section."
2635
  msgstr ""
2636
 
@@ -2650,19 +2705,19 @@ msgstr ""
2650
  msgid "Memory limit"
2651
  msgstr ""
2652
 
2653
- #: class-updraftplus.php:3957 restorer.php:1430
2654
  msgid "restoration"
2655
  msgstr ""
2656
 
2657
- #: restorer.php:2031
2658
  msgid "Table to be implicitly dropped: %s"
2659
  msgstr ""
2660
 
2661
- #: backup.php:829
2662
  msgid "Incremental"
2663
  msgstr ""
2664
 
2665
- #: backup.php:829
2666
  msgid "Full backup"
2667
  msgstr ""
2668
 
@@ -2678,7 +2733,7 @@ msgstr ""
2678
  msgid "Backup succeeded"
2679
  msgstr ""
2680
 
2681
- #: admin.php:2796 admin.php:2797 admin.php:2798 updraftplus.php:92
2682
  #: updraftplus.php:93
2683
  msgid "Every %s hours"
2684
  msgstr ""
@@ -2717,15 +2772,15 @@ msgstr ""
2717
  msgid "search term"
2718
  msgstr ""
2719
 
2720
- #: restorer.php:2108
2721
  msgid "Too many database errors have occurred - aborting"
2722
  msgstr ""
2723
 
2724
- #: backup.php:895
2725
  msgid "read more at %s"
2726
  msgstr ""
2727
 
2728
- #: backup.php:895
2729
  msgid "Email reports created by UpdraftPlus (free edition) bring you the latest UpdraftPlus.com news"
2730
  msgstr ""
2731
 
@@ -2733,7 +2788,7 @@ msgstr ""
2733
  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."
2734
  msgstr ""
2735
 
2736
- #: admin.php:3112
2737
  msgid "You have not yet made any backups."
2738
  msgstr ""
2739
 
@@ -2753,102 +2808,102 @@ msgstr ""
2753
  msgid "Free disk space in account:"
2754
  msgstr ""
2755
 
2756
- #: admin.php:3856 templates/wp-admin/settings/tab-status.php:27
2757
  msgid "This button is disabled because your backup directory is not writable (see the settings)."
2758
  msgstr ""
2759
 
2760
- #: admin.php:418 admin.php:551 admin.php:1393
2761
  #: includes/deprecated-actions.php:30
2762
  #: templates/wp-admin/settings/downloading-and-restoring.php:22
2763
  #: templates/wp-admin/settings/tab-bar.php:6
2764
  msgid "Existing Backups"
2765
  msgstr ""
2766
 
2767
- #: admin.php:410 templates/wp-admin/settings/tab-bar.php:5
2768
  msgid "Current Status"
2769
  msgstr ""
2770
 
2771
- #: admin.php:810
2772
  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."
2773
  msgstr ""
2774
 
2775
- #: admin.php:810
2776
  msgid "To make a backup, just press the Backup Now button."
2777
  msgstr ""
2778
 
2779
- #: admin.php:810
2780
  msgid "Welcome to UpdraftPlus!"
2781
  msgstr ""
2782
 
2783
- #: addons/moredatabase.php:336
2784
  msgid "If you enter text here, it is used to encrypt database backups (Rijndael). <strong>Do make a separate record of it and do not lose it, or all your backups <em>will</em> be useless.</strong> This is also the key used to decrypt backups from this admin interface (so if you change it, then automatic decryption will not work until you change it back)."
2785
  msgstr ""
2786
 
2787
- #: addons/moredatabase.php:250
2788
  msgid "Testing..."
2789
  msgstr ""
2790
 
2791
- #: addons/moredatabase.php:237
2792
  msgid "Test connection..."
2793
  msgstr ""
2794
 
2795
- #: addons/moredatabase.php:236
2796
  msgid "Table prefix"
2797
  msgstr ""
2798
 
2799
- #: addons/moredatabase.php:230
2800
  msgid "Backup external database"
2801
  msgstr ""
2802
 
2803
- #: addons/moredatabase.php:158
2804
  msgid "Add an external database to backup..."
2805
  msgstr ""
2806
 
2807
- #: addons/moredatabase.php:154
2808
  msgid "If your database includes extra tables that are not part of this WordPress site (you will know if this is the case), then activate this option to also back them up."
2809
  msgstr ""
2810
 
2811
- #: addons/moredatabase.php:153
2812
  msgid "Backup non-WordPress tables contained in the same database as WordPress"
2813
  msgstr ""
2814
 
2815
- #: addons/moredatabase.php:153
2816
  msgid "This option will cause tables stored in the MySQL database which do not belong to WordPress (identified by their lacking the configured WordPress prefix, %s) to also be backed up."
2817
  msgstr ""
2818
 
2819
- #: addons/moredatabase.php:138
2820
  msgid "Connection failed."
2821
  msgstr ""
2822
 
2823
- #: addons/moredatabase.php:136
2824
  msgid "Connection succeeded."
2825
  msgstr ""
2826
 
2827
- #: addons/moredatabase.php:118
2828
  msgid "%s total table(s) found; %s with the indicated prefix."
2829
  msgstr ""
2830
 
2831
- #: addons/moredatabase.php:112
2832
  msgid "%s table(s) found."
2833
  msgstr ""
2834
 
2835
- #: addons/moredatabase.php:85
2836
  msgid "database connection attempt failed"
2837
  msgstr ""
2838
 
2839
- #: addons/moredatabase.php:74
2840
  msgid "database name"
2841
  msgstr ""
2842
 
2843
- #: addons/moredatabase.php:72
2844
  msgid "host"
2845
  msgstr ""
2846
 
2847
- #: addons/moredatabase.php:70
2848
  msgid "user"
2849
  msgstr ""
2850
 
2851
- #: class-updraftplus.php:1394
2852
  msgid "External database (%s)"
2853
  msgstr ""
2854
 
@@ -2865,7 +2920,7 @@ msgstr ""
2865
  msgid "However, subsequent access attempts failed:"
2866
  msgstr ""
2867
 
2868
- #: admin.php:3137
2869
  msgid "External database"
2870
  msgstr ""
2871
 
@@ -2897,7 +2952,7 @@ msgstr ""
2897
  msgid "use UpdraftPlus Premium"
2898
  msgstr ""
2899
 
2900
- #: class-updraftplus.php:3730
2901
  msgid "Decryption failed. The database file is encrypted."
2902
  msgstr ""
2903
 
@@ -2905,15 +2960,15 @@ msgstr ""
2905
  msgid "Only the WordPress database can be restored; you will need to deal with the external database manually."
2906
  msgstr ""
2907
 
2908
- #: restorer.php:1687 restorer.php:2053 restorer.php:2090 restorer.php:2103
2909
  msgid "An error occurred on the first %s command - aborting run"
2910
  msgstr ""
2911
 
2912
- #: addons/moredatabase.php:93 backup.php:1357
2913
  msgid "Connection failed: check your access details, that the database server is up, and that the network connection is not firewalled."
2914
  msgstr ""
2915
 
2916
- #: backup.php:1357
2917
  msgid "database connection attempt failed."
2918
  msgstr ""
2919
 
@@ -2982,23 +3037,23 @@ msgstr ""
2982
  msgid "Failed to upload %s"
2983
  msgstr ""
2984
 
2985
- #: methods/dropbox.php:600 methods/dropbox.php:602
2986
  msgid "Success:"
2987
  msgstr ""
2988
 
2989
- #: addons/onedrive.php:997 methods/dropbox.php:501
2990
  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."
2991
  msgstr ""
2992
 
2993
- #: addons/onedrive.php:995 methods/dropbox.php:498
2994
  msgid "(You appear to be already authenticated)."
2995
  msgstr ""
2996
 
2997
- #: methods/dropbox.php:493 methods/dropbox.php:499 methods/dropbox.php:501
2998
  msgid "Dropbox"
2999
  msgstr ""
3000
 
3001
- #: addons/onedrive.php:994 methods/dropbox.php:493
3002
  msgid "Authenticate with %s"
3003
  msgstr ""
3004
 
@@ -3029,7 +3084,7 @@ msgstr ""
3029
  msgid "%s error - failed to access the container"
3030
  msgstr ""
3031
 
3032
- #: addons/googlecloud.php:902 addons/onedrive.php:996 methods/dropbox.php:508
3033
  #: methods/googledrive.php:970
3034
  msgid "Account holder's name: %s."
3035
  msgstr ""
@@ -3076,7 +3131,7 @@ msgstr ""
3076
  msgid "This remote storage method (%s) requires PHP %s or later."
3077
  msgstr ""
3078
 
3079
- #: admin.php:3689
3080
  msgid "Theme directory (%s) not found, but lower-case version exists; updating database option accordingly"
3081
  msgstr ""
3082
 
@@ -3094,7 +3149,7 @@ msgstr ""
3094
  msgid "This feature requires %s version %s or later"
3095
  msgstr ""
3096
 
3097
- #: restorer.php:2236
3098
  msgid "Elegant themes theme builder plugin data detected: resetting temporary folder"
3099
  msgstr ""
3100
 
@@ -3131,7 +3186,7 @@ msgid "password/key"
3131
  msgstr ""
3132
 
3133
  #: addons/azure.php:510 addons/migrator.php:2198 addons/sftp.php:376
3134
- #: admin.php:598
3135
  msgid "Key"
3136
  msgstr ""
3137
 
@@ -3147,23 +3202,23 @@ msgstr ""
3147
  msgid "SCP/SFTP password/key"
3148
  msgstr ""
3149
 
3150
- #: admin.php:3172
3151
  msgid "Files backup (created by %s)"
3152
  msgstr ""
3153
 
3154
- #: admin.php:3172
3155
  msgid "Files and database WordPress backup (created by %s)"
3156
  msgstr ""
3157
 
3158
- #: addons/importer.php:261 admin.php:3166 class-updraftplus.php:2427
3159
  msgid "Backup created by: %s."
3160
  msgstr ""
3161
 
3162
- #: admin.php:3135
3163
  msgid "Database (created by %s)"
3164
  msgstr ""
3165
 
3166
- #: admin.php:3129 admin.php:3168
3167
  msgid "unknown source"
3168
  msgstr ""
3169
 
@@ -3175,43 +3230,43 @@ msgstr ""
3175
  msgid "Upload backup files"
3176
  msgstr ""
3177
 
3178
- #: admin.php:1783
3179
  msgid "This backup was created by %s, and can be imported."
3180
  msgstr ""
3181
 
3182
- #: admin.php:839
3183
  msgid "Read this page for a guide to possible causes and how to fix it."
3184
  msgstr ""
3185
 
3186
- #: admin.php:839
3187
  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."
3188
  msgstr ""
3189
 
3190
- #: admin.php:563 class-updraftplus.php:2434
3191
  msgid "If this is a backup created by a different backup plugin, then UpdraftPlus Premium may be able to help you."
3192
  msgstr ""
3193
 
3194
- #: admin.php:562
3195
  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."
3196
  msgstr ""
3197
 
3198
- #: admin.php:562 admin.php:563 class-updraftplus.php:2434
3199
  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))."
3200
  msgstr ""
3201
 
3202
- #: admin.php:3169 includes/class-wpadmin-commands.php:143 restorer.php:1399
3203
  msgid "Backup created by unknown source (%s) - cannot be restored."
3204
  msgstr ""
3205
 
3206
- #: restorer.php:809 restorer.php:857
3207
  msgid "The WordPress content folder (wp-content) was not found in this zip file."
3208
  msgstr ""
3209
 
3210
- #: restorer.php:673
3211
  msgid "This version of UpdraftPlus does not know how to handle this type of foreign backup"
3212
  msgstr ""
3213
 
3214
- #: methods/dropbox.php:302
3215
  msgid "%s returned an unexpected HTTP response: %s"
3216
  msgstr ""
3217
 
@@ -3224,11 +3279,11 @@ msgstr ""
3224
  msgid "No settings were found"
3225
  msgstr ""
3226
 
3227
- #: class-updraftplus.php:2555
3228
  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."
3229
  msgstr ""
3230
 
3231
- #: admin.php:530
3232
  msgid "Rescanning remote and local storage for backup sets..."
3233
  msgstr ""
3234
 
@@ -3245,12 +3300,12 @@ msgstr ""
3245
  msgid "Log all messages to syslog (only server admins are likely to want this)"
3246
  msgstr ""
3247
 
3248
- #: addons/morefiles.php:421
3249
  msgid "No backup of location: there was nothing found to back up"
3250
  msgstr ""
3251
 
3252
- #: addons/moredatabase.php:229 addons/morefiles.php:224
3253
- #: addons/morefiles.php:238
3254
  msgid "Remove"
3255
  msgstr ""
3256
 
@@ -3262,19 +3317,19 @@ msgstr ""
3262
  msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
3263
  msgstr ""
3264
 
3265
- #: addons/morefiles.php:375 admin.php:2888
3266
  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."
3267
  msgstr ""
3268
 
3269
- #: restorer.php:2225
3270
  msgid "Custom content type manager plugin data detected: clearing option cache"
3271
  msgstr ""
3272
 
3273
- #: class-updraftplus.php:3957 methods/ftp.php:284 restorer.php:1430
3274
  msgid "Your hosting company must enable these functions before %s can work."
3275
  msgstr ""
3276
 
3277
- #: class-updraftplus.php:3957 methods/ftp.php:284 restorer.php:1429
3278
  msgid "Your web server's PHP installation has these functions disabled: %s."
3279
  msgstr ""
3280
 
@@ -3290,7 +3345,7 @@ msgstr ""
3290
  msgid "regular non-encrypted FTP"
3291
  msgstr ""
3292
 
3293
- #: restorer.php:1591
3294
  msgid "Backup created by:"
3295
  msgstr ""
3296
 
@@ -3342,15 +3397,15 @@ msgstr ""
3342
  msgid "Dismiss from main dashboard (for %s weeks)"
3343
  msgstr ""
3344
 
3345
- #: class-updraftplus.php:4007
3346
  msgid "The attempt to undo the double-compression succeeded."
3347
  msgstr ""
3348
 
3349
- #: class-updraftplus.php:3984 class-updraftplus.php:4005
3350
  msgid "The attempt to undo the double-compression failed."
3351
  msgstr ""
3352
 
3353
- #: class-updraftplus.php:3977
3354
  msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
3355
  msgstr ""
3356
 
@@ -3358,15 +3413,15 @@ msgstr ""
3358
  msgid "Constants"
3359
  msgstr ""
3360
 
3361
- #: backup.php:1578
3362
  msgid "Failed to open database file for reading:"
3363
  msgstr ""
3364
 
3365
- #: backup.php:1405
3366
  msgid "No database tables found"
3367
  msgstr ""
3368
 
3369
- #: backup.php:1403
3370
  msgid "please wait for the rescheduled attempt"
3371
  msgstr ""
3372
 
@@ -3374,7 +3429,7 @@ msgstr ""
3374
  msgid "Note that warning messages are advisory - the backup process does not stop for them. Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
3375
  msgstr ""
3376
 
3377
- #: restorer.php:2119
3378
  msgid "Database queries processed: %d in %.2f seconds"
3379
  msgstr ""
3380
 
@@ -3394,7 +3449,7 @@ msgstr ""
3394
  msgid "Errors occurred:"
3395
  msgstr ""
3396
 
3397
- #: admin.php:3364
3398
  msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
3399
  msgstr ""
3400
 
@@ -3414,11 +3469,11 @@ msgstr ""
3414
  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)."
3415
  msgstr ""
3416
 
3417
- #: restorer.php:664
3418
  msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
3419
  msgstr ""
3420
 
3421
- #: admin.php:814 class-updraftplus.php:597
3422
  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)"
3423
  msgstr ""
3424
 
@@ -3439,23 +3494,23 @@ msgstr ""
3439
  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."
3440
  msgstr ""
3441
 
3442
- #: admin.php:3697
3443
  msgid "The current theme was not found; to prevent this stopping the site from loading, your theme has been reverted to the default theme"
3444
  msgstr ""
3445
 
3446
- #: admin.php:1961 admin.php:1971
3447
  msgid "Restore failed..."
3448
  msgstr ""
3449
 
3450
- #: addons/moredatabase.php:125 admin.php:1182
3451
  msgid "Messages:"
3452
  msgstr ""
3453
 
3454
- #: restorer.php:1955
3455
  msgid "An SQL line that is larger than the maximum packet size and cannot be split was found; this line will not be processed, but will be dropped: %s"
3456
  msgstr ""
3457
 
3458
- #: restorer.php:444
3459
  msgid "The directory does not exist"
3460
  msgstr ""
3461
 
@@ -3541,59 +3596,59 @@ msgstr ""
3541
  msgid "Rackspace Cloud Files, enhanced"
3542
  msgstr ""
3543
 
3544
- #: addons/cloudfiles-enhanced.php:275 methods/cloudfiles-new.php:132
3545
  msgid "Cloud Files Container"
3546
  msgstr ""
3547
 
3548
- #: methods/cloudfiles-new.php:127
3549
  msgid "Cloud Files API Key"
3550
  msgstr ""
3551
 
3552
- #: methods/cloudfiles-new.php:122
3553
  msgid "To create a new Rackspace API sub-user and API key that has access only to this Rackspace container, use this add-on."
3554
  msgstr ""
3555
 
3556
- #: methods/cloudfiles-new.php:119
3557
  msgid "Cloud Files Username"
3558
  msgstr ""
3559
 
3560
- #: addons/cloudfiles-enhanced.php:45 methods/cloudfiles-new.php:105
3561
  msgid "London (LON)"
3562
  msgstr ""
3563
 
3564
- #: addons/cloudfiles-enhanced.php:44 methods/cloudfiles-new.php:104
3565
  msgid "Hong Kong (HKG)"
3566
  msgstr ""
3567
 
3568
- #: addons/cloudfiles-enhanced.php:43 methods/cloudfiles-new.php:103
3569
  msgid "Northern Virginia (IAD)"
3570
  msgstr ""
3571
 
3572
- #: addons/cloudfiles-enhanced.php:42 methods/cloudfiles-new.php:102
3573
  msgid "Chicago (ORD)"
3574
  msgstr ""
3575
 
3576
- #: addons/cloudfiles-enhanced.php:41 methods/cloudfiles-new.php:101
3577
  msgid "Sydney (SYD)"
3578
  msgstr ""
3579
 
3580
- #: addons/cloudfiles-enhanced.php:40 methods/cloudfiles-new.php:100
3581
  msgid "Dallas (DFW) (default)"
3582
  msgstr ""
3583
 
3584
- #: addons/cloudfiles-enhanced.php:271 methods/cloudfiles-new.php:95
3585
  msgid "Cloud Files Storage Region"
3586
  msgstr ""
3587
 
3588
- #: methods/cloudfiles-new.php:87
3589
  msgid "Accounts created at rackspacecloud.com are US-accounts; accounts created at rackspace.co.uk are UK-based"
3590
  msgstr ""
3591
 
3592
- #: methods/cloudfiles-new.php:85
3593
  msgid "US or UK-based Rackspace Account"
3594
  msgstr ""
3595
 
3596
- #: addons/cloudfiles-enhanced.php:255 methods/cloudfiles-new.php:85
3597
  msgid "Accounts created at rackspacecloud.com are US accounts; accounts created at rackspace.co.uk are UK accounts."
3598
  msgstr ""
3599
 
@@ -3608,51 +3663,51 @@ msgstr ""
3608
  msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
3609
  msgstr ""
3610
 
3611
- #: admin.php:576 central/bootstrap.php:513
3612
  msgid "Create"
3613
  msgstr ""
3614
 
3615
- #: admin.php:538
3616
  msgid "Trying..."
3617
  msgstr ""
3618
 
3619
- #: admin.php:537
3620
  msgid "The new user's RackSpace console password is (this will not be shown again):"
3621
  msgstr ""
3622
 
3623
- #: class-updraftplus.php:1406
3624
  msgid "(when decrypted)"
3625
  msgstr ""
3626
 
3627
- #: admin.php:548 admin.php:3639
3628
  msgid "Error data:"
3629
  msgstr ""
3630
 
3631
- #: admin.php:3315
3632
  msgid "Backup does not exist in the backup history"
3633
  msgstr ""
3634
 
3635
- #: admin.php:2321
3636
  msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old). You should press this button to delete them as soon as you have verified that the restoration worked."
3637
  msgstr ""
3638
 
3639
- #: restorer.php:1659
3640
  msgid "Split line to avoid exceeding maximum packet size"
3641
  msgstr ""
3642
 
3643
- #: restorer.php:1538
3644
  msgid "Your database user does not have permission to drop tables. We will attempt to restore by simply emptying the tables; this should work as long as you are restoring from a WordPress version with the same database structure (%s)"
3645
  msgstr ""
3646
 
3647
- #: restorer.php:1357
3648
  msgid "New table prefix: %s"
3649
  msgstr ""
3650
 
3651
- #: restorer.php:1045
3652
  msgid "File permissions do not allow the old data to be moved and retained; instead, it will be deleted."
3653
  msgstr ""
3654
 
3655
- #: restorer.php:1015 restorer.php:1029
3656
  msgid "%s: This directory already exists, and will be replaced"
3657
  msgstr ""
3658
 
@@ -3684,11 +3739,11 @@ msgstr ""
3684
  msgid "Email reports"
3685
  msgstr ""
3686
 
3687
- #: class-updraftplus.php:1402 class-updraftplus.php:1407
3688
  msgid "%s checksum: %s"
3689
  msgstr ""
3690
 
3691
- #: class-updraftplus.php:1375 class-updraftplus.php:1377
3692
  msgid "files: %s"
3693
  msgstr ""
3694
 
@@ -3708,7 +3763,7 @@ msgstr ""
3708
  msgid "Debugging information"
3709
  msgstr ""
3710
 
3711
- #: addons/reporting.php:194 admin.php:3075
3712
  msgid "Uploaded to:"
3713
  msgstr ""
3714
 
@@ -3748,16 +3803,16 @@ msgstr ""
3748
  msgid "%d errors, %d warnings"
3749
  msgstr ""
3750
 
3751
- #: addons/onedrive.php:717 methods/dropbox.php:584
3752
  msgid "%s authentication"
3753
  msgstr ""
3754
 
3755
- #: addons/onedrive.php:717 class-updraftplus.php:302 methods/dropbox.php:557
3756
- #: methods/dropbox.php:584 methods/dropbox.php:597 methods/dropbox.php:728
3757
  msgid "%s error: %s"
3758
  msgstr ""
3759
 
3760
- #: addons/googlecloud.php:815 methods/dropbox.php:468
3761
  msgid "%s logo"
3762
  msgstr ""
3763
 
@@ -3777,7 +3832,7 @@ msgstr ""
3777
  msgid "Your site's admin email address (%s) will be used."
3778
  msgstr ""
3779
 
3780
- #: admin.php:585 methods/updraftvault.php:276 methods/updraftvault.php:321
3781
  #: udaddons/options.php:244
3782
  msgid "Connect"
3783
  msgstr ""
@@ -3786,75 +3841,75 @@ msgstr ""
3786
  msgid "For more reporting features, use the Reporting add-on."
3787
  msgstr ""
3788
 
3789
- #: class-updraftplus.php:3803
3790
  msgid "(version: %s)"
3791
  msgstr ""
3792
 
3793
- #: addons/reporting.php:438 admin.php:528
3794
  msgid "Be aware that mail servers tend to have size limits; typically around %s Mb; backups larger than any limits will likely not arrive."
3795
  msgstr ""
3796
 
3797
- #: addons/reporting.php:438 admin.php:527
3798
  msgid "When the Email storage method is enabled, also send the entire backup"
3799
  msgstr ""
3800
 
3801
- #: addons/reporting.php:153 backup.php:930
3802
  msgid "Latest status:"
3803
  msgstr ""
3804
 
3805
- #: backup.php:929
3806
  msgid "Backup contains:"
3807
  msgstr ""
3808
 
3809
- #: backup.php:886
3810
  msgid "Backed up: %s"
3811
  msgstr ""
3812
 
3813
- #: addons/reporting.php:236 backup.php:880
3814
  msgid "The log file has been attached to this email."
3815
  msgstr ""
3816
 
3817
- #: backup.php:844
3818
  msgid "Unknown/unexpected error - please raise a support request"
3819
  msgstr ""
3820
 
3821
- #: backup.php:841
3822
  msgid "Database only (files were not part of this particular schedule)"
3823
  msgstr ""
3824
 
3825
- #: backup.php:841
3826
  msgid "Database (files backup has not completed)"
3827
  msgstr ""
3828
 
3829
- #: backup.php:838
3830
  msgid "Files only (database was not part of this particular schedule)"
3831
  msgstr ""
3832
 
3833
- #: backup.php:838
3834
  msgid "Files (database backup has not completed)"
3835
  msgstr ""
3836
 
3837
- #: admin.php:229 backup.php:836
3838
  msgid "Files and database"
3839
  msgstr ""
3840
 
3841
- #: options.php:185
3842
  msgid "(This applies to all WordPress backup plugins unless they have been explicitly coded for multisite compatibility)."
3843
  msgstr ""
3844
 
3845
- #: options.php:185
3846
  msgid "Without upgrading, UpdraftPlus allows <strong>every</strong> blog admin who can modify plugin settings to back up (and hence access the data, including passwords, from) and restore (including with customised modifications, e.g. changed passwords) <strong>the entire network</strong>."
3847
  msgstr ""
3848
 
3849
- #: options.php:185
3850
  msgid "WordPress Multisite is supported, with extra features, by UpdraftPlus Premium, or the Multisite add-on."
3851
  msgstr ""
3852
 
3853
- #: options.php:185
3854
  msgid "This is a WordPress multi-site (a.k.a. network) installation."
3855
  msgstr ""
3856
 
3857
- #: options.php:185
3858
  msgid "UpdraftPlus warning:"
3859
  msgstr ""
3860
 
@@ -3924,15 +3979,15 @@ msgstr ""
3924
  msgid "Reporting"
3925
  msgstr ""
3926
 
3927
- #: admin.php:4029
3928
  msgid "Options (raw)"
3929
  msgstr ""
3930
 
3931
- #: addons/reporting.php:436 admin.php:526
3932
  msgid "Send a report only when there are warnings/errors"
3933
  msgstr ""
3934
 
3935
- #: restorer.php:1602
3936
  msgid "Content URL:"
3937
  msgstr ""
3938
 
@@ -3944,7 +3999,7 @@ msgstr ""
3944
  msgid "See also the \"More Files\" add-on from our shop."
3945
  msgstr ""
3946
 
3947
- #: backup.php:2949 class-updraftplus.php:610
3948
  msgid "Your free space in your hosting account is very low - only %s Mb remain"
3949
  msgstr ""
3950
 
@@ -4072,11 +4127,11 @@ msgstr ""
4072
  msgid "You have not yet connected with your UpdraftPlus.Com account, to enable you to list your purchased add-ons."
4073
  msgstr ""
4074
 
4075
- #: addons/moredatabase.php:331 addons/moredatabase.php:362
4076
  msgid "Without it, encryption will be a lot slower."
4077
  msgstr ""
4078
 
4079
- #: addons/moredatabase.php:331 addons/moredatabase.php:362
4080
  msgid "Your web-server does not have the %s module installed."
4081
  msgstr ""
4082
 
@@ -4088,19 +4143,19 @@ msgstr ""
4088
  msgid "Drop backup files here"
4089
  msgstr ""
4090
 
4091
- #: admin.php:536
4092
  msgid "The web server returned an error code (try again, or check your web server logs)"
4093
  msgstr ""
4094
 
4095
- #: admin.php:534
4096
  msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
4097
  msgstr ""
4098
 
4099
- #: admin.php:532
4100
  msgid "If you exclude both the database and the files, then you have excluded everything!"
4101
  msgstr ""
4102
 
4103
- #: restorer.php:1596
4104
  msgid "Site home:"
4105
  msgstr ""
4106
 
@@ -4112,7 +4167,7 @@ msgstr ""
4112
  msgid "(logs can be found in the UpdraftPlus settings page as normal)..."
4113
  msgstr ""
4114
 
4115
- #: addons/autobackup.php:252 addons/autobackup.php:1008
4116
  msgid "Remember this choice for next time (you will still have the chance to change it)"
4117
  msgstr ""
4118
 
@@ -4124,15 +4179,15 @@ msgstr ""
4124
  msgid "You can send a backup to more than one destination with an add-on."
4125
  msgstr ""
4126
 
4127
- #: admin.php:2539
4128
  msgid "Note: the progress bar below is based on stages, NOT time. Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
4129
  msgstr ""
4130
 
4131
- #: admin.php:2437
4132
  msgid "(%s%%, file %s of %s)"
4133
  msgstr ""
4134
 
4135
- #: addons/autobackup.php:253 addons/autobackup.php:1013
4136
  #: addons/lockadmin.php:142
4137
  msgid "Read more about how this works..."
4138
  msgstr ""
@@ -4165,15 +4220,15 @@ msgstr ""
4165
  msgid "Backup is of: %s."
4166
  msgstr ""
4167
 
4168
- #: admin.php:623
4169
  msgid "%s settings test result:"
4170
  msgstr ""
4171
 
4172
- #: admin.php:3233 admin.php:3235
4173
  msgid "(Not finished)"
4174
  msgstr ""
4175
 
4176
- #: admin.php:3235
4177
  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."
4178
  msgstr ""
4179
 
@@ -4185,96 +4240,96 @@ msgstr ""
4185
  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)."
4186
  msgstr ""
4187
 
4188
- #: admin.php:2534
4189
  msgid "Job ID: %s"
4190
  msgstr ""
4191
 
4192
- #: admin.php:2519
4193
  msgid "last activity: %ss ago"
4194
  msgstr ""
4195
 
4196
- #: admin.php:2518
4197
  msgid "next resumption: %d (after %ss)"
4198
  msgstr ""
4199
 
4200
- #: admin.php:2501 central/bootstrap.php:405 central/bootstrap.php:412
4201
  #: methods/updraftvault.php:356 methods/updraftvault.php:436
4202
  msgid "Unknown"
4203
  msgstr ""
4204
 
4205
- #: admin.php:2451
4206
  msgid "Backup finished"
4207
  msgstr ""
4208
 
4209
- #: admin.php:2446
4210
  msgid "Waiting until scheduled time to retry because of errors"
4211
  msgstr ""
4212
 
4213
- #: admin.php:2442
4214
  msgid "Pruning old backup sets"
4215
  msgstr ""
4216
 
4217
- #: admin.php:2430
4218
  msgid "Uploading files to remote storage"
4219
  msgstr ""
4220
 
4221
- #: admin.php:2499
4222
  msgid "Encrypted database"
4223
  msgstr ""
4224
 
4225
- #: admin.php:2491
4226
  msgid "Encrypting database"
4227
  msgstr ""
4228
 
4229
- #: admin.php:2465
4230
  msgid "Created database backup"
4231
  msgstr ""
4232
 
4233
- #: admin.php:2478
4234
  msgid "table: %s"
4235
  msgstr ""
4236
 
4237
- #: admin.php:2476
4238
  msgid "Creating database backup"
4239
  msgstr ""
4240
 
4241
- #: admin.php:2424
4242
  msgid "Created file backup zips"
4243
  msgstr ""
4244
 
4245
- #: admin.php:2411
4246
  msgid "Creating file backup zips"
4247
  msgstr ""
4248
 
4249
- #: admin.php:2406
4250
  msgid "Backup begun"
4251
  msgstr ""
4252
 
4253
- #: admin.php:2249
4254
  msgid "Backups in progress:"
4255
  msgstr ""
4256
 
4257
- #: admin.php:818
4258
  msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even &quot;Backup Now&quot;) unless either you have set up a facility to call the scheduler manually, or until it is enabled."
4259
  msgstr ""
4260
 
4261
- #: restorer.php:646
4262
  msgid "file"
4263
  msgstr ""
4264
 
4265
- #: restorer.php:639
4266
  msgid "folder"
4267
  msgstr ""
4268
 
4269
- #: restorer.php:639 restorer.php:646
4270
  msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
4271
  msgstr ""
4272
 
4273
- #: class-updraftplus.php:2652
4274
  msgid "The backup has not finished; a resumption is scheduled"
4275
  msgstr ""
4276
 
4277
- #: class-updraftplus.php:1647
4278
  msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
4279
  msgstr ""
4280
 
@@ -4285,19 +4340,19 @@ msgstr ""
4285
  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)."
4286
  msgstr ""
4287
 
4288
- #: admin.php:2081
4289
  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)."
4290
  msgstr ""
4291
 
4292
- #: addons/autobackup.php:1018 admin.php:578
4293
  msgid "Proceed with update"
4294
  msgstr ""
4295
 
4296
- #: addons/autobackup.php:1017
4297
  msgid "Do not abort after pressing Proceed below - wait for the backup to complete."
4298
  msgstr ""
4299
 
4300
- #: addons/autobackup.php:113 addons/autobackup.php:994
4301
  msgid "UpdraftPlus Automatic Backups"
4302
  msgstr ""
4303
 
@@ -4367,83 +4422,83 @@ msgstr ""
4367
  msgid "Support"
4368
  msgstr "সহায়তা"
4369
 
4370
- #: class-updraftplus.php:3944
4371
  msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
4372
  msgstr ""
4373
 
4374
- #: class-updraftplus.php:3939
4375
  msgid "This database backup is missing core WordPress tables: %s"
4376
  msgstr ""
4377
 
4378
- #: class-updraftplus.php:3836
4379
  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."
4380
  msgstr ""
4381
 
4382
- #: class-updraftplus.php:3752
4383
  msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
4384
  msgstr ""
4385
 
4386
- #: addons/autobackup.php:556 admin.php:786
4387
  msgid "Update Theme"
4388
  msgstr ""
4389
 
4390
- #: addons/autobackup.php:505 admin.php:782
4391
  msgid "Update Plugin"
4392
  msgstr ""
4393
 
4394
- #: addons/autobackup.php:997 admin.php:655 includes/updraftplus-notices.php:171
4395
  msgid "Be safe with an automatic backup"
4396
  msgstr ""
4397
 
4398
- #: restorer.php:2204
4399
  msgid "Uploads path (%s) does not exist - resetting (%s)"
4400
  msgstr ""
4401
 
4402
- #: admin.php:2033
4403
  msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
4404
  msgstr ""
4405
 
4406
- #: admin.php:572
4407
  msgid "The file was uploaded."
4408
  msgstr ""
4409
 
4410
- #: admin.php:571
4411
  msgid "Unknown server response status:"
4412
  msgstr ""
4413
 
4414
- #: admin.php:570
4415
  msgid "Unknown server response:"
4416
  msgstr ""
4417
 
4418
- #: admin.php:569
4419
  msgid "This decryption key will be attempted:"
4420
  msgstr ""
4421
 
4422
- #: admin.php:568
4423
  msgid "Follow this link to attempt decryption and download the database file to your computer."
4424
  msgstr ""
4425
 
4426
- #: admin.php:567
4427
  msgid "Upload error"
4428
  msgstr ""
4429
 
4430
- #: admin.php:566
4431
  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)."
4432
  msgstr ""
4433
 
4434
- #: admin.php:565
4435
  msgid "Upload error:"
4436
  msgstr ""
4437
 
4438
- #: admin.php:564
4439
  msgid "(make sure that you were trying to upload a zip file previously created by UpdraftPlus)"
4440
  msgstr ""
4441
 
4442
- #: admin.php:555
4443
  msgid "Download to your computer"
4444
  msgstr ""
4445
 
4446
- #: admin.php:554
4447
  msgid "Delete from your web server"
4448
  msgstr ""
4449
 
@@ -4451,15 +4506,15 @@ msgstr ""
4451
  msgid "Examples of S3-compatible storage providers:"
4452
  msgstr ""
4453
 
4454
- #: admin.php:3589
4455
  msgid "Will not delete any archives after unpacking them, because there was no cloud storage for this backup"
4456
  msgstr ""
4457
 
4458
- #: admin.php:3206
4459
  msgid "You appear to be missing one or more archives from this multi-archive set."
4460
  msgstr ""
4461
 
4462
- #: admin.php:3203
4463
  msgid "(%d archive(s) in set)."
4464
  msgstr ""
4465
 
@@ -4467,19 +4522,19 @@ msgstr ""
4467
  msgid "Split archives every:"
4468
  msgstr ""
4469
 
4470
- #: addons/moredatabase.php:267
4471
  msgid "Error: the server sent us a response (JSON) which we did not understand."
4472
  msgstr ""
4473
 
4474
- #: admin.php:545
4475
  msgid "Warnings:"
4476
  msgstr ""
4477
 
4478
- #: admin.php:544
4479
  msgid "Error: the server sent an empty response."
4480
  msgstr ""
4481
 
4482
- #: admin.php:1794
4483
  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?"
4484
  msgstr ""
4485
 
@@ -4515,15 +4570,15 @@ msgstr ""
4515
  msgid "No such backup set exists"
4516
  msgstr ""
4517
 
4518
- #: admin.php:1071
4519
  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"
4520
  msgstr ""
4521
 
4522
- #: restorer.php:588
4523
  msgid "Failed to move directory (check your file permissions and disk quota): %s"
4524
  msgstr ""
4525
 
4526
- #: restorer.php:579
4527
  msgid "Failed to move file (check your file permissions and disk quota): %s"
4528
  msgstr ""
4529
 
@@ -4531,7 +4586,7 @@ msgstr ""
4531
  msgid "Moving unpacked backup into place..."
4532
  msgstr ""
4533
 
4534
- #: backup.php:2653 backup.php:2909
4535
  msgid "Failed to open the zip file (%s) - %s"
4536
  msgstr ""
4537
 
@@ -4551,15 +4606,15 @@ msgstr ""
4551
  msgid "S3 (Compatible)"
4552
  msgstr ""
4553
 
4554
- #: admin.php:3510
4555
  msgid "File is not locally present - needs retrieving from remote storage"
4556
  msgstr ""
4557
 
4558
- #: admin.php:3497
4559
  msgid "Looking for %s archive: file name: %s"
4560
  msgstr ""
4561
 
4562
- #: admin.php:3458
4563
  msgid "Final checks"
4564
  msgstr ""
4565
 
@@ -4571,11 +4626,11 @@ msgstr ""
4571
  msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
4572
  msgstr ""
4573
 
4574
- #: admin.php:2877
4575
  msgid "Your wp-content directory server path: %s"
4576
  msgstr ""
4577
 
4578
- #: admin.php:561
4579
  msgid "Raw backup history"
4580
  msgstr ""
4581
 
@@ -4583,11 +4638,11 @@ msgstr ""
4583
  msgid "Show raw backup and file list"
4584
  msgstr ""
4585
 
4586
- #: admin.php:543
4587
  msgid "Processing files - please wait..."
4588
  msgstr ""
4589
 
4590
- #: admin.php:3641 templates/wp-admin/settings/downloading-and-restoring.php:29
4591
  msgid "Please consult this FAQ for help on what to do about it."
4592
  msgstr ""
4593
 
@@ -4595,31 +4650,27 @@ msgstr ""
4595
  msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
4596
  msgstr ""
4597
 
4598
- #: class-updraftplus.php:3760
4599
  msgid "Failed to open database file."
4600
  msgstr ""
4601
 
4602
- #: class-updraftplus.php:3740
4603
- msgid "Failed to write out the decrypted database to the filesystem."
4604
- msgstr ""
4605
-
4606
- #: admin.php:3999
4607
  msgid "Known backups (raw)"
4608
  msgstr ""
4609
 
4610
- #: restorer.php:944
4611
  msgid "Unable to enumerate files in that directory."
4612
  msgstr ""
4613
 
4614
- #: restorer.php:939
4615
  msgid "Files found:"
4616
  msgstr ""
4617
 
4618
- #: restorer.php:1329
4619
  msgid "Using directory from backup: %s"
4620
  msgstr ""
4621
 
4622
- #: restorer.php:1789
4623
  msgid "Requested table engine (%s) is not present - changing to MyISAM."
4624
  msgstr ""
4625
 
@@ -4627,21 +4678,21 @@ msgstr ""
4627
  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."
4628
  msgstr ""
4629
 
4630
- #: admin.php:3530
4631
  msgid "file is size:"
4632
  msgstr ""
4633
 
4634
  #: addons/googlecloud.php:855 addons/migrator.php:363 addons/migrator.php:366
4635
- #: addons/migrator.php:369 admin.php:818 admin.php:2038 backup.php:2956
4636
  #: updraftplus.php:147
4637
  msgid "Go here for more information."
4638
  msgstr ""
4639
 
4640
- #: admin.php:542
4641
  msgid "Some files are still downloading or being processed - please wait."
4642
  msgstr ""
4643
 
4644
- #: class-updraftplus.php:3808 class-updraftplus.php:3826
4645
  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."
4646
  msgstr ""
4647
 
@@ -4661,15 +4712,15 @@ msgstr ""
4661
  msgid "%s login failure"
4662
  msgstr ""
4663
 
4664
- #: methods/dropbox.php:413
4665
  msgid "You do not appear to be authenticated with %s"
4666
  msgstr ""
4667
 
4668
- #: methods/dropbox.php:380
4669
  msgid "Failed to access %s when deleting (see log file for more)"
4670
  msgstr ""
4671
 
4672
- #: methods/dropbox.php:372
4673
  msgid "You do not appear to be authenticated with %s (whilst deleting)"
4674
  msgstr ""
4675
 
@@ -4710,24 +4761,24 @@ msgstr ""
4710
  msgid "%s authentication failed"
4711
  msgstr ""
4712
 
4713
- #: addons/googlecloud.php:384 addons/migrator.php:462 admin.php:1739
4714
- #: admin.php:1786 admin.php:1794 class-updraftplus.php:725
4715
- #: class-updraftplus.php:731 class-updraftplus.php:3728
4716
- #: class-updraftplus.php:3730 class-updraftplus.php:3866
4717
- #: class-updraftplus.php:3899 methods/googledrive.php:304 restorer.php:933
4718
  msgid "Error: %s"
4719
  msgstr ""
4720
 
4721
- #: admin.php:2814
4722
  msgid "Backup directory specified exists, but is <b>not</b> writable."
4723
  msgstr ""
4724
 
4725
- #: admin.php:2812
4726
  msgid "Backup directory specified does <b>not</b> exist."
4727
  msgstr ""
4728
 
4729
- #: admin.php:2546 admin.php:2768 class-updraftplus.php:3808
4730
- #: class-updraftplus.php:3826
4731
  msgid "Warning: %s"
4732
  msgstr ""
4733
 
@@ -4735,27 +4786,27 @@ msgstr ""
4735
  msgid "Last backup job run:"
4736
  msgstr ""
4737
 
4738
- #: backup.php:2675
4739
  msgid "A very large file was encountered: %s (size: %s Mb)"
4740
  msgstr ""
4741
 
4742
- #: backup.php:2051 backup.php:2081
4743
  msgid "%s: unreadable file - could not be backed up"
4744
  msgstr ""
4745
 
4746
- #: backup.php:1478
4747
  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"
4748
  msgstr ""
4749
 
4750
- #: backup.php:1597
4751
  msgid "An error occurred whilst closing the final database file"
4752
  msgstr ""
4753
 
4754
- #: backup.php:871
4755
  msgid "Warnings encountered:"
4756
  msgstr ""
4757
 
4758
- #: class-updraftplus.php:2640
4759
  msgid "The backup apparently succeeded (with warnings) and is now complete"
4760
  msgstr ""
4761
 
@@ -4811,58 +4862,58 @@ msgstr ""
4811
  msgid "The error reported by %s was:"
4812
  msgstr ""
4813
 
4814
- #: restorer.php:1348
4815
  msgid "Please supply the requested information, and then continue."
4816
  msgstr ""
4817
 
4818
- #: restorer.php:2041
4819
  msgid "Cannot drop tables, so deleting instead (%s)"
4820
  msgstr ""
4821
 
4822
- #: restorer.php:2024
4823
  msgid "Cannot create new tables, so skipping this command (%s)"
4824
  msgstr ""
4825
 
4826
- #: class-updraftplus.php:3877 restorer.php:1633
4827
  msgid "Site information:"
4828
  msgstr ""
4829
 
4830
- #: restorer.php:1504
4831
  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."
4832
  msgstr ""
4833
 
4834
- #: addons/migrator.php:325 admin.php:2033 class-updraftplus.php:3870
4835
- #: restorer.php:1955
4836
  msgid "Warning:"
4837
  msgstr ""
4838
 
4839
- #: class-updraftplus.php:3862 restorer.php:162
4840
  msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
4841
  msgstr ""
4842
 
4843
- #: admin.php:3485
4844
  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."
4845
  msgstr ""
4846
 
4847
- #: admin.php:2933 methods/updraftvault.php:260
4848
  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."
4849
  msgstr ""
4850
 
4851
- #: admin.php:579
4852
  msgid "Close"
4853
  msgstr ""
4854
 
4855
- #: addons/autobackup.php:298 addons/autobackup.php:386 admin.php:535
4856
  #: methods/remotesend.php:71 methods/remotesend.php:79
4857
  #: methods/remotesend.php:220 methods/remotesend.php:237
4858
  msgid "Unexpected response:"
4859
  msgstr ""
4860
 
4861
- #: addons/reporting.php:434 admin.php:531
4862
  msgid "To send to more than one address, separate each address with a comma."
4863
  msgstr ""
4864
 
4865
- #: admin.php:559
4866
  msgid "PHP information"
4867
  msgstr ""
4868
 
@@ -4898,7 +4949,7 @@ msgstr ""
4898
  msgid "Also delete from remote storage"
4899
  msgstr ""
4900
 
4901
- #: admin.php:2276
4902
  msgid "Latest UpdraftPlus.com news:"
4903
  msgstr ""
4904
 
@@ -4915,11 +4966,11 @@ msgstr ""
4915
  msgid "News"
4916
  msgstr ""
4917
 
4918
- #: admin.php:1224
4919
  msgid "Backup set not found"
4920
  msgstr ""
4921
 
4922
- #: backup.php:157
4923
  msgid "%s - could not back this entity up; the corresponding directory does not exist (%s)"
4924
  msgstr ""
4925
 
@@ -4933,7 +4984,7 @@ msgstr ""
4933
  msgid "Blog link"
4934
  msgstr ""
4935
 
4936
- #: admin.php:622
4937
  msgid "Testing %s Settings..."
4938
  msgstr ""
4939
 
@@ -4941,23 +4992,23 @@ msgstr ""
4941
  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."
4942
  msgstr ""
4943
 
4944
- #: admin.php:834
4945
  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."
4946
  msgstr ""
4947
 
4948
- #: admin.php:834
4949
  msgid "Notice"
4950
  msgstr ""
4951
 
4952
- #: backup.php:853
4953
  msgid "Errors encountered:"
4954
  msgstr ""
4955
 
4956
- #: admin.php:529
4957
  msgid "Rescanning (looking for backups that you have uploaded manually into the internal backup store)..."
4958
  msgstr ""
4959
 
4960
- #: admin.php:541
4961
  msgid "Begun looking for this entity"
4962
  msgstr ""
4963
 
@@ -4977,7 +5028,7 @@ msgstr ""
4977
  msgid "Time taken (seconds):"
4978
  msgstr ""
4979
 
4980
- #: addons/migrator.php:1113 admin.php:546
4981
  msgid "Errors:"
4982
  msgstr ""
4983
 
@@ -5046,23 +5097,23 @@ msgstr ""
5046
  msgid "All references to the site location in the database will be replaced with your current site URL, which is: %s"
5047
  msgstr ""
5048
 
5049
- #: addons/multisite.php:633
5050
  msgid "Blog uploads"
5051
  msgstr ""
5052
 
5053
- #: addons/migrator.php:369 addons/multisite.php:626
5054
  msgid "Must-use plugins"
5055
  msgstr ""
5056
 
5057
- #: addons/multisite.php:196
5058
  msgid "You do not have permission to access this page."
5059
  msgstr ""
5060
 
5061
- #: addons/multisite.php:182 udaddons/options.php:225
5062
  msgid "You do not have sufficient permissions to access this page."
5063
  msgstr ""
5064
 
5065
- #: addons/multisite.php:176
5066
  msgid "Multisite Install"
5067
  msgstr ""
5068
 
@@ -5094,7 +5145,7 @@ msgstr ""
5094
  msgid "Directory path"
5095
  msgstr ""
5096
 
5097
- #: addons/lockadmin.php:153 addons/moredatabase.php:234 addons/sftp.php:368
5098
  #: addons/webdav.php:69 methods/openstack2.php:127 methods/updraftvault.php:320
5099
  #: udaddons/options.php:145
5100
  msgid "Password"
@@ -5104,7 +5155,7 @@ msgstr ""
5104
  msgid "Port"
5105
  msgstr ""
5106
 
5107
- #: addons/moredatabase.php:232 addons/sftp.php:347 addons/webdav.php:75
5108
  msgid "Host"
5109
  msgstr ""
5110
 
@@ -5128,7 +5179,7 @@ msgstr ""
5128
  msgid "Encrypted FTP is available, and will be automatically tried first (before falling back to non-encrypted if it is not successful), unless you disable it using the expert options. The 'Test FTP Login' button will tell you what type of connection is in use."
5129
  msgstr ""
5130
 
5131
- #: addons/morefiles.php:555
5132
  msgid "No backup of %s directories: there was nothing found to back up"
5133
  msgstr ""
5134
 
@@ -5156,7 +5207,7 @@ msgstr ""
5156
  msgid "Over-write wp-config.php"
5157
  msgstr ""
5158
 
5159
- #: addons/morefiles.php:70 addons/morefiles.php:555
5160
  msgid "WordPress Core"
5161
  msgstr ""
5162
 
@@ -5165,8 +5216,8 @@ msgid "Failed: We were not able to place a file in that directory - please check
5165
  msgstr ""
5166
 
5167
  #: addons/googlecloud.php:626 addons/googlecloud.php:660
5168
- #: addons/googlecloud.php:666 addons/sftp.php:447 admin.php:2600 admin.php:2635
5169
- #: admin.php:2644 methods/addon-base.php:284 methods/stream-base.php:302
5170
  msgid "Failed"
5171
  msgstr ""
5172
 
@@ -5223,31 +5274,31 @@ msgstr ""
5223
  msgid "Only non-encrypted FTP is supported by regular UpdraftPlus."
5224
  msgstr ""
5225
 
5226
- #: addons/onedrive.php:755 methods/dropbox.php:615
5227
  msgid "Your %s account name: %s"
5228
  msgstr ""
5229
 
5230
- #: methods/dropbox.php:605 methods/dropbox.php:632
5231
  msgid "though part of the returned information was not as expected - your mileage may vary"
5232
  msgstr ""
5233
 
5234
- #: methods/dropbox.php:600 methods/dropbox.php:602
5235
  msgid "you have authenticated your %s account"
5236
  msgstr ""
5237
 
5238
- #: methods/dropbox.php:487 methods/dropbox.php:489
5239
  msgid "there's an add-on for that."
5240
  msgstr ""
5241
 
5242
- #: methods/dropbox.php:487 methods/dropbox.php:489
5243
  msgid "If you back up several sites into the same Dropbox and want to organise with sub-folders, then "
5244
  msgstr ""
5245
 
5246
- #: methods/dropbox.php:487 methods/dropbox.php:489
5247
  msgid "Backups are saved in"
5248
  msgstr ""
5249
 
5250
- #: methods/dropbox.php:487 methods/dropbox.php:489
5251
  msgid "Need to use sub-folders?"
5252
  msgstr ""
5253
 
@@ -5369,21 +5420,21 @@ msgstr ""
5369
  msgid "Failure: No container details were given."
5370
  msgstr ""
5371
 
5372
- #: addons/moredatabase.php:233 addons/sftp.php:361 addons/webdav.php:63
5373
- #: methods/cloudfiles-new.php:147 methods/cloudfiles.php:509
5374
  #: methods/openstack2.php:121
5375
  msgid "Username"
5376
  msgstr "ব্যবহারকারী নাম"
5377
 
5378
- #: methods/cloudfiles-new.php:142 methods/cloudfiles.php:504 methods/s3.php:959
5379
  msgid "API key"
5380
  msgstr ""
5381
 
5382
- #: addons/migrator.php:278 addons/migrator.php:1871 addons/moredatabase.php:70
5383
- #: addons/moredatabase.php:72 addons/moredatabase.php:74 addons/sftp.php:417
5384
- #: addons/sftp.php:421 addons/sftp.php:425 addons/webdav.php:103 admin.php:599
5385
- #: methods/addon-base.php:277 methods/cloudfiles-new.php:142
5386
- #: methods/cloudfiles-new.php:147 methods/cloudfiles.php:504
5387
  #: methods/cloudfiles.php:509 methods/ftp.php:355 methods/ftp.php:359
5388
  #: methods/openstack2.php:142 methods/openstack2.php:147
5389
  #: methods/openstack2.php:152 methods/openstack2.php:157 methods/s3.php:959
@@ -5391,7 +5442,8 @@ msgstr ""
5391
  msgid "Failure: No %s was given."
5392
  msgstr ""
5393
 
5394
- #: methods/cloudfiles.php:448 methods/openstack-base.php:513 methods/s3.php:799
 
5395
  msgid "UpdraftPlus's %s module <strong>requires</strong> %s. Please do not file any support requests; there is no alternative."
5396
  msgstr ""
5397
 
@@ -5407,12 +5459,12 @@ msgstr ""
5407
  msgid "Cloud Files username"
5408
  msgstr ""
5409
 
5410
- #: addons/cloudfiles-enhanced.php:36 methods/cloudfiles-new.php:89
5411
  #: methods/cloudfiles.php:466
5412
  msgid "UK"
5413
  msgstr ""
5414
 
5415
- #: addons/cloudfiles-enhanced.php:35 methods/cloudfiles-new.php:88
5416
  #: methods/cloudfiles.php:465
5417
  msgid "US (default)"
5418
  msgstr ""
@@ -5421,16 +5473,16 @@ msgstr ""
5421
  msgid "US or UK Cloud"
5422
  msgstr ""
5423
 
5424
- #: methods/cloudfiles-new.php:81 methods/cloudfiles.php:458
5425
  #: methods/openstack2.php:94
5426
  msgid "Also, you should read this important FAQ."
5427
  msgstr ""
5428
 
5429
- #: methods/cloudfiles-new.php:81 methods/cloudfiles.php:458
5430
  msgid "Get your API key <a href=\"https://mycloud.rackspace.com/\">from your Rackspace Cloud console</a> (read instructions <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">here</a>), then pick a container name to use for storage. This container will be created for you if it does not already exist."
5431
  msgstr ""
5432
 
5433
- #: addons/sftp.php:408 admin.php:621 methods/addon-base.php:242
5434
  #: methods/cloudfiles.php:496 methods/ftp.php:329
5435
  #: methods/openstack-base.php:524 methods/s3.php:861
5436
  #: methods/stream-base.php:224
@@ -5509,7 +5561,7 @@ msgid "For longer help, including screenshots, follow this link. The description
5509
  msgstr ""
5510
 
5511
  #: methods/addon-base.php:230 methods/cloudfiles.php:438
5512
- #: methods/dropbox.php:469 methods/ftp.php:298 methods/googledrive.php:904
5513
  #: methods/openstack-base.php:503 methods/s3.php:771
5514
  #: methods/stream-base.php:217
5515
  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."
@@ -5548,7 +5600,7 @@ msgstr ""
5548
  msgid "Success"
5549
  msgstr ""
5550
 
5551
- #: addons/onedrive.php:747 methods/dropbox.php:643 methods/dropbox.php:652
5552
  #: methods/googledrive.php:337
5553
  msgid "Your %s quota usage: %s %% used, %s available"
5554
  msgstr ""
@@ -5579,65 +5631,65 @@ msgstr ""
5579
  msgid "You need to re-authenticate with %s, as your existing credentials are not working."
5580
  msgstr ""
5581
 
5582
- #: addons/migrator.php:1770 admin.php:2603 admin.php:2637 admin.php:2641
5583
- #: admin.php:3515 admin.php:3528 restorer.php:2188 restorer.php:2294
5584
  msgid "OK"
5585
  msgstr "ঠিক আছে"
5586
 
5587
- #: restorer.php:2182 restorer.php:2258
5588
  msgid "Table prefix has changed: changing %s table field(s) accordingly:"
5589
  msgstr ""
5590
 
5591
- #: restorer.php:1865
5592
  msgid "Finished: lines processed: %d in %.2f seconds"
5593
  msgstr ""
5594
 
5595
- #: addons/migrator.php:1143 restorer.php:2080
5596
  msgid "the database query being run was:"
5597
  msgstr ""
5598
 
5599
- #: restorer.php:1803
5600
  msgid "will restore as:"
5601
  msgstr ""
5602
 
5603
- #: restorer.php:1614 restorer.php:1707 restorer.php:1733
5604
  msgid "Old table prefix:"
5605
  msgstr ""
5606
 
5607
- #: addons/reporting.php:65 addons/reporting.php:152 backup.php:927
5608
- #: class-updraftplus.php:3803
5609
  msgid "Backup of:"
5610
  msgstr ""
5611
 
5612
- #: addons/migrator.php:602 restorer.php:1441
5613
  msgid "Database access: Direct MySQL access is not available, so we are falling back to wpdb (this will be considerably slower)"
5614
  msgstr ""
5615
 
5616
- #: restorer.php:1436
5617
  msgid "Failed to open database file"
5618
  msgstr ""
5619
 
5620
- #: restorer.php:1415
5621
  msgid "Failed to find database file"
5622
  msgstr ""
5623
 
5624
- #: restorer.php:1392
5625
  msgid "Warning: PHP safe_mode is active on your server. Timeouts are much more likely. If these happen, then you will need to manually restore the file via phpMyAdmin or another method."
5626
  msgstr ""
5627
 
5628
- #: restorer.php:488
5629
  msgid "wp-config.php from backup: restoring (as per user's request)"
5630
  msgstr ""
5631
 
5632
- #: restorer.php:483
5633
  msgid "wp-config.php from backup: will restore as wp-config-backup.php"
5634
  msgstr ""
5635
 
5636
- #: restorer.php:375
5637
  msgid "Failed to write out the decrypted database to the filesystem"
5638
  msgstr ""
5639
 
5640
- #: restorer.php:360
5641
  msgid "Failed to create a temporary directory"
5642
  msgstr ""
5643
 
@@ -5681,63 +5733,64 @@ msgstr ""
5681
  msgid "UpdraftPlus is not able to directly restore this kind of entity. It must be restored manually."
5682
  msgstr ""
5683
 
5684
- #: admin.php:3536 admin.php:3537
5685
  msgid "Could not find one of the files for restoration"
5686
  msgstr ""
5687
 
5688
- #: admin.php:3631
5689
  msgid "Error message"
5690
  msgstr ""
5691
 
5692
- #: admin.php:3533
5693
  msgid "The backup records do not contain information about the proper size of this file."
5694
  msgstr ""
5695
 
5696
- #: admin.php:3525
5697
  msgid "Archive is expected to be size:"
5698
  msgstr ""
5699
 
5700
- #: admin.php:3409
5701
  msgid "If making a request for support, please include this information:"
5702
  msgstr ""
5703
 
5704
- #: admin.php:3408
5705
  msgid "ABORT: Could not find the information on which entities to restore."
5706
  msgstr ""
5707
 
5708
- #: admin.php:3362
5709
  msgid "UpdraftPlus Restoration: Progress"
5710
  msgstr ""
5711
 
5712
- #: admin.php:3314
5713
  msgid "This backup does not exist in the backup history - restoration aborted. Timestamp:"
5714
  msgstr ""
5715
 
5716
- #: admin.php:3263
5717
  msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
5718
  msgstr ""
5719
 
5720
- #: admin.php:3198
5721
  msgid "Press here to download"
5722
  msgstr ""
5723
 
5724
- #: admin.php:3272
5725
  msgid "Delete this backup set"
5726
  msgstr ""
5727
 
5728
- #: admin.php:2945
5729
  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."
5730
  msgstr ""
5731
 
5732
- #: admin.php:2942
5733
  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."
5734
  msgstr ""
5735
 
5736
- #: admin.php:2940
5737
  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)."
5738
  msgstr ""
5739
 
5740
- #: methods/cloudfiles.php:448 methods/openstack-base.php:513 methods/s3.php:799
 
5741
  msgid "Your web server's PHP installation does not included a required module (%s). Please contact your web hosting provider's support."
5742
  msgstr ""
5743
 
@@ -5773,23 +5826,23 @@ msgstr ""
5773
  msgid "Use the server's SSL certificates"
5774
  msgstr ""
5775
 
5776
- #: admin.php:2816
5777
  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."
5778
  msgstr ""
5779
 
5780
- #: admin.php:2816
5781
  msgid "click here"
5782
  msgstr "এখানে ক্লিক করুন"
5783
 
5784
- #: admin.php:2816
5785
  msgid "or, to reset this option"
5786
  msgstr ""
5787
 
5788
- #: admin.php:2816
5789
  msgid "Follow this link to attempt to create the directory and set the permissions"
5790
  msgstr ""
5791
 
5792
- #: admin.php:2808
5793
  msgid "Backup directory specified is writable, which is good."
5794
  msgstr ""
5795
 
@@ -5821,15 +5874,15 @@ msgstr ""
5821
  msgid "Advanced / Debugging Settings"
5822
  msgstr ""
5823
 
5824
- #: admin.php:558
5825
  msgid "Requesting start of backup..."
5826
  msgstr ""
5827
 
5828
- #: addons/morefiles.php:232 admin.php:574
5829
  msgid "Cancel"
5830
  msgstr "বাতিল"
5831
 
5832
- #: addons/reporting.php:216 admin.php:3087
5833
  msgid "None"
5834
  msgstr "কোনটিই না"
5835
 
@@ -5853,11 +5906,11 @@ msgstr ""
5853
  msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
5854
  msgstr ""
5855
 
5856
- #: addons/morefiles.php:373 admin.php:2886
5857
  msgid "Exclude these:"
5858
  msgstr ""
5859
 
5860
- #: admin.php:2877
5861
  msgid "Any other directories found inside wp-content"
5862
  msgstr ""
5863
 
@@ -5873,44 +5926,44 @@ msgstr ""
5873
  msgid "To fix the time at which a backup should take place,"
5874
  msgstr ""
5875
 
5876
- #: admin.php:2802
5877
  msgid "Monthly"
5878
  msgstr "মাসিক"
5879
 
5880
- #: admin.php:2801
5881
  msgid "Fortnightly"
5882
  msgstr "পাক্ষিক"
5883
 
5884
- #: admin.php:2800
5885
  msgid "Weekly"
5886
  msgstr "সাপ্তাহিক"
5887
 
5888
- #: admin.php:2799
5889
  msgid "Daily"
5890
  msgstr ""
5891
 
5892
- #: admin.php:581 admin.php:2782
5893
  msgid "Download log file"
5894
  msgstr "লগ ফাইল ডাউনলোড করুন"
5895
 
5896
- #: admin.php:2700
5897
  msgid "The folder exists, but your webserver does not have permission to write to it."
5898
  msgstr ""
5899
 
5900
- #: admin.php:2695
5901
  msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it. You should check with your hosting provider that this will not cause any problems"
5902
  msgstr ""
5903
 
5904
- #: admin.php:2681
5905
  msgid "The request to the filesystem to create the directory failed."
5906
  msgstr ""
5907
 
5908
- #: addons/migrator.php:2243 admin.php:575 admin.php:2597 admin.php:2630
5909
- #: admin.php:3272 templates/wp-admin/settings/delete-and-restore-modals.php:5
5910
  msgid "Delete"
5911
  msgstr "মুছুন"
5912
 
5913
- #: admin.php:2537
5914
  msgid "show log"
5915
  msgstr "লগ দেখান"
5916
 
@@ -6023,7 +6076,7 @@ msgstr ""
6023
  msgid "Delete backup set"
6024
  msgstr ""
6025
 
6026
- #: admin.php:557
6027
  msgid "Download error: the server sent us a response which we did not understand."
6028
  msgstr ""
6029
 
@@ -6034,13 +6087,13 @@ msgstr ""
6034
  #: addons/migrator.php:1879 addons/migrator.php:1889 addons/migrator.php:1894
6035
  #: addons/s3-enhanced.php:120 addons/s3-enhanced.php:125
6036
  #: addons/s3-enhanced.php:127 addons/sftp.php:736 addons/webdav.php:79
6037
- #: admin.php:82 admin.php:549 admin.php:3530 admin.php:3560
6038
  #: methods/remotesend.php:76 methods/remotesend.php:234
6039
- #: methods/updraftvault.php:434 restorer.php:1353
6040
  msgid "Error:"
6041
  msgstr ""
6042
 
6043
- #: admin.php:540 templates/wp-admin/settings/downloading-and-restoring.php:34
6044
  msgid "calculating..."
6045
  msgstr ""
6046
 
@@ -6079,37 +6132,37 @@ msgstr "অপেরা ওযেব ব্রাউজার"
6079
  msgid "More tasks:"
6080
  msgstr "আরও টাস্ক:"
6081
 
6082
- #: admin.php:2300
6083
  msgid "Download most recently modified log file"
6084
  msgstr ""
6085
 
6086
- #: admin.php:2259 admin.php:2265 central/bootstrap.php:161
6087
  msgid "(Nothing yet logged)"
6088
  msgstr ""
6089
 
6090
- #: addons/autobackup.php:293 addons/autobackup.php:384 admin.php:2258
6091
- #: admin.php:2263
6092
  msgid "Last log message"
6093
  msgstr ""
6094
 
6095
- #: addons/migrator.php:218 admin.php:580 admin.php:3263
6096
  #: templates/wp-admin/settings/tab-status.php:30
6097
  msgid "Restore"
6098
  msgstr "পুনঃস্থাপন"
6099
 
6100
- #: admin.php:410 admin.php:573 templates/wp-admin/settings/tab-status.php:27
6101
  msgid "Backup Now"
6102
  msgstr ""
6103
 
6104
- #: addons/migrator.php:1774 addons/moredatabase.php:235
6105
- #: addons/reporting.php:231 admin.php:233 admin.php:3062 admin.php:3135
6106
- #: admin.php:3614 includes/class-wpadmin-commands.php:138
6107
  #: templates/wp-admin/settings/delete-and-restore-modals.php:81
6108
  #: templates/wp-admin/settings/delete-and-restore-modals.php:83
6109
  msgid "Database"
6110
  msgstr ""
6111
 
6112
- #: admin.php:229 admin.php:4005
6113
  msgid "Files"
6114
  msgstr ""
6115
 
@@ -6133,15 +6186,15 @@ msgstr ""
6133
  msgid "JavaScript warning"
6134
  msgstr ""
6135
 
6136
- #: admin.php:560 admin.php:2327
6137
  msgid "Delete Old Directories"
6138
  msgstr ""
6139
 
6140
- #: admin.php:2081
6141
  msgid "Current limit is:"
6142
  msgstr ""
6143
 
6144
- #: admin.php:2055
6145
  msgid "Your backup has been restored."
6146
  msgstr ""
6147
 
@@ -6153,111 +6206,111 @@ msgstr ""
6153
  msgid "Lead developer's homepage"
6154
  msgstr "প্রধান ডেভেলপার এর হোমপেজে"
6155
 
6156
- #: admin.php:3927
6157
  msgid "Your settings have been wiped."
6158
  msgstr ""
6159
 
6160
- #: admin.php:2015
6161
  msgid "Backup directory successfully created."
6162
  msgstr ""
6163
 
6164
- #: admin.php:2008
6165
  msgid "Backup directory could not be created"
6166
  msgstr ""
6167
 
6168
- #: admin.php:2569
6169
  msgid "Old directory removal failed for some reason. You may want to do this manually."
6170
  msgstr ""
6171
 
6172
- #: admin.php:2567
6173
  msgid "Old directories successfully removed."
6174
  msgstr ""
6175
 
6176
- #: admin.php:2564
6177
  msgid "Remove old directories"
6178
  msgstr ""
6179
 
6180
- #: addons/migrator.php:281 addons/migrator.php:296 admin.php:1957
6181
- #: admin.php:1966 admin.php:1975 admin.php:2017 admin.php:2571
6182
  msgid "Return to UpdraftPlus Configuration"
6183
  msgstr ""
6184
 
6185
- #: admin.php:553 admin.php:1957 admin.php:1966 admin.php:1975 admin.php:2017
6186
- #: admin.php:2571 templates/wp-admin/settings/existing-backups-table.php:14
6187
  msgid "Actions"
6188
  msgstr ""
6189
 
6190
- #: admin.php:1946
6191
  msgid "Restore successful!"
6192
  msgstr ""
6193
 
6194
- #: admin.php:1876
6195
  msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
6196
  msgstr ""
6197
 
6198
- #: admin.php:1786
6199
  msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
6200
  msgstr ""
6201
 
6202
- #: admin.php:1667
6203
  msgid "No local copy present."
6204
  msgstr ""
6205
 
6206
- #: admin.php:1664
6207
  msgid "Download in progress"
6208
  msgstr "ডাউনলোড হচ্ছে"
6209
 
6210
- #: admin.php:552 admin.php:1652
6211
  msgid "File ready."
6212
  msgstr "ফাইল তৈরি।"
6213
 
6214
- #: admin.php:1633
6215
  msgid "Download failed"
6216
  msgstr ""
6217
 
6218
- #: admin.php:550 admin.php:1424 admin.php:3513 class-updraftplus.php:980
6219
  #: class-updraftplus.php:1024 methods/addon-base.php:75
6220
  #: methods/addon-base.php:80 methods/addon-base.php:194
6221
- #: methods/addon-base.php:214 methods/stream-base.php:201 restorer.php:2184
6222
- #: restorer.php:2209 restorer.php:2291 updraftplus.php:147
6223
  msgid "Error"
6224
  msgstr ""
6225
 
6226
- #: admin.php:1452
6227
  msgid "Could not find that job - perhaps it has already finished?"
6228
  msgstr ""
6229
 
6230
- #: admin.php:1444
6231
  msgid "Job deleted"
6232
  msgstr ""
6233
 
6234
- #: admin.php:1528
6235
  msgid "OK. You should soon see activity in the \"Last log message\" field below."
6236
  msgstr ""
6237
 
6238
- #: admin.php:624
6239
  msgid "Nothing yet logged"
6240
  msgstr ""
6241
 
6242
- #: admin.php:830
6243
  msgid "Please consult this FAQ if you have problems backing up."
6244
  msgstr ""
6245
 
6246
- #: admin.php:830
6247
  msgid "Your website is hosted using the %s web server."
6248
  msgstr ""
6249
 
6250
- #: admin.php:826
6251
  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."
6252
  msgstr ""
6253
 
6254
- #: admin.php:822
6255
  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."
6256
  msgstr ""
6257
 
6258
- #: admin.php:814 admin.php:818 admin.php:822 admin.php:826 admin.php:830
6259
- #: admin.php:839 admin.php:2933 admin.php:2940 admin.php:2942
6260
- #: methods/cloudfiles.php:448 methods/ftp.php:284
6261
  #: methods/openstack-base.php:513 methods/s3.php:795 methods/s3.php:799
6262
  #: methods/updraftvault.php:260
6263
  #: templates/wp-admin/settings/downloading-and-restoring.php:29
@@ -6265,23 +6318,23 @@ msgstr ""
6265
  msgid "Warning"
6266
  msgstr "সতর্কতা"
6267
 
6268
- #: admin.php:763
6269
  msgid "Add-Ons / Pro Support"
6270
  msgstr "অ্যাড অন / প্রো সাপোর্ট"
6271
 
6272
- #: admin.php:426 admin.php:759 templates/wp-admin/settings/tab-bar.php:7
6273
  msgid "Settings"
6274
  msgstr "সেটিংস"
6275
 
6276
- #: admin.php:732
6277
  msgid "Allowed Files"
6278
  msgstr ""
6279
 
6280
- #: backup.php:229
6281
  msgid "Could not create %s zip. Consult the log file for more information."
6282
  msgstr ""
6283
 
6284
- #: backup.php:1973
6285
  msgid "Infinite recursion: consult your log for more information"
6286
  msgstr ""
6287
 
@@ -6293,71 +6346,71 @@ msgstr ""
6293
  msgid "Like UpdraftPlus and can spare one minute?"
6294
  msgstr ""
6295
 
6296
- #: addons/azure.php:217 class-updraftplus.php:3559 methods/googledrive.php:838
6297
  msgid "File not found"
6298
  msgstr "ফাইলটি খুঁজে পাওয়া যায় নি"
6299
 
6300
- #: class-updraftplus.php:3470
6301
  msgid "The decryption key used:"
6302
  msgstr ""
6303
 
6304
- #: class-updraftplus.php:3470 class-updraftplus.php:3745 restorer.php:378
6305
  msgid "Decryption failed. The most likely cause is that you used the wrong key."
6306
  msgstr ""
6307
 
6308
- #: class-updraftplus.php:3459 class-updraftplus.php:3728 restorer.php:368
6309
  msgid "Decryption failed. The database file is encrypted, but you have no encryption key entered."
6310
  msgstr ""
6311
 
6312
- #: backup.php:1872
6313
  msgid "Could not open the backup file for writing"
6314
  msgstr ""
6315
 
6316
- #: class-updraftplus.php:3099
6317
  msgid "Could not save backup history because we have no backup array. Backup probably failed."
6318
  msgstr ""
6319
 
6320
- #: class-updraftplus.php:3076
6321
  msgid "Could not read the directory"
6322
  msgstr "ডিরেক্টরিটি পড়া যায়নি"
6323
 
6324
- #: admin.php:1704 backup.php:1124 restorer.php:225
6325
  msgid "Backup directory (%s) is not writable, or does not exist."
6326
  msgstr ""
6327
 
6328
- #: backup.php:928
6329
  msgid "WordPress backup is complete"
6330
  msgstr "ওয়ার্ডপ্রেস ব্যাক-আপ সমাপ্ত"
6331
 
6332
- #: class-updraftplus.php:2649
6333
  msgid "The backup attempt has finished, apparently unsuccessfully"
6334
  msgstr ""
6335
 
6336
- #: class-updraftplus.php:2634
6337
  msgid "The backup apparently succeeded and is now complete"
6338
  msgstr ""
6339
 
6340
- #: addons/moredatabase.php:320
6341
  msgid "Encryption error occurred when encrypting database. Encryption aborted."
6342
  msgstr ""
6343
 
6344
- #: class-updraftplus.php:2061
6345
  msgid "Could not create files in the backup directory. Backup aborted - check your UpdraftPlus settings."
6346
  msgstr "ব্যাকআপ ডিরেক্টরিতে ফাইল তৈরি করা সম্ভব হয় নি। ব্যাকআপ বন্ধ হয়ে গিয়্যেছে - আপনার UpdraftPlus সেটিংস দেখুন।"
6347
 
6348
- #: class-updraftplus.php:1453
6349
  msgid "Others"
6350
  msgstr "অন্যান্য"
6351
 
6352
- #: addons/multisite.php:455 class-updraftplus.php:1438
6353
  msgid "Uploads"
6354
  msgstr "আপলোডসমূহ"
6355
 
6356
- #: class-updraftplus.php:1437
6357
  msgid "Themes"
6358
  msgstr "থিমসমূহ"
6359
 
6360
- #: class-updraftplus.php:1436
6361
  msgid "Plugins"
6362
  msgstr "প্লাগইন"
6363
 
@@ -6365,16 +6418,16 @@ msgstr "প্লাগইন"
6365
  msgid "No log files were found."
6366
  msgstr "কোনও লগ ফাইল খুঁজে পাওয়া যায় নি।"
6367
 
6368
- #: admin.php:1587 admin.php:1591 class-updraftplus.php:389
6369
  msgid "The log file could not be read."
6370
  msgstr "লগ ফাইলটি পড়া সম্ভব হয় নি।"
6371
 
6372
- #: admin.php:846 admin.php:850 admin.php:854 admin.php:858 admin.php:862
6373
  #: class-updraftplus.php:354 class-updraftplus.php:389
6374
  #: class-updraftplus.php:394 class-updraftplus.php:399
6375
  msgid "UpdraftPlus notice:"
6376
  msgstr "UpdraftPlus নোটিশ:"
6377
 
6378
- #: addons/multisite.php:66 addons/multisite.php:663 options.php:41
6379
  msgid "UpdraftPlus Backups"
6380
  msgstr "UpdraftPlus ব্যাকআপসমূহ"
11
  "Language: bn\n"
12
  "Project-Id-Version: UpdraftPlus\n"
13
 
14
+ #: restorer.php:1629
15
+ msgid "Skipped tables:"
16
+ msgstr ""
17
+
18
+ #: class-updraftplus.php:4049
19
+ msgid "This database backup has the following WordPress tables excluded: %s"
20
+ msgstr ""
21
+
22
+ #: admin.php:2271
23
+ msgid "With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too."
24
+ msgstr ""
25
+
26
+ #: admin.php:2271
27
+ msgid "All WordPress tables will be backed up."
28
+ msgstr ""
29
+
30
+ #: admin.php:675
31
+ msgid "Further information may be found in the browser JavaScript console, and the server PHP error logs."
32
+ msgstr ""
33
+
34
+ #: admin.php:675
35
+ msgid "That you are attempting to upload a zip file previously created by UpdraftPlus."
36
+ msgstr ""
37
+
38
+ #: admin.php:675
39
+ msgid "The available memory on the server."
40
+ msgstr ""
41
+
42
+ #: admin.php:675
43
+ msgid "Any settings in your .htaccess or web.config file that affects the maximum upload or post size."
44
+ msgstr ""
45
+
46
+ #: admin.php:675
47
+ msgid "The file failed to upload. Please check the following:"
48
+ msgstr ""
49
+
50
+ #: admin.php:674
51
+ msgid "HTTP code:"
52
+ msgstr ""
53
+
54
+ #: admin.php:572
55
+ msgid "You have chosen to backup a database, but no tables have been selected"
56
+ msgstr ""
57
+
58
+ #: addons/moredatabase.php:484
59
+ msgid "tables"
60
+ msgstr ""
61
+
62
+ #: addons/moredatabase.php:483
63
+ msgid "WordPress database"
64
+ msgstr ""
65
+
66
+ #: addons/moredatabase.php:476
67
+ msgid "You should backup all tables unless you are an expert in the internals of the WordPress database."
68
+ msgstr ""
69
+
70
  #: templates/wp-admin/settings/tab-addons.php:300
71
  msgid "Everyone can use the free version; but UpdraftGold bundles an enhanced paid version."
72
  msgstr ""
237
  msgid "After you've backed up your database, we recommend you install our WP-Optimize plugin to streamline it for better website performance."
238
  msgstr ""
239
 
240
+ #: admin.php:595
241
  msgid "Show contents"
242
  msgstr ""
243
 
244
+ #: addons/morefiles.php:246
245
  msgid "Please choose a file or directory"
246
  msgstr ""
247
 
248
+ #: addons/morefiles.php:235
249
  msgid "Confirm"
250
  msgstr ""
251
 
252
+ #: addons/morefiles.php:238
253
  msgid "Go up a directory"
254
  msgstr ""
255
 
257
  msgid "Add directory..."
258
  msgstr ""
259
 
260
+ #: addons/morefiles.php:224 addons/morefiles.php:244
261
  msgid "Edit"
262
  msgstr ""
263
 
529
  msgid "Export / import settings"
530
  msgstr ""
531
 
532
+ #: restorer.php:1995
533
  msgid "Skipping site %s: this table (%s) and others from the site will not be restored"
534
  msgstr ""
535
 
536
+ #: restorer.php:1814
537
  msgid "Processing table (%s)"
538
  msgstr ""
539
 
540
+ #: restorer.php:1595
541
  msgid "Backup of: %s"
542
  msgstr ""
543
 
545
  msgid "The client has been deleted from the Google Drive API console. Please create a new Google Drive project and reconnect with UpdraftPlus."
546
  msgstr ""
547
 
548
+ #: methods/dropbox.php:569
549
  msgid "%s de-authentication"
550
  msgstr ""
551
 
552
+ #: methods/dropbox.php:537
553
  msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
554
  msgstr ""
555
 
556
+ #: methods/dropbox.php:511
557
  msgid "Follow this link to deauthenticate with %s."
558
  msgstr ""
559
 
561
  msgid "UpdraftCentral enables control of your WordPress sites (including management of backups and updates) from a central dashboard."
562
  msgstr ""
563
 
564
+ #: backup.php:1495
565
  msgid "If not, you will need to either remove data from this table, or contact your hosting company to request more resources."
566
  msgstr ""
567
 
569
  msgid "You have selected a remote storage option which has an authorization step to complete:"
570
  msgstr ""
571
 
572
+ #: admin.php:1391
573
  msgid "Remote files deleted:"
574
  msgstr ""
575
 
576
+ #: admin.php:1390
577
  msgid "Local files deleted:"
578
  msgstr ""
579
 
580
+ #: admin.php:887 admin.php:891 admin.php:899 admin.php:903
581
  msgid "Follow this link to authorize access to your %s account (you will not be able to back up to %s without it)."
582
  msgstr ""
583
 
584
+ #: admin.php:673
585
  msgid "remote files deleted"
586
  msgstr ""
587
 
588
+ #: admin.php:671
589
  msgid "Complete"
590
  msgstr ""
591
 
592
+ #: admin.php:670
593
  msgid "Do you want to carry out the import?"
594
  msgstr ""
595
 
596
+ #: admin.php:669
597
  msgid "Which was exported on:"
598
  msgstr ""
599
 
600
+ #: admin.php:668
601
  msgid "This will import data from:"
602
  msgstr ""
603
 
604
+ #: admin.php:667
605
  msgid "Importing..."
606
  msgstr ""
607
 
608
+ #: admin.php:664
609
  msgid "You have not yet selected a file to import."
610
  msgstr ""
611
 
612
+ #: admin.php:648
613
  msgid "Your export file will be of your displayed settings, not your saved ones."
614
  msgstr ""
615
 
654
  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"
655
  msgstr "এভাবে \"টাইম-আউট\" হতে পারে। আপনাকে safe_mode বন্ধ করার অথবা একসাথে শুধুমাত্র একটা জিনিস পুনরুদ্ধার করার পরামর্শ দেয়া হচ্ছে"
656
 
657
+ #: admin.php:2096
658
  msgid "To fix this problem go here."
659
  msgstr "এই সমস্যা সমাধান করতে এখানে যান।"
660
 
661
+ #: admin.php:2096
662
  msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
663
  msgstr "অপটিমাইজপ্রেস ২.০ এর কন্টেন্টসমূহ সঙ্কেতাক্ষরে লিখে রাখে, তাই সার্চ/প্রতিস্থাপন কাজ করে না।"
664
 
665
+ #: admin.php:633
666
  msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
667
  msgstr "আপনার পিএইচপি ইনস্টলের ওপেন এসএসএল (SSL) মডিউল নেই, যার ফলে এটা বেশ কয়েক মিনিট সময় নিতে পারে। তারপরও যদি কিছু না ঘটে, তবে অপেক্ষাকৃত ছোট \"key size\" ব্যাবহার করুন। অথবা আপনার হোস্টিং কোম্পানিকে জিজ্ঞাস করুন কিভাবে পিএইচপি ইনস্টলের ওপেন এসএসএল (SSL) মডিউল চালু করতে হয়।"
668
 
722
  msgid "FAQs"
723
  msgstr "বার বার জিজ্ঞাসিত প্রশ্নসমূহ"
724
 
725
+ #: udaddons/plugin-updates/plugin-update-checker.php:824
726
  msgid "Unknown update checker status \"%s\""
727
  msgstr "অজানা হালনাগাদ পরীক্ষার অবস্থা \"%s\""
728
 
729
+ #: udaddons/plugin-updates/plugin-update-checker.php:822
730
  msgid "A new version of this plugin is available."
731
  msgstr "এই প্লাগিনটির একটি নতুন সংস্করণ পাওয়া যাচ্ছে।"
732
 
733
+ #: udaddons/plugin-updates/plugin-update-checker.php:820
734
  msgid "This plugin is up to date."
735
  msgstr "আপনি এই প্লাগিনটির সর্বশেষ সংস্করণ ব্যবহার করছেন।"
736
 
737
+ #: udaddons/plugin-updates/plugin-update-checker.php:776
738
  msgid "Check for updates"
739
  msgstr "নতুন সংস্করণ খুজুন"
740
 
741
+ #: udaddons/plugin-updates/github-checker.php:119
742
  msgid "There is no changelog available."
743
  msgstr "পরিবর্তনের কোন তালিকা পাওয়া যায় নি।"
744
 
766
  msgid "Public key was sent to:"
767
  msgstr "পাবলিক কি টি পাঠানো হয়েছিল:"
768
 
769
+ #: backup.php:2054
770
  msgid "Failed to open directory (check the file permissions and ownership): %s"
771
  msgstr "ডিরেক্টরি খুলতে ব্যর্থ (ফাইলের মালিকানা ও পাঠের অনুমতি পরীক্ষা করুন): %s"
772
 
773
+ #: backup.php:2032
774
  msgid "%s: unreadable file - could not be backed up (check the file permissions and ownership)"
775
  msgstr "%s: অপাঠযোগ্য ফাইল - ব্যাকআপ নেওয়া সম্ভব নয় (ফাইলের মালিকানা ও পাঠের অনুমতি পরীক্ষা করুন)"
776
 
836
  msgid "This backup archive is %s MB in size - the attempt to send this via email is likely to fail (few email servers allow attachments of this size). If so, you should switch to using a different remote storage method."
837
  msgstr ""
838
 
839
+ #: class-updraftplus.php:1484
840
  msgid "Size: %s MB"
841
  msgstr "সাইজঃ %s MB"
842
 
856
  msgid "Now"
857
  msgstr "এখন"
858
 
859
+ #: class-updraftplus.php:3913 restorer.php:996
860
  msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
861
  msgstr ""
862
 
978
  msgid "UpdraftCentral Connection"
979
  msgstr ""
980
 
981
+ #: backup.php:837 class-updraftplus.php:2715
982
  msgid "The backup was aborted by the user"
983
  msgstr ""
984
 
985
+ #: admin.php:3953
986
  msgid "Your settings have been saved."
987
  msgstr "আপনার সেটিংস সংরক্ষণ করা হয়েছে। "
988
 
989
+ #: admin.php:3146
990
  msgid "Total backup size:"
991
  msgstr ""
992
 
993
+ #: admin.php:2593
994
  msgid "stop"
995
  msgstr ""
996
 
997
+ #: admin.php:2431
998
  msgid "The backup has finished running"
999
  msgstr ""
1000
 
1020
  msgid "calculate"
1021
  msgstr "গণনা করুন"
1022
 
1023
+ #: admin.php:647
1024
  msgid "You should save your changes to ensure that they are used for making your backup."
1025
  msgstr ""
1026
 
1027
+ #: admin.php:641
1028
  msgid "We requested to delete the file, but could not understand the server's response"
1029
  msgstr ""
1030
 
1031
+ #: admin.php:640
1032
  msgid "Please enter a valid URL"
1033
  msgstr "দয়া করে সঠিক URL প্রবেশ করান"
1034
 
1035
+ #: admin.php:623
1036
  msgid "Saving..."
1037
  msgstr "সংরক্ষণ হচ্ছে..."
1038
 
1039
+ #: admin.php:586
1040
  msgid "Error: the server sent us a response which we did not understand."
1041
  msgstr ""
1042
 
1043
+ #: admin.php:578
1044
  msgid "Fetching..."
1045
  msgstr "আনা হচ্ছে..."
1046
 
1052
  msgid "Barracuda have closed down Copy.Com, as of May 1st, 2016. See:"
1053
  msgstr ""
1054
 
1055
+ #: restorer.php:1618
1056
  msgid "Uploads URL:"
1057
  msgstr ""
1058
 
1059
+ #: backup.php:388
1060
  msgid "Unexpected error: no class '%s' was found (your UpdraftPlus installation seems broken - try re-installing)"
1061
  msgstr ""
1062
 
1064
  msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
1065
  msgstr ""
1066
 
1067
+ #: restorer.php:2019
1068
  msgid "Skipping table %s: this table will not be restored"
1069
  msgstr ""
1070
 
1071
+ #: class-updraftplus.php:3964 restorer.php:1642
1072
  msgid "To import an ordinary WordPress site into a multisite installation requires %s."
1073
  msgstr ""
1074
 
1075
+ #: class-updraftplus.php:3960
1076
  msgid "Please read this link for important information on this process."
1077
  msgstr ""
1078
 
1079
+ #: class-updraftplus.php:3960
1080
  msgid "It will be imported as a new site."
1081
  msgstr ""
1082
 
1083
+ #: admin.php:2244 templates/wp-admin/notices/horizontal-notice.php:16
1084
  #: templates/wp-admin/notices/horizontal-notice.php:18
1085
  msgid "Dismiss"
1086
  msgstr "খারিজ"
1087
 
1088
+ #: admin.php:659
1089
  msgid "Please fill in the required information."
1090
  msgstr ""
1091
 
1092
+ #: addons/multisite.php:556
1093
  msgid "Read more..."
1094
  msgstr "আরও পড়ুন..."
1095
 
1096
+ #: addons/multisite.php:556
1097
  msgid "N.B. this option only affects the restoration of the database and uploads - other file entities (such as plugins) in WordPress are shared by the whole network."
1098
  msgstr ""
1099
 
1100
+ #: addons/multisite.php:547
1101
  msgid "may include some site-wide data"
1102
  msgstr ""
1103
 
1104
+ #: addons/multisite.php:542
1105
  msgid "All sites"
1106
  msgstr ""
1107
 
1108
+ #: addons/multisite.php:538
1109
  msgid "Which site to restore"
1110
  msgstr ""
1111
 
1112
+ #: addons/multisite.php:374 addons/multisite.php:384
1113
  msgid "Restoring only the site with id=%s: removing other data (if any) from the unpacked backup"
1114
  msgstr ""
1115
 
1157
  msgid "Call WordPress action:"
1158
  msgstr ""
1159
 
1160
+ #: admin.php:2279
1161
  msgid "Your saved settings also affect what is backed up - e.g. files excluded."
1162
  msgstr ""
1163
 
1164
+ #: admin.php:3554
1165
  msgid "Skipping: this archive was already restored."
1166
  msgstr ""
1167
 
1193
  msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
1194
  msgstr ""
1195
 
1196
+ #: admin.php:3835
1197
  msgid "Send this backup to remote storage"
1198
  msgstr ""
1199
 
1200
+ #: admin.php:3833
1201
  msgid "Check out UpdraftPlus Vault."
1202
  msgstr ""
1203
 
1204
+ #: admin.php:3833
1205
  msgid "Not got any remote storage?"
1206
  msgstr ""
1207
 
1208
+ #: admin.php:3833
1209
  msgid "settings"
1210
  msgstr "সেটিংস"
1211
 
1212
+ #: admin.php:3833
1213
  msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
1214
  msgstr ""
1215
 
1216
+ #: admin.php:2277
1217
  msgid "Include any files in the backup"
1218
  msgstr ""
1219
 
1220
+ #: admin.php:2263
1221
  msgid "Include the database in the backup"
1222
  msgstr ""
1223
 
1224
+ #: admin.php:2243
1225
  msgid "Continue restoration"
1226
  msgstr ""
1227
 
1228
+ #: admin.php:2238
1229
  msgid "You have an unfinished restoration operation, begun %s ago."
1230
  msgstr ""
1231
 
1232
+ #: admin.php:2237
1233
  msgid "Unfinished restoration"
1234
  msgstr ""
1235
 
1236
+ #: admin.php:2235
1237
  msgid "%s minutes, %s seconds"
1238
  msgstr ""
1239
 
1240
+ #: admin.php:2182
1241
  msgid "Backup Contents And Schedule"
1242
  msgstr ""
1243
 
1245
  msgid "Premium / Extensions"
1246
  msgstr ""
1247
 
1248
+ #: admin.php:1962 admin.php:1971
1249
  msgid "Sufficient information about the in-progress restoration operation could not be found."
1250
  msgstr ""
1251
 
1252
+ #: admin.php:646
1253
  msgctxt "(verb)"
1254
  msgid "Download"
1255
  msgstr ""
1256
 
1257
+ #: admin.php:571
1258
  msgid "You have chosen to backup files, but no file entities have been selected"
1259
  msgstr ""
1260
 
1261
+ #: admin.php:480
1262
  msgid "Extensions"
1263
  msgstr ""
1264
 
1265
+ #: admin.php:472 templates/wp-admin/settings/tab-bar.php:8
1266
  msgid "Advanced Tools"
1267
  msgstr ""
1268
 
1395
  msgid "Could not access container"
1396
  msgstr ""
1397
 
1398
+ #: class-updraftplus.php:2732
1399
  msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
1400
  msgstr ""
1401
 
1402
+ #: backup.php:1547
1403
  msgid "the options table was not found"
1404
  msgstr ""
1405
 
1406
+ #: backup.php:1545
1407
  msgid "no options or sitemeta table was found"
1408
  msgstr ""
1409
 
1410
+ #: backup.php:1545 backup.php:1547
1411
  msgid "The database backup appears to have failed"
1412
  msgstr ""
1413
 
1414
+ #: backup.php:1419
1415
  msgid "The backup directory is not writable (or disk space is full) - the database backup is expected to shortly fail."
1416
  msgstr ""
1417
 
1499
  msgid "You do not have UpdraftPlus completely installed - please de-install and install it again. Most likely, WordPress malfunctioned when copying the plugin files."
1500
  msgstr ""
1501
 
1502
+ #: restorer.php:778
1503
  msgid "Deferring..."
1504
  msgstr ""
1505
 
1528
  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)."
1529
  msgstr ""
1530
 
1531
+ #: admin.php:1389
1532
  msgid "Backup sets removed:"
1533
  msgstr ""
1534
 
1535
+ #: admin.php:658
1536
  msgid "Processing..."
1537
  msgstr ""
1538
 
1539
+ #: admin.php:656
1540
  msgid "For backups older than"
1541
  msgstr ""
1542
 
1543
+ #: admin.php:655
1544
  msgid "week(s)"
1545
  msgstr ""
1546
 
1547
+ #: admin.php:654
1548
  msgid "hour(s)"
1549
  msgstr ""
1550
 
1551
+ #: admin.php:653
1552
  msgid "day(s)"
1553
  msgstr ""
1554
 
1555
+ #: admin.php:652
1556
  msgid "in the month"
1557
  msgstr ""
1558
 
1559
+ #: admin.php:651
1560
  msgid "day"
1561
  msgstr ""
1562
 
1568
  msgid "Add an additional retention rule..."
1569
  msgstr ""
1570
 
1571
+ #: restorer.php:2116
1572
  msgid "This database needs to be deployed on MySQL version %s or later."
1573
  msgstr ""
1574
 
1575
+ #: restorer.php:2116
1576
  msgid "This problem is caused by trying to restore a database on a very old MySQL version that is incompatible with the source database."
1577
  msgstr ""
1578
 
1580
  msgid "You do not currently have any UpdraftPlus Vault quota"
1581
  msgstr ""
1582
 
1583
+ #: class-updraftplus.php:3999
1584
  msgid "You must upgrade MySQL to be able to use this database."
1585
  msgstr ""
1586
 
1587
+ #: class-updraftplus.php:3999
1588
  msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
1589
  msgstr ""
1590
 
1591
+ #: admin.php:2081
1592
  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."
1593
  msgstr ""
1594
 
1616
  msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
1617
  msgstr ""
1618
 
1619
+ #: admin.php:895
1620
  msgid "Go to the remote storage settings in order to connect."
1621
  msgstr ""
1622
 
1623
+ #: admin.php:895
1624
  msgid "%s has been chosen for remote storage, but you are not currently connected."
1625
  msgstr ""
1626
 
1628
  msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
1629
  msgstr "পেমেন্ট ইউএস ডলার, ইউরো বা GB pounds sterling এর মাধ্যমে কার্ড বা পেপ্যাল এর দ্বারা করতে হবে।"
1630
 
1631
+ #: admin.php:629
1632
  msgid "Update quota count"
1633
  msgstr " প্রাপ্য সংখ্যা হালনাগাদ"
1634
 
1635
+ #: admin.php:628
1636
  msgid "Counting..."
1637
  msgstr "গণনা করা হচ্ছে..."
1638
 
1639
+ #: admin.php:627
1640
  msgid "Disconnecting..."
1641
  msgstr "সংযোগ বিচ্ছিন্ন করা হচ্ছে..."
1642
 
1643
+ #: admin.php:625
1644
  msgid "Connecting..."
1645
  msgstr "সংযোগ করা হচ্ছে..."
1646
 
1666
  msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
1667
  msgstr "%s ইরোর: আপনার যথেষ্ট প্রাপ্য(%s) নেই আর্কাইভটি(%s) আপলোড করার জন্য।"
1668
 
1669
+ #: admin.php:626 methods/updraftvault.php:362
1670
  msgid "Disconnect"
1671
  msgstr "সংযোগ বিচ্ছিন্ন করুন"
1672
 
1760
  msgid "Delete failed:"
1761
  msgstr "ডিলিট ব্যর্থ:"
1762
 
1763
+ #: backup.php:2994
1764
  msgid "The zip engine returned the message: %s."
1765
  msgstr "Zip engine টি এই বার্তা নিয়ে এসেছে: %s।"
1766
 
1784
  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."
1785
  msgstr ""
1786
 
1787
+ #: addons/migrator.php:1742 admin.php:635
1788
  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."
1789
  msgstr ""
1790
 
1856
  msgid "This storage method does not allow downloading"
1857
  msgstr "এই স্টোরেজ পদ্ধতি ডাউনলোড করার অনুমতি দেয় না"
1858
 
1859
+ #: admin.php:3314
1860
  msgid "(backup set imported from remote location)"
1861
  msgstr "(ব্যাকআপ সেট দূরবর্তী অবস্থান থেকে আমদানি করা হয়েছে)"
1862
 
1876
  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."
1877
  msgstr ""
1878
 
1879
+ #: addons/migrator.php:1770 admin.php:642
1880
  msgid "Testing connection..."
1881
  msgstr "কানেকশন পরীক্ষা করা হচ্ছে..."
1882
 
1883
+ #: admin.php:639
1884
  msgid "Deleting..."
1885
  msgstr "মুছে ফেলা হচ্ছে..."
1886
 
1887
+ #: admin.php:638
1888
  msgid "key name"
1889
  msgstr "চাবির(কি) নাম"
1890
 
1891
+ #: admin.php:636
1892
  msgid "Please give this key a name (e.g. indicate the site it is for):"
1893
  msgstr "এই চাবিকাঠির একটি নাম দিন (e.g. indicate the site it is for):"
1894
 
1895
+ #: admin.php:633
1896
  msgid "Creating..."
1897
  msgstr "তৈরি করা হচ্ছে..."
1898
 
1916
  msgid "Or, send a backup to another site"
1917
  msgstr "অথবা, ব্যাকআপ অন্য একটি সাইটে পাঠান"
1918
 
1919
+ #: addons/migrator.php:1937 admin.php:643
1920
  msgid "Send"
1921
  msgstr "পাঠান"
1922
 
1923
+ #: addons/migrator.php:1931 admin.php:634
1924
  msgid "Send to site:"
1925
  msgstr ""
1926
 
1984
  msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
1985
  msgstr ""
1986
 
1987
+ #: addons/migrator.php:2180 admin.php:631
1988
  msgid "Add site"
1989
  msgstr "সাইট যুক্ত করুন"
1990
 
1991
+ #: admin.php:630
1992
  msgid "Adding..."
1993
  msgstr "যুক্ত করা হচ্ছে..."
1994
 
1996
  msgid "Claim not granted - perhaps you have already used this purchase somewhere else, or your paid period for downloading from updraftplus.com has expired?"
1997
  msgstr ""
1998
 
1999
+ #: restorer.php:2118
2000
  msgid "To use this backup, your database server needs to support the %s character set."
2001
  msgstr ""
2002
 
2020
  msgid "To import a backup set, go to the \"Existing Backups\" tab"
2021
  msgstr ""
2022
 
2023
+ #: admin.php:622 admin.php:647 admin.php:648
2024
  msgid "You have made changes to your settings, and not saved."
2025
  msgstr ""
2026
 
2217
  msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
2218
  msgstr ""
2219
 
2220
+ #: restorer.php:2221
2221
  msgid "Uploads path (%s) has changed during a migration - resetting (to: %s)"
2222
  msgstr ""
2223
 
2282
  msgid "(at same time as files backup)"
2283
  msgstr ""
2284
 
2285
+ #: admin.php:2840
2286
  msgid "No backup has been completed"
2287
  msgstr ""
2288
 
2326
  msgid "You are currently using the free version of UpdraftPlus from wordpress.org."
2327
  msgstr "আপনি বর্তমানে wordpress.org থেকে প্রাপ্ত UpdraftPlus এর মুক্ত সংস্করণ ব্যবহার করছেন।"
2328
 
2329
+ #: addons/autobackup.php:991
2330
  msgid "Backup (where relevant) plugins, themes and the WordPress database with UpdraftPlus before updating"
2331
  msgstr ""
2332
 
2345
  msgid "or"
2346
  msgstr "অথবা"
2347
 
2348
+ #: admin.php:616
2349
  msgid "You did not select any components to restore. Please select at least one, and then try again."
2350
  msgstr ""
2351
 
2376
  msgid "Check this box to have a basic report sent to"
2377
  msgstr ""
2378
 
2379
+ #: admin.php:2849
2380
  msgctxt "i.e. Non-automatic"
2381
  msgid "Manual"
2382
  msgstr ""
2383
 
2384
+ #: restorer.php:2095
2385
  msgctxt "The user is being told the number of times an error has happened, e.g. An error (27) occurred"
2386
  msgid "An error (%s) occurred:"
2387
  msgstr ""
2394
  msgid "Any other file/directory on your server that you wish to back up"
2395
  msgstr ""
2396
 
2397
+ #: admin.php:2098
2398
  msgid "For even more features and personal support, check out "
2399
  msgstr ""
2400
 
2401
+ #: restorer.php:2101
2402
  msgid "Create table failed - probably because there is no permission to drop tables and the table already exists; will continue"
2403
  msgstr ""
2404
 
2405
+ #: restorer.php:1233
2406
  msgid "Clearing cached pages (%s)..."
2407
  msgstr ""
2408
 
2409
+ #: addons/moredatabase.php:50
2410
  msgid "Database decryption phrase"
2411
  msgstr "ডাটাবেস ডিক্রিপশন শব্দগুচ্ছ"
2412
 
2413
+ #: addons/autobackup.php:131 addons/autobackup.php:966 admin.php:621
 
2414
  msgid "Automatic backup before update"
2415
  msgstr "আপডেট করার আগে স্বয়ংক্রিয় ব্যাকআপ"
2416
 
2498
  msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
2499
  msgstr ""
2500
 
2501
+ #: admin.php:2431 admin.php:3337
2502
  msgid "View Log"
2503
  msgstr ""
2504
 
2515
  msgid "and retain this many scheduled backups"
2516
  msgstr ""
2517
 
2518
+ #: admin.php:2810
2519
  msgid "incremental backup; base backup: %s"
2520
  msgstr ""
2521
 
2527
  msgid "Upload files into UpdraftPlus."
2528
  msgstr ""
2529
 
2530
+ #: admin.php:846 includes/class-commands.php:363
2531
  #: templates/wp-admin/settings/tab-status.php:22
2532
  msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
2533
  msgstr ""
2534
 
2535
+ #: class-updraftplus.php:3949
2536
  msgid "Backup label:"
2537
  msgstr ""
2538
 
2539
+ #: admin.php:1625
2540
  msgid "Error: unexpected file read fail"
2541
  msgstr ""
2542
 
2543
+ #: backup.php:3000
2544
  msgid "check your log for more details."
2545
  msgstr ""
2546
 
2547
+ #: backup.php:2998
2548
  msgid "your web hosting account appears to be full; please see: %s"
2549
  msgstr ""
2550
 
2551
+ #: backup.php:2996
2552
  msgid "A zip error occurred"
2553
  msgstr ""
2554
 
2576
  msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
2577
  msgstr ""
2578
 
2579
+ #: class-updraftplus.php:3968
2580
  msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
2581
  msgstr ""
2582
 
2583
+ #: class-updraftplus.php:3968
2584
  msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
2585
  msgstr ""
2586
 
2616
  msgid "You need to connect to receive future updates to UpdraftPlus."
2617
  msgstr ""
2618
 
2619
+ #: class-updraftplus.php:3941
2620
  msgid "Any support requests to do with %s should be raised with your web hosting company."
2621
  msgstr ""
2622
 
2623
+ #: class-updraftplus.php:3941
2624
  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."
2625
  msgstr ""
2626
 
2627
+ #: class-updraftplus.php:3941
2628
  msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
2629
  msgstr ""
2630
 
2631
+ #: class-updraftplus.php:3941
2632
  msgid "The site in this backup was running on a webserver with version %s of %s. "
2633
  msgstr ""
2634
 
2653
  msgid "UpdraftPlus is on social media - check us out!"
2654
  msgstr ""
2655
 
2656
+ #: admin.php:3398
2657
  msgid "Why am I seeing this?"
2658
  msgstr "আমি কেন এটি দেখছি?"
2659
 
2665
  msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
2666
  msgstr ""
2667
 
2668
+ #: admin.php:1573 admin.php:1585
2669
  msgid "Start backup"
2670
  msgstr "ব্যাকআপ শুরু করুন"
2671
 
2672
+ #: class-updraftplus.php:3913 restorer.php:996
2673
  msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
2674
  msgstr ""
2675
 
2676
+ #: admin.php:2754
2677
  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."
2678
  msgstr ""
2679
 
2681
  msgid "Unless you have a problem, you can completely ignore everything here."
2682
  msgstr ""
2683
 
2684
+ #: admin.php:1784
2685
  msgid "This file could not be uploaded"
2686
  msgstr "ফাইলটি আপলোড করা সম্ভব হয় নি"
2687
 
2688
+ #: admin.php:1749
2689
  msgid "You will find more information about this in the Settings section."
2690
  msgstr ""
2691
 
2705
  msgid "Memory limit"
2706
  msgstr ""
2707
 
2708
+ #: class-updraftplus.php:4071 restorer.php:1441
2709
  msgid "restoration"
2710
  msgstr ""
2711
 
2712
+ #: restorer.php:2046
2713
  msgid "Table to be implicitly dropped: %s"
2714
  msgstr ""
2715
 
2716
+ #: backup.php:832
2717
  msgid "Incremental"
2718
  msgstr ""
2719
 
2720
+ #: backup.php:832
2721
  msgid "Full backup"
2722
  msgstr ""
2723
 
2733
  msgid "Backup succeeded"
2734
  msgstr ""
2735
 
2736
+ #: admin.php:2850 admin.php:2851 admin.php:2852 updraftplus.php:92
2737
  #: updraftplus.php:93
2738
  msgid "Every %s hours"
2739
  msgstr ""
2772
  msgid "search term"
2773
  msgstr ""
2774
 
2775
+ #: restorer.php:2123
2776
  msgid "Too many database errors have occurred - aborting"
2777
  msgstr ""
2778
 
2779
+ #: backup.php:898
2780
  msgid "read more at %s"
2781
  msgstr ""
2782
 
2783
+ #: backup.php:898
2784
  msgid "Email reports created by UpdraftPlus (free edition) bring you the latest UpdraftPlus.com news"
2785
  msgstr ""
2786
 
2788
  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."
2789
  msgstr ""
2790
 
2791
+ #: admin.php:3166
2792
  msgid "You have not yet made any backups."
2793
  msgstr ""
2794
 
2808
  msgid "Free disk space in account:"
2809
  msgstr ""
2810
 
2811
+ #: admin.php:3924 templates/wp-admin/settings/tab-status.php:27
2812
  msgid "This button is disabled because your backup directory is not writable (see the settings)."
2813
  msgstr ""
2814
 
2815
+ #: admin.php:456 admin.php:590 admin.php:1438
2816
  #: includes/deprecated-actions.php:30
2817
  #: templates/wp-admin/settings/downloading-and-restoring.php:22
2818
  #: templates/wp-admin/settings/tab-bar.php:6
2819
  msgid "Existing Backups"
2820
  msgstr ""
2821
 
2822
+ #: admin.php:448 templates/wp-admin/settings/tab-bar.php:5
2823
  msgid "Current Status"
2824
  msgstr ""
2825
 
2826
+ #: admin.php:851
2827
  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."
2828
  msgstr ""
2829
 
2830
+ #: admin.php:851
2831
  msgid "To make a backup, just press the Backup Now button."
2832
  msgstr ""
2833
 
2834
+ #: admin.php:851
2835
  msgid "Welcome to UpdraftPlus!"
2836
  msgstr ""
2837
 
2838
+ #: addons/moredatabase.php:304
2839
  msgid "If you enter text here, it is used to encrypt database backups (Rijndael). <strong>Do make a separate record of it and do not lose it, or all your backups <em>will</em> be useless.</strong> This is also the key used to decrypt backups from this admin interface (so if you change it, then automatic decryption will not work until you change it back)."
2840
  msgstr ""
2841
 
2842
+ #: addons/moredatabase.php:255
2843
  msgid "Testing..."
2844
  msgstr ""
2845
 
2846
+ #: addons/moredatabase.php:242
2847
  msgid "Test connection..."
2848
  msgstr ""
2849
 
2850
+ #: addons/moredatabase.php:241
2851
  msgid "Table prefix"
2852
  msgstr ""
2853
 
2854
+ #: addons/moredatabase.php:235
2855
  msgid "Backup external database"
2856
  msgstr ""
2857
 
2858
+ #: addons/moredatabase.php:163
2859
  msgid "Add an external database to backup..."
2860
  msgstr ""
2861
 
2862
+ #: addons/moredatabase.php:159
2863
  msgid "If your database includes extra tables that are not part of this WordPress site (you will know if this is the case), then activate this option to also back them up."
2864
  msgstr ""
2865
 
2866
+ #: addons/moredatabase.php:158
2867
  msgid "Backup non-WordPress tables contained in the same database as WordPress"
2868
  msgstr ""
2869
 
2870
+ #: addons/moredatabase.php:158
2871
  msgid "This option will cause tables stored in the MySQL database which do not belong to WordPress (identified by their lacking the configured WordPress prefix, %s) to also be backed up."
2872
  msgstr ""
2873
 
2874
+ #: addons/moredatabase.php:143
2875
  msgid "Connection failed."
2876
  msgstr ""
2877
 
2878
+ #: addons/moredatabase.php:141
2879
  msgid "Connection succeeded."
2880
  msgstr ""
2881
 
2882
+ #: addons/moredatabase.php:123
2883
  msgid "%s total table(s) found; %s with the indicated prefix."
2884
  msgstr ""
2885
 
2886
+ #: addons/moredatabase.php:117
2887
  msgid "%s table(s) found."
2888
  msgstr ""
2889
 
2890
+ #: addons/moredatabase.php:90
2891
  msgid "database connection attempt failed"
2892
  msgstr ""
2893
 
2894
+ #: addons/moredatabase.php:79
2895
  msgid "database name"
2896
  msgstr ""
2897
 
2898
+ #: addons/moredatabase.php:77
2899
  msgid "host"
2900
  msgstr ""
2901
 
2902
+ #: addons/moredatabase.php:75
2903
  msgid "user"
2904
  msgstr ""
2905
 
2906
+ #: class-updraftplus.php:1481
2907
  msgid "External database (%s)"
2908
  msgstr ""
2909
 
2920
  msgid "However, subsequent access attempts failed:"
2921
  msgstr ""
2922
 
2923
+ #: admin.php:3191
2924
  msgid "External database"
2925
  msgstr ""
2926
 
2952
  msgid "use UpdraftPlus Premium"
2953
  msgstr ""
2954
 
2955
+ #: class-updraftplus.php:3831
2956
  msgid "Decryption failed. The database file is encrypted."
2957
  msgstr ""
2958
 
2960
  msgid "Only the WordPress database can be restored; you will need to deal with the external database manually."
2961
  msgstr ""
2962
 
2963
+ #: restorer.php:1702 restorer.php:2068 restorer.php:2105 restorer.php:2118
2964
  msgid "An error occurred on the first %s command - aborting run"
2965
  msgstr ""
2966
 
2967
+ #: addons/moredatabase.php:98 backup.php:1360
2968
  msgid "Connection failed: check your access details, that the database server is up, and that the network connection is not firewalled."
2969
  msgstr ""
2970
 
2971
+ #: backup.php:1360
2972
  msgid "database connection attempt failed."
2973
  msgstr ""
2974
 
3037
  msgid "Failed to upload %s"
3038
  msgstr ""
3039
 
3040
+ #: methods/dropbox.php:612 methods/dropbox.php:614
3041
  msgid "Success:"
3042
  msgstr ""
3043
 
3044
+ #: addons/onedrive.php:997 methods/dropbox.php:513
3045
  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."
3046
  msgstr ""
3047
 
3048
+ #: addons/onedrive.php:995 methods/dropbox.php:510
3049
  msgid "(You appear to be already authenticated)."
3050
  msgstr ""
3051
 
3052
+ #: methods/dropbox.php:505 methods/dropbox.php:511 methods/dropbox.php:513
3053
  msgid "Dropbox"
3054
  msgstr ""
3055
 
3056
+ #: addons/onedrive.php:994 methods/dropbox.php:505
3057
  msgid "Authenticate with %s"
3058
  msgstr ""
3059
 
3084
  msgid "%s error - failed to access the container"
3085
  msgstr ""
3086
 
3087
+ #: addons/googlecloud.php:902 addons/onedrive.php:996 methods/dropbox.php:520
3088
  #: methods/googledrive.php:970
3089
  msgid "Account holder's name: %s."
3090
  msgstr ""
3131
  msgid "This remote storage method (%s) requires PHP %s or later."
3132
  msgstr ""
3133
 
3134
+ #: admin.php:3743
3135
  msgid "Theme directory (%s) not found, but lower-case version exists; updating database option accordingly"
3136
  msgstr ""
3137
 
3149
  msgid "This feature requires %s version %s or later"
3150
  msgstr ""
3151
 
3152
+ #: restorer.php:2251
3153
  msgid "Elegant themes theme builder plugin data detected: resetting temporary folder"
3154
  msgstr ""
3155
 
3186
  msgstr ""
3187
 
3188
  #: addons/azure.php:510 addons/migrator.php:2198 addons/sftp.php:376
3189
+ #: admin.php:637
3190
  msgid "Key"
3191
  msgstr ""
3192
 
3202
  msgid "SCP/SFTP password/key"
3203
  msgstr ""
3204
 
3205
+ #: admin.php:3226
3206
  msgid "Files backup (created by %s)"
3207
  msgstr ""
3208
 
3209
+ #: admin.php:3226
3210
  msgid "Files and database WordPress backup (created by %s)"
3211
  msgstr ""
3212
 
3213
+ #: addons/importer.php:261 admin.php:3220 class-updraftplus.php:2514
3214
  msgid "Backup created by: %s."
3215
  msgstr ""
3216
 
3217
+ #: admin.php:3189
3218
  msgid "Database (created by %s)"
3219
  msgstr ""
3220
 
3221
+ #: admin.php:3183 admin.php:3222
3222
  msgid "unknown source"
3223
  msgstr ""
3224
 
3230
  msgid "Upload backup files"
3231
  msgstr ""
3232
 
3233
+ #: admin.php:1828
3234
  msgid "This backup was created by %s, and can be imported."
3235
  msgstr ""
3236
 
3237
+ #: admin.php:880
3238
  msgid "Read this page for a guide to possible causes and how to fix it."
3239
  msgstr ""
3240
 
3241
+ #: admin.php:880
3242
  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."
3243
  msgstr ""
3244
 
3245
+ #: admin.php:602 class-updraftplus.php:2521
3246
  msgid "If this is a backup created by a different backup plugin, then UpdraftPlus Premium may be able to help you."
3247
  msgstr ""
3248
 
3249
+ #: admin.php:601
3250
  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."
3251
  msgstr ""
3252
 
3253
+ #: admin.php:601 admin.php:602 class-updraftplus.php:2521
3254
  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))."
3255
  msgstr ""
3256
 
3257
+ #: admin.php:3223 includes/class-wpadmin-commands.php:143 restorer.php:1410
3258
  msgid "Backup created by unknown source (%s) - cannot be restored."
3259
  msgstr ""
3260
 
3261
+ #: restorer.php:820 restorer.php:868
3262
  msgid "The WordPress content folder (wp-content) was not found in this zip file."
3263
  msgstr ""
3264
 
3265
+ #: restorer.php:684
3266
  msgid "This version of UpdraftPlus does not know how to handle this type of foreign backup"
3267
  msgstr ""
3268
 
3269
+ #: methods/dropbox.php:300
3270
  msgid "%s returned an unexpected HTTP response: %s"
3271
  msgstr ""
3272
 
3279
  msgid "No settings were found"
3280
  msgstr ""
3281
 
3282
+ #: class-updraftplus.php:2642
3283
  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."
3284
  msgstr ""
3285
 
3286
+ #: admin.php:568
3287
  msgid "Rescanning remote and local storage for backup sets..."
3288
  msgstr ""
3289
 
3300
  msgid "Log all messages to syslog (only server admins are likely to want this)"
3301
  msgstr ""
3302
 
3303
+ #: addons/morefiles.php:428
3304
  msgid "No backup of location: there was nothing found to back up"
3305
  msgstr ""
3306
 
3307
+ #: addons/moredatabase.php:234 addons/morefiles.php:224
3308
+ #: addons/morefiles.php:245
3309
  msgid "Remove"
3310
  msgstr ""
3311
 
3317
  msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
3318
  msgstr ""
3319
 
3320
+ #: addons/morefiles.php:382 admin.php:2942
3321
  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."
3322
  msgstr ""
3323
 
3324
+ #: restorer.php:2240
3325
  msgid "Custom content type manager plugin data detected: clearing option cache"
3326
  msgstr ""
3327
 
3328
+ #: class-updraftplus.php:4071 methods/ftp.php:284 restorer.php:1441
3329
  msgid "Your hosting company must enable these functions before %s can work."
3330
  msgstr ""
3331
 
3332
+ #: class-updraftplus.php:4071 methods/ftp.php:284 restorer.php:1440
3333
  msgid "Your web server's PHP installation has these functions disabled: %s."
3334
  msgstr ""
3335
 
3345
  msgid "regular non-encrypted FTP"
3346
  msgstr ""
3347
 
3348
+ #: restorer.php:1602
3349
  msgid "Backup created by:"
3350
  msgstr ""
3351
 
3397
  msgid "Dismiss from main dashboard (for %s weeks)"
3398
  msgstr ""
3399
 
3400
+ #: class-updraftplus.php:4121
3401
  msgid "The attempt to undo the double-compression succeeded."
3402
  msgstr ""
3403
 
3404
+ #: class-updraftplus.php:4098 class-updraftplus.php:4119
3405
  msgid "The attempt to undo the double-compression failed."
3406
  msgstr ""
3407
 
3408
+ #: class-updraftplus.php:4091
3409
  msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
3410
  msgstr ""
3411
 
3413
  msgid "Constants"
3414
  msgstr ""
3415
 
3416
+ #: backup.php:1595
3417
  msgid "Failed to open database file for reading:"
3418
  msgstr ""
3419
 
3420
+ #: backup.php:1408
3421
  msgid "No database tables found"
3422
  msgstr ""
3423
 
3424
+ #: backup.php:1406
3425
  msgid "please wait for the rescheduled attempt"
3426
  msgstr ""
3427
 
3429
  msgid "Note that warning messages are advisory - the backup process does not stop for them. Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
3430
  msgstr ""
3431
 
3432
+ #: restorer.php:2134
3433
  msgid "Database queries processed: %d in %.2f seconds"
3434
  msgstr ""
3435
 
3449
  msgid "Errors occurred:"
3450
  msgstr ""
3451
 
3452
+ #: admin.php:3418
3453
  msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
3454
  msgstr ""
3455
 
3469
  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)."
3470
  msgstr ""
3471
 
3472
+ #: restorer.php:675
3473
  msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
3474
  msgstr ""
3475
 
3476
+ #: admin.php:855 class-updraftplus.php:597
3477
  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)"
3478
  msgstr ""
3479
 
3494
  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."
3495
  msgstr ""
3496
 
3497
+ #: admin.php:3751
3498
  msgid "The current theme was not found; to prevent this stopping the site from loading, your theme has been reverted to the default theme"
3499
  msgstr ""
3500
 
3501
+ #: admin.php:2006 admin.php:2016
3502
  msgid "Restore failed..."
3503
  msgstr ""
3504
 
3505
+ #: addons/moredatabase.php:130 admin.php:1227
3506
  msgid "Messages:"
3507
  msgstr ""
3508
 
3509
+ #: restorer.php:1970
3510
  msgid "An SQL line that is larger than the maximum packet size and cannot be split was found; this line will not be processed, but will be dropped: %s"
3511
  msgstr ""
3512
 
3513
+ #: restorer.php:455
3514
  msgid "The directory does not exist"
3515
  msgstr ""
3516
 
3596
  msgid "Rackspace Cloud Files, enhanced"
3597
  msgstr ""
3598
 
3599
+ #: addons/cloudfiles-enhanced.php:275 methods/cloudfiles-new.php:142
3600
  msgid "Cloud Files Container"
3601
  msgstr ""
3602
 
3603
+ #: methods/cloudfiles-new.php:137
3604
  msgid "Cloud Files API Key"
3605
  msgstr ""
3606
 
3607
+ #: methods/cloudfiles-new.php:132
3608
  msgid "To create a new Rackspace API sub-user and API key that has access only to this Rackspace container, use this add-on."
3609
  msgstr ""
3610
 
3611
+ #: methods/cloudfiles-new.php:129
3612
  msgid "Cloud Files Username"
3613
  msgstr ""
3614
 
3615
+ #: addons/cloudfiles-enhanced.php:45 methods/cloudfiles-new.php:115
3616
  msgid "London (LON)"
3617
  msgstr ""
3618
 
3619
+ #: addons/cloudfiles-enhanced.php:44 methods/cloudfiles-new.php:114
3620
  msgid "Hong Kong (HKG)"
3621
  msgstr ""
3622
 
3623
+ #: addons/cloudfiles-enhanced.php:43 methods/cloudfiles-new.php:113
3624
  msgid "Northern Virginia (IAD)"
3625
  msgstr ""
3626
 
3627
+ #: addons/cloudfiles-enhanced.php:42 methods/cloudfiles-new.php:112
3628
  msgid "Chicago (ORD)"
3629
  msgstr ""
3630
 
3631
+ #: addons/cloudfiles-enhanced.php:41 methods/cloudfiles-new.php:111
3632
  msgid "Sydney (SYD)"
3633
  msgstr ""
3634
 
3635
+ #: addons/cloudfiles-enhanced.php:40 methods/cloudfiles-new.php:110
3636
  msgid "Dallas (DFW) (default)"
3637
  msgstr ""
3638
 
3639
+ #: addons/cloudfiles-enhanced.php:271 methods/cloudfiles-new.php:105
3640
  msgid "Cloud Files Storage Region"
3641
  msgstr ""
3642
 
3643
+ #: methods/cloudfiles-new.php:97
3644
  msgid "Accounts created at rackspacecloud.com are US-accounts; accounts created at rackspace.co.uk are UK-based"
3645
  msgstr ""
3646
 
3647
+ #: methods/cloudfiles-new.php:95
3648
  msgid "US or UK-based Rackspace Account"
3649
  msgstr ""
3650
 
3651
+ #: addons/cloudfiles-enhanced.php:255 methods/cloudfiles-new.php:95
3652
  msgid "Accounts created at rackspacecloud.com are US accounts; accounts created at rackspace.co.uk are UK accounts."
3653
  msgstr ""
3654
 
3663
  msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
3664
  msgstr ""
3665
 
3666
+ #: admin.php:615 central/bootstrap.php:513
3667
  msgid "Create"
3668
  msgstr ""
3669
 
3670
+ #: admin.php:577
3671
  msgid "Trying..."
3672
  msgstr ""
3673
 
3674
+ #: admin.php:576
3675
  msgid "The new user's RackSpace console password is (this will not be shown again):"
3676
  msgstr ""
3677
 
3678
+ #: class-updraftplus.php:1493
3679
  msgid "(when decrypted)"
3680
  msgstr ""
3681
 
3682
+ #: admin.php:587 admin.php:3693
3683
  msgid "Error data:"
3684
  msgstr ""
3685
 
3686
+ #: admin.php:3369
3687
  msgid "Backup does not exist in the backup history"
3688
  msgstr ""
3689
 
3690
+ #: admin.php:2375
3691
  msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old). You should press this button to delete them as soon as you have verified that the restoration worked."
3692
  msgstr ""
3693
 
3694
+ #: restorer.php:1674
3695
  msgid "Split line to avoid exceeding maximum packet size"
3696
  msgstr ""
3697
 
3698
+ #: restorer.php:1549
3699
  msgid "Your database user does not have permission to drop tables. We will attempt to restore by simply emptying the tables; this should work as long as you are restoring from a WordPress version with the same database structure (%s)"
3700
  msgstr ""
3701
 
3702
+ #: restorer.php:1368
3703
  msgid "New table prefix: %s"
3704
  msgstr ""
3705
 
3706
+ #: restorer.php:1056
3707
  msgid "File permissions do not allow the old data to be moved and retained; instead, it will be deleted."
3708
  msgstr ""
3709
 
3710
+ #: restorer.php:1026 restorer.php:1040
3711
  msgid "%s: This directory already exists, and will be replaced"
3712
  msgstr ""
3713
 
3739
  msgid "Email reports"
3740
  msgstr ""
3741
 
3742
+ #: class-updraftplus.php:1489 class-updraftplus.php:1494
3743
  msgid "%s checksum: %s"
3744
  msgstr ""
3745
 
3746
+ #: class-updraftplus.php:1462 class-updraftplus.php:1464
3747
  msgid "files: %s"
3748
  msgstr ""
3749
 
3763
  msgid "Debugging information"
3764
  msgstr ""
3765
 
3766
+ #: addons/reporting.php:194 admin.php:3129
3767
  msgid "Uploaded to:"
3768
  msgstr ""
3769
 
3803
  msgid "%d errors, %d warnings"
3804
  msgstr ""
3805
 
3806
+ #: addons/onedrive.php:717 methods/dropbox.php:596
3807
  msgid "%s authentication"
3808
  msgstr ""
3809
 
3810
+ #: addons/onedrive.php:717 class-updraftplus.php:302 methods/dropbox.php:569
3811
+ #: methods/dropbox.php:596 methods/dropbox.php:609 methods/dropbox.php:740
3812
  msgid "%s error: %s"
3813
  msgstr ""
3814
 
3815
+ #: addons/googlecloud.php:815 methods/dropbox.php:480
3816
  msgid "%s logo"
3817
  msgstr ""
3818
 
3832
  msgid "Your site's admin email address (%s) will be used."
3833
  msgstr ""
3834
 
3835
+ #: admin.php:624 methods/updraftvault.php:276 methods/updraftvault.php:321
3836
  #: udaddons/options.php:244
3837
  msgid "Connect"
3838
  msgstr ""
3841
  msgid "For more reporting features, use the Reporting add-on."
3842
  msgstr ""
3843
 
3844
+ #: class-updraftplus.php:3901
3845
  msgid "(version: %s)"
3846
  msgstr ""
3847
 
3848
+ #: addons/reporting.php:438 admin.php:566
3849
  msgid "Be aware that mail servers tend to have size limits; typically around %s Mb; backups larger than any limits will likely not arrive."
3850
  msgstr ""
3851
 
3852
+ #: addons/reporting.php:438 admin.php:565
3853
  msgid "When the Email storage method is enabled, also send the entire backup"
3854
  msgstr ""
3855
 
3856
+ #: addons/reporting.php:153 backup.php:933
3857
  msgid "Latest status:"
3858
  msgstr ""
3859
 
3860
+ #: backup.php:932
3861
  msgid "Backup contains:"
3862
  msgstr ""
3863
 
3864
+ #: backup.php:889
3865
  msgid "Backed up: %s"
3866
  msgstr ""
3867
 
3868
+ #: addons/reporting.php:236 backup.php:883
3869
  msgid "The log file has been attached to this email."
3870
  msgstr ""
3871
 
3872
+ #: backup.php:847
3873
  msgid "Unknown/unexpected error - please raise a support request"
3874
  msgstr ""
3875
 
3876
+ #: backup.php:844
3877
  msgid "Database only (files were not part of this particular schedule)"
3878
  msgstr ""
3879
 
3880
+ #: backup.php:844
3881
  msgid "Database (files backup has not completed)"
3882
  msgstr ""
3883
 
3884
+ #: backup.php:841
3885
  msgid "Files only (database was not part of this particular schedule)"
3886
  msgstr ""
3887
 
3888
+ #: backup.php:841
3889
  msgid "Files (database backup has not completed)"
3890
  msgstr ""
3891
 
3892
+ #: admin.php:229 backup.php:839
3893
  msgid "Files and database"
3894
  msgstr ""
3895
 
3896
+ #: options.php:186
3897
  msgid "(This applies to all WordPress backup plugins unless they have been explicitly coded for multisite compatibility)."
3898
  msgstr ""
3899
 
3900
+ #: options.php:186
3901
  msgid "Without upgrading, UpdraftPlus allows <strong>every</strong> blog admin who can modify plugin settings to back up (and hence access the data, including passwords, from) and restore (including with customised modifications, e.g. changed passwords) <strong>the entire network</strong>."
3902
  msgstr ""
3903
 
3904
+ #: options.php:186
3905
  msgid "WordPress Multisite is supported, with extra features, by UpdraftPlus Premium, or the Multisite add-on."
3906
  msgstr ""
3907
 
3908
+ #: options.php:186
3909
  msgid "This is a WordPress multi-site (a.k.a. network) installation."
3910
  msgstr ""
3911
 
3912
+ #: options.php:186
3913
  msgid "UpdraftPlus warning:"
3914
  msgstr ""
3915
 
3979
  msgid "Reporting"
3980
  msgstr ""
3981
 
3982
+ #: admin.php:4104
3983
  msgid "Options (raw)"
3984
  msgstr ""
3985
 
3986
+ #: addons/reporting.php:436 admin.php:564
3987
  msgid "Send a report only when there are warnings/errors"
3988
  msgstr ""
3989
 
3990
+ #: restorer.php:1613
3991
  msgid "Content URL:"
3992
  msgstr ""
3993
 
3999
  msgid "See also the \"More Files\" add-on from our shop."
4000
  msgstr ""
4001
 
4002
+ #: backup.php:2987 class-updraftplus.php:610
4003
  msgid "Your free space in your hosting account is very low - only %s Mb remain"
4004
  msgstr ""
4005
 
4127
  msgid "You have not yet connected with your UpdraftPlus.Com account, to enable you to list your purchased add-ons."
4128
  msgstr ""
4129
 
4130
+ #: addons/moredatabase.php:299 addons/moredatabase.php:383
4131
  msgid "Without it, encryption will be a lot slower."
4132
  msgstr ""
4133
 
4134
+ #: addons/moredatabase.php:299 addons/moredatabase.php:383
4135
  msgid "Your web-server does not have the %s module installed."
4136
  msgstr ""
4137
 
4143
  msgid "Drop backup files here"
4144
  msgstr ""
4145
 
4146
+ #: admin.php:575
4147
  msgid "The web server returned an error code (try again, or check your web server logs)"
4148
  msgstr ""
4149
 
4150
+ #: admin.php:573
4151
  msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
4152
  msgstr ""
4153
 
4154
+ #: admin.php:570
4155
  msgid "If you exclude both the database and the files, then you have excluded everything!"
4156
  msgstr ""
4157
 
4158
+ #: restorer.php:1607
4159
  msgid "Site home:"
4160
  msgstr ""
4161
 
4167
  msgid "(logs can be found in the UpdraftPlus settings page as normal)..."
4168
  msgstr ""
4169
 
4170
+ #: addons/autobackup.php:252 addons/autobackup.php:996
4171
  msgid "Remember this choice for next time (you will still have the chance to change it)"
4172
  msgstr ""
4173
 
4179
  msgid "You can send a backup to more than one destination with an add-on."
4180
  msgstr ""
4181
 
4182
+ #: admin.php:2593
4183
  msgid "Note: the progress bar below is based on stages, NOT time. Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
4184
  msgstr ""
4185
 
4186
+ #: admin.php:2491
4187
  msgid "(%s%%, file %s of %s)"
4188
  msgstr ""
4189
 
4190
+ #: addons/autobackup.php:253 addons/autobackup.php:1001
4191
  #: addons/lockadmin.php:142
4192
  msgid "Read more about how this works..."
4193
  msgstr ""
4220
  msgid "Backup is of: %s."
4221
  msgstr ""
4222
 
4223
+ #: admin.php:662
4224
  msgid "%s settings test result:"
4225
  msgstr ""
4226
 
4227
+ #: admin.php:3287 admin.php:3289
4228
  msgid "(Not finished)"
4229
  msgstr ""
4230
 
4231
+ #: admin.php:3289
4232
  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."
4233
  msgstr ""
4234
 
4240
  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)."
4241
  msgstr ""
4242
 
4243
+ #: admin.php:2588
4244
  msgid "Job ID: %s"
4245
  msgstr ""
4246
 
4247
+ #: admin.php:2573
4248
  msgid "last activity: %ss ago"
4249
  msgstr ""
4250
 
4251
+ #: admin.php:2572
4252
  msgid "next resumption: %d (after %ss)"
4253
  msgstr ""
4254
 
4255
+ #: admin.php:2555 central/bootstrap.php:405 central/bootstrap.php:412
4256
  #: methods/updraftvault.php:356 methods/updraftvault.php:436
4257
  msgid "Unknown"
4258
  msgstr ""
4259
 
4260
+ #: admin.php:2505
4261
  msgid "Backup finished"
4262
  msgstr ""
4263
 
4264
+ #: admin.php:2500
4265
  msgid "Waiting until scheduled time to retry because of errors"
4266
  msgstr ""
4267
 
4268
+ #: admin.php:2496
4269
  msgid "Pruning old backup sets"
4270
  msgstr ""
4271
 
4272
+ #: admin.php:2484
4273
  msgid "Uploading files to remote storage"
4274
  msgstr ""
4275
 
4276
+ #: admin.php:2553
4277
  msgid "Encrypted database"
4278
  msgstr ""
4279
 
4280
+ #: admin.php:2545
4281
  msgid "Encrypting database"
4282
  msgstr ""
4283
 
4284
+ #: admin.php:2519
4285
  msgid "Created database backup"
4286
  msgstr ""
4287
 
4288
+ #: admin.php:2532
4289
  msgid "table: %s"
4290
  msgstr ""
4291
 
4292
+ #: admin.php:2530
4293
  msgid "Creating database backup"
4294
  msgstr ""
4295
 
4296
+ #: admin.php:2478
4297
  msgid "Created file backup zips"
4298
  msgstr ""
4299
 
4300
+ #: admin.php:2465
4301
  msgid "Creating file backup zips"
4302
  msgstr ""
4303
 
4304
+ #: admin.php:2460
4305
  msgid "Backup begun"
4306
  msgstr ""
4307
 
4308
+ #: admin.php:2303
4309
  msgid "Backups in progress:"
4310
  msgstr ""
4311
 
4312
+ #: admin.php:859
4313
  msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even &quot;Backup Now&quot;) unless either you have set up a facility to call the scheduler manually, or until it is enabled."
4314
  msgstr ""
4315
 
4316
+ #: restorer.php:657
4317
  msgid "file"
4318
  msgstr ""
4319
 
4320
+ #: restorer.php:650
4321
  msgid "folder"
4322
  msgstr ""
4323
 
4324
+ #: restorer.php:650 restorer.php:657
4325
  msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
4326
  msgstr ""
4327
 
4328
+ #: class-updraftplus.php:2739
4329
  msgid "The backup has not finished; a resumption is scheduled"
4330
  msgstr ""
4331
 
4332
+ #: class-updraftplus.php:1734
4333
  msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
4334
  msgstr ""
4335
 
4340
  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)."
4341
  msgstr ""
4342
 
4343
+ #: admin.php:2126
4344
  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)."
4345
  msgstr ""
4346
 
4347
+ #: addons/autobackup.php:1006 admin.php:617
4348
  msgid "Proceed with update"
4349
  msgstr ""
4350
 
4351
+ #: addons/autobackup.php:1005
4352
  msgid "Do not abort after pressing Proceed below - wait for the backup to complete."
4353
  msgstr ""
4354
 
4355
+ #: addons/autobackup.php:113 addons/autobackup.php:982
4356
  msgid "UpdraftPlus Automatic Backups"
4357
  msgstr ""
4358
 
4422
  msgid "Support"
4423
  msgstr "সহায়তা"
4424
 
4425
+ #: class-updraftplus.php:4054
4426
  msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
4427
  msgstr ""
4428
 
4429
+ #: class-updraftplus.php:4046
4430
  msgid "This database backup is missing core WordPress tables: %s"
4431
  msgstr ""
4432
 
4433
+ #: class-updraftplus.php:3934
4434
  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."
4435
  msgstr ""
4436
 
4437
+ #: class-updraftplus.php:3850
4438
  msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
4439
  msgstr ""
4440
 
4441
+ #: addons/autobackup.php:556 admin.php:827
4442
  msgid "Update Theme"
4443
  msgstr ""
4444
 
4445
+ #: addons/autobackup.php:505 admin.php:823
4446
  msgid "Update Plugin"
4447
  msgstr ""
4448
 
4449
+ #: addons/autobackup.php:985 admin.php:696 includes/updraftplus-notices.php:171
4450
  msgid "Be safe with an automatic backup"
4451
  msgstr ""
4452
 
4453
+ #: restorer.php:2219
4454
  msgid "Uploads path (%s) does not exist - resetting (%s)"
4455
  msgstr ""
4456
 
4457
+ #: admin.php:2078
4458
  msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
4459
  msgstr ""
4460
 
4461
+ #: admin.php:611
4462
  msgid "The file was uploaded."
4463
  msgstr ""
4464
 
4465
+ #: admin.php:610
4466
  msgid "Unknown server response status:"
4467
  msgstr ""
4468
 
4469
+ #: admin.php:609
4470
  msgid "Unknown server response:"
4471
  msgstr ""
4472
 
4473
+ #: admin.php:608
4474
  msgid "This decryption key will be attempted:"
4475
  msgstr ""
4476
 
4477
+ #: admin.php:607
4478
  msgid "Follow this link to attempt decryption and download the database file to your computer."
4479
  msgstr ""
4480
 
4481
+ #: admin.php:606
4482
  msgid "Upload error"
4483
  msgstr ""
4484
 
4485
+ #: admin.php:605
4486
  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)."
4487
  msgstr ""
4488
 
4489
+ #: admin.php:604
4490
  msgid "Upload error:"
4491
  msgstr ""
4492
 
4493
+ #: admin.php:603
4494
  msgid "(make sure that you were trying to upload a zip file previously created by UpdraftPlus)"
4495
  msgstr ""
4496
 
4497
+ #: admin.php:594
4498
  msgid "Download to your computer"
4499
  msgstr ""
4500
 
4501
+ #: admin.php:593
4502
  msgid "Delete from your web server"
4503
  msgstr ""
4504
 
4506
  msgid "Examples of S3-compatible storage providers:"
4507
  msgstr ""
4508
 
4509
+ #: admin.php:3643
4510
  msgid "Will not delete any archives after unpacking them, because there was no cloud storage for this backup"
4511
  msgstr ""
4512
 
4513
+ #: admin.php:3260
4514
  msgid "You appear to be missing one or more archives from this multi-archive set."
4515
  msgstr ""
4516
 
4517
+ #: admin.php:3257
4518
  msgid "(%d archive(s) in set)."
4519
  msgstr ""
4520
 
4522
  msgid "Split archives every:"
4523
  msgstr ""
4524
 
4525
+ #: addons/moredatabase.php:272
4526
  msgid "Error: the server sent us a response (JSON) which we did not understand."
4527
  msgstr ""
4528
 
4529
+ #: admin.php:584
4530
  msgid "Warnings:"
4531
  msgstr ""
4532
 
4533
+ #: admin.php:583
4534
  msgid "Error: the server sent an empty response."
4535
  msgstr ""
4536
 
4537
+ #: admin.php:1839
4538
  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?"
4539
  msgstr ""
4540
 
4570
  msgid "No such backup set exists"
4571
  msgstr ""
4572
 
4573
+ #: admin.php:1115
4574
  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"
4575
  msgstr ""
4576
 
4577
+ #: restorer.php:599
4578
  msgid "Failed to move directory (check your file permissions and disk quota): %s"
4579
  msgstr ""
4580
 
4581
+ #: restorer.php:590
4582
  msgid "Failed to move file (check your file permissions and disk quota): %s"
4583
  msgstr ""
4584
 
4586
  msgid "Moving unpacked backup into place..."
4587
  msgstr ""
4588
 
4589
+ #: backup.php:2691 backup.php:2947
4590
  msgid "Failed to open the zip file (%s) - %s"
4591
  msgstr ""
4592
 
4606
  msgid "S3 (Compatible)"
4607
  msgstr ""
4608
 
4609
+ #: admin.php:3564
4610
  msgid "File is not locally present - needs retrieving from remote storage"
4611
  msgstr ""
4612
 
4613
+ #: admin.php:3551
4614
  msgid "Looking for %s archive: file name: %s"
4615
  msgstr ""
4616
 
4617
+ #: admin.php:3512
4618
  msgid "Final checks"
4619
  msgstr ""
4620
 
4626
  msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
4627
  msgstr ""
4628
 
4629
+ #: admin.php:2931
4630
  msgid "Your wp-content directory server path: %s"
4631
  msgstr ""
4632
 
4633
+ #: admin.php:600
4634
  msgid "Raw backup history"
4635
  msgstr ""
4636
 
4638
  msgid "Show raw backup and file list"
4639
  msgstr ""
4640
 
4641
+ #: admin.php:582
4642
  msgid "Processing files - please wait..."
4643
  msgstr ""
4644
 
4645
+ #: admin.php:3695 templates/wp-admin/settings/downloading-and-restoring.php:29
4646
  msgid "Please consult this FAQ for help on what to do about it."
4647
  msgstr ""
4648
 
4650
  msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
4651
  msgstr ""
4652
 
4653
+ #: class-updraftplus.php:3858
4654
  msgid "Failed to open database file."
4655
  msgstr ""
4656
 
4657
+ #: admin.php:4074
 
 
 
 
4658
  msgid "Known backups (raw)"
4659
  msgstr ""
4660
 
4661
+ #: restorer.php:955
4662
  msgid "Unable to enumerate files in that directory."
4663
  msgstr ""
4664
 
4665
+ #: restorer.php:950
4666
  msgid "Files found:"
4667
  msgstr ""
4668
 
4669
+ #: restorer.php:1340
4670
  msgid "Using directory from backup: %s"
4671
  msgstr ""
4672
 
4673
+ #: restorer.php:1804
4674
  msgid "Requested table engine (%s) is not present - changing to MyISAM."
4675
  msgstr ""
4676
 
4678
  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."
4679
  msgstr ""
4680
 
4681
+ #: admin.php:3584
4682
  msgid "file is size:"
4683
  msgstr ""
4684
 
4685
  #: addons/googlecloud.php:855 addons/migrator.php:363 addons/migrator.php:366
4686
+ #: addons/migrator.php:369 admin.php:859 admin.php:2083 backup.php:2994
4687
  #: updraftplus.php:147
4688
  msgid "Go here for more information."
4689
  msgstr ""
4690
 
4691
+ #: admin.php:581
4692
  msgid "Some files are still downloading or being processed - please wait."
4693
  msgstr ""
4694
 
4695
+ #: class-updraftplus.php:3906 class-updraftplus.php:3924
4696
  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."
4697
  msgstr ""
4698
 
4712
  msgid "%s login failure"
4713
  msgstr ""
4714
 
4715
+ #: methods/dropbox.php:425
4716
  msgid "You do not appear to be authenticated with %s"
4717
  msgstr ""
4718
 
4719
+ #: methods/dropbox.php:392
4720
  msgid "Failed to access %s when deleting (see log file for more)"
4721
  msgstr ""
4722
 
4723
+ #: methods/dropbox.php:384
4724
  msgid "You do not appear to be authenticated with %s (whilst deleting)"
4725
  msgstr ""
4726
 
4761
  msgid "%s authentication failed"
4762
  msgstr ""
4763
 
4764
+ #: addons/googlecloud.php:384 addons/migrator.php:462 admin.php:1784
4765
+ #: admin.php:1831 admin.php:1839 class-updraftplus.php:725
4766
+ #: class-updraftplus.php:731 class-updraftplus.php:3829
4767
+ #: class-updraftplus.php:3831 class-updraftplus.php:3964
4768
+ #: class-updraftplus.php:3999 methods/googledrive.php:304 restorer.php:944
4769
  msgid "Error: %s"
4770
  msgstr ""
4771
 
4772
+ #: admin.php:2868
4773
  msgid "Backup directory specified exists, but is <b>not</b> writable."
4774
  msgstr ""
4775
 
4776
+ #: admin.php:2866
4777
  msgid "Backup directory specified does <b>not</b> exist."
4778
  msgstr ""
4779
 
4780
+ #: admin.php:2600 admin.php:2822 class-updraftplus.php:3906
4781
+ #: class-updraftplus.php:3924
4782
  msgid "Warning: %s"
4783
  msgstr ""
4784
 
4786
  msgid "Last backup job run:"
4787
  msgstr ""
4788
 
4789
+ #: backup.php:2713
4790
  msgid "A very large file was encountered: %s (size: %s Mb)"
4791
  msgstr ""
4792
 
4793
+ #: backup.php:2087 backup.php:2119
4794
  msgid "%s: unreadable file - could not be backed up"
4795
  msgstr ""
4796
 
4797
+ #: backup.php:1495
4798
  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"
4799
  msgstr ""
4800
 
4801
+ #: backup.php:1614
4802
  msgid "An error occurred whilst closing the final database file"
4803
  msgstr ""
4804
 
4805
+ #: backup.php:874
4806
  msgid "Warnings encountered:"
4807
  msgstr ""
4808
 
4809
+ #: class-updraftplus.php:2727
4810
  msgid "The backup apparently succeeded (with warnings) and is now complete"
4811
  msgstr ""
4812
 
4862
  msgid "The error reported by %s was:"
4863
  msgstr ""
4864
 
4865
+ #: restorer.php:1359
4866
  msgid "Please supply the requested information, and then continue."
4867
  msgstr ""
4868
 
4869
+ #: restorer.php:2056
4870
  msgid "Cannot drop tables, so deleting instead (%s)"
4871
  msgstr ""
4872
 
4873
+ #: restorer.php:2039
4874
  msgid "Cannot create new tables, so skipping this command (%s)"
4875
  msgstr ""
4876
 
4877
+ #: class-updraftplus.php:3975 restorer.php:1648
4878
  msgid "Site information:"
4879
  msgstr ""
4880
 
4881
+ #: restorer.php:1515
4882
  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."
4883
  msgstr ""
4884
 
4885
+ #: addons/migrator.php:325 admin.php:2078 class-updraftplus.php:3968
4886
+ #: restorer.php:1970
4887
  msgid "Warning:"
4888
  msgstr ""
4889
 
4890
+ #: class-updraftplus.php:3960 restorer.php:162
4891
  msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
4892
  msgstr ""
4893
 
4894
+ #: admin.php:3539
4895
  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."
4896
  msgstr ""
4897
 
4898
+ #: admin.php:2987 methods/updraftvault.php:260
4899
  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."
4900
  msgstr ""
4901
 
4902
+ #: admin.php:618
4903
  msgid "Close"
4904
  msgstr ""
4905
 
4906
+ #: addons/autobackup.php:298 addons/autobackup.php:386 admin.php:574
4907
  #: methods/remotesend.php:71 methods/remotesend.php:79
4908
  #: methods/remotesend.php:220 methods/remotesend.php:237
4909
  msgid "Unexpected response:"
4910
  msgstr ""
4911
 
4912
+ #: addons/reporting.php:434 admin.php:569
4913
  msgid "To send to more than one address, separate each address with a comma."
4914
  msgstr ""
4915
 
4916
+ #: admin.php:598
4917
  msgid "PHP information"
4918
  msgstr ""
4919
 
4949
  msgid "Also delete from remote storage"
4950
  msgstr ""
4951
 
4952
+ #: admin.php:2330
4953
  msgid "Latest UpdraftPlus.com news:"
4954
  msgstr ""
4955
 
4966
  msgid "News"
4967
  msgstr ""
4968
 
4969
+ #: admin.php:1269
4970
  msgid "Backup set not found"
4971
  msgstr ""
4972
 
4973
+ #: backup.php:160
4974
  msgid "%s - could not back this entity up; the corresponding directory does not exist (%s)"
4975
  msgstr ""
4976
 
4984
  msgid "Blog link"
4985
  msgstr ""
4986
 
4987
+ #: admin.php:661
4988
  msgid "Testing %s Settings..."
4989
  msgstr ""
4990
 
4992
  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."
4993
  msgstr ""
4994
 
4995
+ #: admin.php:875
4996
  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."
4997
  msgstr ""
4998
 
4999
+ #: admin.php:875
5000
  msgid "Notice"
5001
  msgstr ""
5002
 
5003
+ #: backup.php:856
5004
  msgid "Errors encountered:"
5005
  msgstr ""
5006
 
5007
+ #: admin.php:567
5008
  msgid "Rescanning (looking for backups that you have uploaded manually into the internal backup store)..."
5009
  msgstr ""
5010
 
5011
+ #: admin.php:580
5012
  msgid "Begun looking for this entity"
5013
  msgstr ""
5014
 
5028
  msgid "Time taken (seconds):"
5029
  msgstr ""
5030
 
5031
+ #: addons/migrator.php:1113 admin.php:585
5032
  msgid "Errors:"
5033
  msgstr ""
5034
 
5097
  msgid "All references to the site location in the database will be replaced with your current site URL, which is: %s"
5098
  msgstr ""
5099
 
5100
+ #: addons/multisite.php:630
5101
  msgid "Blog uploads"
5102
  msgstr ""
5103
 
5104
+ #: addons/migrator.php:369 addons/multisite.php:623
5105
  msgid "Must-use plugins"
5106
  msgstr ""
5107
 
5108
+ #: addons/multisite.php:193
5109
  msgid "You do not have permission to access this page."
5110
  msgstr ""
5111
 
5112
+ #: addons/multisite.php:179 udaddons/options.php:225
5113
  msgid "You do not have sufficient permissions to access this page."
5114
  msgstr ""
5115
 
5116
+ #: addons/multisite.php:173
5117
  msgid "Multisite Install"
5118
  msgstr ""
5119
 
5145
  msgid "Directory path"
5146
  msgstr ""
5147
 
5148
+ #: addons/lockadmin.php:153 addons/moredatabase.php:239 addons/sftp.php:368
5149
  #: addons/webdav.php:69 methods/openstack2.php:127 methods/updraftvault.php:320
5150
  #: udaddons/options.php:145
5151
  msgid "Password"
5155
  msgid "Port"
5156
  msgstr ""
5157
 
5158
+ #: addons/moredatabase.php:237 addons/sftp.php:347 addons/webdav.php:75
5159
  msgid "Host"
5160
  msgstr ""
5161
 
5179
  msgid "Encrypted FTP is available, and will be automatically tried first (before falling back to non-encrypted if it is not successful), unless you disable it using the expert options. The 'Test FTP Login' button will tell you what type of connection is in use."
5180
  msgstr ""
5181
 
5182
+ #: addons/morefiles.php:562
5183
  msgid "No backup of %s directories: there was nothing found to back up"
5184
  msgstr ""
5185
 
5207
  msgid "Over-write wp-config.php"
5208
  msgstr ""
5209
 
5210
+ #: addons/morefiles.php:70 addons/morefiles.php:562
5211
  msgid "WordPress Core"
5212
  msgstr ""
5213
 
5216
  msgstr ""
5217
 
5218
  #: addons/googlecloud.php:626 addons/googlecloud.php:660
5219
+ #: addons/googlecloud.php:666 addons/sftp.php:447 admin.php:2654 admin.php:2689
5220
+ #: admin.php:2698 methods/addon-base.php:284 methods/stream-base.php:302
5221
  msgid "Failed"
5222
  msgstr ""
5223
 
5274
  msgid "Only non-encrypted FTP is supported by regular UpdraftPlus."
5275
  msgstr ""
5276
 
5277
+ #: addons/onedrive.php:755 methods/dropbox.php:627
5278
  msgid "Your %s account name: %s"
5279
  msgstr ""
5280
 
5281
+ #: methods/dropbox.php:617 methods/dropbox.php:644
5282
  msgid "though part of the returned information was not as expected - your mileage may vary"
5283
  msgstr ""
5284
 
5285
+ #: methods/dropbox.php:612 methods/dropbox.php:614
5286
  msgid "you have authenticated your %s account"
5287
  msgstr ""
5288
 
5289
+ #: methods/dropbox.php:499 methods/dropbox.php:501
5290
  msgid "there's an add-on for that."
5291
  msgstr ""
5292
 
5293
+ #: methods/dropbox.php:499 methods/dropbox.php:501
5294
  msgid "If you back up several sites into the same Dropbox and want to organise with sub-folders, then "
5295
  msgstr ""
5296
 
5297
+ #: methods/dropbox.php:499 methods/dropbox.php:501
5298
  msgid "Backups are saved in"
5299
  msgstr ""
5300
 
5301
+ #: methods/dropbox.php:499 methods/dropbox.php:501
5302
  msgid "Need to use sub-folders?"
5303
  msgstr ""
5304
 
5420
  msgid "Failure: No container details were given."
5421
  msgstr ""
5422
 
5423
+ #: addons/moredatabase.php:238 addons/sftp.php:361 addons/webdav.php:63
5424
+ #: methods/cloudfiles-new.php:157 methods/cloudfiles.php:509
5425
  #: methods/openstack2.php:121
5426
  msgid "Username"
5427
  msgstr "ব্যবহারকারী নাম"
5428
 
5429
+ #: methods/cloudfiles-new.php:152 methods/cloudfiles.php:504 methods/s3.php:959
5430
  msgid "API key"
5431
  msgstr ""
5432
 
5433
+ #: addons/migrator.php:278 addons/migrator.php:1871 addons/moredatabase.php:75
5434
+ #: addons/moredatabase.php:77 addons/moredatabase.php:79 addons/sftp.php:417
5435
+ #: addons/sftp.php:421 addons/sftp.php:425 addons/webdav.php:103 admin.php:638
5436
+ #: methods/addon-base.php:277 methods/cloudfiles-new.php:152
5437
+ #: methods/cloudfiles-new.php:157 methods/cloudfiles.php:504
5438
  #: methods/cloudfiles.php:509 methods/ftp.php:355 methods/ftp.php:359
5439
  #: methods/openstack2.php:142 methods/openstack2.php:147
5440
  #: methods/openstack2.php:152 methods/openstack2.php:157 methods/s3.php:959
5442
  msgid "Failure: No %s was given."
5443
  msgstr ""
5444
 
5445
+ #: methods/cloudfiles-new.php:86 methods/cloudfiles.php:448
5446
+ #: methods/openstack-base.php:513 methods/s3.php:799
5447
  msgid "UpdraftPlus's %s module <strong>requires</strong> %s. Please do not file any support requests; there is no alternative."
5448
  msgstr ""
5449
 
5459
  msgid "Cloud Files username"
5460
  msgstr ""
5461
 
5462
+ #: addons/cloudfiles-enhanced.php:36 methods/cloudfiles-new.php:99
5463
  #: methods/cloudfiles.php:466
5464
  msgid "UK"
5465
  msgstr ""
5466
 
5467
+ #: addons/cloudfiles-enhanced.php:35 methods/cloudfiles-new.php:98
5468
  #: methods/cloudfiles.php:465
5469
  msgid "US (default)"
5470
  msgstr ""
5473
  msgid "US or UK Cloud"
5474
  msgstr ""
5475
 
5476
+ #: methods/cloudfiles-new.php:91 methods/cloudfiles.php:458
5477
  #: methods/openstack2.php:94
5478
  msgid "Also, you should read this important FAQ."
5479
  msgstr ""
5480
 
5481
+ #: methods/cloudfiles-new.php:91 methods/cloudfiles.php:458
5482
  msgid "Get your API key <a href=\"https://mycloud.rackspace.com/\">from your Rackspace Cloud console</a> (read instructions <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">here</a>), then pick a container name to use for storage. This container will be created for you if it does not already exist."
5483
  msgstr ""
5484
 
5485
+ #: addons/sftp.php:408 admin.php:660 methods/addon-base.php:242
5486
  #: methods/cloudfiles.php:496 methods/ftp.php:329
5487
  #: methods/openstack-base.php:524 methods/s3.php:861
5488
  #: methods/stream-base.php:224
5561
  msgstr ""
5562
 
5563
  #: methods/addon-base.php:230 methods/cloudfiles.php:438
5564
+ #: methods/dropbox.php:481 methods/ftp.php:298 methods/googledrive.php:904
5565
  #: methods/openstack-base.php:503 methods/s3.php:771
5566
  #: methods/stream-base.php:217
5567
  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."
5600
  msgid "Success"
5601
  msgstr ""
5602
 
5603
+ #: addons/onedrive.php:747 methods/dropbox.php:655 methods/dropbox.php:664
5604
  #: methods/googledrive.php:337
5605
  msgid "Your %s quota usage: %s %% used, %s available"
5606
  msgstr ""
5631
  msgid "You need to re-authenticate with %s, as your existing credentials are not working."
5632
  msgstr ""
5633
 
5634
+ #: addons/migrator.php:1770 admin.php:2657 admin.php:2691 admin.php:2695
5635
+ #: admin.php:3569 admin.php:3582 restorer.php:2203 restorer.php:2309
5636
  msgid "OK"
5637
  msgstr "ঠিক আছে"
5638
 
5639
+ #: restorer.php:2197 restorer.php:2273
5640
  msgid "Table prefix has changed: changing %s table field(s) accordingly:"
5641
  msgstr ""
5642
 
5643
+ #: restorer.php:1880
5644
  msgid "Finished: lines processed: %d in %.2f seconds"
5645
  msgstr ""
5646
 
5647
+ #: addons/migrator.php:1143 restorer.php:2095
5648
  msgid "the database query being run was:"
5649
  msgstr ""
5650
 
5651
+ #: restorer.php:1818
5652
  msgid "will restore as:"
5653
  msgstr ""
5654
 
5655
+ #: restorer.php:1625 restorer.php:1722 restorer.php:1748
5656
  msgid "Old table prefix:"
5657
  msgstr ""
5658
 
5659
+ #: addons/reporting.php:65 addons/reporting.php:152 backup.php:930
5660
+ #: class-updraftplus.php:3901
5661
  msgid "Backup of:"
5662
  msgstr ""
5663
 
5664
+ #: addons/migrator.php:602 restorer.php:1452
5665
  msgid "Database access: Direct MySQL access is not available, so we are falling back to wpdb (this will be considerably slower)"
5666
  msgstr ""
5667
 
5668
+ #: restorer.php:1447
5669
  msgid "Failed to open database file"
5670
  msgstr ""
5671
 
5672
+ #: restorer.php:1426
5673
  msgid "Failed to find database file"
5674
  msgstr ""
5675
 
5676
+ #: restorer.php:1403
5677
  msgid "Warning: PHP safe_mode is active on your server. Timeouts are much more likely. If these happen, then you will need to manually restore the file via phpMyAdmin or another method."
5678
  msgstr ""
5679
 
5680
+ #: restorer.php:499
5681
  msgid "wp-config.php from backup: restoring (as per user's request)"
5682
  msgstr ""
5683
 
5684
+ #: restorer.php:494
5685
  msgid "wp-config.php from backup: will restore as wp-config-backup.php"
5686
  msgstr ""
5687
 
5688
+ #: restorer.php:385
5689
  msgid "Failed to write out the decrypted database to the filesystem"
5690
  msgstr ""
5691
 
5692
+ #: restorer.php:369
5693
  msgid "Failed to create a temporary directory"
5694
  msgstr ""
5695
 
5733
  msgid "UpdraftPlus is not able to directly restore this kind of entity. It must be restored manually."
5734
  msgstr ""
5735
 
5736
+ #: admin.php:3590 admin.php:3591
5737
  msgid "Could not find one of the files for restoration"
5738
  msgstr ""
5739
 
5740
+ #: admin.php:3685
5741
  msgid "Error message"
5742
  msgstr ""
5743
 
5744
+ #: admin.php:3587
5745
  msgid "The backup records do not contain information about the proper size of this file."
5746
  msgstr ""
5747
 
5748
+ #: admin.php:3579
5749
  msgid "Archive is expected to be size:"
5750
  msgstr ""
5751
 
5752
+ #: admin.php:3463
5753
  msgid "If making a request for support, please include this information:"
5754
  msgstr ""
5755
 
5756
+ #: admin.php:3462
5757
  msgid "ABORT: Could not find the information on which entities to restore."
5758
  msgstr ""
5759
 
5760
+ #: admin.php:3416
5761
  msgid "UpdraftPlus Restoration: Progress"
5762
  msgstr ""
5763
 
5764
+ #: admin.php:3368
5765
  msgid "This backup does not exist in the backup history - restoration aborted. Timestamp:"
5766
  msgstr ""
5767
 
5768
+ #: admin.php:3317
5769
  msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
5770
  msgstr ""
5771
 
5772
+ #: admin.php:3252
5773
  msgid "Press here to download"
5774
  msgstr ""
5775
 
5776
+ #: admin.php:3326
5777
  msgid "Delete this backup set"
5778
  msgstr ""
5779
 
5780
+ #: admin.php:2999
5781
  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."
5782
  msgstr ""
5783
 
5784
+ #: admin.php:2996
5785
  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."
5786
  msgstr ""
5787
 
5788
+ #: admin.php:2994
5789
  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)."
5790
  msgstr ""
5791
 
5792
+ #: methods/cloudfiles-new.php:86 methods/cloudfiles.php:448
5793
+ #: methods/openstack-base.php:513 methods/s3.php:799
5794
  msgid "Your web server's PHP installation does not included a required module (%s). Please contact your web hosting provider's support."
5795
  msgstr ""
5796
 
5826
  msgid "Use the server's SSL certificates"
5827
  msgstr ""
5828
 
5829
+ #: admin.php:2870
5830
  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."
5831
  msgstr ""
5832
 
5833
+ #: admin.php:2870
5834
  msgid "click here"
5835
  msgstr "এখানে ক্লিক করুন"
5836
 
5837
+ #: admin.php:2870
5838
  msgid "or, to reset this option"
5839
  msgstr ""
5840
 
5841
+ #: admin.php:2870
5842
  msgid "Follow this link to attempt to create the directory and set the permissions"
5843
  msgstr ""
5844
 
5845
+ #: admin.php:2862
5846
  msgid "Backup directory specified is writable, which is good."
5847
  msgstr ""
5848
 
5874
  msgid "Advanced / Debugging Settings"
5875
  msgstr ""
5876
 
5877
+ #: admin.php:597
5878
  msgid "Requesting start of backup..."
5879
  msgstr ""
5880
 
5881
+ #: addons/morefiles.php:234 admin.php:613
5882
  msgid "Cancel"
5883
  msgstr "বাতিল"
5884
 
5885
+ #: addons/reporting.php:216 admin.php:3141
5886
  msgid "None"
5887
  msgstr "কোনটিই না"
5888
 
5906
  msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
5907
  msgstr ""
5908
 
5909
+ #: addons/morefiles.php:380 admin.php:2940
5910
  msgid "Exclude these:"
5911
  msgstr ""
5912
 
5913
+ #: admin.php:2931
5914
  msgid "Any other directories found inside wp-content"
5915
  msgstr ""
5916
 
5926
  msgid "To fix the time at which a backup should take place,"
5927
  msgstr ""
5928
 
5929
+ #: admin.php:2856
5930
  msgid "Monthly"
5931
  msgstr "মাসিক"
5932
 
5933
+ #: admin.php:2855
5934
  msgid "Fortnightly"
5935
  msgstr "পাক্ষিক"
5936
 
5937
+ #: admin.php:2854
5938
  msgid "Weekly"
5939
  msgstr "সাপ্তাহিক"
5940
 
5941
+ #: admin.php:2853
5942
  msgid "Daily"
5943
  msgstr ""
5944
 
5945
+ #: admin.php:620 admin.php:2836
5946
  msgid "Download log file"
5947
  msgstr "লগ ফাইল ডাউনলোড করুন"
5948
 
5949
+ #: admin.php:2754
5950
  msgid "The folder exists, but your webserver does not have permission to write to it."
5951
  msgstr ""
5952
 
5953
+ #: admin.php:2749
5954
  msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it. You should check with your hosting provider that this will not cause any problems"
5955
  msgstr ""
5956
 
5957
+ #: admin.php:2735
5958
  msgid "The request to the filesystem to create the directory failed."
5959
  msgstr ""
5960
 
5961
+ #: addons/migrator.php:2243 admin.php:614 admin.php:2651 admin.php:2684
5962
+ #: admin.php:3326 templates/wp-admin/settings/delete-and-restore-modals.php:5
5963
  msgid "Delete"
5964
  msgstr "মুছুন"
5965
 
5966
+ #: admin.php:2591
5967
  msgid "show log"
5968
  msgstr "লগ দেখান"
5969
 
6076
  msgid "Delete backup set"
6077
  msgstr ""
6078
 
6079
+ #: admin.php:596
6080
  msgid "Download error: the server sent us a response which we did not understand."
6081
  msgstr ""
6082
 
6087
  #: addons/migrator.php:1879 addons/migrator.php:1889 addons/migrator.php:1894
6088
  #: addons/s3-enhanced.php:120 addons/s3-enhanced.php:125
6089
  #: addons/s3-enhanced.php:127 addons/sftp.php:736 addons/webdav.php:79
6090
+ #: admin.php:82 admin.php:588 admin.php:3584 admin.php:3614
6091
  #: methods/remotesend.php:76 methods/remotesend.php:234
6092
+ #: methods/updraftvault.php:434 restorer.php:1364
6093
  msgid "Error:"
6094
  msgstr ""
6095
 
6096
+ #: admin.php:579 templates/wp-admin/settings/downloading-and-restoring.php:34
6097
  msgid "calculating..."
6098
  msgstr ""
6099
 
6132
  msgid "More tasks:"
6133
  msgstr "আরও টাস্ক:"
6134
 
6135
+ #: admin.php:2354
6136
  msgid "Download most recently modified log file"
6137
  msgstr ""
6138
 
6139
+ #: admin.php:2313 admin.php:2319 central/bootstrap.php:161
6140
  msgid "(Nothing yet logged)"
6141
  msgstr ""
6142
 
6143
+ #: addons/autobackup.php:293 addons/autobackup.php:384 admin.php:2312
6144
+ #: admin.php:2317
6145
  msgid "Last log message"
6146
  msgstr ""
6147
 
6148
+ #: addons/migrator.php:218 admin.php:619 admin.php:3317
6149
  #: templates/wp-admin/settings/tab-status.php:30
6150
  msgid "Restore"
6151
  msgstr "পুনঃস্থাপন"
6152
 
6153
+ #: admin.php:448 admin.php:612 templates/wp-admin/settings/tab-status.php:27
6154
  msgid "Backup Now"
6155
  msgstr ""
6156
 
6157
+ #: addons/migrator.php:1774 addons/moredatabase.php:240
6158
+ #: addons/reporting.php:231 admin.php:233 admin.php:3116 admin.php:3189
6159
+ #: admin.php:3668 includes/class-wpadmin-commands.php:138
6160
  #: templates/wp-admin/settings/delete-and-restore-modals.php:81
6161
  #: templates/wp-admin/settings/delete-and-restore-modals.php:83
6162
  msgid "Database"
6163
  msgstr ""
6164
 
6165
+ #: admin.php:229 admin.php:4080
6166
  msgid "Files"
6167
  msgstr ""
6168
 
6186
  msgid "JavaScript warning"
6187
  msgstr ""
6188
 
6189
+ #: admin.php:599 admin.php:2381
6190
  msgid "Delete Old Directories"
6191
  msgstr ""
6192
 
6193
+ #: admin.php:2126
6194
  msgid "Current limit is:"
6195
  msgstr ""
6196
 
6197
+ #: admin.php:2100
6198
  msgid "Your backup has been restored."
6199
  msgstr ""
6200
 
6206
  msgid "Lead developer's homepage"
6207
  msgstr "প্রধান ডেভেলপার এর হোমপেজে"
6208
 
6209
+ #: admin.php:4000
6210
  msgid "Your settings have been wiped."
6211
  msgstr ""
6212
 
6213
+ #: admin.php:2060
6214
  msgid "Backup directory successfully created."
6215
  msgstr ""
6216
 
6217
+ #: admin.php:2053
6218
  msgid "Backup directory could not be created"
6219
  msgstr ""
6220
 
6221
+ #: admin.php:2623
6222
  msgid "Old directory removal failed for some reason. You may want to do this manually."
6223
  msgstr ""
6224
 
6225
+ #: admin.php:2621
6226
  msgid "Old directories successfully removed."
6227
  msgstr ""
6228
 
6229
+ #: admin.php:2618
6230
  msgid "Remove old directories"
6231
  msgstr ""
6232
 
6233
+ #: addons/migrator.php:281 addons/migrator.php:296 admin.php:2002
6234
+ #: admin.php:2011 admin.php:2020 admin.php:2062 admin.php:2625
6235
  msgid "Return to UpdraftPlus Configuration"
6236
  msgstr ""
6237
 
6238
+ #: admin.php:592 admin.php:2002 admin.php:2011 admin.php:2020 admin.php:2062
6239
+ #: admin.php:2625 templates/wp-admin/settings/existing-backups-table.php:14
6240
  msgid "Actions"
6241
  msgstr ""
6242
 
6243
+ #: admin.php:1991
6244
  msgid "Restore successful!"
6245
  msgstr ""
6246
 
6247
+ #: admin.php:1921
6248
  msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
6249
  msgstr ""
6250
 
6251
+ #: admin.php:1831
6252
  msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
6253
  msgstr ""
6254
 
6255
+ #: admin.php:1712
6256
  msgid "No local copy present."
6257
  msgstr ""
6258
 
6259
+ #: admin.php:1709
6260
  msgid "Download in progress"
6261
  msgstr "ডাউনলোড হচ্ছে"
6262
 
6263
+ #: admin.php:591 admin.php:1697
6264
  msgid "File ready."
6265
  msgstr "ফাইল তৈরি।"
6266
 
6267
+ #: admin.php:1678
6268
  msgid "Download failed"
6269
  msgstr ""
6270
 
6271
+ #: admin.php:589 admin.php:1469 admin.php:3567 class-updraftplus.php:980
6272
  #: class-updraftplus.php:1024 methods/addon-base.php:75
6273
  #: methods/addon-base.php:80 methods/addon-base.php:194
6274
+ #: methods/addon-base.php:214 methods/stream-base.php:201 restorer.php:2199
6275
+ #: restorer.php:2224 restorer.php:2306 updraftplus.php:147
6276
  msgid "Error"
6277
  msgstr ""
6278
 
6279
+ #: admin.php:1497
6280
  msgid "Could not find that job - perhaps it has already finished?"
6281
  msgstr ""
6282
 
6283
+ #: admin.php:1489
6284
  msgid "Job deleted"
6285
  msgstr ""
6286
 
6287
+ #: admin.php:1573
6288
  msgid "OK. You should soon see activity in the \"Last log message\" field below."
6289
  msgstr ""
6290
 
6291
+ #: admin.php:663
6292
  msgid "Nothing yet logged"
6293
  msgstr ""
6294
 
6295
+ #: admin.php:871
6296
  msgid "Please consult this FAQ if you have problems backing up."
6297
  msgstr ""
6298
 
6299
+ #: admin.php:871
6300
  msgid "Your website is hosted using the %s web server."
6301
  msgstr ""
6302
 
6303
+ #: admin.php:867
6304
  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."
6305
  msgstr ""
6306
 
6307
+ #: admin.php:863
6308
  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."
6309
  msgstr ""
6310
 
6311
+ #: admin.php:855 admin.php:859 admin.php:863 admin.php:867 admin.php:871
6312
+ #: admin.php:880 admin.php:2987 admin.php:2994 admin.php:2996
6313
+ #: methods/cloudfiles-new.php:86 methods/cloudfiles.php:448 methods/ftp.php:284
6314
  #: methods/openstack-base.php:513 methods/s3.php:795 methods/s3.php:799
6315
  #: methods/updraftvault.php:260
6316
  #: templates/wp-admin/settings/downloading-and-restoring.php:29
6318
  msgid "Warning"
6319
  msgstr "সতর্কতা"
6320
 
6321
+ #: admin.php:804
6322
  msgid "Add-Ons / Pro Support"
6323
  msgstr "অ্যাড অন / প্রো সাপোর্ট"
6324
 
6325
+ #: admin.php:464 admin.php:800 templates/wp-admin/settings/tab-bar.php:7
6326
  msgid "Settings"
6327
  msgstr "সেটিংস"
6328
 
6329
+ #: admin.php:773
6330
  msgid "Allowed Files"
6331
  msgstr ""
6332
 
6333
+ #: backup.php:232
6334
  msgid "Could not create %s zip. Consult the log file for more information."
6335
  msgstr ""
6336
 
6337
+ #: backup.php:1999
6338
  msgid "Infinite recursion: consult your log for more information"
6339
  msgstr ""
6340
 
6346
  msgid "Like UpdraftPlus and can spare one minute?"
6347
  msgstr ""
6348
 
6349
+ #: addons/azure.php:217 class-updraftplus.php:3660 methods/googledrive.php:838
6350
  msgid "File not found"
6351
  msgstr "ফাইলটি খুঁজে পাওয়া যায় নি"
6352
 
6353
+ #: class-updraftplus.php:3571
6354
  msgid "The decryption key used:"
6355
  msgstr ""
6356
 
6357
+ #: class-updraftplus.php:3571 class-updraftplus.php:3841 restorer.php:390
6358
  msgid "Decryption failed. The most likely cause is that you used the wrong key."
6359
  msgstr ""
6360
 
6361
+ #: class-updraftplus.php:3552 class-updraftplus.php:3829 restorer.php:377
6362
  msgid "Decryption failed. The database file is encrypted, but you have no encryption key entered."
6363
  msgstr ""
6364
 
6365
+ #: backup.php:1889
6366
  msgid "Could not open the backup file for writing"
6367
  msgstr ""
6368
 
6369
+ #: class-updraftplus.php:3186
6370
  msgid "Could not save backup history because we have no backup array. Backup probably failed."
6371
  msgstr ""
6372
 
6373
+ #: class-updraftplus.php:3163
6374
  msgid "Could not read the directory"
6375
  msgstr "ডিরেক্টরিটি পড়া যায়নি"
6376
 
6377
+ #: admin.php:1749 backup.php:1127 restorer.php:225
6378
  msgid "Backup directory (%s) is not writable, or does not exist."
6379
  msgstr ""
6380
 
6381
+ #: backup.php:931
6382
  msgid "WordPress backup is complete"
6383
  msgstr "ওয়ার্ডপ্রেস ব্যাক-আপ সমাপ্ত"
6384
 
6385
+ #: class-updraftplus.php:2736
6386
  msgid "The backup attempt has finished, apparently unsuccessfully"
6387
  msgstr ""
6388
 
6389
+ #: class-updraftplus.php:2721
6390
  msgid "The backup apparently succeeded and is now complete"
6391
  msgstr ""
6392
 
6393
+ #: addons/moredatabase.php:368
6394
  msgid "Encryption error occurred when encrypting database. Encryption aborted."
6395
  msgstr ""
6396
 
6397
+ #: class-updraftplus.php:2148
6398
  msgid "Could not create files in the backup directory. Backup aborted - check your UpdraftPlus settings."
6399
  msgstr "ব্যাকআপ ডিরেক্টরিতে ফাইল তৈরি করা সম্ভব হয় নি। ব্যাকআপ বন্ধ হয়ে গিয়্যেছে - আপনার UpdraftPlus সেটিংস দেখুন।"
6400
 
6401
+ #: class-updraftplus.php:1540
6402
  msgid "Others"
6403
  msgstr "অন্যান্য"
6404
 
6405
+ #: addons/multisite.php:452 class-updraftplus.php:1525
6406
  msgid "Uploads"
6407
  msgstr "আপলোডসমূহ"
6408
 
6409
+ #: class-updraftplus.php:1524
6410
  msgid "Themes"
6411
  msgstr "থিমসমূহ"
6412
 
6413
+ #: class-updraftplus.php:1523
6414
  msgid "Plugins"
6415
  msgstr "প্লাগইন"
6416
 
6418
  msgid "No log files were found."
6419
  msgstr "কোনও লগ ফাইল খুঁজে পাওয়া যায় নি।"
6420
 
6421
+ #: admin.php:1632 admin.php:1636 class-updraftplus.php:389
6422
  msgid "The log file could not be read."
6423
  msgstr "লগ ফাইলটি পড়া সম্ভব হয় নি।"
6424
 
6425
+ #: admin.php:887 admin.php:891 admin.php:895 admin.php:899 admin.php:903
6426
  #: class-updraftplus.php:354 class-updraftplus.php:389
6427
  #: class-updraftplus.php:394 class-updraftplus.php:399
6428
  msgid "UpdraftPlus notice:"
6429
  msgstr "UpdraftPlus নোটিশ:"
6430
 
6431
+ #: addons/multisite.php:63 addons/multisite.php:660 options.php:42
6432
  msgid "UpdraftPlus Backups"
6433
  msgstr "UpdraftPlus ব্যাকআপসমূহ"
languages/updraftplus-bs_BA.mo ADDED
Binary file
languages/updraftplus-bs_BA.po ADDED
@@ -0,0 +1,6433 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of UpdraftPlus in Bosnian
2
+ # This file is distributed under the same license as the UpdraftPlus package.
3
+ msgid ""
4
+ msgstr ""
5
+ "PO-Revision-Date: +0000\n"
6
+ "MIME-Version: 1.0\n"
7
+ "Content-Type: text/plain; charset=UTF-8\n"
8
+ "Content-Transfer-Encoding: 8bit\n"
9
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
10
+ "X-Generator: GlotPress/2.2.2\n"
11
+ "Language: bs_BA\n"
12
+ "Project-Id-Version: UpdraftPlus\n"
13
+
14
+ #: restorer.php:1629
15
+ msgid "Skipped tables:"
16
+ msgstr ""
17
+
18
+ #: class-updraftplus.php:4049
19
+ msgid "This database backup has the following WordPress tables excluded: %s"
20
+ msgstr ""
21
+
22
+ #: admin.php:2271
23
+ msgid "With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too."
24
+ msgstr ""
25
+
26
+ #: admin.php:2271
27
+ msgid "All WordPress tables will be backed up."
28
+ msgstr ""
29
+
30
+ #: admin.php:675
31
+ msgid "Further information may be found in the browser JavaScript console, and the server PHP error logs."
32
+ msgstr ""
33
+
34
+ #: admin.php:675
35
+ msgid "That you are attempting to upload a zip file previously created by UpdraftPlus."
36
+ msgstr ""
37
+
38
+ #: admin.php:675
39
+ msgid "The available memory on the server."
40
+ msgstr ""
41
+
42
+ #: admin.php:675
43
+ msgid "Any settings in your .htaccess or web.config file that affects the maximum upload or post size."
44
+ msgstr ""
45
+
46
+ #: admin.php:675
47
+ msgid "The file failed to upload. Please check the following:"
48
+ msgstr ""
49
+
50
+ #: admin.php:674
51
+ msgid "HTTP code:"
52
+ msgstr ""
53
+
54
+ #: admin.php:572
55
+ msgid "You have chosen to backup a database, but no tables have been selected"
56
+ msgstr ""
57
+
58
+ #: addons/moredatabase.php:484
59
+ msgid "tables"
60
+ msgstr ""
61
+
62
+ #: addons/moredatabase.php:483
63
+ msgid "WordPress database"
64
+ msgstr ""
65
+
66
+ #: addons/moredatabase.php:476
67
+ msgid "You should backup all tables unless you are an expert in the internals of the WordPress database."
68
+ msgstr ""
69
+
70
+ #: templates/wp-admin/settings/tab-addons.php:300
71
+ msgid "Everyone can use the free version; but UpdraftGold bundles an enhanced paid version."
72
+ msgstr ""
73
+
74
+ #: templates/wp-admin/settings/tab-addons.php:298
75
+ msgid "UpdraftCentral Cloud or Premium"
76
+ msgstr ""
77
+
78
+ #: templates/wp-admin/settings/tab-addons.php:281
79
+ #: templates/wp-admin/settings/tab-addons.php:301
80
+ msgid "Find out more"
81
+ msgstr ""
82
+
83
+ #: templates/wp-admin/settings/tab-addons.php:280
84
+ msgid "UpdraftPlus has its own embedded storage option, providing a zero-hassle way to download, store and manage all your backups from one place."
85
+ msgstr ""
86
+
87
+ #: templates/wp-admin/settings/tab-addons.php:272
88
+ msgid "UpdraftPlus Gold"
89
+ msgstr ""
90
+
91
+ #: templates/wp-admin/settings/tab-addons.php:266
92
+ msgid "UpdraftPlus Free"
93
+ msgstr ""
94
+
95
+ #: templates/wp-admin/settings/tab-addons.php:263
96
+ msgid "Other products bundled with UpdraftPlus Premium or Gold"
97
+ msgstr ""
98
+
99
+ #: templates/wp-admin/settings/tab-addons.php:249
100
+ msgid "Lock access to UpdraftPlus via a password so you choose which admin users can access backups."
101
+ msgstr ""
102
+
103
+ #: templates/wp-admin/settings/tab-addons.php:233
104
+ msgid "Some backup plugins can’t restore a backup, so Premium allows you to restore backups from other plugins."
105
+ msgstr ""
106
+
107
+ #: templates/wp-admin/settings/tab-addons.php:232
108
+ msgid "Importer"
109
+ msgstr ""
110
+
111
+ #: templates/wp-admin/settings/tab-addons.php:217
112
+ msgid "Tidy things up for clients and remove all adverts for our other products."
113
+ msgstr ""
114
+
115
+ #: templates/wp-admin/settings/tab-addons.php:216
116
+ msgid "No ads"
117
+ msgstr ""
118
+
119
+ #: templates/wp-admin/settings/tab-addons.php:201
120
+ msgid "Sophisticated reporting and emailing capabilities."
121
+ msgstr ""
122
+
123
+ #: templates/wp-admin/settings/tab-addons.php:185
124
+ msgid "Encrypt your sensitive databases (e.g. customer information or passwords); Backup external databases too."
125
+ msgstr ""
126
+
127
+ #: templates/wp-admin/settings/tab-addons.php:184
128
+ msgid "More database options"
129
+ msgstr ""
130
+
131
+ #: templates/wp-admin/settings/tab-addons.php:169
132
+ msgid "Set exact times to create or delete backups."
133
+ msgstr ""
134
+
135
+ #: templates/wp-admin/settings/tab-addons.php:168
136
+ msgid "Backup time and scheduling"
137
+ msgstr ""
138
+
139
+ #: templates/wp-admin/settings/tab-addons.php:153
140
+ msgid "Backup WordPress multisites (i.e, networks), securely."
141
+ msgstr ""
142
+
143
+ #: templates/wp-admin/settings/tab-addons.php:152
144
+ msgid "Network / multisite"
145
+ msgstr ""
146
+
147
+ #: templates/wp-admin/settings/tab-addons.php:137
148
+ msgid "Backup WordPress core and non-WP files and databases."
149
+ msgstr ""
150
+
151
+ #: templates/wp-admin/settings/tab-addons.php:121
152
+ msgid "Automatically backs up your website before any updates to plugins, themes and WordPress core."
153
+ msgstr ""
154
+
155
+ #: templates/wp-admin/settings/tab-addons.php:120
156
+ msgid "Pre-update backups"
157
+ msgstr ""
158
+
159
+ #: templates/wp-admin/settings/tab-addons.php:105
160
+ msgid "Provides expert help and support from the developers whenever you need it."
161
+ msgstr ""
162
+
163
+ #: templates/wp-admin/settings/tab-addons.php:104
164
+ msgid "Fast, personal support"
165
+ msgstr ""
166
+
167
+ #: templates/wp-admin/settings/tab-addons.php:89
168
+ msgid "UpdraftPlus Migrator clones your WordPress site and moves it to a new domain directly and simply."
169
+ msgstr ""
170
+
171
+ #: templates/wp-admin/settings/tab-addons.php:88
172
+ msgid "Cloning and migration"
173
+ msgstr ""
174
+
175
+ #: templates/wp-admin/settings/tab-addons.php:73
176
+ msgid "Get enhanced versions of the free remote storage options and even more remote storage options like OneDrive, SFTP, Azure, WebDAV and more with UpdraftPlus Premium."
177
+ msgstr ""
178
+
179
+ #: templates/wp-admin/settings/tab-addons.php:72
180
+ msgid "Additional and enhanced remote storage locations"
181
+ msgstr ""
182
+
183
+ #: templates/wp-admin/settings/tab-addons.php:57
184
+ msgid "To avoid server-wide risks, always backup to remote cloud storage. UpdraftPlus free includes Dropbox, Google Drive, Amazon S3, Rackspace and more."
185
+ msgstr ""
186
+
187
+ #: templates/wp-admin/settings/tab-addons.php:56
188
+ msgid "Backup to remote storage locations"
189
+ msgstr ""
190
+
191
+ #: templates/wp-admin/settings/tab-addons.php:47
192
+ #: templates/wp-admin/settings/tab-addons.php:50
193
+ #: templates/wp-admin/settings/tab-addons.php:320
194
+ #: templates/wp-admin/settings/tab-addons.php:323
195
+ msgid "Upgrade now"
196
+ msgstr ""
197
+
198
+ #: templates/wp-admin/settings/tab-addons.php:44
199
+ #: templates/wp-admin/settings/tab-addons.php:317
200
+ msgid "Installed"
201
+ msgstr ""
202
+
203
+ #: templates/wp-admin/settings/tab-addons.php:38
204
+ msgid "Gold"
205
+ msgstr ""
206
+
207
+ #: templates/wp-admin/settings/tab-addons.php:30
208
+ msgid "Free"
209
+ msgstr ""
210
+
211
+ #: templates/wp-admin/settings/tab-addons.php:30
212
+ #: templates/wp-admin/settings/tab-addons.php:34
213
+ #: templates/wp-admin/settings/tab-addons.php:38
214
+ msgid "UpdraftPlus"
215
+ msgstr ""
216
+
217
+ #: templates/wp-admin/settings/form-contents.php:241
218
+ msgid "Recommended: optimize your database with WP-Optimize."
219
+ msgstr ""
220
+
221
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:15
222
+ msgid "When you've backed up your database, we recommend you install our WP-Optimize plugin to streamline it for better website performance."
223
+ msgstr ""
224
+
225
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:15
226
+ msgid "WP-Optimize"
227
+ msgstr ""
228
+
229
+ #: templates/wp-admin/notices/bottom-notice.php:35
230
+ #: templates/wp-admin/notices/horizontal-notice.php:46
231
+ #: templates/wp-admin/notices/report-plain.php:33
232
+ #: templates/wp-admin/notices/report.php:30
233
+ msgid "Read more"
234
+ msgstr ""
235
+
236
+ #: includes/updraftplus-notices.php:182
237
+ msgid "After you've backed up your database, we recommend you install our WP-Optimize plugin to streamline it for better website performance."
238
+ msgstr ""
239
+
240
+ #: admin.php:595
241
+ msgid "Show contents"
242
+ msgstr ""
243
+
244
+ #: addons/morefiles.php:246
245
+ msgid "Please choose a file or directory"
246
+ msgstr ""
247
+
248
+ #: addons/morefiles.php:235
249
+ msgid "Confirm"
250
+ msgstr ""
251
+
252
+ #: addons/morefiles.php:238
253
+ msgid "Go up a directory"
254
+ msgstr ""
255
+
256
+ #: addons/morefiles.php:231
257
+ msgid "Add directory..."
258
+ msgstr ""
259
+
260
+ #: addons/morefiles.php:224 addons/morefiles.php:244
261
+ msgid "Edit"
262
+ msgstr ""
263
+
264
+ #: addons/morefiles.php:207
265
+ msgid "If using it, select a path from the directory tree below and then press confirm selection."
266
+ msgstr ""
267
+
268
+ #: central/modules/comments.php:340
269
+ msgid "Spam"
270
+ msgstr ""
271
+
272
+ #: central/modules/comments.php:339
273
+ msgid "Trash"
274
+ msgstr ""
275
+
276
+ #: central/modules/comments.php:338
277
+ msgid "Hold or Unapprove"
278
+ msgstr ""
279
+
280
+ #: central/modules/comments.php:337
281
+ msgid "Approve"
282
+ msgstr ""
283
+
284
+ #: central/modules/comments.php:332
285
+ msgid "Pings"
286
+ msgstr ""
287
+
288
+ #: central/modules/comments.php:331
289
+ msgid "Comments"
290
+ msgstr ""
291
+
292
+ #: addons/s3-enhanced.php:327
293
+ msgid "Europe (Frankfurt)"
294
+ msgstr ""
295
+
296
+ #: addons/s3-enhanced.php:326
297
+ msgid "Europe (London)"
298
+ msgstr ""
299
+
300
+ #: addons/s3-enhanced.php:325
301
+ msgid "Europe (Ireland)"
302
+ msgstr ""
303
+
304
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:15
305
+ msgid "WP-Optimize (free)"
306
+ msgstr ""
307
+
308
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:13
309
+ msgid "Explore our Cloud and Premium versions."
310
+ msgstr ""
311
+
312
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:13
313
+ msgid "Download it for free from WordPress.org"
314
+ msgstr ""
315
+
316
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:13
317
+ msgid "You can even use it to centrally manage and update all themes, plugins and WordPress core on all your sites without logging into them!"
318
+ msgstr ""
319
+
320
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:13
321
+ msgid "UpdraftCentral is a powerful remote control plugin for WordPress that allows you to control all your UpdraftPlus installs and backups from one central location."
322
+ msgstr ""
323
+
324
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:13
325
+ msgid "UpdraftCentral"
326
+ msgstr ""
327
+
328
+ #: templates/wp-admin/notices/horizontal-notice.php:6
329
+ msgid "notice image"
330
+ msgstr ""
331
+
332
+ #: templates/wp-admin/notices/bottom-notice.php:33
333
+ #: templates/wp-admin/notices/horizontal-notice.php:44
334
+ #: templates/wp-admin/notices/report-plain.php:31
335
+ #: templates/wp-admin/notices/report.php:28
336
+ msgid "Go there"
337
+ msgstr ""
338
+
339
+ #: templates/wp-admin/notices/bottom-notice.php:31
340
+ #: templates/wp-admin/notices/horizontal-notice.php:42
341
+ #: templates/wp-admin/notices/report-plain.php:29
342
+ #: templates/wp-admin/notices/report.php:26
343
+ msgid "Sign up"
344
+ msgstr ""
345
+
346
+ #: templates/wp-admin/notices/bottom-notice.php:29
347
+ #: templates/wp-admin/notices/horizontal-notice.php:40
348
+ #: templates/wp-admin/notices/report-plain.php:27
349
+ #: templates/wp-admin/notices/report.php:24
350
+ msgid "Get Premium"
351
+ msgstr ""
352
+
353
+ #: templates/wp-admin/notices/bottom-notice.php:27
354
+ #: templates/wp-admin/notices/horizontal-notice.php:38
355
+ #: templates/wp-admin/notices/report-plain.php:25
356
+ #: templates/wp-admin/notices/report.php:22
357
+ msgid "Review UpdraftPlus"
358
+ msgstr ""
359
+
360
+ #: templates/wp-admin/notices/bottom-notice.php:25
361
+ #: templates/wp-admin/notices/horizontal-notice.php:36
362
+ #: templates/wp-admin/notices/report-plain.php:23
363
+ #: templates/wp-admin/notices/report.php:20
364
+ msgid "Get UpdraftCentral"
365
+ msgstr ""
366
+
367
+ #: templates/wp-admin/advanced/site-info.php:84
368
+ msgid "Apache modules"
369
+ msgstr ""
370
+
371
+ #: includes/updraftplus-notices.php:246
372
+ msgid "Summer sale - 20% off UpdraftPlus Premium until July 31st"
373
+ msgstr ""
374
+
375
+ #: includes/updraftplus-notices.php:233
376
+ msgid "Spring sale - 20% off UpdraftPlus Premium until April 31st"
377
+ msgstr ""
378
+
379
+ #: includes/updraftplus-notices.php:220
380
+ msgid "Happy New Year - 20% off UpdraftPlus Premium until January 1st"
381
+ msgstr ""
382
+
383
+ #: includes/updraftplus-notices.php:207
384
+ msgid "Christmas sale - 20% off UpdraftPlus Premium until December 25th"
385
+ msgstr ""
386
+
387
+ #: includes/updraftplus-notices.php:195 includes/updraftplus-notices.php:208
388
+ #: includes/updraftplus-notices.php:221 includes/updraftplus-notices.php:234
389
+ #: includes/updraftplus-notices.php:247
390
+ msgid "To benefit, use this discount code:"
391
+ msgstr ""
392
+
393
+ #: includes/updraftplus-notices.php:194
394
+ msgid "Black Friday - 20% off UpdraftPlus Premium until November 30th"
395
+ msgstr ""
396
+
397
+ #: includes/updraftplus-notices.php:172
398
+ msgid "UpdraftPlus Premium can automatically backup your plugins/themes/database before you update, without you needing to remember."
399
+ msgstr ""
400
+
401
+ #: includes/updraftplus-notices.php:151 includes/updraftplus-notices.php:161
402
+ msgid "UpdraftPlus Blog - get up-to-date news and offers"
403
+ msgstr ""
404
+
405
+ #: includes/updraftplus-notices.php:141
406
+ msgid "UpdraftPlus Newsletter"
407
+ msgstr ""
408
+
409
+ #: includes/updraftplus-notices.php:112
410
+ msgid "Control all your WordPress installations from one place using UpdraftCentral remote site management!"
411
+ msgstr ""
412
+
413
+ #: includes/updraftplus-notices.php:111
414
+ msgid "Do you use UpdraftPlus on multiple sites?"
415
+ msgstr ""
416
+
417
+ #: includes/updraftplus-notices.php:92
418
+ #: templates/wp-admin/settings/tab-addons.php:300
419
+ msgid "UpdraftCentral is a highly efficient way to manage, update and backup multiple websites from one place."
420
+ msgstr ""
421
+
422
+ #: includes/updraftplus-notices.php:91
423
+ msgid "Introducing UpdraftCentral"
424
+ msgstr ""
425
+
426
+ #: includes/updraftplus-notices.php:82
427
+ msgid "Copy your site to another domain directly. Includes find-and-replace tool for database references."
428
+ msgstr ""
429
+
430
+ #: includes/updraftplus-notices.php:81
431
+ msgid "easily migrate or clone your site in minutes"
432
+ msgstr ""
433
+
434
+ #: includes/updraftplus-notices.php:72
435
+ msgid "Add SFTP to send your data securely, lock settings and encrypt your database backups for extra security."
436
+ msgstr ""
437
+
438
+ #: includes/updraftplus-notices.php:71
439
+ msgid "secure your backups"
440
+ msgstr ""
441
+
442
+ #: includes/updraftplus-notices.php:62
443
+ msgid "Secure multisite installation, advanced reporting and much more."
444
+ msgstr ""
445
+
446
+ #: includes/updraftplus-notices.php:61
447
+ msgid "advanced options"
448
+ msgstr ""
449
+
450
+ #: includes/updraftplus-notices.php:52
451
+ msgid "Enhanced storage options for Dropbox, Google Drive and S3. Plus many more options."
452
+ msgstr ""
453
+
454
+ #: includes/updraftplus-notices.php:51
455
+ msgid "enhanced remote storage options"
456
+ msgstr ""
457
+
458
+ #: includes/updraftplus-notices.php:42
459
+ msgid "The ultimately secure and convenient place to store your backups."
460
+ msgstr ""
461
+
462
+ #: includes/updraftplus-notices.php:41
463
+ #: templates/wp-admin/settings/tab-addons.php:278
464
+ msgid "UpdraftVault storage"
465
+ msgstr ""
466
+
467
+ #: includes/updraftplus-notices.php:32
468
+ msgid "Enjoy professional, fast, and friendly help whenever you need it."
469
+ msgstr ""
470
+
471
+ #: includes/updraftplus-notices.php:31
472
+ msgid "support"
473
+ msgstr ""
474
+
475
+ #: includes/updraftplus-notices.php:30 includes/updraftplus-notices.php:40
476
+ #: includes/updraftplus-notices.php:50 includes/updraftplus-notices.php:60
477
+ #: includes/updraftplus-notices.php:70 includes/updraftplus-notices.php:80
478
+ msgid "UpdraftPlus Premium:"
479
+ msgstr ""
480
+
481
+ #: templates/wp-admin/settings/tab-status.php:71
482
+ msgid "Then, try out our \"Migrator\" add-on which can perform a direct site-to-site migration. After using it once, you'll have saved the purchase price compared to the time needed to copy a site by hand."
483
+ msgstr ""
484
+
485
+ #: addons/s3-enhanced.php:324
486
+ msgid "Canada Central"
487
+ msgstr ""
488
+
489
+ #: templates/wp-admin/advanced/tools-menu.php:22
490
+ msgid "Site size"
491
+ msgstr ""
492
+
493
+ #: templates/wp-admin/advanced/tools-menu.php:10
494
+ #: templates/wp-admin/settings/tab-addons.php:248
495
+ msgid "Lock settings"
496
+ msgstr ""
497
+
498
+ #: templates/wp-admin/advanced/site-info.php:5
499
+ #: templates/wp-admin/advanced/tools-menu.php:6
500
+ msgid "Site information"
501
+ msgstr ""
502
+
503
+ #: templates/wp-admin/advanced/search-replace.php:9
504
+ msgid "For the ability to migrate websites, upgrade to UpdraftPlus Premium."
505
+ msgstr ""
506
+
507
+ #: templates/wp-admin/advanced/export-settings.php:15
508
+ msgid "Import settings"
509
+ msgstr ""
510
+
511
+ #: templates/wp-admin/advanced/export-settings.php:12
512
+ msgid "You can also import previously-exported settings. This tool will replace all your saved settings."
513
+ msgstr ""
514
+
515
+ #: templates/wp-admin/advanced/export-settings.php:9
516
+ msgid "Export settings"
517
+ msgstr ""
518
+
519
+ #: templates/wp-admin/advanced/export-settings.php:7
520
+ msgid "including any passwords"
521
+ msgstr ""
522
+
523
+ #: templates/wp-admin/advanced/export-settings.php:7
524
+ msgid "Here, you can export your UpdraftPlus settings (%s), either for using on another site, or to keep as a backup. This tool will export what is currently in the settings tab."
525
+ msgstr ""
526
+
527
+ #: templates/wp-admin/advanced/export-settings.php:5
528
+ #: templates/wp-admin/advanced/tools-menu.php:26
529
+ msgid "Export / import settings"
530
+ msgstr ""
531
+
532
+ #: restorer.php:1995
533
+ msgid "Skipping site %s: this table (%s) and others from the site will not be restored"
534
+ msgstr ""
535
+
536
+ #: restorer.php:1814
537
+ msgid "Processing table (%s)"
538
+ msgstr ""
539
+
540
+ #: restorer.php:1595
541
+ msgid "Backup of: %s"
542
+ msgstr ""
543
+
544
+ #: methods/googledrive.php:212
545
+ msgid "The client has been deleted from the Google Drive API console. Please create a new Google Drive project and reconnect with UpdraftPlus."
546
+ msgstr ""
547
+
548
+ #: methods/dropbox.php:569
549
+ msgid "%s de-authentication"
550
+ msgstr ""
551
+
552
+ #: methods/dropbox.php:537
553
+ msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
554
+ msgstr ""
555
+
556
+ #: methods/dropbox.php:511
557
+ msgid "Follow this link to deauthenticate with %s."
558
+ msgstr ""
559
+
560
+ #: central/bootstrap.php:542
561
+ msgid "UpdraftCentral enables control of your WordPress sites (including management of backups and updates) from a central dashboard."
562
+ msgstr ""
563
+
564
+ #: backup.php:1495
565
+ msgid "If not, you will need to either remove data from this table, or contact your hosting company to request more resources."
566
+ msgstr ""
567
+
568
+ #: templates/wp-admin/settings/tab-status.php:82
569
+ msgid "You have selected a remote storage option which has an authorization step to complete:"
570
+ msgstr ""
571
+
572
+ #: admin.php:1391
573
+ msgid "Remote files deleted:"
574
+ msgstr ""
575
+
576
+ #: admin.php:1390
577
+ msgid "Local files deleted:"
578
+ msgstr ""
579
+
580
+ #: admin.php:887 admin.php:891 admin.php:899 admin.php:903
581
+ msgid "Follow this link to authorize access to your %s account (you will not be able to back up to %s without it)."
582
+ msgstr ""
583
+
584
+ #: admin.php:673
585
+ msgid "remote files deleted"
586
+ msgstr ""
587
+
588
+ #: admin.php:671
589
+ msgid "Complete"
590
+ msgstr ""
591
+
592
+ #: admin.php:670
593
+ msgid "Do you want to carry out the import?"
594
+ msgstr ""
595
+
596
+ #: admin.php:669
597
+ msgid "Which was exported on:"
598
+ msgstr ""
599
+
600
+ #: admin.php:668
601
+ msgid "This will import data from:"
602
+ msgstr ""
603
+
604
+ #: admin.php:667
605
+ msgid "Importing..."
606
+ msgstr ""
607
+
608
+ #: admin.php:664
609
+ msgid "You have not yet selected a file to import."
610
+ msgstr ""
611
+
612
+ #: admin.php:648
613
+ msgid "Your export file will be of your displayed settings, not your saved ones."
614
+ msgstr ""
615
+
616
+ #: admin.php:82
617
+ msgid "template not found"
618
+ msgstr ""
619
+
620
+ #: addons/s3-enhanced.php:320
621
+ msgid "US East (Ohio)"
622
+ msgstr ""
623
+
624
+ #: addons/onedrive.php:953
625
+ msgid "This site uses a URL which is either non-HTTPS, or is localhost or 127.0.0.1 URL. As such, you must use the main %s %s App to authenticate with your account."
626
+ msgstr ""
627
+
628
+ #: addons/onedrive.php:635
629
+ msgid "Account is not authorized (%s)."
630
+ msgstr ""
631
+
632
+ #: addons/onedrive.php:596 udaddons/updraftplus-addons.php:732
633
+ msgid "Your IP address:"
634
+ msgstr ""
635
+
636
+ #: addons/onedrive.php:596 udaddons/updraftplus-addons.php:732
637
+ #: udaddons/updraftplus-addons.php:747
638
+ msgid "To remove any block, please go here."
639
+ msgstr ""
640
+
641
+ #: addons/onedrive.php:581 udaddons/updraftplus-addons.php:717
642
+ msgid "An error response was received; HTTP code:"
643
+ msgstr ""
644
+
645
+ #: includes/class-commands.php:309
646
+ msgid "%s add-on not found"
647
+ msgstr ""
648
+
649
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:62
650
+ msgid "or to restore manually"
651
+ msgstr ""
652
+
653
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:62
654
+ 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"
655
+ msgstr ""
656
+
657
+ #: admin.php:2096
658
+ msgid "To fix this problem go here."
659
+ msgstr ""
660
+
661
+ #: admin.php:2096
662
+ msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
663
+ msgstr ""
664
+
665
+ #: admin.php:633
666
+ msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
667
+ msgstr ""
668
+
669
+ #: addons/webdav.php:92
670
+ msgid "Path"
671
+ msgstr ""
672
+
673
+ #: addons/webdav.php:87
674
+ msgid "Leave this blank to use the default (80 for webdav, 443 for webdavs)"
675
+ msgstr ""
676
+
677
+ #: addons/webdav.php:79
678
+ msgid "Enter any path in the field below."
679
+ msgstr ""
680
+
681
+ #: addons/webdav.php:79
682
+ msgid "A host name cannot contain a slash."
683
+ msgstr ""
684
+
685
+ #: addons/webdav.php:54
686
+ msgid "Protocol (SSL or not)"
687
+ msgstr ""
688
+
689
+ #: addons/webdav.php:49
690
+ msgid "This WebDAV URL is generated by filling in the options below. If you do not know the details, then you will need to ask your WebDAV provider."
691
+ msgstr ""
692
+
693
+ #: udaddons/updraftplus-addons.php:750
694
+ msgid "No response data was received. This usually indicates a network connectivity issue (e.g. an outgoing firewall or overloaded network) between this site and UpdraftPlus.com."
695
+ msgstr ""
696
+
697
+ #: methods/s3.php:1012
698
+ msgid "The AWS access key looks to be wrong (valid %s access keys begin with \"AK\")"
699
+ msgstr ""
700
+
701
+ #: methods/s3.php:89
702
+ msgid "No settings were found - please go to the Settings tab and check your settings"
703
+ msgstr ""
704
+
705
+ #: templates/wp-admin/settings/form-contents.php:123
706
+ msgid "Backup using %s?"
707
+ msgstr ""
708
+
709
+ #: addons/s3-enhanced.php:331
710
+ msgid "Asia Pacific (Mumbai)"
711
+ msgstr ""
712
+
713
+ #: addons/s3-enhanced.php:55
714
+ msgid "Reduced redundancy"
715
+ msgstr ""
716
+
717
+ #: addons/s3-enhanced.php:54
718
+ msgid "Standard (infrequent access)"
719
+ msgstr ""
720
+
721
+ #: templates/wp-admin/settings/header.php:14
722
+ msgid "FAQs"
723
+ msgstr ""
724
+
725
+ #: udaddons/plugin-updates/plugin-update-checker.php:824
726
+ msgid "Unknown update checker status \"%s\""
727
+ msgstr ""
728
+
729
+ #: udaddons/plugin-updates/plugin-update-checker.php:822
730
+ msgid "A new version of this plugin is available."
731
+ msgstr ""
732
+
733
+ #: udaddons/plugin-updates/plugin-update-checker.php:820
734
+ msgid "This plugin is up to date."
735
+ msgstr ""
736
+
737
+ #: udaddons/plugin-updates/plugin-update-checker.php:776
738
+ msgid "Check for updates"
739
+ msgstr ""
740
+
741
+ #: udaddons/plugin-updates/github-checker.php:119
742
+ msgid "There is no changelog available."
743
+ msgstr ""
744
+
745
+ #: central/bootstrap.php:492
746
+ 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."
747
+ msgstr ""
748
+
749
+ #: central/bootstrap.php:489
750
+ msgid "More information..."
751
+ msgstr ""
752
+
753
+ #: central/bootstrap.php:487
754
+ msgid "Use the alternative method for making a connection with the dashboard."
755
+ msgstr ""
756
+
757
+ #: central/bootstrap.php:470
758
+ msgid "Dashboard at"
759
+ msgstr ""
760
+
761
+ #: central/bootstrap.php:419
762
+ msgid "Key size: %d bits"
763
+ msgstr ""
764
+
765
+ #: central/bootstrap.php:414
766
+ msgid "Public key was sent to:"
767
+ msgstr ""
768
+
769
+ #: backup.php:2054
770
+ msgid "Failed to open directory (check the file permissions and ownership): %s"
771
+ msgstr ""
772
+
773
+ #: backup.php:2032
774
+ msgid "%s: unreadable file - could not be backed up (check the file permissions and ownership)"
775
+ msgstr ""
776
+
777
+ #: addons/migrator.php:2208
778
+ msgid "Create key"
779
+ msgstr ""
780
+
781
+ #: addons/migrator.php:2205 central/bootstrap.php:506
782
+ msgid "slower, strongest"
783
+ msgstr ""
784
+
785
+ #: addons/migrator.php:2204 central/bootstrap.php:505
786
+ msgid "recommended"
787
+ msgstr ""
788
+
789
+ #: addons/migrator.php:2204 central/bootstrap.php:505
790
+ msgid "%s bytes"
791
+ msgstr ""
792
+
793
+ #: addons/migrator.php:2203 central/bootstrap.php:504
794
+ msgid "faster (possibility for slow PHP installs)"
795
+ msgstr ""
796
+
797
+ #: addons/migrator.php:2202 central/bootstrap.php:503
798
+ msgid "easy to break, fastest"
799
+ msgstr ""
800
+
801
+ #: addons/migrator.php:2202 addons/migrator.php:2203 addons/migrator.php:2205
802
+ #: central/bootstrap.php:503 central/bootstrap.php:504
803
+ #: central/bootstrap.php:506
804
+ msgid "%s bits"
805
+ msgstr ""
806
+
807
+ #: addons/migrator.php:2200 central/bootstrap.php:501
808
+ msgid "Encryption key size:"
809
+ msgstr ""
810
+
811
+ #: addons/migrator.php:2198
812
+ msgid "Enter your chosen name"
813
+ msgstr ""
814
+
815
+ #: addons/migrator.php:2197
816
+ msgid "Create a key: give this key a unique name (e.g. indicate the site it is for), then press \"Create Key\":"
817
+ msgstr ""
818
+
819
+ #: methods/googledrive.php:422
820
+ msgid "Upload expected to fail: the %s limit for any single file is %s, whereas this file is %s GB (%d bytes)"
821
+ msgstr ""
822
+
823
+ #: methods/ftp.php:383
824
+ msgid "This is sometimes caused by a firewall - try turning off SSL in the expert settings, and testing again."
825
+ msgstr ""
826
+
827
+ #: methods/ftp.php:355
828
+ msgid "login"
829
+ msgstr ""
830
+
831
+ #: methods/email.php:77
832
+ msgid "Be aware that mail servers tend to have size limits; typically around %s MB; backups larger than any limits will likely not arrive."
833
+ msgstr ""
834
+
835
+ #: methods/email.php:28
836
+ msgid "This backup archive is %s MB in size - the attempt to send this via email is likely to fail (few email servers allow attachments of this size). If so, you should switch to using a different remote storage method."
837
+ msgstr ""
838
+
839
+ #: class-updraftplus.php:1484
840
+ msgid "Size: %s MB"
841
+ msgstr ""
842
+
843
+ #: central/bootstrap.php:479
844
+ msgid "Other (please specify - i.e. the site where you have installed an UpdraftCentral dashboard)"
845
+ msgstr ""
846
+
847
+ #: central/bootstrap.php:474
848
+ msgid "i.e. you have an account there"
849
+ msgstr ""
850
+
851
+ #: templates/wp-admin/settings/form-contents.php:326
852
+ 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)."
853
+ msgstr ""
854
+
855
+ #: templates/wp-admin/settings/tab-status.php:48
856
+ msgid "Now"
857
+ msgstr ""
858
+
859
+ #: class-updraftplus.php:3913 restorer.php:996
860
+ msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
861
+ msgstr ""
862
+
863
+ #: templates/wp-admin/settings/form-contents.php:112
864
+ msgid "(tap on an icon to select or unselect)"
865
+ msgstr ""
866
+
867
+ #: methods/updraftvault.php:291 methods/updraftvault.php:297
868
+ #: methods/updraftvault.php:303
869
+ msgid "%s per year"
870
+ msgstr ""
871
+
872
+ #: methods/updraftvault.php:290 methods/updraftvault.php:296
873
+ #: methods/updraftvault.php:302
874
+ msgid "or (annual discount)"
875
+ msgstr ""
876
+
877
+ #: methods/updraftvault.php:235
878
+ msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
879
+ msgstr ""
880
+
881
+ #: class-updraftplus.php:354 class-updraftplus.php:399
882
+ msgid "The given file was not found, or could not be read."
883
+ msgstr ""
884
+
885
+ #: central/bootstrap.php:540
886
+ msgid "UpdraftCentral (Remote Control)"
887
+ msgstr ""
888
+
889
+ #: central/bootstrap.php:528
890
+ msgid "fetch..."
891
+ msgstr ""
892
+
893
+ #: central/bootstrap.php:527
894
+ msgid "View recent UpdraftCentral log events"
895
+ msgstr ""
896
+
897
+ #: central/bootstrap.php:482
898
+ msgid "URL of mothership"
899
+ msgstr ""
900
+
901
+ #: central/bootstrap.php:465
902
+ msgid "Enter any description"
903
+ msgstr ""
904
+
905
+ #: central/bootstrap.php:462
906
+ msgid "Description"
907
+ msgstr ""
908
+
909
+ #: central/bootstrap.php:456
910
+ msgid "Create new key"
911
+ msgstr ""
912
+
913
+ #: central/bootstrap.php:424
914
+ msgid "Delete..."
915
+ msgstr ""
916
+
917
+ #: central/bootstrap.php:417
918
+ msgid "Created:"
919
+ msgstr ""
920
+
921
+ #: central/bootstrap.php:414
922
+ msgid "Access this site as user:"
923
+ msgstr ""
924
+
925
+ #: central/bootstrap.php:382
926
+ msgid "No keys have yet been created."
927
+ msgstr ""
928
+
929
+ #: central/bootstrap.php:436
930
+ msgid "Details"
931
+ msgstr ""
932
+
933
+ #: central/bootstrap.php:435
934
+ msgid "Key description"
935
+ msgstr ""
936
+
937
+ #: central/bootstrap.php:310 central/bootstrap.php:321
938
+ msgid "A key was created, but the attempt to register it with %s was unsuccessful - please try again later."
939
+ msgstr ""
940
+
941
+ #: central/bootstrap.php:193
942
+ msgid "An invalid URL was entered"
943
+ msgstr ""
944
+
945
+ #: central/bootstrap.php:80
946
+ msgid "Close..."
947
+ msgstr ""
948
+
949
+ #: central/bootstrap.php:72
950
+ msgid "This connection appears to already have been made."
951
+ msgstr ""
952
+
953
+ #: central/bootstrap.php:68
954
+ msgid "You must visit this link in the same browser and login session as you created the key in."
955
+ msgstr ""
956
+
957
+ #: central/bootstrap.php:61
958
+ msgid "You must visit this URL in the same browser and login session as you created the key in."
959
+ msgstr ""
960
+
961
+ #: central/bootstrap.php:61
962
+ msgid "You are not logged into this WordPress site in your web browser."
963
+ msgstr ""
964
+
965
+ #: central/bootstrap.php:55
966
+ msgid "The key referred to was unknown."
967
+ msgstr ""
968
+
969
+ #: central/bootstrap.php:52
970
+ msgid "A new UpdraftCentral connection has not been made."
971
+ msgstr ""
972
+
973
+ #: central/bootstrap.php:50
974
+ msgid "An UpdraftCentral connection has been made successfully."
975
+ msgstr ""
976
+
977
+ #: central/bootstrap.php:47
978
+ msgid "UpdraftCentral Connection"
979
+ msgstr ""
980
+
981
+ #: backup.php:837 class-updraftplus.php:2715
982
+ msgid "The backup was aborted by the user"
983
+ msgstr ""
984
+
985
+ #: admin.php:3953
986
+ msgid "Your settings have been saved."
987
+ msgstr ""
988
+
989
+ #: admin.php:3146
990
+ msgid "Total backup size:"
991
+ msgstr ""
992
+
993
+ #: admin.php:2593
994
+ msgid "stop"
995
+ msgstr ""
996
+
997
+ #: admin.php:2431
998
+ msgid "The backup has finished running"
999
+ msgstr ""
1000
+
1001
+ #: templates/wp-admin/advanced/tools-menu.php:30
1002
+ #: templates/wp-admin/advanced/wipe-settings.php:5
1003
+ #: templates/wp-admin/advanced/wipe-settings.php:9
1004
+ msgid "Wipe settings"
1005
+ msgstr ""
1006
+
1007
+ #: templates/wp-admin/advanced/site-info.php:95
1008
+ msgid "reset"
1009
+ msgstr ""
1010
+
1011
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:21
1012
+ msgid "these backup sets"
1013
+ msgstr ""
1014
+
1015
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:18
1016
+ msgid "this backup set"
1017
+ msgstr ""
1018
+
1019
+ #: templates/wp-admin/settings/downloading-and-restoring.php:34
1020
+ msgid "calculate"
1021
+ msgstr ""
1022
+
1023
+ #: admin.php:647
1024
+ msgid "You should save your changes to ensure that they are used for making your backup."
1025
+ msgstr ""
1026
+
1027
+ #: admin.php:641
1028
+ msgid "We requested to delete the file, but could not understand the server's response"
1029
+ msgstr ""
1030
+
1031
+ #: admin.php:640
1032
+ msgid "Please enter a valid URL"
1033
+ msgstr ""
1034
+
1035
+ #: admin.php:623
1036
+ msgid "Saving..."
1037
+ msgstr ""
1038
+
1039
+ #: admin.php:586
1040
+ msgid "Error: the server sent us a response which we did not understand."
1041
+ msgstr ""
1042
+
1043
+ #: admin.php:578
1044
+ msgid "Fetching..."
1045
+ msgstr ""
1046
+
1047
+ #: addons/s3-enhanced.php:328
1048
+ msgid "Asia Pacific (Seoul)"
1049
+ msgstr ""
1050
+
1051
+ #: addons/copycom.php:43 addons/copycom.php:81
1052
+ msgid "Barracuda have closed down Copy.Com, as of May 1st, 2016. See:"
1053
+ msgstr ""
1054
+
1055
+ #: restorer.php:1618
1056
+ msgid "Uploads URL:"
1057
+ msgstr ""
1058
+
1059
+ #: backup.php:388
1060
+ msgid "Unexpected error: no class '%s' was found (your UpdraftPlus installation seems broken - try re-installing)"
1061
+ msgstr ""
1062
+
1063
+ #: addons/onedrive.php:56
1064
+ msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
1065
+ msgstr ""
1066
+
1067
+ #: restorer.php:2019
1068
+ msgid "Skipping table %s: this table will not be restored"
1069
+ msgstr ""
1070
+
1071
+ #: class-updraftplus.php:3964 restorer.php:1642
1072
+ msgid "To import an ordinary WordPress site into a multisite installation requires %s."
1073
+ msgstr ""
1074
+
1075
+ #: class-updraftplus.php:3960
1076
+ msgid "Please read this link for important information on this process."
1077
+ msgstr ""
1078
+
1079
+ #: class-updraftplus.php:3960
1080
+ msgid "It will be imported as a new site."
1081
+ msgstr ""
1082
+
1083
+ #: admin.php:2244 templates/wp-admin/notices/horizontal-notice.php:16
1084
+ #: templates/wp-admin/notices/horizontal-notice.php:18
1085
+ msgid "Dismiss"
1086
+ msgstr ""
1087
+
1088
+ #: admin.php:659
1089
+ msgid "Please fill in the required information."
1090
+ msgstr ""
1091
+
1092
+ #: addons/multisite.php:556
1093
+ msgid "Read more..."
1094
+ msgstr ""
1095
+
1096
+ #: addons/multisite.php:556
1097
+ msgid "N.B. this option only affects the restoration of the database and uploads - other file entities (such as plugins) in WordPress are shared by the whole network."
1098
+ msgstr ""
1099
+
1100
+ #: addons/multisite.php:547
1101
+ msgid "may include some site-wide data"
1102
+ msgstr ""
1103
+
1104
+ #: addons/multisite.php:542
1105
+ msgid "All sites"
1106
+ msgstr ""
1107
+
1108
+ #: addons/multisite.php:538
1109
+ msgid "Which site to restore"
1110
+ msgstr ""
1111
+
1112
+ #: addons/multisite.php:374 addons/multisite.php:384
1113
+ msgid "Restoring only the site with id=%s: removing other data (if any) from the unpacked backup"
1114
+ msgstr ""
1115
+
1116
+ #: addons/migrator.php:532
1117
+ msgid "<strong>ERROR</strong>: problem creating site entry."
1118
+ msgstr ""
1119
+
1120
+ #: addons/migrator.php:506 addons/migrator.php:507
1121
+ msgid "Error when creating new site at your chosen address:"
1122
+ msgstr ""
1123
+
1124
+ #: addons/migrator.php:448
1125
+ msgid "Required information for restoring this backup was not given (%s)"
1126
+ msgstr ""
1127
+
1128
+ #: addons/migrator.php:407
1129
+ msgid "Attribute imported content to user"
1130
+ msgstr ""
1131
+
1132
+ #: addons/migrator.php:397 addons/migrator.php:399
1133
+ msgid "You must use lower-case letters or numbers for the site path, only."
1134
+ msgstr ""
1135
+
1136
+ #: addons/migrator.php:377
1137
+ msgid "This feature is not compatible with %s"
1138
+ msgstr ""
1139
+
1140
+ #: addons/migrator.php:375 addons/migrator.php:377
1141
+ msgid "Importing a single site into a multisite install"
1142
+ msgstr ""
1143
+
1144
+ #: addons/migrator.php:366
1145
+ msgid "other content from wp-content"
1146
+ msgstr ""
1147
+
1148
+ #: addons/migrator.php:363
1149
+ msgid "WordPress core"
1150
+ msgstr ""
1151
+
1152
+ #: addons/migrator.php:363 addons/migrator.php:366 addons/migrator.php:369
1153
+ msgid "You selected %s to be included in the restoration - this cannot / should not be done when importing a single site into a network."
1154
+ msgstr ""
1155
+
1156
+ #: templates/wp-admin/advanced/site-info.php:93
1157
+ msgid "Call WordPress action:"
1158
+ msgstr ""
1159
+
1160
+ #: admin.php:2279
1161
+ msgid "Your saved settings also affect what is backed up - e.g. files excluded."
1162
+ msgstr ""
1163
+
1164
+ #: admin.php:3554
1165
+ msgid "Skipping: this archive was already restored."
1166
+ msgstr ""
1167
+
1168
+ #: templates/wp-admin/settings/form-contents.php:167
1169
+ msgid "File Options"
1170
+ msgstr ""
1171
+
1172
+ #: templates/wp-admin/settings/form-contents.php:102
1173
+ msgid "Sending Your Backup To Remote Storage"
1174
+ msgstr ""
1175
+
1176
+ #: templates/wp-admin/settings/form-contents.php:66
1177
+ msgid "Database backup schedule"
1178
+ msgstr ""
1179
+
1180
+ #: templates/wp-admin/settings/form-contents.php:55
1181
+ msgid "Incremental file backup schedule"
1182
+ msgstr ""
1183
+
1184
+ #: templates/wp-admin/settings/form-contents.php:22
1185
+ msgid "Files backup schedule"
1186
+ msgstr ""
1187
+
1188
+ #: templates/wp-admin/advanced/wipe-settings.php:6
1189
+ msgid "You will then need to enter all your settings again. You can also do this before deactivating/deinstalling UpdraftPlus if you wish."
1190
+ msgstr ""
1191
+
1192
+ #: templates/wp-admin/advanced/wipe-settings.php:6
1193
+ msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
1194
+ msgstr ""
1195
+
1196
+ #: admin.php:3835
1197
+ msgid "Send this backup to remote storage"
1198
+ msgstr ""
1199
+
1200
+ #: admin.php:3833
1201
+ msgid "Check out UpdraftPlus Vault."
1202
+ msgstr ""
1203
+
1204
+ #: admin.php:3833
1205
+ msgid "Not got any remote storage?"
1206
+ msgstr ""
1207
+
1208
+ #: admin.php:3833
1209
+ msgid "settings"
1210
+ msgstr ""
1211
+
1212
+ #: admin.php:3833
1213
+ msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
1214
+ msgstr ""
1215
+
1216
+ #: admin.php:2277
1217
+ msgid "Include any files in the backup"
1218
+ msgstr ""
1219
+
1220
+ #: admin.php:2263
1221
+ msgid "Include the database in the backup"
1222
+ msgstr ""
1223
+
1224
+ #: admin.php:2243
1225
+ msgid "Continue restoration"
1226
+ msgstr ""
1227
+
1228
+ #: admin.php:2238
1229
+ msgid "You have an unfinished restoration operation, begun %s ago."
1230
+ msgstr ""
1231
+
1232
+ #: admin.php:2237
1233
+ msgid "Unfinished restoration"
1234
+ msgstr ""
1235
+
1236
+ #: admin.php:2235
1237
+ msgid "%s minutes, %s seconds"
1238
+ msgstr ""
1239
+
1240
+ #: admin.php:2182
1241
+ msgid "Backup Contents And Schedule"
1242
+ msgstr ""
1243
+
1244
+ #: templates/wp-admin/settings/tab-bar.php:9
1245
+ msgid "Premium / Extensions"
1246
+ msgstr ""
1247
+
1248
+ #: admin.php:1962 admin.php:1971
1249
+ msgid "Sufficient information about the in-progress restoration operation could not be found."
1250
+ msgstr ""
1251
+
1252
+ #: admin.php:646
1253
+ msgctxt "(verb)"
1254
+ msgid "Download"
1255
+ msgstr ""
1256
+
1257
+ #: admin.php:571
1258
+ msgid "You have chosen to backup files, but no file entities have been selected"
1259
+ msgstr ""
1260
+
1261
+ #: admin.php:480
1262
+ msgid "Extensions"
1263
+ msgstr ""
1264
+
1265
+ #: admin.php:472 templates/wp-admin/settings/tab-bar.php:8
1266
+ msgid "Advanced Tools"
1267
+ msgstr ""
1268
+
1269
+ #: addons/googlecloud.php:880
1270
+ msgid "Bucket location"
1271
+ msgstr ""
1272
+
1273
+ #: addons/googlecloud.php:875
1274
+ msgid "Note that Google do not support every storage class in every location - you should read their documentation to learn about current availability."
1275
+ msgstr ""
1276
+
1277
+ #: addons/googlecloud.php:875 addons/googlecloud.php:890
1278
+ msgid "This setting applies only when a new bucket is being created."
1279
+ msgstr ""
1280
+
1281
+ #: addons/googlecloud.php:860
1282
+ msgid "You must use a bucket name that is unique, for all %s users."
1283
+ msgstr ""
1284
+
1285
+ #: addons/googlecloud.php:816
1286
+ msgid "Do not confuse %s with %s - they are separate things."
1287
+ msgstr ""
1288
+
1289
+ #: addons/googlecloud.php:268
1290
+ msgid "You do not have access to this bucket"
1291
+ msgstr ""
1292
+
1293
+ #: addons/googlecloud.php:51
1294
+ msgid "Western Europe"
1295
+ msgstr ""
1296
+
1297
+ #: addons/googlecloud.php:50
1298
+ msgid "Eastern Asia-Pacific"
1299
+ msgstr ""
1300
+
1301
+ #: addons/googlecloud.php:49
1302
+ msgid "Western United States"
1303
+ msgstr ""
1304
+
1305
+ #: addons/googlecloud.php:47 addons/googlecloud.php:48
1306
+ msgid "Eastern United States"
1307
+ msgstr ""
1308
+
1309
+ #: addons/googlecloud.php:45
1310
+ msgid " Eastern United States"
1311
+ msgstr ""
1312
+
1313
+ #: addons/googlecloud.php:44 addons/googlecloud.php:46
1314
+ msgid "Central United States"
1315
+ msgstr ""
1316
+
1317
+ #: addons/googlecloud.php:43
1318
+ msgid "European Union"
1319
+ msgstr ""
1320
+
1321
+ #: addons/googlecloud.php:42
1322
+ msgid "Asia Pacific"
1323
+ msgstr ""
1324
+
1325
+ #: addons/googlecloud.php:41 addons/googlecloud.php:42
1326
+ #: addons/googlecloud.php:43
1327
+ msgid "multi-region location"
1328
+ msgstr ""
1329
+
1330
+ #: addons/googlecloud.php:41
1331
+ msgid "United States"
1332
+ msgstr ""
1333
+
1334
+ #: addons/googlecloud.php:37
1335
+ msgid "Nearline"
1336
+ msgstr ""
1337
+
1338
+ #: addons/googlecloud.php:36
1339
+ msgid "Durable reduced availability"
1340
+ msgstr ""
1341
+
1342
+ #: addons/googlecloud.php:35 addons/s3-enhanced.php:53
1343
+ msgid "Standard"
1344
+ msgstr ""
1345
+
1346
+ #: addons/azure.php:524
1347
+ msgid "container"
1348
+ msgstr ""
1349
+
1350
+ #: addons/azure.php:524
1351
+ msgid "You can enter the path of any %s virtual folder you wish to use here."
1352
+ msgstr ""
1353
+
1354
+ #: addons/azure.php:523
1355
+ msgid "optional"
1356
+ msgstr ""
1357
+
1358
+ #: addons/azure.php:523
1359
+ msgid "Prefix"
1360
+ msgstr ""
1361
+
1362
+ #: addons/azure.php:518
1363
+ msgid "See Microsoft's guidelines on container naming by following this link."
1364
+ msgstr ""
1365
+
1366
+ #: addons/azure.php:518
1367
+ msgid "If the %s does not already exist, then it will be created."
1368
+ msgstr ""
1369
+
1370
+ #: addons/azure.php:518
1371
+ msgid "Enter the path of the %s you wish to use here."
1372
+ msgstr ""
1373
+
1374
+ #: addons/azure.php:507
1375
+ msgid "This is not your Azure login - see the instructions if needing more guidance."
1376
+ msgstr ""
1377
+
1378
+ #: addons/azure.php:506
1379
+ msgid "Account Name"
1380
+ msgstr ""
1381
+
1382
+ #: addons/azure.php:506 addons/azure.php:510
1383
+ msgid "Azure"
1384
+ msgstr ""
1385
+
1386
+ #: addons/azure.php:502
1387
+ msgid "Create Azure credentials in your Azure developer console."
1388
+ msgstr ""
1389
+
1390
+ #: addons/azure.php:450
1391
+ msgid "Could not create the container"
1392
+ msgstr ""
1393
+
1394
+ #: addons/azure.php:344
1395
+ msgid "Could not access container"
1396
+ msgstr ""
1397
+
1398
+ #: class-updraftplus.php:2732
1399
+ msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
1400
+ msgstr ""
1401
+
1402
+ #: backup.php:1547
1403
+ msgid "the options table was not found"
1404
+ msgstr ""
1405
+
1406
+ #: backup.php:1545
1407
+ msgid "no options or sitemeta table was found"
1408
+ msgstr ""
1409
+
1410
+ #: backup.php:1545 backup.php:1547
1411
+ msgid "The database backup appears to have failed"
1412
+ msgstr ""
1413
+
1414
+ #: backup.php:1419
1415
+ msgid "The backup directory is not writable (or disk space is full) - the database backup is expected to shortly fail."
1416
+ msgstr ""
1417
+
1418
+ #: templates/wp-admin/advanced/site-info.php:49
1419
+ msgid "required for some remote storage providers"
1420
+ msgstr ""
1421
+
1422
+ #: templates/wp-admin/advanced/site-info.php:49
1423
+ msgid "Not installed"
1424
+ msgstr ""
1425
+
1426
+ #: addons/googlecloud.php:865 addons/s3-enhanced.php:46
1427
+ msgid "Storage class"
1428
+ msgstr ""
1429
+
1430
+ #: addons/googlecloud.php:860
1431
+ msgid "See Google's guidelines on bucket naming by following this link."
1432
+ msgstr ""
1433
+
1434
+ #: addons/googlecloud.php:860
1435
+ msgid "Bucket names have to be globally unique. If the bucket does not already exist, then it will be created."
1436
+ msgstr ""
1437
+
1438
+ #: addons/googlecloud.php:860
1439
+ msgid "Enter the name of the %s bucket you wish to use here."
1440
+ msgstr ""
1441
+
1442
+ #: addons/googlecloud.php:859
1443
+ msgid "Bucket"
1444
+ msgstr ""
1445
+
1446
+ #: addons/googlecloud.php:855
1447
+ msgid "Otherwise, you can leave it blank."
1448
+ msgstr ""
1449
+
1450
+ #: addons/googlecloud.php:855
1451
+ msgid "N.B. This is only needed if you have not already created the bucket, and you wish UpdraftPlus to create it for you."
1452
+ msgstr ""
1453
+
1454
+ #: addons/googlecloud.php:855
1455
+ msgid "Enter the ID of the %s project you wish to use here."
1456
+ msgstr ""
1457
+
1458
+ #: addons/googlecloud.php:828
1459
+ msgid "Follow this link to your Google API Console, and there activate the Storage API and create a Client ID in the API Access section."
1460
+ msgstr ""
1461
+
1462
+ #: addons/googlecloud.php:743
1463
+ msgid "You must enter a project ID in order to be able to create a new bucket."
1464
+ msgstr ""
1465
+
1466
+ #: addons/googlecloud.php:854
1467
+ msgid "Project ID"
1468
+ msgstr ""
1469
+
1470
+ #: addons/googlecloud.php:609
1471
+ msgid "You must save and authenticate before you can test your settings."
1472
+ msgstr ""
1473
+
1474
+ #: addons/googlecloud.php:479
1475
+ msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Cloud."
1476
+ msgstr ""
1477
+
1478
+ #: addons/googlecloud.php:215 addons/googlecloud.php:288
1479
+ #: addons/googlecloud.php:735 addons/googlecloud.php:782
1480
+ msgid "You do not have access to this bucket."
1481
+ msgstr ""
1482
+
1483
+ #: addons/googlecloud.php:215 addons/googlecloud.php:268
1484
+ #: addons/googlecloud.php:278 addons/googlecloud.php:288
1485
+ #: addons/googlecloud.php:579 addons/googlecloud.php:735
1486
+ #: addons/googlecloud.php:782 addons/googlecloud.php:822
1487
+ #: addons/googlecloud.php:839 addons/googlecloud.php:847
1488
+ #: addons/googlecloud.php:860
1489
+ msgid "Google Cloud"
1490
+ msgstr ""
1491
+
1492
+ #: addons/googlecloud.php:215 addons/googlecloud.php:268
1493
+ #: addons/googlecloud.php:288 addons/googlecloud.php:735
1494
+ #: addons/googlecloud.php:782
1495
+ msgid "%s Service Exception."
1496
+ msgstr ""
1497
+
1498
+ #: updraftplus.php:147
1499
+ msgid "You do not have UpdraftPlus completely installed - please de-install and install it again. Most likely, WordPress malfunctioned when copying the plugin files."
1500
+ msgstr ""
1501
+
1502
+ #: restorer.php:778
1503
+ msgid "Deferring..."
1504
+ msgstr ""
1505
+
1506
+ #: templates/wp-admin/settings/form-contents.php:96
1507
+ msgid "or to configure more complex schedules"
1508
+ msgstr ""
1509
+
1510
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:18
1511
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:21
1512
+ msgid "Are you sure that you wish to remove %s from UpdraftPlus?"
1513
+ msgstr ""
1514
+
1515
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:7
1516
+ msgid "Deselect"
1517
+ msgstr ""
1518
+
1519
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:6
1520
+ msgid "Select all"
1521
+ msgstr ""
1522
+
1523
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:4
1524
+ msgid "Actions upon selected backups"
1525
+ msgstr ""
1526
+
1527
+ #: templates/wp-admin/settings/downloading-and-restoring.php:40
1528
+ 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)."
1529
+ msgstr ""
1530
+
1531
+ #: admin.php:1389
1532
+ msgid "Backup sets removed:"
1533
+ msgstr ""
1534
+
1535
+ #: admin.php:658
1536
+ msgid "Processing..."
1537
+ msgstr ""
1538
+
1539
+ #: admin.php:656
1540
+ msgid "For backups older than"
1541
+ msgstr ""
1542
+
1543
+ #: admin.php:655
1544
+ msgid "week(s)"
1545
+ msgstr ""
1546
+
1547
+ #: admin.php:654
1548
+ msgid "hour(s)"
1549
+ msgstr ""
1550
+
1551
+ #: admin.php:653
1552
+ msgid "day(s)"
1553
+ msgstr ""
1554
+
1555
+ #: admin.php:652
1556
+ msgid "in the month"
1557
+ msgstr ""
1558
+
1559
+ #: admin.php:651
1560
+ msgid "day"
1561
+ msgstr ""
1562
+
1563
+ #: addons/morestorage.php:26
1564
+ msgid "(as many as you like)"
1565
+ msgstr ""
1566
+
1567
+ #: addons/fixtime.php:281 addons/fixtime.php:286
1568
+ msgid "Add an additional retention rule..."
1569
+ msgstr ""
1570
+
1571
+ #: restorer.php:2116
1572
+ msgid "This database needs to be deployed on MySQL version %s or later."
1573
+ msgstr ""
1574
+
1575
+ #: restorer.php:2116
1576
+ msgid "This problem is caused by trying to restore a database on a very old MySQL version that is incompatible with the source database."
1577
+ msgstr ""
1578
+
1579
+ #: methods/updraftvault.php:596
1580
+ msgid "You do not currently have any UpdraftPlus Vault quota"
1581
+ msgstr ""
1582
+
1583
+ #: class-updraftplus.php:3999
1584
+ msgid "You must upgrade MySQL to be able to use this database."
1585
+ msgstr ""
1586
+
1587
+ #: class-updraftplus.php:3999
1588
+ msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
1589
+ msgstr ""
1590
+
1591
+ #: admin.php:2081
1592
+ 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."
1593
+ msgstr ""
1594
+
1595
+ #: methods/updraftvault.php:324
1596
+ msgid "Don't know your email address, or forgotten your password?"
1597
+ msgstr ""
1598
+
1599
+ #: methods/updraftvault.php:317
1600
+ msgid "Enter your UpdraftPlus.Com email / password here to connect:"
1601
+ msgstr ""
1602
+
1603
+ #: methods/updraftvault.php:279 methods/updraftvault.php:309
1604
+ msgid "Read the FAQs here."
1605
+ msgstr ""
1606
+
1607
+ #: addons/s3-enhanced.php:61
1608
+ msgid "Check this box to use Amazon's server-side encryption"
1609
+ msgstr ""
1610
+
1611
+ #: addons/s3-enhanced.php:60
1612
+ msgid "Server-side encryption"
1613
+ msgstr ""
1614
+
1615
+ #: methods/updraftvault.php:605
1616
+ msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
1617
+ msgstr ""
1618
+
1619
+ #: admin.php:895
1620
+ msgid "Go to the remote storage settings in order to connect."
1621
+ msgstr ""
1622
+
1623
+ #: admin.php:895
1624
+ msgid "%s has been chosen for remote storage, but you are not currently connected."
1625
+ msgstr ""
1626
+
1627
+ #: methods/updraftvault.php:306
1628
+ msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
1629
+ msgstr ""
1630
+
1631
+ #: admin.php:629
1632
+ msgid "Update quota count"
1633
+ msgstr ""
1634
+
1635
+ #: admin.php:628
1636
+ msgid "Counting..."
1637
+ msgstr ""
1638
+
1639
+ #: admin.php:627
1640
+ msgid "Disconnecting..."
1641
+ msgstr ""
1642
+
1643
+ #: admin.php:625
1644
+ msgid "Connecting..."
1645
+ msgstr ""
1646
+
1647
+ #: methods/updraftvault.php:380 methods/updraftvault.php:449
1648
+ msgid "Refresh current status"
1649
+ msgstr ""
1650
+
1651
+ #: methods/updraftvault.php:378 methods/updraftvault.php:394
1652
+ #: methods/updraftvault.php:396 methods/updraftvault.php:449
1653
+ msgid "Get more quota"
1654
+ msgstr ""
1655
+
1656
+ #: methods/updraftvault.php:375 methods/updraftvault.php:391
1657
+ #: methods/updraftvault.php:430
1658
+ msgid "Current use:"
1659
+ msgstr ""
1660
+
1661
+ #: methods/updraftvault.php:370
1662
+ msgid "You can get more quota here"
1663
+ msgstr ""
1664
+
1665
+ #: methods/updraftvault.php:370
1666
+ msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
1667
+ msgstr ""
1668
+
1669
+ #: admin.php:626 methods/updraftvault.php:362
1670
+ msgid "Disconnect"
1671
+ msgstr ""
1672
+
1673
+ #: methods/updraftvault.php:354
1674
+ msgid "Quota:"
1675
+ msgstr ""
1676
+
1677
+ #: methods/updraftvault.php:352
1678
+ msgid "Vault owner"
1679
+ msgstr ""
1680
+
1681
+ #: methods/updraftvault.php:352
1682
+ msgid "Well done - there's nothing more needed to set up."
1683
+ msgstr ""
1684
+
1685
+ #: methods/updraftvault.php:352
1686
+ msgid "This site is <strong>connected</strong> to UpdraftPlus Vault."
1687
+ msgstr ""
1688
+
1689
+ #: methods/updraftvault.php:348
1690
+ msgid "You are <strong>not connected</strong> to UpdraftPlus Vault."
1691
+ msgstr ""
1692
+
1693
+ #: methods/updraftvault.php:324
1694
+ msgid "Go here for help"
1695
+ msgstr ""
1696
+
1697
+ #: methods/updraftvault.php:319
1698
+ msgid "E-mail"
1699
+ msgstr ""
1700
+
1701
+ #: methods/updraftvault.php:312 methods/updraftvault.php:327
1702
+ msgid "Back..."
1703
+ msgstr ""
1704
+
1705
+ #: methods/updraftvault.php:306
1706
+ msgid "Subscriptions can be cancelled at any time."
1707
+ msgstr ""
1708
+
1709
+ #: methods/updraftvault.php:289 methods/updraftvault.php:295
1710
+ #: methods/updraftvault.php:301
1711
+ msgid "%s per quarter"
1712
+ msgstr ""
1713
+
1714
+ #: central/bootstrap.php:542 methods/updraftvault.php:279
1715
+ #: methods/updraftvault.php:309
1716
+ msgid "Read more about it here."
1717
+ msgstr ""
1718
+
1719
+ #: methods/updraftvault.php:279 methods/updraftvault.php:309
1720
+ msgid "UpdraftPlus Vault is built on top of Amazon's world-leading data-centres, with redundant data storage to achieve 99.999999999% reliability."
1721
+ msgstr ""
1722
+
1723
+ #: methods/updraftvault.php:275
1724
+ msgid "Already purchased space?"
1725
+ msgstr ""
1726
+
1727
+ #: methods/updraftvault.php:272
1728
+ msgid "Show the options"
1729
+ msgstr ""
1730
+
1731
+ #: methods/updraftvault.php:271
1732
+ msgid "First time user?"
1733
+ msgstr ""
1734
+
1735
+ #: methods/updraftvault.php:268 methods/updraftvault.php:285
1736
+ msgid "Press a button to get started."
1737
+ msgstr ""
1738
+
1739
+ #: methods/updraftvault.php:268 methods/updraftvault.php:285
1740
+ msgid "UpdraftPlus Vault brings you storage that is <strong>reliable, easy to use and a great price</strong>."
1741
+ msgstr ""
1742
+
1743
+ #: methods/updraftvault.php:231
1744
+ 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."
1745
+ msgstr ""
1746
+
1747
+ #: methods/updraftvault.php:228
1748
+ 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!"
1749
+ msgstr ""
1750
+
1751
+ #: methods/updraftvault.php:225
1752
+ 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."
1753
+ msgstr ""
1754
+
1755
+ #: methods/updraftvault.php:48 methods/updraftvault.php:77
1756
+ msgid "Updraft Vault"
1757
+ msgstr ""
1758
+
1759
+ #: addons/azure.php:366 addons/googlecloud.php:693 methods/s3.php:1040
1760
+ msgid "Delete failed:"
1761
+ msgstr ""
1762
+
1763
+ #: backup.php:2994
1764
+ msgid "The zip engine returned the message: %s."
1765
+ msgstr ""
1766
+
1767
+ #: addons/s3-enhanced.php:352
1768
+ msgid "Without this permission, UpdraftPlus cannot delete backups - you should also set your 'retain' settings very high to prevent seeing deletion errors."
1769
+ msgstr ""
1770
+
1771
+ #: addons/s3-enhanced.php:350
1772
+ msgid "Allow deletion"
1773
+ msgstr ""
1774
+
1775
+ #: addons/s3-enhanced.php:348
1776
+ msgid "Without this permission, you cannot directly download or restore using UpdraftPlus, and will instead need to visit the AWS website."
1777
+ msgstr ""
1778
+
1779
+ #: addons/s3-enhanced.php:346
1780
+ msgid "Allow download"
1781
+ msgstr ""
1782
+
1783
+ #: addons/migrator.php:1757
1784
+ 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."
1785
+ msgstr ""
1786
+
1787
+ #: addons/migrator.php:1742 admin.php:635
1788
+ 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."
1789
+ msgstr ""
1790
+
1791
+ #: addons/migrator.php:2240
1792
+ msgid "Existing keys"
1793
+ msgstr ""
1794
+
1795
+ #: addons/migrator.php:2231
1796
+ msgid "No keys to allow remote sites to connect have yet been created."
1797
+ msgstr ""
1798
+
1799
+ #: addons/migrator.php:2213
1800
+ msgid "Your new key:"
1801
+ msgstr ""
1802
+
1803
+ #: addons/migrator.php:2192
1804
+ 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."
1805
+ msgstr ""
1806
+
1807
+ #: addons/migrator.php:2175
1808
+ 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."
1809
+ msgstr ""
1810
+
1811
+ #: addons/migrator.php:2175
1812
+ msgid "Keys for this site are created in the section below the one you just pressed in."
1813
+ msgstr ""
1814
+
1815
+ #: addons/migrator.php:1855 central/bootstrap.php:364
1816
+ msgid "You must copy and paste this key now - it cannot be shown again."
1817
+ msgstr ""
1818
+
1819
+ #: addons/migrator.php:1855 central/bootstrap.php:364
1820
+ msgid "Key created successfully."
1821
+ msgstr ""
1822
+
1823
+ #: addons/migrator.php:1840
1824
+ msgid "A key with this name already exists; you must use a unique name."
1825
+ msgstr ""
1826
+
1827
+ #: addons/migrator.php:1788
1828
+ msgid "Also send this backup to the active remote storage locations"
1829
+ msgstr ""
1830
+
1831
+ #: addons/migrator.php:1753
1832
+ 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."
1833
+ msgstr ""
1834
+
1835
+ #: addons/migrator.php:1709
1836
+ msgid "site not found"
1837
+ msgstr ""
1838
+
1839
+ #: addons/migrator.php:1694
1840
+ msgid "Backup data will be sent to:"
1841
+ msgstr ""
1842
+
1843
+ #: addons/migrator.php:189
1844
+ msgid "Restore an existing backup set onto this site"
1845
+ msgstr ""
1846
+
1847
+ #: addons/migrator.php:182
1848
+ msgid "This site has no backups to restore from yet."
1849
+ msgstr ""
1850
+
1851
+ #: addons/reporting.php:143
1852
+ msgid "Backup made by %s"
1853
+ msgstr ""
1854
+
1855
+ #: methods/addon-base.php:177
1856
+ msgid "This storage method does not allow downloading"
1857
+ msgstr ""
1858
+
1859
+ #: admin.php:3314
1860
+ msgid "(backup set imported from remote location)"
1861
+ msgstr ""
1862
+
1863
+ #: templates/wp-admin/settings/existing-backups-table.php:65
1864
+ msgid "Site"
1865
+ msgstr ""
1866
+
1867
+ #: templates/wp-admin/settings/existing-backups-table.php:64
1868
+ msgid "Backup sent to remote site - not available for download."
1869
+ msgstr ""
1870
+
1871
+ #: includes/class-wpadmin-commands.php:118
1872
+ 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)."
1873
+ msgstr ""
1874
+
1875
+ #: includes/class-wpadmin-commands.php:118
1876
+ 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."
1877
+ msgstr ""
1878
+
1879
+ #: addons/migrator.php:1770 admin.php:642
1880
+ msgid "Testing connection..."
1881
+ msgstr ""
1882
+
1883
+ #: admin.php:639
1884
+ msgid "Deleting..."
1885
+ msgstr ""
1886
+
1887
+ #: admin.php:638
1888
+ msgid "key name"
1889
+ msgstr ""
1890
+
1891
+ #: admin.php:636
1892
+ msgid "Please give this key a name (e.g. indicate the site it is for):"
1893
+ msgstr ""
1894
+
1895
+ #: admin.php:633
1896
+ msgid "Creating..."
1897
+ msgstr ""
1898
+
1899
+ #: addons/migrator.php:2191
1900
+ msgid "Or, receive a backup from a remote site"
1901
+ msgstr ""
1902
+
1903
+ #: addons/migrator.php:2180
1904
+ msgid "Paste key here"
1905
+ msgstr ""
1906
+
1907
+ #: addons/migrator.php:2175
1908
+ msgid "How do I get a site's key?"
1909
+ msgstr ""
1910
+
1911
+ #: addons/migrator.php:2175
1912
+ msgid "To add a site as a destination for sending to, enter that site's key below."
1913
+ msgstr ""
1914
+
1915
+ #: addons/migrator.php:2172
1916
+ msgid "Or, send a backup to another site"
1917
+ msgstr ""
1918
+
1919
+ #: addons/migrator.php:1937 admin.php:643
1920
+ msgid "Send"
1921
+ msgstr ""
1922
+
1923
+ #: addons/migrator.php:1931 admin.php:634
1924
+ msgid "Send to site:"
1925
+ msgstr ""
1926
+
1927
+ #: addons/migrator.php:1929
1928
+ msgid "No receiving sites have yet been added."
1929
+ msgstr ""
1930
+
1931
+ #: addons/migrator.php:1910
1932
+ msgid "It is for sending backups to the following site: "
1933
+ msgstr ""
1934
+
1935
+ #: addons/migrator.php:1910
1936
+ msgid "The key was successfully added."
1937
+ msgstr ""
1938
+
1939
+ #: addons/migrator.php:1894
1940
+ msgid "The entered key does not belong to a remote site (it belongs to this one)."
1941
+ msgstr ""
1942
+
1943
+ #: addons/migrator.php:1883 addons/migrator.php:1885 addons/migrator.php:1889
1944
+ msgid "The entered key was corrupt - please try again."
1945
+ msgstr ""
1946
+
1947
+ #: addons/migrator.php:1881
1948
+ msgid "The entered key was the wrong length - please try again."
1949
+ msgstr ""
1950
+
1951
+ #: addons/migrator.php:1871
1952
+ msgid "key"
1953
+ msgstr ""
1954
+
1955
+ #: methods/ftp.php:325
1956
+ msgid "Almost all FTP servers will want passive mode; but if you need active mode, then uncheck this."
1957
+ msgstr ""
1958
+
1959
+ #: methods/ftp.php:323
1960
+ msgid "Passive mode"
1961
+ msgstr ""
1962
+
1963
+ #: methods/ftp.php:319
1964
+ msgid "Remote path"
1965
+ msgstr ""
1966
+
1967
+ #: methods/ftp.php:315
1968
+ msgid "FTP password"
1969
+ msgstr ""
1970
+
1971
+ #: methods/ftp.php:311
1972
+ msgid "FTP login"
1973
+ msgstr ""
1974
+
1975
+ #: methods/ftp.php:307
1976
+ msgid "FTP server"
1977
+ msgstr ""
1978
+
1979
+ #: addons/migrator.php:162
1980
+ msgid "The UpdraftPlus Migrator modifies the restoration operation appropriately, to fit the backup data to the new site."
1981
+ msgstr ""
1982
+
1983
+ #: addons/migrator.php:162
1984
+ msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
1985
+ msgstr ""
1986
+
1987
+ #: addons/migrator.php:2180 admin.php:631
1988
+ msgid "Add site"
1989
+ msgstr ""
1990
+
1991
+ #: admin.php:630
1992
+ msgid "Adding..."
1993
+ msgstr ""
1994
+
1995
+ #: udaddons/options.php:338
1996
+ msgid "Claim not granted - perhaps you have already used this purchase somewhere else, or your paid period for downloading from updraftplus.com has expired?"
1997
+ msgstr ""
1998
+
1999
+ #: restorer.php:2118
2000
+ msgid "To use this backup, your database server needs to support the %s character set."
2001
+ msgstr ""
2002
+
2003
+ #: udaddons/updraftplus-addons.php:786
2004
+ msgid "go here to change your password on updraftplus.com."
2005
+ msgstr ""
2006
+
2007
+ #: udaddons/updraftplus-addons.php:786
2008
+ msgid "If you have forgotten your password "
2009
+ msgstr ""
2010
+
2011
+ #: udaddons/updraftplus-addons.php:785
2012
+ msgid "Go here to re-enter your password."
2013
+ msgstr ""
2014
+
2015
+ #: addons/migrator.php:218
2016
+ msgid "After pressing this button, you will be given the option to choose which components you wish to migrate"
2017
+ msgstr ""
2018
+
2019
+ #: addons/migrator.php:189
2020
+ msgid "To import a backup set, go to the \"Existing Backups\" tab"
2021
+ msgstr ""
2022
+
2023
+ #: admin.php:622 admin.php:647 admin.php:648
2024
+ msgid "You have made changes to your settings, and not saved."
2025
+ msgstr ""
2026
+
2027
+ #: addons/onedrive.php:989
2028
+ msgid "N.B. %s is not case-sensitive."
2029
+ msgstr ""
2030
+
2031
+ #: addons/onedrive.php:977
2032
+ msgid "If OneDrive later shows you the message \"unauthorized_client\", then you did not enter a valid client ID here."
2033
+ msgstr ""
2034
+
2035
+ #: addons/azure.php:502 addons/migrator.php:1757 addons/onedrive.php:961
2036
+ msgid "For longer help, including screenshots, follow this link."
2037
+ msgstr ""
2038
+
2039
+ #: addons/onedrive.php:961
2040
+ msgid "Create OneDrive credentials in your OneDrive developer console."
2041
+ msgstr ""
2042
+
2043
+ #: addons/onedrive.php:956
2044
+ msgid "You must add the following as the authorised redirect URI in your OneDrive console (under \"API Settings\") when asked"
2045
+ msgstr ""
2046
+
2047
+ #: addons/onedrive.php:931 addons/onedrive.php:933
2048
+ msgid "%s authorisation failed:"
2049
+ msgstr ""
2050
+
2051
+ #: addons/onedrive.php:793 addons/onedrive.php:976 addons/onedrive.php:980
2052
+ msgid "OneDrive"
2053
+ msgstr ""
2054
+
2055
+ #: addons/onedrive.php:626
2056
+ msgid "Please re-authorize the connection to your %s account."
2057
+ msgstr ""
2058
+
2059
+ #: methods/email.php:73
2060
+ msgid "configure it here"
2061
+ msgstr ""
2062
+
2063
+ #: addons/onedrive.php:619 methods/updraftvault.php:569
2064
+ msgid "To remove the block, please go here."
2065
+ msgstr ""
2066
+
2067
+ #: addons/s3-enhanced.php:439
2068
+ msgid "Do remember to save your settings."
2069
+ msgstr ""
2070
+
2071
+ #: addons/s3-enhanced.php:439
2072
+ msgid "You are now using a IAM user account to access your bucket."
2073
+ msgstr ""
2074
+
2075
+ #: addons/s3-enhanced.php:344
2076
+ msgid "S3 bucket"
2077
+ msgstr ""
2078
+
2079
+ #: addons/s3-enhanced.php:334
2080
+ msgid "China (Beijing) (restricted)"
2081
+ msgstr ""
2082
+
2083
+ #: addons/s3-enhanced.php:333
2084
+ msgid "South America (Sao Paulo)"
2085
+ msgstr ""
2086
+
2087
+ #: addons/s3-enhanced.php:332
2088
+ msgid "Asia Pacific (Tokyo)"
2089
+ msgstr ""
2090
+
2091
+ #: addons/s3-enhanced.php:330
2092
+ msgid "Asia Pacific (Sydney)"
2093
+ msgstr ""
2094
+
2095
+ #: addons/s3-enhanced.php:329
2096
+ msgid "Asia Pacific (Singapore)"
2097
+ msgstr ""
2098
+
2099
+ #: addons/s3-enhanced.php:323
2100
+ msgid "US Government West (restricted)"
2101
+ msgstr ""
2102
+
2103
+ #: addons/s3-enhanced.php:322
2104
+ msgid "US West (N. California)"
2105
+ msgstr ""
2106
+
2107
+ #: addons/s3-enhanced.php:321
2108
+ msgid "US West (Oregon)"
2109
+ msgstr ""
2110
+
2111
+ #: addons/s3-enhanced.php:319
2112
+ msgid "US Standard (default)"
2113
+ msgstr ""
2114
+
2115
+ #: addons/s3-enhanced.php:315
2116
+ msgid "S3 storage region"
2117
+ msgstr ""
2118
+
2119
+ #: addons/s3-enhanced.php:313
2120
+ msgid "New IAM username"
2121
+ msgstr ""
2122
+
2123
+ #: addons/s3-enhanced.php:312
2124
+ msgid "Admin secret key"
2125
+ msgstr ""
2126
+
2127
+ #: addons/s3-enhanced.php:311
2128
+ msgid "Admin access key"
2129
+ msgstr ""
2130
+
2131
+ #: addons/s3-enhanced.php:304
2132
+ msgid "Then, these lower-powered access credentials can be used, instead of storing your administrative keys."
2133
+ msgstr ""
2134
+
2135
+ #: addons/s3-enhanced.php:304
2136
+ msgid "These will be used to create a new user and key pair with an IAM policy attached which will only allow it to access the indicated bucket."
2137
+ msgstr ""
2138
+
2139
+ #: addons/s3-enhanced.php:304
2140
+ msgid "Enter your administrative Amazon S3 access/secret keys (this needs to be a key pair with enough rights to create new users and buckets), and a new (unique) username for the new user and a bucket name."
2141
+ msgstr ""
2142
+
2143
+ #: addons/s3-enhanced.php:381
2144
+ msgid "Create new IAM user and S3 bucket"
2145
+ msgstr ""
2146
+
2147
+ #: addons/s3-enhanced.php:294
2148
+ msgid "Secret Key: %s"
2149
+ msgstr ""
2150
+
2151
+ #: addons/s3-enhanced.php:294
2152
+ msgid "Access Key: %s"
2153
+ msgstr ""
2154
+
2155
+ #: addons/s3-enhanced.php:282 addons/s3-enhanced.php:284
2156
+ msgid "Failed to apply User Policy"
2157
+ msgstr ""
2158
+
2159
+ #: addons/s3-enhanced.php:223 addons/s3-enhanced.php:227
2160
+ msgid "Operation to create user Access Key failed"
2161
+ msgstr ""
2162
+
2163
+ #: addons/s3-enhanced.php:221
2164
+ msgid "Failed to create user Access Key"
2165
+ msgstr ""
2166
+
2167
+ #: addons/s3-enhanced.php:201 addons/s3-enhanced.php:204
2168
+ #: addons/s3-enhanced.php:208
2169
+ msgid "IAM operation failed (%s)"
2170
+ msgstr ""
2171
+
2172
+ #: addons/s3-enhanced.php:199
2173
+ msgid "Conflict: that user already exists"
2174
+ msgstr ""
2175
+
2176
+ #: addons/s3-enhanced.php:171
2177
+ 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 AWS user may already have taken your name)."
2178
+ msgstr ""
2179
+
2180
+ #: addons/s3-enhanced.php:124
2181
+ msgid "AWS authentication failed"
2182
+ msgstr ""
2183
+
2184
+ #: addons/s3-enhanced.php:117
2185
+ msgid "Cannot create new AWS user, since the old AWS toolkit is being used."
2186
+ msgstr ""
2187
+
2188
+ #: addons/s3-enhanced.php:92
2189
+ msgid "You need to enter a bucket"
2190
+ msgstr ""
2191
+
2192
+ #: addons/s3-enhanced.php:89
2193
+ msgid "You need to enter a new IAM username"
2194
+ msgstr ""
2195
+
2196
+ #: addons/s3-enhanced.php:86
2197
+ msgid "You need to enter an admin secret key"
2198
+ msgstr ""
2199
+
2200
+ #: addons/s3-enhanced.php:83
2201
+ msgid "You need to enter an admin access key"
2202
+ msgstr ""
2203
+
2204
+ #: addons/s3-enhanced.php:71
2205
+ msgid "If you have an AWS admin user, then you can use this wizard to quickly create a new AWS (IAM) user with access to only this bucket (rather than your whole account)"
2206
+ msgstr ""
2207
+
2208
+ #: methods/s3.php:842
2209
+ msgid "To create a new IAM sub-user and access key that has access only to this bucket, use this add-on."
2210
+ msgstr ""
2211
+
2212
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:11
2213
+ 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."
2214
+ msgstr ""
2215
+
2216
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:9
2217
+ msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
2218
+ msgstr ""
2219
+
2220
+ #: restorer.php:2221
2221
+ msgid "Uploads path (%s) has changed during a migration - resetting (to: %s)"
2222
+ msgstr ""
2223
+
2224
+ #: addons/onedrive.php:596 addons/onedrive.php:619 methods/updraftvault.php:569
2225
+ #: udaddons/updraftplus-addons.php:732 udaddons/updraftplus-addons.php:747
2226
+ msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
2227
+ msgstr ""
2228
+
2229
+ #: addons/onedrive.php:619 methods/updraftvault.php:569
2230
+ #: udaddons/updraftplus-addons.php:747
2231
+ msgid "It appears that your web server's IP Address (%s) is blocked."
2232
+ msgstr ""
2233
+
2234
+ #: addons/onedrive.php:619 methods/updraftvault.php:569
2235
+ #: udaddons/updraftplus-addons.php:747
2236
+ msgid "UpdraftPlus.com has responded with 'Access Denied'."
2237
+ msgstr ""
2238
+
2239
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:17
2240
+ msgid "Premium WooCommerce plugins"
2241
+ msgstr ""
2242
+
2243
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:17
2244
+ msgid "Free two-factor security plugin"
2245
+ msgstr ""
2246
+
2247
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:17
2248
+ msgid "More Quality Plugins"
2249
+ msgstr ""
2250
+
2251
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:11
2252
+ msgid "Go to the shop."
2253
+ msgstr ""
2254
+
2255
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:11
2256
+ msgid "Compare with the free version"
2257
+ msgstr ""
2258
+
2259
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:11
2260
+ #: templates/wp-admin/settings/tab-addons.php:269
2261
+ msgid "UpdraftPlus Premium"
2262
+ msgstr ""
2263
+
2264
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:9
2265
+ msgid "Follow this link to sign up."
2266
+ msgstr ""
2267
+
2268
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:9
2269
+ msgid "Free Newsletter"
2270
+ msgstr ""
2271
+
2272
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:4
2273
+ msgid "Thank you for backing up with UpdraftPlus!"
2274
+ msgstr ""
2275
+
2276
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:2
2277
+ #: templates/wp-admin/notices/thanks-for-using-main-dash.php:21
2278
+ msgid "Dismiss (for %s months)"
2279
+ msgstr ""
2280
+
2281
+ #: addons/fixtime.php:422
2282
+ msgid "(at same time as files backup)"
2283
+ msgstr ""
2284
+
2285
+ #: admin.php:2840
2286
+ msgid "No backup has been completed"
2287
+ msgstr ""
2288
+
2289
+ #: templates/wp-admin/settings/tab-addons.php:14
2290
+ msgid "The first step is to de-install the free version."
2291
+ msgstr ""
2292
+
2293
+ #: templates/wp-admin/settings/tab-addons.php:14
2294
+ msgid "If you have made a purchase from UpdraftPlus.Com, then follow this link to the instructions to install your purchase."
2295
+ msgstr ""
2296
+
2297
+ #: templates/wp-admin/settings/header.php:12
2298
+ msgid "Newsletter sign-up"
2299
+ msgstr ""
2300
+
2301
+ #: includes/updraftplus-notices.php:142
2302
+ msgid "Follow this link to sign up for the UpdraftPlus newsletter."
2303
+ msgstr ""
2304
+
2305
+ #: templates/wp-admin/settings/tab-addons.php:136
2306
+ msgid "Backup non-WordPress files and databases"
2307
+ msgstr ""
2308
+
2309
+ #: templates/wp-admin/settings/tab-addons.php:19
2310
+ msgid "Ask a pre-sales question"
2311
+ msgstr ""
2312
+
2313
+ #: templates/wp-admin/settings/tab-addons.php:18
2314
+ msgid "Pre-sales FAQs"
2315
+ msgstr ""
2316
+
2317
+ #: templates/wp-admin/settings/tab-addons.php:17
2318
+ msgid "Full feature list"
2319
+ msgstr ""
2320
+
2321
+ #: templates/wp-admin/settings/tab-addons.php:16
2322
+ msgid "Get UpdraftPlus Premium"
2323
+ msgstr ""
2324
+
2325
+ #: templates/wp-admin/settings/tab-addons.php:14
2326
+ msgid "You are currently using the free version of UpdraftPlus from wordpress.org."
2327
+ msgstr ""
2328
+
2329
+ #: addons/autobackup.php:991
2330
+ msgid "Backup (where relevant) plugins, themes and the WordPress database with UpdraftPlus before updating"
2331
+ msgstr ""
2332
+
2333
+ #: methods/s3.php:136 methods/s3.php:137 methods/s3.php:138 methods/s3.php:146
2334
+ #: methods/s3.php:147 methods/s3.php:148
2335
+ msgid "%s Error: Failed to initialise"
2336
+ msgstr ""
2337
+
2338
+ #: templates/wp-admin/settings/form-contents.php:216
2339
+ msgctxt "Uploader: Drop db.gz.crypt files here to upload them for decryption - or - Select Files"
2340
+ msgid "or"
2341
+ msgstr ""
2342
+
2343
+ #: templates/wp-admin/settings/downloading-and-restoring.php:63
2344
+ msgctxt "Uploader: Drop backup files here - or - Select Files"
2345
+ msgid "or"
2346
+ msgstr ""
2347
+
2348
+ #: admin.php:616
2349
+ msgid "You did not select any components to restore. Please select at least one, and then try again."
2350
+ msgstr ""
2351
+
2352
+ #: addons/sftp.php:379
2353
+ msgctxt "Do not translate BEGIN RSA PRIVATE KEY. PCKS1, XML, PEM and PuTTY are also technical acronyms which should not be translated."
2354
+ msgid "PKCS1 (PEM header: BEGIN RSA PRIVATE KEY), XML and PuTTY format keys are accepted."
2355
+ msgstr ""
2356
+
2357
+ #: addons/sftp.php:342
2358
+ msgid "Resuming partial uploads is supported for SFTP, but not for SCP. Thus, if using SCP then you will need to ensure that your webserver allows PHP processes to run long enough to upload your largest backup file."
2359
+ msgstr ""
2360
+
2361
+ #: methods/openstack2.php:152
2362
+ msgctxt "\"tenant\" is a term used with OpenStack storage - Google for \"OpenStack tenant\" to get more help on its meaning"
2363
+ msgid "tenant"
2364
+ msgstr ""
2365
+
2366
+ #: methods/openstack2.php:102
2367
+ msgctxt "Keystone and swauth are technical terms which cannot be translated"
2368
+ msgid "This needs to be a v2 (Keystone) authentication URI; v1 (Swauth) is not supported."
2369
+ msgstr ""
2370
+
2371
+ #: templates/wp-admin/settings/form-contents.php:287
2372
+ msgid "your site's admin address"
2373
+ msgstr ""
2374
+
2375
+ #: templates/wp-admin/settings/form-contents.php:287
2376
+ msgid "Check this box to have a basic report sent to"
2377
+ msgstr ""
2378
+
2379
+ #: admin.php:2849
2380
+ msgctxt "i.e. Non-automatic"
2381
+ msgid "Manual"
2382
+ msgstr ""
2383
+
2384
+ #: restorer.php:2095
2385
+ msgctxt "The user is being told the number of times an error has happened, e.g. An error (27) occurred"
2386
+ msgid "An error (%s) occurred:"
2387
+ msgstr ""
2388
+
2389
+ #: addons/lockadmin.php:173
2390
+ msgid "Change Lock Settings"
2391
+ msgstr ""
2392
+
2393
+ #: addons/morefiles.php:185
2394
+ msgid "Any other file/directory on your server that you wish to back up"
2395
+ msgstr ""
2396
+
2397
+ #: admin.php:2098
2398
+ msgid "For even more features and personal support, check out "
2399
+ msgstr ""
2400
+
2401
+ #: restorer.php:2101
2402
+ msgid "Create table failed - probably because there is no permission to drop tables and the table already exists; will continue"
2403
+ msgstr ""
2404
+
2405
+ #: restorer.php:1233
2406
+ msgid "Clearing cached pages (%s)..."
2407
+ msgstr ""
2408
+
2409
+ #: addons/moredatabase.php:50
2410
+ msgid "Database decryption phrase"
2411
+ msgstr ""
2412
+
2413
+ #: addons/autobackup.php:131 addons/autobackup.php:966 admin.php:621
2414
+ msgid "Automatic backup before update"
2415
+ msgstr ""
2416
+
2417
+ #: addons/autobackup.php:96
2418
+ msgid "WordPress core (only)"
2419
+ msgstr ""
2420
+
2421
+ #: addons/lockadmin.php:222
2422
+ msgid "For unlocking support, please contact whoever manages UpdraftPlus for you."
2423
+ msgstr ""
2424
+
2425
+ #: addons/lockadmin.php:215
2426
+ msgid "To access the UpdraftPlus settings, please enter your unlock password"
2427
+ msgstr ""
2428
+
2429
+ #: addons/lockadmin.php:212
2430
+ msgid "Password incorrect"
2431
+ msgstr ""
2432
+
2433
+ #: addons/lockadmin.php:200 addons/lockadmin.php:206
2434
+ msgid "Unlock"
2435
+ msgstr ""
2436
+
2437
+ #: addons/lockadmin.php:171
2438
+ msgid "Otherwise, the default link will be shown."
2439
+ msgstr ""
2440
+
2441
+ #: addons/lockadmin.php:171
2442
+ msgid "Anyone seeing the lock screen will be shown this URL for support - enter a website address or an email address."
2443
+ msgstr ""
2444
+
2445
+ #: addons/lockadmin.php:171
2446
+ msgid "Support URL"
2447
+ msgstr ""
2448
+
2449
+ #: addons/lockadmin.php:169
2450
+ msgid "Require password again after"
2451
+ msgstr ""
2452
+
2453
+ #: addons/lockadmin.php:160 addons/lockadmin.php:161
2454
+ msgid "%s weeks"
2455
+ msgstr ""
2456
+
2457
+ #: addons/lockadmin.php:159
2458
+ msgid "1 week"
2459
+ msgstr ""
2460
+
2461
+ #: addons/lockadmin.php:157 addons/lockadmin.php:158
2462
+ msgid "%s hours"
2463
+ msgstr ""
2464
+
2465
+ #: addons/lockadmin.php:156
2466
+ msgid "1 hour"
2467
+ msgstr ""
2468
+
2469
+ #: addons/lockadmin.php:145
2470
+ msgid "Please make sure that you have made a note of the password!"
2471
+ msgstr ""
2472
+
2473
+ #: addons/lockadmin.php:138 templates/wp-admin/advanced/lock-admin.php:7
2474
+ msgid "Lock access to the UpdraftPlus settings page"
2475
+ msgstr ""
2476
+
2477
+ #: addons/lockadmin.php:116
2478
+ msgid "Settings saved."
2479
+ msgstr ""
2480
+
2481
+ #: addons/lockadmin.php:114
2482
+ msgid "The admin password has been changed."
2483
+ msgstr ""
2484
+
2485
+ #: addons/lockadmin.php:112
2486
+ msgid "An admin password has been set."
2487
+ msgstr ""
2488
+
2489
+ #: addons/lockadmin.php:110
2490
+ msgid "The admin password has now been removed."
2491
+ msgstr ""
2492
+
2493
+ #: addons/morefiles.php:74
2494
+ msgid "(learn more about this significant option)"
2495
+ msgstr ""
2496
+
2497
+ #: udaddons/options.php:273
2498
+ msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
2499
+ msgstr ""
2500
+
2501
+ #: admin.php:2431 admin.php:3337
2502
+ msgid "View Log"
2503
+ msgstr ""
2504
+
2505
+ #: templates/wp-admin/settings/existing-backups-table.php:13
2506
+ msgid "Backup data (click to download)"
2507
+ msgstr ""
2508
+
2509
+ #: templates/wp-admin/settings/existing-backups-table.php:12
2510
+ msgid "Backup date"
2511
+ msgstr ""
2512
+
2513
+ #: templates/wp-admin/settings/form-contents.php:42
2514
+ #: templates/wp-admin/settings/form-contents.php:83
2515
+ msgid "and retain this many scheduled backups"
2516
+ msgstr ""
2517
+
2518
+ #: admin.php:2810
2519
+ msgid "incremental backup; base backup: %s"
2520
+ msgstr ""
2521
+
2522
+ #: templates/wp-admin/advanced/lock-admin.php:9
2523
+ msgid "For the ability to lock access to UpdraftPlus settings with a password, upgrade to UpdraftPlus Premium."
2524
+ msgstr ""
2525
+
2526
+ #: templates/wp-admin/settings/downloading-and-restoring.php:52
2527
+ msgid "Upload files into UpdraftPlus."
2528
+ msgstr ""
2529
+
2530
+ #: admin.php:846 includes/class-commands.php:363
2531
+ #: templates/wp-admin/settings/tab-status.php:22
2532
+ msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
2533
+ msgstr ""
2534
+
2535
+ #: class-updraftplus.php:3949
2536
+ msgid "Backup label:"
2537
+ msgstr ""
2538
+
2539
+ #: admin.php:1625
2540
+ msgid "Error: unexpected file read fail"
2541
+ msgstr ""
2542
+
2543
+ #: backup.php:3000
2544
+ msgid "check your log for more details."
2545
+ msgstr ""
2546
+
2547
+ #: backup.php:2998
2548
+ msgid "your web hosting account appears to be full; please see: %s"
2549
+ msgstr ""
2550
+
2551
+ #: backup.php:2996
2552
+ msgid "A zip error occurred"
2553
+ msgstr ""
2554
+
2555
+ #: addons/reporting.php:60
2556
+ msgid "Your label for this backup (optional)"
2557
+ msgstr ""
2558
+
2559
+ #: addons/googlecloud.php:822 methods/googledrive.php:915
2560
+ 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."
2561
+ msgstr ""
2562
+
2563
+ #: methods/updraftvault.php:608 udaddons/updraftplus-addons.php:789
2564
+ msgid "You entered an email address that was not recognised by UpdraftPlus.Com"
2565
+ msgstr ""
2566
+
2567
+ #: methods/updraftvault.php:605 udaddons/updraftplus-addons.php:785
2568
+ msgid "Your email address was valid, but your password was not recognised by UpdraftPlus.Com."
2569
+ msgstr ""
2570
+
2571
+ #: methods/updraftvault.php:545 udaddons/updraftplus-addons.php:655
2572
+ msgid "You need to supply both an email address and a password"
2573
+ msgstr ""
2574
+
2575
+ #: templates/wp-admin/settings/tab-status.php:89
2576
+ msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
2577
+ msgstr ""
2578
+
2579
+ #: class-updraftplus.php:3968
2580
+ msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
2581
+ msgstr ""
2582
+
2583
+ #: class-updraftplus.php:3968
2584
+ msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
2585
+ msgstr ""
2586
+
2587
+ #: addons/migrator.php:1063
2588
+ msgid "already done"
2589
+ msgstr ""
2590
+
2591
+ #: addons/migrator.php:1020
2592
+ msgid "skipped (not in list)"
2593
+ msgstr ""
2594
+
2595
+ #: addons/migrator.php:1020 addons/migrator.php:1063 addons/migrator.php:1205
2596
+ msgid "Search and replacing table:"
2597
+ msgstr ""
2598
+
2599
+ #: addons/migrator.php:314
2600
+ msgid "Enter a comma-separated list; otherwise, leave blank for all tables."
2601
+ msgstr ""
2602
+
2603
+ #: addons/migrator.php:314
2604
+ msgid "These tables only"
2605
+ msgstr ""
2606
+
2607
+ #: addons/migrator.php:313
2608
+ msgid "Rows per batch"
2609
+ msgstr ""
2610
+
2611
+ #: udaddons/options.php:102
2612
+ msgid "You have not yet connected with your UpdraftPlus.Com account."
2613
+ msgstr ""
2614
+
2615
+ #: udaddons/options.php:100 udaddons/options.php:102
2616
+ msgid "You need to connect to receive future updates to UpdraftPlus."
2617
+ msgstr ""
2618
+
2619
+ #: class-updraftplus.php:3941
2620
+ msgid "Any support requests to do with %s should be raised with your web hosting company."
2621
+ msgstr ""
2622
+
2623
+ #: class-updraftplus.php:3941
2624
+ 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."
2625
+ msgstr ""
2626
+
2627
+ #: class-updraftplus.php:3941
2628
+ msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
2629
+ msgstr ""
2630
+
2631
+ #: class-updraftplus.php:3941
2632
+ msgid "The site in this backup was running on a webserver with version %s of %s. "
2633
+ msgstr ""
2634
+
2635
+ #: includes/updraftplus-notices.php:133 includes/updraftplus-notices.php:134
2636
+ msgid "LinkedIn"
2637
+ msgstr ""
2638
+
2639
+ #: includes/updraftplus-notices.php:133 includes/updraftplus-notices.php:134
2640
+ msgid "Google+"
2641
+ msgstr ""
2642
+
2643
+ #: includes/updraftplus-notices.php:133 includes/updraftplus-notices.php:134
2644
+ msgid "Facebook"
2645
+ msgstr ""
2646
+
2647
+ #: includes/updraftplus-notices.php:133 includes/updraftplus-notices.php:134
2648
+ #: templates/wp-admin/settings/header.php:10
2649
+ msgid "Twitter"
2650
+ msgstr ""
2651
+
2652
+ #: includes/updraftplus-notices.php:132
2653
+ msgid "UpdraftPlus is on social media - check us out!"
2654
+ msgstr ""
2655
+
2656
+ #: admin.php:3398
2657
+ msgid "Why am I seeing this?"
2658
+ msgstr ""
2659
+
2660
+ #: templates/wp-admin/settings/downloading-and-restoring.php:39
2661
+ msgid "The location of this directory is set in the expert settings, in the Settings tab."
2662
+ msgstr ""
2663
+
2664
+ #: templates/wp-admin/settings/downloading-and-restoring.php:39
2665
+ msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
2666
+ msgstr ""
2667
+
2668
+ #: admin.php:1573 admin.php:1585
2669
+ msgid "Start backup"
2670
+ msgstr ""
2671
+
2672
+ #: class-updraftplus.php:3913 restorer.php:996
2673
+ msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
2674
+ msgstr ""
2675
+
2676
+ #: admin.php:2754
2677
+ 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."
2678
+ msgstr ""
2679
+
2680
+ #: templates/wp-admin/advanced/advanced-tools.php:6
2681
+ msgid "Unless you have a problem, you can completely ignore everything here."
2682
+ msgstr ""
2683
+
2684
+ #: admin.php:1784
2685
+ msgid "This file could not be uploaded"
2686
+ msgstr ""
2687
+
2688
+ #: admin.php:1749
2689
+ msgid "You will find more information about this in the Settings section."
2690
+ msgstr ""
2691
+
2692
+ #: addons/importer.php:70
2693
+ msgid "Supported backup plugins: %s"
2694
+ msgstr ""
2695
+
2696
+ #: addons/importer.php:70
2697
+ msgid "Was this a backup created by a different backup plugin? If so, then you might first need to rename it so that it can be recognised - please follow this link."
2698
+ msgstr ""
2699
+
2700
+ #: templates/wp-admin/settings/form-contents.php:58
2701
+ msgid "Tell me more about incremental backups"
2702
+ msgstr ""
2703
+
2704
+ #: templates/wp-admin/advanced/site-info.php:42
2705
+ msgid "Memory limit"
2706
+ msgstr ""
2707
+
2708
+ #: class-updraftplus.php:4071 restorer.php:1441
2709
+ msgid "restoration"
2710
+ msgstr ""
2711
+
2712
+ #: restorer.php:2046
2713
+ msgid "Table to be implicitly dropped: %s"
2714
+ msgstr ""
2715
+
2716
+ #: backup.php:832
2717
+ msgid "Incremental"
2718
+ msgstr ""
2719
+
2720
+ #: backup.php:832
2721
+ msgid "Full backup"
2722
+ msgstr ""
2723
+
2724
+ #: addons/autobackup.php:488 addons/autobackup.php:490
2725
+ msgid "now proceeding with the updates..."
2726
+ msgstr ""
2727
+
2728
+ #: addons/autobackup.php:488 addons/autobackup.php:490
2729
+ msgid "(view log...)"
2730
+ msgstr ""
2731
+
2732
+ #: addons/autobackup.php:488 addons/autobackup.php:490
2733
+ msgid "Backup succeeded"
2734
+ msgstr ""
2735
+
2736
+ #: admin.php:2850 admin.php:2851 admin.php:2852 updraftplus.php:92
2737
+ #: updraftplus.php:93
2738
+ msgid "Every %s hours"
2739
+ msgstr ""
2740
+
2741
+ #: addons/migrator.php:778 addons/migrator.php:780
2742
+ msgid "search and replace"
2743
+ msgstr ""
2744
+
2745
+ #: addons/migrator.php:316
2746
+ msgid "Go"
2747
+ msgstr ""
2748
+
2749
+ #: addons/migrator.php:305
2750
+ msgid "A search/replace cannot be undone - are you sure you want to do this?"
2751
+ msgstr ""
2752
+
2753
+ #: addons/migrator.php:304
2754
+ msgid "This can easily destroy your site; so, use it with care!"
2755
+ msgstr ""
2756
+
2757
+ #: addons/migrator.php:274 addons/migrator.php:312
2758
+ msgid "Replace with"
2759
+ msgstr ""
2760
+
2761
+ #: addons/migrator.php:273 addons/migrator.php:311
2762
+ msgid "Search for"
2763
+ msgstr ""
2764
+
2765
+ #: addons/migrator.php:272 addons/migrator.php:303
2766
+ #: templates/wp-admin/advanced/search-replace.php:7
2767
+ #: templates/wp-admin/advanced/tools-menu.php:18
2768
+ msgid "Search / replace database"
2769
+ msgstr ""
2770
+
2771
+ #: addons/migrator.php:278
2772
+ msgid "search term"
2773
+ msgstr ""
2774
+
2775
+ #: restorer.php:2123
2776
+ msgid "Too many database errors have occurred - aborting"
2777
+ msgstr ""
2778
+
2779
+ #: backup.php:898
2780
+ msgid "read more at %s"
2781
+ msgstr ""
2782
+
2783
+ #: backup.php:898
2784
+ msgid "Email reports created by UpdraftPlus (free edition) bring you the latest UpdraftPlus.com news"
2785
+ msgstr ""
2786
+
2787
+ #: methods/googledrive.php:921
2788
+ 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."
2789
+ msgstr ""
2790
+
2791
+ #: admin.php:3166
2792
+ msgid "You have not yet made any backups."
2793
+ msgstr ""
2794
+
2795
+ #: templates/wp-admin/settings/form-contents.php:179
2796
+ msgid "Database Options"
2797
+ msgstr ""
2798
+
2799
+ #: templates/wp-admin/advanced/site-info.php:88
2800
+ msgid "Plugins for debugging:"
2801
+ msgstr ""
2802
+
2803
+ #: templates/wp-admin/advanced/site-info.php:67
2804
+ msgid "%s (%s used)"
2805
+ msgstr ""
2806
+
2807
+ #: templates/wp-admin/advanced/site-info.php:67
2808
+ msgid "Free disk space in account:"
2809
+ msgstr ""
2810
+
2811
+ #: admin.php:3924 templates/wp-admin/settings/tab-status.php:27
2812
+ msgid "This button is disabled because your backup directory is not writable (see the settings)."
2813
+ msgstr ""
2814
+
2815
+ #: admin.php:456 admin.php:590 admin.php:1438
2816
+ #: includes/deprecated-actions.php:30
2817
+ #: templates/wp-admin/settings/downloading-and-restoring.php:22
2818
+ #: templates/wp-admin/settings/tab-bar.php:6
2819
+ msgid "Existing Backups"
2820
+ msgstr ""
2821
+
2822
+ #: admin.php:448 templates/wp-admin/settings/tab-bar.php:5
2823
+ msgid "Current Status"
2824
+ msgstr ""
2825
+
2826
+ #: admin.php:851
2827
+ 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."
2828
+ msgstr ""
2829
+
2830
+ #: admin.php:851
2831
+ msgid "To make a backup, just press the Backup Now button."
2832
+ msgstr ""
2833
+
2834
+ #: admin.php:851
2835
+ msgid "Welcome to UpdraftPlus!"
2836
+ msgstr ""
2837
+
2838
+ #: addons/moredatabase.php:304
2839
+ msgid "If you enter text here, it is used to encrypt database backups (Rijndael). <strong>Do make a separate record of it and do not lose it, or all your backups <em>will</em> be useless.</strong> This is also the key used to decrypt backups from this admin interface (so if you change it, then automatic decryption will not work until you change it back)."
2840
+ msgstr ""
2841
+
2842
+ #: addons/moredatabase.php:255
2843
+ msgid "Testing..."
2844
+ msgstr ""
2845
+
2846
+ #: addons/moredatabase.php:242
2847
+ msgid "Test connection..."
2848
+ msgstr ""
2849
+
2850
+ #: addons/moredatabase.php:241
2851
+ msgid "Table prefix"
2852
+ msgstr ""
2853
+
2854
+ #: addons/moredatabase.php:235
2855
+ msgid "Backup external database"
2856
+ msgstr ""
2857
+
2858
+ #: addons/moredatabase.php:163
2859
+ msgid "Add an external database to backup..."
2860
+ msgstr ""
2861
+
2862
+ #: addons/moredatabase.php:159
2863
+ msgid "If your database includes extra tables that are not part of this WordPress site (you will know if this is the case), then activate this option to also back them up."
2864
+ msgstr ""
2865
+
2866
+ #: addons/moredatabase.php:158
2867
+ msgid "Backup non-WordPress tables contained in the same database as WordPress"
2868
+ msgstr ""
2869
+
2870
+ #: addons/moredatabase.php:158
2871
+ msgid "This option will cause tables stored in the MySQL database which do not belong to WordPress (identified by their lacking the configured WordPress prefix, %s) to also be backed up."
2872
+ msgstr ""
2873
+
2874
+ #: addons/moredatabase.php:143
2875
+ msgid "Connection failed."
2876
+ msgstr ""
2877
+
2878
+ #: addons/moredatabase.php:141
2879
+ msgid "Connection succeeded."
2880
+ msgstr ""
2881
+
2882
+ #: addons/moredatabase.php:123
2883
+ msgid "%s total table(s) found; %s with the indicated prefix."
2884
+ msgstr ""
2885
+
2886
+ #: addons/moredatabase.php:117
2887
+ msgid "%s table(s) found."
2888
+ msgstr ""
2889
+
2890
+ #: addons/moredatabase.php:90
2891
+ msgid "database connection attempt failed"
2892
+ msgstr ""
2893
+
2894
+ #: addons/moredatabase.php:79
2895
+ msgid "database name"
2896
+ msgstr ""
2897
+
2898
+ #: addons/moredatabase.php:77
2899
+ msgid "host"
2900
+ msgstr ""
2901
+
2902
+ #: addons/moredatabase.php:75
2903
+ msgid "user"
2904
+ msgstr ""
2905
+
2906
+ #: class-updraftplus.php:1481
2907
+ msgid "External database (%s)"
2908
+ msgstr ""
2909
+
2910
+ #: methods/googledrive.php:921
2911
+ msgid "Follow this link to your Google API Console, and there activate the Drive API and create a Client ID in the API Access section."
2912
+ msgstr ""
2913
+
2914
+ #: methods/googledrive.php:386
2915
+ msgid "failed to access parent folder"
2916
+ msgstr ""
2917
+
2918
+ #: addons/googlecloud.php:559 addons/onedrive.php:761 addons/onedrive.php:772
2919
+ #: methods/googledrive.php:343
2920
+ msgid "However, subsequent access attempts failed:"
2921
+ msgstr ""
2922
+
2923
+ #: admin.php:3191
2924
+ msgid "External database"
2925
+ msgstr ""
2926
+
2927
+ #: templates/wp-admin/settings/form-contents.php:321
2928
+ msgid "This will also cause debugging output from all plugins to be shown upon this screen - please do not be surprised to see these."
2929
+ msgstr ""
2930
+
2931
+ #: templates/wp-admin/settings/form-contents.php:261
2932
+ msgid "Back up more databases"
2933
+ msgstr ""
2934
+
2935
+ #: templates/wp-admin/settings/form-contents.php:218
2936
+ msgid "First, enter the decryption key"
2937
+ msgstr ""
2938
+
2939
+ #: templates/wp-admin/settings/form-contents.php:200
2940
+ msgid "You can manually decrypt an encrypted database here."
2941
+ msgstr ""
2942
+
2943
+ #: templates/wp-admin/settings/form-contents.php:188
2944
+ msgid "It can also backup external databases."
2945
+ msgstr ""
2946
+
2947
+ #: templates/wp-admin/settings/form-contents.php:188
2948
+ msgid "Don't want to be spied on? UpdraftPlus Premium can encrypt your database backup."
2949
+ msgstr ""
2950
+
2951
+ #: templates/wp-admin/settings/form-contents.php:96
2952
+ msgid "use UpdraftPlus Premium"
2953
+ msgstr ""
2954
+
2955
+ #: class-updraftplus.php:3831
2956
+ msgid "Decryption failed. The database file is encrypted."
2957
+ msgstr ""
2958
+
2959
+ #: includes/class-wpadmin-commands.php:130
2960
+ msgid "Only the WordPress database can be restored; you will need to deal with the external database manually."
2961
+ msgstr ""
2962
+
2963
+ #: restorer.php:1702 restorer.php:2068 restorer.php:2105 restorer.php:2118
2964
+ msgid "An error occurred on the first %s command - aborting run"
2965
+ msgstr ""
2966
+
2967
+ #: addons/moredatabase.php:98 backup.php:1360
2968
+ msgid "Connection failed: check your access details, that the database server is up, and that the network connection is not firewalled."
2969
+ msgstr ""
2970
+
2971
+ #: backup.php:1360
2972
+ msgid "database connection attempt failed."
2973
+ msgstr ""
2974
+
2975
+ #: addons/migrator.php:951
2976
+ msgid "Warning: the database's home URL (%s) is different to what we expected (%s)"
2977
+ msgstr ""
2978
+
2979
+ #: addons/google-enhanced.php:75
2980
+ msgid "In %s, path names are case sensitive."
2981
+ msgstr ""
2982
+
2983
+ #: addons/azure.php:524 addons/google-enhanced.php:73 addons/onedrive.php:989
2984
+ msgid "If you leave it blank, then the backup will be placed in the root of your %s"
2985
+ msgstr ""
2986
+
2987
+ #: addons/google-enhanced.php:73 addons/googlecloud.php:860
2988
+ #: addons/onedrive.php:989
2989
+ msgid "e.g. %s"
2990
+ msgstr ""
2991
+
2992
+ #: addons/google-enhanced.php:73 addons/onedrive.php:989
2993
+ msgid "If the folder does not already exist, then it will be created."
2994
+ msgstr ""
2995
+
2996
+ #: addons/google-enhanced.php:73 addons/onedrive.php:989
2997
+ msgid "Enter the path of the %s folder you wish to use here."
2998
+ msgstr ""
2999
+
3000
+ #: addons/azure.php:517 methods/openstack2.php:133
3001
+ msgid "Container"
3002
+ msgstr ""
3003
+
3004
+ #: methods/openstack2.php:116
3005
+ msgid "Leave this blank, and a default will be chosen."
3006
+ msgstr ""
3007
+
3008
+ #: methods/openstack2.php:107
3009
+ msgid "Tenant"
3010
+ msgstr ""
3011
+
3012
+ #: methods/openstack2.php:107
3013
+ msgid "Follow this link for more information"
3014
+ msgstr ""
3015
+
3016
+ #: methods/openstack2.php:99 methods/openstack2.php:157
3017
+ msgid "authentication URI"
3018
+ msgstr ""
3019
+
3020
+ #: methods/openstack2.php:94
3021
+ msgid "Get your access credentials from your OpenStack Swift provider, and then pick a container name to use for storage. This container will be created for you if it does not already exist."
3022
+ msgstr ""
3023
+
3024
+ #: methods/addon-base.php:194 methods/addon-base.php:214
3025
+ msgid "Failed to download %s"
3026
+ msgstr ""
3027
+
3028
+ #: methods/addon-base.php:208
3029
+ msgid "Failed to download"
3030
+ msgstr ""
3031
+
3032
+ #: methods/addon-base.php:106
3033
+ msgid "failed to list files"
3034
+ msgstr ""
3035
+
3036
+ #: methods/addon-base.php:75 methods/addon-base.php:80
3037
+ msgid "Failed to upload %s"
3038
+ msgstr ""
3039
+
3040
+ #: methods/dropbox.php:612 methods/dropbox.php:614
3041
+ msgid "Success:"
3042
+ msgstr ""
3043
+
3044
+ #: addons/onedrive.php:997 methods/dropbox.php:513
3045
+ 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."
3046
+ msgstr ""
3047
+
3048
+ #: addons/onedrive.php:995 methods/dropbox.php:510
3049
+ msgid "(You appear to be already authenticated)."
3050
+ msgstr ""
3051
+
3052
+ #: methods/dropbox.php:505 methods/dropbox.php:511 methods/dropbox.php:513
3053
+ msgid "Dropbox"
3054
+ msgstr ""
3055
+
3056
+ #: addons/onedrive.php:994 methods/dropbox.php:505
3057
+ msgid "Authenticate with %s"
3058
+ msgstr ""
3059
+
3060
+ #: methods/cloudfiles.php:409
3061
+ msgid "Error downloading remote file: Failed to download"
3062
+ msgstr ""
3063
+
3064
+ #: methods/openstack-base.php:472 methods/openstack-base.php:477
3065
+ msgid "Region: %s"
3066
+ msgstr ""
3067
+
3068
+ #: methods/openstack-base.php:471
3069
+ msgid "%s error - we accessed the container, but failed to create a file within it"
3070
+ msgstr ""
3071
+
3072
+ #: methods/openstack-base.php:389
3073
+ msgid "The %s object was not found"
3074
+ msgstr ""
3075
+
3076
+ #: methods/openstack-base.php:48 methods/openstack-base.php:312
3077
+ #: methods/openstack-base.php:381
3078
+ msgid "Could not access %s container"
3079
+ msgstr ""
3080
+
3081
+ #: methods/openstack-base.php:40 methods/openstack-base.php:108
3082
+ #: methods/openstack-base.php:115 methods/openstack-base.php:304
3083
+ #: methods/openstack-base.php:369
3084
+ msgid "%s error - failed to access the container"
3085
+ msgstr ""
3086
+
3087
+ #: addons/googlecloud.php:902 addons/onedrive.php:996 methods/dropbox.php:520
3088
+ #: methods/googledrive.php:970
3089
+ msgid "Account holder's name: %s."
3090
+ msgstr ""
3091
+
3092
+ #: methods/googledrive.php:959
3093
+ msgid "To be able to set a custom folder name, use UpdraftPlus Premium."
3094
+ msgstr ""
3095
+
3096
+ #: methods/googledrive.php:950
3097
+ msgid "It is an ID number internal to Google Drive"
3098
+ msgstr ""
3099
+
3100
+ #: methods/googledrive.php:950
3101
+ msgid "<strong>This is NOT a folder name</strong>."
3102
+ msgstr ""
3103
+
3104
+ #: addons/google-enhanced.php:72 addons/onedrive.php:988
3105
+ #: methods/googledrive.php:946 methods/googledrive.php:956
3106
+ msgid "Folder"
3107
+ msgstr ""
3108
+
3109
+ #: addons/googlecloud.php:254 addons/onedrive.php:373
3110
+ #: methods/googledrive.php:878
3111
+ msgid "%s download: failed: file not found"
3112
+ msgstr ""
3113
+
3114
+ #: addons/googlecloud.php:579 methods/googledrive.php:363
3115
+ msgid "Name: %s."
3116
+ msgstr ""
3117
+
3118
+ #: methods/googledrive.php:157
3119
+ msgid "Google Drive list files: failed to access parent folder"
3120
+ msgstr ""
3121
+
3122
+ #: methods/insufficient.php:65 methods/viaaddon-base.php:87
3123
+ msgid "Your %s version: %s."
3124
+ msgstr ""
3125
+
3126
+ #: methods/insufficient.php:64 methods/viaaddon-base.php:86
3127
+ msgid "You will need to ask your web hosting company to upgrade."
3128
+ msgstr ""
3129
+
3130
+ #: methods/insufficient.php:17 methods/viaaddon-base.php:16
3131
+ msgid "This remote storage method (%s) requires PHP %s or later."
3132
+ msgstr ""
3133
+
3134
+ #: admin.php:3743
3135
+ msgid "Theme directory (%s) not found, but lower-case version exists; updating database option accordingly"
3136
+ msgstr ""
3137
+
3138
+ #: templates/wp-admin/advanced/site-info.php:93
3139
+ msgid "Call"
3140
+ msgstr ""
3141
+
3142
+ #: templates/wp-admin/advanced/site-info.php:91
3143
+ msgid "Fetch"
3144
+ msgstr ""
3145
+
3146
+ #: addons/migrator.php:375
3147
+ #: templates/wp-admin/settings/downloading-and-restoring.php:56
3148
+ #: templates/wp-admin/settings/form-contents.php:208
3149
+ msgid "This feature requires %s version %s or later"
3150
+ msgstr ""
3151
+
3152
+ #: restorer.php:2251
3153
+ msgid "Elegant themes theme builder plugin data detected: resetting temporary folder"
3154
+ msgstr ""
3155
+
3156
+ #: restorer.php:316
3157
+ msgid "%s files have been extracted"
3158
+ msgstr ""
3159
+
3160
+ #: restorer.php:163
3161
+ msgid "Failed to unpack the archive"
3162
+ msgstr ""
3163
+
3164
+ #: class-updraftplus.php:1048
3165
+ msgid "Error - failed to download the file"
3166
+ msgstr ""
3167
+
3168
+ #: templates/wp-admin/settings/downloading-and-restoring.php:39
3169
+ msgid "Rescan local folder for new backup sets"
3170
+ msgstr ""
3171
+
3172
+ #: udaddons/updraftplus-addons.php:208
3173
+ msgid "You should update UpdraftPlus to make sure that you have a version that has been tested for compatibility."
3174
+ msgstr ""
3175
+
3176
+ #: udaddons/updraftplus-addons.php:208
3177
+ msgid "It has been tested up to version %s."
3178
+ msgstr ""
3179
+
3180
+ #: udaddons/updraftplus-addons.php:208
3181
+ msgid "The installed version of UpdraftPlus Backup/Restore has not been tested on your version of WordPress (%s)."
3182
+ msgstr ""
3183
+
3184
+ #: addons/sftp.php:425
3185
+ msgid "password/key"
3186
+ msgstr ""
3187
+
3188
+ #: addons/azure.php:510 addons/migrator.php:2198 addons/sftp.php:376
3189
+ #: admin.php:637
3190
+ msgid "Key"
3191
+ msgstr ""
3192
+
3193
+ #: addons/sftp.php:371
3194
+ msgid "Your login may be either password or key-based - you only need to enter one, not both."
3195
+ msgstr ""
3196
+
3197
+ #: addons/sftp.php:308
3198
+ msgid "The key provided was not in a valid format, or was corrupt."
3199
+ msgstr ""
3200
+
3201
+ #: addons/sftp.php:47
3202
+ msgid "SCP/SFTP password/key"
3203
+ msgstr ""
3204
+
3205
+ #: admin.php:3226
3206
+ msgid "Files backup (created by %s)"
3207
+ msgstr ""
3208
+
3209
+ #: admin.php:3226
3210
+ msgid "Files and database WordPress backup (created by %s)"
3211
+ msgstr ""
3212
+
3213
+ #: addons/importer.php:261 admin.php:3220 class-updraftplus.php:2514
3214
+ msgid "Backup created by: %s."
3215
+ msgstr ""
3216
+
3217
+ #: admin.php:3189
3218
+ msgid "Database (created by %s)"
3219
+ msgstr ""
3220
+
3221
+ #: admin.php:3183 admin.php:3222
3222
+ msgid "unknown source"
3223
+ msgstr ""
3224
+
3225
+ #: templates/wp-admin/settings/downloading-and-restoring.php:40
3226
+ msgid "Rescan remote storage"
3227
+ msgstr ""
3228
+
3229
+ #: templates/wp-admin/settings/downloading-and-restoring.php:38
3230
+ msgid "Upload backup files"
3231
+ msgstr ""
3232
+
3233
+ #: admin.php:1828
3234
+ msgid "This backup was created by %s, and can be imported."
3235
+ msgstr ""
3236
+
3237
+ #: admin.php:880
3238
+ msgid "Read this page for a guide to possible causes and how to fix it."
3239
+ msgstr ""
3240
+
3241
+ #: admin.php:880
3242
+ 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."
3243
+ msgstr ""
3244
+
3245
+ #: admin.php:602 class-updraftplus.php:2521
3246
+ msgid "If this is a backup created by a different backup plugin, then UpdraftPlus Premium may be able to help you."
3247
+ msgstr ""
3248
+
3249
+ #: admin.php:601
3250
+ 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."
3251
+ msgstr ""
3252
+
3253
+ #: admin.php:601 admin.php:602 class-updraftplus.php:2521
3254
+ 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))."
3255
+ msgstr ""
3256
+
3257
+ #: admin.php:3223 includes/class-wpadmin-commands.php:143 restorer.php:1410
3258
+ msgid "Backup created by unknown source (%s) - cannot be restored."
3259
+ msgstr ""
3260
+
3261
+ #: restorer.php:820 restorer.php:868
3262
+ msgid "The WordPress content folder (wp-content) was not found in this zip file."
3263
+ msgstr ""
3264
+
3265
+ #: restorer.php:684
3266
+ msgid "This version of UpdraftPlus does not know how to handle this type of foreign backup"
3267
+ msgstr ""
3268
+
3269
+ #: methods/dropbox.php:300
3270
+ msgid "%s returned an unexpected HTTP response: %s"
3271
+ msgstr ""
3272
+
3273
+ #: addons/sftp.php:885
3274
+ msgid "The UpdraftPlus module for this file access method (%s) does not support listing files"
3275
+ msgstr ""
3276
+
3277
+ #: methods/cloudfiles.php:234 methods/dropbox.php:281
3278
+ #: methods/openstack-base.php:103
3279
+ msgid "No settings were found"
3280
+ msgstr ""
3281
+
3282
+ #: class-updraftplus.php:2642
3283
+ 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."
3284
+ msgstr ""
3285
+
3286
+ #: admin.php:568
3287
+ msgid "Rescanning remote and local storage for backup sets..."
3288
+ msgstr ""
3289
+
3290
+ #: addons/googlecloud.php:865 addons/googlecloud.php:880
3291
+ #: addons/s3-enhanced.php:46 addons/s3-enhanced.php:60
3292
+ msgid "(Read more)"
3293
+ msgstr ""
3294
+
3295
+ #: addons/migrator.php:752
3296
+ msgid "Adjusting multisite paths"
3297
+ msgstr ""
3298
+
3299
+ #: addons/reporting.php:414
3300
+ msgid "Log all messages to syslog (only server admins are likely to want this)"
3301
+ msgstr ""
3302
+
3303
+ #: addons/morefiles.php:428
3304
+ msgid "No backup of location: there was nothing found to back up"
3305
+ msgstr ""
3306
+
3307
+ #: addons/moredatabase.php:234 addons/morefiles.php:224
3308
+ #: addons/morefiles.php:245
3309
+ msgid "Remove"
3310
+ msgstr ""
3311
+
3312
+ #: methods/s3.php:814
3313
+ msgid "Other %s FAQs."
3314
+ msgstr ""
3315
+
3316
+ #: templates/wp-admin/settings/form-contents.php:321
3317
+ msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
3318
+ msgstr ""
3319
+
3320
+ #: addons/morefiles.php:382 admin.php:2942
3321
+ 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."
3322
+ msgstr ""
3323
+
3324
+ #: restorer.php:2240
3325
+ msgid "Custom content type manager plugin data detected: clearing option cache"
3326
+ msgstr ""
3327
+
3328
+ #: class-updraftplus.php:4071 methods/ftp.php:284 restorer.php:1441
3329
+ msgid "Your hosting company must enable these functions before %s can work."
3330
+ msgstr ""
3331
+
3332
+ #: class-updraftplus.php:4071 methods/ftp.php:284 restorer.php:1440
3333
+ msgid "Your web server's PHP installation has these functions disabled: %s."
3334
+ msgstr ""
3335
+
3336
+ #: methods/ftp.php:281
3337
+ msgid "encrypted FTP (explicit encryption)"
3338
+ msgstr ""
3339
+
3340
+ #: methods/ftp.php:280
3341
+ msgid "encrypted FTP (implicit encryption)"
3342
+ msgstr ""
3343
+
3344
+ #: methods/ftp.php:279
3345
+ msgid "regular non-encrypted FTP"
3346
+ msgstr ""
3347
+
3348
+ #: restorer.php:1602
3349
+ msgid "Backup created by:"
3350
+ msgstr ""
3351
+
3352
+ #: udaddons/options.php:482
3353
+ msgid "Available to claim on this site"
3354
+ msgstr ""
3355
+
3356
+ #: udaddons/updraftplus-addons.php:229
3357
+ msgid "To maintain your access to support, please renew."
3358
+ msgstr ""
3359
+
3360
+ #: udaddons/updraftplus-addons.php:229
3361
+ msgid "Your paid access to UpdraftPlus support will soon expire."
3362
+ msgstr ""
3363
+
3364
+ #: udaddons/updraftplus-addons.php:227
3365
+ msgid "To regain your access, please renew."
3366
+ msgstr ""
3367
+
3368
+ #: udaddons/updraftplus-addons.php:227
3369
+ msgid "Your paid access to UpdraftPlus support has expired."
3370
+ msgstr ""
3371
+
3372
+ #: udaddons/updraftplus-addons.php:223
3373
+ msgid "Your paid access to UpdraftPlus updates for this site will soon expire."
3374
+ msgstr ""
3375
+
3376
+ #: udaddons/updraftplus-addons.php:221 udaddons/updraftplus-addons.php:223
3377
+ msgid "To retain your access, and maintain access to updates (including future features and compatibility with future WordPress releases) and support, please renew."
3378
+ msgstr ""
3379
+
3380
+ #: udaddons/updraftplus-addons.php:221
3381
+ msgid "Your paid access to UpdraftPlus updates for %s of the %s add-ons on this site will soon expire."
3382
+ msgstr ""
3383
+
3384
+ #: udaddons/updraftplus-addons.php:217
3385
+ msgid "Your paid access to UpdraftPlus updates for %s add-ons on this site has expired."
3386
+ msgstr ""
3387
+
3388
+ #: udaddons/updraftplus-addons.php:215 udaddons/updraftplus-addons.php:217
3389
+ msgid "To regain access to updates (including future features and compatibility with future WordPress releases) and support, please renew."
3390
+ msgstr ""
3391
+
3392
+ #: udaddons/updraftplus-addons.php:215
3393
+ msgid "Your paid access to UpdraftPlus updates for this site has expired. You will no longer receive updates to UpdraftPlus."
3394
+ msgstr ""
3395
+
3396
+ #: udaddons/updraftplus-addons.php:180
3397
+ msgid "Dismiss from main dashboard (for %s weeks)"
3398
+ msgstr ""
3399
+
3400
+ #: class-updraftplus.php:4121
3401
+ msgid "The attempt to undo the double-compression succeeded."
3402
+ msgstr ""
3403
+
3404
+ #: class-updraftplus.php:4098 class-updraftplus.php:4119
3405
+ msgid "The attempt to undo the double-compression failed."
3406
+ msgstr ""
3407
+
3408
+ #: class-updraftplus.php:4091
3409
+ msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
3410
+ msgstr ""
3411
+
3412
+ #: includes/class-wpadmin-commands.php:271
3413
+ msgid "Constants"
3414
+ msgstr ""
3415
+
3416
+ #: backup.php:1595
3417
+ msgid "Failed to open database file for reading:"
3418
+ msgstr ""
3419
+
3420
+ #: backup.php:1408
3421
+ msgid "No database tables found"
3422
+ msgstr ""
3423
+
3424
+ #: backup.php:1406
3425
+ msgid "please wait for the rescheduled attempt"
3426
+ msgstr ""
3427
+
3428
+ #: addons/reporting.php:189
3429
+ msgid "Note that warning messages are advisory - the backup process does not stop for them. Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
3430
+ msgstr ""
3431
+
3432
+ #: restorer.php:2134
3433
+ msgid "Database queries processed: %d in %.2f seconds"
3434
+ msgstr ""
3435
+
3436
+ #: addons/migrator.php:1258
3437
+ msgid "Searching and replacing reached row: %d"
3438
+ msgstr ""
3439
+
3440
+ #: addons/migrator.php:675
3441
+ msgid "Skipping this table: data in this table (%s) should not be search/replaced"
3442
+ msgstr ""
3443
+
3444
+ #: addons/onedrive.php:97
3445
+ 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)"
3446
+ msgstr ""
3447
+
3448
+ #: udaddons/updraftplus-addons.php:391 udaddons/updraftplus-addons.php:396
3449
+ msgid "Errors occurred:"
3450
+ msgstr ""
3451
+
3452
+ #: admin.php:3418
3453
+ msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
3454
+ msgstr ""
3455
+
3456
+ #: templates/wp-admin/settings/form-contents.php:365
3457
+ msgid "See this FAQ also."
3458
+ msgstr ""
3459
+
3460
+ #: templates/wp-admin/settings/form-contents.php:144
3461
+ 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."
3462
+ msgstr ""
3463
+
3464
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:42
3465
+ msgid "Retrieving (if necessary) and preparing backup files..."
3466
+ msgstr ""
3467
+
3468
+ #: includes/class-wpadmin-commands.php:114
3469
+ 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)."
3470
+ msgstr ""
3471
+
3472
+ #: restorer.php:675
3473
+ msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
3474
+ msgstr ""
3475
+
3476
+ #: admin.php:855 class-updraftplus.php:597
3477
+ 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)"
3478
+ msgstr ""
3479
+
3480
+ #: addons/migrator.php:683
3481
+ msgid "Replacing in blogs/site table: from: %s to: %s"
3482
+ msgstr ""
3483
+
3484
+ #: addons/migrator.php:258
3485
+ msgid "%s: Skipping cache file (does not already exist)"
3486
+ msgstr ""
3487
+
3488
+ #: addons/migrator.php:245
3489
+ msgid "Disabled this plugin: %s: re-activate it manually when you are ready."
3490
+ msgstr ""
3491
+
3492
+ #: addons/sftp.php:640 addons/sftp.php:643 includes/ftp.class.php:44
3493
+ #: includes/ftp.class.php:47
3494
+ 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."
3495
+ msgstr ""
3496
+
3497
+ #: admin.php:3751
3498
+ msgid "The current theme was not found; to prevent this stopping the site from loading, your theme has been reverted to the default theme"
3499
+ msgstr ""
3500
+
3501
+ #: admin.php:2006 admin.php:2016
3502
+ msgid "Restore failed..."
3503
+ msgstr ""
3504
+
3505
+ #: addons/moredatabase.php:130 admin.php:1227
3506
+ msgid "Messages:"
3507
+ msgstr ""
3508
+
3509
+ #: restorer.php:1970
3510
+ msgid "An SQL line that is larger than the maximum packet size and cannot be split was found; this line will not be processed, but will be dropped: %s"
3511
+ msgstr ""
3512
+
3513
+ #: restorer.php:455
3514
+ msgid "The directory does not exist"
3515
+ msgstr ""
3516
+
3517
+ #: addons/cloudfiles-enhanced.php:268
3518
+ msgid "New User's Email Address"
3519
+ msgstr ""
3520
+
3521
+ #: addons/cloudfiles-enhanced.php:265
3522
+ msgid "New User's Username"
3523
+ msgstr ""
3524
+
3525
+ #: addons/cloudfiles-enhanced.php:262
3526
+ msgid "Admin API Key"
3527
+ msgstr ""
3528
+
3529
+ #: addons/cloudfiles-enhanced.php:259
3530
+ msgid "Admin Username"
3531
+ msgstr ""
3532
+
3533
+ #: addons/cloudfiles-enhanced.php:254
3534
+ msgid "US or UK Rackspace Account"
3535
+ msgstr ""
3536
+
3537
+ #: addons/cloudfiles-enhanced.php:246
3538
+ msgid "Enter your Rackspace admin username/API key (so that Rackspace can authenticate your permission to create new users), and enter a new (unique) username and email address for the new user and a container name."
3539
+ msgstr ""
3540
+
3541
+ #: addons/cloudfiles-enhanced.php:243
3542
+ msgid "Create new API user and container"
3543
+ msgstr ""
3544
+
3545
+ #: addons/cloudfiles-enhanced.php:181
3546
+ msgid "API Key: %s"
3547
+ msgstr ""
3548
+
3549
+ #: addons/cloudfiles-enhanced.php:181
3550
+ msgid "Password: %s"
3551
+ msgstr ""
3552
+
3553
+ #: addons/cloudfiles-enhanced.php:181 addons/s3-enhanced.php:294
3554
+ msgid "Username: %s"
3555
+ msgstr ""
3556
+
3557
+ #: addons/cloudfiles-enhanced.php:140 addons/cloudfiles-enhanced.php:143
3558
+ #: addons/cloudfiles-enhanced.php:147 addons/cloudfiles-enhanced.php:159
3559
+ #: addons/cloudfiles-enhanced.php:166 addons/cloudfiles-enhanced.php:170
3560
+ msgid "Cloud Files operation failed (%s)"
3561
+ msgstr ""
3562
+
3563
+ #: addons/cloudfiles-enhanced.php:138
3564
+ msgid "Conflict: that user or email address already exists"
3565
+ msgstr ""
3566
+
3567
+ #: addons/cloudfiles-enhanced.php:74
3568
+ msgid "You need to enter a valid new email address"
3569
+ msgstr ""
3570
+
3571
+ #: addons/cloudfiles-enhanced.php:70
3572
+ msgid "You need to enter a container"
3573
+ msgstr ""
3574
+
3575
+ #: addons/cloudfiles-enhanced.php:67
3576
+ msgid "You need to enter a new username"
3577
+ msgstr ""
3578
+
3579
+ #: addons/cloudfiles-enhanced.php:64
3580
+ msgid "You need to enter an admin API key"
3581
+ msgstr ""
3582
+
3583
+ #: addons/cloudfiles-enhanced.php:61
3584
+ msgid "You need to enter an admin username"
3585
+ msgstr ""
3586
+
3587
+ #: addons/cloudfiles-enhanced.php:54
3588
+ msgid "Create a new API user with access to only this container (rather than your whole account)"
3589
+ msgstr ""
3590
+
3591
+ #: addons/cloudfiles-enhanced.php:29
3592
+ msgid "Adds enhanced capabilities for Rackspace Cloud Files users"
3593
+ msgstr ""
3594
+
3595
+ #: addons/cloudfiles-enhanced.php:28
3596
+ msgid "Rackspace Cloud Files, enhanced"
3597
+ msgstr ""
3598
+
3599
+ #: addons/cloudfiles-enhanced.php:275 methods/cloudfiles-new.php:142
3600
+ msgid "Cloud Files Container"
3601
+ msgstr ""
3602
+
3603
+ #: methods/cloudfiles-new.php:137
3604
+ msgid "Cloud Files API Key"
3605
+ msgstr ""
3606
+
3607
+ #: methods/cloudfiles-new.php:132
3608
+ msgid "To create a new Rackspace API sub-user and API key that has access only to this Rackspace container, use this add-on."
3609
+ msgstr ""
3610
+
3611
+ #: methods/cloudfiles-new.php:129
3612
+ msgid "Cloud Files Username"
3613
+ msgstr ""
3614
+
3615
+ #: addons/cloudfiles-enhanced.php:45 methods/cloudfiles-new.php:115
3616
+ msgid "London (LON)"
3617
+ msgstr ""
3618
+
3619
+ #: addons/cloudfiles-enhanced.php:44 methods/cloudfiles-new.php:114
3620
+ msgid "Hong Kong (HKG)"
3621
+ msgstr ""
3622
+
3623
+ #: addons/cloudfiles-enhanced.php:43 methods/cloudfiles-new.php:113
3624
+ msgid "Northern Virginia (IAD)"
3625
+ msgstr ""
3626
+
3627
+ #: addons/cloudfiles-enhanced.php:42 methods/cloudfiles-new.php:112
3628
+ msgid "Chicago (ORD)"
3629
+ msgstr ""
3630
+
3631
+ #: addons/cloudfiles-enhanced.php:41 methods/cloudfiles-new.php:111
3632
+ msgid "Sydney (SYD)"
3633
+ msgstr ""
3634
+
3635
+ #: addons/cloudfiles-enhanced.php:40 methods/cloudfiles-new.php:110
3636
+ msgid "Dallas (DFW) (default)"
3637
+ msgstr ""
3638
+
3639
+ #: addons/cloudfiles-enhanced.php:271 methods/cloudfiles-new.php:105
3640
+ msgid "Cloud Files Storage Region"
3641
+ msgstr ""
3642
+
3643
+ #: methods/cloudfiles-new.php:97
3644
+ msgid "Accounts created at rackspacecloud.com are US-accounts; accounts created at rackspace.co.uk are UK-based"
3645
+ msgstr ""
3646
+
3647
+ #: methods/cloudfiles-new.php:95
3648
+ msgid "US or UK-based Rackspace Account"
3649
+ msgstr ""
3650
+
3651
+ #: addons/cloudfiles-enhanced.php:255 methods/cloudfiles-new.php:95
3652
+ msgid "Accounts created at rackspacecloud.com are US accounts; accounts created at rackspace.co.uk are UK accounts."
3653
+ msgstr ""
3654
+
3655
+ #: addons/cloudfiles-enhanced.php:136 addons/s3-enhanced.php:197
3656
+ #: methods/cloudfiles-new.php:39 methods/openstack-base.php:431
3657
+ #: methods/openstack-base.php:433 methods/openstack-base.php:453
3658
+ #: methods/openstack2.php:25
3659
+ msgid "Authorisation failed (check your credentials)"
3660
+ msgstr ""
3661
+
3662
+ #: methods/updraftvault.php:525 udaddons/options.php:265
3663
+ msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
3664
+ msgstr ""
3665
+
3666
+ #: admin.php:615 central/bootstrap.php:513
3667
+ msgid "Create"
3668
+ msgstr ""
3669
+
3670
+ #: admin.php:577
3671
+ msgid "Trying..."
3672
+ msgstr ""
3673
+
3674
+ #: admin.php:576
3675
+ msgid "The new user's RackSpace console password is (this will not be shown again):"
3676
+ msgstr ""
3677
+
3678
+ #: class-updraftplus.php:1493
3679
+ msgid "(when decrypted)"
3680
+ msgstr ""
3681
+
3682
+ #: admin.php:587 admin.php:3693
3683
+ msgid "Error data:"
3684
+ msgstr ""
3685
+
3686
+ #: admin.php:3369
3687
+ msgid "Backup does not exist in the backup history"
3688
+ msgstr ""
3689
+
3690
+ #: admin.php:2375
3691
+ msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old). You should press this button to delete them as soon as you have verified that the restoration worked."
3692
+ msgstr ""
3693
+
3694
+ #: restorer.php:1674
3695
+ msgid "Split line to avoid exceeding maximum packet size"
3696
+ msgstr ""
3697
+
3698
+ #: restorer.php:1549
3699
+ msgid "Your database user does not have permission to drop tables. We will attempt to restore by simply emptying the tables; this should work as long as you are restoring from a WordPress version with the same database structure (%s)"
3700
+ msgstr ""
3701
+
3702
+ #: restorer.php:1368
3703
+ msgid "New table prefix: %s"
3704
+ msgstr ""
3705
+
3706
+ #: restorer.php:1056
3707
+ msgid "File permissions do not allow the old data to be moved and retained; instead, it will be deleted."
3708
+ msgstr ""
3709
+
3710
+ #: restorer.php:1026 restorer.php:1040
3711
+ msgid "%s: This directory already exists, and will be replaced"
3712
+ msgstr ""
3713
+
3714
+ #: restorer.php:160
3715
+ msgid "Could not move the files into place. Check your file permissions."
3716
+ msgstr ""
3717
+
3718
+ #: restorer.php:159
3719
+ msgid "Could not move new files into place. Check your wp-content/upgrade folder."
3720
+ msgstr ""
3721
+
3722
+ #: restorer.php:157
3723
+ msgid "Could not move old files out of the way."
3724
+ msgstr ""
3725
+
3726
+ #: restorer.php:153
3727
+ msgid "Moving old data out of the way..."
3728
+ msgstr ""
3729
+
3730
+ #: addons/reporting.php:405
3731
+ msgid "Add another address..."
3732
+ msgstr ""
3733
+
3734
+ #: addons/reporting.php:391
3735
+ msgid "Enter addresses here to have a report sent to them when a backup job finishes."
3736
+ msgstr ""
3737
+
3738
+ #: addons/reporting.php:366
3739
+ msgid "Email reports"
3740
+ msgstr ""
3741
+
3742
+ #: class-updraftplus.php:1489 class-updraftplus.php:1494
3743
+ msgid "%s checksum: %s"
3744
+ msgstr ""
3745
+
3746
+ #: class-updraftplus.php:1462 class-updraftplus.php:1464
3747
+ msgid "files: %s"
3748
+ msgstr ""
3749
+
3750
+ #: addons/reporting.php:330
3751
+ msgid "Use the \"Reporting\" section to configure the email addresses to be used."
3752
+ msgstr ""
3753
+
3754
+ #: addons/reporting.php:300
3755
+ msgid " (with warnings (%s))"
3756
+ msgstr ""
3757
+
3758
+ #: addons/reporting.php:298
3759
+ msgid " (with errors (%s))"
3760
+ msgstr ""
3761
+
3762
+ #: addons/reporting.php:239
3763
+ msgid "Debugging information"
3764
+ msgstr ""
3765
+
3766
+ #: addons/reporting.php:194 admin.php:3129
3767
+ msgid "Uploaded to:"
3768
+ msgstr ""
3769
+
3770
+ #: addons/reporting.php:193
3771
+ msgid "Time taken:"
3772
+ msgstr ""
3773
+
3774
+ #: addons/reporting.php:184
3775
+ msgid "Warnings"
3776
+ msgstr ""
3777
+
3778
+ #: addons/reporting.php:169
3779
+ msgid "Errors"
3780
+ msgstr ""
3781
+
3782
+ #: addons/reporting.php:166
3783
+ msgid "Errors / warnings:"
3784
+ msgstr ""
3785
+
3786
+ #: addons/morefiles.php:62 addons/morefiles.php:63 addons/reporting.php:155
3787
+ msgid "Contains:"
3788
+ msgstr ""
3789
+
3790
+ #: addons/reporting.php:154
3791
+ msgid "Backup began:"
3792
+ msgstr ""
3793
+
3794
+ #: addons/reporting.php:142
3795
+ msgid "Backup Report"
3796
+ msgstr ""
3797
+
3798
+ #: addons/reporting.php:137
3799
+ msgid "%d hours, %d minutes, %d seconds"
3800
+ msgstr ""
3801
+
3802
+ #: addons/reporting.php:123
3803
+ msgid "%d errors, %d warnings"
3804
+ msgstr ""
3805
+
3806
+ #: addons/onedrive.php:717 methods/dropbox.php:596
3807
+ msgid "%s authentication"
3808
+ msgstr ""
3809
+
3810
+ #: addons/onedrive.php:717 class-updraftplus.php:302 methods/dropbox.php:569
3811
+ #: methods/dropbox.php:596 methods/dropbox.php:609 methods/dropbox.php:740
3812
+ msgid "%s error: %s"
3813
+ msgstr ""
3814
+
3815
+ #: addons/googlecloud.php:815 methods/dropbox.php:480
3816
+ msgid "%s logo"
3817
+ msgstr ""
3818
+
3819
+ #: methods/dropbox.php:214
3820
+ msgid "%s did not return the expected response - check your log file for more details"
3821
+ msgstr ""
3822
+
3823
+ #: methods/s3.php:279
3824
+ msgid "The required %s PHP module is not installed - ask your web hosting company to enable it"
3825
+ msgstr ""
3826
+
3827
+ #: methods/email.php:74
3828
+ msgid "For more options, use the \"%s\" add-on."
3829
+ msgstr ""
3830
+
3831
+ #: methods/email.php:73
3832
+ msgid "Your site's admin email address (%s) will be used."
3833
+ msgstr ""
3834
+
3835
+ #: admin.php:624 methods/updraftvault.php:276 methods/updraftvault.php:321
3836
+ #: udaddons/options.php:244
3837
+ msgid "Connect"
3838
+ msgstr ""
3839
+
3840
+ #: templates/wp-admin/settings/form-contents.php:289
3841
+ msgid "For more reporting features, use the Reporting add-on."
3842
+ msgstr ""
3843
+
3844
+ #: class-updraftplus.php:3901
3845
+ msgid "(version: %s)"
3846
+ msgstr ""
3847
+
3848
+ #: addons/reporting.php:438 admin.php:566
3849
+ msgid "Be aware that mail servers tend to have size limits; typically around %s Mb; backups larger than any limits will likely not arrive."
3850
+ msgstr ""
3851
+
3852
+ #: addons/reporting.php:438 admin.php:565
3853
+ msgid "When the Email storage method is enabled, also send the entire backup"
3854
+ msgstr ""
3855
+
3856
+ #: addons/reporting.php:153 backup.php:933
3857
+ msgid "Latest status:"
3858
+ msgstr ""
3859
+
3860
+ #: backup.php:932
3861
+ msgid "Backup contains:"
3862
+ msgstr ""
3863
+
3864
+ #: backup.php:889
3865
+ msgid "Backed up: %s"
3866
+ msgstr ""
3867
+
3868
+ #: addons/reporting.php:236 backup.php:883
3869
+ msgid "The log file has been attached to this email."
3870
+ msgstr ""
3871
+
3872
+ #: backup.php:847
3873
+ msgid "Unknown/unexpected error - please raise a support request"
3874
+ msgstr ""
3875
+
3876
+ #: backup.php:844
3877
+ msgid "Database only (files were not part of this particular schedule)"
3878
+ msgstr ""
3879
+
3880
+ #: backup.php:844
3881
+ msgid "Database (files backup has not completed)"
3882
+ msgstr ""
3883
+
3884
+ #: backup.php:841
3885
+ msgid "Files only (database was not part of this particular schedule)"
3886
+ msgstr ""
3887
+
3888
+ #: backup.php:841
3889
+ msgid "Files (database backup has not completed)"
3890
+ msgstr ""
3891
+
3892
+ #: admin.php:229 backup.php:839
3893
+ msgid "Files and database"
3894
+ msgstr ""
3895
+
3896
+ #: options.php:186
3897
+ msgid "(This applies to all WordPress backup plugins unless they have been explicitly coded for multisite compatibility)."
3898
+ msgstr ""
3899
+
3900
+ #: options.php:186
3901
+ msgid "Without upgrading, UpdraftPlus allows <strong>every</strong> blog admin who can modify plugin settings to back up (and hence access the data, including passwords, from) and restore (including with customised modifications, e.g. changed passwords) <strong>the entire network</strong>."
3902
+ msgstr ""
3903
+
3904
+ #: options.php:186
3905
+ msgid "WordPress Multisite is supported, with extra features, by UpdraftPlus Premium, or the Multisite add-on."
3906
+ msgstr ""
3907
+
3908
+ #: options.php:186
3909
+ msgid "This is a WordPress multi-site (a.k.a. network) installation."
3910
+ msgstr ""
3911
+
3912
+ #: options.php:186
3913
+ msgid "UpdraftPlus warning:"
3914
+ msgstr ""
3915
+
3916
+ #: udaddons/options.php:488
3917
+ msgid "(or connect using the form on this page if you have already purchased it)"
3918
+ msgstr ""
3919
+
3920
+ #: udaddons/options.php:474
3921
+ msgid "please follow this link to update the plugin in order to activate it"
3922
+ msgstr ""
3923
+
3924
+ #: udaddons/options.php:471
3925
+ msgid "please follow this link to update the plugin in order to get it"
3926
+ msgstr ""
3927
+
3928
+ #: udaddons/options.php:461 udaddons/options.php:463
3929
+ msgid "latest"
3930
+ msgstr ""
3931
+
3932
+ #: udaddons/options.php:459
3933
+ msgid "Your version: %s"
3934
+ msgstr ""
3935
+
3936
+ #: udaddons/options.php:457
3937
+ msgid "You've got it"
3938
+ msgstr ""
3939
+
3940
+ #: udaddons/options.php:423
3941
+ msgid "UpdraftPlus Support"
3942
+ msgstr ""
3943
+
3944
+ #: udaddons/options.php:381
3945
+ msgid "An update containing your addons is available for UpdraftPlus - please follow this link to get it."
3946
+ msgstr ""
3947
+
3948
+ #: udaddons/options.php:370 udaddons/updraftplus-addons.php:256
3949
+ msgid "UpdraftPlus Addons"
3950
+ msgstr ""
3951
+
3952
+ #: udaddons/options.php:94
3953
+ msgid "An update is available for UpdraftPlus - please follow this link to get it."
3954
+ msgstr ""
3955
+
3956
+ #: methods/updraftvault.php:598 methods/updraftvault.php:616
3957
+ #: udaddons/updraftplus-addons.php:795
3958
+ msgid "UpdraftPlus.Com returned a response, but we could not understand it"
3959
+ msgstr ""
3960
+
3961
+ #: methods/updraftvault.php:612 udaddons/updraftplus-addons.php:792
3962
+ msgid "Your email address and password were not recognised by UpdraftPlus.Com"
3963
+ msgstr ""
3964
+
3965
+ #: methods/updraftvault.php:571 udaddons/updraftplus-addons.php:752
3966
+ msgid "UpdraftPlus.Com returned a response which we could not understand (data: %s)"
3967
+ msgstr ""
3968
+
3969
+ #: udaddons/updraftplus-addons.php:682
3970
+ msgid "UpdraftPlus.Com responded, but we did not understand the response"
3971
+ msgstr ""
3972
+
3973
+ #: udaddons/updraftplus-addons.php:680
3974
+ msgid "We failed to successfully connect to UpdraftPlus.Com"
3975
+ msgstr ""
3976
+
3977
+ #: methods/email.php:74 templates/wp-admin/settings/form-contents.php:270
3978
+ #: templates/wp-admin/settings/tab-addons.php:200
3979
+ msgid "Reporting"
3980
+ msgstr ""
3981
+
3982
+ #: admin.php:4104
3983
+ msgid "Options (raw)"
3984
+ msgstr ""
3985
+
3986
+ #: addons/reporting.php:436 admin.php:564
3987
+ msgid "Send a report only when there are warnings/errors"
3988
+ msgstr ""
3989
+
3990
+ #: restorer.php:1613
3991
+ msgid "Content URL:"
3992
+ msgstr ""
3993
+
3994
+ #: restorer.php:157
3995
+ msgid "You should check the file ownerships and permissions in your WordPress installation"
3996
+ msgstr ""
3997
+
3998
+ #: templates/wp-admin/settings/form-contents.php:174
3999
+ msgid "See also the \"More Files\" add-on from our shop."
4000
+ msgstr ""
4001
+
4002
+ #: backup.php:2987 class-updraftplus.php:610
4003
+ msgid "Your free space in your hosting account is very low - only %s Mb remain"
4004
+ msgstr ""
4005
+
4006
+ #: class-updraftplus.php:594
4007
+ 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)"
4008
+ msgstr ""
4009
+
4010
+ #: udaddons/options.php:547
4011
+ msgid "Manage Addons"
4012
+ msgstr ""
4013
+
4014
+ #: udaddons/options.php:489
4015
+ msgid "Buy It"
4016
+ msgstr ""
4017
+
4018
+ #: udaddons/options.php:488
4019
+ msgid "Get it from the UpdraftPlus.Com Store"
4020
+ msgstr ""
4021
+
4022
+ #: udaddons/options.php:482 udaddons/options.php:484
4023
+ msgid "activate it on this site"
4024
+ msgstr ""
4025
+
4026
+ #: udaddons/options.php:484
4027
+ msgid "You have an inactive purchase"
4028
+ msgstr ""
4029
+
4030
+ #: udaddons/options.php:474
4031
+ msgid "Assigned to this site"
4032
+ msgstr ""
4033
+
4034
+ #: udaddons/options.php:471
4035
+ msgid "Available for this site (via your all-addons purchase)"
4036
+ msgstr ""
4037
+
4038
+ #: udaddons/options.php:465
4039
+ msgid "(apparently a pre-release or withdrawn release)"
4040
+ msgstr ""
4041
+
4042
+ #: udaddons/options.php:425
4043
+ msgid "Go here"
4044
+ msgstr ""
4045
+
4046
+ #: udaddons/options.php:425
4047
+ msgid "Need to get support?"
4048
+ msgstr ""
4049
+
4050
+ #: udaddons/options.php:407
4051
+ msgid "An error occurred when trying to retrieve your add-ons."
4052
+ msgstr ""
4053
+
4054
+ #: udaddons/options.php:340
4055
+ msgid "An unknown response was received. Response was:"
4056
+ msgstr ""
4057
+
4058
+ #: udaddons/options.php:339
4059
+ msgid "Claim not granted - your account login details were wrong"
4060
+ msgstr ""
4061
+
4062
+ #: udaddons/options.php:337
4063
+ msgid "Please wait whilst we make the claim..."
4064
+ msgstr ""
4065
+
4066
+ #: udaddons/options.php:290
4067
+ msgid "Errors occurred when trying to connect to UpdraftPlus.Com:"
4068
+ msgstr ""
4069
+
4070
+ #: udaddons/options.php:281
4071
+ msgid "You are presently <strong>not connected</strong> to an UpdraftPlus.Com account."
4072
+ msgstr ""
4073
+
4074
+ #: udaddons/options.php:272
4075
+ msgid "If you bought new add-ons, then follow this link to refresh your connection"
4076
+ msgstr ""
4077
+
4078
+ #: udaddons/options.php:271
4079
+ msgid "You are presently <strong>connected</strong> to an UpdraftPlus.Com account."
4080
+ msgstr ""
4081
+
4082
+ #: udaddons/options.php:242
4083
+ msgid "Interested in knowing about your UpdraftPlus.Com password security? Read about it here."
4084
+ msgstr ""
4085
+
4086
+ #: udaddons/options.php:183
4087
+ msgid "Forgotten your details?"
4088
+ msgstr ""
4089
+
4090
+ #: udaddons/options.php:172
4091
+ msgid "Not yet got an account (it's free)? Go get one!"
4092
+ msgstr ""
4093
+
4094
+ #: udaddons/options.php:141
4095
+ msgid "Connect with your UpdraftPlus.Com account"
4096
+ msgstr ""
4097
+
4098
+ #: udaddons/options.php:120
4099
+ msgid "Your web server's version of PHP is too old ("
4100
+ msgstr ""
4101
+
4102
+ #: udaddons/options.php:114
4103
+ msgid "You do seem to have the obsolete Updraft plugin installed - perhaps you got them confused?"
4104
+ msgstr ""
4105
+
4106
+ #: udaddons/options.php:113
4107
+ msgid "Go here to begin installing it."
4108
+ msgstr ""
4109
+
4110
+ #: udaddons/options.php:113
4111
+ msgid "UpdraftPlus is not yet installed."
4112
+ msgstr ""
4113
+
4114
+ #: udaddons/options.php:110
4115
+ msgid "Go here to activate it."
4116
+ msgstr ""
4117
+
4118
+ #: udaddons/options.php:109
4119
+ msgid "UpdraftPlus is not yet activated."
4120
+ msgstr ""
4121
+
4122
+ #: udaddons/options.php:100 udaddons/options.php:102
4123
+ msgid "Go here to connect."
4124
+ msgstr ""
4125
+
4126
+ #: udaddons/options.php:100
4127
+ msgid "You have not yet connected with your UpdraftPlus.Com account, to enable you to list your purchased add-ons."
4128
+ msgstr ""
4129
+
4130
+ #: addons/moredatabase.php:299 addons/moredatabase.php:383
4131
+ msgid "Without it, encryption will be a lot slower."
4132
+ msgstr ""
4133
+
4134
+ #: addons/moredatabase.php:299 addons/moredatabase.php:383
4135
+ msgid "Your web-server does not have the %s module installed."
4136
+ msgstr ""
4137
+
4138
+ #: addons/googlecloud.php:898 methods/googledrive.php:966
4139
+ msgid "<strong>(You appear to be already authenticated,</strong> though you can authenticate again to refresh your access if you've had a problem)."
4140
+ msgstr ""
4141
+
4142
+ #: templates/wp-admin/settings/downloading-and-restoring.php:62
4143
+ msgid "Drop backup files here"
4144
+ msgstr ""
4145
+
4146
+ #: admin.php:575
4147
+ msgid "The web server returned an error code (try again, or check your web server logs)"
4148
+ msgstr ""
4149
+
4150
+ #: admin.php:573
4151
+ msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
4152
+ msgstr ""
4153
+
4154
+ #: admin.php:570
4155
+ msgid "If you exclude both the database and the files, then you have excluded everything!"
4156
+ msgstr ""
4157
+
4158
+ #: restorer.php:1607
4159
+ msgid "Site home:"
4160
+ msgstr ""
4161
+
4162
+ #: addons/morestorage.php:78
4163
+ msgid "Remote Storage Options"
4164
+ msgstr ""
4165
+
4166
+ #: addons/autobackup.php:292 addons/autobackup.php:382
4167
+ msgid "(logs can be found in the UpdraftPlus settings page as normal)..."
4168
+ msgstr ""
4169
+
4170
+ #: addons/autobackup.php:252 addons/autobackup.php:996
4171
+ msgid "Remember this choice for next time (you will still have the chance to change it)"
4172
+ msgstr ""
4173
+
4174
+ #: addons/azure.php:351 methods/stream-base.php:125 methods/stream-base.php:130
4175
+ msgid "Upload failed"
4176
+ msgstr ""
4177
+
4178
+ #: templates/wp-admin/settings/form-contents.php:135
4179
+ msgid "You can send a backup to more than one destination with an add-on."
4180
+ msgstr ""
4181
+
4182
+ #: admin.php:2593
4183
+ msgid "Note: the progress bar below is based on stages, NOT time. Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
4184
+ msgstr ""
4185
+
4186
+ #: admin.php:2491
4187
+ msgid "(%s%%, file %s of %s)"
4188
+ msgstr ""
4189
+
4190
+ #: addons/autobackup.php:253 addons/autobackup.php:1001
4191
+ #: addons/lockadmin.php:142
4192
+ msgid "Read more about how this works..."
4193
+ msgstr ""
4194
+
4195
+ #: addons/sftp.php:485
4196
+ msgid "Failed: We were able to log in, but failed to successfully create a file in that location."
4197
+ msgstr ""
4198
+
4199
+ #: addons/sftp.php:483
4200
+ msgid "Failed: We were able to log in and move to the indicated directory, but failed to successfully create a file in that location."
4201
+ msgstr ""
4202
+
4203
+ #: addons/sftp.php:402
4204
+ msgid "Use SCP instead of SFTP"
4205
+ msgstr ""
4206
+
4207
+ #: addons/sftp.php:46
4208
+ msgid "SCP/SFTP user setting"
4209
+ msgstr ""
4210
+
4211
+ #: addons/sftp.php:45
4212
+ msgid "SCP/SFTP host setting"
4213
+ msgstr ""
4214
+
4215
+ #: methods/email.php:58
4216
+ msgid "The attempt to send the backup via email failed (probably the backup was too large for this method)"
4217
+ msgstr ""
4218
+
4219
+ #: methods/email.php:45
4220
+ msgid "Backup is of: %s."
4221
+ msgstr ""
4222
+
4223
+ #: admin.php:662
4224
+ msgid "%s settings test result:"
4225
+ msgstr ""
4226
+
4227
+ #: admin.php:3287 admin.php:3289
4228
+ msgid "(Not finished)"
4229
+ msgstr ""
4230
+
4231
+ #: admin.php:3289
4232
+ 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."
4233
+ msgstr ""
4234
+
4235
+ #: templates/wp-admin/settings/form-contents.php:348
4236
+ msgid "<b>Do not</b> place it inside your uploads or plugins directory, as that will cause recursion (backups of backups of backups of...)."
4237
+ msgstr ""
4238
+
4239
+ #: templates/wp-admin/settings/form-contents.php:348
4240
+ 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)."
4241
+ msgstr ""
4242
+
4243
+ #: admin.php:2588
4244
+ msgid "Job ID: %s"
4245
+ msgstr ""
4246
+
4247
+ #: admin.php:2573
4248
+ msgid "last activity: %ss ago"
4249
+ msgstr ""
4250
+
4251
+ #: admin.php:2572
4252
+ msgid "next resumption: %d (after %ss)"
4253
+ msgstr ""
4254
+
4255
+ #: admin.php:2555 central/bootstrap.php:405 central/bootstrap.php:412
4256
+ #: methods/updraftvault.php:356 methods/updraftvault.php:436
4257
+ msgid "Unknown"
4258
+ msgstr ""
4259
+
4260
+ #: admin.php:2505
4261
+ msgid "Backup finished"
4262
+ msgstr ""
4263
+
4264
+ #: admin.php:2500
4265
+ msgid "Waiting until scheduled time to retry because of errors"
4266
+ msgstr ""
4267
+
4268
+ #: admin.php:2496
4269
+ msgid "Pruning old backup sets"
4270
+ msgstr ""
4271
+
4272
+ #: admin.php:2484
4273
+ msgid "Uploading files to remote storage"
4274
+ msgstr ""
4275
+
4276
+ #: admin.php:2553
4277
+ msgid "Encrypted database"
4278
+ msgstr ""
4279
+
4280
+ #: admin.php:2545
4281
+ msgid "Encrypting database"
4282
+ msgstr ""
4283
+
4284
+ #: admin.php:2519
4285
+ msgid "Created database backup"
4286
+ msgstr ""
4287
+
4288
+ #: admin.php:2532
4289
+ msgid "table: %s"
4290
+ msgstr ""
4291
+
4292
+ #: admin.php:2530
4293
+ msgid "Creating database backup"
4294
+ msgstr ""
4295
+
4296
+ #: admin.php:2478
4297
+ msgid "Created file backup zips"
4298
+ msgstr ""
4299
+
4300
+ #: admin.php:2465
4301
+ msgid "Creating file backup zips"
4302
+ msgstr ""
4303
+
4304
+ #: admin.php:2460
4305
+ msgid "Backup begun"
4306
+ msgstr ""
4307
+
4308
+ #: admin.php:2303
4309
+ msgid "Backups in progress:"
4310
+ msgstr ""
4311
+
4312
+ #: admin.php:859
4313
+ msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even &quot;Backup Now&quot;) unless either you have set up a facility to call the scheduler manually, or until it is enabled."
4314
+ msgstr ""
4315
+
4316
+ #: restorer.php:657
4317
+ msgid "file"
4318
+ msgstr ""
4319
+
4320
+ #: restorer.php:650
4321
+ msgid "folder"
4322
+ msgstr ""
4323
+
4324
+ #: restorer.php:650 restorer.php:657
4325
+ msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
4326
+ msgstr ""
4327
+
4328
+ #: class-updraftplus.php:2739
4329
+ msgid "The backup has not finished; a resumption is scheduled"
4330
+ msgstr ""
4331
+
4332
+ #: class-updraftplus.php:1734
4333
+ msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
4334
+ msgstr ""
4335
+
4336
+ #: addons/googlecloud.php:337 addons/onedrive.php:880
4337
+ #: includes/Dropbox/OAuth/Consumer/ConsumerAbstract.php:115
4338
+ #: includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:118
4339
+ #: methods/googledrive.php:244
4340
+ 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)."
4341
+ msgstr ""
4342
+
4343
+ #: admin.php:2126
4344
+ 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)."
4345
+ msgstr ""
4346
+
4347
+ #: addons/autobackup.php:1006 admin.php:617
4348
+ msgid "Proceed with update"
4349
+ msgstr ""
4350
+
4351
+ #: addons/autobackup.php:1005
4352
+ msgid "Do not abort after pressing Proceed below - wait for the backup to complete."
4353
+ msgstr ""
4354
+
4355
+ #: addons/autobackup.php:113 addons/autobackup.php:982
4356
+ msgid "UpdraftPlus Automatic Backups"
4357
+ msgstr ""
4358
+
4359
+ #: addons/autobackup.php:469
4360
+ msgid "Errors have occurred:"
4361
+ msgstr ""
4362
+
4363
+ #: addons/autobackup.php:441
4364
+ msgid "Creating backup with UpdraftPlus..."
4365
+ msgstr ""
4366
+
4367
+ #: addons/autobackup.php:391 addons/autobackup.php:516
4368
+ #: addons/autobackup.php:567
4369
+ msgid "Automatic Backup"
4370
+ msgstr ""
4371
+
4372
+ #: addons/autobackup.php:382
4373
+ msgid "Creating database backup with UpdraftPlus..."
4374
+ msgstr ""
4375
+
4376
+ #: addons/autobackup.php:371
4377
+ msgid "You do not have sufficient permissions to update this site."
4378
+ msgstr ""
4379
+
4380
+ #: addons/autobackup.php:350
4381
+ msgid "themes"
4382
+ msgstr ""
4383
+
4384
+ #: addons/autobackup.php:343
4385
+ msgid "plugins"
4386
+ msgstr ""
4387
+
4388
+ #: addons/autobackup.php:296 addons/autobackup.php:389
4389
+ msgid "Starting automatic backup..."
4390
+ msgstr ""
4391
+
4392
+ #: addons/autobackup.php:292
4393
+ msgid "Creating %s and database backup with UpdraftPlus..."
4394
+ msgstr ""
4395
+
4396
+ #: addons/autobackup.php:250
4397
+ msgid "Automatically backup (where relevant) plugins, themes and the WordPress database with UpdraftPlus before updating"
4398
+ msgstr ""
4399
+
4400
+ #: addons/morefiles.php:170 addons/morefiles.php:171
4401
+ msgid "If you are not sure then you should stop; otherwise you may destroy this WordPress installation."
4402
+ msgstr ""
4403
+
4404
+ #: addons/morefiles.php:170 addons/morefiles.php:171
4405
+ msgid "This does not look like a valid WordPress core backup - the file %s was missing."
4406
+ msgstr ""
4407
+
4408
+ #: addons/morefiles.php:123
4409
+ msgid "Unable to open zip file (%s) - could not pre-scan it to check its integrity."
4410
+ msgstr ""
4411
+
4412
+ #: addons/morefiles.php:113
4413
+ msgid "Unable to read zip file (%s) - could not pre-scan it to check its integrity."
4414
+ msgstr ""
4415
+
4416
+ #: templates/wp-admin/settings/header.php:14
4417
+ msgid "More plugins"
4418
+ msgstr ""
4419
+
4420
+ #: templates/wp-admin/settings/header.php:11
4421
+ #: templates/wp-admin/settings/tab-addons.php:19
4422
+ msgid "Support"
4423
+ msgstr ""
4424
+
4425
+ #: class-updraftplus.php:4054
4426
+ msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
4427
+ msgstr ""
4428
+
4429
+ #: class-updraftplus.php:4046
4430
+ msgid "This database backup is missing core WordPress tables: %s"
4431
+ msgstr ""
4432
+
4433
+ #: class-updraftplus.php:3934
4434
+ 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."
4435
+ msgstr ""
4436
+
4437
+ #: class-updraftplus.php:3850
4438
+ msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
4439
+ msgstr ""
4440
+
4441
+ #: addons/autobackup.php:556 admin.php:827
4442
+ msgid "Update Theme"
4443
+ msgstr ""
4444
+
4445
+ #: addons/autobackup.php:505 admin.php:823
4446
+ msgid "Update Plugin"
4447
+ msgstr ""
4448
+
4449
+ #: addons/autobackup.php:985 admin.php:696 includes/updraftplus-notices.php:171
4450
+ msgid "Be safe with an automatic backup"
4451
+ msgstr ""
4452
+
4453
+ #: restorer.php:2219
4454
+ msgid "Uploads path (%s) does not exist - resetting (%s)"
4455
+ msgstr ""
4456
+
4457
+ #: admin.php:2078
4458
+ msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
4459
+ msgstr ""
4460
+
4461
+ #: admin.php:611
4462
+ msgid "The file was uploaded."
4463
+ msgstr ""
4464
+
4465
+ #: admin.php:610
4466
+ msgid "Unknown server response status:"
4467
+ msgstr ""
4468
+
4469
+ #: admin.php:609
4470
+ msgid "Unknown server response:"
4471
+ msgstr ""
4472
+
4473
+ #: admin.php:608
4474
+ msgid "This decryption key will be attempted:"
4475
+ msgstr ""
4476
+
4477
+ #: admin.php:607
4478
+ msgid "Follow this link to attempt decryption and download the database file to your computer."
4479
+ msgstr ""
4480
+
4481
+ #: admin.php:606
4482
+ msgid "Upload error"
4483
+ msgstr ""
4484
+
4485
+ #: admin.php:605
4486
+ 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)."
4487
+ msgstr ""
4488
+
4489
+ #: admin.php:604
4490
+ msgid "Upload error:"
4491
+ msgstr ""
4492
+
4493
+ #: admin.php:603
4494
+ msgid "(make sure that you were trying to upload a zip file previously created by UpdraftPlus)"
4495
+ msgstr ""
4496
+
4497
+ #: admin.php:594
4498
+ msgid "Download to your computer"
4499
+ msgstr ""
4500
+
4501
+ #: admin.php:593
4502
+ msgid "Delete from your web server"
4503
+ msgstr ""
4504
+
4505
+ #: methods/s3.php:774
4506
+ msgid "Examples of S3-compatible storage providers:"
4507
+ msgstr ""
4508
+
4509
+ #: admin.php:3643
4510
+ msgid "Will not delete any archives after unpacking them, because there was no cloud storage for this backup"
4511
+ msgstr ""
4512
+
4513
+ #: admin.php:3260
4514
+ msgid "You appear to be missing one or more archives from this multi-archive set."
4515
+ msgstr ""
4516
+
4517
+ #: admin.php:3257
4518
+ msgid "(%d archive(s) in set)."
4519
+ msgstr ""
4520
+
4521
+ #: templates/wp-admin/settings/form-contents.php:325
4522
+ msgid "Split archives every:"
4523
+ msgstr ""
4524
+
4525
+ #: addons/moredatabase.php:272
4526
+ msgid "Error: the server sent us a response (JSON) which we did not understand."
4527
+ msgstr ""
4528
+
4529
+ #: admin.php:584
4530
+ msgid "Warnings:"
4531
+ msgstr ""
4532
+
4533
+ #: admin.php:583
4534
+ msgid "Error: the server sent an empty response."
4535
+ msgstr ""
4536
+
4537
+ #: admin.php:1839
4538
+ 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?"
4539
+ msgstr ""
4540
+
4541
+ #: includes/class-wpadmin-commands.php:195
4542
+ msgid "The backup archive files have been processed, but with some errors. You will need to cancel and correct any problems before retrying."
4543
+ msgstr ""
4544
+
4545
+ #: includes/class-wpadmin-commands.php:193
4546
+ 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."
4547
+ msgstr ""
4548
+
4549
+ #: includes/class-wpadmin-commands.php:191
4550
+ msgid "The backup archive files have been successfully processed. Now press Restore again to proceed."
4551
+ msgstr ""
4552
+
4553
+ #: includes/class-wpadmin-commands.php:186
4554
+ msgid "This multi-archive backup set appears to have the following archives missing: %s"
4555
+ msgstr ""
4556
+
4557
+ #: includes/class-wpadmin-commands.php:171
4558
+ msgid "File (%s) was found, but has a different size (%s) from what was expected (%s) - it may be corrupt."
4559
+ msgstr ""
4560
+
4561
+ #: includes/class-wpadmin-commands.php:166
4562
+ msgid "File was found, but is zero-sized (you need to re-upload it): %s"
4563
+ msgstr ""
4564
+
4565
+ #: includes/class-wpadmin-commands.php:164
4566
+ msgid "File not found (you need to upload it): %s"
4567
+ msgstr ""
4568
+
4569
+ #: includes/class-wpadmin-commands.php:96
4570
+ msgid "No such backup set exists"
4571
+ msgstr ""
4572
+
4573
+ #: admin.php:1115
4574
+ 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"
4575
+ msgstr ""
4576
+
4577
+ #: restorer.php:599
4578
+ msgid "Failed to move directory (check your file permissions and disk quota): %s"
4579
+ msgstr ""
4580
+
4581
+ #: restorer.php:590
4582
+ msgid "Failed to move file (check your file permissions and disk quota): %s"
4583
+ msgstr ""
4584
+
4585
+ #: restorer.php:154
4586
+ msgid "Moving unpacked backup into place..."
4587
+ msgstr ""
4588
+
4589
+ #: backup.php:2691 backup.php:2947
4590
+ msgid "Failed to open the zip file (%s) - %s"
4591
+ msgstr ""
4592
+
4593
+ #: addons/morefiles.php:101
4594
+ msgid "WordPress root directory server path: %s"
4595
+ msgstr ""
4596
+
4597
+ #: methods/s3.php:819
4598
+ msgid "%s end-point"
4599
+ msgstr ""
4600
+
4601
+ #: methods/s3.php:781
4602
+ msgid "... and many more!"
4603
+ msgstr ""
4604
+
4605
+ #: methods/s3generic.php:41 methods/s3generic.php:49
4606
+ msgid "S3 (Compatible)"
4607
+ msgstr ""
4608
+
4609
+ #: admin.php:3564
4610
+ msgid "File is not locally present - needs retrieving from remote storage"
4611
+ msgstr ""
4612
+
4613
+ #: admin.php:3551
4614
+ msgid "Looking for %s archive: file name: %s"
4615
+ msgstr ""
4616
+
4617
+ #: admin.php:3512
4618
+ msgid "Final checks"
4619
+ msgstr ""
4620
+
4621
+ #: templates/wp-admin/settings/form-contents.php:331
4622
+ 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)."
4623
+ msgstr ""
4624
+
4625
+ #: templates/wp-admin/settings/form-contents.php:215
4626
+ msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
4627
+ msgstr ""
4628
+
4629
+ #: admin.php:2931
4630
+ msgid "Your wp-content directory server path: %s"
4631
+ msgstr ""
4632
+
4633
+ #: admin.php:600
4634
+ msgid "Raw backup history"
4635
+ msgstr ""
4636
+
4637
+ #: templates/wp-admin/advanced/site-info.php:97
4638
+ msgid "Show raw backup and file list"
4639
+ msgstr ""
4640
+
4641
+ #: admin.php:582
4642
+ msgid "Processing files - please wait..."
4643
+ msgstr ""
4644
+
4645
+ #: admin.php:3695 templates/wp-admin/settings/downloading-and-restoring.php:29
4646
+ msgid "Please consult this FAQ for help on what to do about it."
4647
+ msgstr ""
4648
+
4649
+ #: templates/wp-admin/settings/downloading-and-restoring.php:29
4650
+ msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
4651
+ msgstr ""
4652
+
4653
+ #: class-updraftplus.php:3858
4654
+ msgid "Failed to open database file."
4655
+ msgstr ""
4656
+
4657
+ #: admin.php:4074
4658
+ msgid "Known backups (raw)"
4659
+ msgstr ""
4660
+
4661
+ #: restorer.php:955
4662
+ msgid "Unable to enumerate files in that directory."
4663
+ msgstr ""
4664
+
4665
+ #: restorer.php:950
4666
+ msgid "Files found:"
4667
+ msgstr ""
4668
+
4669
+ #: restorer.php:1340
4670
+ msgid "Using directory from backup: %s"
4671
+ msgstr ""
4672
+
4673
+ #: restorer.php:1804
4674
+ msgid "Requested table engine (%s) is not present - changing to MyISAM."
4675
+ msgstr ""
4676
+
4677
+ #: addons/migrator.php:325
4678
+ 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."
4679
+ msgstr ""
4680
+
4681
+ #: admin.php:3584
4682
+ msgid "file is size:"
4683
+ msgstr ""
4684
+
4685
+ #: addons/googlecloud.php:855 addons/migrator.php:363 addons/migrator.php:366
4686
+ #: addons/migrator.php:369 admin.php:859 admin.php:2083 backup.php:2994
4687
+ #: updraftplus.php:147
4688
+ msgid "Go here for more information."
4689
+ msgstr ""
4690
+
4691
+ #: admin.php:581
4692
+ msgid "Some files are still downloading or being processed - please wait."
4693
+ msgstr ""
4694
+
4695
+ #: class-updraftplus.php:3906 class-updraftplus.php:3924
4696
+ 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."
4697
+ msgstr ""
4698
+
4699
+ #: addons/fixtime.php:545
4700
+ msgid "The time zone used is that from your WordPress settings, in Settings -> General."
4701
+ msgstr ""
4702
+
4703
+ #: addons/fixtime.php:545
4704
+ msgid "Enter in format HH:MM (e.g. 14:22)."
4705
+ msgstr ""
4706
+
4707
+ #: methods/ftp.php:111
4708
+ msgid "%s upload failed"
4709
+ msgstr ""
4710
+
4711
+ #: methods/ftp.php:84 methods/ftp.php:135 methods/ftp.php:239
4712
+ msgid "%s login failure"
4713
+ msgstr ""
4714
+
4715
+ #: methods/dropbox.php:425
4716
+ msgid "You do not appear to be authenticated with %s"
4717
+ msgstr ""
4718
+
4719
+ #: methods/dropbox.php:392
4720
+ msgid "Failed to access %s when deleting (see log file for more)"
4721
+ msgstr ""
4722
+
4723
+ #: methods/dropbox.php:384
4724
+ msgid "You do not appear to be authenticated with %s (whilst deleting)"
4725
+ msgstr ""
4726
+
4727
+ #: methods/dropbox.php:119
4728
+ msgid "Dropbox error: %s (see log file for more)"
4729
+ msgstr ""
4730
+
4731
+ #: methods/cloudfiles.php:422
4732
+ msgid "Error - failed to download the file from %s"
4733
+ msgstr ""
4734
+
4735
+ #: methods/cloudfiles.php:418
4736
+ msgid "Error - no such file exists at %s"
4737
+ msgstr ""
4738
+
4739
+ #: addons/azure.php:217 methods/addon-base.php:208 methods/cloudfiles.php:392
4740
+ #: methods/cloudfiles.php:409 methods/googledrive.php:838
4741
+ #: methods/openstack-base.php:403 methods/stream-base.php:266
4742
+ #: methods/stream-base.php:273 methods/stream-base.php:286
4743
+ msgid "%s Error"
4744
+ msgstr ""
4745
+
4746
+ #: methods/cloudfiles.php:219 methods/openstack-base.php:78
4747
+ msgid "%s error - failed to upload file"
4748
+ msgstr ""
4749
+
4750
+ #: class-updraftplus.php:940 methods/cloudfiles.php:211
4751
+ msgid "%s error - failed to re-assemble chunks"
4752
+ msgstr ""
4753
+
4754
+ #: methods/cloudfiles.php:95 methods/cloudfiles.php:99
4755
+ #: methods/cloudfiles.php:240 methods/cloudfiles.php:285
4756
+ #: methods/cloudfiles.php:336 methods/cloudfiles.php:340
4757
+ #: methods/openstack-base.php:36 methods/openstack-base.php:300
4758
+ #: methods/openstack-base.php:365 methods/openstack-base.php:437
4759
+ #: methods/openstack-base.php:440 methods/openstack-base.php:457
4760
+ #: methods/openstack-base.php:462
4761
+ msgid "%s authentication failed"
4762
+ msgstr ""
4763
+
4764
+ #: addons/googlecloud.php:384 addons/migrator.php:462 admin.php:1784
4765
+ #: admin.php:1831 admin.php:1839 class-updraftplus.php:725
4766
+ #: class-updraftplus.php:731 class-updraftplus.php:3829
4767
+ #: class-updraftplus.php:3831 class-updraftplus.php:3964
4768
+ #: class-updraftplus.php:3999 methods/googledrive.php:304 restorer.php:944
4769
+ msgid "Error: %s"
4770
+ msgstr ""
4771
+
4772
+ #: admin.php:2868
4773
+ msgid "Backup directory specified exists, but is <b>not</b> writable."
4774
+ msgstr ""
4775
+
4776
+ #: admin.php:2866
4777
+ msgid "Backup directory specified does <b>not</b> exist."
4778
+ msgstr ""
4779
+
4780
+ #: admin.php:2600 admin.php:2822 class-updraftplus.php:3906
4781
+ #: class-updraftplus.php:3924
4782
+ msgid "Warning: %s"
4783
+ msgstr ""
4784
+
4785
+ #: templates/wp-admin/settings/tab-status.php:57
4786
+ msgid "Last backup job run:"
4787
+ msgstr ""
4788
+
4789
+ #: backup.php:2713
4790
+ msgid "A very large file was encountered: %s (size: %s Mb)"
4791
+ msgstr ""
4792
+
4793
+ #: backup.php:2087 backup.php:2119
4794
+ msgid "%s: unreadable file - could not be backed up"
4795
+ msgstr ""
4796
+
4797
+ #: backup.php:1495
4798
+ 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"
4799
+ msgstr ""
4800
+
4801
+ #: backup.php:1614
4802
+ msgid "An error occurred whilst closing the final database file"
4803
+ msgstr ""
4804
+
4805
+ #: backup.php:874
4806
+ msgid "Warnings encountered:"
4807
+ msgstr ""
4808
+
4809
+ #: class-updraftplus.php:2727
4810
+ msgid "The backup apparently succeeded (with warnings) and is now complete"
4811
+ msgstr ""
4812
+
4813
+ #: class-updraftplus.php:623
4814
+ msgid "Your free disk space is very low - only %s Mb remain"
4815
+ msgstr ""
4816
+
4817
+ #: addons/migrator.php:470
4818
+ msgid "New site:"
4819
+ msgstr ""
4820
+
4821
+ #: addons/migrator.php:525
4822
+ msgid "<strong>ERROR</strong>: Site URL already taken."
4823
+ msgstr ""
4824
+
4825
+ #: addons/migrator.php:445
4826
+ msgid "Migrated site (from UpdraftPlus)"
4827
+ msgstr ""
4828
+
4829
+ #: addons/migrator.php:384
4830
+ msgid "Enter details for where this new site is to live within your multisite install:"
4831
+ msgstr ""
4832
+
4833
+ #: addons/migrator.php:383
4834
+ msgid "Information needed to continue:"
4835
+ msgstr ""
4836
+
4837
+ #: addons/migrator.php:340
4838
+ msgid "Network activating theme:"
4839
+ msgstr ""
4840
+
4841
+ #: addons/migrator.php:330
4842
+ msgid "Processed plugin:"
4843
+ msgstr ""
4844
+
4845
+ #: addons/sftp.php:74
4846
+ msgid "Check your file permissions: Could not successfully create and enter directory:"
4847
+ msgstr ""
4848
+
4849
+ #: addons/sftp.php:38
4850
+ msgid "Some servers advertise encrypted FTP as available, but then time-out (after a long time) when you attempt to use it. If you find this happenning, then go into the \"Expert Options\" (below) and turn off SSL there."
4851
+ msgstr ""
4852
+
4853
+ #: methods/s3.php:795
4854
+ 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."
4855
+ msgstr ""
4856
+
4857
+ #: methods/s3.php:1033
4858
+ msgid "Please check your access credentials."
4859
+ msgstr ""
4860
+
4861
+ #: addons/s3-enhanced.php:172 methods/s3.php:1011
4862
+ msgid "The error reported by %s was:"
4863
+ msgstr ""
4864
+
4865
+ #: restorer.php:1359
4866
+ msgid "Please supply the requested information, and then continue."
4867
+ msgstr ""
4868
+
4869
+ #: restorer.php:2056
4870
+ msgid "Cannot drop tables, so deleting instead (%s)"
4871
+ msgstr ""
4872
+
4873
+ #: restorer.php:2039
4874
+ msgid "Cannot create new tables, so skipping this command (%s)"
4875
+ msgstr ""
4876
+
4877
+ #: class-updraftplus.php:3975 restorer.php:1648
4878
+ msgid "Site information:"
4879
+ msgstr ""
4880
+
4881
+ #: restorer.php:1515
4882
+ 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."
4883
+ msgstr ""
4884
+
4885
+ #: addons/migrator.php:325 admin.php:2078 class-updraftplus.php:3968
4886
+ #: restorer.php:1970
4887
+ msgid "Warning:"
4888
+ msgstr ""
4889
+
4890
+ #: class-updraftplus.php:3960 restorer.php:162
4891
+ msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
4892
+ msgstr ""
4893
+
4894
+ #: admin.php:3539
4895
+ 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."
4896
+ msgstr ""
4897
+
4898
+ #: admin.php:2987 methods/updraftvault.php:260
4899
+ 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."
4900
+ msgstr ""
4901
+
4902
+ #: admin.php:618
4903
+ msgid "Close"
4904
+ msgstr ""
4905
+
4906
+ #: addons/autobackup.php:298 addons/autobackup.php:386 admin.php:574
4907
+ #: methods/remotesend.php:71 methods/remotesend.php:79
4908
+ #: methods/remotesend.php:220 methods/remotesend.php:237
4909
+ msgid "Unexpected response:"
4910
+ msgstr ""
4911
+
4912
+ #: addons/reporting.php:434 admin.php:569
4913
+ msgid "To send to more than one address, separate each address with a comma."
4914
+ msgstr ""
4915
+
4916
+ #: admin.php:598
4917
+ msgid "PHP information"
4918
+ msgstr ""
4919
+
4920
+ #: templates/wp-admin/advanced/site-info.php:63
4921
+ msgid "zip executable found:"
4922
+ msgstr ""
4923
+
4924
+ #: templates/wp-admin/advanced/site-info.php:43
4925
+ msgid "show PHP information (phpinfo)"
4926
+ msgstr ""
4927
+
4928
+ #: templates/wp-admin/settings/tab-status.php:71
4929
+ msgid "Get it here."
4930
+ msgstr ""
4931
+
4932
+ #: templates/wp-admin/settings/tab-status.php:71
4933
+ msgid "Do you want to migrate or clone/duplicate a site?"
4934
+ msgstr ""
4935
+
4936
+ #: addons/migrator.php:165
4937
+ msgid "<a href=\"%s\">Read this article to see step-by-step how it's done.</a>"
4938
+ msgstr ""
4939
+
4940
+ #: templates/wp-admin/settings/tab-status.php:66
4941
+ msgid "Migrate Site"
4942
+ msgstr ""
4943
+
4944
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:30
4945
+ msgid "Deleting... please allow time for the communications with the remote storage to complete."
4946
+ msgstr ""
4947
+
4948
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:29
4949
+ msgid "Also delete from remote storage"
4950
+ msgstr ""
4951
+
4952
+ #: admin.php:2330
4953
+ msgid "Latest UpdraftPlus.com news:"
4954
+ msgstr ""
4955
+
4956
+ #: templates/wp-admin/settings/tab-status.php:33
4957
+ msgid "Clone/Migrate"
4958
+ msgstr ""
4959
+
4960
+ #: templates/wp-admin/settings/header.php:8
4961
+ #: templates/wp-admin/settings/tab-addons.php:34
4962
+ msgid "Premium"
4963
+ msgstr ""
4964
+
4965
+ #: templates/wp-admin/settings/header.php:9
4966
+ msgid "News"
4967
+ msgstr ""
4968
+
4969
+ #: admin.php:1269
4970
+ msgid "Backup set not found"
4971
+ msgstr ""
4972
+
4973
+ #: backup.php:160
4974
+ msgid "%s - could not back this entity up; the corresponding directory does not exist (%s)"
4975
+ msgstr ""
4976
+
4977
+ #: includes/updraftplus-notices.php:152 includes/updraftplus-notices.php:153
4978
+ #: includes/updraftplus-notices.php:162 includes/updraftplus-notices.php:163
4979
+ msgid "RSS link"
4980
+ msgstr ""
4981
+
4982
+ #: includes/updraftplus-notices.php:152 includes/updraftplus-notices.php:153
4983
+ #: includes/updraftplus-notices.php:162 includes/updraftplus-notices.php:163
4984
+ msgid "Blog link"
4985
+ msgstr ""
4986
+
4987
+ #: admin.php:661
4988
+ msgid "Testing %s Settings..."
4989
+ msgstr ""
4990
+
4991
+ #: templates/wp-admin/settings/downloading-and-restoring.php:52
4992
+ 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."
4993
+ msgstr ""
4994
+
4995
+ #: admin.php:875
4996
+ 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."
4997
+ msgstr ""
4998
+
4999
+ #: admin.php:875
5000
+ msgid "Notice"
5001
+ msgstr ""
5002
+
5003
+ #: backup.php:856
5004
+ msgid "Errors encountered:"
5005
+ msgstr ""
5006
+
5007
+ #: admin.php:567
5008
+ msgid "Rescanning (looking for backups that you have uploaded manually into the internal backup store)..."
5009
+ msgstr ""
5010
+
5011
+ #: admin.php:580
5012
+ msgid "Begun looking for this entity"
5013
+ msgstr ""
5014
+
5015
+ #: addons/dropbox-folders.php:26
5016
+ msgid "Store at"
5017
+ msgstr ""
5018
+
5019
+ #: addons/migrator.php:1368
5020
+ msgid "\"%s\" has no primary key, manual change needed on row %s."
5021
+ msgstr ""
5022
+
5023
+ #: addons/migrator.php:1248
5024
+ msgid "rows: %d"
5025
+ msgstr ""
5026
+
5027
+ #: addons/migrator.php:1114
5028
+ msgid "Time taken (seconds):"
5029
+ msgstr ""
5030
+
5031
+ #: addons/migrator.php:1113 admin.php:585
5032
+ msgid "Errors:"
5033
+ msgstr ""
5034
+
5035
+ #: addons/migrator.php:1112
5036
+ msgid "SQL update commands run:"
5037
+ msgstr ""
5038
+
5039
+ #: addons/migrator.php:1111
5040
+ msgid "Changes made:"
5041
+ msgstr ""
5042
+
5043
+ #: addons/migrator.php:1110
5044
+ msgid "Rows examined:"
5045
+ msgstr ""
5046
+
5047
+ #: addons/migrator.php:1109
5048
+ msgid "Tables examined:"
5049
+ msgstr ""
5050
+
5051
+ #: addons/migrator.php:998
5052
+ msgid "Could not get list of tables"
5053
+ msgstr ""
5054
+
5055
+ #: addons/migrator.php:962
5056
+ msgid "Database search and replace: replace %s in backup dump with %s"
5057
+ msgstr ""
5058
+
5059
+ #: addons/migrator.php:943
5060
+ msgid "Warning: the database's site URL (%s) is different to what we expected (%s)"
5061
+ msgstr ""
5062
+
5063
+ #: addons/migrator.php:932
5064
+ msgid "Nothing to do: the site URL is already: %s"
5065
+ msgstr ""
5066
+
5067
+ #: addons/migrator.php:896 addons/migrator.php:900 addons/migrator.php:904
5068
+ #: addons/migrator.php:909 addons/migrator.php:913 addons/migrator.php:918
5069
+ msgid "Error: unexpected empty parameter (%s, %s)"
5070
+ msgstr ""
5071
+
5072
+ #: addons/migrator.php:859
5073
+ msgid "This option was not selected."
5074
+ msgstr ""
5075
+
5076
+ #: addons/migrator.php:856
5077
+ msgid "Database: search and replace site URL"
5078
+ msgstr ""
5079
+
5080
+ #: addons/migrator.php:780 addons/migrator.php:1095
5081
+ msgid "Failed: we did not understand the result returned by the %s operation."
5082
+ msgstr ""
5083
+
5084
+ #: addons/migrator.php:778 addons/migrator.php:1093
5085
+ msgid "Failed: the %s operation was not able to start."
5086
+ msgstr ""
5087
+
5088
+ #: addons/migrator.php:543
5089
+ msgid "(learn more)"
5090
+ msgstr ""
5091
+
5092
+ #: addons/migrator.php:543
5093
+ msgid "Search and replace site location in the database (migrate)"
5094
+ msgstr ""
5095
+
5096
+ #: addons/migrator.php:543
5097
+ msgid "All references to the site location in the database will be replaced with your current site URL, which is: %s"
5098
+ msgstr ""
5099
+
5100
+ #: addons/multisite.php:630
5101
+ msgid "Blog uploads"
5102
+ msgstr ""
5103
+
5104
+ #: addons/migrator.php:369 addons/multisite.php:623
5105
+ msgid "Must-use plugins"
5106
+ msgstr ""
5107
+
5108
+ #: addons/multisite.php:193
5109
+ msgid "You do not have permission to access this page."
5110
+ msgstr ""
5111
+
5112
+ #: addons/multisite.php:179 udaddons/options.php:225
5113
+ msgid "You do not have sufficient permissions to access this page."
5114
+ msgstr ""
5115
+
5116
+ #: addons/multisite.php:173
5117
+ msgid "Multisite Install"
5118
+ msgstr ""
5119
+
5120
+ #: addons/fixtime.php:545
5121
+ msgid "starting from next time it is"
5122
+ msgstr ""
5123
+
5124
+ #: addons/sftp.php:430
5125
+ msgid "Failure: Port must be an integer."
5126
+ msgstr ""
5127
+
5128
+ #: methods/ftp.php:359 methods/openstack2.php:147
5129
+ msgid "password"
5130
+ msgstr ""
5131
+
5132
+ #: addons/sftp.php:421 methods/openstack2.php:142
5133
+ msgid "username"
5134
+ msgstr ""
5135
+
5136
+ #: addons/sftp.php:417
5137
+ msgid "host name"
5138
+ msgstr ""
5139
+
5140
+ #: addons/sftp.php:395
5141
+ msgid "Where to change directory to after logging in - often this is relative to your home directory."
5142
+ msgstr ""
5143
+
5144
+ #: addons/sftp.php:393
5145
+ msgid "Directory path"
5146
+ msgstr ""
5147
+
5148
+ #: addons/lockadmin.php:153 addons/moredatabase.php:239 addons/sftp.php:368
5149
+ #: addons/webdav.php:69 methods/openstack2.php:127 methods/updraftvault.php:320
5150
+ #: udaddons/options.php:145
5151
+ msgid "Password"
5152
+ msgstr ""
5153
+
5154
+ #: addons/sftp.php:354 addons/webdav.php:83
5155
+ msgid "Port"
5156
+ msgstr ""
5157
+
5158
+ #: addons/moredatabase.php:237 addons/sftp.php:347 addons/webdav.php:75
5159
+ msgid "Host"
5160
+ msgstr ""
5161
+
5162
+ #: addons/sftp.php:280
5163
+ msgid "%s Error: Failed to download"
5164
+ msgstr ""
5165
+
5166
+ #: addons/sftp.php:460
5167
+ msgid "Check your file permissions: Could not successfully create and enter:"
5168
+ msgstr ""
5169
+
5170
+ #: addons/sftp.php:45 addons/sftp.php:46 addons/sftp.php:47
5171
+ msgid "No %s found"
5172
+ msgstr ""
5173
+
5174
+ #: addons/sftp.php:38
5175
+ msgid "Explicit encryption is used by default. To force implicit encryption (port 990), add :990 to your FTP server below."
5176
+ msgstr ""
5177
+
5178
+ #: addons/sftp.php:38
5179
+ msgid "Encrypted FTP is available, and will be automatically tried first (before falling back to non-encrypted if it is not successful), unless you disable it using the expert options. The 'Test FTP Login' button will tell you what type of connection is in use."
5180
+ msgstr ""
5181
+
5182
+ #: addons/morefiles.php:562
5183
+ msgid "No backup of %s directories: there was nothing found to back up"
5184
+ msgstr ""
5185
+
5186
+ #: addons/morefiles.php:209
5187
+ msgid "Be careful what you select - if you select / then it really will try to create a zip containing your entire webserver."
5188
+ msgstr ""
5189
+
5190
+ #: addons/morefiles.php:207
5191
+ msgid "If you are not sure what this option is for, then you will not want it, and should turn it off."
5192
+ msgstr ""
5193
+
5194
+ #: addons/morefiles.php:186
5195
+ msgid "More Files"
5196
+ msgstr ""
5197
+
5198
+ #: addons/morefiles.php:100
5199
+ msgid "WordPress core (including any additions to your WordPress root directory)"
5200
+ msgstr ""
5201
+
5202
+ #: addons/morefiles.php:93
5203
+ msgid "The above files comprise everything in a WordPress installation."
5204
+ msgstr ""
5205
+
5206
+ #: addons/morefiles.php:74
5207
+ msgid "Over-write wp-config.php"
5208
+ msgstr ""
5209
+
5210
+ #: addons/morefiles.php:70 addons/morefiles.php:562
5211
+ msgid "WordPress Core"
5212
+ msgstr ""
5213
+
5214
+ #: methods/addon-base.php:294 methods/stream-base.php:316
5215
+ msgid "Failed: We were not able to place a file in that directory - please check your credentials."
5216
+ msgstr ""
5217
+
5218
+ #: addons/googlecloud.php:626 addons/googlecloud.php:660
5219
+ #: addons/googlecloud.php:666 addons/sftp.php:447 admin.php:2654 admin.php:2689
5220
+ #: admin.php:2698 methods/addon-base.php:284 methods/stream-base.php:302
5221
+ msgid "Failed"
5222
+ msgstr ""
5223
+
5224
+ #: addons/webdav.php:45
5225
+ msgid "WebDAV URL"
5226
+ msgstr ""
5227
+
5228
+ #: methods/stream-base.php:286
5229
+ msgid "Local write failed: Failed to download"
5230
+ msgstr ""
5231
+
5232
+ #: methods/stream-base.php:273
5233
+ msgid "Error opening remote file: Failed to download"
5234
+ msgstr ""
5235
+
5236
+ #: methods/stream-base.php:107 methods/stream-base.php:111
5237
+ msgid "Chunk %s: A %s error occurred"
5238
+ msgstr ""
5239
+
5240
+ #: addons/googlecloud.php:278 addons/sftp.php:43 methods/addon-base.php:56
5241
+ #: methods/addon-base.php:97 methods/addon-base.php:128
5242
+ #: methods/addon-base.php:184 methods/addon-base.php:264 methods/ftp.php:29
5243
+ #: methods/googledrive.php:146 methods/stream-base.php:31
5244
+ #: methods/stream-base.php:145 methods/stream-base.php:151
5245
+ #: methods/stream-base.php:185 methods/stream-base.php:250
5246
+ msgid "No %s settings were found"
5247
+ msgstr ""
5248
+
5249
+ #: methods/ftp.php:381
5250
+ msgid "Failure: we successfully logged in, but were not able to create a file in the given directory."
5251
+ msgstr ""
5252
+
5253
+ #: methods/ftp.php:378
5254
+ msgid "Success: we successfully logged in, and confirmed our ability to create a file in the given directory (login type:"
5255
+ msgstr ""
5256
+
5257
+ #: methods/ftp.php:369
5258
+ msgid "Failure: we did not successfully log in with those credentials."
5259
+ msgstr ""
5260
+
5261
+ #: methods/ftp.php:351
5262
+ msgid "Failure: No server details were given."
5263
+ msgstr ""
5264
+
5265
+ #: methods/ftp.php:320
5266
+ msgid "Needs to already exist"
5267
+ msgstr ""
5268
+
5269
+ #: methods/ftp.php:303
5270
+ msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available."
5271
+ msgstr ""
5272
+
5273
+ #: methods/ftp.php:303
5274
+ msgid "Only non-encrypted FTP is supported by regular UpdraftPlus."
5275
+ msgstr ""
5276
+
5277
+ #: addons/onedrive.php:755 methods/dropbox.php:627
5278
+ msgid "Your %s account name: %s"
5279
+ msgstr ""
5280
+
5281
+ #: methods/dropbox.php:617 methods/dropbox.php:644
5282
+ msgid "though part of the returned information was not as expected - your mileage may vary"
5283
+ msgstr ""
5284
+
5285
+ #: methods/dropbox.php:612 methods/dropbox.php:614
5286
+ msgid "you have authenticated your %s account"
5287
+ msgstr ""
5288
+
5289
+ #: methods/dropbox.php:499 methods/dropbox.php:501
5290
+ msgid "there's an add-on for that."
5291
+ msgstr ""
5292
+
5293
+ #: methods/dropbox.php:499 methods/dropbox.php:501
5294
+ msgid "If you back up several sites into the same Dropbox and want to organise with sub-folders, then "
5295
+ msgstr ""
5296
+
5297
+ #: methods/dropbox.php:499 methods/dropbox.php:501
5298
+ msgid "Backups are saved in"
5299
+ msgstr ""
5300
+
5301
+ #: methods/dropbox.php:499 methods/dropbox.php:501
5302
+ msgid "Need to use sub-folders?"
5303
+ msgstr ""
5304
+
5305
+ #: methods/dropbox.php:212 methods/dropbox.php:233 methods/dropbox.php:249
5306
+ msgid "error: failed to upload file to %s (see log file for more)"
5307
+ msgstr ""
5308
+
5309
+ #: methods/dropbox.php:97 methods/dropbox.php:114
5310
+ msgid "You do not appear to be authenticated with Dropbox"
5311
+ msgstr ""
5312
+
5313
+ #: methods/s3.php:1028
5314
+ msgid "The communication with %s was not encrypted."
5315
+ msgstr ""
5316
+
5317
+ #: methods/s3.php:1026
5318
+ msgid "The communication with %s was encrypted."
5319
+ msgstr ""
5320
+
5321
+ #: addons/googlecloud.php:689 methods/s3.php:1023
5322
+ msgid "We accessed the bucket, and were able to create files within it."
5323
+ msgstr ""
5324
+
5325
+ #: addons/googlecloud.php:683 addons/googlecloud.php:697 methods/s3.php:1021
5326
+ #: methods/s3.php:1033
5327
+ msgid "We successfully accessed the bucket, but the attempt to create a file in it failed."
5328
+ msgstr ""
5329
+
5330
+ #: addons/googlecloud.php:683 addons/googlecloud.php:697 methods/s3.php:1021
5331
+ #: methods/s3.php:1033
5332
+ msgid "Failure"
5333
+ msgstr ""
5334
+
5335
+ #: methods/s3.php:1009
5336
+ 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)."
5337
+ msgstr ""
5338
+
5339
+ #: addons/s3-enhanced.php:145 methods/openstack2.php:113 methods/s3.php:1003
5340
+ msgid "Region"
5341
+ msgstr ""
5342
+
5343
+ #: addons/googlecloud.php:78 addons/googlecloud.php:643 methods/s3.php:985
5344
+ msgid "Failure: No bucket details were given."
5345
+ msgstr ""
5346
+
5347
+ #: methods/s3.php:963
5348
+ msgid "API secret"
5349
+ msgstr ""
5350
+
5351
+ #: methods/s3.php:856
5352
+ msgid "Enter only a bucket name or a bucket and path. Examples: mybucket, mybucket/mypath"
5353
+ msgstr ""
5354
+
5355
+ #: methods/s3.php:855
5356
+ msgid "%s location"
5357
+ msgstr ""
5358
+
5359
+ #: methods/s3.php:851
5360
+ msgid "%s secret key"
5361
+ msgstr ""
5362
+
5363
+ #: methods/s3.php:847
5364
+ msgid "%s access key"
5365
+ msgstr ""
5366
+
5367
+ #: methods/s3.php:812
5368
+ msgid "If you see errors about SSL certificates, then please go here for help."
5369
+ msgstr ""
5370
+
5371
+ #: methods/s3.php:810
5372
+ 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."
5373
+ msgstr ""
5374
+
5375
+ #: methods/s3.php:444 methods/s3.php:618 methods/s3.php:720
5376
+ msgid "%s Error: Failed to access bucket %s. Check your permissions and credentials."
5377
+ msgstr ""
5378
+
5379
+ #: methods/s3.php:703 methods/s3.php:749
5380
+ msgid "%s Error: Failed to download %s. Check your permissions and credentials."
5381
+ msgstr ""
5382
+
5383
+ #: methods/s3.php:422
5384
+ msgid "%s re-assembly error (%s): (see log file for more)"
5385
+ msgstr ""
5386
+
5387
+ #: methods/s3.php:418
5388
+ msgid "%s upload (%s): re-assembly failed (see log for more details)"
5389
+ msgstr ""
5390
+
5391
+ #: methods/s3.php:402
5392
+ msgid "%s chunk %s: upload failed"
5393
+ msgstr ""
5394
+
5395
+ #: methods/s3.php:392
5396
+ msgid "%s error: file %s was shortened unexpectedly"
5397
+ msgstr ""
5398
+
5399
+ #: methods/s3.php:369
5400
+ msgid "%s upload: getting uploadID for multipart upload failed - see log file for more details"
5401
+ msgstr ""
5402
+
5403
+ #: methods/email.php:69
5404
+ msgid "Note:"
5405
+ msgstr ""
5406
+
5407
+ #: methods/email.php:43
5408
+ msgid "WordPress Backup"
5409
+ msgstr ""
5410
+
5411
+ #: methods/cloudfiles.php:560 methods/openstack-base.php:476
5412
+ msgid "We accessed the container, and were able to create files within it."
5413
+ msgstr ""
5414
+
5415
+ #: methods/cloudfiles.php:556
5416
+ msgid "Cloud Files error - we accessed the container, but failed to create a file within it"
5417
+ msgstr ""
5418
+
5419
+ #: methods/cloudfiles.php:529 methods/openstack-base.php:420
5420
+ msgid "Failure: No container details were given."
5421
+ msgstr ""
5422
+
5423
+ #: addons/moredatabase.php:238 addons/sftp.php:361 addons/webdav.php:63
5424
+ #: methods/cloudfiles-new.php:157 methods/cloudfiles.php:509
5425
+ #: methods/openstack2.php:121
5426
+ msgid "Username"
5427
+ msgstr ""
5428
+
5429
+ #: methods/cloudfiles-new.php:152 methods/cloudfiles.php:504 methods/s3.php:959
5430
+ msgid "API key"
5431
+ msgstr ""
5432
+
5433
+ #: addons/migrator.php:278 addons/migrator.php:1871 addons/moredatabase.php:75
5434
+ #: addons/moredatabase.php:77 addons/moredatabase.php:79 addons/sftp.php:417
5435
+ #: addons/sftp.php:421 addons/sftp.php:425 addons/webdav.php:103 admin.php:638
5436
+ #: methods/addon-base.php:277 methods/cloudfiles-new.php:152
5437
+ #: methods/cloudfiles-new.php:157 methods/cloudfiles.php:504
5438
+ #: methods/cloudfiles.php:509 methods/ftp.php:355 methods/ftp.php:359
5439
+ #: methods/openstack2.php:142 methods/openstack2.php:147
5440
+ #: methods/openstack2.php:152 methods/openstack2.php:157 methods/s3.php:959
5441
+ #: methods/s3.php:963
5442
+ msgid "Failure: No %s was given."
5443
+ msgstr ""
5444
+
5445
+ #: methods/cloudfiles-new.php:86 methods/cloudfiles.php:448
5446
+ #: methods/openstack-base.php:513 methods/s3.php:799
5447
+ msgid "UpdraftPlus's %s module <strong>requires</strong> %s. Please do not file any support requests; there is no alternative."
5448
+ msgstr ""
5449
+
5450
+ #: methods/cloudfiles.php:490
5451
+ msgid "Cloud Files container"
5452
+ msgstr ""
5453
+
5454
+ #: methods/cloudfiles.php:486
5455
+ msgid "Cloud Files API key"
5456
+ msgstr ""
5457
+
5458
+ #: methods/cloudfiles.php:482
5459
+ msgid "Cloud Files username"
5460
+ msgstr ""
5461
+
5462
+ #: addons/cloudfiles-enhanced.php:36 methods/cloudfiles-new.php:99
5463
+ #: methods/cloudfiles.php:466
5464
+ msgid "UK"
5465
+ msgstr ""
5466
+
5467
+ #: addons/cloudfiles-enhanced.php:35 methods/cloudfiles-new.php:98
5468
+ #: methods/cloudfiles.php:465
5469
+ msgid "US (default)"
5470
+ msgstr ""
5471
+
5472
+ #: methods/cloudfiles.php:462
5473
+ msgid "US or UK Cloud"
5474
+ msgstr ""
5475
+
5476
+ #: methods/cloudfiles-new.php:91 methods/cloudfiles.php:458
5477
+ #: methods/openstack2.php:94
5478
+ msgid "Also, you should read this important FAQ."
5479
+ msgstr ""
5480
+
5481
+ #: methods/cloudfiles-new.php:91 methods/cloudfiles.php:458
5482
+ msgid "Get your API key <a href=\"https://mycloud.rackspace.com/\">from your Rackspace Cloud console</a> (read instructions <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">here</a>), then pick a container name to use for storage. This container will be created for you if it does not already exist."
5483
+ msgstr ""
5484
+
5485
+ #: addons/sftp.php:408 admin.php:660 methods/addon-base.php:242
5486
+ #: methods/cloudfiles.php:496 methods/ftp.php:329
5487
+ #: methods/openstack-base.php:524 methods/s3.php:861
5488
+ #: methods/stream-base.php:224
5489
+ msgid "Test %s Settings"
5490
+ msgstr ""
5491
+
5492
+ #: methods/openstack-base.php:403
5493
+ msgid "Error downloading remote file: Failed to download ("
5494
+ msgstr ""
5495
+
5496
+ #: class-updraftplus.php:980 class-updraftplus.php:1024
5497
+ #: methods/cloudfiles.php:392 methods/stream-base.php:266
5498
+ msgid "Error opening local file: Failed to download"
5499
+ msgstr ""
5500
+
5501
+ #: methods/cloudfiles.php:218
5502
+ msgid "Cloud Files error - failed to upload file"
5503
+ msgstr ""
5504
+
5505
+ #: addons/sftp.php:134 addons/sftp.php:146 methods/cloudfiles.php:147
5506
+ #: methods/cloudfiles.php:189 methods/openstack-base.php:73
5507
+ #: methods/openstack-base.php:262 methods/s3.php:337 methods/s3.php:349
5508
+ #: methods/s3.php:350
5509
+ msgid "%s Error: Failed to upload"
5510
+ msgstr ""
5511
+
5512
+ #: addons/googlecloud.php:161 addons/googlecloud.php:166
5513
+ #: class-updraftplus.php:842 methods/cloudfiles.php:130
5514
+ #: methods/googledrive.php:756 methods/googledrive.php:761
5515
+ msgid "%s Error: Failed to open local file"
5516
+ msgstr ""
5517
+
5518
+ #: methods/cloudfiles.php:103 methods/cloudfiles.php:344
5519
+ #: methods/cloudfiles.php:363
5520
+ msgid "Cloud Files error - failed to create and access the container"
5521
+ msgstr ""
5522
+
5523
+ #: addons/cloudfiles-enhanced.php:96 addons/cloudfiles-enhanced.php:109
5524
+ #: addons/cloudfiles-enhanced.php:113 methods/cloudfiles.php:539
5525
+ #: methods/cloudfiles.php:542 methods/cloudfiles.php:545
5526
+ msgid "Cloud Files authentication failed"
5527
+ msgstr ""
5528
+
5529
+ #: addons/googlecloud.php:907 methods/googledrive.php:976
5530
+ 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 Google."
5531
+ msgstr ""
5532
+
5533
+ #: addons/googlecloud.php:896 methods/googledrive.php:965
5534
+ msgid "Authenticate with Google"
5535
+ msgstr ""
5536
+
5537
+ #: addons/googlecloud.php:847 addons/onedrive.php:980
5538
+ #: methods/googledrive.php:935
5539
+ msgid "Client Secret"
5540
+ msgstr ""
5541
+
5542
+ #: addons/googlecloud.php:842 methods/googledrive.php:932
5543
+ msgid "If Google later shows you the message \"invalid_client\", then you did not enter a valid client ID here."
5544
+ msgstr ""
5545
+
5546
+ #: addons/googlecloud.php:839 addons/onedrive.php:976
5547
+ #: methods/googledrive.php:931
5548
+ msgid "Client ID"
5549
+ msgstr ""
5550
+
5551
+ #: addons/googlecloud.php:828 methods/googledrive.php:921
5552
+ msgid "You must add the following as the authorised redirect URI (under \"More Options\") when asked"
5553
+ msgstr ""
5554
+
5555
+ #: addons/googlecloud.php:828 methods/googledrive.php:921
5556
+ msgid "Select 'Web Application' as the application type."
5557
+ msgstr ""
5558
+
5559
+ #: addons/googlecloud.php:826 methods/googledrive.php:919
5560
+ msgid "For longer help, including screenshots, follow this link. The description below is sufficient for more expert users."
5561
+ msgstr ""
5562
+
5563
+ #: methods/addon-base.php:230 methods/cloudfiles.php:438
5564
+ #: methods/dropbox.php:481 methods/ftp.php:298 methods/googledrive.php:904
5565
+ #: methods/openstack-base.php:503 methods/s3.php:771
5566
+ #: methods/stream-base.php:217
5567
+ 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."
5568
+ msgstr ""
5569
+
5570
+ #: addons/googlecloud.php:445 addons/googlecloud.php:446
5571
+ #: addons/googlecloud.php:709 methods/googledrive.php:460
5572
+ #: methods/googledrive.php:461
5573
+ msgid "Account is not authorized."
5574
+ msgstr ""
5575
+
5576
+ #: methods/googledrive.php:386 methods/googledrive.php:432
5577
+ #: methods/googledrive.php:438 methods/googledrive.php:440
5578
+ #: methods/stream-base.php:201
5579
+ msgid "Failed to upload to %s"
5580
+ msgstr ""
5581
+
5582
+ #: methods/googledrive.php:415
5583
+ msgid "Account full: your %s account has only %d bytes left, but the file to be uploaded is %d bytes"
5584
+ msgstr ""
5585
+
5586
+ #: methods/googledrive.php:512
5587
+ msgid "Have not yet obtained an access token from Google - you need to authorise or re-authorise your connection to Google Drive."
5588
+ msgstr ""
5589
+
5590
+ #: addons/googlecloud.php:579 addons/onedrive.php:793
5591
+ #: methods/googledrive.php:363
5592
+ msgid "you have authenticated your %s account."
5593
+ msgstr ""
5594
+
5595
+ #: addons/googlecloud.php:579 addons/googlecloud.php:689
5596
+ #: addons/onedrive.php:793 addons/sftp.php:480 methods/addon-base.php:291
5597
+ #: methods/cloudfiles.php:560 methods/googledrive.php:363
5598
+ #: methods/openstack-base.php:476 methods/s3.php:1023
5599
+ #: methods/stream-base.php:313
5600
+ msgid "Success"
5601
+ msgstr ""
5602
+
5603
+ #: addons/onedrive.php:747 methods/dropbox.php:655 methods/dropbox.php:664
5604
+ #: methods/googledrive.php:337
5605
+ msgid "Your %s quota usage: %s %% used, %s available"
5606
+ msgstr ""
5607
+
5608
+ #: addons/googlecloud.php:390 methods/googledrive.php:310
5609
+ msgid "Authorization failed"
5610
+ msgstr ""
5611
+
5612
+ #: addons/googlecloud.php:382 methods/googledrive.php:302
5613
+ msgid "No refresh token was received from Google. This often means that you entered your client secret wrongly, or that you have not yet re-authenticated (below) since correcting it. Re-check it, then follow the link to authenticate again. Finally, if that does not work, then use expert mode to wipe all your settings, create a new Google client ID/secret, and start again."
5614
+ msgstr ""
5615
+
5616
+ #: methods/viaaddon-base.php:72
5617
+ msgid "follow this link to get it"
5618
+ msgstr ""
5619
+
5620
+ #: methods/viaaddon-base.php:72
5621
+ msgid "%s support is available as an add-on"
5622
+ msgstr ""
5623
+
5624
+ #: methods/viaaddon-base.php:29 methods/viaaddon-base.php:43
5625
+ #: methods/viaaddon-base.php:52 methods/viaaddon-base.php:62
5626
+ msgid "You do not have the UpdraftPlus %s add-on installed - get it from %s"
5627
+ msgstr ""
5628
+
5629
+ #: includes/Dropbox/OAuth/Consumer/ConsumerAbstract.php:123
5630
+ #: includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:126
5631
+ msgid "You need to re-authenticate with %s, as your existing credentials are not working."
5632
+ msgstr ""
5633
+
5634
+ #: addons/migrator.php:1770 admin.php:2657 admin.php:2691 admin.php:2695
5635
+ #: admin.php:3569 admin.php:3582 restorer.php:2203 restorer.php:2309
5636
+ msgid "OK"
5637
+ msgstr ""
5638
+
5639
+ #: restorer.php:2197 restorer.php:2273
5640
+ msgid "Table prefix has changed: changing %s table field(s) accordingly:"
5641
+ msgstr ""
5642
+
5643
+ #: restorer.php:1880
5644
+ msgid "Finished: lines processed: %d in %.2f seconds"
5645
+ msgstr ""
5646
+
5647
+ #: addons/migrator.php:1143 restorer.php:2095
5648
+ msgid "the database query being run was:"
5649
+ msgstr ""
5650
+
5651
+ #: restorer.php:1818
5652
+ msgid "will restore as:"
5653
+ msgstr ""
5654
+
5655
+ #: restorer.php:1625 restorer.php:1722 restorer.php:1748
5656
+ msgid "Old table prefix:"
5657
+ msgstr ""
5658
+
5659
+ #: addons/reporting.php:65 addons/reporting.php:152 backup.php:930
5660
+ #: class-updraftplus.php:3901
5661
+ msgid "Backup of:"
5662
+ msgstr ""
5663
+
5664
+ #: addons/migrator.php:602 restorer.php:1452
5665
+ msgid "Database access: Direct MySQL access is not available, so we are falling back to wpdb (this will be considerably slower)"
5666
+ msgstr ""
5667
+
5668
+ #: restorer.php:1447
5669
+ msgid "Failed to open database file"
5670
+ msgstr ""
5671
+
5672
+ #: restorer.php:1426
5673
+ msgid "Failed to find database file"
5674
+ msgstr ""
5675
+
5676
+ #: restorer.php:1403
5677
+ msgid "Warning: PHP safe_mode is active on your server. Timeouts are much more likely. If these happen, then you will need to manually restore the file via phpMyAdmin or another method."
5678
+ msgstr ""
5679
+
5680
+ #: restorer.php:499
5681
+ msgid "wp-config.php from backup: restoring (as per user's request)"
5682
+ msgstr ""
5683
+
5684
+ #: restorer.php:494
5685
+ msgid "wp-config.php from backup: will restore as wp-config-backup.php"
5686
+ msgstr ""
5687
+
5688
+ #: restorer.php:385
5689
+ msgid "Failed to write out the decrypted database to the filesystem"
5690
+ msgstr ""
5691
+
5692
+ #: restorer.php:369
5693
+ msgid "Failed to create a temporary directory"
5694
+ msgstr ""
5695
+
5696
+ #: restorer.php:161
5697
+ msgid "Failed to delete working directory after restoring."
5698
+ msgstr ""
5699
+
5700
+ #: restorer.php:158
5701
+ msgid "Could not delete old directory."
5702
+ msgstr ""
5703
+
5704
+ #: restorer.php:156
5705
+ msgid "Cleaning up rubbish..."
5706
+ msgstr ""
5707
+
5708
+ #: restorer.php:155
5709
+ msgid "Restoring the database (on a large site this can take a long time - if it times out (which can happen if your web hosting company has configured your hosting to limit resources) then you should use a different method, such as phpMyAdmin)..."
5710
+ msgstr ""
5711
+
5712
+ #: restorer.php:152
5713
+ msgid "Database successfully decrypted."
5714
+ msgstr ""
5715
+
5716
+ #: restorer.php:151
5717
+ msgid "Decrypting database (can take a while)..."
5718
+ msgstr ""
5719
+
5720
+ #: restorer.php:150
5721
+ msgid "Unpacking backup..."
5722
+ msgstr ""
5723
+
5724
+ #: restorer.php:149
5725
+ msgid "Copying this entity failed."
5726
+ msgstr ""
5727
+
5728
+ #: restorer.php:148
5729
+ msgid "Backup file not available."
5730
+ msgstr ""
5731
+
5732
+ #: restorer.php:147
5733
+ msgid "UpdraftPlus is not able to directly restore this kind of entity. It must be restored manually."
5734
+ msgstr ""
5735
+
5736
+ #: admin.php:3590 admin.php:3591
5737
+ msgid "Could not find one of the files for restoration"
5738
+ msgstr ""
5739
+
5740
+ #: admin.php:3685
5741
+ msgid "Error message"
5742
+ msgstr ""
5743
+
5744
+ #: admin.php:3587
5745
+ msgid "The backup records do not contain information about the proper size of this file."
5746
+ msgstr ""
5747
+
5748
+ #: admin.php:3579
5749
+ msgid "Archive is expected to be size:"
5750
+ msgstr ""
5751
+
5752
+ #: admin.php:3463
5753
+ msgid "If making a request for support, please include this information:"
5754
+ msgstr ""
5755
+
5756
+ #: admin.php:3462
5757
+ msgid "ABORT: Could not find the information on which entities to restore."
5758
+ msgstr ""
5759
+
5760
+ #: admin.php:3416
5761
+ msgid "UpdraftPlus Restoration: Progress"
5762
+ msgstr ""
5763
+
5764
+ #: admin.php:3368
5765
+ msgid "This backup does not exist in the backup history - restoration aborted. Timestamp:"
5766
+ msgstr ""
5767
+
5768
+ #: admin.php:3317
5769
+ msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
5770
+ msgstr ""
5771
+
5772
+ #: admin.php:3252
5773
+ msgid "Press here to download"
5774
+ msgstr ""
5775
+
5776
+ #: admin.php:3326
5777
+ msgid "Delete this backup set"
5778
+ msgstr ""
5779
+
5780
+ #: admin.php:2999
5781
+ 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."
5782
+ msgstr ""
5783
+
5784
+ #: admin.php:2996
5785
+ 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."
5786
+ msgstr ""
5787
+
5788
+ #: admin.php:2994
5789
+ 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)."
5790
+ msgstr ""
5791
+
5792
+ #: methods/cloudfiles-new.php:86 methods/cloudfiles.php:448
5793
+ #: methods/openstack-base.php:513 methods/s3.php:799
5794
+ msgid "Your web server's PHP installation does not included a required module (%s). Please contact your web hosting provider's support."
5795
+ msgstr ""
5796
+
5797
+ #: templates/wp-admin/settings/form-contents.php:388
5798
+ msgid "Save Changes"
5799
+ msgstr ""
5800
+
5801
+ #: templates/wp-admin/settings/form-contents.php:365
5802
+ 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."
5803
+ msgstr ""
5804
+
5805
+ #: templates/wp-admin/settings/form-contents.php:364
5806
+ msgid "Disable SSL entirely where possible"
5807
+ msgstr ""
5808
+
5809
+ #: templates/wp-admin/settings/form-contents.php:360
5810
+ msgid "Note that not all cloud backup methods are necessarily using SSL authentication."
5811
+ msgstr ""
5812
+
5813
+ #: templates/wp-admin/settings/form-contents.php:360
5814
+ 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."
5815
+ msgstr ""
5816
+
5817
+ #: templates/wp-admin/settings/form-contents.php:359
5818
+ msgid "Do not verify SSL certificates"
5819
+ msgstr ""
5820
+
5821
+ #: templates/wp-admin/settings/form-contents.php:355
5822
+ 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."
5823
+ msgstr ""
5824
+
5825
+ #: templates/wp-admin/settings/form-contents.php:354
5826
+ msgid "Use the server's SSL certificates"
5827
+ msgstr ""
5828
+
5829
+ #: admin.php:2870
5830
+ 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."
5831
+ msgstr ""
5832
+
5833
+ #: admin.php:2870
5834
+ msgid "click here"
5835
+ msgstr ""
5836
+
5837
+ #: admin.php:2870
5838
+ msgid "or, to reset this option"
5839
+ msgstr ""
5840
+
5841
+ #: admin.php:2870
5842
+ msgid "Follow this link to attempt to create the directory and set the permissions"
5843
+ msgstr ""
5844
+
5845
+ #: admin.php:2862
5846
+ msgid "Backup directory specified is writable, which is good."
5847
+ msgstr ""
5848
+
5849
+ #: templates/wp-admin/settings/form-contents.php:335
5850
+ msgid "Backup directory"
5851
+ msgstr ""
5852
+
5853
+ #: templates/wp-admin/settings/form-contents.php:330
5854
+ msgid "Delete local backup"
5855
+ msgstr ""
5856
+
5857
+ #: templates/wp-admin/settings/form-contents.php:310
5858
+ msgid "click this to show some further options; don't bother with this unless you have a problem or are curious."
5859
+ msgstr ""
5860
+
5861
+ #: templates/wp-admin/settings/form-contents.php:310
5862
+ msgid "Show expert settings"
5863
+ msgstr ""
5864
+
5865
+ #: templates/wp-admin/settings/form-contents.php:309
5866
+ msgid "Expert settings"
5867
+ msgstr ""
5868
+
5869
+ #: templates/wp-admin/settings/form-contents.php:320
5870
+ msgid "Debug mode"
5871
+ msgstr ""
5872
+
5873
+ #: templates/wp-admin/settings/form-contents.php:305
5874
+ msgid "Advanced / Debugging Settings"
5875
+ msgstr ""
5876
+
5877
+ #: admin.php:597
5878
+ msgid "Requesting start of backup..."
5879
+ msgstr ""
5880
+
5881
+ #: addons/morefiles.php:234 admin.php:613
5882
+ msgid "Cancel"
5883
+ msgstr ""
5884
+
5885
+ #: addons/reporting.php:216 admin.php:3141
5886
+ msgid "None"
5887
+ msgstr ""
5888
+
5889
+ #: templates/wp-admin/settings/form-contents.php:112
5890
+ msgid "Choose your remote storage"
5891
+ msgstr ""
5892
+
5893
+ #: templates/wp-admin/settings/form-contents.php:203
5894
+ msgid "Manually decrypt a database backup file"
5895
+ msgstr ""
5896
+
5897
+ #: templates/wp-admin/settings/form-contents.php:184
5898
+ msgid "Database encryption phrase"
5899
+ msgstr ""
5900
+
5901
+ #: templates/wp-admin/settings/form-contents.php:282 udaddons/options.php:143
5902
+ msgid "Email"
5903
+ msgstr ""
5904
+
5905
+ #: templates/wp-admin/settings/form-contents.php:174
5906
+ msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
5907
+ msgstr ""
5908
+
5909
+ #: addons/morefiles.php:380 admin.php:2940
5910
+ msgid "Exclude these:"
5911
+ msgstr ""
5912
+
5913
+ #: admin.php:2931
5914
+ msgid "Any other directories found inside wp-content"
5915
+ msgstr ""
5916
+
5917
+ #: templates/wp-admin/settings/form-contents.php:171
5918
+ msgid "Include in files backup"
5919
+ msgstr ""
5920
+
5921
+ #: templates/wp-admin/settings/form-contents.php:96
5922
+ msgid "e.g. if your server is busy at day and you want to run overnight"
5923
+ msgstr ""
5924
+
5925
+ #: templates/wp-admin/settings/form-contents.php:96
5926
+ msgid "To fix the time at which a backup should take place,"
5927
+ msgstr ""
5928
+
5929
+ #: admin.php:2856
5930
+ msgid "Monthly"
5931
+ msgstr ""
5932
+
5933
+ #: admin.php:2855
5934
+ msgid "Fortnightly"
5935
+ msgstr ""
5936
+
5937
+ #: admin.php:2854
5938
+ msgid "Weekly"
5939
+ msgstr ""
5940
+
5941
+ #: admin.php:2853
5942
+ msgid "Daily"
5943
+ msgstr ""
5944
+
5945
+ #: admin.php:620 admin.php:2836
5946
+ msgid "Download log file"
5947
+ msgstr ""
5948
+
5949
+ #: admin.php:2754
5950
+ msgid "The folder exists, but your webserver does not have permission to write to it."
5951
+ msgstr ""
5952
+
5953
+ #: admin.php:2749
5954
+ msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it. You should check with your hosting provider that this will not cause any problems"
5955
+ msgstr ""
5956
+
5957
+ #: admin.php:2735
5958
+ msgid "The request to the filesystem to create the directory failed."
5959
+ msgstr ""
5960
+
5961
+ #: addons/migrator.php:2243 admin.php:614 admin.php:2651 admin.php:2684
5962
+ #: admin.php:3326 templates/wp-admin/settings/delete-and-restore-modals.php:5
5963
+ msgid "Delete"
5964
+ msgstr ""
5965
+
5966
+ #: admin.php:2591
5967
+ msgid "show log"
5968
+ msgstr ""
5969
+
5970
+ #: templates/wp-admin/advanced/wipe-settings.php:9
5971
+ msgid "This will delete all your UpdraftPlus settings - are you sure you want to do this?"
5972
+ msgstr ""
5973
+
5974
+ #: templates/wp-admin/advanced/total-size.php:19
5975
+ msgid "count"
5976
+ msgstr ""
5977
+
5978
+ #: templates/wp-admin/advanced/total-size.php:9
5979
+ msgid "N.B. This count is based upon what was, or was not, excluded the last time you saved the options."
5980
+ msgstr ""
5981
+
5982
+ #: templates/wp-admin/advanced/total-size.php:6
5983
+ msgid "Total (uncompressed) on-disk data:"
5984
+ msgstr ""
5985
+
5986
+ #: templates/wp-admin/advanced/site-info.php:53
5987
+ #: templates/wp-admin/advanced/site-info.php:59
5988
+ #: templates/wp-admin/advanced/site-info.php:63
5989
+ msgid "No"
5990
+ msgstr ""
5991
+
5992
+ #: templates/wp-admin/advanced/site-info.php:53
5993
+ #: templates/wp-admin/advanced/site-info.php:56
5994
+ #: templates/wp-admin/advanced/site-info.php:59
5995
+ #: templates/wp-admin/advanced/site-info.php:63
5996
+ msgid "Yes"
5997
+ msgstr ""
5998
+
5999
+ #: templates/wp-admin/advanced/site-info.php:43
6000
+ #: templates/wp-admin/advanced/site-info.php:44
6001
+ #: templates/wp-admin/advanced/site-info.php:51
6002
+ #: templates/wp-admin/advanced/site-info.php:52
6003
+ msgid "%s version:"
6004
+ msgstr ""
6005
+
6006
+ #: templates/wp-admin/advanced/site-info.php:41
6007
+ msgid "Current memory usage"
6008
+ msgstr ""
6009
+
6010
+ #: templates/wp-admin/advanced/site-info.php:40
6011
+ msgid "Peak memory usage"
6012
+ msgstr ""
6013
+
6014
+ #: templates/wp-admin/advanced/site-info.php:31
6015
+ msgid "Web server:"
6016
+ msgstr ""
6017
+
6018
+ #: templates/wp-admin/settings/tab-status.php:101
6019
+ msgid "Please check out UpdraftPlus Premium, or the stand-alone Multisite add-on."
6020
+ msgstr ""
6021
+
6022
+ #: templates/wp-admin/settings/tab-status.php:101
6023
+ msgid "Do you need WordPress Multisite support?"
6024
+ msgstr ""
6025
+
6026
+ #: templates/wp-admin/settings/tab-status.php:97
6027
+ msgid "Multisite"
6028
+ msgstr ""
6029
+
6030
+ #: templates/wp-admin/settings/tab-status.php:87
6031
+ msgid "Perform a one-time backup"
6032
+ msgstr ""
6033
+
6034
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:102
6035
+ msgid "Do read this helpful article of useful things to know before restoring."
6036
+ msgstr ""
6037
+
6038
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:91
6039
+ 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"
6040
+ msgstr ""
6041
+
6042
+ #: addons/morefiles.php:70
6043
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:83
6044
+ msgid "%s restoration options:"
6045
+ msgstr ""
6046
+
6047
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:76
6048
+ msgid "You will need to restore it manually."
6049
+ msgstr ""
6050
+
6051
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:76
6052
+ msgid "The following entity cannot be restored automatically: \"%s\"."
6053
+ msgstr ""
6054
+
6055
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:62
6056
+ msgid "Your web server has PHP's so-called safe_mode active."
6057
+ msgstr ""
6058
+
6059
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:50
6060
+ msgid "Choose the components to restore"
6061
+ msgstr ""
6062
+
6063
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:50
6064
+ 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)."
6065
+ msgstr ""
6066
+
6067
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:38
6068
+ msgid "Restore backup from"
6069
+ msgstr ""
6070
+
6071
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:37
6072
+ msgid "Restore backup"
6073
+ msgstr ""
6074
+
6075
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:15
6076
+ msgid "Delete backup set"
6077
+ msgstr ""
6078
+
6079
+ #: admin.php:596
6080
+ msgid "Download error: the server sent us a response which we did not understand."
6081
+ msgstr ""
6082
+
6083
+ #: addons/cloudfiles-enhanced.php:99 addons/migrator.php:765
6084
+ #: addons/migrator.php:998 addons/migrator.php:1079 addons/migrator.php:1143
6085
+ #: addons/migrator.php:1368 addons/migrator.php:1709 addons/migrator.php:1736
6086
+ #: addons/migrator.php:1742 addons/migrator.php:1804 addons/migrator.php:1840
6087
+ #: addons/migrator.php:1879 addons/migrator.php:1889 addons/migrator.php:1894
6088
+ #: addons/s3-enhanced.php:120 addons/s3-enhanced.php:125
6089
+ #: addons/s3-enhanced.php:127 addons/sftp.php:736 addons/webdav.php:79
6090
+ #: admin.php:82 admin.php:588 admin.php:3584 admin.php:3614
6091
+ #: methods/remotesend.php:76 methods/remotesend.php:234
6092
+ #: methods/updraftvault.php:434 restorer.php:1364
6093
+ msgid "Error:"
6094
+ msgstr ""
6095
+
6096
+ #: admin.php:579 templates/wp-admin/settings/downloading-and-restoring.php:34
6097
+ msgid "calculating..."
6098
+ msgstr ""
6099
+
6100
+ #: templates/wp-admin/settings/downloading-and-restoring.php:51
6101
+ msgid "UpdraftPlus - Upload backup files"
6102
+ msgstr ""
6103
+
6104
+ #: templates/wp-admin/settings/downloading-and-restoring.php:34
6105
+ msgid "refresh"
6106
+ msgstr ""
6107
+
6108
+ #: templates/wp-admin/settings/downloading-and-restoring.php:34
6109
+ msgid "Web-server disk space in use by UpdraftPlus"
6110
+ msgstr ""
6111
+
6112
+ #: addons/google-enhanced.php:72 methods/googledrive.php:146
6113
+ #: methods/googledrive.php:363 methods/googledrive.php:386
6114
+ #: methods/googledrive.php:415 methods/googledrive.php:422
6115
+ #: methods/googledrive.php:432 methods/googledrive.php:438
6116
+ #: methods/googledrive.php:440 methods/googledrive.php:903
6117
+ #: methods/googledrive.php:915 methods/googledrive.php:931
6118
+ #: methods/googledrive.php:935 methods/googledrive.php:946
6119
+ #: methods/googledrive.php:956
6120
+ msgid "Google Drive"
6121
+ msgstr ""
6122
+
6123
+ #: templates/wp-admin/settings/downloading-and-restoring.php:43
6124
+ msgid "If you are using this, then turn Turbo/Road mode off."
6125
+ msgstr ""
6126
+
6127
+ #: templates/wp-admin/settings/downloading-and-restoring.php:43
6128
+ msgid "Opera web browser"
6129
+ msgstr ""
6130
+
6131
+ #: templates/wp-admin/settings/downloading-and-restoring.php:37
6132
+ msgid "More tasks:"
6133
+ msgstr ""
6134
+
6135
+ #: admin.php:2354
6136
+ msgid "Download most recently modified log file"
6137
+ msgstr ""
6138
+
6139
+ #: admin.php:2313 admin.php:2319 central/bootstrap.php:161
6140
+ msgid "(Nothing yet logged)"
6141
+ msgstr ""
6142
+
6143
+ #: addons/autobackup.php:293 addons/autobackup.php:384 admin.php:2312
6144
+ #: admin.php:2317
6145
+ msgid "Last log message"
6146
+ msgstr ""
6147
+
6148
+ #: addons/migrator.php:218 admin.php:619 admin.php:3317
6149
+ #: templates/wp-admin/settings/tab-status.php:30
6150
+ msgid "Restore"
6151
+ msgstr ""
6152
+
6153
+ #: admin.php:448 admin.php:612 templates/wp-admin/settings/tab-status.php:27
6154
+ msgid "Backup Now"
6155
+ msgstr ""
6156
+
6157
+ #: addons/migrator.php:1774 addons/moredatabase.php:240
6158
+ #: addons/reporting.php:231 admin.php:233 admin.php:3116 admin.php:3189
6159
+ #: admin.php:3668 includes/class-wpadmin-commands.php:138
6160
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:81
6161
+ #: templates/wp-admin/settings/delete-and-restore-modals.php:83
6162
+ msgid "Database"
6163
+ msgstr ""
6164
+
6165
+ #: admin.php:229 admin.php:4080
6166
+ msgid "Files"
6167
+ msgstr ""
6168
+
6169
+ #: templates/wp-admin/settings/tab-status.php:47
6170
+ msgid "Next scheduled backups"
6171
+ msgstr ""
6172
+
6173
+ #: admin.php:209
6174
+ msgid "At the same time as the files backup"
6175
+ msgstr ""
6176
+
6177
+ #: admin.php:199 admin.php:220 admin.php:227
6178
+ msgid "Nothing currently scheduled"
6179
+ msgstr ""
6180
+
6181
+ #: templates/wp-admin/settings/tab-status.php:11
6182
+ msgid "This admin interface uses JavaScript heavily. You either need to activate it within your browser, or to use a JavaScript-capable browser."
6183
+ msgstr ""
6184
+
6185
+ #: templates/wp-admin/settings/tab-status.php:10
6186
+ msgid "JavaScript warning"
6187
+ msgstr ""
6188
+
6189
+ #: admin.php:599 admin.php:2381
6190
+ msgid "Delete Old Directories"
6191
+ msgstr ""
6192
+
6193
+ #: admin.php:2126
6194
+ msgid "Current limit is:"
6195
+ msgstr ""
6196
+
6197
+ #: admin.php:2100
6198
+ msgid "Your backup has been restored."
6199
+ msgstr ""
6200
+
6201
+ #: templates/wp-admin/settings/header.php:14
6202
+ msgid "Version"
6203
+ msgstr ""
6204
+
6205
+ #: templates/wp-admin/settings/header.php:13
6206
+ msgid "Lead developer's homepage"
6207
+ msgstr ""
6208
+
6209
+ #: admin.php:4000
6210
+ msgid "Your settings have been wiped."
6211
+ msgstr ""
6212
+
6213
+ #: admin.php:2060
6214
+ msgid "Backup directory successfully created."
6215
+ msgstr ""
6216
+
6217
+ #: admin.php:2053
6218
+ msgid "Backup directory could not be created"
6219
+ msgstr ""
6220
+
6221
+ #: admin.php:2623
6222
+ msgid "Old directory removal failed for some reason. You may want to do this manually."
6223
+ msgstr ""
6224
+
6225
+ #: admin.php:2621
6226
+ msgid "Old directories successfully removed."
6227
+ msgstr ""
6228
+
6229
+ #: admin.php:2618
6230
+ msgid "Remove old directories"
6231
+ msgstr ""
6232
+
6233
+ #: addons/migrator.php:281 addons/migrator.php:296 admin.php:2002
6234
+ #: admin.php:2011 admin.php:2020 admin.php:2062 admin.php:2625
6235
+ msgid "Return to UpdraftPlus Configuration"
6236
+ msgstr ""
6237
+
6238
+ #: admin.php:592 admin.php:2002 admin.php:2011 admin.php:2020 admin.php:2062
6239
+ #: admin.php:2625 templates/wp-admin/settings/existing-backups-table.php:14
6240
+ msgid "Actions"
6241
+ msgstr ""
6242
+
6243
+ #: admin.php:1991
6244
+ msgid "Restore successful!"
6245
+ msgstr ""
6246
+
6247
+ #: admin.php:1921
6248
+ msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
6249
+ msgstr ""
6250
+
6251
+ #: admin.php:1831
6252
+ msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
6253
+ msgstr ""
6254
+
6255
+ #: admin.php:1712
6256
+ msgid "No local copy present."
6257
+ msgstr ""
6258
+
6259
+ #: admin.php:1709
6260
+ msgid "Download in progress"
6261
+ msgstr ""
6262
+
6263
+ #: admin.php:591 admin.php:1697
6264
+ msgid "File ready."
6265
+ msgstr ""
6266
+
6267
+ #: admin.php:1678
6268
+ msgid "Download failed"
6269
+ msgstr ""
6270
+
6271
+ #: admin.php:589 admin.php:1469 admin.php:3567 class-updraftplus.php:980
6272
+ #: class-updraftplus.php:1024 methods/addon-base.php:75
6273
+ #: methods/addon-base.php:80 methods/addon-base.php:194
6274
+ #: methods/addon-base.php:214 methods/stream-base.php:201 restorer.php:2199
6275
+ #: restorer.php:2224 restorer.php:2306 updraftplus.php:147
6276
+ msgid "Error"
6277
+ msgstr ""
6278
+
6279
+ #: admin.php:1497
6280
+ msgid "Could not find that job - perhaps it has already finished?"
6281
+ msgstr ""
6282
+
6283
+ #: admin.php:1489
6284
+ msgid "Job deleted"
6285
+ msgstr ""
6286
+
6287
+ #: admin.php:1573
6288
+ msgid "OK. You should soon see activity in the \"Last log message\" field below."
6289
+ msgstr ""
6290
+
6291
+ #: admin.php:663
6292
+ msgid "Nothing yet logged"
6293
+ msgstr ""
6294
+
6295
+ #: admin.php:871
6296
+ msgid "Please consult this FAQ if you have problems backing up."
6297
+ msgstr ""
6298
+
6299
+ #: admin.php:871
6300
+ msgid "Your website is hosted using the %s web server."
6301
+ msgstr ""
6302
+
6303
+ #: admin.php:867
6304
+ 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."
6305
+ msgstr ""
6306
+
6307
+ #: admin.php:863
6308
+ 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."
6309
+ msgstr ""
6310
+
6311
+ #: admin.php:855 admin.php:859 admin.php:863 admin.php:867 admin.php:871
6312
+ #: admin.php:880 admin.php:2987 admin.php:2994 admin.php:2996
6313
+ #: methods/cloudfiles-new.php:86 methods/cloudfiles.php:448 methods/ftp.php:284
6314
+ #: methods/openstack-base.php:513 methods/s3.php:795 methods/s3.php:799
6315
+ #: methods/updraftvault.php:260
6316
+ #: templates/wp-admin/settings/downloading-and-restoring.php:29
6317
+ #: udaddons/updraftplus-addons.php:208
6318
+ msgid "Warning"
6319
+ msgstr ""
6320
+
6321
+ #: admin.php:804
6322
+ msgid "Add-Ons / Pro Support"
6323
+ msgstr ""
6324
+
6325
+ #: admin.php:464 admin.php:800 templates/wp-admin/settings/tab-bar.php:7
6326
+ msgid "Settings"
6327
+ msgstr ""
6328
+
6329
+ #: admin.php:773
6330
+ msgid "Allowed Files"
6331
+ msgstr ""
6332
+
6333
+ #: backup.php:232
6334
+ msgid "Could not create %s zip. Consult the log file for more information."
6335
+ msgstr ""
6336
+
6337
+ #: backup.php:1999
6338
+ msgid "Infinite recursion: consult your log for more information"
6339
+ msgstr ""
6340
+
6341
+ #: includes/updraftplus-notices.php:102
6342
+ msgid "Please help UpdraftPlus by giving a positive review at wordpress.org."
6343
+ msgstr ""
6344
+
6345
+ #: includes/updraftplus-notices.php:101
6346
+ msgid "Like UpdraftPlus and can spare one minute?"
6347
+ msgstr ""
6348
+
6349
+ #: addons/azure.php:217 class-updraftplus.php:3660 methods/googledrive.php:838
6350
+ msgid "File not found"
6351
+ msgstr ""
6352
+
6353
+ #: class-updraftplus.php:3571
6354
+ msgid "The decryption key used:"
6355
+ msgstr ""
6356
+
6357
+ #: class-updraftplus.php:3571 class-updraftplus.php:3841 restorer.php:390
6358
+ msgid "Decryption failed. The most likely cause is that you used the wrong key."
6359
+ msgstr ""
6360
+
6361
+ #: class-updraftplus.php:3552 class-updraftplus.php:3829 restorer.php:377
6362
+ msgid "Decryption failed. The database file is encrypted, but you have no encryption key entered."
6363
+ msgstr ""
6364
+
6365
+ #: backup.php:1889
6366
+ msgid "Could not open the backup file for writing"
6367
+ msgstr ""
6368
+
6369
+ #: class-updraftplus.php:3186
6370
+ msgid "Could not save backup history because we have no backup array. Backup probably failed."
6371
+ msgstr ""
6372
+
6373
+ #: class-updraftplus.php:3163
6374
+ msgid "Could not read the directory"
6375
+ msgstr ""
6376
+
6377
+ #: admin.php:1749 backup.php:1127 restorer.php:225
6378
+ msgid "Backup directory (%s) is not writable, or does not exist."
6379
+ msgstr ""
6380
+
6381
+ #: backup.php:931
6382
+ msgid "WordPress backup is complete"
6383
+ msgstr ""
6384
+
6385
+ #: class-updraftplus.php:2736
6386
+ msgid "The backup attempt has finished, apparently unsuccessfully"
6387
+ msgstr ""
6388
+
6389
+ #: class-updraftplus.php:2721
6390
+ msgid "The backup apparently succeeded and is now complete"
6391
+ msgstr ""
6392
+
6393
+ #: addons/moredatabase.php:368
6394
+ msgid "Encryption error occurred when encrypting database. Encryption aborted."
6395
+ msgstr ""
6396
+
6397
+ #: class-updraftplus.php:2148
6398
+ msgid "Could not create files in the backup directory. Backup aborted - check your UpdraftPlus settings."
6399
+ msgstr ""
6400
+
6401
+ #: class-updraftplus.php:1540
6402
+ msgid "Others"
6403
+ msgstr ""
6404
+
6405
+ #: addons/multisite.php:452 class-updraftplus.php:1525
6406
+ msgid "Uploads"
6407
+ msgstr ""
6408
+
6409
+ #: class-updraftplus.php:1524
6410
+ msgid "Themes"
6411
+ msgstr ""
6412
+
6413
+ #: class-updraftplus.php:1523
6414
+ msgid "Plugins"
6415
+ msgstr ""
6416
+
6417
+ #: class-updraftplus.php:394
6418
+ msgid "No log files were found."
6419
+ msgstr ""
6420
+
6421
+ #: admin.php:1632 admin.php:1636 class-updraftplus.php:389
6422
+ msgid "The log file could not be read."
6423
+ msgstr ""
6424
+
6425
+ #: admin.php:887 admin.php:891 admin.php:895 admin.php:899 admin.php:903
6426
+ #: class-updraftplus.php:354 class-updraftplus.php:389
6427
+ #: class-updraftplus.php:394 class-updraftplus.php:399
6428
+ msgid "UpdraftPlus notice:"
6429
+ msgstr ""
6430
+
6431
+ #: addons/multisite.php:63 addons/multisite.php:660 options.php:42
6432
+ msgid "UpdraftPlus Backups"
6433
+ msgstr ""
languages/updraftplus-ca.po CHANGED
@@ -11,6 +11,62 @@ msgstr ""
11
  "Language: ca\n"
12
  "Project-Id-Version: UpdraftPlus\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: templates/wp-admin/settings/tab-addons.php:300
15
  msgid "Everyone can use the free version; but UpdraftGold bundles an enhanced paid version."
16
  msgstr ""
@@ -181,19 +237,19 @@ msgstr ""
181
  msgid "After you've backed up your database, we recommend you install our WP-Optimize plugin to streamline it for better website performance."
182
  msgstr ""
183
 
184
- #: admin.php:556
185
  msgid "Show contents"
186
  msgstr ""
187
 
188
- #: addons/morefiles.php:239
189
  msgid "Please choose a file or directory"
190
  msgstr ""
191
 
192
- #: addons/morefiles.php:232
193
  msgid "Confirm"
194
  msgstr ""
195
 
196
- #: addons/morefiles.php:232
197
  msgid "Go up a directory"
198
  msgstr ""
199
 
@@ -201,7 +257,7 @@ msgstr ""
201
  msgid "Add directory..."
202
  msgstr ""
203
 
204
- #: addons/morefiles.php:224 addons/morefiles.php:237
205
  msgid "Edit"
206
  msgstr ""
207
 
@@ -473,15 +529,15 @@ msgstr ""
473
  msgid "Export / import settings"
474
  msgstr ""
475
 
476
- #: restorer.php:1980
477
  msgid "Skipping site %s: this table (%s) and others from the site will not be restored"
478
  msgstr ""
479
 
480
- #: restorer.php:1799
481
  msgid "Processing table (%s)"
482
  msgstr ""
483
 
484
- #: restorer.php:1584
485
  msgid "Backup of: %s"
486
  msgstr ""
487
 
@@ -489,15 +545,15 @@ msgstr ""
489
  msgid "The client has been deleted from the Google Drive API console. Please create a new Google Drive project and reconnect with UpdraftPlus."
490
  msgstr ""
491
 
492
- #: methods/dropbox.php:557
493
  msgid "%s de-authentication"
494
  msgstr ""
495
 
496
- #: methods/dropbox.php:525
497
  msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
498
  msgstr ""
499
 
500
- #: methods/dropbox.php:499
501
  msgid "Follow this link to deauthenticate with %s."
502
  msgstr ""
503
 
@@ -505,7 +561,7 @@ msgstr ""
505
  msgid "UpdraftCentral enables control of your WordPress sites (including management of backups and updates) from a central dashboard."
506
  msgstr ""
507
 
508
- #: backup.php:1478
509
  msgid "If not, you will need to either remove data from this table, or contact your hosting company to request more resources."
510
  msgstr ""
511
 
@@ -513,47 +569,47 @@ msgstr ""
513
  msgid "You have selected a remote storage option which has an authorization step to complete:"
514
  msgstr ""
515
 
516
- #: admin.php:1346
517
  msgid "Remote files deleted:"
518
  msgstr ""
519
 
520
- #: admin.php:1345
521
  msgid "Local files deleted:"
522
  msgstr ""
523
 
524
- #: admin.php:846 admin.php:850 admin.php:858 admin.php:862
525
  msgid "Follow this link to authorize access to your %s account (you will not be able to back up to %s without it)."
526
  msgstr ""
527
 
528
- #: admin.php:634
529
  msgid "remote files deleted"
530
  msgstr ""
531
 
532
- #: admin.php:632
533
  msgid "Complete"
534
  msgstr ""
535
 
536
- #: admin.php:631
537
  msgid "Do you want to carry out the import?"
538
  msgstr ""
539
 
540
- #: admin.php:630
541
  msgid "Which was exported on:"
542
  msgstr ""
543
 
544
- #: admin.php:629
545
  msgid "This will import data from:"
546
  msgstr ""
547
 
548
- #: admin.php:628
549
  msgid "Importing..."
550
  msgstr ""
551
 
552
- #: admin.php:625
553
  msgid "You have not yet selected a file to import."
554
  msgstr ""
555
 
556
- #: admin.php:609
557
  msgid "Your export file will be of your displayed settings, not your saved ones."
558
  msgstr ""
559
 
@@ -598,15 +654,15 @@ msgstr ""
598
  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"
599
  msgstr ""
600
 
601
- #: admin.php:2051
602
  msgid "To fix this problem go here."
603
  msgstr ""
604
 
605
- #: admin.php:2051
606
  msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
607
  msgstr ""
608
 
609
- #: admin.php:594
610
  msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
611
  msgstr ""
612
 
@@ -666,23 +722,23 @@ msgstr ""
666
  msgid "FAQs"
667
  msgstr ""
668
 
669
- #: udaddons/plugin-updates/plugin-update-checker.php:696
670
  msgid "Unknown update checker status \"%s\""
671
  msgstr ""
672
 
673
- #: udaddons/plugin-updates/plugin-update-checker.php:694
674
  msgid "A new version of this plugin is available."
675
  msgstr ""
676
 
677
- #: udaddons/plugin-updates/plugin-update-checker.php:692
678
  msgid "This plugin is up to date."
679
  msgstr ""
680
 
681
- #: udaddons/plugin-updates/plugin-update-checker.php:648
682
  msgid "Check for updates"
683
  msgstr ""
684
 
685
- #: udaddons/plugin-updates/github-checker.php:120
686
  msgid "There is no changelog available."
687
  msgstr ""
688
 
@@ -710,11 +766,11 @@ msgstr ""
710
  msgid "Public key was sent to:"
711
  msgstr ""
712
 
713
- #: backup.php:2020
714
  msgid "Failed to open directory (check the file permissions and ownership): %s"
715
  msgstr ""
716
 
717
- #: backup.php:2004
718
  msgid "%s: unreadable file - could not be backed up (check the file permissions and ownership)"
719
  msgstr ""
720
 
@@ -780,7 +836,7 @@ msgstr ""
780
  msgid "This backup archive is %s MB in size - the attempt to send this via email is likely to fail (few email servers allow attachments of this size). If so, you should switch to using a different remote storage method."
781
  msgstr ""
782
 
783
- #: class-updraftplus.php:1397
784
  msgid "Size: %s MB"
785
  msgstr ""
786
 
@@ -800,7 +856,7 @@ msgstr ""
800
  msgid "Now"
801
  msgstr ""
802
 
803
- #: class-updraftplus.php:3815 restorer.php:985
804
  msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
805
  msgstr ""
806
 
@@ -922,23 +978,23 @@ msgstr ""
922
  msgid "UpdraftCentral Connection"
923
  msgstr ""
924
 
925
- #: backup.php:834 class-updraftplus.php:2628
926
  msgid "The backup was aborted by the user"
927
  msgstr ""
928
 
929
- #: admin.php:3880
930
  msgid "Your settings have been saved."
931
  msgstr ""
932
 
933
- #: admin.php:3092
934
  msgid "Total backup size:"
935
  msgstr ""
936
 
937
- #: admin.php:2539
938
  msgid "stop"
939
  msgstr ""
940
 
941
- #: admin.php:2377
942
  msgid "The backup has finished running"
943
  msgstr ""
944
 
@@ -964,27 +1020,27 @@ msgstr ""
964
  msgid "calculate"
965
  msgstr ""
966
 
967
- #: admin.php:608
968
  msgid "You should save your changes to ensure that they are used for making your backup."
969
  msgstr ""
970
 
971
- #: admin.php:602
972
  msgid "We requested to delete the file, but could not understand the server's response"
973
  msgstr ""
974
 
975
- #: admin.php:601
976
  msgid "Please enter a valid URL"
977
  msgstr ""
978
 
979
- #: admin.php:584
980
  msgid "Saving..."
981
  msgstr ""
982
 
983
- #: admin.php:547
984
  msgid "Error: the server sent us a response which we did not understand."
985
  msgstr ""
986
 
987
- #: admin.php:539
988
  msgid "Fetching..."
989
  msgstr ""
990
 
@@ -996,11 +1052,11 @@ msgstr ""
996
  msgid "Barracuda have closed down Copy.Com, as of May 1st, 2016. See:"
997
  msgstr ""
998
 
999
- #: restorer.php:1607
1000
  msgid "Uploads URL:"
1001
  msgstr ""
1002
 
1003
- #: backup.php:385
1004
  msgid "Unexpected error: no class '%s' was found (your UpdraftPlus installation seems broken - try re-installing)"
1005
  msgstr ""
1006
 
@@ -1008,52 +1064,52 @@ msgstr ""
1008
  msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
1009
  msgstr ""
1010
 
1011
- #: restorer.php:2004
1012
  msgid "Skipping table %s: this table will not be restored"
1013
  msgstr ""
1014
 
1015
- #: class-updraftplus.php:3866 restorer.php:1627
1016
  msgid "To import an ordinary WordPress site into a multisite installation requires %s."
1017
  msgstr ""
1018
 
1019
- #: class-updraftplus.php:3862
1020
  msgid "Please read this link for important information on this process."
1021
  msgstr ""
1022
 
1023
- #: class-updraftplus.php:3862
1024
  msgid "It will be imported as a new site."
1025
  msgstr ""
1026
 
1027
- #: admin.php:2199 templates/wp-admin/notices/horizontal-notice.php:16
1028
  #: templates/wp-admin/notices/horizontal-notice.php:18
1029
  msgid "Dismiss"
1030
  msgstr ""
1031
 
1032
- #: admin.php:620
1033
  msgid "Please fill in the required information."
1034
  msgstr ""
1035
 
1036
- #: addons/multisite.php:559
1037
  msgid "Read more..."
1038
  msgstr ""
1039
 
1040
- #: addons/multisite.php:559
1041
  msgid "N.B. this option only affects the restoration of the database and uploads - other file entities (such as plugins) in WordPress are shared by the whole network."
1042
  msgstr ""
1043
 
1044
- #: addons/multisite.php:550
1045
  msgid "may include some site-wide data"
1046
  msgstr ""
1047
 
1048
- #: addons/multisite.php:545
1049
  msgid "All sites"
1050
  msgstr ""
1051
 
1052
- #: addons/multisite.php:541
1053
  msgid "Which site to restore"
1054
  msgstr ""
1055
 
1056
- #: addons/multisite.php:377 addons/multisite.php:387
1057
  msgid "Restoring only the site with id=%s: removing other data (if any) from the unpacked backup"
1058
  msgstr ""
1059
 
@@ -1101,11 +1157,11 @@ msgstr ""
1101
  msgid "Call WordPress action:"
1102
  msgstr ""
1103
 
1104
- #: admin.php:2223
1105
  msgid "Your saved settings also affect what is backed up - e.g. files excluded."
1106
  msgstr ""
1107
 
1108
- #: admin.php:3500
1109
  msgid "Skipping: this archive was already restored."
1110
  msgstr ""
1111
 
@@ -1137,51 +1193,51 @@ msgstr ""
1137
  msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
1138
  msgstr ""
1139
 
1140
- #: admin.php:3781
1141
  msgid "Send this backup to remote storage"
1142
  msgstr ""
1143
 
1144
- #: admin.php:3779
1145
  msgid "Check out UpdraftPlus Vault."
1146
  msgstr ""
1147
 
1148
- #: admin.php:3779
1149
  msgid "Not got any remote storage?"
1150
  msgstr ""
1151
 
1152
- #: admin.php:3779
1153
  msgid "settings"
1154
  msgstr ""
1155
 
1156
- #: admin.php:3779
1157
  msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
1158
  msgstr ""
1159
 
1160
- #: admin.php:2221
1161
  msgid "Include any files in the backup"
1162
  msgstr ""
1163
 
1164
- #: admin.php:2219
1165
  msgid "Include the database in the backup"
1166
  msgstr ""
1167
 
1168
- #: admin.php:2198
1169
  msgid "Continue restoration"
1170
  msgstr ""
1171
 
1172
- #: admin.php:2193
1173
  msgid "You have an unfinished restoration operation, begun %s ago."
1174
  msgstr ""
1175
 
1176
- #: admin.php:2192
1177
  msgid "Unfinished restoration"
1178
  msgstr ""
1179
 
1180
- #: admin.php:2190
1181
  msgid "%s minutes, %s seconds"
1182
  msgstr ""
1183
 
1184
- #: admin.php:2137
1185
  msgid "Backup Contents And Schedule"
1186
  msgstr ""
1187
 
@@ -1189,24 +1245,24 @@ msgstr ""
1189
  msgid "Premium / Extensions"
1190
  msgstr ""
1191
 
1192
- #: admin.php:1917 admin.php:1926
1193
  msgid "Sufficient information about the in-progress restoration operation could not be found."
1194
  msgstr ""
1195
 
1196
- #: admin.php:607
1197
  msgctxt "(verb)"
1198
  msgid "Download"
1199
  msgstr ""
1200
 
1201
- #: admin.php:533
1202
  msgid "You have chosen to backup files, but no file entities have been selected"
1203
  msgstr ""
1204
 
1205
- #: admin.php:442
1206
  msgid "Extensions"
1207
  msgstr ""
1208
 
1209
- #: admin.php:434 templates/wp-admin/settings/tab-bar.php:8
1210
  msgid "Advanced Tools"
1211
  msgstr ""
1212
 
@@ -1339,23 +1395,23 @@ msgstr ""
1339
  msgid "Could not access container"
1340
  msgstr ""
1341
 
1342
- #: class-updraftplus.php:2645
1343
  msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
1344
  msgstr ""
1345
 
1346
- #: backup.php:1530
1347
  msgid "the options table was not found"
1348
  msgstr ""
1349
 
1350
- #: backup.php:1528
1351
  msgid "no options or sitemeta table was found"
1352
  msgstr ""
1353
 
1354
- #: backup.php:1528 backup.php:1530
1355
  msgid "The database backup appears to have failed"
1356
  msgstr ""
1357
 
1358
- #: backup.php:1416
1359
  msgid "The backup directory is not writable (or disk space is full) - the database backup is expected to shortly fail."
1360
  msgstr ""
1361
 
@@ -1443,7 +1499,7 @@ msgstr ""
1443
  msgid "You do not have UpdraftPlus completely installed - please de-install and install it again. Most likely, WordPress malfunctioned when copying the plugin files."
1444
  msgstr ""
1445
 
1446
- #: restorer.php:767
1447
  msgid "Deferring..."
1448
  msgstr ""
1449
 
@@ -1472,35 +1528,35 @@ msgstr ""
1472
  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)."
1473
  msgstr ""
1474
 
1475
- #: admin.php:1344
1476
  msgid "Backup sets removed:"
1477
  msgstr ""
1478
 
1479
- #: admin.php:619
1480
  msgid "Processing..."
1481
  msgstr ""
1482
 
1483
- #: admin.php:617
1484
  msgid "For backups older than"
1485
  msgstr ""
1486
 
1487
- #: admin.php:616
1488
  msgid "week(s)"
1489
  msgstr ""
1490
 
1491
- #: admin.php:615
1492
  msgid "hour(s)"
1493
  msgstr ""
1494
 
1495
- #: admin.php:614
1496
  msgid "day(s)"
1497
  msgstr ""
1498
 
1499
- #: admin.php:613
1500
  msgid "in the month"
1501
  msgstr ""
1502
 
1503
- #: admin.php:612
1504
  msgid "day"
1505
  msgstr ""
1506
 
@@ -1512,11 +1568,11 @@ msgstr ""
1512
  msgid "Add an additional retention rule..."
1513
  msgstr ""
1514
 
1515
- #: restorer.php:2101
1516
  msgid "This database needs to be deployed on MySQL version %s or later."
1517
  msgstr ""
1518
 
1519
- #: restorer.php:2101
1520
  msgid "This problem is caused by trying to restore a database on a very old MySQL version that is incompatible with the source database."
1521
  msgstr ""
1522
 
@@ -1524,15 +1580,15 @@ msgstr ""
1524
  msgid "You do not currently have any UpdraftPlus Vault quota"
1525
  msgstr ""
1526
 
1527
- #: class-updraftplus.php:3899
1528
  msgid "You must upgrade MySQL to be able to use this database."
1529
  msgstr ""
1530
 
1531
- #: class-updraftplus.php:3899
1532
  msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
1533
  msgstr ""
1534
 
1535
- #: admin.php:2036
1536
  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."
1537
  msgstr ""
1538
 
@@ -1560,11 +1616,11 @@ msgstr ""
1560
  msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
1561
  msgstr ""
1562
 
1563
- #: admin.php:854
1564
  msgid "Go to the remote storage settings in order to connect."
1565
  msgstr ""
1566
 
1567
- #: admin.php:854
1568
  msgid "%s has been chosen for remote storage, but you are not currently connected."
1569
  msgstr ""
1570
 
@@ -1572,19 +1628,19 @@ msgstr ""
1572
  msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
1573
  msgstr ""
1574
 
1575
- #: admin.php:590
1576
  msgid "Update quota count"
1577
  msgstr ""
1578
 
1579
- #: admin.php:589
1580
  msgid "Counting..."
1581
  msgstr ""
1582
 
1583
- #: admin.php:588
1584
  msgid "Disconnecting..."
1585
  msgstr ""
1586
 
1587
- #: admin.php:586
1588
  msgid "Connecting..."
1589
  msgstr ""
1590
 
@@ -1610,7 +1666,7 @@ msgstr ""
1610
  msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
1611
  msgstr ""
1612
 
1613
- #: admin.php:587 methods/updraftvault.php:362
1614
  msgid "Disconnect"
1615
  msgstr ""
1616
 
@@ -1704,7 +1760,7 @@ msgstr ""
1704
  msgid "Delete failed:"
1705
  msgstr ""
1706
 
1707
- #: backup.php:2956
1708
  msgid "The zip engine returned the message: %s."
1709
  msgstr ""
1710
 
@@ -1728,7 +1784,7 @@ msgstr ""
1728
  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."
1729
  msgstr ""
1730
 
1731
- #: addons/migrator.php:1742 admin.php:596
1732
  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."
1733
  msgstr ""
1734
 
@@ -1800,7 +1856,7 @@ msgstr ""
1800
  msgid "This storage method does not allow downloading"
1801
  msgstr ""
1802
 
1803
- #: admin.php:3260
1804
  msgid "(backup set imported from remote location)"
1805
  msgstr ""
1806
 
@@ -1820,23 +1876,23 @@ msgstr ""
1820
  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."
1821
  msgstr ""
1822
 
1823
- #: addons/migrator.php:1770 admin.php:603
1824
  msgid "Testing connection..."
1825
  msgstr ""
1826
 
1827
- #: admin.php:600
1828
  msgid "Deleting..."
1829
  msgstr ""
1830
 
1831
- #: admin.php:599
1832
  msgid "key name"
1833
  msgstr ""
1834
 
1835
- #: admin.php:597
1836
  msgid "Please give this key a name (e.g. indicate the site it is for):"
1837
  msgstr ""
1838
 
1839
- #: admin.php:594
1840
  msgid "Creating..."
1841
  msgstr ""
1842
 
@@ -1860,11 +1916,11 @@ msgstr ""
1860
  msgid "Or, send a backup to another site"
1861
  msgstr ""
1862
 
1863
- #: addons/migrator.php:1937 admin.php:604
1864
  msgid "Send"
1865
  msgstr ""
1866
 
1867
- #: addons/migrator.php:1931 admin.php:595
1868
  msgid "Send to site:"
1869
  msgstr ""
1870
 
@@ -1928,11 +1984,11 @@ msgstr ""
1928
  msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
1929
  msgstr ""
1930
 
1931
- #: addons/migrator.php:2180 admin.php:592
1932
  msgid "Add site"
1933
  msgstr ""
1934
 
1935
- #: admin.php:591
1936
  msgid "Adding..."
1937
  msgstr ""
1938
 
@@ -1940,7 +1996,7 @@ msgstr ""
1940
  msgid "Claim not granted - perhaps you have already used this purchase somewhere else, or your paid period for downloading from updraftplus.com has expired?"
1941
  msgstr ""
1942
 
1943
- #: restorer.php:2103
1944
  msgid "To use this backup, your database server needs to support the %s character set."
1945
  msgstr ""
1946
 
@@ -1964,7 +2020,7 @@ msgstr ""
1964
  msgid "To import a backup set, go to the \"Existing Backups\" tab"
1965
  msgstr ""
1966
 
1967
- #: admin.php:583 admin.php:608 admin.php:609
1968
  msgid "You have made changes to your settings, and not saved."
1969
  msgstr ""
1970
 
@@ -2161,7 +2217,7 @@ msgstr ""
2161
  msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
2162
  msgstr ""
2163
 
2164
- #: restorer.php:2206
2165
  msgid "Uploads path (%s) has changed during a migration - resetting (to: %s)"
2166
  msgstr ""
2167
 
@@ -2226,7 +2282,7 @@ msgstr ""
2226
  msgid "(at same time as files backup)"
2227
  msgstr ""
2228
 
2229
- #: admin.php:2786
2230
  msgid "No backup has been completed"
2231
  msgstr ""
2232
 
@@ -2270,7 +2326,7 @@ msgstr ""
2270
  msgid "You are currently using the free version of UpdraftPlus from wordpress.org."
2271
  msgstr ""
2272
 
2273
- #: addons/autobackup.php:1003
2274
  msgid "Backup (where relevant) plugins, themes and the WordPress database with UpdraftPlus before updating"
2275
  msgstr ""
2276
 
@@ -2289,7 +2345,7 @@ msgctxt "Uploader: Drop backup files here - or - Select Files"
2289
  msgid "or"
2290
  msgstr ""
2291
 
2292
- #: admin.php:577
2293
  msgid "You did not select any components to restore. Please select at least one, and then try again."
2294
  msgstr ""
2295
 
@@ -2320,12 +2376,12 @@ msgstr ""
2320
  msgid "Check this box to have a basic report sent to"
2321
  msgstr ""
2322
 
2323
- #: admin.php:2795
2324
  msgctxt "i.e. Non-automatic"
2325
  msgid "Manual"
2326
  msgstr ""
2327
 
2328
- #: restorer.php:2080
2329
  msgctxt "The user is being told the number of times an error has happened, e.g. An error (27) occurred"
2330
  msgid "An error (%s) occurred:"
2331
  msgstr ""
@@ -2338,24 +2394,23 @@ msgstr ""
2338
  msgid "Any other file/directory on your server that you wish to back up"
2339
  msgstr ""
2340
 
2341
- #: admin.php:2053
2342
  msgid "For even more features and personal support, check out "
2343
  msgstr ""
2344
 
2345
- #: restorer.php:2086
2346
  msgid "Create table failed - probably because there is no permission to drop tables and the table already exists; will continue"
2347
  msgstr ""
2348
 
2349
- #: restorer.php:1222
2350
  msgid "Clearing cached pages (%s)..."
2351
  msgstr ""
2352
 
2353
- #: addons/moredatabase.php:45
2354
  msgid "Database decryption phrase"
2355
  msgstr ""
2356
 
2357
- #: addons/autobackup.php:131 addons/autobackup.php:968
2358
- #: addons/autobackup.php:976 admin.php:582
2359
  msgid "Automatic backup before update"
2360
  msgstr ""
2361
 
@@ -2443,7 +2498,7 @@ msgstr ""
2443
  msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
2444
  msgstr ""
2445
 
2446
- #: admin.php:2377 admin.php:3283
2447
  msgid "View Log"
2448
  msgstr ""
2449
 
@@ -2460,7 +2515,7 @@ msgstr ""
2460
  msgid "and retain this many scheduled backups"
2461
  msgstr ""
2462
 
2463
- #: admin.php:2756
2464
  msgid "incremental backup; base backup: %s"
2465
  msgstr ""
2466
 
@@ -2472,28 +2527,28 @@ msgstr ""
2472
  msgid "Upload files into UpdraftPlus."
2473
  msgstr ""
2474
 
2475
- #: admin.php:805 includes/class-commands.php:363
2476
  #: templates/wp-admin/settings/tab-status.php:22
2477
  msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
2478
  msgstr ""
2479
 
2480
- #: class-updraftplus.php:3851
2481
  msgid "Backup label:"
2482
  msgstr ""
2483
 
2484
- #: admin.php:1580
2485
  msgid "Error: unexpected file read fail"
2486
  msgstr ""
2487
 
2488
- #: backup.php:2962
2489
  msgid "check your log for more details."
2490
  msgstr ""
2491
 
2492
- #: backup.php:2960
2493
  msgid "your web hosting account appears to be full; please see: %s"
2494
  msgstr ""
2495
 
2496
- #: backup.php:2958
2497
  msgid "A zip error occurred"
2498
  msgstr ""
2499
 
@@ -2521,11 +2576,11 @@ msgstr ""
2521
  msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
2522
  msgstr ""
2523
 
2524
- #: class-updraftplus.php:3870
2525
  msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
2526
  msgstr ""
2527
 
2528
- #: class-updraftplus.php:3870
2529
  msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
2530
  msgstr ""
2531
 
@@ -2561,19 +2616,19 @@ msgstr ""
2561
  msgid "You need to connect to receive future updates to UpdraftPlus."
2562
  msgstr ""
2563
 
2564
- #: class-updraftplus.php:3843
2565
  msgid "Any support requests to do with %s should be raised with your web hosting company."
2566
  msgstr ""
2567
 
2568
- #: class-updraftplus.php:3843
2569
  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."
2570
  msgstr ""
2571
 
2572
- #: class-updraftplus.php:3843
2573
  msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
2574
  msgstr ""
2575
 
2576
- #: class-updraftplus.php:3843
2577
  msgid "The site in this backup was running on a webserver with version %s of %s. "
2578
  msgstr ""
2579
 
@@ -2598,7 +2653,7 @@ msgstr ""
2598
  msgid "UpdraftPlus is on social media - check us out!"
2599
  msgstr ""
2600
 
2601
- #: admin.php:3344
2602
  msgid "Why am I seeing this?"
2603
  msgstr "Per què estic veient això ?"
2604
 
@@ -2610,15 +2665,15 @@ msgstr "La ubicació d'aquest directori es troba en la configuració d'experts,
2610
  msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
2611
  msgstr "Prem aquí per cercar nous conjunts de còpies de seguretat que s'han pujat al directori UpdraftPlus (dins l'espai del seu servidor web)."
2612
 
2613
- #: admin.php:1528 admin.php:1540
2614
  msgid "Start backup"
2615
  msgstr "Iniciar còpia de seguretat"
2616
 
2617
- #: class-updraftplus.php:3815 restorer.php:985
2618
  msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
2619
  msgstr "S'està utilitzant el servidor web %s però no sembla tenir el mòdul %s carregat."
2620
 
2621
- #: admin.php:2700
2622
  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."
2623
  msgstr "Consultar amb el proveïdor d'allotjament web com establir permisos d'escriptura dins del directori per un plugin de WordPress. "
2624
 
@@ -2626,11 +2681,11 @@ msgstr "Consultar amb el proveïdor d'allotjament web com establir permisos d'es
2626
  msgid "Unless you have a problem, you can completely ignore everything here."
2627
  msgstr "Llevat que tinguis un problema, pots ignorar completament tot el que apareix aquí."
2628
 
2629
- #: admin.php:1739
2630
  msgid "This file could not be uploaded"
2631
  msgstr "No s'ha pogut carregar aquest fitxer"
2632
 
2633
- #: admin.php:1704
2634
  msgid "You will find more information about this in the Settings section."
2635
  msgstr "Més informació sobre això en la secció Configuració."
2636
 
@@ -2650,19 +2705,19 @@ msgstr "Explica'm més coses sobre les còpies de seguretat incrementals."
2650
  msgid "Memory limit"
2651
  msgstr "Límit de memòria"
2652
 
2653
- #: class-updraftplus.php:3957 restorer.php:1430
2654
  msgid "restoration"
2655
  msgstr "Restauració"
2656
 
2657
- #: restorer.php:2031
2658
  msgid "Table to be implicitly dropped: %s"
2659
  msgstr "Taula d'elements exclosos implicitament: %s."
2660
 
2661
- #: backup.php:829
2662
  msgid "Incremental"
2663
  msgstr "Incremental"
2664
 
2665
- #: backup.php:829
2666
  msgid "Full backup"
2667
  msgstr "Còpia de seguretat completa"
2668
 
@@ -2678,7 +2733,7 @@ msgstr "(veure registre ...)"
2678
  msgid "Backup succeeded"
2679
  msgstr "Còpia de seguretat executada correctament"
2680
 
2681
- #: admin.php:2796 admin.php:2797 admin.php:2798 updraftplus.php:92
2682
  #: updraftplus.php:93
2683
  msgid "Every %s hours"
2684
  msgstr "Cada %s hores"
@@ -2717,15 +2772,15 @@ msgstr "Cercar / substituir base de dades"
2717
  msgid "search term"
2718
  msgstr "terme de cerca"
2719
 
2720
- #: restorer.php:2108
2721
  msgid "Too many database errors have occurred - aborting"
2722
  msgstr "Hi han hagut masses errors amb la base de dades - abortant"
2723
 
2724
- #: backup.php:895
2725
  msgid "read more at %s"
2726
  msgstr "Llegir més a %s"
2727
 
2728
- #: backup.php:895
2729
  msgid "Email reports created by UpdraftPlus (free edition) bring you the latest UpdraftPlus.com news"
2730
  msgstr ""
2731
 
@@ -2733,7 +2788,7 @@ msgstr ""
2733
  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."
2734
  msgstr ""
2735
 
2736
- #: admin.php:3112
2737
  msgid "You have not yet made any backups."
2738
  msgstr ""
2739
 
@@ -2753,102 +2808,102 @@ msgstr ""
2753
  msgid "Free disk space in account:"
2754
  msgstr ""
2755
 
2756
- #: admin.php:3856 templates/wp-admin/settings/tab-status.php:27
2757
  msgid "This button is disabled because your backup directory is not writable (see the settings)."
2758
  msgstr ""
2759
 
2760
- #: admin.php:418 admin.php:551 admin.php:1393
2761
  #: includes/deprecated-actions.php:30
2762
  #: templates/wp-admin/settings/downloading-and-restoring.php:22
2763
  #: templates/wp-admin/settings/tab-bar.php:6
2764
  msgid "Existing Backups"
2765
  msgstr ""
2766
 
2767
- #: admin.php:410 templates/wp-admin/settings/tab-bar.php:5
2768
  msgid "Current Status"
2769
  msgstr ""
2770
 
2771
- #: admin.php:810
2772
  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."
2773
  msgstr ""
2774
 
2775
- #: admin.php:810
2776
  msgid "To make a backup, just press the Backup Now button."
2777
  msgstr ""
2778
 
2779
- #: admin.php:810
2780
  msgid "Welcome to UpdraftPlus!"
2781
  msgstr ""
2782
 
2783
- #: addons/moredatabase.php:336
2784
  msgid "If you enter text here, it is used to encrypt database backups (Rijndael). <strong>Do make a separate record of it and do not lose it, or all your backups <em>will</em> be useless.</strong> This is also the key used to decrypt backups from this admin interface (so if you change it, then automatic decryption will not work until you change it back)."
2785
  msgstr ""
2786
 
2787
- #: addons/moredatabase.php:250
2788
  msgid "Testing..."
2789
  msgstr ""
2790
 
2791
- #: addons/moredatabase.php:237
2792
  msgid "Test connection..."
2793
  msgstr ""
2794
 
2795
- #: addons/moredatabase.php:236
2796
  msgid "Table prefix"
2797
  msgstr ""
2798
 
2799
- #: addons/moredatabase.php:230
2800
  msgid "Backup external database"
2801
  msgstr ""
2802
 
2803
- #: addons/moredatabase.php:158
2804
  msgid "Add an external database to backup..."
2805
  msgstr ""
2806
 
2807
- #: addons/moredatabase.php:154
2808
  msgid "If your database includes extra tables that are not part of this WordPress site (you will know if this is the case), then activate this option to also back them up."
2809
  msgstr ""
2810
 
2811
- #: addons/moredatabase.php:153
2812
  msgid "Backup non-WordPress tables contained in the same database as WordPress"
2813
  msgstr ""
2814
 
2815
- #: addons/moredatabase.php:153
2816
  msgid "This option will cause tables stored in the MySQL database which do not belong to WordPress (identified by their lacking the configured WordPress prefix, %s) to also be backed up."
2817
  msgstr ""
2818
 
2819
- #: addons/moredatabase.php:138
2820
  msgid "Connection failed."
2821
  msgstr ""
2822
 
2823
- #: addons/moredatabase.php:136
2824
  msgid "Connection succeeded."
2825
  msgstr ""
2826
 
2827
- #: addons/moredatabase.php:118
2828
  msgid "%s total table(s) found; %s with the indicated prefix."
2829
  msgstr ""
2830
 
2831
- #: addons/moredatabase.php:112
2832
  msgid "%s table(s) found."
2833
  msgstr ""
2834
 
2835
- #: addons/moredatabase.php:85
2836
  msgid "database connection attempt failed"
2837
  msgstr ""
2838
 
2839
- #: addons/moredatabase.php:74
2840
  msgid "database name"
2841
  msgstr ""
2842
 
2843
- #: addons/moredatabase.php:72
2844
  msgid "host"
2845
  msgstr ""
2846
 
2847
- #: addons/moredatabase.php:70
2848
  msgid "user"
2849
  msgstr ""
2850
 
2851
- #: class-updraftplus.php:1394
2852
  msgid "External database (%s)"
2853
  msgstr ""
2854
 
@@ -2865,7 +2920,7 @@ msgstr ""
2865
  msgid "However, subsequent access attempts failed:"
2866
  msgstr ""
2867
 
2868
- #: admin.php:3137
2869
  msgid "External database"
2870
  msgstr ""
2871
 
@@ -2897,7 +2952,7 @@ msgstr ""
2897
  msgid "use UpdraftPlus Premium"
2898
  msgstr ""
2899
 
2900
- #: class-updraftplus.php:3730
2901
  msgid "Decryption failed. The database file is encrypted."
2902
  msgstr ""
2903
 
@@ -2905,15 +2960,15 @@ msgstr ""
2905
  msgid "Only the WordPress database can be restored; you will need to deal with the external database manually."
2906
  msgstr ""
2907
 
2908
- #: restorer.php:1687 restorer.php:2053 restorer.php:2090 restorer.php:2103
2909
  msgid "An error occurred on the first %s command - aborting run"
2910
  msgstr ""
2911
 
2912
- #: addons/moredatabase.php:93 backup.php:1357
2913
  msgid "Connection failed: check your access details, that the database server is up, and that the network connection is not firewalled."
2914
  msgstr ""
2915
 
2916
- #: backup.php:1357
2917
  msgid "database connection attempt failed."
2918
  msgstr ""
2919
 
@@ -2982,23 +3037,23 @@ msgstr ""
2982
  msgid "Failed to upload %s"
2983
  msgstr ""
2984
 
2985
- #: methods/dropbox.php:600 methods/dropbox.php:602
2986
  msgid "Success:"
2987
  msgstr ""
2988
 
2989
- #: addons/onedrive.php:997 methods/dropbox.php:501
2990
  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."
2991
  msgstr ""
2992
 
2993
- #: addons/onedrive.php:995 methods/dropbox.php:498
2994
  msgid "(You appear to be already authenticated)."
2995
  msgstr ""
2996
 
2997
- #: methods/dropbox.php:493 methods/dropbox.php:499 methods/dropbox.php:501
2998
  msgid "Dropbox"
2999
  msgstr ""
3000
 
3001
- #: addons/onedrive.php:994 methods/dropbox.php:493
3002
  msgid "Authenticate with %s"
3003
  msgstr ""
3004
 
@@ -3029,7 +3084,7 @@ msgstr ""
3029
  msgid "%s error - failed to access the container"
3030
  msgstr ""
3031
 
3032
- #: addons/googlecloud.php:902 addons/onedrive.php:996 methods/dropbox.php:508
3033
  #: methods/googledrive.php:970
3034
  msgid "Account holder's name: %s."
3035
  msgstr ""
@@ -3076,7 +3131,7 @@ msgstr ""
3076
  msgid "This remote storage method (%s) requires PHP %s or later."
3077
  msgstr ""
3078
 
3079
- #: admin.php:3689
3080
  msgid "Theme directory (%s) not found, but lower-case version exists; updating database option accordingly"
3081
  msgstr ""
3082
 
@@ -3094,7 +3149,7 @@ msgstr ""
3094
  msgid "This feature requires %s version %s or later"
3095
  msgstr ""
3096
 
3097
- #: restorer.php:2236
3098
  msgid "Elegant themes theme builder plugin data detected: resetting temporary folder"
3099
  msgstr ""
3100
 
@@ -3131,7 +3186,7 @@ msgid "password/key"
3131
  msgstr ""
3132
 
3133
  #: addons/azure.php:510 addons/migrator.php:2198 addons/sftp.php:376
3134
- #: admin.php:598
3135
  msgid "Key"
3136
  msgstr ""
3137
 
@@ -3147,23 +3202,23 @@ msgstr ""
3147
  msgid "SCP/SFTP password/key"
3148
  msgstr ""
3149
 
3150
- #: admin.php:3172
3151
  msgid "Files backup (created by %s)"
3152
  msgstr ""
3153
 
3154
- #: admin.php:3172
3155
  msgid "Files and database WordPress backup (created by %s)"
3156
  msgstr ""
3157
 
3158
- #: addons/importer.php:261 admin.php:3166 class-updraftplus.php:2427
3159
  msgid "Backup created by: %s."
3160
  msgstr ""
3161
 
3162
- #: admin.php:3135
3163
  msgid "Database (created by %s)"
3164
  msgstr ""
3165
 
3166
- #: admin.php:3129 admin.php:3168
3167
  msgid "unknown source"
3168
  msgstr ""
3169
 
@@ -3175,43 +3230,43 @@ msgstr ""
3175
  msgid "Upload backup files"
3176
  msgstr ""
3177
 
3178
- #: admin.php:1783
3179
  msgid "This backup was created by %s, and can be imported."
3180
  msgstr ""
3181
 
3182
- #: admin.php:839
3183
  msgid "Read this page for a guide to possible causes and how to fix it."
3184
  msgstr ""
3185
 
3186
- #: admin.php:839
3187
  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."
3188
  msgstr ""
3189
 
3190
- #: admin.php:563 class-updraftplus.php:2434
3191
  msgid "If this is a backup created by a different backup plugin, then UpdraftPlus Premium may be able to help you."
3192
  msgstr ""
3193
 
3194
- #: admin.php:562
3195
  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."
3196
  msgstr ""
3197
 
3198
- #: admin.php:562 admin.php:563 class-updraftplus.php:2434
3199
  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))."
3200
  msgstr ""
3201
 
3202
- #: admin.php:3169 includes/class-wpadmin-commands.php:143 restorer.php:1399
3203
  msgid "Backup created by unknown source (%s) - cannot be restored."
3204
  msgstr ""
3205
 
3206
- #: restorer.php:809 restorer.php:857
3207
  msgid "The WordPress content folder (wp-content) was not found in this zip file."
3208
  msgstr ""
3209
 
3210
- #: restorer.php:673
3211
  msgid "This version of UpdraftPlus does not know how to handle this type of foreign backup"
3212
  msgstr ""
3213
 
3214
- #: methods/dropbox.php:302
3215
  msgid "%s returned an unexpected HTTP response: %s"
3216
  msgstr ""
3217
 
@@ -3224,11 +3279,11 @@ msgstr ""
3224
  msgid "No settings were found"
3225
  msgstr ""
3226
 
3227
- #: class-updraftplus.php:2555
3228
  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."
3229
  msgstr ""
3230
 
3231
- #: admin.php:530
3232
  msgid "Rescanning remote and local storage for backup sets..."
3233
  msgstr ""
3234
 
@@ -3245,12 +3300,12 @@ msgstr ""
3245
  msgid "Log all messages to syslog (only server admins are likely to want this)"
3246
  msgstr ""
3247
 
3248
- #: addons/morefiles.php:421
3249
  msgid "No backup of location: there was nothing found to back up"
3250
  msgstr ""
3251
 
3252
- #: addons/moredatabase.php:229 addons/morefiles.php:224
3253
- #: addons/morefiles.php:238
3254
  msgid "Remove"
3255
  msgstr ""
3256
 
@@ -3262,19 +3317,19 @@ msgstr ""
3262
  msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
3263
  msgstr ""
3264
 
3265
- #: addons/morefiles.php:375 admin.php:2888
3266
  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."
3267
  msgstr ""
3268
 
3269
- #: restorer.php:2225
3270
  msgid "Custom content type manager plugin data detected: clearing option cache"
3271
  msgstr ""
3272
 
3273
- #: class-updraftplus.php:3957 methods/ftp.php:284 restorer.php:1430
3274
  msgid "Your hosting company must enable these functions before %s can work."
3275
  msgstr ""
3276
 
3277
- #: class-updraftplus.php:3957 methods/ftp.php:284 restorer.php:1429
3278
  msgid "Your web server's PHP installation has these functions disabled: %s."
3279
  msgstr ""
3280
 
@@ -3290,7 +3345,7 @@ msgstr ""
3290
  msgid "regular non-encrypted FTP"
3291
  msgstr ""
3292
 
3293
- #: restorer.php:1591
3294
  msgid "Backup created by:"
3295
  msgstr ""
3296
 
@@ -3342,15 +3397,15 @@ msgstr ""
3342
  msgid "Dismiss from main dashboard (for %s weeks)"
3343
  msgstr ""
3344
 
3345
- #: class-updraftplus.php:4007
3346
  msgid "The attempt to undo the double-compression succeeded."
3347
  msgstr ""
3348
 
3349
- #: class-updraftplus.php:3984 class-updraftplus.php:4005
3350
  msgid "The attempt to undo the double-compression failed."
3351
  msgstr ""
3352
 
3353
- #: class-updraftplus.php:3977
3354
  msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
3355
  msgstr ""
3356
 
@@ -3358,15 +3413,15 @@ msgstr ""
3358
  msgid "Constants"
3359
  msgstr ""
3360
 
3361
- #: backup.php:1578
3362
  msgid "Failed to open database file for reading:"
3363
  msgstr ""
3364
 
3365
- #: backup.php:1405
3366
  msgid "No database tables found"
3367
  msgstr ""
3368
 
3369
- #: backup.php:1403
3370
  msgid "please wait for the rescheduled attempt"
3371
  msgstr ""
3372
 
@@ -3374,7 +3429,7 @@ msgstr ""
3374
  msgid "Note that warning messages are advisory - the backup process does not stop for them. Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
3375
  msgstr ""
3376
 
3377
- #: restorer.php:2119
3378
  msgid "Database queries processed: %d in %.2f seconds"
3379
  msgstr ""
3380
 
@@ -3394,7 +3449,7 @@ msgstr ""
3394
  msgid "Errors occurred:"
3395
  msgstr ""
3396
 
3397
- #: admin.php:3364
3398
  msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
3399
  msgstr ""
3400
 
@@ -3414,11 +3469,11 @@ msgstr ""
3414
  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)."
3415
  msgstr ""
3416
 
3417
- #: restorer.php:664
3418
  msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
3419
  msgstr ""
3420
 
3421
- #: admin.php:814 class-updraftplus.php:597
3422
  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)"
3423
  msgstr ""
3424
 
@@ -3439,23 +3494,23 @@ msgstr ""
3439
  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."
3440
  msgstr ""
3441
 
3442
- #: admin.php:3697
3443
  msgid "The current theme was not found; to prevent this stopping the site from loading, your theme has been reverted to the default theme"
3444
  msgstr ""
3445
 
3446
- #: admin.php:1961 admin.php:1971
3447
  msgid "Restore failed..."
3448
  msgstr ""
3449
 
3450
- #: addons/moredatabase.php:125 admin.php:1182
3451
  msgid "Messages:"
3452
  msgstr ""
3453
 
3454
- #: restorer.php:1955
3455
  msgid "An SQL line that is larger than the maximum packet size and cannot be split was found; this line will not be processed, but will be dropped: %s"
3456
  msgstr ""
3457
 
3458
- #: restorer.php:444
3459
  msgid "The directory does not exist"
3460
  msgstr ""
3461
 
@@ -3541,59 +3596,59 @@ msgstr ""
3541
  msgid "Rackspace Cloud Files, enhanced"
3542
  msgstr ""
3543
 
3544
- #: addons/cloudfiles-enhanced.php:275 methods/cloudfiles-new.php:132
3545
  msgid "Cloud Files Container"
3546
  msgstr ""
3547
 
3548
- #: methods/cloudfiles-new.php:127
3549
  msgid "Cloud Files API Key"
3550
  msgstr ""
3551
 
3552
- #: methods/cloudfiles-new.php:122
3553
  msgid "To create a new Rackspace API sub-user and API key that has access only to this Rackspace container, use this add-on."
3554
  msgstr ""
3555
 
3556
- #: methods/cloudfiles-new.php:119
3557
  msgid "Cloud Files Username"
3558
  msgstr ""
3559
 
3560
- #: addons/cloudfiles-enhanced.php:45 methods/cloudfiles-new.php:105
3561
  msgid "London (LON)"
3562
  msgstr ""
3563
 
3564
- #: addons/cloudfiles-enhanced.php:44 methods/cloudfiles-new.php:104
3565
  msgid "Hong Kong (HKG)"
3566
  msgstr ""
3567
 
3568
- #: addons/cloudfiles-enhanced.php:43 methods/cloudfiles-new.php:103
3569
  msgid "Northern Virginia (IAD)"
3570
  msgstr ""
3571
 
3572
- #: addons/cloudfiles-enhanced.php:42 methods/cloudfiles-new.php:102
3573
  msgid "Chicago (ORD)"
3574
  msgstr ""
3575
 
3576
- #: addons/cloudfiles-enhanced.php:41 methods/cloudfiles-new.php:101
3577
  msgid "Sydney (SYD)"
3578
  msgstr ""
3579
 
3580
- #: addons/cloudfiles-enhanced.php:40 methods/cloudfiles-new.php:100
3581
  msgid "Dallas (DFW) (default)"
3582
  msgstr ""
3583
 
3584
- #: addons/cloudfiles-enhanced.php:271 methods/cloudfiles-new.php:95
3585
  msgid "Cloud Files Storage Region"
3586
  msgstr ""
3587
 
3588
- #: methods/cloudfiles-new.php:87
3589
  msgid "Accounts created at rackspacecloud.com are US-accounts; accounts created at rackspace.co.uk are UK-based"
3590
  msgstr ""
3591
 
3592
- #: methods/cloudfiles-new.php:85
3593
  msgid "US or UK-based Rackspace Account"
3594
  msgstr ""
3595
 
3596
- #: addons/cloudfiles-enhanced.php:255 methods/cloudfiles-new.php:85
3597
  msgid "Accounts created at rackspacecloud.com are US accounts; accounts created at rackspace.co.uk are UK accounts."
3598
  msgstr ""
3599
 
@@ -3608,51 +3663,51 @@ msgstr ""
3608
  msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
3609
  msgstr ""
3610
 
3611
- #: admin.php:576 central/bootstrap.php:513
3612
  msgid "Create"
3613
  msgstr ""
3614
 
3615
- #: admin.php:538
3616
  msgid "Trying..."
3617
  msgstr ""
3618
 
3619
- #: admin.php:537
3620
  msgid "The new user's RackSpace console password is (this will not be shown again):"
3621
  msgstr ""
3622
 
3623
- #: class-updraftplus.php:1406
3624
  msgid "(when decrypted)"
3625
  msgstr ""
3626
 
3627
- #: admin.php:548 admin.php:3639
3628
  msgid "Error data:"
3629
  msgstr ""
3630
 
3631
- #: admin.php:3315
3632
  msgid "Backup does not exist in the backup history"
3633
  msgstr ""
3634
 
3635
- #: admin.php:2321
3636
  msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old). You should press this button to delete them as soon as you have verified that the restoration worked."
3637
  msgstr ""
3638
 
3639
- #: restorer.php:1659
3640
  msgid "Split line to avoid exceeding maximum packet size"
3641
  msgstr ""
3642
 
3643
- #: restorer.php:1538
3644
  msgid "Your database user does not have permission to drop tables. We will attempt to restore by simply emptying the tables; this should work as long as you are restoring from a WordPress version with the same database structure (%s)"
3645
  msgstr ""
3646
 
3647
- #: restorer.php:1357
3648
  msgid "New table prefix: %s"
3649
  msgstr ""
3650
 
3651
- #: restorer.php:1045
3652
  msgid "File permissions do not allow the old data to be moved and retained; instead, it will be deleted."
3653
  msgstr ""
3654
 
3655
- #: restorer.php:1015 restorer.php:1029
3656
  msgid "%s: This directory already exists, and will be replaced"
3657
  msgstr ""
3658
 
@@ -3684,11 +3739,11 @@ msgstr ""
3684
  msgid "Email reports"
3685
  msgstr ""
3686
 
3687
- #: class-updraftplus.php:1402 class-updraftplus.php:1407
3688
  msgid "%s checksum: %s"
3689
  msgstr ""
3690
 
3691
- #: class-updraftplus.php:1375 class-updraftplus.php:1377
3692
  msgid "files: %s"
3693
  msgstr ""
3694
 
@@ -3708,7 +3763,7 @@ msgstr ""
3708
  msgid "Debugging information"
3709
  msgstr ""
3710
 
3711
- #: addons/reporting.php:194 admin.php:3075
3712
  msgid "Uploaded to:"
3713
  msgstr ""
3714
 
@@ -3748,16 +3803,16 @@ msgstr ""
3748
  msgid "%d errors, %d warnings"
3749
  msgstr ""
3750
 
3751
- #: addons/onedrive.php:717 methods/dropbox.php:584
3752
  msgid "%s authentication"
3753
  msgstr ""
3754
 
3755
- #: addons/onedrive.php:717 class-updraftplus.php:302 methods/dropbox.php:557
3756
- #: methods/dropbox.php:584 methods/dropbox.php:597 methods/dropbox.php:728
3757
  msgid "%s error: %s"
3758
  msgstr ""
3759
 
3760
- #: addons/googlecloud.php:815 methods/dropbox.php:468
3761
  msgid "%s logo"
3762
  msgstr ""
3763
 
@@ -3777,7 +3832,7 @@ msgstr ""
3777
  msgid "Your site's admin email address (%s) will be used."
3778
  msgstr ""
3779
 
3780
- #: admin.php:585 methods/updraftvault.php:276 methods/updraftvault.php:321
3781
  #: udaddons/options.php:244
3782
  msgid "Connect"
3783
  msgstr ""
@@ -3786,75 +3841,75 @@ msgstr ""
3786
  msgid "For more reporting features, use the Reporting add-on."
3787
  msgstr ""
3788
 
3789
- #: class-updraftplus.php:3803
3790
  msgid "(version: %s)"
3791
  msgstr ""
3792
 
3793
- #: addons/reporting.php:438 admin.php:528
3794
  msgid "Be aware that mail servers tend to have size limits; typically around %s Mb; backups larger than any limits will likely not arrive."
3795
  msgstr ""
3796
 
3797
- #: addons/reporting.php:438 admin.php:527
3798
  msgid "When the Email storage method is enabled, also send the entire backup"
3799
  msgstr ""
3800
 
3801
- #: addons/reporting.php:153 backup.php:930
3802
  msgid "Latest status:"
3803
  msgstr ""
3804
 
3805
- #: backup.php:929
3806
  msgid "Backup contains:"
3807
  msgstr ""
3808
 
3809
- #: backup.php:886
3810
  msgid "Backed up: %s"
3811
  msgstr ""
3812
 
3813
- #: addons/reporting.php:236 backup.php:880
3814
  msgid "The log file has been attached to this email."
3815
  msgstr ""
3816
 
3817
- #: backup.php:844
3818
  msgid "Unknown/unexpected error - please raise a support request"
3819
  msgstr ""
3820
 
3821
- #: backup.php:841
3822
  msgid "Database only (files were not part of this particular schedule)"
3823
  msgstr ""
3824
 
3825
- #: backup.php:841
3826
  msgid "Database (files backup has not completed)"
3827
  msgstr ""
3828
 
3829
- #: backup.php:838
3830
  msgid "Files only (database was not part of this particular schedule)"
3831
  msgstr ""
3832
 
3833
- #: backup.php:838
3834
  msgid "Files (database backup has not completed)"
3835
  msgstr ""
3836
 
3837
- #: admin.php:229 backup.php:836
3838
  msgid "Files and database"
3839
  msgstr ""
3840
 
3841
- #: options.php:185
3842
  msgid "(This applies to all WordPress backup plugins unless they have been explicitly coded for multisite compatibility)."
3843
  msgstr ""
3844
 
3845
- #: options.php:185
3846
  msgid "Without upgrading, UpdraftPlus allows <strong>every</strong> blog admin who can modify plugin settings to back up (and hence access the data, including passwords, from) and restore (including with customised modifications, e.g. changed passwords) <strong>the entire network</strong>."
3847
  msgstr ""
3848
 
3849
- #: options.php:185
3850
  msgid "WordPress Multisite is supported, with extra features, by UpdraftPlus Premium, or the Multisite add-on."
3851
  msgstr ""
3852
 
3853
- #: options.php:185
3854
  msgid "This is a WordPress multi-site (a.k.a. network) installation."
3855
  msgstr ""
3856
 
3857
- #: options.php:185
3858
  msgid "UpdraftPlus warning:"
3859
  msgstr ""
3860
 
@@ -3924,15 +3979,15 @@ msgstr ""
3924
  msgid "Reporting"
3925
  msgstr ""
3926
 
3927
- #: admin.php:4029
3928
  msgid "Options (raw)"
3929
  msgstr ""
3930
 
3931
- #: addons/reporting.php:436 admin.php:526
3932
  msgid "Send a report only when there are warnings/errors"
3933
  msgstr ""
3934
 
3935
- #: restorer.php:1602
3936
  msgid "Content URL:"
3937
  msgstr ""
3938
 
@@ -3944,7 +3999,7 @@ msgstr ""
3944
  msgid "See also the \"More Files\" add-on from our shop."
3945
  msgstr ""
3946
 
3947
- #: backup.php:2949 class-updraftplus.php:610
3948
  msgid "Your free space in your hosting account is very low - only %s Mb remain"
3949
  msgstr ""
3950
 
@@ -4072,11 +4127,11 @@ msgstr ""
4072
  msgid "You have not yet connected with your UpdraftPlus.Com account, to enable you to list your purchased add-ons."
4073
  msgstr ""
4074
 
4075
- #: addons/moredatabase.php:331 addons/moredatabase.php:362
4076
  msgid "Without it, encryption will be a lot slower."
4077
  msgstr ""
4078
 
4079
- #: addons/moredatabase.php:331 addons/moredatabase.php:362
4080
  msgid "Your web-server does not have the %s module installed."
4081
  msgstr ""
4082
 
@@ -4088,19 +4143,19 @@ msgstr ""
4088
  msgid "Drop backup files here"
4089
  msgstr ""
4090
 
4091
- #: admin.php:536
4092
  msgid "The web server returned an error code (try again, or check your web server logs)"
4093
  msgstr ""
4094
 
4095
- #: admin.php:534
4096
  msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
4097
  msgstr ""
4098
 
4099
- #: admin.php:532
4100
  msgid "If you exclude both the database and the files, then you have excluded everything!"
4101
  msgstr ""
4102
 
4103
- #: restorer.php:1596
4104
  msgid "Site home:"
4105
  msgstr ""
4106
 
@@ -4112,7 +4167,7 @@ msgstr ""
4112
  msgid "(logs can be found in the UpdraftPlus settings page as normal)..."
4113
  msgstr ""
4114
 
4115
- #: addons/autobackup.php:252 addons/autobackup.php:1008
4116
  msgid "Remember this choice for next time (you will still have the chance to change it)"
4117
  msgstr ""
4118
 
@@ -4124,15 +4179,15 @@ msgstr ""
4124
  msgid "You can send a backup to more than one destination with an add-on."
4125
  msgstr ""
4126
 
4127
- #: admin.php:2539
4128
  msgid "Note: the progress bar below is based on stages, NOT time. Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
4129
  msgstr ""
4130
 
4131
- #: admin.php:2437
4132
  msgid "(%s%%, file %s of %s)"
4133
  msgstr ""
4134
 
4135
- #: addons/autobackup.php:253 addons/autobackup.php:1013
4136
  #: addons/lockadmin.php:142
4137
  msgid "Read more about how this works..."
4138
  msgstr ""
@@ -4165,15 +4220,15 @@ msgstr ""
4165
  msgid "Backup is of: %s."
4166
  msgstr ""
4167
 
4168
- #: admin.php:623
4169
  msgid "%s settings test result:"
4170
  msgstr ""
4171
 
4172
- #: admin.php:3233 admin.php:3235
4173
  msgid "(Not finished)"
4174
  msgstr ""
4175
 
4176
- #: admin.php:3235
4177
  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."
4178
  msgstr ""
4179
 
@@ -4185,96 +4240,96 @@ msgstr ""
4185
  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)."
4186
  msgstr ""
4187
 
4188
- #: admin.php:2534
4189
  msgid "Job ID: %s"
4190
  msgstr ""
4191
 
4192
- #: admin.php:2519
4193
  msgid "last activity: %ss ago"
4194
  msgstr ""
4195
 
4196
- #: admin.php:2518
4197
  msgid "next resumption: %d (after %ss)"
4198
  msgstr ""
4199
 
4200
- #: admin.php:2501 central/bootstrap.php:405 central/bootstrap.php:412
4201
  #: methods/updraftvault.php:356 methods/updraftvault.php:436
4202
  msgid "Unknown"
4203
  msgstr ""
4204
 
4205
- #: admin.php:2451
4206
  msgid "Backup finished"
4207
  msgstr ""
4208
 
4209
- #: admin.php:2446
4210
  msgid "Waiting until scheduled time to retry because of errors"
4211
  msgstr ""
4212
 
4213
- #: admin.php:2442
4214
  msgid "Pruning old backup sets"
4215
  msgstr ""
4216
 
4217
- #: admin.php:2430
4218
  msgid "Uploading files to remote storage"
4219
  msgstr ""
4220
 
4221
- #: admin.php:2499
4222
  msgid "Encrypted database"
4223
  msgstr ""
4224
 
4225
- #: admin.php:2491
4226
  msgid "Encrypting database"
4227
  msgstr ""
4228
 
4229
- #: admin.php:2465
4230
  msgid "Created database backup"
4231
  msgstr ""
4232
 
4233
- #: admin.php:2478
4234
  msgid "table: %s"
4235
  msgstr ""
4236
 
4237
- #: admin.php:2476
4238
  msgid "Creating database backup"
4239
  msgstr ""
4240
 
4241
- #: admin.php:2424
4242
  msgid "Created file backup zips"
4243
  msgstr ""
4244
 
4245
- #: admin.php:2411
4246
  msgid "Creating file backup zips"
4247
  msgstr ""
4248
 
4249
- #: admin.php:2406
4250
  msgid "Backup begun"
4251
  msgstr ""
4252
 
4253
- #: admin.php:2249
4254
  msgid "Backups in progress:"
4255
  msgstr ""
4256
 
4257
- #: admin.php:818
4258
  msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even &quot;Backup Now&quot;) unless either you have set up a facility to call the scheduler manually, or until it is enabled."
4259
  msgstr ""
4260
 
4261
- #: restorer.php:646
4262
  msgid "file"
4263
  msgstr ""
4264
 
4265
- #: restorer.php:639
4266
  msgid "folder"
4267
  msgstr ""
4268
 
4269
- #: restorer.php:639 restorer.php:646
4270
  msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
4271
  msgstr ""
4272
 
4273
- #: class-updraftplus.php:2652
4274
  msgid "The backup has not finished; a resumption is scheduled"
4275
  msgstr ""
4276
 
4277
- #: class-updraftplus.php:1647
4278
  msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
4279
  msgstr ""
4280
 
@@ -4285,19 +4340,19 @@ msgstr ""
4285
  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)."
4286
  msgstr ""
4287
 
4288
- #: admin.php:2081
4289
  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)."
4290
  msgstr ""
4291
 
4292
- #: addons/autobackup.php:1018 admin.php:578
4293
  msgid "Proceed with update"
4294
  msgstr ""
4295
 
4296
- #: addons/autobackup.php:1017
4297
  msgid "Do not abort after pressing Proceed below - wait for the backup to complete."
4298
  msgstr ""
4299
 
4300
- #: addons/autobackup.php:113 addons/autobackup.php:994
4301
  msgid "UpdraftPlus Automatic Backups"
4302
  msgstr ""
4303
 
@@ -4367,83 +4422,83 @@ msgstr ""
4367
  msgid "Support"
4368
  msgstr ""
4369
 
4370
- #: class-updraftplus.php:3944
4371
  msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
4372
  msgstr ""
4373
 
4374
- #: class-updraftplus.php:3939
4375
  msgid "This database backup is missing core WordPress tables: %s"
4376
  msgstr ""
4377
 
4378
- #: class-updraftplus.php:3836
4379
  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."
4380
  msgstr ""
4381
 
4382
- #: class-updraftplus.php:3752
4383
  msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
4384
  msgstr ""
4385
 
4386
- #: addons/autobackup.php:556 admin.php:786
4387
  msgid "Update Theme"
4388
  msgstr ""
4389
 
4390
- #: addons/autobackup.php:505 admin.php:782
4391
  msgid "Update Plugin"
4392
  msgstr ""
4393
 
4394
- #: addons/autobackup.php:997 admin.php:655 includes/updraftplus-notices.php:171
4395
  msgid "Be safe with an automatic backup"
4396
  msgstr ""
4397
 
4398
- #: restorer.php:2204
4399
  msgid "Uploads path (%s) does not exist - resetting (%s)"
4400
  msgstr ""
4401
 
4402
- #: admin.php:2033
4403
  msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
4404
  msgstr ""
4405
 
4406
- #: admin.php:572
4407
  msgid "The file was uploaded."
4408
  msgstr ""
4409
 
4410
- #: admin.php:571
4411
  msgid "Unknown server response status:"
4412
  msgstr ""
4413
 
4414
- #: admin.php:570
4415
  msgid "Unknown server response:"
4416
  msgstr ""
4417
 
4418
- #: admin.php:569
4419
  msgid "This decryption key will be attempted:"
4420
  msgstr ""
4421
 
4422
- #: admin.php:568
4423
  msgid "Follow this link to attempt decryption and download the database file to your computer."
4424
  msgstr ""
4425
 
4426
- #: admin.php:567
4427
  msgid "Upload error"
4428
  msgstr ""
4429
 
4430
- #: admin.php:566
4431
  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)."
4432
  msgstr ""
4433
 
4434
- #: admin.php:565
4435
  msgid "Upload error:"
4436
  msgstr ""
4437
 
4438
- #: admin.php:564
4439
  msgid "(make sure that you were trying to upload a zip file previously created by UpdraftPlus)"
4440
  msgstr ""
4441
 
4442
- #: admin.php:555
4443
  msgid "Download to your computer"
4444
  msgstr ""
4445
 
4446
- #: admin.php:554
4447
  msgid "Delete from your web server"
4448
  msgstr ""
4449
 
@@ -4451,15 +4506,15 @@ msgstr ""
4451
  msgid "Examples of S3-compatible storage providers:"
4452
  msgstr ""
4453
 
4454
- #: admin.php:3589
4455
  msgid "Will not delete any archives after unpacking them, because there was no cloud storage for this backup"
4456
  msgstr ""
4457
 
4458
- #: admin.php:3206
4459
  msgid "You appear to be missing one or more archives from this multi-archive set."
4460
  msgstr ""
4461
 
4462
- #: admin.php:3203
4463
  msgid "(%d archive(s) in set)."
4464
  msgstr ""
4465
 
@@ -4467,19 +4522,19 @@ msgstr ""
4467
  msgid "Split archives every:"
4468
  msgstr ""
4469
 
4470
- #: addons/moredatabase.php:267
4471
  msgid "Error: the server sent us a response (JSON) which we did not understand."
4472
  msgstr ""
4473
 
4474
- #: admin.php:545
4475
  msgid "Warnings:"
4476
  msgstr ""
4477
 
4478
- #: admin.php:544
4479
  msgid "Error: the server sent an empty response."
4480
  msgstr ""
4481
 
4482
- #: admin.php:1794
4483
  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?"
4484
  msgstr ""
4485
 
@@ -4515,15 +4570,15 @@ msgstr ""
4515
  msgid "No such backup set exists"
4516
  msgstr ""
4517
 
4518
- #: admin.php:1071
4519
  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"
4520
  msgstr ""
4521
 
4522
- #: restorer.php:588
4523
  msgid "Failed to move directory (check your file permissions and disk quota): %s"
4524
  msgstr ""
4525
 
4526
- #: restorer.php:579
4527
  msgid "Failed to move file (check your file permissions and disk quota): %s"
4528
  msgstr ""
4529
 
@@ -4531,7 +4586,7 @@ msgstr ""
4531
  msgid "Moving unpacked backup into place..."
4532
  msgstr ""
4533
 
4534
- #: backup.php:2653 backup.php:2909
4535
  msgid "Failed to open the zip file (%s) - %s"
4536
  msgstr ""
4537
 
@@ -4551,15 +4606,15 @@ msgstr ""
4551
  msgid "S3 (Compatible)"
4552
  msgstr ""
4553
 
4554
- #: admin.php:3510
4555
  msgid "File is not locally present - needs retrieving from remote storage"
4556
  msgstr ""
4557
 
4558
- #: admin.php:3497
4559
  msgid "Looking for %s archive: file name: %s"
4560
  msgstr ""
4561
 
4562
- #: admin.php:3458
4563
  msgid "Final checks"
4564
  msgstr ""
4565
 
@@ -4571,11 +4626,11 @@ msgstr ""
4571
  msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
4572
  msgstr ""
4573
 
4574
- #: admin.php:2877
4575
  msgid "Your wp-content directory server path: %s"
4576
  msgstr ""
4577
 
4578
- #: admin.php:561
4579
  msgid "Raw backup history"
4580
  msgstr ""
4581
 
@@ -4583,11 +4638,11 @@ msgstr ""
4583
  msgid "Show raw backup and file list"
4584
  msgstr ""
4585
 
4586
- #: admin.php:543
4587
  msgid "Processing files - please wait..."
4588
  msgstr ""
4589
 
4590
- #: admin.php:3641 templates/wp-admin/settings/downloading-and-restoring.php:29
4591
  msgid "Please consult this FAQ for help on what to do about it."
4592
  msgstr ""
4593
 
@@ -4595,31 +4650,27 @@ msgstr ""
4595
  msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
4596
  msgstr ""
4597
 
4598
- #: class-updraftplus.php:3760
4599
  msgid "Failed to open database file."
4600
  msgstr ""
4601
 
4602
- #: class-updraftplus.php:3740
4603
- msgid "Failed to write out the decrypted database to the filesystem."
4604
- msgstr ""
4605
-
4606
- #: admin.php:3999
4607
  msgid "Known backups (raw)"
4608
  msgstr ""
4609
 
4610
- #: restorer.php:944
4611
  msgid "Unable to enumerate files in that directory."
4612
  msgstr ""
4613
 
4614
- #: restorer.php:939
4615
  msgid "Files found:"
4616
  msgstr ""
4617
 
4618
- #: restorer.php:1329
4619
  msgid "Using directory from backup: %s"
4620
  msgstr ""
4621
 
4622
- #: restorer.php:1789
4623
  msgid "Requested table engine (%s) is not present - changing to MyISAM."
4624
  msgstr ""
4625
 
@@ -4627,21 +4678,21 @@ msgstr ""
4627
  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."
4628
  msgstr ""
4629
 
4630
- #: admin.php:3530
4631
  msgid "file is size:"
4632
  msgstr ""
4633
 
4634
  #: addons/googlecloud.php:855 addons/migrator.php:363 addons/migrator.php:366
4635
- #: addons/migrator.php:369 admin.php:818 admin.php:2038 backup.php:2956
4636
  #: updraftplus.php:147
4637
  msgid "Go here for more information."
4638
  msgstr ""
4639
 
4640
- #: admin.php:542
4641
  msgid "Some files are still downloading or being processed - please wait."
4642
  msgstr ""
4643
 
4644
- #: class-updraftplus.php:3808 class-updraftplus.php:3826
4645
  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."
4646
  msgstr ""
4647
 
@@ -4661,15 +4712,15 @@ msgstr ""
4661
  msgid "%s login failure"
4662
  msgstr ""
4663
 
4664
- #: methods/dropbox.php:413
4665
  msgid "You do not appear to be authenticated with %s"
4666
  msgstr ""
4667
 
4668
- #: methods/dropbox.php:380
4669
  msgid "Failed to access %s when deleting (see log file for more)"
4670
  msgstr ""
4671
 
4672
- #: methods/dropbox.php:372
4673
  msgid "You do not appear to be authenticated with %s (whilst deleting)"
4674
  msgstr ""
4675
 
@@ -4710,24 +4761,24 @@ msgstr ""
4710
  msgid "%s authentication failed"
4711
  msgstr ""
4712
 
4713
- #: addons/googlecloud.php:384 addons/migrator.php:462 admin.php:1739
4714
- #: admin.php:1786 admin.php:1794 class-updraftplus.php:725
4715
- #: class-updraftplus.php:731 class-updraftplus.php:3728
4716
- #: class-updraftplus.php:3730 class-updraftplus.php:3866
4717
- #: class-updraftplus.php:3899 methods/googledrive.php:304 restorer.php:933
4718
  msgid "Error: %s"
4719
  msgstr ""
4720
 
4721
- #: admin.php:2814
4722
  msgid "Backup directory specified exists, but is <b>not</b> writable."
4723
  msgstr ""
4724
 
4725
- #: admin.php:2812
4726
  msgid "Backup directory specified does <b>not</b> exist."
4727
  msgstr ""
4728
 
4729
- #: admin.php:2546 admin.php:2768 class-updraftplus.php:3808
4730
- #: class-updraftplus.php:3826
4731
  msgid "Warning: %s"
4732
  msgstr ""
4733
 
@@ -4735,27 +4786,27 @@ msgstr ""
4735
  msgid "Last backup job run:"
4736
  msgstr ""
4737
 
4738
- #: backup.php:2675
4739
  msgid "A very large file was encountered: %s (size: %s Mb)"
4740
  msgstr ""
4741
 
4742
- #: backup.php:2051 backup.php:2081
4743
  msgid "%s: unreadable file - could not be backed up"
4744
  msgstr ""
4745
 
4746
- #: backup.php:1478
4747
  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"
4748
  msgstr ""
4749
 
4750
- #: backup.php:1597
4751
  msgid "An error occurred whilst closing the final database file"
4752
  msgstr ""
4753
 
4754
- #: backup.php:871
4755
  msgid "Warnings encountered:"
4756
  msgstr ""
4757
 
4758
- #: class-updraftplus.php:2640
4759
  msgid "The backup apparently succeeded (with warnings) and is now complete"
4760
  msgstr ""
4761
 
@@ -4811,58 +4862,58 @@ msgstr ""
4811
  msgid "The error reported by %s was:"
4812
  msgstr ""
4813
 
4814
- #: restorer.php:1348
4815
  msgid "Please supply the requested information, and then continue."
4816
  msgstr ""
4817
 
4818
- #: restorer.php:2041
4819
  msgid "Cannot drop tables, so deleting instead (%s)"
4820
  msgstr ""
4821
 
4822
- #: restorer.php:2024
4823
  msgid "Cannot create new tables, so skipping this command (%s)"
4824
  msgstr ""
4825
 
4826
- #: class-updraftplus.php:3877 restorer.php:1633
4827
  msgid "Site information:"
4828
  msgstr ""
4829
 
4830
- #: restorer.php:1504
4831
  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."
4832
  msgstr ""
4833
 
4834
- #: addons/migrator.php:325 admin.php:2033 class-updraftplus.php:3870
4835
- #: restorer.php:1955
4836
  msgid "Warning:"
4837
  msgstr ""
4838
 
4839
- #: class-updraftplus.php:3862 restorer.php:162
4840
  msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
4841
  msgstr ""
4842
 
4843
- #: admin.php:3485
4844
  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."
4845
  msgstr ""
4846
 
4847
- #: admin.php:2933 methods/updraftvault.php:260
4848
  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."
4849
  msgstr ""
4850
 
4851
- #: admin.php:579
4852
  msgid "Close"
4853
  msgstr ""
4854
 
4855
- #: addons/autobackup.php:298 addons/autobackup.php:386 admin.php:535
4856
  #: methods/remotesend.php:71 methods/remotesend.php:79
4857
  #: methods/remotesend.php:220 methods/remotesend.php:237
4858
  msgid "Unexpected response:"
4859
  msgstr ""
4860
 
4861
- #: addons/reporting.php:434 admin.php:531
4862
  msgid "To send to more than one address, separate each address with a comma."
4863
  msgstr ""
4864
 
4865
- #: admin.php:559
4866
  msgid "PHP information"
4867
  msgstr ""
4868
 
@@ -4898,7 +4949,7 @@ msgstr ""
4898
  msgid "Also delete from remote storage"
4899
  msgstr ""
4900
 
4901
- #: admin.php:2276
4902
  msgid "Latest UpdraftPlus.com news:"
4903
  msgstr ""
4904
 
@@ -4915,11 +4966,11 @@ msgstr ""
4915
  msgid "News"
4916
  msgstr ""
4917
 
4918
- #: admin.php:1224
4919
  msgid "Backup set not found"
4920
  msgstr ""
4921
 
4922
- #: backup.php:157
4923
  msgid "%s - could not back this entity up; the corresponding directory does not exist (%s)"
4924
  msgstr ""
4925
 
@@ -4933,7 +4984,7 @@ msgstr ""
4933
  msgid "Blog link"
4934
  msgstr ""
4935
 
4936
- #: admin.php:622
4937
  msgid "Testing %s Settings..."
4938
  msgstr ""
4939
 
@@ -4941,23 +4992,23 @@ msgstr ""
4941
  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."
4942
  msgstr ""
4943
 
4944
- #: admin.php:834
4945
  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."
4946
  msgstr ""
4947
 
4948
- #: admin.php:834
4949
  msgid "Notice"
4950
  msgstr ""
4951
 
4952
- #: backup.php:853
4953
  msgid "Errors encountered:"
4954
  msgstr ""
4955
 
4956
- #: admin.php:529
4957
  msgid "Rescanning (looking for backups that you have uploaded manually into the internal backup store)..."
4958
  msgstr ""
4959
 
4960
- #: admin.php:541
4961
  msgid "Begun looking for this entity"
4962
  msgstr ""
4963
 
@@ -4977,7 +5028,7 @@ msgstr ""
4977
  msgid "Time taken (seconds):"
4978
  msgstr ""
4979
 
4980
- #: addons/migrator.php:1113 admin.php:546
4981
  msgid "Errors:"
4982
  msgstr ""
4983
 
@@ -5046,23 +5097,23 @@ msgstr ""
5046
  msgid "All references to the site location in the database will be replaced with your current site URL, which is: %s"
5047
  msgstr ""
5048
 
5049
- #: addons/multisite.php:633
5050
  msgid "Blog uploads"
5051
  msgstr ""
5052
 
5053
- #: addons/migrator.php:369 addons/multisite.php:626
5054
  msgid "Must-use plugins"
5055
  msgstr ""
5056
 
5057
- #: addons/multisite.php:196
5058
  msgid "You do not have permission to access this page."
5059
  msgstr ""
5060
 
5061
- #: addons/multisite.php:182 udaddons/options.php:225
5062
  msgid "You do not have sufficient permissions to access this page."
5063
  msgstr ""
5064
 
5065
- #: addons/multisite.php:176
5066
  msgid "Multisite Install"
5067
  msgstr ""
5068
 
@@ -5094,7 +5145,7 @@ msgstr ""
5094
  msgid "Directory path"
5095
  msgstr ""
5096
 
5097
- #: addons/lockadmin.php:153 addons/moredatabase.php:234 addons/sftp.php:368
5098
  #: addons/webdav.php:69 methods/openstack2.php:127 methods/updraftvault.php:320
5099
  #: udaddons/options.php:145
5100
  msgid "Password"
@@ -5104,7 +5155,7 @@ msgstr ""
5104
  msgid "Port"
5105
  msgstr ""
5106
 
5107
- #: addons/moredatabase.php:232 addons/sftp.php:347 addons/webdav.php:75
5108
  msgid "Host"
5109
  msgstr ""
5110
 
@@ -5128,7 +5179,7 @@ msgstr ""
5128
  msgid "Encrypted FTP is available, and will be automatically tried first (before falling back to non-encrypted if it is not successful), unless you disable it using the expert options. The 'Test FTP Login' button will tell you what type of connection is in use."
5129
  msgstr ""
5130
 
5131
- #: addons/morefiles.php:555
5132
  msgid "No backup of %s directories: there was nothing found to back up"
5133
  msgstr ""
5134
 
@@ -5156,7 +5207,7 @@ msgstr ""
5156
  msgid "Over-write wp-config.php"
5157
  msgstr ""
5158
 
5159
- #: addons/morefiles.php:70 addons/morefiles.php:555
5160
  msgid "WordPress Core"
5161
  msgstr ""
5162
 
@@ -5165,8 +5216,8 @@ msgid "Failed: We were not able to place a file in that directory - please check
5165
  msgstr ""
5166
 
5167
  #: addons/googlecloud.php:626 addons/googlecloud.php:660
5168
- #: addons/googlecloud.php:666 addons/sftp.php:447 admin.php:2600 admin.php:2635
5169
- #: admin.php:2644 methods/addon-base.php:284 methods/stream-base.php:302
5170
  msgid "Failed"
5171
  msgstr ""
5172
 
@@ -5223,31 +5274,31 @@ msgstr ""
5223
  msgid "Only non-encrypted FTP is supported by regular UpdraftPlus."
5224
  msgstr ""
5225
 
5226
- #: addons/onedrive.php:755 methods/dropbox.php:615
5227
  msgid "Your %s account name: %s"
5228
  msgstr ""
5229
 
5230
- #: methods/dropbox.php:605 methods/dropbox.php:632
5231
  msgid "though part of the returned information was not as expected - your mileage may vary"
5232
  msgstr ""
5233
 
5234
- #: methods/dropbox.php:600 methods/dropbox.php:602
5235
  msgid "you have authenticated your %s account"
5236
  msgstr ""
5237
 
5238
- #: methods/dropbox.php:487 methods/dropbox.php:489
5239
  msgid "there's an add-on for that."
5240
  msgstr ""
5241
 
5242
- #: methods/dropbox.php:487 methods/dropbox.php:489
5243
  msgid "If you back up several sites into the same Dropbox and want to organise with sub-folders, then "
5244
  msgstr ""
5245
 
5246
- #: methods/dropbox.php:487 methods/dropbox.php:489
5247
  msgid "Backups are saved in"
5248
  msgstr ""
5249
 
5250
- #: methods/dropbox.php:487 methods/dropbox.php:489
5251
  msgid "Need to use sub-folders?"
5252
  msgstr ""
5253
 
@@ -5369,21 +5420,21 @@ msgstr ""
5369
  msgid "Failure: No container details were given."
5370
  msgstr ""
5371
 
5372
- #: addons/moredatabase.php:233 addons/sftp.php:361 addons/webdav.php:63
5373
- #: methods/cloudfiles-new.php:147 methods/cloudfiles.php:509
5374
  #: methods/openstack2.php:121
5375
  msgid "Username"
5376
  msgstr ""
5377
 
5378
- #: methods/cloudfiles-new.php:142 methods/cloudfiles.php:504 methods/s3.php:959
5379
  msgid "API key"
5380
  msgstr ""
5381
 
5382
- #: addons/migrator.php:278 addons/migrator.php:1871 addons/moredatabase.php:70
5383
- #: addons/moredatabase.php:72 addons/moredatabase.php:74 addons/sftp.php:417
5384
- #: addons/sftp.php:421 addons/sftp.php:425 addons/webdav.php:103 admin.php:599
5385
- #: methods/addon-base.php:277 methods/cloudfiles-new.php:142
5386
- #: methods/cloudfiles-new.php:147 methods/cloudfiles.php:504
5387
  #: methods/cloudfiles.php:509 methods/ftp.php:355 methods/ftp.php:359
5388
  #: methods/openstack2.php:142 methods/openstack2.php:147
5389
  #: methods/openstack2.php:152 methods/openstack2.php:157 methods/s3.php:959
@@ -5391,7 +5442,8 @@ msgstr ""
5391
  msgid "Failure: No %s was given."
5392
  msgstr ""
5393
 
5394
- #: methods/cloudfiles.php:448 methods/openstack-base.php:513 methods/s3.php:799
 
5395
  msgid "UpdraftPlus's %s module <strong>requires</strong> %s. Please do not file any support requests; there is no alternative."
5396
  msgstr ""
5397
 
@@ -5407,12 +5459,12 @@ msgstr ""
5407
  msgid "Cloud Files username"
5408
  msgstr ""
5409
 
5410
- #: addons/cloudfiles-enhanced.php:36 methods/cloudfiles-new.php:89
5411
  #: methods/cloudfiles.php:466
5412
  msgid "UK"
5413
  msgstr ""
5414
 
5415
- #: addons/cloudfiles-enhanced.php:35 methods/cloudfiles-new.php:88
5416
  #: methods/cloudfiles.php:465
5417
  msgid "US (default)"
5418
  msgstr ""
@@ -5421,16 +5473,16 @@ msgstr ""
5421
  msgid "US or UK Cloud"
5422
  msgstr ""
5423
 
5424
- #: methods/cloudfiles-new.php:81 methods/cloudfiles.php:458
5425
  #: methods/openstack2.php:94
5426
  msgid "Also, you should read this important FAQ."
5427
  msgstr ""
5428
 
5429
- #: methods/cloudfiles-new.php:81 methods/cloudfiles.php:458
5430
  msgid "Get your API key <a href=\"https://mycloud.rackspace.com/\">from your Rackspace Cloud console</a> (read instructions <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">here</a>), then pick a container name to use for storage. This container will be created for you if it does not already exist."
5431
  msgstr ""
5432
 
5433
- #: addons/sftp.php:408 admin.php:621 methods/addon-base.php:242
5434
  #: methods/cloudfiles.php:496 methods/ftp.php:329
5435
  #: methods/openstack-base.php:524 methods/s3.php:861
5436
  #: methods/stream-base.php:224
@@ -5509,7 +5561,7 @@ msgid "For longer help, including screenshots, follow this link. The description
5509
  msgstr ""
5510
 
5511
  #: methods/addon-base.php:230 methods/cloudfiles.php:438
5512
- #: methods/dropbox.php:469 methods/ftp.php:298 methods/googledrive.php:904
5513
  #: methods/openstack-base.php:503 methods/s3.php:771
5514
  #: methods/stream-base.php:217
5515
  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."
@@ -5548,7 +5600,7 @@ msgstr ""
5548
  msgid "Success"
5549
  msgstr ""
5550
 
5551
- #: addons/onedrive.php:747 methods/dropbox.php:643 methods/dropbox.php:652
5552
  #: methods/googledrive.php:337
5553
  msgid "Your %s quota usage: %s %% used, %s available"
5554
  msgstr ""
@@ -5579,65 +5631,65 @@ msgstr ""
5579
  msgid "You need to re-authenticate with %s, as your existing credentials are not working."
5580
  msgstr ""
5581
 
5582
- #: addons/migrator.php:1770 admin.php:2603 admin.php:2637 admin.php:2641
5583
- #: admin.php:3515 admin.php:3528 restorer.php:2188 restorer.php:2294
5584
  msgid "OK"
5585
  msgstr ""
5586
 
5587
- #: restorer.php:2182 restorer.php:2258
5588
  msgid "Table prefix has changed: changing %s table field(s) accordingly:"
5589
  msgstr ""
5590
 
5591
- #: restorer.php:1865
5592
  msgid "Finished: lines processed: %d in %.2f seconds"
5593
  msgstr ""
5594
 
5595
- #: addons/migrator.php:1143 restorer.php:2080
5596
  msgid "the database query being run was:"
5597
  msgstr ""
5598
 
5599
- #: restorer.php:1803
5600
  msgid "will restore as:"
5601
  msgstr ""
5602
 
5603
- #: restorer.php:1614 restorer.php:1707 restorer.php:1733
5604
  msgid "Old table prefix:"
5605
  msgstr ""
5606
 
5607
- #: addons/reporting.php:65 addons/reporting.php:152 backup.php:927
5608
- #: class-updraftplus.php:3803
5609
  msgid "Backup of:"
5610
  msgstr ""
5611
 
5612
- #: addons/migrator.php:602 restorer.php:1441
5613
  msgid "Database access: Direct MySQL access is not available, so we are falling back to wpdb (this will be considerably slower)"
5614
  msgstr ""
5615
 
5616
- #: restorer.php:1436
5617
  msgid "Failed to open database file"
5618
  msgstr ""
5619
 
5620
- #: restorer.php:1415
5621
  msgid "Failed to find database file"
5622
  msgstr ""
5623
 
5624
- #: restorer.php:1392
5625
  msgid "Warning: PHP safe_mode is active on your server. Timeouts are much more likely. If these happen, then you will need to manually restore the file via phpMyAdmin or another method."
5626
  msgstr ""
5627
 
5628
- #: restorer.php:488
5629
  msgid "wp-config.php from backup: restoring (as per user's request)"
5630
  msgstr ""
5631
 
5632
- #: restorer.php:483
5633
  msgid "wp-config.php from backup: will restore as wp-config-backup.php"
5634
  msgstr ""
5635
 
5636
- #: restorer.php:375
5637
  msgid "Failed to write out the decrypted database to the filesystem"
5638
  msgstr ""
5639
 
5640
- #: restorer.php:360
5641
  msgid "Failed to create a temporary directory"
5642
  msgstr ""
5643
 
@@ -5681,63 +5733,64 @@ msgstr ""
5681
  msgid "UpdraftPlus is not able to directly restore this kind of entity. It must be restored manually."
5682
  msgstr ""
5683
 
5684
- #: admin.php:3536 admin.php:3537
5685
  msgid "Could not find one of the files for restoration"
5686
  msgstr ""
5687
 
5688
- #: admin.php:3631
5689
  msgid "Error message"
5690
  msgstr ""
5691
 
5692
- #: admin.php:3533
5693
  msgid "The backup records do not contain information about the proper size of this file."
5694
  msgstr ""
5695
 
5696
- #: admin.php:3525
5697
  msgid "Archive is expected to be size:"
5698
  msgstr ""
5699
 
5700
- #: admin.php:3409
5701
  msgid "If making a request for support, please include this information:"
5702
  msgstr ""
5703
 
5704
- #: admin.php:3408
5705
  msgid "ABORT: Could not find the information on which entities to restore."
5706
  msgstr ""
5707
 
5708
- #: admin.php:3362
5709
  msgid "UpdraftPlus Restoration: Progress"
5710
  msgstr ""
5711
 
5712
- #: admin.php:3314
5713
  msgid "This backup does not exist in the backup history - restoration aborted. Timestamp:"
5714
  msgstr ""
5715
 
5716
- #: admin.php:3263
5717
  msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
5718
  msgstr ""
5719
 
5720
- #: admin.php:3198
5721
  msgid "Press here to download"
5722
  msgstr ""
5723
 
5724
- #: admin.php:3272
5725
  msgid "Delete this backup set"
5726
  msgstr ""
5727
 
5728
- #: admin.php:2945
5729
  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."
5730
  msgstr ""
5731
 
5732
- #: admin.php:2942
5733
  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."
5734
  msgstr ""
5735
 
5736
- #: admin.php:2940
5737
  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)."
5738
  msgstr ""
5739
 
5740
- #: methods/cloudfiles.php:448 methods/openstack-base.php:513 methods/s3.php:799
 
5741
  msgid "Your web server's PHP installation does not included a required module (%s). Please contact your web hosting provider's support."
5742
  msgstr ""
5743
 
@@ -5773,23 +5826,23 @@ msgstr ""
5773
  msgid "Use the server's SSL certificates"
5774
  msgstr ""
5775
 
5776
- #: admin.php:2816
5777
  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."
5778
  msgstr ""
5779
 
5780
- #: admin.php:2816
5781
  msgid "click here"
5782
  msgstr ""
5783
 
5784
- #: admin.php:2816
5785
  msgid "or, to reset this option"
5786
  msgstr ""
5787
 
5788
- #: admin.php:2816
5789
  msgid "Follow this link to attempt to create the directory and set the permissions"
5790
  msgstr ""
5791
 
5792
- #: admin.php:2808
5793
  msgid "Backup directory specified is writable, which is good."
5794
  msgstr ""
5795
 
@@ -5821,15 +5874,15 @@ msgstr ""
5821
  msgid "Advanced / Debugging Settings"
5822
  msgstr ""
5823
 
5824
- #: admin.php:558
5825
  msgid "Requesting start of backup..."
5826
  msgstr ""
5827
 
5828
- #: addons/morefiles.php:232 admin.php:574
5829
  msgid "Cancel"
5830
  msgstr ""
5831
 
5832
- #: addons/reporting.php:216 admin.php:3087
5833
  msgid "None"
5834
  msgstr ""
5835
 
@@ -5853,11 +5906,11 @@ msgstr ""
5853
  msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
5854
  msgstr ""
5855
 
5856
- #: addons/morefiles.php:373 admin.php:2886
5857
  msgid "Exclude these:"
5858
  msgstr ""
5859
 
5860
- #: admin.php:2877
5861
  msgid "Any other directories found inside wp-content"
5862
  msgstr ""
5863
 
@@ -5873,44 +5926,44 @@ msgstr ""
5873
  msgid "To fix the time at which a backup should take place,"
5874
  msgstr ""
5875
 
5876
- #: admin.php:2802
5877
  msgid "Monthly"
5878
  msgstr ""
5879
 
5880
- #: admin.php:2801
5881
  msgid "Fortnightly"
5882
  msgstr ""
5883
 
5884
- #: admin.php:2800
5885
  msgid "Weekly"
5886
  msgstr ""
5887
 
5888
- #: admin.php:2799
5889
  msgid "Daily"
5890
  msgstr ""
5891
 
5892
- #: admin.php:581 admin.php:2782
5893
  msgid "Download log file"
5894
  msgstr ""
5895
 
5896
- #: admin.php:2700
5897
  msgid "The folder exists, but your webserver does not have permission to write to it."
5898
  msgstr ""
5899
 
5900
- #: admin.php:2695
5901
  msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it. You should check with your hosting provider that this will not cause any problems"
5902
  msgstr ""
5903
 
5904
- #: admin.php:2681
5905
  msgid "The request to the filesystem to create the directory failed."
5906
  msgstr ""
5907
 
5908
- #: addons/migrator.php:2243 admin.php:575 admin.php:2597 admin.php:2630
5909
- #: admin.php:3272 templates/wp-admin/settings/delete-and-restore-modals.php:5
5910
  msgid "Delete"
5911
  msgstr ""
5912
 
5913
- #: admin.php:2537
5914
  msgid "show log"
5915
  msgstr ""
5916
 
@@ -6023,7 +6076,7 @@ msgstr ""
6023
  msgid "Delete backup set"
6024
  msgstr ""
6025
 
6026
- #: admin.php:557
6027
  msgid "Download error: the server sent us a response which we did not understand."
6028
  msgstr ""
6029
 
@@ -6034,13 +6087,13 @@ msgstr ""
6034
  #: addons/migrator.php:1879 addons/migrator.php:1889 addons/migrator.php:1894
6035
  #: addons/s3-enhanced.php:120 addons/s3-enhanced.php:125
6036
  #: addons/s3-enhanced.php:127 addons/sftp.php:736 addons/webdav.php:79
6037
- #: admin.php:82 admin.php:549 admin.php:3530 admin.php:3560
6038
  #: methods/remotesend.php:76 methods/remotesend.php:234
6039
- #: methods/updraftvault.php:434 restorer.php:1353
6040
  msgid "Error:"
6041
  msgstr ""
6042
 
6043
- #: admin.php:540 templates/wp-admin/settings/downloading-and-restoring.php:34
6044
  msgid "calculating..."
6045
  msgstr ""
6046
 
@@ -6079,37 +6132,37 @@ msgstr ""
6079
  msgid "More tasks:"
6080
  msgstr ""
6081
 
6082
- #: admin.php:2300
6083
  msgid "Download most recently modified log file"
6084
  msgstr ""
6085
 
6086
- #: admin.php:2259 admin.php:2265 central/bootstrap.php:161
6087
  msgid "(Nothing yet logged)"
6088
  msgstr ""
6089
 
6090
- #: addons/autobackup.php:293 addons/autobackup.php:384 admin.php:2258
6091
- #: admin.php:2263
6092
  msgid "Last log message"
6093
  msgstr ""
6094
 
6095
- #: addons/migrator.php:218 admin.php:580 admin.php:3263
6096
  #: templates/wp-admin/settings/tab-status.php:30
6097
  msgid "Restore"
6098
  msgstr ""
6099
 
6100
- #: admin.php:410 admin.php:573 templates/wp-admin/settings/tab-status.php:27
6101
  msgid "Backup Now"
6102
  msgstr ""
6103
 
6104
- #: addons/migrator.php:1774 addons/moredatabase.php:235
6105
- #: addons/reporting.php:231 admin.php:233 admin.php:3062 admin.php:3135
6106
- #: admin.php:3614 includes/class-wpadmin-commands.php:138
6107
  #: templates/wp-admin/settings/delete-and-restore-modals.php:81
6108
  #: templates/wp-admin/settings/delete-and-restore-modals.php:83
6109
  msgid "Database"
6110
  msgstr ""
6111
 
6112
- #: admin.php:229 admin.php:4005
6113
  msgid "Files"
6114
  msgstr ""
6115
 
@@ -6133,15 +6186,15 @@ msgstr ""
6133
  msgid "JavaScript warning"
6134
  msgstr ""
6135
 
6136
- #: admin.php:560 admin.php:2327
6137
  msgid "Delete Old Directories"
6138
  msgstr ""
6139
 
6140
- #: admin.php:2081
6141
  msgid "Current limit is:"
6142
  msgstr ""
6143
 
6144
- #: admin.php:2055
6145
  msgid "Your backup has been restored."
6146
  msgstr ""
6147
 
@@ -6153,111 +6206,111 @@ msgstr ""
6153
  msgid "Lead developer's homepage"
6154
  msgstr ""
6155
 
6156
- #: admin.php:3927
6157
  msgid "Your settings have been wiped."
6158
  msgstr ""
6159
 
6160
- #: admin.php:2015
6161
  msgid "Backup directory successfully created."
6162
  msgstr ""
6163
 
6164
- #: admin.php:2008
6165
  msgid "Backup directory could not be created"
6166
  msgstr ""
6167
 
6168
- #: admin.php:2569
6169
  msgid "Old directory removal failed for some reason. You may want to do this manually."
6170
  msgstr ""
6171
 
6172
- #: admin.php:2567
6173
  msgid "Old directories successfully removed."
6174
  msgstr ""
6175
 
6176
- #: admin.php:2564
6177
  msgid "Remove old directories"
6178
  msgstr ""
6179
 
6180
- #: addons/migrator.php:281 addons/migrator.php:296 admin.php:1957
6181
- #: admin.php:1966 admin.php:1975 admin.php:2017 admin.php:2571
6182
  msgid "Return to UpdraftPlus Configuration"
6183
  msgstr ""
6184
 
6185
- #: admin.php:553 admin.php:1957 admin.php:1966 admin.php:1975 admin.php:2017
6186
- #: admin.php:2571 templates/wp-admin/settings/existing-backups-table.php:14
6187
  msgid "Actions"
6188
  msgstr ""
6189
 
6190
- #: admin.php:1946
6191
  msgid "Restore successful!"
6192
  msgstr ""
6193
 
6194
- #: admin.php:1876
6195
  msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
6196
  msgstr ""
6197
 
6198
- #: admin.php:1786
6199
  msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
6200
  msgstr ""
6201
 
6202
- #: admin.php:1667
6203
  msgid "No local copy present."
6204
  msgstr ""
6205
 
6206
- #: admin.php:1664
6207
  msgid "Download in progress"
6208
  msgstr ""
6209
 
6210
- #: admin.php:552 admin.php:1652
6211
  msgid "File ready."
6212
  msgstr ""
6213
 
6214
- #: admin.php:1633
6215
  msgid "Download failed"
6216
  msgstr ""
6217
 
6218
- #: admin.php:550 admin.php:1424 admin.php:3513 class-updraftplus.php:980
6219
  #: class-updraftplus.php:1024 methods/addon-base.php:75
6220
  #: methods/addon-base.php:80 methods/addon-base.php:194
6221
- #: methods/addon-base.php:214 methods/stream-base.php:201 restorer.php:2184
6222
- #: restorer.php:2209 restorer.php:2291 updraftplus.php:147
6223
  msgid "Error"
6224
  msgstr ""
6225
 
6226
- #: admin.php:1452
6227
  msgid "Could not find that job - perhaps it has already finished?"
6228
  msgstr ""
6229
 
6230
- #: admin.php:1444
6231
  msgid "Job deleted"
6232
  msgstr ""
6233
 
6234
- #: admin.php:1528
6235
  msgid "OK. You should soon see activity in the \"Last log message\" field below."
6236
  msgstr ""
6237
 
6238
- #: admin.php:624
6239
  msgid "Nothing yet logged"
6240
  msgstr ""
6241
 
6242
- #: admin.php:830
6243
  msgid "Please consult this FAQ if you have problems backing up."
6244
  msgstr ""
6245
 
6246
- #: admin.php:830
6247
  msgid "Your website is hosted using the %s web server."
6248
  msgstr ""
6249
 
6250
- #: admin.php:826
6251
  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."
6252
  msgstr ""
6253
 
6254
- #: admin.php:822
6255
  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."
6256
  msgstr ""
6257
 
6258
- #: admin.php:814 admin.php:818 admin.php:822 admin.php:826 admin.php:830
6259
- #: admin.php:839 admin.php:2933 admin.php:2940 admin.php:2942
6260
- #: methods/cloudfiles.php:448 methods/ftp.php:284
6261
  #: methods/openstack-base.php:513 methods/s3.php:795 methods/s3.php:799
6262
  #: methods/updraftvault.php:260
6263
  #: templates/wp-admin/settings/downloading-and-restoring.php:29
@@ -6265,23 +6318,23 @@ msgstr ""
6265
  msgid "Warning"
6266
  msgstr ""
6267
 
6268
- #: admin.php:763
6269
  msgid "Add-Ons / Pro Support"
6270
  msgstr ""
6271
 
6272
- #: admin.php:426 admin.php:759 templates/wp-admin/settings/tab-bar.php:7
6273
  msgid "Settings"
6274
  msgstr ""
6275
 
6276
- #: admin.php:732
6277
  msgid "Allowed Files"
6278
  msgstr ""
6279
 
6280
- #: backup.php:229
6281
  msgid "Could not create %s zip. Consult the log file for more information."
6282
  msgstr ""
6283
 
6284
- #: backup.php:1973
6285
  msgid "Infinite recursion: consult your log for more information"
6286
  msgstr ""
6287
 
@@ -6293,71 +6346,71 @@ msgstr ""
6293
  msgid "Like UpdraftPlus and can spare one minute?"
6294
  msgstr ""
6295
 
6296
- #: addons/azure.php:217 class-updraftplus.php:3559 methods/googledrive.php:838
6297
  msgid "File not found"
6298
  msgstr ""
6299
 
6300
- #: class-updraftplus.php:3470
6301
  msgid "The decryption key used:"
6302
  msgstr ""
6303
 
6304
- #: class-updraftplus.php:3470 class-updraftplus.php:3745 restorer.php:378
6305
  msgid "Decryption failed. The most likely cause is that you used the wrong key."
6306
  msgstr ""
6307
 
6308
- #: class-updraftplus.php:3459 class-updraftplus.php:3728 restorer.php:368
6309
  msgid "Decryption failed. The database file is encrypted, but you have no encryption key entered."
6310
  msgstr ""
6311
 
6312
- #: backup.php:1872
6313
  msgid "Could not open the backup file for writing"
6314
  msgstr ""
6315
 
6316
- #: class-updraftplus.php:3099
6317
  msgid "Could not save backup history because we have no backup array. Backup probably failed."
6318
  msgstr ""
6319
 
6320
- #: class-updraftplus.php:3076
6321
  msgid "Could not read the directory"
6322
  msgstr ""
6323
 
6324
- #: admin.php:1704 backup.php:1124 restorer.php:225
6325
  msgid "Backup directory (%s) is not writable, or does not exist."
6326
  msgstr ""
6327
 
6328
- #: backup.php:928
6329
  msgid "WordPress backup is complete"
6330
  msgstr ""
6331
 
6332
- #: class-updraftplus.php:2649
6333
  msgid "The backup attempt has finished, apparently unsuccessfully"
6334
  msgstr ""
6335
 
6336
- #: class-updraftplus.php:2634
6337
  msgid "The backup apparently succeeded and is now complete"
6338
  msgstr ""
6339
 
6340
- #: addons/moredatabase.php:320
6341
  msgid "Encryption error occurred when encrypting database. Encryption aborted."
6342
  msgstr ""
6343
 
6344
- #: class-updraftplus.php:2061
6345
  msgid "Could not create files in the backup directory. Backup aborted - check your UpdraftPlus settings."
6346
  msgstr ""
6347
 
6348
- #: class-updraftplus.php:1453
6349
  msgid "Others"
6350
  msgstr ""
6351
 
6352
- #: addons/multisite.php:455 class-updraftplus.php:1438
6353
  msgid "Uploads"
6354
  msgstr ""
6355
 
6356
- #: class-updraftplus.php:1437
6357
  msgid "Themes"
6358
  msgstr ""
6359
 
6360
- #: class-updraftplus.php:1436
6361
  msgid "Plugins"
6362
  msgstr ""
6363
 
@@ -6365,16 +6418,16 @@ msgstr ""
6365
  msgid "No log files were found."
6366
  msgstr ""
6367
 
6368
- #: admin.php:1587 admin.php:1591 class-updraftplus.php:389
6369
  msgid "The log file could not be read."
6370
  msgstr ""
6371
 
6372
- #: admin.php:846 admin.php:850 admin.php:854 admin.php:858 admin.php:862
6373
  #: class-updraftplus.php:354 class-updraftplus.php:389
6374
  #: class-updraftplus.php:394 class-updraftplus.php:399
6375
  msgid "UpdraftPlus notice:"
6376
  msgstr ""
6377
 
6378
- #: addons/multisite.php:66 addons/multisite.php:663 options.php:41
6379
  msgid "UpdraftPlus Backups"
6380
  msgstr ""
11
  "Language: ca\n"
12
  "Project-Id-Version: UpdraftPlus\n"
13
 
14
+ #: restorer.php:1629
15
+ msgid "Skipped tables:"
16
+ msgstr ""
17
+
18
+ #: class-updraftplus.php:4049
19
+ msgid "This database backup has the following WordPress tables excluded: %s"
20
+ msgstr ""
21
+
22
+ #: admin.php:2271
23
+ msgid "With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too."
24
+ msgstr ""
25
+
26
+ #: admin.php:2271
27
+ msgid "All WordPress tables will be backed up."
28
+ msgstr ""
29
+
30
+ #: admin.php:675
31
+ msgid "Further information may be found in the browser JavaScript console, and the server PHP error logs."
32
+ msgstr ""
33
+
34
+ #: admin.php:675
35
+ msgid "That you are attempting to upload a zip file previously created by UpdraftPlus."
36
+ msgstr ""
37
+
38
+ #: admin.php:675
39
+ msgid "The available memory on the server."
40
+ msgstr ""
41
+
42
+ #: admin.php:675
43
+ msgid "Any settings in your .htaccess or web.config file that affects the maximum upload or post size."
44
+ msgstr ""
45
+
46
+ #: admin.php:675
47
+ msgid "The file failed to upload. Please check the following:"
48
+ msgstr ""
49
+
50
+ #: admin.php:674
51
+ msgid "HTTP code:"
52
+ msgstr ""
53
+
54
+ #: admin.php:572
55
+ msgid "You have chosen to backup a database, but no tables have been selected"
56
+ msgstr ""
57
+
58
+ #: addons/moredatabase.php:484
59
+ msgid "tables"
60
+ msgstr ""
61
+
62
+ #: addons/moredatabase.php:483
63
+ msgid "WordPress database"
64
+ msgstr ""
65
+
66
+ #: addons/moredatabase.php:476
67
+ msgid "You should backup all tables unless you are an expert in the internals of the WordPress database."
68
+ msgstr ""
69
+
70
  #: templates/wp-admin/settings/tab-addons.php:300
71
  msgid "Everyone can use the free version; but UpdraftGold bundles an enhanced paid version."
72
  msgstr ""
237
  msgid "After you've backed up your database, we recommend you install our WP-Optimize plugin to streamline it for better website performance."
238
  msgstr ""
239
 
240
+ #: admin.php:595
241
  msgid "Show contents"
242
  msgstr ""
243
 
244
+ #: addons/morefiles.php:246
245
  msgid "Please choose a file or directory"
246
  msgstr ""
247
 
248
+ #: addons/morefiles.php:235
249
  msgid "Confirm"
250
  msgstr ""
251
 
252
+ #: addons/morefiles.php:238
253
  msgid "Go up a directory"
254
  msgstr ""
255
 
257
  msgid "Add directory..."
258
  msgstr ""
259
 
260
+ #: addons/morefiles.php:224 addons/morefiles.php:244
261
  msgid "Edit"
262
  msgstr ""
263
 
529
  msgid "Export / import settings"
530
  msgstr ""
531
 
532
+ #: restorer.php:1995
533
  msgid "Skipping site %s: this table (%s) and others from the site will not be restored"
534
  msgstr ""
535
 
536
+ #: restorer.php:1814
537
  msgid "Processing table (%s)"
538
  msgstr ""
539
 
540
+ #: restorer.php:1595
541
  msgid "Backup of: %s"
542
  msgstr ""
543
 
545
  msgid "The client has been deleted from the Google Drive API console. Please create a new Google Drive project and reconnect with UpdraftPlus."
546
  msgstr ""
547
 
548
+ #: methods/dropbox.php:569
549
  msgid "%s de-authentication"
550
  msgstr ""
551
 
552
+ #: methods/dropbox.php:537
553
  msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
554
  msgstr ""
555
 
556
+ #: methods/dropbox.php:511
557
  msgid "Follow this link to deauthenticate with %s."
558
  msgstr ""
559
 
561
  msgid "UpdraftCentral enables control of your WordPress sites (including management of backups and updates) from a central dashboard."
562
  msgstr ""
563
 
564
+ #: backup.php:1495
565
  msgid "If not, you will need to either remove data from this table, or contact your hosting company to request more resources."
566
  msgstr ""
567
 
569
  msgid "You have selected a remote storage option which has an authorization step to complete:"
570
  msgstr ""
571
 
572
+ #: admin.php:1391
573
  msgid "Remote files deleted:"
574
  msgstr ""
575
 
576
+ #: admin.php:1390
577
  msgid "Local files deleted:"
578
  msgstr ""
579
 
580
+ #: admin.php:887 admin.php:891 admin.php:899 admin.php:903
581
  msgid "Follow this link to authorize access to your %s account (you will not be able to back up to %s without it)."
582
  msgstr ""
583
 
584
+ #: admin.php:673
585
  msgid "remote files deleted"
586
  msgstr ""
587
 
588
+ #: admin.php:671
589
  msgid "Complete"
590
  msgstr ""
591
 
592
+ #: admin.php:670
593
  msgid "Do you want to carry out the import?"
594
  msgstr ""
595
 
596
+ #: admin.php:669
597
  msgid "Which was exported on:"
598
  msgstr ""
599
 
600
+ #: admin.php:668
601
  msgid "This will import data from:"
602
  msgstr ""
603
 
604
+ #: admin.php:667
605
  msgid "Importing..."
606
  msgstr ""
607
 
608
+ #: admin.php:664
609
  msgid "You have not yet selected a file to import."
610
  msgstr ""
611
 
612
+ #: admin.php:648
613
  msgid "Your export file will be of your displayed settings, not your saved ones."
614
  msgstr ""
615
 
654
  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"
655
  msgstr ""
656
 
657
+ #: admin.php:2096
658
  msgid "To fix this problem go here."
659
  msgstr ""
660
 
661
+ #: admin.php:2096
662
  msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
663
  msgstr ""
664
 
665
+ #: admin.php:633
666
  msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
667
  msgstr ""
668
 
722
  msgid "FAQs"
723
  msgstr ""
724
 
725
+ #: udaddons/plugin-updates/plugin-update-checker.php:824
726
  msgid "Unknown update checker status \"%s\""
727
  msgstr ""
728
 
729
+ #: udaddons/plugin-updates/plugin-update-checker.php:822
730
  msgid "A new version of this plugin is available."
731
  msgstr ""
732
 
733
+ #: udaddons/plugin-updates/plugin-update-checker.php:820
734
  msgid "This plugin is up to date."
735
  msgstr ""
736
 
737
+ #: udaddons/plugin-updates/plugin-update-checker.php:776
738
  msgid "Check for updates"
739
  msgstr ""
740
 
741
+ #: udaddons/plugin-updates/github-checker.php:119
742
  msgid "There is no changelog available."
743
  msgstr ""
744
 
766
  msgid "Public key was sent to:"
767
  msgstr ""
768
 
769
+ #: backup.php:2054
770
  msgid "Failed to open directory (check the file permissions and ownership): %s"
771
  msgstr ""
772
 
773
+ #: backup.php:2032
774
  msgid "%s: unreadable file - could not be backed up (check the file permissions and ownership)"
775
  msgstr ""
776
 
836
  msgid "This backup archive is %s MB in size - the attempt to send this via email is likely to fail (few email servers allow attachments of this size). If so, you should switch to using a different remote storage method."
837
  msgstr ""
838
 
839
+ #: class-updraftplus.php:1484
840
  msgid "Size: %s MB"
841
  msgstr ""
842
 
856
  msgid "Now"
857
  msgstr ""
858
 
859
+ #: class-updraftplus.php:3913 restorer.php:996
860
  msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
861
  msgstr ""
862
 
978
  msgid "UpdraftCentral Connection"
979
  msgstr ""
980
 
981
+ #: backup.php:837 class-updraftplus.php:2715
982
  msgid "The backup was aborted by the user"
983
  msgstr ""
984
 
985
+ #: admin.php:3953
986
  msgid "Your settings have been saved."
987
  msgstr ""
988
 
989
+ #: admin.php:3146
990
  msgid "Total backup size:"
991
  msgstr ""
992
 
993
+ #: admin.php:2593
994
  msgid "stop"
995
  msgstr ""
996
 
997
+ #: admin.php:2431
998
  msgid "The backup has finished running"
999
  msgstr ""
1000
 
1020
  msgid "calculate"
1021
  msgstr ""
1022
 
1023
+ #: admin.php:647
1024
  msgid "You should save your changes to ensure that they are used for making your backup."
1025
  msgstr ""
1026
 
1027
+ #: admin.php:641
1028
  msgid "We requested to delete the file, but could not understand the server's response"
1029
  msgstr ""
1030
 
1031
+ #: admin.php:640
1032
  msgid "Please enter a valid URL"
1033
  msgstr ""
1034
 
1035
+ #: admin.php:623
1036
  msgid "Saving..."
1037
  msgstr ""
1038
 
1039
+ #: admin.php:586
1040
  msgid "Error: the server sent us a response which we did not understand."
1041
  msgstr ""
1042
 
1043
+ #: admin.php:578
1044
  msgid "Fetching..."
1045
  msgstr ""
1046
 
1052
  msgid "Barracuda have closed down Copy.Com, as of May 1st, 2016. See:"
1053
  msgstr ""
1054
 
1055
+ #: restorer.php:1618
1056
  msgid "Uploads URL:"
1057
  msgstr ""
1058
 
1059
+ #: backup.php:388
1060
  msgid "Unexpected error: no class '%s' was found (your UpdraftPlus installation seems broken - try re-installing)"
1061
  msgstr ""
1062
 
1064
  msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
1065
  msgstr ""
1066
 
1067
+ #: restorer.php:2019
1068
  msgid "Skipping table %s: this table will not be restored"
1069
  msgstr ""
1070
 
1071
+ #: class-updraftplus.php:3964 restorer.php:1642
1072
  msgid "To import an ordinary WordPress site into a multisite installation requires %s."
1073
  msgstr ""
1074
 
1075
+ #: class-updraftplus.php:3960
1076
  msgid "Please read this link for important information on this process."
1077
  msgstr ""
1078
 
1079
+ #: class-updraftplus.php:3960
1080
  msgid "It will be imported as a new site."
1081
  msgstr ""
1082
 
1083
+ #: admin.php:2244 templates/wp-admin/notices/horizontal-notice.php:16
1084
  #: templates/wp-admin/notices/horizontal-notice.php:18
1085
  msgid "Dismiss"
1086
  msgstr ""
1087
 
1088
+ #: admin.php:659
1089
  msgid "Please fill in the required information."
1090
  msgstr ""
1091
 
1092
+ #: addons/multisite.php:556
1093
  msgid "Read more..."
1094
  msgstr ""
1095
 
1096
+ #: addons/multisite.php:556
1097
  msgid "N.B. this option only affects the restoration of the database and uploads - other file entities (such as plugins) in WordPress are shared by the whole network."
1098
  msgstr ""
1099
 
1100
+ #: addons/multisite.php:547
1101
  msgid "may include some site-wide data"
1102
  msgstr ""
1103
 
1104
+ #: addons/multisite.php:542
1105
  msgid "All sites"
1106
  msgstr ""
1107
 
1108
+ #: addons/multisite.php:538
1109
  msgid "Which site to restore"
1110
  msgstr ""
1111
 
1112
+ #: addons/multisite.php:374 addons/multisite.php:384
1113
  msgid "Restoring only the site with id=%s: removing other data (if any) from the unpacked backup"
1114
  msgstr ""
1115
 
1157
  msgid "Call WordPress action:"
1158
  msgstr ""
1159
 
1160
+ #: admin.php:2279
1161
  msgid "Your saved settings also affect what is backed up - e.g. files excluded."
1162
  msgstr ""
1163
 
1164
+ #: admin.php:3554
1165
  msgid "Skipping: this archive was already restored."
1166
  msgstr ""
1167
 
1193
  msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
1194
  msgstr ""
1195
 
1196
+ #: admin.php:3835
1197
  msgid "Send this backup to remote storage"
1198
  msgstr ""
1199
 
1200
+ #: admin.php:3833
1201
  msgid "Check out UpdraftPlus Vault."
1202
  msgstr ""
1203
 
1204
+ #: admin.php:3833
1205
  msgid "Not got any remote storage?"
1206
  msgstr ""
1207
 
1208
+ #: admin.php:3833
1209
  msgid "settings"
1210
  msgstr ""
1211
 
1212
+ #: admin.php:3833
1213
  msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
1214
  msgstr ""
1215
 
1216
+ #: admin.php:2277
1217
  msgid "Include any files in the backup"
1218
  msgstr ""
1219
 
1220
+ #: admin.php:2263
1221
  msgid "Include the database in the backup"
1222
  msgstr ""
1223
 
1224
+ #: admin.php:2243
1225
  msgid "Continue restoration"
1226
  msgstr ""
1227
 
1228
+ #: admin.php:2238
1229
  msgid "You have an unfinished restoration operation, begun %s ago."
1230
  msgstr ""
1231
 
1232
+ #: admin.php:2237
1233
  msgid "Unfinished restoration"
1234
  msgstr ""
1235
 
1236
+ #: admin.php:2235
1237
  msgid "%s minutes, %s seconds"
1238
  msgstr ""
1239
 
1240
+ #: admin.php:2182
1241
  msgid "Backup Contents And Schedule"
1242
  msgstr ""
1243
 
1245
  msgid "Premium / Extensions"
1246
  msgstr ""
1247
 
1248
+ #: admin.php:1962 admin.php:1971
1249
  msgid "Sufficient information about the in-progress restoration operation could not be found."
1250
  msgstr ""
1251
 
1252
+ #: admin.php:646
1253
  msgctxt "(verb)"
1254
  msgid "Download"
1255
  msgstr ""
1256
 
1257
+ #: admin.php:571
1258
  msgid "You have chosen to backup files, but no file entities have been selected"
1259
  msgstr ""
1260
 
1261
+ #: admin.php:480
1262
  msgid "Extensions"
1263
  msgstr ""
1264
 
1265
+ #: admin.php:472 templates/wp-admin/settings/tab-bar.php:8
1266
  msgid "Advanced Tools"
1267
  msgstr ""
1268
 
1395
  msgid "Could not access container"
1396
  msgstr ""
1397
 
1398
+ #: class-updraftplus.php:2732
1399
  msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
1400
  msgstr ""
1401
 
1402
+ #: backup.php:1547
1403
  msgid "the options table was not found"
1404
  msgstr ""
1405
 
1406
+ #: backup.php:1545
1407
  msgid "no options or sitemeta table was found"
1408
  msgstr ""
1409
 
1410
+ #: backup.php:1545 backup.php:1547
1411
  msgid "The database backup appears to have failed"
1412
  msgstr ""
1413
 
1414
+ #: backup.php:1419
1415
  msgid "The backup directory is not writable (or disk space is full) - the database backup is expected to shortly fail."
1416
  msgstr ""
1417
 
1499
  msgid "You do not have UpdraftPlus completely installed - please de-install and install it again. Most likely, WordPress malfunctioned when copying the plugin files."
1500
  msgstr ""
1501
 
1502
+ #: restorer.php:778
1503
  msgid "Deferring..."
1504
  msgstr ""
1505
 
1528
  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)."
1529
  msgstr ""
1530
 
1531
+ #: admin.php:1389
1532
  msgid "Backup sets removed:"
1533
  msgstr ""
1534
 
1535
+ #: admin.php:658
1536
  msgid "Processing..."
1537
  msgstr ""
1538
 
1539
+ #: admin.php:656
1540
  msgid "For backups older than"
1541
  msgstr ""
1542
 
1543
+ #: admin.php:655
1544
  msgid "week(s)"
1545
  msgstr ""
1546
 
1547
+ #: admin.php:654
1548
  msgid "hour(s)"
1549
  msgstr ""
1550
 
1551
+ #: admin.php:653
1552
  msgid "day(s)"
1553
  msgstr ""
1554
 
1555
+ #: admin.php:652
1556
  msgid "in the month"
1557
  msgstr ""
1558
 
1559
+ #: admin.php:651
1560
  msgid "day"
1561
  msgstr ""
1562
 
1568
  msgid "Add an additional retention rule..."
1569
  msgstr ""
1570
 
1571
+ #: restorer.php:2116
1572
  msgid "This database needs to be deployed on MySQL version %s or later."
1573
  msgstr ""
1574
 
1575
+ #: restorer.php:2116
1576
  msgid "This problem is caused by trying to restore a database on a very old MySQL version that is incompatible with the source database."
1577
  msgstr ""
1578
 
1580
  msgid "You do not currently have any UpdraftPlus Vault quota"
1581
  msgstr ""
1582
 
1583
+ #: class-updraftplus.php:3999
1584
  msgid "You must upgrade MySQL to be able to use this database."
1585
  msgstr ""
1586
 
1587
+ #: class-updraftplus.php:3999
1588
  msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
1589
  msgstr ""
1590
 
1591
+ #: admin.php:2081
1592
  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."
1593
  msgstr ""
1594
 
1616
  msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
1617
  msgstr ""
1618
 
1619
+ #: admin.php:895
1620
  msgid "Go to the remote storage settings in order to connect."
1621
  msgstr ""
1622
 
1623
+ #: admin.php:895
1624
  msgid "%s has been chosen for remote storage, but you are not currently connected."
1625
  msgstr ""
1626
 
1628
  msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
1629
  msgstr ""
1630
 
1631
+ #: admin.php:629
1632
  msgid "Update quota count"
1633
  msgstr ""
1634
 
1635
+ #: admin.php:628
1636
  msgid "Counting..."
1637
  msgstr ""
1638
 
1639
+ #: admin.php:627
1640
  msgid "Disconnecting..."
1641
  msgstr ""
1642
 
1643
+ #: admin.php:625
1644
  msgid "Connecting..."
1645
  msgstr ""
1646
 
1666
  msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
1667
  msgstr ""
1668
 
1669
+ #: admin.php:626 methods/updraftvault.php:362
1670
  msgid "Disconnect"
1671
  msgstr ""
1672
 
1760
  msgid "Delete failed:"
1761
  msgstr ""
1762
 
1763
+ #: backup.php:2994
1764
  msgid "The zip engine returned the message: %s."
1765
  msgstr ""
1766
 
1784
  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."
1785
  msgstr ""
1786
 
1787
+ #: addons/migrator.php:1742 admin.php:635
1788
  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."
1789
  msgstr ""
1790
 
1856
  msgid "This storage method does not allow downloading"
1857
  msgstr ""
1858
 
1859
+ #: admin.php:3314
1860
  msgid "(backup set imported from remote location)"
1861
  msgstr ""
1862
 
1876
  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."
1877
  msgstr ""
1878
 
1879
+ #: addons/migrator.php:1770 admin.php:642
1880
  msgid "Testing connection..."
1881
  msgstr ""
1882
 
1883
+ #: admin.php:639
1884
  msgid "Deleting..."
1885
  msgstr ""
1886
 
1887
+ #: admin.php:638
1888
  msgid "key name"
1889
  msgstr ""
1890
 
1891
+ #: admin.php:636
1892
  msgid "Please give this key a name (e.g. indicate the site it is for):"
1893
  msgstr ""
1894
 
1895
+ #: admin.php:633
1896
  msgid "Creating..."
1897
  msgstr ""
1898
 
1916
  msgid "Or, send a backup to another site"
1917
  msgstr ""
1918
 
1919
+ #: addons/migrator.php:1937 admin.php:643
1920
  msgid "Send"
1921
  msgstr ""
1922
 
1923
+ #: addons/migrator.php:1931 admin.php:634
1924
  msgid "Send to site:"
1925
  msgstr ""
1926
 
1984
  msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
1985
  msgstr ""
1986
 
1987
+ #: addons/migrator.php:2180 admin.php:631
1988
  msgid "Add site"
1989
  msgstr ""
1990
 
1991
+ #: admin.php:630
1992
  msgid "Adding..."
1993
  msgstr ""
1994
 
1996
  msgid "Claim not granted - perhaps you have already used this purchase somewhere else, or your paid period for downloading from updraftplus.com has expired?"
1997
  msgstr ""
1998
 
1999
+ #: restorer.php:2118
2000
  msgid "To use this backup, your database server needs to support the %s character set."
2001
  msgstr ""
2002
 
2020
  msgid "To import a backup set, go to the \"Existing Backups\" tab"
2021
  msgstr ""
2022
 
2023
+ #: admin.php:622 admin.php:647 admin.php:648
2024
  msgid "You have made changes to your settings, and not saved."
2025
  msgstr ""
2026
 
2217
  msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
2218
  msgstr ""
2219
 
2220
+ #: restorer.php:2221
2221
  msgid "Uploads path (%s) has changed during a migration - resetting (to: %s)"
2222
  msgstr ""
2223
 
2282
  msgid "(at same time as files backup)"
2283
  msgstr ""
2284
 
2285
+ #: admin.php:2840
2286
  msgid "No backup has been completed"
2287
  msgstr ""
2288
 
2326
  msgid "You are currently using the free version of UpdraftPlus from wordpress.org."
2327
  msgstr ""
2328
 
2329
+ #: addons/autobackup.php:991
2330
  msgid "Backup (where relevant) plugins, themes and the WordPress database with UpdraftPlus before updating"
2331
  msgstr ""
2332
 
2345
  msgid "or"
2346
  msgstr ""
2347
 
2348
+ #: admin.php:616
2349
  msgid "You did not select any components to restore. Please select at least one, and then try again."
2350
  msgstr ""
2351
 
2376
  msgid "Check this box to have a basic report sent to"
2377
  msgstr ""
2378
 
2379
+ #: admin.php:2849
2380
  msgctxt "i.e. Non-automatic"
2381
  msgid "Manual"
2382
  msgstr ""
2383
 
2384
+ #: restorer.php:2095
2385
  msgctxt "The user is being told the number of times an error has happened, e.g. An error (27) occurred"
2386
  msgid "An error (%s) occurred:"
2387
  msgstr ""
2394
  msgid "Any other file/directory on your server that you wish to back up"
2395
  msgstr ""
2396
 
2397
+ #: admin.php:2098
2398
  msgid "For even more features and personal support, check out "
2399
  msgstr ""
2400
 
2401
+ #: restorer.php:2101
2402
  msgid "Create table failed - probably because there is no permission to drop tables and the table already exists; will continue"
2403
  msgstr ""
2404
 
2405
+ #: restorer.php:1233
2406
  msgid "Clearing cached pages (%s)..."
2407
  msgstr ""
2408
 
2409
+ #: addons/moredatabase.php:50
2410
  msgid "Database decryption phrase"
2411
  msgstr ""
2412
 
2413
+ #: addons/autobackup.php:131 addons/autobackup.php:966 admin.php:621
 
2414
  msgid "Automatic backup before update"
2415
  msgstr ""
2416
 
2498
  msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
2499
  msgstr ""
2500
 
2501
+ #: admin.php:2431 admin.php:3337
2502
  msgid "View Log"
2503
  msgstr ""
2504
 
2515
  msgid "and retain this many scheduled backups"
2516
  msgstr ""
2517
 
2518
+ #: admin.php:2810
2519
  msgid "incremental backup; base backup: %s"
2520
  msgstr ""
2521
 
2527
  msgid "Upload files into UpdraftPlus."
2528
  msgstr ""
2529
 
2530
+ #: admin.php:846 includes/class-commands.php:363
2531
  #: templates/wp-admin/settings/tab-status.php:22
2532
  msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
2533
  msgstr ""
2534
 
2535
+ #: class-updraftplus.php:3949
2536
  msgid "Backup label:"
2537
  msgstr ""
2538
 
2539
+ #: admin.php:1625
2540
  msgid "Error: unexpected file read fail"
2541
  msgstr ""
2542
 
2543
+ #: backup.php:3000
2544
  msgid "check your log for more details."
2545
  msgstr ""
2546
 
2547
+ #: backup.php:2998
2548
  msgid "your web hosting account appears to be full; please see: %s"
2549
  msgstr ""
2550
 
2551
+ #: backup.php:2996
2552
  msgid "A zip error occurred"
2553
  msgstr ""
2554
 
2576
  msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
2577
  msgstr ""
2578
 
2579
+ #: class-updraftplus.php:3968
2580
  msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
2581
  msgstr ""
2582
 
2583
+ #: class-updraftplus.php:3968
2584
  msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
2585
  msgstr ""
2586
 
2616
  msgid "You need to connect to receive future updates to UpdraftPlus."
2617
  msgstr ""
2618
 
2619
+ #: class-updraftplus.php:3941
2620
  msgid "Any support requests to do with %s should be raised with your web hosting company."
2621
  msgstr ""
2622
 
2623
+ #: class-updraftplus.php:3941
2624
  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."
2625
  msgstr ""
2626
 
2627
+ #: class-updraftplus.php:3941
2628
  msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
2629
  msgstr ""
2630
 
2631
+ #: class-updraftplus.php:3941
2632
  msgid "The site in this backup was running on a webserver with version %s of %s. "
2633
  msgstr ""
2634
 
2653
  msgid "UpdraftPlus is on social media - check us out!"
2654
  msgstr ""
2655
 
2656
+ #: admin.php:3398
2657
  msgid "Why am I seeing this?"
2658
  msgstr "Per què estic veient això ?"
2659
 
2665
  msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
2666
  msgstr "Prem aquí per cercar nous conjunts de còpies de seguretat que s'han pujat al directori UpdraftPlus (dins l'espai del seu servidor web)."
2667
 
2668
+ #: admin.php:1573 admin.php:1585
2669
  msgid "Start backup"
2670
  msgstr "Iniciar còpia de seguretat"
2671
 
2672
+ #: class-updraftplus.php:3913 restorer.php:996
2673
  msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
2674
  msgstr "S'està utilitzant el servidor web %s però no sembla tenir el mòdul %s carregat."
2675
 
2676
+ #: admin.php:2754
2677
  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."
2678
  msgstr "Consultar amb el proveïdor d'allotjament web com establir permisos d'escriptura dins del directori per un plugin de WordPress. "
2679
 
2681
  msgid "Unless you have a problem, you can completely ignore everything here."
2682
  msgstr "Llevat que tinguis un problema, pots ignorar completament tot el que apareix aquí."
2683
 
2684
+ #: admin.php:1784
2685
  msgid "This file could not be uploaded"
2686
  msgstr "No s'ha pogut carregar aquest fitxer"
2687
 
2688
+ #: admin.php:1749
2689
  msgid "You will find more information about this in the Settings section."
2690
  msgstr "Més informació sobre això en la secció Configuració."
2691
 
2705
  msgid "Memory limit"
2706
  msgstr "Límit de memòria"
2707
 
2708
+ #: class-updraftplus.php:4071 restorer.php:1441
2709
  msgid "restoration"
2710
  msgstr "Restauració"
2711
 
2712
+ #: restorer.php:2046
2713
  msgid "Table to be implicitly dropped: %s"
2714
  msgstr "Taula d'elements exclosos implicitament: %s."
2715
 
2716
+ #: backup.php:832
2717
  msgid "Incremental"
2718
  msgstr "Incremental"
2719
 
2720
+ #: backup.php:832
2721
  msgid "Full backup"
2722
  msgstr "Còpia de seguretat completa"
2723
 
2733
  msgid "Backup succeeded"
2734
  msgstr "Còpia de seguretat executada correctament"
2735
 
2736
+ #: admin.php:2850 admin.php:2851 admin.php:2852 updraftplus.php:92
2737
  #: updraftplus.php:93
2738
  msgid "Every %s hours"
2739
  msgstr "Cada %s hores"
2772
  msgid "search term"
2773
  msgstr "terme de cerca"
2774
 
2775
+ #: restorer.php:2123
2776
  msgid "Too many database errors have occurred - aborting"
2777
  msgstr "Hi han hagut masses errors amb la base de dades - abortant"
2778
 
2779
+ #: backup.php:898
2780
  msgid "read more at %s"
2781
  msgstr "Llegir més a %s"
2782
 
2783
+ #: backup.php:898
2784
  msgid "Email reports created by UpdraftPlus (free edition) bring you the latest UpdraftPlus.com news"
2785
  msgstr ""
2786
 
2788
  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."
2789
  msgstr ""
2790
 
2791
+ #: admin.php:3166
2792
  msgid "You have not yet made any backups."
2793
  msgstr ""
2794
 
2808
  msgid "Free disk space in account:"
2809
  msgstr ""
2810
 
2811
+ #: admin.php:3924 templates/wp-admin/settings/tab-status.php:27
2812
  msgid "This button is disabled because your backup directory is not writable (see the settings)."
2813
  msgstr ""
2814
 
2815
+ #: admin.php:456 admin.php:590 admin.php:1438
2816
  #: includes/deprecated-actions.php:30
2817
  #: templates/wp-admin/settings/downloading-and-restoring.php:22
2818
  #: templates/wp-admin/settings/tab-bar.php:6
2819
  msgid "Existing Backups"
2820
  msgstr ""
2821
 
2822
+ #: admin.php:448 templates/wp-admin/settings/tab-bar.php:5
2823
  msgid "Current Status"
2824
  msgstr ""
2825
 
2826
+ #: admin.php:851
2827
  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."
2828
  msgstr ""
2829
 
2830
+ #: admin.php:851
2831
  msgid "To make a backup, just press the Backup Now button."
2832
  msgstr ""
2833
 
2834
+ #: admin.php:851
2835
  msgid "Welcome to UpdraftPlus!"
2836
  msgstr ""
2837
 
2838
+ #: addons/moredatabase.php:304
2839
  msgid "If you enter text here, it is used to encrypt database backups (Rijndael). <strong>Do make a separate record of it and do not lose it, or all your backups <em>will</em> be useless.</strong> This is also the key used to decrypt backups from this admin interface (so if you change it, then automatic decryption will not work until you change it back)."
2840
  msgstr ""
2841
 
2842
+ #: addons/moredatabase.php:255
2843
  msgid "Testing..."
2844
  msgstr ""
2845
 
2846
+ #: addons/moredatabase.php:242
2847
  msgid "Test connection..."
2848
  msgstr ""
2849
 
2850
+ #: addons/moredatabase.php:241
2851
  msgid "Table prefix"
2852
  msgstr ""
2853
 
2854
+ #: addons/moredatabase.php:235
2855
  msgid "Backup external database"
2856
  msgstr ""
2857
 
2858
+ #: addons/moredatabase.php:163
2859
  msgid "Add an external database to backup..."
2860
  msgstr ""
2861
 
2862
+ #: addons/moredatabase.php:159
2863
  msgid "If your database includes extra tables that are not part of this WordPress site (you will know if this is the case), then activate this option to also back them up."
2864
  msgstr ""
2865
 
2866
+ #: addons/moredatabase.php:158
2867
  msgid "Backup non-WordPress tables contained in the same database as WordPress"
2868
  msgstr ""
2869
 
2870
+ #: addons/moredatabase.php:158
2871
  msgid "This option will cause tables stored in the MySQL database which do not belong to WordPress (identified by their lacking the configured WordPress prefix, %s) to also be backed up."
2872
  msgstr ""
2873
 
2874
+ #: addons/moredatabase.php:143
2875
  msgid "Connection failed."
2876
  msgstr ""
2877
 
2878
+ #: addons/moredatabase.php:141
2879
  msgid "Connection succeeded."
2880
  msgstr ""
2881
 
2882
+ #: addons/moredatabase.php:123
2883
  msgid "%s total table(s) found; %s with the indicated prefix."
2884
  msgstr ""
2885
 
2886
+ #: addons/moredatabase.php:117
2887
  msgid "%s table(s) found."
2888
  msgstr ""
2889
 
2890
+ #: addons/moredatabase.php:90
2891
  msgid "database connection attempt failed"
2892
  msgstr ""
2893
 
2894
+ #: addons/moredatabase.php:79
2895
  msgid "database name"
2896
  msgstr ""
2897
 
2898
+ #: addons/moredatabase.php:77
2899
  msgid "host"
2900
  msgstr ""
2901
 
2902
+ #: addons/moredatabase.php:75
2903
  msgid "user"
2904
  msgstr ""
2905
 
2906
+ #: class-updraftplus.php:1481
2907
  msgid "External database (%s)"
2908
  msgstr ""
2909
 
2920
  msgid "However, subsequent access attempts failed:"
2921
  msgstr ""
2922
 
2923
+ #: admin.php:3191
2924
  msgid "External database"
2925
  msgstr ""
2926
 
2952
  msgid "use UpdraftPlus Premium"
2953
  msgstr ""
2954
 
2955
+ #: class-updraftplus.php:3831
2956
  msgid "Decryption failed. The database file is encrypted."
2957
  msgstr ""
2958
 
2960
  msgid "Only the WordPress database can be restored; you will need to deal with the external database manually."
2961
  msgstr ""
2962
 
2963
+ #: restorer.php:1702 restorer.php:2068 restorer.php:2105 restorer.php:2118
2964
  msgid "An error occurred on the first %s command - aborting run"
2965
  msgstr ""
2966
 
2967
+ #: addons/moredatabase.php:98 backup.php:1360
2968
  msgid "Connection failed: check your access details, that the database server is up, and that the network connection is not firewalled."
2969
  msgstr ""
2970
 
2971
+ #: backup.php:1360
2972
  msgid "database connection attempt failed."
2973
  msgstr ""
2974
 
3037
  msgid "Failed to upload %s"
3038
  msgstr ""
3039
 
3040
+ #: methods/dropbox.php:612 methods/dropbox.php:614
3041
  msgid "Success:"
3042
  msgstr ""
3043
 
3044
+ #: addons/onedrive.php:997 methods/dropbox.php:513
3045
  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."
3046
  msgstr ""
3047
 
3048
+ #: addons/onedrive.php:995 methods/dropbox.php:510
3049
  msgid "(You appear to be already authenticated)."
3050
  msgstr ""
3051
 
3052
+ #: methods/dropbox.php:505 methods/dropbox.php:511 methods/dropbox.php:513
3053
  msgid "Dropbox"
3054
  msgstr ""
3055
 
3056
+ #: addons/onedrive.php:994 methods/dropbox.php:505
3057
  msgid "Authenticate with %s"
3058
  msgstr ""
3059
 
3084
  msgid "%s error - failed to access the container"
3085
  msgstr ""
3086
 
3087
+ #: addons/googlecloud.php:902 addons/onedrive.php:996 methods/dropbox.php:520
3088
  #: methods/googledrive.php:970
3089
  msgid "Account holder's name: %s."
3090
  msgstr ""
3131
  msgid "This remote storage method (%s) requires PHP %s or later."
3132
  msgstr ""
3133
 
3134
+ #: admin.php:3743
3135
  msgid "Theme directory (%s) not found, but lower-case version exists; updating database option accordingly"
3136
  msgstr ""
3137
 
3149
  msgid "This feature requires %s version %s or later"
3150
  msgstr ""
3151
 
3152
+ #: restorer.php:2251
3153
  msgid "Elegant themes theme builder plugin data detected: resetting temporary folder"
3154
  msgstr ""
3155
 
3186
  msgstr ""
3187
 
3188
  #: addons/azure.php:510 addons/migrator.php:2198 addons/sftp.php:376
3189
+ #: admin.php:637
3190
  msgid "Key"
3191
  msgstr ""
3192
 
3202
  msgid "SCP/SFTP password/key"
3203
  msgstr ""
3204
 
3205
+ #: admin.php:3226
3206
  msgid "Files backup (created by %s)"
3207
  msgstr ""
3208
 
3209
+ #: admin.php:3226
3210
  msgid "Files and database WordPress backup (created by %s)"
3211
  msgstr ""
3212
 
3213
+ #: addons/importer.php:261 admin.php:3220 class-updraftplus.php:2514
3214
  msgid "Backup created by: %s."
3215
  msgstr ""
3216
 
3217
+ #: admin.php:3189
3218
  msgid "Database (created by %s)"
3219
  msgstr ""
3220
 
3221
+ #: admin.php:3183 admin.php:3222
3222
  msgid "unknown source"
3223
  msgstr ""
3224
 
3230
  msgid "Upload backup files"
3231
  msgstr ""
3232
 
3233
+ #: admin.php:1828
3234
  msgid "This backup was created by %s, and can be imported."
3235
  msgstr ""
3236
 
3237
+ #: admin.php:880
3238
  msgid "Read this page for a guide to possible causes and how to fix it."
3239
  msgstr ""
3240
 
3241
+ #: admin.php:880
3242
  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."
3243
  msgstr ""
3244
 
3245
+ #: admin.php:602 class-updraftplus.php:2521
3246
  msgid "If this is a backup created by a different backup plugin, then UpdraftPlus Premium may be able to help you."
3247
  msgstr ""
3248
 
3249
+ #: admin.php:601
3250
  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."
3251
  msgstr ""
3252
 
3253
+ #: admin.php:601 admin.php:602 class-updraftplus.php:2521
3254
  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))."
3255
  msgstr ""
3256
 
3257
+ #: admin.php:3223 includes/class-wpadmin-commands.php:143 restorer.php:1410
3258
  msgid "Backup created by unknown source (%s) - cannot be restored."
3259
  msgstr ""
3260
 
3261
+ #: restorer.php:820 restorer.php:868
3262
  msgid "The WordPress content folder (wp-content) was not found in this zip file."
3263
  msgstr ""
3264
 
3265
+ #: restorer.php:684
3266
  msgid "This version of UpdraftPlus does not know how to handle this type of foreign backup"
3267
  msgstr ""
3268
 
3269
+ #: methods/dropbox.php:300
3270
  msgid "%s returned an unexpected HTTP response: %s"
3271
  msgstr ""
3272
 
3279
  msgid "No settings were found"
3280
  msgstr ""
3281
 
3282
+ #: class-updraftplus.php:2642
3283
  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."
3284
  msgstr ""
3285
 
3286
+ #: admin.php:568
3287
  msgid "Rescanning remote and local storage for backup sets..."
3288
  msgstr ""
3289
 
3300
  msgid "Log all messages to syslog (only server admins are likely to want this)"
3301
  msgstr ""
3302
 
3303
+ #: addons/morefiles.php:428
3304
  msgid "No backup of location: there was nothing found to back up"
3305
  msgstr ""
3306
 
3307
+ #: addons/moredatabase.php:234 addons/morefiles.php:224
3308
+ #: addons/morefiles.php:245
3309
  msgid "Remove"
3310
  msgstr ""
3311
 
3317
  msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
3318
  msgstr ""
3319
 
3320
+ #: addons/morefiles.php:382 admin.php:2942
3321
  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."
3322
  msgstr ""
3323
 
3324
+ #: restorer.php:2240
3325
  msgid "Custom content type manager plugin data detected: clearing option cache"
3326
  msgstr ""
3327
 
3328
+ #: class-updraftplus.php:4071 methods/ftp.php:284 restorer.php:1441
3329
  msgid "Your hosting company must enable these functions before %s can work."
3330
  msgstr ""
3331
 
3332
+ #: class-updraftplus.php:4071 methods/ftp.php:284 restorer.php:1440
3333
  msgid "Your web server's PHP installation has these functions disabled: %s."
3334
  msgstr ""
3335
 
3345
  msgid "regular non-encrypted FTP"
3346
  msgstr ""
3347
 
3348
+ #: restorer.php:1602
3349
  msgid "Backup created by:"
3350
  msgstr ""
3351
 
3397
  msgid "Dismiss from main dashboard (for %s weeks)"
3398
  msgstr ""
3399
 
3400
+ #: class-updraftplus.php:4121
3401
  msgid "The attempt to undo the double-compression succeeded."
3402
  msgstr ""
3403
 
3404
+ #: class-updraftplus.php:4098 class-updraftplus.php:4119
3405
  msgid "The attempt to undo the double-compression failed."
3406
  msgstr ""
3407
 
3408
+ #: class-updraftplus.php:4091
3409
  msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
3410
  msgstr ""
3411
 
3413
  msgid "Constants"
3414
  msgstr ""
3415
 
3416
+ #: backup.php:1595
3417
  msgid "Failed to open database file for reading:"
3418
  msgstr ""
3419
 
3420
+ #: backup.php:1408
3421
  msgid "No database tables found"
3422
  msgstr ""
3423
 
3424
+ #: backup.php:1406
3425
  msgid "please wait for the rescheduled attempt"
3426
  msgstr ""
3427
 
3429
  msgid "Note that warning messages are advisory - the backup process does not stop for them. Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
3430
  msgstr ""
3431
 
3432
+ #: restorer.php:2134
3433
  msgid "Database queries processed: %d in %.2f seconds"
3434
  msgstr ""
3435
 
3449
  msgid "Errors occurred:"
3450
  msgstr ""
3451
 
3452
+ #: admin.php:3418
3453
  msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
3454
  msgstr ""
3455
 
3469
  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)."
3470
  msgstr ""
3471
 
3472
+ #: restorer.php:675
3473
  msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
3474
  msgstr ""
3475
 
3476
+ #: admin.php:855 class-updraftplus.php:597
3477
  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)"
3478
  msgstr ""
3479
 
3494
  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."
3495
  msgstr ""
3496
 
3497
+ #: admin.php:3751
3498
  msgid "The current theme was not found; to prevent this stopping the site from loading, your theme has been reverted to the default theme"
3499
  msgstr ""
3500
 
3501
+ #: admin.php:2006 admin.php:2016
3502
  msgid "Restore failed..."
3503
  msgstr ""
3504
 
3505
+ #: addons/moredatabase.php:130 admin.php:1227
3506
  msgid "Messages:"
3507
  msgstr ""
3508
 
3509
+ #: restorer.php:1970
3510
  msgid "An SQL line that is larger than the maximum packet size and cannot be split was found; this line will not be processed, but will be dropped: %s"
3511
  msgstr ""
3512
 
3513
+ #: restorer.php:455
3514
  msgid "The directory does not exist"
3515
  msgstr ""
3516
 
3596
  msgid "Rackspace Cloud Files, enhanced"
3597
  msgstr ""
3598
 
3599
+ #: addons/cloudfiles-enhanced.php:275 methods/cloudfiles-new.php:142
3600
  msgid "Cloud Files Container"
3601
  msgstr ""
3602
 
3603
+ #: methods/cloudfiles-new.php:137
3604
  msgid "Cloud Files API Key"
3605
  msgstr ""
3606
 
3607
+ #: methods/cloudfiles-new.php:132
3608
  msgid "To create a new Rackspace API sub-user and API key that has access only to this Rackspace container, use this add-on."
3609
  msgstr ""
3610
 
3611
+ #: methods/cloudfiles-new.php:129
3612
  msgid "Cloud Files Username"
3613
  msgstr ""
3614
 
3615
+ #: addons/cloudfiles-enhanced.php:45 methods/cloudfiles-new.php:115
3616
  msgid "London (LON)"
3617
  msgstr ""
3618
 
3619
+ #: addons/cloudfiles-enhanced.php:44 methods/cloudfiles-new.php:114
3620
  msgid "Hong Kong (HKG)"
3621
  msgstr ""
3622
 
3623
+ #: addons/cloudfiles-enhanced.php:43 methods/cloudfiles-new.php:113
3624
  msgid "Northern Virginia (IAD)"
3625
  msgstr ""
3626
 
3627
+ #: addons/cloudfiles-enhanced.php:42 methods/cloudfiles-new.php:112
3628
  msgid "Chicago (ORD)"
3629
  msgstr ""
3630
 
3631
+ #: addons/cloudfiles-enhanced.php:41 methods/cloudfiles-new.php:111
3632
  msgid "Sydney (SYD)"
3633
  msgstr ""
3634
 
3635
+ #: addons/cloudfiles-enhanced.php:40 methods/cloudfiles-new.php:110
3636
  msgid "Dallas (DFW) (default)"
3637
  msgstr ""
3638
 
3639
+ #: addons/cloudfiles-enhanced.php:271 methods/cloudfiles-new.php:105
3640
  msgid "Cloud Files Storage Region"
3641
  msgstr ""
3642
 
3643
+ #: methods/cloudfiles-new.php:97
3644
  msgid "Accounts created at rackspacecloud.com are US-accounts; accounts created at rackspace.co.uk are UK-based"
3645
  msgstr ""
3646
 
3647
+ #: methods/cloudfiles-new.php:95
3648
  msgid "US or UK-based Rackspace Account"
3649
  msgstr ""
3650
 
3651
+ #: addons/cloudfiles-enhanced.php:255 methods/cloudfiles-new.php:95
3652
  msgid "Accounts created at rackspacecloud.com are US accounts; accounts created at rackspace.co.uk are UK accounts."
3653
  msgstr ""
3654
 
3663
  msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
3664
  msgstr ""
3665
 
3666
+ #: admin.php:615 central/bootstrap.php:513
3667
  msgid "Create"
3668
  msgstr ""
3669
 
3670
+ #: admin.php:577
3671
  msgid "Trying..."
3672
  msgstr ""
3673
 
3674
+ #: admin.php:576
3675
  msgid "The new user's RackSpace console password is (this will not be shown again):"
3676
  msgstr ""
3677
 
3678
+ #: class-updraftplus.php:1493
3679
  msgid "(when decrypted)"
3680
  msgstr ""
3681
 
3682
+ #: admin.php:587 admin.php:3693
3683
  msgid "Error data:"
3684
  msgstr ""
3685
 
3686
+ #: admin.php:3369
3687
  msgid "Backup does not exist in the backup history"
3688
  msgstr ""
3689
 
3690
+ #: admin.php:2375
3691
  msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old). You should press this button to delete them as soon as you have verified that the restoration worked."
3692
  msgstr ""
3693
 
3694
+ #: restorer.php:1674
3695
  msgid "Split line to avoid exceeding maximum packet size"
3696
  msgstr ""
3697
 
3698
+ #: restorer.php:1549
3699
  msgid "Your database user does not have permission to drop tables. We will attempt to restore by simply emptying the tables; this should work as long as you are restoring from a WordPress version with the same database structure (%s)"
3700
  msgstr ""
3701
 
3702
+ #: restorer.php:1368
3703
  msgid "New table prefix: %s"
3704
  msgstr ""
3705
 
3706
+ #: restorer.php:1056
3707
  msgid "File permissions do not allow the old data to be moved and retained; instead, it will be deleted."
3708
  msgstr ""
3709
 
3710
+ #: restorer.php:1026 restorer.php:1040
3711
  msgid "%s: This directory already exists, and will be replaced"
3712
  msgstr ""
3713
 
3739
  msgid "Email reports"
3740
  msgstr ""
3741
 
3742
+ #: class-updraftplus.php:1489 class-updraftplus.php:1494
3743
  msgid "%s checksum: %s"
3744
  msgstr ""
3745
 
3746
+ #: class-updraftplus.php:1462 class-updraftplus.php:1464
3747
  msgid "files: %s"
3748
  msgstr ""
3749
 
3763
  msgid "Debugging information"
3764
  msgstr ""
3765
 
3766
+ #: addons/reporting.php:194 admin.php:3129
3767
  msgid "Uploaded to:"
3768
  msgstr ""
3769
 
3803
  msgid "%d errors, %d warnings"
3804
  msgstr ""
3805
 
3806
+ #: addons/onedrive.php:717 methods/dropbox.php:596
3807
  msgid "%s authentication"
3808
  msgstr ""
3809
 
3810
+ #: addons/onedrive.php:717 class-updraftplus.php:302 methods/dropbox.php:569
3811
+ #: methods/dropbox.php:596 methods/dropbox.php:609 methods/dropbox.php:740
3812
  msgid "%s error: %s"
3813
  msgstr ""
3814
 
3815
+ #: addons/googlecloud.php:815 methods/dropbox.php:480
3816
  msgid "%s logo"
3817
  msgstr ""
3818
 
3832
  msgid "Your site's admin email address (%s) will be used."
3833
  msgstr ""
3834
 
3835
+ #: admin.php:624 methods/updraftvault.php:276 methods/updraftvault.php:321
3836
  #: udaddons/options.php:244
3837
  msgid "Connect"
3838
  msgstr ""
3841
  msgid "For more reporting features, use the Reporting add-on."
3842
  msgstr ""
3843
 
3844
+ #: class-updraftplus.php:3901
3845
  msgid "(version: %s)"
3846
  msgstr ""
3847
 
3848
+ #: addons/reporting.php:438 admin.php:566
3849
  msgid "Be aware that mail servers tend to have size limits; typically around %s Mb; backups larger than any limits will likely not arrive."
3850
  msgstr ""
3851
 
3852
+ #: addons/reporting.php:438 admin.php:565
3853
  msgid "When the Email storage method is enabled, also send the entire backup"
3854
  msgstr ""
3855
 
3856
+ #: addons/reporting.php:153 backup.php:933
3857
  msgid "Latest status:"
3858
  msgstr ""
3859
 
3860
+ #: backup.php:932
3861
  msgid "Backup contains:"
3862
  msgstr ""
3863
 
3864
+ #: backup.php:889
3865
  msgid "Backed up: %s"
3866
  msgstr ""
3867
 
3868
+ #: addons/reporting.php:236 backup.php:883
3869
  msgid "The log file has been attached to this email."
3870
  msgstr ""
3871
 
3872
+ #: backup.php:847
3873
  msgid "Unknown/unexpected error - please raise a support request"
3874
  msgstr ""
3875
 
3876
+ #: backup.php:844
3877
  msgid "Database only (files were not part of this particular schedule)"
3878
  msgstr ""
3879
 
3880
+ #: backup.php:844
3881
  msgid "Database (files backup has not completed)"
3882
  msgstr ""
3883
 
3884
+ #: backup.php:841
3885
  msgid "Files only (database was not part of this particular schedule)"
3886
  msgstr ""
3887
 
3888
+ #: backup.php:841
3889
  msgid "Files (database backup has not completed)"
3890
  msgstr ""
3891
 
3892
+ #: admin.php:229 backup.php:839
3893
  msgid "Files and database"
3894
  msgstr ""
3895
 
3896
+ #: options.php:186
3897
  msgid "(This applies to all WordPress backup plugins unless they have been explicitly coded for multisite compatibility)."
3898
  msgstr ""
3899
 
3900
+ #: options.php:186
3901
  msgid "Without upgrading, UpdraftPlus allows <strong>every</strong> blog admin who can modify plugin settings to back up (and hence access the data, including passwords, from) and restore (including with customised modifications, e.g. changed passwords) <strong>the entire network</strong>."
3902
  msgstr ""
3903
 
3904
+ #: options.php:186
3905
  msgid "WordPress Multisite is supported, with extra features, by UpdraftPlus Premium, or the Multisite add-on."
3906
  msgstr ""
3907
 
3908
+ #: options.php:186
3909
  msgid "This is a WordPress multi-site (a.k.a. network) installation."
3910
  msgstr ""
3911
 
3912
+ #: options.php:186
3913
  msgid "UpdraftPlus warning:"
3914
  msgstr ""
3915
 
3979
  msgid "Reporting"
3980
  msgstr ""
3981
 
3982
+ #: admin.php:4104
3983
  msgid "Options (raw)"
3984
  msgstr ""
3985
 
3986
+ #: addons/reporting.php:436 admin.php:564
3987
  msgid "Send a report only when there are warnings/errors"
3988
  msgstr ""
3989
 
3990
+ #: restorer.php:1613
3991
  msgid "Content URL:"
3992
  msgstr ""
3993
 
3999
  msgid "See also the \"More Files\" add-on from our shop."
4000
  msgstr ""
4001
 
4002
+ #: backup.php:2987 class-updraftplus.php:610
4003
  msgid "Your free space in your hosting account is very low - only %s Mb remain"
4004
  msgstr ""
4005
 
4127
  msgid "You have not yet connected with your UpdraftPlus.Com account, to enable you to list your purchased add-ons."
4128
  msgstr ""
4129
 
4130
+ #: addons/moredatabase.php:299 addons/moredatabase.php:383
4131
  msgid "Without it, encryption will be a lot slower."
4132
  msgstr ""
4133
 
4134
+ #: addons/moredatabase.php:299 addons/moredatabase.php:383
4135
  msgid "Your web-server does not have the %s module installed."
4136
  msgstr ""
4137
 
4143
  msgid "Drop backup files here"
4144
  msgstr ""
4145
 
4146
+ #: admin.php:575
4147
  msgid "The web server returned an error code (try again, or check your web server logs)"
4148
  msgstr ""
4149
 
4150
+ #: admin.php:573
4151
  msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
4152
  msgstr ""
4153
 
4154
+ #: admin.php:570
4155
  msgid "If you exclude both the database and the files, then you have excluded everything!"
4156
  msgstr ""
4157
 
4158
+ #: restorer.php:1607
4159
  msgid "Site home:"
4160
  msgstr ""
4161
 
4167
  msgid "(logs can be found in the UpdraftPlus settings page as normal)..."
4168
  msgstr ""
4169
 
4170
+ #: addons/autobackup.php:252 addons/autobackup.php:996
4171
  msgid "Remember this choice for next time (you will still have the chance to change it)"
4172
  msgstr ""
4173
 
4179
  msgid "You can send a backup to more than one destination with an add-on."
4180
  msgstr ""
4181
 
4182
+ #: admin.php:2593
4183
  msgid "Note: the progress bar below is based on stages, NOT time. Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
4184
  msgstr ""
4185
 
4186
+ #: admin.php:2491
4187
  msgid "(%s%%, file %s of %s)"
4188
  msgstr ""
4189
 
4190
+ #: addons/autobackup.php:253 addons/autobackup.php:1001
4191
  #: addons/lockadmin.php:142
4192
  msgid "Read more about how this works..."
4193
  msgstr ""
4220
  msgid "Backup is of: %s."
4221
  msgstr ""
4222
 
4223
+ #: admin.php:662
4224
  msgid "%s settings test result:"
4225
  msgstr ""
4226
 
4227
+ #: admin.php:3287 admin.php:3289
4228
  msgid "(Not finished)"
4229
  msgstr ""
4230
 
4231
+ #: admin.php:3289
4232
  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."
4233
  msgstr ""
4234
 
4240
  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)."
4241
  msgstr ""
4242
 
4243
+ #: admin.php:2588
4244
  msgid "Job ID: %s"
4245
  msgstr ""
4246
 
4247
+ #: admin.php:2573
4248
  msgid "last activity: %ss ago"
4249
  msgstr ""
4250
 
4251
+ #: admin.php:2572
4252
  msgid "next resumption: %d (after %ss)"
4253
  msgstr ""
4254
 
4255
+ #: admin.php:2555 central/bootstrap.php:405 central/bootstrap.php:412
4256
  #: methods/updraftvault.php:356 methods/updraftvault.php:436
4257
  msgid "Unknown"
4258
  msgstr ""
4259
 
4260
+ #: admin.php:2505
4261
  msgid "Backup finished"
4262
  msgstr ""
4263
 
4264
+ #: admin.php:2500
4265
  msgid "Waiting until scheduled time to retry because of errors"
4266
  msgstr ""
4267
 
4268
+ #: admin.php:2496
4269
  msgid "Pruning old backup sets"
4270
  msgstr ""
4271
 
4272
+ #: admin.php:2484
4273
  msgid "Uploading files to remote storage"
4274
  msgstr ""
4275
 
4276
+ #: admin.php:2553
4277
  msgid "Encrypted database"
4278
  msgstr ""
4279
 
4280
+ #: admin.php:2545
4281
  msgid "Encrypting database"
4282
  msgstr ""
4283
 
4284
+ #: admin.php:2519
4285
  msgid "Created database backup"
4286
  msgstr ""
4287
 
4288
+ #: admin.php:2532
4289
  msgid "table: %s"
4290
  msgstr ""
4291
 
4292
+ #: admin.php:2530
4293
  msgid "Creating database backup"
4294
  msgstr ""
4295
 
4296
+ #: admin.php:2478
4297
  msgid "Created file backup zips"
4298
  msgstr ""
4299
 
4300
+ #: admin.php:2465
4301
  msgid "Creating file backup zips"
4302
  msgstr ""
4303
 
4304
+ #: admin.php:2460
4305
  msgid "Backup begun"
4306
  msgstr ""
4307
 
4308
+ #: admin.php:2303
4309
  msgid "Backups in progress:"
4310
  msgstr ""
4311
 
4312
+ #: admin.php:859
4313
  msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even &quot;Backup Now&quot;) unless either you have set up a facility to call the scheduler manually, or until it is enabled."
4314
  msgstr ""
4315
 
4316
+ #: restorer.php:657
4317
  msgid "file"
4318
  msgstr ""
4319
 
4320
+ #: restorer.php:650
4321
  msgid "folder"
4322
  msgstr ""
4323
 
4324
+ #: restorer.php:650 restorer.php:657
4325
  msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
4326
  msgstr ""
4327
 
4328
+ #: class-updraftplus.php:2739
4329
  msgid "The backup has not finished; a resumption is scheduled"
4330
  msgstr ""
4331
 
4332
+ #: class-updraftplus.php:1734
4333
  msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
4334
  msgstr ""
4335
 
4340
  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)."
4341
  msgstr ""
4342
 
4343
+ #: admin.php:2126
4344
  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)."
4345
  msgstr ""
4346
 
4347
+ #: addons/autobackup.php:1006 admin.php:617
4348
  msgid "Proceed with update"
4349
  msgstr ""
4350
 
4351
+ #: addons/autobackup.php:1005
4352
  msgid "Do not abort after pressing Proceed below - wait for the backup to complete."
4353
  msgstr ""
4354
 
4355
+ #: addons/autobackup.php:113 addons/autobackup.php:982
4356
  msgid "UpdraftPlus Automatic Backups"
4357
  msgstr ""
4358
 
4422
  msgid "Support"
4423
  msgstr ""
4424
 
4425
+ #: class-updraftplus.php:4054
4426
  msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
4427
  msgstr ""
4428
 
4429
+ #: class-updraftplus.php:4046
4430
  msgid "This database backup is missing core WordPress tables: %s"
4431
  msgstr ""
4432
 
4433
+ #: class-updraftplus.php:3934
4434
  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."
4435
  msgstr ""
4436
 
4437
+ #: class-updraftplus.php:3850
4438
  msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
4439
  msgstr ""
4440
 
4441
+ #: addons/autobackup.php:556 admin.php:827
4442
  msgid "Update Theme"
4443
  msgstr ""
4444
 
4445
+ #: addons/autobackup.php:505 admin.php:823
4446
  msgid "Update Plugin"
4447
  msgstr ""
4448
 
4449
+ #: addons/autobackup.php:985 admin.php:696 includes/updraftplus-notices.php:171
4450
  msgid "Be safe with an automatic backup"
4451
  msgstr ""
4452
 
4453
+ #: restorer.php:2219
4454
  msgid "Uploads path (%s) does not exist - resetting (%s)"
4455
  msgstr ""
4456
 
4457
+ #: admin.php:2078
4458
  msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
4459
  msgstr ""
4460
 
4461
+ #: admin.php:611
4462
  msgid "The file was uploaded."
4463
  msgstr ""
4464
 
4465
+ #: admin.php:610
4466
  msgid "Unknown server response status:"
4467
  msgstr ""
4468
 
4469
+ #: admin.php:609
4470
  msgid "Unknown server response:"
4471
  msgstr ""
4472
 
4473
+ #: admin.php:608
4474
  msgid "This decryption key will be attempted:"
4475
  msgstr ""
4476
 
4477
+ #: admin.php:607
4478
  msgid "Follow this link to attempt decryption and download the database file to your computer."
4479
  msgstr ""
4480
 
4481
+ #: admin.php:606
4482
  msgid "Upload error"
4483
  msgstr ""
4484
 
4485
+ #: admin.php:605
4486
  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)."
4487
  msgstr ""
4488
 
4489
+ #: admin.php:604
4490
  msgid "Upload error:"
4491
  msgstr ""
4492
 
4493
+ #: admin.php:603
4494
  msgid "(make sure that you were trying to upload a zip file previously created by UpdraftPlus)"
4495
  msgstr ""
4496
 
4497
+ #: admin.php:594
4498
  msgid "Download to your computer"
4499
  msgstr ""
4500
 
4501
+ #: admin.php:593
4502
  msgid "Delete from your web server"
4503
  msgstr ""
4504
 
4506
  msgid "Examples of S3-compatible storage providers:"
4507
  msgstr ""
4508
 
4509
+ #: admin.php:3643
4510
  msgid "Will not delete any archives after unpacking them, because there was no cloud storage for this backup"
4511
  msgstr ""
4512
 
4513
+ #: admin.php:3260
4514
  msgid "You appear to be missing one or more archives from this multi-archive set."
4515
  msgstr ""
4516
 
4517
+ #: admin.php:3257
4518
  msgid "(%d archive(s) in set)."
4519
  msgstr ""
4520
 
4522
  msgid "Split archives every:"
4523
  msgstr ""
4524
 
4525
+ #: addons/moredatabase.php:272
4526
  msgid "Error: the server sent us a response (JSON) which we did not understand."
4527
  msgstr ""
4528
 
4529
+ #: admin.php:584
4530
  msgid "Warnings:"
4531
  msgstr ""
4532
 
4533
+ #: admin.php:583
4534
  msgid "Error: the server sent an empty response."
4535
  msgstr ""
4536
 
4537
+ #: admin.php:1839
4538
  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?"
4539
  msgstr ""
4540
 
4570
  msgid "No such backup set exists"
4571
  msgstr ""
4572
 
4573
+ #: admin.php:1115
4574
  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"
4575
  msgstr ""
4576
 
4577
+ #: restorer.php:599
4578
  msgid "Failed to move directory (check your file permissions and disk quota): %s"
4579
  msgstr ""
4580
 
4581
+ #: restorer.php:590
4582
  msgid "Failed to move file (check your file permissions and disk quota): %s"
4583
  msgstr ""
4584
 
4586
  msgid "Moving unpacked backup into place..."
4587
  msgstr ""
4588
 
4589
+ #: backup.php:2691 backup.php:2947
4590
  msgid "Failed to open the zip file (%s) - %s"
4591
  msgstr ""
4592
 
4606
  msgid "S3 (Compatible)"
4607
  msgstr ""
4608
 
4609
+ #: admin.php:3564
4610
  msgid "File is not locally present - needs retrieving from remote storage"
4611
  msgstr ""
4612
 
4613
+ #: admin.php:3551
4614
  msgid "Looking for %s archive: file name: %s"
4615
  msgstr ""
4616
 
4617
+ #: admin.php:3512
4618
  msgid "Final checks"
4619
  msgstr ""
4620
 
4626
  msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
4627
  msgstr ""
4628
 
4629
+ #: admin.php:2931
4630
  msgid "Your wp-content directory server path: %s"
4631
  msgstr ""
4632
 
4633
+ #: admin.php:600
4634
  msgid "Raw backup history"
4635
  msgstr ""
4636
 
4638
  msgid "Show raw backup and file list"
4639
  msgstr ""
4640
 
4641
+ #: admin.php:582
4642
  msgid "Processing files - please wait..."
4643
  msgstr ""
4644
 
4645
+ #: admin.php:3695 templates/wp-admin/settings/downloading-and-restoring.php:29
4646
  msgid "Please consult this FAQ for help on what to do about it."
4647
  msgstr ""
4648
 
4650
  msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
4651
  msgstr ""
4652
 
4653
+ #: class-updraftplus.php:3858
4654
  msgid "Failed to open database file."
4655
  msgstr ""
4656
 
4657
+ #: admin.php:4074
 
 
 
 
4658
  msgid "Known backups (raw)"
4659
  msgstr ""
4660
 
4661
+ #: restorer.php:955
4662
  msgid "Unable to enumerate files in that directory."
4663
  msgstr ""
4664
 
4665
+ #: restorer.php:950
4666
  msgid "Files found:"
4667
  msgstr ""
4668
 
4669
+ #: restorer.php:1340
4670
  msgid "Using directory from backup: %s"
4671
  msgstr ""
4672
 
4673
+ #: restorer.php:1804
4674
  msgid "Requested table engine (%s) is not present - changing to MyISAM."
4675
  msgstr ""
4676
 
4678
  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."
4679
  msgstr ""
4680
 
4681
+ #: admin.php:3584
4682
  msgid "file is size:"
4683
  msgstr ""
4684
 
4685
  #: addons/googlecloud.php:855 addons/migrator.php:363 addons/migrator.php:366
4686
+ #: addons/migrator.php:369 admin.php:859 admin.php:2083 backup.php:2994
4687
  #: updraftplus.php:147
4688
  msgid "Go here for more information."
4689
  msgstr ""
4690
 
4691
+ #: admin.php:581
4692
  msgid "Some files are still downloading or being processed - please wait."
4693
  msgstr ""
4694
 
4695
+ #: class-updraftplus.php:3906 class-updraftplus.php:3924
4696
  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."
4697
  msgstr ""
4698
 
4712
  msgid "%s login failure"
4713
  msgstr ""
4714
 
4715
+ #: methods/dropbox.php:425
4716
  msgid "You do not appear to be authenticated with %s"
4717
  msgstr ""
4718
 
4719
+ #: methods/dropbox.php:392
4720
  msgid "Failed to access %s when deleting (see log file for more)"
4721
  msgstr ""
4722
 
4723
+ #: methods/dropbox.php:384
4724
  msgid "You do not appear to be authenticated with %s (whilst deleting)"
4725
  msgstr ""
4726
 
4761
  msgid "%s authentication failed"
4762
  msgstr ""
4763
 
4764
+ #: addons/googlecloud.php:384 addons/migrator.php:462 admin.php:1784
4765
+ #: admin.php:1831 admin.php:1839 class-updraftplus.php:725
4766
+ #: class-updraftplus.php:731 class-updraftplus.php:3829
4767
+ #: class-updraftplus.php:3831 class-updraftplus.php:3964
4768
+ #: class-updraftplus.php:3999 methods/googledrive.php:304 restorer.php:944
4769
  msgid "Error: %s"
4770
  msgstr ""
4771
 
4772
+ #: admin.php:2868
4773
  msgid "Backup directory specified exists, but is <b>not</b> writable."
4774
  msgstr ""
4775
 
4776
+ #: admin.php:2866
4777
  msgid "Backup directory specified does <b>not</b> exist."
4778
  msgstr ""
4779
 
4780
+ #: admin.php:2600 admin.php:2822 class-updraftplus.php:3906
4781
+ #: class-updraftplus.php:3924
4782
  msgid "Warning: %s"
4783
  msgstr ""
4784
 
4786
  msgid "Last backup job run:"
4787
  msgstr ""
4788
 
4789
+ #: backup.php:2713
4790
  msgid "A very large file was encountered: %s (size: %s Mb)"
4791
  msgstr ""
4792
 
4793
+ #: backup.php:2087 backup.php:2119
4794
  msgid "%s: unreadable file - could not be backed up"
4795
  msgstr ""
4796
 
4797
+ #: backup.php:1495
4798
  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"
4799
  msgstr ""
4800
 
4801
+ #: backup.php:1614
4802
  msgid "An error occurred whilst closing the final database file"
4803
  msgstr ""
4804
 
4805
+ #: backup.php:874
4806
  msgid "Warnings encountered:"
4807
  msgstr ""
4808
 
4809
+ #: class-updraftplus.php:2727
4810
  msgid "The backup apparently succeeded (with warnings) and is now complete"
4811
  msgstr ""
4812
 
4862
  msgid "The error reported by %s was:"
4863
  msgstr ""
4864
 
4865
+ #: restorer.php:1359
4866
  msgid "Please supply the requested information, and then continue."
4867
  msgstr ""
4868
 
4869
+ #: restorer.php:2056
4870
  msgid "Cannot drop tables, so deleting instead (%s)"
4871
  msgstr ""
4872
 
4873
+ #: restorer.php:2039
4874
  msgid "Cannot create new tables, so skipping this command (%s)"
4875
  msgstr ""
4876
 
4877
+ #: class-updraftplus.php:3975 restorer.php:1648
4878
  msgid "Site information:"
4879
  msgstr ""
4880
 
4881
+ #: restorer.php:1515
4882
  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."
4883
  msgstr ""
4884
 
4885
+ #: addons/migrator.php:325 admin.php:2078 class-updraftplus.php:3968
4886
+ #: restorer.php:1970
4887
  msgid "Warning:"
4888
  msgstr ""
4889
 
4890
+ #: class-updraftplus.php:3960 restorer.php:162
4891
  msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
4892
  msgstr ""
4893
 
4894
+ #: admin.php:3539
4895
  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."
4896
  msgstr ""
4897
 
4898
+ #: admin.php:2987 methods/updraftvault.php:260
4899
  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."
4900
  msgstr ""
4901
 
4902
+ #: admin.php:618
4903
  msgid "Close"
4904
  msgstr ""
4905
 
4906
+ #: addons/autobackup.php:298 addons/autobackup.php:386 admin.php:574
4907
  #: methods/remotesend.php:71 methods/remotesend.php:79
4908
  #: methods/remotesend.php:220 methods/remotesend.php:237
4909
  msgid "Unexpected response:"
4910
  msgstr ""
4911
 
4912
+ #: addons/reporting.php:434 admin.php:569
4913
  msgid "To send to more than one address, separate each address with a comma."
4914
  msgstr ""
4915
 
4916
+ #: admin.php:598
4917
  msgid "PHP information"
4918
  msgstr ""
4919
 
4949
  msgid "Also delete from remote storage"
4950
  msgstr ""
4951
 
4952
+ #: admin.php:2330
4953
  msgid "Latest UpdraftPlus.com news:"
4954
  msgstr ""
4955
 
4966
  msgid "News"
4967
  msgstr ""
4968
 
4969
+ #: admin.php:1269
4970
  msgid "Backup set not found"
4971
  msgstr ""
4972
 
4973
+ #: backup.php:160
4974
  msgid "%s - could not back this entity up; the corresponding directory does not exist (%s)"
4975
  msgstr ""
4976
 
4984
  msgid "Blog link"
4985
  msgstr ""
4986
 
4987
+ #: admin.php:661
4988
  msgid "Testing %s Settings..."
4989
  msgstr ""
4990
 
4992
  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."
4993
  msgstr ""
4994
 
4995
+ #: admin.php:875
4996
  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."
4997
  msgstr ""
4998
 
4999
+ #: admin.php:875
5000
  msgid "Notice"
5001
  msgstr ""
5002
 
5003
+ #: backup.php:856
5004
  msgid "Errors encountered:"
5005
  msgstr ""
5006
 
5007
+ #: admin.php:567
5008
  msgid "Rescanning (looking for backups that you have uploaded manually into the internal backup store)..."
5009
  msgstr ""
5010
 
5011
+ #: admin.php:580
5012
  msgid "Begun looking for this entity"
5013
  msgstr ""
5014
 
5028
  msgid "Time taken (seconds):"
5029
  msgstr ""
5030
 
5031
+ #: addons/migrator.php:1113 admin.php:585
5032
  msgid "Errors:"
5033
  msgstr ""
5034
 
5097
  msgid "All references to the site location in the database will be replaced with your current site URL, which is: %s"
5098
  msgstr ""
5099
 
5100
+ #: addons/multisite.php:630
5101
  msgid "Blog uploads"
5102
  msgstr ""
5103
 
5104
+ #: addons/migrator.php:369 addons/multisite.php:623
5105
  msgid "Must-use plugins"
5106
  msgstr ""
5107
 
5108
+ #: addons/multisite.php:193
5109
  msgid "You do not have permission to access this page."
5110
  msgstr ""
5111
 
5112
+ #: addons/multisite.php:179 udaddons/options.php:225
5113
  msgid "You do not have sufficient permissions to access this page."
5114
  msgstr ""
5115
 
5116
+ #: addons/multisite.php:173
5117
  msgid "Multisite Install"
5118
  msgstr ""
5119
 
5145
  msgid "Directory path"
5146
  msgstr ""
5147
 
5148
+ #: addons/lockadmin.php:153 addons/moredatabase.php:239 addons/sftp.php:368
5149
  #: addons/webdav.php:69 methods/openstack2.php:127 methods/updraftvault.php:320
5150
  #: udaddons/options.php:145
5151
  msgid "Password"
5155
  msgid "Port"
5156
  msgstr ""
5157
 
5158
+ #: addons/moredatabase.php:237 addons/sftp.php:347 addons/webdav.php:75
5159
  msgid "Host"
5160
  msgstr ""
5161
 
5179
  msgid "Encrypted FTP is available, and will be automatically tried first (before falling back to non-encrypted if it is not successful), unless you disable it using the expert options. The 'Test FTP Login' button will tell you what type of connection is in use."
5180
  msgstr ""
5181
 
5182
+ #: addons/morefiles.php:562
5183
  msgid "No backup of %s directories: there was nothing found to back up"
5184
  msgstr ""
5185
 
5207
  msgid "Over-write wp-config.php"
5208
  msgstr ""
5209
 
5210
+ #: addons/morefiles.php:70 addons/morefiles.php:562
5211
  msgid "WordPress Core"
5212
  msgstr ""
5213
 
5216
  msgstr ""
5217
 
5218
  #: addons/googlecloud.php:626 addons/googlecloud.php:660
5219
+ #: addons/googlecloud.php:666 addons/sftp.php:447 admin.php:2654 admin.php:2689
5220
+ #: admin.php:2698 methods/addon-base.php:284 methods/stream-base.php:302
5221
  msgid "Failed"
5222
  msgstr ""
5223
 
5274
  msgid "Only non-encrypted FTP is supported by regular UpdraftPlus."
5275
  msgstr ""
5276
 
5277
+ #: addons/onedrive.php:755 methods/dropbox.php:627
5278
  msgid "Your %s account name: %s"
5279
  msgstr ""
5280
 
5281
+ #: methods/dropbox.php:617 methods/dropbox.php:644
5282
  msgid "though part of the returned information was not as expected - your mileage may vary"
5283
  msgstr ""
5284
 
5285
+ #: methods/dropbox.php:612 methods/dropbox.php:614
5286
  msgid "you have authenticated your %s account"
5287
  msgstr ""
5288
 
5289
+ #: methods/dropbox.php:499 methods/dropbox.php:501
5290
  msgid "there's an add-on for that."
5291
  msgstr ""
5292
 
5293
+ #: methods/dropbox.php:499 methods/dropbox.php:501
5294
  msgid "If you back up several sites into the same Dropbox and want to organise with sub-folders, then "
5295
  msgstr ""
5296
 
5297
+ #: methods/dropbox.php:499 methods/dropbox.php:501
5298
  msgid "Backups are saved in"
5299
  msgstr ""
5300
 
5301
+ #: methods/dropbox.php:499 methods/dropbox.php:501
5302
  msgid "Need to use sub-folders?"
5303
  msgstr ""
5304
 
5420
  msgid "Failure: No container details were given."
5421
  msgstr ""
5422
 
5423
+ #: addons/moredatabase.php:238 addons/sftp.php:361 addons/webdav.php:63
5424
+ #: methods/cloudfiles-new.php:157 methods/cloudfiles.php:509
5425
  #: methods/openstack2.php:121
5426
  msgid "Username"
5427
  msgstr ""
5428
 
5429
+ #: methods/cloudfiles-new.php:152 methods/cloudfiles.php:504 methods/s3.php:959
5430
  msgid "API key"
5431
  msgstr ""
5432
 
5433
+ #: addons/migrator.php:278 addons/migrator.php:1871 addons/moredatabase.php:75
5434
+ #: addons/moredatabase.php:77 addons/moredatabase.php:79 addons/sftp.php:417
5435
+ #: addons/sftp.php:421 addons/sftp.php:425 addons/webdav.php:103 admin.php:638
5436
+ #: methods/addon-base.php:277 methods/cloudfiles-new.php:152
5437
+ #: methods/cloudfiles-new.php:157 methods/cloudfiles.php:504
5438
  #: methods/cloudfiles.php:509 methods/ftp.php:355 methods/ftp.php:359
5439
  #: methods/openstack2.php:142 methods/openstack2.php:147
5440
  #: methods/openstack2.php:152 methods/openstack2.php:157 methods/s3.php:959
5442
  msgid "Failure: No %s was given."
5443
  msgstr ""
5444
 
5445
+ #: methods/cloudfiles-new.php:86 methods/cloudfiles.php:448
5446
+ #: methods/openstack-base.php:513 methods/s3.php:799
5447
  msgid "UpdraftPlus's %s module <strong>requires</strong> %s. Please do not file any support requests; there is no alternative."
5448
  msgstr ""
5449
 
5459
  msgid "Cloud Files username"
5460
  msgstr ""
5461
 
5462
+ #: addons/cloudfiles-enhanced.php:36 methods/cloudfiles-new.php:99
5463
  #: methods/cloudfiles.php:466
5464
  msgid "UK"
5465
  msgstr ""
5466
 
5467
+ #: addons/cloudfiles-enhanced.php:35 methods/cloudfiles-new.php:98
5468
  #: methods/cloudfiles.php:465
5469
  msgid "US (default)"
5470
  msgstr ""
5473
  msgid "US or UK Cloud"
5474
  msgstr ""
5475
 
5476
+ #: methods/cloudfiles-new.php:91 methods/cloudfiles.php:458
5477
  #: methods/openstack2.php:94
5478
  msgid "Also, you should read this important FAQ."
5479
  msgstr ""
5480
 
5481
+ #: methods/cloudfiles-new.php:91 methods/cloudfiles.php:458
5482
  msgid "Get your API key <a href=\"https://mycloud.rackspace.com/\">from your Rackspace Cloud console</a> (read instructions <a href=\"http://www.rackspace.com/knowledge_center/article/rackspace-cloud-essentials-1-generating-your-api-key\">here</a>), then pick a container name to use for storage. This container will be created for you if it does not already exist."
5483
  msgstr ""
5484
 
5485
+ #: addons/sftp.php:408 admin.php:660 methods/addon-base.php:242
5486
  #: methods/cloudfiles.php:496 methods/ftp.php:329
5487
  #: methods/openstack-base.php:524 methods/s3.php:861
5488
  #: methods/stream-base.php:224
5561
  msgstr ""
5562
 
5563
  #: methods/addon-base.php:230 methods/cloudfiles.php:438
5564
+ #: methods/dropbox.php:481 methods/ftp.php:298 methods/googledrive.php:904
5565
  #: methods/openstack-base.php:503 methods/s3.php:771
5566
  #: methods/stream-base.php:217
5567
  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."
5600
  msgid "Success"
5601
  msgstr ""
5602
 
5603
+ #: addons/onedrive.php:747 methods/dropbox.php:655 methods/dropbox.php:664
5604
  #: methods/googledrive.php:337
5605
  msgid "Your %s quota usage: %s %% used, %s available"
5606
  msgstr ""
5631
  msgid "You need to re-authenticate with %s, as your existing credentials are not working."
5632
  msgstr ""
5633
 
5634
+ #: addons/migrator.php:1770 admin.php:2657 admin.php:2691 admin.php:2695
5635
+ #: admin.php:3569 admin.php:3582 restorer.php:2203 restorer.php:2309
5636
  msgid "OK"
5637
  msgstr ""
5638
 
5639
+ #: restorer.php:2197 restorer.php:2273
5640
  msgid "Table prefix has changed: changing %s table field(s) accordingly:"
5641
  msgstr ""
5642
 
5643
+ #: restorer.php:1880
5644
  msgid "Finished: lines processed: %d in %.2f seconds"
5645
  msgstr ""
5646
 
5647
+ #: addons/migrator.php:1143 restorer.php:2095
5648
  msgid "the database query being run was:"
5649
  msgstr ""
5650
 
5651
+ #: restorer.php:1818
5652
  msgid "will restore as:"
5653
  msgstr ""
5654
 
5655
+ #: restorer.php:1625 restorer.php:1722 restorer.php:1748
5656
  msgid "Old table prefix:"
5657
  msgstr ""
5658
 
5659
+ #: addons/reporting.php:65 addons/reporting.php:152 backup.php:930
5660
+ #: class-updraftplus.php:3901
5661
  msgid "Backup of:"
5662
  msgstr ""
5663
 
5664
+ #: addons/migrator.php:602 restorer.php:1452
5665
  msgid "Database access: Direct MySQL access is not available, so we are falling back to wpdb (this will be considerably slower)"
5666
  msgstr ""
5667
 
5668
+ #: restorer.php:1447
5669
  msgid "Failed to open database file"
5670
  msgstr ""
5671
 
5672
+ #: restorer.php:1426
5673
  msgid "Failed to find database file"
5674
  msgstr ""
5675
 
5676
+ #: restorer.php:1403
5677
  msgid "Warning: PHP safe_mode is active on your server. Timeouts are much more likely. If these happen, then you will need to manually restore the file via phpMyAdmin or another method."
5678
  msgstr ""
5679
 
5680
+ #: restorer.php:499
5681
  msgid "wp-config.php from backup: restoring (as per user's request)"
5682
  msgstr ""
5683
 
5684
+ #: restorer.php:494
5685
  msgid "wp-config.php from backup: will restore as wp-config-backup.php"
5686
  msgstr ""
5687
 
5688
+ #: restorer.php:385
5689
  msgid "Failed to write out the decrypted database to the filesystem"
5690
  msgstr ""
5691
 
5692
+ #: restorer.php:369
5693
  msgid "Failed to create a temporary directory"
5694
  msgstr ""
5695
 
5733
  msgid "UpdraftPlus is not able to directly restore this kind of entity. It must be restored manually."
5734
  msgstr ""
5735
 
5736
+ #: admin.php:3590 admin.php:3591
5737
  msgid "Could not find one of the files for restoration"
5738
  msgstr ""
5739
 
5740
+ #: admin.php:3685
5741
  msgid "Error message"
5742
  msgstr ""
5743
 
5744
+ #: admin.php:3587
5745
  msgid "The backup records do not contain information about the proper size of this file."
5746
  msgstr ""
5747
 
5748
+ #: admin.php:3579
5749
  msgid "Archive is expected to be size:"
5750
  msgstr ""
5751
 
5752
+ #: admin.php:3463
5753
  msgid "If making a request for support, please include this information:"
5754
  msgstr ""
5755
 
5756
+ #: admin.php:3462
5757
  msgid "ABORT: Could not find the information on which entities to restore."
5758
  msgstr ""
5759
 
5760
+ #: admin.php:3416
5761
  msgid "UpdraftPlus Restoration: Progress"
5762
  msgstr ""
5763
 
5764
+ #: admin.php:3368
5765
  msgid "This backup does not exist in the backup history - restoration aborted. Timestamp:"
5766
  msgstr ""
5767
 
5768
+ #: admin.php:3317
5769
  msgid "After pressing this button, you will be given the option to choose which components you wish to restore"
5770
  msgstr ""
5771
 
5772
+ #: admin.php:3252
5773
  msgid "Press here to download"
5774
  msgstr ""
5775
 
5776
+ #: admin.php:3326
5777
  msgid "Delete this backup set"
5778
  msgstr ""
5779
 
5780
+ #: admin.php:2999
5781
  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."
5782
  msgstr ""
5783
 
5784
+ #: admin.php:2996
5785
  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."
5786
  msgstr ""
5787
 
5788
+ #: admin.php:2994
5789
  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)."
5790
  msgstr ""
5791
 
5792
+ #: methods/cloudfiles-new.php:86 methods/cloudfiles.php:448
5793
+ #: methods/openstack-base.php:513 methods/s3.php:799
5794
  msgid "Your web server's PHP installation does not included a required module (%s). Please contact your web hosting provider's support."
5795
  msgstr ""
5796
 
5826
  msgid "Use the server's SSL certificates"
5827
  msgstr ""
5828
 
5829
+ #: admin.php:2870
5830
  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."
5831
  msgstr ""
5832
 
5833
+ #: admin.php:2870
5834
  msgid "click here"
5835
  msgstr ""
5836
 
5837
+ #: admin.php:2870
5838
  msgid "or, to reset this option"
5839
  msgstr ""
5840
 
5841
+ #: admin.php:2870
5842
  msgid "Follow this link to attempt to create the directory and set the permissions"
5843
  msgstr ""
5844
 
5845
+ #: admin.php:2862
5846
  msgid "Backup directory specified is writable, which is good."
5847
  msgstr ""
5848
 
5874
  msgid "Advanced / Debugging Settings"
5875
  msgstr ""
5876
 
5877
+ #: admin.php:597
5878
  msgid "Requesting start of backup..."
5879
  msgstr ""
5880
 
5881
+ #: addons/morefiles.php:234 admin.php:613
5882
  msgid "Cancel"
5883
  msgstr ""
5884
 
5885
+ #: addons/reporting.php:216 admin.php:3141
5886
  msgid "None"
5887
  msgstr ""
5888
 
5906
  msgid "The above directories are everything, except for WordPress core itself which you can download afresh from WordPress.org."
5907
  msgstr ""
5908
 
5909
+ #: addons/morefiles.php:380 admin.php:2940
5910
  msgid "Exclude these:"
5911
  msgstr ""
5912
 
5913
+ #: admin.php:2931
5914
  msgid "Any other directories found inside wp-content"
5915
  msgstr ""
5916
 
5926
  msgid "To fix the time at which a backup should take place,"
5927
  msgstr ""
5928
 
5929
+ #: admin.php:2856
5930
  msgid "Monthly"
5931
  msgstr ""
5932
 
5933
+ #: admin.php:2855
5934
  msgid "Fortnightly"
5935
  msgstr ""
5936
 
5937
+ #: admin.php:2854
5938
  msgid "Weekly"
5939
  msgstr ""
5940
 
5941
+ #: admin.php:2853
5942
  msgid "Daily"
5943
  msgstr ""
5944
 
5945
+ #: admin.php:620 admin.php:2836
5946
  msgid "Download log file"
5947
  msgstr ""
5948
 
5949
+ #: admin.php:2754
5950
  msgid "The folder exists, but your webserver does not have permission to write to it."
5951
  msgstr ""
5952
 
5953
+ #: admin.php:2749
5954
  msgid "The folder was created, but we had to change its file permissions to 777 (world-writable) to be able to write to it. You should check with your hosting provider that this will not cause any problems"
5955
  msgstr ""
5956
 
5957
+ #: admin.php:2735
5958
  msgid "The request to the filesystem to create the directory failed."
5959
  msgstr ""
5960
 
5961
+ #: addons/migrator.php:2243 admin.php:614 admin.php:2651 admin.php:2684
5962
+ #: admin.php:3326 templates/wp-admin/settings/delete-and-restore-modals.php:5
5963
  msgid "Delete"
5964
  msgstr ""
5965
 
5966
+ #: admin.php:2591
5967
  msgid "show log"
5968
  msgstr ""
5969
 
6076
  msgid "Delete backup set"
6077
  msgstr ""
6078
 
6079
+ #: admin.php:596
6080
  msgid "Download error: the server sent us a response which we did not understand."
6081
  msgstr ""
6082
 
6087
  #: addons/migrator.php:1879 addons/migrator.php:1889 addons/migrator.php:1894
6088
  #: addons/s3-enhanced.php:120 addons/s3-enhanced.php:125
6089
  #: addons/s3-enhanced.php:127 addons/sftp.php:736 addons/webdav.php:79
6090
+ #: admin.php:82 admin.php:588 admin.php:3584 admin.php:3614
6091
  #: methods/remotesend.php:76 methods/remotesend.php:234
6092
+ #: methods/updraftvault.php:434 restorer.php:1364
6093
  msgid "Error:"
6094
  msgstr ""
6095
 
6096
+ #: admin.php:579 templates/wp-admin/settings/downloading-and-restoring.php:34
6097
  msgid "calculating..."
6098
  msgstr ""
6099
 
6132
  msgid "More tasks:"
6133
  msgstr ""
6134
 
6135
+ #: admin.php:2354
6136
  msgid "Download most recently modified log file"
6137
  msgstr ""
6138
 
6139
+ #: admin.php:2313 admin.php:2319 central/bootstrap.php:161
6140
  msgid "(Nothing yet logged)"
6141
  msgstr ""
6142
 
6143
+ #: addons/autobackup.php:293 addons/autobackup.php:384 admin.php:2312
6144
+ #: admin.php:2317
6145
  msgid "Last log message"
6146
  msgstr ""
6147
 
6148
+ #: addons/migrator.php:218 admin.php:619 admin.php:3317
6149
  #: templates/wp-admin/settings/tab-status.php:30
6150
  msgid "Restore"
6151
  msgstr ""
6152
 
6153
+ #: admin.php:448 admin.php:612 templates/wp-admin/settings/tab-status.php:27
6154
  msgid "Backup Now"
6155
  msgstr ""
6156
 
6157
+ #: addons/migrator.php:1774 addons/moredatabase.php:240
6158
+ #: addons/reporting.php:231 admin.php:233 admin.php:3116 admin.php:3189
6159
+ #: admin.php:3668 includes/class-wpadmin-commands.php:138
6160
  #: templates/wp-admin/settings/delete-and-restore-modals.php:81
6161
  #: templates/wp-admin/settings/delete-and-restore-modals.php:83
6162
  msgid "Database"
6163
  msgstr ""
6164
 
6165
+ #: admin.php:229 admin.php:4080
6166
  msgid "Files"
6167
  msgstr ""
6168
 
6186
  msgid "JavaScript warning"
6187
  msgstr ""
6188
 
6189
+ #: admin.php:599 admin.php:2381
6190
  msgid "Delete Old Directories"
6191
  msgstr ""
6192
 
6193
+ #: admin.php:2126
6194
  msgid "Current limit is:"
6195
  msgstr ""
6196
 
6197
+ #: admin.php:2100
6198
  msgid "Your backup has been restored."
6199
  msgstr ""
6200
 
6206
  msgid "Lead developer's homepage"
6207
  msgstr ""
6208
 
6209
+ #: admin.php:4000
6210
  msgid "Your settings have been wiped."
6211
  msgstr ""
6212
 
6213
+ #: admin.php:2060
6214
  msgid "Backup directory successfully created."
6215
  msgstr ""
6216
 
6217
+ #: admin.php:2053
6218
  msgid "Backup directory could not be created"
6219
  msgstr ""
6220
 
6221
+ #: admin.php:2623
6222
  msgid "Old directory removal failed for some reason. You may want to do this manually."
6223
  msgstr ""
6224
 
6225
+ #: admin.php:2621
6226
  msgid "Old directories successfully removed."
6227
  msgstr ""
6228
 
6229
+ #: admin.php:2618
6230
  msgid "Remove old directories"
6231
  msgstr ""
6232
 
6233
+ #: addons/migrator.php:281 addons/migrator.php:296 admin.php:2002
6234
+ #: admin.php:2011 admin.php:2020 admin.php:2062 admin.php:2625
6235
  msgid "Return to UpdraftPlus Configuration"
6236
  msgstr ""
6237
 
6238
+ #: admin.php:592 admin.php:2002 admin.php:2011 admin.php:2020 admin.php:2062
6239
+ #: admin.php:2625 templates/wp-admin/settings/existing-backups-table.php:14
6240
  msgid "Actions"
6241
  msgstr ""
6242
 
6243
+ #: admin.php:1991
6244
  msgid "Restore successful!"
6245
  msgstr ""
6246
 
6247
+ #: admin.php:1921
6248
  msgid "Bad filename format - this does not look like an encrypted database file created by UpdraftPlus"
6249
  msgstr ""
6250
 
6251
+ #: admin.php:1831
6252
  msgid "Bad filename format - this does not look like a file created by UpdraftPlus"
6253
  msgstr ""
6254
 
6255
+ #: admin.php:1712
6256
  msgid "No local copy present."
6257
  msgstr ""
6258
 
6259
+ #: admin.php:1709
6260
  msgid "Download in progress"
6261
  msgstr ""
6262
 
6263
+ #: admin.php:591 admin.php:1697
6264
  msgid "File ready."
6265
  msgstr ""
6266
 
6267
+ #: admin.php:1678
6268
  msgid "Download failed"
6269
  msgstr ""
6270
 
6271
+ #: admin.php:589 admin.php:1469 admin.php:3567 class-updraftplus.php:980
6272
  #: class-updraftplus.php:1024 methods/addon-base.php:75
6273
  #: methods/addon-base.php:80 methods/addon-base.php:194
6274
+ #: methods/addon-base.php:214 methods/stream-base.php:201 restorer.php:2199
6275
+ #: restorer.php:2224 restorer.php:2306 updraftplus.php:147
6276
  msgid "Error"
6277
  msgstr ""
6278
 
6279
+ #: admin.php:1497
6280
  msgid "Could not find that job - perhaps it has already finished?"
6281
  msgstr ""
6282
 
6283
+ #: admin.php:1489
6284
  msgid "Job deleted"
6285
  msgstr ""
6286
 
6287
+ #: admin.php:1573
6288
  msgid "OK. You should soon see activity in the \"Last log message\" field below."
6289
  msgstr ""
6290
 
6291
+ #: admin.php:663
6292
  msgid "Nothing yet logged"
6293
  msgstr ""
6294
 
6295
+ #: admin.php:871
6296
  msgid "Please consult this FAQ if you have problems backing up."
6297
  msgstr ""
6298
 
6299
+ #: admin.php:871
6300
  msgid "Your website is hosted using the %s web server."
6301
  msgstr ""
6302
 
6303
+ #: admin.php:867
6304
  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."
6305
  msgstr ""
6306
 
6307
+ #: admin.php:863
6308
  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."
6309
  msgstr ""
6310
 
6311
+ #: admin.php:855 admin.php:859 admin.php:863 admin.php:867 admin.php:871
6312
+ #: admin.php:880 admin.php:2987 admin.php:2994 admin.php:2996
6313
+ #: methods/cloudfiles-new.php:86 methods/cloudfiles.php:448 methods/ftp.php:284
6314
  #: methods/openstack-base.php:513 methods/s3.php:795 methods/s3.php:799
6315
  #: methods/updraftvault.php:260
6316
  #: templates/wp-admin/settings/downloading-and-restoring.php:29
6318
  msgid "Warning"
6319
  msgstr ""
6320
 
6321
+ #: admin.php:804
6322
  msgid "Add-Ons / Pro Support"
6323
  msgstr ""
6324
 
6325
+ #: admin.php:464 admin.php:800 templates/wp-admin/settings/tab-bar.php:7
6326
  msgid "Settings"
6327
  msgstr ""
6328
 
6329
+ #: admin.php:773
6330
  msgid "Allowed Files"
6331
  msgstr ""
6332
 
6333
+ #: backup.php:232
6334
  msgid "Could not create %s zip. Consult the log file for more information."
6335
  msgstr ""
6336
 
6337
+ #: backup.php:1999
6338
  msgid "Infinite recursion: consult your log for more information"
6339
  msgstr ""
6340
 
6346
  msgid "Like UpdraftPlus and can spare one minute?"
6347
  msgstr ""
6348
 
6349
+ #: addons/azure.php:217 class-updraftplus.php:3660 methods/googledrive.php:838
6350
  msgid "File not found"
6351
  msgstr ""
6352
 
6353
+ #: class-updraftplus.php:3571
6354
  msgid "The decryption key used:"
6355
  msgstr ""
6356
 
6357
+ #: class-updraftplus.php:3571 class-updraftplus.php:3841 restorer.php:390
6358
  msgid "Decryption failed. The most likely cause is that you used the wrong key."
6359
  msgstr ""
6360
 
6361
+ #: class-updraftplus.php:3552 class-updraftplus.php:3829 restorer.php:377
6362
  msgid "Decryption failed. The database file is encrypted, but you have no encryption key entered."
6363
  msgstr ""
6364
 
6365
+ #: backup.php:1889
6366
  msgid "Could not open the backup file for writing"
6367
  msgstr ""
6368
 
6369
+ #: class-updraftplus.php:3186
6370
  msgid "Could not save backup history because we have no backup array. Backup probably failed."
6371
  msgstr ""
6372
 
6373
+ #: class-updraftplus.php:3163
6374
  msgid "Could not read the directory"
6375
  msgstr ""
6376
 
6377
+ #: admin.php:1749 backup.php:1127 restorer.php:225
6378
  msgid "Backup directory (%s) is not writable, or does not exist."
6379
  msgstr ""
6380
 
6381
+ #: backup.php:931
6382
  msgid "WordPress backup is complete"
6383
  msgstr ""
6384
 
6385
+ #: class-updraftplus.php:2736
6386
  msgid "The backup attempt has finished, apparently unsuccessfully"
6387
  msgstr ""
6388
 
6389
+ #: class-updraftplus.php:2721
6390
  msgid "The backup apparently succeeded and is now complete"
6391
  msgstr ""
6392
 
6393
+ #: addons/moredatabase.php:368
6394
  msgid "Encryption error occurred when encrypting database. Encryption aborted."
6395
  msgstr ""
6396
 
6397
+ #: class-updraftplus.php:2148
6398
  msgid "Could not create files in the backup directory. Backup aborted - check your UpdraftPlus settings."
6399
  msgstr ""
6400
 
6401
+ #: class-updraftplus.php:1540
6402
  msgid "Others"
6403
  msgstr ""
6404
 
6405
+ #: addons/multisite.php:452 class-updraftplus.php:1525
6406
  msgid "Uploads"
6407
  msgstr ""
6408
 
6409
+ #: class-updraftplus.php:1524
6410
  msgid "Themes"
6411
  msgstr ""
6412
 
6413
+ #: class-updraftplus.php:1523
6414
  msgid "Plugins"
6415
  msgstr ""
6416
 
6418
  msgid "No log files were found."
6419
  msgstr ""
6420
 
6421
+ #: admin.php:1632 admin.php:1636 class-updraftplus.php:389
6422
  msgid "The log file could not be read."
6423
  msgstr ""
6424
 
6425
+ #: admin.php:887 admin.php:891 admin.php:895 admin.php:899 admin.php:903
6426
  #: class-updraftplus.php:354 class-updraftplus.php:389
6427
  #: class-updraftplus.php:394 class-updraftplus.php:399
6428
  msgid "UpdraftPlus notice:"
6429
  msgstr ""
6430
 
6431
+ #: addons/multisite.php:63 addons/multisite.php:660 options.php:42
6432
  msgid "UpdraftPlus Backups"
6433
  msgstr ""
languages/updraftplus-cs_CZ.mo CHANGED
Binary file
languages/updraftplus-cs_CZ.po CHANGED
@@ -2,7 +2,7 @@
2
  # This file is distributed under the same license as the UpdraftPlus package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2015-11-22 13:44:35+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -11,1103 +11,1159 @@ msgstr ""
11
  "Language: cs_CZ\n"
12
  "Project-Id-Version: UpdraftPlus\n"
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #: templates/wp-admin/settings/tab-addons.php:300
15
  msgid "Everyone can use the free version; but UpdraftGold bundles an enhanced paid version."
16
- msgstr ""
17
 
18
  #: templates/wp-admin/settings/tab-addons.php:298
19
  msgid "UpdraftCentral Cloud or Premium"
20
- msgstr ""
21
 
22
  #: templates/wp-admin/settings/tab-addons.php:281
23
  #: templates/wp-admin/settings/tab-addons.php:301
24
  msgid "Find out more"
25
- msgstr ""
26
 
27
  #: templates/wp-admin/settings/tab-addons.php:280
28
  msgid "UpdraftPlus has its own embedded storage option, providing a zero-hassle way to download, store and manage all your backups from one place."
29
- msgstr ""
30
 
31
  #: templates/wp-admin/settings/tab-addons.php:272
32
  msgid "UpdraftPlus Gold"
33
- msgstr ""
34
 
35
  #: templates/wp-admin/settings/tab-addons.php:266
36
  msgid "UpdraftPlus Free"
37
- msgstr ""
38
 
39
  #: templates/wp-admin/settings/tab-addons.php:263
40
  msgid "Other products bundled with UpdraftPlus Premium or Gold"
41
- msgstr ""
42
 
43
  #: templates/wp-admin/settings/tab-addons.php:249
44
  msgid "Lock access to UpdraftPlus via a password so you choose which admin users can access backups."
45
- msgstr ""
46
 
47
  #: templates/wp-admin/settings/tab-addons.php:233
48
  msgid "Some backup plugins can’t restore a backup, so Premium allows you to restore backups from other plugins."
49
- msgstr ""
50
 
51
  #: templates/wp-admin/settings/tab-addons.php:232
52
  msgid "Importer"
53
- msgstr ""
54
 
55
  #: templates/wp-admin/settings/tab-addons.php:217
56
  msgid "Tidy things up for clients and remove all adverts for our other products."
57
- msgstr ""
58
 
59
  #: templates/wp-admin/settings/tab-addons.php:216
60
  msgid "No ads"
61
- msgstr ""
62
 
63
  #: templates/wp-admin/settings/tab-addons.php:201
64
  msgid "Sophisticated reporting and emailing capabilities."
65
- msgstr ""
66
 
67
  #: templates/wp-admin/settings/tab-addons.php:185
68
  msgid "Encrypt your sensitive databases (e.g. customer information or passwords); Backup external databases too."
69
- msgstr ""
70
 
71
  #: templates/wp-admin/settings/tab-addons.php:184
72
  msgid "More database options"
73
- msgstr ""
74
 
75
  #: templates/wp-admin/settings/tab-addons.php:169
76
  msgid "Set exact times to create or delete backups."
77
- msgstr ""
78
 
79
  #: templates/wp-admin/settings/tab-addons.php:168
80
  msgid "Backup time and scheduling"
81
- msgstr ""
82
 
83
  #: templates/wp-admin/settings/tab-addons.php:153
84
  msgid "Backup WordPress multisites (i.e, networks), securely."
85
- msgstr ""
86
 
87
  #: templates/wp-admin/settings/tab-addons.php:152
88
  msgid "Network / multisite"
89
- msgstr ""
90
 
91
  #: templates/wp-admin/settings/tab-addons.php:137
92
  msgid "Backup WordPress core and non-WP files and databases."
93
- msgstr ""
94
 
95
  #: templates/wp-admin/settings/tab-addons.php:121
96
  msgid "Automatically backs up your website before any updates to plugins, themes and WordPress core."
97
- msgstr ""
98
 
99
  #: templates/wp-admin/settings/tab-addons.php:120
100
  msgid "Pre-update backups"
101
- msgstr ""
102
 
103
  #: templates/wp-admin/settings/tab-addons.php:105
104
  msgid "Provides expert help and support from the developers whenever you need it."
105
- msgstr ""
106
 
107
  #: templates/wp-admin/settings/tab-addons.php:104
108
  msgid "Fast, personal support"
109
- msgstr ""
110
 
111
  #: templates/wp-admin/settings/tab-addons.php:89
112
  msgid "UpdraftPlus Migrator clones your WordPress site and moves it to a new domain directly and simply."
113
- msgstr ""
114
 
115
  #: templates/wp-admin/settings/tab-addons.php:88
116
  msgid "Cloning and migration"
117
- msgstr ""
118
 
119
  #: templates/wp-admin/settings/tab-addons.php:73
120
  msgid "Get enhanced versions of the free remote storage options and even more remote storage options like OneDrive, SFTP, Azure, WebDAV and more with UpdraftPlus Premium."
121
- msgstr ""
122
 
123
  #: templates/wp-admin/settings/tab-addons.php:72
124
  msgid "Additional and enhanced remote storage locations"
125
- msgstr ""
126
 
127
  #: templates/wp-admin/settings/tab-addons.php:57
128
  msgid "To avoid server-wide risks, always backup to remote cloud storage. UpdraftPlus free includes Dropbox, Google Drive, Amazon S3, Rackspace and more."
129
- msgstr ""
130
 
131
  #: templates/wp-admin/settings/tab-addons.php:56
132
  msgid "Backup to remote storage locations"
133
- msgstr ""
134
 
135
  #: templates/wp-admin/settings/tab-addons.php:47
136
  #: templates/wp-admin/settings/tab-addons.php:50
137
  #: templates/wp-admin/settings/tab-addons.php:320
138
  #: templates/wp-admin/settings/tab-addons.php:323
139
  msgid "Upgrade now"
140
- msgstr ""
141
 
142
  #: templates/wp-admin/settings/tab-addons.php:44
143
  #: templates/wp-admin/settings/tab-addons.php:317
144
  msgid "Installed"
145
- msgstr ""
146
 
147
  #: templates/wp-admin/settings/tab-addons.php:38
148
  msgid "Gold"
149
- msgstr ""
150
 
151
  #: templates/wp-admin/settings/tab-addons.php:30
152
  msgid "Free"
153
- msgstr ""
154
 
155
  #: templates/wp-admin/settings/tab-addons.php:30
156
  #: templates/wp-admin/settings/tab-addons.php:34
157
  #: templates/wp-admin/settings/tab-addons.php:38
158
  msgid "UpdraftPlus"
159
- msgstr ""
160
 
161
  #: templates/wp-admin/settings/form-contents.php:241
162
  msgid "Recommended: optimize your database with WP-Optimize."
163
- msgstr ""
164
 
165
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:15
166
  msgid "When you've backed up your database, we recommend you install our WP-Optimize plugin to streamline it for better website performance."
167
- msgstr ""
168
 
169
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:15
170
  msgid "WP-Optimize"
171
- msgstr ""
172
 
173
  #: templates/wp-admin/notices/bottom-notice.php:35
174
  #: templates/wp-admin/notices/horizontal-notice.php:46
175
  #: templates/wp-admin/notices/report-plain.php:33
176
  #: templates/wp-admin/notices/report.php:30
177
  msgid "Read more"
178
- msgstr ""
179
 
180
  #: includes/updraftplus-notices.php:182
181
  msgid "After you've backed up your database, we recommend you install our WP-Optimize plugin to streamline it for better website performance."
182
- msgstr ""
183
 
184
- #: admin.php:556
185
  msgid "Show contents"
186
- msgstr ""
187
 
188
- #: addons/morefiles.php:239
189
  msgid "Please choose a file or directory"
190
- msgstr ""
191
 
192
- #: addons/morefiles.php:232
193
  msgid "Confirm"
194
- msgstr ""
195
 
196
- #: addons/morefiles.php:232
197
  msgid "Go up a directory"
198
- msgstr ""
199
 
200
  #: addons/morefiles.php:231
201
  msgid "Add directory..."
202
- msgstr ""
203
 
204
- #: addons/morefiles.php:224 addons/morefiles.php:237
205
  msgid "Edit"
206
- msgstr ""
207
 
208
  #: addons/morefiles.php:207
209
  msgid "If using it, select a path from the directory tree below and then press confirm selection."
210
- msgstr ""
211
 
212
  #: central/modules/comments.php:340
213
  msgid "Spam"
214
- msgstr ""
215
 
216
  #: central/modules/comments.php:339
217
  msgid "Trash"
218
- msgstr ""
219
 
220
  #: central/modules/comments.php:338
221
  msgid "Hold or Unapprove"
222
- msgstr ""
223
 
224
  #: central/modules/comments.php:337
225
  msgid "Approve"
226
- msgstr ""
227
 
228
  #: central/modules/comments.php:332
229
  msgid "Pings"
230
- msgstr ""
231
 
232
  #: central/modules/comments.php:331
233
  msgid "Comments"
234
- msgstr ""
235
 
236
  #: addons/s3-enhanced.php:327
237
  msgid "Europe (Frankfurt)"
238
- msgstr ""
239
 
240
  #: addons/s3-enhanced.php:326
241
  msgid "Europe (London)"
242
- msgstr ""
243
 
244
  #: addons/s3-enhanced.php:325
245
  msgid "Europe (Ireland)"
246
- msgstr ""
247
 
248
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:15
249
  msgid "WP-Optimize (free)"
250
- msgstr ""
251
 
252
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:13
253
  msgid "Explore our Cloud and Premium versions."
254
- msgstr ""
255
 
256
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:13
257
  msgid "Download it for free from WordPress.org"
258
- msgstr ""
259
 
260
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:13
261
  msgid "You can even use it to centrally manage and update all themes, plugins and WordPress core on all your sites without logging into them!"
262
- msgstr ""
263
 
264
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:13
265
  msgid "UpdraftCentral is a powerful remote control plugin for WordPress that allows you to control all your UpdraftPlus installs and backups from one central location."
266
- msgstr ""
267
 
268
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:13
269
  msgid "UpdraftCentral"
270
- msgstr ""
271
 
272
  #: templates/wp-admin/notices/horizontal-notice.php:6
273
  msgid "notice image"
274
- msgstr ""
275
 
276
  #: templates/wp-admin/notices/bottom-notice.php:33
277
  #: templates/wp-admin/notices/horizontal-notice.php:44
278
  #: templates/wp-admin/notices/report-plain.php:31
279
  #: templates/wp-admin/notices/report.php:28
280
  msgid "Go there"
281
- msgstr ""
282
 
283
  #: templates/wp-admin/notices/bottom-notice.php:31
284
  #: templates/wp-admin/notices/horizontal-notice.php:42
285
  #: templates/wp-admin/notices/report-plain.php:29
286
  #: templates/wp-admin/notices/report.php:26
287
  msgid "Sign up"
288
- msgstr ""
289
 
290
  #: templates/wp-admin/notices/bottom-notice.php:29
291
  #: templates/wp-admin/notices/horizontal-notice.php:40
292
  #: templates/wp-admin/notices/report-plain.php:27
293
  #: templates/wp-admin/notices/report.php:24
294
  msgid "Get Premium"
295
- msgstr ""
296
 
297
  #: templates/wp-admin/notices/bottom-notice.php:27
298
  #: templates/wp-admin/notices/horizontal-notice.php:38
299
  #: templates/wp-admin/notices/report-plain.php:25
300
  #: templates/wp-admin/notices/report.php:22
301
  msgid "Review UpdraftPlus"
302
- msgstr ""
303
 
304
  #: templates/wp-admin/notices/bottom-notice.php:25
305
  #: templates/wp-admin/notices/horizontal-notice.php:36
306
  #: templates/wp-admin/notices/report-plain.php:23
307
  #: templates/wp-admin/notices/report.php:20
308
  msgid "Get UpdraftCentral"
309
- msgstr ""
310
 
311
  #: templates/wp-admin/advanced/site-info.php:84
312
  msgid "Apache modules"
313
- msgstr ""
314
 
315
  #: includes/updraftplus-notices.php:246
316
  msgid "Summer sale - 20% off UpdraftPlus Premium until July 31st"
317
- msgstr ""
318
 
319
  #: includes/updraftplus-notices.php:233
320
  msgid "Spring sale - 20% off UpdraftPlus Premium until April 31st"
321
- msgstr ""
322
 
323
  #: includes/updraftplus-notices.php:220
324
  msgid "Happy New Year - 20% off UpdraftPlus Premium until January 1st"
325
- msgstr ""
326
 
327
  #: includes/updraftplus-notices.php:207
328
  msgid "Christmas sale - 20% off UpdraftPlus Premium until December 25th"
329
- msgstr ""
330
 
331
  #: includes/updraftplus-notices.php:195 includes/updraftplus-notices.php:208
332
  #: includes/updraftplus-notices.php:221 includes/updraftplus-notices.php:234
333
  #: includes/updraftplus-notices.php:247
334
  msgid "To benefit, use this discount code:"
335
- msgstr ""
336
 
337
  #: includes/updraftplus-notices.php:194
338
  msgid "Black Friday - 20% off UpdraftPlus Premium until November 30th"
339
- msgstr ""
340
 
341
  #: includes/updraftplus-notices.php:172
342
  msgid "UpdraftPlus Premium can automatically backup your plugins/themes/database before you update, without you needing to remember."
343
- msgstr ""
344
 
345
  #: includes/updraftplus-notices.php:151 includes/updraftplus-notices.php:161
346
  msgid "UpdraftPlus Blog - get up-to-date news and offers"
347
- msgstr ""
348
 
349
  #: includes/updraftplus-notices.php:141
350
  msgid "UpdraftPlus Newsletter"
351
- msgstr ""
352
 
353
  #: includes/updraftplus-notices.php:112
354
  msgid "Control all your WordPress installations from one place using UpdraftCentral remote site management!"
355
- msgstr ""
356
 
357
  #: includes/updraftplus-notices.php:111
358
  msgid "Do you use UpdraftPlus on multiple sites?"
359
- msgstr ""
360
 
361
  #: includes/updraftplus-notices.php:92
362
  #: templates/wp-admin/settings/tab-addons.php:300
363
  msgid "UpdraftCentral is a highly efficient way to manage, update and backup multiple websites from one place."
364
- msgstr ""
365
 
366
  #: includes/updraftplus-notices.php:91
367
  msgid "Introducing UpdraftCentral"
368
- msgstr ""
369
 
370
  #: includes/updraftplus-notices.php:82
371
  msgid "Copy your site to another domain directly. Includes find-and-replace tool for database references."
372
- msgstr ""
373
 
374
  #: includes/updraftplus-notices.php:81
375
  msgid "easily migrate or clone your site in minutes"
376
- msgstr ""
377
 
378
  #: includes/updraftplus-notices.php:72
379
  msgid "Add SFTP to send your data securely, lock settings and encrypt your database backups for extra security."
380
- msgstr ""
381
 
382
  #: includes/updraftplus-notices.php:71
383
  msgid "secure your backups"
384
- msgstr ""
385
 
386
  #: includes/updraftplus-notices.php:62
387
  msgid "Secure multisite installation, advanced reporting and much more."
388
- msgstr ""
389
 
390
  #: includes/updraftplus-notices.php:61
391
  msgid "advanced options"
392
- msgstr ""
393
 
394
  #: includes/updraftplus-notices.php:52
395
  msgid "Enhanced storage options for Dropbox, Google Drive and S3. Plus many more options."
396
- msgstr ""
397
 
398
  #: includes/updraftplus-notices.php:51
399
  msgid "enhanced remote storage options"
400
- msgstr ""
401
 
402
  #: includes/updraftplus-notices.php:42
403
  msgid "The ultimately secure and convenient place to store your backups."
404
- msgstr ""
405
 
406
  #: includes/updraftplus-notices.php:41
407
  #: templates/wp-admin/settings/tab-addons.php:278
408
  msgid "UpdraftVault storage"
409
- msgstr ""
410
 
411
  #: includes/updraftplus-notices.php:32
412
  msgid "Enjoy professional, fast, and friendly help whenever you need it."
413
- msgstr ""
414
 
415
  #: includes/updraftplus-notices.php:31
416
  msgid "support"
417
- msgstr ""
418
 
419
  #: includes/updraftplus-notices.php:30 includes/updraftplus-notices.php:40
420
  #: includes/updraftplus-notices.php:50 includes/updraftplus-notices.php:60
421
  #: includes/updraftplus-notices.php:70 includes/updraftplus-notices.php:80
422
  msgid "UpdraftPlus Premium:"
423
- msgstr ""
424
 
425
  #: templates/wp-admin/settings/tab-status.php:71
426
  msgid "Then, try out our \"Migrator\" add-on which can perform a direct site-to-site migration. After using it once, you'll have saved the purchase price compared to the time needed to copy a site by hand."
427
- msgstr ""
428
 
429
  #: addons/s3-enhanced.php:324
430
  msgid "Canada Central"
431
- msgstr ""
432
 
433
  #: templates/wp-admin/advanced/tools-menu.php:22
434
  msgid "Site size"
435
- msgstr ""
436
 
437
  #: templates/wp-admin/advanced/tools-menu.php:10
438
  #: templates/wp-admin/settings/tab-addons.php:248
439
  msgid "Lock settings"
440
- msgstr ""
441
 
442
  #: templates/wp-admin/advanced/site-info.php:5
443
  #: templates/wp-admin/advanced/tools-menu.php:6
444
  msgid "Site information"
445
- msgstr ""
446
 
447
  #: templates/wp-admin/advanced/search-replace.php:9
448
  msgid "For the ability to migrate websites, upgrade to UpdraftPlus Premium."
449
- msgstr ""
450
 
451
  #: templates/wp-admin/advanced/export-settings.php:15
452
  msgid "Import settings"
453
- msgstr ""
454
 
455
  #: templates/wp-admin/advanced/export-settings.php:12
456
  msgid "You can also import previously-exported settings. This tool will replace all your saved settings."
457
- msgstr ""
458
 
459
  #: templates/wp-admin/advanced/export-settings.php:9
460
  msgid "Export settings"
461
- msgstr ""
462
 
463
  #: templates/wp-admin/advanced/export-settings.php:7
464
  msgid "including any passwords"
465
- msgstr ""
466
 
467
  #: templates/wp-admin/advanced/export-settings.php:7
468
  msgid "Here, you can export your UpdraftPlus settings (%s), either for using on another site, or to keep as a backup. This tool will export what is currently in the settings tab."
469
- msgstr ""
470
 
471
  #: templates/wp-admin/advanced/export-settings.php:5
472
  #: templates/wp-admin/advanced/tools-menu.php:26
473
  msgid "Export / import settings"
474
- msgstr ""
475
 
476
- #: restorer.php:1980
477
  msgid "Skipping site %s: this table (%s) and others from the site will not be restored"
478
- msgstr ""
479
 
480
- #: restorer.php:1799
481
  msgid "Processing table (%s)"
482
- msgstr ""
483
 
484
- #: restorer.php:1584
485
  msgid "Backup of: %s"
486
- msgstr ""
487
 
488
  #: methods/googledrive.php:212
489
  msgid "The client has been deleted from the Google Drive API console. Please create a new Google Drive project and reconnect with UpdraftPlus."
490
- msgstr ""
491
 
492
- #: methods/dropbox.php:557
493
  msgid "%s de-authentication"
494
- msgstr ""
495
 
496
- #: methods/dropbox.php:525
497
  msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
498
- msgstr ""
499
 
500
- #: methods/dropbox.php:499
501
  msgid "Follow this link to deauthenticate with %s."
502
- msgstr ""
503
 
504
  #: central/bootstrap.php:542
505
  msgid "UpdraftCentral enables control of your WordPress sites (including management of backups and updates) from a central dashboard."
506
- msgstr ""
507
 
508
- #: backup.php:1478
509
  msgid "If not, you will need to either remove data from this table, or contact your hosting company to request more resources."
510
- msgstr ""
511
 
512
  #: templates/wp-admin/settings/tab-status.php:82
513
  msgid "You have selected a remote storage option which has an authorization step to complete:"
514
- msgstr ""
515
 
516
- #: admin.php:1346
517
  msgid "Remote files deleted:"
518
- msgstr ""
519
 
520
- #: admin.php:1345
521
  msgid "Local files deleted:"
522
- msgstr ""
523
 
524
- #: admin.php:846 admin.php:850 admin.php:858 admin.php:862
525
  msgid "Follow this link to authorize access to your %s account (you will not be able to back up to %s without it)."
526
- msgstr ""
527
 
528
- #: admin.php:634
529
  msgid "remote files deleted"
530
- msgstr ""
531
 
532
- #: admin.php:632
533
  msgid "Complete"
534
- msgstr ""
535
 
536
- #: admin.php:631
537
  msgid "Do you want to carry out the import?"
538
- msgstr ""
539
 
540
- #: admin.php:630
541
  msgid "Which was exported on:"
542
- msgstr ""
543
 
544
- #: admin.php:629
545
  msgid "This will import data from:"
546
- msgstr ""
547
 
548
- #: admin.php:628
549
  msgid "Importing..."
550
- msgstr ""
551
 
552
- #: admin.php:625
553
  msgid "You have not yet selected a file to import."
554
- msgstr ""
555
 
556
- #: admin.php:609
557
  msgid "Your export file will be of your displayed settings, not your saved ones."
558
- msgstr ""
559
 
560
  #: admin.php:82
561
  msgid "template not found"
562
- msgstr ""
563
 
564
  #: addons/s3-enhanced.php:320
565
  msgid "US East (Ohio)"
566
- msgstr ""
567
 
568
  #: addons/onedrive.php:953
569
  msgid "This site uses a URL which is either non-HTTPS, or is localhost or 127.0.0.1 URL. As such, you must use the main %s %s App to authenticate with your account."
570
- msgstr ""
571
 
572
  #: addons/onedrive.php:635
573
  msgid "Account is not authorized (%s)."
574
- msgstr ""
575
 
576
  #: addons/onedrive.php:596 udaddons/updraftplus-addons.php:732
577
  msgid "Your IP address:"
578
- msgstr ""
579
 
580
  #: addons/onedrive.php:596 udaddons/updraftplus-addons.php:732
581
  #: udaddons/updraftplus-addons.php:747
582
  msgid "To remove any block, please go here."
583
- msgstr ""
584
 
585
  #: addons/onedrive.php:581 udaddons/updraftplus-addons.php:717
586
  msgid "An error response was received; HTTP code:"
587
- msgstr ""
588
 
589
  #: includes/class-commands.php:309
590
  msgid "%s add-on not found"
591
- msgstr ""
592
 
593
  #: templates/wp-admin/settings/delete-and-restore-modals.php:62
594
  msgid "or to restore manually"
595
- msgstr ""
596
 
597
  #: templates/wp-admin/settings/delete-and-restore-modals.php:62
598
  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"
599
- msgstr ""
600
 
601
- #: admin.php:2051
602
  msgid "To fix this problem go here."
603
- msgstr ""
604
 
605
- #: admin.php:2051
606
  msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
607
- msgstr ""
608
 
609
- #: admin.php:594
610
  msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
611
- msgstr ""
612
 
613
  #: addons/webdav.php:92
614
  msgid "Path"
615
- msgstr ""
616
 
617
  #: addons/webdav.php:87
618
  msgid "Leave this blank to use the default (80 for webdav, 443 for webdavs)"
619
- msgstr ""
620
 
621
  #: addons/webdav.php:79
622
  msgid "Enter any path in the field below."
623
- msgstr ""
624
 
625
  #: addons/webdav.php:79
626
  msgid "A host name cannot contain a slash."
627
- msgstr ""
628
 
629
  #: addons/webdav.php:54
630
  msgid "Protocol (SSL or not)"
631
- msgstr ""
632
 
633
  #: addons/webdav.php:49
634
  msgid "This WebDAV URL is generated by filling in the options below. If you do not know the details, then you will need to ask your WebDAV provider."
635
- msgstr ""
636
 
637
  #: udaddons/updraftplus-addons.php:750
638
  msgid "No response data was received. This usually indicates a network connectivity issue (e.g. an outgoing firewall or overloaded network) between this site and UpdraftPlus.com."
639
- msgstr ""
640
 
641
  #: methods/s3.php:1012
642
  msgid "The AWS access key looks to be wrong (valid %s access keys begin with \"AK\")"
643
- msgstr ""
644
 
645
  #: methods/s3.php:89
646
  msgid "No settings were found - please go to the Settings tab and check your settings"
647
- msgstr ""
648
 
649
  #: templates/wp-admin/settings/form-contents.php:123
650
  msgid "Backup using %s?"
651
- msgstr ""
652
 
653
  #: addons/s3-enhanced.php:331
654
  msgid "Asia Pacific (Mumbai)"
655
- msgstr ""
656
 
657
  #: addons/s3-enhanced.php:55
658
  msgid "Reduced redundancy"
659
- msgstr ""
660
 
661
  #: addons/s3-enhanced.php:54
662
  msgid "Standard (infrequent access)"
663
- msgstr ""
664
 
665
  #: templates/wp-admin/settings/header.php:14
666
  msgid "FAQs"
667
- msgstr ""
668
 
669
- #: udaddons/plugin-updates/plugin-update-checker.php:696
670
  msgid "Unknown update checker status \"%s\""
671
- msgstr ""
672
 
673
- #: udaddons/plugin-updates/plugin-update-checker.php:694
674
  msgid "A new version of this plugin is available."
675
- msgstr ""
676
 
677
- #: udaddons/plugin-updates/plugin-update-checker.php:692
678
  msgid "This plugin is up to date."
679
- msgstr ""
680
 
681
- #: udaddons/plugin-updates/plugin-update-checker.php:648
682
  msgid "Check for updates"
683
- msgstr ""
684
 
685
- #: udaddons/plugin-updates/github-checker.php:120
686
  msgid "There is no changelog available."
687
- msgstr ""
688
 
689
  #: central/bootstrap.php:492
690
  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."
691
- msgstr ""
692
 
693
  #: central/bootstrap.php:489
694
  msgid "More information..."
695
- msgstr ""
696
 
697
  #: central/bootstrap.php:487
698
  msgid "Use the alternative method for making a connection with the dashboard."
699
- msgstr ""
700
 
701
  #: central/bootstrap.php:470
702
  msgid "Dashboard at"
703
- msgstr ""
704
 
705
  #: central/bootstrap.php:419
706
  msgid "Key size: %d bits"
707
- msgstr ""
708
 
709
  #: central/bootstrap.php:414
710
  msgid "Public key was sent to:"
711
- msgstr ""
712
 
713
- #: backup.php:2020
714
  msgid "Failed to open directory (check the file permissions and ownership): %s"
715
- msgstr ""
716
 
717
- #: backup.php:2004
718
  msgid "%s: unreadable file - could not be backed up (check the file permissions and ownership)"
719
- msgstr ""
720
 
721
  #: addons/migrator.php:2208
722
  msgid "Create key"
723
- msgstr ""
724
 
725
  #: addons/migrator.php:2205 central/bootstrap.php:506
726
  msgid "slower, strongest"
727
- msgstr ""
728
 
729
  #: addons/migrator.php:2204 central/bootstrap.php:505
730
  msgid "recommended"
731
- msgstr ""
732
 
733
  #: addons/migrator.php:2204 central/bootstrap.php:505
734
  msgid "%s bytes"
735
- msgstr ""
736
 
737
  #: addons/migrator.php:2203 central/bootstrap.php:504
738
  msgid "faster (possibility for slow PHP installs)"
739
- msgstr ""
740
 
741
  #: addons/migrator.php:2202 central/bootstrap.php:503
742
  msgid "easy to break, fastest"
743
- msgstr ""
744
 
745
  #: addons/migrator.php:2202 addons/migrator.php:2203 addons/migrator.php:2205
746
  #: central/bootstrap.php:503 central/bootstrap.php:504
747
  #: central/bootstrap.php:506
748
  msgid "%s bits"
749
- msgstr ""
750
 
751
  #: addons/migrator.php:2200 central/bootstrap.php:501
752
  msgid "Encryption key size:"
753
- msgstr ""
754
 
755
  #: addons/migrator.php:2198
756
  msgid "Enter your chosen name"
757
- msgstr ""
758
 
759
  #: addons/migrator.php:2197
760
  msgid "Create a key: give this key a unique name (e.g. indicate the site it is for), then press \"Create Key\":"
761
- msgstr ""
762
 
763
  #: methods/googledrive.php:422
764
  msgid "Upload expected to fail: the %s limit for any single file is %s, whereas this file is %s GB (%d bytes)"
765
- msgstr ""
766
 
767
  #: methods/ftp.php:383
768
  msgid "This is sometimes caused by a firewall - try turning off SSL in the expert settings, and testing again."
769
- msgstr ""
770
 
771
  #: methods/ftp.php:355
772
  msgid "login"
773
- msgstr ""
774
 
775
  #: methods/email.php:77
776
  msgid "Be aware that mail servers tend to have size limits; typically around %s MB; backups larger than any limits will likely not arrive."
777
- msgstr ""
778
 
779
  #: methods/email.php:28
780
  msgid "This backup archive is %s MB in size - the attempt to send this via email is likely to fail (few email servers allow attachments of this size). If so, you should switch to using a different remote storage method."
781
- msgstr ""
782
 
783
- #: class-updraftplus.php:1397
784
  msgid "Size: %s MB"
785
- msgstr ""
786
 
787
  #: central/bootstrap.php:479
788
  msgid "Other (please specify - i.e. the site where you have installed an UpdraftCentral dashboard)"
789
- msgstr ""
790
 
791
  #: central/bootstrap.php:474
792
  msgid "i.e. you have an account there"
793
- msgstr ""
794
 
795
  #: templates/wp-admin/settings/form-contents.php:326
796
  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)."
797
- msgstr ""
798
 
799
  #: templates/wp-admin/settings/tab-status.php:48
800
  msgid "Now"
801
- msgstr ""
802
 
803
- #: class-updraftplus.php:3815 restorer.php:985
804
  msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
805
- msgstr ""
806
 
807
  #: templates/wp-admin/settings/form-contents.php:112
808
  msgid "(tap on an icon to select or unselect)"
809
- msgstr ""
810
 
811
  #: methods/updraftvault.php:291 methods/updraftvault.php:297
812
  #: methods/updraftvault.php:303
813
  msgid "%s per year"
814
- msgstr ""
815
 
816
  #: methods/updraftvault.php:290 methods/updraftvault.php:296
817
  #: methods/updraftvault.php:302
818
  msgid "or (annual discount)"
819
- msgstr ""
820
 
821
  #: methods/updraftvault.php:235
822
  msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
823
- msgstr ""
824
 
825
  #: class-updraftplus.php:354 class-updraftplus.php:399
826
  msgid "The given file was not found, or could not be read."
827
- msgstr ""
828
 
829
  #: central/bootstrap.php:540
830
  msgid "UpdraftCentral (Remote Control)"
831
- msgstr ""
832
 
833
  #: central/bootstrap.php:528
834
  msgid "fetch..."
835
- msgstr ""
836
 
837
  #: central/bootstrap.php:527
838
  msgid "View recent UpdraftCentral log events"
839
- msgstr ""
840
 
841
  #: central/bootstrap.php:482
842
  msgid "URL of mothership"
843
- msgstr ""
844
 
845
  #: central/bootstrap.php:465
846
  msgid "Enter any description"
847
- msgstr ""
848
 
849
  #: central/bootstrap.php:462
850
  msgid "Description"
851
- msgstr ""
852
 
853
  #: central/bootstrap.php:456
854
  msgid "Create new key"
855
- msgstr ""
856
 
857
  #: central/bootstrap.php:424
858
  msgid "Delete..."
859
- msgstr ""
860
 
861
  #: central/bootstrap.php:417
862
  msgid "Created:"
863
- msgstr ""
864
 
865
  #: central/bootstrap.php:414
866
  msgid "Access this site as user:"
867
- msgstr ""
868
 
869
  #: central/bootstrap.php:382
870
  msgid "No keys have yet been created."
871
- msgstr ""
872
 
873
  #: central/bootstrap.php:436
874
  msgid "Details"
875
- msgstr ""
876
 
877
  #: central/bootstrap.php:435
878
  msgid "Key description"
879
- msgstr ""
880
 
881
  #: central/bootstrap.php:310 central/bootstrap.php:321
882
  msgid "A key was created, but the attempt to register it with %s was unsuccessful - please try again later."
883
- msgstr ""
884
 
885
  #: central/bootstrap.php:193
886
  msgid "An invalid URL was entered"
887
- msgstr ""
888
 
889
  #: central/bootstrap.php:80
890
  msgid "Close..."
891
- msgstr ""
892
 
893
  #: central/bootstrap.php:72
894
  msgid "This connection appears to already have been made."
895
- msgstr ""
896
 
897
  #: central/bootstrap.php:68
898
  msgid "You must visit this link in the same browser and login session as you created the key in."
899
- msgstr ""
900
 
901
  #: central/bootstrap.php:61
902
  msgid "You must visit this URL in the same browser and login session as you created the key in."
903
- msgstr ""
904
 
905
  #: central/bootstrap.php:61
906
  msgid "You are not logged into this WordPress site in your web browser."
907
- msgstr ""
908
 
909
  #: central/bootstrap.php:55
910
  msgid "The key referred to was unknown."
911
- msgstr ""
912
 
913
  #: central/bootstrap.php:52
914
  msgid "A new UpdraftCentral connection has not been made."
915
- msgstr ""
916
 
917
  #: central/bootstrap.php:50
918
  msgid "An UpdraftCentral connection has been made successfully."
919
- msgstr ""
920
 
921
  #: central/bootstrap.php:47
922
  msgid "UpdraftCentral Connection"
923
- msgstr ""
924
 
925
- #: backup.php:834 class-updraftplus.php:2628
926
  msgid "The backup was aborted by the user"
927
- msgstr ""
928
 
929
- #: admin.php:3880
930
  msgid "Your settings have been saved."
931
- msgstr ""
932
 
933
- #: admin.php:3092
934
  msgid "Total backup size:"
935
- msgstr ""
936
 
937
- #: admin.php:2539
938
  msgid "stop"
939
- msgstr ""
940
 
941
- #: admin.php:2377
942
  msgid "The backup has finished running"
943
- msgstr ""
944
 
945
  #: templates/wp-admin/advanced/tools-menu.php:30
946
  #: templates/wp-admin/advanced/wipe-settings.php:5
947
  #: templates/wp-admin/advanced/wipe-settings.php:9
948
  msgid "Wipe settings"
949
- msgstr ""
950
 
951
  #: templates/wp-admin/advanced/site-info.php:95
952
  msgid "reset"
953
- msgstr ""
954
 
955
  #: templates/wp-admin/settings/delete-and-restore-modals.php:21
956
  msgid "these backup sets"
957
- msgstr ""
958
 
959
  #: templates/wp-admin/settings/delete-and-restore-modals.php:18
960
  msgid "this backup set"
961
- msgstr ""
962
 
963
  #: templates/wp-admin/settings/downloading-and-restoring.php:34
964
  msgid "calculate"
965
- msgstr ""
966
 
967
- #: admin.php:608
968
  msgid "You should save your changes to ensure that they are used for making your backup."
969
- msgstr ""
970
 
971
- #: admin.php:602
972
  msgid "We requested to delete the file, but could not understand the server's response"
973
- msgstr ""
974
 
975
- #: admin.php:601
976
  msgid "Please enter a valid URL"
977
- msgstr ""
978
 
979
- #: admin.php:584
980
  msgid "Saving..."
981
- msgstr ""
982
 
983
- #: admin.php:547
984
  msgid "Error: the server sent us a response which we did not understand."
985
- msgstr ""
986
 
987
- #: admin.php:539
988
  msgid "Fetching..."
989
- msgstr ""
990
 
991
  #: addons/s3-enhanced.php:328
992
  msgid "Asia Pacific (Seoul)"
993
- msgstr ""
994
 
995
  #: addons/copycom.php:43 addons/copycom.php:81
996
  msgid "Barracuda have closed down Copy.Com, as of May 1st, 2016. See:"
997
- msgstr ""
998
 
999
- #: restorer.php:1607
1000
  msgid "Uploads URL:"
1001
- msgstr ""
1002
 
1003
- #: backup.php:385
1004
  msgid "Unexpected error: no class '%s' was found (your UpdraftPlus installation seems broken - try re-installing)"
1005
- msgstr ""
1006
 
1007
  #: addons/onedrive.php:56
1008
  msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
1009
- msgstr ""
1010
 
1011
- #: restorer.php:2004
1012
  msgid "Skipping table %s: this table will not be restored"
1013
- msgstr ""
1014
 
1015
- #: class-updraftplus.php:3866 restorer.php:1627
1016
  msgid "To import an ordinary WordPress site into a multisite installation requires %s."
1017
- msgstr ""
1018
 
1019
- #: class-updraftplus.php:3862
1020
  msgid "Please read this link for important information on this process."
1021
- msgstr ""
1022
 
1023
- #: class-updraftplus.php:3862
1024
  msgid "It will be imported as a new site."
1025
- msgstr ""
1026
 
1027
- #: admin.php:2199 templates/wp-admin/notices/horizontal-notice.php:16
1028
  #: templates/wp-admin/notices/horizontal-notice.php:18
1029
  msgid "Dismiss"
1030
- msgstr ""
1031
 
1032
- #: admin.php:620
1033
  msgid "Please fill in the required information."
1034
- msgstr ""
1035
 
1036
- #: addons/multisite.php:559
1037
  msgid "Read more..."
1038
- msgstr ""
1039
 
1040
- #: addons/multisite.php:559
1041
  msgid "N.B. this option only affects the restoration of the database and uploads - other file entities (such as plugins) in WordPress are shared by the whole network."
1042
- msgstr ""
1043
 
1044
- #: addons/multisite.php:550
1045
  msgid "may include some site-wide data"
1046
- msgstr ""
1047
 
1048
- #: addons/multisite.php:545
1049
  msgid "All sites"
1050
- msgstr ""
1051
 
1052
- #: addons/multisite.php:541
1053
  msgid "Which site to restore"
1054
- msgstr ""
1055
 
1056
- #: addons/multisite.php:377 addons/multisite.php:387
1057
  msgid "Restoring only the site with id=%s: removing other data (if any) from the unpacked backup"
1058
- msgstr ""
1059
 
1060
  #: addons/migrator.php:532
1061
  msgid "<strong>ERROR</strong>: problem creating site entry."
1062
- msgstr ""
1063
 
1064
  #: addons/migrator.php:506 addons/migrator.php:507
1065
  msgid "Error when creating new site at your chosen address:"
1066
- msgstr ""
1067
 
1068
  #: addons/migrator.php:448
1069
  msgid "Required information for restoring this backup was not given (%s)"
1070
- msgstr ""
1071
 
1072
  #: addons/migrator.php:407
1073
  msgid "Attribute imported content to user"
1074
- msgstr ""
1075
 
1076
  #: addons/migrator.php:397 addons/migrator.php:399
1077
  msgid "You must use lower-case letters or numbers for the site path, only."
1078
- msgstr ""
1079
 
1080
  #: addons/migrator.php:377
1081
  msgid "This feature is not compatible with %s"
1082
- msgstr ""
1083
 
1084
  #: addons/migrator.php:375 addons/migrator.php:377
1085
  msgid "Importing a single site into a multisite install"
1086
- msgstr ""
1087
 
1088
  #: addons/migrator.php:366
1089
  msgid "other content from wp-content"
1090
- msgstr ""
1091
 
1092
  #: addons/migrator.php:363
1093
  msgid "WordPress core"
1094
- msgstr ""
1095
 
1096
  #: addons/migrator.php:363 addons/migrator.php:366 addons/migrator.php:369
1097
  msgid "You selected %s to be included in the restoration - this cannot / should not be done when importing a single site into a network."
1098
- msgstr ""
1099
 
1100
  #: templates/wp-admin/advanced/site-info.php:93
1101
  msgid "Call WordPress action:"
1102
- msgstr ""
1103
 
1104
- #: admin.php:2223
1105
  msgid "Your saved settings also affect what is backed up - e.g. files excluded."
1106
- msgstr ""
1107
 
1108
- #: admin.php:3500
1109
  msgid "Skipping: this archive was already restored."
1110
- msgstr "Přeskakuji: tento archiv již byl obnoven."
1111
 
1112
  #: templates/wp-admin/settings/form-contents.php:167
1113
  msgid "File Options"
@@ -1131,57 +1187,57 @@ msgstr "Plán zálohy souborů"
1131
 
1132
  #: templates/wp-admin/advanced/wipe-settings.php:6
1133
  msgid "You will then need to enter all your settings again. You can also do this before deactivating/deinstalling UpdraftPlus if you wish."
1134
- msgstr "Budete poté muset zadat veškeré nastavení znovu. Pokud chcete, můžete tuto operaci provést i před deaktivací/odinstalováním UpdraftPlus."
1135
 
1136
  #: templates/wp-admin/advanced/wipe-settings.php:6
1137
  msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
1138
- msgstr "Toto tlačítko smaže veškeré UpdraftPlus nastavení a zprávy o průběhu právě běžící zálohy (ale ne žádné existující zálohy v cloudu)."
1139
 
1140
- #: admin.php:3781
1141
  msgid "Send this backup to remote storage"
1142
  msgstr "Odeslat tuto zálohu na vzdálené úložiště"
1143
 
1144
- #: admin.php:3779
1145
  msgid "Check out UpdraftPlus Vault."
1146
- msgstr "Vyzkoušejte UpdraftPlus Trezor."
1147
 
1148
- #: admin.php:3779
1149
  msgid "Not got any remote storage?"
1150
  msgstr "Nemáte žádné vzdálené úložiště?"
1151
 
1152
- #: admin.php:3779
1153
  msgid "settings"
1154
  msgstr "nastavení"
1155
 
1156
- #: admin.php:3779
1157
  msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
1158
  msgstr "Záloha nebude poslána na žádné vzdálené úložiště - žádné nebylo uloženo v %s"
1159
 
1160
- #: admin.php:2221
1161
  msgid "Include any files in the backup"
1162
  msgstr "Zahrnout do zálohy některé soubory"
1163
 
1164
- #: admin.php:2219
1165
  msgid "Include the database in the backup"
1166
  msgstr "Zahrnout do zálohy databázi"
1167
 
1168
- #: admin.php:2198
1169
  msgid "Continue restoration"
1170
  msgstr "Pokračovat v obnově"
1171
 
1172
- #: admin.php:2193
1173
  msgid "You have an unfinished restoration operation, begun %s ago."
1174
  msgstr "Máte nedokončenou obnovu, která začala před %s."
1175
 
1176
- #: admin.php:2192
1177
  msgid "Unfinished restoration"
1178
  msgstr "Nedokončená obnova"
1179
 
1180
- #: admin.php:2190
1181
  msgid "%s minutes, %s seconds"
1182
  msgstr "%s minut, %s sekund"
1183
 
1184
- #: admin.php:2137
1185
  msgid "Backup Contents And Schedule"
1186
  msgstr "Obsah zálohy a plány"
1187
 
@@ -1189,24 +1245,24 @@ msgstr "Obsah zálohy a plány"
1189
  msgid "Premium / Extensions"
1190
  msgstr "Premium / Rozšíření"
1191
 
1192
- #: admin.php:1917 admin.php:1926
1193
  msgid "Sufficient information about the in-progress restoration operation could not be found."
1194
  msgstr "O právě běžící obnově nebyly nalezeny dostatečné informace."
1195
 
1196
- #: admin.php:607
1197
  msgctxt "(verb)"
1198
  msgid "Download"
1199
- msgstr "Stahuji"
1200
 
1201
- #: admin.php:533
1202
  msgid "You have chosen to backup files, but no file entities have been selected"
1203
  msgstr "Vybrali jste zálohování souborů, ale nevybrali jste žádné souborové entity"
1204
 
1205
- #: admin.php:442
1206
  msgid "Extensions"
1207
  msgstr "Rozšíření"
1208
 
1209
- #: admin.php:434 templates/wp-admin/settings/tab-bar.php:8
1210
  msgid "Advanced Tools"
1211
  msgstr "Pokročilé nástroje"
1212
 
@@ -1240,40 +1296,40 @@ msgstr "Západní Evropa"
1240
 
1241
  #: addons/googlecloud.php:50
1242
  msgid "Eastern Asia-Pacific"
1243
- msgstr "Východní Asie-Pacifik"
1244
 
1245
  #: addons/googlecloud.php:49
1246
  msgid "Western United States"
1247
- msgstr "Západní Spojené Státy"
1248
 
1249
  #: addons/googlecloud.php:47 addons/googlecloud.php:48
1250
  msgid "Eastern United States"
1251
- msgstr "Východní Spojené Státy"
1252
 
1253
  #: addons/googlecloud.php:45
1254
  msgid " Eastern United States"
1255
- msgstr "Východní Spojené Státy"
1256
 
1257
  #: addons/googlecloud.php:44 addons/googlecloud.php:46
1258
  msgid "Central United States"
1259
- msgstr "Střední Spojené Státy"
1260
 
1261
  #: addons/googlecloud.php:43
1262
  msgid "European Union"
1263
- msgstr "Evropské unie"
1264
 
1265
  #: addons/googlecloud.php:42
1266
  msgid "Asia Pacific"
1267
- msgstr "Asie Pacifik"
1268
 
1269
  #: addons/googlecloud.php:41 addons/googlecloud.php:42
1270
  #: addons/googlecloud.php:43
1271
  msgid "multi-region location"
1272
- msgstr "více-regionové umístění"
1273
 
1274
  #: addons/googlecloud.php:41
1275
  msgid "United States"
1276
- msgstr "Spojené Státy"
1277
 
1278
  #: addons/googlecloud.php:37
1279
  msgid "Nearline"
@@ -1281,7 +1337,7 @@ msgstr "Nearline"
1281
 
1282
  #: addons/googlecloud.php:36
1283
  msgid "Durable reduced availability"
1284
- msgstr "Durable Reduced Availability (DRA)"
1285
 
1286
  #: addons/googlecloud.php:35 addons/s3-enhanced.php:53
1287
  msgid "Standard"
@@ -1293,7 +1349,7 @@ msgstr "kontejner"
1293
 
1294
  #: addons/azure.php:524
1295
  msgid "You can enter the path of any %s virtual folder you wish to use here."
1296
- msgstr "Můžete zde použít adresu k jakékoliv %s virtuální složce, kterou chcete použít."
1297
 
1298
  #: addons/azure.php:523
1299
  msgid "optional"
@@ -1301,7 +1357,7 @@ msgstr "volitelné"
1301
 
1302
  #: addons/azure.php:523
1303
  msgid "Prefix"
1304
- msgstr "Předpona"
1305
 
1306
  #: addons/azure.php:518
1307
  msgid "See Microsoft's guidelines on container naming by following this link."
@@ -1313,7 +1369,7 @@ msgstr "Pokud %s ještě neexistuje, bude vytvořen."
1313
 
1314
  #: addons/azure.php:518
1315
  msgid "Enter the path of the %s you wish to use here."
1316
- msgstr "Vložte sem cestu k %s, co chcete použít."
1317
 
1318
  #: addons/azure.php:507
1319
  msgid "This is not your Azure login - see the instructions if needing more guidance."
@@ -1339,23 +1395,23 @@ msgstr "Nelze vytvořit kontejner"
1339
  msgid "Could not access container"
1340
  msgstr "Nelze získat přístup ke kontejneru"
1341
 
1342
- #: class-updraftplus.php:2645
1343
  msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
1344
- msgstr "Pro dokončení migrace/klonu, se teď přihlašte ke vzdálené stránce a obnovte zálohu."
1345
 
1346
- #: backup.php:1530
1347
  msgid "the options table was not found"
1348
  msgstr "tabulka možností nebyla nalezena"
1349
 
1350
- #: backup.php:1528
1351
  msgid "no options or sitemeta table was found"
1352
  msgstr "žádné možnosti, ani sitemeta tabulka, nebyly nalezeny"
1353
 
1354
- #: backup.php:1528 backup.php:1530
1355
  msgid "The database backup appears to have failed"
1356
  msgstr "Zdá se, že se záloha databáze nepovedla"
1357
 
1358
- #: backup.php:1416
1359
  msgid "The backup directory is not writable (or disk space is full) - the database backup is expected to shortly fail."
1360
  msgstr "Do složky pro zápis se nedá zapisovat (nebo je plná) - záloha databáze se zřejmě nepovede."
1361
 
@@ -1401,7 +1457,7 @@ msgstr "Vložte sem ID %s projektu, který chcete použít."
1401
 
1402
  #: addons/googlecloud.php:828
1403
  msgid "Follow this link to your Google API Console, and there activate the Storage API and create a Client ID in the API Access section."
1404
- msgstr "Následující adresa vás přesměruje na Google API konzoli, kde aktivujte Storage API a v přístupu k API vytvořte klientské ID."
1405
 
1406
  #: addons/googlecloud.php:743
1407
  msgid "You must enter a project ID in order to be able to create a new bucket."
@@ -1443,13 +1499,13 @@ msgstr "%s výjimka služby."
1443
  msgid "You do not have UpdraftPlus completely installed - please de-install and install it again. Most likely, WordPress malfunctioned when copying the plugin files."
1444
  msgstr "UpdraftPlus nemáte zcela nainstalovaný - odinstalujte ho a poté ho znovu nainstalujte. Došlo pravděpodobně k chybě WordPressu při kopírování souborů pluginu."
1445
 
1446
- #: restorer.php:767
1447
  msgid "Deferring..."
1448
- msgstr "Odkládám..."
1449
 
1450
  #: templates/wp-admin/settings/form-contents.php:96
1451
  msgid "or to configure more complex schedules"
1452
- msgstr "nebo nastavit komplexnější plány"
1453
 
1454
  #: templates/wp-admin/settings/delete-and-restore-modals.php:18
1455
  #: templates/wp-admin/settings/delete-and-restore-modals.php:21
@@ -1470,37 +1526,37 @@ msgstr "Akce s vybranými zálohami"
1470
 
1471
  #: templates/wp-admin/settings/downloading-and-restoring.php:40
1472
  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)."
1473
- msgstr "Pro zobrazení metod vzdálených úložišť pro jakoukoliv existující zálohu (z jakékoliv stránky, pokud jsou ve stejné složce) klikněte sem."
1474
 
1475
- #: admin.php:1344
1476
  msgid "Backup sets removed:"
1477
- msgstr ""
1478
 
1479
- #: admin.php:619
1480
  msgid "Processing..."
1481
- msgstr "Zpracovávám..."
1482
 
1483
- #: admin.php:617
1484
  msgid "For backups older than"
1485
- msgstr "Pro zálohy starší, než"
1486
 
1487
- #: admin.php:616
1488
  msgid "week(s)"
1489
- msgstr "týden(týdny)"
1490
 
1491
- #: admin.php:615
1492
  msgid "hour(s)"
1493
- msgstr "hodina(y)"
1494
 
1495
- #: admin.php:614
1496
  msgid "day(s)"
1497
- msgstr "den(dny)"
1498
 
1499
- #: admin.php:613
1500
  msgid "in the month"
1501
  msgstr "v měsíci"
1502
 
1503
- #: admin.php:612
1504
  msgid "day"
1505
  msgstr "den"
1506
 
@@ -1512,27 +1568,27 @@ msgstr "(tolik, kolik chcete)"
1512
  msgid "Add an additional retention rule..."
1513
  msgstr "Přidejte pravidlo zachování..."
1514
 
1515
- #: restorer.php:2101
1516
  msgid "This database needs to be deployed on MySQL version %s or later."
1517
  msgstr "Tato databáze musí být použita s MySQL verze %s, nebo novější."
1518
 
1519
- #: restorer.php:2101
1520
  msgid "This problem is caused by trying to restore a database on a very old MySQL version that is incompatible with the source database."
1521
  msgstr "Tento problém je způsoben pokusem o obnovu databáze s velmi starou verzí MySQL, která je nekompatibilní se zdrojovou databází."
1522
 
1523
  #: methods/updraftvault.php:596
1524
  msgid "You do not currently have any UpdraftPlus Vault quota"
1525
- msgstr "V současnosti nemáte žádnou kvótu pro UpdraftPlus Trezor"
1526
 
1527
- #: class-updraftplus.php:3899
1528
  msgid "You must upgrade MySQL to be able to use this database."
1529
  msgstr "K použití této zálohy databáze musíte aktualizovat svou verzi MySQL."
1530
 
1531
- #: class-updraftplus.php:3899
1532
  msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
1533
- msgstr "Záloha databáze používá MySQL funkce, které nejsou dostupné ve staré MySQL verzi (%s), kterou používají tyto stránky."
1534
 
1535
- #: admin.php:2036
1536
  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."
1537
  msgstr "Složka UpdraftPlus v umístění wp-content/plugins obsahuje netisknutelný znak; WordPress má s takovými názvy občas problém. Pro jistotu byste měli přejmenovat složku na wp-content/plugins/updraftplus."
1538
 
@@ -1542,11 +1598,11 @@ msgstr "Nevíte svůj email, nebo jste zapomněli heslo?"
1542
 
1543
  #: methods/updraftvault.php:317
1544
  msgid "Enter your UpdraftPlus.Com email / password here to connect:"
1545
- msgstr "Pro spojení sem vložte svůj UpdraftPlus.Com email / heslo:"
1546
 
1547
  #: methods/updraftvault.php:279 methods/updraftvault.php:309
1548
  msgid "Read the FAQs here."
1549
- msgstr "Zde si můžete přečíst FAQ."
1550
 
1551
  #: addons/s3-enhanced.php:61
1552
  msgid "Check this box to use Amazon's server-side encryption"
@@ -1558,13 +1614,13 @@ msgstr "Šifrování na straně serveru"
1558
 
1559
  #: methods/updraftvault.php:605
1560
  msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
1561
- msgstr "Pokud jste zapomněli heslo, pak pro změnu hesla na updraftplus.com jděte sem."
1562
 
1563
- #: admin.php:854
1564
  msgid "Go to the remote storage settings in order to connect."
1565
  msgstr "Pro připojení jděte do nastavení vzdáleného úložiště."
1566
 
1567
- #: admin.php:854
1568
  msgid "%s has been chosen for remote storage, but you are not currently connected."
1569
  msgstr "Pro vzdálené úložiště byl vybrán %s, ale v současnosti nejste připojeni."
1570
 
@@ -1572,21 +1628,21 @@ msgstr "Pro vzdálené úložiště byl vybrán %s, ale v současnosti nejste p
1572
  msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
1573
  msgstr "Platba může být provedena v amerických dolarech, eurech, nebo britských librách pomocí karty, nebo přes PayPal."
1574
 
1575
- #: admin.php:590
1576
  msgid "Update quota count"
1577
  msgstr "Aktualizovat kvótu."
1578
 
1579
- #: admin.php:589
1580
  msgid "Counting..."
1581
- msgstr "Počítám..."
1582
 
1583
- #: admin.php:588
1584
  msgid "Disconnecting..."
1585
- msgstr "Odpojuji..."
1586
 
1587
- #: admin.php:586
1588
  msgid "Connecting..."
1589
- msgstr "Připojuji..."
1590
 
1591
  #: methods/updraftvault.php:380 methods/updraftvault.php:449
1592
  msgid "Refresh current status"
@@ -1600,7 +1656,7 @@ msgstr "Získat větší kvótu"
1600
  #: methods/updraftvault.php:375 methods/updraftvault.php:391
1601
  #: methods/updraftvault.php:430
1602
  msgid "Current use:"
1603
- msgstr "V současnosti využito:"
1604
 
1605
  #: methods/updraftvault.php:370
1606
  msgid "You can get more quota here"
@@ -1608,9 +1664,9 @@ msgstr "Větší kvótu můžete získat zde"
1608
 
1609
  #: methods/updraftvault.php:370
1610
  msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
1611
- msgstr "%s Chyba: nemáte k dispozici dostatečnou kvótu (%s) k nahrání tohoto archivu (%s)."
1612
 
1613
- #: admin.php:587 methods/updraftvault.php:362
1614
  msgid "Disconnect"
1615
  msgstr "Odpojit"
1616
 
@@ -1620,7 +1676,7 @@ msgstr "Kvóta:"
1620
 
1621
  #: methods/updraftvault.php:352
1622
  msgid "Vault owner"
1623
- msgstr "Majitel Trezoru"
1624
 
1625
  #: methods/updraftvault.php:352
1626
  msgid "Well done - there's nothing more needed to set up."
@@ -1628,19 +1684,19 @@ msgstr "Gratulujeme - nic dalšího není třeba nastavit."
1628
 
1629
  #: methods/updraftvault.php:352
1630
  msgid "This site is <strong>connected</strong> to UpdraftPlus Vault."
1631
- msgstr "Tato stránka je <strong>připojena</strong> k UpdraftPlus Trezoru."
1632
 
1633
  #: methods/updraftvault.php:348
1634
  msgid "You are <strong>not connected</strong> to UpdraftPlus Vault."
1635
- msgstr "<strong>Nejste</strong> připojeni k UpdraftPlus Trezoru."
1636
 
1637
  #: methods/updraftvault.php:324
1638
  msgid "Go here for help"
1639
- msgstr "Jděte sem pro pomoc"
1640
 
1641
  #: methods/updraftvault.php:319
1642
  msgid "E-mail"
1643
- msgstr "E-mail"
1644
 
1645
  #: methods/updraftvault.php:312 methods/updraftvault.php:327
1646
  msgid "Back..."
@@ -1662,7 +1718,7 @@ msgstr "Více informací najdete zde."
1662
 
1663
  #: methods/updraftvault.php:279 methods/updraftvault.php:309
1664
  msgid "UpdraftPlus Vault is built on top of Amazon's world-leading data-centres, with redundant data storage to achieve 99.999999999% reliability."
1665
- msgstr "UpdraftPlus Trezor je postaven na světově nejlepších datacentrech od Amazonu se zálohovanými úložišti tak, aby bylo dosaženo 99.999999999% spolehlivosti."
1666
 
1667
  #: methods/updraftvault.php:275
1668
  msgid "Already purchased space?"
@@ -1678,19 +1734,19 @@ msgstr "Jste tu poprvé?"
1678
 
1679
  #: methods/updraftvault.php:268 methods/updraftvault.php:285
1680
  msgid "Press a button to get started."
1681
- msgstr "Začnete kliknutím na tlačítko."
1682
 
1683
  #: methods/updraftvault.php:268 methods/updraftvault.php:285
1684
  msgid "UpdraftPlus Vault brings you storage that is <strong>reliable, easy to use and a great price</strong>."
1685
- msgstr "UpdraftPlus Trezor přináší úložiště, které je <strong>spolehlivé, snadno použitelné a za skvělou cenu</strong>."
1686
 
1687
  #: methods/updraftvault.php:231
1688
  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."
1689
- msgstr "Vaše předplatné pro UpdraftPlus Trezor vypršelo. Během několika dní budou vaše data trvale odstraněna. Pokud nechcete, aby se to stalo, měli byste si předplatné obnovit co nejdříve."
1690
 
1691
  #: methods/updraftvault.php:228
1692
  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!"
1693
- msgstr "Vaše platba za předplatné UpdraftPlus Trezor má zpoždění. Nacházíte se v několikadenním období, po kterém bude Váš přístup ke službě zrušen a ztratíte veškerá uložená data v ní. Obnovte si prosím předplatné co nejdříve!"
1694
 
1695
  #: methods/updraftvault.php:225
1696
  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."
@@ -1698,19 +1754,19 @@ msgstr "Vaše licence UpdraftPlus Premium je již více, než rok stará. Měli
1698
 
1699
  #: methods/updraftvault.php:48 methods/updraftvault.php:77
1700
  msgid "Updraft Vault"
1701
- msgstr "Updraft Trezor"
1702
 
1703
  #: addons/azure.php:366 addons/googlecloud.php:693 methods/s3.php:1040
1704
  msgid "Delete failed:"
1705
  msgstr "Mazání selhalo:"
1706
 
1707
- #: backup.php:2956
1708
  msgid "The zip engine returned the message: %s."
1709
- msgstr "Zip engine vrátil zprávu: %s."
1710
 
1711
  #: addons/s3-enhanced.php:352
1712
  msgid "Without this permission, UpdraftPlus cannot delete backups - you should also set your 'retain' settings very high to prevent seeing deletion errors."
1713
- msgstr "Bez tohoto povolení nemůže UpdraftPlus mazat zálohy - zároveň byste měli nastavit své \"ponechávací\" nastavení velmi vysoko, aby se vám nezobrazovali chyby při pokusech o mazání."
1714
 
1715
  #: addons/s3-enhanced.php:350
1716
  msgid "Allow deletion"
@@ -1718,19 +1774,19 @@ msgstr "Povolit mazání"
1718
 
1719
  #: addons/s3-enhanced.php:348
1720
  msgid "Without this permission, you cannot directly download or restore using UpdraftPlus, and will instead need to visit the AWS website."
1721
- msgstr "Bez tohoto povolení nemůžete přímo stahovat, nebo obnovovat pomocí UpdraftPlus. Místo toho musíte navštívit stránky AWS."
1722
 
1723
  #: addons/s3-enhanced.php:346
1724
  msgid "Allow download"
1725
- msgstr "Povolit download"
1726
 
1727
  #: addons/migrator.php:1757
1728
  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."
1729
- msgstr "Pokud nefunguje přímé posílání ze stránek na stránky, jsou k dispozici další tři způsoby - zkuste prosím místo toho některý z nich."
1730
 
1731
- #: addons/migrator.php:1742 admin.php:596
1732
  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."
1733
- msgstr "Měli byste zkontrolovat, že je vzdálená stránka online, není za firewallem, nemá bezpečnostní moduly, které by mohli bránit přístupu, má aktivní UpdraftPlus verzi %s, nebo novější a že byli správně vloženy klíče."
1734
 
1735
  #: addons/migrator.php:2240
1736
  msgid "Existing keys"
@@ -1738,7 +1794,7 @@ msgstr "Existující klíče"
1738
 
1739
  #: addons/migrator.php:2231
1740
  msgid "No keys to allow remote sites to connect have yet been created."
1741
- msgstr "Zatím nebyl vytvořený žádný klíč pomocí kterého by se mohla připojit vzdálená stránka."
1742
 
1743
  #: addons/migrator.php:2213
1744
  msgid "Your new key:"
@@ -1746,15 +1802,15 @@ msgstr "Váš nový klíč je:"
1746
 
1747
  #: addons/migrator.php:2192
1748
  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."
1749
- msgstr "K tomu, aby mohla jiná stránka posílat zálohy na tuto stránku, vytvořte klíče a pak klikněte na tlačítko \"Migrovat\" na stránce, z které chcete zálohu odeslat a zkopírujte tam klíč."
1750
 
1751
  #: addons/migrator.php:2175
1752
  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."
1753
- msgstr "Takže pro získání klíče pro vzdálenou stránku otevřete na dané stránce okno \"Migrovat\", sjeďte dolů a tam můžete klíč vytvořit."
1754
 
1755
  #: addons/migrator.php:2175
1756
  msgid "Keys for this site are created in the section below the one you just pressed in."
1757
- msgstr "Klíče pro tuto stránku jsou vytvořeny pod aktuální sekcí."
1758
 
1759
  #: addons/migrator.php:1855 central/bootstrap.php:364
1760
  msgid "You must copy and paste this key now - it cannot be shown again."
@@ -1762,7 +1818,7 @@ msgstr "Tento klíč si musíte nyní zkopírovat - nemůže být znovu zobrazen
1762
 
1763
  #: addons/migrator.php:1855 central/bootstrap.php:364
1764
  msgid "Key created successfully."
1765
- msgstr "Klíč úspěšně vytvořen."
1766
 
1767
  #: addons/migrator.php:1840
1768
  msgid "A key with this name already exists; you must use a unique name."
@@ -1774,7 +1830,7 @@ msgstr "Poslat tuto zálohu také na aktivní vzdálená úložiště"
1774
 
1775
  #: addons/migrator.php:1753
1776
  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."
1777
- msgstr "URL stránky, kam chcete odesílat (%s) vypadá jako lokální vývojová stránka. Pokud odesíláte data z vnější sítě, je pravděpodobné, že budete zablokováni firewallem."
1778
 
1779
  #: addons/migrator.php:1709
1780
  msgid "site not found"
@@ -1786,95 +1842,95 @@ msgstr "Data zálohy budou poslána:"
1786
 
1787
  #: addons/migrator.php:189
1788
  msgid "Restore an existing backup set onto this site"
1789
- msgstr "Obnovit existující zálohu na této stránce"
1790
 
1791
  #: addons/migrator.php:182
1792
  msgid "This site has no backups to restore from yet."
1793
- msgstr "Tato stránka zatím nemá žádné zálohy k obnovení."
1794
 
1795
  #: addons/reporting.php:143
1796
  msgid "Backup made by %s"
1797
- msgstr "Záloha vytvořena %s"
1798
 
1799
  #: methods/addon-base.php:177
1800
  msgid "This storage method does not allow downloading"
1801
  msgstr "Tato zálohovací metoda nedovoluje stahování"
1802
 
1803
- #: admin.php:3260
1804
  msgid "(backup set imported from remote location)"
1805
  msgstr "(záloha importována ze vzdáleného umístění)"
1806
 
1807
  #: templates/wp-admin/settings/existing-backups-table.php:65
1808
  msgid "Site"
1809
- msgstr "Stránka"
1810
 
1811
  #: templates/wp-admin/settings/existing-backups-table.php:64
1812
  msgid "Backup sent to remote site - not available for download."
1813
- msgstr "Záloha poslaná na vzdálenou stránku - není dostupná ke stažení."
1814
 
1815
  #: includes/class-wpadmin-commands.php:118
1816
  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)."
1817
- msgstr "Než provedete obnovu, měli byste se ujistit, že je tato záloha opravdu určena pro tuto stránku a ne pro nějakou jinou."
1818
 
1819
  #: includes/class-wpadmin-commands.php:118
1820
  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."
1821
- msgstr "U této zálohy se UpdraftPlus domnívá, že nebyla vytvořena současnou WordPress instalací, ale že byla buď nalezena na vzdáleném úložišti, nebo poslána z vzdálené stránky."
1822
 
1823
- #: addons/migrator.php:1770 admin.php:603
1824
  msgid "Testing connection..."
1825
  msgstr "Testování spojení..."
1826
 
1827
- #: admin.php:600
1828
  msgid "Deleting..."
1829
  msgstr "Mazání..."
1830
 
1831
- #: admin.php:599
1832
  msgid "key name"
1833
  msgstr "jméno klíče"
1834
 
1835
- #: admin.php:597
1836
  msgid "Please give this key a name (e.g. indicate the site it is for):"
1837
- msgstr "dejte tomuto klíči prosím jméno (např. indikující pro jakou je stránku):"
1838
 
1839
- #: admin.php:594
1840
  msgid "Creating..."
1841
- msgstr "Vytvářím..."
1842
 
1843
  #: addons/migrator.php:2191
1844
  msgid "Or, receive a backup from a remote site"
1845
- msgstr "Nebo získejte zálohu z jiné stránky"
1846
 
1847
  #: addons/migrator.php:2180
1848
  msgid "Paste key here"
1849
- msgstr "Zkopírujte klíč sem"
1850
 
1851
  #: addons/migrator.php:2175
1852
  msgid "How do I get a site's key?"
1853
- msgstr "Jak získám klíč stránky?"
1854
 
1855
  #: addons/migrator.php:2175
1856
  msgid "To add a site as a destination for sending to, enter that site's key below."
1857
- msgstr "K přidání stránky jako cíle pro poslání zálohy vložte níže klíč dané stránky."
1858
 
1859
  #: addons/migrator.php:2172
1860
  msgid "Or, send a backup to another site"
1861
- msgstr "Nebo poslat zálohu na jinou stráku"
1862
 
1863
- #: addons/migrator.php:1937 admin.php:604
1864
  msgid "Send"
1865
  msgstr "Poslat"
1866
 
1867
- #: addons/migrator.php:1931 admin.php:595
1868
  msgid "Send to site:"
1869
  msgstr "Poslat na stránku:"
1870
 
1871
  #: addons/migrator.php:1929
1872
  msgid "No receiving sites have yet been added."
1873
- msgstr "Zatím nebyla přidána žádná přijímající stránka."
1874
 
1875
  #: addons/migrator.php:1910
1876
  msgid "It is for sending backups to the following site: "
1877
- msgstr "Je pro posílání záloh na následující stránku:"
1878
 
1879
  #: addons/migrator.php:1910
1880
  msgid "The key was successfully added."
@@ -1882,7 +1938,7 @@ msgstr "Klíč byl úspěšně přidán."
1882
 
1883
  #: addons/migrator.php:1894
1884
  msgid "The entered key does not belong to a remote site (it belongs to this one)."
1885
- msgstr "Vložený klíč nepatří vzdálené stránce (patří této stránce)."
1886
 
1887
  #: addons/migrator.php:1883 addons/migrator.php:1885 addons/migrator.php:1889
1888
  msgid "The entered key was corrupt - please try again."
@@ -1922,39 +1978,39 @@ msgstr "FTP server"
1922
 
1923
  #: addons/migrator.php:162
1924
  msgid "The UpdraftPlus Migrator modifies the restoration operation appropriately, to fit the backup data to the new site."
1925
- msgstr "UpdraftPlus Migrator patřičně upraví proces obnovy, aby obnovované data odpovídala nové stránce."
1926
 
1927
  #: addons/migrator.php:162
1928
  msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
1929
- msgstr "\"Migrace\" je to samé jako obnova, ale používáte při ní zálohu vytvořenou na jiné stránce."
1930
 
1931
- #: addons/migrator.php:2180 admin.php:592
1932
  msgid "Add site"
1933
- msgstr "Přidat stránku"
1934
 
1935
- #: admin.php:591
1936
  msgid "Adding..."
1937
- msgstr "Přidávám..."
1938
 
1939
  #: udaddons/options.php:338
1940
  msgid "Claim not granted - perhaps you have already used this purchase somewhere else, or your paid period for downloading from updraftplus.com has expired?"
1941
  msgstr "Nárok nebyl udělen - možná jste tuto objednávku již použili někde jinde, nebo vaše předplatné pro stahování z updraftplus.com vypršelo?"
1942
 
1943
- #: restorer.php:2103
1944
  msgid "To use this backup, your database server needs to support the %s character set."
1945
  msgstr "K použití této zálohy musí váš databázový server podporovat %s znakovou sadu."
1946
 
1947
  #: udaddons/updraftplus-addons.php:786
1948
  msgid "go here to change your password on updraftplus.com."
1949
- msgstr "jděte sem ke změně hesla na updraftplus.com"
1950
 
1951
  #: udaddons/updraftplus-addons.php:786
1952
  msgid "If you have forgotten your password "
1953
- msgstr "Pokud jste zapomněli heslo"
1954
 
1955
  #: udaddons/updraftplus-addons.php:785
1956
  msgid "Go here to re-enter your password."
1957
- msgstr "Pro znovu zadání hesla běžte sem."
1958
 
1959
  #: addons/migrator.php:218
1960
  msgid "After pressing this button, you will be given the option to choose which components you wish to migrate"
@@ -1962,11 +2018,11 @@ msgstr "Po stisknutí tohoto tlačítka si budete moci zvolit, které komponenty
1962
 
1963
  #: addons/migrator.php:189
1964
  msgid "To import a backup set, go to the \"Existing Backups\" tab"
1965
- msgstr "K importování zálohy jděte na záložku \"Existující zálohy\""
1966
 
1967
- #: admin.php:583 admin.php:608 admin.php:609
1968
  msgid "You have made changes to your settings, and not saved."
1969
- msgstr "Provedli jste změny v nastavení, ale neuložili jste ho."
1970
 
1971
  #: addons/onedrive.php:989
1972
  msgid "N.B. %s is not case-sensitive."
@@ -1974,11 +2030,11 @@ msgstr "Poznámka: %s není citlivý na velikost písmen."
1974
 
1975
  #: addons/onedrive.php:977
1976
  msgid "If OneDrive later shows you the message \"unauthorized_client\", then you did not enter a valid client ID here."
1977
- msgstr "Pokud vám OneDrive později ukáže zprávu \"unauthorized_client\", pak jste sem nevložili platné klientské ID."
1978
 
1979
  #: addons/azure.php:502 addons/migrator.php:1757 addons/onedrive.php:961
1980
  msgid "For longer help, including screenshots, follow this link."
1981
- msgstr "Pro delší nápovědu, včetně snímků obrazovky, následujte tento odkaz."
1982
 
1983
  #: addons/onedrive.php:961
1984
  msgid "Create OneDrive credentials in your OneDrive developer console."
@@ -1986,7 +2042,7 @@ msgstr "Ve vývojářské konzoli OneDrive si vytvořte přihlašovací údaje k
1986
 
1987
  #: addons/onedrive.php:956
1988
  msgid "You must add the following as the authorised redirect URI in your OneDrive console (under \"API Settings\") when asked"
1989
- msgstr "Pokud o to budete požádání, musíte toto vložit jako autorizovanou URI přesměrování ve vaší konzoli OneDrive (k nalezení pod \"Nastavení API\")"
1990
 
1991
  #: addons/onedrive.php:931 addons/onedrive.php:933
1992
  msgid "%s authorisation failed:"
@@ -1998,7 +2054,7 @@ msgstr "OneDrive"
1998
 
1999
  #: addons/onedrive.php:626
2000
  msgid "Please re-authorize the connection to your %s account."
2001
- msgstr "Prosím znovu autorizujte připojení ke svému %s účtu."
2002
 
2003
  #: methods/email.php:73
2004
  msgid "configure it here"
@@ -2006,7 +2062,7 @@ msgstr "konfigurujte zde"
2006
 
2007
  #: addons/onedrive.php:619 methods/updraftvault.php:569
2008
  msgid "To remove the block, please go here."
2009
- msgstr "K odstranění bloku jděte prosím sem."
2010
 
2011
  #: addons/s3-enhanced.php:439
2012
  msgid "Do remember to save your settings."
@@ -2030,35 +2086,35 @@ msgstr "Jižní Amerika (Sao Paulo)"
2030
 
2031
  #: addons/s3-enhanced.php:332
2032
  msgid "Asia Pacific (Tokyo)"
2033
- msgstr "Asijský Pacifik (Tokio)"
2034
 
2035
  #: addons/s3-enhanced.php:330
2036
  msgid "Asia Pacific (Sydney)"
2037
- msgstr "Asijský Pacifik (Sydney)"
2038
 
2039
  #: addons/s3-enhanced.php:329
2040
  msgid "Asia Pacific (Singapore)"
2041
- msgstr "Asijský Pacifik (Singapur)"
2042
 
2043
  #: addons/s3-enhanced.php:323
2044
  msgid "US Government West (restricted)"
2045
- msgstr "US Government West (omezeně)"
2046
 
2047
  #: addons/s3-enhanced.php:322
2048
  msgid "US West (N. California)"
2049
- msgstr "US Západ (Severní Kalifornie)"
2050
 
2051
  #: addons/s3-enhanced.php:321
2052
  msgid "US West (Oregon)"
2053
- msgstr "US západ (Oregon)"
2054
 
2055
  #: addons/s3-enhanced.php:319
2056
  msgid "US Standard (default)"
2057
- msgstr "US standart (výchozí)"
2058
 
2059
  #: addons/s3-enhanced.php:315
2060
  msgid "S3 storage region"
2061
- msgstr "oblast S3 úložiště"
2062
 
2063
  #: addons/s3-enhanced.php:313
2064
  msgid "New IAM username"
@@ -2066,7 +2122,7 @@ msgstr "Nové IAM uživatelské jméno"
2066
 
2067
  #: addons/s3-enhanced.php:312
2068
  msgid "Admin secret key"
2069
- msgstr "Administrátorský tajný klíč"
2070
 
2071
  #: addons/s3-enhanced.php:311
2072
  msgid "Admin access key"
@@ -2094,7 +2150,7 @@ msgstr "Tajný klíč: %s"
2094
 
2095
  #: addons/s3-enhanced.php:294
2096
  msgid "Access Key: %s"
2097
- msgstr "Přístupový kód: %s"
2098
 
2099
  #: addons/s3-enhanced.php:282 addons/s3-enhanced.php:284
2100
  msgid "Failed to apply User Policy"
@@ -2106,7 +2162,7 @@ msgstr "Operace tvorby uživatelského Přístupového klíče selhala"
2106
 
2107
  #: addons/s3-enhanced.php:221
2108
  msgid "Failed to create user Access Key"
2109
- msgstr "Nepodařilo se vytvořit uživatelský Přístupový klíč"
2110
 
2111
  #: addons/s3-enhanced.php:201 addons/s3-enhanced.php:204
2112
  #: addons/s3-enhanced.php:208
@@ -2115,7 +2171,7 @@ msgstr "IAM operace selhala (%s)"
2115
 
2116
  #: addons/s3-enhanced.php:199
2117
  msgid "Conflict: that user already exists"
2118
- msgstr "Konflikt: takový uživatel již existuje"
2119
 
2120
  #: addons/s3-enhanced.php:171
2121
  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 AWS user may already have taken your name)."
@@ -2151,24 +2207,24 @@ msgstr "Pokud máte administrátorský účet AWS, můžete použít tohoto prů
2151
 
2152
  #: methods/s3.php:842
2153
  msgid "To create a new IAM sub-user and access key that has access only to this bucket, use this add-on."
2154
- msgstr "Pro vytvoření nového IAM pod-uživatele a přístupového klíče, který bude mít přístup pouze k tomuto bucketu, použijte tento add-on."
2155
 
2156
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:11
2157
  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."
2158
- msgstr "Pro osobní podporu, schopnost kopírovat celé stránky, více cílových úložišť, bezpečnostní šifrované zálohy, více cílů záloh, lepší reportování, žádné reklamy a mnohem více, podívejte se na prémiovou verzi UpdraftPlus - světově nejoblíbenějšího zálohovacího pluginu."
2159
 
2160
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:9
2161
  msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
2162
- msgstr "UpdraftPlus novinky, vysoce kvalitní výukové materiály pro WordPress vývojáře a majitele stránek a obecné WordPress novinky. Kdykoliv se můžete odhlásit."
2163
 
2164
- #: restorer.php:2206
2165
  msgid "Uploads path (%s) has changed during a migration - resetting (to: %s)"
2166
- msgstr "cesta uploadů (%s) se během migrace změnila - resetuji (na: %s)"
2167
 
2168
  #: addons/onedrive.php:596 addons/onedrive.php:619 methods/updraftvault.php:569
2169
  #: udaddons/updraftplus-addons.php:732 udaddons/updraftplus-addons.php:747
2170
  msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
2171
- msgstr "S největší pravděpodobností to znamená, že sdílíte webový server s hacknutými stránkami, které byly použity při předchozích útocích."
2172
 
2173
  #: addons/onedrive.php:619 methods/updraftvault.php:569
2174
  #: udaddons/updraftplus-addons.php:747
@@ -2178,7 +2234,7 @@ msgstr "Vypadá to, že IP adresa vašeho webového serveru (%s) je zablokovaná
2178
  #: addons/onedrive.php:619 methods/updraftvault.php:569
2179
  #: udaddons/updraftplus-addons.php:747
2180
  msgid "UpdraftPlus.com has responded with 'Access Denied'."
2181
- msgstr "OpdraftPlus.com odpověděl 'Přístup odepřen'."
2182
 
2183
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:17
2184
  msgid "Premium WooCommerce plugins"
@@ -2186,7 +2242,7 @@ msgstr "Prémiové WooCommerce pluginy"
2186
 
2187
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:17
2188
  msgid "Free two-factor security plugin"
2189
- msgstr "Dvou-úrovňový bezpečnostní plugin zdarma"
2190
 
2191
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:17
2192
  msgid "More Quality Plugins"
@@ -2207,7 +2263,7 @@ msgstr "UpdraftPlus Premium"
2207
 
2208
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:9
2209
  msgid "Follow this link to sign up."
2210
- msgstr "Pro registraci následujte tento odkaz."
2211
 
2212
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:9
2213
  msgid "Free Newsletter"
@@ -2220,43 +2276,43 @@ msgstr "Děkujeme, že zálohujete s UpdraftPlus!"
2220
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:2
2221
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:21
2222
  msgid "Dismiss (for %s months)"
2223
- msgstr "Schovat (na %s měsíců)"
2224
 
2225
  #: addons/fixtime.php:422
2226
  msgid "(at same time as files backup)"
2227
  msgstr "(ve stejný čas, jako záloha souborů)"
2228
 
2229
- #: admin.php:2786
2230
  msgid "No backup has been completed"
2231
  msgstr "Žádná záloha nebyla dokončena"
2232
 
2233
  #: templates/wp-admin/settings/tab-addons.php:14
2234
  msgid "The first step is to de-install the free version."
2235
- msgstr "První krok je odinstalování verze zdarma."
2236
 
2237
  #: templates/wp-admin/settings/tab-addons.php:14
2238
  msgid "If you have made a purchase from UpdraftPlus.Com, then follow this link to the instructions to install your purchase."
2239
- msgstr "Pokud jste provedli objednávku z UpdraftPlus.Com, následujte tento odkaz nainstalování toho, co jste si zakoupili."
2240
 
2241
  #: templates/wp-admin/settings/header.php:12
2242
  msgid "Newsletter sign-up"
2243
- msgstr "Přihlášení k newsletterům"
2244
 
2245
  #: includes/updraftplus-notices.php:142
2246
  msgid "Follow this link to sign up for the UpdraftPlus newsletter."
2247
- msgstr "Pro přihlášení k UpdraftPlus newsletteru klikněte na tento odkaz."
2248
 
2249
  #: templates/wp-admin/settings/tab-addons.php:136
2250
  msgid "Backup non-WordPress files and databases"
2251
- msgstr ""
2252
 
2253
  #: templates/wp-admin/settings/tab-addons.php:19
2254
  msgid "Ask a pre-sales question"
2255
- msgstr "Položit otázku předprodeje"
2256
 
2257
  #: templates/wp-admin/settings/tab-addons.php:18
2258
  msgid "Pre-sales FAQs"
2259
- msgstr "Časté otázky přeprodeje"
2260
 
2261
  #: templates/wp-admin/settings/tab-addons.php:17
2262
  msgid "Full feature list"
@@ -2268,11 +2324,11 @@ msgstr "Získat UpdraftPlus Premium"
2268
 
2269
  #: templates/wp-admin/settings/tab-addons.php:14
2270
  msgid "You are currently using the free version of UpdraftPlus from wordpress.org."
2271
- msgstr "Aktuálně používáte neplacenou verzi UpdraftPlus z wordpress.org."
2272
 
2273
- #: addons/autobackup.php:1003
2274
  msgid "Backup (where relevant) plugins, themes and the WordPress database with UpdraftPlus before updating"
2275
- msgstr "Před nahráním zálohovat s UpdraftPlus (kde je opodstatnění) pluginy, témata a WordPress databázi"
2276
 
2277
  #: methods/s3.php:136 methods/s3.php:137 methods/s3.php:138 methods/s3.php:146
2278
  #: methods/s3.php:147 methods/s3.php:148
@@ -2289,18 +2345,18 @@ msgctxt "Uploader: Drop backup files here - or - Select Files"
2289
  msgid "or"
2290
  msgstr "nebo"
2291
 
2292
- #: admin.php:577
2293
  msgid "You did not select any components to restore. Please select at least one, and then try again."
2294
  msgstr "Nevybrali jste nic k obnovení. Vyberte alespoň jednu věc a zkuste to znovu."
2295
 
2296
  #: addons/sftp.php:379
2297
  msgctxt "Do not translate BEGIN RSA PRIVATE KEY. PCKS1, XML, PEM and PuTTY are also technical acronyms which should not be translated."
2298
  msgid "PKCS1 (PEM header: BEGIN RSA PRIVATE KEY), XML and PuTTY format keys are accepted."
2299
- msgstr "Jsou akceptovány PKCS1 (PEM hlavička: BEGIN RSA PRIVATE KEY), XML a PuTTY formáty klíčů."
2300
 
2301
  #: addons/sftp.php:342
2302
  msgid "Resuming partial uploads is supported for SFTP, but not for SCP. Thus, if using SCP then you will need to ensure that your webserver allows PHP processes to run long enough to upload your largest backup file."
2303
- msgstr "Pokračování částečného nahrávání je podporování SFTP, ale ne SCP. Pokud tedy používáte SCP, je potřeba se ujistit, že váš webserver podporuje tak dlouhý běh PHP procesu, aby se nahrál i největší soubor zálohy."
2304
 
2305
  #: methods/openstack2.php:152
2306
  msgctxt "\"tenant\" is a term used with OpenStack storage - Google for \"OpenStack tenant\" to get more help on its meaning"
@@ -2310,52 +2366,51 @@ msgstr "tenant"
2310
  #: methods/openstack2.php:102
2311
  msgctxt "Keystone and swauth are technical terms which cannot be translated"
2312
  msgid "This needs to be a v2 (Keystone) authentication URI; v1 (Swauth) is not supported."
2313
- msgstr "Musí být v2 (Keystone) autentifikační URI; v1 (Swauth) není podporováno."
2314
 
2315
  #: templates/wp-admin/settings/form-contents.php:287
2316
  msgid "your site's admin address"
2317
- msgstr "adresa administrátora vašich stránek"
2318
 
2319
  #: templates/wp-admin/settings/form-contents.php:287
2320
  msgid "Check this box to have a basic report sent to"
2321
- msgstr "Pokud chcete zaslat základní report, zaškrtněte toto políčko"
2322
 
2323
- #: admin.php:2795
2324
  msgctxt "i.e. Non-automatic"
2325
  msgid "Manual"
2326
  msgstr "Ručně"
2327
 
2328
- #: restorer.php:2080
2329
  msgctxt "The user is being told the number of times an error has happened, e.g. An error (27) occurred"
2330
  msgid "An error (%s) occurred:"
2331
- msgstr "Nastalo %s chyb:"
2332
 
2333
  #: addons/lockadmin.php:173
2334
  msgid "Change Lock Settings"
2335
- msgstr "Změnit nastavení zámku"
2336
 
2337
  #: addons/morefiles.php:185
2338
  msgid "Any other file/directory on your server that you wish to back up"
2339
- msgstr "Jakýkoliv další soubor/složka na serveru, které si přejete zálohovat"
2340
 
2341
- #: admin.php:2053
2342
  msgid "For even more features and personal support, check out "
2343
- msgstr "pro ještě více schopností a osobní podpory se podívejte na"
2344
 
2345
- #: restorer.php:2086
2346
  msgid "Create table failed - probably because there is no permission to drop tables and the table already exists; will continue"
2347
- msgstr "Tvorba tabulky selhala - pravděpodobně proto, že tabulka již existuje a není oprávnění pro její smazání; pokračuji"
2348
 
2349
- #: restorer.php:1222
2350
  msgid "Clearing cached pages (%s)..."
2351
- msgstr "Mazání stránek z cache (%s)..."
2352
 
2353
- #: addons/moredatabase.php:45
2354
  msgid "Database decryption phrase"
2355
- msgstr "dešifrovací fráze pro databázi"
2356
 
2357
- #: addons/autobackup.php:131 addons/autobackup.php:968
2358
- #: addons/autobackup.php:976 admin.php:582
2359
  msgid "Automatic backup before update"
2360
  msgstr "Automatická záloha před aktualizací"
2361
 
@@ -2385,7 +2440,7 @@ msgstr "Jinak bude zobrazen výchozí odkaz."
2385
 
2386
  #: addons/lockadmin.php:171
2387
  msgid "Anyone seeing the lock screen will be shown this URL for support - enter a website address or an email address."
2388
- msgstr "Každému, kdo uvidí uzamykací stránku, se zobrazí tato URL pro podporu - vložte adresu stránky, nebo emailovou adresu."
2389
 
2390
  #: addons/lockadmin.php:171
2391
  msgid "Support URL"
@@ -2425,27 +2480,27 @@ msgstr "Nastavení uloženo."
2425
 
2426
  #: addons/lockadmin.php:114
2427
  msgid "The admin password has been changed."
2428
- msgstr "Heslo admina bylo změněno."
2429
 
2430
  #: addons/lockadmin.php:112
2431
  msgid "An admin password has been set."
2432
- msgstr "Heslo admina bylo nastaveno."
2433
 
2434
  #: addons/lockadmin.php:110
2435
  msgid "The admin password has now been removed."
2436
- msgstr "Heslo admina bylo odstraněno."
2437
 
2438
  #: addons/morefiles.php:74
2439
  msgid "(learn more about this significant option)"
2440
- msgstr "(dozvědět se víc o této významné možnosti)"
2441
 
2442
  #: udaddons/options.php:273
2443
  msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
2444
- msgstr "Po získání add-onů můžete z nastavení níže odstranit své heslo (ale ne email) bez toho, aniž byste ovlivnili přístup stránky k aktualizacím."
2445
 
2446
- #: admin.php:2377 admin.php:3283
2447
  msgid "View Log"
2448
- msgstr "Zobrazit log"
2449
 
2450
  #: templates/wp-admin/settings/existing-backups-table.php:13
2451
  msgid "Backup data (click to download)"
@@ -2460,40 +2515,40 @@ msgstr "Datum zálohy"
2460
  msgid "and retain this many scheduled backups"
2461
  msgstr "a uchovat tolik naplánovaných záloh"
2462
 
2463
- #: admin.php:2756
2464
  msgid "incremental backup; base backup: %s"
2465
  msgstr "kumulativní záloha; základní záloha: %s"
2466
 
2467
  #: templates/wp-admin/advanced/lock-admin.php:9
2468
  msgid "For the ability to lock access to UpdraftPlus settings with a password, upgrade to UpdraftPlus Premium."
2469
- msgstr "Pro možnost zamčení nastavení UpdraftPlus heslem přejděte na UpdraftPlus Premium."
2470
 
2471
  #: templates/wp-admin/settings/downloading-and-restoring.php:52
2472
  msgid "Upload files into UpdraftPlus."
2473
- msgstr "Nahrát soubory do UpdraftPlus."
2474
 
2475
- #: admin.php:805 includes/class-commands.php:363
2476
  #: templates/wp-admin/settings/tab-status.php:22
2477
  msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
2478
- msgstr "Tlačítko \"Zálohovat nyní\" není aktivní, protože do složky se zálohami nelze zapisovat (jděte do záložky \"Nastavení\" a najděte odpovídající možnost)."
2479
 
2480
- #: class-updraftplus.php:3851
2481
  msgid "Backup label:"
2482
  msgstr "Štítek zálohy:"
2483
 
2484
- #: admin.php:1580
2485
  msgid "Error: unexpected file read fail"
2486
- msgstr "Chyba: čtení neočekávaného souboru"
2487
 
2488
- #: backup.php:2962
2489
  msgid "check your log for more details."
2490
- msgstr "pro více informací zkontrolujte log."
2491
 
2492
- #: backup.php:2960
2493
  msgid "your web hosting account appears to be full; please see: %s"
2494
- msgstr "váš web hostingový účet se zdá být plný; prosím podívejte se: %s"
2495
 
2496
- #: backup.php:2958
2497
  msgid "A zip error occurred"
2498
  msgstr "Objevila se chyba zip"
2499
 
@@ -2503,31 +2558,31 @@ msgstr "Váš štítek pro tuto zálohu (nepovinné)"
2503
 
2504
  #: addons/googlecloud.php:822 methods/googledrive.php:915
2505
  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."
2506
- msgstr "%s nepovoluje autorizaci stránek hostovaných na IP adrese. Nejprve musíte změnit adresu stránky (%s), abyste mohli použít %s pro ukládání."
2507
 
2508
  #: methods/updraftvault.php:608 udaddons/updraftplus-addons.php:789
2509
  msgid "You entered an email address that was not recognised by UpdraftPlus.Com"
2510
- msgstr "Vložili jste emailovou adresu, která nebyla UpdraftPlus.Com rozpoznána."
2511
 
2512
  #: methods/updraftvault.php:605 udaddons/updraftplus-addons.php:785
2513
  msgid "Your email address was valid, but your password was not recognised by UpdraftPlus.Com."
2514
- msgstr "Váše emailová adresa byla správná, ale heslo nebylo UpdraftPlus.Com rozpoznáno."
2515
 
2516
  #: methods/updraftvault.php:545 udaddons/updraftplus-addons.php:655
2517
  msgid "You need to supply both an email address and a password"
2518
- msgstr "Musíte poskytnout jak email, tak heslo"
2519
 
2520
  #: templates/wp-admin/settings/tab-status.php:89
2521
  msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
2522
- msgstr "Pro pokračování stiskněte 'Zálohovat nyní'. Pak sledujte, zda se mění 'Poslední zpráva logu'."
2523
 
2524
- #: class-updraftplus.php:3870
2525
  msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
2526
  msgstr "Pokud chcete obnovit multisite zálohu, měli byste nejdřív nastavit svůj WordPress jako multisite."
2527
 
2528
- #: class-updraftplus.php:3870
2529
  msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
2530
- msgstr "Vaše záloha je z Wordpress multisite instalace, ale tato stránka ne. Budou k dispozici pouze první stránky."
2531
 
2532
  #: addons/migrator.php:1063
2533
  msgid "already done"
@@ -2543,7 +2598,7 @@ msgstr "Hledání a nahrazování tabulky:"
2543
 
2544
  #: addons/migrator.php:314
2545
  msgid "Enter a comma-separated list; otherwise, leave blank for all tables."
2546
- msgstr "Vložte seznam oddělený čárkami; pro všechny tabulky nechte prázdné."
2547
 
2548
  #: addons/migrator.php:314
2549
  msgid "These tables only"
@@ -2555,27 +2610,27 @@ msgstr "Řádků na dávku"
2555
 
2556
  #: udaddons/options.php:102
2557
  msgid "You have not yet connected with your UpdraftPlus.Com account."
2558
- msgstr "Zatím nejste spojeni se svým UpdraftPlus.Com účtem."
2559
 
2560
  #: udaddons/options.php:100 udaddons/options.php:102
2561
  msgid "You need to connect to receive future updates to UpdraftPlus."
2562
  msgstr "Pro budoucí aktualizace se musíte spojit s UpdraftPlus."
2563
 
2564
- #: class-updraftplus.php:3843
2565
  msgid "Any support requests to do with %s should be raised with your web hosting company."
2566
  msgstr "Jakákoliv žádost o podporu týkající se %s, by měla být řešena s vaším poskytovatelem hostingu."
2567
 
2568
- #: class-updraftplus.php:3843
2569
  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."
2570
- msgstr "Měli byste pokračovat pouze pokud neaktualizujete současný server a jste si jisti (nebo ochotni riskovat), že vyše pluginy / témata / atd. jsou kompatibilní se starší verzí %s."
2571
 
2572
- #: class-updraftplus.php:3843
2573
  msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
2574
  msgstr "Což je velký rozdíl oproti verzi, na kterou chcete zálohu obnovit (verze %s)."
2575
 
2576
- #: class-updraftplus.php:3843
2577
  msgid "The site in this backup was running on a webserver with version %s of %s. "
2578
- msgstr "Stránka z této zálohy běžela na webserveru s verzí %s z %s."
2579
 
2580
  #: includes/updraftplus-notices.php:133 includes/updraftplus-notices.php:134
2581
  msgid "LinkedIn"
@@ -2596,43 +2651,43 @@ msgstr "Twitter"
2596
 
2597
  #: includes/updraftplus-notices.php:132
2598
  msgid "UpdraftPlus is on social media - check us out!"
2599
- msgstr ""
2600
 
2601
- #: admin.php:3344
2602
  msgid "Why am I seeing this?"
2603
  msgstr "Proč tohle vidím?"
2604
 
2605
  #: templates/wp-admin/settings/downloading-and-restoring.php:39
2606
  msgid "The location of this directory is set in the expert settings, in the Settings tab."
2607
- msgstr "Umístění složky je uloženo v pokročilém nastavení, na záložce Nastavení."
2608
 
2609
  #: templates/wp-admin/settings/downloading-and-restoring.php:39
2610
  msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
2611
  msgstr "Pro podívání se po nových zálohách, které jste nahráli do složky UpdraftPlus (na vašem hostingu) klikněte zde."
2612
 
2613
- #: admin.php:1528 admin.php:1540
2614
  msgid "Start backup"
2615
  msgstr "Zahájit zálohu"
2616
 
2617
- #: class-updraftplus.php:3815 restorer.php:985
2618
  msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
2619
- msgstr "Používáte %s webserver, ale vypadá to, že nemáte načtený %s modul."
2620
 
2621
- #: admin.php:2700
2622
  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."
2623
- msgstr "Pro konzultaci, jak povolit WordPress pluginu zapisovat do složky, budete potřebovat kontaktovat vašeho poskytovatele."
2624
 
2625
  #: templates/wp-admin/advanced/advanced-tools.php:6
2626
  msgid "Unless you have a problem, you can completely ignore everything here."
2627
- msgstr "Pokud nemáte žádný problém, můžete ignorovat všechno, co tu je."
2628
 
2629
- #: admin.php:1739
2630
  msgid "This file could not be uploaded"
2631
  msgstr "Tento soubor nemůže být nahrán"
2632
 
2633
- #: admin.php:1704
2634
  msgid "You will find more information about this in the Settings section."
2635
- msgstr "Více informací o tom najdete v sekci Nastavení."
2636
 
2637
  #: addons/importer.php:70
2638
  msgid "Supported backup plugins: %s"
@@ -2640,31 +2695,31 @@ msgstr "Podporované zálohovací pluginy: %s"
2640
 
2641
  #: addons/importer.php:70
2642
  msgid "Was this a backup created by a different backup plugin? If so, then you might first need to rename it so that it can be recognised - please follow this link."
2643
- msgstr "Je toto záloha provedená jiným zálohovacím pluginem? Pokud ano, budete ho možná nejdříve muset přejmenovat, aby mohla být rozpoznána - prosím následujte odkaz."
2644
 
2645
  #: templates/wp-admin/settings/form-contents.php:58
2646
  msgid "Tell me more about incremental backups"
2647
- msgstr "Řekněte mi víc o přírůstkových zálohách"
2648
 
2649
  #: templates/wp-admin/advanced/site-info.php:42
2650
  msgid "Memory limit"
2651
  msgstr "Limit paměti"
2652
 
2653
- #: class-updraftplus.php:3957 restorer.php:1430
2654
  msgid "restoration"
2655
  msgstr "obnovení"
2656
 
2657
- #: restorer.php:2031
2658
  msgid "Table to be implicitly dropped: %s"
2659
  msgstr "Tabulka, která bude implicitně smazána: %s"
2660
 
2661
- #: backup.php:829
2662
  msgid "Incremental"
2663
- msgstr "Přírůstková"
2664
 
2665
- #: backup.php:829
2666
  msgid "Full backup"
2667
- msgstr "Plná záloha"
2668
 
2669
  #: addons/autobackup.php:488 addons/autobackup.php:490
2670
  msgid "now proceeding with the updates..."
@@ -2672,13 +2727,13 @@ msgstr "nyní pokračovat s aktualizacemi..."
2672
 
2673
  #: addons/autobackup.php:488 addons/autobackup.php:490
2674
  msgid "(view log...)"
2675
- msgstr "(zobrazit log...)"
2676
 
2677
  #: addons/autobackup.php:488 addons/autobackup.php:490
2678
  msgid "Backup succeeded"
2679
- msgstr "Záloha úspěšná"
2680
 
2681
- #: admin.php:2796 admin.php:2797 admin.php:2798 updraftplus.php:92
2682
  #: updraftplus.php:93
2683
  msgid "Every %s hours"
2684
  msgstr "Každých %s hodin"
@@ -2689,19 +2744,19 @@ msgstr "najít a nahradit"
2689
 
2690
  #: addons/migrator.php:316
2691
  msgid "Go"
2692
- msgstr "Začni"
2693
 
2694
  #: addons/migrator.php:305
2695
  msgid "A search/replace cannot be undone - are you sure you want to do this?"
2696
- msgstr "Najít/nahradit nemůže být vráceno zpět - jste si jisti, že to chcete udělat?"
2697
 
2698
  #: addons/migrator.php:304
2699
  msgid "This can easily destroy your site; so, use it with care!"
2700
- msgstr "Toto může snad zničit vaši stránku, takže to používejte opatrně!"
2701
 
2702
  #: addons/migrator.php:274 addons/migrator.php:312
2703
  msgid "Replace with"
2704
- msgstr "Nahradit s"
2705
 
2706
  #: addons/migrator.php:273 addons/migrator.php:311
2707
  msgid "Search for"
@@ -2717,23 +2772,23 @@ msgstr "Najít/nahradit databázi"
2717
  msgid "search term"
2718
  msgstr "hledaný výraz"
2719
 
2720
- #: restorer.php:2108
2721
  msgid "Too many database errors have occurred - aborting"
2722
- msgstr "Vyskytlo se příliš mnoho chyb databáze - přerušuji"
2723
 
2724
- #: backup.php:895
2725
  msgid "read more at %s"
2726
  msgstr "čtete více na %s"
2727
 
2728
- #: backup.php:895
2729
  msgid "Email reports created by UpdraftPlus (free edition) bring you the latest UpdraftPlus.com news"
2730
- msgstr "Emailové reporty vytvořené pomocí UpdraftPlus (verze zdarma) vám přináší UpdraftPlus.com novinky"
2731
 
2732
  #: methods/googledrive.php:921
2733
  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."
2734
- msgstr "Poznámka: Pokud nainstalujete UpdraftPlus na několika WordPress stránkách, nemůžete použít jeden projekt pro všechny. Pro každou stránku musíte v Google API konzoli vytvořit nový."
2735
 
2736
- #: admin.php:3112
2737
  msgid "You have not yet made any backups."
2738
  msgstr "Zatím jste nevytvořili žádnou zálohu."
2739
 
@@ -2743,118 +2798,118 @@ msgstr "Možnosti databáze"
2743
 
2744
  #: templates/wp-admin/advanced/site-info.php:88
2745
  msgid "Plugins for debugging:"
2746
- msgstr "Pluginy pro debugování:"
2747
 
2748
  #: templates/wp-admin/advanced/site-info.php:67
2749
  msgid "%s (%s used)"
2750
- msgstr "%s (%s použito)"
2751
 
2752
  #: templates/wp-admin/advanced/site-info.php:67
2753
  msgid "Free disk space in account:"
2754
  msgstr "Volné místo na disku pro účet:"
2755
 
2756
- #: admin.php:3856 templates/wp-admin/settings/tab-status.php:27
2757
  msgid "This button is disabled because your backup directory is not writable (see the settings)."
2758
  msgstr "Toto tlačítko je zakázané, protože se do vaší složky pro zálohy nedá zapisovat (podívejte se do nastavení)."
2759
 
2760
- #: admin.php:418 admin.php:551 admin.php:1393
2761
  #: includes/deprecated-actions.php:30
2762
  #: templates/wp-admin/settings/downloading-and-restoring.php:22
2763
  #: templates/wp-admin/settings/tab-bar.php:6
2764
  msgid "Existing Backups"
2765
  msgstr "Existující zálohy"
2766
 
2767
- #: admin.php:410 templates/wp-admin/settings/tab-bar.php:5
2768
  msgid "Current Status"
2769
  msgstr "Současný stav"
2770
 
2771
- #: admin.php:810
2772
  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."
2773
  msgstr "Ke změně výchozího nastavení toho, co se zálohuje, k nastavení naplánovaných záloh, k odeslání záloh na vzdálené uložiště (doporučujeme) a mnoho dalšího, jděte na záložku nastavení."
2774
 
2775
- #: admin.php:810
2776
  msgid "To make a backup, just press the Backup Now button."
2777
- msgstr "K vytvoření zálohy prostě stiskněte tlačítko Zálohovat nyní."
2778
 
2779
- #: admin.php:810
2780
  msgid "Welcome to UpdraftPlus!"
2781
  msgstr "Vítejte v UpdraftPlus!"
2782
 
2783
- #: addons/moredatabase.php:336
2784
  msgid "If you enter text here, it is used to encrypt database backups (Rijndael). <strong>Do make a separate record of it and do not lose it, or all your backups <em>will</em> be useless.</strong> This is also the key used to decrypt backups from this admin interface (so if you change it, then automatic decryption will not work until you change it back)."
2785
- msgstr "Pokud sem vložíte text, bude použit k šifrování zálohy databáze (Rijndael). <strong>Zaznamenejte si ho a neztraťte ho, nebo <em>budou</em> vaše zálohy k ničemu.</strong> Je to zároveň klíč k dešifrování záloh z tohoto admin prostředí (takže pokud ho změníte, nebude automatické dešifrování fungovat, dokud ho nezměníte zpět)."
2786
 
2787
- #: addons/moredatabase.php:250
2788
  msgid "Testing..."
2789
- msgstr "Testuji..."
2790
 
2791
- #: addons/moredatabase.php:237
2792
  msgid "Test connection..."
2793
  msgstr "Test spojení..."
2794
 
2795
- #: addons/moredatabase.php:236
2796
  msgid "Table prefix"
2797
  msgstr "Prefix tabulky"
2798
 
2799
- #: addons/moredatabase.php:230
2800
  msgid "Backup external database"
2801
  msgstr "Zálohovat externí databázi"
2802
 
2803
- #: addons/moredatabase.php:158
2804
  msgid "Add an external database to backup..."
2805
- msgstr "Přidat externí databázi do zálohy..."
2806
 
2807
- #: addons/moredatabase.php:154
2808
  msgid "If your database includes extra tables that are not part of this WordPress site (you will know if this is the case), then activate this option to also back them up."
2809
- msgstr "Pokud vaše databáze obsahuje extra tabulky, které nejsou součástí této WordPress instalace (měli byste vědět, jestli tomu tak je), pak aktivujte tuto možnost, abyste je také zazálohovaly."
2810
 
2811
- #: addons/moredatabase.php:153
2812
  msgid "Backup non-WordPress tables contained in the same database as WordPress"
2813
- msgstr "Záloha ne-WordPressových tabulek obsažených ve stejné databázi, jako WordPress"
2814
 
2815
- #: addons/moredatabase.php:153
2816
  msgid "This option will cause tables stored in the MySQL database which do not belong to WordPress (identified by their lacking the configured WordPress prefix, %s) to also be backed up."
2817
- msgstr "Tato možnost způsobí, že budou zazálohovány i tabulky v MySQL databázi, které nepatří k WordPressu (identifikace je provedena pomocí chybějícího WordPress prefixu %s)."
2818
 
2819
- #: addons/moredatabase.php:138
2820
  msgid "Connection failed."
2821
  msgstr "Spojení se nezdařilo."
2822
 
2823
- #: addons/moredatabase.php:136
2824
  msgid "Connection succeeded."
2825
- msgstr "Spojení úspěšné."
2826
 
2827
- #: addons/moredatabase.php:118
2828
  msgid "%s total table(s) found; %s with the indicated prefix."
2829
- msgstr "%s tabulek nalezeno celkem; %s s daným prefixem."
2830
 
2831
- #: addons/moredatabase.php:112
2832
  msgid "%s table(s) found."
2833
- msgstr "Tabulek nalezeno: %s."
2834
 
2835
- #: addons/moredatabase.php:85
2836
  msgid "database connection attempt failed"
2837
  msgstr "selhal pokus o připojení k databázi"
2838
 
2839
- #: addons/moredatabase.php:74
2840
  msgid "database name"
2841
  msgstr "jméno databáze"
2842
 
2843
- #: addons/moredatabase.php:72
2844
  msgid "host"
2845
  msgstr "host"
2846
 
2847
- #: addons/moredatabase.php:70
2848
  msgid "user"
2849
  msgstr "uživatel"
2850
 
2851
- #: class-updraftplus.php:1394
2852
  msgid "External database (%s)"
2853
  msgstr "Externí databáze (%s)"
2854
 
2855
  #: methods/googledrive.php:921
2856
  msgid "Follow this link to your Google API Console, and there activate the Drive API and create a Client ID in the API Access section."
2857
- msgstr "Následujte tento odkaz do vaší Google API konzole a aktivujte tam Drive API a vytvořte Client ID v sekci API Access."
2858
 
2859
  #: methods/googledrive.php:386
2860
  msgid "failed to access parent folder"
@@ -2865,13 +2920,13 @@ msgstr "nepodařilo se přistoupit k nadřazené složce"
2865
  msgid "However, subsequent access attempts failed:"
2866
  msgstr "Nicméně následné pokusy o připojení selhaly:"
2867
 
2868
- #: admin.php:3137
2869
  msgid "External database"
2870
  msgstr "Externí databáze"
2871
 
2872
  #: templates/wp-admin/settings/form-contents.php:321
2873
  msgid "This will also cause debugging output from all plugins to be shown upon this screen - please do not be surprised to see these."
2874
- msgstr "Způsobí to, že se zde zobrazí i debug výstup ostatních pluginů - nebuďte proto překvapeni, že tomu tak je."
2875
 
2876
  #: templates/wp-admin/settings/form-contents.php:261
2877
  msgid "Back up more databases"
@@ -2895,9 +2950,9 @@ msgstr "Nechcete být špehování? UpdraftPlus Premium dokáže zálohu databá
2895
 
2896
  #: templates/wp-admin/settings/form-contents.php:96
2897
  msgid "use UpdraftPlus Premium"
2898
- msgstr "použít UpdraftPlus Premium"
2899
 
2900
- #: class-updraftplus.php:3730
2901
  msgid "Decryption failed. The database file is encrypted."
2902
  msgstr "Dešifrování selhalo. Soubor databáze je šifrován."
2903
 
@@ -2905,25 +2960,25 @@ msgstr "Dešifrování selhalo. Soubor databáze je šifrován."
2905
  msgid "Only the WordPress database can be restored; you will need to deal with the external database manually."
2906
  msgstr "Obnovena může být pouze WordPress databáze; s externí databází si budete muset poradit ručně."
2907
 
2908
- #: restorer.php:1687 restorer.php:2053 restorer.php:2090 restorer.php:2103
2909
  msgid "An error occurred on the first %s command - aborting run"
2910
- msgstr "Při prvním %s příkazu nastala chyba - ruším běh"
2911
 
2912
- #: addons/moredatabase.php:93 backup.php:1357
2913
  msgid "Connection failed: check your access details, that the database server is up, and that the network connection is not firewalled."
2914
  msgstr "Připojení selhalo: zkontrolujte přístupové údaje, jestli server s databází běží a zda nebrání síťovému běhu firewall."
2915
 
2916
- #: backup.php:1357
2917
  msgid "database connection attempt failed."
2918
- msgstr "pokus o připojení k databázi selhal."
2919
 
2920
  #: addons/migrator.php:951
2921
  msgid "Warning: the database's home URL (%s) is different to what we expected (%s)"
2922
- msgstr "Varování: domovská URL databáze (%s) je jiná, než jsme očekávali (%s)"
2923
 
2924
  #: addons/google-enhanced.php:75
2925
  msgid "In %s, path names are case sensitive."
2926
- msgstr "V %s u cesty záleží na velikosti písmen."
2927
 
2928
  #: addons/azure.php:524 addons/google-enhanced.php:73 addons/onedrive.php:989
2929
  msgid "If you leave it blank, then the backup will be placed in the root of your %s"
@@ -2940,7 +2995,7 @@ msgstr "Pokud složka neexistuje, bude vytvořena."
2940
 
2941
  #: addons/google-enhanced.php:73 addons/onedrive.php:989
2942
  msgid "Enter the path of the %s folder you wish to use here."
2943
- msgstr "Vložte cestu k %s složce, kterou zde chcete použít."
2944
 
2945
  #: addons/azure.php:517 methods/openstack2.php:133
2946
  msgid "Container"
@@ -2952,11 +3007,11 @@ msgstr "Pro zvolení výchozího nechte prázdné."
2952
 
2953
  #: methods/openstack2.php:107
2954
  msgid "Tenant"
2955
- msgstr "Nájemník"
2956
 
2957
  #: methods/openstack2.php:107
2958
  msgid "Follow this link for more information"
2959
- msgstr "Pro více informací následujte tento odkaz"
2960
 
2961
  #: methods/openstack2.php:99 methods/openstack2.php:157
2962
  msgid "authentication URI"
@@ -2964,7 +3019,7 @@ msgstr "ověřovací URI"
2964
 
2965
  #: methods/openstack2.php:94
2966
  msgid "Get your access credentials from your OpenStack Swift provider, and then pick a container name to use for storage. This container will be created for you if it does not already exist."
2967
- msgstr "Získejte přihlašovací údaje od svého poskytovatele OpenStack Swift a pak vyberte jméno kontejneru, který chcete použít jako uložiště. Pokud daný kontejner neexistuje, bude pro vás vytvořen."
2968
 
2969
  #: methods/addon-base.php:194 methods/addon-base.php:214
2970
  msgid "Failed to download %s"
@@ -2982,29 +3037,29 @@ msgstr "nepodařilo se získat seznam souborů"
2982
  msgid "Failed to upload %s"
2983
  msgstr "Nahrání %s se nezdařilo"
2984
 
2985
- #: methods/dropbox.php:600 methods/dropbox.php:602
2986
  msgid "Success:"
2987
  msgstr "Úspěch:"
2988
 
2989
- #: addons/onedrive.php:997 methods/dropbox.php:501
2990
  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."
2991
- msgstr "<strong>Poté</strong> co uložíte nastavení (kliknutím na \"Uložit změny\" níže), vraťte se sem a klikněte na tento odkaz pro dokončení ověření s %s."
2992
 
2993
- #: addons/onedrive.php:995 methods/dropbox.php:498
2994
  msgid "(You appear to be already authenticated)."
2995
  msgstr "(Vypadá to, že již jste ověřeni)."
2996
 
2997
- #: methods/dropbox.php:493 methods/dropbox.php:499 methods/dropbox.php:501
2998
  msgid "Dropbox"
2999
  msgstr "Dropbox"
3000
 
3001
- #: addons/onedrive.php:994 methods/dropbox.php:493
3002
  msgid "Authenticate with %s"
3003
- msgstr "Ověření s %s"
3004
 
3005
  #: methods/cloudfiles.php:409
3006
  msgid "Error downloading remote file: Failed to download"
3007
- msgstr "Chyba při stahování vzdáleného souboru: Nepodařilo se ho stáhnout"
3008
 
3009
  #: methods/openstack-base.php:472 methods/openstack-base.php:477
3010
  msgid "Region: %s"
@@ -3012,7 +3067,7 @@ msgstr "Oblast: %s"
3012
 
3013
  #: methods/openstack-base.php:471
3014
  msgid "%s error - we accessed the container, but failed to create a file within it"
3015
- msgstr "%s chyba - přistoupili jsme ke kontejneru, ale nepodařilo se nám v něm vytvořit soubor"
3016
 
3017
  #: methods/openstack-base.php:389
3018
  msgid "The %s object was not found"
@@ -3027,16 +3082,16 @@ msgstr "Nepodařilo se přistoupit ke kontejneru %s"
3027
  #: methods/openstack-base.php:115 methods/openstack-base.php:304
3028
  #: methods/openstack-base.php:369
3029
  msgid "%s error - failed to access the container"
3030
- msgstr "%s chyba - nepodařilo se přistoupit ke kontejneru"
3031
 
3032
- #: addons/googlecloud.php:902 addons/onedrive.php:996 methods/dropbox.php:508
3033
  #: methods/googledrive.php:970
3034
  msgid "Account holder's name: %s."
3035
  msgstr "Jméno držitele účtu: %s."
3036
 
3037
  #: methods/googledrive.php:959
3038
  msgid "To be able to set a custom folder name, use UpdraftPlus Premium."
3039
- msgstr "Pokud chcete moct nastavit vlastní název složky, použijte UpdraftPlus Premium."
3040
 
3041
  #: methods/googledrive.php:950
3042
  msgid "It is an ID number internal to Google Drive"
@@ -3076,27 +3131,27 @@ msgstr "Budete muset požádat svého poskytovatele o aktualizaci."
3076
  msgid "This remote storage method (%s) requires PHP %s or later."
3077
  msgstr "Toto vzdálené uložiště (%s) vyžaduje PHP %s, nebo novější."
3078
 
3079
- #: admin.php:3689
3080
  msgid "Theme directory (%s) not found, but lower-case version exists; updating database option accordingly"
3081
- msgstr "Složka tématu (%s) nebyla nalezena, ale existuje její verze s malými písmeny; patřičně upravuji možnost databáze"
3082
 
3083
  #: templates/wp-admin/advanced/site-info.php:93
3084
  msgid "Call"
3085
- msgstr "Zavolat"
3086
 
3087
  #: templates/wp-admin/advanced/site-info.php:91
3088
  msgid "Fetch"
3089
- msgstr "Přinést"
3090
 
3091
  #: addons/migrator.php:375
3092
  #: templates/wp-admin/settings/downloading-and-restoring.php:56
3093
  #: templates/wp-admin/settings/form-contents.php:208
3094
  msgid "This feature requires %s version %s or later"
3095
- msgstr "Tato vlastnost vyžaduje %s verzi %s, nebo novější"
3096
 
3097
- #: restorer.php:2236
3098
  msgid "Elegant themes theme builder plugin data detected: resetting temporary folder"
3099
- msgstr "Detekován Elegant themes theme builder plugin: resetuji dočasnou složku"
3100
 
3101
  #: restorer.php:316
3102
  msgid "%s files have been extracted"
@@ -3120,7 +3175,7 @@ msgstr "Pro zajištění kompatibility byste měli aktualizovat UpdraftPlus."
3120
 
3121
  #: udaddons/updraftplus-addons.php:208
3122
  msgid "It has been tested up to version %s."
3123
- msgstr "Byla testována do verze %s."
3124
 
3125
  #: udaddons/updraftplus-addons.php:208
3126
  msgid "The installed version of UpdraftPlus Backup/Restore has not been tested on your version of WordPress (%s)."
@@ -3131,7 +3186,7 @@ msgid "password/key"
3131
  msgstr "heslo/klíč"
3132
 
3133
  #: addons/azure.php:510 addons/migrator.php:2198 addons/sftp.php:376
3134
- #: admin.php:598
3135
  msgid "Key"
3136
  msgstr "Klíč"
3137
 
@@ -3147,23 +3202,23 @@ msgstr "Vložený klíč není ve správném formátu, nebo je poškozen."
3147
  msgid "SCP/SFTP password/key"
3148
  msgstr "SCP/SFTP heslo/klíč"
3149
 
3150
- #: admin.php:3172
3151
  msgid "Files backup (created by %s)"
3152
- msgstr "Záloha souborů (vytvořil %s)"
3153
 
3154
- #: admin.php:3172
3155
  msgid "Files and database WordPress backup (created by %s)"
3156
- msgstr "Záloha souborů a databáze WordPressu (vytvořil %s)"
3157
 
3158
- #: addons/importer.php:261 admin.php:3166 class-updraftplus.php:2427
3159
  msgid "Backup created by: %s."
3160
  msgstr "Zálohu vytvořil: %s."
3161
 
3162
- #: admin.php:3135
3163
  msgid "Database (created by %s)"
3164
- msgstr "Databáze (vytvořil %s)"
3165
 
3166
- #: admin.php:3129 admin.php:3168
3167
  msgid "unknown source"
3168
  msgstr "neznámý zdroj"
3169
 
@@ -3175,106 +3230,106 @@ msgstr "Znovu prohledat vzdálené uložiště"
3175
  msgid "Upload backup files"
3176
  msgstr "Nahrát soubory zálohy"
3177
 
3178
- #: admin.php:1783
3179
  msgid "This backup was created by %s, and can be imported."
3180
  msgstr "Tuto zálohu vytvořil %s a může být importována."
3181
 
3182
- #: admin.php:839
3183
  msgid "Read this page for a guide to possible causes and how to fix it."
3184
  msgstr "Na této stránce je návod s možnými příčinami a opravami."
3185
 
3186
- #: admin.php:839
3187
  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."
3188
- msgstr "WordPress má {%d} zpožděných naplánovaných úkolů. Pokud není tato stránka vývojářská, je pravděpodobné, že plánovač ve vašem WordPressu nefunguje."
3189
 
3190
- #: admin.php:563 class-updraftplus.php:2434
3191
  msgid "If this is a backup created by a different backup plugin, then UpdraftPlus Premium may be able to help you."
3192
  msgstr "Pokud je toto záloha vytvořená jiným pluginem pro zálohu, pak by vám mohl pomoci UpdraftPlus Premium."
3193
 
3194
- #: admin.php:562
3195
  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."
3196
- msgstr "Nicméně archivy UpdraftPlus jsou běžné zip/SQL soubory - takže pokud si jste jisti, že má váš soubor správný formát, můžete ho přejmenovat, aby odpovídal danému vzoru."
3197
 
3198
- #: admin.php:562 admin.php:563 class-updraftplus.php:2434
3199
  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))."
3200
- msgstr "Tento soubor nevypadá jako archiv se zálohou UpdraftPlus (takové soubory jsou .zip, nebo .gz soubory, které mají jméno ve tvaru: backup_(čas)_(název stránky)_(kód)_(typ).(zip|gz))."
3201
 
3202
- #: admin.php:3169 includes/class-wpadmin-commands.php:143 restorer.php:1399
3203
  msgid "Backup created by unknown source (%s) - cannot be restored."
3204
  msgstr "Záloha vytvořena neznámým zdrojem (%s) - nemůže být obnovena."
3205
 
3206
- #: restorer.php:809 restorer.php:857
3207
  msgid "The WordPress content folder (wp-content) was not found in this zip file."
3208
  msgstr "Složka WordPressu s obsahem (wp-content) nebyla v tomto zip souboru nalezena."
3209
 
3210
- #: restorer.php:673
3211
  msgid "This version of UpdraftPlus does not know how to handle this type of foreign backup"
3212
  msgstr "Tato verze UpdraftPlus neví, jak zpracovat tento typ cizí zálohy"
3213
 
3214
- #: methods/dropbox.php:302
3215
  msgid "%s returned an unexpected HTTP response: %s"
3216
  msgstr "%s vrátil neočekávanou HTTP odpověď: %s"
3217
 
3218
  #: addons/sftp.php:885
3219
  msgid "The UpdraftPlus module for this file access method (%s) does not support listing files"
3220
- msgstr "UpdraftPlus modul pro tento typ přístupu k souborům (%s) nepodporuje výpis souborů"
3221
 
3222
  #: methods/cloudfiles.php:234 methods/dropbox.php:281
3223
  #: methods/openstack-base.php:103
3224
  msgid "No settings were found"
3225
  msgstr "Nebylo nalezeno žádné nastavení"
3226
 
3227
- #: class-updraftplus.php:2555
3228
  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."
3229
- msgstr "Jedna nebo více záloh byla přidána z prohledání vzdáleného uložiště; Upozorňujeme, že tyto zálohy nebudou automaticky smazány skrze \"ponechat\" nastavení; Pokud je budete chtít smazat, musíte to udělat ručně."
3230
 
3231
- #: admin.php:530
3232
  msgid "Rescanning remote and local storage for backup sets..."
3233
- msgstr "Prohledávám vzdálená a lokální uložiště kvůli zálohám..."
3234
 
3235
  #: addons/googlecloud.php:865 addons/googlecloud.php:880
3236
  #: addons/s3-enhanced.php:46 addons/s3-enhanced.php:60
3237
  msgid "(Read more)"
3238
- msgstr "(Číst více)"
3239
 
3240
  #: addons/migrator.php:752
3241
  msgid "Adjusting multisite paths"
3242
- msgstr "Nastavování vícestránkových (WPMU) cest"
3243
 
3244
  #: addons/reporting.php:414
3245
  msgid "Log all messages to syslog (only server admins are likely to want this)"
3246
- msgstr "Logovat veškeré zprávy do syslogu (nastavení pouze pro správce serveru)"
3247
 
3248
- #: addons/morefiles.php:421
3249
  msgid "No backup of location: there was nothing found to back up"
3250
- msgstr ""
3251
 
3252
- #: addons/moredatabase.php:229 addons/morefiles.php:224
3253
- #: addons/morefiles.php:238
3254
  msgid "Remove"
3255
  msgstr "Odstranit"
3256
 
3257
  #: methods/s3.php:814
3258
  msgid "Other %s FAQs."
3259
- msgstr "Ostatní frekventované otázky ohledně %s."
3260
 
3261
  #: templates/wp-admin/settings/form-contents.php:321
3262
  msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
3263
- msgstr "Zaškrtněte, pokud chcete dostávat více informací a mailů o procesu záloh - užitečné pokud se něco pokazí."
3264
 
3265
- #: addons/morefiles.php:375 admin.php:2888
3266
  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."
3267
  msgstr "Při vkládání více souborů/složek, je oddělujte čárkou. Pro objekty vrchní úrovně můžete na začátku, nebo na konci použít zástupný znak *."
3268
 
3269
- #: restorer.php:2225
3270
  msgid "Custom content type manager plugin data detected: clearing option cache"
3271
- msgstr "Detekován plugin pro režii vlastního obsahu: mažu možnost cache"
3272
 
3273
- #: class-updraftplus.php:3957 methods/ftp.php:284 restorer.php:1430
3274
  msgid "Your hosting company must enable these functions before %s can work."
3275
- msgstr "Dokud váš provozovatel hostingu nepovolí tyto funkce, nebude %s pracovat."
3276
 
3277
- #: class-updraftplus.php:3957 methods/ftp.php:284 restorer.php:1429
3278
  msgid "Your web server's PHP installation has these functions disabled: %s."
3279
  msgstr "Instalace PHP na serveru má zakázány následující funkce: %s."
3280
 
@@ -3290,13 +3345,13 @@ msgstr "šifrované FTP (implicitní šifrování)"
3290
  msgid "regular non-encrypted FTP"
3291
  msgstr "běžné nešifrované FTP"
3292
 
3293
- #: restorer.php:1591
3294
  msgid "Backup created by:"
3295
  msgstr "Zálohu vytvořil:"
3296
 
3297
  #: udaddons/options.php:482
3298
  msgid "Available to claim on this site"
3299
- msgstr "Dostupné pro tuto stránku"
3300
 
3301
  #: udaddons/updraftplus-addons.php:229
3302
  msgid "To maintain your access to support, please renew."
@@ -3316,19 +3371,19 @@ msgstr "Váš placený přístup k podpoře UpdraftPlus vypršel."
3316
 
3317
  #: udaddons/updraftplus-addons.php:223
3318
  msgid "Your paid access to UpdraftPlus updates for this site will soon expire."
3319
- msgstr "Placený přístup k aktualizacím UpdraftPlus na těchto stránkách brzy vyprší."
3320
 
3321
  #: udaddons/updraftplus-addons.php:221 udaddons/updraftplus-addons.php:223
3322
  msgid "To retain your access, and maintain access to updates (including future features and compatibility with future WordPress releases) and support, please renew."
3323
- msgstr "K zachování přístupu a udržení přístupu k aktualizacím (včetně budoucích novinek a kompatibility s budoucími vydáními WordPressu) a podpoře, ho prosím obnovte."
3324
 
3325
  #: udaddons/updraftplus-addons.php:221
3326
  msgid "Your paid access to UpdraftPlus updates for %s of the %s add-ons on this site will soon expire."
3327
- msgstr "Váš placený přístup k UpdraftPlus aktualizacím pro %s z %s add-onů na této stránce brzy vyprší."
3328
 
3329
  #: udaddons/updraftplus-addons.php:217
3330
  msgid "Your paid access to UpdraftPlus updates for %s add-ons on this site has expired."
3331
- msgstr "Váš placený přístup k aktualizacím UpdraftPlus add-onů %s na této stránce vypršel."
3332
 
3333
  #: udaddons/updraftplus-addons.php:215 udaddons/updraftplus-addons.php:217
3334
  msgid "To regain access to updates (including future features and compatibility with future WordPress releases) and support, please renew."
@@ -3336,99 +3391,99 @@ msgstr "Pro obnovení přístupu k aktualizacím (včetně budoucích novinek a
3336
 
3337
  #: udaddons/updraftplus-addons.php:215
3338
  msgid "Your paid access to UpdraftPlus updates for this site has expired. You will no longer receive updates to UpdraftPlus."
3339
- msgstr "Placený přístup k UpdraftPlus aktualizacím pro tuto stránku vypršel. Nadále nebudete dostávat aktualizace pro UpdraftPlus."
3340
 
3341
  #: udaddons/updraftplus-addons.php:180
3342
  msgid "Dismiss from main dashboard (for %s weeks)"
3343
- msgstr "Odstranit z hlavní nástěnky (na %s týdnů)"
3344
 
3345
- #: class-updraftplus.php:4007
3346
  msgid "The attempt to undo the double-compression succeeded."
3347
  msgstr "Pokus o dvojitou dekompresi byl úspěšný."
3348
 
3349
- #: class-updraftplus.php:3984 class-updraftplus.php:4005
3350
  msgid "The attempt to undo the double-compression failed."
3351
  msgstr "Pokus o dvojitou dekompresi selhal."
3352
 
3353
- #: class-updraftplus.php:3977
3354
  msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
3355
- msgstr "Databázový soubor se zdá být dvakrát komprimovaný - stránka z které jste ho stáhli měl pravděpodobně špatně nastavený webserver."
3356
 
3357
  #: includes/class-wpadmin-commands.php:271
3358
  msgid "Constants"
3359
  msgstr "Konstanty"
3360
 
3361
- #: backup.php:1578
3362
  msgid "Failed to open database file for reading:"
3363
  msgstr "Otevření souboru pro čtení selhalo:"
3364
 
3365
- #: backup.php:1405
3366
  msgid "No database tables found"
3367
  msgstr "V databázi nebyla nalezena žádná tabulka."
3368
 
3369
- #: backup.php:1403
3370
  msgid "please wait for the rescheduled attempt"
3371
- msgstr "prosím počkejte na přeložený pokus"
3372
 
3373
  #: addons/reporting.php:189
3374
  msgid "Note that warning messages are advisory - the backup process does not stop for them. Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
3375
  msgstr "Berte na vědomí, že varovné zprávy jsou doporučené - proces zálohy se kvůli nim nezastaví. Místo toho poskytnou informace, které pro vás mohou být užitečné, nebo mohou poskytnout původce problému, pokud se záloha nezdaří."
3376
 
3377
- #: restorer.php:2119
3378
  msgid "Database queries processed: %d in %.2f seconds"
3379
- msgstr "Zpracováno databázových dotazů: %d během %.2f vteřin"
3380
 
3381
  #: addons/migrator.php:1258
3382
  msgid "Searching and replacing reached row: %d"
3383
- msgstr "Hledání a nahrazení dosáhlo řádek: %d"
3384
 
3385
  #: addons/migrator.php:675
3386
  msgid "Skipping this table: data in this table (%s) should not be search/replaced"
3387
- msgstr "Přeskakuji tuto tabulku: data v této tabulce (%s) by neměly být vyhledány/změněny"
3388
 
3389
  #: addons/onedrive.php:97
3390
  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)"
3391
- msgstr "Plný účet: na Vašem %s účtu zbývá pouze %d bytů prostoru, nahrávanému souboru zbývá %d bytů k úplnému nahrání (celková velikost: %d bytů)"
3392
 
3393
  #: udaddons/updraftplus-addons.php:391 udaddons/updraftplus-addons.php:396
3394
  msgid "Errors occurred:"
3395
  msgstr "Objevily se chyby:"
3396
 
3397
- #: admin.php:3364
3398
  msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
3399
- msgstr "Pro stažení log souboru tohoto obnovení pokračujte zde (je třeba pro jakýkoliv požadavek podpory)."
3400
 
3401
  #: templates/wp-admin/settings/form-contents.php:365
3402
  msgid "See this FAQ also."
3403
- msgstr "Podívejte se i na tyto často kladené otázky."
3404
 
3405
  #: templates/wp-admin/settings/form-contents.php:144
3406
  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."
3407
- msgstr "Pokud si nezvolíte žádné vzdálené uložiště, zůstanou zálohy na tomto webserveru. To se nedoporučuje (pokud je ovšem nemáte v plánu ručně stáhnout do počítače), protože ztráta/zničení webserveru by znamenala ztracení jak webu, tak i záloh najednou."
3408
 
3409
  #: templates/wp-admin/settings/delete-and-restore-modals.php:42
3410
  msgid "Retrieving (if necessary) and preparing backup files..."
3411
- msgstr "Získávám (pokud je potřeba) a připravuji soubory k zálohování..."
3412
 
3413
  #: includes/class-wpadmin-commands.php:114
3414
  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)."
3415
- msgstr "PHP nastavení na tomto webserveru umožňuje, aby PHP běželo pouze %s sekund a nedovoluje, aby byl limit zvýšen. Pokud budete importovat velké množství dat a čas pro operaci obnovy vyprší, pak budete muset požádat svého poskytovatele hostingu o způsob, jak navýšit tento limit (nebo se pokusíte o obnovení kousek po kousku)."
3416
 
3417
- #: restorer.php:664
3418
  msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
3419
- msgstr "Existují nesmazané složky z předchozí obnovy (Než to zkusíte znovu, zmáčkněte prosím tlačítko \"Smazat staré složky\"): %s"
3420
 
3421
- #: admin.php:814 class-updraftplus.php:597
3422
  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)"
3423
- msgstr "Čas, po který mohou pluginy WordPressu běžet je velmi malý (%s sekund) - měli byste zvýšit limit, abyste se vyhnuli chybám při zálohách způsobených nedostatkem času (pomoc konzultujte s vaším poskytovatelem hostingu - jde o nastavení PHP max_execution_time; doporučená hodnota je minimálně %s sekund)"
3424
 
3425
  #: addons/migrator.php:683
3426
  msgid "Replacing in blogs/site table: from: %s to: %s"
3427
- msgstr "Nahrazení v tabulce blogu/stránky: z: %s na: %s"
3428
 
3429
  #: addons/migrator.php:258
3430
  msgid "%s: Skipping cache file (does not already exist)"
3431
- msgstr "%s: Přeskočen cache soubor (ještě neexistuje)"
3432
 
3433
  #: addons/migrator.php:245
3434
  msgid "Disabled this plugin: %s: re-activate it manually when you are ready."
@@ -3437,31 +3492,31 @@ msgstr "Deaktivován plugin: %s: až budete připraveni, plugin opět ručně ak
3437
  #: addons/sftp.php:640 addons/sftp.php:643 includes/ftp.class.php:44
3438
  #: includes/ftp.class.php:47
3439
  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."
3440
- msgstr "Připojení %s vypršel čas; pokud jste server zadali správně, pak je tato chyba běžně způsobena blokací firewallu - doporučujeme konzultaci s poskytovatelem hostingu."
3441
 
3442
- #: admin.php:3697
3443
  msgid "The current theme was not found; to prevent this stopping the site from loading, your theme has been reverted to the default theme"
3444
- msgstr "Aktuální téma nebylo nalezeno; aby nedošlo k zastavení načítání stránky, bylo vaše téma vráceno zpět na původní"
3445
 
3446
- #: admin.php:1961 admin.php:1971
3447
  msgid "Restore failed..."
3448
  msgstr "Obnova selhala..."
3449
 
3450
- #: addons/moredatabase.php:125 admin.php:1182
3451
  msgid "Messages:"
3452
  msgstr "Zprávy:"
3453
 
3454
- #: restorer.php:1955
3455
  msgid "An SQL line that is larger than the maximum packet size and cannot be split was found; this line will not be processed, but will be dropped: %s"
3456
- msgstr "Byl nalezen řádek SQL, který nemůže být rozdělen a je větší, než maximální velikost paketu; tento řádek nebude proveden, ale bude vypuštěn: %s"
3457
 
3458
- #: restorer.php:444
3459
  msgid "The directory does not exist"
3460
  msgstr "Složka neexistuje"
3461
 
3462
  #: addons/cloudfiles-enhanced.php:268
3463
  msgid "New User's Email Address"
3464
- msgstr "E-mailová adresa nového uživatele"
3465
 
3466
  #: addons/cloudfiles-enhanced.php:265
3467
  msgid "New User's Username"
@@ -3477,11 +3532,11 @@ msgstr "Uživatelské jméno administrátora"
3477
 
3478
  #: addons/cloudfiles-enhanced.php:254
3479
  msgid "US or UK Rackspace Account"
3480
- msgstr "Účet na US nebo UK Rackspace"
3481
 
3482
  #: addons/cloudfiles-enhanced.php:246
3483
  msgid "Enter your Rackspace admin username/API key (so that Rackspace can authenticate your permission to create new users), and enter a new (unique) username and email address for the new user and a container name."
3484
- msgstr "Vložte Rackspace administrátorské jméno/API klíč (takže Rackspace může ověřit vaše právo vytváření nových uživatelů) a vložte nové (jedinečné) uživatelské jméno a mailovou adresu pro nového uživatele a název kontejneru."
3485
 
3486
  #: addons/cloudfiles-enhanced.php:243
3487
  msgid "Create new API user and container"
@@ -3507,11 +3562,11 @@ msgstr "Neúspěšná operace s Cloud Files (%s)"
3507
 
3508
  #: addons/cloudfiles-enhanced.php:138
3509
  msgid "Conflict: that user or email address already exists"
3510
- msgstr "Konflikt: tento uživatel nebo e-mailová adresa již existuje"
3511
 
3512
  #: addons/cloudfiles-enhanced.php:74
3513
  msgid "You need to enter a valid new email address"
3514
- msgstr "Musíte zadat správnou e-mailovou adresu"
3515
 
3516
  #: addons/cloudfiles-enhanced.php:70
3517
  msgid "You need to enter a container"
@@ -3535,142 +3590,142 @@ msgstr "Vytvořte nového API uživatele s přístupem pouze k tomuto kontejneru
3535
 
3536
  #: addons/cloudfiles-enhanced.php:29
3537
  msgid "Adds enhanced capabilities for Rackspace Cloud Files users"
3538
- msgstr "Přidejte vylepšené možnosti pro Rackspace Cloud Files uživatele"
3539
 
3540
  #: addons/cloudfiles-enhanced.php:28
3541
  msgid "Rackspace Cloud Files, enhanced"
3542
  msgstr "Rackspace Cloud Files, vylepšeno"
3543
 
3544
- #: addons/cloudfiles-enhanced.php:275 methods/cloudfiles-new.php:132
3545
  msgid "Cloud Files Container"
3546
  msgstr "Kontejner Cloud Files"
3547
 
3548
- #: methods/cloudfiles-new.php:127
3549
  msgid "Cloud Files API Key"
3550
  msgstr "API klíč Cloud Files"
3551
 
3552
- #: methods/cloudfiles-new.php:122
3553
  msgid "To create a new Rackspace API sub-user and API key that has access only to this Rackspace container, use this add-on."
3554
- msgstr "K vytvoření nového Rackspace API pod-uživatele a API klíče, který má přístup pouze k tomuto Rackspace kontejneru, použijte tento add-on."
3555
 
3556
- #: methods/cloudfiles-new.php:119
3557
  msgid "Cloud Files Username"
3558
- msgstr "Uživatelské jméno ke Cloud Files"
3559
 
3560
- #: addons/cloudfiles-enhanced.php:45 methods/cloudfiles-new.php:105
3561
  msgid "London (LON)"
3562
  msgstr "Londýn (LON)"
3563
 
3564
- #: addons/cloudfiles-enhanced.php:44 methods/cloudfiles-new.php:104
3565
  msgid "Hong Kong (HKG)"
3566
- msgstr "Hong Kong (HKG)"
3567
 
3568
- #: addons/cloudfiles-enhanced.php:43 methods/cloudfiles-new.php:103
3569
  msgid "Northern Virginia (IAD)"
3570
  msgstr "Severní Virginia (IAD)"
3571
 
3572
- #: addons/cloudfiles-enhanced.php:42 methods/cloudfiles-new.php:102
3573
  msgid "Chicago (ORD)"
3574
  msgstr "Chicago (ORD)"
3575
 
3576
- #: addons/cloudfiles-enhanced.php:41 methods/cloudfiles-new.php:101
3577
  msgid "Sydney (SYD)"
3578
  msgstr "Sydney (SYD)"
3579
 
3580
- #: addons/cloudfiles-enhanced.php:40 methods/cloudfiles-new.php:100
3581
  msgid "Dallas (DFW) (default)"
3582
  msgstr "Dallas (DFW) (výchozí)"
3583
 
3584
- #: addons/cloudfiles-enhanced.php:271 methods/cloudfiles-new.php:95
3585
  msgid "Cloud Files Storage Region"
3586
- msgstr "Region Cloud Files úložiště"
3587
 
3588
- #: methods/cloudfiles-new.php:87
3589
  msgid "Accounts created at rackspacecloud.com are US-accounts; accounts created at rackspace.co.uk are UK-based"
3590
- msgstr "Účty vytvořené na rackspacecloud.com jsou US účty; účty vytvořené na rackspace.co.uk jsou UK účty"
3591
 
3592
- #: methods/cloudfiles-new.php:85
3593
  msgid "US or UK-based Rackspace Account"
3594
- msgstr "US nebo UK účet Rackspace"
3595
 
3596
- #: addons/cloudfiles-enhanced.php:255 methods/cloudfiles-new.php:85
3597
  msgid "Accounts created at rackspacecloud.com are US accounts; accounts created at rackspace.co.uk are UK accounts."
3598
- msgstr "Účty vytvořené na rackspacecloud.com jsou US účty; účty vytvořené na rackspace.co.uk jsou UK účty"
3599
 
3600
  #: addons/cloudfiles-enhanced.php:136 addons/s3-enhanced.php:197
3601
  #: methods/cloudfiles-new.php:39 methods/openstack-base.php:431
3602
  #: methods/openstack-base.php:433 methods/openstack-base.php:453
3603
  #: methods/openstack2.php:25
3604
  msgid "Authorisation failed (check your credentials)"
3605
- msgstr "Ověření selhalo (zkontrolujte Vaše údaje)"
3606
 
3607
  #: methods/updraftvault.php:525 udaddons/options.php:265
3608
  msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
3609
- msgstr "Vyskytla se neznámá chyba při pokusu o připojení k UpdraftPlus.Com"
3610
 
3611
- #: admin.php:576 central/bootstrap.php:513
3612
  msgid "Create"
3613
  msgstr "Vytvořit"
3614
 
3615
- #: admin.php:538
3616
  msgid "Trying..."
3617
- msgstr "Zkouším..."
3618
 
3619
- #: admin.php:537
3620
  msgid "The new user's RackSpace console password is (this will not be shown again):"
3621
  msgstr "Konzolové heslo (již nebude znovu zobrazeno) nového uživatele RackSpace:"
3622
 
3623
- #: class-updraftplus.php:1406
3624
  msgid "(when decrypted)"
3625
  msgstr "(po dešifrování)"
3626
 
3627
- #: admin.php:548 admin.php:3639
3628
  msgid "Error data:"
3629
  msgstr "Chybová data:"
3630
 
3631
- #: admin.php:3315
3632
  msgid "Backup does not exist in the backup history"
3633
  msgstr "Záloha neexistuje v historii záloh"
3634
 
3635
- #: admin.php:2321
3636
  msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old). You should press this button to delete them as soon as you have verified that the restoration worked."
3637
  msgstr "Vaše WordPress instalace obsahuje staré složky ze stavu před obnovením/migrací (technická informace: tyto jsou označeny příponou -old). Jakmile ověříte, že obnova proběhla správně, měli byste je vymazat zmáčknutím tohoto tlačítka."
3638
 
3639
- #: restorer.php:1659
3640
  msgid "Split line to avoid exceeding maximum packet size"
3641
  msgstr "Abyste se vyhnuli překročení limitu pro velikost paketu, rozdělte řádek"
3642
 
3643
- #: restorer.php:1538
3644
  msgid "Your database user does not have permission to drop tables. We will attempt to restore by simply emptying the tables; this should work as long as you are restoring from a WordPress version with the same database structure (%s)"
3645
  msgstr "Váš uživatel databáze nemá oprávnění k mazání složek (příkaz DROP). Pokusíme se o obnovu jejich pouhým vyprázdněním; to by se mělo podařit, pokud obnovujete WordPress se stejnou databázovou strukturou (%s)"
3646
 
3647
- #: restorer.php:1357
3648
  msgid "New table prefix: %s"
3649
- msgstr "Předpona nové tabulky: %s"
3650
 
3651
- #: restorer.php:1045
3652
  msgid "File permissions do not allow the old data to be moved and retained; instead, it will be deleted."
3653
  msgstr "Oprávnění souborů nedovoluje, aby byla stará data přesunuta a zachována; místo toho budou smazána."
3654
 
3655
- #: restorer.php:1015 restorer.php:1029
3656
  msgid "%s: This directory already exists, and will be replaced"
3657
  msgstr "%s: Tato složka již existuje a bude nahrazena"
3658
 
3659
  #: restorer.php:160
3660
  msgid "Could not move the files into place. Check your file permissions."
3661
- msgstr "Nemohu přesunout soubory na místo. Zkontrolujte oprávnění souborů."
3662
 
3663
  #: restorer.php:159
3664
  msgid "Could not move new files into place. Check your wp-content/upgrade folder."
3665
- msgstr "Nemohu přesunout nová data na místo. Zkontrolujte vaši složku wp-content/upgrade."
3666
 
3667
  #: restorer.php:157
3668
  msgid "Could not move old files out of the way."
3669
- msgstr "Nemohu přesunout stará data z cesty."
3670
 
3671
  #: restorer.php:153
3672
  msgid "Moving old data out of the way..."
3673
- msgstr "Přesouvám stará data z cesty..."
3674
 
3675
  #: addons/reporting.php:405
3676
  msgid "Add another address..."
@@ -3678,37 +3733,37 @@ msgstr "Přidat další adresu..."
3678
 
3679
  #: addons/reporting.php:391
3680
  msgid "Enter addresses here to have a report sent to them when a backup job finishes."
3681
- msgstr "Pokud chcete poslat report zálohy po jejím skončení, vložte adresy."
3682
 
3683
  #: addons/reporting.php:366
3684
  msgid "Email reports"
3685
- msgstr "Reporty pro mail"
3686
 
3687
- #: class-updraftplus.php:1402 class-updraftplus.php:1407
3688
  msgid "%s checksum: %s"
3689
  msgstr "%s kontrolní součet: %s"
3690
 
3691
- #: class-updraftplus.php:1375 class-updraftplus.php:1377
3692
  msgid "files: %s"
3693
  msgstr "souborů: %s"
3694
 
3695
  #: addons/reporting.php:330
3696
  msgid "Use the \"Reporting\" section to configure the email addresses to be used."
3697
- msgstr "V sekci \"Reportování\" můžete nastavit mailové adresy, které se mají použít."
3698
 
3699
  #: addons/reporting.php:300
3700
  msgid " (with warnings (%s))"
3701
- msgstr "(s varováními (%s))"
3702
 
3703
  #: addons/reporting.php:298
3704
  msgid " (with errors (%s))"
3705
- msgstr "(s chybami (%s))"
3706
 
3707
  #: addons/reporting.php:239
3708
  msgid "Debugging information"
3709
- msgstr "Debug informace"
3710
 
3711
- #: addons/reporting.php:194 admin.php:3075
3712
  msgid "Uploaded to:"
3713
  msgstr "Nahráno do:"
3714
 
@@ -3748,113 +3803,113 @@ msgstr "%d hodin, %d minut, %d vteřin"
3748
  msgid "%d errors, %d warnings"
3749
  msgstr "%d chyb, %d varování"
3750
 
3751
- #: addons/onedrive.php:717 methods/dropbox.php:584
3752
  msgid "%s authentication"
3753
  msgstr "%s ověření"
3754
 
3755
- #: addons/onedrive.php:717 class-updraftplus.php:302 methods/dropbox.php:557
3756
- #: methods/dropbox.php:584 methods/dropbox.php:597 methods/dropbox.php:728
3757
  msgid "%s error: %s"
3758
- msgstr "%s chyby: %s"
3759
 
3760
- #: addons/googlecloud.php:815 methods/dropbox.php:468
3761
  msgid "%s logo"
3762
  msgstr "%s logo"
3763
 
3764
  #: methods/dropbox.php:214
3765
  msgid "%s did not return the expected response - check your log file for more details"
3766
- msgstr "%s nevrátil požadovanou odpověď - pro více informací zkontrolujte log soubor"
3767
 
3768
  #: methods/s3.php:279
3769
  msgid "The required %s PHP module is not installed - ask your web hosting company to enable it"
3770
- msgstr "Požadovaný %s modul PHP není nainstalován - požádejte svého poskytovatele hostingu, aby ho povolil"
3771
 
3772
  #: methods/email.php:74
3773
  msgid "For more options, use the \"%s\" add-on."
3774
- msgstr "Pro více možností použijte \"%s\" add-on."
3775
 
3776
  #: methods/email.php:73
3777
  msgid "Your site's admin email address (%s) will be used."
3778
- msgstr "Bude použit mail administrátora vašich stránek (%s)."
3779
 
3780
- #: admin.php:585 methods/updraftvault.php:276 methods/updraftvault.php:321
3781
  #: udaddons/options.php:244
3782
  msgid "Connect"
3783
  msgstr "Připojit"
3784
 
3785
  #: templates/wp-admin/settings/form-contents.php:289
3786
  msgid "For more reporting features, use the Reporting add-on."
3787
- msgstr "Pro více reportovacích možností použijte Reporting add-on."
3788
 
3789
- #: class-updraftplus.php:3803
3790
  msgid "(version: %s)"
3791
  msgstr "(verze: %s)"
3792
 
3793
- #: addons/reporting.php:438 admin.php:528
3794
  msgid "Be aware that mail servers tend to have size limits; typically around %s Mb; backups larger than any limits will likely not arrive."
3795
- msgstr "Mějte na vědomí, že mailové servery mívají limity pro velikost příloh; typicky okolo %s Mb; zálohy větší, než jakýkoliv limit pravděpodobně nedorazí."
3796
 
3797
- #: addons/reporting.php:438 admin.php:527
3798
  msgid "When the Email storage method is enabled, also send the entire backup"
3799
- msgstr "Pokud je povoleno uložiště přes mail, poslat zároveň celou zálohu"
3800
 
3801
- #: addons/reporting.php:153 backup.php:930
3802
  msgid "Latest status:"
3803
  msgstr "Poslední stav:"
3804
 
3805
- #: backup.php:929
3806
  msgid "Backup contains:"
3807
  msgstr "Záloha obsahuje:"
3808
 
3809
- #: backup.php:886
3810
  msgid "Backed up: %s"
3811
  msgstr "Zálohováno: %s"
3812
 
3813
- #: addons/reporting.php:236 backup.php:880
3814
  msgid "The log file has been attached to this email."
3815
- msgstr "K tomuto mailu byl připojen log soubor."
3816
 
3817
- #: backup.php:844
3818
  msgid "Unknown/unexpected error - please raise a support request"
3819
  msgstr "Neznámá/nečekaná chyba - prosím kontaktujte podporu"
3820
 
3821
- #: backup.php:841
3822
  msgid "Database only (files were not part of this particular schedule)"
3823
  msgstr "Pouze databáze (tento plán neobsahoval zálohu souborů)"
3824
 
3825
- #: backup.php:841
3826
  msgid "Database (files backup has not completed)"
3827
  msgstr "Databáze (záloha souboru nebyla dokončena)"
3828
 
3829
- #: backup.php:838
3830
  msgid "Files only (database was not part of this particular schedule)"
3831
  msgstr "Pouze soubory (tento plán neobsahoval zálohu databáze)"
3832
 
3833
- #: backup.php:838
3834
  msgid "Files (database backup has not completed)"
3835
  msgstr "Soubory (záloha databáze nebyla dokončena)"
3836
 
3837
- #: admin.php:229 backup.php:836
3838
  msgid "Files and database"
3839
  msgstr "Soubory a databáze"
3840
 
3841
- #: options.php:185
3842
  msgid "(This applies to all WordPress backup plugins unless they have been explicitly coded for multisite compatibility)."
3843
- msgstr "(Toto se vztahuje na všechny pluginy WordPressu, pokud nebyly speciálně naprogramovány s WPMU podporou.)"
3844
 
3845
- #: options.php:185
3846
  msgid "Without upgrading, UpdraftPlus allows <strong>every</strong> blog admin who can modify plugin settings to back up (and hence access the data, including passwords, from) and restore (including with customised modifications, e.g. changed passwords) <strong>the entire network</strong>."
3847
- msgstr "Bez upgradu dovoluje UpdraftPlus <strong>každému</strong> administrátorovi blogu, který může upravovat nastavení pluginu, zálohovat (a nakládat s daty, včetně hesel) a obnovovat (zahrnuje vlastní úpravy, třeba změnu hesel) <strong>celou síť</strong>."
3848
 
3849
- #: options.php:185
3850
  msgid "WordPress Multisite is supported, with extra features, by UpdraftPlus Premium, or the Multisite add-on."
3851
- msgstr "WPMU je podporováno s extra funkcemi prostřednictvím UpdraftPlus Premium, nebo Multisite add-onem."
3852
 
3853
- #: options.php:185
3854
  msgid "This is a WordPress multi-site (a.k.a. network) installation."
3855
- msgstr "Toto je WPMU (síťová) instalace."
3856
 
3857
- #: options.php:185
3858
  msgid "UpdraftPlus warning:"
3859
  msgstr "Varování UpdraftPlus:"
3860
 
@@ -3864,15 +3919,15 @@ msgstr "(nebo se připojte pomocí formuláře na této stránce, pokud jste se
3864
 
3865
  #: udaddons/options.php:474
3866
  msgid "please follow this link to update the plugin in order to activate it"
3867
- msgstr "Pokud chcete aktivovat aktualizaci pluginu, následujte tento odkaz"
3868
 
3869
  #: udaddons/options.php:471
3870
  msgid "please follow this link to update the plugin in order to get it"
3871
- msgstr "Pokud chcete získat aktualizaci pluginu, následujte tento odkaz"
3872
 
3873
  #: udaddons/options.php:461 udaddons/options.php:463
3874
  msgid "latest"
3875
- msgstr "nedávné"
3876
 
3877
  #: udaddons/options.php:459
3878
  msgid "Your version: %s"
@@ -3888,73 +3943,73 @@ msgstr "Podpora UpdraftPlus"
3888
 
3889
  #: udaddons/options.php:381
3890
  msgid "An update containing your addons is available for UpdraftPlus - please follow this link to get it."
3891
- msgstr "Je k dispozici aktualizace pro UpdraftPlus addony, které používáte - pro získání následujte odkaz."
3892
 
3893
  #: udaddons/options.php:370 udaddons/updraftplus-addons.php:256
3894
  msgid "UpdraftPlus Addons"
3895
- msgstr "UpdraftPlus Addony"
3896
 
3897
  #: udaddons/options.php:94
3898
  msgid "An update is available for UpdraftPlus - please follow this link to get it."
3899
- msgstr "Je k dospozici aktualizace UpdraftPlus - pro získání následujte tento odkaz."
3900
 
3901
  #: methods/updraftvault.php:598 methods/updraftvault.php:616
3902
  #: udaddons/updraftplus-addons.php:795
3903
  msgid "UpdraftPlus.Com returned a response, but we could not understand it"
3904
- msgstr "UpdraftPlus.Com vrátil odpověď, které nerozumíme"
3905
 
3906
  #: methods/updraftvault.php:612 udaddons/updraftplus-addons.php:792
3907
  msgid "Your email address and password were not recognised by UpdraftPlus.Com"
3908
- msgstr "UpdraftPlus.Com nerozpoznal vaši mailovou adresu a heslo"
3909
 
3910
  #: methods/updraftvault.php:571 udaddons/updraftplus-addons.php:752
3911
  msgid "UpdraftPlus.Com returned a response which we could not understand (data: %s)"
3912
- msgstr "UpdraftPlus.Com vrátil odpověď, které nerozumíme (data: %s)"
3913
 
3914
  #: udaddons/updraftplus-addons.php:682
3915
  msgid "UpdraftPlus.Com responded, but we did not understand the response"
3916
- msgstr "UpdraftPlus.Com odpověděl, ale odpovědi jsme nerozuměli"
3917
 
3918
  #: udaddons/updraftplus-addons.php:680
3919
  msgid "We failed to successfully connect to UpdraftPlus.Com"
3920
- msgstr "Nepodařilo se nám připojit k UpdraftPlus.Com"
3921
 
3922
  #: methods/email.php:74 templates/wp-admin/settings/form-contents.php:270
3923
  #: templates/wp-admin/settings/tab-addons.php:200
3924
  msgid "Reporting"
3925
- msgstr "Reportování"
3926
 
3927
- #: admin.php:4029
3928
  msgid "Options (raw)"
3929
  msgstr "Možnosti (holé)"
3930
 
3931
- #: addons/reporting.php:436 admin.php:526
3932
  msgid "Send a report only when there are warnings/errors"
3933
- msgstr "Poslat report pouze pokud nastanou varování/chyby"
3934
 
3935
- #: restorer.php:1602
3936
  msgid "Content URL:"
3937
  msgstr "URL obsahu:"
3938
 
3939
  #: restorer.php:157
3940
  msgid "You should check the file ownerships and permissions in your WordPress installation"
3941
- msgstr ""
3942
 
3943
  #: templates/wp-admin/settings/form-contents.php:174
3944
  msgid "See also the \"More Files\" add-on from our shop."
3945
- msgstr "Podívejte se také na \"More Files\" add-on z našeho obchodu."
3946
 
3947
- #: backup.php:2949 class-updraftplus.php:610
3948
  msgid "Your free space in your hosting account is very low - only %s Mb remain"
3949
- msgstr "Máte velmi málo volného místa na vašem hostingovém účtu - zbývá pouze %s Mb"
3950
 
3951
  #: class-updraftplus.php:594
3952
  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)"
3953
- msgstr "Množství paměti (RAM) povolené pro PHP je velmi malé (%s Mb) - pokud se chcete vyhnout chybám způsobeným nedostatečnou pamětí, zvyšte ji (pro více pomoci kontaktujte vašeho správce hostingu)"
3954
 
3955
  #: udaddons/options.php:547
3956
  msgid "Manage Addons"
3957
- msgstr "Spravovat addony"
3958
 
3959
  #: udaddons/options.php:489
3960
  msgid "Buy It"
@@ -3962,7 +4017,7 @@ msgstr "Koupit"
3962
 
3963
  #: udaddons/options.php:488
3964
  msgid "Get it from the UpdraftPlus.Com Store"
3965
- msgstr "Získat z obchodu UpdraftPlus.Com"
3966
 
3967
  #: udaddons/options.php:482 udaddons/options.php:484
3968
  msgid "activate it on this site"
@@ -3978,15 +4033,15 @@ msgstr "Přiděleno této stránce"
3978
 
3979
  #: udaddons/options.php:471
3980
  msgid "Available for this site (via your all-addons purchase)"
3981
- msgstr "Povolit pro tuto stránku (skrze vaši objednávku add-onů)"
3982
 
3983
  #: udaddons/options.php:465
3984
  msgid "(apparently a pre-release or withdrawn release)"
3985
- msgstr "(zřejmě před-verze, nebo uzavřená verze)"
3986
 
3987
  #: udaddons/options.php:425
3988
  msgid "Go here"
3989
- msgstr "Jděte sem"
3990
 
3991
  #: udaddons/options.php:425
3992
  msgid "Need to get support?"
@@ -3994,7 +4049,7 @@ msgstr "Potřebujete podporu?"
3994
 
3995
  #: udaddons/options.php:407
3996
  msgid "An error occurred when trying to retrieve your add-ons."
3997
- msgstr "Při obnově vašich add-onů došlo k chybě."
3998
 
3999
  #: udaddons/options.php:340
4000
  msgid "An unknown response was received. Response was:"
@@ -4006,27 +4061,27 @@ msgstr "Povolení nebylo uděleno - vaše přihlašovací údaje nebyly správn
4006
 
4007
  #: udaddons/options.php:337
4008
  msgid "Please wait whilst we make the claim..."
4009
- msgstr "Vytváříme požadavek, prosím čekejte..."
4010
 
4011
  #: udaddons/options.php:290
4012
  msgid "Errors occurred when trying to connect to UpdraftPlus.Com:"
4013
- msgstr "Při snaza o připojení k UpdraftPlus.Com nastaly tyto chyby:"
4014
 
4015
  #: udaddons/options.php:281
4016
  msgid "You are presently <strong>not connected</strong> to an UpdraftPlus.Com account."
4017
- msgstr "Právě <strong>nejste připojeni</strong> ke svému UpDraftPlus.Com účtu."
4018
 
4019
  #: udaddons/options.php:272
4020
  msgid "If you bought new add-ons, then follow this link to refresh your connection"
4021
- msgstr "Pokud jste si koupili nové add-ony, následujte tento odkaz k obnově vašeho připojení"
4022
 
4023
  #: udaddons/options.php:271
4024
  msgid "You are presently <strong>connected</strong> to an UpdraftPlus.Com account."
4025
- msgstr "Právě <strong>jste připojeni</strong> ke svému UpDraftPlus.Com účtu."
4026
 
4027
  #: udaddons/options.php:242
4028
  msgid "Interested in knowing about your UpdraftPlus.Com password security? Read about it here."
4029
- msgstr "Chcete vědět o bezpečí vašeho hesla u UpdraftPlus.Com? Čtěte zde."
4030
 
4031
  #: udaddons/options.php:183
4032
  msgid "Forgotten your details?"
@@ -4034,23 +4089,23 @@ msgstr "Zapomněli jste své údaje?"
4034
 
4035
  #: udaddons/options.php:172
4036
  msgid "Not yet got an account (it's free)? Go get one!"
4037
- msgstr "Stále ještě nemáte účet (je zdarma)? Získejte ho!"
4038
 
4039
  #: udaddons/options.php:141
4040
  msgid "Connect with your UpdraftPlus.Com account"
4041
- msgstr "Spojit s vaším UpdraftPlus.Com účtem"
4042
 
4043
  #: udaddons/options.php:120
4044
  msgid "Your web server's version of PHP is too old ("
4045
- msgstr "Verze PHP na vašem webserveru je příliš stará ("
4046
 
4047
  #: udaddons/options.php:114
4048
  msgid "You do seem to have the obsolete Updraft plugin installed - perhaps you got them confused?"
4049
- msgstr "Zdá se, že máte nainstalovaný zastaralý Updraft plugin - možná zmatení?"
4050
 
4051
  #: udaddons/options.php:113
4052
  msgid "Go here to begin installing it."
4053
- msgstr "Chcete-li začít instalaci, jděte sem."
4054
 
4055
  #: udaddons/options.php:113
4056
  msgid "UpdraftPlus is not yet installed."
@@ -4058,11 +4113,11 @@ msgstr "UpdraftPlus ještě není nainstalován."
4058
 
4059
  #: udaddons/options.php:110
4060
  msgid "Go here to activate it."
4061
- msgstr "Pro aktivaci jděte sem."
4062
 
4063
  #: udaddons/options.php:109
4064
  msgid "UpdraftPlus is not yet activated."
4065
- msgstr "UpdraftPlus stále není aktivován."
4066
 
4067
  #: udaddons/options.php:100 udaddons/options.php:102
4068
  msgid "Go here to connect."
@@ -4070,49 +4125,49 @@ msgstr "Pro připojení jděte sem."
4070
 
4071
  #: udaddons/options.php:100
4072
  msgid "You have not yet connected with your UpdraftPlus.Com account, to enable you to list your purchased add-ons."
4073
- msgstr "K tomu abyste mohli procházet zakoupené add-ony se musíte přihlásit vaším UpdraftPlus.Com účtem."
4074
 
4075
- #: addons/moredatabase.php:331 addons/moredatabase.php:362
4076
  msgid "Without it, encryption will be a lot slower."
4077
  msgstr "Bez něho bude šifrování mnohem pomalejší."
4078
 
4079
- #: addons/moredatabase.php:331 addons/moredatabase.php:362
4080
  msgid "Your web-server does not have the %s module installed."
4081
- msgstr "Váš webserver nemá nainstalovaný %s modul."
4082
 
4083
  #: addons/googlecloud.php:898 methods/googledrive.php:966
4084
  msgid "<strong>(You appear to be already authenticated,</strong> though you can authenticate again to refresh your access if you've had a problem)."
4085
- msgstr "(<strong>Zdá se, že jste již byli ověřeni,</strong> ale můžete být ověřeni znovu k obnově vašeho přístupu, pokud máte problém.)"
4086
 
4087
  #: templates/wp-admin/settings/downloading-and-restoring.php:62
4088
  msgid "Drop backup files here"
4089
- msgstr "Sem přesuňte soubory zálohy"
4090
 
4091
- #: admin.php:536
4092
  msgid "The web server returned an error code (try again, or check your web server logs)"
4093
- msgstr "Webserver vrátil chybový kód (zkuste to znovu, nebo zkontrolujte logy webserveru)"
4094
 
4095
- #: admin.php:534
4096
  msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
4097
  msgstr "Proces obnovy začal. Nemačkejte stop, ani nezavírejte prohlížeč, dokud se proces neoznačí za dokončený."
4098
 
4099
- #: admin.php:532
4100
  msgid "If you exclude both the database and the files, then you have excluded everything!"
4101
  msgstr "Pokud ze zálohy vyjmete databázi i soubory, pak jste vyjmuli všechno!"
4102
 
4103
- #: restorer.php:1596
4104
  msgid "Site home:"
4105
  msgstr "Úvodní stránka:"
4106
 
4107
  #: addons/morestorage.php:78
4108
  msgid "Remote Storage Options"
4109
- msgstr "Možnosti vzdáleného uložiště"
4110
 
4111
  #: addons/autobackup.php:292 addons/autobackup.php:382
4112
  msgid "(logs can be found in the UpdraftPlus settings page as normal)..."
4113
- msgstr "(logy jsou k dispozici v stránce nastavení UpdraftPlus jako normálně)..."
4114
 
4115
- #: addons/autobackup.php:252 addons/autobackup.php:1008
4116
  msgid "Remember this choice for next time (you will still have the chance to change it)"
4117
  msgstr "Zapamatovat tuto volbu pro příště (stále budete mít možnost ji změnit)"
4118
 
@@ -4122,32 +4177,32 @@ msgstr "Nahrávání selhalo"
4122
 
4123
  #: templates/wp-admin/settings/form-contents.php:135
4124
  msgid "You can send a backup to more than one destination with an add-on."
4125
- msgstr "S add-onem můžete zálohu odeslat na více, než jedno místo."
4126
 
4127
- #: admin.php:2539
4128
  msgid "Note: the progress bar below is based on stages, NOT time. Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
4129
  msgstr "Poznámka: ukazatel postupu je založen na fázích, NE čase. Nezastavujte zálohu jen proto, že to vypadá, že se nic neděje - to je normální."
4130
 
4131
- #: admin.php:2437
4132
  msgid "(%s%%, file %s of %s)"
4133
  msgstr "(%s%%, soubor %s z %s)"
4134
 
4135
- #: addons/autobackup.php:253 addons/autobackup.php:1013
4136
  #: addons/lockadmin.php:142
4137
  msgid "Read more about how this works..."
4138
  msgstr "Jak toto funguje? Čtěte více..."
4139
 
4140
  #: addons/sftp.php:485
4141
  msgid "Failed: We were able to log in, but failed to successfully create a file in that location."
4142
- msgstr "Chyba: Byli jsme schopni se přihlásit, ale nemohli jsme vytvořit soubor."
4143
 
4144
  #: addons/sftp.php:483
4145
  msgid "Failed: We were able to log in and move to the indicated directory, but failed to successfully create a file in that location."
4146
- msgstr "Chyba: Byli jsme schopni se přihlásit a přesunout se do dané složky, ale nemohli jsme vytvořit soubor."
4147
 
4148
  #: addons/sftp.php:402
4149
  msgid "Use SCP instead of SFTP"
4150
- msgstr "Použijte SCP místo SFTP"
4151
 
4152
  #: addons/sftp.php:46
4153
  msgid "SCP/SFTP user setting"
@@ -4159,145 +4214,145 @@ msgstr "SCP/SFTP nastavení hosta"
4159
 
4160
  #: methods/email.php:58
4161
  msgid "The attempt to send the backup via email failed (probably the backup was too large for this method)"
4162
- msgstr "Pokus o odeslání zálohy mailem selhal (pravděpodobně byla záloha pro tuto metodu příliš velká)"
4163
 
4164
  #: methods/email.php:45
4165
  msgid "Backup is of: %s."
4166
  msgstr "Záloha je z: %s."
4167
 
4168
- #: admin.php:623
4169
  msgid "%s settings test result:"
4170
- msgstr "%s nastavení testovací výsledek:"
4171
 
4172
- #: admin.php:3233 admin.php:3235
4173
  msgid "(Not finished)"
4174
- msgstr "(Neskončeno)"
4175
 
4176
- #: admin.php:3235
4177
  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."
4178
- msgstr "Pokud vidíte více záloh, než byste chtěli, je to pravděpodobně proto, že se staré zálohy nesmažou, dokud není nová hotová."
4179
 
4180
  #: templates/wp-admin/settings/form-contents.php:348
4181
  msgid "<b>Do not</b> place it inside your uploads or plugins directory, as that will cause recursion (backups of backups of backups of...)."
4182
- msgstr "<b>Neumisťujte</b> ji do složky uploads, nebo plugins, protože by to způsobilo rekurzi (záloha zálohy zálohy zálohy...)"
4183
 
4184
  #: templates/wp-admin/settings/form-contents.php:348
4185
  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)."
4186
- msgstr "Sem bude UpdraftPlus ukládat zip soubory, které bude vytvářet. Do složky musí být povolený zápis. Umístění je relativní vzhledem ke složce obsahu (v základu ke složce wp-content)."
4187
 
4188
- #: admin.php:2534
4189
  msgid "Job ID: %s"
4190
  msgstr "ID operace: %s"
4191
 
4192
- #: admin.php:2519
4193
  msgid "last activity: %ss ago"
4194
  msgstr "poslední aktivita: před %ss"
4195
 
4196
- #: admin.php:2518
4197
  msgid "next resumption: %d (after %ss)"
4198
- msgstr "další pokračování: %d (po %ss)"
4199
 
4200
- #: admin.php:2501 central/bootstrap.php:405 central/bootstrap.php:412
4201
  #: methods/updraftvault.php:356 methods/updraftvault.php:436
4202
  msgid "Unknown"
4203
  msgstr "Neznámý"
4204
 
4205
- #: admin.php:2451
4206
  msgid "Backup finished"
4207
- msgstr "Záloha dokončena"
4208
 
4209
- #: admin.php:2446
4210
  msgid "Waiting until scheduled time to retry because of errors"
4211
- msgstr "Došlo k chybám, s dalším pokusem čekám na naplánovaný čas"
4212
 
4213
- #: admin.php:2442
4214
  msgid "Pruning old backup sets"
4215
- msgstr "Odstraňuji staré zálohy"
4216
 
4217
- #: admin.php:2430
4218
  msgid "Uploading files to remote storage"
4219
- msgstr "Nahrávám soubory do vzdáleného uložiště"
4220
 
4221
- #: admin.php:2499
4222
  msgid "Encrypted database"
4223
- msgstr "Databáze zašifrována"
4224
 
4225
- #: admin.php:2491
4226
  msgid "Encrypting database"
4227
  msgstr "Šifrování databáze"
4228
 
4229
- #: admin.php:2465
4230
  msgid "Created database backup"
4231
  msgstr "Záloha databáze vytvořena"
4232
 
4233
- #: admin.php:2478
4234
  msgid "table: %s"
4235
  msgstr "tabulka: %s"
4236
 
4237
- #: admin.php:2476
4238
  msgid "Creating database backup"
4239
- msgstr "Vytvářím zálohu databáze"
4240
 
4241
- #: admin.php:2424
4242
  msgid "Created file backup zips"
4243
  msgstr "Zálohové zip soubory vytvořeny"
4244
 
4245
- #: admin.php:2411
4246
  msgid "Creating file backup zips"
4247
- msgstr "Vytvářím zálohové zip soubory"
4248
 
4249
- #: admin.php:2406
4250
  msgid "Backup begun"
4251
- msgstr "Záloha začala"
4252
 
4253
- #: admin.php:2249
4254
  msgid "Backups in progress:"
4255
  msgstr "Průběh zálohy:"
4256
 
4257
- #: admin.php:818
4258
  msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even &quot;Backup Now&quot;) unless either you have set up a facility to call the scheduler manually, or until it is enabled."
4259
- msgstr "Ve vaší instalaci WordPressu je pomocí DISABLE_WP_CRON zakázán plánovač. Nemůže být provedena žádná záloha (dokonce ani &quot;Zálohovat nyní&quot;), pokud nespouštíte plánovač ručně, nebo dokud ho nepovolíte."
4260
 
4261
- #: restorer.php:646
4262
  msgid "file"
4263
  msgstr "soubor"
4264
 
4265
- #: restorer.php:639
4266
  msgid "folder"
4267
  msgstr "složka"
4268
 
4269
- #: restorer.php:639 restorer.php:646
4270
  msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
4271
- msgstr "UpdraftPlus potřebuje vytvořit ve složce obsahu %s, ale selhal - zkontrolujte prosím oprávnění souborů a povolte přístup (%s)"
4272
 
4273
- #: class-updraftplus.php:2652
4274
  msgid "The backup has not finished; a resumption is scheduled"
4275
  msgstr "Záloha nebyla dokončena; pokračování je naplánováno"
4276
 
4277
- #: class-updraftplus.php:1647
4278
  msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
4279
- msgstr "Vaše stránka je navštěvována nepravidelně a UpdraftPlus nezískal výsledek v jaký doufal; prosím přečtěte si tuto stránku:"
4280
 
4281
  #: addons/googlecloud.php:337 addons/onedrive.php:880
4282
  #: includes/Dropbox/OAuth/Consumer/ConsumerAbstract.php:115
4283
  #: includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:118
4284
  #: methods/googledrive.php:244
4285
  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)."
4286
- msgstr "%s autentifikace nemohla proběhnout, protože ji přerušilo něco na vaší stránce. Zkuste zakázat ostatní pluginy a přepnout na základní téma. (Zaměřte se hlavně na komponenty, které vyvolávají výstup (nejspíše PHP varování/chyby) před začátkem stránky. Vypnutí veškerých nastavení debugu může také pomoct.)"
4287
 
4288
- #: admin.php:2081
4289
  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)."
4290
- msgstr "Limit paměti pro PHP (nastavený poskytovatelem hostingu) je velmi nízký. UpdraftPlus se ho pokusil zvýšit, ale neuspěl. Tento plugin může mít problémy, pokud je limit nastavený na hodnotu menší, než 64 Mb - obzvláště, pokud nahráváte velké soubory (na druhou stranu stačí mnoha webům pouze 32 Mb - záleží na konkrétním případu)."
4291
 
4292
- #: addons/autobackup.php:1018 admin.php:578
4293
  msgid "Proceed with update"
4294
  msgstr "Pokračovat s aktualizací"
4295
 
4296
- #: addons/autobackup.php:1017
4297
  msgid "Do not abort after pressing Proceed below - wait for the backup to complete."
4298
  msgstr "Po stisku tlačítka Pokračovat počkejte na dokončení zálohy a nepřerušujte ji."
4299
 
4300
- #: addons/autobackup.php:113 addons/autobackup.php:994
4301
  msgid "UpdraftPlus Automatic Backups"
4302
  msgstr "Automatické zálohy UpdraftPlus"
4303
 
@@ -4307,7 +4362,7 @@ msgstr "Objevily se chyby:"
4307
 
4308
  #: addons/autobackup.php:441
4309
  msgid "Creating backup with UpdraftPlus..."
4310
- msgstr "Vytvářím zálohu pomocí UpdraftPlus..."
4311
 
4312
  #: addons/autobackup.php:391 addons/autobackup.php:516
4313
  #: addons/autobackup.php:567
@@ -4316,7 +4371,7 @@ msgstr "Automatická záloha"
4316
 
4317
  #: addons/autobackup.php:382
4318
  msgid "Creating database backup with UpdraftPlus..."
4319
- msgstr "Vytvářím zálohu databáze pomocí UpdraftPlus..."
4320
 
4321
  #: addons/autobackup.php:371
4322
  msgid "You do not have sufficient permissions to update this site."
@@ -4324,7 +4379,7 @@ msgstr "K aktualizaci této stránky nemáte dostatečná oprávnění."
4324
 
4325
  #: addons/autobackup.php:350
4326
  msgid "themes"
4327
- msgstr "témata"
4328
 
4329
  #: addons/autobackup.php:343
4330
  msgid "plugins"
@@ -4332,15 +4387,15 @@ msgstr "pluginy"
4332
 
4333
  #: addons/autobackup.php:296 addons/autobackup.php:389
4334
  msgid "Starting automatic backup..."
4335
- msgstr "Zahajuji automatickou zálohu..."
4336
 
4337
  #: addons/autobackup.php:292
4338
  msgid "Creating %s and database backup with UpdraftPlus..."
4339
- msgstr "Vytvářím %s a zálohu databáze pomocí UpdraftPlus..."
4340
 
4341
  #: addons/autobackup.php:250
4342
  msgid "Automatically backup (where relevant) plugins, themes and the WordPress database with UpdraftPlus before updating"
4343
- msgstr "Před aktualizací automaticky zálohovat (kde je to relevantní) pluginy, témata a databázi WordPressu pomocí UpdraftPlus"
4344
 
4345
  #: addons/morefiles.php:170 addons/morefiles.php:171
4346
  msgid "If you are not sure then you should stop; otherwise you may destroy this WordPress installation."
@@ -4348,140 +4403,140 @@ msgstr "Pokud si nejste jisti, měli byste přestat, jinak si můžete zničit v
4348
 
4349
  #: addons/morefiles.php:170 addons/morefiles.php:171
4350
  msgid "This does not look like a valid WordPress core backup - the file %s was missing."
4351
- msgstr "Toto nevypadá jako správná záloha jádra WordPressu - soubor %s chybí."
4352
 
4353
  #: addons/morefiles.php:123
4354
  msgid "Unable to open zip file (%s) - could not pre-scan it to check its integrity."
4355
- msgstr "Nepodařilo se otevřít zip soubor (%s) - nepodařilo se provést před-sken pro zkontrolování integrity."
4356
 
4357
  #: addons/morefiles.php:113
4358
  msgid "Unable to read zip file (%s) - could not pre-scan it to check its integrity."
4359
- msgstr "Nepodařilo se přečíst zip soubor (%s) - nepodařilo se provést před-sken pro zkontrolování integrity."
4360
 
4361
  #: templates/wp-admin/settings/header.php:14
4362
  msgid "More plugins"
4363
- msgstr "Víc pluginů"
4364
 
4365
  #: templates/wp-admin/settings/header.php:11
4366
  #: templates/wp-admin/settings/tab-addons.php:19
4367
  msgid "Support"
4368
  msgstr "Podpora"
4369
 
4370
- #: class-updraftplus.php:3944
4371
  msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
4372
- msgstr "UpdraftPlus nedokázal při skenu zálohy databáze najít prefix tabulek."
4373
 
4374
- #: class-updraftplus.php:3939
4375
  msgid "This database backup is missing core WordPress tables: %s"
4376
  msgstr "V této záloze databáze chybí základní WordPress tabulky: %s"
4377
 
4378
- #: class-updraftplus.php:3836
4379
  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."
4380
  msgstr "Importujete z novější verze WordPressu (%s) na starší (%s). Není žádná záruka, že to WordPress zvládne."
4381
 
4382
- #: class-updraftplus.php:3752
4383
  msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
4384
- msgstr "Databáze je příliš malá na to, aby se mohlo jednat o správnou WordPress databázi (velikost: %s Kb)."
4385
 
4386
- #: addons/autobackup.php:556 admin.php:786
4387
  msgid "Update Theme"
4388
- msgstr "Aktualizace tématu"
4389
 
4390
- #: addons/autobackup.php:505 admin.php:782
4391
  msgid "Update Plugin"
4392
  msgstr "Aktualizace pluginu"
4393
 
4394
- #: addons/autobackup.php:997 admin.php:655 includes/updraftplus-notices.php:171
4395
  msgid "Be safe with an automatic backup"
4396
  msgstr "Buďte v bezpečí s automatickou zálohou"
4397
 
4398
- #: restorer.php:2204
4399
  msgid "Uploads path (%s) does not exist - resetting (%s)"
4400
- msgstr "Cesta nahrávání (%s) neexistuje - resetuji (%s)"
4401
 
4402
- #: admin.php:2033
4403
  msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
4404
- msgstr "Pokud můžete přečíst tato slova i poté, co se stránka načte, je na stránce problém s JavaScriptem, nebo JQuery."
4405
 
4406
- #: admin.php:572
4407
  msgid "The file was uploaded."
4408
  msgstr "Soubor byl nahrán."
4409
 
4410
- #: admin.php:571
4411
  msgid "Unknown server response status:"
4412
- msgstr "Neznámý status odpovědi serveru:"
4413
 
4414
- #: admin.php:570
4415
  msgid "Unknown server response:"
4416
  msgstr "Neznámá odpověď serveru:"
4417
 
4418
- #: admin.php:569
4419
  msgid "This decryption key will be attempted:"
4420
  msgstr "Bude použit tento dešifrovací klíč:"
4421
 
4422
- #: admin.php:568
4423
  msgid "Follow this link to attempt decryption and download the database file to your computer."
4424
  msgstr "Chcete-li zkusit dešifrovat a stáhnout databázi do počítače, klikněte sem."
4425
 
4426
- #: admin.php:567
4427
  msgid "Upload error"
4428
  msgstr "Chyba nahrávání"
4429
 
4430
- #: admin.php:566
4431
  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)."
4432
- msgstr "Tento soubor zřejmě není databáze šifrovaná UpdraftPlus (takové soubory jsou .gz.crypt s jménem podle vzoru: backup_(čas)_(název stránky)_(kód)_db.crypt.gz)."
4433
 
4434
- #: admin.php:565
4435
  msgid "Upload error:"
4436
  msgstr "Chyba nahrávání:"
4437
 
4438
- #: admin.php:564
4439
  msgid "(make sure that you were trying to upload a zip file previously created by UpdraftPlus)"
4440
- msgstr "(ujistěte se, že se pokoušíte nahrát zip soubor, který byl vytvořen UpdraftPlus)"
4441
 
4442
- #: admin.php:555
4443
  msgid "Download to your computer"
4444
  msgstr "Stáhnout do počítače"
4445
 
4446
- #: admin.php:554
4447
  msgid "Delete from your web server"
4448
- msgstr "Smazat z webserveru"
4449
 
4450
  #: methods/s3.php:774
4451
  msgid "Examples of S3-compatible storage providers:"
4452
  msgstr "Příklady S3-kompatibilních poskytovatelů uložišť:"
4453
 
4454
- #: admin.php:3589
4455
  msgid "Will not delete any archives after unpacking them, because there was no cloud storage for this backup"
4456
  msgstr "Pro tuto zálohu nebylo vybráno žádné vzdálené uložiště a proto nebudou archivy po rozbalení smazány"
4457
 
4458
- #: admin.php:3206
4459
  msgid "You appear to be missing one or more archives from this multi-archive set."
4460
- msgstr "Zdá se, že v této více archivní záloze chybí jeden, nebo více archivů."
4461
 
4462
- #: admin.php:3203
4463
  msgid "(%d archive(s) in set)."
4464
- msgstr "(%d archiv(ů) v záloze)"
4465
 
4466
  #: templates/wp-admin/settings/form-contents.php:325
4467
  msgid "Split archives every:"
4468
  msgstr "Rozdělit archivy každých:"
4469
 
4470
- #: addons/moredatabase.php:267
4471
  msgid "Error: the server sent us a response (JSON) which we did not understand."
4472
- msgstr "Chyba: server zaslal odpověď (JSON) které systém nerozumí."
4473
 
4474
- #: admin.php:545
4475
  msgid "Warnings:"
4476
  msgstr "Varování:"
4477
 
4478
- #: admin.php:544
4479
  msgid "Error: the server sent an empty response."
4480
- msgstr "Chyba: server poslal prázdnou odpověď."
4481
 
4482
- #: admin.php:1794
4483
  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?"
4484
- msgstr "Zdá se, že jde o soubor vytvořený UpdraftPlus, ale instalace nezná tento typ objektu: %s. Možná potřebujete nainstalovat nějaký add-on?"
4485
 
4486
  #: includes/class-wpadmin-commands.php:195
4487
  msgid "The backup archive files have been processed, but with some errors. You will need to cancel and correct any problems before retrying."
@@ -4489,15 +4544,15 @@ msgstr "Archivy zálohy byly zpracovány s chybami. Před pokračováním musít
4489
 
4490
  #: includes/class-wpadmin-commands.php:193
4491
  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."
4492
- msgstr "Archivy zálohy byly zpracovány s varováními. Pokud je vše v pořádku, klikněte znovu na Obnovit pro pokračování. Jinak operaci zrušte a opravte problémy."
4493
 
4494
  #: includes/class-wpadmin-commands.php:191
4495
  msgid "The backup archive files have been successfully processed. Now press Restore again to proceed."
4496
- msgstr "Archivy zálohy byly úspěšně zpracovány. Klikněte znovu na Obnovit pro pokračování."
4497
 
4498
  #: includes/class-wpadmin-commands.php:186
4499
  msgid "This multi-archive backup set appears to have the following archives missing: %s"
4500
- msgstr "Zdá se, že v této záloze s více archivy nejsou následující archivy: %s"
4501
 
4502
  #: includes/class-wpadmin-commands.php:171
4503
  msgid "File (%s) was found, but has a different size (%s) from what was expected (%s) - it may be corrupt."
@@ -4505,25 +4560,25 @@ msgstr "Soubor (%s) byl nalezen, ale má jinou velikost (%s), než byla předpok
4505
 
4506
  #: includes/class-wpadmin-commands.php:166
4507
  msgid "File was found, but is zero-sized (you need to re-upload it): %s"
4508
- msgstr "Soubor byl nalezen, ale má nulovou velikost (musíte ho nahrát znovu): %s"
4509
 
4510
  #: includes/class-wpadmin-commands.php:164
4511
  msgid "File not found (you need to upload it): %s"
4512
- msgstr "Soubor nenalezen (musíte ho nahrát): %s"
4513
 
4514
  #: includes/class-wpadmin-commands.php:96
4515
  msgid "No such backup set exists"
4516
  msgstr "Žádná taková záloha neexistuje"
4517
 
4518
- #: admin.php:1071
4519
  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"
4520
- msgstr "Archiv zálohy pro tento soubor nebyl nalezen. Vzdáleného uložiště (%s) nám nedovoluje získat soubory. K provedení obnovy pomocí UpdraftPlus budete potřebovat zkopírovat tento soubor do pracovní složky UpdraftPlus"
4521
 
4522
- #: restorer.php:588
4523
  msgid "Failed to move directory (check your file permissions and disk quota): %s"
4524
  msgstr "Nelze přesunout složku (zkontrolujte oprávnění souboru a kvótu disku): %s"
4525
 
4526
- #: restorer.php:579
4527
  msgid "Failed to move file (check your file permissions and disk quota): %s"
4528
  msgstr "Nelze přesunout soubor (zkontrolujte oprávnění souboru a kvótu disku): %s"
4529
 
@@ -4531,7 +4586,7 @@ msgstr "Nelze přesunout soubor (zkontrolujte oprávnění souboru a kvótu disk
4531
  msgid "Moving unpacked backup into place..."
4532
  msgstr "Přesouvání rozbalené zálohy na místo..."
4533
 
4534
- #: backup.php:2653 backup.php:2909
4535
  msgid "Failed to open the zip file (%s) - %s"
4536
  msgstr "Nelze otevřít soubor zip (%s) - %s"
4537
 
@@ -4549,33 +4604,33 @@ msgstr "... a mnoho dalšího!"
4549
 
4550
  #: methods/s3generic.php:41 methods/s3generic.php:49
4551
  msgid "S3 (Compatible)"
4552
- msgstr "S3 (Kompatibilní)"
4553
 
4554
- #: admin.php:3510
4555
  msgid "File is not locally present - needs retrieving from remote storage"
4556
  msgstr "Soubor není lokálně dostupný - musí být obnoven ze vzdáleného uložiště"
4557
 
4558
- #: admin.php:3497
4559
  msgid "Looking for %s archive: file name: %s"
4560
- msgstr "Hledám archiv %s: jméno souboru: %s"
4561
 
4562
- #: admin.php:3458
4563
  msgid "Final checks"
4564
  msgstr "Závěrečná kontrola"
4565
 
4566
  #: templates/wp-admin/settings/form-contents.php:331
4567
  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)."
4568
- msgstr "Zaškrtněte, pokud chcete po dokončení zálohy smazat všechny nadbytečné zálohy (tj. pokud odškrtnete, pak veškeré soubory, které budou odeslány na vzdálené uložiště zůstanou i lokálně a lokální soubory nejsou zahrnuty do limitu počtu záloh)."
4569
 
4570
  #: templates/wp-admin/settings/form-contents.php:215
4571
  msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
4572
- msgstr "přesuňte sem šifrované databázové soubory (db.gz.crypt soubory) k jejich nahrání a dešifrování"
4573
 
4574
- #: admin.php:2877
4575
  msgid "Your wp-content directory server path: %s"
4576
  msgstr "Serverová cesta k vaší složce wp-content: %s"
4577
 
4578
- #: admin.php:561
4579
  msgid "Raw backup history"
4580
  msgstr "Prostá historie zálohování"
4581
 
@@ -4583,67 +4638,63 @@ msgstr "Prostá historie zálohování"
4583
  msgid "Show raw backup and file list"
4584
  msgstr "Zobrazit prostou zálohu a seznam souborů"
4585
 
4586
- #: admin.php:543
4587
  msgid "Processing files - please wait..."
4588
- msgstr "Zpracovávám soubory - prosím čekejte..."
4589
 
4590
- #: admin.php:3641 templates/wp-admin/settings/downloading-and-restoring.php:29
4591
  msgid "Please consult this FAQ for help on what to do about it."
4592
- msgstr "Kontaktujte prosím často kladené otázky pro pomoc s tímto problémem."
4593
 
4594
  #: templates/wp-admin/settings/downloading-and-restoring.php:29
4595
  msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
4596
  msgstr "Vaše instalace WordPressu má problém s výstupem mezer navíc. To může poškodit zálohy, které odsud stáhnete."
4597
 
4598
- #: class-updraftplus.php:3760
4599
  msgid "Failed to open database file."
4600
  msgstr "Nepodařilo se otevřít soubor databáze."
4601
 
4602
- #: class-updraftplus.php:3740
4603
- msgid "Failed to write out the decrypted database to the filesystem."
4604
- msgstr "Chyba při zápisu dešifrované databáze do systému souborů."
4605
-
4606
- #: admin.php:3999
4607
  msgid "Known backups (raw)"
4608
  msgstr "Známé zálohy (prosté)"
4609
 
4610
- #: restorer.php:944
4611
  msgid "Unable to enumerate files in that directory."
4612
  msgstr "Ze zadané složky nelze vyčíst soubory."
4613
 
4614
- #: restorer.php:939
4615
  msgid "Files found:"
4616
  msgstr "Nalezené soubory:"
4617
 
4618
- #: restorer.php:1329
4619
  msgid "Using directory from backup: %s"
4620
  msgstr "Použít složku ze zálohy: %s"
4621
 
4622
- #: restorer.php:1789
4623
  msgid "Requested table engine (%s) is not present - changing to MyISAM."
4624
- msgstr "Požadovaný engine tabulky (%s) není přítomen - měním na MyISAM."
4625
 
4626
  #: addons/migrator.php:325
4627
  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."
4628
- msgstr "Zdá se, že jde o migraci (záloha je ze stránek s jinou adresou/URL), ale nezaškrtli jste možnost najít a nahradit databázi. To je obvykle chyba."
4629
 
4630
- #: admin.php:3530
4631
  msgid "file is size:"
4632
  msgstr "velikost souboru je:"
4633
 
4634
  #: addons/googlecloud.php:855 addons/migrator.php:363 addons/migrator.php:366
4635
- #: addons/migrator.php:369 admin.php:818 admin.php:2038 backup.php:2956
4636
  #: updraftplus.php:147
4637
  msgid "Go here for more information."
4638
- msgstr "Pro více informací jděte sem."
4639
 
4640
- #: admin.php:542
4641
  msgid "Some files are still downloading or being processed - please wait."
4642
  msgstr "Některé soubory jsou stále stahovány, nebo zpracovávány - prosím čekejte."
4643
 
4644
- #: class-updraftplus.php:3808 class-updraftplus.php:3826
4645
  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."
4646
- msgstr "Tato záloha pochází z jiné stránky - nejde o obnovu, ale migraci. K pokračování potřebujete Migrator add-on."
4647
 
4648
  #: addons/fixtime.php:545
4649
  msgid "The time zone used is that from your WordPress settings, in Settings -> General."
@@ -4661,21 +4712,21 @@ msgstr "%s nahrávání selhalo"
4661
  msgid "%s login failure"
4662
  msgstr "%s přihlášení selhalo"
4663
 
4664
- #: methods/dropbox.php:413
4665
  msgid "You do not appear to be authenticated with %s"
4666
  msgstr "Zdá se, že nejste ověřeni s %s"
4667
 
4668
- #: methods/dropbox.php:380
4669
  msgid "Failed to access %s when deleting (see log file for more)"
4670
- msgstr "Při mazání se nepodařilo získat přístup k %s (pro více informací se podívejte do log souboru)"
4671
 
4672
- #: methods/dropbox.php:372
4673
  msgid "You do not appear to be authenticated with %s (whilst deleting)"
4674
- msgstr "Zdá se, že nejste ověřeni s %s (při mazání)"
4675
 
4676
  #: methods/dropbox.php:119
4677
  msgid "Dropbox error: %s (see log file for more)"
4678
- msgstr "Chyba Dropboxu: %s (pro více informací se podívejte do logu)"
4679
 
4680
  #: methods/cloudfiles.php:422
4681
  msgid "Error - failed to download the file from %s"
@@ -4690,15 +4741,15 @@ msgstr "Chyba - v %s takový soubor neexistuje"
4690
  #: methods/openstack-base.php:403 methods/stream-base.php:266
4691
  #: methods/stream-base.php:273 methods/stream-base.php:286
4692
  msgid "%s Error"
4693
- msgstr "%s Chyba"
4694
 
4695
  #: methods/cloudfiles.php:219 methods/openstack-base.php:78
4696
  msgid "%s error - failed to upload file"
4697
- msgstr "%s chyba - nepovedlo se nahrát soubor"
4698
 
4699
  #: class-updraftplus.php:940 methods/cloudfiles.php:211
4700
  msgid "%s error - failed to re-assemble chunks"
4701
- msgstr "%s chyba - nepodařilo se složit kousky dohromady"
4702
 
4703
  #: methods/cloudfiles.php:95 methods/cloudfiles.php:99
4704
  #: methods/cloudfiles.php:240 methods/cloudfiles.php:285
@@ -4710,24 +4761,24 @@ msgstr "%s chyba - nepodařilo se složit kousky dohromady"
4710
  msgid "%s authentication failed"
4711
  msgstr "%s ověření selhalo"
4712
 
4713
- #: addons/googlecloud.php:384 addons/migrator.php:462 admin.php:1739
4714
- #: admin.php:1786 admin.php:1794 class-updraftplus.php:725
4715
- #: class-updraftplus.php:731 class-updraftplus.php:3728
4716
- #: class-updraftplus.php:3730 class-updraftplus.php:3866
4717
- #: class-updraftplus.php:3899 methods/googledrive.php:304 restorer.php:933
4718
  msgid "Error: %s"
4719
  msgstr "Chyba: %s"
4720
 
4721
- #: admin.php:2814
4722
  msgid "Backup directory specified exists, but is <b>not</b> writable."
4723
  msgstr "Složka pro zálohy existuje, ale <b>nelze</b> do ní zapisovat."
4724
 
4725
- #: admin.php:2812
4726
  msgid "Backup directory specified does <b>not</b> exist."
4727
  msgstr "Složka pro zálohy <b>neexistuje</b>."
4728
 
4729
- #: admin.php:2546 admin.php:2768 class-updraftplus.php:3808
4730
- #: class-updraftplus.php:3826
4731
  msgid "Warning: %s"
4732
  msgstr "Varování: %s"
4733
 
@@ -4735,33 +4786,33 @@ msgstr "Varování: %s"
4735
  msgid "Last backup job run:"
4736
  msgstr "Poslední záloha proběhla:"
4737
 
4738
- #: backup.php:2675
4739
  msgid "A very large file was encountered: %s (size: %s Mb)"
4740
- msgstr "Byl zaznamenán velmi velký soubor: %s (velikost: %s Mb)"
4741
 
4742
- #: backup.php:2051 backup.php:2081
4743
  msgid "%s: unreadable file - could not be backed up"
4744
  msgstr "%s: nečitelný soubor - nemůže být zálohován"
4745
 
4746
- #: backup.php:1478
4747
  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"
4748
- msgstr "Tabulka %s má velmi mnoho řádků (%s) - doufáme, že vám poskytovatel hostingu dal dostatek prostředků záloze této tabulky"
4749
 
4750
- #: backup.php:1597
4751
  msgid "An error occurred whilst closing the final database file"
4752
  msgstr "Při zavírání posledního souboru databáze se vyskytla chyba"
4753
 
4754
- #: backup.php:871
4755
  msgid "Warnings encountered:"
4756
  msgstr "Vzniklá varování:"
4757
 
4758
- #: class-updraftplus.php:2640
4759
  msgid "The backup apparently succeeded (with warnings) and is now complete"
4760
- msgstr "Záloha by zřejmě vytvořena (s varováními)"
4761
 
4762
  #: class-updraftplus.php:623
4763
  msgid "Your free disk space is very low - only %s Mb remain"
4764
- msgstr "Na disku je velmi málo volného místa - zbývá pouze %s Mb"
4765
 
4766
  #: addons/migrator.php:470
4767
  msgid "New site:"
@@ -4769,15 +4820,15 @@ msgstr "Nový web:"
4769
 
4770
  #: addons/migrator.php:525
4771
  msgid "<strong>ERROR</strong>: Site URL already taken."
4772
- msgstr "<strong>CHYBA</strong>: URL adresa je již zabraná."
4773
 
4774
  #: addons/migrator.php:445
4775
  msgid "Migrated site (from UpdraftPlus)"
4776
- msgstr "Migrovaná stránka (z UpdraftPlus)"
4777
 
4778
  #: addons/migrator.php:384
4779
  msgid "Enter details for where this new site is to live within your multisite install:"
4780
- msgstr "Vložte podrobnosti kde ve vaší multisite instalaci tato stránka leží:"
4781
 
4782
  #: addons/migrator.php:383
4783
  msgid "Information needed to continue:"
@@ -4785,11 +4836,11 @@ msgstr "Pro pokračování jsou potřeba informace:"
4785
 
4786
  #: addons/migrator.php:340
4787
  msgid "Network activating theme:"
4788
- msgstr "Aktivační téma pro síť:"
4789
 
4790
  #: addons/migrator.php:330
4791
  msgid "Processed plugin:"
4792
- msgstr "Zpracováván plugin:"
4793
 
4794
  #: addons/sftp.php:74
4795
  msgid "Check your file permissions: Could not successfully create and enter directory:"
@@ -4797,7 +4848,7 @@ msgstr "Zkontrolujte práva souborů: Nepodařilo se vytvořit složku a vstoupi
4797
 
4798
  #: addons/sftp.php:38
4799
  msgid "Some servers advertise encrypted FTP as available, but then time-out (after a long time) when you attempt to use it. If you find this happenning, then go into the \"Expert Options\" (below) and turn off SSL there."
4800
- msgstr "Některé servery doporučují šifrované FTP, ale poté nastává time-out (po dlouhém čase), když se ho pokoušíte použít. Pokud se vám to stane, jděte do \"Nastavení pro experty\" (níže) a vypněte tam SSL."
4801
 
4802
  #: methods/s3.php:795
4803
  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."
@@ -4809,60 +4860,60 @@ msgstr "Zkontrolujte si prosím své přístupové údaje."
4809
 
4810
  #: addons/s3-enhanced.php:172 methods/s3.php:1011
4811
  msgid "The error reported by %s was:"
4812
- msgstr "Chyba ohlášená %s byla:"
4813
 
4814
- #: restorer.php:1348
4815
  msgid "Please supply the requested information, and then continue."
4816
- msgstr "Prosím vložte požadované informace a pokračujte."
4817
 
4818
- #: restorer.php:2041
4819
  msgid "Cannot drop tables, so deleting instead (%s)"
4820
- msgstr "Nelze smazat tabulky, takže je vymazávám (%s)"
4821
 
4822
- #: restorer.php:2024
4823
  msgid "Cannot create new tables, so skipping this command (%s)"
4824
- msgstr "Nelze vytvořit nové tabulky, takže tento příkaz přeskakuji (%s)"
4825
 
4826
- #: class-updraftplus.php:3877 restorer.php:1633
4827
  msgid "Site information:"
4828
- msgstr "Informace o stránce:"
4829
 
4830
- #: restorer.php:1504
4831
  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."
4832
- msgstr "Váš uživatel databáze nemá povolení k tvorbě tabulek. Pokusíme se je obnovit pomocí jejich vyprázdnění; to by mělo fungovat pokud a) obnovujete WordPress se stejnou tabulkovou strukturou a b) vaše importovaná databáze neobsahuje žádné tabulky, které by už nebyly vytvořeny."
4833
 
4834
- #: addons/migrator.php:325 admin.php:2033 class-updraftplus.php:3870
4835
- #: restorer.php:1955
4836
  msgid "Warning:"
4837
  msgstr "Varování:"
4838
 
4839
- #: class-updraftplus.php:3862 restorer.php:162
4840
  msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
4841
- msgstr "Používáte WordPress multisite, ale vaše záloha není záloha multisite stránky."
4842
 
4843
- #: admin.php:3485
4844
  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."
4845
- msgstr "Přeskakuji obnovu jádra WordPressu při importu jednotlivé stránky do multisite instalace. Pokud máte ve složce s WordPressem něco důležitého, pak to musíte obnovit ze zip souboru ručně."
4846
 
4847
- #: admin.php:2933 methods/updraftvault.php:260
4848
  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."
4849
  msgstr "Vaše instalace PHP neobsahuje <strong>požadovaný</strong> (pro %s) modul (%s). Prosím kontaktujte svého poskytovatele hostingu a požádejte ho o povolení tohoto modulu."
4850
 
4851
- #: admin.php:579
4852
  msgid "Close"
4853
  msgstr "Zavřít"
4854
 
4855
- #: addons/autobackup.php:298 addons/autobackup.php:386 admin.php:535
4856
  #: methods/remotesend.php:71 methods/remotesend.php:79
4857
  #: methods/remotesend.php:220 methods/remotesend.php:237
4858
  msgid "Unexpected response:"
4859
  msgstr "Neočekávaná odpověď:"
4860
 
4861
- #: addons/reporting.php:434 admin.php:531
4862
  msgid "To send to more than one address, separate each address with a comma."
4863
  msgstr "K odeslání na více než jednu adresu, oddělte adresy čárkou."
4864
 
4865
- #: admin.php:559
4866
  msgid "PHP information"
4867
  msgstr "PHP informace"
4868
 
@@ -4876,29 +4927,29 @@ msgstr "Ukázat PHP informace (phpinfo)"
4876
 
4877
  #: templates/wp-admin/settings/tab-status.php:71
4878
  msgid "Get it here."
4879
- msgstr "Získejte ho zde."
4880
 
4881
  #: templates/wp-admin/settings/tab-status.php:71
4882
  msgid "Do you want to migrate or clone/duplicate a site?"
4883
- msgstr "Chcete migrovat, nebo klonovat/duplikovat stránku?"
4884
 
4885
  #: addons/migrator.php:165
4886
  msgid "<a href=\"%s\">Read this article to see step-by-step how it's done.</a>"
4887
- msgstr "<a href=\"%s\">V tomto článku se dočtete, jak je to uděláno krok po kroku.</a>"
4888
 
4889
  #: templates/wp-admin/settings/tab-status.php:66
4890
  msgid "Migrate Site"
4891
- msgstr "Migrovaná stránka"
4892
 
4893
  #: templates/wp-admin/settings/delete-and-restore-modals.php:30
4894
  msgid "Deleting... please allow time for the communications with the remote storage to complete."
4895
- msgstr "Mažu... prosím nechte nějaký čas pro dokončení komunikace se vzdáleným uložištěm."
4896
 
4897
  #: templates/wp-admin/settings/delete-and-restore-modals.php:29
4898
  msgid "Also delete from remote storage"
4899
  msgstr "Smazat i ze vzdáleného uložiště"
4900
 
4901
- #: admin.php:2276
4902
  msgid "Latest UpdraftPlus.com news:"
4903
  msgstr "Poslední novinky z UpdraftPlus.com:"
4904
 
@@ -4915,13 +4966,13 @@ msgstr "Premium"
4915
  msgid "News"
4916
  msgstr "Novinky"
4917
 
4918
- #: admin.php:1224
4919
  msgid "Backup set not found"
4920
  msgstr "Soubory zálohy nebyly nalezeny"
4921
 
4922
- #: backup.php:157
4923
  msgid "%s - could not back this entity up; the corresponding directory does not exist (%s)"
4924
- msgstr "%s - nelze zazálohovat tuto entitu; odpovídající složka neexistuje (%s)"
4925
 
4926
  #: includes/updraftplus-notices.php:152 includes/updraftplus-notices.php:153
4927
  #: includes/updraftplus-notices.php:162 includes/updraftplus-notices.php:163
@@ -4933,41 +4984,41 @@ msgstr "Odkaz RSS"
4933
  msgid "Blog link"
4934
  msgstr "Odkaz blogu"
4935
 
4936
- #: admin.php:622
4937
  msgid "Testing %s Settings..."
4938
  msgstr "Testování %s nastavení..."
4939
 
4940
  #: templates/wp-admin/settings/downloading-and-restoring.php:52
4941
  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."
4942
- msgstr "Nebo můžete vložit ručně do UpdraftPlus složky (obvykle wp-content/updraft), například přes FTP, a pak kliknout na odkaz \"skenovat znovu\"."
4943
 
4944
- #: admin.php:834
4945
  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."
4946
- msgstr "Debug mód UpdraftPlus je zapnutý. Na této stránce můžete vidět debug zprávy nejen z UpdraftPlus, ale i z jakéhokoliv jiného nainstalovaného pluginu. Než požádáte o podporu, tak se prosím přesvědčte, že zprávy patří UpdraftPlus."
4947
 
4948
- #: admin.php:834
4949
  msgid "Notice"
4950
  msgstr "Oznámení"
4951
 
4952
- #: backup.php:853
4953
  msgid "Errors encountered:"
4954
- msgstr "Narazili jsme na problémy:"
4955
 
4956
- #: admin.php:529
4957
  msgid "Rescanning (looking for backups that you have uploaded manually into the internal backup store)..."
4958
- msgstr "Skenuji znovu (dívám se po zálohách ručně nahraných do uložiště záloh)..."
4959
 
4960
- #: admin.php:541
4961
  msgid "Begun looking for this entity"
4962
- msgstr "Začal jsem hledat tuto entitu"
4963
 
4964
  #: addons/dropbox-folders.php:26
4965
  msgid "Store at"
4966
- msgstr "Uložit na"
4967
 
4968
  #: addons/migrator.php:1368
4969
  msgid "\"%s\" has no primary key, manual change needed on row %s."
4970
- msgstr "\"%s\" nemá primární klíč, je vyžadována ruční změna na řádku %s."
4971
 
4972
  #: addons/migrator.php:1248
4973
  msgid "rows: %d"
@@ -4977,7 +5028,7 @@ msgstr "řádků: %d"
4977
  msgid "Time taken (seconds):"
4978
  msgstr "Čas běhu (sekundy):"
4979
 
4980
- #: addons/migrator.php:1113 admin.php:546
4981
  msgid "Errors:"
4982
  msgstr "Chyby:"
4983
 
@@ -4987,7 +5038,7 @@ msgstr "Běh SQL příkazu update:"
4987
 
4988
  #: addons/migrator.php:1111
4989
  msgid "Changes made:"
4990
- msgstr "Provedeno změn:"
4991
 
4992
  #: addons/migrator.php:1110
4993
  msgid "Rows examined:"
@@ -4999,7 +5050,7 @@ msgstr "Prozkoumané tabulky:"
4999
 
5000
  #: addons/migrator.php:998
5001
  msgid "Could not get list of tables"
5002
- msgstr "Nemohu získat seznam tabulek"
5003
 
5004
  #: addons/migrator.php:962
5005
  msgid "Database search and replace: replace %s in backup dump with %s"
@@ -5007,11 +5058,11 @@ msgstr "Hledání a nahrazení databáze: nahrazení %s ve výpisu zálohy za %s
5007
 
5008
  #: addons/migrator.php:943
5009
  msgid "Warning: the database's site URL (%s) is different to what we expected (%s)"
5010
- msgstr "Varování: URL databáze stránky (%s) je jiná, než jsme očekávali (%s)"
5011
 
5012
  #: addons/migrator.php:932
5013
  msgid "Nothing to do: the site URL is already: %s"
5014
- msgstr "Není co udělat: URL stránky již je: %s"
5015
 
5016
  #: addons/migrator.php:896 addons/migrator.php:900 addons/migrator.php:904
5017
  #: addons/migrator.php:909 addons/migrator.php:913 addons/migrator.php:918
@@ -5024,11 +5075,11 @@ msgstr "Tato možnost nebyla vybrána."
5024
 
5025
  #: addons/migrator.php:856
5026
  msgid "Database: search and replace site URL"
5027
- msgstr "Databáze: najít a nahradit URL stránky"
5028
 
5029
  #: addons/migrator.php:780 addons/migrator.php:1095
5030
  msgid "Failed: we did not understand the result returned by the %s operation."
5031
- msgstr "Chyba: nerozumíme výsledku, který vrátila %s operace."
5032
 
5033
  #: addons/migrator.php:778 addons/migrator.php:1093
5034
  msgid "Failed: the %s operation was not able to start."
@@ -5040,29 +5091,29 @@ msgstr "(dozvědět se více)"
5040
 
5041
  #: addons/migrator.php:543
5042
  msgid "Search and replace site location in the database (migrate)"
5043
- msgstr "Hledat a nahradit umístění stránky v databázi (migrace)"
5044
 
5045
  #: addons/migrator.php:543
5046
  msgid "All references to the site location in the database will be replaced with your current site URL, which is: %s"
5047
- msgstr "Všechny odkaz na umístění stránky v databázi byly změněny na vaši současnou URL adresu, což je: %s"
5048
 
5049
- #: addons/multisite.php:633
5050
  msgid "Blog uploads"
5051
  msgstr "Nahrávání blogu"
5052
 
5053
- #: addons/migrator.php:369 addons/multisite.php:626
5054
  msgid "Must-use plugins"
5055
  msgstr "Musíte vyzkoušet pluginy"
5056
 
5057
- #: addons/multisite.php:196
5058
  msgid "You do not have permission to access this page."
5059
  msgstr "K přístupu na tuto stránku nemáte oprávnění."
5060
 
5061
- #: addons/multisite.php:182 udaddons/options.php:225
5062
  msgid "You do not have sufficient permissions to access this page."
5063
  msgstr "K přístupu na tuto stránku nemáte dostatečná oprávnění."
5064
 
5065
- #: addons/multisite.php:176
5066
  msgid "Multisite Install"
5067
  msgstr "Multisite instalace"
5068
 
@@ -5080,7 +5131,7 @@ msgstr "heslo"
5080
 
5081
  #: addons/sftp.php:421 methods/openstack2.php:142
5082
  msgid "username"
5083
- msgstr "přihlašovací jméno"
5084
 
5085
  #: addons/sftp.php:417
5086
  msgid "host name"
@@ -5092,9 +5143,9 @@ msgstr "Kde změnit adresář po přihlášení - často jde o relativní cestu
5092
 
5093
  #: addons/sftp.php:393
5094
  msgid "Directory path"
5095
- msgstr "Cesta složky"
5096
 
5097
- #: addons/lockadmin.php:153 addons/moredatabase.php:234 addons/sftp.php:368
5098
  #: addons/webdav.php:69 methods/openstack2.php:127 methods/updraftvault.php:320
5099
  #: udaddons/options.php:145
5100
  msgid "Password"
@@ -5104,13 +5155,13 @@ msgstr "Heslo"
5104
  msgid "Port"
5105
  msgstr "Port"
5106
 
5107
- #: addons/moredatabase.php:232 addons/sftp.php:347 addons/webdav.php:75
5108
  msgid "Host"
5109
  msgstr "Host"
5110
 
5111
  #: addons/sftp.php:280
5112
  msgid "%s Error: Failed to download"
5113
- msgstr "%s Chyba: Stahování se nepodařilo"
5114
 
5115
  #: addons/sftp.php:460
5116
  msgid "Check your file permissions: Could not successfully create and enter:"
@@ -5126,19 +5177,19 @@ msgstr "V základu je použito explicitní šifrování. Pro vnucení implicitn
5126
 
5127
  #: addons/sftp.php:38
5128
  msgid "Encrypted FTP is available, and will be automatically tried first (before falling back to non-encrypted if it is not successful), unless you disable it using the expert options. The 'Test FTP Login' button will tell you what type of connection is in use."
5129
- msgstr "Šifrované FTP je dostupné a bude automaticky vyzkoušeno jako první (před přepnutím zpět na nešifrované při neúspěchu), pokud ho v nastavení pro experty nevypnete. Tlačítko \"Test FTP přihlášení\" vám řekne, jakou verzi připojení používáte."
5130
 
5131
- #: addons/morefiles.php:555
5132
  msgid "No backup of %s directories: there was nothing found to back up"
5133
  msgstr "Žádná záloha %s složek: nebylo zde nalezeno nic k zálohování"
5134
 
5135
  #: addons/morefiles.php:209
5136
  msgid "Be careful what you select - if you select / then it really will try to create a zip containing your entire webserver."
5137
- msgstr ""
5138
 
5139
  #: addons/morefiles.php:207
5140
  msgid "If you are not sure what this option is for, then you will not want it, and should turn it off."
5141
- msgstr "Pokud nevíte k čemu tato možnost slouží, tak ji nechcete a měla by být vypnuta."
5142
 
5143
  #: addons/morefiles.php:186
5144
  msgid "More Files"
@@ -5150,25 +5201,25 @@ msgstr "Jádro WordPressu (včetně všech přídavků v kořenové složce Word
5150
 
5151
  #: addons/morefiles.php:93
5152
  msgid "The above files comprise everything in a WordPress installation."
5153
- msgstr "Soubory výše obsahují celou WordPress instalaci."
5154
 
5155
  #: addons/morefiles.php:74
5156
  msgid "Over-write wp-config.php"
5157
  msgstr "Přepsání wp-config.php"
5158
 
5159
- #: addons/morefiles.php:70 addons/morefiles.php:555
5160
  msgid "WordPress Core"
5161
  msgstr "Jádro WordPressu"
5162
 
5163
  #: methods/addon-base.php:294 methods/stream-base.php:316
5164
  msgid "Failed: We were not able to place a file in that directory - please check your credentials."
5165
- msgstr "Selhání: Do dané složky se nám nepodařilo umístit soubor - zkontrolujte prosím přihlašovací údaje."
5166
 
5167
  #: addons/googlecloud.php:626 addons/googlecloud.php:660
5168
- #: addons/googlecloud.php:666 addons/sftp.php:447 admin.php:2600 admin.php:2635
5169
- #: admin.php:2644 methods/addon-base.php:284 methods/stream-base.php:302
5170
  msgid "Failed"
5171
- msgstr "Selhání"
5172
 
5173
  #: addons/webdav.php:45
5174
  msgid "WebDAV URL"
@@ -5176,7 +5227,7 @@ msgstr "WebDAV URL"
5176
 
5177
  #: methods/stream-base.php:286
5178
  msgid "Local write failed: Failed to download"
5179
- msgstr "Chyba lokálního zápisu: Stahování se nezdařilo"
5180
 
5181
  #: methods/stream-base.php:273
5182
  msgid "Error opening remote file: Failed to download"
@@ -5197,63 +5248,63 @@ msgstr "Nebylo nalezeno žádné %s nastavení"
5197
 
5198
  #: methods/ftp.php:381
5199
  msgid "Failure: we successfully logged in, but were not able to create a file in the given directory."
5200
- msgstr "Chyba: úspěšně jsme se přihlásili, ale nepodařilo se nám vytvořit soubor v dané složce."
5201
 
5202
  #: methods/ftp.php:378
5203
  msgid "Success: we successfully logged in, and confirmed our ability to create a file in the given directory (login type:"
5204
- msgstr "Úspěch: úspěšně jsme se přihlásili a potvrdili naši schopnost vytvořit soubor v dané složce (typ připojení:"
5205
 
5206
  #: methods/ftp.php:369
5207
  msgid "Failure: we did not successfully log in with those credentials."
5208
- msgstr "Chyba: s těmito přihlašovacími údaji se nám nepodařilo připojit."
5209
 
5210
  #: methods/ftp.php:351
5211
  msgid "Failure: No server details were given."
5212
- msgstr "Chyba: Nebyly vloženy detaily o serveru."
5213
 
5214
  #: methods/ftp.php:320
5215
  msgid "Needs to already exist"
5216
- msgstr "Je třeba, aby již existoval"
5217
 
5218
  #: methods/ftp.php:303
5219
  msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available."
5220
- msgstr "Pokud chcete šifrování (například ukládáte citlivá obchodní data), pak je pro vás k dispozici add-on."
5221
 
5222
  #: methods/ftp.php:303
5223
  msgid "Only non-encrypted FTP is supported by regular UpdraftPlus."
5224
- msgstr "základní UpdraftPlus podporuje pouze nešifrované FTP."
5225
 
5226
- #: addons/onedrive.php:755 methods/dropbox.php:615
5227
  msgid "Your %s account name: %s"
5228
  msgstr "Vaše %s jméno účtu: %s"
5229
 
5230
- #: methods/dropbox.php:605 methods/dropbox.php:632
5231
  msgid "though part of the returned information was not as expected - your mileage may vary"
5232
  msgstr "přesto, že část vrácených informací nebyla taková, jak bylo očekáváno - může to záviset na vaší vzdálenosti"
5233
 
5234
- #: methods/dropbox.php:600 methods/dropbox.php:602
5235
  msgid "you have authenticated your %s account"
5236
  msgstr "účet %s je ověřený"
5237
 
5238
- #: methods/dropbox.php:487 methods/dropbox.php:489
5239
  msgid "there's an add-on for that."
5240
- msgstr "je tu k tomu add-on."
5241
 
5242
- #: methods/dropbox.php:487 methods/dropbox.php:489
5243
  msgid "If you back up several sites into the same Dropbox and want to organise with sub-folders, then "
5244
- msgstr "Pokud chcete zálohovat několik stránek do jednoho Dropboxu a chcete je organizovat do podsložek, pak"
5245
 
5246
- #: methods/dropbox.php:487 methods/dropbox.php:489
5247
  msgid "Backups are saved in"
5248
  msgstr "Zálohy jsou uloženy v"
5249
 
5250
- #: methods/dropbox.php:487 methods/dropbox.php:489
5251
  msgid "Need to use sub-folders?"
5252
  msgstr "Potřebujete vytvořit podsložky?"
5253
 
5254
  #: methods/dropbox.php:212 methods/dropbox.php:233 methods/dropbox.php:249
5255
  msgid "error: failed to upload file to %s (see log file for more)"
5256
- msgstr "chy
2
  # This file is distributed under the same license as the UpdraftPlus package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2017-02-10 07:33:57+0000\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
11
  "Language: cs_CZ\n"
12
  "Project-Id-Version: UpdraftPlus\n"
13
 
14
+ #: restorer.php:1629
15
+ msgid "Skipped tables:"
16
+ msgstr ""
17
+
18
+ #: class-updraftplus.php:4049
19
+ msgid "This database backup has the following WordPress tables excluded: %s"
20
+ msgstr ""
21
+
22
+ #: admin.php:2271
23
+ msgid "With UpdraftPlus Premium, you can choose to backup non-WordPress tables, backup only specified tables, and backup other databases too."
24
+ msgstr ""
25
+
26
+ #: admin.php:2271
27
+ msgid "All WordPress tables will be backed up."
28
+ msgstr ""
29
+
30
+ #: admin.php:675
31
+ msgid "Further information may be found in the browser JavaScript console, and the server PHP error logs."
32
+ msgstr ""
33
+
34
+ #: admin.php:675
35
+ msgid "That you are attempting to upload a zip file previously created by UpdraftPlus."
36
+ msgstr ""
37
+
38
+ #: admin.php:675
39
+ msgid "The available memory on the server."
40
+ msgstr ""
41
+
42
+ #: admin.php:675
43
+ msgid "Any settings in your .htaccess or web.config file that affects the maximum upload or post size."
44
+ msgstr ""
45
+
46
+ #: admin.php:675
47
+ msgid "The file failed to upload. Please check the following:"
48
+ msgstr ""
49
+
50
+ #: admin.php:674
51
+ msgid "HTTP code:"
52
+ msgstr ""
53
+
54
+ #: admin.php:572
55
+ msgid "You have chosen to backup a database, but no tables have been selected"
56
+ msgstr ""
57
+
58
+ #: addons/moredatabase.php:484
59
+ msgid "tables"
60
+ msgstr ""
61
+
62
+ #: addons/moredatabase.php:483
63
+ msgid "WordPress database"
64
+ msgstr ""
65
+
66
+ #: addons/moredatabase.php:476
67
+ msgid "You should backup all tables unless you are an expert in the internals of the WordPress database."
68
+ msgstr ""
69
+
70
  #: templates/wp-admin/settings/tab-addons.php:300
71
  msgid "Everyone can use the free version; but UpdraftGold bundles an enhanced paid version."
72
+ msgstr "Každý může využít bezplatnou verzi; ale UpdraftGold přináší rozšířenou placenou verzi."
73
 
74
  #: templates/wp-admin/settings/tab-addons.php:298
75
  msgid "UpdraftCentral Cloud or Premium"
76
+ msgstr "UpdraftCentral Cloud nebo Premium"
77
 
78
  #: templates/wp-admin/settings/tab-addons.php:281
79
  #: templates/wp-admin/settings/tab-addons.php:301
80
  msgid "Find out more"
81
+ msgstr "Více informací"
82
 
83
  #: templates/wp-admin/settings/tab-addons.php:280
84
  msgid "UpdraftPlus has its own embedded storage option, providing a zero-hassle way to download, store and manage all your backups from one place."
85
+ msgstr "UpdraftPlus má svou vlastní zabudovanou možnost ukládání dat, které poskytují nulový bezproblémový způsob, jak stahovat, ukládat, a spravovat všechny vaše zálohy z jednoho místa."
86
 
87
  #: templates/wp-admin/settings/tab-addons.php:272
88
  msgid "UpdraftPlus Gold"
89
+ msgstr "UpdraftPlus Gold"
90
 
91
  #: templates/wp-admin/settings/tab-addons.php:266
92
  msgid "UpdraftPlus Free"
93
+ msgstr "UpdraftPlus zdarma"
94
 
95
  #: templates/wp-admin/settings/tab-addons.php:263
96
  msgid "Other products bundled with UpdraftPlus Premium or Gold"
97
+ msgstr "Další produkty v jednom balíčku s UpdraftPlus Premium nebo Gold"
98
 
99
  #: templates/wp-admin/settings/tab-addons.php:249
100
  msgid "Lock access to UpdraftPlus via a password so you choose which admin users can access backups."
101
+ msgstr "Uzamkne přístup k UpdraftPlus pomocí hesla, můžete si tak vybrat kteří administrátoři budou mít přístup k zálohám."
102
 
103
  #: templates/wp-admin/settings/tab-addons.php:233
104
  msgid "Some backup plugins can’t restore a backup, so Premium allows you to restore backups from other plugins."
105
+ msgstr "Některé zálohovací pluginy neumí obnovit ze záloh, naše Premium umožňuje obnovit zálohy z ostatních pluginů."
106
 
107
  #: templates/wp-admin/settings/tab-addons.php:232
108
  msgid "Importer"
109
+ msgstr "Importer"
110
 
111
  #: templates/wp-admin/settings/tab-addons.php:217
112
  msgid "Tidy things up for clients and remove all adverts for our other products."
113
+ msgstr "Zpřehlední věci pro klienty a odstraní všechny reklamy na naše další produkty."
114
 
115
  #: templates/wp-admin/settings/tab-addons.php:216
116
  msgid "No ads"
117
+ msgstr "Žádné reklamy"
118
 
119
  #: templates/wp-admin/settings/tab-addons.php:201
120
  msgid "Sophisticated reporting and emailing capabilities."
121
+ msgstr "Sofistikované hlášení a emailové možností."
122
 
123
  #: templates/wp-admin/settings/tab-addons.php:185
124
  msgid "Encrypt your sensitive databases (e.g. customer information or passwords); Backup external databases too."
125
+ msgstr "Šifrování vašich citlivých databází (např. informace o zákaznících nebo hesla); Zálohuje také externí databáze."
126
 
127
  #: templates/wp-admin/settings/tab-addons.php:184
128
  msgid "More database options"
129
+ msgstr "Další možnosti databáze"
130
 
131
  #: templates/wp-admin/settings/tab-addons.php:169
132
  msgid "Set exact times to create or delete backups."
133
+ msgstr "Nastavte si konkrétní čas k vytvoření nebo odstranění záloh."
134
 
135
  #: templates/wp-admin/settings/tab-addons.php:168
136
  msgid "Backup time and scheduling"
137
+ msgstr "Čas zálohování a plánování"
138
 
139
  #: templates/wp-admin/settings/tab-addons.php:153
140
  msgid "Backup WordPress multisites (i.e, networks), securely."
141
+ msgstr "Bezpečné zálohy WordPress multisite (tj. síť webů)."
142
 
143
  #: templates/wp-admin/settings/tab-addons.php:152
144
  msgid "Network / multisite"
145
+ msgstr "Síť webů / multisite"
146
 
147
  #: templates/wp-admin/settings/tab-addons.php:137
148
  msgid "Backup WordPress core and non-WP files and databases."
149
+ msgstr "Zálohování jádra WordPressu, souborů + databází nesouvisejících s WP."
150
 
151
  #: templates/wp-admin/settings/tab-addons.php:121
152
  msgid "Automatically backs up your website before any updates to plugins, themes and WordPress core."
153
+ msgstr "Automatické zálohy před aktualizacemi pluginů, šablon, a jádra WordPressu."
154
 
155
  #: templates/wp-admin/settings/tab-addons.php:120
156
  msgid "Pre-update backups"
157
+ msgstr "Zálohy před aktualizacemi"
158
 
159
  #: templates/wp-admin/settings/tab-addons.php:105
160
  msgid "Provides expert help and support from the developers whenever you need it."
161
+ msgstr "Odborná pomoc a podpora ze strany vývojářů, kdykoli ji budete potřebovat."
162
 
163
  #: templates/wp-admin/settings/tab-addons.php:104
164
  msgid "Fast, personal support"
165
+ msgstr "Rychlá, osobní podpora"
166
 
167
  #: templates/wp-admin/settings/tab-addons.php:89
168
  msgid "UpdraftPlus Migrator clones your WordPress site and moves it to a new domain directly and simply."
169
+ msgstr "UpdraftPlus Migrator naklonuje váš WordPress web a přesune jej na novou doménu přímo a jednoduše."
170
 
171
  #: templates/wp-admin/settings/tab-addons.php:88
172
  msgid "Cloning and migration"
173
+ msgstr "Klonování a migrace"
174
 
175
  #: templates/wp-admin/settings/tab-addons.php:73
176
  msgid "Get enhanced versions of the free remote storage options and even more remote storage options like OneDrive, SFTP, Azure, WebDAV and more with UpdraftPlus Premium."
177
+ msgstr "Získejte rozšířené verze bezplatných možností vzdáleného úložiště a ještě více možnosti pro ukládání, jako je OneDrive, SFTP, Azure, WebDAV, a ještě mnohem víc s UpdraftPlus Premium."
178
 
179
  #: templates/wp-admin/settings/tab-addons.php:72
180
  msgid "Additional and enhanced remote storage locations"
181
+ msgstr "Doplňující a vylepšené vzdálené úložiště"
182
 
183
  #: templates/wp-admin/settings/tab-addons.php:57
184
  msgid "To avoid server-wide risks, always backup to remote cloud storage. UpdraftPlus free includes Dropbox, Google Drive, Amazon S3, Rackspace and more."
185
+ msgstr "Aby se zabránilo riziku ztrátě dat z celého serveru, zálohujte vždy do vzdáleného cloudového úložiště. Bezplatný UpdraftPlus zahrnuje Dropbox, Disk Google, Amazon S3, Rackspace, a další."
186
 
187
  #: templates/wp-admin/settings/tab-addons.php:56
188
  msgid "Backup to remote storage locations"
189
+ msgstr "Zálohování do vzdálených úložišť"
190
 
191
  #: templates/wp-admin/settings/tab-addons.php:47
192
  #: templates/wp-admin/settings/tab-addons.php:50
193
  #: templates/wp-admin/settings/tab-addons.php:320
194
  #: templates/wp-admin/settings/tab-addons.php:323
195
  msgid "Upgrade now"
196
+ msgstr "Upgradovat"
197
 
198
  #: templates/wp-admin/settings/tab-addons.php:44
199
  #: templates/wp-admin/settings/tab-addons.php:317
200
  msgid "Installed"
201
+ msgstr "Nainstalováno"
202
 
203
  #: templates/wp-admin/settings/tab-addons.php:38
204
  msgid "Gold"
205
+ msgstr "Gold"
206
 
207
  #: templates/wp-admin/settings/tab-addons.php:30
208
  msgid "Free"
209
+ msgstr "Zdarma"
210
 
211
  #: templates/wp-admin/settings/tab-addons.php:30
212
  #: templates/wp-admin/settings/tab-addons.php:34
213
  #: templates/wp-admin/settings/tab-addons.php:38
214
  msgid "UpdraftPlus"
215
+ msgstr "UpdraftPlus"
216
 
217
  #: templates/wp-admin/settings/form-contents.php:241
218
  msgid "Recommended: optimize your database with WP-Optimize."
219
+ msgstr "Doporučení: optimalizujte databázi pomocí pluginu WP-Optimize."
220
 
221
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:15
222
  msgid "When you've backed up your database, we recommend you install our WP-Optimize plugin to streamline it for better website performance."
223
+ msgstr "Po záloze databáze vám doporučujeme nainstalovat náš plugin WP-Optimize, pro vylepšení vlastností tohoto webu."
224
 
225
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:15
226
  msgid "WP-Optimize"
227
+ msgstr "WP-Optimize"
228
 
229
  #: templates/wp-admin/notices/bottom-notice.php:35
230
  #: templates/wp-admin/notices/horizontal-notice.php:46
231
  #: templates/wp-admin/notices/report-plain.php:33
232
  #: templates/wp-admin/notices/report.php:30
233
  msgid "Read more"
234
+ msgstr "Více informací"
235
 
236
  #: includes/updraftplus-notices.php:182
237
  msgid "After you've backed up your database, we recommend you install our WP-Optimize plugin to streamline it for better website performance."
238
+ msgstr "Po záloze databáze vám doporučujeme nainstalovat náš plugin WP-Optimize, pro vylepšení vlastností tohoto webu."
239
 
240
+ #: admin.php:595
241
  msgid "Show contents"
242
+ msgstr "Zobrazit obsah"
243
 
244
+ #: addons/morefiles.php:246
245
  msgid "Please choose a file or directory"
246
+ msgstr "Vyberte soubor nebo adresář"
247
 
248
+ #: addons/morefiles.php:235
249
  msgid "Confirm"
250
+ msgstr "Potvrdit"
251
 
252
+ #: addons/morefiles.php:238
253
  msgid "Go up a directory"
254
+ msgstr "Jít o úroveň výš"
255
 
256
  #: addons/morefiles.php:231
257
  msgid "Add directory..."
258
+ msgstr "Přidat adresář..."
259
 
260
+ #: addons/morefiles.php:224 addons/morefiles.php:244
261
  msgid "Edit"
262
+ msgstr "Upravit"
263
 
264
  #: addons/morefiles.php:207
265
  msgid "If using it, select a path from the directory tree below and then press confirm selection."
266
+ msgstr "Je-li ji aktivní, níze vyberte cestu ze stromu adresáře a stiskněte „Potvrdit“."
267
 
268
  #: central/modules/comments.php:340
269
  msgid "Spam"
270
+ msgstr "Spam"
271
 
272
  #: central/modules/comments.php:339
273
  msgid "Trash"
274
+ msgstr "Odstranit"
275
 
276
  #: central/modules/comments.php:338
277
  msgid "Hold or Unapprove"
278
+ msgstr "Podržet nebo zamítnout"
279
 
280
  #: central/modules/comments.php:337
281
  msgid "Approve"
282
+ msgstr "Schválit"
283
 
284
  #: central/modules/comments.php:332
285
  msgid "Pings"
286
+ msgstr "Pingbacky"
287
 
288
  #: central/modules/comments.php:331
289
  msgid "Comments"
290
+ msgstr "Komentáře"
291
 
292
  #: addons/s3-enhanced.php:327
293
  msgid "Europe (Frankfurt)"
294
+ msgstr "Evropa (Frankfurt)"
295
 
296
  #: addons/s3-enhanced.php:326
297
  msgid "Europe (London)"
298
+ msgstr "Evropa (Londýn)"
299
 
300
  #: addons/s3-enhanced.php:325
301
  msgid "Europe (Ireland)"
302
+ msgstr "Evropa (Irsko)"
303
 
304
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:15
305
  msgid "WP-Optimize (free)"
306
+ msgstr "WP-Optimize (zdarma)"
307
 
308
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:13
309
  msgid "Explore our Cloud and Premium versions."
310
+ msgstr "Prozkoumejte naše verze Cloud a Premium."
311
 
312
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:13
313
  msgid "Download it for free from WordPress.org"
314
+ msgstr "Stáhněte si jej zdarma z WordPress.org"
315
 
316
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:13
317
  msgid "You can even use it to centrally manage and update all themes, plugins and WordPress core on all your sites without logging into them!"
318
+ msgstr "Můžete to také použít pro správu a aktualizací všech pluginů, šablon, a jádra WordPressu na všech webech, bez nutnosti přihlašování!"
319
 
320
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:13
321
  msgid "UpdraftCentral is a powerful remote control plugin for WordPress that allows you to control all your UpdraftPlus installs and backups from one central location."
322
+ msgstr "UpdraftCentral je účinný plugin pro vzdálenou správu WordPressu, který vám umožní ovládat veškeré vaše UpdraftPlus instalace z jednoho centrálního místa."
323
 
324
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:13
325
  msgid "UpdraftCentral"
326
+ msgstr "UpdraftCentral"
327
 
328
  #: templates/wp-admin/notices/horizontal-notice.php:6
329
  msgid "notice image"
330
+ msgstr "obrázek s oznámením"
331
 
332
  #: templates/wp-admin/notices/bottom-notice.php:33
333
  #: templates/wp-admin/notices/horizontal-notice.php:44
334
  #: templates/wp-admin/notices/report-plain.php:31
335
  #: templates/wp-admin/notices/report.php:28
336
  msgid "Go there"
337
+ msgstr "Přejít"
338
 
339
  #: templates/wp-admin/notices/bottom-notice.php:31
340
  #: templates/wp-admin/notices/horizontal-notice.php:42
341
  #: templates/wp-admin/notices/report-plain.php:29
342
  #: templates/wp-admin/notices/report.php:26
343
  msgid "Sign up"
344
+ msgstr "Zaregistrovat se"
345
 
346
  #: templates/wp-admin/notices/bottom-notice.php:29
347
  #: templates/wp-admin/notices/horizontal-notice.php:40
348
  #: templates/wp-admin/notices/report-plain.php:27
349
  #: templates/wp-admin/notices/report.php:24
350
  msgid "Get Premium"
351
+ msgstr "Získat Premium"
352
 
353
  #: templates/wp-admin/notices/bottom-notice.php:27
354
  #: templates/wp-admin/notices/horizontal-notice.php:38
355
  #: templates/wp-admin/notices/report-plain.php:25
356
  #: templates/wp-admin/notices/report.php:22
357
  msgid "Review UpdraftPlus"
358
+ msgstr "Ohodnotit UpdraftPlus"
359
 
360
  #: templates/wp-admin/notices/bottom-notice.php:25
361
  #: templates/wp-admin/notices/horizontal-notice.php:36
362
  #: templates/wp-admin/notices/report-plain.php:23
363
  #: templates/wp-admin/notices/report.php:20
364
  msgid "Get UpdraftCentral"
365
+ msgstr "Získat UpdraftCentral"
366
 
367
  #: templates/wp-admin/advanced/site-info.php:84
368
  msgid "Apache modules"
369
+ msgstr "Apache moduly"
370
 
371
  #: includes/updraftplus-notices.php:246
372
  msgid "Summer sale - 20% off UpdraftPlus Premium until July 31st"
373
+ msgstr "Letní výprodej - sleva 20% na UpdraftPlus Premium do 31. července"
374
 
375
  #: includes/updraftplus-notices.php:233
376
  msgid "Spring sale - 20% off UpdraftPlus Premium until April 31st"
377
+ msgstr "Jarní výprodej - sleva 20% na UpdraftPlus Premium do 31. dubna"
378
 
379
  #: includes/updraftplus-notices.php:220
380
  msgid "Happy New Year - 20% off UpdraftPlus Premium until January 1st"
381
+ msgstr "Šťastný Nový Rok - sleva 20% na UpdraftPlus Premium do 1. ledna"
382
 
383
  #: includes/updraftplus-notices.php:207
384
  msgid "Christmas sale - 20% off UpdraftPlus Premium until December 25th"
385
+ msgstr "Vánoční akce - sleva 20% na UpdraftPlus Premium do 25. prosince"
386
 
387
  #: includes/updraftplus-notices.php:195 includes/updraftplus-notices.php:208
388
  #: includes/updraftplus-notices.php:221 includes/updraftplus-notices.php:234
389
  #: includes/updraftplus-notices.php:247
390
  msgid "To benefit, use this discount code:"
391
+ msgstr "Použijte tento slevový kupón:"
392
 
393
  #: includes/updraftplus-notices.php:194
394
  msgid "Black Friday - 20% off UpdraftPlus Premium until November 30th"
395
+ msgstr "Černý pátek - sleva 20% na UpdraftPlus Premium do 30. listopadu"
396
 
397
  #: includes/updraftplus-notices.php:172
398
  msgid "UpdraftPlus Premium can automatically backup your plugins/themes/database before you update, without you needing to remember."
399
+ msgstr "UpdraftPlus Premium dokáže automaticky zálohovat vaše pluginy/šablony/databázi v tichosti, před aktualizací."
400
 
401
  #: includes/updraftplus-notices.php:151 includes/updraftplus-notices.php:161
402
  msgid "UpdraftPlus Blog - get up-to-date news and offers"
403
+ msgstr "UpdraftPlus Blog - získejte aktuální zprávy a nabídky"
404
 
405
  #: includes/updraftplus-notices.php:141
406
  msgid "UpdraftPlus Newsletter"
407
+ msgstr "UpdraftPlus zasílání novinek"
408
 
409
  #: includes/updraftplus-notices.php:112
410
  msgid "Control all your WordPress installations from one place using UpdraftCentral remote site management!"
411
+ msgstr "Spravujte veškeré instalace WordPressu z jednoho místa pomocí vzdálené správy webů UpdraftCentral!"
412
 
413
  #: includes/updraftplus-notices.php:111
414
  msgid "Do you use UpdraftPlus on multiple sites?"
415
+ msgstr "Používáte UpdraftPlus na více webech?"
416
 
417
  #: includes/updraftplus-notices.php:92
418
  #: templates/wp-admin/settings/tab-addons.php:300
419
  msgid "UpdraftCentral is a highly efficient way to manage, update and backup multiple websites from one place."
420
+ msgstr "UpdraftCentral je vysoce efektivní způsob správy, aktualizací a záloh pro více webů z jednoho místa."
421
 
422
  #: includes/updraftplus-notices.php:91
423
  msgid "Introducing UpdraftCentral"
424
+ msgstr "Představujeme UpdraftCentral"
425
 
426
  #: includes/updraftplus-notices.php:82
427
  msgid "Copy your site to another domain directly. Includes find-and-replace tool for database references."
428
+ msgstr "Zkopírujte svůj web přímo na jinou doménu. Zahrnuje nástroj najít a nahradit pro databáze."
429
 
430
  #: includes/updraftplus-notices.php:81
431
  msgid "easily migrate or clone your site in minutes"
432
+ msgstr "Jednoduše migrujte nebo klonujte weby během pár minut"
433
 
434
  #: includes/updraftplus-notices.php:72
435
  msgid "Add SFTP to send your data securely, lock settings and encrypt your database backups for extra security."
436
+ msgstr "Přidejte SFTP pro bezpečné odesílání vašich dat, uzamčení nastavení, a pro šifrování databáze zálohy pro větší bezpečnost."
437
 
438
  #: includes/updraftplus-notices.php:71
439
  msgid "secure your backups"
440
+ msgstr "zabezpečte své zálohy"
441
 
442
  #: includes/updraftplus-notices.php:62
443
  msgid "Secure multisite installation, advanced reporting and much more."
444
+ msgstr "Bezpečná multisite instalace, pokročilé hlášení, a mnohem víc."
445
 
446
  #: includes/updraftplus-notices.php:61
447
  msgid "advanced options"
448
+ msgstr "pokročilé možnosti"
449
 
450
  #: includes/updraftplus-notices.php:52
451
  msgid "Enhanced storage options for Dropbox, Google Drive and S3. Plus many more options."
452
+ msgstr "Vylepšené možnosti pro úložiště Dropboxu, Google Drive, a S3. Plus mnoho dalších možností."
453
 
454
  #: includes/updraftplus-notices.php:51
455
  msgid "enhanced remote storage options"
456
+ msgstr "Rozšířené možnosti vzdálených úložišť"
457
 
458
  #: includes/updraftplus-notices.php:42
459
  msgid "The ultimately secure and convenient place to store your backups."
460
+ msgstr "Konečně bezpečné a pohodlné místo pro ukládání záloh."
461
 
462
  #: includes/updraftplus-notices.php:41
463
  #: templates/wp-admin/settings/tab-addons.php:278
464
  msgid "UpdraftVault storage"
465
+ msgstr "Úložiště UpdraftVault"
466
 
467
  #: includes/updraftplus-notices.php:32
468
  msgid "Enjoy professional, fast, and friendly help whenever you need it."
469
+ msgstr "Užijte si profesionální, rychlou a přátelskou pomoc, kdykoliv ji budete potřebovat."
470
 
471
  #: includes/updraftplus-notices.php:31
472
  msgid "support"
473
+ msgstr "podpora"
474
 
475
  #: includes/updraftplus-notices.php:30 includes/updraftplus-notices.php:40
476
  #: includes/updraftplus-notices.php:50 includes/updraftplus-notices.php:60
477
  #: includes/updraftplus-notices.php:70 includes/updraftplus-notices.php:80
478
  msgid "UpdraftPlus Premium:"
479
+ msgstr "UpdraftPlus Premium:"
480
 
481
  #: templates/wp-admin/settings/tab-status.php:71
482
  msgid "Then, try out our \"Migrator\" add-on which can perform a direct site-to-site migration. After using it once, you'll have saved the purchase price compared to the time needed to copy a site by hand."
483
+ msgstr "Pak vyzkoušejte naše rozšíření „Migrator“, které dokáže provést přímou migraci z webu na web. Peníze za nákup tohoto rozšíření vám ušetří spoustu času, který byste museli věnovat manuálnímu převodu webu."
484
 
485
  #: addons/s3-enhanced.php:324
486
  msgid "Canada Central"
487
+ msgstr "Střední Kanada"
488
 
489
  #: templates/wp-admin/advanced/tools-menu.php:22
490
  msgid "Site size"
491
+ msgstr "Velikost webu"
492
 
493
  #: templates/wp-admin/advanced/tools-menu.php:10
494
  #: templates/wp-admin/settings/tab-addons.php:248
495
  msgid "Lock settings"
496
+ msgstr "Nastavení uzamčení"
497
 
498
  #: templates/wp-admin/advanced/site-info.php:5
499
  #: templates/wp-admin/advanced/tools-menu.php:6
500
  msgid "Site information"
501
+ msgstr "Informace o webu"
502
 
503
  #: templates/wp-admin/advanced/search-replace.php:9
504
  msgid "For the ability to migrate websites, upgrade to UpdraftPlus Premium."
505
+ msgstr "Pro schopnost migrovat webové stránky, upgradujte na UpdraftPlus Premium."
506
 
507
  #: templates/wp-admin/advanced/export-settings.php:15
508
  msgid "Import settings"
509
+ msgstr "Importovat nastavení"
510
 
511
  #: templates/wp-admin/advanced/export-settings.php:12
512
  msgid "You can also import previously-exported settings. This tool will replace all your saved settings."
513
+ msgstr "Můžete také importovat dříve exportované nastavení. Tento nástroj nahradí všechna uložená nastavení."
514
 
515
  #: templates/wp-admin/advanced/export-settings.php:9
516
  msgid "Export settings"
517
+ msgstr "Exportovat nastavení"
518
 
519
  #: templates/wp-admin/advanced/export-settings.php:7
520
  msgid "including any passwords"
521
+ msgstr "včetně všech hesel"
522
 
523
  #: templates/wp-admin/advanced/export-settings.php:7
524
  msgid "Here, you can export your UpdraftPlus settings (%s), either for using on another site, or to keep as a backup. This tool will export what is currently in the settings tab."
525
+ msgstr "Zde si můžete exportovat své nastavení UpdraftPlus (%s), a to buď pro použití na jiném webu, nebo pro vytvoření zálohy. Tento nástroj bude exportovat, vše co je v současné době v záložce „Nastavení“."
526
 
527
  #: templates/wp-admin/advanced/export-settings.php:5
528
  #: templates/wp-admin/advanced/tools-menu.php:26
529
  msgid "Export / import settings"
530
+ msgstr "Nastavení exportu / importu"
531
 
532
+ #: restorer.php:1995
533
  msgid "Skipping site %s: this table (%s) and others from the site will not be restored"
534
+ msgstr "Přeskakování webu %s: tato tabulka (%s) a další z tohoto webu nebudou obnoveny"
535
 
536
+ #: restorer.php:1814
537
  msgid "Processing table (%s)"
538
+ msgstr "Zpracovává se tabulka (%s)"
539
 
540
+ #: restorer.php:1595
541
  msgid "Backup of: %s"
542
+ msgstr "Záloha: %s"
543
 
544
  #: methods/googledrive.php:212
545
  msgid "The client has been deleted from the Google Drive API console. Please create a new Google Drive project and reconnect with UpdraftPlus."
546
+ msgstr "Klient byl smazán z konzole Google Drive API. Vytvořte prosím nový projekt Google Drive a připojte se znovu s UpdraftPlus."
547
 
548
+ #: methods/dropbox.php:569
549
  msgid "%s de-authentication"
550
+ msgstr "%s de-autentizace"
551
 
552
+ #: methods/dropbox.php:537
553
  msgid "You must add the following as the authorised redirect URI in your Dropbox console (under \"API Settings\") when asked"
554
+ msgstr "Ve vaši konzoli Dropboxu (v záložce „API Settings“) musíte při požádání vložit následující jako autorizované URI přesměrování"
555
 
556
+ #: methods/dropbox.php:511
557
  msgid "Follow this link to deauthenticate with %s."
558
+ msgstr "Klikněte na tento odkaz pro zrušení autentizace pomocí %s."
559
 
560
  #: central/bootstrap.php:542
561
  msgid "UpdraftCentral enables control of your WordPress sites (including management of backups and updates) from a central dashboard."
562
+ msgstr "UpdraftCentral vám umožní správu webu používajícího WordPress (společně se správou záloh a aktualizací) z centrální nástěnky."
563
 
564
+ #: backup.php:1495
565
  msgid "If not, you will need to either remove data from this table, or contact your hosting company to request more resources."
566
+ msgstr "Pokud ne, pak budete muset buď vymazat data z této tabulky nebo budete muset kontaktovat poskytovatele webhostingu a požádat o větší zdroje."
567
 
568
  #: templates/wp-admin/settings/tab-status.php:82
569
  msgid "You have selected a remote storage option which has an authorization step to complete:"
570
+ msgstr "Vybrali jste si možnost vzdáleného úložiště, která vyžaduje následující autorizační kroky:"
571
 
572
+ #: admin.php:1391
573
  msgid "Remote files deleted:"
574
+ msgstr "Vzdálené soubory byly smazány:"
575
 
576
+ #: admin.php:1390
577
  msgid "Local files deleted:"
578
+ msgstr "Místní vymazané soubory:"
579
 
580
+ #: admin.php:887 admin.php:891 admin.php:899 admin.php:903
581
  msgid "Follow this link to authorize access to your %s account (you will not be able to back up to %s without it)."
582
+ msgstr "Klikněte na tento odkaz pro potvrzení přístupu k vašemu %s účtu (bez tohoto nebudete moci zálohovat na %s)."
583
 
584
+ #: admin.php:673
585
  msgid "remote files deleted"
586
+ msgstr "vzdálené soubory byly smazány"
587
 
588
+ #: admin.php:671
589
  msgid "Complete"
590
+ msgstr "Dokončit"
591
 
592
+ #: admin.php:670
593
  msgid "Do you want to carry out the import?"
594
+ msgstr "Chcete provést import?"
595
 
596
+ #: admin.php:669
597
  msgid "Which was exported on:"
598
+ msgstr "Který byl exportován:"
599
 
600
+ #: admin.php:668
601
  msgid "This will import data from:"
602
+ msgstr "Toto provede import dat z:"
603
 
604
+ #: admin.php:667
605
  msgid "Importing..."
606
+ msgstr "Probíhá import..."
607
 
608
+ #: admin.php:664
609
  msgid "You have not yet selected a file to import."
610
+ msgstr "Zatím jste nevybrali soubor pro import."
611
 
612
+ #: admin.php:648
613
  msgid "Your export file will be of your displayed settings, not your saved ones."
614
+ msgstr "Soubor exportu bude obsahovat zobrazené nastavení, nikoliv uložené."
615
 
616
  #: admin.php:82
617
  msgid "template not found"
618
+ msgstr "Šablona nebyla nalezena"
619
 
620
  #: addons/s3-enhanced.php:320
621
  msgid "US East (Ohio)"
622
+ msgstr "Východ USA (Ohio)"
623
 
624
  #: addons/onedrive.php:953
625
  msgid "This site uses a URL which is either non-HTTPS, or is localhost or 127.0.0.1 URL. As such, you must use the main %s %s App to authenticate with your account."
626
+ msgstr "Tento web využívá buď URL bez SSL/TLS, locallhost, nebo 127.0.0.1. V takovém případě musíte použít hlavní %s %s aplikaci pro autentizaci pomocí vlastního účtu."
627
 
628
  #: addons/onedrive.php:635
629
  msgid "Account is not authorized (%s)."
630
+ msgstr "Účet není autorizován (%s)."
631
 
632
  #: addons/onedrive.php:596 udaddons/updraftplus-addons.php:732
633
  msgid "Your IP address:"
634
+ msgstr "Vaše IP adresa:"
635
 
636
  #: addons/onedrive.php:596 udaddons/updraftplus-addons.php:732
637
  #: udaddons/updraftplus-addons.php:747
638
  msgid "To remove any block, please go here."
639
+ msgstr "K odstranění jakéhokoliv bloku použijte tento odkaz."
640
 
641
  #: addons/onedrive.php:581 udaddons/updraftplus-addons.php:717
642
  msgid "An error response was received; HTTP code:"
643
+ msgstr "Byla přijata chybová zpráva; HTTP kód:"
644
 
645
  #: includes/class-commands.php:309
646
  msgid "%s add-on not found"
647
+ msgstr "%s rozšíření nebylo nalezeno"
648
 
649
  #: templates/wp-admin/settings/delete-and-restore-modals.php:62
650
  msgid "or to restore manually"
651
+ msgstr "nebo obnovte ručně"
652
 
653
  #: templates/wp-admin/settings/delete-and-restore-modals.php:62
654
  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"
655
+ msgstr "Toto mnohem častěji způsobuje vypršení časového limitu. Důrazně vám doporučujeme vypnout safe_mode, nebo obnovit vždy jen jednu entitu"
656
 
657
+ #: admin.php:2096
658
  msgid "To fix this problem go here."
659
+ msgstr "Pro odstranění tohoto problému přejděte zde."
660
 
661
+ #: admin.php:2096
662
  msgid "OptimizePress 2.0 encodes its contents, so search/replace does not work."
663
+ msgstr "OptimizePress 2.0 kóduje svůj obsah, proto hledat/nahradit nefunguje."
664
 
665
+ #: admin.php:633
666
  msgid "your PHP install lacks the openssl module; as a result, this can take minutes; if nothing has happened by then, then you should either try a smaller key size, or ask your web hosting company how to enable this PHP module on your setup."
667
+ msgstr "vaši PHP instalaci chybí modul openssl, akce se může protáhnout o několik minut; pokud se pak nic nestane, pak byste měli zkusit kratší klíč, nebo byste mohli požádat správce vašeho webhostingu o povolení tohoto modulu."
668
 
669
  #: addons/webdav.php:92
670
  msgid "Path"
671
+ msgstr "Cesta"
672
 
673
  #: addons/webdav.php:87
674
  msgid "Leave this blank to use the default (80 for webdav, 443 for webdavs)"
675
+ msgstr "Toto pole ponechte prázdné pro použít výchozího portu (80 pro webdav, 443 pro webdavs)"
676
 
677
  #: addons/webdav.php:79
678
  msgid "Enter any path in the field below."
679
+ msgstr "Níže zadejte jakoukoliv cestu."
680
 
681
  #: addons/webdav.php:79
682
  msgid "A host name cannot contain a slash."
683
+ msgstr "Název hostitele nemůže obsahovat lomítko."
684
 
685
  #: addons/webdav.php:54
686
  msgid "Protocol (SSL or not)"
687
+ msgstr "Protokol (s SSL nebo bez)"
688
 
689
  #: addons/webdav.php:49
690
  msgid "This WebDAV URL is generated by filling in the options below. If you do not know the details, then you will need to ask your WebDAV provider."
691
+ msgstr "Tato WebDAV URL je generována vyplněním níže uvedených možností. Pokud nevíte podrobnosti, pak o ně budete muset požádat svého poskytovatele WebDAV."
692
 
693
  #: udaddons/updraftplus-addons.php:750
694
  msgid "No response data was received. This usually indicates a network connectivity issue (e.g. an outgoing firewall or overloaded network) between this site and UpdraftPlus.com."
695
+ msgstr "Nebyla přijata žádná data odpovědi. Tento problém většinou signalizuje problém s připojením k síti (např. odchozí firewall nebo přetížená síť) mezi webem a UpdraftPlus.com."
696
 
697
  #: methods/s3.php:1012
698
  msgid "The AWS access key looks to be wrong (valid %s access keys begin with \"AK\")"
699
+ msgstr "Přístupový klíč k AWS je chybný (platný přístupový klíč %s začíná na „AK“)"
700
 
701
  #: methods/s3.php:89
702
  msgid "No settings were found - please go to the Settings tab and check your settings"
703
+ msgstr "Nebylo nalezeno žádné nastavení - přejděte prosím do záložky „Nastavení“ a zkontrolujte příslušnou konfiguraci"
704
 
705
  #: templates/wp-admin/settings/form-contents.php:123
706
  msgid "Backup using %s?"
707
+ msgstr "Zálohujete pomoci %s?"
708
 
709
  #: addons/s3-enhanced.php:331
710
  msgid "Asia Pacific (Mumbai)"
711
+ msgstr "Asie a Tichomoří (Bombaj)"
712
 
713
  #: addons/s3-enhanced.php:55
714
  msgid "Reduced redundancy"
715
+ msgstr "Reduced redundancy"
716
 
717
  #: addons/s3-enhanced.php:54
718
  msgid "Standard (infrequent access)"
719
+ msgstr "Standard (infrequent access)"
720
 
721
  #: templates/wp-admin/settings/header.php:14
722
  msgid "FAQs"
723
+ msgstr "Časté dotazy"
724
 
725
+ #: udaddons/plugin-updates/plugin-update-checker.php:824
726
  msgid "Unknown update checker status \"%s\""
727
+ msgstr "Neznámý stav kontroly aktualizací „%s“"
728
 
729
+ #: udaddons/plugin-updates/plugin-update-checker.php:822
730
  msgid "A new version of this plugin is available."
731
+ msgstr "K dispozici je nová verze tohoto pluginu."
732
 
733
+ #: udaddons/plugin-updates/plugin-update-checker.php:820
734
  msgid "This plugin is up to date."
735
+ msgstr "Tento plugin je aktuální."
736
 
737
+ #: udaddons/plugin-updates/plugin-update-checker.php:776
738
  msgid "Check for updates"
739
+ msgstr "Zkontrolovat aktualizace"
740
 
741
+ #: udaddons/plugin-updates/github-checker.php:119
742
  msgid "There is no changelog available."
743
+ msgstr "Přehled změn není k dispozici."
744
 
745
  #: central/bootstrap.php:492
746
  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."
747
+ msgstr "Tato možnost je užitečná, pokud webový server nástěnky nelze kontaktovat příchozím provozem této webové stránky (například se jedná o případ, kdy tento web je hostován na veřejném internetu, ale nástěnka UpdraftCentral je na localhostu, nebo na intranetu, nebo má-li tento web odchozí firewall), nebo v případě, že webová stránka nástěnky nemá SSL certifikát."
748
 
749
  #: central/bootstrap.php:489
750
  msgid "More information..."
751
+ msgstr "Více informací..."
752
 
753
  #: central/bootstrap.php:487
754
  msgid "Use the alternative method for making a connection with the dashboard."
755
+ msgstr "Používat alternativní metodu pro vytváření spojení s nástěnkou."
756
 
757
  #: central/bootstrap.php:470
758
  msgid "Dashboard at"
759
+ msgstr "Nástěnka v"
760
 
761
  #: central/bootstrap.php:419
762
  msgid "Key size: %d bits"
763
+ msgstr "Velikost klíče: %d bitů"
764
 
765
  #: central/bootstrap.php:414
766
  msgid "Public key was sent to:"
767
+ msgstr "Veřejný klíč byl odeslán:"
768
 
769
+ #: backup.php:2054
770
  msgid "Failed to open directory (check the file permissions and ownership): %s"
771
+ msgstr "Nelze otevřít složku (zkontrolujte oprávnění souboru a vlastnictví): %s"
772
 
773
+ #: backup.php:2032
774
  msgid "%s: unreadable file - could not be backed up (check the file permissions and ownership)"
775
+ msgstr "%s: nečitelný soubor - nemohl být zálohován (zkontrolujte oprávnění k souborům a vlastnictví)"
776
 
777
  #: addons/migrator.php:2208
778
  msgid "Create key"
779
+ msgstr "Vytvořit klíč"
780
 
781
  #: addons/migrator.php:2205 central/bootstrap.php:506
782
  msgid "slower, strongest"
783
+ msgstr "pomaleji, nejsilnější"
784
 
785
  #: addons/migrator.php:2204 central/bootstrap.php:505
786
  msgid "recommended"
787
+ msgstr "doporučeno"
788
 
789
  #: addons/migrator.php:2204 central/bootstrap.php:505
790
  msgid "%s bytes"
791
+ msgstr "%s bajtů"
792
 
793
  #: addons/migrator.php:2203 central/bootstrap.php:504
794
  msgid "faster (possibility for slow PHP installs)"
795
+ msgstr "rychlejší (možné pro pomalé PHP instalace)"
796
 
797
  #: addons/migrator.php:2202 central/bootstrap.php:503
798
  msgid "easy to break, fastest"
799
+ msgstr "jednoduše prolomitelné, rychlejší"
800
 
801
  #: addons/migrator.php:2202 addons/migrator.php:2203 addons/migrator.php:2205
802
  #: central/bootstrap.php:503 central/bootstrap.php:504
803
  #: central/bootstrap.php:506
804
  msgid "%s bits"
805
+ msgstr "%s bitů"
806
 
807
  #: addons/migrator.php:2200 central/bootstrap.php:501
808
  msgid "Encryption key size:"
809
+ msgstr "Velikost šifrovacího klíče:"
810
 
811
  #: addons/migrator.php:2198
812
  msgid "Enter your chosen name"
813
+ msgstr "Zadejte své zvolené jméno"
814
 
815
  #: addons/migrator.php:2197
816
  msgid "Create a key: give this key a unique name (e.g. indicate the site it is for), then press \"Create Key\":"
817
+ msgstr "Vytvořte klíč: dejte tomuto klíči jedinečný název (např. web který jej použije), pak klikněte na „Vytvořit klíč“:"
818
 
819
  #: methods/googledrive.php:422
820
  msgid "Upload expected to fail: the %s limit for any single file is %s, whereas this file is %s GB (%d bytes)"
821
+ msgstr "Nahrávání očekávalo neúspěch: limit %s velikosti jediného souboru je %s, ale tento soubor má %s GB (%d bajtů)"
822
 
823
  #: methods/ftp.php:383
824
  msgid "This is sometimes caused by a firewall - try turning off SSL in the expert settings, and testing again."
825
+ msgstr "Někdy je tohle způsobeno firewallem - v pokročilém nastavení zkuste vypnout SSL, pak spusťte znovu test."
826
 
827
  #: methods/ftp.php:355
828
  msgid "login"
829
+ msgstr "přihlašovací jméno"
830
 
831
  #: methods/email.php:77
832
  msgid "Be aware that mail servers tend to have size limits; typically around %s MB; backups larger than any limits will likely not arrive."
833
+ msgstr "Uvědomte si, že poštovní servery mají tendenci mít omezení velikosti; typicky kolem %s MB; zálohy překračující omezení pravděpodobně nedorazí."
834
 
835
  #: methods/email.php:28
836
  msgid "This backup archive is %s MB in size - the attempt to send this via email is likely to fail (few email servers allow attachments of this size). If so, you should switch to using a different remote storage method."
837
+ msgstr "Tento archiv zálohy má %s MB - nejspíše se jej nepodaří odeslat (jen pár poštovních serverů umožňuje takhle velké přílohy). Pokud se vám to nepovede, přejděte na jiné zálohovací úložiště."
838
 
839
+ #: class-updraftplus.php:1484
840
  msgid "Size: %s MB"
841
+ msgstr "Velikost: %s MB"
842
 
843
  #: central/bootstrap.php:479
844
  msgid "Other (please specify - i.e. the site where you have installed an UpdraftCentral dashboard)"
845
+ msgstr "Jiné (prosím upřesněte - tj. web, kde jste nainstalovali UpdraftCentral nástěnku)"
846
 
847
  #: central/bootstrap.php:474
848
  msgid "i.e. you have an account there"
849
+ msgstr "tj. máte zde účet"
850
 
851
  #: templates/wp-admin/settings/form-contents.php:326
852
  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)."
853
+ msgstr "UpdraftPlus rozdělí archivy záloh při překročení této velikosti. Výchozí hodnota je %s MB. Dejte si pozor, abyste si ponechali určitý prostor, pokud váš webový server má pevný limit velikosti (např. 2 GB / 2048 MB limit u některých 32 bitových serverů / souborových systémů)."
854
 
855
  #: templates/wp-admin/settings/tab-status.php:48
856
  msgid "Now"
857
+ msgstr "Nyní"
858
 
859
+ #: class-updraftplus.php:3913 restorer.php:996
860
  msgid "You should enable %s to make any pretty permalinks (e.g. %s) work"
861
+ msgstr "Měli byste povolit %s pro vytváření hezkých trvalých odkazů (např. %s)"
862
 
863
  #: templates/wp-admin/settings/form-contents.php:112
864
  msgid "(tap on an icon to select or unselect)"
865
+ msgstr "(klikněte na ikonu pro výběr nebo pro jeho zrušení)"
866
 
867
  #: methods/updraftvault.php:291 methods/updraftvault.php:297
868
  #: methods/updraftvault.php:303
869
  msgid "%s per year"
870
+ msgstr "%s za rok"
871
 
872
  #: methods/updraftvault.php:290 methods/updraftvault.php:296
873
  #: methods/updraftvault.php:302
874
  msgid "or (annual discount)"
875
+ msgstr "nebo (ročně zlevněné)"
876
 
877
  #: methods/updraftvault.php:235
878
  msgid "No Vault connection was found for this site (has it moved?); please disconnect and re-connect."
879
+ msgstr "Pro tento web nebylo nalezeno žádné spojení s Vaultem (nepřesunul se?); prosím odpojte jej a znovu připojte."
880
 
881
  #: class-updraftplus.php:354 class-updraftplus.php:399
882
  msgid "The given file was not found, or could not be read."
883
+ msgstr "Soubor nebyl nalezen nebo jej nejde číst."
884
 
885
  #: central/bootstrap.php:540
886
  msgid "UpdraftCentral (Remote Control)"
887
+ msgstr "UpdraftCentral (vzdálená správa)"
888
 
889
  #: central/bootstrap.php:528
890
  msgid "fetch..."
891
+ msgstr "načíst..."
892
 
893
  #: central/bootstrap.php:527
894
  msgid "View recent UpdraftCentral log events"
895
+ msgstr "Zobrazit nedávné události protokolu UpdraftCentral"
896
 
897
  #: central/bootstrap.php:482
898
  msgid "URL of mothership"
899
+ msgstr "URL mateřské lodi"
900
 
901
  #: central/bootstrap.php:465
902
  msgid "Enter any description"
903
+ msgstr "Zadejte libovolný popis"
904
 
905
  #: central/bootstrap.php:462
906
  msgid "Description"
907
+ msgstr "Popis"
908
 
909
  #: central/bootstrap.php:456
910
  msgid "Create new key"
911
+ msgstr "Vytvořit nový klíč"
912
 
913
  #: central/bootstrap.php:424
914
  msgid "Delete..."
915
+ msgstr "Smazat..."
916
 
917
  #: central/bootstrap.php:417
918
  msgid "Created:"
919
+ msgstr "Vytvořeno:"
920
 
921
  #: central/bootstrap.php:414
922
  msgid "Access this site as user:"
923
+ msgstr "Přihlásit se k tomuto webu jako uživatel:"
924
 
925
  #: central/bootstrap.php:382
926
  msgid "No keys have yet been created."
927
+ msgstr "Dosud nebyly vytvořeny žádné klíče."
928
 
929
  #: central/bootstrap.php:436
930
  msgid "Details"
931
+ msgstr "Podrobnosti"
932
 
933
  #: central/bootstrap.php:435
934
  msgid "Key description"
935
+ msgstr "Popis klíče"
936
 
937
  #: central/bootstrap.php:310 central/bootstrap.php:321
938
  msgid "A key was created, but the attempt to register it with %s was unsuccessful - please try again later."
939
+ msgstr "Klíč byl vytvořen, ale pokus o jeho registraci pomoci %s byl neúspěšný - zkuste to prosím později."
940
 
941
  #: central/bootstrap.php:193
942
  msgid "An invalid URL was entered"
943
+ msgstr "Zadali jste neplatnou URL adresu"
944
 
945
  #: central/bootstrap.php:80
946
  msgid "Close..."
947
+ msgstr "Zavřít..."
948
 
949
  #: central/bootstrap.php:72
950
  msgid "This connection appears to already have been made."
951
+ msgstr "Toto připojení už pravděpodobně bylo vytvořeno."
952
 
953
  #: central/bootstrap.php:68
954
  msgid "You must visit this link in the same browser and login session as you created the key in."
955
+ msgstr "Musíte navštívit tento odkaz ve stejném prohlížeči, ve kterém jste vytvořili klíč."
956
 
957
  #: central/bootstrap.php:61
958
  msgid "You must visit this URL in the same browser and login session as you created the key in."
959
+ msgstr "Tuto URL adresu musíte navštívit ve stejném prohlížeči, ve kterém jste vytvořili klíč."
960
 
961
  #: central/bootstrap.php:61
962
  msgid "You are not logged into this WordPress site in your web browser."
963
+ msgstr "K tomuto WordPress webu nejste ve svém prohlížeči přihlášeni."
964
 
965
  #: central/bootstrap.php:55
966
  msgid "The key referred to was unknown."
967
+ msgstr "Uvedený klíč byl neznámý."
968
 
969
  #: central/bootstrap.php:52
970
  msgid "A new UpdraftCentral connection has not been made."
971
+ msgstr "Nové připojení k UpdraftCentral nebylo vytvořeno."
972
 
973
  #: central/bootstrap.php:50
974
  msgid "An UpdraftCentral connection has been made successfully."
975
+ msgstr "Bylo vytvořeno úspěšné připojení k UpdraftCentral."
976
 
977
  #: central/bootstrap.php:47
978
  msgid "UpdraftCentral Connection"
979
+ msgstr "UpdraftCentral spojení"
980
 
981
+ #: backup.php:837 class-updraftplus.php:2715
982
  msgid "The backup was aborted by the user"
983
+ msgstr "Záloha byla ukončena uživatelem"
984
 
985
+ #: admin.php:3953
986
  msgid "Your settings have been saved."
987
+ msgstr "Nastavení bylo uloženo."
988
 
989
+ #: admin.php:3146
990
  msgid "Total backup size:"
991
+ msgstr "Celková velikost zálohy:"
992
 
993
+ #: admin.php:2593
994
  msgid "stop"
995
+ msgstr "zastavit"
996
 
997
+ #: admin.php:2431
998
  msgid "The backup has finished running"
999
+ msgstr "Záloha byla dokončena"
1000
 
1001
  #: templates/wp-admin/advanced/tools-menu.php:30
1002
  #: templates/wp-admin/advanced/wipe-settings.php:5
1003
  #: templates/wp-admin/advanced/wipe-settings.php:9
1004
  msgid "Wipe settings"
1005
+ msgstr "Vymazat nastavení"
1006
 
1007
  #: templates/wp-admin/advanced/site-info.php:95
1008
  msgid "reset"
1009
+ msgstr "obnovit"
1010
 
1011
  #: templates/wp-admin/settings/delete-and-restore-modals.php:21
1012
  msgid "these backup sets"
1013
+ msgstr "tyto sady zálohy"
1014
 
1015
  #: templates/wp-admin/settings/delete-and-restore-modals.php:18
1016
  msgid "this backup set"
1017
+ msgstr "tuto sadu zálohy"
1018
 
1019
  #: templates/wp-admin/settings/downloading-and-restoring.php:34
1020
  msgid "calculate"
1021
+ msgstr "vypočítat"
1022
 
1023
+ #: admin.php:647
1024
  msgid "You should save your changes to ensure that they are used for making your backup."
1025
+ msgstr "Měli byste uložit změny, aby bylo zajištěno, že budou použity pro vytvoření vaší zálohy."
1026
 
1027
+ #: admin.php:641
1028
  msgid "We requested to delete the file, but could not understand the server's response"
1029
+ msgstr "Požadovali jsme smazání souboru, ale nepochopili jsme odpověď serveru."
1030
 
1031
+ #: admin.php:640
1032
  msgid "Please enter a valid URL"
1033
+ msgstr "Zadejte prosím platnou URL"
1034
 
1035
+ #: admin.php:623
1036
  msgid "Saving..."
1037
+ msgstr "Ukládání..."
1038
 
1039
+ #: admin.php:586
1040
  msgid "Error: the server sent us a response which we did not understand."
1041
+ msgstr "Chyba: server nám zaslal odpověď, které nerozumíme."
1042
 
1043
+ #: admin.php:578
1044
  msgid "Fetching..."
1045
+ msgstr "načítání..."
1046
 
1047
  #: addons/s3-enhanced.php:328
1048
  msgid "Asia Pacific (Seoul)"
1049
+ msgstr "Asie a Tichomoří (Soul)"
1050
 
1051
  #: addons/copycom.php:43 addons/copycom.php:81
1052
  msgid "Barracuda have closed down Copy.Com, as of May 1st, 2016. See:"
1053
+ msgstr "Barracuda ukončila Copy.com, k 1. květnu 2016. Viz:"
1054
 
1055
+ #: restorer.php:1618
1056
  msgid "Uploads URL:"
1057
+ msgstr "URL pro nahrané soubory:"
1058
 
1059
+ #: backup.php:388
1060
  msgid "Unexpected error: no class '%s' was found (your UpdraftPlus installation seems broken - try re-installing)"
1061
+ msgstr "Neočekávaná chyba: nebyla nalezena třída '%s' (pravděpodobně byla poškozen vaše instalace pluginu UpdraftPlus - zkuste jej přeinstalovat)"
1062
 
1063
  #: addons/onedrive.php:56
1064
  msgid "The required %s PHP module is not installed - ask your web hosting company to enable it."
1065
+ msgstr "Požadovaný PHP modul %s není nainstalován - požádejte svého poskytovatele webhostingu o jeho aktivaci."
1066
 
1067
+ #: restorer.php:2019
1068
  msgid "Skipping table %s: this table will not be restored"
1069
+ msgstr "Přeskakování tabulky %s: tato tabulka nebude obnovena"
1070
 
1071
+ #: class-updraftplus.php:3964 restorer.php:1642
1072
  msgid "To import an ordinary WordPress site into a multisite installation requires %s."
1073
+ msgstr "Import běžného webu používající WordPress na multisite instalaci vyžaduje %s."
1074
 
1075
+ #: class-updraftplus.php:3960
1076
  msgid "Please read this link for important information on this process."
1077
+ msgstr "Přečtěte si prosím tento odkaz ohledně důležitých informací o tomto procesu."
1078
 
1079
+ #: class-updraftplus.php:3960
1080
  msgid "It will be imported as a new site."
1081
+ msgstr "Bude importován jako nový web."
1082
 
1083
+ #: admin.php:2244 templates/wp-admin/notices/horizontal-notice.php:16
1084
  #: templates/wp-admin/notices/horizontal-notice.php:18
1085
  msgid "Dismiss"
1086
+ msgstr "Skrýt"
1087
 
1088
+ #: admin.php:659
1089
  msgid "Please fill in the required information."
1090
+ msgstr "Vyplňte veškerá vyžadované informace."
1091
 
1092
+ #: addons/multisite.php:556
1093
  msgid "Read more..."
1094
+ msgstr "Více informací..."
1095
 
1096
+ #: addons/multisite.php:556
1097
  msgid "N.B. this option only affects the restoration of the database and uploads - other file entities (such as plugins) in WordPress are shared by the whole network."
1098
+ msgstr "Pozn. tato možnost ovlivňuje pouze obnovu databáze a uploads - další entity (jako pluginy) jsou ve WordPressu sdíleny napříč celou sítí webů."
1099
 
1100
+ #: addons/multisite.php:547
1101
  msgid "may include some site-wide data"
1102
+ msgstr "může obsahovat některá data z celého webu"
1103
 
1104
+ #: addons/multisite.php:542
1105
  msgid "All sites"
1106
+ msgstr "Veškeré weby"
1107
 
1108
+ #: addons/multisite.php:538
1109
  msgid "Which site to restore"
1110
+ msgstr "Který web obnovit"
1111
 
1112
+ #: addons/multisite.php:374 addons/multisite.php:384
1113
  msgid "Restoring only the site with id=%s: removing other data (if any) from the unpacked backup"
1114
+ msgstr "Probíhá obnova pouze webu s id=%s: ostatní data (pokud nějaká jsou) z rozbalené databáze se mažou"
1115
 
1116
  #: addons/migrator.php:532
1117
  msgid "<strong>ERROR</strong>: problem creating site entry."
1118
+ msgstr "<strong>CHYBA</strong>: Při vytváření webu se vyskytla neočekávaná chyba."
1119
 
1120
  #: addons/migrator.php:506 addons/migrator.php:507
1121
  msgid "Error when creating new site at your chosen address:"
1122
+ msgstr "Chyba při vytváření nové stránky na zvolené adrese:"
1123
 
1124
  #: addons/migrator.php:448
1125
  msgid "Required information for restoring this backup was not given (%s)"
1126
+ msgstr "Požadovaná informace pro obnovu této zálohy nebyla dána (%s)"
1127
 
1128
  #: addons/migrator.php:407
1129
  msgid "Attribute imported content to user"
1130
+ msgstr "Atribut importoval obsah uživateli"
1131
 
1132
  #: addons/migrator.php:397 addons/migrator.php:399
1133
  msgid "You must use lower-case letters or numbers for the site path, only."
1134
+ msgstr "Pro cestu k webu je nutné použít pouze malá písmena nebo čísla."
1135
 
1136
  #: addons/migrator.php:377
1137
  msgid "This feature is not compatible with %s"
1138
+ msgstr "Tato funkce není kompatibilní s %s"
1139
 
1140
  #: addons/migrator.php:375 addons/migrator.php:377
1141
  msgid "Importing a single site into a multisite install"
1142
+ msgstr "Import jednoho webu do instalace sítě webů"
1143
 
1144
  #: addons/migrator.php:366
1145
  msgid "other content from wp-content"
1146
+ msgstr "jiný obsah z wp-content"
1147
 
1148
  #: addons/migrator.php:363
1149
  msgid "WordPress core"
1150
+ msgstr "Jádro WordPressu"
1151
 
1152
  #: addons/migrator.php:363 addons/migrator.php:366 addons/migrator.php:369
1153
  msgid "You selected %s to be included in the restoration - this cannot / should not be done when importing a single site into a network."
1154
+ msgstr "Do obnovy jste zahrnuli %s - tohle nemůže / by nemělo být prováděno při importu jednoho webu do sítě webů."
1155
 
1156
  #: templates/wp-admin/advanced/site-info.php:93
1157
  msgid "Call WordPress action:"
1158
+ msgstr "Volat akci WordPressu:"
1159
 
1160
+ #: admin.php:2279
1161
  msgid "Your saved settings also affect what is backed up - e.g. files excluded."
1162
+ msgstr "Vaše nastavení také ovlivní co se bude zálohovat - např. vyřazené soubory."
1163
 
1164
+ #: admin.php:3554
1165
  msgid "Skipping: this archive was already restored."
1166
+ msgstr "Přeskakuje se: tento archiv již byl obnoven."
1167
 
1168
  #: templates/wp-admin/settings/form-contents.php:167
1169
  msgid "File Options"
1187
 
1188
  #: templates/wp-admin/advanced/wipe-settings.php:6
1189
  msgid "You will then need to enter all your settings again. You can also do this before deactivating/deinstalling UpdraftPlus if you wish."
1190
+ msgstr "Pak budete muset zadat znovu veškeré nastavení. Pokud chcete, můžete tuto operaci provést i před deaktivací/odinstalováním pluginu UpdraftPlus."
1191
 
1192
  #: templates/wp-admin/advanced/wipe-settings.php:6
1193
  msgid "This button will delete all UpdraftPlus settings and progress information for in-progress backups (but not any of your existing backups from your cloud storage)."
1194
+ msgstr "Toto tlačítko smaže veškeré UpdraftPlus nastavení a zprávy o průběhu právě běžících záloh (ale ne žádné existující zálohy na vašem cloudu)."
1195
 
1196
+ #: admin.php:3835
1197
  msgid "Send this backup to remote storage"
1198
  msgstr "Odeslat tuto zálohu na vzdálené úložiště"
1199
 
1200
+ #: admin.php:3833
1201
  msgid "Check out UpdraftPlus Vault."
1202
+ msgstr "Vyzkoušejte UpdraftPlus Vault."
1203
 
1204
+ #: admin.php:3833
1205
  msgid "Not got any remote storage?"
1206
  msgstr "Nemáte žádné vzdálené úložiště?"
1207
 
1208
+ #: admin.php:3833
1209
  msgid "settings"
1210
  msgstr "nastavení"
1211
 
1212
+ #: admin.php:3833
1213
  msgid "Backup won't be sent to any remote storage - none has been saved in the %s"
1214
  msgstr "Záloha nebude poslána na žádné vzdálené úložiště - žádné nebylo uloženo v %s"
1215
 
1216
+ #: admin.php:2277
1217
  msgid "Include any files in the backup"
1218
  msgstr "Zahrnout do zálohy některé soubory"
1219
 
1220
+ #: admin.php:2263
1221
  msgid "Include the database in the backup"
1222
  msgstr "Zahrnout do zálohy databázi"
1223
 
1224
+ #: admin.php:2243
1225
  msgid "Continue restoration"
1226
  msgstr "Pokračovat v obnově"
1227
 
1228
+ #: admin.php:2238
1229
  msgid "You have an unfinished restoration operation, begun %s ago."
1230
  msgstr "Máte nedokončenou obnovu, která začala před %s."
1231
 
1232
+ #: admin.php:2237
1233
  msgid "Unfinished restoration"
1234
  msgstr "Nedokončená obnova"
1235
 
1236
+ #: admin.php:2235
1237
  msgid "%s minutes, %s seconds"
1238
  msgstr "%s minut, %s sekund"
1239
 
1240
+ #: admin.php:2182
1241
  msgid "Backup Contents And Schedule"
1242
  msgstr "Obsah zálohy a plány"
1243
 
1245
  msgid "Premium / Extensions"
1246
  msgstr "Premium / Rozšíření"
1247
 
1248
+ #: admin.php:1962 admin.php:1971
1249
  msgid "Sufficient information about the in-progress restoration operation could not be found."
1250
  msgstr "O právě běžící obnově nebyly nalezeny dostatečné informace."
1251
 
1252
+ #: admin.php:646
1253
  msgctxt "(verb)"
1254
  msgid "Download"
1255
+ msgstr "Stáhnout"
1256
 
1257
+ #: admin.php:571
1258
  msgid "You have chosen to backup files, but no file entities have been selected"
1259
  msgstr "Vybrali jste zálohování souborů, ale nevybrali jste žádné souborové entity"
1260
 
1261
+ #: admin.php:480
1262
  msgid "Extensions"
1263
  msgstr "Rozšíření"
1264
 
1265
+ #: admin.php:472 templates/wp-admin/settings/tab-bar.php:8
1266
  msgid "Advanced Tools"
1267
  msgstr "Pokročilé nástroje"
1268
 
1296
 
1297
  #: addons/googlecloud.php:50
1298
  msgid "Eastern Asia-Pacific"
1299
+ msgstr "Východní Asie-Tichomoří"
1300
 
1301
  #: addons/googlecloud.php:49
1302
  msgid "Western United States"
1303
+ msgstr "Západní Spojené státy"
1304
 
1305
  #: addons/googlecloud.php:47 addons/googlecloud.php:48
1306
  msgid "Eastern United States"
1307
+ msgstr "Východní Spojené státy"
1308
 
1309
  #: addons/googlecloud.php:45
1310
  msgid " Eastern United States"
1311
+ msgstr " Východní Spojené státy"
1312
 
1313
  #: addons/googlecloud.php:44 addons/googlecloud.php:46
1314
  msgid "Central United States"
1315
+ msgstr "Střední Spojené státy"
1316
 
1317
  #: addons/googlecloud.php:43
1318
  msgid "European Union"
1319
+ msgstr "Evropská unie"
1320
 
1321
  #: addons/googlecloud.php:42
1322
  msgid "Asia Pacific"
1323
+ msgstr "Asie a Tichomoří"
1324
 
1325
  #: addons/googlecloud.php:41 addons/googlecloud.php:42
1326
  #: addons/googlecloud.php:43
1327
  msgid "multi-region location"
1328
+ msgstr "více regionové umístění"
1329
 
1330
  #: addons/googlecloud.php:41
1331
  msgid "United States"
1332
+ msgstr "Spojené státy"
1333
 
1334
  #: addons/googlecloud.php:37
1335
  msgid "Nearline"
1337
 
1338
  #: addons/googlecloud.php:36
1339
  msgid "Durable reduced availability"
1340
+ msgstr "Trvalé snížená dostupnost (DRA)"
1341
 
1342
  #: addons/googlecloud.php:35 addons/s3-enhanced.php:53
1343
  msgid "Standard"
1349
 
1350
  #: addons/azure.php:524
1351
  msgid "You can enter the path of any %s virtual folder you wish to use here."
1352
+ msgstr "Zde můžete použít adresu k jakékoliv %s virtuální složce, kterou chcete použít."
1353
 
1354
  #: addons/azure.php:523
1355
  msgid "optional"
1357
 
1358
  #: addons/azure.php:523
1359
  msgid "Prefix"
1360
+ msgstr "Prefix"
1361
 
1362
  #: addons/azure.php:518
1363
  msgid "See Microsoft's guidelines on container naming by following this link."
1369
 
1370
  #: addons/azure.php:518
1371
  msgid "Enter the path of the %s you wish to use here."
1372
+ msgstr "Zadejte cestu %s, kterou si zde přejete použít."
1373
 
1374
  #: addons/azure.php:507
1375
  msgid "This is not your Azure login - see the instructions if needing more guidance."
1395
  msgid "Could not access container"
1396
  msgstr "Nelze získat přístup ke kontejneru"
1397
 
1398
+ #: class-updraftplus.php:2732
1399
  msgid "To complete your migration/clone, you should now log in to the remote site and restore the backup set."
1400
+ msgstr "Pro dokončení migrace/klonu, se teď přihlaste ke vzdálenému web a obnovte zálohu."
1401
 
1402
+ #: backup.php:1547
1403
  msgid "the options table was not found"
1404
  msgstr "tabulka možností nebyla nalezena"
1405
 
1406
+ #: backup.php:1545
1407
  msgid "no options or sitemeta table was found"
1408
  msgstr "žádné možnosti, ani sitemeta tabulka, nebyly nalezeny"
1409
 
1410
+ #: backup.php:1545 backup.php:1547
1411
  msgid "The database backup appears to have failed"
1412
  msgstr "Zdá se, že se záloha databáze nepovedla"
1413
 
1414
+ #: backup.php:1419
1415
  msgid "The backup directory is not writable (or disk space is full) - the database backup is expected to shortly fail."
1416
  msgstr "Do složky pro zápis se nedá zapisovat (nebo je plná) - záloha databáze se zřejmě nepovede."
1417
 
1457
 
1458
  #: addons/googlecloud.php:828
1459
  msgid "Follow this link to your Google API Console, and there activate the Storage API and create a Client ID in the API Access section."
1460
+ msgstr "Tento odkaz vás přesměruje na Google API konzoli, kde aktivujte Storage API a v přístupu k API vytvořte klientské ID."
1461
 
1462
  #: addons/googlecloud.php:743
1463
  msgid "You must enter a project ID in order to be able to create a new bucket."
1499
  msgid "You do not have UpdraftPlus completely installed - please de-install and install it again. Most likely, WordPress malfunctioned when copying the plugin files."
1500
  msgstr "UpdraftPlus nemáte zcela nainstalovaný - odinstalujte ho a poté ho znovu nainstalujte. Došlo pravděpodobně k chybě WordPressu při kopírování souborů pluginu."
1501
 
1502
+ #: restorer.php:778
1503
  msgid "Deferring..."
1504
+ msgstr "Odkládání..."
1505
 
1506
  #: templates/wp-admin/settings/form-contents.php:96
1507
  msgid "or to configure more complex schedules"
1508
+ msgstr "nebo jestli chcete nastavit komplexnější plány"
1509
 
1510
  #: templates/wp-admin/settings/delete-and-restore-modals.php:18
1511
  #: templates/wp-admin/settings/delete-and-restore-modals.php:21
1526
 
1527
  #: templates/wp-admin/settings/downloading-and-restoring.php:40
1528
  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)."
1529
+ msgstr "Pro zobrazení metod vzdálených úložišť pro jakoukoliv existující zálohu (z jakéhokoliv webu, pokud jsou ve stejné složce) klikněte sem."
1530
 
1531
+ #: admin.php:1389
1532
  msgid "Backup sets removed:"
1533
+ msgstr "Odstraněny sady záloh:"
1534
 
1535
+ #: admin.php:658
1536
  msgid "Processing..."
1537
+ msgstr "Zpracovává se..."
1538
 
1539
+ #: admin.php:656
1540
  msgid "For backups older than"
1541
+ msgstr "Pro zálohy starší než"
1542
 
1543
+ #: admin.php:655
1544
  msgid "week(s)"
1545
+ msgstr "týdnů"
1546
 
1547
+ #: admin.php:654
1548
  msgid "hour(s)"
1549
+ msgstr "hodiny"
1550
 
1551
+ #: admin.php:653
1552
  msgid "day(s)"
1553
+ msgstr "dny"
1554
 
1555
+ #: admin.php:652
1556
  msgid "in the month"
1557
  msgstr "v měsíci"
1558
 
1559
+ #: admin.php:651
1560
  msgid "day"
1561
  msgstr "den"
1562
 
1568
  msgid "Add an additional retention rule..."
1569
  msgstr "Přidejte pravidlo zachování..."
1570
 
1571
+ #: restorer.php:2116
1572
  msgid "This database needs to be deployed on MySQL version %s or later."
1573
  msgstr "Tato databáze musí být použita s MySQL verze %s, nebo novější."
1574
 
1575
+ #: restorer.php:2116
1576
  msgid "This problem is caused by trying to restore a database on a very old MySQL version that is incompatible with the source database."
1577
  msgstr "Tento problém je způsoben pokusem o obnovu databáze s velmi starou verzí MySQL, která je nekompatibilní se zdrojovou databází."
1578
 
1579
  #: methods/updraftvault.php:596
1580
  msgid "You do not currently have any UpdraftPlus Vault quota"
1581
+ msgstr "V současnosti nemáte žádnou kvótu pro UpdraftPlus Vault"
1582
 
1583
+ #: class-updraftplus.php:3999
1584
  msgid "You must upgrade MySQL to be able to use this database."
1585
  msgstr "K použití této zálohy databáze musíte aktualizovat svou verzi MySQL."
1586
 
1587
+ #: class-updraftplus.php:3999
1588
  msgid "The database backup uses MySQL features not available in the old MySQL version (%s) that this site is running on."
1589
+ msgstr "Záloha databáze používá funkce MySQL, které nejsou dostupné ve staré verzi MySQL (%s), kterou používá tento web."
1590
 
1591
+ #: admin.php:2081
1592
  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."
1593
  msgstr "Složka UpdraftPlus v umístění wp-content/plugins obsahuje netisknutelný znak; WordPress má s takovými názvy občas problém. Pro jistotu byste měli přejmenovat složku na wp-content/plugins/updraftplus."
1594
 
1598
 
1599
  #: methods/updraftvault.php:317
1600
  msgid "Enter your UpdraftPlus.Com email / password here to connect:"
1601
+ msgstr "Pro připojení zde zadejte svůj UpdraftPlus.com email / heslo:"
1602
 
1603
  #: methods/updraftvault.php:279 methods/updraftvault.php:309
1604
  msgid "Read the FAQs here."
1605
+ msgstr "Zde si můžete přečíst nejčastější dotazy."
1606
 
1607
  #: addons/s3-enhanced.php:61
1608
  msgid "Check this box to use Amazon's server-side encryption"
1614
 
1615
  #: methods/updraftvault.php:605
1616
  msgid "If you have forgotten your password, then go here to change your password on updraftplus.com."
1617
+ msgstr "Pokud jste zapomněli heslo, pak pro změnu hesla na updraftplus.com klikněte zde."
1618
 
1619
+ #: admin.php:895
1620
  msgid "Go to the remote storage settings in order to connect."
1621
  msgstr "Pro připojení jděte do nastavení vzdáleného úložiště."
1622
 
1623
+ #: admin.php:895
1624
  msgid "%s has been chosen for remote storage, but you are not currently connected."
1625
  msgstr "Pro vzdálené úložiště byl vybrán %s, ale v současnosti nejste připojeni."
1626
 
1628
  msgid "Payments can be made in US dollars, euros or GB pounds sterling, via card or PayPal."
1629
  msgstr "Platba může být provedena v amerických dolarech, eurech, nebo britských librách pomocí karty, nebo přes PayPal."
1630
 
1631
+ #: admin.php:629
1632
  msgid "Update quota count"
1633
  msgstr "Aktualizovat kvótu."
1634
 
1635
+ #: admin.php:628
1636
  msgid "Counting..."
1637
+ msgstr "Počítání..."
1638
 
1639
+ #: admin.php:627
1640
  msgid "Disconnecting..."
1641
+ msgstr "Odpojování..."
1642
 
1643
+ #: admin.php:625
1644
  msgid "Connecting..."
1645
+ msgstr "Připojování..."
1646
 
1647
  #: methods/updraftvault.php:380 methods/updraftvault.php:449
1648
  msgid "Refresh current status"
1656
  #: methods/updraftvault.php:375 methods/updraftvault.php:391
1657
  #: methods/updraftvault.php:430
1658
  msgid "Current use:"
1659
+ msgstr "Současné využití:"
1660
 
1661
  #: methods/updraftvault.php:370
1662
  msgid "You can get more quota here"
1664
 
1665
  #: methods/updraftvault.php:370
1666
  msgid "%s Error: you have insufficient storage quota available (%s) to upload this archive (%s)."
1667
+ msgstr "Chyba %s: nemáte k dispozici dostatečnou kvótu (%s) k nahrání tohoto archivu (%s)."
1668
 
1669
+ #: admin.php:626 methods/updraftvault.php:362
1670
  msgid "Disconnect"
1671
  msgstr "Odpojit"
1672
 
1676
 
1677
  #: methods/updraftvault.php:352
1678
  msgid "Vault owner"
1679
+ msgstr "Majitel Vaultu"
1680
 
1681
  #: methods/updraftvault.php:352
1682
  msgid "Well done - there's nothing more needed to set up."
1684
 
1685
  #: methods/updraftvault.php:352
1686
  msgid "This site is <strong>connected</strong> to UpdraftPlus Vault."
1687
+ msgstr "Tento web je <strong>připojen</strong> k UpdraftPlus Vault."
1688
 
1689
  #: methods/updraftvault.php:348
1690
  msgid "You are <strong>not connected</strong> to UpdraftPlus Vault."
1691
+ msgstr "<strong>Nejste</strong> připojeni k UpdraftPlus Vault."
1692
 
1693
  #: methods/updraftvault.php:324
1694
  msgid "Go here for help"
1695
+ msgstr "Pro nápovědu klikněte zde"
1696
 
1697
  #: methods/updraftvault.php:319
1698
  msgid "E-mail"
1699
+ msgstr "Email"
1700
 
1701
  #: methods/updraftvault.php:312 methods/updraftvault.php:327
1702
  msgid "Back..."
1718
 
1719
  #: methods/updraftvault.php:279 methods/updraftvault.php:309
1720
  msgid "UpdraftPlus Vault is built on top of Amazon's world-leading data-centres, with redundant data storage to achieve 99.999999999% reliability."
1721
+ msgstr "UpdraftPlus Vault pracuje na světově nejlepších datacentrech od Amazonu se zálohovanými úložišti tak, aby bylo dosaženo spolehlivosti 99.999999999%."
1722
 
1723
  #: methods/updraftvault.php:275
1724
  msgid "Already purchased space?"
1734
 
1735
  #: methods/updraftvault.php:268 methods/updraftvault.php:285
1736
  msgid "Press a button to get started."
1737
+ msgstr "Začněte kliknutím na jedno z tlačítek."
1738
 
1739
  #: methods/updraftvault.php:268 methods/updraftvault.php:285
1740
  msgid "UpdraftPlus Vault brings you storage that is <strong>reliable, easy to use and a great price</strong>."
1741
+ msgstr "UpdraftPlus Vault představuje úložiště, které je <strong>spolehlivé, snadno použitelné, a je za skvělou cenu</strong>."
1742
 
1743
  #: methods/updraftvault.php:231
1744
  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."
1745
+ msgstr "Vaše předplatné pro UpdraftPlus Vault vypršelo. Během několika dní budou vaše data trvale odstraněna. Pokud nechcete, aby se to stalo, měli byste si předplatné obnovit co nejdříve."
1746
 
1747
  #: methods/updraftvault.php:228
1748
  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!"
1749
+ msgstr "Vaše platba za předplatné UpdraftPlus Vault má zpoždění. Nacházíte se v několikadenním období, po kterém bude Váš přístup ke službě zrušen a ztratíte veškerá uložená data v ní. Obnovte si prosím předplatné co nejdříve!"
1750
 
1751
  #: methods/updraftvault.php:225
1752
  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."
1754
 
1755
  #: methods/updraftvault.php:48 methods/updraftvault.php:77
1756
  msgid "Updraft Vault"
1757
+ msgstr "Updraft Vault"
1758
 
1759
  #: addons/azure.php:366 addons/googlecloud.php:693 methods/s3.php:1040
1760
  msgid "Delete failed:"
1761
  msgstr "Mazání selhalo:"
1762
 
1763
+ #: backup.php:2994
1764
  msgid "The zip engine returned the message: %s."
1765
+ msgstr "Zip engine vrátilo zprávu: %s."
1766
 
1767
  #: addons/s3-enhanced.php:352
1768
  msgid "Without this permission, UpdraftPlus cannot delete backups - you should also set your 'retain' settings very high to prevent seeing deletion errors."
1769
+ msgstr "Bez tohoto povolení nemůže UpdraftPlus mazat zálohy - zároveň byste měli nastavit své ponechávací“ nastavení velmi vysoko, aby se vám nezobrazovaly chyby při pokusech o mazání."
1770
 
1771
  #: addons/s3-enhanced.php:350
1772
  msgid "Allow deletion"
1774
 
1775
  #: addons/s3-enhanced.php:348
1776
  msgid "Without this permission, you cannot directly download or restore using UpdraftPlus, and will instead need to visit the AWS website."
1777
+ msgstr "Bez tohoto povolení nemůžete přímo stahovat, nebo obnovovat pomocí UpdraftPlus. Místo toho musíte navštívit web AWS."
1778
 
1779
  #: addons/s3-enhanced.php:346
1780
  msgid "Allow download"
1781
+ msgstr "Povolit stahování"
1782
 
1783
  #: addons/migrator.php:1757
1784
  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."
1785
+ msgstr "Pokud nefunguje přímé posílání z webu na web, k dispozici jsou další tři způsoby - zkuste prosím místo toho některý z nich."
1786
 
1787
+ #: addons/migrator.php:1742 admin.php:635
1788
  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."
1789
+ msgstr "Měli byste zkontrolovat jestli, je vzdálený web online, není za firewallem, nemá bezpečnostní moduly, které by mohly bránit přístupu, má aktivní UpdraftPlus v. %s, nebo novější, a jestli byly správně vloženy klíče."
1790
 
1791
  #: addons/migrator.php:2240
1792
  msgid "Existing keys"
1794
 
1795
  #: addons/migrator.php:2231
1796
  msgid "No keys to allow remote sites to connect have yet been created."
1797
+ msgstr "Zatím nebyl vytvořený žádný klíč pomocí kterého by se mohl připojit vzdálený web."
1798
 
1799
  #: addons/migrator.php:2213
1800
  msgid "Your new key:"
1802
 
1803
  #: addons/migrator.php:2192
1804
  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."
1805
+ msgstr "K tomu, aby mohl jiný web posílat zálohy na tento web, vytvořte klíče a pak klikněte na tlačítko Migrovat na webu, ze kterého chcete zálohu odeslat a vkopírujte tam klíč."
1806
 
1807
  #: addons/migrator.php:2175
1808
  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."
1809
+ msgstr "Takže pro získání klíče pro vzdálený web otevřete na daném webu okno Migrovat“, sjeďte dolů kde pak můžete vytvořit klíč."
1810
 
1811
  #: addons/migrator.php:2175
1812
  msgid "Keys for this site are created in the section below the one you just pressed in."
1813
+ msgstr "Klíče pro tento web jsou vytvořeny pod aktuální sekcí."
1814
 
1815
  #: addons/migrator.php:1855 central/bootstrap.php:364
1816
  msgid "You must copy and paste this key now - it cannot be shown again."
1818
 
1819
  #: addons/migrator.php:1855 central/bootstrap.php:364
1820
  msgid "Key created successfully."
1821
+ msgstr "Klíč byl úspěšně vytvořen."
1822
 
1823
  #: addons/migrator.php:1840
1824
  msgid "A key with this name already exists; you must use a unique name."
1830
 
1831
  #: addons/migrator.php:1753
1832
  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."
1833
+ msgstr "URL webu, kam chcete odesílat (%s) vypadá jako lokální vývojový web. Pokud odesíláte data z vnější sítě, je pravděpodobné, že budete zablokováni firewallem."
1834
 
1835
  #: addons/migrator.php:1709
1836
  msgid "site not found"
1842
 
1843
  #: addons/migrator.php:189
1844
  msgid "Restore an existing backup set onto this site"
1845
+ msgstr "Obnovte existující zálohu na tomto webu"
1846
 
1847
  #: addons/migrator.php:182
1848
  msgid "This site has no backups to restore from yet."
1849
+ msgstr "Tento web zatím nemá žádné zálohy k obnovení."
1850
 
1851
  #: addons/reporting.php:143
1852
  msgid "Backup made by %s"
1853
+ msgstr "Záloha vytvořena uživatelem %s"
1854
 
1855
  #: methods/addon-base.php:177
1856
  msgid "This storage method does not allow downloading"
1857
  msgstr "Tato zálohovací metoda nedovoluje stahování"
1858
 
1859
+ #: admin.php:3314
1860
  msgid "(backup set imported from remote location)"
1861
  msgstr "(záloha importována ze vzdáleného umístění)"
1862
 
1863
  #: templates/wp-admin/settings/existing-backups-table.php:65
1864
  msgid "Site"
1865
+ msgstr "Web"
1866
 
1867
  #: templates/wp-admin/settings/existing-backups-table.php:64
1868
  msgid "Backup sent to remote site - not available for download."
1869
+ msgstr "Záloha poslaná na vzdálený web - není dostupná ke stažení."
1870
 
1871
  #: includes/class-wpadmin-commands.php:118
1872
  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)."
1873
+ msgstr "Než provedete obnovu, měli byste se ujistit, jestli je tato záloha opravdu určena pro tento web a ne pro nějaký jiný."
1874
 
1875
  #: includes/class-wpadmin-commands.php:118
1876
  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."
1877
+ msgstr "U této zálohy se UpdraftPlus domnívá, že nebyla vytvořena současnou WordPress instalací, ale že byla buď nalezena na vzdáleném úložišti, nebo byla poslána ze vzdáleného webu."
1878
 
1879
+ #: addons/migrator.php:1770 admin.php:642
1880
  msgid "Testing connection..."
1881
  msgstr "Testování spojení..."
1882
 
1883
+ #: admin.php:639
1884
  msgid "Deleting..."
1885
  msgstr "Mazání..."
1886
 
1887
+ #: admin.php:638
1888
  msgid "key name"
1889
  msgstr "jméno klíče"
1890
 
1891
+ #: admin.php:636
1892
  msgid "Please give this key a name (e.g. indicate the site it is for):"
1893
+ msgstr "dejte tomuto klíči prosím jméno (např. indikující pro jaký je web):"
1894
 
1895
+ #: admin.php:633
1896
  msgid "Creating..."
1897
+ msgstr "Vytváření..."
1898
 
1899
  #: addons/migrator.php:2191
1900
  msgid "Or, receive a backup from a remote site"
1901
+ msgstr "Nebo získejte zálohu z jiného webu"
1902
 
1903
  #: addons/migrator.php:2180
1904
  msgid "Paste key here"
1905
+ msgstr "Zkopírujte sem klíč"
1906
 
1907
  #: addons/migrator.php:2175
1908
  msgid "How do I get a site's key?"
1909
+ msgstr "Jak získám klíč webu?"
1910
 
1911
  #: addons/migrator.php:2175
1912
  msgid "To add a site as a destination for sending to, enter that site's key below."
1913
+ msgstr "K přidání webu jako cíle pro poslání zálohy vložte níže klíč daného webu."
1914
 
1915
  #: addons/migrator.php:2172
1916
  msgid "Or, send a backup to another site"
1917
+ msgstr "Nebo pošlete zálohu na jiný web"
1918
 
1919
+ #: addons/migrator.php:1937 admin.php:643
1920
  msgid "Send"
1921
  msgstr "Poslat"
1922
 
1923
+ #: addons/migrator.php:1931 admin.php:634
1924
  msgid "Send to site:"
1925
  msgstr "Poslat na stránku:"
1926
 
1927
  #: addons/migrator.php:1929
1928
  msgid "No receiving sites have yet been added."
1929
+ msgstr "Zatím nebyly přidány žádné přijímající weby."
1930
 
1931
  #: addons/migrator.php:1910
1932
  msgid "It is for sending backups to the following site: "
1933
+ msgstr "Je pro posílání záloh na následující web: "
1934
 
1935
  #: addons/migrator.php:1910
1936
  msgid "The key was successfully added."
1938
 
1939
  #: addons/migrator.php:1894
1940
  msgid "The entered key does not belong to a remote site (it belongs to this one)."
1941
+ msgstr "Vložený klíč nepatří ke vzdálenému webu (patří tomuto webu)."
1942
 
1943
  #: addons/migrator.php:1883 addons/migrator.php:1885 addons/migrator.php:1889
1944
  msgid "The entered key was corrupt - please try again."
1978
 
1979
  #: addons/migrator.php:162
1980
  msgid "The UpdraftPlus Migrator modifies the restoration operation appropriately, to fit the backup data to the new site."
1981
+ msgstr "UpdraftPlus Migrator patřičně upraví proces obnovy, aby obnovované data odpovídala novému webu."
1982
 
1983
  #: addons/migrator.php:162
1984
  msgid "A \"migration\" is ultimately the same as a restoration - but using backup archives that you import from another site."
1985
+ msgstr "Migrace je totéž jako obnova, ale používá se při ní záloha vytvořená na jiném webu."
1986
 
1987
+ #: addons/migrator.php:2180 admin.php:631
1988
  msgid "Add site"
1989
+ msgstr "Přidat web"
1990
 
1991
+ #: admin.php:630
1992
  msgid "Adding..."
1993
+ msgstr "Přidává se..."
1994
 
1995
  #: udaddons/options.php:338
1996
  msgid "Claim not granted - perhaps you have already used this purchase somewhere else, or your paid period for downloading from updraftplus.com has expired?"
1997
  msgstr "Nárok nebyl udělen - možná jste tuto objednávku již použili někde jinde, nebo vaše předplatné pro stahování z updraftplus.com vypršelo?"
1998
 
1999
+ #: restorer.php:2118
2000
  msgid "To use this backup, your database server needs to support the %s character set."
2001
  msgstr "K použití této zálohy musí váš databázový server podporovat %s znakovou sadu."
2002
 
2003
  #: udaddons/updraftplus-addons.php:786
2004
  msgid "go here to change your password on updraftplus.com."
2005
+ msgstr "klikněte zde pro změnu hesla na updraftplus.com"
2006
 
2007
  #: udaddons/updraftplus-addons.php:786
2008
  msgid "If you have forgotten your password "
2009
+ msgstr "Pokud jste zapomněli heslo "
2010
 
2011
  #: udaddons/updraftplus-addons.php:785
2012
  msgid "Go here to re-enter your password."
2013
+ msgstr "Pro opětovné zadání hesla klikněte zde."
2014
 
2015
  #: addons/migrator.php:218
2016
  msgid "After pressing this button, you will be given the option to choose which components you wish to migrate"
2018
 
2019
  #: addons/migrator.php:189
2020
  msgid "To import a backup set, go to the \"Existing Backups\" tab"
2021
+ msgstr "K importování zálohy přejděte na záložku Existující zálohy"
2022
 
2023
+ #: admin.php:622 admin.php:647 admin.php:648
2024
  msgid "You have made changes to your settings, and not saved."
2025
+ msgstr "Provedli jste změny v nastavení, ale neuložili jste je."
2026
 
2027
  #: addons/onedrive.php:989
2028
  msgid "N.B. %s is not case-sensitive."
2030
 
2031
  #: addons/onedrive.php:977
2032
  msgid "If OneDrive later shows you the message \"unauthorized_client\", then you did not enter a valid client ID here."
2033
+ msgstr "Pokud vám OneDrive později ukáže zprávu unauthorized_client“, pak jste sem nevložili platné klientské ID."
2034
 
2035
  #: addons/azure.php:502 addons/migrator.php:1757 addons/onedrive.php:961
2036
  msgid "For longer help, including screenshots, follow this link."
2037
+ msgstr "Pro podrobný návod, včetně snímků obrazovky, klikněte na tento odkaz."
2038
 
2039
  #: addons/onedrive.php:961
2040
  msgid "Create OneDrive credentials in your OneDrive developer console."
2042
 
2043
  #: addons/onedrive.php:956
2044
  msgid "You must add the following as the authorised redirect URI in your OneDrive console (under \"API Settings\") when asked"
2045
+ msgstr "Pokud o to budete požádání, musíte toto vložit jako autorizovanou URI přesměrování ve vaší konzoli OneDrive (k nalezení pod Nastavení API)"
2046
 
2047
  #: addons/onedrive.php:931 addons/onedrive.php:933
2048
  msgid "%s authorisation failed:"
2054
 
2055
  #: addons/onedrive.php:626
2056
  msgid "Please re-authorize the connection to your %s account."
2057
+ msgstr "Autorizujte znovu připojení ke svému %s účtu."
2058
 
2059
  #: methods/email.php:73
2060
  msgid "configure it here"
2062
 
2063
  #: addons/onedrive.php:619 methods/updraftvault.php:569
2064
  msgid "To remove the block, please go here."
2065
+ msgstr "K odstranění bloku jděte prosím zde."
2066
 
2067
  #: addons/s3-enhanced.php:439
2068
  msgid "Do remember to save your settings."
2086
 
2087
  #: addons/s3-enhanced.php:332
2088
  msgid "Asia Pacific (Tokyo)"
2089
+ msgstr "Asie a Tichomoří (Tokio)"
2090
 
2091
  #: addons/s3-enhanced.php:330
2092
  msgid "Asia Pacific (Sydney)"
2093
+ msgstr "Asie a Tichomoří (Sydney)"
2094
 
2095
  #: addons/s3-enhanced.php:329
2096
  msgid "Asia Pacific (Singapore)"
2097
+ msgstr "Asie a Tichomoří (Singapur)"
2098
 
2099
  #: addons/s3-enhanced.php:323
2100
  msgid "US Government West (restricted)"
2101
+ msgstr "Západ USA - vládní (omezeně)"
2102
 
2103
  #: addons/s3-enhanced.php:322
2104
  msgid "US West (N. California)"
2105
+ msgstr "Západ USA (Severní Kalifornie)"
2106
 
2107
  #: addons/s3-enhanced.php:321
2108
  msgid "US West (Oregon)"
2109
+ msgstr "Západ USA (Oregon)"
2110
 
2111
  #: addons/s3-enhanced.php:319
2112
  msgid "US Standard (default)"
2113
+ msgstr "USA standart (výchozí)"
2114
 
2115
  #: addons/s3-enhanced.php:315
2116
  msgid "S3 storage region"
2117
+ msgstr "Oblast S3 úložiště"
2118
 
2119
  #: addons/s3-enhanced.php:313
2120
  msgid "New IAM username"
2122
 
2123
  #: addons/s3-enhanced.php:312
2124
  msgid "Admin secret key"
2125
+ msgstr "Tajný klíč administrátora"
2126
 
2127
  #: addons/s3-enhanced.php:311
2128
  msgid "Admin access key"
2150
 
2151
  #: addons/s3-enhanced.php:294
2152
  msgid "Access Key: %s"
2153
+ msgstr "Přístupový klíč: %s"
2154
 
2155
  #: addons/s3-enhanced.php:282 addons/s3-enhanced.php:284
2156
  msgid "Failed to apply User Policy"
2162
 
2163
  #: addons/s3-enhanced.php:221
2164
  msgid "Failed to create user Access Key"
2165
+ msgstr "Nepodařilo se vytvořit uživatelský přístupový klíč"
2166
 
2167
  #: addons/s3-enhanced.php:201 addons/s3-enhanced.php:204
2168
  #: addons/s3-enhanced.php:208
2171
 
2172
  #: addons/s3-enhanced.php:199
2173
  msgid "Conflict: that user already exists"
2174
+ msgstr "Konflikt: tento uživatel již existuje"
2175
 
2176
  #: addons/s3-enhanced.php:171
2177
  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 AWS user may already have taken your name)."
2207
 
2208
  #: methods/s3.php:842
2209
  msgid "To create a new IAM sub-user and access key that has access only to this bucket, use this add-on."
2210
+ msgstr "Pro vytvoření nového IAM pod-uživatele a přístupového klíče, který bude mít přístup pouze k tomuto bucketu, použijte toto rozšíření."
2211
 
2212
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:11
2213
  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."
2214
+ msgstr "Pro osobní podporu, schopnost kopírovat celé weby, více cílových úložišť, bezpečné šifrované zálohy, více umístění záloh, lepší hlášení, žádné reklamy a mnohem více, podívejte se na prémiovou verzi UpdraftPlus - světově nejoblíbenějšího zálohovacího pluginu."
2215
 
2216
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:9
2217
  msgid "UpdraftPlus news, high-quality training materials for WordPress developers and site-owners, and general WordPress news. You can de-subscribe at any time."
2218
+ msgstr "UpdraftPlus novinky, vysoce kvalitní výukové materiály pro WordPress vývojáře, majitele webů, a obecné WordPress novinky. Kdykoliv se můžete odhlásit."
2219
 
2220
+ #: restorer.php:2221
2221
  msgid "Uploads path (%s) has changed during a migration - resetting (to: %s)"
2222
+ msgstr "cesta nahrávání (%s) se během migrace změnila - probíhá reset (na: %s)"
2223
 
2224
  #: addons/onedrive.php:596 addons/onedrive.php:619 methods/updraftvault.php:569
2225
  #: udaddons/updraftplus-addons.php:732 udaddons/updraftplus-addons.php:747
2226
  msgid "This most likely means that you share a webserver with a hacked website that has been used in previous attacks."
2227
+ msgstr "S největší pravděpodobností to znamená, že sdílíte webový server s napadeným webem, který byl použit při předchozích útocích."
2228
 
2229
  #: addons/onedrive.php:619 methods/updraftvault.php:569
2230
  #: udaddons/updraftplus-addons.php:747
2234
  #: addons/onedrive.php:619 methods/updraftvault.php:569
2235
  #: udaddons/updraftplus-addons.php:747
2236
  msgid "UpdraftPlus.com has responded with 'Access Denied'."
2237
+ msgstr "UpdraftPlus.com vrátil odpověď „Přístup odepřen“."
2238
 
2239
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:17
2240
  msgid "Premium WooCommerce plugins"
2242
 
2243
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:17
2244
  msgid "Free two-factor security plugin"
2245
+ msgstr "Dvoufázový bezplatný bezpečnostní plugin"
2246
 
2247
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:17
2248
  msgid "More Quality Plugins"
2263
 
2264
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:9
2265
  msgid "Follow this link to sign up."
2266
+ msgstr "Pro registraci klikněte na tento odkaz."
2267
 
2268
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:9
2269
  msgid "Free Newsletter"
2276
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:2
2277
  #: templates/wp-admin/notices/thanks-for-using-main-dash.php:21
2278
  msgid "Dismiss (for %s months)"
2279
+ msgstr "Skrýt (na %s měsíců)"
2280
 
2281
  #: addons/fixtime.php:422
2282
  msgid "(at same time as files backup)"
2283
  msgstr "(ve stejný čas, jako záloha souborů)"
2284
 
2285
+ #: admin.php:2840
2286
  msgid "No backup has been completed"
2287
  msgstr "Žádná záloha nebyla dokončena"
2288
 
2289
  #: templates/wp-admin/settings/tab-addons.php:14
2290
  msgid "The first step is to de-install the free version."
2291
+ msgstr "První krok je odinstalování bezplatné verze."
2292
 
2293
  #: templates/wp-admin/settings/tab-addons.php:14
2294
  msgid "If you have made a purchase from UpdraftPlus.Com, then follow this link to the instructions to install your purchase."
2295
+ msgstr "Pokud jste provedli objednávku z UpdraftPlus.com, klikněte na tento odkaz nainstalování toho, co jste si zakoupili."
2296
 
2297
  #: templates/wp-admin/settings/header.php:12
2298
  msgid "Newsletter sign-up"
2299
+ msgstr "Přihlášení k odběru novinek"
2300
 
2301
  #: includes/updraftplus-notices.php:142
2302
  msgid "Follow this link to sign up for the UpdraftPlus newsletter."
2303
+ msgstr "Pro přihlášení k zasílání UpdraftPlus novinek klikněte na následující odkaz."
2304
 
2305
  #: templates/wp-admin/settings/tab-addons.php:136
2306
  msgid "Backup non-WordPress files and databases"
2307
+ msgstr "Zálohy souborů a databází nesouvisejících s WordPressem"
2308
 
2309
  #: templates/wp-admin/settings/tab-addons.php:19
2310
  msgid "Ask a pre-sales question"
2311
+ msgstr "Položit dotaz před nákupem"
2312
 
2313
  #: templates/wp-admin/settings/tab-addons.php:18
2314
  msgid "Pre-sales FAQs"
2315
+ msgstr "Časté dotazy před nákupem"
2316
 
2317
  #: templates/wp-admin/settings/tab-addons.php:17
2318
  msgid "Full feature list"
2324
 
2325
  #: templates/wp-admin/settings/tab-addons.php:14
2326
  msgid "You are currently using the free version of UpdraftPlus from wordpress.org."
2327
+ msgstr "Aktuálně používáte bezplatnou verzi UpdraftPlus z WordPress.org."
2328
 
2329
+ #: addons/autobackup.php:991
2330
  msgid "Backup (where relevant) plugins, themes and the WordPress database with UpdraftPlus before updating"
2331
+ msgstr "Před aktualizací zálohovat pomocí UpdraftPlus (když je opodstatnění) pluginy, šablony, a databázi WordPressu"
2332
 
2333
  #: methods/s3.php:136 methods/s3.php:137 methods/s3.php:138 methods/s3.php:146
2334
  #: methods/s3.php:147 methods/s3.php:148
2345
  msgid "or"
2346
  msgstr "nebo"
2347
 
2348
+ #: admin.php:616
2349
  msgid "You did not select any components to restore. Please select at least one, and then try again."
2350
  msgstr "Nevybrali jste nic k obnovení. Vyberte alespoň jednu věc a zkuste to znovu."
2351
 
2352
  #: addons/sftp.php:379
2353
  msgctxt "Do not translate BEGIN RSA PRIVATE KEY. PCKS1, XML, PEM and PuTTY are also technical acronyms which should not be translated."
2354
  msgid "PKCS1 (PEM header: BEGIN RSA PRIVATE KEY), XML and PuTTY format keys are accepted."
2355
+ msgstr "Jsou akceptovány formáty klíčů PKCS1 (PEM hlavička: BEGIN RSA PRIVATE KEY), XML, a PuTTY."
2356
 
2357
  #: addons/sftp.php:342
2358
  msgid "Resuming partial uploads is supported for SFTP, but not for SCP. Thus, if using SCP then you will need to ensure that your webserver allows PHP processes to run long enough to upload your largest backup file."
2359
+ msgstr "Pokračování částečného nahrávání je podporování u SFTP, ale ne u SCP. Pokud tedy používáte SCP, je potřeba se ujistit, že váš webový server podporuje tak dlouhý běh PHP procesu, aby se nahrál i největší soubor zálohy."
2360
 
2361
  #: methods/openstack2.php:152
2362
  msgctxt "\"tenant\" is a term used with OpenStack storage - Google for \"OpenStack tenant\" to get more help on its meaning"
2366
  #: methods/openstack2.php:102
2367
  msgctxt "Keystone and swauth are technical terms which cannot be translated"
2368
  msgid "This needs to be a v2 (Keystone) authentication URI; v1 (Swauth) is not supported."
2369
+ msgstr "Musí být v2 (Keystone) autentifikační URI; v1 (Swauth) není podporována."
2370
 
2371
  #: templates/wp-admin/settings/form-contents.php:287
2372
  msgid "your site's admin address"
2373
+ msgstr "adresa administrátora vašeho webu"
2374
 
2375
  #: templates/wp-admin/settings/form-contents.php:287
2376
  msgid "Check this box to have a basic report sent to"
2377
+ msgstr "Pokud chcete zaslat základní hlášení, zaškrtněte toto políčko"
2378
 
2379
+ #: admin.php:2849
2380
  msgctxt "i.e. Non-automatic"
2381
  msgid "Manual"
2382
  msgstr "Ručně"
2383
 
2384
+ #: restorer.php:2095
2385
  msgctxt "The user is being told the number of times an error has happened, e.g. An error (27) occurred"
2386
  msgid "An error (%s) occurred:"
2387
+ msgstr "Došlo k chybě (%s):"
2388
 
2389
  #: addons/lockadmin.php:173
2390
  msgid "Change Lock Settings"
2391
+ msgstr "Změnit nastavení uzamčení"
2392
 
2393
  #: addons/morefiles.php:185
2394
  msgid "Any other file/directory on your server that you wish to back up"
2395
+ msgstr "Jakýkoliv další soubor/složku na serveru, které si přejete zálohovat"
2396
 
2397
+ #: admin.php:2098
2398
  msgid "For even more features and personal support, check out "
2399
+ msgstr "Pro ještě více schopností a osobní podporu se podívejte na "
2400
 
2401
+ #: restorer.php:2101
2402
  msgid "Create table failed - probably because there is no permission to drop tables and the table already exists; will continue"
2403
+ msgstr "Tvorba tabulky selhala - pravděpodobně proto, že tabulka již existuje a není oprávnění pro její smazání; bude se pokračovat"
2404
 
2405
+ #: restorer.php:1233
2406
  msgid "Clearing cached pages (%s)..."
2407
+ msgstr "Mazání mezipaměti stránek (%s)..."
2408
 
2409
+ #: addons/moredatabase.php:50
2410
  msgid "Database decryption phrase"
2411
+ msgstr "Fráze pro dešifrování databáze"
2412
 
2413
+ #: addons/autobackup.php:131 addons/autobackup.php:966 admin.php:621
 
2414
  msgid "Automatic backup before update"
2415
  msgstr "Automatická záloha před aktualizací"
2416
 
2440
 
2441
  #: addons/lockadmin.php:171
2442
  msgid "Anyone seeing the lock screen will be shown this URL for support - enter a website address or an email address."
2443
+ msgstr "Každému, kdo uvidí uzamykací obrazovku, se zobrazí tato URL pro podporu - zadejte URL adresu webu, nebo emailovou adresu."
2444
 
2445
  #: addons/lockadmin.php:171
2446
  msgid "Support URL"
2480
 
2481
  #: addons/lockadmin.php:114
2482
  msgid "The admin password has been changed."
2483
+ msgstr "Heslo administrátora bylo změněno."
2484
 
2485
  #: addons/lockadmin.php:112
2486
  msgid "An admin password has been set."
2487
+ msgstr "Heslo administrátora bylo nastaveno."
2488
 
2489
  #: addons/lockadmin.php:110
2490
  msgid "The admin password has now been removed."
2491
+ msgstr "Heslo administrátora bylo odstraněno."
2492
 
2493
  #: addons/morefiles.php:74
2494
  msgid "(learn more about this significant option)"
2495
+ msgstr "(dozvědět se více o této významné možnosti)"
2496
 
2497
  #: udaddons/options.php:273
2498
  msgid "Note that after you have claimed your add-ons, you can remove your password (but not the email address) from the settings below, without affecting this site's access to updates."
2499
+ msgstr "Po získání rozšíření můžete z nastavení níže odstranit své heslo (nikoliv email) bez toho, aniž byste ovlivnili přístup webu k aktualizacím."
2500
 
2501
+ #: admin.php:2431 admin.php:3337
2502
  msgid "View Log"
2503
+ msgstr "Zobrazit protokol"
2504
 
2505
  #: templates/wp-admin/settings/existing-backups-table.php:13
2506
  msgid "Backup data (click to download)"
2515
  msgid "and retain this many scheduled backups"
2516
  msgstr "a uchovat tolik naplánovaných záloh"
2517
 
2518
+ #: admin.php:2810
2519
  msgid "incremental backup; base backup: %s"
2520
  msgstr "kumulativní záloha; základní záloha: %s"
2521
 
2522
  #: templates/wp-admin/advanced/lock-admin.php:9
2523
  msgid "For the ability to lock access to UpdraftPlus settings with a password, upgrade to UpdraftPlus Premium."
2524
+ msgstr "Pro možnost uzamčení nastavení UpdraftPlus heslem přejděte na UpdraftPlus Premium."
2525
 
2526
  #: templates/wp-admin/settings/downloading-and-restoring.php:52
2527
  msgid "Upload files into UpdraftPlus."
2528
+ msgstr "Nahrajte soubory do UpdraftPlus."
2529
 
2530
+ #: admin.php:846 includes/class-commands.php:363
2531
  #: templates/wp-admin/settings/tab-status.php:22
2532
  msgid "The 'Backup Now' button is disabled as your backup directory is not writable (go to the 'Settings' tab and find the relevant option)."
2533
+ msgstr "Tlačítko Zálohovat nyní“ není aktivní, protože do složky se zálohami nelze zapisovat (jděte do záložky Nastavení“ a najděte odpovídající možnost)."
2534
 
2535
+ #: class-updraftplus.php:3949
2536
  msgid "Backup label:"
2537
  msgstr "Štítek zálohy:"
2538
 
2539
+ #: admin.php:1625
2540
  msgid "Error: unexpected file read fail"
2541
+ msgstr "Chyba: čtení neočekávaného souboru selhalo"
2542
 
2543
+ #: backup.php:3000
2544
  msgid "check your log for more details."
2545
+ msgstr "více informací naleznete v protokolu."
2546
 
2547
+ #: backup.php:2998
2548
  msgid "your web hosting account appears to be full; please see: %s"
2549
+ msgstr "váš webhosting je nejspíš plný; prosím podívejte se: %s"
2550
 
2551
+ #: backup.php:2996
2552
  msgid "A zip error occurred"
2553
  msgstr "Objevila se chyba zip"
2554
 
2558
 
2559
  #: addons/googlecloud.php:822 methods/googledrive.php:915
2560
  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."
2561
+ msgstr "%s nepovoluje autorizaci webů hostovaných na pevných IP adresách. Nejprve musíte změnit adresu webu (%s), abyste mohli pro ukládání použít %s."
2562
 
2563
  #: methods/updraftvault.php:608 udaddons/updraftplus-addons.php:789
2564
  msgid "You entered an email address that was not recognised by UpdraftPlus.Com"
2565
+ msgstr "Vložili jste emailovou adresu, která nebyla serverem UpdraftPlus.com rozpoznána."
2566
 
2567
  #: methods/updraftvault.php:605 udaddons/updraftplus-addons.php:785
2568
  msgid "Your email address was valid, but your password was not recognised by UpdraftPlus.Com."
2569
+ msgstr "Vaše emailová adresa byla správná, ale heslo nebylo serverem UpdraftPlus.com rozpoznáno."
2570
 
2571
  #: methods/updraftvault.php:545 udaddons/updraftplus-addons.php:655
2572
  msgid "You need to supply both an email address and a password"
2573
+ msgstr "Musíte poskytnout email i heslo"
2574
 
2575
  #: templates/wp-admin/settings/tab-status.php:89
2576
  msgid "To proceed, press 'Backup Now'. Then, watch the 'Last Log Message' field for activity."
2577
+ msgstr "Pro pokračování stiskněte Zálohovat nyní“. Pak sledujte, zda se mění Poslední zpráva protokolu“."
2578
 
2579
+ #: class-updraftplus.php:3968
2580
  msgid "If you want to restore a multisite backup, you should first set up your WordPress installation as a multisite."
2581
  msgstr "Pokud chcete obnovit multisite zálohu, měli byste nejdřív nastavit svůj WordPress jako multisite."
2582
 
2583
+ #: class-updraftplus.php:3968
2584
  msgid "Your backup is of a WordPress multisite install; but this site is not. Only the first site of the network will be accessible."
2585
+ msgstr "Vaše záloha je z instalace WordPress multisite, ale tento web nikoliv. K dispozici bude pouze první web."
2586
 
2587
  #: addons/migrator.php:1063
2588
  msgid "already done"
2598
 
2599
  #: addons/migrator.php:314
2600
  msgid "Enter a comma-separated list; otherwise, leave blank for all tables."
2601
+ msgstr "Vložte čárkami oddělený seznam; pro všechny tabulky nechte prázdné."
2602
 
2603
  #: addons/migrator.php:314
2604
  msgid "These tables only"
2610
 
2611
  #: udaddons/options.php:102
2612
  msgid "You have not yet connected with your UpdraftPlus.Com account."
2613
+ msgstr "Zatím nejste spojeni se svým UpdraftPlus.com účtem."
2614
 
2615
  #: udaddons/options.php:100 udaddons/options.php:102
2616
  msgid "You need to connect to receive future updates to UpdraftPlus."
2617
  msgstr "Pro budoucí aktualizace se musíte spojit s UpdraftPlus."
2618
 
2619
+ #: class-updraftplus.php:3941
2620
  msgid "Any support requests to do with %s should be raised with your web hosting company."
2621
  msgstr "Jakákoliv žádost o podporu týkající se %s, by měla být řešena s vaším poskytovatelem hostingu."
2622
 
2623
+ #: class-updraftplus.php:3941
2624
  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."
2625
+ msgstr "Měli byste pokračovat pouze pokud neaktualizujete současný server a jste si jisti (nebo ochotni riskovat), že vaše pluginy / šablony / atd. jsou kompatibilní se starší verzí %s."
2626
 
2627
+ #: class-updraftplus.php:3941
2628
  msgid "This is significantly newer than the server which you are now restoring onto (version %s)."
2629
  msgstr "Což je velký rozdíl oproti verzi, na kterou chcete zálohu obnovit (verze %s)."
2630
 
2631
+ #: class-updraftplus.php:3941
2632
  msgid "The site in this backup was running on a webserver with version %s of %s. "
2633
+ msgstr "Web z této zálohy běžel na webovém serveru s verzí %s z %s. "
2634
 
2635
  #: includes/updraftplus-notices.php:133 includes/updraftplus-notices.php:134
2636
  msgid "LinkedIn"
2651
 
2652
  #: includes/updraftplus-notices.php:132
2653
  msgid "UpdraftPlus is on social media - check us out!"
2654
+ msgstr "UpdraftPlus je na sociálních sítích - Podívejte se na nás!"
2655
 
2656
+ #: admin.php:3398
2657
  msgid "Why am I seeing this?"
2658
  msgstr "Proč tohle vidím?"
2659
 
2660
  #: templates/wp-admin/settings/downloading-and-restoring.php:39
2661
  msgid "The location of this directory is set in the expert settings, in the Settings tab."
2662
+ msgstr "Umístění složky je uloženo v pokročilém nastavení, v záložce Nastavení“."
2663
 
2664
  #: templates/wp-admin/settings/downloading-and-restoring.php:39
2665
  msgid "Press here to look inside your UpdraftPlus directory (in your web hosting space) for any new backup sets that you have uploaded."
2666
  msgstr "Pro podívání se po nových zálohách, které jste nahráli do složky UpdraftPlus (na vašem hostingu) klikněte zde."
2667
 
2668
+ #: admin.php:1573 admin.php:1585
2669
  msgid "Start backup"
2670
  msgstr "Zahájit zálohu"
2671
 
2672
+ #: class-updraftplus.php:3913 restorer.php:996
2673
  msgid "You are using the %s webserver, but do not seem to have the %s module loaded."
2674
+ msgstr "Používáte %s webový server, ale vypadá to, že nemáte načtený modul %s."
2675
 
2676
+ #: admin.php:2754
2677
  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."
2678
+ msgstr "Pro konzultaci, jak povolit WordPress pluginu zapisovat do složky, budete potřebovat kontaktovat svého poskytovatele."
2679
 
2680
  #: templates/wp-admin/advanced/advanced-tools.php:6
2681
  msgid "Unless you have a problem, you can completely ignore everything here."
2682
+ msgstr "Pokud nemáte žádný problém, můžete ignorovat vše co zde vidíte."
2683
 
2684
+ #: admin.php:1784
2685
  msgid "This file could not be uploaded"
2686
  msgstr "Tento soubor nemůže být nahrán"
2687
 
2688
+ #: admin.php:1749
2689
  msgid "You will find more information about this in the Settings section."
2690
+ msgstr "Více informací o tom najdete v sekci Nastavení“."
2691
 
2692
  #: addons/importer.php:70
2693
  msgid "Supported backup plugins: %s"
2695
 
2696
  #: addons/importer.php:70
2697
  msgid "Was this a backup created by a different backup plugin? If so, then you might first need to rename it so that it can be recognised - please follow this link."
2698
+ msgstr "Je toto záloha provedená jiným zálohovacím pluginem? Pokud ano, budete ho možná nejdříve muset přejmenovat, aby mohla být rozpoznána - prosím klikněte na tento odkaz."
2699
 
2700
  #: templates/wp-admin/settings/form-contents.php:58
2701
  msgid "Tell me more about incremental backups"
2702
+ msgstr "Zjistit více o přírůstkových zálohách"
2703
 
2704
  #: templates/wp-admin/advanced/site-info.php:42
2705
  msgid "Memory limit"
2706
  msgstr "Limit paměti"
2707
 
2708
+ #: class-updraftplus.php:4071 restorer.php:1441
2709
  msgid "restoration"
2710
  msgstr "obnovení"
2711
 
2712
+ #: restorer.php:2046
2713
  msgid "Table to be implicitly dropped: %s"
2714
  msgstr "Tabulka, která bude implicitně smazána: %s"
2715
 
2716
+ #: backup.php:832
2717
  msgid "Incremental"
2718
+ msgstr "Přírustková"
2719
 
2720
+ #: backup.php:832
2721
  msgid "Full backup"
2722
+ msgstr "Kompletní záloha"
2723
 
2724
  #: addons/autobackup.php:488 addons/autobackup.php:490
2725
  msgid "now proceeding with the updates..."
2727
 
2728
  #: addons/autobackup.php:488 addons/autobackup.php:490
2729
  msgid "(view log...)"
2730
+ msgstr "(zobrazit protokol...)"
2731
 
2732
  #: addons/autobackup.php:488 addons/autobackup.php:490
2733
  msgid "Backup succeeded"
2734
+ msgstr "Zálohování bylo úspěšně dokončeno"
2735
 
2736
+ #: admin.php:2850 admin.php:2851 admin.php:2852 updraftplus.php:92
2737
  #: updraftplus.php:93
2738
  msgid "Every %s hours"
2739
  msgstr "Každých %s hodin"
2744
 
2745
  #: addons/migrator.php:316
2746
  msgid "Go"
2747
+ msgstr "Spustit"
2748
 
2749
  #: addons/migrator.php:305
2750
  msgid "A search/replace cannot be undone - are you sure you want to do this?"
2751
+ msgstr "Najít/nahradit nemůže být vráceno zpět -opravdu chcete provést tuto akci?"
2752
 
2753
  #: addons/migrator.php:304
2754
  msgid "This can easily destroy your site; so, use it with care!"
2755
+ msgstr "Tohle může snadno rozbít váš web, používejte to opatrně!"
2756
 
2757
  #: addons/migrator.php:274 addons/migrator.php:312
2758
  msgid "Replace with"
2759
+ msgstr "Nahradit:"
2760
 
2761
  #: addons/migrator.php:273 addons/migrator.php:311
2762
  msgid "Search for"
2772
  msgid "search term"
2773
  msgstr "hledaný výraz"
2774
 
2775
+ #: restorer.php:2123
2776
  msgid "Too many database errors have occurred - aborting"
2777
+ msgstr "Vyskytlo se příliš mnoho chyb databáze - proces se přerušuje"
2778
 
2779
+ #: backup.php:898
2780
  msgid "read more at %s"
2781
  msgstr "čtete více na %s"
2782
 
2783
+ #: backup.php:898
2784
  msgid "Email reports created by UpdraftPlus (free edition) bring you the latest UpdraftPlus.com news"
2785
+ msgstr "Emailové hlášení vytvořené pomocí UpdraftPlus (verze zdarma) vám přináší novinky z UpdraftPlus.com"
2786
 
2787
  #: methods/googledrive.php:921
2788
  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."
2789
+ msgstr "Poznámka: Pokud nainstalujete UpdraftPlus na několika webech používající WordPress, nemůžete použít jeden projekt pro všechny. Pro každou stránku musíte v Google API konzoli vytvořit nový."
2790
 
2791
+ #: admin.php:3166
2792
  msgid "You have not yet made any backups."
2793
  msgstr "Zatím jste nevytvořili žádnou zálohu."
2794
 
2798
 
2799
  #: templates/wp-admin/advanced/site-info.php:88
2800
  msgid "Plugins for debugging:"
2801
+ msgstr "Pluginy pro ladění:"
2802
 
2803
  #: templates/wp-admin/advanced/site-info.php:67
2804
  msgid "%s (%s used)"
2805
+ msgstr "%s (použito %s)"
2806
 
2807
  #: templates/wp-admin/advanced/site-info.php:67
2808
  msgid "Free disk space in account:"
2809
  msgstr "Volné místo na disku pro účet:"
2810
 
2811
+ #: admin.php:3924 templates/wp-admin/settings/tab-status.php:27
2812
  msgid "This button is disabled because your backup directory is not writable (see the settings)."
2813
  msgstr "Toto tlačítko je zakázané, protože se do vaší složky pro zálohy nedá zapisovat (podívejte se do nastavení)."
2814
 
2815
+ #: admin.php:456 admin.php:590 admin.php:1438
2816
  #: includes/deprecated-actions.php:30
2817
  #: templates/wp-admin/settings/downloading-and-restoring.php:22
2818
  #: templates/wp-admin/settings/tab-bar.php:6
2819
  msgid "Existing Backups"
2820
  msgstr "Existující zálohy"
2821
 
2822
+ #: admin.php:448 templates/wp-admin/settings/tab-bar.php:5
2823
  msgid "Current Status"
2824
  msgstr "Současný stav"
2825
 
2826
+ #: admin.php:851
2827
  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."
2828
  msgstr "Ke změně výchozího nastavení toho, co se zálohuje, k nastavení naplánovaných záloh, k odeslání záloh na vzdálené uložiště (doporučujeme) a mnoho dalšího, jděte na záložku nastavení."
2829
 
2830
+ #: admin.php:851
2831
  msgid "To make a backup, just press the Backup Now button."
2832
+ msgstr "K vytvoření zálohy stiskněte tlačítko Zálohovat nyní“."
2833
 
2834
+ #: admin.php:851
2835
  msgid "Welcome to UpdraftPlus!"
2836
  msgstr "Vítejte v UpdraftPlus!"
2837
 
2838
+ #: addons/moredatabase.php:304
2839
  msgid "If you enter text here, it is used to encrypt database backups (Rijndael). <strong>Do make a separate record of it and do not lose it, or all your backups <em>will</em> be useless.</strong> This is also the key used to decrypt backups from this admin interface (so if you change it, then automatic decryption will not work until you change it back)."
2840
+ msgstr "Pokud zde vložíte text, bude použit k šifrování zálohy databáze (Rijndael). <strong>Zaznamenejte si jej na bezpečné místo, bez něj <em>budou</em> vaše zálohy k ničemu.</strong> Je to zároveň klíč k dešifrování záloh z tohoto administrativního prostředí (pokud jej změníte, nebude automatické dešifrování fungovat, dokud jej nezměníte zpět)."
2841
 
2842
+ #: addons/moredatabase.php:255
2843
  msgid "Testing..."
2844
+ msgstr "Testování..."
2845
 
2846
+ #: addons/moredatabase.php:242
2847
  msgid "Test connection..."
2848
  msgstr "Test spojení..."
2849
 
2850
+ #: addons/moredatabase.php:241
2851
  msgid "Table prefix"
2852
  msgstr "Prefix tabulky"
2853
 
2854
+ #: addons/moredatabase.php:235
2855
  msgid "Backup external database"
2856
  msgstr "Zálohovat externí databázi"
2857
 
2858
+ #: addons/moredatabase.php:163
2859
  msgid "Add an external database to backup..."
2860
+ msgstr "Přidat do zálohy externí databázi..."
2861
 
2862
+ #: addons/moredatabase.php:159
2863
  msgid "If your database includes extra tables that are not part of this WordPress site (you will know if this is the case), then activate this option to also back them up."
2864
+ msgstr "Pokud vaše databáze obsahuje další tabulky, které nejsou součástí této WordPress instalace (měli byste vědět, jestli tomu tak je), pak aktivujte tuto možnost, abyste je také zálohovali."
2865
 
2866
+ #: addons/moredatabase.php:158
2867
  msgid "Backup non-WordPress tables contained in the same database as WordPress"
2868
+ msgstr "Zálohovat neWordPressové tabulky obsažených ve stejné databázi, jakou používá WordPress"
2869
 
2870
+ #: addons/moredatabase.php:158
2871
  msgid "This option will cause tables stored in the MySQL database which do not belong to WordPress (identified by their lacking the configured WordPress prefix, %s) to also be backed up."
2872
+ msgstr "Tato možnost způsobí, že budou zálohovány i tabulky v MySQL databázi, které nepatří k WordPressu (identifikace je provedena pomocí chybějícího WordPress prefixu %s)."
2873
 
2874
+ #: addons/moredatabase.php:143
2875
  msgid "Connection failed."
2876
  msgstr "Spojení se nezdařilo."
2877
 
2878
+ #: addons/moredatabase.php:141
2879
  msgid "Connection succeeded."
2880
+ msgstr "Připojení proběhlo úspěšné."
2881
 
2882
+ #: addons/moredatabase.php:123
2883
  msgid "%s total table(s) found; %s with the indicated prefix."
2884
+ msgstr "Celkem nalezeno %s tabulek; %s s daným prefixem."
2885
 
2886
+ #: addons/moredatabase.php:117
2887
  msgid "%s table(s) found."
2888
+ msgstr "Nalezeno tabulek: %s."
2889
 
2890
+ #: addons/moredatabase.php:90
2891
  msgid "database connection attempt failed"
2892
  msgstr "selhal pokus o připojení k databázi"
2893
 
2894
+ #: addons/moredatabase.php:79
2895
  msgid "database name"
2896
  msgstr "jméno databáze"
2897
 
2898
+ #: addons/moredatabase.php:77
2899
  msgid "host"
2900
  msgstr "host"
2901
 
2902
+ #: addons/moredatabase.php:75
2903
  msgid "user"
2904
  msgstr "uživatel"
2905
 
2906
+ #: class-updraftplus.php:1481
2907
  msgid "External database (%s)"
2908
  msgstr "Externí databáze (%s)"
2909
 
2910
  #: methods/googledrive.php:921
2911
  msgid "Follow this link to your Google API Console, and there activate the Drive API and create a Client ID in the API Access section."
2912
+ msgstr "Klikněte na tento odkaz přejděte do své Google API konzole, kde musíte aktivovat Drive API. Poté si vytvořte Client ID v sekci API Access."
2913
 
2914
  #: methods/googledrive.php:386
2915
  msgid "failed to access parent folder"
2920
  msgid "However, subsequent access attempts failed:"
2921
  msgstr "Nicméně následné pokusy o připojení selhaly:"
2922
 
2923
+ #: admin.php:3191
2924
  msgid "External database"
2925
  msgstr "Externí databáze"
2926
 
2927
  #: templates/wp-admin/settings/form-contents.php:321
2928
  msgid "This will also cause debugging output from all plugins to be shown upon this screen - please do not be surprised to see these."
2929
+ msgstr "Způsobí to, že se zde zobrazí i výstup ladění ostatních pluginů - nebuďte proto překvapeni, že tomu tak je."
2930
 
2931
  #: templates/wp-admin/settings/form-contents.php:261
2932
  msgid "Back up more databases"
2950
 
2951
  #: templates/wp-admin/settings/form-contents.php:96
2952
  msgid "use UpdraftPlus Premium"
2953
+ msgstr "použijte UpdraftPlus Premium"
2954
 
2955
+ #: class-updraftplus.php:3831
2956
  msgid "Decryption failed. The database file is encrypted."
2957
  msgstr "Dešifrování selhalo. Soubor databáze je šifrován."
2958
 
2960
  msgid "Only the WordPress database can be restored; you will need to deal with the external database manually."
2961
  msgstr "Obnovena může být pouze WordPress databáze; s externí databází si budete muset poradit ručně."
2962
 
2963
+ #: restorer.php:1702 restorer.php:2068 restorer.php:2105 restorer.php:2118
2964
  msgid "An error occurred on the first %s command - aborting run"
2965
+ msgstr "Při prvním příkazu %s nastala chyba - ruší se běh"
2966
 
2967
+ #: addons/moredatabase.php:98 backup.php:1360
2968
  msgid "Connection failed: check your access details, that the database server is up, and that the network connection is not firewalled."
2969
  msgstr "Připojení selhalo: zkontrolujte přístupové údaje, jestli server s databází běží a zda nebrání síťovému běhu firewall."
2970
 
2971
+ #: backup.php:1360
2972
  msgid "database connection attempt failed."
2973
+ msgstr "selhal pokus o připojení k databázi."
2974
 
2975
  #: addons/migrator.php:951
2976
  msgid "Warning: the database's home URL (%s) is different to what we expected (%s)"
2977
+ msgstr "Varování: domovská URL databáze (%s) je jiná, než se očekávalo (%s)"
2978
 
2979
  #: addons/google-enhanced.php:75
2980
  msgid "In %s, path names are case sensitive."
2981
+ msgstr "U cesty v %s záleží na velikosti písmen."
2982
 
2983
  #: addons/azure.php:524 addons/google-enhanced.php:73 addons/onedrive.php:989
2984
  msgid "If you leave it blank, then the backup will be placed in the root of your %s"
2995
 
2996
  #: addons/google-enhanced.php:73 addons/onedrive.php:989
2997
  msgid "Enter the path of the %s folder you wish to use here."
2998
+ msgstr "Zadejte cestu složky %s, kterou si zde přejete použít."
2999
 
3000
  #: addons/azure.php:517 methods/openstack2.php:133
3001
  msgid "Container"
3007
 
3008
  #: methods/openstack2.php:107
3009
  msgid "Tenant"
3010
+ msgstr "Tenant"
3011
 
3012
  #: methods/openstack2.php:107
3013
  msgid "Follow this link for more information"
3014
+ msgstr "Pro více informací klikněte na tento odkaz"
3015
 
3016
  #: methods/openstack2.php:99 methods/openstack2.php:157
3017
  msgid "authentication URI"
3019
 
3020
  #: methods/openstack2.php:94
3021
  msgid "Get your access credentials from your OpenStack Swift provider, and then pick a container name to use for storage. This container will be created for you if it does not already exist."
3022
+ msgstr "Získejte přihlašovací údaje od svého poskytovatele OpenStack Swift a pak vyberte název kontejneru, který chcete použít jako uložiště. Pokud daný kontejner neexistuje, bude pro vás vytvořen."
3023
 
3024
  #: methods/addon-base.php:194 methods/addon-base.php:214
3025
  msgid "Failed to download %s"
3037
  msgid "Failed to upload %s"
3038
  msgstr "Nahrání %s se nezdařilo"
3039
 
3040
+ #: methods/dropbox.php:612 methods/dropbox.php:614
3041
  msgid "Success:"
3042
  msgstr "Úspěch:"
3043
 
3044
+ #: addons/onedrive.php:997 methods/dropbox.php:513
3045
  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."
3046
+ msgstr "<strong>Jakmile uložíte nastavení</strong> (kliknutím níže na Uložit změny), vraťte se sem a klikněte na tento odkaz pro dokončení ověření %s."
3047
 
3048
+ #: addons/onedrive.php:995 methods/dropbox.php:510
3049
  msgid "(You appear to be already authenticated)."
3050
  msgstr "(Vypadá to, že již jste ověřeni)."
3051
 
3052
+ #: methods/dropbox.php:505 methods/dropbox.php:511 methods/dropbox.php:513
3053
  msgid "Dropbox"
3054
  msgstr "Dropbox"
3055
 
3056
+ #: addons/onedrive.php:994 methods/dropbox.php:505
3057
  msgid "Authenticate with %s"
3058
+ msgstr "Ověřit pomocí %s"
3059
 
3060
  #: methods/cloudfiles.php:409
3061
  msgid "Error downloading remote file: Failed to download"
3062
+ msgstr "Chyba při stahování vzdáleného souboru: Nepodařilo se jej stáhnout"
3063
 
3064
  #: methods/openstack-base.php:472 methods/openstack-base.php:477
3065
  msgid "Region: %s"
3067
 
3068
  #: methods/openstack-base.php:471
3069
  msgid "%s error - we accessed the container, but failed to create a file within it"
3070
+ msgstr "Chyba %s - byl získán přístup ke kontejneru, ale nepodařilo se v něm vytvořit soubor"
3071
 
3072
  #: methods/openstack-base.php:389
3073
  msgid "The %s object was not found"
3082
  #: methods/openstack-base.php:115 methods/openstack-base.php:304
3083
  #: methods/openstack-base.php:369
3084
  msgid "%s error - failed to access the container"
3085
+ msgstr "Chyba %s - nepodařilo se přistoupit ke kontejneru"
3086
 
3087
+ #: addons/googlecloud.php:902 addons/onedrive.php:996 methods/dropbox.php:520
3088
  #: methods/googledrive.php:970
3089
  msgid "Account holder's name: %s."
3090
  msgstr "Jméno držitele účtu: %s."
3091
 
3092
  #: methods/googledrive.php:959
3093
  msgid "To be able to set a custom folder name, use UpdraftPlus Premium."
3094
+ msgstr "Pokud si chcete nastavit vlastní název složky, použijte UpdraftPlus Premium."
3095
 
3096
  #: methods/googledrive.php:950
3097
  msgid "It is an ID number internal to Google Drive"
3131
  msgid "This remote storage method (%s) requires PHP %s or later."
3132
  msgstr "Toto vzdálené uložiště (%s) vyžaduje PHP %s, nebo novější."
3133
 
3134
+ #: admin.php:3743
3135
  msgid "Theme directory (%s) not found, but lower-case version exists; updating database option accordingly"
3136
+ msgstr "Složka šablony (%s) nebyla nalezena, ale existuje její verze s malými písmeny; patřičně upravuji možnost databáze"
3137
 
3138
  #: templates/wp-admin/advanced/site-info.php:93
3139
  msgid "Call"
3140
+ msgstr "Volat"
3141
 
3142
  #: templates/wp-admin/advanced/site-info.php:91
3143
  msgid "Fetch"
3144
+ msgstr "Načíst"
3145
 
3146
  #: addons/migrator.php:375
3147
  #: templates/wp-admin/settings/downloading-and-restoring.php:56
3148
  #: templates/wp-admin/settings/form-contents.php:208
3149
  msgid "This feature requires %s version %s or later"
3150
+ msgstr "Tato vlastnost vyžaduje %s verze %s, nebo novější"
3151
 
3152
+ #: restorer.php:2251
3153
  msgid "Elegant themes theme builder plugin data detected: resetting temporary folder"
3154
+ msgstr "Detekován Elegant themes theme builder plugin: resetuje se dočasná složka"
3155
 
3156
  #: restorer.php:316
3157
  msgid "%s files have been extracted"
3175
 
3176
  #: udaddons/updraftplus-addons.php:208
3177
  msgid "It has been tested up to version %s."
3178
+ msgstr "Byla testována do verze %s."
3179
 
3180
  #: udaddons/updraftplus-addons.php:208
3181
  msgid "The installed version of UpdraftPlus Backup/Restore has not been tested on your version of WordPress (%s)."
3186
  msgstr "heslo/klíč"
3187
 
3188
  #: addons/azure.php:510 addons/migrator.php:2198 addons/sftp.php:376
3189
+ #: admin.php:637
3190
  msgid "Key"
3191
  msgstr "Klíč"
3192
 
3202
  msgid "SCP/SFTP password/key"
3203
  msgstr "SCP/SFTP heslo/klíč"
3204
 
3205
+ #: admin.php:3226
3206
  msgid "Files backup (created by %s)"
3207
+ msgstr "Záloha souborů (vytvořil uživatel %s)"
3208
 
3209
+ #: admin.php:3226
3210
  msgid "Files and database WordPress backup (created by %s)"
3211
+ msgstr "Záloha souborů a databáze WordPressu (vytvořil uživatel %s)"
3212
 
3213
+ #: addons/importer.php:261 admin.php:3220 class-updraftplus.php:2514
3214
  msgid "Backup created by: %s."
3215
  msgstr "Zálohu vytvořil: %s."
3216
 
3217
+ #: admin.php:3189
3218
  msgid "Database (created by %s)"
3219
+ msgstr "Databáze (vytvořil uživatel %s)"
3220
 
3221
+ #: admin.php:3183 admin.php:3222
3222
  msgid "unknown source"
3223
  msgstr "neznámý zdroj"
3224
 
3230
  msgid "Upload backup files"
3231
  msgstr "Nahrát soubory zálohy"
3232
 
3233
+ #: admin.php:1828
3234
  msgid "This backup was created by %s, and can be imported."
3235
  msgstr "Tuto zálohu vytvořil %s a může být importována."
3236
 
3237
+ #: admin.php:880
3238
  msgid "Read this page for a guide to possible causes and how to fix it."
3239
  msgstr "Na této stránce je návod s možnými příčinami a opravami."
3240
 
3241
+ #: admin.php:880
3242
  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."
3243
+ msgstr "WordPress má pár (%d) zpožděných naplánovaných úkolů. Pokud není tento web vývojářský, je pravděpodobné, že plánovač ve vašem WordPressu nefunguje."
3244
 
3245
+ #: admin.php:602 class-updraftplus.php:2521
3246
  msgid "If this is a backup created by a different backup plugin, then UpdraftPlus Premium may be able to help you."
3247
  msgstr "Pokud je toto záloha vytvořená jiným pluginem pro zálohu, pak by vám mohl pomoci UpdraftPlus Premium."
3248
 
3249
+ #: admin.php:601
3250
  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."
3251
+ msgstr "Nicméně archivy UpdraftPlus jsou běžné zip/SQL soubory - takže pokud si jste jisti, že má váš soubor správný formát, můžete jej přejmenovat, aby odpovídal danému vzoru."
3252
 
3253
+ #: admin.php:601 admin.php:602 class-updraftplus.php:2521
3254
  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))."
3255
+ msgstr "Tento soubor nevypadá jako archiv se zálohou UpdraftPlus (takové soubory jsou .zip, nebo .gz soubory, které mají jméno ve tvaru: backup_(čas)_(název webu)_(kód)_(typ).(zip|gz))."
3256
 
3257
+ #: admin.php:3223 includes/class-wpadmin-commands.php:143 restorer.php:1410
3258
  msgid "Backup created by unknown source (%s) - cannot be restored."
3259
  msgstr "Záloha vytvořena neznámým zdrojem (%s) - nemůže být obnovena."
3260
 
3261
+ #: restorer.php:820 restorer.php:868
3262
  msgid "The WordPress content folder (wp-content) was not found in this zip file."
3263
  msgstr "Složka WordPressu s obsahem (wp-content) nebyla v tomto zip souboru nalezena."
3264
 
3265
+ #: restorer.php:684
3266
  msgid "This version of UpdraftPlus does not know how to handle this type of foreign backup"
3267
  msgstr "Tato verze UpdraftPlus neví, jak zpracovat tento typ cizí zálohy"
3268
 
3269
+ #: methods/dropbox.php:300
3270
  msgid "%s returned an unexpected HTTP response: %s"
3271
  msgstr "%s vrátil neočekávanou HTTP odpověď: %s"
3272
 
3273
  #: addons/sftp.php:885
3274
  msgid "The UpdraftPlus module for this file access method (%s) does not support listing files"
3275
+ msgstr "UpdraftPlus rozšíření pro tento typ přístupu k souborům (%s) nepodporuje výpis souborů"
3276
 
3277
  #: methods/cloudfiles.php:234 methods/dropbox.php:281
3278
  #: methods/openstack-base.php:103
3279
  msgid "No settings were found"
3280
  msgstr "Nebylo nalezeno žádné nastavení"
3281
 
3282
+ #: class-updraftplus.php:2642
3283
  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."
3284
+ msgstr "Jedna nebo více záloh byla přidána z prohledání vzdáleného uložiště; Upozorňujeme, že tyto zálohy nebudou automaticky smazány skrze ponechat nastavení; Pokud je budete chtít smazat, musíte to udělat ručně."
3285
 
3286
+ #: admin.php:568
3287
  msgid "Rescanning remote and local storage for backup sets..."
3288
+ msgstr "Prohledávají se vzdálená a lokální uložiště kvůli zálohám..."
3289
 
3290
  #: addons/googlecloud.php:865 addons/googlecloud.php:880
3291
  #: addons/s3-enhanced.php:46 addons/s3-enhanced.php:60
3292
  msgid "(Read more)"
3293
+ msgstr "(Čtěte více)"
3294
 
3295
  #: addons/migrator.php:752
3296
  msgid "Adjusting multisite paths"
3297
+ msgstr "Nastavování WPMU cest"
3298
 
3299
  #: addons/reporting.php:414
3300
  msgid "Log all messages to syslog (only server admins are likely to want this)"
3301
+ msgstr "Zaznamenávat veškeré zprávy do systémového protokolu (nastavení pouze pro správce serveru)"
3302
 
3303
+ #: addons/morefiles.php:428
3304
  msgid "No backup of location: there was nothing found to back up"
3305
+ msgstr "Žádná záloha umístění: nebylo zde nalezeno nic k zálohování"
3306
 
3307
+ #: addons/moredatabase.php:234 addons/morefiles.php:224
3308
+ #: addons/morefiles.php:245
3309
  msgid "Remove"
3310
  msgstr "Odstranit"
3311
 
3312
  #: methods/s3.php:814
3313
  msgid "Other %s FAQs."
3314
+ msgstr "Ostatní často kladené dotazy ohledně %s."
3315
 
3316
  #: templates/wp-admin/settings/form-contents.php:321
3317
  msgid "Check this to receive more information and emails on the backup process - useful if something is going wrong."
3318
+ msgstr "Pokud chcete dostávat více informací a emailů o procesu zálohování zaškrtněte toto políčko - užitečné pokud se něco pokazí."
3319
 
3320
+ #: addons/morefiles.php:382 admin.php:2942
3321
  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."
3322
  msgstr "Při vkládání více souborů/složek, je oddělujte čárkou. Pro objekty vrchní úrovně můžete na začátku, nebo na konci použít zástupný znak *."
3323
 
3324
+ #: restorer.php:2240
3325
  msgid "Custom content type manager plugin data detected: clearing option cache"
3326
+ msgstr "Detekován plugin pro správu vlastního obsahu: maže se mezipaměť možnosti"
3327
 
3328
+ #: class-updraftplus.php:4071 methods/ftp.php:284 restorer.php:1441
3329
  msgid "Your hosting company must enable these functions before %s can work."
3330
+ msgstr "Dokud váš provozovatel hostingu nepovolí tyto funkce, %s nebude pracovat."
3331
 
3332
+ #: class-updraftplus.php:4071 methods/ftp.php:284 restorer.php:1440
3333
  msgid "Your web server's PHP installation has these functions disabled: %s."
3334
  msgstr "Instalace PHP na serveru má zakázány následující funkce: %s."
3335
 
3345
  msgid "regular non-encrypted FTP"
3346
  msgstr "běžné nešifrované FTP"
3347
 
3348
+ #: restorer.php:1602
3349
  msgid "Backup created by:"
3350
  msgstr "Zálohu vytvořil:"
3351
 
3352
  #: udaddons/options.php:482
3353
  msgid "Available to claim on this site"
3354
+ msgstr "Dostupné pro tento web"
3355
 
3356
  #: udaddons/updraftplus-addons.php:229
3357
  msgid "To maintain your access to support, please renew."
3371
 
3372
  #: udaddons/updraftplus-addons.php:223
3373
  msgid "Your paid access to UpdraftPlus updates for this site will soon expire."
3374
+ msgstr "Placený přístup k aktualizacím UpdraftPlus na tomto webu brzy vyprší."
3375
 
3376
  #: udaddons/updraftplus-addons.php:221 udaddons/updraftplus-addons.php:223
3377
  msgid "To retain your access, and maintain access to updates (including future features and compatibility with future WordPress releases) and support, please renew."
3378
+ msgstr "K zachování přístupu a udržení přístupu k aktualizacím (včetně budoucích novinek a kompatibility s budoucími vydáními WordPressu) a podpoře, jej prosím obnovte."
3379
 
3380
  #: udaddons/updraftplus-addons.php:221
3381
  msgid "Your paid access to UpdraftPlus updates for %s of the %s add-ons on this site will soon expire."
3382
+ msgstr "Váš placený přístup k UpdraftPlus aktualizacím pro %s z %s rozšíření na tomto webu brzy vyprší."
3383
 
3384
  #: udaddons/updraftplus-addons.php:217
3385
  msgid "Your paid access to UpdraftPlus updates for %s add-ons on this site has expired."
3386
+ msgstr "Váš placený přístup k aktualizacím UpdraftPlus pro %s rozšíření na tomto webu vypršel."
3387
 
3388
  #: udaddons/updraftplus-addons.php:215 udaddons/updraftplus-addons.php:217
3389
  msgid "To regain access to updates (including future features and compatibility with future WordPress releases) and support, please renew."
3391
 
3392
  #: udaddons/updraftplus-addons.php:215
3393
  msgid "Your paid access to UpdraftPlus updates for this site has expired. You will no longer receive updates to UpdraftPlus."
3394
+ msgstr "Placený přístup k UpdraftPlus aktualizacím pro tento web vypršel. Nadále nebudete dostávat aktualizace pro UpdraftPlus."
3395
 
3396
  #: udaddons/updraftplus-addons.php:180
3397
  msgid "Dismiss from main dashboard (for %s weeks)"
3398
+ msgstr "Skrýt na hlavní nástěnce (na %s týdnů)"
3399
 
3400
+ #: class-updraftplus.php:4121
3401
  msgid "The attempt to undo the double-compression succeeded."
3402
  msgstr "Pokus o dvojitou dekompresi byl úspěšný."
3403
 
3404
+ #: class-updraftplus.php:4098 class-updraftplus.php:4119
3405
  msgid "The attempt to undo the double-compression failed."
3406
  msgstr "Pokus o dvojitou dekompresi selhal."
3407
 
3408
+ #: class-updraftplus.php:4091
3409
  msgid "The database file appears to have been compressed twice - probably the website you downloaded it from had a mis-configured webserver."
3410
+ msgstr "Databázový soubor se zdá být dvakrát komprimovaný - web ze které jste ho stáhli měl pravděpodobně špatně nastavený webový server."
3411
 
3412
  #: includes/class-wpadmin-commands.php:271
3413
  msgid "Constants"
3414
  msgstr "Konstanty"
3415
 
3416
+ #: backup.php:1595
3417
  msgid "Failed to open database file for reading:"
3418
  msgstr "Otevření souboru pro čtení selhalo:"
3419
 
3420
+ #: backup.php:1408
3421
  msgid "No database tables found"
3422
  msgstr "V databázi nebyla nalezena žádná tabulka."
3423
 
3424
+ #: backup.php:1406
3425
  msgid "please wait for the rescheduled attempt"
3426
+ msgstr "počkejte prosím na přeložený pokus"
3427
 
3428
  #: addons/reporting.php:189
3429
  msgid "Note that warning messages are advisory - the backup process does not stop for them. Instead, they provide information that you might find useful, or that may indicate the source of a problem if the backup did not succeed."
3430
  msgstr "Berte na vědomí, že varovné zprávy jsou doporučené - proces zálohy se kvůli nim nezastaví. Místo toho poskytnou informace, které pro vás mohou být užitečné, nebo mohou poskytnout původce problému, pokud se záloha nezdaří."
3431
 
3432
+ #: restorer.php:2134
3433
  msgid "Database queries processed: %d in %.2f seconds"
3434
+ msgstr "Zpracováno databázových dotazů: %d během %.2f sekund"
3435
 
3436
  #: addons/migrator.php:1258
3437
  msgid "Searching and replacing reached row: %d"
3438
+ msgstr "Hledání a nahrazení dosáhlo řádku: %d"
3439
 
3440
  #: addons/migrator.php:675
3441
  msgid "Skipping this table: data in this table (%s) should not be search/replaced"
3442
+ msgstr "Přeskakuje se tato tabulka: data v této tabulce (%s) by neměly být vyhledány/změněny"
3443
 
3444
  #: addons/onedrive.php:97
3445
  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)"
3446
+ msgstr "Plný účet: na Vašem %s účtu zbývá pouze %d bajtů prostoru, nahrávanému souboru zbývá %d bajtů k úplnému nahrání (celková velikost: %d bajtů)"
3447
 
3448
  #: udaddons/updraftplus-addons.php:391 udaddons/updraftplus-addons.php:396
3449
  msgid "Errors occurred:"
3450
  msgstr "Objevily se chyby:"
3451
 
3452
+ #: admin.php:3418
3453
  msgid "Follow this link to download the log file for this restoration (needed for any support requests)."
3454
+ msgstr "Pro stažení souboru protokolu tohoto obnovení pokračujte zde (je třeba pro jakýkoliv požadavek podpory)."
3455
 
3456
  #: templates/wp-admin/settings/form-contents.php:365
3457
  msgid "See this FAQ also."
3458
+ msgstr "Podívejte se i na tyto často kladené dotazy."
3459
 
3460
  #: templates/wp-admin/settings/form-contents.php:144
3461
  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."
3462
+ msgstr "Pokud si nezvolíte žádné vzdálené uložiště, zůstanou zálohy na tomto webovém serveru. Tuto možnost však nedoporučujeme (pokud je ovšem nemáte v plánu ručně stáhnout do počítače), protože ztráta/zničení webového serveru by znamenala ztracení jak webu, tak i záloh najednou."
3463
 
3464
  #: templates/wp-admin/settings/delete-and-restore-modals.php:42
3465
  msgid "Retrieving (if necessary) and preparing backup files..."
3466
+ msgstr "Získávají (pokud je potřeba) a připravují se soubory k zálohování..."
3467
 
3468
  #: includes/class-wpadmin-commands.php:114
3469
  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)."
3470
+ msgstr "PHP nastavení na tomto webovém serveru umožňuje, aby PHP běželo pouze %s sekund a nedovoluje, aby byl limit zvýšen. Pokud budete importovat velké množství dat a čas pro operaci obnovy vyprší, pak budete muset požádat svého poskytovatele hostingu o způsob, jak navýšit tento limit (nebo se pokusíte o obnovení kousek po kousku)."
3471
 
3472
+ #: restorer.php:675
3473
  msgid "Existing unremoved folders from a previous restore exist (please use the \"Delete Old Directories\" button to delete them before trying again): %s"
3474
+ msgstr "Existují nesmazané složky z předchozí obnovy (Než to zkusíte znovu, zmáčkněte prosím tlačítko Smazat staré složky): %s"
3475
 
3476
+ #: admin.php:855 class-updraftplus.php:597
3477
  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)"
3478
+ msgstr "Čas, po který mohou pluginy WordPressu běžet je velmi krátky (%s sekund) - měli byste zvýšit limit, abyste se vyhnuli chybám při zálohách způsobených nedostatkem času (pomoc konzultujte s vaším poskytovatelem hostingu - jde o nastavení PHP max_execution_time; doporučená hodnota je minimálně %s sekund)"
3479
 
3480
  #: addons/migrator.php:683
3481
  msgid "Replacing in blogs/site table: from: %s to: %s"
3482
+ msgstr "Nahrazení v tabulce blogu/webu: z: %s na: %s"
3483
 
3484
  #: addons/migrator.php:258
3485
  msgid "%s: Skipping cache file (does not already exist)"
3486
+ msgstr "%s: Přeskakování soubor mezipaměti (již neexistuje)"
3487
 
3488
  #: addons/migrator.php:245
3489
  msgid "Disabled this plugin: %s: re-activate it manually when you are ready."
3492
  #: addons/sftp.php:640 addons/sftp.php:643 includes/ftp.class.php:44
3493
  #: includes/ftp.class.php:47
3494
  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."
3495
+ msgstr "Vypršel časový limit pro %s připojení; pokud jste server zadali správně, pak je tato chyba běžně způsobena blokováním firewallu - doporučujeme konzultaci s poskytovatelem hostingu."
3496
 
3497
+ #: admin.php:3751
3498
  msgid "The current theme was not found; to prevent this stopping the site from loading, your theme has been reverted to the default theme"
3499
+ msgstr "Aktuální šablona nebyla nalezena; aby nedošlo k zastavení načítání webu, byla vaše šablona změněna zpět na původní šablonu"
3500
 
3501
+ #: admin.php:2006 admin.php:2016
3502
  msgid "Restore failed..."
3503
  msgstr "Obnova selhala..."
3504
 
3505
+ #: addons/moredatabase.php:130 admin.php:1227
3506
  msgid "Messages:"
3507
  msgstr "Zprávy:"
3508
 
3509
+ #: restorer.php:1970
3510
  msgid "An SQL line that is larger than the maximum packet size and cannot be split was found; this line will not be processed, but will be dropped: %s"
3511
+ msgstr "Byl nalezen řádek SQL, který nemůže být rozdělen a je větší, než maximální velikost paketu; tento řádek nebude zpracován, ale bude vypuštěn: %s"
3512
 
3513
+ #: restorer.php:455
3514
  msgid "The directory does not exist"
3515
  msgstr "Složka neexistuje"
3516
 
3517
  #: addons/cloudfiles-enhanced.php:268
3518
  msgid "New User's Email Address"
3519
+ msgstr "Emailová adresa nového uživatele"
3520
 
3521
  #: addons/cloudfiles-enhanced.php:265
3522
  msgid "New User's Username"
3532
 
3533
  #: addons/cloudfiles-enhanced.php:254
3534
  msgid "US or UK Rackspace Account"
3535
+ msgstr "Účet na USA nebo VB Rackspace"
3536
 
3537
  #: addons/cloudfiles-enhanced.php:246
3538
  msgid "Enter your Rackspace admin username/API key (so that Rackspace can authenticate your permission to create new users), and enter a new (unique) username and email address for the new user and a container name."
3539
+ msgstr "Vložte Rackspace administrátorské jméno/API klíč (takže Rackspace může ověřit vaše právo vytváření nových uživatelů) a vložte nové (jedinečné) uživatelské jméno a emailovou adresu pro nového uživatele a název kontejneru."
3540
 
3541
  #: addons/cloudfiles-enhanced.php:243
3542
  msgid "Create new API user and container"
3562
 
3563
  #: addons/cloudfiles-enhanced.php:138
3564
  msgid "Conflict: that user or email address already exists"
3565
+ msgstr "Konflikt: tento uživatel nebo emailová adresa již existuje"
3566
 
3567
  #: addons/cloudfiles-enhanced.php:74
3568
  msgid "You need to enter a valid new email address"
3569
+ msgstr "Musíte zadat správnou emailovou adresu"
3570
 
3571
  #: addons/cloudfiles-enhanced.php:70
3572
  msgid "You need to enter a container"
3590
 
3591
  #: addons/cloudfiles-enhanced.php:29
3592
  msgid "Adds enhanced capabilities for Rackspace Cloud Files users"
3593
+ msgstr "Přidejte vylepšené možnosti pro uživatele Rackspace Cloud Files"
3594
 
3595
  #: addons/cloudfiles-enhanced.php:28
3596
  msgid "Rackspace Cloud Files, enhanced"
3597
  msgstr "Rackspace Cloud Files, vylepšeno"
3598
 
3599
+ #: addons/cloudfiles-enhanced.php:275 methods/cloudfiles-new.php:142
3600
  msgid "Cloud Files Container"
3601
  msgstr "Kontejner Cloud Files"
3602
 
3603
+ #: methods/cloudfiles-new.php:137
3604
  msgid "Cloud Files API Key"
3605
  msgstr "API klíč Cloud Files"
3606
 
3607
+ #: methods/cloudfiles-new.php:132
3608
  msgid "To create a new Rackspace API sub-user and API key that has access only to this Rackspace container, use this add-on."
3609
+ msgstr "K vytvoření nového Rackspace API pod-uživatele a API klíče, který má přístup pouze k tomuto Rackspace kontejneru, použijte toto rozšíření."
3610
 
3611
+ #: methods/cloudfiles-new.php:129
3612
  msgid "Cloud Files Username"
3613
+ msgstr "Cloud Files uživatelské jméno"
3614
 
3615
+ #: addons/cloudfiles-enhanced.php:45 methods/cloudfiles-new.php:115
3616
  msgid "London (LON)"
3617
  msgstr "Londýn (LON)"
3618
 
3619
+ #: addons/cloudfiles-enhanced.php:44 methods/cloudfiles-new.php:114
3620
  msgid "Hong Kong (HKG)"
3621
+ msgstr "Hongkong (HKG)"
3622
 
3623
+ #: addons/cloudfiles-enhanced.php:43 methods/cloudfiles-new.php:113
3624
  msgid "Northern Virginia (IAD)"
3625
  msgstr "Severní Virginia (IAD)"
3626
 
3627
+ #: addons/cloudfiles-enhanced.php:42 methods/cloudfiles-new.php:112
3628
  msgid "Chicago (ORD)"
3629
  msgstr "Chicago (ORD)"
3630
 
3631
+ #: addons/cloudfiles-enhanced.php:41 methods/cloudfiles-new.php:111
3632
  msgid "Sydney (SYD)"
3633
  msgstr "Sydney (SYD)"
3634
 
3635
+ #: addons/cloudfiles-enhanced.php:40 methods/cloudfiles-new.php:110
3636
  msgid "Dallas (DFW) (default)"
3637
  msgstr "Dallas (DFW) (výchozí)"
3638
 
3639
+ #: addons/cloudfiles-enhanced.php:271 methods/cloudfiles-new.php:105
3640
  msgid "Cloud Files Storage Region"
3641
+ msgstr "Poloha cloudového úložiště"
3642
 
3643
+ #: methods/cloudfiles-new.php:97
3644
  msgid "Accounts created at rackspacecloud.com are US-accounts; accounts created at rackspace.co.uk are UK-based"
3645
+ msgstr "Účty vytvořené na rackspacecloud.com jsou USA účty; účty vytvořené na rackspace.co.uk jsou VB účty"
3646
 
3647
+ #: methods/cloudfiles-new.php:95
3648
  msgid "US or UK-based Rackspace Account"
3649
+ msgstr "USA nebo VB účet Rackspace"
3650
 
3651
+ #: addons/cloudfiles-enhanced.php:255 methods/cloudfiles-new.php:95
3652
  msgid "Accounts created at rackspacecloud.com are US accounts; accounts created at rackspace.co.uk are UK accounts."
3653
+ msgstr "Účty vytvořené na rackspacecloud.com jsou USA účty; účty vytvořené na rackspace.co.uk jsou VB účty."
3654
 
3655
  #: addons/cloudfiles-enhanced.php:136 addons/s3-enhanced.php:197
3656
  #: methods/cloudfiles-new.php:39 methods/openstack-base.php:431
3657
  #: methods/openstack-base.php:433 methods/openstack-base.php:453
3658
  #: methods/openstack2.php:25
3659
  msgid "Authorisation failed (check your credentials)"
3660
+ msgstr "Ověření selhalo (zkontrolujte si své údaje)"
3661
 
3662
  #: methods/updraftvault.php:525 udaddons/options.php:265
3663
  msgid "An unknown error occurred when trying to connect to UpdraftPlus.Com"
3664
+ msgstr "Vyskytla se neznámá chyba při pokusu o připojení k UpdraftPlus.com"
3665
 
3666
+ #: admin.php:615 central/bootstrap.php:513
3667
  msgid "Create"
3668
  msgstr "Vytvořit"
3669
 
3670
+ #: admin.php:577
3671
  msgid "Trying..."
3672
+ msgstr "Testování..."
3673
 
3674
+ #: admin.php:576
3675
  msgid "The new user's RackSpace console password is (this will not be shown again):"
3676
  msgstr "Konzolové heslo (již nebude znovu zobrazeno) nového uživatele RackSpace:"
3677
 
3678
+ #: class-updraftplus.php:1493
3679
  msgid "(when decrypted)"
3680
  msgstr "(po dešifrování)"
3681
 
3682
+ #: admin.php:587 admin.php:3693
3683
  msgid "Error data:"
3684
  msgstr "Chybová data:"
3685
 
3686
+ #: admin.php:3369
3687
  msgid "Backup does not exist in the backup history"
3688
  msgstr "Záloha neexistuje v historii záloh"
3689
 
3690
+ #: admin.php:2375
3691
  msgid "Your WordPress install has old directories from its state before you restored/migrated (technical information: these are suffixed with -old). You should press this button to delete them as soon as you have verified that the restoration worked."
3692
  msgstr "Vaše WordPress instalace obsahuje staré složky ze stavu před obnovením/migrací (technická informace: tyto jsou označeny příponou -old). Jakmile ověříte, že obnova proběhla správně, měli byste je vymazat zmáčknutím tohoto tlačítka."
3693
 
3694
+ #: restorer.php:1674
3695
  msgid "Split line to avoid exceeding maximum packet size"
3696
  msgstr "Abyste se vyhnuli překročení limitu pro velikost paketu, rozdělte řádek"
3697
 
3698
+ #: restorer.php:1549
3699
  msgid "Your database user does not have permission to drop tables. We will attempt to restore by simply emptying the tables; this should work as long as you are restoring from a WordPress version with the same database structure (%s)"
3700
  msgstr "Váš uživatel databáze nemá oprávnění k mazání složek (příkaz DROP). Pokusíme se o obnovu jejich pouhým vyprázdněním; to by se mělo podařit, pokud obnovujete WordPress se stejnou databázovou strukturou (%s)"
3701
 
3702
+ #: restorer.php:1368
3703
  msgid "New table prefix: %s"
3704
+ msgstr "Prefix nové tabulky: %s"
3705
 
3706
+ #: restorer.php:1056
3707
  msgid "File permissions do not allow the old data to be moved and retained; instead, it will be deleted."
3708
  msgstr "Oprávnění souborů nedovoluje, aby byla stará data přesunuta a zachována; místo toho budou smazána."
3709
 
3710
+ #: restorer.php:1026 restorer.php:1040
3711
  msgid "%s: This directory already exists, and will be replaced"
3712
  msgstr "%s: Tato složka již existuje a bude nahrazena"
3713
 
3714
  #: restorer.php:160
3715
  msgid "Could not move the files into place. Check your file permissions."
3716
+ msgstr "Nedaří se přesunout soubory na místo. Zkontrolujte oprávnění souborů."
3717
 
3718
  #: restorer.php:159
3719
  msgid "Could not move new files into place. Check your wp-content/upgrade folder."
3720
+ msgstr "Nedaří se přesunout nová data na místo. Zkontrolujte svou složku wp-content/upgrade."
3721
 
3722
  #: restorer.php:157
3723
  msgid "Could not move old files out of the way."
3724
+ msgstr "Nedaří se přesunout stará data z cesty."
3725
 
3726
  #: restorer.php:153
3727
  msgid "Moving old data out of the way..."
3728
+ msgstr "Přesouvání starých dat z cesty..."
3729
 
3730
  #: addons/reporting.php:405
3731
  msgid "Add another address..."
3733
 
3734
  #: addons/reporting.php:391
3735
  msgid "Enter addresses here to have a report sent to them when a backup job finishes."
3736
+ msgstr "Pokud chcete poslat hlášení zálohy po jejím skončení, níže zadejte adresy."
3737
 
3738
  #: addons/reporting.php:366
3739
  msgid "Email reports"
3740
+ msgstr "Emailové hlášení"
3741
 
3742
+ #: class-updraftplus.php:1489 class-updraftplus.php:1494
3743
  msgid "%s checksum: %s"
3744
  msgstr "%s kontrolní součet: %s"
3745
 
3746
+ #: class-updraftplus.php:1462 class-updraftplus.php:1464
3747
  msgid "files: %s"
3748
  msgstr "souborů: %s"
3749
 
3750
  #: addons/reporting.php:330
3751
  msgid "Use the \"Reporting\" section to configure the email addresses to be used."
3752
+ msgstr "V sekci „Hlášení“ můžete nastavit emailové adresy, které se mají použít."
3753
 
3754
  #: addons/reporting.php:300
3755
  msgid " (with warnings (%s))"
3756
+ msgstr " (s varováními (%s))"
3757
 
3758
  #: addons/reporting.php:298
3759
  msgid " (with errors (%s))"
3760
+ msgstr " (s chybami (%s))"
3761
 
3762
  #: addons/reporting.php:239
3763
  msgid "Debugging information"
3764
+ msgstr "Informace o ladění"
3765
 
3766
+ #: addons/reporting.php:194 admin.php:3129
3767
  msgid "Uploaded to:"
3768
  msgstr "Nahráno do:"
3769
 
3803
  msgid "%d errors, %d warnings"
3804
  msgstr "%d chyb, %d varování"
3805
 
3806
+ #: addons/onedrive.php:717 methods/dropbox.php:596
3807
  msgid "%s authentication"
3808
  msgstr "%s ověření"
3809
 
3810
+ #: addons/onedrive.php:717 class-updraftplus.php:302 methods/dropbox.php:569
3811
+ #: methods/dropbox.php:596 methods/dropbox.php:609 methods/dropbox.php:740
3812
  msgid "%s error: %s"
3813
+ msgstr "Chyba %s: %s"
3814
 
3815
+ #: addons/googlecloud.php:815 methods/dropbox.php:480
3816
  msgid "%s logo"
3817
  msgstr "%s logo"
3818
 
3819
  #: methods/dropbox.php:214
3820
  msgid "%s did not return the expected response - check your log file for more details"
3821
+ msgstr "%s nevrátil požadovanou odpověď - pro více informací zkontrolujte soubor protokolu"
3822
 
3823
  #: methods/s3.php:279
3824
  msgid "The required %s PHP module is not installed - ask your web hosting company to enable it"
3825
+ msgstr "Požadovaný %s PHP modul není nainstalován - požádejte svého poskytovatele hostingu, aby ho povolil"
3826
 
3827
  #: methods/email.php:74
3828
  msgid "For more options, use the \"%s\" add-on."
3829
+ msgstr "Pro více možností použijte rozšíření „%s“."
3830
 
3831
  #: methods/email.php:73
3832
  msgid "Your site's admin email address (%s) will be used."
3833
+ msgstr "Bude použit email administrátora vašeho webu (%s)."
3834
 
3835
+ #: admin.php:624 methods/updraftvault.php:276 methods/updraftvault.php:321
3836
  #: udaddons/options.php:244
3837
  msgid "Connect"
3838
  msgstr "Připojit"
3839
 
3840
  #: templates/wp-admin/settings/form-contents.php:289
3841
  msgid "For more reporting features, use the Reporting add-on."
3842
+ msgstr "Pro více možností hlášení použijte rozšíření Reporting."
3843
 
3844
+ #: class-updraftplus.php:3901
3845
  msgid "(version: %s)"
3846
  msgstr "(verze: %s)"
3847
 
3848
+ #: addons/reporting.php:438 admin.php:566
3849
  msgid "Be aware that mail servers tend to have size limits; typically around %s Mb; backups larger than any limits will likely not arrive."
3850
+ msgstr "Mějte na vědomí, že poštovní servery mívají limity pro velikost příloh; typicky okolo %s MB; zálohy větší, než jakýkoliv limit pravděpodobně nedorazí."
3851
 
3852
+ #: addons/reporting.php:438 admin.php:565
3853
  msgid "When the Email storage method is enabled, also send the entire backup"
3854
+ msgstr "Pokud je povoleno uložiště přes email, poslat zároveň celou zálohu"
3855
 
3856
+ #: addons/reporting.php:153 backup.php:933
3857
  msgid "Latest status:"
3858
  msgstr "Poslední stav:"
3859
 
3860
+ #: backup.php:932
3861
  msgid "Backup contains:"
3862
  msgstr "Záloha obsahuje:"
3863
 
3864
+ #: backup.php:889
3865
  msgid "Backed up: %s"
3866
  msgstr "Zálohováno: %s"
3867
 
3868
+ #: addons/reporting.php:236 backup.php:883
3869
  msgid "The log file has been attached to this email."
3870
+ msgstr "K tomuto emailu byl připojen soubor protokolu."
3871
 
3872
+ #: backup.php:847
3873
  msgid "Unknown/unexpected error - please raise a support request"
3874
  msgstr "Neznámá/nečekaná chyba - prosím kontaktujte podporu"
3875
 
3876
+ #: backup.php:844
3877
  msgid "Database only (files were not part of this particular schedule)"
3878
  msgstr "Pouze databáze (tento plán neobsahoval zálohu souborů)"
3879
 
3880
+ #: backup.php:844
3881
  msgid "Database (files backup has not completed)"
3882
  msgstr "Databáze (záloha souboru nebyla dokončena)"
3883
 
3884
+ #: backup.php:841
3885
  msgid "Files only (database was not part of this particular schedule)"
3886
  msgstr "Pouze soubory (tento plán neobsahoval zálohu databáze)"
3887
 
3888
+ #: backup.php:841
3889
  msgid "Files (database backup has not completed)"
3890
  msgstr "Soubory (záloha databáze nebyla dokončena)"
3891
 
3892
+ #: admin.php:229 backup.php:839
3893
  msgid "Files and database"
3894
  msgstr "Soubory a databáze"
3895
 
3896
+ #: options.php:186
3897
  msgid "(This applies to all WordPress backup plugins unless they have been explicitly coded for multisite compatibility)."
3898
+ msgstr "(Toto se vztahuje na všechny pluginy WordPressu, pokud nebyly speciálně naprogramovány pro podporu multisite.)"
3899
 
3900
+ #: options.php:186
3901
  msgid "Without upgrading, UpdraftPlus allows <strong>every</strong> blog admin who can modify plugin settings to back up (and hence access the data, including passwords, from) and restore (including with customised modifications, e.g. changed passwords) <strong>the entire network</strong>."
3902
+ msgstr "Bez upgradu dovoluje UpdraftPlus <strong>každému</strong> administrátorovi webu, který může upravovat nastavení pluginu, zálohovat (a nakládat s daty, včetně hesel) a obnovovat (zahrnuje vlastní úpravy, třeba změnu hesel) <strong>celou síť</strong>."
3903
 
3904
+ #: options.php:186
3905
  msgid "WordPress Multisite is supported, with extra features, by UpdraftPlus Premium, or the Multisite add-on."
3906
+ msgstr "WordPress Multisite je podporováno s nadstandartními funkcemi prostřednictvím UpdraftPlus Premium, nebo pomocí rozšíření Multisite."
3907
 
3908
+ #: options.php:186
3909
  msgid "This is a WordPress multi-site (a.k.a. network) installation."
3910
+ msgstr "Toto je instalace WordPress multisite (neboli síť webu)."
3911
 
3912
+ #: options.php:186
3913
  msgid "UpdraftPlus warning:"
3914
  msgstr "Varování UpdraftPlus:"
3915
 
3919
 
3920
  #: udaddons/options.php:474
3921
  msgid "please follow this link to update the plugin in order to activate it"
3922
+ msgstr "Pokud chcete aktivovat aktualizaci pluginu, klikněte na tento odkaz"
3923
 
3924
  #: udaddons/options.php:471
3925
  msgid "please follow this link to update the plugin in order to get it"
3926
+ msgstr "Pokud chcete získat aktualizaci pluginu, klikněte na tento odkaz"
3927
 
3928
  #: udaddons/options.php:461 udaddons/options.php:463
3929
  msgid "latest"
3930
+ msgstr "nejnovější"
3931
 
3932
  #: udaddons/options.php:459
3933
  msgid "Your version: %s"
3943
 
3944
  #: udaddons/options.php:381
3945
  msgid "An update containing your addons is available for UpdraftPlus - please follow this link to get it."
3946
+ msgstr "Je dostupná aktualizace rozšíření UpdraftPlus, které používáte - pro získání klikněte na tento odkaz."
3947
 
3948
  #: udaddons/options.php:370 udaddons/updraftplus-addons.php:256
3949
  msgid "UpdraftPlus Addons"
3950
+ msgstr "Rozšíření UpdraftPlus"
3951
 
3952
  #: udaddons/options.php:94
3953
  msgid "An update is available for UpdraftPlus - please follow this link to get it."
3954
+ msgstr "Je k dispozici aktualizace UpdraftPlus - pro získání klikněte na tento odkaz."
3955
 
3956
  #: methods/updraftvault.php:598 methods/updraftvault.php:616
3957
  #: udaddons/updraftplus-addons.php:795
3958
  msgid "UpdraftPlus.Com returned a response, but we could not understand it"
3959
+ msgstr "UpdraftPlus.com vrátil odpověď, které nerozumíme"
3960
 
3961
  #: methods/updraftvault.php:612 udaddons/updraftplus-addons.php:792
3962
  msgid "Your email address and password were not recognised by UpdraftPlus.Com"
3963
+ msgstr "UpdraftPlus.com nerozpoznal vaši emailovou adresu a heslo"
3964
 
3965
  #: methods/updraftvault.php:571 udaddons/updraftplus-addons.php:752
3966
  msgid "UpdraftPlus.Com returned a response which we could not understand (data: %s)"
3967
+ msgstr "UpdraftPlus.com vrátil odpověď, které nerozumíme (data: %s)"
3968
 
3969
  #: udaddons/updraftplus-addons.php:682
3970
  msgid "UpdraftPlus.Com responded, but we did not understand the response"
3971
+ msgstr "UpdraftPlus.com vrátil odpověď, ale odpovědi jsme nerozuměli"
3972
 
3973
  #: udaddons/updraftplus-addons.php:680
3974
  msgid "We failed to successfully connect to UpdraftPlus.Com"
3975
+ msgstr "Nepodařilo se nám připojit k UpdraftPlus.com"
3976
 
3977
  #: methods/email.php:74 templates/wp-admin/settings/form-contents.php:270
3978
  #: templates/wp-admin/settings/tab-addons.php:200
3979
  msgid "Reporting"
3980
+ msgstr "Hlášení"
3981
 
3982
+ #: admin.php:4104
3983
  msgid "Options (raw)"
3984
  msgstr "Možnosti (holé)"
3985
 
3986
+ #: addons/reporting.php:436 admin.php:564
3987
  msgid "Send a report only when there are warnings/errors"
3988
+ msgstr "Poslat hlášení pouze pokud se vyskytnou varování/chyby"
3989
 
3990
+ #: restorer.php:1613
3991
  msgid "Content URL:"
3992
  msgstr "URL obsahu:"
3993
 
3994
  #: restorer.php:157
3995
  msgid "You should check the file ownerships and permissions in your WordPress installation"
3996
+ msgstr "Měli byste zkontrolovat vlastnictví a oprávnění souboru ve vaši instalaci WordPressu"
3997
 
3998
  #: templates/wp-admin/settings/form-contents.php:174
3999
  msgid "See also the \"More Files\" add-on from our shop."
4000
+ msgstr "Podívejte se také na rozšíření „More Files z našeho obchodu."
4001
 
4002
+ #: backup.php:2987 class-updraftplus.php:610
4003
  msgid "Your free space in your hosting account is very low - only %s Mb remain"
4004
+ msgstr "na vašem hostingovém účtu máte velmi málo volného místa - zbývá pouze %s MB"
4005
 
4006
  #: class-updraftplus.php:594
4007
  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)"
4008
+ msgstr "Množství paměti (RAM) povolené pro PHP je velmi malé (%s MB) - pokud se chcete vyhnout chybám způsobeným nedostatečnou pamětí, zvyšte ji (pro více pomoci kontaktujte vašeho správce hostingu)"
4009
 
4010
  #: udaddons/options.php:547
4011
  msgid "Manage Addons"
4012
+ msgstr "Spravovat rozšíření"
4013
 
4014
  #: udaddons/options.php:489
4015
  msgid "Buy It"
4017
 
4018
  #: udaddons/options.php:488
4019
  msgid "Get it from the UpdraftPlus.Com Store"
4020
+ msgstr "Získat z obchodu UpdraftPlus.com"
4021
 
4022
  #: udaddons/options.php:482 udaddons/options.php:484
4023
  msgid "activate it on this site"
4033
 
4034
  #: udaddons/options.php:471
4035
  msgid "Available for this site (via your all-addons purchase)"
4036
+ msgstr "Dostupné pro tento web (pomocí vaší objednávky všech rozšíření)"
4037
 
4038
  #: udaddons/options.php:465
4039
  msgid "(apparently a pre-release or withdrawn release)"
4040
+ msgstr "(zřejmě betaverze, nebo uzavřená verze)"
4041
 
4042
  #: udaddons/options.php:425
4043
  msgid "Go here"
4044
+ msgstr "Klikněte zde"
4045
 
4046
  #: udaddons/options.php:425
4047
  msgid "Need to get support?"
4049
 
4050
  #: udaddons/options.php:407
4051
  msgid "An error occurred when trying to retrieve your add-ons."
4052
+ msgstr "Při obnově vašich rozšíření došlo k chybě."
4053
 
4054
  #: udaddons/options.php:340
4055
  msgid "An unknown response was received. Response was:"
4061
 
4062
  #: udaddons/options.php:337
4063
  msgid "Please wait whilst we make the claim..."
4064
+ msgstr "Vytváří se požadavek, prosím čekejte..."
4065
 
4066
  #: udaddons/options.php:290
4067
  msgid "Errors occurred when trying to connect to UpdraftPlus.Com:"
4068
+ msgstr "Při snaze o připojení k UpdraftPlus.com nastaly tyto chyby:"
4069
 
4070
  #: udaddons/options.php:281
4071
  msgid "You are presently <strong>not connected</strong> to an UpdraftPlus.Com account."
4072
+ msgstr "Právě <strong>nejste připojeni</strong> ke svému UpdraftPlus.com účtu."
4073
 
4074
  #: udaddons/options.php:272
4075
  msgid "If you bought new add-ons, then follow this link to refresh your connection"
4076
+ msgstr "Pokud jste si koupili nové rozšíření, klikněte na tento odkaz k obnově vašeho připojení"
4077
 
4078
  #: udaddons/options.php:271
4079
  msgid "You are presently <strong>connected</strong> to an UpdraftPlus.Com account."
4080
+ msgstr "Právě <strong>jste připojeni</strong> ke svému UpdraftPlus.com účtu."
4081
 
4082
  #: udaddons/options.php:242
4083
  msgid "Interested in knowing about your UpdraftPlus.Com password security? Read about it here."
4084
+ msgstr "Chcete vědět o bezpečí vašeho hesla u UpdraftPlus.com? Čtěte zde."
4085
 
4086
  #: udaddons/options.php:183
4087
  msgid "Forgotten your details?"
4089
 
4090
  #: udaddons/options.php:172
4091
  msgid "Not yet got an account (it's free)? Go get one!"
4092
+ msgstr "Stále ještě nemáte účet? Získejte ho (je zdarma)!"
4093
 
4094
  #: udaddons/options.php:141
4095
  msgid "Connect with your UpdraftPlus.Com account"
4096
+ msgstr "Připojte se ke svému účtu UpdraftPlus.com"
4097
 
4098
  #: udaddons/options.php:120
4099
  msgid "Your web server's version of PHP is too old ("
4100
+ msgstr "Verze PHP na vašem webovém serveru je příliš stará ("
4101
 
4102
  #: udaddons/options.php:114
4103
  msgid "You do seem to have the obsolete Updraft plugin installed - perhaps you got them confused?"
4104
+ msgstr "Zdá se, že máte nainstalovaný zastaralý Updraft plugin - možná jste je zmátli?"
4105
 
4106
  #: udaddons/options.php:113
4107
  msgid "Go here to begin installing it."
4108
+ msgstr "Pro spuštění instalace klikněte zde."
4109
 
4110
  #: udaddons/options.php:113
4111
  msgid "UpdraftPlus is not yet installed."
4113
 
4114
  #: udaddons/options.php:110
4115
  msgid "Go here to activate it."
4116
+ msgstr "Pro aktivaci použijte tento odkaz."
4117
 
4118
  #: udaddons/options.php:109
4119
  msgid "UpdraftPlus is not yet activated."
4120
+ msgstr "UpdraftPlus není stále aktivován."
4121
 
4122
  #: udaddons/options.php:100 udaddons/options.php:102
4123
  msgid "Go here to connect."
4125
 
4126
  #: udaddons/options.php:100
4127
  msgid "You have not yet connected with your UpdraftPlus.Com account, to enable you to list your purchased add-ons."
4128
+ msgstr "K tomu abyste mohli procházet zakoupené rozšíření se musíte přihlásit svým účtem UpdraftPlus.com."
4129
 
4130
+ #: addons/moredatabase.php:299 addons/moredatabase.php:383
4131
  msgid "Without it, encryption will be a lot slower."
4132
  msgstr "Bez něho bude šifrování mnohem pomalejší."
4133
 
4134
+ #: addons/moredatabase.php:299 addons/moredatabase.php:383
4135
  msgid "Your web-server does not have the %s module installed."
4136
+ msgstr "Váš webový server nemá nainstalovaný modul %s."
4137
 
4138
  #: addons/googlecloud.php:898 methods/googledrive.php:966
4139
  msgid "<strong>(You appear to be already authenticated,</strong> though you can authenticate again to refresh your access if you've had a problem)."
4140
+ msgstr "(<strong>Zdá se, že jste již byli ověřeni</strong>, ale můžete být ověřeni znovu k obnově vašeho přístupu, pokud máte problém)."
4141
 
4142
  #: templates/wp-admin/settings/downloading-and-restoring.php:62
4143
  msgid "Drop backup files here"
4144
+ msgstr "Zde přetáhněte soubory zálohy"
4145
 
4146
+ #: admin.php:575
4147
  msgid "The web server returned an error code (try again, or check your web server logs)"
4148
+ msgstr "Webový server vypsal chybový kód (zkuste to znovu, nebo zkontrolujte protokoly webového serveru)"
4149
 
4150
+ #: admin.php:573
4151
  msgid "The restore operation has begun. Do not press stop or close your browser until it reports itself as having finished."
4152
  msgstr "Proces obnovy začal. Nemačkejte stop, ani nezavírejte prohlížeč, dokud se proces neoznačí za dokončený."
4153
 
4154
+ #: admin.php:570
4155
  msgid "If you exclude both the database and the files, then you have excluded everything!"
4156
  msgstr "Pokud ze zálohy vyjmete databázi i soubory, pak jste vyjmuli všechno!"
4157
 
4158
+ #: restorer.php:1607
4159
  msgid "Site home:"
4160
  msgstr "Úvodní stránka:"
4161
 
4162
  #: addons/morestorage.php:78
4163
  msgid "Remote Storage Options"
4164
+ msgstr "Možnosti vzdáleného úložiště"
4165
 
4166
  #: addons/autobackup.php:292 addons/autobackup.php:382
4167
  msgid "(logs can be found in the UpdraftPlus settings page as normal)..."
4168
+ msgstr "(protokoly jsou k dispozici na stránce nastavení UpdraftPlus)..."
4169
 
4170
+ #: addons/autobackup.php:252 addons/autobackup.php:996
4171
  msgid "Remember this choice for next time (you will still have the chance to change it)"
4172
  msgstr "Zapamatovat tuto volbu pro příště (stále budete mít možnost ji změnit)"
4173
 
4177
 
4178
  #: templates/wp-admin/settings/form-contents.php:135
4179
  msgid "You can send a backup to more than one destination with an add-on."
4180
+ msgstr "S rozšířením můžete zálohu odeslat na více, než jen na jedno místo."
4181
 
4182
+ #: admin.php:2593
4183
  msgid "Note: the progress bar below is based on stages, NOT time. Do not stop the backup simply because it seems to have remained in the same place for a while - that is normal."
4184
  msgstr "Poznámka: ukazatel postupu je založen na fázích, NE čase. Nezastavujte zálohu jen proto, že to vypadá, že se nic neděje - to je normální."
4185
 
4186
+ #: admin.php:2491
4187
  msgid "(%s%%, file %s of %s)"
4188
  msgstr "(%s%%, soubor %s z %s)"
4189
 
4190
+ #: addons/autobackup.php:253 addons/autobackup.php:1001
4191
  #: addons/lockadmin.php:142
4192
  msgid "Read more about how this works..."
4193
  msgstr "Jak toto funguje? Čtěte více..."
4194
 
4195
  #: addons/sftp.php:485
4196
  msgid "Failed: We were able to log in, but failed to successfully create a file in that location."
4197
+ msgstr "Chyba: Přihlášení proběhlo úspěšně, ale vytvoření souboru se nezdařilo."
4198
 
4199
  #: addons/sftp.php:483
4200
  msgid "Failed: We were able to log in and move to the indicated directory, but failed to successfully create a file in that location."
4201
+ msgstr "Chyba: Přihlášení a přesun do dané složky proběhl úspěšně, ale vytvoření souboru se nezdařilo."
4202
 
4203
  #: addons/sftp.php:402
4204
  msgid "Use SCP instead of SFTP"
4205
+ msgstr "Použít SCP místo SFTP"
4206
 
4207
  #: addons/sftp.php:46
4208
  msgid "SCP/SFTP user setting"
4214
 
4215
  #: methods/email.php:58
4216
  msgid "The attempt to send the backup via email failed (probably the backup was too large for this method)"
4217
+ msgstr "Pokus o odeslání zálohy na email se nezdařil ( záloha byla pravděpodobně pro tuto metodu příliš velká)"
4218
 
4219
  #: methods/email.php:45
4220
  msgid "Backup is of: %s."
4221
  msgstr "Záloha je z: %s."
4222
 
4223
+ #: admin.php:662
4224
  msgid "%s settings test result:"
4225
+ msgstr "%s nastavení testovacího výsledku:"
4226
 
4227
+ #: admin.php:3287 admin.php:3289
4228
  msgid "(Not finished)"
4229
+ msgstr "(Nedokončeno)"
4230
 
4231
+ #: admin.php:3289
4232
  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."
4233
+ msgstr "Pokud vidíte více záloh, než byste chtěli, je to pravděpodobně proto, že se staré zálohy nesmažou, dokud není hotová nová záloha."
4234
 
4235
  #: templates/wp-admin/settings/form-contents.php:348
4236
  msgid "<b>Do not</b> place it inside your uploads or plugins directory, as that will cause recursion (backups of backups of backups of...)."
4237
+ msgstr "<b>Neumisťujte</b> ji do složky uploads, nebo plugins, protože by to způsobilo rekurzi (záloha zálohy zálohy...)"
4238
 
4239
  #: templates/wp-admin/settings/form-contents.php:348
4240
  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)."
4241
+ msgstr "Zde bude UpdraftPlus ukládat vytvořené soubory zip. Do složky musí být povolený zápis. Umístění je relativní vzhledem ke složce obsahu (v základu ke složce wp-content)."
4242
 
4243
+ #: admin.php:2588
4244
  msgid "Job ID: %s"
4245
  msgstr "ID operace: %s"
4246
 
4247
+ #: admin.php:2573
4248
  msgid "last activity: %ss ago"
4249
  msgstr "poslední aktivita: před %ss"
4250
 
4251
+ #: admin.php:2572
4252
  msgid "next resumption: %d (after %ss)"
4253
+ msgstr "další pokračování: %d (po %s)"
4254
 
4255
+ #: admin.php:2555 central/bootstrap.php:405 central/bootstrap.php:412
4256
  #: methods/updraftvault.php:356 methods/updraftvault.php:436
4257
  msgid "Unknown"
4258
  msgstr "Neznámý"
4259
 
4260
+ #: admin.php:2505
4261
  msgid "Backup finished"
4262
+ msgstr "Záloha byla dokončena"
4263
 
4264
+ #: admin.php:2500
4265
  msgid "Waiting until scheduled time to retry because of errors"
4266
+ msgstr "Došlo k chybám, s dalším pokusem se čeká na naplánovaný čas"
4267
 
4268
+ #: admin.php:2496
4269
  msgid "Pruning old backup sets"
4270
+ msgstr "Odstraňují se staré zálohy"
4271
 
4272
+ #: admin.php:2484
4273
  msgid "Uploading files to remote storage"
4274
+ msgstr "Nahrávání souborů do vzdáleného úložiště"
4275
 
4276
+ #: admin.php:2553
4277
  msgid "Encrypted database"
4278
+ msgstr "Šifrovaná databáze"
4279
 
4280
+ #: admin.php:2545
4281
  msgid "Encrypting database"
4282
  msgstr "Šifrování databáze"
4283
 
4284
+ #: admin.php:2519
4285
  msgid "Created database backup"
4286
  msgstr "Záloha databáze vytvořena"
4287
 
4288
+ #: admin.php:2532
4289
  msgid "table: %s"
4290
  msgstr "tabulka: %s"
4291
 
4292
+ #: admin.php:2530
4293
  msgid "Creating database backup"
4294
+ msgstr "Vytváří se záloha databáze"
4295
 
4296
+ #: admin.php:2478
4297
  msgid "Created file backup zips"
4298
  msgstr "Zálohové zip soubory vytvořeny"
4299
 
4300
+ #: admin.php:2465
4301
  msgid "Creating file backup zips"
4302
+ msgstr "Vytváří se zálohové zip soubory"
4303
 
4304
+ #: admin.php:2460
4305
  msgid "Backup begun"
4306
+ msgstr "Zálohování začalo"
4307
 
4308
+ #: admin.php:2303
4309
  msgid "Backups in progress:"
4310
  msgstr "Průběh zálohy:"
4311
 
4312
+ #: admin.php:859
4313
  msgid "The scheduler is disabled in your WordPress install, via the DISABLE_WP_CRON setting. No backups can run (even &quot;Backup Now&quot;) unless either you have set up a facility to call the scheduler manually, or until it is enabled."
4314
+ msgstr "Ve vaší instalaci WordPressu je pomocí DISABLE_WP_CRON zakázán plánovač. Nemůže být provedena žádná záloha (dokonce ani &quot;Zálohovat nyní&quot;), pokud nespustíte plánovač ručně, nebo dokud ho nepovolíte."
4315
 
4316
+ #: restorer.php:657
4317
  msgid "file"
4318
  msgstr "soubor"
4319
 
4320
+ #: restorer.php:650
4321
  msgid "folder"
4322
  msgstr "složka"
4323
 
4324
+ #: restorer.php:650 restorer.php:657
4325
  msgid "UpdraftPlus needed to create a %s in your content directory, but failed - please check your file permissions and enable the access (%s)"
4326
+ msgstr "UpdraftPlus potřebuje vytvořit obsah ve složce %s, ale selhal - zkontrolujte prosím oprávnění souborů a povolte přístup (%s)"
4327
 
4328
+ #: class-updraftplus.php:2739
4329
  msgid "The backup has not finished; a resumption is scheduled"
4330
  msgstr "Záloha nebyla dokončena; pokračování je naplánováno"
4331
 
4332
+ #: class-updraftplus.php:1734
4333
  msgid "Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page:"
4334
+ msgstr "Váš web je navštěvován nepravidelně a UpdraftPlus nezískal výsledek v jaký doufal; prosím přečtěte si tuto stránku:"
4335
 
4336
  #: addons/googlecloud.php:337 addons/onedrive.php:880
4337
  #: includes/Dropbox/OAuth/Consumer/ConsumerAbstract.php:115
4338
  #: includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php:118
4339
  #: methods/googledrive.php:244
4340
  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)."
4341
+ msgstr "%s autentifikace nemohla proběhnout, protože ji přerušilo něco na vašem webu. Zkuste zakázat ostatní pluginy a přepnout na základní šablonu. (Zaměřte se hlavně na komponenty, které vyvolávají výstup (nejspíše PHP varování/chyby) před začátkem stránky. Vypnutí veškerých nastavení ladění může také pomoct.)"
4342
 
4343
+ #: admin.php:2126
4344
  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)."
4345
+ msgstr "Limit paměti pro PHP (nastavený poskytovatelem hostingu) je velmi nízký. UpdraftPlus se ho pokusil zvýšit, ale neuspěl. Tento plugin může mít problémy, pokud je limit nastavený na hodnotu menší, než 64 MB - obzvláště, pokud nahráváte velké soubory (na druhou stranu stačí mnoha webům pouze 32 MB - záleží na konkrétním případu)."
4346
 
4347
+ #: addons/autobackup.php:1006 admin.php:617
4348
  msgid "Proceed with update"
4349
  msgstr "Pokračovat s aktualizací"
4350
 
4351
+ #: addons/autobackup.php:1005
4352
  msgid "Do not abort after pressing Proceed below - wait for the backup to complete."
4353
  msgstr "Po stisku tlačítka Pokračovat počkejte na dokončení zálohy a nepřerušujte ji."
4354
 
4355
+ #: addons/autobackup.php:113 addons/autobackup.php:982
4356
  msgid "UpdraftPlus Automatic Backups"
4357
  msgstr "Automatické zálohy UpdraftPlus"
4358
 
4362
 
4363
  #: addons/autobackup.php:441
4364
  msgid "Creating backup with UpdraftPlus..."
4365
+ msgstr "Vytváří se záloha pomocí UpdraftPlus..."
4366
 
4367
  #: addons/autobackup.php:391 addons/autobackup.php:516
4368
  #: addons/autobackup.php:567
4371
 
4372
  #: addons/autobackup.php:382
4373
  msgid "Creating database backup with UpdraftPlus..."
4374
+ msgstr "Vytváří se záloha databáze pomocí UpdraftPlus..."
4375
 
4376
  #: addons/autobackup.php:371
4377
  msgid "You do not have sufficient permissions to update this site."
4379
 
4380
  #: addons/autobackup.php:350
4381
  msgid "themes"
4382
+ msgstr "šablony"
4383
 
4384
  #: addons/autobackup.php:343
4385
  msgid "plugins"
4387
 
4388
  #: addons/autobackup.php:296 addons/autobackup.php:389
4389
  msgid "Starting automatic backup..."
4390
+ msgstr "Zahajuje se automatická záloha..."
4391
 
4392
  #: addons/autobackup.php:292
4393
  msgid "Creating %s and database backup with UpdraftPlus..."
4394
+ msgstr "Vytváří se %s a záloha databáze pomocí UpdraftPlus..."
4395
 
4396
  #: addons/autobackup.php:250
4397
  msgid "Automatically backup (where relevant) plugins, themes and the WordPress database with UpdraftPlus before updating"
4398
+ msgstr "Před aktualizací automaticky zálohovat (kde je to relevantní) pluginy, šablony, a databázi WordPressu pomocí UpdraftPlus"
4399
 
4400
  #: addons/morefiles.php:170 addons/morefiles.php:171
4401
  msgid "If you are not sure then you should stop; otherwise you may destroy this WordPress installation."
4403
 
4404
  #: addons/morefiles.php:170 addons/morefiles.php:171
4405
  msgid "This does not look like a valid WordPress core backup - the file %s was missing."
4406
+ msgstr "Toto nevypadá jako správná záloha jádra WordPressu - chybí soubor %s."
4407
 
4408
  #: addons/morefiles.php:123
4409
  msgid "Unable to open zip file (%s) - could not pre-scan it to check its integrity."
4410
+ msgstr "Nepodařilo se otevřít zip soubor (%s) - nepodařilo se provést předskenování pro zkontrolování integrity."
4411
 
4412
  #: addons/morefiles.php:113
4413
  msgid "Unable to read zip file (%s) - could not pre-scan it to check its integrity."
4414
+ msgstr "Nepodařilo se přečíst zip soubor (%s) - nepodařilo se provést předskenování pro zkontrolování integrity."
4415
 
4416
  #: templates/wp-admin/settings/header.php:14
4417
  msgid "More plugins"
4418
+ msgstr "Více pluginů"
4419
 
4420
  #: templates/wp-admin/settings/header.php:11
4421
  #: templates/wp-admin/settings/tab-addons.php:19
4422
  msgid "Support"
4423
  msgstr "Podpora"
4424
 
4425
+ #: class-updraftplus.php:4054
4426
  msgid "UpdraftPlus was unable to find the table prefix when scanning the database backup."
4427
+ msgstr "UpdraftPlus nedokázal při skenování zálohy databáze najít prefix tabulek."
4428
 
4429
+ #: class-updraftplus.php:4046
4430
  msgid "This database backup is missing core WordPress tables: %s"
4431
  msgstr "V této záloze databáze chybí základní WordPress tabulky: %s"
4432
 
4433
+ #: class-updraftplus.php:3934
4434
  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."
4435
  msgstr "Importujete z novější verze WordPressu (%s) na starší (%s). Není žádná záruka, že to WordPress zvládne."
4436
 
4437
+ #: class-updraftplus.php:3850
4438
  msgid "The database is too small to be a valid WordPress database (size: %s Kb)."
4439
+ msgstr "Databáze je příliš malá na to, aby se mohlo jednat o správnou WordPress databázi (velikost: %s KB)."
4440
 
4441
+ #: addons/autobackup.php:556 admin.php:827
4442
  msgid "Update Theme"
4443
+ msgstr "Aktualizovat šablonu"
4444
 
4445
+ #: addons/autobackup.php:505 admin.php:823
4446
  msgid "Update Plugin"
4447
  msgstr "Aktualizace pluginu"
4448
 
4449
+ #: addons/autobackup.php:985 admin.php:696 includes/updraftplus-notices.php:171
4450
  msgid "Be safe with an automatic backup"
4451
  msgstr "Buďte v bezpečí s automatickou zálohou"
4452
 
4453
+ #: restorer.php:2219
4454
  msgid "Uploads path (%s) does not exist - resetting (%s)"
4455
+ msgstr "Cesta nahrávání (%s) neexistuje - probíhá reset (%s)"
4456
 
4457
+ #: admin.php:2078
4458
  msgid "If you can still read these words after the page finishes loading, then there is a JavaScript or jQuery problem in the site."
4459
+ msgstr "Pokud můžete přečíst tato slova i poté, když se stránka načte, na webu je problém s JavaScriptem nebo s JQuery."
4460
 
4461
+ #: admin.php:611
4462
  msgid "The file was uploaded."
4463
  msgstr "Soubor byl nahrán."
4464
 
4465
+ #: admin.php:610
4466
  msgid "Unknown server response status:"
4467
+ msgstr "Neznámý stav odpovědi serveru:"
4468
 
4469
+ #: admin.php:609
4470
  msgid "Unknown server response:"
4471
  msgstr "Neznámá odpověď serveru:"
4472
 
4473
+ #: admin.php:608
4474
  msgid "This decryption key will be attempted:"
4475
  msgstr "Bude použit tento dešifrovací klíč:"
4476
 
4477
+ #: admin.php:607
4478
  msgid "Follow this link to attempt decryption and download the database file to your computer."
4479
  msgstr "Chcete-li zkusit dešifrovat a stáhnout databázi do počítače, klikněte sem."
4480
 
4481
+ #: admin.php:606
4482
  msgid "Upload error"
4483
  msgstr "Chyba nahrávání"
4484
 
4485
+ #: admin.php:605
4486
  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)."
4487
+ msgstr "Tento soubor zřejmě není UpdrafPlusem šifrovaná databáze (takové soubory jsou .gz.crypt s jménem podle vzoru: backup_(čas)_(název webu)_(kód)_db.crypt.gz)."
4488
 
4489
+ #: admin.php:604
4490
  msgid "Upload error:"
4491
  msgstr "Chyba nahrávání:"
4492
 
4493
+ #: admin.php:603
4494
  msgid "(make sure that you were trying to upload a zip file previously created by UpdraftPlus)"
4495
+ msgstr "(ujistěte se, že se pokoušíte nahrát zip soubor, který byl vytvořen pluginem UpdraftPlus)"
4496
 
4497
+ #: admin.php:594
4498
  msgid "Download to your computer"
4499
  msgstr "Stáhnout do počítače"
4500
 
4501
+ #: admin.php:593
4502
  msgid "Delete from your web server"
4503
+ msgstr "Smazat z webového serveru"
4504
 
4505
  #: methods/s3.php:774
4506
  msgid "Examples of S3-compatible storage providers:"
4507
  msgstr "Příklady S3-kompatibilních poskytovatelů uložišť:"
4508
 
4509
+ #: admin.php:3643
4510
  msgid "Will not delete any archives after unpacking them, because there was no cloud storage for this backup"
4511
  msgstr "Pro tuto zálohu nebylo vybráno žádné vzdálené uložiště a proto nebudou archivy po rozbalení smazány"
4512
 
4513
+ #: admin.php:3260
4514
  msgid "You appear to be missing one or more archives from this multi-archive set."
4515
+ msgstr "V této více archivní záloze pravděpodobně chybí jeden, nebo více archivů."
4516
 
4517
+ #: admin.php:3257
4518
  msgid "(%d archive(s) in set)."
4519
+ msgstr "(%d archiv(ů) v záloze)."
4520
 
4521
  #: templates/wp-admin/settings/form-contents.php:325
4522
  msgid "Split archives every:"
4523
  msgstr "Rozdělit archivy každých:"
4524
 
4525
+ #: addons/moredatabase.php:272
4526
  msgid "Error: the server sent us a response (JSON) which we did not understand."
4527
+ msgstr "Chyba: server zaslal odpověď (JSON), které systém nerozumí."
4528
 
4529
+ #: admin.php:584
4530
  msgid "Warnings:"
4531
  msgstr "Varování:"
4532
 
4533
+ #: admin.php:583
4534
  msgid "Error: the server sent an empty response."
4535
+ msgstr "Chyba: server odeslal prázdnou odpověď."
4536
 
4537
+ #: admin.php:1839
4538
  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?"
4539
+ msgstr "Pravděpodobně jde o soubor vytvořený pluginem UpdraftPlus, ale instalace nezná tento typ objektu: %s. Možná potřebujete nainstalovat nějaké rozšíření?"
4540
 
4541
  #: includes/class-wpadmin-commands.php:195
4542
  msgid "The backup archive files have been processed, but with some errors. You will need to cancel and correct any problems before retrying."
4544
 
4545
  #: includes/class-wpadmin-commands.php:193
4546
  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."
4547
+ msgstr "Archivy zálohy byly zpracovány s varováními. Pokud je vše v pořádku, pro pokračování klikněte znovu na Obnovit“. Jinak operaci zrušte a opravte problémy."
4548
 
4549
  #: includes/class-wpadmin-commands.php:191
4550
  msgid "The backup archive files have been successfully processed. Now press Restore again to proceed."
4551
+ msgstr "Archivy zálohy byly úspěšně zpracovány. Klikněte znovu na Obnovit pro pokračování."
4552
 
4553
  #: includes/class-wpadmin-commands.php:186
4554
  msgid "This multi-archive backup set appears to have the following archives missing: %s"
4555
+ msgstr "V této záloze s více archivy pravděpodobně nejsou následující archivy: %s"
4556
 
4557
  #: includes/class-wpadmin-commands.php:171
4558
  msgid "File (%s) was found, but has a different size (%s) from what was expected (%s) - it may be corrupt."
4560
 
4561
  #: includes/class-wpadmin-commands.php:166
4562
  msgid "File was found, but is zero-sized (you need to re-upload it): %s"
4563
+ msgstr "Soubor byl nalezen, ale má nulovou velikost (musíte jej znovu nahrát): %s"
4564
 
4565
  #: includes/class-wpadmin-commands.php:164
4566
  msgid "File not found (you need to upload it): %s"
4567
+ msgstr "Soubor nenalezen (musíte jej nahrát): %s"
4568
 
4569
  #: includes/class-wpadmin-commands.php:96
4570
  msgid "No such backup set exists"
4571
  msgstr "Žádná taková záloha neexistuje"
4572
 
4573
+ #: admin.php:1115
4574
  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"
4575
+ msgstr "Archiv zálohy pro tento soubor nebyl nalezen. Vzdálené uložiště (%s) nám nedovoluje získat soubory. K provedení obnovy pomocí UpdraftPlus budete potřebovat zkopírovat tento soubor do pracovní složky UpdraftPlus"
4576
 
4577
+ #: restorer.php:599
4578
  msgid "Failed to move directory (check your file permissions and disk quota): %s"
4579
  msgstr "Nelze přesunout složku (zkontrolujte oprávnění souboru a kvótu disku): %s"
4580
 
4581
+ #: restorer.php:590
4582
  msgid "Failed to move file (check your file permissions and disk quota): %s"
4583
  msgstr "Nelze přesunout soubor (zkontrolujte oprávnění souboru a kvótu disku): %s"
4584
 
4586
  msgid "Moving unpacked backup into place..."
4587
  msgstr "Přesouvání rozbalené zálohy na místo..."
4588
 
4589
+ #: backup.php:2691 backup.php:2947
4590
  msgid "Failed to open the zip file (%s) - %s"
4591
  msgstr "Nelze otevřít soubor zip (%s) - %s"
4592
 
4604
 
4605
  #: methods/s3generic.php:41 methods/s3generic.php:49
4606
  msgid "S3 (Compatible)"
4607
+ msgstr "S3 (kompatibilní)"
4608
 
4609
+ #: admin.php:3564
4610
  msgid "File is not locally present - needs retrieving from remote storage"
4611
  msgstr "Soubor není lokálně dostupný - musí být obnoven ze vzdáleného uložiště"
4612
 
4613
+ #: admin.php:3551
4614
  msgid "Looking for %s archive: file name: %s"
4615
+ msgstr "Hledá se archiv %s: jméno souboru: %s"
4616
 
4617
+ #: admin.php:3512
4618
  msgid "Final checks"
4619
  msgstr "Závěrečná kontrola"
4620
 
4621
  #: templates/wp-admin/settings/form-contents.php:331
4622
  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)."
4623
+ msgstr "Pokud chcete po dokončení zálohy smazat všechny nadbytečné zálohy z webového serveru zaškrtněte toto tlačítko (tj. pokud jej odškrtnete, pak veškeré soubory, které budou odeslány na vzdálené uložiště zůstanou i lokálně, a lokální soubory nezahrnujeme do limitu počtu záloh)."
4624
 
4625
  #: templates/wp-admin/settings/form-contents.php:215
4626
  msgid "Drop encrypted database files (db.gz.crypt files) here to upload them for decryption"
4627
+ msgstr "Zde přetáhněte šifrované databázové soubory (soubory db.gz.crypt) k jejich nahrání a dešifrování"
4628
 
4629
+ #: admin.php:2931
4630
  msgid "Your wp-content directory server path: %s"
4631
  msgstr "Serverová cesta k vaší složce wp-content: %s"
4632
 
4633
+ #: admin.php:600
4634
  msgid "Raw backup history"
4635
  msgstr "Prostá historie zálohování"
4636
 
4638
  msgid "Show raw backup and file list"
4639
  msgstr "Zobrazit prostou zálohu a seznam souborů"
4640
 
4641
+ #: admin.php:582
4642
  msgid "Processing files - please wait..."
4643
+ msgstr "Zpracovávají se soubory - prosím čekejte..."
4644
 
4645
+ #: admin.php:3695 templates/wp-admin/settings/downloading-and-restoring.php:29
4646
  msgid "Please consult this FAQ for help on what to do about it."
4647
+ msgstr "Podívejte se prosím na často kladené dotazy pro pomoc s tímto problémem."
4648
 
4649
  #: templates/wp-admin/settings/downloading-and-restoring.php:29
4650
  msgid "Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here."
4651
  msgstr "Vaše instalace WordPressu má problém s výstupem mezer navíc. To může poškodit zálohy, které odsud stáhnete."
4652
 
4653
+ #: class-updraftplus.php:3858
4654
  msgid "Failed to open database file."
4655
  msgstr "Nepodařilo se otevřít soubor databáze."
4656
 
4657
+ #: admin.php:4074
 
 
 
 
4658
  msgid "Known backups (raw)"
4659
  msgstr "Známé zálohy (prosté)"
4660
 
4661
+ #: restorer.php:955
4662
  msgid "Unable to enumerate files in that directory."
4663
  msgstr "Ze zadané složky nelze vyčíst soubory."
4664
 
4665
+ #: restorer.php:950
4666
  msgid "Files found:"
4667
  msgstr "Nalezené soubory:"
4668
 
4669
+ #: restorer.php:1340
4670
  msgid "Using directory from backup: %s"
4671
  msgstr "Použít složku ze zálohy: %s"
4672
 
4673
+ #: restorer.php:1804
4674
  msgid "Requested table engine (%s) is not present - changing to MyISAM."
4675
+ msgstr "Požadovaný engine tabulky (%s) není přítomen - mění se na MyISAM."
4676
 
4677
  #: addons/migrator.php:325
4678
  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."
4679
+ msgstr "Nejspíš jde o migraci (záloha je z webu s jinou adresou/URL), ale nezaškrtli jste možnost najít a nahradit databázi. Toto je obvykle chyba."
4680
 
4681
+ #: admin.php:3584
4682
  msgid "file is size:"
4683
  msgstr "velikost souboru je:"
4684
 
4685
  #: addons/googlecloud.php:855 addons/migrator.php:363 addons/migrator.php:366
4686
+ #: addons/migrator.php:369 admin.php:859 admin.php:2083 backup.php:2994
4687
  #: updraftplus.php:147
4688
  msgid "Go here for more information."
4689
+ msgstr "Pro více informací klikněte zde."
4690
 
4691
+ #: admin.php:581
4692
  msgid "Some files are still downloading or being processed - please wait."
4693
  msgstr "Některé soubory jsou stále stahovány, nebo zpracovávány - prosím čekejte."
4694
 
4695
+ #: class-updraftplus.php:3906 class-updraftplus.php:3924
4696
  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."
4697
+ msgstr "Tato záloha pochází z jiného webu - nejde o obnovu, ale migraci. K pokračování potřebujete rozšíření „Migrator“."
4698
 
4699
  #: addons/fixtime.php:545
4700
  msgid "The time zone used is that from your WordPress settings, in Settings -> General."
4712
  msgid "%s login failure"
4713
  msgstr "%s přihlášení selhalo"
4714
 
4715
+ #: methods/dropbox.php:425
4716
  msgid "You do not appear to be authenticated with %s"
4717
  msgstr "Zdá se, že nejste ověřeni s %s"
4718
 
4719
+ #: methods/dropbox.php:392
4720
  msgid "Failed to access %s when deleting (see log file for more)"
4721
+ msgstr "Při mazání se nepodařilo získat přístup k %s (více informací naleznete v souboru protokolu)"
4722
 
4723
+ #: methods/dropbox.php:384
4724
  msgid "You do not appear to be authenticated with %s (whilst deleting)"
4725
+ msgstr "Zdá se, že nejste ověřeni u %s (při mazání)"
4726
 
4727
  #: methods/dropbox.php:119
4728
  msgid "Dropbox error: %s (see log file for more)"
4729
+ msgstr "Chyba Dropboxu: %s (více informací naleznete v souboru protokolu)"
4730
 
4731
  #: methods/cloudfiles.php:422
4732
  msgid "Error - failed to download the file from %s"
4741
  #: methods/openstack-base.php:403 methods/stream-base.php:266
4742
  #: methods/stream-base.php:273 methods/stream-base.php:286
4743
  msgid "%s Error"
4744
+ msgstr "Chyba %s"
4745
 
4746
  #: methods/cloudfiles.php:219 methods/openstack-base.php:78
4747
  msgid "%s error - failed to upload file"
4748
+ msgstr "Chyba %s - nepovedlo se nahrát soubor"
4749
 
4750
  #: class-updraftplus.php:940 methods/cloudfiles.php:211
4751
  msgid "%s error - failed to re-assemble chunks"
4752
+ msgstr "Chyba %s - nepodařilo se složit kousky dohromady"
4753
 
4754
  #: methods/cloudfiles.php:95 methods/cloudfiles.php:99
4755
  #: methods/cloudfiles.php:240 methods/cloudfiles.php:285
4761
  msgid "%s authentication failed"
4762
  msgstr "%s ověření selhalo"
4763
 
4764
+ #: addons/googlecloud.php:384 addons/migrator.php:462 admin.php:1784
4765
+ #: admin.php:1831 admin.php:1839 class-updraftplus.php:725
4766
+ #: class-updraftplus.php:731 class-updraftplus.php:3829
4767
+ #: class-updraftplus.php:3831 class-updraftplus.php:3964
4768
+ #: class-updraftplus.php:3999 methods/googledrive.php:304 restorer.php:944
4769
  msgid "Error: %s"
4770
  msgstr "Chyba: %s"
4771
 
4772
+ #: admin.php:2868
4773
  msgid "Backup directory specified exists, but is <b>not</b> writable."
4774
  msgstr "Složka pro zálohy existuje, ale <b>nelze</b> do ní zapisovat."
4775
 
4776
+ #: admin.php:2866
4777
  msgid "Backup directory specified does <b>not</b> exist."
4778
  msgstr "Složka pro zálohy <b>neexistuje</b>."
4779
 
4780
+ #: admin.php:2600 admin.php:2822 class-updraftplus.php:3906
4781
+ #: class-updraftplus.php:3924
4782
  msgid "Warning: %s"
4783
  msgstr "Varování: %s"
4784
 
4786
  msgid "Last backup job run:"
4787
  msgstr "Poslední záloha proběhla:"
4788
 
4789
+ #: backup.php:2713
4790
  msgid "A very large file was encountered: %s (size: %s Mb)"
4791
+ msgstr "Byl zaznamenán velmi velký soubor: %s (velikost: %s MB)"
4792
 
4793
+ #: backup.php:2087 backup.php:2119
4794
  msgid "%s: unreadable file - could not be backed up"
4795
  msgstr "%s: nečitelný soubor - nemůže být zálohován"
4796
 
4797
+ #: backup.php:1495
4798
  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"
4799
+ msgstr "Tabulka %s má velmi mnoho řádků (%s) - snad vám poskytovatel hostingu dal dostatek prostředků k záloze této tabulky"
4800
 
4801
+ #: backup.php:1614
4802
  msgid "An error occurred whilst closing the final database file"
4803
  msgstr "Při zavírání posledního souboru databáze se vyskytla chyba"
4804
 
4805
+ #: backup.php:874
4806
  msgid "Warnings encountered:"
4807
  msgstr "Vzniklá varování:"
4808
 
4809
+ #: class-updraftplus.php:2727
4810
  msgid "The backup apparently succeeded (with warnings) and is now complete"
4811
+ msgstr "Záloha zřejmě byla vytvořena (s varováními)"
4812
 
4813
  #: class-updraftplus.php:623
4814
  msgid "Your free disk space is very low - only %s Mb remain"
4815
+ msgstr "Na disku je velmi málo volného místa - zbývá pouze %s MB"
4816
 
4817
  #: addons/migrator.php:470
4818
  msgid "New site:"
4820
 
4821
  #: addons/migrator.php:525
4822
  msgid "<strong>ERROR</strong>: Site URL already taken."
4823
+ msgstr "<strong>CHYBA</strong>: URL adresa je již použita."
4824
 
4825
  #: addons/migrator.php:445
4826
  msgid "Migrated site (from UpdraftPlus)"
4827
+ msgstr "Migrovaný web (z UpdraftPlus)"
4828
 
4829
  #: addons/migrator.php:384
4830
  msgid "Enter details for where this new site is to live within your multisite install:"
4831
+ msgstr "Zadejte podrobnosti kde ve vaší multisite instalaci je tento web umístěn:"
4832
 
4833
  #: addons/migrator.php:383
4834
  msgid "Information needed to continue:"
4836
 
4837
  #: addons/migrator.php:340
4838
  msgid "Network activating theme:"
4839
+ msgstr "Aktivační šablona pro síť webů:"
4840
 
4841
  #: addons/migrator.php:330
4842
  msgid "Processed plugin:"
4843
+ msgstr "Zpracovávaný plugin:"
4844
 
4845
  #: addons/sftp.php:74
4846
  msgid "Check your file permissions: Could not successfully create and enter directory:"
4848
 
4849
  #: addons/sftp.php:38
4850
  msgid "Some servers advertise encrypted FTP as available, but then time-out (after a long time) when you attempt to use it. If you find this happenning, then go into the \"Expert Options\" (below) and turn off SSL there."
4851
+ msgstr "Některé servery doporučují šifrované FTP, ale poté nastává time-out (po dlouhém čase), když se ho pokoušíte použít. Pokud se vám to stane, jděte do Nastavení pro experty (níže) a vypněte tam SSL."
4852
 
4853
  #: methods/s3.php:795
4854
  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."
4860
 
4861
  #: addons/s3-enhanced.php:172 methods/s3.php:1011
4862
  msgid "The error reported by %s was:"
4863
+ msgstr "Chyba byla ohlášena uživatelem %s:"
4864
 
4865
+ #: restorer.php:1359
4866
  msgid "Please supply the requested information, and then continue."
4867
+ msgstr "Vložte požadované informace a pokračujte."
4868
 
4869
+ #: restorer.php:2056
4870
  msgid "Cannot drop tables, so deleting instead (%s)"
4871
+ msgstr "Nelze zahodit tabulky, proto se mažou (%s)"
4872
 
4873
+ #: restorer.php:2039
4874
  msgid "Cannot create new tables, so skipping this command (%s)"
4875
+ msgstr "Nelze vytvořit nové tabulky, proto se tento příkaz přeskakuje (%s)"
4876
 
4877
+ #: class-updraftplus.php:3975 restorer.php:1648
4878
  msgid "Site information:"
4879
+ msgstr "Informace o webu:"
4880
 
4881
+ #: restorer.php:1515
4882
  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."
4883
+ msgstr "Váš databázový uživatel nemá povolení k tvorbě tabulek. Pokusíme se je obnovit pomocí jejich vyprázdnění; to by mělo fungovat pokud a) obnovujete WordPress se stejnou tabulkovou strukturou a b) vaše importovaná databáze neobsahuje žádné tabulky, které by už nebyly vytvořeny."
4884
 
4885
+ #: addons/migrator.php:325 admin.php:2078 class-updraftplus.php:3968
4886
+ #: restorer.php:1970
4887
  msgid "Warning:"
4888
  msgstr "Varování:"
4889
 
4890
+ #: class-updraftplus.php:3960 restorer.php:162
4891
  msgid "You are running on WordPress multisite - but your backup is not of a multisite site."
4892
+ msgstr "Používáte WordPress multisite, ale vaše záloha není zálohou webu multisite."
4893
 
4894
+ #: admin.php:3539
4895
  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."
4896
+ msgstr "Přeskakuje se obnova jádra WordPressu při importu jednoho webu do instalace multisite. Pokud máte ve složce s WordPressem něco důležitého, pak to musíte obnovit ze zip souboru ručně."
4897
 
4898
+ #: admin.php:2987 methods/updraftvault.php:260
4899
  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."
4900
  msgstr "Vaše instalace PHP neobsahuje <strong>požadovaný</strong> (pro %s) modul (%s). Prosím kontaktujte svého poskytovatele hostingu a požádejte ho o povolení tohoto modulu."
4901
 
4902
+ #: admin.php:618
4903
  msgid "Close"
4904
  msgstr "Zavřít"
4905
 
4906
+ #: addons/autobackup.php:298 addons/autobackup.php:386 admin.php:574
4907
  #: methods/remotesend.php:71 methods/remotesend.php:79
4908
  #: methods/remotesend.php:220 methods/remotesend.php:237
4909
  msgid "Unexpected response:"
4910
  msgstr "Neočekávaná odpověď:"
4911
 
4912
+ #: addons/reporting.php:434 admin.php:569
4913
  msgid "To send to more than one address, separate each address with a comma."
4914
  msgstr "K odeslání na více než jednu adresu, oddělte adresy čárkou."
4915
 
4916
+ #: admin.php:598
4917
  msgid "PHP information"
4918
  msgstr "PHP informace"
4919
 
4927
 
4928
  #: templates/wp-admin/settings/tab-status.php:71
4929
  msgid "Get it here."
4930
+ msgstr "Získejte jej zde."
4931
 
4932
  #: templates/wp-admin/settings/tab-status.php:71
4933
  msgid "Do you want to migrate or clone/duplicate a site?"
4934
+ msgstr "Chcete migrovat nebo klonovat/duplikovat web?"
4935
 
4936
  #: addons/migrator.php:165
4937
  msgid "<a href=\"%s\">Read this article to see step-by-step how it's done.</a>"
4938
+ msgstr "<a href=\"%s\">V tomto článku se dozvíte, jak je to uděláno krok po kroku.</a>"
4939
 
4940
  #: templates/wp-admin/settings/tab-status.php:66
4941
  msgid "Migrate Site"
4942
+ msgstr "Migrace webu"
4943
 
4944
  #: templates/wp-admin/settings/delete-and-restore-modals.php:30
4945
  msgid "Deleting... please allow time for the communications with the remote storage to complete."
4946
+ msgstr "Mazání... prosím ponechte nějaký čas pro dokončení komunikace se vzdáleným uložištěm."
4947
 
4948
  #: templates/wp-admin/settings/delete-and-restore-modals.php:29
4949
  msgid "Also delete from remote storage"
4950
  msgstr "Smazat i ze vzdáleného uložiště"
4951
 
4952
+ #: admin.php:2330
4953
  msgid "Latest UpdraftPlus.com news:"
4954
  msgstr "Poslední novinky z UpdraftPlus.com:"
4955
 
4966
  msgid "News"
4967
  msgstr "Novinky"
4968
 
4969
+ #: admin.php:1269
4970
  msgid "Backup set not found"
4971
  msgstr "Soubory zálohy nebyly nalezeny"
4972
 
4973
+ #: backup.php:160
4974
  msgid "%s - could not back this entity up; the corresponding directory does not exist (%s)"
4975
+ msgstr "%s - tuto entitu nelze zálohovat; odpovídající složka neexistuje (%s)"
4976
 
4977
  #: includes/updraftplus-notices.php:152 includes/updraftplus-notices.php:153
4978
  #: includes/updraftplus-notices.php:162 includes/updraftplus-notices.php:163
4984
  msgid "Blog link"
4985
  msgstr "Odkaz blogu"
4986
 
4987
+ #: admin.php:661
4988
  msgid "Testing %s Settings..."
4989
  msgstr "Testování %s nastavení..."
4990
 
4991
  #: templates/wp-admin/settings/downloading-and-restoring.php:52
4992
  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."
4993
+ msgstr "Nebo můžete vložit ručně do složky UpdraftPlus (obvykle wp-content/updraft), například pomocí FTP, a pak kliknout na odkaz „Vyhledat nové zálohy“."
4994
 
4995
+ #: admin.php:875
4996
  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."
4997
+ msgstr "Režim ladění UpdraftPlus je zapnutý. Na této stránce můžete vidět zprávy ladění nejen z UpdraftPlus, ale i z jakéhokoliv jiného nainstalovaného pluginu. Než požádáte o podporu, tak se prosím přesvědčte, že zprávy patří UpdraftPlus."
4998
 
4999
+ #: admin.php:875
5000
  msgid "Notice"
5001
  msgstr "Oznámení"
5002
 
5003
+ #: backup.php:856
5004
  msgid "Errors encountered:"
5005
+ msgstr "Objevily se chyby:"
5006
 
5007
+ #: admin.php:567
5008
  msgid "Rescanning (looking for backups that you have uploaded manually into the internal backup store)..."
5009
+ msgstr "Znovu se prohledává (vyhledávají se ručně nahrané zálohy do uložiště záloh)..."
5010
 
5011
+ #: admin.php:580
5012
  msgid "Begun looking for this entity"
5013
+ msgstr "Začala se hledat tato entita."
5014
 
5015
  #: addons/dropbox-folders.php:26
5016
  msgid "Store at"
5017
+ msgstr "Uložit do"
5018
 
5019
  #: addons/migrator.php:1368
5020
  msgid "\"%s\" has no primary key, manual change needed on row %s."
5021
+ msgstr "„%s nemá primární klíč, je vyžadována ruční změna na řádku %s."
5022
 
5023
  #: addons/migrator.php:1248
5024
  msgid "rows: %d"
5028
  msgid "Time taken (seconds):"
5029
  msgstr "Čas běhu (sekundy):"
5030
 
5031
+ #: addons/migrator.php:1113 admin.php:585
5032
  msgid "Errors:"
5033
  msgstr "Chyby:"
5034
 
5038
 
5039
  #: addons/migrator.php:1111
5040
  msgid "Changes made:"
5041
+ msgstr "Provedené změny:"
5042
 
5043
  #: addons/migrator.php:1110
5044
  msgid "Rows examined:"
5050
 
5051
  #: addons/migrator.php:998
5052
  msgid "Could not get list of tables"
5053
+ msgstr "Nedaří se získat seznam tabulek"
5054
 
5055
  #: addons/migrator.php:962
5056
  msgid "Database search and replace: replace %s in backup dump with %s"
5058
 
5059
  #: addons/migrator.php:943
5060
  msgid "Warning: the database's site URL (%s) is different to what we expected (%s)"
5061
+ msgstr "Varování: URL databáze webu (%s) je jiná, než se očekávalo (%s)"
5062
 
5063
  #: addons/migrator.php:932
5064
  msgid "Nothing to do: the site URL is already: %s"
5065
+ msgstr "Není co dělat: URL webu již je: %s"
5066
 
5067
  #: addons/migrator.php:896 addons/migrator.php:900 addons/migrator.php:904
5068
  #: addons/migrator.php:909 addons/migrator.php:913 addons/migrator.php:918
5075
 
5076
  #: addons/migrator.php:856
5077
  msgid "Database: search and replace site URL"
5078
+ msgstr "Databáze: najít a nahradit URL webu"
5079
 
5080
  #: addons/migrator.php:780 addons/migrator.php:1095
5081
  msgid "Failed: we did not understand the result returned by the %s operation."
5082
+ msgstr "Chyba: systém nerozumí výsledku, který vrátila %s operace."
5083
 
5084
  #: addons/migrator.php:778 addons/migrator.php:1093
5085
  msgid "Failed: the %s operation was not able to start."
5091
 
5092
  #: addons/migrator.php:543
5093
  msgid "Search and replace site location in the database (migrate)"
5094
+ msgstr "Hledat a nahradit umístění webu v databázi (migrace)"
5095
 
5096
  #: addons/migrator.php:543
5097
  msgid "All references to the site location in the database will be replaced with your current site URL, which is: %s"
5098
+ msgstr "Všechny odkaz na umístění webu v databázi byly změněny na vaši současnou URL adresu, což je: %s"
5099
 
5100
+ #: addons/multisite.php:630
5101
  msgid "Blog uploads"
5102
  msgstr "Nahrávání blogu"
5103
 
5104
+ #: addons/migrator.php:369 addons/multisite.php:623
5105
  msgid "Must-use plugins"
5106
  msgstr "Musíte vyzkoušet pluginy"
5107
 
5108
+ #: addons/multisite.php:193
5109
  msgid "You do not have permission to access this page."
5110
  msgstr "K přístupu na tuto stránku nemáte oprávnění."
5111
 
5112
+ #: addons/multisite.php:179 udaddons/options.php:225
5113
  msgid "You do not have sufficient permissions to access this page."
5114
  msgstr "K přístupu na tuto stránku nemáte dostatečná oprávnění."
5115
 
5116
+ #: addons/multisite.php:173
5117
  msgid "Multisite Install"
5118
  msgstr "Multisite instalace"
5119
 
5131
 
5132
  #: addons/sftp.php:421 methods/openstack2.php:142
5133
  msgid "username"
5134
+ msgstr "uživatelské jméno"
5135
 
5136
  #: addons/sftp.php:417
5137
  msgid "host name"
5143
 
5144
  #: addons/sftp.php:393
5145
  msgid "Directory path"
5146
+ msgstr "Cesta k adresáři"
5147
 
5148
+ #: addons/lockadmin.php:153 addons/moredatabase.php:239 addons/sftp.php:368
5149
  #: addons/webdav.php:69 methods/openstack2.php:127 methods/updraftvault.php:320
5150
  #: udaddons/options.php:145
5151
  msgid "Password"
5155
  msgid "Port"
5156
  msgstr "Port"
5157
 
5158
+ #: addons/moredatabase.php:237 addons/sftp.php:347 addons/webdav.php:75
5159
  msgid "Host"
5160
  msgstr "Host"
5161
 
5162
  #: addons/sftp.php:280
5163
  msgid "%s Error: Failed to download"
5164
+ msgstr "Chyba %s: Stahování se nezdařilo"
5165
 
5166
  #: addons/sftp.php:460
5167
  msgid "Check your file permissions: Could not successfully create and enter:"
5177
 
5178
  #: addons/sftp.php:38
5179
  msgid "Encrypted FTP is available, and will be automatically tried first (before falling back to non-encrypted if it is not successful), unless you disable it using the expert options. The 'Test FTP Login' button will tell you what type of connection is in use."
5180
+ msgstr "Šifrované FTP je dostupné a bude automaticky vyzkoušeno jako první (před přepnutím zpět na nešifrované při selhání), pokud jej v pokročilém nastavení nevypnete. Tlačítko Test FTP přihlášení“ vám ukáže, jakou verzi připojení používáte."
5181
 
5182
+ #: addons/morefiles.php:562
5183
  msgid "No backup of %s directories: there was nothing found to back up"
5184
  msgstr "Žádná záloha %s složek: nebylo zde nalezeno nic k zálohování"
5185
 
5186
  #: addons/morefiles.php:209
5187
  msgid "Be careful what you select - if you select / then it really will try to create a zip containing your entire webserver."
5188
+ msgstr "Pozor na to, co vyberete - Pokud vyberete „/“ pak se tento plugin opravdu pokusí vytvořit zip soubor obsahující celý webový server."
5189
 
5190
  #: addons/morefiles.php:207
5191
  msgid "If you are not sure what this option is for, then you will not want it, and should turn it off."
5192
+ msgstr "Pokud nevíte k čemu tato možnost slouží, pak ji nepoužívejte."
5193
 
5194
  #: addons/morefiles.php:186
5195
  msgid "More Files"
5201
 
5202
  #: addons/morefiles.php:93
5203
  msgid "The above files comprise everything in a WordPress installation."
5204
+ msgstr "Soubory výše představují celou WordPress instalaci."
5205
 
5206
  #: addons/morefiles.php:74
5207
  msgid "Over-write wp-config.php"
5208
  msgstr "Přepsání wp-config.php"
5209
 
5210
+ #: addons/morefiles.php:70 addons/morefiles.php:562
5211
  msgid "WordPress Core"
5212
  msgstr "Jádro WordPressu"
5213
 
5214
  #: methods/addon-base.php:294 methods/stream-base.php:316
5215
  msgid "Failed: We were not able to place a file in that directory - please check your credentials."
5216
+ msgstr "Selhání: Do dané složky se nepodařilo umístit soubor - zkontrolujte prosím přihlašovací údaje."
5217
 
5218
  #: addons/googlecloud.php:626 addons/googlecloud.php:660
5219
+ #: addons/googlecloud.php:666 addons/sftp.php:447 admin.php:2654 admin.php:2689
5220
+ #: admin.php:2698 methods/addon-base.php:284 methods/stream-base.php:302
5221
  msgid "Failed"
5222
+ msgstr "Selhalo"
5223
 
5224
  #: addons/webdav.php:45
5225
  msgid "WebDAV URL"
5227
 
5228
  #: methods/stream-base.php:286
5229
  msgid "Local write failed: Failed to download"
5230
+ msgstr "Chyba místního zápisu: Stahování se nezdařilo"
5231
 
5232
  #: methods/stream-base.php:273
5233
  msgid "Error opening remote file: Failed to download"
5248
 
5249
  #: methods/ftp.php:381
5250
  msgid "Failure: we successfully logged in, but were not able to create a file in the given directory."
5251
+ msgstr "Chyba: Přihlášení a přesun do dané složky proběhl úspěšně, ale vytvoření souboru se nezdařilo."
5252
 
5253
  #: methods/ftp.php:378
5254
  msgid "Success: we successfully logged in, and confirmed our ability to create a file in the given directory (login type:"
5255
+ msgstr "Úspěch: přihlášení spolu s ověřením vytvářet soubory v dané složce proběhlo úspěšně (typ připojení:"
5256
 
5257
  #: methods/ftp.php:369
5258
  msgid "Failure: we did not successfully log in with those credentials."
5259
+ msgstr "Chyba: s těmito přihlašovacími údaji se nepodařilo připojit."
5260
 
5261
  #: methods/ftp.php:351
5262
  msgid "Failure: No server details were given."
5263
+ msgstr "Chyba: Nebyly vloženy podrobnosti o serveru."
5264
 
5265
  #: methods/ftp.php:320
5266
  msgid "Needs to already exist"
5267
+ msgstr "Cesta musí existovat"
5268
 
5269
  #: methods/ftp.php:303
5270
  msgid "If you want encryption (e.g. you are storing sensitive business data), then an add-on is available."
5271
+ msgstr "Pokud chcete šifrování (například ukládáte citlivá obchodní data), pak je pro vás k dispozici rozšíření."
5272
 
5273
  #: methods/ftp.php:303
5274
  msgid "Only non-encrypted FTP is supported by regular UpdraftPlus."
5275
+ msgstr "Bezplatný UpdraftPlus podporuje pouze nešifrované FTP."
5276
 
5277
+ #: addons/onedrive.php:755 methods/dropbox.php:627
5278
  msgid "Your %s account name: %s"
5279
  msgstr "Vaše %s jméno účtu: %s"
5280
 
5281
+ #: methods/dropbox.php:617 methods/dropbox.php:644
5282
  msgid "though part of the returned information was not as expected - your mileage may vary"
5283
  msgstr "přesto, že část vrácených informací nebyla taková, jak bylo očekáváno - může to záviset na vaší vzdálenosti"
5284
 
5285
+ #: methods/dropbox.php:612 methods/dropbox.php:614
5286
  msgid "you have authenticated your %s account"
5287
  msgstr "účet %s je ověřený"
5288
 
5289
+ #: methods/dropbox.php:499 methods/dropbox.php:501
5290
  msgid "there's an add-on for that."
5291
+ msgstr "je tu k tomu rozšíření."
5292
 
5293
+ #: methods/dropbox.php:499 methods/dropbox.php:501
5294
  msgid "If you back up several sites into the same Dropbox and want to organise with sub-folders, then "
5295
+ msgstr "Pokud chcete zálohovat několik webů do jednoho Dropboxu a chcete je organizovat do podsložek, pak "
5296
 
5297
+ #: methods/dropbox.php:499 methods/dropbox.php:501
5298
  msgid "Backups are saved in"
5299
  msgstr "Zálohy jsou uloženy v"
5300
 
5301
+ #: methods/dropbox.php:499 methods/dropbox.php:501
5302
  msgid "Need to use sub-folders?"
5303
  msgstr "Potřebujete vytvořit podsložky?"
5304
 
5305
  #: methods/dropbox.php:212 methods/dropbox.php:233 methods/dropbox.php:249
5306
  msgid "error: failed to upload file to %s (see log file for more)"