BackUpWordPress - Version 3.7.1

Version Description

= 3.4 =

  • This version introduces a major refactoring of the code responsible for the core backup engine. We made sure to write unit tests for the new code, and we have tested it on several user's sites. It fixes a lot of old bugs, and Windows users should see major improvements to reliability.

= 3.3.4 =

  • WordPress 4.4 compatibility.

= 3.3.1 =

  • Fixes a bug that would prevent downloading backups since 3.3.0 - please update.

= 3.2.5 =

  • Security fixes related to add_query_arg

= 3.2.1 =

  • Important bug fixes. Please upgrade to this version to avoid incomplete or broken backups.

= 3.1.3 =

  • Fixes backwards compatibility for add-ons and avoids a Fatal Error. Please upgrade straight to this version before upgrading your add-ons.

= 3.0.4 =

  • Fixes a few minor bugs. Immediate update is recommended.

= 3.0.2 =

  • Important: we have dropped support for PHP 5.2, you will not be able to activate BackUpWordPress on a server running PHP versions older than PHP 5.3.29

= 3.0.1 =

  • This is a critical update. Fixes a bug in the core backup library. Please update immediately.
Download this release

Release Info

Developer xibodevelopment
Plugin Icon 128x128 BackUpWordPress
Version 3.7.1
Comparing to
See all releases

Code changes from version 3.7 to 3.7.1

admin/actions.php CHANGED
@@ -710,3 +710,10 @@ function hmbkp_dismiss_notice() {
710
  update_site_option( 'hmbkp_hide_info_notice', true );
711
  }
712
  add_action( 'wp_ajax_hmbkp_dismiss_notice', 'HM\BackUpWordPress\hmbkp_dismiss_notice' );
 
 
 
 
 
 
 
710
  update_site_option( 'hmbkp_hide_info_notice', true );
711
  }
712
  add_action( 'wp_ajax_hmbkp_dismiss_notice', 'HM\BackUpWordPress\hmbkp_dismiss_notice' );
713
+
714
+ function hmbkp_dismiss_rate_notice() {
715
+ //Set rate notice to reappear after 30 days
716
+ $expiry = time() + 2592000;
717
+ update_site_option( 'hmbkp_hide_rate_notice', $expiry );
718
+ }
719
+ add_action( 'wp_ajax_hmbkp_dismiss_rate_notice', 'HM\BackUpWordPress\hmbkp_dismiss_rate_notice' );
admin/upsell.php CHANGED
@@ -8,10 +8,14 @@ $cta_message = sprintf(
8
  '<a target="_blank" href="http://wordpress.org/support/view/plugin-reviews/backupwordpress">',
9
  '</a>'
10
  );
 
 
11
  ?>
12
- <div id="hmbkp-cta-message" class="updated notice is-dismissible">
13
  <p><?php echo wp_kses_post( $cta_message ); ?></p>
14
  <button type="button" class="notice-dismiss"><span class="screen-reader-text"><?php esc_html_e( 'Dismiss this notice.', 'backupwordpress' ); ?></span></button>
15
  </div>
16
 
17
  </div>
 
 
8
  '<a target="_blank" href="http://wordpress.org/support/view/plugin-reviews/backupwordpress">',
9
  '</a>'
10
  );
11
+ $hide_notice = get_site_option( 'hmbkp_hide_rate_notice', false );
12
+ if(empty($hide_notice) || time() >= $hide_notice) {
13
  ?>
14
+ <div id="hmbkp-cta-message" class="updated rate notice is-dismissible">
15
  <p><?php echo wp_kses_post( $cta_message ); ?></p>
16
  <button type="button" class="notice-dismiss"><span class="screen-reader-text"><?php esc_html_e( 'Dismiss this notice.', 'backupwordpress' ); ?></span></button>
17
  </div>
18
 
19
  </div>
20
+ <?php
21
+ }
assets/hmbkp.js CHANGED
@@ -27,6 +27,15 @@ var BackUpWordPressAdmin = (function($){
27
  }
28
  );
29
  });
 
 
 
 
 
 
 
 
 
30
 
31
  // Show delete confirm message for delete schedule
32
  $( document ).on( 'click', '.hmbkp-schedule-actions .delete-action', function ( e ) {
27
  }
28
  );
29
  });
30
+
31
+ $('.notice.rate.is-dismissible').on('click', '.notice-dismiss', function(){
32
+ $.post(
33
+ ajaxurl,
34
+ {
35
+ 'action': 'hmbkp_dismiss_rate_notice'
36
+ }
37
+ );
38
+ });
39
 
40
  // Show delete confirm message for delete schedule
