BackUpWordPress - Version 3.7

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
Comparing to
See all releases

Code changes from version 3.6.4.1 to 3.7

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