Backup and Restore WordPress – WPBackItUp Backup Plugin - Version 1.13

Version Description

*Release Date - August 14, 2016

  • UPDATE : WordPress 4.6 support
  • UPDATE : Minify style sheets and javascript files
  • NEW FEATURE : Restore to different table prefix
  • NEW FEATURE : Add backup notes so that users can annotate backups
  • NEW FEATURE : Add database(db) file to backup which contains complete database export in single SQL file.
Download this release

Release Info

Developer cssimmon
Plugin Icon 128x128 Backup and Restore WordPress – WPBackItUp Backup Plugin
Version 1.13
Comparing to
See all releases

Code changes from version 1.12.5 to 1.13

css/wpbackitup-admin.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .error{color:red}.warning{color:#FEEFB3}.wpbackitup-warning{color:#FF8000}.isa_cancelled,.isa_error,.isa_info,.isa_success,.isa_warning{border:1px solid;margin:10px 0;padding:15px 10px 15px 50px;background-repeat:no-repeat;background-position:10px center;-moz-border-radius:.5em;-webkit-border-radius:.5em;border-radius:.5em}.submit,h3,td{padding:0}.isa_info{color:#00529B;background-color:#BDE5F8;background-image:url(../images/info.png)}.isa_success{color:#4F8A10;background-color:#DFF2BF;background-image:url(../images/success.png)}.isa_warning{color:#9F6000;background-color:#FEEFB3;background-image:url(../images/warning.png)}.isa_error{color:#D8000C;background-color:#FFBABA;background-image:url(../images/error.png)}.isa_cancelled{color:#9F6000;background-color:#FEEFB3;background-image:url(../images/warning.png)}p{line-height:1.4em}h3{margin:0;border-bottom:1px solid #eee}.wp-backitup-iframe{height:0;margin:0;padding:0;position:absolute;top:0;right:0;width:0;z-index:-1}.notice-error,.notice-success,.notice-warning{margin:10px 20px 2px!important;padding:15px 10px 15px 50px;background-repeat:no-repeat;background-position:10px center}.notice-error{border-color:#D8000C;background-image:url(../images/error.png)}.notice-success{border-color:#7ad03a;background-image:url(../images/success.png)}.notice-warning{border-color:#9F6000;background-image:url(../images/warning.png)}#wp-backitup-notification-widget-close{cursor:pointer}#content{float:left;width:65%}#content input[type=text],#content input[type=file]{padding:0}.status-icon{display:inline;height:16px;position:relative;top:3px;left:5px;visibility:hidden;width:16px}.backup-cancelled,.backup-error,.backup-errors,.backup-errors div,.backup-status,.backup-status span,.backup-success,.backup-success div,.backup-warning,.backup-warning div,.restore-errors,.restore-errors div,.restore-status,.restore-status span,.restore-success,.restore-success div,.upload-status,.upload-status span{display:none}#sidebar{float:right;width:30%}.widget{padding:1em;background-color:#fff;margin:20px}.cancel-hidden{display:none!important}.filters p label,ul.tagit li{display:block}ul.tagit{padding:1px 5px;overflow:auto;margin-left:inherit;margin-right:inherit}ul.tagit li{float:left;margin:2px 5px 2px 0}input.tagit-hidden-field,ul.tagit li.tagit-choice .tagit-close .text-icon{display:none}ul.tagit li.tagit-choice{position:relative;line-height:inherit}ul.tagit li.tagit-choice-read-only{padding:.2em .5em}ul.tagit li.tagit-choice-editable{padding:.2em 18px .2em .5em}ul.tagit li.tagit-new{padding:.25em 4px .25em 0}ul.tagit li.tagit-choice a.tagit-label{cursor:pointer;text-decoration:none}ul.tagit li.tagit-choice .tagit-close{cursor:pointer;position:absolute;right:.1em;top:50%;margin-top:-8px;line-height:17px}ul.tagit li.tagit-choice input{display:block;float:left;margin:2px 5px 2px 0}ul.tagit input[type=text]{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;border:none;margin:0;padding:0;width:inherit;background-color:inherit;outline:0}.dbfilters_section{overflow:hidden;clear:both;margin-top:-20px}.dbfilters_section h4{margin-bottom:2px}.dbfilters_section_left,.dbfilters_section_right{float:left;width:302px;margin-right:10px}.wpbackitup_connectedSortable{border:1px solid #eee;width:100%;min-height:20px;list-style-type:none;margin:0;padding:5px 0 0}.wpbackitup_connectedSortable li{margin:0 5px 5px;padding:5px;font-size:1.2em;width:280px}.word-capitalize{text-transform:capitalize}.wpb-badge{position:absolute;right:0;top:0;background:url(../images/wpbackitup-logo.png) center top no-repeat;color:#32828b;display:inline-block;font-size:14px;font-weight:600;height:40px;margin:5px 0 0;padding-top:132px;text-align:center;text-rendering:optimizelegibility;width:150px}.success-grid{color:#4F8A10;background-color:#DFF2BF;font-weight:700}.wpbackitup-topbar{position:relative;top:20px;overflow:hidden;clear:both;margin:0;width:98%;min-width:255px;padding:10px;background:#ddd;border-radius:15px}.wpbackitup-topbar a,.wpbackitup-topbar h2{float:left;margin-left:5px;margin-right:25px}.wpbackitup-topbar h2{font-size:25px;font-weight:600}.wpbiu-button{float:right!important;margin-right:15px!important;margin-top:15px!important}#import-uploads{display:none}#import-uploads.button-secondary{margin-top:12px;background:#42b8dd!important;color:#fff!important}#import-uploads.button-secondary:hover{background:#45bce4!important;border-color:#aaa!important}.wpbiu-notes{overflow:hidden}.wpbiu-notes textarea{width:100%;height:60px;padding:5px}.wpbiu-notes button{width:15%;margin:5px 0!important}.wpbiu-notes span{margin-left:10px;color:green;display:none}
css/wpbackitup_admin.css CHANGED
@@ -331,4 +331,25 @@ ul.tagit input[type="text"] {
331
  #import-uploads.button-secondary:hover{
332
  background: rgb(69, 188, 228) !important;
333
  border-color:#aaa !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
  }
331
  #import-uploads.button-secondary:hover{
332
  background: rgb(69, 188, 228) !important;
333
  border-color:#aaa !important;
334
+ }
335
+
336
+ .wpbiu-notes{
337
+ overflow: hidden;
338
+ }
339
+
340
+ .wpbiu-notes textarea{
341
+ width: 100%;
342
+ height: 60px;
343
+ padding: 5px;
344
+ }
345
+
346
+ .wpbiu-notes button{
347
+ width: 15%;
348
+ margin: 5px 0 !important;
349
+ }
350
+
351
+ .wpbiu-notes span{
352
+ margin-left: 10px;
353
+ color: green;
354
+ display: none;
355
  }
js/wpbackitup-admin.min.js ADDED
@@ -0,0 +1 @@
 
1
+ !function(e){function a(){e(".viewloglink").click(function(){var a=e(this).attr("href");return e("#backup_name").val(a),e("#viewlog").submit(),!1})}function t(){e(".downloadbackuplink").bind("click",function(){var a=e(this).attr("href");return e("#backup_file").val(a),e("#download_backup").submit(),!1})}function n(a,n){var o=({action:h("backup_zip_filelist"),job_id:a},n.replace(/[^A-Za-z0-9\-]/g,"")),s=0,c="",l='<div id="'+o+'"> <h2>WP BackItUp Backup Set: &nbsp;<em>'+n+'</em></h2> <div class="wpbiu-notes"> <textarea class="backupnotes" id="wpbiu-note-box" placeholder="add notes here"></textarea> <button id="wpbiu-note-btn" class="button-primary">Save</button><span id="wpbiu-note-response">Note Saved!</span></div> <p>Below are the archive files included in this backup set. Click the link to download.</p> <table class="widefat" id="datatable"> <tbody>';e.ajax({url:ajaxurl,type:"POST",data:{action:h("backup_zip_filelist"),job_id:a},dataType:"json"}).done(function(n){n.data?(e.each(n.data,function(){var a=e(this)[0].name.split(/[\/]+/).pop(),t=e(this)[0].size;if(console.log(a,t),a.indexOf("-backupset-")>-1)c='<p><a class="downloadbackuplink" href="'+a+'"><i class="fa fa-cloud-download fa-3x"></i> <strong>Download a single zip file that contains all these files.</strong></a> <br><em>* Please note that this is a '+t+" file which may timeout on some hosts.</em></p>";else{s++;var n="";s%2!=0&&(n="alternate"),l+='<tr class="'+n+'" id="row'+s+'"> <td><a class="downloadbackuplink" href="'+a+'">'+a+"</a></td> <td>"+t+"</td> </tr>"}}),l+=c+"</tbody></table></div>",e("#TB_ajaxContent").html(l),t(),e.ajax({url:ajaxurl,type:"post",data:{action:h("backup_get_note"),job_id:a},success:function(a){e("#wpbiu-note-box").val(a.data)}}),e("#wpbiu-note-btn").click(function(){var t=e("#wpbiu-note-box").val();e.ajax({url:ajaxurl,type:"POST",data:{action:h("backup_add_note"),job_id:a,note:t},dataType:"json"}).success(function(a){e("#wpbiu-note-response").fadeIn()})}),e("#wpbiu-note-box").focus(function(){e("#wpbiu-note-response").hide()})):i(n,null,null)}).fail(function(e,a,t){i(e,a,t)})}function i(e,a,t){var n="Error-Invalid response from server: ";a&&(n+=a+"\n"),t&&(n+=t+"\n"),n+="\nResponse: \n\n"+JSON.stringify(e),alert(n)}function o(){var a={action:h("restore_status_reader"),job_id:v};e.post(ajaxurl,a,function(a){var t=e(a);t.each(function(){var a="."+e(this).attr("class"),t="."+e(this).attr("class")+"-icon";0==e(this).html()&&(e(a).find(".status").hide(),e(a).find(".status-icon").hide()),1==e(this).html()&&(e(t).css("visibility","visible"),e(a).find(".status").fadeOut(200),e(a).find(".status-icon").fadeIn(1500)),2==e(this).html()&&(e(a).find(".status-icon").fadeOut(200),e(a).find(".status").fadeIn(1500)),e(this).html()==-1&&(e(a).find(".status-icon").fadeOut(200),e(a).find(".fail").fadeIn(1500),e(a).find(".isa_error").fadeIn(1500),clearInterval(window.intervalDefine)),e(this).html()==-2&&e(a).find(".isa_warning").fadeIn(1500),99==e(this).html()&&(e(a).find(".isa_success").fadeIn(1500),clearInterval(window.intervalDefine))})})}function s(){var a={action:h("backup_status_reader"),job_id:v};e.post(ajaxurl,a,function(a){if(x)return clearInterval(window.intervalDefine),e(".status-icon").fadeOut(200),e("#backup-button").removeAttr("disabled"),e("#cancel-button").fadeOut(200),e(".backup-cancelled").fadeIn(200),!1;var t=e(a);t.each(function(){var a="."+e(this).attr("class"),t="."+e(this).attr("class")+"-icon";0==e(this).html()&&(e(a).find(".status").hide(),e(a).find(".status-icon").hide()),1==e(this).html()&&(e(t).css("visibility","visible"),e(a).find(".status").fadeOut(200),e(a).find(".status-icon").fadeIn(1500)),2==e(this).html()&&(e(a).find(".status-icon").fadeOut(200),e(a).find(".status").fadeIn(1500)),e(this).html()==-1&&(e(a).find(".status-icon").fadeOut(200),e(a).find(".fail").fadeIn(1500),clearInterval(window.intervalDefine),c()),e(this).html()==-2&&(e(a).find(".status-icon").fadeOut(200),e(a).find(".wpbackitup-warning").fadeIn(1500)),99==e(this).html()&&(e(a).find(".status-icon").fadeOut(200),e(a).find(".status").fadeIn(1500),clearInterval(window.intervalDefine),c())})})}function c(){var a=e.ajax({url:ajaxurl,type:"POST",data:{action:h("backup_response_reader")},dataType:"json"});a.always(function(a,t,n){if(console.log("Backup Response:"+JSON.stringify(a)),"undefined"!=typeof a.backupStatus&&"undefined"!=typeof a.backupMessage){if(console.log("JSON Backup Status:"+a.backupStatus),console.log("JSON Backup Message:"+a.backupMessage),y)return;switch(y=!0,a.backupStatus){case"success":if(console.log("JSON success response received."),e(".status-icon").fadeOut(200),e("#backup-button").removeAttr("disabled"),e("#cancel-button").addClass("cancel-hidden"),e(".isa_success").show,e(".backup-success").fadeIn(1500),f(a),"undefined"!=typeof a.backupWarnings){var i=e(".backup-warning"),o=a.backupWarnings;o.forEach(function(e){var a=e.warningMessage;i.append('<li class="isa_warning">'+wpbackitup_local.warning+": "+a+"</li>")}),i.fadeIn(1500)}break;case"error":console.log("JSON error response received.");var s=wpbackitup_local.unexpected_err;"undefined"!=typeof a.backupMessage&&(s=a.backupMessage);var c=wpbackitup_local.error+": &nbsp;"+s,l=e(".backup-error");l.html(c),l.addClass("isa_error"),l.fadeIn(1500),e(".status-icon").fadeOut(200),e("#backup-button").removeAttr("disabled"),e("#cancel-button").addClass("cancel-hidden");break;default:console.log("Unexpected JSON response status received.");var s=wpbackitup_local.unexpected_err2;"undefined"!=typeof a.backupMessage&&(s=a.backupMessage);var c=wpbackitup_local.error+"(JS998) : &nbsp;"+s,d=e(".backup-error");d.html(c),d.addClass("isa_error"),d.fadeIn(1500),e(".status-icon").fadeOut(200),e("#backup-button").removeAttr("disabled"),e("#cancel-button").addClass("cancel-hidden")}}else{console.log("NON JSON response received."),console.log("Backup Response:"+n),c=wpbackitup_local.unexpected_err3+": &nbsp;",c+="</br>"+wpbackitup_local.response+": &nbsp;"+JSON.stringify(a),c+="</br>"+wpbackitup_local.status+": &nbsp;"+t,c+="</br>"+wpbackitup_local.error+": &nbsp;"+JSON.stringify(n),e(".backup-status").hide();var d=e(".backup-error");d.html(c),d.addClass("isa_error"),d.show(),e(".status-icon").fadeOut(200)}})}function l(){e(".backup-icon").css("visibility","visible"),e(".backup-icon").show(),e(".backup-success").hide(),e(".default-status").hide(),e(".backup-error").hide(),e(".backup-cancelled").hide(),e("ul.backup-status").children().children().hide(),e(".backup-errors").children().children().hide(),e(".backup-success").children().children().hide(),e(".backup-status").show(),y=!1,window.intervalDefine=setInterval(s,5e3)}function d(){e(".backup-icon").css("visibility","visible"),e(".backup-icon").show(),e(".backup-status").show(),y=!1,clearInterval(window.intervalDefine),window.intervalDefine=setInterval(s,5e3)}function r(){e(".restore-icon").css("visibility","visible"),e(".default-status, .upload-status").hide(),e("ul.restore-status").children().children().hide(),e(".restore-errors").children().children().hide(),e(".restore-success").children().children().hide(),e(".restore-status, .restore-errors, .restore-success").show(),e(".preparing-icon").css("visibility","visible"),e(".preparing").find(".status-icon").fadeIn(1500),window.intervalDefine=setInterval(o,5e3)}function u(a){var t=new plupload.Uploader(a);t.init(),t.bind("FilesAdded",function(a,t){plupload.each(t,function(a){e("#filelist").append('<div id="media-item-'+a.id+'" class="media-item child-of-0"><img class="pinkynail" alt="" src="'+site_url+'/wp-includes/images/media/archive.png"><div class="filename new" id="'+a.id+'">'+a.name+" (<span>"+plupload.formatSize(0)+"</span> of "+plupload.formatSize(a.size)+') <div class="progress" style="width: 0%;"></div></div></div>')}),a.refresh(),a.start()}),t.bind("UploadProgress",function(a,t){e("#"+t.id+" .progress").width(.15*t.percent+"%"),e("#"+t.id+" span").html(plupload.formatSize(parseInt(t.size*t.percent/100)))}),t.bind(" ChunkUploaded",function(e,a,t){console.log("Chunk Uploaded:"),console.log(t),p(t,e,a)&&console.log("chunk error")}),t.bind("Error",function(a,t){console.log("PlUpload Error:"),console.log(t);var n="error-item-"+t.file.id;e("#"+n).length||e("#filelist").append('<div class="error-div error" id="'+n+'" ><strong>'+t.file.name+" has failed to upload due to error:&nbsp;</strong> <span>"+t.message+"</span> </div>")}),t.bind("FileUploaded",function(a,t,n){console.log("File Uploaded"),console.log(n),p(n,a,t)?console.log("uploaded error"):(console.log("uploaded success"),e("#"+t.id+" .progress").css("background-color","green"),e("#import-uploads").show())})}function p(e,a,t){if("200"!=e.status)return alert("Unknown server response status: "+e.code),console.log(e),b(a,t,999,e.response),!0;try{return response_json=jQuery.parseJSON(e.response),!!response_json.error&&(b(a,t,100,response_json.error),!0)}catch(n){return console.log("Unexpected JSON Error"+n),b(a,t,998,e.response),!0}}function b(a,t,n,i){t.status=plupload.FAILED,a.trigger("Error",{code:n,message:i,file:t}),e("#media-item-"+t.id).hide()}function f(n){console.log(n);var i;i='class="success-grid"',e("#datatable tr").first().hasClass("alternate")||(i='class="alternate success-grid"');var o=e("#datatable tr:last")[0].id.replace("row","");if(o++,"undefined"!=typeof n){var s='<td class="word-capitalize">'+n.backupRuntype+"</td>\n<td>"+n.backupDate+"</td>\n";s+="<td>"+n.backupDuration+"</td>\n",n.backupMessage&&(s+="<td>"+n.backupMessage+"</td>\n");var c=n.backupName,l=c.replace(/[^A-Za-z0-9\-]/g,""),d=c.lastIndexOf("_"),r=c.substring(d+1),u="<tr "+i+' id="row'+o+'">\n <td><a href="#TB_inline?width=600&height=550&inlineId='+l+'" class="thickbox" title="Download Backup" name="'+n.backupName+'" data-jobid="'+r+'"><i class="fa fa-download"></i> '+n.backupName+"</a></td>\n";u+=s,u+="<td>&nbsp;</td>",u+="</tr>",e("#nofiles")&&e("#nofiles").remove();e("#datatable tr").length;e("#datatable").prepend(u),e("#datatable tr:first").hide().show("slow"),a(),t()}}function h(e){return g+"_"+e}function _(){notification_bar=e("#wp-backitup-notification-parent"),notification_bar.fadeOut("slow")}function k(a){notification_bar_message=e("#wp-backitup-notification-message"),notification_bar_message.html("<p>"+a+"</p>"),notification_bar=e("#wp-backitup-notification-parent"),notification_bar.toggleClass("error",!1),notification_bar.toggleClass("updated",!0),notification_bar.show(),e("html, body").animate({scrollTop:0},"slow")}function w(a){notification_bar_message=e("#wp-backitup-notification-message"),notification_bar_message.html("<p>"+a+"</p>"),notification_bar=e("#wp-backitup-notification-parent"),notification_bar.toggleClass("updated",!1),notification_bar.toggleClass("error",!0),notification_bar.show(),e("html, body").animate({scrollTop:0},"slow")}var g="wp-backitup",v=0;a(),t();try{"undefined"!=typeof wpbackitup_plupload_config&&u(wpbackitup_plupload_config)}catch(m){console.log(m)}e("#scheduled-backups-accordian").click(function(){scheduled_backups=e("#scheduled-backups"),scheduled_backups_button=e("#scheduled-backups-accordian"),e(this).is(".fa-angle-double-down")?(scheduled_backups.fadeIn("slow"),scheduled_backups_button.toggleClass("fa-angle-double-down",!1),scheduled_backups_button.toggleClass("fa-angle-double-up",!0)):(scheduled_backups_button.toggleClass("fa-angle-double-down",!0),scheduled_backups_button.toggleClass("fa-angle-double-up",!1),scheduled_backups.fadeOut("slow"))}),e("#upload-backups-accordian").click(function(){upload_backups=e("#wpbackitup-plupload-modal"),upload_backups_button=e("#upload-backups-accordian"),e(this).is(".fa-angle-double-down")?(upload_backups.fadeIn("slow"),upload_backups_button.toggleClass("fa-angle-double-down",!1),upload_backups_button.toggleClass("fa-angle-double-up",!0)):(upload_backups_button.toggleClass("fa-angle-double-down",!0),upload_backups_button.toggleClass("fa-angle-double-up",!1),upload_backups.fadeOut("slow"))}),e("#wpbackitup-zip").bind("change",function(){var a=this.files[0].size,t=e("#maxfilesize").val();"undefined"!=a&&"undefined"!=t&&""!=a&&""!=t&&a>t&&(alert(wpbackitup_local.upload_file_size_exceed),e("#wpbackitup-zip").val(""))}),e("#wpbackitup_delete_all").change(function(){cb=e(this),cb.val(cb.prop("checked")===!0?1:0)}),e("#wpbackitup_rversion_compare").change(function(){cb=e(this),cb.val(cb.prop("checked")===!0?1:0)}),e("#wpbackitup_single_file_backupset").change(function(){cb=e(this),cb.val(cb.prop("checked")===!0?1:0)}),e("#wpbackitup_single_file_db").change(function(){cb=e(this),cb.val(cb.prop("checked")===!0?1:0)}),e("#wpbackitup_backup_plugins_filter").tagit(),e("#wpbackitup_backup_themes_filter").tagit(),e("#wpbackitup_backup_uploads_filter").tagit(),e("#wpbackitup_backup_others_filter").tagit(),e("#wpbackitup_backup_dbtables_filterable_list , #wpbackitup_backup_dbtables_filtered_list").sortable({connectWith:".wpbackitup_connectedSortable"}).disableSelection(),e("#Save_DBFilters").click(function(a){var t=Array();e("#wpbackitup_backup_dbtables_filtered_list li").each(function(a){t.push(e(this).text())}),e("#wpbackitup_backup_dbtables_filter_list").val(t.join(", "))}),e("#import-uploads").click(function(){setTimeout(function(){window.location.reload()},100)}),e(document.body).on("click",".thickbox",function(){var a=e(this).data("jobid");console.log(a);var t=this.name;n(a,t)});var y=!1;e("#wp-backitup-notification-widget-close").click(function(){notification_bar=e("#wp-backitup-notification-widget"),notification_bar.fadeOut("slow");var a=e.ajax({url:ajaxurl,type:"POST",data:{action:h("delete_transient")},dataType:"json"});a.always(function(a,t,n){a!==!1&&(notification_bar.removeClass(),notification_bar.addClass("notice"),notification_bar.addClass("notice-"+a.message_type),e("#wp-backitup-notification-widget-message p").html(a.message),notification_bar.hide().fadeIn("slow"))})}),e("#wp-backitup-notification-close").click(function(){_()}),e("#wp-backitup-save_schedule_form").submit(function(){var a=new FormData;a.append("action",h("update-schedule")),a.append("_wpnonce",e("#wp-backitup_nonce-update-schedule").val()),a.append("_wp_http_referer",e("[name='_wp_http_referer']").val());var t=[];return e.each(e("input[name='dow']:checked"),function(){t.push(e(this).val())}),a.append("days_selected",t),jQuery.ajax({url:ajaxurl,type:"POST",cache:!1,contentType:!1,processData:!1,dataType:"json",data:a,success:function(e,a,t){switch(response=e.message,console.log("Success:"+response),response){case"success":k(wpbackitup_local.scheduled_saved);break;case"error":w(wpbackitup_local.scheduled_not_saved)}},error:function(e,a,t){console.log("Error."+a+":"+t)},complete:function(e,a){console.log("Complete")}}),!1});var j=null;e(".backup-button").click(function(a){a.preventDefault(),x=!1,e("#backup-button").attr("disabled","disabled"),e("#cancel-button").removeClass("cancel-hidden"),e("#cancel-button").removeAttr("disabled"),e("#cancel-button").fadeIn(200),j=e.ajax({url:ajaxurl,type:"POST",data:{action:h("backup")},cache:!1,dataType:"json",beforeSend:function(e,a){console.log("BeforeSend:Nothing to report."),l()}}),j.always(function(e,a,t){console.log("Backup Button Click - Always"),console.log(e.message),"undefined"!=typeof e.job_id?(v=e.job_id,console.log("Job_Id:"+e.job_id)):console.log("No Job Id found:"+e)})});var x=!1;e(".cancel-button").click(function(a){a.preventDefault(),e("#cancel-button").attr("disabled","disabled"),null!=j&&(j.abort(),j=null),j=e.ajax({url:ajaxurl,type:"POST",data:{action:h("cancel_backup"),job_id:v},cache:!1,dataType:"json",beforeSend:function(e,a){console.log("BeforeSend:Nothing to report."),d()}}),j.always(function(e,a,t){console.log("Cancel Button Click - Always"),console.log(e),"undefined"!=typeof e.success&&1==e.success?console.log("Job Cancelled successfully"):console.log("Job was not cancelled successfully"),x=!0})}),e("#datatable").on("click","a.restoreRow",function(a){if(a.preventDefault(),confirm(wpbackitup_local.confirm_restore)){var t=this.title;this.id.replace("restoreRow","row");userid=e("input[name=user_id]").val();var n=e.ajax({url:ajaxurl,type:"post",data:{action:h("restore"),selected_file:t,user_id:userid},cache:!1,dataType:"json",beforeSend:function(){console.log("BeforeSend:Nothing to report."),r()}});n.always(function(e,a,t){"undefined"!=typeof e.job_id?(v=e.job_id,console.log("Job_Id:"+e.job_id)):console.log("No Job Id found:"+e)})}}),e("#datatable").on("click","a.deleteRow",function(a){if(a.preventDefault(),confirm(wpbackitup_local.sure)){var t=this.title,n=e(this).data("id"),i=this.id.replace("deleteRow","row");e.ajax({url:ajaxurl,type:"post",data:{action:h("delete_file"),filed:t,post_id:n},success:function(a){var t=a.search("deleted");0==t?e("#"+i).remove():alert(wpbackitup_local.file_not_del)}})}})}(jQuery);
js/wpbackitup_admin.js CHANGED
@@ -98,6 +98,11 @@
98
  cb.val(cb.prop('checked')=== true ? 1: 0);
99
  });
100
 
 
 
 
 
 
101
  /* settings filters */
102
  $('#wpbackitup_backup_plugins_filter').tagit();
103
  $('#wpbackitup_backup_themes_filter').tagit();
@@ -124,7 +129,7 @@
124
  window.location.reload()
125
  }, 100);
126
  });
127
-
128
  $(document.body).on('click', '.thickbox', function(){
129
  var job_id = $(this).data('jobid');
130
  console.log(job_id);
@@ -151,7 +156,8 @@
151
  }
152
 
153
  /* get single backup list */
154
- function wpbackitup_get_single_backup_zip_filelist(backup_job_id, job_name){
 
155
  var get_filelist_action = {
156
  action: wpbackitup_get_action_name('backup_zip_filelist'),job_id: backup_job_id
157
  };
@@ -163,6 +169,9 @@
163
  var html_data =
164
  '<div id="'+ inlineId +'">\
165
  <h2>WP BackItUp Backup Set: &nbsp;<em>'+ job_name +'</em></h2>\
 
 
 
166
  <p>Below are the archive files included in this backup set. Click the link to download.</p>\
167
  <table class="widefat" id="datatable">\
168
  <tbody>';
@@ -205,6 +214,34 @@
205
  html_data += html_backupset + '</tbody></table></div>';
206
  $('#TB_ajaxContent').html(html_data);
207
  wpbackitup_add_downloadbackup_onclick();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
208
  }
209
  else {
210
  unexpected_alert(response, null, null);
98
  cb.val(cb.prop('checked')=== true ? 1: 0);
99
  });
100
 
101
+ $('#wpbackitup_single_file_db').change(function(){
102
+ cb = $(this);
103
+ cb.val(cb.prop('checked')=== true ? 1: 0);
104
+ });
105
+
106
  /* settings filters */
107
  $('#wpbackitup_backup_plugins_filter').tagit();
108
  $('#wpbackitup_backup_themes_filter').tagit();
129
  window.location.reload()
130
  }, 100);
131
  });
132
+
133
  $(document.body).on('click', '.thickbox', function(){
134
  var job_id = $(this).data('jobid');
135
  console.log(job_id);
156
  }
157
 
158
  /* get single backup list */
159
+ function wpbackitup_get_single_backup_zip_filelist(backup_job_id, job_name) {
160
+
161
  var get_filelist_action = {
162
  action: wpbackitup_get_action_name('backup_zip_filelist'),job_id: backup_job_id
163
  };
169
  var html_data =
170
  '<div id="'+ inlineId +'">\
171
  <h2>WP BackItUp Backup Set: &nbsp;<em>'+ job_name +'</em></h2>\
172
+ <div class="wpbiu-notes">\
173
+ <textarea class="backupnotes" id="wpbiu-note-box" placeholder="add notes here"></textarea>\
174
+ <button id="wpbiu-note-btn" class="button-primary">Save</button><span id="wpbiu-note-response">Note Saved!</span></div>\
175
  <p>Below are the archive files included in this backup set. Click the link to download.</p>\
176
  <table class="widefat" id="datatable">\
177
  <tbody>';
214
  html_data += html_backupset + '</tbody></table></div>';
215
  $('#TB_ajaxContent').html(html_data);
216
  wpbackitup_add_downloadbackup_onclick();
217
+
218
+
219
+ $.ajax({
220
+ url: ajaxurl,
221
+ type: 'post',
222
+ data: { action: wpbackitup_get_action_name('backup_get_note'), job_id: backup_job_id },
223
+ success: function(data) { $("#wpbiu-note-box").val(data.data); }
224
+ });
225
+
226
+ // save notes on button click
227
+ $("#wpbiu-note-btn").click(function() {
228
+ var note = $("#wpbiu-note-box").val();
229
+
230
+ //ajax call to delete it from the transient array
231
+ var jqxhr = $.ajax({
232
+ url: ajaxurl,
233
+ type: 'POST',
234
+ data: {action: wpbackitup_get_action_name('backup_add_note'), job_id: backup_job_id, note: note},
235
+ dataType: "json"
236
+ }).success(function(data){
237
+ $("#wpbiu-note-response").fadeIn();
238
+ });
239
+ });
240
+
241
+ // hide note
242
+ $("#wpbiu-note-box").focus(function(){
243
+ $("#wpbiu-note-response").hide();
244
+ });
245
  }
246
  else {
247
  unexpected_alert(response, null, null);
languages/wp-backitup-bn_BD.mo CHANGED
Binary file
languages/wp-backitup-bn_BD.po CHANGED
@@ -4,8 +4,8 @@
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: WPBackItUp\n"
7
- "POT-Creation-Date: 2016-06-25 07:42-0400\n"
8
- "PO-Revision-Date: 2016-06-25 07:42-0400\n"
9
  "Last-Translator: MD. AL-AMIN <alamin_opu@yahoo.com>\n"
10
  "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/wp-translations/wp-"
11
  "backitup/language/bn_BD/)\n"
@@ -24,174 +24,174 @@ msgstr ""
24
  msgid "Every %d Minutes"
25
  msgstr ""
26
 
27
- #: lib/includes/class-wpbackitup-admin.php:212 views/backup.php:277 views/backup.php:283
28
- #: views/backup.php:348 views/restore.php:99 wp-backitup.php:142
29
  msgid "Backup"
30
  msgstr "ব্যাকআপ"
31
 
32
- #: lib/includes/class-wpbackitup-admin.php:216 lib/includes/class-wpbackitup-admin.php:254
33
- #: views/restore.php:136 wp-backitup.php:156
34
  msgid "Restore"
35
  msgstr "পুনরুদ্ধার"
36
 
37
- #: lib/includes/class-wpbackitup-admin.php:220
38
  msgid "Support"
39
  msgstr "সাহায্য"
40
 
41
- #: lib/includes/class-wpbackitup-admin.php:223
42
  msgid "Settings"
43
  msgstr "সেটিংস"
44
 
45
- #: lib/includes/class-wpbackitup-admin.php:247
46
  msgid "The backup you have selected exceeds what your host allows you to upload."
47
  msgstr ""
48
  "অাপনি যে ব্যাকঅাপটি সিলেক্ট করেছেন সেটি অাপনার হোস্ট যতটুকু অাপলোড করার অনুমতি দেয় তা অতিক্রম "
49
  "করবে।"
50
 
51
- #: lib/includes/class-wpbackitup-admin.php:248 views/backup.php:439 views/backup.php:440
52
  #: views/backup.php:441 views/backup.php:442 views/backup.php:443 views/backup.php:444
53
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447 views/backup.php:448
54
  msgid "Warning"
55
  msgstr "সতর্কবার্তা"
56
 
57
- #: lib/includes/class-wpbackitup-admin.php:249 views/backup.php:253 views/backup.php:376
58
  msgid "Error"
59
  msgstr "ত্রুটি"
60
 
61
- #: lib/includes/class-wpbackitup-admin.php:250
62
  msgid "Response"
63
  msgstr "উত্তর"
64
 
65
- #: lib/includes/class-wpbackitup-admin.php:251 views/backup.php:352 views/backup.php:430
66
  #: views/restore.php:230
67
  msgid "Status"
68
  msgstr "অবস্থা"
69
 
70
- #: lib/includes/class-wpbackitup-admin.php:252
71
  msgid "Download"
72
  msgstr "ডাউনলোড"
73
 
74
- #: lib/includes/class-wpbackitup-admin.php:253 views/backup.php:407 views/restore.php:129
75
  msgid "Delete"
76
  msgstr "মুছুন "
77
 
78
- #: lib/includes/class-wpbackitup-admin.php:255
79
  msgid "(JS997) Unexpected error"
80
  msgstr "(JS997) অপ্রত্যাশিত ত্রুটি"
81
 
82
- #: lib/includes/class-wpbackitup-admin.php:256
83
  msgid "(JS998) Unexpected error"
84
  msgstr "(JS998) অপ্রত্যাশিত ত্রুটি"
85
 
86
- #: lib/includes/class-wpbackitup-admin.php:257
87
  msgid "(JS999) An unexpected error has occurred"
88
  msgstr "(JS999) একটি অপ্রত্যাশিত ত্রুটি হয়েছে"
89
 
90
- #: lib/includes/class-wpbackitup-admin.php:258
91
  msgid "Scheduled has been saved."
92
  msgstr "সুচি সংরক্ষন করা হয়েছে।"
93
 
94
- #: lib/includes/class-wpbackitup-admin.php:259
95
  msgid "Scheduled was not saved."
96
  msgstr "সুচি সংরক্ষন সম্পন্ন হয়নি।"
97
 
98
- #: lib/includes/class-wpbackitup-admin.php:260
99
  msgid "Are you sure you want to restore your site?"
100
  msgstr "অাপনি কি নিশ্চিতভাবে চান সাইটটি পুনরুদ্ধার করতে? "
101
 
102
- #: lib/includes/class-wpbackitup-admin.php:261
103
  msgid "Are you sure ?"
104
  msgstr "অাপনি কি নিশ্চিত ? "
105
 
106
- #: lib/includes/class-wpbackitup-admin.php:262
107
  msgid "This file cannot be delete!"
108
  msgstr "এই ফাইলটি মুছা যাবে নাহ !"
109
 
110
- #: lib/includes/class-wpbackitup-admin.php:263
111
  msgid "View Log"
112
  msgstr "লগ দেখুন"
113
 
114
- #: lib/includes/class-wpbackitup-admin.php:264
115
  msgid "New Backup!"
116
  msgstr "নতুন ব্যাকঅাপ !"
117
 
118
- #: lib/includes/class-wpbackitup-admin.php:265
119
  msgid "Uploaded Backup"
120
  msgstr "অাপলোডকৃত ব্যাকঅাপ"
121
 
122
- #: lib/includes/class-wpbackitup-admin.php:602
123
  msgid "Backup Queued"
124
  msgstr "ব্যাকঅাপ অপেক্ষমান"
125
 
126
- #: lib/includes/class-wpbackitup-admin.php:611
127
  msgid "Backup could not be queued"
128
  msgstr "ব্যাকঅাপ অপেক্ষমান করা যায়নি। "
129
 
130
- #: lib/includes/class-wpbackitup-admin.php:623
131
  msgid "Job is already in queue."
132
  msgstr "কাজটি অাগে থেকেই অপেক্ষমান"
133
 
134
- #: lib/includes/class-wpbackitup-admin.php:661
135
  msgid "No backup file selected."
136
  msgstr "ব্যাকঅাপ ফাইল বাছাই করা হয়নি।"
137
 
138
- #: lib/includes/class-wpbackitup-admin.php:668
139
  msgid "No user id found."
140
  msgstr "ব্যবহারকারী খুজে পাওয়া যায়নি। "
141
 
142
- #: lib/includes/class-wpbackitup-admin.php:691
143
  msgid "Restore Queued"
144
  msgstr "পুনরুদ্ধার অপেক্ষমান"
145
 
146
- #: lib/includes/class-wpbackitup-admin.php:700
147
  msgid "Restore could not be queued"
148
  msgstr "পুনরুদ্ধার অপেক্ষমান করা যায় নি"
149
 
150
- #: lib/includes/class-wpbackitup-admin.php:706
151
  msgid "Restore already in queue"
152
  msgstr "পুনরুদ্ধার অাগে থেকেই অপেক্ষমান"
153
 
154
- #: lib/includes/class-wpbackitup-admin.php:738
155
  msgid "No job id posted"
156
  msgstr "কোন কাজের আইডি পোস্ট করা হয়নি "
157
 
158
- #: lib/includes/class-wpbackitup-admin.php:746 views/backup.php:467
159
  msgid "Backup Cancelled"
160
  msgstr "ব্যাকঅাপ বাতিল করা হয়েছে"
161
 
162
- #: lib/includes/class-wpbackitup-admin.php:748
163
  msgid "Backup job not found"
164
  msgstr "ব্যাকঅাপ কাজ পাওয়া যায়নি "
165
 
166
- #: lib/includes/class-wpbackitup-admin.php:917
167
  msgid "No response log found."
168
  msgstr "রেসপনস লগ পাওয়া যায়নি।"
169
 
170
- #: lib/includes/class-wpbackitup-admin.php:1019
171
- #: lib/includes/class-wpbackitup-admin.php:1027
172
- #: lib/includes/class-wpbackitup-admin.php:1073
173
- #: lib/includes/class-wpbackitup-admin.php:1080
174
- #: lib/includes/class-wpbackitup-admin.php:1087
175
- #: lib/includes/class-wpbackitup-admin.php:1094
176
- #: lib/includes/class-wpbackitup-admin.php:1101
177
  msgid "Please enter a number"
178
  msgstr "একটি নাম্বার প্রবেশ করুন "
179
 
180
- #: lib/includes/class-wpbackitup-admin.php:1048
181
- #: lib/includes/class-wpbackitup-admin.php:1210
182
  msgid "Please enter a valid email"
183
  msgstr "একটি সঠিক ইমেইল প্রবেশ করুন "
184
 
185
- #: lib/includes/class-wpbackitup-admin.php:1217
186
  msgid "Please enter your support ticket id"
187
  msgstr "অাপনার সাপোর্ট টিকেট অাইডি প্রবেশ করুন"
188
 
189
- #: lib/includes/class-wpbackitup-admin.php:1222
190
  msgid "Please only enter numbers in this field"
191
  msgstr "এই ঘরে শুধুমাত্র নাম্বার প্রবেশ করুন"
192
 
193
- #: lib/includes/class-wpbackitup-admin.php:2012
194
- #: lib/includes/class-wpbackitup-admin.php:2032
195
  msgid ""
196
  "License could not be activated. Please try again in a few hours and contact support if "
197
  "this error continues."
@@ -199,15 +199,15 @@ msgstr ""
199
  "লাইসেন্স সক্রিয় করা যায়নি । কয়েক ঘন্টার মধ্যে আবার চেষ্টা করুন এবং এই ত্রুটি চলতে থাকলে সহায়তার "
200
  "জন্য যোগাযোগ করুন । "
201
 
202
- #: lib/includes/class-wpbackitup-admin.php:2081
203
  msgid "License is invalid."
204
  msgstr "লাইসেন্স সঠিক নয়।"
205
 
206
- #: lib/includes/class-wpbackitup-admin.php:2086
207
  msgid "License has expired."
208
  msgstr "লাইসেন্স বাতিল হয়ে গিয়েছে। "
209
 
210
- #: lib/includes/class-wpbackitup-admin.php:2089
211
  #, php-format
212
  msgid ""
213
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> now for "
@@ -218,15 +218,15 @@ msgstr ""
218
  "strong><a href=\"%s\" target=\"blank\"> নতুন </a> করুন এবং আমাদের বিশ্বমানের সহায়তা দলের "
219
  "সহায়তা নিন । "
220
 
221
- #: lib/includes/class-wpbackitup-admin.php:2103
222
  msgid "License Expired: Scheduled backups are no longer active."
223
  msgstr "লাইসেন্সের মেয়াদ শেষঃ নির্ধারিত ব্যাকআপ আর সক্রিয় নেই । "
224
 
225
- #: lib/includes/class-wpbackitup-admin.php:2111
226
  msgid "Activation limit has been reached."
227
  msgstr "সক্রিয়করন সীমা পুর্ন হয়ে গিয়েছে।"
228
 
229
- #: lib/includes/class-wpbackitup-admin.php:2117
230
  msgid "Your Activation limit has been reached"
231
  msgstr "আপনার অ্যাক্টিভেশন শেষ সীমায় পৌঁছেছে"
232
 
@@ -255,7 +255,7 @@ msgstr "অাপলোড WP BackitUp ব্যাকঅাপের সংর
255
  msgid "Could not import file into WPBackItUp backup set."
256
  msgstr "WP BackItUp ব্যাকআপ সেট এর মধ্যে ফাইল ইম্পোর্ট করা যায়নি."
257
 
258
- #: lib/includes/job_backup.php:1135
259
  #, php-format
260
  msgid ""
261
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your license has "
@@ -270,51 +270,51 @@ msgstr ""
270
  "আমাদের বিশ্বমানের সহায়তা দলের সহায়তার জন্য <strong><a href=\"%s\" target=\"blank\"> "
271
  "নবায়ন</a></strong> করুন । <br/><br/>"
272
 
273
- #: lib/includes/job_backup.php:1140
274
  #, php-format
275
  msgid "%s - Backup completed successfully."
276
  msgstr "%s - সফলভাবে ব্যাকআপ সম্পন্ন হয়েছে। "
277
 
278
- #: lib/includes/job_backup.php:1141
279
  msgid "Your backup completed successfully."
280
  msgstr "অাপনার ব্যাকআপ সফলভাবে সম্পন্ন হয়েছে। "
281
 
282
- #: lib/includes/job_backup.php:1144
283
  #, php-format
284
  msgid "%s - Backup did not complete successfully."
285
  msgstr "%s - সফলভাবে ব্যাকআপ সম্পন্ন হয়নি। "
286
 
287
- #: lib/includes/job_backup.php:1145
288
  msgid "Your backup did not complete successfully."
289
  msgstr "অাপনার ব্যাকআপ সফলভাবে সম্পন্ন হয়নি। "
290
 
291
- #: lib/includes/job_backup.php:1152
292
  #, php-format
293
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
294
  msgstr "ওয়ার্ডপ্রেস সাইট: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
295
 
296
- #: lib/includes/job_backup.php:1153
297
  msgid "Backup date:"
298
  msgstr "ব্যাকআপের তারিখ:"
299
 
300
- #: lib/includes/job_backup.php:1154
301
  msgid "Number of backups completed with WPBackItUp:"
302
  msgstr "WP BackItUp দিয়ে ব্যাকঅাপ সম্পন্ন করা হয়েছে:"
303
 
304
- #: lib/includes/job_backup.php:1156
305
  msgid "Completion Code:"
306
  msgstr "পরিপূর্ন কোড:"
307
 
308
- #: lib/includes/job_backup.php:1157
309
  msgid "WPBackItUp Version:"
310
  msgstr "WP BackItUp ভার্সন:"
311
 
312
- #: lib/includes/job_backup.php:1169
313
  #, php-format
314
  msgid "Checkout %s for info about WPBackItUp and our other products."
315
  msgstr "WP BackItUp এবং অামাদের অন্যান্য প্রোডাক্ট সম্পর্কে জানতে %s দেখুন।"
316
 
317
- #: lib/includes/job_backup.php:1336
318
  msgid ""
319
  "(101) Unable to create a new directory for backup. Please check your CHMOD settings of "
320
  "your wp-backitup backup directory"
@@ -322,7 +322,7 @@ msgstr ""
322
  "(101) ব্যাকঅাপের জন্য নতুন ডিরেক্টরি তৈরি করা যাচ্ছে নাহ। দয়াকরে অাপনার wp-backitup ব্যাকঅাপ "
323
  "ডিরেক্টরির CHMOD সেটিংস যাচাই করুন"
324
 
325
- #: lib/includes/job_backup.php:1337
326
  msgid ""
327
  "(102) Cannot create backup directory. Please check the CHMOD settings of your wp-"
328
  "backitup plugin directory"
@@ -330,39 +330,39 @@ msgstr ""
330
  "(102) ব্যাকঅাপ ডিরেক্টরি তৈরি করা যাচ্ছে নাহ। দয়াকরে অাপনার wp-backitup প্লাগিন ডিরেক্টরির "
331
  "CHMOD সেটিংস যাচাই করুন"
332
 
333
- #: lib/includes/job_backup.php:1338
334
  msgid "(103) Unable to backup your files. Please try again"
335
  msgstr "(103) অাপনার ফাইলসমুহ ব্যাকঅাপ নেয়া যাচ্ছে নাহ। দয়াকরে অাবার চেষ্টা করুন। "
336
 
337
- #: lib/includes/job_backup.php:1339
338
  msgid "(104) Unable to export your database. Please try again"
339
  msgstr "(104) অাপনার ডেটাবেজ এক্সপোর্ট করা যাচ্ছে নাহ। দয়াকরে অাবার চেষ্টা করুন। "
340
 
341
- #: lib/includes/job_backup.php:1340
342
  msgid "(105) Unable to export site information file. Please try again"
343
  msgstr "(105) অাপনার সাইটের তথ্য এক্সপোর্ট করা যাচ্ছে নাহ। দয়াকরে অাবার চেষ্টা করুন। "
344
 
345
- #: lib/includes/job_backup.php:1341
346
  msgid "(106) Unable to cleanup your backup directory"
347
  msgstr "(106) অাপনার ব্যাকঅাপ ডিরেক্টরি পরিষ্কার করা যাচ্ছে নাহ।"
348
 
349
- #: lib/includes/job_backup.php:1342
350
  msgid "(107) Unable to compress(zip) your backup. Please try again"
351
  msgstr "(107) আপনার ব্যাকআপ সঙ্কুচিত করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
352
 
353
- #: lib/includes/job_backup.php:1343
354
  msgid "(108) Unable to backup your site data files. Please try again"
355
  msgstr "(108) আপনার সাইটের ডাটা ফাইল ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
356
 
357
- #: lib/includes/job_backup.php:1344
358
  msgid "(109) Unable to finalize backup. Please try again"
359
  msgstr "(109) ব্যাকআপ চূড়ান্ত করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
360
 
361
- #: lib/includes/job_backup.php:1345
362
  msgid "(110) Unable to create backup manifest. Please try again"
363
  msgstr "(110) ব্যাকআপ ম্যানিফেস্টো তৈরি করতে অক্ষম । অনুগ্রহপূর্বক আবার চেষ্টা করুন"
364
 
365
- #: lib/includes/job_backup.php:1346
366
  msgid ""
367
  "(114) Your database was accessible but an export could not be created. Please contact "
368
  "support by clicking the get support link on the right. Please let us know who your host "
@@ -371,23 +371,23 @@ msgstr ""
371
  "(114) আপনার ডাটাবেস সুগম ছিল কিন্তু এক্সপোর্ট তৈরি করা যায়নি । ডানদিকে সংযোগ সমর্থন লিঙ্কে "
372
  "ক্লিক করে সমর্থনের সাথে যোগাযোগ করুন ।দয়াকরে অনুরোধ করার সময় আমাদেরকে আপনার হোস্ট জানান । "
373
 
374
- #: lib/includes/job_backup.php:1347
375
  msgid "(120) Unable to backup your themes. Please try again"
376
  msgstr "(120) আপনার থিম ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
377
 
378
- #: lib/includes/job_backup.php:1348
379
  msgid "(121) Unable to backup your plugins. Please try again"
380
  msgstr "(121) আপনার প্লাগিন ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
381
 
382
- #: lib/includes/job_backup.php:1349
383
  msgid "(122) Unable to backup your uploads. Please try again"
384
  msgstr "(122) আপনার আপলোড ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
385
 
386
- #: lib/includes/job_backup.php:1350
387
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
388
  msgstr "(123) আপনার বিবিধ ফাইল ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
389
 
390
- #: lib/includes/job_backup.php:1351
391
  msgid ""
392
  "(125) Unable to compress your backup because there is no zip utility available. Please "
393
  "contact support"
@@ -395,19 +395,19 @@ msgstr ""
395
  "(125) আপনার ব্যাকআপ সঙ্কুচিত করা যাচ্ছেনা কারন কোন zip utility খুজে পাওয়া যায়নি । দয়াকরে "
396
  "support এ যোগাযোগ করুন ।"
397
 
398
- #: lib/includes/job_backup.php:1352
399
  msgid "(126) Unable to validate your backup. Please try again"
400
  msgstr "(126) আপনার ব্যাকআপ যাচাই করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
401
 
402
- #: lib/includes/job_backup.php:1353
403
  msgid "(127) Unable to create inventory of files to backup. Please try again"
404
  msgstr "(127) ব্যাকআপের জন্য ফাইলের তালিকা তৈরি করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
405
 
406
- #: lib/includes/job_backup.php:1354
407
  msgid "(128) Unable to create job control record. Please try again"
408
  msgstr "(128) কাজের নিয়ন্ত্রণ রেকর্ড তৈরি করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
409
 
410
- #: lib/includes/job_backup.php:1356
411
  msgid ""
412
  "(2101) Unable to create a new directory for backup. Please check your CHMOD settings of "
413
  "your wp-backitup backup directory"
@@ -415,7 +415,7 @@ msgstr ""
415
  "(2101) ব্যাকঅাপের জন্য নতুন ডিরেক্টরি তৈরি করা যাচ্ছেনা। দয়াকরে অাপনার wp-backitup ব্যাকঅাপ "
416
  "ডিরেক্টরির CHMOD সেটিংস যাচাই করুন"
417
 
418
- #: lib/includes/job_backup.php:1357
419
  msgid ""
420
  "(2102) Cannot create backup directory. Please check the CHMOD settings of your wp-"
421
  "backitup plugin directory"
@@ -423,39 +423,39 @@ msgstr ""
423
  "(2102) ব্যাকঅাপ ডিরেক্টরি তৈরি করা যাচ্ছেনা। দয়াকরে অাপনার wp-backitup প্লাগিন ডিরেক্টরির "
424
  "CHMOD সেটিংস যাচাই করুন"
425
 
426
- #: lib/includes/job_backup.php:1358
427
  msgid "(2103) Unable to backup your files. Please try again"
428
  msgstr "(2103) অাপনার ফাইলসমুহ ব্যাকঅাপ নেয়া যাচ্ছে নাহ। দয়াকরে অাবার চেষ্টা করুন। "
429
 
430
- #: lib/includes/job_backup.php:1359
431
  msgid "(2104) Unable to export your database. Please try again"
432
  msgstr "(2104) অাপনার ডেটাবেজ এক্সপোর্ট করা যাচ্ছেনা। দয়াকরে অাবার চেষ্টা করুন। "
433
 
434
- #: lib/includes/job_backup.php:1360
435
  msgid "(2105) Unable to export site information file. Please try again"
436
  msgstr "(2105) অাপনার সাইটের তথ্য এক্সপোর্ট করা যাচ্ছে নাহ। দয়াকরে অাবার চেষ্টা করুন। "
437
 
438
- #: lib/includes/job_backup.php:1361
439
  msgid "(2106) Unable to cleanup your backup directory"
440
  msgstr "(2106) অাপনার ব্যাকঅাপ ডিরেক্টরি পরিষ্কার করা যাচ্ছেনা।"
441
 
442
- #: lib/includes/job_backup.php:1362
443
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
444
  msgstr "(2107) আপনার ব্যাকআপ সঙ্কুচিত করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
445
 
446
- #: lib/includes/job_backup.php:1363
447
  msgid "(2108) Unable to backup your site data files. Please try again"
448
  msgstr "(2108) আপনার সাইটের ডাটা ফাইল ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
449
 
450
- #: lib/includes/job_backup.php:1364
451
  msgid "(2109) Unable to finalize backup. Please try again"
452
  msgstr "(2109) ব্যাকআপ চূড়ান্ত করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন। "
453
 
454
- #: lib/includes/job_backup.php:1365
455
  msgid "(2110) Unable to create backup manifest. Please try again"
456
  msgstr "(2110) ব্যাকআপ ম্যানিফেস্টো তৈরি করতে অক্ষম । অনুগ্রহপূর্বক আবার চেষ্টা করুন"
457
 
458
- #: lib/includes/job_backup.php:1366
459
  msgid ""
460
  "(2114) Your database was accessible but an export could not be created. Please contact "
461
  "support by clicking the get support link on the right. Please let us know who your host "
@@ -464,23 +464,23 @@ msgstr ""
464
  "(2114) আপনার ডাটাবেস সুগম ছিল কিন্তু এক্সপোর্ট তৈরি করা যায়নি । ডানদিকে সংযোগ সমর্থন লিঙ্কে "
465
  "ক্লিক করে সমর্থনের সাথে যোগাযোগ করুন ।দয়াকরে অনুরোধ করার সময় আমাদেরকে আপনার হোস্ট জানান । "
466
 
467
- #: lib/includes/job_backup.php:1367
468
  msgid "(2120) Unable to backup your themes. Please try again"
469
  msgstr "(2120) আপনার থিম ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
470
 
471
- #: lib/includes/job_backup.php:1368
472
  msgid "(2121) Unable to backup your plugins. Please try again"
473
  msgstr "(2121) আপনার প্লাগিন ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
474
 
475
- #: lib/includes/job_backup.php:1369
476
  msgid "(2122) Unable to backup your uploads. Please try again"
477
  msgstr "(2122) আপনার আপলোড ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
478
 
479
- #: lib/includes/job_backup.php:1370
480
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
481
  msgstr "(2123) আপনার বিবিধ ফাইল ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
482
 
483
- #: lib/includes/job_backup.php:1371
484
  msgid ""
485
  "(2125) Unable to compress your backup because there is no zip utility available. "
486
  "Please contact support"
@@ -488,19 +488,19 @@ msgstr ""
488
  "(2125) আপনার ব্যাকআপ সঙ্কুচিত করা যাচ্ছেনা কারন কোন zip utility খুজে পাওয়া যায়নি । দয়াকরে "
489
  "support এ যোগাযোগ করুন ।"
490
 
491
- #: lib/includes/job_backup.php:1372
492
  msgid "(2126) Unable to validate your backup. Please try again"
493
  msgstr "(2126) আপনার ব্যাকআপ যাচাই করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
494
 
495
- #: lib/includes/job_backup.php:1373
496
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
497
  msgstr "(2127) ব্যাকআপের জন্য ফাইলের তালিকা তৈরি করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
498
 
499
- #: lib/includes/job_backup.php:1374
500
  msgid "(2128) Unable to create job control record. Please try again"
501
  msgstr "(2128) কাজের নিয়ন্ত্রণ রেকর্ড তৈরি করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
502
 
503
- #: lib/includes/job_backup.php:1377
504
  msgid "(999) Unexpected error"
505
  msgstr "(999) অপ্রত্যাশিত ত্রুটি"
506
 
@@ -683,18 +683,18 @@ msgstr "ব্যাকঅাপের জন্যে তৈরি হচ্ছ
683
  #: views/backup.php:439 views/backup.php:440 views/backup.php:441 views/backup.php:442
684
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445 views/backup.php:446
685
  #: views/backup.php:447 views/backup.php:448 views/restore.php:244 views/restore.php:245
686
- #: views/restore.php:246 views/restore.php:247 views/restore.php:248 views/restore.php:249
687
- #: views/restore.php:250 views/restore.php:251 views/restore.php:252 views/restore.php:253
688
- #: views/restore.php:254 views/restore.php:256
689
  msgid "Done"
690
  msgstr "সম্পন্ন"
691
 
692
  #: views/backup.php:439 views/backup.php:440 views/backup.php:441 views/backup.php:442
693
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445 views/backup.php:446
694
  #: views/backup.php:447 views/backup.php:448 views/restore.php:244 views/restore.php:245
695
- #: views/restore.php:246 views/restore.php:247 views/restore.php:248 views/restore.php:249
696
- #: views/restore.php:250 views/restore.php:251 views/restore.php:252 views/restore.php:253
697
- #: views/restore.php:254 views/restore.php:256
698
  msgid "Failed"
699
  msgstr "ব্যর্থ "
700
 
@@ -992,11 +992,9 @@ msgstr "এখানে ব্যাকআপ ফাইল ছাড়ুন"
992
 
993
  #: views/restore.php:214
994
  msgid ""
995
- "* Reload this page when done uploading to see new backups appear in the Available "
996
- "Backups section above. "
997
  msgstr ""
998
- "* নতুন ব্যাকআপ উপরে উপলব্ধ ব্যাকআপ বিভাগে প্রদর্শিত দেখতে আপলোড সম্পন্ন হলে এই পৃষ্ঠাটি পুনঃ লোড "
999
- "করুন । "
1000
 
1001
  #: views/restore.php:244
1002
  msgid "Preparing for restore"
@@ -1018,93 +1016,94 @@ msgstr "ব্যাকঅাপ যাচাই করা হচ্ছে"
1018
  msgid "Deactivating plugins"
1019
  msgstr "প্লাগিনসমূহ নিষ্ক্রিয় করা হচ্ছে "
1020
 
1021
- #: views/restore.php:249
1022
- msgid "Creating database restore point"
1023
- msgstr "ডাটাবেস পুনঃস্থাপন পয়েন্ট তৈরি করা হচ্ছে "
1024
-
1025
  #: views/restore.php:250
 
 
 
 
 
 
 
 
1026
  msgid "Staging content files"
1027
  msgstr "কন্টেন্ট ফাইলসমূহ উপস্থাপন করা হচ্ছে "
1028
 
1029
- #: views/restore.php:251
1030
  msgid "Restoring content files"
1031
  msgstr "কন্টেন্ট ফাইলসমূহ পুনরুদ্ধার করা হচ্ছে"
1032
 
1033
- #: views/restore.php:252
1034
  msgid "Restoring database"
1035
  msgstr "ডাটাবেস পুনরদ্ধার করা হচ্ছে "
1036
 
1037
- #: views/restore.php:253
1038
- msgid "Updating current user info"
1039
- msgstr "বর্তমান ব্যবহারকারীর তথ্য হালনাগাদ করা হচ্ছে "
1040
-
1041
- #: views/restore.php:254
1042
- msgid "Updating site URL"
1043
- msgstr "সাইট URL হালনাগাদ হচ্ছে "
1044
-
1045
- #: views/restore.php:256
1046
  msgid "Updating permalinks"
1047
  msgstr "permalinks হালনাগাদ হচ্ছে "
1048
 
1049
- #: views/restore.php:262
1050
  msgid "Error 201: No file selected"
1051
  msgstr "ত্রুটি 201: কোন ফাইল নির্বাচন করা হয়নি "
1052
 
1053
- #: views/restore.php:263
1054
  msgid "Error 202: Your file could not be uploaded"
1055
  msgstr "ত্রুটি 202: আপনার ফাইলটি আপলোড করা যায়নি "
1056
 
1057
- #: views/restore.php:264
1058
  msgid "Error 203: Your backup could not be unzipped"
1059
  msgstr "ত্রুটি 203: আপনার ব্যাকআপ unzip করা যায়নি "
1060
 
1061
- #: views/restore.php:265
1062
  msgid ""
1063
  "Error 204: Your backup appears to be invalid. Please ensure you selected a valid backup"
1064
  msgstr ""
1065
  "ত্রুটি 204: আপনার ব্যাকআপ অবৈধ বলে মনে হচ্ছে । দয়াকরে একটি বৈধ ব্যাকআপ নির্বাচন নিশ্চিত করুন "
1066
 
1067
- #: views/restore.php:266
1068
  msgid "Error 205: Cannot create restore point"
1069
  msgstr "থ্রুটি 205: পুনরদ্ধার পয়েন্ট তৈরি করা যাচ্ছেনা "
1070
 
1071
- #: views/restore.php:267
1072
  msgid "Error 206: Unable to connect to your database"
1073
  msgstr "ত্রুটি 206: আপনার ডাটাবেসের সঙ্গে সংযোগ দেয়া যাচ্ছেনা "
1074
 
1075
- #: views/restore.php:268
1076
  msgid "Error 207: Unable to get current site URL from database. Please try again"
1077
  msgstr ""
1078
  "ত্রুটি 207: ডাটাবেস থেকে এই সাইটের বর্তমান URL পাওয়া যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন "
1079
 
1080
- #: views/restore.php:269
1081
  msgid "Error 208: Unable to get current home URL from database. Please try again"
1082
  msgstr "ত্রুটি 208: ডাটাবেস থেকে বর্তমান হোম URL পাওয়া যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন "
1083
 
1084
- #: views/restore.php:270
1085
  msgid "Error 209: Unable to get current user ID from database. Please try again"
1086
  msgstr ""
1087
  "ত্রুটি 209: ডাটাবেস থেকে বর্তমান ব্যবহারকারীর ID পাওয়া যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন "
1088
 
1089
- #: views/restore.php:271
1090
  msgid "Error 210: Unable to get current user password from database. Please try again"
1091
  msgstr ""
1092
  "ত্রুটি 210: ডাটাবেস থেকে বর্তমান ব্যবহারকারীর password পাওয়া যাচ্ছেনা । দয়াকরে আবার চেষ্টা "
1093
  "করুন "
1094
 
1095
- #: views/restore.php:272
1096
  msgid "Error 211: Unable to get current user email from database. Please try again"
1097
  msgstr ""
1098
  "ত্রুটি 211: ডাটাবেস থেকে বর্তমান ব্যবহারকারীর email পাওয়া যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন "
1099
 
1100
- #: views/restore.php:273
1101
  msgid ""
1102
  "Error 212: Unable to import your database. This may require importing the file manually"
1103
  msgstr ""
1104
  "ত্রুটি 212: আপনার ডাটাবেস ইম্পোর্ট করা যাচ্ছেনা । এই ফাইল ম্যানুয়ালি ইম্পোর্ট করার প্রয়োজন হতে "
1105
  "পারে "
1106
 
1107
- #: views/restore.php:274
 
 
 
 
 
1108
  msgid ""
1109
  "Warning 213: Unable to update your site URL value. Please check your WordPress general "
1110
  "settings to make sure your Site and WordPress URLs are correct"
@@ -1112,7 +1111,7 @@ msgstr ""
1112
  "বিপদসংকেত 213: আপনার সাইট URL এর ভ্যালু হালনাগাদ করা যাচ্ছেনা । দয়াকরে WordPress সাধারণ "
1113
  "সেটিংস পরীক্ষা করে নিশ্চিত হউন যে আপনার সাইট এবং WordPress URLs সঠিক "
1114
 
1115
- #: views/restore.php:275
1116
  msgid ""
1117
  "Warning 214: Unable to update your home URL value. Please check your WordPress general "
1118
  "settings to make sure your Site and WordPress URLs are correct"
@@ -1120,7 +1119,7 @@ msgstr ""
1120
  "বিপদসংকেত 214: আপনার হোম URL ভ্যালু হালনাগাদ করা যাচ্ছেনা। দয়াকরে WordPress সাধারণ "
1121
  "সেটিংস পরীক্ষা করে নিশ্চিত হউন যে আপনার সাইট এবং WordPress URLs সঠিক "
1122
 
1123
- #: views/restore.php:276
1124
  msgid ""
1125
  "Warning 215: Unable to update your user information. This may require you to login with "
1126
  "the admin username and password that was used when the backup was created"
@@ -1128,15 +1127,15 @@ msgstr ""
1128
  "বিপদসঙ্কেত 215: আপনার ব্যবহারকারী তথ্য হালনাগাদ করা যাচ্ছেনা । এই ব্যাকআপ তৈরি করার সময় "
1129
  "ব্যবহৃত অ্যাডমিন ব্যবহারকারীর নাম ও পাসওয়ার্ড দিয়ে লগইন করার প্রয়োজন হতে পারে । "
1130
 
1131
- #: views/restore.php:277
1132
  msgid "Error 216: Database not found in backup"
1133
  msgstr "ত্রুটি 216: ব্যাকআপে ডাটাবেস পাওয়া যায়নি "
1134
 
1135
- #: views/restore.php:278
1136
  msgid "Warning 217: Unable to remove existing wp-content directory"
1137
  msgstr "বিপদসংকেত 217: বিদ্যমান wp-content ডিরেক্টরি অপসারণ করা যাচ্ছেনা "
1138
 
1139
- #: views/restore.php:279
1140
  msgid ""
1141
  "Error 218: Unable to create new wp-content directory. Please check your CHMOD settings "
1142
  "in /wp-content/"
@@ -1144,15 +1143,15 @@ msgstr ""
1144
  "ত্রুটি 218: নতুন wp-content ডিরেক্টরি তৈরি করা যাচ্ছেনা। দয়াকরে অাপনার /wp-content/ "
1145
  "ডিরেক্টরির CHMOD সেটিংস যাচাই করুন"
1146
 
1147
- #: views/restore.php:280
1148
  msgid "Error 219: Unable to import wp-content. Please try again"
1149
  msgstr "ত্রুটি 219: wp-content ইম্পোরট করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন "
1150
 
1151
- #: views/restore.php:281
1152
  msgid "Warning 220: Unable to cleanup import directory. No action is required"
1153
  msgstr "বিপদসঙ্কেত 220: ইম্পোর্ট ডিরেক্টরি পরিষ্করণ করা যাচ্ছেনা । কোন প্রক্রিয়ার প্রয়োজন নেই "
1154
 
1155
- #: views/restore.php:282
1156
  #, php-format
1157
  msgid ""
1158
  "Error 221: Table prefix value in wp-config.php is different from backup. This MUST be "
@@ -1163,11 +1162,11 @@ msgstr ""
1163
  "পুনরুদ্ধার করতে সক্ষম হওয়ার পূর্বে এই wp-config.php ফাইলের মধ্যে অবশ্যই পরিবর্তন করতে হবে । আরও "
1164
  "তথ্যের জন্য www.wpbackitup.com <a href =\"%s\" target=\"_blank\" > FAQs</a> দেখুন । "
1165
 
1166
- #: views/restore.php:283
1167
  msgid "Error 222: Unable to create restore folder"
1168
  msgstr "ত্রুটি 222: পুনরুদ্ধার ফোল্ডার তৈরি করা যাচ্ছেনা "
1169
 
1170
- #: views/restore.php:284
1171
  msgid ""
1172
  "Error 223: An error occurred during the restore. WPBackItUp attempted to restore the "
1173
  "database to its previous state but were unsuccessful. Please contact WPBackItUp "
@@ -1177,7 +1176,7 @@ msgstr ""
1177
  "পুনস্থাপন করতে চেষ্টা করে সফল হয়নি । দয়াকরে WP BackItUp গ্রাহক সহায়তায় যোগাযোগ করুন এবং আর "
1178
  "কোন পুনস্থাপনের চেষ্টা থেকে বিরত থাকুন ।"
1179
 
1180
- #: views/restore.php:285
1181
  msgid ""
1182
  "Error 224: An error occurred during the restore, however, we have successfully restored "
1183
  "your database to the previous state"
@@ -1185,11 +1184,11 @@ msgstr ""
1185
  "ত্রুটি 224: পুনস্থাপনের সময় একটি ত্রুটি ঘটেছে, তবুও , আপনার ডাটাবেস পূর্ববর্তী অবস্থানে সফলভাবে "
1186
  "পুনস্থাপিত হয়েছে । "
1187
 
1188
- #: views/restore.php:286
1189
  msgid "Error 225: Restore option is only available to licensed WPBackItUp users"
1190
  msgstr "ত্রুটি 225: পুনরুদ্ধার অপশন শুধুমাত্র লাইসেন্সড WP BackItUp ব্যবহারকারীদের জন্য "
1191
 
1192
- #: views/restore.php:287
1193
  msgid ""
1194
  "Error 226: Restore cannot proceed because your backup was created using a different "
1195
  "version of WordPress"
@@ -1197,7 +1196,7 @@ msgstr ""
1197
  "ত্রুটি 226: পুনরুদ্ধার পুনরারম্ভ করা যাচ্ছেনা কারন আপনার ব্যাকআপ আলাদা সংস্করণের WordPress "
1198
  "ব্যবহার করে করা হয়েছে "
1199
 
1200
- #: views/restore.php:288
1201
  msgid ""
1202
  "Error 227: Restore cannot proceed because your backup was created using a different "
1203
  "version of WPBackItUp. Please contact WPBackItUp support to help convert this backup "
@@ -1207,7 +1206,7 @@ msgstr ""
1207
  "দিয়ে করা হয়েছে । দয়াকরে এই ব্যাকআপকে বর্তমান সংস্করণে পরিবর্তিত করতে WP BackItUp সহায়তায় "
1208
  "যোগাযোগ করুন । "
1209
 
1210
- #: views/restore.php:289
1211
  msgid ""
1212
  "Error 230: WPBackItUp ran into unexpected errors during the database restore. However, "
1213
  "we were able to successfully revert the database back to its original state . This "
@@ -1217,7 +1216,7 @@ msgstr ""
1217
  "প্রাথমিক অবস্থানে প্রত্যাবর্তন করা হয়েছে । এই ত্রুটির জন্য ডাটাবেস ম্যানুয়ালি ইম্পোর্ট করার প্রয়োজন "
1218
  "হতে পারে । "
1219
 
1220
- #: views/restore.php:290
1221
  msgid ""
1222
  "Error 235: WPBackItUp is not able to proceed because there is no zip utility "
1223
  "available. Please contact support"
@@ -1225,7 +1224,7 @@ msgstr ""
1225
  "ত্রুটি 235: WP BackItUp পুনরারম্ভ করা যাচ্ছেনা কারন কোন zip utility পাওয়া যায়নি । দয়াকরে "
1226
  "কন্টাক্ট এর সাথে যোগাযোগ করুন"
1227
 
1228
- #: views/restore.php:291
1229
  msgid ""
1230
  "Error 250: WPBackItUp is unable to begin the restore because a backup is running. "
1231
  "Please wait for the backup to complete and then try again"
@@ -1233,7 +1232,7 @@ msgstr ""
1233
  "ত্রুটি 250: একটি ব্যাকআপ চলার কারনে WP BackItUp পুনস্থাপন শুরু করতে পারছেনা । দয়াকরে ব্যাকআপ "
1234
  "সম্পন্ন হওয়া পর্যন্ত অপেক্ষা করুন এবং তারপর আবারও চেষ্টা করুন । "
1235
 
1236
- #: views/restore.php:293
1237
  msgid ""
1238
  "Error 260: WPBackItUp is unable to extract archives from backup set. Please try again "
1239
  "and contact support if this issue continues"
@@ -1241,7 +1240,7 @@ msgstr ""
1241
  "ত্রুটি 260 ঃ WPBackItUp ব্যাকআপ সেট থেকে আর্কাইভ এক্সট্রাক্ট করতে অক্ষম । অনুগ্রহ করে আবার চেষ্টা "
1242
  "করুন এবং এই ত্রুটি চলতে থাকলে সহায়তার জন্য যোগাযোগ করুন । "
1243
 
1244
- #: views/restore.php:294
1245
  msgid ""
1246
  "Error 261: WPBackItUp is unable to extract archives from backup set. Please try again "
1247
  "and contact support if this issue continues"
@@ -1249,7 +1248,7 @@ msgstr ""
1249
  "ত্রুটি 261 ঃ WPBackItUp ব্যাকআপ সেট থেকে আর্কাইভ এক্সট্রাক্ট করতে অক্ষম । অনুগ্রহ করে আবার চেষ্টা "
1250
  "করুন এবং এই ত্রুটি চলতে থাকলে সহায়তার জন্য যোগাযোগ করুন "
1251
 
1252
- #: views/restore.php:295
1253
  msgid ""
1254
  "Error 262: There were no backup files found in the backup folder. Please try again and "
1255
  "contact support if this issue continues"
@@ -1257,13 +1256,13 @@ msgstr ""
1257
  "ত্রুটি 262 ঃ কোন ব্যাকআপ ফাইল ব্যাকআপ ফোল্ডারে খুঁজে পাওয়া যায়নি . অনুগ্রহ করে আবার চেষ্টা করুন "
1258
  "এবং এই ত্রুটি চলতে থাকলে সহায়তার জন্য যোগাযোগ করুন "
1259
 
1260
- #: views/restore.php:297
1261
  msgid ""
1262
  "Error 251: WPBackItUp is unable to begin the restore because the backup manifest is "
1263
  "empty"
1264
  msgstr "ত্রুটি 251: WP BackItUp পুনরুদ্ধার শুরু করা সম্ভব হচ্ছেনা কারন ব্যাকআপ ম্যানিফেসট খালি "
1265
 
1266
- #: views/restore.php:298
1267
  msgid ""
1268
  "Error 252: At least one zip file is missing from your backup set. Please make sure to "
1269
  "upload all zip files that were part of this backup"
@@ -1271,7 +1270,7 @@ msgstr ""
1271
  "ত্রুটি 252: কমপক্ষে একটি ZIP ফাইল আপনার ব্যাকআপ সেটে অনুপস্থিত । দয়াকরে এই ব্যাকআপের সমস্ত zip "
1272
  "ফাইল আপলোড নিশ্চিত করুন । "
1273
 
1274
- #: views/restore.php:299
1275
  msgid ""
1276
  "Error 253: Backup set contains a zip file that is not in the manifest. Please make "
1277
  "sure to upload only zip files that were part of this backup"
@@ -1279,7 +1278,7 @@ msgstr ""
1279
  "ত্রুটি 253: ব্যাকআপ সেটের মধ্যে এমন একটি zip ফাইল রয়েছে যা তালিকাতে নেই । দয়াকরে শুধুমাত্র এই "
1280
  "ব্যাকআপের অন্তর্ভুক্ত zip ফাইল আপলোড নিশ্চিত করুন । "
1281
 
1282
- #: views/restore.php:300
1283
  msgid ""
1284
  "Error 254: The size of one the zip files in this backup set does not match the manifest "
1285
  "so is most likely corrupt. Upload all zip files in this backup set again and attempt "
@@ -1288,14 +1287,14 @@ msgstr ""
1288
  "ত্রুটি 254: এই ব্যাকআপ সেটে এক ZIP ফাইলের আকার তালিকার সঙ্গে মিলছেনা তাই সম্ভবত দূষিত । এই "
1289
  "ব্যাকআপ সেটের সমস্ত ফাইল আবার আপলোড করুন এবং আরও একবার পুনরূদ্ধার করার চেষ্টা করুন । "
1290
 
1291
- #: views/restore.php:301
1292
  msgid ""
1293
  "Error 255: Backup set does not contain a manifest. Please make sure to upload all zip "
1294
  "files that were part of this backup"
1295
  msgstr ""
1296
  "ত্রুটি 255: ব্যাকআপ সেটে তালিকা নেই ।দয়াকরে এই ব্যাকআপের সমস্ত zip ফাইল আপলোড নিশ্চিত করুন । "
1297
 
1298
- #: views/restore.php:303
1299
  msgid ""
1300
  "Warning 300: Unable to restore all WordPress content. Please review your restore logs "
1301
  "to see what WPBackItUp was unable to restore"
@@ -1303,7 +1302,7 @@ msgstr ""
1303
  "বিপদসঙ্কেত 300: সমস্ত WordPress কন্টেন্ট পুনস্থাপন করা যাচ্ছেনা । দয়াকরে আপনার পুনস্থাপন logs "
1304
  "দেখুন যে WP BackItUp কি পুনস্থাপন করতে পারছেনা । "
1305
 
1306
- #: views/restore.php:304
1307
  msgid ""
1308
  "Warning 305: Unable to restore all plugins. Please review your restore logs to see what "
1309
  "WPBackItUp was unable to restore"
@@ -1311,39 +1310,43 @@ msgstr ""
1311
  "বিপদসঙ্কেত 305: সমস্ত প্লাগিন পুনস্থাপন সম্ভব হচ্ছেনা । দয়াকরে আপনার পুনস্থাপন logs দেখুন যে WP "
1312
  "BackItUp কি পুনস্থাপন করতে পারছেনা । "
1313
 
1314
- #: views/restore.php:306
1315
  msgid "Error 2001: Unable to prepare site for restore"
1316
  msgstr "ত্রুটি 2001: সাইট পুনরুদ্ধার এর জন্য প্রস্তুত করা যাচ্ছেনা "
1317
 
1318
- #: views/restore.php:307
1319
  msgid "Error 2002: Unable to unzip backup"
1320
  msgstr "ত্রুটি 2002: ব্যাকআপ unzip করা যাচ্ছেনা "
1321
 
1322
- #: views/restore.php:308
1323
  msgid "Error 2003: Unable to validate backup"
1324
  msgstr "ত্রুটি 2003: ব্যাকআপ যাচাই করা যাচ্ছেনা "
1325
 
1326
- #: views/restore.php:309
1327
  msgid "Error 2004: Unable to create restore point"
1328
  msgstr "ত্রুটি 2004: পুনরুদ্ধার পয়েন্ট তৈরি করা যাচ্ছেনা "
1329
 
1330
- #: views/restore.php:310
1331
  msgid "Error 2005: Unable to stage wp-content"
1332
  msgstr "ত্রুটি 2005: wp-content পর্যায় করা যাচ্ছেনা ।"
1333
 
1334
- #: views/restore.php:311
1335
  msgid "Error 2006: Unable to restore content files"
1336
  msgstr "ত্রুটি 2006: কন্টেন্ট ফাইলসমূহ পুনস্থাপন করা যাচ্ছেনা "
1337
 
1338
- #: views/restore.php:312
1339
  msgid "Error 2007: Unable to restore database"
1340
  msgstr "ত্রুটি 2007: ডাটাবেস পুনস্থাপন করা যাচ্ছেনা "
1341
 
1342
- #: views/restore.php:313
 
 
 
 
1343
  msgid "Error 2999: Unexpected error encountered"
1344
  msgstr "ত্রুটি 2999: অপ্রত্যাশিত ত্রুটি ঘটেছে "
1345
 
1346
- #: views/restore.php:320
1347
  msgid ""
1348
  "Restore completed successfully. If you are prompted to login please do so with your "
1349
  "current username and password"
@@ -1356,20 +1359,20 @@ msgstr ""
1356
  msgid "%s Settings"
1357
  msgstr "%s সেটিংস"
1358
 
1359
- #: views/settings.php:48
1360
  msgid "Settings updated successfully!"
1361
  msgstr "সেটিংস হালনাগাদ সফল হয়েছে।"
1362
 
1363
- #: views/settings.php:61
1364
  msgid "Email Notifications"
1365
  msgstr "ইমেইল বিজ্ঞপ্তি"
1366
 
1367
- #: views/settings.php:62
1368
  msgid ""
1369
  "Please enter your email address if you would like to receive backup email notifications."
1370
  msgstr "আপনি যদি ইমেইলে ব্যাকআপ বিজ্ঞপ্তি পেতে চান তাহলে আপনার ইমেল ঠিকানা লিখুন."
1371
 
1372
- #: views/settings.php:63
1373
  msgid ""
1374
  "Backup email notifications will be sent for every backup and will contain status "
1375
  "information related to the backup."
@@ -1377,21 +1380,22 @@ msgstr ""
1377
  "ব্যাকআপ ইমেল বিজ্ঞপ্তি প্রতি ব্যাকআপের জন্য পাঠানো হবে এবং ব্যাকআপ এর সাথে সম্পর্কিত অবস্থা "
1378
  "সংক্রান্ত তথ্য উপস্থিত থাকবে."
1379
 
1380
- #: views/settings.php:65 views/settings.php:85 views/settings.php:108
1381
- #: views/settings.php:115 views/settings.php:123 views/settings.php:154
1382
- #: views/settings.php:188 views/settings.php:226 views/settings.php:235
 
1383
  msgid "Save"
1384
  msgstr "সংরক্ষণ করুন"
1385
 
1386
- #: views/settings.php:81
1387
  msgid "Backup Retention"
1388
  msgstr "ব্যাকআপ ধারণ"
1389
 
1390
- #: views/settings.php:82
1391
  msgid "Enter the number of backup archives that you would like to remain on the server."
1392
  msgstr "আপনি সার্ভারে যে সংখ্যক ব্যাকআপ আর্কাইভ চান তার সংখ্যা লিখুন । "
1393
 
1394
- #: views/settings.php:83
1395
  msgid ""
1396
  "Many hosts limit the amount of space that you can take up on their servers. This option "
1397
  "tells WPBackItUp the maximum number of backup archives that should remain on your hosts "
@@ -1401,15 +1405,15 @@ msgstr ""
1401
  "বিকল্পটি WP BackItUp কে আপনার হোস্ট সার্ভারে ব্যাকআপ আর্কাইভের সর্বোচ্চ যে সংখ্যা থাকা উচিত তা "
1402
  "বলে দেয় । চিন্তা করবেন না, সবসময় প্রথম পুরনো ব্যাকআপ আর্কাইভ মুছে ফেলা হবে । "
1403
 
1404
- #: views/settings.php:102
1405
  msgid "Logging?"
1406
  msgstr "লগিং?"
1407
 
1408
- #: views/settings.php:103
1409
  msgid "Turn on WPBackItUp logging."
1410
  msgstr "WP BackItUp লগিং চালু করুন?"
1411
 
1412
- #: views/settings.php:104
1413
  msgid ""
1414
  "This option should only be turned on by advanced users or when troubleshooting issues "
1415
  "with WPBackItUp support."
@@ -1417,53 +1421,69 @@ msgstr ""
1417
  "এই অপশন শুধুমাত্র অগ্রবর্তী ব্যবহারকারী দ্বারা WPBackItUp সমর্থন সমস্যা সমাধানের সময় চালু করা "
1418
  "উচিত । "
1419
 
1420
- #: views/settings.php:105
1421
  msgid "Yes"
1422
  msgstr "হ্যাঁ"
1423
 
1424
- #: views/settings.php:106
1425
  msgid "No"
1426
  msgstr "না"
1427
 
1428
- #: views/settings.php:112
1429
  msgid "Disable restore version compare?"
1430
  msgstr ""
1431
 
1432
- #: views/settings.php:114
1433
  msgid ""
1434
  "Check this box if you would like WPBackItUp not to check major version issue. This "
1435
  "could be dangerous, you can disable it with your own risk."
1436
  msgstr ""
1437
 
1438
- #: views/settings.php:119
1439
  msgid "Single File Backup Set"
1440
  msgstr "একক ফাইল ব্যাকআপ সেট"
1441
 
1442
- #: views/settings.php:121
1443
- msgid "Check this box if you would like WPBackItUp to create a single file backup set."
1444
- msgstr "এই বক্স চেক করুন যদি আপনি চান WPBackItUp একটি একক ফাইল ব্যাকআপ সেট তৈরি করুক"
1445
-
1446
  #: views/settings.php:122
1447
  msgid ""
1448
- "When this setting is turned on WPBackItUp will attempt to create a single file backup "
1449
- "set. If WPBackItUp is unable to create a single file backup set then it will turn this "
1450
- "setting off for you. Creating a single file backup set may not be possible with hosts "
1451
- "that strictly limit memory utilization."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1452
  msgstr ""
1453
- "যখন এই সেটিং চালু থাকবে WPBackItUp একটি একক ফাইল ব্যাকআপ সেট তৈরি করার চেষ্টা করবে। যদি "
1454
- "WPBackItUp একটি একক ফাইল ব্যাকআপ তৈরি করতে না পারে তাহলে এটি এই সেটিংস্‌ বন্ধ করে দেবে। যে "
1455
- "সমস্ত host মেমরি utilization কঠোরভাবে সীমিত করে দেয়, তাতে একটি একক ফাইল ব্যাকআপ সেট "
1456
- "তৈরি সম্ভব নাও হতে পারে. "
1457
 
1458
- #: views/settings.php:127
 
 
 
 
 
 
 
 
1459
  msgid "Batch Size"
1460
  msgstr "ব্যাচ আকার"
1461
 
1462
- #: views/settings.php:128
1463
  msgid "Enter the batch size for each of your content items."
1464
  msgstr "আপনার প্রতিটি কন্টেন্ট আইটেম এর জন্য ব্যাচ আকার লিখুন । "
1465
 
1466
- #: views/settings.php:129
1467
  msgid ""
1468
  "These settings tell WPBackItUp how many items that should be added to the backup at a "
1469
  "time. If you experience timeouts while running a backup then these settings can be "
@@ -1474,27 +1494,27 @@ msgstr ""
1474
  "সময়সীমা উত্তীর্ণ অভিজ্ঞতা লাভ করেন তাহলে এই সেটিংগুলো প্রতিটি ব্যাকআপের জন্য WP BackItUp এর যে "
1475
  "সময় লাগে তা হ্রাস করতে সহায়ক ভূমিকা পালন করবে। "
1476
 
1477
- #: views/settings.php:132
1478
  msgid "DB Tables Batch Size"
1479
  msgstr "ডিবি টেবিল ব্যাচ আকার"
1480
 
1481
- #: views/settings.php:137
1482
  msgid "Plugins Batch Size"
1483
  msgstr "প্লাগইন ব্যাচ আকার"
1484
 
1485
- #: views/settings.php:142
1486
  msgid "Themes Batch Size"
1487
  msgstr "থিম ব্যাচ আকার"
1488
 
1489
- #: views/settings.php:147
1490
  msgid "Uploads Batch Size"
1491
  msgstr "আপলোড ব্যাচ আকার"
1492
 
1493
- #: views/settings.php:152
1494
  msgid "Others Batch Size"
1495
  msgstr "অন্যদের ব্যাচ আকার"
1496
 
1497
- #: views/settings.php:155 views/settings.php:189 views/settings.php:227
1498
  msgid ""
1499
  "* These settings should only be modified by advanced users or when when working with "
1500
  "WPBackItUp support."
@@ -1502,16 +1522,16 @@ msgstr ""
1502
  "WP BackItUp সমর্থনের সঙ্গে কাজ করার সময় শুধুমাত্র অগ্রবর্তী ব্যবহারকারী দ্বারা এই অপশন পরিবর্তন "
1503
  "করা উচিত । "
1504
 
1505
- #: views/settings.php:167
1506
  msgid "Filter Your Folders"
1507
  msgstr "আপনার ফোল্ডারসমূহ ফিল্টার করুন "
1508
 
1509
- #: views/settings.php:168
1510
  msgid "Enter a comma separated list of folders that should be excluded from your backups."
1511
  msgstr ""
1512
  "আপনার ব্যাকআপ থেকে বাদ দেওয়া উচিত যে ফোল্ডারসমুহ এর একটি তালিকা কমা দিয়ে পৃথক করে লিখুন । "
1513
 
1514
- #: views/settings.php:169
1515
  msgid ""
1516
  "It is important to note that when a folder name is present in this list any occurrence "
1517
  "of that folder, and all its contents, will be excluded from the backup."
@@ -1519,31 +1539,31 @@ msgstr ""
1519
  "এটা খেয়াল করা জরুরী যে , যখন একটি ফোল্ডারের নাম এই তালিকাতে থাকে তাহলে ওই ফোল্ডারের যেকোনো "
1520
  "সংঘটন ,এবং এর সমস্ত সামগ্রী ব্যাকআপ থেকে বাদ দেওয়া হবে । "
1521
 
1522
- #: views/settings.php:171
1523
  msgid "Plugin Folders Filter"
1524
  msgstr "প্লাগইন ফোল্ডার ফিল্টার"
1525
 
1526
- #: views/settings.php:176
1527
  msgid "Theme Folders Filter"
1528
  msgstr "থিম ফোল্ডার ফিল্টার"
1529
 
1530
- #: views/settings.php:181
1531
  msgid "Upload Folders Filter"
1532
  msgstr "আপলোড ফোল্ডার ফিল্টার"
1533
 
1534
- #: views/settings.php:185
1535
  msgid "Other Folders Filter"
1536
  msgstr "অন্যান্য ফোল্ডার ফিল্টার"
1537
 
1538
- #: views/settings.php:194
1539
  msgid "Filter Your Database Tables"
1540
  msgstr "আপনার ডাটাবেজ টেবিলসমূহ ফিল্টার করুন "
1541
 
1542
- #: views/settings.php:195
1543
  msgid "Exclude custom database tables from the backup."
1544
  msgstr "ব্যাকআপ থেকে কাস্টম ডাটাবেজ বাদ দিন । "
1545
 
1546
- #: views/settings.php:196
1547
  msgid ""
1548
  "If you would like to exclude a custom table from the backup then simply drag it to the "
1549
  "list on the right. WordPress core tables may not be excluded from the backup. "
@@ -1552,11 +1572,11 @@ msgstr ""
1552
  "আনুন । \n"
1553
  "ওয়ার্ডপ্রেস কোর টেবিল ব্যাকআপ থেকে বাদ দেওয়া নাও হতে পারে । "
1554
 
1555
- #: views/settings.php:232
1556
  msgid "Remove Data on Uninstall?"
1557
  msgstr "আনইনস্টলে তথ্য অপসারণ ?"
1558
 
1559
- #: views/settings.php:234
1560
  msgid ""
1561
  "Check this box if you would like WPBackItUp to completely remove all of its data when "
1562
  "the plugin is deleted."
@@ -1621,34 +1641,64 @@ msgstr "সমর্থন অ্যাক্সেস জন্য আপনা
1621
  msgid "Premium customers receive priority support."
1622
  msgstr "প্রিমিয়াম গ্রাহকদের অগ্রাধিকার সহায়তা দেওয়া হয় "
1623
 
1624
- #: wp-backitup.php:93 wp-backitup.php:94
1625
  #, php-format
1626
  msgid "Every %s hours"
1627
  msgstr "প্রতি %s ঘন্টা"
1628
 
1629
- #: wp-backitup.php:95 wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98
1630
- #: wp-backitup.php:99
1631
  #, php-format
1632
  msgid "WPBUP - Every %s minutes"
1633
  msgstr "WPBUP - প্রতি %s মিনিট "
1634
 
1635
- #: wp-backitup.php:101
1636
  msgid "WPBUP - Once Weekly"
1637
  msgstr "WPBUP - সপ্তাহে একবার "
1638
 
1639
- #: wp-backitup.php:102
1640
  msgid "WPBUP - Once Monthly"
1641
  msgstr "WPBUP - মাসে একবার "
1642
 
1643
- #: wp-backitup.php:103 wp-backitup.php:104
1644
  #, php-format
1645
  msgid "WPBUP - Every %s hours"
1646
  msgstr "WPBUP - প্রতি %s ঘণ্টা "
1647
 
1648
- #: wp-backitup.php:113
1649
  msgid "Local File"
1650
  msgstr ""
1651
 
1652
- #: wp-backitup.php:170
1653
  msgid "Cleanup"
1654
  msgstr "পরিষ্করণ"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: WPBackItUp\n"
7
+ "POT-Creation-Date: 2016-08-14 10:55-0400\n"
8
+ "PO-Revision-Date: 2016-08-14 10:55-0400\n"
9
  "Last-Translator: MD. AL-AMIN <alamin_opu@yahoo.com>\n"
10
  "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/wp-translations/wp-"
11
  "backitup/language/bn_BD/)\n"
24
  msgid "Every %d Minutes"
25
  msgstr ""
26
 
27
+ #: lib/includes/class-wpbackitup-admin.php:216 views/backup.php:277 views/backup.php:283
28
+ #: views/backup.php:348 views/restore.php:99 wp-backitup.php:143
29
  msgid "Backup"
30
  msgstr "ব্যাকআপ"
31
 
32
+ #: lib/includes/class-wpbackitup-admin.php:220 lib/includes/class-wpbackitup-admin.php:258
33
+ #: views/restore.php:136 wp-backitup.php:157
34
  msgid "Restore"
35
  msgstr "পুনরুদ্ধার"
36
 
37
+ #: lib/includes/class-wpbackitup-admin.php:224
38
  msgid "Support"
39
  msgstr "সাহায্য"
40
 
41
+ #: lib/includes/class-wpbackitup-admin.php:227
42
  msgid "Settings"
43
  msgstr "সেটিংস"
44
 
45
+ #: lib/includes/class-wpbackitup-admin.php:251
46
  msgid "The backup you have selected exceeds what your host allows you to upload."
47
  msgstr ""
48
  "অাপনি যে ব্যাকঅাপটি সিলেক্ট করেছেন সেটি অাপনার হোস্ট যতটুকু অাপলোড করার অনুমতি দেয় তা অতিক্রম "
49
  "করবে।"
50
 
51
+ #: lib/includes/class-wpbackitup-admin.php:252 views/backup.php:439 views/backup.php:440
52
  #: views/backup.php:441 views/backup.php:442 views/backup.php:443 views/backup.php:444
53
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447 views/backup.php:448
54
  msgid "Warning"
55
  msgstr "সতর্কবার্তা"
56
 
57
+ #: lib/includes/class-wpbackitup-admin.php:253 views/backup.php:253 views/backup.php:376
58
  msgid "Error"
59
  msgstr "ত্রুটি"
60
 
61
+ #: lib/includes/class-wpbackitup-admin.php:254
62
  msgid "Response"
63
  msgstr "উত্তর"
64
 
65
+ #: lib/includes/class-wpbackitup-admin.php:255 views/backup.php:352 views/backup.php:430
66
  #: views/restore.php:230
67
  msgid "Status"
68
  msgstr "অবস্থা"
69
 
70
+ #: lib/includes/class-wpbackitup-admin.php:256
71
  msgid "Download"
72
  msgstr "ডাউনলোড"
73
 
74
+ #: lib/includes/class-wpbackitup-admin.php:257 views/backup.php:407 views/restore.php:129
75
  msgid "Delete"
76
  msgstr "মুছুন "
77
 
78
+ #: lib/includes/class-wpbackitup-admin.php:259
79
  msgid "(JS997) Unexpected error"
80
  msgstr "(JS997) অপ্রত্যাশিত ত্রুটি"
81
 
82
+ #: lib/includes/class-wpbackitup-admin.php:260
83
  msgid "(JS998) Unexpected error"
84
  msgstr "(JS998) অপ্রত্যাশিত ত্রুটি"
85
 
86
+ #: lib/includes/class-wpbackitup-admin.php:261
87
  msgid "(JS999) An unexpected error has occurred"
88
  msgstr "(JS999) একটি অপ্রত্যাশিত ত্রুটি হয়েছে"
89
 
90
+ #: lib/includes/class-wpbackitup-admin.php:262
91
  msgid "Scheduled has been saved."
92
  msgstr "সুচি সংরক্ষন করা হয়েছে।"
93
 
94
+ #: lib/includes/class-wpbackitup-admin.php:263
95
  msgid "Scheduled was not saved."
96
  msgstr "সুচি সংরক্ষন সম্পন্ন হয়নি।"
97
 
98
+ #: lib/includes/class-wpbackitup-admin.php:264
99
  msgid "Are you sure you want to restore your site?"
100
  msgstr "অাপনি কি নিশ্চিতভাবে চান সাইটটি পুনরুদ্ধার করতে? "
101
 
102
+ #: lib/includes/class-wpbackitup-admin.php:265
103
  msgid "Are you sure ?"
104
  msgstr "অাপনি কি নিশ্চিত ? "
105
 
106
+ #: lib/includes/class-wpbackitup-admin.php:266
107
  msgid "This file cannot be delete!"
108
  msgstr "এই ফাইলটি মুছা যাবে নাহ !"
109
 
110
+ #: lib/includes/class-wpbackitup-admin.php:267
111
  msgid "View Log"
112
  msgstr "লগ দেখুন"
113
 
114
+ #: lib/includes/class-wpbackitup-admin.php:268
115
  msgid "New Backup!"
116
  msgstr "নতুন ব্যাকঅাপ !"
117
 
118
+ #: lib/includes/class-wpbackitup-admin.php:269
119
  msgid "Uploaded Backup"
120
  msgstr "অাপলোডকৃত ব্যাকঅাপ"
121
 
122
+ #: lib/includes/class-wpbackitup-admin.php:606
123
  msgid "Backup Queued"
124
  msgstr "ব্যাকঅাপ অপেক্ষমান"
125
 
126
+ #: lib/includes/class-wpbackitup-admin.php:615
127
  msgid "Backup could not be queued"
128
  msgstr "ব্যাকঅাপ অপেক্ষমান করা যায়নি। "
129
 
130
+ #: lib/includes/class-wpbackitup-admin.php:627
131
  msgid "Job is already in queue."
132
  msgstr "কাজটি অাগে থেকেই অপেক্ষমান"
133
 
134
+ #: lib/includes/class-wpbackitup-admin.php:665
135
  msgid "No backup file selected."
136
  msgstr "ব্যাকঅাপ ফাইল বাছাই করা হয়নি।"
137
 
138
+ #: lib/includes/class-wpbackitup-admin.php:672
139
  msgid "No user id found."
140
  msgstr "ব্যবহারকারী খুজে পাওয়া যায়নি। "
141
 
142
+ #: lib/includes/class-wpbackitup-admin.php:710
143
  msgid "Restore Queued"
144
  msgstr "পুনরুদ্ধার অপেক্ষমান"
145
 
146
+ #: lib/includes/class-wpbackitup-admin.php:719
147
  msgid "Restore could not be queued"
148
  msgstr "পুনরুদ্ধার অপেক্ষমান করা যায় নি"
149
 
150
+ #: lib/includes/class-wpbackitup-admin.php:725
151
  msgid "Restore already in queue"
152
  msgstr "পুনরুদ্ধার অাগে থেকেই অপেক্ষমান"
153
 
154
+ #: lib/includes/class-wpbackitup-admin.php:757
155
  msgid "No job id posted"
156
  msgstr "কোন কাজের আইডি পোস্ট করা হয়নি "
157
 
158
+ #: lib/includes/class-wpbackitup-admin.php:765 views/backup.php:467
159
  msgid "Backup Cancelled"
160
  msgstr "ব্যাকঅাপ বাতিল করা হয়েছে"
161
 
162
+ #: lib/includes/class-wpbackitup-admin.php:767
163
  msgid "Backup job not found"
164
  msgstr "ব্যাকঅাপ কাজ পাওয়া যায়নি "
165
 
166
+ #: lib/includes/class-wpbackitup-admin.php:975
167
  msgid "No response log found."
168
  msgstr "রেসপনস লগ পাওয়া যায়নি।"
169
 
170
+ #: lib/includes/class-wpbackitup-admin.php:1077
171
+ #: lib/includes/class-wpbackitup-admin.php:1085
172
+ #: lib/includes/class-wpbackitup-admin.php:1137
173
+ #: lib/includes/class-wpbackitup-admin.php:1144
174
+ #: lib/includes/class-wpbackitup-admin.php:1151
175
+ #: lib/includes/class-wpbackitup-admin.php:1158
176
+ #: lib/includes/class-wpbackitup-admin.php:1165
177
  msgid "Please enter a number"
178
  msgstr "একটি নাম্বার প্রবেশ করুন "
179
 
180
+ #: lib/includes/class-wpbackitup-admin.php:1106
181
+ #: lib/includes/class-wpbackitup-admin.php:1274
182
  msgid "Please enter a valid email"
183
  msgstr "একটি সঠিক ইমেইল প্রবেশ করুন "
184
 
185
+ #: lib/includes/class-wpbackitup-admin.php:1281
186
  msgid "Please enter your support ticket id"
187
  msgstr "অাপনার সাপোর্ট টিকেট অাইডি প্রবেশ করুন"
188
 
189
+ #: lib/includes/class-wpbackitup-admin.php:1286
190
  msgid "Please only enter numbers in this field"
191
  msgstr "এই ঘরে শুধুমাত্র নাম্বার প্রবেশ করুন"
192
 
193
+ #: lib/includes/class-wpbackitup-admin.php:2093
194
+ #: lib/includes/class-wpbackitup-admin.php:2113
195
  msgid ""
196
  "License could not be activated. Please try again in a few hours and contact support if "
197
  "this error continues."
199
  "লাইসেন্স সক্রিয় করা যায়নি । কয়েক ঘন্টার মধ্যে আবার চেষ্টা করুন এবং এই ত্রুটি চলতে থাকলে সহায়তার "
200
  "জন্য যোগাযোগ করুন । "
201
 
202
+ #: lib/includes/class-wpbackitup-admin.php:2162
203
  msgid "License is invalid."
204
  msgstr "লাইসেন্স সঠিক নয়।"
205
 
206
+ #: lib/includes/class-wpbackitup-admin.php:2167
207
  msgid "License has expired."
208
  msgstr "লাইসেন্স বাতিল হয়ে গিয়েছে। "
209
 
210
+ #: lib/includes/class-wpbackitup-admin.php:2170
211
  #, php-format
212
  msgid ""
213
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> now for "
218
  "strong><a href=\"%s\" target=\"blank\"> নতুন </a> করুন এবং আমাদের বিশ্বমানের সহায়তা দলের "
219
  "সহায়তা নিন । "
220
 
221
+ #: lib/includes/class-wpbackitup-admin.php:2184
222
  msgid "License Expired: Scheduled backups are no longer active."
223
  msgstr "লাইসেন্সের মেয়াদ শেষঃ নির্ধারিত ব্যাকআপ আর সক্রিয় নেই । "
224
 
225
+ #: lib/includes/class-wpbackitup-admin.php:2192
226
  msgid "Activation limit has been reached."
227
  msgstr "সক্রিয়করন সীমা পুর্ন হয়ে গিয়েছে।"
228
 
229
+ #: lib/includes/class-wpbackitup-admin.php:2198
230
  msgid "Your Activation limit has been reached"
231
  msgstr "আপনার অ্যাক্টিভেশন শেষ সীমায় পৌঁছেছে"
232
 
255
  msgid "Could not import file into WPBackItUp backup set."
256
  msgstr "WP BackItUp ব্যাকআপ সেট এর মধ্যে ফাইল ইম্পোর্ট করা যায়নি."
257
 
258
+ #: lib/includes/job_backup.php:1144
259
  #, php-format
260
  msgid ""
261
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your license has "
270
  "আমাদের বিশ্বমানের সহায়তা দলের সহায়তার জন্য <strong><a href=\"%s\" target=\"blank\"> "
271
  "নবায়ন</a></strong> করুন । <br/><br/>"
272
 
273
+ #: lib/includes/job_backup.php:1149
274
  #, php-format
275
  msgid "%s - Backup completed successfully."
276
  msgstr "%s - সফলভাবে ব্যাকআপ সম্পন্ন হয়েছে। "
277
 
278
+ #: lib/includes/job_backup.php:1150
279
  msgid "Your backup completed successfully."
280
  msgstr "অাপনার ব্যাকআপ সফলভাবে সম্পন্ন হয়েছে। "
281
 
282
+ #: lib/includes/job_backup.php:1153
283
  #, php-format
284
  msgid "%s - Backup did not complete successfully."
285
  msgstr "%s - সফলভাবে ব্যাকআপ সম্পন্ন হয়নি। "
286
 
287
+ #: lib/includes/job_backup.php:1154
288
  msgid "Your backup did not complete successfully."
289
  msgstr "অাপনার ব্যাকআপ সফলভাবে সম্পন্ন হয়নি। "
290
 
291
+ #: lib/includes/job_backup.php:1161
292
  #, php-format
293
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
294
  msgstr "ওয়ার্ডপ্রেস সাইট: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
295
 
296
+ #: lib/includes/job_backup.php:1162
297
  msgid "Backup date:"
298
  msgstr "ব্যাকআপের তারিখ:"
299
 
300
+ #: lib/includes/job_backup.php:1163
301
  msgid "Number of backups completed with WPBackItUp:"
302
  msgstr "WP BackItUp দিয়ে ব্যাকঅাপ সম্পন্ন করা হয়েছে:"
303
 
304
+ #: lib/includes/job_backup.php:1165
305
  msgid "Completion Code:"
306
  msgstr "পরিপূর্ন কোড:"
307
 
308
+ #: lib/includes/job_backup.php:1166
309
  msgid "WPBackItUp Version:"
310
  msgstr "WP BackItUp ভার্সন:"
311
 
312
+ #: lib/includes/job_backup.php:1178
313
  #, php-format
314
  msgid "Checkout %s for info about WPBackItUp and our other products."
315
  msgstr "WP BackItUp এবং অামাদের অন্যান্য প্রোডাক্ট সম্পর্কে জানতে %s দেখুন।"
316
 
317
+ #: lib/includes/job_backup.php:1345
318
  msgid ""
319
  "(101) Unable to create a new directory for backup. Please check your CHMOD settings of "
320
  "your wp-backitup backup directory"
322
  "(101) ব্যাকঅাপের জন্য নতুন ডিরেক্টরি তৈরি করা যাচ্ছে নাহ। দয়াকরে অাপনার wp-backitup ব্যাকঅাপ "
323
  "ডিরেক্টরির CHMOD সেটিংস যাচাই করুন"
324
 
325
+ #: lib/includes/job_backup.php:1346
326
  msgid ""
327
  "(102) Cannot create backup directory. Please check the CHMOD settings of your wp-"
328
  "backitup plugin directory"
330
  "(102) ব্যাকঅাপ ডিরেক্টরি তৈরি করা যাচ্ছে নাহ। দয়াকরে অাপনার wp-backitup প্লাগিন ডিরেক্টরির "
331
  "CHMOD সেটিংস যাচাই করুন"
332
 
333
+ #: lib/includes/job_backup.php:1347
334
  msgid "(103) Unable to backup your files. Please try again"
335
  msgstr "(103) অাপনার ফাইলসমুহ ব্যাকঅাপ নেয়া যাচ্ছে নাহ। দয়াকরে অাবার চেষ্টা করুন। "
336
 
337
+ #: lib/includes/job_backup.php:1348
338
  msgid "(104) Unable to export your database. Please try again"
339
  msgstr "(104) অাপনার ডেটাবেজ এক্সপোর্ট করা যাচ্ছে নাহ। দয়াকরে অাবার চেষ্টা করুন। "
340
 
341
+ #: lib/includes/job_backup.php:1349
342
  msgid "(105) Unable to export site information file. Please try again"
343
  msgstr "(105) অাপনার সাইটের তথ্য এক্সপোর্ট করা যাচ্ছে নাহ। দয়াকরে অাবার চেষ্টা করুন। "
344
 
345
+ #: lib/includes/job_backup.php:1350
346
  msgid "(106) Unable to cleanup your backup directory"
347
  msgstr "(106) অাপনার ব্যাকঅাপ ডিরেক্টরি পরিষ্কার করা যাচ্ছে নাহ।"
348
 
349
+ #: lib/includes/job_backup.php:1351
350
  msgid "(107) Unable to compress(zip) your backup. Please try again"
351
  msgstr "(107) আপনার ব্যাকআপ সঙ্কুচিত করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
352
 
353
+ #: lib/includes/job_backup.php:1352
354
  msgid "(108) Unable to backup your site data files. Please try again"
355
  msgstr "(108) আপনার সাইটের ডাটা ফাইল ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
356
 
357
+ #: lib/includes/job_backup.php:1353
358
  msgid "(109) Unable to finalize backup. Please try again"
359
  msgstr "(109) ব্যাকআপ চূড়ান্ত করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
360
 
361
+ #: lib/includes/job_backup.php:1354
362
  msgid "(110) Unable to create backup manifest. Please try again"
363
  msgstr "(110) ব্যাকআপ ম্যানিফেস্টো তৈরি করতে অক্ষম । অনুগ্রহপূর্বক আবার চেষ্টা করুন"
364
 
365
+ #: lib/includes/job_backup.php:1355
366
  msgid ""
367
  "(114) Your database was accessible but an export could not be created. Please contact "
368
  "support by clicking the get support link on the right. Please let us know who your host "
371
  "(114) আপনার ডাটাবেস সুগম ছিল কিন্তু এক্সপোর্ট তৈরি করা যায়নি । ডানদিকে সংযোগ সমর্থন লিঙ্কে "
372
  "ক্লিক করে সমর্থনের সাথে যোগাযোগ করুন ।দয়াকরে অনুরোধ করার সময় আমাদেরকে আপনার হোস্ট জানান । "
373
 
374
+ #: lib/includes/job_backup.php:1356
375
  msgid "(120) Unable to backup your themes. Please try again"
376
  msgstr "(120) আপনার থিম ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
377
 
378
+ #: lib/includes/job_backup.php:1357
379
  msgid "(121) Unable to backup your plugins. Please try again"
380
  msgstr "(121) আপনার প্লাগিন ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
381
 
382
+ #: lib/includes/job_backup.php:1358
383
  msgid "(122) Unable to backup your uploads. Please try again"
384
  msgstr "(122) আপনার আপলোড ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
385
 
386
+ #: lib/includes/job_backup.php:1359
387
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
388
  msgstr "(123) আপনার বিবিধ ফাইল ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
389
 
390
+ #: lib/includes/job_backup.php:1360
391
  msgid ""
392
  "(125) Unable to compress your backup because there is no zip utility available. Please "
393
  "contact support"
395
  "(125) আপনার ব্যাকআপ সঙ্কুচিত করা যাচ্ছেনা কারন কোন zip utility খুজে পাওয়া যায়নি । দয়াকরে "
396
  "support এ যোগাযোগ করুন ।"
397
 
398
+ #: lib/includes/job_backup.php:1361
399
  msgid "(126) Unable to validate your backup. Please try again"
400
  msgstr "(126) আপনার ব্যাকআপ যাচাই করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
401
 
402
+ #: lib/includes/job_backup.php:1362
403
  msgid "(127) Unable to create inventory of files to backup. Please try again"
404
  msgstr "(127) ব্যাকআপের জন্য ফাইলের তালিকা তৈরি করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
405
 
406
+ #: lib/includes/job_backup.php:1363
407
  msgid "(128) Unable to create job control record. Please try again"
408
  msgstr "(128) কাজের নিয়ন্ত্রণ রেকর্ড তৈরি করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
409
 
410
+ #: lib/includes/job_backup.php:1365
411
  msgid ""
412
  "(2101) Unable to create a new directory for backup. Please check your CHMOD settings of "
413
  "your wp-backitup backup directory"
415
  "(2101) ব্যাকঅাপের জন্য নতুন ডিরেক্টরি তৈরি করা যাচ্ছেনা। দয়াকরে অাপনার wp-backitup ব্যাকঅাপ "
416
  "ডিরেক্টরির CHMOD সেটিংস যাচাই করুন"
417
 
418
+ #: lib/includes/job_backup.php:1366
419
  msgid ""
420
  "(2102) Cannot create backup directory. Please check the CHMOD settings of your wp-"
421
  "backitup plugin directory"
423
  "(2102) ব্যাকঅাপ ডিরেক্টরি তৈরি করা যাচ্ছেনা। দয়াকরে অাপনার wp-backitup প্লাগিন ডিরেক্টরির "
424
  "CHMOD সেটিংস যাচাই করুন"
425
 
426
+ #: lib/includes/job_backup.php:1367
427
  msgid "(2103) Unable to backup your files. Please try again"
428
  msgstr "(2103) অাপনার ফাইলসমুহ ব্যাকঅাপ নেয়া যাচ্ছে নাহ। দয়াকরে অাবার চেষ্টা করুন। "
429
 
430
+ #: lib/includes/job_backup.php:1368
431
  msgid "(2104) Unable to export your database. Please try again"
432
  msgstr "(2104) অাপনার ডেটাবেজ এক্সপোর্ট করা যাচ্ছেনা। দয়াকরে অাবার চেষ্টা করুন। "
433
 
434
+ #: lib/includes/job_backup.php:1369
435
  msgid "(2105) Unable to export site information file. Please try again"
436
  msgstr "(2105) অাপনার সাইটের তথ্য এক্সপোর্ট করা যাচ্ছে নাহ। দয়াকরে অাবার চেষ্টা করুন। "
437
 
438
+ #: lib/includes/job_backup.php:1370
439
  msgid "(2106) Unable to cleanup your backup directory"
440
  msgstr "(2106) অাপনার ব্যাকঅাপ ডিরেক্টরি পরিষ্কার করা যাচ্ছেনা।"
441
 
442
+ #: lib/includes/job_backup.php:1371
443
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
444
  msgstr "(2107) আপনার ব্যাকআপ সঙ্কুচিত করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
445
 
446
+ #: lib/includes/job_backup.php:1372
447
  msgid "(2108) Unable to backup your site data files. Please try again"
448
  msgstr "(2108) আপনার সাইটের ডাটা ফাইল ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
449
 
450
+ #: lib/includes/job_backup.php:1373
451
  msgid "(2109) Unable to finalize backup. Please try again"
452
  msgstr "(2109) ব্যাকআপ চূড়ান্ত করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন। "
453
 
454
+ #: lib/includes/job_backup.php:1374
455
  msgid "(2110) Unable to create backup manifest. Please try again"
456
  msgstr "(2110) ব্যাকআপ ম্যানিফেস্টো তৈরি করতে অক্ষম । অনুগ্রহপূর্বক আবার চেষ্টা করুন"
457
 
458
+ #: lib/includes/job_backup.php:1375
459
  msgid ""
460
  "(2114) Your database was accessible but an export could not be created. Please contact "
461
  "support by clicking the get support link on the right. Please let us know who your host "
464
  "(2114) আপনার ডাটাবেস সুগম ছিল কিন্তু এক্সপোর্ট তৈরি করা যায়নি । ডানদিকে সংযোগ সমর্থন লিঙ্কে "
465
  "ক্লিক করে সমর্থনের সাথে যোগাযোগ করুন ।দয়াকরে অনুরোধ করার সময় আমাদেরকে আপনার হোস্ট জানান । "
466
 
467
+ #: lib/includes/job_backup.php:1376
468
  msgid "(2120) Unable to backup your themes. Please try again"
469
  msgstr "(2120) আপনার থিম ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
470
 
471
+ #: lib/includes/job_backup.php:1377
472
  msgid "(2121) Unable to backup your plugins. Please try again"
473
  msgstr "(2121) আপনার প্লাগিন ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
474
 
475
+ #: lib/includes/job_backup.php:1378
476
  msgid "(2122) Unable to backup your uploads. Please try again"
477
  msgstr "(2122) আপনার আপলোড ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
478
 
479
+ #: lib/includes/job_backup.php:1379
480
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
481
  msgstr "(2123) আপনার বিবিধ ফাইল ব্যাকআপ করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
482
 
483
+ #: lib/includes/job_backup.php:1380
484
  msgid ""
485
  "(2125) Unable to compress your backup because there is no zip utility available. "
486
  "Please contact support"
488
  "(2125) আপনার ব্যাকআপ সঙ্কুচিত করা যাচ্ছেনা কারন কোন zip utility খুজে পাওয়া যায়নি । দয়াকরে "
489
  "support এ যোগাযোগ করুন ।"
490
 
491
+ #: lib/includes/job_backup.php:1381
492
  msgid "(2126) Unable to validate your backup. Please try again"
493
  msgstr "(2126) আপনার ব্যাকআপ যাচাই করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
494
 
495
+ #: lib/includes/job_backup.php:1382
496
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
497
  msgstr "(2127) ব্যাকআপের জন্য ফাইলের তালিকা তৈরি করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
498
 
499
+ #: lib/includes/job_backup.php:1383
500
  msgid "(2128) Unable to create job control record. Please try again"
501
  msgstr "(2128) কাজের নিয়ন্ত্রণ রেকর্ড তৈরি করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন । "
502
 
503
+ #: lib/includes/job_backup.php:1386
504
  msgid "(999) Unexpected error"
505
  msgstr "(999) অপ্রত্যাশিত ত্রুটি"
506
 
683
  #: views/backup.php:439 views/backup.php:440 views/backup.php:441 views/backup.php:442
684
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445 views/backup.php:446
685
  #: views/backup.php:447 views/backup.php:448 views/restore.php:244 views/restore.php:245
686
+ #: views/restore.php:246 views/restore.php:247 views/restore.php:248 views/restore.php:250
687
+ #: views/restore.php:251 views/restore.php:253 views/restore.php:254 views/restore.php:256
688
+ #: views/restore.php:257
689
  msgid "Done"
690
  msgstr "সম্পন্ন"
691
 
692
  #: views/backup.php:439 views/backup.php:440 views/backup.php:441 views/backup.php:442
693
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445 views/backup.php:446
694
  #: views/backup.php:447 views/backup.php:448 views/restore.php:244 views/restore.php:245
695
+ #: views/restore.php:246 views/restore.php:247 views/restore.php:248 views/restore.php:250
696
+ #: views/restore.php:251 views/restore.php:253 views/restore.php:254 views/restore.php:256
697
+ #: views/restore.php:257
698
  msgid "Failed"
699
  msgstr "ব্যর্থ "
700
 
992
 
993
  #: views/restore.php:214
994
  msgid ""
995
+ "* When done uploading click the import uploads button below to see new backups appear "
996
+ "in the Available Backups section above. "
997
  msgstr ""
 
 
998
 
999
  #: views/restore.php:244
1000
  msgid "Preparing for restore"
1016
  msgid "Deactivating plugins"
1017
  msgstr "প্লাগিনসমূহ নিষ্ক্রিয় করা হচ্ছে "
1018
 
 
 
 
 
1019
  #: views/restore.php:250
1020
+ msgid "Importing database"
1021
+ msgstr ""
1022
+
1023
+ #: views/restore.php:251
1024
+ msgid "Updating imported database"
1025
+ msgstr ""
1026
+
1027
+ #: views/restore.php:253
1028
  msgid "Staging content files"
1029
  msgstr "কন্টেন্ট ফাইলসমূহ উপস্থাপন করা হচ্ছে "
1030
 
1031
+ #: views/restore.php:254
1032
  msgid "Restoring content files"
1033
  msgstr "কন্টেন্ট ফাইলসমূহ পুনরুদ্ধার করা হচ্ছে"
1034
 
1035
+ #: views/restore.php:256
1036
  msgid "Restoring database"
1037
  msgstr "ডাটাবেস পুনরদ্ধার করা হচ্ছে "
1038
 
1039
+ #: views/restore.php:257
 
 
 
 
 
 
 
 
1040
  msgid "Updating permalinks"
1041
  msgstr "permalinks হালনাগাদ হচ্ছে "
1042
 
1043
+ #: views/restore.php:263
1044
  msgid "Error 201: No file selected"
1045
  msgstr "ত্রুটি 201: কোন ফাইল নির্বাচন করা হয়নি "
1046
 
1047
+ #: views/restore.php:264
1048
  msgid "Error 202: Your file could not be uploaded"
1049
  msgstr "ত্রুটি 202: আপনার ফাইলটি আপলোড করা যায়নি "
1050
 
1051
+ #: views/restore.php:265
1052
  msgid "Error 203: Your backup could not be unzipped"
1053
  msgstr "ত্রুটি 203: আপনার ব্যাকআপ unzip করা যায়নি "
1054
 
1055
+ #: views/restore.php:266
1056
  msgid ""
1057
  "Error 204: Your backup appears to be invalid. Please ensure you selected a valid backup"
1058
  msgstr ""
1059
  "ত্রুটি 204: আপনার ব্যাকআপ অবৈধ বলে মনে হচ্ছে । দয়াকরে একটি বৈধ ব্যাকআপ নির্বাচন নিশ্চিত করুন "
1060
 
1061
+ #: views/restore.php:267
1062
  msgid "Error 205: Cannot create restore point"
1063
  msgstr "থ্রুটি 205: পুনরদ্ধার পয়েন্ট তৈরি করা যাচ্ছেনা "
1064
 
1065
+ #: views/restore.php:268
1066
  msgid "Error 206: Unable to connect to your database"
1067
  msgstr "ত্রুটি 206: আপনার ডাটাবেসের সঙ্গে সংযোগ দেয়া যাচ্ছেনা "
1068
 
1069
+ #: views/restore.php:269
1070
  msgid "Error 207: Unable to get current site URL from database. Please try again"
1071
  msgstr ""
1072
  "ত্রুটি 207: ডাটাবেস থেকে এই সাইটের বর্তমান URL পাওয়া যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন "
1073
 
1074
+ #: views/restore.php:270
1075
  msgid "Error 208: Unable to get current home URL from database. Please try again"
1076
  msgstr "ত্রুটি 208: ডাটাবেস থেকে বর্তমান হোম URL পাওয়া যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন "
1077
 
1078
+ #: views/restore.php:271
1079
  msgid "Error 209: Unable to get current user ID from database. Please try again"
1080
  msgstr ""
1081
  "ত্রুটি 209: ডাটাবেস থেকে বর্তমান ব্যবহারকারীর ID পাওয়া যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন "
1082
 
1083
+ #: views/restore.php:272
1084
  msgid "Error 210: Unable to get current user password from database. Please try again"
1085
  msgstr ""
1086
  "ত্রুটি 210: ডাটাবেস থেকে বর্তমান ব্যবহারকারীর password পাওয়া যাচ্ছেনা । দয়াকরে আবার চেষ্টা "
1087
  "করুন "
1088
 
1089
+ #: views/restore.php:273
1090
  msgid "Error 211: Unable to get current user email from database. Please try again"
1091
  msgstr ""
1092
  "ত্রুটি 211: ডাটাবেস থেকে বর্তমান ব্যবহারকারীর email পাওয়া যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন "
1093
 
1094
+ #: views/restore.php:275
1095
  msgid ""
1096
  "Error 212: Unable to import your database. This may require importing the file manually"
1097
  msgstr ""
1098
  "ত্রুটি 212: আপনার ডাটাবেস ইম্পোর্ট করা যাচ্ছেনা । এই ফাইল ম্যানুয়ালি ইম্পোর্ট করার প্রয়োজন হতে "
1099
  "পারে "
1100
 
1101
+ #: views/restore.php:276
1102
+ msgid ""
1103
+ "Error 212: Unable to restore your database. This may require importing the file manually"
1104
+ msgstr ""
1105
+
1106
+ #: views/restore.php:279
1107
  msgid ""
1108
  "Warning 213: Unable to update your site URL value. Please check your WordPress general "
1109
  "settings to make sure your Site and WordPress URLs are correct"
1111
  "বিপদসংকেত 213: আপনার সাইট URL এর ভ্যালু হালনাগাদ করা যাচ্ছেনা । দয়াকরে WordPress সাধারণ "
1112
  "সেটিংস পরীক্ষা করে নিশ্চিত হউন যে আপনার সাইট এবং WordPress URLs সঠিক "
1113
 
1114
+ #: views/restore.php:280
1115
  msgid ""
1116
  "Warning 214: Unable to update your home URL value. Please check your WordPress general "
1117
  "settings to make sure your Site and WordPress URLs are correct"
1119
  "বিপদসংকেত 214: আপনার হোম URL ভ্যালু হালনাগাদ করা যাচ্ছেনা। দয়াকরে WordPress সাধারণ "
1120
  "সেটিংস পরীক্ষা করে নিশ্চিত হউন যে আপনার সাইট এবং WordPress URLs সঠিক "
1121
 
1122
+ #: views/restore.php:281
1123
  msgid ""
1124
  "Warning 215: Unable to update your user information. This may require you to login with "
1125
  "the admin username and password that was used when the backup was created"
1127
  "বিপদসঙ্কেত 215: আপনার ব্যবহারকারী তথ্য হালনাগাদ করা যাচ্ছেনা । এই ব্যাকআপ তৈরি করার সময় "
1128
  "ব্যবহৃত অ্যাডমিন ব্যবহারকারীর নাম ও পাসওয়ার্ড দিয়ে লগইন করার প্রয়োজন হতে পারে । "
1129
 
1130
+ #: views/restore.php:282
1131
  msgid "Error 216: Database not found in backup"
1132
  msgstr "ত্রুটি 216: ব্যাকআপে ডাটাবেস পাওয়া যায়নি "
1133
 
1134
+ #: views/restore.php:283
1135
  msgid "Warning 217: Unable to remove existing wp-content directory"
1136
  msgstr "বিপদসংকেত 217: বিদ্যমান wp-content ডিরেক্টরি অপসারণ করা যাচ্ছেনা "
1137
 
1138
+ #: views/restore.php:284
1139
  msgid ""
1140
  "Error 218: Unable to create new wp-content directory. Please check your CHMOD settings "
1141
  "in /wp-content/"
1143
  "ত্রুটি 218: নতুন wp-content ডিরেক্টরি তৈরি করা যাচ্ছেনা। দয়াকরে অাপনার /wp-content/ "
1144
  "ডিরেক্টরির CHMOD সেটিংস যাচাই করুন"
1145
 
1146
+ #: views/restore.php:285
1147
  msgid "Error 219: Unable to import wp-content. Please try again"
1148
  msgstr "ত্রুটি 219: wp-content ইম্পোরট করা যাচ্ছেনা । দয়াকরে আবার চেষ্টা করুন "
1149
 
1150
+ #: views/restore.php:286
1151
  msgid "Warning 220: Unable to cleanup import directory. No action is required"
1152
  msgstr "বিপদসঙ্কেত 220: ইম্পোর্ট ডিরেক্টরি পরিষ্করণ করা যাচ্ছেনা । কোন প্রক্রিয়ার প্রয়োজন নেই "
1153
 
1154
+ #: views/restore.php:287
1155
  #, php-format
1156
  msgid ""
1157
  "Error 221: Table prefix value in wp-config.php is different from backup. This MUST be "
1162
  "পুনরুদ্ধার করতে সক্ষম হওয়ার পূর্বে এই wp-config.php ফাইলের মধ্যে অবশ্যই পরিবর্তন করতে হবে । আরও "
1163
  "তথ্যের জন্য www.wpbackitup.com <a href =\"%s\" target=\"_blank\" > FAQs</a> দেখুন । "
1164
 
1165
+ #: views/restore.php:288
1166
  msgid "Error 222: Unable to create restore folder"
1167
  msgstr "ত্রুটি 222: পুনরুদ্ধার ফোল্ডার তৈরি করা যাচ্ছেনা "
1168
 
1169
+ #: views/restore.php:289
1170
  msgid ""
1171
  "Error 223: An error occurred during the restore. WPBackItUp attempted to restore the "
1172
  "database to its previous state but were unsuccessful. Please contact WPBackItUp "
1176
  "পুনস্থাপন করতে চেষ্টা করে সফল হয়নি । দয়াকরে WP BackItUp গ্রাহক সহায়তায় যোগাযোগ করুন এবং আর "
1177
  "কোন পুনস্থাপনের চেষ্টা থেকে বিরত থাকুন ।"
1178
 
1179
+ #: views/restore.php:290
1180
  msgid ""
1181
  "Error 224: An error occurred during the restore, however, we have successfully restored "
1182
  "your database to the previous state"
1184
  "ত্রুটি 224: পুনস্থাপনের সময় একটি ত্রুটি ঘটেছে, তবুও , আপনার ডাটাবেস পূর্ববর্তী অবস্থানে সফলভাবে "
1185
  "পুনস্থাপিত হয়েছে । "
1186
 
1187
+ #: views/restore.php:291
1188
  msgid "Error 225: Restore option is only available to licensed WPBackItUp users"
1189
  msgstr "ত্রুটি 225: পুনরুদ্ধার অপশন শুধুমাত্র লাইসেন্সড WP BackItUp ব্যবহারকারীদের জন্য "
1190
 
1191
+ #: views/restore.php:292
1192
  msgid ""
1193
  "Error 226: Restore cannot proceed because your backup was created using a different "
1194
  "version of WordPress"
1196
  "ত্রুটি 226: পুনরুদ্ধার পুনরারম্ভ করা যাচ্ছেনা কারন আপনার ব্যাকআপ আলাদা সংস্করণের WordPress "
1197
  "ব্যবহার করে করা হয়েছে "
1198
 
1199
+ #: views/restore.php:293
1200
  msgid ""
1201
  "Error 227: Restore cannot proceed because your backup was created using a different "
1202
  "version of WPBackItUp. Please contact WPBackItUp support to help convert this backup "
1206
  "দিয়ে করা হয়েছে । দয়াকরে এই ব্যাকআপকে বর্তমান সংস্করণে পরিবর্তিত করতে WP BackItUp সহায়তায় "
1207
  "যোগাযোগ করুন । "
1208
 
1209
+ #: views/restore.php:294
1210
  msgid ""
1211
  "Error 230: WPBackItUp ran into unexpected errors during the database restore. However, "
1212
  "we were able to successfully revert the database back to its original state . This "
1216
  "প্রাথমিক অবস্থানে প্রত্যাবর্তন করা হয়েছে । এই ত্রুটির জন্য ডাটাবেস ম্যানুয়ালি ইম্পোর্ট করার প্রয়োজন "
1217
  "হতে পারে । "
1218
 
1219
+ #: views/restore.php:295
1220
  msgid ""
1221
  "Error 235: WPBackItUp is not able to proceed because there is no zip utility "
1222
  "available. Please contact support"
1224
  "ত্রুটি 235: WP BackItUp পুনরারম্ভ করা যাচ্ছেনা কারন কোন zip utility পাওয়া যায়নি । দয়াকরে "
1225
  "কন্টাক্ট এর সাথে যোগাযোগ করুন"
1226
 
1227
+ #: views/restore.php:296
1228
  msgid ""
1229
  "Error 250: WPBackItUp is unable to begin the restore because a backup is running. "
1230
  "Please wait for the backup to complete and then try again"
1232
  "ত্রুটি 250: একটি ব্যাকআপ চলার কারনে WP BackItUp পুনস্থাপন শুরু করতে পারছেনা । দয়াকরে ব্যাকআপ "
1233
  "সম্পন্ন হওয়া পর্যন্ত অপেক্ষা করুন এবং তারপর আবারও চেষ্টা করুন । "
1234
 
1235
+ #: views/restore.php:298
1236
  msgid ""
1237
  "Error 260: WPBackItUp is unable to extract archives from backup set. Please try again "
1238
  "and contact support if this issue continues"
1240
  "ত্রুটি 260 ঃ WPBackItUp ব্যাকআপ সেট থেকে আর্কাইভ এক্সট্রাক্ট করতে অক্ষম । অনুগ্রহ করে আবার চেষ্টা "
1241
  "করুন এবং এই ত্রুটি চলতে থাকলে সহায়তার জন্য যোগাযোগ করুন । "
1242
 
1243
+ #: views/restore.php:299
1244
  msgid ""
1245
  "Error 261: WPBackItUp is unable to extract archives from backup set. Please try again "
1246
  "and contact support if this issue continues"
1248
  "ত্রুটি 261 ঃ WPBackItUp ব্যাকআপ সেট থেকে আর্কাইভ এক্সট্রাক্ট করতে অক্ষম । অনুগ্রহ করে আবার চেষ্টা "
1249
  "করুন এবং এই ত্রুটি চলতে থাকলে সহায়তার জন্য যোগাযোগ করুন "
1250
 
1251
+ #: views/restore.php:300
1252
  msgid ""
1253
  "Error 262: There were no backup files found in the backup folder. Please try again and "
1254
  "contact support if this issue continues"
1256
  "ত্রুটি 262 ঃ কোন ব্যাকআপ ফাইল ব্যাকআপ ফোল্ডারে খুঁজে পাওয়া যায়নি . অনুগ্রহ করে আবার চেষ্টা করুন "
1257
  "এবং এই ত্রুটি চলতে থাকলে সহায়তার জন্য যোগাযোগ করুন "
1258
 
1259
+ #: views/restore.php:302
1260
  msgid ""
1261
  "Error 251: WPBackItUp is unable to begin the restore because the backup manifest is "
1262
  "empty"
1263
  msgstr "ত্রুটি 251: WP BackItUp পুনরুদ্ধার শুরু করা সম্ভব হচ্ছেনা কারন ব্যাকআপ ম্যানিফেসট খালি "
1264
 
1265
+ #: views/restore.php:303
1266
  msgid ""
1267
  "Error 252: At least one zip file is missing from your backup set. Please make sure to "
1268
  "upload all zip files that were part of this backup"
1270
  "ত্রুটি 252: কমপক্ষে একটি ZIP ফাইল আপনার ব্যাকআপ সেটে অনুপস্থিত । দয়াকরে এই ব্যাকআপের সমস্ত zip "
1271
  "ফাইল আপলোড নিশ্চিত করুন । "
1272
 
1273
+ #: views/restore.php:304
1274
  msgid ""
1275
  "Error 253: Backup set contains a zip file that is not in the manifest. Please make "
1276
  "sure to upload only zip files that were part of this backup"
1278
  "ত্রুটি 253: ব্যাকআপ সেটের মধ্যে এমন একটি zip ফাইল রয়েছে যা তালিকাতে নেই । দয়াকরে শুধুমাত্র এই "
1279
  "ব্যাকআপের অন্তর্ভুক্ত zip ফাইল আপলোড নিশ্চিত করুন । "
1280
 
1281
+ #: views/restore.php:305
1282
  msgid ""
1283
  "Error 254: The size of one the zip files in this backup set does not match the manifest "
1284
  "so is most likely corrupt. Upload all zip files in this backup set again and attempt "
1287
  "ত্রুটি 254: এই ব্যাকআপ সেটে এক ZIP ফাইলের আকার তালিকার সঙ্গে মিলছেনা তাই সম্ভবত দূষিত । এই "
1288
  "ব্যাকআপ সেটের সমস্ত ফাইল আবার আপলোড করুন এবং আরও একবার পুনরূদ্ধার করার চেষ্টা করুন । "
1289
 
1290
+ #: views/restore.php:306
1291
  msgid ""
1292
  "Error 255: Backup set does not contain a manifest. Please make sure to upload all zip "
1293
  "files that were part of this backup"
1294
  msgstr ""
1295
  "ত্রুটি 255: ব্যাকআপ সেটে তালিকা নেই ।দয়াকরে এই ব্যাকআপের সমস্ত zip ফাইল আপলোড নিশ্চিত করুন । "
1296
 
1297
+ #: views/restore.php:308
1298
  msgid ""
1299
  "Warning 300: Unable to restore all WordPress content. Please review your restore logs "
1300
  "to see what WPBackItUp was unable to restore"
1302
  "বিপদসঙ্কেত 300: সমস্ত WordPress কন্টেন্ট পুনস্থাপন করা যাচ্ছেনা । দয়াকরে আপনার পুনস্থাপন logs "
1303
  "দেখুন যে WP BackItUp কি পুনস্থাপন করতে পারছেনা । "
1304
 
1305
+ #: views/restore.php:309
1306
  msgid ""
1307
  "Warning 305: Unable to restore all plugins. Please review your restore logs to see what "
1308
  "WPBackItUp was unable to restore"
1310
  "বিপদসঙ্কেত 305: সমস্ত প্লাগিন পুনস্থাপন সম্ভব হচ্ছেনা । দয়াকরে আপনার পুনস্থাপন logs দেখুন যে WP "
1311
  "BackItUp কি পুনস্থাপন করতে পারছেনা । "
1312
 
1313
+ #: views/restore.php:311
1314
  msgid "Error 2001: Unable to prepare site for restore"
1315
  msgstr "ত্রুটি 2001: সাইট পুনরুদ্ধার এর জন্য প্রস্তুত করা যাচ্ছেনা "
1316
 
1317
+ #: views/restore.php:312
1318
  msgid "Error 2002: Unable to unzip backup"
1319
  msgstr "ত্রুটি 2002: ব্যাকআপ unzip করা যাচ্ছেনা "
1320
 
1321
+ #: views/restore.php:313
1322
  msgid "Error 2003: Unable to validate backup"
1323
  msgstr "ত্রুটি 2003: ব্যাকআপ যাচাই করা যাচ্ছেনা "
1324
 
1325
+ #: views/restore.php:314
1326
  msgid "Error 2004: Unable to create restore point"
1327
  msgstr "ত্রুটি 2004: পুনরুদ্ধার পয়েন্ট তৈরি করা যাচ্ছেনা "
1328
 
1329
+ #: views/restore.php:315
1330
  msgid "Error 2005: Unable to stage wp-content"
1331
  msgstr "ত্রুটি 2005: wp-content পর্যায় করা যাচ্ছেনা ।"
1332
 
1333
+ #: views/restore.php:316
1334
  msgid "Error 2006: Unable to restore content files"
1335
  msgstr "ত্রুটি 2006: কন্টেন্ট ফাইলসমূহ পুনস্থাপন করা যাচ্ছেনা "
1336
 
1337
+ #: views/restore.php:317
1338
  msgid "Error 2007: Unable to restore database"
1339
  msgstr "ত্রুটি 2007: ডাটাবেস পুনস্থাপন করা যাচ্ছেনা "
1340
 
1341
+ #: views/restore.php:318
1342
+ msgid "Error 2009: Unable to import database"
1343
+ msgstr ""
1344
+
1345
+ #: views/restore.php:319
1346
  msgid "Error 2999: Unexpected error encountered"
1347
  msgstr "ত্রুটি 2999: অপ্রত্যাশিত ত্রুটি ঘটেছে "
1348
 
1349
+ #: views/restore.php:326
1350
  msgid ""
1351
  "Restore completed successfully. If you are prompted to login please do so with your "
1352
  "current username and password"
1359
  msgid "%s Settings"
1360
  msgstr "%s সেটিংস"
1361
 
1362
+ #: views/settings.php:49
1363
  msgid "Settings updated successfully!"
1364
  msgstr "সেটিংস হালনাগাদ সফল হয়েছে।"
1365
 
1366
+ #: views/settings.php:62
1367
  msgid "Email Notifications"
1368
  msgstr "ইমেইল বিজ্ঞপ্তি"
1369
 
1370
+ #: views/settings.php:63
1371
  msgid ""
1372
  "Please enter your email address if you would like to receive backup email notifications."
1373
  msgstr "আপনি যদি ইমেইলে ব্যাকআপ বিজ্ঞপ্তি পেতে চান তাহলে আপনার ইমেল ঠিকানা লিখুন."
1374
 
1375
+ #: views/settings.php:64
1376
  msgid ""
1377
  "Backup email notifications will be sent for every backup and will contain status "
1378
  "information related to the backup."
1380
  "ব্যাকআপ ইমেল বিজ্ঞপ্তি প্রতি ব্যাকআপের জন্য পাঠানো হবে এবং ব্যাকআপ এর সাথে সম্পর্কিত অবস্থা "
1381
  "সংক্রান্ত তথ্য উপস্থিত থাকবে."
1382
 
1383
+ #: views/settings.php:66 views/settings.php:86 views/settings.php:109
1384
+ #: views/settings.php:116 views/settings.php:124 views/settings.php:132
1385
+ #: views/settings.php:163 views/settings.php:197 views/settings.php:235
1386
+ #: views/settings.php:244
1387
  msgid "Save"
1388
  msgstr "সংরক্ষণ করুন"
1389
 
1390
+ #: views/settings.php:82
1391
  msgid "Backup Retention"
1392
  msgstr "ব্যাকআপ ধারণ"
1393
 
1394
+ #: views/settings.php:83
1395
  msgid "Enter the number of backup archives that you would like to remain on the server."
1396
  msgstr "আপনি সার্ভারে যে সংখ্যক ব্যাকআপ আর্কাইভ চান তার সংখ্যা লিখুন । "
1397
 
1398
+ #: views/settings.php:84
1399
  msgid ""
1400
  "Many hosts limit the amount of space that you can take up on their servers. This option "
1401
  "tells WPBackItUp the maximum number of backup archives that should remain on your hosts "
1405
  "বিকল্পটি WP BackItUp কে আপনার হোস্ট সার্ভারে ব্যাকআপ আর্কাইভের সর্বোচ্চ যে সংখ্যা থাকা উচিত তা "
1406
  "বলে দেয় । চিন্তা করবেন না, সবসময় প্রথম পুরনো ব্যাকআপ আর্কাইভ মুছে ফেলা হবে । "
1407
 
1408
+ #: views/settings.php:103
1409
  msgid "Logging?"
1410
  msgstr "লগিং?"
1411
 
1412
+ #: views/settings.php:104
1413
  msgid "Turn on WPBackItUp logging."
1414
  msgstr "WP BackItUp লগিং চালু করুন?"
1415
 
1416
+ #: views/settings.php:105
1417
  msgid ""
1418
  "This option should only be turned on by advanced users or when troubleshooting issues "
1419
  "with WPBackItUp support."
1421
  "এই অপশন শুধুমাত্র অগ্রবর্তী ব্যবহারকারী দ্বারা WPBackItUp সমর্থন সমস্যা সমাধানের সময় চালু করা "
1422
  "উচিত । "
1423
 
1424
+ #: views/settings.php:106
1425
  msgid "Yes"
1426
  msgstr "হ্যাঁ"
1427
 
1428
+ #: views/settings.php:107
1429
  msgid "No"
1430
  msgstr "না"
1431
 
1432
+ #: views/settings.php:113
1433
  msgid "Disable restore version compare?"
1434
  msgstr ""
1435
 
1436
+ #: views/settings.php:115
1437
  msgid ""
1438
  "Check this box if you would like WPBackItUp not to check major version issue. This "
1439
  "could be dangerous, you can disable it with your own risk."
1440
  msgstr ""
1441
 
1442
+ #: views/settings.php:120
1443
  msgid "Single File Backup Set"
1444
  msgstr "একক ফাইল ব্যাকআপ সেট"
1445
 
 
 
 
 
1446
  #: views/settings.php:122
1447
  msgid ""
1448
+ "Check this box if you would like WPBackItUp to create a single zip file that contains "
1449
+ "your entire backup."
1450
+ msgstr ""
1451
+
1452
+ #: views/settings.php:123
1453
+ msgid ""
1454
+ "When this setting is turned on WPBackItUp will attempt to create a single zip file that "
1455
+ "contains your entire backup. This option may may not be possible with some hosting "
1456
+ "providers. This setting will be turned off automatically if WPBackItUp is unable to "
1457
+ "complete this step for any reason."
1458
+ msgstr ""
1459
+
1460
+ #: views/settings.php:128
1461
+ msgid "Single File Database Export (db)"
1462
+ msgstr ""
1463
+
1464
+ #: views/settings.php:130
1465
+ msgid ""
1466
+ "Check this box if you would like WPBackItUp to export your database into a single db "
1467
+ "file."
1468
  msgstr ""
 
 
 
 
1469
 
1470
+ #: views/settings.php:131
1471
+ msgid ""
1472
+ "When this setting is turned on WPBackItUp will attempt to create a single file that "
1473
+ "contains your entire database. This option may not be possible with some hosting "
1474
+ "providers. This setting will be turned off automatically if WPBackItUp is unable to "
1475
+ "complete this step for any reason."
1476
+ msgstr ""
1477
+
1478
+ #: views/settings.php:136
1479
  msgid "Batch Size"
1480
  msgstr "ব্যাচ আকার"
1481
 
1482
+ #: views/settings.php:137
1483
  msgid "Enter the batch size for each of your content items."
1484
  msgstr "আপনার প্রতিটি কন্টেন্ট আইটেম এর জন্য ব্যাচ আকার লিখুন । "
1485
 
1486
+ #: views/settings.php:138
1487
  msgid ""
1488
  "These settings tell WPBackItUp how many items that should be added to the backup at a "
1489
  "time. If you experience timeouts while running a backup then these settings can be "
1494
  "সময়সীমা উত্তীর্ণ অভিজ্ঞতা লাভ করেন তাহলে এই সেটিংগুলো প্রতিটি ব্যাকআপের জন্য WP BackItUp এর যে "
1495
  "সময় লাগে তা হ্রাস করতে সহায়ক ভূমিকা পালন করবে। "
1496
 
1497
+ #: views/settings.php:141
1498
  msgid "DB Tables Batch Size"
1499
  msgstr "ডিবি টেবিল ব্যাচ আকার"
1500
 
1501
+ #: views/settings.php:146
1502
  msgid "Plugins Batch Size"
1503
  msgstr "প্লাগইন ব্যাচ আকার"
1504
 
1505
+ #: views/settings.php:151
1506
  msgid "Themes Batch Size"
1507
  msgstr "থিম ব্যাচ আকার"
1508
 
1509
+ #: views/settings.php:156
1510
  msgid "Uploads Batch Size"
1511
  msgstr "আপলোড ব্যাচ আকার"
1512
 
1513
+ #: views/settings.php:161
1514
  msgid "Others Batch Size"
1515
  msgstr "অন্যদের ব্যাচ আকার"
1516
 
1517
+ #: views/settings.php:164 views/settings.php:198 views/settings.php:236
1518
  msgid ""
1519
  "* These settings should only be modified by advanced users or when when working with "
1520
  "WPBackItUp support."
1522
  "WP BackItUp সমর্থনের সঙ্গে কাজ করার সময় শুধুমাত্র অগ্রবর্তী ব্যবহারকারী দ্বারা এই অপশন পরিবর্তন "
1523
  "করা উচিত । "
1524
 
1525
+ #: views/settings.php:176
1526
  msgid "Filter Your Folders"
1527
  msgstr "আপনার ফোল্ডারসমূহ ফিল্টার করুন "
1528
 
1529
+ #: views/settings.php:177
1530
  msgid "Enter a comma separated list of folders that should be excluded from your backups."
1531
  msgstr ""
1532
  "আপনার ব্যাকআপ থেকে বাদ দেওয়া উচিত যে ফোল্ডারসমুহ এর একটি তালিকা কমা দিয়ে পৃথক করে লিখুন । "
1533
 
1534
+ #: views/settings.php:178
1535
  msgid ""
1536
  "It is important to note that when a folder name is present in this list any occurrence "
1537
  "of that folder, and all its contents, will be excluded from the backup."
1539
  "এটা খেয়াল করা জরুরী যে , যখন একটি ফোল্ডারের নাম এই তালিকাতে থাকে তাহলে ওই ফোল্ডারের যেকোনো "
1540
  "সংঘটন ,এবং এর সমস্ত সামগ্রী ব্যাকআপ থেকে বাদ দেওয়া হবে । "
1541
 
1542
+ #: views/settings.php:180
1543
  msgid "Plugin Folders Filter"
1544
  msgstr "প্লাগইন ফোল্ডার ফিল্টার"
1545
 
1546
+ #: views/settings.php:185
1547
  msgid "Theme Folders Filter"
1548
  msgstr "থিম ফোল্ডার ফিল্টার"
1549
 
1550
+ #: views/settings.php:190
1551
  msgid "Upload Folders Filter"
1552
  msgstr "আপলোড ফোল্ডার ফিল্টার"
1553
 
1554
+ #: views/settings.php:194
1555
  msgid "Other Folders Filter"
1556
  msgstr "অন্যান্য ফোল্ডার ফিল্টার"
1557
 
1558
+ #: views/settings.php:203
1559
  msgid "Filter Your Database Tables"
1560
  msgstr "আপনার ডাটাবেজ টেবিলসমূহ ফিল্টার করুন "
1561
 
1562
+ #: views/settings.php:204
1563
  msgid "Exclude custom database tables from the backup."
1564
  msgstr "ব্যাকআপ থেকে কাস্টম ডাটাবেজ বাদ দিন । "
1565
 
1566
+ #: views/settings.php:205
1567
  msgid ""
1568
  "If you would like to exclude a custom table from the backup then simply drag it to the "
1569
  "list on the right. WordPress core tables may not be excluded from the backup. "
1572
  "আনুন । \n"
1573
  "ওয়ার্ডপ্রেস কোর টেবিল ব্যাকআপ থেকে বাদ দেওয়া নাও হতে পারে । "
1574
 
1575
+ #: views/settings.php:241
1576
  msgid "Remove Data on Uninstall?"
1577
  msgstr "আনইনস্টলে তথ্য অপসারণ ?"
1578
 
1579
+ #: views/settings.php:243
1580
  msgid ""
1581
  "Check this box if you would like WPBackItUp to completely remove all of its data when "
1582
  "the plugin is deleted."
1641
  msgid "Premium customers receive priority support."
1642
  msgstr "প্রিমিয়াম গ্রাহকদের অগ্রাধিকার সহায়তা দেওয়া হয় "
1643
 
1644
+ #: wp-backitup.php:94 wp-backitup.php:95
1645
  #, php-format
1646
  msgid "Every %s hours"
1647
  msgstr "প্রতি %s ঘন্টা"
1648
 
1649
+ #: wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98 wp-backitup.php:99
1650
+ #: wp-backitup.php:100
1651
  #, php-format
1652
  msgid "WPBUP - Every %s minutes"
1653
  msgstr "WPBUP - প্রতি %s মিনিট "
1654
 
1655
+ #: wp-backitup.php:102
1656
  msgid "WPBUP - Once Weekly"
1657
  msgstr "WPBUP - সপ্তাহে একবার "
1658
 
1659
+ #: wp-backitup.php:103
1660
  msgid "WPBUP - Once Monthly"
1661
  msgstr "WPBUP - মাসে একবার "
1662
 
1663
+ #: wp-backitup.php:104 wp-backitup.php:105
1664
  #, php-format
1665
  msgid "WPBUP - Every %s hours"
1666
  msgstr "WPBUP - প্রতি %s ঘণ্টা "
1667
 
1668
+ #: wp-backitup.php:114
1669
  msgid "Local File"
1670
  msgstr ""
1671
 
1672
+ #: wp-backitup.php:171
1673
  msgid "Cleanup"
1674
  msgstr "পরিষ্করণ"
1675
+
1676
+ #~ msgid ""
1677
+ #~ "* Reload this page when done uploading to see new backups appear in the Available "
1678
+ #~ "Backups section above. "
1679
+ #~ msgstr ""
1680
+ #~ "* নতুন ব্যাকআপ উপরে উপলব্ধ ব্যাকআপ বিভাগে প্রদর্শিত দেখতে আপলোড সম্পন্ন হলে এই পৃষ্ঠাটি পুনঃ "
1681
+ #~ "লোড করুন । "
1682
+
1683
+ #~ msgid "Creating database restore point"
1684
+ #~ msgstr "ডাটাবেস পুনঃস্থাপন পয়েন্ট তৈরি করা হচ্ছে "
1685
+
1686
+ #~ msgid "Updating current user info"
1687
+ #~ msgstr "বর্তমান ব্যবহারকারীর তথ্য হালনাগাদ করা হচ্ছে "
1688
+
1689
+ #~ msgid "Updating site URL"
1690
+ #~ msgstr "সাইট URL হালনাগাদ হচ্ছে "
1691
+
1692
+ #~ msgid "Check this box if you would like WPBackItUp to create a single file backup set."
1693
+ #~ msgstr "এই বক্স চেক করুন যদি আপনি চান WPBackItUp একটি একক ফাইল ব্যাকআপ সেট তৈরি করুক"
1694
+
1695
+ #~ msgid ""
1696
+ #~ "When this setting is turned on WPBackItUp will attempt to create a single file "
1697
+ #~ "backup set. If WPBackItUp is unable to create a single file backup set then it will "
1698
+ #~ "turn this setting off for you. Creating a single file backup set may not be possible "
1699
+ #~ "with hosts that strictly limit memory utilization."
1700
+ #~ msgstr ""
1701
+ #~ "যখন এই সেটিং চালু থাকবে WPBackItUp একটি একক ফাইল ব্যাকআপ সেট তৈরি করার চেষ্টা করবে। "
1702
+ #~ "যদি WPBackItUp একটি একক ফাইল ব্যাকআপ তৈরি করতে না পারে তাহলে এটি এই সেটিংস্‌ বন্ধ করে "
1703
+ #~ "দেবে। যে সমস্ত host মেমরি utilization কঠোরভাবে সীমিত করে দেয়, তাতে একটি একক ফাইল "
1704
+ #~ "ব্যাকআপ সেট তৈরি সম্ভব নাও হতে পারে. "
languages/wp-backitup-de_DE.mo CHANGED
Binary file
languages/wp-backitup-de_DE.po CHANGED
@@ -6,8 +6,8 @@
6
  msgid ""
7
  msgstr ""
8
  "Project-Id-Version: WPBackItUp\n"
9
- "POT-Creation-Date: 2016-06-25 07:42-0400\n"
10
- "PO-Revision-Date: 2016-06-25 07:42-0400\n"
11
  "Last-Translator: Stefan Apel <apel.s@sebakmt.com>\n"
12
  "Language-Team: German (Germany) (http://www.transifex.com/wp-translations/wp-"
13
  "backitup/language/de_DE/)\n"
@@ -26,180 +26,180 @@ msgstr ""
26
  msgid "Every %d Minutes"
27
  msgstr ""
28
 
29
- #: lib/includes/class-wpbackitup-admin.php:212 views/backup.php:277
30
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
31
- #: wp-backitup.php:142
32
  msgid "Backup"
33
  msgstr "Sichern"
34
 
35
- #: lib/includes/class-wpbackitup-admin.php:216
36
- #: lib/includes/class-wpbackitup-admin.php:254 views/restore.php:136
37
- #: wp-backitup.php:156
38
  msgid "Restore"
39
  msgstr "Wiederherstellen"
40
 
41
- #: lib/includes/class-wpbackitup-admin.php:220
42
  msgid "Support"
43
  msgstr "Support"
44
 
45
- #: lib/includes/class-wpbackitup-admin.php:223
46
  msgid "Settings"
47
  msgstr "Einstellungen"
48
 
49
- #: lib/includes/class-wpbackitup-admin.php:247
50
  msgid ""
51
  "The backup you have selected exceeds what your host allows you to upload."
52
  msgstr ""
53
  "Das von Ihnen gewählte Backup übersteigt die von Ihrem Web-Host zum Upload "
54
  "zugelassene Datenmenge."
55
 
56
- #: lib/includes/class-wpbackitup-admin.php:248 views/backup.php:439
57
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
58
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
59
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
60
  msgid "Warning"
61
  msgstr "Warnung"
62
 
63
- #: lib/includes/class-wpbackitup-admin.php:249 views/backup.php:253
64
  #: views/backup.php:376
65
  msgid "Error"
66
  msgstr "Fehler"
67
 
68
- #: lib/includes/class-wpbackitup-admin.php:250
69
  msgid "Response"
70
  msgstr "Antwort"
71
 
72
- #: lib/includes/class-wpbackitup-admin.php:251 views/backup.php:352
73
  #: views/backup.php:430 views/restore.php:230
74
  msgid "Status"
75
  msgstr "Status"
76
 
77
- #: lib/includes/class-wpbackitup-admin.php:252
78
  msgid "Download"
79
  msgstr "Download"
80
 
81
- #: lib/includes/class-wpbackitup-admin.php:253 views/backup.php:407
82
  #: views/restore.php:129
83
  msgid "Delete"
84
  msgstr "Löschen"
85
 
86
- #: lib/includes/class-wpbackitup-admin.php:255
87
  msgid "(JS997) Unexpected error"
88
  msgstr "(JS997) Unerwarteter Fehler"
89
 
90
- #: lib/includes/class-wpbackitup-admin.php:256
91
  msgid "(JS998) Unexpected error"
92
  msgstr "(JS998) Unerwarteter Fehler"
93
 
94
- #: lib/includes/class-wpbackitup-admin.php:257
95
  msgid "(JS999) An unexpected error has occurred"
96
  msgstr "(JS999) Ein unerwarteter Fehler ist aufgetreten."
97
 
98
- #: lib/includes/class-wpbackitup-admin.php:258
99
  msgid "Scheduled has been saved."
100
  msgstr "Zeitplan wurde gespeichert."
101
 
102
- #: lib/includes/class-wpbackitup-admin.php:259
103
  msgid "Scheduled was not saved."
104
  msgstr "Zeitplan wurde nicht gespeichert."
105
 
106
- #: lib/includes/class-wpbackitup-admin.php:260
107
  msgid "Are you sure you want to restore your site?"
108
  msgstr "Sind Sie sicher, dass Sie Ihre Seite wiederherstellen möchten?"
109
 
110
- #: lib/includes/class-wpbackitup-admin.php:261
111
  msgid "Are you sure ?"
112
  msgstr "Sind Sie sicher?"
113
 
114
- #: lib/includes/class-wpbackitup-admin.php:262
115
  msgid "This file cannot be delete!"
116
  msgstr "Diese Datei kann nicht gelöscht werden!"
117
 
118
- #: lib/includes/class-wpbackitup-admin.php:263
119
  msgid "View Log"
120
  msgstr "Logdatei anzeigen"
121
 
122
- #: lib/includes/class-wpbackitup-admin.php:264
123
  msgid "New Backup!"
124
  msgstr "Neues Backup!"
125
 
126
- #: lib/includes/class-wpbackitup-admin.php:265
127
  msgid "Uploaded Backup"
128
  msgstr "Hochgeladenes Backup"
129
 
130
- #: lib/includes/class-wpbackitup-admin.php:602
131
  msgid "Backup Queued"
132
  msgstr "Geplantes Backup"
133
 
134
- #: lib/includes/class-wpbackitup-admin.php:611
135
  msgid "Backup could not be queued"
136
  msgstr "Backup konnte nicht geplant werden"
137
 
138
- #: lib/includes/class-wpbackitup-admin.php:623
139
  msgid "Job is already in queue."
140
  msgstr "Der Auftrag ist bereits in der Warteschlange."
141
 
142
- #: lib/includes/class-wpbackitup-admin.php:661
143
  msgid "No backup file selected."
144
  msgstr "Keine Backup-Datei ausgewählt."
145
 
146
- #: lib/includes/class-wpbackitup-admin.php:668
147
  msgid "No user id found."
148
  msgstr "Keine Nutzer-ID gefunden."
149
 
150
- #: lib/includes/class-wpbackitup-admin.php:691
151
  msgid "Restore Queued"
152
  msgstr "Wiederherstellung geplant"
153
 
154
- #: lib/includes/class-wpbackitup-admin.php:700
155
  msgid "Restore could not be queued"
156
  msgstr "Wiederherstellung konnte nicht geplant werden"
157
 
158
- #: lib/includes/class-wpbackitup-admin.php:706
159
  msgid "Restore already in queue"
160
  msgstr "Wiederherstellung bereits geplant"
161
 
162
- #: lib/includes/class-wpbackitup-admin.php:738
163
  msgid "No job id posted"
164
  msgstr "Keine Auftrags-ID gesendet"
165
 
166
- #: lib/includes/class-wpbackitup-admin.php:746 views/backup.php:467
167
  msgid "Backup Cancelled"
168
  msgstr "Backup abgebrochen"
169
 
170
- #: lib/includes/class-wpbackitup-admin.php:748
171
  msgid "Backup job not found"
172
  msgstr "Backup-Auftrag nicht gefunden"
173
 
174
- #: lib/includes/class-wpbackitup-admin.php:917
175
  msgid "No response log found."
176
  msgstr "Kein Antwortprotokoll gefunden."
177
 
178
- #: lib/includes/class-wpbackitup-admin.php:1019
179
- #: lib/includes/class-wpbackitup-admin.php:1027
180
- #: lib/includes/class-wpbackitup-admin.php:1073
181
- #: lib/includes/class-wpbackitup-admin.php:1080
182
- #: lib/includes/class-wpbackitup-admin.php:1087
183
- #: lib/includes/class-wpbackitup-admin.php:1094
184
- #: lib/includes/class-wpbackitup-admin.php:1101
185
  msgid "Please enter a number"
186
  msgstr "Bitte eine Nummer eingeben"
187
 
188
- #: lib/includes/class-wpbackitup-admin.php:1048
189
- #: lib/includes/class-wpbackitup-admin.php:1210
190
  msgid "Please enter a valid email"
191
  msgstr "Bitte eine gültige Email eingeben"
192
 
193
- #: lib/includes/class-wpbackitup-admin.php:1217
194
  msgid "Please enter your support ticket id"
195
  msgstr "Bitte ID des Support-Tickets eingeben"
196
 
197
- #: lib/includes/class-wpbackitup-admin.php:1222
198
  msgid "Please only enter numbers in this field"
199
  msgstr "Bitte Nummern in dieses Feld eingeben"
200
 
201
- #: lib/includes/class-wpbackitup-admin.php:2012
202
- #: lib/includes/class-wpbackitup-admin.php:2032
203
  msgid ""
204
  "License could not be activated. Please try again in a few hours and contact "
205
  "support if this error continues."
@@ -208,15 +208,15 @@ msgstr ""
208
  "Stunden nochmal und kontaktieren Sie den Kundendienst, wenn das Problem "
209
  "weiter bestehen sollte."
210
 
211
- #: lib/includes/class-wpbackitup-admin.php:2081
212
  msgid "License is invalid."
213
  msgstr "Lizenz ist nicht gültig"
214
 
215
- #: lib/includes/class-wpbackitup-admin.php:2086
216
  msgid "License has expired."
217
  msgstr "Lizenz ist abgelaufen"
218
 
219
- #: lib/includes/class-wpbackitup-admin.php:2089
220
  #, php-format
221
  msgid ""
222
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -228,15 +228,15 @@ msgstr ""
228
  "strong> und Unterstützung durch unseren <strong>erstklassigen Kundendienst</"
229
  "strong>."
230
 
231
- #: lib/includes/class-wpbackitup-admin.php:2103
232
  msgid "License Expired: Scheduled backups are no longer active."
233
  msgstr "Lizenz abgelaufen: Es werden keine geplanten Backups mehr ausgeführt."
234
 
235
- #: lib/includes/class-wpbackitup-admin.php:2111
236
  msgid "Activation limit has been reached."
237
  msgstr "Aktivierungs-Limit wurde erreicht"
238
 
239
- #: lib/includes/class-wpbackitup-admin.php:2117
240
  msgid "Your Activation limit has been reached"
241
  msgstr "Ihr Aktivierungs-Limit wurde erreicht"
242
 
@@ -269,7 +269,7 @@ msgstr ""
269
  msgid "Could not import file into WPBackItUp backup set."
270
  msgstr "Datei konnte nicht in den WPBackItUp Sicherungssatz importiert werden."
271
 
272
- #: lib/includes/job_backup.php:1135
273
  #, php-format
274
  msgid ""
275
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
@@ -285,51 +285,51 @@ msgstr ""
285
  "Lizenz für ein weiteres Jahr mit Produkt-Updates und Support durch unser "
286
  "erstklassiges Kundendienstteam.<br/><br/>"
287
 
288
- #: lib/includes/job_backup.php:1140
289
  #, php-format
290
  msgid "%s - Backup completed successfully."
291
  msgstr "%s - Sicherung erfolgreich abgeschlossen."
292
 
293
- #: lib/includes/job_backup.php:1141
294
  msgid "Your backup completed successfully."
295
  msgstr "Die Sicherung wurde erfolgreich abgeschlossen."
296
 
297
- #: lib/includes/job_backup.php:1144
298
  #, php-format
299
  msgid "%s - Backup did not complete successfully."
300
  msgstr "%s - Sicherung nicht erfolgreich abgeschlossen."
301
 
302
- #: lib/includes/job_backup.php:1145
303
  msgid "Your backup did not complete successfully."
304
  msgstr "Die Sicherung wurde nicht erfolgreich abgeschlossen."
305
 
306
- #: lib/includes/job_backup.php:1152
307
  #, php-format
308
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
309
  msgstr "WordPress-Seite: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
310
 
311
- #: lib/includes/job_backup.php:1153
312
  msgid "Backup date:"
313
  msgstr "Sicherungs-Datum:"
314
 
315
- #: lib/includes/job_backup.php:1154
316
  msgid "Number of backups completed with WPBackItUp:"
317
  msgstr "Anzahl der Sicherungen, welche mit WPBackItUp durchgeführt wurden:"
318
 
319
- #: lib/includes/job_backup.php:1156
320
  msgid "Completion Code:"
321
  msgstr "Komplettierungs-Code:"
322
 
323
- #: lib/includes/job_backup.php:1157
324
  msgid "WPBackItUp Version:"
325
  msgstr "WPBackItUp Version:"
326
 
327
- #: lib/includes/job_backup.php:1169
328
  #, php-format
329
  msgid "Checkout %s for info about WPBackItUp and our other products."
330
  msgstr "Besuchen Sie %s für Infos über WPBackItUp und unsere anderen Produkte."
331
 
332
- #: lib/includes/job_backup.php:1336
333
  msgid ""
334
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
335
  "settings of your wp-backitup backup directory"
@@ -337,7 +337,7 @@ msgstr ""
337
  "(101) Neues Sicherungs-Verzeichnis konnte nicht angelegt werden. Bitte "
338
  "prüfen Sie die CHMOD-Einstellungen des wp-backitup Sicherungs-Verzeichnisses."
339
 
340
- #: lib/includes/job_backup.php:1337
341
  msgid ""
342
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
343
  "your wp-backitup plugin directory"
@@ -345,47 +345,47 @@ msgstr ""
345
  "(102) Sicherungs-Verzeichnis konnte nicht angelegt werden. Bitte prüfen Sie "
346
  "die CHMOD-Einstellungen des wp-backitup Plugin-Verzeichnisses."
347
 
348
- #: lib/includes/job_backup.php:1338
349
  msgid "(103) Unable to backup your files. Please try again"
350
  msgstr "(103) Dateien konnten nicht gesichert werden. Bitte erneut versuchen."
351
 
352
- #: lib/includes/job_backup.php:1339
353
  msgid "(104) Unable to export your database. Please try again"
354
  msgstr ""
355
  "(104) Datenbank konnten nicht exportiert werden. Bitte erneut versuchen."
356
 
357
- #: lib/includes/job_backup.php:1340
358
  msgid "(105) Unable to export site information file. Please try again"
359
  msgstr ""
360
  "(105) Seiteninformationen konnten nicht exportiert werden. Bitte erneut "
361
  "versuchen."
362
 
363
- #: lib/includes/job_backup.php:1341
364
  msgid "(106) Unable to cleanup your backup directory"
365
  msgstr "(106) Sicherungs-Verzeichnis konnte nicht geleert werden."
366
 
367
- #: lib/includes/job_backup.php:1342
368
  msgid "(107) Unable to compress(zip) your backup. Please try again"
369
  msgstr ""
370
  "(107) Sicherung konnte nicht gepackt (zip) werden. Bitte erneut versuchen."
371
 
372
- #: lib/includes/job_backup.php:1343
373
  msgid "(108) Unable to backup your site data files. Please try again"
374
  msgstr ""
375
  "(108) Dateien mit den Daten Ihrer Seite konnten nicht gesichert werden. "
376
  "Bitte erneut versuchen."
377
 
378
- #: lib/includes/job_backup.php:1344
379
  msgid "(109) Unable to finalize backup. Please try again"
380
  msgstr ""
381
  "(109) Sicherung konnte nicht abgeschlossen werden. Bitte erneut versuchen."
382
 
383
- #: lib/includes/job_backup.php:1345
384
  msgid "(110) Unable to create backup manifest. Please try again"
385
  msgstr ""
386
  "(110) Backup-Manifest konnte nicht erstellt werden. Bitte erneut versuchen."
387
 
388
- #: lib/includes/job_backup.php:1346
389
  msgid ""
390
  "(114) Your database was accessible but an export could not be created. "
391
  "Please contact support by clicking the get support link on the right. Please "
@@ -396,25 +396,25 @@ msgstr ""
396
  "auf der rechten Seite. Bitte teilen Sie uns den Namen Ihres Web-Hosters mit "
397
  "und wann die Anfrage gesendet wurde."
398
 
399
- #: lib/includes/job_backup.php:1347
400
  msgid "(120) Unable to backup your themes. Please try again"
401
  msgstr "(120) Themes konnten nicht gesichert werden. Bitte erneut versuchen."
402
 
403
- #: lib/includes/job_backup.php:1348
404
  msgid "(121) Unable to backup your plugins. Please try again"
405
  msgstr "(121) Plugins konnten nicht gesichert werden. Bitte erneut versuchen."
406
 
407
- #: lib/includes/job_backup.php:1349
408
  msgid "(122) Unable to backup your uploads. Please try again"
409
  msgstr "(122) Uploads konnten nicht gesichert werden. Bitte erneut versuchen."
410
 
411
- #: lib/includes/job_backup.php:1350
412
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
413
  msgstr ""
414
  "(123) Sonstige Dateien konnten nicht gesichert werden. Bitte erneut "
415
  "versuchen."
416
 
417
- #: lib/includes/job_backup.php:1351
418
  msgid ""
419
  "(125) Unable to compress your backup because there is no zip utility "
420
  "available. Please contact support"
@@ -422,23 +422,23 @@ msgstr ""
422
  "(125) Sicherung konnte nicht komprimiert werden, da kein ZIP-Dienstprogramm "
423
  "verfügbar ist"
424
 
425
- #: lib/includes/job_backup.php:1352
426
  msgid "(126) Unable to validate your backup. Please try again"
427
  msgstr "(126) Sicherung konnte nicht geprüft werden. Bitte erneut versuchen."
428
 
429
- #: lib/includes/job_backup.php:1353
430
  msgid "(127) Unable to create inventory of files to backup. Please try again"
431
  msgstr ""
432
  "(127) Der Bestand an zu sichernden Dateien konnte nicht erfasst werden. "
433
  "Bitte erneut versuchen."
434
 
435
- #: lib/includes/job_backup.php:1354
436
  msgid "(128) Unable to create job control record. Please try again"
437
  msgstr ""
438
  "(128) Es konnte kein Auftragssteuerungseintrag erstellt werden. Bitte erneut "
439
  "versuchen."
440
 
441
- #: lib/includes/job_backup.php:1356
442
  msgid ""
443
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
444
  "settings of your wp-backitup backup directory"
@@ -446,7 +446,7 @@ msgstr ""
446
  "(2101) Neues Sicherungs-Verzeichnis konnte nicht angelegt werden. Bitte "
447
  "prüfen Sie die CHMOD-Einstellungen des wp-backitup Sicherungs-Verzeichnisses."
448
 
449
- #: lib/includes/job_backup.php:1357
450
  msgid ""
451
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
452
  "your wp-backitup plugin directory"
@@ -454,47 +454,47 @@ msgstr ""
454
  "(2102) Sicherungs-Verzeichnis konnte nicht angelegt werden. Bitte prüfen Sie "
455
  "die CHMOD-Einstellungen des wp-backitup Plugin-Verzeichnisses."
456
 
457
- #: lib/includes/job_backup.php:1358
458
  msgid "(2103) Unable to backup your files. Please try again"
459
  msgstr "(2103) Dateien konnten nicht gesichert werden. Bitte erneut versuchen."
460
 
461
- #: lib/includes/job_backup.php:1359
462
  msgid "(2104) Unable to export your database. Please try again"
463
  msgstr ""
464
  "(2104) Datenbank konnten nicht exportiert werden. Bitte erneut versuchen."
465
 
466
- #: lib/includes/job_backup.php:1360
467
  msgid "(2105) Unable to export site information file. Please try again"
468
  msgstr ""
469
  "(2105) Seiteninformationen konnten nicht exportiert werden. Bitte erneut "
470
  "versuchen."
471
 
472
- #: lib/includes/job_backup.php:1361
473
  msgid "(2106) Unable to cleanup your backup directory"
474
  msgstr "(2106) Sicherungs-Verzeichnis konnte nicht geleert werden."
475
 
476
- #: lib/includes/job_backup.php:1362
477
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
478
  msgstr ""
479
  "(2107) Sicherung konnte nicht gepackt (zip) werden. Bitte erneut versuchen."
480
 
481
- #: lib/includes/job_backup.php:1363
482
  msgid "(2108) Unable to backup your site data files. Please try again"
483
  msgstr ""
484
  "(2108) Dateien mit den Daten Ihrer Seite konnten nicht gesichert werden. "
485
  "Bitte erneut versuchen."
486
 
487
- #: lib/includes/job_backup.php:1364
488
  msgid "(2109) Unable to finalize backup. Please try again"
489
  msgstr ""
490
  "(2109) Sicherung konnte nicht abgeschlossen werden. Bitte erneut versuchen."
491
 
492
- #: lib/includes/job_backup.php:1365
493
  msgid "(2110) Unable to create backup manifest. Please try again"
494
  msgstr ""
495
  "(2110) Backup-Manifest konnte nicht erstellt werden. Bitte erneut versuchen."
496
 
497
- #: lib/includes/job_backup.php:1366
498
  msgid ""
499
  "(2114) Your database was accessible but an export could not be created. "
500
  "Please contact support by clicking the get support link on the right. Please "
@@ -505,25 +505,25 @@ msgstr ""
505
  "auf der rechten Seite. Bitte teilen Sie uns den Namen Ihres Web-Hosters mit "
506
  "und wann die Anfrage gesendet wurde."
507
 
508
- #: lib/includes/job_backup.php:1367
509
  msgid "(2120) Unable to backup your themes. Please try again"
510
  msgstr "(2120) Themes konnten nicht gesichert werden. Bitte erneut versuchen."
511
 
512
- #: lib/includes/job_backup.php:1368
513
  msgid "(2121) Unable to backup your plugins. Please try again"
514
  msgstr "(2121) Plugins konnten nicht gesichert werden. Bitte erneut versuchen."
515
 
516
- #: lib/includes/job_backup.php:1369
517
  msgid "(2122) Unable to backup your uploads. Please try again"
518
  msgstr "(2122) Uploads konnten nicht gesichert werden. Bitte erneut versuchen."
519
 
520
- #: lib/includes/job_backup.php:1370
521
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
522
  msgstr ""
523
  "(2123) Sonstige Dateien konnten nicht gesichert werden. Bitte erneut "
524
  "versuchen."
525
 
526
- #: lib/includes/job_backup.php:1371
527
  msgid ""
528
  "(2125) Unable to compress your backup because there is no zip utility "
529
  "available. Please contact support"
@@ -531,23 +531,23 @@ msgstr ""
531
  "(2125) Sicherung konnte nicht komprimiert werden, da kein ZIP-Dienstprogramm "
532
  "verfügbar ist"
533
 
534
- #: lib/includes/job_backup.php:1372
535
  msgid "(2126) Unable to validate your backup. Please try again"
536
  msgstr "(2126) Sicherung konnte nicht geprüft werden. Bitte erneut versuchen."
537
 
538
- #: lib/includes/job_backup.php:1373
539
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
540
  msgstr ""
541
  "(2127) Der Bestand an zu sichernden Dateien konnte nicht erfasst werden. "
542
  "Bitte erneut versuchen."
543
 
544
- #: lib/includes/job_backup.php:1374
545
  msgid "(2128) Unable to create job control record. Please try again"
546
  msgstr ""
547
  "(2128) Es konnte kein Auftragssteuerungseintrag erstellt werden. Bitte "
548
  "erneut versuchen."
549
 
550
- #: lib/includes/job_backup.php:1377
551
  msgid "(999) Unexpected error"
552
  msgstr "(999) Unerwarteter Fehler"
553
 
@@ -739,9 +739,8 @@ msgstr "Sicherung wird vorbereitet"
739
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
740
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
741
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
742
- #: views/restore.php:249 views/restore.php:250 views/restore.php:251
743
- #: views/restore.php:252 views/restore.php:253 views/restore.php:254
744
- #: views/restore.php:256
745
  msgid "Done"
746
  msgstr "Fertig"
747
 
@@ -750,9 +749,8 @@ msgstr "Fertig"
750
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
751
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
752
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
753
- #: views/restore.php:249 views/restore.php:250 views/restore.php:251
754
- #: views/restore.php:252 views/restore.php:253 views/restore.php:254
755
- #: views/restore.php:256
756
  msgid "Failed"
757
  msgstr "Fehlgeschlagen"
758
 
@@ -1074,11 +1072,9 @@ msgstr "Sicherungs-Dateien hier ablegen"
1074
 
1075
  #: views/restore.php:214
1076
  msgid ""
1077
- "* Reload this page when done uploading to see new backups appear in the "
1078
- "Available Backups section above. "
1079
  msgstr ""
1080
- "* Aktualisieren Sie die Seite nach Abschluss des Uploads, damit die neuen "
1081
- "Sicherungen oben in der Liste der verfügbaren Sicherungen erscheinen."
1082
 
1083
  #: views/restore.php:244
1084
  msgid "Preparing for restore"
@@ -1100,47 +1096,43 @@ msgstr "Überprüfe Backup-Dateien"
1100
  msgid "Deactivating plugins"
1101
  msgstr "Deaktiviere Plugins"
1102
 
1103
- #: views/restore.php:249
1104
- msgid "Creating database restore point"
1105
- msgstr "Erstelle Datenbank-Wiederherstellungspunkt"
1106
-
1107
  #: views/restore.php:250
 
 
 
 
 
 
 
 
1108
  msgid "Staging content files"
1109
  msgstr "Stelle Inhaltsdateien bereit"
1110
 
1111
- #: views/restore.php:251
1112
  msgid "Restoring content files"
1113
  msgstr "Stelle Inhaltsdateien wieder her"
1114
 
1115
- #: views/restore.php:252
1116
  msgid "Restoring database"
1117
  msgstr "Stelle Datenbank wieder her"
1118
 
1119
- #: views/restore.php:253
1120
- msgid "Updating current user info"
1121
- msgstr "Aktualisiere Benutzer-Informationen"
1122
-
1123
- #: views/restore.php:254
1124
- msgid "Updating site URL"
1125
- msgstr "Aktualisiere URL der Seite"
1126
-
1127
- #: views/restore.php:256
1128
  msgid "Updating permalinks"
1129
  msgstr "Aktualisiere Permanentlinks"
1130
 
1131
- #: views/restore.php:262
1132
  msgid "Error 201: No file selected"
1133
  msgstr "Fehler 201: Keine Datei ausgewählt"
1134
 
1135
- #: views/restore.php:263
1136
  msgid "Error 202: Your file could not be uploaded"
1137
  msgstr "Fehler 202: Datei konnte nicht hochgeladen werden"
1138
 
1139
- #: views/restore.php:264
1140
  msgid "Error 203: Your backup could not be unzipped"
1141
  msgstr "Fehler 203: Die Sicherung konnte nicht entpackt werden"
1142
 
1143
- #: views/restore.php:265
1144
  msgid ""
1145
  "Error 204: Your backup appears to be invalid. Please ensure you selected a "
1146
  "valid backup"
@@ -1148,37 +1140,37 @@ msgstr ""
1148
  "Fehler 204: Die Sicherung schein ungültig zu sein. Bitte stellen Sie sicher, "
1149
  "dass Sie ein gültiges Sicherung ausgewählt haben."
1150
 
1151
- #: views/restore.php:266
1152
  msgid "Error 205: Cannot create restore point"
1153
  msgstr "Fehler 205: Wiederherstellungspunkt kann nicht erstellt werden"
1154
 
1155
- #: views/restore.php:267
1156
  msgid "Error 206: Unable to connect to your database"
1157
  msgstr ""
1158
  "Fehler 206: Es kann keine Verbindung zu Ihrer Datenbank hergestellt werden"
1159
 
1160
- #: views/restore.php:268
1161
  msgid ""
1162
  "Error 207: Unable to get current site URL from database. Please try again"
1163
  msgstr ""
1164
  "Fehler 207: URL der Seite konnte nicht aus Datenbank ausgelesen werden. "
1165
  "Bitte erneut versuchen."
1166
 
1167
- #: views/restore.php:269
1168
  msgid ""
1169
  "Error 208: Unable to get current home URL from database. Please try again"
1170
  msgstr ""
1171
  "Fehler 208: Aktuelle Haupt-URL konnte nicht aus Datenbank ausgelesen werden. "
1172
  "Bitte erneut versuchen."
1173
 
1174
- #: views/restore.php:270
1175
  msgid ""
1176
  "Error 209: Unable to get current user ID from database. Please try again"
1177
  msgstr ""
1178
  "Fehler 209: Aktuelle Benutzer-ID konnte nicht aus Datenbank ausgelesen "
1179
  "werden. Bitte erneut versuchen."
1180
 
1181
- #: views/restore.php:271
1182
  msgid ""
1183
  "Error 210: Unable to get current user password from database. Please try "
1184
  "again"
@@ -1186,14 +1178,14 @@ msgstr ""
1186
  "Fehler 210: Aktuelle Benutzer-Passwort konnte nicht aus Datenbank ausgelesen "
1187
  "werden. Bitte erneut versuchen."
1188
 
1189
- #: views/restore.php:272
1190
  msgid ""
1191
  "Error 211: Unable to get current user email from database. Please try again"
1192
  msgstr ""
1193
  "Fehler 211: Aktuelle Benutzer-Email konnte nicht aus Datenbank ausgelesen "
1194
  "werden. Bitte erneut versuchen."
1195
 
1196
- #: views/restore.php:273
1197
  msgid ""
1198
  "Error 212: Unable to import your database. This may require importing the "
1199
  "file manually"
@@ -1201,7 +1193,13 @@ msgstr ""
1201
  "Fehler 212: Datenbank konnte nicht importiert werden. Die Datei muss "
1202
  "wahrscheinlich manuell importiert werden."
1203
 
1204
- #: views/restore.php:274
 
 
 
 
 
 
1205
  msgid ""
1206
  "Warning 213: Unable to update your site URL value. Please check your "
1207
  "WordPress general settings to make sure your Site and WordPress URLs are "
@@ -1211,7 +1209,7 @@ msgstr ""
1211
  "prüfen Sie die grundlegenden Einstellungen von WordPress und stellen Sie "
1212
  "sicher, dass die URLs der Seite und von WordPress richtig sind."
1213
 
1214
- #: views/restore.php:275
1215
  msgid ""
1216
  "Warning 214: Unable to update your home URL value. Please check your "
1217
  "WordPress general settings to make sure your Site and WordPress URLs are "
@@ -1221,7 +1219,7 @@ msgstr ""
1221
  "prüfen Sie die grundlegenden Einstellungen von WordPress und stellen Sie "
1222
  "sicher, dass die URLs der Seite und von WordPress richtig sind."
1223
 
1224
- #: views/restore.php:276
1225
  msgid ""
1226
  "Warning 215: Unable to update your user information. This may require you to "
1227
  "login with the admin username and password that was used when the backup was "
@@ -1231,17 +1229,17 @@ msgstr ""
1231
  "müssen sich wahrscheinlich mit den Admin-Zugangsdaten einloggen, welche zum "
1232
  "Zeitpunkt des Backups gültig waren."
1233
 
1234
- #: views/restore.php:277
1235
  msgid "Error 216: Database not found in backup"
1236
  msgstr "Fehler 216: Datenbank in der Sicherung nicht gefunden."
1237
 
1238
- #: views/restore.php:278
1239
  msgid "Warning 217: Unable to remove existing wp-content directory"
1240
  msgstr ""
1241
  "Warnung 217: Das existierende wp-content-Verzeichnis konnte nicht gelöscht "
1242
  "werden"
1243
 
1244
- #: views/restore.php:279
1245
  msgid ""
1246
  "Error 218: Unable to create new wp-content directory. Please check your "
1247
  "CHMOD settings in /wp-content/"
@@ -1249,19 +1247,19 @@ msgstr ""
1249
  "Fehler 218: Neues wp-content-Verzeichnis konnte nicht angelegt werden. Bitte "
1250
  "prüfen Sie die CHMOD-Einstellungen in /wp-content/."
1251
 
1252
- #: views/restore.php:280
1253
  msgid "Error 219: Unable to import wp-content. Please try again"
1254
  msgstr ""
1255
  "Fehler 219: wp-content konnte nicht importiert werden. Bitte erneut "
1256
  "versuchen."
1257
 
1258
- #: views/restore.php:281
1259
  msgid "Warning 220: Unable to cleanup import directory. No action is required"
1260
  msgstr ""
1261
  "Warnung 220: Import-Verzeichnis konnte nicht geleert werden. Keine Maßnahmen "
1262
  "notwendig."
1263
 
1264
- #: views/restore.php:282
1265
  #, php-format
1266
  msgid ""
1267
  "Error 221: Table prefix value in wp-config.php is different from backup. "
@@ -1275,11 +1273,11 @@ msgstr ""
1275
  "Sie die <a href =\"%s\" target=\"_blank\" > FAQs</a> auf www.wpbackitup.com "
1276
  "für weitere Infos."
1277
 
1278
- #: views/restore.php:283
1279
  msgid "Error 222: Unable to create restore folder"
1280
  msgstr "Fehler 222: Wiederherstellungsverzeichnis konnte nicht erstellt werden"
1281
 
1282
- #: views/restore.php:284
1283
  msgid ""
1284
  "Error 223: An error occurred during the restore. WPBackItUp attempted to "
1285
  "restore the database to its previous state but were unsuccessful. Please "
@@ -1291,7 +1289,7 @@ msgstr ""
1291
  "wiederherzustellen. Bitte kontaktieren Sie den Kundendienst von WPBackItUp "
1292
  "und unternehmen Sie vorerst keine weiteren Versuche zur Wiederherstellung."
1293
 
1294
- #: views/restore.php:285
1295
  msgid ""
1296
  "Error 224: An error occurred during the restore, however, we have "
1297
  "successfully restored your database to the previous state"
@@ -1299,14 +1297,14 @@ msgstr ""
1299
  "Fehler 224: Ein Fehler ist während der Wiederherstellung aufgetreten. Die "
1300
  "Datenbank konnte allerdings trotzdem erfolgreich wiederhergestellt werden."
1301
 
1302
- #: views/restore.php:286
1303
  msgid ""
1304
  "Error 225: Restore option is only available to licensed WPBackItUp users"
1305
  msgstr ""
1306
  "Fehler 225: Die Wiederherstellungs-Funktion steht nur lizensierten Benutzern "
1307
  "von WPBackItUp zur Verfügung"
1308
 
1309
- #: views/restore.php:287
1310
  msgid ""
1311
  "Error 226: Restore cannot proceed because your backup was created using a "
1312
  "different version of WordPress"
@@ -1314,7 +1312,7 @@ msgstr ""
1314
  "Fehler 226. Die Wiederherstellung kann nicht fortgesetzt werden, da Sie eine "
1315
  "abweichende Version von WordPress verwenden."
1316
 
1317
- #: views/restore.php:288
1318
  msgid ""
1319
  "Error 227: Restore cannot proceed because your backup was created using a "
1320
  "different version of WPBackItUp. Please contact WPBackItUp support to help "
@@ -1325,7 +1323,7 @@ msgstr ""
1325
  "Bitte setzen Sie sich mit dem WPBackItUp-Kundendienst in Verbindung, um sich "
1326
  "bei der Konvertierung zur aktuellen Version helfen zu lassen."
1327
 
1328
- #: views/restore.php:289
1329
  msgid ""
1330
  "Error 230: WPBackItUp ran into unexpected errors during the database "
1331
  "restore. However, we were able to successfully revert the database back to "
@@ -1336,7 +1334,7 @@ msgstr ""
1336
  "ursprünglichen Zustand zurückversetzen. Aufgrund dieses Fehlers ist ein "
1337
  "manueller Import der Datenbank notwendig."
1338
 
1339
- #: views/restore.php:290
1340
  msgid ""
1341
  "Error 235: WPBackItUp is not able to proceed because there is no zip utility "
1342
  "available. Please contact support"
@@ -1344,7 +1342,7 @@ msgstr ""
1344
  "Fehler 235: WPBackItUp kann nicht fortfahren, da kein ZIP-Dienstprogramm "
1345
  "verfügbar ist. Bitte setzen Sie sich mit dem Kundendienst in Verbindung."
1346
 
1347
- #: views/restore.php:291
1348
  msgid ""
1349
  "Error 250: WPBackItUp is unable to begin the restore because a backup is "
1350
  "running. Please wait for the backup to complete and then try again"
@@ -1353,7 +1351,7 @@ msgstr ""
1353
  "eine Sicherung läuft. Bitte warten Sie, bis die Sicherung abgeschlossen "
1354
  "wurde und versuchen Sie es dann erneut."
1355
 
1356
- #: views/restore.php:293
1357
  msgid ""
1358
  "Error 260: WPBackItUp is unable to extract archives from backup set. Please "
1359
  "try again and contact support if this issue continues"
@@ -1362,7 +1360,7 @@ msgstr ""
1362
  "extrahieren. Bitte versuchen Sie es nochmal und kontaktieren Sie den "
1363
  "Kundendienst, wenn das Problem weiter bestehen sollte."
1364
 
1365
- #: views/restore.php:294
1366
  msgid ""
1367
  "Error 261: WPBackItUp is unable to extract archives from backup set. Please "
1368
  "try again and contact support if this issue continues"
@@ -1371,7 +1369,7 @@ msgstr ""
1371
  "extrahieren. Bitte versuchen Sie es nochmal und kontaktieren Sie den "
1372
  "Kundendienst, wenn das Problem weiter bestehen sollte."
1373
 
1374
- #: views/restore.php:295
1375
  msgid ""
1376
  "Error 262: There were no backup files found in the backup folder. Please "
1377
  "try again and contact support if this issue continues"
@@ -1380,7 +1378,7 @@ msgstr ""
1380
  "werden. Bitte versuchen Sie es nochmal und kontaktieren Sie den "
1381
  "Kundendienst, wenn das Problem weiter bestehen sollte."
1382
 
1383
- #: views/restore.php:297
1384
  msgid ""
1385
  "Error 251: WPBackItUp is unable to begin the restore because the backup "
1386
  "manifest is empty"
@@ -1388,7 +1386,7 @@ msgstr ""
1388
  "Fehler 251: WPBackItUp kann nicht mit der Wiederherstellung anfangen, da das "
1389
  "Sicherungs-Manifest leer ist."
1390
 
1391
- #: views/restore.php:298
1392
  msgid ""
1393
  "Error 252: At least one zip file is missing from your backup set. Please "
1394
  "make sure to upload all zip files that were part of this backup"
@@ -1397,7 +1395,7 @@ msgstr ""
1397
  "stellen Sie sicher, dass alle zu dieser Sicherung gehörenden Dateien "
1398
  "hochgeladen wurden."
1399
 
1400
- #: views/restore.php:299
1401
  msgid ""
1402
  "Error 253: Backup set contains a zip file that is not in the manifest. "
1403
  "Please make sure to upload only zip files that were part of this backup"
@@ -1406,7 +1404,7 @@ msgstr ""
1406
  "steht. Bitte stellen Sie sicher, dass nur die zu dieser Sicherung gehörenden "
1407
  "Dateien hochgeladen wurden."
1408
 
1409
- #: views/restore.php:300
1410
  msgid ""
1411
  "Error 254: The size of one the zip files in this backup set does not match "
1412
  "the manifest so is most likely corrupt. Upload all zip files in this backup "
@@ -1417,7 +1415,7 @@ msgstr ""
1417
  "Sie alle ZIP-Dateien des Sets nochmal hoch und führen Sie die "
1418
  "Wiederherstellung erneut aus."
1419
 
1420
- #: views/restore.php:301
1421
  msgid ""
1422
  "Error 255: Backup set does not contain a manifest. Please make sure to "
1423
  "upload all zip files that were part of this backup"
@@ -1426,7 +1424,7 @@ msgstr ""
1426
  "sicher, dass wirklich alle zu diesem Set gehörenden ZIP-Dateien hochgeladen "
1427
  "wurden."
1428
 
1429
- #: views/restore.php:303
1430
  msgid ""
1431
  "Warning 300: Unable to restore all WordPress content. Please review your "
1432
  "restore logs to see what WPBackItUp was unable to restore"
@@ -1435,7 +1433,7 @@ msgstr ""
1435
  "schauen Sie sich die Wiederherstellungsprotokolle an, um herauszufinden, was "
1436
  "nicht wiederhergestellt werden konnte."
1437
 
1438
- #: views/restore.php:304
1439
  msgid ""
1440
  "Warning 305: Unable to restore all plugins. Please review your restore logs "
1441
  "to see what WPBackItUp was unable to restore"
@@ -1444,40 +1442,44 @@ msgstr ""
1444
  "schauen Sie sich die Wiederherstellungsprotokolle an, um herauszufinden, was "
1445
  "nicht wiederhergestellt werden konnte."
1446
 
1447
- #: views/restore.php:306
1448
  msgid "Error 2001: Unable to prepare site for restore"
1449
  msgstr ""
1450
  "Fehler 2001: Seite konnte nicht für Wiederherstellung vorbereitet werden"
1451
 
1452
- #: views/restore.php:307
1453
  msgid "Error 2002: Unable to unzip backup"
1454
  msgstr "Fehler 2002: Sicherung konnte nicht entpackt werden"
1455
 
1456
- #: views/restore.php:308
1457
  msgid "Error 2003: Unable to validate backup"
1458
  msgstr "Fehler 2003: Sicherung konnte nicht geprüft werden"
1459
 
1460
- #: views/restore.php:309
1461
  msgid "Error 2004: Unable to create restore point"
1462
  msgstr "Fehler 2004: Wiederherstellungspunkt kann nicht erstellt werden"
1463
 
1464
- #: views/restore.php:310
1465
  msgid "Error 2005: Unable to stage wp-content"
1466
  msgstr "Fehler 2005: wp-content konnte nicht bereitgestellt werden"
1467
 
1468
- #: views/restore.php:311
1469
  msgid "Error 2006: Unable to restore content files"
1470
  msgstr "Fehler 2006: Inhaltsdateien konnten nicht wiederhergestellt werden"
1471
 
1472
- #: views/restore.php:312
1473
  msgid "Error 2007: Unable to restore database"
1474
  msgstr "Fehler 2007: Datenbank konnte nicht wiederhergestellt werden"
1475
 
1476
- #: views/restore.php:313
 
 
 
 
1477
  msgid "Error 2999: Unexpected error encountered"
1478
  msgstr "Fehler 2999: Unerwarteter Fehler aufgetreten"
1479
 
1480
- #: views/restore.php:320
1481
  msgid ""
1482
  "Restore completed successfully. If you are prompted to login please do so "
1483
  "with your current username and password"
@@ -1491,15 +1493,15 @@ msgstr ""
1491
  msgid "%s Settings"
1492
  msgstr "%s Einstellungen"
1493
 
1494
- #: views/settings.php:48
1495
  msgid "Settings updated successfully!"
1496
  msgstr "Einstellungen erfolgreich aktualisiert!"
1497
 
1498
- #: views/settings.php:61
1499
  msgid "Email Notifications"
1500
  msgstr "Email-Benachrichtigungen"
1501
 
1502
- #: views/settings.php:62
1503
  msgid ""
1504
  "Please enter your email address if you would like to receive backup email "
1505
  "notifications."
@@ -1507,7 +1509,7 @@ msgstr ""
1507
  "Bitte geben Sie Ihre Email-Adresse ein, wenn Sie per Email über Sicherungen "
1508
  "benachrichtigt werden wollen."
1509
 
1510
- #: views/settings.php:63
1511
  msgid ""
1512
  "Backup email notifications will be sent for every backup and will contain "
1513
  "status information related to the backup."
@@ -1515,17 +1517,18 @@ msgstr ""
1515
  "Email-Benachrichtigungen werden zu jeder Sicherung versandt und enthalten "
1516
  "Status-Informationen zu dieser Sicherung."
1517
 
1518
- #: views/settings.php:65 views/settings.php:85 views/settings.php:108
1519
- #: views/settings.php:115 views/settings.php:123 views/settings.php:154
1520
- #: views/settings.php:188 views/settings.php:226 views/settings.php:235
 
1521
  msgid "Save"
1522
  msgstr "Speichern"
1523
 
1524
- #: views/settings.php:81
1525
  msgid "Backup Retention"
1526
  msgstr "Sicherung-Aufbewahrung"
1527
 
1528
- #: views/settings.php:82
1529
  msgid ""
1530
  "Enter the number of backup archives that you would like to remain on the "
1531
  "server."
@@ -1533,7 +1536,7 @@ msgstr ""
1533
  "Geben Sie die Anzahl der Sicherungen ein, welche auf dem Server verbleiben "
1534
  "sollen."
1535
 
1536
- #: views/settings.php:83
1537
  msgid ""
1538
  "Many hosts limit the amount of space that you can take up on their servers. "
1539
  "This option tells WPBackItUp the maximum number of backup archives that "
@@ -1546,15 +1549,15 @@ msgstr ""
1546
  "keine Angst: es werden immer die jeweils ältesten Sicherungen zuerst "
1547
  "gelöscht."
1548
 
1549
- #: views/settings.php:102
1550
  msgid "Logging?"
1551
  msgstr "Protokollierung?"
1552
 
1553
- #: views/settings.php:103
1554
  msgid "Turn on WPBackItUp logging."
1555
  msgstr "WPBackItUp Protokollierung einschalten."
1556
 
1557
- #: views/settings.php:104
1558
  msgid ""
1559
  "This option should only be turned on by advanced users or when "
1560
  "troubleshooting issues with WPBackItUp support."
@@ -1562,57 +1565,69 @@ msgstr ""
1562
  "Diese Option sollte nur von erfahrenen Nutzern eingeschaltet werden, oder "
1563
  "wenn gemeinsam mit dem WPBackItUp-Kundendienst nach Problemen gesucht wird."
1564
 
1565
- #: views/settings.php:105
1566
  msgid "Yes"
1567
  msgstr "Ja"
1568
 
1569
- #: views/settings.php:106
1570
  msgid "No"
1571
  msgstr "Nein"
1572
 
1573
- #: views/settings.php:112
1574
  msgid "Disable restore version compare?"
1575
  msgstr ""
1576
 
1577
- #: views/settings.php:114
1578
  msgid ""
1579
  "Check this box if you would like WPBackItUp not to check major version "
1580
  "issue. This could be dangerous, you can disable it with your own risk."
1581
  msgstr ""
1582
 
1583
- #: views/settings.php:119
1584
  msgid "Single File Backup Set"
1585
  msgstr "Sicherungssatz aus einer Datei"
1586
 
1587
- #: views/settings.php:121
1588
  msgid ""
1589
- "Check this box if you would like WPBackItUp to create a single file backup "
1590
- "set."
1591
  msgstr ""
1592
- "Aktivieren Sie diese Checkbox, wenn WPBackItUp den Sicherungssatz aus nur "
1593
- "einer Datei erstellen soll."
1594
 
1595
- #: views/settings.php:122
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1596
  msgid ""
1597
  "When this setting is turned on WPBackItUp will attempt to create a single "
1598
- "file backup set. If WPBackItUp is unable to create a single file backup set "
1599
- "then it will turn this setting off for you. Creating a single file backup "
1600
- "set may not be possible with hosts that strictly limit memory utilization."
1601
  msgstr ""
1602
- "Wenn diese Einstellung aktiviert ist, wird WPBackItUp versuchen, einen aus "
1603
- "nur einer Datei bestehenden Sicherungssatz zu erstellen. Wenn dies nicht "
1604
- "möglich ist (z.B. bei einem Hoster, welcher die maximale Dateigröße "
1605
- "limitiert), wird WPBackItUp die Einstellung selbstständig deaktivieren. "
1606
 
1607
- #: views/settings.php:127
1608
  msgid "Batch Size"
1609
  msgstr "Batch-Größe"
1610
 
1611
- #: views/settings.php:128
1612
  msgid "Enter the batch size for each of your content items."
1613
  msgstr "Geben Sie die Batch-Größe für jedes Ihrer Inhaltselemente ein."
1614
 
1615
- #: views/settings.php:129
1616
  msgid ""
1617
  "These settings tell WPBackItUp how many items that should be added to the "
1618
  "backup at a time. If you experience timeouts while running a backup then "
@@ -1625,27 +1640,27 @@ msgstr ""
1625
  "Einstellung die für die einzelnen Sicherungsaufgaben erforderliche Zeit "
1626
  "verringern."
1627
 
1628
- #: views/settings.php:132
1629
  msgid "DB Tables Batch Size"
1630
  msgstr "Batch-Größe der DB-Tabellen"
1631
 
1632
- #: views/settings.php:137
1633
  msgid "Plugins Batch Size"
1634
  msgstr "Batch-Größe Plugins"
1635
 
1636
- #: views/settings.php:142
1637
  msgid "Themes Batch Size"
1638
  msgstr "Batch-Größe Themes"
1639
 
1640
- #: views/settings.php:147
1641
  msgid "Uploads Batch Size"
1642
  msgstr "Batch-Größe Uploads"
1643
 
1644
- #: views/settings.php:152
1645
  msgid "Others Batch Size"
1646
  msgstr "Batch-Größe Sonstiges"
1647
 
1648
- #: views/settings.php:155 views/settings.php:189 views/settings.php:227
1649
  msgid ""
1650
  "* These settings should only be modified by advanced users or when when "
1651
  "working with WPBackItUp support."
@@ -1653,11 +1668,11 @@ msgstr ""
1653
  "* Diese Einstellung sollte nur durch erfahrene Nutzer oder auf Anweisung des "
1654
  "WPBackItUp-Kundendienstes angepasst werden."
1655
 
1656
- #: views/settings.php:167
1657
  msgid "Filter Your Folders"
1658
  msgstr "Filtern Sie Ihre Verzeichnisse"
1659
 
1660
- #: views/settings.php:168
1661
  msgid ""
1662
  "Enter a comma separated list of folders that should be excluded from your "
1663
  "backups."
@@ -1665,7 +1680,7 @@ msgstr ""
1665
  "Geben Sie die Liste der Verzeichnisses ein (getrennt durch Komma), welche "
1666
  "von der Sicherung ausgeschlossen werden sollen."
1667
 
1668
- #: views/settings.php:169
1669
  msgid ""
1670
  "It is important to note that when a folder name is present in this list any "
1671
  "occurrence of that folder, and all its contents, will be excluded from the "
@@ -1674,31 +1689,31 @@ msgstr ""
1674
  "Bedenken Sie, dass alle Verzeichnisse mit diesem Namen und auch der gesamte "
1675
  "Inhalt der Verzeichnisse von der Sicherung ausgeschlossen werden."
1676
 
1677
- #: views/settings.php:171
1678
  msgid "Plugin Folders Filter"
1679
  msgstr "Filter für Plugin-Verzeichnisse"
1680
 
1681
- #: views/settings.php:176
1682
  msgid "Theme Folders Filter"
1683
  msgstr "Filter für Themes-Verzeichnisse"
1684
 
1685
- #: views/settings.php:181
1686
  msgid "Upload Folders Filter"
1687
  msgstr "Filter für Upload-Verzeichnisse"
1688
 
1689
- #: views/settings.php:185
1690
  msgid "Other Folders Filter"
1691
  msgstr "Filter für sonstige Verzeichnisse"
1692
 
1693
- #: views/settings.php:194
1694
  msgid "Filter Your Database Tables"
1695
  msgstr "Filtern Sie Ihre Datenbank-Tabellen"
1696
 
1697
- #: views/settings.php:195
1698
  msgid "Exclude custom database tables from the backup."
1699
  msgstr "Datenbank-Tabellen von der Sicherung ausschließen"
1700
 
1701
- #: views/settings.php:196
1702
  msgid ""
1703
  "If you would like to exclude a custom table from the backup then simply drag "
1704
  "it to the list on the right. WordPress core tables may not be excluded from "
@@ -1708,11 +1723,11 @@ msgstr ""
1708
  "ziehen Sie sie einfach in die Liste auf der rechten Seite. Elementare "
1709
  "Tabellen von Wordpress sollten nicht von der Sicherung ausgeschlossen werden."
1710
 
1711
- #: views/settings.php:232
1712
  msgid "Remove Data on Uninstall?"
1713
  msgstr "Sämtliche Daten bei einer Deinstallation löschen?"
1714
 
1715
- #: views/settings.php:234
1716
  msgid ""
1717
  "Check this box if you would like WPBackItUp to completely remove all of its "
1718
  "data when the plugin is deleted."
@@ -1782,34 +1797,69 @@ msgstr ""
1782
  msgid "Premium customers receive priority support."
1783
  msgstr "Premium-Kunden erhalten bevorzugten Support."
1784
 
1785
- #: wp-backitup.php:93 wp-backitup.php:94
1786
  #, php-format
1787
  msgid "Every %s hours"
1788
  msgstr "Alle %s Stunden"
1789
 
1790
- #: wp-backitup.php:95 wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98
1791
- #: wp-backitup.php:99
1792
  #, php-format
1793
  msgid "WPBUP - Every %s minutes"
1794
  msgstr "WPBUP - Alle %s Minuten"
1795
 
1796
- #: wp-backitup.php:101
1797
  msgid "WPBUP - Once Weekly"
1798
  msgstr "WPBUP - Einmal wöchentlich"
1799
 
1800
- #: wp-backitup.php:102
1801
  msgid "WPBUP - Once Monthly"
1802
  msgstr "WPBUP - Einmal monatlich"
1803
 
1804
- #: wp-backitup.php:103 wp-backitup.php:104
1805
  #, php-format
1806
  msgid "WPBUP - Every %s hours"
1807
  msgstr "WPBUP - Alle %s Stunden"
1808
 
1809
- #: wp-backitup.php:113
1810
  msgid "Local File"
1811
  msgstr ""
1812
 
1813
- #: wp-backitup.php:170
1814
  msgid "Cleanup"
1815
  msgstr "Bereinigung"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  msgid ""
7
  msgstr ""
8
  "Project-Id-Version: WPBackItUp\n"
9
+ "POT-Creation-Date: 2016-08-14 10:54-0400\n"
10
+ "PO-Revision-Date: 2016-08-14 10:54-0400\n"
11
  "Last-Translator: Stefan Apel <apel.s@sebakmt.com>\n"
12
  "Language-Team: German (Germany) (http://www.transifex.com/wp-translations/wp-"
13
  "backitup/language/de_DE/)\n"
26
  msgid "Every %d Minutes"
27
  msgstr ""
28
 
29
+ #: lib/includes/class-wpbackitup-admin.php:216 views/backup.php:277
30
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
31
+ #: wp-backitup.php:143
32
  msgid "Backup"
33
  msgstr "Sichern"
34
 
35
+ #: lib/includes/class-wpbackitup-admin.php:220
36
+ #: lib/includes/class-wpbackitup-admin.php:258 views/restore.php:136
37
+ #: wp-backitup.php:157
38
  msgid "Restore"
39
  msgstr "Wiederherstellen"
40
 
41
+ #: lib/includes/class-wpbackitup-admin.php:224
42
  msgid "Support"
43
  msgstr "Support"
44
 
45
+ #: lib/includes/class-wpbackitup-admin.php:227
46
  msgid "Settings"
47
  msgstr "Einstellungen"
48
 
49
+ #: lib/includes/class-wpbackitup-admin.php:251
50
  msgid ""
51
  "The backup you have selected exceeds what your host allows you to upload."
52
  msgstr ""
53
  "Das von Ihnen gewählte Backup übersteigt die von Ihrem Web-Host zum Upload "
54
  "zugelassene Datenmenge."
55
 
56
+ #: lib/includes/class-wpbackitup-admin.php:252 views/backup.php:439
57
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
58
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
59
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
60
  msgid "Warning"
61
  msgstr "Warnung"
62
 
63
+ #: lib/includes/class-wpbackitup-admin.php:253 views/backup.php:253
64
  #: views/backup.php:376
65
  msgid "Error"
66
  msgstr "Fehler"
67
 
68
+ #: lib/includes/class-wpbackitup-admin.php:254
69
  msgid "Response"
70
  msgstr "Antwort"
71
 
72
+ #: lib/includes/class-wpbackitup-admin.php:255 views/backup.php:352
73
  #: views/backup.php:430 views/restore.php:230
74
  msgid "Status"
75
  msgstr "Status"
76
 
77
+ #: lib/includes/class-wpbackitup-admin.php:256
78
  msgid "Download"
79
  msgstr "Download"
80
 
81
+ #: lib/includes/class-wpbackitup-admin.php:257 views/backup.php:407
82
  #: views/restore.php:129
83
  msgid "Delete"
84
  msgstr "Löschen"
85
 
86
+ #: lib/includes/class-wpbackitup-admin.php:259
87
  msgid "(JS997) Unexpected error"
88
  msgstr "(JS997) Unerwarteter Fehler"
89
 
90
+ #: lib/includes/class-wpbackitup-admin.php:260
91
  msgid "(JS998) Unexpected error"
92
  msgstr "(JS998) Unerwarteter Fehler"
93
 
94
+ #: lib/includes/class-wpbackitup-admin.php:261
95
  msgid "(JS999) An unexpected error has occurred"
96
  msgstr "(JS999) Ein unerwarteter Fehler ist aufgetreten."
97
 
98
+ #: lib/includes/class-wpbackitup-admin.php:262
99
  msgid "Scheduled has been saved."
100
  msgstr "Zeitplan wurde gespeichert."
101
 
102
+ #: lib/includes/class-wpbackitup-admin.php:263
103
  msgid "Scheduled was not saved."
104
  msgstr "Zeitplan wurde nicht gespeichert."
105
 
106
+ #: lib/includes/class-wpbackitup-admin.php:264
107
  msgid "Are you sure you want to restore your site?"
108
  msgstr "Sind Sie sicher, dass Sie Ihre Seite wiederherstellen möchten?"
109
 
110
+ #: lib/includes/class-wpbackitup-admin.php:265
111
  msgid "Are you sure ?"
112
  msgstr "Sind Sie sicher?"
113
 
114
+ #: lib/includes/class-wpbackitup-admin.php:266
115
  msgid "This file cannot be delete!"
116
  msgstr "Diese Datei kann nicht gelöscht werden!"
117
 
118
+ #: lib/includes/class-wpbackitup-admin.php:267
119
  msgid "View Log"
120
  msgstr "Logdatei anzeigen"
121
 
122
+ #: lib/includes/class-wpbackitup-admin.php:268
123
  msgid "New Backup!"
124
  msgstr "Neues Backup!"
125
 
126
+ #: lib/includes/class-wpbackitup-admin.php:269
127
  msgid "Uploaded Backup"
128
  msgstr "Hochgeladenes Backup"
129
 
130
+ #: lib/includes/class-wpbackitup-admin.php:606
131
  msgid "Backup Queued"
132
  msgstr "Geplantes Backup"
133
 
134
+ #: lib/includes/class-wpbackitup-admin.php:615
135
  msgid "Backup could not be queued"
136
  msgstr "Backup konnte nicht geplant werden"
137
 
138
+ #: lib/includes/class-wpbackitup-admin.php:627
139
  msgid "Job is already in queue."
140
  msgstr "Der Auftrag ist bereits in der Warteschlange."
141
 
142
+ #: lib/includes/class-wpbackitup-admin.php:665
143
  msgid "No backup file selected."
144
  msgstr "Keine Backup-Datei ausgewählt."
145
 
146
+ #: lib/includes/class-wpbackitup-admin.php:672
147
  msgid "No user id found."
148
  msgstr "Keine Nutzer-ID gefunden."
149
 
150
+ #: lib/includes/class-wpbackitup-admin.php:710
151
  msgid "Restore Queued"
152
  msgstr "Wiederherstellung geplant"
153
 
154
+ #: lib/includes/class-wpbackitup-admin.php:719
155
  msgid "Restore could not be queued"
156
  msgstr "Wiederherstellung konnte nicht geplant werden"
157
 
158
+ #: lib/includes/class-wpbackitup-admin.php:725
159
  msgid "Restore already in queue"
160
  msgstr "Wiederherstellung bereits geplant"
161
 
162
+ #: lib/includes/class-wpbackitup-admin.php:757
163
  msgid "No job id posted"
164
  msgstr "Keine Auftrags-ID gesendet"
165
 
166
+ #: lib/includes/class-wpbackitup-admin.php:765 views/backup.php:467
167
  msgid "Backup Cancelled"
168
  msgstr "Backup abgebrochen"
169
 
170
+ #: lib/includes/class-wpbackitup-admin.php:767
171
  msgid "Backup job not found"
172
  msgstr "Backup-Auftrag nicht gefunden"
173
 
174
+ #: lib/includes/class-wpbackitup-admin.php:975
175
  msgid "No response log found."
176
  msgstr "Kein Antwortprotokoll gefunden."
177
 
178
+ #: lib/includes/class-wpbackitup-admin.php:1077
179
+ #: lib/includes/class-wpbackitup-admin.php:1085
180
+ #: lib/includes/class-wpbackitup-admin.php:1137
181
+ #: lib/includes/class-wpbackitup-admin.php:1144
182
+ #: lib/includes/class-wpbackitup-admin.php:1151
183
+ #: lib/includes/class-wpbackitup-admin.php:1158
184
+ #: lib/includes/class-wpbackitup-admin.php:1165
185
  msgid "Please enter a number"
186
  msgstr "Bitte eine Nummer eingeben"
187
 
188
+ #: lib/includes/class-wpbackitup-admin.php:1106
189
+ #: lib/includes/class-wpbackitup-admin.php:1274
190
  msgid "Please enter a valid email"
191
  msgstr "Bitte eine gültige Email eingeben"
192
 
193
+ #: lib/includes/class-wpbackitup-admin.php:1281
194
  msgid "Please enter your support ticket id"
195
  msgstr "Bitte ID des Support-Tickets eingeben"
196
 
197
+ #: lib/includes/class-wpbackitup-admin.php:1286
198
  msgid "Please only enter numbers in this field"
199
  msgstr "Bitte Nummern in dieses Feld eingeben"
200
 
201
+ #: lib/includes/class-wpbackitup-admin.php:2093
202
+ #: lib/includes/class-wpbackitup-admin.php:2113
203
  msgid ""
204
  "License could not be activated. Please try again in a few hours and contact "
205
  "support if this error continues."
208
  "Stunden nochmal und kontaktieren Sie den Kundendienst, wenn das Problem "
209
  "weiter bestehen sollte."
210
 
211
+ #: lib/includes/class-wpbackitup-admin.php:2162
212
  msgid "License is invalid."
213
  msgstr "Lizenz ist nicht gültig"
214
 
215
+ #: lib/includes/class-wpbackitup-admin.php:2167
216
  msgid "License has expired."
217
  msgstr "Lizenz ist abgelaufen"
218
 
219
+ #: lib/includes/class-wpbackitup-admin.php:2170
220
  #, php-format
221
  msgid ""
222
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
228
  "strong> und Unterstützung durch unseren <strong>erstklassigen Kundendienst</"
229
  "strong>."
230
 
231
+ #: lib/includes/class-wpbackitup-admin.php:2184
232
  msgid "License Expired: Scheduled backups are no longer active."
233
  msgstr "Lizenz abgelaufen: Es werden keine geplanten Backups mehr ausgeführt."
234
 
235
+ #: lib/includes/class-wpbackitup-admin.php:2192
236
  msgid "Activation limit has been reached."
237
  msgstr "Aktivierungs-Limit wurde erreicht"
238
 
239
+ #: lib/includes/class-wpbackitup-admin.php:2198
240
  msgid "Your Activation limit has been reached"
241
  msgstr "Ihr Aktivierungs-Limit wurde erreicht"
242
 
269
  msgid "Could not import file into WPBackItUp backup set."
270
  msgstr "Datei konnte nicht in den WPBackItUp Sicherungssatz importiert werden."
271
 
272
+ #: lib/includes/job_backup.php:1144
273
  #, php-format
274
  msgid ""
275
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
285
  "Lizenz für ein weiteres Jahr mit Produkt-Updates und Support durch unser "
286
  "erstklassiges Kundendienstteam.<br/><br/>"
287
 
288
+ #: lib/includes/job_backup.php:1149
289
  #, php-format
290
  msgid "%s - Backup completed successfully."
291
  msgstr "%s - Sicherung erfolgreich abgeschlossen."
292
 
293
+ #: lib/includes/job_backup.php:1150
294
  msgid "Your backup completed successfully."
295
  msgstr "Die Sicherung wurde erfolgreich abgeschlossen."
296
 
297
+ #: lib/includes/job_backup.php:1153
298
  #, php-format
299
  msgid "%s - Backup did not complete successfully."
300
  msgstr "%s - Sicherung nicht erfolgreich abgeschlossen."
301
 
302
+ #: lib/includes/job_backup.php:1154
303
  msgid "Your backup did not complete successfully."
304
  msgstr "Die Sicherung wurde nicht erfolgreich abgeschlossen."
305
 
306
+ #: lib/includes/job_backup.php:1161
307
  #, php-format
308
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
309
  msgstr "WordPress-Seite: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
310
 
311
+ #: lib/includes/job_backup.php:1162
312
  msgid "Backup date:"
313
  msgstr "Sicherungs-Datum:"
314
 
315
+ #: lib/includes/job_backup.php:1163
316
  msgid "Number of backups completed with WPBackItUp:"
317
  msgstr "Anzahl der Sicherungen, welche mit WPBackItUp durchgeführt wurden:"
318
 
319
+ #: lib/includes/job_backup.php:1165
320
  msgid "Completion Code:"
321
  msgstr "Komplettierungs-Code:"
322
 
323
+ #: lib/includes/job_backup.php:1166
324
  msgid "WPBackItUp Version:"
325
  msgstr "WPBackItUp Version:"
326
 
327
+ #: lib/includes/job_backup.php:1178
328
  #, php-format
329
  msgid "Checkout %s for info about WPBackItUp and our other products."
330
  msgstr "Besuchen Sie %s für Infos über WPBackItUp und unsere anderen Produkte."
331
 
332
+ #: lib/includes/job_backup.php:1345
333
  msgid ""
334
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
335
  "settings of your wp-backitup backup directory"
337
  "(101) Neues Sicherungs-Verzeichnis konnte nicht angelegt werden. Bitte "
338
  "prüfen Sie die CHMOD-Einstellungen des wp-backitup Sicherungs-Verzeichnisses."
339
 
340
+ #: lib/includes/job_backup.php:1346
341
  msgid ""
342
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
343
  "your wp-backitup plugin directory"
345
  "(102) Sicherungs-Verzeichnis konnte nicht angelegt werden. Bitte prüfen Sie "
346
  "die CHMOD-Einstellungen des wp-backitup Plugin-Verzeichnisses."
347
 
348
+ #: lib/includes/job_backup.php:1347
349
  msgid "(103) Unable to backup your files. Please try again"
350
  msgstr "(103) Dateien konnten nicht gesichert werden. Bitte erneut versuchen."
351
 
352
+ #: lib/includes/job_backup.php:1348
353
  msgid "(104) Unable to export your database. Please try again"
354
  msgstr ""
355
  "(104) Datenbank konnten nicht exportiert werden. Bitte erneut versuchen."
356
 
357
+ #: lib/includes/job_backup.php:1349
358
  msgid "(105) Unable to export site information file. Please try again"
359
  msgstr ""
360
  "(105) Seiteninformationen konnten nicht exportiert werden. Bitte erneut "
361
  "versuchen."
362
 
363
+ #: lib/includes/job_backup.php:1350
364
  msgid "(106) Unable to cleanup your backup directory"
365
  msgstr "(106) Sicherungs-Verzeichnis konnte nicht geleert werden."
366
 
367
+ #: lib/includes/job_backup.php:1351
368
  msgid "(107) Unable to compress(zip) your backup. Please try again"
369
  msgstr ""
370
  "(107) Sicherung konnte nicht gepackt (zip) werden. Bitte erneut versuchen."
371
 
372
+ #: lib/includes/job_backup.php:1352
373
  msgid "(108) Unable to backup your site data files. Please try again"
374
  msgstr ""
375
  "(108) Dateien mit den Daten Ihrer Seite konnten nicht gesichert werden. "
376
  "Bitte erneut versuchen."
377
 
378
+ #: lib/includes/job_backup.php:1353
379
  msgid "(109) Unable to finalize backup. Please try again"
380
  msgstr ""
381
  "(109) Sicherung konnte nicht abgeschlossen werden. Bitte erneut versuchen."
382
 
383
+ #: lib/includes/job_backup.php:1354
384
  msgid "(110) Unable to create backup manifest. Please try again"
385
  msgstr ""
386
  "(110) Backup-Manifest konnte nicht erstellt werden. Bitte erneut versuchen."
387
 
388
+ #: lib/includes/job_backup.php:1355
389
  msgid ""
390
  "(114) Your database was accessible but an export could not be created. "
391
  "Please contact support by clicking the get support link on the right. Please "
396
  "auf der rechten Seite. Bitte teilen Sie uns den Namen Ihres Web-Hosters mit "
397
  "und wann die Anfrage gesendet wurde."
398
 
399
+ #: lib/includes/job_backup.php:1356
400
  msgid "(120) Unable to backup your themes. Please try again"
401
  msgstr "(120) Themes konnten nicht gesichert werden. Bitte erneut versuchen."
402
 
403
+ #: lib/includes/job_backup.php:1357
404
  msgid "(121) Unable to backup your plugins. Please try again"
405
  msgstr "(121) Plugins konnten nicht gesichert werden. Bitte erneut versuchen."
406
 
407
+ #: lib/includes/job_backup.php:1358
408
  msgid "(122) Unable to backup your uploads. Please try again"
409
  msgstr "(122) Uploads konnten nicht gesichert werden. Bitte erneut versuchen."
410
 
411
+ #: lib/includes/job_backup.php:1359
412
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
413
  msgstr ""
414
  "(123) Sonstige Dateien konnten nicht gesichert werden. Bitte erneut "
415
  "versuchen."
416
 
417
+ #: lib/includes/job_backup.php:1360
418
  msgid ""
419
  "(125) Unable to compress your backup because there is no zip utility "
420
  "available. Please contact support"
422
  "(125) Sicherung konnte nicht komprimiert werden, da kein ZIP-Dienstprogramm "
423
  "verfügbar ist"
424
 
425
+ #: lib/includes/job_backup.php:1361
426
  msgid "(126) Unable to validate your backup. Please try again"
427
  msgstr "(126) Sicherung konnte nicht geprüft werden. Bitte erneut versuchen."
428
 
429
+ #: lib/includes/job_backup.php:1362
430
  msgid "(127) Unable to create inventory of files to backup. Please try again"
431
  msgstr ""
432
  "(127) Der Bestand an zu sichernden Dateien konnte nicht erfasst werden. "
433
  "Bitte erneut versuchen."
434
 
435
+ #: lib/includes/job_backup.php:1363
436
  msgid "(128) Unable to create job control record. Please try again"
437
  msgstr ""
438
  "(128) Es konnte kein Auftragssteuerungseintrag erstellt werden. Bitte erneut "
439
  "versuchen."
440
 
441
+ #: lib/includes/job_backup.php:1365
442
  msgid ""
443
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
444
  "settings of your wp-backitup backup directory"
446
  "(2101) Neues Sicherungs-Verzeichnis konnte nicht angelegt werden. Bitte "
447
  "prüfen Sie die CHMOD-Einstellungen des wp-backitup Sicherungs-Verzeichnisses."
448
 
449
+ #: lib/includes/job_backup.php:1366
450
  msgid ""
451
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
452
  "your wp-backitup plugin directory"
454
  "(2102) Sicherungs-Verzeichnis konnte nicht angelegt werden. Bitte prüfen Sie "
455
  "die CHMOD-Einstellungen des wp-backitup Plugin-Verzeichnisses."
456
 
457
+ #: lib/includes/job_backup.php:1367
458
  msgid "(2103) Unable to backup your files. Please try again"
459
  msgstr "(2103) Dateien konnten nicht gesichert werden. Bitte erneut versuchen."
460
 
461
+ #: lib/includes/job_backup.php:1368
462
  msgid "(2104) Unable to export your database. Please try again"
463
  msgstr ""
464
  "(2104) Datenbank konnten nicht exportiert werden. Bitte erneut versuchen."
465
 
466
+ #: lib/includes/job_backup.php:1369
467
  msgid "(2105) Unable to export site information file. Please try again"
468
  msgstr ""
469
  "(2105) Seiteninformationen konnten nicht exportiert werden. Bitte erneut "
470
  "versuchen."
471
 
472
+ #: lib/includes/job_backup.php:1370
473
  msgid "(2106) Unable to cleanup your backup directory"
474
  msgstr "(2106) Sicherungs-Verzeichnis konnte nicht geleert werden."
475
 
476
+ #: lib/includes/job_backup.php:1371
477
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
478
  msgstr ""
479
  "(2107) Sicherung konnte nicht gepackt (zip) werden. Bitte erneut versuchen."
480
 
481
+ #: lib/includes/job_backup.php:1372
482
  msgid "(2108) Unable to backup your site data files. Please try again"
483
  msgstr ""
484
  "(2108) Dateien mit den Daten Ihrer Seite konnten nicht gesichert werden. "
485
  "Bitte erneut versuchen."
486
 
487
+ #: lib/includes/job_backup.php:1373
488
  msgid "(2109) Unable to finalize backup. Please try again"
489
  msgstr ""
490
  "(2109) Sicherung konnte nicht abgeschlossen werden. Bitte erneut versuchen."
491
 
492
+ #: lib/includes/job_backup.php:1374
493
  msgid "(2110) Unable to create backup manifest. Please try again"
494
  msgstr ""
495
  "(2110) Backup-Manifest konnte nicht erstellt werden. Bitte erneut versuchen."
496
 
497
+ #: lib/includes/job_backup.php:1375
498
  msgid ""
499
  "(2114) Your database was accessible but an export could not be created. "
500
  "Please contact support by clicking the get support link on the right. Please "
505
  "auf der rechten Seite. Bitte teilen Sie uns den Namen Ihres Web-Hosters mit "
506
  "und wann die Anfrage gesendet wurde."
507
 
508
+ #: lib/includes/job_backup.php:1376
509
  msgid "(2120) Unable to backup your themes. Please try again"
510
  msgstr "(2120) Themes konnten nicht gesichert werden. Bitte erneut versuchen."
511
 
512
+ #: lib/includes/job_backup.php:1377
513
  msgid "(2121) Unable to backup your plugins. Please try again"
514
  msgstr "(2121) Plugins konnten nicht gesichert werden. Bitte erneut versuchen."
515
 
516
+ #: lib/includes/job_backup.php:1378
517
  msgid "(2122) Unable to backup your uploads. Please try again"
518
  msgstr "(2122) Uploads konnten nicht gesichert werden. Bitte erneut versuchen."
519
 
520
+ #: lib/includes/job_backup.php:1379
521
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
522
  msgstr ""
523
  "(2123) Sonstige Dateien konnten nicht gesichert werden. Bitte erneut "
524
  "versuchen."
525
 
526
+ #: lib/includes/job_backup.php:1380
527
  msgid ""
528
  "(2125) Unable to compress your backup because there is no zip utility "
529
  "available. Please contact support"
531
  "(2125) Sicherung konnte nicht komprimiert werden, da kein ZIP-Dienstprogramm "
532
  "verfügbar ist"
533
 
534
+ #: lib/includes/job_backup.php:1381
535
  msgid "(2126) Unable to validate your backup. Please try again"
536
  msgstr "(2126) Sicherung konnte nicht geprüft werden. Bitte erneut versuchen."
537
 
538
+ #: lib/includes/job_backup.php:1382
539
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
540
  msgstr ""
541
  "(2127) Der Bestand an zu sichernden Dateien konnte nicht erfasst werden. "
542
  "Bitte erneut versuchen."
543
 
544
+ #: lib/includes/job_backup.php:1383
545
  msgid "(2128) Unable to create job control record. Please try again"
546
  msgstr ""
547
  "(2128) Es konnte kein Auftragssteuerungseintrag erstellt werden. Bitte "
548
  "erneut versuchen."
549
 
550
+ #: lib/includes/job_backup.php:1386
551
  msgid "(999) Unexpected error"
552
  msgstr "(999) Unerwarteter Fehler"
553
 
739
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
740
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
741
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
742
+ #: views/restore.php:250 views/restore.php:251 views/restore.php:253
743
+ #: views/restore.php:254 views/restore.php:256 views/restore.php:257
 
744
  msgid "Done"
745
  msgstr "Fertig"
746
 
749
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
750
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
751
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
752
+ #: views/restore.php:250 views/restore.php:251 views/restore.php:253
753
+ #: views/restore.php:254 views/restore.php:256 views/restore.php:257
 
754
  msgid "Failed"
755
  msgstr "Fehlgeschlagen"
756
 
1072
 
1073
  #: views/restore.php:214
1074
  msgid ""
1075
+ "* When done uploading click the import uploads button below to see new "
1076
+ "backups appear in the Available Backups section above. "
1077
  msgstr ""
 
 
1078
 
1079
  #: views/restore.php:244
1080
  msgid "Preparing for restore"
1096
  msgid "Deactivating plugins"
1097
  msgstr "Deaktiviere Plugins"
1098
 
 
 
 
 
1099
  #: views/restore.php:250
1100
+ msgid "Importing database"
1101
+ msgstr ""
1102
+
1103
+ #: views/restore.php:251
1104
+ msgid "Updating imported database"
1105
+ msgstr ""
1106
+
1107
+ #: views/restore.php:253
1108
  msgid "Staging content files"
1109
  msgstr "Stelle Inhaltsdateien bereit"
1110
 
1111
+ #: views/restore.php:254
1112
  msgid "Restoring content files"
1113
  msgstr "Stelle Inhaltsdateien wieder her"
1114
 
1115
+ #: views/restore.php:256
1116
  msgid "Restoring database"
1117
  msgstr "Stelle Datenbank wieder her"
1118
 
1119
+ #: views/restore.php:257
 
 
 
 
 
 
 
 
1120
  msgid "Updating permalinks"
1121
  msgstr "Aktualisiere Permanentlinks"
1122
 
1123
+ #: views/restore.php:263
1124
  msgid "Error 201: No file selected"
1125
  msgstr "Fehler 201: Keine Datei ausgewählt"
1126
 
1127
+ #: views/restore.php:264
1128
  msgid "Error 202: Your file could not be uploaded"
1129
  msgstr "Fehler 202: Datei konnte nicht hochgeladen werden"
1130
 
1131
+ #: views/restore.php:265
1132
  msgid "Error 203: Your backup could not be unzipped"
1133
  msgstr "Fehler 203: Die Sicherung konnte nicht entpackt werden"
1134
 
1135
+ #: views/restore.php:266
1136
  msgid ""
1137
  "Error 204: Your backup appears to be invalid. Please ensure you selected a "
1138
  "valid backup"
1140
  "Fehler 204: Die Sicherung schein ungültig zu sein. Bitte stellen Sie sicher, "
1141
  "dass Sie ein gültiges Sicherung ausgewählt haben."
1142
 
1143
+ #: views/restore.php:267
1144
  msgid "Error 205: Cannot create restore point"
1145
  msgstr "Fehler 205: Wiederherstellungspunkt kann nicht erstellt werden"
1146
 
1147
+ #: views/restore.php:268
1148
  msgid "Error 206: Unable to connect to your database"
1149
  msgstr ""
1150
  "Fehler 206: Es kann keine Verbindung zu Ihrer Datenbank hergestellt werden"
1151
 
1152
+ #: views/restore.php:269
1153
  msgid ""
1154
  "Error 207: Unable to get current site URL from database. Please try again"
1155
  msgstr ""
1156
  "Fehler 207: URL der Seite konnte nicht aus Datenbank ausgelesen werden. "
1157
  "Bitte erneut versuchen."
1158
 
1159
+ #: views/restore.php:270
1160
  msgid ""
1161
  "Error 208: Unable to get current home URL from database. Please try again"
1162
  msgstr ""
1163
  "Fehler 208: Aktuelle Haupt-URL konnte nicht aus Datenbank ausgelesen werden. "
1164
  "Bitte erneut versuchen."
1165
 
1166
+ #: views/restore.php:271
1167
  msgid ""
1168
  "Error 209: Unable to get current user ID from database. Please try again"
1169
  msgstr ""
1170
  "Fehler 209: Aktuelle Benutzer-ID konnte nicht aus Datenbank ausgelesen "
1171
  "werden. Bitte erneut versuchen."
1172
 
1173
+ #: views/restore.php:272
1174
  msgid ""
1175
  "Error 210: Unable to get current user password from database. Please try "
1176
  "again"
1178
  "Fehler 210: Aktuelle Benutzer-Passwort konnte nicht aus Datenbank ausgelesen "
1179
  "werden. Bitte erneut versuchen."
1180
 
1181
+ #: views/restore.php:273
1182
  msgid ""
1183
  "Error 211: Unable to get current user email from database. Please try again"
1184
  msgstr ""
1185
  "Fehler 211: Aktuelle Benutzer-Email konnte nicht aus Datenbank ausgelesen "
1186
  "werden. Bitte erneut versuchen."
1187
 
1188
+ #: views/restore.php:275
1189
  msgid ""
1190
  "Error 212: Unable to import your database. This may require importing the "
1191
  "file manually"
1193
  "Fehler 212: Datenbank konnte nicht importiert werden. Die Datei muss "
1194
  "wahrscheinlich manuell importiert werden."
1195
 
1196
+ #: views/restore.php:276
1197
+ msgid ""
1198
+ "Error 212: Unable to restore your database. This may require importing the "
1199
+ "file manually"
1200
+ msgstr ""
1201
+
1202
+ #: views/restore.php:279
1203
  msgid ""
1204
  "Warning 213: Unable to update your site URL value. Please check your "
1205
  "WordPress general settings to make sure your Site and WordPress URLs are "
1209
  "prüfen Sie die grundlegenden Einstellungen von WordPress und stellen Sie "
1210
  "sicher, dass die URLs der Seite und von WordPress richtig sind."
1211
 
1212
+ #: views/restore.php:280
1213
  msgid ""
1214
  "Warning 214: Unable to update your home URL value. Please check your "
1215
  "WordPress general settings to make sure your Site and WordPress URLs are "
1219
  "prüfen Sie die grundlegenden Einstellungen von WordPress und stellen Sie "
1220
  "sicher, dass die URLs der Seite und von WordPress richtig sind."
1221
 
1222
+ #: views/restore.php:281
1223
  msgid ""
1224
  "Warning 215: Unable to update your user information. This may require you to "
1225
  "login with the admin username and password that was used when the backup was "
1229
  "müssen sich wahrscheinlich mit den Admin-Zugangsdaten einloggen, welche zum "
1230
  "Zeitpunkt des Backups gültig waren."
1231
 
1232
+ #: views/restore.php:282
1233
  msgid "Error 216: Database not found in backup"
1234
  msgstr "Fehler 216: Datenbank in der Sicherung nicht gefunden."
1235
 
1236
+ #: views/restore.php:283
1237
  msgid "Warning 217: Unable to remove existing wp-content directory"
1238
  msgstr ""
1239
  "Warnung 217: Das existierende wp-content-Verzeichnis konnte nicht gelöscht "
1240
  "werden"
1241
 
1242
+ #: views/restore.php:284
1243
  msgid ""
1244
  "Error 218: Unable to create new wp-content directory. Please check your "
1245
  "CHMOD settings in /wp-content/"
1247
  "Fehler 218: Neues wp-content-Verzeichnis konnte nicht angelegt werden. Bitte "
1248
  "prüfen Sie die CHMOD-Einstellungen in /wp-content/."
1249
 
1250
+ #: views/restore.php:285
1251
  msgid "Error 219: Unable to import wp-content. Please try again"
1252
  msgstr ""
1253
  "Fehler 219: wp-content konnte nicht importiert werden. Bitte erneut "
1254
  "versuchen."
1255
 
1256
+ #: views/restore.php:286
1257
  msgid "Warning 220: Unable to cleanup import directory. No action is required"
1258
  msgstr ""
1259
  "Warnung 220: Import-Verzeichnis konnte nicht geleert werden. Keine Maßnahmen "
1260
  "notwendig."
1261
 
1262
+ #: views/restore.php:287
1263
  #, php-format
1264
  msgid ""
1265
  "Error 221: Table prefix value in wp-config.php is different from backup. "
1273
  "Sie die <a href =\"%s\" target=\"_blank\" > FAQs</a> auf www.wpbackitup.com "
1274
  "für weitere Infos."
1275
 
1276
+ #: views/restore.php:288
1277
  msgid "Error 222: Unable to create restore folder"
1278
  msgstr "Fehler 222: Wiederherstellungsverzeichnis konnte nicht erstellt werden"
1279
 
1280
+ #: views/restore.php:289
1281
  msgid ""
1282
  "Error 223: An error occurred during the restore. WPBackItUp attempted to "
1283
  "restore the database to its previous state but were unsuccessful. Please "
1289
  "wiederherzustellen. Bitte kontaktieren Sie den Kundendienst von WPBackItUp "
1290
  "und unternehmen Sie vorerst keine weiteren Versuche zur Wiederherstellung."
1291
 
1292
+ #: views/restore.php:290
1293
  msgid ""
1294
  "Error 224: An error occurred during the restore, however, we have "
1295
  "successfully restored your database to the previous state"
1297
  "Fehler 224: Ein Fehler ist während der Wiederherstellung aufgetreten. Die "
1298
  "Datenbank konnte allerdings trotzdem erfolgreich wiederhergestellt werden."
1299
 
1300
+ #: views/restore.php:291
1301
  msgid ""
1302
  "Error 225: Restore option is only available to licensed WPBackItUp users"
1303
  msgstr ""
1304
  "Fehler 225: Die Wiederherstellungs-Funktion steht nur lizensierten Benutzern "
1305
  "von WPBackItUp zur Verfügung"
1306
 
1307
+ #: views/restore.php:292
1308
  msgid ""
1309
  "Error 226: Restore cannot proceed because your backup was created using a "
1310
  "different version of WordPress"
1312
  "Fehler 226. Die Wiederherstellung kann nicht fortgesetzt werden, da Sie eine "
1313
  "abweichende Version von WordPress verwenden."
1314
 
1315
+ #: views/restore.php:293
1316
  msgid ""
1317
  "Error 227: Restore cannot proceed because your backup was created using a "
1318
  "different version of WPBackItUp. Please contact WPBackItUp support to help "
1323
  "Bitte setzen Sie sich mit dem WPBackItUp-Kundendienst in Verbindung, um sich "
1324
  "bei der Konvertierung zur aktuellen Version helfen zu lassen."
1325
 
1326
+ #: views/restore.php:294
1327
  msgid ""
1328
  "Error 230: WPBackItUp ran into unexpected errors during the database "
1329
  "restore. However, we were able to successfully revert the database back to "
1334
  "ursprünglichen Zustand zurückversetzen. Aufgrund dieses Fehlers ist ein "
1335
  "manueller Import der Datenbank notwendig."
1336
 
1337
+ #: views/restore.php:295
1338
  msgid ""
1339
  "Error 235: WPBackItUp is not able to proceed because there is no zip utility "
1340
  "available. Please contact support"
1342
  "Fehler 235: WPBackItUp kann nicht fortfahren, da kein ZIP-Dienstprogramm "
1343
  "verfügbar ist. Bitte setzen Sie sich mit dem Kundendienst in Verbindung."
1344
 
1345
+ #: views/restore.php:296
1346
  msgid ""
1347
  "Error 250: WPBackItUp is unable to begin the restore because a backup is "
1348
  "running. Please wait for the backup to complete and then try again"
1351
  "eine Sicherung läuft. Bitte warten Sie, bis die Sicherung abgeschlossen "
1352
  "wurde und versuchen Sie es dann erneut."
1353
 
1354
+ #: views/restore.php:298
1355
  msgid ""
1356
  "Error 260: WPBackItUp is unable to extract archives from backup set. Please "
1357
  "try again and contact support if this issue continues"
1360
  "extrahieren. Bitte versuchen Sie es nochmal und kontaktieren Sie den "
1361
  "Kundendienst, wenn das Problem weiter bestehen sollte."
1362
 
1363
+ #: views/restore.php:299
1364
  msgid ""
1365
  "Error 261: WPBackItUp is unable to extract archives from backup set. Please "
1366
  "try again and contact support if this issue continues"
1369
  "extrahieren. Bitte versuchen Sie es nochmal und kontaktieren Sie den "
1370
  "Kundendienst, wenn das Problem weiter bestehen sollte."
1371
 
1372
+ #: views/restore.php:300
1373
  msgid ""
1374
  "Error 262: There were no backup files found in the backup folder. Please "
1375
  "try again and contact support if this issue continues"
1378
  "werden. Bitte versuchen Sie es nochmal und kontaktieren Sie den "
1379
  "Kundendienst, wenn das Problem weiter bestehen sollte."
1380
 
1381
+ #: views/restore.php:302
1382
  msgid ""
1383
  "Error 251: WPBackItUp is unable to begin the restore because the backup "
1384
  "manifest is empty"
1386
  "Fehler 251: WPBackItUp kann nicht mit der Wiederherstellung anfangen, da das "
1387
  "Sicherungs-Manifest leer ist."
1388
 
1389
+ #: views/restore.php:303
1390
  msgid ""
1391
  "Error 252: At least one zip file is missing from your backup set. Please "
1392
  "make sure to upload all zip files that were part of this backup"
1395
  "stellen Sie sicher, dass alle zu dieser Sicherung gehörenden Dateien "
1396
  "hochgeladen wurden."
1397
 
1398
+ #: views/restore.php:304
1399
  msgid ""
1400
  "Error 253: Backup set contains a zip file that is not in the manifest. "
1401
  "Please make sure to upload only zip files that were part of this backup"
1404
  "steht. Bitte stellen Sie sicher, dass nur die zu dieser Sicherung gehörenden "
1405
  "Dateien hochgeladen wurden."
1406
 
1407
+ #: views/restore.php:305
1408
  msgid ""
1409
  "Error 254: The size of one the zip files in this backup set does not match "
1410
  "the manifest so is most likely corrupt. Upload all zip files in this backup "
1415
  "Sie alle ZIP-Dateien des Sets nochmal hoch und führen Sie die "
1416
  "Wiederherstellung erneut aus."
1417
 
1418
+ #: views/restore.php:306
1419
  msgid ""
1420
  "Error 255: Backup set does not contain a manifest. Please make sure to "
1421
  "upload all zip files that were part of this backup"
1424
  "sicher, dass wirklich alle zu diesem Set gehörenden ZIP-Dateien hochgeladen "
1425
  "wurden."
1426
 
1427
+ #: views/restore.php:308
1428
  msgid ""
1429
  "Warning 300: Unable to restore all WordPress content. Please review your "
1430
  "restore logs to see what WPBackItUp was unable to restore"
1433
  "schauen Sie sich die Wiederherstellungsprotokolle an, um herauszufinden, was "
1434
  "nicht wiederhergestellt werden konnte."
1435
 
1436
+ #: views/restore.php:309
1437
  msgid ""
1438
  "Warning 305: Unable to restore all plugins. Please review your restore logs "
1439
  "to see what WPBackItUp was unable to restore"
1442
  "schauen Sie sich die Wiederherstellungsprotokolle an, um herauszufinden, was "
1443
  "nicht wiederhergestellt werden konnte."
1444
 
1445
+ #: views/restore.php:311
1446
  msgid "Error 2001: Unable to prepare site for restore"
1447
  msgstr ""
1448
  "Fehler 2001: Seite konnte nicht für Wiederherstellung vorbereitet werden"
1449
 
1450
+ #: views/restore.php:312
1451
  msgid "Error 2002: Unable to unzip backup"
1452
  msgstr "Fehler 2002: Sicherung konnte nicht entpackt werden"
1453
 
1454
+ #: views/restore.php:313
1455
  msgid "Error 2003: Unable to validate backup"
1456
  msgstr "Fehler 2003: Sicherung konnte nicht geprüft werden"
1457
 
1458
+ #: views/restore.php:314
1459
  msgid "Error 2004: Unable to create restore point"
1460
  msgstr "Fehler 2004: Wiederherstellungspunkt kann nicht erstellt werden"
1461
 
1462
+ #: views/restore.php:315
1463
  msgid "Error 2005: Unable to stage wp-content"
1464
  msgstr "Fehler 2005: wp-content konnte nicht bereitgestellt werden"
1465
 
1466
+ #: views/restore.php:316
1467
  msgid "Error 2006: Unable to restore content files"
1468
  msgstr "Fehler 2006: Inhaltsdateien konnten nicht wiederhergestellt werden"
1469
 
1470
+ #: views/restore.php:317
1471
  msgid "Error 2007: Unable to restore database"
1472
  msgstr "Fehler 2007: Datenbank konnte nicht wiederhergestellt werden"
1473
 
1474
+ #: views/restore.php:318
1475
+ msgid "Error 2009: Unable to import database"
1476
+ msgstr ""
1477
+
1478
+ #: views/restore.php:319
1479
  msgid "Error 2999: Unexpected error encountered"
1480
  msgstr "Fehler 2999: Unerwarteter Fehler aufgetreten"
1481
 
1482
+ #: views/restore.php:326
1483
  msgid ""
1484
  "Restore completed successfully. If you are prompted to login please do so "
1485
  "with your current username and password"
1493
  msgid "%s Settings"
1494
  msgstr "%s Einstellungen"
1495
 
1496
+ #: views/settings.php:49
1497
  msgid "Settings updated successfully!"
1498
  msgstr "Einstellungen erfolgreich aktualisiert!"
1499
 
1500
+ #: views/settings.php:62
1501
  msgid "Email Notifications"
1502
  msgstr "Email-Benachrichtigungen"
1503
 
1504
+ #: views/settings.php:63
1505
  msgid ""
1506
  "Please enter your email address if you would like to receive backup email "
1507
  "notifications."
1509
  "Bitte geben Sie Ihre Email-Adresse ein, wenn Sie per Email über Sicherungen "
1510
  "benachrichtigt werden wollen."
1511
 
1512
+ #: views/settings.php:64
1513
  msgid ""
1514
  "Backup email notifications will be sent for every backup and will contain "
1515
  "status information related to the backup."
1517
  "Email-Benachrichtigungen werden zu jeder Sicherung versandt und enthalten "
1518
  "Status-Informationen zu dieser Sicherung."
1519
 
1520
+ #: views/settings.php:66 views/settings.php:86 views/settings.php:109
1521
+ #: views/settings.php:116 views/settings.php:124 views/settings.php:132
1522
+ #: views/settings.php:163 views/settings.php:197 views/settings.php:235
1523
+ #: views/settings.php:244
1524
  msgid "Save"
1525
  msgstr "Speichern"
1526
 
1527
+ #: views/settings.php:82
1528
  msgid "Backup Retention"
1529
  msgstr "Sicherung-Aufbewahrung"
1530
 
1531
+ #: views/settings.php:83
1532
  msgid ""
1533
  "Enter the number of backup archives that you would like to remain on the "
1534
  "server."
1536
  "Geben Sie die Anzahl der Sicherungen ein, welche auf dem Server verbleiben "
1537
  "sollen."
1538
 
1539
+ #: views/settings.php:84
1540
  msgid ""
1541
  "Many hosts limit the amount of space that you can take up on their servers. "
1542
  "This option tells WPBackItUp the maximum number of backup archives that "
1549
  "keine Angst: es werden immer die jeweils ältesten Sicherungen zuerst "
1550
  "gelöscht."
1551
 
1552
+ #: views/settings.php:103
1553
  msgid "Logging?"
1554
  msgstr "Protokollierung?"
1555
 
1556
+ #: views/settings.php:104
1557
  msgid "Turn on WPBackItUp logging."
1558
  msgstr "WPBackItUp Protokollierung einschalten."
1559
 
1560
+ #: views/settings.php:105
1561
  msgid ""
1562
  "This option should only be turned on by advanced users or when "
1563
  "troubleshooting issues with WPBackItUp support."
1565
  "Diese Option sollte nur von erfahrenen Nutzern eingeschaltet werden, oder "
1566
  "wenn gemeinsam mit dem WPBackItUp-Kundendienst nach Problemen gesucht wird."
1567
 
1568
+ #: views/settings.php:106
1569
  msgid "Yes"
1570
  msgstr "Ja"
1571
 
1572
+ #: views/settings.php:107
1573
  msgid "No"
1574
  msgstr "Nein"
1575
 
1576
+ #: views/settings.php:113
1577
  msgid "Disable restore version compare?"
1578
  msgstr ""
1579
 
1580
+ #: views/settings.php:115
1581
  msgid ""
1582
  "Check this box if you would like WPBackItUp not to check major version "
1583
  "issue. This could be dangerous, you can disable it with your own risk."
1584
  msgstr ""
1585
 
1586
+ #: views/settings.php:120
1587
  msgid "Single File Backup Set"
1588
  msgstr "Sicherungssatz aus einer Datei"
1589
 
1590
+ #: views/settings.php:122
1591
  msgid ""
1592
+ "Check this box if you would like WPBackItUp to create a single zip file that "
1593
+ "contains your entire backup."
1594
  msgstr ""
 
 
1595
 
1596
+ #: views/settings.php:123
1597
+ msgid ""
1598
+ "When this setting is turned on WPBackItUp will attempt to create a single "
1599
+ "zip file that contains your entire backup. This option may may not be "
1600
+ "possible with some hosting providers. This setting will be turned off "
1601
+ "automatically if WPBackItUp is unable to complete this step for any reason."
1602
+ msgstr ""
1603
+
1604
+ #: views/settings.php:128
1605
+ msgid "Single File Database Export (db)"
1606
+ msgstr ""
1607
+
1608
+ #: views/settings.php:130
1609
+ msgid ""
1610
+ "Check this box if you would like WPBackItUp to export your database into a "
1611
+ "single db file."
1612
+ msgstr ""
1613
+
1614
+ #: views/settings.php:131
1615
  msgid ""
1616
  "When this setting is turned on WPBackItUp will attempt to create a single "
1617
+ "file that contains your entire database. This option may not be possible "
1618
+ "with some hosting providers. This setting will be turned off automatically "
1619
+ "if WPBackItUp is unable to complete this step for any reason."
1620
  msgstr ""
 
 
 
 
1621
 
1622
+ #: views/settings.php:136
1623
  msgid "Batch Size"
1624
  msgstr "Batch-Größe"
1625
 
1626
+ #: views/settings.php:137
1627
  msgid "Enter the batch size for each of your content items."
1628
  msgstr "Geben Sie die Batch-Größe für jedes Ihrer Inhaltselemente ein."
1629
 
1630
+ #: views/settings.php:138
1631
  msgid ""
1632
  "These settings tell WPBackItUp how many items that should be added to the "
1633
  "backup at a time. If you experience timeouts while running a backup then "
1640
  "Einstellung die für die einzelnen Sicherungsaufgaben erforderliche Zeit "
1641
  "verringern."
1642
 
1643
+ #: views/settings.php:141
1644
  msgid "DB Tables Batch Size"
1645
  msgstr "Batch-Größe der DB-Tabellen"
1646
 
1647
+ #: views/settings.php:146
1648
  msgid "Plugins Batch Size"
1649
  msgstr "Batch-Größe Plugins"
1650
 
1651
+ #: views/settings.php:151
1652
  msgid "Themes Batch Size"
1653
  msgstr "Batch-Größe Themes"
1654
 
1655
+ #: views/settings.php:156
1656
  msgid "Uploads Batch Size"
1657
  msgstr "Batch-Größe Uploads"
1658
 
1659
+ #: views/settings.php:161
1660
  msgid "Others Batch Size"
1661
  msgstr "Batch-Größe Sonstiges"
1662
 
1663
+ #: views/settings.php:164 views/settings.php:198 views/settings.php:236
1664
  msgid ""
1665
  "* These settings should only be modified by advanced users or when when "
1666
  "working with WPBackItUp support."
1668
  "* Diese Einstellung sollte nur durch erfahrene Nutzer oder auf Anweisung des "
1669
  "WPBackItUp-Kundendienstes angepasst werden."
1670
 
1671
+ #: views/settings.php:176
1672
  msgid "Filter Your Folders"
1673
  msgstr "Filtern Sie Ihre Verzeichnisse"
1674
 
1675
+ #: views/settings.php:177
1676
  msgid ""
1677
  "Enter a comma separated list of folders that should be excluded from your "
1678
  "backups."
1680
  "Geben Sie die Liste der Verzeichnisses ein (getrennt durch Komma), welche "
1681
  "von der Sicherung ausgeschlossen werden sollen."
1682
 
1683
+ #: views/settings.php:178
1684
  msgid ""
1685
  "It is important to note that when a folder name is present in this list any "
1686
  "occurrence of that folder, and all its contents, will be excluded from the "
1689
  "Bedenken Sie, dass alle Verzeichnisse mit diesem Namen und auch der gesamte "
1690
  "Inhalt der Verzeichnisse von der Sicherung ausgeschlossen werden."
1691
 
1692
+ #: views/settings.php:180
1693
  msgid "Plugin Folders Filter"
1694
  msgstr "Filter für Plugin-Verzeichnisse"
1695
 
1696
+ #: views/settings.php:185
1697
  msgid "Theme Folders Filter"
1698
  msgstr "Filter für Themes-Verzeichnisse"
1699
 
1700
+ #: views/settings.php:190
1701
  msgid "Upload Folders Filter"
1702
  msgstr "Filter für Upload-Verzeichnisse"
1703
 
1704
+ #: views/settings.php:194
1705
  msgid "Other Folders Filter"
1706
  msgstr "Filter für sonstige Verzeichnisse"
1707
 
1708
+ #: views/settings.php:203
1709
  msgid "Filter Your Database Tables"
1710
  msgstr "Filtern Sie Ihre Datenbank-Tabellen"
1711
 
1712
+ #: views/settings.php:204
1713
  msgid "Exclude custom database tables from the backup."
1714
  msgstr "Datenbank-Tabellen von der Sicherung ausschließen"
1715
 
1716
+ #: views/settings.php:205
1717
  msgid ""
1718
  "If you would like to exclude a custom table from the backup then simply drag "
1719
  "it to the list on the right. WordPress core tables may not be excluded from "
1723
  "ziehen Sie sie einfach in die Liste auf der rechten Seite. Elementare "
1724
  "Tabellen von Wordpress sollten nicht von der Sicherung ausgeschlossen werden."
1725
 
1726
+ #: views/settings.php:241
1727
  msgid "Remove Data on Uninstall?"
1728
  msgstr "Sämtliche Daten bei einer Deinstallation löschen?"
1729
 
1730
+ #: views/settings.php:243
1731
  msgid ""
1732
  "Check this box if you would like WPBackItUp to completely remove all of its "
1733
  "data when the plugin is deleted."
1797
  msgid "Premium customers receive priority support."
1798
  msgstr "Premium-Kunden erhalten bevorzugten Support."
1799
 
1800
+ #: wp-backitup.php:94 wp-backitup.php:95
1801
  #, php-format
1802
  msgid "Every %s hours"
1803
  msgstr "Alle %s Stunden"
1804
 
1805
+ #: wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98 wp-backitup.php:99
1806
+ #: wp-backitup.php:100
1807
  #, php-format
1808
  msgid "WPBUP - Every %s minutes"
1809
  msgstr "WPBUP - Alle %s Minuten"
1810
 
1811
+ #: wp-backitup.php:102
1812
  msgid "WPBUP - Once Weekly"
1813
  msgstr "WPBUP - Einmal wöchentlich"
1814
 
1815
+ #: wp-backitup.php:103
1816
  msgid "WPBUP - Once Monthly"
1817
  msgstr "WPBUP - Einmal monatlich"
1818
 
1819
+ #: wp-backitup.php:104 wp-backitup.php:105
1820
  #, php-format
1821
  msgid "WPBUP - Every %s hours"
1822
  msgstr "WPBUP - Alle %s Stunden"
1823
 
1824
+ #: wp-backitup.php:114
1825
  msgid "Local File"
1826
  msgstr ""
1827
 
1828
+ #: wp-backitup.php:171
1829
  msgid "Cleanup"
1830
  msgstr "Bereinigung"
1831
+
1832
+ #~ msgid ""
1833
+ #~ "* Reload this page when done uploading to see new backups appear in the "
1834
+ #~ "Available Backups section above. "
1835
+ #~ msgstr ""
1836
+ #~ "* Aktualisieren Sie die Seite nach Abschluss des Uploads, damit die neuen "
1837
+ #~ "Sicherungen oben in der Liste der verfügbaren Sicherungen erscheinen."
1838
+
1839
+ #~ msgid "Creating database restore point"
1840
+ #~ msgstr "Erstelle Datenbank-Wiederherstellungspunkt"
1841
+
1842
+ #~ msgid "Updating current user info"
1843
+ #~ msgstr "Aktualisiere Benutzer-Informationen"
1844
+
1845
+ #~ msgid "Updating site URL"
1846
+ #~ msgstr "Aktualisiere URL der Seite"
1847
+
1848
+ #~ msgid ""
1849
+ #~ "Check this box if you would like WPBackItUp to create a single file "
1850
+ #~ "backup set."
1851
+ #~ msgstr ""
1852
+ #~ "Aktivieren Sie diese Checkbox, wenn WPBackItUp den Sicherungssatz aus nur "
1853
+ #~ "einer Datei erstellen soll."
1854
+
1855
+ #~ msgid ""
1856
+ #~ "When this setting is turned on WPBackItUp will attempt to create a single "
1857
+ #~ "file backup set. If WPBackItUp is unable to create a single file backup "
1858
+ #~ "set then it will turn this setting off for you. Creating a single file "
1859
+ #~ "backup set may not be possible with hosts that strictly limit memory "
1860
+ #~ "utilization."
1861
+ #~ msgstr ""
1862
+ #~ "Wenn diese Einstellung aktiviert ist, wird WPBackItUp versuchen, einen "
1863
+ #~ "aus nur einer Datei bestehenden Sicherungssatz zu erstellen. Wenn dies "
1864
+ #~ "nicht möglich ist (z.B. bei einem Hoster, welcher die maximale Dateigröße "
1865
+ #~ "limitiert), wird WPBackItUp die Einstellung selbstständig deaktivieren. "
languages/wp-backitup-en_US.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WPBackItUp\n"
4
- "POT-Creation-Date: 2016-06-14 08:33-0400\n"
5
- "PO-Revision-Date: 2016-06-14 08:33-0400\n"
6
  "Last-Translator: \n"
7
  "Language-Team: WPBackItUp <translations@wpbackitup.com>\n"
8
  "Language: en_US\n"
@@ -15,197 +15,197 @@ msgstr ""
15
  "X-Poedit-KeywordsList: _;__;_e\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: lib/background-processing/class-background-process.php:408
19
  #, php-format
20
  msgid "Every %d Minutes"
21
  msgstr ""
22
 
23
- #: lib/includes/class-wpbackitup-admin.php:211 views/backup.php:277
24
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
25
- #: wp-backitup.php:142
26
  msgid "Backup"
27
  msgstr ""
28
 
29
- #: lib/includes/class-wpbackitup-admin.php:215
30
- #: lib/includes/class-wpbackitup-admin.php:253 views/restore.php:136
31
- #: wp-backitup.php:156
32
  msgid "Restore"
33
  msgstr ""
34
 
35
- #: lib/includes/class-wpbackitup-admin.php:219
36
  msgid "Support"
37
  msgstr ""
38
 
39
- #: lib/includes/class-wpbackitup-admin.php:222
40
  msgid "Settings"
41
  msgstr ""
42
 
43
- #: lib/includes/class-wpbackitup-admin.php:246
44
  msgid ""
45
  "The backup you have selected exceeds what your host allows you to upload."
46
  msgstr ""
47
 
48
- #: lib/includes/class-wpbackitup-admin.php:247 views/backup.php:439
49
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
50
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
51
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
52
  msgid "Warning"
53
  msgstr ""
54
 
55
- #: lib/includes/class-wpbackitup-admin.php:248 views/backup.php:253
56
  #: views/backup.php:376
57
  msgid "Error"
58
  msgstr ""
59
 
60
- #: lib/includes/class-wpbackitup-admin.php:249
61
  msgid "Response"
62
  msgstr ""
63
 
64
- #: lib/includes/class-wpbackitup-admin.php:250 views/backup.php:352
65
  #: views/backup.php:430 views/restore.php:230
66
  msgid "Status"
67
  msgstr ""
68
 
69
- #: lib/includes/class-wpbackitup-admin.php:251
70
  msgid "Download"
71
  msgstr ""
72
 
73
- #: lib/includes/class-wpbackitup-admin.php:252 views/backup.php:407
74
  #: views/restore.php:129
75
  msgid "Delete"
76
  msgstr ""
77
 
78
- #: lib/includes/class-wpbackitup-admin.php:254
79
  msgid "(JS997) Unexpected error"
80
  msgstr ""
81
 
82
- #: lib/includes/class-wpbackitup-admin.php:255
83
  msgid "(JS998) Unexpected error"
84
  msgstr ""
85
 
86
- #: lib/includes/class-wpbackitup-admin.php:256
87
  msgid "(JS999) An unexpected error has occurred"
88
  msgstr ""
89
 
90
- #: lib/includes/class-wpbackitup-admin.php:257
91
  msgid "Scheduled has been saved."
92
  msgstr ""
93
 
94
- #: lib/includes/class-wpbackitup-admin.php:258
95
  msgid "Scheduled was not saved."
96
  msgstr ""
97
 
98
- #: lib/includes/class-wpbackitup-admin.php:259
99
  msgid "Are you sure you want to restore your site?"
100
  msgstr ""
101
 
102
- #: lib/includes/class-wpbackitup-admin.php:260
103
  msgid "Are you sure ?"
104
  msgstr ""
105
 
106
- #: lib/includes/class-wpbackitup-admin.php:261
107
  msgid "This file cannot be delete!"
108
  msgstr ""
109
 
110
- #: lib/includes/class-wpbackitup-admin.php:262
111
  msgid "View Log"
112
  msgstr ""
113
 
114
- #: lib/includes/class-wpbackitup-admin.php:263
115
  msgid "New Backup!"
116
  msgstr ""
117
 
118
- #: lib/includes/class-wpbackitup-admin.php:264
119
  msgid "Uploaded Backup"
120
  msgstr ""
121
 
122
- #: lib/includes/class-wpbackitup-admin.php:601
123
  msgid "Backup Queued"
124
  msgstr ""
125
 
126
- #: lib/includes/class-wpbackitup-admin.php:610
127
  msgid "Backup could not be queued"
128
  msgstr ""
129
 
130
- #: lib/includes/class-wpbackitup-admin.php:622
131
  msgid "Job is already in queue."
132
  msgstr ""
133
 
134
- #: lib/includes/class-wpbackitup-admin.php:660
135
  msgid "No backup file selected."
136
  msgstr ""
137
 
138
- #: lib/includes/class-wpbackitup-admin.php:667
139
  msgid "No user id found."
140
  msgstr ""
141
 
142
- #: lib/includes/class-wpbackitup-admin.php:690
143
  msgid "Restore Queued"
144
  msgstr ""
145
 
146
- #: lib/includes/class-wpbackitup-admin.php:699
147
  msgid "Restore could not be queued"
148
  msgstr ""
149
 
150
- #: lib/includes/class-wpbackitup-admin.php:705
151
  msgid "Restore already in queue"
152
  msgstr ""
153
 
154
- #: lib/includes/class-wpbackitup-admin.php:737
155
  msgid "No job id posted"
156
  msgstr ""
157
 
158
- #: lib/includes/class-wpbackitup-admin.php:745 views/backup.php:467
159
  msgid "Backup Cancelled"
160
  msgstr ""
161
 
162
- #: lib/includes/class-wpbackitup-admin.php:747
163
  msgid "Backup job not found"
164
  msgstr ""
165
 
166
- #: lib/includes/class-wpbackitup-admin.php:908
167
  msgid "No response log found."
168
  msgstr ""
169
 
170
- #: lib/includes/class-wpbackitup-admin.php:1010
171
- #: lib/includes/class-wpbackitup-admin.php:1018
172
- #: lib/includes/class-wpbackitup-admin.php:1064
173
- #: lib/includes/class-wpbackitup-admin.php:1071
174
- #: lib/includes/class-wpbackitup-admin.php:1078
175
  #: lib/includes/class-wpbackitup-admin.php:1085
176
- #: lib/includes/class-wpbackitup-admin.php:1092
 
 
 
 
177
  msgid "Please enter a number"
178
  msgstr ""
179
 
180
- #: lib/includes/class-wpbackitup-admin.php:1039
181
- #: lib/includes/class-wpbackitup-admin.php:1201
182
  msgid "Please enter a valid email"
183
  msgstr ""
184
 
185
- #: lib/includes/class-wpbackitup-admin.php:1208
186
  msgid "Please enter your support ticket id"
187
  msgstr ""
188
 
189
- #: lib/includes/class-wpbackitup-admin.php:1213
190
  msgid "Please only enter numbers in this field"
191
  msgstr ""
192
 
193
- #: lib/includes/class-wpbackitup-admin.php:2003
194
- #: lib/includes/class-wpbackitup-admin.php:2023
195
  msgid ""
196
  "License could not be activated. Please try again in a few hours and contact "
197
  "support if this error continues."
198
  msgstr ""
199
 
200
- #: lib/includes/class-wpbackitup-admin.php:2072
201
  msgid "License is invalid."
202
  msgstr ""
203
 
204
- #: lib/includes/class-wpbackitup-admin.php:2077
205
  msgid "License has expired."
206
  msgstr ""
207
 
208
- #: lib/includes/class-wpbackitup-admin.php:2080
209
  #, php-format
210
  msgid ""
211
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -213,15 +213,15 @@ msgid ""
213
  "<strong>world class support</strong> team."
214
  msgstr ""
215
 
216
- #: lib/includes/class-wpbackitup-admin.php:2094
217
  msgid "License Expired: Scheduled backups are no longer active."
218
  msgstr ""
219
 
220
- #: lib/includes/class-wpbackitup-admin.php:2102
221
  msgid "Activation limit has been reached."
222
  msgstr ""
223
 
224
- #: lib/includes/class-wpbackitup-admin.php:2108
225
  msgid "Your Activation limit has been reached"
226
  msgstr ""
227
 
@@ -250,7 +250,7 @@ msgstr ""
250
  msgid "Could not import file into WPBackItUp backup set."
251
  msgstr ""
252
 
253
- #: lib/includes/job_backup.php:1135
254
  #, php-format
255
  msgid ""
256
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
@@ -260,221 +260,221 @@ msgid ""
260
  "of product updates and access to our world class support team.<br/><br/>"
261
  msgstr ""
262
 
263
- #: lib/includes/job_backup.php:1140
264
  #, php-format
265
  msgid "%s - Backup completed successfully."
266
  msgstr ""
267
 
268
- #: lib/includes/job_backup.php:1141
269
  msgid "Your backup completed successfully."
270
  msgstr ""
271
 
272
- #: lib/includes/job_backup.php:1144
273
  #, php-format
274
  msgid "%s - Backup did not complete successfully."
275
  msgstr ""
276
 
277
- #: lib/includes/job_backup.php:1145
278
  msgid "Your backup did not complete successfully."
279
  msgstr ""
280
 
281
- #: lib/includes/job_backup.php:1152
282
  #, php-format
283
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
284
  msgstr ""
285
 
286
- #: lib/includes/job_backup.php:1153
287
  msgid "Backup date:"
288
  msgstr ""
289
 
290
- #: lib/includes/job_backup.php:1154
291
  msgid "Number of backups completed with WPBackItUp:"
292
  msgstr ""
293
 
294
- #: lib/includes/job_backup.php:1156
295
  msgid "Completion Code:"
296
  msgstr ""
297
 
298
- #: lib/includes/job_backup.php:1157
299
  msgid "WPBackItUp Version:"
300
  msgstr ""
301
 
302
- #: lib/includes/job_backup.php:1169
303
  #, php-format
304
  msgid "Checkout %s for info about WPBackItUp and our other products."
305
  msgstr ""
306
 
307
- #: lib/includes/job_backup.php:1336
308
  msgid ""
309
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
310
  "settings of your wp-backitup backup directory"
311
  msgstr ""
312
 
313
- #: lib/includes/job_backup.php:1337
314
  msgid ""
315
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
316
  "your wp-backitup plugin directory"
317
  msgstr ""
318
 
319
- #: lib/includes/job_backup.php:1338
320
  msgid "(103) Unable to backup your files. Please try again"
321
  msgstr ""
322
 
323
- #: lib/includes/job_backup.php:1339
324
  msgid "(104) Unable to export your database. Please try again"
325
  msgstr ""
326
 
327
- #: lib/includes/job_backup.php:1340
328
  msgid "(105) Unable to export site information file. Please try again"
329
  msgstr ""
330
 
331
- #: lib/includes/job_backup.php:1341
332
  msgid "(106) Unable to cleanup your backup directory"
333
  msgstr ""
334
 
335
- #: lib/includes/job_backup.php:1342
336
  msgid "(107) Unable to compress(zip) your backup. Please try again"
337
  msgstr ""
338
 
339
- #: lib/includes/job_backup.php:1343
340
  msgid "(108) Unable to backup your site data files. Please try again"
341
  msgstr ""
342
 
343
- #: lib/includes/job_backup.php:1344
344
  msgid "(109) Unable to finalize backup. Please try again"
345
  msgstr ""
346
 
347
- #: lib/includes/job_backup.php:1345
348
  msgid "(110) Unable to create backup manifest. Please try again"
349
  msgstr ""
350
 
351
- #: lib/includes/job_backup.php:1346
352
  msgid ""
353
  "(114) Your database was accessible but an export could not be created. "
354
  "Please contact support by clicking the get support link on the right. Please "
355
  "let us know who your host is when you submit the request"
356
  msgstr ""
357
 
358
- #: lib/includes/job_backup.php:1347
359
  msgid "(120) Unable to backup your themes. Please try again"
360
  msgstr ""
361
 
362
- #: lib/includes/job_backup.php:1348
363
  msgid "(121) Unable to backup your plugins. Please try again"
364
  msgstr ""
365
 
366
- #: lib/includes/job_backup.php:1349
367
  msgid "(122) Unable to backup your uploads. Please try again"
368
  msgstr ""
369
 
370
- #: lib/includes/job_backup.php:1350
371
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
372
  msgstr ""
373
 
374
- #: lib/includes/job_backup.php:1351
375
  msgid ""
376
  "(125) Unable to compress your backup because there is no zip utility "
377
  "available. Please contact support"
378
  msgstr ""
379
 
380
- #: lib/includes/job_backup.php:1352
381
  msgid "(126) Unable to validate your backup. Please try again"
382
  msgstr ""
383
 
384
- #: lib/includes/job_backup.php:1353
385
  msgid "(127) Unable to create inventory of files to backup. Please try again"
386
  msgstr ""
387
 
388
- #: lib/includes/job_backup.php:1354
389
  msgid "(128) Unable to create job control record. Please try again"
390
  msgstr ""
391
 
392
- #: lib/includes/job_backup.php:1356
393
  msgid ""
394
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
395
  "settings of your wp-backitup backup directory"
396
  msgstr ""
397
 
398
- #: lib/includes/job_backup.php:1357
399
  msgid ""
400
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
401
  "your wp-backitup plugin directory"
402
  msgstr ""
403
 
404
- #: lib/includes/job_backup.php:1358
405
  msgid "(2103) Unable to backup your files. Please try again"
406
  msgstr ""
407
 
408
- #: lib/includes/job_backup.php:1359
409
  msgid "(2104) Unable to export your database. Please try again"
410
  msgstr ""
411
 
412
- #: lib/includes/job_backup.php:1360
413
  msgid "(2105) Unable to export site information file. Please try again"
414
  msgstr ""
415
 
416
- #: lib/includes/job_backup.php:1361
417
  msgid "(2106) Unable to cleanup your backup directory"
418
  msgstr ""
419
 
420
- #: lib/includes/job_backup.php:1362
421
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
422
  msgstr ""
423
 
424
- #: lib/includes/job_backup.php:1363
425
  msgid "(2108) Unable to backup your site data files. Please try again"
426
  msgstr ""
427
 
428
- #: lib/includes/job_backup.php:1364
429
  msgid "(2109) Unable to finalize backup. Please try again"
430
  msgstr ""
431
 
432
- #: lib/includes/job_backup.php:1365
433
  msgid "(2110) Unable to create backup manifest. Please try again"
434
  msgstr ""
435
 
436
- #: lib/includes/job_backup.php:1366
437
  msgid ""
438
  "(2114) Your database was accessible but an export could not be created. "
439
  "Please contact support by clicking the get support link on the right. Please "
440
  "let us know who your host is when you submit the request"
441
  msgstr ""
442
 
443
- #: lib/includes/job_backup.php:1367
444
  msgid "(2120) Unable to backup your themes. Please try again"
445
  msgstr ""
446
 
447
- #: lib/includes/job_backup.php:1368
448
  msgid "(2121) Unable to backup your plugins. Please try again"
449
  msgstr ""
450
 
451
- #: lib/includes/job_backup.php:1369
452
  msgid "(2122) Unable to backup your uploads. Please try again"
453
  msgstr ""
454
 
455
- #: lib/includes/job_backup.php:1370
456
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
457
  msgstr ""
458
 
459
- #: lib/includes/job_backup.php:1371
460
  msgid ""
461
  "(2125) Unable to compress your backup because there is no zip utility "
462
  "available. Please contact support"
463
  msgstr ""
464
 
465
- #: lib/includes/job_backup.php:1372
466
  msgid "(2126) Unable to validate your backup. Please try again"
467
  msgstr ""
468
 
469
- #: lib/includes/job_backup.php:1373
470
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
471
  msgstr ""
472
 
473
- #: lib/includes/job_backup.php:1374
474
  msgid "(2128) Unable to create job control record. Please try again"
475
  msgstr ""
476
 
477
- #: lib/includes/job_backup.php:1377
478
  msgid "(999) Unexpected error"
479
  msgstr ""
480
 
@@ -641,9 +641,8 @@ msgstr ""
641
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
642
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
643
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
644
- #: views/restore.php:249 views/restore.php:250 views/restore.php:251
645
- #: views/restore.php:252 views/restore.php:253 views/restore.php:254
646
- #: views/restore.php:256
647
  msgid "Done"
648
  msgstr ""
649
 
@@ -652,9 +651,8 @@ msgstr ""
652
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
653
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
654
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
655
- #: views/restore.php:249 views/restore.php:250 views/restore.php:251
656
- #: views/restore.php:252 views/restore.php:253 views/restore.php:254
657
- #: views/restore.php:256
658
  msgid "Failed"
659
  msgstr ""
660
 
@@ -969,136 +967,138 @@ msgstr ""
969
  msgid "Deactivating plugins"
970
  msgstr ""
971
 
972
- #: views/restore.php:249
973
- msgid "Creating database restore point"
974
- msgstr ""
975
-
976
  #: views/restore.php:250
977
- msgid "Staging content files"
978
  msgstr ""
979
 
980
  #: views/restore.php:251
981
- msgid "Restoring content files"
982
- msgstr ""
983
-
984
- #: views/restore.php:252
985
- msgid "Restoring database"
986
  msgstr ""
987
 
988
  #: views/restore.php:253
989
- msgid "Updating current user info"
990
  msgstr ""
991
 
992
  #: views/restore.php:254
993
- msgid "Updating site URL"
994
  msgstr ""
995
 
996
  #: views/restore.php:256
 
 
 
 
997
  msgid "Updating permalinks"
998
  msgstr ""
999
 
1000
- #: views/restore.php:262
1001
  msgid "Error 201: No file selected"
1002
  msgstr ""
1003
 
1004
- #: views/restore.php:263
1005
  msgid "Error 202: Your file could not be uploaded"
1006
  msgstr ""
1007
 
1008
- #: views/restore.php:264
1009
  msgid "Error 203: Your backup could not be unzipped"
1010
  msgstr ""
1011
 
1012
- #: views/restore.php:265
1013
  msgid ""
1014
  "Error 204: Your backup appears to be invalid. Please ensure you selected a "
1015
  "valid backup"
1016
  msgstr ""
1017
 
1018
- #: views/restore.php:266
1019
  msgid "Error 205: Cannot create restore point"
1020
  msgstr ""
1021
 
1022
- #: views/restore.php:267
1023
  msgid "Error 206: Unable to connect to your database"
1024
  msgstr ""
1025
 
1026
- #: views/restore.php:268
1027
  msgid ""
1028
  "Error 207: Unable to get current site URL from database. Please try again"
1029
  msgstr ""
1030
 
1031
- #: views/restore.php:269
1032
  msgid ""
1033
  "Error 208: Unable to get current home URL from database. Please try again"
1034
  msgstr ""
1035
 
1036
- #: views/restore.php:270
1037
  msgid ""
1038
  "Error 209: Unable to get current user ID from database. Please try again"
1039
  msgstr ""
1040
 
1041
- #: views/restore.php:271
1042
  msgid ""
1043
  "Error 210: Unable to get current user password from database. Please try "
1044
  "again"
1045
  msgstr ""
1046
 
1047
- #: views/restore.php:272
1048
  msgid ""
1049
  "Error 211: Unable to get current user email from database. Please try again"
1050
  msgstr ""
1051
 
1052
- #: views/restore.php:273
1053
  msgid ""
1054
  "Error 212: Unable to import your database. This may require importing the "
1055
  "file manually"
1056
  msgstr ""
1057
 
1058
- #: views/restore.php:274
 
 
 
 
 
 
1059
  msgid ""
1060
  "Warning 213: Unable to update your site URL value. Please check your "
1061
  "WordPress general settings to make sure your Site and WordPress URLs are "
1062
  "correct"
1063
  msgstr ""
1064
 
1065
- #: views/restore.php:275
1066
  msgid ""
1067
  "Warning 214: Unable to update your home URL value. Please check your "
1068
  "WordPress general settings to make sure your Site and WordPress URLs are "
1069
  "correct"
1070
  msgstr ""
1071
 
1072
- #: views/restore.php:276
1073
  msgid ""
1074
  "Warning 215: Unable to update your user information. This may require you to "
1075
  "login with the admin username and password that was used when the backup was "
1076
  "created"
1077
  msgstr ""
1078
 
1079
- #: views/restore.php:277
1080
  msgid "Error 216: Database not found in backup"
1081
  msgstr ""
1082
 
1083
- #: views/restore.php:278
1084
  msgid "Warning 217: Unable to remove existing wp-content directory"
1085
  msgstr ""
1086
 
1087
- #: views/restore.php:279
1088
  msgid ""
1089
  "Error 218: Unable to create new wp-content directory. Please check your "
1090
  "CHMOD settings in /wp-content/"
1091
  msgstr ""
1092
 
1093
- #: views/restore.php:280
1094
  msgid "Error 219: Unable to import wp-content. Please try again"
1095
  msgstr ""
1096
 
1097
- #: views/restore.php:281
1098
  msgid "Warning 220: Unable to cleanup import directory. No action is required"
1099
  msgstr ""
1100
 
1101
- #: views/restore.php:282
1102
  #, php-format
1103
  msgid ""
1104
  "Error 221: Table prefix value in wp-config.php is different from backup. "
@@ -1107,11 +1107,11 @@ msgid ""
1107
  "> FAQs</a> for more info."
1108
  msgstr ""
1109
 
1110
- #: views/restore.php:283
1111
  msgid "Error 222: Unable to create restore folder"
1112
  msgstr ""
1113
 
1114
- #: views/restore.php:284
1115
  msgid ""
1116
  "Error 223: An error occurred during the restore. WPBackItUp attempted to "
1117
  "restore the database to its previous state but were unsuccessful. Please "
@@ -1119,143 +1119,147 @@ msgid ""
1119
  "further restores"
1120
  msgstr ""
1121
 
1122
- #: views/restore.php:285
1123
  msgid ""
1124
  "Error 224: An error occurred during the restore, however, we have "
1125
  "successfully restored your database to the previous state"
1126
  msgstr ""
1127
 
1128
- #: views/restore.php:286
1129
  msgid ""
1130
  "Error 225: Restore option is only available to licensed WPBackItUp users"
1131
  msgstr ""
1132
 
1133
- #: views/restore.php:287
1134
  msgid ""
1135
  "Error 226: Restore cannot proceed because your backup was created using a "
1136
  "different version of WordPress"
1137
  msgstr ""
1138
 
1139
- #: views/restore.php:288
1140
  msgid ""
1141
  "Error 227: Restore cannot proceed because your backup was created using a "
1142
  "different version of WPBackItUp. Please contact WPBackItUp support to help "
1143
  "convert this backup to the current version"
1144
  msgstr ""
1145
 
1146
- #: views/restore.php:289
1147
  msgid ""
1148
  "Error 230: WPBackItUp ran into unexpected errors during the database "
1149
  "restore. However, we were able to successfully revert the database back to "
1150
  "its original state . This error may require importing the database manually"
1151
  msgstr ""
1152
 
1153
- #: views/restore.php:290
1154
  msgid ""
1155
  "Error 235: WPBackItUp is not able to proceed because there is no zip utility "
1156
  "available. Please contact support"
1157
  msgstr ""
1158
 
1159
- #: views/restore.php:291
1160
  msgid ""
1161
  "Error 250: WPBackItUp is unable to begin the restore because a backup is "
1162
  "running. Please wait for the backup to complete and then try again"
1163
  msgstr ""
1164
 
1165
- #: views/restore.php:293
1166
  msgid ""
1167
  "Error 260: WPBackItUp is unable to extract archives from backup set. Please "
1168
  "try again and contact support if this issue continues"
1169
  msgstr ""
1170
 
1171
- #: views/restore.php:294
1172
  msgid ""
1173
  "Error 261: WPBackItUp is unable to extract archives from backup set. Please "
1174
  "try again and contact support if this issue continues"
1175
  msgstr ""
1176
 
1177
- #: views/restore.php:295
1178
  msgid ""
1179
  "Error 262: There were no backup files found in the backup folder. Please "
1180
  "try again and contact support if this issue continues"
1181
  msgstr ""
1182
 
1183
- #: views/restore.php:297
1184
  msgid ""
1185
  "Error 251: WPBackItUp is unable to begin the restore because the backup "
1186
  "manifest is empty"
1187
  msgstr ""
1188
 
1189
- #: views/restore.php:298
1190
  msgid ""
1191
  "Error 252: At least one zip file is missing from your backup set. Please "
1192
  "make sure to upload all zip files that were part of this backup"
1193
  msgstr ""
1194
 
1195
- #: views/restore.php:299
1196
  msgid ""
1197
  "Error 253: Backup set contains a zip file that is not in the manifest. "
1198
  "Please make sure to upload only zip files that were part of this backup"
1199
  msgstr ""
1200
 
1201
- #: views/restore.php:300
1202
  msgid ""
1203
  "Error 254: The size of one the zip files in this backup set does not match "
1204
  "the manifest so is most likely corrupt. Upload all zip files in this backup "
1205
  "set again and attempt the restore one more time. "
1206
  msgstr ""
1207
 
1208
- #: views/restore.php:301
1209
  msgid ""
1210
  "Error 255: Backup set does not contain a manifest. Please make sure to "
1211
  "upload all zip files that were part of this backup"
1212
  msgstr ""
1213
 
1214
- #: views/restore.php:303
1215
  msgid ""
1216
  "Warning 300: Unable to restore all WordPress content. Please review your "
1217
  "restore logs to see what WPBackItUp was unable to restore"
1218
  msgstr ""
1219
 
1220
- #: views/restore.php:304
1221
  msgid ""
1222
  "Warning 305: Unable to restore all plugins. Please review your restore logs "
1223
  "to see what WPBackItUp was unable to restore"
1224
  msgstr ""
1225
 
1226
- #: views/restore.php:306
1227
  msgid "Error 2001: Unable to prepare site for restore"
1228
  msgstr ""
1229
 
1230
- #: views/restore.php:307
1231
  msgid "Error 2002: Unable to unzip backup"
1232
  msgstr ""
1233
 
1234
- #: views/restore.php:308
1235
  msgid "Error 2003: Unable to validate backup"
1236
  msgstr ""
1237
 
1238
- #: views/restore.php:309
1239
  msgid "Error 2004: Unable to create restore point"
1240
  msgstr ""
1241
 
1242
- #: views/restore.php:310
1243
  msgid "Error 2005: Unable to stage wp-content"
1244
  msgstr ""
1245
 
1246
- #: views/restore.php:311
1247
  msgid "Error 2006: Unable to restore content files"
1248
  msgstr ""
1249
 
1250
- #: views/restore.php:312
1251
  msgid "Error 2007: Unable to restore database"
1252
  msgstr ""
1253
 
1254
- #: views/restore.php:313
 
 
 
 
1255
  msgid "Error 2999: Unexpected error encountered"
1256
  msgstr ""
1257
 
1258
- #: views/restore.php:320
1259
  msgid ""
1260
  "Restore completed successfully. If you are prompted to login please do so "
1261
  "with your current username and password"
@@ -1266,43 +1270,44 @@ msgstr ""
1266
  msgid "%s Settings"
1267
  msgstr ""
1268
 
1269
- #: views/settings.php:48
1270
  msgid "Settings updated successfully!"
1271
  msgstr ""
1272
 
1273
- #: views/settings.php:61
1274
  msgid "Email Notifications"
1275
  msgstr ""
1276
 
1277
- #: views/settings.php:62
1278
  msgid ""
1279
  "Please enter your email address if you would like to receive backup email "
1280
  "notifications."
1281
  msgstr ""
1282
 
1283
- #: views/settings.php:63
1284
  msgid ""
1285
  "Backup email notifications will be sent for every backup and will contain "
1286
  "status information related to the backup."
1287
  msgstr ""
1288
 
1289
- #: views/settings.php:65 views/settings.php:85 views/settings.php:108
1290
- #: views/settings.php:115 views/settings.php:123 views/settings.php:154
1291
- #: views/settings.php:188 views/settings.php:226 views/settings.php:235
 
1292
  msgid "Save"
1293
  msgstr ""
1294
 
1295
- #: views/settings.php:81
1296
  msgid "Backup Retention"
1297
  msgstr ""
1298
 
1299
- #: views/settings.php:82
1300
  msgid ""
1301
  "Enter the number of backup archives that you would like to remain on the "
1302
  "server."
1303
  msgstr ""
1304
 
1305
- #: views/settings.php:83
1306
  msgid ""
1307
  "Many hosts limit the amount of space that you can take up on their servers. "
1308
  "This option tells WPBackItUp the maximum number of backup archives that "
@@ -1310,65 +1315,83 @@ msgid ""
1310
  "oldest backup archives first."
1311
  msgstr ""
1312
 
1313
- #: views/settings.php:102
1314
  msgid "Logging?"
1315
  msgstr ""
1316
 
1317
- #: views/settings.php:103
1318
  msgid "Turn on WPBackItUp logging."
1319
  msgstr ""
1320
 
1321
- #: views/settings.php:104
1322
  msgid ""
1323
  "This option should only be turned on by advanced users or when "
1324
  "troubleshooting issues with WPBackItUp support."
1325
  msgstr ""
1326
 
1327
- #: views/settings.php:105
1328
  msgid "Yes"
1329
  msgstr ""
1330
 
1331
- #: views/settings.php:106
1332
  msgid "No"
1333
  msgstr ""
1334
 
1335
- #: views/settings.php:112
1336
  msgid "Disable restore version compare?"
1337
  msgstr ""
1338
 
1339
- #: views/settings.php:114
1340
  msgid ""
1341
  "Check this box if you would like WPBackItUp not to check major version "
1342
  "issue. This could be dangerous, you can disable it with your own risk."
1343
  msgstr ""
1344
 
1345
- #: views/settings.php:119
1346
  msgid "Single File Backup Set"
1347
  msgstr ""
1348
 
1349
- #: views/settings.php:121
1350
  msgid ""
1351
- "Check this box if you would like WPBackItUp to create a single file backup "
1352
- "set."
1353
  msgstr ""
1354
 
1355
- #: views/settings.php:122
1356
  msgid ""
1357
  "When this setting is turned on WPBackItUp will attempt to create a single "
1358
- "file backup set. If WPBackItUp is unable to create a single file backup set "
1359
- "then it will turn this setting off for you. Creating a single file backup "
1360
- "set may not be possible with hosts that strictly limit memory utilization."
 
 
 
 
1361
  msgstr ""
1362
 
1363
- #: views/settings.php:127
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1364
  msgid "Batch Size"
1365
  msgstr ""
1366
 
1367
- #: views/settings.php:128
1368
  msgid "Enter the batch size for each of your content items."
1369
  msgstr ""
1370
 
1371
- #: views/settings.php:129
1372
  msgid ""
1373
  "These settings tell WPBackItUp how many items that should be added to the "
1374
  "backup at a time. If you experience timeouts while running a backup then "
@@ -1376,85 +1399,85 @@ msgid ""
1376
  "WPBackItUp to complete each backup task ."
1377
  msgstr ""
1378
 
1379
- #: views/settings.php:132
1380
  msgid "DB Tables Batch Size"
1381
  msgstr ""
1382
 
1383
- #: views/settings.php:137
1384
  msgid "Plugins Batch Size"
1385
  msgstr ""
1386
 
1387
- #: views/settings.php:142
1388
  msgid "Themes Batch Size"
1389
  msgstr ""
1390
 
1391
- #: views/settings.php:147
1392
  msgid "Uploads Batch Size"
1393
  msgstr ""
1394
 
1395
- #: views/settings.php:152
1396
  msgid "Others Batch Size"
1397
  msgstr ""
1398
 
1399
- #: views/settings.php:155 views/settings.php:189 views/settings.php:227
1400
  msgid ""
1401
  "* These settings should only be modified by advanced users or when when "
1402
  "working with WPBackItUp support."
1403
  msgstr ""
1404
 
1405
- #: views/settings.php:167
1406
  msgid "Filter Your Folders"
1407
  msgstr ""
1408
 
1409
- #: views/settings.php:168
1410
  msgid ""
1411
  "Enter a comma separated list of folders that should be excluded from your "
1412
  "backups."
1413
  msgstr ""
1414
 
1415
- #: views/settings.php:169
1416
  msgid ""
1417
  "It is important to note that when a folder name is present in this list any "
1418
  "occurrence of that folder, and all its contents, will be excluded from the "
1419
  "backup."
1420
  msgstr ""
1421
 
1422
- #: views/settings.php:171
1423
  msgid "Plugin Folders Filter"
1424
  msgstr ""
1425
 
1426
- #: views/settings.php:176
1427
  msgid "Theme Folders Filter"
1428
  msgstr ""
1429
 
1430
- #: views/settings.php:181
1431
  msgid "Upload Folders Filter"
1432
  msgstr ""
1433
 
1434
- #: views/settings.php:185
1435
  msgid "Other Folders Filter"
1436
  msgstr ""
1437
 
1438
- #: views/settings.php:194
1439
  msgid "Filter Your Database Tables"
1440
  msgstr ""
1441
 
1442
- #: views/settings.php:195
1443
  msgid "Exclude custom database tables from the backup."
1444
  msgstr ""
1445
 
1446
- #: views/settings.php:196
1447
  msgid ""
1448
  "If you would like to exclude a custom table from the backup then simply drag "
1449
  "it to the list on the right. WordPress core tables may not be excluded from "
1450
  "the backup. "
1451
  msgstr ""
1452
 
1453
- #: views/settings.php:232
1454
  msgid "Remove Data on Uninstall?"
1455
  msgstr ""
1456
 
1457
- #: views/settings.php:234
1458
  msgid ""
1459
  "Check this box if you would like WPBackItUp to completely remove all of its "
1460
  "data when the plugin is deleted."
@@ -1514,34 +1537,34 @@ msgstr ""
1514
  msgid "Premium customers receive priority support."
1515
  msgstr ""
1516
 
1517
- #: wp-backitup.php:93 wp-backitup.php:94
1518
  #, php-format
1519
  msgid "Every %s hours"
1520
  msgstr ""
1521
 
1522
- #: wp-backitup.php:95 wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98
1523
- #: wp-backitup.php:99
1524
  #, php-format
1525
  msgid "WPBUP - Every %s minutes"
1526
  msgstr ""
1527
 
1528
- #: wp-backitup.php:101
1529
  msgid "WPBUP - Once Weekly"
1530
  msgstr ""
1531
 
1532
- #: wp-backitup.php:102
1533
  msgid "WPBUP - Once Monthly"
1534
  msgstr ""
1535
 
1536
- #: wp-backitup.php:103 wp-backitup.php:104
1537
  #, php-format
1538
  msgid "WPBUP - Every %s hours"
1539
  msgstr ""
1540
 
1541
- #: wp-backitup.php:113
1542
  msgid "Local File"
1543
  msgstr ""
1544
 
1545
- #: wp-backitup.php:170
1546
  msgid "Cleanup"
1547
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WPBackItUp\n"
4
+ "POT-Creation-Date: 2016-08-12 14:06-0400\n"
5
+ "PO-Revision-Date: 2016-08-12 14:06-0400\n"
6
  "Last-Translator: \n"
7
  "Language-Team: WPBackItUp <translations@wpbackitup.com>\n"
8
  "Language: en_US\n"
15
  "X-Poedit-KeywordsList: _;__;_e\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: lib/background-processing/class-background-process.php:420
19
  #, php-format
20
  msgid "Every %d Minutes"
21
  msgstr ""
22
 
23
+ #: lib/includes/class-wpbackitup-admin.php:216 views/backup.php:277
24
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
25
+ #: wp-backitup.php:143
26
  msgid "Backup"
27
  msgstr ""
28
 
29
+ #: lib/includes/class-wpbackitup-admin.php:220
30
+ #: lib/includes/class-wpbackitup-admin.php:258 views/restore.php:136
31
+ #: wp-backitup.php:157
32
  msgid "Restore"
33
  msgstr ""
34
 
35
+ #: lib/includes/class-wpbackitup-admin.php:224
36
  msgid "Support"
37
  msgstr ""
38
 
39
+ #: lib/includes/class-wpbackitup-admin.php:227
40
  msgid "Settings"
41
  msgstr ""
42
 
43
+ #: lib/includes/class-wpbackitup-admin.php:251
44
  msgid ""
45
  "The backup you have selected exceeds what your host allows you to upload."
46
  msgstr ""
47
 
48
+ #: lib/includes/class-wpbackitup-admin.php:252 views/backup.php:439
49
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
50
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
51
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
52
  msgid "Warning"
53
  msgstr ""
54
 
55
+ #: lib/includes/class-wpbackitup-admin.php:253 views/backup.php:253
56
  #: views/backup.php:376
57
  msgid "Error"
58
  msgstr ""
59
 
60
+ #: lib/includes/class-wpbackitup-admin.php:254
61
  msgid "Response"
62
  msgstr ""
63
 
64
+ #: lib/includes/class-wpbackitup-admin.php:255 views/backup.php:352
65
  #: views/backup.php:430 views/restore.php:230
66
  msgid "Status"
67
  msgstr ""
68
 
69
+ #: lib/includes/class-wpbackitup-admin.php:256
70
  msgid "Download"
71
  msgstr ""
72
 
73
+ #: lib/includes/class-wpbackitup-admin.php:257 views/backup.php:407
74
  #: views/restore.php:129
75
  msgid "Delete"
76
  msgstr ""
77
 
78
+ #: lib/includes/class-wpbackitup-admin.php:259
79
  msgid "(JS997) Unexpected error"
80
  msgstr ""
81
 
82
+ #: lib/includes/class-wpbackitup-admin.php:260
83
  msgid "(JS998) Unexpected error"
84
  msgstr ""
85
 
86
+ #: lib/includes/class-wpbackitup-admin.php:261
87
  msgid "(JS999) An unexpected error has occurred"
88
  msgstr ""
89
 
90
+ #: lib/includes/class-wpbackitup-admin.php:262
91
  msgid "Scheduled has been saved."
92
  msgstr ""
93
 
94
+ #: lib/includes/class-wpbackitup-admin.php:263
95
  msgid "Scheduled was not saved."
96
  msgstr ""
97
 
98
+ #: lib/includes/class-wpbackitup-admin.php:264
99
  msgid "Are you sure you want to restore your site?"
100
  msgstr ""
101
 
102
+ #: lib/includes/class-wpbackitup-admin.php:265
103
  msgid "Are you sure ?"
104
  msgstr ""
105
 
106
+ #: lib/includes/class-wpbackitup-admin.php:266
107
  msgid "This file cannot be delete!"
108
  msgstr ""
109
 
110
+ #: lib/includes/class-wpbackitup-admin.php:267
111
  msgid "View Log"
112
  msgstr ""
113
 
114
+ #: lib/includes/class-wpbackitup-admin.php:268
115
  msgid "New Backup!"
116
  msgstr ""
117
 
118
+ #: lib/includes/class-wpbackitup-admin.php:269
119
  msgid "Uploaded Backup"
120
  msgstr ""
121
 
122
+ #: lib/includes/class-wpbackitup-admin.php:606
123
  msgid "Backup Queued"
124
  msgstr ""
125
 
126
+ #: lib/includes/class-wpbackitup-admin.php:615
127
  msgid "Backup could not be queued"
128
  msgstr ""
129
 
130
+ #: lib/includes/class-wpbackitup-admin.php:627
131
  msgid "Job is already in queue."
132
  msgstr ""
133
 
134
+ #: lib/includes/class-wpbackitup-admin.php:665
135
  msgid "No backup file selected."
136
  msgstr ""
137
 
138
+ #: lib/includes/class-wpbackitup-admin.php:672
139
  msgid "No user id found."
140
  msgstr ""
141
 
142
+ #: lib/includes/class-wpbackitup-admin.php:710
143
  msgid "Restore Queued"
144
  msgstr ""
145
 
146
+ #: lib/includes/class-wpbackitup-admin.php:719
147
  msgid "Restore could not be queued"
148
  msgstr ""
149
 
150
+ #: lib/includes/class-wpbackitup-admin.php:725
151
  msgid "Restore already in queue"
152
  msgstr ""
153
 
154
+ #: lib/includes/class-wpbackitup-admin.php:757
155
  msgid "No job id posted"
156
  msgstr ""
157
 
158
+ #: lib/includes/class-wpbackitup-admin.php:765 views/backup.php:467
159
  msgid "Backup Cancelled"
160
  msgstr ""
161
 
162
+ #: lib/includes/class-wpbackitup-admin.php:767
163
  msgid "Backup job not found"
164
  msgstr ""
165
 
166
+ #: lib/includes/class-wpbackitup-admin.php:975
167
  msgid "No response log found."
168
  msgstr ""
169
 
170
+ #: lib/includes/class-wpbackitup-admin.php:1077
 
 
 
 
171
  #: lib/includes/class-wpbackitup-admin.php:1085
172
+ #: lib/includes/class-wpbackitup-admin.php:1137
173
+ #: lib/includes/class-wpbackitup-admin.php:1144
174
+ #: lib/includes/class-wpbackitup-admin.php:1151
175
+ #: lib/includes/class-wpbackitup-admin.php:1158
176
+ #: lib/includes/class-wpbackitup-admin.php:1165
177
  msgid "Please enter a number"
178
  msgstr ""
179
 
180
+ #: lib/includes/class-wpbackitup-admin.php:1106
181
+ #: lib/includes/class-wpbackitup-admin.php:1274
182
  msgid "Please enter a valid email"
183
  msgstr ""
184
 
185
+ #: lib/includes/class-wpbackitup-admin.php:1281
186
  msgid "Please enter your support ticket id"
187
  msgstr ""
188
 
189
+ #: lib/includes/class-wpbackitup-admin.php:1286
190
  msgid "Please only enter numbers in this field"
191
  msgstr ""
192
 
193
+ #: lib/includes/class-wpbackitup-admin.php:2093
194
+ #: lib/includes/class-wpbackitup-admin.php:2113
195
  msgid ""
196
  "License could not be activated. Please try again in a few hours and contact "
197
  "support if this error continues."
198
  msgstr ""
199
 
200
+ #: lib/includes/class-wpbackitup-admin.php:2162
201
  msgid "License is invalid."
202
  msgstr ""
203
 
204
+ #: lib/includes/class-wpbackitup-admin.php:2167
205
  msgid "License has expired."
206
  msgstr ""
207
 
208
+ #: lib/includes/class-wpbackitup-admin.php:2170
209
  #, php-format
210
  msgid ""
211
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
213
  "<strong>world class support</strong> team."
214
  msgstr ""
215
 
216
+ #: lib/includes/class-wpbackitup-admin.php:2184
217
  msgid "License Expired: Scheduled backups are no longer active."
218
  msgstr ""
219
 
220
+ #: lib/includes/class-wpbackitup-admin.php:2192
221
  msgid "Activation limit has been reached."
222
  msgstr ""
223
 
224
+ #: lib/includes/class-wpbackitup-admin.php:2198
225
  msgid "Your Activation limit has been reached"
226
  msgstr ""
227
 
250
  msgid "Could not import file into WPBackItUp backup set."
251
  msgstr ""
252
 
253
+ #: lib/includes/job_backup.php:1144
254
  #, php-format
255
  msgid ""
256
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
260
  "of product updates and access to our world class support team.<br/><br/>"
261
  msgstr ""
262
 
263
+ #: lib/includes/job_backup.php:1149
264
  #, php-format
265
  msgid "%s - Backup completed successfully."
266
  msgstr ""
267
 
268
+ #: lib/includes/job_backup.php:1150
269
  msgid "Your backup completed successfully."
270
  msgstr ""
271
 
272
+ #: lib/includes/job_backup.php:1153
273
  #, php-format
274
  msgid "%s - Backup did not complete successfully."
275
  msgstr ""
276
 
277
+ #: lib/includes/job_backup.php:1154
278
  msgid "Your backup did not complete successfully."
279
  msgstr ""
280
 
281
+ #: lib/includes/job_backup.php:1161
282
  #, php-format
283
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
284
  msgstr ""
285
 
286
+ #: lib/includes/job_backup.php:1162
287
  msgid "Backup date:"
288
  msgstr ""
289
 
290
+ #: lib/includes/job_backup.php:1163
291
  msgid "Number of backups completed with WPBackItUp:"
292
  msgstr ""
293
 
294
+ #: lib/includes/job_backup.php:1165
295
  msgid "Completion Code:"
296
  msgstr ""
297
 
298
+ #: lib/includes/job_backup.php:1166
299
  msgid "WPBackItUp Version:"
300
  msgstr ""
301
 
302
+ #: lib/includes/job_backup.php:1178
303
  #, php-format
304
  msgid "Checkout %s for info about WPBackItUp and our other products."
305
  msgstr ""
306
 
307
+ #: lib/includes/job_backup.php:1345
308
  msgid ""
309
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
310
  "settings of your wp-backitup backup directory"
311
  msgstr ""
312
 
313
+ #: lib/includes/job_backup.php:1346
314
  msgid ""
315
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
316
  "your wp-backitup plugin directory"
317
  msgstr ""
318
 
319
+ #: lib/includes/job_backup.php:1347
320
  msgid "(103) Unable to backup your files. Please try again"
321
  msgstr ""
322
 
323
+ #: lib/includes/job_backup.php:1348
324
  msgid "(104) Unable to export your database. Please try again"
325
  msgstr ""
326
 
327
+ #: lib/includes/job_backup.php:1349
328
  msgid "(105) Unable to export site information file. Please try again"
329
  msgstr ""
330
 
331
+ #: lib/includes/job_backup.php:1350
332
  msgid "(106) Unable to cleanup your backup directory"
333
  msgstr ""
334
 
335
+ #: lib/includes/job_backup.php:1351
336
  msgid "(107) Unable to compress(zip) your backup. Please try again"
337
  msgstr ""
338
 
339
+ #: lib/includes/job_backup.php:1352
340
  msgid "(108) Unable to backup your site data files. Please try again"
341
  msgstr ""
342
 
343
+ #: lib/includes/job_backup.php:1353
344
  msgid "(109) Unable to finalize backup. Please try again"
345
  msgstr ""
346
 
347
+ #: lib/includes/job_backup.php:1354
348
  msgid "(110) Unable to create backup manifest. Please try again"
349
  msgstr ""
350
 
351
+ #: lib/includes/job_backup.php:1355
352
  msgid ""
353
  "(114) Your database was accessible but an export could not be created. "
354
  "Please contact support by clicking the get support link on the right. Please "
355
  "let us know who your host is when you submit the request"
356
  msgstr ""
357
 
358
+ #: lib/includes/job_backup.php:1356
359
  msgid "(120) Unable to backup your themes. Please try again"
360
  msgstr ""
361
 
362
+ #: lib/includes/job_backup.php:1357
363
  msgid "(121) Unable to backup your plugins. Please try again"
364
  msgstr ""
365
 
366
+ #: lib/includes/job_backup.php:1358
367
  msgid "(122) Unable to backup your uploads. Please try again"
368
  msgstr ""
369
 
370
+ #: lib/includes/job_backup.php:1359
371
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
372
  msgstr ""
373
 
374
+ #: lib/includes/job_backup.php:1360
375
  msgid ""
376
  "(125) Unable to compress your backup because there is no zip utility "
377
  "available. Please contact support"
378
  msgstr ""
379
 
380
+ #: lib/includes/job_backup.php:1361
381
  msgid "(126) Unable to validate your backup. Please try again"
382
  msgstr ""
383
 
384
+ #: lib/includes/job_backup.php:1362
385
  msgid "(127) Unable to create inventory of files to backup. Please try again"
386
  msgstr ""
387
 
388
+ #: lib/includes/job_backup.php:1363
389
  msgid "(128) Unable to create job control record. Please try again"
390
  msgstr ""
391
 
392
+ #: lib/includes/job_backup.php:1365
393
  msgid ""
394
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
395
  "settings of your wp-backitup backup directory"
396
  msgstr ""
397
 
398
+ #: lib/includes/job_backup.php:1366
399
  msgid ""
400
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
401
  "your wp-backitup plugin directory"
402
  msgstr ""
403
 
404
+ #: lib/includes/job_backup.php:1367
405
  msgid "(2103) Unable to backup your files. Please try again"
406
  msgstr ""
407
 
408
+ #: lib/includes/job_backup.php:1368
409
  msgid "(2104) Unable to export your database. Please try again"
410
  msgstr ""
411
 
412
+ #: lib/includes/job_backup.php:1369
413
  msgid "(2105) Unable to export site information file. Please try again"
414
  msgstr ""
415
 
416
+ #: lib/includes/job_backup.php:1370
417
  msgid "(2106) Unable to cleanup your backup directory"
418
  msgstr ""
419
 
420
+ #: lib/includes/job_backup.php:1371
421
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
422
  msgstr ""
423
 
424
+ #: lib/includes/job_backup.php:1372
425
  msgid "(2108) Unable to backup your site data files. Please try again"
426
  msgstr ""
427
 
428
+ #: lib/includes/job_backup.php:1373
429
  msgid "(2109) Unable to finalize backup. Please try again"
430
  msgstr ""
431
 
432
+ #: lib/includes/job_backup.php:1374
433
  msgid "(2110) Unable to create backup manifest. Please try again"
434
  msgstr ""
435
 
436
+ #: lib/includes/job_backup.php:1375
437
  msgid ""
438
  "(2114) Your database was accessible but an export could not be created. "
439
  "Please contact support by clicking the get support link on the right. Please "
440
  "let us know who your host is when you submit the request"
441
  msgstr ""
442
 
443
+ #: lib/includes/job_backup.php:1376
444
  msgid "(2120) Unable to backup your themes. Please try again"
445
  msgstr ""
446
 
447
+ #: lib/includes/job_backup.php:1377
448
  msgid "(2121) Unable to backup your plugins. Please try again"
449
  msgstr ""
450
 
451
+ #: lib/includes/job_backup.php:1378
452
  msgid "(2122) Unable to backup your uploads. Please try again"
453
  msgstr ""
454
 
455
+ #: lib/includes/job_backup.php:1379
456
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
457
  msgstr ""
458
 
459
+ #: lib/includes/job_backup.php:1380
460
  msgid ""
461
  "(2125) Unable to compress your backup because there is no zip utility "
462
  "available. Please contact support"
463
  msgstr ""
464
 
465
+ #: lib/includes/job_backup.php:1381
466
  msgid "(2126) Unable to validate your backup. Please try again"
467
  msgstr ""
468
 
469
+ #: lib/includes/job_backup.php:1382
470
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
471
  msgstr ""
472
 
473
+ #: lib/includes/job_backup.php:1383
474
  msgid "(2128) Unable to create job control record. Please try again"
475
  msgstr ""
476
 
477
+ #: lib/includes/job_backup.php:1386
478
  msgid "(999) Unexpected error"
479
  msgstr ""
480
 
641
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
642
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
643
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
644
+ #: views/restore.php:250 views/restore.php:251 views/restore.php:253
645
+ #: views/restore.php:254 views/restore.php:256 views/restore.php:257
 
646
  msgid "Done"
647
  msgstr ""
648
 
651
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
652
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
653
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
654
+ #: views/restore.php:250 views/restore.php:251 views/restore.php:253
655
+ #: views/restore.php:254 views/restore.php:256 views/restore.php:257
 
656
  msgid "Failed"
657
  msgstr ""
658
 
967
  msgid "Deactivating plugins"
968
  msgstr ""
969
 
 
 
 
 
970
  #: views/restore.php:250
971
+ msgid "Importing database"
972
  msgstr ""
973
 
974
  #: views/restore.php:251
975
+ msgid "Updating imported database"
 
 
 
 
976
  msgstr ""
977
 
978
  #: views/restore.php:253
979
+ msgid "Staging content files"
980
  msgstr ""
981
 
982
  #: views/restore.php:254
983
+ msgid "Restoring content files"
984
  msgstr ""
985
 
986
  #: views/restore.php:256
987
+ msgid "Restoring database"
988
+ msgstr ""
989
+
990
+ #: views/restore.php:257
991
  msgid "Updating permalinks"
992
  msgstr ""
993
 
994
+ #: views/restore.php:263
995
  msgid "Error 201: No file selected"
996
  msgstr ""
997
 
998
+ #: views/restore.php:264
999
  msgid "Error 202: Your file could not be uploaded"
1000
  msgstr ""
1001
 
1002
+ #: views/restore.php:265
1003
  msgid "Error 203: Your backup could not be unzipped"
1004
  msgstr ""
1005
 
1006
+ #: views/restore.php:266
1007
  msgid ""
1008
  "Error 204: Your backup appears to be invalid. Please ensure you selected a "
1009
  "valid backup"
1010
  msgstr ""
1011
 
1012
+ #: views/restore.php:267
1013
  msgid "Error 205: Cannot create restore point"
1014
  msgstr ""
1015
 
1016
+ #: views/restore.php:268
1017
  msgid "Error 206: Unable to connect to your database"
1018
  msgstr ""
1019
 
1020
+ #: views/restore.php:269
1021
  msgid ""
1022
  "Error 207: Unable to get current site URL from database. Please try again"
1023
  msgstr ""
1024
 
1025
+ #: views/restore.php:270
1026
  msgid ""
1027
  "Error 208: Unable to get current home URL from database. Please try again"
1028
  msgstr ""
1029
 
1030
+ #: views/restore.php:271
1031
  msgid ""
1032
  "Error 209: Unable to get current user ID from database. Please try again"
1033
  msgstr ""
1034
 
1035
+ #: views/restore.php:272
1036
  msgid ""
1037
  "Error 210: Unable to get current user password from database. Please try "
1038
  "again"
1039
  msgstr ""
1040
 
1041
+ #: views/restore.php:273
1042
  msgid ""
1043
  "Error 211: Unable to get current user email from database. Please try again"
1044
  msgstr ""
1045
 
1046
+ #: views/restore.php:275
1047
  msgid ""
1048
  "Error 212: Unable to import your database. This may require importing the "
1049
  "file manually"
1050
  msgstr ""
1051
 
1052
+ #: views/restore.php:276
1053
+ msgid ""
1054
+ "Error 212: Unable to restore your database. This may require importing the "
1055
+ "file manually"
1056
+ msgstr ""
1057
+
1058
+ #: views/restore.php:279
1059
  msgid ""
1060
  "Warning 213: Unable to update your site URL value. Please check your "
1061
  "WordPress general settings to make sure your Site and WordPress URLs are "
1062
  "correct"
1063
  msgstr ""
1064
 
1065
+ #: views/restore.php:280
1066
  msgid ""
1067
  "Warning 214: Unable to update your home URL value. Please check your "
1068
  "WordPress general settings to make sure your Site and WordPress URLs are "
1069
  "correct"
1070
  msgstr ""
1071
 
1072
+ #: views/restore.php:281
1073
  msgid ""
1074
  "Warning 215: Unable to update your user information. This may require you to "
1075
  "login with the admin username and password that was used when the backup was "
1076
  "created"
1077
  msgstr ""
1078
 
1079
+ #: views/restore.php:282
1080
  msgid "Error 216: Database not found in backup"
1081
  msgstr ""
1082
 
1083
+ #: views/restore.php:283
1084
  msgid "Warning 217: Unable to remove existing wp-content directory"
1085
  msgstr ""
1086
 
1087
+ #: views/restore.php:284
1088
  msgid ""
1089
  "Error 218: Unable to create new wp-content directory. Please check your "
1090
  "CHMOD settings in /wp-content/"
1091
  msgstr ""
1092
 
1093
+ #: views/restore.php:285
1094
  msgid "Error 219: Unable to import wp-content. Please try again"
1095
  msgstr ""
1096
 
1097
+ #: views/restore.php:286
1098
  msgid "Warning 220: Unable to cleanup import directory. No action is required"
1099
  msgstr ""
1100
 
1101
+ #: views/restore.php:287
1102
  #, php-format
1103
  msgid ""
1104
  "Error 221: Table prefix value in wp-config.php is different from backup. "
1107
  "> FAQs</a> for more info."
1108
  msgstr ""
1109
 
1110
+ #: views/restore.php:288
1111
  msgid "Error 222: Unable to create restore folder"
1112
  msgstr ""
1113
 
1114
+ #: views/restore.php:289
1115
  msgid ""
1116
  "Error 223: An error occurred during the restore. WPBackItUp attempted to "
1117
  "restore the database to its previous state but were unsuccessful. Please "
1119
  "further restores"
1120
  msgstr ""
1121
 
1122
+ #: views/restore.php:290
1123
  msgid ""
1124
  "Error 224: An error occurred during the restore, however, we have "
1125
  "successfully restored your database to the previous state"
1126
  msgstr ""
1127
 
1128
+ #: views/restore.php:291
1129
  msgid ""
1130
  "Error 225: Restore option is only available to licensed WPBackItUp users"
1131
  msgstr ""
1132
 
1133
+ #: views/restore.php:292
1134
  msgid ""
1135
  "Error 226: Restore cannot proceed because your backup was created using a "
1136
  "different version of WordPress"
1137
  msgstr ""
1138
 
1139
+ #: views/restore.php:293
1140
  msgid ""
1141
  "Error 227: Restore cannot proceed because your backup was created using a "
1142
  "different version of WPBackItUp. Please contact WPBackItUp support to help "
1143
  "convert this backup to the current version"
1144
  msgstr ""
1145
 
1146
+ #: views/restore.php:294
1147
  msgid ""
1148
  "Error 230: WPBackItUp ran into unexpected errors during the database "
1149
  "restore. However, we were able to successfully revert the database back to "
1150
  "its original state . This error may require importing the database manually"
1151
  msgstr ""
1152
 
1153
+ #: views/restore.php:295
1154
  msgid ""
1155
  "Error 235: WPBackItUp is not able to proceed because there is no zip utility "
1156
  "available. Please contact support"
1157
  msgstr ""
1158
 
1159
+ #: views/restore.php:296
1160
  msgid ""
1161
  "Error 250: WPBackItUp is unable to begin the restore because a backup is "
1162
  "running. Please wait for the backup to complete and then try again"
1163
  msgstr ""
1164
 
1165
+ #: views/restore.php:298
1166
  msgid ""
1167
  "Error 260: WPBackItUp is unable to extract archives from backup set. Please "
1168
  "try again and contact support if this issue continues"
1169
  msgstr ""
1170
 
1171
+ #: views/restore.php:299
1172
  msgid ""
1173
  "Error 261: WPBackItUp is unable to extract archives from backup set. Please "
1174
  "try again and contact support if this issue continues"
1175
  msgstr ""
1176
 
1177
+ #: views/restore.php:300
1178
  msgid ""
1179
  "Error 262: There were no backup files found in the backup folder. Please "
1180
  "try again and contact support if this issue continues"
1181
  msgstr ""
1182
 
1183
+ #: views/restore.php:302
1184
  msgid ""
1185
  "Error 251: WPBackItUp is unable to begin the restore because the backup "
1186
  "manifest is empty"
1187
  msgstr ""
1188
 
1189
+ #: views/restore.php:303
1190
  msgid ""
1191
  "Error 252: At least one zip file is missing from your backup set. Please "
1192
  "make sure to upload all zip files that were part of this backup"
1193
  msgstr ""
1194
 
1195
+ #: views/restore.php:304
1196
  msgid ""
1197
  "Error 253: Backup set contains a zip file that is not in the manifest. "
1198
  "Please make sure to upload only zip files that were part of this backup"
1199
  msgstr ""
1200
 
1201
+ #: views/restore.php:305
1202
  msgid ""
1203
  "Error 254: The size of one the zip files in this backup set does not match "
1204
  "the manifest so is most likely corrupt. Upload all zip files in this backup "
1205
  "set again and attempt the restore one more time. "
1206
  msgstr ""
1207
 
1208
+ #: views/restore.php:306
1209
  msgid ""
1210
  "Error 255: Backup set does not contain a manifest. Please make sure to "
1211
  "upload all zip files that were part of this backup"
1212
  msgstr ""
1213
 
1214
+ #: views/restore.php:308
1215
  msgid ""
1216
  "Warning 300: Unable to restore all WordPress content. Please review your "
1217
  "restore logs to see what WPBackItUp was unable to restore"
1218
  msgstr ""
1219
 
1220
+ #: views/restore.php:309
1221
  msgid ""
1222
  "Warning 305: Unable to restore all plugins. Please review your restore logs "
1223
  "to see what WPBackItUp was unable to restore"
1224
  msgstr ""
1225
 
1226
+ #: views/restore.php:311
1227
  msgid "Error 2001: Unable to prepare site for restore"
1228
  msgstr ""
1229
 
1230
+ #: views/restore.php:312
1231
  msgid "Error 2002: Unable to unzip backup"
1232
  msgstr ""
1233
 
1234
+ #: views/restore.php:313
1235
  msgid "Error 2003: Unable to validate backup"
1236
  msgstr ""
1237
 
1238
+ #: views/restore.php:314
1239
  msgid "Error 2004: Unable to create restore point"
1240
  msgstr ""
1241
 
1242
+ #: views/restore.php:315
1243
  msgid "Error 2005: Unable to stage wp-content"
1244
  msgstr ""
1245
 
1246
+ #: views/restore.php:316
1247
  msgid "Error 2006: Unable to restore content files"
1248
  msgstr ""
1249
 
1250
+ #: views/restore.php:317
1251
  msgid "Error 2007: Unable to restore database"
1252
  msgstr ""
1253
 
1254
+ #: views/restore.php:318
1255
+ msgid "Error 2009: Unable to import database"
1256
+ msgstr ""
1257
+
1258
+ #: views/restore.php:319
1259
  msgid "Error 2999: Unexpected error encountered"
1260
  msgstr ""
1261
 
1262
+ #: views/restore.php:326
1263
  msgid ""
1264
  "Restore completed successfully. If you are prompted to login please do so "
1265
  "with your current username and password"
1270
  msgid "%s Settings"
1271
  msgstr ""
1272
 
1273
+ #: views/settings.php:49
1274
  msgid "Settings updated successfully!"
1275
  msgstr ""
1276
 
1277
+ #: views/settings.php:62
1278
  msgid "Email Notifications"
1279
  msgstr ""
1280
 
1281
+ #: views/settings.php:63
1282
  msgid ""
1283
  "Please enter your email address if you would like to receive backup email "
1284
  "notifications."
1285
  msgstr ""
1286
 
1287
+ #: views/settings.php:64
1288
  msgid ""
1289
  "Backup email notifications will be sent for every backup and will contain "
1290
  "status information related to the backup."
1291
  msgstr ""
1292
 
1293
+ #: views/settings.php:66 views/settings.php:86 views/settings.php:109
1294
+ #: views/settings.php:116 views/settings.php:124 views/settings.php:132
1295
+ #: views/settings.php:163 views/settings.php:197 views/settings.php:235
1296
+ #: views/settings.php:244
1297
  msgid "Save"
1298
  msgstr ""
1299
 
1300
+ #: views/settings.php:82
1301
  msgid "Backup Retention"
1302
  msgstr ""
1303
 
1304
+ #: views/settings.php:83
1305
  msgid ""
1306
  "Enter the number of backup archives that you would like to remain on the "
1307
  "server."
1308
  msgstr ""
1309
 
1310
+ #: views/settings.php:84
1311
  msgid ""
1312
  "Many hosts limit the amount of space that you can take up on their servers. "
1313
  "This option tells WPBackItUp the maximum number of backup archives that "
1315
  "oldest backup archives first."
1316
  msgstr ""
1317
 
1318
+ #: views/settings.php:103
1319
  msgid "Logging?"
1320
  msgstr ""
1321
 
1322
+ #: views/settings.php:104
1323
  msgid "Turn on WPBackItUp logging."
1324
  msgstr ""
1325
 
1326
+ #: views/settings.php:105
1327
  msgid ""
1328
  "This option should only be turned on by advanced users or when "
1329
  "troubleshooting issues with WPBackItUp support."
1330
  msgstr ""
1331
 
1332
+ #: views/settings.php:106
1333
  msgid "Yes"
1334
  msgstr ""
1335
 
1336
+ #: views/settings.php:107
1337
  msgid "No"
1338
  msgstr ""
1339
 
1340
+ #: views/settings.php:113
1341
  msgid "Disable restore version compare?"
1342
  msgstr ""
1343
 
1344
+ #: views/settings.php:115
1345
  msgid ""
1346
  "Check this box if you would like WPBackItUp not to check major version "
1347
  "issue. This could be dangerous, you can disable it with your own risk."
1348
  msgstr ""
1349
 
1350
+ #: views/settings.php:120
1351
  msgid "Single File Backup Set"
1352
  msgstr ""
1353
 
1354
+ #: views/settings.php:122
1355
  msgid ""
1356
+ "Check this box if you would like WPBackItUp to create a single zip file that "
1357
+ "contains your entire backup."
1358
  msgstr ""
1359
 
1360
+ #: views/settings.php:123
1361
  msgid ""
1362
  "When this setting is turned on WPBackItUp will attempt to create a single "
1363
+ "zip file that contains your entire backup. This option may may not be "
1364
+ "possible with some hosting providers. This setting will be turned off "
1365
+ "automatically if WPBackItUp is unable to complete this step for any reason."
1366
+ msgstr ""
1367
+
1368
+ #: views/settings.php:128
1369
+ msgid "Single File Database Export (db)"
1370
  msgstr ""
1371
 
1372
+ #: views/settings.php:130
1373
+ msgid ""
1374
+ "Check this box if you would like WPBackItUp to export your database into a "
1375
+ "single db file."
1376
+ msgstr ""
1377
+
1378
+ #: views/settings.php:131
1379
+ msgid ""
1380
+ "When this setting is turned on WPBackItUp will attempt to create a single "
1381
+ "file that contains your entire database. This option may not be possible "
1382
+ "with some hosting providers. This setting will be turned off automatically "
1383
+ "if WPBackItUp is unable to complete this step for any reason."
1384
+ msgstr ""
1385
+
1386
+ #: views/settings.php:136
1387
  msgid "Batch Size"
1388
  msgstr ""
1389
 
1390
+ #: views/settings.php:137
1391
  msgid "Enter the batch size for each of your content items."
1392
  msgstr ""
1393
 
1394
+ #: views/settings.php:138
1395
  msgid ""
1396
  "These settings tell WPBackItUp how many items that should be added to the "
1397
  "backup at a time. If you experience timeouts while running a backup then "
1399
  "WPBackItUp to complete each backup task ."
1400
  msgstr ""
1401
 
1402
+ #: views/settings.php:141
1403
  msgid "DB Tables Batch Size"
1404
  msgstr ""
1405
 
1406
+ #: views/settings.php:146
1407
  msgid "Plugins Batch Size"
1408
  msgstr ""
1409
 
1410
+ #: views/settings.php:151
1411
  msgid "Themes Batch Size"
1412
  msgstr ""
1413
 
1414
+ #: views/settings.php:156
1415
  msgid "Uploads Batch Size"
1416
  msgstr ""
1417
 
1418
+ #: views/settings.php:161
1419
  msgid "Others Batch Size"
1420
  msgstr ""
1421
 
1422
+ #: views/settings.php:164 views/settings.php:198 views/settings.php:236
1423
  msgid ""
1424
  "* These settings should only be modified by advanced users or when when "
1425
  "working with WPBackItUp support."
1426
  msgstr ""
1427
 
1428
+ #: views/settings.php:176
1429
  msgid "Filter Your Folders"
1430
  msgstr ""
1431
 
1432
+ #: views/settings.php:177
1433
  msgid ""
1434
  "Enter a comma separated list of folders that should be excluded from your "
1435
  "backups."
1436
  msgstr ""
1437
 
1438
+ #: views/settings.php:178
1439
  msgid ""
1440
  "It is important to note that when a folder name is present in this list any "
1441
  "occurrence of that folder, and all its contents, will be excluded from the "
1442
  "backup."
1443
  msgstr ""
1444
 
1445
+ #: views/settings.php:180
1446
  msgid "Plugin Folders Filter"
1447
  msgstr ""
1448
 
1449
+ #: views/settings.php:185
1450
  msgid "Theme Folders Filter"
1451
  msgstr ""
1452
 
1453
+ #: views/settings.php:190
1454
  msgid "Upload Folders Filter"
1455
  msgstr ""
1456
 
1457
+ #: views/settings.php:194
1458
  msgid "Other Folders Filter"
1459
  msgstr ""
1460
 
1461
+ #: views/settings.php:203
1462
  msgid "Filter Your Database Tables"
1463
  msgstr ""
1464
 
1465
+ #: views/settings.php:204
1466
  msgid "Exclude custom database tables from the backup."
1467
  msgstr ""
1468
 
1469
+ #: views/settings.php:205
1470
  msgid ""
1471
  "If you would like to exclude a custom table from the backup then simply drag "
1472
  "it to the list on the right. WordPress core tables may not be excluded from "
1473
  "the backup. "
1474
  msgstr ""
1475
 
1476
+ #: views/settings.php:241
1477
  msgid "Remove Data on Uninstall?"
1478
  msgstr ""
1479
 
1480
+ #: views/settings.php:243
1481
  msgid ""
1482
  "Check this box if you would like WPBackItUp to completely remove all of its "
1483
  "data when the plugin is deleted."
1537
  msgid "Premium customers receive priority support."
1538
  msgstr ""
1539
 
1540
+ #: wp-backitup.php:94 wp-backitup.php:95
1541
  #, php-format
1542
  msgid "Every %s hours"
1543
  msgstr ""
1544
 
1545
+ #: wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98 wp-backitup.php:99
1546
+ #: wp-backitup.php:100
1547
  #, php-format
1548
  msgid "WPBUP - Every %s minutes"
1549
  msgstr ""
1550
 
1551
+ #: wp-backitup.php:102
1552
  msgid "WPBUP - Once Weekly"
1553
  msgstr ""
1554
 
1555
+ #: wp-backitup.php:103
1556
  msgid "WPBUP - Once Monthly"
1557
  msgstr ""
1558
 
1559
+ #: wp-backitup.php:104 wp-backitup.php:105
1560
  #, php-format
1561
  msgid "WPBUP - Every %s hours"
1562
  msgstr ""
1563
 
1564
+ #: wp-backitup.php:114
1565
  msgid "Local File"
1566
  msgstr ""
1567
 
1568
+ #: wp-backitup.php:171
1569
  msgid "Cleanup"
1570
  msgstr ""
languages/wp-backitup-es_ES.mo CHANGED
Binary file
languages/wp-backitup-es_ES.po CHANGED
@@ -4,8 +4,8 @@
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: WPBackItUp\n"
7
- "POT-Creation-Date: 2016-06-25 07:42-0400\n"
8
- "PO-Revision-Date: 2016-06-25 07:42-0400\n"
9
  "Last-Translator: Germán Suárez <germansc.upwork@gmail.com>\n"
10
  "Language-Team: Spanish (Spain) (http://www.transifex.com/wp-translations/wp-"
11
  "backitup/language/es_ES/)\n"
@@ -24,180 +24,180 @@ msgstr ""
24
  msgid "Every %d Minutes"
25
  msgstr ""
26
 
27
- #: lib/includes/class-wpbackitup-admin.php:212 views/backup.php:277
28
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
29
- #: wp-backitup.php:142
30
  msgid "Backup"
31
  msgstr "Copia de seguridad"
32
 
33
- #: lib/includes/class-wpbackitup-admin.php:216
34
- #: lib/includes/class-wpbackitup-admin.php:254 views/restore.php:136
35
- #: wp-backitup.php:156
36
  msgid "Restore"
37
  msgstr "Restaurar"
38
 
39
- #: lib/includes/class-wpbackitup-admin.php:220
40
  msgid "Support"
41
  msgstr "Soporte"
42
 
43
- #: lib/includes/class-wpbackitup-admin.php:223
44
  msgid "Settings"
45
  msgstr "Configuración"
46
 
47
- #: lib/includes/class-wpbackitup-admin.php:247
48
  msgid ""
49
  "The backup you have selected exceeds what your host allows you to upload."
50
  msgstr ""
51
  "La copia de seguridad que ha seleccionado excede lo que su servidor le "
52
  "permite subir."
53
 
54
- #: lib/includes/class-wpbackitup-admin.php:248 views/backup.php:439
55
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
56
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
57
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
58
  msgid "Warning"
59
  msgstr "Advertencia"
60
 
61
- #: lib/includes/class-wpbackitup-admin.php:249 views/backup.php:253
62
  #: views/backup.php:376
63
  msgid "Error"
64
  msgstr "Error"
65
 
66
- #: lib/includes/class-wpbackitup-admin.php:250
67
  msgid "Response"
68
  msgstr "Respuesta"
69
 
70
- #: lib/includes/class-wpbackitup-admin.php:251 views/backup.php:352
71
  #: views/backup.php:430 views/restore.php:230
72
  msgid "Status"
73
  msgstr "Estado"
74
 
75
- #: lib/includes/class-wpbackitup-admin.php:252
76
  msgid "Download"
77
  msgstr "Descargar"
78
 
79
- #: lib/includes/class-wpbackitup-admin.php:253 views/backup.php:407
80
  #: views/restore.php:129
81
  msgid "Delete"
82
  msgstr "Borrar"
83
 
84
- #: lib/includes/class-wpbackitup-admin.php:255
85
  msgid "(JS997) Unexpected error"
86
  msgstr "(JS997) Error inesperado"
87
 
88
- #: lib/includes/class-wpbackitup-admin.php:256
89
  msgid "(JS998) Unexpected error"
90
  msgstr "(JS998) Error inesperado"
91
 
92
- #: lib/includes/class-wpbackitup-admin.php:257
93
  msgid "(JS999) An unexpected error has occurred"
94
  msgstr "(JS999) Ocurrió un error inesperado"
95
 
96
- #: lib/includes/class-wpbackitup-admin.php:258
97
  msgid "Scheduled has been saved."
98
  msgstr "Se ha guardado la programación."
99
 
100
- #: lib/includes/class-wpbackitup-admin.php:259
101
  msgid "Scheduled was not saved."
102
  msgstr "La programación no se ha guardado."
103
 
104
- #: lib/includes/class-wpbackitup-admin.php:260
105
  msgid "Are you sure you want to restore your site?"
106
  msgstr "¿Está seguro de que quiere restaurar su sitio web?"
107
 
108
- #: lib/includes/class-wpbackitup-admin.php:261
109
  msgid "Are you sure ?"
110
  msgstr "¿Está seguro?"
111
 
112
- #: lib/includes/class-wpbackitup-admin.php:262
113
  msgid "This file cannot be delete!"
114
  msgstr "¡Este archivo no se puede borrar!"
115
 
116
- #: lib/includes/class-wpbackitup-admin.php:263
117
  msgid "View Log"
118
  msgstr "Ver registro"
119
 
120
- #: lib/includes/class-wpbackitup-admin.php:264
121
  msgid "New Backup!"
122
  msgstr "¡Nueva copia de seguridad!"
123
 
124
- #: lib/includes/class-wpbackitup-admin.php:265
125
  msgid "Uploaded Backup"
126
  msgstr "Copia de seguridad subida"
127
 
128
- #: lib/includes/class-wpbackitup-admin.php:602
129
  msgid "Backup Queued"
130
  msgstr "Copia de seguridad puesta en la cola"
131
 
132
- #: lib/includes/class-wpbackitup-admin.php:611
133
  msgid "Backup could not be queued"
134
  msgstr "No se puede poner en la cola la copia de seguridad"
135
 
136
- #: lib/includes/class-wpbackitup-admin.php:623
137
  msgid "Job is already in queue."
138
  msgstr "La tarea ya está en la cola."
139
 
140
- #: lib/includes/class-wpbackitup-admin.php:661
141
  msgid "No backup file selected."
142
  msgstr "No se ha seleccionado ningún archivo de copia de seguridad."
143
 
144
- #: lib/includes/class-wpbackitup-admin.php:668
145
  msgid "No user id found."
146
  msgstr "No se ha encontrado la id de usuario."
147
 
148
- #: lib/includes/class-wpbackitup-admin.php:691
149
  msgid "Restore Queued"
150
  msgstr "Restauración en la cola"
151
 
152
- #: lib/includes/class-wpbackitup-admin.php:700
153
  msgid "Restore could not be queued"
154
  msgstr "La restauración no se ha podido poner en cola"
155
 
156
- #: lib/includes/class-wpbackitup-admin.php:706
157
  msgid "Restore already in queue"
158
  msgstr "La restauración ya está en la cola"
159
 
160
- #: lib/includes/class-wpbackitup-admin.php:738
161
  msgid "No job id posted"
162
  msgstr "Id de la tarea no publicado"
163
 
164
- #: lib/includes/class-wpbackitup-admin.php:746 views/backup.php:467
165
  msgid "Backup Cancelled"
166
  msgstr "Copia de seguridad cancelada"
167
 
168
- #: lib/includes/class-wpbackitup-admin.php:748
169
  msgid "Backup job not found"
170
  msgstr "No se ha encontrado la tarea de copia de seguridad"
171
 
172
- #: lib/includes/class-wpbackitup-admin.php:917
173
  msgid "No response log found."
174
  msgstr "No se ha enontrado ningún registro."
175
 
176
- #: lib/includes/class-wpbackitup-admin.php:1019
177
- #: lib/includes/class-wpbackitup-admin.php:1027
178
- #: lib/includes/class-wpbackitup-admin.php:1073
179
- #: lib/includes/class-wpbackitup-admin.php:1080
180
- #: lib/includes/class-wpbackitup-admin.php:1087
181
- #: lib/includes/class-wpbackitup-admin.php:1094
182
- #: lib/includes/class-wpbackitup-admin.php:1101
183
  msgid "Please enter a number"
184
  msgstr "Por favor, introduzca un número"
185
 
186
- #: lib/includes/class-wpbackitup-admin.php:1048
187
- #: lib/includes/class-wpbackitup-admin.php:1210
188
  msgid "Please enter a valid email"
189
  msgstr "Por favor, introduzca una dirección de correo electrónico válida"
190
 
191
- #: lib/includes/class-wpbackitup-admin.php:1217
192
  msgid "Please enter your support ticket id"
193
  msgstr "Por favor, introduzca el id de la incidencia"
194
 
195
- #: lib/includes/class-wpbackitup-admin.php:1222
196
  msgid "Please only enter numbers in this field"
197
  msgstr "Por favor, sólo introduzca números en este campo"
198
 
199
- #: lib/includes/class-wpbackitup-admin.php:2012
200
- #: lib/includes/class-wpbackitup-admin.php:2032
201
  msgid ""
202
  "License could not be activated. Please try again in a few hours and contact "
203
  "support if this error continues."
@@ -205,15 +205,15 @@ msgstr ""
205
  "Puede que la licencia no se haya activado. Por favor, inténtelo de nuevo en "
206
  "unas pocas horas y contacte con el soporte técnico si el error continua."
207
 
208
- #: lib/includes/class-wpbackitup-admin.php:2081
209
  msgid "License is invalid."
210
  msgstr "Licencia no válida"
211
 
212
- #: lib/includes/class-wpbackitup-admin.php:2086
213
  msgid "License has expired."
214
  msgstr "La licencia ha caducado."
215
 
216
- #: lib/includes/class-wpbackitup-admin.php:2089
217
  #, php-format
218
  msgid ""
219
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -224,17 +224,17 @@ msgstr ""
224
  "a> ahora para otro año de <strong>actualizaciones</strong> y acceso a "
225
  "nuestro equipo de <strong>soporte de talla mundial</strong>."
226
 
227
- #: lib/includes/class-wpbackitup-admin.php:2103
228
  msgid "License Expired: Scheduled backups are no longer active."
229
  msgstr ""
230
  "La licencia ha caducado. Las copias de seguridad programadas ya no están "
231
  "activas."
232
 
233
- #: lib/includes/class-wpbackitup-admin.php:2111
234
  msgid "Activation limit has been reached."
235
  msgstr "Se ha llegado al límite de activaciones."
236
 
237
- #: lib/includes/class-wpbackitup-admin.php:2117
238
  msgid "Your Activation limit has been reached"
239
  msgstr "Se ha llegado a su límite de activaciones"
240
 
@@ -267,7 +267,7 @@ msgstr ""
267
  "No se ha podido importar el archivo dentro del conjunto de copias de "
268
  "seguridad de WPBackItUp."
269
 
270
- #: lib/includes/job_backup.php:1135
271
  #, php-format
272
  msgid ""
273
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
@@ -283,52 +283,52 @@ msgstr ""
283
  "a></strong> para otro año de actualizaciones y acceso a nuestro equipo de "
284
  "soporte de primer nivel.<br/><br/>"
285
 
286
- #: lib/includes/job_backup.php:1140
287
  #, php-format
288
  msgid "%s - Backup completed successfully."
289
  msgstr "%s - de la copia de seguridad completada con éxito."
290
 
291
- #: lib/includes/job_backup.php:1141
292
  msgid "Your backup completed successfully."
293
  msgstr "Su copia de seguridad se ha completado con éxito."
294
 
295
- #: lib/includes/job_backup.php:1144
296
  #, php-format
297
  msgid "%s - Backup did not complete successfully."
298
  msgstr "%s - de la copia de seguridad no se ha completado con éxito."
299
 
300
- #: lib/includes/job_backup.php:1145
301
  msgid "Your backup did not complete successfully."
302
  msgstr "Su copia de seguridad no se ha completado con éxito."
303
 
304
- #: lib/includes/job_backup.php:1152
305
  #, php-format
306
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
307
  msgstr "Web de WordPress: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
308
 
309
- #: lib/includes/job_backup.php:1153
310
  msgid "Backup date:"
311
  msgstr "Fecha de la copia de seguridad:"
312
 
313
- #: lib/includes/job_backup.php:1154
314
  msgid "Number of backups completed with WPBackItUp:"
315
  msgstr "Número de copias de seguridad realizadas con WPBackItUp:"
316
 
317
- #: lib/includes/job_backup.php:1156
318
  msgid "Completion Code:"
319
  msgstr "Código de finalización:"
320
 
321
- #: lib/includes/job_backup.php:1157
322
  msgid "WPBackItUp Version:"
323
  msgstr "Versión de WPBackItUp:"
324
 
325
- #: lib/includes/job_backup.php:1169
326
  #, php-format
327
  msgid "Checkout %s for info about WPBackItUp and our other products."
328
  msgstr ""
329
  "Comprueba %s para información sobre WPBackItUp y nuestros otros productos."
330
 
331
- #: lib/includes/job_backup.php:1336
332
  msgid ""
333
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
334
  "settings of your wp-backitup backup directory"
@@ -336,7 +336,7 @@ msgstr ""
336
  "(101) No se puede crear un nuevo directorio para las copias de seguridad. "
337
  "Compruebe la configuración CHMOD del directorio de wp-backitup"
338
 
339
- #: lib/includes/job_backup.php:1337
340
  msgid ""
341
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
342
  "your wp-backitup plugin directory"
@@ -344,48 +344,48 @@ msgstr ""
344
  "(102) No se ha podido crear el directorio para las copias de seguridad. "
345
  "Compruebe la configuración CHMOD del directorio de wp-backitup"
346
 
347
- #: lib/includes/job_backup.php:1338
348
  msgid "(103) Unable to backup your files. Please try again"
349
  msgstr ""
350
  "(103) No se pueden hacer copias de seguridad de sus archivos. Inténtelo de "
351
  "nuevo"
352
 
353
- #: lib/includes/job_backup.php:1339
354
  msgid "(104) Unable to export your database. Please try again"
355
  msgstr "(104) No se puede exportar su base de datos. Inténtelo de nuevo"
356
 
357
- #: lib/includes/job_backup.php:1340
358
  msgid "(105) Unable to export site information file. Please try again"
359
  msgstr ""
360
  "(105) No se puede exportar el archivo de información del sitio web. "
361
  "Inténtelo de nuevo"
362
 
363
- #: lib/includes/job_backup.php:1341
364
  msgid "(106) Unable to cleanup your backup directory"
365
  msgstr "(106) No se puede limpiar su directorio de copias de seguridad"
366
 
367
- #: lib/includes/job_backup.php:1342
368
  msgid "(107) Unable to compress(zip) your backup. Please try again"
369
  msgstr ""
370
  "(107) No se puede comprimir(zip) su copia de seguridad. Inténtelo de nuevo"
371
 
372
- #: lib/includes/job_backup.php:1343
373
  msgid "(108) Unable to backup your site data files. Please try again"
374
  msgstr ""
375
  "(108) No se puede realizar la copia de seguridad de los archivos de datos de "
376
  "su sitio web. Inténtelo de nuevo"
377
 
378
- #: lib/includes/job_backup.php:1344
379
  msgid "(109) Unable to finalize backup. Please try again"
380
  msgstr "(109) No se puede terminar la copia de seguridad. Inténtelo de nuevo"
381
 
382
- #: lib/includes/job_backup.php:1345
383
  msgid "(110) Unable to create backup manifest. Please try again"
384
  msgstr ""
385
  "(110) No se puede crear el manifiesto de la copia de seguridad. Por favor, "
386
  "inténtelo de nuevo."
387
 
388
- #: lib/includes/job_backup.php:1346
389
  msgid ""
390
  "(114) Your database was accessible but an export could not be created. "
391
  "Please contact support by clicking the get support link on the right. Please "
@@ -397,31 +397,31 @@ msgstr ""
397
  "Por favor díganos cual es su proveedor de hosting cuando nos envie la "
398
  "petición"
399
 
400
- #: lib/includes/job_backup.php:1347
401
  msgid "(120) Unable to backup your themes. Please try again"
402
  msgstr ""
403
  "(120) No se puede realizar la copia de seguridad de sus temas. Inténtelo de "
404
  "nuevo"
405
 
406
- #: lib/includes/job_backup.php:1348
407
  msgid "(121) Unable to backup your plugins. Please try again"
408
  msgstr ""
409
  "(121) No se puede realizar la copia de seguridad de sus plugins. Inténtelo "
410
  "de nuevo"
411
 
412
- #: lib/includes/job_backup.php:1349
413
  msgid "(122) Unable to backup your uploads. Please try again"
414
  msgstr ""
415
  "(122) No se puede realizar la copia de seguridad de sus subidas. Inténtelo "
416
  "de nuevo"
417
 
418
- #: lib/includes/job_backup.php:1350
419
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
420
  msgstr ""
421
  "(123) No se puede realizar la copia de seguridad de archivos diversos. "
422
  "Inténtelo de nuevo"
423
 
424
- #: lib/includes/job_backup.php:1351
425
  msgid ""
426
  "(125) Unable to compress your backup because there is no zip utility "
427
  "available. Please contact support"
@@ -429,22 +429,22 @@ msgstr ""
429
  "(125) No se puede comprimir su copia de seguridad debido a que no está "
430
  "disponible la utilidad zip. Por favor contacte con el soporte técnico"
431
 
432
- #: lib/includes/job_backup.php:1352
433
  msgid "(126) Unable to validate your backup. Please try again"
434
  msgstr "(126) No se puede validar su copia de seguridad. Inténtelo de nuevo."
435
 
436
- #: lib/includes/job_backup.php:1353
437
  msgid "(127) Unable to create inventory of files to backup. Please try again"
438
  msgstr ""
439
  "(127) No se puede crear el inventario de archivos que se deben añadir a la "
440
  "copia de seguridad. Inténtelo de nuevo"
441
 
442
- #: lib/includes/job_backup.php:1354
443
  msgid "(128) Unable to create job control record. Please try again"
444
  msgstr ""
445
  "(128) No se puede crear el registro de control de tareas. Inténtelo de nuevo"
446
 
447
- #: lib/includes/job_backup.php:1356
448
  msgid ""
449
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
450
  "settings of your wp-backitup backup directory"
@@ -452,7 +452,7 @@ msgstr ""
452
  "(2101) No se puede crear un nuevo directorio para las copias de seguridad. "
453
  "Compruebe la configuración CHMOD del directorio de wp-backitup"
454
 
455
- #: lib/includes/job_backup.php:1357
456
  msgid ""
457
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
458
  "your wp-backitup plugin directory"
@@ -460,48 +460,48 @@ msgstr ""
460
  "(2102) No se ha podido crear el directorio para las copias de seguridad. "
461
  "Compruebe la configuración CHMOD del directorio de wp-backitup"
462
 
463
- #: lib/includes/job_backup.php:1358
464
  msgid "(2103) Unable to backup your files. Please try again"
465
  msgstr ""
466
  "(2103) No se pueden hacer copias de seguridad de sus archivos. Inténtelo de "
467
  "nuevo"
468
 
469
- #: lib/includes/job_backup.php:1359
470
  msgid "(2104) Unable to export your database. Please try again"
471
  msgstr "(2104) No se puede exportar su base de datos. Inténtelo de nuevo"
472
 
473
- #: lib/includes/job_backup.php:1360
474
  msgid "(2105) Unable to export site information file. Please try again"
475
  msgstr ""
476
  "(2105) No se puede exportar el archivo de información del sitio web. "
477
  "Inténtelo de nuevo"
478
 
479
- #: lib/includes/job_backup.php:1361
480
  msgid "(2106) Unable to cleanup your backup directory"
481
  msgstr "(2106) No se puede limpiar su directorio de copias de seguridad"
482
 
483
- #: lib/includes/job_backup.php:1362
484
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
485
  msgstr ""
486
  "(2107) No se puede comprimir(zip) su copia de seguridad. Inténtelo de nuevo"
487
 
488
- #: lib/includes/job_backup.php:1363
489
  msgid "(2108) Unable to backup your site data files. Please try again"
490
  msgstr ""
491
  "(2108) No se puede realizar la copia de seguridad de los archivos de datos "
492
  "de su sitio web. Inténtelo de nuevo"
493
 
494
- #: lib/includes/job_backup.php:1364
495
  msgid "(2109) Unable to finalize backup. Please try again"
496
  msgstr "(2109) No se puede terminar la copia de seguridad. Inténtelo de nuevo"
497
 
498
- #: lib/includes/job_backup.php:1365
499
  msgid "(2110) Unable to create backup manifest. Please try again"
500
  msgstr ""
501
  "(2110) No se puede crear el manifiesto de la copia de seguridad. Por favor, "
502
  "inténtelo de nuevo."
503
 
504
- #: lib/includes/job_backup.php:1366
505
  msgid ""
506
  "(2114) Your database was accessible but an export could not be created. "
507
  "Please contact support by clicking the get support link on the right. Please "
@@ -513,31 +513,31 @@ msgstr ""
513
  "Por favor díganos cual es su proveedor de hosting cuando nos envie la "
514
  "petición"
515
 
516
- #: lib/includes/job_backup.php:1367
517
  msgid "(2120) Unable to backup your themes. Please try again"
518
  msgstr ""
519
  "(2120) No se puede realizar la copia de seguridad de sus temas. Inténtelo de "
520
  "nuevo"
521
 
522
- #: lib/includes/job_backup.php:1368
523
  msgid "(2121) Unable to backup your plugins. Please try again"
524
  msgstr ""
525
  "(2121) No se puede realizar la copia de seguridad de sus plugins. Inténtelo "
526
  "de nuevo"
527
 
528
- #: lib/includes/job_backup.php:1369
529
  msgid "(2122) Unable to backup your uploads. Please try again"
530
  msgstr ""
531
  "(2122) No se puede realizar la copia de seguridad de sus subidas. Inténtelo "
532
  "de nuevo."
533
 
534
- #: lib/includes/job_backup.php:1370
535
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
536
  msgstr ""
537
  "(2123) No se puede realizar la copia de seguridad de archivos diversos. "
538
  "Inténtelo de nuevo"
539
 
540
- #: lib/includes/job_backup.php:1371
541
  msgid ""
542
  "(2125) Unable to compress your backup because there is no zip utility "
543
  "available. Please contact support"
@@ -545,22 +545,22 @@ msgstr ""
545
  "(2125) No se puede comprimir su copia de seguridad debido a que no está "
546
  "disponible la utilidad zip. Por favor contacte con el soporte técnico"
547
 
548
- #: lib/includes/job_backup.php:1372
549
  msgid "(2126) Unable to validate your backup. Please try again"
550
  msgstr "(2126) No se puede validar su copia de seguridad. Inténtelo de nuevo"
551
 
552
- #: lib/includes/job_backup.php:1373
553
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
554
  msgstr ""
555
  "(2127) No se puede crear el inventario de archivos que se deben añadir a la "
556
  "copia de seguridad. Inténtelo de nuevo"
557
 
558
- #: lib/includes/job_backup.php:1374
559
  msgid "(2128) Unable to create job control record. Please try again"
560
  msgstr ""
561
  "(2128) No se puede crear el registro de control de tareas. Inténtelo de nuevo"
562
 
563
- #: lib/includes/job_backup.php:1377
564
  msgid "(999) Unexpected error"
565
  msgstr "(999) Error inesperado"
566
 
@@ -757,9 +757,8 @@ msgstr "Preparándose para la copia de seguridad"
757
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
758
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
759
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
760
- #: views/restore.php:249 views/restore.php:250 views/restore.php:251
761
- #: views/restore.php:252 views/restore.php:253 views/restore.php:254
762
- #: views/restore.php:256
763
  msgid "Done"
764
  msgstr "Hecho"
765
 
@@ -768,9 +767,8 @@ msgstr "Hecho"
768
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
769
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
770
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
771
- #: views/restore.php:249 views/restore.php:250 views/restore.php:251
772
- #: views/restore.php:252 views/restore.php:253 views/restore.php:254
773
- #: views/restore.php:256
774
  msgid "Failed"
775
  msgstr "Fallido"
776
 
@@ -1089,11 +1087,9 @@ msgstr "Coloque las copias de seguridad aquí"
1089
 
1090
  #: views/restore.php:214
1091
  msgid ""
1092
- "* Reload this page when done uploading to see new backups appear in the "
1093
- "Available Backups section above. "
1094
  msgstr ""
1095
- "* Recargue esta página cuando termine la subida para ver aparecer las nuevas "
1096
- "copias de seguridad en la sección Copias de seguridad disponibles de abajo."
1097
 
1098
  #: views/restore.php:244
1099
  msgid "Preparing for restore"
@@ -1115,47 +1111,43 @@ msgstr "Validando los archivos de copia de seguridad"
1115
  msgid "Deactivating plugins"
1116
  msgstr "Desactivando plugins"
1117
 
1118
- #: views/restore.php:249
1119
- msgid "Creating database restore point"
1120
- msgstr "Creando un punto de restauración de la base de datos"
1121
-
1122
  #: views/restore.php:250
 
 
 
 
 
 
 
 
1123
  msgid "Staging content files"
1124
  msgstr "Archivos de contenidos provisional"
1125
 
1126
- #: views/restore.php:251
1127
  msgid "Restoring content files"
1128
  msgstr "Restaurando archivos de contenidos"
1129
 
1130
- #: views/restore.php:252
1131
  msgid "Restoring database"
1132
  msgstr "Resturando base de datos"
1133
 
1134
- #: views/restore.php:253
1135
- msgid "Updating current user info"
1136
- msgstr "Actualización de la información actual del usuario"
1137
-
1138
- #: views/restore.php:254
1139
- msgid "Updating site URL"
1140
- msgstr "Actualizando dirección URL"
1141
-
1142
- #: views/restore.php:256
1143
  msgid "Updating permalinks"
1144
  msgstr "Actualizando enlaces permanentes"
1145
 
1146
- #: views/restore.php:262
1147
  msgid "Error 201: No file selected"
1148
  msgstr "Error 201: No se ha seleccionado ningún archivo"
1149
 
1150
- #: views/restore.php:263
1151
  msgid "Error 202: Your file could not be uploaded"
1152
  msgstr "Error 202: No se ha podido subir el archivo"
1153
 
1154
- #: views/restore.php:264
1155
  msgid "Error 203: Your backup could not be unzipped"
1156
  msgstr "Error 203: No se puede descomprimir su copia de seguridad"
1157
 
1158
- #: views/restore.php:265
1159
  msgid ""
1160
  "Error 204: Your backup appears to be invalid. Please ensure you selected a "
1161
  "valid backup"
@@ -1163,36 +1155,36 @@ msgstr ""
1163
  "Error 204: Su copia de seguridad parece no válida. Asegúrese de seleccionar "
1164
  "una copia de seguridad válida"
1165
 
1166
- #: views/restore.php:266
1167
  msgid "Error 205: Cannot create restore point"
1168
  msgstr "Error 205: No se puede crear un punto de restauración"
1169
 
1170
- #: views/restore.php:267
1171
  msgid "Error 206: Unable to connect to your database"
1172
  msgstr "Error 206: No se puede conectar a su base de datos"
1173
 
1174
- #: views/restore.php:268
1175
  msgid ""
1176
  "Error 207: Unable to get current site URL from database. Please try again"
1177
  msgstr ""
1178
  "Error 207: No se puede conseguir la URL actual desde la base de datos. "
1179
  "Inténtelo de nuevo"
1180
 
1181
- #: views/restore.php:269
1182
  msgid ""
1183
  "Error 208: Unable to get current home URL from database. Please try again"
1184
  msgstr ""
1185
  "Error 208: No se puede conseguir la URL de la página de inicio actual desde "
1186
  "la base de datos. Inténtelo de nuevo"
1187
 
1188
- #: views/restore.php:270
1189
  msgid ""
1190
  "Error 209: Unable to get current user ID from database. Please try again"
1191
  msgstr ""
1192
  "Error 209: No se puede conseguir la ID actual de usuario desde la base de "
1193
  "datos. Inténtelo de nuevo"
1194
 
1195
- #: views/restore.php:271
1196
  msgid ""
1197
  "Error 210: Unable to get current user password from database. Please try "
1198
  "again"
@@ -1200,14 +1192,14 @@ msgstr ""
1200
  "Error 210: No se puede conseguir la contraseña actual de usuario desde la "
1201
  "base de datos. Inténtelo de nuevo"
1202
 
1203
- #: views/restore.php:272
1204
  msgid ""
1205
  "Error 211: Unable to get current user email from database. Please try again"
1206
  msgstr ""
1207
  "Error 211: No se puede conseguir la dirección de correo electrónico actual "
1208
  "del usuario desde la base de datos. Inténtelo de nuevo"
1209
 
1210
- #: views/restore.php:273
1211
  msgid ""
1212
  "Error 212: Unable to import your database. This may require importing the "
1213
  "file manually"
@@ -1215,7 +1207,13 @@ msgstr ""
1215
  "Error 212: No se puede importar su base de datos. Esto puede requerir la "
1216
  "importación manual del archivo"
1217
 
1218
- #: views/restore.php:274
 
 
 
 
 
 
1219
  msgid ""
1220
  "Warning 213: Unable to update your site URL value. Please check your "
1221
  "WordPress general settings to make sure your Site and WordPress URLs are "
@@ -1225,7 +1223,7 @@ msgstr ""
1225
  "Compruebe los ajustes generales de su WordPress para asegurarse de que las "
1226
  "URL de su sitio y de WordPress son correctas"
1227
 
1228
- #: views/restore.php:275
1229
  msgid ""
1230
  "Warning 214: Unable to update your home URL value. Please check your "
1231
  "WordPress general settings to make sure your Site and WordPress URLs are "
@@ -1235,7 +1233,7 @@ msgstr ""
1235
  "Compruebe los ajustes generales de su WordPress para asegurarse de que las "
1236
  "URL de su sitio y de WordPress son correctas"
1237
 
1238
- #: views/restore.php:276
1239
  msgid ""
1240
  "Warning 215: Unable to update your user information. This may require you to "
1241
  "login with the admin username and password that was used when the backup was "
@@ -1245,16 +1243,16 @@ msgstr ""
1245
  "puede requerir que inicie sesión con el nombre de usuario y contraseña que "
1246
  "usó cuando se creó la copia de seguridad"
1247
 
1248
- #: views/restore.php:277
1249
  msgid "Error 216: Database not found in backup"
1250
  msgstr "Error 216: No se encuentra la base de datos en la copia de seguridad"
1251
 
1252
- #: views/restore.php:278
1253
  msgid "Warning 217: Unable to remove existing wp-content directory"
1254
  msgstr ""
1255
  "Advertencia 217: No se puede eliminar el directorio wp-content existente"
1256
 
1257
- #: views/restore.php:279
1258
  msgid ""
1259
  "Error 218: Unable to create new wp-content directory. Please check your "
1260
  "CHMOD settings in /wp-content/"
@@ -1262,17 +1260,17 @@ msgstr ""
1262
  "Error 218: No se puede crear un nuevo directorio wp-content. Revise su "
1263
  "configuración CHMOD en /wp-content/"
1264
 
1265
- #: views/restore.php:280
1266
  msgid "Error 219: Unable to import wp-content. Please try again"
1267
  msgstr "Error 219: No se puede importat wp-content. Inténtelo de nuevo"
1268
 
1269
- #: views/restore.php:281
1270
  msgid "Warning 220: Unable to cleanup import directory. No action is required"
1271
  msgstr ""
1272
  "Advertencia 220: No se puede limpiar el directorio importado. No se requiere "
1273
  "ninguna acción"
1274
 
1275
- #: views/restore.php:282
1276
  #, php-format
1277
  msgid ""
1278
  "Error 221: Table prefix value in wp-config.php is different from backup. "
@@ -1285,11 +1283,11 @@ msgstr ""
1285
  "de poder restaurar su sitio web. Vea en www.wpbackitup.com las <a href =\"%s"
1286
  "\" target=\"_blank\" > Preguntas frecuentes</a> para más información."
1287
 
1288
- #: views/restore.php:283
1289
  msgid "Error 222: Unable to create restore folder"
1290
  msgstr "Error 222: No se puede crear la carpeta de restauración"
1291
 
1292
- #: views/restore.php:284
1293
  msgid ""
1294
  "Error 223: An error occurred during the restore. WPBackItUp attempted to "
1295
  "restore the database to its previous state but were unsuccessful. Please "
@@ -1301,7 +1299,7 @@ msgstr ""
1301
  "éxito. Por favor, contacte con el soporte al cliente de WPBackItUp y no "
1302
  "intente realizar más restauraciones"
1303
 
1304
- #: views/restore.php:285
1305
  msgid ""
1306
  "Error 224: An error occurred during the restore, however, we have "
1307
  "successfully restored your database to the previous state"
@@ -1309,14 +1307,14 @@ msgstr ""
1309
  "Error 224: Ha ocurrido un error durante la restauración, de todas formas, "
1310
  "hemos restaurado su base de datos a su estado previo con éxito"
1311
 
1312
- #: views/restore.php:286
1313
  msgid ""
1314
  "Error 225: Restore option is only available to licensed WPBackItUp users"
1315
  msgstr ""
1316
  "Error 225: La opción de restaurar está disponible sólo para los usuarios con "
1317
  "licencia de WPBackItUp"
1318
 
1319
- #: views/restore.php:287
1320
  msgid ""
1321
  "Error 226: Restore cannot proceed because your backup was created using a "
1322
  "different version of WordPress"
@@ -1324,7 +1322,7 @@ msgstr ""
1324
  "Error 226: No se procederá a la restauración porqué su copia de seguridad se "
1325
  "creó con una versión distinta de WordPress"
1326
 
1327
- #: views/restore.php:288
1328
  msgid ""
1329
  "Error 227: Restore cannot proceed because your backup was created using a "
1330
  "different version of WPBackItUp. Please contact WPBackItUp support to help "
@@ -1335,7 +1333,7 @@ msgstr ""
1335
  "WPBackItUp para encontrar ayuda de como convertir su copia de seguridad a la "
1336
  "versión actual"
1337
 
1338
- #: views/restore.php:289
1339
  msgid ""
1340
  "Error 230: WPBackItUp ran into unexpected errors during the database "
1341
  "restore. However, we were able to successfully revert the database back to "
@@ -1346,7 +1344,7 @@ msgstr ""
1346
  "estado original. Este error puede requerir la importación de la base de "
1347
  "datos de forma manual"
1348
 
1349
- #: views/restore.php:290
1350
  msgid ""
1351
  "Error 235: WPBackItUp is not able to proceed because there is no zip utility "
1352
  "available. Please contact support"
@@ -1354,7 +1352,7 @@ msgstr ""
1354
  "Error 235: WPBackItUp no puede proceder porqué no hay ninguna utilidad zip "
1355
  "disponible. Por favor, contacte con el soporte"
1356
 
1357
- #: views/restore.php:291
1358
  msgid ""
1359
  "Error 250: WPBackItUp is unable to begin the restore because a backup is "
1360
  "running. Please wait for the backup to complete and then try again"
@@ -1363,7 +1361,7 @@ msgstr ""
1363
  "creando una copia de seguridad. Espere que la copia de seguridad se complete "
1364
  "y entonces inténtelo de nuevo"
1365
 
1366
- #: views/restore.php:293
1367
  msgid ""
1368
  "Error 260: WPBackItUp is unable to extract archives from backup set. Please "
1369
  "try again and contact support if this issue continues"
@@ -1372,7 +1370,7 @@ msgstr ""
1372
  "seguridad. Por favor, inténtelo de nuevo y contacte con el soporte si el "
1373
  "problema persiste"
1374
 
1375
- #: views/restore.php:294
1376
  msgid ""
1377
  "Error 261: WPBackItUp is unable to extract archives from backup set. Please "
1378
  "try again and contact support if this issue continues"
@@ -1381,7 +1379,7 @@ msgstr ""
1381
  "seguridad. Por favor, inténtelo de nuevo y contacte con el soporte si el "
1382
  "problema persiste"
1383
 
1384
- #: views/restore.php:295
1385
  msgid ""
1386
  "Error 262: There were no backup files found in the backup folder. Please "
1387
  "try again and contact support if this issue continues"
@@ -1390,7 +1388,7 @@ msgstr ""
1390
  "de las copias de seguridad. Por favor, inténtelo de nuevo y contacte con el "
1391
  "soporte si el problema persiste"
1392
 
1393
- #: views/restore.php:297
1394
  msgid ""
1395
  "Error 251: WPBackItUp is unable to begin the restore because the backup "
1396
  "manifest is empty"
@@ -1398,7 +1396,7 @@ msgstr ""
1398
  "Error 251: WPBackItUp no puede empezar la restauración porqué el manifiesto "
1399
  "de la copia de seguridad está vacío"
1400
 
1401
- #: views/restore.php:298
1402
  msgid ""
1403
  "Error 252: At least one zip file is missing from your backup set. Please "
1404
  "make sure to upload all zip files that were part of this backup"
@@ -1407,7 +1405,7 @@ msgstr ""
1407
  "seguridad. Por favor, esté seguro de subir todos los ficheros zip que forman "
1408
  "parte de esta copia de seguridad"
1409
 
1410
- #: views/restore.php:299
1411
  msgid ""
1412
  "Error 253: Backup set contains a zip file that is not in the manifest. "
1413
  "Please make sure to upload only zip files that were part of this backup"
@@ -1416,7 +1414,7 @@ msgstr ""
1416
  "manifiesto. Asegúrese de subir sólo los archivos zip que forman parte de "
1417
  "esta copia de seguridad"
1418
 
1419
- #: views/restore.php:300
1420
  msgid ""
1421
  "Error 254: The size of one the zip files in this backup set does not match "
1422
  "the manifest so is most likely corrupt. Upload all zip files in this backup "
@@ -1427,7 +1425,7 @@ msgstr ""
1427
  "otra vez todos los archivos zip de esta copia de seguridad e intente la "
1428
  "restauración otra vez."
1429
 
1430
- #: views/restore.php:301
1431
  msgid ""
1432
  "Error 255: Backup set does not contain a manifest. Please make sure to "
1433
  "upload all zip files that were part of this backup"
@@ -1436,7 +1434,7 @@ msgstr ""
1436
  "asegúrese de subir todos los archivos zip que forman parte de esta copia de "
1437
  "seguridad"
1438
 
1439
- #: views/restore.php:303
1440
  msgid ""
1441
  "Warning 300: Unable to restore all WordPress content. Please review your "
1442
  "restore logs to see what WPBackItUp was unable to restore"
@@ -1445,7 +1443,7 @@ msgstr ""
1445
  "Revise los registros de restauración para ver que no puede restaurar "
1446
  "WPBackItUp"
1447
 
1448
- #: views/restore.php:304
1449
  msgid ""
1450
  "Warning 305: Unable to restore all plugins. Please review your restore logs "
1451
  "to see what WPBackItUp was unable to restore"
@@ -1453,39 +1451,43 @@ msgstr ""
1453
  "Advertencia 305: No se pueden restaurar todos los plugins. Revise los "
1454
  "registros de restauración para ver que no puede restaurar WPBackItUp"
1455
 
1456
- #: views/restore.php:306
1457
  msgid "Error 2001: Unable to prepare site for restore"
1458
  msgstr "Error 2001: No se puede preparar el sitio para su restauración"
1459
 
1460
- #: views/restore.php:307
1461
  msgid "Error 2002: Unable to unzip backup"
1462
  msgstr "Error 2002: No se puede descomprimir la copia de seguridad"
1463
 
1464
- #: views/restore.php:308
1465
  msgid "Error 2003: Unable to validate backup"
1466
  msgstr "Error 2003: No se puede validar la copia de seguridad"
1467
 
1468
- #: views/restore.php:309
1469
  msgid "Error 2004: Unable to create restore point"
1470
  msgstr "Error 2004: No se puede crear un punto de restauración"
1471
 
1472
- #: views/restore.php:310
1473
  msgid "Error 2005: Unable to stage wp-content"
1474
  msgstr "Error 2005: No se puede realizar una copia intermedia de wp-content"
1475
 
1476
- #: views/restore.php:311
1477
  msgid "Error 2006: Unable to restore content files"
1478
  msgstr "Error 2006: No se pueden restaurar los archivos de contenidos"
1479
 
1480
- #: views/restore.php:312
1481
  msgid "Error 2007: Unable to restore database"
1482
  msgstr "Error 2007: No se puede restaurar la base de datos"
1483
 
1484
- #: views/restore.php:313
 
 
 
 
1485
  msgid "Error 2999: Unexpected error encountered"
1486
  msgstr "Error 2999: Se ha encontrado un error inesperado"
1487
 
1488
- #: views/restore.php:320
1489
  msgid ""
1490
  "Restore completed successfully. If you are prompted to login please do so "
1491
  "with your current username and password"
@@ -1498,15 +1500,15 @@ msgstr ""
1498
  msgid "%s Settings"
1499
  msgstr "%s Ajustes"
1500
 
1501
- #: views/settings.php:48
1502
  msgid "Settings updated successfully!"
1503
  msgstr "¡La configuración se ha actualizado con éxito!"
1504
 
1505
- #: views/settings.php:61
1506
  msgid "Email Notifications"
1507
  msgstr "Notificaciones por correo electrónico"
1508
 
1509
- #: views/settings.php:62
1510
  msgid ""
1511
  "Please enter your email address if you would like to receive backup email "
1512
  "notifications."
@@ -1514,7 +1516,7 @@ msgstr ""
1514
  "Por favor, introduzca su dirección de correo electrónico si quiere recibir "
1515
  "notificacions por correo de sus copias de seguridad"
1516
 
1517
- #: views/settings.php:63
1518
  msgid ""
1519
  "Backup email notifications will be sent for every backup and will contain "
1520
  "status information related to the backup."
@@ -1523,17 +1525,18 @@ msgstr ""
1523
  "enviaran por cada copia de seguridad y contendrán información relacionada "
1524
  "con el estado de la copia de seguridad"
1525
 
1526
- #: views/settings.php:65 views/settings.php:85 views/settings.php:108
1527
- #: views/settings.php:115 views/settings.php:123 views/settings.php:154
1528
- #: views/settings.php:188 views/settings.php:226 views/settings.php:235
 
1529
  msgid "Save"
1530
  msgstr "Guardar"
1531
 
1532
- #: views/settings.php:81
1533
  msgid "Backup Retention"
1534
  msgstr "Retención de la copia de seguridad"
1535
 
1536
- #: views/settings.php:82
1537
  msgid ""
1538
  "Enter the number of backup archives that you would like to remain on the "
1539
  "server."
@@ -1541,7 +1544,7 @@ msgstr ""
1541
  "Introduzca el número de copias de seguridad que quiere que permanezcan en su "
1542
  "servidor."
1543
 
1544
- #: views/settings.php:83
1545
  msgid ""
1546
  "Many hosts limit the amount of space that you can take up on their servers. "
1547
  "This option tells WPBackItUp the maximum number of backup archives that "
@@ -1553,15 +1556,15 @@ msgstr ""
1553
  "copias de seguridad que pueden permanecer en los servidores. No se preocupe, "
1554
  "siempre eliminaremos primero las copias de seguridad más antiguas."
1555
 
1556
- #: views/settings.php:102
1557
  msgid "Logging?"
1558
  msgstr "Registrarse?"
1559
 
1560
- #: views/settings.php:103
1561
  msgid "Turn on WPBackItUp logging."
1562
  msgstr "Activar el registro de WPBackItUp."
1563
 
1564
- #: views/settings.php:104
1565
  msgid ""
1566
  "This option should only be turned on by advanced users or when "
1567
  "troubleshooting issues with WPBackItUp support."
@@ -1569,60 +1572,70 @@ msgstr ""
1569
  "Esta opción solo debería activarse por usuarios avanzados o durante la "
1570
  "solución de problemas con el soporte de WPBackItUp."
1571
 
1572
- #: views/settings.php:105
1573
  msgid "Yes"
1574
  msgstr "Sí"
1575
 
1576
- #: views/settings.php:106
1577
  msgid "No"
1578
  msgstr "No"
1579
 
1580
- #: views/settings.php:112
1581
  msgid "Disable restore version compare?"
1582
  msgstr ""
1583
 
1584
- #: views/settings.php:114
1585
  msgid ""
1586
  "Check this box if you would like WPBackItUp not to check major version "
1587
  "issue. This could be dangerous, you can disable it with your own risk."
1588
  msgstr ""
1589
 
1590
- #: views/settings.php:119
1591
  msgid "Single File Backup Set"
1592
  msgstr "Grupo de copias de seguridad de un solo archivo"
1593
 
1594
- #: views/settings.php:121
1595
  msgid ""
1596
- "Check this box if you would like WPBackItUp to create a single file backup "
1597
- "set."
1598
  msgstr ""
1599
- "Seleccione esta casilla si quiere que WPBackItUp cree un grupo de copia de "
1600
- "seguridad de un solo archivo."
1601
 
1602
- #: views/settings.php:122
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1603
  msgid ""
1604
  "When this setting is turned on WPBackItUp will attempt to create a single "
1605
- "file backup set. If WPBackItUp is unable to create a single file backup set "
1606
- "then it will turn this setting off for you. Creating a single file backup "
1607
- "set may not be possible with hosts that strictly limit memory utilization."
1608
- msgstr ""
1609
- "Cuando este ajuste está activado, WPBackItUp intentará crear un conjunto de "
1610
- "copias de seguridad de un solo archivo. Si WPBackItUp no puede crear un "
1611
- "conjunto de copias de seguridad de un solo archivo entonces desactivará este "
1612
- "ajuste por usted. Crear un conjunto de copias de seguridad de un solo "
1613
- "archivo puede no ser posible en proveedores de hosting con límites estrictos "
1614
- "de uso de memoria. "
1615
-
1616
- #: views/settings.php:127
1617
  msgid "Batch Size"
1618
  msgstr "Tamaño del lote"
1619
 
1620
- #: views/settings.php:128
1621
  msgid "Enter the batch size for each of your content items."
1622
  msgstr ""
1623
  "Introduzca el tamaño del lote de cada uno de sus elementos de contenido."
1624
 
1625
- #: views/settings.php:129
1626
  msgid ""
1627
  "These settings tell WPBackItUp how many items that should be added to the "
1628
  "backup at a time. If you experience timeouts while running a backup then "
@@ -1635,27 +1648,27 @@ msgstr ""
1635
  "puede usar para reducir la cantidad de tiempo que tarda WPBackItUp en "
1636
  "completar cada copia de seguridad."
1637
 
1638
- #: views/settings.php:132
1639
  msgid "DB Tables Batch Size"
1640
  msgstr "Tamaño del lote de las tablas de la base de datos"
1641
 
1642
- #: views/settings.php:137
1643
  msgid "Plugins Batch Size"
1644
  msgstr "Tamaño del lote de plugins"
1645
 
1646
- #: views/settings.php:142
1647
  msgid "Themes Batch Size"
1648
  msgstr "Tamaño del lote de temas"
1649
 
1650
- #: views/settings.php:147
1651
  msgid "Uploads Batch Size"
1652
  msgstr "Tamaño del lote de subidas"
1653
 
1654
- #: views/settings.php:152
1655
  msgid "Others Batch Size"
1656
  msgstr "Tamaño del lote de otros"
1657
 
1658
- #: views/settings.php:155 views/settings.php:189 views/settings.php:227
1659
  msgid ""
1660
  "* These settings should only be modified by advanced users or when when "
1661
  "working with WPBackItUp support."
@@ -1663,11 +1676,11 @@ msgstr ""
1663
  "* Esta configuración solo se debería modificar por usuarios avanzados o "
1664
  "cuando trabaje con el soporte de WPBackItUp."
1665
 
1666
- #: views/settings.php:167
1667
  msgid "Filter Your Folders"
1668
  msgstr "Filtrar sus carpetas"
1669
 
1670
- #: views/settings.php:168
1671
  msgid ""
1672
  "Enter a comma separated list of folders that should be excluded from your "
1673
  "backups."
@@ -1675,7 +1688,7 @@ msgstr ""
1675
  "Introduzca una lista de las carpetas, separadas por comas, que deben ser "
1676
  "excluidas de sus copias de seguridad."
1677
 
1678
- #: views/settings.php:169
1679
  msgid ""
1680
  "It is important to note that when a folder name is present in this list any "
1681
  "occurrence of that folder, and all its contents, will be excluded from the "
@@ -1685,32 +1698,32 @@ msgstr ""
1685
  "encuentra en esta lista, todo lo que ocurra en ella y a su contenido será "
1686
  "excluido de la copia de seguridad."
1687
 
1688
- #: views/settings.php:171
1689
  msgid "Plugin Folders Filter"
1690
  msgstr "Filtro de la carpeta de plugins"
1691
 
1692
- #: views/settings.php:176
1693
  msgid "Theme Folders Filter"
1694
  msgstr "Filtro de la carpeta de temas"
1695
 
1696
- #: views/settings.php:181
1697
  msgid "Upload Folders Filter"
1698
  msgstr "Filtro de la carpeta de subidas"
1699
 
1700
- #: views/settings.php:185
1701
  msgid "Other Folders Filter"
1702
  msgstr "Filtro de otras carpetas"
1703
 
1704
- #: views/settings.php:194
1705
  msgid "Filter Your Database Tables"
1706
  msgstr "Filtrar sus tablas de la base de datos"
1707
 
1708
- #: views/settings.php:195
1709
  msgid "Exclude custom database tables from the backup."
1710
  msgstr ""
1711
  "Excluir de su copia de seguridad tablas personalizadas de la base de datos."
1712
 
1713
- #: views/settings.php:196
1714
  msgid ""
1715
  "If you would like to exclude a custom table from the backup then simply drag "
1716
  "it to the list on the right. WordPress core tables may not be excluded from "
@@ -1720,11 +1733,11 @@ msgstr ""
1720
  "simplemente arrástrela a la lista de la derecha. Las tablas propias de "
1721
  "WordPress no se pueden excluir."
1722
 
1723
- #: views/settings.php:232
1724
  msgid "Remove Data on Uninstall?"
1725
  msgstr "¿Borrar datos al desinstalar?"
1726
 
1727
- #: views/settings.php:234
1728
  msgid ""
1729
  "Check this box if you would like WPBackItUp to completely remove all of its "
1730
  "data when the plugin is deleted."
@@ -1793,34 +1806,72 @@ msgstr "Por favor, registre su versión de WPBackItUp para acceder al soporte."
1793
  msgid "Premium customers receive priority support."
1794
  msgstr "Los clientes premium reciben soporte técnico prioritario."
1795
 
1796
- #: wp-backitup.php:93 wp-backitup.php:94
1797
  #, php-format
1798
  msgid "Every %s hours"
1799
  msgstr "Cada %s horas"
1800
 
1801
- #: wp-backitup.php:95 wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98
1802
- #: wp-backitup.php:99
1803
  #, php-format
1804
  msgid "WPBUP - Every %s minutes"
1805
  msgstr "WPBUP - Cada %s minutos"
1806
 
1807
- #: wp-backitup.php:101
1808
  msgid "WPBUP - Once Weekly"
1809
  msgstr "WPBUP - Semanalmente"
1810
 
1811
- #: wp-backitup.php:102
1812
  msgid "WPBUP - Once Monthly"
1813
  msgstr "WPBUP - Mensualmente"
1814
 
1815
- #: wp-backitup.php:103 wp-backitup.php:104
1816
  #, php-format
1817
  msgid "WPBUP - Every %s hours"
1818
  msgstr "WPBUP - Cada %s horas"
1819
 
1820
- #: wp-backitup.php:113
1821
  msgid "Local File"
1822
  msgstr ""
1823
 
1824
- #: wp-backitup.php:170
1825
  msgid "Cleanup"
1826
  msgstr "Limpiar"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: WPBackItUp\n"
7
+ "POT-Creation-Date: 2016-08-14 10:54-0400\n"
8
+ "PO-Revision-Date: 2016-08-14 10:54-0400\n"
9
  "Last-Translator: Germán Suárez <germansc.upwork@gmail.com>\n"
10
  "Language-Team: Spanish (Spain) (http://www.transifex.com/wp-translations/wp-"
11
  "backitup/language/es_ES/)\n"
24
  msgid "Every %d Minutes"
25
  msgstr ""
26
 
27
+ #: lib/includes/class-wpbackitup-admin.php:216 views/backup.php:277
28
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
29
+ #: wp-backitup.php:143
30
  msgid "Backup"
31
  msgstr "Copia de seguridad"
32
 
33
+ #: lib/includes/class-wpbackitup-admin.php:220
34
+ #: lib/includes/class-wpbackitup-admin.php:258 views/restore.php:136
35
+ #: wp-backitup.php:157
36
  msgid "Restore"
37
  msgstr "Restaurar"
38
 
39
+ #: lib/includes/class-wpbackitup-admin.php:224
40
  msgid "Support"
41
  msgstr "Soporte"
42
 
43
+ #: lib/includes/class-wpbackitup-admin.php:227
44
  msgid "Settings"
45
  msgstr "Configuración"
46
 
47
+ #: lib/includes/class-wpbackitup-admin.php:251
48
  msgid ""
49
  "The backup you have selected exceeds what your host allows you to upload."
50
  msgstr ""
51
  "La copia de seguridad que ha seleccionado excede lo que su servidor le "
52
  "permite subir."
53
 
54
+ #: lib/includes/class-wpbackitup-admin.php:252 views/backup.php:439
55
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
56
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
57
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
58
  msgid "Warning"
59
  msgstr "Advertencia"
60
 
61
+ #: lib/includes/class-wpbackitup-admin.php:253 views/backup.php:253
62
  #: views/backup.php:376
63
  msgid "Error"
64
  msgstr "Error"
65
 
66
+ #: lib/includes/class-wpbackitup-admin.php:254
67
  msgid "Response"
68
  msgstr "Respuesta"
69
 
70
+ #: lib/includes/class-wpbackitup-admin.php:255 views/backup.php:352
71
  #: views/backup.php:430 views/restore.php:230
72
  msgid "Status"
73
  msgstr "Estado"
74
 
75
+ #: lib/includes/class-wpbackitup-admin.php:256
76
  msgid "Download"
77
  msgstr "Descargar"
78
 
79
+ #: lib/includes/class-wpbackitup-admin.php:257 views/backup.php:407
80
  #: views/restore.php:129
81
  msgid "Delete"
82
  msgstr "Borrar"
83
 
84
+ #: lib/includes/class-wpbackitup-admin.php:259
85
  msgid "(JS997) Unexpected error"
86
  msgstr "(JS997) Error inesperado"
87
 
88
+ #: lib/includes/class-wpbackitup-admin.php:260
89
  msgid "(JS998) Unexpected error"
90
  msgstr "(JS998) Error inesperado"
91
 
92
+ #: lib/includes/class-wpbackitup-admin.php:261
93
  msgid "(JS999) An unexpected error has occurred"
94
  msgstr "(JS999) Ocurrió un error inesperado"
95
 
96
+ #: lib/includes/class-wpbackitup-admin.php:262
97
  msgid "Scheduled has been saved."
98
  msgstr "Se ha guardado la programación."
99
 
100
+ #: lib/includes/class-wpbackitup-admin.php:263
101
  msgid "Scheduled was not saved."
102
  msgstr "La programación no se ha guardado."
103
 
104
+ #: lib/includes/class-wpbackitup-admin.php:264
105
  msgid "Are you sure you want to restore your site?"
106
  msgstr "¿Está seguro de que quiere restaurar su sitio web?"
107
 
108
+ #: lib/includes/class-wpbackitup-admin.php:265
109
  msgid "Are you sure ?"
110
  msgstr "¿Está seguro?"
111
 
112
+ #: lib/includes/class-wpbackitup-admin.php:266
113
  msgid "This file cannot be delete!"
114
  msgstr "¡Este archivo no se puede borrar!"
115
 
116
+ #: lib/includes/class-wpbackitup-admin.php:267
117
  msgid "View Log"
118
  msgstr "Ver registro"
119
 
120
+ #: lib/includes/class-wpbackitup-admin.php:268
121
  msgid "New Backup!"
122
  msgstr "¡Nueva copia de seguridad!"
123
 
124
+ #: lib/includes/class-wpbackitup-admin.php:269
125
  msgid "Uploaded Backup"
126
  msgstr "Copia de seguridad subida"
127
 
128
+ #: lib/includes/class-wpbackitup-admin.php:606
129
  msgid "Backup Queued"
130
  msgstr "Copia de seguridad puesta en la cola"
131
 
132
+ #: lib/includes/class-wpbackitup-admin.php:615
133
  msgid "Backup could not be queued"
134
  msgstr "No se puede poner en la cola la copia de seguridad"
135
 
136
+ #: lib/includes/class-wpbackitup-admin.php:627
137
  msgid "Job is already in queue."
138
  msgstr "La tarea ya está en la cola."
139
 
140
+ #: lib/includes/class-wpbackitup-admin.php:665
141
  msgid "No backup file selected."
142
  msgstr "No se ha seleccionado ningún archivo de copia de seguridad."
143
 
144
+ #: lib/includes/class-wpbackitup-admin.php:672
145
  msgid "No user id found."
146
  msgstr "No se ha encontrado la id de usuario."
147
 
148
+ #: lib/includes/class-wpbackitup-admin.php:710
149
  msgid "Restore Queued"
150
  msgstr "Restauración en la cola"
151
 
152
+ #: lib/includes/class-wpbackitup-admin.php:719
153
  msgid "Restore could not be queued"
154
  msgstr "La restauración no se ha podido poner en cola"
155
 
156
+ #: lib/includes/class-wpbackitup-admin.php:725
157
  msgid "Restore already in queue"
158
  msgstr "La restauración ya está en la cola"
159
 
160
+ #: lib/includes/class-wpbackitup-admin.php:757
161
  msgid "No job id posted"
162
  msgstr "Id de la tarea no publicado"
163
 
164
+ #: lib/includes/class-wpbackitup-admin.php:765 views/backup.php:467
165
  msgid "Backup Cancelled"
166
  msgstr "Copia de seguridad cancelada"
167
 
168
+ #: lib/includes/class-wpbackitup-admin.php:767
169
  msgid "Backup job not found"
170
  msgstr "No se ha encontrado la tarea de copia de seguridad"
171
 
172
+ #: lib/includes/class-wpbackitup-admin.php:975
173
  msgid "No response log found."
174
  msgstr "No se ha enontrado ningún registro."
175
 
176
+ #: lib/includes/class-wpbackitup-admin.php:1077
177
+ #: lib/includes/class-wpbackitup-admin.php:1085
178
+ #: lib/includes/class-wpbackitup-admin.php:1137
179
+ #: lib/includes/class-wpbackitup-admin.php:1144
180
+ #: lib/includes/class-wpbackitup-admin.php:1151
181
+ #: lib/includes/class-wpbackitup-admin.php:1158
182
+ #: lib/includes/class-wpbackitup-admin.php:1165
183
  msgid "Please enter a number"
184
  msgstr "Por favor, introduzca un número"
185
 
186
+ #: lib/includes/class-wpbackitup-admin.php:1106
187
+ #: lib/includes/class-wpbackitup-admin.php:1274
188
  msgid "Please enter a valid email"
189
  msgstr "Por favor, introduzca una dirección de correo electrónico válida"
190
 
191
+ #: lib/includes/class-wpbackitup-admin.php:1281
192
  msgid "Please enter your support ticket id"
193
  msgstr "Por favor, introduzca el id de la incidencia"
194
 
195
+ #: lib/includes/class-wpbackitup-admin.php:1286
196
  msgid "Please only enter numbers in this field"
197
  msgstr "Por favor, sólo introduzca números en este campo"
198
 
199
+ #: lib/includes/class-wpbackitup-admin.php:2093
200
+ #: lib/includes/class-wpbackitup-admin.php:2113
201
  msgid ""
202
  "License could not be activated. Please try again in a few hours and contact "
203
  "support if this error continues."
205
  "Puede que la licencia no se haya activado. Por favor, inténtelo de nuevo en "
206
  "unas pocas horas y contacte con el soporte técnico si el error continua."
207
 
208
+ #: lib/includes/class-wpbackitup-admin.php:2162
209
  msgid "License is invalid."
210
  msgstr "Licencia no válida"
211
 
212
+ #: lib/includes/class-wpbackitup-admin.php:2167
213
  msgid "License has expired."
214
  msgstr "La licencia ha caducado."
215
 
216
+ #: lib/includes/class-wpbackitup-admin.php:2170
217
  #, php-format
218
  msgid ""
219
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
224
  "a> ahora para otro año de <strong>actualizaciones</strong> y acceso a "
225
  "nuestro equipo de <strong>soporte de talla mundial</strong>."
226
 
227
+ #: lib/includes/class-wpbackitup-admin.php:2184
228
  msgid "License Expired: Scheduled backups are no longer active."
229
  msgstr ""
230
  "La licencia ha caducado. Las copias de seguridad programadas ya no están "
231
  "activas."
232
 
233
+ #: lib/includes/class-wpbackitup-admin.php:2192
234
  msgid "Activation limit has been reached."
235
  msgstr "Se ha llegado al límite de activaciones."
236
 
237
+ #: lib/includes/class-wpbackitup-admin.php:2198
238
  msgid "Your Activation limit has been reached"
239
  msgstr "Se ha llegado a su límite de activaciones"
240
 
267
  "No se ha podido importar el archivo dentro del conjunto de copias de "
268
  "seguridad de WPBackItUp."
269
 
270
+ #: lib/includes/job_backup.php:1144
271
  #, php-format
272
  msgid ""
273
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
283
  "a></strong> para otro año de actualizaciones y acceso a nuestro equipo de "
284
  "soporte de primer nivel.<br/><br/>"
285
 
286
+ #: lib/includes/job_backup.php:1149
287
  #, php-format
288
  msgid "%s - Backup completed successfully."
289
  msgstr "%s - de la copia de seguridad completada con éxito."
290
 
291
+ #: lib/includes/job_backup.php:1150
292
  msgid "Your backup completed successfully."
293
  msgstr "Su copia de seguridad se ha completado con éxito."
294
 
295
+ #: lib/includes/job_backup.php:1153
296
  #, php-format
297
  msgid "%s - Backup did not complete successfully."
298
  msgstr "%s - de la copia de seguridad no se ha completado con éxito."
299
 
300
+ #: lib/includes/job_backup.php:1154
301
  msgid "Your backup did not complete successfully."
302
  msgstr "Su copia de seguridad no se ha completado con éxito."
303
 
304
+ #: lib/includes/job_backup.php:1161
305
  #, php-format
306
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
307
  msgstr "Web de WordPress: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
308
 
309
+ #: lib/includes/job_backup.php:1162
310
  msgid "Backup date:"
311
  msgstr "Fecha de la copia de seguridad:"
312
 
313
+ #: lib/includes/job_backup.php:1163
314
  msgid "Number of backups completed with WPBackItUp:"
315
  msgstr "Número de copias de seguridad realizadas con WPBackItUp:"
316
 
317
+ #: lib/includes/job_backup.php:1165
318
  msgid "Completion Code:"
319
  msgstr "Código de finalización:"
320
 
321
+ #: lib/includes/job_backup.php:1166
322
  msgid "WPBackItUp Version:"
323
  msgstr "Versión de WPBackItUp:"
324
 
325
+ #: lib/includes/job_backup.php:1178
326
  #, php-format
327
  msgid "Checkout %s for info about WPBackItUp and our other products."
328
  msgstr ""
329
  "Comprueba %s para información sobre WPBackItUp y nuestros otros productos."
330
 
331
+ #: lib/includes/job_backup.php:1345
332
  msgid ""
333
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
334
  "settings of your wp-backitup backup directory"
336
  "(101) No se puede crear un nuevo directorio para las copias de seguridad. "
337
  "Compruebe la configuración CHMOD del directorio de wp-backitup"
338
 
339
+ #: lib/includes/job_backup.php:1346
340
  msgid ""
341
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
342
  "your wp-backitup plugin directory"
344
  "(102) No se ha podido crear el directorio para las copias de seguridad. "
345
  "Compruebe la configuración CHMOD del directorio de wp-backitup"
346
 
347
+ #: lib/includes/job_backup.php:1347
348
  msgid "(103) Unable to backup your files. Please try again"
349
  msgstr ""
350
  "(103) No se pueden hacer copias de seguridad de sus archivos. Inténtelo de "
351
  "nuevo"
352
 
353
+ #: lib/includes/job_backup.php:1348
354
  msgid "(104) Unable to export your database. Please try again"
355
  msgstr "(104) No se puede exportar su base de datos. Inténtelo de nuevo"
356
 
357
+ #: lib/includes/job_backup.php:1349
358
  msgid "(105) Unable to export site information file. Please try again"
359
  msgstr ""
360
  "(105) No se puede exportar el archivo de información del sitio web. "
361
  "Inténtelo de nuevo"
362
 
363
+ #: lib/includes/job_backup.php:1350
364
  msgid "(106) Unable to cleanup your backup directory"
365
  msgstr "(106) No se puede limpiar su directorio de copias de seguridad"
366
 
367
+ #: lib/includes/job_backup.php:1351
368
  msgid "(107) Unable to compress(zip) your backup. Please try again"
369
  msgstr ""
370
  "(107) No se puede comprimir(zip) su copia de seguridad. Inténtelo de nuevo"
371
 
372
+ #: lib/includes/job_backup.php:1352
373
  msgid "(108) Unable to backup your site data files. Please try again"
374
  msgstr ""
375
  "(108) No se puede realizar la copia de seguridad de los archivos de datos de "
376
  "su sitio web. Inténtelo de nuevo"
377
 
378
+ #: lib/includes/job_backup.php:1353
379
  msgid "(109) Unable to finalize backup. Please try again"
380
  msgstr "(109) No se puede terminar la copia de seguridad. Inténtelo de nuevo"
381
 
382
+ #: lib/includes/job_backup.php:1354
383
  msgid "(110) Unable to create backup manifest. Please try again"
384
  msgstr ""
385
  "(110) No se puede crear el manifiesto de la copia de seguridad. Por favor, "
386
  "inténtelo de nuevo."
387
 
388
+ #: lib/includes/job_backup.php:1355
389
  msgid ""
390
  "(114) Your database was accessible but an export could not be created. "
391
  "Please contact support by clicking the get support link on the right. Please "
397
  "Por favor díganos cual es su proveedor de hosting cuando nos envie la "
398
  "petición"
399
 
400
+ #: lib/includes/job_backup.php:1356
401
  msgid "(120) Unable to backup your themes. Please try again"
402
  msgstr ""
403
  "(120) No se puede realizar la copia de seguridad de sus temas. Inténtelo de "
404
  "nuevo"
405
 
406
+ #: lib/includes/job_backup.php:1357
407
  msgid "(121) Unable to backup your plugins. Please try again"
408
  msgstr ""
409
  "(121) No se puede realizar la copia de seguridad de sus plugins. Inténtelo "
410
  "de nuevo"
411
 
412
+ #: lib/includes/job_backup.php:1358
413
  msgid "(122) Unable to backup your uploads. Please try again"
414
  msgstr ""
415
  "(122) No se puede realizar la copia de seguridad de sus subidas. Inténtelo "
416
  "de nuevo"
417
 
418
+ #: lib/includes/job_backup.php:1359
419
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
420
  msgstr ""
421
  "(123) No se puede realizar la copia de seguridad de archivos diversos. "
422
  "Inténtelo de nuevo"
423
 
424
+ #: lib/includes/job_backup.php:1360
425
  msgid ""
426
  "(125) Unable to compress your backup because there is no zip utility "
427
  "available. Please contact support"
429
  "(125) No se puede comprimir su copia de seguridad debido a que no está "
430
  "disponible la utilidad zip. Por favor contacte con el soporte técnico"
431
 
432
+ #: lib/includes/job_backup.php:1361
433
  msgid "(126) Unable to validate your backup. Please try again"
434
  msgstr "(126) No se puede validar su copia de seguridad. Inténtelo de nuevo."
435
 
436
+ #: lib/includes/job_backup.php:1362
437
  msgid "(127) Unable to create inventory of files to backup. Please try again"
438
  msgstr ""
439
  "(127) No se puede crear el inventario de archivos que se deben añadir a la "
440
  "copia de seguridad. Inténtelo de nuevo"
441
 
442
+ #: lib/includes/job_backup.php:1363
443
  msgid "(128) Unable to create job control record. Please try again"
444
  msgstr ""
445
  "(128) No se puede crear el registro de control de tareas. Inténtelo de nuevo"
446
 
447
+ #: lib/includes/job_backup.php:1365
448
  msgid ""
449
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
450
  "settings of your wp-backitup backup directory"
452
  "(2101) No se puede crear un nuevo directorio para las copias de seguridad. "
453
  "Compruebe la configuración CHMOD del directorio de wp-backitup"
454
 
455
+ #: lib/includes/job_backup.php:1366
456
  msgid ""
457
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
458
  "your wp-backitup plugin directory"
460
  "(2102) No se ha podido crear el directorio para las copias de seguridad. "
461
  "Compruebe la configuración CHMOD del directorio de wp-backitup"
462
 
463
+ #: lib/includes/job_backup.php:1367
464
  msgid "(2103) Unable to backup your files. Please try again"
465
  msgstr ""
466
  "(2103) No se pueden hacer copias de seguridad de sus archivos. Inténtelo de "
467
  "nuevo"
468
 
469
+ #: lib/includes/job_backup.php:1368
470
  msgid "(2104) Unable to export your database. Please try again"
471
  msgstr "(2104) No se puede exportar su base de datos. Inténtelo de nuevo"
472
 
473
+ #: lib/includes/job_backup.php:1369
474
  msgid "(2105) Unable to export site information file. Please try again"
475
  msgstr ""
476
  "(2105) No se puede exportar el archivo de información del sitio web. "
477
  "Inténtelo de nuevo"
478
 
479
+ #: lib/includes/job_backup.php:1370
480
  msgid "(2106) Unable to cleanup your backup directory"
481
  msgstr "(2106) No se puede limpiar su directorio de copias de seguridad"
482
 
483
+ #: lib/includes/job_backup.php:1371
484
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
485
  msgstr ""
486
  "(2107) No se puede comprimir(zip) su copia de seguridad. Inténtelo de nuevo"
487
 
488
+ #: lib/includes/job_backup.php:1372
489
  msgid "(2108) Unable to backup your site data files. Please try again"
490
  msgstr ""
491
  "(2108) No se puede realizar la copia de seguridad de los archivos de datos "
492
  "de su sitio web. Inténtelo de nuevo"
493
 
494
+ #: lib/includes/job_backup.php:1373
495
  msgid "(2109) Unable to finalize backup. Please try again"
496
  msgstr "(2109) No se puede terminar la copia de seguridad. Inténtelo de nuevo"
497
 
498
+ #: lib/includes/job_backup.php:1374
499
  msgid "(2110) Unable to create backup manifest. Please try again"
500
  msgstr ""
501
  "(2110) No se puede crear el manifiesto de la copia de seguridad. Por favor, "
502
  "inténtelo de nuevo."
503
 
504
+ #: lib/includes/job_backup.php:1375
505
  msgid ""
506
  "(2114) Your database was accessible but an export could not be created. "
507
  "Please contact support by clicking the get support link on the right. Please "
513
  "Por favor díganos cual es su proveedor de hosting cuando nos envie la "
514
  "petición"
515
 
516
+ #: lib/includes/job_backup.php:1376
517
  msgid "(2120) Unable to backup your themes. Please try again"
518
  msgstr ""
519
  "(2120) No se puede realizar la copia de seguridad de sus temas. Inténtelo de "
520
  "nuevo"
521
 
522
+ #: lib/includes/job_backup.php:1377
523
  msgid "(2121) Unable to backup your plugins. Please try again"
524
  msgstr ""
525
  "(2121) No se puede realizar la copia de seguridad de sus plugins. Inténtelo "
526
  "de nuevo"
527
 
528
+ #: lib/includes/job_backup.php:1378
529
  msgid "(2122) Unable to backup your uploads. Please try again"
530
  msgstr ""
531
  "(2122) No se puede realizar la copia de seguridad de sus subidas. Inténtelo "
532
  "de nuevo."
533
 
534
+ #: lib/includes/job_backup.php:1379
535
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
536
  msgstr ""
537
  "(2123) No se puede realizar la copia de seguridad de archivos diversos. "
538
  "Inténtelo de nuevo"
539
 
540
+ #: lib/includes/job_backup.php:1380
541
  msgid ""
542
  "(2125) Unable to compress your backup because there is no zip utility "
543
  "available. Please contact support"
545
  "(2125) No se puede comprimir su copia de seguridad debido a que no está "
546
  "disponible la utilidad zip. Por favor contacte con el soporte técnico"
547
 
548
+ #: lib/includes/job_backup.php:1381
549
  msgid "(2126) Unable to validate your backup. Please try again"
550
  msgstr "(2126) No se puede validar su copia de seguridad. Inténtelo de nuevo"
551
 
552
+ #: lib/includes/job_backup.php:1382
553
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
554
  msgstr ""
555
  "(2127) No se puede crear el inventario de archivos que se deben añadir a la "
556
  "copia de seguridad. Inténtelo de nuevo"
557
 
558
+ #: lib/includes/job_backup.php:1383
559
  msgid "(2128) Unable to create job control record. Please try again"
560
  msgstr ""
561
  "(2128) No se puede crear el registro de control de tareas. Inténtelo de nuevo"
562
 
563
+ #: lib/includes/job_backup.php:1386
564
  msgid "(999) Unexpected error"
565
  msgstr "(999) Error inesperado"
566
 
757
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
758
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
759
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
760
+ #: views/restore.php:250 views/restore.php:251 views/restore.php:253
761
+ #: views/restore.php:254 views/restore.php:256 views/restore.php:257
 
762
  msgid "Done"
763
  msgstr "Hecho"
764
 
767
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
768
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
769
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
770
+ #: views/restore.php:250 views/restore.php:251 views/restore.php:253
771
+ #: views/restore.php:254 views/restore.php:256 views/restore.php:257
 
772
  msgid "Failed"
773
  msgstr "Fallido"
774
 
1087
 
1088
  #: views/restore.php:214
1089
  msgid ""
1090
+ "* When done uploading click the import uploads button below to see new "
1091
+ "backups appear in the Available Backups section above. "
1092
  msgstr ""
 
 
1093
 
1094
  #: views/restore.php:244
1095
  msgid "Preparing for restore"
1111
  msgid "Deactivating plugins"
1112
  msgstr "Desactivando plugins"
1113
 
 
 
 
 
1114
  #: views/restore.php:250
1115
+ msgid "Importing database"
1116
+ msgstr ""
1117
+
1118
+ #: views/restore.php:251
1119
+ msgid "Updating imported database"
1120
+ msgstr ""
1121
+
1122
+ #: views/restore.php:253
1123
  msgid "Staging content files"
1124
  msgstr "Archivos de contenidos provisional"
1125
 
1126
+ #: views/restore.php:254
1127
  msgid "Restoring content files"
1128
  msgstr "Restaurando archivos de contenidos"
1129
 
1130
+ #: views/restore.php:256
1131
  msgid "Restoring database"
1132
  msgstr "Resturando base de datos"
1133
 
1134
+ #: views/restore.php:257
 
 
 
 
 
 
 
 
1135
  msgid "Updating permalinks"
1136
  msgstr "Actualizando enlaces permanentes"
1137
 
1138
+ #: views/restore.php:263
1139
  msgid "Error 201: No file selected"
1140
  msgstr "Error 201: No se ha seleccionado ningún archivo"
1141
 
1142
+ #: views/restore.php:264
1143
  msgid "Error 202: Your file could not be uploaded"
1144
  msgstr "Error 202: No se ha podido subir el archivo"
1145
 
1146
+ #: views/restore.php:265
1147
  msgid "Error 203: Your backup could not be unzipped"
1148
  msgstr "Error 203: No se puede descomprimir su copia de seguridad"
1149
 
1150
+ #: views/restore.php:266
1151
  msgid ""
1152
  "Error 204: Your backup appears to be invalid. Please ensure you selected a "
1153
  "valid backup"
1155
  "Error 204: Su copia de seguridad parece no válida. Asegúrese de seleccionar "
1156
  "una copia de seguridad válida"
1157
 
1158
+ #: views/restore.php:267
1159
  msgid "Error 205: Cannot create restore point"
1160
  msgstr "Error 205: No se puede crear un punto de restauración"
1161
 
1162
+ #: views/restore.php:268
1163
  msgid "Error 206: Unable to connect to your database"
1164
  msgstr "Error 206: No se puede conectar a su base de datos"
1165
 
1166
+ #: views/restore.php:269
1167
  msgid ""
1168
  "Error 207: Unable to get current site URL from database. Please try again"
1169
  msgstr ""
1170
  "Error 207: No se puede conseguir la URL actual desde la base de datos. "
1171
  "Inténtelo de nuevo"
1172
 
1173
+ #: views/restore.php:270
1174
  msgid ""
1175
  "Error 208: Unable to get current home URL from database. Please try again"
1176
  msgstr ""
1177
  "Error 208: No se puede conseguir la URL de la página de inicio actual desde "
1178
  "la base de datos. Inténtelo de nuevo"
1179
 
1180
+ #: views/restore.php:271
1181
  msgid ""
1182
  "Error 209: Unable to get current user ID from database. Please try again"
1183
  msgstr ""
1184
  "Error 209: No se puede conseguir la ID actual de usuario desde la base de "
1185
  "datos. Inténtelo de nuevo"
1186
 
1187
+ #: views/restore.php:272
1188
  msgid ""
1189
  "Error 210: Unable to get current user password from database. Please try "
1190
  "again"
1192
  "Error 210: No se puede conseguir la contraseña actual de usuario desde la "
1193
  "base de datos. Inténtelo de nuevo"
1194
 
1195
+ #: views/restore.php:273
1196
  msgid ""
1197
  "Error 211: Unable to get current user email from database. Please try again"
1198
  msgstr ""
1199
  "Error 211: No se puede conseguir la dirección de correo electrónico actual "
1200
  "del usuario desde la base de datos. Inténtelo de nuevo"
1201
 
1202
+ #: views/restore.php:275
1203
  msgid ""
1204
  "Error 212: Unable to import your database. This may require importing the "
1205
  "file manually"
1207
  "Error 212: No se puede importar su base de datos. Esto puede requerir la "
1208
  "importación manual del archivo"
1209
 
1210
+ #: views/restore.php:276
1211
+ msgid ""
1212
+ "Error 212: Unable to restore your database. This may require importing the "
1213
+ "file manually"
1214
+ msgstr ""
1215
+
1216
+ #: views/restore.php:279
1217
  msgid ""
1218
  "Warning 213: Unable to update your site URL value. Please check your "
1219
  "WordPress general settings to make sure your Site and WordPress URLs are "
1223
  "Compruebe los ajustes generales de su WordPress para asegurarse de que las "
1224
  "URL de su sitio y de WordPress son correctas"
1225
 
1226
+ #: views/restore.php:280
1227
  msgid ""
1228
  "Warning 214: Unable to update your home URL value. Please check your "
1229
  "WordPress general settings to make sure your Site and WordPress URLs are "
1233
  "Compruebe los ajustes generales de su WordPress para asegurarse de que las "
1234
  "URL de su sitio y de WordPress son correctas"
1235
 
1236
+ #: views/restore.php:281
1237
  msgid ""
1238
  "Warning 215: Unable to update your user information. This may require you to "
1239
  "login with the admin username and password that was used when the backup was "
1243
  "puede requerir que inicie sesión con el nombre de usuario y contraseña que "
1244
  "usó cuando se creó la copia de seguridad"
1245
 
1246
+ #: views/restore.php:282
1247
  msgid "Error 216: Database not found in backup"
1248
  msgstr "Error 216: No se encuentra la base de datos en la copia de seguridad"
1249
 
1250
+ #: views/restore.php:283
1251
  msgid "Warning 217: Unable to remove existing wp-content directory"
1252
  msgstr ""
1253
  "Advertencia 217: No se puede eliminar el directorio wp-content existente"
1254
 
1255
+ #: views/restore.php:284
1256
  msgid ""
1257
  "Error 218: Unable to create new wp-content directory. Please check your "
1258
  "CHMOD settings in /wp-content/"
1260
  "Error 218: No se puede crear un nuevo directorio wp-content. Revise su "
1261
  "configuración CHMOD en /wp-content/"
1262
 
1263
+ #: views/restore.php:285
1264
  msgid "Error 219: Unable to import wp-content. Please try again"
1265
  msgstr "Error 219: No se puede importat wp-content. Inténtelo de nuevo"
1266
 
1267
+ #: views/restore.php:286
1268
  msgid "Warning 220: Unable to cleanup import directory. No action is required"
1269
  msgstr ""
1270
  "Advertencia 220: No se puede limpiar el directorio importado. No se requiere "
1271
  "ninguna acción"
1272
 
1273
+ #: views/restore.php:287
1274
  #, php-format
1275
  msgid ""
1276
  "Error 221: Table prefix value in wp-config.php is different from backup. "
1283
  "de poder restaurar su sitio web. Vea en www.wpbackitup.com las <a href =\"%s"
1284
  "\" target=\"_blank\" > Preguntas frecuentes</a> para más información."
1285
 
1286
+ #: views/restore.php:288
1287
  msgid "Error 222: Unable to create restore folder"
1288
  msgstr "Error 222: No se puede crear la carpeta de restauración"
1289
 
1290
+ #: views/restore.php:289
1291
  msgid ""
1292
  "Error 223: An error occurred during the restore. WPBackItUp attempted to "
1293
  "restore the database to its previous state but were unsuccessful. Please "
1299
  "éxito. Por favor, contacte con el soporte al cliente de WPBackItUp y no "
1300
  "intente realizar más restauraciones"
1301
 
1302
+ #: views/restore.php:290
1303
  msgid ""
1304
  "Error 224: An error occurred during the restore, however, we have "
1305
  "successfully restored your database to the previous state"
1307
  "Error 224: Ha ocurrido un error durante la restauración, de todas formas, "
1308
  "hemos restaurado su base de datos a su estado previo con éxito"
1309
 
1310
+ #: views/restore.php:291
1311
  msgid ""
1312
  "Error 225: Restore option is only available to licensed WPBackItUp users"
1313
  msgstr ""
1314
  "Error 225: La opción de restaurar está disponible sólo para los usuarios con "
1315
  "licencia de WPBackItUp"
1316
 
1317
+ #: views/restore.php:292
1318
  msgid ""
1319
  "Error 226: Restore cannot proceed because your backup was created using a "
1320
  "different version of WordPress"
1322
  "Error 226: No se procederá a la restauración porqué su copia de seguridad se "
1323
  "creó con una versión distinta de WordPress"
1324
 
1325
+ #: views/restore.php:293
1326
  msgid ""
1327
  "Error 227: Restore cannot proceed because your backup was created using a "
1328
  "different version of WPBackItUp. Please contact WPBackItUp support to help "
1333
  "WPBackItUp para encontrar ayuda de como convertir su copia de seguridad a la "
1334
  "versión actual"
1335
 
1336
+ #: views/restore.php:294
1337
  msgid ""
1338
  "Error 230: WPBackItUp ran into unexpected errors during the database "
1339
  "restore. However, we were able to successfully revert the database back to "
1344
  "estado original. Este error puede requerir la importación de la base de "
1345
  "datos de forma manual"
1346
 
1347
+ #: views/restore.php:295
1348
  msgid ""
1349
  "Error 235: WPBackItUp is not able to proceed because there is no zip utility "
1350
  "available. Please contact support"
1352
  "Error 235: WPBackItUp no puede proceder porqué no hay ninguna utilidad zip "
1353
  "disponible. Por favor, contacte con el soporte"
1354
 
1355
+ #: views/restore.php:296
1356
  msgid ""
1357
  "Error 250: WPBackItUp is unable to begin the restore because a backup is "
1358
  "running. Please wait for the backup to complete and then try again"
1361
  "creando una copia de seguridad. Espere que la copia de seguridad se complete "
1362
  "y entonces inténtelo de nuevo"
1363
 
1364
+ #: views/restore.php:298
1365
  msgid ""
1366
  "Error 260: WPBackItUp is unable to extract archives from backup set. Please "
1367
  "try again and contact support if this issue continues"
1370
  "seguridad. Por favor, inténtelo de nuevo y contacte con el soporte si el "
1371
  "problema persiste"
1372
 
1373
+ #: views/restore.php:299
1374
  msgid ""
1375
  "Error 261: WPBackItUp is unable to extract archives from backup set. Please "
1376
  "try again and contact support if this issue continues"
1379
  "seguridad. Por favor, inténtelo de nuevo y contacte con el soporte si el "
1380
  "problema persiste"
1381
 
1382
+ #: views/restore.php:300
1383
  msgid ""
1384
  "Error 262: There were no backup files found in the backup folder. Please "
1385
  "try again and contact support if this issue continues"
1388
  "de las copias de seguridad. Por favor, inténtelo de nuevo y contacte con el "
1389
  "soporte si el problema persiste"
1390
 
1391
+ #: views/restore.php:302
1392
  msgid ""
1393
  "Error 251: WPBackItUp is unable to begin the restore because the backup "
1394
  "manifest is empty"
1396
  "Error 251: WPBackItUp no puede empezar la restauración porqué el manifiesto "
1397
  "de la copia de seguridad está vacío"
1398
 
1399
+ #: views/restore.php:303
1400
  msgid ""
1401
  "Error 252: At least one zip file is missing from your backup set. Please "
1402
  "make sure to upload all zip files that were part of this backup"
1405
  "seguridad. Por favor, esté seguro de subir todos los ficheros zip que forman "
1406
  "parte de esta copia de seguridad"
1407
 
1408
+ #: views/restore.php:304
1409
  msgid ""
1410
  "Error 253: Backup set contains a zip file that is not in the manifest. "
1411
  "Please make sure to upload only zip files that were part of this backup"
1414
  "manifiesto. Asegúrese de subir sólo los archivos zip que forman parte de "
1415
  "esta copia de seguridad"
1416
 
1417
+ #: views/restore.php:305
1418
  msgid ""
1419
  "Error 254: The size of one the zip files in this backup set does not match "
1420
  "the manifest so is most likely corrupt. Upload all zip files in this backup "
1425
  "otra vez todos los archivos zip de esta copia de seguridad e intente la "
1426
  "restauración otra vez."
1427
 
1428
+ #: views/restore.php:306
1429
  msgid ""
1430
  "Error 255: Backup set does not contain a manifest. Please make sure to "
1431
  "upload all zip files that were part of this backup"
1434
  "asegúrese de subir todos los archivos zip que forman parte de esta copia de "
1435
  "seguridad"
1436
 
1437
+ #: views/restore.php:308
1438
  msgid ""
1439
  "Warning 300: Unable to restore all WordPress content. Please review your "
1440
  "restore logs to see what WPBackItUp was unable to restore"
1443
  "Revise los registros de restauración para ver que no puede restaurar "
1444
  "WPBackItUp"
1445
 
1446
+ #: views/restore.php:309
1447
  msgid ""
1448
  "Warning 305: Unable to restore all plugins. Please review your restore logs "
1449
  "to see what WPBackItUp was unable to restore"
1451
  "Advertencia 305: No se pueden restaurar todos los plugins. Revise los "
1452
  "registros de restauración para ver que no puede restaurar WPBackItUp"
1453
 
1454
+ #: views/restore.php:311
1455
  msgid "Error 2001: Unable to prepare site for restore"
1456
  msgstr "Error 2001: No se puede preparar el sitio para su restauración"
1457
 
1458
+ #: views/restore.php:312
1459
  msgid "Error 2002: Unable to unzip backup"
1460
  msgstr "Error 2002: No se puede descomprimir la copia de seguridad"
1461
 
1462
+ #: views/restore.php:313
1463
  msgid "Error 2003: Unable to validate backup"
1464
  msgstr "Error 2003: No se puede validar la copia de seguridad"
1465
 
1466
+ #: views/restore.php:314
1467
  msgid "Error 2004: Unable to create restore point"
1468
  msgstr "Error 2004: No se puede crear un punto de restauración"
1469
 
1470
+ #: views/restore.php:315
1471
  msgid "Error 2005: Unable to stage wp-content"
1472
  msgstr "Error 2005: No se puede realizar una copia intermedia de wp-content"
1473
 
1474
+ #: views/restore.php:316
1475
  msgid "Error 2006: Unable to restore content files"
1476
  msgstr "Error 2006: No se pueden restaurar los archivos de contenidos"
1477
 
1478
+ #: views/restore.php:317
1479
  msgid "Error 2007: Unable to restore database"
1480
  msgstr "Error 2007: No se puede restaurar la base de datos"
1481
 
1482
+ #: views/restore.php:318
1483
+ msgid "Error 2009: Unable to import database"
1484
+ msgstr ""
1485
+
1486
+ #: views/restore.php:319
1487
  msgid "Error 2999: Unexpected error encountered"
1488
  msgstr "Error 2999: Se ha encontrado un error inesperado"
1489
 
1490
+ #: views/restore.php:326
1491
  msgid ""
1492
  "Restore completed successfully. If you are prompted to login please do so "
1493
  "with your current username and password"
1500
  msgid "%s Settings"
1501
  msgstr "%s Ajustes"
1502
 
1503
+ #: views/settings.php:49
1504
  msgid "Settings updated successfully!"
1505
  msgstr "¡La configuración se ha actualizado con éxito!"
1506
 
1507
+ #: views/settings.php:62
1508
  msgid "Email Notifications"
1509
  msgstr "Notificaciones por correo electrónico"
1510
 
1511
+ #: views/settings.php:63
1512
  msgid ""
1513
  "Please enter your email address if you would like to receive backup email "
1514
  "notifications."
1516
  "Por favor, introduzca su dirección de correo electrónico si quiere recibir "
1517
  "notificacions por correo de sus copias de seguridad"
1518
 
1519
+ #: views/settings.php:64
1520
  msgid ""
1521
  "Backup email notifications will be sent for every backup and will contain "
1522
  "status information related to the backup."
1525
  "enviaran por cada copia de seguridad y contendrán información relacionada "
1526
  "con el estado de la copia de seguridad"
1527
 
1528
+ #: views/settings.php:66 views/settings.php:86 views/settings.php:109
1529
+ #: views/settings.php:116 views/settings.php:124 views/settings.php:132
1530
+ #: views/settings.php:163 views/settings.php:197 views/settings.php:235
1531
+ #: views/settings.php:244
1532
  msgid "Save"
1533
  msgstr "Guardar"
1534
 
1535
+ #: views/settings.php:82
1536
  msgid "Backup Retention"
1537
  msgstr "Retención de la copia de seguridad"
1538
 
1539
+ #: views/settings.php:83
1540
  msgid ""
1541
  "Enter the number of backup archives that you would like to remain on the "
1542
  "server."
1544
  "Introduzca el número de copias de seguridad que quiere que permanezcan en su "
1545
  "servidor."
1546
 
1547
+ #: views/settings.php:84
1548
  msgid ""
1549
  "Many hosts limit the amount of space that you can take up on their servers. "
1550
  "This option tells WPBackItUp the maximum number of backup archives that "
1556
  "copias de seguridad que pueden permanecer en los servidores. No se preocupe, "
1557
  "siempre eliminaremos primero las copias de seguridad más antiguas."
1558
 
1559
+ #: views/settings.php:103
1560
  msgid "Logging?"
1561
  msgstr "Registrarse?"
1562
 
1563
+ #: views/settings.php:104
1564
  msgid "Turn on WPBackItUp logging."
1565
  msgstr "Activar el registro de WPBackItUp."
1566
 
1567
+ #: views/settings.php:105
1568
  msgid ""
1569
  "This option should only be turned on by advanced users or when "
1570
  "troubleshooting issues with WPBackItUp support."
1572
  "Esta opción solo debería activarse por usuarios avanzados o durante la "
1573
  "solución de problemas con el soporte de WPBackItUp."
1574
 
1575
+ #: views/settings.php:106
1576
  msgid "Yes"
1577
  msgstr "Sí"
1578
 
1579
+ #: views/settings.php:107
1580
  msgid "No"
1581
  msgstr "No"
1582
 
1583
+ #: views/settings.php:113
1584
  msgid "Disable restore version compare?"
1585
  msgstr ""
1586
 
1587
+ #: views/settings.php:115
1588
  msgid ""
1589
  "Check this box if you would like WPBackItUp not to check major version "
1590
  "issue. This could be dangerous, you can disable it with your own risk."
1591
  msgstr ""
1592
 
1593
+ #: views/settings.php:120
1594
  msgid "Single File Backup Set"
1595
  msgstr "Grupo de copias de seguridad de un solo archivo"
1596
 
1597
+ #: views/settings.php:122
1598
  msgid ""
1599
+ "Check this box if you would like WPBackItUp to create a single zip file that "
1600
+ "contains your entire backup."
1601
  msgstr ""
 
 
1602
 
1603
+ #: views/settings.php:123
1604
+ msgid ""
1605
+ "When this setting is turned on WPBackItUp will attempt to create a single "
1606
+ "zip file that contains your entire backup. This option may may not be "
1607
+ "possible with some hosting providers. This setting will be turned off "
1608
+ "automatically if WPBackItUp is unable to complete this step for any reason."
1609
+ msgstr ""
1610
+
1611
+ #: views/settings.php:128
1612
+ msgid "Single File Database Export (db)"
1613
+ msgstr ""
1614
+
1615
+ #: views/settings.php:130
1616
+ msgid ""
1617
+ "Check this box if you would like WPBackItUp to export your database into a "
1618
+ "single db file."
1619
+ msgstr ""
1620
+
1621
+ #: views/settings.php:131
1622
  msgid ""
1623
  "When this setting is turned on WPBackItUp will attempt to create a single "
1624
+ "file that contains your entire database. This option may not be possible "
1625
+ "with some hosting providers. This setting will be turned off automatically "
1626
+ "if WPBackItUp is unable to complete this step for any reason."
1627
+ msgstr ""
1628
+
1629
+ #: views/settings.php:136
 
 
 
 
 
 
1630
  msgid "Batch Size"
1631
  msgstr "Tamaño del lote"
1632
 
1633
+ #: views/settings.php:137
1634
  msgid "Enter the batch size for each of your content items."
1635
  msgstr ""
1636
  "Introduzca el tamaño del lote de cada uno de sus elementos de contenido."
1637
 
1638
+ #: views/settings.php:138
1639
  msgid ""
1640
  "These settings tell WPBackItUp how many items that should be added to the "
1641
  "backup at a time. If you experience timeouts while running a backup then "
1648
  "puede usar para reducir la cantidad de tiempo que tarda WPBackItUp en "
1649
  "completar cada copia de seguridad."
1650
 
1651
+ #: views/settings.php:141
1652
  msgid "DB Tables Batch Size"
1653
  msgstr "Tamaño del lote de las tablas de la base de datos"
1654
 
1655
+ #: views/settings.php:146
1656
  msgid "Plugins Batch Size"
1657
  msgstr "Tamaño del lote de plugins"
1658
 
1659
+ #: views/settings.php:151
1660
  msgid "Themes Batch Size"
1661
  msgstr "Tamaño del lote de temas"
1662
 
1663
+ #: views/settings.php:156
1664
  msgid "Uploads Batch Size"
1665
  msgstr "Tamaño del lote de subidas"
1666
 
1667
+ #: views/settings.php:161
1668
  msgid "Others Batch Size"
1669
  msgstr "Tamaño del lote de otros"
1670
 
1671
+ #: views/settings.php:164 views/settings.php:198 views/settings.php:236
1672
  msgid ""
1673
  "* These settings should only be modified by advanced users or when when "
1674
  "working with WPBackItUp support."
1676
  "* Esta configuración solo se debería modificar por usuarios avanzados o "
1677
  "cuando trabaje con el soporte de WPBackItUp."
1678
 
1679
+ #: views/settings.php:176
1680
  msgid "Filter Your Folders"
1681
  msgstr "Filtrar sus carpetas"
1682
 
1683
+ #: views/settings.php:177
1684
  msgid ""
1685
  "Enter a comma separated list of folders that should be excluded from your "
1686
  "backups."
1688
  "Introduzca una lista de las carpetas, separadas por comas, que deben ser "
1689
  "excluidas de sus copias de seguridad."
1690
 
1691
+ #: views/settings.php:178
1692
  msgid ""
1693
  "It is important to note that when a folder name is present in this list any "
1694
  "occurrence of that folder, and all its contents, will be excluded from the "
1698
  "encuentra en esta lista, todo lo que ocurra en ella y a su contenido será "
1699
  "excluido de la copia de seguridad."
1700
 
1701
+ #: views/settings.php:180
1702
  msgid "Plugin Folders Filter"
1703
  msgstr "Filtro de la carpeta de plugins"
1704
 
1705
+ #: views/settings.php:185
1706
  msgid "Theme Folders Filter"
1707
  msgstr "Filtro de la carpeta de temas"
1708
 
1709
+ #: views/settings.php:190
1710
  msgid "Upload Folders Filter"
1711
  msgstr "Filtro de la carpeta de subidas"
1712
 
1713
+ #: views/settings.php:194
1714
  msgid "Other Folders Filter"
1715
  msgstr "Filtro de otras carpetas"
1716
 
1717
+ #: views/settings.php:203
1718
  msgid "Filter Your Database Tables"
1719
  msgstr "Filtrar sus tablas de la base de datos"
1720
 
1721
+ #: views/settings.php:204
1722
  msgid "Exclude custom database tables from the backup."
1723
  msgstr ""
1724
  "Excluir de su copia de seguridad tablas personalizadas de la base de datos."
1725
 
1726
+ #: views/settings.php:205
1727
  msgid ""
1728
  "If you would like to exclude a custom table from the backup then simply drag "
1729
  "it to the list on the right. WordPress core tables may not be excluded from "
1733
  "simplemente arrástrela a la lista de la derecha. Las tablas propias de "
1734
  "WordPress no se pueden excluir."
1735
 
1736
+ #: views/settings.php:241
1737
  msgid "Remove Data on Uninstall?"
1738
  msgstr "¿Borrar datos al desinstalar?"
1739
 
1740
+ #: views/settings.php:243
1741
  msgid ""
1742
  "Check this box if you would like WPBackItUp to completely remove all of its "
1743
  "data when the plugin is deleted."
1806
  msgid "Premium customers receive priority support."
1807
  msgstr "Los clientes premium reciben soporte técnico prioritario."
1808
 
1809
+ #: wp-backitup.php:94 wp-backitup.php:95
1810
  #, php-format
1811
  msgid "Every %s hours"
1812
  msgstr "Cada %s horas"
1813
 
1814
+ #: wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98 wp-backitup.php:99
1815
+ #: wp-backitup.php:100
1816
  #, php-format
1817
  msgid "WPBUP - Every %s minutes"
1818
  msgstr "WPBUP - Cada %s minutos"
1819
 
1820
+ #: wp-backitup.php:102
1821
  msgid "WPBUP - Once Weekly"
1822
  msgstr "WPBUP - Semanalmente"
1823
 
1824
+ #: wp-backitup.php:103
1825
  msgid "WPBUP - Once Monthly"
1826
  msgstr "WPBUP - Mensualmente"
1827
 
1828
+ #: wp-backitup.php:104 wp-backitup.php:105
1829
  #, php-format
1830
  msgid "WPBUP - Every %s hours"
1831
  msgstr "WPBUP - Cada %s horas"
1832
 
1833
+ #: wp-backitup.php:114
1834
  msgid "Local File"
1835
  msgstr ""
1836
 
1837
+ #: wp-backitup.php:171
1838
  msgid "Cleanup"
1839
  msgstr "Limpiar"
1840
+
1841
+ #~ msgid ""
1842
+ #~ "* Reload this page when done uploading to see new backups appear in the "
1843
+ #~ "Available Backups section above. "
1844
+ #~ msgstr ""
1845
+ #~ "* Recargue esta página cuando termine la subida para ver aparecer las "
1846
+ #~ "nuevas copias de seguridad en la sección Copias de seguridad disponibles "
1847
+ #~ "de abajo."
1848
+
1849
+ #~ msgid "Creating database restore point"
1850
+ #~ msgstr "Creando un punto de restauración de la base de datos"
1851
+
1852
+ #~ msgid "Updating current user info"
1853
+ #~ msgstr "Actualización de la información actual del usuario"
1854
+
1855
+ #~ msgid "Updating site URL"
1856
+ #~ msgstr "Actualizando dirección URL"
1857
+
1858
+ #~ msgid ""
1859
+ #~ "Check this box if you would like WPBackItUp to create a single file "
1860
+ #~ "backup set."
1861
+ #~ msgstr ""
1862
+ #~ "Seleccione esta casilla si quiere que WPBackItUp cree un grupo de copia "
1863
+ #~ "de seguridad de un solo archivo."
1864
+
1865
+ #~ msgid ""
1866
+ #~ "When this setting is turned on WPBackItUp will attempt to create a single "
1867
+ #~ "file backup set. If WPBackItUp is unable to create a single file backup "
1868
+ #~ "set then it will turn this setting off for you. Creating a single file "
1869
+ #~ "backup set may not be possible with hosts that strictly limit memory "
1870
+ #~ "utilization."
1871
+ #~ msgstr ""
1872
+ #~ "Cuando este ajuste está activado, WPBackItUp intentará crear un conjunto "
1873
+ #~ "de copias de seguridad de un solo archivo. Si WPBackItUp no puede crear "
1874
+ #~ "un conjunto de copias de seguridad de un solo archivo entonces "
1875
+ #~ "desactivará este ajuste por usted. Crear un conjunto de copias de "
1876
+ #~ "seguridad de un solo archivo puede no ser posible en proveedores de "
1877
+ #~ "hosting con límites estrictos de uso de memoria. "
languages/wp-backitup-fr_FR.mo CHANGED
Binary file
languages/wp-backitup-fr_FR.po CHANGED
@@ -9,8 +9,8 @@
9
  msgid ""
10
  msgstr ""
11
  "Project-Id-Version: WPBackItUp\n"
12
- "POT-Creation-Date: 2016-06-25 07:41-0400\n"
13
- "PO-Revision-Date: 2016-06-25 07:41-0400\n"
14
  "Last-Translator: Paulette Decroix <pomme.decroix@hotmail.fr>\n"
15
  "Language-Team: French (France) (http://www.transifex.com/wp-translations/wp-"
16
  "backitup/language/fr_FR/)\n"
@@ -29,180 +29,180 @@ msgstr ""
29
  msgid "Every %d Minutes"
30
  msgstr ""
31
 
32
- #: lib/includes/class-wpbackitup-admin.php:212 views/backup.php:277
33
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
34
- #: wp-backitup.php:142
35
  msgid "Backup"
36
  msgstr "Sauvegarder"
37
 
38
- #: lib/includes/class-wpbackitup-admin.php:216
39
- #: lib/includes/class-wpbackitup-admin.php:254 views/restore.php:136
40
- #: wp-backitup.php:156
41
  msgid "Restore"
42
  msgstr "Rétablir"
43
 
44
- #: lib/includes/class-wpbackitup-admin.php:220
45
  msgid "Support"
46
  msgstr "Support"
47
 
48
- #: lib/includes/class-wpbackitup-admin.php:223
49
  msgid "Settings"
50
  msgstr "Réglages"
51
 
52
- #: lib/includes/class-wpbackitup-admin.php:247
53
  msgid ""
54
  "The backup you have selected exceeds what your host allows you to upload."
55
  msgstr ""
56
  "La sauvegarde que vous avez sélectionnée excède ce que vous êtes autorisé à "
57
  "mettre en ligne par votre hébergeur."
58
 
59
- #: lib/includes/class-wpbackitup-admin.php:248 views/backup.php:439
60
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
61
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
62
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
63
  msgid "Warning"
64
  msgstr "Avertissement"
65
 
66
- #: lib/includes/class-wpbackitup-admin.php:249 views/backup.php:253
67
  #: views/backup.php:376
68
  msgid "Error"
69
  msgstr "Erreur"
70
 
71
- #: lib/includes/class-wpbackitup-admin.php:250
72
  msgid "Response"
73
  msgstr "Réponse"
74
 
75
- #: lib/includes/class-wpbackitup-admin.php:251 views/backup.php:352
76
  #: views/backup.php:430 views/restore.php:230
77
  msgid "Status"
78
  msgstr "État"
79
 
80
- #: lib/includes/class-wpbackitup-admin.php:252
81
  msgid "Download"
82
  msgstr "Télécharger"
83
 
84
- #: lib/includes/class-wpbackitup-admin.php:253 views/backup.php:407
85
  #: views/restore.php:129
86
  msgid "Delete"
87
  msgstr "Supprimer"
88
 
89
- #: lib/includes/class-wpbackitup-admin.php:255
90
  msgid "(JS997) Unexpected error"
91
  msgstr "(JS997) Erreur inattendue."
92
 
93
- #: lib/includes/class-wpbackitup-admin.php:256
94
  msgid "(JS998) Unexpected error"
95
  msgstr "(JS998) Erreur inattendue."
96
 
97
- #: lib/includes/class-wpbackitup-admin.php:257
98
  msgid "(JS999) An unexpected error has occurred"
99
  msgstr "(JS999) Erreur inattendue."
100
 
101
- #: lib/includes/class-wpbackitup-admin.php:258
102
  msgid "Scheduled has been saved."
103
  msgstr "La planification a été enregistrée."
104
 
105
- #: lib/includes/class-wpbackitup-admin.php:259
106
  msgid "Scheduled was not saved."
107
  msgstr "La planification n'a pas été enregistrée."
108
 
109
- #: lib/includes/class-wpbackitup-admin.php:260
110
  msgid "Are you sure you want to restore your site?"
111
  msgstr "Êtes-vous sur de vouloir restaurer votre site ?"
112
 
113
- #: lib/includes/class-wpbackitup-admin.php:261
114
  msgid "Are you sure ?"
115
  msgstr "Voulez-vous vraiment faire cela ?"
116
 
117
- #: lib/includes/class-wpbackitup-admin.php:262
118
  msgid "This file cannot be delete!"
119
  msgstr "Ce fichier ne peut pas être supprimé&nbsp;!"
120
 
121
- #: lib/includes/class-wpbackitup-admin.php:263
122
  msgid "View Log"
123
  msgstr "Voir le fichier journal"
124
 
125
- #: lib/includes/class-wpbackitup-admin.php:264
126
  msgid "New Backup!"
127
  msgstr "Nouvelle sauvegarde !"
128
 
129
- #: lib/includes/class-wpbackitup-admin.php:265
130
  msgid "Uploaded Backup"
131
  msgstr "Sauvegarde mise en ligne."
132
 
133
- #: lib/includes/class-wpbackitup-admin.php:602
134
  msgid "Backup Queued"
135
  msgstr "Sauvegarde mise en file d'attente."
136
 
137
- #: lib/includes/class-wpbackitup-admin.php:611
138
  msgid "Backup could not be queued"
139
  msgstr "La sauvegarde n'a pas pu être mise en file d'attente."
140
 
141
- #: lib/includes/class-wpbackitup-admin.php:623
142
  msgid "Job is already in queue."
143
  msgstr "La tâche est déjà en file d'attente."
144
 
145
- #: lib/includes/class-wpbackitup-admin.php:661
146
  msgid "No backup file selected."
147
  msgstr "Aucun fichier de sauvegarde sélectionné."
148
 
149
- #: lib/includes/class-wpbackitup-admin.php:668
150
  msgid "No user id found."
151
  msgstr "Aucun identifiant d'utilisateur trouvé."
152
 
153
- #: lib/includes/class-wpbackitup-admin.php:691
154
  msgid "Restore Queued"
155
  msgstr "Restauration mise en file d'attente."
156
 
157
- #: lib/includes/class-wpbackitup-admin.php:700
158
  msgid "Restore could not be queued"
159
  msgstr "La restauration n'a pas pu être mise en file d'attente."
160
 
161
- #: lib/includes/class-wpbackitup-admin.php:706
162
  msgid "Restore already in queue"
163
  msgstr "La restauration est déjà en file d'attente."
164
 
165
- #: lib/includes/class-wpbackitup-admin.php:738
166
  msgid "No job id posted"
167
  msgstr "Nouvel id de tâche publié. "
168
 
169
- #: lib/includes/class-wpbackitup-admin.php:746 views/backup.php:467
170
  msgid "Backup Cancelled"
171
  msgstr "Sauvegarde annulée."
172
 
173
- #: lib/includes/class-wpbackitup-admin.php:748
174
  msgid "Backup job not found"
175
  msgstr "Tâche de sauvegarde non trouvée. "
176
 
177
- #: lib/includes/class-wpbackitup-admin.php:917
178
  msgid "No response log found."
179
  msgstr "Pas de réponse de journal trouvée."
180
 
181
- #: lib/includes/class-wpbackitup-admin.php:1019
182
- #: lib/includes/class-wpbackitup-admin.php:1027
183
- #: lib/includes/class-wpbackitup-admin.php:1073
184
- #: lib/includes/class-wpbackitup-admin.php:1080
185
- #: lib/includes/class-wpbackitup-admin.php:1087
186
- #: lib/includes/class-wpbackitup-admin.php:1094
187
- #: lib/includes/class-wpbackitup-admin.php:1101
188
  msgid "Please enter a number"
189
  msgstr "Veuillez saisir un chiffre."
190
 
191
- #: lib/includes/class-wpbackitup-admin.php:1048
192
- #: lib/includes/class-wpbackitup-admin.php:1210
193
  msgid "Please enter a valid email"
194
  msgstr "Veuillez saisir une adresse de messagerie valide."
195
 
196
- #: lib/includes/class-wpbackitup-admin.php:1217
197
  msgid "Please enter your support ticket id"
198
  msgstr "Veuillez saisir l'identifiant de votre ticket de support."
199
 
200
- #: lib/includes/class-wpbackitup-admin.php:1222
201
  msgid "Please only enter numbers in this field"
202
  msgstr "Veuillez saisir uniquement des chiffres dans ce champ."
203
 
204
- #: lib/includes/class-wpbackitup-admin.php:2012
205
- #: lib/includes/class-wpbackitup-admin.php:2032
206
  msgid ""
207
  "License could not be activated. Please try again in a few hours and contact "
208
  "support if this error continues."
@@ -210,15 +210,15 @@ msgstr ""
210
  "La licence n'a pas pu être activée. Veuillez réessayer dans quelques heures "
211
  "et contacter l'assistance si cette erreur persiste. "
212
 
213
- #: lib/includes/class-wpbackitup-admin.php:2081
214
  msgid "License is invalid."
215
  msgstr "La licence n'est pas valide."
216
 
217
- #: lib/includes/class-wpbackitup-admin.php:2086
218
  msgid "License has expired."
219
  msgstr "La licence est expirée."
220
 
221
- #: lib/includes/class-wpbackitup-admin.php:2089
222
  #, php-format
223
  msgid ""
224
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -230,16 +230,16 @@ msgstr ""
230
  "jour</strong> et accéder à notre équipe de <strong>support de classe "
231
  "mondiale</strong>."
232
 
233
- #: lib/includes/class-wpbackitup-admin.php:2103
234
  msgid "License Expired: Scheduled backups are no longer active."
235
  msgstr ""
236
  "Licence expirée&nbsp;: Les sauvegardes planifiées ne sont plus actives."
237
 
238
- #: lib/includes/class-wpbackitup-admin.php:2111
239
  msgid "Activation limit has been reached."
240
  msgstr "La limite d'activation a été atteinte."
241
 
242
- #: lib/includes/class-wpbackitup-admin.php:2117
243
  msgid "Your Activation limit has been reached"
244
  msgstr "Votre limite d'activation a été atteinte."
245
 
@@ -273,7 +273,7 @@ msgid "Could not import file into WPBackItUp backup set."
273
  msgstr ""
274
  "Le fichier n'a pas pu être importé dans le jeu de sauvegarde WPBackItUp."
275
 
276
- #: lib/includes/job_backup.php:1135
277
  #, php-format
278
  msgid ""
279
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
@@ -289,52 +289,52 @@ msgstr ""
289
  "\">renouveller</a></strong> une nouvelle année de mises à jour du produit et "
290
  "accéder à notre équipe de support de premier niveau.<br/><br/>"
291
 
292
- #: lib/includes/job_backup.php:1140
293
  #, php-format
294
  msgid "%s - Backup completed successfully."
295
  msgstr "%s - La sauvegarde a été correctement effectuée."
296
 
297
- #: lib/includes/job_backup.php:1141
298
  msgid "Your backup completed successfully."
299
  msgstr "Votre sauvegarde a été correctement effectuée."
300
 
301
- #: lib/includes/job_backup.php:1144
302
  #, php-format
303
  msgid "%s - Backup did not complete successfully."
304
  msgstr "%s - La sauvegarde n'a pas été correctement effectuée."
305
 
306
- #: lib/includes/job_backup.php:1145
307
  msgid "Your backup did not complete successfully."
308
  msgstr "Votre sauvegarde n'a pas été correctement effectuée."
309
 
310
- #: lib/includes/job_backup.php:1152
311
  #, php-format
312
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
313
  msgstr "Site WordPress&nbsp;: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
314
 
315
- #: lib/includes/job_backup.php:1153
316
  msgid "Backup date:"
317
  msgstr "Date de la sauvegarde&nbsp;:"
318
 
319
- #: lib/includes/job_backup.php:1154
320
  msgid "Number of backups completed with WPBackItUp:"
321
  msgstr "Nombre de sauvegardes effectuées avec WPBackItUp :"
322
 
323
- #: lib/includes/job_backup.php:1156
324
  msgid "Completion Code:"
325
  msgstr "Code de réussite&nbsp;:"
326
 
327
- #: lib/includes/job_backup.php:1157
328
  msgid "WPBackItUp Version:"
329
  msgstr "Version de WPBackItUp :"
330
 
331
- #: lib/includes/job_backup.php:1169
332
  #, php-format
333
  msgid "Checkout %s for info about WPBackItUp and our other products."
334
  msgstr ""
335
  "Consultez %s pour en savoir plus sur WPBackItUp et nos autres produits."
336
 
337
- #: lib/includes/job_backup.php:1336
338
  msgid ""
339
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
340
  "settings of your wp-backitup backup directory"
@@ -342,7 +342,7 @@ msgstr ""
342
  "(101) Impossible de créer un nouveau répertoire pour la sauvegarde. Veuillez "
343
  "vérifier vos réglages CHMOD de votre répertoire de sauvegarde wp-backitup."
344
 
345
- #: lib/includes/job_backup.php:1337
346
  msgid ""
347
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
348
  "your wp-backitup plugin directory"
@@ -350,46 +350,46 @@ msgstr ""
350
  "(102) Impossible de créer le répertoire de sauvegarde. Veuillez vérifier vos "
351
  "réglages CHMOD du répertoire de l'extension wp-backitup."
352
 
353
- #: lib/includes/job_backup.php:1338
354
  msgid "(103) Unable to backup your files. Please try again"
355
  msgstr "(103) Impossible de sauvegarder vos fichiers. Veuillez réessayer."
356
 
357
- #: lib/includes/job_backup.php:1339
358
  msgid "(104) Unable to export your database. Please try again"
359
  msgstr ""
360
  "(104) Impossible d'exporter votre base de données. Veuillez réessayer. "
361
 
362
- #: lib/includes/job_backup.php:1340
363
  msgid "(105) Unable to export site information file. Please try again"
364
  msgstr ""
365
  "(105) Impossible d'exporter le fichier d'informations du site. Veuillez "
366
  "réessayer."
367
 
368
- #: lib/includes/job_backup.php:1341
369
  msgid "(106) Unable to cleanup your backup directory"
370
  msgstr "(106) Impossible de nettoyer votre répertoire de sauvegarde."
371
 
372
- #: lib/includes/job_backup.php:1342
373
  msgid "(107) Unable to compress(zip) your backup. Please try again"
374
  msgstr ""
375
  "(107) Impossible de compresser (zip) votre sauvegarde. Veuillez réessayer."
376
 
377
- #: lib/includes/job_backup.php:1343
378
  msgid "(108) Unable to backup your site data files. Please try again"
379
  msgstr ""
380
  "(108) Impossible de sauvegarder les fichiers de données de votre site. "
381
  "Veuillez réessayer."
382
 
383
- #: lib/includes/job_backup.php:1344
384
  msgid "(109) Unable to finalize backup. Please try again"
385
  msgstr "(109) Impossible de finaliser la sauvegarde. Veuillez réessayer."
386
 
387
- #: lib/includes/job_backup.php:1345
388
  msgid "(110) Unable to create backup manifest. Please try again"
389
  msgstr ""
390
  "(110) Impossible de créer un manifest de sauvegarde. Veuillez réessayer."
391
 
392
- #: lib/includes/job_backup.php:1346
393
  msgid ""
394
  "(114) Your database was accessible but an export could not be created. "
395
  "Please contact support by clicking the get support link on the right. Please "
@@ -400,25 +400,25 @@ msgstr ""
400
  "support sur la droite. Veuillez nous dire quel est votre hébergeur et le "
401
  "moment où vous avez effectué la requête."
402
 
403
- #: lib/includes/job_backup.php:1347
404
  msgid "(120) Unable to backup your themes. Please try again"
405
  msgstr "(120) Impossible de sauvegarder vos thèmes. Veuillez réessayer."
406
 
407
- #: lib/includes/job_backup.php:1348
408
  msgid "(121) Unable to backup your plugins. Please try again"
409
  msgstr "(121) Impossible de sauvegarder vos extensions. Veuillez réessayer."
410
 
411
- #: lib/includes/job_backup.php:1349
412
  msgid "(122) Unable to backup your uploads. Please try again"
413
  msgstr ""
414
  "(122) Impossible de sauvegarder vos pièces jointes. Veuillez réessayer. "
415
 
416
- #: lib/includes/job_backup.php:1350
417
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
418
  msgstr ""
419
  "(123) Impossible de sauvegarder vos fichiers divers. Veuillez réessayer."
420
 
421
- #: lib/includes/job_backup.php:1351
422
  msgid ""
423
  "(125) Unable to compress your backup because there is no zip utility "
424
  "available. Please contact support"
@@ -426,23 +426,23 @@ msgstr ""
426
  "(125) Impossible de compresser votre sauvegarde car il n'y a pas "
427
  "d'utilitaire zip disponible. Veuillez réessayer."
428
 
429
- #: lib/includes/job_backup.php:1352
430
  msgid "(126) Unable to validate your backup. Please try again"
431
  msgstr "(126) Impossible de valider votre sauvegarde. Veuillez réessayer."
432
 
433
- #: lib/includes/job_backup.php:1353
434
  msgid "(127) Unable to create inventory of files to backup. Please try again"
435
  msgstr ""
436
  "(127) Impossible de créer l'inventaire des fichiers de sauvegarde. Veuillez "
437
  "réessayer."
438
 
439
- #: lib/includes/job_backup.php:1354
440
  msgid "(128) Unable to create job control record. Please try again"
441
  msgstr ""
442
  "(128) Impossible de créer une tâche d'enregistrement de contrôle. Veuillez "
443
  "réessayer."
444
 
445
- #: lib/includes/job_backup.php:1356
446
  msgid ""
447
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
448
  "settings of your wp-backitup backup directory"
@@ -451,7 +451,7 @@ msgstr ""
451
  "Veuillez vérifier vos réglages CHMOD de votre répertoire de sauvegarde wp-"
452
  "backitup."
453
 
454
- #: lib/includes/job_backup.php:1357
455
  msgid ""
456
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
457
  "your wp-backitup plugin directory"
@@ -459,46 +459,46 @@ msgstr ""
459
  "(2102) Impossible de créer le répertoire de sauvegarde. Veuillez vérifier "
460
  "vos réglages CHMOD du répertoire de l'extension wp-backitup."
461
 
462
- #: lib/includes/job_backup.php:1358
463
  msgid "(2103) Unable to backup your files. Please try again"
464
  msgstr "(2103) Impossible de sauvegarder vos fichiers. Veuillez réessayer. "
465
 
466
- #: lib/includes/job_backup.php:1359
467
  msgid "(2104) Unable to export your database. Please try again"
468
  msgstr ""
469
  "(2104) Impossible d'exporter votre base de données. Veuillez réessayer."
470
 
471
- #: lib/includes/job_backup.php:1360
472
  msgid "(2105) Unable to export site information file. Please try again"
473
  msgstr ""
474
  "(2105) Impossible d'exporter le fichier d'informations du site. Veuillez "
475
  "réessayer."
476
 
477
- #: lib/includes/job_backup.php:1361
478
  msgid "(2106) Unable to cleanup your backup directory"
479
  msgstr "(2106) Impossible de nettoyer votre répertoire de sauvegarde."
480
 
481
- #: lib/includes/job_backup.php:1362
482
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
483
  msgstr ""
484
  "(2107) Impossible de compresser (zip) votre sauvegarde. Veuillez réessayer."
485
 
486
- #: lib/includes/job_backup.php:1363
487
  msgid "(2108) Unable to backup your site data files. Please try again"
488
  msgstr ""
489
  "(2108) Impossible de sauvegarder les fichiers de données de votre site. "
490
  "Veuillez réessayer."
491
 
492
- #: lib/includes/job_backup.php:1364
493
  msgid "(2109) Unable to finalize backup. Please try again"
494
  msgstr "(2109) Impossible de finaliser la sauvegarde. Veuillez réessayer."
495
 
496
- #: lib/includes/job_backup.php:1365
497
  msgid "(2110) Unable to create backup manifest. Please try again"
498
  msgstr ""
499
  "(2110) Impossible de créer un manifest de sauvegarde. Veuillez réessayer."
500
 
501
- #: lib/includes/job_backup.php:1366
502
  msgid ""
503
  "(2114) Your database was accessible but an export could not be created. "
504
  "Please contact support by clicking the get support link on the right. Please "
@@ -509,25 +509,25 @@ msgstr ""
509
  "support sur la droite. Veuillez nous dire quel est votre hébergeur et le "
510
  "moment où vous avez effectué la requête."
511
 
512
- #: lib/includes/job_backup.php:1367
513
  msgid "(2120) Unable to backup your themes. Please try again"
514
  msgstr "(2120) Impossible de sauvegarder vos thèmes. Veuillez réessayer."
515
 
516
- #: lib/includes/job_backup.php:1368
517
  msgid "(2121) Unable to backup your plugins. Please try again"
518
  msgstr "(2121) Impossible de sauvegarder vos extensions. Veuillez réessayer."
519
 
520
- #: lib/includes/job_backup.php:1369
521
  msgid "(2122) Unable to backup your uploads. Please try again"
522
  msgstr ""
523
  "(2122) Impossible de sauvegarder vos pièces jointes. Veuillez réessayer. "
524
 
525
- #: lib/includes/job_backup.php:1370
526
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
527
  msgstr ""
528
  "(2123) Impossible de sauvegarder vos fichiers divers. Veuillez réessayer."
529
 
530
- #: lib/includes/job_backup.php:1371
531
  msgid ""
532
  "(2125) Unable to compress your backup because there is no zip utility "
533
  "available. Please contact support"
@@ -535,23 +535,23 @@ msgstr ""
535
  "(2125) Impossible de compresser votre sauvegarde car il n'y a pas "
536
  "d'utilitaire zip disponible. Veuillez réessayer."
537
 
538
- #: lib/includes/job_backup.php:1372
539
  msgid "(2126) Unable to validate your backup. Please try again"
540
  msgstr "(2126) Impossible de valider votre sauvegarde. Veuillez réessayer."
541
 
542
- #: lib/includes/job_backup.php:1373
543
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
544
  msgstr ""
545
  "(2127) Impossible de créer l'inventaire des fichiers de sauvegarde. Veuillez "
546
  "réessayer."
547
 
548
- #: lib/includes/job_backup.php:1374
549
  msgid "(2128) Unable to create job control record. Please try again"
550
  msgstr ""
551
  "(2128) Impossible de créer une tâche d'enregistrement de contrôle. Veuillez "
552
  "réessayer."
553
 
554
- #: lib/includes/job_backup.php:1377
555
  msgid "(999) Unexpected error"
556
  msgstr "(999) Erreur inattendue"
557
 
@@ -746,9 +746,8 @@ msgstr "Préparation pour la sauvegarde"
746
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
747
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
748
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
749
- #: views/restore.php:249 views/restore.php:250 views/restore.php:251
750
- #: views/restore.php:252 views/restore.php:253 views/restore.php:254
751
- #: views/restore.php:256
752
  msgid "Done"
753
  msgstr "Terminé"
754
 
@@ -757,9 +756,8 @@ msgstr "Terminé"
757
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
758
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
759
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
760
- #: views/restore.php:249 views/restore.php:250 views/restore.php:251
761
- #: views/restore.php:252 views/restore.php:253 views/restore.php:254
762
- #: views/restore.php:256
763
  msgid "Failed"
764
  msgstr "Échoué"
765
 
@@ -1082,12 +1080,9 @@ msgstr "Déposez ici vos fichiers de sauvegarde"
1082
 
1083
  #: views/restore.php:214
1084
  msgid ""
1085
- "* Reload this page when done uploading to see new backups appear in the "
1086
- "Available Backups section above. "
1087
  msgstr ""
1088
- "* Rechargez cette page lorsque vous avez terminé le chargement pour voir "
1089
- "apparaître de nouvelles sauvegardes dans la section sauvegardes disponibles "
1090
- "ci-dessus."
1091
 
1092
  #: views/restore.php:244
1093
  msgid "Preparing for restore"
@@ -1109,47 +1104,43 @@ msgstr "Validation des fichiers de sauvegarde"
1109
  msgid "Deactivating plugins"
1110
  msgstr "Désactivation des extensions"
1111
 
1112
- #: views/restore.php:249
1113
- msgid "Creating database restore point"
1114
- msgstr "Création du point de restauration de la base de données."
1115
-
1116
  #: views/restore.php:250
 
 
 
 
 
 
 
 
1117
  msgid "Staging content files"
1118
  msgstr "Organisation des fichiers de contenu."
1119
 
1120
- #: views/restore.php:251
1121
  msgid "Restoring content files"
1122
  msgstr "Restauration des fichiers de contenu."
1123
 
1124
- #: views/restore.php:252
1125
  msgid "Restoring database"
1126
  msgstr "Restauration de la base de données."
1127
 
1128
- #: views/restore.php:253
1129
- msgid "Updating current user info"
1130
- msgstr "Mise à jour des informations de l'utilisateur courant."
1131
-
1132
- #: views/restore.php:254
1133
- msgid "Updating site URL"
1134
- msgstr "Mise à jour de l'URL du site"
1135
-
1136
- #: views/restore.php:256
1137
  msgid "Updating permalinks"
1138
  msgstr "Mise à jour des permaliens"
1139
 
1140
- #: views/restore.php:262
1141
  msgid "Error 201: No file selected"
1142
  msgstr "Erreur 201 : aucun fichier sélectionné."
1143
 
1144
- #: views/restore.php:263
1145
  msgid "Error 202: Your file could not be uploaded"
1146
  msgstr "Erreur 202&nbsp;: Votre fichier n'a pas pu être mis en ligne."
1147
 
1148
- #: views/restore.php:264
1149
  msgid "Error 203: Your backup could not be unzipped"
1150
  msgstr "Erreur 203&nbsp;: Votre sauvegarde n'a pas pu être dé-zippée."
1151
 
1152
- #: views/restore.php:265
1153
  msgid ""
1154
  "Error 204: Your backup appears to be invalid. Please ensure you selected a "
1155
  "valid backup"
@@ -1157,36 +1148,36 @@ msgstr ""
1157
  "Erreur 204&nbsp;: Votre sauvegarde semble ne pas être valide. Veuillez vous "
1158
  "assurer d'en choisir une valide."
1159
 
1160
- #: views/restore.php:266
1161
  msgid "Error 205: Cannot create restore point"
1162
  msgstr "Erreur 205 : impossible de créer le point de restauration."
1163
 
1164
- #: views/restore.php:267
1165
  msgid "Error 206: Unable to connect to your database"
1166
  msgstr "Erreur 206 : impossible de se connecter à votre base de données."
1167
 
1168
- #: views/restore.php:268
1169
  msgid ""
1170
  "Error 207: Unable to get current site URL from database. Please try again"
1171
  msgstr ""
1172
  "Erreur 207&nbsp;: Impossible d'obtenir l'URL actuelle du site depuis la base "
1173
  "de données. Veuillez réessayer."
1174
 
1175
- #: views/restore.php:269
1176
  msgid ""
1177
  "Error 208: Unable to get current home URL from database. Please try again"
1178
  msgstr ""
1179
  "Erreur 208&nbsp;: Impossible d'obtenir l'URL actuelle de la page d'accueil "
1180
  "depuis la base de données. Veuillez réessayer."
1181
 
1182
- #: views/restore.php:270
1183
  msgid ""
1184
  "Error 209: Unable to get current user ID from database. Please try again"
1185
  msgstr ""
1186
  "Erreur 209&nbsp;: Impossible d'obtenir l'identifiant de l'utilisateur "
1187
  "courant depuis la base de données. Veuillez réessayer."
1188
 
1189
- #: views/restore.php:271
1190
  msgid ""
1191
  "Error 210: Unable to get current user password from database. Please try "
1192
  "again"
@@ -1194,14 +1185,14 @@ msgstr ""
1194
  "Erreur 210&nbsp;: Impossible d'obtenir le mot de passe de l'utilisateur "
1195
  "courant depuis la base de données. Veuillez réessayer."
1196
 
1197
- #: views/restore.php:272
1198
  msgid ""
1199
  "Error 211: Unable to get current user email from database. Please try again"
1200
  msgstr ""
1201
  "Erreur 211&nbsp;: Impossible d'obtenir l'e-mail de l'utilisateur courant "
1202
  "depuis la base de données. Veuillez réessayer."
1203
 
1204
- #: views/restore.php:273
1205
  msgid ""
1206
  "Error 212: Unable to import your database. This may require importing the "
1207
  "file manually"
@@ -1209,7 +1200,13 @@ msgstr ""
1209
  "Erreur 212&nbsp;: Impossible d'importer votre base de données. Cela peut "
1210
  "nécessiter l'importation du fichier manuellement."
1211
 
1212
- #: views/restore.php:274
 
 
 
 
 
 
1213
  msgid ""
1214
  "Warning 213: Unable to update your site URL value. Please check your "
1215
  "WordPress general settings to make sure your Site and WordPress URLs are "
@@ -1219,7 +1216,7 @@ msgstr ""
1219
  "votre site. Veuillez vérifier vos paramètres généraux WordPress pour vous "
1220
  "assurer que votre site et les URLs Wordpress sont correctes."
1221
 
1222
- #: views/restore.php:275
1223
  msgid ""
1224
  "Warning 214: Unable to update your home URL value. Please check your "
1225
  "WordPress general settings to make sure your Site and WordPress URLs are "
@@ -1229,7 +1226,7 @@ msgstr ""
1229
  "votre page d'accueil. Veuillez vérifier vos paramètres généraux WordPress "
1230
  "pour vous assurer que votre site et les URLs Wordpress sont corrects."
1231
 
1232
- #: views/restore.php:276
1233
  msgid ""
1234
  "Warning 215: Unable to update your user information. This may require you to "
1235
  "login with the admin username and password that was used when the backup was "
@@ -1240,17 +1237,17 @@ msgstr ""
1240
  "de passe d'administrateur qui a été utilisé lorsque la sauvegarde a été "
1241
  "créée."
1242
 
1243
- #: views/restore.php:277
1244
  msgid "Error 216: Database not found in backup"
1245
  msgstr "Erreur 216 : base de données introuvable dans la sauvegarde."
1246
 
1247
- #: views/restore.php:278
1248
  msgid "Warning 217: Unable to remove existing wp-content directory"
1249
  msgstr ""
1250
  "Avertissement 217&nbsp;: Impossible de supprimer le répertoire wp-content "
1251
  "existant."
1252
 
1253
- #: views/restore.php:279
1254
  msgid ""
1255
  "Error 218: Unable to create new wp-content directory. Please check your "
1256
  "CHMOD settings in /wp-content/"
@@ -1258,18 +1255,18 @@ msgstr ""
1258
  "Erreur 218&nbsp;: Impossible de créer le nouveau répertoire wp-content. "
1259
  "Veuillez vérifier vos réglages CHMOD dans /wp-content/."
1260
 
1261
- #: views/restore.php:280
1262
  msgid "Error 219: Unable to import wp-content. Please try again"
1263
  msgstr ""
1264
  "Erreur 219&nbsp;: Impossible d'importer wp-content. Veuillez réessayer."
1265
 
1266
- #: views/restore.php:281
1267
  msgid "Warning 220: Unable to cleanup import directory. No action is required"
1268
  msgstr ""
1269
  "Avertissement 220&nbsp;: Impossible de nettoyer le répertoire d'import. "
1270
  "Aucune action n'est requise."
1271
 
1272
- #: views/restore.php:282
1273
  #, php-format
1274
  msgid ""
1275
  "Error 221: Table prefix value in wp-config.php is different from backup. "
@@ -1283,11 +1280,11 @@ msgstr ""
1283
  "wpbackitup.com <a href =\"%s\" target=\"_blank\" >FAQ</a> pour plus "
1284
  "d'informations."
1285
 
1286
- #: views/restore.php:283
1287
  msgid "Error 222: Unable to create restore folder"
1288
  msgstr "Erreur 222 : impossible de créer le répertoire de restauration."
1289
 
1290
- #: views/restore.php:284
1291
  msgid ""
1292
  "Error 223: An error occurred during the restore. WPBackItUp attempted to "
1293
  "restore the database to its previous state but were unsuccessful. Please "
@@ -1299,7 +1296,7 @@ msgstr ""
1299
  "succès. Veuillez contacter le service client de WPBackItUp et ne pas essayer "
1300
  "de lancer de nouvelles restaurations."
1301
 
1302
- #: views/restore.php:285
1303
  msgid ""
1304
  "Error 224: An error occurred during the restore, however, we have "
1305
  "successfully restored your database to the previous state"
@@ -1308,14 +1305,14 @@ msgstr ""
1308
  "Cependant, nous avons restauré avec succès votre base de données à son état "
1309
  "précédent."
1310
 
1311
- #: views/restore.php:286
1312
  msgid ""
1313
  "Error 225: Restore option is only available to licensed WPBackItUp users"
1314
  msgstr ""
1315
  "Erreur 225 : L'option de restauration est uniquement disponible pour les "
1316
  "utilisateurs de WPBackItUp détenant une licence."
1317
 
1318
- #: views/restore.php:287
1319
  msgid ""
1320
  "Error 226: Restore cannot proceed because your backup was created using a "
1321
  "different version of WordPress"
@@ -1323,7 +1320,7 @@ msgstr ""
1323
  "Erreur 226&nbsp;: La restauration ne peut pas être effectuée parce que votre "
1324
  "sauvegarde a été faite en utilisant une version différente de WordPress."
1325
 
1326
- #: views/restore.php:288
1327
  msgid ""
1328
  "Error 227: Restore cannot proceed because your backup was created using a "
1329
  "different version of WPBackItUp. Please contact WPBackItUp support to help "
@@ -1334,7 +1331,7 @@ msgstr ""
1334
  "contacter l'assistance WPBackItUp pour obtenir de l'aide afin de convertir "
1335
  "cette sauvegarde vers la version actuelle."
1336
 
1337
- #: views/restore.php:289
1338
  msgid ""
1339
  "Error 230: WPBackItUp ran into unexpected errors during the database "
1340
  "restore. However, we were able to successfully revert the database back to "
@@ -1345,7 +1342,7 @@ msgstr ""
1345
  "la base de données dans son état d'origine. Cette erreur peut nécessiter "
1346
  "d'importer manuellement la base de données."
1347
 
1348
- #: views/restore.php:290
1349
  msgid ""
1350
  "Error 235: WPBackItUp is not able to proceed because there is no zip utility "
1351
  "available. Please contact support"
@@ -1353,7 +1350,7 @@ msgstr ""
1353
  "Erreur 235 : WPBackItUp ne peut pas continuer car il n'y a aucun utilitaire "
1354
  "zip disponible. Veuillez contacter l'assistance."
1355
 
1356
- #: views/restore.php:291
1357
  msgid ""
1358
  "Error 250: WPBackItUp is unable to begin the restore because a backup is "
1359
  "running. Please wait for the backup to complete and then try again"
@@ -1362,7 +1359,7 @@ msgstr ""
1362
  "sauvegarde est en cours. Veuillez attendre la fin de la sauvegarde et "
1363
  "refaire un essai."
1364
 
1365
- #: views/restore.php:293
1366
  msgid ""
1367
  "Error 260: WPBackItUp is unable to extract archives from backup set. Please "
1368
  "try again and contact support if this issue continues"
@@ -1371,7 +1368,7 @@ msgstr ""
1371
  "sauvegardes. Veuillez réessayer et contacter l'assistance si ce problème "
1372
  "persiste. "
1373
 
1374
- #: views/restore.php:294
1375
  msgid ""
1376
  "Error 261: WPBackItUp is unable to extract archives from backup set. Please "
1377
  "try again and contact support if this issue continues"
@@ -1380,7 +1377,7 @@ msgstr ""
1380
  "sauvegardes. Veuillez réessayer et contacter l'assistance si ce problème "
1381
  "persiste. "
1382
 
1383
- #: views/restore.php:295
1384
  msgid ""
1385
  "Error 262: There were no backup files found in the backup folder. Please "
1386
  "try again and contact support if this issue continues"
@@ -1389,7 +1386,7 @@ msgstr ""
1389
  "sauvegarde. Veuillez réessayer et contacter l'assistance si ce problème "
1390
  "persiste. "
1391
 
1392
- #: views/restore.php:297
1393
  msgid ""
1394
  "Error 251: WPBackItUp is unable to begin the restore because the backup "
1395
  "manifest is empty"
@@ -1397,7 +1394,7 @@ msgstr ""
1397
  "Erreur 251 : WPBackItUp est incapable de commencer la restauration parce que "
1398
  "le fichier manifest de sauvegarde est vide."
1399
 
1400
- #: views/restore.php:298
1401
  msgid ""
1402
  "Error 252: At least one zip file is missing from your backup set. Please "
1403
  "make sure to upload all zip files that were part of this backup"
@@ -1406,7 +1403,7 @@ msgstr ""
1406
  "sauvegarde. Veuillez vous assurer de mettre en ligne tous les fichiers zip "
1407
  "faisant partie de cette sauvegarde."
1408
 
1409
- #: views/restore.php:299
1410
  msgid ""
1411
  "Error 253: Backup set contains a zip file that is not in the manifest. "
1412
  "Please make sure to upload only zip files that were part of this backup"
@@ -1415,7 +1412,7 @@ msgstr ""
1415
  "présent dans le manifeste. Veuillez vous assurez de faire de mettre en ligne "
1416
  "uniquement les fichiers zip faisant partie de cette sauvegarde."
1417
 
1418
- #: views/restore.php:300
1419
  msgid ""
1420
  "Error 254: The size of one the zip files in this backup set does not match "
1421
  "the manifest so is most likely corrupt. Upload all zip files in this backup "
@@ -1426,7 +1423,7 @@ msgstr ""
1426
  "uploader à nouveau tous les fichiers zip dans ce jeu de sauvegarde et tenter "
1427
  "de restaurer encore une fois. "
1428
 
1429
- #: views/restore.php:301
1430
  msgid ""
1431
  "Error 255: Backup set does not contain a manifest. Please make sure to "
1432
  "upload all zip files that were part of this backup"
@@ -1434,7 +1431,7 @@ msgstr ""
1434
  "Erreur 255: Le jeu de sauvegarde ne contient pas de manifeste. Veuillez vous "
1435
  "assurer d'uploader tous les fichiers zip faisant partir de cette sauvegarde. "
1436
 
1437
- #: views/restore.php:303
1438
  msgid ""
1439
  "Warning 300: Unable to restore all WordPress content. Please review your "
1440
  "restore logs to see what WPBackItUp was unable to restore"
@@ -1443,7 +1440,7 @@ msgstr ""
1443
  "Veuillez consulter vos journaux de restauration pour voir ce que WPBackItUp "
1444
  "n'a pas pu restaurer."
1445
 
1446
- #: views/restore.php:304
1447
  msgid ""
1448
  "Warning 305: Unable to restore all plugins. Please review your restore logs "
1449
  "to see what WPBackItUp was unable to restore"
@@ -1452,40 +1449,44 @@ msgstr ""
1452
  "consulter les journaux de restauration pour voir ce que WPBackItUp n'a pas "
1453
  "pu restaurer."
1454
 
1455
- #: views/restore.php:306
1456
  msgid "Error 2001: Unable to prepare site for restore"
1457
  msgstr ""
1458
  "Erreur 2001&nbsp;: Impossible de préparer le site pour la restauration."
1459
 
1460
- #: views/restore.php:307
1461
  msgid "Error 2002: Unable to unzip backup"
1462
  msgstr "Erreur 2002&nbsp;: Impossible de décompresser la sauvegarde."
1463
 
1464
- #: views/restore.php:308
1465
  msgid "Error 2003: Unable to validate backup"
1466
  msgstr "Erreur 2003&nbsp;: Impossible de valider la sauvegarde."
1467
 
1468
- #: views/restore.php:309
1469
  msgid "Error 2004: Unable to create restore point"
1470
  msgstr "Erreur 2004&nbsp;: Impossible de créer le point de restauration."
1471
 
1472
- #: views/restore.php:310
1473
  msgid "Error 2005: Unable to stage wp-content"
1474
  msgstr "Erreur 2005&nbsp;: Impossible d'organiser les fichiers de contenu."
1475
 
1476
- #: views/restore.php:311
1477
  msgid "Error 2006: Unable to restore content files"
1478
  msgstr "Erreur 2006&nbsp;: Impossible de restaurer les fichiers de contenu."
1479
 
1480
- #: views/restore.php:312
1481
  msgid "Error 2007: Unable to restore database"
1482
  msgstr "Erreur 2007&nbsp;: Impossible de restaurer la base de données."
1483
 
1484
- #: views/restore.php:313
 
 
 
 
1485
  msgid "Error 2999: Unexpected error encountered"
1486
  msgstr "Erreur 2999&nbsp;: Une erreur inattendue s'est produite."
1487
 
1488
- #: views/restore.php:320
1489
  msgid ""
1490
  "Restore completed successfully. If you are prompted to login please do so "
1491
  "with your current username and password"
@@ -1499,15 +1500,15 @@ msgstr ""
1499
  msgid "%s Settings"
1500
  msgstr "Réglages de %s"
1501
 
1502
- #: views/settings.php:48
1503
  msgid "Settings updated successfully!"
1504
  msgstr "Les réglages ont été mis à jour avec succès!"
1505
 
1506
- #: views/settings.php:61
1507
  msgid "Email Notifications"
1508
  msgstr "Notifications par e-mail"
1509
 
1510
- #: views/settings.php:62
1511
  msgid ""
1512
  "Please enter your email address if you would like to receive backup email "
1513
  "notifications."
@@ -1515,7 +1516,7 @@ msgstr ""
1515
  "Veuillez saisir votre adresse de messagerie si vous souhaitez recevoir par e-"
1516
  "mail les notifications de vos sauvegardes."
1517
 
1518
- #: views/settings.php:63
1519
  msgid ""
1520
  "Backup email notifications will be sent for every backup and will contain "
1521
  "status information related to the backup."
@@ -1523,17 +1524,18 @@ msgstr ""
1523
  "Les e-mails de notification de sauvegarde seront envoyés à chaque sauvegarde "
1524
  "et contiendront des informations sur l'état de la sauvegarde."
1525
 
1526
- #: views/settings.php:65 views/settings.php:85 views/settings.php:108
1527
- #: views/settings.php:115 views/settings.php:123 views/settings.php:154
1528
- #: views/settings.php:188 views/settings.php:226 views/settings.php:235
 
1529
  msgid "Save"
1530
  msgstr "Enregistrer"
1531
 
1532
- #: views/settings.php:81
1533
  msgid "Backup Retention"
1534
  msgstr "Rétention de sauvegarde"
1535
 
1536
- #: views/settings.php:82
1537
  msgid ""
1538
  "Enter the number of backup archives that you would like to remain on the "
1539
  "server."
@@ -1541,7 +1543,7 @@ msgstr ""
1541
  "Saisissez le nombre d'archives de sauvegarde que vous souhaitez conserver "
1542
  "sur le serveur."
1543
 
1544
- #: views/settings.php:83
1545
  msgid ""
1546
  "Many hosts limit the amount of space that you can take up on their servers. "
1547
  "This option tells WPBackItUp the maximum number of backup archives that "
@@ -1554,15 +1556,15 @@ msgstr ""
1554
  "Ne vous inquiétez pas, nous supprimons toujours les plus anciennes archives "
1555
  "de sauvegarde en premier."
1556
 
1557
- #: views/settings.php:102
1558
  msgid "Logging?"
1559
  msgstr "Journalisation ?"
1560
 
1561
- #: views/settings.php:103
1562
  msgid "Turn on WPBackItUp logging."
1563
  msgstr "Activer la journalisation de WPBackItUP ?"
1564
 
1565
- #: views/settings.php:104
1566
  msgid ""
1567
  "This option should only be turned on by advanced users or when "
1568
  "troubleshooting issues with WPBackItUp support."
@@ -1570,59 +1572,69 @@ msgstr ""
1570
  "Cette option ne devrait uniquement être activée par les utilisateurs avancés "
1571
  "ou lors de la résolution des problèmes avec le support WPBackItUp."
1572
 
1573
- #: views/settings.php:105
1574
  msgid "Yes"
1575
  msgstr "Oui"
1576
 
1577
- #: views/settings.php:106
1578
  msgid "No"
1579
  msgstr "Non"
1580
 
1581
- #: views/settings.php:112
1582
  msgid "Disable restore version compare?"
1583
  msgstr ""
1584
 
1585
- #: views/settings.php:114
1586
  msgid ""
1587
  "Check this box if you would like WPBackItUp not to check major version "
1588
  "issue. This could be dangerous, you can disable it with your own risk."
1589
  msgstr ""
1590
 
1591
- #: views/settings.php:119
1592
  msgid "Single File Backup Set"
1593
  msgstr "Jeu de sauvegardes à fichier unique"
1594
 
1595
- #: views/settings.php:121
1596
  msgid ""
1597
- "Check this box if you would like WPBackItUp to create a single file backup "
1598
- "set."
1599
  msgstr ""
1600
- "Cochez cette case si vous souhaitez que WPBackItUp crée une jeu de "
1601
- "sauvegarde à fichier unique."
1602
 
1603
- #: views/settings.php:122
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1604
  msgid ""
1605
  "When this setting is turned on WPBackItUp will attempt to create a single "
1606
- "file backup set. If WPBackItUp is unable to create a single file backup set "
1607
- "then it will turn this setting off for you. Creating a single file backup "
1608
- "set may not be possible with hosts that strictly limit memory utilization."
1609
- msgstr ""
1610
- "Lorsque ce paramètre est activé WPBackItUp va tenter de créer un jeu de "
1611
- "sauvegardes à fichier unique. Si WPBackItUp ne parvient pas à créer un jeu "
1612
- "de sauvegardes à fichier unique, ce paramètre sera automatiquement "
1613
- "désactivé. La création d'un jeu de sauvegardes à fichier unique pourrait ne "
1614
- "pas être possible avec des hébergeurs limitant strictement l'utilisation de "
1615
- "mémoire."
1616
-
1617
- #: views/settings.php:127
1618
  msgid "Batch Size"
1619
  msgstr "Taille du lot."
1620
 
1621
- #: views/settings.php:128
1622
  msgid "Enter the batch size for each of your content items."
1623
  msgstr "Entrez la taille du lot pour chacun de vos éléments de contenu. "
1624
 
1625
- #: views/settings.php:129
1626
  msgid ""
1627
  "These settings tell WPBackItUp how many items that should be added to the "
1628
  "backup at a time. If you experience timeouts while running a backup then "
@@ -1635,27 +1647,27 @@ msgstr ""
1635
  "aider à réduire le temps que prend WPBackItUp pour terminer chaque tâche de "
1636
  "sauvegarde. "
1637
 
1638
- #: views/settings.php:132
1639
  msgid "DB Tables Batch Size"
1640
  msgstr "Taille du lot des tables DB"
1641
 
1642
- #: views/settings.php:137
1643
  msgid "Plugins Batch Size"
1644
  msgstr "Taille du lot des extensions"
1645
 
1646
- #: views/settings.php:142
1647
  msgid "Themes Batch Size"
1648
  msgstr "Taille du lot des thèmes"
1649
 
1650
- #: views/settings.php:147
1651
  msgid "Uploads Batch Size"
1652
  msgstr "Taille du lot des pièces jointes"
1653
 
1654
- #: views/settings.php:152
1655
  msgid "Others Batch Size"
1656
  msgstr "Taille des autres lots"
1657
 
1658
- #: views/settings.php:155 views/settings.php:189 views/settings.php:227
1659
  msgid ""
1660
  "* These settings should only be modified by advanced users or when when "
1661
  "working with WPBackItUp support."
@@ -1663,11 +1675,11 @@ msgstr ""
1663
  "*Ces paramètres devraient uniquement être modifiés par des utilisateurs "
1664
  "avancés ou en collaboration avec l'assistance WPBackItUp."
1665
 
1666
- #: views/settings.php:167
1667
  msgid "Filter Your Folders"
1668
  msgstr "Filtrez vos dossiers"
1669
 
1670
- #: views/settings.php:168
1671
  msgid ""
1672
  "Enter a comma separated list of folders that should be excluded from your "
1673
  "backups."
@@ -1675,7 +1687,7 @@ msgstr ""
1675
  "Entrez une liste séparée par des virgules de dossiers à exclure de vos "
1676
  "sauvegardes. "
1677
 
1678
- #: views/settings.php:169
1679
  msgid ""
1680
  "It is important to note that when a folder name is present in this list any "
1681
  "occurrence of that folder, and all its contents, will be excluded from the "
@@ -1685,32 +1697,32 @@ msgstr ""
1685
  "cette liste toute occurrence de ce dossier, ainsi que tous ses contenus "
1686
  "seront exclus de la sauvegarde. "
1687
 
1688
- #: views/settings.php:171
1689
  msgid "Plugin Folders Filter"
1690
  msgstr "Filtre plugin des dossiers"
1691
 
1692
- #: views/settings.php:176
1693
  msgid "Theme Folders Filter"
1694
  msgstr "Filtre plugin de thème"
1695
 
1696
- #: views/settings.php:181
1697
  msgid "Upload Folders Filter"
1698
  msgstr "Filtre upload de dossiers"
1699
 
1700
- #: views/settings.php:185
1701
  msgid "Other Folders Filter"
1702
  msgstr "Filtre autres dossiers"
1703
 
1704
- #: views/settings.php:194
1705
  msgid "Filter Your Database Tables"
1706
  msgstr "Filtrez les tables de votre base de données"
1707
 
1708
- #: views/settings.php:195
1709
  msgid "Exclude custom database tables from the backup."
1710
  msgstr ""
1711
  "Exclure les tables de base de données personnalisées de la sauvegarde. "
1712
 
1713
- #: views/settings.php:196
1714
  msgid ""
1715
  "If you would like to exclude a custom table from the backup then simply drag "
1716
  "it to the list on the right. WordPress core tables may not be excluded from "
@@ -1720,11 +1732,11 @@ msgstr ""
1720
  "la simplement glisser vers la liste sur la droite. Les tables WordPress de "
1721
  "base pourraient ne pas être exclues de la sauvegarde. "
1722
 
1723
- #: views/settings.php:232
1724
  msgid "Remove Data on Uninstall?"
1725
  msgstr "Supprimer les données lors de la désinstallation&nbsp;?"
1726
 
1727
- #: views/settings.php:234
1728
  msgid ""
1729
  "Check this box if you would like WPBackItUp to completely remove all of its "
1730
  "data when the plugin is deleted."
@@ -1795,34 +1807,72 @@ msgstr ""
1795
  msgid "Premium customers receive priority support."
1796
  msgstr "Les clients Premium bénéficient d'un support prioritaire."
1797
 
1798
- #: wp-backitup.php:93 wp-backitup.php:94
1799
  #, php-format
1800
  msgid "Every %s hours"
1801
  msgstr "Toutes les %s heures"
1802
 
1803
- #: wp-backitup.php:95 wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98
1804
- #: wp-backitup.php:99
1805
  #, php-format
1806
  msgid "WPBUP - Every %s minutes"
1807
  msgstr "WPBUP - Toutes les %s minutes"
1808
 
1809
- #: wp-backitup.php:101
1810
  msgid "WPBUP - Once Weekly"
1811
  msgstr "WPBUP - Une fois par semaine"
1812
 
1813
- #: wp-backitup.php:102
1814
  msgid "WPBUP - Once Monthly"
1815
  msgstr "WPBUP - Une fois par mois"
1816
 
1817
- #: wp-backitup.php:103 wp-backitup.php:104
1818
  #, php-format
1819
  msgid "WPBUP - Every %s hours"
1820
  msgstr "WPBUP - Toutes les %s heures"
1821
 
1822
- #: wp-backitup.php:113
1823
  msgid "Local File"
1824
  msgstr ""
1825
 
1826
- #: wp-backitup.php:170
1827
  msgid "Cleanup"
1828
  msgstr "Nettoyage"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  msgid ""
10
  msgstr ""
11
  "Project-Id-Version: WPBackItUp\n"
12
+ "POT-Creation-Date: 2016-08-14 10:54-0400\n"
13
+ "PO-Revision-Date: 2016-08-14 10:54-0400\n"
14
  "Last-Translator: Paulette Decroix <pomme.decroix@hotmail.fr>\n"
15
  "Language-Team: French (France) (http://www.transifex.com/wp-translations/wp-"
16
  "backitup/language/fr_FR/)\n"
29
  msgid "Every %d Minutes"
30
  msgstr ""
31
 
32
+ #: lib/includes/class-wpbackitup-admin.php:216 views/backup.php:277
33
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
34
+ #: wp-backitup.php:143
35
  msgid "Backup"
36
  msgstr "Sauvegarder"
37
 
38
+ #: lib/includes/class-wpbackitup-admin.php:220
39
+ #: lib/includes/class-wpbackitup-admin.php:258 views/restore.php:136
40
+ #: wp-backitup.php:157
41
  msgid "Restore"
42
  msgstr "Rétablir"
43
 
44
+ #: lib/includes/class-wpbackitup-admin.php:224
45
  msgid "Support"
46
  msgstr "Support"
47
 
48
+ #: lib/includes/class-wpbackitup-admin.php:227
49
  msgid "Settings"
50
  msgstr "Réglages"
51
 
52
+ #: lib/includes/class-wpbackitup-admin.php:251
53
  msgid ""
54
  "The backup you have selected exceeds what your host allows you to upload."
55
  msgstr ""
56
  "La sauvegarde que vous avez sélectionnée excède ce que vous êtes autorisé à "
57
  "mettre en ligne par votre hébergeur."
58
 
59
+ #: lib/includes/class-wpbackitup-admin.php:252 views/backup.php:439
60
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
61
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
62
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
63
  msgid "Warning"
64
  msgstr "Avertissement"
65
 
66
+ #: lib/includes/class-wpbackitup-admin.php:253 views/backup.php:253
67
  #: views/backup.php:376
68
  msgid "Error"
69
  msgstr "Erreur"
70
 
71
+ #: lib/includes/class-wpbackitup-admin.php:254
72
  msgid "Response"
73
  msgstr "Réponse"
74
 
75
+ #: lib/includes/class-wpbackitup-admin.php:255 views/backup.php:352
76
  #: views/backup.php:430 views/restore.php:230
77
  msgid "Status"
78
  msgstr "État"
79
 
80
+ #: lib/includes/class-wpbackitup-admin.php:256
81
  msgid "Download"
82
  msgstr "Télécharger"
83
 
84
+ #: lib/includes/class-wpbackitup-admin.php:257 views/backup.php:407
85
  #: views/restore.php:129
86
  msgid "Delete"
87
  msgstr "Supprimer"
88
 
89
+ #: lib/includes/class-wpbackitup-admin.php:259
90
  msgid "(JS997) Unexpected error"
91
  msgstr "(JS997) Erreur inattendue."
92
 
93
+ #: lib/includes/class-wpbackitup-admin.php:260
94
  msgid "(JS998) Unexpected error"
95
  msgstr "(JS998) Erreur inattendue."
96
 
97
+ #: lib/includes/class-wpbackitup-admin.php:261
98
  msgid "(JS999) An unexpected error has occurred"
99
  msgstr "(JS999) Erreur inattendue."
100
 
101
+ #: lib/includes/class-wpbackitup-admin.php:262
102
  msgid "Scheduled has been saved."
103
  msgstr "La planification a été enregistrée."
104
 
105
+ #: lib/includes/class-wpbackitup-admin.php:263
106
  msgid "Scheduled was not saved."
107
  msgstr "La planification n'a pas été enregistrée."
108
 
109
+ #: lib/includes/class-wpbackitup-admin.php:264
110
  msgid "Are you sure you want to restore your site?"
111
  msgstr "Êtes-vous sur de vouloir restaurer votre site ?"
112
 
113
+ #: lib/includes/class-wpbackitup-admin.php:265
114
  msgid "Are you sure ?"
115
  msgstr "Voulez-vous vraiment faire cela ?"
116
 
117
+ #: lib/includes/class-wpbackitup-admin.php:266
118
  msgid "This file cannot be delete!"
119
  msgstr "Ce fichier ne peut pas être supprimé&nbsp;!"
120
 
121
+ #: lib/includes/class-wpbackitup-admin.php:267
122
  msgid "View Log"
123
  msgstr "Voir le fichier journal"
124
 
125
+ #: lib/includes/class-wpbackitup-admin.php:268
126
  msgid "New Backup!"
127
  msgstr "Nouvelle sauvegarde !"
128
 
129
+ #: lib/includes/class-wpbackitup-admin.php:269
130
  msgid "Uploaded Backup"
131
  msgstr "Sauvegarde mise en ligne."
132
 
133
+ #: lib/includes/class-wpbackitup-admin.php:606
134
  msgid "Backup Queued"
135
  msgstr "Sauvegarde mise en file d'attente."
136
 
137
+ #: lib/includes/class-wpbackitup-admin.php:615
138
  msgid "Backup could not be queued"
139
  msgstr "La sauvegarde n'a pas pu être mise en file d'attente."
140
 
141
+ #: lib/includes/class-wpbackitup-admin.php:627
142
  msgid "Job is already in queue."
143
  msgstr "La tâche est déjà en file d'attente."
144
 
145
+ #: lib/includes/class-wpbackitup-admin.php:665
146
  msgid "No backup file selected."
147
  msgstr "Aucun fichier de sauvegarde sélectionné."
148
 
149
+ #: lib/includes/class-wpbackitup-admin.php:672
150
  msgid "No user id found."
151
  msgstr "Aucun identifiant d'utilisateur trouvé."
152
 
153
+ #: lib/includes/class-wpbackitup-admin.php:710
154
  msgid "Restore Queued"
155
  msgstr "Restauration mise en file d'attente."
156
 
157
+ #: lib/includes/class-wpbackitup-admin.php:719
158
  msgid "Restore could not be queued"
159
  msgstr "La restauration n'a pas pu être mise en file d'attente."
160
 
161
+ #: lib/includes/class-wpbackitup-admin.php:725
162
  msgid "Restore already in queue"
163
  msgstr "La restauration est déjà en file d'attente."
164
 
165
+ #: lib/includes/class-wpbackitup-admin.php:757
166
  msgid "No job id posted"
167
  msgstr "Nouvel id de tâche publié. "
168
 
169
+ #: lib/includes/class-wpbackitup-admin.php:765 views/backup.php:467
170
  msgid "Backup Cancelled"
171
  msgstr "Sauvegarde annulée."
172
 
173
+ #: lib/includes/class-wpbackitup-admin.php:767
174
  msgid "Backup job not found"
175
  msgstr "Tâche de sauvegarde non trouvée. "
176
 
177
+ #: lib/includes/class-wpbackitup-admin.php:975
178
  msgid "No response log found."
179
  msgstr "Pas de réponse de journal trouvée."
180
 
181
+ #: lib/includes/class-wpbackitup-admin.php:1077
182
+ #: lib/includes/class-wpbackitup-admin.php:1085
183
+ #: lib/includes/class-wpbackitup-admin.php:1137
184
+ #: lib/includes/class-wpbackitup-admin.php:1144
185
+ #: lib/includes/class-wpbackitup-admin.php:1151
186
+ #: lib/includes/class-wpbackitup-admin.php:1158
187
+ #: lib/includes/class-wpbackitup-admin.php:1165
188
  msgid "Please enter a number"
189
  msgstr "Veuillez saisir un chiffre."
190
 
191
+ #: lib/includes/class-wpbackitup-admin.php:1106
192
+ #: lib/includes/class-wpbackitup-admin.php:1274
193
  msgid "Please enter a valid email"
194
  msgstr "Veuillez saisir une adresse de messagerie valide."
195
 
196
+ #: lib/includes/class-wpbackitup-admin.php:1281
197
  msgid "Please enter your support ticket id"
198
  msgstr "Veuillez saisir l'identifiant de votre ticket de support."
199
 
200
+ #: lib/includes/class-wpbackitup-admin.php:1286
201
  msgid "Please only enter numbers in this field"
202
  msgstr "Veuillez saisir uniquement des chiffres dans ce champ."
203
 
204
+ #: lib/includes/class-wpbackitup-admin.php:2093
205
+ #: lib/includes/class-wpbackitup-admin.php:2113
206
  msgid ""
207
  "License could not be activated. Please try again in a few hours and contact "
208
  "support if this error continues."
210
  "La licence n'a pas pu être activée. Veuillez réessayer dans quelques heures "
211
  "et contacter l'assistance si cette erreur persiste. "
212
 
213
+ #: lib/includes/class-wpbackitup-admin.php:2162
214
  msgid "License is invalid."
215
  msgstr "La licence n'est pas valide."
216
 
217
+ #: lib/includes/class-wpbackitup-admin.php:2167
218
  msgid "License has expired."
219
  msgstr "La licence est expirée."
220
 
221
+ #: lib/includes/class-wpbackitup-admin.php:2170
222
  #, php-format
223
  msgid ""
224
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
230
  "jour</strong> et accéder à notre équipe de <strong>support de classe "
231
  "mondiale</strong>."
232
 
233
+ #: lib/includes/class-wpbackitup-admin.php:2184
234
  msgid "License Expired: Scheduled backups are no longer active."
235
  msgstr ""
236
  "Licence expirée&nbsp;: Les sauvegardes planifiées ne sont plus actives."
237
 
238
+ #: lib/includes/class-wpbackitup-admin.php:2192
239
  msgid "Activation limit has been reached."
240
  msgstr "La limite d'activation a été atteinte."
241
 
242
+ #: lib/includes/class-wpbackitup-admin.php:2198
243
  msgid "Your Activation limit has been reached"
244
  msgstr "Votre limite d'activation a été atteinte."
245
 
273
  msgstr ""
274
  "Le fichier n'a pas pu être importé dans le jeu de sauvegarde WPBackItUp."
275
 
276
+ #: lib/includes/job_backup.php:1144
277
  #, php-format
278
  msgid ""
279
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
289
  "\">renouveller</a></strong> une nouvelle année de mises à jour du produit et "
290
  "accéder à notre équipe de support de premier niveau.<br/><br/>"
291
 
292
+ #: lib/includes/job_backup.php:1149
293
  #, php-format
294
  msgid "%s - Backup completed successfully."
295
  msgstr "%s - La sauvegarde a été correctement effectuée."
296
 
297
+ #: lib/includes/job_backup.php:1150
298
  msgid "Your backup completed successfully."
299
  msgstr "Votre sauvegarde a été correctement effectuée."
300
 
301
+ #: lib/includes/job_backup.php:1153
302
  #, php-format
303
  msgid "%s - Backup did not complete successfully."
304
  msgstr "%s - La sauvegarde n'a pas été correctement effectuée."
305
 
306
+ #: lib/includes/job_backup.php:1154
307
  msgid "Your backup did not complete successfully."
308
  msgstr "Votre sauvegarde n'a pas été correctement effectuée."
309
 
310
+ #: lib/includes/job_backup.php:1161
311
  #, php-format
312
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
313
  msgstr "Site WordPress&nbsp;: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
314
 
315
+ #: lib/includes/job_backup.php:1162
316
  msgid "Backup date:"
317
  msgstr "Date de la sauvegarde&nbsp;:"
318
 
319
+ #: lib/includes/job_backup.php:1163
320
  msgid "Number of backups completed with WPBackItUp:"
321
  msgstr "Nombre de sauvegardes effectuées avec WPBackItUp :"
322
 
323
+ #: lib/includes/job_backup.php:1165
324
  msgid "Completion Code:"
325
  msgstr "Code de réussite&nbsp;:"
326
 
327
+ #: lib/includes/job_backup.php:1166
328
  msgid "WPBackItUp Version:"
329
  msgstr "Version de WPBackItUp :"
330
 
331
+ #: lib/includes/job_backup.php:1178
332
  #, php-format
333
  msgid "Checkout %s for info about WPBackItUp and our other products."
334
  msgstr ""
335
  "Consultez %s pour en savoir plus sur WPBackItUp et nos autres produits."
336
 
337
+ #: lib/includes/job_backup.php:1345
338
  msgid ""
339
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
340
  "settings of your wp-backitup backup directory"
342
  "(101) Impossible de créer un nouveau répertoire pour la sauvegarde. Veuillez "
343
  "vérifier vos réglages CHMOD de votre répertoire de sauvegarde wp-backitup."
344
 
345
+ #: lib/includes/job_backup.php:1346
346
  msgid ""
347
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
348
  "your wp-backitup plugin directory"
350
  "(102) Impossible de créer le répertoire de sauvegarde. Veuillez vérifier vos "
351
  "réglages CHMOD du répertoire de l'extension wp-backitup."
352
 
353
+ #: lib/includes/job_backup.php:1347
354
  msgid "(103) Unable to backup your files. Please try again"
355
  msgstr "(103) Impossible de sauvegarder vos fichiers. Veuillez réessayer."
356
 
357
+ #: lib/includes/job_backup.php:1348
358
  msgid "(104) Unable to export your database. Please try again"
359
  msgstr ""
360
  "(104) Impossible d'exporter votre base de données. Veuillez réessayer. "
361
 
362
+ #: lib/includes/job_backup.php:1349
363
  msgid "(105) Unable to export site information file. Please try again"
364
  msgstr ""
365
  "(105) Impossible d'exporter le fichier d'informations du site. Veuillez "
366
  "réessayer."
367
 
368
+ #: lib/includes/job_backup.php:1350
369
  msgid "(106) Unable to cleanup your backup directory"
370
  msgstr "(106) Impossible de nettoyer votre répertoire de sauvegarde."
371
 
372
+ #: lib/includes/job_backup.php:1351
373
  msgid "(107) Unable to compress(zip) your backup. Please try again"
374
  msgstr ""
375
  "(107) Impossible de compresser (zip) votre sauvegarde. Veuillez réessayer."
376
 
377
+ #: lib/includes/job_backup.php:1352
378
  msgid "(108) Unable to backup your site data files. Please try again"
379
  msgstr ""
380
  "(108) Impossible de sauvegarder les fichiers de données de votre site. "
381
  "Veuillez réessayer."
382
 
383
+ #: lib/includes/job_backup.php:1353
384
  msgid "(109) Unable to finalize backup. Please try again"
385
  msgstr "(109) Impossible de finaliser la sauvegarde. Veuillez réessayer."
386
 
387
+ #: lib/includes/job_backup.php:1354
388
  msgid "(110) Unable to create backup manifest. Please try again"
389
  msgstr ""
390
  "(110) Impossible de créer un manifest de sauvegarde. Veuillez réessayer."
391
 
392
+ #: lib/includes/job_backup.php:1355
393
  msgid ""
394
  "(114) Your database was accessible but an export could not be created. "
395
  "Please contact support by clicking the get support link on the right. Please "
400
  "support sur la droite. Veuillez nous dire quel est votre hébergeur et le "
401
  "moment où vous avez effectué la requête."
402
 
403
+ #: lib/includes/job_backup.php:1356
404
  msgid "(120) Unable to backup your themes. Please try again"
405
  msgstr "(120) Impossible de sauvegarder vos thèmes. Veuillez réessayer."
406
 
407
+ #: lib/includes/job_backup.php:1357
408
  msgid "(121) Unable to backup your plugins. Please try again"
409
  msgstr "(121) Impossible de sauvegarder vos extensions. Veuillez réessayer."
410
 
411
+ #: lib/includes/job_backup.php:1358
412
  msgid "(122) Unable to backup your uploads. Please try again"
413
  msgstr ""
414
  "(122) Impossible de sauvegarder vos pièces jointes. Veuillez réessayer. "
415
 
416
+ #: lib/includes/job_backup.php:1359
417
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
418
  msgstr ""
419
  "(123) Impossible de sauvegarder vos fichiers divers. Veuillez réessayer."
420
 
421
+ #: lib/includes/job_backup.php:1360
422
  msgid ""
423
  "(125) Unable to compress your backup because there is no zip utility "
424
  "available. Please contact support"
426
  "(125) Impossible de compresser votre sauvegarde car il n'y a pas "
427
  "d'utilitaire zip disponible. Veuillez réessayer."
428
 
429
+ #: lib/includes/job_backup.php:1361
430
  msgid "(126) Unable to validate your backup. Please try again"
431
  msgstr "(126) Impossible de valider votre sauvegarde. Veuillez réessayer."
432
 
433
+ #: lib/includes/job_backup.php:1362
434
  msgid "(127) Unable to create inventory of files to backup. Please try again"
435
  msgstr ""
436
  "(127) Impossible de créer l'inventaire des fichiers de sauvegarde. Veuillez "
437
  "réessayer."
438
 
439
+ #: lib/includes/job_backup.php:1363
440
  msgid "(128) Unable to create job control record. Please try again"
441
  msgstr ""
442
  "(128) Impossible de créer une tâche d'enregistrement de contrôle. Veuillez "
443
  "réessayer."
444
 
445
+ #: lib/includes/job_backup.php:1365
446
  msgid ""
447
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
448
  "settings of your wp-backitup backup directory"
451
  "Veuillez vérifier vos réglages CHMOD de votre répertoire de sauvegarde wp-"
452
  "backitup."
453
 
454
+ #: lib/includes/job_backup.php:1366
455
  msgid ""
456
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
457
  "your wp-backitup plugin directory"
459
  "(2102) Impossible de créer le répertoire de sauvegarde. Veuillez vérifier "
460
  "vos réglages CHMOD du répertoire de l'extension wp-backitup."
461
 
462
+ #: lib/includes/job_backup.php:1367
463
  msgid "(2103) Unable to backup your files. Please try again"
464
  msgstr "(2103) Impossible de sauvegarder vos fichiers. Veuillez réessayer. "
465
 
466
+ #: lib/includes/job_backup.php:1368
467
  msgid "(2104) Unable to export your database. Please try again"
468
  msgstr ""
469
  "(2104) Impossible d'exporter votre base de données. Veuillez réessayer."
470
 
471
+ #: lib/includes/job_backup.php:1369
472
  msgid "(2105) Unable to export site information file. Please try again"
473
  msgstr ""
474
  "(2105) Impossible d'exporter le fichier d'informations du site. Veuillez "
475
  "réessayer."
476
 
477
+ #: lib/includes/job_backup.php:1370
478
  msgid "(2106) Unable to cleanup your backup directory"
479
  msgstr "(2106) Impossible de nettoyer votre répertoire de sauvegarde."
480
 
481
+ #: lib/includes/job_backup.php:1371
482
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
483
  msgstr ""
484
  "(2107) Impossible de compresser (zip) votre sauvegarde. Veuillez réessayer."
485
 
486
+ #: lib/includes/job_backup.php:1372
487
  msgid "(2108) Unable to backup your site data files. Please try again"
488
  msgstr ""
489
  "(2108) Impossible de sauvegarder les fichiers de données de votre site. "
490
  "Veuillez réessayer."
491
 
492
+ #: lib/includes/job_backup.php:1373
493
  msgid "(2109) Unable to finalize backup. Please try again"
494
  msgstr "(2109) Impossible de finaliser la sauvegarde. Veuillez réessayer."
495
 
496
+ #: lib/includes/job_backup.php:1374
497
  msgid "(2110) Unable to create backup manifest. Please try again"
498
  msgstr ""
499
  "(2110) Impossible de créer un manifest de sauvegarde. Veuillez réessayer."
500
 
501
+ #: lib/includes/job_backup.php:1375
502
  msgid ""
503
  "(2114) Your database was accessible but an export could not be created. "
504
  "Please contact support by clicking the get support link on the right. Please "
509
  "support sur la droite. Veuillez nous dire quel est votre hébergeur et le "
510
  "moment où vous avez effectué la requête."
511
 
512
+ #: lib/includes/job_backup.php:1376
513
  msgid "(2120) Unable to backup your themes. Please try again"
514
  msgstr "(2120) Impossible de sauvegarder vos thèmes. Veuillez réessayer."
515
 
516
+ #: lib/includes/job_backup.php:1377
517
  msgid "(2121) Unable to backup your plugins. Please try again"
518
  msgstr "(2121) Impossible de sauvegarder vos extensions. Veuillez réessayer."
519
 
520
+ #: lib/includes/job_backup.php:1378
521
  msgid "(2122) Unable to backup your uploads. Please try again"
522
  msgstr ""
523
  "(2122) Impossible de sauvegarder vos pièces jointes. Veuillez réessayer. "
524
 
525
+ #: lib/includes/job_backup.php:1379
526
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
527
  msgstr ""
528
  "(2123) Impossible de sauvegarder vos fichiers divers. Veuillez réessayer."
529
 
530
+ #: lib/includes/job_backup.php:1380
531
  msgid ""
532
  "(2125) Unable to compress your backup because there is no zip utility "
533
  "available. Please contact support"
535
  "(2125) Impossible de compresser votre sauvegarde car il n'y a pas "
536
  "d'utilitaire zip disponible. Veuillez réessayer."
537
 
538
+ #: lib/includes/job_backup.php:1381
539
  msgid "(2126) Unable to validate your backup. Please try again"
540
  msgstr "(2126) Impossible de valider votre sauvegarde. Veuillez réessayer."
541
 
542
+ #: lib/includes/job_backup.php:1382
543
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
544
  msgstr ""
545
  "(2127) Impossible de créer l'inventaire des fichiers de sauvegarde. Veuillez "
546
  "réessayer."
547
 
548
+ #: lib/includes/job_backup.php:1383
549
  msgid "(2128) Unable to create job control record. Please try again"
550
  msgstr ""
551
  "(2128) Impossible de créer une tâche d'enregistrement de contrôle. Veuillez "
552
  "réessayer."
553
 
554
+ #: lib/includes/job_backup.php:1386
555
  msgid "(999) Unexpected error"
556
  msgstr "(999) Erreur inattendue"
557
 
746
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
747
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
748
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
749
+ #: views/restore.php:250 views/restore.php:251 views/restore.php:253
750
+ #: views/restore.php:254 views/restore.php:256 views/restore.php:257
 
751
  msgid "Done"
752
  msgstr "Terminé"
753
 
756
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
757
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
758
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
759
+ #: views/restore.php:250 views/restore.php:251 views/restore.php:253
760
+ #: views/restore.php:254 views/restore.php:256 views/restore.php:257
 
761
  msgid "Failed"
762
  msgstr "Échoué"
763
 
1080
 
1081
  #: views/restore.php:214
1082
  msgid ""
1083
+ "* When done uploading click the import uploads button below to see new "
1084
+ "backups appear in the Available Backups section above. "
1085
  msgstr ""
 
 
 
1086
 
1087
  #: views/restore.php:244
1088
  msgid "Preparing for restore"
1104
  msgid "Deactivating plugins"
1105
  msgstr "Désactivation des extensions"
1106
 
 
 
 
 
1107
  #: views/restore.php:250
1108
+ msgid "Importing database"
1109
+ msgstr ""
1110
+
1111
+ #: views/restore.php:251
1112
+ msgid "Updating imported database"
1113
+ msgstr ""
1114
+
1115
+ #: views/restore.php:253
1116
  msgid "Staging content files"
1117
  msgstr "Organisation des fichiers de contenu."
1118
 
1119
+ #: views/restore.php:254
1120
  msgid "Restoring content files"
1121
  msgstr "Restauration des fichiers de contenu."
1122
 
1123
+ #: views/restore.php:256
1124
  msgid "Restoring database"
1125
  msgstr "Restauration de la base de données."
1126
 
1127
+ #: views/restore.php:257
 
 
 
 
 
 
 
 
1128
  msgid "Updating permalinks"
1129
  msgstr "Mise à jour des permaliens"
1130
 
1131
+ #: views/restore.php:263
1132
  msgid "Error 201: No file selected"
1133
  msgstr "Erreur 201 : aucun fichier sélectionné."
1134
 
1135
+ #: views/restore.php:264
1136
  msgid "Error 202: Your file could not be uploaded"
1137
  msgstr "Erreur 202&nbsp;: Votre fichier n'a pas pu être mis en ligne."
1138
 
1139
+ #: views/restore.php:265
1140
  msgid "Error 203: Your backup could not be unzipped"
1141
  msgstr "Erreur 203&nbsp;: Votre sauvegarde n'a pas pu être dé-zippée."
1142
 
1143
+ #: views/restore.php:266
1144
  msgid ""
1145
  "Error 204: Your backup appears to be invalid. Please ensure you selected a "
1146
  "valid backup"
1148
  "Erreur 204&nbsp;: Votre sauvegarde semble ne pas être valide. Veuillez vous "
1149
  "assurer d'en choisir une valide."
1150
 
1151
+ #: views/restore.php:267
1152
  msgid "Error 205: Cannot create restore point"
1153
  msgstr "Erreur 205 : impossible de créer le point de restauration."
1154
 
1155
+ #: views/restore.php:268
1156
  msgid "Error 206: Unable to connect to your database"
1157
  msgstr "Erreur 206 : impossible de se connecter à votre base de données."
1158
 
1159
+ #: views/restore.php:269
1160
  msgid ""
1161
  "Error 207: Unable to get current site URL from database. Please try again"
1162
  msgstr ""
1163
  "Erreur 207&nbsp;: Impossible d'obtenir l'URL actuelle du site depuis la base "
1164
  "de données. Veuillez réessayer."
1165
 
1166
+ #: views/restore.php:270
1167
  msgid ""
1168
  "Error 208: Unable to get current home URL from database. Please try again"
1169
  msgstr ""
1170
  "Erreur 208&nbsp;: Impossible d'obtenir l'URL actuelle de la page d'accueil "
1171
  "depuis la base de données. Veuillez réessayer."
1172
 
1173
+ #: views/restore.php:271
1174
  msgid ""
1175
  "Error 209: Unable to get current user ID from database. Please try again"
1176
  msgstr ""
1177
  "Erreur 209&nbsp;: Impossible d'obtenir l'identifiant de l'utilisateur "
1178
  "courant depuis la base de données. Veuillez réessayer."
1179
 
1180
+ #: views/restore.php:272
1181
  msgid ""
1182
  "Error 210: Unable to get current user password from database. Please try "
1183
  "again"
1185
  "Erreur 210&nbsp;: Impossible d'obtenir le mot de passe de l'utilisateur "
1186
  "courant depuis la base de données. Veuillez réessayer."
1187
 
1188
+ #: views/restore.php:273
1189
  msgid ""
1190
  "Error 211: Unable to get current user email from database. Please try again"
1191
  msgstr ""
1192
  "Erreur 211&nbsp;: Impossible d'obtenir l'e-mail de l'utilisateur courant "
1193
  "depuis la base de données. Veuillez réessayer."
1194
 
1195
+ #: views/restore.php:275
1196
  msgid ""
1197
  "Error 212: Unable to import your database. This may require importing the "
1198
  "file manually"
1200
  "Erreur 212&nbsp;: Impossible d'importer votre base de données. Cela peut "
1201
  "nécessiter l'importation du fichier manuellement."
1202
 
1203
+ #: views/restore.php:276
1204
+ msgid ""
1205
+ "Error 212: Unable to restore your database. This may require importing the "
1206
+ "file manually"
1207
+ msgstr ""
1208
+
1209
+ #: views/restore.php:279
1210
  msgid ""
1211
  "Warning 213: Unable to update your site URL value. Please check your "
1212
  "WordPress general settings to make sure your Site and WordPress URLs are "
1216
  "votre site. Veuillez vérifier vos paramètres généraux WordPress pour vous "
1217
  "assurer que votre site et les URLs Wordpress sont correctes."
1218
 
1219
+ #: views/restore.php:280
1220
  msgid ""
1221
  "Warning 214: Unable to update your home URL value. Please check your "
1222
  "WordPress general settings to make sure your Site and WordPress URLs are "
1226
  "votre page d'accueil. Veuillez vérifier vos paramètres généraux WordPress "
1227
  "pour vous assurer que votre site et les URLs Wordpress sont corrects."
1228
 
1229
+ #: views/restore.php:281
1230
  msgid ""
1231
  "Warning 215: Unable to update your user information. This may require you to "
1232
  "login with the admin username and password that was used when the backup was "
1237
  "de passe d'administrateur qui a été utilisé lorsque la sauvegarde a été "
1238
  "créée."
1239
 
1240
+ #: views/restore.php:282
1241
  msgid "Error 216: Database not found in backup"
1242
  msgstr "Erreur 216 : base de données introuvable dans la sauvegarde."
1243
 
1244
+ #: views/restore.php:283
1245
  msgid "Warning 217: Unable to remove existing wp-content directory"
1246
  msgstr ""
1247
  "Avertissement 217&nbsp;: Impossible de supprimer le répertoire wp-content "
1248
  "existant."
1249
 
1250
+ #: views/restore.php:284
1251
  msgid ""
1252
  "Error 218: Unable to create new wp-content directory. Please check your "
1253
  "CHMOD settings in /wp-content/"
1255
  "Erreur 218&nbsp;: Impossible de créer le nouveau répertoire wp-content. "
1256
  "Veuillez vérifier vos réglages CHMOD dans /wp-content/."
1257
 
1258
+ #: views/restore.php:285
1259
  msgid "Error 219: Unable to import wp-content. Please try again"
1260
  msgstr ""
1261
  "Erreur 219&nbsp;: Impossible d'importer wp-content. Veuillez réessayer."
1262
 
1263
+ #: views/restore.php:286
1264
  msgid "Warning 220: Unable to cleanup import directory. No action is required"
1265
  msgstr ""
1266
  "Avertissement 220&nbsp;: Impossible de nettoyer le répertoire d'import. "
1267
  "Aucune action n'est requise."
1268
 
1269
+ #: views/restore.php:287
1270
  #, php-format
1271
  msgid ""
1272
  "Error 221: Table prefix value in wp-config.php is different from backup. "
1280
  "wpbackitup.com <a href =\"%s\" target=\"_blank\" >FAQ</a> pour plus "
1281
  "d'informations."
1282
 
1283
+ #: views/restore.php:288
1284
  msgid "Error 222: Unable to create restore folder"
1285
  msgstr "Erreur 222 : impossible de créer le répertoire de restauration."
1286
 
1287
+ #: views/restore.php:289
1288
  msgid ""
1289
  "Error 223: An error occurred during the restore. WPBackItUp attempted to "
1290
  "restore the database to its previous state but were unsuccessful. Please "
1296
  "succès. Veuillez contacter le service client de WPBackItUp et ne pas essayer "
1297
  "de lancer de nouvelles restaurations."
1298
 
1299
+ #: views/restore.php:290
1300
  msgid ""
1301
  "Error 224: An error occurred during the restore, however, we have "
1302
  "successfully restored your database to the previous state"
1305
  "Cependant, nous avons restauré avec succès votre base de données à son état "
1306
  "précédent."
1307
 
1308
+ #: views/restore.php:291
1309
  msgid ""
1310
  "Error 225: Restore option is only available to licensed WPBackItUp users"
1311
  msgstr ""
1312
  "Erreur 225 : L'option de restauration est uniquement disponible pour les "
1313
  "utilisateurs de WPBackItUp détenant une licence."
1314
 
1315
+ #: views/restore.php:292
1316
  msgid ""
1317
  "Error 226: Restore cannot proceed because your backup was created using a "
1318
  "different version of WordPress"
1320
  "Erreur 226&nbsp;: La restauration ne peut pas être effectuée parce que votre "
1321
  "sauvegarde a été faite en utilisant une version différente de WordPress."
1322
 
1323
+ #: views/restore.php:293
1324
  msgid ""
1325
  "Error 227: Restore cannot proceed because your backup was created using a "
1326
  "different version of WPBackItUp. Please contact WPBackItUp support to help "
1331
  "contacter l'assistance WPBackItUp pour obtenir de l'aide afin de convertir "
1332
  "cette sauvegarde vers la version actuelle."
1333
 
1334
+ #: views/restore.php:294
1335
  msgid ""
1336
  "Error 230: WPBackItUp ran into unexpected errors during the database "
1337
  "restore. However, we were able to successfully revert the database back to "
1342
  "la base de données dans son état d'origine. Cette erreur peut nécessiter "
1343
  "d'importer manuellement la base de données."
1344
 
1345
+ #: views/restore.php:295
1346
  msgid ""
1347
  "Error 235: WPBackItUp is not able to proceed because there is no zip utility "
1348
  "available. Please contact support"
1350
  "Erreur 235 : WPBackItUp ne peut pas continuer car il n'y a aucun utilitaire "
1351
  "zip disponible. Veuillez contacter l'assistance."
1352
 
1353
+ #: views/restore.php:296
1354
  msgid ""
1355
  "Error 250: WPBackItUp is unable to begin the restore because a backup is "
1356
  "running. Please wait for the backup to complete and then try again"
1359
  "sauvegarde est en cours. Veuillez attendre la fin de la sauvegarde et "
1360
  "refaire un essai."
1361
 
1362
+ #: views/restore.php:298
1363
  msgid ""
1364
  "Error 260: WPBackItUp is unable to extract archives from backup set. Please "
1365
  "try again and contact support if this issue continues"
1368
  "sauvegardes. Veuillez réessayer et contacter l'assistance si ce problème "
1369
  "persiste. "
1370
 
1371
+ #: views/restore.php:299
1372
  msgid ""
1373
  "Error 261: WPBackItUp is unable to extract archives from backup set. Please "
1374
  "try again and contact support if this issue continues"
1377
  "sauvegardes. Veuillez réessayer et contacter l'assistance si ce problème "
1378
  "persiste. "
1379
 
1380
+ #: views/restore.php:300
1381
  msgid ""
1382
  "Error 262: There were no backup files found in the backup folder. Please "
1383
  "try again and contact support if this issue continues"
1386
  "sauvegarde. Veuillez réessayer et contacter l'assistance si ce problème "
1387
  "persiste. "
1388
 
1389
+ #: views/restore.php:302
1390
  msgid ""
1391
  "Error 251: WPBackItUp is unable to begin the restore because the backup "
1392
  "manifest is empty"
1394
  "Erreur 251 : WPBackItUp est incapable de commencer la restauration parce que "
1395
  "le fichier manifest de sauvegarde est vide."
1396
 
1397
+ #: views/restore.php:303
1398
  msgid ""
1399
  "Error 252: At least one zip file is missing from your backup set. Please "
1400
  "make sure to upload all zip files that were part of this backup"
1403
  "sauvegarde. Veuillez vous assurer de mettre en ligne tous les fichiers zip "
1404
  "faisant partie de cette sauvegarde."
1405
 
1406
+ #: views/restore.php:304
1407
  msgid ""
1408
  "Error 253: Backup set contains a zip file that is not in the manifest. "
1409
  "Please make sure to upload only zip files that were part of this backup"
1412
  "présent dans le manifeste. Veuillez vous assurez de faire de mettre en ligne "
1413
  "uniquement les fichiers zip faisant partie de cette sauvegarde."
1414
 
1415
+ #: views/restore.php:305
1416
  msgid ""
1417
  "Error 254: The size of one the zip files in this backup set does not match "
1418
  "the manifest so is most likely corrupt. Upload all zip files in this backup "
1423
  "uploader à nouveau tous les fichiers zip dans ce jeu de sauvegarde et tenter "
1424
  "de restaurer encore une fois. "
1425
 
1426
+ #: views/restore.php:306
1427
  msgid ""
1428
  "Error 255: Backup set does not contain a manifest. Please make sure to "
1429
  "upload all zip files that were part of this backup"
1431
  "Erreur 255: Le jeu de sauvegarde ne contient pas de manifeste. Veuillez vous "
1432
  "assurer d'uploader tous les fichiers zip faisant partir de cette sauvegarde. "
1433
 
1434
+ #: views/restore.php:308
1435
  msgid ""
1436
  "Warning 300: Unable to restore all WordPress content. Please review your "
1437
  "restore logs to see what WPBackItUp was unable to restore"
1440
  "Veuillez consulter vos journaux de restauration pour voir ce que WPBackItUp "
1441
  "n'a pas pu restaurer."
1442
 
1443
+ #: views/restore.php:309
1444
  msgid ""
1445
  "Warning 305: Unable to restore all plugins. Please review your restore logs "
1446
  "to see what WPBackItUp was unable to restore"
1449
  "consulter les journaux de restauration pour voir ce que WPBackItUp n'a pas "
1450
  "pu restaurer."
1451
 
1452
+ #: views/restore.php:311
1453
  msgid "Error 2001: Unable to prepare site for restore"
1454
  msgstr ""
1455
  "Erreur 2001&nbsp;: Impossible de préparer le site pour la restauration."
1456
 
1457
+ #: views/restore.php:312
1458
  msgid "Error 2002: Unable to unzip backup"
1459
  msgstr "Erreur 2002&nbsp;: Impossible de décompresser la sauvegarde."
1460
 
1461
+ #: views/restore.php:313
1462
  msgid "Error 2003: Unable to validate backup"
1463
  msgstr "Erreur 2003&nbsp;: Impossible de valider la sauvegarde."
1464
 
1465
+ #: views/restore.php:314
1466
  msgid "Error 2004: Unable to create restore point"
1467
  msgstr "Erreur 2004&nbsp;: Impossible de créer le point de restauration."
1468
 
1469
+ #: views/restore.php:315
1470
  msgid "Error 2005: Unable to stage wp-content"
1471
  msgstr "Erreur 2005&nbsp;: Impossible d'organiser les fichiers de contenu."
1472
 
1473
+ #: views/restore.php:316
1474
  msgid "Error 2006: Unable to restore content files"
1475
  msgstr "Erreur 2006&nbsp;: Impossible de restaurer les fichiers de contenu."
1476
 
1477
+ #: views/restore.php:317
1478
  msgid "Error 2007: Unable to restore database"
1479
  msgstr "Erreur 2007&nbsp;: Impossible de restaurer la base de données."
1480
 
1481
+ #: views/restore.php:318
1482
+ msgid "Error 2009: Unable to import database"
1483
+ msgstr ""
1484
+
1485
+ #: views/restore.php:319
1486
  msgid "Error 2999: Unexpected error encountered"
1487
  msgstr "Erreur 2999&nbsp;: Une erreur inattendue s'est produite."
1488
 
1489
+ #: views/restore.php:326
1490
  msgid ""
1491
  "Restore completed successfully. If you are prompted to login please do so "
1492
  "with your current username and password"
1500
  msgid "%s Settings"
1501
  msgstr "Réglages de %s"
1502
 
1503
+ #: views/settings.php:49
1504
  msgid "Settings updated successfully!"
1505
  msgstr "Les réglages ont été mis à jour avec succès!"
1506
 
1507
+ #: views/settings.php:62
1508
  msgid "Email Notifications"
1509
  msgstr "Notifications par e-mail"
1510
 
1511
+ #: views/settings.php:63
1512
  msgid ""
1513
  "Please enter your email address if you would like to receive backup email "
1514
  "notifications."
1516
  "Veuillez saisir votre adresse de messagerie si vous souhaitez recevoir par e-"
1517
  "mail les notifications de vos sauvegardes."
1518
 
1519
+ #: views/settings.php:64
1520
  msgid ""
1521
  "Backup email notifications will be sent for every backup and will contain "
1522
  "status information related to the backup."
1524
  "Les e-mails de notification de sauvegarde seront envoyés à chaque sauvegarde "
1525
  "et contiendront des informations sur l'état de la sauvegarde."
1526
 
1527
+ #: views/settings.php:66 views/settings.php:86 views/settings.php:109
1528
+ #: views/settings.php:116 views/settings.php:124 views/settings.php:132
1529
+ #: views/settings.php:163 views/settings.php:197 views/settings.php:235
1530
+ #: views/settings.php:244
1531
  msgid "Save"
1532
  msgstr "Enregistrer"
1533
 
1534
+ #: views/settings.php:82
1535
  msgid "Backup Retention"
1536
  msgstr "Rétention de sauvegarde"
1537
 
1538
+ #: views/settings.php:83
1539
  msgid ""
1540
  "Enter the number of backup archives that you would like to remain on the "
1541
  "server."
1543
  "Saisissez le nombre d'archives de sauvegarde que vous souhaitez conserver "
1544
  "sur le serveur."
1545
 
1546
+ #: views/settings.php:84
1547
  msgid ""
1548
  "Many hosts limit the amount of space that you can take up on their servers. "
1549
  "This option tells WPBackItUp the maximum number of backup archives that "
1556
  "Ne vous inquiétez pas, nous supprimons toujours les plus anciennes archives "
1557
  "de sauvegarde en premier."
1558
 
1559
+ #: views/settings.php:103
1560
  msgid "Logging?"
1561
  msgstr "Journalisation ?"
1562
 
1563
+ #: views/settings.php:104
1564
  msgid "Turn on WPBackItUp logging."
1565
  msgstr "Activer la journalisation de WPBackItUP ?"
1566
 
1567
+ #: views/settings.php:105
1568
  msgid ""
1569
  "This option should only be turned on by advanced users or when "
1570
  "troubleshooting issues with WPBackItUp support."
1572
  "Cette option ne devrait uniquement être activée par les utilisateurs avancés "
1573
  "ou lors de la résolution des problèmes avec le support WPBackItUp."
1574
 
1575
+ #: views/settings.php:106
1576
  msgid "Yes"
1577
  msgstr "Oui"
1578
 
1579
+ #: views/settings.php:107
1580
  msgid "No"
1581
  msgstr "Non"
1582
 
1583
+ #: views/settings.php:113
1584
  msgid "Disable restore version compare?"
1585
  msgstr ""
1586
 
1587
+ #: views/settings.php:115
1588
  msgid ""
1589
  "Check this box if you would like WPBackItUp not to check major version "
1590
  "issue. This could be dangerous, you can disable it with your own risk."
1591
  msgstr ""
1592
 
1593
+ #: views/settings.php:120
1594
  msgid "Single File Backup Set"
1595
  msgstr "Jeu de sauvegardes à fichier unique"
1596
 
1597
+ #: views/settings.php:122
1598
  msgid ""
1599
+ "Check this box if you would like WPBackItUp to create a single zip file that "
1600
+ "contains your entire backup."
1601
  msgstr ""
 
 
1602
 
1603
+ #: views/settings.php:123
1604
+ msgid ""
1605
+ "When this setting is turned on WPBackItUp will attempt to create a single "
1606
+ "zip file that contains your entire backup. This option may may not be "
1607
+ "possible with some hosting providers. This setting will be turned off "
1608
+ "automatically if WPBackItUp is unable to complete this step for any reason."
1609
+ msgstr ""
1610
+
1611
+ #: views/settings.php:128
1612
+ msgid "Single File Database Export (db)"
1613
+ msgstr ""
1614
+
1615
+ #: views/settings.php:130
1616
+ msgid ""
1617
+ "Check this box if you would like WPBackItUp to export your database into a "
1618
+ "single db file."
1619
+ msgstr ""
1620
+
1621
+ #: views/settings.php:131
1622
  msgid ""
1623
  "When this setting is turned on WPBackItUp will attempt to create a single "
1624
+ "file that contains your entire database. This option may not be possible "
1625
+ "with some hosting providers. This setting will be turned off automatically "
1626
+ "if WPBackItUp is unable to complete this step for any reason."
1627
+ msgstr ""
1628
+
1629
+ #: views/settings.php:136
 
 
 
 
 
 
1630
  msgid "Batch Size"
1631
  msgstr "Taille du lot."
1632
 
1633
+ #: views/settings.php:137
1634
  msgid "Enter the batch size for each of your content items."
1635
  msgstr "Entrez la taille du lot pour chacun de vos éléments de contenu. "
1636
 
1637
+ #: views/settings.php:138
1638
  msgid ""
1639
  "These settings tell WPBackItUp how many items that should be added to the "
1640
  "backup at a time. If you experience timeouts while running a backup then "
1647
  "aider à réduire le temps que prend WPBackItUp pour terminer chaque tâche de "
1648
  "sauvegarde. "
1649
 
1650
+ #: views/settings.php:141
1651
  msgid "DB Tables Batch Size"
1652
  msgstr "Taille du lot des tables DB"
1653
 
1654
+ #: views/settings.php:146
1655
  msgid "Plugins Batch Size"
1656
  msgstr "Taille du lot des extensions"
1657
 
1658
+ #: views/settings.php:151
1659
  msgid "Themes Batch Size"
1660
  msgstr "Taille du lot des thèmes"
1661
 
1662
+ #: views/settings.php:156
1663
  msgid "Uploads Batch Size"
1664
  msgstr "Taille du lot des pièces jointes"
1665
 
1666
+ #: views/settings.php:161
1667
  msgid "Others Batch Size"
1668
  msgstr "Taille des autres lots"
1669
 
1670
+ #: views/settings.php:164 views/settings.php:198 views/settings.php:236
1671
  msgid ""
1672
  "* These settings should only be modified by advanced users or when when "
1673
  "working with WPBackItUp support."
1675
  "*Ces paramètres devraient uniquement être modifiés par des utilisateurs "
1676
  "avancés ou en collaboration avec l'assistance WPBackItUp."
1677
 
1678
+ #: views/settings.php:176
1679
  msgid "Filter Your Folders"
1680
  msgstr "Filtrez vos dossiers"
1681
 
1682
+ #: views/settings.php:177
1683
  msgid ""
1684
  "Enter a comma separated list of folders that should be excluded from your "
1685
  "backups."
1687
  "Entrez une liste séparée par des virgules de dossiers à exclure de vos "
1688
  "sauvegardes. "
1689
 
1690
+ #: views/settings.php:178
1691
  msgid ""
1692
  "It is important to note that when a folder name is present in this list any "
1693
  "occurrence of that folder, and all its contents, will be excluded from the "
1697
  "cette liste toute occurrence de ce dossier, ainsi que tous ses contenus "
1698
  "seront exclus de la sauvegarde. "
1699
 
1700
+ #: views/settings.php:180
1701
  msgid "Plugin Folders Filter"
1702
  msgstr "Filtre plugin des dossiers"
1703
 
1704
+ #: views/settings.php:185
1705
  msgid "Theme Folders Filter"
1706
  msgstr "Filtre plugin de thème"
1707
 
1708
+ #: views/settings.php:190
1709
  msgid "Upload Folders Filter"
1710
  msgstr "Filtre upload de dossiers"
1711
 
1712
+ #: views/settings.php:194
1713
  msgid "Other Folders Filter"
1714
  msgstr "Filtre autres dossiers"
1715
 
1716
+ #: views/settings.php:203
1717
  msgid "Filter Your Database Tables"
1718
  msgstr "Filtrez les tables de votre base de données"
1719
 
1720
+ #: views/settings.php:204
1721
  msgid "Exclude custom database tables from the backup."
1722
  msgstr ""
1723
  "Exclure les tables de base de données personnalisées de la sauvegarde. "
1724
 
1725
+ #: views/settings.php:205
1726
  msgid ""
1727
  "If you would like to exclude a custom table from the backup then simply drag "
1728
  "it to the list on the right. WordPress core tables may not be excluded from "
1732
  "la simplement glisser vers la liste sur la droite. Les tables WordPress de "
1733
  "base pourraient ne pas être exclues de la sauvegarde. "
1734
 
1735
+ #: views/settings.php:241
1736
  msgid "Remove Data on Uninstall?"
1737
  msgstr "Supprimer les données lors de la désinstallation&nbsp;?"
1738
 
1739
+ #: views/settings.php:243
1740
  msgid ""
1741
  "Check this box if you would like WPBackItUp to completely remove all of its "
1742
  "data when the plugin is deleted."
1807
  msgid "Premium customers receive priority support."
1808
  msgstr "Les clients Premium bénéficient d'un support prioritaire."
1809
 
1810
+ #: wp-backitup.php:94 wp-backitup.php:95
1811
  #, php-format
1812
  msgid "Every %s hours"
1813
  msgstr "Toutes les %s heures"
1814
 
1815
+ #: wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98 wp-backitup.php:99
1816
+ #: wp-backitup.php:100
1817
  #, php-format
1818
  msgid "WPBUP - Every %s minutes"
1819
  msgstr "WPBUP - Toutes les %s minutes"
1820
 
1821
+ #: wp-backitup.php:102
1822
  msgid "WPBUP - Once Weekly"
1823
  msgstr "WPBUP - Une fois par semaine"
1824
 
1825
+ #: wp-backitup.php:103
1826
  msgid "WPBUP - Once Monthly"
1827
  msgstr "WPBUP - Une fois par mois"
1828
 
1829
+ #: wp-backitup.php:104 wp-backitup.php:105
1830
  #, php-format
1831
  msgid "WPBUP - Every %s hours"
1832
  msgstr "WPBUP - Toutes les %s heures"
1833
 
1834
+ #: wp-backitup.php:114
1835
  msgid "Local File"
1836
  msgstr ""
1837
 
1838
+ #: wp-backitup.php:171
1839
  msgid "Cleanup"
1840
  msgstr "Nettoyage"
1841
+
1842
+ #~ msgid ""
1843
+ #~ "* Reload this page when done uploading to see new backups appear in the "
1844
+ #~ "Available Backups section above. "
1845
+ #~ msgstr ""
1846
+ #~ "* Rechargez cette page lorsque vous avez terminé le chargement pour voir "
1847
+ #~ "apparaître de nouvelles sauvegardes dans la section sauvegardes "
1848
+ #~ "disponibles ci-dessus."
1849
+
1850
+ #~ msgid "Creating database restore point"
1851
+ #~ msgstr "Création du point de restauration de la base de données."
1852
+
1853
+ #~ msgid "Updating current user info"
1854
+ #~ msgstr "Mise à jour des informations de l'utilisateur courant."
1855
+
1856
+ #~ msgid "Updating site URL"
1857
+ #~ msgstr "Mise à jour de l'URL du site"
1858
+
1859
+ #~ msgid ""
1860
+ #~ "Check this box if you would like WPBackItUp to create a single file "
1861
+ #~ "backup set."
1862
+ #~ msgstr ""
1863
+ #~ "Cochez cette case si vous souhaitez que WPBackItUp crée une jeu de "
1864
+ #~ "sauvegarde à fichier unique."
1865
+
1866
+ #~ msgid ""
1867
+ #~ "When this setting is turned on WPBackItUp will attempt to create a single "
1868
+ #~ "file backup set. If WPBackItUp is unable to create a single file backup "
1869
+ #~ "set then it will turn this setting off for you. Creating a single file "
1870
+ #~ "backup set may not be possible with hosts that strictly limit memory "
1871
+ #~ "utilization."
1872
+ #~ msgstr ""
1873
+ #~ "Lorsque ce paramètre est activé WPBackItUp va tenter de créer un jeu de "
1874
+ #~ "sauvegardes à fichier unique. Si WPBackItUp ne parvient pas à créer un "
1875
+ #~ "jeu de sauvegardes à fichier unique, ce paramètre sera automatiquement "
1876
+ #~ "désactivé. La création d'un jeu de sauvegardes à fichier unique pourrait "
1877
+ #~ "ne pas être possible avec des hébergeurs limitant strictement "
1878
+ #~ "l'utilisation de mémoire."
languages/wp-backitup-it_IT.mo CHANGED
Binary file
languages/wp-backitup-it_IT.po CHANGED
@@ -4,8 +4,8 @@
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: WPBackItUp\n"
7
- "POT-Creation-Date: 2016-06-25 07:41-0400\n"
8
- "PO-Revision-Date: 2016-06-25 07:41-0400\n"
9
  "Last-Translator: Mara Lucia Ferretti <maralucia.ferretti@poste.it>\n"
10
  "Language-Team: Italian (Italy) (http://www.transifex.com/wp-translations/wp-"
11
  "backitup/language/it_IT/)\n"
@@ -24,180 +24,180 @@ msgstr ""
24
  msgid "Every %d Minutes"
25
  msgstr ""
26
 
27
- #: lib/includes/class-wpbackitup-admin.php:212 views/backup.php:277
28
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
29
- #: wp-backitup.php:142
30
  msgid "Backup"
31
  msgstr "Backup"
32
 
33
- #: lib/includes/class-wpbackitup-admin.php:216
34
- #: lib/includes/class-wpbackitup-admin.php:254 views/restore.php:136
35
- #: wp-backitup.php:156
36
  msgid "Restore"
37
  msgstr "Ripristino"
38
 
39
- #: lib/includes/class-wpbackitup-admin.php:220
40
  msgid "Support"
41
  msgstr "Assistenza"
42
 
43
- #: lib/includes/class-wpbackitup-admin.php:223
44
  msgid "Settings"
45
  msgstr "Impostazioni"
46
 
47
- #: lib/includes/class-wpbackitup-admin.php:247
48
  msgid ""
49
  "The backup you have selected exceeds what your host allows you to upload."
50
  msgstr ""
51
  "Il backup che hai selezionato eccede quanto il tuo host ti permette di "
52
  "caricare"
53
 
54
- #: lib/includes/class-wpbackitup-admin.php:248 views/backup.php:439
55
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
56
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
57
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
58
  msgid "Warning"
59
  msgstr "Avviso"
60
 
61
- #: lib/includes/class-wpbackitup-admin.php:249 views/backup.php:253
62
  #: views/backup.php:376
63
  msgid "Error"
64
  msgstr "Errore"
65
 
66
- #: lib/includes/class-wpbackitup-admin.php:250
67
  msgid "Response"
68
  msgstr "Risposta"
69
 
70
- #: lib/includes/class-wpbackitup-admin.php:251 views/backup.php:352
71
  #: views/backup.php:430 views/restore.php:230
72
  msgid "Status"
73
  msgstr "Stato"
74
 
75
- #: lib/includes/class-wpbackitup-admin.php:252
76
  msgid "Download"
77
  msgstr "Scarica"
78
 
79
- #: lib/includes/class-wpbackitup-admin.php:253 views/backup.php:407
80
  #: views/restore.php:129
81
  msgid "Delete"
82
  msgstr "Cancella"
83
 
84
- #: lib/includes/class-wpbackitup-admin.php:255
85
  msgid "(JS997) Unexpected error"
86
  msgstr "(JS997) Errore inaspettato"
87
 
88
- #: lib/includes/class-wpbackitup-admin.php:256
89
  msgid "(JS998) Unexpected error"
90
  msgstr "(JS998) Errore inaspettato"
91
 
92
- #: lib/includes/class-wpbackitup-admin.php:257
93
  msgid "(JS999) An unexpected error has occurred"
94
  msgstr "(JS999) Si è verificato un errore inaspettato"
95
 
96
- #: lib/includes/class-wpbackitup-admin.php:258
97
  msgid "Scheduled has been saved."
98
  msgstr "La pianificazione è stata salvata"
99
 
100
- #: lib/includes/class-wpbackitup-admin.php:259
101
  msgid "Scheduled was not saved."
102
  msgstr "La pianificazione non è stata salvata"
103
 
104
- #: lib/includes/class-wpbackitup-admin.php:260
105
  msgid "Are you sure you want to restore your site?"
106
  msgstr "Sei sicuro di voler ripristinare il tuo sito?"
107
 
108
- #: lib/includes/class-wpbackitup-admin.php:261
109
  msgid "Are you sure ?"
110
  msgstr "Sei sicuro?"
111
 
112
- #: lib/includes/class-wpbackitup-admin.php:262
113
  msgid "This file cannot be delete!"
114
  msgstr "Questo file non può essere cancellato!"
115
 
116
- #: lib/includes/class-wpbackitup-admin.php:263
117
  msgid "View Log"
118
  msgstr "Visualizza il registro"
119
 
120
- #: lib/includes/class-wpbackitup-admin.php:264
121
  msgid "New Backup!"
122
  msgstr "Nuovo backup!"
123
 
124
- #: lib/includes/class-wpbackitup-admin.php:265
125
  msgid "Uploaded Backup"
126
  msgstr "Backup caricato"
127
 
128
- #: lib/includes/class-wpbackitup-admin.php:602
129
  msgid "Backup Queued"
130
  msgstr "Backup accodato"
131
 
132
- #: lib/includes/class-wpbackitup-admin.php:611
133
  msgid "Backup could not be queued"
134
  msgstr "Il backup non può essere accodato"
135
 
136
- #: lib/includes/class-wpbackitup-admin.php:623
137
  msgid "Job is already in queue."
138
  msgstr "Il processo è già in coda"
139
 
140
- #: lib/includes/class-wpbackitup-admin.php:661
141
  msgid "No backup file selected."
142
  msgstr "Nessun file di backup selezionato"
143
 
144
- #: lib/includes/class-wpbackitup-admin.php:668
145
  msgid "No user id found."
146
  msgstr "Nessun utente trovato"
147
 
148
- #: lib/includes/class-wpbackitup-admin.php:691
149
  msgid "Restore Queued"
150
  msgstr "Ripristino accodato"
151
 
152
- #: lib/includes/class-wpbackitup-admin.php:700
153
  msgid "Restore could not be queued"
154
  msgstr "Non si è potuto accodare il ripristino"
155
 
156
- #: lib/includes/class-wpbackitup-admin.php:706
157
  msgid "Restore already in queue"
158
  msgstr "Ripristino già in coda"
159
 
160
- #: lib/includes/class-wpbackitup-admin.php:738
161
  msgid "No job id posted"
162
  msgstr "Nessun job-id assegnato"
163
 
164
- #: lib/includes/class-wpbackitup-admin.php:746 views/backup.php:467
165
  msgid "Backup Cancelled"
166
  msgstr "Backup cancellato"
167
 
168
- #: lib/includes/class-wpbackitup-admin.php:748
169
  msgid "Backup job not found"
170
  msgstr "Attività di backup non trovata"
171
 
172
- #: lib/includes/class-wpbackitup-admin.php:917
173
  msgid "No response log found."
174
  msgstr "Registro di risposta non trovato"
175
 
176
- #: lib/includes/class-wpbackitup-admin.php:1019
177
- #: lib/includes/class-wpbackitup-admin.php:1027
178
- #: lib/includes/class-wpbackitup-admin.php:1073
179
- #: lib/includes/class-wpbackitup-admin.php:1080
180
- #: lib/includes/class-wpbackitup-admin.php:1087
181
- #: lib/includes/class-wpbackitup-admin.php:1094
182
- #: lib/includes/class-wpbackitup-admin.php:1101
183
  msgid "Please enter a number"
184
  msgstr "Per favore inserire un numero"
185
 
186
- #: lib/includes/class-wpbackitup-admin.php:1048
187
- #: lib/includes/class-wpbackitup-admin.php:1210
188
  msgid "Please enter a valid email"
189
  msgstr "Per favore inserire un indirizzo di posta elettronica valido"
190
 
191
- #: lib/includes/class-wpbackitup-admin.php:1217
192
  msgid "Please enter your support ticket id"
193
  msgstr "Per favore inserire il codice della richiesta di assistenza"
194
 
195
- #: lib/includes/class-wpbackitup-admin.php:1222
196
  msgid "Please only enter numbers in this field"
197
  msgstr "Per favore inserire solo numeri in questo campo"
198
 
199
- #: lib/includes/class-wpbackitup-admin.php:2012
200
- #: lib/includes/class-wpbackitup-admin.php:2032
201
  msgid ""
202
  "License could not be activated. Please try again in a few hours and contact "
203
  "support if this error continues."
@@ -205,15 +205,15 @@ msgstr ""
205
  "La licenza potrebbe non essere stata attivata. Ti preghiamo di provare di "
206
  "nuovo tra qualche ora e di contattare l'assistenza qualora l'errore persista."
207
 
208
- #: lib/includes/class-wpbackitup-admin.php:2081
209
  msgid "License is invalid."
210
  msgstr "Licenza non valida"
211
 
212
- #: lib/includes/class-wpbackitup-admin.php:2086
213
  msgid "License has expired."
214
  msgstr "Licenza scaduta"
215
 
216
- #: lib/includes/class-wpbackitup-admin.php:2089
217
  #, php-format
218
  msgid ""
219
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -225,15 +225,15 @@ msgstr ""
225
  "prodotto</strong> e usufruire del nostro team <strong>di assistenza di "
226
  "livello mondiale</strong> "
227
 
228
- #: lib/includes/class-wpbackitup-admin.php:2103
229
  msgid "License Expired: Scheduled backups are no longer active."
230
  msgstr "La licenza è scaduta: i backup programmati non sono più attivi"
231
 
232
- #: lib/includes/class-wpbackitup-admin.php:2111
233
  msgid "Activation limit has been reached."
234
  msgstr "Limite di attivazioni raggiunto"
235
 
236
- #: lib/includes/class-wpbackitup-admin.php:2117
237
  msgid "Your Activation limit has been reached"
238
  msgstr "Hai raggiunto il tuo limite di attivazioni"
239
 
@@ -263,7 +263,7 @@ msgstr ""
263
  msgid "Could not import file into WPBackItUp backup set."
264
  msgstr "Non è possibile importare il file nel set di backup di WPBackItUp"
265
 
266
- #: lib/includes/job_backup.php:1135
267
  #, php-format
268
  msgid ""
269
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
@@ -279,52 +279,52 @@ msgstr ""
279
  "strong> per poter usufruire di un altro anno di aggiornamenti del prodotto e "
280
  "per accedere al nostro team di assistenza di livello mondiale. <br/><br/>"
281
 
282
- #: lib/includes/job_backup.php:1140
283
  #, php-format
284
  msgid "%s - Backup completed successfully."
285
  msgstr "%s - Backup completato con successo"
286
 
287
- #: lib/includes/job_backup.php:1141
288
  msgid "Your backup completed successfully."
289
  msgstr "Il tuo backup è stato completato con successo"
290
 
291
- #: lib/includes/job_backup.php:1144
292
  #, php-format
293
  msgid "%s - Backup did not complete successfully."
294
  msgstr "%s - Il backup non è stato completato con successo"
295
 
296
- #: lib/includes/job_backup.php:1145
297
  msgid "Your backup did not complete successfully."
298
  msgstr "Il tuo backup non è stato completato con successo"
299
 
300
- #: lib/includes/job_backup.php:1152
301
  #, php-format
302
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
303
  msgstr "Sito WordPress: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
304
 
305
- #: lib/includes/job_backup.php:1153
306
  msgid "Backup date:"
307
  msgstr "Data del backup:"
308
 
309
- #: lib/includes/job_backup.php:1154
310
  msgid "Number of backups completed with WPBackItUp:"
311
  msgstr "Numero di backup completati con WPBackItUp:"
312
 
313
- #: lib/includes/job_backup.php:1156
314
  msgid "Completion Code:"
315
  msgstr "Codice di completamento:"
316
 
317
- #: lib/includes/job_backup.php:1157
318
  msgid "WPBackItUp Version:"
319
  msgstr "Versione di WPBackItUp:"
320
 
321
- #: lib/includes/job_backup.php:1169
322
  #, php-format
323
  msgid "Checkout %s for info about WPBackItUp and our other products."
324
  msgstr ""
325
  "Visita %s per avere informazioni su WPBackItUp e sugli altri nostri prodotti."
326
 
327
- #: lib/includes/job_backup.php:1336
328
  msgid ""
329
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
330
  "settings of your wp-backitup backup directory"
@@ -333,7 +333,7 @@ msgstr ""
333
  "controllare le impostazioni CHMOD della tua directory di backup di wp-"
334
  "backitup"
335
 
336
- #: lib/includes/job_backup.php:1337
337
  msgid ""
338
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
339
  "your wp-backitup plugin directory"
@@ -341,47 +341,47 @@ msgstr ""
341
  "(102) Non si può creare la directory di backup. Ti preghiamo di controllare "
342
  "le impostazioni CHMOD della tua directory di plugin di wp-backitup"
343
 
344
- #: lib/includes/job_backup.php:1338
345
  msgid "(103) Unable to backup your files. Please try again"
346
  msgstr ""
347
  "(103) Impossibile eseguire il backup del tuoi file. Ti preghiamo di riprovare"
348
 
349
- #: lib/includes/job_backup.php:1339
350
  msgid "(104) Unable to export your database. Please try again"
351
  msgstr ""
352
  "( 104) Impossibile esportare il tuo database. Ti preghiamo di riprovare"
353
 
354
- #: lib/includes/job_backup.php:1340
355
  msgid "(105) Unable to export site information file. Please try again"
356
  msgstr ""
357
  "(105) Impossibile esportare il file di informazioni del sito. Ti preghiamo "
358
  "di riprovare"
359
 
360
- #: lib/includes/job_backup.php:1341
361
  msgid "(106) Unable to cleanup your backup directory"
362
  msgstr "(106) Impossibile eseguire la pulizia della tua directory di backup"
363
 
364
- #: lib/includes/job_backup.php:1342
365
  msgid "(107) Unable to compress(zip) your backup. Please try again"
366
  msgstr ""
367
  "(107) Impossibile eseguire la compressione (zip) del tuo backup. Ti "
368
  "preghiamo di riprovare"
369
 
370
- #: lib/includes/job_backup.php:1343
371
  msgid "(108) Unable to backup your site data files. Please try again"
372
  msgstr ""
373
  "(108) Impossibile eseguire il backup dei file di dati del tuo sito. Ti "
374
  "preghiamo di riprovare"
375
 
376
- #: lib/includes/job_backup.php:1344
377
  msgid "(109) Unable to finalize backup. Please try again"
378
  msgstr "(109) Impossibile concludere il backup. Ti preghiamo di riprovare"
379
 
380
- #: lib/includes/job_backup.php:1345
381
  msgid "(110) Unable to create backup manifest. Please try again"
382
  msgstr "(110) Impossibile creare il backup manifest. Ti preghiamo di riprovare"
383
 
384
- #: lib/includes/job_backup.php:1346
385
  msgid ""
386
  "(114) Your database was accessible but an export could not be created. "
387
  "Please contact support by clicking the get support link on the right. Please "
@@ -392,30 +392,30 @@ msgstr ""
392
  "sulla destra per la richiesta di aiuto. Ti preghiamo di farci sapere qual è "
393
  "il tuo host quando sottoporrai la richiesta"
394
 
395
- #: lib/includes/job_backup.php:1347
396
  msgid "(120) Unable to backup your themes. Please try again"
397
  msgstr ""
398
  "(120) Impossibile eseguire il backup dei tuoi temi. Ti preghiamo di riprovare"
399
 
400
- #: lib/includes/job_backup.php:1348
401
  msgid "(121) Unable to backup your plugins. Please try again"
402
  msgstr ""
403
  "(121) Impossibile eseguire il backup dei tuoi plugin. Ti preghiamo di "
404
  "riprovare"
405
 
406
- #: lib/includes/job_backup.php:1349
407
  msgid "(122) Unable to backup your uploads. Please try again"
408
  msgstr ""
409
  "(122) Impossibile eseguire il backup dei tuoi caricamenti. Ti preghiamo di "
410
  "riprovare"
411
 
412
- #: lib/includes/job_backup.php:1350
413
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
414
  msgstr ""
415
  "(123) Impossibile eseguire il backup dei tuoi vari file. Ti preghiamo di "
416
  "riprovare"
417
 
418
- #: lib/includes/job_backup.php:1351
419
  msgid ""
420
  "(125) Unable to compress your backup because there is no zip utility "
421
  "available. Please contact support"
@@ -423,23 +423,23 @@ msgstr ""
423
  "(125) Impossibile comprimere il tuo backup perchè non è disponibile alcuna "
424
  "utility di compressione. Ti preghiamo di contattare l'assistenza"
425
 
426
- #: lib/includes/job_backup.php:1352
427
  msgid "(126) Unable to validate your backup. Please try again"
428
  msgstr "(126) Impossibile convalidare il tuo backup. Ti preghiamo di riprovare"
429
 
430
- #: lib/includes/job_backup.php:1353
431
  msgid "(127) Unable to create inventory of files to backup. Please try again"
432
  msgstr ""
433
  "(127) Impossibile creare un inventario di file per il backup. Ti preghiamo "
434
  "di riprovare"
435
 
436
- #: lib/includes/job_backup.php:1354
437
  msgid "(128) Unable to create job control record. Please try again"
438
  msgstr ""
439
  "(128) Impossibile creare un registro di controllo del lavoro. Ti preghiamo "
440
  "di riprovare"
441
 
442
- #: lib/includes/job_backup.php:1356
443
  msgid ""
444
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
445
  "settings of your wp-backitup backup directory"
@@ -448,7 +448,7 @@ msgstr ""
448
  "controllare le impostazioni CHMOD della tua directory di backup di wp-"
449
  "backitup"
450
 
451
- #: lib/includes/job_backup.php:1357
452
  msgid ""
453
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
454
  "your wp-backitup plugin directory"
@@ -456,49 +456,49 @@ msgstr ""
456
  "(2102) Non si può creare la directory di backup. Ti preghiamo di controllare "
457
  "le impostazioni CHMOD della tua directory di plugin di wp-backitup"
458
 
459
- #: lib/includes/job_backup.php:1358
460
  msgid "(2103) Unable to backup your files. Please try again"
461
  msgstr ""
462
  "(2103) Impossibile eseguire il backup dei tuoi file. Ti preghiamo di "
463
  "riprovare"
464
 
465
- #: lib/includes/job_backup.php:1359
466
  msgid "(2104) Unable to export your database. Please try again"
467
  msgstr ""
468
  "(2104) Impossibile esportare il tuo database. Ti preghiamo di riprovare"
469
 
470
- #: lib/includes/job_backup.php:1360
471
  msgid "(2105) Unable to export site information file. Please try again"
472
  msgstr ""
473
  "(2105) Impossibile esportare il file di informazioni del sito. Ti preghiamo "
474
  "di riprovare"
475
 
476
- #: lib/includes/job_backup.php:1361
477
  msgid "(2106) Unable to cleanup your backup directory"
478
  msgstr "(2106) Impossibile eseguire la pulizia della tua directory di backup"
479
 
480
- #: lib/includes/job_backup.php:1362
481
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
482
  msgstr ""
483
  "(2107) Impossibile eseguire la compressione (zip) del tuo backup. Ti "
484
  "preghiamo di riprovare"
485
 
486
- #: lib/includes/job_backup.php:1363
487
  msgid "(2108) Unable to backup your site data files. Please try again"
488
  msgstr ""
489
  "(2108) Impossibile eseguire il backup dei file di dati del tuo sito. Ti "
490
  "preghiamo di riprovare"
491
 
492
- #: lib/includes/job_backup.php:1364
493
  msgid "(2109) Unable to finalize backup. Please try again"
494
  msgstr "(2109) Impossibile concludere il backup. Ti preghiamo di riprovare"
495
 
496
- #: lib/includes/job_backup.php:1365
497
  msgid "(2110) Unable to create backup manifest. Please try again"
498
  msgstr ""
499
  "(2110) Impossibile creare il backup manifest. Ti preghiamo di riprovare"
500
 
501
- #: lib/includes/job_backup.php:1366
502
  msgid ""
503
  "(2114) Your database was accessible but an export could not be created. "
504
  "Please contact support by clicking the get support link on the right. Please "
@@ -509,31 +509,31 @@ msgstr ""
509
  "sulla destra per la richiesta di aiuto. Ti preghiamo di farci sapere qual è "
510
  "il tuo host quando sottoporrai la richiesta"
511
 
512
- #: lib/includes/job_backup.php:1367
513
  msgid "(2120) Unable to backup your themes. Please try again"
514
  msgstr ""
515
  "(2120) Impossibile eseguire il backup dei tuoi temi. Ti preghiamo di "
516
  "riprovare"
517
 
518
- #: lib/includes/job_backup.php:1368
519
  msgid "(2121) Unable to backup your plugins. Please try again"
520
  msgstr ""
521
  "(2121) Impossibile eseguire il backup dei tuoi plugin. Ti preghiamo di "
522
  "riprovare"
523
 
524
- #: lib/includes/job_backup.php:1369
525
  msgid "(2122) Unable to backup your uploads. Please try again"
526
  msgstr ""
527
  "(2122) Impossibile eseguire il backup dei tuoi caricamenti. Ti preghiamo di "
528
  "riprovare"
529
 
530
- #: lib/includes/job_backup.php:1370
531
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
532
  msgstr ""
533
  "(2123) Impossibile eseguire il backup dei tuoi vari file. Ti preghiamo di "
534
  "riprovare"
535
 
536
- #: lib/includes/job_backup.php:1371
537
  msgid ""
538
  "(2125) Unable to compress your backup because there is no zip utility "
539
  "available. Please contact support"
@@ -541,24 +541,24 @@ msgstr ""
541
  "(2125) Impossibile comprimere il tuo backup perchè non è disponibile alcuna "
542
  "utility di compressione. Ti preghiamo di contattare l'assistenza"
543
 
544
- #: lib/includes/job_backup.php:1372
545
  msgid "(2126) Unable to validate your backup. Please try again"
546
  msgstr ""
547
  "(2126) Impossibile convalidare il tuo backup. Ti preghiamo di riprovare"
548
 
549
- #: lib/includes/job_backup.php:1373
550
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
551
  msgstr ""
552
  "(2127) Impossibile creare un inventario di file per il backup. Ti preghiamo "
553
  "di riprovare"
554
 
555
- #: lib/includes/job_backup.php:1374
556
  msgid "(2128) Unable to create job control record. Please try again"
557
  msgstr ""
558
  "(2128) Impossibile creare un registro di controllo del lavoro. Ti preghiamo "
559
  "di riprovare"
560
 
561
- #: lib/includes/job_backup.php:1377
562
  msgid "(999) Unexpected error"
563
  msgstr "(999) Errore inaspettato"
564
 
@@ -752,9 +752,8 @@ msgstr "Preparazione per il backup in corso"
752
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
753
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
754
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
755
- #: views/restore.php:249 views/restore.php:250 views/restore.php:251
756
- #: views/restore.php:252 views/restore.php:253 views/restore.php:254
757
- #: views/restore.php:256
758
  msgid "Done"
759
  msgstr "Fatto"
760
 
@@ -763,9 +762,8 @@ msgstr "Fatto"
763
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
764
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
765
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
766
- #: views/restore.php:249 views/restore.php:250 views/restore.php:251
767
- #: views/restore.php:252 views/restore.php:253 views/restore.php:254
768
- #: views/restore.php:256
769
  msgid "Failed"
770
  msgstr "Fallito"
771
 
@@ -1083,11 +1081,9 @@ msgstr "Rilascia qui i file di backup"
1083
 
1084
  #: views/restore.php:214
1085
  msgid ""
1086
- "* Reload this page when done uploading to see new backups appear in the "
1087
- "Available Backups section above. "
1088
  msgstr ""
1089
- "* Una volta completato il caricamento, ricarica questa pagina per vedere "
1090
- "apparire i nuovi backup nella sezione \"Backup Disponibili\" qui sopra"
1091
 
1092
  #: views/restore.php:244
1093
  msgid "Preparing for restore"
@@ -1109,47 +1105,43 @@ msgstr "Convalida dei file di backup in corso"
1109
  msgid "Deactivating plugins"
1110
  msgstr "Disattivazione dei plugin in corso"
1111
 
1112
- #: views/restore.php:249
1113
- msgid "Creating database restore point"
1114
- msgstr "Creazione di un punto di ripristino del database in corso"
1115
-
1116
  #: views/restore.php:250
 
 
 
 
 
 
 
 
1117
  msgid "Staging content files"
1118
  msgstr "Organizzazione dei file di contenuto in corso"
1119
 
1120
- #: views/restore.php:251
1121
  msgid "Restoring content files"
1122
  msgstr "Ripristino dei file di contenuto in corso"
1123
 
1124
- #: views/restore.php:252
1125
  msgid "Restoring database"
1126
  msgstr "Ripristino del database in corso"
1127
 
1128
- #: views/restore.php:253
1129
- msgid "Updating current user info"
1130
- msgstr "Aggiornamento delle informazioni dell'utente corrente in corso"
1131
-
1132
- #: views/restore.php:254
1133
- msgid "Updating site URL"
1134
- msgstr "Aggiornamento della URL del sito in corso"
1135
-
1136
- #: views/restore.php:256
1137
  msgid "Updating permalinks"
1138
  msgstr "Aggiornamento dei permalink in corso"
1139
 
1140
- #: views/restore.php:262
1141
  msgid "Error 201: No file selected"
1142
  msgstr "Errore 201: nessun file selezionato"
1143
 
1144
- #: views/restore.php:263
1145
  msgid "Error 202: Your file could not be uploaded"
1146
  msgstr "Errore 202: il tuo file non può essere caricato"
1147
 
1148
- #: views/restore.php:264
1149
  msgid "Error 203: Your backup could not be unzipped"
1150
  msgstr "Errore 203: il tuo backup non può essere scompattato"
1151
 
1152
- #: views/restore.php:265
1153
  msgid ""
1154
  "Error 204: Your backup appears to be invalid. Please ensure you selected a "
1155
  "valid backup"
@@ -1157,36 +1149,36 @@ msgstr ""
1157
  "Errore 204: il tuo backup sembra non essere valido. Ti preghiamo di "
1158
  "accertarti di avere selezionato un backup valido"
1159
 
1160
- #: views/restore.php:266
1161
  msgid "Error 205: Cannot create restore point"
1162
  msgstr "Errore 205: Non è possibile creare un punto di ripristino"
1163
 
1164
- #: views/restore.php:267
1165
  msgid "Error 206: Unable to connect to your database"
1166
  msgstr "Errore 206: Impossibile connettersi al tuo database"
1167
 
1168
- #: views/restore.php:268
1169
  msgid ""
1170
  "Error 207: Unable to get current site URL from database. Please try again"
1171
  msgstr ""
1172
  "Errore 207: impossibile ottenere dal database la URL del sito attuale. Ti "
1173
  "preghiamo di riprovare"
1174
 
1175
- #: views/restore.php:269
1176
  msgid ""
1177
  "Error 208: Unable to get current home URL from database. Please try again"
1178
  msgstr ""
1179
  "Errore 208: impossibile ottenere dal database la URL della home attuale. Ti "
1180
  "preghiamo di riprovare"
1181
 
1182
- #: views/restore.php:270
1183
  msgid ""
1184
  "Error 209: Unable to get current user ID from database. Please try again"
1185
  msgstr ""
1186
  "Errore 209: impossibile ottenere dal database lo user ID attuale. Ti "
1187
  "preghiamo di riprovare"
1188
 
1189
- #: views/restore.php:271
1190
  msgid ""
1191
  "Error 210: Unable to get current user password from database. Please try "
1192
  "again"
@@ -1194,14 +1186,14 @@ msgstr ""
1194
  "Errore 210: impossibile ottenere dal database la password dello user "
1195
  "attuale. Ti preghiamo di riprovare"
1196
 
1197
- #: views/restore.php:272
1198
  msgid ""
1199
  "Error 211: Unable to get current user email from database. Please try again"
1200
  msgstr ""
1201
  "Errore 211: impossibile ottenere dal database l'email dello user attuale. Ti "
1202
  "preghiamo di riprovare"
1203
 
1204
- #: views/restore.php:273
1205
  msgid ""
1206
  "Error 212: Unable to import your database. This may require importing the "
1207
  "file manually"
@@ -1209,7 +1201,13 @@ msgstr ""
1209
  "Errore 212: impossibile importare il tuo database. Potrebbe essere "
1210
  "necessario importare il file manualmente"
1211
 
1212
- #: views/restore.php:274
 
 
 
 
 
 
1213
  msgid ""
1214
  "Warning 213: Unable to update your site URL value. Please check your "
1215
  "WordPress general settings to make sure your Site and WordPress URLs are "
@@ -1219,7 +1217,7 @@ msgstr ""
1219
  "preghiamo di verificare le impostazioni generali del tuo WordPress per "
1220
  "assicurarti che le tue URL del sito e di WordPress siano corrette"
1221
 
1222
- #: views/restore.php:275
1223
  msgid ""
1224
  "Warning 214: Unable to update your home URL value. Please check your "
1225
  "WordPress general settings to make sure your Site and WordPress URLs are "
@@ -1229,7 +1227,7 @@ msgstr ""
1229
  "preghiamo di verificare le impostazioni generali del tuo WordPress per "
1230
  "assicurarti che le tue URL del sito e di WordPress siano corrette"
1231
 
1232
- #: views/restore.php:276
1233
  msgid ""
1234
  "Warning 215: Unable to update your user information. This may require you to "
1235
  "login with the admin username and password that was used when the backup was "
@@ -1239,15 +1237,15 @@ msgstr ""
1239
  "richiedere che tu acceda con lo username e la password di amministratore "
1240
  "usate quando il backup è stato creato"
1241
 
1242
- #: views/restore.php:277
1243
  msgid "Error 216: Database not found in backup"
1244
  msgstr "Errore 216: Database non trovato nel backup"
1245
 
1246
- #: views/restore.php:278
1247
  msgid "Warning 217: Unable to remove existing wp-content directory"
1248
  msgstr "Avviso 217: impossibile eliminare la directory wp-content esistente"
1249
 
1250
- #: views/restore.php:279
1251
  msgid ""
1252
  "Error 218: Unable to create new wp-content directory. Please check your "
1253
  "CHMOD settings in /wp-content/"
@@ -1255,18 +1253,18 @@ msgstr ""
1255
  "Errore 218: impossibile creare una nuova directory wp-content. Ti preghiamo "
1256
  "di verificare le tue impostazioni CHMOD in /wp-content/"
1257
 
1258
- #: views/restore.php:280
1259
  msgid "Error 219: Unable to import wp-content. Please try again"
1260
  msgstr ""
1261
  "Errore 219: impossibile importare il wp-content. Ti preghiamo di riprovare"
1262
 
1263
- #: views/restore.php:281
1264
  msgid "Warning 220: Unable to cleanup import directory. No action is required"
1265
  msgstr ""
1266
  "Avviso 220: impossibile ripulire la directory delle importazioni. Non è "
1267
  "richiesta alcuna azione"
1268
 
1269
- #: views/restore.php:282
1270
  #, php-format
1271
  msgid ""
1272
  "Error 221: Table prefix value in wp-config.php is different from backup. "
@@ -1279,11 +1277,11 @@ msgstr ""
1279
  "tu possa ripristinare il tuo sito. Per maggiori dettagli vedi le <a href ="
1280
  "\"%s\" target=\"_blank\" > FAQ</a> su www.wpbackitup.com"
1281
 
1282
- #: views/restore.php:283
1283
  msgid "Error 222: Unable to create restore folder"
1284
  msgstr "Errore 222: impossibile creare la cartella di ripristino"
1285
 
1286
- #: views/restore.php:284
1287
  msgid ""
1288
  "Error 223: An error occurred during the restore. WPBackItUp attempted to "
1289
  "restore the database to its previous state but were unsuccessful. Please "
@@ -1295,7 +1293,7 @@ msgstr ""
1295
  "Ti preghiamo di contattare l'assistenza clienti di WPBackItUp e di non "
1296
  "tentare di eseguire ulteriori ripristini"
1297
 
1298
- #: views/restore.php:285
1299
  msgid ""
1300
  "Error 224: An error occurred during the restore, however, we have "
1301
  "successfully restored your database to the previous state"
@@ -1303,14 +1301,14 @@ msgstr ""
1303
  "Errore 224: si è verificato un errore durante il ripristino, comunque "
1304
  "abbiamo riportato con successo il tuo database allo stato precedente"
1305
 
1306
- #: views/restore.php:286
1307
  msgid ""
1308
  "Error 225: Restore option is only available to licensed WPBackItUp users"
1309
  msgstr ""
1310
  "Errore 225: l'opzione ripristino è disponibile soltanto per gli user "
1311
  "autorizzati di WPBackItUp"
1312
 
1313
- #: views/restore.php:287
1314
  msgid ""
1315
  "Error 226: Restore cannot proceed because your backup was created using a "
1316
  "different version of WordPress"
@@ -1318,7 +1316,7 @@ msgstr ""
1318
  "Errore 226: il ripristino non può procedere perchè il tuo backup è stato "
1319
  "creato usando una diversa versione di WordPress "
1320
 
1321
- #: views/restore.php:288
1322
  msgid ""
1323
  "Error 227: Restore cannot proceed because your backup was created using a "
1324
  "different version of WPBackItUp. Please contact WPBackItUp support to help "
@@ -1329,7 +1327,7 @@ msgstr ""
1329
  "l'assistenza di WPBackItUp per avere aiuto nel convertire questo backup alla "
1330
  "versione attuale"
1331
 
1332
- #: views/restore.php:289
1333
  msgid ""
1334
  "Error 230: WPBackItUp ran into unexpected errors during the database "
1335
  "restore. However, we were able to successfully revert the database back to "
@@ -1340,7 +1338,7 @@ msgstr ""
1340
  "database al suo stato originario. Questo errore potrebbe richiedere di dover "
1341
  "importare manualmente il database "
1342
 
1343
- #: views/restore.php:290
1344
  msgid ""
1345
  "Error 235: WPBackItUp is not able to proceed because there is no zip utility "
1346
  "available. Please contact support"
@@ -1349,7 +1347,7 @@ msgstr ""
1349
  "un'utilità di decompressione disponibile. Ti preghiamo di contattare "
1350
  "l'assistenza"
1351
 
1352
- #: views/restore.php:291
1353
  msgid ""
1354
  "Error 250: WPBackItUp is unable to begin the restore because a backup is "
1355
  "running. Please wait for the backup to complete and then try again"
@@ -1358,7 +1356,7 @@ msgstr ""
1358
  "backup è in corso. Ti preghiamo di attendere che il backup sia completato e "
1359
  "quindi di riprovare"
1360
 
1361
- #: views/restore.php:293
1362
  msgid ""
1363
  "Error 260: WPBackItUp is unable to extract archives from backup set. Please "
1364
  "try again and contact support if this issue continues"
@@ -1367,7 +1365,7 @@ msgstr ""
1367
  "backup. Ti preghiamo di riprovare e di contattare l'assistenza qualora "
1368
  "questo problema dovesse persistere"
1369
 
1370
- #: views/restore.php:294
1371
  msgid ""
1372
  "Error 261: WPBackItUp is unable to extract archives from backup set. Please "
1373
  "try again and contact support if this issue continues"
@@ -1376,7 +1374,7 @@ msgstr ""
1376
  "backup. Ti preghiamo di riprovare e di contattare l'assistenza qualora "
1377
  "questo problema dovesse persistere"
1378
 
1379
- #: views/restore.php:295
1380
  msgid ""
1381
  "Error 262: There were no backup files found in the backup folder. Please "
1382
  "try again and contact support if this issue continues"
@@ -1385,7 +1383,7 @@ msgstr ""
1385
  "preghiamo di riprovare e di contattare l'assistenza qualora questo problema "
1386
  "dovesse persistere"
1387
 
1388
- #: views/restore.php:297
1389
  msgid ""
1390
  "Error 251: WPBackItUp is unable to begin the restore because the backup "
1391
  "manifest is empty"
@@ -1393,7 +1391,7 @@ msgstr ""
1393
  "Errore 251: WPBackItUp non è in grado di iniziare il ripristino perchè il "
1394
  "backup manifest è vuoto"
1395
 
1396
- #: views/restore.php:298
1397
  msgid ""
1398
  "Error 252: At least one zip file is missing from your backup set. Please "
1399
  "make sure to upload all zip files that were part of this backup"
@@ -1402,7 +1400,7 @@ msgstr ""
1402
  "Ti preghiamo di assicurarti di caricare tutti i file compressi che facevano "
1403
  "parte di questo backup"
1404
 
1405
- #: views/restore.php:299
1406
  msgid ""
1407
  "Error 253: Backup set contains a zip file that is not in the manifest. "
1408
  "Please make sure to upload only zip files that were part of this backup"
@@ -1411,7 +1409,7 @@ msgstr ""
1411
  "manifesto. Ti preghiamo di assicurarti di caricare solo i file compressi che "
1412
  "facevano parte di questo backup"
1413
 
1414
- #: views/restore.php:300
1415
  msgid ""
1416
  "Error 254: The size of one the zip files in this backup set does not match "
1417
  "the manifest so is most likely corrupt. Upload all zip files in this backup "
@@ -1422,7 +1420,7 @@ msgstr ""
1422
  "danneggiato. Carica di nuovo tutti i file compressi nel set di backup e "
1423
  "tenta il ripristino ancora una volta."
1424
 
1425
- #: views/restore.php:301
1426
  msgid ""
1427
  "Error 255: Backup set does not contain a manifest. Please make sure to "
1428
  "upload all zip files that were part of this backup"
@@ -1430,7 +1428,7 @@ msgstr ""
1430
  "Errore 255: il set di backup non contiene un elemento. Ti preghiamo di "
1431
  "caricare tutti i file compressi che erano parte di questo backup."
1432
 
1433
- #: views/restore.php:303
1434
  msgid ""
1435
  "Warning 300: Unable to restore all WordPress content. Please review your "
1436
  "restore logs to see what WPBackItUp was unable to restore"
@@ -1439,7 +1437,7 @@ msgstr ""
1439
  "preghiamo di riesaminare i registri di ripristino per vedere cosa WPBackItUp "
1440
  "non è stato in grado di ripristinare"
1441
 
1442
- #: views/restore.php:304
1443
  msgid ""
1444
  "Warning 305: Unable to restore all plugins. Please review your restore logs "
1445
  "to see what WPBackItUp was unable to restore"
@@ -1448,39 +1446,43 @@ msgstr ""
1448
  "riesaminare i registri di ripristino per vedere cosa WPBackItUp non è stato "
1449
  "in grado di ripristinare"
1450
 
1451
- #: views/restore.php:306
1452
  msgid "Error 2001: Unable to prepare site for restore"
1453
  msgstr "Errore 2001: impossibile predisporre il sito per il ripristino"
1454
 
1455
- #: views/restore.php:307
1456
  msgid "Error 2002: Unable to unzip backup"
1457
  msgstr "Errore 2002: impossibile scompattare il backup"
1458
 
1459
- #: views/restore.php:308
1460
  msgid "Error 2003: Unable to validate backup"
1461
  msgstr "Errore 2003: impossibile convalidare il backup"
1462
 
1463
- #: views/restore.php:309
1464
  msgid "Error 2004: Unable to create restore point"
1465
  msgstr "Errore 2004: impossibile creare un punto di ripristino"
1466
 
1467
- #: views/restore.php:310
1468
  msgid "Error 2005: Unable to stage wp-content"
1469
  msgstr "Errore 2005: impossibile organizzare il wp-content"
1470
 
1471
- #: views/restore.php:311
1472
  msgid "Error 2006: Unable to restore content files"
1473
  msgstr "Errore 2006: impossibile ripristinare i file di contenuto"
1474
 
1475
- #: views/restore.php:312
1476
  msgid "Error 2007: Unable to restore database"
1477
  msgstr "Errore 2007: impossibile ripristinare il database"
1478
 
1479
- #: views/restore.php:313
 
 
 
 
1480
  msgid "Error 2999: Unexpected error encountered"
1481
  msgstr "Errore 2999: si è verificato un errore inaspettato"
1482
 
1483
- #: views/restore.php:320
1484
  msgid ""
1485
  "Restore completed successfully. If you are prompted to login please do so "
1486
  "with your current username and password"
@@ -1493,15 +1495,15 @@ msgstr ""
1493
  msgid "%s Settings"
1494
  msgstr "%s Impostazioni"
1495
 
1496
- #: views/settings.php:48
1497
  msgid "Settings updated successfully!"
1498
  msgstr "Impostazioni aggiornate con successo!"
1499
 
1500
- #: views/settings.php:61
1501
  msgid "Email Notifications"
1502
  msgstr "Notifiche via email"
1503
 
1504
- #: views/settings.php:62
1505
  msgid ""
1506
  "Please enter your email address if you would like to receive backup email "
1507
  "notifications."
@@ -1509,7 +1511,7 @@ msgstr ""
1509
  "Ti preghiamo di inserire il tuo indirizzo di posta elettronica se desideri "
1510
  "ricevere le notifiche di backup via email"
1511
 
1512
- #: views/settings.php:63
1513
  msgid ""
1514
  "Backup email notifications will be sent for every backup and will contain "
1515
  "status information related to the backup."
@@ -1517,24 +1519,25 @@ msgstr ""
1517
  "Le notifiche di backup via email saranno inviate per ogni backup e "
1518
  "conterranno le informazioni di stato relative al backup"
1519
 
1520
- #: views/settings.php:65 views/settings.php:85 views/settings.php:108
1521
- #: views/settings.php:115 views/settings.php:123 views/settings.php:154
1522
- #: views/settings.php:188 views/settings.php:226 views/settings.php:235
 
1523
  msgid "Save"
1524
  msgstr "Salva"
1525
 
1526
- #: views/settings.php:81
1527
  msgid "Backup Retention"
1528
  msgstr "Mantenimento del backup"
1529
 
1530
- #: views/settings.php:82
1531
  msgid ""
1532
  "Enter the number of backup archives that you would like to remain on the "
1533
  "server."
1534
  msgstr ""
1535
  "Inserisci il numero degli archivi di backup che desideri rimangano sul server"
1536
 
1537
- #: views/settings.php:83
1538
  msgid ""
1539
  "Many hosts limit the amount of space that you can take up on their servers. "
1540
  "This option tells WPBackItUp the maximum number of backup archives that "
@@ -1546,15 +1549,15 @@ msgstr ""
1546
  "archivi di backup che dovrebbero restare sul server dei tuoi host. Non "
1547
  "preoccuparti, prima cancelleremo sempre gli archivi di backup più vecchi."
1548
 
1549
- #: views/settings.php:102
1550
  msgid "Logging?"
1551
  msgstr "Registrazione?"
1552
 
1553
- #: views/settings.php:103
1554
  msgid "Turn on WPBackItUp logging."
1555
  msgstr "Attiva la registrazione su WPBackItUp."
1556
 
1557
- #: views/settings.php:104
1558
  msgid ""
1559
  "This option should only be turned on by advanced users or when "
1560
  "troubleshooting issues with WPBackItUp support."
@@ -1562,59 +1565,70 @@ msgstr ""
1562
  "Questa opzione deve essere attivata soltanto dagli utenti esperti o in caso "
1563
  "di risoluzione dei problemi con l'assistenza di WPBackItUp."
1564
 
1565
- #: views/settings.php:105
1566
  msgid "Yes"
1567
  msgstr "Si"
1568
 
1569
- #: views/settings.php:106
1570
  msgid "No"
1571
  msgstr "No"
1572
 
1573
- #: views/settings.php:112
1574
  msgid "Disable restore version compare?"
1575
  msgstr ""
1576
 
1577
- #: views/settings.php:114
1578
  msgid ""
1579
  "Check this box if you would like WPBackItUp not to check major version "
1580
  "issue. This could be dangerous, you can disable it with your own risk."
1581
  msgstr ""
1582
 
1583
- #: views/settings.php:119
1584
  msgid "Single File Backup Set"
1585
  msgstr "Set di backup composto da un unico file"
1586
 
1587
- #: views/settings.php:121
1588
  msgid ""
1589
- "Check this box if you would like WPBackItUp to create a single file backup "
1590
- "set."
1591
  msgstr ""
1592
- "Spunta questa casella se vuoi che WPBackItUp crei un set di backup composto "
1593
- "da un unico file."
1594
 
1595
- #: views/settings.php:122
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1596
  msgid ""
1597
  "When this setting is turned on WPBackItUp will attempt to create a single "
1598
- "file backup set. If WPBackItUp is unable to create a single file backup set "
1599
- "then it will turn this setting off for you. Creating a single file backup "
1600
- "set may not be possible with hosts that strictly limit memory utilization."
1601
  msgstr ""
1602
- "Quando questa configurazione è attiva WPBackItUp tenterà di creare un set di "
1603
- "backup composto da un unico file. Qualora WPBackItUp non fosse in grado di "
1604
- "creare un set di backup di questo tipo, disattiverà il settaggio. La "
1605
- "creazione di un set di backup composto da un solo file potrebbe non essere "
1606
- "possibile con quegli host che limitano strettamente l'utilizzo di memoria."
1607
 
1608
- #: views/settings.php:127
1609
  msgid "Batch Size"
1610
  msgstr "Dimensione di batch"
1611
 
1612
- #: views/settings.php:128
1613
  msgid "Enter the batch size for each of your content items."
1614
  msgstr ""
1615
  "Inserisci la dimensione di batch per ciascuna delle tue voci di contenuto."
1616
 
1617
- #: views/settings.php:129
1618
  msgid ""
1619
  "These settings tell WPBackItUp how many items that should be added to the "
1620
  "backup at a time. If you experience timeouts while running a backup then "
@@ -1626,27 +1640,27 @@ msgstr ""
1626
  "backup, tali impostazioni possono essere usate per aiutare WPBackItUp a "
1627
  "ridurre il tempo necessario per completare ogni attività di backup."
1628
 
1629
- #: views/settings.php:132
1630
  msgid "DB Tables Batch Size"
1631
  msgstr "Dimensione di batch delle tabelle di database"
1632
 
1633
- #: views/settings.php:137
1634
  msgid "Plugins Batch Size"
1635
  msgstr "Dimensione del batch dei plugin"
1636
 
1637
- #: views/settings.php:142
1638
  msgid "Themes Batch Size"
1639
  msgstr "Dimensione del batch dei temi"
1640
 
1641
- #: views/settings.php:147
1642
  msgid "Uploads Batch Size"
1643
  msgstr "Dimensione del batch dei caricamenti"
1644
 
1645
- #: views/settings.php:152
1646
  msgid "Others Batch Size"
1647
  msgstr "Dimensione del batch di altri"
1648
 
1649
- #: views/settings.php:155 views/settings.php:189 views/settings.php:227
1650
  msgid ""
1651
  "* These settings should only be modified by advanced users or when when "
1652
  "working with WPBackItUp support."
@@ -1654,11 +1668,11 @@ msgstr ""
1654
  "* Queste impostazioni possono essere modificate soltanto dagli utenti "
1655
  "esperti o mentre si lavora con l'assistenza di WPBackItUp."
1656
 
1657
- #: views/settings.php:167
1658
  msgid "Filter Your Folders"
1659
  msgstr "Filtra le tue cartelle"
1660
 
1661
- #: views/settings.php:168
1662
  msgid ""
1663
  "Enter a comma separated list of folders that should be excluded from your "
1664
  "backups."
@@ -1666,7 +1680,7 @@ msgstr ""
1666
  "Inserisci una lista delle cartelle, separata da virgole, che dovranno essere "
1667
  "escluse dai tuoi backup."
1668
 
1669
- #: views/settings.php:169
1670
  msgid ""
1671
  "It is important to note that when a folder name is present in this list any "
1672
  "occurrence of that folder, and all its contents, will be excluded from the "
@@ -1676,31 +1690,31 @@ msgstr ""
1676
  "elemento di quella cartella e tutti i suoi contenuti saranno esclusi dal "
1677
  "backup."
1678
 
1679
- #: views/settings.php:171
1680
  msgid "Plugin Folders Filter"
1681
  msgstr "Filtro delle cartelle di plugin"
1682
 
1683
- #: views/settings.php:176
1684
  msgid "Theme Folders Filter"
1685
  msgstr "Filtro delle cartelle dei temi"
1686
 
1687
- #: views/settings.php:181
1688
  msgid "Upload Folders Filter"
1689
  msgstr "Filtro delle cartelle di caricamento"
1690
 
1691
- #: views/settings.php:185
1692
  msgid "Other Folders Filter"
1693
  msgstr "Filtro di altre cartelle"
1694
 
1695
- #: views/settings.php:194
1696
  msgid "Filter Your Database Tables"
1697
  msgstr "Filtra le tue tabelle di database"
1698
 
1699
- #: views/settings.php:195
1700
  msgid "Exclude custom database tables from the backup."
1701
  msgstr "Escludi le tabelle personalizzate di database dal backup."
1702
 
1703
- #: views/settings.php:196
1704
  msgid ""
1705
  "If you would like to exclude a custom table from the backup then simply drag "
1706
  "it to the list on the right. WordPress core tables may not be excluded from "
@@ -1710,11 +1724,11 @@ msgstr ""
1710
  "semplicemente nella lista sulla destra. Le tabelle principali di WordPress "
1711
  "non possono essere escluse dal backup."
1712
 
1713
- #: views/settings.php:232
1714
  msgid "Remove Data on Uninstall?"
1715
  msgstr "Rimuovi Dati durante la disinstallazione?"
1716
 
1717
- #: views/settings.php:234
1718
  msgid ""
1719
  "Check this box if you would like WPBackItUp to completely remove all of its "
1720
  "data when the plugin is deleted."
@@ -1785,34 +1799,71 @@ msgstr ""
1785
  msgid "Premium customers receive priority support."
1786
  msgstr "I clienti premium ricevono un'assistenza prioritaria"
1787
 
1788
- #: wp-backitup.php:93 wp-backitup.php:94
1789
  #, php-format
1790
  msgid "Every %s hours"
1791
  msgstr "Ogni %s ore"
1792
 
1793
- #: wp-backitup.php:95 wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98
1794
- #: wp-backitup.php:99
1795
  #, php-format
1796
  msgid "WPBUP - Every %s minutes"
1797
  msgstr "WPBUP - Ogni %s minuti"
1798
 
1799
- #: wp-backitup.php:101
1800
  msgid "WPBUP - Once Weekly"
1801
  msgstr "WPBUP - Una volta alla settimana"
1802
 
1803
- #: wp-backitup.php:102
1804
  msgid "WPBUP - Once Monthly"
1805
  msgstr "WPBUP - Una volta al mese"
1806
 
1807
- #: wp-backitup.php:103 wp-backitup.php:104
1808
  #, php-format
1809
  msgid "WPBUP - Every %s hours"
1810
  msgstr "WPBUP - Ogni %s ore"
1811
 
1812
- #: wp-backitup.php:113
1813
  msgid "Local File"
1814
  msgstr ""
1815
 
1816
- #: wp-backitup.php:170
1817
  msgid "Cleanup"
1818
  msgstr "Pulizia"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: WPBackItUp\n"
7
+ "POT-Creation-Date: 2016-08-14 10:54-0400\n"
8
+ "PO-Revision-Date: 2016-08-14 10:54-0400\n"
9
  "Last-Translator: Mara Lucia Ferretti <maralucia.ferretti@poste.it>\n"
10
  "Language-Team: Italian (Italy) (http://www.transifex.com/wp-translations/wp-"
11
  "backitup/language/it_IT/)\n"
24
  msgid "Every %d Minutes"
25
  msgstr ""
26
 
27
+ #: lib/includes/class-wpbackitup-admin.php:216 views/backup.php:277
28
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
29
+ #: wp-backitup.php:143
30
  msgid "Backup"
31
  msgstr "Backup"
32
 
33
+ #: lib/includes/class-wpbackitup-admin.php:220
34
+ #: lib/includes/class-wpbackitup-admin.php:258 views/restore.php:136
35
+ #: wp-backitup.php:157
36
  msgid "Restore"
37
  msgstr "Ripristino"
38
 
39
+ #: lib/includes/class-wpbackitup-admin.php:224
40
  msgid "Support"
41
  msgstr "Assistenza"
42
 
43
+ #: lib/includes/class-wpbackitup-admin.php:227
44
  msgid "Settings"
45
  msgstr "Impostazioni"
46
 
47
+ #: lib/includes/class-wpbackitup-admin.php:251
48
  msgid ""
49
  "The backup you have selected exceeds what your host allows you to upload."
50
  msgstr ""
51
  "Il backup che hai selezionato eccede quanto il tuo host ti permette di "
52
  "caricare"
53
 
54
+ #: lib/includes/class-wpbackitup-admin.php:252 views/backup.php:439
55
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
56
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
57
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
58
  msgid "Warning"
59
  msgstr "Avviso"
60
 
61
+ #: lib/includes/class-wpbackitup-admin.php:253 views/backup.php:253
62
  #: views/backup.php:376
63
  msgid "Error"
64
  msgstr "Errore"
65
 
66
+ #: lib/includes/class-wpbackitup-admin.php:254
67
  msgid "Response"
68
  msgstr "Risposta"
69
 
70
+ #: lib/includes/class-wpbackitup-admin.php:255 views/backup.php:352
71
  #: views/backup.php:430 views/restore.php:230
72
  msgid "Status"
73
  msgstr "Stato"
74
 
75
+ #: lib/includes/class-wpbackitup-admin.php:256
76
  msgid "Download"
77
  msgstr "Scarica"
78
 
79
+ #: lib/includes/class-wpbackitup-admin.php:257 views/backup.php:407
80
  #: views/restore.php:129
81
  msgid "Delete"
82
  msgstr "Cancella"
83
 
84
+ #: lib/includes/class-wpbackitup-admin.php:259
85
  msgid "(JS997) Unexpected error"
86
  msgstr "(JS997) Errore inaspettato"
87
 
88
+ #: lib/includes/class-wpbackitup-admin.php:260
89
  msgid "(JS998) Unexpected error"
90
  msgstr "(JS998) Errore inaspettato"
91
 
92
+ #: lib/includes/class-wpbackitup-admin.php:261
93
  msgid "(JS999) An unexpected error has occurred"
94
  msgstr "(JS999) Si è verificato un errore inaspettato"
95
 
96
+ #: lib/includes/class-wpbackitup-admin.php:262
97
  msgid "Scheduled has been saved."
98
  msgstr "La pianificazione è stata salvata"
99
 
100
+ #: lib/includes/class-wpbackitup-admin.php:263
101
  msgid "Scheduled was not saved."
102
  msgstr "La pianificazione non è stata salvata"
103
 
104
+ #: lib/includes/class-wpbackitup-admin.php:264
105
  msgid "Are you sure you want to restore your site?"
106
  msgstr "Sei sicuro di voler ripristinare il tuo sito?"
107
 
108
+ #: lib/includes/class-wpbackitup-admin.php:265
109
  msgid "Are you sure ?"
110
  msgstr "Sei sicuro?"
111
 
112
+ #: lib/includes/class-wpbackitup-admin.php:266
113
  msgid "This file cannot be delete!"
114
  msgstr "Questo file non può essere cancellato!"
115
 
116
+ #: lib/includes/class-wpbackitup-admin.php:267
117
  msgid "View Log"
118
  msgstr "Visualizza il registro"
119
 
120
+ #: lib/includes/class-wpbackitup-admin.php:268
121
  msgid "New Backup!"
122
  msgstr "Nuovo backup!"
123
 
124
+ #: lib/includes/class-wpbackitup-admin.php:269
125
  msgid "Uploaded Backup"
126
  msgstr "Backup caricato"
127
 
128
+ #: lib/includes/class-wpbackitup-admin.php:606
129
  msgid "Backup Queued"
130
  msgstr "Backup accodato"
131
 
132
+ #: lib/includes/class-wpbackitup-admin.php:615
133
  msgid "Backup could not be queued"
134
  msgstr "Il backup non può essere accodato"
135
 
136
+ #: lib/includes/class-wpbackitup-admin.php:627
137
  msgid "Job is already in queue."
138
  msgstr "Il processo è già in coda"
139
 
140
+ #: lib/includes/class-wpbackitup-admin.php:665
141
  msgid "No backup file selected."
142
  msgstr "Nessun file di backup selezionato"
143
 
144
+ #: lib/includes/class-wpbackitup-admin.php:672
145
  msgid "No user id found."
146
  msgstr "Nessun utente trovato"
147
 
148
+ #: lib/includes/class-wpbackitup-admin.php:710
149
  msgid "Restore Queued"
150
  msgstr "Ripristino accodato"
151
 
152
+ #: lib/includes/class-wpbackitup-admin.php:719
153
  msgid "Restore could not be queued"
154
  msgstr "Non si è potuto accodare il ripristino"
155
 
156
+ #: lib/includes/class-wpbackitup-admin.php:725
157
  msgid "Restore already in queue"
158
  msgstr "Ripristino già in coda"
159
 
160
+ #: lib/includes/class-wpbackitup-admin.php:757
161
  msgid "No job id posted"
162
  msgstr "Nessun job-id assegnato"
163
 
164
+ #: lib/includes/class-wpbackitup-admin.php:765 views/backup.php:467
165
  msgid "Backup Cancelled"
166
  msgstr "Backup cancellato"
167
 
168
+ #: lib/includes/class-wpbackitup-admin.php:767
169
  msgid "Backup job not found"
170
  msgstr "Attività di backup non trovata"
171
 
172
+ #: lib/includes/class-wpbackitup-admin.php:975
173
  msgid "No response log found."
174
  msgstr "Registro di risposta non trovato"
175
 
176
+ #: lib/includes/class-wpbackitup-admin.php:1077
177
+ #: lib/includes/class-wpbackitup-admin.php:1085
178
+ #: lib/includes/class-wpbackitup-admin.php:1137
179
+ #: lib/includes/class-wpbackitup-admin.php:1144
180
+ #: lib/includes/class-wpbackitup-admin.php:1151
181
+ #: lib/includes/class-wpbackitup-admin.php:1158
182
+ #: lib/includes/class-wpbackitup-admin.php:1165
183
  msgid "Please enter a number"
184
  msgstr "Per favore inserire un numero"
185
 
186
+ #: lib/includes/class-wpbackitup-admin.php:1106
187
+ #: lib/includes/class-wpbackitup-admin.php:1274
188
  msgid "Please enter a valid email"
189
  msgstr "Per favore inserire un indirizzo di posta elettronica valido"
190
 
191
+ #: lib/includes/class-wpbackitup-admin.php:1281
192
  msgid "Please enter your support ticket id"
193
  msgstr "Per favore inserire il codice della richiesta di assistenza"
194
 
195
+ #: lib/includes/class-wpbackitup-admin.php:1286
196
  msgid "Please only enter numbers in this field"
197
  msgstr "Per favore inserire solo numeri in questo campo"
198
 
199
+ #: lib/includes/class-wpbackitup-admin.php:2093
200
+ #: lib/includes/class-wpbackitup-admin.php:2113
201
  msgid ""
202
  "License could not be activated. Please try again in a few hours and contact "
203
  "support if this error continues."
205
  "La licenza potrebbe non essere stata attivata. Ti preghiamo di provare di "
206
  "nuovo tra qualche ora e di contattare l'assistenza qualora l'errore persista."
207
 
208
+ #: lib/includes/class-wpbackitup-admin.php:2162
209
  msgid "License is invalid."
210
  msgstr "Licenza non valida"
211
 
212
+ #: lib/includes/class-wpbackitup-admin.php:2167
213
  msgid "License has expired."
214
  msgstr "Licenza scaduta"
215
 
216
+ #: lib/includes/class-wpbackitup-admin.php:2170
217
  #, php-format
218
  msgid ""
219
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
225
  "prodotto</strong> e usufruire del nostro team <strong>di assistenza di "
226
  "livello mondiale</strong> "
227
 
228
+ #: lib/includes/class-wpbackitup-admin.php:2184
229
  msgid "License Expired: Scheduled backups are no longer active."
230
  msgstr "La licenza è scaduta: i backup programmati non sono più attivi"
231
 
232
+ #: lib/includes/class-wpbackitup-admin.php:2192
233
  msgid "Activation limit has been reached."
234
  msgstr "Limite di attivazioni raggiunto"
235
 
236
+ #: lib/includes/class-wpbackitup-admin.php:2198
237
  msgid "Your Activation limit has been reached"
238
  msgstr "Hai raggiunto il tuo limite di attivazioni"
239
 
263
  msgid "Could not import file into WPBackItUp backup set."
264
  msgstr "Non è possibile importare il file nel set di backup di WPBackItUp"
265
 
266
+ #: lib/includes/job_backup.php:1144
267
  #, php-format
268
  msgid ""
269
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
279
  "strong> per poter usufruire di un altro anno di aggiornamenti del prodotto e "
280
  "per accedere al nostro team di assistenza di livello mondiale. <br/><br/>"
281
 
282
+ #: lib/includes/job_backup.php:1149
283
  #, php-format
284
  msgid "%s - Backup completed successfully."
285
  msgstr "%s - Backup completato con successo"
286
 
287
+ #: lib/includes/job_backup.php:1150
288
  msgid "Your backup completed successfully."
289
  msgstr "Il tuo backup è stato completato con successo"
290
 
291
+ #: lib/includes/job_backup.php:1153
292
  #, php-format
293
  msgid "%s - Backup did not complete successfully."
294
  msgstr "%s - Il backup non è stato completato con successo"
295
 
296
+ #: lib/includes/job_backup.php:1154
297
  msgid "Your backup did not complete successfully."
298
  msgstr "Il tuo backup non è stato completato con successo"
299
 
300
+ #: lib/includes/job_backup.php:1161
301
  #, php-format
302
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
303
  msgstr "Sito WordPress: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
304
 
305
+ #: lib/includes/job_backup.php:1162
306
  msgid "Backup date:"
307
  msgstr "Data del backup:"
308
 
309
+ #: lib/includes/job_backup.php:1163
310
  msgid "Number of backups completed with WPBackItUp:"
311
  msgstr "Numero di backup completati con WPBackItUp:"
312
 
313
+ #: lib/includes/job_backup.php:1165
314
  msgid "Completion Code:"
315
  msgstr "Codice di completamento:"
316
 
317
+ #: lib/includes/job_backup.php:1166
318
  msgid "WPBackItUp Version:"
319
  msgstr "Versione di WPBackItUp:"
320
 
321
+ #: lib/includes/job_backup.php:1178
322
  #, php-format
323
  msgid "Checkout %s for info about WPBackItUp and our other products."
324
  msgstr ""
325
  "Visita %s per avere informazioni su WPBackItUp e sugli altri nostri prodotti."
326
 
327
+ #: lib/includes/job_backup.php:1345
328
  msgid ""
329
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
330
  "settings of your wp-backitup backup directory"
333
  "controllare le impostazioni CHMOD della tua directory di backup di wp-"
334
  "backitup"
335
 
336
+ #: lib/includes/job_backup.php:1346
337
  msgid ""
338
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
339
  "your wp-backitup plugin directory"
341
  "(102) Non si può creare la directory di backup. Ti preghiamo di controllare "
342
  "le impostazioni CHMOD della tua directory di plugin di wp-backitup"
343
 
344
+ #: lib/includes/job_backup.php:1347
345
  msgid "(103) Unable to backup your files. Please try again"
346
  msgstr ""
347
  "(103) Impossibile eseguire il backup del tuoi file. Ti preghiamo di riprovare"
348
 
349
+ #: lib/includes/job_backup.php:1348
350
  msgid "(104) Unable to export your database. Please try again"
351
  msgstr ""
352
  "( 104) Impossibile esportare il tuo database. Ti preghiamo di riprovare"
353
 
354
+ #: lib/includes/job_backup.php:1349
355
  msgid "(105) Unable to export site information file. Please try again"
356
  msgstr ""
357
  "(105) Impossibile esportare il file di informazioni del sito. Ti preghiamo "
358
  "di riprovare"
359
 
360
+ #: lib/includes/job_backup.php:1350
361
  msgid "(106) Unable to cleanup your backup directory"
362
  msgstr "(106) Impossibile eseguire la pulizia della tua directory di backup"
363
 
364
+ #: lib/includes/job_backup.php:1351
365
  msgid "(107) Unable to compress(zip) your backup. Please try again"
366
  msgstr ""
367
  "(107) Impossibile eseguire la compressione (zip) del tuo backup. Ti "
368
  "preghiamo di riprovare"
369
 
370
+ #: lib/includes/job_backup.php:1352
371
  msgid "(108) Unable to backup your site data files. Please try again"
372
  msgstr ""
373
  "(108) Impossibile eseguire il backup dei file di dati del tuo sito. Ti "
374
  "preghiamo di riprovare"
375
 
376
+ #: lib/includes/job_backup.php:1353
377
  msgid "(109) Unable to finalize backup. Please try again"
378
  msgstr "(109) Impossibile concludere il backup. Ti preghiamo di riprovare"
379
 
380
+ #: lib/includes/job_backup.php:1354
381
  msgid "(110) Unable to create backup manifest. Please try again"
382
  msgstr "(110) Impossibile creare il backup manifest. Ti preghiamo di riprovare"
383
 
384
+ #: lib/includes/job_backup.php:1355
385
  msgid ""
386
  "(114) Your database was accessible but an export could not be created. "
387
  "Please contact support by clicking the get support link on the right. Please "
392
  "sulla destra per la richiesta di aiuto. Ti preghiamo di farci sapere qual è "
393
  "il tuo host quando sottoporrai la richiesta"
394
 
395
+ #: lib/includes/job_backup.php:1356
396
  msgid "(120) Unable to backup your themes. Please try again"
397
  msgstr ""
398
  "(120) Impossibile eseguire il backup dei tuoi temi. Ti preghiamo di riprovare"
399
 
400
+ #: lib/includes/job_backup.php:1357
401
  msgid "(121) Unable to backup your plugins. Please try again"
402
  msgstr ""
403
  "(121) Impossibile eseguire il backup dei tuoi plugin. Ti preghiamo di "
404
  "riprovare"
405
 
406
+ #: lib/includes/job_backup.php:1358
407
  msgid "(122) Unable to backup your uploads. Please try again"
408
  msgstr ""
409
  "(122) Impossibile eseguire il backup dei tuoi caricamenti. Ti preghiamo di "
410
  "riprovare"
411
 
412
+ #: lib/includes/job_backup.php:1359
413
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
414
  msgstr ""
415
  "(123) Impossibile eseguire il backup dei tuoi vari file. Ti preghiamo di "
416
  "riprovare"
417
 
418
+ #: lib/includes/job_backup.php:1360
419
  msgid ""
420
  "(125) Unable to compress your backup because there is no zip utility "
421
  "available. Please contact support"
423
  "(125) Impossibile comprimere il tuo backup perchè non è disponibile alcuna "
424
  "utility di compressione. Ti preghiamo di contattare l'assistenza"
425
 
426
+ #: lib/includes/job_backup.php:1361
427
  msgid "(126) Unable to validate your backup. Please try again"
428
  msgstr "(126) Impossibile convalidare il tuo backup. Ti preghiamo di riprovare"
429
 
430
+ #: lib/includes/job_backup.php:1362
431
  msgid "(127) Unable to create inventory of files to backup. Please try again"
432
  msgstr ""
433
  "(127) Impossibile creare un inventario di file per il backup. Ti preghiamo "
434
  "di riprovare"
435
 
436
+ #: lib/includes/job_backup.php:1363
437
  msgid "(128) Unable to create job control record. Please try again"
438
  msgstr ""
439
  "(128) Impossibile creare un registro di controllo del lavoro. Ti preghiamo "
440
  "di riprovare"
441
 
442
+ #: lib/includes/job_backup.php:1365
443
  msgid ""
444
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
445
  "settings of your wp-backitup backup directory"
448
  "controllare le impostazioni CHMOD della tua directory di backup di wp-"
449
  "backitup"
450
 
451
+ #: lib/includes/job_backup.php:1366
452
  msgid ""
453
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
454
  "your wp-backitup plugin directory"
456
  "(2102) Non si può creare la directory di backup. Ti preghiamo di controllare "
457
  "le impostazioni CHMOD della tua directory di plugin di wp-backitup"
458
 
459
+ #: lib/includes/job_backup.php:1367
460
  msgid "(2103) Unable to backup your files. Please try again"
461
  msgstr ""
462
  "(2103) Impossibile eseguire il backup dei tuoi file. Ti preghiamo di "
463
  "riprovare"
464
 
465
+ #: lib/includes/job_backup.php:1368
466
  msgid "(2104) Unable to export your database. Please try again"
467
  msgstr ""
468
  "(2104) Impossibile esportare il tuo database. Ti preghiamo di riprovare"
469
 
470
+ #: lib/includes/job_backup.php:1369
471
  msgid "(2105) Unable to export site information file. Please try again"
472
  msgstr ""
473
  "(2105) Impossibile esportare il file di informazioni del sito. Ti preghiamo "
474
  "di riprovare"
475
 
476
+ #: lib/includes/job_backup.php:1370
477
  msgid "(2106) Unable to cleanup your backup directory"
478
  msgstr "(2106) Impossibile eseguire la pulizia della tua directory di backup"
479
 
480
+ #: lib/includes/job_backup.php:1371
481
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
482
  msgstr ""
483
  "(2107) Impossibile eseguire la compressione (zip) del tuo backup. Ti "
484
  "preghiamo di riprovare"
485
 
486
+ #: lib/includes/job_backup.php:1372
487
  msgid "(2108) Unable to backup your site data files. Please try again"
488
  msgstr ""
489
  "(2108) Impossibile eseguire il backup dei file di dati del tuo sito. Ti "
490
  "preghiamo di riprovare"
491
 
492
+ #: lib/includes/job_backup.php:1373
493
  msgid "(2109) Unable to finalize backup. Please try again"
494
  msgstr "(2109) Impossibile concludere il backup. Ti preghiamo di riprovare"
495
 
496
+ #: lib/includes/job_backup.php:1374
497
  msgid "(2110) Unable to create backup manifest. Please try again"
498
  msgstr ""
499
  "(2110) Impossibile creare il backup manifest. Ti preghiamo di riprovare"
500
 
501
+ #: lib/includes/job_backup.php:1375
502
  msgid ""
503
  "(2114) Your database was accessible but an export could not be created. "
504
  "Please contact support by clicking the get support link on the right. Please "
509
  "sulla destra per la richiesta di aiuto. Ti preghiamo di farci sapere qual è "
510
  "il tuo host quando sottoporrai la richiesta"
511
 
512
+ #: lib/includes/job_backup.php:1376
513
  msgid "(2120) Unable to backup your themes. Please try again"
514
  msgstr ""
515
  "(2120) Impossibile eseguire il backup dei tuoi temi. Ti preghiamo di "
516
  "riprovare"
517
 
518
+ #: lib/includes/job_backup.php:1377
519
  msgid "(2121) Unable to backup your plugins. Please try again"
520
  msgstr ""
521
  "(2121) Impossibile eseguire il backup dei tuoi plugin. Ti preghiamo di "
522
  "riprovare"
523
 
524
+ #: lib/includes/job_backup.php:1378
525
  msgid "(2122) Unable to backup your uploads. Please try again"
526
  msgstr ""
527
  "(2122) Impossibile eseguire il backup dei tuoi caricamenti. Ti preghiamo di "
528
  "riprovare"
529
 
530
+ #: lib/includes/job_backup.php:1379
531
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
532
  msgstr ""
533
  "(2123) Impossibile eseguire il backup dei tuoi vari file. Ti preghiamo di "
534
  "riprovare"
535
 
536
+ #: lib/includes/job_backup.php:1380
537
  msgid ""
538
  "(2125) Unable to compress your backup because there is no zip utility "
539
  "available. Please contact support"
541
  "(2125) Impossibile comprimere il tuo backup perchè non è disponibile alcuna "
542
  "utility di compressione. Ti preghiamo di contattare l'assistenza"
543
 
544
+ #: lib/includes/job_backup.php:1381
545
  msgid "(2126) Unable to validate your backup. Please try again"
546
  msgstr ""
547
  "(2126) Impossibile convalidare il tuo backup. Ti preghiamo di riprovare"
548
 
549
+ #: lib/includes/job_backup.php:1382
550
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
551
  msgstr ""
552
  "(2127) Impossibile creare un inventario di file per il backup. Ti preghiamo "
553
  "di riprovare"
554
 
555
+ #: lib/includes/job_backup.php:1383
556
  msgid "(2128) Unable to create job control record. Please try again"
557
  msgstr ""
558
  "(2128) Impossibile creare un registro di controllo del lavoro. Ti preghiamo "
559
  "di riprovare"
560
 
561
+ #: lib/includes/job_backup.php:1386
562
  msgid "(999) Unexpected error"
563
  msgstr "(999) Errore inaspettato"
564
 
752
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
753
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
754
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
755
+ #: views/restore.php:250 views/restore.php:251 views/restore.php:253
756
+ #: views/restore.php:254 views/restore.php:256 views/restore.php:257
 
757
  msgid "Done"
758
  msgstr "Fatto"
759
 
762
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
763
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
764
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
765
+ #: views/restore.php:250 views/restore.php:251 views/restore.php:253
766
+ #: views/restore.php:254 views/restore.php:256 views/restore.php:257
 
767
  msgid "Failed"
768
  msgstr "Fallito"
769
 
1081
 
1082
  #: views/restore.php:214
1083
  msgid ""
1084
+ "* When done uploading click the import uploads button below to see new "
1085
+ "backups appear in the Available Backups section above. "
1086
  msgstr ""
 
 
1087
 
1088
  #: views/restore.php:244
1089
  msgid "Preparing for restore"
1105
  msgid "Deactivating plugins"
1106
  msgstr "Disattivazione dei plugin in corso"
1107
 
 
 
 
 
1108
  #: views/restore.php:250
1109
+ msgid "Importing database"
1110
+ msgstr ""
1111
+
1112
+ #: views/restore.php:251
1113
+ msgid "Updating imported database"
1114
+ msgstr ""
1115
+
1116
+ #: views/restore.php:253
1117
  msgid "Staging content files"
1118
  msgstr "Organizzazione dei file di contenuto in corso"
1119
 
1120
+ #: views/restore.php:254
1121
  msgid "Restoring content files"
1122
  msgstr "Ripristino dei file di contenuto in corso"
1123
 
1124
+ #: views/restore.php:256
1125
  msgid "Restoring database"
1126
  msgstr "Ripristino del database in corso"
1127
 
1128
+ #: views/restore.php:257
 
 
 
 
 
 
 
 
1129
  msgid "Updating permalinks"
1130
  msgstr "Aggiornamento dei permalink in corso"
1131
 
1132
+ #: views/restore.php:263
1133
  msgid "Error 201: No file selected"
1134
  msgstr "Errore 201: nessun file selezionato"
1135
 
1136
+ #: views/restore.php:264
1137
  msgid "Error 202: Your file could not be uploaded"
1138
  msgstr "Errore 202: il tuo file non può essere caricato"
1139
 
1140
+ #: views/restore.php:265
1141
  msgid "Error 203: Your backup could not be unzipped"
1142
  msgstr "Errore 203: il tuo backup non può essere scompattato"
1143
 
1144
+ #: views/restore.php:266
1145
  msgid ""
1146
  "Error 204: Your backup appears to be invalid. Please ensure you selected a "
1147
  "valid backup"
1149
  "Errore 204: il tuo backup sembra non essere valido. Ti preghiamo di "
1150
  "accertarti di avere selezionato un backup valido"
1151
 
1152
+ #: views/restore.php:267
1153
  msgid "Error 205: Cannot create restore point"
1154
  msgstr "Errore 205: Non è possibile creare un punto di ripristino"
1155
 
1156
+ #: views/restore.php:268
1157
  msgid "Error 206: Unable to connect to your database"
1158
  msgstr "Errore 206: Impossibile connettersi al tuo database"
1159
 
1160
+ #: views/restore.php:269
1161
  msgid ""
1162
  "Error 207: Unable to get current site URL from database. Please try again"
1163
  msgstr ""
1164
  "Errore 207: impossibile ottenere dal database la URL del sito attuale. Ti "
1165
  "preghiamo di riprovare"
1166
 
1167
+ #: views/restore.php:270
1168
  msgid ""
1169
  "Error 208: Unable to get current home URL from database. Please try again"
1170
  msgstr ""
1171
  "Errore 208: impossibile ottenere dal database la URL della home attuale. Ti "
1172
  "preghiamo di riprovare"
1173
 
1174
+ #: views/restore.php:271
1175
  msgid ""
1176
  "Error 209: Unable to get current user ID from database. Please try again"
1177
  msgstr ""
1178
  "Errore 209: impossibile ottenere dal database lo user ID attuale. Ti "
1179
  "preghiamo di riprovare"
1180
 
1181
+ #: views/restore.php:272
1182
  msgid ""
1183
  "Error 210: Unable to get current user password from database. Please try "
1184
  "again"
1186
  "Errore 210: impossibile ottenere dal database la password dello user "
1187
  "attuale. Ti preghiamo di riprovare"
1188
 
1189
+ #: views/restore.php:273
1190
  msgid ""
1191
  "Error 211: Unable to get current user email from database. Please try again"
1192
  msgstr ""
1193
  "Errore 211: impossibile ottenere dal database l'email dello user attuale. Ti "
1194
  "preghiamo di riprovare"
1195
 
1196
+ #: views/restore.php:275
1197
  msgid ""
1198
  "Error 212: Unable to import your database. This may require importing the "
1199
  "file manually"
1201
  "Errore 212: impossibile importare il tuo database. Potrebbe essere "
1202
  "necessario importare il file manualmente"
1203
 
1204
+ #: views/restore.php:276
1205
+ msgid ""
1206
+ "Error 212: Unable to restore your database. This may require importing the "
1207
+ "file manually"
1208
+ msgstr ""
1209
+
1210
+ #: views/restore.php:279
1211
  msgid ""
1212
  "Warning 213: Unable to update your site URL value. Please check your "
1213
  "WordPress general settings to make sure your Site and WordPress URLs are "
1217
  "preghiamo di verificare le impostazioni generali del tuo WordPress per "
1218
  "assicurarti che le tue URL del sito e di WordPress siano corrette"
1219
 
1220
+ #: views/restore.php:280
1221
  msgid ""
1222
  "Warning 214: Unable to update your home URL value. Please check your "
1223
  "WordPress general settings to make sure your Site and WordPress URLs are "
1227
  "preghiamo di verificare le impostazioni generali del tuo WordPress per "
1228
  "assicurarti che le tue URL del sito e di WordPress siano corrette"
1229
 
1230
+ #: views/restore.php:281
1231
  msgid ""
1232
  "Warning 215: Unable to update your user information. This may require you to "
1233
  "login with the admin username and password that was used when the backup was "
1237
  "richiedere che tu acceda con lo username e la password di amministratore "
1238
  "usate quando il backup è stato creato"
1239
 
1240
+ #: views/restore.php:282
1241
  msgid "Error 216: Database not found in backup"
1242
  msgstr "Errore 216: Database non trovato nel backup"
1243
 
1244
+ #: views/restore.php:283
1245
  msgid "Warning 217: Unable to remove existing wp-content directory"
1246
  msgstr "Avviso 217: impossibile eliminare la directory wp-content esistente"
1247
 
1248
+ #: views/restore.php:284
1249
  msgid ""
1250
  "Error 218: Unable to create new wp-content directory. Please check your "
1251
  "CHMOD settings in /wp-content/"
1253
  "Errore 218: impossibile creare una nuova directory wp-content. Ti preghiamo "
1254
  "di verificare le tue impostazioni CHMOD in /wp-content/"
1255
 
1256
+ #: views/restore.php:285
1257
  msgid "Error 219: Unable to import wp-content. Please try again"
1258
  msgstr ""
1259
  "Errore 219: impossibile importare il wp-content. Ti preghiamo di riprovare"
1260
 
1261
+ #: views/restore.php:286
1262
  msgid "Warning 220: Unable to cleanup import directory. No action is required"
1263
  msgstr ""
1264
  "Avviso 220: impossibile ripulire la directory delle importazioni. Non è "
1265
  "richiesta alcuna azione"
1266
 
1267
+ #: views/restore.php:287
1268
  #, php-format
1269
  msgid ""
1270
  "Error 221: Table prefix value in wp-config.php is different from backup. "
1277
  "tu possa ripristinare il tuo sito. Per maggiori dettagli vedi le <a href ="
1278
  "\"%s\" target=\"_blank\" > FAQ</a> su www.wpbackitup.com"
1279
 
1280
+ #: views/restore.php:288
1281
  msgid "Error 222: Unable to create restore folder"
1282
  msgstr "Errore 222: impossibile creare la cartella di ripristino"
1283
 
1284
+ #: views/restore.php:289
1285
  msgid ""
1286
  "Error 223: An error occurred during the restore. WPBackItUp attempted to "
1287
  "restore the database to its previous state but were unsuccessful. Please "
1293
  "Ti preghiamo di contattare l'assistenza clienti di WPBackItUp e di non "
1294
  "tentare di eseguire ulteriori ripristini"
1295
 
1296
+ #: views/restore.php:290
1297
  msgid ""
1298
  "Error 224: An error occurred during the restore, however, we have "
1299
  "successfully restored your database to the previous state"
1301
  "Errore 224: si è verificato un errore durante il ripristino, comunque "
1302
  "abbiamo riportato con successo il tuo database allo stato precedente"
1303
 
1304
+ #: views/restore.php:291
1305
  msgid ""
1306
  "Error 225: Restore option is only available to licensed WPBackItUp users"
1307
  msgstr ""
1308
  "Errore 225: l'opzione ripristino è disponibile soltanto per gli user "
1309
  "autorizzati di WPBackItUp"
1310
 
1311
+ #: views/restore.php:292
1312
  msgid ""
1313
  "Error 226: Restore cannot proceed because your backup was created using a "
1314
  "different version of WordPress"
1316
  "Errore 226: il ripristino non può procedere perchè il tuo backup è stato "
1317
  "creato usando una diversa versione di WordPress "
1318
 
1319
+ #: views/restore.php:293
1320
  msgid ""
1321
  "Error 227: Restore cannot proceed because your backup was created using a "
1322
  "different version of WPBackItUp. Please contact WPBackItUp support to help "
1327
  "l'assistenza di WPBackItUp per avere aiuto nel convertire questo backup alla "
1328
  "versione attuale"
1329
 
1330
+ #: views/restore.php:294
1331
  msgid ""
1332
  "Error 230: WPBackItUp ran into unexpected errors during the database "
1333
  "restore. However, we were able to successfully revert the database back to "
1338
  "database al suo stato originario. Questo errore potrebbe richiedere di dover "
1339
  "importare manualmente il database "
1340
 
1341
+ #: views/restore.php:295
1342
  msgid ""
1343
  "Error 235: WPBackItUp is not able to proceed because there is no zip utility "
1344
  "available. Please contact support"
1347
  "un'utilità di decompressione disponibile. Ti preghiamo di contattare "
1348
  "l'assistenza"
1349
 
1350
+ #: views/restore.php:296
1351
  msgid ""
1352
  "Error 250: WPBackItUp is unable to begin the restore because a backup is "
1353
  "running. Please wait for the backup to complete and then try again"
1356
  "backup è in corso. Ti preghiamo di attendere che il backup sia completato e "
1357
  "quindi di riprovare"
1358
 
1359
+ #: views/restore.php:298
1360
  msgid ""
1361
  "Error 260: WPBackItUp is unable to extract archives from backup set. Please "
1362
  "try again and contact support if this issue continues"
1365
  "backup. Ti preghiamo di riprovare e di contattare l'assistenza qualora "
1366
  "questo problema dovesse persistere"
1367
 
1368
+ #: views/restore.php:299
1369
  msgid ""
1370
  "Error 261: WPBackItUp is unable to extract archives from backup set. Please "
1371
  "try again and contact support if this issue continues"
1374
  "backup. Ti preghiamo di riprovare e di contattare l'assistenza qualora "
1375
  "questo problema dovesse persistere"
1376
 
1377
+ #: views/restore.php:300
1378
  msgid ""
1379
  "Error 262: There were no backup files found in the backup folder. Please "
1380
  "try again and contact support if this issue continues"
1383
  "preghiamo di riprovare e di contattare l'assistenza qualora questo problema "
1384
  "dovesse persistere"
1385
 
1386
+ #: views/restore.php:302
1387
  msgid ""
1388
  "Error 251: WPBackItUp is unable to begin the restore because the backup "
1389
  "manifest is empty"
1391
  "Errore 251: WPBackItUp non è in grado di iniziare il ripristino perchè il "
1392
  "backup manifest è vuoto"
1393
 
1394
+ #: views/restore.php:303
1395
  msgid ""
1396
  "Error 252: At least one zip file is missing from your backup set. Please "
1397
  "make sure to upload all zip files that were part of this backup"
1400
  "Ti preghiamo di assicurarti di caricare tutti i file compressi che facevano "
1401
  "parte di questo backup"
1402
 
1403
+ #: views/restore.php:304
1404
  msgid ""
1405
  "Error 253: Backup set contains a zip file that is not in the manifest. "
1406
  "Please make sure to upload only zip files that were part of this backup"
1409
  "manifesto. Ti preghiamo di assicurarti di caricare solo i file compressi che "
1410
  "facevano parte di questo backup"
1411
 
1412
+ #: views/restore.php:305
1413
  msgid ""
1414
  "Error 254: The size of one the zip files in this backup set does not match "
1415
  "the manifest so is most likely corrupt. Upload all zip files in this backup "
1420
  "danneggiato. Carica di nuovo tutti i file compressi nel set di backup e "
1421
  "tenta il ripristino ancora una volta."
1422
 
1423
+ #: views/restore.php:306
1424
  msgid ""
1425
  "Error 255: Backup set does not contain a manifest. Please make sure to "
1426
  "upload all zip files that were part of this backup"
1428
  "Errore 255: il set di backup non contiene un elemento. Ti preghiamo di "
1429
  "caricare tutti i file compressi che erano parte di questo backup."
1430
 
1431
+ #: views/restore.php:308
1432
  msgid ""
1433
  "Warning 300: Unable to restore all WordPress content. Please review your "
1434
  "restore logs to see what WPBackItUp was unable to restore"
1437
  "preghiamo di riesaminare i registri di ripristino per vedere cosa WPBackItUp "
1438
  "non è stato in grado di ripristinare"
1439
 
1440
+ #: views/restore.php:309
1441
  msgid ""
1442
  "Warning 305: Unable to restore all plugins. Please review your restore logs "
1443
  "to see what WPBackItUp was unable to restore"
1446
  "riesaminare i registri di ripristino per vedere cosa WPBackItUp non è stato "
1447
  "in grado di ripristinare"
1448
 
1449
+ #: views/restore.php:311
1450
  msgid "Error 2001: Unable to prepare site for restore"
1451
  msgstr "Errore 2001: impossibile predisporre il sito per il ripristino"
1452
 
1453
+ #: views/restore.php:312
1454
  msgid "Error 2002: Unable to unzip backup"
1455
  msgstr "Errore 2002: impossibile scompattare il backup"
1456
 
1457
+ #: views/restore.php:313
1458
  msgid "Error 2003: Unable to validate backup"
1459
  msgstr "Errore 2003: impossibile convalidare il backup"
1460
 
1461
+ #: views/restore.php:314
1462
  msgid "Error 2004: Unable to create restore point"
1463
  msgstr "Errore 2004: impossibile creare un punto di ripristino"
1464
 
1465
+ #: views/restore.php:315
1466
  msgid "Error 2005: Unable to stage wp-content"
1467
  msgstr "Errore 2005: impossibile organizzare il wp-content"
1468
 
1469
+ #: views/restore.php:316
1470
  msgid "Error 2006: Unable to restore content files"
1471
  msgstr "Errore 2006: impossibile ripristinare i file di contenuto"
1472
 
1473
+ #: views/restore.php:317
1474
  msgid "Error 2007: Unable to restore database"
1475
  msgstr "Errore 2007: impossibile ripristinare il database"
1476
 
1477
+ #: views/restore.php:318
1478
+ msgid "Error 2009: Unable to import database"
1479
+ msgstr ""
1480
+
1481
+ #: views/restore.php:319
1482
  msgid "Error 2999: Unexpected error encountered"
1483
  msgstr "Errore 2999: si è verificato un errore inaspettato"
1484
 
1485
+ #: views/restore.php:326
1486
  msgid ""
1487
  "Restore completed successfully. If you are prompted to login please do so "
1488
  "with your current username and password"
1495
  msgid "%s Settings"
1496
  msgstr "%s Impostazioni"
1497
 
1498
+ #: views/settings.php:49
1499
  msgid "Settings updated successfully!"
1500
  msgstr "Impostazioni aggiornate con successo!"
1501
 
1502
+ #: views/settings.php:62
1503
  msgid "Email Notifications"
1504
  msgstr "Notifiche via email"
1505
 
1506
+ #: views/settings.php:63
1507
  msgid ""
1508
  "Please enter your email address if you would like to receive backup email "
1509
  "notifications."
1511
  "Ti preghiamo di inserire il tuo indirizzo di posta elettronica se desideri "
1512
  "ricevere le notifiche di backup via email"
1513
 
1514
+ #: views/settings.php:64
1515
  msgid ""
1516
  "Backup email notifications will be sent for every backup and will contain "
1517
  "status information related to the backup."
1519
  "Le notifiche di backup via email saranno inviate per ogni backup e "
1520
  "conterranno le informazioni di stato relative al backup"
1521
 
1522
+ #: views/settings.php:66 views/settings.php:86 views/settings.php:109
1523
+ #: views/settings.php:116 views/settings.php:124 views/settings.php:132
1524
+ #: views/settings.php:163 views/settings.php:197 views/settings.php:235
1525
+ #: views/settings.php:244
1526
  msgid "Save"
1527
  msgstr "Salva"
1528
 
1529
+ #: views/settings.php:82
1530
  msgid "Backup Retention"
1531
  msgstr "Mantenimento del backup"
1532
 
1533
+ #: views/settings.php:83
1534
  msgid ""
1535
  "Enter the number of backup archives that you would like to remain on the "
1536
  "server."
1537
  msgstr ""
1538
  "Inserisci il numero degli archivi di backup che desideri rimangano sul server"
1539
 
1540
+ #: views/settings.php:84
1541
  msgid ""
1542
  "Many hosts limit the amount of space that you can take up on their servers. "
1543
  "This option tells WPBackItUp the maximum number of backup archives that "
1549
  "archivi di backup che dovrebbero restare sul server dei tuoi host. Non "
1550
  "preoccuparti, prima cancelleremo sempre gli archivi di backup più vecchi."
1551
 
1552
+ #: views/settings.php:103
1553
  msgid "Logging?"
1554
  msgstr "Registrazione?"
1555
 
1556
+ #: views/settings.php:104
1557
  msgid "Turn on WPBackItUp logging."
1558
  msgstr "Attiva la registrazione su WPBackItUp."
1559
 
1560
+ #: views/settings.php:105
1561
  msgid ""
1562
  "This option should only be turned on by advanced users or when "
1563
  "troubleshooting issues with WPBackItUp support."
1565
  "Questa opzione deve essere attivata soltanto dagli utenti esperti o in caso "
1566
  "di risoluzione dei problemi con l'assistenza di WPBackItUp."
1567
 
1568
+ #: views/settings.php:106
1569
  msgid "Yes"
1570
  msgstr "Si"
1571
 
1572
+ #: views/settings.php:107
1573
  msgid "No"
1574
  msgstr "No"
1575
 
1576
+ #: views/settings.php:113
1577
  msgid "Disable restore version compare?"
1578
  msgstr ""
1579
 
1580
+ #: views/settings.php:115
1581
  msgid ""
1582
  "Check this box if you would like WPBackItUp not to check major version "
1583
  "issue. This could be dangerous, you can disable it with your own risk."
1584
  msgstr ""
1585
 
1586
+ #: views/settings.php:120
1587
  msgid "Single File Backup Set"
1588
  msgstr "Set di backup composto da un unico file"
1589
 
1590
+ #: views/settings.php:122
1591
  msgid ""
1592
+ "Check this box if you would like WPBackItUp to create a single zip file that "
1593
+ "contains your entire backup."
1594
  msgstr ""
 
 
1595
 
1596
+ #: views/settings.php:123
1597
+ msgid ""
1598
+ "When this setting is turned on WPBackItUp will attempt to create a single "
1599
+ "zip file that contains your entire backup. This option may may not be "
1600
+ "possible with some hosting providers. This setting will be turned off "
1601
+ "automatically if WPBackItUp is unable to complete this step for any reason."
1602
+ msgstr ""
1603
+
1604
+ #: views/settings.php:128
1605
+ msgid "Single File Database Export (db)"
1606
+ msgstr ""
1607
+
1608
+ #: views/settings.php:130
1609
+ msgid ""
1610
+ "Check this box if you would like WPBackItUp to export your database into a "
1611
+ "single db file."
1612
+ msgstr ""
1613
+
1614
+ #: views/settings.php:131
1615
  msgid ""
1616
  "When this setting is turned on WPBackItUp will attempt to create a single "
1617
+ "file that contains your entire database. This option may not be possible "
1618
+ "with some hosting providers. This setting will be turned off automatically "
1619
+ "if WPBackItUp is unable to complete this step for any reason."
1620
  msgstr ""
 
 
 
 
 
1621
 
1622
+ #: views/settings.php:136
1623
  msgid "Batch Size"
1624
  msgstr "Dimensione di batch"
1625
 
1626
+ #: views/settings.php:137
1627
  msgid "Enter the batch size for each of your content items."
1628
  msgstr ""
1629
  "Inserisci la dimensione di batch per ciascuna delle tue voci di contenuto."
1630
 
1631
+ #: views/settings.php:138
1632
  msgid ""
1633
  "These settings tell WPBackItUp how many items that should be added to the "
1634
  "backup at a time. If you experience timeouts while running a backup then "
1640
  "backup, tali impostazioni possono essere usate per aiutare WPBackItUp a "
1641
  "ridurre il tempo necessario per completare ogni attività di backup."
1642
 
1643
+ #: views/settings.php:141
1644
  msgid "DB Tables Batch Size"
1645
  msgstr "Dimensione di batch delle tabelle di database"
1646
 
1647
+ #: views/settings.php:146
1648
  msgid "Plugins Batch Size"
1649
  msgstr "Dimensione del batch dei plugin"
1650
 
1651
+ #: views/settings.php:151
1652
  msgid "Themes Batch Size"
1653
  msgstr "Dimensione del batch dei temi"
1654
 
1655
+ #: views/settings.php:156
1656
  msgid "Uploads Batch Size"
1657
  msgstr "Dimensione del batch dei caricamenti"
1658
 
1659
+ #: views/settings.php:161
1660
  msgid "Others Batch Size"
1661
  msgstr "Dimensione del batch di altri"
1662
 
1663
+ #: views/settings.php:164 views/settings.php:198 views/settings.php:236
1664
  msgid ""
1665
  "* These settings should only be modified by advanced users or when when "
1666
  "working with WPBackItUp support."
1668
  "* Queste impostazioni possono essere modificate soltanto dagli utenti "
1669
  "esperti o mentre si lavora con l'assistenza di WPBackItUp."
1670
 
1671
+ #: views/settings.php:176
1672
  msgid "Filter Your Folders"
1673
  msgstr "Filtra le tue cartelle"
1674
 
1675
+ #: views/settings.php:177
1676
  msgid ""
1677
  "Enter a comma separated list of folders that should be excluded from your "
1678
  "backups."
1680
  "Inserisci una lista delle cartelle, separata da virgole, che dovranno essere "
1681
  "escluse dai tuoi backup."
1682
 
1683
+ #: views/settings.php:178
1684
  msgid ""
1685
  "It is important to note that when a folder name is present in this list any "
1686
  "occurrence of that folder, and all its contents, will be excluded from the "
1690
  "elemento di quella cartella e tutti i suoi contenuti saranno esclusi dal "
1691
  "backup."
1692
 
1693
+ #: views/settings.php:180
1694
  msgid "Plugin Folders Filter"
1695
  msgstr "Filtro delle cartelle di plugin"
1696
 
1697
+ #: views/settings.php:185
1698
  msgid "Theme Folders Filter"
1699
  msgstr "Filtro delle cartelle dei temi"
1700
 
1701
+ #: views/settings.php:190
1702
  msgid "Upload Folders Filter"
1703
  msgstr "Filtro delle cartelle di caricamento"
1704
 
1705
+ #: views/settings.php:194
1706
  msgid "Other Folders Filter"
1707
  msgstr "Filtro di altre cartelle"
1708
 
1709
+ #: views/settings.php:203
1710
  msgid "Filter Your Database Tables"
1711
  msgstr "Filtra le tue tabelle di database"
1712
 
1713
+ #: views/settings.php:204
1714
  msgid "Exclude custom database tables from the backup."
1715
  msgstr "Escludi le tabelle personalizzate di database dal backup."
1716
 
1717
+ #: views/settings.php:205
1718
  msgid ""
1719
  "If you would like to exclude a custom table from the backup then simply drag "
1720
  "it to the list on the right. WordPress core tables may not be excluded from "
1724
  "semplicemente nella lista sulla destra. Le tabelle principali di WordPress "
1725
  "non possono essere escluse dal backup."
1726
 
1727
+ #: views/settings.php:241
1728
  msgid "Remove Data on Uninstall?"
1729
  msgstr "Rimuovi Dati durante la disinstallazione?"
1730
 
1731
+ #: views/settings.php:243
1732
  msgid ""
1733
  "Check this box if you would like WPBackItUp to completely remove all of its "
1734
  "data when the plugin is deleted."
1799
  msgid "Premium customers receive priority support."
1800
  msgstr "I clienti premium ricevono un'assistenza prioritaria"
1801
 
1802
+ #: wp-backitup.php:94 wp-backitup.php:95
1803
  #, php-format
1804
  msgid "Every %s hours"
1805
  msgstr "Ogni %s ore"
1806
 
1807
+ #: wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98 wp-backitup.php:99
1808
+ #: wp-backitup.php:100
1809
  #, php-format
1810
  msgid "WPBUP - Every %s minutes"
1811
  msgstr "WPBUP - Ogni %s minuti"
1812
 
1813
+ #: wp-backitup.php:102
1814
  msgid "WPBUP - Once Weekly"
1815
  msgstr "WPBUP - Una volta alla settimana"
1816
 
1817
+ #: wp-backitup.php:103
1818
  msgid "WPBUP - Once Monthly"
1819
  msgstr "WPBUP - Una volta al mese"
1820
 
1821
+ #: wp-backitup.php:104 wp-backitup.php:105
1822
  #, php-format
1823
  msgid "WPBUP - Every %s hours"
1824
  msgstr "WPBUP - Ogni %s ore"
1825
 
1826
+ #: wp-backitup.php:114
1827
  msgid "Local File"
1828
  msgstr ""
1829
 
1830
+ #: wp-backitup.php:171
1831
  msgid "Cleanup"
1832
  msgstr "Pulizia"
1833
+
1834
+ #~ msgid ""
1835
+ #~ "* Reload this page when done uploading to see new backups appear in the "
1836
+ #~ "Available Backups section above. "
1837
+ #~ msgstr ""
1838
+ #~ "* Una volta completato il caricamento, ricarica questa pagina per vedere "
1839
+ #~ "apparire i nuovi backup nella sezione \"Backup Disponibili\" qui sopra"
1840
+
1841
+ #~ msgid "Creating database restore point"
1842
+ #~ msgstr "Creazione di un punto di ripristino del database in corso"
1843
+
1844
+ #~ msgid "Updating current user info"
1845
+ #~ msgstr "Aggiornamento delle informazioni dell'utente corrente in corso"
1846
+
1847
+ #~ msgid "Updating site URL"
1848
+ #~ msgstr "Aggiornamento della URL del sito in corso"
1849
+
1850
+ #~ msgid ""
1851
+ #~ "Check this box if you would like WPBackItUp to create a single file "
1852
+ #~ "backup set."
1853
+ #~ msgstr ""
1854
+ #~ "Spunta questa casella se vuoi che WPBackItUp crei un set di backup "
1855
+ #~ "composto da un unico file."
1856
+
1857
+ #~ msgid ""
1858
+ #~ "When this setting is turned on WPBackItUp will attempt to create a single "
1859
+ #~ "file backup set. If WPBackItUp is unable to create a single file backup "
1860
+ #~ "set then it will turn this setting off for you. Creating a single file "
1861
+ #~ "backup set may not be possible with hosts that strictly limit memory "
1862
+ #~ "utilization."
1863
+ #~ msgstr ""
1864
+ #~ "Quando questa configurazione è attiva WPBackItUp tenterà di creare un set "
1865
+ #~ "di backup composto da un unico file. Qualora WPBackItUp non fosse in "
1866
+ #~ "grado di creare un set di backup di questo tipo, disattiverà il "
1867
+ #~ "settaggio. La creazione di un set di backup composto da un solo file "
1868
+ #~ "potrebbe non essere possibile con quegli host che limitano strettamente "
1869
+ #~ "l'utilizzo di memoria."
languages/wp-backitup-ru_RU.mo CHANGED
Binary file
languages/wp-backitup-ru_RU.po CHANGED
@@ -5,8 +5,8 @@
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: WPBackItUp\n"
8
- "POT-Creation-Date: 2016-06-25 07:41-0400\n"
9
- "PO-Revision-Date: 2016-06-25 07:41-0400\n"
10
  "Last-Translator: Chris Simmons <chris.simmons01@gmail.com>\n"
11
  "Language-Team: Russian (Russia) (http://www.transifex.com/wp-translations/wp-"
12
  "backitup/language/ru_RU/)\n"
@@ -27,194 +27,194 @@ msgstr ""
27
  msgid "Every %d Minutes"
28
  msgstr ""
29
 
30
- #: lib/includes/class-wpbackitup-admin.php:212 views/backup.php:277
31
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
32
- #: wp-backitup.php:142
33
  msgid "Backup"
34
  msgstr "Резервная копия"
35
 
36
- #: lib/includes/class-wpbackitup-admin.php:216
37
- #: lib/includes/class-wpbackitup-admin.php:254 views/restore.php:136
38
- #: wp-backitup.php:156
39
  msgid "Restore"
40
  msgstr "Восстановить"
41
 
42
- #: lib/includes/class-wpbackitup-admin.php:220
43
  msgid "Support"
44
  msgstr "Поддержка"
45
 
46
- #: lib/includes/class-wpbackitup-admin.php:223
47
  msgid "Settings"
48
  msgstr "Настройки"
49
 
50
- #: lib/includes/class-wpbackitup-admin.php:247
51
  msgid ""
52
  "The backup you have selected exceeds what your host allows you to upload."
53
  msgstr ""
54
  "Резервная копия, которую вы указали, больше чем позволяет ваш сервер для "
55
  "загрузки."
56
 
57
- #: lib/includes/class-wpbackitup-admin.php:248 views/backup.php:439
58
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
59
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
60
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
61
  msgid "Warning"
62
  msgstr "Внимание"
63
 
64
- #: lib/includes/class-wpbackitup-admin.php:249 views/backup.php:253
65
  #: views/backup.php:376
66
  msgid "Error"
67
  msgstr "Ошибка"
68
 
69
- #: lib/includes/class-wpbackitup-admin.php:250
70
  msgid "Response"
71
  msgstr "Ответ"
72
 
73
- #: lib/includes/class-wpbackitup-admin.php:251 views/backup.php:352
74
  #: views/backup.php:430 views/restore.php:230
75
  msgid "Status"
76
  msgstr "Статус"
77
 
78
- #: lib/includes/class-wpbackitup-admin.php:252
79
  msgid "Download"
80
  msgstr "Скачать"
81
 
82
- #: lib/includes/class-wpbackitup-admin.php:253 views/backup.php:407
83
  #: views/restore.php:129
84
  msgid "Delete"
85
  msgstr "Удалить"
86
 
87
- #: lib/includes/class-wpbackitup-admin.php:255
88
  msgid "(JS997) Unexpected error"
89
  msgstr "(JS997) Непредвиденная ошибка"
90
 
91
- #: lib/includes/class-wpbackitup-admin.php:256
92
  msgid "(JS998) Unexpected error"
93
  msgstr "(JS998) Непредвиденная ошибка"
94
 
95
- #: lib/includes/class-wpbackitup-admin.php:257
96
  msgid "(JS999) An unexpected error has occurred"
97
  msgstr "(JS999) Произошла непредвиденная ошибка"
98
 
99
- #: lib/includes/class-wpbackitup-admin.php:258
100
  msgid "Scheduled has been saved."
101
  msgstr ""
102
 
103
- #: lib/includes/class-wpbackitup-admin.php:259
104
  msgid "Scheduled was not saved."
105
  msgstr ""
106
 
107
- #: lib/includes/class-wpbackitup-admin.php:260
108
  msgid "Are you sure you want to restore your site?"
109
  msgstr "Вы действительно хотите восстановить ваш сайт?"
110
 
111
- #: lib/includes/class-wpbackitup-admin.php:261
112
  msgid "Are you sure ?"
113
  msgstr "Вы уверены?"
114
 
115
- #: lib/includes/class-wpbackitup-admin.php:262
116
  msgid "This file cannot be delete!"
117
  msgstr ""
118
 
119
- #: lib/includes/class-wpbackitup-admin.php:263
120
  msgid "View Log"
121
  msgstr "Смотреть лог"
122
 
123
- #: lib/includes/class-wpbackitup-admin.php:264
124
  msgid "New Backup!"
125
  msgstr "Новый бекап!"
126
 
127
- #: lib/includes/class-wpbackitup-admin.php:265
128
  msgid "Uploaded Backup"
129
  msgstr "Загруженный бекап"
130
 
131
- #: lib/includes/class-wpbackitup-admin.php:602
132
  msgid "Backup Queued"
133
  msgstr ""
134
 
135
- #: lib/includes/class-wpbackitup-admin.php:611
136
  msgid "Backup could not be queued"
137
  msgstr ""
138
 
139
- #: lib/includes/class-wpbackitup-admin.php:623
140
  msgid "Job is already in queue."
141
  msgstr ""
142
 
143
- #: lib/includes/class-wpbackitup-admin.php:661
144
  msgid "No backup file selected."
145
  msgstr ""
146
 
147
- #: lib/includes/class-wpbackitup-admin.php:668
148
  msgid "No user id found."
149
  msgstr "Id пользователя не найдено."
150
 
151
- #: lib/includes/class-wpbackitup-admin.php:691
152
  msgid "Restore Queued"
153
  msgstr ""
154
 
155
- #: lib/includes/class-wpbackitup-admin.php:700
156
  msgid "Restore could not be queued"
157
  msgstr ""
158
 
159
- #: lib/includes/class-wpbackitup-admin.php:706
160
  msgid "Restore already in queue"
161
  msgstr ""
162
 
163
- #: lib/includes/class-wpbackitup-admin.php:738
164
  msgid "No job id posted"
165
  msgstr ""
166
 
167
- #: lib/includes/class-wpbackitup-admin.php:746 views/backup.php:467
168
  msgid "Backup Cancelled"
169
  msgstr "Бекап отменён"
170
 
171
- #: lib/includes/class-wpbackitup-admin.php:748
172
  msgid "Backup job not found"
173
  msgstr ""
174
 
175
- #: lib/includes/class-wpbackitup-admin.php:917
176
  msgid "No response log found."
177
  msgstr ""
178
 
179
- #: lib/includes/class-wpbackitup-admin.php:1019
180
- #: lib/includes/class-wpbackitup-admin.php:1027
181
- #: lib/includes/class-wpbackitup-admin.php:1073
182
- #: lib/includes/class-wpbackitup-admin.php:1080
183
- #: lib/includes/class-wpbackitup-admin.php:1087
184
- #: lib/includes/class-wpbackitup-admin.php:1094
185
- #: lib/includes/class-wpbackitup-admin.php:1101
186
  msgid "Please enter a number"
187
  msgstr "Пожалуйста, введите номер"
188
 
189
- #: lib/includes/class-wpbackitup-admin.php:1048
190
- #: lib/includes/class-wpbackitup-admin.php:1210
191
  msgid "Please enter a valid email"
192
  msgstr "Пожалуйста, введите корректный адрес электронной почты"
193
 
194
- #: lib/includes/class-wpbackitup-admin.php:1217
195
  msgid "Please enter your support ticket id"
196
  msgstr "Пожалуйста, введите id тикета поддержки"
197
 
198
- #: lib/includes/class-wpbackitup-admin.php:1222
199
  msgid "Please only enter numbers in this field"
200
  msgstr "Пожалуйста, введите только цифры в это поле"
201
 
202
- #: lib/includes/class-wpbackitup-admin.php:2012
203
- #: lib/includes/class-wpbackitup-admin.php:2032
204
  msgid ""
205
  "License could not be activated. Please try again in a few hours and contact "
206
  "support if this error continues."
207
  msgstr ""
208
 
209
- #: lib/includes/class-wpbackitup-admin.php:2081
210
  msgid "License is invalid."
211
  msgstr "Лицензия некорректна."
212
 
213
- #: lib/includes/class-wpbackitup-admin.php:2086
214
  msgid "License has expired."
215
  msgstr "Лицензия просрочена."
216
 
217
- #: lib/includes/class-wpbackitup-admin.php:2089
218
  #, php-format
219
  msgid ""
220
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -222,15 +222,15 @@ msgid ""
222
  "<strong>world class support</strong> team."
223
  msgstr ""
224
 
225
- #: lib/includes/class-wpbackitup-admin.php:2103
226
  msgid "License Expired: Scheduled backups are no longer active."
227
  msgstr "Лицензия просрочена: Запланированые бекапы больше не доступны."
228
 
229
- #: lib/includes/class-wpbackitup-admin.php:2111
230
  msgid "Activation limit has been reached."
231
  msgstr "Достигнут лимит активаций."
232
 
233
- #: lib/includes/class-wpbackitup-admin.php:2117
234
  msgid "Your Activation limit has been reached"
235
  msgstr "Ваш лимит активаций достигнут"
236
 
@@ -259,7 +259,7 @@ msgstr ""
259
  msgid "Could not import file into WPBackItUp backup set."
260
  msgstr ""
261
 
262
- #: lib/includes/job_backup.php:1135
263
  #, php-format
264
  msgid ""
265
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
@@ -269,239 +269,239 @@ msgid ""
269
  "of product updates and access to our world class support team.<br/><br/>"
270
  msgstr ""
271
 
272
- #: lib/includes/job_backup.php:1140
273
  #, php-format
274
  msgid "%s - Backup completed successfully."
275
  msgstr "%s - Бекап успешно завершен."
276
 
277
- #: lib/includes/job_backup.php:1141
278
  msgid "Your backup completed successfully."
279
  msgstr "Ваш бекап успешно завершен."
280
 
281
- #: lib/includes/job_backup.php:1144
282
  #, php-format
283
  msgid "%s - Backup did not complete successfully."
284
  msgstr "%s - Бекап завершен неудачно."
285
 
286
- #: lib/includes/job_backup.php:1145
287
  msgid "Your backup did not complete successfully."
288
  msgstr "Ваш бекап завершен неудачно."
289
 
290
- #: lib/includes/job_backup.php:1152
291
  #, php-format
292
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
293
  msgstr "WordPress сайт: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
294
 
295
- #: lib/includes/job_backup.php:1153
296
  msgid "Backup date:"
297
  msgstr "Дата бекапа:"
298
 
299
- #: lib/includes/job_backup.php:1154
300
  msgid "Number of backups completed with WPBackItUp:"
301
  msgstr ""
302
 
303
- #: lib/includes/job_backup.php:1156
304
  msgid "Completion Code:"
305
  msgstr ""
306
 
307
- #: lib/includes/job_backup.php:1157
308
  msgid "WPBackItUp Version:"
309
  msgstr ""
310
 
311
- #: lib/includes/job_backup.php:1169
312
  #, php-format
313
  msgid "Checkout %s for info about WPBackItUp and our other products."
314
  msgstr ""
315
 
316
- #: lib/includes/job_backup.php:1336
317
  msgid ""
318
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
319
  "settings of your wp-backitup backup directory"
320
  msgstr ""
321
 
322
- #: lib/includes/job_backup.php:1337
323
  msgid ""
324
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
325
  "your wp-backitup plugin directory"
326
  msgstr ""
327
 
328
- #: lib/includes/job_backup.php:1338
329
  msgid "(103) Unable to backup your files. Please try again"
330
  msgstr "(103) Не удалось сделать бекап файлов. Пожалуйста, попробуйте снова"
331
 
332
- #: lib/includes/job_backup.php:1339
333
  msgid "(104) Unable to export your database. Please try again"
334
  msgstr "(104) Не удалось сделать экспорт БД. Пожалуйста, попробуйте снова."
335
 
336
- #: lib/includes/job_backup.php:1340
337
  msgid "(105) Unable to export site information file. Please try again"
338
  msgstr ""
339
  "(105) Не удалось экспортировать файл с информацией о сайте. Пожалуйста, "
340
  "попробуйте снова"
341
 
342
- #: lib/includes/job_backup.php:1341
343
  msgid "(106) Unable to cleanup your backup directory"
344
  msgstr "(106) Не удалось очистить директорию бекапа"
345
 
346
- #: lib/includes/job_backup.php:1342
347
  msgid "(107) Unable to compress(zip) your backup. Please try again"
348
  msgstr "(107) Не удалось сжать(zip) ваш бекап. Пожалуйста, попробуйте снова"
349
 
350
- #: lib/includes/job_backup.php:1343
351
  msgid "(108) Unable to backup your site data files. Please try again"
352
  msgstr ""
353
  "(108) Не удалось сделать бекап файлов данных сайта. Пожалуйста, попробуйте "
354
  "снова"
355
 
356
- #: lib/includes/job_backup.php:1344
357
  msgid "(109) Unable to finalize backup. Please try again"
358
  msgstr "(109) Не удалось завершить бекап. Пожалуйста, попробуйте снова"
359
 
360
- #: lib/includes/job_backup.php:1345
361
  msgid "(110) Unable to create backup manifest. Please try again"
362
  msgstr ""
363
 
364
- #: lib/includes/job_backup.php:1346
365
  msgid ""
366
  "(114) Your database was accessible but an export could not be created. "
367
  "Please contact support by clicking the get support link on the right. Please "
368
  "let us know who your host is when you submit the request"
369
  msgstr ""
370
 
371
- #: lib/includes/job_backup.php:1347
372
  msgid "(120) Unable to backup your themes. Please try again"
373
  msgstr "(120) Не удалось сделать бекап ваших тем. Пожалуйста, попробуйте снова"
374
 
375
- #: lib/includes/job_backup.php:1348
376
  msgid "(121) Unable to backup your plugins. Please try again"
377
  msgstr ""
378
  "(121) Не удалось сделать бекап ваших плагинов. Пожалуйста, попробуйте снова"
379
 
380
- #: lib/includes/job_backup.php:1349
381
  msgid "(122) Unable to backup your uploads. Please try again"
382
  msgstr ""
383
  "(122) Не удалось сделать бекап ваших загрузок. Пожалуйста, попробуйте снова"
384
 
385
- #: lib/includes/job_backup.php:1350
386
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
387
  msgstr ""
388
  "(123) Не удалось сделать бекап различных ваших файлов. Пожалуйста, "
389
  "попробуйте снова"
390
 
391
- #: lib/includes/job_backup.php:1351
392
  msgid ""
393
  "(125) Unable to compress your backup because there is no zip utility "
394
  "available. Please contact support"
395
  msgstr ""
396
 
397
- #: lib/includes/job_backup.php:1352
398
  msgid "(126) Unable to validate your backup. Please try again"
399
  msgstr "(126) Не удалось проверить ваш бекап. Пожалуйста, попробуйте снова"
400
 
401
- #: lib/includes/job_backup.php:1353
402
  msgid "(127) Unable to create inventory of files to backup. Please try again"
403
  msgstr ""
404
 
405
- #: lib/includes/job_backup.php:1354
406
  msgid "(128) Unable to create job control record. Please try again"
407
  msgstr ""
408
 
409
- #: lib/includes/job_backup.php:1356
410
  msgid ""
411
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
412
  "settings of your wp-backitup backup directory"
413
  msgstr ""
414
 
415
- #: lib/includes/job_backup.php:1357
416
  msgid ""
417
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
418
  "your wp-backitup plugin directory"
419
  msgstr ""
420
 
421
- #: lib/includes/job_backup.php:1358
422
  msgid "(2103) Unable to backup your files. Please try again"
423
  msgstr ""
424
  "(2103) Не удалось сделать бекап ваших файлов. Пожалуйста, попробуйте снова"
425
 
426
- #: lib/includes/job_backup.php:1359
427
  msgid "(2104) Unable to export your database. Please try again"
428
  msgstr "(2104) Не удалось сделать бекап вашей БД. Пожалуйста, попробуйте снова"
429
 
430
- #: lib/includes/job_backup.php:1360
431
  msgid "(2105) Unable to export site information file. Please try again"
432
  msgstr ""
433
  "(2105) Не удалось экспорт файла с информацией о сайте. Пожалуйста, "
434
  "попробуйте снова"
435
 
436
- #: lib/includes/job_backup.php:1361
437
  msgid "(2106) Unable to cleanup your backup directory"
438
  msgstr "(2106) Не удалось очистить вашу директорию бекапа"
439
 
440
- #: lib/includes/job_backup.php:1362
441
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
442
  msgstr "(2107) Не удалось сжать(zip) ваш бекап. Пожалуйста, попробуйте снова"
443
 
444
- #: lib/includes/job_backup.php:1363
445
  msgid "(2108) Unable to backup your site data files. Please try again"
446
  msgstr ""
447
  "(2108) Не удалось сделать бекап файлов данных сайта. Пожалуйста, попробуйте "
448
  "снова"
449
 
450
- #: lib/includes/job_backup.php:1364
451
  msgid "(2109) Unable to finalize backup. Please try again"
452
  msgstr "(2109) Не удалось завершить бекап. Пожалуйста, попробуйте снова"
453
 
454
- #: lib/includes/job_backup.php:1365
455
  msgid "(2110) Unable to create backup manifest. Please try again"
456
  msgstr ""
457
 
458
- #: lib/includes/job_backup.php:1366
459
  msgid ""
460
  "(2114) Your database was accessible but an export could not be created. "
461
  "Please contact support by clicking the get support link on the right. Please "
462
  "let us know who your host is when you submit the request"
463
  msgstr ""
464
 
465
- #: lib/includes/job_backup.php:1367
466
  msgid "(2120) Unable to backup your themes. Please try again"
467
  msgstr ""
468
  "(2120) Не удалось сделать бекап ваших тем. Пожалуйста, попробуйте снова"
469
 
470
- #: lib/includes/job_backup.php:1368
471
  msgid "(2121) Unable to backup your plugins. Please try again"
472
  msgstr ""
473
  "(2121) Не удалось сделать бекап ваших плагинов. Пожалуйста, попробуйте снова"
474
 
475
- #: lib/includes/job_backup.php:1369
476
  msgid "(2122) Unable to backup your uploads. Please try again"
477
  msgstr ""
478
  "(2122) Не удалось сделать бекап ваших загрузок. Пожалуйста, попробуйте снова"
479
 
480
- #: lib/includes/job_backup.php:1370
481
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
482
  msgstr ""
483
  "(2123) Не удалось сделать бекап различных ваших файлов. Пожалуйста, "
484
  "попробуйте снова"
485
 
486
- #: lib/includes/job_backup.php:1371
487
  msgid ""
488
  "(2125) Unable to compress your backup because there is no zip utility "
489
  "available. Please contact support"
490
  msgstr ""
491
 
492
- #: lib/includes/job_backup.php:1372
493
  msgid "(2126) Unable to validate your backup. Please try again"
494
  msgstr "(2126) Не удалось проверить ваш бекап. Пожалуйста, попробуйте снова"
495
 
496
- #: lib/includes/job_backup.php:1373
497
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
498
  msgstr ""
499
 
500
- #: lib/includes/job_backup.php:1374
501
  msgid "(2128) Unable to create job control record. Please try again"
502
  msgstr ""
503
 
504
- #: lib/includes/job_backup.php:1377
505
  msgid "(999) Unexpected error"
506
  msgstr "(999) Непредвиденная ошибка"
507
 
@@ -668,9 +668,8 @@ msgstr ""
668
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
669
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
670
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
671
- #: views/restore.php:249 views/restore.php:250 views/restore.php:251
672
- #: views/restore.php:252 views/restore.php:253 views/restore.php:254
673
- #: views/restore.php:256
674
  msgid "Done"
675
  msgstr "Готово"
676
 
@@ -679,9 +678,8 @@ msgstr "Готово"
679
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
680
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
681
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
682
- #: views/restore.php:249 views/restore.php:250 views/restore.php:251
683
- #: views/restore.php:252 views/restore.php:253 views/restore.php:254
684
- #: views/restore.php:256
685
  msgid "Failed"
686
  msgstr " Неудачная"
687
 
@@ -972,8 +970,8 @@ msgstr ""
972
 
973
  #: views/restore.php:214
974
  msgid ""
975
- "* Reload this page when done uploading to see new backups appear in the "
976
- "Available Backups section above. "
977
  msgstr ""
978
 
979
  #: views/restore.php:244
@@ -996,136 +994,138 @@ msgstr ""
996
  msgid "Deactivating plugins"
997
  msgstr "Деактивация плагинов"
998
 
999
- #: views/restore.php:249
1000
- msgid "Creating database restore point"
1001
- msgstr "Создание точки восстановления БД"
1002
-
1003
  #: views/restore.php:250
1004
- msgid "Staging content files"
1005
  msgstr ""
1006
 
1007
  #: views/restore.php:251
1008
- msgid "Restoring content files"
1009
- msgstr "Восстановление файлов с контентом"
1010
-
1011
- #: views/restore.php:252
1012
- msgid "Restoring database"
1013
- msgstr "Восстановление базы данных"
1014
 
1015
  #: views/restore.php:253
1016
- msgid "Updating current user info"
1017
- msgstr "Обновление информации о текущем пользователе"
1018
 
1019
  #: views/restore.php:254
1020
- msgid "Updating site URL"
1021
- msgstr "Обновление URL сайта"
1022
 
1023
  #: views/restore.php:256
 
 
 
 
1024
  msgid "Updating permalinks"
1025
  msgstr "Обновление постоянных ссылок"
1026
 
1027
- #: views/restore.php:262
1028
  msgid "Error 201: No file selected"
1029
  msgstr "Ошибка 201: Файлов не выбрано"
1030
 
1031
- #: views/restore.php:263
1032
  msgid "Error 202: Your file could not be uploaded"
1033
  msgstr "Ошибка 202: Ваш файл не может быть загружен"
1034
 
1035
- #: views/restore.php:264
1036
  msgid "Error 203: Your backup could not be unzipped"
1037
  msgstr "Ошибка 203: Ваш бекап не может быть распакован"
1038
 
1039
- #: views/restore.php:265
1040
  msgid ""
1041
  "Error 204: Your backup appears to be invalid. Please ensure you selected a "
1042
  "valid backup"
1043
  msgstr ""
1044
 
1045
- #: views/restore.php:266
1046
  msgid "Error 205: Cannot create restore point"
1047
  msgstr "Ошибка 205: Не удалось создать точку восстановления"
1048
 
1049
- #: views/restore.php:267
1050
  msgid "Error 206: Unable to connect to your database"
1051
  msgstr "Ошибка 206: Не удалось подключиться к вашей БД"
1052
 
1053
- #: views/restore.php:268
1054
  msgid ""
1055
  "Error 207: Unable to get current site URL from database. Please try again"
1056
  msgstr ""
1057
 
1058
- #: views/restore.php:269
1059
  msgid ""
1060
  "Error 208: Unable to get current home URL from database. Please try again"
1061
  msgstr ""
1062
 
1063
- #: views/restore.php:270
1064
  msgid ""
1065
  "Error 209: Unable to get current user ID from database. Please try again"
1066
  msgstr ""
1067
 
1068
- #: views/restore.php:271
1069
  msgid ""
1070
  "Error 210: Unable to get current user password from database. Please try "
1071
  "again"
1072
  msgstr ""
1073
 
1074
- #: views/restore.php:272
1075
  msgid ""
1076
  "Error 211: Unable to get current user email from database. Please try again"
1077
  msgstr ""
1078
 
1079
- #: views/restore.php:273
1080
  msgid ""
1081
  "Error 212: Unable to import your database. This may require importing the "
1082
  "file manually"
1083
  msgstr ""
1084
 
1085
- #: views/restore.php:274
 
 
 
 
 
 
1086
  msgid ""
1087
  "Warning 213: Unable to update your site URL value. Please check your "
1088
  "WordPress general settings to make sure your Site and WordPress URLs are "
1089
  "correct"
1090
  msgstr ""
1091
 
1092
- #: views/restore.php:275
1093
  msgid ""
1094
  "Warning 214: Unable to update your home URL value. Please check your "
1095
  "WordPress general settings to make sure your Site and WordPress URLs are "
1096
  "correct"
1097
  msgstr ""
1098
 
1099
- #: views/restore.php:276
1100
  msgid ""
1101
  "Warning 215: Unable to update your user information. This may require you to "
1102
  "login with the admin username and password that was used when the backup was "
1103
  "created"
1104
  msgstr ""
1105
 
1106
- #: views/restore.php:277
1107
  msgid "Error 216: Database not found in backup"
1108
  msgstr "Ошибка 216: База данных не найдена в бекапе"
1109
 
1110
- #: views/restore.php:278
1111
  msgid "Warning 217: Unable to remove existing wp-content directory"
1112
  msgstr ""
1113
 
1114
- #: views/restore.php:279
1115
  msgid ""
1116
  "Error 218: Unable to create new wp-content directory. Please check your "
1117
  "CHMOD settings in /wp-content/"
1118
  msgstr ""
1119
 
1120
- #: views/restore.php:280
1121
  msgid "Error 219: Unable to import wp-content. Please try again"
1122
  msgstr ""
1123
 
1124
- #: views/restore.php:281
1125
  msgid "Warning 220: Unable to cleanup import directory. No action is required"
1126
  msgstr ""
1127
 
1128
- #: views/restore.php:282
1129
  #, php-format
1130
  msgid ""
1131
  "Error 221: Table prefix value in wp-config.php is different from backup. "
@@ -1134,11 +1134,11 @@ msgid ""
1134
  "> FAQs</a> for more info."
1135
  msgstr ""
1136
 
1137
- #: views/restore.php:283
1138
  msgid "Error 222: Unable to create restore folder"
1139
  msgstr ""
1140
 
1141
- #: views/restore.php:284
1142
  msgid ""
1143
  "Error 223: An error occurred during the restore. WPBackItUp attempted to "
1144
  "restore the database to its previous state but were unsuccessful. Please "
@@ -1146,143 +1146,147 @@ msgid ""
1146
  "further restores"
1147
  msgstr ""
1148
 
1149
- #: views/restore.php:285
1150
  msgid ""
1151
  "Error 224: An error occurred during the restore, however, we have "
1152
  "successfully restored your database to the previous state"
1153
  msgstr ""
1154
 
1155
- #: views/restore.php:286
1156
  msgid ""
1157
  "Error 225: Restore option is only available to licensed WPBackItUp users"
1158
  msgstr ""
1159
 
1160
- #: views/restore.php:287
1161
  msgid ""
1162
  "Error 226: Restore cannot proceed because your backup was created using a "
1163
  "different version of WordPress"
1164
  msgstr ""
1165
 
1166
- #: views/restore.php:288
1167
  msgid ""
1168
  "Error 227: Restore cannot proceed because your backup was created using a "
1169
  "different version of WPBackItUp. Please contact WPBackItUp support to help "
1170
  "convert this backup to the current version"
1171
  msgstr ""
1172
 
1173
- #: views/restore.php:289
1174
  msgid ""
1175
  "Error 230: WPBackItUp ran into unexpected errors during the database "
1176
  "restore. However, we were able to successfully revert the database back to "
1177
  "its original state . This error may require importing the database manually"
1178
  msgstr ""
1179
 
1180
- #: views/restore.php:290
1181
  msgid ""
1182
  "Error 235: WPBackItUp is not able to proceed because there is no zip utility "
1183
  "available. Please contact support"
1184
  msgstr ""
1185
 
1186
- #: views/restore.php:291
1187
  msgid ""
1188
  "Error 250: WPBackItUp is unable to begin the restore because a backup is "
1189
  "running. Please wait for the backup to complete and then try again"
1190
  msgstr ""
1191
 
1192
- #: views/restore.php:293
1193
  msgid ""
1194
  "Error 260: WPBackItUp is unable to extract archives from backup set. Please "
1195
  "try again and contact support if this issue continues"
1196
  msgstr ""
1197
 
1198
- #: views/restore.php:294
1199
  msgid ""
1200
  "Error 261: WPBackItUp is unable to extract archives from backup set. Please "
1201
  "try again and contact support if this issue continues"
1202
  msgstr ""
1203
 
1204
- #: views/restore.php:295
1205
  msgid ""
1206
  "Error 262: There were no backup files found in the backup folder. Please "
1207
  "try again and contact support if this issue continues"
1208
  msgstr ""
1209
 
1210
- #: views/restore.php:297
1211
  msgid ""
1212
  "Error 251: WPBackItUp is unable to begin the restore because the backup "
1213
  "manifest is empty"
1214
  msgstr ""
1215
 
1216
- #: views/restore.php:298
1217
  msgid ""
1218
  "Error 252: At least one zip file is missing from your backup set. Please "
1219
  "make sure to upload all zip files that were part of this backup"
1220
  msgstr ""
1221
 
1222
- #: views/restore.php:299
1223
  msgid ""
1224
  "Error 253: Backup set contains a zip file that is not in the manifest. "
1225
  "Please make sure to upload only zip files that were part of this backup"
1226
  msgstr ""
1227
 
1228
- #: views/restore.php:300
1229
  msgid ""
1230
  "Error 254: The size of one the zip files in this backup set does not match "
1231
  "the manifest so is most likely corrupt. Upload all zip files in this backup "
1232
  "set again and attempt the restore one more time. "
1233
  msgstr ""
1234
 
1235
- #: views/restore.php:301
1236
  msgid ""
1237
  "Error 255: Backup set does not contain a manifest. Please make sure to "
1238
  "upload all zip files that were part of this backup"
1239
  msgstr ""
1240
 
1241
- #: views/restore.php:303
1242
  msgid ""
1243
  "Warning 300: Unable to restore all WordPress content. Please review your "
1244
  "restore logs to see what WPBackItUp was unable to restore"
1245
  msgstr ""
1246
 
1247
- #: views/restore.php:304
1248
  msgid ""
1249
  "Warning 305: Unable to restore all plugins. Please review your restore logs "
1250
  "to see what WPBackItUp was unable to restore"
1251
  msgstr ""
1252
 
1253
- #: views/restore.php:306
1254
  msgid "Error 2001: Unable to prepare site for restore"
1255
  msgstr "Ошибка 2001: Не удалось подготовить сайт к восстановлению"
1256
 
1257
- #: views/restore.php:307
1258
  msgid "Error 2002: Unable to unzip backup"
1259
  msgstr "Ошибка 2002: Не удалось распаковать бекап"
1260
 
1261
- #: views/restore.php:308
1262
  msgid "Error 2003: Unable to validate backup"
1263
  msgstr "Ошибка 2003: Не удалось проверить бекап"
1264
 
1265
- #: views/restore.php:309
1266
  msgid "Error 2004: Unable to create restore point"
1267
  msgstr "Ошибка 2004: Не удалось создать точку восстановления"
1268
 
1269
- #: views/restore.php:310
1270
  msgid "Error 2005: Unable to stage wp-content"
1271
  msgstr ""
1272
 
1273
- #: views/restore.php:311
1274
  msgid "Error 2006: Unable to restore content files"
1275
  msgstr "Ошибка 2006: Не удалось восстановить файлы контента"
1276
 
1277
- #: views/restore.php:312
1278
  msgid "Error 2007: Unable to restore database"
1279
  msgstr "Ошибка 2007: Не удалось восстановить БД"
1280
 
1281
- #: views/restore.php:313
 
 
 
 
1282
  msgid "Error 2999: Unexpected error encountered"
1283
  msgstr "Ошибка 2999: Возникла непредвиденная ошибка"
1284
 
1285
- #: views/restore.php:320
1286
  msgid ""
1287
  "Restore completed successfully. If you are prompted to login please do so "
1288
  "with your current username and password"
@@ -1293,43 +1297,44 @@ msgstr ""
1293
  msgid "%s Settings"
1294
  msgstr "Настройки %s"
1295
 
1296
- #: views/settings.php:48
1297
  msgid "Settings updated successfully!"
1298
  msgstr "Настройки успешно сохранены!"
1299
 
1300
- #: views/settings.php:61
1301
  msgid "Email Notifications"
1302
  msgstr "Уведомления по электронной почте"
1303
 
1304
- #: views/settings.php:62
1305
  msgid ""
1306
  "Please enter your email address if you would like to receive backup email "
1307
  "notifications."
1308
  msgstr ""
1309
 
1310
- #: views/settings.php:63
1311
  msgid ""
1312
  "Backup email notifications will be sent for every backup and will contain "
1313
  "status information related to the backup."
1314
  msgstr ""
1315
 
1316
- #: views/settings.php:65 views/settings.php:85 views/settings.php:108
1317
- #: views/settings.php:115 views/settings.php:123 views/settings.php:154
1318
- #: views/settings.php:188 views/settings.php:226 views/settings.php:235
 
1319
  msgid "Save"
1320
  msgstr "Сохранить"
1321
 
1322
- #: views/settings.php:81
1323
  msgid "Backup Retention"
1324
  msgstr ""
1325
 
1326
- #: views/settings.php:82
1327
  msgid ""
1328
  "Enter the number of backup archives that you would like to remain on the "
1329
  "server."
1330
  msgstr ""
1331
 
1332
- #: views/settings.php:83
1333
  msgid ""
1334
  "Many hosts limit the amount of space that you can take up on their servers. "
1335
  "This option tells WPBackItUp the maximum number of backup archives that "
@@ -1337,65 +1342,83 @@ msgid ""
1337
  "oldest backup archives first."
1338
  msgstr ""
1339
 
1340
- #: views/settings.php:102
1341
  msgid "Logging?"
1342
  msgstr ""
1343
 
1344
- #: views/settings.php:103
1345
  msgid "Turn on WPBackItUp logging."
1346
  msgstr ""
1347
 
1348
- #: views/settings.php:104
1349
  msgid ""
1350
  "This option should only be turned on by advanced users or when "
1351
  "troubleshooting issues with WPBackItUp support."
1352
  msgstr ""
1353
 
1354
- #: views/settings.php:105
1355
  msgid "Yes"
1356
  msgstr "Да"
1357
 
1358
- #: views/settings.php:106
1359
  msgid "No"
1360
  msgstr "Нет"
1361
 
1362
- #: views/settings.php:112
1363
  msgid "Disable restore version compare?"
1364
  msgstr ""
1365
 
1366
- #: views/settings.php:114
1367
  msgid ""
1368
  "Check this box if you would like WPBackItUp not to check major version "
1369
  "issue. This could be dangerous, you can disable it with your own risk."
1370
  msgstr ""
1371
 
1372
- #: views/settings.php:119
1373
  msgid "Single File Backup Set"
1374
  msgstr ""
1375
 
1376
- #: views/settings.php:121
1377
  msgid ""
1378
- "Check this box if you would like WPBackItUp to create a single file backup "
1379
- "set."
1380
  msgstr ""
1381
 
1382
- #: views/settings.php:122
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1383
  msgid ""
1384
  "When this setting is turned on WPBackItUp will attempt to create a single "
1385
- "file backup set. If WPBackItUp is unable to create a single file backup set "
1386
- "then it will turn this setting off for you. Creating a single file backup "
1387
- "set may not be possible with hosts that strictly limit memory utilization."
1388
  msgstr ""
1389
 
1390
- #: views/settings.php:127
1391
  msgid "Batch Size"
1392
  msgstr ""
1393
 
1394
- #: views/settings.php:128
1395
  msgid "Enter the batch size for each of your content items."
1396
  msgstr ""
1397
 
1398
- #: views/settings.php:129
1399
  msgid ""
1400
  "These settings tell WPBackItUp how many items that should be added to the "
1401
  "backup at a time. If you experience timeouts while running a backup then "
@@ -1403,85 +1426,85 @@ msgid ""
1403
  "WPBackItUp to complete each backup task ."
1404
  msgstr ""
1405
 
1406
- #: views/settings.php:132
1407
  msgid "DB Tables Batch Size"
1408
  msgstr ""
1409
 
1410
- #: views/settings.php:137
1411
  msgid "Plugins Batch Size"
1412
  msgstr ""
1413
 
1414
- #: views/settings.php:142
1415
  msgid "Themes Batch Size"
1416
  msgstr ""
1417
 
1418
- #: views/settings.php:147
1419
  msgid "Uploads Batch Size"
1420
  msgstr ""
1421
 
1422
- #: views/settings.php:152
1423
  msgid "Others Batch Size"
1424
  msgstr ""
1425
 
1426
- #: views/settings.php:155 views/settings.php:189 views/settings.php:227
1427
  msgid ""
1428
  "* These settings should only be modified by advanced users or when when "
1429
  "working with WPBackItUp support."
1430
  msgstr ""
1431
 
1432
- #: views/settings.php:167
1433
  msgid "Filter Your Folders"
1434
  msgstr ""
1435
 
1436
- #: views/settings.php:168
1437
  msgid ""
1438
  "Enter a comma separated list of folders that should be excluded from your "
1439
  "backups."
1440
  msgstr ""
1441
 
1442
- #: views/settings.php:169
1443
  msgid ""
1444
  "It is important to note that when a folder name is present in this list any "
1445
  "occurrence of that folder, and all its contents, will be excluded from the "
1446
  "backup."
1447
  msgstr ""
1448
 
1449
- #: views/settings.php:171
1450
  msgid "Plugin Folders Filter"
1451
  msgstr ""
1452
 
1453
- #: views/settings.php:176
1454
  msgid "Theme Folders Filter"
1455
  msgstr ""
1456
 
1457
- #: views/settings.php:181
1458
  msgid "Upload Folders Filter"
1459
  msgstr ""
1460
 
1461
- #: views/settings.php:185
1462
  msgid "Other Folders Filter"
1463
  msgstr ""
1464
 
1465
- #: views/settings.php:194
1466
  msgid "Filter Your Database Tables"
1467
  msgstr ""
1468
 
1469
- #: views/settings.php:195
1470
  msgid "Exclude custom database tables from the backup."
1471
  msgstr ""
1472
 
1473
- #: views/settings.php:196
1474
  msgid ""
1475
  "If you would like to exclude a custom table from the backup then simply drag "
1476
  "it to the list on the right. WordPress core tables may not be excluded from "
1477
  "the backup. "
1478
  msgstr ""
1479
 
1480
- #: views/settings.php:232
1481
  msgid "Remove Data on Uninstall?"
1482
  msgstr "Удалять данные при деинстолящии?"
1483
 
1484
- #: views/settings.php:234
1485
  msgid ""
1486
  "Check this box if you would like WPBackItUp to completely remove all of its "
1487
  "data when the plugin is deleted."
@@ -1541,34 +1564,43 @@ msgstr ""
1541
  msgid "Premium customers receive priority support."
1542
  msgstr ""
1543
 
1544
- #: wp-backitup.php:93 wp-backitup.php:94
1545
  #, php-format
1546
  msgid "Every %s hours"
1547
  msgstr "Каждые %s часов"
1548
 
1549
- #: wp-backitup.php:95 wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98
1550
- #: wp-backitup.php:99
1551
  #, php-format
1552
  msgid "WPBUP - Every %s minutes"
1553
  msgstr "WPBUP - Каждые %s минут"
1554
 
1555
- #: wp-backitup.php:101
1556
  msgid "WPBUP - Once Weekly"
1557
  msgstr "WPBUP - Раз в неделю"
1558
 
1559
- #: wp-backitup.php:102
1560
  msgid "WPBUP - Once Monthly"
1561
  msgstr "WPBUP - Раз в месяц"
1562
 
1563
- #: wp-backitup.php:103 wp-backitup.php:104
1564
  #, php-format
1565
  msgid "WPBUP - Every %s hours"
1566
  msgstr "WPBUP - Каждые %s часов"
1567
 
1568
- #: wp-backitup.php:113
1569
  msgid "Local File"
1570
  msgstr ""
1571
 
1572
- #: wp-backitup.php:170
1573
  msgid "Cleanup"
1574
  msgstr "Очистка"
 
 
 
 
 
 
 
 
 
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: WPBackItUp\n"
8
+ "POT-Creation-Date: 2016-08-14 10:54-0400\n"
9
+ "PO-Revision-Date: 2016-08-14 10:54-0400\n"
10
  "Last-Translator: Chris Simmons <chris.simmons01@gmail.com>\n"
11
  "Language-Team: Russian (Russia) (http://www.transifex.com/wp-translations/wp-"
12
  "backitup/language/ru_RU/)\n"
27
  msgid "Every %d Minutes"
28
  msgstr ""
29
 
30
+ #: lib/includes/class-wpbackitup-admin.php:216 views/backup.php:277
31
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
32
+ #: wp-backitup.php:143
33
  msgid "Backup"
34
  msgstr "Резервная копия"
35
 
36
+ #: lib/includes/class-wpbackitup-admin.php:220
37
+ #: lib/includes/class-wpbackitup-admin.php:258 views/restore.php:136
38
+ #: wp-backitup.php:157
39
  msgid "Restore"
40
  msgstr "Восстановить"
41
 
42
+ #: lib/includes/class-wpbackitup-admin.php:224
43
  msgid "Support"
44
  msgstr "Поддержка"
45
 
46
+ #: lib/includes/class-wpbackitup-admin.php:227
47
  msgid "Settings"
48
  msgstr "Настройки"
49
 
50
+ #: lib/includes/class-wpbackitup-admin.php:251
51
  msgid ""
52
  "The backup you have selected exceeds what your host allows you to upload."
53
  msgstr ""
54
  "Резервная копия, которую вы указали, больше чем позволяет ваш сервер для "
55
  "загрузки."
56
 
57
+ #: lib/includes/class-wpbackitup-admin.php:252 views/backup.php:439
58
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
59
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
60
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
61
  msgid "Warning"
62
  msgstr "Внимание"
63
 
64
+ #: lib/includes/class-wpbackitup-admin.php:253 views/backup.php:253
65
  #: views/backup.php:376
66
  msgid "Error"
67
  msgstr "Ошибка"
68
 
69
+ #: lib/includes/class-wpbackitup-admin.php:254
70
  msgid "Response"
71
  msgstr "Ответ"
72
 
73
+ #: lib/includes/class-wpbackitup-admin.php:255 views/backup.php:352
74
  #: views/backup.php:430 views/restore.php:230
75
  msgid "Status"
76
  msgstr "Статус"
77
 
78
+ #: lib/includes/class-wpbackitup-admin.php:256
79
  msgid "Download"
80
  msgstr "Скачать"
81
 
82
+ #: lib/includes/class-wpbackitup-admin.php:257 views/backup.php:407
83
  #: views/restore.php:129
84
  msgid "Delete"
85
  msgstr "Удалить"
86
 
87
+ #: lib/includes/class-wpbackitup-admin.php:259
88
  msgid "(JS997) Unexpected error"
89
  msgstr "(JS997) Непредвиденная ошибка"
90
 
91
+ #: lib/includes/class-wpbackitup-admin.php:260
92
  msgid "(JS998) Unexpected error"
93
  msgstr "(JS998) Непредвиденная ошибка"
94
 
95
+ #: lib/includes/class-wpbackitup-admin.php:261
96
  msgid "(JS999) An unexpected error has occurred"
97
  msgstr "(JS999) Произошла непредвиденная ошибка"
98
 
99
+ #: lib/includes/class-wpbackitup-admin.php:262
100
  msgid "Scheduled has been saved."
101
  msgstr ""
102
 
103
+ #: lib/includes/class-wpbackitup-admin.php:263
104
  msgid "Scheduled was not saved."
105
  msgstr ""
106
 
107
+ #: lib/includes/class-wpbackitup-admin.php:264
108
  msgid "Are you sure you want to restore your site?"
109
  msgstr "Вы действительно хотите восстановить ваш сайт?"
110
 
111
+ #: lib/includes/class-wpbackitup-admin.php:265
112
  msgid "Are you sure ?"
113
  msgstr "Вы уверены?"
114
 
115
+ #: lib/includes/class-wpbackitup-admin.php:266
116
  msgid "This file cannot be delete!"
117
  msgstr ""
118
 
119
+ #: lib/includes/class-wpbackitup-admin.php:267
120
  msgid "View Log"
121
  msgstr "Смотреть лог"
122
 
123
+ #: lib/includes/class-wpbackitup-admin.php:268
124
  msgid "New Backup!"
125
  msgstr "Новый бекап!"
126
 
127
+ #: lib/includes/class-wpbackitup-admin.php:269
128
  msgid "Uploaded Backup"
129
  msgstr "Загруженный бекап"
130
 
131
+ #: lib/includes/class-wpbackitup-admin.php:606
132
  msgid "Backup Queued"
133
  msgstr ""
134
 
135
+ #: lib/includes/class-wpbackitup-admin.php:615
136
  msgid "Backup could not be queued"
137
  msgstr ""
138
 
139
+ #: lib/includes/class-wpbackitup-admin.php:627
140
  msgid "Job is already in queue."
141
  msgstr ""
142
 
143
+ #: lib/includes/class-wpbackitup-admin.php:665
144
  msgid "No backup file selected."
145
  msgstr ""
146
 
147
+ #: lib/includes/class-wpbackitup-admin.php:672
148
  msgid "No user id found."
149
  msgstr "Id пользователя не найдено."
150
 
151
+ #: lib/includes/class-wpbackitup-admin.php:710
152
  msgid "Restore Queued"
153
  msgstr ""
154
 
155
+ #: lib/includes/class-wpbackitup-admin.php:719
156
  msgid "Restore could not be queued"
157
  msgstr ""
158
 
159
+ #: lib/includes/class-wpbackitup-admin.php:725
160
  msgid "Restore already in queue"
161
  msgstr ""
162
 
163
+ #: lib/includes/class-wpbackitup-admin.php:757
164
  msgid "No job id posted"
165
  msgstr ""
166
 
167
+ #: lib/includes/class-wpbackitup-admin.php:765 views/backup.php:467
168
  msgid "Backup Cancelled"
169
  msgstr "Бекап отменён"
170
 
171
+ #: lib/includes/class-wpbackitup-admin.php:767
172
  msgid "Backup job not found"
173
  msgstr ""
174
 
175
+ #: lib/includes/class-wpbackitup-admin.php:975
176
  msgid "No response log found."
177
  msgstr ""
178
 
179
+ #: lib/includes/class-wpbackitup-admin.php:1077
180
+ #: lib/includes/class-wpbackitup-admin.php:1085
181
+ #: lib/includes/class-wpbackitup-admin.php:1137
182
+ #: lib/includes/class-wpbackitup-admin.php:1144
183
+ #: lib/includes/class-wpbackitup-admin.php:1151
184
+ #: lib/includes/class-wpbackitup-admin.php:1158
185
+ #: lib/includes/class-wpbackitup-admin.php:1165
186
  msgid "Please enter a number"
187
  msgstr "Пожалуйста, введите номер"
188
 
189
+ #: lib/includes/class-wpbackitup-admin.php:1106
190
+ #: lib/includes/class-wpbackitup-admin.php:1274
191
  msgid "Please enter a valid email"
192
  msgstr "Пожалуйста, введите корректный адрес электронной почты"
193
 
194
+ #: lib/includes/class-wpbackitup-admin.php:1281
195
  msgid "Please enter your support ticket id"
196
  msgstr "Пожалуйста, введите id тикета поддержки"
197
 
198
+ #: lib/includes/class-wpbackitup-admin.php:1286
199
  msgid "Please only enter numbers in this field"
200
  msgstr "Пожалуйста, введите только цифры в это поле"
201
 
202
+ #: lib/includes/class-wpbackitup-admin.php:2093
203
+ #: lib/includes/class-wpbackitup-admin.php:2113
204
  msgid ""
205
  "License could not be activated. Please try again in a few hours and contact "
206
  "support if this error continues."
207
  msgstr ""
208
 
209
+ #: lib/includes/class-wpbackitup-admin.php:2162
210
  msgid "License is invalid."
211
  msgstr "Лицензия некорректна."
212
 
213
+ #: lib/includes/class-wpbackitup-admin.php:2167
214
  msgid "License has expired."
215
  msgstr "Лицензия просрочена."
216
 
217
+ #: lib/includes/class-wpbackitup-admin.php:2170
218
  #, php-format
219
  msgid ""
220
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
222
  "<strong>world class support</strong> team."
223
  msgstr ""
224
 
225
+ #: lib/includes/class-wpbackitup-admin.php:2184
226
  msgid "License Expired: Scheduled backups are no longer active."
227
  msgstr "Лицензия просрочена: Запланированые бекапы больше не доступны."
228
 
229
+ #: lib/includes/class-wpbackitup-admin.php:2192
230
  msgid "Activation limit has been reached."
231
  msgstr "Достигнут лимит активаций."
232
 
233
+ #: lib/includes/class-wpbackitup-admin.php:2198
234
  msgid "Your Activation limit has been reached"
235
  msgstr "Ваш лимит активаций достигнут"
236
 
259
  msgid "Could not import file into WPBackItUp backup set."
260
  msgstr ""
261
 
262
+ #: lib/includes/job_backup.php:1144
263
  #, php-format
264
  msgid ""
265
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
269
  "of product updates and access to our world class support team.<br/><br/>"
270
  msgstr ""
271
 
272
+ #: lib/includes/job_backup.php:1149
273
  #, php-format
274
  msgid "%s - Backup completed successfully."
275
  msgstr "%s - Бекап успешно завершен."
276
 
277
+ #: lib/includes/job_backup.php:1150
278
  msgid "Your backup completed successfully."
279
  msgstr "Ваш бекап успешно завершен."
280
 
281
+ #: lib/includes/job_backup.php:1153
282
  #, php-format
283
  msgid "%s - Backup did not complete successfully."
284
  msgstr "%s - Бекап завершен неудачно."
285
 
286
+ #: lib/includes/job_backup.php:1154
287
  msgid "Your backup did not complete successfully."
288
  msgstr "Ваш бекап завершен неудачно."
289
 
290
+ #: lib/includes/job_backup.php:1161
291
  #, php-format
292
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
293
  msgstr "WordPress сайт: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
294
 
295
+ #: lib/includes/job_backup.php:1162
296
  msgid "Backup date:"
297
  msgstr "Дата бекапа:"
298
 
299
+ #: lib/includes/job_backup.php:1163
300
  msgid "Number of backups completed with WPBackItUp:"
301
  msgstr ""
302
 
303
+ #: lib/includes/job_backup.php:1165
304
  msgid "Completion Code:"
305
  msgstr ""
306
 
307
+ #: lib/includes/job_backup.php:1166
308
  msgid "WPBackItUp Version:"
309
  msgstr ""
310
 
311
+ #: lib/includes/job_backup.php:1178
312
  #, php-format
313
  msgid "Checkout %s for info about WPBackItUp and our other products."
314
  msgstr ""
315
 
316
+ #: lib/includes/job_backup.php:1345
317
  msgid ""
318
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
319
  "settings of your wp-backitup backup directory"
320
  msgstr ""
321
 
322
+ #: lib/includes/job_backup.php:1346
323
  msgid ""
324
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
325
  "your wp-backitup plugin directory"
326
  msgstr ""
327
 
328
+ #: lib/includes/job_backup.php:1347
329
  msgid "(103) Unable to backup your files. Please try again"
330
  msgstr "(103) Не удалось сделать бекап файлов. Пожалуйста, попробуйте снова"
331
 
332
+ #: lib/includes/job_backup.php:1348
333
  msgid "(104) Unable to export your database. Please try again"
334
  msgstr "(104) Не удалось сделать экспорт БД. Пожалуйста, попробуйте снова."
335
 
336
+ #: lib/includes/job_backup.php:1349
337
  msgid "(105) Unable to export site information file. Please try again"
338
  msgstr ""
339
  "(105) Не удалось экспортировать файл с информацией о сайте. Пожалуйста, "
340
  "попробуйте снова"
341
 
342
+ #: lib/includes/job_backup.php:1350
343
  msgid "(106) Unable to cleanup your backup directory"
344
  msgstr "(106) Не удалось очистить директорию бекапа"
345
 
346
+ #: lib/includes/job_backup.php:1351
347
  msgid "(107) Unable to compress(zip) your backup. Please try again"
348
  msgstr "(107) Не удалось сжать(zip) ваш бекап. Пожалуйста, попробуйте снова"
349
 
350
+ #: lib/includes/job_backup.php:1352
351
  msgid "(108) Unable to backup your site data files. Please try again"
352
  msgstr ""
353
  "(108) Не удалось сделать бекап файлов данных сайта. Пожалуйста, попробуйте "
354
  "снова"
355
 
356
+ #: lib/includes/job_backup.php:1353
357
  msgid "(109) Unable to finalize backup. Please try again"
358
  msgstr "(109) Не удалось завершить бекап. Пожалуйста, попробуйте снова"
359
 
360
+ #: lib/includes/job_backup.php:1354
361
  msgid "(110) Unable to create backup manifest. Please try again"
362
  msgstr ""
363
 
364
+ #: lib/includes/job_backup.php:1355
365
  msgid ""
366
  "(114) Your database was accessible but an export could not be created. "
367
  "Please contact support by clicking the get support link on the right. Please "
368
  "let us know who your host is when you submit the request"
369
  msgstr ""
370
 
371
+ #: lib/includes/job_backup.php:1356
372
  msgid "(120) Unable to backup your themes. Please try again"
373
  msgstr "(120) Не удалось сделать бекап ваших тем. Пожалуйста, попробуйте снова"
374
 
375
+ #: lib/includes/job_backup.php:1357
376
  msgid "(121) Unable to backup your plugins. Please try again"
377
  msgstr ""
378
  "(121) Не удалось сделать бекап ваших плагинов. Пожалуйста, попробуйте снова"
379
 
380
+ #: lib/includes/job_backup.php:1358
381
  msgid "(122) Unable to backup your uploads. Please try again"
382
  msgstr ""
383
  "(122) Не удалось сделать бекап ваших загрузок. Пожалуйста, попробуйте снова"
384
 
385
+ #: lib/includes/job_backup.php:1359
386
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
387
  msgstr ""
388
  "(123) Не удалось сделать бекап различных ваших файлов. Пожалуйста, "
389
  "попробуйте снова"
390
 
391
+ #: lib/includes/job_backup.php:1360
392
  msgid ""
393
  "(125) Unable to compress your backup because there is no zip utility "
394
  "available. Please contact support"
395
  msgstr ""
396
 
397
+ #: lib/includes/job_backup.php:1361
398
  msgid "(126) Unable to validate your backup. Please try again"
399
  msgstr "(126) Не удалось проверить ваш бекап. Пожалуйста, попробуйте снова"
400
 
401
+ #: lib/includes/job_backup.php:1362
402
  msgid "(127) Unable to create inventory of files to backup. Please try again"
403
  msgstr ""
404
 
405
+ #: lib/includes/job_backup.php:1363
406
  msgid "(128) Unable to create job control record. Please try again"
407
  msgstr ""
408
 
409
+ #: lib/includes/job_backup.php:1365
410
  msgid ""
411
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
412
  "settings of your wp-backitup backup directory"
413
  msgstr ""
414
 
415
+ #: lib/includes/job_backup.php:1366
416
  msgid ""
417
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
418
  "your wp-backitup plugin directory"
419
  msgstr ""
420
 
421
+ #: lib/includes/job_backup.php:1367
422
  msgid "(2103) Unable to backup your files. Please try again"
423
  msgstr ""
424
  "(2103) Не удалось сделать бекап ваших файлов. Пожалуйста, попробуйте снова"
425
 
426
+ #: lib/includes/job_backup.php:1368
427
  msgid "(2104) Unable to export your database. Please try again"
428
  msgstr "(2104) Не удалось сделать бекап вашей БД. Пожалуйста, попробуйте снова"
429
 
430
+ #: lib/includes/job_backup.php:1369
431
  msgid "(2105) Unable to export site information file. Please try again"
432
  msgstr ""
433
  "(2105) Не удалось экспорт файла с информацией о сайте. Пожалуйста, "
434
  "попробуйте снова"
435
 
436
+ #: lib/includes/job_backup.php:1370
437
  msgid "(2106) Unable to cleanup your backup directory"
438
  msgstr "(2106) Не удалось очистить вашу директорию бекапа"
439
 
440
+ #: lib/includes/job_backup.php:1371
441
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
442
  msgstr "(2107) Не удалось сжать(zip) ваш бекап. Пожалуйста, попробуйте снова"
443
 
444
+ #: lib/includes/job_backup.php:1372
445
  msgid "(2108) Unable to backup your site data files. Please try again"
446
  msgstr ""
447
  "(2108) Не удалось сделать бекап файлов данных сайта. Пожалуйста, попробуйте "
448
  "снова"
449
 
450
+ #: lib/includes/job_backup.php:1373
451
  msgid "(2109) Unable to finalize backup. Please try again"
452
  msgstr "(2109) Не удалось завершить бекап. Пожалуйста, попробуйте снова"
453
 
454
+ #: lib/includes/job_backup.php:1374
455
  msgid "(2110) Unable to create backup manifest. Please try again"
456
  msgstr ""
457
 
458
+ #: lib/includes/job_backup.php:1375
459
  msgid ""
460
  "(2114) Your database was accessible but an export could not be created. "
461
  "Please contact support by clicking the get support link on the right. Please "
462
  "let us know who your host is when you submit the request"
463
  msgstr ""
464
 
465
+ #: lib/includes/job_backup.php:1376
466
  msgid "(2120) Unable to backup your themes. Please try again"
467
  msgstr ""
468
  "(2120) Не удалось сделать бекап ваших тем. Пожалуйста, попробуйте снова"
469
 
470
+ #: lib/includes/job_backup.php:1377
471
  msgid "(2121) Unable to backup your plugins. Please try again"
472
  msgstr ""
473
  "(2121) Не удалось сделать бекап ваших плагинов. Пожалуйста, попробуйте снова"
474
 
475
+ #: lib/includes/job_backup.php:1378
476
  msgid "(2122) Unable to backup your uploads. Please try again"
477
  msgstr ""
478
  "(2122) Не удалось сделать бекап ваших загрузок. Пожалуйста, попробуйте снова"
479
 
480
+ #: lib/includes/job_backup.php:1379
481
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
482
  msgstr ""
483
  "(2123) Не удалось сделать бекап различных ваших файлов. Пожалуйста, "
484
  "попробуйте снова"
485
 
486
+ #: lib/includes/job_backup.php:1380
487
  msgid ""
488
  "(2125) Unable to compress your backup because there is no zip utility "
489
  "available. Please contact support"
490
  msgstr ""
491
 
492
+ #: lib/includes/job_backup.php:1381
493
  msgid "(2126) Unable to validate your backup. Please try again"
494
  msgstr "(2126) Не удалось проверить ваш бекап. Пожалуйста, попробуйте снова"
495
 
496
+ #: lib/includes/job_backup.php:1382
497
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
498
  msgstr ""
499
 
500
+ #: lib/includes/job_backup.php:1383
501
  msgid "(2128) Unable to create job control record. Please try again"
502
  msgstr ""
503
 
504
+ #: lib/includes/job_backup.php:1386
505
  msgid "(999) Unexpected error"
506
  msgstr "(999) Непредвиденная ошибка"
507
 
668
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
669
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
670
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
671
+ #: views/restore.php:250 views/restore.php:251 views/restore.php:253
672
+ #: views/restore.php:254 views/restore.php:256 views/restore.php:257
 
673
  msgid "Done"
674
  msgstr "Готово"
675
 
678
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
679
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
680
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
681
+ #: views/restore.php:250 views/restore.php:251 views/restore.php:253
682
+ #: views/restore.php:254 views/restore.php:256 views/restore.php:257
 
683
  msgid "Failed"
684
  msgstr " Неудачная"
685
 
970
 
971
  #: views/restore.php:214
972
  msgid ""
973
+ "* When done uploading click the import uploads button below to see new "
974
+ "backups appear in the Available Backups section above. "
975
  msgstr ""
976
 
977
  #: views/restore.php:244
994
  msgid "Deactivating plugins"
995
  msgstr "Деактивация плагинов"
996
 
 
 
 
 
997
  #: views/restore.php:250
998
+ msgid "Importing database"
999
  msgstr ""
1000
 
1001
  #: views/restore.php:251
1002
+ msgid "Updating imported database"
1003
+ msgstr ""
 
 
 
 
1004
 
1005
  #: views/restore.php:253
1006
+ msgid "Staging content files"
1007
+ msgstr ""
1008
 
1009
  #: views/restore.php:254
1010
+ msgid "Restoring content files"
1011
+ msgstr "Восстановление файлов с контентом"
1012
 
1013
  #: views/restore.php:256
1014
+ msgid "Restoring database"
1015
+ msgstr "Восстановление базы данных"
1016
+
1017
+ #: views/restore.php:257
1018
  msgid "Updating permalinks"
1019
  msgstr "Обновление постоянных ссылок"
1020
 
1021
+ #: views/restore.php:263
1022
  msgid "Error 201: No file selected"
1023
  msgstr "Ошибка 201: Файлов не выбрано"
1024
 
1025
+ #: views/restore.php:264
1026
  msgid "Error 202: Your file could not be uploaded"
1027
  msgstr "Ошибка 202: Ваш файл не может быть загружен"
1028
 
1029
+ #: views/restore.php:265
1030
  msgid "Error 203: Your backup could not be unzipped"
1031
  msgstr "Ошибка 203: Ваш бекап не может быть распакован"
1032
 
1033
+ #: views/restore.php:266
1034
  msgid ""
1035
  "Error 204: Your backup appears to be invalid. Please ensure you selected a "
1036
  "valid backup"
1037
  msgstr ""
1038
 
1039
+ #: views/restore.php:267
1040
  msgid "Error 205: Cannot create restore point"
1041
  msgstr "Ошибка 205: Не удалось создать точку восстановления"
1042
 
1043
+ #: views/restore.php:268
1044
  msgid "Error 206: Unable to connect to your database"
1045
  msgstr "Ошибка 206: Не удалось подключиться к вашей БД"
1046
 
1047
+ #: views/restore.php:269
1048
  msgid ""
1049
  "Error 207: Unable to get current site URL from database. Please try again"
1050
  msgstr ""
1051
 
1052
+ #: views/restore.php:270
1053
  msgid ""
1054
  "Error 208: Unable to get current home URL from database. Please try again"
1055
  msgstr ""
1056
 
1057
+ #: views/restore.php:271
1058
  msgid ""
1059
  "Error 209: Unable to get current user ID from database. Please try again"
1060
  msgstr ""
1061
 
1062
+ #: views/restore.php:272
1063
  msgid ""
1064
  "Error 210: Unable to get current user password from database. Please try "
1065
  "again"
1066
  msgstr ""
1067
 
1068
+ #: views/restore.php:273
1069
  msgid ""
1070
  "Error 211: Unable to get current user email from database. Please try again"
1071
  msgstr ""
1072
 
1073
+ #: views/restore.php:275
1074
  msgid ""
1075
  "Error 212: Unable to import your database. This may require importing the "
1076
  "file manually"
1077
  msgstr ""
1078
 
1079
+ #: views/restore.php:276
1080
+ msgid ""
1081
+ "Error 212: Unable to restore your database. This may require importing the "
1082
+ "file manually"
1083
+ msgstr ""
1084
+
1085
+ #: views/restore.php:279
1086
  msgid ""
1087
  "Warning 213: Unable to update your site URL value. Please check your "
1088
  "WordPress general settings to make sure your Site and WordPress URLs are "
1089
  "correct"
1090
  msgstr ""
1091
 
1092
+ #: views/restore.php:280
1093
  msgid ""
1094
  "Warning 214: Unable to update your home URL value. Please check your "
1095
  "WordPress general settings to make sure your Site and WordPress URLs are "
1096
  "correct"
1097
  msgstr ""
1098
 
1099
+ #: views/restore.php:281
1100
  msgid ""
1101
  "Warning 215: Unable to update your user information. This may require you to "
1102
  "login with the admin username and password that was used when the backup was "
1103
  "created"
1104
  msgstr ""
1105
 
1106
+ #: views/restore.php:282
1107
  msgid "Error 216: Database not found in backup"
1108
  msgstr "Ошибка 216: База данных не найдена в бекапе"
1109
 
1110
+ #: views/restore.php:283
1111
  msgid "Warning 217: Unable to remove existing wp-content directory"
1112
  msgstr ""
1113
 
1114
+ #: views/restore.php:284
1115
  msgid ""
1116
  "Error 218: Unable to create new wp-content directory. Please check your "
1117
  "CHMOD settings in /wp-content/"
1118
  msgstr ""
1119
 
1120
+ #: views/restore.php:285
1121
  msgid "Error 219: Unable to import wp-content. Please try again"
1122
  msgstr ""
1123
 
1124
+ #: views/restore.php:286
1125
  msgid "Warning 220: Unable to cleanup import directory. No action is required"
1126
  msgstr ""
1127
 
1128
+ #: views/restore.php:287
1129
  #, php-format
1130
  msgid ""
1131
  "Error 221: Table prefix value in wp-config.php is different from backup. "
1134
  "> FAQs</a> for more info."
1135
  msgstr ""
1136
 
1137
+ #: views/restore.php:288
1138
  msgid "Error 222: Unable to create restore folder"
1139
  msgstr ""
1140
 
1141
+ #: views/restore.php:289
1142
  msgid ""
1143
  "Error 223: An error occurred during the restore. WPBackItUp attempted to "
1144
  "restore the database to its previous state but were unsuccessful. Please "
1146
  "further restores"
1147
  msgstr ""
1148
 
1149
+ #: views/restore.php:290
1150
  msgid ""
1151
  "Error 224: An error occurred during the restore, however, we have "
1152
  "successfully restored your database to the previous state"
1153
  msgstr ""
1154
 
1155
+ #: views/restore.php:291
1156
  msgid ""
1157
  "Error 225: Restore option is only available to licensed WPBackItUp users"
1158
  msgstr ""
1159
 
1160
+ #: views/restore.php:292
1161
  msgid ""
1162
  "Error 226: Restore cannot proceed because your backup was created using a "
1163
  "different version of WordPress"
1164
  msgstr ""
1165
 
1166
+ #: views/restore.php:293
1167
  msgid ""
1168
  "Error 227: Restore cannot proceed because your backup was created using a "
1169
  "different version of WPBackItUp. Please contact WPBackItUp support to help "
1170
  "convert this backup to the current version"
1171
  msgstr ""
1172
 
1173
+ #: views/restore.php:294
1174
  msgid ""
1175
  "Error 230: WPBackItUp ran into unexpected errors during the database "
1176
  "restore. However, we were able to successfully revert the database back to "
1177
  "its original state . This error may require importing the database manually"
1178
  msgstr ""
1179
 
1180
+ #: views/restore.php:295
1181
  msgid ""
1182
  "Error 235: WPBackItUp is not able to proceed because there is no zip utility "
1183
  "available. Please contact support"
1184
  msgstr ""
1185
 
1186
+ #: views/restore.php:296
1187
  msgid ""
1188
  "Error 250: WPBackItUp is unable to begin the restore because a backup is "
1189
  "running. Please wait for the backup to complete and then try again"
1190
  msgstr ""
1191
 
1192
+ #: views/restore.php:298
1193
  msgid ""
1194
  "Error 260: WPBackItUp is unable to extract archives from backup set. Please "
1195
  "try again and contact support if this issue continues"
1196
  msgstr ""
1197
 
1198
+ #: views/restore.php:299
1199
  msgid ""
1200
  "Error 261: WPBackItUp is unable to extract archives from backup set. Please "
1201
  "try again and contact support if this issue continues"
1202
  msgstr ""
1203
 
1204
+ #: views/restore.php:300
1205
  msgid ""
1206
  "Error 262: There were no backup files found in the backup folder. Please "
1207
  "try again and contact support if this issue continues"
1208
  msgstr ""
1209
 
1210
+ #: views/restore.php:302
1211
  msgid ""
1212
  "Error 251: WPBackItUp is unable to begin the restore because the backup "
1213
  "manifest is empty"
1214
  msgstr ""
1215
 
1216
+ #: views/restore.php:303
1217
  msgid ""
1218
  "Error 252: At least one zip file is missing from your backup set. Please "
1219
  "make sure to upload all zip files that were part of this backup"
1220
  msgstr ""
1221
 
1222
+ #: views/restore.php:304
1223
  msgid ""
1224
  "Error 253: Backup set contains a zip file that is not in the manifest. "
1225
  "Please make sure to upload only zip files that were part of this backup"
1226
  msgstr ""
1227
 
1228
+ #: views/restore.php:305
1229
  msgid ""
1230
  "Error 254: The size of one the zip files in this backup set does not match "
1231
  "the manifest so is most likely corrupt. Upload all zip files in this backup "
1232
  "set again and attempt the restore one more time. "
1233
  msgstr ""
1234
 
1235
+ #: views/restore.php:306
1236
  msgid ""
1237
  "Error 255: Backup set does not contain a manifest. Please make sure to "
1238
  "upload all zip files that were part of this backup"
1239
  msgstr ""
1240
 
1241
+ #: views/restore.php:308
1242
  msgid ""
1243
  "Warning 300: Unable to restore all WordPress content. Please review your "
1244
  "restore logs to see what WPBackItUp was unable to restore"
1245
  msgstr ""
1246
 
1247
+ #: views/restore.php:309
1248
  msgid ""
1249
  "Warning 305: Unable to restore all plugins. Please review your restore logs "
1250
  "to see what WPBackItUp was unable to restore"
1251
  msgstr ""
1252
 
1253
+ #: views/restore.php:311
1254
  msgid "Error 2001: Unable to prepare site for restore"
1255
  msgstr "Ошибка 2001: Не удалось подготовить сайт к восстановлению"
1256
 
1257
+ #: views/restore.php:312
1258
  msgid "Error 2002: Unable to unzip backup"
1259
  msgstr "Ошибка 2002: Не удалось распаковать бекап"
1260
 
1261
+ #: views/restore.php:313
1262
  msgid "Error 2003: Unable to validate backup"
1263
  msgstr "Ошибка 2003: Не удалось проверить бекап"
1264
 
1265
+ #: views/restore.php:314
1266
  msgid "Error 2004: Unable to create restore point"
1267
  msgstr "Ошибка 2004: Не удалось создать точку восстановления"
1268
 
1269
+ #: views/restore.php:315
1270
  msgid "Error 2005: Unable to stage wp-content"
1271
  msgstr ""
1272
 
1273
+ #: views/restore.php:316
1274
  msgid "Error 2006: Unable to restore content files"
1275
  msgstr "Ошибка 2006: Не удалось восстановить файлы контента"
1276
 
1277
+ #: views/restore.php:317
1278
  msgid "Error 2007: Unable to restore database"
1279
  msgstr "Ошибка 2007: Не удалось восстановить БД"
1280
 
1281
+ #: views/restore.php:318
1282
+ msgid "Error 2009: Unable to import database"
1283
+ msgstr ""
1284
+
1285
+ #: views/restore.php:319
1286
  msgid "Error 2999: Unexpected error encountered"
1287
  msgstr "Ошибка 2999: Возникла непредвиденная ошибка"
1288
 
1289
+ #: views/restore.php:326
1290
  msgid ""
1291
  "Restore completed successfully. If you are prompted to login please do so "
1292
  "with your current username and password"
1297
  msgid "%s Settings"
1298
  msgstr "Настройки %s"
1299
 
1300
+ #: views/settings.php:49
1301
  msgid "Settings updated successfully!"
1302
  msgstr "Настройки успешно сохранены!"
1303
 
1304
+ #: views/settings.php:62
1305
  msgid "Email Notifications"
1306
  msgstr "Уведомления по электронной почте"
1307
 
1308
+ #: views/settings.php:63
1309
  msgid ""
1310
  "Please enter your email address if you would like to receive backup email "
1311
  "notifications."
1312
  msgstr ""
1313
 
1314
+ #: views/settings.php:64
1315
  msgid ""
1316
  "Backup email notifications will be sent for every backup and will contain "
1317
  "status information related to the backup."
1318
  msgstr ""
1319
 
1320
+ #: views/settings.php:66 views/settings.php:86 views/settings.php:109
1321
+ #: views/settings.php:116 views/settings.php:124 views/settings.php:132
1322
+ #: views/settings.php:163 views/settings.php:197 views/settings.php:235
1323
+ #: views/settings.php:244
1324
  msgid "Save"
1325
  msgstr "Сохранить"
1326
 
1327
+ #: views/settings.php:82
1328
  msgid "Backup Retention"
1329
  msgstr ""
1330
 
1331
+ #: views/settings.php:83
1332
  msgid ""
1333
  "Enter the number of backup archives that you would like to remain on the "
1334
  "server."
1335
  msgstr ""
1336
 
1337
+ #: views/settings.php:84
1338
  msgid ""
1339
  "Many hosts limit the amount of space that you can take up on their servers. "
1340
  "This option tells WPBackItUp the maximum number of backup archives that "
1342
  "oldest backup archives first."
1343
  msgstr ""
1344
 
1345
+ #: views/settings.php:103
1346
  msgid "Logging?"
1347
  msgstr ""
1348
 
1349
+ #: views/settings.php:104
1350
  msgid "Turn on WPBackItUp logging."
1351
  msgstr ""
1352
 
1353
+ #: views/settings.php:105
1354
  msgid ""
1355
  "This option should only be turned on by advanced users or when "
1356
  "troubleshooting issues with WPBackItUp support."
1357
  msgstr ""
1358
 
1359
+ #: views/settings.php:106
1360
  msgid "Yes"
1361
  msgstr "Да"
1362
 
1363
+ #: views/settings.php:107
1364
  msgid "No"
1365
  msgstr "Нет"
1366
 
1367
+ #: views/settings.php:113
1368
  msgid "Disable restore version compare?"
1369
  msgstr ""
1370
 
1371
+ #: views/settings.php:115
1372
  msgid ""
1373
  "Check this box if you would like WPBackItUp not to check major version "
1374
  "issue. This could be dangerous, you can disable it with your own risk."
1375
  msgstr ""
1376
 
1377
+ #: views/settings.php:120
1378
  msgid "Single File Backup Set"
1379
  msgstr ""
1380
 
1381
+ #: views/settings.php:122
1382
  msgid ""
1383
+ "Check this box if you would like WPBackItUp to create a single zip file that "
1384
+ "contains your entire backup."
1385
  msgstr ""
1386
 
1387
+ #: views/settings.php:123
1388
+ msgid ""
1389
+ "When this setting is turned on WPBackItUp will attempt to create a single "
1390
+ "zip file that contains your entire backup. This option may may not be "
1391
+ "possible with some hosting providers. This setting will be turned off "
1392
+ "automatically if WPBackItUp is unable to complete this step for any reason."
1393
+ msgstr ""
1394
+
1395
+ #: views/settings.php:128
1396
+ msgid "Single File Database Export (db)"
1397
+ msgstr ""
1398
+
1399
+ #: views/settings.php:130
1400
+ msgid ""
1401
+ "Check this box if you would like WPBackItUp to export your database into a "
1402
+ "single db file."
1403
+ msgstr ""
1404
+
1405
+ #: views/settings.php:131
1406
  msgid ""
1407
  "When this setting is turned on WPBackItUp will attempt to create a single "
1408
+ "file that contains your entire database. This option may not be possible "
1409
+ "with some hosting providers. This setting will be turned off automatically "
1410
+ "if WPBackItUp is unable to complete this step for any reason."
1411
  msgstr ""
1412
 
1413
+ #: views/settings.php:136
1414
  msgid "Batch Size"
1415
  msgstr ""
1416
 
1417
+ #: views/settings.php:137
1418
  msgid "Enter the batch size for each of your content items."
1419
  msgstr ""
1420
 
1421
+ #: views/settings.php:138
1422
  msgid ""
1423
  "These settings tell WPBackItUp how many items that should be added to the "
1424
  "backup at a time. If you experience timeouts while running a backup then "
1426
  "WPBackItUp to complete each backup task ."
1427
  msgstr ""
1428
 
1429
+ #: views/settings.php:141
1430
  msgid "DB Tables Batch Size"
1431
  msgstr ""
1432
 
1433
+ #: views/settings.php:146
1434
  msgid "Plugins Batch Size"
1435
  msgstr ""
1436
 
1437
+ #: views/settings.php:151
1438
  msgid "Themes Batch Size"
1439
  msgstr ""
1440
 
1441
+ #: views/settings.php:156
1442
  msgid "Uploads Batch Size"
1443
  msgstr ""
1444
 
1445
+ #: views/settings.php:161
1446
  msgid "Others Batch Size"
1447
  msgstr ""
1448
 
1449
+ #: views/settings.php:164 views/settings.php:198 views/settings.php:236
1450
  msgid ""
1451
  "* These settings should only be modified by advanced users or when when "
1452
  "working with WPBackItUp support."
1453
  msgstr ""
1454
 
1455
+ #: views/settings.php:176
1456
  msgid "Filter Your Folders"
1457
  msgstr ""
1458
 
1459
+ #: views/settings.php:177
1460
  msgid ""
1461
  "Enter a comma separated list of folders that should be excluded from your "
1462
  "backups."
1463
  msgstr ""
1464
 
1465
+ #: views/settings.php:178
1466
  msgid ""
1467
  "It is important to note that when a folder name is present in this list any "
1468
  "occurrence of that folder, and all its contents, will be excluded from the "
1469
  "backup."
1470
  msgstr ""
1471
 
1472
+ #: views/settings.php:180
1473
  msgid "Plugin Folders Filter"
1474
  msgstr ""
1475
 
1476
+ #: views/settings.php:185
1477
  msgid "Theme Folders Filter"
1478
  msgstr ""
1479
 
1480
+ #: views/settings.php:190
1481
  msgid "Upload Folders Filter"
1482
  msgstr ""
1483
 
1484
+ #: views/settings.php:194
1485
  msgid "Other Folders Filter"
1486
  msgstr ""
1487
 
1488
+ #: views/settings.php:203
1489
  msgid "Filter Your Database Tables"
1490
  msgstr ""
1491
 
1492
+ #: views/settings.php:204
1493
  msgid "Exclude custom database tables from the backup."
1494
  msgstr ""
1495
 
1496
+ #: views/settings.php:205
1497
  msgid ""
1498
  "If you would like to exclude a custom table from the backup then simply drag "
1499
  "it to the list on the right. WordPress core tables may not be excluded from "
1500
  "the backup. "
1501
  msgstr ""
1502
 
1503
+ #: views/settings.php:241
1504
  msgid "Remove Data on Uninstall?"
1505
  msgstr "Удалять данные при деинстолящии?"
1506
 
1507
+ #: views/settings.php:243
1508
  msgid ""
1509
  "Check this box if you would like WPBackItUp to completely remove all of its "
1510
  "data when the plugin is deleted."
1564
  msgid "Premium customers receive priority support."
1565
  msgstr ""
1566
 
1567
+ #: wp-backitup.php:94 wp-backitup.php:95
1568
  #, php-format
1569
  msgid "Every %s hours"
1570
  msgstr "Каждые %s часов"
1571
 
1572
+ #: wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98 wp-backitup.php:99
1573
+ #: wp-backitup.php:100
1574
  #, php-format
1575
  msgid "WPBUP - Every %s minutes"
1576
  msgstr "WPBUP - Каждые %s минут"
1577
 
1578
+ #: wp-backitup.php:102
1579
  msgid "WPBUP - Once Weekly"
1580
  msgstr "WPBUP - Раз в неделю"
1581
 
1582
+ #: wp-backitup.php:103
1583
  msgid "WPBUP - Once Monthly"
1584
  msgstr "WPBUP - Раз в месяц"
1585
 
1586
+ #: wp-backitup.php:104 wp-backitup.php:105
1587
  #, php-format
1588
  msgid "WPBUP - Every %s hours"
1589
  msgstr "WPBUP - Каждые %s часов"
1590
 
1591
+ #: wp-backitup.php:114
1592
  msgid "Local File"
1593
  msgstr ""
1594
 
1595
+ #: wp-backitup.php:171
1596
  msgid "Cleanup"
1597
  msgstr "Очистка"
1598
+
1599
+ #~ msgid "Creating database restore point"
1600
+ #~ msgstr "Создание точки восстановления БД"
1601
+
1602
+ #~ msgid "Updating current user info"
1603
+ #~ msgstr "Обновление информации о текущем пользователе"
1604
+
1605
+ #~ msgid "Updating site URL"
1606
+ #~ msgstr "Обновление URL сайта"
languages/wp-backitup-tl.mo CHANGED
Binary file
languages/wp-backitup-tl.po CHANGED
@@ -5,8 +5,8 @@
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: WPBackItUp\n"
8
- "POT-Creation-Date: 2016-06-25 07:41-0400\n"
9
- "PO-Revision-Date: 2016-06-25 07:41-0400\n"
10
  "Last-Translator: sheisjeremy\n"
11
  "Language-Team: Tagalog (http://www.transifex.com/wp-translations/wp-backitup/"
12
  "language/tl/)\n"
@@ -25,183 +25,183 @@ msgstr ""
25
  msgid "Every %d Minutes"
26
  msgstr ""
27
 
28
- #: lib/includes/class-wpbackitup-admin.php:212 views/backup.php:277
29
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
30
- #: wp-backitup.php:142
31
  msgid "Backup"
32
  msgstr "Backup"
33
 
34
- #: lib/includes/class-wpbackitup-admin.php:216
35
- #: lib/includes/class-wpbackitup-admin.php:254 views/restore.php:136
36
- #: wp-backitup.php:156
37
  msgid "Restore"
38
  msgstr "Ipanumbalik sa orihinal"
39
 
40
- #: lib/includes/class-wpbackitup-admin.php:220
41
  msgid "Support"
42
  msgstr "Support"
43
 
44
- #: lib/includes/class-wpbackitup-admin.php:223
45
  msgid "Settings"
46
  msgstr "Mga Setting"
47
 
48
- #: lib/includes/class-wpbackitup-admin.php:247
49
  msgid ""
50
  "The backup you have selected exceeds what your host allows you to upload."
51
  msgstr ""
52
  "Ang iyong pinili na mga backup ay lumampas sa pinapayagan ng iyong host na "
53
  "dapat i-upload."
54
 
55
- #: lib/includes/class-wpbackitup-admin.php:248 views/backup.php:439
56
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
57
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
58
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
59
  msgid "Warning"
60
  msgstr "Babala"
61
 
62
- #: lib/includes/class-wpbackitup-admin.php:249 views/backup.php:253
63
  #: views/backup.php:376
64
  msgid "Error"
65
  msgstr "Pagkakamali"
66
 
67
- #: lib/includes/class-wpbackitup-admin.php:250
68
  msgid "Response"
69
  msgstr "Tugon"
70
 
71
- #: lib/includes/class-wpbackitup-admin.php:251 views/backup.php:352
72
  #: views/backup.php:430 views/restore.php:230
73
  msgid "Status"
74
  msgstr "Kalagayan"
75
 
76
- #: lib/includes/class-wpbackitup-admin.php:252
77
  msgid "Download"
78
  msgstr "Download"
79
 
80
- #: lib/includes/class-wpbackitup-admin.php:253 views/backup.php:407
81
  #: views/restore.php:129
82
  msgid "Delete"
83
  msgstr "Burahin"
84
 
85
- #: lib/includes/class-wpbackitup-admin.php:255
86
  msgid "(JS997) Unexpected error"
87
  msgstr "(JS997) hindi inaasahang pagkakamali o hindi inaasahang error"
88
 
89
- #: lib/includes/class-wpbackitup-admin.php:256
90
  msgid "(JS998) Unexpected error"
91
  msgstr "(JS998) hindi inaasahang pagkakamali o hindi inaasahang error"
92
 
93
- #: lib/includes/class-wpbackitup-admin.php:257
94
  msgid "(JS999) An unexpected error has occurred"
95
  msgstr ""
96
  "(JS999) Nangyari ang hindi inaasahang pagkakamali o Nangyari ang hindi "
97
  "inaasahang error"
98
 
99
- #: lib/includes/class-wpbackitup-admin.php:258
100
  msgid "Scheduled has been saved."
101
  msgstr "Ang schedule ay naka-save."
102
 
103
- #: lib/includes/class-wpbackitup-admin.php:259
104
  msgid "Scheduled was not saved."
105
  msgstr "Ang schedule ay hindi naka - save. "
106
 
107
- #: lib/includes/class-wpbackitup-admin.php:260
108
  msgid "Are you sure you want to restore your site?"
109
  msgstr ""
110
  "Ikaw ba ay nakasisiguro na dapat ibalik sa orihinal ang iyong website? "
111
 
112
- #: lib/includes/class-wpbackitup-admin.php:261
113
  msgid "Are you sure ?"
114
  msgstr "Ikaw ba ay nakasisiguro?"
115
 
116
- #: lib/includes/class-wpbackitup-admin.php:262
117
  msgid "This file cannot be delete!"
118
  msgstr "Ang file na ito ay hindi maaaring tanggalin!"
119
 
120
- #: lib/includes/class-wpbackitup-admin.php:263
121
  msgid "View Log"
122
  msgstr "Tignan ang log files. "
123
 
124
- #: lib/includes/class-wpbackitup-admin.php:264
125
  msgid "New Backup!"
126
  msgstr "Bagong backup!"
127
 
128
- #: lib/includes/class-wpbackitup-admin.php:265
129
  msgid "Uploaded Backup"
130
  msgstr "Na upload na backup"
131
 
132
- #: lib/includes/class-wpbackitup-admin.php:602
133
  msgid "Backup Queued"
134
  msgstr "Ang backup ay nakalinya."
135
 
136
- #: lib/includes/class-wpbackitup-admin.php:611
137
  msgid "Backup could not be queued"
138
  msgstr "Ang backup ay hindi maaaring isama sa mga naka linya"
139
 
140
- #: lib/includes/class-wpbackitup-admin.php:623
141
  msgid "Job is already in queue."
142
  msgstr "Ang Job ay nasa queue. "
143
 
144
- #: lib/includes/class-wpbackitup-admin.php:661
145
  msgid "No backup file selected."
146
  msgstr "Walang backup file na napili"
147
 
148
- #: lib/includes/class-wpbackitup-admin.php:668
149
  msgid "No user id found."
150
  msgstr "Walang matagpuan na user id"
151
 
152
- #: lib/includes/class-wpbackitup-admin.php:691
153
  msgid "Restore Queued"
154
  msgstr "Nakalinya na ang mga ipanunumbalik sa orihinal."
155
 
156
- #: lib/includes/class-wpbackitup-admin.php:700
157
  msgid "Restore could not be queued"
158
  msgstr "Hindi maaaring isama sa linya ng mga ibabalik sa orihinal. "
159
 
160
- #: lib/includes/class-wpbackitup-admin.php:706
161
  msgid "Restore already in queue"
162
  msgstr "Ang ipanunumbalik sa orihinal ay nakalinya na. "
163
 
164
- #: lib/includes/class-wpbackitup-admin.php:738
165
  msgid "No job id posted"
166
  msgstr "Walang job id na na-i-post"
167
 
168
- #: lib/includes/class-wpbackitup-admin.php:746 views/backup.php:467
169
  msgid "Backup Cancelled"
170
  msgstr "Nakansela na backup "
171
 
172
- #: lib/includes/class-wpbackitup-admin.php:748
173
  msgid "Backup job not found"
174
  msgstr "Hindi natagpuan ang Backup Job"
175
 
176
- #: lib/includes/class-wpbackitup-admin.php:917
177
  msgid "No response log found."
178
  msgstr "Walang makita na response log."
179
 
180
- #: lib/includes/class-wpbackitup-admin.php:1019
181
- #: lib/includes/class-wpbackitup-admin.php:1027
182
- #: lib/includes/class-wpbackitup-admin.php:1073
183
- #: lib/includes/class-wpbackitup-admin.php:1080
184
- #: lib/includes/class-wpbackitup-admin.php:1087
185
- #: lib/includes/class-wpbackitup-admin.php:1094
186
- #: lib/includes/class-wpbackitup-admin.php:1101
187
  msgid "Please enter a number"
188
  msgstr "Maglagay ng numero "
189
 
190
- #: lib/includes/class-wpbackitup-admin.php:1048
191
- #: lib/includes/class-wpbackitup-admin.php:1210
192
  msgid "Please enter a valid email"
193
  msgstr "Ilagay ang tamang email."
194
 
195
- #: lib/includes/class-wpbackitup-admin.php:1217
196
  msgid "Please enter your support ticket id"
197
  msgstr "Ilagay ang iyong support ticket id"
198
 
199
- #: lib/includes/class-wpbackitup-admin.php:1222
200
  msgid "Please only enter numbers in this field"
201
  msgstr "Ilagay lamang ang numero"
202
 
203
- #: lib/includes/class-wpbackitup-admin.php:2012
204
- #: lib/includes/class-wpbackitup-admin.php:2032
205
  msgid ""
206
  "License could not be activated. Please try again in a few hours and contact "
207
  "support if this error continues."
@@ -209,15 +209,15 @@ msgstr ""
209
  "Hindi ma-activate ang lisensya. Pakisubukang muli pagkalipas ng ilang oras "
210
  "at makipag-ugnayan sa support kung ang error na ito ay patuloy pa rin. "
211
 
212
- #: lib/includes/class-wpbackitup-admin.php:2081
213
  msgid "License is invalid."
214
  msgstr "Ang lisensya ay hindi wasto"
215
 
216
- #: lib/includes/class-wpbackitup-admin.php:2086
217
  msgid "License has expired."
218
  msgstr "Ang lisensya ay wala ng bisa."
219
 
220
- #: lib/includes/class-wpbackitup-admin.php:2089
221
  #, php-format
222
  msgid ""
223
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -228,17 +228,17 @@ msgstr ""
228
  "renew </a> ang iyong lisensya ngayon para sa isa pang taon ng mga update "
229
  "<strong> ng produkto </strong> at <strong> priority support. </strong>"
230
 
231
- #: lib/includes/class-wpbackitup-admin.php:2103
232
  msgid "License Expired: Scheduled backups are no longer active."
233
  msgstr ""
234
  "Ang lisensya ay wala ng bisa: Ang naka iskedyul na mga backup ay hindi na "
235
  "aktibo. "
236
 
237
- #: lib/includes/class-wpbackitup-admin.php:2111
238
  msgid "Activation limit has been reached."
239
  msgstr "Ang pagtatakda ng aktibasyon ay umabot na sa limitasyon "
240
 
241
- #: lib/includes/class-wpbackitup-admin.php:2117
242
  msgid "Your Activation limit has been reached"
243
  msgstr "Ang pagtatakda ng aktibasyon ay umabot na sa limitasyon "
244
 
@@ -268,7 +268,7 @@ msgstr "Ang upload ay mistulang hindi WPBackItUp backup archive file."
268
  msgid "Could not import file into WPBackItUp backup set."
269
  msgstr "Hindi ma -import ang file sa WPBackItUp backup set"
270
 
271
- #: lib/includes/job_backup.php:1135
272
  #, php-format
273
  msgid ""
274
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
@@ -284,53 +284,53 @@ msgstr ""
284
  "target=\"blank\"> i- renew </a></strong> para sa isa pang taon ng mga update "
285
  "sa produkto at access sa ating pinakamahusay na support team.<br/><br/>"
286
 
287
- #: lib/includes/job_backup.php:1140
288
  #, php-format
289
  msgid "%s - Backup completed successfully."
290
  msgstr "%s Matagumpay na nakumpleto ang back up "
291
 
292
- #: lib/includes/job_backup.php:1141
293
  msgid "Your backup completed successfully."
294
  msgstr "Matagumpay na nakumpleto ang iyong backup"
295
 
296
- #: lib/includes/job_backup.php:1144
297
  #, php-format
298
  msgid "%s - Backup did not complete successfully."
299
  msgstr "%s - Ang backup ay hindi matagumpay na nakumpleto"
300
 
301
- #: lib/includes/job_backup.php:1145
302
  msgid "Your backup did not complete successfully."
303
  msgstr "Ang iyong backup ay hindi matagumpay na nakumpleto"
304
 
305
- #: lib/includes/job_backup.php:1152
306
  #, php-format
307
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
308
  msgstr "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
309
 
310
- #: lib/includes/job_backup.php:1153
311
  msgid "Backup date:"
312
  msgstr "Petsa ng backup"
313
 
314
- #: lib/includes/job_backup.php:1154
315
  msgid "Number of backups completed with WPBackItUp:"
316
  msgstr "Bilang ng mga nakumpleto na backup sa WPBackItUp "
317
 
318
- #: lib/includes/job_backup.php:1156
319
  msgid "Completion Code:"
320
  msgstr "Completion Code:"
321
 
322
- #: lib/includes/job_backup.php:1157
323
  msgid "WPBackItUp Version:"
324
  msgstr "Bersyon ng WPBackItUp:"
325
 
326
- #: lib/includes/job_backup.php:1169
327
  #, php-format
328
  msgid "Checkout %s for info about WPBackItUp and our other products."
329
  msgstr ""
330
  "Siyasatin ang %s para sa impormasyon tungkol sa WPBackItUp at ang aming iba "
331
  "pang mga produkto."
332
 
333
- #: lib/includes/job_backup.php:1336
334
  msgid ""
335
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
336
  "settings of your wp-backitup backup directory"
@@ -339,7 +339,7 @@ msgstr ""
339
  "suriin ang setting ng CHMOD ng iyong direktoryo para sa backup ng wp-"
340
  "backitup "
341
 
342
- #: lib/includes/job_backup.php:1337
343
  msgid ""
344
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
345
  "your wp-backitup plugin directory"
@@ -347,41 +347,41 @@ msgstr ""
347
  "(102) Hindi makalikha ng direktoryo para sa backup. Mangyaring suriin ang "
348
  "setting ng CHMOD sa iyong direktoryo ng plugin ng wp-backitup "
349
 
350
- #: lib/includes/job_backup.php:1338
351
  msgid "(103) Unable to backup your files. Please try again"
352
  msgstr "(103) Hindi ma-backup ang iyong mga files. Mangyaring subukan muli"
353
 
354
- #: lib/includes/job_backup.php:1339
355
  msgid "(104) Unable to export your database. Please try again"
356
  msgstr "(104) Hindi ma-export ang iyong database. Mangyaring subukan muli"
357
 
358
- #: lib/includes/job_backup.php:1340
359
  msgid "(105) Unable to export site information file. Please try again"
360
  msgstr ""
361
  "(105) Hindi ma -export ang site information file. Mangyaring subukan muli"
362
 
363
- #: lib/includes/job_backup.php:1341
364
  msgid "(106) Unable to cleanup your backup directory"
365
  msgstr "(106) Hindi malinisan ang iyong direktoryo ng backup"
366
 
367
- #: lib/includes/job_backup.php:1342
368
  msgid "(107) Unable to compress(zip) your backup. Please try again"
369
  msgstr "(107) Hindi masiksik ang iyong backup. Mangyaring subukan muli"
370
 
371
- #: lib/includes/job_backup.php:1343
372
  msgid "(108) Unable to backup your site data files. Please try again"
373
  msgstr ""
374
  "(108) Hindi ma-backup ang iyong site data files .Mangyaring subukan muli"
375
 
376
- #: lib/includes/job_backup.php:1344
377
  msgid "(109) Unable to finalize backup. Please try again"
378
  msgstr "(109) Hindi ma-kumpleto ang backup. Mangyaring subukan muli"
379
 
380
- #: lib/includes/job_backup.php:1345
381
  msgid "(110) Unable to create backup manifest. Please try again"
382
  msgstr "(110) Hindi makalikha ng backup manifest. Mangyaring subukan muli. "
383
 
384
- #: lib/includes/job_backup.php:1346
385
  msgid ""
386
  "(114) Your database was accessible but an export could not be created. "
387
  "Please contact support by clicking the get support link on the right. Please "
@@ -392,25 +392,25 @@ msgstr ""
392
  "pamamagitan ng pag-click sa link na ito . Mangyaring ipaalam sa amin kung "
393
  "sino ang iyong host kung magpapadala ng ticket."
394
 
395
- #: lib/includes/job_backup.php:1347
396
  msgid "(120) Unable to backup your themes. Please try again"
397
  msgstr "(120) Hindi ma-backup ang iyong tema. Mangyaring subukan muli"
398
 
399
- #: lib/includes/job_backup.php:1348
400
  msgid "(121) Unable to backup your plugins. Please try again"
401
  msgstr "(121) Hindi ma-backup ang iyong mga plugins. Mangyaring subukan muli"
402
 
403
- #: lib/includes/job_backup.php:1349
404
  msgid "(122) Unable to backup your uploads. Please try again"
405
  msgstr "(122) Hindi ma-backup ang iyong mga uploads. Mangyaring subukan muli"
406
 
407
- #: lib/includes/job_backup.php:1350
408
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
409
  msgstr ""
410
  "(123) Hindi ma-backup ang iyong sari-sari na mga file. Mangyaring subukan "
411
  "muli"
412
 
413
- #: lib/includes/job_backup.php:1351
414
  msgid ""
415
  "(125) Unable to compress your backup because there is no zip utility "
416
  "available. Please contact support"
@@ -418,21 +418,21 @@ msgstr ""
418
  "(125) Hindi ma- siksik ang iyong backup dahil walang available na zip "
419
  "utility. Mangyaring makipag-ugnayan sa support para sa tulong. "
420
 
421
- #: lib/includes/job_backup.php:1352
422
  msgid "(126) Unable to validate your backup. Please try again"
423
  msgstr "(126) Hindi ma-validate ang iyong backup. Mangyaring subukan muli"
424
 
425
- #: lib/includes/job_backup.php:1353
426
  msgid "(127) Unable to create inventory of files to backup. Please try again"
427
  msgstr ""
428
  "(127) Hindi makalikha ng imbentaryo ng mga files na dapat i- backup. "
429
  "Mangyaring subukan muli"
430
 
431
- #: lib/includes/job_backup.php:1354
432
  msgid "(128) Unable to create job control record. Please try again"
433
  msgstr "(128) Hindi makalikha ng job control record. Mangyaring subukan muli"
434
 
435
- #: lib/includes/job_backup.php:1356
436
  msgid ""
437
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
438
  "settings of your wp-backitup backup directory"
@@ -441,7 +441,7 @@ msgstr ""
441
  "suriin ang setting ng CHMOD ng iyong direktoryo para sa backup ng wp-"
442
  "backitup "
443
 
444
- #: lib/includes/job_backup.php:1357
445
  msgid ""
446
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
447
  "your wp-backitup plugin directory"
@@ -449,42 +449,42 @@ msgstr ""
449
  "(2102) Hindi makalikha ng direktoryo ng backup. Mangyaring suriin ang mga "
450
  "setting ng CHMOD ng inyong direktoryo ng plugin ng wp-backitup "
451
 
452
- #: lib/includes/job_backup.php:1358
453
  msgid "(2103) Unable to backup your files. Please try again"
454
  msgstr "(2103) Hindi ma-backup ang iyong mga files. Mangyaring subukan muli"
455
 
456
- #: lib/includes/job_backup.php:1359
457
  msgid "(2104) Unable to export your database. Please try again"
458
  msgstr "(2104) Hindi ma-export ang iyong database. Mangyaring subukan muli"
459
 
460
- #: lib/includes/job_backup.php:1360
461
  msgid "(2105) Unable to export site information file. Please try again"
462
  msgstr ""
463
  "(2105) Hindi ma-export and site information file. Mangyaring subukan muli"
464
 
465
- #: lib/includes/job_backup.php:1361
466
  msgid "(2106) Unable to cleanup your backup directory"
467
  msgstr "(2106) Hindi malinisan ang iyong direktoryo ng backup"
468
 
469
- #: lib/includes/job_backup.php:1362
470
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
471
  msgstr ""
472
  "(2107) Hindi ma-siksik sa (zip) ang iyong backup. Mangyaring subukan muli"
473
 
474
- #: lib/includes/job_backup.php:1363
475
  msgid "(2108) Unable to backup your site data files. Please try again"
476
  msgstr ""
477
  "(2108) Hindi ma-backup ang iyong site data files. Mangyaring subukan muli"
478
 
479
- #: lib/includes/job_backup.php:1364
480
  msgid "(2109) Unable to finalize backup. Please try again"
481
  msgstr "(2109) Hindi ma-kumpleto ang backup. Mangyaring subukan muli"
482
 
483
- #: lib/includes/job_backup.php:1365
484
  msgid "(2110) Unable to create backup manifest. Please try again"
485
  msgstr "(2110) Hindi makalikha ng backup manifest. Mangyaring subukan muli. "
486
 
487
- #: lib/includes/job_backup.php:1366
488
  msgid ""
489
  "(2114) Your database was accessible but an export could not be created. "
490
  "Please contact support by clicking the get support link on the right. Please "
@@ -495,25 +495,25 @@ msgstr ""
495
  "pamamagitan ng pag-click sa link na get support link . Mangyaring ipaalam "
496
  "sa amin kung sino ang iyong host kung kayo ay magpapadala ng kahilingan."
497
 
498
- #: lib/includes/job_backup.php:1367
499
  msgid "(2120) Unable to backup your themes. Please try again"
500
  msgstr "(2120) Hindi ma-backup ang iyong tema. Mangyaring subukan muli"
501
 
502
- #: lib/includes/job_backup.php:1368
503
  msgid "(2121) Unable to backup your plugins. Please try again"
504
  msgstr "(2121) Hindi ma-backup ang iyong mga plugins. Mangyaring subukan muli"
505
 
506
- #: lib/includes/job_backup.php:1369
507
  msgid "(2122) Unable to backup your uploads. Please try again"
508
  msgstr "(2122) Hindi ma-backup ang iyong mga upload. Mangyaring subukan muli"
509
 
510
- #: lib/includes/job_backup.php:1370
511
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
512
  msgstr ""
513
  "(2123) Hindi ma-backup ang iyong mga sari-sari na mga file. Mangyaring "
514
  "subukan muli"
515
 
516
- #: lib/includes/job_backup.php:1371
517
  msgid ""
518
  "(2125) Unable to compress your backup because there is no zip utility "
519
  "available. Please contact support"
@@ -521,21 +521,21 @@ msgstr ""
521
  "(2125) Hindi ma-isiksik ang iyong backup dahil walang magagamit na zip "
522
  "utility. Mangyaring makipag-ugnayan sa support para sa tulong"
523
 
524
- #: lib/includes/job_backup.php:1372
525
  msgid "(2126) Unable to validate your backup. Please try again"
526
  msgstr "(2126) Hindi ma-validate ang iyong backup. Mangyaring subukan muli"
527
 
528
- #: lib/includes/job_backup.php:1373
529
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
530
  msgstr ""
531
  "(2127) Hindi makalikha ng imbentaryo ng mga files na dapat i- backup. "
532
  "Mangyaring subukan muli"
533
 
534
- #: lib/includes/job_backup.php:1374
535
  msgid "(2128) Unable to create job control record. Please try again"
536
  msgstr "(2128) Hindi makalikha ng job control record. Mangyaring subukan muli"
537
 
538
- #: lib/includes/job_backup.php:1377
539
  msgid "(999) Unexpected error"
540
  msgstr "(999) Hindi inaasahang error o hindi inaasahang pagkakamali"
541
 
@@ -730,9 +730,8 @@ msgstr "Paghahanda para sa backup"
730
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
731
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
732
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
733
- #: views/restore.php:249 views/restore.php:250 views/restore.php:251
734
- #: views/restore.php:252 views/restore.php:253 views/restore.php:254
735
- #: views/restore.php:256
736
  msgid "Done"
737
  msgstr "Tapos na "
738
 
@@ -741,9 +740,8 @@ msgstr "Tapos na "
741
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
742
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
743
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
744
- #: views/restore.php:249 views/restore.php:250 views/restore.php:251
745
- #: views/restore.php:252 views/restore.php:253 views/restore.php:254
746
- #: views/restore.php:256
747
  msgid "Failed"
748
  msgstr "Hindi napagtagumpayan "
749
 
@@ -1065,11 +1063,9 @@ msgstr "Ilagay ang backup files dito"
1065
 
1066
  #: views/restore.php:214
1067
  msgid ""
1068
- "* Reload this page when done uploading to see new backups appear in the "
1069
- "Available Backups section above. "
1070
  msgstr ""
1071
- "I-reload ang pahinang ito kapag tapos na ang pag-upload upang makita ang "
1072
- "mga bagong backup sa available section ng backups na nasa itaas. "
1073
 
1074
  #: views/restore.php:244
1075
  msgid "Preparing for restore"
@@ -1091,47 +1087,43 @@ msgstr "Pagpapatunay sa mga backup file"
1091
  msgid "Deactivating plugins"
1092
  msgstr "Tanggalin ang pagka-aktibo ng plugin"
1093
 
1094
- #: views/restore.php:249
1095
- msgid "Creating database restore point"
1096
- msgstr "Paglikha ng database restore point"
1097
-
1098
  #: views/restore.php:250
 
 
 
 
 
 
 
 
1099
  msgid "Staging content files"
1100
  msgstr "Pagsasaayos ng mga nilalaman na files "
1101
 
1102
- #: views/restore.php:251
1103
  msgid "Restoring content files"
1104
  msgstr "Ipinapanumbalik ang nilalaman na mga file"
1105
 
1106
- #: views/restore.php:252
1107
  msgid "Restoring database"
1108
  msgstr "Ipinapanumbalik ang database"
1109
 
1110
- #: views/restore.php:253
1111
- msgid "Updating current user info"
1112
- msgstr "Pag-update ng mga kasalukuyang impormasyon ng user"
1113
-
1114
- #: views/restore.php:254
1115
- msgid "Updating site URL"
1116
- msgstr "Pag-update ng site URL "
1117
-
1118
- #: views/restore.php:256
1119
  msgid "Updating permalinks"
1120
  msgstr "Pag-update ng permalinks"
1121
 
1122
- #: views/restore.php:262
1123
  msgid "Error 201: No file selected"
1124
  msgstr "Error 201: Walang napiling file"
1125
 
1126
- #: views/restore.php:263
1127
  msgid "Error 202: Your file could not be uploaded"
1128
  msgstr "Error 202: Hindi ma-i- upload ang iyong file"
1129
 
1130
- #: views/restore.php:264
1131
  msgid "Error 203: Your backup could not be unzipped"
1132
  msgstr "Error 203: Ang iyong backup ay hindi ma-i-unzipped"
1133
 
1134
- #: views/restore.php:265
1135
  msgid ""
1136
  "Error 204: Your backup appears to be invalid. Please ensure you selected a "
1137
  "valid backup"
@@ -1139,36 +1131,36 @@ msgstr ""
1139
  "Error 204: Ang iyong backup ay hindi wasto. Mangyaring siguraduhin na "
1140
  "pinili mo ang isang tunay na backup."
1141
 
1142
- #: views/restore.php:266
1143
  msgid "Error 205: Cannot create restore point"
1144
  msgstr "Error 205: Hindi makalikha ng restore point"
1145
 
1146
- #: views/restore.php:267
1147
  msgid "Error 206: Unable to connect to your database"
1148
  msgstr "Error 206: Hindi makakonekta sa iyong database"
1149
 
1150
- #: views/restore.php:268
1151
  msgid ""
1152
  "Error 207: Unable to get current site URL from database. Please try again"
1153
  msgstr ""
1154
  "Error 207: Hindi makuha ang kasalukuyang URL site mula sa database. "
1155
  "Mangyaring subukan muli"
1156
 
1157
- #: views/restore.php:269
1158
  msgid ""
1159
  "Error 208: Unable to get current home URL from database. Please try again"
1160
  msgstr ""
1161
  "Error 208: Hindi makuha ang kasalukuyang home URL mula sa database. "
1162
  "Mangyaring subukan muli"
1163
 
1164
- #: views/restore.php:270
1165
  msgid ""
1166
  "Error 209: Unable to get current user ID from database. Please try again"
1167
  msgstr ""
1168
  "Error 209: Hindi makuha ang kasalukuyang user ID mula sa database. "
1169
  "Mangyaring subukan muli"
1170
 
1171
- #: views/restore.php:271
1172
  msgid ""
1173
  "Error 210: Unable to get current user password from database. Please try "
1174
  "again"
@@ -1176,14 +1168,14 @@ msgstr ""
1176
  "Error 210: Hindi makuha ang kasalukuyang user password mula sa database. "
1177
  "Mangyaring subukan muli"
1178
 
1179
- #: views/restore.php:272
1180
  msgid ""
1181
  "Error 211: Unable to get current user email from database. Please try again"
1182
  msgstr ""
1183
  "Error 211: Hindi makuha ang kasalukuyang user email mula sa database. "
1184
  "Mangyaring subukan muli"
1185
 
1186
- #: views/restore.php:273
1187
  msgid ""
1188
  "Error 212: Unable to import your database. This may require importing the "
1189
  "file manually"
@@ -1191,7 +1183,13 @@ msgstr ""
1191
  "Error 212: Hindi ma-import ang iyong database. Maaaring mangailangan ng mano "
1192
  "-mano na pag-import ng file"
1193
 
1194
- #: views/restore.php:274
 
 
 
 
 
 
1195
  msgid ""
1196
  "Warning 213: Unable to update your site URL value. Please check your "
1197
  "WordPress general settings to make sure your Site and WordPress URLs are "
@@ -1201,7 +1199,7 @@ msgstr ""
1201
  "pangkalahatang mga setting ng WordPress upang matiyak na ang iyong site at "
1202
  "WordPress URL ay tama"
1203
 
1204
- #: views/restore.php:275
1205
  msgid ""
1206
  "Warning 214: Unable to update your home URL value. Please check your "
1207
  "WordPress general settings to make sure your Site and WordPress URLs are "
@@ -1211,7 +1209,7 @@ msgstr ""
1211
  "pangkalahatang mga setting ng iyong WordPress upang matiyak na ang iyong "
1212
  "site at WordPress URL ay tama"
1213
 
1214
- #: views/restore.php:276
1215
  msgid ""
1216
  "Warning 215: Unable to update your user information. This may require you to "
1217
  "login with the admin username and password that was used when the backup was "
@@ -1221,15 +1219,15 @@ msgstr ""
1221
  "na ikaw ay mag-login gamit ang admin username at password na iyong ginamit "
1222
  "sa paglikha ng backup. "
1223
 
1224
- #: views/restore.php:277
1225
  msgid "Error 216: Database not found in backup"
1226
  msgstr "Error 216: Ang database ay hindi matagpuan sa backup"
1227
 
1228
- #: views/restore.php:278
1229
  msgid "Warning 217: Unable to remove existing wp-content directory"
1230
  msgstr "Babala 217: Hindi matanggal ang umiiral na direktoryo ng wp-content"
1231
 
1232
- #: views/restore.php:279
1233
  msgid ""
1234
  "Error 218: Unable to create new wp-content directory. Please check your "
1235
  "CHMOD settings in /wp-content/"
@@ -1237,17 +1235,17 @@ msgstr ""
1237
  "Error 218: Hindi makalikha ng mga bagong direktoryo ng wp-content. "
1238
  "Mangyaring suriin ang mga setting ng CHMOD sa / wp-content / "
1239
 
1240
- #: views/restore.php:280
1241
  msgid "Error 219: Unable to import wp-content. Please try again"
1242
  msgstr "Error 219: Hindi ma - import ang wp-content. Mangyaring subukan muli."
1243
 
1244
- #: views/restore.php:281
1245
  msgid "Warning 220: Unable to cleanup import directory. No action is required"
1246
  msgstr ""
1247
  "Babala 220: Hindi malinisan ang import ng direktoryo. Walang kinakailangang "
1248
  "aksyon"
1249
 
1250
- #: views/restore.php:282
1251
  #, php-format
1252
  msgid ""
1253
  "Error 221: Table prefix value in wp-config.php is different from backup. "
@@ -1260,11 +1258,11 @@ msgstr ""
1260
  "ang iyong site. Tignan ang www.wpbackitup.com <a href =\"%s\" target="
1261
  "\"_blank\"> FAQs </a> para sa karagdagang impormasyon."
1262
 
1263
- #: views/restore.php:283
1264
  msgid "Error 222: Unable to create restore folder"
1265
  msgstr "Error 222: Hindi makalikha ng restore folder"
1266
 
1267
- #: views/restore.php:284
1268
  msgid ""
1269
  "Error 223: An error occurred during the restore. WPBackItUp attempted to "
1270
  "restore the database to its previous state but were unsuccessful. Please "
@@ -1277,7 +1275,7 @@ msgstr ""
1277
  "Mangyaring makipag-ugnayan sa WPBackItUp customer support para sa tulong at "
1278
  "wag subukin na magsagawa ng anumang karagdagang restore."
1279
 
1280
- #: views/restore.php:285
1281
  msgid ""
1282
  "Error 224: An error occurred during the restore, however, we have "
1283
  "successfully restored your database to the previous state"
@@ -1286,14 +1284,14 @@ msgstr ""
1286
  "gayunpaman, matagumpay na naipanumbalik ang iyong database sa dating estado "
1287
  "nito"
1288
 
1289
- #: views/restore.php:286
1290
  msgid ""
1291
  "Error 225: Restore option is only available to licensed WPBackItUp users"
1292
  msgstr ""
1293
  "Error 225: Ang opsyon na pagbabalik sa orihinal o restore ay magagamit "
1294
  "lamang ng mga my lisensya na ng WPBackItUp."
1295
 
1296
- #: views/restore.php:287
1297
  msgid ""
1298
  "Error 226: Restore cannot proceed because your backup was created using a "
1299
  "different version of WordPress"
@@ -1301,7 +1299,7 @@ msgstr ""
1301
  "Error 226: Ang pagbabalik sa orihinal ay hindi maaaring magpatuloy dahil ang "
1302
  "iyong backup ay nilikha gamit ang ibang bersyon ng WordPress"
1303
 
1304
- #: views/restore.php:288
1305
  msgid ""
1306
  "Error 227: Restore cannot proceed because your backup was created using a "
1307
  "different version of WPBackItUp. Please contact WPBackItUp support to help "
@@ -1312,7 +1310,7 @@ msgstr ""
1312
  "sa WPBackItUp support upang matulungan kayo na ma-i- convert ang backup "
1313
  "na ito sa kasalukuyang bersyon"
1314
 
1315
- #: views/restore.php:289
1316
  msgid ""
1317
  "Error 230: WPBackItUp ran into unexpected errors during the database "
1318
  "restore. However, we were able to successfully revert the database back to "
@@ -1323,7 +1321,7 @@ msgstr ""
1323
  "database sa orihinal na katayuan nito. Ang error na ito ay maaaring "
1324
  "mangailangan ng mano-mano na pag-import ng database"
1325
 
1326
- #: views/restore.php:290
1327
  msgid ""
1328
  "Error 235: WPBackItUp is not able to proceed because there is no zip utility "
1329
  "available. Please contact support"
@@ -1332,7 +1330,7 @@ msgstr ""
1332
  "available na zip utility. Mangyaring makipag-ugnayan sa support para sa "
1333
  "tulong"
1334
 
1335
- #: views/restore.php:291
1336
  msgid ""
1337
  "Error 250: WPBackItUp is unable to begin the restore because a backup is "
1338
  "running. Please wait for the backup to complete and then try again"
@@ -1341,7 +1339,7 @@ msgstr ""
1341
  "orihinal dahil my kasalukuyang backup na nagaganap. Mangyaring maghintay "
1342
  "na makumpleto ang backup at pagkatapos ay subukan ulit"
1343
 
1344
- #: views/restore.php:293
1345
  msgid ""
1346
  "Error 260: WPBackItUp is unable to extract archives from backup set. Please "
1347
  "try again and contact support if this issue continues"
@@ -1350,7 +1348,7 @@ msgstr ""
1350
  "backup set. Mangyaring subukan muli at makipag-ugnayan sa support kung ang "
1351
  "ganitong isyu ay patuloy pa rin. "
1352
 
1353
- #: views/restore.php:294
1354
  msgid ""
1355
  "Error 261: WPBackItUp is unable to extract archives from backup set. Please "
1356
  "try again and contact support if this issue continues"
@@ -1359,7 +1357,7 @@ msgstr ""
1359
  "backup set. Mangyaring subukan muli at makipag-ugnayan sa support kung ang "
1360
  "ganitong isyu ay patuloy pa rin. "
1361
 
1362
- #: views/restore.php:295
1363
  msgid ""
1364
  "Error 262: There were no backup files found in the backup folder. Please "
1365
  "try again and contact support if this issue continues"
@@ -1367,7 +1365,7 @@ msgstr ""
1367
  "Error 262: Walang nakita na backup files sa backup folder. Mangyaring "
1368
  "subukan muli at makipag-ugnayan sa support kung magpapatuloy ito. "
1369
 
1370
- #: views/restore.php:297
1371
  msgid ""
1372
  "Error 251: WPBackItUp is unable to begin the restore because the backup "
1373
  "manifest is empty"
@@ -1375,7 +1373,7 @@ msgstr ""
1375
  "Error 251: Hindi maaaring simulan ng WPBackItUp ang pagbabalik sa "
1376
  "orihinal dahil ang backup manifest ay walang laman"
1377
 
1378
- #: views/restore.php:298
1379
  msgid ""
1380
  "Error 252: At least one zip file is missing from your backup set. Please "
1381
  "make sure to upload all zip files that were part of this backup"
@@ -1383,7 +1381,7 @@ msgstr ""
1383
  "Error 252: Hindi bababa sa isang zip file ay nawawala mula sa iyong backup "
1384
  "set. Pakitiyak na i-upload ang lahat ng zip file na bahagi ng backup na ito"
1385
 
1386
- #: views/restore.php:299
1387
  msgid ""
1388
  "Error 253: Backup set contains a zip file that is not in the manifest. "
1389
  "Please make sure to upload only zip files that were part of this backup"
@@ -1392,7 +1390,7 @@ msgstr ""
1392
  "manifest. Pakitiyak na i-upload lamang ang zip file na bahagi ng backup na "
1393
  "ito "
1394
 
1395
- #: views/restore.php:300
1396
  msgid ""
1397
  "Error 254: The size of one the zip files in this backup set does not match "
1398
  "the manifest so is most likely corrupt. Upload all zip files in this backup "
@@ -1403,7 +1401,7 @@ msgstr ""
1403
  "file sa backup set muli at subukang ipanumbalik sa orihinal ng isa pang "
1404
  "beses."
1405
 
1406
- #: views/restore.php:301
1407
  msgid ""
1408
  "Error 255: Backup set does not contain a manifest. Please make sure to "
1409
  "upload all zip files that were part of this backup"
@@ -1412,7 +1410,7 @@ msgstr ""
1412
  "manifest. Pakitiyak na I-upload lamang ang zip file na bahagi ng backup na "
1413
  "ito. "
1414
 
1415
- #: views/restore.php:303
1416
  msgid ""
1417
  "Warning 300: Unable to restore all WordPress content. Please review your "
1418
  "restore logs to see what WPBackItUp was unable to restore"
@@ -1421,7 +1419,7 @@ msgstr ""
1421
  "Mangyaring suriin ang logs ng iyong restore para makita kung ano ang hindi "
1422
  "nagawang ibalik sa orihinal ng WPBackItUp . "
1423
 
1424
- #: views/restore.php:304
1425
  msgid ""
1426
  "Warning 305: Unable to restore all plugins. Please review your restore logs "
1427
  "to see what WPBackItUp was unable to restore"
@@ -1430,39 +1428,43 @@ msgstr ""
1430
  "suriin ang iyong logs ng pagbabalik sa orihinal para makita kung ano ang "
1431
  "hindi nagawang ibalik sa orihinal ng WPBackItUp"
1432
 
1433
- #: views/restore.php:306
1434
  msgid "Error 2001: Unable to prepare site for restore"
1435
  msgstr "Error 2001: Hindi maihanda ang site para maibalik sa orihinal "
1436
 
1437
- #: views/restore.php:307
1438
  msgid "Error 2002: Unable to unzip backup"
1439
  msgstr "Error 2002: Hindi magawang i-unzip ang backup"
1440
 
1441
- #: views/restore.php:308
1442
  msgid "Error 2003: Unable to validate backup"
1443
  msgstr "Error 2003: Hindi ma-validate ang backup"
1444
 
1445
- #: views/restore.php:309
1446
  msgid "Error 2004: Unable to create restore point"
1447
  msgstr "Error 2004: Hindi makalikha ng restore point"
1448
 
1449
- #: views/restore.php:310
1450
  msgid "Error 2005: Unable to stage wp-content"
1451
  msgstr "Error 2005: Hindi magawang mahanda ang wp-content"
1452
 
1453
- #: views/restore.php:311
1454
  msgid "Error 2006: Unable to restore content files"
1455
  msgstr "Error 2006: Hindi maibabalik sa orihinal ang nilalaman na file "
1456
 
1457
- #: views/restore.php:312
1458
  msgid "Error 2007: Unable to restore database"
1459
  msgstr "Error 2007: Hindi nagawang ibalik sa orihinal ang database"
1460
 
1461
- #: views/restore.php:313
 
 
 
 
1462
  msgid "Error 2999: Unexpected error encountered"
1463
  msgstr "Error 2999: Hindi inaasahang error ang naganap "
1464
 
1465
- #: views/restore.php:320
1466
  msgid ""
1467
  "Restore completed successfully. If you are prompted to login please do so "
1468
  "with your current username and password"
@@ -1476,15 +1478,15 @@ msgstr ""
1476
  msgid "%s Settings"
1477
  msgstr "%s Setting"
1478
 
1479
- #: views/settings.php:48
1480
  msgid "Settings updated successfully!"
1481
  msgstr "Matagumpay na na-i-update ang plugin"
1482
 
1483
- #: views/settings.php:61
1484
  msgid "Email Notifications"
1485
  msgstr "Abiso sa Email"
1486
 
1487
- #: views/settings.php:62
1488
  msgid ""
1489
  "Please enter your email address if you would like to receive backup email "
1490
  "notifications."
@@ -1492,7 +1494,7 @@ msgstr ""
1492
  "Pakilagay ang iyong email address kung nais mong makatanggap ng mga abiso "
1493
  "sa email tungkol sa backup. "
1494
 
1495
- #: views/settings.php:63
1496
  msgid ""
1497
  "Backup email notifications will be sent for every backup and will contain "
1498
  "status information related to the backup."
@@ -1500,23 +1502,24 @@ msgstr ""
1500
  "Magpapadala ng abiso sa email sa bawat backup at naglalaman ito ng "
1501
  "impormasyon na may kaugnayan sa backup."
1502
 
1503
- #: views/settings.php:65 views/settings.php:85 views/settings.php:108
1504
- #: views/settings.php:115 views/settings.php:123 views/settings.php:154
1505
- #: views/settings.php:188 views/settings.php:226 views/settings.php:235
 
1506
  msgid "Save"
1507
  msgstr "I-save"
1508
 
1509
- #: views/settings.php:81
1510
  msgid "Backup Retention"
1511
  msgstr "Backup Retention"
1512
 
1513
- #: views/settings.php:82
1514
  msgid ""
1515
  "Enter the number of backup archives that you would like to remain on the "
1516
  "server."
1517
  msgstr "Ilagay ang bilang ng backup archive na nais mong manatili sa server."
1518
 
1519
- #: views/settings.php:83
1520
  msgid ""
1521
  "Many hosts limit the amount of space that you can take up on their servers. "
1522
  "This option tells WPBackItUp the maximum number of backup archives that "
@@ -1529,15 +1532,15 @@ msgstr ""
1529
  "host server. Huwag mag-alala, kami ay palaging nagtatanggal muna ng "
1530
  "pinakaluma na backup archives."
1531
 
1532
- #: views/settings.php:102
1533
  msgid "Logging?"
1534
  msgstr "Logging?"
1535
 
1536
- #: views/settings.php:103
1537
  msgid "Turn on WPBackItUp logging."
1538
  msgstr "Mangyaring i-on ang WPBackItUp logging"
1539
 
1540
- #: views/settings.php:104
1541
  msgid ""
1542
  "This option should only be turned on by advanced users or when "
1543
  "troubleshooting issues with WPBackItUp support."
@@ -1545,58 +1548,69 @@ msgstr ""
1545
  "Ang opsyon na ito ay dapat i- on kapag nag -troubleshoot ng mga isyu sa "
1546
  "WPBackItUp Support."
1547
 
1548
- #: views/settings.php:105
1549
  msgid "Yes"
1550
  msgstr "Oo"
1551
 
1552
- #: views/settings.php:106
1553
  msgid "No"
1554
  msgstr "Hindi"
1555
 
1556
- #: views/settings.php:112
1557
  msgid "Disable restore version compare?"
1558
  msgstr ""
1559
 
1560
- #: views/settings.php:114
1561
  msgid ""
1562
  "Check this box if you would like WPBackItUp not to check major version "
1563
  "issue. This could be dangerous, you can disable it with your own risk."
1564
  msgstr ""
1565
 
1566
- #: views/settings.php:119
1567
  msgid "Single File Backup Set"
1568
  msgstr "Single File Backup Set"
1569
 
1570
- #: views/settings.php:121
1571
  msgid ""
1572
- "Check this box if you would like WPBackItUp to create a single file backup "
1573
- "set."
1574
  msgstr ""
1575
- "Markahan ng tsek kung nais mo na lumikha ang WPBackItUp ng single file "
1576
- "backup set. "
1577
 
1578
- #: views/settings.php:122
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1579
  msgid ""
1580
  "When this setting is turned on WPBackItUp will attempt to create a single "
1581
- "file backup set. If WPBackItUp is unable to create a single file backup set "
1582
- "then it will turn this setting off for you. Creating a single file backup "
1583
- "set may not be possible with hosts that strictly limit memory utilization."
1584
  msgstr ""
1585
- "Kapag ang setting na ito ay naka-on ang WPBackItUp ay lilikha ng solong file "
1586
- "backup set. Kung ang WPBackItUp ay hindi magawang lumikha ng isang solong "
1587
- "backup file set ang setting na ito ay naka- off para sa iyo. Ang paglikha ng "
1588
- "isang solong file backup set ay maaaring hindi posible sa mga host na "
1589
- "mahigpit na limitado ang paggamit ng memory."
1590
 
1591
- #: views/settings.php:127
1592
  msgid "Batch Size"
1593
  msgstr "Laki ng Pangkat"
1594
 
1595
- #: views/settings.php:128
1596
  msgid "Enter the batch size for each of your content items."
1597
  msgstr "Ilagay ang laki ng batch size sa bawat nilalaman na aytem. "
1598
 
1599
- #: views/settings.php:129
1600
  msgid ""
1601
  "These settings tell WPBackItUp how many items that should be added to the "
1602
  "backup at a time. If you experience timeouts while running a backup then "
@@ -1609,27 +1623,27 @@ msgstr ""
1609
  "makatulong na mabawasan ang dami ng oras na aabutin ng WPBackItUp sa "
1610
  "pagkumpleto ng bawat backup na gagawin."
1611
 
1612
- #: views/settings.php:132
1613
  msgid "DB Tables Batch Size"
1614
  msgstr "Laki ng Pangkat ng DB Tables"
1615
 
1616
- #: views/settings.php:137
1617
  msgid "Plugins Batch Size"
1618
  msgstr "Laki ng Pangkat ng Plugins "
1619
 
1620
- #: views/settings.php:142
1621
  msgid "Themes Batch Size"
1622
  msgstr "Laki ng Pangkat ng Tema"
1623
 
1624
- #: views/settings.php:147
1625
  msgid "Uploads Batch Size"
1626
  msgstr "Laki ng Pangkat ng Uploads "
1627
 
1628
- #: views/settings.php:152
1629
  msgid "Others Batch Size"
1630
  msgstr "Iba pang mga Laki ng Pangkat"
1631
 
1632
- #: views/settings.php:155 views/settings.php:189 views/settings.php:227
1633
  msgid ""
1634
  "* These settings should only be modified by advanced users or when when "
1635
  "working with WPBackItUp support."
@@ -1637,18 +1651,18 @@ msgstr ""
1637
  "Ang opsyon na ito ay babaguhin lamang sa tuwing nakikipagugnayan sa "
1638
  "WPBackItUp support."
1639
 
1640
- #: views/settings.php:167
1641
  msgid "Filter Your Folders"
1642
  msgstr "Salain ang Folders"
1643
 
1644
- #: views/settings.php:168
1645
  msgid ""
1646
  "Enter a comma separated list of folders that should be excluded from your "
1647
  "backups."
1648
  msgstr ""
1649
  "Lagyan ng kuwit ang bawat talaan ng mga folders na hindi isasama sa backup. "
1650
 
1651
- #: views/settings.php:169
1652
  msgid ""
1653
  "It is important to note that when a folder name is present in this list any "
1654
  "occurrence of that folder, and all its contents, will be excluded from the "
@@ -1658,31 +1672,31 @@ msgstr ""
1658
  "talaan, anumang pangyayari sa folder na iyon, at ang lahat ng mga nilalaman "
1659
  "nito, ay hindi maisasama sa backup."
1660
 
1661
- #: views/settings.php:171
1662
  msgid "Plugin Folders Filter"
1663
  msgstr "Folders Filter ng Plugin"
1664
 
1665
- #: views/settings.php:176
1666
  msgid "Theme Folders Filter"
1667
  msgstr "Folders Filter ng Tema"
1668
 
1669
- #: views/settings.php:181
1670
  msgid "Upload Folders Filter"
1671
  msgstr "Folders Filter ng Uploads"
1672
 
1673
- #: views/settings.php:185
1674
  msgid "Other Folders Filter"
1675
  msgstr "Iba pang mga Folders Filter"
1676
 
1677
- #: views/settings.php:194
1678
  msgid "Filter Your Database Tables"
1679
  msgstr "Salain ang Database Tables "
1680
 
1681
- #: views/settings.php:195
1682
  msgid "Exclude custom database tables from the backup."
1683
  msgstr "Huwag isama ang custom database tables sa backup."
1684
 
1685
- #: views/settings.php:196
1686
  msgid ""
1687
  "If you would like to exclude a custom table from the backup then simply drag "
1688
  "it to the list on the right. WordPress core tables may not be excluded from "
@@ -1692,11 +1706,11 @@ msgstr ""
1692
  "ito sa talaan sa kanan. Ang WordPress core tables ay hindi maaaring "
1693
  "tanggalin mula sa backup."
1694
 
1695
- #: views/settings.php:232
1696
  msgid "Remove Data on Uninstall?"
1697
  msgstr "Alisin ang Data sa Uninstall?"
1698
 
1699
- #: views/settings.php:234
1700
  msgid ""
1701
  "Check this box if you would like WPBackItUp to completely remove all of its "
1702
  "data when the plugin is deleted."
@@ -1767,34 +1781,70 @@ msgstr ""
1767
  msgid "Premium customers receive priority support."
1768
  msgstr "Ang mga premium customer ay bibigyan ng unang tulong "
1769
 
1770
- #: wp-backitup.php:93 wp-backitup.php:94
1771
  #, php-format
1772
  msgid "Every %s hours"
1773
  msgstr "Kada %s oras "
1774
 
1775
- #: wp-backitup.php:95 wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98
1776
- #: wp-backitup.php:99
1777
  #, php-format
1778
  msgid "WPBUP - Every %s minutes"
1779
  msgstr "WPBUP - bawat %s minuto"
1780
 
1781
- #: wp-backitup.php:101
1782
  msgid "WPBUP - Once Weekly"
1783
  msgstr "WPBUP - isang beses bawat linggo"
1784
 
1785
- #: wp-backitup.php:102
1786
  msgid "WPBUP - Once Monthly"
1787
  msgstr "WPBUP - Minsan sa isang buwan "
1788
 
1789
- #: wp-backitup.php:103 wp-backitup.php:104
1790
  #, php-format
1791
  msgid "WPBUP - Every %s hours"
1792
  msgstr "WPBUP - Sa bawat %s oras"
1793
 
1794
- #: wp-backitup.php:113
1795
  msgid "Local File"
1796
  msgstr ""
1797
 
1798
- #: wp-backitup.php:170
1799
  msgid "Cleanup"
1800
  msgstr "Paglilinis"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: WPBackItUp\n"
8
+ "POT-Creation-Date: 2016-08-14 10:54-0400\n"
9
+ "PO-Revision-Date: 2016-08-14 10:54-0400\n"
10
  "Last-Translator: sheisjeremy\n"
11
  "Language-Team: Tagalog (http://www.transifex.com/wp-translations/wp-backitup/"
12
  "language/tl/)\n"
25
  msgid "Every %d Minutes"
26
  msgstr ""
27
 
28
+ #: lib/includes/class-wpbackitup-admin.php:216 views/backup.php:277
29
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
30
+ #: wp-backitup.php:143
31
  msgid "Backup"
32
  msgstr "Backup"
33
 
34
+ #: lib/includes/class-wpbackitup-admin.php:220
35
+ #: lib/includes/class-wpbackitup-admin.php:258 views/restore.php:136
36
+ #: wp-backitup.php:157
37
  msgid "Restore"
38
  msgstr "Ipanumbalik sa orihinal"
39
 
40
+ #: lib/includes/class-wpbackitup-admin.php:224
41
  msgid "Support"
42
  msgstr "Support"
43
 
44
+ #: lib/includes/class-wpbackitup-admin.php:227
45
  msgid "Settings"
46
  msgstr "Mga Setting"
47
 
48
+ #: lib/includes/class-wpbackitup-admin.php:251
49
  msgid ""
50
  "The backup you have selected exceeds what your host allows you to upload."
51
  msgstr ""
52
  "Ang iyong pinili na mga backup ay lumampas sa pinapayagan ng iyong host na "
53
  "dapat i-upload."
54
 
55
+ #: lib/includes/class-wpbackitup-admin.php:252 views/backup.php:439
56
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
57
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
58
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
59
  msgid "Warning"
60
  msgstr "Babala"
61
 
62
+ #: lib/includes/class-wpbackitup-admin.php:253 views/backup.php:253
63
  #: views/backup.php:376
64
  msgid "Error"
65
  msgstr "Pagkakamali"
66
 
67
+ #: lib/includes/class-wpbackitup-admin.php:254
68
  msgid "Response"
69
  msgstr "Tugon"
70
 
71
+ #: lib/includes/class-wpbackitup-admin.php:255 views/backup.php:352
72
  #: views/backup.php:430 views/restore.php:230
73
  msgid "Status"
74
  msgstr "Kalagayan"
75
 
76
+ #: lib/includes/class-wpbackitup-admin.php:256
77
  msgid "Download"
78
  msgstr "Download"
79
 
80
+ #: lib/includes/class-wpbackitup-admin.php:257 views/backup.php:407
81
  #: views/restore.php:129
82
  msgid "Delete"
83
  msgstr "Burahin"
84
 
85
+ #: lib/includes/class-wpbackitup-admin.php:259
86
  msgid "(JS997) Unexpected error"
87
  msgstr "(JS997) hindi inaasahang pagkakamali o hindi inaasahang error"
88
 
89
+ #: lib/includes/class-wpbackitup-admin.php:260
90
  msgid "(JS998) Unexpected error"
91
  msgstr "(JS998) hindi inaasahang pagkakamali o hindi inaasahang error"
92
 
93
+ #: lib/includes/class-wpbackitup-admin.php:261
94
  msgid "(JS999) An unexpected error has occurred"
95
  msgstr ""
96
  "(JS999) Nangyari ang hindi inaasahang pagkakamali o Nangyari ang hindi "
97
  "inaasahang error"
98
 
99
+ #: lib/includes/class-wpbackitup-admin.php:262
100
  msgid "Scheduled has been saved."
101
  msgstr "Ang schedule ay naka-save."
102
 
103
+ #: lib/includes/class-wpbackitup-admin.php:263
104
  msgid "Scheduled was not saved."
105
  msgstr "Ang schedule ay hindi naka - save. "
106
 
107
+ #: lib/includes/class-wpbackitup-admin.php:264
108
  msgid "Are you sure you want to restore your site?"
109
  msgstr ""
110
  "Ikaw ba ay nakasisiguro na dapat ibalik sa orihinal ang iyong website? "
111
 
112
+ #: lib/includes/class-wpbackitup-admin.php:265
113
  msgid "Are you sure ?"
114
  msgstr "Ikaw ba ay nakasisiguro?"
115
 
116
+ #: lib/includes/class-wpbackitup-admin.php:266
117
  msgid "This file cannot be delete!"
118
  msgstr "Ang file na ito ay hindi maaaring tanggalin!"
119
 
120
+ #: lib/includes/class-wpbackitup-admin.php:267
121
  msgid "View Log"
122
  msgstr "Tignan ang log files. "
123
 
124
+ #: lib/includes/class-wpbackitup-admin.php:268
125
  msgid "New Backup!"
126
  msgstr "Bagong backup!"
127
 
128
+ #: lib/includes/class-wpbackitup-admin.php:269
129
  msgid "Uploaded Backup"
130
  msgstr "Na upload na backup"
131
 
132
+ #: lib/includes/class-wpbackitup-admin.php:606
133
  msgid "Backup Queued"
134
  msgstr "Ang backup ay nakalinya."
135
 
136
+ #: lib/includes/class-wpbackitup-admin.php:615
137
  msgid "Backup could not be queued"
138
  msgstr "Ang backup ay hindi maaaring isama sa mga naka linya"
139
 
140
+ #: lib/includes/class-wpbackitup-admin.php:627
141
  msgid "Job is already in queue."
142
  msgstr "Ang Job ay nasa queue. "
143
 
144
+ #: lib/includes/class-wpbackitup-admin.php:665
145
  msgid "No backup file selected."
146
  msgstr "Walang backup file na napili"
147
 
148
+ #: lib/includes/class-wpbackitup-admin.php:672
149
  msgid "No user id found."
150
  msgstr "Walang matagpuan na user id"
151
 
152
+ #: lib/includes/class-wpbackitup-admin.php:710
153
  msgid "Restore Queued"
154
  msgstr "Nakalinya na ang mga ipanunumbalik sa orihinal."
155
 
156
+ #: lib/includes/class-wpbackitup-admin.php:719
157
  msgid "Restore could not be queued"
158
  msgstr "Hindi maaaring isama sa linya ng mga ibabalik sa orihinal. "
159
 
160
+ #: lib/includes/class-wpbackitup-admin.php:725
161
  msgid "Restore already in queue"
162
  msgstr "Ang ipanunumbalik sa orihinal ay nakalinya na. "
163
 
164
+ #: lib/includes/class-wpbackitup-admin.php:757
165
  msgid "No job id posted"
166
  msgstr "Walang job id na na-i-post"
167
 
168
+ #: lib/includes/class-wpbackitup-admin.php:765 views/backup.php:467
169
  msgid "Backup Cancelled"
170
  msgstr "Nakansela na backup "
171
 
172
+ #: lib/includes/class-wpbackitup-admin.php:767
173
  msgid "Backup job not found"
174
  msgstr "Hindi natagpuan ang Backup Job"
175
 
176
+ #: lib/includes/class-wpbackitup-admin.php:975
177
  msgid "No response log found."
178
  msgstr "Walang makita na response log."
179
 
180
+ #: lib/includes/class-wpbackitup-admin.php:1077
181
+ #: lib/includes/class-wpbackitup-admin.php:1085
182
+ #: lib/includes/class-wpbackitup-admin.php:1137
183
+ #: lib/includes/class-wpbackitup-admin.php:1144
184
+ #: lib/includes/class-wpbackitup-admin.php:1151
185
+ #: lib/includes/class-wpbackitup-admin.php:1158
186
+ #: lib/includes/class-wpbackitup-admin.php:1165
187
  msgid "Please enter a number"
188
  msgstr "Maglagay ng numero "
189
 
190
+ #: lib/includes/class-wpbackitup-admin.php:1106
191
+ #: lib/includes/class-wpbackitup-admin.php:1274
192
  msgid "Please enter a valid email"
193
  msgstr "Ilagay ang tamang email."
194
 
195
+ #: lib/includes/class-wpbackitup-admin.php:1281
196
  msgid "Please enter your support ticket id"
197
  msgstr "Ilagay ang iyong support ticket id"
198
 
199
+ #: lib/includes/class-wpbackitup-admin.php:1286
200
  msgid "Please only enter numbers in this field"
201
  msgstr "Ilagay lamang ang numero"
202
 
203
+ #: lib/includes/class-wpbackitup-admin.php:2093
204
+ #: lib/includes/class-wpbackitup-admin.php:2113
205
  msgid ""
206
  "License could not be activated. Please try again in a few hours and contact "
207
  "support if this error continues."
209
  "Hindi ma-activate ang lisensya. Pakisubukang muli pagkalipas ng ilang oras "
210
  "at makipag-ugnayan sa support kung ang error na ito ay patuloy pa rin. "
211
 
212
+ #: lib/includes/class-wpbackitup-admin.php:2162
213
  msgid "License is invalid."
214
  msgstr "Ang lisensya ay hindi wasto"
215
 
216
+ #: lib/includes/class-wpbackitup-admin.php:2167
217
  msgid "License has expired."
218
  msgstr "Ang lisensya ay wala ng bisa."
219
 
220
+ #: lib/includes/class-wpbackitup-admin.php:2170
221
  #, php-format
222
  msgid ""
223
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
228
  "renew </a> ang iyong lisensya ngayon para sa isa pang taon ng mga update "
229
  "<strong> ng produkto </strong> at <strong> priority support. </strong>"
230
 
231
+ #: lib/includes/class-wpbackitup-admin.php:2184
232
  msgid "License Expired: Scheduled backups are no longer active."
233
  msgstr ""
234
  "Ang lisensya ay wala ng bisa: Ang naka iskedyul na mga backup ay hindi na "
235
  "aktibo. "
236
 
237
+ #: lib/includes/class-wpbackitup-admin.php:2192
238
  msgid "Activation limit has been reached."
239
  msgstr "Ang pagtatakda ng aktibasyon ay umabot na sa limitasyon "
240
 
241
+ #: lib/includes/class-wpbackitup-admin.php:2198
242
  msgid "Your Activation limit has been reached"
243
  msgstr "Ang pagtatakda ng aktibasyon ay umabot na sa limitasyon "
244
 
268
  msgid "Could not import file into WPBackItUp backup set."
269
  msgstr "Hindi ma -import ang file sa WPBackItUp backup set"
270
 
271
+ #: lib/includes/job_backup.php:1144
272
  #, php-format
273
  msgid ""
274
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
284
  "target=\"blank\"> i- renew </a></strong> para sa isa pang taon ng mga update "
285
  "sa produkto at access sa ating pinakamahusay na support team.<br/><br/>"
286
 
287
+ #: lib/includes/job_backup.php:1149
288
  #, php-format
289
  msgid "%s - Backup completed successfully."
290
  msgstr "%s Matagumpay na nakumpleto ang back up "
291
 
292
+ #: lib/includes/job_backup.php:1150
293
  msgid "Your backup completed successfully."
294
  msgstr "Matagumpay na nakumpleto ang iyong backup"
295
 
296
+ #: lib/includes/job_backup.php:1153
297
  #, php-format
298
  msgid "%s - Backup did not complete successfully."
299
  msgstr "%s - Ang backup ay hindi matagumpay na nakumpleto"
300
 
301
+ #: lib/includes/job_backup.php:1154
302
  msgid "Your backup did not complete successfully."
303
  msgstr "Ang iyong backup ay hindi matagumpay na nakumpleto"
304
 
305
+ #: lib/includes/job_backup.php:1161
306
  #, php-format
307
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
308
  msgstr "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
309
 
310
+ #: lib/includes/job_backup.php:1162
311
  msgid "Backup date:"
312
  msgstr "Petsa ng backup"
313
 
314
+ #: lib/includes/job_backup.php:1163
315
  msgid "Number of backups completed with WPBackItUp:"
316
  msgstr "Bilang ng mga nakumpleto na backup sa WPBackItUp "
317
 
318
+ #: lib/includes/job_backup.php:1165
319
  msgid "Completion Code:"
320
  msgstr "Completion Code:"
321
 
322
+ #: lib/includes/job_backup.php:1166
323
  msgid "WPBackItUp Version:"
324
  msgstr "Bersyon ng WPBackItUp:"
325
 
326
+ #: lib/includes/job_backup.php:1178
327
  #, php-format
328
  msgid "Checkout %s for info about WPBackItUp and our other products."
329
  msgstr ""
330
  "Siyasatin ang %s para sa impormasyon tungkol sa WPBackItUp at ang aming iba "
331
  "pang mga produkto."
332
 
333
+ #: lib/includes/job_backup.php:1345
334
  msgid ""
335
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
336
  "settings of your wp-backitup backup directory"
339
  "suriin ang setting ng CHMOD ng iyong direktoryo para sa backup ng wp-"
340
  "backitup "
341
 
342
+ #: lib/includes/job_backup.php:1346
343
  msgid ""
344
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
345
  "your wp-backitup plugin directory"
347
  "(102) Hindi makalikha ng direktoryo para sa backup. Mangyaring suriin ang "
348
  "setting ng CHMOD sa iyong direktoryo ng plugin ng wp-backitup "
349
 
350
+ #: lib/includes/job_backup.php:1347
351
  msgid "(103) Unable to backup your files. Please try again"
352
  msgstr "(103) Hindi ma-backup ang iyong mga files. Mangyaring subukan muli"
353
 
354
+ #: lib/includes/job_backup.php:1348
355
  msgid "(104) Unable to export your database. Please try again"
356
  msgstr "(104) Hindi ma-export ang iyong database. Mangyaring subukan muli"
357
 
358
+ #: lib/includes/job_backup.php:1349
359
  msgid "(105) Unable to export site information file. Please try again"
360
  msgstr ""
361
  "(105) Hindi ma -export ang site information file. Mangyaring subukan muli"
362
 
363
+ #: lib/includes/job_backup.php:1350
364
  msgid "(106) Unable to cleanup your backup directory"
365
  msgstr "(106) Hindi malinisan ang iyong direktoryo ng backup"
366
 
367
+ #: lib/includes/job_backup.php:1351
368
  msgid "(107) Unable to compress(zip) your backup. Please try again"
369
  msgstr "(107) Hindi masiksik ang iyong backup. Mangyaring subukan muli"
370
 
371
+ #: lib/includes/job_backup.php:1352
372
  msgid "(108) Unable to backup your site data files. Please try again"
373
  msgstr ""
374
  "(108) Hindi ma-backup ang iyong site data files .Mangyaring subukan muli"
375
 
376
+ #: lib/includes/job_backup.php:1353
377
  msgid "(109) Unable to finalize backup. Please try again"
378
  msgstr "(109) Hindi ma-kumpleto ang backup. Mangyaring subukan muli"
379
 
380
+ #: lib/includes/job_backup.php:1354
381
  msgid "(110) Unable to create backup manifest. Please try again"
382
  msgstr "(110) Hindi makalikha ng backup manifest. Mangyaring subukan muli. "
383
 
384
+ #: lib/includes/job_backup.php:1355
385
  msgid ""
386
  "(114) Your database was accessible but an export could not be created. "
387
  "Please contact support by clicking the get support link on the right. Please "
392
  "pamamagitan ng pag-click sa link na ito . Mangyaring ipaalam sa amin kung "
393
  "sino ang iyong host kung magpapadala ng ticket."
394
 
395
+ #: lib/includes/job_backup.php:1356
396
  msgid "(120) Unable to backup your themes. Please try again"
397
  msgstr "(120) Hindi ma-backup ang iyong tema. Mangyaring subukan muli"
398
 
399
+ #: lib/includes/job_backup.php:1357
400
  msgid "(121) Unable to backup your plugins. Please try again"
401
  msgstr "(121) Hindi ma-backup ang iyong mga plugins. Mangyaring subukan muli"
402
 
403
+ #: lib/includes/job_backup.php:1358
404
  msgid "(122) Unable to backup your uploads. Please try again"
405
  msgstr "(122) Hindi ma-backup ang iyong mga uploads. Mangyaring subukan muli"
406
 
407
+ #: lib/includes/job_backup.php:1359
408
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
409
  msgstr ""
410
  "(123) Hindi ma-backup ang iyong sari-sari na mga file. Mangyaring subukan "
411
  "muli"
412
 
413
+ #: lib/includes/job_backup.php:1360
414
  msgid ""
415
  "(125) Unable to compress your backup because there is no zip utility "
416
  "available. Please contact support"
418
  "(125) Hindi ma- siksik ang iyong backup dahil walang available na zip "
419
  "utility. Mangyaring makipag-ugnayan sa support para sa tulong. "
420
 
421
+ #: lib/includes/job_backup.php:1361
422
  msgid "(126) Unable to validate your backup. Please try again"
423
  msgstr "(126) Hindi ma-validate ang iyong backup. Mangyaring subukan muli"
424
 
425
+ #: lib/includes/job_backup.php:1362
426
  msgid "(127) Unable to create inventory of files to backup. Please try again"
427
  msgstr ""
428
  "(127) Hindi makalikha ng imbentaryo ng mga files na dapat i- backup. "
429
  "Mangyaring subukan muli"
430
 
431
+ #: lib/includes/job_backup.php:1363
432
  msgid "(128) Unable to create job control record. Please try again"
433
  msgstr "(128) Hindi makalikha ng job control record. Mangyaring subukan muli"
434
 
435
+ #: lib/includes/job_backup.php:1365
436
  msgid ""
437
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
438
  "settings of your wp-backitup backup directory"
441
  "suriin ang setting ng CHMOD ng iyong direktoryo para sa backup ng wp-"
442
  "backitup "
443
 
444
+ #: lib/includes/job_backup.php:1366
445
  msgid ""
446
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
447
  "your wp-backitup plugin directory"
449
  "(2102) Hindi makalikha ng direktoryo ng backup. Mangyaring suriin ang mga "
450
  "setting ng CHMOD ng inyong direktoryo ng plugin ng wp-backitup "
451
 
452
+ #: lib/includes/job_backup.php:1367
453
  msgid "(2103) Unable to backup your files. Please try again"
454
  msgstr "(2103) Hindi ma-backup ang iyong mga files. Mangyaring subukan muli"
455
 
456
+ #: lib/includes/job_backup.php:1368
457
  msgid "(2104) Unable to export your database. Please try again"
458
  msgstr "(2104) Hindi ma-export ang iyong database. Mangyaring subukan muli"
459
 
460
+ #: lib/includes/job_backup.php:1369
461
  msgid "(2105) Unable to export site information file. Please try again"
462
  msgstr ""
463
  "(2105) Hindi ma-export and site information file. Mangyaring subukan muli"
464
 
465
+ #: lib/includes/job_backup.php:1370
466
  msgid "(2106) Unable to cleanup your backup directory"
467
  msgstr "(2106) Hindi malinisan ang iyong direktoryo ng backup"
468
 
469
+ #: lib/includes/job_backup.php:1371
470
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
471
  msgstr ""
472
  "(2107) Hindi ma-siksik sa (zip) ang iyong backup. Mangyaring subukan muli"
473
 
474
+ #: lib/includes/job_backup.php:1372
475
  msgid "(2108) Unable to backup your site data files. Please try again"
476
  msgstr ""
477
  "(2108) Hindi ma-backup ang iyong site data files. Mangyaring subukan muli"
478
 
479
+ #: lib/includes/job_backup.php:1373
480
  msgid "(2109) Unable to finalize backup. Please try again"
481
  msgstr "(2109) Hindi ma-kumpleto ang backup. Mangyaring subukan muli"
482
 
483
+ #: lib/includes/job_backup.php:1374
484
  msgid "(2110) Unable to create backup manifest. Please try again"
485
  msgstr "(2110) Hindi makalikha ng backup manifest. Mangyaring subukan muli. "
486
 
487
+ #: lib/includes/job_backup.php:1375
488
  msgid ""
489
  "(2114) Your database was accessible but an export could not be created. "
490
  "Please contact support by clicking the get support link on the right. Please "
495
  "pamamagitan ng pag-click sa link na get support link . Mangyaring ipaalam "
496
  "sa amin kung sino ang iyong host kung kayo ay magpapadala ng kahilingan."
497
 
498
+ #: lib/includes/job_backup.php:1376
499
  msgid "(2120) Unable to backup your themes. Please try again"
500
  msgstr "(2120) Hindi ma-backup ang iyong tema. Mangyaring subukan muli"
501
 
502
+ #: lib/includes/job_backup.php:1377
503
  msgid "(2121) Unable to backup your plugins. Please try again"
504
  msgstr "(2121) Hindi ma-backup ang iyong mga plugins. Mangyaring subukan muli"
505
 
506
+ #: lib/includes/job_backup.php:1378
507
  msgid "(2122) Unable to backup your uploads. Please try again"
508
  msgstr "(2122) Hindi ma-backup ang iyong mga upload. Mangyaring subukan muli"
509
 
510
+ #: lib/includes/job_backup.php:1379
511
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
512
  msgstr ""
513
  "(2123) Hindi ma-backup ang iyong mga sari-sari na mga file. Mangyaring "
514
  "subukan muli"
515
 
516
+ #: lib/includes/job_backup.php:1380
517
  msgid ""
518
  "(2125) Unable to compress your backup because there is no zip utility "
519
  "available. Please contact support"
521
  "(2125) Hindi ma-isiksik ang iyong backup dahil walang magagamit na zip "
522
  "utility. Mangyaring makipag-ugnayan sa support para sa tulong"
523
 
524
+ #: lib/includes/job_backup.php:1381
525
  msgid "(2126) Unable to validate your backup. Please try again"
526
  msgstr "(2126) Hindi ma-validate ang iyong backup. Mangyaring subukan muli"
527
 
528
+ #: lib/includes/job_backup.php:1382
529
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
530
  msgstr ""
531
  "(2127) Hindi makalikha ng imbentaryo ng mga files na dapat i- backup. "
532
  "Mangyaring subukan muli"
533
 
534
+ #: lib/includes/job_backup.php:1383
535
  msgid "(2128) Unable to create job control record. Please try again"
536
  msgstr "(2128) Hindi makalikha ng job control record. Mangyaring subukan muli"
537
 
538
+ #: lib/includes/job_backup.php:1386
539
  msgid "(999) Unexpected error"
540
  msgstr "(999) Hindi inaasahang error o hindi inaasahang pagkakamali"
541
 
730
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
731
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
732
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
733
+ #: views/restore.php:250 views/restore.php:251 views/restore.php:253
734
+ #: views/restore.php:254 views/restore.php:256 views/restore.php:257
 
735
  msgid "Done"
736
  msgstr "Tapos na "
737
 
740
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
741
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
742
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
743
+ #: views/restore.php:250 views/restore.php:251 views/restore.php:253
744
+ #: views/restore.php:254 views/restore.php:256 views/restore.php:257
 
745
  msgid "Failed"
746
  msgstr "Hindi napagtagumpayan "
747
 
1063
 
1064
  #: views/restore.php:214
1065
  msgid ""
1066
+ "* When done uploading click the import uploads button below to see new "
1067
+ "backups appear in the Available Backups section above. "
1068
  msgstr ""
 
 
1069
 
1070
  #: views/restore.php:244
1071
  msgid "Preparing for restore"
1087
  msgid "Deactivating plugins"
1088
  msgstr "Tanggalin ang pagka-aktibo ng plugin"
1089
 
 
 
 
 
1090
  #: views/restore.php:250
1091
+ msgid "Importing database"
1092
+ msgstr ""
1093
+
1094
+ #: views/restore.php:251
1095
+ msgid "Updating imported database"
1096
+ msgstr ""
1097
+
1098
+ #: views/restore.php:253
1099
  msgid "Staging content files"
1100
  msgstr "Pagsasaayos ng mga nilalaman na files "
1101
 
1102
+ #: views/restore.php:254
1103
  msgid "Restoring content files"
1104
  msgstr "Ipinapanumbalik ang nilalaman na mga file"
1105
 
1106
+ #: views/restore.php:256
1107
  msgid "Restoring database"
1108
  msgstr "Ipinapanumbalik ang database"
1109
 
1110
+ #: views/restore.php:257
 
 
 
 
 
 
 
 
1111
  msgid "Updating permalinks"
1112
  msgstr "Pag-update ng permalinks"
1113
 
1114
+ #: views/restore.php:263
1115
  msgid "Error 201: No file selected"
1116
  msgstr "Error 201: Walang napiling file"
1117
 
1118
+ #: views/restore.php:264
1119
  msgid "Error 202: Your file could not be uploaded"
1120
  msgstr "Error 202: Hindi ma-i- upload ang iyong file"
1121
 
1122
+ #: views/restore.php:265
1123
  msgid "Error 203: Your backup could not be unzipped"
1124
  msgstr "Error 203: Ang iyong backup ay hindi ma-i-unzipped"
1125
 
1126
+ #: views/restore.php:266
1127
  msgid ""
1128
  "Error 204: Your backup appears to be invalid. Please ensure you selected a "
1129
  "valid backup"
1131
  "Error 204: Ang iyong backup ay hindi wasto. Mangyaring siguraduhin na "
1132
  "pinili mo ang isang tunay na backup."
1133
 
1134
+ #: views/restore.php:267
1135
  msgid "Error 205: Cannot create restore point"
1136
  msgstr "Error 205: Hindi makalikha ng restore point"
1137
 
1138
+ #: views/restore.php:268
1139
  msgid "Error 206: Unable to connect to your database"
1140
  msgstr "Error 206: Hindi makakonekta sa iyong database"
1141
 
1142
+ #: views/restore.php:269
1143
  msgid ""
1144
  "Error 207: Unable to get current site URL from database. Please try again"
1145
  msgstr ""
1146
  "Error 207: Hindi makuha ang kasalukuyang URL site mula sa database. "
1147
  "Mangyaring subukan muli"
1148
 
1149
+ #: views/restore.php:270
1150
  msgid ""
1151
  "Error 208: Unable to get current home URL from database. Please try again"
1152
  msgstr ""
1153
  "Error 208: Hindi makuha ang kasalukuyang home URL mula sa database. "
1154
  "Mangyaring subukan muli"
1155
 
1156
+ #: views/restore.php:271
1157
  msgid ""
1158
  "Error 209: Unable to get current user ID from database. Please try again"
1159
  msgstr ""
1160
  "Error 209: Hindi makuha ang kasalukuyang user ID mula sa database. "
1161
  "Mangyaring subukan muli"
1162
 
1163
+ #: views/restore.php:272
1164
  msgid ""
1165
  "Error 210: Unable to get current user password from database. Please try "
1166
  "again"
1168
  "Error 210: Hindi makuha ang kasalukuyang user password mula sa database. "
1169
  "Mangyaring subukan muli"
1170
 
1171
+ #: views/restore.php:273
1172
  msgid ""
1173
  "Error 211: Unable to get current user email from database. Please try again"
1174
  msgstr ""
1175
  "Error 211: Hindi makuha ang kasalukuyang user email mula sa database. "
1176
  "Mangyaring subukan muli"
1177
 
1178
+ #: views/restore.php:275
1179
  msgid ""
1180
  "Error 212: Unable to import your database. This may require importing the "
1181
  "file manually"
1183
  "Error 212: Hindi ma-import ang iyong database. Maaaring mangailangan ng mano "
1184
  "-mano na pag-import ng file"
1185
 
1186
+ #: views/restore.php:276
1187
+ msgid ""
1188
+ "Error 212: Unable to restore your database. This may require importing the "
1189
+ "file manually"
1190
+ msgstr ""
1191
+
1192
+ #: views/restore.php:279
1193
  msgid ""
1194
  "Warning 213: Unable to update your site URL value. Please check your "
1195
  "WordPress general settings to make sure your Site and WordPress URLs are "
1199
  "pangkalahatang mga setting ng WordPress upang matiyak na ang iyong site at "
1200
  "WordPress URL ay tama"
1201
 
1202
+ #: views/restore.php:280
1203
  msgid ""
1204
  "Warning 214: Unable to update your home URL value. Please check your "
1205
  "WordPress general settings to make sure your Site and WordPress URLs are "
1209
  "pangkalahatang mga setting ng iyong WordPress upang matiyak na ang iyong "
1210
  "site at WordPress URL ay tama"
1211
 
1212
+ #: views/restore.php:281
1213
  msgid ""
1214
  "Warning 215: Unable to update your user information. This may require you to "
1215
  "login with the admin username and password that was used when the backup was "
1219
  "na ikaw ay mag-login gamit ang admin username at password na iyong ginamit "
1220
  "sa paglikha ng backup. "
1221
 
1222
+ #: views/restore.php:282
1223
  msgid "Error 216: Database not found in backup"
1224
  msgstr "Error 216: Ang database ay hindi matagpuan sa backup"
1225
 
1226
+ #: views/restore.php:283
1227
  msgid "Warning 217: Unable to remove existing wp-content directory"
1228
  msgstr "Babala 217: Hindi matanggal ang umiiral na direktoryo ng wp-content"
1229
 
1230
+ #: views/restore.php:284
1231
  msgid ""
1232
  "Error 218: Unable to create new wp-content directory. Please check your "
1233
  "CHMOD settings in /wp-content/"
1235
  "Error 218: Hindi makalikha ng mga bagong direktoryo ng wp-content. "
1236
  "Mangyaring suriin ang mga setting ng CHMOD sa / wp-content / "
1237
 
1238
+ #: views/restore.php:285
1239
  msgid "Error 219: Unable to import wp-content. Please try again"
1240
  msgstr "Error 219: Hindi ma - import ang wp-content. Mangyaring subukan muli."
1241
 
1242
+ #: views/restore.php:286
1243
  msgid "Warning 220: Unable to cleanup import directory. No action is required"
1244
  msgstr ""
1245
  "Babala 220: Hindi malinisan ang import ng direktoryo. Walang kinakailangang "
1246
  "aksyon"
1247
 
1248
+ #: views/restore.php:287
1249
  #, php-format
1250
  msgid ""
1251
  "Error 221: Table prefix value in wp-config.php is different from backup. "
1258
  "ang iyong site. Tignan ang www.wpbackitup.com <a href =\"%s\" target="
1259
  "\"_blank\"> FAQs </a> para sa karagdagang impormasyon."
1260
 
1261
+ #: views/restore.php:288
1262
  msgid "Error 222: Unable to create restore folder"
1263
  msgstr "Error 222: Hindi makalikha ng restore folder"
1264
 
1265
+ #: views/restore.php:289
1266
  msgid ""
1267
  "Error 223: An error occurred during the restore. WPBackItUp attempted to "
1268
  "restore the database to its previous state but were unsuccessful. Please "
1275
  "Mangyaring makipag-ugnayan sa WPBackItUp customer support para sa tulong at "
1276
  "wag subukin na magsagawa ng anumang karagdagang restore."
1277
 
1278
+ #: views/restore.php:290
1279
  msgid ""
1280
  "Error 224: An error occurred during the restore, however, we have "
1281
  "successfully restored your database to the previous state"
1284
  "gayunpaman, matagumpay na naipanumbalik ang iyong database sa dating estado "
1285
  "nito"
1286
 
1287
+ #: views/restore.php:291
1288
  msgid ""
1289
  "Error 225: Restore option is only available to licensed WPBackItUp users"
1290
  msgstr ""
1291
  "Error 225: Ang opsyon na pagbabalik sa orihinal o restore ay magagamit "
1292
  "lamang ng mga my lisensya na ng WPBackItUp."
1293
 
1294
+ #: views/restore.php:292
1295
  msgid ""
1296
  "Error 226: Restore cannot proceed because your backup was created using a "
1297
  "different version of WordPress"
1299
  "Error 226: Ang pagbabalik sa orihinal ay hindi maaaring magpatuloy dahil ang "
1300
  "iyong backup ay nilikha gamit ang ibang bersyon ng WordPress"
1301
 
1302
+ #: views/restore.php:293
1303
  msgid ""
1304
  "Error 227: Restore cannot proceed because your backup was created using a "
1305
  "different version of WPBackItUp. Please contact WPBackItUp support to help "
1310
  "sa WPBackItUp support upang matulungan kayo na ma-i- convert ang backup "
1311
  "na ito sa kasalukuyang bersyon"
1312
 
1313
+ #: views/restore.php:294
1314
  msgid ""
1315
  "Error 230: WPBackItUp ran into unexpected errors during the database "
1316
  "restore. However, we were able to successfully revert the database back to "
1321
  "database sa orihinal na katayuan nito. Ang error na ito ay maaaring "
1322
  "mangailangan ng mano-mano na pag-import ng database"
1323
 
1324
+ #: views/restore.php:295
1325
  msgid ""
1326
  "Error 235: WPBackItUp is not able to proceed because there is no zip utility "
1327
  "available. Please contact support"
1330
  "available na zip utility. Mangyaring makipag-ugnayan sa support para sa "
1331
  "tulong"
1332
 
1333
+ #: views/restore.php:296
1334
  msgid ""
1335
  "Error 250: WPBackItUp is unable to begin the restore because a backup is "
1336
  "running. Please wait for the backup to complete and then try again"
1339
  "orihinal dahil my kasalukuyang backup na nagaganap. Mangyaring maghintay "
1340
  "na makumpleto ang backup at pagkatapos ay subukan ulit"
1341
 
1342
+ #: views/restore.php:298
1343
  msgid ""
1344
  "Error 260: WPBackItUp is unable to extract archives from backup set. Please "
1345
  "try again and contact support if this issue continues"
1348
  "backup set. Mangyaring subukan muli at makipag-ugnayan sa support kung ang "
1349
  "ganitong isyu ay patuloy pa rin. "
1350
 
1351
+ #: views/restore.php:299
1352
  msgid ""
1353
  "Error 261: WPBackItUp is unable to extract archives from backup set. Please "
1354
  "try again and contact support if this issue continues"
1357
  "backup set. Mangyaring subukan muli at makipag-ugnayan sa support kung ang "
1358
  "ganitong isyu ay patuloy pa rin. "
1359
 
1360
+ #: views/restore.php:300
1361
  msgid ""
1362
  "Error 262: There were no backup files found in the backup folder. Please "
1363
  "try again and contact support if this issue continues"
1365
  "Error 262: Walang nakita na backup files sa backup folder. Mangyaring "
1366
  "subukan muli at makipag-ugnayan sa support kung magpapatuloy ito. "
1367
 
1368
+ #: views/restore.php:302
1369
  msgid ""
1370
  "Error 251: WPBackItUp is unable to begin the restore because the backup "
1371
  "manifest is empty"
1373
  "Error 251: Hindi maaaring simulan ng WPBackItUp ang pagbabalik sa "
1374
  "orihinal dahil ang backup manifest ay walang laman"
1375
 
1376
+ #: views/restore.php:303
1377
  msgid ""
1378
  "Error 252: At least one zip file is missing from your backup set. Please "
1379
  "make sure to upload all zip files that were part of this backup"
1381
  "Error 252: Hindi bababa sa isang zip file ay nawawala mula sa iyong backup "
1382
  "set. Pakitiyak na i-upload ang lahat ng zip file na bahagi ng backup na ito"
1383
 
1384
+ #: views/restore.php:304
1385
  msgid ""
1386
  "Error 253: Backup set contains a zip file that is not in the manifest. "
1387
  "Please make sure to upload only zip files that were part of this backup"
1390
  "manifest. Pakitiyak na i-upload lamang ang zip file na bahagi ng backup na "
1391
  "ito "
1392
 
1393
+ #: views/restore.php:305
1394
  msgid ""
1395
  "Error 254: The size of one the zip files in this backup set does not match "
1396
  "the manifest so is most likely corrupt. Upload all zip files in this backup "
1401
  "file sa backup set muli at subukang ipanumbalik sa orihinal ng isa pang "
1402
  "beses."
1403
 
1404
+ #: views/restore.php:306
1405
  msgid ""
1406
  "Error 255: Backup set does not contain a manifest. Please make sure to "
1407
  "upload all zip files that were part of this backup"
1410
  "manifest. Pakitiyak na I-upload lamang ang zip file na bahagi ng backup na "
1411
  "ito. "
1412
 
1413
+ #: views/restore.php:308
1414
  msgid ""
1415
  "Warning 300: Unable to restore all WordPress content. Please review your "
1416
  "restore logs to see what WPBackItUp was unable to restore"
1419
  "Mangyaring suriin ang logs ng iyong restore para makita kung ano ang hindi "
1420
  "nagawang ibalik sa orihinal ng WPBackItUp . "
1421
 
1422
+ #: views/restore.php:309
1423
  msgid ""
1424
  "Warning 305: Unable to restore all plugins. Please review your restore logs "
1425
  "to see what WPBackItUp was unable to restore"
1428
  "suriin ang iyong logs ng pagbabalik sa orihinal para makita kung ano ang "
1429
  "hindi nagawang ibalik sa orihinal ng WPBackItUp"
1430
 
1431
+ #: views/restore.php:311
1432
  msgid "Error 2001: Unable to prepare site for restore"
1433
  msgstr "Error 2001: Hindi maihanda ang site para maibalik sa orihinal "
1434
 
1435
+ #: views/restore.php:312
1436
  msgid "Error 2002: Unable to unzip backup"
1437
  msgstr "Error 2002: Hindi magawang i-unzip ang backup"
1438
 
1439
+ #: views/restore.php:313
1440
  msgid "Error 2003: Unable to validate backup"
1441
  msgstr "Error 2003: Hindi ma-validate ang backup"
1442
 
1443
+ #: views/restore.php:314
1444
  msgid "Error 2004: Unable to create restore point"
1445
  msgstr "Error 2004: Hindi makalikha ng restore point"
1446
 
1447
+ #: views/restore.php:315
1448
  msgid "Error 2005: Unable to stage wp-content"
1449
  msgstr "Error 2005: Hindi magawang mahanda ang wp-content"
1450
 
1451
+ #: views/restore.php:316
1452
  msgid "Error 2006: Unable to restore content files"
1453
  msgstr "Error 2006: Hindi maibabalik sa orihinal ang nilalaman na file "
1454
 
1455
+ #: views/restore.php:317
1456
  msgid "Error 2007: Unable to restore database"
1457
  msgstr "Error 2007: Hindi nagawang ibalik sa orihinal ang database"
1458
 
1459
+ #: views/restore.php:318
1460
+ msgid "Error 2009: Unable to import database"
1461
+ msgstr ""
1462
+
1463
+ #: views/restore.php:319
1464
  msgid "Error 2999: Unexpected error encountered"
1465
  msgstr "Error 2999: Hindi inaasahang error ang naganap "
1466
 
1467
+ #: views/restore.php:326
1468
  msgid ""
1469
  "Restore completed successfully. If you are prompted to login please do so "
1470
  "with your current username and password"
1478
  msgid "%s Settings"
1479
  msgstr "%s Setting"
1480
 
1481
+ #: views/settings.php:49
1482
  msgid "Settings updated successfully!"
1483
  msgstr "Matagumpay na na-i-update ang plugin"
1484
 
1485
+ #: views/settings.php:62
1486
  msgid "Email Notifications"
1487
  msgstr "Abiso sa Email"
1488
 
1489
+ #: views/settings.php:63
1490
  msgid ""
1491
  "Please enter your email address if you would like to receive backup email "
1492
  "notifications."
1494
  "Pakilagay ang iyong email address kung nais mong makatanggap ng mga abiso "
1495
  "sa email tungkol sa backup. "
1496
 
1497
+ #: views/settings.php:64
1498
  msgid ""
1499
  "Backup email notifications will be sent for every backup and will contain "
1500
  "status information related to the backup."
1502
  "Magpapadala ng abiso sa email sa bawat backup at naglalaman ito ng "
1503
  "impormasyon na may kaugnayan sa backup."
1504
 
1505
+ #: views/settings.php:66 views/settings.php:86 views/settings.php:109
1506
+ #: views/settings.php:116 views/settings.php:124 views/settings.php:132
1507
+ #: views/settings.php:163 views/settings.php:197 views/settings.php:235
1508
+ #: views/settings.php:244
1509
  msgid "Save"
1510
  msgstr "I-save"
1511
 
1512
+ #: views/settings.php:82
1513
  msgid "Backup Retention"
1514
  msgstr "Backup Retention"
1515
 
1516
+ #: views/settings.php:83
1517
  msgid ""
1518
  "Enter the number of backup archives that you would like to remain on the "
1519
  "server."
1520
  msgstr "Ilagay ang bilang ng backup archive na nais mong manatili sa server."
1521
 
1522
+ #: views/settings.php:84
1523
  msgid ""
1524
  "Many hosts limit the amount of space that you can take up on their servers. "
1525
  "This option tells WPBackItUp the maximum number of backup archives that "
1532
  "host server. Huwag mag-alala, kami ay palaging nagtatanggal muna ng "
1533
  "pinakaluma na backup archives."
1534
 
1535
+ #: views/settings.php:103
1536
  msgid "Logging?"
1537
  msgstr "Logging?"
1538
 
1539
+ #: views/settings.php:104
1540
  msgid "Turn on WPBackItUp logging."
1541
  msgstr "Mangyaring i-on ang WPBackItUp logging"
1542
 
1543
+ #: views/settings.php:105
1544
  msgid ""
1545
  "This option should only be turned on by advanced users or when "
1546
  "troubleshooting issues with WPBackItUp support."
1548
  "Ang opsyon na ito ay dapat i- on kapag nag -troubleshoot ng mga isyu sa "
1549
  "WPBackItUp Support."
1550
 
1551
+ #: views/settings.php:106
1552
  msgid "Yes"
1553
  msgstr "Oo"
1554
 
1555
+ #: views/settings.php:107
1556
  msgid "No"
1557
  msgstr "Hindi"
1558
 
1559
+ #: views/settings.php:113
1560
  msgid "Disable restore version compare?"
1561
  msgstr ""
1562
 
1563
+ #: views/settings.php:115
1564
  msgid ""
1565
  "Check this box if you would like WPBackItUp not to check major version "
1566
  "issue. This could be dangerous, you can disable it with your own risk."
1567
  msgstr ""
1568
 
1569
+ #: views/settings.php:120
1570
  msgid "Single File Backup Set"
1571
  msgstr "Single File Backup Set"
1572
 
1573
+ #: views/settings.php:122
1574
  msgid ""
1575
+ "Check this box if you would like WPBackItUp to create a single zip file that "
1576
+ "contains your entire backup."
1577
  msgstr ""
 
 
1578
 
1579
+ #: views/settings.php:123
1580
+ msgid ""
1581
+ "When this setting is turned on WPBackItUp will attempt to create a single "
1582
+ "zip file that contains your entire backup. This option may may not be "
1583
+ "possible with some hosting providers. This setting will be turned off "
1584
+ "automatically if WPBackItUp is unable to complete this step for any reason."
1585
+ msgstr ""
1586
+
1587
+ #: views/settings.php:128
1588
+ msgid "Single File Database Export (db)"
1589
+ msgstr ""
1590
+
1591
+ #: views/settings.php:130
1592
+ msgid ""
1593
+ "Check this box if you would like WPBackItUp to export your database into a "
1594
+ "single db file."
1595
+ msgstr ""
1596
+
1597
+ #: views/settings.php:131
1598
  msgid ""
1599
  "When this setting is turned on WPBackItUp will attempt to create a single "
1600
+ "file that contains your entire database. This option may not be possible "
1601
+ "with some hosting providers. This setting will be turned off automatically "
1602
+ "if WPBackItUp is unable to complete this step for any reason."
1603
  msgstr ""
 
 
 
 
 
1604
 
1605
+ #: views/settings.php:136
1606
  msgid "Batch Size"
1607
  msgstr "Laki ng Pangkat"
1608
 
1609
+ #: views/settings.php:137
1610
  msgid "Enter the batch size for each of your content items."
1611
  msgstr "Ilagay ang laki ng batch size sa bawat nilalaman na aytem. "
1612
 
1613
+ #: views/settings.php:138
1614
  msgid ""
1615
  "These settings tell WPBackItUp how many items that should be added to the "
1616
  "backup at a time. If you experience timeouts while running a backup then "
1623
  "makatulong na mabawasan ang dami ng oras na aabutin ng WPBackItUp sa "
1624
  "pagkumpleto ng bawat backup na gagawin."
1625
 
1626
+ #: views/settings.php:141
1627
  msgid "DB Tables Batch Size"
1628
  msgstr "Laki ng Pangkat ng DB Tables"
1629
 
1630
+ #: views/settings.php:146
1631
  msgid "Plugins Batch Size"
1632
  msgstr "Laki ng Pangkat ng Plugins "
1633
 
1634
+ #: views/settings.php:151
1635
  msgid "Themes Batch Size"
1636
  msgstr "Laki ng Pangkat ng Tema"
1637
 
1638
+ #: views/settings.php:156
1639
  msgid "Uploads Batch Size"
1640
  msgstr "Laki ng Pangkat ng Uploads "
1641
 
1642
+ #: views/settings.php:161
1643
  msgid "Others Batch Size"
1644
  msgstr "Iba pang mga Laki ng Pangkat"
1645
 
1646
+ #: views/settings.php:164 views/settings.php:198 views/settings.php:236
1647
  msgid ""
1648
  "* These settings should only be modified by advanced users or when when "
1649
  "working with WPBackItUp support."
1651
  "Ang opsyon na ito ay babaguhin lamang sa tuwing nakikipagugnayan sa "
1652
  "WPBackItUp support."
1653
 
1654
+ #: views/settings.php:176
1655
  msgid "Filter Your Folders"
1656
  msgstr "Salain ang Folders"
1657
 
1658
+ #: views/settings.php:177
1659
  msgid ""
1660
  "Enter a comma separated list of folders that should be excluded from your "
1661
  "backups."
1662
  msgstr ""
1663
  "Lagyan ng kuwit ang bawat talaan ng mga folders na hindi isasama sa backup. "
1664
 
1665
+ #: views/settings.php:178
1666
  msgid ""
1667
  "It is important to note that when a folder name is present in this list any "
1668
  "occurrence of that folder, and all its contents, will be excluded from the "
1672
  "talaan, anumang pangyayari sa folder na iyon, at ang lahat ng mga nilalaman "
1673
  "nito, ay hindi maisasama sa backup."
1674
 
1675
+ #: views/settings.php:180
1676
  msgid "Plugin Folders Filter"
1677
  msgstr "Folders Filter ng Plugin"
1678
 
1679
+ #: views/settings.php:185
1680
  msgid "Theme Folders Filter"
1681
  msgstr "Folders Filter ng Tema"
1682
 
1683
+ #: views/settings.php:190
1684
  msgid "Upload Folders Filter"
1685
  msgstr "Folders Filter ng Uploads"
1686
 
1687
+ #: views/settings.php:194
1688
  msgid "Other Folders Filter"
1689
  msgstr "Iba pang mga Folders Filter"
1690
 
1691
+ #: views/settings.php:203
1692
  msgid "Filter Your Database Tables"
1693
  msgstr "Salain ang Database Tables "
1694
 
1695
+ #: views/settings.php:204
1696
  msgid "Exclude custom database tables from the backup."
1697
  msgstr "Huwag isama ang custom database tables sa backup."
1698
 
1699
+ #: views/settings.php:205
1700
  msgid ""
1701
  "If you would like to exclude a custom table from the backup then simply drag "
1702
  "it to the list on the right. WordPress core tables may not be excluded from "
1706
  "ito sa talaan sa kanan. Ang WordPress core tables ay hindi maaaring "
1707
  "tanggalin mula sa backup."
1708
 
1709
+ #: views/settings.php:241
1710
  msgid "Remove Data on Uninstall?"
1711
  msgstr "Alisin ang Data sa Uninstall?"
1712
 
1713
+ #: views/settings.php:243
1714
  msgid ""
1715
  "Check this box if you would like WPBackItUp to completely remove all of its "
1716
  "data when the plugin is deleted."
1781
  msgid "Premium customers receive priority support."
1782
  msgstr "Ang mga premium customer ay bibigyan ng unang tulong "
1783
 
1784
+ #: wp-backitup.php:94 wp-backitup.php:95
1785
  #, php-format
1786
  msgid "Every %s hours"
1787
  msgstr "Kada %s oras "
1788
 
1789
+ #: wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98 wp-backitup.php:99
1790
+ #: wp-backitup.php:100
1791
  #, php-format
1792
  msgid "WPBUP - Every %s minutes"
1793
  msgstr "WPBUP - bawat %s minuto"
1794
 
1795
+ #: wp-backitup.php:102
1796
  msgid "WPBUP - Once Weekly"
1797
  msgstr "WPBUP - isang beses bawat linggo"
1798
 
1799
+ #: wp-backitup.php:103
1800
  msgid "WPBUP - Once Monthly"
1801
  msgstr "WPBUP - Minsan sa isang buwan "
1802
 
1803
+ #: wp-backitup.php:104 wp-backitup.php:105
1804
  #, php-format
1805
  msgid "WPBUP - Every %s hours"
1806
  msgstr "WPBUP - Sa bawat %s oras"
1807
 
1808
+ #: wp-backitup.php:114
1809
  msgid "Local File"
1810
  msgstr ""
1811
 
1812
+ #: wp-backitup.php:171
1813
  msgid "Cleanup"
1814
  msgstr "Paglilinis"
1815
+
1816
+ #~ msgid ""
1817
+ #~ "* Reload this page when done uploading to see new backups appear in the "
1818
+ #~ "Available Backups section above. "
1819
+ #~ msgstr ""
1820
+ #~ "I-reload ang pahinang ito kapag tapos na ang pag-upload upang makita ang "
1821
+ #~ "mga bagong backup sa available section ng backups na nasa itaas. "
1822
+
1823
+ #~ msgid "Creating database restore point"
1824
+ #~ msgstr "Paglikha ng database restore point"
1825
+
1826
+ #~ msgid "Updating current user info"
1827
+ #~ msgstr "Pag-update ng mga kasalukuyang impormasyon ng user"
1828
+
1829
+ #~ msgid "Updating site URL"
1830
+ #~ msgstr "Pag-update ng site URL "
1831
+
1832
+ #~ msgid ""
1833
+ #~ "Check this box if you would like WPBackItUp to create a single file "
1834
+ #~ "backup set."
1835
+ #~ msgstr ""
1836
+ #~ "Markahan ng tsek kung nais mo na lumikha ang WPBackItUp ng single file "
1837
+ #~ "backup set. "
1838
+
1839
+ #~ msgid ""
1840
+ #~ "When this setting is turned on WPBackItUp will attempt to create a single "
1841
+ #~ "file backup set. If WPBackItUp is unable to create a single file backup "
1842
+ #~ "set then it will turn this setting off for you. Creating a single file "
1843
+ #~ "backup set may not be possible with hosts that strictly limit memory "
1844
+ #~ "utilization."
1845
+ #~ msgstr ""
1846
+ #~ "Kapag ang setting na ito ay naka-on ang WPBackItUp ay lilikha ng solong "
1847
+ #~ "file backup set. Kung ang WPBackItUp ay hindi magawang lumikha ng isang "
1848
+ #~ "solong backup file set ang setting na ito ay naka- off para sa iyo. Ang "
1849
+ #~ "paglikha ng isang solong file backup set ay maaaring hindi posible sa mga "
1850
+ #~ "host na mahigpit na limitado ang paggamit ng memory."
languages/wp-backitup.pot CHANGED
@@ -2,7 +2,7 @@
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: WPBackItUp\n"
5
- "POT-Creation-Date: 2016-06-14 08:32-0400\n"
6
  "PO-Revision-Date: 2015-08-04 16:26-0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: WPBackItUp <translations@wpbackitup.com>\n"
@@ -16,197 +16,197 @@ msgstr ""
16
  "X-Poedit-KeywordsList: _;__;_e\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: lib/background-processing/class-background-process.php:408
20
  #, php-format
21
  msgid "Every %d Minutes"
22
  msgstr ""
23
 
24
- #: lib/includes/class-wpbackitup-admin.php:211 views/backup.php:277
25
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
26
- #: wp-backitup.php:142
27
  msgid "Backup"
28
  msgstr ""
29
 
30
- #: lib/includes/class-wpbackitup-admin.php:215
31
- #: lib/includes/class-wpbackitup-admin.php:253 views/restore.php:136
32
- #: wp-backitup.php:156
33
  msgid "Restore"
34
  msgstr ""
35
 
36
- #: lib/includes/class-wpbackitup-admin.php:219
37
  msgid "Support"
38
  msgstr ""
39
 
40
- #: lib/includes/class-wpbackitup-admin.php:222
41
  msgid "Settings"
42
  msgstr ""
43
 
44
- #: lib/includes/class-wpbackitup-admin.php:246
45
  msgid ""
46
  "The backup you have selected exceeds what your host allows you to upload."
47
  msgstr ""
48
 
49
- #: lib/includes/class-wpbackitup-admin.php:247 views/backup.php:439
50
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
51
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
52
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
53
  msgid "Warning"
54
  msgstr ""
55
 
56
- #: lib/includes/class-wpbackitup-admin.php:248 views/backup.php:253
57
  #: views/backup.php:376
58
  msgid "Error"
59
  msgstr ""
60
 
61
- #: lib/includes/class-wpbackitup-admin.php:249
62
  msgid "Response"
63
  msgstr ""
64
 
65
- #: lib/includes/class-wpbackitup-admin.php:250 views/backup.php:352
66
  #: views/backup.php:430 views/restore.php:230
67
  msgid "Status"
68
  msgstr ""
69
 
70
- #: lib/includes/class-wpbackitup-admin.php:251
71
  msgid "Download"
72
  msgstr ""
73
 
74
- #: lib/includes/class-wpbackitup-admin.php:252 views/backup.php:407
75
  #: views/restore.php:129
76
  msgid "Delete"
77
  msgstr ""
78
 
79
- #: lib/includes/class-wpbackitup-admin.php:254
80
  msgid "(JS997) Unexpected error"
81
  msgstr ""
82
 
83
- #: lib/includes/class-wpbackitup-admin.php:255
84
  msgid "(JS998) Unexpected error"
85
  msgstr ""
86
 
87
- #: lib/includes/class-wpbackitup-admin.php:256
88
  msgid "(JS999) An unexpected error has occurred"
89
  msgstr ""
90
 
91
- #: lib/includes/class-wpbackitup-admin.php:257
92
  msgid "Scheduled has been saved."
93
  msgstr ""
94
 
95
- #: lib/includes/class-wpbackitup-admin.php:258
96
  msgid "Scheduled was not saved."
97
  msgstr ""
98
 
99
- #: lib/includes/class-wpbackitup-admin.php:259
100
  msgid "Are you sure you want to restore your site?"
101
  msgstr ""
102
 
103
- #: lib/includes/class-wpbackitup-admin.php:260
104
  msgid "Are you sure ?"
105
  msgstr ""
106
 
107
- #: lib/includes/class-wpbackitup-admin.php:261
108
  msgid "This file cannot be delete!"
109
  msgstr ""
110
 
111
- #: lib/includes/class-wpbackitup-admin.php:262
112
  msgid "View Log"
113
  msgstr ""
114
 
115
- #: lib/includes/class-wpbackitup-admin.php:263
116
  msgid "New Backup!"
117
  msgstr ""
118
 
119
- #: lib/includes/class-wpbackitup-admin.php:264
120
  msgid "Uploaded Backup"
121
  msgstr ""
122
 
123
- #: lib/includes/class-wpbackitup-admin.php:601
124
  msgid "Backup Queued"
125
  msgstr ""
126
 
127
- #: lib/includes/class-wpbackitup-admin.php:610
128
  msgid "Backup could not be queued"
129
  msgstr ""
130
 
131
- #: lib/includes/class-wpbackitup-admin.php:622
132
  msgid "Job is already in queue."
133
  msgstr ""
134
 
135
- #: lib/includes/class-wpbackitup-admin.php:660
136
  msgid "No backup file selected."
137
  msgstr ""
138
 
139
- #: lib/includes/class-wpbackitup-admin.php:667
140
  msgid "No user id found."
141
  msgstr ""
142
 
143
- #: lib/includes/class-wpbackitup-admin.php:690
144
  msgid "Restore Queued"
145
  msgstr ""
146
 
147
- #: lib/includes/class-wpbackitup-admin.php:699
148
  msgid "Restore could not be queued"
149
  msgstr ""
150
 
151
- #: lib/includes/class-wpbackitup-admin.php:705
152
  msgid "Restore already in queue"
153
  msgstr ""
154
 
155
- #: lib/includes/class-wpbackitup-admin.php:737
156
  msgid "No job id posted"
157
  msgstr ""
158
 
159
- #: lib/includes/class-wpbackitup-admin.php:745 views/backup.php:467
160
  msgid "Backup Cancelled"
161
  msgstr ""
162
 
163
- #: lib/includes/class-wpbackitup-admin.php:747
164
  msgid "Backup job not found"
165
  msgstr ""
166
 
167
- #: lib/includes/class-wpbackitup-admin.php:908
168
  msgid "No response log found."
169
  msgstr ""
170
 
171
- #: lib/includes/class-wpbackitup-admin.php:1010
172
- #: lib/includes/class-wpbackitup-admin.php:1018
173
- #: lib/includes/class-wpbackitup-admin.php:1064
174
- #: lib/includes/class-wpbackitup-admin.php:1071
175
- #: lib/includes/class-wpbackitup-admin.php:1078
176
  #: lib/includes/class-wpbackitup-admin.php:1085
177
- #: lib/includes/class-wpbackitup-admin.php:1092
 
 
 
 
178
  msgid "Please enter a number"
179
  msgstr ""
180
 
181
- #: lib/includes/class-wpbackitup-admin.php:1039
182
- #: lib/includes/class-wpbackitup-admin.php:1201
183
  msgid "Please enter a valid email"
184
  msgstr ""
185
 
186
- #: lib/includes/class-wpbackitup-admin.php:1208
187
  msgid "Please enter your support ticket id"
188
  msgstr ""
189
 
190
- #: lib/includes/class-wpbackitup-admin.php:1213
191
  msgid "Please only enter numbers in this field"
192
  msgstr ""
193
 
194
- #: lib/includes/class-wpbackitup-admin.php:2003
195
- #: lib/includes/class-wpbackitup-admin.php:2023
196
  msgid ""
197
  "License could not be activated. Please try again in a few hours and contact "
198
  "support if this error continues."
199
  msgstr ""
200
 
201
- #: lib/includes/class-wpbackitup-admin.php:2072
202
  msgid "License is invalid."
203
  msgstr ""
204
 
205
- #: lib/includes/class-wpbackitup-admin.php:2077
206
  msgid "License has expired."
207
  msgstr ""
208
 
209
- #: lib/includes/class-wpbackitup-admin.php:2080
210
  #, php-format
211
  msgid ""
212
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -214,15 +214,15 @@ msgid ""
214
  "<strong>world class support</strong> team."
215
  msgstr ""
216
 
217
- #: lib/includes/class-wpbackitup-admin.php:2094
218
  msgid "License Expired: Scheduled backups are no longer active."
219
  msgstr ""
220
 
221
- #: lib/includes/class-wpbackitup-admin.php:2102
222
  msgid "Activation limit has been reached."
223
  msgstr ""
224
 
225
- #: lib/includes/class-wpbackitup-admin.php:2108
226
  msgid "Your Activation limit has been reached"
227
  msgstr ""
228
 
@@ -251,7 +251,7 @@ msgstr ""
251
  msgid "Could not import file into WPBackItUp backup set."
252
  msgstr ""
253
 
254
- #: lib/includes/job_backup.php:1135
255
  #, php-format
256
  msgid ""
257
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
@@ -261,221 +261,221 @@ msgid ""
261
  "of product updates and access to our world class support team.<br/><br/>"
262
  msgstr ""
263
 
264
- #: lib/includes/job_backup.php:1140
265
  #, php-format
266
  msgid "%s - Backup completed successfully."
267
  msgstr ""
268
 
269
- #: lib/includes/job_backup.php:1141
270
  msgid "Your backup completed successfully."
271
  msgstr ""
272
 
273
- #: lib/includes/job_backup.php:1144
274
  #, php-format
275
  msgid "%s - Backup did not complete successfully."
276
  msgstr ""
277
 
278
- #: lib/includes/job_backup.php:1145
279
  msgid "Your backup did not complete successfully."
280
  msgstr ""
281
 
282
- #: lib/includes/job_backup.php:1152
283
  #, php-format
284
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
285
  msgstr ""
286
 
287
- #: lib/includes/job_backup.php:1153
288
  msgid "Backup date:"
289
  msgstr ""
290
 
291
- #: lib/includes/job_backup.php:1154
292
  msgid "Number of backups completed with WPBackItUp:"
293
  msgstr ""
294
 
295
- #: lib/includes/job_backup.php:1156
296
  msgid "Completion Code:"
297
  msgstr ""
298
 
299
- #: lib/includes/job_backup.php:1157
300
  msgid "WPBackItUp Version:"
301
  msgstr ""
302
 
303
- #: lib/includes/job_backup.php:1169
304
  #, php-format
305
  msgid "Checkout %s for info about WPBackItUp and our other products."
306
  msgstr ""
307
 
308
- #: lib/includes/job_backup.php:1336
309
  msgid ""
310
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
311
  "settings of your wp-backitup backup directory"
312
  msgstr ""
313
 
314
- #: lib/includes/job_backup.php:1337
315
  msgid ""
316
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
317
  "your wp-backitup plugin directory"
318
  msgstr ""
319
 
320
- #: lib/includes/job_backup.php:1338
321
  msgid "(103) Unable to backup your files. Please try again"
322
  msgstr ""
323
 
324
- #: lib/includes/job_backup.php:1339
325
  msgid "(104) Unable to export your database. Please try again"
326
  msgstr ""
327
 
328
- #: lib/includes/job_backup.php:1340
329
  msgid "(105) Unable to export site information file. Please try again"
330
  msgstr ""
331
 
332
- #: lib/includes/job_backup.php:1341
333
  msgid "(106) Unable to cleanup your backup directory"
334
  msgstr ""
335
 
336
- #: lib/includes/job_backup.php:1342
337
  msgid "(107) Unable to compress(zip) your backup. Please try again"
338
  msgstr ""
339
 
340
- #: lib/includes/job_backup.php:1343
341
  msgid "(108) Unable to backup your site data files. Please try again"
342
  msgstr ""
343
 
344
- #: lib/includes/job_backup.php:1344
345
  msgid "(109) Unable to finalize backup. Please try again"
346
  msgstr ""
347
 
348
- #: lib/includes/job_backup.php:1345
349
  msgid "(110) Unable to create backup manifest. Please try again"
350
  msgstr ""
351
 
352
- #: lib/includes/job_backup.php:1346
353
  msgid ""
354
  "(114) Your database was accessible but an export could not be created. "
355
  "Please contact support by clicking the get support link on the right. Please "
356
  "let us know who your host is when you submit the request"
357
  msgstr ""
358
 
359
- #: lib/includes/job_backup.php:1347
360
  msgid "(120) Unable to backup your themes. Please try again"
361
  msgstr ""
362
 
363
- #: lib/includes/job_backup.php:1348
364
  msgid "(121) Unable to backup your plugins. Please try again"
365
  msgstr ""
366
 
367
- #: lib/includes/job_backup.php:1349
368
  msgid "(122) Unable to backup your uploads. Please try again"
369
  msgstr ""
370
 
371
- #: lib/includes/job_backup.php:1350
372
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
373
  msgstr ""
374
 
375
- #: lib/includes/job_backup.php:1351
376
  msgid ""
377
  "(125) Unable to compress your backup because there is no zip utility "
378
  "available. Please contact support"
379
  msgstr ""
380
 
381
- #: lib/includes/job_backup.php:1352
382
  msgid "(126) Unable to validate your backup. Please try again"
383
  msgstr ""
384
 
385
- #: lib/includes/job_backup.php:1353
386
  msgid "(127) Unable to create inventory of files to backup. Please try again"
387
  msgstr ""
388
 
389
- #: lib/includes/job_backup.php:1354
390
  msgid "(128) Unable to create job control record. Please try again"
391
  msgstr ""
392
 
393
- #: lib/includes/job_backup.php:1356
394
  msgid ""
395
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
396
  "settings of your wp-backitup backup directory"
397
  msgstr ""
398
 
399
- #: lib/includes/job_backup.php:1357
400
  msgid ""
401
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
402
  "your wp-backitup plugin directory"
403
  msgstr ""
404
 
405
- #: lib/includes/job_backup.php:1358
406
  msgid "(2103) Unable to backup your files. Please try again"
407
  msgstr ""
408
 
409
- #: lib/includes/job_backup.php:1359
410
  msgid "(2104) Unable to export your database. Please try again"
411
  msgstr ""
412
 
413
- #: lib/includes/job_backup.php:1360
414
  msgid "(2105) Unable to export site information file. Please try again"
415
  msgstr ""
416
 
417
- #: lib/includes/job_backup.php:1361
418
  msgid "(2106) Unable to cleanup your backup directory"
419
  msgstr ""
420
 
421
- #: lib/includes/job_backup.php:1362
422
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
423
  msgstr ""
424
 
425
- #: lib/includes/job_backup.php:1363
426
  msgid "(2108) Unable to backup your site data files. Please try again"
427
  msgstr ""
428
 
429
- #: lib/includes/job_backup.php:1364
430
  msgid "(2109) Unable to finalize backup. Please try again"
431
  msgstr ""
432
 
433
- #: lib/includes/job_backup.php:1365
434
  msgid "(2110) Unable to create backup manifest. Please try again"
435
  msgstr ""
436
 
437
- #: lib/includes/job_backup.php:1366
438
  msgid ""
439
  "(2114) Your database was accessible but an export could not be created. "
440
  "Please contact support by clicking the get support link on the right. Please "
441
  "let us know who your host is when you submit the request"
442
  msgstr ""
443
 
444
- #: lib/includes/job_backup.php:1367
445
  msgid "(2120) Unable to backup your themes. Please try again"
446
  msgstr ""
447
 
448
- #: lib/includes/job_backup.php:1368
449
  msgid "(2121) Unable to backup your plugins. Please try again"
450
  msgstr ""
451
 
452
- #: lib/includes/job_backup.php:1369
453
  msgid "(2122) Unable to backup your uploads. Please try again"
454
  msgstr ""
455
 
456
- #: lib/includes/job_backup.php:1370
457
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
458
  msgstr ""
459
 
460
- #: lib/includes/job_backup.php:1371
461
  msgid ""
462
  "(2125) Unable to compress your backup because there is no zip utility "
463
  "available. Please contact support"
464
  msgstr ""
465
 
466
- #: lib/includes/job_backup.php:1372
467
  msgid "(2126) Unable to validate your backup. Please try again"
468
  msgstr ""
469
 
470
- #: lib/includes/job_backup.php:1373
471
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
472
  msgstr ""
473
 
474
- #: lib/includes/job_backup.php:1374
475
  msgid "(2128) Unable to create job control record. Please try again"
476
  msgstr ""
477
 
478
- #: lib/includes/job_backup.php:1377
479
  msgid "(999) Unexpected error"
480
  msgstr ""
481
 
@@ -642,9 +642,8 @@ msgstr ""
642
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
643
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
644
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
645
- #: views/restore.php:249 views/restore.php:250 views/restore.php:251
646
- #: views/restore.php:252 views/restore.php:253 views/restore.php:254
647
- #: views/restore.php:256
648
  msgid "Done"
649
  msgstr ""
650
 
@@ -653,9 +652,8 @@ msgstr ""
653
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
654
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
655
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
656
- #: views/restore.php:249 views/restore.php:250 views/restore.php:251
657
- #: views/restore.php:252 views/restore.php:253 views/restore.php:254
658
- #: views/restore.php:256
659
  msgid "Failed"
660
  msgstr ""
661
 
@@ -946,8 +944,8 @@ msgstr ""
946
 
947
  #: views/restore.php:214
948
  msgid ""
949
- "* Reload this page when done uploading to see new backups appear in the "
950
- "Available Backups section above. "
951
  msgstr ""
952
 
953
  #: views/restore.php:244
@@ -970,136 +968,138 @@ msgstr ""
970
  msgid "Deactivating plugins"
971
  msgstr ""
972
 
973
- #: views/restore.php:249
974
- msgid "Creating database restore point"
975
- msgstr ""
976
-
977
  #: views/restore.php:250
978
- msgid "Staging content files"
979
  msgstr ""
980
 
981
  #: views/restore.php:251
982
- msgid "Restoring content files"
983
- msgstr ""
984
-
985
- #: views/restore.php:252
986
- msgid "Restoring database"
987
  msgstr ""
988
 
989
  #: views/restore.php:253
990
- msgid "Updating current user info"
991
  msgstr ""
992
 
993
  #: views/restore.php:254
994
- msgid "Updating site URL"
995
  msgstr ""
996
 
997
  #: views/restore.php:256
 
 
 
 
998
  msgid "Updating permalinks"
999
  msgstr ""
1000
 
1001
- #: views/restore.php:262
1002
  msgid "Error 201: No file selected"
1003
  msgstr ""
1004
 
1005
- #: views/restore.php:263
1006
  msgid "Error 202: Your file could not be uploaded"
1007
  msgstr ""
1008
 
1009
- #: views/restore.php:264
1010
  msgid "Error 203: Your backup could not be unzipped"
1011
  msgstr ""
1012
 
1013
- #: views/restore.php:265
1014
  msgid ""
1015
  "Error 204: Your backup appears to be invalid. Please ensure you selected a "
1016
  "valid backup"
1017
  msgstr ""
1018
 
1019
- #: views/restore.php:266
1020
  msgid "Error 205: Cannot create restore point"
1021
  msgstr ""
1022
 
1023
- #: views/restore.php:267
1024
  msgid "Error 206: Unable to connect to your database"
1025
  msgstr ""
1026
 
1027
- #: views/restore.php:268
1028
  msgid ""
1029
  "Error 207: Unable to get current site URL from database. Please try again"
1030
  msgstr ""
1031
 
1032
- #: views/restore.php:269
1033
  msgid ""
1034
  "Error 208: Unable to get current home URL from database. Please try again"
1035
  msgstr ""
1036
 
1037
- #: views/restore.php:270
1038
  msgid ""
1039
  "Error 209: Unable to get current user ID from database. Please try again"
1040
  msgstr ""
1041
 
1042
- #: views/restore.php:271
1043
  msgid ""
1044
  "Error 210: Unable to get current user password from database. Please try "
1045
  "again"
1046
  msgstr ""
1047
 
1048
- #: views/restore.php:272
1049
  msgid ""
1050
  "Error 211: Unable to get current user email from database. Please try again"
1051
  msgstr ""
1052
 
1053
- #: views/restore.php:273
1054
  msgid ""
1055
  "Error 212: Unable to import your database. This may require importing the "
1056
  "file manually"
1057
  msgstr ""
1058
 
1059
- #: views/restore.php:274
 
 
 
 
 
 
1060
  msgid ""
1061
  "Warning 213: Unable to update your site URL value. Please check your "
1062
  "WordPress general settings to make sure your Site and WordPress URLs are "
1063
  "correct"
1064
  msgstr ""
1065
 
1066
- #: views/restore.php:275
1067
  msgid ""
1068
  "Warning 214: Unable to update your home URL value. Please check your "
1069
  "WordPress general settings to make sure your Site and WordPress URLs are "
1070
  "correct"
1071
  msgstr ""
1072
 
1073
- #: views/restore.php:276
1074
  msgid ""
1075
  "Warning 215: Unable to update your user information. This may require you to "
1076
  "login with the admin username and password that was used when the backup was "
1077
  "created"
1078
  msgstr ""
1079
 
1080
- #: views/restore.php:277
1081
  msgid "Error 216: Database not found in backup"
1082
  msgstr ""
1083
 
1084
- #: views/restore.php:278
1085
  msgid "Warning 217: Unable to remove existing wp-content directory"
1086
  msgstr ""
1087
 
1088
- #: views/restore.php:279
1089
  msgid ""
1090
  "Error 218: Unable to create new wp-content directory. Please check your "
1091
  "CHMOD settings in /wp-content/"
1092
  msgstr ""
1093
 
1094
- #: views/restore.php:280
1095
  msgid "Error 219: Unable to import wp-content. Please try again"
1096
  msgstr ""
1097
 
1098
- #: views/restore.php:281
1099
  msgid "Warning 220: Unable to cleanup import directory. No action is required"
1100
  msgstr ""
1101
 
1102
- #: views/restore.php:282
1103
  #, php-format
1104
  msgid ""
1105
  "Error 221: Table prefix value in wp-config.php is different from backup. "
@@ -1108,11 +1108,11 @@ msgid ""
1108
  "> FAQs</a> for more info."
1109
  msgstr ""
1110
 
1111
- #: views/restore.php:283
1112
  msgid "Error 222: Unable to create restore folder"
1113
  msgstr ""
1114
 
1115
- #: views/restore.php:284
1116
  msgid ""
1117
  "Error 223: An error occurred during the restore. WPBackItUp attempted to "
1118
  "restore the database to its previous state but were unsuccessful. Please "
@@ -1120,143 +1120,147 @@ msgid ""
1120
  "further restores"
1121
  msgstr ""
1122
 
1123
- #: views/restore.php:285
1124
  msgid ""
1125
  "Error 224: An error occurred during the restore, however, we have "
1126
  "successfully restored your database to the previous state"
1127
  msgstr ""
1128
 
1129
- #: views/restore.php:286
1130
  msgid ""
1131
  "Error 225: Restore option is only available to licensed WPBackItUp users"
1132
  msgstr ""
1133
 
1134
- #: views/restore.php:287
1135
  msgid ""
1136
  "Error 226: Restore cannot proceed because your backup was created using a "
1137
  "different version of WordPress"
1138
  msgstr ""
1139
 
1140
- #: views/restore.php:288
1141
  msgid ""
1142
  "Error 227: Restore cannot proceed because your backup was created using a "
1143
  "different version of WPBackItUp. Please contact WPBackItUp support to help "
1144
  "convert this backup to the current version"
1145
  msgstr ""
1146
 
1147
- #: views/restore.php:289
1148
  msgid ""
1149
  "Error 230: WPBackItUp ran into unexpected errors during the database "
1150
  "restore. However, we were able to successfully revert the database back to "
1151
  "its original state . This error may require importing the database manually"
1152
  msgstr ""
1153
 
1154
- #: views/restore.php:290
1155
  msgid ""
1156
  "Error 235: WPBackItUp is not able to proceed because there is no zip utility "
1157
  "available. Please contact support"
1158
  msgstr ""
1159
 
1160
- #: views/restore.php:291
1161
  msgid ""
1162
  "Error 250: WPBackItUp is unable to begin the restore because a backup is "
1163
  "running. Please wait for the backup to complete and then try again"
1164
  msgstr ""
1165
 
1166
- #: views/restore.php:293
1167
  msgid ""
1168
  "Error 260: WPBackItUp is unable to extract archives from backup set. Please "
1169
  "try again and contact support if this issue continues"
1170
  msgstr ""
1171
 
1172
- #: views/restore.php:294
1173
  msgid ""
1174
  "Error 261: WPBackItUp is unable to extract archives from backup set. Please "
1175
  "try again and contact support if this issue continues"
1176
  msgstr ""
1177
 
1178
- #: views/restore.php:295
1179
  msgid ""
1180
  "Error 262: There were no backup files found in the backup folder. Please "
1181
  "try again and contact support if this issue continues"
1182
  msgstr ""
1183
 
1184
- #: views/restore.php:297
1185
  msgid ""
1186
  "Error 251: WPBackItUp is unable to begin the restore because the backup "
1187
  "manifest is empty"
1188
  msgstr ""
1189
 
1190
- #: views/restore.php:298
1191
  msgid ""
1192
  "Error 252: At least one zip file is missing from your backup set. Please "
1193
  "make sure to upload all zip files that were part of this backup"
1194
  msgstr ""
1195
 
1196
- #: views/restore.php:299
1197
  msgid ""
1198
  "Error 253: Backup set contains a zip file that is not in the manifest. "
1199
  "Please make sure to upload only zip files that were part of this backup"
1200
  msgstr ""
1201
 
1202
- #: views/restore.php:300
1203
  msgid ""
1204
  "Error 254: The size of one the zip files in this backup set does not match "
1205
  "the manifest so is most likely corrupt. Upload all zip files in this backup "
1206
  "set again and attempt the restore one more time. "
1207
  msgstr ""
1208
 
1209
- #: views/restore.php:301
1210
  msgid ""
1211
  "Error 255: Backup set does not contain a manifest. Please make sure to "
1212
  "upload all zip files that were part of this backup"
1213
  msgstr ""
1214
 
1215
- #: views/restore.php:303
1216
  msgid ""
1217
  "Warning 300: Unable to restore all WordPress content. Please review your "
1218
  "restore logs to see what WPBackItUp was unable to restore"
1219
  msgstr ""
1220
 
1221
- #: views/restore.php:304
1222
  msgid ""
1223
  "Warning 305: Unable to restore all plugins. Please review your restore logs "
1224
  "to see what WPBackItUp was unable to restore"
1225
  msgstr ""
1226
 
1227
- #: views/restore.php:306
1228
  msgid "Error 2001: Unable to prepare site for restore"
1229
  msgstr ""
1230
 
1231
- #: views/restore.php:307
1232
  msgid "Error 2002: Unable to unzip backup"
1233
  msgstr ""
1234
 
1235
- #: views/restore.php:308
1236
  msgid "Error 2003: Unable to validate backup"
1237
  msgstr ""
1238
 
1239
- #: views/restore.php:309
1240
  msgid "Error 2004: Unable to create restore point"
1241
  msgstr ""
1242
 
1243
- #: views/restore.php:310
1244
  msgid "Error 2005: Unable to stage wp-content"
1245
  msgstr ""
1246
 
1247
- #: views/restore.php:311
1248
  msgid "Error 2006: Unable to restore content files"
1249
  msgstr ""
1250
 
1251
- #: views/restore.php:312
1252
  msgid "Error 2007: Unable to restore database"
1253
  msgstr ""
1254
 
1255
- #: views/restore.php:313
 
 
 
 
1256
  msgid "Error 2999: Unexpected error encountered"
1257
  msgstr ""
1258
 
1259
- #: views/restore.php:320
1260
  msgid ""
1261
  "Restore completed successfully. If you are prompted to login please do so "
1262
  "with your current username and password"
@@ -1267,43 +1271,44 @@ msgstr ""
1267
  msgid "%s Settings"
1268
  msgstr ""
1269
 
1270
- #: views/settings.php:48
1271
  msgid "Settings updated successfully!"
1272
  msgstr ""
1273
 
1274
- #: views/settings.php:61
1275
  msgid "Email Notifications"
1276
  msgstr ""
1277
 
1278
- #: views/settings.php:62
1279
  msgid ""
1280
  "Please enter your email address if you would like to receive backup email "
1281
  "notifications."
1282
  msgstr ""
1283
 
1284
- #: views/settings.php:63
1285
  msgid ""
1286
  "Backup email notifications will be sent for every backup and will contain "
1287
  "status information related to the backup."
1288
  msgstr ""
1289
 
1290
- #: views/settings.php:65 views/settings.php:85 views/settings.php:108
1291
- #: views/settings.php:115 views/settings.php:123 views/settings.php:154
1292
- #: views/settings.php:188 views/settings.php:226 views/settings.php:235
 
1293
  msgid "Save"
1294
  msgstr ""
1295
 
1296
- #: views/settings.php:81
1297
  msgid "Backup Retention"
1298
  msgstr ""
1299
 
1300
- #: views/settings.php:82
1301
  msgid ""
1302
  "Enter the number of backup archives that you would like to remain on the "
1303
  "server."
1304
  msgstr ""
1305
 
1306
- #: views/settings.php:83
1307
  msgid ""
1308
  "Many hosts limit the amount of space that you can take up on their servers. "
1309
  "This option tells WPBackItUp the maximum number of backup archives that "
@@ -1311,65 +1316,83 @@ msgid ""
1311
  "oldest backup archives first."
1312
  msgstr ""
1313
 
1314
- #: views/settings.php:102
1315
  msgid "Logging?"
1316
  msgstr ""
1317
 
1318
- #: views/settings.php:103
1319
  msgid "Turn on WPBackItUp logging."
1320
  msgstr ""
1321
 
1322
- #: views/settings.php:104
1323
  msgid ""
1324
  "This option should only be turned on by advanced users or when "
1325
  "troubleshooting issues with WPBackItUp support."
1326
  msgstr ""
1327
 
1328
- #: views/settings.php:105
1329
  msgid "Yes"
1330
  msgstr ""
1331
 
1332
- #: views/settings.php:106
1333
  msgid "No"
1334
  msgstr ""
1335
 
1336
- #: views/settings.php:112
1337
  msgid "Disable restore version compare?"
1338
  msgstr ""
1339
 
1340
- #: views/settings.php:114
1341
  msgid ""
1342
  "Check this box if you would like WPBackItUp not to check major version "
1343
  "issue. This could be dangerous, you can disable it with your own risk."
1344
  msgstr ""
1345
 
1346
- #: views/settings.php:119
1347
  msgid "Single File Backup Set"
1348
  msgstr ""
1349
 
1350
- #: views/settings.php:121
1351
  msgid ""
1352
- "Check this box if you would like WPBackItUp to create a single file backup "
1353
- "set."
1354
  msgstr ""
1355
 
1356
- #: views/settings.php:122
1357
  msgid ""
1358
  "When this setting is turned on WPBackItUp will attempt to create a single "
1359
- "file backup set. If WPBackItUp is unable to create a single file backup set "
1360
- "then it will turn this setting off for you. Creating a single file backup "
1361
- "set may not be possible with hosts that strictly limit memory utilization."
 
 
 
 
1362
  msgstr ""
1363
 
1364
- #: views/settings.php:127
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1365
  msgid "Batch Size"
1366
  msgstr ""
1367
 
1368
- #: views/settings.php:128
1369
  msgid "Enter the batch size for each of your content items."
1370
  msgstr ""
1371
 
1372
- #: views/settings.php:129
1373
  msgid ""
1374
  "These settings tell WPBackItUp how many items that should be added to the "
1375
  "backup at a time. If you experience timeouts while running a backup then "
@@ -1377,85 +1400,85 @@ msgid ""
1377
  "WPBackItUp to complete each backup task ."
1378
  msgstr ""
1379
 
1380
- #: views/settings.php:132
1381
  msgid "DB Tables Batch Size"
1382
  msgstr ""
1383
 
1384
- #: views/settings.php:137
1385
  msgid "Plugins Batch Size"
1386
  msgstr ""
1387
 
1388
- #: views/settings.php:142
1389
  msgid "Themes Batch Size"
1390
  msgstr ""
1391
 
1392
- #: views/settings.php:147
1393
  msgid "Uploads Batch Size"
1394
  msgstr ""
1395
 
1396
- #: views/settings.php:152
1397
  msgid "Others Batch Size"
1398
  msgstr ""
1399
 
1400
- #: views/settings.php:155 views/settings.php:189 views/settings.php:227
1401
  msgid ""
1402
  "* These settings should only be modified by advanced users or when when "
1403
  "working with WPBackItUp support."
1404
  msgstr ""
1405
 
1406
- #: views/settings.php:167
1407
  msgid "Filter Your Folders"
1408
  msgstr ""
1409
 
1410
- #: views/settings.php:168
1411
  msgid ""
1412
  "Enter a comma separated list of folders that should be excluded from your "
1413
  "backups."
1414
  msgstr ""
1415
 
1416
- #: views/settings.php:169
1417
  msgid ""
1418
  "It is important to note that when a folder name is present in this list any "
1419
  "occurrence of that folder, and all its contents, will be excluded from the "
1420
  "backup."
1421
  msgstr ""
1422
 
1423
- #: views/settings.php:171
1424
  msgid "Plugin Folders Filter"
1425
  msgstr ""
1426
 
1427
- #: views/settings.php:176
1428
  msgid "Theme Folders Filter"
1429
  msgstr ""
1430
 
1431
- #: views/settings.php:181
1432
  msgid "Upload Folders Filter"
1433
  msgstr ""
1434
 
1435
- #: views/settings.php:185
1436
  msgid "Other Folders Filter"
1437
  msgstr ""
1438
 
1439
- #: views/settings.php:194
1440
  msgid "Filter Your Database Tables"
1441
  msgstr ""
1442
 
1443
- #: views/settings.php:195
1444
  msgid "Exclude custom database tables from the backup."
1445
  msgstr ""
1446
 
1447
- #: views/settings.php:196
1448
  msgid ""
1449
  "If you would like to exclude a custom table from the backup then simply drag "
1450
  "it to the list on the right. WordPress core tables may not be excluded from "
1451
  "the backup. "
1452
  msgstr ""
1453
 
1454
- #: views/settings.php:232
1455
  msgid "Remove Data on Uninstall?"
1456
  msgstr ""
1457
 
1458
- #: views/settings.php:234
1459
  msgid ""
1460
  "Check this box if you would like WPBackItUp to completely remove all of its "
1461
  "data when the plugin is deleted."
@@ -1515,34 +1538,34 @@ msgstr ""
1515
  msgid "Premium customers receive priority support."
1516
  msgstr ""
1517
 
1518
- #: wp-backitup.php:93 wp-backitup.php:94
1519
  #, php-format
1520
  msgid "Every %s hours"
1521
  msgstr ""
1522
 
1523
- #: wp-backitup.php:95 wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98
1524
- #: wp-backitup.php:99
1525
  #, php-format
1526
  msgid "WPBUP - Every %s minutes"
1527
  msgstr ""
1528
 
1529
- #: wp-backitup.php:101
1530
  msgid "WPBUP - Once Weekly"
1531
  msgstr ""
1532
 
1533
- #: wp-backitup.php:102
1534
  msgid "WPBUP - Once Monthly"
1535
  msgstr ""
1536
 
1537
- #: wp-backitup.php:103 wp-backitup.php:104
1538
  #, php-format
1539
  msgid "WPBUP - Every %s hours"
1540
  msgstr ""
1541
 
1542
- #: wp-backitup.php:113
1543
  msgid "Local File"
1544
  msgstr ""
1545
 
1546
- #: wp-backitup.php:170
1547
  msgid "Cleanup"
1548
  msgstr ""
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: WPBackItUp\n"
5
+ "POT-Creation-Date: 2016-08-14 10:54-0400\n"
6
  "PO-Revision-Date: 2015-08-04 16:26-0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: WPBackItUp <translations@wpbackitup.com>\n"
16
  "X-Poedit-KeywordsList: _;__;_e\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: lib/background-processing/class-background-process.php:420
20
  #, php-format
21
  msgid "Every %d Minutes"
22
  msgstr ""
23
 
24
+ #: lib/includes/class-wpbackitup-admin.php:216 views/backup.php:277
25
  #: views/backup.php:283 views/backup.php:348 views/restore.php:99
26
+ #: wp-backitup.php:143
27
  msgid "Backup"
28
  msgstr ""
29
 
30
+ #: lib/includes/class-wpbackitup-admin.php:220
31
+ #: lib/includes/class-wpbackitup-admin.php:258 views/restore.php:136
32
+ #: wp-backitup.php:157
33
  msgid "Restore"
34
  msgstr ""
35
 
36
+ #: lib/includes/class-wpbackitup-admin.php:224
37
  msgid "Support"
38
  msgstr ""
39
 
40
+ #: lib/includes/class-wpbackitup-admin.php:227
41
  msgid "Settings"
42
  msgstr ""
43
 
44
+ #: lib/includes/class-wpbackitup-admin.php:251
45
  msgid ""
46
  "The backup you have selected exceeds what your host allows you to upload."
47
  msgstr ""
48
 
49
+ #: lib/includes/class-wpbackitup-admin.php:252 views/backup.php:439
50
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
51
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
52
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
53
  msgid "Warning"
54
  msgstr ""
55
 
56
+ #: lib/includes/class-wpbackitup-admin.php:253 views/backup.php:253
57
  #: views/backup.php:376
58
  msgid "Error"
59
  msgstr ""
60
 
61
+ #: lib/includes/class-wpbackitup-admin.php:254
62
  msgid "Response"
63
  msgstr ""
64
 
65
+ #: lib/includes/class-wpbackitup-admin.php:255 views/backup.php:352
66
  #: views/backup.php:430 views/restore.php:230
67
  msgid "Status"
68
  msgstr ""
69
 
70
+ #: lib/includes/class-wpbackitup-admin.php:256
71
  msgid "Download"
72
  msgstr ""
73
 
74
+ #: lib/includes/class-wpbackitup-admin.php:257 views/backup.php:407
75
  #: views/restore.php:129
76
  msgid "Delete"
77
  msgstr ""
78
 
79
+ #: lib/includes/class-wpbackitup-admin.php:259
80
  msgid "(JS997) Unexpected error"
81
  msgstr ""
82
 
83
+ #: lib/includes/class-wpbackitup-admin.php:260
84
  msgid "(JS998) Unexpected error"
85
  msgstr ""
86
 
87
+ #: lib/includes/class-wpbackitup-admin.php:261
88
  msgid "(JS999) An unexpected error has occurred"
89
  msgstr ""
90
 
91
+ #: lib/includes/class-wpbackitup-admin.php:262
92
  msgid "Scheduled has been saved."
93
  msgstr ""
94
 
95
+ #: lib/includes/class-wpbackitup-admin.php:263
96
  msgid "Scheduled was not saved."
97
  msgstr ""
98
 
99
+ #: lib/includes/class-wpbackitup-admin.php:264
100
  msgid "Are you sure you want to restore your site?"
101
  msgstr ""
102
 
103
+ #: lib/includes/class-wpbackitup-admin.php:265
104
  msgid "Are you sure ?"
105
  msgstr ""
106
 
107
+ #: lib/includes/class-wpbackitup-admin.php:266
108
  msgid "This file cannot be delete!"
109
  msgstr ""
110
 
111
+ #: lib/includes/class-wpbackitup-admin.php:267
112
  msgid "View Log"
113
  msgstr ""
114
 
115
+ #: lib/includes/class-wpbackitup-admin.php:268
116
  msgid "New Backup!"
117
  msgstr ""
118
 
119
+ #: lib/includes/class-wpbackitup-admin.php:269
120
  msgid "Uploaded Backup"
121
  msgstr ""
122
 
123
+ #: lib/includes/class-wpbackitup-admin.php:606
124
  msgid "Backup Queued"
125
  msgstr ""
126
 
127
+ #: lib/includes/class-wpbackitup-admin.php:615
128
  msgid "Backup could not be queued"
129
  msgstr ""
130
 
131
+ #: lib/includes/class-wpbackitup-admin.php:627
132
  msgid "Job is already in queue."
133
  msgstr ""
134
 
135
+ #: lib/includes/class-wpbackitup-admin.php:665
136
  msgid "No backup file selected."
137
  msgstr ""
138
 
139
+ #: lib/includes/class-wpbackitup-admin.php:672
140
  msgid "No user id found."
141
  msgstr ""
142
 
143
+ #: lib/includes/class-wpbackitup-admin.php:710
144
  msgid "Restore Queued"
145
  msgstr ""
146
 
147
+ #: lib/includes/class-wpbackitup-admin.php:719
148
  msgid "Restore could not be queued"
149
  msgstr ""
150
 
151
+ #: lib/includes/class-wpbackitup-admin.php:725
152
  msgid "Restore already in queue"
153
  msgstr ""
154
 
155
+ #: lib/includes/class-wpbackitup-admin.php:757
156
  msgid "No job id posted"
157
  msgstr ""
158
 
159
+ #: lib/includes/class-wpbackitup-admin.php:765 views/backup.php:467
160
  msgid "Backup Cancelled"
161
  msgstr ""
162
 
163
+ #: lib/includes/class-wpbackitup-admin.php:767
164
  msgid "Backup job not found"
165
  msgstr ""
166
 
167
+ #: lib/includes/class-wpbackitup-admin.php:975
168
  msgid "No response log found."
169
  msgstr ""
170
 
171
+ #: lib/includes/class-wpbackitup-admin.php:1077
 
 
 
 
172
  #: lib/includes/class-wpbackitup-admin.php:1085
173
+ #: lib/includes/class-wpbackitup-admin.php:1137
174
+ #: lib/includes/class-wpbackitup-admin.php:1144
175
+ #: lib/includes/class-wpbackitup-admin.php:1151
176
+ #: lib/includes/class-wpbackitup-admin.php:1158
177
+ #: lib/includes/class-wpbackitup-admin.php:1165
178
  msgid "Please enter a number"
179
  msgstr ""
180
 
181
+ #: lib/includes/class-wpbackitup-admin.php:1106
182
+ #: lib/includes/class-wpbackitup-admin.php:1274
183
  msgid "Please enter a valid email"
184
  msgstr ""
185
 
186
+ #: lib/includes/class-wpbackitup-admin.php:1281
187
  msgid "Please enter your support ticket id"
188
  msgstr ""
189
 
190
+ #: lib/includes/class-wpbackitup-admin.php:1286
191
  msgid "Please only enter numbers in this field"
192
  msgstr ""
193
 
194
+ #: lib/includes/class-wpbackitup-admin.php:2093
195
+ #: lib/includes/class-wpbackitup-admin.php:2113
196
  msgid ""
197
  "License could not be activated. Please try again in a few hours and contact "
198
  "support if this error continues."
199
  msgstr ""
200
 
201
+ #: lib/includes/class-wpbackitup-admin.php:2162
202
  msgid "License is invalid."
203
  msgstr ""
204
 
205
+ #: lib/includes/class-wpbackitup-admin.php:2167
206
  msgid "License has expired."
207
  msgstr ""
208
 
209
+ #: lib/includes/class-wpbackitup-admin.php:2170
210
  #, php-format
211
  msgid ""
212
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
214
  "<strong>world class support</strong> team."
215
  msgstr ""
216
 
217
+ #: lib/includes/class-wpbackitup-admin.php:2184
218
  msgid "License Expired: Scheduled backups are no longer active."
219
  msgstr ""
220
 
221
+ #: lib/includes/class-wpbackitup-admin.php:2192
222
  msgid "Activation limit has been reached."
223
  msgstr ""
224
 
225
+ #: lib/includes/class-wpbackitup-admin.php:2198
226
  msgid "Your Activation limit has been reached"
227
  msgstr ""
228
 
251
  msgid "Could not import file into WPBackItUp backup set."
252
  msgstr ""
253
 
254
+ #: lib/includes/job_backup.php:1144
255
  #, php-format
256
  msgid ""
257
  "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
261
  "of product updates and access to our world class support team.<br/><br/>"
262
  msgstr ""
263
 
264
+ #: lib/includes/job_backup.php:1149
265
  #, php-format
266
  msgid "%s - Backup completed successfully."
267
  msgstr ""
268
 
269
+ #: lib/includes/job_backup.php:1150
270
  msgid "Your backup completed successfully."
271
  msgstr ""
272
 
273
+ #: lib/includes/job_backup.php:1153
274
  #, php-format
275
  msgid "%s - Backup did not complete successfully."
276
  msgstr ""
277
 
278
+ #: lib/includes/job_backup.php:1154
279
  msgid "Your backup did not complete successfully."
280
  msgstr ""
281
 
282
+ #: lib/includes/job_backup.php:1161
283
  #, php-format
284
  msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
285
  msgstr ""
286
 
287
+ #: lib/includes/job_backup.php:1162
288
  msgid "Backup date:"
289
  msgstr ""
290
 
291
+ #: lib/includes/job_backup.php:1163
292
  msgid "Number of backups completed with WPBackItUp:"
293
  msgstr ""
294
 
295
+ #: lib/includes/job_backup.php:1165
296
  msgid "Completion Code:"
297
  msgstr ""
298
 
299
+ #: lib/includes/job_backup.php:1166
300
  msgid "WPBackItUp Version:"
301
  msgstr ""
302
 
303
+ #: lib/includes/job_backup.php:1178
304
  #, php-format
305
  msgid "Checkout %s for info about WPBackItUp and our other products."
306
  msgstr ""
307
 
308
+ #: lib/includes/job_backup.php:1345
309
  msgid ""
310
  "(101) Unable to create a new directory for backup. Please check your CHMOD "
311
  "settings of your wp-backitup backup directory"
312
  msgstr ""
313
 
314
+ #: lib/includes/job_backup.php:1346
315
  msgid ""
316
  "(102) Cannot create backup directory. Please check the CHMOD settings of "
317
  "your wp-backitup plugin directory"
318
  msgstr ""
319
 
320
+ #: lib/includes/job_backup.php:1347
321
  msgid "(103) Unable to backup your files. Please try again"
322
  msgstr ""
323
 
324
+ #: lib/includes/job_backup.php:1348
325
  msgid "(104) Unable to export your database. Please try again"
326
  msgstr ""
327
 
328
+ #: lib/includes/job_backup.php:1349
329
  msgid "(105) Unable to export site information file. Please try again"
330
  msgstr ""
331
 
332
+ #: lib/includes/job_backup.php:1350
333
  msgid "(106) Unable to cleanup your backup directory"
334
  msgstr ""
335
 
336
+ #: lib/includes/job_backup.php:1351
337
  msgid "(107) Unable to compress(zip) your backup. Please try again"
338
  msgstr ""
339
 
340
+ #: lib/includes/job_backup.php:1352
341
  msgid "(108) Unable to backup your site data files. Please try again"
342
  msgstr ""
343
 
344
+ #: lib/includes/job_backup.php:1353
345
  msgid "(109) Unable to finalize backup. Please try again"
346
  msgstr ""
347
 
348
+ #: lib/includes/job_backup.php:1354
349
  msgid "(110) Unable to create backup manifest. Please try again"
350
  msgstr ""
351
 
352
+ #: lib/includes/job_backup.php:1355
353
  msgid ""
354
  "(114) Your database was accessible but an export could not be created. "
355
  "Please contact support by clicking the get support link on the right. Please "
356
  "let us know who your host is when you submit the request"
357
  msgstr ""
358
 
359
+ #: lib/includes/job_backup.php:1356
360
  msgid "(120) Unable to backup your themes. Please try again"
361
  msgstr ""
362
 
363
+ #: lib/includes/job_backup.php:1357
364
  msgid "(121) Unable to backup your plugins. Please try again"
365
  msgstr ""
366
 
367
+ #: lib/includes/job_backup.php:1358
368
  msgid "(122) Unable to backup your uploads. Please try again"
369
  msgstr ""
370
 
371
+ #: lib/includes/job_backup.php:1359
372
  msgid "(123) Unable to backup your miscellaneous files. Please try again"
373
  msgstr ""
374
 
375
+ #: lib/includes/job_backup.php:1360
376
  msgid ""
377
  "(125) Unable to compress your backup because there is no zip utility "
378
  "available. Please contact support"
379
  msgstr ""
380
 
381
+ #: lib/includes/job_backup.php:1361
382
  msgid "(126) Unable to validate your backup. Please try again"
383
  msgstr ""
384
 
385
+ #: lib/includes/job_backup.php:1362
386
  msgid "(127) Unable to create inventory of files to backup. Please try again"
387
  msgstr ""
388
 
389
+ #: lib/includes/job_backup.php:1363
390
  msgid "(128) Unable to create job control record. Please try again"
391
  msgstr ""
392
 
393
+ #: lib/includes/job_backup.php:1365
394
  msgid ""
395
  "(2101) Unable to create a new directory for backup. Please check your CHMOD "
396
  "settings of your wp-backitup backup directory"
397
  msgstr ""
398
 
399
+ #: lib/includes/job_backup.php:1366
400
  msgid ""
401
  "(2102) Cannot create backup directory. Please check the CHMOD settings of "
402
  "your wp-backitup plugin directory"
403
  msgstr ""
404
 
405
+ #: lib/includes/job_backup.php:1367
406
  msgid "(2103) Unable to backup your files. Please try again"
407
  msgstr ""
408
 
409
+ #: lib/includes/job_backup.php:1368
410
  msgid "(2104) Unable to export your database. Please try again"
411
  msgstr ""
412
 
413
+ #: lib/includes/job_backup.php:1369
414
  msgid "(2105) Unable to export site information file. Please try again"
415
  msgstr ""
416
 
417
+ #: lib/includes/job_backup.php:1370
418
  msgid "(2106) Unable to cleanup your backup directory"
419
  msgstr ""
420
 
421
+ #: lib/includes/job_backup.php:1371
422
  msgid "(2107) Unable to compress(zip) your backup. Please try again"
423
  msgstr ""
424
 
425
+ #: lib/includes/job_backup.php:1372
426
  msgid "(2108) Unable to backup your site data files. Please try again"
427
  msgstr ""
428
 
429
+ #: lib/includes/job_backup.php:1373
430
  msgid "(2109) Unable to finalize backup. Please try again"
431
  msgstr ""
432
 
433
+ #: lib/includes/job_backup.php:1374
434
  msgid "(2110) Unable to create backup manifest. Please try again"
435
  msgstr ""
436
 
437
+ #: lib/includes/job_backup.php:1375
438
  msgid ""
439
  "(2114) Your database was accessible but an export could not be created. "
440
  "Please contact support by clicking the get support link on the right. Please "
441
  "let us know who your host is when you submit the request"
442
  msgstr ""
443
 
444
+ #: lib/includes/job_backup.php:1376
445
  msgid "(2120) Unable to backup your themes. Please try again"
446
  msgstr ""
447
 
448
+ #: lib/includes/job_backup.php:1377
449
  msgid "(2121) Unable to backup your plugins. Please try again"
450
  msgstr ""
451
 
452
+ #: lib/includes/job_backup.php:1378
453
  msgid "(2122) Unable to backup your uploads. Please try again"
454
  msgstr ""
455
 
456
+ #: lib/includes/job_backup.php:1379
457
  msgid "(2123) Unable to backup your miscellaneous files. Please try again"
458
  msgstr ""
459
 
460
+ #: lib/includes/job_backup.php:1380
461
  msgid ""
462
  "(2125) Unable to compress your backup because there is no zip utility "
463
  "available. Please contact support"
464
  msgstr ""
465
 
466
+ #: lib/includes/job_backup.php:1381
467
  msgid "(2126) Unable to validate your backup. Please try again"
468
  msgstr ""
469
 
470
+ #: lib/includes/job_backup.php:1382
471
  msgid "(2127) Unable to create inventory of files to backup. Please try again"
472
  msgstr ""
473
 
474
+ #: lib/includes/job_backup.php:1383
475
  msgid "(2128) Unable to create job control record. Please try again"
476
  msgstr ""
477
 
478
+ #: lib/includes/job_backup.php:1386
479
  msgid "(999) Unexpected error"
480
  msgstr ""
481
 
642
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
643
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
644
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
645
+ #: views/restore.php:250 views/restore.php:251 views/restore.php:253
646
+ #: views/restore.php:254 views/restore.php:256 views/restore.php:257
 
647
  msgid "Done"
648
  msgstr ""
649
 
652
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447
653
  #: views/backup.php:448 views/restore.php:244 views/restore.php:245
654
  #: views/restore.php:246 views/restore.php:247 views/restore.php:248
655
+ #: views/restore.php:250 views/restore.php:251 views/restore.php:253
656
+ #: views/restore.php:254 views/restore.php:256 views/restore.php:257
 
657
  msgid "Failed"
658
  msgstr ""
659
 
944
 
945
  #: views/restore.php:214
946
  msgid ""
947
+ "* When done uploading click the import uploads button below to see new "
948
+ "backups appear in the Available Backups section above. "
949
  msgstr ""
950
 
951
  #: views/restore.php:244
968
  msgid "Deactivating plugins"
969
  msgstr ""
970
 
 
 
 
 
971
  #: views/restore.php:250
972
+ msgid "Importing database"
973
  msgstr ""
974
 
975
  #: views/restore.php:251
976
+ msgid "Updating imported database"
 
 
 
 
977
  msgstr ""
978
 
979
  #: views/restore.php:253
980
+ msgid "Staging content files"
981
  msgstr ""
982
 
983
  #: views/restore.php:254
984
+ msgid "Restoring content files"
985
  msgstr ""
986
 
987
  #: views/restore.php:256
988
+ msgid "Restoring database"
989
+ msgstr ""
990
+
991
+ #: views/restore.php:257
992
  msgid "Updating permalinks"
993
  msgstr ""
994
 
995
+ #: views/restore.php:263
996
  msgid "Error 201: No file selected"
997
  msgstr ""
998
 
999
+ #: views/restore.php:264
1000
  msgid "Error 202: Your file could not be uploaded"
1001
  msgstr ""
1002
 
1003
+ #: views/restore.php:265
1004
  msgid "Error 203: Your backup could not be unzipped"
1005
  msgstr ""
1006
 
1007
+ #: views/restore.php:266
1008
  msgid ""
1009
  "Error 204: Your backup appears to be invalid. Please ensure you selected a "
1010
  "valid backup"
1011
  msgstr ""
1012
 
1013
+ #: views/restore.php:267
1014
  msgid "Error 205: Cannot create restore point"
1015
  msgstr ""
1016
 
1017
+ #: views/restore.php:268
1018
  msgid "Error 206: Unable to connect to your database"
1019
  msgstr ""
1020
 
1021
+ #: views/restore.php:269
1022
  msgid ""
1023
  "Error 207: Unable to get current site URL from database. Please try again"
1024
  msgstr ""
1025
 
1026
+ #: views/restore.php:270
1027
  msgid ""
1028
  "Error 208: Unable to get current home URL from database. Please try again"
1029
  msgstr ""
1030
 
1031
+ #: views/restore.php:271
1032
  msgid ""
1033
  "Error 209: Unable to get current user ID from database. Please try again"
1034
  msgstr ""
1035
 
1036
+ #: views/restore.php:272
1037
  msgid ""
1038
  "Error 210: Unable to get current user password from database. Please try "
1039
  "again"
1040
  msgstr ""
1041
 
1042
+ #: views/restore.php:273
1043
  msgid ""
1044
  "Error 211: Unable to get current user email from database. Please try again"
1045
  msgstr ""
1046
 
1047
+ #: views/restore.php:275
1048
  msgid ""
1049
  "Error 212: Unable to import your database. This may require importing the "
1050
  "file manually"
1051
  msgstr ""
1052
 
1053
+ #: views/restore.php:276
1054
+ msgid ""
1055
+ "Error 212: Unable to restore your database. This may require importing the "
1056
+ "file manually"
1057
+ msgstr ""
1058
+
1059
+ #: views/restore.php:279
1060
  msgid ""
1061
  "Warning 213: Unable to update your site URL value. Please check your "
1062
  "WordPress general settings to make sure your Site and WordPress URLs are "
1063
  "correct"
1064
  msgstr ""
1065
 
1066
+ #: views/restore.php:280
1067
  msgid ""
1068
  "Warning 214: Unable to update your home URL value. Please check your "
1069
  "WordPress general settings to make sure your Site and WordPress URLs are "
1070
  "correct"
1071
  msgstr ""
1072
 
1073
+ #: views/restore.php:281
1074
  msgid ""
1075
  "Warning 215: Unable to update your user information. This may require you to "
1076
  "login with the admin username and password that was used when the backup was "
1077
  "created"
1078
  msgstr ""
1079
 
1080
+ #: views/restore.php:282
1081
  msgid "Error 216: Database not found in backup"
1082
  msgstr ""
1083
 
1084
+ #: views/restore.php:283
1085
  msgid "Warning 217: Unable to remove existing wp-content directory"
1086
  msgstr ""
1087
 
1088
+ #: views/restore.php:284
1089
  msgid ""
1090
  "Error 218: Unable to create new wp-content directory. Please check your "
1091
  "CHMOD settings in /wp-content/"
1092
  msgstr ""
1093
 
1094
+ #: views/restore.php:285
1095
  msgid "Error 219: Unable to import wp-content. Please try again"
1096
  msgstr ""
1097
 
1098
+ #: views/restore.php:286
1099
  msgid "Warning 220: Unable to cleanup import directory. No action is required"
1100
  msgstr ""
1101
 
1102
+ #: views/restore.php:287
1103
  #, php-format
1104
  msgid ""
1105
  "Error 221: Table prefix value in wp-config.php is different from backup. "
1108
  "> FAQs</a> for more info."
1109
  msgstr ""
1110
 
1111
+ #: views/restore.php:288
1112
  msgid "Error 222: Unable to create restore folder"
1113
  msgstr ""
1114
 
1115
+ #: views/restore.php:289
1116
  msgid ""
1117
  "Error 223: An error occurred during the restore. WPBackItUp attempted to "
1118
  "restore the database to its previous state but were unsuccessful. Please "
1120
  "further restores"
1121
  msgstr ""
1122
 
1123
+ #: views/restore.php:290
1124
  msgid ""
1125
  "Error 224: An error occurred during the restore, however, we have "
1126
  "successfully restored your database to the previous state"
1127
  msgstr ""
1128
 
1129
+ #: views/restore.php:291
1130
  msgid ""
1131
  "Error 225: Restore option is only available to licensed WPBackItUp users"
1132
  msgstr ""
1133
 
1134
+ #: views/restore.php:292
1135
  msgid ""
1136
  "Error 226: Restore cannot proceed because your backup was created using a "
1137
  "different version of WordPress"
1138
  msgstr ""
1139
 
1140
+ #: views/restore.php:293
1141
  msgid ""
1142
  "Error 227: Restore cannot proceed because your backup was created using a "
1143
  "different version of WPBackItUp. Please contact WPBackItUp support to help "
1144
  "convert this backup to the current version"
1145
  msgstr ""
1146
 
1147
+ #: views/restore.php:294
1148
  msgid ""
1149
  "Error 230: WPBackItUp ran into unexpected errors during the database "
1150
  "restore. However, we were able to successfully revert the database back to "
1151
  "its original state . This error may require importing the database manually"
1152
  msgstr ""
1153
 
1154
+ #: views/restore.php:295
1155
  msgid ""
1156
  "Error 235: WPBackItUp is not able to proceed because there is no zip utility "
1157
  "available. Please contact support"
1158
  msgstr ""
1159
 
1160
+ #: views/restore.php:296
1161
  msgid ""
1162
  "Error 250: WPBackItUp is unable to begin the restore because a backup is "
1163
  "running. Please wait for the backup to complete and then try again"
1164
  msgstr ""
1165
 
1166
+ #: views/restore.php:298
1167
  msgid ""
1168
  "Error 260: WPBackItUp is unable to extract archives from backup set. Please "
1169
  "try again and contact support if this issue continues"
1170
  msgstr ""
1171
 
1172
+ #: views/restore.php:299
1173
  msgid ""
1174
  "Error 261: WPBackItUp is unable to extract archives from backup set. Please "
1175
  "try again and contact support if this issue continues"
1176
  msgstr ""
1177
 
1178
+ #: views/restore.php:300
1179
  msgid ""
1180
  "Error 262: There were no backup files found in the backup folder. Please "
1181
  "try again and contact support if this issue continues"
1182
  msgstr ""
1183
 
1184
+ #: views/restore.php:302
1185
  msgid ""
1186
  "Error 251: WPBackItUp is unable to begin the restore because the backup "
1187
  "manifest is empty"
1188
  msgstr ""
1189
 
1190
+ #: views/restore.php:303
1191
  msgid ""
1192
  "Error 252: At least one zip file is missing from your backup set. Please "
1193
  "make sure to upload all zip files that were part of this backup"
1194
  msgstr ""
1195
 
1196
+ #: views/restore.php:304
1197
  msgid ""
1198
  "Error 253: Backup set contains a zip file that is not in the manifest. "
1199
  "Please make sure to upload only zip files that were part of this backup"
1200
  msgstr ""
1201
 
1202
+ #: views/restore.php:305
1203
  msgid ""
1204
  "Error 254: The size of one the zip files in this backup set does not match "
1205
  "the manifest so is most likely corrupt. Upload all zip files in this backup "
1206
  "set again and attempt the restore one more time. "
1207
  msgstr ""
1208
 
1209
+ #: views/restore.php:306
1210
  msgid ""
1211
  "Error 255: Backup set does not contain a manifest. Please make sure to "
1212
  "upload all zip files that were part of this backup"
1213
  msgstr ""
1214
 
1215
+ #: views/restore.php:308
1216
  msgid ""
1217
  "Warning 300: Unable to restore all WordPress content. Please review your "
1218
  "restore logs to see what WPBackItUp was unable to restore"
1219
  msgstr ""
1220
 
1221
+ #: views/restore.php:309
1222
  msgid ""
1223
  "Warning 305: Unable to restore all plugins. Please review your restore logs "
1224
  "to see what WPBackItUp was unable to restore"
1225
  msgstr ""
1226
 
1227
+ #: views/restore.php:311
1228
  msgid "Error 2001: Unable to prepare site for restore"
1229
  msgstr ""
1230
 
1231
+ #: views/restore.php:312
1232
  msgid "Error 2002: Unable to unzip backup"
1233
  msgstr ""
1234
 
1235
+ #: views/restore.php:313
1236
  msgid "Error 2003: Unable to validate backup"
1237
  msgstr ""
1238
 
1239
+ #: views/restore.php:314
1240
  msgid "Error 2004: Unable to create restore point"
1241
  msgstr ""
1242
 
1243
+ #: views/restore.php:315
1244
  msgid "Error 2005: Unable to stage wp-content"
1245
  msgstr ""
1246
 
1247
+ #: views/restore.php:316
1248
  msgid "Error 2006: Unable to restore content files"
1249
  msgstr ""
1250
 
1251
+ #: views/restore.php:317
1252
  msgid "Error 2007: Unable to restore database"
1253
  msgstr ""
1254
 
1255
+ #: views/restore.php:318
1256
+ msgid "Error 2009: Unable to import database"
1257
+ msgstr ""
1258
+
1259
+ #: views/restore.php:319
1260
  msgid "Error 2999: Unexpected error encountered"
1261
  msgstr ""
1262
 
1263
+ #: views/restore.php:326
1264
  msgid ""
1265
  "Restore completed successfully. If you are prompted to login please do so "
1266
  "with your current username and password"
1271
  msgid "%s Settings"
1272
  msgstr ""
1273
 
1274
+ #: views/settings.php:49
1275
  msgid "Settings updated successfully!"
1276
  msgstr ""
1277
 
1278
+ #: views/settings.php:62
1279
  msgid "Email Notifications"
1280
  msgstr ""
1281
 
1282
+ #: views/settings.php:63
1283
  msgid ""
1284
  "Please enter your email address if you would like to receive backup email "
1285
  "notifications."
1286
  msgstr ""
1287
 
1288
+ #: views/settings.php:64
1289
  msgid ""
1290
  "Backup email notifications will be sent for every backup and will contain "
1291
  "status information related to the backup."
1292
  msgstr ""
1293
 
1294
+ #: views/settings.php:66 views/settings.php:86 views/settings.php:109
1295
+ #: views/settings.php:116 views/settings.php:124 views/settings.php:132
1296
+ #: views/settings.php:163 views/settings.php:197 views/settings.php:235
1297
+ #: views/settings.php:244
1298
  msgid "Save"
1299
  msgstr ""
1300
 
1301
+ #: views/settings.php:82
1302
  msgid "Backup Retention"
1303
  msgstr ""
1304
 
1305
+ #: views/settings.php:83
1306
  msgid ""
1307
  "Enter the number of backup archives that you would like to remain on the "
1308
  "server."
1309
  msgstr ""
1310
 
1311
+ #: views/settings.php:84
1312
  msgid ""
1313
  "Many hosts limit the amount of space that you can take up on their servers. "
1314
  "This option tells WPBackItUp the maximum number of backup archives that "
1316
  "oldest backup archives first."
1317
  msgstr ""
1318
 
1319
+ #: views/settings.php:103
1320
  msgid "Logging?"
1321
  msgstr ""
1322
 
1323
+ #: views/settings.php:104
1324
  msgid "Turn on WPBackItUp logging."
1325
  msgstr ""
1326
 
1327
+ #: views/settings.php:105
1328
  msgid ""
1329
  "This option should only be turned on by advanced users or when "
1330
  "troubleshooting issues with WPBackItUp support."
1331
  msgstr ""
1332
 
1333
+ #: views/settings.php:106
1334
  msgid "Yes"
1335
  msgstr ""
1336
 
1337
+ #: views/settings.php:107
1338
  msgid "No"
1339
  msgstr ""
1340
 
1341
+ #: views/settings.php:113
1342
  msgid "Disable restore version compare?"
1343
  msgstr ""
1344
 
1345
+ #: views/settings.php:115
1346
  msgid ""
1347
  "Check this box if you would like WPBackItUp not to check major version "
1348
  "issue. This could be dangerous, you can disable it with your own risk."
1349
  msgstr ""
1350
 
1351
+ #: views/settings.php:120
1352
  msgid "Single File Backup Set"
1353
  msgstr ""
1354
 
1355
+ #: views/settings.php:122
1356
  msgid ""
1357
+ "Check this box if you would like WPBackItUp to create a single zip file that "
1358
+ "contains your entire backup."
1359
  msgstr ""
1360
 
1361
+ #: views/settings.php:123
1362
  msgid ""
1363
  "When this setting is turned on WPBackItUp will attempt to create a single "
1364
+ "zip file that contains your entire backup. This option may may not be "
1365
+ "possible with some hosting providers. This setting will be turned off "
1366
+ "automatically if WPBackItUp is unable to complete this step for any reason."
1367
+ msgstr ""
1368
+
1369
+ #: views/settings.php:128
1370
+ msgid "Single File Database Export (db)"
1371
  msgstr ""
1372
 
1373
+ #: views/settings.php:130
1374
+ msgid ""
1375
+ "Check this box if you would like WPBackItUp to export your database into a "
1376
+ "single db file."
1377
+ msgstr ""
1378
+
1379
+ #: views/settings.php:131
1380
+ msgid ""
1381
+ "When this setting is turned on WPBackItUp will attempt to create a single "
1382
+ "file that contains your entire database. This option may not be possible "
1383
+ "with some hosting providers. This setting will be turned off automatically "
1384
+ "if WPBackItUp is unable to complete this step for any reason."
1385
+ msgstr ""
1386
+
1387
+ #: views/settings.php:136
1388
  msgid "Batch Size"
1389
  msgstr ""
1390
 
1391
+ #: views/settings.php:137
1392
  msgid "Enter the batch size for each of your content items."
1393
  msgstr ""
1394
 
1395
+ #: views/settings.php:138
1396
  msgid ""
1397
  "These settings tell WPBackItUp how many items that should be added to the "
1398
  "backup at a time. If you experience timeouts while running a backup then "
1400
  "WPBackItUp to complete each backup task ."
1401
  msgstr ""
1402
 
1403
+ #: views/settings.php:141
1404
  msgid "DB Tables Batch Size"
1405
  msgstr ""
1406
 
1407
+ #: views/settings.php:146
1408
  msgid "Plugins Batch Size"
1409
  msgstr ""
1410
 
1411
+ #: views/settings.php:151
1412
  msgid "Themes Batch Size"
1413
  msgstr ""
1414
 
1415
+ #: views/settings.php:156
1416
  msgid "Uploads Batch Size"
1417
  msgstr ""
1418
 
1419
+ #: views/settings.php:161
1420
  msgid "Others Batch Size"
1421
  msgstr ""
1422
 
1423
+ #: views/settings.php:164 views/settings.php:198 views/settings.php:236
1424
  msgid ""
1425
  "* These settings should only be modified by advanced users or when when "
1426
  "working with WPBackItUp support."
1427
  msgstr ""
1428
 
1429
+ #: views/settings.php:176
1430
  msgid "Filter Your Folders"
1431
  msgstr ""
1432
 
1433
+ #: views/settings.php:177
1434
  msgid ""
1435
  "Enter a comma separated list of folders that should be excluded from your "
1436
  "backups."
1437
  msgstr ""
1438
 
1439
+ #: views/settings.php:178
1440
  msgid ""
1441
  "It is important to note that when a folder name is present in this list any "
1442
  "occurrence of that folder, and all its contents, will be excluded from the "
1443
  "backup."
1444
  msgstr ""
1445
 
1446
+ #: views/settings.php:180
1447
  msgid "Plugin Folders Filter"
1448
  msgstr ""
1449
 
1450
+ #: views/settings.php:185
1451
  msgid "Theme Folders Filter"
1452
  msgstr ""
1453
 
1454
+ #: views/settings.php:190
1455
  msgid "Upload Folders Filter"
1456
  msgstr ""
1457
 
1458
+ #: views/settings.php:194
1459
  msgid "Other Folders Filter"
1460
  msgstr ""
1461
 
1462
+ #: views/settings.php:203
1463
  msgid "Filter Your Database Tables"
1464
  msgstr ""
1465
 
1466
+ #: views/settings.php:204
1467
  msgid "Exclude custom database tables from the backup."
1468
  msgstr ""
1469
 
1470
+ #: views/settings.php:205
1471
  msgid ""
1472
  "If you would like to exclude a custom table from the backup then simply drag "
1473
  "it to the list on the right. WordPress core tables may not be excluded from "
1474
  "the backup. "
1475
  msgstr ""
1476
 
1477
+ #: views/settings.php:241
1478
  msgid "Remove Data on Uninstall?"
1479
  msgstr ""
1480
 
1481
+ #: views/settings.php:243
1482
  msgid ""
1483
  "Check this box if you would like WPBackItUp to completely remove all of its "
1484
  "data when the plugin is deleted."
1538
  msgid "Premium customers receive priority support."
1539
  msgstr ""
1540
 
1541
+ #: wp-backitup.php:94 wp-backitup.php:95
1542
  #, php-format
1543
  msgid "Every %s hours"
1544
  msgstr ""
1545
 
1546
+ #: wp-backitup.php:96 wp-backitup.php:97 wp-backitup.php:98 wp-backitup.php:99
1547
+ #: wp-backitup.php:100
1548
  #, php-format
1549
  msgid "WPBUP - Every %s minutes"
1550
  msgstr ""
1551
 
1552
+ #: wp-backitup.php:102
1553
  msgid "WPBUP - Once Weekly"
1554
  msgstr ""
1555
 
1556
+ #: wp-backitup.php:103
1557
  msgid "WPBUP - Once Monthly"
1558
  msgstr ""
1559
 
1560
+ #: wp-backitup.php:104 wp-backitup.php:105
1561
  #, php-format
1562
  msgid "WPBUP - Every %s hours"
1563
  msgstr ""
1564
 
1565
+ #: wp-backitup.php:114
1566
  msgid "Local File"
1567
  msgstr ""
1568
 
1569
+ #: wp-backitup.php:171
1570
  msgid "Cleanup"
1571
  msgstr ""
lib/includes/class-backup.php CHANGED
@@ -192,7 +192,7 @@ class WPBackItUp_Backup {
192
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin - Cleanup Backup Folder:' . $path);
193
 
194
  $fileSystem = new WPBackItUp_FileSystem($this->log_name);
195
- $work_files = $fileSystem->get_fileonly_list($path, 'txt|sql');
196
 
197
  if(!$fileSystem ->delete_files($work_files)) {
198
  WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Work files could not be deleted');
@@ -383,10 +383,12 @@ class WPBackItUp_Backup {
383
 
384
  //Generate the sql name - break up by offset so restore will also work in batches
385
  $sql_data_file_name=$this->backup_project_path. sprintf('db-%s-%d.sql',$table,$offset);
386
- if (false===$sqlUtil->wpbackitup_export_data($sql_data_file_name,$table,$offset,$batch_size,$create_table)){
387
  WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'SQL EXPORT FAILED');
388
  return false;
389
  }
 
 
390
  $db->update_item_batch_complete($job_id,$batch_id,1);
391
 
392
  //get count of remaining items
@@ -401,51 +403,34 @@ class WPBackItUp_Backup {
401
  *
402
  * @return bool
403
  */
404
- public function create_siteinfo_file(){
405
  global $table_prefix; //from wp-config
406
  $path=$this->backup_project_path;
407
- $siteinfo = $path ."backupsiteinfo.txt";
408
 
409
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Create Site Info File:'.$siteinfo);
410
  try {
411
- $handle = fopen($siteinfo, 'w+');
412
- if (false===$handle){
413
- WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Cant open file.');
414
- return false;
415
- }
416
-
417
- //Probably should change to json format
418
-
419
- //Write Site URL
420
- $entry = site_url( '/' ) ."\n";
421
- fwrite($handle, $entry);
422
-
423
- //Write Table Prefix
424
- $entry = $table_prefix ."\n" ;
425
- fwrite($handle, $entry);
426
-
427
- //write WP version
428
- $entry =get_bloginfo( 'version')."\n" ;
429
- fwrite($handle, $entry);
430
-
431
- //write WP BackItUp
432
- $entry =WPBACKITUP__VERSION."\n" ;
433
- fwrite($handle, $entry);
434
 
435
- fclose($handle);
436
-
437
-
438
- if (file_exists($siteinfo)){
439
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'File created successfully.');
440
- return true;
 
 
 
 
 
 
441
  }
442
 
 
 
443
  }catch(Exception $e) {
444
  WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,' Exception: ' .$e);
 
445
  }
446
-
447
- WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Site Info File NOT Created.');
448
- return false;
449
  }
450
 
451
  /**
@@ -1096,8 +1081,12 @@ class WPBackItUp_Backup {
1096
 
1097
  //get rid of the path.
1098
  //$backup_files = str_replace($this->backup_project_path,'',$backup_files_path);
1099
- $manifest_file=$this->backup_project_path . 'backupmanifest.txt';
1100
- file_put_contents($manifest_file,json_encode($backup_file_list));
 
 
 
 
1101
 
1102
  //Find the main zip in the array to get the path
1103
  $main_zip_index = $this->search_array('-main-', $backup_files_path);
192
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin - Cleanup Backup Folder:' . $path);
193
 
194
  $fileSystem = new WPBackItUp_FileSystem($this->log_name);
195
+ $work_files = $fileSystem->get_fileonly_list($path, 'txt|sql|db|config');
196
 
197
  if(!$fileSystem ->delete_files($work_files)) {
198
  WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Work files could not be deleted');
383
 
384
  //Generate the sql name - break up by offset so restore will also work in batches
385
  $sql_data_file_name=$this->backup_project_path. sprintf('db-%s-%d.sql',$table,$offset);
386
+ if (false===$sqlUtil->wpbackitup_export_data($job_id,$sql_data_file_name,$table,$offset,$batch_size,$create_table)){
387
  WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'SQL EXPORT FAILED');
388
  return false;
389
  }
390
+
391
+ //It is possible we may not make it here because of timeout. This is why we try export 3 times before error
392
  $db->update_item_batch_complete($job_id,$batch_id,1);
393
 
394
  //get count of remaining items
403
  *
404
  * @return bool
405
  */
406
+ public function create_siteinfo_file($job_id){
407
  global $table_prefix; //from wp-config
408
  $path=$this->backup_project_path;
409
+ $siteinfo_file = $path ."backupsiteinfo.config";
410
 
411
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Create Site Info File:'.$siteinfo_file);
412
  try {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
413
 
414
+ $outbut_buffer=array(
415
+ "site_url" => site_url( '/' ),
416
+ "table_prefix" => $table_prefix,
417
+ "snapshot_prefix" => $job_id.'_',
418
+ "wp_version" => get_bloginfo( 'version'),
419
+ "wpbackitup_version" => WPBACKITUP__VERSION,
420
+ );
421
+
422
+ file_put_contents($siteinfo_file,json_encode($outbut_buffer,JSON_PRETTY_PRINT));
423
+ if (! file_exists($siteinfo_file)){
424
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Site Info file was not created successfully.');
425
+ return false;
426
  }
427
 
428
+ return true;
429
+
430
  }catch(Exception $e) {
431
  WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,' Exception: ' .$e);
432
+ return false;
433
  }
 
 
 
434
  }
435
 
436
  /**
1081
 
1082
  //get rid of the path.
1083
  //$backup_files = str_replace($this->backup_project_path,'',$backup_files_path);
1084
+ $manifest_file=$this->backup_project_path . 'backupmanifest.config';
1085
+ file_put_contents($manifest_file,json_encode($backup_file_list,JSON_PRETTY_PRINT));
1086
+ if ( ! file_exists($manifest_file)){
1087
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Manifest file was not created successfully.');
1088
+ return false;
1089
+ }
1090
 
1091
  //Find the main zip in the array to get the path
1092
  $main_zip_index = $this->search_array('-main-', $backup_files_path);
lib/includes/class-database.php CHANGED
@@ -586,8 +586,10 @@ class WPBackItUp_DataAccess {
586
  WHERE
587
  record_type=%s
588
  && batch_id=%d
 
589
  ORDER BY item_id
590
- ",WPBackItUp_Job_Item::JOB_ITEM_RECORD,$batch_id);
 
591
 
592
  return $this->get_rows($sql_select);
593
  }
@@ -926,13 +928,18 @@ class WPBackItUp_DataAccess {
926
  *
927
  * @return mixed
928
  */
929
- public function get_user_by_login( $user_login ) {
930
  global $wpdb;
931
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
 
 
 
 
 
932
 
933
  $sql = $wpdb->prepare(
934
  "SELECT *
935
- FROM $wpdb->users
936
  WHERE
937
  user_login=%s
938
  ",$user_login);
@@ -992,6 +999,186 @@ class WPBackItUp_DataAccess {
992
  return $query_result;
993
  }
994
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
995
  /**
996
  * Create or Update user by login
997
  * - Lookup the user by their login and then either update or create
@@ -1000,17 +1187,22 @@ class WPBackItUp_DataAccess {
1000
  *
1001
  * @return bool
1002
  */
1003
- public function update_create_user_by_login( $db_user ) {
1004
  global $wpdb;
1005
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1006
 
 
 
 
 
 
1007
  //fetch user
1008
- $user = $this->get_user_by_login($db_user->user_login );
1009
 
1010
  //If NOT found then create a new user
1011
  if ( empty($user) ) {
1012
  $sql = $wpdb->prepare(
1013
- "INSERT INTO $wpdb->users
1014
  (
1015
  user_login,
1016
  user_pass,
@@ -1039,7 +1231,7 @@ class WPBackItUp_DataAccess {
1039
  } else {
1040
 
1041
  $sql = $wpdb->prepare(
1042
- "UPDATE $wpdb->users
1043
  SET
1044
  user_pass = %s,
1045
  user_nicename = %s,
@@ -1210,17 +1402,23 @@ class WPBackItUp_DataAccess {
1210
  }
1211
 
1212
 
1213
- public function update_create_option($option_name,$option_value,$autoload) {
1214
  global $wpdb;
1215
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1216
 
1217
  //does option already exist
1218
- $option = $this->get_option_by_name($option_name);
 
 
 
 
 
 
1219
 
1220
  if (empty($option)){
1221
  //Create Meta
1222
  $sql = $wpdb->prepare(
1223
- "INSERT INTO $wpdb->options
1224
  (
1225
  option_name,
1226
  option_value,
@@ -1237,7 +1435,7 @@ class WPBackItUp_DataAccess {
1237
  } else {
1238
  //Update Meta
1239
  $sql = $wpdb->prepare(
1240
- "UPDATE $wpdb->options
1241
  SET
1242
  option_value=%s,
1243
  autoload = %s
@@ -1258,13 +1456,20 @@ class WPBackItUp_DataAccess {
1258
 
1259
  }
1260
 
1261
- public function get_option_by_name( $option_name ) {
1262
  global $wpdb;
1263
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1264
 
 
 
 
 
 
 
 
1265
  $sql = $wpdb->prepare(
1266
  "SELECT *
1267
- FROM $wpdb->options
1268
  WHERE
1269
  option_name=%s
1270
  ",$option_name);
@@ -1282,12 +1487,17 @@ class WPBackItUp_DataAccess {
1282
  *
1283
  * @return bool
1284
  */
1285
- function get_option_value($option_name){
1286
  global $wpdb;
1287
 
 
 
 
 
 
1288
  $sql = $wpdb->prepare(
1289
  "SELECT option_value
1290
- FROM $wpdb->options
1291
  WHERE option_name =%s"
1292
  ,$option_name);
1293
 
@@ -1397,15 +1607,20 @@ class WPBackItUp_DataAccess {
1397
  else return true;
1398
 
1399
  }
 
1400
  /**
1401
  * Get array of all tables
1402
  * @return array
1403
  */
1404
- function get_tables(){
1405
  global $wpdb;
1406
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1407
 
1408
- $sql = "SHOW TABLES;";
 
 
 
 
1409
  $table_list = $wpdb->get_results($sql, ARRAY_N);
1410
  $all_tables_name = array();
1411
  foreach ($table_list as $key => $value) {
@@ -1415,6 +1630,7 @@ class WPBackItUp_DataAccess {
1415
  return $all_tables_name;
1416
  }
1417
 
 
1418
  /**
1419
  * Get array of wordpress tables
1420
  * @return array
586
  WHERE
587
  record_type=%s
588
  && batch_id=%d
589
+ && item_status=%s
590
  ORDER BY item_id
591
+ LIMIT %d
592
+ ",WPBackItUp_Job_Item::JOB_ITEM_RECORD,$batch_id,WPBackItUp_Job_Item::QUEUED,$batch_size);
593
 
594
  return $this->get_rows($sql_select);
595
  }
928
  *
929
  * @return mixed
930
  */
931
+ public function get_user_by_login( $user_login,$table_prefix=null ) {
932
  global $wpdb;
933
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin.');
934
+
935
+ $users_table = $wpdb->users;
936
+ if (!is_null( $table_prefix )){
937
+ $users_table = str_replace($wpdb->base_prefix,$table_prefix , $users_table );
938
+ }
939
 
940
  $sql = $wpdb->prepare(
941
  "SELECT *
942
+ FROM $users_table
943
  WHERE
944
  user_login=%s
945
  ",$user_login);
999
  return $query_result;
1000
  }
1001
 
1002
+
1003
+ /**
1004
+ * Add current user to snapshot tables
1005
+ *
1006
+ * @param $current_user
1007
+ * @param $table_prefix
1008
+ *
1009
+ * @return bool
1010
+ */
1011
+ public function update_snapshot_currentuser( $current_user, $table_prefix) {
1012
+ global $wpdb;
1013
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1014
+
1015
+ if ( empty( $current_user )) {
1016
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__, 'User login is not valid:' . var_export( $current_user,true));
1017
+ return false;
1018
+ }
1019
+
1020
+ $users_table = $wpdb->users;
1021
+ $snapshot_users_table = str_replace($wpdb->base_prefix,$table_prefix , $users_table );
1022
+
1023
+ $usermeta_table = $wpdb->usermeta;
1024
+ $snapshot_usermeta_table = str_replace($wpdb->base_prefix,$table_prefix , $usermeta_table );
1025
+
1026
+ //delete the usermeta for current user id OR if username matches
1027
+ //it is possible to have the same username with different ID's
1028
+ $sql = $wpdb->prepare(
1029
+ "DELETE FROM $snapshot_usermeta_table
1030
+ WHERE user_id = %d
1031
+ OR user_id IN
1032
+ (SELECT id from $snapshot_users_table WHERE user_login= %s)
1033
+ "
1034
+ ,$current_user->ID, $current_user->user_login
1035
+ );
1036
+
1037
+ $sql_rtn = $this->query($sql);
1038
+ if (false=== $sql_rtn ) {
1039
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Could not delete usermeta from snapshot table.');
1040
+ return false;
1041
+ }
1042
+
1043
+
1044
+ //DELETE user IF already exists in snapshot
1045
+ $sql = $wpdb->prepare(
1046
+ "DELETE FROM $snapshot_users_table
1047
+ WHERE id = %d OR user_login = %s
1048
+ "
1049
+ ,$current_user->ID,$current_user->user_login
1050
+ );
1051
+
1052
+ $sql_rtn = $this->query($sql);
1053
+ if (false=== $sql_rtn ) {
1054
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Could not delete users from snapshot table.');
1055
+ return false;
1056
+ }
1057
+
1058
+ //INSERT current user into snapshot table
1059
+ //multisite may have spam and deleted columns so exclude from select and insert - they are not needed for this user
1060
+ $sql = $wpdb->prepare(
1061
+ "INSERT INTO $snapshot_users_table
1062
+ (
1063
+ ID,
1064
+ user_login,
1065
+ user_pass,
1066
+ user_nicename,
1067
+ user_email,
1068
+ user_url,
1069
+ user_registered,
1070
+ user_activation_key,
1071
+ user_status,
1072
+ display_name
1073
+ )
1074
+ SELECT
1075
+ ID,
1076
+ user_login,
1077
+ user_pass,
1078
+ user_nicename,
1079
+ user_email,
1080
+ user_url,
1081
+ user_registered,
1082
+ user_activation_key,
1083
+ user_status,
1084
+ display_name
1085
+ FROM $users_table WHERE ID=%d"
1086
+ ,$current_user->ID
1087
+ );
1088
+
1089
+ $sql_rtn = $this->query($sql);
1090
+ if (false=== $sql_rtn ) {
1091
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Could not add users into snapshot table.');
1092
+ return false;
1093
+ }
1094
+
1095
+
1096
+ //INSERT current user meta into snapshot table
1097
+ $sql = $wpdb->prepare(
1098
+ "INSERT INTO $snapshot_usermeta_table
1099
+ SELECT * FROM $usermeta_table WHERE user_id=%d"
1100
+ ,$current_user->ID
1101
+ );
1102
+
1103
+ $sql_rtn = $this->query($sql);
1104
+ if (false=== $sql_rtn ) {
1105
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Could add user meta into snapshot table.');
1106
+ return false;
1107
+ }
1108
+
1109
+
1110
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Current user added to snapshot table.');
1111
+ return true;
1112
+
1113
+ }
1114
+
1115
+ /**
1116
+ * updates settings in the options and usermeta tables to use new prefix
1117
+ * --settings in thes two tables use the table prefix name in them
1118
+ *
1119
+ * @param $snapshot_prefix
1120
+ * @param $backup_table_prefix
1121
+ *
1122
+ * @return bool
1123
+ */
1124
+ public function update_snapshot_table_prefix( $snapshot_prefix, $backup_table_prefix) {
1125
+ global $wpdb;
1126
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1127
+
1128
+ if ( empty( $snapshot_prefix )) {
1129
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__, 'Snapshot prefix is not valid:' . var_export( $snapshot_prefix,true));
1130
+ return false;
1131
+ }
1132
+
1133
+ if ( empty( $backup_table_prefix )) {
1134
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__, 'Backup table prefix is not valid:' . var_export( $backup_table_prefix,true));
1135
+ return false;
1136
+ }
1137
+
1138
+ $options_table = $wpdb->options;
1139
+ $snapshot_options_table = str_replace($wpdb->base_prefix,$snapshot_prefix , $options_table );
1140
+
1141
+ //update the option settings to use the new table prefix
1142
+ $sql = $wpdb->prepare(
1143
+ "UPDATE $snapshot_options_table
1144
+ SET option_name = REPLACE(option_name, %s, %s)
1145
+ where option_name like %s
1146
+ "
1147
+ ,$backup_table_prefix,$wpdb->base_prefix, $backup_table_prefix . '%'
1148
+ );
1149
+
1150
+ $sql_rtn = $this->query($sql);
1151
+ if (false=== $sql_rtn ) {
1152
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Could update table prefix in options snapshot table.');
1153
+ return false;
1154
+ }
1155
+
1156
+
1157
+ $usermeta_table = $wpdb->usermeta;
1158
+ $snapshot_usermeta_table = str_replace($wpdb->base_prefix,$snapshot_prefix , $usermeta_table );
1159
+
1160
+ //update the usermeta settings to use the new table prefix
1161
+ $sql = $wpdb->prepare(
1162
+ "UPDATE $snapshot_usermeta_table
1163
+ SET meta_key = REPLACE(meta_key, %s, %s)
1164
+ where meta_key like %s
1165
+ "
1166
+ ,$backup_table_prefix,$wpdb->base_prefix, $backup_table_prefix . '%'
1167
+ );
1168
+
1169
+ $sql_rtn = $this->query($sql);
1170
+ if (false=== $sql_rtn ) {
1171
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Could not delete users from snapshot table.');
1172
+ return false;
1173
+ }
1174
+
1175
+
1176
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Current user added to snapshot table.');
1177
+ return true;
1178
+
1179
+ }
1180
+
1181
+
1182
  /**
1183
  * Create or Update user by login
1184
  * - Lookup the user by their login and then either update or create
1187
  *
1188
  * @return bool
1189
  */
1190
+ public function update_create_user_by_login( $db_user, $table_prefix=null) {
1191
  global $wpdb;
1192
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1193
 
1194
+ $users_table = $wpdb->users;
1195
+ if (!is_null( $table_prefix )){
1196
+ $users_table = str_replace($wpdb->base_prefix,$table_prefix , $users_table );
1197
+ }
1198
+
1199
  //fetch user
1200
+ $user = $this->get_user_by_login($db_user->user_login,$table_prefix );
1201
 
1202
  //If NOT found then create a new user
1203
  if ( empty($user) ) {
1204
  $sql = $wpdb->prepare(
1205
+ "INSERT INTO $users_table
1206
  (
1207
  user_login,
1208
  user_pass,
1231
  } else {
1232
 
1233
  $sql = $wpdb->prepare(
1234
+ "UPDATE $users_table
1235
  SET
1236
  user_pass = %s,
1237
  user_nicename = %s,
1402
  }
1403
 
1404
 
1405
+ public function update_create_option($option_name,$option_value,$autoload,$table_prefix=null) {
1406
  global $wpdb;
1407
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1408
 
1409
  //does option already exist
1410
+ $option = $this->get_option_by_name($option_name,$table_prefix);
1411
+
1412
+ //replace the table prefix with the job_id
1413
+ $options_table = $wpdb->options;
1414
+ if (!is_null( $table_prefix )){
1415
+ $options_table = str_replace($wpdb->base_prefix,$table_prefix , $options_table );
1416
+ }
1417
 
1418
  if (empty($option)){
1419
  //Create Meta
1420
  $sql = $wpdb->prepare(
1421
+ "INSERT INTO $options_table
1422
  (
1423
  option_name,
1424
  option_value,
1435
  } else {
1436
  //Update Meta
1437
  $sql = $wpdb->prepare(
1438
+ "UPDATE $options_table
1439
  SET
1440
  option_value=%s,
1441
  autoload = %s
1456
 
1457
  }
1458
 
1459
+ public function get_option_by_name( $option_name,$table_prefix=null ) {
1460
  global $wpdb;
1461
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1462
 
1463
+ //replace the table prefix with the job_id
1464
+ $options_table = $wpdb->options;
1465
+ if (!is_null( $table_prefix )){
1466
+ $options_table = str_replace($wpdb->base_prefix,$table_prefix , $options_table );
1467
+ }
1468
+
1469
+
1470
  $sql = $wpdb->prepare(
1471
  "SELECT *
1472
+ FROM $options_table
1473
  WHERE
1474
  option_name=%s
1475
  ",$option_name);
1487
  *
1488
  * @return bool
1489
  */
1490
+ function get_option_value($option_name,$table_prefix=null){
1491
  global $wpdb;
1492
 
1493
+ $options_table = $wpdb->options;
1494
+ if (!is_null( $table_prefix )){
1495
+ $options_table = str_replace($wpdb->base_prefix,$table_prefix , $options_table );
1496
+ }
1497
+
1498
  $sql = $wpdb->prepare(
1499
  "SELECT option_value
1500
+ FROM $options_table
1501
  WHERE option_name =%s"
1502
  ,$option_name);
1503
 
1607
  else return true;
1608
 
1609
  }
1610
+
1611
  /**
1612
  * Get array of all tables
1613
  * @return array
1614
  */
1615
+ function get_tables($table_prefix=null){
1616
  global $wpdb;
1617
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1618
 
1619
+ $sql = "SHOW TABLES";
1620
+ if (! is_null($table_prefix)){
1621
+ $sql .= sprintf(" LIKE '%s%%'" ,$table_prefix);
1622
+ }
1623
+
1624
  $table_list = $wpdb->get_results($sql, ARRAY_N);
1625
  $all_tables_name = array();
1626
  foreach ($table_list as $key => $value) {
1630
  return $all_tables_name;
1631
  }
1632
 
1633
+
1634
  /**
1635
  * Get array of wordpress tables
1636
  * @return array
lib/includes/class-filesystem.php CHANGED
@@ -576,6 +576,74 @@ class WPBackItUp_FileSystem {
576
  return $filtered_files;
577
  }
578
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
579
  /**
580
  * Fetch an array of files from the path provided + file size in KB
581
  *
@@ -659,5 +727,7 @@ class WPBackItUp_FileSystem {
659
 
660
  }
661
 
 
 
662
  }
663
 
576
  return $filtered_files;
577
  }
578
 
579
+ /**
580
+ * Append to output file. From file will be read in chunks to reduce chance for memory exceptions
581
+ *
582
+ * @param string $from_filepath
583
+ * @param string $to_filepath
584
+ *
585
+ * @return bool
586
+ */
587
+ function append_file_chunked($from_filepath , $to_filepath ) {
588
+
589
+ try {
590
+
591
+ // make sure from file exists
592
+ if(!is_file($from_filepath)) {
593
+ BackItUp_LoggerV2::log_error($this->log_name,__METHOD__,sprintf("Input file error, file does not exist: %s", $from_filepath));
594
+ return false;
595
+ }
596
+
597
+ //Open output file
598
+ $toFile_handle = @fopen( $to_filepath, 'a');
599
+ if (false===$toFile_handle) {
600
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,sprintf("Output file error, file could not be created: %s", $toFile_handle));
601
+ return false;
602
+ }
603
+
604
+ $chunkSize = 5242880;//5 MB
605
+ $offset=0;
606
+ $partNumber = 0;
607
+ $fileSize = filesize($from_filepath);
608
+ if ($fromFile_handle = @fopen($from_filepath, 'r')) {
609
+ do {
610
+ ++$partNumber;
611
+ echo $partNumber;
612
+ // Seek to the correct position on the file pointer
613
+ fseek( $fromFile_handle, $offset );
614
+
615
+ // Read from the file handle until EOF, uploading each chunk
616
+ if ( $data = fread( $fromFile_handle, $chunkSize ) ) {
617
+
618
+ if (false === fwrite($toFile_handle, $data)) return false;
619
+ $offset += $chunkSize; //Get next offset
620
+ } else{
621
+ //should never get here
622
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,sprintf("Unable to read file-offset : %s-%s", $from_filepath,$offset));
623
+ @fclose( $fromFile_handle);
624
+ return false;
625
+ }
626
+
627
+ } while ($offset<$fileSize);
628
+
629
+ @fclose( $toFile_handle);
630
+ @fclose( $fromFile_handle);
631
+
632
+ return true;
633
+
634
+ } else {
635
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Read file error');
636
+ return false;
637
+ }
638
+
639
+
640
+ } catch (Exception $e) {
641
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Exception:' . $e->getMessage());
642
+ return false;
643
+ }
644
+
645
+ }
646
+
647
  /**
648
  * Fetch an array of files from the path provided + file size in KB
649
  *
727
 
728
  }
729
 
730
+
731
+
732
  }
733
 
lib/includes/class-job.php CHANGED
@@ -79,6 +79,7 @@ class WPBackItUp_Job {
79
  'task_inventory_uploads',
80
  'task_inventory_others',
81
  'task_backup_db' ,
 
82
  'task_backup_siteinfo',
83
  'task_backup_themes',
84
  'task_backup_plugins',
@@ -95,7 +96,8 @@ class WPBackItUp_Job {
95
  'task_unpack_backupset',
96
  'task_unzip_backup_files',
97
  'task_validate_backup',
98
- 'task_create_checkpoint',
 
99
  'task_stage_wpcontent',
100
  'task_restore_wpcontent',
101
  'task_restore_database',
79
  'task_inventory_uploads',
80
  'task_inventory_others',
81
  'task_backup_db' ,
82
+ 'task_merge_sql',
83
  'task_backup_siteinfo',
84
  'task_backup_themes',
85
  'task_backup_plugins',
96
  'task_unpack_backupset',
97
  'task_unzip_backup_files',
98
  'task_validate_backup',
99
+ 'task_import_database',
100
+ 'task_update_snapshot',
101
  'task_stage_wpcontent',
102
  'task_restore_wpcontent',
103
  'task_restore_database',
lib/includes/class-restore.php CHANGED
@@ -154,20 +154,12 @@ class WPBackItUp_Restore {
154
  }
155
 
156
  //Validate the restore folder
157
- function validate_restore_folder(){
158
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
159
 
160
  $restore_folder_root=$this->restore_root_folder_path . '/';
161
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Validate restore folder : ' .$restore_folder_root);
162
 
163
-
164
- //Do we have at least 4 folders - other may sometimes not be there
165
- if ( count( glob( $restore_folder_root.'*', GLOB_ONLYDIR ) ) < 4 ) {
166
- WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Restore directory INVALID: ' .$restore_folder_root);
167
- return false;
168
- }
169
-
170
-
171
  $site_data_folder = $restore_folder_root .self::SITEDATAPATH;
172
  if(!is_dir($site_data_folder) ){
173
  WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'site-data missing from restore folder:' .$site_data_folder);
@@ -175,25 +167,25 @@ class WPBackItUp_Restore {
175
  }
176
 
177
  $plugins_folder = $restore_folder_root .self::PLUGINSPATH;
178
- if(!is_dir($plugins_folder) ){
179
  WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'wp-content-plugins missing from restore folder:' .$plugins_folder);
180
  return false;
181
  }
182
 
183
  $themes_folder = $restore_folder_root .self::THEMESPATH;
184
- if(!is_dir($themes_folder) ){
185
  WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'wp-content-themes missing from restore folder:' .$themes_folder);
186
  return false;
187
  }
188
 
189
  //Not an error
190
  $other_folder = $restore_folder_root .self::OTHERPATH;
191
- if(!is_dir($other_folder) ){
192
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'wp-content-other missing from restore folder:' .$other_folder);
193
  }
194
 
195
  $uploads_folder = $restore_folder_root .self::UPLOADPATH;
196
- if(!is_dir($uploads_folder) && !$this->validate_no_uploads()){
197
  WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'wp-content-uploads missing from restore folder:' .$uploads_folder);
198
  return false;
199
  }
@@ -206,52 +198,82 @@ class WPBackItUp_Restore {
206
  function validate_siteinfo_file(){
207
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
208
 
209
- $site_info_path = $this->restore_root_folder_path . '/' .self::SITEDATAPATH .'/backupsiteinfo.txt';
210
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Validate Site info file: ' . $site_info_path);
211
- if(! file_exists($site_info_path) || empty($site_info_path)) {
212
- WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'backupsiteinfo.txt missing or empty ' .$site_info_path);
213
- return false;
214
- }
215
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
216
 
217
- //Get file values
218
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'GET Site Info data' );
219
- $import_siteinfo_lines = file( $site_info_path);
220
- if (!is_array($import_siteinfo_lines) || count($import_siteinfo_lines)<3){
221
  WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Site Data file NOT valid.' );
222
  return false;
223
- } else {
224
- $restore_siteurl = str_replace( "\n", '', trim( $import_siteinfo_lines[0] ) );
225
- $restore_table_prefix = str_replace( "\n", '', $import_siteinfo_lines[1] );
226
- $restore_wp_version = str_replace( "\n", '', $import_siteinfo_lines[2] );
227
- $restore_wpbackitup_version = str_replace( "\n", '', $import_siteinfo_lines[3] );
228
-
229
- $site_data = array (
230
- 'restore_siteurl'=>$restore_siteurl,
231
- 'restore_table_prefix'=>$restore_table_prefix,
232
- 'restore_wp_version'=>$restore_wp_version,
233
- 'restore_wpbackitup_version'=>$restore_wpbackitup_version,
234
- );
235
 
236
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Site Data:' );
237
- WPBackItUp_LoggerV2::log($this->log_name,$site_data);
238
- return $site_data;
 
 
 
239
  }
240
 
 
 
 
 
241
  }
242
 
243
  //Validate the manifest
244
  function validate_manifest_file($backup_set_list, &$error_code){
245
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
246
 
247
- $manifest_file_path = $this->restore_root_folder_path . '/' .self::SITEDATAPATH .'/backupmanifest.txt';
248
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Validate backup manifest: ' . $manifest_file_path);
249
-
250
- //if file missing
251
  if(! file_exists($manifest_file_path)) {
252
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'No manifest found.');
253
- $error_code=5;
254
- return false;
 
 
 
 
 
255
  }
256
 
257
  //empty manifest
@@ -321,7 +343,19 @@ class WPBackItUp_Restore {
321
  function validate_no_uploads(){
322
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
323
 
324
- $manifest_file_path = $this->restore_root_folder_path . '/' .self::SITEDATAPATH .'/backupmanifest.txt';
 
 
 
 
 
 
 
 
 
 
 
 
325
  $manifest_data_string = file_get_contents($manifest_file_path);
326
  $manifest_data_array = json_decode($manifest_data_string,true);
327
  foreach($manifest_data_array as $filename=>$filesize){
@@ -455,7 +489,7 @@ class WPBackItUp_Restore {
455
 
456
  // Restore everything but plugins
457
  public function restore_wpcontent(){
458
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
459
  $error_folders = array();
460
  $error_files = array();
461
 
@@ -466,7 +500,7 @@ class WPBackItUp_Restore {
466
  }
467
 
468
  //Get all staged directories and rename them
469
- //Plugins, backup & restore folders wereent staged
470
  $wpcontent_folder_list = glob(WPBACKITUP__CONTENT_PATH .'/*'.$this->restore_staging_suffix ,GLOB_ONLYDIR);
471
  foreach ( $wpcontent_folder_list as $from_folder_name ) {
472
 
@@ -521,7 +555,7 @@ class WPBackItUp_Restore {
521
  return $error_folders;
522
  }
523
 
524
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'End Restont WPContent Folders- No errors');
525
 
526
  //NOW restore the files
527
  $wpcontent_files_only = array_filter(glob($this->restore_root_folder_path .'/' .self::OTHERPATH .'/*'), 'is_file');
@@ -579,7 +613,7 @@ class WPBackItUp_Restore {
579
  WPBackItUp_LoggerV2::log($this->log_name,$error_files);
580
  return $error_folders;
581
  } else{
582
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'End Restore WPContent - No errors');
583
  return true;
584
  }
585
 
@@ -787,6 +821,15 @@ class WPBackItUp_Restore {
787
  $current_job->setJobMetaValue('wpbackitup_options',null);
788
  }
789
 
 
 
 
 
 
 
 
 
 
790
  $stashed_siteurl = $current_job->getJobMetaValue('current_siteurl');
791
  if (!empty($stashed_siteurl) && true===$this->update_siteurl_option($stashed_siteurl)){
792
  WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'Site URL Updated' );
@@ -875,6 +918,155 @@ class WPBackItUp_Restore {
875
 
876
  }
877
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
878
  /**
879
  * Save Database tasks to file
880
  * - this is necessary because the post and post meta table will be restored and job information will be lost.
@@ -984,6 +1176,22 @@ class WPBackItUp_Restore {
984
  return $homeurl;
985
  }
986
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
987
 
988
  /**
989
  * Delete all users but the current user
@@ -1032,7 +1240,7 @@ class WPBackItUp_Restore {
1032
  return $db->get_options_wpbackitup();
1033
  }
1034
 
1035
- function update_create_options($options){
1036
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1037
 
1038
  if (!is_array($options)) return false;
@@ -1041,8 +1249,7 @@ class WPBackItUp_Restore {
1041
  $db = new WPBackItUp_DataAccess();
1042
 
1043
  foreach($options as $option){
1044
-
1045
- if ($db->update_create_option($option->option_name,$option->option_value,$option->autoload)){
1046
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Option updated in database:' .$option->option_name);
1047
  }else{
1048
  $rtn_val=false;
@@ -1053,37 +1260,93 @@ class WPBackItUp_Restore {
1053
  return $rtn_val;
1054
  }
1055
 
1056
- function get_current_user(){
1057
- $current_user = wp_get_current_user();
1058
- return $this->get_user_by_login($current_user->user_login);
 
 
 
 
 
 
 
 
 
 
 
 
 
1059
 
1060
  }
1061
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1062
  function get_user_by_login($user_login){
 
 
 
 
 
 
1063
  $db= new WPBackItUp_DataAccess();
1064
  return $db->get_user_by_login($user_login);
1065
  }
1066
 
1067
- function get_current_user_meta(){
1068
- $current_user = wp_get_current_user();
1069
- $db= new WPBackItUp_DataAccess();
 
 
 
 
 
 
 
 
 
1070
 
1071
- return $db->get_usermeta_by_id($current_user->ID);
 
1072
  }
1073
 
1074
 
1075
  /**
1076
  * Update site URL in option table
1077
  *
1078
- * @param $siteurl_value
 
 
1079
  *
1080
  * @return bool
1081
  */
1082
- function update_siteurl_option($siteurl_value){
1083
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1084
 
1085
  $db= new WPBackItUp_DataAccess();
1086
- if (true===$db->update_create_option('siteurl',$siteurl_value,'yes')){
1087
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'SiteURL updated in database:' .$siteurl_value);
1088
  return true;
1089
  }
@@ -1096,15 +1359,17 @@ class WPBackItUp_Restore {
1096
  /**
1097
  * Update home URL in options table
1098
  *
1099
- * @param $homeurl_value
 
 
1100
  *
1101
  * @return bool
1102
  */
1103
- function update_homeurl_option($homeurl_value){
1104
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1105
 
1106
  $db= new WPBackItUp_DataAccess();
1107
- if (true===$db->update_create_option('home',$homeurl_value,'yes')){
1108
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'HomeURL updated in database:'.$homeurl_value);
1109
  return true;
1110
  }
@@ -1113,11 +1378,30 @@ class WPBackItUp_Restore {
1113
 
1114
  }
1115
 
1116
- function update_create_user($db_user){
1117
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1118
 
 
 
 
 
 
1119
  $db = new WPBackItUp_DataAccess();
1120
- if (true===$db->update_create_user_by_login($db_user)){
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1121
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'User updated in database:'.$db_user->user_login);
1122
  return true;
1123
  }
@@ -1137,6 +1421,38 @@ class WPBackItUp_Restore {
1137
  return false;
1138
  }
1139
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1140
  /**
1141
  * Delete duplicate profiles and reassign content
1142
  * - will NOT delete the profile passed as input
@@ -1326,7 +1642,7 @@ class WPBackItUp_Restore {
1326
  }
1327
 
1328
  function save_process_status($process,$status){
1329
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1330
 
1331
  //Write status to JSON file - cant use database because it will e restored
1332
  $local_datetime = get_date_from_gmt(date( 'Y-m-d H:i:s',current_time( 'timestamp' )));
@@ -1362,7 +1678,7 @@ class WPBackItUp_Restore {
1362
  $restore_status_string = json_encode($restore_status_array);
1363
  file_put_contents($log_file_path, $restore_status_string);
1364
 
1365
- WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'End');
1366
  }
1367
 
1368
 
154
  }
155
 
156
  //Validate the restore folder
157
+ function validate_restore_folder($current_job){
158
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
159
 
160
  $restore_folder_root=$this->restore_root_folder_path . '/';
161
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Validate restore folder : ' .$restore_folder_root);
162
 
 
 
 
 
 
 
 
 
163
  $site_data_folder = $restore_folder_root .self::SITEDATAPATH;
164
  if(!is_dir($site_data_folder) ){
165
  WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'site-data missing from restore folder:' .$site_data_folder);
167
  }
168
 
169
  $plugins_folder = $restore_folder_root .self::PLUGINSPATH;
170
+ if(true===$current_job->getJobMetaValue( 'restore_plugins') && !is_dir($plugins_folder) ){
171
  WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'wp-content-plugins missing from restore folder:' .$plugins_folder);
172
  return false;
173
  }
174
 
175
  $themes_folder = $restore_folder_root .self::THEMESPATH;
176
+ if(true===$current_job->getJobMetaValue( 'restore_themes') && !is_dir($themes_folder) ){
177
  WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'wp-content-themes missing from restore folder:' .$themes_folder);
178
  return false;
179
  }
180
 
181
  //Not an error
182
  $other_folder = $restore_folder_root .self::OTHERPATH;
183
+ if(true===$current_job->getJobMetaValue( 'restore_others') && !is_dir($other_folder) ){
184
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'wp-content-other missing from restore folder:' .$other_folder);
185
  }
186
 
187
  $uploads_folder = $restore_folder_root .self::UPLOADPATH;
188
+ if(true===$current_job->getJobMetaValue( 'restore_uploads') && !is_dir($uploads_folder) && !$this->validate_no_uploads()){
189
  WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'wp-content-uploads missing from restore folder:' .$uploads_folder);
190
  return false;
191
  }
198
  function validate_siteinfo_file(){
199
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
200
 
201
+ $site_info_path = $this->restore_root_folder_path . '/' .self::SITEDATAPATH .'/backupsiteinfo.config';
202
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Validate Site info file: ' . $site_info_path);
203
+ if(! file_exists($site_info_path)) {
 
 
 
204
 
205
+ //check for txt file - can remove after a couple versions
206
+ $site_info_path = $this->restore_root_folder_path . '/' .self::SITEDATAPATH .'/backupsiteinfo.txt';
207
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Validate Site info file: ' . $site_info_path);
208
+ if(! file_exists($site_info_path)) {
209
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'backupsiteinfo.txt missing or empty.');
210
+ return false;
211
+ }else {
212
+
213
+ //OLD TXT format
214
+
215
+ //Get file values
216
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'GET Site Info data' );
217
+ $import_siteinfo_lines = file( $site_info_path);
218
+ if (!is_array($import_siteinfo_lines) || count($import_siteinfo_lines)<3){
219
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Site Data file NOT valid.' );
220
+ return false;
221
+ } else {
222
+ $restore_siteurl = str_replace( "\n", '', trim( $import_siteinfo_lines[0] ) );
223
+ $restore_table_prefix = str_replace( "\n", '', $import_siteinfo_lines[1] );
224
+ $restore_wp_version = str_replace( "\n", '', $import_siteinfo_lines[2] );
225
+ $restore_wpbackitup_version = str_replace( "\n", '', $import_siteinfo_lines[3] );
226
+
227
+ $site_data = array (
228
+ 'site_url'=>$restore_siteurl,
229
+ 'table_prefix'=>$restore_table_prefix,
230
+ 'wp_version'=>$restore_wp_version,
231
+ 'wpbackitup_version'=>$restore_wpbackitup_version,
232
+ 'snapshot_prefix' => null,
233
+ );
234
+
235
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Site Data:' );
236
+ WPBackItUp_LoggerV2::log($this->log_name,$site_data);
237
+ return $site_data;
238
+ }
239
+ }
240
+ }
241
 
242
+ $siteinfo_data = file_get_contents($site_info_path);
243
+ if (false===$siteinfo_data || empty($siteinfo_data)){
 
 
244
  WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Site Data file NOT valid.' );
245
  return false;
246
+ }
 
 
 
 
 
 
 
 
 
 
 
247
 
248
+ //Fetch json & convert to array
249
+ $siteinfo_array = json_decode($siteinfo_data,true);
250
+ if (! is_array( $siteinfo_array ) || count($siteinfo_array)<5 )
251
+ {
252
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Site Data file NOT valid:' .var_export($siteinfo_array,true));
253
+ return false;
254
  }
255
 
256
+
257
+ return $siteinfo_array;
258
+
259
+
260
  }
261
 
262
  //Validate the manifest
263
  function validate_manifest_file($backup_set_list, &$error_code){
264
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
265
 
266
+ $manifest_file_path = $this->restore_root_folder_path . '/' .self::SITEDATAPATH .'/backupmanifest.config';
267
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Validate backup manifest: ' . $manifest_file_path);
 
 
268
  if(! file_exists($manifest_file_path)) {
269
+
270
+ //old file type - json contents - check can be removed after a few versions
271
+ $manifest_file_path = $this->restore_root_folder_path . '/' .self::SITEDATAPATH .'/backupmanifest.txt';
272
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Validate backup manifest: ' . $manifest_file_path);
273
+ if(! file_exists($manifest_file_path)) {
274
+ $error_code = 5;
275
+ return false;
276
+ }
277
  }
278
 
279
  //empty manifest
343
  function validate_no_uploads(){
344
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
345
 
346
+ $manifest_file_path = $this->restore_root_folder_path . '/' .self::SITEDATAPATH .'/backupmanifest.config';
347
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Validate backup manifest: ' . $manifest_file_path);
348
+ if(! file_exists($manifest_file_path)) {
349
+
350
+ //old file type - json contents - check can be removed after a few versions
351
+ $manifest_file_path = $this->restore_root_folder_path . '/' . self::SITEDATAPATH . '/backupmanifest.txt';
352
+ WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'Validate backup manifest: ' . $manifest_file_path );
353
+ if(! file_exists($manifest_file_path)) {
354
+ WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'Backup manifest not found: ' . $manifest_file_path );
355
+ return false;
356
+ }
357
+ }
358
+
359
  $manifest_data_string = file_get_contents($manifest_file_path);
360
  $manifest_data_array = json_decode($manifest_data_string,true);
361
  foreach($manifest_data_array as $filename=>$filesize){
489
 
490
  // Restore everything but plugins
491
  public function restore_wpcontent(){
492
+ //WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
493
  $error_folders = array();
494
  $error_files = array();
495
 
500
  }
501
 
502
  //Get all staged directories and rename them
503
+ //Plugins, backup & restore folders werent staged
504
  $wpcontent_folder_list = glob(WPBACKITUP__CONTENT_PATH .'/*'.$this->restore_staging_suffix ,GLOB_ONLYDIR);
505
  foreach ( $wpcontent_folder_list as $from_folder_name ) {
506
 
555
  return $error_folders;
556
  }
557
 
558
+ //WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'End Restore WPContent Folders-No errors');
559
 
560
  //NOW restore the files
561
  $wpcontent_files_only = array_filter(glob($this->restore_root_folder_path .'/' .self::OTHERPATH .'/*'), 'is_file');
613
  WPBackItUp_LoggerV2::log($this->log_name,$error_files);
614
  return $error_folders;
615
  } else{
616
+ //WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'End Restore WPContent - No errors');
617
  return true;
618
  }
619
 
821
  $current_job->setJobMetaValue('wpbackitup_options',null);
822
  }
823
 
824
+ //Stash active plugins from the restored option table
825
+ $active_plugins_option = $this->get_option_value('active_plugins');
826
+ $current_job->setJobMetaValue('active_plugins',$active_plugins_option);
827
+
828
+ //deactivate plugins in snapshot table
829
+ if ($this->update_create_option('active_plugins','a:1:{i:19;s:27:"wp-backitup/wp-backitup.php";}','yes')){
830
+ WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'Plugins deactivate in options table.' );
831
+ }
832
+
833
  $stashed_siteurl = $current_job->getJobMetaValue('current_siteurl');
834
  if (!empty($stashed_siteurl) && true===$this->update_siteurl_option($stashed_siteurl)){
835
  WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'Site URL Updated' );
918
 
919
  }
920
 
921
+ /**
922
+ * Restore database using item list
923
+ *
924
+ * @param $current_job
925
+ *
926
+ * @return bool|mixed
927
+ */
928
+ public function generate_rename_sql($sql_file,$snapshot_prefix) {
929
+
930
+ $sql_util = new WPBackItUp_SQL($this->log_name);
931
+ if (false===$sql_util->generate_rename_sql($sql_file,$snapshot_prefix)){
932
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'SQL EXPORT FAILED');
933
+ return false;
934
+ }
935
+ }
936
+
937
+ /**
938
+ * Run the SQL Rename script
939
+ *
940
+ * @param $rename_sql_file
941
+ *
942
+ * @return bool
943
+ */
944
+ public function rename_snapshot_tables($rename_sql_file) {
945
+ WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'Begin - Rename snapshot tables:' .$rename_sql_file);
946
+
947
+ //run the SQL rename script
948
+ if ( false === $this->run_sql_from_file( $rename_sql_file ) ) {
949
+ WPBackItUp_LoggerV2::log_error( $this->log_name, __METHOD__, 'SQL Import Error.' );
950
+ return false;
951
+ }
952
+
953
+ return true;
954
+ }
955
+
956
+ /**
957
+ * Restore database using item list
958
+ *
959
+ * @param $current_job
960
+ *
961
+ * @return bool|mixed
962
+ */
963
+ public function import_database($current_job,$snapshot_prefix) {
964
+ WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'Begin - restore database.' );
965
+
966
+ //Get one item at a time because batch is split on inventory
967
+ $job_id = $current_job->getJobId();
968
+ $items = WPBackItUp_Job_Item::get_item_batch_by_group( $job_id, 1, WPBackItUp_Job_Item::DATABASE );
969
+ if ( false === $items || !is_array($items)) {
970
+ return false;
971
+ }
972
+
973
+ //process the SQL file
974
+ $item = current( $items );
975
+ $sql_file_name = $item->getItem();
976
+ $sql_file_path = $this->restore_root_folder_path . '/' . self::SITEDATAPATH . '/' . $sql_file_name;
977
+ WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'Process SQL File:' . $sql_file_path );
978
+
979
+ //run the import
980
+ $run_import = $this->run_sql_from_file( $sql_file_path );
981
+ if (false===$run_import){
982
+ $item->setStatus(WPBackItUp_Job_Item::ERROR);
983
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Import Error.');
984
+ return false;
985
+ }
986
+
987
+ //mark item complete
988
+ $item->setStatus(WPBackItUp_Job_Item::COMPLETE);
989
+
990
+ //get count of remaining items
991
+ $remaining_count = WPBackItUp_Job_Item::get_open_item_count($job_id,WPBackItUp_Job_Item::DATABASE);
992
+
993
+ WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'End WPBackItUp Database Export' );
994
+
995
+ return $remaining_count; //return count;
996
+
997
+ }
998
+
999
+
1000
+ /**
1001
+ * Update the snapshot tables with stashed data
1002
+ *
1003
+ * @param $current_job
1004
+ * @param $snapshot_prefix
1005
+ *
1006
+ * @return bool
1007
+ */
1008
+ public function update_snapshot_database($current_job,$snapshot_prefix) {
1009
+ WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'Begin - Update snapshot tables.' );
1010
+
1011
+ //Create the rename SQL file
1012
+ $rename_sql_file = sprintf( "%s/%s/%s%s", $this->restore_root_folder_path,self::SITEDATAPATH ,$snapshot_prefix,'rename.sql');
1013
+ WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'Rename Snaphsot prefix SQL File:' . $rename_sql_file );
1014
+ if (false===$this->generate_rename_sql($rename_sql_file,$snapshot_prefix)){
1015
+ WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'WPBackItUp Options Updated in snapshot table.' );
1016
+ return false;
1017
+ }
1018
+ //stash the rename sql file for other tasks
1019
+ $current_job->setJobMetaValue('rename_sql',$rename_sql_file);
1020
+
1021
+ //** These tasks will not cause fatal failure on error */
1022
+
1023
+ //update wpbackitup options in snapshot table
1024
+ $stashed_wpbackitup_options = $current_job->getJobMetaValue('wpbackitup_options');
1025
+ if (!empty($stashed_wpbackitup_options) && true===$this->update_create_options($stashed_wpbackitup_options,$snapshot_prefix)){
1026
+ WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'WPBackItUp Options Updated in snapshot table.' );
1027
+ }
1028
+
1029
+ //update siteurl in snapshot table
1030
+ $stashed_siteurl = $current_job->getJobMetaValue('current_siteurl');
1031
+ if (!empty($stashed_siteurl) && true===$this->update_siteurl_option($stashed_siteurl,$snapshot_prefix)){
1032
+ WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'Site URL Updated in snapshot table.' );
1033
+ }
1034
+
1035
+ //update homeurl in snapshot table
1036
+ $stashed_homeurl = $current_job->getJobMetaValue('current_homeurl');
1037
+ if (!empty($stashed_homeurl) && $this->update_homeurl_option($stashed_homeurl,$snapshot_prefix)){
1038
+ WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'HomeURL Updated in snapshot table.' );
1039
+ }
1040
+
1041
+
1042
+ //Stash active plugins in snapshot db
1043
+ $active_plugins_option = $this->get_option_value('active_plugins',$snapshot_prefix);
1044
+ $current_job->setJobMetaValue('active_plugins',$active_plugins_option);
1045
+
1046
+ //deactivate plugins in snapshot table
1047
+ if ($this->update_create_option('active_plugins','a:1:{i:19;s:27:"wp-backitup/wp-backitup.php";}','yes',$snapshot_prefix)){
1048
+ WPBackItUp_LoggerV2::log_info( $this->log_name, __METHOD__, 'Plugins deactivate in snapshot table.' );
1049
+ }
1050
+
1051
+ $stashed_user = $current_job->getJobMetaValue('current_user');
1052
+ if ( ! $this->update_snapshot_currentuser($stashed_user,$snapshot_prefix)){
1053
+ WPBackItUp_LoggerV2::log_error( $this->log_name, __METHOD__, 'User could not be updated.' );
1054
+ }
1055
+
1056
+
1057
+ $restore_site_info = $current_job->getJobMetaValue('restore_site_info');
1058
+ $backup_table_prefix = array_key_exists('table_prefix', $restore_site_info)
1059
+ ? $restore_site_info['table_prefix']
1060
+ : null;
1061
+
1062
+ //update table prefix settings in the database
1063
+ if ( !empty($backup_table_prefix) && ! $this->update_snapshot_table_prefix($snapshot_prefix,$backup_table_prefix)){
1064
+ WPBackItUp_LoggerV2::log_error( $this->log_name, __METHOD__, 'Table Prefix could not be updated.' );
1065
+ }
1066
+
1067
+ return true;
1068
+ }
1069
+
1070
  /**
1071
  * Save Database tasks to file
1072
  * - this is necessary because the post and post meta table will be restored and job information will be lost.
1176
  return $homeurl;
1177
  }
1178
 
1179
+ //get option value
1180
+ function get_option_value($option_name,$table_prefix=null){
1181
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin:'. $option_name);
1182
+
1183
+ $db = new WPBackItUp_DataAccess();
1184
+ $value = $db->get_option_value($option_name,$table_prefix);
1185
+
1186
+ if (empty($value)) {
1187
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Option not found:' .$option_name);
1188
+ return false;
1189
+ }
1190
+
1191
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'End - option value found.' );
1192
+ return $value;
1193
+ }
1194
+
1195
 
1196
  /**
1197
  * Delete all users but the current user
1240
  return $db->get_options_wpbackitup();
1241
  }
1242
 
1243
+ function update_create_options($options,$table_prefix=null){
1244
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1245
 
1246
  if (!is_array($options)) return false;
1249
  $db = new WPBackItUp_DataAccess();
1250
 
1251
  foreach($options as $option){
1252
+ if ($db->update_create_option($option->option_name,$option->option_value,$option->autoload,$table_prefix)){
 
1253
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Option updated in database:' .$option->option_name);
1254
  }else{
1255
  $rtn_val=false;
1260
  return $rtn_val;
1261
  }
1262
 
1263
+ function update_create_option($option_name,$option_value,$option_autoload,$table_prefix=null){
1264
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1265
+
1266
+ if (empty( $option_value )){
1267
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Option value is empty:' .$option_value);
1268
+ return false;
1269
+ }
1270
+
1271
+ $db = new WPBackItUp_DataAccess();
1272
+ if ($db->update_create_option($option_name,$option_value,$option_autoload,$table_prefix)){
1273
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Option updated in database:' .$option_name);
1274
+ return true;
1275
+ }else{
1276
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Option NOT updated in database:' .$option_name);
1277
+ return false;
1278
+ }
1279
 
1280
  }
1281
 
1282
+ /**
1283
+ * Get User by User Id
1284
+ * @param $user_id
1285
+ *
1286
+ * @return bool|mixed
1287
+ */
1288
+ function get_user_by_id($user_id){
1289
+
1290
+ if (empty( $user_id) || $user_id==0){
1291
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'User is not available:' .var_export( $user_id, true));
1292
+ return false;
1293
+ }
1294
+
1295
+ $db= new WPBackItUp_DataAccess();
1296
+ return $db->get_user_by_id($user_id);
1297
+
1298
+ }
1299
+
1300
+ /**
1301
+ * Get User by login
1302
+ *
1303
+ * @param $user_login
1304
+ *
1305
+ * @return bool|mixed
1306
+ */
1307
  function get_user_by_login($user_login){
1308
+
1309
+ if (empty( $user_login) ){
1310
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'User info is not available:' .var_export( $user_login, true));
1311
+ return false;
1312
+ }
1313
+
1314
  $db= new WPBackItUp_DataAccess();
1315
  return $db->get_user_by_login($user_login);
1316
  }
1317
 
1318
+ /**
1319
+ * Get User Meta by userid
1320
+ * @param $user_id
1321
+ *
1322
+ * @return bool|mixed
1323
+ */
1324
+ function get_usermeta_by_id($user_id){
1325
+
1326
+ if (empty( $user_id) || $user_id==0){
1327
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'User meta is not available:' .var_export( $user_id, true));
1328
+ return false;
1329
+ }
1330
 
1331
+ $db= new WPBackItUp_DataAccess();
1332
+ return $db->get_usermeta_by_id($user_id);
1333
  }
1334
 
1335
 
1336
  /**
1337
  * Update site URL in option table
1338
  *
1339
+ * @param $siteurl_value
1340
+ *
1341
+ * @param null $table_prefix
1342
  *
1343
  * @return bool
1344
  */
1345
+ function update_siteurl_option($siteurl_value,$table_prefix=null){
1346
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1347
 
1348
  $db= new WPBackItUp_DataAccess();
1349
+ if (true===$db->update_create_option('siteurl',$siteurl_value,'yes',$table_prefix)){
1350
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'SiteURL updated in database:' .$siteurl_value);
1351
  return true;
1352
  }
1359
  /**
1360
  * Update home URL in options table
1361
  *
1362
+ * @param $homeurl_value
1363
+ *
1364
+ * @param null $table_prefix
1365
  *
1366
  * @return bool
1367
  */
1368
+ function update_homeurl_option($homeurl_value,$table_prefix=null){
1369
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1370
 
1371
  $db= new WPBackItUp_DataAccess();
1372
+ if (true===$db->update_create_option('home',$homeurl_value,'yes',$table_prefix)){
1373
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'HomeURL updated in database:'.$homeurl_value);
1374
  return true;
1375
  }
1378
 
1379
  }
1380
 
1381
+ function update_snapshot_currentuser($current_user,$table_prefix){
1382
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1383
 
1384
+ if (empty($current_user)){
1385
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Invalid user login:'.var_export( $current_user,true));
1386
+ return false;
1387
+ }
1388
+
1389
  $db = new WPBackItUp_DataAccess();
1390
+ if (true===$db->update_snapshot_currentuser($current_user,$table_prefix)){
1391
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__, 'User updated in snapshot database.');
1392
+ return true;
1393
+ }
1394
+
1395
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__, 'User snapshot database update failed.');
1396
+ return false;
1397
+ }
1398
+
1399
+
1400
+ function update_create_user($db_user,$table_prefix=null){
1401
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1402
+
1403
+ $db = new WPBackItUp_DataAccess();
1404
+ if (true===$db->update_create_user_by_login($db_user,$table_prefix)){
1405
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'User updated in database:'.$db_user->user_login);
1406
  return true;
1407
  }
1421
  return false;
1422
  }
1423
 
1424
+ /**
1425
+ * Update the table prefix settings in the snapshot database.
1426
+ * -- This should be run even when prefix is not changing
1427
+ *
1428
+ * @param $snapshot_prefix
1429
+ * @param $backup_table_prefix
1430
+ *
1431
+ * @return bool
1432
+ */
1433
+ function update_snapshot_table_prefix($snapshot_prefix,$backup_table_prefix){
1434
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1435
+
1436
+ if (empty($snapshot_prefix)){
1437
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Invalid snapshot prefix:'.var_export( $snapshot_prefix,true));
1438
+ return false;
1439
+ }
1440
+
1441
+ if (empty($backup_table_prefix)){
1442
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Invalid backup table prefix:'.var_export( $backup_table_prefix,true));
1443
+ return false;
1444
+ }
1445
+
1446
+ $db = new WPBackItUp_DataAccess();
1447
+ if (true===$db->update_snapshot_table_prefix($snapshot_prefix,$backup_table_prefix)){
1448
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__, 'Table Prefix updated in snapshot database.');
1449
+ return true;
1450
+ }
1451
+
1452
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__, 'Table Prefix snapshot database update failed.');
1453
+ return false;
1454
+ }
1455
+
1456
  /**
1457
  * Delete duplicate profiles and reassign content
1458
  * - will NOT delete the profile passed as input
1642
  }
1643
 
1644
  function save_process_status($process,$status){
1645
+ //WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Begin');
1646
 
1647
  //Write status to JSON file - cant use database because it will e restored
1648
  $local_datetime = get_date_from_gmt(date( 'Y-m-d H:i:s',current_time( 'timestamp' )));
1678
  $restore_status_string = json_encode($restore_status_array);
1679
  file_put_contents($log_file_path, $restore_status_string);
1680
 
1681
+ //WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'End');
1682
  }
1683
 
1684
 
lib/includes/class-scheduler.php CHANGED
@@ -80,6 +80,7 @@ class WPBackItUp_Scheduler {
80
  return false;
81
  }
82
 
 
83
  //Get days scheduled to run on.
84
  $scheduled_dow = $WPBackitup->backup_schedule();
85
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Scheduled Days of week: ' .$scheduled_dow); //1=monday, 2=tuesday..
@@ -95,6 +96,12 @@ class WPBackItUp_Scheduler {
95
  //Get Last RUN date
96
  $lastrun_datetime = $WPBackitup->backup_lastrun_date();
97
 
 
 
 
 
 
 
98
  $lastrun_date = date("Ymd",$lastrun_datetime);
99
  $lastrun_dow =0;//0=none
100
  if ($lastrun_datetime!=-2147483648){// 1901-12-13:never run
@@ -104,6 +111,7 @@ class WPBackItUp_Scheduler {
104
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Last Run Date Time:' . date( 'Y-m-d H:i:s',$lastrun_datetime));
105
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Last Run Day of Week:' . $lastrun_dow);
106
 
 
107
  //Did backup already run today
108
  if ($current_date==$lastrun_date){
109
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Backup already ran today');
80
  return false;
81
  }
82
 
83
+
84
  //Get days scheduled to run on.
85
  $scheduled_dow = $WPBackitup->backup_schedule();
86
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Scheduled Days of week: ' .$scheduled_dow); //1=monday, 2=tuesday..
96
  //Get Last RUN date
97
  $lastrun_datetime = $WPBackitup->backup_lastrun_date();
98
 
99
+ //Testing Only - need to add time and test for constant doesnt exist
100
+ if (defined ('WPBACKITUP__TEST_RUN_HOURLY') && WPBACKITUP__TEST_RUN_HOURLY===true && $current_datetime>=$lastrun_datetime+3600) {
101
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Run scheduled backup hourly');
102
+ return true;
103
+ }
104
+
105
  $lastrun_date = date("Ymd",$lastrun_datetime);
106
  $lastrun_dow =0;//0=none
107
  if ($lastrun_datetime!=-2147483648){// 1901-12-13:never run
111
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Last Run Date Time:' . date( 'Y-m-d H:i:s',$lastrun_datetime));
112
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Last Run Day of Week:' . $lastrun_dow);
113
 
114
+
115
  //Did backup already run today
116
  if ($current_date==$lastrun_date){
117
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Backup already ran today');
lib/includes/class-sql.php CHANGED
@@ -139,6 +139,113 @@ class WPBackItUp_SQL {
139
  return true;
140
  }
141
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
142
  /**
143
  * Export a batch of rows to a SQL file
144
  *
@@ -150,11 +257,25 @@ class WPBackItUp_SQL {
150
  *
151
  * @return bool True on success/ False on error
152
  */
153
- public function wpbackitup_export_data($sql_data_file_name,$table,$offset,$limit,$create_table) {
154
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Export Database Table:'.$table);
155
 
 
156
  try{
157
 
 
 
 
 
 
 
 
 
 
 
 
 
 
158
  $mysqli = $this->get_mysqli();
159
 
160
  if (false===$mysqli) {
@@ -176,104 +297,158 @@ class WPBackItUp_SQL {
176
  $num_rows = $sql_result->num_rows;
177
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'ROWS to export:' .$num_rows);
178
 
179
-
180
  // Get number of fields (columns) of each table
181
  $num_fields = $mysqli->field_count;
182
 
183
- //if file doesnt exists then write header needed
184
- $write_header = ! file_exists($sql_data_file_name);
185
 
186
- //open the SQL file - append
187
- $handle = fopen($sql_data_file_name,'a');
188
  if (false===$handle) {
189
  WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'File could not be opened.');
190
  return false;
191
  }
192
 
193
  //if SQL file doesnt exist then
194
- if (true===$write_header){
195
- // Script Header Information
196
- $output_buffer = '';
197
- $output_buffer .= "-- ------------------------------------------------------\n";
198
- $output_buffer .= "-- ------------------------------------------------------\n";
199
- $output_buffer .= "--\n";
200
- $output_buffer .= "-- WPBackItUp Manual Database Export \n";
201
- $output_buffer .= "--\n";
202
- $output_buffer .= '-- Created: ' . date("Y/m/d") . ' on ' . date("h:i") . "\n";
203
- $output_buffer .= "--\n";
204
- $output_buffer .= "-- Database : " . DB_NAME . "\n";
205
- $output_buffer .= "--\n";
206
- $output_buffer .= "-- Table : " . $table . "\n";
207
- $output_buffer .= "--\n";
208
- $output_buffer .= "-- SQL : " . $sql . "\n";
209
- $output_buffer .= "-- Offset : " . $offset . "\n";
210
- $output_buffer .= "-- Rows : " . $num_rows . "\n";
211
- $output_buffer .= "-- ------------------------------------------------------\n";
212
- $output_buffer .= "-- ------------------------------------------------------\n";
213
- $output_buffer .= 'SET AUTOCOMMIT = 0 ;' ."\n" ;
214
- $output_buffer .= 'SET FOREIGN_KEY_CHECKS=0 ;' ."\n" ;
215
- $output_buffer .= "\n";
216
- $output_buffer .= '/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;' ."\n" ;
217
- $output_buffer .= '/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;' ."\n" ;
218
- $output_buffer .= '/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;' ."\n" ;
219
- $output_buffer .= '/*!40101 SET NAMES utf8 */;' ."\n" ;
220
- $output_buffer .= "\n";
221
-
222
- if ($create_table ) {
223
- $output_buffer .= "--\n";
224
- $output_buffer .= '-- Table structure for table `' . $table . '`' . "\n";
225
- $output_buffer .= "--\n";
226
- $output_buffer .= 'DROP TABLE IF EXISTS `' . $table . '`;' . "\n";
227
-
228
- // Get the table-shema
229
- $schema = $mysqli->query( 'SHOW CREATE TABLE ' . $table );
230
-
231
- // Extract table shema
232
- $tableschema = $schema->fetch_row();
233
- mysqli_free_result( $schema );
234
-
235
- // Append table-shema into code
236
- $output_buffer .= $tableschema[1] . ";" . "\n\n";
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
237
  }
238
 
239
- $output_buffer.= "\n\n" ;
240
- fwrite($handle,$output_buffer); //Write to file
 
 
 
241
  }
242
 
243
 
 
 
 
 
244
  $output_buffer = ''; //reset the buffer
 
 
 
 
 
245
  $output_buffer .= "--\n";
246
  $output_buffer .= '-- Data for table `' . $table . '`' . "\n";
 
247
  $output_buffer .= "--\n";
248
  fwrite($handle,$output_buffer); //Write to file
249
 
250
- // Cycle through each table-row
251
  while($rowdata = $sql_result->fetch_row()) {
 
252
 
253
- $output_buffer = 'INSERT IGNORE INTO '.$table.' VALUES(';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
254
  for($j=0; $j<$num_fields; $j++){
255
- $rowdata[$j] = addslashes($rowdata[$j]);
256
- $rowdata[$j] = str_replace("\n","\\n",$rowdata[$j]);
257
 
258
  if (isset($rowdata[$j])) {
259
- $output_buffer.= '"'.$rowdata[$j].'"' ;
 
 
 
 
 
 
260
  } else {
261
  if (is_null($rowdata[$j])) {
262
  $output_buffer.= 'NULL';//Dont think this is working but not causing issues
263
  } else {
264
- $output_buffer.= '""';
265
  }
266
  }
267
 
268
  if ($j<($num_fields-1)) { $output_buffer.= ','; }
269
  }
270
- $output_buffer.= ");\n";
271
 
272
- fwrite($handle,$output_buffer); //Write to file
 
273
  }
274
 
275
- $output_buffer= "\n\n" ;
276
- fwrite($handle,$output_buffer); //Write to file
277
 
278
  mysqli_free_result($sql_result);
279
 
@@ -283,6 +458,13 @@ class WPBackItUp_SQL {
283
  $output_buffer .= 'SET AUTOCOMMIT = 1 ; ' . "\n" ;
284
  fwrite($handle,$output_buffer);
285
 
 
 
 
 
 
 
 
286
  //close the file
287
  fclose($handle);
288
 
@@ -302,6 +484,7 @@ class WPBackItUp_SQL {
302
  return false;
303
  }
304
  }
 
305
  public function run_sql_exec($sql_file,$with_mysqlpath=false) {
306
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'SQL Execute:' .$sql_file);
307
 
@@ -578,4 +761,35 @@ class WPBackItUp_SQL {
578
  $disabled = explode(',', ini_get('disable_functions'));
579
  return !in_array('exec', $disabled);
580
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
581
  }
139
  return true;
140
  }
141
 
142
+ /**
143
+ * Generate SQL statements to rename imported snapshot tables
144
+ *
145
+ * @param $sql_file
146
+ * @param $snapshot_prefix
147
+ *
148
+ * @return bool
149
+ */
150
+ public function generate_rename_sql($sql_file,$snapshot_prefix) {
151
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Generate Rename SQL:'.$sql_file);
152
+
153
+ global $wpdb;
154
+ try{
155
+
156
+ $db = new WPBackItUp_DataAccess();
157
+ $table_prefix= $wpdb->base_prefix;
158
+
159
+ // Script Header Information
160
+ $sql_header = '';
161
+ $sql_header .= "-- ------------------------------------------------------\n";
162
+ $sql_header .= "-- ------------------------------------------------------\n";
163
+ $sql_header .= "--\n";
164
+ $sql_header .= "-- WPBackItUp Database Export \n";
165
+ $sql_header .= "--\n";
166
+ $sql_header .= '-- Created: ' . date("Y/m/d") . ' on ' . date("h:i") . "\n";
167
+ $sql_header .= "--\n";
168
+ $sql_header .= "-- Database : " . DB_NAME . "\n";
169
+ $sql_header .= "--\n";
170
+ $sql_header .= "-- Database Prefix : " . $table_prefix . "\n";
171
+ $sql_header .= "-- Snapshot Prefix : " . $snapshot_prefix . "\n";
172
+ $sql_header .= "--\n";
173
+ $sql_header .= "-- ------------------------------------------------------\n";
174
+ $sql_header .= "-- ------------------------------------------------------\n";
175
+ $sql_header .= 'SET AUTOCOMMIT = 0;' ."\n" ;
176
+ $sql_header .= 'SET FOREIGN_KEY_CHECKS=0;' ."\n" ;
177
+ $sql_header .= "\n";
178
+ $sql_header .= '/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;' . "\n";
179
+ $sql_header .= '/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;' . "\n";
180
+ $sql_header .= '/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;' . "\n";
181
+ if (@constant("DB_CHARSET")) {
182
+ $sql_header .= '/*!40101 SET NAMES ' .DB_CHARSET .' */;' . "\n";
183
+ }else{
184
+ $sql_header .= '/*!40101 SET NAMES utf8 */;' . "\n";
185
+ }
186
+ $sql_header .= "\n";
187
+
188
+ //turn on foreign key checking amd commit
189
+ $sql_footer = "\nSET FOREIGN_KEY_CHECKS = 1;\n" ;
190
+ $sql_footer .= "COMMIT;\n" ;
191
+ $sql_footer .= "SET AUTOCOMMIT = 1;\n" ;
192
+
193
+
194
+ //get table with snapshot prefix only
195
+ $tables = $db->get_tables($snapshot_prefix); //only want to rename these
196
+
197
+ //put options table on bottom
198
+ foreach ($tables as $key=>$table){
199
+ if (strpos($table, '_options') !== false) {
200
+ unset( $tables[ $key ] );
201
+ array_push( $tables, $table );
202
+ break;
203
+ }
204
+ }
205
+
206
+
207
+ $output_buffer='';
208
+ $first_pass=true;
209
+ foreach ($tables as $table){
210
+
211
+ if ($first_pass){
212
+ $output_buffer =$sql_header;
213
+ $first_pass=false;
214
+ }
215
+
216
+ $old_table= str_replace( $snapshot_prefix, $table_prefix,$table );
217
+ $output_buffer.=sprintf("\nDROP TABLE IF EXISTS `%s`; \n",$old_table);
218
+ $output_buffer.=sprintf("RENAME TABLE `%s` TO `%s`;\n",$table, $old_table);
219
+ }
220
+
221
+ //if empty buffer then no tables were found with snapshot prefix
222
+ if (empty($output_buffer )){
223
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'No tables found for snapshot prefix: ' .$snapshot_prefix);
224
+ return false;
225
+ }
226
+
227
+
228
+ //add the footer
229
+ $output_buffer .=$sql_footer;
230
+
231
+ //save sql to file to run at end of restore - replaces existing
232
+ if (false===file_put_contents($sql_file,$output_buffer)){
233
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Snapshot Rename SQL file could not be created: ' .$sql_file);
234
+ return false;
235
+ }
236
+
237
+
238
+ return true;
239
+
240
+
241
+
242
+ }catch(Exception $e) {
243
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Exception: ' .$e);
244
+ return false;
245
+ }
246
+ }
247
+
248
+
249
  /**
250
  * Export a batch of rows to a SQL file
251
  *
257
  *
258
  * @return bool True on success/ False on error
259
  */
260
+ public function wpbackitup_export_data($job_id,$sql_data_file_name,$table,$offset,$limit,$create_table) {
261
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Export Database Table:'.$table);
262
 
263
+ global $wpdb;
264
  try{
265
 
266
+
267
+ //if file doesnt exists then write header needed
268
+ //It is possible that the last export finished but the task was not updated to complete
269
+ //This is why we try export 3 times before error - log warning
270
+ if (file_exists($sql_data_file_name)){
271
+ WPBackItUp_LoggerV2::log_warning($this->log_name,__METHOD__,'SQL file already exists. This is not expected.');
272
+ }
273
+
274
+
275
+ $table_prefix= $wpdb->base_prefix;
276
+ $backup_prefix = $job_id.'_';
277
+ $table_backup_prefix= str_replace( $table_prefix, $backup_prefix, $table );
278
+
279
  $mysqli = $this->get_mysqli();
280
 
281
  if (false===$mysqli) {
297
  $num_rows = $sql_result->num_rows;
298
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'ROWS to export:' .$num_rows);
299
 
 
300
  // Get number of fields (columns) of each table
301
  $num_fields = $mysqli->field_count;
302
 
 
 
303
 
304
+ //open the SQL file - replace if aleaady exists
305
+ $handle = fopen($sql_data_file_name,'w');
306
  if (false===$handle) {
307
  WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'File could not be opened.');
308
  return false;
309
  }
310
 
311
  //if SQL file doesnt exist then
312
+ //if (true===$write_header){
313
+ // Script Header Information
314
+ $sql_header = '';
315
+ $sql_header .= "-- ------------------------------------------------------\n";
316
+ $sql_header .= "-- ------------------------------------------------------\n";
317
+ $sql_header .= "--\n";
318
+ $sql_header .= "-- WPBackItUp Database Export \n";
319
+ $sql_header .= "--\n";
320
+ $sql_header .= '-- Created: ' . date("Y/m/d") . ' on ' . date("h:i") . "\n";
321
+ $sql_header .= "--\n";
322
+ $sql_header .= "-- Database : " . DB_NAME . "\n";
323
+ $sql_header .= "--\n";
324
+ $sql_header .= "-- Backup Table : " . $table . "\n";
325
+ $sql_header .= "-- Snapshot Table : " . $table_backup_prefix . "\n";
326
+ $sql_header .= "--\n";
327
+ $sql_header .= "-- SQL : " . $sql . "\n";
328
+ $sql_header .= "-- Offset : " . $offset . "\n";
329
+ $sql_header .= "-- Rows : " . $num_rows . "\n";
330
+ $sql_header .= "-- ------------------------------------------------------\n";
331
+ $sql_header .= "-- ------------------------------------------------------\n";
332
+ $sql_header .= 'SET AUTOCOMMIT = 0 ;' ."\n" ;
333
+ $sql_header .= 'SET FOREIGN_KEY_CHECKS=0 ;' ."\n" ;
334
+ $sql_header .= "\n";
335
+ $sql_header .= '/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;' . "\n";
336
+ $sql_header .= '/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;' . "\n";
337
+ $sql_header .= '/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;' . "\n";
338
+ if (@constant("DB_CHARSET")) {
339
+ $sql_header .= '/*!40101 SET NAMES ' .DB_CHARSET .' */;' . "\n";
340
+ }else{
341
+ $sql_header .= '/*!40101 SET NAMES utf8 */;' . "\n";
342
+ }
343
+
344
+ $sql_header .= "\n";
345
+ fwrite($handle,$sql_header); //Write to file
346
+ //}
347
+
348
+ //Create Table SQL statement
349
+ if ($create_table ) {
350
+ $table_sql = "--\n";
351
+ $table_sql .= '-- Table structure for table `' . $table_backup_prefix . '`' . "\n";
352
+ $table_sql .= "--\n";
353
+ $table_sql .= 'DROP TABLE IF EXISTS `' . $table_backup_prefix . '`;' . "\n";
354
+
355
+ // Get the table schema
356
+ $schema = $mysqli->query( 'SHOW CREATE TABLE ' . $table );
357
+
358
+ // Extract table schema
359
+ $create_table_sql = $schema->fetch_row();
360
+ mysqli_free_result( $schema );
361
+
362
+ if (!is_array($create_table_sql) || count($create_table_sql)<1 ){
363
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Could not generate create SQL:' .$table);
364
+ return false;
365
+ }
366
+
367
+ //pull create out of array
368
+ $create_table_sql = $create_table_sql[1];
369
+ $create_table_sql= str_replace( $table, $table_backup_prefix, $create_table_sql );//get rid of prefix
370
+ $create_table_sql = str_replace('TYPE=', 'ENGINE=', $create_table_sql); //replace type with engine if exists
371
+
372
+ //Remove /PAGE_CHECKSUM from MyISAM if exists
373
+ if (preg_match('/ENGINE=([^\s;]+)/', $create_table_sql, $eng_match)) {
374
+ $engine = $eng_match[1];
375
+ if ('myisam' == strtolower($engine)) {
376
+ $create_table_sql = preg_replace('/PAGE_CHECKSUM=\d\s?/', '', $create_table_sql, 1);
377
+ }
378
  }
379
 
380
+ // Append table schema
381
+ $table_sql .= $create_table_sql . ";" . "\n\n";
382
+
383
+ $table_sql.= "\n\n" ;
384
+ fwrite($handle,$table_sql); //Write to file
385
  }
386
 
387
 
388
+ $search = array("\x00", "\x0a", "\x0d", "\x1a");
389
+ $replace = array('\0', '\n', '\r', '\Z');
390
+
391
+ $first_pass=true;
392
  $output_buffer = ''; //reset the buffer
393
+
394
+ $insert_sql = "INSERT INTO `" .$table_backup_prefix."` VALUES \n" . "(";
395
+ $integer_fields = $this->get_integer_fields( $sql_result->fetch_fields() );
396
+
397
+ //write file header
398
  $output_buffer .= "--\n";
399
  $output_buffer .= '-- Data for table `' . $table . '`' . "\n";
400
+ $output_buffer .= '-- Number of rows: ' . $sql_result->num_rows ."\n";
401
  $output_buffer .= "--\n";
402
  fwrite($handle,$output_buffer); //Write to file
403
 
404
+ $total_rows=0;
405
  while($rowdata = $sql_result->fetch_row()) {
406
+ $total_rows++;
407
 
408
+ //only do this the first time
409
+ if ($first_pass) {
410
+ $output_buffer=$insert_sql;
411
+ $first_pass=false;
412
+ } else {
413
+ if (strlen($output_buffer) > 500000) {
414
+ $output_buffer.= ";\n\n" ; //end the insert
415
+ fwrite($handle,$output_buffer); //Write to file
416
+
417
+ $output_buffer=$insert_sql;//add insert
418
+
419
+ } else {
420
+ $output_buffer .= ",\n (";//add comma and write last pass to file
421
+ }
422
+ }
423
+
424
+ //build row insert sql
425
  for($j=0; $j<$num_fields; $j++){
 
 
426
 
427
  if (isset($rowdata[$j])) {
428
+ //Is this an integer field
429
+ if (in_array($j,$integer_fields)) {
430
+ $output_buffer .= $rowdata[ $j ];
431
+ }else{
432
+ $data = str_replace($search, $replace, str_replace('\'', '\\\'', str_replace('\\', '\\\\', $rowdata[ $j ] )));
433
+ $output_buffer .= "'" . $data . "'";
434
+ }
435
  } else {
436
  if (is_null($rowdata[$j])) {
437
  $output_buffer.= 'NULL';//Dont think this is working but not causing issues
438
  } else {
439
+ $output_buffer.= "''";
440
  }
441
  }
442
 
443
  if ($j<($num_fields-1)) { $output_buffer.= ','; }
444
  }
 
445
 
446
+ $output_buffer.= ")";
447
+
448
  }
449
 
450
+ //If firstpass is still true then there was no data in the table
451
+ if (!$first_pass) $output_buffer.= ";\n\n" ;
452
 
453
  mysqli_free_result($sql_result);
454
 
458
  $output_buffer .= 'SET AUTOCOMMIT = 1 ; ' . "\n" ;
459
  fwrite($handle,$output_buffer);
460
 
461
+ // Create footer/closing comment in SQL-file
462
+ // $output_buffer = "\n";
463
+ // $output_buffer .= "# End of data contents of table ".$updraftplus->backquote($table) . "\n");
464
+ // $output_buffer .= "\n";
465
+ //$updraftplus->log("Table $table: Total rows added: $total_rows in ".sprintf("%.02f",max(microtime(true)-$microtime,0.00001))." seconds");
466
+
467
+
468
  //close the file
469
  fclose($handle);
470
 
484
  return false;
485
  }
486
  }
487
+
488
  public function run_sql_exec($sql_file,$with_mysqlpath=false) {
489
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'SQL Execute:' .$sql_file);
490
 
761
  $disabled = explode(',', ini_get('disable_functions'));
762
  return !in_array('exec', $disabled);
763
  }
764
+
765
+ /**
766
+ * Get array of fields that are integer type
767
+ *
768
+ * @param $sql_result
769
+ *
770
+ * @return array
771
+ */
772
+ private function get_integer_fields( $field_list ) {
773
+
774
+ //** Create an array of integer fields */
775
+ //tinyint_ 1
776
+ //boolean_ 1
777
+ //smallint_ 2
778
+ //int_ 3
779
+ //bigint_ 8
780
+ //mediumint_ 9
781
+ $integer_types = array( 1, 2, 3, 8, 9 );
782
+ $integer_fields = array();
783
+ //$field_list = $sql_result->fetch_fields();
784
+
785
+ //array of columns that are integers - column position
786
+ foreach ( $field_list as $key => $field ) {
787
+ if ( in_array( $field->type, $integer_types ) ) {
788
+ $integer_fields[] = $key;
789
+ }
790
+ }
791
+
792
+ return $integer_fields;
793
+ //End Integers */
794
+ }
795
  }
lib/includes/class-wpbackitup-admin.php CHANGED
@@ -74,9 +74,9 @@ class WPBackitup_Admin {
74
  'backup_uploads_filter' => '',
75
  'backup_others_filter' => '',
76
  'backup_dbtables_filter_list'=>'',
77
- 'backup_db_export_method'=>'mysqldump',
78
  'support_email' => "",
79
  'single_file_backupset'=>1,
 
80
  );
81
 
82
 
@@ -160,6 +160,10 @@ class WPBackitup_Admin {
160
  //Single backup zip file list
161
  add_action('wp_ajax_wp-backitup_backup_zip_filelist', array( &$this,'ajax_get_backup_zip_filelist'));
162
 
 
 
 
 
163
  //View Log Action
164
  add_action('admin_post_viewlog', array( &$this,'admin_viewlog'));
165
 
@@ -241,7 +245,7 @@ class WPBackitup_Admin {
241
 
242
  // Admin JavaScript
243
  wp_register_script("{$this->namespace}-jquery-tagit", WPBACKITUP__PLUGIN_URL."js/tag-it.min.js", array('jquery'), $this->version, true);
244
- wp_register_script( "{$this->namespace}-admin", WPBACKITUP__PLUGIN_URL . "js/wpbackitup_admin.js", array( 'jquery' ), $this->version, true );
245
 
246
  wp_localize_script( "{$this->namespace}-admin", 'wpbackitup_local', array(
247
  'upload_file_size_exceed' => __( 'The backup you have selected exceeds what your host allows you to upload.', $this->namespace ),
@@ -290,7 +294,7 @@ class WPBackitup_Admin {
290
 
291
  // Admin Stylesheet
292
  wp_register_style( "{$this->namespace}-jquery-ui-css", WPBACKITUP__PLUGIN_URL . "css/jquery-ui.min.css", array(), $this->version, 'screen' );
293
- wp_register_style( "{$this->namespace}-admin", WPBACKITUP__PLUGIN_URL . "css/wpbackitup_admin.css", array(), $this->version, 'screen' );
294
  wp_enqueue_style( "{$this->namespace}-admin" );
295
  wp_enqueue_style( "{$this->namespace}-jquery-ui-css" );
296
 
@@ -688,6 +692,21 @@ class WPBackitup_Admin {
688
  if ( false !== $job ) {
689
  $job->setJobMetaValue( 'backup_name', $backup_file_name );
690
  $job->setJobMetaValue( 'user_id', $user_id );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
691
  $rtnData->message = __( 'Restore Queued', 'wp-backitup' );
692
  $rtnData->job_id =$job_id;
693
 
@@ -844,7 +863,7 @@ class WPBackitup_Admin {
844
  if( !class_exists( 'WPBackItUp_FileSystem' ) ) {
845
  include_once 'class-filesystem.php';
846
  }
847
-
848
  $job_id = $_POST['job_id'];
849
  if (! empty ($job_id)){
850
  $current_job = WPBackItUp_Job::get_job_by_id($job_id);
@@ -859,12 +878,51 @@ class WPBackitup_Admin {
859
  );
860
  }
861
 
862
- wp_send_json_success($backup_list);
863
  }else{
864
  wp_send_json_error('Invalid Job Id');
865
  }
866
  }
867
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
868
  /*
869
  * Notification widget : delete
870
  */
@@ -1054,6 +1112,12 @@ class WPBackitup_Admin {
1054
  $data['single_file_backupset'] = 0;
1055
  }
1056
 
 
 
 
 
 
 
1057
  //** VALIDATE rversion_compare **//
1058
  if(empty($data['rversion_compare']))
1059
  {
@@ -1516,9 +1580,6 @@ class WPBackitup_Admin {
1516
  return $this->get('backup_dbtables_filter_list');
1517
  }
1518
 
1519
- public function backup_db_export_method(){
1520
- return $this->get('backup_db_export_method');
1521
- }
1522
 
1523
  /**
1524
  * Getter - Database tables filterable list
@@ -1763,14 +1824,34 @@ class WPBackitup_Admin {
1763
  //getter
1764
  public function single_file_backupset(){
1765
 
1766
- return $this->get('single_file_backupset') === "1"? 1: 0;
1767
  }
1768
 
1769
  //setter
1770
  public function set_single_file_backupset($value){
 
 
 
 
1771
  $this->set('single_file_backupset', $value);
1772
  }
1773
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1774
  //getter
1775
  public function rversion_compare(){
1776
 
74
  'backup_uploads_filter' => '',
75
  'backup_others_filter' => '',
76
  'backup_dbtables_filter_list'=>'',
 
77
  'support_email' => "",
78
  'single_file_backupset'=>1,
79
+ 'single_file_db'=>1
80
  );
81
 
82
 
160
  //Single backup zip file list
161
  add_action('wp_ajax_wp-backitup_backup_zip_filelist', array( &$this,'ajax_get_backup_zip_filelist'));
162
 
163
+ //Get and Add note to backup
164
+ add_action('wp_ajax_wp-backitup_backup_get_note', array( &$this,'ajax_backup_get_note'));
165
+ add_action('wp_ajax_wp-backitup_backup_add_note', array( &$this,'ajax_backup_add_note'));
166
+
167
  //View Log Action
168
  add_action('admin_post_viewlog', array( &$this,'admin_viewlog'));
169
 
245
 
246
  // Admin JavaScript
247
  wp_register_script("{$this->namespace}-jquery-tagit", WPBACKITUP__PLUGIN_URL."js/tag-it.min.js", array('jquery'), $this->version, true);
248
+ wp_register_script( "{$this->namespace}-admin", WPBACKITUP__PLUGIN_URL . "js/wpbackitup-admin.min.js", array( 'jquery' ), $this->version, true );
249
 
250
  wp_localize_script( "{$this->namespace}-admin", 'wpbackitup_local', array(
251
  'upload_file_size_exceed' => __( 'The backup you have selected exceeds what your host allows you to upload.', $this->namespace ),
294
 
295
  // Admin Stylesheet
296
  wp_register_style( "{$this->namespace}-jquery-ui-css", WPBACKITUP__PLUGIN_URL . "css/jquery-ui.min.css", array(), $this->version, 'screen' );
297
+ wp_register_style( "{$this->namespace}-admin", WPBACKITUP__PLUGIN_URL . "css/wpbackitup-admin.min.css", array(), $this->version, 'screen' );
298
  wp_enqueue_style( "{$this->namespace}-admin" );
299
  wp_enqueue_style( "{$this->namespace}-jquery-ui-css" );
300
 
692
  if ( false !== $job ) {
693
  $job->setJobMetaValue( 'backup_name', $backup_file_name );
694
  $job->setJobMetaValue( 'user_id', $user_id );
695
+
696
+ // ** Restore Flags - DEVELOPMENT/TEST ONLY **
697
+ $job->setJobMetaValue( 'restore_import_snapshot', true );
698
+ $job->setJobMetaValue( 'restore_update_snapshot', true );
699
+ $job->setJobMetaValue( 'restore_database', true );
700
+
701
+ $job->setJobMetaValue( 'restore_plugins', true );
702
+ $job->setJobMetaValue( 'restore_themes', true );
703
+ $job->setJobMetaValue( 'restore_uploads', true );
704
+ $job->setJobMetaValue( 'restore_others', true );
705
+
706
+ $job->setJobMetaValue( 'restore_activate_plugins', true );
707
+ $job->setJobMetaValue( 'restore_update_permalinks', true );
708
+ // **End Restore Flags **
709
+
710
  $rtnData->message = __( 'Restore Queued', 'wp-backitup' );
711
  $rtnData->job_id =$job_id;
712
 
863
  if( !class_exists( 'WPBackItUp_FileSystem' ) ) {
864
  include_once 'class-filesystem.php';
865
  }
866
+
867
  $job_id = $_POST['job_id'];
868
  if (! empty ($job_id)){
869
  $current_job = WPBackItUp_Job::get_job_by_id($job_id);
878
  );
879
  }
880
 
881
+ wp_send_json_success($backup_list);
882
  }else{
883
  wp_send_json_error('Invalid Job Id');
884
  }
885
  }
886
 
887
+ /*
888
+ * Get a backup note
889
+ */
890
+ public function ajax_backup_get_note() {
891
+ $job = WPBackItUp_Job::get_job_by_id($_POST['job_id']);
892
+ $note = $job->getJobMetaValue('note');
893
+ if ($note){
894
+ wp_send_json_success($note);
895
+ } else {
896
+ wp_send_json_error('');
897
+ }
898
+ }
899
+
900
+ /*
901
+ * Add note to backup
902
+ */
903
+ public function ajax_backup_add_note() {
904
+ $job = WPBackItUp_Job::get_job_by_id($_POST['job_id']);
905
+ $meta = $job->setJobMetaValue('note', $_POST['note']);
906
+
907
+ if( !class_exists( 'WPBackItUp_FileSystem' ) ) {
908
+ include_once 'class-filesystem.php';
909
+ }
910
+ $zipfiles = $job->getJobMetaValue('backup_zip_files');
911
+ $zip = new ZipArchive;
912
+ $res = $zip->open(key($zipfiles));
913
+ if ($res === TRUE) {
914
+ $zip->setArchiveComment($_POST['note']);
915
+ $zip->close();
916
+ } else {
917
+ wp_send_json_error('Invalid Zip File');
918
+ }
919
+ if ($meta){
920
+ wp_send_json_success($meta);
921
+ } else {
922
+ wp_send_json_error('Invalid Job Id');
923
+ }
924
+ }
925
+
926
  /*
927
  * Notification widget : delete
928
  */
1112
  $data['single_file_backupset'] = 0;
1113
  }
1114
 
1115
+ //** VALIDATE single file db **//
1116
+ if(empty($data['single_file_db']))
1117
+ {
1118
+ $data['single_file_db'] = 0;
1119
+ }
1120
+
1121
  //** VALIDATE rversion_compare **//
1122
  if(empty($data['rversion_compare']))
1123
  {
1580
  return $this->get('backup_dbtables_filter_list');
1581
  }
1582
 
 
 
 
1583
 
1584
  /**
1585
  * Getter - Database tables filterable list
1824
  //getter
1825
  public function single_file_backupset(){
1826
 
1827
+ return $this->get_option('single_file_backupset') == 1 ? true: false;;
1828
  }
1829
 
1830
  //setter
1831
  public function set_single_file_backupset($value){
1832
+ if (true===$value) $value=1;
1833
+ if (false===$value) $value=0;
1834
+ if (1 !== $value && 0 !== $value) $value=0; //default to off if invalid value
1835
+
1836
  $this->set('single_file_backupset', $value);
1837
  }
1838
 
1839
+ //getter
1840
+ public function single_file_db(){
1841
+
1842
+ return $this->get_option('single_file_db') == 1 ? true: false;
1843
+ }
1844
+
1845
+ //setter
1846
+ public function set_single_file_db($value){
1847
+ if (true===$value) $value=1;
1848
+ if (false===$value) $value=0;
1849
+ if (1 !== $value && 0 !== $value) $value=0; //default to off if invalid value
1850
+
1851
+ $this->set('single_file_db', $value);
1852
+ }
1853
+
1854
+
1855
  //getter
1856
  public function rversion_compare(){
1857
 
lib/includes/job_backup.php CHANGED
@@ -486,42 +486,15 @@ if ('task_backup_db'==$current_task->getTaskName()) {
486
  write_response_processing( "Create database export" );
487
  set_status( 'backupdb', $active, true );
488
 
489
- $default_db_export_method = $WPBackitup->backup_db_export_method();//default to user setting
490
- $db_backup_method = $current_task->getTaskMetaValue('db_backup_method',false);
491
- WPBackItUp_LoggerV2::log_info($backup_logname,$log_function,'Database Backup Method Task Meta Value:' .var_export($db_backup_method,true));
492
  $db_mysqldump_path = $current_task->getTaskMetaValue('db_mysqldump_path',false);
493
 
494
-
495
  //Default db export type to user setting
496
  $first_attempt=false;
497
- if (false===$db_backup_method){
498
- $first_attempt=true;
499
- $db_backup_method=$default_db_export_method;
500
- }
501
 
502
  //get batch size from user settings
503
  $batch_size = $WPBackitup->backup_dbtables_batch_size();
504
 
505
- if ('mysqldump'==$db_backup_method) {
506
-
507
- $tables_remaining_count = $wp_backup->export_database_mysqldump( $current_job, WPBackItUp_Job_Item::DATABASE,$batch_size,$db_mysqldump_path);
508
-
509
- //if first attempt failed AND dump type false then try using true
510
- if (false===$tables_remaining_count && false===$db_mysqldump_path){
511
- $db_mysqldump_path=true;
512
- $tables_remaining_count = $wp_backup->export_database_mysqldump( $current_job, WPBackItUp_Job_Item::DATABASE,$batch_size,$db_mysqldump_path );
513
- }
514
-
515
- //try manual if mysqldump failed && first attempt - dont want to switch half way through the backup if failure
516
- if (false===$tables_remaining_count && true===$first_attempt){
517
- $db_backup_method='wpbackitup';
518
- }
519
- }
520
-
521
- //use wpbackitup export if MYSQL fails
522
- if ('wpbackitup'==$db_backup_method) {
523
- $tables_remaining_count = $wp_backup->export_database_wpbackitup($current_job,WPBackItUp_Job_Item::DATABASE,$batch_size);
524
- }
525
 
526
  WPBackItUp_LoggerV2::log_info($backup_logname,$log_function,'Database Export Items remaining:' .var_export($tables_remaining_count,true));
527
  if (false===$tables_remaining_count) {
@@ -530,7 +503,6 @@ if ('task_backup_db'==$current_task->getTaskName()) {
530
  end_backup( 104, false );
531
  return false;
532
  }else{
533
- $current_task->setTaskMetaValue('db_backup_method',$db_backup_method);
534
  $current_task->setTaskMetaValue('db_mysqldump_path',$db_mysqldump_path);
535
  if ($tables_remaining_count>0){
536
  //CONTINUE
@@ -550,13 +522,50 @@ if ('task_backup_db'==$current_task->getTaskName()) {
550
 
551
  }
552
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
553
  //Extract the site info
554
  if ('task_backup_siteinfo'==$current_task->getTaskName()) {
555
  WPBackItUp_LoggerV2::log($backup_logname,'**SITE INFO**' );
556
  write_response_processing( "Retrieve Site Info" );
557
  set_status( 'infofile', $active, true );
558
 
559
- if ( $wp_backup->create_siteinfo_file() ) {
560
 
561
  //Add site Info and SQL data to main zip
562
  $suffix='main';
@@ -567,9 +576,9 @@ if ('task_backup_siteinfo'==$current_task->getTaskName()) {
567
 
568
  // adding wp-config.php to main zip
569
  $wpconfig_path = ABSPATH.'wp-config.php';
570
- copy($wpconfig_path, $source_site_data_root.'wp-config.txt');
571
 
572
- $site_data_files = $file_system->get_fileonly_list($wp_backup->getBackupProjectPath(), 'txt|sql');
573
  WPBackItUp_LoggerV2::log_info($backup_logname,__METHOD__, 'Main Files Found:' . var_export($site_data_files,true));
574
  $site_data_complete = $wp_backup->backup_file_list( $source_site_data_root, $target_site_data_root, $suffix, $site_data_files, WPBACKITUP__OTHERS_BATCH_SIZE );
575
  if ( $site_data_complete == 'error' ) {
@@ -854,7 +863,7 @@ if ('task_create_backupset'==$current_task->getTaskName()) {
854
  set_status( 'finalize_backup', $active, true );
855
 
856
  WPBackItUp_LoggerV2::log_info($backup_logname,$log_function,'Create Backup Set? '.var_export($WPBackitup->single_file_backupset(),true));
857
- if (0===$WPBackitup->single_file_backupset()){
858
  //Generate manifest
859
  if ( ! $wp_backup->create_backup_manifest()) {
860
  $current_task->setStatus(WPBackItUp_Job_Task::ERROR,109);
@@ -928,7 +937,7 @@ if ('task_create_backupset'==$current_task->getTaskName()) {
928
  $file_system->delete_files(array($backup_set_zip));
929
 
930
  //turn off backup set setting - should we use a counter?
931
- $WPBackitup->set_single_file_backupset(0);
932
  }
933
 
934
  //update task meta
486
  write_response_processing( "Create database export" );
487
  set_status( 'backupdb', $active, true );
488
 
 
 
 
489
  $db_mysqldump_path = $current_task->getTaskMetaValue('db_mysqldump_path',false);
490
 
 
491
  //Default db export type to user setting
492
  $first_attempt=false;
 
 
 
 
493
 
494
  //get batch size from user settings
495
  $batch_size = $WPBackitup->backup_dbtables_batch_size();
496
 
497
+ $tables_remaining_count = $wp_backup->export_database_wpbackitup($current_job,WPBackItUp_Job_Item::DATABASE,$batch_size);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
498
 
499
  WPBackItUp_LoggerV2::log_info($backup_logname,$log_function,'Database Export Items remaining:' .var_export($tables_remaining_count,true));
500
  if (false===$tables_remaining_count) {
503
  end_backup( 104, false );
504
  return false;
505
  }else{
 
506
  $current_task->setTaskMetaValue('db_mysqldump_path',$db_mysqldump_path);
507
  if ($tables_remaining_count>0){
508
  //CONTINUE
522
 
523
  }
524
 
525
+ //merge SQL files into single file
526
+ //File for ref only so dont stop on error
527
+ if ('task_merge_sql'==$current_task->getTaskName()) {
528
+
529
+ WPBackItUp_LoggerV2::log($backup_logname,'**BEGIN SQL MERGE**');
530
+ write_response_processing( "Create database export" );
531
+ set_status( 'backupdb', $active, true );
532
+
533
+ if (true===$WPBackitup->single_file_db()){
534
+
535
+ $file_system = new WPBackItUp_FileSystem();
536
+ $sql_files = $file_system->get_fileonly_list($wp_backup->getBackupProjectPath(), 'sql');
537
+
538
+ //delete the file IF it exists
539
+ $toFile_path = sprintf( '%s/%s.db',$wp_backup->getBackupProjectPath(),$backup_name);
540
+ @unlink($toFile_path);
541
+ foreach ( $sql_files as $sql_file ) {
542
+ if ( false === $file_system->append_file_chunked($sql_file,$toFile_path)){
543
+ @unlink($toFile_path); //delete it
544
+ $WPBackitup->set_single_file_db(false);//turn off on failure
545
+ WPBackItUp_LoggerV2::log_warning($backup_logname,$log_function,'Could not merge SQL file:' .$sql_file);
546
+ };
547
+
548
+ WPBackItUp_LoggerV2::log_info($backup_logname,$log_function,'File Appended:'.$sql_file);
549
+ }
550
+ }else{
551
+ WPBackItUp_LoggerV2::log_info($backup_logname,$log_function,'SQL Merge option off.');
552
+ }
553
+
554
+ set_status( 'backupdb', $complete, false );
555
+ $current_task->setStatus(WPBackItUp_Job_Task::COMPLETE);
556
+ WPBackItUp_LoggerV2::log($backup_logname,'**END SQL MERGE**');
557
+
558
+ return;
559
+
560
+ }
561
+
562
  //Extract the site info
563
  if ('task_backup_siteinfo'==$current_task->getTaskName()) {
564
  WPBackItUp_LoggerV2::log($backup_logname,'**SITE INFO**' );
565
  write_response_processing( "Retrieve Site Info" );
566
  set_status( 'infofile', $active, true );
567
 
568
+ if ( $wp_backup->create_siteinfo_file($current_job->getJobId())) {
569
 
570
  //Add site Info and SQL data to main zip
571
  $suffix='main';
576
 
577
  // adding wp-config.php to main zip
578
  $wpconfig_path = ABSPATH.'wp-config.php';
579
+ copy($wpconfig_path, $source_site_data_root.'wp-config.config');
580
 
581
+ $site_data_files = $file_system->get_fileonly_list($wp_backup->getBackupProjectPath(), 'txt|sql|db|config');
582
  WPBackItUp_LoggerV2::log_info($backup_logname,__METHOD__, 'Main Files Found:' . var_export($site_data_files,true));
583
  $site_data_complete = $wp_backup->backup_file_list( $source_site_data_root, $target_site_data_root, $suffix, $site_data_files, WPBACKITUP__OTHERS_BATCH_SIZE );
584
  if ( $site_data_complete == 'error' ) {
863
  set_status( 'finalize_backup', $active, true );
864
 
865
  WPBackItUp_LoggerV2::log_info($backup_logname,$log_function,'Create Backup Set? '.var_export($WPBackitup->single_file_backupset(),true));
866
+ if (false===$WPBackitup->single_file_backupset()){
867
  //Generate manifest
868
  if ( ! $wp_backup->create_backup_manifest()) {
869
  $current_task->setStatus(WPBackItUp_Job_Task::ERROR,109);
937
  $file_system->delete_files(array($backup_set_zip));
938
 
939
  //turn off backup set setting - should we use a counter?
940
+ $WPBackitup->set_single_file_backupset(false);
941
  }
942
 
943
  //update task meta
lib/includes/job_restore.php CHANGED
@@ -65,12 +65,11 @@ $status_array = array(
65
  'unzipping' =>$inactive ,
66
  'validation'=>$inactive,
67
  'deactivate_plugins' =>$inactive ,
68
- 'restore_point'=>$inactive,
 
69
  'stage_wpcontent'=>$inactive,
70
  'restore_wpcontent'=>$inactive,
71
  'restore_database'=>$inactive,
72
- 'update_user'=>$inactive,
73
- 'update_site_info'=>$inactive,
74
  'update_permalinks'=>$inactive,
75
  );
76
 
@@ -152,11 +151,6 @@ if (WPBackItUp_Job::ERROR==$current_task->getStatus()){
152
  fatal_error( 'validation', '2003', 'Task ended in error:'.$current_task->getTaskName() );
153
  break;
154
 
155
- case "task_create_checkpoint":
156
- $current_task->setStatus(WPBackItUp_Job_Task::ERROR,2004);
157
- fatal_error( 'restore_point', '2004', 'Task ended in error:'.$current_task->getTaskName() );
158
- break;
159
-
160
  case "task_stage_wpcontent":
161
  $current_task->setStatus(WPBackItUp_Job_Task::ERROR,2005);
162
  fatal_error( 'stage_wpcontent', '2005', 'Task ended in error:'.$current_task->getTaskName() );
@@ -167,6 +161,11 @@ if (WPBackItUp_Job::ERROR==$current_task->getStatus()){
167
  fatal_error( 'restore_wpcontent', '2006', 'Task ended in error:'.$current_task->getTaskName() );
168
  break;
169
 
 
 
 
 
 
170
  case "task_restore_database":
171
  $current_task->setStatus(WPBackItUp_Job_Task::ERROR,2007);
172
  fatal_error( 'restore_database', '2007', 'Task ended in error:'.$current_task->getTaskName() );
@@ -250,8 +249,8 @@ if ('task_preparing'==$current_task->getTaskName()) {
250
  $current_job->setJobMetaValue('current_homeurl',$homeurl);
251
  }
252
 
253
- //stash current user.
254
- $current_user = $wp_restore->get_current_user();
255
  if (false===$current_user) {
256
  $current_task->setStatus(WPBackItUp_Job_Task::ERROR,209);
257
  fatal_error($task,'209','Unable to fetch user information.');
@@ -261,7 +260,7 @@ if ('task_preparing'==$current_task->getTaskName()) {
261
  }
262
 
263
  //Stash current user meta
264
- $current_user_meta = $wp_restore->get_current_user_meta();
265
  if (false===$current_user_meta) {
266
  $current_task->setStatus(WPBackItUp_Job_Task::ERROR,209);
267
  fatal_error($task,'209','Unable to fetch user meta information.');
@@ -306,7 +305,7 @@ if ('task_inventory_backupset'==$current_task->getTaskName()) {
306
  $current_task->setStatus(WPBackItUp_Job_Task::COMPLETE);
307
 
308
 
309
- WPBackItUp_LoggerV2::log( $restore_logname, '*INVENTORY BACKUPSET*' );
310
 
311
  return;
312
 
@@ -323,7 +322,7 @@ if ('task_unpack_backupset'==$current_task->getTaskName()) {
323
  $task = 'unpacking';
324
  start_status($task);
325
 
326
- // //Are there any backups to unpack from set file
327
  $backupset_unpack_remaining = $current_job->getJobMetaValue('backupset_unpack_remaining');
328
  WPBackItUp_LoggerV2::log_info( $restore_logname, $log_function, 'Backupset Remaining Files:' . var_export( $backupset_unpack_remaining, true ) );
329
 
@@ -369,6 +368,36 @@ if ('task_unpack_backupset'==$current_task->getTaskName()) {
369
  WPBackItUp_LoggerV2::log_info( $restore_logname, $log_function, 'Backup Files Found in Backup Folder:' . var_export( $backup_files, true ) );
370
 
371
  $current_job->setJobMetaValue('backup_set',$backup_files);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
372
  $current_job->setJobMetaValue('backup_set_remaining',$backup_files);
373
 
374
  }else{
@@ -400,7 +429,6 @@ if ('task_unzip_backup_files'==$current_task->getTaskName()) {
400
  WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Begin - Backup set list:');
401
  WPBackItUp_LoggerV2::log($restore_logname,$backup_set_list);
402
 
403
-
404
  if ( ! $wp_restore->unzip_archive_file( $backup_set_list) ) {
405
  $current_task->setStatus(WPBackItUp_Job_Task::ERROR,203);
406
  fatal_error($task,'203','Unable to unzip archive.');
@@ -429,7 +457,7 @@ if ('task_unzip_backup_files'==$current_task->getTaskName()) {
429
  }
430
 
431
 
432
- //Validate the backup folder
433
  if ('task_validate_backup'==$current_task->getTaskName()) {
434
  WPBackItUp_LoggerV2::log($restore_logname,'**VALIDATE BACKUP**' );
435
 
@@ -437,8 +465,7 @@ if ('task_validate_backup'==$current_task->getTaskName()) {
437
  start_status($task);
438
 
439
  //Validate the restore folder
440
-
441
- if ( ! $wp_restore->validate_restore_folder( )){
442
  $current_task->setStatus(WPBackItUp_Job_Task::ERROR,204);
443
  fatal_error($task,'204','Restore directory INVALID.');
444
  return false;
@@ -484,6 +511,7 @@ if ('task_validate_backup'==$current_task->getTaskName()) {
484
  WPBackItUp_LoggerV2::log($restore_logname,'*VALIDATE SITEDATA FILE*' );
485
  //validate the site data file
486
  $site_info = $wp_restore->validate_siteinfo_file();
 
487
  if ( $site_info===false){
488
  $current_task->setStatus(WPBackItUp_Job_Task::ERROR,204);
489
  fatal_error($task,'204','Site Data file INVALID.');
@@ -493,18 +521,27 @@ if ('task_validate_backup'==$current_task->getTaskName()) {
493
  $current_job->setJobMetaValue('restore_site_info',$site_info);
494
  }
495
 
496
- //Check table prefix values FATAL - need to add link to article
497
- WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Site table Prefix:' . $table_prefix);
498
- if ( $table_prefix != $site_info['restore_table_prefix'] ) {
499
- $current_task->setStatus(WPBackItUp_Job_Task::ERROR,221);
500
- fatal_error($task,'221','Table prefix different from restore.');
501
- return false;
 
 
 
 
 
 
 
 
 
502
  }
503
 
504
  //Check wordpress version
505
  if($WPBackitup->rversion_compare() === 0){
506
  $site_wordpress_version = get_bloginfo('version');
507
- $backup_wordpress_version = $site_info['restore_wp_version'];
508
  WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Site Wordpress Version:' . $site_wordpress_version);
509
  WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Backup Wordpress Version:' . $backup_wordpress_version);
510
  if ( ! WPBackItUp_Utility::version_compare($site_wordpress_version, $backup_wordpress_version )) {
@@ -515,7 +552,7 @@ if ('task_validate_backup'==$current_task->getTaskName()) {
515
  }
516
 
517
 
518
- $restore_wpbackitup_version = $site_info['restore_wpbackitup_version'];
519
  $current_wpbackitup_version = WPBACKITUP__VERSION;
520
  WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'WPBackItUp current Version:' . $current_wpbackitup_version);
521
  WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'WPBackItUp backup Version:' . $restore_wpbackitup_version);
@@ -552,33 +589,100 @@ if ('task_validate_backup'==$current_task->getTaskName()) {
552
  }
553
 
554
 
555
- //Create the DB restore point
556
- if ('task_create_checkpoint'==$current_task->getTaskName()) {
557
 
558
- WPBackItUp_LoggerV2::log($restore_logname,'**CREATE RESTORE POINT**');
559
- $task = 'restore_point';
560
  start_status($task);
561
 
562
- // skip this step
563
 
564
- // if ( ! $wp_restore->export_database()){
565
- // $current_task->setStatus(WPBackItUp_Job_Task::ERROR,205);
566
- // fatal_error($task,'205','Cant backup database.');
567
- // return false;
568
- // }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
569
 
570
- $current_task->setStatus(WPBackItUp_Job_Task::COMPLETE);;
 
 
571
  end_status($task);
572
- WPBackItUp_LoggerV2::log($restore_logname,'**END CREATE RESTORE POINT**');
573
 
 
574
  return;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
575
  }
576
 
577
 
578
  //Stage WP content folders
579
  if ('task_stage_wpcontent'==$current_task->getTaskName()) {
580
-
581
- WPBackItUp_LoggerV2::log($restore_logname,'*STAGE WP-CONTENT*');
582
  $task = 'stage_wpcontent';
583
 
584
  start_status($task);
@@ -586,49 +690,70 @@ if ('task_stage_wpcontent'==$current_task->getTaskName()) {
586
  $folder_stage_suffix = $wp_restore->get_restore_staging_suffix();
587
 
588
  //Stage all but plugins
589
-
590
- WPBackItUp_LoggerV2::log($restore_logname,'*STAGE THEMES*');
591
- $from_folder_name = $wp_restore->get_restore_root_folder_path() .'/' .WPBackItUp_Restore::THEMESPATH;
592
- $to_folder_name = WPBACKITUP__THEMES_ROOT_PATH . $folder_stage_suffix;
593
- if (! $wp_restore->rename_folder($from_folder_name,$to_folder_name)){
594
- $current_task->setStatus(WPBackItUp_Job_Task::ERROR,219);
595
- fatal_error($task,'219','Cant stage themes.',false);
596
- $wp_restore->delete_staged_folders();
597
- end_restore();
598
- return false;
599
- }
600
- WPBackItUp_LoggerV2::log($restore_logname,'*END STAGE THEMES*');
601
-
602
- WPBackItUp_LoggerV2::log($restore_logname,'*STAGE UPLOADS*');
603
- if(! $wp_restore->validate_no_uploads()){
604
- $from_folder_name = $wp_restore->get_restore_root_folder_path() .'/' .WPBackItUp_Restore::UPLOADPATH;
605
- $upload_array = wp_upload_dir();
606
- $uploads_root_path = $upload_array['basedir'];
607
- $to_folder_name = $uploads_root_path . $folder_stage_suffix;
608
- if (! $wp_restore->rename_folder($from_folder_name,$to_folder_name)){
609
- $current_task->setStatus(WPBackItUp_Job_Task::ERROR,219);
610
- fatal_error($task,'219','Cant stage uploads.',false);
611
  $wp_restore->delete_staged_folders();
612
  end_restore();
613
  return false;
614
  }
 
 
 
615
  }
616
- WPBackItUp_LoggerV2::log($restore_logname,'*END STAGE UPLOADS*');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
617
 
618
- WPBackItUp_LoggerV2::log($restore_logname,'*STAGE OTHER FOLDERS*');
619
- $other_list = glob($wp_restore->get_restore_root_folder_path() .'/' .WPBackItUp_Restore::OTHERPATH .'/*',GLOB_ONLYDIR|GLOB_NOSORT);
620
- foreach ( $other_list as $from_folder_name ) {
621
- $to_folder_name = WPBACKITUP__CONTENT_PATH .'/' .basename($from_folder_name) . $folder_stage_suffix;
622
- if (! $wp_restore->rename_folder($from_folder_name,$to_folder_name)) {
623
- $current_task->setStatus(WPBackItUp_Job_Task::ERROR,219);
624
- fatal_error($task,'219','Cant stage other.',false);
625
- $wp_restore->delete_staged_folders();
626
- end_restore();
627
- return false;
 
 
 
 
 
 
 
 
 
 
628
  }
 
 
 
629
  }
630
- WPBackItUp_LoggerV2::log($restore_logname,'*END STAGE OTHER FOLDERS*');
631
- end_status($task);
 
632
 
633
  $current_task->setStatus(WPBackItUp_Job_Task::COMPLETE);;
634
 
@@ -645,22 +770,27 @@ if ('task_restore_wpcontent'==$current_task->getTaskName()) {
645
  $task ='restore_wpcontent';
646
  start_status($task);
647
 
648
- WPBackItUp_LoggerV2::log($restore_logname,'*RESTORE MAIN WPCONTENT*');
649
- $wpcontent_restore =$wp_restore->restore_wpcontent();
650
- if (! $wpcontent_restore===true) {
 
 
651
  //array with failed list returned
652
  //If any of them fail call it done.
653
- warning('300','Cant restore all WP content.');
654
  }
655
- WPBackItUp_LoggerV2::log($restore_logname,'*END RESTORE MAIN WPCONTENT*');
656
-
657
- WPBackItUp_LoggerV2::log($restore_logname,'*RESTORE PLUGINS*');
658
- $plugin_restore = $wp_restore->restore_plugins();
659
- if (! $plugin_restore ===true) {
660
- //array with fail list returned
661
- warning('305', 'Couldnt restore all plugins.');
 
 
 
 
662
  }
663
-
664
  WPBackItUp_LoggerV2::log($restore_logname,'*END RESTORE PLUGINS*');
665
 
666
  $current_task->setStatus(WPBackItUp_Job_Task::COMPLETE);;
@@ -677,49 +807,85 @@ if ('task_restore_database'==$current_task->getTaskName()) {
677
  $task ='restore_database';
678
  start_status($task);
679
 
680
- //Not going to use the restore Point SQL because IF the import failed then DB may be intact
681
- $tables_remaining_count =$wp_restore->restore_database($current_job);
682
- WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Database Items remaining:' .var_export($tables_remaining_count,true));
683
- if (false===$tables_remaining_count) {
684
- $current_task->setStatus(WPBackItUp_Job_Task::ERROR,212);
685
- fatal_error($task,'212','Database NOT restored.');
686
- return false;
687
- }else{
688
- if ($tables_remaining_count>0){
689
- //CONTINUE
690
- WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Continue restoring tables.');
691
- $current_task->setStatus(WPBackItUp_Job_Task::QUEUED);
692
- return;
693
- }else{
694
- //DB Restore Complete
695
- WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Complete - All tables restored successfully.');
696
- $current_task->setStatus(WPBackItUp_Job_Task::COMPLETE);
697
- end_status($task);
698
- WPBackItUp_LoggerV2::log($restore_logname,'**END RESTORE DATABASE**');
699
- }
700
- }
701
 
702
- WPBackItUp_LoggerV2::log($restore_logname,'*UPDATE DATABASE VALUES*');
 
 
703
 
 
 
704
 
705
- /* __ONLY OLD BACKUPS WILL DO THIS__ */
 
 
 
706
 
707
- start_status('update_user');
 
708
 
709
- end_status('update_user');
 
 
710
 
711
- end_status('update_site_info');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
712
 
 
 
 
 
 
 
 
713
  start_status('update_permalinks');
714
 
715
- if (! $wp_restore->update_permalinks()){
716
- WPBackItUp_LoggerV2::log_error($restore_logname,$log_function,'Permalinks were not updated');
717
- //dont do anything
 
 
 
 
 
718
  }
719
 
720
  end_status('update_permalinks');
721
 
722
- WPBackItUp_LoggerV2::log($restore_logname,'*END UPDATE DATABASE VALUES*');
 
 
 
 
 
 
 
 
 
723
 
724
 
725
  //*************************************************************
65
  'unzipping' =>$inactive ,
66
  'validation'=>$inactive,
67
  'deactivate_plugins' =>$inactive ,
68
+ 'import_database'=>$inactive,
69
+ 'update_database'=>$inactive,
70
  'stage_wpcontent'=>$inactive,
71
  'restore_wpcontent'=>$inactive,
72
  'restore_database'=>$inactive,
 
 
73
  'update_permalinks'=>$inactive,
74
  );
75
 
151
  fatal_error( 'validation', '2003', 'Task ended in error:'.$current_task->getTaskName() );
152
  break;
153
 
 
 
 
 
 
154
  case "task_stage_wpcontent":
155
  $current_task->setStatus(WPBackItUp_Job_Task::ERROR,2005);
156
  fatal_error( 'stage_wpcontent', '2005', 'Task ended in error:'.$current_task->getTaskName() );
161
  fatal_error( 'restore_wpcontent', '2006', 'Task ended in error:'.$current_task->getTaskName() );
162
  break;
163
 
164
+ case "task_import_database":
165
+ $current_task->setStatus(WPBackItUp_Job_Task::ERROR,2009);
166
+ fatal_error( 'import_database', '2009', 'Task ended in error:'.$current_task->getTaskName() );
167
+ break;
168
+
169
  case "task_restore_database":
170
  $current_task->setStatus(WPBackItUp_Job_Task::ERROR,2007);
171
  fatal_error( 'restore_database', '2007', 'Task ended in error:'.$current_task->getTaskName() );
249
  $current_job->setJobMetaValue('current_homeurl',$homeurl);
250
  }
251
 
252
+ //stash job user.
253
+ $current_user = $wp_restore->get_user_by_id($current_job->getJobMetaValue('user_id'));
254
  if (false===$current_user) {
255
  $current_task->setStatus(WPBackItUp_Job_Task::ERROR,209);
256
  fatal_error($task,'209','Unable to fetch user information.');
260
  }
261
 
262
  //Stash current user meta
263
+ $current_user_meta = $wp_restore->get_usermeta_by_id($current_job->getJobMetaValue('user_id'));
264
  if (false===$current_user_meta) {
265
  $current_task->setStatus(WPBackItUp_Job_Task::ERROR,209);
266
  fatal_error($task,'209','Unable to fetch user meta information.');
305
  $current_task->setStatus(WPBackItUp_Job_Task::COMPLETE);
306
 
307
 
308
+ WPBackItUp_LoggerV2::log( $restore_logname, '*END INVENTORY BACKUPSET*' );
309
 
310
  return;
311
 
322
  $task = 'unpacking';
323
  start_status($task);
324
 
325
+ //Are there any backups to unpack from set file
326
  $backupset_unpack_remaining = $current_job->getJobMetaValue('backupset_unpack_remaining');
327
  WPBackItUp_LoggerV2::log_info( $restore_logname, $log_function, 'Backupset Remaining Files:' . var_export( $backupset_unpack_remaining, true ) );
328
 
368
  WPBackItUp_LoggerV2::log_info( $restore_logname, $log_function, 'Backup Files Found in Backup Folder:' . var_export( $backup_files, true ) );
369
 
370
  $current_job->setJobMetaValue('backup_set',$backup_files);
371
+
372
+ foreach ($backup_files as $key =>$backup_zip){
373
+
374
+ if (false===$current_job->getJobMetaValue( 'restore_plugins') && false !== strpos( $backup_zip, '-plugins-' )){
375
+ WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Skip Zip File:' .$backup_zip);
376
+ unset($backup_files[$key]);//remove from array
377
+ continue;
378
+ }
379
+
380
+ if (false===$current_job->getJobMetaValue( 'restore_themes') && false !== strpos( $backup_zip, '-themes-' )){
381
+ WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Skip Zip File:' .$backup_zip);
382
+ unset($backup_files[$key]);//remove from array
383
+ continue;
384
+ }
385
+
386
+ if (false===$current_job->getJobMetaValue( 'restore_uploads') && false !== strpos( $backup_zip, '-uploads-' )){
387
+ WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Skip Zip File:' .$backup_zip);
388
+ unset($backup_files[$key]);//remove from array
389
+ continue;
390
+ }
391
+
392
+ if (false===$current_job->getJobMetaValue( 'restore_others') && false !== strpos( $backup_zip, '-others-' )){
393
+ WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Skip Zip File:' .$backup_zip);
394
+ unset($backup_files[$key]);//remove from array
395
+ continue;
396
+ }
397
+
398
+ }
399
+
400
+ WPBackItUp_LoggerV2::log_info( $restore_logname, $log_function, 'Backup Files queued for unzip:' . var_export( $backup_files, true ) );
401
  $current_job->setJobMetaValue('backup_set_remaining',$backup_files);
402
 
403
  }else{
429
  WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Begin - Backup set list:');
430
  WPBackItUp_LoggerV2::log($restore_logname,$backup_set_list);
431
 
 
432
  if ( ! $wp_restore->unzip_archive_file( $backup_set_list) ) {
433
  $current_task->setStatus(WPBackItUp_Job_Task::ERROR,203);
434
  fatal_error($task,'203','Unable to unzip archive.');
457
  }
458
 
459
 
460
+ //Validate the backup folder against the manifest
461
  if ('task_validate_backup'==$current_task->getTaskName()) {
462
  WPBackItUp_LoggerV2::log($restore_logname,'**VALIDATE BACKUP**' );
463
 
465
  start_status($task);
466
 
467
  //Validate the restore folder
468
+ if ( ! $wp_restore->validate_restore_folder( $current_job )){
 
469
  $current_task->setStatus(WPBackItUp_Job_Task::ERROR,204);
470
  fatal_error($task,'204','Restore directory INVALID.');
471
  return false;
511
  WPBackItUp_LoggerV2::log($restore_logname,'*VALIDATE SITEDATA FILE*' );
512
  //validate the site data file
513
  $site_info = $wp_restore->validate_siteinfo_file();
514
+
515
  if ( $site_info===false){
516
  $current_task->setStatus(WPBackItUp_Job_Task::ERROR,204);
517
  fatal_error($task,'204','Site Data file INVALID.');
521
  $current_job->setJobMetaValue('restore_site_info',$site_info);
522
  }
523
 
524
+ //get snapshot prefix if exists
525
+ $restore_site_info = $current_job->getJobMetaValue('restore_site_info');
526
+ $snapshot_prefix = array_key_exists('snapshot_prefix', $restore_site_info)
527
+ ? $restore_site_info['snapshot_prefix']
528
+ : null;
529
+
530
+ //need to do this for old backups
531
+ if ( is_null( $snapshot_prefix )) {
532
+ //Check table prefix values FATAL
533
+ WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Site table Prefix:' . $table_prefix);
534
+ if ( $table_prefix != $site_info['table_prefix'] ) {
535
+ $current_task->setStatus(WPBackItUp_Job_Task::ERROR,221);
536
+ fatal_error($task,'221','Table prefix different from restore.');
537
+ return false;
538
+ }
539
  }
540
 
541
  //Check wordpress version
542
  if($WPBackitup->rversion_compare() === 0){
543
  $site_wordpress_version = get_bloginfo('version');
544
+ $backup_wordpress_version = $site_info['wp_version'];
545
  WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Site Wordpress Version:' . $site_wordpress_version);
546
  WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Backup Wordpress Version:' . $backup_wordpress_version);
547
  if ( ! WPBackItUp_Utility::version_compare($site_wordpress_version, $backup_wordpress_version )) {
552
  }
553
 
554
 
555
+ $restore_wpbackitup_version = $site_info['wpbackitup_version'];
556
  $current_wpbackitup_version = WPBACKITUP__VERSION;
557
  WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'WPBackItUp current Version:' . $current_wpbackitup_version);
558
  WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'WPBackItUp backup Version:' . $restore_wpbackitup_version);
589
  }
590
 
591
 
592
+ //import the snaphsot tables v1.13+
593
+ if ('task_import_database'==$current_task->getTaskName()) {
594
 
595
+ WPBackItUp_LoggerV2::log($restore_logname,'**IMPORT DATABASE SNAPSHOT**');
596
+ $task ='import_database';
597
  start_status($task);
598
 
 
599
 
600
+ //Check job flag
601
+ if (true===$current_job->getJobMetaValue('restore_import_snapshot')){
602
+
603
+ //get snapshot prefix if exists
604
+ $restore_site_info = $current_job->getJobMetaValue('restore_site_info');
605
+ $snapshot_prefix = array_key_exists('snapshot_prefix', $restore_site_info)
606
+ ? $restore_site_info['snapshot_prefix']
607
+ : null;
608
+
609
+ //if no prefix then skip this step.
610
+ if ( ! is_null( $snapshot_prefix )) {
611
+ //V1.13+
612
+ $tables_remaining_count =$wp_restore->import_database($current_job,$snapshot_prefix);
613
+ WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Database Items remaining:' .var_export($tables_remaining_count,true));
614
+ if (false===$tables_remaining_count) {
615
+ $current_task->setStatus(WPBackItUp_Job_Task::ERROR,212);
616
+ fatal_error($task,'212','Snapshot NOT imported.');
617
+ return false;
618
+ }else{
619
+ if ($tables_remaining_count>0){
620
+ //CONTINUE
621
+ WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Continue importing snapshot tables.');
622
+ $current_task->setStatus(WPBackItUp_Job_Task::QUEUED);
623
+ return;
624
+ }
625
+ }
626
+ } else {
627
+ WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Older Backup - Skipping task.');
628
+ }
629
+ }else {
630
+ WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Skipping task.');
631
+ }
632
 
633
+ //DB Restore Complete
634
+ WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Complete - All snaphsot tables imported successfully.');
635
+ $current_task->setStatus(WPBackItUp_Job_Task::COMPLETE);
636
  end_status($task);
 
637
 
638
+ WPBackItUp_LoggerV2::log($restore_logname,'**END IMPORT DATABASE SNAPSHOT**');
639
  return;
640
+
641
+ }
642
+
643
+
644
+ //Update the snapshot tables V1.13+
645
+ if ('task_update_snapshot'==$current_task->getTaskName()) {
646
+
647
+ WPBackItUp_LoggerV2::log($restore_logname,'**UPDATE SNAPSHOT TABLES**');
648
+ $task ='update_database';
649
+ start_status($task);
650
+
651
+ //Check job flag
652
+ if (true===$current_job->getJobMetaValue('restore_update_snapshot')){
653
+
654
+ //get snapshot prefix if exists
655
+ $restore_site_info = $current_job->getJobMetaValue('restore_site_info');
656
+ $snapshot_prefix = array_key_exists('snapshot_prefix', $restore_site_info)
657
+ ? $restore_site_info['snapshot_prefix']
658
+ : null;
659
+
660
+ //V1.13+
661
+ //if prefix found then perform this step.
662
+ if ( ! is_null( $snapshot_prefix )) {
663
+ if (false===$wp_restore->update_snapshot_database($current_job,$snapshot_prefix)) {
664
+ $current_task->setStatus(WPBackItUp_Job_Task::ERROR,212);
665
+ fatal_error($task,'212','Snapshot NOT imported.');
666
+ return false;
667
+ }
668
+ }else {
669
+ WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Older backup - skipping task.');
670
+ }
671
+ }else{
672
+ WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Skipping task.');
673
+ }
674
+
675
+ $current_task->setStatus(WPBackItUp_Job_Task::COMPLETE);
676
+ end_status($task);
677
+ WPBackItUp_LoggerV2::log($restore_logname,'**END UPDATE SNAPSHOT TABLES**');
678
+ return true;
679
+
680
  }
681
 
682
 
683
  //Stage WP content folders
684
  if ('task_stage_wpcontent'==$current_task->getTaskName()) {
685
+ WPBackItUp_LoggerV2::log($restore_logname,'**STAGE WP-CONTENT**');
 
686
  $task = 'stage_wpcontent';
687
 
688
  start_status($task);
690
  $folder_stage_suffix = $wp_restore->get_restore_staging_suffix();
691
 
692
  //Stage all but plugins
693
+ WPBackItUp_LoggerV2::log( $restore_logname, '*STAGE THEMES*' );
694
+ if (true===$current_job->getJobMetaValue('restore_themes')) {
695
+
696
+ $from_folder_name = $wp_restore->get_restore_root_folder_path() . '/' . WPBackItUp_Restore::THEMESPATH;
697
+ $to_folder_name = WPBACKITUP__THEMES_ROOT_PATH . $folder_stage_suffix;
698
+ if ( ! $wp_restore->rename_folder( $from_folder_name, $to_folder_name ) ) {
699
+ $current_task->setStatus( WPBackItUp_Job_Task::ERROR, 219 );
700
+ fatal_error( $task, '219', 'Cant stage themes.', false );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
701
  $wp_restore->delete_staged_folders();
702
  end_restore();
703
  return false;
704
  }
705
+
706
+ } else {
707
+ WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Skipping task.');
708
  }
709
+ WPBackItUp_LoggerV2::log( $restore_logname, '*END STAGE THEMES*' );
710
+
711
+
712
+ WPBackItUp_LoggerV2::log( $restore_logname, '*STAGE UPLOADS*' );
713
+ if (true===$current_job->getJobMetaValue('restore_uploads')) {
714
+ if ( ! $wp_restore->validate_no_uploads() ) {
715
+ $from_folder_name = $wp_restore->get_restore_root_folder_path() . '/' . WPBackItUp_Restore::UPLOADPATH;
716
+ $upload_array = wp_upload_dir();
717
+ $uploads_root_path = $upload_array['basedir'];
718
+ $to_folder_name = $uploads_root_path . $folder_stage_suffix;
719
+ if ( ! $wp_restore->rename_folder( $from_folder_name, $to_folder_name ) ) {
720
+ $current_task->setStatus( WPBackItUp_Job_Task::ERROR, 219 );
721
+ fatal_error( $task, '219', 'Cant stage uploads.', false );
722
+ $wp_restore->delete_staged_folders();
723
+ end_restore();
724
+
725
+ return false;
726
+ }
727
+ }
728
 
729
+ } else {
730
+ WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Skipping task.');
731
+ }
732
+ WPBackItUp_LoggerV2::log( $restore_logname, '*END STAGE UPLOADS*' );
733
+
734
+
735
+ WPBackItUp_LoggerV2::log( $restore_logname, '*STAGE OTHER FOLDERS*' );
736
+ if (true===$current_job->getJobMetaValue('restore_others')) {
737
+
738
+ $other_list = glob( $wp_restore->get_restore_root_folder_path() . '/' . WPBackItUp_Restore::OTHERPATH . '/*', GLOB_ONLYDIR | GLOB_NOSORT );
739
+ foreach ( $other_list as $from_folder_name ) {
740
+ $to_folder_name = WPBACKITUP__CONTENT_PATH . '/' . basename( $from_folder_name ) . $folder_stage_suffix;
741
+ if ( ! $wp_restore->rename_folder( $from_folder_name, $to_folder_name ) ) {
742
+ $current_task->setStatus( WPBackItUp_Job_Task::ERROR, 219 );
743
+ fatal_error( $task, '219', 'Cant stage other.', false );
744
+ $wp_restore->delete_staged_folders();
745
+ end_restore();
746
+
747
+ return false;
748
+ }
749
  }
750
+
751
+ } else {
752
+ WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Skipping task.');
753
  }
754
+ WPBackItUp_LoggerV2::log( $restore_logname, '*END STAGE OTHER FOLDERS*' );
755
+
756
+ end_status( $task );
757
 
758
  $current_task->setStatus(WPBackItUp_Job_Task::COMPLETE);;
759
 
770
  $task ='restore_wpcontent';
771
  start_status($task);
772
 
773
+
774
+ //This step will restore anything that was staged
775
+ WPBackItUp_LoggerV2::log( $restore_logname, '*RESTORE MAIN*' );
776
+ $wpcontent_restore = $wp_restore->restore_wpcontent();
777
+ if ( ! $wpcontent_restore === true ) {
778
  //array with failed list returned
779
  //If any of them fail call it done.
780
+ warning( '300', 'Cant restore all WP content.' );
781
  }
782
+ WPBackItUp_LoggerV2::log( $restore_logname, '*END RESTORE MAIN*' );
783
+
784
+ WPBackItUp_LoggerV2::log( $restore_logname, '*RESTORE PLUGINS*' );
785
+ if (true===$current_job->getJobMetaValue('restore_plugins')) {
786
+ $plugin_restore = $wp_restore->restore_plugins();
787
+ if ( ! $plugin_restore === true ) {
788
+ //array with fail list returned
789
+ warning( '305', 'Couldnt restore all plugins.' );
790
+ }
791
+ } else{
792
+ WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Skipping task.');
793
  }
 
794
  WPBackItUp_LoggerV2::log($restore_logname,'*END RESTORE PLUGINS*');
795
 
796
  $current_task->setStatus(WPBackItUp_Job_Task::COMPLETE);;
807
  $task ='restore_database';
808
  start_status($task);
809
 
810
+ //Check job flag
811
+ if (true===$current_job->getJobMetaValue('restore_database')) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
812
 
813
+ //check for snapshot prefix - maybe can do this differently
814
+ $restore_site_info = $current_job->getJobMetaValue( 'restore_site_info' );
815
+ $snapshot_prefix = array_key_exists( 'snapshot_prefix', $restore_site_info ) ? $restore_site_info['snapshot_prefix'] : null;
816
 
817
+ //Check for snapshot prefix
818
+ if ( ! is_null( $snapshot_prefix ) ) {
819
 
820
+ $rename_sql_file = $current_job->getJobMetaValue( 'rename_sql' );
821
+ if ( ! is_null( $rename_sql_file ) ) {
822
+ if ( false === $wp_restore->rename_snapshot_tables( $rename_sql_file ) ) {
823
+ WPBackItUp_LoggerV2::log_error( $restore_logname, __METHOD__, 'Rename snaphsot table error.' );
824
 
825
+ $current_task->setStatus( WPBackItUp_Job_Task::ERROR, 212 );
826
+ fatal_error( $task, '240', 'Database NOT restored.' );
827
 
828
+ return false;
829
+ }
830
+ }
831
 
832
+ } else {
833
+ //used for older backups
834
+ $tables_remaining_count = $wp_restore->restore_database( $current_job );
835
+
836
+ //Not going to use the restore Point SQL because IF the import failed then DB may be intact
837
+ //$tables_remaining_count =$wp_restore->restore_database($current_job);
838
+ WPBackItUp_LoggerV2::log_info( $restore_logname, $log_function, 'Database Items remaining:' . var_export( $tables_remaining_count, true ) );
839
+ if ( false === $tables_remaining_count ) {
840
+ $current_task->setStatus( WPBackItUp_Job_Task::ERROR, 212 );
841
+ fatal_error( $task, '240', 'Database NOT restored.' );
842
+
843
+ return false;
844
+ } else {
845
+ if ( $tables_remaining_count > 0 ) {
846
+ //CONTINUE
847
+ WPBackItUp_LoggerV2::log_info( $restore_logname, $log_function, 'Continue restoring tables.' );
848
+ $current_task->setStatus( WPBackItUp_Job_Task::QUEUED );
849
+
850
+ return;
851
+ }
852
+ }
853
+ }
854
+ } else {
855
+ WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Skipping task.');
856
+ }
857
 
858
+ //DB Restore Complete
859
+ //WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Complete - All tables restored successfully.');
860
+ $current_task->setStatus(WPBackItUp_Job_Task::COMPLETE);
861
+ end_status($task);
862
+ WPBackItUp_LoggerV2::log($restore_logname,'**END RESTORE DATABASE**');
863
+
864
+
865
  start_status('update_permalinks');
866
 
867
+ //Check job flag
868
+ if (true===$current_job->getJobMetaValue('restore_update_permalinks')) {
869
+ if ( ! $wp_restore->update_permalinks() ) {
870
+ WPBackItUp_LoggerV2::log_error( $restore_logname, $log_function, 'Permalinks were not updated' );
871
+ //dont do anything
872
+ }
873
+ } else {
874
+ WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Skipping update permalinks task.');
875
  }
876
 
877
  end_status('update_permalinks');
878
 
879
+
880
+ //Update activate plugins
881
+ if (true===$current_job->getJobMetaValue('restore_activate_plugins')) {
882
+ $active_plugins_option = $current_job->getJobMetaValue( 'active_plugins' );
883
+ if ( false===$wp_restore->update_create_option( 'active_plugins', $active_plugins_option, 'yes' ) ) {
884
+ WPBackItUp_LoggerV2::log_error( $restore_logname, __METHOD__, 'Unable to activate plugins:' . var_export( $active_plugins_option, true ) );
885
+ }
886
+ } else {
887
+ WPBackItUp_LoggerV2::log_info($restore_logname,$log_function,'Skipping activate plugins.');
888
+ }
889
 
890
 
891
  //*************************************************************
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.wpbackitup.com
4
  Tags: backup, backups, restore, migrate, clone, duplicate, multisite, database, archive, malware, download, mysql
5
  Requires at least: 3.8.0
6
  Tested up to: 4.6
7
- Stable tag: 1.12.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -167,6 +167,17 @@ Our online documentation and full list of FAQs can be found at [support.wpbackit
167
 
168
  == Changelog ==
169
 
 
 
 
 
 
 
 
 
 
 
 
170
  = 1.12.5 =
171
  *Release Date - June 25, 2016
172
 
4
  Tags: backup, backups, restore, migrate, clone, duplicate, multisite, database, archive, malware, download, mysql
5
  Requires at least: 3.8.0
6
  Tested up to: 4.6
7
+ Stable tag: 1.12.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
167
 
168
  == Changelog ==
169
 
170
+
171
+ = 1.13 =
172
+ *Release Date - August 14, 2016
173
+
174
+ * UPDATE : WordPress 4.6 support
175
+ * UPDATE : Minify style sheets and javascript files
176
+ * NEW FEATURE : Restore to different table prefix
177
+ * NEW FEATURE : Add backup notes so that users can annotate backups
178
+ * NEW FEATURE : Add database(db) file to backup which contains complete database export in single SQL file.
179
+
180
+
181
  = 1.12.5 =
182
  *Release Date - June 25, 2016
183
 
views/restore.php CHANGED
@@ -62,8 +62,8 @@
62
  'multi_selection' => true,
63
  'urlstream_upload' => true,
64
  'multipart_params' => array(
65
- '_wpnonce' => wp_create_nonce($namespace . '-upload'),
66
- 'action' => 'wp-backitup_plupload_action')
67
  );
68
 
69
  ?>
@@ -211,7 +211,7 @@ if (!$restore_folder_exists) {
211
  </div>
212
  </div>
213
  </div>
214
- <p style="max-width: 100%;"><em><?php _e("* Reload this page when done uploading to see new backups appear in the Available Backups section above. " ,'wp-backitup');?> </em></p>
215
 
216
  <div id="filelist" class="media-item" style="width: 100%;"></div>
217
  <button id="import-uploads" class="button button-secondary">Import Uploads</button>
@@ -246,13 +246,14 @@ if (!$restore_folder_exists) {
246
  <li class="unzipping"><?php _e('Unzipping backup files', 'wp-backitup'); ?>...<span class='status-icon'><img class="unzipping-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
247
  <li class="validation"><?php _e('Validating backup files', 'wp-backitup'); ?>...<span class='status-icon'><img class="validation-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
248
  <li class="deactivate_plugins"><?php _e('Deactivating plugins', 'wp-backitup'); ?>...<span class='status-icon'><img class="deactivate_plugins-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
249
- <li class="restore_point"><?php _e('Creating database restore point', 'wp-backitup'); ?>...<span class='status-icon'><img class="restore_point-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
 
 
 
250
  <li class="stage_wpcontent"><?php _e('Staging content files', 'wp-backitup'); ?>...<span class='status-icon'><img class="stage_wpcontent-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
251
  <li class="restore_wpcontent"><?php _e('Restoring content files', 'wp-backitup'); ?>...<span class='status-icon'><img class="stage_wpcontent-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
 
252
  <li class="restore_database"><?php _e('Restoring database', 'wp-backitup'); ?>...<span class='status-icon'><img class="restore_database-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
253
- <li class="update_user"><?php _e('Updating current user info', 'wp-backitup'); ?>...<span class='status-icon'><img class="update_user-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
254
- <li class="update_site_info"><?php _e('Updating site URL', 'wp-backitup'); ?>...<span class='status-icon'><img class="update_site_info-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
255
- <!-- <li class="activate_plugins">--><?php //_e('Activating plugins', 'wp-backitup'); ?><!--...<span class='status-icon'><img class="activate_plugins-icon" src="--><?php //echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?><!--" height="16" width="16" /></span><span class='status'>--><?php //_e('Done', 'wp-backitup'); ?><!--</span><span class='fail error'>--><?php //_e('Failed', 'wp-backitup'); ?><!--</span></li>-->
256
  <li class="update_permalinks"><?php _e('Updating permalinks', 'wp-backitup'); ?>...<span class='status-icon'><img class="update_permalinks-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
257
  </ul>
258
  <p>
@@ -270,7 +271,11 @@ if (!$restore_folder_exists) {
270
  <span class="error209"><div class='isa_error'><?php _e('Error 209: Unable to get current user ID from database. Please try again', 'wp-backitup'); ?>.</div></span>
271
  <span class="error210"><div class='isa_error'><?php _e('Error 210: Unable to get current user password from database. Please try again', 'wp-backitup'); ?>.</div></span>
272
  <span class="error211"><div class='isa_error'><?php _e('Error 211: Unable to get current user email from database. Please try again', 'wp-backitup'); ?>.</div></span>
 
273
  <span class="error212"><div class='isa_error'><?php _e('Error 212: Unable to import your database. This may require importing the file manually', 'wp-backitup'); ?>.</div></span>
 
 
 
274
  <span class="warning213"><div class='isa_warning'><?php _e('Warning 213: Unable to update your site URL value. Please check your WordPress general settings to make sure your Site and WordPress URLs are correct', 'wp-backitup'); ?>.</div></span>
275
  <span class="warning214"><div class='isa_warning'><?php _e('Warning 214: Unable to update your home URL value. Please check your WordPress general settings to make sure your Site and WordPress URLs are correct', 'wp-backitup'); ?>.</div></span>
276
  <span class="warning215"><div class='isa_warning'><?php _e('Warning 215: Unable to update your user information. This may require you to login with the admin username and password that was used when the backup was created', 'wp-backitup'); ?>.</div></span>
@@ -310,6 +315,7 @@ if (!$restore_folder_exists) {
310
  <span class="error2005"><div class='isa_error'><?php _e('Error 2005: Unable to stage wp-content', 'wp-backitup'); ?>.</div></span>
311
  <span class="error2006"><div class='isa_error'><?php _e('Error 2006: Unable to restore content files', 'wp-backitup'); ?>.</div></span>
312
  <span class="error2007"><div class='isa_error'><?php _e('Error 2007: Unable to restore database', 'wp-backitup'); ?>.</div></span>
 
313
  <span class="error2999"><div class='isa_error'><?php _e('Error 2999: Unexpected error encountered', 'wp-backitup'); ?>.</div></span>
314
 
315
 
62
  'multi_selection' => true,
63
  'urlstream_upload' => true,
64
  'multipart_params' => array(
65
+ '_wpnonce' => wp_create_nonce($namespace . '-upload'),
66
+ 'action' => 'wp-backitup_plupload_action')
67
  );
68
 
69
  ?>
211
  </div>
212
  </div>
213
  </div>
214
+ <p style="max-width: 100%;"><em><?php _e("* When done uploading click the import uploads button below to see new backups appear in the Available Backups section above. " ,'wp-backitup');?> </em></p>
215
 
216
  <div id="filelist" class="media-item" style="width: 100%;"></div>
217
  <button id="import-uploads" class="button button-secondary">Import Uploads</button>
246
  <li class="unzipping"><?php _e('Unzipping backup files', 'wp-backitup'); ?>...<span class='status-icon'><img class="unzipping-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
247
  <li class="validation"><?php _e('Validating backup files', 'wp-backitup'); ?>...<span class='status-icon'><img class="validation-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
248
  <li class="deactivate_plugins"><?php _e('Deactivating plugins', 'wp-backitup'); ?>...<span class='status-icon'><img class="deactivate_plugins-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
249
+
250
+ <li class="import_database"><?php _e('Importing database', 'wp-backitup'); ?>...<span class='status-icon'><img class="import_database-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
251
+ <li class="update_database"><?php _e('Updating imported database', 'wp-backitup'); ?>...<span class='status-icon'><img class="update_database-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
252
+
253
  <li class="stage_wpcontent"><?php _e('Staging content files', 'wp-backitup'); ?>...<span class='status-icon'><img class="stage_wpcontent-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
254
  <li class="restore_wpcontent"><?php _e('Restoring content files', 'wp-backitup'); ?>...<span class='status-icon'><img class="stage_wpcontent-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
255
+
256
  <li class="restore_database"><?php _e('Restoring database', 'wp-backitup'); ?>...<span class='status-icon'><img class="restore_database-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
 
 
 
257
  <li class="update_permalinks"><?php _e('Updating permalinks', 'wp-backitup'); ?>...<span class='status-icon'><img class="update_permalinks-icon" src="<?php echo WPBACKITUP__PLUGIN_URL . "/images/loader.gif"; ?>" height="16" width="16" /></span><span class='status'><?php _e('Done', 'wp-backitup'); ?></span><span class='fail error'><?php _e('Failed', 'wp-backitup'); ?></span></li>
258
  </ul>
259
  <p>
271
  <span class="error209"><div class='isa_error'><?php _e('Error 209: Unable to get current user ID from database. Please try again', 'wp-backitup'); ?>.</div></span>
272
  <span class="error210"><div class='isa_error'><?php _e('Error 210: Unable to get current user password from database. Please try again', 'wp-backitup'); ?>.</div></span>
273
  <span class="error211"><div class='isa_error'><?php _e('Error 211: Unable to get current user email from database. Please try again', 'wp-backitup'); ?>.</div></span>
274
+
275
  <span class="error212"><div class='isa_error'><?php _e('Error 212: Unable to import your database. This may require importing the file manually', 'wp-backitup'); ?>.</div></span>
276
+ <span class="error240"><div class='isa_error'><?php _e('Error 212: Unable to restore your database. This may require importing the file manually', 'wp-backitup'); ?>.</div></span>
277
+
278
+
279
  <span class="warning213"><div class='isa_warning'><?php _e('Warning 213: Unable to update your site URL value. Please check your WordPress general settings to make sure your Site and WordPress URLs are correct', 'wp-backitup'); ?>.</div></span>
280
  <span class="warning214"><div class='isa_warning'><?php _e('Warning 214: Unable to update your home URL value. Please check your WordPress general settings to make sure your Site and WordPress URLs are correct', 'wp-backitup'); ?>.</div></span>
281
  <span class="warning215"><div class='isa_warning'><?php _e('Warning 215: Unable to update your user information. This may require you to login with the admin username and password that was used when the backup was created', 'wp-backitup'); ?>.</div></span>
315
  <span class="error2005"><div class='isa_error'><?php _e('Error 2005: Unable to stage wp-content', 'wp-backitup'); ?>.</div></span>
316
  <span class="error2006"><div class='isa_error'><?php _e('Error 2006: Unable to restore content files', 'wp-backitup'); ?>.</div></span>
317
  <span class="error2007"><div class='isa_error'><?php _e('Error 2007: Unable to restore database', 'wp-backitup'); ?>.</div></span>
318
+ <span class="error2009"><div class='isa_error'><?php _e('Error 2009: Unable to import database', 'wp-backitup'); ?>.</div></span>
319
  <span class="error2999"><div class='isa_error'><?php _e('Error 2999: Unexpected error encountered', 'wp-backitup'); ?>.</div></span>
320
 
321
 
views/settings.php CHANGED
@@ -16,6 +16,7 @@
16
  $is_lite_registered = $this->is_lite_registered();
17
 
18
  $wpbackitup_single_file_backupset = $this->single_file_backupset();
 
19
 
20
 
21
  $backup_dbtables_batch_size=$this->backup_dbtables_batch_size();
@@ -115,13 +116,21 @@
115
  <div class="submit"><input type="submit" name="Save_Rversion_compare" class="button-primary" value="<?php _e("Save", 'wp-backitup') ?>" /></div>
116
  </div>
117
 
118
- <div class="widget">
119
- <h3 class="promo"><i class="fa fa-file-archive-o"></i> <?php _e('Single File Backup Set', 'wp-backitup') ?></h3>
120
- <p><input type="checkbox" id="wpbackitup_single_file_backupset" value="1" name="data[single_file_backupset]" <?php if ($wpbackitup_single_file_backupset) echo 'checked'; ?>>
121
- <label for="wpbackitup_single_file_backupset"><?php _e('Check this box if you would like WPBackItUp to create a single file backup set.', 'wp-backitup') ?></label></p>
122
- <p><?php _e('When this setting is turned on WPBackItUp will attempt to create a single file backup set. If WPBackItUp is unable to create a single file backup set then it will turn this setting off for you. Creating a single file backup set may not be possible with hosts that strictly limit memory utilization.', 'wp-backitup') ?></p>
123
- <div class="submit"><input type="submit" name="Save_Single_File_Backupset" class="button-primary" value="<?php _e("Save", 'wp-backitup') ?>" /></div>
124
- </div>
 
 
 
 
 
 
 
 
125
 
126
  <div class="widget">
127
  <h3 class="promo"><i class="fa fa-wrench"></i> <?php _e('Batch Size', 'wp-backitup') ?></h3>
16
  $is_lite_registered = $this->is_lite_registered();
17
 
18
  $wpbackitup_single_file_backupset = $this->single_file_backupset();
19
+ $wpbackitup_single_file_db = $this->single_file_db();
20
 
21
 
22
  $backup_dbtables_batch_size=$this->backup_dbtables_batch_size();
116
  <div class="submit"><input type="submit" name="Save_Rversion_compare" class="button-primary" value="<?php _e("Save", 'wp-backitup') ?>" /></div>
117
  </div>
118
 
119
+ <div class="widget">
120
+ <h3 class="promo"><i class="fa fa-file-archive-o"></i> <?php _e('Single File Backup Set', 'wp-backitup') ?></h3>
121
+ <p><input type="checkbox" id="wpbackitup_single_file_backupset" value="1" name="data[single_file_backupset]" <?php if ($wpbackitup_single_file_backupset) echo 'checked'; ?>>
122
+ <label for="wpbackitup_single_file_backupset"><?php _e('Check this box if you would like WPBackItUp to create a single zip file that contains your entire backup.', 'wp-backitup') ?></label></p>
123
+ <p><?php _e('When this setting is turned on WPBackItUp will attempt to create a single zip file that contains your entire backup. This option may may not be possible with some hosting providers. This setting will be turned off automatically if WPBackItUp is unable to complete this step for any reason.', 'wp-backitup') ?></p>
124
+ <div class="submit"><input type="submit" name="Save_Single_File_Backupset" class="button-primary" value="<?php _e("Save", 'wp-backitup') ?>" /></div>
125
+ </div>
126
+
127
+ <div class="widget">
128
+ <h3 class="promo"><i class="fa fa-database"></i> <?php _e('Single File Database Export (db)', 'wp-backitup') ?></h3>
129
+ <p><input type="checkbox" id="wpbackitup_single_file_db" value="1" name="data[single_file_db]" <?php if ($wpbackitup_single_file_db) echo 'checked'; ?>>
130
+ <label for="wpbackitup_single_file_db"><?php _e('Check this box if you would like WPBackItUp to export your database into a single db file.', 'wp-backitup') ?></label></p>
131
+ <p><?php _e('When this setting is turned on WPBackItUp will attempt to create a single file that contains your entire database. This option may not be possible with some hosting providers. This setting will be turned off automatically if WPBackItUp is unable to complete this step for any reason.', 'wp-backitup') ?></p>
132
+ <div class="submit"><input type="submit" name="Save_Single_File_Db" class="button-primary" value="<?php _e("Save", 'wp-backitup') ?>" /></div>
133
+ </div>
134
 
135
  <div class="widget">
136
  <h3 class="promo"><i class="fa fa-wrench"></i> <?php _e('Batch Size', 'wp-backitup') ?></h3>
wp-backitup.php CHANGED
@@ -6,7 +6,7 @@
6
  * Description: Backup your content, settings, themes, plugins and media in just a few simple clicks.
7
  * Author: Chris Simmons
8
  * Author URI: https://www.wpbackitup.com
9
- * Version: 1.12.5
10
  * Text Domain: wp-backitup
11
  * Domain Path: /languages
12
  *
@@ -31,12 +31,13 @@
31
  define( 'WPBACKITUP__NAMESPACE', 'wp-backitup' );
32
  define( 'WPBACKITUP__CLASSNAMESPACE', 'WPBackItUp' );
33
  define( 'WPBACKITUP__MAJOR_VERSION', 1);
34
- define( 'WPBACKITUP__MINOR_VERSION', 12);
35
- define( 'WPBACKITUP__MAINTENANCE_VERSION', 5); //Dont forget to update version in header on WP release
36
  define( 'WPBACKITUP__BUILD_VERSION', 0); //Used for hotfix releases
37
  define( 'WPBACKITUP__VERSION',sprintf("%d.%d.%d.%d", WPBACKITUP__MAJOR_VERSION, WPBACKITUP__MINOR_VERSION,WPBACKITUP__MAINTENANCE_VERSION,WPBACKITUP__BUILD_VERSION));
38
  define( 'WPBACKITUP__DB_VERSION', 4);
39
  define( 'WPBACKITUP__DEBUG', false );
 
40
  define( 'WPBACKITUP__MINIMUM_WP_VERSION', '3.0' );
41
  define( 'WPBACKITUP__ITEM_NAME', 'WP Backitup' );
42
  define( 'WPBACKITUP__FRIENDLY_NAME', 'WPBackItUp' );
6
  * Description: Backup your content, settings, themes, plugins and media in just a few simple clicks.
7
  * Author: Chris Simmons
8
  * Author URI: https://www.wpbackitup.com
9
+ * Version: 1.13
10
  * Text Domain: wp-backitup
11
  * Domain Path: /languages
12
  *
31
  define( 'WPBACKITUP__NAMESPACE', 'wp-backitup' );
32
  define( 'WPBACKITUP__CLASSNAMESPACE', 'WPBackItUp' );
33
  define( 'WPBACKITUP__MAJOR_VERSION', 1);
34
+ define( 'WPBACKITUP__MINOR_VERSION', 13);
35
+ define( 'WPBACKITUP__MAINTENANCE_VERSION', 0); //Dont forget to update version in header on WP release
36
  define( 'WPBACKITUP__BUILD_VERSION', 0); //Used for hotfix releases
37
  define( 'WPBACKITUP__VERSION',sprintf("%d.%d.%d.%d", WPBACKITUP__MAJOR_VERSION, WPBACKITUP__MINOR_VERSION,WPBACKITUP__MAINTENANCE_VERSION,WPBACKITUP__BUILD_VERSION));
38
  define( 'WPBACKITUP__DB_VERSION', 4);
39
  define( 'WPBACKITUP__DEBUG', false );
40
+ //define( 'WPBACKITUP__TEST_RUN_HOURLY', true );
41
  define( 'WPBACKITUP__MINIMUM_WP_VERSION', '3.0' );
42
  define( 'WPBACKITUP__ITEM_NAME', 'WP Backitup' );
43
  define( 'WPBACKITUP__FRIENDLY_NAME', 'WPBackItUp' );