41
  $( document ).on( 'click', '.hmbkp-schedule-actions .delete-action', function ( e ) {
assets/hmbkp.min.js CHANGED
@@ -1 +1 @@
1
- var BackUpWordPressAdmin=function(n){"use strict";var e;function t(e){e=void 0!==e?e:"manually";var t=jQuery(".recurring-setting"),c=jQuery("#schedule-start"),n=jQuery(".twice-js");switch(e){case"manually":case"hourly":t.hide();break;case"daily":t.hide(),c.show(),n.hide();break;case"twicedaily":t.hide(),c.show(),n.show();break;case"weekly":case"fortnightly":t.hide(),jQuery("#start-day").show(),c.show(),n.hide();break;case"monthly":t.hide(),c.show(),jQuery("#start-date").show(),n.hide()}}return{init:function(){e=n("select#hmbkp_schedule_recurrence_type"),n.ajaxSetup({cache:!1}),e.length&&(t(e.val()),n(document).on("change","select#hmbkp_schedule_recurrence_type",function(){t(n(this).val())})),n(".notice.is-dismissible").on("click",".notice-dismiss",function(){n.post(ajaxurl,{action:"hmbkp_dismiss_notice"})}),n(document).on("click",".hmbkp-schedule-actions .delete-action",function(e){confirm(hmbkp.delete_schedule)||e.preventDefault()}),n(document).on("click",".hmbkp_manage_backups_row .delete-action",function(e){confirm(hmbkp.delete_backup)||e.preventDefault()}),n(document).on("click",".hmbkp-edit-schedule-excludes-form .delete-action",function(e){confirm(hmbkp.remove_exclude_rule)||e.preventDefault()}),n.post(ajaxurl,{nonce:hmbkp.nonce,action:"hmbkp_cron_test"},function(e){"1"!==e&&n(".wrap > h2").after(e)}),n(document).on("click",".hmbkp-run",function(e){wp.heartbeat.interval("fast"),n(this).closest(".hmbkp-schedule-sentence").addClass("hmbkp-running"),n(".hmbkp-error").removeClass("hmbkp-error");var t=n("[data-hmbkp-schedule-id]").attr("data-hmbkp-schedule-id");n.post(ajaxurl,{hmbkp_run_schedule_nonce:hmbkp.hmbkp_run_schedule_nonce,action:"hmbkp_run_schedule",hmbkp_schedule_id:t}),e.preventDefault()}),n(document).on("heartbeat-send",function(e,t){t.hmbkp_schedule_id=n("[data-hmbkp-schedule-id]").attr("data-hmbkp-schedule-id"),n(".hmbkp-schedule-sentence.hmbkp-running").length?t.hmbkp_is_in_progress=!0:t.hmbkp_client_request="site_size"}),n(document).on("heartbeat-tick",function(e,t){if(0!==t.hmbkp_schedule_status||n(".hmbkp-error").length||location.reload(!0),0!==t.hmbkp_schedule_status&&void 0!==t.hmbkp_schedule_status&&n(".hmbkp-status").replaceWith(t.hmbkp_schedule_status),void 0!==t.hmbkp_site_size&&n("code.calculating").length){n("code.calculating").text(t.hmbkp_site_size);var c=n(".hmbkp-exclude-settings");c.length&&c.replaceWith(t.hmbkp_dir_sizes)}}),n(document).on("click",".hmbkp-thickbox-close",function(e){e.preventDefault(),window.parent.tb_remove()}),n(document).on("click",'[id^="hmbkp-warning-"] .notice-dismiss',function(){n.post(ajaxurl,{action:"hmbkp_dismiss_error"})})}}}(jQuery);jQuery(document).ready(BackUpWordPressAdmin.init);
1
+ var BackUpWordPressAdmin=function(n){"use strict";var e;function t(e){e=void 0!==e?e:"manually";var t=jQuery(".recurring-setting"),c=jQuery("#schedule-start"),n=jQuery(".twice-js");switch(e){case"manually":case"hourly":t.hide();break;case"daily":t.hide(),c.show(),n.hide();break;case"twicedaily":t.hide(),c.show(),n.show();break;case"weekly":case"fortnightly":t.hide(),jQuery("#start-day").show(),c.show(),n.hide();break;case"monthly":t.hide(),c.show(),jQuery("#start-date").show(),n.hide()}}return{init:function(){e=n("select#hmbkp_schedule_recurrence_type"),n.ajaxSetup({cache:!1}),e.length&&(t(e.val()),n(document).on("change","select#hmbkp_schedule_recurrence_type",function(){t(n(this).val())})),n(".notice.is-dismissible").on("click",".notice-dismiss",function(){n.post(ajaxurl,{action:"hmbkp_dismiss_notice"})}),n(".notice.rate.is-dismissible").on("click",".notice-dismiss",function(){n.post(ajaxurl,{action:"hmbkp_dismiss_rate_notice"})}),n(document).on("click",".hmbkp-schedule-actions .delete-action",function(e){confirm(hmbkp.delete_schedule)||e.preventDefault()}),n(document).on("click",".hmbkp_manage_backups_row .delete-action",function(e){confirm(hmbkp.delete_backup)||e.preventDefault()}),n(document).on("click",".hmbkp-edit-schedule-excludes-form .delete-action",function(e){confirm(hmbkp.remove_exclude_rule)||e.preventDefault()}),n.post(ajaxurl,{nonce:hmbkp.nonce,action:"hmbkp_cron_test"},function(e){"1"!==e&&n(".wrap > h2").after(e)}),n(document).on("click",".hmbkp-run",function(e){wp.heartbeat.interval("fast"),n(this).closest(".hmbkp-schedule-sentence").addClass("hmbkp-running"),n(".hmbkp-error").removeClass("hmbkp-error");var t=n("[data-hmbkp-schedule-id]").attr("data-hmbkp-schedule-id");n.post(ajaxurl,{hmbkp_run_schedule_nonce:hmbkp.hmbkp_run_schedule_nonce,action:"hmbkp_run_schedule",hmbkp_schedule_id:t}),e.preventDefault()}),n(document).on("heartbeat-send",function(e,t){t.hmbkp_schedule_id=n("[data-hmbkp-schedule-id]").attr("data-hmbkp-schedule-id"),n(".hmbkp-schedule-sentence.hmbkp-running").length?t.hmbkp_is_in_progress=!0:t.hmbkp_client_request="site_size"}),n(document).on("heartbeat-tick",function(e,t){if(0!==t.hmbkp_schedule_status||n(".hmbkp-error").length||location.reload(!0),0!==t.hmbkp_schedule_status&&void 0!==t.hmbkp_schedule_status&&n(".hmbkp-status").replaceWith(t.hmbkp_schedule_status),void 0!==t.hmbkp_site_size&&n("code.calculating").length){n("code.calculating").text(t.hmbkp_site_size);var c=n(".hmbkp-exclude-settings");c.length&&c.replaceWith(t.hmbkp_dir_sizes)}}),n(document).on("click",".hmbkp-thickbox-close",function(e){e.preventDefault(),window.parent.tb_remove()}),n(document).on("click",'[id^="hmbkp-warning-"] .notice-dismiss',function(){n.post(ajaxurl,{action:"hmbkp_dismiss_error"})})}}}(jQuery);jQuery(document).ready(BackUpWordPressAdmin.init);
backupwordpress.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: BackUpWordPress
4
  Plugin URI: https://updraftplus.com/backupwordpress/?afref=744
5
  Description: Simple automated backups of your WordPress powered website. Once activated you'll find me under <strong>Tools &rarr; Backups</strong>. On multisite, you'll find me under the Network Settings menu.
6
- Version: 3.7
7
  Author: XIBO Ltd
8
  Author URI: https://profiles.wordpress.org/xibodevelopment
9
  License: GPL-2+
3
  Plugin Name: BackUpWordPress
4
  Plugin URI: https://updraftplus.com/backupwordpress/?afref=744
5
  Description: Simple automated backups of your WordPress powered website. Once activated you'll find me under <strong>Tools &rarr; Backups</strong>. On multisite, you'll find me under the Network Settings menu.
6
+ Version: 3.7.2
7
  Author: XIBO Ltd
8
  Author URI: https://profiles.wordpress.org/xibodevelopment
9
  License: GPL-2+
classes/class-plugin.php CHANGED
@@ -5,7 +5,7 @@ namespace HM\BackUpWordPress;
5
  /**
6
  * Class Plugin
7
  */
8
- final class Plugin {
9
 
10
  /**
11
  * @var Plugin The singleton instance.
@@ -21,8 +21,10 @@ final class Plugin {
21
  $hide_notice = get_site_option( 'hmbkp_hide_info_notice', false );
22
 
23
  // Display message about XIBO
24
- add_action( 'admin_notices', array( $this, 'display_xibo_message' ) );
25
- add_action( 'network_admin_notices', array( $this, 'display_xibo_message' ) );
 
 
26
 
27
  }
28
 
5
  /**
6
  * Class Plugin
7
  */
8
+ final class Plugin {
9
 
10
  /**
11
  * @var Plugin The singleton instance.
21
  $hide_notice = get_site_option( 'hmbkp_hide_info_notice', false );
22
 
23
  // Display message about XIBO
24
+ if(!$hide_notice) {
25
+ add_action( 'admin_notices', array( $this, 'display_xibo_message' ) );
26
+ add_action( 'network_admin_notices', array( $this, 'display_xibo_message' ) );
27
+ }
28
 
29
  }
30
 
languages/backupwordpress.pot ADDED
@@ -0,0 +1,1336 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2018 XIBO Ltd
2
+ # This file is distributed under the GPL-2+.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: BackUpWordPress 3.7.2\n"
6
+ "Report-Msgid-Bugs-To: support@xibomarketing.com\n"
7
+ "POT-Creation-Date: 2018-09-11 13:39:40+00:00\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=utf-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
12
+ "Last-Translator: XIBO Ltd\n"
13
+ "Language-Team: XIBO Ltd\n"
14
+ "X-Generator: grunt-wp-i18n1.0.2\n"
15
+
16
+ #: admin/actions.php:234 tmp/3.7.1/admin/actions.php:234
17
+ msgid "The schedule ID was not provided. Aborting."
18
+ msgstr ""
19
+
20
+ #: admin/actions.php:289 tmp/3.7.1/admin/actions.php:289
21
+ msgid "Backup type cannot be empty"
22
+ msgstr ""
23
+
24
+ #: admin/actions.php:291 tmp/3.7.1/admin/actions.php:291
25
+ msgid "Invalid backup type"
26
+ msgstr ""
27
+
28
+ #: admin/actions.php:302 tmp/3.7.1/admin/actions.php:302
29
+ msgid "Schedule cannot be empty"
30
+ msgstr ""
31
+
32
+ #: admin/actions.php:304 tmp/3.7.1/admin/actions.php:304
33
+ msgid "Invalid schedule"
34
+ msgstr ""
35
+
36
+ #: admin/actions.php:315 tmp/3.7.1/admin/actions.php:315
37
+ msgid "Day of the week must be a valid, lowercase day name"
38
+ msgstr ""
39
+
40
+ #: admin/actions.php:331 tmp/3.7.1/admin/actions.php:331
41
+ msgid "Day of month must be between 1 and 31"
42
+ msgstr ""
43
+
44
+ #: admin/actions.php:347 tmp/3.7.1/admin/actions.php:347
45
+ msgid "Hours must be between 0 and 23"
46
+ msgstr ""
47
+
48
+ #: admin/actions.php:363 tmp/3.7.1/admin/actions.php:363
49
+ msgid "Minutes must be between 0 and 59"
50
+ msgstr ""
51
+
52
+ #: admin/actions.php:374 tmp/3.7.1/admin/actions.php:374
53
+ msgid "Max backups can't be empty"
54
+ msgstr ""
55
+
56
+ #: admin/actions.php:376 tmp/3.7.1/admin/actions.php:376
57
+ msgid "Max backups must be a number"
58
+ msgstr ""
59
+
60
+ #: admin/actions.php:378 tmp/3.7.1/admin/actions.php:378
61
+ msgid "Max backups must be greater than 0"
62
+ msgstr ""
63
+
64
+ #: admin/actions.php:380 tmp/3.7.1/admin/actions.php:380
65
+ msgid ""
66
+ "Storing %s backups would use %s of disk space but your server only has %s "
67
+ "free."
68
+ msgstr ""
69
+
70
+ #: admin/actions.php:682 admin/actions.php:688 tmp/3.7.1/admin/actions.php:682
71
+ #: tmp/3.7.1/admin/actions.php:688
72
+ msgid "BackUpWordPress has detected a problem."
73
+ msgstr ""
74
+
75
+ #: admin/actions.php:682 tmp/3.7.1/admin/actions.php:682
76
+ msgid ""
77
+ "%1$s is returning a %2$s response which could mean cron jobs aren't getting "
78
+ "fired properly. BackUpWordPress relies on wp-cron to run scheduled backups. "
79
+ "See the %3$s for more details."
80
+ msgstr ""
81
+
82
+ #: admin/actions.php:688 tmp/3.7.1/admin/actions.php:688
83
+ msgid ""
84
+ "%1$s is returning a %2$s response which could mean cron jobs aren't getting "
85
+ "fired properly. BackUpWordPress relies on wp-cron to run scheduled backups, "
86
+ "and more generally relies on HTTP loopback connections not being blocked "
87
+ "for manual backups. See the %3$s for more details."
88
+ msgstr ""
89
+
90
+ #: admin/backups-table.php:14 tmp/3.7.1/admin/backups-table.php:14
91
+ msgid "Size"
92
+ msgstr ""
93
+
94
+ #: admin/backups-table.php:15 admin/schedule-form-excludes.php:124
95
+ #: tmp/3.7.1/admin/backups-table.php:15
96
+ #: tmp/3.7.1/admin/schedule-form-excludes.php:124
97
+ msgid "Type"
98
+ msgstr ""
99
+
100
+ #: admin/backups-table.php:16 tmp/3.7.1/admin/backups-table.php:16
101
+ msgid "Actions"
102
+ msgstr ""
103
+
104
+ #: admin/backups-table.php:41 tmp/3.7.1/admin/backups-table.php:41
105
+ msgid "This is where your backups will appear once you have some."
106
+ msgstr ""
107
+
108
+ #: admin/backups.php:26 tmp/3.7.1/admin/backups.php:26
109
+ msgid "add schedule"
110
+ msgstr ""
111
+
112
+ #: admin/constants.php:9 tmp/3.7.1/admin/constants.php:9
113
+ msgid ""
114
+ "You can %1$s any of the following %2$s in your %3$s to control advanced "
115
+ "settings. %4$s. Defined %5$s will be highlighted."
116
+ msgstr ""
117
+
118
+ #: admin/constants.php:9 admin/menu.php:114 tmp/3.7.1/admin/constants.php:9
119
+ #: tmp/3.7.1/admin/menu.php:114
120
+ msgid "Constants"
121
+ msgstr ""
122
+
123
+ #: admin/constants.php:9 tmp/3.7.1/admin/constants.php:9
124
+ msgid "The Codex can help"
125
+ msgstr ""
126
+
127
+ #: admin/constants.php:20 admin/constants.php:36 admin/constants.php:52
128
+ #: admin/constants.php:68 admin/constants.php:84 admin/constants.php:100
129
+ #: admin/constants.php:116 classes/class-email-service.php:64
130
+ #: tmp/3.7.1/admin/constants.php:20 tmp/3.7.1/admin/constants.php:36
131
+ #: tmp/3.7.1/admin/constants.php:52 tmp/3.7.1/admin/constants.php:68
132
+ #: tmp/3.7.1/admin/constants.php:84 tmp/3.7.1/admin/constants.php:100
133
+ #: tmp/3.7.1/admin/constants.php:116
134
+ #: tmp/3.7.1/classes/class-email-service.php:64
135
+ msgid "You've set it to: %s"
136
+ msgstr ""
137
+
138
+ #: admin/constants.php:23 tmp/3.7.1/admin/constants.php:23
139
+ msgid ""
140
+ "The path to the folder you would like to store your backup files in, "
141
+ "defaults to %s."
142
+ msgstr ""
143
+
144
+ #: admin/constants.php:23 admin/constants.php:39 admin/constants.php:55
145
+ #: admin/constants.php:71 admin/constants.php:87 admin/constants.php:103
146
+ #: admin/constants.php:119 classes/class-email-service.php:67
147
+ #: tmp/3.7.1/admin/constants.php:23 tmp/3.7.1/admin/constants.php:39
148
+ #: tmp/3.7.1/admin/constants.php:55 tmp/3.7.1/admin/constants.php:71
149
+ #: tmp/3.7.1/admin/constants.php:87 tmp/3.7.1/admin/constants.php:103
150
+ #: tmp/3.7.1/admin/constants.php:119
151
+ #: tmp/3.7.1/classes/class-email-service.php:67
152
+ msgid "e.g."
153
+ msgstr ""
154
+
155
+ #: admin/constants.php:39 tmp/3.7.1/admin/constants.php:39
156
+ msgid ""
157
+ "The path to your %1$s executable. Will be used for the %2$s part of the "
158
+ "back up if available."
159
+ msgstr ""
160
+
161
+ #: admin/constants.php:39 admin/constants.php:55
162
+ #: tmp/3.7.1/admin/constants.php:39 tmp/3.7.1/admin/constants.php:55
163
+ msgid "database"
164
+ msgstr ""
165
+
166
+ #: admin/constants.php:55 tmp/3.7.1/admin/constants.php:55
167
+ msgid ""
168
+ "The path to your %1$s executable. Will be used to zip up your %2$s and %3$s "
169
+ "if available."
170
+ msgstr ""
171
+
172
+ #: admin/constants.php:55 tmp/3.7.1/admin/constants.php:55
173
+ msgid "files"
174
+ msgstr ""
175
+
176
+ #: admin/constants.php:71 tmp/3.7.1/admin/constants.php:71
177
+ msgid ""
178
+ "Comma separated list of files or directories to exclude, the backups "
179
+ "directory is automatically excluded."
180
+ msgstr ""
181
+
182
+ #: admin/constants.php:87 tmp/3.7.1/admin/constants.php:87
183
+ msgid "The capability to use when calling %1$s. Defaults to %2$s."
184
+ msgstr ""
185
+
186
+ #: admin/constants.php:103 tmp/3.7.1/admin/constants.php:103
187
+ msgid "The root directory that is backed up. Defaults to %s."
188
+ msgstr ""
189
+
190
+ #: admin/constants.php:119 tmp/3.7.1/admin/constants.php:119
191
+ msgid "The time that your schedules should run. Defaults to %s."
192
+ msgstr ""
193
+
194
+ #: admin/enable-support.php:3 tmp/3.7.1/admin/enable-support.php:3
195
+ msgid "Enable BackUpWordPress Support"
196
+ msgstr ""
197
+
198
+ #: admin/enable-support.php:5 tmp/3.7.1/admin/enable-support.php:5
199
+ msgid ""
200
+ "BackUpWordPress uses %s to provide support. In addition to allowing you to "
201
+ "send and receive messages we also send the following server information "
202
+ "along with your requests:"
203
+ msgstr ""
204
+
205
+ #: admin/enable-support.php:58 tmp/3.7.1/admin/enable-support.php:58
206
+ msgid "You can disable support in the future by deactivating BackUpWordPress."
207
+ msgstr ""
208
+
209
+ #: admin/enable-support.php:60 tmp/3.7.1/admin/enable-support.php:60
210
+ msgid "No, thanks"
211
+ msgstr ""
212
+
213
+ #: admin/enable-support.php:61 tmp/3.7.1/admin/enable-support.php:61
214
+ msgid "Yes, I want to enable support"
215
+ msgstr ""
216
+
217
+ #: admin/extensions.php:7 tmp/3.7.1/admin/extensions.php:7
218
+ msgid "&larr; Backups"
219
+ msgstr ""
220
+
221
+ #: admin/extensions.php:8 admin/menu.php:17 tmp/3.7.1/admin/extensions.php:8
222
+ #: tmp/3.7.1/admin/menu.php:17
223
+ msgid "BackUpWordPress Extensions"
224
+ msgstr ""
225
+
226
+ #: admin/extensions.php:12 tmp/3.7.1/admin/extensions.php:12
227
+ msgid ""
228
+ "Extend BackUpWordPress by installing extensions. Extensions allow you to "
229
+ "pick and choose the exact features you need whilst also supporting us, the "
230
+ "developers, so we can continue working on BackUpWordPress."
231
+ msgstr ""
232
+
233
+ #: admin/extensions.php:41 tmp/3.7.1/admin/extensions.php:41
234
+ msgid "Remote Storage"
235
+ msgstr ""
236
+
237
+ #: admin/extensions.php:43 tmp/3.7.1/admin/extensions.php:43
238
+ msgid ""
239
+ "It's important to store your backups somewhere other than on your site. "
240
+ "Using the extensions below you can easily push your backups to one or more "
241
+ "Cloud providers."
242
+ msgstr ""
243
+
244
+ #: admin/extensions.php:104 tmp/3.7.1/admin/extensions.php:104
245
+ msgid "Update %s now"
246
+ msgstr ""
247
+
248
+ #: admin/extensions.php:106 tmp/3.7.1/admin/extensions.php:106
249
+ msgid "Update Now"
250
+ msgstr ""
251
+
252
+ #: admin/extensions.php:136 tmp/3.7.1/admin/extensions.php:136
253
+ msgid "Activate %s"
254
+ msgstr ""
255
+
256
+ #: admin/extensions.php:137 tmp/3.7.1/admin/extensions.php:137
257
+ msgid "Activate"
258
+ msgstr ""
259
+
260
+ #: admin/extensions.php:148 tmp/3.7.1/admin/extensions.php:148
261
+ msgid "Install %s now"
262
+ msgstr ""
263
+
264
+ #: admin/extensions.php:150 tmp/3.7.1/admin/extensions.php:150
265
+ msgid "Buy Now &#36;%s"
266
+ msgstr ""
267
+
268
+ #: admin/extensions.php:162 tmp/3.7.1/admin/extensions.php:162
269
+ msgid "More information about %s"
270
+ msgstr ""
271
+
272
+ #: admin/extensions.php:164 tmp/3.7.1/admin/extensions.php:164
273
+ msgid "More Details"
274
+ msgstr ""
275
+
276
+ #: admin/extensions.php:187 tmp/3.7.1/admin/extensions.php:187
277
+ msgid "<strong>Last Updated:</strong> %s ago"
278
+ msgstr ""
279
+
280
+ #: admin/faq.php:2 tmp/3.7.1/admin/faq.php:2
281
+ msgid "Where does BackUpWordPress store the backup files?"
282
+ msgstr ""
283
+
284
+ #: admin/faq.php:4 tmp/3.7.1/admin/faq.php:4
285
+ msgid ""
286
+ "Backups are stored on your server in <code>/wp-content/backups</code>, you "
287
+ "can change the directory."
288
+ msgstr ""
289
+
290
+ #: admin/faq.php:6 tmp/3.7.1/admin/faq.php:6
291
+ msgid ""
292
+ "Important: By default BackUpWordPress backs up everything in your site root "
293
+ "as well as your database, this includes any non WordPress folders that "
294
+ "happen to be in your site root. This does mean that your backup directory "
295
+ "can get quite large."
296
+ msgstr ""
297
+
298
+ #: admin/faq.php:8 tmp/3.7.1/admin/faq.php:8
299
+ msgid "What if I want to back up my site to another destination?"
300
+ msgstr ""
301
+
302
+ #: admin/faq.php:10 tmp/3.7.1/admin/faq.php:10
303
+ msgid ""
304
+ "We no longer sell or support the paid add-ons (e.g. for backups to Dropbox "
305
+ "and Google Drive). It's certainly a good idea to backup to cloud storage to "
306
+ "protect against server-wide risks. For this we recommend <a "
307
+ "href=\"https://updraftplus.com/?afref=744\" title=\"UpdraftPlus WordPress "
308
+ "Backups\" target=\"_blank\">UpdraftPlus WordPress Backups</a> which can do "
309
+ "things for free BackupWordPress Premium could do on a paid basis. Click "
310
+ "here for <a href=\"https://updraftplus.com/backupwordpress/?afref=744\" "
311
+ "title=\"plugin comparison\" target=\"_blank\">full comparison</a>."
312
+ msgstr ""
313
+
314
+ #: admin/faq.php:12 tmp/3.7.1/admin/faq.php:12
315
+ msgid "How do I restore my site from a backup?"
316
+ msgstr ""
317
+
318
+ #: admin/faq.php:14 tmp/3.7.1/admin/faq.php:14
319
+ msgid ""
320
+ "You need to download the latest backup file either by clicking download on "
321
+ "the backups page or via <code>FTP</code>. <code>Unzip</code> the files and "
322
+ "upload all the files to your server overwriting your site. You can then "
323
+ "import the database using your hosts database management tool (likely "
324
+ "<code>phpMyAdmin</code>)."
325
+ msgstr ""
326
+
327
+ #: admin/faq.php:16 tmp/3.7.1/admin/faq.php:16
328
+ msgid ""
329
+ "See this guide for more details - <a "
330
+ "href=\"https://bwp.hmn.md/support-center/restore-backup/\" title=\"Go to "
331
+ "support center\" target=\"_blank\">How to restore from backup</a>."
332
+ msgstr ""
333
+
334
+ #: admin/faq.php:18 tmp/3.7.1/admin/faq.php:18
335
+ msgid "Does BackUpWordPress back up the backups directory?"
336
+ msgstr ""
337
+
338
+ #: admin/faq.php:20 tmp/3.7.1/admin/faq.php:20
339
+ msgid "No."
340
+ msgstr ""
341
+
342
+ #: admin/faq.php:22 tmp/3.7.1/admin/faq.php:22
343
+ msgid "I'm not receiving my backups by email"
344
+ msgstr ""
345
+
346
+ #: admin/faq.php:24 tmp/3.7.1/admin/faq.php:24
347
+ msgid ""
348
+ "Most servers have a filesize limit on email attachments, it's generally "
349
+ "about 10mb. If your backup file is over that limit, it won't be sent "
350
+ "attached to the email. Instead, you should receive an email with a link to "
351
+ "download the backup. If you aren't even receiving that, then you likely "
352
+ "have a mail issue on your server that you'll need to contact your host "
353
+ "about."
354
+ msgstr ""
355
+
356
+ #: admin/faq.php:26 tmp/3.7.1/admin/faq.php:26
357
+ msgid "How many backups are stored by default?"
358
+ msgstr ""
359
+
360
+ #: admin/faq.php:28 tmp/3.7.1/admin/faq.php:28
361
+ msgid "BackUpWordPress stores the last 10 backups by default."
362
+ msgstr ""
363
+
364
+ #: admin/faq.php:30 tmp/3.7.1/admin/faq.php:30
365
+ msgid "How long should a backup take?"
366
+ msgstr ""
367
+
368
+ #: admin/faq.php:32 tmp/3.7.1/admin/faq.php:32
369
+ msgid ""
370
+ "Unless your site is very large (many gigabytes) it should only take a few "
371
+ "minutes to perform a backup. If your back up has been running for longer "
372
+ "than an hour, it's safe to assume that something has gone wrong. Try "
373
+ "de-activating and re-activating the plugin. If it keeps happening, contact "
374
+ "support."
375
+ msgstr ""
376
+
377
+ #: admin/faq.php:34 tmp/3.7.1/admin/faq.php:34
378
+ msgid "What do I do if I get the wp-cron error message?"
379
+ msgstr ""
380
+
381
+ #: admin/faq.php:36 tmp/3.7.1/admin/faq.php:36
382
+ msgid ""
383
+ "The issue is that your <code>wp-cron.php</code> is not returning a "
384
+ "<code>200</code> response when hit with a HTTP request originating from "
385
+ "your own server, it could be several things. In most cases, it's an issue "
386
+ "with the server / site."
387
+ msgstr ""
388
+
389
+ #: admin/faq.php:38 tmp/3.7.1/admin/faq.php:38
390
+ msgid "There are some things you can test to confirm this is the issue."
391
+ msgstr ""
392
+
393
+ #: admin/faq.php:40 tmp/3.7.1/admin/faq.php:40
394
+ msgid "Are scheduled posts working? (They use wp-cron as well.)"
395
+ msgstr ""
396
+
397
+ #: admin/faq.php:42 tmp/3.7.1/admin/faq.php:42
398
+ msgid ""
399
+ "Are you hosted on Heart Internet? (wp-cron may not be supported by Heart "
400
+ "Internet, see below for work-around.)"
401
+ msgstr ""
402
+
403
+ #: admin/faq.php:44 tmp/3.7.1/admin/faq.php:44
404
+ msgid "If you click manual backup, does it work?"
405
+ msgstr ""
406
+
407
+ #: admin/faq.php:46 tmp/3.7.1/admin/faq.php:46
408
+ msgid ""
409
+ "Try adding <code>define( 'ALTERNATE_WP_CRON', true );</code> to your "
410
+ "<code>wp-config.php</code>. Do automatic backups work?"
411
+ msgstr ""
412
+
413
+ #: admin/faq.php:48 tmp/3.7.1/admin/faq.php:48
414
+ msgid ""
415
+ "Is your site private (i.e. is it behind some kind of authentication, "
416
+ "maintenance plugin, .htaccess)? If so, wp-cron won't work until you remove "
417
+ "it. If you are and you temporarily remove the authentication, do backups "
418
+ "start working?"
419
+ msgstr ""
420
+
421
+ #: admin/faq.php:50 tmp/3.7.1/admin/faq.php:50
422
+ msgid ""
423
+ "Report the results to our support team for further help. To do this, email "
424
+ "support@xibomarketing.com"
425
+ msgstr ""
426
+
427
+ #: admin/faq.php:52 tmp/3.7.1/admin/faq.php:52
428
+ msgid "How to get BackUpWordPress working in Heart Internet"
429
+ msgstr ""
430
+
431
+ #: admin/faq.php:54 tmp/3.7.1/admin/faq.php:54
432
+ msgid ""
433
+ "The script to be entered into the Heart Internet cPanel is: "
434
+ "<code>/usr/bin/php5 "
435
+ "/home/sites/yourdomain.com/public_html/wp-cron.php</code> (note the space "
436
+ "between php5 and the location of the file). The file "
437
+ "<code>wp-cron.php</code> <code>chmod</code> must be set to <code>711</code>."
438
+ msgstr ""
439
+
440
+ #: admin/faq.php:56 tmp/3.7.1/admin/faq.php:56
441
+ msgid "My backups seem to be failing?"
442
+ msgstr ""
443
+
444
+ #: admin/faq.php:58 tmp/3.7.1/admin/faq.php:58
445
+ msgid ""
446
+ "If your backups are failing, it's commonly caused by a lack of available "
447
+ "resources on your server. To establish this is the case, exclude the "
448
+ "complete (or parts of the) uploads folder and run a backup. If that "
449
+ "succeeds, you know it's probably a server issue. If it does not succeed, "
450
+ "report the results to our support team for further help. You can contact "
451
+ "support by emailing support@xibomarketing.com"
452
+ msgstr ""
453
+
454
+ #: admin/menu.php:12 tmp/3.7.1/admin/menu.php:12
455
+ msgid "Manage Backups | BackUpWordPress"
456
+ msgstr ""
457
+
458
+ #: admin/menu.php:12 admin/menu.php:14 admin/menu.php:77
459
+ #: tmp/3.7.1/admin/menu.php:12 tmp/3.7.1/admin/menu.php:14
460
+ #: tmp/3.7.1/admin/menu.php:77
461
+ msgid "Backups"
462
+ msgstr ""
463
+
464
+ #: admin/menu.php:14 tmp/3.7.1/admin/menu.php:14
465
+ msgid "Manage Backups"
466
+ msgstr ""
467
+
468
+ #: admin/menu.php:17 tmp/3.7.1/admin/menu.php:17
469
+ msgid "Extensions"
470
+ msgstr ""
471
+
472
+ #: admin/menu.php:108 tmp/3.7.1/admin/menu.php:108
473
+ msgid "FAQ"
474
+ msgstr ""
475
+
476
+ #: admin/menu.php:127 tmp/3.7.1/admin/menu.php:127
477
+ msgid "Server Info"
478
+ msgstr ""
479
+
480
+ #: admin/menu.php:134 tmp/3.7.1/admin/menu.php:134
481
+ msgid "For more information:"
482
+ msgstr ""
483
+
484
+ #: admin/menu.php:134 tmp/3.7.1/admin/menu.php:134
485
+ msgid "Support Forums"
486
+ msgstr ""
487
+
488
+ #: admin/menu.php:134 tmp/3.7.1/admin/menu.php:134
489
+ msgid "Help with translation"
490
+ msgstr ""
491
+
492
+ #: admin/schedule-form-excludes.php:11
493
+ #: tmp/3.7.1/admin/schedule-form-excludes.php:11
494
+ msgid "Currently Excluded"
495
+ msgstr ""
496
+
497
+ #: admin/schedule-form-excludes.php:15
498
+ #: tmp/3.7.1/admin/schedule-form-excludes.php:15
499
+ msgid ""
500
+ "We automatically detect and ignore common Version Control Systems folders "
501
+ "and other backup plugin folders."
502
+ msgstr ""
503
+
504
+ #: admin/schedule-form-excludes.php:55
505
+ #: tmp/3.7.1/admin/schedule-form-excludes.php:55
506
+ msgid "Default rule"
507
+ msgstr ""
508
+
509
+ #: admin/schedule-form-excludes.php:59
510
+ #: tmp/3.7.1/admin/schedule-form-excludes.php:59
511
+ msgid "Defined in %s"
512
+ msgstr ""
513
+
514
+ #: admin/schedule-form-excludes.php:67
515
+ #: tmp/3.7.1/admin/schedule-form-excludes.php:67
516
+ msgid "Stop excluding"
517
+ msgstr ""
518
+
519
+ #: admin/schedule-form-excludes.php:83
520
+ #: tmp/3.7.1/admin/schedule-form-excludes.php:83
521
+ msgid "Your Site"
522
+ msgstr ""
523
+
524
+ #: admin/schedule-form-excludes.php:87
525
+ #: tmp/3.7.1/admin/schedule-form-excludes.php:87
526
+ msgid ""
527
+ "Here's a directory listing of all files on your site, you can browse "
528
+ "through and exclude files or folders that you don't want included in your "
529
+ "backup."
530
+ msgstr ""
531
+
532
+ #: admin/schedule-form-excludes.php:121
533
+ #: tmp/3.7.1/admin/schedule-form-excludes.php:121
534
+ msgid "Name"
535
+ msgstr ""
536
+
537
+ #: admin/schedule-form-excludes.php:122
538
+ #: tmp/3.7.1/admin/schedule-form-excludes.php:122
539
+ msgid "Included Size"
540
+ msgstr ""
541
+
542
+ #: admin/schedule-form-excludes.php:123
543
+ #: tmp/3.7.1/admin/schedule-form-excludes.php:123
544
+ msgid "Permissions"
545
+ msgstr ""
546
+
547
+ #: admin/schedule-form-excludes.php:125
548
+ #: tmp/3.7.1/admin/schedule-form-excludes.php:125
549
+ msgid "Status"
550
+ msgstr ""
551
+
552
+ #: admin/schedule-form-excludes.php:186 admin/schedule-form-excludes.php:316
553
+ #: tmp/3.7.1/admin/schedule-form-excludes.php:186
554
+ #: tmp/3.7.1/admin/schedule-form-excludes.php:316
555
+ #. translators: 1: Excluded size 2: Overall site size
556
+ #. translators: 1: Excluded size 2: Overall directory/file size
557
+ msgid "%1$s of %2$s"
558
+ msgstr ""
559
+
560
+ #: admin/schedule-form-excludes.php:193
561
+ #: tmp/3.7.1/admin/schedule-form-excludes.php:193
562
+ msgid "Refresh"
563
+ msgstr ""
564
+
565
+ #: admin/schedule-form-excludes.php:208 admin/schedule-form-excludes.php:353
566
+ #: tmp/3.7.1/admin/schedule-form-excludes.php:208
567
+ #: tmp/3.7.1/admin/schedule-form-excludes.php:353
568
+ msgid "Symlink"
569
+ msgstr ""
570
+
571
+ #: admin/schedule-form-excludes.php:210 admin/schedule-form-excludes.php:356
572
+ #: tmp/3.7.1/admin/schedule-form-excludes.php:210
573
+ #: tmp/3.7.1/admin/schedule-form-excludes.php:356
574
+ msgid "Folder"
575
+ msgstr ""
576
+
577
+ #: admin/schedule-form-excludes.php:358
578
+ #: tmp/3.7.1/admin/schedule-form-excludes.php:358
579
+ msgid "File"
580
+ msgstr ""
581
+
582
+ #: admin/schedule-form-excludes.php:367
583
+ #: tmp/3.7.1/admin/schedule-form-excludes.php:367
584
+ msgid "Unreadable files won't be backed up."
585
+ msgstr ""
586
+
587
+ #: admin/schedule-form-excludes.php:368
588
+ #: tmp/3.7.1/admin/schedule-form-excludes.php:368
589
+ msgid "Unreadable"
590
+ msgstr ""
591
+
592
+ #: admin/schedule-form-excludes.php:373
593
+ #: tmp/3.7.1/admin/schedule-form-excludes.php:373
594
+ msgid "Excluded"
595
+ msgstr ""
596
+
597
+ #: admin/schedule-form-excludes.php:395
598
+ #: tmp/3.7.1/admin/schedule-form-excludes.php:395
599
+ msgid "Exclude &rarr;"
600
+ msgstr ""
601
+
602
+ #: admin/schedule-form-excludes.php:410
603
+ #: tmp/3.7.1/admin/schedule-form-excludes.php:410
604
+ msgid "This folder is empty"
605
+ msgstr ""
606
+
607
+ #: admin/schedule-form-excludes.php:422 admin/schedule-form.php:204
608
+ #: admin/schedule-settings.php:89
609
+ #: tmp/3.7.1/admin/schedule-form-excludes.php:422
610
+ #: tmp/3.7.1/admin/schedule-form.php:204
611
+ #: tmp/3.7.1/admin/schedule-settings.php:89
612
+ msgid "Done"
613
+ msgstr ""
614
+
615
+ #: admin/schedule-form.php:7 admin/schedule-settings.php:15
616
+ #: tmp/3.7.1/admin/schedule-form.php:7 tmp/3.7.1/admin/schedule-settings.php:15
617
+ msgid "Settings"
618
+ msgstr ""
619
+
620
+ #: admin/schedule-form.php:42 tmp/3.7.1/admin/schedule-form.php:42
621
+ msgid "Backup"
622
+ msgstr ""
623
+
624
+ #: admin/schedule-form.php:49 tmp/3.7.1/admin/schedule-form.php:49
625
+ msgid "Both Database &amp; files"
626
+ msgstr ""
627
+
628
+ #: admin/schedule-form.php:51 tmp/3.7.1/admin/schedule-form.php:51
629
+ msgid "Files only"
630
+ msgstr ""
631
+
632
+ #: admin/schedule-form.php:53 tmp/3.7.1/admin/schedule-form.php:53
633
+ msgid "Database only"
634
+ msgstr ""
635
+
636
+ #: admin/schedule-form.php:64 tmp/3.7.1/admin/schedule-form.php:64
637
+ msgid "Schedule"
638
+ msgstr ""
639
+
640
+ #: admin/schedule-form.php:71 tmp/3.7.1/admin/schedule-form.php:71
641
+ msgid "Manual Only"
642
+ msgstr ""
643
+
644
+ #: admin/schedule-form.php:98 tmp/3.7.1/admin/schedule-form.php:98
645
+ msgid "Start Day"
646
+ msgstr ""
647
+
648
+ #: admin/schedule-form.php:106 tmp/3.7.1/admin/schedule-form.php:106
649
+ msgid "Monday"
650
+ msgstr ""
651
+
652
+ #: admin/schedule-form.php:107 tmp/3.7.1/admin/schedule-form.php:107
653
+ msgid "Tuesday"
654
+ msgstr ""
655
+
656
+ #: admin/schedule-form.php:108 tmp/3.7.1/admin/schedule-form.php:108
657
+ msgid "Wednesday"
658
+ msgstr ""
659
+
660
+ #: admin/schedule-form.php:109 tmp/3.7.1/admin/schedule-form.php:109
661
+ msgid "Thursday"
662
+ msgstr ""
663
+
664
+ #: admin/schedule-form.php:110 tmp/3.7.1/admin/schedule-form.php:110
665
+ msgid "Friday"
666
+ msgstr ""
667
+
668
+ #: admin/schedule-form.php:111 tmp/3.7.1/admin/schedule-form.php:111
669
+ msgid "Saturday"
670
+ msgstr ""
671
+
672
+ #: admin/schedule-form.php:112 tmp/3.7.1/admin/schedule-form.php:112
673
+ msgid "Sunday"
674
+ msgstr ""
675
+
676
+ #: admin/schedule-form.php:130 tmp/3.7.1/admin/schedule-form.php:130
677
+ msgid "Start Day of Month"
678
+ msgstr ""
679
+
680
+ #: admin/schedule-form.php:142 tmp/3.7.1/admin/schedule-form.php:142
681
+ msgid "Start Time"
682
+ msgstr ""
683
+
684
+ #: admin/schedule-form.php:151 tmp/3.7.1/admin/schedule-form.php:151
685
+ msgid "Hours"
686
+ msgstr ""
687
+
688
+ #: admin/schedule-form.php:155 tmp/3.7.1/admin/schedule-form.php:155
689
+ msgid "Minutes"
690
+ msgstr ""
691
+
692
+ #: admin/schedule-form.php:160 tmp/3.7.1/admin/schedule-form.php:160
693
+ msgid "24-hour format."
694
+ msgstr ""
695
+
696
+ #: admin/schedule-form.php:161 tmp/3.7.1/admin/schedule-form.php:161
697
+ msgid "The second backup will run 12 hours after the first."
698
+ msgstr ""
699
+
700
+ #: admin/schedule-form.php:171 tmp/3.7.1/admin/schedule-form.php:171
701
+ msgid "Number of backups to store on this server"
702
+ msgstr ""
703
+
704
+ #: admin/schedule-form.php:180 tmp/3.7.1/admin/schedule-form.php:180
705
+ msgid "Past this limit older backups will be deleted automatically."
706
+ msgstr ""
707
+
708
+ #: admin/schedule-form.php:187 tmp/3.7.1/admin/schedule-form.php:187
709
+ msgid "This schedule will store a maximum of %s of backups."
710
+ msgstr ""
711
+
712
+ #: admin/schedule-sentence.php:14 tmp/3.7.1/admin/schedule-sentence.php:14
713
+ msgid "The next backup will be on %1$s at %2$s %3$s"
714
+ msgstr ""
715
+
716
+ #: admin/schedule-sentence.php:24 tmp/3.7.1/admin/schedule-sentence.php:24
717
+ msgid "hourly on the hour"
718
+ msgstr ""
719
+
720
+ #: admin/schedule-sentence.php:24 tmp/3.7.1/admin/schedule-sentence.php:24
721
+ msgid "hourly at %s minutes past the hour"
722
+ msgstr ""
723
+
724
+ #: admin/schedule-sentence.php:30 tmp/3.7.1/admin/schedule-sentence.php:30
725
+ msgid "daily at %s"
726
+ msgstr ""
727
+
728
+ #: admin/schedule-sentence.php:41 tmp/3.7.1/admin/schedule-sentence.php:41
729
+ msgid "every 12 hours at %1$s &amp; %2$s"
730
+ msgstr ""
731
+
732
+ #: admin/schedule-sentence.php:47 tmp/3.7.1/admin/schedule-sentence.php:47
733
+ msgid "weekly on %1$s at %2$s"
734
+ msgstr ""
735
+
736
+ #: admin/schedule-sentence.php:53 tmp/3.7.1/admin/schedule-sentence.php:53
737
+ msgid "every two weeks on %1$s at %2$s"
738
+ msgstr ""
739
+
740
+ #: admin/schedule-sentence.php:59 tmp/3.7.1/admin/schedule-sentence.php:59
741
+ msgid "on the %1$s of each month at %2$s"
742
+ msgstr ""
743
+
744
+ #: admin/schedule-sentence.php:65 admin/schedule-sentence.php:71
745
+ #: tmp/3.7.1/admin/schedule-sentence.php:65
746
+ #: tmp/3.7.1/admin/schedule-sentence.php:71
747
+ msgid "manually"
748
+ msgstr ""
749
+
750
+ #: admin/schedule-sentence.php:76 tmp/3.7.1/admin/schedule-sentence.php:76
751
+ msgid "Check the help tab to learn how to change where your backups are stored."
752
+ msgstr ""
753
+
754
+ #: admin/schedule-sentence.php:83 tmp/3.7.1/admin/schedule-sentence.php:83
755
+ msgid "store the most recent backup in %s"
756
+ msgstr ""
757
+
758
+ #: admin/schedule-sentence.php:89 tmp/3.7.1/admin/schedule-sentence.php:89
759
+ msgid "don't store any backups in on this server"
760
+ msgstr ""
761
+
762
+ #: admin/schedule-sentence.php:95 tmp/3.7.1/admin/schedule-sentence.php:95
763
+ msgid "store the last %1$s backups in %2$s"
764
+ msgstr ""
765
+
766
+ #: admin/schedule-sentence.php:127 tmp/3.7.1/admin/schedule-sentence.php:127
767
+ msgid "Send a copy of each backup to %s."
768
+ msgstr ""
769
+
770
+ #: admin/schedule-sentence.php:160 tmp/3.7.1/admin/schedule-sentence.php:160
771
+ msgid "Backups will be compressed and should be smaller than this."
772
+ msgstr ""
773
+
774
+ #: admin/schedule-settings.php:11 tmp/3.7.1/admin/schedule-settings.php:11
775
+ msgid "Run now"
776
+ msgstr ""
777
+
778
+ #: admin/schedule-settings.php:21 tmp/3.7.1/admin/schedule-settings.php:21
779
+ msgid "Excludes"
780
+ msgstr ""
781
+
782
+ #: admin/schedule-settings.php:34 functions/interface.php:47
783
+ #: tmp/3.7.1/admin/schedule-settings.php:34
784
+ #: tmp/3.7.1/functions/interface.php:47
785
+ msgid "Delete"
786
+ msgstr ""
787
+
788
+ #: admin/upsell.php:7 tmp/3.7.1/admin/upsell.php:7
789
+ msgid ""
790
+ "If you're finding BackUpWordPress useful, please %1$s rate it on the plugin "
791
+ "directory%2$s."
792
+ msgstr ""
793
+
794
+ #: admin/upsell.php:16 classes/class-plugin.php:456
795
+ #: tmp/3.7.1/admin/upsell.php:16 tmp/3.7.1/classes/class-plugin.php:456
796
+ msgid "Dismiss this notice."
797
+ msgstr ""
798
+
799
+ #: classes/backup/class-backup.php:57
800
+ #: tmp/3.7.1/classes/backup/class-backup.php:57
801
+ msgid "Backing up database..."
802
+ msgstr ""
803
+
804
+ #: classes/backup/class-backup.php:111
805
+ #: tmp/3.7.1/classes/backup/class-backup.php:111
806
+ msgid "Backing up files..."
807
+ msgstr ""
808
+
809
+ #: classes/class-backupwordpress-wp-cli-command.php:46
810
+ #: tmp/3.7.1/classes/class-backupwordpress-wp-cli-command.php:46
811
+ msgid "Backup: Dumping database..."
812
+ msgstr ""
813
+
814
+ #: classes/class-backupwordpress-wp-cli-command.php:50
815
+ #: tmp/3.7.1/classes/class-backupwordpress-wp-cli-command.php:50
816
+ msgid "Backup: Zipping everything up..."
817
+ msgstr ""
818
+
819
+ #: classes/class-backupwordpress-wp-cli-command.php:64
820
+ #: tmp/3.7.1/classes/class-backupwordpress-wp-cli-command.php:64
821
+ msgid "Invalid backup path"
822
+ msgstr ""
823
+
824
+ #: classes/class-backupwordpress-wp-cli-command.php:69
825
+ #: tmp/3.7.1/classes/class-backupwordpress-wp-cli-command.php:69
826
+ msgid "Invalid root path"
827
+ msgstr ""
828
+
829
+ #: classes/class-backupwordpress-wp-cli-command.php:96
830
+ #: tmp/3.7.1/classes/class-backupwordpress-wp-cli-command.php:96
831
+ msgid "Backup Complete: "
832
+ msgstr ""
833
+
834
+ #: classes/class-backupwordpress-wp-cli-command.php:98
835
+ #: tmp/3.7.1/classes/class-backupwordpress-wp-cli-command.php:98
836
+ msgid "Backup Failed"
837
+ msgstr ""
838
+
839
+ #: classes/class-email-service.php:30
840
+ #: tmp/3.7.1/classes/class-email-service.php:30
841
+ msgid "Email notification"
842
+ msgstr ""
843
+
844
+ #: classes/class-email-service.php:36
845
+ #: tmp/3.7.1/classes/class-email-service.php:36
846
+ msgid ""
847
+ "Receive a notification email when a backup completes. If the backup is "
848
+ "small enough (&lt; %s), then it will be attached to the email. Separate "
849
+ "multiple email addresses with a comma."
850
+ msgstr ""
851
+
852
+ #: classes/class-email-service.php:67
853
+ #: tmp/3.7.1/classes/class-email-service.php:67
854
+ msgid ""
855
+ "The maximum filesize of your backup that will be attached to your "
856
+ "notification emails . Defaults to %s."
857
+ msgstr ""
858
+
859
+ #: classes/class-email-service.php:86
860
+ #: tmp/3.7.1/classes/class-email-service.php:86
861
+ msgid "Send an email notification to %s"
862
+ msgstr ""
863
+
864
+ #: classes/class-email-service.php:122
865
+ #: tmp/3.7.1/classes/class-email-service.php:122
866
+ msgid "%s isn't a valid email"
867
+ msgstr ""
868
+
869
+ #: classes/class-email-service.php:177 classes/class-webhook-service.php:59
870
+ #: tmp/3.7.1/classes/class-email-service.php:177
871
+ #: tmp/3.7.1/classes/class-webhook-service.php:59
872
+ msgid "Backup of %s Failed"
873
+ msgstr ""
874
+
875
+ #: classes/class-email-service.php:179
876
+ #: tmp/3.7.1/classes/class-email-service.php:179
877
+ msgid "BackUpWordPress was unable to backup your site %1$s."
878
+ msgstr ""
879
+
880
+ #: classes/class-email-service.php:179
881
+ #: tmp/3.7.1/classes/class-email-service.php:179
882
+ msgid "Here are the errors that we've encountered:"
883
+ msgstr ""
884
+
885
+ #: classes/class-email-service.php:179
886
+ #: tmp/3.7.1/classes/class-email-service.php:179
887
+ msgid ""
888
+ "If the errors above look like Martian, forward this email to %3$s and we'll "
889
+ "take a look"
890
+ msgstr ""
891
+
892
+ #: classes/class-email-service.php:179
893
+ #: tmp/3.7.1/classes/class-email-service.php:179
894
+ msgid ""
895
+ "Kind Regards,\n"
896
+ "The Apologetic BackUpWordPress Backup Emailing Robot"
897
+ msgstr ""
898
+
899
+ #: classes/class-email-service.php:187
900
+ #: tmp/3.7.1/classes/class-email-service.php:187
901
+ msgid "Backup of %s"
902
+ msgstr ""
903
+
904
+ #: classes/class-email-service.php:192 classes/class-email-service.php:201
905
+ #: tmp/3.7.1/classes/class-email-service.php:192
906
+ #: tmp/3.7.1/classes/class-email-service.php:201
907
+ msgid "BackUpWordPress has completed a backup of your site %1$s."
908
+ msgstr ""
909
+
910
+ #: classes/class-email-service.php:192
911
+ #: tmp/3.7.1/classes/class-email-service.php:192
912
+ msgid "The backup file should be attached to this email."
913
+ msgstr ""
914
+
915
+ #: classes/class-email-service.php:192 classes/class-email-service.php:201
916
+ #: tmp/3.7.1/classes/class-email-service.php:192
917
+ #: tmp/3.7.1/classes/class-email-service.php:201
918
+ msgid "You can download the backup file by clicking the link below:"
919
+ msgstr ""
920
+
921
+ #: classes/class-email-service.php:192 classes/class-email-service.php:201
922
+ #: tmp/3.7.1/classes/class-email-service.php:192
923
+ #: tmp/3.7.1/classes/class-email-service.php:201
924
+ msgid ""
925
+ "Kind Regards,\n"
926
+ "The Happy BackUpWordPress Backup Emailing Robot"
927
+ msgstr ""
928
+
929
+ #: classes/class-email-service.php:201
930
+ #: tmp/3.7.1/classes/class-email-service.php:201
931
+ msgid "Unfortunately, the backup file was too large to attach to this email."
932
+ msgstr ""
933
+
934
+ #: classes/class-path.php:355 tmp/3.7.1/classes/class-path.php:355
935
+ msgid "This %s file ensures that other people cannot download your backup files."
936
+ msgstr ""
937
+
938
+ #: classes/class-plugin.php:242 tmp/3.7.1/classes/class-plugin.php:242
939
+ msgid "Update"
940
+ msgstr ""
941
+
942
+ #: classes/class-plugin.php:243 tmp/3.7.1/classes/class-plugin.php:243
943
+ msgid "Cancel"
944
+ msgstr ""
945
+
946
+ #: classes/class-plugin.php:244 tmp/3.7.1/classes/class-plugin.php:244
947
+ msgid ""
948
+ "Are you sure you want to delete this schedule? All of its backups will also "
949
+ "be deleted."
950
+ msgstr ""
951
+
952
+ #: classes/class-plugin.php:244 classes/class-plugin.php:245
953
+ #: classes/class-plugin.php:246 classes/class-plugin.php:247
954
+ #: tmp/3.7.1/classes/class-plugin.php:244
955
+ #: tmp/3.7.1/classes/class-plugin.php:245
956
+ #: tmp/3.7.1/classes/class-plugin.php:246
957
+ #: tmp/3.7.1/classes/class-plugin.php:247
958
+ msgid "'Cancel' to go back, 'OK' to delete."
959
+ msgstr ""
960
+
961
+ #: classes/class-plugin.php:245 tmp/3.7.1/classes/class-plugin.php:245
962
+ msgid "Are you sure you want to delete this backup?"
963
+ msgstr ""
964
+
965
+ #: classes/class-plugin.php:246 tmp/3.7.1/classes/class-plugin.php:246
966
+ msgid "Are you sure you want to remove this exclude rule?"
967
+ msgstr ""
968
+
969
+ #: classes/class-plugin.php:247 tmp/3.7.1/classes/class-plugin.php:247
970
+ msgid ""
971
+ "Reducing the number of backups that are stored on this server will cause "
972
+ "some of your existing backups to be deleted. Are you sure that's what you "
973
+ "want?"
974
+ msgstr ""
975
+
976
+ #: classes/class-plugin.php:444 tmp/3.7.1/classes/class-plugin.php:444
977
+ msgid ""
978
+ "BackupWordPress was created by our friends at HumanMade but is now owned by "
979
+ "XIBO. We're committed to opensource and WordPress and will provide free "
980
+ "support for the many BackupWordPress fans. However, we'll no longer be "
981
+ "selling or supporting the paid add-ons (e.g. for backups to Dropbox and "
982
+ "Google Drive).%1$sIt's a good idea to backup to cloud storage to protect "
983
+ "against server-wide risks. For this we recommend %2$sUpdraftPlus WordPress "
984
+ "Backups%3$s. Click here for %4$sfull comparison%3$s"
985
+ msgstr ""
986
+
987
+ #: classes/class-scheduled-backup.php:321
988
+ #: tmp/3.7.1/classes/class-scheduled-backup.php:321
989
+ msgid "Argument 1 for %s must be a valid cron recurrence or \"manually\""
990
+ msgstr ""
991
+
992
+ #: classes/class-scheduled-backup.php:427 functions/interface.php:320
993
+ #: tmp/3.7.1/classes/class-scheduled-backup.php:427
994
+ #: tmp/3.7.1/functions/interface.php:320
995
+ msgid "Starting backup..."
996
+ msgstr ""
997
+
998
+ #: classes/class-scheduled-backup.php:429
999
+ #: classes/class-scheduled-backup.php:444
1000
+ #: tmp/3.7.1/classes/class-scheduled-backup.php:429
1001
+ #: tmp/3.7.1/classes/class-scheduled-backup.php:444
1002
+ msgid "Deleting old backups..."
1003
+ msgstr ""
1004
+
1005
+ #: classes/class-scheduled-backup.php:544
1006
+ #: tmp/3.7.1/classes/class-scheduled-backup.php:544
1007
+ #. translators: min=minute
1008
+ msgid "%s min"
1009
+ msgid_plural "%s mins"
1010
+ msgstr[0] ""
1011
+ msgstr[1] ""
1012
+
1013
+ #: classes/class-scheduled-backup.php:554
1014
+ #: tmp/3.7.1/classes/class-scheduled-backup.php:554
1015
+ msgid "%s hour"
1016
+ msgid_plural "%s hours"
1017
+ msgstr[0] ""
1018
+ msgstr[1] ""
1019
+
1020
+ #: classes/class-scheduled-backup.php:615
1021
+ #: tmp/3.7.1/classes/class-scheduled-backup.php:615
1022
+ msgid "Argument 1 for %s must be a non-empty string"
1023
+ msgstr ""
1024
+
1025
+ #: classes/class-scheduled-backup.php:620
1026
+ #: tmp/3.7.1/classes/class-scheduled-backup.php:620
1027
+ msgid "%s doesn't exist"
1028
+ msgstr ""
1029
+
1030
+ #: classes/class-scheduled-backup.php:625
1031
+ #: tmp/3.7.1/classes/class-scheduled-backup.php:625
1032
+ msgid "That backup wasn't created by this schedule"
1033
+ msgstr ""
1034
+
1035
+ #: classes/class-services.php:81 tmp/3.7.1/classes/class-services.php:81
1036
+ msgid "Argument 1 for %s must be a valid filepath"
1037
+ msgstr ""
1038
+
1039
+ #: classes/class-services.php:97 tmp/3.7.1/classes/class-services.php:97
1040
+ msgid "Argument 1 for %s must be a registered service"
1041
+ msgstr ""
1042
+
1043
+ #: classes/class-services.php:115 classes/deprecated.php:81
1044
+ #: tmp/3.7.1/classes/class-services.php:115 tmp/3.7.1/classes/deprecated.php:81
1045
+ msgid "Argument 1 for %s must be a valid class"
1046
+ msgstr ""
1047
+
1048
+ #. Plugin Name of the plugin/theme
1049
+ msgid "BackUpWordPress"
1050
+ msgstr ""
1051
+
1052
+ #: classes/class-setup.php:169 tmp/3.7.1/classes/class-setup.php:169
1053
+ msgid ""
1054
+ "BackUpWordPress requires PHP version %1$s or later and WordPress version "
1055
+ "%2$s or later to run. It has not been activated."
1056
+ msgstr ""
1057
+
1058
+ #: classes/class-webhook-service.php:103
1059
+ #: tmp/3.7.1/classes/class-webhook-service.php:103
1060
+ msgid "Error: %s"
1061
+ msgstr ""
1062
+
1063
+ #: functions/core.php:331 tmp/3.7.1/functions/core.php:331
1064
+ msgid "BackUpWordPress has set up your default schedules."
1065
+ msgstr ""
1066
+
1067
+ #: functions/core.php:331 tmp/3.7.1/functions/core.php:331
1068
+ msgid ""
1069
+ "By default BackUpWordPress performs a daily backup of your database and a "
1070
+ "weekly backup of your database &amp; files. You can modify these schedules."
1071
+ msgstr ""
1072
+
1073
+ #: functions/core.php:347 tmp/3.7.1/functions/core.php:347
1074
+ msgid "Once Hourly"
1075
+ msgstr ""
1076
+
1077
+ #: functions/core.php:348 tmp/3.7.1/functions/core.php:348
1078
+ msgid "Twice Daily"
1079
+ msgstr ""
1080
+
1081
+ #: functions/core.php:349 tmp/3.7.1/functions/core.php:349
1082
+ msgid "Once Daily"
1083
+ msgstr ""
1084
+
1085
+ #: functions/core.php:350 tmp/3.7.1/functions/core.php:350
1086
+ msgid "Once Weekly"
1087
+ msgstr ""
1088
+
1089
+ #: functions/core.php:351 tmp/3.7.1/functions/core.php:351
1090
+ msgid "Once Every Two Weeks"
1091
+ msgstr ""
1092
+
1093
+ #: functions/core.php:352 tmp/3.7.1/functions/core.php:352
1094
+ msgid "Once Monthly"
1095
+ msgstr ""
1096
+
1097
+ #: functions/core.php:371 tmp/3.7.1/functions/core.php:371
1098
+ msgid "You can only delete directories inside your WordPress installation"
1099
+ msgstr ""
1100
+
1101
+ #: functions/interface.php:33 tmp/3.7.1/functions/interface.php:33
1102
+ msgid "Download"
1103
+ msgstr ""
1104
+
1105
+ #: functions/interface.php:86 tmp/3.7.1/functions/interface.php:86
1106
+ msgid "BackUpWordPress detected issues with your last backup."
1107
+ msgstr ""
1108
+
1109
+ #: functions/interface.php:163 tmp/3.7.1/functions/interface.php:163
1110
+ #. translators: 1: The `PHP` abbreviation.
1111
+ msgid ""
1112
+ "%1$s is running in <a "
1113
+ "href=\"http://php.net/manual/en/features.safe-mode.php\">Safe Mode</a>, "
1114
+ "please contact your host and ask them to disable it. BackUpWordPress may "
1115
+ "not work correctly whilst <code>Safe Mode</code> is on."
1116
+ msgstr ""
1117
+
1118
+ #: functions/interface.php:174 tmp/3.7.1/functions/interface.php:174
1119
+ msgid ""
1120
+ "Your server has an %1$s restriction in effect and your custom backups "
1121
+ "directory (%2$s) is not within the allowed path(s): (%3$s)."
1122
+ msgstr ""
1123
+
1124
+ #: functions/interface.php:183 tmp/3.7.1/functions/interface.php:183
1125
+ msgid ""
1126
+ "Your custom backups directory (%1$s) doesn&apos;t exist, your backups will "
1127
+ "be saved to %2$s instead."
1128
+ msgstr ""
1129
+
1130
+ #: functions/interface.php:191 tmp/3.7.1/functions/interface.php:191
1131
+ msgid ""
1132
+ "Your custom backups directory (%1$s) isn&apos;t writable, new backups will "
1133
+ "be saved to %2$s instead."
1134
+ msgstr ""
1135
+
1136
+ #: functions/interface.php:202 tmp/3.7.1/functions/interface.php:202
1137
+ msgid ""
1138
+ "We connected to your server successfully but still weren&apos;t able to "
1139
+ "automatically create the directory. You&apos;ll need to manually specify a "
1140
+ "valid directory"
1141
+ msgstr ""
1142
+
1143
+ #: functions/interface.php:208 tmp/3.7.1/functions/interface.php:208
1144
+ #. translators: 1: Path to backup directory.
1145
+ msgid ""
1146
+ "We couldn&apos;t create the backups directory (%1$s). You&apos;ll need to "
1147
+ "manually specify a valid directory or you can have WordPress do it "
1148
+ "automatically by entering your server details below. This is a one time "
1149
+ "thing."
1150
+ msgstr ""
1151
+
1152
+ #: functions/interface.php:217 tmp/3.7.1/functions/interface.php:217
1153
+ msgid "Your site&apos;s root path (%s) isn&apos;t readable. Please contact support."
1154
+ msgstr ""
1155
+
1156
+ #: functions/interface.php:226 functions/interface.php:236
1157
+ #: tmp/3.7.1/functions/interface.php:226 tmp/3.7.1/functions/interface.php:236
1158
+ #. translators: FYI: specified MySQL features.
1159
+ #. translators: FYI: specified zip archiving features.
1160
+ msgid ""
1161
+ "Your site cannot be backed up because your server doesn&apos;t support %1$s "
1162
+ "or %2$s. Please contact your host and ask them to enable them."
1163
+ msgstr ""
1164
+
1165
+ #: functions/interface.php:245 tmp/3.7.1/functions/interface.php:245
1166
+ msgid ""
1167
+ "Your server only has %s of disk space left which probably isn&apos;t enough "
1168
+ "to complete a backup. Try deleting some existing backups or other files to "
1169
+ "free up space."
1170
+ msgstr ""
1171
+
1172
+ #: functions/interface.php:287 tmp/3.7.1/functions/interface.php:287
1173
+ msgid "Database and Files"
1174
+ msgstr ""
1175
+
1176
+ #: functions/interface.php:291 tmp/3.7.1/functions/interface.php:291
1177
+ msgid "Files"
1178
+ msgstr ""
1179
+
1180
+ #: functions/interface.php:295 tmp/3.7.1/functions/interface.php:295
1181
+ msgid "Database"
1182
+ msgstr ""
1183
+
1184
+ #: functions/interface.php:302 tmp/3.7.1/functions/interface.php:302
1185
+ msgid "Legacy"
1186
+ msgstr ""
1187
+
1188
+ #: functions/interface.php:319 tmp/3.7.1/functions/interface.php:319
1189
+ msgid "Started %s ago"
1190
+ msgstr ""
1191
+
1192
+ #: functions/interface.php:321 tmp/3.7.1/functions/interface.php:321
1193
+ msgid "cancel"
1194
+ msgstr ""
1195
+
1196
+ #: functions/interface.php:339 tmp/3.7.1/functions/interface.php:339
1197
+ msgid "No backups completed"
1198
+ msgstr ""
1199
+
1200
+ #: functions/interface.php:350 tmp/3.7.1/functions/interface.php:350
1201
+ msgid "Complete Hourly"
1202
+ msgstr ""
1203
+
1204
+ #: functions/interface.php:351 tmp/3.7.1/functions/interface.php:351
1205
+ msgid "File Hourly"
1206
+ msgstr ""
1207
+
1208
+ #: functions/interface.php:352 tmp/3.7.1/functions/interface.php:352
1209
+ msgid "Database Hourly"
1210
+ msgstr ""
1211
+
1212
+ #: functions/interface.php:353 tmp/3.7.1/functions/interface.php:353
1213
+ msgid "Complete Twice Daily"
1214
+ msgstr ""
1215
+
1216
+ #: functions/interface.php:354 tmp/3.7.1/functions/interface.php:354
1217
+ msgid "File Twice Daily"
1218
+ msgstr ""
1219
+
1220
+ #: functions/interface.php:355 tmp/3.7.1/functions/interface.php:355
1221
+ msgid "Database Twice Daily"
1222
+ msgstr ""
1223
+
1224
+ #: functions/interface.php:356 tmp/3.7.1/functions/interface.php:356
1225
+ msgid "Complete Daily"
1226
+ msgstr ""
1227
+
1228
+ #: functions/interface.php:357 tmp/3.7.1/functions/interface.php:357
1229
+ msgid "File Daily"
1230
+ msgstr ""
1231
+
1232
+ #: functions/interface.php:358 tmp/3.7.1/functions/interface.php:358
1233
+ msgid "Database Daily"
1234
+ msgstr ""
1235
+
1236
+ #: functions/interface.php:359 tmp/3.7.1/functions/interface.php:359
1237
+ msgid "Complete Weekly"
1238
+ msgstr ""
1239
+
1240
+ #: functions/interface.php:360 tmp/3.7.1/functions/interface.php:360
1241
+ msgid "File Weekly"
1242
+ msgstr ""
1243
+
1244
+ #: functions/interface.php:361 tmp/3.7.1/functions/interface.php:361
1245
+ msgid "Database Weekly"
1246
+ msgstr ""
1247
+
1248
+ #: functions/interface.php:362 tmp/3.7.1/functions/interface.php:362
1249
+ msgid "Complete Every Two Weeks"
1250
+ msgstr ""
1251
+
1252
+ #: functions/interface.php:363 tmp/3.7.1/functions/interface.php:363
1253
+ msgid "File Every Two Weeks"
1254
+ msgstr ""
1255
+
1256
+ #: functions/interface.php:364 tmp/3.7.1/functions/interface.php:364
1257
+ msgid "Database Every Two Weeks"
1258
+ msgstr ""
1259
+
1260
+ #: functions/interface.php:365 tmp/3.7.1/functions/interface.php:365
1261
+ msgid "Complete Monthly"
1262
+ msgstr ""
1263
+
1264
+ #: functions/interface.php:366 tmp/3.7.1/functions/interface.php:366
1265
+ msgid "File Monthly"
1266
+ msgstr ""
1267
+
1268
+ #: functions/interface.php:367 tmp/3.7.1/functions/interface.php:367
1269
+ msgid "Database Monthly"
1270
+ msgstr ""
1271
+
1272
+ #: functions/interface.php:368 tmp/3.7.1/functions/interface.php:368
1273
+ msgid "Complete Manually"
1274
+ msgstr ""
1275
+
1276
+ #: functions/interface.php:369 tmp/3.7.1/functions/interface.php:369
1277
+ msgid "File Manually"
1278
+ msgstr ""
1279
+
1280
+ #: functions/interface.php:370 tmp/3.7.1/functions/interface.php:370
1281
+ msgid "Database Manually"
1282
+ msgstr ""
1283
+
1284
+ #: tmp/3.7.1/backdrop/server.php:6
1285
+ msgid "No key supplied"
1286
+ msgstr ""
1287
+
1288
+ #: tmp/3.7.1/backdrop/server.php:11
1289
+ msgid "Supplied key was not valid"
1290
+ msgstr ""
1291
+
1292
+ #: tmp/3.7.1/backdrop/task.php:22
1293
+ msgid "Task is already scheduled to run"
1294
+ msgstr ""
1295
+
1296
+ #: tmp/3.7.1/backdrop/task.php:41
1297
+ msgid "Task is not scheduled to run"
1298
+ msgstr ""
1299
+
1300
+ #. Plugin URI of the plugin/theme
1301
+ msgid "https://updraftplus.com/backupwordpress/?afref=744"
1302
+ msgstr ""
1303
+
1304
+ #. Description of the plugin/theme
1305
+ msgid ""
1306
+ "Simple automated backups of your WordPress powered website. Once activated "
1307
+ "you'll find me under <strong>Tools &rarr; Backups</strong>. On multisite, "
1308
+ "you'll find me under the Network Settings menu."
1309
+ msgstr ""
1310
+
1311
+ #. Author of the plugin/theme
1312
+ msgid "XIBO Ltd"
1313
+ msgstr ""
1314
+
1315
+ #. Author URI of the plugin/theme
1316
+ msgid "https://profiles.wordpress.org/xibodevelopment"
1317
+ msgstr ""
1318
+
1319
+ #: admin/extensions.php:117 tmp/3.7.1/admin/extensions.php:117
1320
+ msgctxt "Plugin status"
1321
+ msgid "Active"
1322
+ msgstr ""
1323
+
1324
+ #: admin/schedule-sentence.php:120 tmp/3.7.1/admin/schedule-sentence.php:120
1325
+ msgctxt ""
1326
+ "1: Backup Type 2: Total size of backup 3: Schedule 4: Number of backups to "
1327
+ "store"
1328
+ msgid "Backup my %1$s %2$s %3$s, %4$s."
1329
+ msgstr ""
1330
+
1331
+ #: functions/interface.php:341 tmp/3.7.1/functions/interface.php:341
1332
+ msgctxt "backups count"
1333
+ msgid "One backup completed"
1334
+ msgid_plural "%1$s backups completed"
1335
+ msgstr[0] ""
1336
+ msgstr[1] ""
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === BackUpWordPress ===
2
- Contributors: xibodevelopment, willmot, dashaluna, pauldewouters, joehoyle, mattheu, tcrsavage, cuvelier, katmoody, sambulance
3
  Tags: back up, backup, backups, database, zip, db, files, archive, wp-cli, xibodevelopment
4
  Requires at least: 3.9
5
- Tested up to: 4.7
6
- Stable tag: 3.7
7
 
8
  Simple automated backups of your WordPress-powered website.
9
 
@@ -161,6 +161,10 @@ users should see major improvements to reliability.
161
 
162
  == Changelog ==
163
 
 
 
 
 
164
  ### 3.7 / 2018-08-30
165
 
166
  * Updated readme to reflect ownership changes
1
  === BackUpWordPress ===
2
+ Contributors: xibodevelopment, willmot, dashaluna, pauldewouters, joehoyle, mattheu, tcrsavage, cuvelier, katmoody, sambulance, dnutbourne, snightingale
3
  Tags: back up, backup, backups, database, zip, db, files, archive, wp-cli, xibodevelopment
4
  Requires at least: 3.9
5
+ Tested up to: 4.9.8
6
+ Stable tag: 3.7.1
7
 
8
  Simple automated backups of your WordPress-powered website.
9
 
161
 
162
  == Changelog ==
163
 
164
+ ### 3.7.1 / 2018-09-11
165
+
166
+ * Fixed admin notices
167
+
168
  ### 3.7 / 2018-08-30
169
 
170
  * Updated readme to reflect ownership changes