Plugin Directory

Changeset 1939336


Ignore:
Timestamp:
09/11/2018 01:50:00 PM (8 years ago)
Author:
xibodevelopment
Message:

updated admin notice

Location:
backupwordpress/trunk
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • backupwordpress/trunk/admin/actions.php

    r1935664 r1939336  
    711711}
    712712add_action( 'wp_ajax_hmbkp_dismiss_notice', 'HM\BackUpWordPress\hmbkp_dismiss_notice' );
     713
     714function 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}
     719add_action( 'wp_ajax_hmbkp_dismiss_rate_notice', 'HM\BackUpWordPress\hmbkp_dismiss_rate_notice' );
  • backupwordpress/trunk/admin/upsell.php

    r1935664 r1939336  
    99    '</a>'
    1010);
     11$hide_notice = get_site_option( 'hmbkp_hide_rate_notice', false );
     12if(empty($hide_notice) || time() >= $hide_notice) {
    1113?>
    12 <div id="hmbkp-cta-message" class="updated notice is-dismissible">
     14<div id="hmbkp-cta-message" class="updated rate notice is-dismissible">
    1315    <p><?php echo wp_kses_post( $cta_message ); ?></p>
    1416    <button type="button" class="notice-dismiss"><span class="screen-reader-text"><?php esc_html_e( 'Dismiss this notice.', 'backupwordpress' ); ?></span></button>
     
    1618
    1719</div>
     20<?php
     21}
  • backupwordpress/trunk/assets/hmbkp.js

    r1935664 r1939336  
    2525                {
    2626                    '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'
    2736                }
    2837            );
  • 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);
     1var 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  
    44Plugin URI: https://updraftplus.com/backupwordpress/?afref=744
    55Description: 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
     6Version: 3.7.2
    77Author: XIBO Ltd
    88Author URI: https://profiles.wordpress.org/xibodevelopment
  • backupwordpress/trunk/classes/class-plugin.php

    r1936113 r1939336  
    77 */
    88final class Plugin {
    9     const PLUGIN_VERSION = '3.7';
     9    const PLUGIN_VERSION = '3.7.2';
    1010
    1111    /**
     
    2323
    2424        // 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        }
    2729
    2830    }
  • backupwordpress/trunk/languages/backupwordpress.pot

    r1936113 r1939336  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: BackUpWordPress 3.7\n"
     5"Project-Id-Version: BackUpWordPress 3.7.2\n"
    66"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"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=utf-8\n"
     
    1414"X-Generator: grunt-wp-i18n1.0.2\n"
    1515
    16 #: admin/actions.php:234 tmp/3.7/admin/actions.php:234
     16#: admin/actions.php:234 tmp/3.7.1/admin/actions.php:234
    1717msgid "The schedule ID was not provided. Aborting."
    1818msgstr ""
    1919
    20 #: admin/actions.php:289 tmp/3.7/admin/actions.php:289
     20#: admin/actions.php:289 tmp/3.7.1/admin/actions.php:289
    2121msgid "Backup type cannot be empty"
    2222msgstr ""
    2323
    24 #: admin/actions.php:291 tmp/3.7/admin/actions.php:291
     24#: admin/actions.php:291 tmp/3.7.1/admin/actions.php:291
    2525msgid "Invalid backup type"
    2626msgstr ""
    2727
    28 #: admin/actions.php:302 tmp/3.7/admin/actions.php:302
     28#: admin/actions.php:302 tmp/3.7.1/admin/actions.php:302
    2929msgid "Schedule cannot be empty"
    3030msgstr ""
    3131
    32 #: admin/actions.php:304 tmp/3.7/admin/actions.php:304
     32#: admin/actions.php:304 tmp/3.7.1/admin/actions.php:304
    3333msgid "Invalid schedule"
    3434msgstr ""
    3535
    36 #: admin/actions.php:315 tmp/3.7/admin/actions.php:315
     36#: admin/actions.php:315 tmp/3.7.1/admin/actions.php:315
    3737msgid "Day of the week must be a valid, lowercase day name"
    3838msgstr ""
    3939
    40 #: admin/actions.php:331 tmp/3.7/admin/actions.php:331
     40#: admin/actions.php:331 tmp/3.7.1/admin/actions.php:331
    4141msgid "Day of month must be between 1 and 31"
    4242msgstr ""
    4343
    44 #: admin/actions.php:347 tmp/3.7/admin/actions.php:347
     44#: admin/actions.php:347 tmp/3.7.1/admin/actions.php:347
    4545msgid "Hours must be between 0 and 23"
    4646msgstr ""
    4747
    48 #: admin/actions.php:363 tmp/3.7/admin/actions.php:363
     48#: admin/actions.php:363 tmp/3.7.1/admin/actions.php:363
    4949msgid "Minutes must be between 0 and 59"
    5050msgstr ""
    5151
    52 #: admin/actions.php:374 tmp/3.7/admin/actions.php:374
     52#: admin/actions.php:374 tmp/3.7.1/admin/actions.php:374
    5353msgid "Max backups can't be empty"
    5454msgstr ""
    5555
    56 #: admin/actions.php:376 tmp/3.7/admin/actions.php:376
     56#: admin/actions.php:376 tmp/3.7.1/admin/actions.php:376
    5757msgid "Max backups must be a number"
    5858msgstr ""
    5959
    60 #: admin/actions.php:378 tmp/3.7/admin/actions.php:378
     60#: admin/actions.php:378 tmp/3.7.1/admin/actions.php:378
    6161msgid "Max backups must be greater than 0"
    6262msgstr ""
    6363
    64 #: admin/actions.php:380 tmp/3.7/admin/actions.php:380
     64#: admin/actions.php:380 tmp/3.7.1/admin/actions.php:380
    6565msgid ""
    6666"Storing %s backups would use %s of disk space but your server only has %s "
     
    6868msgstr ""
    6969
    70 #: admin/actions.php:682 admin/actions.php:688 tmp/3.7/admin/actions.php:682
    71 #: tmp/3.7/admin/actions.php:688
     70#: admin/actions.php:682 admin/actions.php:688 tmp/3.7.1/admin/actions.php:682
     71#: tmp/3.7.1/admin/actions.php:688
    7272msgid "BackUpWordPress has detected a problem."
    7373msgstr ""
    7474
    75 #: admin/actions.php:682 tmp/3.7/admin/actions.php:682
     75#: admin/actions.php:682 tmp/3.7.1/admin/actions.php:682
    7676msgid ""
    7777"%1$s is returning a %2$s response which could mean cron jobs aren't getting "
     
    8080msgstr ""
    8181
    82 #: admin/actions.php:688 tmp/3.7/admin/actions.php:688
     82#: admin/actions.php:688 tmp/3.7.1/admin/actions.php:688
    8383msgid ""
    8484"%1$s is returning a %2$s response which could mean cron jobs aren't getting "
     
    8888msgstr ""
    8989
    90 #: admin/backups-table.php:14 tmp/3.7/admin/backups-table.php:14
     90#: admin/backups-table.php:14 tmp/3.7.1/admin/backups-table.php:14
    9191msgid "Size"
    9292msgstr ""
    9393
    9494#: admin/backups-table.php:15 admin/schedule-form-excludes.php:124
    95 #: tmp/3.7/admin/backups-table.php:15
    96 #: tmp/3.7/admin/schedule-form-excludes.php:124
     95#: tmp/3.7.1/admin/backups-table.php:15
     96#: tmp/3.7.1/admin/schedule-form-excludes.php:124
    9797msgid "Type"
    9898msgstr ""
    9999
    100 #: admin/backups-table.php:16 tmp/3.7/admin/backups-table.php:16
     100#: admin/backups-table.php:16 tmp/3.7.1/admin/backups-table.php:16
    101101msgid "Actions"
    102102msgstr ""
    103103
    104 #: admin/backups-table.php:41 tmp/3.7/admin/backups-table.php:41
     104#: admin/backups-table.php:41 tmp/3.7.1/admin/backups-table.php:41
    105105msgid "This is where your backups will appear once you have some."
    106106msgstr ""
    107107
    108 #: admin/backups.php:26 tmp/3.7/admin/backups.php:26
     108#: admin/backups.php:26 tmp/3.7.1/admin/backups.php:26
    109109msgid "add schedule"
    110110msgstr ""
    111111
    112 #: admin/constants.php:9 tmp/3.7/admin/constants.php:9
     112#: admin/constants.php:9 tmp/3.7.1/admin/constants.php:9
    113113msgid ""
    114114"You can %1$s any of the following %2$s in your %3$s to control advanced "
     
    116116msgstr ""
    117117
    118 #: admin/constants.php:9 admin/menu.php:114 tmp/3.7/admin/constants.php:9
    119 #: tmp/3.7/admin/menu.php:114
     118#: admin/constants.php:9 admin/menu.php:114 tmp/3.7.1/admin/constants.php:9
     119#: tmp/3.7.1/admin/menu.php:114
    120120msgid "Constants"
    121121msgstr ""
    122122
    123 #: admin/constants.php:9 tmp/3.7/admin/constants.php:9
     123#: admin/constants.php:9 tmp/3.7.1/admin/constants.php:9
    124124msgid "The Codex can help"
    125125msgstr ""
     
    128128#: admin/constants.php:68 admin/constants.php:84 admin/constants.php:100
    129129#: 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
    134135msgid "You've set it to: %s"
    135136msgstr ""
    136137
    137 #: admin/constants.php:23 tmp/3.7/admin/constants.php:23
     138#: admin/constants.php:23 tmp/3.7.1/admin/constants.php:23
    138139msgid ""
    139140"The path to the folder you would like to store your backup files in, "
     
    144145#: admin/constants.php:71 admin/constants.php:87 admin/constants.php:103
    145146#: 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
    150152msgid "e.g."
    151153msgstr ""
    152154
    153 #: admin/constants.php:39 tmp/3.7/admin/constants.php:39
     155#: admin/constants.php:39 tmp/3.7.1/admin/constants.php:39
    154156msgid ""
    155157"The path to your %1$s executable. Will be used for the %2$s part of the "
     
    157159msgstr ""
    158160
    159 #: admin/constants.php:39 admin/constants.php:55 tmp/3.7/admin/constants.php:39
    160 #: tmp/3.7/admin/constants.php:55
     161#: admin/constants.php:39 admin/constants.php:55
     162#: tmp/3.7.1/admin/constants.php:39 tmp/3.7.1/admin/constants.php:55
    161163msgid "database"
    162164msgstr ""
    163165
    164 #: admin/constants.php:55 tmp/3.7/admin/constants.php:55
     166#: admin/constants.php:55 tmp/3.7.1/admin/constants.php:55
    165167msgid ""
    166168"The path to your %1$s executable. Will be used to zip up your %2$s and %3$s "
     
    168170msgstr ""
    169171
    170 #: admin/constants.php:55 tmp/3.7/admin/constants.php:55
     172#: admin/constants.php:55 tmp/3.7.1/admin/constants.php:55
    171173msgid "files"
    172174msgstr ""
    173175
    174 #: admin/constants.php:71 tmp/3.7/admin/constants.php:71
     176#: admin/constants.php:71 tmp/3.7.1/admin/constants.php:71
    175177msgid ""
    176178"Comma separated list of files or directories to exclude, the backups "
     
    178180msgstr ""
    179181
    180 #: admin/constants.php:87 tmp/3.7/admin/constants.php:87
     182#: admin/constants.php:87 tmp/3.7.1/admin/constants.php:87
    181183msgid "The capability to use when calling %1$s. Defaults to %2$s."
    182184msgstr ""
    183185
    184 #: admin/constants.php:103 tmp/3.7/admin/constants.php:103
     186#: admin/constants.php:103 tmp/3.7.1/admin/constants.php:103
    185187msgid "The root directory that is backed up. Defaults to %s."
    186188msgstr ""
    187189
    188 #: admin/constants.php:119 tmp/3.7/admin/constants.php:119
     190#: admin/constants.php:119 tmp/3.7.1/admin/constants.php:119
    189191msgid "The time that your schedules should run. Defaults to %s."
    190192msgstr ""
    191193
    192 #: admin/enable-support.php:3 tmp/3.7/admin/enable-support.php:3
     194#: admin/enable-support.php:3 tmp/3.7.1/admin/enable-support.php:3
    193195msgid "Enable BackUpWordPress Support"
    194196msgstr ""
    195197
    196 #: admin/enable-support.php:5 tmp/3.7/admin/enable-support.php:5
     198#: admin/enable-support.php:5 tmp/3.7.1/admin/enable-support.php:5
    197199msgid ""
    198200"BackUpWordPress uses %s to provide support. In addition to allowing you to "
     
    201203msgstr ""
    202204
    203 #: admin/enable-support.php:58 tmp/3.7/admin/enable-support.php:58
     205#: admin/enable-support.php:58 tmp/3.7.1/admin/enable-support.php:58
    204206msgid "You can disable support in the future by deactivating BackUpWordPress."
    205207msgstr ""
    206208
    207 #: admin/enable-support.php:60 tmp/3.7/admin/enable-support.php:60
     209#: admin/enable-support.php:60 tmp/3.7.1/admin/enable-support.php:60
    208210msgid "No, thanks"
    209211msgstr ""
    210212
    211 #: admin/enable-support.php:61 tmp/3.7/admin/enable-support.php:61
     213#: admin/enable-support.php:61 tmp/3.7.1/admin/enable-support.php:61
    212214msgid "Yes, I want to enable support"
    213215msgstr ""
    214216
    215 #: admin/extensions.php:7 tmp/3.7/admin/extensions.php:7
     217#: admin/extensions.php:7 tmp/3.7.1/admin/extensions.php:7
    216218msgid "&larr; Backups"
    217219msgstr ""
    218220
    219 #: admin/extensions.php:8 admin/menu.php:17 tmp/3.7/admin/extensions.php:8
    220 #: tmp/3.7/admin/menu.php:17
     221#: admin/extensions.php:8 admin/menu.php:17 tmp/3.7.1/admin/extensions.php:8
     222#: tmp/3.7.1/admin/menu.php:17
    221223msgid "BackUpWordPress Extensions"
    222224msgstr ""
    223225
    224 #: admin/extensions.php:12 tmp/3.7/admin/extensions.php:12
     226#: admin/extensions.php:12 tmp/3.7.1/admin/extensions.php:12
    225227msgid ""
    226228"Extend BackUpWordPress by installing extensions. Extensions allow you to "
     
    229231msgstr ""
    230232
    231 #: admin/extensions.php:41 tmp/3.7/admin/extensions.php:41
     233#: admin/extensions.php:41 tmp/3.7.1/admin/extensions.php:41
    232234msgid "Remote Storage"
    233235msgstr ""
    234236
    235 #: admin/extensions.php:43 tmp/3.7/admin/extensions.php:43
     237#: admin/extensions.php:43 tmp/3.7.1/admin/extensions.php:43
    236238msgid ""
    237239"It's important to store your backups somewhere other than on your site. "
     
    240242msgstr ""
    241243
    242 #: admin/extensions.php:104 tmp/3.7/admin/extensions.php:104
     244#: admin/extensions.php:104 tmp/3.7.1/admin/extensions.php:104
    243245msgid "Update %s now"
    244246msgstr ""
    245247
    246 #: admin/extensions.php:106 tmp/3.7/admin/extensions.php:106
     248#: admin/extensions.php:106 tmp/3.7.1/admin/extensions.php:106
    247249msgid "Update Now"
    248250msgstr ""
    249251
    250 #: admin/extensions.php:136 tmp/3.7/admin/extensions.php:136
     252#: admin/extensions.php:136 tmp/3.7.1/admin/extensions.php:136
    251253msgid "Activate %s"
    252254msgstr ""
    253255
    254 #: admin/extensions.php:137 tmp/3.7/admin/extensions.php:137
     256#: admin/extensions.php:137 tmp/3.7.1/admin/extensions.php:137
    255257msgid "Activate"
    256258msgstr ""
    257259
    258 #: admin/extensions.php:148 tmp/3.7/admin/extensions.php:148
     260#: admin/extensions.php:148 tmp/3.7.1/admin/extensions.php:148
    259261msgid "Install %s now"
    260262msgstr ""
    261263
    262 #: admin/extensions.php:150 tmp/3.7/admin/extensions.php:150
     264#: admin/extensions.php:150 tmp/3.7.1/admin/extensions.php:150
    263265msgid "Buy Now &#36;%s"
    264266msgstr ""
    265267
    266 #: admin/extensions.php:162 tmp/3.7/admin/extensions.php:162
     268#: admin/extensions.php:162 tmp/3.7.1/admin/extensions.php:162
    267269msgid "More information about %s"
    268270msgstr ""
    269271
    270 #: admin/extensions.php:164 tmp/3.7/admin/extensions.php:164
     272#: admin/extensions.php:164 tmp/3.7.1/admin/extensions.php:164
    271273msgid "More Details"
    272274msgstr ""
    273275
    274 #: admin/extensions.php:187 tmp/3.7/admin/extensions.php:187
     276#: admin/extensions.php:187 tmp/3.7.1/admin/extensions.php:187
    275277msgid "<strong>Last Updated:</strong> %s ago"
    276278msgstr ""
    277279
    278 #: admin/faq.php:2 tmp/3.7/admin/faq.php:2
     280#: admin/faq.php:2 tmp/3.7.1/admin/faq.php:2
    279281msgid "Where does BackUpWordPress store the backup files?"
    280282msgstr ""
    281283
    282 #: admin/faq.php:4 tmp/3.7/admin/faq.php:4
     284#: admin/faq.php:4 tmp/3.7.1/admin/faq.php:4
    283285msgid ""
    284286"Backups are stored on your server in <code>/wp-content/backups</code>, you "
     
    286288msgstr ""
    287289
    288 #: admin/faq.php:6 tmp/3.7/admin/faq.php:6
     290#: admin/faq.php:6 tmp/3.7.1/admin/faq.php:6
    289291msgid ""
    290292"Important: By default BackUpWordPress backs up everything in your site root "
     
    294296msgstr ""
    295297
    296 #: admin/faq.php:8 tmp/3.7/admin/faq.php:8
     298#: admin/faq.php:8 tmp/3.7.1/admin/faq.php:8
    297299msgid "What if I want to back up my site to another destination?"
    298300msgstr ""
    299301
    300 #: admin/faq.php:10 tmp/3.7/admin/faq.php:10
     302#: admin/faq.php:10 tmp/3.7.1/admin/faq.php:10
    301303msgid ""
    302304"We no longer sell or support the paid add-ons (e.g. for backups to Dropbox "
     
    310312msgstr ""
    311313
    312 #: admin/faq.php:12 tmp/3.7/admin/faq.php:12
     314#: admin/faq.php:12 tmp/3.7.1/admin/faq.php:12
    313315msgid "How do I restore my site from a backup?"
    314316msgstr ""
    315317
    316 #: admin/faq.php:14 tmp/3.7/admin/faq.php:14
     318#: admin/faq.php:14 tmp/3.7.1/admin/faq.php:14
    317319msgid ""
    318320"You need to download the latest backup file either by clicking download on "
     
    323325msgstr ""
    324326
    325 #: admin/faq.php:16 tmp/3.7/admin/faq.php:16
     327#: admin/faq.php:16 tmp/3.7.1/admin/faq.php:16
    326328msgid ""
    327329"See this guide for more details - <a "
     
    330332msgstr ""
    331333
    332 #: admin/faq.php:18 tmp/3.7/admin/faq.php:18
     334#: admin/faq.php:18 tmp/3.7.1/admin/faq.php:18
    333335msgid "Does BackUpWordPress back up the backups directory?"
    334336msgstr ""
    335337
    336 #: admin/faq.php:20 tmp/3.7/admin/faq.php:20
     338#: admin/faq.php:20 tmp/3.7.1/admin/faq.php:20
    337339msgid "No."
    338340msgstr ""
    339341
    340 #: admin/faq.php:22 tmp/3.7/admin/faq.php:22
     342#: admin/faq.php:22 tmp/3.7.1/admin/faq.php:22
    341343msgid "I'm not receiving my backups by email"
    342344msgstr ""
    343345
    344 #: admin/faq.php:24 tmp/3.7/admin/faq.php:24
     346#: admin/faq.php:24 tmp/3.7.1/admin/faq.php:24
    345347msgid ""
    346348"Most servers have a filesize limit on email attachments, it's generally "
     
    352354msgstr ""
    353355
    354 #: admin/faq.php:26 tmp/3.7/admin/faq.php:26
     356#: admin/faq.php:26 tmp/3.7.1/admin/faq.php:26
    355357msgid "How many backups are stored by default?"
    356358msgstr ""
    357359
    358 #: admin/faq.php:28 tmp/3.7/admin/faq.php:28
     360#: admin/faq.php:28 tmp/3.7.1/admin/faq.php:28
    359361msgid "BackUpWordPress stores the last 10 backups by default."
    360362msgstr ""
    361363
    362 #: admin/faq.php:30 tmp/3.7/admin/faq.php:30
     364#: admin/faq.php:30 tmp/3.7.1/admin/faq.php:30
    363365msgid "How long should a backup take?"
    364366msgstr ""
    365367
    366 #: admin/faq.php:32 tmp/3.7/admin/faq.php:32
     368#: admin/faq.php:32 tmp/3.7.1/admin/faq.php:32
    367369msgid ""
    368370"Unless your site is very large (many gigabytes) it should only take a few "
     
    373375msgstr ""
    374376
    375 #: admin/faq.php:34 tmp/3.7/admin/faq.php:34
     377#: admin/faq.php:34 tmp/3.7.1/admin/faq.php:34
    376378msgid "What do I do if I get the wp-cron error message?"
    377379msgstr ""
    378380
    379 #: admin/faq.php:36 tmp/3.7/admin/faq.php:36
     381#: admin/faq.php:36 tmp/3.7.1/admin/faq.php:36
    380382msgid ""
    381383"The issue is that your <code>wp-cron.php</code> is not returning a "
     
    385387msgstr ""
    386388
    387 #: admin/faq.php:38 tmp/3.7/admin/faq.php:38
     389#: admin/faq.php:38 tmp/3.7.1/admin/faq.php:38
    388390msgid "There are some things you can test to confirm this is the issue."
    389391msgstr ""
    390392
    391 #: admin/faq.php:40 tmp/3.7/admin/faq.php:40
     393#: admin/faq.php:40 tmp/3.7.1/admin/faq.php:40
    392394msgid "Are scheduled posts working? (They use wp-cron as well.)"
    393395msgstr ""
    394396
    395 #: admin/faq.php:42 tmp/3.7/admin/faq.php:42
     397#: admin/faq.php:42 tmp/3.7.1/admin/faq.php:42
    396398msgid ""
    397399"Are you hosted on Heart Internet? (wp-cron may not be supported by Heart "
     
    399401msgstr ""
    400402
    401 #: admin/faq.php:44 tmp/3.7/admin/faq.php:44
     403#: admin/faq.php:44 tmp/3.7.1/admin/faq.php:44
    402404msgid "If you click manual backup, does it work?"
    403405msgstr ""
    404406
    405 #: admin/faq.php:46 tmp/3.7/admin/faq.php:46
     407#: admin/faq.php:46 tmp/3.7.1/admin/faq.php:46
    406408msgid ""
    407409"Try adding <code>define( 'ALTERNATE_WP_CRON', true );</code> to your "
     
    409411msgstr ""
    410412
    411 #: admin/faq.php:48 tmp/3.7/admin/faq.php:48
     413#: admin/faq.php:48 tmp/3.7.1/admin/faq.php:48
    412414msgid ""
    413415"Is your site private (i.e. is it behind some kind of authentication, "
     
    417419msgstr ""
    418420
    419 #: admin/faq.php:50 tmp/3.7/admin/faq.php:50
     421#: admin/faq.php:50 tmp/3.7.1/admin/faq.php:50
    420422msgid ""
    421423"Report the results to our support team for further help. To do this, email "
     
    423425msgstr ""
    424426
    425 #: admin/faq.php:52 tmp/3.7/admin/faq.php:52
     427#: admin/faq.php:52 tmp/3.7.1/admin/faq.php:52
    426428msgid "How to get BackUpWordPress working in Heart Internet"
    427429msgstr ""
    428430
    429 #: admin/faq.php:54 tmp/3.7/admin/faq.php:54
     431#: admin/faq.php:54 tmp/3.7.1/admin/faq.php:54
    430432msgid ""
    431433"The script to be entered into the Heart Internet cPanel is: "
     
    436438msgstr ""
    437439
    438 #: admin/faq.php:56 tmp/3.7/admin/faq.php:56
     440#: admin/faq.php:56 tmp/3.7.1/admin/faq.php:56
    439441msgid "My backups seem to be failing?"
    440442msgstr ""
    441443
    442 #: admin/faq.php:58 tmp/3.7/admin/faq.php:58
     444#: admin/faq.php:58 tmp/3.7.1/admin/faq.php:58
    443445msgid ""
    444446"If your backups are failing, it's commonly caused by a lack of available "
     
    450452msgstr ""
    451453
    452 #: admin/menu.php:12 tmp/3.7/admin/menu.php:12
     454#: admin/menu.php:12 tmp/3.7.1/admin/menu.php:12
    453455msgid "Manage Backups | BackUpWordPress"
    454456msgstr ""
    455457
    456458#: 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:14
    458 #: tmp/3.7/admin/menu.php:77
     459#: tmp/3.7.1/admin/menu.php:12 tmp/3.7.1/admin/menu.php:14
     460#: tmp/3.7.1/admin/menu.php:77
    459461msgid "Backups"
    460462msgstr ""
    461463
    462 #: admin/menu.php:14 tmp/3.7/admin/menu.php:14
     464#: admin/menu.php:14 tmp/3.7.1/admin/menu.php:14
    463465msgid "Manage Backups"
    464466msgstr ""
    465467
    466 #: admin/menu.php:17 tmp/3.7/admin/menu.php:17
     468#: admin/menu.php:17 tmp/3.7.1/admin/menu.php:17
    467469msgid "Extensions"
    468470msgstr ""
    469471
    470 #: admin/menu.php:108 tmp/3.7/admin/menu.php:108
     472#: admin/menu.php:108 tmp/3.7.1/admin/menu.php:108
    471473msgid "FAQ"
    472474msgstr ""
    473475
    474 #: admin/menu.php:127 tmp/3.7/admin/menu.php:127
     476#: admin/menu.php:127 tmp/3.7.1/admin/menu.php:127
    475477msgid "Server Info"
    476478msgstr ""
    477479
    478 #: admin/menu.php:134 tmp/3.7/admin/menu.php:134
     480#: admin/menu.php:134 tmp/3.7.1/admin/menu.php:134
    479481msgid "For more information:"
    480482msgstr ""
    481483
    482 #: admin/menu.php:134 tmp/3.7/admin/menu.php:134
     484#: admin/menu.php:134 tmp/3.7.1/admin/menu.php:134
    483485msgid "Support Forums"
    484486msgstr ""
    485487
    486 #: admin/menu.php:134 tmp/3.7/admin/menu.php:134
     488#: admin/menu.php:134 tmp/3.7.1/admin/menu.php:134
    487489msgid "Help with translation"
    488490msgstr ""
    489491
    490492#: admin/schedule-form-excludes.php:11
    491 #: tmp/3.7/admin/schedule-form-excludes.php:11
     493#: tmp/3.7.1/admin/schedule-form-excludes.php:11
    492494msgid "Currently Excluded"
    493495msgstr ""
    494496
    495497#: admin/schedule-form-excludes.php:15
    496 #: tmp/3.7/admin/schedule-form-excludes.php:15
     498#: tmp/3.7.1/admin/schedule-form-excludes.php:15
    497499msgid ""
    498500"We automatically detect and ignore common Version Control Systems folders "
     
    501503
    502504#: admin/schedule-form-excludes.php:55
    503 #: tmp/3.7/admin/schedule-form-excludes.php:55
     505#: tmp/3.7.1/admin/schedule-form-excludes.php:55
    504506msgid "Default rule"
    505507msgstr ""
    506508
    507509#: admin/schedule-form-excludes.php:59
    508 #: tmp/3.7/admin/schedule-form-excludes.php:59
     510#: tmp/3.7.1/admin/schedule-form-excludes.php:59
    509511msgid "Defined in %s"
    510512msgstr ""
    511513
    512514#: admin/schedule-form-excludes.php:67
    513 #: tmp/3.7/admin/schedule-form-excludes.php:67
     515#: tmp/3.7.1/admin/schedule-form-excludes.php:67
    514516msgid "Stop excluding"
    515517msgstr ""
    516518
    517519#: admin/schedule-form-excludes.php:83
    518 #: tmp/3.7/admin/schedule-form-excludes.php:83
     520#: tmp/3.7.1/admin/schedule-form-excludes.php:83
    519521msgid "Your Site"
    520522msgstr ""
    521523
    522524#: admin/schedule-form-excludes.php:87
    523 #: tmp/3.7/admin/schedule-form-excludes.php:87
     525#: tmp/3.7.1/admin/schedule-form-excludes.php:87
    524526msgid ""
    525527"Here's a directory listing of all files on your site, you can browse "
     
    529531
    530532#: admin/schedule-form-excludes.php:121
    531 #: tmp/3.7/admin/schedule-form-excludes.php:121
     533#: tmp/3.7.1/admin/schedule-form-excludes.php:121
    532534msgid "Name"
    533535msgstr ""
    534536
    535537#: admin/schedule-form-excludes.php:122
    536 #: tmp/3.7/admin/schedule-form-excludes.php:122
     538#: tmp/3.7.1/admin/schedule-form-excludes.php:122
    537539msgid "Included Size"
    538540msgstr ""
    539541
    540542#: admin/schedule-form-excludes.php:123
    541 #: tmp/3.7/admin/schedule-form-excludes.php:123
     543#: tmp/3.7.1/admin/schedule-form-excludes.php:123
    542544msgid "Permissions"
    543545msgstr ""
    544546
    545547#: admin/schedule-form-excludes.php:125
    546 #: tmp/3.7/admin/schedule-form-excludes.php:125
     548#: tmp/3.7.1/admin/schedule-form-excludes.php:125
    547549msgid "Status"
    548550msgstr ""
    549551
    550552#: admin/schedule-form-excludes.php:186 admin/schedule-form-excludes.php:316
    551 #: tmp/3.7/admin/schedule-form-excludes.php:186
    552 #: tmp/3.7/admin/schedule-form-excludes.php:316
     553#: tmp/3.7.1/admin/schedule-form-excludes.php:186
     554#: tmp/3.7.1/admin/schedule-form-excludes.php:316
    553555#. translators: 1: Excluded size 2: Overall site size
    554556#. translators: 1: Excluded size 2: Overall directory/file size
     
    557559
    558560#: admin/schedule-form-excludes.php:193
    559 #: tmp/3.7/admin/schedule-form-excludes.php:193
     561#: tmp/3.7.1/admin/schedule-form-excludes.php:193
    560562msgid "Refresh"
    561563msgstr ""
    562564
    563565#: admin/schedule-form-excludes.php:208 admin/schedule-form-excludes.php:353
    564 #: tmp/3.7/admin/schedule-form-excludes.php:208
    565 #: tmp/3.7/admin/schedule-form-excludes.php:353
     566#: tmp/3.7.1/admin/schedule-form-excludes.php:208
     567#: tmp/3.7.1/admin/schedule-form-excludes.php:353
    566568msgid "Symlink"
    567569msgstr ""
    568570
    569571#: admin/schedule-form-excludes.php:210 admin/schedule-form-excludes.php:356
    570 #: tmp/3.7/admin/schedule-form-excludes.php:210
    571 #: tmp/3.7/admin/schedule-form-excludes.php:356
     572#: tmp/3.7.1/admin/schedule-form-excludes.php:210
     573#: tmp/3.7.1/admin/schedule-form-excludes.php:356
    572574msgid "Folder"
    573575msgstr ""
    574576
    575577#: admin/schedule-form-excludes.php:358
    576 #: tmp/3.7/admin/schedule-form-excludes.php:358
     578#: tmp/3.7.1/admin/schedule-form-excludes.php:358
    577579msgid "File"
    578580msgstr ""
    579581
    580582#: admin/schedule-form-excludes.php:367
    581 #: tmp/3.7/admin/schedule-form-excludes.php:367
     583#: tmp/3.7.1/admin/schedule-form-excludes.php:367
    582584msgid "Unreadable files won't be backed up."
    583585msgstr ""
    584586
    585587#: admin/schedule-form-excludes.php:368
    586 #: tmp/3.7/admin/schedule-form-excludes.php:368
     588#: tmp/3.7.1/admin/schedule-form-excludes.php:368
    587589msgid "Unreadable"
    588590msgstr ""
    589591
    590592#: admin/schedule-form-excludes.php:373
    591 #: tmp/3.7/admin/schedule-form-excludes.php:373
     593#: tmp/3.7.1/admin/schedule-form-excludes.php:373
    592594msgid "Excluded"
    593595msgstr ""
    594596
    595597#: admin/schedule-form-excludes.php:395
    596 #: tmp/3.7/admin/schedule-form-excludes.php:395
     598#: tmp/3.7.1/admin/schedule-form-excludes.php:395
    597599msgid "Exclude &rarr;"
    598600msgstr ""
    599601
    600602#: admin/schedule-form-excludes.php:410
    601 #: tmp/3.7/admin/schedule-form-excludes.php:410
     603#: tmp/3.7.1/admin/schedule-form-excludes.php:410
    602604msgid "This folder is empty"
    603605msgstr ""
    604606
    605607#: 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
    608612msgid "Done"
    609613msgstr ""
    610614
    611615#: 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:15
     616#: tmp/3.7.1/admin/schedule-form.php:7 tmp/3.7.1/admin/schedule-settings.php:15
    613617msgid "Settings"
    614618msgstr ""
    615619
    616 #: admin/schedule-form.php:42 tmp/3.7/admin/schedule-form.php:42
     620#: admin/schedule-form.php:42 tmp/3.7.1/admin/schedule-form.php:42
    617621msgid "Backup"
    618622msgstr ""
    619623
    620 #: admin/schedule-form.php:49 tmp/3.7/admin/schedule-form.php:49
     624#: admin/schedule-form.php:49 tmp/3.7.1/admin/schedule-form.php:49
    621625msgid "Both Database &amp; files"
    622626msgstr ""
    623627
    624 #: admin/schedule-form.php:51 tmp/3.7/admin/schedule-form.php:51
     628#: admin/schedule-form.php:51 tmp/3.7.1/admin/schedule-form.php:51
    625629msgid "Files only"
    626630msgstr ""
    627631
    628 #: admin/schedule-form.php:53 tmp/3.7/admin/schedule-form.php:53
     632#: admin/schedule-form.php:53 tmp/3.7.1/admin/schedule-form.php:53
    629633msgid "Database only"
    630634msgstr ""
    631635
    632 #: admin/schedule-form.php:64 tmp/3.7/admin/schedule-form.php:64
     636#: admin/schedule-form.php:64 tmp/3.7.1/admin/schedule-form.php:64
    633637msgid "Schedule"
    634638msgstr ""
    635639
    636 #: admin/schedule-form.php:71 tmp/3.7/admin/schedule-form.php:71
     640#: admin/schedule-form.php:71 tmp/3.7.1/admin/schedule-form.php:71
    637641msgid "Manual Only"
    638642msgstr ""
    639643
    640 #: admin/schedule-form.php:98 tmp/3.7/admin/schedule-form.php:98
     644#: admin/schedule-form.php:98 tmp/3.7.1/admin/schedule-form.php:98
    641645msgid "Start Day"
    642646msgstr ""
    643647
    644 #: admin/schedule-form.php:106 tmp/3.7/admin/schedule-form.php:106
     648#: admin/schedule-form.php:106 tmp/3.7.1/admin/schedule-form.php:106
    645649msgid "Monday"
    646650msgstr ""
    647651
    648 #: admin/schedule-form.php:107 tmp/3.7/admin/schedule-form.php:107
     652#: admin/schedule-form.php:107 tmp/3.7.1/admin/schedule-form.php:107
    649653msgid "Tuesday"
    650654msgstr ""
    651655
    652 #: admin/schedule-form.php:108 tmp/3.7/admin/schedule-form.php:108
     656#: admin/schedule-form.php:108 tmp/3.7.1/admin/schedule-form.php:108
    653657msgid "Wednesday"
    654658msgstr ""
    655659
    656 #: admin/schedule-form.php:109 tmp/3.7/admin/schedule-form.php:109
     660#: admin/schedule-form.php:109 tmp/3.7.1/admin/schedule-form.php:109
    657661msgid "Thursday"
    658662msgstr ""
    659663
    660 #: admin/schedule-form.php:110 tmp/3.7/admin/schedule-form.php:110
     664#: admin/schedule-form.php:110 tmp/3.7.1/admin/schedule-form.php:110
    661665msgid "Friday"
    662666msgstr ""
    663667
    664 #: admin/schedule-form.php:111 tmp/3.7/admin/schedule-form.php:111
     668#: admin/schedule-form.php:111 tmp/3.7.1/admin/schedule-form.php:111
    665669msgid "Saturday"
    666670msgstr ""
    667671
    668 #: admin/schedule-form.php:112 tmp/3.7/admin/schedule-form.php:112
     672#: admin/schedule-form.php:112 tmp/3.7.1/admin/schedule-form.php:112
    669673msgid "Sunday"
    670674msgstr ""
    671675
    672 #: admin/schedule-form.php:130 tmp/3.7/admin/schedule-form.php:130
     676#: admin/schedule-form.php:130 tmp/3.7.1/admin/schedule-form.php:130
    673677msgid "Start Day of Month"
    674678msgstr ""
    675679
    676 #: admin/schedule-form.php:142 tmp/3.7/admin/schedule-form.php:142
     680#: admin/schedule-form.php:142 tmp/3.7.1/admin/schedule-form.php:142
    677681msgid "Start Time"
    678682msgstr ""
    679683
    680 #: admin/schedule-form.php:151 tmp/3.7/admin/schedule-form.php:151
     684#: admin/schedule-form.php:151 tmp/3.7.1/admin/schedule-form.php:151
    681685msgid "Hours"
    682686msgstr ""
    683687
    684 #: admin/schedule-form.php:155 tmp/3.7/admin/schedule-form.php:155
     688#: admin/schedule-form.php:155 tmp/3.7.1/admin/schedule-form.php:155
    685689msgid "Minutes"
    686690msgstr ""
    687691
    688 #: admin/schedule-form.php:160 tmp/3.7/admin/schedule-form.php:160
     692#: admin/schedule-form.php:160 tmp/3.7.1/admin/schedule-form.php:160
    689693msgid "24-hour format."
    690694msgstr ""
    691695
    692 #: admin/schedule-form.php:161 tmp/3.7/admin/schedule-form.php:161
     696#: admin/schedule-form.php:161 tmp/3.7.1/admin/schedule-form.php:161
    693697msgid "The second backup will run 12 hours after the first."
    694698msgstr ""
    695699
    696 #: admin/schedule-form.php:171 tmp/3.7/admin/schedule-form.php:171
     700#: admin/schedule-form.php:171 tmp/3.7.1/admin/schedule-form.php:171
    697701msgid "Number of backups to store on this server"
    698702msgstr ""
    699703
    700 #: admin/schedule-form.php:180 tmp/3.7/admin/schedule-form.php:180
     704#: admin/schedule-form.php:180 tmp/3.7.1/admin/schedule-form.php:180
    701705msgid "Past this limit older backups will be deleted automatically."
    702706msgstr ""
    703707
    704 #: admin/schedule-form.php:187 tmp/3.7/admin/schedule-form.php:187
     708#: admin/schedule-form.php:187 tmp/3.7.1/admin/schedule-form.php:187
    705709msgid "This schedule will store a maximum of %s of backups."
    706710msgstr ""
    707711
    708 #: admin/schedule-sentence.php:14 tmp/3.7/admin/schedule-sentence.php:14
     712#: admin/schedule-sentence.php:14 tmp/3.7.1/admin/schedule-sentence.php:14
    709713msgid "The next backup will be on %1$s at %2$s %3$s"
    710714msgstr ""
    711715
    712 #: admin/schedule-sentence.php:24 tmp/3.7/admin/schedule-sentence.php:24
     716#: admin/schedule-sentence.php:24 tmp/3.7.1/admin/schedule-sentence.php:24
    713717msgid "hourly on the hour"
    714718msgstr ""
    715719
    716 #: admin/schedule-sentence.php:24 tmp/3.7/admin/schedule-sentence.php:24
     720#: admin/schedule-sentence.php:24 tmp/3.7.1/admin/schedule-sentence.php:24
    717721msgid "hourly at %s minutes past the hour"
    718722msgstr ""
    719723
    720 #: admin/schedule-sentence.php:30 tmp/3.7/admin/schedule-sentence.php:30
     724#: admin/schedule-sentence.php:30 tmp/3.7.1/admin/schedule-sentence.php:30
    721725msgid "daily at %s"
    722726msgstr ""
    723727
    724 #: admin/schedule-sentence.php:41 tmp/3.7/admin/schedule-sentence.php:41
     728#: admin/schedule-sentence.php:41 tmp/3.7.1/admin/schedule-sentence.php:41
    725729msgid "every 12 hours at %1$s &amp; %2$s"
    726730msgstr ""
    727731
    728 #: admin/schedule-sentence.php:47 tmp/3.7/admin/schedule-sentence.php:47
     732#: admin/schedule-sentence.php:47 tmp/3.7.1/admin/schedule-sentence.php:47
    729733msgid "weekly on %1$s at %2$s"
    730734msgstr ""
    731735
    732 #: admin/schedule-sentence.php:53 tmp/3.7/admin/schedule-sentence.php:53
     736#: admin/schedule-sentence.php:53 tmp/3.7.1/admin/schedule-sentence.php:53
    733737msgid "every two weeks on %1$s at %2$s"
    734738msgstr ""
    735739
    736 #: admin/schedule-sentence.php:59 tmp/3.7/admin/schedule-sentence.php:59
     740#: admin/schedule-sentence.php:59 tmp/3.7.1/admin/schedule-sentence.php:59
    737741msgid "on the %1$s of each month at %2$s"
    738742msgstr ""
    739743
    740744#: admin/schedule-sentence.php:65 admin/schedule-sentence.php:71
    741 #: tmp/3.7/admin/schedule-sentence.php:65
    742 #: tmp/3.7/admin/schedule-sentence.php:71
     745#: tmp/3.7.1/admin/schedule-sentence.php:65
     746#: tmp/3.7.1/admin/schedule-sentence.php:71
    743747msgid "manually"
    744748msgstr ""
    745749
    746 #: admin/schedule-sentence.php:76 tmp/3.7/admin/schedule-sentence.php:76
     750#: admin/schedule-sentence.php:76 tmp/3.7.1/admin/schedule-sentence.php:76
    747751msgid "Check the help tab to learn how to change where your backups are stored."
    748752msgstr ""
    749753
    750 #: admin/schedule-sentence.php:83 tmp/3.7/admin/schedule-sentence.php:83
     754#: admin/schedule-sentence.php:83 tmp/3.7.1/admin/schedule-sentence.php:83
    751755msgid "store the most recent backup in %s"
    752756msgstr ""
    753757
    754 #: admin/schedule-sentence.php:89 tmp/3.7/admin/schedule-sentence.php:89
     758#: admin/schedule-sentence.php:89 tmp/3.7.1/admin/schedule-sentence.php:89
    755759msgid "don't store any backups in on this server"
    756760msgstr ""
    757761
    758 #: admin/schedule-sentence.php:95 tmp/3.7/admin/schedule-sentence.php:95
     762#: admin/schedule-sentence.php:95 tmp/3.7.1/admin/schedule-sentence.php:95
    759763msgid "store the last %1$s backups in %2$s"
    760764msgstr ""
    761765
    762 #: admin/schedule-sentence.php:127 tmp/3.7/admin/schedule-sentence.php:127
     766#: admin/schedule-sentence.php:127 tmp/3.7.1/admin/schedule-sentence.php:127
    763767msgid "Send a copy of each backup to %s."
    764768msgstr ""
    765769
    766 #: admin/schedule-sentence.php:160 tmp/3.7/admin/schedule-sentence.php:160
     770#: admin/schedule-sentence.php:160 tmp/3.7.1/admin/schedule-sentence.php:160
    767771msgid "Backups will be compressed and should be smaller than this."
    768772msgstr ""
    769773
    770 #: admin/schedule-settings.php:11 tmp/3.7/admin/schedule-settings.php:11
     774#: admin/schedule-settings.php:11 tmp/3.7.1/admin/schedule-settings.php:11
    771775msgid "Run now"
    772776msgstr ""
    773777
    774 #: admin/schedule-settings.php:21 tmp/3.7/admin/schedule-settings.php:21
     778#: admin/schedule-settings.php:21 tmp/3.7.1/admin/schedule-settings.php:21
    775779msgid "Excludes"
    776780msgstr ""
    777781
    778782#: 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
    780785msgid "Delete"
    781786msgstr ""
    782787
    783 #: admin/upsell.php:7 tmp/3.7/admin/upsell.php:7
     788#: admin/upsell.php:7 tmp/3.7.1/admin/upsell.php:7
    784789msgid ""
    785790"If you're finding BackUpWordPress useful, please %1$s rate it on the plugin "
     
    787792msgstr ""
    788793
    789 #: admin/upsell.php:14 classes/class-plugin.php:454 tmp/3.7/admin/upsell.php:14
    790 #: tmp/3.7/classes/class-plugin.php:454
     794#: admin/upsell.php:16 classes/class-plugin.php:456
     795#: tmp/3.7.1/admin/upsell.php:16 tmp/3.7.1/classes/class-plugin.php:456
    791796msgid "Dismiss this notice."
    792797msgstr ""
    793798
    794799#: classes/backup/class-backup.php:57
    795 #: tmp/3.7/classes/backup/class-backup.php:57
     800#: tmp/3.7.1/classes/backup/class-backup.php:57
    796801msgid "Backing up database..."
    797802msgstr ""
    798803
    799804#: classes/backup/class-backup.php:111
    800 #: tmp/3.7/classes/backup/class-backup.php:111
     805#: tmp/3.7.1/classes/backup/class-backup.php:111
    801806msgid "Backing up files..."
    802807msgstr ""
    803808
    804809#: classes/class-backupwordpress-wp-cli-command.php:46
    805 #: tmp/3.7/classes/class-backupwordpress-wp-cli-command.php:46
     810#: tmp/3.7.1/classes/class-backupwordpress-wp-cli-command.php:46
    806811msgid "Backup: Dumping database..."
    807812msgstr ""
    808813
    809814#: classes/class-backupwordpress-wp-cli-command.php:50
    810 #: tmp/3.7/classes/class-backupwordpress-wp-cli-command.php:50
     815#: tmp/3.7.1/classes/class-backupwordpress-wp-cli-command.php:50
    811816msgid "Backup: Zipping everything up..."
    812817msgstr ""
    813818
    814819#: classes/class-backupwordpress-wp-cli-command.php:64
    815 #: tmp/3.7/classes/class-backupwordpress-wp-cli-command.php:64
     820#: tmp/3.7.1/classes/class-backupwordpress-wp-cli-command.php:64
    816821msgid "Invalid backup path"
    817822msgstr ""
    818823
    819824#: classes/class-backupwordpress-wp-cli-command.php:69
    820 #: tmp/3.7/classes/class-backupwordpress-wp-cli-command.php:69
     825#: tmp/3.7.1/classes/class-backupwordpress-wp-cli-command.php:69
    821826msgid "Invalid root path"
    822827msgstr ""
    823828
    824829#: classes/class-backupwordpress-wp-cli-command.php:96
    825 #: tmp/3.7/classes/class-backupwordpress-wp-cli-command.php:96
     830#: tmp/3.7.1/classes/class-backupwordpress-wp-cli-command.php:96
    826831msgid "Backup Complete: "
    827832msgstr ""
    828833
    829834#: classes/class-backupwordpress-wp-cli-command.php:98
    830 #: tmp/3.7/classes/class-backupwordpress-wp-cli-command.php:98
     835#: tmp/3.7.1/classes/class-backupwordpress-wp-cli-command.php:98
    831836msgid "Backup Failed"
    832837msgstr ""
    833838
    834839#: classes/class-email-service.php:30
    835 #: tmp/3.7/classes/class-email-service.php:30
     840#: tmp/3.7.1/classes/class-email-service.php:30
    836841msgid "Email notification"
    837842msgstr ""
    838843
    839844#: classes/class-email-service.php:36
    840 #: tmp/3.7/classes/class-email-service.php:36
     845#: tmp/3.7.1/classes/class-email-service.php:36
    841846msgid ""
    842847"Receive a notification email when a backup completes. If the backup is "
     
    846851
    847852#: classes/class-email-service.php:67
    848 #: tmp/3.7/classes/class-email-service.php:67
     853#: tmp/3.7.1/classes/class-email-service.php:67
    849854msgid ""
    850855"The maximum filesize of your backup that will be attached to your "
     
    853858
    854859#: classes/class-email-service.php:86
    855 #: tmp/3.7/classes/class-email-service.php:86
     860#: tmp/3.7.1/classes/class-email-service.php:86
    856861msgid "Send an email notification to %s"
    857862msgstr ""
    858863
    859864#: classes/class-email-service.php:122
    860 #: tmp/3.7/classes/class-email-service.php:122
     865#: tmp/3.7.1/classes/class-email-service.php:122
    861866msgid "%s isn't a valid email"
    862867msgstr ""
    863868
    864869#: classes/class-email-service.php:177 classes/class-webhook-service.php:59
    865 #: tmp/3.7/classes/class-email-service.php:177
    866 #: tmp/3.7/classes/class-webhook-service.php:59
     870#: tmp/3.7.1/classes/class-email-service.php:177
     871#: tmp/3.7.1/classes/class-webhook-service.php:59
    867872msgid "Backup of %s Failed"
    868873msgstr ""
    869874
    870875#: classes/class-email-service.php:179
    871 #: tmp/3.7/classes/class-email-service.php:179
     876#: tmp/3.7.1/classes/class-email-service.php:179
    872877msgid "BackUpWordPress was unable to backup your site %1$s."
    873878msgstr ""
    874879
    875880#: classes/class-email-service.php:179
    876 #: tmp/3.7/classes/class-email-service.php:179
     881#: tmp/3.7.1/classes/class-email-service.php:179
    877882msgid "Here are the errors that we've encountered:"
    878883msgstr ""
    879884
    880885#: classes/class-email-service.php:179
    881 #: tmp/3.7/classes/class-email-service.php:179
     886#: tmp/3.7.1/classes/class-email-service.php:179
    882887msgid ""
    883888"If the errors above look like Martian, forward this email to %3$s and we'll "
     
    886891
    887892#: classes/class-email-service.php:179
    888 #: tmp/3.7/classes/class-email-service.php:179
     893#: tmp/3.7.1/classes/class-email-service.php:179
    889894msgid ""
    890895"Kind Regards,\n"
     
    893898
    894899#: classes/class-email-service.php:187
    895 #: tmp/3.7/classes/class-email-service.php:187
     900#: tmp/3.7.1/classes/class-email-service.php:187
    896901msgid "Backup of %s"
    897902msgstr ""
    898903
    899904#: classes/class-email-service.php:192 classes/class-email-service.php:201
    900 #: tmp/3.7/classes/class-email-service.php:192
    901 #: tmp/3.7/classes/class-email-service.php:201
     905#: tmp/3.7.1/classes/class-email-service.php:192
     906#: tmp/3.7.1/classes/class-email-service.php:201
    902907msgid "BackUpWordPress has completed a backup of your site %1$s."
    903908msgstr ""
    904909
    905910#: classes/class-email-service.php:192
    906 #: tmp/3.7/classes/class-email-service.php:192
     911#: tmp/3.7.1/classes/class-email-service.php:192
    907912msgid "The backup file should be attached to this email."
    908913msgstr ""
    909914
    910915#: classes/class-email-service.php:192 classes/class-email-service.php:201
    911 #: tmp/3.7/classes/class-email-service.php:192
    912 #: tmp/3.7/classes/class-email-service.php:201
     916#: tmp/3.7.1/classes/class-email-service.php:192
     917#: tmp/3.7.1/classes/class-email-service.php:201
    913918msgid "You can download the backup file by clicking the link below:"
    914919msgstr ""
    915920
    916921#: classes/class-email-service.php:192 classes/class-email-service.php:201
    917 #: tmp/3.7/classes/class-email-service.php:192
    918 #: tmp/3.7/classes/class-email-service.php:201
     922#: tmp/3.7.1/classes/class-email-service.php:192
     923#: tmp/3.7.1/classes/class-email-service.php:201
    919924msgid ""
    920925"Kind Regards,\n"
     
    923928
    924929#: classes/class-email-service.php:201
    925 #: tmp/3.7/classes/class-email-service.php:201
     930#: tmp/3.7.1/classes/class-email-service.php:201
    926931msgid "Unfortunately, the backup file was too large to attach to this email."
    927932msgstr ""
    928933
    929 #: classes/class-path.php:355 tmp/3.7/classes/class-path.php:355
     934#: classes/class-path.php:355 tmp/3.7.1/classes/class-path.php:355
    930935msgid "This %s file ensures that other people cannot download your backup files."
    931936msgstr ""
    932937
    933 #: classes/class-plugin.php:240 tmp/3.7/classes/class-plugin.php:240
     938#: classes/class-plugin.php:242 tmp/3.7.1/classes/class-plugin.php:242
    934939msgid "Update"
    935940msgstr ""
    936941
    937 #: classes/class-plugin.php:241 tmp/3.7/classes/class-plugin.php:241
     942#: classes/class-plugin.php:243 tmp/3.7.1/classes/class-plugin.php:243
    938943msgid "Cancel"
    939944msgstr ""
    940945
    941 #: classes/class-plugin.php:242 tmp/3.7/classes/class-plugin.php:242
     946#: classes/class-plugin.php:244 tmp/3.7.1/classes/class-plugin.php:244
    942947msgid ""
    943948"Are you sure you want to delete this schedule? All of its backups will also "
     
    945950msgstr ""
    946951
    947 #: classes/class-plugin.php:242 classes/class-plugin.php:243
    948952#: 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
    951958msgid "'Cancel' to go back, 'OK' to delete."
    952959msgstr ""
    953960
    954 #: classes/class-plugin.php:243 tmp/3.7/classes/class-plugin.php:243
     961#: classes/class-plugin.php:245 tmp/3.7.1/classes/class-plugin.php:245
    955962msgid "Are you sure you want to delete this backup?"
    956963msgstr ""
    957964
    958 #: classes/class-plugin.php:244 tmp/3.7/classes/class-plugin.php:244
     965#: classes/class-plugin.php:246 tmp/3.7.1/classes/class-plugin.php:246
    959966msgid "Are you sure you want to remove this exclude rule?"
    960967msgstr ""
    961968
    962 #: classes/class-plugin.php:245 tmp/3.7/classes/class-plugin.php:245
     969#: classes/class-plugin.php:247 tmp/3.7.1/classes/class-plugin.php:247
    963970msgid ""
    964971"Reducing the number of backups that are stored on this server will cause "
     
    967974msgstr ""
    968975
    969 #: classes/class-plugin.php:442
     976#: classes/class-plugin.php:444 tmp/3.7.1/classes/class-plugin.php:444
    970977msgid ""
    971978"BackupWordPress was created by our friends at HumanMade but is now owned by "
     
    979986
    980987#: classes/class-scheduled-backup.php:321
    981 #: tmp/3.7/classes/class-scheduled-backup.php:321
     988#: tmp/3.7.1/classes/class-scheduled-backup.php:321
    982989msgid "Argument 1 for %s must be a valid cron recurrence or \"manually\""
    983990msgstr ""
    984991
    985992#: classes/class-scheduled-backup.php:427 functions/interface.php:320
    986 #: tmp/3.7/classes/class-scheduled-backup.php:427
    987 #: tmp/3.7/functions/interface.php:320
     993#: tmp/3.7.1/classes/class-scheduled-backup.php:427
     994#: tmp/3.7.1/functions/interface.php:320
    988995msgid "Starting backup..."
    989996msgstr ""
     
    991998#: classes/class-scheduled-backup.php:429
    992999#: classes/class-scheduled-backup.php:444
    993 #: tmp/3.7/classes/class-scheduled-backup.php:429
    994 #: tmp/3.7/classes/class-scheduled-backup.php:444
     1000#: tmp/3.7.1/classes/class-scheduled-backup.php:429
     1001#: tmp/3.7.1/classes/class-scheduled-backup.php:444
    9951002msgid "Deleting old backups..."
    9961003msgstr ""
    9971004
    9981005#: classes/class-scheduled-backup.php:544
    999 #: tmp/3.7/classes/class-scheduled-backup.php:544
     1006#: tmp/3.7.1/classes/class-scheduled-backup.php:544
    10001007#. translators: min=minute
    10011008msgid "%s min"
     
    10051012
    10061013#: classes/class-scheduled-backup.php:554
    1007 #: tmp/3.7/classes/class-scheduled-backup.php:554
     1014#: tmp/3.7.1/classes/class-scheduled-backup.php:554
    10081015msgid "%s hour"
    10091016msgid_plural "%s hours"
     
    10121019
    10131020#: classes/class-scheduled-backup.php:615
    1014 #: tmp/3.7/classes/class-scheduled-backup.php:615
     1021#: tmp/3.7.1/classes/class-scheduled-backup.php:615
    10151022msgid "Argument 1 for %s must be a non-empty string"
    10161023msgstr ""
    10171024
    10181025#: classes/class-scheduled-backup.php:620
    1019 #: tmp/3.7/classes/class-scheduled-backup.php:620
     1026#: tmp/3.7.1/classes/class-scheduled-backup.php:620
    10201027msgid "%s doesn't exist"
    10211028msgstr ""
    10221029
    10231030#: classes/class-scheduled-backup.php:625
    1024 #: tmp/3.7/classes/class-scheduled-backup.php:625
     1031#: tmp/3.7.1/classes/class-scheduled-backup.php:625
    10251032msgid "That backup wasn't created by this schedule"
    10261033msgstr ""
    10271034
    1028 #: classes/class-services.php:81 tmp/3.7/classes/class-services.php:81
     1035#: classes/class-services.php:81 tmp/3.7.1/classes/class-services.php:81
    10291036msgid "Argument 1 for %s must be a valid filepath"
    10301037msgstr ""
    10311038
    1032 #: classes/class-services.php:97 tmp/3.7/classes/class-services.php:97
     1039#: classes/class-services.php:97 tmp/3.7.1/classes/class-services.php:97
    10331040msgid "Argument 1 for %s must be a registered service"
    10341041msgstr ""
    10351042
    10361043#: classes/class-services.php:115 classes/deprecated.php:81
    1037 #: tmp/3.7/classes/class-services.php:115 tmp/3.7/classes/deprecated.php:81
     1044#: tmp/3.7.1/classes/class-services.php:115 tmp/3.7.1/classes/deprecated.php:81
    10381045msgid "Argument 1 for %s must be a valid class"
    10391046msgstr ""
     
    10431050msgstr ""
    10441051
    1045 #: classes/class-setup.php:169 tmp/3.7/classes/class-setup.php:169
     1052#: classes/class-setup.php:169 tmp/3.7.1/classes/class-setup.php:169
    10461053msgid ""
    10471054"BackUpWordPress requires PHP version %1$s or later and WordPress version "
     
    10501057
    10511058#: classes/class-webhook-service.php:103
    1052 #: tmp/3.7/classes/class-webhook-service.php:103
     1059#: tmp/3.7.1/classes/class-webhook-service.php:103
    10531060msgid "Error: %s"
    10541061msgstr ""
    10551062
    1056 #: functions/core.php:331 tmp/3.7/functions/core.php:331
     1063#: functions/core.php:331 tmp/3.7.1/functions/core.php:331
    10571064msgid "BackUpWordPress has set up your default schedules."
    10581065msgstr ""
    10591066
    1060 #: functions/core.php:331 tmp/3.7/functions/core.php:331
     1067#: functions/core.php:331 tmp/3.7.1/functions/core.php:331
    10611068msgid ""
    10621069"By default BackUpWordPress performs a daily backup of your database and a "
     
    10641071msgstr ""
    10651072
    1066 #: functions/core.php:347 tmp/3.7/functions/core.php:347
     1073#: functions/core.php:347 tmp/3.7.1/functions/core.php:347
    10671074msgid "Once Hourly"
    10681075msgstr ""
    10691076
    1070 #: functions/core.php:348 tmp/3.7/functions/core.php:348
     1077#: functions/core.php:348 tmp/3.7.1/functions/core.php:348
    10711078msgid "Twice Daily"
    10721079msgstr ""
    10731080
    1074 #: functions/core.php:349 tmp/3.7/functions/core.php:349
     1081#: functions/core.php:349 tmp/3.7.1/functions/core.php:349
    10751082msgid "Once Daily"
    10761083msgstr ""
    10771084
    1078 #: functions/core.php:350 tmp/3.7/functions/core.php:350
     1085#: functions/core.php:350 tmp/3.7.1/functions/core.php:350
    10791086msgid "Once Weekly"
    10801087msgstr ""
    10811088
    1082 #: functions/core.php:351 tmp/3.7/functions/core.php:351
     1089#: functions/core.php:351 tmp/3.7.1/functions/core.php:351
    10831090msgid "Once Every Two Weeks"
    10841091msgstr ""
    10851092
    1086 #: functions/core.php:352 tmp/3.7/functions/core.php:352
     1093#: functions/core.php:352 tmp/3.7.1/functions/core.php:352
    10871094msgid "Once Monthly"
    10881095msgstr ""
    10891096
    1090 #: functions/core.php:371 tmp/3.7/functions/core.php:371
     1097#: functions/core.php:371 tmp/3.7.1/functions/core.php:371
    10911098msgid "You can only delete directories inside your WordPress installation"
    10921099msgstr ""
    10931100
    1094 #: functions/interface.php:33 tmp/3.7/functions/interface.php:33
     1101#: functions/interface.php:33 tmp/3.7.1/functions/interface.php:33
    10951102msgid "Download"
    10961103msgstr ""
    10971104
    1098 #: functions/interface.php:86 tmp/3.7/functions/interface.php:86
     1105#: functions/interface.php:86 tmp/3.7.1/functions/interface.php:86
    10991106msgid "BackUpWordPress detected issues with your last backup."
    11001107msgstr ""
    11011108
    1102 #: functions/interface.php:163 tmp/3.7/functions/interface.php:163
     1109#: functions/interface.php:163 tmp/3.7.1/functions/interface.php:163
    11031110#. translators: 1: The `PHP` abbreviation.
    11041111msgid ""
     
    11091116msgstr ""
    11101117
    1111 #: functions/interface.php:174 tmp/3.7/functions/interface.php:174
     1118#: functions/interface.php:174 tmp/3.7.1/functions/interface.php:174
    11121119msgid ""
    11131120"Your server has an %1$s restriction in effect and your custom backups "
     
    11151122msgstr ""
    11161123
    1117 #: functions/interface.php:183 tmp/3.7/functions/interface.php:183
     1124#: functions/interface.php:183 tmp/3.7.1/functions/interface.php:183
    11181125msgid ""
    11191126"Your custom backups directory (%1$s) doesn&apos;t exist, your backups will "
     
    11211128msgstr ""
    11221129
    1123 #: functions/interface.php:191 tmp/3.7/functions/interface.php:191
     1130#: functions/interface.php:191 tmp/3.7.1/functions/interface.php:191
    11241131msgid ""
    11251132"Your custom backups directory (%1$s) isn&apos;t writable, new backups will "
     
    11271134msgstr ""
    11281135
    1129 #: functions/interface.php:202 tmp/3.7/functions/interface.php:202
     1136#: functions/interface.php:202 tmp/3.7.1/functions/interface.php:202
    11301137msgid ""
    11311138"We connected to your server successfully but still weren&apos;t able to "
     
    11341141msgstr ""
    11351142
    1136 #: functions/interface.php:208 tmp/3.7/functions/interface.php:208
     1143#: functions/interface.php:208 tmp/3.7.1/functions/interface.php:208
    11371144#. translators: 1: Path to backup directory.
    11381145msgid ""
     
    11431150msgstr ""
    11441151
    1145 #: functions/interface.php:217 tmp/3.7/functions/interface.php:217
     1152#: functions/interface.php:217 tmp/3.7.1/functions/interface.php:217
    11461153msgid "Your site&apos;s root path (%s) isn&apos;t readable. Please contact support."
    11471154msgstr ""
    11481155
    11491156#: functions/interface.php:226 functions/interface.php:236
    1150 #: tmp/3.7/functions/interface.php:226 tmp/3.7/functions/interface.php:236
     1157#: tmp/3.7.1/functions/interface.php:226 tmp/3.7.1/functions/interface.php:236
    11511158#. translators: FYI: specified MySQL features.
    11521159#. translators: FYI: specified zip archiving features.
     
    11561163msgstr ""
    11571164
    1158 #: functions/interface.php:245 tmp/3.7/functions/interface.php:245
     1165#: functions/interface.php:245 tmp/3.7.1/functions/interface.php:245
    11591166msgid ""
    11601167"Your server only has %s of disk space left which probably isn&apos;t enough "
     
    11631170msgstr ""
    11641171
    1165 #: functions/interface.php:287 tmp/3.7/functions/interface.php:287
     1172#: functions/interface.php:287 tmp/3.7.1/functions/interface.php:287
    11661173msgid "Database and Files"
    11671174msgstr ""
    11681175
    1169 #: functions/interface.php:291 tmp/3.7/functions/interface.php:291
     1176#: functions/interface.php:291 tmp/3.7.1/functions/interface.php:291
    11701177msgid "Files"
    11711178msgstr ""
    11721179
    1173 #: functions/interface.php:295 tmp/3.7/functions/interface.php:295
     1180#: functions/interface.php:295 tmp/3.7.1/functions/interface.php:295
    11741181msgid "Database"
    11751182msgstr ""
    11761183
    1177 #: functions/interface.php:302 tmp/3.7/functions/interface.php:302
     1184#: functions/interface.php:302 tmp/3.7.1/functions/interface.php:302
    11781185msgid "Legacy"
    11791186msgstr ""
    11801187
    1181 #: functions/interface.php:319 tmp/3.7/functions/interface.php:319
     1188#: functions/interface.php:319 tmp/3.7.1/functions/interface.php:319
    11821189msgid "Started %s ago"
    11831190msgstr ""
    11841191
    1185 #: functions/interface.php:321 tmp/3.7/functions/interface.php:321
     1192#: functions/interface.php:321 tmp/3.7.1/functions/interface.php:321
    11861193msgid "cancel"
    11871194msgstr ""
    11881195
    1189 #: functions/interface.php:339 tmp/3.7/functions/interface.php:339
     1196#: functions/interface.php:339 tmp/3.7.1/functions/interface.php:339
    11901197msgid "No backups completed"
    11911198msgstr ""
    11921199
    1193 #: functions/interface.php:350 tmp/3.7/functions/interface.php:350
     1200#: functions/interface.php:350 tmp/3.7.1/functions/interface.php:350
    11941201msgid "Complete Hourly"
    11951202msgstr ""
    11961203
    1197 #: functions/interface.php:351 tmp/3.7/functions/interface.php:351
     1204#: functions/interface.php:351 tmp/3.7.1/functions/interface.php:351
    11981205msgid "File Hourly"
    11991206msgstr ""
    12001207
    1201 #: functions/interface.php:352 tmp/3.7/functions/interface.php:352
     1208#: functions/interface.php:352 tmp/3.7.1/functions/interface.php:352
    12021209msgid "Database Hourly"
    12031210msgstr ""
    12041211
    1205 #: functions/interface.php:353 tmp/3.7/functions/interface.php:353
     1212#: functions/interface.php:353 tmp/3.7.1/functions/interface.php:353
    12061213msgid "Complete Twice Daily"
    12071214msgstr ""
    12081215
    1209 #: functions/interface.php:354 tmp/3.7/functions/interface.php:354
     1216#: functions/interface.php:354 tmp/3.7.1/functions/interface.php:354
    12101217msgid "File Twice Daily"
    12111218msgstr ""
    12121219
    1213 #: functions/interface.php:355 tmp/3.7/functions/interface.php:355
     1220#: functions/interface.php:355 tmp/3.7.1/functions/interface.php:355
    12141221msgid "Database Twice Daily"
    12151222msgstr ""
    12161223
    1217 #: functions/interface.php:356 tmp/3.7/functions/interface.php:356
     1224#: functions/interface.php:356 tmp/3.7.1/functions/interface.php:356
    12181225msgid "Complete Daily"
    12191226msgstr ""
    12201227
    1221 #: functions/interface.php:357 tmp/3.7/functions/interface.php:357
     1228#: functions/interface.php:357 tmp/3.7.1/functions/interface.php:357
    12221229msgid "File Daily"
    12231230msgstr ""
    12241231
    1225 #: functions/interface.php:358 tmp/3.7/functions/interface.php:358
     1232#: functions/interface.php:358 tmp/3.7.1/functions/interface.php:358
    12261233msgid "Database Daily"
    12271234msgstr ""
    12281235
    1229 #: functions/interface.php:359 tmp/3.7/functions/interface.php:359
     1236#: functions/interface.php:359 tmp/3.7.1/functions/interface.php:359
    12301237msgid "Complete Weekly"
    12311238msgstr ""
    12321239
    1233 #: functions/interface.php:360 tmp/3.7/functions/interface.php:360
     1240#: functions/interface.php:360 tmp/3.7.1/functions/interface.php:360
    12341241msgid "File Weekly"
    12351242msgstr ""
    12361243
    1237 #: functions/interface.php:361 tmp/3.7/functions/interface.php:361
     1244#: functions/interface.php:361 tmp/3.7.1/functions/interface.php:361
    12381245msgid "Database Weekly"
    12391246msgstr ""
    12401247
    1241 #: functions/interface.php:362 tmp/3.7/functions/interface.php:362
     1248#: functions/interface.php:362 tmp/3.7.1/functions/interface.php:362
    12421249msgid "Complete Every Two Weeks"
    12431250msgstr ""
    12441251
    1245 #: functions/interface.php:363 tmp/3.7/functions/interface.php:363
     1252#: functions/interface.php:363 tmp/3.7.1/functions/interface.php:363
    12461253msgid "File Every Two Weeks"
    12471254msgstr ""
    12481255
    1249 #: functions/interface.php:364 tmp/3.7/functions/interface.php:364
     1256#: functions/interface.php:364 tmp/3.7.1/functions/interface.php:364
    12501257msgid "Database Every Two Weeks"
    12511258msgstr ""
    12521259
    1253 #: functions/interface.php:365 tmp/3.7/functions/interface.php:365
     1260#: functions/interface.php:365 tmp/3.7.1/functions/interface.php:365
    12541261msgid "Complete Monthly"
    12551262msgstr ""
    12561263
    1257 #: functions/interface.php:366 tmp/3.7/functions/interface.php:366
     1264#: functions/interface.php:366 tmp/3.7.1/functions/interface.php:366
    12581265msgid "File Monthly"
    12591266msgstr ""
    12601267
    1261 #: functions/interface.php:367 tmp/3.7/functions/interface.php:367
     1268#: functions/interface.php:367 tmp/3.7.1/functions/interface.php:367
    12621269msgid "Database Monthly"
    12631270msgstr ""
    12641271
    1265 #: functions/interface.php:368 tmp/3.7/functions/interface.php:368
     1272#: functions/interface.php:368 tmp/3.7.1/functions/interface.php:368
    12661273msgid "Complete Manually"
    12671274msgstr ""
    12681275
    1269 #: functions/interface.php:369 tmp/3.7/functions/interface.php:369
     1276#: functions/interface.php:369 tmp/3.7.1/functions/interface.php:369
    12701277msgid "File Manually"
    12711278msgstr ""
    12721279
    1273 #: functions/interface.php:370 tmp/3.7/functions/interface.php:370
     1280#: functions/interface.php:370 tmp/3.7.1/functions/interface.php:370
    12741281msgid "Database Manually"
    12751282msgstr ""
    12761283
    1277 #: tmp/3.7/backdrop/server.php:6
     1284#: tmp/3.7.1/backdrop/server.php:6
    12781285msgid "No key supplied"
    12791286msgstr ""
    12801287
    1281 #: tmp/3.7/backdrop/server.php:11
     1288#: tmp/3.7.1/backdrop/server.php:11
    12821289msgid "Supplied key was not valid"
    12831290msgstr ""
    12841291
    1285 #: tmp/3.7/backdrop/task.php:22
     1292#: tmp/3.7.1/backdrop/task.php:22
    12861293msgid "Task is already scheduled to run"
    12871294msgstr ""
    12881295
    1289 #: tmp/3.7/backdrop/task.php:41
     1296#: tmp/3.7.1/backdrop/task.php:41
    12901297msgid "Task is not scheduled to run"
    1291 msgstr ""
    1292 
    1293 #: tmp/3.7/classes/class-plugin.php:442
    1294 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"
    13021298msgstr ""
    13031299
     
    13211317msgstr ""
    13221318
    1323 #: admin/extensions.php:117 tmp/3.7/admin/extensions.php:117
     1319#: admin/extensions.php:117 tmp/3.7.1/admin/extensions.php:117
    13241320msgctxt "Plugin status"
    13251321msgid "Active"
    13261322msgstr ""
    13271323
    1328 #: admin/schedule-sentence.php:120 tmp/3.7/admin/schedule-sentence.php:120
     1324#: admin/schedule-sentence.php:120 tmp/3.7.1/admin/schedule-sentence.php:120
    13291325msgctxt ""
    13301326"1: Backup Type 2: Total size of backup 3: Schedule 4: Number of backups to "
     
    13331329msgstr ""
    13341330
    1335 #: functions/interface.php:341 tmp/3.7/functions/interface.php:341
     1331#: functions/interface.php:341 tmp/3.7.1/functions/interface.php:341
    13361332msgctxt "backups count"
    13371333msgid "One backup completed"
  • backupwordpress/trunk/readme.txt

    r1937592 r1939336  
    11=== BackUpWordPress ===
    2 Contributors: xibodevelopment, willmot, dashaluna, pauldewouters, joehoyle, mattheu, tcrsavage, cuvelier, katmoody, sambulance
     2Contributors: xibodevelopment, willmot, dashaluna, pauldewouters, joehoyle, mattheu, tcrsavage, cuvelier, katmoody, sambulance, dnutbourne, snightingale
    33Tags: back up, backup, backups, database, zip, db, files, archive, wp-cli, xibodevelopment
    44Requires at least: 3.9
    55Tested up to: 4.7
    6 Stable tag: 3.7
     6Stable tag: 3.7.1
    77
    88Simple automated backups of your WordPress-powered website.
     
    161161
    162162== Changelog ==
     163
     164### 3.7.1 / 2018-09-11
     165
     166* Fixed admin notices
    163167
    164168### 3.7 / 2018-08-30
  • backupwordpress/trunk/whitelist-html/.git

    r1936070 r1939336  
    1 gitdir: ../.git/modules/whitelist-html/
     1gitdir: ..\.git\modules\whitelist-html
Note: See TracChangeset for help on using the changeset viewer.