Changeset 1939336
- Timestamp:
- 09/11/2018 01:50:00 PM (8 years ago)
- Location:
- backupwordpress/trunk
- Files:
-
- 9 edited
-
admin/actions.php (modified) (1 diff)
-
admin/upsell.php (modified) (2 diffs)
-
assets/hmbkp.js (modified) (1 diff)
-
assets/hmbkp.min.js (modified) (1 diff)
-
backupwordpress.php (modified) (1 diff)
-
classes/class-plugin.php (modified) (2 diffs)
-
languages/backupwordpress.pot (modified) (56 diffs)
-
readme.txt (modified) (2 diffs)
-
whitelist-html/.git (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
backupwordpress/trunk/admin/actions.php
r1935664 r1939336 711 711 } 712 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' ); -
backupwordpress/trunk/admin/upsell.php
r1935664 r1939336 9 9 '</a>' 10 10 ); 11 $hide_notice = get_site_option( 'hmbkp_hide_rate_notice', false ); 12 if(empty($hide_notice) || time() >= $hide_notice) { 11 13 ?> 12 <div id="hmbkp-cta-message" class="updated notice is-dismissible">14 <div id="hmbkp-cta-message" class="updated rate notice is-dismissible"> 13 15 <p><?php echo wp_kses_post( $cta_message ); ?></p> 14 16 <button type="button" class="notice-dismiss"><span class="screen-reader-text"><?php esc_html_e( 'Dismiss this notice.', 'backupwordpress' ); ?></span></button> … … 16 18 17 19 </div> 20 <?php 21 } -
backupwordpress/trunk/assets/hmbkp.js
r1935664 r1939336 25 25 { 26 26 'action': 'hmbkp_dismiss_notice' 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' 27 36 } 28 37 ); -
backupwordpress/trunk/assets/hmbkp.min.js
r1936085 r1939336 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/trunk/backupwordpress.php
r1936086 r1939336 4 4 Plugin URI: https://updraftplus.com/backupwordpress/?afref=744 5 5 Description: Simple automated backups of your WordPress powered website. Once activated you'll find me under <strong>Tools → Backups</strong>. On multisite, you'll find me under the Network Settings menu. 6 Version: 3.7 6 Version: 3.7.2 7 7 Author: XIBO Ltd 8 8 Author URI: https://profiles.wordpress.org/xibodevelopment -
backupwordpress/trunk/classes/class-plugin.php
r1936113 r1939336 7 7 */ 8 8 final class Plugin { 9 const PLUGIN_VERSION = '3.7 ';9 const PLUGIN_VERSION = '3.7.2'; 10 10 11 11 /** … … 23 23 24 24 // Display message about XIBO 25 add_action( 'admin_notices', array( $this, 'display_xibo_message' ) ); 26 add_action( 'network_admin_notices', array( $this, 'display_xibo_message' ) ); 25 if(!$hide_notice) { 26 add_action( 'admin_notices', array( $this, 'display_xibo_message' ) ); 27 add_action( 'network_admin_notices', array( $this, 'display_xibo_message' ) ); 28 } 27 29 28 30 } -
backupwordpress/trunk/languages/backupwordpress.pot
r1936113 r1939336 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: BackUpWordPress 3.7 \n"5 "Project-Id-Version: BackUpWordPress 3.7.2\n" 6 6 "Report-Msgid-Bugs-To: support@xibomarketing.com\n" 7 "POT-Creation-Date: 2018-09- 05 10:14:01+00:00\n"7 "POT-Creation-Date: 2018-09-11 13:39:40+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=utf-8\n" … … 14 14 "X-Generator: grunt-wp-i18n1.0.2\n" 15 15 16 #: admin/actions.php:234 tmp/3.7 /admin/actions.php:23416 #: admin/actions.php:234 tmp/3.7.1/admin/actions.php:234 17 17 msgid "The schedule ID was not provided. Aborting." 18 18 msgstr "" 19 19 20 #: admin/actions.php:289 tmp/3.7 /admin/actions.php:28920 #: admin/actions.php:289 tmp/3.7.1/admin/actions.php:289 21 21 msgid "Backup type cannot be empty" 22 22 msgstr "" 23 23 24 #: admin/actions.php:291 tmp/3.7 /admin/actions.php:29124 #: admin/actions.php:291 tmp/3.7.1/admin/actions.php:291 25 25 msgid "Invalid backup type" 26 26 msgstr "" 27 27 28 #: admin/actions.php:302 tmp/3.7 /admin/actions.php:30228 #: admin/actions.php:302 tmp/3.7.1/admin/actions.php:302 29 29 msgid "Schedule cannot be empty" 30 30 msgstr "" 31 31 32 #: admin/actions.php:304 tmp/3.7 /admin/actions.php:30432 #: admin/actions.php:304 tmp/3.7.1/admin/actions.php:304 33 33 msgid "Invalid schedule" 34 34 msgstr "" 35 35 36 #: admin/actions.php:315 tmp/3.7 /admin/actions.php:31536 #: admin/actions.php:315 tmp/3.7.1/admin/actions.php:315 37 37 msgid "Day of the week must be a valid, lowercase day name" 38 38 msgstr "" 39 39 40 #: admin/actions.php:331 tmp/3.7 /admin/actions.php:33140 #: admin/actions.php:331 tmp/3.7.1/admin/actions.php:331 41 41 msgid "Day of month must be between 1 and 31" 42 42 msgstr "" 43 43 44 #: admin/actions.php:347 tmp/3.7 /admin/actions.php:34744 #: admin/actions.php:347 tmp/3.7.1/admin/actions.php:347 45 45 msgid "Hours must be between 0 and 23" 46 46 msgstr "" 47 47 48 #: admin/actions.php:363 tmp/3.7 /admin/actions.php:36348 #: admin/actions.php:363 tmp/3.7.1/admin/actions.php:363 49 49 msgid "Minutes must be between 0 and 59" 50 50 msgstr "" 51 51 52 #: admin/actions.php:374 tmp/3.7 /admin/actions.php:37452 #: admin/actions.php:374 tmp/3.7.1/admin/actions.php:374 53 53 msgid "Max backups can't be empty" 54 54 msgstr "" 55 55 56 #: admin/actions.php:376 tmp/3.7 /admin/actions.php:37656 #: admin/actions.php:376 tmp/3.7.1/admin/actions.php:376 57 57 msgid "Max backups must be a number" 58 58 msgstr "" 59 59 60 #: admin/actions.php:378 tmp/3.7 /admin/actions.php:37860 #: admin/actions.php:378 tmp/3.7.1/admin/actions.php:378 61 61 msgid "Max backups must be greater than 0" 62 62 msgstr "" 63 63 64 #: admin/actions.php:380 tmp/3.7 /admin/actions.php:38064 #: admin/actions.php:380 tmp/3.7.1/admin/actions.php:380 65 65 msgid "" 66 66 "Storing %s backups would use %s of disk space but your server only has %s " … … 68 68 msgstr "" 69 69 70 #: admin/actions.php:682 admin/actions.php:688 tmp/3.7 /admin/actions.php:68271 #: tmp/3.7 /admin/actions.php:68870 #: 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 72 msgid "BackUpWordPress has detected a problem." 73 73 msgstr "" 74 74 75 #: admin/actions.php:682 tmp/3.7 /admin/actions.php:68275 #: admin/actions.php:682 tmp/3.7.1/admin/actions.php:682 76 76 msgid "" 77 77 "%1$s is returning a %2$s response which could mean cron jobs aren't getting " … … 80 80 msgstr "" 81 81 82 #: admin/actions.php:688 tmp/3.7 /admin/actions.php:68882 #: admin/actions.php:688 tmp/3.7.1/admin/actions.php:688 83 83 msgid "" 84 84 "%1$s is returning a %2$s response which could mean cron jobs aren't getting " … … 88 88 msgstr "" 89 89 90 #: admin/backups-table.php:14 tmp/3.7 /admin/backups-table.php:1490 #: admin/backups-table.php:14 tmp/3.7.1/admin/backups-table.php:14 91 91 msgid "Size" 92 92 msgstr "" 93 93 94 94 #: admin/backups-table.php:15 admin/schedule-form-excludes.php:124 95 #: tmp/3.7 /admin/backups-table.php:1596 #: tmp/3.7 /admin/schedule-form-excludes.php:12495 #: tmp/3.7.1/admin/backups-table.php:15 96 #: tmp/3.7.1/admin/schedule-form-excludes.php:124 97 97 msgid "Type" 98 98 msgstr "" 99 99 100 #: admin/backups-table.php:16 tmp/3.7 /admin/backups-table.php:16100 #: admin/backups-table.php:16 tmp/3.7.1/admin/backups-table.php:16 101 101 msgid "Actions" 102 102 msgstr "" 103 103 104 #: admin/backups-table.php:41 tmp/3.7 /admin/backups-table.php:41104 #: admin/backups-table.php:41 tmp/3.7.1/admin/backups-table.php:41 105 105 msgid "This is where your backups will appear once you have some." 106 106 msgstr "" 107 107 108 #: admin/backups.php:26 tmp/3.7 /admin/backups.php:26108 #: admin/backups.php:26 tmp/3.7.1/admin/backups.php:26 109 109 msgid "add schedule" 110 110 msgstr "" 111 111 112 #: admin/constants.php:9 tmp/3.7 /admin/constants.php:9112 #: admin/constants.php:9 tmp/3.7.1/admin/constants.php:9 113 113 msgid "" 114 114 "You can %1$s any of the following %2$s in your %3$s to control advanced " … … 116 116 msgstr "" 117 117 118 #: admin/constants.php:9 admin/menu.php:114 tmp/3.7 /admin/constants.php:9119 #: tmp/3.7 /admin/menu.php:114118 #: 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 120 msgid "Constants" 121 121 msgstr "" 122 122 123 #: admin/constants.php:9 tmp/3.7 /admin/constants.php:9123 #: admin/constants.php:9 tmp/3.7.1/admin/constants.php:9 124 124 msgid "The Codex can help" 125 125 msgstr "" … … 128 128 #: admin/constants.php:68 admin/constants.php:84 admin/constants.php:100 129 129 #: admin/constants.php:116 classes/class-email-service.php:64 130 #: tmp/3.7/admin/constants.php:20 tmp/3.7/admin/constants.php:36 131 #: tmp/3.7/admin/constants.php:52 tmp/3.7/admin/constants.php:68 132 #: tmp/3.7/admin/constants.php:84 tmp/3.7/admin/constants.php:100 133 #: tmp/3.7/admin/constants.php:116 tmp/3.7/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 134 135 msgid "You've set it to: %s" 135 136 msgstr "" 136 137 137 #: admin/constants.php:23 tmp/3.7 /admin/constants.php:23138 #: admin/constants.php:23 tmp/3.7.1/admin/constants.php:23 138 139 msgid "" 139 140 "The path to the folder you would like to store your backup files in, " … … 144 145 #: admin/constants.php:71 admin/constants.php:87 admin/constants.php:103 145 146 #: admin/constants.php:119 classes/class-email-service.php:67 146 #: tmp/3.7/admin/constants.php:23 tmp/3.7/admin/constants.php:39 147 #: tmp/3.7/admin/constants.php:55 tmp/3.7/admin/constants.php:71 148 #: tmp/3.7/admin/constants.php:87 tmp/3.7/admin/constants.php:103 149 #: tmp/3.7/admin/constants.php:119 tmp/3.7/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 150 152 msgid "e.g." 151 153 msgstr "" 152 154 153 #: admin/constants.php:39 tmp/3.7 /admin/constants.php:39155 #: admin/constants.php:39 tmp/3.7.1/admin/constants.php:39 154 156 msgid "" 155 157 "The path to your %1$s executable. Will be used for the %2$s part of the " … … 157 159 msgstr "" 158 160 159 #: admin/constants.php:39 admin/constants.php:55 tmp/3.7/admin/constants.php:39160 #: tmp/3.7 /admin/constants.php:55161 #: 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 161 163 msgid "database" 162 164 msgstr "" 163 165 164 #: admin/constants.php:55 tmp/3.7 /admin/constants.php:55166 #: admin/constants.php:55 tmp/3.7.1/admin/constants.php:55 165 167 msgid "" 166 168 "The path to your %1$s executable. Will be used to zip up your %2$s and %3$s " … … 168 170 msgstr "" 169 171 170 #: admin/constants.php:55 tmp/3.7 /admin/constants.php:55172 #: admin/constants.php:55 tmp/3.7.1/admin/constants.php:55 171 173 msgid "files" 172 174 msgstr "" 173 175 174 #: admin/constants.php:71 tmp/3.7 /admin/constants.php:71176 #: admin/constants.php:71 tmp/3.7.1/admin/constants.php:71 175 177 msgid "" 176 178 "Comma separated list of files or directories to exclude, the backups " … … 178 180 msgstr "" 179 181 180 #: admin/constants.php:87 tmp/3.7 /admin/constants.php:87182 #: admin/constants.php:87 tmp/3.7.1/admin/constants.php:87 181 183 msgid "The capability to use when calling %1$s. Defaults to %2$s." 182 184 msgstr "" 183 185 184 #: admin/constants.php:103 tmp/3.7 /admin/constants.php:103186 #: admin/constants.php:103 tmp/3.7.1/admin/constants.php:103 185 187 msgid "The root directory that is backed up. Defaults to %s." 186 188 msgstr "" 187 189 188 #: admin/constants.php:119 tmp/3.7 /admin/constants.php:119190 #: admin/constants.php:119 tmp/3.7.1/admin/constants.php:119 189 191 msgid "The time that your schedules should run. Defaults to %s." 190 192 msgstr "" 191 193 192 #: admin/enable-support.php:3 tmp/3.7 /admin/enable-support.php:3194 #: admin/enable-support.php:3 tmp/3.7.1/admin/enable-support.php:3 193 195 msgid "Enable BackUpWordPress Support" 194 196 msgstr "" 195 197 196 #: admin/enable-support.php:5 tmp/3.7 /admin/enable-support.php:5198 #: admin/enable-support.php:5 tmp/3.7.1/admin/enable-support.php:5 197 199 msgid "" 198 200 "BackUpWordPress uses %s to provide support. In addition to allowing you to " … … 201 203 msgstr "" 202 204 203 #: admin/enable-support.php:58 tmp/3.7 /admin/enable-support.php:58205 #: admin/enable-support.php:58 tmp/3.7.1/admin/enable-support.php:58 204 206 msgid "You can disable support in the future by deactivating BackUpWordPress." 205 207 msgstr "" 206 208 207 #: admin/enable-support.php:60 tmp/3.7 /admin/enable-support.php:60209 #: admin/enable-support.php:60 tmp/3.7.1/admin/enable-support.php:60 208 210 msgid "No, thanks" 209 211 msgstr "" 210 212 211 #: admin/enable-support.php:61 tmp/3.7 /admin/enable-support.php:61213 #: admin/enable-support.php:61 tmp/3.7.1/admin/enable-support.php:61 212 214 msgid "Yes, I want to enable support" 213 215 msgstr "" 214 216 215 #: admin/extensions.php:7 tmp/3.7 /admin/extensions.php:7217 #: admin/extensions.php:7 tmp/3.7.1/admin/extensions.php:7 216 218 msgid "← Backups" 217 219 msgstr "" 218 220 219 #: admin/extensions.php:8 admin/menu.php:17 tmp/3.7 /admin/extensions.php:8220 #: tmp/3.7 /admin/menu.php:17221 #: 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 221 223 msgid "BackUpWordPress Extensions" 222 224 msgstr "" 223 225 224 #: admin/extensions.php:12 tmp/3.7 /admin/extensions.php:12226 #: admin/extensions.php:12 tmp/3.7.1/admin/extensions.php:12 225 227 msgid "" 226 228 "Extend BackUpWordPress by installing extensions. Extensions allow you to " … … 229 231 msgstr "" 230 232 231 #: admin/extensions.php:41 tmp/3.7 /admin/extensions.php:41233 #: admin/extensions.php:41 tmp/3.7.1/admin/extensions.php:41 232 234 msgid "Remote Storage" 233 235 msgstr "" 234 236 235 #: admin/extensions.php:43 tmp/3.7 /admin/extensions.php:43237 #: admin/extensions.php:43 tmp/3.7.1/admin/extensions.php:43 236 238 msgid "" 237 239 "It's important to store your backups somewhere other than on your site. " … … 240 242 msgstr "" 241 243 242 #: admin/extensions.php:104 tmp/3.7 /admin/extensions.php:104244 #: admin/extensions.php:104 tmp/3.7.1/admin/extensions.php:104 243 245 msgid "Update %s now" 244 246 msgstr "" 245 247 246 #: admin/extensions.php:106 tmp/3.7 /admin/extensions.php:106248 #: admin/extensions.php:106 tmp/3.7.1/admin/extensions.php:106 247 249 msgid "Update Now" 248 250 msgstr "" 249 251 250 #: admin/extensions.php:136 tmp/3.7 /admin/extensions.php:136252 #: admin/extensions.php:136 tmp/3.7.1/admin/extensions.php:136 251 253 msgid "Activate %s" 252 254 msgstr "" 253 255 254 #: admin/extensions.php:137 tmp/3.7 /admin/extensions.php:137256 #: admin/extensions.php:137 tmp/3.7.1/admin/extensions.php:137 255 257 msgid "Activate" 256 258 msgstr "" 257 259 258 #: admin/extensions.php:148 tmp/3.7 /admin/extensions.php:148260 #: admin/extensions.php:148 tmp/3.7.1/admin/extensions.php:148 259 261 msgid "Install %s now" 260 262 msgstr "" 261 263 262 #: admin/extensions.php:150 tmp/3.7 /admin/extensions.php:150264 #: admin/extensions.php:150 tmp/3.7.1/admin/extensions.php:150 263 265 msgid "Buy Now $%s" 264 266 msgstr "" 265 267 266 #: admin/extensions.php:162 tmp/3.7 /admin/extensions.php:162268 #: admin/extensions.php:162 tmp/3.7.1/admin/extensions.php:162 267 269 msgid "More information about %s" 268 270 msgstr "" 269 271 270 #: admin/extensions.php:164 tmp/3.7 /admin/extensions.php:164272 #: admin/extensions.php:164 tmp/3.7.1/admin/extensions.php:164 271 273 msgid "More Details" 272 274 msgstr "" 273 275 274 #: admin/extensions.php:187 tmp/3.7 /admin/extensions.php:187276 #: admin/extensions.php:187 tmp/3.7.1/admin/extensions.php:187 275 277 msgid "<strong>Last Updated:</strong> %s ago" 276 278 msgstr "" 277 279 278 #: admin/faq.php:2 tmp/3.7 /admin/faq.php:2280 #: admin/faq.php:2 tmp/3.7.1/admin/faq.php:2 279 281 msgid "Where does BackUpWordPress store the backup files?" 280 282 msgstr "" 281 283 282 #: admin/faq.php:4 tmp/3.7 /admin/faq.php:4284 #: admin/faq.php:4 tmp/3.7.1/admin/faq.php:4 283 285 msgid "" 284 286 "Backups are stored on your server in <code>/wp-content/backups</code>, you " … … 286 288 msgstr "" 287 289 288 #: admin/faq.php:6 tmp/3.7 /admin/faq.php:6290 #: admin/faq.php:6 tmp/3.7.1/admin/faq.php:6 289 291 msgid "" 290 292 "Important: By default BackUpWordPress backs up everything in your site root " … … 294 296 msgstr "" 295 297 296 #: admin/faq.php:8 tmp/3.7 /admin/faq.php:8298 #: admin/faq.php:8 tmp/3.7.1/admin/faq.php:8 297 299 msgid "What if I want to back up my site to another destination?" 298 300 msgstr "" 299 301 300 #: admin/faq.php:10 tmp/3.7 /admin/faq.php:10302 #: admin/faq.php:10 tmp/3.7.1/admin/faq.php:10 301 303 msgid "" 302 304 "We no longer sell or support the paid add-ons (e.g. for backups to Dropbox " … … 310 312 msgstr "" 311 313 312 #: admin/faq.php:12 tmp/3.7 /admin/faq.php:12314 #: admin/faq.php:12 tmp/3.7.1/admin/faq.php:12 313 315 msgid "How do I restore my site from a backup?" 314 316 msgstr "" 315 317 316 #: admin/faq.php:14 tmp/3.7 /admin/faq.php:14318 #: admin/faq.php:14 tmp/3.7.1/admin/faq.php:14 317 319 msgid "" 318 320 "You need to download the latest backup file either by clicking download on " … … 323 325 msgstr "" 324 326 325 #: admin/faq.php:16 tmp/3.7 /admin/faq.php:16327 #: admin/faq.php:16 tmp/3.7.1/admin/faq.php:16 326 328 msgid "" 327 329 "See this guide for more details - <a " … … 330 332 msgstr "" 331 333 332 #: admin/faq.php:18 tmp/3.7 /admin/faq.php:18334 #: admin/faq.php:18 tmp/3.7.1/admin/faq.php:18 333 335 msgid "Does BackUpWordPress back up the backups directory?" 334 336 msgstr "" 335 337 336 #: admin/faq.php:20 tmp/3.7 /admin/faq.php:20338 #: admin/faq.php:20 tmp/3.7.1/admin/faq.php:20 337 339 msgid "No." 338 340 msgstr "" 339 341 340 #: admin/faq.php:22 tmp/3.7 /admin/faq.php:22342 #: admin/faq.php:22 tmp/3.7.1/admin/faq.php:22 341 343 msgid "I'm not receiving my backups by email" 342 344 msgstr "" 343 345 344 #: admin/faq.php:24 tmp/3.7 /admin/faq.php:24346 #: admin/faq.php:24 tmp/3.7.1/admin/faq.php:24 345 347 msgid "" 346 348 "Most servers have a filesize limit on email attachments, it's generally " … … 352 354 msgstr "" 353 355 354 #: admin/faq.php:26 tmp/3.7 /admin/faq.php:26356 #: admin/faq.php:26 tmp/3.7.1/admin/faq.php:26 355 357 msgid "How many backups are stored by default?" 356 358 msgstr "" 357 359 358 #: admin/faq.php:28 tmp/3.7 /admin/faq.php:28360 #: admin/faq.php:28 tmp/3.7.1/admin/faq.php:28 359 361 msgid "BackUpWordPress stores the last 10 backups by default." 360 362 msgstr "" 361 363 362 #: admin/faq.php:30 tmp/3.7 /admin/faq.php:30364 #: admin/faq.php:30 tmp/3.7.1/admin/faq.php:30 363 365 msgid "How long should a backup take?" 364 366 msgstr "" 365 367 366 #: admin/faq.php:32 tmp/3.7 /admin/faq.php:32368 #: admin/faq.php:32 tmp/3.7.1/admin/faq.php:32 367 369 msgid "" 368 370 "Unless your site is very large (many gigabytes) it should only take a few " … … 373 375 msgstr "" 374 376 375 #: admin/faq.php:34 tmp/3.7 /admin/faq.php:34377 #: admin/faq.php:34 tmp/3.7.1/admin/faq.php:34 376 378 msgid "What do I do if I get the wp-cron error message?" 377 379 msgstr "" 378 380 379 #: admin/faq.php:36 tmp/3.7 /admin/faq.php:36381 #: admin/faq.php:36 tmp/3.7.1/admin/faq.php:36 380 382 msgid "" 381 383 "The issue is that your <code>wp-cron.php</code> is not returning a " … … 385 387 msgstr "" 386 388 387 #: admin/faq.php:38 tmp/3.7 /admin/faq.php:38389 #: admin/faq.php:38 tmp/3.7.1/admin/faq.php:38 388 390 msgid "There are some things you can test to confirm this is the issue." 389 391 msgstr "" 390 392 391 #: admin/faq.php:40 tmp/3.7 /admin/faq.php:40393 #: admin/faq.php:40 tmp/3.7.1/admin/faq.php:40 392 394 msgid "Are scheduled posts working? (They use wp-cron as well.)" 393 395 msgstr "" 394 396 395 #: admin/faq.php:42 tmp/3.7 /admin/faq.php:42397 #: admin/faq.php:42 tmp/3.7.1/admin/faq.php:42 396 398 msgid "" 397 399 "Are you hosted on Heart Internet? (wp-cron may not be supported by Heart " … … 399 401 msgstr "" 400 402 401 #: admin/faq.php:44 tmp/3.7 /admin/faq.php:44403 #: admin/faq.php:44 tmp/3.7.1/admin/faq.php:44 402 404 msgid "If you click manual backup, does it work?" 403 405 msgstr "" 404 406 405 #: admin/faq.php:46 tmp/3.7 /admin/faq.php:46407 #: admin/faq.php:46 tmp/3.7.1/admin/faq.php:46 406 408 msgid "" 407 409 "Try adding <code>define( 'ALTERNATE_WP_CRON', true );</code> to your " … … 409 411 msgstr "" 410 412 411 #: admin/faq.php:48 tmp/3.7 /admin/faq.php:48413 #: admin/faq.php:48 tmp/3.7.1/admin/faq.php:48 412 414 msgid "" 413 415 "Is your site private (i.e. is it behind some kind of authentication, " … … 417 419 msgstr "" 418 420 419 #: admin/faq.php:50 tmp/3.7 /admin/faq.php:50421 #: admin/faq.php:50 tmp/3.7.1/admin/faq.php:50 420 422 msgid "" 421 423 "Report the results to our support team for further help. To do this, email " … … 423 425 msgstr "" 424 426 425 #: admin/faq.php:52 tmp/3.7 /admin/faq.php:52427 #: admin/faq.php:52 tmp/3.7.1/admin/faq.php:52 426 428 msgid "How to get BackUpWordPress working in Heart Internet" 427 429 msgstr "" 428 430 429 #: admin/faq.php:54 tmp/3.7 /admin/faq.php:54431 #: admin/faq.php:54 tmp/3.7.1/admin/faq.php:54 430 432 msgid "" 431 433 "The script to be entered into the Heart Internet cPanel is: " … … 436 438 msgstr "" 437 439 438 #: admin/faq.php:56 tmp/3.7 /admin/faq.php:56440 #: admin/faq.php:56 tmp/3.7.1/admin/faq.php:56 439 441 msgid "My backups seem to be failing?" 440 442 msgstr "" 441 443 442 #: admin/faq.php:58 tmp/3.7 /admin/faq.php:58444 #: admin/faq.php:58 tmp/3.7.1/admin/faq.php:58 443 445 msgid "" 444 446 "If your backups are failing, it's commonly caused by a lack of available " … … 450 452 msgstr "" 451 453 452 #: admin/menu.php:12 tmp/3.7 /admin/menu.php:12454 #: admin/menu.php:12 tmp/3.7.1/admin/menu.php:12 453 455 msgid "Manage Backups | BackUpWordPress" 454 456 msgstr "" 455 457 456 458 #: admin/menu.php:12 admin/menu.php:14 admin/menu.php:77 457 #: tmp/3.7 /admin/menu.php:12 tmp/3.7/admin/menu.php:14458 #: tmp/3.7 /admin/menu.php:77459 #: 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 459 461 msgid "Backups" 460 462 msgstr "" 461 463 462 #: admin/menu.php:14 tmp/3.7 /admin/menu.php:14464 #: admin/menu.php:14 tmp/3.7.1/admin/menu.php:14 463 465 msgid "Manage Backups" 464 466 msgstr "" 465 467 466 #: admin/menu.php:17 tmp/3.7 /admin/menu.php:17468 #: admin/menu.php:17 tmp/3.7.1/admin/menu.php:17 467 469 msgid "Extensions" 468 470 msgstr "" 469 471 470 #: admin/menu.php:108 tmp/3.7 /admin/menu.php:108472 #: admin/menu.php:108 tmp/3.7.1/admin/menu.php:108 471 473 msgid "FAQ" 472 474 msgstr "" 473 475 474 #: admin/menu.php:127 tmp/3.7 /admin/menu.php:127476 #: admin/menu.php:127 tmp/3.7.1/admin/menu.php:127 475 477 msgid "Server Info" 476 478 msgstr "" 477 479 478 #: admin/menu.php:134 tmp/3.7 /admin/menu.php:134480 #: admin/menu.php:134 tmp/3.7.1/admin/menu.php:134 479 481 msgid "For more information:" 480 482 msgstr "" 481 483 482 #: admin/menu.php:134 tmp/3.7 /admin/menu.php:134484 #: admin/menu.php:134 tmp/3.7.1/admin/menu.php:134 483 485 msgid "Support Forums" 484 486 msgstr "" 485 487 486 #: admin/menu.php:134 tmp/3.7 /admin/menu.php:134488 #: admin/menu.php:134 tmp/3.7.1/admin/menu.php:134 487 489 msgid "Help with translation" 488 490 msgstr "" 489 491 490 492 #: admin/schedule-form-excludes.php:11 491 #: tmp/3.7 /admin/schedule-form-excludes.php:11493 #: tmp/3.7.1/admin/schedule-form-excludes.php:11 492 494 msgid "Currently Excluded" 493 495 msgstr "" 494 496 495 497 #: admin/schedule-form-excludes.php:15 496 #: tmp/3.7 /admin/schedule-form-excludes.php:15498 #: tmp/3.7.1/admin/schedule-form-excludes.php:15 497 499 msgid "" 498 500 "We automatically detect and ignore common Version Control Systems folders " … … 501 503 502 504 #: admin/schedule-form-excludes.php:55 503 #: tmp/3.7 /admin/schedule-form-excludes.php:55505 #: tmp/3.7.1/admin/schedule-form-excludes.php:55 504 506 msgid "Default rule" 505 507 msgstr "" 506 508 507 509 #: admin/schedule-form-excludes.php:59 508 #: tmp/3.7 /admin/schedule-form-excludes.php:59510 #: tmp/3.7.1/admin/schedule-form-excludes.php:59 509 511 msgid "Defined in %s" 510 512 msgstr "" 511 513 512 514 #: admin/schedule-form-excludes.php:67 513 #: tmp/3.7 /admin/schedule-form-excludes.php:67515 #: tmp/3.7.1/admin/schedule-form-excludes.php:67 514 516 msgid "Stop excluding" 515 517 msgstr "" 516 518 517 519 #: admin/schedule-form-excludes.php:83 518 #: tmp/3.7 /admin/schedule-form-excludes.php:83520 #: tmp/3.7.1/admin/schedule-form-excludes.php:83 519 521 msgid "Your Site" 520 522 msgstr "" 521 523 522 524 #: admin/schedule-form-excludes.php:87 523 #: tmp/3.7 /admin/schedule-form-excludes.php:87525 #: tmp/3.7.1/admin/schedule-form-excludes.php:87 524 526 msgid "" 525 527 "Here's a directory listing of all files on your site, you can browse " … … 529 531 530 532 #: admin/schedule-form-excludes.php:121 531 #: tmp/3.7 /admin/schedule-form-excludes.php:121533 #: tmp/3.7.1/admin/schedule-form-excludes.php:121 532 534 msgid "Name" 533 535 msgstr "" 534 536 535 537 #: admin/schedule-form-excludes.php:122 536 #: tmp/3.7 /admin/schedule-form-excludes.php:122538 #: tmp/3.7.1/admin/schedule-form-excludes.php:122 537 539 msgid "Included Size" 538 540 msgstr "" 539 541 540 542 #: admin/schedule-form-excludes.php:123 541 #: tmp/3.7 /admin/schedule-form-excludes.php:123543 #: tmp/3.7.1/admin/schedule-form-excludes.php:123 542 544 msgid "Permissions" 543 545 msgstr "" 544 546 545 547 #: admin/schedule-form-excludes.php:125 546 #: tmp/3.7 /admin/schedule-form-excludes.php:125548 #: tmp/3.7.1/admin/schedule-form-excludes.php:125 547 549 msgid "Status" 548 550 msgstr "" 549 551 550 552 #: admin/schedule-form-excludes.php:186 admin/schedule-form-excludes.php:316 551 #: tmp/3.7 /admin/schedule-form-excludes.php:186552 #: tmp/3.7 /admin/schedule-form-excludes.php:316553 #: tmp/3.7.1/admin/schedule-form-excludes.php:186 554 #: tmp/3.7.1/admin/schedule-form-excludes.php:316 553 555 #. translators: 1: Excluded size 2: Overall site size 554 556 #. translators: 1: Excluded size 2: Overall directory/file size … … 557 559 558 560 #: admin/schedule-form-excludes.php:193 559 #: tmp/3.7 /admin/schedule-form-excludes.php:193561 #: tmp/3.7.1/admin/schedule-form-excludes.php:193 560 562 msgid "Refresh" 561 563 msgstr "" 562 564 563 565 #: admin/schedule-form-excludes.php:208 admin/schedule-form-excludes.php:353 564 #: tmp/3.7 /admin/schedule-form-excludes.php:208565 #: tmp/3.7 /admin/schedule-form-excludes.php:353566 #: tmp/3.7.1/admin/schedule-form-excludes.php:208 567 #: tmp/3.7.1/admin/schedule-form-excludes.php:353 566 568 msgid "Symlink" 567 569 msgstr "" 568 570 569 571 #: admin/schedule-form-excludes.php:210 admin/schedule-form-excludes.php:356 570 #: tmp/3.7 /admin/schedule-form-excludes.php:210571 #: tmp/3.7 /admin/schedule-form-excludes.php:356572 #: tmp/3.7.1/admin/schedule-form-excludes.php:210 573 #: tmp/3.7.1/admin/schedule-form-excludes.php:356 572 574 msgid "Folder" 573 575 msgstr "" 574 576 575 577 #: admin/schedule-form-excludes.php:358 576 #: tmp/3.7 /admin/schedule-form-excludes.php:358578 #: tmp/3.7.1/admin/schedule-form-excludes.php:358 577 579 msgid "File" 578 580 msgstr "" 579 581 580 582 #: admin/schedule-form-excludes.php:367 581 #: tmp/3.7 /admin/schedule-form-excludes.php:367583 #: tmp/3.7.1/admin/schedule-form-excludes.php:367 582 584 msgid "Unreadable files won't be backed up." 583 585 msgstr "" 584 586 585 587 #: admin/schedule-form-excludes.php:368 586 #: tmp/3.7 /admin/schedule-form-excludes.php:368588 #: tmp/3.7.1/admin/schedule-form-excludes.php:368 587 589 msgid "Unreadable" 588 590 msgstr "" 589 591 590 592 #: admin/schedule-form-excludes.php:373 591 #: tmp/3.7 /admin/schedule-form-excludes.php:373593 #: tmp/3.7.1/admin/schedule-form-excludes.php:373 592 594 msgid "Excluded" 593 595 msgstr "" 594 596 595 597 #: admin/schedule-form-excludes.php:395 596 #: tmp/3.7 /admin/schedule-form-excludes.php:395598 #: tmp/3.7.1/admin/schedule-form-excludes.php:395 597 599 msgid "Exclude →" 598 600 msgstr "" 599 601 600 602 #: admin/schedule-form-excludes.php:410 601 #: tmp/3.7 /admin/schedule-form-excludes.php:410603 #: tmp/3.7.1/admin/schedule-form-excludes.php:410 602 604 msgid "This folder is empty" 603 605 msgstr "" 604 606 605 607 #: admin/schedule-form-excludes.php:422 admin/schedule-form.php:204 606 #: admin/schedule-settings.php:89 tmp/3.7/admin/schedule-form-excludes.php:422 607 #: tmp/3.7/admin/schedule-form.php:204 tmp/3.7/admin/schedule-settings.php:89 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 608 612 msgid "Done" 609 613 msgstr "" 610 614 611 615 #: admin/schedule-form.php:7 admin/schedule-settings.php:15 612 #: tmp/3.7 /admin/schedule-form.php:7 tmp/3.7/admin/schedule-settings.php:15616 #: tmp/3.7.1/admin/schedule-form.php:7 tmp/3.7.1/admin/schedule-settings.php:15 613 617 msgid "Settings" 614 618 msgstr "" 615 619 616 #: admin/schedule-form.php:42 tmp/3.7 /admin/schedule-form.php:42620 #: admin/schedule-form.php:42 tmp/3.7.1/admin/schedule-form.php:42 617 621 msgid "Backup" 618 622 msgstr "" 619 623 620 #: admin/schedule-form.php:49 tmp/3.7 /admin/schedule-form.php:49624 #: admin/schedule-form.php:49 tmp/3.7.1/admin/schedule-form.php:49 621 625 msgid "Both Database & files" 622 626 msgstr "" 623 627 624 #: admin/schedule-form.php:51 tmp/3.7 /admin/schedule-form.php:51628 #: admin/schedule-form.php:51 tmp/3.7.1/admin/schedule-form.php:51 625 629 msgid "Files only" 626 630 msgstr "" 627 631 628 #: admin/schedule-form.php:53 tmp/3.7 /admin/schedule-form.php:53632 #: admin/schedule-form.php:53 tmp/3.7.1/admin/schedule-form.php:53 629 633 msgid "Database only" 630 634 msgstr "" 631 635 632 #: admin/schedule-form.php:64 tmp/3.7 /admin/schedule-form.php:64636 #: admin/schedule-form.php:64 tmp/3.7.1/admin/schedule-form.php:64 633 637 msgid "Schedule" 634 638 msgstr "" 635 639 636 #: admin/schedule-form.php:71 tmp/3.7 /admin/schedule-form.php:71640 #: admin/schedule-form.php:71 tmp/3.7.1/admin/schedule-form.php:71 637 641 msgid "Manual Only" 638 642 msgstr "" 639 643 640 #: admin/schedule-form.php:98 tmp/3.7 /admin/schedule-form.php:98644 #: admin/schedule-form.php:98 tmp/3.7.1/admin/schedule-form.php:98 641 645 msgid "Start Day" 642 646 msgstr "" 643 647 644 #: admin/schedule-form.php:106 tmp/3.7 /admin/schedule-form.php:106648 #: admin/schedule-form.php:106 tmp/3.7.1/admin/schedule-form.php:106 645 649 msgid "Monday" 646 650 msgstr "" 647 651 648 #: admin/schedule-form.php:107 tmp/3.7 /admin/schedule-form.php:107652 #: admin/schedule-form.php:107 tmp/3.7.1/admin/schedule-form.php:107 649 653 msgid "Tuesday" 650 654 msgstr "" 651 655 652 #: admin/schedule-form.php:108 tmp/3.7 /admin/schedule-form.php:108656 #: admin/schedule-form.php:108 tmp/3.7.1/admin/schedule-form.php:108 653 657 msgid "Wednesday" 654 658 msgstr "" 655 659 656 #: admin/schedule-form.php:109 tmp/3.7 /admin/schedule-form.php:109660 #: admin/schedule-form.php:109 tmp/3.7.1/admin/schedule-form.php:109 657 661 msgid "Thursday" 658 662 msgstr "" 659 663 660 #: admin/schedule-form.php:110 tmp/3.7 /admin/schedule-form.php:110664 #: admin/schedule-form.php:110 tmp/3.7.1/admin/schedule-form.php:110 661 665 msgid "Friday" 662 666 msgstr "" 663 667 664 #: admin/schedule-form.php:111 tmp/3.7 /admin/schedule-form.php:111668 #: admin/schedule-form.php:111 tmp/3.7.1/admin/schedule-form.php:111 665 669 msgid "Saturday" 666 670 msgstr "" 667 671 668 #: admin/schedule-form.php:112 tmp/3.7 /admin/schedule-form.php:112672 #: admin/schedule-form.php:112 tmp/3.7.1/admin/schedule-form.php:112 669 673 msgid "Sunday" 670 674 msgstr "" 671 675 672 #: admin/schedule-form.php:130 tmp/3.7 /admin/schedule-form.php:130676 #: admin/schedule-form.php:130 tmp/3.7.1/admin/schedule-form.php:130 673 677 msgid "Start Day of Month" 674 678 msgstr "" 675 679 676 #: admin/schedule-form.php:142 tmp/3.7 /admin/schedule-form.php:142680 #: admin/schedule-form.php:142 tmp/3.7.1/admin/schedule-form.php:142 677 681 msgid "Start Time" 678 682 msgstr "" 679 683 680 #: admin/schedule-form.php:151 tmp/3.7 /admin/schedule-form.php:151684 #: admin/schedule-form.php:151 tmp/3.7.1/admin/schedule-form.php:151 681 685 msgid "Hours" 682 686 msgstr "" 683 687 684 #: admin/schedule-form.php:155 tmp/3.7 /admin/schedule-form.php:155688 #: admin/schedule-form.php:155 tmp/3.7.1/admin/schedule-form.php:155 685 689 msgid "Minutes" 686 690 msgstr "" 687 691 688 #: admin/schedule-form.php:160 tmp/3.7 /admin/schedule-form.php:160692 #: admin/schedule-form.php:160 tmp/3.7.1/admin/schedule-form.php:160 689 693 msgid "24-hour format." 690 694 msgstr "" 691 695 692 #: admin/schedule-form.php:161 tmp/3.7 /admin/schedule-form.php:161696 #: admin/schedule-form.php:161 tmp/3.7.1/admin/schedule-form.php:161 693 697 msgid "The second backup will run 12 hours after the first." 694 698 msgstr "" 695 699 696 #: admin/schedule-form.php:171 tmp/3.7 /admin/schedule-form.php:171700 #: admin/schedule-form.php:171 tmp/3.7.1/admin/schedule-form.php:171 697 701 msgid "Number of backups to store on this server" 698 702 msgstr "" 699 703 700 #: admin/schedule-form.php:180 tmp/3.7 /admin/schedule-form.php:180704 #: admin/schedule-form.php:180 tmp/3.7.1/admin/schedule-form.php:180 701 705 msgid "Past this limit older backups will be deleted automatically." 702 706 msgstr "" 703 707 704 #: admin/schedule-form.php:187 tmp/3.7 /admin/schedule-form.php:187708 #: admin/schedule-form.php:187 tmp/3.7.1/admin/schedule-form.php:187 705 709 msgid "This schedule will store a maximum of %s of backups." 706 710 msgstr "" 707 711 708 #: admin/schedule-sentence.php:14 tmp/3.7 /admin/schedule-sentence.php:14712 #: admin/schedule-sentence.php:14 tmp/3.7.1/admin/schedule-sentence.php:14 709 713 msgid "The next backup will be on %1$s at %2$s %3$s" 710 714 msgstr "" 711 715 712 #: admin/schedule-sentence.php:24 tmp/3.7 /admin/schedule-sentence.php:24716 #: admin/schedule-sentence.php:24 tmp/3.7.1/admin/schedule-sentence.php:24 713 717 msgid "hourly on the hour" 714 718 msgstr "" 715 719 716 #: admin/schedule-sentence.php:24 tmp/3.7 /admin/schedule-sentence.php:24720 #: admin/schedule-sentence.php:24 tmp/3.7.1/admin/schedule-sentence.php:24 717 721 msgid "hourly at %s minutes past the hour" 718 722 msgstr "" 719 723 720 #: admin/schedule-sentence.php:30 tmp/3.7 /admin/schedule-sentence.php:30724 #: admin/schedule-sentence.php:30 tmp/3.7.1/admin/schedule-sentence.php:30 721 725 msgid "daily at %s" 722 726 msgstr "" 723 727 724 #: admin/schedule-sentence.php:41 tmp/3.7 /admin/schedule-sentence.php:41728 #: admin/schedule-sentence.php:41 tmp/3.7.1/admin/schedule-sentence.php:41 725 729 msgid "every 12 hours at %1$s & %2$s" 726 730 msgstr "" 727 731 728 #: admin/schedule-sentence.php:47 tmp/3.7 /admin/schedule-sentence.php:47732 #: admin/schedule-sentence.php:47 tmp/3.7.1/admin/schedule-sentence.php:47 729 733 msgid "weekly on %1$s at %2$s" 730 734 msgstr "" 731 735 732 #: admin/schedule-sentence.php:53 tmp/3.7 /admin/schedule-sentence.php:53736 #: admin/schedule-sentence.php:53 tmp/3.7.1/admin/schedule-sentence.php:53 733 737 msgid "every two weeks on %1$s at %2$s" 734 738 msgstr "" 735 739 736 #: admin/schedule-sentence.php:59 tmp/3.7 /admin/schedule-sentence.php:59740 #: admin/schedule-sentence.php:59 tmp/3.7.1/admin/schedule-sentence.php:59 737 741 msgid "on the %1$s of each month at %2$s" 738 742 msgstr "" 739 743 740 744 #: admin/schedule-sentence.php:65 admin/schedule-sentence.php:71 741 #: tmp/3.7 /admin/schedule-sentence.php:65742 #: tmp/3.7 /admin/schedule-sentence.php:71745 #: tmp/3.7.1/admin/schedule-sentence.php:65 746 #: tmp/3.7.1/admin/schedule-sentence.php:71 743 747 msgid "manually" 744 748 msgstr "" 745 749 746 #: admin/schedule-sentence.php:76 tmp/3.7 /admin/schedule-sentence.php:76750 #: admin/schedule-sentence.php:76 tmp/3.7.1/admin/schedule-sentence.php:76 747 751 msgid "Check the help tab to learn how to change where your backups are stored." 748 752 msgstr "" 749 753 750 #: admin/schedule-sentence.php:83 tmp/3.7 /admin/schedule-sentence.php:83754 #: admin/schedule-sentence.php:83 tmp/3.7.1/admin/schedule-sentence.php:83 751 755 msgid "store the most recent backup in %s" 752 756 msgstr "" 753 757 754 #: admin/schedule-sentence.php:89 tmp/3.7 /admin/schedule-sentence.php:89758 #: admin/schedule-sentence.php:89 tmp/3.7.1/admin/schedule-sentence.php:89 755 759 msgid "don't store any backups in on this server" 756 760 msgstr "" 757 761 758 #: admin/schedule-sentence.php:95 tmp/3.7 /admin/schedule-sentence.php:95762 #: admin/schedule-sentence.php:95 tmp/3.7.1/admin/schedule-sentence.php:95 759 763 msgid "store the last %1$s backups in %2$s" 760 764 msgstr "" 761 765 762 #: admin/schedule-sentence.php:127 tmp/3.7 /admin/schedule-sentence.php:127766 #: admin/schedule-sentence.php:127 tmp/3.7.1/admin/schedule-sentence.php:127 763 767 msgid "Send a copy of each backup to %s." 764 768 msgstr "" 765 769 766 #: admin/schedule-sentence.php:160 tmp/3.7 /admin/schedule-sentence.php:160770 #: admin/schedule-sentence.php:160 tmp/3.7.1/admin/schedule-sentence.php:160 767 771 msgid "Backups will be compressed and should be smaller than this." 768 772 msgstr "" 769 773 770 #: admin/schedule-settings.php:11 tmp/3.7 /admin/schedule-settings.php:11774 #: admin/schedule-settings.php:11 tmp/3.7.1/admin/schedule-settings.php:11 771 775 msgid "Run now" 772 776 msgstr "" 773 777 774 #: admin/schedule-settings.php:21 tmp/3.7 /admin/schedule-settings.php:21778 #: admin/schedule-settings.php:21 tmp/3.7.1/admin/schedule-settings.php:21 775 779 msgid "Excludes" 776 780 msgstr "" 777 781 778 782 #: admin/schedule-settings.php:34 functions/interface.php:47 779 #: tmp/3.7/admin/schedule-settings.php:34 tmp/3.7/functions/interface.php:47 783 #: tmp/3.7.1/admin/schedule-settings.php:34 784 #: tmp/3.7.1/functions/interface.php:47 780 785 msgid "Delete" 781 786 msgstr "" 782 787 783 #: admin/upsell.php:7 tmp/3.7 /admin/upsell.php:7788 #: admin/upsell.php:7 tmp/3.7.1/admin/upsell.php:7 784 789 msgid "" 785 790 "If you're finding BackUpWordPress useful, please %1$s rate it on the plugin " … … 787 792 msgstr "" 788 793 789 #: admin/upsell.php:1 4 classes/class-plugin.php:454 tmp/3.7/admin/upsell.php:14790 #: tmp/3.7 /classes/class-plugin.php:454794 #: 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 791 796 msgid "Dismiss this notice." 792 797 msgstr "" 793 798 794 799 #: classes/backup/class-backup.php:57 795 #: tmp/3.7 /classes/backup/class-backup.php:57800 #: tmp/3.7.1/classes/backup/class-backup.php:57 796 801 msgid "Backing up database..." 797 802 msgstr "" 798 803 799 804 #: classes/backup/class-backup.php:111 800 #: tmp/3.7 /classes/backup/class-backup.php:111805 #: tmp/3.7.1/classes/backup/class-backup.php:111 801 806 msgid "Backing up files..." 802 807 msgstr "" 803 808 804 809 #: classes/class-backupwordpress-wp-cli-command.php:46 805 #: tmp/3.7 /classes/class-backupwordpress-wp-cli-command.php:46810 #: tmp/3.7.1/classes/class-backupwordpress-wp-cli-command.php:46 806 811 msgid "Backup: Dumping database..." 807 812 msgstr "" 808 813 809 814 #: classes/class-backupwordpress-wp-cli-command.php:50 810 #: tmp/3.7 /classes/class-backupwordpress-wp-cli-command.php:50815 #: tmp/3.7.1/classes/class-backupwordpress-wp-cli-command.php:50 811 816 msgid "Backup: Zipping everything up..." 812 817 msgstr "" 813 818 814 819 #: classes/class-backupwordpress-wp-cli-command.php:64 815 #: tmp/3.7 /classes/class-backupwordpress-wp-cli-command.php:64820 #: tmp/3.7.1/classes/class-backupwordpress-wp-cli-command.php:64 816 821 msgid "Invalid backup path" 817 822 msgstr "" 818 823 819 824 #: classes/class-backupwordpress-wp-cli-command.php:69 820 #: tmp/3.7 /classes/class-backupwordpress-wp-cli-command.php:69825 #: tmp/3.7.1/classes/class-backupwordpress-wp-cli-command.php:69 821 826 msgid "Invalid root path" 822 827 msgstr "" 823 828 824 829 #: classes/class-backupwordpress-wp-cli-command.php:96 825 #: tmp/3.7 /classes/class-backupwordpress-wp-cli-command.php:96830 #: tmp/3.7.1/classes/class-backupwordpress-wp-cli-command.php:96 826 831 msgid "Backup Complete: " 827 832 msgstr "" 828 833 829 834 #: classes/class-backupwordpress-wp-cli-command.php:98 830 #: tmp/3.7 /classes/class-backupwordpress-wp-cli-command.php:98835 #: tmp/3.7.1/classes/class-backupwordpress-wp-cli-command.php:98 831 836 msgid "Backup Failed" 832 837 msgstr "" 833 838 834 839 #: classes/class-email-service.php:30 835 #: tmp/3.7 /classes/class-email-service.php:30840 #: tmp/3.7.1/classes/class-email-service.php:30 836 841 msgid "Email notification" 837 842 msgstr "" 838 843 839 844 #: classes/class-email-service.php:36 840 #: tmp/3.7 /classes/class-email-service.php:36845 #: tmp/3.7.1/classes/class-email-service.php:36 841 846 msgid "" 842 847 "Receive a notification email when a backup completes. If the backup is " … … 846 851 847 852 #: classes/class-email-service.php:67 848 #: tmp/3.7 /classes/class-email-service.php:67853 #: tmp/3.7.1/classes/class-email-service.php:67 849 854 msgid "" 850 855 "The maximum filesize of your backup that will be attached to your " … … 853 858 854 859 #: classes/class-email-service.php:86 855 #: tmp/3.7 /classes/class-email-service.php:86860 #: tmp/3.7.1/classes/class-email-service.php:86 856 861 msgid "Send an email notification to %s" 857 862 msgstr "" 858 863 859 864 #: classes/class-email-service.php:122 860 #: tmp/3.7 /classes/class-email-service.php:122865 #: tmp/3.7.1/classes/class-email-service.php:122 861 866 msgid "%s isn't a valid email" 862 867 msgstr "" 863 868 864 869 #: classes/class-email-service.php:177 classes/class-webhook-service.php:59 865 #: tmp/3.7 /classes/class-email-service.php:177866 #: tmp/3.7 /classes/class-webhook-service.php:59870 #: tmp/3.7.1/classes/class-email-service.php:177 871 #: tmp/3.7.1/classes/class-webhook-service.php:59 867 872 msgid "Backup of %s Failed" 868 873 msgstr "" 869 874 870 875 #: classes/class-email-service.php:179 871 #: tmp/3.7 /classes/class-email-service.php:179876 #: tmp/3.7.1/classes/class-email-service.php:179 872 877 msgid "BackUpWordPress was unable to backup your site %1$s." 873 878 msgstr "" 874 879 875 880 #: classes/class-email-service.php:179 876 #: tmp/3.7 /classes/class-email-service.php:179881 #: tmp/3.7.1/classes/class-email-service.php:179 877 882 msgid "Here are the errors that we've encountered:" 878 883 msgstr "" 879 884 880 885 #: classes/class-email-service.php:179 881 #: tmp/3.7 /classes/class-email-service.php:179886 #: tmp/3.7.1/classes/class-email-service.php:179 882 887 msgid "" 883 888 "If the errors above look like Martian, forward this email to %3$s and we'll " … … 886 891 887 892 #: classes/class-email-service.php:179 888 #: tmp/3.7 /classes/class-email-service.php:179893 #: tmp/3.7.1/classes/class-email-service.php:179 889 894 msgid "" 890 895 "Kind Regards,\n" … … 893 898 894 899 #: classes/class-email-service.php:187 895 #: tmp/3.7 /classes/class-email-service.php:187900 #: tmp/3.7.1/classes/class-email-service.php:187 896 901 msgid "Backup of %s" 897 902 msgstr "" 898 903 899 904 #: classes/class-email-service.php:192 classes/class-email-service.php:201 900 #: tmp/3.7 /classes/class-email-service.php:192901 #: tmp/3.7 /classes/class-email-service.php:201905 #: tmp/3.7.1/classes/class-email-service.php:192 906 #: tmp/3.7.1/classes/class-email-service.php:201 902 907 msgid "BackUpWordPress has completed a backup of your site %1$s." 903 908 msgstr "" 904 909 905 910 #: classes/class-email-service.php:192 906 #: tmp/3.7 /classes/class-email-service.php:192911 #: tmp/3.7.1/classes/class-email-service.php:192 907 912 msgid "The backup file should be attached to this email." 908 913 msgstr "" 909 914 910 915 #: classes/class-email-service.php:192 classes/class-email-service.php:201 911 #: tmp/3.7 /classes/class-email-service.php:192912 #: tmp/3.7 /classes/class-email-service.php:201916 #: tmp/3.7.1/classes/class-email-service.php:192 917 #: tmp/3.7.1/classes/class-email-service.php:201 913 918 msgid "You can download the backup file by clicking the link below:" 914 919 msgstr "" 915 920 916 921 #: classes/class-email-service.php:192 classes/class-email-service.php:201 917 #: tmp/3.7 /classes/class-email-service.php:192918 #: tmp/3.7 /classes/class-email-service.php:201922 #: tmp/3.7.1/classes/class-email-service.php:192 923 #: tmp/3.7.1/classes/class-email-service.php:201 919 924 msgid "" 920 925 "Kind Regards,\n" … … 923 928 924 929 #: classes/class-email-service.php:201 925 #: tmp/3.7 /classes/class-email-service.php:201930 #: tmp/3.7.1/classes/class-email-service.php:201 926 931 msgid "Unfortunately, the backup file was too large to attach to this email." 927 932 msgstr "" 928 933 929 #: classes/class-path.php:355 tmp/3.7 /classes/class-path.php:355934 #: classes/class-path.php:355 tmp/3.7.1/classes/class-path.php:355 930 935 msgid "This %s file ensures that other people cannot download your backup files." 931 936 msgstr "" 932 937 933 #: classes/class-plugin.php:24 0 tmp/3.7/classes/class-plugin.php:240938 #: classes/class-plugin.php:242 tmp/3.7.1/classes/class-plugin.php:242 934 939 msgid "Update" 935 940 msgstr "" 936 941 937 #: classes/class-plugin.php:24 1 tmp/3.7/classes/class-plugin.php:241942 #: classes/class-plugin.php:243 tmp/3.7.1/classes/class-plugin.php:243 938 943 msgid "Cancel" 939 944 msgstr "" 940 945 941 #: classes/class-plugin.php:24 2 tmp/3.7/classes/class-plugin.php:242946 #: classes/class-plugin.php:244 tmp/3.7.1/classes/class-plugin.php:244 942 947 msgid "" 943 948 "Are you sure you want to delete this schedule? All of its backups will also " … … 945 950 msgstr "" 946 951 947 #: classes/class-plugin.php:242 classes/class-plugin.php:243948 952 #: classes/class-plugin.php:244 classes/class-plugin.php:245 949 #: tmp/3.7/classes/class-plugin.php:242 tmp/3.7/classes/class-plugin.php:243 950 #: tmp/3.7/classes/class-plugin.php:244 tmp/3.7/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 951 958 msgid "'Cancel' to go back, 'OK' to delete." 952 959 msgstr "" 953 960 954 #: classes/class-plugin.php:24 3 tmp/3.7/classes/class-plugin.php:243961 #: classes/class-plugin.php:245 tmp/3.7.1/classes/class-plugin.php:245 955 962 msgid "Are you sure you want to delete this backup?" 956 963 msgstr "" 957 964 958 #: classes/class-plugin.php:24 4 tmp/3.7/classes/class-plugin.php:244965 #: classes/class-plugin.php:246 tmp/3.7.1/classes/class-plugin.php:246 959 966 msgid "Are you sure you want to remove this exclude rule?" 960 967 msgstr "" 961 968 962 #: classes/class-plugin.php:24 5 tmp/3.7/classes/class-plugin.php:245969 #: classes/class-plugin.php:247 tmp/3.7.1/classes/class-plugin.php:247 963 970 msgid "" 964 971 "Reducing the number of backups that are stored on this server will cause " … … 967 974 msgstr "" 968 975 969 #: classes/class-plugin.php:44 2976 #: classes/class-plugin.php:444 tmp/3.7.1/classes/class-plugin.php:444 970 977 msgid "" 971 978 "BackupWordPress was created by our friends at HumanMade but is now owned by " … … 979 986 980 987 #: classes/class-scheduled-backup.php:321 981 #: tmp/3.7 /classes/class-scheduled-backup.php:321988 #: tmp/3.7.1/classes/class-scheduled-backup.php:321 982 989 msgid "Argument 1 for %s must be a valid cron recurrence or \"manually\"" 983 990 msgstr "" 984 991 985 992 #: classes/class-scheduled-backup.php:427 functions/interface.php:320 986 #: tmp/3.7 /classes/class-scheduled-backup.php:427987 #: tmp/3.7 /functions/interface.php:320993 #: tmp/3.7.1/classes/class-scheduled-backup.php:427 994 #: tmp/3.7.1/functions/interface.php:320 988 995 msgid "Starting backup..." 989 996 msgstr "" … … 991 998 #: classes/class-scheduled-backup.php:429 992 999 #: classes/class-scheduled-backup.php:444 993 #: tmp/3.7 /classes/class-scheduled-backup.php:429994 #: tmp/3.7 /classes/class-scheduled-backup.php:4441000 #: tmp/3.7.1/classes/class-scheduled-backup.php:429 1001 #: tmp/3.7.1/classes/class-scheduled-backup.php:444 995 1002 msgid "Deleting old backups..." 996 1003 msgstr "" 997 1004 998 1005 #: classes/class-scheduled-backup.php:544 999 #: tmp/3.7 /classes/class-scheduled-backup.php:5441006 #: tmp/3.7.1/classes/class-scheduled-backup.php:544 1000 1007 #. translators: min=minute 1001 1008 msgid "%s min" … … 1005 1012 1006 1013 #: classes/class-scheduled-backup.php:554 1007 #: tmp/3.7 /classes/class-scheduled-backup.php:5541014 #: tmp/3.7.1/classes/class-scheduled-backup.php:554 1008 1015 msgid "%s hour" 1009 1016 msgid_plural "%s hours" … … 1012 1019 1013 1020 #: classes/class-scheduled-backup.php:615 1014 #: tmp/3.7 /classes/class-scheduled-backup.php:6151021 #: tmp/3.7.1/classes/class-scheduled-backup.php:615 1015 1022 msgid "Argument 1 for %s must be a non-empty string" 1016 1023 msgstr "" 1017 1024 1018 1025 #: classes/class-scheduled-backup.php:620 1019 #: tmp/3.7 /classes/class-scheduled-backup.php:6201026 #: tmp/3.7.1/classes/class-scheduled-backup.php:620 1020 1027 msgid "%s doesn't exist" 1021 1028 msgstr "" 1022 1029 1023 1030 #: classes/class-scheduled-backup.php:625 1024 #: tmp/3.7 /classes/class-scheduled-backup.php:6251031 #: tmp/3.7.1/classes/class-scheduled-backup.php:625 1025 1032 msgid "That backup wasn't created by this schedule" 1026 1033 msgstr "" 1027 1034 1028 #: classes/class-services.php:81 tmp/3.7 /classes/class-services.php:811035 #: classes/class-services.php:81 tmp/3.7.1/classes/class-services.php:81 1029 1036 msgid "Argument 1 for %s must be a valid filepath" 1030 1037 msgstr "" 1031 1038 1032 #: classes/class-services.php:97 tmp/3.7 /classes/class-services.php:971039 #: classes/class-services.php:97 tmp/3.7.1/classes/class-services.php:97 1033 1040 msgid "Argument 1 for %s must be a registered service" 1034 1041 msgstr "" 1035 1042 1036 1043 #: classes/class-services.php:115 classes/deprecated.php:81 1037 #: tmp/3.7 /classes/class-services.php:115 tmp/3.7/classes/deprecated.php:811044 #: tmp/3.7.1/classes/class-services.php:115 tmp/3.7.1/classes/deprecated.php:81 1038 1045 msgid "Argument 1 for %s must be a valid class" 1039 1046 msgstr "" … … 1043 1050 msgstr "" 1044 1051 1045 #: classes/class-setup.php:169 tmp/3.7 /classes/class-setup.php:1691052 #: classes/class-setup.php:169 tmp/3.7.1/classes/class-setup.php:169 1046 1053 msgid "" 1047 1054 "BackUpWordPress requires PHP version %1$s or later and WordPress version " … … 1050 1057 1051 1058 #: classes/class-webhook-service.php:103 1052 #: tmp/3.7 /classes/class-webhook-service.php:1031059 #: tmp/3.7.1/classes/class-webhook-service.php:103 1053 1060 msgid "Error: %s" 1054 1061 msgstr "" 1055 1062 1056 #: functions/core.php:331 tmp/3.7 /functions/core.php:3311063 #: functions/core.php:331 tmp/3.7.1/functions/core.php:331 1057 1064 msgid "BackUpWordPress has set up your default schedules." 1058 1065 msgstr "" 1059 1066 1060 #: functions/core.php:331 tmp/3.7 /functions/core.php:3311067 #: functions/core.php:331 tmp/3.7.1/functions/core.php:331 1061 1068 msgid "" 1062 1069 "By default BackUpWordPress performs a daily backup of your database and a " … … 1064 1071 msgstr "" 1065 1072 1066 #: functions/core.php:347 tmp/3.7 /functions/core.php:3471073 #: functions/core.php:347 tmp/3.7.1/functions/core.php:347 1067 1074 msgid "Once Hourly" 1068 1075 msgstr "" 1069 1076 1070 #: functions/core.php:348 tmp/3.7 /functions/core.php:3481077 #: functions/core.php:348 tmp/3.7.1/functions/core.php:348 1071 1078 msgid "Twice Daily" 1072 1079 msgstr "" 1073 1080 1074 #: functions/core.php:349 tmp/3.7 /functions/core.php:3491081 #: functions/core.php:349 tmp/3.7.1/functions/core.php:349 1075 1082 msgid "Once Daily" 1076 1083 msgstr "" 1077 1084 1078 #: functions/core.php:350 tmp/3.7 /functions/core.php:3501085 #: functions/core.php:350 tmp/3.7.1/functions/core.php:350 1079 1086 msgid "Once Weekly" 1080 1087 msgstr "" 1081 1088 1082 #: functions/core.php:351 tmp/3.7 /functions/core.php:3511089 #: functions/core.php:351 tmp/3.7.1/functions/core.php:351 1083 1090 msgid "Once Every Two Weeks" 1084 1091 msgstr "" 1085 1092 1086 #: functions/core.php:352 tmp/3.7 /functions/core.php:3521093 #: functions/core.php:352 tmp/3.7.1/functions/core.php:352 1087 1094 msgid "Once Monthly" 1088 1095 msgstr "" 1089 1096 1090 #: functions/core.php:371 tmp/3.7 /functions/core.php:3711097 #: functions/core.php:371 tmp/3.7.1/functions/core.php:371 1091 1098 msgid "You can only delete directories inside your WordPress installation" 1092 1099 msgstr "" 1093 1100 1094 #: functions/interface.php:33 tmp/3.7 /functions/interface.php:331101 #: functions/interface.php:33 tmp/3.7.1/functions/interface.php:33 1095 1102 msgid "Download" 1096 1103 msgstr "" 1097 1104 1098 #: functions/interface.php:86 tmp/3.7 /functions/interface.php:861105 #: functions/interface.php:86 tmp/3.7.1/functions/interface.php:86 1099 1106 msgid "BackUpWordPress detected issues with your last backup." 1100 1107 msgstr "" 1101 1108 1102 #: functions/interface.php:163 tmp/3.7 /functions/interface.php:1631109 #: functions/interface.php:163 tmp/3.7.1/functions/interface.php:163 1103 1110 #. translators: 1: The `PHP` abbreviation. 1104 1111 msgid "" … … 1109 1116 msgstr "" 1110 1117 1111 #: functions/interface.php:174 tmp/3.7 /functions/interface.php:1741118 #: functions/interface.php:174 tmp/3.7.1/functions/interface.php:174 1112 1119 msgid "" 1113 1120 "Your server has an %1$s restriction in effect and your custom backups " … … 1115 1122 msgstr "" 1116 1123 1117 #: functions/interface.php:183 tmp/3.7 /functions/interface.php:1831124 #: functions/interface.php:183 tmp/3.7.1/functions/interface.php:183 1118 1125 msgid "" 1119 1126 "Your custom backups directory (%1$s) doesn't exist, your backups will " … … 1121 1128 msgstr "" 1122 1129 1123 #: functions/interface.php:191 tmp/3.7 /functions/interface.php:1911130 #: functions/interface.php:191 tmp/3.7.1/functions/interface.php:191 1124 1131 msgid "" 1125 1132 "Your custom backups directory (%1$s) isn't writable, new backups will " … … 1127 1134 msgstr "" 1128 1135 1129 #: functions/interface.php:202 tmp/3.7 /functions/interface.php:2021136 #: functions/interface.php:202 tmp/3.7.1/functions/interface.php:202 1130 1137 msgid "" 1131 1138 "We connected to your server successfully but still weren't able to " … … 1134 1141 msgstr "" 1135 1142 1136 #: functions/interface.php:208 tmp/3.7 /functions/interface.php:2081143 #: functions/interface.php:208 tmp/3.7.1/functions/interface.php:208 1137 1144 #. translators: 1: Path to backup directory. 1138 1145 msgid "" … … 1143 1150 msgstr "" 1144 1151 1145 #: functions/interface.php:217 tmp/3.7 /functions/interface.php:2171152 #: functions/interface.php:217 tmp/3.7.1/functions/interface.php:217 1146 1153 msgid "Your site's root path (%s) isn't readable. Please contact support." 1147 1154 msgstr "" 1148 1155 1149 1156 #: functions/interface.php:226 functions/interface.php:236 1150 #: tmp/3.7 /functions/interface.php:226 tmp/3.7/functions/interface.php:2361157 #: tmp/3.7.1/functions/interface.php:226 tmp/3.7.1/functions/interface.php:236 1151 1158 #. translators: FYI: specified MySQL features. 1152 1159 #. translators: FYI: specified zip archiving features. … … 1156 1163 msgstr "" 1157 1164 1158 #: functions/interface.php:245 tmp/3.7 /functions/interface.php:2451165 #: functions/interface.php:245 tmp/3.7.1/functions/interface.php:245 1159 1166 msgid "" 1160 1167 "Your server only has %s of disk space left which probably isn't enough " … … 1163 1170 msgstr "" 1164 1171 1165 #: functions/interface.php:287 tmp/3.7 /functions/interface.php:2871172 #: functions/interface.php:287 tmp/3.7.1/functions/interface.php:287 1166 1173 msgid "Database and Files" 1167 1174 msgstr "" 1168 1175 1169 #: functions/interface.php:291 tmp/3.7 /functions/interface.php:2911176 #: functions/interface.php:291 tmp/3.7.1/functions/interface.php:291 1170 1177 msgid "Files" 1171 1178 msgstr "" 1172 1179 1173 #: functions/interface.php:295 tmp/3.7 /functions/interface.php:2951180 #: functions/interface.php:295 tmp/3.7.1/functions/interface.php:295 1174 1181 msgid "Database" 1175 1182 msgstr "" 1176 1183 1177 #: functions/interface.php:302 tmp/3.7 /functions/interface.php:3021184 #: functions/interface.php:302 tmp/3.7.1/functions/interface.php:302 1178 1185 msgid "Legacy" 1179 1186 msgstr "" 1180 1187 1181 #: functions/interface.php:319 tmp/3.7 /functions/interface.php:3191188 #: functions/interface.php:319 tmp/3.7.1/functions/interface.php:319 1182 1189 msgid "Started %s ago" 1183 1190 msgstr "" 1184 1191 1185 #: functions/interface.php:321 tmp/3.7 /functions/interface.php:3211192 #: functions/interface.php:321 tmp/3.7.1/functions/interface.php:321 1186 1193 msgid "cancel" 1187 1194 msgstr "" 1188 1195 1189 #: functions/interface.php:339 tmp/3.7 /functions/interface.php:3391196 #: functions/interface.php:339 tmp/3.7.1/functions/interface.php:339 1190 1197 msgid "No backups completed" 1191 1198 msgstr "" 1192 1199 1193 #: functions/interface.php:350 tmp/3.7 /functions/interface.php:3501200 #: functions/interface.php:350 tmp/3.7.1/functions/interface.php:350 1194 1201 msgid "Complete Hourly" 1195 1202 msgstr "" 1196 1203 1197 #: functions/interface.php:351 tmp/3.7 /functions/interface.php:3511204 #: functions/interface.php:351 tmp/3.7.1/functions/interface.php:351 1198 1205 msgid "File Hourly" 1199 1206 msgstr "" 1200 1207 1201 #: functions/interface.php:352 tmp/3.7 /functions/interface.php:3521208 #: functions/interface.php:352 tmp/3.7.1/functions/interface.php:352 1202 1209 msgid "Database Hourly" 1203 1210 msgstr "" 1204 1211 1205 #: functions/interface.php:353 tmp/3.7 /functions/interface.php:3531212 #: functions/interface.php:353 tmp/3.7.1/functions/interface.php:353 1206 1213 msgid "Complete Twice Daily" 1207 1214 msgstr "" 1208 1215 1209 #: functions/interface.php:354 tmp/3.7 /functions/interface.php:3541216 #: functions/interface.php:354 tmp/3.7.1/functions/interface.php:354 1210 1217 msgid "File Twice Daily" 1211 1218 msgstr "" 1212 1219 1213 #: functions/interface.php:355 tmp/3.7 /functions/interface.php:3551220 #: functions/interface.php:355 tmp/3.7.1/functions/interface.php:355 1214 1221 msgid "Database Twice Daily" 1215 1222 msgstr "" 1216 1223 1217 #: functions/interface.php:356 tmp/3.7 /functions/interface.php:3561224 #: functions/interface.php:356 tmp/3.7.1/functions/interface.php:356 1218 1225 msgid "Complete Daily" 1219 1226 msgstr "" 1220 1227 1221 #: functions/interface.php:357 tmp/3.7 /functions/interface.php:3571228 #: functions/interface.php:357 tmp/3.7.1/functions/interface.php:357 1222 1229 msgid "File Daily" 1223 1230 msgstr "" 1224 1231 1225 #: functions/interface.php:358 tmp/3.7 /functions/interface.php:3581232 #: functions/interface.php:358 tmp/3.7.1/functions/interface.php:358 1226 1233 msgid "Database Daily" 1227 1234 msgstr "" 1228 1235 1229 #: functions/interface.php:359 tmp/3.7 /functions/interface.php:3591236 #: functions/interface.php:359 tmp/3.7.1/functions/interface.php:359 1230 1237 msgid "Complete Weekly" 1231 1238 msgstr "" 1232 1239 1233 #: functions/interface.php:360 tmp/3.7 /functions/interface.php:3601240 #: functions/interface.php:360 tmp/3.7.1/functions/interface.php:360 1234 1241 msgid "File Weekly" 1235 1242 msgstr "" 1236 1243 1237 #: functions/interface.php:361 tmp/3.7 /functions/interface.php:3611244 #: functions/interface.php:361 tmp/3.7.1/functions/interface.php:361 1238 1245 msgid "Database Weekly" 1239 1246 msgstr "" 1240 1247 1241 #: functions/interface.php:362 tmp/3.7 /functions/interface.php:3621248 #: functions/interface.php:362 tmp/3.7.1/functions/interface.php:362 1242 1249 msgid "Complete Every Two Weeks" 1243 1250 msgstr "" 1244 1251 1245 #: functions/interface.php:363 tmp/3.7 /functions/interface.php:3631252 #: functions/interface.php:363 tmp/3.7.1/functions/interface.php:363 1246 1253 msgid "File Every Two Weeks" 1247 1254 msgstr "" 1248 1255 1249 #: functions/interface.php:364 tmp/3.7 /functions/interface.php:3641256 #: functions/interface.php:364 tmp/3.7.1/functions/interface.php:364 1250 1257 msgid "Database Every Two Weeks" 1251 1258 msgstr "" 1252 1259 1253 #: functions/interface.php:365 tmp/3.7 /functions/interface.php:3651260 #: functions/interface.php:365 tmp/3.7.1/functions/interface.php:365 1254 1261 msgid "Complete Monthly" 1255 1262 msgstr "" 1256 1263 1257 #: functions/interface.php:366 tmp/3.7 /functions/interface.php:3661264 #: functions/interface.php:366 tmp/3.7.1/functions/interface.php:366 1258 1265 msgid "File Monthly" 1259 1266 msgstr "" 1260 1267 1261 #: functions/interface.php:367 tmp/3.7 /functions/interface.php:3671268 #: functions/interface.php:367 tmp/3.7.1/functions/interface.php:367 1262 1269 msgid "Database Monthly" 1263 1270 msgstr "" 1264 1271 1265 #: functions/interface.php:368 tmp/3.7 /functions/interface.php:3681272 #: functions/interface.php:368 tmp/3.7.1/functions/interface.php:368 1266 1273 msgid "Complete Manually" 1267 1274 msgstr "" 1268 1275 1269 #: functions/interface.php:369 tmp/3.7 /functions/interface.php:3691276 #: functions/interface.php:369 tmp/3.7.1/functions/interface.php:369 1270 1277 msgid "File Manually" 1271 1278 msgstr "" 1272 1279 1273 #: functions/interface.php:370 tmp/3.7 /functions/interface.php:3701280 #: functions/interface.php:370 tmp/3.7.1/functions/interface.php:370 1274 1281 msgid "Database Manually" 1275 1282 msgstr "" 1276 1283 1277 #: tmp/3.7 /backdrop/server.php:61284 #: tmp/3.7.1/backdrop/server.php:6 1278 1285 msgid "No key supplied" 1279 1286 msgstr "" 1280 1287 1281 #: tmp/3.7 /backdrop/server.php:111288 #: tmp/3.7.1/backdrop/server.php:11 1282 1289 msgid "Supplied key was not valid" 1283 1290 msgstr "" 1284 1291 1285 #: tmp/3.7 /backdrop/task.php:221292 #: tmp/3.7.1/backdrop/task.php:22 1286 1293 msgid "Task is already scheduled to run" 1287 1294 msgstr "" 1288 1295 1289 #: tmp/3.7 /backdrop/task.php:411296 #: tmp/3.7.1/backdrop/task.php:41 1290 1297 msgid "Task is not scheduled to run" 1291 msgstr ""1292 1293 #: tmp/3.7/classes/class-plugin.php:4421294 msgid ""1295 "BackupWordPress was created by our friends at xibodevelopment but is now "1296 "owned by XIBO. We're committed to opensource and WordPress and will provide "1297 "free support for the many BackupWordPress fans. However, we'll no longer be "1298 "selling or supporting the paid add-ons (e.g. for backups to Dropbox and "1299 "Google Drive).%1$sIt's a good idea to backup to cloud storage to protect "1300 "against server-wide risks. For this we recommend %2$sUpdraftPlus WordPress "1301 "Backups%3$s. Click here for %4$sfull comparison%3$s"1302 1298 msgstr "" 1303 1299 … … 1321 1317 msgstr "" 1322 1318 1323 #: admin/extensions.php:117 tmp/3.7 /admin/extensions.php:1171319 #: admin/extensions.php:117 tmp/3.7.1/admin/extensions.php:117 1324 1320 msgctxt "Plugin status" 1325 1321 msgid "Active" 1326 1322 msgstr "" 1327 1323 1328 #: admin/schedule-sentence.php:120 tmp/3.7 /admin/schedule-sentence.php:1201324 #: admin/schedule-sentence.php:120 tmp/3.7.1/admin/schedule-sentence.php:120 1329 1325 msgctxt "" 1330 1326 "1: Backup Type 2: Total size of backup 3: Schedule 4: Number of backups to " … … 1333 1329 msgstr "" 1334 1330 1335 #: functions/interface.php:341 tmp/3.7 /functions/interface.php:3411331 #: functions/interface.php:341 tmp/3.7.1/functions/interface.php:341 1336 1332 msgctxt "backups count" 1337 1333 msgid "One backup completed" -
backupwordpress/trunk/readme.txt
r1937592 r1939336 1 1 === BackUpWordPress === 2 Contributors: xibodevelopment, willmot, dashaluna, pauldewouters, joehoyle, mattheu, tcrsavage, cuvelier, katmoody, sambulance 2 Contributors: xibodevelopment, willmot, dashaluna, pauldewouters, joehoyle, mattheu, tcrsavage, cuvelier, katmoody, sambulance, dnutbourne, snightingale 3 3 Tags: back up, backup, backups, database, zip, db, files, archive, wp-cli, xibodevelopment 4 4 Requires at least: 3.9 5 5 Tested up to: 4.7 6 Stable tag: 3.7 6 Stable tag: 3.7.1 7 7 8 8 Simple automated backups of your WordPress-powered website. … … 161 161 162 162 == Changelog == 163 164 ### 3.7.1 / 2018-09-11 165 166 * Fixed admin notices 163 167 164 168 ### 3.7 / 2018-08-30 -
backupwordpress/trunk/whitelist-html/.git
r1936070 r1939336 1 gitdir: .. /.git/modules/whitelist-html/1 gitdir: ..\.git\modules\whitelist-html
Note: See TracChangeset
for help on using the changeset viewer.