Backup and Restore WordPress – WPBackItUp Backup Plugin - Version 1.13.6

Version Description

*Release Date - December 22, 2016

  • FEATURE : Add Download logs option to support page.
  • UPDATE : Display review button after 2 successful backup or restore
  • FIX : Database table filter value reset when any other "Save" button hits
  • FIX : Fix issue notification message not being removed on license update
  • FIX : Add backupset file to import processor
Download this release

Release Info

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

Code changes from version 1.13.5 to 1.13.6

images/cleanup_supporting_zips.png DELETED
Binary file
images/email_notifications.png DELETED
Binary file
images/support_download_logs.png ADDED
Binary file
js/wpbackitup-admin.min.js CHANGED
@@ -1 +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(this).append('<i class="fa fa-check"></i>'),e(this).css({color:"green"}),e("#download_backup").submit(),!1})}function i(a,i){var o=({action:h("backup_zip_filelist"),job_id:a},i.replace(/[^A-Za-z0-9\-]/g,"")),s=0,c="",l='<div id="'+o+'"> <h2>WP BackItUp Backup Set: &nbsp;<em>'+i+'</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(i){i.data?(e.each(i.data,function(){var a=e(this)[0].name.split(/[\/]+/).pop(),t=e(this)[0].size,i=e(this)[0].file_exists;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+'">',l+=i?'<td><a class="downloadbackuplink" href="'+a+'">'+a+"</a></td>":"<td>"+a+"</td>",l+="<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()})):n(i,null,null)}).fail(function(e,a,t){n(e,a,t)})}function n(e,a,t){var i="Error-Invalid response from server: ";a&&(i+=a+"\n"),t&&(i+=t+"\n"),i+="\nResponse: \n\n"+JSON.stringify(e),alert(i)}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,i){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 n=e(".backup-warning"),o=a.backupWarnings;o.forEach(function(e){var a=e.warningMessage;n.append('<li class="isa_warning">'+wpbackitup_local.warning+": "+a+"</li>")}),n.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,r=e(".backup-error");r.html(c),r.addClass("isa_error"),r.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:"+i),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(i),e(".backup-status").hide();var r=e(".backup-error");r.html(c),r.addClass("isa_error"),r.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 r(){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 u(){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 d(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 i="error-item-"+t.file.id;e("#"+i).length||e("#filelist").append('<div class="error-div error" id="'+i+'" ><strong>'+t.file.name+" has failed to upload due to error:&nbsp;</strong> <span>"+t.message+"</span> </div>")}),t.bind("FileUploaded",function(a,t,i){console.log("File Uploaded"),console.log(i),p(i,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(i){return console.log("Unexpected JSON Error"+i),b(a,t,998,e.response),!0}}function b(a,t,i,n){t.status=plupload.FAILED,a.trigger("Error",{code:i,message:n,file:t}),e("#media-item-"+t.id).hide()}function f(i){console.log(i);var n;n='class="success-grid"',e("#datatable tr").first().hasClass("alternate")||(n='class="alternate success-grid"');var o=e("#datatable tr:last")[0].id.replace("row","");if(o++,"undefined"!=typeof i){var s='<td data-th="Type" class="word-capitalize">'+i.backupRuntype+'</td>\n<td data-th="Date">'+i.backupDate+"</td>\n";s+='<td data-th="Duration">'+i.backupDuration+"</td>\n",i.backupMessage&&(s+='<td data-th="Status">'+i.backupMessage+"</td>\n");var c=i.backupName,l=c.replace(/[^A-Za-z0-9\-]/g,""),r=c.lastIndexOf("_"),u=c.substring(r+1),d="<tr "+n+' id="row'+o+'">\n <td data-th="Backup"><a href="#TB_inline?width=600&height=550&inlineId='+l+'" class="thickbox" title="Download Backup" name="'+i.backupName+'" data-jobid="'+u+'"><i class="fa fa-download"></i> '+i.backupName+"</a></td>\n";d+=s,d+="<td>&nbsp;</td>",d+="</tr>",e("#nofiles")&&e("#nofiles").remove();e("#datatable tr").length;e("#datatable").prepend(d),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&&d(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_remove_supporting_zip_files").change(function(){cb=e(this),cb.val(cb.prop("checked")===!0?1:0)}),e("#wpbackitup_remove_supporting_zip_files").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(){if(!e(this).parents(".wpbiu-restore-item").length){var a=e(this).data("jobid");console.log(a);var t=this.name;i(a,t)}}),e(document.body).on("click",".thickbox",function(){var a=e(this).data("jobid"),t=e(this).attr("name");if(e(this).parents(".wpbiu-restore-item").length){var i="<h2>WP BackItUp Backup Set: &nbsp;<em>"+t+'</em></h2> <div class="wpbiu-notes"> <textarea class="backupnotes" id="wpbiu-restore-note-box" placeholder="add notes here"></textarea> <button id="wpbiu-restore-note-btn" class="button-primary">Save</button> <span id="wpbiu-restore-note-response">Note Saved!</span> </div>';e("#wpbiu-restore-note").html(i),e("#wpbiu-restore-note-response").hide(),e.ajax({url:ajaxurl,type:"post",data:{action:h("backup_get_note"),job_id:a},success:function(a){e("#wpbiu-restore-note-box").val(a.data)}}),e("#wpbiu-restore-note-btn").click(function(){var t=e("#wpbiu-restore-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-restore-note-response").fadeIn()})})}e("#wpbiu-restore-note-box").focus(function(){e("#wpbiu-restore-note-response").hide()})});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,i){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."),r()}}),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 i=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."),u()}});i.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,i=e(this).data("id"),n=this.id.replace("deleteRow","row");e.ajax({url:ajaxurl,type:"post",data:{action:h("delete_file"),filed:t,post_id:i},success:function(a){var t=a.search("deleted");0==t?e("#"+n).remove():alert(wpbackitup_local.file_not_del)}})}})}(jQuery),function(e){var a={isEmail:function(e){var a=/^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/;return a.test(e)},tagItEmailErrorMsg:function(a,t,i,n){var o=!0;a.each(function(a){var t=e(this).text().slice(0,-1);o=2==n&&!i(t)||o&&i(t)}),o?t.hide():t.show()}};e("#wpbiu-notification-emails").tagit({afterTagAdded:function(t,i){e(".wpbiu-transient-msg").hide();var n=e("#wpbiu-invalid-email");a.tagItEmailErrorMsg(i.tag,n,a.isEmail,1)},afterTagRemoved:function(t,i){e(".wpbiu-transient-msg").hide();var n=e("#wpbiu-invalid-email");a.tagItEmailErrorMsg(i.tag,n,a.isEmail,2)}})}(jQuery);
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(this).append('<i class="fa fa-check"></i>'),e(this).css({color:"green"}),e("#download_backup").submit(),!1})}function i(a,i){var o=({action:h("backup_zip_filelist"),job_id:a},i.replace(/[^A-Za-z0-9\-]/g,"")),s=0,c="",l='<div id="'+o+'"> <h2>WP BackItUp Backup Set: &nbsp;<em>'+i+'</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(i){i.data?(e.each(i.data,function(){var a=e(this)[0].name.split(/[\/]+/).pop(),t=e(this)[0].size,i=e(this)[0].file_exists;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+'">',l+=i?'<td><a class="downloadbackuplink" href="'+a+'">'+a+"</a></td>":"<td>"+a+"</td>",l+="<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()})):n(i,null,null)}).fail(function(e,a,t){n(e,a,t)})}function n(e,a,t){var i="Error-Invalid response from server: ";a&&(i+=a+"\n"),t&&(i+=t+"\n"),i+="\nResponse: \n\n"+JSON.stringify(e),alert(i)}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,i){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 n=e(".backup-warning"),o=a.backupWarnings;o.forEach(function(e){var a=e.warningMessage;n.append('<li class="isa_warning">'+wpbackitup_local.warning+": "+a+"</li>")}),n.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,r=e(".backup-error");r.html(c),r.addClass("isa_error"),r.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:"+i),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(i),e(".backup-status").hide();var r=e(".backup-error");r.html(c),r.addClass("isa_error"),r.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 r(){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 u(){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 d(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 i="error-item-"+t.file.id;e("#"+i).length||e("#filelist").append('<div class="error-div error" id="'+i+'" ><strong>'+t.file.name+" has failed to upload due to error:&nbsp;</strong> <span>"+t.message+"</span> </div>")}),t.bind("FileUploaded",function(a,t,i){console.log("File Uploaded"),console.log(i),p(i,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(i){return console.log("Unexpected JSON Error"+i),b(a,t,998,e.response),!0}}function b(a,t,i,n){t.status=plupload.FAILED,a.trigger("Error",{code:i,message:n,file:t}),e("#media-item-"+t.id).hide()}function f(i){console.log(i);var n;n='class="success-grid"',e("#datatable tr").first().hasClass("alternate")||(n='class="alternate success-grid"');var o=e("#datatable tr:last")[0].id.replace("row","");if(o++,"undefined"!=typeof i){var s='<td data-th="Type" class="word-capitalize">'+i.backupRuntype+'</td>\n<td data-th="Date">'+i.backupDate+"</td>\n";s+='<td data-th="Duration">'+i.backupDuration+"</td>\n",i.backupMessage&&(s+='<td data-th="Status">'+i.backupMessage+"</td>\n");var c=i.backupName,l=c.replace(/[^A-Za-z0-9\-]/g,""),r=c.lastIndexOf("_"),u=c.substring(r+1),d="<tr "+n+' id="row'+o+'">\n <td data-th="Backup"><a href="#TB_inline?width=600&height=550&inlineId='+l+'" class="thickbox" title="Download Backup" name="'+i.backupName+'" data-jobid="'+u+'"><i class="fa fa-download"></i> '+i.backupName+"</a></td>\n";d+=s,d+="<td>&nbsp;</td>",d+="</tr>",e("#nofiles")&&e("#nofiles").remove();e("#datatable tr").length;e("#datatable").prepend(d),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&&d(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_remove_supporting_zip_files").change(function(){cb=e(this),cb.val(cb.prop("checked")===!0?1:0)}),e("#wpbackitup_remove_supporting_zip_files").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('#wpbackitup-settings input[type="submit"]').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(){if(!e(this).parents(".wpbiu-restore-item").length){var a=e(this).data("jobid");console.log(a);var t=this.name;i(a,t)}}),e(document.body).on("click",".thickbox",function(){var a=e(this).data("jobid"),t=e(this).attr("name");if(e(this).parents(".wpbiu-restore-item").length){var i="<h2>WP BackItUp Backup Set: &nbsp;<em>"+t+'</em></h2> <div class="wpbiu-notes"> <textarea class="backupnotes" id="wpbiu-restore-note-box" placeholder="add notes here"></textarea> <button id="wpbiu-restore-note-btn" class="button-primary">Save</button> <span id="wpbiu-restore-note-response">Note Saved!</span> </div>';e("#wpbiu-restore-note").html(i),e("#wpbiu-restore-note-response").hide(),e.ajax({url:ajaxurl,type:"post",data:{action:h("backup_get_note"),job_id:a},success:function(a){e("#wpbiu-restore-note-box").val(a.data)}}),e("#wpbiu-restore-note-btn").click(function(){var t=e("#wpbiu-restore-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-restore-note-response").fadeIn()})})}e("#wpbiu-restore-note-box").focus(function(){e("#wpbiu-restore-note-response").hide()})});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,i){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."),r()}}),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 i=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."),u()}});i.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,i=e(this).data("id"),n=this.id.replace("deleteRow","row");e.ajax({url:ajaxurl,type:"post",data:{action:h("delete_file"),filed:t,post_id:i},success:function(a){var t=a.search("deleted");0==t?e("#"+n).remove():alert(wpbackitup_local.file_not_del)}})}})}(jQuery),function(e){var a={isEmail:function(e){var a=/^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/;return a.test(e)},tagItEmailErrorMsg:function(a,t,i,n){var o=!0;a.each(function(a){var t=e(this).text().slice(0,-1);o=2==n&&!i(t)||o&&i(t)}),o?t.hide():t.show()}};e("#wpbiu-notification-emails").tagit({afterTagAdded:function(t,i){e(".wpbiu-transient-msg").hide();var n=e("#wpbiu-invalid-email");a.tagItEmailErrorMsg(i.tag,n,a.isEmail,1)},afterTagRemoved:function(t,i){e(".wpbiu-transient-msg").hide();var n=e("#wpbiu-invalid-email");a.tagItEmailErrorMsg(i.tag,n,a.isEmail,2)}}),e(".logs_backup").click(function(){var a=e(this).attr("href");return e("#backup_file").val(a),e("#download_logs").val(),e("#download_backup").submit(),!1})}(jQuery);
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-11-04 18:35-0400\n"
8
- "PO-Revision-Date: 2016-11-04 18:35-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,183 +24,200 @@ msgstr ""
24
  msgid "Every %d Minutes"
25
  msgstr " প্রতি %d মিনিট"
26
 
27
- #: lib/includes/class-wpbackitup-admin.php:225 views/backup.php:277 views/backup.php:283
28
- #: views/backup.php:349 views/backup.php:386 views/restore.php:99 wp-backitup.php:156
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  msgid "Backup"
30
  msgstr "ব্যাকআপ"
31
 
32
- #: lib/includes/class-wpbackitup-admin.php:230 lib/includes/class-wpbackitup-admin.php:273
33
  #: views/about.php:191 views/restore.php:136 wp-backitup.php:170
34
  msgid "Restore"
35
  msgstr "পুনরুদ্ধার"
36
 
37
- #: lib/includes/class-wpbackitup-admin.php:235 views/support.php:62
38
  msgid "Support"
39
  msgstr "সাহায্য"
40
 
41
- #: lib/includes/class-wpbackitup-admin.php:238
42
  msgid "Settings"
43
  msgstr "সেটিংস"
44
 
45
- #: lib/includes/class-wpbackitup-admin.php:241
46
  msgid "About"
47
  msgstr "সম্বন্ধে"
48
 
49
- #: lib/includes/class-wpbackitup-admin.php:266
50
  msgid "The backup you have selected exceeds what your host allows you to upload."
51
  msgstr ""
52
  "অাপনি যে ব্যাকঅাপটি সিলেক্ট করেছেন সেটি অাপনার হোস্ট যতটুকু অাপলোড করার অনুমতি দেয় তা অতিক্রম "
53
  "করবে।"
54
 
55
- #: lib/includes/class-wpbackitup-admin.php:267 views/backup.php:440 views/backup.php:441
56
- #: views/backup.php:442 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 views/backup.php:450
58
- #: views/backup.php:452
59
  msgid "Warning"
60
  msgstr "সতর্কবার্তা"
61
 
62
- #: lib/includes/class-wpbackitup-admin.php:268 vendor/edd/EDD_SL_Plugin_Updater.php:363
63
- #: views/backup.php:253 views/backup.php:377
64
  msgid "Error"
65
  msgstr "ত্রুটি"
66
 
67
- #: lib/includes/class-wpbackitup-admin.php:269
68
  msgid "Response"
69
  msgstr "উত্তর"
70
 
71
- #: lib/includes/class-wpbackitup-admin.php:270 views/backup.php:353 views/backup.php:405
72
- #: views/backup.php:431 views/restore.php:230
73
  msgid "Status"
74
  msgstr "অবস্থা"
75
 
76
- #: lib/includes/class-wpbackitup-admin.php:271
77
- msgid "Download"
78
- msgstr "ডাউনলোড"
79
-
80
- #: lib/includes/class-wpbackitup-admin.php:272 views/backup.php:408 views/restore.php:129
81
- msgid "Delete"
82
- msgstr "মুছুন "
83
-
84
- #: lib/includes/class-wpbackitup-admin.php:274
85
  msgid "(JS997) Unexpected error"
86
  msgstr "(JS997) অপ্রত্যাশিত ত্রুটি"
87
 
88
- #: lib/includes/class-wpbackitup-admin.php:275
89
  msgid "(JS998) Unexpected error"
90
  msgstr "(JS998) অপ্রত্যাশিত ত্রুটি"
91
 
92
- #: lib/includes/class-wpbackitup-admin.php:276
93
  msgid "(JS999) An unexpected error has occurred"
94
  msgstr "(JS999) একটি অপ্রত্যাশিত ত্রুটি হয়েছে"
95
 
96
- #: lib/includes/class-wpbackitup-admin.php:277
97
  msgid "Scheduled has been saved."
98
  msgstr "সুচি সংরক্ষন করা হয়েছে।"
99
 
100
- #: lib/includes/class-wpbackitup-admin.php:278
101
  msgid "Scheduled was not saved."
102
  msgstr "সুচি সংরক্ষন সম্পন্ন হয়নি।"
103
 
104
- #: lib/includes/class-wpbackitup-admin.php:279
105
  msgid "Are you sure you want to restore your site?"
106
  msgstr "অাপনি কি নিশ্চিতভাবে চান সাইটটি পুনরুদ্ধার করতে? "
107
 
108
- #: lib/includes/class-wpbackitup-admin.php:280
109
  msgid "Are you sure ?"
110
  msgstr "অাপনি কি নিশ্চিত ? "
111
 
112
- #: lib/includes/class-wpbackitup-admin.php:281
113
  msgid "This file cannot be delete!"
114
  msgstr "এই ফাইলটি মুছা যাবে নাহ !"
115
 
116
- #: lib/includes/class-wpbackitup-admin.php:282
117
  msgid "View Log"
118
  msgstr "লগ দেখুন"
119
 
120
- #: lib/includes/class-wpbackitup-admin.php:283
121
  msgid "New Backup!"
122
  msgstr "নতুন ব্যাকঅাপ !"
123
 
124
- #: lib/includes/class-wpbackitup-admin.php:284
125
  msgid "Uploaded Backup"
126
  msgstr "অাপলোডকৃত ব্যাকঅাপ"
127
 
128
- #: lib/includes/class-wpbackitup-admin.php:685
129
  msgid "Backup Queued"
130
  msgstr "ব্যাকঅাপ অপেক্ষমান"
131
 
132
- #: lib/includes/class-wpbackitup-admin.php:694
133
  msgid "Backup could not be queued"
134
  msgstr "ব্যাকঅাপ অপেক্ষমান করা যায়নি। "
135
 
136
- #: lib/includes/class-wpbackitup-admin.php:706
137
  msgid "Job is already in queue."
138
  msgstr "কাজটি অাগে থেকেই অপেক্ষমান"
139
 
140
- #: lib/includes/class-wpbackitup-admin.php:744
141
  msgid "No backup file selected."
142
  msgstr "ব্যাকঅাপ ফাইল বাছাই করা হয়নি।"
143
 
144
- #: lib/includes/class-wpbackitup-admin.php:751
145
  msgid "No user id found."
146
  msgstr "ব্যবহারকারী খুজে পাওয়া যায়নি। "
147
 
148
- #: lib/includes/class-wpbackitup-admin.php:789
149
  msgid "Restore Queued"
150
  msgstr "পুনরুদ্ধার অপেক্ষমান"
151
 
152
- #: lib/includes/class-wpbackitup-admin.php:798
153
  msgid "Restore could not be queued"
154
  msgstr "পুনরুদ্ধার অপেক্ষমান করা যায় নি"
155
 
156
- #: lib/includes/class-wpbackitup-admin.php:804
157
  msgid "Restore already in queue"
158
  msgstr "পুনরুদ্ধার অাগে থেকেই অপেক্ষমান"
159
 
160
- #: lib/includes/class-wpbackitup-admin.php:836
161
  msgid "No job id posted"
162
  msgstr "কোন কাজের আইডি পোস্ট করা হয়নি "
163
 
164
- #: lib/includes/class-wpbackitup-admin.php:844 views/backup.php:471
165
  msgid "Backup Cancelled"
166
  msgstr "ব্যাকঅাপ বাতিল করা হয়েছে"
167
 
168
- #: lib/includes/class-wpbackitup-admin.php:846
169
  msgid "Backup job not found"
170
  msgstr "ব্যাকঅাপ কাজ পাওয়া যায়নি "
171
 
172
- #: lib/includes/class-wpbackitup-admin.php:1055
173
  msgid "No response log found."
174
  msgstr "রেসপনস লগ পাওয়া যায়নি।"
175
 
176
- #: lib/includes/class-wpbackitup-admin.php:1157
177
- #: lib/includes/class-wpbackitup-admin.php:1165
178
- #: lib/includes/class-wpbackitup-admin.php:1245
179
- #: lib/includes/class-wpbackitup-admin.php:1252
180
- #: lib/includes/class-wpbackitup-admin.php:1259
181
- #: lib/includes/class-wpbackitup-admin.php:1266
182
- #: lib/includes/class-wpbackitup-admin.php:1273
183
  msgid "Please enter a number"
184
  msgstr "একটি নাম্বার প্রবেশ করুন "
185
 
186
- #: lib/includes/class-wpbackitup-admin.php:1193
187
  msgid "Please enter valid email"
188
  msgstr "অনুগ্রহ করে একটি সঠিক ইমেইল অ্যাড্রেস প্রদান করুন।"
189
 
190
- #: lib/includes/class-wpbackitup-admin.php:1382
191
  msgid "Please enter a valid email"
192
  msgstr "একটি সঠিক ইমেইল প্রবেশ করুন "
193
 
194
- #: lib/includes/class-wpbackitup-admin.php:1389
195
  msgid "Please enter your support ticket id"
196
  msgstr "অাপনার সাপোর্ট টিকেট অাইডি প্রবেশ করুন"
197
 
198
- #: lib/includes/class-wpbackitup-admin.php:1394
199
  msgid "Please only enter numbers in this field"
200
  msgstr "এই ঘরে শুধুমাত্র নাম্বার প্রবেশ করুন"
201
 
202
- #: lib/includes/class-wpbackitup-admin.php:2267
203
- #: lib/includes/class-wpbackitup-admin.php:2287
204
  msgid ""
205
  "License could not be activated. Please try again in a few hours and contact support if "
206
  "this error continues."
@@ -208,15 +225,15 @@ msgstr ""
208
  "লাইসেন্স সক্রিয় করা যায়নি । কয়েক ঘন্টার মধ্যে আবার চেষ্টা করুন এবং এই ত্রুটি চলতে থাকলে সহায়তার "
209
  "জন্য যোগাযোগ করুন । "
210
 
211
- #: lib/includes/class-wpbackitup-admin.php:2336
212
  msgid "License is invalid."
213
  msgstr "লাইসেন্স সঠিক নয়।"
214
 
215
- #: lib/includes/class-wpbackitup-admin.php:2341
216
  msgid "License has expired."
217
  msgstr "লাইসেন্স বাতিল হয়ে গিয়েছে। "
218
 
219
- #: lib/includes/class-wpbackitup-admin.php:2344
220
  #, php-format
221
  msgid ""
222
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> now for "
@@ -227,15 +244,15 @@ msgstr ""
227
  "strong><a href=\"%s\" target=\"blank\"> নতুন </a> করুন এবং আমাদের বিশ্বমানের সহায়তা দলের "
228
  "সহায়তা নিন । "
229
 
230
- #: lib/includes/class-wpbackitup-admin.php:2358
231
  msgid "License Expired: Scheduled backups are no longer active."
232
  msgstr "লাইসেন্সের মেয়াদ শেষঃ নির্ধারিত ব্যাকআপ আর সক্রিয় নেই । "
233
 
234
- #: lib/includes/class-wpbackitup-admin.php:2366
235
  msgid "Activation limit has been reached."
236
  msgstr "সক্রিয়করন সীমা পুর্ন হয়ে গিয়েছে।"
237
 
238
- #: lib/includes/class-wpbackitup-admin.php:2372
239
  msgid "Your Activation limit has been reached"
240
  msgstr "আপনার অ্যাক্টিভেশন শেষ সীমায় পৌঁছেছে"
241
 
@@ -537,6 +554,365 @@ msgstr "(2135) অাপনার ডেটাবেজ ব্যাকাপ
537
  msgid "(999) Unexpected error"
538
  msgstr "(999) অপ্রত্যাশিত ত্রুটি"
539
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
540
  #: vendor/edd/EDD_SL_Plugin_Updater.php:199
541
  #, php-format
542
  msgid "There is a new version of %1$s available. %2$sView version %3$s details%4$s."
@@ -565,7 +941,7 @@ msgstr "যা যা নতুন"
565
  msgid "Premium Plugin"
566
  msgstr "প্রিমিয়াম প্লাগিন"
567
 
568
- #: views/about.php:117 views/support.php:92
569
  msgid "WPBackItUp"
570
  msgstr "WPBackitUp"
571
 
@@ -591,7 +967,7 @@ msgstr ""
591
  "WPBackItUp শুরু করার জন্য টিপসগুলো ব্যবহার করুন এবং অাপনি খুব কম সময়ের ভিতর <em>ব্যাকঅাপ</em> "
592
  "নেয়া শুরু করতে পারবেন। "
593
 
594
- #: views/about.php:139 views/backup.php:483
595
  msgid "Backups"
596
  msgstr "ব্যাকআপসমুহ"
597
 
@@ -614,7 +990,7 @@ msgstr ""
614
  "করতে হলে, <em> ব্যাকআপ </em> বাটনে ক্লিক করুন এবং WPBackItUp আপনার সমগ্র সাইট ব্যাকআপ করবে। "
615
  "এটাতে আপনার ডাটাবেস, প্লাগিন, থিম, এমনকি সব আপনার মিডিয়া ফাইল অন্তর্ভুক্ত হবে।"
616
 
617
- #: views/about.php:150 views/about.php:395
618
  msgid "Download Backups"
619
  msgstr "ডাউনলোড ব্যাকঅাপ"
620
 
@@ -828,10 +1204,40 @@ msgid "Below are just a few highlights for version %s. "
828
  msgstr "নিচে ভার্সন %s এর কিছু গুরুত্বপুর্ন্য বিষয় তুলে ধরা হয়েছে।"
829
 
830
  #: views/about.php:270
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
831
  msgid "Email Notifications"
832
  msgstr "ইমেইল নটিফিকেশন"
833
 
834
- #: views/about.php:276
835
  msgid ""
836
  "WPBackItUp now supports multiple email addresses for backup notifications. Using the "
837
  "WPBackItUp Settings page add multiple email addresses to the <em>Email Notifications</"
@@ -841,30 +1247,11 @@ msgstr ""
841
  "পৃষ্ঠা ব্যবহার করে একাধিক ই-মেইল ঠিকানায় <em> ইমেইল বিজ্ঞপ্তিগুলি </em> সেটিং যোগ করুন এবং যখন "
842
  "আপনার ব্যাক-আপ সম্পূর্ণ হবে তখন সব ইমেইল এর বিজ্ঞপ্তি পাবেন।"
843
 
844
- #: views/about.php:278
845
- msgid "About Page"
846
- msgstr "সম্পর্ক পৃষ্ঠা"
847
-
848
- #: views/about.php:279
849
- msgid ""
850
- "WPBackItUp now has a new <em>about</em> page and you are looking at it right now! The "
851
- "about page contains tips to help get you started with WPBackItUp as well as links to our "
852
- "knowledge base, faqs and instructions on how to contact support if you ever need help. "
853
- "It also includes a <em>what's new</em> section describing all the incredible new "
854
- "features and enhancements we make with every release."
855
- msgstr ""
856
- "WPBackItUp এর এখন একটি নতুন <em> সম্পর্কে </em> পৃষ্ঠা আছে এবং আপনি এ মুহূর্তে সেটা দেখছেন! "
857
- "পেজটি কি বহন করে সে সম্পর্কে টিপস আপনাকে WPBackItUp এর সাথে আমাদের \n"
858
- "জ্ঞানভিত্তিক, প্রায়শই জিজ্ঞাসিত প্রশ্নাবলী এবং নির্দেশাবলী এসব ক্ষেত্রে যখন আপনার সাহায্যের প্রয়োজন "
859
- "হয় তখন আপনি কিভাবে যোগাযোগ করার জন্য সমর্থন পাবেন সে ব্যাপারে সাহায্য করে। এটি আরো <em> নতুন "
860
- "কি আছে </em> অধ্যায় অন্তর্ভুক্ত করে যা আমাদের প্রতি রিলিজের সব অবিশ্বাস্য নতুন ও উন্নত বৈশিষ্ট্য "
861
- "বর্ণনা করে।"
862
-
863
- #: views/about.php:281 views/settings.php:146
864
  msgid "Maximum Zip File Size"
865
  msgstr "সর্বোচ্চ জিপ ফাইল সাইজ"
866
 
867
- #: views/about.php:282
868
  msgid ""
869
  "Over the years we have found that some hosting providers enforce strict limitations on "
870
  "the size of your backup archives. When this happens you might see backup errors, or "
@@ -880,15 +1267,15 @@ msgstr ""
880
  "ব্যাকআপ আর্কাইভ থেকে ফাইল যোগ করা বন্ধ করতে হবে এবং একটি নতুন ফাইল তৈরি করতে হবে। চিন্তা "
881
  "করবেন না WPBackItUp কোন ফাইল মিস করবে না, এটা শুধু একটা নতুন ব্যাকআপ আর্কাইভ এ তাদের যোগ করবে।"
882
 
883
- #: views/about.php:293
884
  msgid "Additional Updates"
885
  msgstr "অতিরিক্ত অাপডেটগুলি"
886
 
887
- #: views/about.php:296
888
  msgid "Backup Encryption (Premium Only)"
889
  msgstr "ব্যাকআপ এনক্রিপশন (শুধুমাত্র প্রিমিয়াম)"
890
 
891
- #: views/about.php:297
892
  msgid ""
893
  "That's right, we have added backup encryption to this release but have turned it off "
894
  "while we beta test with a few customers. Backup encryption will be included in our next "
@@ -898,11 +1285,11 @@ msgstr ""
898
  "টেস্ট করার পর এটা বন্ধ করতে হয়েছে। ব্যাকআপ এনক্রিপশন আমাদের পরবর্তী প্রধান রিলিজ (1.14) এ "
899
  "অন্তর্ভুক্ত করা হবে, যা অতি শীঘ্রই বের হবে।"
900
 
901
- #: views/about.php:300
902
  msgid "File Name Validation"
903
  msgstr "ফাইলের নাম বৈধকরন"
904
 
905
- #: views/about.php:301
906
  msgid ""
907
  "We have added an additional validation for files with invalid names. This check will "
908
  "exclude files from a backup with invalid file names. These files are often corrupt and "
@@ -912,11 +1299,11 @@ msgstr ""
912
  "একটি ব্যাকআপ থেকে ফাইল গুলো অগ্রাহ্য করবে। এই ফাইলগুলো প্রায়ই দুর্নীতিগ্রস্ত এবং পুনরুদ্ধার এর সময় "
913
  "ত্রুটি ঘটায়। "
914
 
915
- #: views/about.php:304
916
  msgid "SQL Files"
917
  msgstr "SQL ফাইলগুলি"
918
 
919
- #: views/about.php:305
920
  msgid ""
921
  "For those of you with extremely large databases, you will be happy to know that we now "
922
  "support database exports that contain more than 500 SQL files."
@@ -924,11 +1311,11 @@ msgstr ""
924
  "আপনাদের যাদের অত্যন্ত বড় ডাটাবেস আছে, আপনারা জেনে খুশি হবেন যে আমরা এখন 500 এসকিউএল ফাইল এর "
925
  "অধিক ডাটাবেসের এক্সপোর্ট সাপোর্ট করি।"
926
 
927
- #: views/about.php:309
928
  msgid "Cloud API Gateway "
929
  msgstr "ক্লাউড এপিঅাই গেটওয়ে"
930
 
931
- #: views/about.php:310
932
  msgid ""
933
  "Every once in a while we have connectivity issues with a few hosts when customers "
934
  "attempt to activate their license. To combat this issue we have added a cloud based API "
@@ -939,11 +1326,11 @@ msgstr ""
939
  "সংযোগ সমস্যা হয়। এই সমস্যাটি যাতে না হয় সেজন্য আমরা একটি ক্লাউড ভিত্তিক এপিআই গেটওয়ে যোগ "
940
  "করেছি যা প্রতিটি দেশে এবং যেকোনো প্ল্যাটফর্মে থেকে হোস্টিং প্রদানকারী অ্যাক্সেস করতে পারবে।"
941
 
942
- #: views/about.php:313
943
  msgid "Tables missing WordPress table prefix"
944
  msgstr "টেবিলগুলোতে ওয়ার্ডপ্রেস টেবিল প্রিফিক্স নেই"
945
 
946
- #: views/about.php:314
947
  msgid ""
948
  "We have added support for database tables that are missing the WordPress table prefix. "
949
  "Some plugins create custom tables that do not contain the WordPress table prefix. While "
@@ -955,95 +1342,95 @@ msgstr ""
955
  "করা হয়, কিন্তু মাঝে মাঝে এখনও ঘটে। WPBackItUp এখন ডাটাবেসের মধ্যে সব টেবিলকে অন্তর্ভুক্ত করবে, "
956
  "এমনকি যখন টেবিল প্রিফিক্স অনুপস্থিত থাকে।"
957
 
958
- #: views/about.php:320
959
  msgid "Want to see the entire changelog?"
960
  msgstr "সব চেইঞ্জলগ দেখতে চান? "
961
 
962
- #: views/about.php:321
963
  msgid "View the Full Changelog"
964
  msgstr "সম্পুর্ন চেইঞ্জলগ দেখুন"
965
 
966
- #: views/about.php:350
967
  msgid "Full Changelog"
968
  msgstr "সম্পুর্ন চেইঞ্জলগ"
969
 
970
- #: views/about.php:370
971
  msgid "Take a look at what you are missing!"
972
  msgstr "অাপনি কি কি পাচ্ছেন নাহ দেখুন !"
973
 
974
- #: views/about.php:378
975
  msgid "FEATURES"
976
  msgstr "ফিচারগুলি"
977
 
978
- #: views/about.php:379
979
  msgid "LITE"
980
  msgstr "LITE"
981
 
982
- #: views/about.php:380
983
  msgid "PREMIUM"
984
  msgstr "PREMIUM"
985
 
986
- #: views/about.php:385
987
  msgid "Complete Backup (Database, Themes, Plugins &amp; Media Files)"
988
  msgstr "সম্পুর্ন ব্যাকাপ (ডাটাবেজ, থিমগুলি, প্লাগিনগুলি এবং মিডিয়া ফাইলগুলি)"
989
 
990
- #: views/about.php:390
991
  msgid "Compressed Backups (Zip Format)"
992
  msgstr "কম্প্রেসড ব্যাকআপ (জিপ বিন্যাস)"
993
 
994
- #: views/about.php:400
995
  msgid "Directory Filters"
996
  msgstr "ডিরক্টরি ফিল্টারগুলি"
997
 
998
- #: views/about.php:405
999
  msgid "Database Table Filters"
1000
  msgstr "ডাটাবেজ টেবিল ফিল্টারগুলি"
1001
 
1002
- #: views/about.php:410
1003
  msgid "Single File Database Export"
1004
  msgstr "সিঙ্গেল ফাইল ডাটাবেজ এক্সপোর্ট"
1005
 
1006
- #: views/about.php:415
1007
  msgid "Single File Backup"
1008
  msgstr "সিঙ্গেল ফাইল ব্যাকআপ"
1009
 
1010
- #: views/about.php:420
1011
  msgid "Purge Old Backups"
1012
  msgstr "মুছে ফেলুন পুরাতন ব্যাকঅাপগুলি"
1013
 
1014
- #: views/about.php:425
1015
  msgid "Cleanup Work Files &amp; Logs"
1016
  msgstr "ওয়ার্কফাইলগুলি এবং লগগুলি পরিস্কার করুন"
1017
 
1018
- #: views/about.php:430
1019
  msgid "Backup Notifications via Email"
1020
  msgstr "ইমেইল এর মাধ্যমে ব্যাকঅাপ নটিফিকেশন"
1021
 
1022
- #: views/about.php:435
1023
  msgid "One Click Restore</strong>"
1024
  msgstr "এক ক্লিকেই পুনরুদ্ধার</strong>"
1025
 
1026
- #: views/about.php:440
1027
  msgid "Scheduled Backups"
1028
  msgstr "শিডিউলড ব্যাকঅাপ"
1029
 
1030
- #: views/about.php:445
1031
  msgid "Import Backups"
1032
  msgstr "ব্যাকআপসমুহ ইম্পোর্ট করুন"
1033
 
1034
- #: views/about.php:455
1035
  msgid "Premium Support"
1036
  msgstr "প্রিমিয়াম সাপোর্ট"
1037
 
1038
- #: views/about.php:460
1039
  msgid "Product Updates"
1040
  msgstr "প্রোডাক্ট অাপডেট"
1041
 
1042
- #: views/about.php:467
1043
  msgid "GET PREMIUM"
1044
  msgstr "প্রিমিয়াম ভার্সন নিন"
1045
 
1046
- #: views/about.php:490
1047
  msgid "No valid changelog was found."
1048
  msgstr "কোন সঠিক পরিবর্তনলগ পাওয়া যায়নি।"
1049
 
@@ -1055,24 +1442,24 @@ msgstr "কোন সঠিক পরিবর্তনলগ পাওয়া
1055
  msgid "%s Dashboard"
1056
  msgstr "%s ড্যাশবোর্ড"
1057
 
1058
- #: views/backup.php:242
1059
  msgid "Dismiss"
1060
  msgstr "ভন্ডুল"
1061
 
1062
- #: views/backup.php:254
1063
  #, php-format
1064
  msgid "Backup folder does not exist. Please contact %s for assistance."
1065
  msgstr "ব্যাকআপ ফোল্ডার পাওয়া যাচ্ছেনা । দয়াকরে সহায়তার জন্য %s এর সাথে যোগাযোগ করুন."
1066
 
1067
- #: views/backup.php:254 views/restore.php:75 views/restore.php:82
1068
  msgid "support"
1069
  msgstr "সাহায্য"
1070
 
1071
- #: views/backup.php:257 views/backup.php:263
1072
  msgid "Close"
1073
  msgstr "বন্ধ"
1074
 
1075
- #: views/backup.php:278
1076
  msgid ""
1077
  "Click the backup button to create a zipped backup file of this site's database, plugins, "
1078
  "themes and settings."
@@ -1080,7 +1467,7 @@ msgstr ""
1080
  "এই সাইট এর ডাটাবেস, প্লাগিন, থিম এবং সেটিংস এর একটি জিপ করা ব্যাকআপ ফাইল তৈরি করার জন্য "
1081
  "ব্যাকআপ বাটনে ক্লিক করুন."
1082
 
1083
- #: views/backup.php:279
1084
  msgid ""
1085
  "Once your backup file has been created it will appear in the available backups section "
1086
  "below. This file may remain on your hosting providers server but we recommend that you "
@@ -1090,7 +1477,7 @@ msgstr ""
1090
  "আপনার হোস্টিং প্রদানকারী সার্ভারে থেকে যেতে পারে কিন্তু আমরা আপনাকে প্রস্তাব দিই এটি ডাউনলোড "
1091
  "করুন এবং কোথাও নিরাপদে সংরক্ষণ করুন । "
1092
 
1093
- #: views/backup.php:280
1094
  msgid ""
1095
  "WPBackItUp premium customers can use these backup files to perform an automated restore "
1096
  "of their site."
@@ -1098,11 +1485,7 @@ msgstr ""
1098
  "WP BackItUp প্রিমিয়াম গ্রাহকেরা এই ব্যাকআপ ফাইল ব্যবহার করে তাদের সাইটের স্বয়ংক্রিয় পুনঃস্থাপন "
1099
  "সঞ্চালন করতে পারেন । "
1100
 
1101
- #: views/backup.php:284
1102
- msgid "Cancel"
1103
- msgstr "বাতিল"
1104
-
1105
- #: views/backup.php:291
1106
  #, php-format
1107
  msgid ""
1108
  "WPBackItUp lite customers may use these backup files to manually restore their site. "
@@ -1111,15 +1494,15 @@ msgstr ""
1111
  "WP BackItUp সাধারণ গ্রাহকেরা এই ব্যাকআপ ফাইল ব্যবহার করে তাদের সাইটের ম্যানুয়ালি পুনঃস্থাপন "
1112
  "সঞ্চালন করতে পারেন । দয়াকরে ম্যানুয়াল পুনঃস্থাপন নির্দেশিকার জন্য %s দেখুন । "
1113
 
1114
- #: views/backup.php:298
1115
  msgid "Backup Schedule"
1116
  msgstr "ব্যাকআপ সূচী"
1117
 
1118
- #: views/backup.php:300
1119
  msgid "Select the days of the week you would like your backup to run."
1120
  msgstr "সপ্তাহের কোন দিনগুলোতে আপনি ব্যাকআপ চালাতে চান তা নির্বাচন করুন । "
1121
 
1122
- #: views/backup.php:302
1123
  msgid ""
1124
  "Backup your site once per week or every day, it's up to you. If you have email "
1125
  "notifications turned on we'll even send you an email when it's done. Once your backup "
@@ -1133,43 +1516,43 @@ msgstr ""
1133
  "হোস্টিং প্রদানকারী সার্ভারে থেকে যেতে পারে কিন্তু আমরা আপনাকে প্রস্তাব দিই এটি ডাউনলোড করুন এবং "
1134
  "কোথাও নিরাপদে সংরক্ষণ করুন । "
1135
 
1136
- #: views/backup.php:304
1137
  msgid "Please make sure to schedule your backup for at least once per week."
1138
  msgstr "দয়াকরে প্রতি সপ্তাহে অন্তত একবার আপনার ব্যাকআপ করার সময় নির্ধারণ করতে নিশ্চিত করুন."
1139
 
1140
- #: views/backup.php:308
1141
  msgid "Monday"
1142
  msgstr "সোমবার"
1143
 
1144
- #: views/backup.php:309
1145
  msgid "Tuesday"
1146
  msgstr "মঙ্গলবার"
1147
 
1148
- #: views/backup.php:310
1149
  msgid "Wednesday"
1150
  msgstr "বুধবার"
1151
 
1152
- #: views/backup.php:311
1153
  msgid "Thursday"
1154
  msgstr "বৃহস্পতিবার"
1155
 
1156
- #: views/backup.php:312
1157
  msgid "Friday"
1158
  msgstr "শুক্রবার"
1159
 
1160
- #: views/backup.php:313
1161
  msgid "Saturday"
1162
  msgstr "শনিবার"
1163
 
1164
- #: views/backup.php:314
1165
  msgid "Sunday"
1166
  msgstr "রবিবার"
1167
 
1168
- #: views/backup.php:317
1169
  msgid "Save Schedule"
1170
  msgstr "সূচী সংরক্ষন করুন"
1171
 
1172
- #: views/backup.php:322
1173
  #, php-format
1174
  msgid ""
1175
  "Scheduled backups are only available to WPBackItUp premium customers. Please visit %s "
@@ -1178,35 +1561,35 @@ msgstr ""
1178
  "নির্ধারিত ব্যাকআপ শুধুমাত্র WP BackItUp প্রিমিয়াম গ্রাহকদের জন্য । 30 দিনের জন্য ঝুঁকিহীন ফ্রি WP "
1179
  "BackItUp পেতে %s এর ভিজিট করুন । "
1180
 
1181
- #: views/backup.php:330 views/restore.php:95
1182
  msgid "Available Backups"
1183
  msgstr "যে যে ব্যাকঅাপ আছে"
1184
 
1185
- #: views/backup.php:350 views/backup.php:399
1186
  msgid "Type"
1187
  msgstr "ধরণ"
1188
 
1189
- #: views/backup.php:351 views/backup.php:401 views/restore.php:100
1190
  msgid "Date"
1191
  msgstr "তারিখ"
1192
 
1193
- #: views/backup.php:352 views/backup.php:403
1194
  msgid "Duration"
1195
  msgstr "স্থিতিকাল"
1196
 
1197
- #: views/backup.php:371
1198
  msgid "Success"
1199
  msgstr "সাফল্য"
1200
 
1201
- #: views/backup.php:374
1202
  msgid "Active"
1203
  msgstr "সক্রিয়"
1204
 
1205
- #: views/backup.php:417 views/restore.php:149
1206
  msgid "No backup archives found."
1207
  msgstr "কোন ব্যাকআপ আর্কাইভ পাওয়া যায়নি । "
1208
 
1209
- #: views/backup.php:426
1210
  #, php-format
1211
  msgid ""
1212
  "The automated restore feature is only available to WPBackItUp premium customers. Please "
@@ -1215,94 +1598,94 @@ msgstr ""
1215
  "স্বয়ংক্রিয় ব্যাকআপ শুধুমাত্র WP BackItUp প্রিমিয়াম গ্রাহকদের জন্য । 30 দিনের জন্য ঝুঁকিহীন ফ্রি WP "
1216
  "BackItUp পেতে %s এর ভিজিট করুন । "
1217
 
1218
- #: views/backup.php:435 views/restore.php:234
1219
  msgid "Nothing to report"
1220
  msgstr "কোনও প্রতিবেদন নেই । "
1221
 
1222
- #: views/backup.php:440
1223
  msgid "Preparing for backup"
1224
  msgstr "ব্যাকঅাপের জন্যে তৈরি হচ্ছে"
1225
 
1226
- #: views/backup.php:440 views/backup.php:441 views/backup.php:442 views/backup.php:443
1227
- #: views/backup.php:444 views/backup.php:445 views/backup.php:446 views/backup.php:447
1228
- #: views/backup.php:448 views/backup.php:450 views/backup.php:452 views/restore.php:244
1229
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247 views/restore.php:248
1230
  #: views/restore.php:250 views/restore.php:251 views/restore.php:253 views/restore.php:254
1231
  #: views/restore.php:256 views/restore.php:257
1232
  msgid "Done"
1233
  msgstr "সম্পন্ন"
1234
 
1235
- #: views/backup.php:440 views/backup.php:441 views/backup.php:442 views/backup.php:443
1236
- #: views/backup.php:444 views/backup.php:445 views/backup.php:446 views/backup.php:447
1237
- #: views/backup.php:448 views/backup.php:450 views/backup.php:452 views/restore.php:244
1238
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247 views/restore.php:248
1239
  #: views/restore.php:250 views/restore.php:251 views/restore.php:253 views/restore.php:254
1240
  #: views/restore.php:256 views/restore.php:257
1241
  msgid "Failed"
1242
  msgstr "ব্যর্থ "
1243
 
1244
- #: views/backup.php:441
1245
  msgid "Creating inventory of files to backup"
1246
  msgstr "ব্যাকআপ ফাইলের তালিকা তৈরি হচ্ছে "
1247
 
1248
- #: views/backup.php:442
1249
  msgid "Exporting database"
1250
  msgstr "ডাটাবেজ এক্সপোর্ট করা হচ্ছে"
1251
 
1252
- #: views/backup.php:443
1253
  msgid "Backing up database"
1254
  msgstr "ডাটাবেজ ব্যাকঅাপ হচ্ছে"
1255
 
1256
- #: views/backup.php:444
1257
  msgid "Backing up themes"
1258
  msgstr "থিম ব্যাকঅাপ হচ্ছে"
1259
 
1260
- #: views/backup.php:445
1261
  msgid "Backing up plugins"
1262
  msgstr "প্লাগিন ব্যাকঅাপ হচ্ছে"
1263
 
1264
- #: views/backup.php:446
1265
  msgid "Backing up uploads"
1266
  msgstr "অাপলোড ব্যাকঅাপ হচ্ছে"
1267
 
1268
- #: views/backup.php:447
1269
  msgid "Backing up everything else"
1270
  msgstr "বাকিসব ব্যাকঅাপ হচ্ছে"
1271
 
1272
- #: views/backup.php:448
1273
  msgid "Validating backup"
1274
  msgstr "ব্যাকঅাপ যাচাই করা হচ্ছে"
1275
 
1276
- #: views/backup.php:450
1277
  msgid "Encrypting sensitive files"
1278
  msgstr "সংবেদনশীল ফাইলগুলো এনক্রিপ্ট করা"
1279
 
1280
- #: views/backup.php:452
1281
  msgid "Finalizing backup"
1282
  msgstr "ব্যাকঅাপ নেয়া শেষ হচ্ছে"
1283
 
1284
- #: views/backup.php:462
1285
  msgid "Backup completed successfully"
1286
  msgstr "সফলভাবে ব্যাকআপ সম্পন্ন হয়েছে"
1287
 
1288
- #: views/backup.php:483
1289
  msgid "Version "
1290
  msgstr "ভার্সন"
1291
 
1292
- #: views/backup.php:485
1293
  msgid "Welcome to WPBackItUp!"
1294
  msgstr "WP BackItUp! এ স্বাগতম!"
1295
 
1296
- #: views/backup.php:485
1297
  msgid "The simplest way to backup your WordPress site."
1298
  msgstr "আপনার WordPress সাইটের ব্যাকআপের সবচেয়ে সহজ উপায় । "
1299
 
1300
- #: views/backup.php:486
1301
  msgid ""
1302
  "Getting started is easy, just click the backup button on the left side of this page."
1303
  msgstr "শুরু করা খুব সহজ , শুধু এই পৃষ্ঠার বামদিকে ব্যাকআপ বাটনে ক্লিক করুন."
1304
 
1305
- #: views/backup.php:490
1306
  #, php-format
1307
  msgid ""
1308
  "Congratulations! You have performed <span style=\"font-weight:bold;font-size:medium;"
@@ -1311,36 +1694,36 @@ msgstr ""
1311
  "অভিনন্দন ! আপনি <span style=\"font-weight:bold;font-size:medium;color: green\">%s</span> "
1312
  "ব্যাকআপ সফলভাবে সম্পন্ন করেছেন । "
1313
 
1314
- #: views/backup.php:491
1315
  msgid "Tips"
1316
  msgstr "পরামর্শ"
1317
 
1318
- #: views/backup.php:492
1319
  msgid "Backup your site at least once per week"
1320
  msgstr "সপ্তাহে অন্তত একবার আপনার সাইেটর ব্যাকআপ নিন "
1321
 
1322
- #: views/backup.php:493
1323
  msgid "Download all your backups and store them somewhere safe"
1324
  msgstr "আপনার সব ব্যাকআপ ডাউনলোড করুন এবং তাদের কোথাও নিরাপদে সংরক্ষণ করুন "
1325
 
1326
- #: views/backup.php:494
1327
  msgid "Verify your backup files are good by taking a look at what's inside"
1328
  msgstr "ফাইেলর ভিতরে দেখে আপনার ব্যাকআপ যাচাই করুন "
1329
 
1330
- #: views/backup.php:499
1331
  #, php-format
1332
  msgid "Why not %s and schedule your backups!"
1333
  msgstr "কেন নয় %s এবং আপনার ব্যাকআপের সময় নির্ধারণ ! "
1334
 
1335
- #: views/backup.php:499
1336
  msgid "upgrade"
1337
  msgstr "আপগ্রেড "
1338
 
1339
- #: views/backup.php:508
1340
  msgid "Register WPBackItUp"
1341
  msgstr " WP BackItUp নিবন্ধন করুন "
1342
 
1343
- #: views/backup.php:511
1344
  msgid ""
1345
  "Enter your name and email address below to receive <b>special offers</b> and access to "
1346
  "our world class <b>support</b> team. <br />\n"
@@ -1350,81 +1733,69 @@ msgstr ""
1350
  "এবং ইমেইল দিন ।<br />\n"
1351
  "<br />এই সাইটে এটি সক্রিয় করার জন্য নিচের আপনার লাইসেন্স কী লিখুন । "
1352
 
1353
- #: views/backup.php:513
1354
  msgid "name"
1355
  msgstr "নাম"
1356
 
1357
- #: views/backup.php:514
1358
  msgid "email address"
1359
  msgstr "ইমেইল ঠিকানা"
1360
 
1361
- #: views/backup.php:515
1362
  msgid "license key"
1363
  msgstr "লাইসেন্স কী"
1364
 
1365
- #: views/backup.php:515 views/backup.php:565 views/backup.php:569
1366
  #, php-format
1367
  msgid "%s"
1368
  msgstr "%s"
1369
 
1370
- #: views/backup.php:516
1371
  msgid "Free plugin customers do not need to enter license key."
1372
  msgstr "ফ্রি প্লাগইন গ্রাহকদের লাইসেন্স কী প্রবেশ করতে হবে না."
1373
 
1374
- #: views/backup.php:517
1375
  msgid "Register"
1376
  msgstr "নিবন্ধন করুন"
1377
 
1378
- #: views/backup.php:526
1379
  msgid "License Info"
1380
  msgstr "লাইসেন্সের তথ্য"
1381
 
1382
- #: views/backup.php:548
1383
- msgid "Name"
1384
- msgstr "নাম"
1385
-
1386
- #: views/backup.php:549
1387
- msgid "Email"
1388
- msgstr "ইমেইল"
1389
-
1390
- #: views/backup.php:550
1391
  msgid "License Type"
1392
  msgstr "লাইসেন্সের তথ্য"
1393
 
1394
- #: views/backup.php:551
1395
  msgid "Expires"
1396
  msgstr "মেয়াদ শেষ হয়"
1397
 
1398
- #: views/backup.php:554
1399
  msgid "Enter license key to activate on this site."
1400
  msgstr "এই সাইটে সক্রিয় করতে লাইসেন্স কী দিন । "
1401
 
1402
- #: views/backup.php:561
1403
  msgid "License Active"
1404
  msgstr "লাইসেন্স সক্রিয় "
1405
 
1406
- #: views/backup.php:569
1407
  msgid "License expired"
1408
  msgstr "লাইসেন্স এর মেয়াদ শেষ "
1409
 
1410
- #: views/backup.php:573
1411
- msgid "Update"
1412
- msgstr "হালনাগাদ"
1413
-
1414
- #: views/backup.php:577
1415
  msgid "Activate"
1416
  msgstr "সক্রিয় করুন"
1417
 
1418
- #: views/backup.php:581
1419
  #, php-format
1420
  msgid "Purchase a %s license using the purchase link above."
1421
  msgstr "উপরের লিঙ্ক ব্যবহার করে একটি %s লাইসেন্স কিনুন । "
1422
 
1423
- #: views/backup.php:581
1424
  msgid "no-risk"
1425
  msgstr "ঝুঁকিহীন"
1426
 
1427
- #: views/backup.php:587
1428
  #, php-format
1429
  msgid ""
1430
  "Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of <strong>product "
@@ -1433,35 +1804,35 @@ msgstr ""
1433
  "দয়াকরে আরও এক বছরের জন্য<strong> পণ্য আপডেট </strong> <a href=\"%s\" target=\"blank\"> নতুন "
1434
  "</a> করুন এবং আমাদের বিশ্বমানের সহায়তা দলের সহায়তা নিন । "
1435
 
1436
- #: views/backup.php:598
1437
  msgid "Useful Links"
1438
  msgstr "প্রয়োজনীয় লিঙ্কগুলো "
1439
 
1440
- #: views/backup.php:600
1441
  msgid "Getting Started Video"
1442
  msgstr "প্রারম্ভিক প্রস্তুতি ভিডিও"
1443
 
1444
- #: views/backup.php:603
1445
  msgid "Your account"
1446
  msgstr "অাপনার একাউন্ট"
1447
 
1448
- #: views/backup.php:606
1449
  msgid "Website Migration Service"
1450
  msgstr "ওয়েবসাইট মাইগ্রেশন সেবা"
1451
 
1452
- #: views/backup.php:608
1453
  msgid "Documentation"
1454
  msgstr "ডকুমেন্টেশন"
1455
 
1456
- #: views/backup.php:614
1457
  msgid "Feature request"
1458
  msgstr "বৈশিষ্ট্য অনুরোধ"
1459
 
1460
- #: views/backup.php:616
1461
  msgid "Language Translations"
1462
  msgstr "ভাষা অনুবাদ"
1463
 
1464
- #: views/backup.php:618
1465
  msgid "Contact"
1466
  msgstr "যোগাযোগ"
1467
 
@@ -2212,19 +2583,23 @@ msgstr ""
2212
  "WP BackItUp প্লাগিন মুছে ফেলার সময় আপনি যদি সম্পূর্ণরূপে তার সব তথ্য মুছে ফেলতে চান তাহলে এই "
2213
  "বাক্সে টিক দিন । "
2214
 
2215
- #: views/support.php:65 views/support.php:221
2216
  msgid "Send Logs"
2217
  msgstr "লগ পাঠান"
2218
 
2219
- #: views/support.php:71
 
 
 
 
2220
  msgid "Advanced"
2221
  msgstr "উন্নততর"
2222
 
2223
- #: views/support.php:93
2224
  msgid "Support Center"
2225
  msgstr "সাহায্যকেন্দ্র"
2226
 
2227
- #: views/support.php:95
2228
  msgid ""
2229
  "Welcome to the WPBackItUp support center. If you have any questions or run into any "
2230
  "trouble with WPBackItUp then you've come to the right place."
@@ -2232,7 +2607,7 @@ msgstr ""
2232
  "WPBackItUp সাপোর্ট কেন্দ্রে স্বাগতম। যদি আপনার কোন প্রশ্ন থাকে অথবা আপনি WPBackItUp সম্পর্কিত "
2233
  "কোনো সমস্যা পড়ে থাকেন তাহলে আপনি সঠিক জায়গায় এসেছেন।"
2234
 
2235
- #: views/support.php:112
2236
  msgid ""
2237
  "To streamline support requests and better serve you, we utilize a support ticket system. "
2238
  "Every support request is assigned a unique ticket number which you can use to track "
@@ -2246,11 +2621,11 @@ msgstr ""
2246
  "সম্পূর্ণ সংরক্ষণাগার এবং আপনার সব সহায়তা অনুরোধের বিবরণ প্রদান করব। সকল কিছু আদান-প্রদানের মাধ্যম "
2247
  "হল ইমেল তাই টিকেট জমা দেওয়ার জন্য যাতে একটি বৈধ ই-মেইল ঠিকানা থাকে। "
2248
 
2249
- #: views/support.php:120
2250
  msgid "Search &rarr; Knowledge base"
2251
  msgstr "জ্ঞানভিত্তিক খোঁজ"
2252
 
2253
- #: views/support.php:121
2254
  msgid ""
2255
  "Want to search our entire documentation library, all our how to articles and even our "
2256
  "faq's in one shot? Just type your question into the knowledge base search bar and we'll "
@@ -2259,11 +2634,11 @@ msgstr ""
2259
  "আমাদের সব ডকুমেন্টেশন লাইব্রেরি, নিবন্ধ এবং অনবরত জিজ্ঞাসিত প্রশ্ন সম্পর্কে জানতে চান? শুধু "
2260
  "জ্ঞানভিত্তিক অনুসন্ধান বারে আপনার প্রশ্ন টাইপ করুন এবং আমরা আপনাকে ওই বিষয়ে যা আছে সবকিছু দেখাব।"
2261
 
2262
- #: views/support.php:123
2263
  msgid "New &rarr; Ticket"
2264
  msgstr "নতুন টিকিট"
2265
 
2266
- #: views/support.php:124
2267
  msgid ""
2268
  "Need to open a new support ticket? Just click the link above. Please provide as much "
2269
  "detail as possible so we can best assist you."
@@ -2271,11 +2646,11 @@ msgstr ""
2271
  "একটি নতুন সাপোর্ট টিকেট খোলা দরকার? শুধু উপরের লিঙ্কটি ক্লিক করুন। অনুগ্রহ করে যতটা সম্ভব বিস্তারিত "
2272
  "তথ্য প্রদান করুন যাতে আমরা আপনাকে যথাসাধ্য সাহায্য করতে পারি। "
2273
 
2274
- #: views/support.php:126
2275
  msgid "Check &rarr; Status"
2276
  msgstr "স্ট্যাটাস চেক করুন"
2277
 
2278
- #: views/support.php:127
2279
  msgid ""
2280
  "To check ticket status or update a previously submitted ticket you will first need to "
2281
  "login. Our support portal provides a history of your current and past support requests "
@@ -2285,11 +2660,11 @@ msgstr ""
2285
  "হবে।আমাদের সাপোর্ট পোর্টাল আপনার বর্তমান এবং অতীত সমর্থন অনুরোধের সম্পূর্ণ প্রতিক্রিয়ার ঘটনা-বিবরণ "
2286
  "প্রদান করবে।"
2287
 
2288
- #: views/support.php:129
2289
  msgid "Send &rarr; Logs"
2290
  msgstr "লগ পাঠান"
2291
 
2292
- #: views/support.php:130
2293
  msgid ""
2294
  "Sometimes it may be necessary for you to send your log files to support. If that ever "
2295
  "happens, just click the link above and we will show you what to do."
@@ -2297,20 +2672,20 @@ msgstr ""
2297
  "কখনও কখনও সাপোর্টে আপনার লগ ফাইল পাঠানোর প্রয়োজন হতে পারে। যদি কখনো এমন হয়, তাহলে শুধু উপরের "
2298
  "লিঙ্কটি ক্লিক করুন এবং আমরা আপনাকে দেখাবো কি করতে হবে।"
2299
 
2300
- #: views/support.php:169
2301
  msgid ""
2302
  "If you have been asked by support to send your log files then you are in the right spot."
2303
  msgstr "যদি সাপোর্ট আপনাকে আপনার লগ ফাইল পাঠাতে বলে, তাহলে আপনি সঠিক জায়গায় আছেন।"
2304
 
2305
- #: views/support.php:181
2306
  msgid "Send Logs to Support"
2307
  msgstr "সাপোর্টে লগ পাঠান"
2308
 
2309
- #: views/support.php:182
2310
  msgid "This form should only be used when working with support."
2311
  msgstr "সাপোর্টের সঙ্গে কাজ করার সময় শুধুমাত্র এই ফর্মটি ব্যবহার করা উচিত । "
2312
 
2313
- #: views/support.php:183
2314
  #, php-format
2315
  msgid ""
2316
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" target=\"_blank"
@@ -2319,42 +2694,46 @@ msgstr ""
2319
  "এই ফরমটি ব্যবহারের পূর্বে দয়াকরে WP BackItUp <a href=\"%s\" target=\"_blank\">সমর্থন "
2320
  "পোর্টালে</a> একটি সমর্থন টিকেট খোলা নিশ্চিত করুন । "
2321
 
2322
- #: views/support.php:184
2323
  msgid ""
2324
  "The ticket id you receive from your support request should be entered in the ticket id "
2325
  "field below."
2326
  msgstr ""
2327
  "আপনার সমর্থন অনুরোধ থেকে প্রাপ্ত টিকেট আইডি নীচের টিকেট আইডি ক্ষেত্রের মধ্যে প্রবেশ করানো উচিত "
2328
 
2329
- #: views/support.php:185
2330
  msgid "your email address"
2331
  msgstr "অাপনার ইমেইল ঠিকানা"
2332
 
2333
- #: views/support.php:196
2334
  msgid "support ticket id"
2335
  msgstr "সাপোর্ট টিকেট অাইডি"
2336
 
2337
- #: views/support.php:207
2338
  msgid "problem description or additional information"
2339
  msgstr "সমস্যা বর্ণনা বা অতিরিক্ত তথ্য"
2340
 
2341
- #: views/support.php:224
2342
  msgid "Please register your version of WPBackItUp for access to support."
2343
  msgstr "সমর্থন অ্যাক্সেস জন্য আপনার WP BackItUp সংস্করণ নিবন্ধন করুন."
2344
 
2345
- #: views/support.php:228
2346
  msgid "Premium customers receive priority support."
2347
  msgstr "প্রিমিয়াম গ্রাহকদের অগ্রাধিকার সহায়তা দেওয়া হয় "
2348
 
2349
- #: views/support.php:236
2350
  msgid "Support email could not be sent!"
2351
  msgstr "সাহায্যের জন্য ইমেইল পাঠানো সম্ভব হয়নি"
2352
 
2353
- #: views/support.php:243
2354
  msgid "Support email sent successfully!"
2355
  msgstr "সফলভাবে সাহায্যের জন্য ইমেইল পাঠানো হয়েছে"
2356
 
2357
- #: views/support.php:267
 
 
 
 
2358
  msgid "Content goes here"
2359
  msgstr "কন্টেন্ট এখানে"
2360
 
@@ -2389,3 +2768,20 @@ msgstr "লোকাল ফাইল"
2389
  #: wp-backitup.php:184
2390
  msgid "Cleanup"
2391
  msgstr "পরিষ্করণ"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: WPBackItUp\n"
7
+ "POT-Creation-Date: 2016-12-22 11:39-0500\n"
8
+ "PO-Revision-Date: 2016-12-22 11:39-0500\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 " প্রতি %d মিনিট"
26
 
27
+ #: lib/includes/class-download-log.php:94 lib/includes/class-wpbackitup-admin.php:264
28
+ #: vendor/WordPress/class-wp-list-table.php:1918 views/backup.php:414 views/restore.php:129
29
+ msgid "Delete"
30
+ msgstr "মুছুন "
31
+
32
+ #: lib/includes/class-download-log.php:94
33
+ msgid "Are you sure?"
34
+ msgstr ""
35
+
36
+ #: lib/includes/class-download-log.php:95 lib/includes/class-wpbackitup-admin.php:263
37
+ msgid "Download"
38
+ msgstr "ডাউনলোড"
39
+
40
+ #: lib/includes/class-download-log.php:130
41
+ msgid "Time"
42
+ msgstr ""
43
+
44
+ #: lib/includes/class-download-log.php:131
45
+ msgid "Log File"
46
+ msgstr ""
47
+
48
+ #: lib/includes/class-download-log.php:132
49
+ msgid "Size"
50
+ msgstr ""
51
+
52
+ #: lib/includes/class-wpbackitup-admin.php:217 views/backup.php:283 views/backup.php:289
53
+ #: views/backup.php:355 views/backup.php:392 views/restore.php:99 wp-backitup.php:156
54
  msgid "Backup"
55
  msgstr "ব্যাকআপ"
56
 
57
+ #: lib/includes/class-wpbackitup-admin.php:222 lib/includes/class-wpbackitup-admin.php:265
58
  #: views/about.php:191 views/restore.php:136 wp-backitup.php:170
59
  msgid "Restore"
60
  msgstr "পুনরুদ্ধার"
61
 
62
+ #: lib/includes/class-wpbackitup-admin.php:227 views/support.php:66
63
  msgid "Support"
64
  msgstr "সাহায্য"
65
 
66
+ #: lib/includes/class-wpbackitup-admin.php:230
67
  msgid "Settings"
68
  msgstr "সেটিংস"
69
 
70
+ #: lib/includes/class-wpbackitup-admin.php:233
71
  msgid "About"
72
  msgstr "সম্বন্ধে"
73
 
74
+ #: lib/includes/class-wpbackitup-admin.php:258
75
  msgid "The backup you have selected exceeds what your host allows you to upload."
76
  msgstr ""
77
  "অাপনি যে ব্যাকঅাপটি সিলেক্ট করেছেন সেটি অাপনার হোস্ট যতটুকু অাপলোড করার অনুমতি দেয় তা অতিক্রম "
78
  "করবে।"
79
 
80
+ #: lib/includes/class-wpbackitup-admin.php:259 views/backup.php:446 views/backup.php:447
81
+ #: views/backup.php:448 views/backup.php:449 views/backup.php:450 views/backup.php:451
82
+ #: views/backup.php:452 views/backup.php:453 views/backup.php:454 views/backup.php:456
83
+ #: views/backup.php:458
84
  msgid "Warning"
85
  msgstr "সতর্কবার্তা"
86
 
87
+ #: lib/includes/class-wpbackitup-admin.php:260 vendor/edd/EDD_SL_Plugin_Updater.php:363
88
+ #: views/backup.php:259 views/backup.php:383
89
  msgid "Error"
90
  msgstr "ত্রুটি"
91
 
92
+ #: lib/includes/class-wpbackitup-admin.php:261
93
  msgid "Response"
94
  msgstr "উত্তর"
95
 
96
+ #: lib/includes/class-wpbackitup-admin.php:262 views/backup.php:359 views/backup.php:411
97
+ #: views/backup.php:437 views/restore.php:230
98
  msgid "Status"
99
  msgstr "অবস্থা"
100
 
101
+ #: lib/includes/class-wpbackitup-admin.php:266
 
 
 
 
 
 
 
 
102
  msgid "(JS997) Unexpected error"
103
  msgstr "(JS997) অপ্রত্যাশিত ত্রুটি"
104
 
105
+ #: lib/includes/class-wpbackitup-admin.php:267
106
  msgid "(JS998) Unexpected error"
107
  msgstr "(JS998) অপ্রত্যাশিত ত্রুটি"
108
 
109
+ #: lib/includes/class-wpbackitup-admin.php:268
110
  msgid "(JS999) An unexpected error has occurred"
111
  msgstr "(JS999) একটি অপ্রত্যাশিত ত্রুটি হয়েছে"
112
 
113
+ #: lib/includes/class-wpbackitup-admin.php:269
114
  msgid "Scheduled has been saved."
115
  msgstr "সুচি সংরক্ষন করা হয়েছে।"
116
 
117
+ #: lib/includes/class-wpbackitup-admin.php:270
118
  msgid "Scheduled was not saved."
119
  msgstr "সুচি সংরক্ষন সম্পন্ন হয়নি।"
120
 
121
+ #: lib/includes/class-wpbackitup-admin.php:271
122
  msgid "Are you sure you want to restore your site?"
123
  msgstr "অাপনি কি নিশ্চিতভাবে চান সাইটটি পুনরুদ্ধার করতে? "
124
 
125
+ #: lib/includes/class-wpbackitup-admin.php:272
126
  msgid "Are you sure ?"
127
  msgstr "অাপনি কি নিশ্চিত ? "
128
 
129
+ #: lib/includes/class-wpbackitup-admin.php:273
130
  msgid "This file cannot be delete!"
131
  msgstr "এই ফাইলটি মুছা যাবে নাহ !"
132
 
133
+ #: lib/includes/class-wpbackitup-admin.php:274
134
  msgid "View Log"
135
  msgstr "লগ দেখুন"
136
 
137
+ #: lib/includes/class-wpbackitup-admin.php:275
138
  msgid "New Backup!"
139
  msgstr "নতুন ব্যাকঅাপ !"
140
 
141
+ #: lib/includes/class-wpbackitup-admin.php:276
142
  msgid "Uploaded Backup"
143
  msgstr "অাপলোডকৃত ব্যাকঅাপ"
144
 
145
+ #: lib/includes/class-wpbackitup-admin.php:680
146
  msgid "Backup Queued"
147
  msgstr "ব্যাকঅাপ অপেক্ষমান"
148
 
149
+ #: lib/includes/class-wpbackitup-admin.php:689
150
  msgid "Backup could not be queued"
151
  msgstr "ব্যাকঅাপ অপেক্ষমান করা যায়নি। "
152
 
153
+ #: lib/includes/class-wpbackitup-admin.php:701
154
  msgid "Job is already in queue."
155
  msgstr "কাজটি অাগে থেকেই অপেক্ষমান"
156
 
157
+ #: lib/includes/class-wpbackitup-admin.php:739
158
  msgid "No backup file selected."
159
  msgstr "ব্যাকঅাপ ফাইল বাছাই করা হয়নি।"
160
 
161
+ #: lib/includes/class-wpbackitup-admin.php:746
162
  msgid "No user id found."
163
  msgstr "ব্যবহারকারী খুজে পাওয়া যায়নি। "
164
 
165
+ #: lib/includes/class-wpbackitup-admin.php:784
166
  msgid "Restore Queued"
167
  msgstr "পুনরুদ্ধার অপেক্ষমান"
168
 
169
+ #: lib/includes/class-wpbackitup-admin.php:793
170
  msgid "Restore could not be queued"
171
  msgstr "পুনরুদ্ধার অপেক্ষমান করা যায় নি"
172
 
173
+ #: lib/includes/class-wpbackitup-admin.php:799
174
  msgid "Restore already in queue"
175
  msgstr "পুনরুদ্ধার অাগে থেকেই অপেক্ষমান"
176
 
177
+ #: lib/includes/class-wpbackitup-admin.php:831
178
  msgid "No job id posted"
179
  msgstr "কোন কাজের আইডি পোস্ট করা হয়নি "
180
 
181
+ #: lib/includes/class-wpbackitup-admin.php:839 views/backup.php:477
182
  msgid "Backup Cancelled"
183
  msgstr "ব্যাকঅাপ বাতিল করা হয়েছে"
184
 
185
+ #: lib/includes/class-wpbackitup-admin.php:841
186
  msgid "Backup job not found"
187
  msgstr "ব্যাকঅাপ কাজ পাওয়া যায়নি "
188
 
189
+ #: lib/includes/class-wpbackitup-admin.php:1050
190
  msgid "No response log found."
191
  msgstr "রেসপনস লগ পাওয়া যায়নি।"
192
 
193
+ #: lib/includes/class-wpbackitup-admin.php:1152
194
+ #: lib/includes/class-wpbackitup-admin.php:1160
195
+ #: lib/includes/class-wpbackitup-admin.php:1240
196
+ #: lib/includes/class-wpbackitup-admin.php:1247
197
+ #: lib/includes/class-wpbackitup-admin.php:1254
198
+ #: lib/includes/class-wpbackitup-admin.php:1261
199
+ #: lib/includes/class-wpbackitup-admin.php:1268
200
  msgid "Please enter a number"
201
  msgstr "একটি নাম্বার প্রবেশ করুন "
202
 
203
+ #: lib/includes/class-wpbackitup-admin.php:1188
204
  msgid "Please enter valid email"
205
  msgstr "অনুগ্রহ করে একটি সঠিক ইমেইল অ্যাড্রেস প্রদান করুন।"
206
 
207
+ #: lib/includes/class-wpbackitup-admin.php:1377
208
  msgid "Please enter a valid email"
209
  msgstr "একটি সঠিক ইমেইল প্রবেশ করুন "
210
 
211
+ #: lib/includes/class-wpbackitup-admin.php:1384
212
  msgid "Please enter your support ticket id"
213
  msgstr "অাপনার সাপোর্ট টিকেট অাইডি প্রবেশ করুন"
214
 
215
+ #: lib/includes/class-wpbackitup-admin.php:1389
216
  msgid "Please only enter numbers in this field"
217
  msgstr "এই ঘরে শুধুমাত্র নাম্বার প্রবেশ করুন"
218
 
219
+ #: lib/includes/class-wpbackitup-admin.php:2282
220
+ #: lib/includes/class-wpbackitup-admin.php:2302
221
  msgid ""
222
  "License could not be activated. Please try again in a few hours and contact support if "
223
  "this error continues."
225
  "লাইসেন্স সক্রিয় করা যায়নি । কয়েক ঘন্টার মধ্যে আবার চেষ্টা করুন এবং এই ত্রুটি চলতে থাকলে সহায়তার "
226
  "জন্য যোগাযোগ করুন । "
227
 
228
+ #: lib/includes/class-wpbackitup-admin.php:2351
229
  msgid "License is invalid."
230
  msgstr "লাইসেন্স সঠিক নয়।"
231
 
232
+ #: lib/includes/class-wpbackitup-admin.php:2356
233
  msgid "License has expired."
234
  msgstr "লাইসেন্স বাতিল হয়ে গিয়েছে। "
235
 
236
+ #: lib/includes/class-wpbackitup-admin.php:2359
237
  #, php-format
238
  msgid ""
239
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> now for "
244
  "strong><a href=\"%s\" target=\"blank\"> নতুন </a> করুন এবং আমাদের বিশ্বমানের সহায়তা দলের "
245
  "সহায়তা নিন । "
246
 
247
+ #: lib/includes/class-wpbackitup-admin.php:2373
248
  msgid "License Expired: Scheduled backups are no longer active."
249
  msgstr "লাইসেন্সের মেয়াদ শেষঃ নির্ধারিত ব্যাকআপ আর সক্রিয় নেই । "
250
 
251
+ #: lib/includes/class-wpbackitup-admin.php:2381
252
  msgid "Activation limit has been reached."
253
  msgstr "সক্রিয়করন সীমা পুর্ন হয়ে গিয়েছে।"
254
 
255
+ #: lib/includes/class-wpbackitup-admin.php:2387
256
  msgid "Your Activation limit has been reached"
257
  msgstr "আপনার অ্যাক্টিভেশন শেষ সীমায় পৌঁছেছে"
258
 
554
  msgid "(999) Unexpected error"
555
  msgstr "(999) অপ্রত্যাশিত ত্রুটি"
556
 
557
+ #: vendor/WordPress/class-wp-list-table.php:162
558
+ msgid "List View"
559
+ msgstr ""
560
+
561
+ #: vendor/WordPress/class-wp-list-table.php:163
562
+ msgid "Excerpt View"
563
+ msgstr ""
564
+
565
+ #: vendor/WordPress/class-wp-list-table.php:334
566
+ msgid "No items found."
567
+ msgstr ""
568
+
569
+ #: vendor/WordPress/class-wp-list-table.php:461
570
+ msgid "Select bulk action"
571
+ msgstr ""
572
+
573
+ #: vendor/WordPress/class-wp-list-table.php:463
574
+ msgid "Bulk Actions"
575
+ msgstr ""
576
+
577
+ #: vendor/WordPress/class-wp-list-table.php:473
578
+ msgid "Apply"
579
+ msgstr ""
580
+
581
+ #: vendor/WordPress/class-wp-list-table.php:523
582
+ #: vendor/WordPress/class-wp-list-table.php:1324
583
+ msgid "Show more details"
584
+ msgstr ""
585
+
586
+ #: vendor/WordPress/class-wp-list-table.php:586
587
+ msgid "Filter by date"
588
+ msgstr ""
589
+
590
+ #: vendor/WordPress/class-wp-list-table.php:588
591
+ msgid "All dates"
592
+ msgstr ""
593
+
594
+ #: vendor/WordPress/class-wp-list-table.php:601
595
+ #, php-format
596
+ msgid "%1$s %2$d"
597
+ msgstr ""
598
+
599
+ #: vendor/WordPress/class-wp-list-table.php:660
600
+ #: vendor/WordPress/class-wp-list-table.php:672
601
+ #: vendor/WordPress/class-wp-list-table.php:685
602
+ msgid "No comments"
603
+ msgstr ""
604
+
605
+ #: vendor/WordPress/class-wp-list-table.php:672
606
+ msgid "No approved comments"
607
+ msgstr ""
608
+
609
+ #: vendor/WordPress/class-wp-list-table.php:685
610
+ msgid "No pending comments"
611
+ msgstr ""
612
+
613
+ #: vendor/WordPress/class-wp-list-table.php:798
614
+ msgid "First page"
615
+ msgstr ""
616
+
617
+ #: vendor/WordPress/class-wp-list-table.php:808
618
+ msgid "Previous page"
619
+ msgstr ""
620
+
621
+ #: vendor/WordPress/class-wp-list-table.php:815
622
+ #: vendor/WordPress/class-wp-list-table.php:818
623
+ msgid "Current Page"
624
+ msgstr ""
625
+
626
+ #: vendor/WordPress/class-wp-list-table.php:831
627
+ msgid "Next page"
628
+ msgstr ""
629
+
630
+ #: vendor/WordPress/class-wp-list-table.php:841
631
+ msgid "Last page"
632
+ msgstr ""
633
+
634
+ #: vendor/WordPress/class-wp-list-table.php:1069
635
+ msgid "Select All"
636
+ msgstr ""
637
+
638
+ #: vendor/WordPress/class-wp-list-table.php:1753
639
+ msgid "Edit Comment"
640
+ msgstr ""
641
+
642
+ #: vendor/WordPress/class-wp-list-table.php:1754
643
+ msgid "Reply to Comment"
644
+ msgstr ""
645
+
646
+ #: vendor/WordPress/class-wp-list-table.php:1755
647
+ msgid "Add new Comment"
648
+ msgstr ""
649
+
650
+ #: vendor/WordPress/class-wp-list-table.php:1759
651
+ msgid "Comment"
652
+ msgstr ""
653
+
654
+ #: vendor/WordPress/class-wp-list-table.php:1768 views/backup.php:554
655
+ msgid "Name"
656
+ msgstr "নাম"
657
+
658
+ #: vendor/WordPress/class-wp-list-table.php:1773 views/backup.php:555
659
+ msgid "Email"
660
+ msgstr "ইমেইল"
661
+
662
+ #: vendor/WordPress/class-wp-list-table.php:1778
663
+ msgid "URL"
664
+ msgstr ""
665
+
666
+ #: vendor/WordPress/class-wp-list-table.php:1785
667
+ msgid "Add Comment"
668
+ msgstr ""
669
+
670
+ #: vendor/WordPress/class-wp-list-table.php:1786
671
+ msgid "Update Comment"
672
+ msgstr ""
673
+
674
+ #: vendor/WordPress/class-wp-list-table.php:1787
675
+ msgid "Submit Reply"
676
+ msgstr ""
677
+
678
+ #: vendor/WordPress/class-wp-list-table.php:1788
679
+ #: vendor/WordPress/class-wp-list-table.php:2008
680
+ #: vendor/WordPress/class-wp-list-table.php:2113 views/backup.php:290
681
+ msgid "Cancel"
682
+ msgstr "বাতিল"
683
+
684
+ #: vendor/WordPress/class-wp-list-table.php:1823
685
+ #, php-format
686
+ msgid "Comment by %s moved to the trash."
687
+ msgstr ""
688
+
689
+ #: vendor/WordPress/class-wp-list-table.php:1823
690
+ #: vendor/WordPress/class-wp-list-table.php:1826
691
+ msgid "Undo"
692
+ msgstr ""
693
+
694
+ #: vendor/WordPress/class-wp-list-table.php:1826
695
+ #, php-format
696
+ msgid "Comment by %s marked as spam."
697
+ msgstr ""
698
+
699
+ #: vendor/WordPress/class-wp-list-table.php:1846
700
+ #: vendor/WordPress/class-wp-list-table.php:1861
701
+ #: vendor/WordPress/class-wp-list-table.php:1925
702
+ #: vendor/WordPress/class-wp-list-table.php:1986
703
+ msgid "Value"
704
+ msgstr ""
705
+
706
+ #: vendor/WordPress/class-wp-list-table.php:1915
707
+ msgid "Key"
708
+ msgstr ""
709
+
710
+ #: vendor/WordPress/class-wp-list-table.php:1920 views/backup.php:579
711
+ msgid "Update"
712
+ msgstr "হালনাগাদ"
713
+
714
+ #: vendor/WordPress/class-wp-list-table.php:1981
715
+ msgid "Add New Custom Field:"
716
+ msgstr ""
717
+
718
+ #: vendor/WordPress/class-wp-list-table.php:1995
719
+ msgid "&mdash; Select &mdash;"
720
+ msgstr ""
721
+
722
+ #: vendor/WordPress/class-wp-list-table.php:2007
723
+ msgid "Enter new"
724
+ msgstr ""
725
+
726
+ #: vendor/WordPress/class-wp-list-table.php:2018
727
+ msgid "Add Custom Field"
728
+ msgstr ""
729
+
730
+ #: vendor/WordPress/class-wp-list-table.php:2071
731
+ msgid "Month"
732
+ msgstr ""
733
+
734
+ #: vendor/WordPress/class-wp-list-table.php:2077
735
+ #, php-format
736
+ msgid "%1$s-%2$s"
737
+ msgstr ""
738
+
739
+ #: vendor/WordPress/class-wp-list-table.php:2081
740
+ msgid "Day"
741
+ msgstr ""
742
+
743
+ #: vendor/WordPress/class-wp-list-table.php:2082
744
+ msgid "Year"
745
+ msgstr ""
746
+
747
+ #: vendor/WordPress/class-wp-list-table.php:2083
748
+ msgid "Hour"
749
+ msgstr ""
750
+
751
+ #: vendor/WordPress/class-wp-list-table.php:2084
752
+ msgid "Minute"
753
+ msgstr ""
754
+
755
+ #: vendor/WordPress/class-wp-list-table.php:2088
756
+ #, php-format
757
+ msgid "%1$s %2$s, %3$s @ %4$s:%5$s"
758
+ msgstr ""
759
+
760
+ #: vendor/WordPress/class-wp-list-table.php:2112
761
+ msgid "OK"
762
+ msgstr ""
763
+
764
+ #: vendor/WordPress/class-wp-list-table.php:2218
765
+ msgid "Before you can upload your import file, you will need to fix the following error:"
766
+ msgstr ""
767
+
768
+ #: vendor/WordPress/class-wp-list-table.php:2224
769
+ msgid "Choose a file from your computer:"
770
+ msgstr ""
771
+
772
+ #: vendor/WordPress/class-wp-list-table.php:2224
773
+ #, php-format
774
+ msgid "Maximum size: %s"
775
+ msgstr ""
776
+
777
+ #: vendor/WordPress/class-wp-list-table.php:2229
778
+ msgid "Upload file and import"
779
+ msgstr ""
780
+
781
+ #: vendor/WordPress/class-wp-list-table.php:2399
782
+ #, php-format
783
+ msgid "Toggle panel: %s"
784
+ msgstr ""
785
+
786
+ #: vendor/WordPress/class-wp-list-table.php:2521
787
+ msgid "Press return or enter to open this section"
788
+ msgstr ""
789
+
790
+ #: vendor/WordPress/class-wp-list-table.php:2567
791
+ #: vendor/WordPress/class-wp-list-table.php:2572
792
+ #, php-format
793
+ msgid "The \"%s\" options group has been removed. Use another settings group."
794
+ msgstr ""
795
+
796
+ #: vendor/WordPress/class-wp-list-table.php:2618
797
+ msgid "The miscellaneous options group has been removed. Use another settings group."
798
+ msgstr ""
799
+
800
+ #: vendor/WordPress/class-wp-list-table.php:2623
801
+ msgid "The privacy options group has been removed. Use another settings group."
802
+ msgstr ""
803
+
804
+ #: vendor/WordPress/class-wp-list-table.php:2857
805
+ msgid "Attach to existing content"
806
+ msgstr ""
807
+
808
+ #: vendor/WordPress/class-wp-list-table.php:2858
809
+ msgid "Close media attachment panel"
810
+ msgstr ""
811
+
812
+ #: vendor/WordPress/class-wp-list-table.php:2867
813
+ msgid "Search"
814
+ msgstr ""
815
+
816
+ #: vendor/WordPress/class-wp-list-table.php:2876
817
+ msgid "Select"
818
+ msgstr ""
819
+
820
+ #: vendor/WordPress/class-wp-list-table.php:2910
821
+ msgid "(no title)"
822
+ msgstr ""
823
+
824
+ #: vendor/WordPress/class-wp-list-table.php:2948
825
+ msgid "WordPress"
826
+ msgstr ""
827
+
828
+ #: vendor/WordPress/class-wp-list-table.php:3058
829
+ msgid "Password protected"
830
+ msgstr ""
831
+
832
+ #: vendor/WordPress/class-wp-list-table.php:3060
833
+ msgid "Private"
834
+ msgstr ""
835
+
836
+ #: vendor/WordPress/class-wp-list-table.php:3062
837
+ msgid "Draft"
838
+ msgstr ""
839
+
840
+ #: vendor/WordPress/class-wp-list-table.php:3066
841
+ msgid "Sticky"
842
+ msgstr ""
843
+
844
+ #: vendor/WordPress/class-wp-list-table.php:3069
845
+ msgid "Scheduled"
846
+ msgstr ""
847
+
848
+ #: vendor/WordPress/class-wp-list-table.php:3074
849
+ msgid "Front Page"
850
+ msgstr ""
851
+
852
+ #: vendor/WordPress/class-wp-list-table.php:3078
853
+ msgid "Posts Page"
854
+ msgstr ""
855
+
856
+ #: vendor/WordPress/class-wp-list-table.php:3120
857
+ #: vendor/WordPress/class-wp-list-table.php:3127
858
+ msgid "Header Image"
859
+ msgstr ""
860
+
861
+ #: vendor/WordPress/class-wp-list-table.php:3132
862
+ msgid "Current Header Image"
863
+ msgstr ""
864
+
865
+ #: vendor/WordPress/class-wp-list-table.php:3141
866
+ msgid "Background Image"
867
+ msgstr ""
868
+
869
+ #: vendor/WordPress/class-wp-list-table.php:3145
870
+ msgid "Current Background Image"
871
+ msgstr ""
872
+
873
+ #: vendor/WordPress/class-wp-list-table.php:3151
874
+ msgid "Site Icon"
875
+ msgstr ""
876
+
877
+ #: vendor/WordPress/class-wp-list-table.php:3155
878
+ msgid "Logo"
879
+ msgstr ""
880
+
881
+ #: vendor/WordPress/class-wp-list-table.php:3305
882
+ msgid "Save Changes"
883
+ msgstr ""
884
+
885
+ #: vendor/WordPress/class-wp-list-table.php:3382
886
+ msgid ""
887
+ "Likely direct inclusion of wp-admin/includes/template.php in order to use "
888
+ "add_meta_box(). This is very wrong. Hook the add_meta_box() call into the add_meta_boxes "
889
+ "action instead."
890
+ msgstr ""
891
+
892
+ #: vendor/WordPress/class-wp-list-table.php:3399
893
+ msgid "The backup of this post in your browser is different from the version below."
894
+ msgstr ""
895
+
896
+ #: vendor/WordPress/class-wp-list-table.php:3400
897
+ msgid "Restore the backup"
898
+ msgstr ""
899
+
900
+ #: vendor/WordPress/class-wp-list-table.php:3403
901
+ msgid ""
902
+ "This will replace the current editor content with the last backup version. You can use "
903
+ "undo and redo in the editor to get the old content back or to return to the restored "
904
+ "version."
905
+ msgstr ""
906
+
907
+ #: vendor/WordPress/class-wp-list-table.php:3459
908
+ #, php-format
909
+ msgid "%s rating"
910
+ msgstr ""
911
+
912
+ #: vendor/WordPress/class-wp-list-table.php:3483
913
+ msgid "You are currently editing the page that shows your latest posts."
914
+ msgstr ""
915
+
916
  #: vendor/edd/EDD_SL_Plugin_Updater.php:199
917
  #, php-format
918
  msgid "There is a new version of %1$s available. %2$sView version %3$s details%4$s."
941
  msgid "Premium Plugin"
942
  msgstr "প্রিমিয়াম প্লাগিন"
943
 
944
+ #: views/about.php:117 views/support.php:100
945
  msgid "WPBackItUp"
946
  msgstr "WPBackitUp"
947
 
967
  "WPBackItUp শুরু করার জন্য টিপসগুলো ব্যবহার করুন এবং অাপনি খুব কম সময়ের ভিতর <em>ব্যাকঅাপ</em> "
968
  "নেয়া শুরু করতে পারবেন। "
969
 
970
+ #: views/about.php:139 views/backup.php:489
971
  msgid "Backups"
972
  msgstr "ব্যাকআপসমুহ"
973
 
990
  "করতে হলে, <em> ব্যাকআপ </em> বাটনে ক্লিক করুন এবং WPBackItUp আপনার সমগ্র সাইট ব্যাকআপ করবে। "
991
  "এটাতে আপনার ডাটাবেস, প্লাগিন, থিম, এমনকি সব আপনার মিডিয়া ফাইল অন্তর্ভুক্ত হবে।"
992
 
993
+ #: views/about.php:150 views/about.php:399
994
  msgid "Download Backups"
995
  msgstr "ডাউনলোড ব্যাকঅাপ"
996
 
1204
  msgstr "নিচে ভার্সন %s এর কিছু গুরুত্বপুর্ন্য বিষয় তুলে ধরা হয়েছে।"
1205
 
1206
  #: views/about.php:270
1207
+ msgid "New Features"
1208
+ msgstr ""
1209
+
1210
+ #: views/about.php:276
1211
+ msgid "Support Center Enhancements"
1212
+ msgstr ""
1213
+
1214
+ #: views/about.php:277
1215
+ msgid ""
1216
+ "In this release we have made major enhancements to the support center that will allow us "
1217
+ "to make our world class support even better. You are now able to <em>view, download</"
1218
+ "em> and <em>delete</em> the log files we use to help troubleshoot problems with your "
1219
+ "site. This is an important addition because sometimes customer sites are so crippled by "
1220
+ "hosting issues, hackers or bad plugins, that they are unable to send us their logs "
1221
+ "files. Now if that ever happens to you, they can easily be downloaded and emailed to "
1222
+ "support. "
1223
+ msgstr ""
1224
+
1225
+ #: views/about.php:279
1226
+ msgid "Cleanup Supporting Zip Files"
1227
+ msgstr ""
1228
+
1229
+ #: views/about.php:280
1230
+ msgid ""
1231
+ "WPBackItUp now does an even better job of conserving space used on your host. When you "
1232
+ "select the <em>Cleanup Supporting Zip Files</em> setting, WPBackItUp will remove the "
1233
+ "supporting zip files that were used to create your backup."
1234
+ msgstr ""
1235
+
1236
+ #: views/about.php:282
1237
  msgid "Email Notifications"
1238
  msgstr "ইমেইল নটিফিকেশন"
1239
 
1240
+ #: views/about.php:283
1241
  msgid ""
1242
  "WPBackItUp now supports multiple email addresses for backup notifications. Using the "
1243
  "WPBackItUp Settings page add multiple email addresses to the <em>Email Notifications</"
1247
  "পৃষ্ঠা ব্যবহার করে একাধিক ই-মেইল ঠিকানায় <em> ইমেইল বিজ্ঞপ্তিগুলি </em> সেটিং যোগ করুন এবং যখন "
1248
  "আপনার ব্যাক-আপ সম্পূর্ণ হবে তখন সব ইমেইল এর বিজ্ঞপ্তি পাবেন।"
1249
 
1250
+ #: views/about.php:285 views/settings.php:146
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1251
  msgid "Maximum Zip File Size"
1252
  msgstr "সর্বোচ্চ জিপ ফাইল সাইজ"
1253
 
1254
+ #: views/about.php:286
1255
  msgid ""
1256
  "Over the years we have found that some hosting providers enforce strict limitations on "
1257
  "the size of your backup archives. When this happens you might see backup errors, or "
1267
  "ব্যাকআপ আর্কাইভ থেকে ফাইল যোগ করা বন্ধ করতে হবে এবং একটি নতুন ফাইল তৈরি করতে হবে। চিন্তা "
1268
  "করবেন না WPBackItUp কোন ফাইল মিস করবে না, এটা শুধু একটা নতুন ব্যাকআপ আর্কাইভ এ তাদের যোগ করবে।"
1269
 
1270
+ #: views/about.php:297
1271
  msgid "Additional Updates"
1272
  msgstr "অতিরিক্ত অাপডেটগুলি"
1273
 
1274
+ #: views/about.php:300
1275
  msgid "Backup Encryption (Premium Only)"
1276
  msgstr "ব্যাকআপ এনক্রিপশন (শুধুমাত্র প্রিমিয়াম)"
1277
 
1278
+ #: views/about.php:301
1279
  msgid ""
1280
  "That's right, we have added backup encryption to this release but have turned it off "
1281
  "while we beta test with a few customers. Backup encryption will be included in our next "
1285
  "টেস্ট করার পর এটা বন্ধ করতে হয়েছে। ব্যাকআপ এনক্রিপশন আমাদের পরবর্তী প্রধান রিলিজ (1.14) এ "
1286
  "অন্তর্ভুক্ত করা হবে, যা অতি শীঘ্রই বের হবে।"
1287
 
1288
+ #: views/about.php:304
1289
  msgid "File Name Validation"
1290
  msgstr "ফাইলের নাম বৈধকরন"
1291
 
1292
+ #: views/about.php:305
1293
  msgid ""
1294
  "We have added an additional validation for files with invalid names. This check will "
1295
  "exclude files from a backup with invalid file names. These files are often corrupt and "
1299
  "একটি ব্যাকআপ থেকে ফাইল গুলো অগ্রাহ্য করবে। এই ফাইলগুলো প্রায়ই দুর্নীতিগ্রস্ত এবং পুনরুদ্ধার এর সময় "
1300
  "ত্রুটি ঘটায়। "
1301
 
1302
+ #: views/about.php:308
1303
  msgid "SQL Files"
1304
  msgstr "SQL ফাইলগুলি"
1305
 
1306
+ #: views/about.php:309
1307
  msgid ""
1308
  "For those of you with extremely large databases, you will be happy to know that we now "
1309
  "support database exports that contain more than 500 SQL files."
1311
  "আপনাদের যাদের অত্যন্ত বড় ডাটাবেস আছে, আপনারা জেনে খুশি হবেন যে আমরা এখন 500 এসকিউএল ফাইল এর "
1312
  "অধিক ডাটাবেসের এক্সপোর্ট সাপোর্ট করি।"
1313
 
1314
+ #: views/about.php:313
1315
  msgid "Cloud API Gateway "
1316
  msgstr "ক্লাউড এপিঅাই গেটওয়ে"
1317
 
1318
+ #: views/about.php:314
1319
  msgid ""
1320
  "Every once in a while we have connectivity issues with a few hosts when customers "
1321
  "attempt to activate their license. To combat this issue we have added a cloud based API "
1326
  "সংযোগ সমস্যা হয়। এই সমস্যাটি যাতে না হয় সেজন্য আমরা একটি ক্লাউড ভিত্তিক এপিআই গেটওয়ে যোগ "
1327
  "করেছি যা প্রতিটি দেশে এবং যেকোনো প্ল্যাটফর্মে থেকে হোস্টিং প্রদানকারী অ্যাক্সেস করতে পারবে।"
1328
 
1329
+ #: views/about.php:317
1330
  msgid "Tables missing WordPress table prefix"
1331
  msgstr "টেবিলগুলোতে ওয়ার্ডপ্রেস টেবিল প্রিফিক্স নেই"
1332
 
1333
+ #: views/about.php:318
1334
  msgid ""
1335
  "We have added support for database tables that are missing the WordPress table prefix. "
1336
  "Some plugins create custom tables that do not contain the WordPress table prefix. While "
1342
  "করা হয়, কিন্তু মাঝে মাঝে এখনও ঘটে। WPBackItUp এখন ডাটাবেসের মধ্যে সব টেবিলকে অন্তর্ভুক্ত করবে, "
1343
  "এমনকি যখন টেবিল প্রিফিক্স অনুপস্থিত থাকে।"
1344
 
1345
+ #: views/about.php:324
1346
  msgid "Want to see the entire changelog?"
1347
  msgstr "সব চেইঞ্জলগ দেখতে চান? "
1348
 
1349
+ #: views/about.php:325
1350
  msgid "View the Full Changelog"
1351
  msgstr "সম্পুর্ন চেইঞ্জলগ দেখুন"
1352
 
1353
+ #: views/about.php:354
1354
  msgid "Full Changelog"
1355
  msgstr "সম্পুর্ন চেইঞ্জলগ"
1356
 
1357
+ #: views/about.php:374
1358
  msgid "Take a look at what you are missing!"
1359
  msgstr "অাপনি কি কি পাচ্ছেন নাহ দেখুন !"
1360
 
1361
+ #: views/about.php:382
1362
  msgid "FEATURES"
1363
  msgstr "ফিচারগুলি"
1364
 
1365
+ #: views/about.php:383
1366
  msgid "LITE"
1367
  msgstr "LITE"
1368
 
1369
+ #: views/about.php:384
1370
  msgid "PREMIUM"
1371
  msgstr "PREMIUM"
1372
 
1373
+ #: views/about.php:389
1374
  msgid "Complete Backup (Database, Themes, Plugins &amp; Media Files)"
1375
  msgstr "সম্পুর্ন ব্যাকাপ (ডাটাবেজ, থিমগুলি, প্লাগিনগুলি এবং মিডিয়া ফাইলগুলি)"
1376
 
1377
+ #: views/about.php:394
1378
  msgid "Compressed Backups (Zip Format)"
1379
  msgstr "কম্প্রেসড ব্যাকআপ (জিপ বিন্যাস)"
1380
 
1381
+ #: views/about.php:404
1382
  msgid "Directory Filters"
1383
  msgstr "ডিরক্টরি ফিল্টারগুলি"
1384
 
1385
+ #: views/about.php:409
1386
  msgid "Database Table Filters"
1387
  msgstr "ডাটাবেজ টেবিল ফিল্টারগুলি"
1388
 
1389
+ #: views/about.php:414
1390
  msgid "Single File Database Export"
1391
  msgstr "সিঙ্গেল ফাইল ডাটাবেজ এক্সপোর্ট"
1392
 
1393
+ #: views/about.php:419
1394
  msgid "Single File Backup"
1395
  msgstr "সিঙ্গেল ফাইল ব্যাকআপ"
1396
 
1397
+ #: views/about.php:424
1398
  msgid "Purge Old Backups"
1399
  msgstr "মুছে ফেলুন পুরাতন ব্যাকঅাপগুলি"
1400
 
1401
+ #: views/about.php:429
1402
  msgid "Cleanup Work Files &amp; Logs"
1403
  msgstr "ওয়ার্কফাইলগুলি এবং লগগুলি পরিস্কার করুন"
1404
 
1405
+ #: views/about.php:434
1406
  msgid "Backup Notifications via Email"
1407
  msgstr "ইমেইল এর মাধ্যমে ব্যাকঅাপ নটিফিকেশন"
1408
 
1409
+ #: views/about.php:439
1410
  msgid "One Click Restore</strong>"
1411
  msgstr "এক ক্লিকেই পুনরুদ্ধার</strong>"
1412
 
1413
+ #: views/about.php:444
1414
  msgid "Scheduled Backups"
1415
  msgstr "শিডিউলড ব্যাকঅাপ"
1416
 
1417
+ #: views/about.php:449
1418
  msgid "Import Backups"
1419
  msgstr "ব্যাকআপসমুহ ইম্পোর্ট করুন"
1420
 
1421
+ #: views/about.php:459
1422
  msgid "Premium Support"
1423
  msgstr "প্রিমিয়াম সাপোর্ট"
1424
 
1425
+ #: views/about.php:464
1426
  msgid "Product Updates"
1427
  msgstr "প্রোডাক্ট অাপডেট"
1428
 
1429
+ #: views/about.php:471
1430
  msgid "GET PREMIUM"
1431
  msgstr "প্রিমিয়াম ভার্সন নিন"
1432
 
1433
+ #: views/about.php:494
1434
  msgid "No valid changelog was found."
1435
  msgstr "কোন সঠিক পরিবর্তনলগ পাওয়া যায়নি।"
1436
 
1442
  msgid "%s Dashboard"
1443
  msgstr "%s ড্যাশবোর্ড"
1444
 
1445
+ #: views/backup.php:248
1446
  msgid "Dismiss"
1447
  msgstr "ভন্ডুল"
1448
 
1449
+ #: views/backup.php:260
1450
  #, php-format
1451
  msgid "Backup folder does not exist. Please contact %s for assistance."
1452
  msgstr "ব্যাকআপ ফোল্ডার পাওয়া যাচ্ছেনা । দয়াকরে সহায়তার জন্য %s এর সাথে যোগাযোগ করুন."
1453
 
1454
+ #: views/backup.php:260 views/restore.php:75 views/restore.php:82
1455
  msgid "support"
1456
  msgstr "সাহায্য"
1457
 
1458
+ #: views/backup.php:263 views/backup.php:269
1459
  msgid "Close"
1460
  msgstr "বন্ধ"
1461
 
1462
+ #: views/backup.php:284
1463
  msgid ""
1464
  "Click the backup button to create a zipped backup file of this site's database, plugins, "
1465
  "themes and settings."
1467
  "এই সাইট এর ডাটাবেস, প্লাগিন, থিম এবং সেটিংস এর একটি জিপ করা ব্যাকআপ ফাইল তৈরি করার জন্য "
1468
  "ব্যাকআপ বাটনে ক্লিক করুন."
1469
 
1470
+ #: views/backup.php:285
1471
  msgid ""
1472
  "Once your backup file has been created it will appear in the available backups section "
1473
  "below. This file may remain on your hosting providers server but we recommend that you "
1477
  "আপনার হোস্টিং প্রদানকারী সার্ভারে থেকে যেতে পারে কিন্তু আমরা আপনাকে প্রস্তাব দিই এটি ডাউনলোড "
1478
  "করুন এবং কোথাও নিরাপদে সংরক্ষণ করুন । "
1479
 
1480
+ #: views/backup.php:286
1481
  msgid ""
1482
  "WPBackItUp premium customers can use these backup files to perform an automated restore "
1483
  "of their site."
1485
  "WP BackItUp প্রিমিয়াম গ্রাহকেরা এই ব্যাকআপ ফাইল ব্যবহার করে তাদের সাইটের স্বয়ংক্রিয় পুনঃস্থাপন "
1486
  "সঞ্চালন করতে পারেন । "
1487
 
1488
+ #: views/backup.php:297
 
 
 
 
1489
  #, php-format
1490
  msgid ""
1491
  "WPBackItUp lite customers may use these backup files to manually restore their site. "
1494
  "WP BackItUp সাধারণ গ্রাহকেরা এই ব্যাকআপ ফাইল ব্যবহার করে তাদের সাইটের ম্যানুয়ালি পুনঃস্থাপন "
1495
  "সঞ্চালন করতে পারেন । দয়াকরে ম্যানুয়াল পুনঃস্থাপন নির্দেশিকার জন্য %s দেখুন । "
1496
 
1497
+ #: views/backup.php:304
1498
  msgid "Backup Schedule"
1499
  msgstr "ব্যাকআপ সূচী"
1500
 
1501
+ #: views/backup.php:306
1502
  msgid "Select the days of the week you would like your backup to run."
1503
  msgstr "সপ্তাহের কোন দিনগুলোতে আপনি ব্যাকআপ চালাতে চান তা নির্বাচন করুন । "
1504
 
1505
+ #: views/backup.php:308
1506
  msgid ""
1507
  "Backup your site once per week or every day, it's up to you. If you have email "
1508
  "notifications turned on we'll even send you an email when it's done. Once your backup "
1516
  "হোস্টিং প্রদানকারী সার্ভারে থেকে যেতে পারে কিন্তু আমরা আপনাকে প্রস্তাব দিই এটি ডাউনলোড করুন এবং "
1517
  "কোথাও নিরাপদে সংরক্ষণ করুন । "
1518
 
1519
+ #: views/backup.php:310
1520
  msgid "Please make sure to schedule your backup for at least once per week."
1521
  msgstr "দয়াকরে প্রতি সপ্তাহে অন্তত একবার আপনার ব্যাকআপ করার সময় নির্ধারণ করতে নিশ্চিত করুন."
1522
 
1523
+ #: views/backup.php:314
1524
  msgid "Monday"
1525
  msgstr "সোমবার"
1526
 
1527
+ #: views/backup.php:315
1528
  msgid "Tuesday"
1529
  msgstr "মঙ্গলবার"
1530
 
1531
+ #: views/backup.php:316
1532
  msgid "Wednesday"
1533
  msgstr "বুধবার"
1534
 
1535
+ #: views/backup.php:317
1536
  msgid "Thursday"
1537
  msgstr "বৃহস্পতিবার"
1538
 
1539
+ #: views/backup.php:318
1540
  msgid "Friday"
1541
  msgstr "শুক্রবার"
1542
 
1543
+ #: views/backup.php:319
1544
  msgid "Saturday"
1545
  msgstr "শনিবার"
1546
 
1547
+ #: views/backup.php:320
1548
  msgid "Sunday"
1549
  msgstr "রবিবার"
1550
 
1551
+ #: views/backup.php:323
1552
  msgid "Save Schedule"
1553
  msgstr "সূচী সংরক্ষন করুন"
1554
 
1555
+ #: views/backup.php:328
1556
  #, php-format
1557
  msgid ""
1558
  "Scheduled backups are only available to WPBackItUp premium customers. Please visit %s "
1561
  "নির্ধারিত ব্যাকআপ শুধুমাত্র WP BackItUp প্রিমিয়াম গ্রাহকদের জন্য । 30 দিনের জন্য ঝুঁকিহীন ফ্রি WP "
1562
  "BackItUp পেতে %s এর ভিজিট করুন । "
1563
 
1564
+ #: views/backup.php:336 views/restore.php:95
1565
  msgid "Available Backups"
1566
  msgstr "যে যে ব্যাকঅাপ আছে"
1567
 
1568
+ #: views/backup.php:356 views/backup.php:405
1569
  msgid "Type"
1570
  msgstr "ধরণ"
1571
 
1572
+ #: views/backup.php:357 views/backup.php:407 views/restore.php:100
1573
  msgid "Date"
1574
  msgstr "তারিখ"
1575
 
1576
+ #: views/backup.php:358 views/backup.php:409
1577
  msgid "Duration"
1578
  msgstr "স্থিতিকাল"
1579
 
1580
+ #: views/backup.php:377
1581
  msgid "Success"
1582
  msgstr "সাফল্য"
1583
 
1584
+ #: views/backup.php:380
1585
  msgid "Active"
1586
  msgstr "সক্রিয়"
1587
 
1588
+ #: views/backup.php:423 views/restore.php:149
1589
  msgid "No backup archives found."
1590
  msgstr "কোন ব্যাকআপ আর্কাইভ পাওয়া যায়নি । "
1591
 
1592
+ #: views/backup.php:432
1593
  #, php-format
1594
  msgid ""
1595
  "The automated restore feature is only available to WPBackItUp premium customers. Please "
1598
  "স্বয়ংক্রিয় ব্যাকআপ শুধুমাত্র WP BackItUp প্রিমিয়াম গ্রাহকদের জন্য । 30 দিনের জন্য ঝুঁকিহীন ফ্রি WP "
1599
  "BackItUp পেতে %s এর ভিজিট করুন । "
1600
 
1601
+ #: views/backup.php:441 views/restore.php:234
1602
  msgid "Nothing to report"
1603
  msgstr "কোনও প্রতিবেদন নেই । "
1604
 
1605
+ #: views/backup.php:446
1606
  msgid "Preparing for backup"
1607
  msgstr "ব্যাকঅাপের জন্যে তৈরি হচ্ছে"
1608
 
1609
+ #: views/backup.php:446 views/backup.php:447 views/backup.php:448 views/backup.php:449
1610
+ #: views/backup.php:450 views/backup.php:451 views/backup.php:452 views/backup.php:453
1611
+ #: views/backup.php:454 views/backup.php:456 views/backup.php:458 views/restore.php:244
1612
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247 views/restore.php:248
1613
  #: views/restore.php:250 views/restore.php:251 views/restore.php:253 views/restore.php:254
1614
  #: views/restore.php:256 views/restore.php:257
1615
  msgid "Done"
1616
  msgstr "সম্পন্ন"
1617
 
1618
+ #: views/backup.php:446 views/backup.php:447 views/backup.php:448 views/backup.php:449
1619
+ #: views/backup.php:450 views/backup.php:451 views/backup.php:452 views/backup.php:453
1620
+ #: views/backup.php:454 views/backup.php:456 views/backup.php:458 views/restore.php:244
1621
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247 views/restore.php:248
1622
  #: views/restore.php:250 views/restore.php:251 views/restore.php:253 views/restore.php:254
1623
  #: views/restore.php:256 views/restore.php:257
1624
  msgid "Failed"
1625
  msgstr "ব্যর্থ "
1626
 
1627
+ #: views/backup.php:447
1628
  msgid "Creating inventory of files to backup"
1629
  msgstr "ব্যাকআপ ফাইলের তালিকা তৈরি হচ্ছে "
1630
 
1631
+ #: views/backup.php:448
1632
  msgid "Exporting database"
1633
  msgstr "ডাটাবেজ এক্সপোর্ট করা হচ্ছে"
1634
 
1635
+ #: views/backup.php:449
1636
  msgid "Backing up database"
1637
  msgstr "ডাটাবেজ ব্যাকঅাপ হচ্ছে"
1638
 
1639
+ #: views/backup.php:450
1640
  msgid "Backing up themes"
1641
  msgstr "থিম ব্যাকঅাপ হচ্ছে"
1642
 
1643
+ #: views/backup.php:451
1644
  msgid "Backing up plugins"
1645
  msgstr "প্লাগিন ব্যাকঅাপ হচ্ছে"
1646
 
1647
+ #: views/backup.php:452
1648
  msgid "Backing up uploads"
1649
  msgstr "অাপলোড ব্যাকঅাপ হচ্ছে"
1650
 
1651
+ #: views/backup.php:453
1652
  msgid "Backing up everything else"
1653
  msgstr "বাকিসব ব্যাকঅাপ হচ্ছে"
1654
 
1655
+ #: views/backup.php:454
1656
  msgid "Validating backup"
1657
  msgstr "ব্যাকঅাপ যাচাই করা হচ্ছে"
1658
 
1659
+ #: views/backup.php:456
1660
  msgid "Encrypting sensitive files"
1661
  msgstr "সংবেদনশীল ফাইলগুলো এনক্রিপ্ট করা"
1662
 
1663
+ #: views/backup.php:458
1664
  msgid "Finalizing backup"
1665
  msgstr "ব্যাকঅাপ নেয়া শেষ হচ্ছে"
1666
 
1667
+ #: views/backup.php:468
1668
  msgid "Backup completed successfully"
1669
  msgstr "সফলভাবে ব্যাকআপ সম্পন্ন হয়েছে"
1670
 
1671
+ #: views/backup.php:489
1672
  msgid "Version "
1673
  msgstr "ভার্সন"
1674
 
1675
+ #: views/backup.php:491
1676
  msgid "Welcome to WPBackItUp!"
1677
  msgstr "WP BackItUp! এ স্বাগতম!"
1678
 
1679
+ #: views/backup.php:491
1680
  msgid "The simplest way to backup your WordPress site."
1681
  msgstr "আপনার WordPress সাইটের ব্যাকআপের সবচেয়ে সহজ উপায় । "
1682
 
1683
+ #: views/backup.php:492
1684
  msgid ""
1685
  "Getting started is easy, just click the backup button on the left side of this page."
1686
  msgstr "শুরু করা খুব সহজ , শুধু এই পৃষ্ঠার বামদিকে ব্যাকআপ বাটনে ক্লিক করুন."
1687
 
1688
+ #: views/backup.php:496
1689
  #, php-format
1690
  msgid ""
1691
  "Congratulations! You have performed <span style=\"font-weight:bold;font-size:medium;"
1694
  "অভিনন্দন ! আপনি <span style=\"font-weight:bold;font-size:medium;color: green\">%s</span> "
1695
  "ব্যাকআপ সফলভাবে সম্পন্ন করেছেন । "
1696
 
1697
+ #: views/backup.php:497
1698
  msgid "Tips"
1699
  msgstr "পরামর্শ"
1700
 
1701
+ #: views/backup.php:498
1702
  msgid "Backup your site at least once per week"
1703
  msgstr "সপ্তাহে অন্তত একবার আপনার সাইেটর ব্যাকআপ নিন "
1704
 
1705
+ #: views/backup.php:499
1706
  msgid "Download all your backups and store them somewhere safe"
1707
  msgstr "আপনার সব ব্যাকআপ ডাউনলোড করুন এবং তাদের কোথাও নিরাপদে সংরক্ষণ করুন "
1708
 
1709
+ #: views/backup.php:500
1710
  msgid "Verify your backup files are good by taking a look at what's inside"
1711
  msgstr "ফাইেলর ভিতরে দেখে আপনার ব্যাকআপ যাচাই করুন "
1712
 
1713
+ #: views/backup.php:505
1714
  #, php-format
1715
  msgid "Why not %s and schedule your backups!"
1716
  msgstr "কেন নয় %s এবং আপনার ব্যাকআপের সময় নির্ধারণ ! "
1717
 
1718
+ #: views/backup.php:505
1719
  msgid "upgrade"
1720
  msgstr "আপগ্রেড "
1721
 
1722
+ #: views/backup.php:514
1723
  msgid "Register WPBackItUp"
1724
  msgstr " WP BackItUp নিবন্ধন করুন "
1725
 
1726
+ #: views/backup.php:517
1727
  msgid ""
1728
  "Enter your name and email address below to receive <b>special offers</b> and access to "
1729
  "our world class <b>support</b> team. <br />\n"
1733
  "এবং ইমেইল দিন ।<br />\n"
1734
  "<br />এই সাইটে এটি সক্রিয় করার জন্য নিচের আপনার লাইসেন্স কী লিখুন । "
1735
 
1736
+ #: views/backup.php:519
1737
  msgid "name"
1738
  msgstr "নাম"
1739
 
1740
+ #: views/backup.php:520
1741
  msgid "email address"
1742
  msgstr "ইমেইল ঠিকানা"
1743
 
1744
+ #: views/backup.php:521
1745
  msgid "license key"
1746
  msgstr "লাইসেন্স কী"
1747
 
1748
+ #: views/backup.php:521 views/backup.php:571 views/backup.php:575
1749
  #, php-format
1750
  msgid "%s"
1751
  msgstr "%s"
1752
 
1753
+ #: views/backup.php:522
1754
  msgid "Free plugin customers do not need to enter license key."
1755
  msgstr "ফ্রি প্লাগইন গ্রাহকদের লাইসেন্স কী প্রবেশ করতে হবে না."
1756
 
1757
+ #: views/backup.php:523
1758
  msgid "Register"
1759
  msgstr "নিবন্ধন করুন"
1760
 
1761
+ #: views/backup.php:532
1762
  msgid "License Info"
1763
  msgstr "লাইসেন্সের তথ্য"
1764
 
1765
+ #: views/backup.php:556
 
 
 
 
 
 
 
 
1766
  msgid "License Type"
1767
  msgstr "লাইসেন্সের তথ্য"
1768
 
1769
+ #: views/backup.php:557
1770
  msgid "Expires"
1771
  msgstr "মেয়াদ শেষ হয়"
1772
 
1773
+ #: views/backup.php:560
1774
  msgid "Enter license key to activate on this site."
1775
  msgstr "এই সাইটে সক্রিয় করতে লাইসেন্স কী দিন । "
1776
 
1777
+ #: views/backup.php:567
1778
  msgid "License Active"
1779
  msgstr "লাইসেন্স সক্রিয় "
1780
 
1781
+ #: views/backup.php:575
1782
  msgid "License expired"
1783
  msgstr "লাইসেন্স এর মেয়াদ শেষ "
1784
 
1785
+ #: views/backup.php:583
 
 
 
 
1786
  msgid "Activate"
1787
  msgstr "সক্রিয় করুন"
1788
 
1789
+ #: views/backup.php:587
1790
  #, php-format
1791
  msgid "Purchase a %s license using the purchase link above."
1792
  msgstr "উপরের লিঙ্ক ব্যবহার করে একটি %s লাইসেন্স কিনুন । "
1793
 
1794
+ #: views/backup.php:587
1795
  msgid "no-risk"
1796
  msgstr "ঝুঁকিহীন"
1797
 
1798
+ #: views/backup.php:593
1799
  #, php-format
1800
  msgid ""
1801
  "Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of <strong>product "
1804
  "দয়াকরে আরও এক বছরের জন্য<strong> পণ্য আপডেট </strong> <a href=\"%s\" target=\"blank\"> নতুন "
1805
  "</a> করুন এবং আমাদের বিশ্বমানের সহায়তা দলের সহায়তা নিন । "
1806
 
1807
+ #: views/backup.php:604
1808
  msgid "Useful Links"
1809
  msgstr "প্রয়োজনীয় লিঙ্কগুলো "
1810
 
1811
+ #: views/backup.php:606
1812
  msgid "Getting Started Video"
1813
  msgstr "প্রারম্ভিক প্রস্তুতি ভিডিও"
1814
 
1815
+ #: views/backup.php:609
1816
  msgid "Your account"
1817
  msgstr "অাপনার একাউন্ট"
1818
 
1819
+ #: views/backup.php:612
1820
  msgid "Website Migration Service"
1821
  msgstr "ওয়েবসাইট মাইগ্রেশন সেবা"
1822
 
1823
+ #: views/backup.php:614
1824
  msgid "Documentation"
1825
  msgstr "ডকুমেন্টেশন"
1826
 
1827
+ #: views/backup.php:620
1828
  msgid "Feature request"
1829
  msgstr "বৈশিষ্ট্য অনুরোধ"
1830
 
1831
+ #: views/backup.php:622
1832
  msgid "Language Translations"
1833
  msgstr "ভাষা অনুবাদ"
1834
 
1835
+ #: views/backup.php:624
1836
  msgid "Contact"
1837
  msgstr "যোগাযোগ"
1838
 
2583
  "WP BackItUp প্লাগিন মুছে ফেলার সময় আপনি যদি সম্পূর্ণরূপে তার সব তথ্য মুছে ফেলতে চান তাহলে এই "
2584
  "বাক্সে টিক দিন । "
2585
 
2586
+ #: views/support.php:69 views/support.php:229
2587
  msgid "Send Logs"
2588
  msgstr "লগ পাঠান"
2589
 
2590
+ #: views/support.php:73
2591
+ msgid "Download Logs"
2592
+ msgstr ""
2593
+
2594
+ #: views/support.php:79
2595
  msgid "Advanced"
2596
  msgstr "উন্নততর"
2597
 
2598
+ #: views/support.php:101
2599
  msgid "Support Center"
2600
  msgstr "সাহায্যকেন্দ্র"
2601
 
2602
+ #: views/support.php:103
2603
  msgid ""
2604
  "Welcome to the WPBackItUp support center. If you have any questions or run into any "
2605
  "trouble with WPBackItUp then you've come to the right place."
2607
  "WPBackItUp সাপোর্ট কেন্দ্রে স্বাগতম। যদি আপনার কোন প্রশ্ন থাকে অথবা আপনি WPBackItUp সম্পর্কিত "
2608
  "কোনো সমস্যা পড়ে থাকেন তাহলে আপনি সঠিক জায়গায় এসেছেন।"
2609
 
2610
+ #: views/support.php:120
2611
  msgid ""
2612
  "To streamline support requests and better serve you, we utilize a support ticket system. "
2613
  "Every support request is assigned a unique ticket number which you can use to track "
2621
  "সম্পূর্ণ সংরক্ষণাগার এবং আপনার সব সহায়তা অনুরোধের বিবরণ প্রদান করব। সকল কিছু আদান-প্রদানের মাধ্যম "
2622
  "হল ইমেল তাই টিকেট জমা দেওয়ার জন্য যাতে একটি বৈধ ই-মেইল ঠিকানা থাকে। "
2623
 
2624
+ #: views/support.php:128
2625
  msgid "Search &rarr; Knowledge base"
2626
  msgstr "জ্ঞানভিত্তিক খোঁজ"
2627
 
2628
+ #: views/support.php:129
2629
  msgid ""
2630
  "Want to search our entire documentation library, all our how to articles and even our "
2631
  "faq's in one shot? Just type your question into the knowledge base search bar and we'll "
2634
  "আমাদের সব ডকুমেন্টেশন লাইব্রেরি, নিবন্ধ এবং অনবরত জিজ্ঞাসিত প্রশ্ন সম্পর্কে জানতে চান? শুধু "
2635
  "জ্ঞানভিত্তিক অনুসন্ধান বারে আপনার প্রশ্ন টাইপ করুন এবং আমরা আপনাকে ওই বিষয়ে যা আছে সবকিছু দেখাব।"
2636
 
2637
+ #: views/support.php:131
2638
  msgid "New &rarr; Ticket"
2639
  msgstr "নতুন টিকিট"
2640
 
2641
+ #: views/support.php:132
2642
  msgid ""
2643
  "Need to open a new support ticket? Just click the link above. Please provide as much "
2644
  "detail as possible so we can best assist you."
2646
  "একটি নতুন সাপোর্ট টিকেট খোলা দরকার? শুধু উপরের লিঙ্কটি ক্লিক করুন। অনুগ্রহ করে যতটা সম্ভব বিস্তারিত "
2647
  "তথ্য প্রদান করুন যাতে আমরা আপনাকে যথাসাধ্য সাহায্য করতে পারি। "
2648
 
2649
+ #: views/support.php:134
2650
  msgid "Check &rarr; Status"
2651
  msgstr "স্ট্যাটাস চেক করুন"
2652
 
2653
+ #: views/support.php:135
2654
  msgid ""
2655
  "To check ticket status or update a previously submitted ticket you will first need to "
2656
  "login. Our support portal provides a history of your current and past support requests "
2660
  "হবে।আমাদের সাপোর্ট পোর্টাল আপনার বর্তমান এবং অতীত সমর্থন অনুরোধের সম্পূর্ণ প্রতিক্রিয়ার ঘটনা-বিবরণ "
2661
  "প্রদান করবে।"
2662
 
2663
+ #: views/support.php:137
2664
  msgid "Send &rarr; Logs"
2665
  msgstr "লগ পাঠান"
2666
 
2667
+ #: views/support.php:138
2668
  msgid ""
2669
  "Sometimes it may be necessary for you to send your log files to support. If that ever "
2670
  "happens, just click the link above and we will show you what to do."
2672
  "কখনও কখনও সাপোর্টে আপনার লগ ফাইল পাঠানোর প্রয়োজন হতে পারে। যদি কখনো এমন হয়, তাহলে শুধু উপরের "
2673
  "লিঙ্কটি ক্লিক করুন এবং আমরা আপনাকে দেখাবো কি করতে হবে।"
2674
 
2675
+ #: views/support.php:177
2676
  msgid ""
2677
  "If you have been asked by support to send your log files then you are in the right spot."
2678
  msgstr "যদি সাপোর্ট আপনাকে আপনার লগ ফাইল পাঠাতে বলে, তাহলে আপনি সঠিক জায়গায় আছেন।"
2679
 
2680
+ #: views/support.php:189
2681
  msgid "Send Logs to Support"
2682
  msgstr "সাপোর্টে লগ পাঠান"
2683
 
2684
+ #: views/support.php:190
2685
  msgid "This form should only be used when working with support."
2686
  msgstr "সাপোর্টের সঙ্গে কাজ করার সময় শুধুমাত্র এই ফর্মটি ব্যবহার করা উচিত । "
2687
 
2688
+ #: views/support.php:191
2689
  #, php-format
2690
  msgid ""
2691
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" target=\"_blank"
2694
  "এই ফরমটি ব্যবহারের পূর্বে দয়াকরে WP BackItUp <a href=\"%s\" target=\"_blank\">সমর্থন "
2695
  "পোর্টালে</a> একটি সমর্থন টিকেট খোলা নিশ্চিত করুন । "
2696
 
2697
+ #: views/support.php:192
2698
  msgid ""
2699
  "The ticket id you receive from your support request should be entered in the ticket id "
2700
  "field below."
2701
  msgstr ""
2702
  "আপনার সমর্থন অনুরোধ থেকে প্রাপ্ত টিকেট আইডি নীচের টিকেট আইডি ক্ষেত্রের মধ্যে প্রবেশ করানো উচিত "
2703
 
2704
+ #: views/support.php:193
2705
  msgid "your email address"
2706
  msgstr "অাপনার ইমেইল ঠিকানা"
2707
 
2708
+ #: views/support.php:204
2709
  msgid "support ticket id"
2710
  msgstr "সাপোর্ট টিকেট অাইডি"
2711
 
2712
+ #: views/support.php:215
2713
  msgid "problem description or additional information"
2714
  msgstr "সমস্যা বর্ণনা বা অতিরিক্ত তথ্য"
2715
 
2716
+ #: views/support.php:232
2717
  msgid "Please register your version of WPBackItUp for access to support."
2718
  msgstr "সমর্থন অ্যাক্সেস জন্য আপনার WP BackItUp সংস্করণ নিবন্ধন করুন."
2719
 
2720
+ #: views/support.php:236
2721
  msgid "Premium customers receive priority support."
2722
  msgstr "প্রিমিয়াম গ্রাহকদের অগ্রাধিকার সহায়তা দেওয়া হয় "
2723
 
2724
+ #: views/support.php:244
2725
  msgid "Support email could not be sent!"
2726
  msgstr "সাহায্যের জন্য ইমেইল পাঠানো সম্ভব হয়নি"
2727
 
2728
+ #: views/support.php:251
2729
  msgid "Support email sent successfully!"
2730
  msgstr "সফলভাবে সাহায্যের জন্য ইমেইল পাঠানো হয়েছে"
2731
 
2732
+ #: views/support.php:282
2733
+ msgid "Download logs file manually."
2734
+ msgstr ""
2735
+
2736
+ #: views/support.php:310
2737
  msgid "Content goes here"
2738
  msgstr "কন্টেন্ট এখানে"
2739
 
2768
  #: wp-backitup.php:184
2769
  msgid "Cleanup"
2770
  msgstr "পরিষ্করণ"
2771
+
2772
+ #~ msgid "About Page"
2773
+ #~ msgstr "সম্পর্ক পৃষ্ঠা"
2774
+
2775
+ #~ msgid ""
2776
+ #~ "WPBackItUp now has a new <em>about</em> page and you are looking at it right now! "
2777
+ #~ "The about page contains tips to help get you started with WPBackItUp as well as links "
2778
+ #~ "to our knowledge base, faqs and instructions on how to contact support if you ever "
2779
+ #~ "need help. It also includes a <em>what's new</em> section describing all the "
2780
+ #~ "incredible new features and enhancements we make with every release."
2781
+ #~ msgstr ""
2782
+ #~ "WPBackItUp এর এখন একটি নতুন <em> সম্পর্কে </em> পৃষ্ঠা আছে এবং আপনি এ মুহূর্তে সেটা দেখছেন! "
2783
+ #~ "পেজটি কি বহন করে সে সম্পর্কে টিপস আপনাকে WPBackItUp এর সাথে আমাদের \n"
2784
+ #~ "জ্ঞানভিত্তিক, প্রায়শই জিজ্ঞাসিত প্রশ্নাবলী এবং নির্দেশাবলী এসব ক্ষেত্রে যখন আপনার সাহায্যের "
2785
+ #~ "প্রয়োজন হয় তখন আপনি কিভাবে যোগাযোগ করার জন্য সমর্থন পাবেন সে ব্যাপারে সাহায্য করে। এটি আরো "
2786
+ #~ "<em> নতুন কি আছে </em> অধ্যায় অন্তর্ভুক্ত করে যা আমাদের প্রতি রিলিজের সব অবিশ্বাস্য নতুন ও উন্নত "
2787
+ #~ "বৈশিষ্ট্য বর্ণনা করে।"
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-11-04 18:35-0400\n"
10
- "PO-Revision-Date: 2016-11-04 18:35-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,189 +26,208 @@ msgstr ""
26
  msgid "Every %d Minutes"
27
  msgstr "Alle %d Minuten"
28
 
29
- #: lib/includes/class-wpbackitup-admin.php:225 views/backup.php:277
30
- #: views/backup.php:283 views/backup.php:349 views/backup.php:386
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  #: views/restore.php:99 wp-backitup.php:156
32
  msgid "Backup"
33
  msgstr "Sichern"
34
 
35
- #: lib/includes/class-wpbackitup-admin.php:230
36
- #: lib/includes/class-wpbackitup-admin.php:273 views/about.php:191
37
  #: views/restore.php:136 wp-backitup.php:170
38
  msgid "Restore"
39
  msgstr "Wiederherstellen"
40
 
41
- #: lib/includes/class-wpbackitup-admin.php:235 views/support.php:62
42
  msgid "Support"
43
  msgstr "Support"
44
 
45
- #: lib/includes/class-wpbackitup-admin.php:238
46
  msgid "Settings"
47
  msgstr "Einstellungen"
48
 
49
- #: lib/includes/class-wpbackitup-admin.php:241
50
  msgid "About"
51
  msgstr "Über"
52
 
53
- #: lib/includes/class-wpbackitup-admin.php:266
54
  msgid ""
55
  "The backup you have selected exceeds what your host allows you to upload."
56
  msgstr ""
57
  "Das von Ihnen gewählte Backup übersteigt die von Ihrem Web-Host zum Upload "
58
  "zugelassene Datenmenge."
59
 
60
- #: lib/includes/class-wpbackitup-admin.php:267 views/backup.php:440
61
- #: views/backup.php:441 views/backup.php:442 views/backup.php:443
62
- #: views/backup.php:444 views/backup.php:445 views/backup.php:446
63
- #: views/backup.php:447 views/backup.php:448 views/backup.php:450
64
- #: views/backup.php:452
65
  msgid "Warning"
66
  msgstr "Warnung"
67
 
68
- #: lib/includes/class-wpbackitup-admin.php:268
69
- #: vendor/edd/EDD_SL_Plugin_Updater.php:363 views/backup.php:253
70
- #: views/backup.php:377
71
  msgid "Error"
72
  msgstr "Fehler"
73
 
74
- #: lib/includes/class-wpbackitup-admin.php:269
75
  msgid "Response"
76
  msgstr "Antwort"
77
 
78
- #: lib/includes/class-wpbackitup-admin.php:270 views/backup.php:353
79
- #: views/backup.php:405 views/backup.php:431 views/restore.php:230
80
  msgid "Status"
81
  msgstr "Status"
82
 
83
- #: lib/includes/class-wpbackitup-admin.php:271
84
- msgid "Download"
85
- msgstr "Download"
86
-
87
- #: lib/includes/class-wpbackitup-admin.php:272 views/backup.php:408
88
- #: views/restore.php:129
89
- msgid "Delete"
90
- msgstr "Löschen"
91
-
92
- #: lib/includes/class-wpbackitup-admin.php:274
93
  msgid "(JS997) Unexpected error"
94
  msgstr "(JS997) Unerwarteter Fehler"
95
 
96
- #: lib/includes/class-wpbackitup-admin.php:275
97
  msgid "(JS998) Unexpected error"
98
  msgstr "(JS998) Unerwarteter Fehler"
99
 
100
- #: lib/includes/class-wpbackitup-admin.php:276
101
  msgid "(JS999) An unexpected error has occurred"
102
  msgstr "(JS999) Ein unerwarteter Fehler ist aufgetreten."
103
 
104
- #: lib/includes/class-wpbackitup-admin.php:277
105
  msgid "Scheduled has been saved."
106
  msgstr "Zeitplan wurde gespeichert."
107
 
108
- #: lib/includes/class-wpbackitup-admin.php:278
109
  msgid "Scheduled was not saved."
110
  msgstr "Zeitplan wurde nicht gespeichert."
111
 
112
- #: lib/includes/class-wpbackitup-admin.php:279
113
  msgid "Are you sure you want to restore your site?"
114
  msgstr "Sind Sie sicher, dass Sie Ihre Seite wiederherstellen möchten?"
115
 
116
- #: lib/includes/class-wpbackitup-admin.php:280
117
  msgid "Are you sure ?"
118
  msgstr "Sind Sie sicher?"
119
 
120
- #: lib/includes/class-wpbackitup-admin.php:281
121
  msgid "This file cannot be delete!"
122
  msgstr "Diese Datei kann nicht gelöscht werden!"
123
 
124
- #: lib/includes/class-wpbackitup-admin.php:282
125
  msgid "View Log"
126
  msgstr "Logdatei anzeigen"
127
 
128
- #: lib/includes/class-wpbackitup-admin.php:283
129
  msgid "New Backup!"
130
  msgstr "Neues Backup!"
131
 
132
- #: lib/includes/class-wpbackitup-admin.php:284
133
  msgid "Uploaded Backup"
134
  msgstr "Hochgeladenes Backup"
135
 
136
- #: lib/includes/class-wpbackitup-admin.php:685
137
  msgid "Backup Queued"
138
  msgstr "Geplantes Backup"
139
 
140
- #: lib/includes/class-wpbackitup-admin.php:694
141
  msgid "Backup could not be queued"
142
  msgstr "Backup konnte nicht geplant werden"
143
 
144
- #: lib/includes/class-wpbackitup-admin.php:706
145
  msgid "Job is already in queue."
146
  msgstr "Der Auftrag ist bereits in der Warteschlange."
147
 
148
- #: lib/includes/class-wpbackitup-admin.php:744
149
  msgid "No backup file selected."
150
  msgstr "Keine Backup-Datei ausgewählt."
151
 
152
- #: lib/includes/class-wpbackitup-admin.php:751
153
  msgid "No user id found."
154
  msgstr "Keine Nutzer-ID gefunden."
155
 
156
- #: lib/includes/class-wpbackitup-admin.php:789
157
  msgid "Restore Queued"
158
  msgstr "Wiederherstellung geplant"
159
 
160
- #: lib/includes/class-wpbackitup-admin.php:798
161
  msgid "Restore could not be queued"
162
  msgstr "Wiederherstellung konnte nicht geplant werden"
163
 
164
- #: lib/includes/class-wpbackitup-admin.php:804
165
  msgid "Restore already in queue"
166
  msgstr "Wiederherstellung bereits geplant"
167
 
168
- #: lib/includes/class-wpbackitup-admin.php:836
169
  msgid "No job id posted"
170
  msgstr "Keine Auftrags-ID gesendet"
171
 
172
- #: lib/includes/class-wpbackitup-admin.php:844 views/backup.php:471
173
  msgid "Backup Cancelled"
174
  msgstr "Backup abgebrochen"
175
 
176
- #: lib/includes/class-wpbackitup-admin.php:846
177
  msgid "Backup job not found"
178
  msgstr "Backup-Auftrag nicht gefunden"
179
 
180
- #: lib/includes/class-wpbackitup-admin.php:1055
181
  msgid "No response log found."
182
  msgstr "Kein Antwortprotokoll gefunden."
183
 
184
- #: lib/includes/class-wpbackitup-admin.php:1157
185
- #: lib/includes/class-wpbackitup-admin.php:1165
186
- #: lib/includes/class-wpbackitup-admin.php:1245
187
- #: lib/includes/class-wpbackitup-admin.php:1252
188
- #: lib/includes/class-wpbackitup-admin.php:1259
189
- #: lib/includes/class-wpbackitup-admin.php:1266
190
- #: lib/includes/class-wpbackitup-admin.php:1273
191
  msgid "Please enter a number"
192
  msgstr "Bitte eine Nummer eingeben"
193
 
194
- #: lib/includes/class-wpbackitup-admin.php:1193
195
  msgid "Please enter valid email"
196
  msgstr "Bitte eine gültige Email eingeben"
197
 
198
- #: lib/includes/class-wpbackitup-admin.php:1382
199
  msgid "Please enter a valid email"
200
  msgstr "Bitte eine gültige Email eingeben"
201
 
202
- #: lib/includes/class-wpbackitup-admin.php:1389
203
  msgid "Please enter your support ticket id"
204
  msgstr "Bitte ID des Support-Tickets eingeben"
205
 
206
- #: lib/includes/class-wpbackitup-admin.php:1394
207
  msgid "Please only enter numbers in this field"
208
  msgstr "Bitte Nummern in dieses Feld eingeben"
209
 
210
- #: lib/includes/class-wpbackitup-admin.php:2267
211
- #: lib/includes/class-wpbackitup-admin.php:2287
212
  msgid ""
213
  "License could not be activated. Please try again in a few hours and contact "
214
  "support if this error continues."
@@ -217,15 +236,15 @@ msgstr ""
217
  "Stunden nochmal und kontaktieren Sie den Kundendienst, wenn das Problem "
218
  "weiter bestehen sollte."
219
 
220
- #: lib/includes/class-wpbackitup-admin.php:2336
221
  msgid "License is invalid."
222
  msgstr "Lizenz ist nicht gültig"
223
 
224
- #: lib/includes/class-wpbackitup-admin.php:2341
225
  msgid "License has expired."
226
  msgstr "Lizenz ist abgelaufen"
227
 
228
- #: lib/includes/class-wpbackitup-admin.php:2344
229
  #, php-format
230
  msgid ""
231
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -237,15 +256,15 @@ msgstr ""
237
  "strong> und Unterstützung durch unseren <strong>erstklassigen Kundendienst</"
238
  "strong>."
239
 
240
- #: lib/includes/class-wpbackitup-admin.php:2358
241
  msgid "License Expired: Scheduled backups are no longer active."
242
  msgstr "Lizenz abgelaufen: Es werden keine geplanten Backups mehr ausgeführt."
243
 
244
- #: lib/includes/class-wpbackitup-admin.php:2366
245
  msgid "Activation limit has been reached."
246
  msgstr "Aktivierungs-Limit wurde erreicht"
247
 
248
- #: lib/includes/class-wpbackitup-admin.php:2372
249
  msgid "Your Activation limit has been reached"
250
  msgstr "Ihr Aktivierungs-Limit wurde erreicht"
251
 
@@ -587,6 +606,369 @@ msgstr ""
587
  msgid "(999) Unexpected error"
588
  msgstr "(999) Unerwarteter Fehler"
589
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
590
  #: vendor/edd/EDD_SL_Plugin_Updater.php:199
591
  #, php-format
592
  msgid ""
@@ -616,7 +998,7 @@ msgstr "Was neu ist"
616
  msgid "Premium Plugin"
617
  msgstr "Premium-Plugin"
618
 
619
- #: views/about.php:117 views/support.php:92
620
  msgid "WPBackItUp"
621
  msgstr "WPBackItUp"
622
 
@@ -642,7 +1024,7 @@ msgstr ""
642
  "Lesen Sie die folgenden Tipps, um sich mit WPBackItUp vertraut zu machen und "
643
  "Sie werden im Handumdrehen <em>Backups erstellen können</em>!"
644
 
645
- #: views/about.php:139 views/backup.php:483
646
  msgid "Backups"
647
  msgstr "Sicherungen"
648
 
@@ -666,7 +1048,7 @@ msgstr ""
666
  "Button klicken und schon wird WPBackItUp Ihre gesamte Seite sichern. Das "
667
  "Backup umfasst Datenbank, Plugins, Themes und sogar Medien-Dateien."
668
 
669
- #: views/about.php:150 views/about.php:395
670
  msgid "Download Backups"
671
  msgstr "Backups herunterladen"
672
 
@@ -901,10 +1283,41 @@ msgid "Below are just a few highlights for version %s. "
901
  msgstr "Im Folgenden finden Sie nur einige Highlights der Version %s:"
902
 
903
  #: views/about.php:270
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
904
  msgid "Email Notifications"
905
  msgstr "Email-Benachrichtigungen"
906
 
907
- #: views/about.php:276
908
  msgid ""
909
  "WPBackItUp now supports multiple email addresses for backup notifications. "
910
  "Using the WPBackItUp Settings page add multiple email addresses to the "
@@ -917,32 +1330,11 @@ msgstr ""
917
  "werden. Alle hier hinterlegten Empfänger werden per Email über erfolgreiche "
918
  "Sicherungen informiert."
919
 
920
- #: views/about.php:278
921
- msgid "About Page"
922
- msgstr "Info-Seite"
923
-
924
- #: views/about.php:279
925
- msgid ""
926
- "WPBackItUp now has a new <em>about</em> page and you are looking at it right "
927
- "now! The about page contains tips to help get you started with WPBackItUp "
928
- "as well as links to our knowledge base, faqs and instructions on how to "
929
- "contact support if you ever need help. It also includes a <em>what's new</"
930
- "em> section describing all the incredible new features and enhancements we "
931
- "make with every release."
932
- msgstr ""
933
- "WPBackItUp bietet eine neue <em>Info-Seite</em> (auf welcher Sie sich gerade "
934
- "befinden). Diese Seite enthält Tipps und Tricks zur Bedienung von "
935
- "WPBackItUp, eine Wissensdatenbank, die FAQs und Informationen darüber, wie "
936
- "Sie im Problemfall unseren Kundendienst kontaktieren können. Darüber hinaus "
937
- "beschreiben wir auf der <em>What's new</em>-Seite all die tollen Funktionen "
938
- "und Verbesserungen, welche im Zuge der zurückliegenden Aktualisierungen "
939
- "hinzugekommen sind."
940
-
941
- #: views/about.php:281 views/settings.php:146
942
  msgid "Maximum Zip File Size"
943
  msgstr "Maximale Größe für Zip-Dateien"
944
 
945
- #: views/about.php:282
946
  msgid ""
947
  "Over the years we have found that some hosting providers enforce strict "
948
  "limitations on the size of your backup archives. When this happens you "
@@ -962,15 +1354,15 @@ msgstr ""
962
  "wird keinerlei Dateien vergessen. Die Dateien werden nur auf verschiedene "
963
  "Zip-Archive verteilt."
964
 
965
- #: views/about.php:293
966
  msgid "Additional Updates"
967
  msgstr "Zusätzliche Aktualisierungen"
968
 
969
- #: views/about.php:296
970
  msgid "Backup Encryption (Premium Only)"
971
  msgstr "Backup-Verschlüsselung (nur für Premium-Nutzer)"
972
 
973
- #: views/about.php:297
974
  msgid ""
975
  "That's right, we have added backup encryption to this release but have "
976
  "turned it off while we beta test with a few customers. Backup encryption "
@@ -981,11 +1373,11 @@ msgstr ""
981
  "abgeschaltet. Die Verschlüsselungsfunktion wird mit dem bald erscheinenden "
982
  "großen Release (1.14) dann endgültig freigegeben."
983
 
984
- #: views/about.php:300
985
  msgid "File Name Validation"
986
  msgstr "Dateinamenüberprüfung"
987
 
988
- #: views/about.php:301
989
  msgid ""
990
  "We have added an additional validation for files with invalid names. This "
991
  "check will exclude files from a backup with invalid file names. These files "
@@ -997,11 +1389,11 @@ msgstr ""
997
  "handelt, die bei einer späteren Wiederherstellung Probleme verursachen "
998
  "würden."
999
 
1000
- #: views/about.php:304
1001
  msgid "SQL Files"
1002
  msgstr "SQL-Dateien"
1003
 
1004
- #: views/about.php:305
1005
  msgid ""
1006
  "For those of you with extremely large databases, you will be happy to know "
1007
  "that we now support database exports that contain more than 500 SQL files."
@@ -1010,11 +1402,11 @@ msgstr ""
1010
  "dass wir ab sofort auch Datenbank-Sicherungen unterstützen, die mehr als 500 "
1011
  "SQL-Dateien enthalten."
1012
 
1013
- #: views/about.php:309
1014
  msgid "Cloud API Gateway "
1015
  msgstr "Cloud-basiertes API-Gateway "
1016
 
1017
- #: views/about.php:310
1018
  msgid ""
1019
  "Every once in a while we have connectivity issues with a few hosts when "
1020
  "customers attempt to activate their license. To combat this issue we have "
@@ -1026,11 +1418,11 @@ msgstr ""
1026
  "haben wir ein neues Cloud-basiertes API-Gateway aufgesetzt, welches von "
1027
  "allen Hostern (unabhängig von Land und Plattform) erreichert werden kann."
1028
 
1029
- #: views/about.php:313
1030
  msgid "Tables missing WordPress table prefix"
1031
  msgstr "Tabellen mit fehlendem WordPress-Prefix"
1032
 
1033
- #: views/about.php:314
1034
  msgid ""
1035
  "We have added support for database tables that are missing the WordPress "
1036
  "table prefix. Some plugins create custom tables that do not contain the "
@@ -1044,95 +1436,95 @@ msgstr ""
1044
  "wieder vor. WPBackItUp wird jetzt aller Tabellen der Datenbank sichern, auch "
1045
  "wenn diese nicht den WordPress-Prefix aufweisen."
1046
 
1047
- #: views/about.php:320
1048
  msgid "Want to see the entire changelog?"
1049
  msgstr "Wollen Sie sich den kompletten Changelog anschauen?"
1050
 
1051
- #: views/about.php:321
1052
  msgid "View the Full Changelog"
1053
  msgstr "Vollständiges Änderungsprotokoll ansehen"
1054
 
1055
- #: views/about.php:350
1056
  msgid "Full Changelog"
1057
  msgstr "Vollständiges Änderungsprotokoll"
1058
 
1059
- #: views/about.php:370
1060
  msgid "Take a look at what you are missing!"
1061
  msgstr "Schauen Sie sich kurz an, auf was Sie verzichten!"
1062
 
1063
- #: views/about.php:378
1064
  msgid "FEATURES"
1065
  msgstr "FEATURES"
1066
 
1067
- #: views/about.php:379
1068
  msgid "LITE"
1069
  msgstr "LITE"
1070
 
1071
- #: views/about.php:380
1072
  msgid "PREMIUM"
1073
  msgstr "PREMIUM"
1074
 
1075
- #: views/about.php:385
1076
  msgid "Complete Backup (Database, Themes, Plugins &amp; Media Files)"
1077
  msgstr "Komplette Sicherung (Datenbank, Themes, Plugins &amp; Medien-Dateien)"
1078
 
1079
- #: views/about.php:390
1080
  msgid "Compressed Backups (Zip Format)"
1081
  msgstr "Komprimierte Backups (Zip-Format)"
1082
 
1083
- #: views/about.php:400
1084
  msgid "Directory Filters"
1085
  msgstr "Verzeichnis-Filter"
1086
 
1087
- #: views/about.php:405
1088
  msgid "Database Table Filters"
1089
  msgstr "Datenbank-Tabellen-Filter"
1090
 
1091
- #: views/about.php:410
1092
  msgid "Single File Database Export"
1093
  msgstr "Datenbank-Export in eine Datei"
1094
 
1095
- #: views/about.php:415
1096
  msgid "Single File Backup"
1097
  msgstr "Sicherung in eine Datei"
1098
 
1099
- #: views/about.php:420
1100
  msgid "Purge Old Backups"
1101
  msgstr "Bereinigung alter Backups"
1102
 
1103
- #: views/about.php:425
1104
  msgid "Cleanup Work Files &amp; Logs"
1105
  msgstr "Cleanup von temp. Dateien &amp; Log-Dateien"
1106
 
1107
- #: views/about.php:430
1108
  msgid "Backup Notifications via Email"
1109
  msgstr "Backup-Benachrichtigung via Email"
1110
 
1111
- #: views/about.php:435
1112
  msgid "One Click Restore</strong>"
1113
  msgstr "Ein-Klick-Wiederherstellung"
1114
 
1115
- #: views/about.php:440
1116
  msgid "Scheduled Backups"
1117
  msgstr "Geplante Backups"
1118
 
1119
- #: views/about.php:445
1120
  msgid "Import Backups"
1121
  msgstr "Import von Backups"
1122
 
1123
- #: views/about.php:455
1124
  msgid "Premium Support"
1125
  msgstr "Premium-Support"
1126
 
1127
- #: views/about.php:460
1128
  msgid "Product Updates"
1129
  msgstr "Produkt-Updates"
1130
 
1131
- #: views/about.php:467
1132
  msgid "GET PREMIUM"
1133
  msgstr "PREMIUM FREISCHALTEN"
1134
 
1135
- #: views/about.php:490
1136
  msgid "No valid changelog was found."
1137
  msgstr "Es wurde kein gültiger Cheangelog gefunden"
1138
 
@@ -1144,26 +1536,26 @@ msgstr "Es wurde kein gültiger Cheangelog gefunden"
1144
  msgid "%s Dashboard"
1145
  msgstr "%s Dashboard"
1146
 
1147
- #: views/backup.php:242
1148
  msgid "Dismiss"
1149
  msgstr "Verwerfen"
1150
 
1151
- #: views/backup.php:254
1152
  #, php-format
1153
  msgid "Backup folder does not exist. Please contact %s for assistance."
1154
  msgstr ""
1155
  "Das Sicherungs-Verzeichnis existiert nicht. Bitte kontaktieren Sie %s für "
1156
  "Hilfestellung."
1157
 
1158
- #: views/backup.php:254 views/restore.php:75 views/restore.php:82
1159
  msgid "support"
1160
  msgstr "Support"
1161
 
1162
- #: views/backup.php:257 views/backup.php:263
1163
  msgid "Close"
1164
  msgstr "Schließen"
1165
 
1166
- #: views/backup.php:278
1167
  msgid ""
1168
  "Click the backup button to create a zipped backup file of this site's "
1169
  "database, plugins, themes and settings."
@@ -1171,7 +1563,7 @@ msgstr ""
1171
  "Auf Sicherung klicken, um Datenbank, Plugins, Themes und Einstellungen "
1172
  "dieser Seite in einer komprimierten Datei zu sichern."
1173
 
1174
- #: views/backup.php:279
1175
  msgid ""
1176
  "Once your backup file has been created it will appear in the available "
1177
  "backups section below. This file may remain on your hosting providers server "
@@ -1182,7 +1574,7 @@ msgstr ""
1182
  "Server Ihres Hosters liegen lassen. Wir empfehlen allerdings, die Datei "
1183
  "herunterzuladen und auch an einem anderen Ort zu speichern."
1184
 
1185
- #: views/backup.php:280
1186
  msgid ""
1187
  "WPBackItUp premium customers can use these backup files to perform an "
1188
  "automated restore of their site."
@@ -1190,11 +1582,7 @@ msgstr ""
1190
  "Premium-Kunden von WPBackItUp können diese Sicherungs-Dateien verwenden, um "
1191
  "eine automatische Wiederherstellung ihrer Seite durchzuführen."
1192
 
1193
- #: views/backup.php:284
1194
- msgid "Cancel"
1195
- msgstr "Abbrechen"
1196
-
1197
- #: views/backup.php:291
1198
  #, php-format
1199
  msgid ""
1200
  "WPBackItUp lite customers may use these backup files to manually restore "
@@ -1204,16 +1592,16 @@ msgstr ""
1204
  "verwenden, um eine manuelle Wiederherstellung ihrer Seite durchzuführen. "
1205
  "Eine Anleitung zur manuellen Wiederherstellung finden Sie unter %s."
1206
 
1207
- #: views/backup.php:298
1208
  msgid "Backup Schedule"
1209
  msgstr "Sicherungs-Zeitplan"
1210
 
1211
- #: views/backup.php:300
1212
  msgid "Select the days of the week you would like your backup to run."
1213
  msgstr ""
1214
  "Wählen Sie die Wochentage, an welchen ein Sicherung durchgeführt werden soll."
1215
 
1216
- #: views/backup.php:302
1217
  msgid ""
1218
  "Backup your site once per week or every day, it's up to you. If you have "
1219
  "email notifications turned on we'll even send you an email when it's done. "
@@ -1229,43 +1617,43 @@ msgstr ""
1229
  "Hosters liegen lassen. Wir empfehlen allerdings, die Datei herunterzuladen "
1230
  "und auch an einem anderen Ort zu speichern."
1231
 
1232
- #: views/backup.php:304
1233
  msgid "Please make sure to schedule your backup for at least once per week."
1234
  msgstr "Bitte planen Sie mindestens eine Sicherung pro Woche."
1235
 
1236
- #: views/backup.php:308
1237
  msgid "Monday"
1238
  msgstr "Montag"
1239
 
1240
- #: views/backup.php:309
1241
  msgid "Tuesday"
1242
  msgstr "Dienstag"
1243
 
1244
- #: views/backup.php:310
1245
  msgid "Wednesday"
1246
  msgstr "Mittwoch"
1247
 
1248
- #: views/backup.php:311
1249
  msgid "Thursday"
1250
  msgstr "Donnerstag"
1251
 
1252
- #: views/backup.php:312
1253
  msgid "Friday"
1254
  msgstr "Freitag"
1255
 
1256
- #: views/backup.php:313
1257
  msgid "Saturday"
1258
  msgstr "Samstag"
1259
 
1260
- #: views/backup.php:314
1261
  msgid "Sunday"
1262
  msgstr "Sonntag"
1263
 
1264
- #: views/backup.php:317
1265
  msgid "Save Schedule"
1266
  msgstr "Zeitplan speichern"
1267
 
1268
- #: views/backup.php:322
1269
  #, php-format
1270
  msgid ""
1271
  "Scheduled backups are only available to WPBackItUp premium customers. "
@@ -1274,35 +1662,35 @@ msgstr ""
1274
  "Geplante Sicherungen stehen nur Premium-Kunden von WPBackItUp zur Verfügung. "
1275
  "Besuchen Sie %s, um WPBackItUp für 30 Tage risikofrei ausprobieren zu können."
1276
 
1277
- #: views/backup.php:330 views/restore.php:95
1278
  msgid "Available Backups"
1279
  msgstr "Verfügbare Sicherungen"
1280
 
1281
- #: views/backup.php:350 views/backup.php:399
1282
  msgid "Type"
1283
  msgstr "Typ"
1284
 
1285
- #: views/backup.php:351 views/backup.php:401 views/restore.php:100
1286
  msgid "Date"
1287
  msgstr "Datum"
1288
 
1289
- #: views/backup.php:352 views/backup.php:403
1290
  msgid "Duration"
1291
  msgstr "Dauer"
1292
 
1293
- #: views/backup.php:371
1294
  msgid "Success"
1295
  msgstr "Erfolgreich"
1296
 
1297
- #: views/backup.php:374
1298
  msgid "Active"
1299
  msgstr "Aktiv"
1300
 
1301
- #: views/backup.php:417 views/restore.php:149
1302
  msgid "No backup archives found."
1303
  msgstr "Keine Sicherungs-Archive gefunden."
1304
 
1305
- #: views/backup.php:426
1306
  #, php-format
1307
  msgid ""
1308
  "The automated restore feature is only available to WPBackItUp premium "
@@ -1311,18 +1699,18 @@ msgstr ""
1311
  "Geplante Sicherungen stehen nur Premium-Kunden von WPBackItUp zur Verfügung. "
1312
  "Besuchen Sie %s, um WPBackItUp für 30 Tage risikofrei ausprobieren zu können."
1313
 
1314
- #: views/backup.php:435 views/restore.php:234
1315
  msgid "Nothing to report"
1316
  msgstr "Nichts zu berichten"
1317
 
1318
- #: views/backup.php:440
1319
  msgid "Preparing for backup"
1320
  msgstr "Sicherung wird vorbereitet"
1321
 
1322
- #: views/backup.php:440 views/backup.php:441 views/backup.php:442
1323
- #: views/backup.php:443 views/backup.php:444 views/backup.php:445
1324
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1325
- #: views/backup.php:450 views/backup.php:452 views/restore.php:244
 
 
1326
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1327
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1328
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
@@ -1330,10 +1718,10 @@ msgstr "Sicherung wird vorbereitet"
1330
  msgid "Done"
1331
  msgstr "Fertig"
1332
 
1333
- #: views/backup.php:440 views/backup.php:441 views/backup.php:442
1334
- #: views/backup.php:443 views/backup.php:444 views/backup.php:445
1335
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1336
- #: views/backup.php:450 views/backup.php:452 views/restore.php:244
 
 
1337
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1338
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1339
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
@@ -1341,63 +1729,63 @@ msgstr "Fertig"
1341
  msgid "Failed"
1342
  msgstr "Fehlgeschlagen"
1343
 
1344
- #: views/backup.php:441
1345
  msgid "Creating inventory of files to backup"
1346
  msgstr "Liste der zu sichernden Dateien wir erstellt"
1347
 
1348
- #: views/backup.php:442
1349
  msgid "Exporting database"
1350
  msgstr "Datenbank wird exportiert"
1351
 
1352
- #: views/backup.php:443
1353
  msgid "Backing up database"
1354
  msgstr "Sichere die Datenbank"
1355
 
1356
- #: views/backup.php:444
1357
  msgid "Backing up themes"
1358
  msgstr "Sichere Themes"
1359
 
1360
- #: views/backup.php:445
1361
  msgid "Backing up plugins"
1362
  msgstr "Sichere Plugins"
1363
 
1364
- #: views/backup.php:446
1365
  msgid "Backing up uploads"
1366
  msgstr "Sichere Uploads"
1367
 
1368
- #: views/backup.php:447
1369
  msgid "Backing up everything else"
1370
  msgstr "Sichere alle weiteren Daten"
1371
 
1372
- #: views/backup.php:448
1373
  msgid "Validating backup"
1374
  msgstr "Überprüfe Sicherung"
1375
 
1376
- #: views/backup.php:450
1377
  msgid "Encrypting sensitive files"
1378
  msgstr "Sensible Dateien werden verschlüsselt"
1379
 
1380
- #: views/backup.php:452
1381
  msgid "Finalizing backup"
1382
  msgstr "Schließe Sicherung ab"
1383
 
1384
- #: views/backup.php:462
1385
  msgid "Backup completed successfully"
1386
  msgstr "Sicherung erfolgreich abgeschlossen."
1387
 
1388
- #: views/backup.php:483
1389
  msgid "Version "
1390
  msgstr "Version"
1391
 
1392
- #: views/backup.php:485
1393
  msgid "Welcome to WPBackItUp!"
1394
  msgstr "Willkommen bei WPBackItUp!"
1395
 
1396
- #: views/backup.php:485
1397
  msgid "The simplest way to backup your WordPress site."
1398
  msgstr "Der einfachste Weg, um Ihre Wordpress-Seite zu sichern."
1399
 
1400
- #: views/backup.php:486
1401
  msgid ""
1402
  "Getting started is easy, just click the backup button on the left side of "
1403
  "this page."
@@ -1405,7 +1793,7 @@ msgstr ""
1405
  "Die ersten Schritte sind gar nicht schwer. Drücken Sie einfach den Sicherung-"
1406
  "Button links auf dieser Seite."
1407
 
1408
- #: views/backup.php:490
1409
  #, php-format
1410
  msgid ""
1411
  "Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
@@ -1414,40 +1802,40 @@ msgstr ""
1414
  "Glückwunsch! Sie haben <span style=\"font-weight:bold;font-size:medium;"
1415
  "color: green\">%s</span> erfolgreiche Sicherungen durchgeführt."
1416
 
1417
- #: views/backup.php:491
1418
  msgid "Tips"
1419
  msgstr "Tipps"
1420
 
1421
- #: views/backup.php:492
1422
  msgid "Backup your site at least once per week"
1423
  msgstr "Sichern Sie Ihre Seite mindestens einmal pro Woche."
1424
 
1425
- #: views/backup.php:493
1426
  msgid "Download all your backups and store them somewhere safe"
1427
  msgstr ""
1428
  "Laden Sie all Ihre Sicherungen herunter und speichern Sie sie an einem "
1429
  "sicheren Ort."
1430
 
1431
- #: views/backup.php:494
1432
  msgid "Verify your backup files are good by taking a look at what's inside"
1433
  msgstr ""
1434
  "Prüfen Sie, ob Ihr Sicherungs-Dateien in Ordnung sind, indem Sie einen Blick "
1435
  "auf den Inhalt werfen."
1436
 
1437
- #: views/backup.php:499
1438
  #, php-format
1439
  msgid "Why not %s and schedule your backups!"
1440
  msgstr "Wie wäre es mit einem %s und geplanten Sicherungen!"
1441
 
1442
- #: views/backup.php:499
1443
  msgid "upgrade"
1444
  msgstr "Upgrade"
1445
 
1446
- #: views/backup.php:508
1447
  msgid "Register WPBackItUp"
1448
  msgstr "WPBackItUp registrieren"
1449
 
1450
- #: views/backup.php:511
1451
  msgid ""
1452
  "Enter your name and email address below to receive <b>special offers</b> and "
1453
  "access to our world class <b>support</b> team. <br />\n"
@@ -1460,82 +1848,70 @@ msgstr ""
1460
  "<br />Geben Sie unten Ihren Lizenzschlüssel ein, um ihn für diese Seite zu "
1461
  "aktivieren."
1462
 
1463
- #: views/backup.php:513
1464
  msgid "name"
1465
  msgstr "Name"
1466
 
1467
- #: views/backup.php:514
1468
  msgid "email address"
1469
  msgstr "E-Mail-Adresse"
1470
 
1471
- #: views/backup.php:515
1472
  msgid "license key"
1473
  msgstr "Lizenzschlüssel"
1474
 
1475
- #: views/backup.php:515 views/backup.php:565 views/backup.php:569
1476
  #, php-format
1477
  msgid "%s"
1478
  msgstr "%s"
1479
 
1480
- #: views/backup.php:516
1481
  msgid "Free plugin customers do not need to enter license key."
1482
  msgstr ""
1483
  "Nutzer der kostenlosen Plugin-Version müssen keinen Lizenzschlüssel eingeben."
1484
 
1485
- #: views/backup.php:517
1486
  msgid "Register"
1487
  msgstr "Registrieren"
1488
 
1489
- #: views/backup.php:526
1490
  msgid "License Info"
1491
  msgstr "Lizenzinformation"
1492
 
1493
- #: views/backup.php:548
1494
- msgid "Name"
1495
- msgstr "Name"
1496
-
1497
- #: views/backup.php:549
1498
- msgid "Email"
1499
- msgstr "E-Mail"
1500
-
1501
- #: views/backup.php:550
1502
  msgid "License Type"
1503
  msgstr "Lizenztyp"
1504
 
1505
- #: views/backup.php:551
1506
  msgid "Expires"
1507
  msgstr "Läuft ab"
1508
 
1509
- #: views/backup.php:554
1510
  msgid "Enter license key to activate on this site."
1511
  msgstr "Lizenzschlüssel eingeben und für diese Seite aktivieren"
1512
 
1513
- #: views/backup.php:561
1514
  msgid "License Active"
1515
  msgstr "Lizenz aktiv"
1516
 
1517
- #: views/backup.php:569
1518
  msgid "License expired"
1519
  msgstr "Lizenz abgelaufen"
1520
 
1521
- #: views/backup.php:573
1522
- msgid "Update"
1523
- msgstr "Update"
1524
-
1525
- #: views/backup.php:577
1526
  msgid "Activate"
1527
  msgstr "Aktivieren"
1528
 
1529
- #: views/backup.php:581
1530
  #, php-format
1531
  msgid "Purchase a %s license using the purchase link above."
1532
  msgstr "Erwerben Sie über den obenstehenden Link einen %s Lizenzschlüssel."
1533
 
1534
- #: views/backup.php:581
1535
  msgid "no-risk"
1536
  msgstr "kein Risiko"
1537
 
1538
- #: views/backup.php:587
1539
  #, php-format
1540
  msgid ""
1541
  "Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
@@ -1546,35 +1922,35 @@ msgstr ""
1546
  "ein weiteres Jahr mit <strong>Produkt-Updates</strong> und Unterstützung "
1547
  "durch unseren <strong>erstklassigen Kundendienst</strong>."
1548
 
1549
- #: views/backup.php:598
1550
  msgid "Useful Links"
1551
  msgstr "Nützliche Links"
1552
 
1553
- #: views/backup.php:600
1554
  msgid "Getting Started Video"
1555
  msgstr "Einführungsvideo"
1556
 
1557
- #: views/backup.php:603
1558
  msgid "Your account"
1559
  msgstr "Dein Konto"
1560
 
1561
- #: views/backup.php:606
1562
  msgid "Website Migration Service"
1563
  msgstr "Migrationsservice für Webseiten"
1564
 
1565
- #: views/backup.php:608
1566
  msgid "Documentation"
1567
  msgstr "Dokumentation"
1568
 
1569
- #: views/backup.php:614
1570
  msgid "Feature request"
1571
  msgstr "Feature-Anfrage"
1572
 
1573
- #: views/backup.php:616
1574
  msgid "Language Translations"
1575
  msgstr "Übersetzungen"
1576
 
1577
- #: views/backup.php:618
1578
  msgid "Contact"
1579
  msgstr "Kontakt"
1580
 
@@ -2431,19 +2807,23 @@ msgstr ""
2431
  "Aktivieren Sie diese Checkbox, wenn beim Löschen des WPBackItUp-Plugins auch "
2432
  "all seine Daten gelöscht werden sollen."
2433
 
2434
- #: views/support.php:65 views/support.php:221
2435
  msgid "Send Logs"
2436
  msgstr "Logs senden"
2437
 
2438
- #: views/support.php:71
 
 
 
 
2439
  msgid "Advanced"
2440
  msgstr "Experteneinstellungen"
2441
 
2442
- #: views/support.php:93
2443
  msgid "Support Center"
2444
  msgstr "Support-Center"
2445
 
2446
- #: views/support.php:95
2447
  msgid ""
2448
  "Welcome to the WPBackItUp support center. If you have any questions or run "
2449
  "into any trouble with WPBackItUp then you've come to the right place."
@@ -2452,7 +2832,7 @@ msgstr ""
2452
  "oder bei der Nutzung Probleme aufgetreten sind, dann sind Sie hier genau "
2453
  "richtig."
2454
 
2455
- #: views/support.php:112
2456
  msgid ""
2457
  "To streamline support requests and better serve you, we utilize a support "
2458
  "ticket system. Every support request is assigned a unique ticket number "
@@ -2469,11 +2849,11 @@ msgstr ""
2469
  "vor. Da jegliche Korrespondenz per Email erfolgt, ist eine gültige Email-"
2470
  "Adresse erforderlich."
2471
 
2472
- #: views/support.php:120
2473
  msgid "Search &rarr; Knowledge base"
2474
  msgstr "Durchsuche &rarr; Wissensdatenbank"
2475
 
2476
- #: views/support.php:121
2477
  msgid ""
2478
  "Want to search our entire documentation library, all our how to articles and "
2479
  "even our faq's in one shot? Just type your question into the knowledge base "
@@ -2484,11 +2864,11 @@ msgstr ""
2484
  "Suchleiste der Wissensdatenbank ein und wir werden Ihnen jegliche "
2485
  "Informationen anzeigen, die für den Suchbegriff von Relevanz sein könnten."
2486
 
2487
- #: views/support.php:123
2488
  msgid "New &rarr; Ticket"
2489
  msgstr "Neu &rarr; Ticket"
2490
 
2491
- #: views/support.php:124
2492
  msgid ""
2493
  "Need to open a new support ticket? Just click the link above. Please "
2494
  "provide as much detail as possible so we can best assist you."
@@ -2497,11 +2877,11 @@ msgstr ""
2497
  "obenstehenden Link. Bitte stellen Sie uns so viel Informationen wie möglich "
2498
  "zur Verfügung, damit wir Ihnen zielgerichtet weiterhelfen können."
2499
 
2500
- #: views/support.php:126
2501
  msgid "Check &rarr; Status"
2502
  msgstr "Prüfen &rarr; Status"
2503
 
2504
- #: views/support.php:127
2505
  msgid ""
2506
  "To check ticket status or update a previously submitted ticket you will "
2507
  "first need to login. Our support portal provides a history of your current "
@@ -2512,11 +2892,11 @@ msgstr ""
2512
  "finden Sie eine Übersicht über alle laufenden und zurückliegenden Support-"
2513
  "Anfragen mit kompletten Kommunikationsprotokollen."
2514
 
2515
- #: views/support.php:129
2516
  msgid "Send &rarr; Logs"
2517
  msgstr "Senden &rarr; Logs"
2518
 
2519
- #: views/support.php:130
2520
  msgid ""
2521
  "Sometimes it may be necessary for you to send your log files to support. If "
2522
  "that ever happens, just click the link above and we will show you what to do."
@@ -2525,7 +2905,7 @@ msgstr ""
2525
  "Genauere Informationen dazu, wie beim Versand von Log-Dateien vorzugehen "
2526
  "ist, finden Sie unter obenstehendem Link."
2527
 
2528
- #: views/support.php:169
2529
  msgid ""
2530
  "If you have been asked by support to send your log files then you are in the "
2531
  "right spot."
@@ -2533,16 +2913,16 @@ msgstr ""
2533
  "Wenn Sie durch den Kundendienst dazu aufgefordert wurden, Ihre Log-Dateien "
2534
  "einzusenden, dann sind Sie hier genau richtig."
2535
 
2536
- #: views/support.php:181
2537
  msgid "Send Logs to Support"
2538
  msgstr "Log-Dateien an Kundendienst senden"
2539
 
2540
- #: views/support.php:182
2541
  msgid "This form should only be used when working with support."
2542
  msgstr ""
2543
  "Für Anfragen an den Kundendienst sollte dieses Formular verwendet werden."
2544
 
2545
- #: views/support.php:183
2546
  #, php-format
2547
  msgid ""
2548
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
@@ -2551,7 +2931,7 @@ msgstr ""
2551
  "Bitte erstellen Sie ein Support-Ticket im WPBackItUp <a href=\"%s\" target="
2552
  "\"_blank\">Support-Portal</a>, bevor Sie dieses Formular verwenden."
2553
 
2554
- #: views/support.php:184
2555
  msgid ""
2556
  "The ticket id you receive from your support request should be entered in the "
2557
  "ticket id field below."
@@ -2559,37 +2939,41 @@ msgstr ""
2559
  "Die Ticket-ID, welche Sie zu Ihrer Support-Anfrage erhalten, sollten Sie "
2560
  "unten in das Ticket-ID-Feld eintragen."
2561
 
2562
- #: views/support.php:185
2563
  msgid "your email address"
2564
  msgstr "Deine E-Mail Adresse."
2565
 
2566
- #: views/support.php:196
2567
  msgid "support ticket id"
2568
  msgstr "ID des Support-Tickets"
2569
 
2570
- #: views/support.php:207
2571
  msgid "problem description or additional information"
2572
  msgstr "Problembeschreibung oder zusätzliche Informationen"
2573
 
2574
- #: views/support.php:224
2575
  msgid "Please register your version of WPBackItUp for access to support."
2576
  msgstr ""
2577
  "Bitte registrieren Sie Ihre Version von WPBackItUp, um den Kundendienst in "
2578
  "Anspruch nehmen zu können."
2579
 
2580
- #: views/support.php:228
2581
  msgid "Premium customers receive priority support."
2582
  msgstr "Premium-Kunden erhalten bevorzugten Support."
2583
 
2584
- #: views/support.php:236
2585
  msgid "Support email could not be sent!"
2586
  msgstr "Email konnte nicht an den Kundendienst versandt werden!"
2587
 
2588
- #: views/support.php:243
2589
  msgid "Support email sent successfully!"
2590
  msgstr "Email an den Kundendienst erfolgreich versandt!"
2591
 
2592
- #: views/support.php:267
 
 
 
 
2593
  msgid "Content goes here"
2594
  msgstr "Inhalt hier eintragen"
2595
 
@@ -2624,3 +3008,22 @@ msgstr "Lokale Datei"
2624
  #: wp-backitup.php:184
2625
  msgid "Cleanup"
2626
  msgstr "Bereinigung"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  msgid ""
7
  msgstr ""
8
  "Project-Id-Version: WPBackItUp\n"
9
+ "POT-Creation-Date: 2016-12-22 11:39-0500\n"
10
+ "PO-Revision-Date: 2016-12-22 11:39-0500\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 "Alle %d Minuten"
28
 
29
+ #: lib/includes/class-download-log.php:94
30
+ #: lib/includes/class-wpbackitup-admin.php:264
31
+ #: vendor/WordPress/class-wp-list-table.php:1918 views/backup.php:414
32
+ #: views/restore.php:129
33
+ msgid "Delete"
34
+ msgstr "Löschen"
35
+
36
+ #: lib/includes/class-download-log.php:94
37
+ msgid "Are you sure?"
38
+ msgstr ""
39
+
40
+ #: lib/includes/class-download-log.php:95
41
+ #: lib/includes/class-wpbackitup-admin.php:263
42
+ msgid "Download"
43
+ msgstr "Download"
44
+
45
+ #: lib/includes/class-download-log.php:130
46
+ msgid "Time"
47
+ msgstr ""
48
+
49
+ #: lib/includes/class-download-log.php:131
50
+ msgid "Log File"
51
+ msgstr ""
52
+
53
+ #: lib/includes/class-download-log.php:132
54
+ msgid "Size"
55
+ msgstr ""
56
+
57
+ #: lib/includes/class-wpbackitup-admin.php:217 views/backup.php:283
58
+ #: views/backup.php:289 views/backup.php:355 views/backup.php:392
59
  #: views/restore.php:99 wp-backitup.php:156
60
  msgid "Backup"
61
  msgstr "Sichern"
62
 
63
+ #: lib/includes/class-wpbackitup-admin.php:222
64
+ #: lib/includes/class-wpbackitup-admin.php:265 views/about.php:191
65
  #: views/restore.php:136 wp-backitup.php:170
66
  msgid "Restore"
67
  msgstr "Wiederherstellen"
68
 
69
+ #: lib/includes/class-wpbackitup-admin.php:227 views/support.php:66
70
  msgid "Support"
71
  msgstr "Support"
72
 
73
+ #: lib/includes/class-wpbackitup-admin.php:230
74
  msgid "Settings"
75
  msgstr "Einstellungen"
76
 
77
+ #: lib/includes/class-wpbackitup-admin.php:233
78
  msgid "About"
79
  msgstr "Über"
80
 
81
+ #: lib/includes/class-wpbackitup-admin.php:258
82
  msgid ""
83
  "The backup you have selected exceeds what your host allows you to upload."
84
  msgstr ""
85
  "Das von Ihnen gewählte Backup übersteigt die von Ihrem Web-Host zum Upload "
86
  "zugelassene Datenmenge."
87
 
88
+ #: lib/includes/class-wpbackitup-admin.php:259 views/backup.php:446
89
+ #: views/backup.php:447 views/backup.php:448 views/backup.php:449
90
+ #: views/backup.php:450 views/backup.php:451 views/backup.php:452
91
+ #: views/backup.php:453 views/backup.php:454 views/backup.php:456
92
+ #: views/backup.php:458
93
  msgid "Warning"
94
  msgstr "Warnung"
95
 
96
+ #: lib/includes/class-wpbackitup-admin.php:260
97
+ #: vendor/edd/EDD_SL_Plugin_Updater.php:363 views/backup.php:259
98
+ #: views/backup.php:383
99
  msgid "Error"
100
  msgstr "Fehler"
101
 
102
+ #: lib/includes/class-wpbackitup-admin.php:261
103
  msgid "Response"
104
  msgstr "Antwort"
105
 
106
+ #: lib/includes/class-wpbackitup-admin.php:262 views/backup.php:359
107
+ #: views/backup.php:411 views/backup.php:437 views/restore.php:230
108
  msgid "Status"
109
  msgstr "Status"
110
 
111
+ #: lib/includes/class-wpbackitup-admin.php:266
 
 
 
 
 
 
 
 
 
112
  msgid "(JS997) Unexpected error"
113
  msgstr "(JS997) Unerwarteter Fehler"
114
 
115
+ #: lib/includes/class-wpbackitup-admin.php:267
116
  msgid "(JS998) Unexpected error"
117
  msgstr "(JS998) Unerwarteter Fehler"
118
 
119
+ #: lib/includes/class-wpbackitup-admin.php:268
120
  msgid "(JS999) An unexpected error has occurred"
121
  msgstr "(JS999) Ein unerwarteter Fehler ist aufgetreten."
122
 
123
+ #: lib/includes/class-wpbackitup-admin.php:269
124
  msgid "Scheduled has been saved."
125
  msgstr "Zeitplan wurde gespeichert."
126
 
127
+ #: lib/includes/class-wpbackitup-admin.php:270
128
  msgid "Scheduled was not saved."
129
  msgstr "Zeitplan wurde nicht gespeichert."
130
 
131
+ #: lib/includes/class-wpbackitup-admin.php:271
132
  msgid "Are you sure you want to restore your site?"
133
  msgstr "Sind Sie sicher, dass Sie Ihre Seite wiederherstellen möchten?"
134
 
135
+ #: lib/includes/class-wpbackitup-admin.php:272
136
  msgid "Are you sure ?"
137
  msgstr "Sind Sie sicher?"
138
 
139
+ #: lib/includes/class-wpbackitup-admin.php:273
140
  msgid "This file cannot be delete!"
141
  msgstr "Diese Datei kann nicht gelöscht werden!"
142
 
143
+ #: lib/includes/class-wpbackitup-admin.php:274
144
  msgid "View Log"
145
  msgstr "Logdatei anzeigen"
146
 
147
+ #: lib/includes/class-wpbackitup-admin.php:275
148
  msgid "New Backup!"
149
  msgstr "Neues Backup!"
150
 
151
+ #: lib/includes/class-wpbackitup-admin.php:276
152
  msgid "Uploaded Backup"
153
  msgstr "Hochgeladenes Backup"
154
 
155
+ #: lib/includes/class-wpbackitup-admin.php:680
156
  msgid "Backup Queued"
157
  msgstr "Geplantes Backup"
158
 
159
+ #: lib/includes/class-wpbackitup-admin.php:689
160
  msgid "Backup could not be queued"
161
  msgstr "Backup konnte nicht geplant werden"
162
 
163
+ #: lib/includes/class-wpbackitup-admin.php:701
164
  msgid "Job is already in queue."
165
  msgstr "Der Auftrag ist bereits in der Warteschlange."
166
 
167
+ #: lib/includes/class-wpbackitup-admin.php:739
168
  msgid "No backup file selected."
169
  msgstr "Keine Backup-Datei ausgewählt."
170
 
171
+ #: lib/includes/class-wpbackitup-admin.php:746
172
  msgid "No user id found."
173
  msgstr "Keine Nutzer-ID gefunden."
174
 
175
+ #: lib/includes/class-wpbackitup-admin.php:784
176
  msgid "Restore Queued"
177
  msgstr "Wiederherstellung geplant"
178
 
179
+ #: lib/includes/class-wpbackitup-admin.php:793
180
  msgid "Restore could not be queued"
181
  msgstr "Wiederherstellung konnte nicht geplant werden"
182
 
183
+ #: lib/includes/class-wpbackitup-admin.php:799
184
  msgid "Restore already in queue"
185
  msgstr "Wiederherstellung bereits geplant"
186
 
187
+ #: lib/includes/class-wpbackitup-admin.php:831
188
  msgid "No job id posted"
189
  msgstr "Keine Auftrags-ID gesendet"
190
 
191
+ #: lib/includes/class-wpbackitup-admin.php:839 views/backup.php:477
192
  msgid "Backup Cancelled"
193
  msgstr "Backup abgebrochen"
194
 
195
+ #: lib/includes/class-wpbackitup-admin.php:841
196
  msgid "Backup job not found"
197
  msgstr "Backup-Auftrag nicht gefunden"
198
 
199
+ #: lib/includes/class-wpbackitup-admin.php:1050
200
  msgid "No response log found."
201
  msgstr "Kein Antwortprotokoll gefunden."
202
 
203
+ #: lib/includes/class-wpbackitup-admin.php:1152
204
+ #: lib/includes/class-wpbackitup-admin.php:1160
205
+ #: lib/includes/class-wpbackitup-admin.php:1240
206
+ #: lib/includes/class-wpbackitup-admin.php:1247
207
+ #: lib/includes/class-wpbackitup-admin.php:1254
208
+ #: lib/includes/class-wpbackitup-admin.php:1261
209
+ #: lib/includes/class-wpbackitup-admin.php:1268
210
  msgid "Please enter a number"
211
  msgstr "Bitte eine Nummer eingeben"
212
 
213
+ #: lib/includes/class-wpbackitup-admin.php:1188
214
  msgid "Please enter valid email"
215
  msgstr "Bitte eine gültige Email eingeben"
216
 
217
+ #: lib/includes/class-wpbackitup-admin.php:1377
218
  msgid "Please enter a valid email"
219
  msgstr "Bitte eine gültige Email eingeben"
220
 
221
+ #: lib/includes/class-wpbackitup-admin.php:1384
222
  msgid "Please enter your support ticket id"
223
  msgstr "Bitte ID des Support-Tickets eingeben"
224
 
225
+ #: lib/includes/class-wpbackitup-admin.php:1389
226
  msgid "Please only enter numbers in this field"
227
  msgstr "Bitte Nummern in dieses Feld eingeben"
228
 
229
+ #: lib/includes/class-wpbackitup-admin.php:2282
230
+ #: lib/includes/class-wpbackitup-admin.php:2302
231
  msgid ""
232
  "License could not be activated. Please try again in a few hours and contact "
233
  "support if this error continues."
236
  "Stunden nochmal und kontaktieren Sie den Kundendienst, wenn das Problem "
237
  "weiter bestehen sollte."
238
 
239
+ #: lib/includes/class-wpbackitup-admin.php:2351
240
  msgid "License is invalid."
241
  msgstr "Lizenz ist nicht gültig"
242
 
243
+ #: lib/includes/class-wpbackitup-admin.php:2356
244
  msgid "License has expired."
245
  msgstr "Lizenz ist abgelaufen"
246
 
247
+ #: lib/includes/class-wpbackitup-admin.php:2359
248
  #, php-format
249
  msgid ""
250
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
256
  "strong> und Unterstützung durch unseren <strong>erstklassigen Kundendienst</"
257
  "strong>."
258
 
259
+ #: lib/includes/class-wpbackitup-admin.php:2373
260
  msgid "License Expired: Scheduled backups are no longer active."
261
  msgstr "Lizenz abgelaufen: Es werden keine geplanten Backups mehr ausgeführt."
262
 
263
+ #: lib/includes/class-wpbackitup-admin.php:2381
264
  msgid "Activation limit has been reached."
265
  msgstr "Aktivierungs-Limit wurde erreicht"
266
 
267
+ #: lib/includes/class-wpbackitup-admin.php:2387
268
  msgid "Your Activation limit has been reached"
269
  msgstr "Ihr Aktivierungs-Limit wurde erreicht"
270
 
606
  msgid "(999) Unexpected error"
607
  msgstr "(999) Unerwarteter Fehler"
608
 
609
+ #: vendor/WordPress/class-wp-list-table.php:162
610
+ msgid "List View"
611
+ msgstr ""
612
+
613
+ #: vendor/WordPress/class-wp-list-table.php:163
614
+ msgid "Excerpt View"
615
+ msgstr ""
616
+
617
+ #: vendor/WordPress/class-wp-list-table.php:334
618
+ msgid "No items found."
619
+ msgstr ""
620
+
621
+ #: vendor/WordPress/class-wp-list-table.php:461
622
+ msgid "Select bulk action"
623
+ msgstr ""
624
+
625
+ #: vendor/WordPress/class-wp-list-table.php:463
626
+ msgid "Bulk Actions"
627
+ msgstr ""
628
+
629
+ #: vendor/WordPress/class-wp-list-table.php:473
630
+ msgid "Apply"
631
+ msgstr ""
632
+
633
+ #: vendor/WordPress/class-wp-list-table.php:523
634
+ #: vendor/WordPress/class-wp-list-table.php:1324
635
+ msgid "Show more details"
636
+ msgstr ""
637
+
638
+ #: vendor/WordPress/class-wp-list-table.php:586
639
+ msgid "Filter by date"
640
+ msgstr ""
641
+
642
+ #: vendor/WordPress/class-wp-list-table.php:588
643
+ msgid "All dates"
644
+ msgstr ""
645
+
646
+ #: vendor/WordPress/class-wp-list-table.php:601
647
+ #, php-format
648
+ msgid "%1$s %2$d"
649
+ msgstr ""
650
+
651
+ #: vendor/WordPress/class-wp-list-table.php:660
652
+ #: vendor/WordPress/class-wp-list-table.php:672
653
+ #: vendor/WordPress/class-wp-list-table.php:685
654
+ msgid "No comments"
655
+ msgstr ""
656
+
657
+ #: vendor/WordPress/class-wp-list-table.php:672
658
+ msgid "No approved comments"
659
+ msgstr ""
660
+
661
+ #: vendor/WordPress/class-wp-list-table.php:685
662
+ msgid "No pending comments"
663
+ msgstr ""
664
+
665
+ #: vendor/WordPress/class-wp-list-table.php:798
666
+ msgid "First page"
667
+ msgstr ""
668
+
669
+ #: vendor/WordPress/class-wp-list-table.php:808
670
+ msgid "Previous page"
671
+ msgstr ""
672
+
673
+ #: vendor/WordPress/class-wp-list-table.php:815
674
+ #: vendor/WordPress/class-wp-list-table.php:818
675
+ msgid "Current Page"
676
+ msgstr ""
677
+
678
+ #: vendor/WordPress/class-wp-list-table.php:831
679
+ msgid "Next page"
680
+ msgstr ""
681
+
682
+ #: vendor/WordPress/class-wp-list-table.php:841
683
+ msgid "Last page"
684
+ msgstr ""
685
+
686
+ #: vendor/WordPress/class-wp-list-table.php:1069
687
+ msgid "Select All"
688
+ msgstr ""
689
+
690
+ #: vendor/WordPress/class-wp-list-table.php:1753
691
+ msgid "Edit Comment"
692
+ msgstr ""
693
+
694
+ #: vendor/WordPress/class-wp-list-table.php:1754
695
+ msgid "Reply to Comment"
696
+ msgstr ""
697
+
698
+ #: vendor/WordPress/class-wp-list-table.php:1755
699
+ msgid "Add new Comment"
700
+ msgstr ""
701
+
702
+ #: vendor/WordPress/class-wp-list-table.php:1759
703
+ msgid "Comment"
704
+ msgstr ""
705
+
706
+ #: vendor/WordPress/class-wp-list-table.php:1768 views/backup.php:554
707
+ msgid "Name"
708
+ msgstr "Name"
709
+
710
+ #: vendor/WordPress/class-wp-list-table.php:1773 views/backup.php:555
711
+ msgid "Email"
712
+ msgstr "E-Mail"
713
+
714
+ #: vendor/WordPress/class-wp-list-table.php:1778
715
+ msgid "URL"
716
+ msgstr ""
717
+
718
+ #: vendor/WordPress/class-wp-list-table.php:1785
719
+ msgid "Add Comment"
720
+ msgstr ""
721
+
722
+ #: vendor/WordPress/class-wp-list-table.php:1786
723
+ msgid "Update Comment"
724
+ msgstr ""
725
+
726
+ #: vendor/WordPress/class-wp-list-table.php:1787
727
+ msgid "Submit Reply"
728
+ msgstr ""
729
+
730
+ #: vendor/WordPress/class-wp-list-table.php:1788
731
+ #: vendor/WordPress/class-wp-list-table.php:2008
732
+ #: vendor/WordPress/class-wp-list-table.php:2113 views/backup.php:290
733
+ msgid "Cancel"
734
+ msgstr "Abbrechen"
735
+
736
+ #: vendor/WordPress/class-wp-list-table.php:1823
737
+ #, php-format
738
+ msgid "Comment by %s moved to the trash."
739
+ msgstr ""
740
+
741
+ #: vendor/WordPress/class-wp-list-table.php:1823
742
+ #: vendor/WordPress/class-wp-list-table.php:1826
743
+ msgid "Undo"
744
+ msgstr ""
745
+
746
+ #: vendor/WordPress/class-wp-list-table.php:1826
747
+ #, php-format
748
+ msgid "Comment by %s marked as spam."
749
+ msgstr ""
750
+
751
+ #: vendor/WordPress/class-wp-list-table.php:1846
752
+ #: vendor/WordPress/class-wp-list-table.php:1861
753
+ #: vendor/WordPress/class-wp-list-table.php:1925
754
+ #: vendor/WordPress/class-wp-list-table.php:1986
755
+ msgid "Value"
756
+ msgstr ""
757
+
758
+ #: vendor/WordPress/class-wp-list-table.php:1915
759
+ msgid "Key"
760
+ msgstr ""
761
+
762
+ #: vendor/WordPress/class-wp-list-table.php:1920 views/backup.php:579
763
+ msgid "Update"
764
+ msgstr "Update"
765
+
766
+ #: vendor/WordPress/class-wp-list-table.php:1981
767
+ msgid "Add New Custom Field:"
768
+ msgstr ""
769
+
770
+ #: vendor/WordPress/class-wp-list-table.php:1995
771
+ msgid "&mdash; Select &mdash;"
772
+ msgstr ""
773
+
774
+ #: vendor/WordPress/class-wp-list-table.php:2007
775
+ msgid "Enter new"
776
+ msgstr ""
777
+
778
+ #: vendor/WordPress/class-wp-list-table.php:2018
779
+ msgid "Add Custom Field"
780
+ msgstr ""
781
+
782
+ #: vendor/WordPress/class-wp-list-table.php:2071
783
+ msgid "Month"
784
+ msgstr ""
785
+
786
+ #: vendor/WordPress/class-wp-list-table.php:2077
787
+ #, php-format
788
+ msgid "%1$s-%2$s"
789
+ msgstr ""
790
+
791
+ #: vendor/WordPress/class-wp-list-table.php:2081
792
+ msgid "Day"
793
+ msgstr ""
794
+
795
+ #: vendor/WordPress/class-wp-list-table.php:2082
796
+ msgid "Year"
797
+ msgstr ""
798
+
799
+ #: vendor/WordPress/class-wp-list-table.php:2083
800
+ msgid "Hour"
801
+ msgstr ""
802
+
803
+ #: vendor/WordPress/class-wp-list-table.php:2084
804
+ msgid "Minute"
805
+ msgstr ""
806
+
807
+ #: vendor/WordPress/class-wp-list-table.php:2088
808
+ #, php-format
809
+ msgid "%1$s %2$s, %3$s @ %4$s:%5$s"
810
+ msgstr ""
811
+
812
+ #: vendor/WordPress/class-wp-list-table.php:2112
813
+ msgid "OK"
814
+ msgstr ""
815
+
816
+ #: vendor/WordPress/class-wp-list-table.php:2218
817
+ msgid ""
818
+ "Before you can upload your import file, you will need to fix the following "
819
+ "error:"
820
+ msgstr ""
821
+
822
+ #: vendor/WordPress/class-wp-list-table.php:2224
823
+ msgid "Choose a file from your computer:"
824
+ msgstr ""
825
+
826
+ #: vendor/WordPress/class-wp-list-table.php:2224
827
+ #, php-format
828
+ msgid "Maximum size: %s"
829
+ msgstr ""
830
+
831
+ #: vendor/WordPress/class-wp-list-table.php:2229
832
+ msgid "Upload file and import"
833
+ msgstr ""
834
+
835
+ #: vendor/WordPress/class-wp-list-table.php:2399
836
+ #, php-format
837
+ msgid "Toggle panel: %s"
838
+ msgstr ""
839
+
840
+ #: vendor/WordPress/class-wp-list-table.php:2521
841
+ msgid "Press return or enter to open this section"
842
+ msgstr ""
843
+
844
+ #: vendor/WordPress/class-wp-list-table.php:2567
845
+ #: vendor/WordPress/class-wp-list-table.php:2572
846
+ #, php-format
847
+ msgid "The \"%s\" options group has been removed. Use another settings group."
848
+ msgstr ""
849
+
850
+ #: vendor/WordPress/class-wp-list-table.php:2618
851
+ msgid ""
852
+ "The miscellaneous options group has been removed. Use another settings group."
853
+ msgstr ""
854
+
855
+ #: vendor/WordPress/class-wp-list-table.php:2623
856
+ msgid "The privacy options group has been removed. Use another settings group."
857
+ msgstr ""
858
+
859
+ #: vendor/WordPress/class-wp-list-table.php:2857
860
+ msgid "Attach to existing content"
861
+ msgstr ""
862
+
863
+ #: vendor/WordPress/class-wp-list-table.php:2858
864
+ msgid "Close media attachment panel"
865
+ msgstr ""
866
+
867
+ #: vendor/WordPress/class-wp-list-table.php:2867
868
+ msgid "Search"
869
+ msgstr ""
870
+
871
+ #: vendor/WordPress/class-wp-list-table.php:2876
872
+ msgid "Select"
873
+ msgstr ""
874
+
875
+ #: vendor/WordPress/class-wp-list-table.php:2910
876
+ msgid "(no title)"
877
+ msgstr ""
878
+
879
+ #: vendor/WordPress/class-wp-list-table.php:2948
880
+ msgid "WordPress"
881
+ msgstr ""
882
+
883
+ #: vendor/WordPress/class-wp-list-table.php:3058
884
+ msgid "Password protected"
885
+ msgstr ""
886
+
887
+ #: vendor/WordPress/class-wp-list-table.php:3060
888
+ msgid "Private"
889
+ msgstr ""
890
+
891
+ #: vendor/WordPress/class-wp-list-table.php:3062
892
+ msgid "Draft"
893
+ msgstr ""
894
+
895
+ #: vendor/WordPress/class-wp-list-table.php:3066
896
+ msgid "Sticky"
897
+ msgstr ""
898
+
899
+ #: vendor/WordPress/class-wp-list-table.php:3069
900
+ msgid "Scheduled"
901
+ msgstr ""
902
+
903
+ #: vendor/WordPress/class-wp-list-table.php:3074
904
+ msgid "Front Page"
905
+ msgstr ""
906
+
907
+ #: vendor/WordPress/class-wp-list-table.php:3078
908
+ msgid "Posts Page"
909
+ msgstr ""
910
+
911
+ #: vendor/WordPress/class-wp-list-table.php:3120
912
+ #: vendor/WordPress/class-wp-list-table.php:3127
913
+ msgid "Header Image"
914
+ msgstr ""
915
+
916
+ #: vendor/WordPress/class-wp-list-table.php:3132
917
+ msgid "Current Header Image"
918
+ msgstr ""
919
+
920
+ #: vendor/WordPress/class-wp-list-table.php:3141
921
+ msgid "Background Image"
922
+ msgstr ""
923
+
924
+ #: vendor/WordPress/class-wp-list-table.php:3145
925
+ msgid "Current Background Image"
926
+ msgstr ""
927
+
928
+ #: vendor/WordPress/class-wp-list-table.php:3151
929
+ msgid "Site Icon"
930
+ msgstr ""
931
+
932
+ #: vendor/WordPress/class-wp-list-table.php:3155
933
+ msgid "Logo"
934
+ msgstr ""
935
+
936
+ #: vendor/WordPress/class-wp-list-table.php:3305
937
+ msgid "Save Changes"
938
+ msgstr ""
939
+
940
+ #: vendor/WordPress/class-wp-list-table.php:3382
941
+ msgid ""
942
+ "Likely direct inclusion of wp-admin/includes/template.php in order to use "
943
+ "add_meta_box(). This is very wrong. Hook the add_meta_box() call into the "
944
+ "add_meta_boxes action instead."
945
+ msgstr ""
946
+
947
+ #: vendor/WordPress/class-wp-list-table.php:3399
948
+ msgid ""
949
+ "The backup of this post in your browser is different from the version below."
950
+ msgstr ""
951
+
952
+ #: vendor/WordPress/class-wp-list-table.php:3400
953
+ msgid "Restore the backup"
954
+ msgstr ""
955
+
956
+ #: vendor/WordPress/class-wp-list-table.php:3403
957
+ msgid ""
958
+ "This will replace the current editor content with the last backup version. "
959
+ "You can use undo and redo in the editor to get the old content back or to "
960
+ "return to the restored version."
961
+ msgstr ""
962
+
963
+ #: vendor/WordPress/class-wp-list-table.php:3459
964
+ #, php-format
965
+ msgid "%s rating"
966
+ msgstr ""
967
+
968
+ #: vendor/WordPress/class-wp-list-table.php:3483
969
+ msgid "You are currently editing the page that shows your latest posts."
970
+ msgstr ""
971
+
972
  #: vendor/edd/EDD_SL_Plugin_Updater.php:199
973
  #, php-format
974
  msgid ""
998
  msgid "Premium Plugin"
999
  msgstr "Premium-Plugin"
1000
 
1001
+ #: views/about.php:117 views/support.php:100
1002
  msgid "WPBackItUp"
1003
  msgstr "WPBackItUp"
1004
 
1024
  "Lesen Sie die folgenden Tipps, um sich mit WPBackItUp vertraut zu machen und "
1025
  "Sie werden im Handumdrehen <em>Backups erstellen können</em>!"
1026
 
1027
+ #: views/about.php:139 views/backup.php:489
1028
  msgid "Backups"
1029
  msgstr "Sicherungen"
1030
 
1048
  "Button klicken und schon wird WPBackItUp Ihre gesamte Seite sichern. Das "
1049
  "Backup umfasst Datenbank, Plugins, Themes und sogar Medien-Dateien."
1050
 
1051
+ #: views/about.php:150 views/about.php:399
1052
  msgid "Download Backups"
1053
  msgstr "Backups herunterladen"
1054
 
1283
  msgstr "Im Folgenden finden Sie nur einige Highlights der Version %s:"
1284
 
1285
  #: views/about.php:270
1286
+ msgid "New Features"
1287
+ msgstr ""
1288
+
1289
+ #: views/about.php:276
1290
+ msgid "Support Center Enhancements"
1291
+ msgstr ""
1292
+
1293
+ #: views/about.php:277
1294
+ msgid ""
1295
+ "In this release we have made major enhancements to the support center that "
1296
+ "will allow us to make our world class support even better. You are now able "
1297
+ "to <em>view, download</em> and <em>delete</em> the log files we use to help "
1298
+ "troubleshoot problems with your site. This is an important addition because "
1299
+ "sometimes customer sites are so crippled by hosting issues, hackers or bad "
1300
+ "plugins, that they are unable to send us their logs files. Now if that ever "
1301
+ "happens to you, they can easily be downloaded and emailed to support. "
1302
+ msgstr ""
1303
+
1304
+ #: views/about.php:279
1305
+ msgid "Cleanup Supporting Zip Files"
1306
+ msgstr ""
1307
+
1308
+ #: views/about.php:280
1309
+ msgid ""
1310
+ "WPBackItUp now does an even better job of conserving space used on your "
1311
+ "host. When you select the <em>Cleanup Supporting Zip Files</em> setting, "
1312
+ "WPBackItUp will remove the supporting zip files that were used to create "
1313
+ "your backup."
1314
+ msgstr ""
1315
+
1316
+ #: views/about.php:282
1317
  msgid "Email Notifications"
1318
  msgstr "Email-Benachrichtigungen"
1319
 
1320
+ #: views/about.php:283
1321
  msgid ""
1322
  "WPBackItUp now supports multiple email addresses for backup notifications. "
1323
  "Using the WPBackItUp Settings page add multiple email addresses to the "
1330
  "werden. Alle hier hinterlegten Empfänger werden per Email über erfolgreiche "
1331
  "Sicherungen informiert."
1332
 
1333
+ #: views/about.php:285 views/settings.php:146
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1334
  msgid "Maximum Zip File Size"
1335
  msgstr "Maximale Größe für Zip-Dateien"
1336
 
1337
+ #: views/about.php:286
1338
  msgid ""
1339
  "Over the years we have found that some hosting providers enforce strict "
1340
  "limitations on the size of your backup archives. When this happens you "
1354
  "wird keinerlei Dateien vergessen. Die Dateien werden nur auf verschiedene "
1355
  "Zip-Archive verteilt."
1356
 
1357
+ #: views/about.php:297
1358
  msgid "Additional Updates"
1359
  msgstr "Zusätzliche Aktualisierungen"
1360
 
1361
+ #: views/about.php:300
1362
  msgid "Backup Encryption (Premium Only)"
1363
  msgstr "Backup-Verschlüsselung (nur für Premium-Nutzer)"
1364
 
1365
+ #: views/about.php:301
1366
  msgid ""
1367
  "That's right, we have added backup encryption to this release but have "
1368
  "turned it off while we beta test with a few customers. Backup encryption "
1373
  "abgeschaltet. Die Verschlüsselungsfunktion wird mit dem bald erscheinenden "
1374
  "großen Release (1.14) dann endgültig freigegeben."
1375
 
1376
+ #: views/about.php:304
1377
  msgid "File Name Validation"
1378
  msgstr "Dateinamenüberprüfung"
1379
 
1380
+ #: views/about.php:305
1381
  msgid ""
1382
  "We have added an additional validation for files with invalid names. This "
1383
  "check will exclude files from a backup with invalid file names. These files "
1389
  "handelt, die bei einer späteren Wiederherstellung Probleme verursachen "
1390
  "würden."
1391
 
1392
+ #: views/about.php:308
1393
  msgid "SQL Files"
1394
  msgstr "SQL-Dateien"
1395
 
1396
+ #: views/about.php:309
1397
  msgid ""
1398
  "For those of you with extremely large databases, you will be happy to know "
1399
  "that we now support database exports that contain more than 500 SQL files."
1402
  "dass wir ab sofort auch Datenbank-Sicherungen unterstützen, die mehr als 500 "
1403
  "SQL-Dateien enthalten."
1404
 
1405
+ #: views/about.php:313
1406
  msgid "Cloud API Gateway "
1407
  msgstr "Cloud-basiertes API-Gateway "
1408
 
1409
+ #: views/about.php:314
1410
  msgid ""
1411
  "Every once in a while we have connectivity issues with a few hosts when "
1412
  "customers attempt to activate their license. To combat this issue we have "
1418
  "haben wir ein neues Cloud-basiertes API-Gateway aufgesetzt, welches von "
1419
  "allen Hostern (unabhängig von Land und Plattform) erreichert werden kann."
1420
 
1421
+ #: views/about.php:317
1422
  msgid "Tables missing WordPress table prefix"
1423
  msgstr "Tabellen mit fehlendem WordPress-Prefix"
1424
 
1425
+ #: views/about.php:318
1426
  msgid ""
1427
  "We have added support for database tables that are missing the WordPress "
1428
  "table prefix. Some plugins create custom tables that do not contain the "
1436
  "wieder vor. WPBackItUp wird jetzt aller Tabellen der Datenbank sichern, auch "
1437
  "wenn diese nicht den WordPress-Prefix aufweisen."
1438
 
1439
+ #: views/about.php:324
1440
  msgid "Want to see the entire changelog?"
1441
  msgstr "Wollen Sie sich den kompletten Changelog anschauen?"
1442
 
1443
+ #: views/about.php:325
1444
  msgid "View the Full Changelog"
1445
  msgstr "Vollständiges Änderungsprotokoll ansehen"
1446
 
1447
+ #: views/about.php:354
1448
  msgid "Full Changelog"
1449
  msgstr "Vollständiges Änderungsprotokoll"
1450
 
1451
+ #: views/about.php:374
1452
  msgid "Take a look at what you are missing!"
1453
  msgstr "Schauen Sie sich kurz an, auf was Sie verzichten!"
1454
 
1455
+ #: views/about.php:382
1456
  msgid "FEATURES"
1457
  msgstr "FEATURES"
1458
 
1459
+ #: views/about.php:383
1460
  msgid "LITE"
1461
  msgstr "LITE"
1462
 
1463
+ #: views/about.php:384
1464
  msgid "PREMIUM"
1465
  msgstr "PREMIUM"
1466
 
1467
+ #: views/about.php:389
1468
  msgid "Complete Backup (Database, Themes, Plugins &amp; Media Files)"
1469
  msgstr "Komplette Sicherung (Datenbank, Themes, Plugins &amp; Medien-Dateien)"
1470
 
1471
+ #: views/about.php:394
1472
  msgid "Compressed Backups (Zip Format)"
1473
  msgstr "Komprimierte Backups (Zip-Format)"
1474
 
1475
+ #: views/about.php:404
1476
  msgid "Directory Filters"
1477
  msgstr "Verzeichnis-Filter"
1478
 
1479
+ #: views/about.php:409
1480
  msgid "Database Table Filters"
1481
  msgstr "Datenbank-Tabellen-Filter"
1482
 
1483
+ #: views/about.php:414
1484
  msgid "Single File Database Export"
1485
  msgstr "Datenbank-Export in eine Datei"
1486
 
1487
+ #: views/about.php:419
1488
  msgid "Single File Backup"
1489
  msgstr "Sicherung in eine Datei"
1490
 
1491
+ #: views/about.php:424
1492
  msgid "Purge Old Backups"
1493
  msgstr "Bereinigung alter Backups"
1494
 
1495
+ #: views/about.php:429
1496
  msgid "Cleanup Work Files &amp; Logs"
1497
  msgstr "Cleanup von temp. Dateien &amp; Log-Dateien"
1498
 
1499
+ #: views/about.php:434
1500
  msgid "Backup Notifications via Email"
1501
  msgstr "Backup-Benachrichtigung via Email"
1502
 
1503
+ #: views/about.php:439
1504
  msgid "One Click Restore</strong>"
1505
  msgstr "Ein-Klick-Wiederherstellung"
1506
 
1507
+ #: views/about.php:444
1508
  msgid "Scheduled Backups"
1509
  msgstr "Geplante Backups"
1510
 
1511
+ #: views/about.php:449
1512
  msgid "Import Backups"
1513
  msgstr "Import von Backups"
1514
 
1515
+ #: views/about.php:459
1516
  msgid "Premium Support"
1517
  msgstr "Premium-Support"
1518
 
1519
+ #: views/about.php:464
1520
  msgid "Product Updates"
1521
  msgstr "Produkt-Updates"
1522
 
1523
+ #: views/about.php:471
1524
  msgid "GET PREMIUM"
1525
  msgstr "PREMIUM FREISCHALTEN"
1526
 
1527
+ #: views/about.php:494
1528
  msgid "No valid changelog was found."
1529
  msgstr "Es wurde kein gültiger Cheangelog gefunden"
1530
 
1536
  msgid "%s Dashboard"
1537
  msgstr "%s Dashboard"
1538
 
1539
+ #: views/backup.php:248
1540
  msgid "Dismiss"
1541
  msgstr "Verwerfen"
1542
 
1543
+ #: views/backup.php:260
1544
  #, php-format
1545
  msgid "Backup folder does not exist. Please contact %s for assistance."
1546
  msgstr ""
1547
  "Das Sicherungs-Verzeichnis existiert nicht. Bitte kontaktieren Sie %s für "
1548
  "Hilfestellung."
1549
 
1550
+ #: views/backup.php:260 views/restore.php:75 views/restore.php:82
1551
  msgid "support"
1552
  msgstr "Support"
1553
 
1554
+ #: views/backup.php:263 views/backup.php:269
1555
  msgid "Close"
1556
  msgstr "Schließen"
1557
 
1558
+ #: views/backup.php:284
1559
  msgid ""
1560
  "Click the backup button to create a zipped backup file of this site's "
1561
  "database, plugins, themes and settings."
1563
  "Auf Sicherung klicken, um Datenbank, Plugins, Themes und Einstellungen "
1564
  "dieser Seite in einer komprimierten Datei zu sichern."
1565
 
1566
+ #: views/backup.php:285
1567
  msgid ""
1568
  "Once your backup file has been created it will appear in the available "
1569
  "backups section below. This file may remain on your hosting providers server "
1574
  "Server Ihres Hosters liegen lassen. Wir empfehlen allerdings, die Datei "
1575
  "herunterzuladen und auch an einem anderen Ort zu speichern."
1576
 
1577
+ #: views/backup.php:286
1578
  msgid ""
1579
  "WPBackItUp premium customers can use these backup files to perform an "
1580
  "automated restore of their site."
1582
  "Premium-Kunden von WPBackItUp können diese Sicherungs-Dateien verwenden, um "
1583
  "eine automatische Wiederherstellung ihrer Seite durchzuführen."
1584
 
1585
+ #: views/backup.php:297
 
 
 
 
1586
  #, php-format
1587
  msgid ""
1588
  "WPBackItUp lite customers may use these backup files to manually restore "
1592
  "verwenden, um eine manuelle Wiederherstellung ihrer Seite durchzuführen. "
1593
  "Eine Anleitung zur manuellen Wiederherstellung finden Sie unter %s."
1594
 
1595
+ #: views/backup.php:304
1596
  msgid "Backup Schedule"
1597
  msgstr "Sicherungs-Zeitplan"
1598
 
1599
+ #: views/backup.php:306
1600
  msgid "Select the days of the week you would like your backup to run."
1601
  msgstr ""
1602
  "Wählen Sie die Wochentage, an welchen ein Sicherung durchgeführt werden soll."
1603
 
1604
+ #: views/backup.php:308
1605
  msgid ""
1606
  "Backup your site once per week or every day, it's up to you. If you have "
1607
  "email notifications turned on we'll even send you an email when it's done. "
1617
  "Hosters liegen lassen. Wir empfehlen allerdings, die Datei herunterzuladen "
1618
  "und auch an einem anderen Ort zu speichern."
1619
 
1620
+ #: views/backup.php:310
1621
  msgid "Please make sure to schedule your backup for at least once per week."
1622
  msgstr "Bitte planen Sie mindestens eine Sicherung pro Woche."
1623
 
1624
+ #: views/backup.php:314
1625
  msgid "Monday"
1626
  msgstr "Montag"
1627
 
1628
+ #: views/backup.php:315
1629
  msgid "Tuesday"
1630
  msgstr "Dienstag"
1631
 
1632
+ #: views/backup.php:316
1633
  msgid "Wednesday"
1634
  msgstr "Mittwoch"
1635
 
1636
+ #: views/backup.php:317
1637
  msgid "Thursday"
1638
  msgstr "Donnerstag"
1639
 
1640
+ #: views/backup.php:318
1641
  msgid "Friday"
1642
  msgstr "Freitag"
1643
 
1644
+ #: views/backup.php:319
1645
  msgid "Saturday"
1646
  msgstr "Samstag"
1647
 
1648
+ #: views/backup.php:320
1649
  msgid "Sunday"
1650
  msgstr "Sonntag"
1651
 
1652
+ #: views/backup.php:323
1653
  msgid "Save Schedule"
1654
  msgstr "Zeitplan speichern"
1655
 
1656
+ #: views/backup.php:328
1657
  #, php-format
1658
  msgid ""
1659
  "Scheduled backups are only available to WPBackItUp premium customers. "
1662
  "Geplante Sicherungen stehen nur Premium-Kunden von WPBackItUp zur Verfügung. "
1663
  "Besuchen Sie %s, um WPBackItUp für 30 Tage risikofrei ausprobieren zu können."
1664
 
1665
+ #: views/backup.php:336 views/restore.php:95
1666
  msgid "Available Backups"
1667
  msgstr "Verfügbare Sicherungen"
1668
 
1669
+ #: views/backup.php:356 views/backup.php:405
1670
  msgid "Type"
1671
  msgstr "Typ"
1672
 
1673
+ #: views/backup.php:357 views/backup.php:407 views/restore.php:100
1674
  msgid "Date"
1675
  msgstr "Datum"
1676
 
1677
+ #: views/backup.php:358 views/backup.php:409
1678
  msgid "Duration"
1679
  msgstr "Dauer"
1680
 
1681
+ #: views/backup.php:377
1682
  msgid "Success"
1683
  msgstr "Erfolgreich"
1684
 
1685
+ #: views/backup.php:380
1686
  msgid "Active"
1687
  msgstr "Aktiv"
1688
 
1689
+ #: views/backup.php:423 views/restore.php:149
1690
  msgid "No backup archives found."
1691
  msgstr "Keine Sicherungs-Archive gefunden."
1692
 
1693
+ #: views/backup.php:432
1694
  #, php-format
1695
  msgid ""
1696
  "The automated restore feature is only available to WPBackItUp premium "
1699
  "Geplante Sicherungen stehen nur Premium-Kunden von WPBackItUp zur Verfügung. "
1700
  "Besuchen Sie %s, um WPBackItUp für 30 Tage risikofrei ausprobieren zu können."
1701
 
1702
+ #: views/backup.php:441 views/restore.php:234
1703
  msgid "Nothing to report"
1704
  msgstr "Nichts zu berichten"
1705
 
1706
+ #: views/backup.php:446
1707
  msgid "Preparing for backup"
1708
  msgstr "Sicherung wird vorbereitet"
1709
 
 
 
1710
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1711
+ #: views/backup.php:449 views/backup.php:450 views/backup.php:451
1712
+ #: views/backup.php:452 views/backup.php:453 views/backup.php:454
1713
+ #: views/backup.php:456 views/backup.php:458 views/restore.php:244
1714
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1715
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1716
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
1718
  msgid "Done"
1719
  msgstr "Fertig"
1720
 
 
 
1721
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1722
+ #: views/backup.php:449 views/backup.php:450 views/backup.php:451
1723
+ #: views/backup.php:452 views/backup.php:453 views/backup.php:454
1724
+ #: views/backup.php:456 views/backup.php:458 views/restore.php:244
1725
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1726
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1727
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
1729
  msgid "Failed"
1730
  msgstr "Fehlgeschlagen"
1731
 
1732
+ #: views/backup.php:447
1733
  msgid "Creating inventory of files to backup"
1734
  msgstr "Liste der zu sichernden Dateien wir erstellt"
1735
 
1736
+ #: views/backup.php:448
1737
  msgid "Exporting database"
1738
  msgstr "Datenbank wird exportiert"
1739
 
1740
+ #: views/backup.php:449
1741
  msgid "Backing up database"
1742
  msgstr "Sichere die Datenbank"
1743
 
1744
+ #: views/backup.php:450
1745
  msgid "Backing up themes"
1746
  msgstr "Sichere Themes"
1747
 
1748
+ #: views/backup.php:451
1749
  msgid "Backing up plugins"
1750
  msgstr "Sichere Plugins"
1751
 
1752
+ #: views/backup.php:452
1753
  msgid "Backing up uploads"
1754
  msgstr "Sichere Uploads"
1755
 
1756
+ #: views/backup.php:453
1757
  msgid "Backing up everything else"
1758
  msgstr "Sichere alle weiteren Daten"
1759
 
1760
+ #: views/backup.php:454
1761
  msgid "Validating backup"
1762
  msgstr "Überprüfe Sicherung"
1763
 
1764
+ #: views/backup.php:456
1765
  msgid "Encrypting sensitive files"
1766
  msgstr "Sensible Dateien werden verschlüsselt"
1767
 
1768
+ #: views/backup.php:458
1769
  msgid "Finalizing backup"
1770
  msgstr "Schließe Sicherung ab"
1771
 
1772
+ #: views/backup.php:468
1773
  msgid "Backup completed successfully"
1774
  msgstr "Sicherung erfolgreich abgeschlossen."
1775
 
1776
+ #: views/backup.php:489
1777
  msgid "Version "
1778
  msgstr "Version"
1779
 
1780
+ #: views/backup.php:491
1781
  msgid "Welcome to WPBackItUp!"
1782
  msgstr "Willkommen bei WPBackItUp!"
1783
 
1784
+ #: views/backup.php:491
1785
  msgid "The simplest way to backup your WordPress site."
1786
  msgstr "Der einfachste Weg, um Ihre Wordpress-Seite zu sichern."
1787
 
1788
+ #: views/backup.php:492
1789
  msgid ""
1790
  "Getting started is easy, just click the backup button on the left side of "
1791
  "this page."
1793
  "Die ersten Schritte sind gar nicht schwer. Drücken Sie einfach den Sicherung-"
1794
  "Button links auf dieser Seite."
1795
 
1796
+ #: views/backup.php:496
1797
  #, php-format
1798
  msgid ""
1799
  "Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
1802
  "Glückwunsch! Sie haben <span style=\"font-weight:bold;font-size:medium;"
1803
  "color: green\">%s</span> erfolgreiche Sicherungen durchgeführt."
1804
 
1805
+ #: views/backup.php:497
1806
  msgid "Tips"
1807
  msgstr "Tipps"
1808
 
1809
+ #: views/backup.php:498
1810
  msgid "Backup your site at least once per week"
1811
  msgstr "Sichern Sie Ihre Seite mindestens einmal pro Woche."
1812
 
1813
+ #: views/backup.php:499
1814
  msgid "Download all your backups and store them somewhere safe"
1815
  msgstr ""
1816
  "Laden Sie all Ihre Sicherungen herunter und speichern Sie sie an einem "
1817
  "sicheren Ort."
1818
 
1819
+ #: views/backup.php:500
1820
  msgid "Verify your backup files are good by taking a look at what's inside"
1821
  msgstr ""
1822
  "Prüfen Sie, ob Ihr Sicherungs-Dateien in Ordnung sind, indem Sie einen Blick "
1823
  "auf den Inhalt werfen."
1824
 
1825
+ #: views/backup.php:505
1826
  #, php-format
1827
  msgid "Why not %s and schedule your backups!"
1828
  msgstr "Wie wäre es mit einem %s und geplanten Sicherungen!"
1829
 
1830
+ #: views/backup.php:505
1831
  msgid "upgrade"
1832
  msgstr "Upgrade"
1833
 
1834
+ #: views/backup.php:514
1835
  msgid "Register WPBackItUp"
1836
  msgstr "WPBackItUp registrieren"
1837
 
1838
+ #: views/backup.php:517
1839
  msgid ""
1840
  "Enter your name and email address below to receive <b>special offers</b> and "
1841
  "access to our world class <b>support</b> team. <br />\n"
1848
  "<br />Geben Sie unten Ihren Lizenzschlüssel ein, um ihn für diese Seite zu "
1849
  "aktivieren."
1850
 
1851
+ #: views/backup.php:519
1852
  msgid "name"
1853
  msgstr "Name"
1854
 
1855
+ #: views/backup.php:520
1856
  msgid "email address"
1857
  msgstr "E-Mail-Adresse"
1858
 
1859
+ #: views/backup.php:521
1860
  msgid "license key"
1861
  msgstr "Lizenzschlüssel"
1862
 
1863
+ #: views/backup.php:521 views/backup.php:571 views/backup.php:575
1864
  #, php-format
1865
  msgid "%s"
1866
  msgstr "%s"
1867
 
1868
+ #: views/backup.php:522
1869
  msgid "Free plugin customers do not need to enter license key."
1870
  msgstr ""
1871
  "Nutzer der kostenlosen Plugin-Version müssen keinen Lizenzschlüssel eingeben."
1872
 
1873
+ #: views/backup.php:523
1874
  msgid "Register"
1875
  msgstr "Registrieren"
1876
 
1877
+ #: views/backup.php:532
1878
  msgid "License Info"
1879
  msgstr "Lizenzinformation"
1880
 
1881
+ #: views/backup.php:556
 
 
 
 
 
 
 
 
1882
  msgid "License Type"
1883
  msgstr "Lizenztyp"
1884
 
1885
+ #: views/backup.php:557
1886
  msgid "Expires"
1887
  msgstr "Läuft ab"
1888
 
1889
+ #: views/backup.php:560
1890
  msgid "Enter license key to activate on this site."
1891
  msgstr "Lizenzschlüssel eingeben und für diese Seite aktivieren"
1892
 
1893
+ #: views/backup.php:567
1894
  msgid "License Active"
1895
  msgstr "Lizenz aktiv"
1896
 
1897
+ #: views/backup.php:575
1898
  msgid "License expired"
1899
  msgstr "Lizenz abgelaufen"
1900
 
1901
+ #: views/backup.php:583
 
 
 
 
1902
  msgid "Activate"
1903
  msgstr "Aktivieren"
1904
 
1905
+ #: views/backup.php:587
1906
  #, php-format
1907
  msgid "Purchase a %s license using the purchase link above."
1908
  msgstr "Erwerben Sie über den obenstehenden Link einen %s Lizenzschlüssel."
1909
 
1910
+ #: views/backup.php:587
1911
  msgid "no-risk"
1912
  msgstr "kein Risiko"
1913
 
1914
+ #: views/backup.php:593
1915
  #, php-format
1916
  msgid ""
1917
  "Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
1922
  "ein weiteres Jahr mit <strong>Produkt-Updates</strong> und Unterstützung "
1923
  "durch unseren <strong>erstklassigen Kundendienst</strong>."
1924
 
1925
+ #: views/backup.php:604
1926
  msgid "Useful Links"
1927
  msgstr "Nützliche Links"
1928
 
1929
+ #: views/backup.php:606
1930
  msgid "Getting Started Video"
1931
  msgstr "Einführungsvideo"
1932
 
1933
+ #: views/backup.php:609
1934
  msgid "Your account"
1935
  msgstr "Dein Konto"
1936
 
1937
+ #: views/backup.php:612
1938
  msgid "Website Migration Service"
1939
  msgstr "Migrationsservice für Webseiten"
1940
 
1941
+ #: views/backup.php:614
1942
  msgid "Documentation"
1943
  msgstr "Dokumentation"
1944
 
1945
+ #: views/backup.php:620
1946
  msgid "Feature request"
1947
  msgstr "Feature-Anfrage"
1948
 
1949
+ #: views/backup.php:622
1950
  msgid "Language Translations"
1951
  msgstr "Übersetzungen"
1952
 
1953
+ #: views/backup.php:624
1954
  msgid "Contact"
1955
  msgstr "Kontakt"
1956
 
2807
  "Aktivieren Sie diese Checkbox, wenn beim Löschen des WPBackItUp-Plugins auch "
2808
  "all seine Daten gelöscht werden sollen."
2809
 
2810
+ #: views/support.php:69 views/support.php:229
2811
  msgid "Send Logs"
2812
  msgstr "Logs senden"
2813
 
2814
+ #: views/support.php:73
2815
+ msgid "Download Logs"
2816
+ msgstr ""
2817
+
2818
+ #: views/support.php:79
2819
  msgid "Advanced"
2820
  msgstr "Experteneinstellungen"
2821
 
2822
+ #: views/support.php:101
2823
  msgid "Support Center"
2824
  msgstr "Support-Center"
2825
 
2826
+ #: views/support.php:103
2827
  msgid ""
2828
  "Welcome to the WPBackItUp support center. If you have any questions or run "
2829
  "into any trouble with WPBackItUp then you've come to the right place."
2832
  "oder bei der Nutzung Probleme aufgetreten sind, dann sind Sie hier genau "
2833
  "richtig."
2834
 
2835
+ #: views/support.php:120
2836
  msgid ""
2837
  "To streamline support requests and better serve you, we utilize a support "
2838
  "ticket system. Every support request is assigned a unique ticket number "
2849
  "vor. Da jegliche Korrespondenz per Email erfolgt, ist eine gültige Email-"
2850
  "Adresse erforderlich."
2851
 
2852
+ #: views/support.php:128
2853
  msgid "Search &rarr; Knowledge base"
2854
  msgstr "Durchsuche &rarr; Wissensdatenbank"
2855
 
2856
+ #: views/support.php:129
2857
  msgid ""
2858
  "Want to search our entire documentation library, all our how to articles and "
2859
  "even our faq's in one shot? Just type your question into the knowledge base "
2864
  "Suchleiste der Wissensdatenbank ein und wir werden Ihnen jegliche "
2865
  "Informationen anzeigen, die für den Suchbegriff von Relevanz sein könnten."
2866
 
2867
+ #: views/support.php:131
2868
  msgid "New &rarr; Ticket"
2869
  msgstr "Neu &rarr; Ticket"
2870
 
2871
+ #: views/support.php:132
2872
  msgid ""
2873
  "Need to open a new support ticket? Just click the link above. Please "
2874
  "provide as much detail as possible so we can best assist you."
2877
  "obenstehenden Link. Bitte stellen Sie uns so viel Informationen wie möglich "
2878
  "zur Verfügung, damit wir Ihnen zielgerichtet weiterhelfen können."
2879
 
2880
+ #: views/support.php:134
2881
  msgid "Check &rarr; Status"
2882
  msgstr "Prüfen &rarr; Status"
2883
 
2884
+ #: views/support.php:135
2885
  msgid ""
2886
  "To check ticket status or update a previously submitted ticket you will "
2887
  "first need to login. Our support portal provides a history of your current "
2892
  "finden Sie eine Übersicht über alle laufenden und zurückliegenden Support-"
2893
  "Anfragen mit kompletten Kommunikationsprotokollen."
2894
 
2895
+ #: views/support.php:137
2896
  msgid "Send &rarr; Logs"
2897
  msgstr "Senden &rarr; Logs"
2898
 
2899
+ #: views/support.php:138
2900
  msgid ""
2901
  "Sometimes it may be necessary for you to send your log files to support. If "
2902
  "that ever happens, just click the link above and we will show you what to do."
2905
  "Genauere Informationen dazu, wie beim Versand von Log-Dateien vorzugehen "
2906
  "ist, finden Sie unter obenstehendem Link."
2907
 
2908
+ #: views/support.php:177
2909
  msgid ""
2910
  "If you have been asked by support to send your log files then you are in the "
2911
  "right spot."
2913
  "Wenn Sie durch den Kundendienst dazu aufgefordert wurden, Ihre Log-Dateien "
2914
  "einzusenden, dann sind Sie hier genau richtig."
2915
 
2916
+ #: views/support.php:189
2917
  msgid "Send Logs to Support"
2918
  msgstr "Log-Dateien an Kundendienst senden"
2919
 
2920
+ #: views/support.php:190
2921
  msgid "This form should only be used when working with support."
2922
  msgstr ""
2923
  "Für Anfragen an den Kundendienst sollte dieses Formular verwendet werden."
2924
 
2925
+ #: views/support.php:191
2926
  #, php-format
2927
  msgid ""
2928
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
2931
  "Bitte erstellen Sie ein Support-Ticket im WPBackItUp <a href=\"%s\" target="
2932
  "\"_blank\">Support-Portal</a>, bevor Sie dieses Formular verwenden."
2933
 
2934
+ #: views/support.php:192
2935
  msgid ""
2936
  "The ticket id you receive from your support request should be entered in the "
2937
  "ticket id field below."
2939
  "Die Ticket-ID, welche Sie zu Ihrer Support-Anfrage erhalten, sollten Sie "
2940
  "unten in das Ticket-ID-Feld eintragen."
2941
 
2942
+ #: views/support.php:193
2943
  msgid "your email address"
2944
  msgstr "Deine E-Mail Adresse."
2945
 
2946
+ #: views/support.php:204
2947
  msgid "support ticket id"
2948
  msgstr "ID des Support-Tickets"
2949
 
2950
+ #: views/support.php:215
2951
  msgid "problem description or additional information"
2952
  msgstr "Problembeschreibung oder zusätzliche Informationen"
2953
 
2954
+ #: views/support.php:232
2955
  msgid "Please register your version of WPBackItUp for access to support."
2956
  msgstr ""
2957
  "Bitte registrieren Sie Ihre Version von WPBackItUp, um den Kundendienst in "
2958
  "Anspruch nehmen zu können."
2959
 
2960
+ #: views/support.php:236
2961
  msgid "Premium customers receive priority support."
2962
  msgstr "Premium-Kunden erhalten bevorzugten Support."
2963
 
2964
+ #: views/support.php:244
2965
  msgid "Support email could not be sent!"
2966
  msgstr "Email konnte nicht an den Kundendienst versandt werden!"
2967
 
2968
+ #: views/support.php:251
2969
  msgid "Support email sent successfully!"
2970
  msgstr "Email an den Kundendienst erfolgreich versandt!"
2971
 
2972
+ #: views/support.php:282
2973
+ msgid "Download logs file manually."
2974
+ msgstr ""
2975
+
2976
+ #: views/support.php:310
2977
  msgid "Content goes here"
2978
  msgstr "Inhalt hier eintragen"
2979
 
3008
  #: wp-backitup.php:184
3009
  msgid "Cleanup"
3010
  msgstr "Bereinigung"
3011
+
3012
+ #~ msgid "About Page"
3013
+ #~ msgstr "Info-Seite"
3014
+
3015
+ #~ msgid ""
3016
+ #~ "WPBackItUp now has a new <em>about</em> page and you are looking at it "
3017
+ #~ "right now! The about page contains tips to help get you started with "
3018
+ #~ "WPBackItUp as well as links to our knowledge base, faqs and instructions "
3019
+ #~ "on how to contact support if you ever need help. It also includes a "
3020
+ #~ "<em>what's new</em> section describing all the incredible new features "
3021
+ #~ "and enhancements we make with every release."
3022
+ #~ msgstr ""
3023
+ #~ "WPBackItUp bietet eine neue <em>Info-Seite</em> (auf welcher Sie sich "
3024
+ #~ "gerade befinden). Diese Seite enthält Tipps und Tricks zur Bedienung von "
3025
+ #~ "WPBackItUp, eine Wissensdatenbank, die FAQs und Informationen darüber, "
3026
+ #~ "wie Sie im Problemfall unseren Kundendienst kontaktieren können. Darüber "
3027
+ #~ "hinaus beschreiben wir auf der <em>What's new</em>-Seite all die tollen "
3028
+ #~ "Funktionen und Verbesserungen, welche im Zuge der zurückliegenden "
3029
+ #~ "Aktualisierungen hinzugekommen sind."
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-11-04 18:35-0400\n"
8
- "PO-Revision-Date: 2016-11-04 18:35-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,189 +24,208 @@ msgstr ""
24
  msgid "Every %d Minutes"
25
  msgstr "Cada %d minutos"
26
 
27
- #: lib/includes/class-wpbackitup-admin.php:225 views/backup.php:277
28
- #: views/backup.php:283 views/backup.php:349 views/backup.php:386
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  #: views/restore.php:99 wp-backitup.php:156
30
  msgid "Backup"
31
  msgstr "Copia de seguridad"
32
 
33
- #: lib/includes/class-wpbackitup-admin.php:230
34
- #: lib/includes/class-wpbackitup-admin.php:273 views/about.php:191
35
  #: views/restore.php:136 wp-backitup.php:170
36
  msgid "Restore"
37
  msgstr "Restaurar"
38
 
39
- #: lib/includes/class-wpbackitup-admin.php:235 views/support.php:62
40
  msgid "Support"
41
  msgstr "Soporte"
42
 
43
- #: lib/includes/class-wpbackitup-admin.php:238
44
  msgid "Settings"
45
  msgstr "Configuración"
46
 
47
- #: lib/includes/class-wpbackitup-admin.php:241
48
  msgid "About"
49
  msgstr "Sobre"
50
 
51
- #: lib/includes/class-wpbackitup-admin.php:266
52
  msgid ""
53
  "The backup you have selected exceeds what your host allows you to upload."
54
  msgstr ""
55
  "La copia de seguridad que ha seleccionado excede lo que su servidor le "
56
  "permite subir."
57
 
58
- #: lib/includes/class-wpbackitup-admin.php:267 views/backup.php:440
59
- #: views/backup.php:441 views/backup.php:442 views/backup.php:443
60
- #: views/backup.php:444 views/backup.php:445 views/backup.php:446
61
- #: views/backup.php:447 views/backup.php:448 views/backup.php:450
62
- #: views/backup.php:452
63
  msgid "Warning"
64
  msgstr "Advertencia"
65
 
66
- #: lib/includes/class-wpbackitup-admin.php:268
67
- #: vendor/edd/EDD_SL_Plugin_Updater.php:363 views/backup.php:253
68
- #: views/backup.php:377
69
  msgid "Error"
70
  msgstr "Error"
71
 
72
- #: lib/includes/class-wpbackitup-admin.php:269
73
  msgid "Response"
74
  msgstr "Respuesta"
75
 
76
- #: lib/includes/class-wpbackitup-admin.php:270 views/backup.php:353
77
- #: views/backup.php:405 views/backup.php:431 views/restore.php:230
78
  msgid "Status"
79
  msgstr "Estado"
80
 
81
- #: lib/includes/class-wpbackitup-admin.php:271
82
- msgid "Download"
83
- msgstr "Descargar"
84
-
85
- #: lib/includes/class-wpbackitup-admin.php:272 views/backup.php:408
86
- #: views/restore.php:129
87
- msgid "Delete"
88
- msgstr "Borrar"
89
-
90
- #: lib/includes/class-wpbackitup-admin.php:274
91
  msgid "(JS997) Unexpected error"
92
  msgstr "(JS997) Error inesperado"
93
 
94
- #: lib/includes/class-wpbackitup-admin.php:275
95
  msgid "(JS998) Unexpected error"
96
  msgstr "(JS998) Error inesperado"
97
 
98
- #: lib/includes/class-wpbackitup-admin.php:276
99
  msgid "(JS999) An unexpected error has occurred"
100
  msgstr "(JS999) Ocurrió un error inesperado"
101
 
102
- #: lib/includes/class-wpbackitup-admin.php:277
103
  msgid "Scheduled has been saved."
104
  msgstr "Se ha guardado la programación."
105
 
106
- #: lib/includes/class-wpbackitup-admin.php:278
107
  msgid "Scheduled was not saved."
108
  msgstr "La programación no se ha guardado."
109
 
110
- #: lib/includes/class-wpbackitup-admin.php:279
111
  msgid "Are you sure you want to restore your site?"
112
  msgstr "¿Está seguro de que quiere restaurar su sitio web?"
113
 
114
- #: lib/includes/class-wpbackitup-admin.php:280
115
  msgid "Are you sure ?"
116
  msgstr "¿Está seguro?"
117
 
118
- #: lib/includes/class-wpbackitup-admin.php:281
119
  msgid "This file cannot be delete!"
120
  msgstr "¡Este archivo no se puede borrar!"
121
 
122
- #: lib/includes/class-wpbackitup-admin.php:282
123
  msgid "View Log"
124
  msgstr "Ver registro"
125
 
126
- #: lib/includes/class-wpbackitup-admin.php:283
127
  msgid "New Backup!"
128
  msgstr "¡Nueva copia de seguridad!"
129
 
130
- #: lib/includes/class-wpbackitup-admin.php:284
131
  msgid "Uploaded Backup"
132
  msgstr "Copia de seguridad subida"
133
 
134
- #: lib/includes/class-wpbackitup-admin.php:685
135
  msgid "Backup Queued"
136
  msgstr "Copia de seguridad puesta en la cola"
137
 
138
- #: lib/includes/class-wpbackitup-admin.php:694
139
  msgid "Backup could not be queued"
140
  msgstr "No se puede poner en la cola la copia de seguridad"
141
 
142
- #: lib/includes/class-wpbackitup-admin.php:706
143
  msgid "Job is already in queue."
144
  msgstr "La tarea ya está en la cola."
145
 
146
- #: lib/includes/class-wpbackitup-admin.php:744
147
  msgid "No backup file selected."
148
  msgstr "No se ha seleccionado ningún archivo de copia de seguridad."
149
 
150
- #: lib/includes/class-wpbackitup-admin.php:751
151
  msgid "No user id found."
152
  msgstr "No se ha encontrado la id de usuario."
153
 
154
- #: lib/includes/class-wpbackitup-admin.php:789
155
  msgid "Restore Queued"
156
  msgstr "Restauración en la cola"
157
 
158
- #: lib/includes/class-wpbackitup-admin.php:798
159
  msgid "Restore could not be queued"
160
  msgstr "La restauración no se ha podido poner en cola"
161
 
162
- #: lib/includes/class-wpbackitup-admin.php:804
163
  msgid "Restore already in queue"
164
  msgstr "La restauración ya está en la cola"
165
 
166
- #: lib/includes/class-wpbackitup-admin.php:836
167
  msgid "No job id posted"
168
  msgstr "Id de la tarea no publicado"
169
 
170
- #: lib/includes/class-wpbackitup-admin.php:844 views/backup.php:471
171
  msgid "Backup Cancelled"
172
  msgstr "Copia de seguridad cancelada"
173
 
174
- #: lib/includes/class-wpbackitup-admin.php:846
175
  msgid "Backup job not found"
176
  msgstr "No se ha encontrado la tarea de copia de seguridad"
177
 
178
- #: lib/includes/class-wpbackitup-admin.php:1055
179
  msgid "No response log found."
180
  msgstr "No se ha enontrado ningún registro."
181
 
182
- #: lib/includes/class-wpbackitup-admin.php:1157
183
- #: lib/includes/class-wpbackitup-admin.php:1165
184
- #: lib/includes/class-wpbackitup-admin.php:1245
185
- #: lib/includes/class-wpbackitup-admin.php:1252
186
- #: lib/includes/class-wpbackitup-admin.php:1259
187
- #: lib/includes/class-wpbackitup-admin.php:1266
188
- #: lib/includes/class-wpbackitup-admin.php:1273
189
  msgid "Please enter a number"
190
  msgstr "Por favor, introduzca un número"
191
 
192
- #: lib/includes/class-wpbackitup-admin.php:1193
193
  msgid "Please enter valid email"
194
  msgstr "Por favor, introduzca una dirección de correo electrónico válida"
195
 
196
- #: lib/includes/class-wpbackitup-admin.php:1382
197
  msgid "Please enter a valid email"
198
  msgstr "Por favor, introduzca una dirección de correo electrónico válida"
199
 
200
- #: lib/includes/class-wpbackitup-admin.php:1389
201
  msgid "Please enter your support ticket id"
202
  msgstr "Por favor, introduzca el id de la incidencia"
203
 
204
- #: lib/includes/class-wpbackitup-admin.php:1394
205
  msgid "Please only enter numbers in this field"
206
  msgstr "Por favor, sólo introduzca números en este campo"
207
 
208
- #: lib/includes/class-wpbackitup-admin.php:2267
209
- #: lib/includes/class-wpbackitup-admin.php:2287
210
  msgid ""
211
  "License could not be activated. Please try again in a few hours and contact "
212
  "support if this error continues."
@@ -214,15 +233,15 @@ msgstr ""
214
  "Puede que la licencia no se haya activado. Por favor, inténtelo de nuevo en "
215
  "unas pocas horas y contacte con el soporte técnico si el error continua."
216
 
217
- #: lib/includes/class-wpbackitup-admin.php:2336
218
  msgid "License is invalid."
219
  msgstr "Licencia no válida"
220
 
221
- #: lib/includes/class-wpbackitup-admin.php:2341
222
  msgid "License has expired."
223
  msgstr "La licencia ha caducado."
224
 
225
- #: lib/includes/class-wpbackitup-admin.php:2344
226
  #, php-format
227
  msgid ""
228
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -233,17 +252,17 @@ msgstr ""
233
  "a> ahora para otro año de <strong>actualizaciones</strong> y acceso a "
234
  "nuestro equipo de <strong>soporte de talla mundial</strong>."
235
 
236
- #: lib/includes/class-wpbackitup-admin.php:2358
237
  msgid "License Expired: Scheduled backups are no longer active."
238
  msgstr ""
239
  "La licencia ha caducado. Las copias de seguridad programadas ya no están "
240
  "activas."
241
 
242
- #: lib/includes/class-wpbackitup-admin.php:2366
243
  msgid "Activation limit has been reached."
244
  msgstr "Se ha llegado al límite de activaciones."
245
 
246
- #: lib/includes/class-wpbackitup-admin.php:2372
247
  msgid "Your Activation limit has been reached"
248
  msgstr "Se ha llegado a su límite de activaciones"
249
 
@@ -601,6 +620,369 @@ msgstr ""
601
  msgid "(999) Unexpected error"
602
  msgstr "(999) Error inesperado"
603
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
604
  #: vendor/edd/EDD_SL_Plugin_Updater.php:199
605
  #, php-format
606
  msgid ""
@@ -630,7 +1012,7 @@ msgstr "¿Qué hay de nuevo?"
630
  msgid "Premium Plugin"
631
  msgstr "Plugin Premium"
632
 
633
- #: views/about.php:117 views/support.php:92
634
  msgid "WPBackItUp"
635
  msgstr "WPBackItUp"
636
 
@@ -657,7 +1039,7 @@ msgstr ""
657
  "¡Utilice los siguientes consejos para empezar a usar WPBackItUp y estará "
658
  "<em>realizando copias de seguridad</em> enseguida!"
659
 
660
- #: views/about.php:139 views/backup.php:483
661
  msgid "Backups"
662
  msgstr "Copias de seguridad"
663
 
@@ -682,7 +1064,7 @@ msgstr ""
682
  "WPBackItUp realizará una copia de seguridad de toda su web. Esto incluye su "
683
  "base de datos, sus plugins, temas, e incluso todos sus archivos multimedia."
684
 
685
- #: views/about.php:150 views/about.php:395
686
  msgid "Download Backups"
687
  msgstr "Descargar copias de seguridad"
688
 
@@ -920,10 +1302,41 @@ msgid "Below are just a few highlights for version %s. "
920
  msgstr "A continuación, encontrará lo más destacado de la versión %s."
921
 
922
  #: views/about.php:270
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
923
  msgid "Email Notifications"
924
  msgstr "Notificaciones por correo electrónico"
925
 
926
- #: views/about.php:276
927
  msgid ""
928
  "WPBackItUp now supports multiple email addresses for backup notifications. "
929
  "Using the WPBackItUp Settings page add multiple email addresses to the "
@@ -936,32 +1349,11 @@ msgstr ""
936
  "ajuste <em>Notificaciones de correo electrónico</em> y recibirá correos de "
937
  "notificación cuando se completen sus copias de seguridad."
938
 
939
- #: views/about.php:278
940
- msgid "About Page"
941
- msgstr "Página Acerca de"
942
-
943
- #: views/about.php:279
944
- msgid ""
945
- "WPBackItUp now has a new <em>about</em> page and you are looking at it right "
946
- "now! The about page contains tips to help get you started with WPBackItUp "
947
- "as well as links to our knowledge base, faqs and instructions on how to "
948
- "contact support if you ever need help. It also includes a <em>what's new</"
949
- "em> section describing all the incredible new features and enhancements we "
950
- "make with every release."
951
- msgstr ""
952
- "WPBackItUp tiene ahora una nueva página <em>Acerca de</em> ¡y la está viendo "
953
- "ahora mismo! La página \"Acerca de\" contiene consejos para ayudarle a "
954
- "empezar con WPBackItUp así como enlaces a nuestra base de conocimientos, "
955
- "preguntas más frecuentes e instrucciones sobre como contactar con el soporte "
956
- "si alguna vez necesita ayuda. Eso incluye una sección <em>¿Qué hay de nuevo?"
957
- "</em> describiendo todas las nuevas e increíbles características y mejoras "
958
- "que hacemos en cada lanzamiento."
959
-
960
- #: views/about.php:281 views/settings.php:146
961
  msgid "Maximum Zip File Size"
962
  msgstr "Tamaño máximo de archivo Zip"
963
 
964
- #: views/about.php:282
965
  msgid ""
966
  "Over the years we have found that some hosting providers enforce strict "
967
  "limitations on the size of your backup archives. When this happens you "
@@ -981,15 +1373,15 @@ msgstr ""
981
  "WPBackItUp no perderá ningún archivo, solo los añadirá en un nuevo archivo "
982
  "de copia de seguridad."
983
 
984
- #: views/about.php:293
985
  msgid "Additional Updates"
986
  msgstr "Mejoras adicionales"
987
 
988
- #: views/about.php:296
989
  msgid "Backup Encryption (Premium Only)"
990
  msgstr "Cifrado de copias de seguridad (solo Premium)"
991
 
992
- #: views/about.php:297
993
  msgid ""
994
  "That's right, we have added backup encryption to this release but have "
995
  "turned it off while we beta test with a few customers. Backup encryption "
@@ -1000,11 +1392,11 @@ msgstr ""
1000
  "cifrado de copias de seguridad estará incluido en nuestro siguiente gran "
1001
  "lanzamiento (1.14) que pronto se publicará."
1002
 
1003
- #: views/about.php:300
1004
  msgid "File Name Validation"
1005
  msgstr "Validación del nombre de archivo"
1006
 
1007
- #: views/about.php:301
1008
  msgid ""
1009
  "We have added an additional validation for files with invalid names. This "
1010
  "check will exclude files from a backup with invalid file names. These files "
@@ -1015,11 +1407,11 @@ msgstr ""
1015
  "archivo no válidos. Estos archivos suelen estar corruptos y causan errores "
1016
  "durante una restauración."
1017
 
1018
- #: views/about.php:304
1019
  msgid "SQL Files"
1020
  msgstr "Archivos SQL"
1021
 
1022
- #: views/about.php:305
1023
  msgid ""
1024
  "For those of you with extremely large databases, you will be happy to know "
1025
  "that we now support database exports that contain more than 500 SQL files."
@@ -1028,11 +1420,11 @@ msgstr ""
1028
  "saber que ahora soportamos la exportación de bases de datos que contienen "
1029
  "más de 500 archivos SQL."
1030
 
1031
- #: views/about.php:309
1032
  msgid "Cloud API Gateway "
1033
  msgstr "API de puerta de enlace a servicios en la nube"
1034
 
1035
- #: views/about.php:310
1036
  msgid ""
1037
  "Every once in a while we have connectivity issues with a few hosts when "
1038
  "customers attempt to activate their license. To combat this issue we have "
@@ -1045,11 +1437,11 @@ msgstr ""
1045
  "accesible a los proveedores de alojamiento web en cualquier país y "
1046
  "plataforma."
1047
 
1048
- #: views/about.php:313
1049
  msgid "Tables missing WordPress table prefix"
1050
  msgstr "Tablas que han perdido el prefijo de las tablas de WordPress"
1051
 
1052
- #: views/about.php:314
1053
  msgid ""
1054
  "We have added support for database tables that are missing the WordPress "
1055
  "table prefix. Some plugins create custom tables that do not contain the "
@@ -1063,97 +1455,97 @@ msgstr ""
1063
  "así, a veces continua ocurriendo. WPBackItUp incluye ahora todas las tablas "
1064
  "en la base de datos, incluso cuando se ha perdido el prefijo de la tabla."
1065
 
1066
- #: views/about.php:320
1067
  msgid "Want to see the entire changelog?"
1068
  msgstr "¿Quiere ver todo el registro de cambios?"
1069
 
1070
- #: views/about.php:321
1071
  msgid "View the Full Changelog"
1072
  msgstr "Mostrar el Registro Completo"
1073
 
1074
- #: views/about.php:350
1075
  msgid "Full Changelog"
1076
  msgstr "Registro Completo"
1077
 
1078
- #: views/about.php:370
1079
  msgid "Take a look at what you are missing!"
1080
  msgstr "¡Heche un vistazo a lo que se está perdiendo!"
1081
 
1082
- #: views/about.php:378
1083
  msgid "FEATURES"
1084
  msgstr "CARACTERÍSTICAS"
1085
 
1086
- #: views/about.php:379
1087
  msgid "LITE"
1088
  msgstr "LITE"
1089
 
1090
- #: views/about.php:380
1091
  msgid "PREMIUM"
1092
  msgstr "PREMIUM"
1093
 
1094
- #: views/about.php:385
1095
  msgid "Complete Backup (Database, Themes, Plugins &amp; Media Files)"
1096
  msgstr ""
1097
  "Copia de seguridad completa (bases de datos, temas, plugins y archivos "
1098
  "multimedia)"
1099
 
1100
- #: views/about.php:390
1101
  msgid "Compressed Backups (Zip Format)"
1102
  msgstr "Copias de seguridad comprimidas (formato Zip)"
1103
 
1104
- #: views/about.php:400
1105
  msgid "Directory Filters"
1106
  msgstr "Filtros por directorio"
1107
 
1108
- #: views/about.php:405
1109
  msgid "Database Table Filters"
1110
  msgstr "Filtros por tabla de la base de datos"
1111
 
1112
- #: views/about.php:410
1113
  msgid "Single File Database Export"
1114
  msgstr "Exportación de la base de datos en un único archivo"
1115
 
1116
- #: views/about.php:415
1117
  msgid "Single File Backup"
1118
  msgstr "Copia de seguridad en un único archivo"
1119
 
1120
- #: views/about.php:420
1121
  msgid "Purge Old Backups"
1122
  msgstr "Purgar antiguas copias de seguridad"
1123
 
1124
- #: views/about.php:425
1125
  msgid "Cleanup Work Files &amp; Logs"
1126
  msgstr "Limpiar archivos de trabajo y registros"
1127
 
1128
- #: views/about.php:430
1129
  msgid "Backup Notifications via Email"
1130
  msgstr "Notificaciones de copia de seguridad por correo electrónico"
1131
 
1132
- #: views/about.php:435
1133
  msgid "One Click Restore</strong>"
1134
  msgstr "Restauración en un clic</strong>"
1135
 
1136
- #: views/about.php:440
1137
  msgid "Scheduled Backups"
1138
  msgstr "Copias de seguridad programadas"
1139
 
1140
- #: views/about.php:445
1141
  msgid "Import Backups"
1142
  msgstr "Importar copias de seguridad"
1143
 
1144
- #: views/about.php:455
1145
  msgid "Premium Support"
1146
  msgstr "Soporte premium"
1147
 
1148
- #: views/about.php:460
1149
  msgid "Product Updates"
1150
  msgstr "Actualizaciones del producto"
1151
 
1152
- #: views/about.php:467
1153
  msgid "GET PREMIUM"
1154
  msgstr "HÁGASE PREMIUM"
1155
 
1156
- #: views/about.php:490
1157
  msgid "No valid changelog was found."
1158
  msgstr "No se encontró un registro válido."
1159
 
@@ -1165,26 +1557,26 @@ msgstr "No se encontró un registro válido."
1165
  msgid "%s Dashboard"
1166
  msgstr "Escritorio de %s"
1167
 
1168
- #: views/backup.php:242
1169
  msgid "Dismiss"
1170
  msgstr "Descartar"
1171
 
1172
- #: views/backup.php:254
1173
  #, php-format
1174
  msgid "Backup folder does not exist. Please contact %s for assistance."
1175
  msgstr ""
1176
  "La carpeta para las copias de seguridad no existe. Por favor contacte con %s "
1177
  "para conseguir ayuda."
1178
 
1179
- #: views/backup.php:254 views/restore.php:75 views/restore.php:82
1180
  msgid "support"
1181
  msgstr "soporte"
1182
 
1183
- #: views/backup.php:257 views/backup.php:263
1184
  msgid "Close"
1185
  msgstr "Cerrar"
1186
 
1187
- #: views/backup.php:278
1188
  msgid ""
1189
  "Click the backup button to create a zipped backup file of this site's "
1190
  "database, plugins, themes and settings."
@@ -1193,7 +1585,7 @@ msgstr ""
1193
  "seguridad de la base de datos, plugins, temas y configuración de este sitio "
1194
  "web en un archivo zip."
1195
 
1196
- #: views/backup.php:279
1197
  msgid ""
1198
  "Once your backup file has been created it will appear in the available "
1199
  "backups section below. This file may remain on your hosting providers server "
@@ -1204,7 +1596,7 @@ msgstr ""
1204
  "permanecerá en su proveedor de hosting pero se recomienda que lo descargue y "
1205
  "guarde en algún lugar seguro."
1206
 
1207
- #: views/backup.php:280
1208
  msgid ""
1209
  "WPBackItUp premium customers can use these backup files to perform an "
1210
  "automated restore of their site."
@@ -1212,11 +1604,7 @@ msgstr ""
1212
  "Los clientes premium de WPBackItUp pueden utilizar estos archivos de copia "
1213
  "de seguridad para restaurar automáticamente su sitio web."
1214
 
1215
- #: views/backup.php:284
1216
- msgid "Cancel"
1217
- msgstr "Cancelar"
1218
-
1219
- #: views/backup.php:291
1220
  #, php-format
1221
  msgid ""
1222
  "WPBackItUp lite customers may use these backup files to manually restore "
@@ -1226,17 +1614,17 @@ msgstr ""
1226
  "seguridad para restaurar de forma manual su sitio web. Visite %s para saber "
1227
  "como realizar la restauración manual."
1228
 
1229
- #: views/backup.php:298
1230
  msgid "Backup Schedule"
1231
  msgstr "Copia de seguridad programada"
1232
 
1233
- #: views/backup.php:300
1234
  msgid "Select the days of the week you would like your backup to run."
1235
  msgstr ""
1236
  "Seleccione los días de la semana que le gustaria que se realizara su copia "
1237
  "de seguridad."
1238
 
1239
- #: views/backup.php:302
1240
  msgid ""
1241
  "Backup your site once per week or every day, it's up to you. If you have "
1242
  "email notifications turned on we'll even send you an email when it's done. "
@@ -1251,45 +1639,45 @@ msgstr ""
1251
  "disponibles. El archivo permanecerá en su proveedor de hosting pero se "
1252
  "recomienda que descargue y guarde la copia en algún lugar seguro."
1253
 
1254
- #: views/backup.php:304
1255
  msgid "Please make sure to schedule your backup for at least once per week."
1256
  msgstr ""
1257
  "Por favor, asegúrese de programar su copia de seguridad por lo menos una vez "
1258
  "a la semana."
1259
 
1260
- #: views/backup.php:308
1261
  msgid "Monday"
1262
  msgstr "Lunes"
1263
 
1264
- #: views/backup.php:309
1265
  msgid "Tuesday"
1266
  msgstr "Martes"
1267
 
1268
- #: views/backup.php:310
1269
  msgid "Wednesday"
1270
  msgstr "Miércoles"
1271
 
1272
- #: views/backup.php:311
1273
  msgid "Thursday"
1274
  msgstr "Jueves"
1275
 
1276
- #: views/backup.php:312
1277
  msgid "Friday"
1278
  msgstr "Viernes"
1279
 
1280
- #: views/backup.php:313
1281
  msgid "Saturday"
1282
  msgstr "Sábado"
1283
 
1284
- #: views/backup.php:314
1285
  msgid "Sunday"
1286
  msgstr "Domingo"
1287
 
1288
- #: views/backup.php:317
1289
  msgid "Save Schedule"
1290
  msgstr "Guardar programación"
1291
 
1292
- #: views/backup.php:322
1293
  #, php-format
1294
  msgid ""
1295
  "Scheduled backups are only available to WPBackItUp premium customers. "
@@ -1299,35 +1687,35 @@ msgstr ""
1299
  "premium de Wp BackItUp. Visite %s para conseguir WPBackItUp sin riesgos por "
1300
  "30 días."
1301
 
1302
- #: views/backup.php:330 views/restore.php:95
1303
  msgid "Available Backups"
1304
  msgstr "Copias de seguridad disponibles"
1305
 
1306
- #: views/backup.php:350 views/backup.php:399
1307
  msgid "Type"
1308
  msgstr "Tipo"
1309
 
1310
- #: views/backup.php:351 views/backup.php:401 views/restore.php:100
1311
  msgid "Date"
1312
  msgstr "Fecha"
1313
 
1314
- #: views/backup.php:352 views/backup.php:403
1315
  msgid "Duration"
1316
  msgstr "Duración"
1317
 
1318
- #: views/backup.php:371
1319
  msgid "Success"
1320
  msgstr "Éxito"
1321
 
1322
- #: views/backup.php:374
1323
  msgid "Active"
1324
  msgstr "Activo"
1325
 
1326
- #: views/backup.php:417 views/restore.php:149
1327
  msgid "No backup archives found."
1328
  msgstr "No se han encontrado archivos de copia de seguridad."
1329
 
1330
- #: views/backup.php:426
1331
  #, php-format
1332
  msgid ""
1333
  "The automated restore feature is only available to WPBackItUp premium "
@@ -1337,18 +1725,18 @@ msgstr ""
1337
  "premium de WPBackItUp. Visite %s para conseguir WP BackItUp sin riesgos por "
1338
  "30 días."
1339
 
1340
- #: views/backup.php:435 views/restore.php:234
1341
  msgid "Nothing to report"
1342
  msgstr "Nada que informar"
1343
 
1344
- #: views/backup.php:440
1345
  msgid "Preparing for backup"
1346
  msgstr "Preparándose para la copia de seguridad"
1347
 
1348
- #: views/backup.php:440 views/backup.php:441 views/backup.php:442
1349
- #: views/backup.php:443 views/backup.php:444 views/backup.php:445
1350
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1351
- #: views/backup.php:450 views/backup.php:452 views/restore.php:244
 
 
1352
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1353
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1354
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
@@ -1356,10 +1744,10 @@ msgstr "Preparándose para la copia de seguridad"
1356
  msgid "Done"
1357
  msgstr "Hecho"
1358
 
1359
- #: views/backup.php:440 views/backup.php:441 views/backup.php:442
1360
- #: views/backup.php:443 views/backup.php:444 views/backup.php:445
1361
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1362
- #: views/backup.php:450 views/backup.php:452 views/restore.php:244
 
 
1363
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1364
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1365
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
@@ -1367,64 +1755,64 @@ msgstr "Hecho"
1367
  msgid "Failed"
1368
  msgstr "Fallido"
1369
 
1370
- #: views/backup.php:441
1371
  msgid "Creating inventory of files to backup"
1372
  msgstr "Creando el inventario de archivos a guardar en la copia de seguridad"
1373
 
1374
- #: views/backup.php:442
1375
  msgid "Exporting database"
1376
  msgstr "Exportando base de datos"
1377
 
1378
- #: views/backup.php:443
1379
  msgid "Backing up database"
1380
  msgstr "Realizando copia de seguridad de la base de datos"
1381
 
1382
- #: views/backup.php:444
1383
  msgid "Backing up themes"
1384
  msgstr "Realizando copia de seguridad de los temas"
1385
 
1386
- #: views/backup.php:445
1387
  msgid "Backing up plugins"
1388
  msgstr "Realizando copia de seguridad de los plugins"
1389
 
1390
- #: views/backup.php:446
1391
  msgid "Backing up uploads"
1392
  msgstr "Realizando copia de seguridad de las subidas"
1393
 
1394
- #: views/backup.php:447
1395
  msgid "Backing up everything else"
1396
  msgstr "Realizando copia de seguridad del resto"
1397
 
1398
- #: views/backup.php:448
1399
  msgid "Validating backup"
1400
  msgstr "Validando copia de seguridad"
1401
 
1402
- #: views/backup.php:450
1403
  msgid "Encrypting sensitive files"
1404
  msgstr "Cifrando archivos sensibles"
1405
 
1406
- #: views/backup.php:452
1407
  msgid "Finalizing backup"
1408
  msgstr "Acabando la copia de seguridad"
1409
 
1410
- #: views/backup.php:462
1411
  msgid "Backup completed successfully"
1412
  msgstr "Copia de seguridad completada con éxito."
1413
 
1414
- #: views/backup.php:483
1415
  msgid "Version "
1416
  msgstr "Versión"
1417
 
1418
- #: views/backup.php:485
1419
  msgid "Welcome to WPBackItUp!"
1420
  msgstr "Bienvenido a WPBackItUp!"
1421
 
1422
- #: views/backup.php:485
1423
  msgid "The simplest way to backup your WordPress site."
1424
  msgstr ""
1425
  "La forma más simple de realizar copias de seguridad de su sitio Wordpress."
1426
 
1427
- #: views/backup.php:486
1428
  msgid ""
1429
  "Getting started is easy, just click the backup button on the left side of "
1430
  "this page."
@@ -1432,7 +1820,7 @@ msgstr ""
1432
  "Empezar es sencillo, sólo haga clic en el botón de copia de seguridad en el "
1433
  "lado izquierdo de esta página."
1434
 
1435
- #: views/backup.php:490
1436
  #, php-format
1437
  msgid ""
1438
  "Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
@@ -1441,38 +1829,38 @@ msgstr ""
1441
  "¡Enhorabuena! Ha realizado <span style=\"font-weight:bold;font-size:medium;"
1442
  "color: green\">%s</span> copias de seguridad con éxito."
1443
 
1444
- #: views/backup.php:491
1445
  msgid "Tips"
1446
  msgstr "Consejos"
1447
 
1448
- #: views/backup.php:492
1449
  msgid "Backup your site at least once per week"
1450
  msgstr "Haga una copia de seguridad al menos un vez por semana"
1451
 
1452
- #: views/backup.php:493
1453
  msgid "Download all your backups and store them somewhere safe"
1454
  msgstr "Descargue sus copias de seguridad y guárdelas en algún lugar seguro"
1455
 
1456
- #: views/backup.php:494
1457
  msgid "Verify your backup files are good by taking a look at what's inside"
1458
  msgstr ""
1459
  "Verifique que sus archivos de copia de seguridad estén bien mirando lo que "
1460
  "contienen"
1461
 
1462
- #: views/backup.php:499
1463
  #, php-format
1464
  msgid "Why not %s and schedule your backups!"
1465
  msgstr "¿¡Por qué no %s y programar sus copias de seguridad!?"
1466
 
1467
- #: views/backup.php:499
1468
  msgid "upgrade"
1469
  msgstr "actualizar"
1470
 
1471
- #: views/backup.php:508
1472
  msgid "Register WPBackItUp"
1473
  msgstr "Registrar WPBackItUp"
1474
 
1475
- #: views/backup.php:511
1476
  msgid ""
1477
  "Enter your name and email address below to receive <b>special offers</b> and "
1478
  "access to our world class <b>support</b> team. <br />\n"
@@ -1484,83 +1872,71 @@ msgstr ""
1484
  "<b>soporte</b>. <br />\n"
1485
  "<br />Entre su clave de licéncia abajo para activarlo en este sitio web."
1486
 
1487
- #: views/backup.php:513
1488
  msgid "name"
1489
  msgstr "nombre"
1490
 
1491
- #: views/backup.php:514
1492
  msgid "email address"
1493
  msgstr "dirección de correo electrónico"
1494
 
1495
- #: views/backup.php:515
1496
  msgid "license key"
1497
  msgstr "clave de licencia"
1498
 
1499
- #: views/backup.php:515 views/backup.php:565 views/backup.php:569
1500
  #, php-format
1501
  msgid "%s"
1502
  msgstr "%s"
1503
 
1504
- #: views/backup.php:516
1505
  msgid "Free plugin customers do not need to enter license key."
1506
  msgstr ""
1507
  "Los clientes del plugin gratuito no necesitan introducir la clave de "
1508
  "licencia."
1509
 
1510
- #: views/backup.php:517
1511
  msgid "Register"
1512
  msgstr "Registrarse"
1513
 
1514
- #: views/backup.php:526
1515
  msgid "License Info"
1516
  msgstr "Información de la licencia"
1517
 
1518
- #: views/backup.php:548
1519
- msgid "Name"
1520
- msgstr "Nombre"
1521
-
1522
- #: views/backup.php:549
1523
- msgid "Email"
1524
- msgstr "Correo"
1525
-
1526
- #: views/backup.php:550
1527
  msgid "License Type"
1528
  msgstr "Tipo de licencia"
1529
 
1530
- #: views/backup.php:551
1531
  msgid "Expires"
1532
  msgstr "Expira"
1533
 
1534
- #: views/backup.php:554
1535
  msgid "Enter license key to activate on this site."
1536
  msgstr "Introduzca la clave de la licencia para activarlo en este sitio web."
1537
 
1538
- #: views/backup.php:561
1539
  msgid "License Active"
1540
  msgstr "Licencia activa"
1541
 
1542
- #: views/backup.php:569
1543
  msgid "License expired"
1544
  msgstr "Licencia caducada"
1545
 
1546
- #: views/backup.php:573
1547
- msgid "Update"
1548
- msgstr "Actualizar"
1549
-
1550
- #: views/backup.php:577
1551
  msgid "Activate"
1552
  msgstr "Activar"
1553
 
1554
- #: views/backup.php:581
1555
  #, php-format
1556
  msgid "Purchase a %s license using the purchase link above."
1557
  msgstr "Compre una licencia %s usando el enlace superior de compra."
1558
 
1559
- #: views/backup.php:581
1560
  msgid "no-risk"
1561
  msgstr "sin riesgo"
1562
 
1563
- #: views/backup.php:587
1564
  #, php-format
1565
  msgid ""
1566
  "Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
@@ -1571,35 +1947,35 @@ msgstr ""
1571
  "de <strong> actualizaciones</strong> y acceso a nuestro equipo de "
1572
  "<strong>soporte de talla mundial</strong>."
1573
 
1574
- #: views/backup.php:598
1575
  msgid "Useful Links"
1576
  msgstr "Enlaces útiles"
1577
 
1578
- #: views/backup.php:600
1579
  msgid "Getting Started Video"
1580
  msgstr "Vídeo de cómo empezar"
1581
 
1582
- #: views/backup.php:603
1583
  msgid "Your account"
1584
  msgstr "Su cuenta"
1585
 
1586
- #: views/backup.php:606
1587
  msgid "Website Migration Service"
1588
  msgstr "Servicio de migraciones de páginas web"
1589
 
1590
- #: views/backup.php:608
1591
  msgid "Documentation"
1592
  msgstr "Documentación"
1593
 
1594
- #: views/backup.php:614
1595
  msgid "Feature request"
1596
  msgstr "Solicite función"
1597
 
1598
- #: views/backup.php:616
1599
  msgid "Language Translations"
1600
  msgstr "Traducciones"
1601
 
1602
- #: views/backup.php:618
1603
  msgid "Contact"
1604
  msgstr "Contacto"
1605
 
@@ -2449,19 +2825,23 @@ msgstr ""
2449
  "Active esta casilla si desea que WPBackItUp elimine por completo todos los "
2450
  "datos asociados al plugin cuando este sea borrado."
2451
 
2452
- #: views/support.php:65 views/support.php:221
2453
  msgid "Send Logs"
2454
  msgstr "Enviar registros"
2455
 
2456
- #: views/support.php:71
 
 
 
 
2457
  msgid "Advanced"
2458
  msgstr "Avanzado"
2459
 
2460
- #: views/support.php:93
2461
  msgid "Support Center"
2462
  msgstr "Centro de soporte"
2463
 
2464
- #: views/support.php:95
2465
  msgid ""
2466
  "Welcome to the WPBackItUp support center. If you have any questions or run "
2467
  "into any trouble with WPBackItUp then you've come to the right place."
@@ -2469,7 +2849,7 @@ msgstr ""
2469
  "Bienvenido al centro de soporte de WPBackItUp. Si tiene cualquier pregunta o "
2470
  "tiene algún problema con WPBackItUp, entonces ha venido al lugar correcto."
2471
 
2472
- #: views/support.php:112
2473
  msgid ""
2474
  "To streamline support requests and better serve you, we utilize a support "
2475
  "ticket system. Every support request is assigned a unique ticket number "
@@ -2486,11 +2866,11 @@ msgstr ""
2486
  "correspondencia es a través de correo electrónico, así que se requiere una "
2487
  "dirección de correo electrónico válida para enviar un ticket."
2488
 
2489
- #: views/support.php:120
2490
  msgid "Search &rarr; Knowledge base"
2491
  msgstr "Buscar &rarr; Base del conocimiento"
2492
 
2493
- #: views/support.php:121
2494
  msgid ""
2495
  "Want to search our entire documentation library, all our how to articles and "
2496
  "even our faq's in one shot? Just type your question into the knowledge base "
@@ -2502,11 +2882,11 @@ msgstr ""
2502
  "búsquedas de la base de conocimiento y le mostraremos todo lo que tengamos "
2503
  "sobre ese tema."
2504
 
2505
- #: views/support.php:123
2506
  msgid "New &rarr; Ticket"
2507
  msgstr "Nuevo &rarr; Ticket"
2508
 
2509
- #: views/support.php:124
2510
  msgid ""
2511
  "Need to open a new support ticket? Just click the link above. Please "
2512
  "provide as much detail as possible so we can best assist you."
@@ -2515,11 +2895,11 @@ msgstr ""
2515
  "arriba. Por favor, proporcione tantos detalles como sea posible para que "
2516
  "podamos asistirle de la mejor manera posible."
2517
 
2518
- #: views/support.php:126
2519
  msgid "Check &rarr; Status"
2520
  msgstr "Comprobar &rarr; estado"
2521
 
2522
- #: views/support.php:127
2523
  msgid ""
2524
  "To check ticket status or update a previously submitted ticket you will "
2525
  "first need to login. Our support portal provides a history of your current "
@@ -2529,11 +2909,11 @@ msgstr ""
2529
  "primero iniciar sesión. Nuestro portal de soporte provee un historial de sus "
2530
  "peticiones de soporte actuales y antiguas completas con sus respuestas."
2531
 
2532
- #: views/support.php:129
2533
  msgid "Send &rarr; Logs"
2534
  msgstr "Enviar &rarr; registros"
2535
 
2536
- #: views/support.php:130
2537
  msgid ""
2538
  "Sometimes it may be necessary for you to send your log files to support. If "
2539
  "that ever happens, just click the link above and we will show you what to do."
@@ -2542,7 +2922,7 @@ msgstr ""
2542
  "registro. Si eso ocurre, haga clic en el enlace superior y le mostraremos "
2543
  "que tiene que hacer."
2544
 
2545
- #: views/support.php:169
2546
  msgid ""
2547
  "If you have been asked by support to send your log files then you are in the "
2548
  "right spot."
@@ -2550,15 +2930,15 @@ msgstr ""
2550
  "Si desde el soporte le han pedido que envié sus archivos de registro, "
2551
  "entonces está en el sitio correcto."
2552
 
2553
- #: views/support.php:181
2554
  msgid "Send Logs to Support"
2555
  msgstr "Enviar registros al soporte"
2556
 
2557
- #: views/support.php:182
2558
  msgid "This form should only be used when working with support."
2559
  msgstr "Este formulario solo debería usarse cuando se trabaja con el soporte."
2560
 
2561
- #: views/support.php:183
2562
  #, php-format
2563
  msgid ""
2564
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
@@ -2568,7 +2948,7 @@ msgstr ""
2568
  "<a href=\"%s\" target=\"_blank\">portal de soporte</a> de WPBackItUp antes "
2569
  "de usar este formulario."
2570
 
2571
- #: views/support.php:184
2572
  msgid ""
2573
  "The ticket id you receive from your support request should be entered in the "
2574
  "ticket id field below."
@@ -2576,35 +2956,39 @@ msgstr ""
2576
  "El id del ticket de la incidencia que reciba de nuestro soporte técnico debe "
2577
  "introducirse en el campo inferior del id del ticket."
2578
 
2579
- #: views/support.php:185
2580
  msgid "your email address"
2581
  msgstr "su dirección de correo electrónico"
2582
 
2583
- #: views/support.php:196
2584
  msgid "support ticket id"
2585
  msgstr "id del ticket del soporte técnico"
2586
 
2587
- #: views/support.php:207
2588
  msgid "problem description or additional information"
2589
  msgstr "descripción del problema o información adicional"
2590
 
2591
- #: views/support.php:224
2592
  msgid "Please register your version of WPBackItUp for access to support."
2593
  msgstr "Por favor, registre su versión de WPBackItUp para acceder al soporte."
2594
 
2595
- #: views/support.php:228
2596
  msgid "Premium customers receive priority support."
2597
  msgstr "Los clientes premium reciben soporte técnico prioritario."
2598
 
2599
- #: views/support.php:236
2600
  msgid "Support email could not be sent!"
2601
  msgstr "¡El correo electrónico de soporte no se pudo enviar!"
2602
 
2603
- #: views/support.php:243
2604
  msgid "Support email sent successfully!"
2605
  msgstr "¡Correo para el soporte enviado con éxito!"
2606
 
2607
- #: views/support.php:267
 
 
 
 
2608
  msgid "Content goes here"
2609
  msgstr "El contenido va aquí"
2610
 
@@ -2639,3 +3023,22 @@ msgstr "Archivo Local"
2639
  #: wp-backitup.php:184
2640
  msgid "Cleanup"
2641
  msgstr "Limpiar"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: WPBackItUp\n"
7
+ "POT-Creation-Date: 2016-12-22 11:39-0500\n"
8
+ "PO-Revision-Date: 2016-12-22 11:39-0500\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 "Cada %d minutos"
26
 
27
+ #: lib/includes/class-download-log.php:94
28
+ #: lib/includes/class-wpbackitup-admin.php:264
29
+ #: vendor/WordPress/class-wp-list-table.php:1918 views/backup.php:414
30
+ #: views/restore.php:129
31
+ msgid "Delete"
32
+ msgstr "Borrar"
33
+
34
+ #: lib/includes/class-download-log.php:94
35
+ msgid "Are you sure?"
36
+ msgstr ""
37
+
38
+ #: lib/includes/class-download-log.php:95
39
+ #: lib/includes/class-wpbackitup-admin.php:263
40
+ msgid "Download"
41
+ msgstr "Descargar"
42
+
43
+ #: lib/includes/class-download-log.php:130
44
+ msgid "Time"
45
+ msgstr ""
46
+
47
+ #: lib/includes/class-download-log.php:131
48
+ msgid "Log File"
49
+ msgstr ""
50
+
51
+ #: lib/includes/class-download-log.php:132
52
+ msgid "Size"
53
+ msgstr ""
54
+
55
+ #: lib/includes/class-wpbackitup-admin.php:217 views/backup.php:283
56
+ #: views/backup.php:289 views/backup.php:355 views/backup.php:392
57
  #: views/restore.php:99 wp-backitup.php:156
58
  msgid "Backup"
59
  msgstr "Copia de seguridad"
60
 
61
+ #: lib/includes/class-wpbackitup-admin.php:222
62
+ #: lib/includes/class-wpbackitup-admin.php:265 views/about.php:191
63
  #: views/restore.php:136 wp-backitup.php:170
64
  msgid "Restore"
65
  msgstr "Restaurar"
66
 
67
+ #: lib/includes/class-wpbackitup-admin.php:227 views/support.php:66
68
  msgid "Support"
69
  msgstr "Soporte"
70
 
71
+ #: lib/includes/class-wpbackitup-admin.php:230
72
  msgid "Settings"
73
  msgstr "Configuración"
74
 
75
+ #: lib/includes/class-wpbackitup-admin.php:233
76
  msgid "About"
77
  msgstr "Sobre"
78
 
79
+ #: lib/includes/class-wpbackitup-admin.php:258
80
  msgid ""
81
  "The backup you have selected exceeds what your host allows you to upload."
82
  msgstr ""
83
  "La copia de seguridad que ha seleccionado excede lo que su servidor le "
84
  "permite subir."
85
 
86
+ #: lib/includes/class-wpbackitup-admin.php:259 views/backup.php:446
87
+ #: views/backup.php:447 views/backup.php:448 views/backup.php:449
88
+ #: views/backup.php:450 views/backup.php:451 views/backup.php:452
89
+ #: views/backup.php:453 views/backup.php:454 views/backup.php:456
90
+ #: views/backup.php:458
91
  msgid "Warning"
92
  msgstr "Advertencia"
93
 
94
+ #: lib/includes/class-wpbackitup-admin.php:260
95
+ #: vendor/edd/EDD_SL_Plugin_Updater.php:363 views/backup.php:259
96
+ #: views/backup.php:383
97
  msgid "Error"
98
  msgstr "Error"
99
 
100
+ #: lib/includes/class-wpbackitup-admin.php:261
101
  msgid "Response"
102
  msgstr "Respuesta"
103
 
104
+ #: lib/includes/class-wpbackitup-admin.php:262 views/backup.php:359
105
+ #: views/backup.php:411 views/backup.php:437 views/restore.php:230
106
  msgid "Status"
107
  msgstr "Estado"
108
 
109
+ #: lib/includes/class-wpbackitup-admin.php:266
 
 
 
 
 
 
 
 
 
110
  msgid "(JS997) Unexpected error"
111
  msgstr "(JS997) Error inesperado"
112
 
113
+ #: lib/includes/class-wpbackitup-admin.php:267
114
  msgid "(JS998) Unexpected error"
115
  msgstr "(JS998) Error inesperado"
116
 
117
+ #: lib/includes/class-wpbackitup-admin.php:268
118
  msgid "(JS999) An unexpected error has occurred"
119
  msgstr "(JS999) Ocurrió un error inesperado"
120
 
121
+ #: lib/includes/class-wpbackitup-admin.php:269
122
  msgid "Scheduled has been saved."
123
  msgstr "Se ha guardado la programación."
124
 
125
+ #: lib/includes/class-wpbackitup-admin.php:270
126
  msgid "Scheduled was not saved."
127
  msgstr "La programación no se ha guardado."
128
 
129
+ #: lib/includes/class-wpbackitup-admin.php:271
130
  msgid "Are you sure you want to restore your site?"
131
  msgstr "¿Está seguro de que quiere restaurar su sitio web?"
132
 
133
+ #: lib/includes/class-wpbackitup-admin.php:272
134
  msgid "Are you sure ?"
135
  msgstr "¿Está seguro?"
136
 
137
+ #: lib/includes/class-wpbackitup-admin.php:273
138
  msgid "This file cannot be delete!"
139
  msgstr "¡Este archivo no se puede borrar!"
140
 
141
+ #: lib/includes/class-wpbackitup-admin.php:274
142
  msgid "View Log"
143
  msgstr "Ver registro"
144
 
145
+ #: lib/includes/class-wpbackitup-admin.php:275
146
  msgid "New Backup!"
147
  msgstr "¡Nueva copia de seguridad!"
148
 
149
+ #: lib/includes/class-wpbackitup-admin.php:276
150
  msgid "Uploaded Backup"
151
  msgstr "Copia de seguridad subida"
152
 
153
+ #: lib/includes/class-wpbackitup-admin.php:680
154
  msgid "Backup Queued"
155
  msgstr "Copia de seguridad puesta en la cola"
156
 
157
+ #: lib/includes/class-wpbackitup-admin.php:689
158
  msgid "Backup could not be queued"
159
  msgstr "No se puede poner en la cola la copia de seguridad"
160
 
161
+ #: lib/includes/class-wpbackitup-admin.php:701
162
  msgid "Job is already in queue."
163
  msgstr "La tarea ya está en la cola."
164
 
165
+ #: lib/includes/class-wpbackitup-admin.php:739
166
  msgid "No backup file selected."
167
  msgstr "No se ha seleccionado ningún archivo de copia de seguridad."
168
 
169
+ #: lib/includes/class-wpbackitup-admin.php:746
170
  msgid "No user id found."
171
  msgstr "No se ha encontrado la id de usuario."
172
 
173
+ #: lib/includes/class-wpbackitup-admin.php:784
174
  msgid "Restore Queued"
175
  msgstr "Restauración en la cola"
176
 
177
+ #: lib/includes/class-wpbackitup-admin.php:793
178
  msgid "Restore could not be queued"
179
  msgstr "La restauración no se ha podido poner en cola"
180
 
181
+ #: lib/includes/class-wpbackitup-admin.php:799
182
  msgid "Restore already in queue"
183
  msgstr "La restauración ya está en la cola"
184
 
185
+ #: lib/includes/class-wpbackitup-admin.php:831
186
  msgid "No job id posted"
187
  msgstr "Id de la tarea no publicado"
188
 
189
+ #: lib/includes/class-wpbackitup-admin.php:839 views/backup.php:477
190
  msgid "Backup Cancelled"
191
  msgstr "Copia de seguridad cancelada"
192
 
193
+ #: lib/includes/class-wpbackitup-admin.php:841
194
  msgid "Backup job not found"
195
  msgstr "No se ha encontrado la tarea de copia de seguridad"
196
 
197
+ #: lib/includes/class-wpbackitup-admin.php:1050
198
  msgid "No response log found."
199
  msgstr "No se ha enontrado ningún registro."
200
 
201
+ #: lib/includes/class-wpbackitup-admin.php:1152
202
+ #: lib/includes/class-wpbackitup-admin.php:1160
203
+ #: lib/includes/class-wpbackitup-admin.php:1240
204
+ #: lib/includes/class-wpbackitup-admin.php:1247
205
+ #: lib/includes/class-wpbackitup-admin.php:1254
206
+ #: lib/includes/class-wpbackitup-admin.php:1261
207
+ #: lib/includes/class-wpbackitup-admin.php:1268
208
  msgid "Please enter a number"
209
  msgstr "Por favor, introduzca un número"
210
 
211
+ #: lib/includes/class-wpbackitup-admin.php:1188
212
  msgid "Please enter valid email"
213
  msgstr "Por favor, introduzca una dirección de correo electrónico válida"
214
 
215
+ #: lib/includes/class-wpbackitup-admin.php:1377
216
  msgid "Please enter a valid email"
217
  msgstr "Por favor, introduzca una dirección de correo electrónico válida"
218
 
219
+ #: lib/includes/class-wpbackitup-admin.php:1384
220
  msgid "Please enter your support ticket id"
221
  msgstr "Por favor, introduzca el id de la incidencia"
222
 
223
+ #: lib/includes/class-wpbackitup-admin.php:1389
224
  msgid "Please only enter numbers in this field"
225
  msgstr "Por favor, sólo introduzca números en este campo"
226
 
227
+ #: lib/includes/class-wpbackitup-admin.php:2282
228
+ #: lib/includes/class-wpbackitup-admin.php:2302
229
  msgid ""
230
  "License could not be activated. Please try again in a few hours and contact "
231
  "support if this error continues."
233
  "Puede que la licencia no se haya activado. Por favor, inténtelo de nuevo en "
234
  "unas pocas horas y contacte con el soporte técnico si el error continua."
235
 
236
+ #: lib/includes/class-wpbackitup-admin.php:2351
237
  msgid "License is invalid."
238
  msgstr "Licencia no válida"
239
 
240
+ #: lib/includes/class-wpbackitup-admin.php:2356
241
  msgid "License has expired."
242
  msgstr "La licencia ha caducado."
243
 
244
+ #: lib/includes/class-wpbackitup-admin.php:2359
245
  #, php-format
246
  msgid ""
247
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
252
  "a> ahora para otro año de <strong>actualizaciones</strong> y acceso a "
253
  "nuestro equipo de <strong>soporte de talla mundial</strong>."
254
 
255
+ #: lib/includes/class-wpbackitup-admin.php:2373
256
  msgid "License Expired: Scheduled backups are no longer active."
257
  msgstr ""
258
  "La licencia ha caducado. Las copias de seguridad programadas ya no están "
259
  "activas."
260
 
261
+ #: lib/includes/class-wpbackitup-admin.php:2381
262
  msgid "Activation limit has been reached."
263
  msgstr "Se ha llegado al límite de activaciones."
264
 
265
+ #: lib/includes/class-wpbackitup-admin.php:2387
266
  msgid "Your Activation limit has been reached"
267
  msgstr "Se ha llegado a su límite de activaciones"
268
 
620
  msgid "(999) Unexpected error"
621
  msgstr "(999) Error inesperado"
622
 
623
+ #: vendor/WordPress/class-wp-list-table.php:162
624
+ msgid "List View"
625
+ msgstr ""
626
+
627
+ #: vendor/WordPress/class-wp-list-table.php:163
628
+ msgid "Excerpt View"
629
+ msgstr ""
630
+
631
+ #: vendor/WordPress/class-wp-list-table.php:334
632
+ msgid "No items found."
633
+ msgstr ""
634
+
635
+ #: vendor/WordPress/class-wp-list-table.php:461
636
+ msgid "Select bulk action"
637
+ msgstr ""
638
+
639
+ #: vendor/WordPress/class-wp-list-table.php:463
640
+ msgid "Bulk Actions"
641
+ msgstr ""
642
+
643
+ #: vendor/WordPress/class-wp-list-table.php:473
644
+ msgid "Apply"
645
+ msgstr ""
646
+
647
+ #: vendor/WordPress/class-wp-list-table.php:523
648
+ #: vendor/WordPress/class-wp-list-table.php:1324
649
+ msgid "Show more details"
650
+ msgstr ""
651
+
652
+ #: vendor/WordPress/class-wp-list-table.php:586
653
+ msgid "Filter by date"
654
+ msgstr ""
655
+
656
+ #: vendor/WordPress/class-wp-list-table.php:588
657
+ msgid "All dates"
658
+ msgstr ""
659
+
660
+ #: vendor/WordPress/class-wp-list-table.php:601
661
+ #, php-format
662
+ msgid "%1$s %2$d"
663
+ msgstr ""
664
+
665
+ #: vendor/WordPress/class-wp-list-table.php:660
666
+ #: vendor/WordPress/class-wp-list-table.php:672
667
+ #: vendor/WordPress/class-wp-list-table.php:685
668
+ msgid "No comments"
669
+ msgstr ""
670
+
671
+ #: vendor/WordPress/class-wp-list-table.php:672
672
+ msgid "No approved comments"
673
+ msgstr ""
674
+
675
+ #: vendor/WordPress/class-wp-list-table.php:685
676
+ msgid "No pending comments"
677
+ msgstr ""
678
+
679
+ #: vendor/WordPress/class-wp-list-table.php:798
680
+ msgid "First page"
681
+ msgstr ""
682
+
683
+ #: vendor/WordPress/class-wp-list-table.php:808
684
+ msgid "Previous page"
685
+ msgstr ""
686
+
687
+ #: vendor/WordPress/class-wp-list-table.php:815
688
+ #: vendor/WordPress/class-wp-list-table.php:818
689
+ msgid "Current Page"
690
+ msgstr ""
691
+
692
+ #: vendor/WordPress/class-wp-list-table.php:831
693
+ msgid "Next page"
694
+ msgstr ""
695
+
696
+ #: vendor/WordPress/class-wp-list-table.php:841
697
+ msgid "Last page"
698
+ msgstr ""
699
+
700
+ #: vendor/WordPress/class-wp-list-table.php:1069
701
+ msgid "Select All"
702
+ msgstr ""
703
+
704
+ #: vendor/WordPress/class-wp-list-table.php:1753
705
+ msgid "Edit Comment"
706
+ msgstr ""
707
+
708
+ #: vendor/WordPress/class-wp-list-table.php:1754
709
+ msgid "Reply to Comment"
710
+ msgstr ""
711
+
712
+ #: vendor/WordPress/class-wp-list-table.php:1755
713
+ msgid "Add new Comment"
714
+ msgstr ""
715
+
716
+ #: vendor/WordPress/class-wp-list-table.php:1759
717
+ msgid "Comment"
718
+ msgstr ""
719
+
720
+ #: vendor/WordPress/class-wp-list-table.php:1768 views/backup.php:554
721
+ msgid "Name"
722
+ msgstr "Nombre"
723
+
724
+ #: vendor/WordPress/class-wp-list-table.php:1773 views/backup.php:555
725
+ msgid "Email"
726
+ msgstr "Correo"
727
+
728
+ #: vendor/WordPress/class-wp-list-table.php:1778
729
+ msgid "URL"
730
+ msgstr ""
731
+
732
+ #: vendor/WordPress/class-wp-list-table.php:1785
733
+ msgid "Add Comment"
734
+ msgstr ""
735
+
736
+ #: vendor/WordPress/class-wp-list-table.php:1786
737
+ msgid "Update Comment"
738
+ msgstr ""
739
+
740
+ #: vendor/WordPress/class-wp-list-table.php:1787
741
+ msgid "Submit Reply"
742
+ msgstr ""
743
+
744
+ #: vendor/WordPress/class-wp-list-table.php:1788
745
+ #: vendor/WordPress/class-wp-list-table.php:2008
746
+ #: vendor/WordPress/class-wp-list-table.php:2113 views/backup.php:290
747
+ msgid "Cancel"
748
+ msgstr "Cancelar"
749
+
750
+ #: vendor/WordPress/class-wp-list-table.php:1823
751
+ #, php-format
752
+ msgid "Comment by %s moved to the trash."
753
+ msgstr ""
754
+
755
+ #: vendor/WordPress/class-wp-list-table.php:1823
756
+ #: vendor/WordPress/class-wp-list-table.php:1826
757
+ msgid "Undo"
758
+ msgstr ""
759
+
760
+ #: vendor/WordPress/class-wp-list-table.php:1826
761
+ #, php-format
762
+ msgid "Comment by %s marked as spam."
763
+ msgstr ""
764
+
765
+ #: vendor/WordPress/class-wp-list-table.php:1846
766
+ #: vendor/WordPress/class-wp-list-table.php:1861
767
+ #: vendor/WordPress/class-wp-list-table.php:1925
768
+ #: vendor/WordPress/class-wp-list-table.php:1986
769
+ msgid "Value"
770
+ msgstr ""
771
+
772
+ #: vendor/WordPress/class-wp-list-table.php:1915
773
+ msgid "Key"
774
+ msgstr ""
775
+
776
+ #: vendor/WordPress/class-wp-list-table.php:1920 views/backup.php:579
777
+ msgid "Update"
778
+ msgstr "Actualizar"
779
+
780
+ #: vendor/WordPress/class-wp-list-table.php:1981
781
+ msgid "Add New Custom Field:"
782
+ msgstr ""
783
+
784
+ #: vendor/WordPress/class-wp-list-table.php:1995
785
+ msgid "&mdash; Select &mdash;"
786
+ msgstr ""
787
+
788
+ #: vendor/WordPress/class-wp-list-table.php:2007
789
+ msgid "Enter new"
790
+ msgstr ""
791
+
792
+ #: vendor/WordPress/class-wp-list-table.php:2018
793
+ msgid "Add Custom Field"
794
+ msgstr ""
795
+
796
+ #: vendor/WordPress/class-wp-list-table.php:2071
797
+ msgid "Month"
798
+ msgstr ""
799
+
800
+ #: vendor/WordPress/class-wp-list-table.php:2077
801
+ #, php-format
802
+ msgid "%1$s-%2$s"
803
+ msgstr ""
804
+
805
+ #: vendor/WordPress/class-wp-list-table.php:2081
806
+ msgid "Day"
807
+ msgstr ""
808
+
809
+ #: vendor/WordPress/class-wp-list-table.php:2082
810
+ msgid "Year"
811
+ msgstr ""
812
+
813
+ #: vendor/WordPress/class-wp-list-table.php:2083
814
+ msgid "Hour"
815
+ msgstr ""
816
+
817
+ #: vendor/WordPress/class-wp-list-table.php:2084
818
+ msgid "Minute"
819
+ msgstr ""
820
+
821
+ #: vendor/WordPress/class-wp-list-table.php:2088
822
+ #, php-format
823
+ msgid "%1$s %2$s, %3$s @ %4$s:%5$s"
824
+ msgstr ""
825
+
826
+ #: vendor/WordPress/class-wp-list-table.php:2112
827
+ msgid "OK"
828
+ msgstr ""
829
+
830
+ #: vendor/WordPress/class-wp-list-table.php:2218
831
+ msgid ""
832
+ "Before you can upload your import file, you will need to fix the following "
833
+ "error:"
834
+ msgstr ""
835
+
836
+ #: vendor/WordPress/class-wp-list-table.php:2224
837
+ msgid "Choose a file from your computer:"
838
+ msgstr ""
839
+
840
+ #: vendor/WordPress/class-wp-list-table.php:2224
841
+ #, php-format
842
+ msgid "Maximum size: %s"
843
+ msgstr ""
844
+
845
+ #: vendor/WordPress/class-wp-list-table.php:2229
846
+ msgid "Upload file and import"
847
+ msgstr ""
848
+
849
+ #: vendor/WordPress/class-wp-list-table.php:2399
850
+ #, php-format
851
+ msgid "Toggle panel: %s"
852
+ msgstr ""
853
+
854
+ #: vendor/WordPress/class-wp-list-table.php:2521
855
+ msgid "Press return or enter to open this section"
856
+ msgstr ""
857
+
858
+ #: vendor/WordPress/class-wp-list-table.php:2567
859
+ #: vendor/WordPress/class-wp-list-table.php:2572
860
+ #, php-format
861
+ msgid "The \"%s\" options group has been removed. Use another settings group."
862
+ msgstr ""
863
+
864
+ #: vendor/WordPress/class-wp-list-table.php:2618
865
+ msgid ""
866
+ "The miscellaneous options group has been removed. Use another settings group."
867
+ msgstr ""
868
+
869
+ #: vendor/WordPress/class-wp-list-table.php:2623
870
+ msgid "The privacy options group has been removed. Use another settings group."
871
+ msgstr ""
872
+
873
+ #: vendor/WordPress/class-wp-list-table.php:2857
874
+ msgid "Attach to existing content"
875
+ msgstr ""
876
+
877
+ #: vendor/WordPress/class-wp-list-table.php:2858
878
+ msgid "Close media attachment panel"
879
+ msgstr ""
880
+
881
+ #: vendor/WordPress/class-wp-list-table.php:2867
882
+ msgid "Search"
883
+ msgstr ""
884
+
885
+ #: vendor/WordPress/class-wp-list-table.php:2876
886
+ msgid "Select"
887
+ msgstr ""
888
+
889
+ #: vendor/WordPress/class-wp-list-table.php:2910
890
+ msgid "(no title)"
891
+ msgstr ""
892
+
893
+ #: vendor/WordPress/class-wp-list-table.php:2948
894
+ msgid "WordPress"
895
+ msgstr ""
896
+
897
+ #: vendor/WordPress/class-wp-list-table.php:3058
898
+ msgid "Password protected"
899
+ msgstr ""
900
+
901
+ #: vendor/WordPress/class-wp-list-table.php:3060
902
+ msgid "Private"
903
+ msgstr ""
904
+
905
+ #: vendor/WordPress/class-wp-list-table.php:3062
906
+ msgid "Draft"
907
+ msgstr ""
908
+
909
+ #: vendor/WordPress/class-wp-list-table.php:3066
910
+ msgid "Sticky"
911
+ msgstr ""
912
+
913
+ #: vendor/WordPress/class-wp-list-table.php:3069
914
+ msgid "Scheduled"
915
+ msgstr ""
916
+
917
+ #: vendor/WordPress/class-wp-list-table.php:3074
918
+ msgid "Front Page"
919
+ msgstr ""
920
+
921
+ #: vendor/WordPress/class-wp-list-table.php:3078
922
+ msgid "Posts Page"
923
+ msgstr ""
924
+
925
+ #: vendor/WordPress/class-wp-list-table.php:3120
926
+ #: vendor/WordPress/class-wp-list-table.php:3127
927
+ msgid "Header Image"
928
+ msgstr ""
929
+
930
+ #: vendor/WordPress/class-wp-list-table.php:3132
931
+ msgid "Current Header Image"
932
+ msgstr ""
933
+
934
+ #: vendor/WordPress/class-wp-list-table.php:3141
935
+ msgid "Background Image"
936
+ msgstr ""
937
+
938
+ #: vendor/WordPress/class-wp-list-table.php:3145
939
+ msgid "Current Background Image"
940
+ msgstr ""
941
+
942
+ #: vendor/WordPress/class-wp-list-table.php:3151
943
+ msgid "Site Icon"
944
+ msgstr ""
945
+
946
+ #: vendor/WordPress/class-wp-list-table.php:3155
947
+ msgid "Logo"
948
+ msgstr ""
949
+
950
+ #: vendor/WordPress/class-wp-list-table.php:3305
951
+ msgid "Save Changes"
952
+ msgstr ""
953
+
954
+ #: vendor/WordPress/class-wp-list-table.php:3382
955
+ msgid ""
956
+ "Likely direct inclusion of wp-admin/includes/template.php in order to use "
957
+ "add_meta_box(). This is very wrong. Hook the add_meta_box() call into the "
958
+ "add_meta_boxes action instead."
959
+ msgstr ""
960
+
961
+ #: vendor/WordPress/class-wp-list-table.php:3399
962
+ msgid ""
963
+ "The backup of this post in your browser is different from the version below."
964
+ msgstr ""
965
+
966
+ #: vendor/WordPress/class-wp-list-table.php:3400
967
+ msgid "Restore the backup"
968
+ msgstr ""
969
+
970
+ #: vendor/WordPress/class-wp-list-table.php:3403
971
+ msgid ""
972
+ "This will replace the current editor content with the last backup version. "
973
+ "You can use undo and redo in the editor to get the old content back or to "
974
+ "return to the restored version."
975
+ msgstr ""
976
+
977
+ #: vendor/WordPress/class-wp-list-table.php:3459
978
+ #, php-format
979
+ msgid "%s rating"
980
+ msgstr ""
981
+
982
+ #: vendor/WordPress/class-wp-list-table.php:3483
983
+ msgid "You are currently editing the page that shows your latest posts."
984
+ msgstr ""
985
+
986
  #: vendor/edd/EDD_SL_Plugin_Updater.php:199
987
  #, php-format
988
  msgid ""
1012
  msgid "Premium Plugin"
1013
  msgstr "Plugin Premium"
1014
 
1015
+ #: views/about.php:117 views/support.php:100
1016
  msgid "WPBackItUp"
1017
  msgstr "WPBackItUp"
1018
 
1039
  "¡Utilice los siguientes consejos para empezar a usar WPBackItUp y estará "
1040
  "<em>realizando copias de seguridad</em> enseguida!"
1041
 
1042
+ #: views/about.php:139 views/backup.php:489
1043
  msgid "Backups"
1044
  msgstr "Copias de seguridad"
1045
 
1064
  "WPBackItUp realizará una copia de seguridad de toda su web. Esto incluye su "
1065
  "base de datos, sus plugins, temas, e incluso todos sus archivos multimedia."
1066
 
1067
+ #: views/about.php:150 views/about.php:399
1068
  msgid "Download Backups"
1069
  msgstr "Descargar copias de seguridad"
1070
 
1302
  msgstr "A continuación, encontrará lo más destacado de la versión %s."
1303
 
1304
  #: views/about.php:270
1305
+ msgid "New Features"
1306
+ msgstr ""
1307
+
1308
+ #: views/about.php:276
1309
+ msgid "Support Center Enhancements"
1310
+ msgstr ""
1311
+
1312
+ #: views/about.php:277
1313
+ msgid ""
1314
+ "In this release we have made major enhancements to the support center that "
1315
+ "will allow us to make our world class support even better. You are now able "
1316
+ "to <em>view, download</em> and <em>delete</em> the log files we use to help "
1317
+ "troubleshoot problems with your site. This is an important addition because "
1318
+ "sometimes customer sites are so crippled by hosting issues, hackers or bad "
1319
+ "plugins, that they are unable to send us their logs files. Now if that ever "
1320
+ "happens to you, they can easily be downloaded and emailed to support. "
1321
+ msgstr ""
1322
+
1323
+ #: views/about.php:279
1324
+ msgid "Cleanup Supporting Zip Files"
1325
+ msgstr ""
1326
+
1327
+ #: views/about.php:280
1328
+ msgid ""
1329
+ "WPBackItUp now does an even better job of conserving space used on your "
1330
+ "host. When you select the <em>Cleanup Supporting Zip Files</em> setting, "
1331
+ "WPBackItUp will remove the supporting zip files that were used to create "
1332
+ "your backup."
1333
+ msgstr ""
1334
+
1335
+ #: views/about.php:282
1336
  msgid "Email Notifications"
1337
  msgstr "Notificaciones por correo electrónico"
1338
 
1339
+ #: views/about.php:283
1340
  msgid ""
1341
  "WPBackItUp now supports multiple email addresses for backup notifications. "
1342
  "Using the WPBackItUp Settings page add multiple email addresses to the "
1349
  "ajuste <em>Notificaciones de correo electrónico</em> y recibirá correos de "
1350
  "notificación cuando se completen sus copias de seguridad."
1351
 
1352
+ #: views/about.php:285 views/settings.php:146
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1353
  msgid "Maximum Zip File Size"
1354
  msgstr "Tamaño máximo de archivo Zip"
1355
 
1356
+ #: views/about.php:286
1357
  msgid ""
1358
  "Over the years we have found that some hosting providers enforce strict "
1359
  "limitations on the size of your backup archives. When this happens you "
1373
  "WPBackItUp no perderá ningún archivo, solo los añadirá en un nuevo archivo "
1374
  "de copia de seguridad."
1375
 
1376
+ #: views/about.php:297
1377
  msgid "Additional Updates"
1378
  msgstr "Mejoras adicionales"
1379
 
1380
+ #: views/about.php:300
1381
  msgid "Backup Encryption (Premium Only)"
1382
  msgstr "Cifrado de copias de seguridad (solo Premium)"
1383
 
1384
+ #: views/about.php:301
1385
  msgid ""
1386
  "That's right, we have added backup encryption to this release but have "
1387
  "turned it off while we beta test with a few customers. Backup encryption "
1392
  "cifrado de copias de seguridad estará incluido en nuestro siguiente gran "
1393
  "lanzamiento (1.14) que pronto se publicará."
1394
 
1395
+ #: views/about.php:304
1396
  msgid "File Name Validation"
1397
  msgstr "Validación del nombre de archivo"
1398
 
1399
+ #: views/about.php:305
1400
  msgid ""
1401
  "We have added an additional validation for files with invalid names. This "
1402
  "check will exclude files from a backup with invalid file names. These files "
1407
  "archivo no válidos. Estos archivos suelen estar corruptos y causan errores "
1408
  "durante una restauración."
1409
 
1410
+ #: views/about.php:308
1411
  msgid "SQL Files"
1412
  msgstr "Archivos SQL"
1413
 
1414
+ #: views/about.php:309
1415
  msgid ""
1416
  "For those of you with extremely large databases, you will be happy to know "
1417
  "that we now support database exports that contain more than 500 SQL files."
1420
  "saber que ahora soportamos la exportación de bases de datos que contienen "
1421
  "más de 500 archivos SQL."
1422
 
1423
+ #: views/about.php:313
1424
  msgid "Cloud API Gateway "
1425
  msgstr "API de puerta de enlace a servicios en la nube"
1426
 
1427
+ #: views/about.php:314
1428
  msgid ""
1429
  "Every once in a while we have connectivity issues with a few hosts when "
1430
  "customers attempt to activate their license. To combat this issue we have "
1437
  "accesible a los proveedores de alojamiento web en cualquier país y "
1438
  "plataforma."
1439
 
1440
+ #: views/about.php:317
1441
  msgid "Tables missing WordPress table prefix"
1442
  msgstr "Tablas que han perdido el prefijo de las tablas de WordPress"
1443
 
1444
+ #: views/about.php:318
1445
  msgid ""
1446
  "We have added support for database tables that are missing the WordPress "
1447
  "table prefix. Some plugins create custom tables that do not contain the "
1455
  "así, a veces continua ocurriendo. WPBackItUp incluye ahora todas las tablas "
1456
  "en la base de datos, incluso cuando se ha perdido el prefijo de la tabla."
1457
 
1458
+ #: views/about.php:324
1459
  msgid "Want to see the entire changelog?"
1460
  msgstr "¿Quiere ver todo el registro de cambios?"
1461
 
1462
+ #: views/about.php:325
1463
  msgid "View the Full Changelog"
1464
  msgstr "Mostrar el Registro Completo"
1465
 
1466
+ #: views/about.php:354
1467
  msgid "Full Changelog"
1468
  msgstr "Registro Completo"
1469
 
1470
+ #: views/about.php:374
1471
  msgid "Take a look at what you are missing!"
1472
  msgstr "¡Heche un vistazo a lo que se está perdiendo!"
1473
 
1474
+ #: views/about.php:382
1475
  msgid "FEATURES"
1476
  msgstr "CARACTERÍSTICAS"
1477
 
1478
+ #: views/about.php:383
1479
  msgid "LITE"
1480
  msgstr "LITE"
1481
 
1482
+ #: views/about.php:384
1483
  msgid "PREMIUM"
1484
  msgstr "PREMIUM"
1485
 
1486
+ #: views/about.php:389
1487
  msgid "Complete Backup (Database, Themes, Plugins &amp; Media Files)"
1488
  msgstr ""
1489
  "Copia de seguridad completa (bases de datos, temas, plugins y archivos "
1490
  "multimedia)"
1491
 
1492
+ #: views/about.php:394
1493
  msgid "Compressed Backups (Zip Format)"
1494
  msgstr "Copias de seguridad comprimidas (formato Zip)"
1495
 
1496
+ #: views/about.php:404
1497
  msgid "Directory Filters"
1498
  msgstr "Filtros por directorio"
1499
 
1500
+ #: views/about.php:409
1501
  msgid "Database Table Filters"
1502
  msgstr "Filtros por tabla de la base de datos"
1503
 
1504
+ #: views/about.php:414
1505
  msgid "Single File Database Export"
1506
  msgstr "Exportación de la base de datos en un único archivo"
1507
 
1508
+ #: views/about.php:419
1509
  msgid "Single File Backup"
1510
  msgstr "Copia de seguridad en un único archivo"
1511
 
1512
+ #: views/about.php:424
1513
  msgid "Purge Old Backups"
1514
  msgstr "Purgar antiguas copias de seguridad"
1515
 
1516
+ #: views/about.php:429
1517
  msgid "Cleanup Work Files &amp; Logs"
1518
  msgstr "Limpiar archivos de trabajo y registros"
1519
 
1520
+ #: views/about.php:434
1521
  msgid "Backup Notifications via Email"
1522
  msgstr "Notificaciones de copia de seguridad por correo electrónico"
1523
 
1524
+ #: views/about.php:439
1525
  msgid "One Click Restore</strong>"
1526
  msgstr "Restauración en un clic</strong>"
1527
 
1528
+ #: views/about.php:444
1529
  msgid "Scheduled Backups"
1530
  msgstr "Copias de seguridad programadas"
1531
 
1532
+ #: views/about.php:449
1533
  msgid "Import Backups"
1534
  msgstr "Importar copias de seguridad"
1535
 
1536
+ #: views/about.php:459
1537
  msgid "Premium Support"
1538
  msgstr "Soporte premium"
1539
 
1540
+ #: views/about.php:464
1541
  msgid "Product Updates"
1542
  msgstr "Actualizaciones del producto"
1543
 
1544
+ #: views/about.php:471
1545
  msgid "GET PREMIUM"
1546
  msgstr "HÁGASE PREMIUM"
1547
 
1548
+ #: views/about.php:494
1549
  msgid "No valid changelog was found."
1550
  msgstr "No se encontró un registro válido."
1551
 
1557
  msgid "%s Dashboard"
1558
  msgstr "Escritorio de %s"
1559
 
1560
+ #: views/backup.php:248
1561
  msgid "Dismiss"
1562
  msgstr "Descartar"
1563
 
1564
+ #: views/backup.php:260
1565
  #, php-format
1566
  msgid "Backup folder does not exist. Please contact %s for assistance."
1567
  msgstr ""
1568
  "La carpeta para las copias de seguridad no existe. Por favor contacte con %s "
1569
  "para conseguir ayuda."
1570
 
1571
+ #: views/backup.php:260 views/restore.php:75 views/restore.php:82
1572
  msgid "support"
1573
  msgstr "soporte"
1574
 
1575
+ #: views/backup.php:263 views/backup.php:269
1576
  msgid "Close"
1577
  msgstr "Cerrar"
1578
 
1579
+ #: views/backup.php:284
1580
  msgid ""
1581
  "Click the backup button to create a zipped backup file of this site's "
1582
  "database, plugins, themes and settings."
1585
  "seguridad de la base de datos, plugins, temas y configuración de este sitio "
1586
  "web en un archivo zip."
1587
 
1588
+ #: views/backup.php:285
1589
  msgid ""
1590
  "Once your backup file has been created it will appear in the available "
1591
  "backups section below. This file may remain on your hosting providers server "
1596
  "permanecerá en su proveedor de hosting pero se recomienda que lo descargue y "
1597
  "guarde en algún lugar seguro."
1598
 
1599
+ #: views/backup.php:286
1600
  msgid ""
1601
  "WPBackItUp premium customers can use these backup files to perform an "
1602
  "automated restore of their site."
1604
  "Los clientes premium de WPBackItUp pueden utilizar estos archivos de copia "
1605
  "de seguridad para restaurar automáticamente su sitio web."
1606
 
1607
+ #: views/backup.php:297
 
 
 
 
1608
  #, php-format
1609
  msgid ""
1610
  "WPBackItUp lite customers may use these backup files to manually restore "
1614
  "seguridad para restaurar de forma manual su sitio web. Visite %s para saber "
1615
  "como realizar la restauración manual."
1616
 
1617
+ #: views/backup.php:304
1618
  msgid "Backup Schedule"
1619
  msgstr "Copia de seguridad programada"
1620
 
1621
+ #: views/backup.php:306
1622
  msgid "Select the days of the week you would like your backup to run."
1623
  msgstr ""
1624
  "Seleccione los días de la semana que le gustaria que se realizara su copia "
1625
  "de seguridad."
1626
 
1627
+ #: views/backup.php:308
1628
  msgid ""
1629
  "Backup your site once per week or every day, it's up to you. If you have "
1630
  "email notifications turned on we'll even send you an email when it's done. "
1639
  "disponibles. El archivo permanecerá en su proveedor de hosting pero se "
1640
  "recomienda que descargue y guarde la copia en algún lugar seguro."
1641
 
1642
+ #: views/backup.php:310
1643
  msgid "Please make sure to schedule your backup for at least once per week."
1644
  msgstr ""
1645
  "Por favor, asegúrese de programar su copia de seguridad por lo menos una vez "
1646
  "a la semana."
1647
 
1648
+ #: views/backup.php:314
1649
  msgid "Monday"
1650
  msgstr "Lunes"
1651
 
1652
+ #: views/backup.php:315
1653
  msgid "Tuesday"
1654
  msgstr "Martes"
1655
 
1656
+ #: views/backup.php:316
1657
  msgid "Wednesday"
1658
  msgstr "Miércoles"
1659
 
1660
+ #: views/backup.php:317
1661
  msgid "Thursday"
1662
  msgstr "Jueves"
1663
 
1664
+ #: views/backup.php:318
1665
  msgid "Friday"
1666
  msgstr "Viernes"
1667
 
1668
+ #: views/backup.php:319
1669
  msgid "Saturday"
1670
  msgstr "Sábado"
1671
 
1672
+ #: views/backup.php:320
1673
  msgid "Sunday"
1674
  msgstr "Domingo"
1675
 
1676
+ #: views/backup.php:323
1677
  msgid "Save Schedule"
1678
  msgstr "Guardar programación"
1679
 
1680
+ #: views/backup.php:328
1681
  #, php-format
1682
  msgid ""
1683
  "Scheduled backups are only available to WPBackItUp premium customers. "
1687
  "premium de Wp BackItUp. Visite %s para conseguir WPBackItUp sin riesgos por "
1688
  "30 días."
1689
 
1690
+ #: views/backup.php:336 views/restore.php:95
1691
  msgid "Available Backups"
1692
  msgstr "Copias de seguridad disponibles"
1693
 
1694
+ #: views/backup.php:356 views/backup.php:405
1695
  msgid "Type"
1696
  msgstr "Tipo"
1697
 
1698
+ #: views/backup.php:357 views/backup.php:407 views/restore.php:100
1699
  msgid "Date"
1700
  msgstr "Fecha"
1701
 
1702
+ #: views/backup.php:358 views/backup.php:409
1703
  msgid "Duration"
1704
  msgstr "Duración"
1705
 
1706
+ #: views/backup.php:377
1707
  msgid "Success"
1708
  msgstr "Éxito"
1709
 
1710
+ #: views/backup.php:380
1711
  msgid "Active"
1712
  msgstr "Activo"
1713
 
1714
+ #: views/backup.php:423 views/restore.php:149
1715
  msgid "No backup archives found."
1716
  msgstr "No se han encontrado archivos de copia de seguridad."
1717
 
1718
+ #: views/backup.php:432
1719
  #, php-format
1720
  msgid ""
1721
  "The automated restore feature is only available to WPBackItUp premium "
1725
  "premium de WPBackItUp. Visite %s para conseguir WP BackItUp sin riesgos por "
1726
  "30 días."
1727
 
1728
+ #: views/backup.php:441 views/restore.php:234
1729
  msgid "Nothing to report"
1730
  msgstr "Nada que informar"
1731
 
1732
+ #: views/backup.php:446
1733
  msgid "Preparing for backup"
1734
  msgstr "Preparándose para la copia de seguridad"
1735
 
 
 
1736
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1737
+ #: views/backup.php:449 views/backup.php:450 views/backup.php:451
1738
+ #: views/backup.php:452 views/backup.php:453 views/backup.php:454
1739
+ #: views/backup.php:456 views/backup.php:458 views/restore.php:244
1740
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1741
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1742
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
1744
  msgid "Done"
1745
  msgstr "Hecho"
1746
 
 
 
1747
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1748
+ #: views/backup.php:449 views/backup.php:450 views/backup.php:451
1749
+ #: views/backup.php:452 views/backup.php:453 views/backup.php:454
1750
+ #: views/backup.php:456 views/backup.php:458 views/restore.php:244
1751
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1752
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1753
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
1755
  msgid "Failed"
1756
  msgstr "Fallido"
1757
 
1758
+ #: views/backup.php:447
1759
  msgid "Creating inventory of files to backup"
1760
  msgstr "Creando el inventario de archivos a guardar en la copia de seguridad"
1761
 
1762
+ #: views/backup.php:448
1763
  msgid "Exporting database"
1764
  msgstr "Exportando base de datos"
1765
 
1766
+ #: views/backup.php:449
1767
  msgid "Backing up database"
1768
  msgstr "Realizando copia de seguridad de la base de datos"
1769
 
1770
+ #: views/backup.php:450
1771
  msgid "Backing up themes"
1772
  msgstr "Realizando copia de seguridad de los temas"
1773
 
1774
+ #: views/backup.php:451
1775
  msgid "Backing up plugins"
1776
  msgstr "Realizando copia de seguridad de los plugins"
1777
 
1778
+ #: views/backup.php:452
1779
  msgid "Backing up uploads"
1780
  msgstr "Realizando copia de seguridad de las subidas"
1781
 
1782
+ #: views/backup.php:453
1783
  msgid "Backing up everything else"
1784
  msgstr "Realizando copia de seguridad del resto"
1785
 
1786
+ #: views/backup.php:454
1787
  msgid "Validating backup"
1788
  msgstr "Validando copia de seguridad"
1789
 
1790
+ #: views/backup.php:456
1791
  msgid "Encrypting sensitive files"
1792
  msgstr "Cifrando archivos sensibles"
1793
 
1794
+ #: views/backup.php:458
1795
  msgid "Finalizing backup"
1796
  msgstr "Acabando la copia de seguridad"
1797
 
1798
+ #: views/backup.php:468
1799
  msgid "Backup completed successfully"
1800
  msgstr "Copia de seguridad completada con éxito."
1801
 
1802
+ #: views/backup.php:489
1803
  msgid "Version "
1804
  msgstr "Versión"
1805
 
1806
+ #: views/backup.php:491
1807
  msgid "Welcome to WPBackItUp!"
1808
  msgstr "Bienvenido a WPBackItUp!"
1809
 
1810
+ #: views/backup.php:491
1811
  msgid "The simplest way to backup your WordPress site."
1812
  msgstr ""
1813
  "La forma más simple de realizar copias de seguridad de su sitio Wordpress."
1814
 
1815
+ #: views/backup.php:492
1816
  msgid ""
1817
  "Getting started is easy, just click the backup button on the left side of "
1818
  "this page."
1820
  "Empezar es sencillo, sólo haga clic en el botón de copia de seguridad en el "
1821
  "lado izquierdo de esta página."
1822
 
1823
+ #: views/backup.php:496
1824
  #, php-format
1825
  msgid ""
1826
  "Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
1829
  "¡Enhorabuena! Ha realizado <span style=\"font-weight:bold;font-size:medium;"
1830
  "color: green\">%s</span> copias de seguridad con éxito."
1831
 
1832
+ #: views/backup.php:497
1833
  msgid "Tips"
1834
  msgstr "Consejos"
1835
 
1836
+ #: views/backup.php:498
1837
  msgid "Backup your site at least once per week"
1838
  msgstr "Haga una copia de seguridad al menos un vez por semana"
1839
 
1840
+ #: views/backup.php:499
1841
  msgid "Download all your backups and store them somewhere safe"
1842
  msgstr "Descargue sus copias de seguridad y guárdelas en algún lugar seguro"
1843
 
1844
+ #: views/backup.php:500
1845
  msgid "Verify your backup files are good by taking a look at what's inside"
1846
  msgstr ""
1847
  "Verifique que sus archivos de copia de seguridad estén bien mirando lo que "
1848
  "contienen"
1849
 
1850
+ #: views/backup.php:505
1851
  #, php-format
1852
  msgid "Why not %s and schedule your backups!"
1853
  msgstr "¿¡Por qué no %s y programar sus copias de seguridad!?"
1854
 
1855
+ #: views/backup.php:505
1856
  msgid "upgrade"
1857
  msgstr "actualizar"
1858
 
1859
+ #: views/backup.php:514
1860
  msgid "Register WPBackItUp"
1861
  msgstr "Registrar WPBackItUp"
1862
 
1863
+ #: views/backup.php:517
1864
  msgid ""
1865
  "Enter your name and email address below to receive <b>special offers</b> and "
1866
  "access to our world class <b>support</b> team. <br />\n"
1872
  "<b>soporte</b>. <br />\n"
1873
  "<br />Entre su clave de licéncia abajo para activarlo en este sitio web."
1874
 
1875
+ #: views/backup.php:519
1876
  msgid "name"
1877
  msgstr "nombre"
1878
 
1879
+ #: views/backup.php:520
1880
  msgid "email address"
1881
  msgstr "dirección de correo electrónico"
1882
 
1883
+ #: views/backup.php:521
1884
  msgid "license key"
1885
  msgstr "clave de licencia"
1886
 
1887
+ #: views/backup.php:521 views/backup.php:571 views/backup.php:575
1888
  #, php-format
1889
  msgid "%s"
1890
  msgstr "%s"
1891
 
1892
+ #: views/backup.php:522
1893
  msgid "Free plugin customers do not need to enter license key."
1894
  msgstr ""
1895
  "Los clientes del plugin gratuito no necesitan introducir la clave de "
1896
  "licencia."
1897
 
1898
+ #: views/backup.php:523
1899
  msgid "Register"
1900
  msgstr "Registrarse"
1901
 
1902
+ #: views/backup.php:532
1903
  msgid "License Info"
1904
  msgstr "Información de la licencia"
1905
 
1906
+ #: views/backup.php:556
 
 
 
 
 
 
 
 
1907
  msgid "License Type"
1908
  msgstr "Tipo de licencia"
1909
 
1910
+ #: views/backup.php:557
1911
  msgid "Expires"
1912
  msgstr "Expira"
1913
 
1914
+ #: views/backup.php:560
1915
  msgid "Enter license key to activate on this site."
1916
  msgstr "Introduzca la clave de la licencia para activarlo en este sitio web."
1917
 
1918
+ #: views/backup.php:567
1919
  msgid "License Active"
1920
  msgstr "Licencia activa"
1921
 
1922
+ #: views/backup.php:575
1923
  msgid "License expired"
1924
  msgstr "Licencia caducada"
1925
 
1926
+ #: views/backup.php:583
 
 
 
 
1927
  msgid "Activate"
1928
  msgstr "Activar"
1929
 
1930
+ #: views/backup.php:587
1931
  #, php-format
1932
  msgid "Purchase a %s license using the purchase link above."
1933
  msgstr "Compre una licencia %s usando el enlace superior de compra."
1934
 
1935
+ #: views/backup.php:587
1936
  msgid "no-risk"
1937
  msgstr "sin riesgo"
1938
 
1939
+ #: views/backup.php:593
1940
  #, php-format
1941
  msgid ""
1942
  "Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
1947
  "de <strong> actualizaciones</strong> y acceso a nuestro equipo de "
1948
  "<strong>soporte de talla mundial</strong>."
1949
 
1950
+ #: views/backup.php:604
1951
  msgid "Useful Links"
1952
  msgstr "Enlaces útiles"
1953
 
1954
+ #: views/backup.php:606
1955
  msgid "Getting Started Video"
1956
  msgstr "Vídeo de cómo empezar"
1957
 
1958
+ #: views/backup.php:609
1959
  msgid "Your account"
1960
  msgstr "Su cuenta"
1961
 
1962
+ #: views/backup.php:612
1963
  msgid "Website Migration Service"
1964
  msgstr "Servicio de migraciones de páginas web"
1965
 
1966
+ #: views/backup.php:614
1967
  msgid "Documentation"
1968
  msgstr "Documentación"
1969
 
1970
+ #: views/backup.php:620
1971
  msgid "Feature request"
1972
  msgstr "Solicite función"
1973
 
1974
+ #: views/backup.php:622
1975
  msgid "Language Translations"
1976
  msgstr "Traducciones"
1977
 
1978
+ #: views/backup.php:624
1979
  msgid "Contact"
1980
  msgstr "Contacto"
1981
 
2825
  "Active esta casilla si desea que WPBackItUp elimine por completo todos los "
2826
  "datos asociados al plugin cuando este sea borrado."
2827
 
2828
+ #: views/support.php:69 views/support.php:229
2829
  msgid "Send Logs"
2830
  msgstr "Enviar registros"
2831
 
2832
+ #: views/support.php:73
2833
+ msgid "Download Logs"
2834
+ msgstr ""
2835
+
2836
+ #: views/support.php:79
2837
  msgid "Advanced"
2838
  msgstr "Avanzado"
2839
 
2840
+ #: views/support.php:101
2841
  msgid "Support Center"
2842
  msgstr "Centro de soporte"
2843
 
2844
+ #: views/support.php:103
2845
  msgid ""
2846
  "Welcome to the WPBackItUp support center. If you have any questions or run "
2847
  "into any trouble with WPBackItUp then you've come to the right place."
2849
  "Bienvenido al centro de soporte de WPBackItUp. Si tiene cualquier pregunta o "
2850
  "tiene algún problema con WPBackItUp, entonces ha venido al lugar correcto."
2851
 
2852
+ #: views/support.php:120
2853
  msgid ""
2854
  "To streamline support requests and better serve you, we utilize a support "
2855
  "ticket system. Every support request is assigned a unique ticket number "
2866
  "correspondencia es a través de correo electrónico, así que se requiere una "
2867
  "dirección de correo electrónico válida para enviar un ticket."
2868
 
2869
+ #: views/support.php:128
2870
  msgid "Search &rarr; Knowledge base"
2871
  msgstr "Buscar &rarr; Base del conocimiento"
2872
 
2873
+ #: views/support.php:129
2874
  msgid ""
2875
  "Want to search our entire documentation library, all our how to articles and "
2876
  "even our faq's in one shot? Just type your question into the knowledge base "
2882
  "búsquedas de la base de conocimiento y le mostraremos todo lo que tengamos "
2883
  "sobre ese tema."
2884
 
2885
+ #: views/support.php:131
2886
  msgid "New &rarr; Ticket"
2887
  msgstr "Nuevo &rarr; Ticket"
2888
 
2889
+ #: views/support.php:132
2890
  msgid ""
2891
  "Need to open a new support ticket? Just click the link above. Please "
2892
  "provide as much detail as possible so we can best assist you."
2895
  "arriba. Por favor, proporcione tantos detalles como sea posible para que "
2896
  "podamos asistirle de la mejor manera posible."
2897
 
2898
+ #: views/support.php:134
2899
  msgid "Check &rarr; Status"
2900
  msgstr "Comprobar &rarr; estado"
2901
 
2902
+ #: views/support.php:135
2903
  msgid ""
2904
  "To check ticket status or update a previously submitted ticket you will "
2905
  "first need to login. Our support portal provides a history of your current "
2909
  "primero iniciar sesión. Nuestro portal de soporte provee un historial de sus "
2910
  "peticiones de soporte actuales y antiguas completas con sus respuestas."
2911
 
2912
+ #: views/support.php:137
2913
  msgid "Send &rarr; Logs"
2914
  msgstr "Enviar &rarr; registros"
2915
 
2916
+ #: views/support.php:138
2917
  msgid ""
2918
  "Sometimes it may be necessary for you to send your log files to support. If "
2919
  "that ever happens, just click the link above and we will show you what to do."
2922
  "registro. Si eso ocurre, haga clic en el enlace superior y le mostraremos "
2923
  "que tiene que hacer."
2924
 
2925
+ #: views/support.php:177
2926
  msgid ""
2927
  "If you have been asked by support to send your log files then you are in the "
2928
  "right spot."
2930
  "Si desde el soporte le han pedido que envié sus archivos de registro, "
2931
  "entonces está en el sitio correcto."
2932
 
2933
+ #: views/support.php:189
2934
  msgid "Send Logs to Support"
2935
  msgstr "Enviar registros al soporte"
2936
 
2937
+ #: views/support.php:190
2938
  msgid "This form should only be used when working with support."
2939
  msgstr "Este formulario solo debería usarse cuando se trabaja con el soporte."
2940
 
2941
+ #: views/support.php:191
2942
  #, php-format
2943
  msgid ""
2944
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
2948
  "<a href=\"%s\" target=\"_blank\">portal de soporte</a> de WPBackItUp antes "
2949
  "de usar este formulario."
2950
 
2951
+ #: views/support.php:192
2952
  msgid ""
2953
  "The ticket id you receive from your support request should be entered in the "
2954
  "ticket id field below."
2956
  "El id del ticket de la incidencia que reciba de nuestro soporte técnico debe "
2957
  "introducirse en el campo inferior del id del ticket."
2958
 
2959
+ #: views/support.php:193
2960
  msgid "your email address"
2961
  msgstr "su dirección de correo electrónico"
2962
 
2963
+ #: views/support.php:204
2964
  msgid "support ticket id"
2965
  msgstr "id del ticket del soporte técnico"
2966
 
2967
+ #: views/support.php:215
2968
  msgid "problem description or additional information"
2969
  msgstr "descripción del problema o información adicional"
2970
 
2971
+ #: views/support.php:232
2972
  msgid "Please register your version of WPBackItUp for access to support."
2973
  msgstr "Por favor, registre su versión de WPBackItUp para acceder al soporte."
2974
 
2975
+ #: views/support.php:236
2976
  msgid "Premium customers receive priority support."
2977
  msgstr "Los clientes premium reciben soporte técnico prioritario."
2978
 
2979
+ #: views/support.php:244
2980
  msgid "Support email could not be sent!"
2981
  msgstr "¡El correo electrónico de soporte no se pudo enviar!"
2982
 
2983
+ #: views/support.php:251
2984
  msgid "Support email sent successfully!"
2985
  msgstr "¡Correo para el soporte enviado con éxito!"
2986
 
2987
+ #: views/support.php:282
2988
+ msgid "Download logs file manually."
2989
+ msgstr ""
2990
+
2991
+ #: views/support.php:310
2992
  msgid "Content goes here"
2993
  msgstr "El contenido va aquí"
2994
 
3023
  #: wp-backitup.php:184
3024
  msgid "Cleanup"
3025
  msgstr "Limpiar"
3026
+
3027
+ #~ msgid "About Page"
3028
+ #~ msgstr "Página Acerca de"
3029
+
3030
+ #~ msgid ""
3031
+ #~ "WPBackItUp now has a new <em>about</em> page and you are looking at it "
3032
+ #~ "right now! The about page contains tips to help get you started with "
3033
+ #~ "WPBackItUp as well as links to our knowledge base, faqs and instructions "
3034
+ #~ "on how to contact support if you ever need help. It also includes a "
3035
+ #~ "<em>what's new</em> section describing all the incredible new features "
3036
+ #~ "and enhancements we make with every release."
3037
+ #~ msgstr ""
3038
+ #~ "WPBackItUp tiene ahora una nueva página <em>Acerca de</em> ¡y la está "
3039
+ #~ "viendo ahora mismo! La página \"Acerca de\" contiene consejos para "
3040
+ #~ "ayudarle a empezar con WPBackItUp así como enlaces a nuestra base de "
3041
+ #~ "conocimientos, preguntas más frecuentes e instrucciones sobre como "
3042
+ #~ "contactar con el soporte si alguna vez necesita ayuda. Eso incluye una "
3043
+ #~ "sección <em>¿Qué hay de nuevo?</em> describiendo todas las nuevas e "
3044
+ #~ "increíbles características y mejoras que hacemos en cada lanzamiento."
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-11-04 18:35-0400\n"
13
- "PO-Revision-Date: 2016-11-04 18:35-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,189 +29,208 @@ msgstr ""
29
  msgid "Every %d Minutes"
30
  msgstr "Toutes les %d minutes"
31
 
32
- #: lib/includes/class-wpbackitup-admin.php:225 views/backup.php:277
33
- #: views/backup.php:283 views/backup.php:349 views/backup.php:386
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  #: views/restore.php:99 wp-backitup.php:156
35
  msgid "Backup"
36
  msgstr "Sauvegarder"
37
 
38
- #: lib/includes/class-wpbackitup-admin.php:230
39
- #: lib/includes/class-wpbackitup-admin.php:273 views/about.php:191
40
  #: views/restore.php:136 wp-backitup.php:170
41
  msgid "Restore"
42
  msgstr "Rétablir"
43
 
44
- #: lib/includes/class-wpbackitup-admin.php:235 views/support.php:62
45
  msgid "Support"
46
  msgstr "Support"
47
 
48
- #: lib/includes/class-wpbackitup-admin.php:238
49
  msgid "Settings"
50
  msgstr "Réglages"
51
 
52
- #: lib/includes/class-wpbackitup-admin.php:241
53
  msgid "About"
54
  msgstr "À propos"
55
 
56
- #: lib/includes/class-wpbackitup-admin.php:266
57
  msgid ""
58
  "The backup you have selected exceeds what your host allows you to upload."
59
  msgstr ""
60
  "La sauvegarde que vous avez sélectionnée excède ce que vous êtes autorisé à "
61
  "mettre en ligne par votre hébergeur."
62
 
63
- #: lib/includes/class-wpbackitup-admin.php:267 views/backup.php:440
64
- #: views/backup.php:441 views/backup.php:442 views/backup.php:443
65
- #: views/backup.php:444 views/backup.php:445 views/backup.php:446
66
- #: views/backup.php:447 views/backup.php:448 views/backup.php:450
67
- #: views/backup.php:452
68
  msgid "Warning"
69
  msgstr "Avertissement"
70
 
71
- #: lib/includes/class-wpbackitup-admin.php:268
72
- #: vendor/edd/EDD_SL_Plugin_Updater.php:363 views/backup.php:253
73
- #: views/backup.php:377
74
  msgid "Error"
75
  msgstr "Erreur"
76
 
77
- #: lib/includes/class-wpbackitup-admin.php:269
78
  msgid "Response"
79
  msgstr "Réponse"
80
 
81
- #: lib/includes/class-wpbackitup-admin.php:270 views/backup.php:353
82
- #: views/backup.php:405 views/backup.php:431 views/restore.php:230
83
  msgid "Status"
84
  msgstr "État"
85
 
86
- #: lib/includes/class-wpbackitup-admin.php:271
87
- msgid "Download"
88
- msgstr "Télécharger"
89
-
90
- #: lib/includes/class-wpbackitup-admin.php:272 views/backup.php:408
91
- #: views/restore.php:129
92
- msgid "Delete"
93
- msgstr "Supprimer"
94
-
95
- #: lib/includes/class-wpbackitup-admin.php:274
96
  msgid "(JS997) Unexpected error"
97
  msgstr "(JS997) Erreur inattendue."
98
 
99
- #: lib/includes/class-wpbackitup-admin.php:275
100
  msgid "(JS998) Unexpected error"
101
  msgstr "(JS998) Erreur inattendue."
102
 
103
- #: lib/includes/class-wpbackitup-admin.php:276
104
  msgid "(JS999) An unexpected error has occurred"
105
  msgstr "(JS999) Erreur inattendue."
106
 
107
- #: lib/includes/class-wpbackitup-admin.php:277
108
  msgid "Scheduled has been saved."
109
  msgstr "La planification a été enregistrée."
110
 
111
- #: lib/includes/class-wpbackitup-admin.php:278
112
  msgid "Scheduled was not saved."
113
  msgstr "La planification n'a pas été enregistrée."
114
 
115
- #: lib/includes/class-wpbackitup-admin.php:279
116
  msgid "Are you sure you want to restore your site?"
117
  msgstr "Êtes-vous sur de vouloir restaurer votre site ?"
118
 
119
- #: lib/includes/class-wpbackitup-admin.php:280
120
  msgid "Are you sure ?"
121
  msgstr "Voulez-vous vraiment faire cela ?"
122
 
123
- #: lib/includes/class-wpbackitup-admin.php:281
124
  msgid "This file cannot be delete!"
125
  msgstr "Ce fichier ne peut pas être supprimé&nbsp;!"
126
 
127
- #: lib/includes/class-wpbackitup-admin.php:282
128
  msgid "View Log"
129
  msgstr "Voir le fichier journal"
130
 
131
- #: lib/includes/class-wpbackitup-admin.php:283
132
  msgid "New Backup!"
133
  msgstr "Nouvelle sauvegarde !"
134
 
135
- #: lib/includes/class-wpbackitup-admin.php:284
136
  msgid "Uploaded Backup"
137
  msgstr "Sauvegarde mise en ligne."
138
 
139
- #: lib/includes/class-wpbackitup-admin.php:685
140
  msgid "Backup Queued"
141
  msgstr "Sauvegarde mise en file d'attente."
142
 
143
- #: lib/includes/class-wpbackitup-admin.php:694
144
  msgid "Backup could not be queued"
145
  msgstr "La sauvegarde n'a pas pu être mise en file d'attente."
146
 
147
- #: lib/includes/class-wpbackitup-admin.php:706
148
  msgid "Job is already in queue."
149
  msgstr "La tâche est déjà en file d'attente."
150
 
151
- #: lib/includes/class-wpbackitup-admin.php:744
152
  msgid "No backup file selected."
153
  msgstr "Aucun fichier de sauvegarde sélectionné."
154
 
155
- #: lib/includes/class-wpbackitup-admin.php:751
156
  msgid "No user id found."
157
  msgstr "Aucun identifiant d'utilisateur trouvé."
158
 
159
- #: lib/includes/class-wpbackitup-admin.php:789
160
  msgid "Restore Queued"
161
  msgstr "Restauration mise en file d'attente."
162
 
163
- #: lib/includes/class-wpbackitup-admin.php:798
164
  msgid "Restore could not be queued"
165
  msgstr "La restauration n'a pas pu être mise en file d'attente."
166
 
167
- #: lib/includes/class-wpbackitup-admin.php:804
168
  msgid "Restore already in queue"
169
  msgstr "La restauration est déjà en file d'attente."
170
 
171
- #: lib/includes/class-wpbackitup-admin.php:836
172
  msgid "No job id posted"
173
  msgstr "Nouvel id de tâche publié. "
174
 
175
- #: lib/includes/class-wpbackitup-admin.php:844 views/backup.php:471
176
  msgid "Backup Cancelled"
177
  msgstr "Sauvegarde annulée."
178
 
179
- #: lib/includes/class-wpbackitup-admin.php:846
180
  msgid "Backup job not found"
181
  msgstr "Tâche de sauvegarde non trouvée. "
182
 
183
- #: lib/includes/class-wpbackitup-admin.php:1055
184
  msgid "No response log found."
185
  msgstr "Pas de réponse de journal trouvée."
186
 
187
- #: lib/includes/class-wpbackitup-admin.php:1157
188
- #: lib/includes/class-wpbackitup-admin.php:1165
189
- #: lib/includes/class-wpbackitup-admin.php:1245
190
- #: lib/includes/class-wpbackitup-admin.php:1252
191
- #: lib/includes/class-wpbackitup-admin.php:1259
192
- #: lib/includes/class-wpbackitup-admin.php:1266
193
- #: lib/includes/class-wpbackitup-admin.php:1273
194
  msgid "Please enter a number"
195
  msgstr "Veuillez saisir un chiffre."
196
 
197
- #: lib/includes/class-wpbackitup-admin.php:1193
198
  msgid "Please enter valid email"
199
  msgstr "Veuillez saisir une adresse de messagerie valide."
200
 
201
- #: lib/includes/class-wpbackitup-admin.php:1382
202
  msgid "Please enter a valid email"
203
  msgstr "Veuillez saisir une adresse de messagerie valide."
204
 
205
- #: lib/includes/class-wpbackitup-admin.php:1389
206
  msgid "Please enter your support ticket id"
207
  msgstr "Veuillez saisir l'identifiant de votre ticket de support."
208
 
209
- #: lib/includes/class-wpbackitup-admin.php:1394
210
  msgid "Please only enter numbers in this field"
211
  msgstr "Veuillez saisir uniquement des chiffres dans ce champ."
212
 
213
- #: lib/includes/class-wpbackitup-admin.php:2267
214
- #: lib/includes/class-wpbackitup-admin.php:2287
215
  msgid ""
216
  "License could not be activated. Please try again in a few hours and contact "
217
  "support if this error continues."
@@ -219,15 +238,15 @@ msgstr ""
219
  "La licence n'a pas pu être activée. Veuillez réessayer dans quelques heures "
220
  "et contacter l'assistance si cette erreur persiste. "
221
 
222
- #: lib/includes/class-wpbackitup-admin.php:2336
223
  msgid "License is invalid."
224
  msgstr "La licence n'est pas valide."
225
 
226
- #: lib/includes/class-wpbackitup-admin.php:2341
227
  msgid "License has expired."
228
  msgstr "La licence est expirée."
229
 
230
- #: lib/includes/class-wpbackitup-admin.php:2344
231
  #, php-format
232
  msgid ""
233
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -239,16 +258,16 @@ msgstr ""
239
  "jour</strong> et accéder à notre équipe de <strong>support de classe "
240
  "mondiale</strong>."
241
 
242
- #: lib/includes/class-wpbackitup-admin.php:2358
243
  msgid "License Expired: Scheduled backups are no longer active."
244
  msgstr ""
245
  "Licence expirée&nbsp;: Les sauvegardes planifiées ne sont plus actives."
246
 
247
- #: lib/includes/class-wpbackitup-admin.php:2366
248
  msgid "Activation limit has been reached."
249
  msgstr "La limite d'activation a été atteinte."
250
 
251
- #: lib/includes/class-wpbackitup-admin.php:2372
252
  msgid "Your Activation limit has been reached"
253
  msgstr "Votre limite d'activation a été atteinte."
254
 
@@ -590,6 +609,369 @@ msgstr ""
590
  msgid "(999) Unexpected error"
591
  msgstr "(999) Erreur inattendue"
592
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
593
  #: vendor/edd/EDD_SL_Plugin_Updater.php:199
594
  #, php-format
595
  msgid ""
@@ -619,7 +1001,7 @@ msgstr "Quoi de neuf ?"
619
  msgid "Premium Plugin"
620
  msgstr "Plugin Premium"
621
 
622
- #: views/about.php:117 views/support.php:92
623
  msgid "WPBackItUp"
624
  msgstr "WPBackItUp"
625
 
@@ -645,7 +1027,7 @@ msgstr ""
645
  "Utilisez les conseils ci-dessous pour commencer à utiliser WPBackItUp et vos "
646
  "<em>sauvegardes seront assurées</em> en un rien de temps !"
647
 
648
- #: views/about.php:139 views/backup.php:483
649
  msgid "Backups"
650
  msgstr "Sauvegardes"
651
 
@@ -670,7 +1052,7 @@ msgstr ""
670
  "inclut votre base de données, vos plugins, vos thèmes et même tous vos "
671
  "fichiers multimédia. "
672
 
673
- #: views/about.php:150 views/about.php:395
674
  msgid "Download Backups"
675
  msgstr "Télécharger des sauvegardes"
676
 
@@ -908,10 +1290,41 @@ msgid "Below are just a few highlights for version %s. "
908
  msgstr "Ci-dessous, quelques-uns des éléments majeurs de la version %s."
909
 
910
  #: views/about.php:270
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
911
  msgid "Email Notifications"
912
  msgstr "Notifications par e-mail"
913
 
914
- #: views/about.php:276
915
  msgid ""
916
  "WPBackItUp now supports multiple email addresses for backup notifications. "
917
  "Using the WPBackItUp Settings page add multiple email addresses to the "
@@ -924,32 +1337,11 @@ msgstr ""
924
  "mail</em> et vous recevrez des e-mails de notification quand vos sauvegardes "
925
  "seront terminées. "
926
 
927
- #: views/about.php:278
928
- msgid "About Page"
929
- msgstr "Page À propos"
930
-
931
- #: views/about.php:279
932
- msgid ""
933
- "WPBackItUp now has a new <em>about</em> page and you are looking at it right "
934
- "now! The about page contains tips to help get you started with WPBackItUp "
935
- "as well as links to our knowledge base, faqs and instructions on how to "
936
- "contact support if you ever need help. It also includes a <em>what's new</"
937
- "em> section describing all the incredible new features and enhancements we "
938
- "make with every release."
939
- msgstr ""
940
- "WPBackItUp dispose d'une nouvelle page <em>À propos</em> et vous la regardez "
941
- "en ce moment même ! Cette page À propos contient des astuces pour vous aider "
942
- "à vous lancer avec WPBackItUp ainsi que des liens vers notre base de "
943
- "connaissances, notre FAQ et des instructions pour contacter l'assistance au "
944
- "cas où vous auriez besoin d'aide. Elle comprend également une rubrique "
945
- "<em>quoi de neuf</em> décrivant toutes les incroyables nouvelles fonctions "
946
- "et améliorations que nous ajoutons à chaque sortie. "
947
-
948
- #: views/about.php:281 views/settings.php:146
949
  msgid "Maximum Zip File Size"
950
  msgstr "Taille maximale de fichier Zip"
951
 
952
- #: views/about.php:282
953
  msgid ""
954
  "Over the years we have found that some hosting providers enforce strict "
955
  "limitations on the size of your backup archives. When this happens you "
@@ -970,15 +1362,15 @@ msgstr ""
970
  "manquera aucun fichier, ils seront simplement ajoutés dans une nouvelle "
971
  "archive de sauvegarde. "
972
 
973
- #: views/about.php:293
974
  msgid "Additional Updates"
975
  msgstr "Mises à jour supplémentaires"
976
 
977
- #: views/about.php:296
978
  msgid "Backup Encryption (Premium Only)"
979
  msgstr "Chiffrement de sauvegarde (Premium uniquement)"
980
 
981
- #: views/about.php:297
982
  msgid ""
983
  "That's right, we have added backup encryption to this release but have "
984
  "turned it off while we beta test with a few customers. Backup encryption "
@@ -989,11 +1381,11 @@ msgstr ""
989
  "clients. Le chiffrement de sauvegarde sera inclus dans notre prochaine "
990
  "sortie majeure (1.14) qui est prévue pour bientôt. "
991
 
992
- #: views/about.php:300
993
  msgid "File Name Validation"
994
  msgstr "Validation du nom du fichier"
995
 
996
- #: views/about.php:301
997
  msgid ""
998
  "We have added an additional validation for files with invalid names. This "
999
  "check will exclude files from a backup with invalid file names. These files "
@@ -1004,11 +1396,11 @@ msgstr ""
1004
  "avec des noms non valides. Ces fichiers sont souvent endommagés et causent "
1005
  "des erreurs pendant les restaurations. "
1006
 
1007
- #: views/about.php:304
1008
  msgid "SQL Files"
1009
  msgstr "Fichiers SQL"
1010
 
1011
- #: views/about.php:305
1012
  msgid ""
1013
  "For those of you with extremely large databases, you will be happy to know "
1014
  "that we now support database exports that contain more than 500 SQL files."
@@ -1017,11 +1409,11 @@ msgstr ""
1017
  "serez ravis de savoir que nous supportons désormais l'exportation de bases "
1018
  "de données contenant plus de 500 fichiers SQL. "
1019
 
1020
- #: views/about.php:309
1021
  msgid "Cloud API Gateway "
1022
  msgstr "Passerelle API en cloud"
1023
 
1024
- #: views/about.php:310
1025
  msgid ""
1026
  "Every once in a while we have connectivity issues with a few hosts when "
1027
  "customers attempt to activate their license. To combat this issue we have "
@@ -1034,11 +1426,11 @@ msgstr ""
1034
  "accessible pour les fournisseurs d'hébergement de tous les pays et sur "
1035
  "toutes les plateformes. "
1036
 
1037
- #: views/about.php:313
1038
  msgid "Tables missing WordPress table prefix"
1039
  msgstr "Préfixe de table WordPress absent des tables"
1040
 
1041
- #: views/about.php:314
1042
  msgid ""
1043
  "We have added support for database tables that are missing the WordPress "
1044
  "table prefix. Some plugins create custom tables that do not contain the "
@@ -1053,97 +1445,97 @@ msgstr ""
1053
  "WPBackItUp inclura désormais toutes les tables dans une base de données, "
1054
  "même lorsque le préfixe de table est manquant. "
1055
 
1056
- #: views/about.php:320
1057
  msgid "Want to see the entire changelog?"
1058
  msgstr "Voulez-vous voir le journal des changements en entier ?"
1059
 
1060
- #: views/about.php:321
1061
  msgid "View the Full Changelog"
1062
  msgstr "Voir le journal complet des changements"
1063
 
1064
- #: views/about.php:350
1065
  msgid "Full Changelog"
1066
  msgstr "Journal complet"
1067
 
1068
- #: views/about.php:370
1069
  msgid "Take a look at what you are missing!"
1070
  msgstr "Regardez ce qu'il vous manque ! "
1071
 
1072
- #: views/about.php:378
1073
  msgid "FEATURES"
1074
  msgstr "FONCTIONS"
1075
 
1076
- #: views/about.php:379
1077
  msgid "LITE"
1078
  msgstr "LITE"
1079
 
1080
- #: views/about.php:380
1081
  msgid "PREMIUM"
1082
  msgstr "PREMIUM"
1083
 
1084
- #: views/about.php:385
1085
  msgid "Complete Backup (Database, Themes, Plugins &amp; Media Files)"
1086
  msgstr ""
1087
  "Sauvegarde complète (base de données, thèmes, plugins &amp; fichiers "
1088
  "multimédia) "
1089
 
1090
- #: views/about.php:390
1091
  msgid "Compressed Backups (Zip Format)"
1092
  msgstr "Sauvegardes compressées (Format Zip)"
1093
 
1094
- #: views/about.php:400
1095
  msgid "Directory Filters"
1096
  msgstr "Filtres du répertoire "
1097
 
1098
- #: views/about.php:405
1099
  msgid "Database Table Filters"
1100
  msgstr "Filtre de la table de base de données"
1101
 
1102
- #: views/about.php:410
1103
  msgid "Single File Database Export"
1104
  msgstr "Exportation de la base de données par fichier unique"
1105
 
1106
- #: views/about.php:415
1107
  msgid "Single File Backup"
1108
  msgstr "Sauvegarde en un fichier unique"
1109
 
1110
- #: views/about.php:420
1111
  msgid "Purge Old Backups"
1112
  msgstr "Éliminer les anciennes sauvegardes"
1113
 
1114
- #: views/about.php:425
1115
  msgid "Cleanup Work Files &amp; Logs"
1116
  msgstr "Nettoyer les fichiers de travail &amp; les journaux"
1117
 
1118
- #: views/about.php:430
1119
  msgid "Backup Notifications via Email"
1120
  msgstr "Notifications de sauvegarde par e-mail"
1121
 
1122
- #: views/about.php:435
1123
  msgid "One Click Restore</strong>"
1124
  msgstr "Restauration</strong> en un clic"
1125
 
1126
- #: views/about.php:440
1127
  msgid "Scheduled Backups"
1128
  msgstr "Sauvegardes planifiées "
1129
 
1130
- #: views/about.php:445
1131
  msgid "Import Backups"
1132
  msgstr "Importer des sauvegardes"
1133
 
1134
- #: views/about.php:455
1135
  msgid "Premium Support"
1136
  msgstr "Support Premium"
1137
 
1138
- #: views/about.php:460
1139
  msgid "Product Updates"
1140
  msgstr "Mises à jour du produit"
1141
 
1142
- #: views/about.php:467
1143
  msgid "GET PREMIUM"
1144
  msgstr "OBTENIR LA VERSION PREMIUM"
1145
 
1146
- #: views/about.php:490
1147
  msgid "No valid changelog was found."
1148
  msgstr "Aucun journal des changements valide n’a été trouvé."
1149
 
@@ -1155,26 +1547,26 @@ msgstr "Aucun journal des changements valide n’a été trouvé."
1155
  msgid "%s Dashboard"
1156
  msgstr "Tableau de bord de %s"
1157
 
1158
- #: views/backup.php:242
1159
  msgid "Dismiss"
1160
  msgstr "Fermer"
1161
 
1162
- #: views/backup.php:254
1163
  #, php-format
1164
  msgid "Backup folder does not exist. Please contact %s for assistance."
1165
  msgstr ""
1166
  "Le dossier de sauvegarde n'existe pas. Veuillez contacter %s pour de "
1167
  "l'assistance."
1168
 
1169
- #: views/backup.php:254 views/restore.php:75 views/restore.php:82
1170
  msgid "support"
1171
  msgstr "support"
1172
 
1173
- #: views/backup.php:257 views/backup.php:263
1174
  msgid "Close"
1175
  msgstr "Fermer"
1176
 
1177
- #: views/backup.php:278
1178
  msgid ""
1179
  "Click the backup button to create a zipped backup file of this site's "
1180
  "database, plugins, themes and settings."
@@ -1182,7 +1574,7 @@ msgstr ""
1182
  "Cliquez sur le bouton de sauvegarde pour créer un fichier zippé de la base "
1183
  "de données, des extensions, thèmes et réglages de votre site."
1184
 
1185
- #: views/backup.php:279
1186
  msgid ""
1187
  "Once your backup file has been created it will appear in the available "
1188
  "backups section below. This file may remain on your hosting providers server "
@@ -1193,7 +1585,7 @@ msgstr ""
1193
  "le serveur de votre hébergement, mais nous vous recommandons de le "
1194
  "télécharger et de l'enregistrer dans un endroit sûr."
1195
 
1196
- #: views/backup.php:280
1197
  msgid ""
1198
  "WPBackItUp premium customers can use these backup files to perform an "
1199
  "automated restore of their site."
@@ -1201,11 +1593,7 @@ msgstr ""
1201
  "Les utilisateurs de WPBackItUp Premium peuvent utiliser ces fichiers de "
1202
  "sauvegarde pour effectuer une restauration automatisée de leurs sites."
1203
 
1204
- #: views/backup.php:284
1205
- msgid "Cancel"
1206
- msgstr "Annuler"
1207
-
1208
- #: views/backup.php:291
1209
  #, php-format
1210
  msgid ""
1211
  "WPBackItUp lite customers may use these backup files to manually restore "
@@ -1215,15 +1603,15 @@ msgstr ""
1215
  "sauvegarde pour restaurer manuellement leurs sites. Veuillez vous rendre sur "
1216
  "%s pour les instructions de restauration manuelle."
1217
 
1218
- #: views/backup.php:298
1219
  msgid "Backup Schedule"
1220
  msgstr "Planification de sauvegarde"
1221
 
1222
- #: views/backup.php:300
1223
  msgid "Select the days of the week you would like your backup to run."
1224
  msgstr "Sélectionner les jours de la semaine pour effectuer la sauvegarde."
1225
 
1226
- #: views/backup.php:302
1227
  msgid ""
1228
  "Backup your site once per week or every day, it's up to you. If you have "
1229
  "email notifications turned on we'll even send you an email when it's done. "
@@ -1239,45 +1627,45 @@ msgstr ""
1239
  "d'hébergement, mais nous vous recommandons de télécharger et de "
1240
  "l'enregistrer dans un endroit sûr."
1241
 
1242
- #: views/backup.php:304
1243
  msgid "Please make sure to schedule your backup for at least once per week."
1244
  msgstr ""
1245
  "Veuillez vous assurer de programmer une sauvegarde au moins une fois par "
1246
  "semaine."
1247
 
1248
- #: views/backup.php:308
1249
  msgid "Monday"
1250
  msgstr "lundi"
1251
 
1252
- #: views/backup.php:309
1253
  msgid "Tuesday"
1254
  msgstr "mardi"
1255
 
1256
- #: views/backup.php:310
1257
  msgid "Wednesday"
1258
  msgstr "mercredi"
1259
 
1260
- #: views/backup.php:311
1261
  msgid "Thursday"
1262
  msgstr "jeudi"
1263
 
1264
- #: views/backup.php:312
1265
  msgid "Friday"
1266
  msgstr "vendredi"
1267
 
1268
- #: views/backup.php:313
1269
  msgid "Saturday"
1270
  msgstr "samedi"
1271
 
1272
- #: views/backup.php:314
1273
  msgid "Sunday"
1274
  msgstr "dimanche"
1275
 
1276
- #: views/backup.php:317
1277
  msgid "Save Schedule"
1278
  msgstr "Enregistrer la planification"
1279
 
1280
- #: views/backup.php:322
1281
  #, php-format
1282
  msgid ""
1283
  "Scheduled backups are only available to WPBackItUp premium customers. "
@@ -1287,35 +1675,35 @@ msgstr ""
1287
  "de WPBackItUp Premium. Veuillez visiter %s pour obtenir WPBackItUp sans "
1288
  "risque pendant 30 jours."
1289
 
1290
- #: views/backup.php:330 views/restore.php:95
1291
  msgid "Available Backups"
1292
  msgstr "Sauvegardes disponibles"
1293
 
1294
- #: views/backup.php:350 views/backup.php:399
1295
  msgid "Type"
1296
  msgstr "Type"
1297
 
1298
- #: views/backup.php:351 views/backup.php:401 views/restore.php:100
1299
  msgid "Date"
1300
  msgstr "Date"
1301
 
1302
- #: views/backup.php:352 views/backup.php:403
1303
  msgid "Duration"
1304
  msgstr "Durée"
1305
 
1306
- #: views/backup.php:371
1307
  msgid "Success"
1308
  msgstr "Réussite"
1309
 
1310
- #: views/backup.php:374
1311
  msgid "Active"
1312
  msgstr "Actif"
1313
 
1314
- #: views/backup.php:417 views/restore.php:149
1315
  msgid "No backup archives found."
1316
  msgstr "Aucune archive de sauvegarde trouvée."
1317
 
1318
- #: views/backup.php:426
1319
  #, php-format
1320
  msgid ""
1321
  "The automated restore feature is only available to WPBackItUp premium "
@@ -1325,18 +1713,18 @@ msgstr ""
1325
  "utilisateurs de WPBackItUp Premium. Veuillez visiter %s pour obtenir "
1326
  "WPBackItUp sans risque pendant 30 jours."
1327
 
1328
- #: views/backup.php:435 views/restore.php:234
1329
  msgid "Nothing to report"
1330
  msgstr "Rien à signaler"
1331
 
1332
- #: views/backup.php:440
1333
  msgid "Preparing for backup"
1334
  msgstr "Préparation pour la sauvegarde"
1335
 
1336
- #: views/backup.php:440 views/backup.php:441 views/backup.php:442
1337
- #: views/backup.php:443 views/backup.php:444 views/backup.php:445
1338
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1339
- #: views/backup.php:450 views/backup.php:452 views/restore.php:244
 
 
1340
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1341
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1342
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
@@ -1344,10 +1732,10 @@ msgstr "Préparation pour la sauvegarde"
1344
  msgid "Done"
1345
  msgstr "Terminé"
1346
 
1347
- #: views/backup.php:440 views/backup.php:441 views/backup.php:442
1348
- #: views/backup.php:443 views/backup.php:444 views/backup.php:445
1349
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1350
- #: views/backup.php:450 views/backup.php:452 views/restore.php:244
 
 
1351
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1352
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1353
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
@@ -1355,63 +1743,63 @@ msgstr "Terminé"
1355
  msgid "Failed"
1356
  msgstr "Échoué"
1357
 
1358
- #: views/backup.php:441
1359
  msgid "Creating inventory of files to backup"
1360
  msgstr "Création de l'inventaire des fichiers à sauvegarder."
1361
 
1362
- #: views/backup.php:442
1363
  msgid "Exporting database"
1364
  msgstr "Exporter une base de données"
1365
 
1366
- #: views/backup.php:443
1367
  msgid "Backing up database"
1368
  msgstr "Sauvegarde de la base de données"
1369
 
1370
- #: views/backup.php:444
1371
  msgid "Backing up themes"
1372
  msgstr "Sauvegarde des thèmes"
1373
 
1374
- #: views/backup.php:445
1375
  msgid "Backing up plugins"
1376
  msgstr "Sauvegarde des extensions"
1377
 
1378
- #: views/backup.php:446
1379
  msgid "Backing up uploads"
1380
  msgstr "Sauvegarde des pièces jointes"
1381
 
1382
- #: views/backup.php:447
1383
  msgid "Backing up everything else"
1384
  msgstr "Sauvegarde de tout le reste"
1385
 
1386
- #: views/backup.php:448
1387
  msgid "Validating backup"
1388
  msgstr "Validation de la sauvegarde"
1389
 
1390
- #: views/backup.php:450
1391
  msgid "Encrypting sensitive files"
1392
  msgstr "Chiffrer des fichiers sensibles"
1393
 
1394
- #: views/backup.php:452
1395
  msgid "Finalizing backup"
1396
  msgstr "Finalisation de la sauvegarde"
1397
 
1398
- #: views/backup.php:462
1399
  msgid "Backup completed successfully"
1400
  msgstr "La sauvegarde a bien été effectuée."
1401
 
1402
- #: views/backup.php:483
1403
  msgid "Version "
1404
  msgstr "Version "
1405
 
1406
- #: views/backup.php:485
1407
  msgid "Welcome to WPBackItUp!"
1408
  msgstr "Bienvenue dans WPBackItUp !"
1409
 
1410
- #: views/backup.php:485
1411
  msgid "The simplest way to backup your WordPress site."
1412
  msgstr "La manière la plus simple de sauvegarder votre site WordPress."
1413
 
1414
- #: views/backup.php:486
1415
  msgid ""
1416
  "Getting started is easy, just click the backup button on the left side of "
1417
  "this page."
@@ -1419,7 +1807,7 @@ msgstr ""
1419
  "Le démarrage est simple, cliquez sur le bouton de sauvegarde à gauche sur "
1420
  "cette page."
1421
 
1422
- #: views/backup.php:490
1423
  #, php-format
1424
  msgid ""
1425
  "Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
@@ -1428,39 +1816,39 @@ msgstr ""
1428
  "Félicitations ! Vous avez bien effectué <span style=\"font-weight:bold;font-"
1429
  "size:medium;color: green\">%s</span> sauvegardes."
1430
 
1431
- #: views/backup.php:491
1432
  msgid "Tips"
1433
  msgstr "Astuces"
1434
 
1435
- #: views/backup.php:492
1436
  msgid "Backup your site at least once per week"
1437
  msgstr "Sauvegardez votre site au moins une fois par semaine"
1438
 
1439
- #: views/backup.php:493
1440
  msgid "Download all your backups and store them somewhere safe"
1441
  msgstr ""
1442
  "Téléchargez toutes vos sauvegardes et stockez-les dans un endroit sécurisé."
1443
 
1444
- #: views/backup.php:494
1445
  msgid "Verify your backup files are good by taking a look at what's inside"
1446
  msgstr ""
1447
  "Vérifiez que vos fichiers de sauvegarde sont bons en regardant attentivement "
1448
  "ce qu'il y a dedans."
1449
 
1450
- #: views/backup.php:499
1451
  #, php-format
1452
  msgid "Why not %s and schedule your backups!"
1453
  msgstr "Pourquoi ne pas %s et planifier vos sauvegardes&nbsp;!"
1454
 
1455
- #: views/backup.php:499
1456
  msgid "upgrade"
1457
  msgstr "mettre à jour"
1458
 
1459
- #: views/backup.php:508
1460
  msgid "Register WPBackItUp"
1461
  msgstr "Enregistrer WPBackItUp"
1462
 
1463
- #: views/backup.php:511
1464
  msgid ""
1465
  "Enter your name and email address below to receive <b>special offers</b> and "
1466
  "access to our world class <b>support</b> team. <br />\n"
@@ -1472,83 +1860,71 @@ msgstr ""
1472
  "classe mondiale.<br />\n"
1473
  "<br />Entrez votre clé de licence ci-dessous pour l'activer sur ce site."
1474
 
1475
- #: views/backup.php:513
1476
  msgid "name"
1477
  msgstr "nom"
1478
 
1479
- #: views/backup.php:514
1480
  msgid "email address"
1481
  msgstr "adresse de messagerie"
1482
 
1483
- #: views/backup.php:515
1484
  msgid "license key"
1485
  msgstr "clé de licence"
1486
 
1487
- #: views/backup.php:515 views/backup.php:565 views/backup.php:569
1488
  #, php-format
1489
  msgid "%s"
1490
  msgstr "%s"
1491
 
1492
- #: views/backup.php:516
1493
  msgid "Free plugin customers do not need to enter license key."
1494
  msgstr ""
1495
  "Les utilisateurs de l'extension gratuite n'ont pas besoin de saisir de clé "
1496
  "de licence."
1497
 
1498
- #: views/backup.php:517
1499
  msgid "Register"
1500
  msgstr "Inscription"
1501
 
1502
- #: views/backup.php:526
1503
  msgid "License Info"
1504
  msgstr "Info de licence"
1505
 
1506
- #: views/backup.php:548
1507
- msgid "Name"
1508
- msgstr "Nom"
1509
-
1510
- #: views/backup.php:549
1511
- msgid "Email"
1512
- msgstr "E-mail "
1513
-
1514
- #: views/backup.php:550
1515
  msgid "License Type"
1516
  msgstr "Type de licence"
1517
 
1518
- #: views/backup.php:551
1519
  msgid "Expires"
1520
  msgstr "Expire"
1521
 
1522
- #: views/backup.php:554
1523
  msgid "Enter license key to activate on this site."
1524
  msgstr "Saisissez la clé de licence à activer sur ce site."
1525
 
1526
- #: views/backup.php:561
1527
  msgid "License Active"
1528
  msgstr "Licence active"
1529
 
1530
- #: views/backup.php:569
1531
  msgid "License expired"
1532
  msgstr "Licence expirée"
1533
 
1534
- #: views/backup.php:573
1535
- msgid "Update"
1536
- msgstr "Mettre à jour"
1537
-
1538
- #: views/backup.php:577
1539
  msgid "Activate"
1540
  msgstr "Activer"
1541
 
1542
- #: views/backup.php:581
1543
  #, php-format
1544
  msgid "Purchase a %s license using the purchase link above."
1545
  msgstr "Achetez une licence %s en utilisant le lien d'achat ci-dessus."
1546
 
1547
- #: views/backup.php:581
1548
  msgid "no-risk"
1549
  msgstr "sans risque"
1550
 
1551
- #: views/backup.php:587
1552
  #, php-format
1553
  msgid ""
1554
  "Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
@@ -1559,35 +1935,35 @@ msgstr ""
1559
  "nouvelle année de <strong>mises à jour</strong> et accéder à notre équipe de "
1560
  "<strong>support de classe mondiale</strong>."
1561
 
1562
- #: views/backup.php:598
1563
  msgid "Useful Links"
1564
  msgstr "Liens utiles"
1565
 
1566
- #: views/backup.php:600
1567
  msgid "Getting Started Video"
1568
  msgstr "Vidéo d'aide au démarrage"
1569
 
1570
- #: views/backup.php:603
1571
  msgid "Your account"
1572
  msgstr "Votre compte"
1573
 
1574
- #: views/backup.php:606
1575
  msgid "Website Migration Service"
1576
  msgstr "Service de migration de site web"
1577
 
1578
- #: views/backup.php:608
1579
  msgid "Documentation"
1580
  msgstr "Documentation"
1581
 
1582
- #: views/backup.php:614
1583
  msgid "Feature request"
1584
  msgstr "Demande de fonctionnalité"
1585
 
1586
- #: views/backup.php:616
1587
  msgid "Language Translations"
1588
  msgstr "Traductions"
1589
 
1590
- #: views/backup.php:618
1591
  msgid "Contact"
1592
  msgstr "Contact"
1593
 
@@ -2447,19 +2823,23 @@ msgstr ""
2447
  "Cochez cette case si vous souhaitez que WPBackItUp supprime complètement "
2448
  "toutes ses données lorsque l'extension est supprimée."
2449
 
2450
- #: views/support.php:65 views/support.php:221
2451
  msgid "Send Logs"
2452
  msgstr "Envoyer les journaux"
2453
 
2454
- #: views/support.php:71
 
 
 
 
2455
  msgid "Advanced"
2456
  msgstr "Avancé"
2457
 
2458
- #: views/support.php:93
2459
  msgid "Support Center"
2460
  msgstr "Service d'assistance"
2461
 
2462
- #: views/support.php:95
2463
  msgid ""
2464
  "Welcome to the WPBackItUp support center. If you have any questions or run "
2465
  "into any trouble with WPBackItUp then you've come to the right place."
@@ -2468,7 +2848,7 @@ msgstr ""
2468
  "questions ou que vous rencontrez des problèmes avec WPBackItUp vous êtes au "
2469
  "bon endroit. "
2470
 
2471
- #: views/support.php:112
2472
  msgid ""
2473
  "To streamline support requests and better serve you, we utilize a support "
2474
  "ticket system. Every support request is assigned a unique ticket number "
@@ -2486,11 +2866,11 @@ msgstr ""
2486
  "correspondances se font pas e-mail, vous devez donc disposer d'une adresse e-"
2487
  "mail valide afin d'envoyer un ticket. "
2488
 
2489
- #: views/support.php:120
2490
  msgid "Search &rarr; Knowledge base"
2491
  msgstr "Recherche &rarr; base de connaissances"
2492
 
2493
- #: views/support.php:121
2494
  msgid ""
2495
  "Want to search our entire documentation library, all our how to articles and "
2496
  "even our faq's in one shot? Just type your question into the knowledge base "
@@ -2501,11 +2881,11 @@ msgstr ""
2501
  "coup ? Tapez simplement votre question dans la barre de recherche de la base "
2502
  "de connaissances et nous afficherons tout ce que nous avons pour ce sujet. "
2503
 
2504
- #: views/support.php:123
2505
  msgid "New &rarr; Ticket"
2506
  msgstr "Nouveau &rarr; Ticket"
2507
 
2508
- #: views/support.php:124
2509
  msgid ""
2510
  "Need to open a new support ticket? Just click the link above. Please "
2511
  "provide as much detail as possible so we can best assist you."
@@ -2514,11 +2894,11 @@ msgstr ""
2514
  "lien ci-dessus. Merci de fournir le plus de détails possible afin que nous "
2515
  "puissions vous aider au mieux. "
2516
 
2517
- #: views/support.php:126
2518
  msgid "Check &rarr; Status"
2519
  msgstr "Vérifier &rarr; Statut"
2520
 
2521
- #: views/support.php:127
2522
  msgid ""
2523
  "To check ticket status or update a previously submitted ticket you will "
2524
  "first need to login. Our support portal provides a history of your current "
@@ -2529,11 +2909,11 @@ msgstr ""
2529
  "un historique complet de vos demandes d'assistance passées et en cours avec "
2530
  "les réponses. "
2531
 
2532
- #: views/support.php:129
2533
  msgid "Send &rarr; Logs"
2534
  msgstr "Envoyer &rarr; Journaux"
2535
 
2536
- #: views/support.php:130
2537
  msgid ""
2538
  "Sometimes it may be necessary for you to send your log files to support. If "
2539
  "that ever happens, just click the link above and we will show you what to do."
@@ -2542,7 +2922,7 @@ msgstr ""
2542
  "journaux à l'assistance. Dans ce cas, cliquez sur le lien ci-dessus et nous "
2543
  "vous indiquerons ce que vous devez faire. "
2544
 
2545
- #: views/support.php:169
2546
  msgid ""
2547
  "If you have been asked by support to send your log files then you are in the "
2548
  "right spot."
@@ -2550,17 +2930,17 @@ msgstr ""
2550
  "Si l'assistance vous a demandé d'envoyer vos fichiers journaux, vous êtes au "
2551
  "bon endroit. "
2552
 
2553
- #: views/support.php:181
2554
  msgid "Send Logs to Support"
2555
  msgstr "Envoyer les journaux à l'assistance "
2556
 
2557
- #: views/support.php:182
2558
  msgid "This form should only be used when working with support."
2559
  msgstr ""
2560
  "Ce formule devrait uniquement être utilisé lorsque vous avez recours à "
2561
  "l'assistance. "
2562
 
2563
- #: views/support.php:183
2564
  #, php-format
2565
  msgid ""
2566
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
@@ -2570,7 +2950,7 @@ msgstr ""
2570
  "support </a> WP BackItUp <a href=\"%s\" target=\"_blank\"> avant d'utiliser "
2571
  "ce formulaire. "
2572
 
2573
- #: views/support.php:184
2574
  msgid ""
2575
  "The ticket id you receive from your support request should be entered in the "
2576
  "ticket id field below."
@@ -2578,37 +2958,41 @@ msgstr ""
2578
  "L'ID du ticket que vous avez reçu du support doit être saisi dans le champ "
2579
  "ID du ticket ci-dessous."
2580
 
2581
- #: views/support.php:185
2582
  msgid "your email address"
2583
  msgstr "votre adresse e-mail"
2584
 
2585
- #: views/support.php:196
2586
  msgid "support ticket id"
2587
  msgstr "ID du ticket de support"
2588
 
2589
- #: views/support.php:207
2590
  msgid "problem description or additional information"
2591
  msgstr "description du problème ou informations supplémentaires"
2592
 
2593
- #: views/support.php:224
2594
  msgid "Please register your version of WPBackItUp for access to support."
2595
  msgstr ""
2596
  "Veuillez enregistrer votre version de WPBackItUp afin d'accéder à "
2597
  "l'assistance."
2598
 
2599
- #: views/support.php:228
2600
  msgid "Premium customers receive priority support."
2601
  msgstr "Les clients Premium bénéficient d'un support prioritaire."
2602
 
2603
- #: views/support.php:236
2604
  msgid "Support email could not be sent!"
2605
  msgstr "Le message d'assistance n'a pas pu être envoyé !"
2606
 
2607
- #: views/support.php:243
2608
  msgid "Support email sent successfully!"
2609
  msgstr "Votre e-mail au support a bien été envoyé !"
2610
 
2611
- #: views/support.php:267
 
 
 
 
2612
  msgid "Content goes here"
2613
  msgstr "Le contenu vient ici"
2614
 
@@ -2643,3 +3027,22 @@ msgstr "Fichier local"
2643
  #: wp-backitup.php:184
2644
  msgid "Cleanup"
2645
  msgstr "Nettoyage"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  msgid ""
10
  msgstr ""
11
  "Project-Id-Version: WPBackItUp\n"
12
+ "POT-Creation-Date: 2016-12-22 11:39-0500\n"
13
+ "PO-Revision-Date: 2016-12-22 11:39-0500\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 "Toutes les %d minutes"
31
 
32
+ #: lib/includes/class-download-log.php:94
33
+ #: lib/includes/class-wpbackitup-admin.php:264
34
+ #: vendor/WordPress/class-wp-list-table.php:1918 views/backup.php:414
35
+ #: views/restore.php:129
36
+ msgid "Delete"
37
+ msgstr "Supprimer"
38
+
39
+ #: lib/includes/class-download-log.php:94
40
+ msgid "Are you sure?"
41
+ msgstr ""
42
+
43
+ #: lib/includes/class-download-log.php:95
44
+ #: lib/includes/class-wpbackitup-admin.php:263
45
+ msgid "Download"
46
+ msgstr "Télécharger"
47
+
48
+ #: lib/includes/class-download-log.php:130
49
+ msgid "Time"
50
+ msgstr ""
51
+
52
+ #: lib/includes/class-download-log.php:131
53
+ msgid "Log File"
54
+ msgstr ""
55
+
56
+ #: lib/includes/class-download-log.php:132
57
+ msgid "Size"
58
+ msgstr ""
59
+
60
+ #: lib/includes/class-wpbackitup-admin.php:217 views/backup.php:283
61
+ #: views/backup.php:289 views/backup.php:355 views/backup.php:392
62
  #: views/restore.php:99 wp-backitup.php:156
63
  msgid "Backup"
64
  msgstr "Sauvegarder"
65
 
66
+ #: lib/includes/class-wpbackitup-admin.php:222
67
+ #: lib/includes/class-wpbackitup-admin.php:265 views/about.php:191
68
  #: views/restore.php:136 wp-backitup.php:170
69
  msgid "Restore"
70
  msgstr "Rétablir"
71
 
72
+ #: lib/includes/class-wpbackitup-admin.php:227 views/support.php:66
73
  msgid "Support"
74
  msgstr "Support"
75
 
76
+ #: lib/includes/class-wpbackitup-admin.php:230
77
  msgid "Settings"
78
  msgstr "Réglages"
79
 
80
+ #: lib/includes/class-wpbackitup-admin.php:233
81
  msgid "About"
82
  msgstr "À propos"
83
 
84
+ #: lib/includes/class-wpbackitup-admin.php:258
85
  msgid ""
86
  "The backup you have selected exceeds what your host allows you to upload."
87
  msgstr ""
88
  "La sauvegarde que vous avez sélectionnée excède ce que vous êtes autorisé à "
89
  "mettre en ligne par votre hébergeur."
90
 
91
+ #: lib/includes/class-wpbackitup-admin.php:259 views/backup.php:446
92
+ #: views/backup.php:447 views/backup.php:448 views/backup.php:449
93
+ #: views/backup.php:450 views/backup.php:451 views/backup.php:452
94
+ #: views/backup.php:453 views/backup.php:454 views/backup.php:456
95
+ #: views/backup.php:458
96
  msgid "Warning"
97
  msgstr "Avertissement"
98
 
99
+ #: lib/includes/class-wpbackitup-admin.php:260
100
+ #: vendor/edd/EDD_SL_Plugin_Updater.php:363 views/backup.php:259
101
+ #: views/backup.php:383
102
  msgid "Error"
103
  msgstr "Erreur"
104
 
105
+ #: lib/includes/class-wpbackitup-admin.php:261
106
  msgid "Response"
107
  msgstr "Réponse"
108
 
109
+ #: lib/includes/class-wpbackitup-admin.php:262 views/backup.php:359
110
+ #: views/backup.php:411 views/backup.php:437 views/restore.php:230
111
  msgid "Status"
112
  msgstr "État"
113
 
114
+ #: lib/includes/class-wpbackitup-admin.php:266
 
 
 
 
 
 
 
 
 
115
  msgid "(JS997) Unexpected error"
116
  msgstr "(JS997) Erreur inattendue."
117
 
118
+ #: lib/includes/class-wpbackitup-admin.php:267
119
  msgid "(JS998) Unexpected error"
120
  msgstr "(JS998) Erreur inattendue."
121
 
122
+ #: lib/includes/class-wpbackitup-admin.php:268
123
  msgid "(JS999) An unexpected error has occurred"
124
  msgstr "(JS999) Erreur inattendue."
125
 
126
+ #: lib/includes/class-wpbackitup-admin.php:269
127
  msgid "Scheduled has been saved."
128
  msgstr "La planification a été enregistrée."
129
 
130
+ #: lib/includes/class-wpbackitup-admin.php:270
131
  msgid "Scheduled was not saved."
132
  msgstr "La planification n'a pas été enregistrée."
133
 
134
+ #: lib/includes/class-wpbackitup-admin.php:271
135
  msgid "Are you sure you want to restore your site?"
136
  msgstr "Êtes-vous sur de vouloir restaurer votre site ?"
137
 
138
+ #: lib/includes/class-wpbackitup-admin.php:272
139
  msgid "Are you sure ?"
140
  msgstr "Voulez-vous vraiment faire cela ?"
141
 
142
+ #: lib/includes/class-wpbackitup-admin.php:273
143
  msgid "This file cannot be delete!"
144
  msgstr "Ce fichier ne peut pas être supprimé&nbsp;!"
145
 
146
+ #: lib/includes/class-wpbackitup-admin.php:274
147
  msgid "View Log"
148
  msgstr "Voir le fichier journal"
149
 
150
+ #: lib/includes/class-wpbackitup-admin.php:275
151
  msgid "New Backup!"
152
  msgstr "Nouvelle sauvegarde !"
153
 
154
+ #: lib/includes/class-wpbackitup-admin.php:276
155
  msgid "Uploaded Backup"
156
  msgstr "Sauvegarde mise en ligne."
157
 
158
+ #: lib/includes/class-wpbackitup-admin.php:680
159
  msgid "Backup Queued"
160
  msgstr "Sauvegarde mise en file d'attente."
161
 
162
+ #: lib/includes/class-wpbackitup-admin.php:689
163
  msgid "Backup could not be queued"
164
  msgstr "La sauvegarde n'a pas pu être mise en file d'attente."
165
 
166
+ #: lib/includes/class-wpbackitup-admin.php:701
167
  msgid "Job is already in queue."
168
  msgstr "La tâche est déjà en file d'attente."
169
 
170
+ #: lib/includes/class-wpbackitup-admin.php:739
171
  msgid "No backup file selected."
172
  msgstr "Aucun fichier de sauvegarde sélectionné."
173
 
174
+ #: lib/includes/class-wpbackitup-admin.php:746
175
  msgid "No user id found."
176
  msgstr "Aucun identifiant d'utilisateur trouvé."
177
 
178
+ #: lib/includes/class-wpbackitup-admin.php:784
179
  msgid "Restore Queued"
180
  msgstr "Restauration mise en file d'attente."
181
 
182
+ #: lib/includes/class-wpbackitup-admin.php:793
183
  msgid "Restore could not be queued"
184
  msgstr "La restauration n'a pas pu être mise en file d'attente."
185
 
186
+ #: lib/includes/class-wpbackitup-admin.php:799
187
  msgid "Restore already in queue"
188
  msgstr "La restauration est déjà en file d'attente."
189
 
190
+ #: lib/includes/class-wpbackitup-admin.php:831
191
  msgid "No job id posted"
192
  msgstr "Nouvel id de tâche publié. "
193
 
194
+ #: lib/includes/class-wpbackitup-admin.php:839 views/backup.php:477
195
  msgid "Backup Cancelled"
196
  msgstr "Sauvegarde annulée."
197
 
198
+ #: lib/includes/class-wpbackitup-admin.php:841
199
  msgid "Backup job not found"
200
  msgstr "Tâche de sauvegarde non trouvée. "
201
 
202
+ #: lib/includes/class-wpbackitup-admin.php:1050
203
  msgid "No response log found."
204
  msgstr "Pas de réponse de journal trouvée."
205
 
206
+ #: lib/includes/class-wpbackitup-admin.php:1152
207
+ #: lib/includes/class-wpbackitup-admin.php:1160
208
+ #: lib/includes/class-wpbackitup-admin.php:1240
209
+ #: lib/includes/class-wpbackitup-admin.php:1247
210
+ #: lib/includes/class-wpbackitup-admin.php:1254
211
+ #: lib/includes/class-wpbackitup-admin.php:1261
212
+ #: lib/includes/class-wpbackitup-admin.php:1268
213
  msgid "Please enter a number"
214
  msgstr "Veuillez saisir un chiffre."
215
 
216
+ #: lib/includes/class-wpbackitup-admin.php:1188
217
  msgid "Please enter valid email"
218
  msgstr "Veuillez saisir une adresse de messagerie valide."
219
 
220
+ #: lib/includes/class-wpbackitup-admin.php:1377
221
  msgid "Please enter a valid email"
222
  msgstr "Veuillez saisir une adresse de messagerie valide."
223
 
224
+ #: lib/includes/class-wpbackitup-admin.php:1384
225
  msgid "Please enter your support ticket id"
226
  msgstr "Veuillez saisir l'identifiant de votre ticket de support."
227
 
228
+ #: lib/includes/class-wpbackitup-admin.php:1389
229
  msgid "Please only enter numbers in this field"
230
  msgstr "Veuillez saisir uniquement des chiffres dans ce champ."
231
 
232
+ #: lib/includes/class-wpbackitup-admin.php:2282
233
+ #: lib/includes/class-wpbackitup-admin.php:2302
234
  msgid ""
235
  "License could not be activated. Please try again in a few hours and contact "
236
  "support if this error continues."
238
  "La licence n'a pas pu être activée. Veuillez réessayer dans quelques heures "
239
  "et contacter l'assistance si cette erreur persiste. "
240
 
241
+ #: lib/includes/class-wpbackitup-admin.php:2351
242
  msgid "License is invalid."
243
  msgstr "La licence n'est pas valide."
244
 
245
+ #: lib/includes/class-wpbackitup-admin.php:2356
246
  msgid "License has expired."
247
  msgstr "La licence est expirée."
248
 
249
+ #: lib/includes/class-wpbackitup-admin.php:2359
250
  #, php-format
251
  msgid ""
252
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
258
  "jour</strong> et accéder à notre équipe de <strong>support de classe "
259
  "mondiale</strong>."
260
 
261
+ #: lib/includes/class-wpbackitup-admin.php:2373
262
  msgid "License Expired: Scheduled backups are no longer active."
263
  msgstr ""
264
  "Licence expirée&nbsp;: Les sauvegardes planifiées ne sont plus actives."
265
 
266
+ #: lib/includes/class-wpbackitup-admin.php:2381
267
  msgid "Activation limit has been reached."
268
  msgstr "La limite d'activation a été atteinte."
269
 
270
+ #: lib/includes/class-wpbackitup-admin.php:2387
271
  msgid "Your Activation limit has been reached"
272
  msgstr "Votre limite d'activation a été atteinte."
273
 
609
  msgid "(999) Unexpected error"
610
  msgstr "(999) Erreur inattendue"
611
 
612
+ #: vendor/WordPress/class-wp-list-table.php:162
613
+ msgid "List View"
614
+ msgstr ""
615
+
616
+ #: vendor/WordPress/class-wp-list-table.php:163
617
+ msgid "Excerpt View"
618
+ msgstr ""
619
+
620
+ #: vendor/WordPress/class-wp-list-table.php:334
621
+ msgid "No items found."
622
+ msgstr ""
623
+
624
+ #: vendor/WordPress/class-wp-list-table.php:461
625
+ msgid "Select bulk action"
626
+ msgstr ""
627
+
628
+ #: vendor/WordPress/class-wp-list-table.php:463
629
+ msgid "Bulk Actions"
630
+ msgstr ""
631
+
632
+ #: vendor/WordPress/class-wp-list-table.php:473
633
+ msgid "Apply"
634
+ msgstr ""
635
+
636
+ #: vendor/WordPress/class-wp-list-table.php:523
637
+ #: vendor/WordPress/class-wp-list-table.php:1324
638
+ msgid "Show more details"
639
+ msgstr ""
640
+
641
+ #: vendor/WordPress/class-wp-list-table.php:586
642
+ msgid "Filter by date"
643
+ msgstr ""
644
+
645
+ #: vendor/WordPress/class-wp-list-table.php:588
646
+ msgid "All dates"
647
+ msgstr ""
648
+
649
+ #: vendor/WordPress/class-wp-list-table.php:601
650
+ #, php-format
651
+ msgid "%1$s %2$d"
652
+ msgstr ""
653
+
654
+ #: vendor/WordPress/class-wp-list-table.php:660
655
+ #: vendor/WordPress/class-wp-list-table.php:672
656
+ #: vendor/WordPress/class-wp-list-table.php:685
657
+ msgid "No comments"
658
+ msgstr ""
659
+
660
+ #: vendor/WordPress/class-wp-list-table.php:672
661
+ msgid "No approved comments"
662
+ msgstr ""
663
+
664
+ #: vendor/WordPress/class-wp-list-table.php:685
665
+ msgid "No pending comments"
666
+ msgstr ""
667
+
668
+ #: vendor/WordPress/class-wp-list-table.php:798
669
+ msgid "First page"
670
+ msgstr ""
671
+
672
+ #: vendor/WordPress/class-wp-list-table.php:808
673
+ msgid "Previous page"
674
+ msgstr ""
675
+
676
+ #: vendor/WordPress/class-wp-list-table.php:815
677
+ #: vendor/WordPress/class-wp-list-table.php:818
678
+ msgid "Current Page"
679
+ msgstr ""
680
+
681
+ #: vendor/WordPress/class-wp-list-table.php:831
682
+ msgid "Next page"
683
+ msgstr ""
684
+
685
+ #: vendor/WordPress/class-wp-list-table.php:841
686
+ msgid "Last page"
687
+ msgstr ""
688
+
689
+ #: vendor/WordPress/class-wp-list-table.php:1069
690
+ msgid "Select All"
691
+ msgstr ""
692
+
693
+ #: vendor/WordPress/class-wp-list-table.php:1753
694
+ msgid "Edit Comment"
695
+ msgstr ""
696
+
697
+ #: vendor/WordPress/class-wp-list-table.php:1754
698
+ msgid "Reply to Comment"
699
+ msgstr ""
700
+
701
+ #: vendor/WordPress/class-wp-list-table.php:1755
702
+ msgid "Add new Comment"
703
+ msgstr ""
704
+
705
+ #: vendor/WordPress/class-wp-list-table.php:1759
706
+ msgid "Comment"
707
+ msgstr ""
708
+
709
+ #: vendor/WordPress/class-wp-list-table.php:1768 views/backup.php:554
710
+ msgid "Name"
711
+ msgstr "Nom"
712
+
713
+ #: vendor/WordPress/class-wp-list-table.php:1773 views/backup.php:555
714
+ msgid "Email"
715
+ msgstr "E-mail "
716
+
717
+ #: vendor/WordPress/class-wp-list-table.php:1778
718
+ msgid "URL"
719
+ msgstr ""
720
+
721
+ #: vendor/WordPress/class-wp-list-table.php:1785
722
+ msgid "Add Comment"
723
+ msgstr ""
724
+
725
+ #: vendor/WordPress/class-wp-list-table.php:1786
726
+ msgid "Update Comment"
727
+ msgstr ""
728
+
729
+ #: vendor/WordPress/class-wp-list-table.php:1787
730
+ msgid "Submit Reply"
731
+ msgstr ""
732
+
733
+ #: vendor/WordPress/class-wp-list-table.php:1788
734
+ #: vendor/WordPress/class-wp-list-table.php:2008
735
+ #: vendor/WordPress/class-wp-list-table.php:2113 views/backup.php:290
736
+ msgid "Cancel"
737
+ msgstr "Annuler"
738
+
739
+ #: vendor/WordPress/class-wp-list-table.php:1823
740
+ #, php-format
741
+ msgid "Comment by %s moved to the trash."
742
+ msgstr ""
743
+
744
+ #: vendor/WordPress/class-wp-list-table.php:1823
745
+ #: vendor/WordPress/class-wp-list-table.php:1826
746
+ msgid "Undo"
747
+ msgstr ""
748
+
749
+ #: vendor/WordPress/class-wp-list-table.php:1826
750
+ #, php-format
751
+ msgid "Comment by %s marked as spam."
752
+ msgstr ""
753
+
754
+ #: vendor/WordPress/class-wp-list-table.php:1846
755
+ #: vendor/WordPress/class-wp-list-table.php:1861
756
+ #: vendor/WordPress/class-wp-list-table.php:1925
757
+ #: vendor/WordPress/class-wp-list-table.php:1986
758
+ msgid "Value"
759
+ msgstr ""
760
+
761
+ #: vendor/WordPress/class-wp-list-table.php:1915
762
+ msgid "Key"
763
+ msgstr ""
764
+
765
+ #: vendor/WordPress/class-wp-list-table.php:1920 views/backup.php:579
766
+ msgid "Update"
767
+ msgstr "Mettre à jour"
768
+
769
+ #: vendor/WordPress/class-wp-list-table.php:1981
770
+ msgid "Add New Custom Field:"
771
+ msgstr ""
772
+
773
+ #: vendor/WordPress/class-wp-list-table.php:1995
774
+ msgid "&mdash; Select &mdash;"
775
+ msgstr ""
776
+
777
+ #: vendor/WordPress/class-wp-list-table.php:2007
778
+ msgid "Enter new"
779
+ msgstr ""
780
+
781
+ #: vendor/WordPress/class-wp-list-table.php:2018
782
+ msgid "Add Custom Field"
783
+ msgstr ""
784
+
785
+ #: vendor/WordPress/class-wp-list-table.php:2071
786
+ msgid "Month"
787
+ msgstr ""
788
+
789
+ #: vendor/WordPress/class-wp-list-table.php:2077
790
+ #, php-format
791
+ msgid "%1$s-%2$s"
792
+ msgstr ""
793
+
794
+ #: vendor/WordPress/class-wp-list-table.php:2081
795
+ msgid "Day"
796
+ msgstr ""
797
+
798
+ #: vendor/WordPress/class-wp-list-table.php:2082
799
+ msgid "Year"
800
+ msgstr ""
801
+
802
+ #: vendor/WordPress/class-wp-list-table.php:2083
803
+ msgid "Hour"
804
+ msgstr ""
805
+
806
+ #: vendor/WordPress/class-wp-list-table.php:2084
807
+ msgid "Minute"
808
+ msgstr ""
809
+
810
+ #: vendor/WordPress/class-wp-list-table.php:2088
811
+ #, php-format
812
+ msgid "%1$s %2$s, %3$s @ %4$s:%5$s"
813
+ msgstr ""
814
+
815
+ #: vendor/WordPress/class-wp-list-table.php:2112
816
+ msgid "OK"
817
+ msgstr ""
818
+
819
+ #: vendor/WordPress/class-wp-list-table.php:2218
820
+ msgid ""
821
+ "Before you can upload your import file, you will need to fix the following "
822
+ "error:"
823
+ msgstr ""
824
+
825
+ #: vendor/WordPress/class-wp-list-table.php:2224
826
+ msgid "Choose a file from your computer:"
827
+ msgstr ""
828
+
829
+ #: vendor/WordPress/class-wp-list-table.php:2224
830
+ #, php-format
831
+ msgid "Maximum size: %s"
832
+ msgstr ""
833
+
834
+ #: vendor/WordPress/class-wp-list-table.php:2229
835
+ msgid "Upload file and import"
836
+ msgstr ""
837
+
838
+ #: vendor/WordPress/class-wp-list-table.php:2399
839
+ #, php-format
840
+ msgid "Toggle panel: %s"
841
+ msgstr ""
842
+
843
+ #: vendor/WordPress/class-wp-list-table.php:2521
844
+ msgid "Press return or enter to open this section"
845
+ msgstr ""
846
+
847
+ #: vendor/WordPress/class-wp-list-table.php:2567
848
+ #: vendor/WordPress/class-wp-list-table.php:2572
849
+ #, php-format
850
+ msgid "The \"%s\" options group has been removed. Use another settings group."
851
+ msgstr ""
852
+
853
+ #: vendor/WordPress/class-wp-list-table.php:2618
854
+ msgid ""
855
+ "The miscellaneous options group has been removed. Use another settings group."
856
+ msgstr ""
857
+
858
+ #: vendor/WordPress/class-wp-list-table.php:2623
859
+ msgid "The privacy options group has been removed. Use another settings group."
860
+ msgstr ""
861
+
862
+ #: vendor/WordPress/class-wp-list-table.php:2857
863
+ msgid "Attach to existing content"
864
+ msgstr ""
865
+
866
+ #: vendor/WordPress/class-wp-list-table.php:2858
867
+ msgid "Close media attachment panel"
868
+ msgstr ""
869
+
870
+ #: vendor/WordPress/class-wp-list-table.php:2867
871
+ msgid "Search"
872
+ msgstr ""
873
+
874
+ #: vendor/WordPress/class-wp-list-table.php:2876
875
+ msgid "Select"
876
+ msgstr ""
877
+
878
+ #: vendor/WordPress/class-wp-list-table.php:2910
879
+ msgid "(no title)"
880
+ msgstr ""
881
+
882
+ #: vendor/WordPress/class-wp-list-table.php:2948
883
+ msgid "WordPress"
884
+ msgstr ""
885
+
886
+ #: vendor/WordPress/class-wp-list-table.php:3058
887
+ msgid "Password protected"
888
+ msgstr ""
889
+
890
+ #: vendor/WordPress/class-wp-list-table.php:3060
891
+ msgid "Private"
892
+ msgstr ""
893
+
894
+ #: vendor/WordPress/class-wp-list-table.php:3062
895
+ msgid "Draft"
896
+ msgstr ""
897
+
898
+ #: vendor/WordPress/class-wp-list-table.php:3066
899
+ msgid "Sticky"
900
+ msgstr ""
901
+
902
+ #: vendor/WordPress/class-wp-list-table.php:3069
903
+ msgid "Scheduled"
904
+ msgstr ""
905
+
906
+ #: vendor/WordPress/class-wp-list-table.php:3074
907
+ msgid "Front Page"
908
+ msgstr ""
909
+
910
+ #: vendor/WordPress/class-wp-list-table.php:3078
911
+ msgid "Posts Page"
912
+ msgstr ""
913
+
914
+ #: vendor/WordPress/class-wp-list-table.php:3120
915
+ #: vendor/WordPress/class-wp-list-table.php:3127
916
+ msgid "Header Image"
917
+ msgstr ""
918
+
919
+ #: vendor/WordPress/class-wp-list-table.php:3132
920
+ msgid "Current Header Image"
921
+ msgstr ""
922
+
923
+ #: vendor/WordPress/class-wp-list-table.php:3141
924
+ msgid "Background Image"
925
+ msgstr ""
926
+
927
+ #: vendor/WordPress/class-wp-list-table.php:3145
928
+ msgid "Current Background Image"
929
+ msgstr ""
930
+
931
+ #: vendor/WordPress/class-wp-list-table.php:3151
932
+ msgid "Site Icon"
933
+ msgstr ""
934
+
935
+ #: vendor/WordPress/class-wp-list-table.php:3155
936
+ msgid "Logo"
937
+ msgstr ""
938
+
939
+ #: vendor/WordPress/class-wp-list-table.php:3305
940
+ msgid "Save Changes"
941
+ msgstr ""
942
+
943
+ #: vendor/WordPress/class-wp-list-table.php:3382
944
+ msgid ""
945
+ "Likely direct inclusion of wp-admin/includes/template.php in order to use "
946
+ "add_meta_box(). This is very wrong. Hook the add_meta_box() call into the "
947
+ "add_meta_boxes action instead."
948
+ msgstr ""
949
+
950
+ #: vendor/WordPress/class-wp-list-table.php:3399
951
+ msgid ""
952
+ "The backup of this post in your browser is different from the version below."
953
+ msgstr ""
954
+
955
+ #: vendor/WordPress/class-wp-list-table.php:3400
956
+ msgid "Restore the backup"
957
+ msgstr ""
958
+
959
+ #: vendor/WordPress/class-wp-list-table.php:3403
960
+ msgid ""
961
+ "This will replace the current editor content with the last backup version. "
962
+ "You can use undo and redo in the editor to get the old content back or to "
963
+ "return to the restored version."
964
+ msgstr ""
965
+
966
+ #: vendor/WordPress/class-wp-list-table.php:3459
967
+ #, php-format
968
+ msgid "%s rating"
969
+ msgstr ""
970
+
971
+ #: vendor/WordPress/class-wp-list-table.php:3483
972
+ msgid "You are currently editing the page that shows your latest posts."
973
+ msgstr ""
974
+
975
  #: vendor/edd/EDD_SL_Plugin_Updater.php:199
976
  #, php-format
977
  msgid ""
1001
  msgid "Premium Plugin"
1002
  msgstr "Plugin Premium"
1003
 
1004
+ #: views/about.php:117 views/support.php:100
1005
  msgid "WPBackItUp"
1006
  msgstr "WPBackItUp"
1007
 
1027
  "Utilisez les conseils ci-dessous pour commencer à utiliser WPBackItUp et vos "
1028
  "<em>sauvegardes seront assurées</em> en un rien de temps !"
1029
 
1030
+ #: views/about.php:139 views/backup.php:489
1031
  msgid "Backups"
1032
  msgstr "Sauvegardes"
1033
 
1052
  "inclut votre base de données, vos plugins, vos thèmes et même tous vos "
1053
  "fichiers multimédia. "
1054
 
1055
+ #: views/about.php:150 views/about.php:399
1056
  msgid "Download Backups"
1057
  msgstr "Télécharger des sauvegardes"
1058
 
1290
  msgstr "Ci-dessous, quelques-uns des éléments majeurs de la version %s."
1291
 
1292
  #: views/about.php:270
1293
+ msgid "New Features"
1294
+ msgstr ""
1295
+
1296
+ #: views/about.php:276
1297
+ msgid "Support Center Enhancements"
1298
+ msgstr ""
1299
+
1300
+ #: views/about.php:277
1301
+ msgid ""
1302
+ "In this release we have made major enhancements to the support center that "
1303
+ "will allow us to make our world class support even better. You are now able "
1304
+ "to <em>view, download</em> and <em>delete</em> the log files we use to help "
1305
+ "troubleshoot problems with your site. This is an important addition because "
1306
+ "sometimes customer sites are so crippled by hosting issues, hackers or bad "
1307
+ "plugins, that they are unable to send us their logs files. Now if that ever "
1308
+ "happens to you, they can easily be downloaded and emailed to support. "
1309
+ msgstr ""
1310
+
1311
+ #: views/about.php:279
1312
+ msgid "Cleanup Supporting Zip Files"
1313
+ msgstr ""
1314
+
1315
+ #: views/about.php:280
1316
+ msgid ""
1317
+ "WPBackItUp now does an even better job of conserving space used on your "
1318
+ "host. When you select the <em>Cleanup Supporting Zip Files</em> setting, "
1319
+ "WPBackItUp will remove the supporting zip files that were used to create "
1320
+ "your backup."
1321
+ msgstr ""
1322
+
1323
+ #: views/about.php:282
1324
  msgid "Email Notifications"
1325
  msgstr "Notifications par e-mail"
1326
 
1327
+ #: views/about.php:283
1328
  msgid ""
1329
  "WPBackItUp now supports multiple email addresses for backup notifications. "
1330
  "Using the WPBackItUp Settings page add multiple email addresses to the "
1337
  "mail</em> et vous recevrez des e-mails de notification quand vos sauvegardes "
1338
  "seront terminées. "
1339
 
1340
+ #: views/about.php:285 views/settings.php:146
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1341
  msgid "Maximum Zip File Size"
1342
  msgstr "Taille maximale de fichier Zip"
1343
 
1344
+ #: views/about.php:286
1345
  msgid ""
1346
  "Over the years we have found that some hosting providers enforce strict "
1347
  "limitations on the size of your backup archives. When this happens you "
1362
  "manquera aucun fichier, ils seront simplement ajoutés dans une nouvelle "
1363
  "archive de sauvegarde. "
1364
 
1365
+ #: views/about.php:297
1366
  msgid "Additional Updates"
1367
  msgstr "Mises à jour supplémentaires"
1368
 
1369
+ #: views/about.php:300
1370
  msgid "Backup Encryption (Premium Only)"
1371
  msgstr "Chiffrement de sauvegarde (Premium uniquement)"
1372
 
1373
+ #: views/about.php:301
1374
  msgid ""
1375
  "That's right, we have added backup encryption to this release but have "
1376
  "turned it off while we beta test with a few customers. Backup encryption "
1381
  "clients. Le chiffrement de sauvegarde sera inclus dans notre prochaine "
1382
  "sortie majeure (1.14) qui est prévue pour bientôt. "
1383
 
1384
+ #: views/about.php:304
1385
  msgid "File Name Validation"
1386
  msgstr "Validation du nom du fichier"
1387
 
1388
+ #: views/about.php:305
1389
  msgid ""
1390
  "We have added an additional validation for files with invalid names. This "
1391
  "check will exclude files from a backup with invalid file names. These files "
1396
  "avec des noms non valides. Ces fichiers sont souvent endommagés et causent "
1397
  "des erreurs pendant les restaurations. "
1398
 
1399
+ #: views/about.php:308
1400
  msgid "SQL Files"
1401
  msgstr "Fichiers SQL"
1402
 
1403
+ #: views/about.php:309
1404
  msgid ""
1405
  "For those of you with extremely large databases, you will be happy to know "
1406
  "that we now support database exports that contain more than 500 SQL files."
1409
  "serez ravis de savoir que nous supportons désormais l'exportation de bases "
1410
  "de données contenant plus de 500 fichiers SQL. "
1411
 
1412
+ #: views/about.php:313
1413
  msgid "Cloud API Gateway "
1414
  msgstr "Passerelle API en cloud"
1415
 
1416
+ #: views/about.php:314
1417
  msgid ""
1418
  "Every once in a while we have connectivity issues with a few hosts when "
1419
  "customers attempt to activate their license. To combat this issue we have "
1426
  "accessible pour les fournisseurs d'hébergement de tous les pays et sur "
1427
  "toutes les plateformes. "
1428
 
1429
+ #: views/about.php:317
1430
  msgid "Tables missing WordPress table prefix"
1431
  msgstr "Préfixe de table WordPress absent des tables"
1432
 
1433
+ #: views/about.php:318
1434
  msgid ""
1435
  "We have added support for database tables that are missing the WordPress "
1436
  "table prefix. Some plugins create custom tables that do not contain the "
1445
  "WPBackItUp inclura désormais toutes les tables dans une base de données, "
1446
  "même lorsque le préfixe de table est manquant. "
1447
 
1448
+ #: views/about.php:324
1449
  msgid "Want to see the entire changelog?"
1450
  msgstr "Voulez-vous voir le journal des changements en entier ?"
1451
 
1452
+ #: views/about.php:325
1453
  msgid "View the Full Changelog"
1454
  msgstr "Voir le journal complet des changements"
1455
 
1456
+ #: views/about.php:354
1457
  msgid "Full Changelog"
1458
  msgstr "Journal complet"
1459
 
1460
+ #: views/about.php:374
1461
  msgid "Take a look at what you are missing!"
1462
  msgstr "Regardez ce qu'il vous manque ! "
1463
 
1464
+ #: views/about.php:382
1465
  msgid "FEATURES"
1466
  msgstr "FONCTIONS"
1467
 
1468
+ #: views/about.php:383
1469
  msgid "LITE"
1470
  msgstr "LITE"
1471
 
1472
+ #: views/about.php:384
1473
  msgid "PREMIUM"
1474
  msgstr "PREMIUM"
1475
 
1476
+ #: views/about.php:389
1477
  msgid "Complete Backup (Database, Themes, Plugins &amp; Media Files)"
1478
  msgstr ""
1479
  "Sauvegarde complète (base de données, thèmes, plugins &amp; fichiers "
1480
  "multimédia) "
1481
 
1482
+ #: views/about.php:394
1483
  msgid "Compressed Backups (Zip Format)"
1484
  msgstr "Sauvegardes compressées (Format Zip)"
1485
 
1486
+ #: views/about.php:404
1487
  msgid "Directory Filters"
1488
  msgstr "Filtres du répertoire "
1489
 
1490
+ #: views/about.php:409
1491
  msgid "Database Table Filters"
1492
  msgstr "Filtre de la table de base de données"
1493
 
1494
+ #: views/about.php:414
1495
  msgid "Single File Database Export"
1496
  msgstr "Exportation de la base de données par fichier unique"
1497
 
1498
+ #: views/about.php:419
1499
  msgid "Single File Backup"
1500
  msgstr "Sauvegarde en un fichier unique"
1501
 
1502
+ #: views/about.php:424
1503
  msgid "Purge Old Backups"
1504
  msgstr "Éliminer les anciennes sauvegardes"
1505
 
1506
+ #: views/about.php:429
1507
  msgid "Cleanup Work Files &amp; Logs"
1508
  msgstr "Nettoyer les fichiers de travail &amp; les journaux"
1509
 
1510
+ #: views/about.php:434
1511
  msgid "Backup Notifications via Email"
1512
  msgstr "Notifications de sauvegarde par e-mail"
1513
 
1514
+ #: views/about.php:439
1515
  msgid "One Click Restore</strong>"
1516
  msgstr "Restauration</strong> en un clic"
1517
 
1518
+ #: views/about.php:444
1519
  msgid "Scheduled Backups"
1520
  msgstr "Sauvegardes planifiées "
1521
 
1522
+ #: views/about.php:449
1523
  msgid "Import Backups"
1524
  msgstr "Importer des sauvegardes"
1525
 
1526
+ #: views/about.php:459
1527
  msgid "Premium Support"
1528
  msgstr "Support Premium"
1529
 
1530
+ #: views/about.php:464
1531
  msgid "Product Updates"
1532
  msgstr "Mises à jour du produit"
1533
 
1534
+ #: views/about.php:471
1535
  msgid "GET PREMIUM"
1536
  msgstr "OBTENIR LA VERSION PREMIUM"
1537
 
1538
+ #: views/about.php:494
1539
  msgid "No valid changelog was found."
1540
  msgstr "Aucun journal des changements valide n’a été trouvé."
1541
 
1547
  msgid "%s Dashboard"
1548
  msgstr "Tableau de bord de %s"
1549
 
1550
+ #: views/backup.php:248
1551
  msgid "Dismiss"
1552
  msgstr "Fermer"
1553
 
1554
+ #: views/backup.php:260
1555
  #, php-format
1556
  msgid "Backup folder does not exist. Please contact %s for assistance."
1557
  msgstr ""
1558
  "Le dossier de sauvegarde n'existe pas. Veuillez contacter %s pour de "
1559
  "l'assistance."
1560
 
1561
+ #: views/backup.php:260 views/restore.php:75 views/restore.php:82
1562
  msgid "support"
1563
  msgstr "support"
1564
 
1565
+ #: views/backup.php:263 views/backup.php:269
1566
  msgid "Close"
1567
  msgstr "Fermer"
1568
 
1569
+ #: views/backup.php:284
1570
  msgid ""
1571
  "Click the backup button to create a zipped backup file of this site's "
1572
  "database, plugins, themes and settings."
1574
  "Cliquez sur le bouton de sauvegarde pour créer un fichier zippé de la base "
1575
  "de données, des extensions, thèmes et réglages de votre site."
1576
 
1577
+ #: views/backup.php:285
1578
  msgid ""
1579
  "Once your backup file has been created it will appear in the available "
1580
  "backups section below. This file may remain on your hosting providers server "
1585
  "le serveur de votre hébergement, mais nous vous recommandons de le "
1586
  "télécharger et de l'enregistrer dans un endroit sûr."
1587
 
1588
+ #: views/backup.php:286
1589
  msgid ""
1590
  "WPBackItUp premium customers can use these backup files to perform an "
1591
  "automated restore of their site."
1593
  "Les utilisateurs de WPBackItUp Premium peuvent utiliser ces fichiers de "
1594
  "sauvegarde pour effectuer une restauration automatisée de leurs sites."
1595
 
1596
+ #: views/backup.php:297
 
 
 
 
1597
  #, php-format
1598
  msgid ""
1599
  "WPBackItUp lite customers may use these backup files to manually restore "
1603
  "sauvegarde pour restaurer manuellement leurs sites. Veuillez vous rendre sur "
1604
  "%s pour les instructions de restauration manuelle."
1605
 
1606
+ #: views/backup.php:304
1607
  msgid "Backup Schedule"
1608
  msgstr "Planification de sauvegarde"
1609
 
1610
+ #: views/backup.php:306
1611
  msgid "Select the days of the week you would like your backup to run."
1612
  msgstr "Sélectionner les jours de la semaine pour effectuer la sauvegarde."
1613
 
1614
+ #: views/backup.php:308
1615
  msgid ""
1616
  "Backup your site once per week or every day, it's up to you. If you have "
1617
  "email notifications turned on we'll even send you an email when it's done. "
1627
  "d'hébergement, mais nous vous recommandons de télécharger et de "
1628
  "l'enregistrer dans un endroit sûr."
1629
 
1630
+ #: views/backup.php:310
1631
  msgid "Please make sure to schedule your backup for at least once per week."
1632
  msgstr ""
1633
  "Veuillez vous assurer de programmer une sauvegarde au moins une fois par "
1634
  "semaine."
1635
 
1636
+ #: views/backup.php:314
1637
  msgid "Monday"
1638
  msgstr "lundi"
1639
 
1640
+ #: views/backup.php:315
1641
  msgid "Tuesday"
1642
  msgstr "mardi"
1643
 
1644
+ #: views/backup.php:316
1645
  msgid "Wednesday"
1646
  msgstr "mercredi"
1647
 
1648
+ #: views/backup.php:317
1649
  msgid "Thursday"
1650
  msgstr "jeudi"
1651
 
1652
+ #: views/backup.php:318
1653
  msgid "Friday"
1654
  msgstr "vendredi"
1655
 
1656
+ #: views/backup.php:319
1657
  msgid "Saturday"
1658
  msgstr "samedi"
1659
 
1660
+ #: views/backup.php:320
1661
  msgid "Sunday"
1662
  msgstr "dimanche"
1663
 
1664
+ #: views/backup.php:323
1665
  msgid "Save Schedule"
1666
  msgstr "Enregistrer la planification"
1667
 
1668
+ #: views/backup.php:328
1669
  #, php-format
1670
  msgid ""
1671
  "Scheduled backups are only available to WPBackItUp premium customers. "
1675
  "de WPBackItUp Premium. Veuillez visiter %s pour obtenir WPBackItUp sans "
1676
  "risque pendant 30 jours."
1677
 
1678
+ #: views/backup.php:336 views/restore.php:95
1679
  msgid "Available Backups"
1680
  msgstr "Sauvegardes disponibles"
1681
 
1682
+ #: views/backup.php:356 views/backup.php:405
1683
  msgid "Type"
1684
  msgstr "Type"
1685
 
1686
+ #: views/backup.php:357 views/backup.php:407 views/restore.php:100
1687
  msgid "Date"
1688
  msgstr "Date"
1689
 
1690
+ #: views/backup.php:358 views/backup.php:409
1691
  msgid "Duration"
1692
  msgstr "Durée"
1693
 
1694
+ #: views/backup.php:377
1695
  msgid "Success"
1696
  msgstr "Réussite"
1697
 
1698
+ #: views/backup.php:380
1699
  msgid "Active"
1700
  msgstr "Actif"
1701
 
1702
+ #: views/backup.php:423 views/restore.php:149
1703
  msgid "No backup archives found."
1704
  msgstr "Aucune archive de sauvegarde trouvée."
1705
 
1706
+ #: views/backup.php:432
1707
  #, php-format
1708
  msgid ""
1709
  "The automated restore feature is only available to WPBackItUp premium "
1713
  "utilisateurs de WPBackItUp Premium. Veuillez visiter %s pour obtenir "
1714
  "WPBackItUp sans risque pendant 30 jours."
1715
 
1716
+ #: views/backup.php:441 views/restore.php:234
1717
  msgid "Nothing to report"
1718
  msgstr "Rien à signaler"
1719
 
1720
+ #: views/backup.php:446
1721
  msgid "Preparing for backup"
1722
  msgstr "Préparation pour la sauvegarde"
1723
 
 
 
1724
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1725
+ #: views/backup.php:449 views/backup.php:450 views/backup.php:451
1726
+ #: views/backup.php:452 views/backup.php:453 views/backup.php:454
1727
+ #: views/backup.php:456 views/backup.php:458 views/restore.php:244
1728
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1729
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1730
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
1732
  msgid "Done"
1733
  msgstr "Terminé"
1734
 
 
 
1735
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1736
+ #: views/backup.php:449 views/backup.php:450 views/backup.php:451
1737
+ #: views/backup.php:452 views/backup.php:453 views/backup.php:454
1738
+ #: views/backup.php:456 views/backup.php:458 views/restore.php:244
1739
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1740
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1741
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
1743
  msgid "Failed"
1744
  msgstr "Échoué"
1745
 
1746
+ #: views/backup.php:447
1747
  msgid "Creating inventory of files to backup"
1748
  msgstr "Création de l'inventaire des fichiers à sauvegarder."
1749
 
1750
+ #: views/backup.php:448
1751
  msgid "Exporting database"
1752
  msgstr "Exporter une base de données"
1753
 
1754
+ #: views/backup.php:449
1755
  msgid "Backing up database"
1756
  msgstr "Sauvegarde de la base de données"
1757
 
1758
+ #: views/backup.php:450
1759
  msgid "Backing up themes"
1760
  msgstr "Sauvegarde des thèmes"
1761
 
1762
+ #: views/backup.php:451
1763
  msgid "Backing up plugins"
1764
  msgstr "Sauvegarde des extensions"
1765
 
1766
+ #: views/backup.php:452
1767
  msgid "Backing up uploads"
1768
  msgstr "Sauvegarde des pièces jointes"
1769
 
1770
+ #: views/backup.php:453
1771
  msgid "Backing up everything else"
1772
  msgstr "Sauvegarde de tout le reste"
1773
 
1774
+ #: views/backup.php:454
1775
  msgid "Validating backup"
1776
  msgstr "Validation de la sauvegarde"
1777
 
1778
+ #: views/backup.php:456
1779
  msgid "Encrypting sensitive files"
1780
  msgstr "Chiffrer des fichiers sensibles"
1781
 
1782
+ #: views/backup.php:458
1783
  msgid "Finalizing backup"
1784
  msgstr "Finalisation de la sauvegarde"
1785
 
1786
+ #: views/backup.php:468
1787
  msgid "Backup completed successfully"
1788
  msgstr "La sauvegarde a bien été effectuée."
1789
 
1790
+ #: views/backup.php:489
1791
  msgid "Version "
1792
  msgstr "Version "
1793
 
1794
+ #: views/backup.php:491
1795
  msgid "Welcome to WPBackItUp!"
1796
  msgstr "Bienvenue dans WPBackItUp !"
1797
 
1798
+ #: views/backup.php:491
1799
  msgid "The simplest way to backup your WordPress site."
1800
  msgstr "La manière la plus simple de sauvegarder votre site WordPress."
1801
 
1802
+ #: views/backup.php:492
1803
  msgid ""
1804
  "Getting started is easy, just click the backup button on the left side of "
1805
  "this page."
1807
  "Le démarrage est simple, cliquez sur le bouton de sauvegarde à gauche sur "
1808
  "cette page."
1809
 
1810
+ #: views/backup.php:496
1811
  #, php-format
1812
  msgid ""
1813
  "Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
1816
  "Félicitations ! Vous avez bien effectué <span style=\"font-weight:bold;font-"
1817
  "size:medium;color: green\">%s</span> sauvegardes."
1818
 
1819
+ #: views/backup.php:497
1820
  msgid "Tips"
1821
  msgstr "Astuces"
1822
 
1823
+ #: views/backup.php:498
1824
  msgid "Backup your site at least once per week"
1825
  msgstr "Sauvegardez votre site au moins une fois par semaine"
1826
 
1827
+ #: views/backup.php:499
1828
  msgid "Download all your backups and store them somewhere safe"
1829
  msgstr ""
1830
  "Téléchargez toutes vos sauvegardes et stockez-les dans un endroit sécurisé."
1831
 
1832
+ #: views/backup.php:500
1833
  msgid "Verify your backup files are good by taking a look at what's inside"
1834
  msgstr ""
1835
  "Vérifiez que vos fichiers de sauvegarde sont bons en regardant attentivement "
1836
  "ce qu'il y a dedans."
1837
 
1838
+ #: views/backup.php:505
1839
  #, php-format
1840
  msgid "Why not %s and schedule your backups!"
1841
  msgstr "Pourquoi ne pas %s et planifier vos sauvegardes&nbsp;!"
1842
 
1843
+ #: views/backup.php:505
1844
  msgid "upgrade"
1845
  msgstr "mettre à jour"
1846
 
1847
+ #: views/backup.php:514
1848
  msgid "Register WPBackItUp"
1849
  msgstr "Enregistrer WPBackItUp"
1850
 
1851
+ #: views/backup.php:517
1852
  msgid ""
1853
  "Enter your name and email address below to receive <b>special offers</b> and "
1854
  "access to our world class <b>support</b> team. <br />\n"
1860
  "classe mondiale.<br />\n"
1861
  "<br />Entrez votre clé de licence ci-dessous pour l'activer sur ce site."
1862
 
1863
+ #: views/backup.php:519
1864
  msgid "name"
1865
  msgstr "nom"
1866
 
1867
+ #: views/backup.php:520
1868
  msgid "email address"
1869
  msgstr "adresse de messagerie"
1870
 
1871
+ #: views/backup.php:521
1872
  msgid "license key"
1873
  msgstr "clé de licence"
1874
 
1875
+ #: views/backup.php:521 views/backup.php:571 views/backup.php:575
1876
  #, php-format
1877
  msgid "%s"
1878
  msgstr "%s"
1879
 
1880
+ #: views/backup.php:522
1881
  msgid "Free plugin customers do not need to enter license key."
1882
  msgstr ""
1883
  "Les utilisateurs de l'extension gratuite n'ont pas besoin de saisir de clé "
1884
  "de licence."
1885
 
1886
+ #: views/backup.php:523
1887
  msgid "Register"
1888
  msgstr "Inscription"
1889
 
1890
+ #: views/backup.php:532
1891
  msgid "License Info"
1892
  msgstr "Info de licence"
1893
 
1894
+ #: views/backup.php:556
 
 
 
 
 
 
 
 
1895
  msgid "License Type"
1896
  msgstr "Type de licence"
1897
 
1898
+ #: views/backup.php:557
1899
  msgid "Expires"
1900
  msgstr "Expire"
1901
 
1902
+ #: views/backup.php:560
1903
  msgid "Enter license key to activate on this site."
1904
  msgstr "Saisissez la clé de licence à activer sur ce site."
1905
 
1906
+ #: views/backup.php:567
1907
  msgid "License Active"
1908
  msgstr "Licence active"
1909
 
1910
+ #: views/backup.php:575
1911
  msgid "License expired"
1912
  msgstr "Licence expirée"
1913
 
1914
+ #: views/backup.php:583
 
 
 
 
1915
  msgid "Activate"
1916
  msgstr "Activer"
1917
 
1918
+ #: views/backup.php:587
1919
  #, php-format
1920
  msgid "Purchase a %s license using the purchase link above."
1921
  msgstr "Achetez une licence %s en utilisant le lien d'achat ci-dessus."
1922
 
1923
+ #: views/backup.php:587
1924
  msgid "no-risk"
1925
  msgstr "sans risque"
1926
 
1927
+ #: views/backup.php:593
1928
  #, php-format
1929
  msgid ""
1930
  "Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
1935
  "nouvelle année de <strong>mises à jour</strong> et accéder à notre équipe de "
1936
  "<strong>support de classe mondiale</strong>."
1937
 
1938
+ #: views/backup.php:604
1939
  msgid "Useful Links"
1940
  msgstr "Liens utiles"
1941
 
1942
+ #: views/backup.php:606
1943
  msgid "Getting Started Video"
1944
  msgstr "Vidéo d'aide au démarrage"
1945
 
1946
+ #: views/backup.php:609
1947
  msgid "Your account"
1948
  msgstr "Votre compte"
1949
 
1950
+ #: views/backup.php:612
1951
  msgid "Website Migration Service"
1952
  msgstr "Service de migration de site web"
1953
 
1954
+ #: views/backup.php:614
1955
  msgid "Documentation"
1956
  msgstr "Documentation"
1957
 
1958
+ #: views/backup.php:620
1959
  msgid "Feature request"
1960
  msgstr "Demande de fonctionnalité"
1961
 
1962
+ #: views/backup.php:622
1963
  msgid "Language Translations"
1964
  msgstr "Traductions"
1965
 
1966
+ #: views/backup.php:624
1967
  msgid "Contact"
1968
  msgstr "Contact"
1969
 
2823
  "Cochez cette case si vous souhaitez que WPBackItUp supprime complètement "
2824
  "toutes ses données lorsque l'extension est supprimée."
2825
 
2826
+ #: views/support.php:69 views/support.php:229
2827
  msgid "Send Logs"
2828
  msgstr "Envoyer les journaux"
2829
 
2830
+ #: views/support.php:73
2831
+ msgid "Download Logs"
2832
+ msgstr ""
2833
+
2834
+ #: views/support.php:79
2835
  msgid "Advanced"
2836
  msgstr "Avancé"
2837
 
2838
+ #: views/support.php:101
2839
  msgid "Support Center"
2840
  msgstr "Service d'assistance"
2841
 
2842
+ #: views/support.php:103
2843
  msgid ""
2844
  "Welcome to the WPBackItUp support center. If you have any questions or run "
2845
  "into any trouble with WPBackItUp then you've come to the right place."
2848
  "questions ou que vous rencontrez des problèmes avec WPBackItUp vous êtes au "
2849
  "bon endroit. "
2850
 
2851
+ #: views/support.php:120
2852
  msgid ""
2853
  "To streamline support requests and better serve you, we utilize a support "
2854
  "ticket system. Every support request is assigned a unique ticket number "
2866
  "correspondances se font pas e-mail, vous devez donc disposer d'une adresse e-"
2867
  "mail valide afin d'envoyer un ticket. "
2868
 
2869
+ #: views/support.php:128
2870
  msgid "Search &rarr; Knowledge base"
2871
  msgstr "Recherche &rarr; base de connaissances"
2872
 
2873
+ #: views/support.php:129
2874
  msgid ""
2875
  "Want to search our entire documentation library, all our how to articles and "
2876
  "even our faq's in one shot? Just type your question into the knowledge base "
2881
  "coup ? Tapez simplement votre question dans la barre de recherche de la base "
2882
  "de connaissances et nous afficherons tout ce que nous avons pour ce sujet. "
2883
 
2884
+ #: views/support.php:131
2885
  msgid "New &rarr; Ticket"
2886
  msgstr "Nouveau &rarr; Ticket"
2887
 
2888
+ #: views/support.php:132
2889
  msgid ""
2890
  "Need to open a new support ticket? Just click the link above. Please "
2891
  "provide as much detail as possible so we can best assist you."
2894
  "lien ci-dessus. Merci de fournir le plus de détails possible afin que nous "
2895
  "puissions vous aider au mieux. "
2896
 
2897
+ #: views/support.php:134
2898
  msgid "Check &rarr; Status"
2899
  msgstr "Vérifier &rarr; Statut"
2900
 
2901
+ #: views/support.php:135
2902
  msgid ""
2903
  "To check ticket status or update a previously submitted ticket you will "
2904
  "first need to login. Our support portal provides a history of your current "
2909
  "un historique complet de vos demandes d'assistance passées et en cours avec "
2910
  "les réponses. "
2911
 
2912
+ #: views/support.php:137
2913
  msgid "Send &rarr; Logs"
2914
  msgstr "Envoyer &rarr; Journaux"
2915
 
2916
+ #: views/support.php:138
2917
  msgid ""
2918
  "Sometimes it may be necessary for you to send your log files to support. If "
2919
  "that ever happens, just click the link above and we will show you what to do."
2922
  "journaux à l'assistance. Dans ce cas, cliquez sur le lien ci-dessus et nous "
2923
  "vous indiquerons ce que vous devez faire. "
2924
 
2925
+ #: views/support.php:177
2926
  msgid ""
2927
  "If you have been asked by support to send your log files then you are in the "
2928
  "right spot."
2930
  "Si l'assistance vous a demandé d'envoyer vos fichiers journaux, vous êtes au "
2931
  "bon endroit. "
2932
 
2933
+ #: views/support.php:189
2934
  msgid "Send Logs to Support"
2935
  msgstr "Envoyer les journaux à l'assistance "
2936
 
2937
+ #: views/support.php:190
2938
  msgid "This form should only be used when working with support."
2939
  msgstr ""
2940
  "Ce formule devrait uniquement être utilisé lorsque vous avez recours à "
2941
  "l'assistance. "
2942
 
2943
+ #: views/support.php:191
2944
  #, php-format
2945
  msgid ""
2946
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
2950
  "support </a> WP BackItUp <a href=\"%s\" target=\"_blank\"> avant d'utiliser "
2951
  "ce formulaire. "
2952
 
2953
+ #: views/support.php:192
2954
  msgid ""
2955
  "The ticket id you receive from your support request should be entered in the "
2956
  "ticket id field below."
2958
  "L'ID du ticket que vous avez reçu du support doit être saisi dans le champ "
2959
  "ID du ticket ci-dessous."
2960
 
2961
+ #: views/support.php:193
2962
  msgid "your email address"
2963
  msgstr "votre adresse e-mail"
2964
 
2965
+ #: views/support.php:204
2966
  msgid "support ticket id"
2967
  msgstr "ID du ticket de support"
2968
 
2969
+ #: views/support.php:215
2970
  msgid "problem description or additional information"
2971
  msgstr "description du problème ou informations supplémentaires"
2972
 
2973
+ #: views/support.php:232
2974
  msgid "Please register your version of WPBackItUp for access to support."
2975
  msgstr ""
2976
  "Veuillez enregistrer votre version de WPBackItUp afin d'accéder à "
2977
  "l'assistance."
2978
 
2979
+ #: views/support.php:236
2980
  msgid "Premium customers receive priority support."
2981
  msgstr "Les clients Premium bénéficient d'un support prioritaire."
2982
 
2983
+ #: views/support.php:244
2984
  msgid "Support email could not be sent!"
2985
  msgstr "Le message d'assistance n'a pas pu être envoyé !"
2986
 
2987
+ #: views/support.php:251
2988
  msgid "Support email sent successfully!"
2989
  msgstr "Votre e-mail au support a bien été envoyé !"
2990
 
2991
+ #: views/support.php:282
2992
+ msgid "Download logs file manually."
2993
+ msgstr ""
2994
+
2995
+ #: views/support.php:310
2996
  msgid "Content goes here"
2997
  msgstr "Le contenu vient ici"
2998
 
3027
  #: wp-backitup.php:184
3028
  msgid "Cleanup"
3029
  msgstr "Nettoyage"
3030
+
3031
+ #~ msgid "About Page"
3032
+ #~ msgstr "Page À propos"
3033
+
3034
+ #~ msgid ""
3035
+ #~ "WPBackItUp now has a new <em>about</em> page and you are looking at it "
3036
+ #~ "right now! The about page contains tips to help get you started with "
3037
+ #~ "WPBackItUp as well as links to our knowledge base, faqs and instructions "
3038
+ #~ "on how to contact support if you ever need help. It also includes a "
3039
+ #~ "<em>what's new</em> section describing all the incredible new features "
3040
+ #~ "and enhancements we make with every release."
3041
+ #~ msgstr ""
3042
+ #~ "WPBackItUp dispose d'une nouvelle page <em>À propos</em> et vous la "
3043
+ #~ "regardez en ce moment même ! Cette page À propos contient des astuces "
3044
+ #~ "pour vous aider à vous lancer avec WPBackItUp ainsi que des liens vers "
3045
+ #~ "notre base de connaissances, notre FAQ et des instructions pour contacter "
3046
+ #~ "l'assistance au cas où vous auriez besoin d'aide. Elle comprend également "
3047
+ #~ "une rubrique <em>quoi de neuf</em> décrivant toutes les incroyables "
3048
+ #~ "nouvelles fonctions et améliorations que nous ajoutons à chaque sortie. "
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-11-04 18:34-0400\n"
8
- "PO-Revision-Date: 2016-11-04 18:35-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,189 +24,208 @@ msgstr ""
24
  msgid "Every %d Minutes"
25
  msgstr "Ogni %d minuti"
26
 
27
- #: lib/includes/class-wpbackitup-admin.php:225 views/backup.php:277
28
- #: views/backup.php:283 views/backup.php:349 views/backup.php:386
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  #: views/restore.php:99 wp-backitup.php:156
30
  msgid "Backup"
31
  msgstr "Backup"
32
 
33
- #: lib/includes/class-wpbackitup-admin.php:230
34
- #: lib/includes/class-wpbackitup-admin.php:273 views/about.php:191
35
  #: views/restore.php:136 wp-backitup.php:170
36
  msgid "Restore"
37
  msgstr "Ripristino"
38
 
39
- #: lib/includes/class-wpbackitup-admin.php:235 views/support.php:62
40
  msgid "Support"
41
  msgstr "Assistenza"
42
 
43
- #: lib/includes/class-wpbackitup-admin.php:238
44
  msgid "Settings"
45
  msgstr "Impostazioni"
46
 
47
- #: lib/includes/class-wpbackitup-admin.php:241
48
  msgid "About"
49
  msgstr "Circa"
50
 
51
- #: lib/includes/class-wpbackitup-admin.php:266
52
  msgid ""
53
  "The backup you have selected exceeds what your host allows you to upload."
54
  msgstr ""
55
  "Il backup che hai selezionato eccede quanto il tuo host ti permette di "
56
  "caricare"
57
 
58
- #: lib/includes/class-wpbackitup-admin.php:267 views/backup.php:440
59
- #: views/backup.php:441 views/backup.php:442 views/backup.php:443
60
- #: views/backup.php:444 views/backup.php:445 views/backup.php:446
61
- #: views/backup.php:447 views/backup.php:448 views/backup.php:450
62
- #: views/backup.php:452
63
  msgid "Warning"
64
  msgstr "Avviso"
65
 
66
- #: lib/includes/class-wpbackitup-admin.php:268
67
- #: vendor/edd/EDD_SL_Plugin_Updater.php:363 views/backup.php:253
68
- #: views/backup.php:377
69
  msgid "Error"
70
  msgstr "Errore"
71
 
72
- #: lib/includes/class-wpbackitup-admin.php:269
73
  msgid "Response"
74
  msgstr "Risposta"
75
 
76
- #: lib/includes/class-wpbackitup-admin.php:270 views/backup.php:353
77
- #: views/backup.php:405 views/backup.php:431 views/restore.php:230
78
  msgid "Status"
79
  msgstr "Stato"
80
 
81
- #: lib/includes/class-wpbackitup-admin.php:271
82
- msgid "Download"
83
- msgstr "Scarica"
84
-
85
- #: lib/includes/class-wpbackitup-admin.php:272 views/backup.php:408
86
- #: views/restore.php:129
87
- msgid "Delete"
88
- msgstr "Cancella"
89
-
90
- #: lib/includes/class-wpbackitup-admin.php:274
91
  msgid "(JS997) Unexpected error"
92
  msgstr "(JS997) Errore inaspettato"
93
 
94
- #: lib/includes/class-wpbackitup-admin.php:275
95
  msgid "(JS998) Unexpected error"
96
  msgstr "(JS998) Errore inaspettato"
97
 
98
- #: lib/includes/class-wpbackitup-admin.php:276
99
  msgid "(JS999) An unexpected error has occurred"
100
  msgstr "(JS999) Si è verificato un errore inaspettato"
101
 
102
- #: lib/includes/class-wpbackitup-admin.php:277
103
  msgid "Scheduled has been saved."
104
  msgstr "La pianificazione è stata salvata"
105
 
106
- #: lib/includes/class-wpbackitup-admin.php:278
107
  msgid "Scheduled was not saved."
108
  msgstr "La pianificazione non è stata salvata"
109
 
110
- #: lib/includes/class-wpbackitup-admin.php:279
111
  msgid "Are you sure you want to restore your site?"
112
  msgstr "Sei sicuro di voler ripristinare il tuo sito?"
113
 
114
- #: lib/includes/class-wpbackitup-admin.php:280
115
  msgid "Are you sure ?"
116
  msgstr "Sei sicuro?"
117
 
118
- #: lib/includes/class-wpbackitup-admin.php:281
119
  msgid "This file cannot be delete!"
120
  msgstr "Questo file non può essere cancellato!"
121
 
122
- #: lib/includes/class-wpbackitup-admin.php:282
123
  msgid "View Log"
124
  msgstr "Visualizza il registro"
125
 
126
- #: lib/includes/class-wpbackitup-admin.php:283
127
  msgid "New Backup!"
128
  msgstr "Nuovo backup!"
129
 
130
- #: lib/includes/class-wpbackitup-admin.php:284
131
  msgid "Uploaded Backup"
132
  msgstr "Backup caricato"
133
 
134
- #: lib/includes/class-wpbackitup-admin.php:685
135
  msgid "Backup Queued"
136
  msgstr "Backup accodato"
137
 
138
- #: lib/includes/class-wpbackitup-admin.php:694
139
  msgid "Backup could not be queued"
140
  msgstr "Il backup non può essere accodato"
141
 
142
- #: lib/includes/class-wpbackitup-admin.php:706
143
  msgid "Job is already in queue."
144
  msgstr "Il processo è già in coda"
145
 
146
- #: lib/includes/class-wpbackitup-admin.php:744
147
  msgid "No backup file selected."
148
  msgstr "Nessun file di backup selezionato"
149
 
150
- #: lib/includes/class-wpbackitup-admin.php:751
151
  msgid "No user id found."
152
  msgstr "Nessun utente trovato"
153
 
154
- #: lib/includes/class-wpbackitup-admin.php:789
155
  msgid "Restore Queued"
156
  msgstr "Ripristino accodato"
157
 
158
- #: lib/includes/class-wpbackitup-admin.php:798
159
  msgid "Restore could not be queued"
160
  msgstr "Non si è potuto accodare il ripristino"
161
 
162
- #: lib/includes/class-wpbackitup-admin.php:804
163
  msgid "Restore already in queue"
164
  msgstr "Ripristino già in coda"
165
 
166
- #: lib/includes/class-wpbackitup-admin.php:836
167
  msgid "No job id posted"
168
  msgstr "Nessun job-id assegnato"
169
 
170
- #: lib/includes/class-wpbackitup-admin.php:844 views/backup.php:471
171
  msgid "Backup Cancelled"
172
  msgstr "Backup cancellato"
173
 
174
- #: lib/includes/class-wpbackitup-admin.php:846
175
  msgid "Backup job not found"
176
  msgstr "Attività di backup non trovata"
177
 
178
- #: lib/includes/class-wpbackitup-admin.php:1055
179
  msgid "No response log found."
180
  msgstr "Registro di risposta non trovato"
181
 
182
- #: lib/includes/class-wpbackitup-admin.php:1157
183
- #: lib/includes/class-wpbackitup-admin.php:1165
184
- #: lib/includes/class-wpbackitup-admin.php:1245
185
- #: lib/includes/class-wpbackitup-admin.php:1252
186
- #: lib/includes/class-wpbackitup-admin.php:1259
187
- #: lib/includes/class-wpbackitup-admin.php:1266
188
- #: lib/includes/class-wpbackitup-admin.php:1273
189
  msgid "Please enter a number"
190
  msgstr "Ti preghiamo di inserire un numero"
191
 
192
- #: lib/includes/class-wpbackitup-admin.php:1193
193
  msgid "Please enter valid email"
194
  msgstr "Ti preghiamo di inserire un'email valida"
195
 
196
- #: lib/includes/class-wpbackitup-admin.php:1382
197
  msgid "Please enter a valid email"
198
  msgstr "Ti preghiamo di inserire un'email valida"
199
 
200
- #: lib/includes/class-wpbackitup-admin.php:1389
201
  msgid "Please enter your support ticket id"
202
  msgstr "Ti preghiamo di inserire il codice della richiesta di assistenza"
203
 
204
- #: lib/includes/class-wpbackitup-admin.php:1394
205
  msgid "Please only enter numbers in this field"
206
  msgstr "ti preghiamo di inserire solo numeri in questo campo"
207
 
208
- #: lib/includes/class-wpbackitup-admin.php:2267
209
- #: lib/includes/class-wpbackitup-admin.php:2287
210
  msgid ""
211
  "License could not be activated. Please try again in a few hours and contact "
212
  "support if this error continues."
@@ -214,15 +233,15 @@ msgstr ""
214
  "La licenza potrebbe non essere stata attivata. Ti preghiamo di provare di "
215
  "nuovo tra qualche ora e di contattare l'assistenza qualora l'errore persista."
216
 
217
- #: lib/includes/class-wpbackitup-admin.php:2336
218
  msgid "License is invalid."
219
  msgstr "Licenza non valida"
220
 
221
- #: lib/includes/class-wpbackitup-admin.php:2341
222
  msgid "License has expired."
223
  msgstr "Licenza scaduta"
224
 
225
- #: lib/includes/class-wpbackitup-admin.php:2344
226
  #, php-format
227
  msgid ""
228
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -234,15 +253,15 @@ msgstr ""
234
  "prodotto</strong> e usufruire del nostro team <strong>di assistenza di "
235
  "livello mondiale</strong> "
236
 
237
- #: lib/includes/class-wpbackitup-admin.php:2358
238
  msgid "License Expired: Scheduled backups are no longer active."
239
  msgstr "La licenza è scaduta: i backup programmati non sono più attivi"
240
 
241
- #: lib/includes/class-wpbackitup-admin.php:2366
242
  msgid "Activation limit has been reached."
243
  msgstr "Limite di attivazioni raggiunto"
244
 
245
- #: lib/includes/class-wpbackitup-admin.php:2372
246
  msgid "Your Activation limit has been reached"
247
  msgstr "Hai raggiunto il tuo limite di attivazioni"
248
 
@@ -599,6 +618,369 @@ msgstr ""
599
  msgid "(999) Unexpected error"
600
  msgstr "(999) Errore inaspettato"
601
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
602
  #: vendor/edd/EDD_SL_Plugin_Updater.php:199
603
  #, php-format
604
  msgid ""
@@ -628,7 +1010,7 @@ msgstr "Cosa c'è di nuovo"
628
  msgid "Premium Plugin"
629
  msgstr "Plugin Premium"
630
 
631
- #: views/about.php:117 views/support.php:92
632
  msgid "WPBackItUp"
633
  msgstr "WPBackItUp"
634
 
@@ -654,7 +1036,7 @@ msgstr ""
654
  "Segui i suggerimenti qui sotto per iniziare ad usare WPBackItUp e potrai "
655
  "<em>eseguire il backup</em> in poco tempo!"
656
 
657
- #: views/about.php:139 views/backup.php:483
658
  msgid "Backups"
659
  msgstr "I backup"
660
 
@@ -679,7 +1061,7 @@ msgstr ""
679
  "includendo il tuo database, i plugin, i temi e persino tutti i tuoi file "
680
  "multimediali."
681
 
682
- #: views/about.php:150 views/about.php:395
683
  msgid "Download Backups"
684
  msgstr "Scarica i backup"
685
 
@@ -915,10 +1297,41 @@ msgid "Below are just a few highlights for version %s. "
915
  msgstr "Qui sotto alcune caratteristiche salienti della versione %s."
916
 
917
  #: views/about.php:270
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
918
  msgid "Email Notifications"
919
  msgstr "Notifiche via email"
920
 
921
- #: views/about.php:276
922
  msgid ""
923
  "WPBackItUp now supports multiple email addresses for backup notifications. "
924
  "Using the WPBackItUp Settings page add multiple email addresses to the "
@@ -930,32 +1343,11 @@ msgstr ""
930
  "multipli nei settaggi di <em>Notifiche Email</em> e su tutti si riceveranno "
931
  "email di notifica una volta completati i backup."
932
 
933
- #: views/about.php:278
934
- msgid "About Page"
935
- msgstr "Pagina About"
936
-
937
- #: views/about.php:279
938
- msgid ""
939
- "WPBackItUp now has a new <em>about</em> page and you are looking at it right "
940
- "now! The about page contains tips to help get you started with WPBackItUp "
941
- "as well as links to our knowledge base, faqs and instructions on how to "
942
- "contact support if you ever need help. It also includes a <em>what's new</"
943
- "em> section describing all the incredible new features and enhancements we "
944
- "make with every release."
945
- msgstr ""
946
- "WPBackItUp si arricchisce ora della nuova pagina <em>About</em> ed è proprio "
947
- "quella che stai guardando adesso! La pagina About fornisce suggerimenti per "
948
- "iniziare ad usare WPBackItUp e inoltre link alla nostra knowledge base, alle "
949
- "faq, e istruzioni su come contattare l'assistenza in caso di necessità. "
950
- "Comprende anche una sezione <em>Novità</em> che illustra tutte le "
951
- "fantastiche nuove caratteristiche e migliorie apportate ad ogni nuova "
952
- "release."
953
-
954
- #: views/about.php:281 views/settings.php:146
955
  msgid "Maximum Zip File Size"
956
  msgstr "Dimensione massima del file compresso"
957
 
958
- #: views/about.php:282
959
  msgid ""
960
  "Over the years we have found that some hosting providers enforce strict "
961
  "limitations on the size of your backup archives. When this happens you "
@@ -976,15 +1368,15 @@ msgstr ""
976
  "WPBackItUp non perderà alcun file, li aggiungerà semplicemente ad un nuovo "
977
  "archivio di backup."
978
 
979
- #: views/about.php:293
980
  msgid "Additional Updates"
981
  msgstr "Aggiornamenti Aggiuntivi"
982
 
983
- #: views/about.php:296
984
  msgid "Backup Encryption (Premium Only)"
985
  msgstr "Criptaggio del backup (solo utenti Premium)"
986
 
987
- #: views/about.php:297
988
  msgid ""
989
  "That's right, we have added backup encryption to this release but have "
990
  "turned it off while we beta test with a few customers. Backup encryption "
@@ -995,11 +1387,11 @@ msgstr ""
995
  "funzione sarà inclusa nella nostra prossima major release (1.14) che sarà "
996
  "rilasciata a breve."
997
 
998
- #: views/about.php:300
999
  msgid "File Name Validation"
1000
  msgstr "Convalida del nome del file"
1001
 
1002
- #: views/about.php:301
1003
  msgid ""
1004
  "We have added an additional validation for files with invalid names. This "
1005
  "check will exclude files from a backup with invalid file names. These files "
@@ -1009,11 +1401,11 @@ msgstr ""
1009
  "Questo controllo escluderà da un backup i file dal nome non valido. Questi "
1010
  "file sono spesso danneggiati e creano errori durante un ripristino."
1011
 
1012
- #: views/about.php:304
1013
  msgid "SQL Files"
1014
  msgstr "Files SQL"
1015
 
1016
- #: views/about.php:305
1017
  msgid ""
1018
  "For those of you with extremely large databases, you will be happy to know "
1019
  "that we now support database exports that contain more than 500 SQL files."
@@ -1021,11 +1413,11 @@ msgstr ""
1021
  "Chi tra voi ha database di grandi dimensioni sarà lieto di sapere che ora "
1022
  "possiamo gestire esportazioni di database che contengono più di 500 file SQL"
1023
 
1024
- #: views/about.php:309
1025
  msgid "Cloud API Gateway "
1026
  msgstr "Cloud API Gateway "
1027
 
1028
- #: views/about.php:310
1029
  msgid ""
1030
  "Every once in a while we have connectivity issues with a few hosts when "
1031
  "customers attempt to activate their license. To combat this issue we have "
@@ -1037,11 +1429,11 @@ msgstr ""
1037
  "questione abbiamo aggiunto un gateway API su cloud che sarà accessibile agli "
1038
  "hosting provider in ogni paese e su ogni piattaforma."
1039
 
1040
- #: views/about.php:313
1041
  msgid "Tables missing WordPress table prefix"
1042
  msgstr "Tabelle a cui manca il WordPress table prefix"
1043
 
1044
- #: views/about.php:314
1045
  msgid ""
1046
  "We have added support for database tables that are missing the WordPress "
1047
  "table prefix. Some plugins create custom tables that do not contain the "
@@ -1055,95 +1447,95 @@ msgstr ""
1055
  "sconsigliata, a volte continua a verificarsi. WPBackItUp aggiungerà ora "
1056
  "tutte le tabelle in un database, anche in caso di mancanza del table prefix."
1057
 
1058
- #: views/about.php:320
1059
  msgid "Want to see the entire changelog?"
1060
  msgstr "Vuoi vedere tutta la lista delle modifiche?"
1061
 
1062
- #: views/about.php:321
1063
  msgid "View the Full Changelog"
1064
  msgstr "Visualizza la lista completa delle modifiche"
1065
 
1066
- #: views/about.php:350
1067
  msgid "Full Changelog"
1068
  msgstr "Lista completa delle modifiche"
1069
 
1070
- #: views/about.php:370
1071
  msgid "Take a look at what you are missing!"
1072
  msgstr "Verifica ciò che ti manca!"
1073
 
1074
- #: views/about.php:378
1075
  msgid "FEATURES"
1076
  msgstr "Caratteristiche"
1077
 
1078
- #: views/about.php:379
1079
  msgid "LITE"
1080
  msgstr "LITE"
1081
 
1082
- #: views/about.php:380
1083
  msgid "PREMIUM"
1084
  msgstr "PREMIUM"
1085
 
1086
- #: views/about.php:385
1087
  msgid "Complete Backup (Database, Themes, Plugins &amp; Media Files)"
1088
  msgstr "Backup completo (database, temi, plugin &amp; file multimediali)"
1089
 
1090
- #: views/about.php:390
1091
  msgid "Compressed Backups (Zip Format)"
1092
  msgstr "Backup compressi (formato zip)"
1093
 
1094
- #: views/about.php:400
1095
  msgid "Directory Filters"
1096
  msgstr "Filtri di directory"
1097
 
1098
- #: views/about.php:405
1099
  msgid "Database Table Filters"
1100
  msgstr "Filtri della tabella di database"
1101
 
1102
- #: views/about.php:410
1103
  msgid "Single File Database Export"
1104
  msgstr "Esportazione di un database composto da un unico file"
1105
 
1106
- #: views/about.php:415
1107
  msgid "Single File Backup"
1108
  msgstr "Backup di un unico file"
1109
 
1110
- #: views/about.php:420
1111
  msgid "Purge Old Backups"
1112
  msgstr "Rimuovi i vecchi backup"
1113
 
1114
- #: views/about.php:425
1115
  msgid "Cleanup Work Files &amp; Logs"
1116
  msgstr "Pulizia dei file di lavoro &amp; dei log"
1117
 
1118
- #: views/about.php:430
1119
  msgid "Backup Notifications via Email"
1120
  msgstr "Notifiche di backup via email"
1121
 
1122
- #: views/about.php:435
1123
  msgid "One Click Restore</strong>"
1124
  msgstr "Ripristino </strong>con un click"
1125
 
1126
- #: views/about.php:440
1127
  msgid "Scheduled Backups"
1128
  msgstr "Backup programmati"
1129
 
1130
- #: views/about.php:445
1131
  msgid "Import Backups"
1132
  msgstr "Importa backup"
1133
 
1134
- #: views/about.php:455
1135
  msgid "Premium Support"
1136
  msgstr "Assistenza utenti Premium"
1137
 
1138
- #: views/about.php:460
1139
  msgid "Product Updates"
1140
  msgstr "Aggiornamenti del prodotto"
1141
 
1142
- #: views/about.php:467
1143
  msgid "GET PREMIUM"
1144
  msgstr "DIVENTA UTENTE PREMIUM"
1145
 
1146
- #: views/about.php:490
1147
  msgid "No valid changelog was found."
1148
  msgstr "Non è stato trovato un Registro delle Modifiche valido. "
1149
 
@@ -1155,25 +1547,25 @@ msgstr "Non è stato trovato un Registro delle Modifiche valido. "
1155
  msgid "%s Dashboard"
1156
  msgstr "%s Dashboard"
1157
 
1158
- #: views/backup.php:242
1159
  msgid "Dismiss"
1160
  msgstr "Rimuovi"
1161
 
1162
- #: views/backup.php:254
1163
  #, php-format
1164
  msgid "Backup folder does not exist. Please contact %s for assistance."
1165
  msgstr ""
1166
  "La cartella di backup non esiste. Si prega di contattare %s per l'assistenza"
1167
 
1168
- #: views/backup.php:254 views/restore.php:75 views/restore.php:82
1169
  msgid "support"
1170
  msgstr "Assistenza"
1171
 
1172
- #: views/backup.php:257 views/backup.php:263
1173
  msgid "Close"
1174
  msgstr "Chiudi"
1175
 
1176
- #: views/backup.php:278
1177
  msgid ""
1178
  "Click the backup button to create a zipped backup file of this site's "
1179
  "database, plugins, themes and settings."
@@ -1181,7 +1573,7 @@ msgstr ""
1181
  "Clicca il pulsante \"backup\" per creare un file compresso di backup del "
1182
  "database di questo sito, plugin, temi e impostazioni"
1183
 
1184
- #: views/backup.php:279
1185
  msgid ""
1186
  "Once your backup file has been created it will appear in the available "
1187
  "backups section below. This file may remain on your hosting providers server "
@@ -1192,7 +1584,7 @@ msgstr ""
1192
  "provider, ma ti consigliamo di scaricarlo e di salvarlo in una destinazione "
1193
  "sicura"
1194
 
1195
- #: views/backup.php:280
1196
  msgid ""
1197
  "WPBackItUp premium customers can use these backup files to perform an "
1198
  "automated restore of their site."
@@ -1200,11 +1592,7 @@ msgstr ""
1200
  "I clienti premium di WPBackItUp possono usare questi file di backup per "
1201
  "eseguire un ripristino automatico del proprio sito."
1202
 
1203
- #: views/backup.php:284
1204
- msgid "Cancel"
1205
- msgstr "Annulla"
1206
-
1207
- #: views/backup.php:291
1208
  #, php-format
1209
  msgid ""
1210
  "WPBackItUp lite customers may use these backup files to manually restore "
@@ -1214,16 +1602,16 @@ msgstr ""
1214
  "ripristinare manualmente il proprio sito. Vi preghiamo di visitare %s per le "
1215
  "istruzioni sul ripristino manuale."
1216
 
1217
- #: views/backup.php:298
1218
  msgid "Backup Schedule"
1219
  msgstr "Pianificazione del backup"
1220
 
1221
- #: views/backup.php:300
1222
  msgid "Select the days of the week you would like your backup to run."
1223
  msgstr ""
1224
  "Seleziona i giorni della settimana in cui vuoi che sia eseguito il tuo backup"
1225
 
1226
- #: views/backup.php:302
1227
  msgid ""
1228
  "Backup your site once per week or every day, it's up to you. If you have "
1229
  "email notifications turned on we'll even send you an email when it's done. "
@@ -1238,45 +1626,45 @@ msgstr ""
1238
  "restare sul server del tuo hosting provider, ma ti consigliamo di scaricarlo "
1239
  "e di salvarlo in una destinazione sicura"
1240
 
1241
- #: views/backup.php:304
1242
  msgid "Please make sure to schedule your backup for at least once per week."
1243
  msgstr ""
1244
  "Ti preghiamo di assicurarti di pianificare il tuo backup almeno una volta "
1245
  "alla settimana"
1246
 
1247
- #: views/backup.php:308
1248
  msgid "Monday"
1249
  msgstr "Lunedì"
1250
 
1251
- #: views/backup.php:309
1252
  msgid "Tuesday"
1253
  msgstr "Martedì"
1254
 
1255
- #: views/backup.php:310
1256
  msgid "Wednesday"
1257
  msgstr "Mercoledì"
1258
 
1259
- #: views/backup.php:311
1260
  msgid "Thursday"
1261
  msgstr "Giovedì"
1262
 
1263
- #: views/backup.php:312
1264
  msgid "Friday"
1265
  msgstr "Venerdì"
1266
 
1267
- #: views/backup.php:313
1268
  msgid "Saturday"
1269
  msgstr "Sabato"
1270
 
1271
- #: views/backup.php:314
1272
  msgid "Sunday"
1273
  msgstr "Domenica"
1274
 
1275
- #: views/backup.php:317
1276
  msgid "Save Schedule"
1277
  msgstr "Salva la pianificazione"
1278
 
1279
- #: views/backup.php:322
1280
  #, php-format
1281
  msgid ""
1282
  "Scheduled backups are only available to WPBackItUp premium customers. "
@@ -1286,35 +1674,35 @@ msgstr ""
1286
  "WPBackItUp. Vi preghiamo di visitare %s per avere WPBackItUp per 30 giorni "
1287
  "senza rischi."
1288
 
1289
- #: views/backup.php:330 views/restore.php:95
1290
  msgid "Available Backups"
1291
  msgstr "Backup disponibili"
1292
 
1293
- #: views/backup.php:350 views/backup.php:399
1294
  msgid "Type"
1295
  msgstr "Tipo"
1296
 
1297
- #: views/backup.php:351 views/backup.php:401 views/restore.php:100
1298
  msgid "Date"
1299
  msgstr "Data"
1300
 
1301
- #: views/backup.php:352 views/backup.php:403
1302
  msgid "Duration"
1303
  msgstr "Durata"
1304
 
1305
- #: views/backup.php:371
1306
  msgid "Success"
1307
  msgstr "Successo"
1308
 
1309
- #: views/backup.php:374
1310
  msgid "Active"
1311
  msgstr "Attivo"
1312
 
1313
- #: views/backup.php:417 views/restore.php:149
1314
  msgid "No backup archives found."
1315
  msgstr "Nessun archivio di backup trovato"
1316
 
1317
- #: views/backup.php:426
1318
  #, php-format
1319
  msgid ""
1320
  "The automated restore feature is only available to WPBackItUp premium "
@@ -1324,18 +1712,18 @@ msgstr ""
1324
  "premium di WPBackItUp. Vi preghiamo di visitare %s per avere WPBackItUp per "
1325
  "30 giorni senza rischi."
1326
 
1327
- #: views/backup.php:435 views/restore.php:234
1328
  msgid "Nothing to report"
1329
  msgstr "Niente da segnalare"
1330
 
1331
- #: views/backup.php:440
1332
  msgid "Preparing for backup"
1333
  msgstr "Preparazione per il backup in corso"
1334
 
1335
- #: views/backup.php:440 views/backup.php:441 views/backup.php:442
1336
- #: views/backup.php:443 views/backup.php:444 views/backup.php:445
1337
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1338
- #: views/backup.php:450 views/backup.php:452 views/restore.php:244
 
 
1339
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1340
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1341
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
@@ -1343,10 +1731,10 @@ msgstr "Preparazione per il backup in corso"
1343
  msgid "Done"
1344
  msgstr "Fatto"
1345
 
1346
- #: views/backup.php:440 views/backup.php:441 views/backup.php:442
1347
- #: views/backup.php:443 views/backup.php:444 views/backup.php:445
1348
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1349
- #: views/backup.php:450 views/backup.php:452 views/restore.php:244
 
 
1350
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1351
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1352
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
@@ -1354,63 +1742,63 @@ msgstr "Fatto"
1354
  msgid "Failed"
1355
  msgstr "Fallito"
1356
 
1357
- #: views/backup.php:441
1358
  msgid "Creating inventory of files to backup"
1359
  msgstr "Creazione dell'inventario dei file per il backup in corso"
1360
 
1361
- #: views/backup.php:442
1362
  msgid "Exporting database"
1363
  msgstr "Esportazione del database in corso"
1364
 
1365
- #: views/backup.php:443
1366
  msgid "Backing up database"
1367
  msgstr "Backup del database in corso"
1368
 
1369
- #: views/backup.php:444
1370
  msgid "Backing up themes"
1371
  msgstr "Backup dei temi in corso"
1372
 
1373
- #: views/backup.php:445
1374
  msgid "Backing up plugins"
1375
  msgstr "Backup dei plugin in corso"
1376
 
1377
- #: views/backup.php:446
1378
  msgid "Backing up uploads"
1379
  msgstr "Backup dei caricamenti in corso"
1380
 
1381
- #: views/backup.php:447
1382
  msgid "Backing up everything else"
1383
  msgstr "Backup di tutto il resto in corso"
1384
 
1385
- #: views/backup.php:448
1386
  msgid "Validating backup"
1387
  msgstr "Convalida del backup in corso"
1388
 
1389
- #: views/backup.php:450
1390
  msgid "Encrypting sensitive files"
1391
  msgstr "Criptaggio dei file sensibili in corso"
1392
 
1393
- #: views/backup.php:452
1394
  msgid "Finalizing backup"
1395
  msgstr "Conclusione del backup in corso"
1396
 
1397
- #: views/backup.php:462
1398
  msgid "Backup completed successfully"
1399
  msgstr "Backup completato con successo"
1400
 
1401
- #: views/backup.php:483
1402
  msgid "Version "
1403
  msgstr "Versione"
1404
 
1405
- #: views/backup.php:485
1406
  msgid "Welcome to WPBackItUp!"
1407
  msgstr "Benvenuto su WPBackItUp!"
1408
 
1409
- #: views/backup.php:485
1410
  msgid "The simplest way to backup your WordPress site."
1411
  msgstr "Il modo più semplice per eseguire il backup del tuo sito WordPress"
1412
 
1413
- #: views/backup.php:486
1414
  msgid ""
1415
  "Getting started is easy, just click the backup button on the left side of "
1416
  "this page."
@@ -1418,7 +1806,7 @@ msgstr ""
1418
  "Iniziare è facile, basta cliccare il pulsante \"backup\" sul lato sinistro "
1419
  "di questa pagina"
1420
 
1421
- #: views/backup.php:490
1422
  #, php-format
1423
  msgid ""
1424
  "Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
@@ -1427,38 +1815,38 @@ msgstr ""
1427
  "Complimenti! Hai eseguito con successo i <span style=\"font-weight:bold;font-"
1428
  "size:medium;color: green\">%s</span> backup "
1429
 
1430
- #: views/backup.php:491
1431
  msgid "Tips"
1432
  msgstr "Suggerimenti"
1433
 
1434
- #: views/backup.php:492
1435
  msgid "Backup your site at least once per week"
1436
  msgstr "Esegui il backup del tuo sito almeno una volta alla settimana"
1437
 
1438
- #: views/backup.php:493
1439
  msgid "Download all your backups and store them somewhere safe"
1440
  msgstr "Scarica tutti i backup e conservali in una destinazione sicura"
1441
 
1442
- #: views/backup.php:494
1443
  msgid "Verify your backup files are good by taking a look at what's inside"
1444
  msgstr ""
1445
  "Verifica che i tuoi file di backup siano corretti dando un'occhiata a ciò "
1446
  "che c'è dentro"
1447
 
1448
- #: views/backup.php:499
1449
  #, php-format
1450
  msgid "Why not %s and schedule your backups!"
1451
  msgstr "Perchè non %s aggiorni e pianifichi i tuoi backup?"
1452
 
1453
- #: views/backup.php:499
1454
  msgid "upgrade"
1455
  msgstr "Aggiornamento"
1456
 
1457
- #: views/backup.php:508
1458
  msgid "Register WPBackItUp"
1459
  msgstr "Registra WPBackItUp"
1460
 
1461
- #: views/backup.php:511
1462
  msgid ""
1463
  "Enter your name and email address below to receive <b>special offers</b> and "
1464
  "access to our world class <b>support</b> team. <br />\n"
@@ -1471,81 +1859,69 @@ msgstr ""
1471
  "<br/> Inserisci qui sotto il tuo codice di licenza per attivarlo su questo "
1472
  "sito"
1473
 
1474
- #: views/backup.php:513
1475
  msgid "name"
1476
  msgstr "Nome"
1477
 
1478
- #: views/backup.php:514
1479
  msgid "email address"
1480
  msgstr "Indirizzo di posta elettronica"
1481
 
1482
- #: views/backup.php:515
1483
  msgid "license key"
1484
  msgstr "Codice di licenza"
1485
 
1486
- #: views/backup.php:515 views/backup.php:565 views/backup.php:569
1487
  #, php-format
1488
  msgid "%s"
1489
  msgstr "%s"
1490
 
1491
- #: views/backup.php:516
1492
  msgid "Free plugin customers do not need to enter license key."
1493
  msgstr "I clienti di plugin gratuiti non devono inserire il codice di licenza"
1494
 
1495
- #: views/backup.php:517
1496
  msgid "Register"
1497
  msgstr "Registrati"
1498
 
1499
- #: views/backup.php:526
1500
  msgid "License Info"
1501
  msgstr "Informazioni sulla licenza"
1502
 
1503
- #: views/backup.php:548
1504
- msgid "Name"
1505
- msgstr "Nome"
1506
-
1507
- #: views/backup.php:549
1508
- msgid "Email"
1509
- msgstr "Email"
1510
-
1511
- #: views/backup.php:550
1512
  msgid "License Type"
1513
  msgstr "Tipo di licenza"
1514
 
1515
- #: views/backup.php:551
1516
  msgid "Expires"
1517
  msgstr "Scade"
1518
 
1519
- #: views/backup.php:554
1520
  msgid "Enter license key to activate on this site."
1521
  msgstr "Inserisci il codice di licenza per l'attivazione su questo sito"
1522
 
1523
- #: views/backup.php:561
1524
  msgid "License Active"
1525
  msgstr "Licenza attiva"
1526
 
1527
- #: views/backup.php:569
1528
  msgid "License expired"
1529
  msgstr "Licenza scaduta"
1530
 
1531
- #: views/backup.php:573
1532
- msgid "Update"
1533
- msgstr "Aggiorna"
1534
-
1535
- #: views/backup.php:577
1536
  msgid "Activate"
1537
  msgstr "Attiva"
1538
 
1539
- #: views/backup.php:581
1540
  #, php-format
1541
  msgid "Purchase a %s license using the purchase link above."
1542
  msgstr "Acquista una licenza %s usando il link \"acquista\" qui sopra"
1543
 
1544
- #: views/backup.php:581
1545
  msgid "no-risk"
1546
  msgstr "Senza rischi"
1547
 
1548
- #: views/backup.php:587
1549
  #, php-format
1550
  msgid ""
1551
  "Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
@@ -1556,35 +1932,35 @@ msgstr ""
1556
  "ottenere un altro anno di <strong>aggiornamenti del prodotto</strong> e "
1557
  "usufruire del nostro team di <strong>assistenza di livello mondiale</strong>"
1558
 
1559
- #: views/backup.php:598
1560
  msgid "Useful Links"
1561
  msgstr "Link utili"
1562
 
1563
- #: views/backup.php:600
1564
  msgid "Getting Started Video"
1565
  msgstr "Video per iniziare"
1566
 
1567
- #: views/backup.php:603
1568
  msgid "Your account"
1569
  msgstr "Il tuo account"
1570
 
1571
- #: views/backup.php:606
1572
  msgid "Website Migration Service"
1573
  msgstr "Servizio di migrazione sito"
1574
 
1575
- #: views/backup.php:608
1576
  msgid "Documentation"
1577
  msgstr "Documentazione"
1578
 
1579
- #: views/backup.php:614
1580
  msgid "Feature request"
1581
  msgstr "Specifica richiesta"
1582
 
1583
- #: views/backup.php:616
1584
  msgid "Language Translations"
1585
  msgstr "Traduzioni linguistiche"
1586
 
1587
- #: views/backup.php:618
1588
  msgid "Contact"
1589
  msgstr "Contatta"
1590
 
@@ -2432,19 +2808,23 @@ msgstr ""
2432
  "Spunta questa casella se vuoi che WPBackItUp rimuova completamente tutti i "
2433
  "suoi dati quando il plugin viene cancellato."
2434
 
2435
- #: views/support.php:65 views/support.php:221
2436
  msgid "Send Logs"
2437
  msgstr "Invia i file di log"
2438
 
2439
- #: views/support.php:71
 
 
 
 
2440
  msgid "Advanced"
2441
  msgstr "Avanzate"
2442
 
2443
- #: views/support.php:93
2444
  msgid "Support Center"
2445
  msgstr "Centro assistenza"
2446
 
2447
- #: views/support.php:95
2448
  msgid ""
2449
  "Welcome to the WPBackItUp support center. If you have any questions or run "
2450
  "into any trouble with WPBackItUp then you've come to the right place."
@@ -2453,7 +2833,7 @@ msgstr ""
2453
  "risolvere qualsiasi problema riscontrato con WPBackItUp, sei nel posto "
2454
  "giusto."
2455
 
2456
- #: views/support.php:112
2457
  msgid ""
2458
  "To streamline support requests and better serve you, we utilize a support "
2459
  "ticket system. Every support request is assigned a unique ticket number "
@@ -2470,11 +2850,11 @@ msgstr ""
2470
  "completi di tutte le vostre richieste. Tutte le comunicazioni avvengono via "
2471
  "email, quindi, per aprire un ticket, è necessario un indirizzo email valido."
2472
 
2473
- #: views/support.php:120
2474
  msgid "Search &rarr; Knowledge base"
2475
  msgstr "Cerca &rarr; Knowledge base"
2476
 
2477
- #: views/support.php:121
2478
  msgid ""
2479
  "Want to search our entire documentation library, all our how to articles and "
2480
  "even our faq's in one shot? Just type your question into the knowledge base "
@@ -2485,11 +2865,11 @@ msgstr ""
2485
  "Digita la tua domanda nel campo di ricerca \"knowledge base\" e ti "
2486
  "mostreremo tutto ciò che abbiamo a disposizione su quell'argomento."
2487
 
2488
- #: views/support.php:123
2489
  msgid "New &rarr; Ticket"
2490
  msgstr "Nuovo &rarr; Ticket"
2491
 
2492
- #: views/support.php:124
2493
  msgid ""
2494
  "Need to open a new support ticket? Just click the link above. Please "
2495
  "provide as much detail as possible so we can best assist you."
@@ -2498,11 +2878,11 @@ msgstr ""
2498
  "sul link qui sopra. Ti preghiamo di fornirci il maggior numero possibile di "
2499
  "dettagli per permetterci di assisterti al meglio."
2500
 
2501
- #: views/support.php:126
2502
  msgid "Check &rarr; Status"
2503
  msgstr "Verifica &rarr; Status"
2504
 
2505
- #: views/support.php:127
2506
  msgid ""
2507
  "To check ticket status or update a previously submitted ticket you will "
2508
  "first need to login. Our support portal provides a history of your current "
@@ -2513,11 +2893,11 @@ msgstr ""
2513
  "assistenza ti fornisce uno storico delle tue attuali e passate richieste di "
2514
  "assistenza, completo di risposte."
2515
 
2516
- #: views/support.php:129
2517
  msgid "Send &rarr; Logs"
2518
  msgstr "Invia &rarr; i file di log"
2519
 
2520
- #: views/support.php:130
2521
  msgid ""
2522
  "Sometimes it may be necessary for you to send your log files to support. If "
2523
  "that ever happens, just click the link above and we will show you what to do."
@@ -2526,7 +2906,7 @@ msgstr ""
2526
  "all'assistenza. Se questo dovesse mai verificarsi, clicca semplicemente sul "
2527
  "link qui sopra e ti indicheremo cosa fare."
2528
 
2529
- #: views/support.php:169
2530
  msgid ""
2531
  "If you have been asked by support to send your log files then you are in the "
2532
  "right spot."
@@ -2534,16 +2914,16 @@ msgstr ""
2534
  "Se l'assistenza ti ha richiesto di inviare i tuoi file di log, sei nel posto "
2535
  "giusto."
2536
 
2537
- #: views/support.php:181
2538
  msgid "Send Logs to Support"
2539
  msgstr "Invia i file di log all'assistenza"
2540
 
2541
- #: views/support.php:182
2542
  msgid "This form should only be used when working with support."
2543
  msgstr ""
2544
  "Questa form deve essere usata soltanto mentre si lavora con l'assistenza"
2545
 
2546
- #: views/support.php:183
2547
  #, php-format
2548
  msgid ""
2549
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
@@ -2553,7 +2933,7 @@ msgstr ""
2553
  "<a href=\"%s\" target=\"_blank\">portale di assistenza </a> di WPBackItUp "
2554
  "prima di usare questa form."
2555
 
2556
- #: views/support.php:184
2557
  msgid ""
2558
  "The ticket id you receive from your support request should be entered in the "
2559
  "ticket id field below."
@@ -2561,37 +2941,41 @@ msgstr ""
2561
  "L'id ricevuto in seguito alla tua richiesta di assistenza deve essere "
2562
  "inserito nel campo \"id richiesta\" qui sotto"
2563
 
2564
- #: views/support.php:185
2565
  msgid "your email address"
2566
  msgstr "il tuo indirizzo di posta elettronica"
2567
 
2568
- #: views/support.php:196
2569
  msgid "support ticket id"
2570
  msgstr "id della richiesta di assistenza"
2571
 
2572
- #: views/support.php:207
2573
  msgid "problem description or additional information"
2574
  msgstr "descrizione del problema o informazioni aggiuntive"
2575
 
2576
- #: views/support.php:224
2577
  msgid "Please register your version of WPBackItUp for access to support."
2578
  msgstr ""
2579
  "Ti preghiamo di registrare la tua versione di WPBackItUp per avere accesso "
2580
  "all'assistenza."
2581
 
2582
- #: views/support.php:228
2583
  msgid "Premium customers receive priority support."
2584
  msgstr "I clienti premium ricevono un'assistenza prioritaria"
2585
 
2586
- #: views/support.php:236
2587
  msgid "Support email could not be sent!"
2588
  msgstr "L'email di assistenza non può essere inviata!"
2589
 
2590
- #: views/support.php:243
2591
  msgid "Support email sent successfully!"
2592
  msgstr "Email di assistenza inviata con successo!"
2593
 
2594
- #: views/support.php:267
 
 
 
 
2595
  msgid "Content goes here"
2596
  msgstr "Inserisci qui il contenuto"
2597
 
@@ -2626,3 +3010,22 @@ msgstr "File locale"
2626
  #: wp-backitup.php:184
2627
  msgid "Cleanup"
2628
  msgstr "Pulizia"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: WPBackItUp\n"
7
+ "POT-Creation-Date: 2016-12-22 11:38-0500\n"
8
+ "PO-Revision-Date: 2016-12-22 11:39-0500\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 "Ogni %d minuti"
26
 
27
+ #: lib/includes/class-download-log.php:94
28
+ #: lib/includes/class-wpbackitup-admin.php:264
29
+ #: vendor/WordPress/class-wp-list-table.php:1918 views/backup.php:414
30
+ #: views/restore.php:129
31
+ msgid "Delete"
32
+ msgstr "Cancella"
33
+
34
+ #: lib/includes/class-download-log.php:94
35
+ msgid "Are you sure?"
36
+ msgstr ""
37
+
38
+ #: lib/includes/class-download-log.php:95
39
+ #: lib/includes/class-wpbackitup-admin.php:263
40
+ msgid "Download"
41
+ msgstr "Scarica"
42
+
43
+ #: lib/includes/class-download-log.php:130
44
+ msgid "Time"
45
+ msgstr ""
46
+
47
+ #: lib/includes/class-download-log.php:131
48
+ msgid "Log File"
49
+ msgstr ""
50
+
51
+ #: lib/includes/class-download-log.php:132
52
+ msgid "Size"
53
+ msgstr ""
54
+
55
+ #: lib/includes/class-wpbackitup-admin.php:217 views/backup.php:283
56
+ #: views/backup.php:289 views/backup.php:355 views/backup.php:392
57
  #: views/restore.php:99 wp-backitup.php:156
58
  msgid "Backup"
59
  msgstr "Backup"
60
 
61
+ #: lib/includes/class-wpbackitup-admin.php:222
62
+ #: lib/includes/class-wpbackitup-admin.php:265 views/about.php:191
63
  #: views/restore.php:136 wp-backitup.php:170
64
  msgid "Restore"
65
  msgstr "Ripristino"
66
 
67
+ #: lib/includes/class-wpbackitup-admin.php:227 views/support.php:66
68
  msgid "Support"
69
  msgstr "Assistenza"
70
 
71
+ #: lib/includes/class-wpbackitup-admin.php:230
72
  msgid "Settings"
73
  msgstr "Impostazioni"
74
 
75
+ #: lib/includes/class-wpbackitup-admin.php:233
76
  msgid "About"
77
  msgstr "Circa"
78
 
79
+ #: lib/includes/class-wpbackitup-admin.php:258
80
  msgid ""
81
  "The backup you have selected exceeds what your host allows you to upload."
82
  msgstr ""
83
  "Il backup che hai selezionato eccede quanto il tuo host ti permette di "
84
  "caricare"
85
 
86
+ #: lib/includes/class-wpbackitup-admin.php:259 views/backup.php:446
87
+ #: views/backup.php:447 views/backup.php:448 views/backup.php:449
88
+ #: views/backup.php:450 views/backup.php:451 views/backup.php:452
89
+ #: views/backup.php:453 views/backup.php:454 views/backup.php:456
90
+ #: views/backup.php:458
91
  msgid "Warning"
92
  msgstr "Avviso"
93
 
94
+ #: lib/includes/class-wpbackitup-admin.php:260
95
+ #: vendor/edd/EDD_SL_Plugin_Updater.php:363 views/backup.php:259
96
+ #: views/backup.php:383
97
  msgid "Error"
98
  msgstr "Errore"
99
 
100
+ #: lib/includes/class-wpbackitup-admin.php:261
101
  msgid "Response"
102
  msgstr "Risposta"
103
 
104
+ #: lib/includes/class-wpbackitup-admin.php:262 views/backup.php:359
105
+ #: views/backup.php:411 views/backup.php:437 views/restore.php:230
106
  msgid "Status"
107
  msgstr "Stato"
108
 
109
+ #: lib/includes/class-wpbackitup-admin.php:266
 
 
 
 
 
 
 
 
 
110
  msgid "(JS997) Unexpected error"
111
  msgstr "(JS997) Errore inaspettato"
112
 
113
+ #: lib/includes/class-wpbackitup-admin.php:267
114
  msgid "(JS998) Unexpected error"
115
  msgstr "(JS998) Errore inaspettato"
116
 
117
+ #: lib/includes/class-wpbackitup-admin.php:268
118
  msgid "(JS999) An unexpected error has occurred"
119
  msgstr "(JS999) Si è verificato un errore inaspettato"
120
 
121
+ #: lib/includes/class-wpbackitup-admin.php:269
122
  msgid "Scheduled has been saved."
123
  msgstr "La pianificazione è stata salvata"
124
 
125
+ #: lib/includes/class-wpbackitup-admin.php:270
126
  msgid "Scheduled was not saved."
127
  msgstr "La pianificazione non è stata salvata"
128
 
129
+ #: lib/includes/class-wpbackitup-admin.php:271
130
  msgid "Are you sure you want to restore your site?"
131
  msgstr "Sei sicuro di voler ripristinare il tuo sito?"
132
 
133
+ #: lib/includes/class-wpbackitup-admin.php:272
134
  msgid "Are you sure ?"
135
  msgstr "Sei sicuro?"
136
 
137
+ #: lib/includes/class-wpbackitup-admin.php:273
138
  msgid "This file cannot be delete!"
139
  msgstr "Questo file non può essere cancellato!"
140
 
141
+ #: lib/includes/class-wpbackitup-admin.php:274
142
  msgid "View Log"
143
  msgstr "Visualizza il registro"
144
 
145
+ #: lib/includes/class-wpbackitup-admin.php:275
146
  msgid "New Backup!"
147
  msgstr "Nuovo backup!"
148
 
149
+ #: lib/includes/class-wpbackitup-admin.php:276
150
  msgid "Uploaded Backup"
151
  msgstr "Backup caricato"
152
 
153
+ #: lib/includes/class-wpbackitup-admin.php:680
154
  msgid "Backup Queued"
155
  msgstr "Backup accodato"
156
 
157
+ #: lib/includes/class-wpbackitup-admin.php:689
158
  msgid "Backup could not be queued"
159
  msgstr "Il backup non può essere accodato"
160
 
161
+ #: lib/includes/class-wpbackitup-admin.php:701
162
  msgid "Job is already in queue."
163
  msgstr "Il processo è già in coda"
164
 
165
+ #: lib/includes/class-wpbackitup-admin.php:739
166
  msgid "No backup file selected."
167
  msgstr "Nessun file di backup selezionato"
168
 
169
+ #: lib/includes/class-wpbackitup-admin.php:746
170
  msgid "No user id found."
171
  msgstr "Nessun utente trovato"
172
 
173
+ #: lib/includes/class-wpbackitup-admin.php:784
174
  msgid "Restore Queued"
175
  msgstr "Ripristino accodato"
176
 
177
+ #: lib/includes/class-wpbackitup-admin.php:793
178
  msgid "Restore could not be queued"
179
  msgstr "Non si è potuto accodare il ripristino"
180
 
181
+ #: lib/includes/class-wpbackitup-admin.php:799
182
  msgid "Restore already in queue"
183
  msgstr "Ripristino già in coda"
184
 
185
+ #: lib/includes/class-wpbackitup-admin.php:831
186
  msgid "No job id posted"
187
  msgstr "Nessun job-id assegnato"
188
 
189
+ #: lib/includes/class-wpbackitup-admin.php:839 views/backup.php:477
190
  msgid "Backup Cancelled"
191
  msgstr "Backup cancellato"
192
 
193
+ #: lib/includes/class-wpbackitup-admin.php:841
194
  msgid "Backup job not found"
195
  msgstr "Attività di backup non trovata"
196
 
197
+ #: lib/includes/class-wpbackitup-admin.php:1050
198
  msgid "No response log found."
199
  msgstr "Registro di risposta non trovato"
200
 
201
+ #: lib/includes/class-wpbackitup-admin.php:1152
202
+ #: lib/includes/class-wpbackitup-admin.php:1160
203
+ #: lib/includes/class-wpbackitup-admin.php:1240
204
+ #: lib/includes/class-wpbackitup-admin.php:1247
205
+ #: lib/includes/class-wpbackitup-admin.php:1254
206
+ #: lib/includes/class-wpbackitup-admin.php:1261
207
+ #: lib/includes/class-wpbackitup-admin.php:1268
208
  msgid "Please enter a number"
209
  msgstr "Ti preghiamo di inserire un numero"
210
 
211
+ #: lib/includes/class-wpbackitup-admin.php:1188
212
  msgid "Please enter valid email"
213
  msgstr "Ti preghiamo di inserire un'email valida"
214
 
215
+ #: lib/includes/class-wpbackitup-admin.php:1377
216
  msgid "Please enter a valid email"
217
  msgstr "Ti preghiamo di inserire un'email valida"
218
 
219
+ #: lib/includes/class-wpbackitup-admin.php:1384
220
  msgid "Please enter your support ticket id"
221
  msgstr "Ti preghiamo di inserire il codice della richiesta di assistenza"
222
 
223
+ #: lib/includes/class-wpbackitup-admin.php:1389
224
  msgid "Please only enter numbers in this field"
225
  msgstr "ti preghiamo di inserire solo numeri in questo campo"
226
 
227
+ #: lib/includes/class-wpbackitup-admin.php:2282
228
+ #: lib/includes/class-wpbackitup-admin.php:2302
229
  msgid ""
230
  "License could not be activated. Please try again in a few hours and contact "
231
  "support if this error continues."
233
  "La licenza potrebbe non essere stata attivata. Ti preghiamo di provare di "
234
  "nuovo tra qualche ora e di contattare l'assistenza qualora l'errore persista."
235
 
236
+ #: lib/includes/class-wpbackitup-admin.php:2351
237
  msgid "License is invalid."
238
  msgstr "Licenza non valida"
239
 
240
+ #: lib/includes/class-wpbackitup-admin.php:2356
241
  msgid "License has expired."
242
  msgstr "Licenza scaduta"
243
 
244
+ #: lib/includes/class-wpbackitup-admin.php:2359
245
  #, php-format
246
  msgid ""
247
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
253
  "prodotto</strong> e usufruire del nostro team <strong>di assistenza di "
254
  "livello mondiale</strong> "
255
 
256
+ #: lib/includes/class-wpbackitup-admin.php:2373
257
  msgid "License Expired: Scheduled backups are no longer active."
258
  msgstr "La licenza è scaduta: i backup programmati non sono più attivi"
259
 
260
+ #: lib/includes/class-wpbackitup-admin.php:2381
261
  msgid "Activation limit has been reached."
262
  msgstr "Limite di attivazioni raggiunto"
263
 
264
+ #: lib/includes/class-wpbackitup-admin.php:2387
265
  msgid "Your Activation limit has been reached"
266
  msgstr "Hai raggiunto il tuo limite di attivazioni"
267
 
618
  msgid "(999) Unexpected error"
619
  msgstr "(999) Errore inaspettato"
620
 
621
+ #: vendor/WordPress/class-wp-list-table.php:162
622
+ msgid "List View"
623
+ msgstr ""
624
+
625
+ #: vendor/WordPress/class-wp-list-table.php:163
626
+ msgid "Excerpt View"
627
+ msgstr ""
628
+
629
+ #: vendor/WordPress/class-wp-list-table.php:334
630
+ msgid "No items found."
631
+ msgstr ""
632
+
633
+ #: vendor/WordPress/class-wp-list-table.php:461
634
+ msgid "Select bulk action"
635
+ msgstr ""
636
+
637
+ #: vendor/WordPress/class-wp-list-table.php:463
638
+ msgid "Bulk Actions"
639
+ msgstr ""
640
+
641
+ #: vendor/WordPress/class-wp-list-table.php:473
642
+ msgid "Apply"
643
+ msgstr ""
644
+
645
+ #: vendor/WordPress/class-wp-list-table.php:523
646
+ #: vendor/WordPress/class-wp-list-table.php:1324
647
+ msgid "Show more details"
648
+ msgstr ""
649
+
650
+ #: vendor/WordPress/class-wp-list-table.php:586
651
+ msgid "Filter by date"
652
+ msgstr ""
653
+
654
+ #: vendor/WordPress/class-wp-list-table.php:588
655
+ msgid "All dates"
656
+ msgstr ""
657
+
658
+ #: vendor/WordPress/class-wp-list-table.php:601
659
+ #, php-format
660
+ msgid "%1$s %2$d"
661
+ msgstr ""
662
+
663
+ #: vendor/WordPress/class-wp-list-table.php:660
664
+ #: vendor/WordPress/class-wp-list-table.php:672
665
+ #: vendor/WordPress/class-wp-list-table.php:685
666
+ msgid "No comments"
667
+ msgstr ""
668
+
669
+ #: vendor/WordPress/class-wp-list-table.php:672
670
+ msgid "No approved comments"
671
+ msgstr ""
672
+
673
+ #: vendor/WordPress/class-wp-list-table.php:685
674
+ msgid "No pending comments"
675
+ msgstr ""
676
+
677
+ #: vendor/WordPress/class-wp-list-table.php:798
678
+ msgid "First page"
679
+ msgstr ""
680
+
681
+ #: vendor/WordPress/class-wp-list-table.php:808
682
+ msgid "Previous page"
683
+ msgstr ""
684
+
685
+ #: vendor/WordPress/class-wp-list-table.php:815
686
+ #: vendor/WordPress/class-wp-list-table.php:818
687
+ msgid "Current Page"
688
+ msgstr ""
689
+
690
+ #: vendor/WordPress/class-wp-list-table.php:831
691
+ msgid "Next page"
692
+ msgstr ""
693
+
694
+ #: vendor/WordPress/class-wp-list-table.php:841
695
+ msgid "Last page"
696
+ msgstr ""
697
+
698
+ #: vendor/WordPress/class-wp-list-table.php:1069
699
+ msgid "Select All"
700
+ msgstr ""
701
+
702
+ #: vendor/WordPress/class-wp-list-table.php:1753
703
+ msgid "Edit Comment"
704
+ msgstr ""
705
+
706
+ #: vendor/WordPress/class-wp-list-table.php:1754
707
+ msgid "Reply to Comment"
708
+ msgstr ""
709
+
710
+ #: vendor/WordPress/class-wp-list-table.php:1755
711
+ msgid "Add new Comment"
712
+ msgstr ""
713
+
714
+ #: vendor/WordPress/class-wp-list-table.php:1759
715
+ msgid "Comment"
716
+ msgstr ""
717
+
718
+ #: vendor/WordPress/class-wp-list-table.php:1768 views/backup.php:554
719
+ msgid "Name"
720
+ msgstr "Nome"
721
+
722
+ #: vendor/WordPress/class-wp-list-table.php:1773 views/backup.php:555
723
+ msgid "Email"
724
+ msgstr "Email"
725
+
726
+ #: vendor/WordPress/class-wp-list-table.php:1778
727
+ msgid "URL"
728
+ msgstr ""
729
+
730
+ #: vendor/WordPress/class-wp-list-table.php:1785
731
+ msgid "Add Comment"
732
+ msgstr ""
733
+
734
+ #: vendor/WordPress/class-wp-list-table.php:1786
735
+ msgid "Update Comment"
736
+ msgstr ""
737
+
738
+ #: vendor/WordPress/class-wp-list-table.php:1787
739
+ msgid "Submit Reply"
740
+ msgstr ""
741
+
742
+ #: vendor/WordPress/class-wp-list-table.php:1788
743
+ #: vendor/WordPress/class-wp-list-table.php:2008
744
+ #: vendor/WordPress/class-wp-list-table.php:2113 views/backup.php:290
745
+ msgid "Cancel"
746
+ msgstr "Annulla"
747
+
748
+ #: vendor/WordPress/class-wp-list-table.php:1823
749
+ #, php-format
750
+ msgid "Comment by %s moved to the trash."
751
+ msgstr ""
752
+
753
+ #: vendor/WordPress/class-wp-list-table.php:1823
754
+ #: vendor/WordPress/class-wp-list-table.php:1826
755
+ msgid "Undo"
756
+ msgstr ""
757
+
758
+ #: vendor/WordPress/class-wp-list-table.php:1826
759
+ #, php-format
760
+ msgid "Comment by %s marked as spam."
761
+ msgstr ""
762
+
763
+ #: vendor/WordPress/class-wp-list-table.php:1846
764
+ #: vendor/WordPress/class-wp-list-table.php:1861
765
+ #: vendor/WordPress/class-wp-list-table.php:1925
766
+ #: vendor/WordPress/class-wp-list-table.php:1986
767
+ msgid "Value"
768
+ msgstr ""
769
+
770
+ #: vendor/WordPress/class-wp-list-table.php:1915
771
+ msgid "Key"
772
+ msgstr ""
773
+
774
+ #: vendor/WordPress/class-wp-list-table.php:1920 views/backup.php:579
775
+ msgid "Update"
776
+ msgstr "Aggiorna"
777
+
778
+ #: vendor/WordPress/class-wp-list-table.php:1981
779
+ msgid "Add New Custom Field:"
780
+ msgstr ""
781
+
782
+ #: vendor/WordPress/class-wp-list-table.php:1995
783
+ msgid "&mdash; Select &mdash;"
784
+ msgstr ""
785
+
786
+ #: vendor/WordPress/class-wp-list-table.php:2007
787
+ msgid "Enter new"
788
+ msgstr ""
789
+
790
+ #: vendor/WordPress/class-wp-list-table.php:2018
791
+ msgid "Add Custom Field"
792
+ msgstr ""
793
+
794
+ #: vendor/WordPress/class-wp-list-table.php:2071
795
+ msgid "Month"
796
+ msgstr ""
797
+
798
+ #: vendor/WordPress/class-wp-list-table.php:2077
799
+ #, php-format
800
+ msgid "%1$s-%2$s"
801
+ msgstr ""
802
+
803
+ #: vendor/WordPress/class-wp-list-table.php:2081
804
+ msgid "Day"
805
+ msgstr ""
806
+
807
+ #: vendor/WordPress/class-wp-list-table.php:2082
808
+ msgid "Year"
809
+ msgstr ""
810
+
811
+ #: vendor/WordPress/class-wp-list-table.php:2083
812
+ msgid "Hour"
813
+ msgstr ""
814
+
815
+ #: vendor/WordPress/class-wp-list-table.php:2084
816
+ msgid "Minute"
817
+ msgstr ""
818
+
819
+ #: vendor/WordPress/class-wp-list-table.php:2088
820
+ #, php-format
821
+ msgid "%1$s %2$s, %3$s @ %4$s:%5$s"
822
+ msgstr ""
823
+
824
+ #: vendor/WordPress/class-wp-list-table.php:2112
825
+ msgid "OK"
826
+ msgstr ""
827
+
828
+ #: vendor/WordPress/class-wp-list-table.php:2218
829
+ msgid ""
830
+ "Before you can upload your import file, you will need to fix the following "
831
+ "error:"
832
+ msgstr ""
833
+
834
+ #: vendor/WordPress/class-wp-list-table.php:2224
835
+ msgid "Choose a file from your computer:"
836
+ msgstr ""
837
+
838
+ #: vendor/WordPress/class-wp-list-table.php:2224
839
+ #, php-format
840
+ msgid "Maximum size: %s"
841
+ msgstr ""
842
+
843
+ #: vendor/WordPress/class-wp-list-table.php:2229
844
+ msgid "Upload file and import"
845
+ msgstr ""
846
+
847
+ #: vendor/WordPress/class-wp-list-table.php:2399
848
+ #, php-format
849
+ msgid "Toggle panel: %s"
850
+ msgstr ""
851
+
852
+ #: vendor/WordPress/class-wp-list-table.php:2521
853
+ msgid "Press return or enter to open this section"
854
+ msgstr ""
855
+
856
+ #: vendor/WordPress/class-wp-list-table.php:2567
857
+ #: vendor/WordPress/class-wp-list-table.php:2572
858
+ #, php-format
859
+ msgid "The \"%s\" options group has been removed. Use another settings group."
860
+ msgstr ""
861
+
862
+ #: vendor/WordPress/class-wp-list-table.php:2618
863
+ msgid ""
864
+ "The miscellaneous options group has been removed. Use another settings group."
865
+ msgstr ""
866
+
867
+ #: vendor/WordPress/class-wp-list-table.php:2623
868
+ msgid "The privacy options group has been removed. Use another settings group."
869
+ msgstr ""
870
+
871
+ #: vendor/WordPress/class-wp-list-table.php:2857
872
+ msgid "Attach to existing content"
873
+ msgstr ""
874
+
875
+ #: vendor/WordPress/class-wp-list-table.php:2858
876
+ msgid "Close media attachment panel"
877
+ msgstr ""
878
+
879
+ #: vendor/WordPress/class-wp-list-table.php:2867
880
+ msgid "Search"
881
+ msgstr ""
882
+
883
+ #: vendor/WordPress/class-wp-list-table.php:2876
884
+ msgid "Select"
885
+ msgstr ""
886
+
887
+ #: vendor/WordPress/class-wp-list-table.php:2910
888
+ msgid "(no title)"
889
+ msgstr ""
890
+
891
+ #: vendor/WordPress/class-wp-list-table.php:2948
892
+ msgid "WordPress"
893
+ msgstr ""
894
+
895
+ #: vendor/WordPress/class-wp-list-table.php:3058
896
+ msgid "Password protected"
897
+ msgstr ""
898
+
899
+ #: vendor/WordPress/class-wp-list-table.php:3060
900
+ msgid "Private"
901
+ msgstr ""
902
+
903
+ #: vendor/WordPress/class-wp-list-table.php:3062
904
+ msgid "Draft"
905
+ msgstr ""
906
+
907
+ #: vendor/WordPress/class-wp-list-table.php:3066
908
+ msgid "Sticky"
909
+ msgstr ""
910
+
911
+ #: vendor/WordPress/class-wp-list-table.php:3069
912
+ msgid "Scheduled"
913
+ msgstr ""
914
+
915
+ #: vendor/WordPress/class-wp-list-table.php:3074
916
+ msgid "Front Page"
917
+ msgstr ""
918
+
919
+ #: vendor/WordPress/class-wp-list-table.php:3078
920
+ msgid "Posts Page"
921
+ msgstr ""
922
+
923
+ #: vendor/WordPress/class-wp-list-table.php:3120
924
+ #: vendor/WordPress/class-wp-list-table.php:3127
925
+ msgid "Header Image"
926
+ msgstr ""
927
+
928
+ #: vendor/WordPress/class-wp-list-table.php:3132
929
+ msgid "Current Header Image"
930
+ msgstr ""
931
+
932
+ #: vendor/WordPress/class-wp-list-table.php:3141
933
+ msgid "Background Image"
934
+ msgstr ""
935
+
936
+ #: vendor/WordPress/class-wp-list-table.php:3145
937
+ msgid "Current Background Image"
938
+ msgstr ""
939
+
940
+ #: vendor/WordPress/class-wp-list-table.php:3151
941
+ msgid "Site Icon"
942
+ msgstr ""
943
+
944
+ #: vendor/WordPress/class-wp-list-table.php:3155
945
+ msgid "Logo"
946
+ msgstr ""
947
+
948
+ #: vendor/WordPress/class-wp-list-table.php:3305
949
+ msgid "Save Changes"
950
+ msgstr ""
951
+
952
+ #: vendor/WordPress/class-wp-list-table.php:3382
953
+ msgid ""
954
+ "Likely direct inclusion of wp-admin/includes/template.php in order to use "
955
+ "add_meta_box(). This is very wrong. Hook the add_meta_box() call into the "
956
+ "add_meta_boxes action instead."
957
+ msgstr ""
958
+
959
+ #: vendor/WordPress/class-wp-list-table.php:3399
960
+ msgid ""
961
+ "The backup of this post in your browser is different from the version below."
962
+ msgstr ""
963
+
964
+ #: vendor/WordPress/class-wp-list-table.php:3400
965
+ msgid "Restore the backup"
966
+ msgstr ""
967
+
968
+ #: vendor/WordPress/class-wp-list-table.php:3403
969
+ msgid ""
970
+ "This will replace the current editor content with the last backup version. "
971
+ "You can use undo and redo in the editor to get the old content back or to "
972
+ "return to the restored version."
973
+ msgstr ""
974
+
975
+ #: vendor/WordPress/class-wp-list-table.php:3459
976
+ #, php-format
977
+ msgid "%s rating"
978
+ msgstr ""
979
+
980
+ #: vendor/WordPress/class-wp-list-table.php:3483
981
+ msgid "You are currently editing the page that shows your latest posts."
982
+ msgstr ""
983
+
984
  #: vendor/edd/EDD_SL_Plugin_Updater.php:199
985
  #, php-format
986
  msgid ""
1010
  msgid "Premium Plugin"
1011
  msgstr "Plugin Premium"
1012
 
1013
+ #: views/about.php:117 views/support.php:100
1014
  msgid "WPBackItUp"
1015
  msgstr "WPBackItUp"
1016
 
1036
  "Segui i suggerimenti qui sotto per iniziare ad usare WPBackItUp e potrai "
1037
  "<em>eseguire il backup</em> in poco tempo!"
1038
 
1039
+ #: views/about.php:139 views/backup.php:489
1040
  msgid "Backups"
1041
  msgstr "I backup"
1042
 
1061
  "includendo il tuo database, i plugin, i temi e persino tutti i tuoi file "
1062
  "multimediali."
1063
 
1064
+ #: views/about.php:150 views/about.php:399
1065
  msgid "Download Backups"
1066
  msgstr "Scarica i backup"
1067
 
1297
  msgstr "Qui sotto alcune caratteristiche salienti della versione %s."
1298
 
1299
  #: views/about.php:270
1300
+ msgid "New Features"
1301
+ msgstr ""
1302
+
1303
+ #: views/about.php:276
1304
+ msgid "Support Center Enhancements"
1305
+ msgstr ""
1306
+
1307
+ #: views/about.php:277
1308
+ msgid ""
1309
+ "In this release we have made major enhancements to the support center that "
1310
+ "will allow us to make our world class support even better. You are now able "
1311
+ "to <em>view, download</em> and <em>delete</em> the log files we use to help "
1312
+ "troubleshoot problems with your site. This is an important addition because "
1313
+ "sometimes customer sites are so crippled by hosting issues, hackers or bad "
1314
+ "plugins, that they are unable to send us their logs files. Now if that ever "
1315
+ "happens to you, they can easily be downloaded and emailed to support. "
1316
+ msgstr ""
1317
+
1318
+ #: views/about.php:279
1319
+ msgid "Cleanup Supporting Zip Files"
1320
+ msgstr ""
1321
+
1322
+ #: views/about.php:280
1323
+ msgid ""
1324
+ "WPBackItUp now does an even better job of conserving space used on your "
1325
+ "host. When you select the <em>Cleanup Supporting Zip Files</em> setting, "
1326
+ "WPBackItUp will remove the supporting zip files that were used to create "
1327
+ "your backup."
1328
+ msgstr ""
1329
+
1330
+ #: views/about.php:282
1331
  msgid "Email Notifications"
1332
  msgstr "Notifiche via email"
1333
 
1334
+ #: views/about.php:283
1335
  msgid ""
1336
  "WPBackItUp now supports multiple email addresses for backup notifications. "
1337
  "Using the WPBackItUp Settings page add multiple email addresses to the "
1343
  "multipli nei settaggi di <em>Notifiche Email</em> e su tutti si riceveranno "
1344
  "email di notifica una volta completati i backup."
1345
 
1346
+ #: views/about.php:285 views/settings.php:146
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1347
  msgid "Maximum Zip File Size"
1348
  msgstr "Dimensione massima del file compresso"
1349
 
1350
+ #: views/about.php:286
1351
  msgid ""
1352
  "Over the years we have found that some hosting providers enforce strict "
1353
  "limitations on the size of your backup archives. When this happens you "
1368
  "WPBackItUp non perderà alcun file, li aggiungerà semplicemente ad un nuovo "
1369
  "archivio di backup."
1370
 
1371
+ #: views/about.php:297
1372
  msgid "Additional Updates"
1373
  msgstr "Aggiornamenti Aggiuntivi"
1374
 
1375
+ #: views/about.php:300
1376
  msgid "Backup Encryption (Premium Only)"
1377
  msgstr "Criptaggio del backup (solo utenti Premium)"
1378
 
1379
+ #: views/about.php:301
1380
  msgid ""
1381
  "That's right, we have added backup encryption to this release but have "
1382
  "turned it off while we beta test with a few customers. Backup encryption "
1387
  "funzione sarà inclusa nella nostra prossima major release (1.14) che sarà "
1388
  "rilasciata a breve."
1389
 
1390
+ #: views/about.php:304
1391
  msgid "File Name Validation"
1392
  msgstr "Convalida del nome del file"
1393
 
1394
+ #: views/about.php:305
1395
  msgid ""
1396
  "We have added an additional validation for files with invalid names. This "
1397
  "check will exclude files from a backup with invalid file names. These files "
1401
  "Questo controllo escluderà da un backup i file dal nome non valido. Questi "
1402
  "file sono spesso danneggiati e creano errori durante un ripristino."
1403
 
1404
+ #: views/about.php:308
1405
  msgid "SQL Files"
1406
  msgstr "Files SQL"
1407
 
1408
+ #: views/about.php:309
1409
  msgid ""
1410
  "For those of you with extremely large databases, you will be happy to know "
1411
  "that we now support database exports that contain more than 500 SQL files."
1413
  "Chi tra voi ha database di grandi dimensioni sarà lieto di sapere che ora "
1414
  "possiamo gestire esportazioni di database che contengono più di 500 file SQL"
1415
 
1416
+ #: views/about.php:313
1417
  msgid "Cloud API Gateway "
1418
  msgstr "Cloud API Gateway "
1419
 
1420
+ #: views/about.php:314
1421
  msgid ""
1422
  "Every once in a while we have connectivity issues with a few hosts when "
1423
  "customers attempt to activate their license. To combat this issue we have "
1429
  "questione abbiamo aggiunto un gateway API su cloud che sarà accessibile agli "
1430
  "hosting provider in ogni paese e su ogni piattaforma."
1431
 
1432
+ #: views/about.php:317
1433
  msgid "Tables missing WordPress table prefix"
1434
  msgstr "Tabelle a cui manca il WordPress table prefix"
1435
 
1436
+ #: views/about.php:318
1437
  msgid ""
1438
  "We have added support for database tables that are missing the WordPress "
1439
  "table prefix. Some plugins create custom tables that do not contain the "
1447
  "sconsigliata, a volte continua a verificarsi. WPBackItUp aggiungerà ora "
1448
  "tutte le tabelle in un database, anche in caso di mancanza del table prefix."
1449
 
1450
+ #: views/about.php:324
1451
  msgid "Want to see the entire changelog?"
1452
  msgstr "Vuoi vedere tutta la lista delle modifiche?"
1453
 
1454
+ #: views/about.php:325
1455
  msgid "View the Full Changelog"
1456
  msgstr "Visualizza la lista completa delle modifiche"
1457
 
1458
+ #: views/about.php:354
1459
  msgid "Full Changelog"
1460
  msgstr "Lista completa delle modifiche"
1461
 
1462
+ #: views/about.php:374
1463
  msgid "Take a look at what you are missing!"
1464
  msgstr "Verifica ciò che ti manca!"
1465
 
1466
+ #: views/about.php:382
1467
  msgid "FEATURES"
1468
  msgstr "Caratteristiche"
1469
 
1470
+ #: views/about.php:383
1471
  msgid "LITE"
1472
  msgstr "LITE"
1473
 
1474
+ #: views/about.php:384
1475
  msgid "PREMIUM"
1476
  msgstr "PREMIUM"
1477
 
1478
+ #: views/about.php:389
1479
  msgid "Complete Backup (Database, Themes, Plugins &amp; Media Files)"
1480
  msgstr "Backup completo (database, temi, plugin &amp; file multimediali)"
1481
 
1482
+ #: views/about.php:394
1483
  msgid "Compressed Backups (Zip Format)"
1484
  msgstr "Backup compressi (formato zip)"
1485
 
1486
+ #: views/about.php:404
1487
  msgid "Directory Filters"
1488
  msgstr "Filtri di directory"
1489
 
1490
+ #: views/about.php:409
1491
  msgid "Database Table Filters"
1492
  msgstr "Filtri della tabella di database"
1493
 
1494
+ #: views/about.php:414
1495
  msgid "Single File Database Export"
1496
  msgstr "Esportazione di un database composto da un unico file"
1497
 
1498
+ #: views/about.php:419
1499
  msgid "Single File Backup"
1500
  msgstr "Backup di un unico file"
1501
 
1502
+ #: views/about.php:424
1503
  msgid "Purge Old Backups"
1504
  msgstr "Rimuovi i vecchi backup"
1505
 
1506
+ #: views/about.php:429
1507
  msgid "Cleanup Work Files &amp; Logs"
1508
  msgstr "Pulizia dei file di lavoro &amp; dei log"
1509
 
1510
+ #: views/about.php:434
1511
  msgid "Backup Notifications via Email"
1512
  msgstr "Notifiche di backup via email"
1513
 
1514
+ #: views/about.php:439
1515
  msgid "One Click Restore</strong>"
1516
  msgstr "Ripristino </strong>con un click"
1517
 
1518
+ #: views/about.php:444
1519
  msgid "Scheduled Backups"
1520
  msgstr "Backup programmati"
1521
 
1522
+ #: views/about.php:449
1523
  msgid "Import Backups"
1524
  msgstr "Importa backup"
1525
 
1526
+ #: views/about.php:459
1527
  msgid "Premium Support"
1528
  msgstr "Assistenza utenti Premium"
1529
 
1530
+ #: views/about.php:464
1531
  msgid "Product Updates"
1532
  msgstr "Aggiornamenti del prodotto"
1533
 
1534
+ #: views/about.php:471
1535
  msgid "GET PREMIUM"
1536
  msgstr "DIVENTA UTENTE PREMIUM"
1537
 
1538
+ #: views/about.php:494
1539
  msgid "No valid changelog was found."
1540
  msgstr "Non è stato trovato un Registro delle Modifiche valido. "
1541
 
1547
  msgid "%s Dashboard"
1548
  msgstr "%s Dashboard"
1549
 
1550
+ #: views/backup.php:248
1551
  msgid "Dismiss"
1552
  msgstr "Rimuovi"
1553
 
1554
+ #: views/backup.php:260
1555
  #, php-format
1556
  msgid "Backup folder does not exist. Please contact %s for assistance."
1557
  msgstr ""
1558
  "La cartella di backup non esiste. Si prega di contattare %s per l'assistenza"
1559
 
1560
+ #: views/backup.php:260 views/restore.php:75 views/restore.php:82
1561
  msgid "support"
1562
  msgstr "Assistenza"
1563
 
1564
+ #: views/backup.php:263 views/backup.php:269
1565
  msgid "Close"
1566
  msgstr "Chiudi"
1567
 
1568
+ #: views/backup.php:284
1569
  msgid ""
1570
  "Click the backup button to create a zipped backup file of this site's "
1571
  "database, plugins, themes and settings."
1573
  "Clicca il pulsante \"backup\" per creare un file compresso di backup del "
1574
  "database di questo sito, plugin, temi e impostazioni"
1575
 
1576
+ #: views/backup.php:285
1577
  msgid ""
1578
  "Once your backup file has been created it will appear in the available "
1579
  "backups section below. This file may remain on your hosting providers server "
1584
  "provider, ma ti consigliamo di scaricarlo e di salvarlo in una destinazione "
1585
  "sicura"
1586
 
1587
+ #: views/backup.php:286
1588
  msgid ""
1589
  "WPBackItUp premium customers can use these backup files to perform an "
1590
  "automated restore of their site."
1592
  "I clienti premium di WPBackItUp possono usare questi file di backup per "
1593
  "eseguire un ripristino automatico del proprio sito."
1594
 
1595
+ #: views/backup.php:297
 
 
 
 
1596
  #, php-format
1597
  msgid ""
1598
  "WPBackItUp lite customers may use these backup files to manually restore "
1602
  "ripristinare manualmente il proprio sito. Vi preghiamo di visitare %s per le "
1603
  "istruzioni sul ripristino manuale."
1604
 
1605
+ #: views/backup.php:304
1606
  msgid "Backup Schedule"
1607
  msgstr "Pianificazione del backup"
1608
 
1609
+ #: views/backup.php:306
1610
  msgid "Select the days of the week you would like your backup to run."
1611
  msgstr ""
1612
  "Seleziona i giorni della settimana in cui vuoi che sia eseguito il tuo backup"
1613
 
1614
+ #: views/backup.php:308
1615
  msgid ""
1616
  "Backup your site once per week or every day, it's up to you. If you have "
1617
  "email notifications turned on we'll even send you an email when it's done. "
1626
  "restare sul server del tuo hosting provider, ma ti consigliamo di scaricarlo "
1627
  "e di salvarlo in una destinazione sicura"
1628
 
1629
+ #: views/backup.php:310
1630
  msgid "Please make sure to schedule your backup for at least once per week."
1631
  msgstr ""
1632
  "Ti preghiamo di assicurarti di pianificare il tuo backup almeno una volta "
1633
  "alla settimana"
1634
 
1635
+ #: views/backup.php:314
1636
  msgid "Monday"
1637
  msgstr "Lunedì"
1638
 
1639
+ #: views/backup.php:315
1640
  msgid "Tuesday"
1641
  msgstr "Martedì"
1642
 
1643
+ #: views/backup.php:316
1644
  msgid "Wednesday"
1645
  msgstr "Mercoledì"
1646
 
1647
+ #: views/backup.php:317
1648
  msgid "Thursday"
1649
  msgstr "Giovedì"
1650
 
1651
+ #: views/backup.php:318
1652
  msgid "Friday"
1653
  msgstr "Venerdì"
1654
 
1655
+ #: views/backup.php:319
1656
  msgid "Saturday"
1657
  msgstr "Sabato"
1658
 
1659
+ #: views/backup.php:320
1660
  msgid "Sunday"
1661
  msgstr "Domenica"
1662
 
1663
+ #: views/backup.php:323
1664
  msgid "Save Schedule"
1665
  msgstr "Salva la pianificazione"
1666
 
1667
+ #: views/backup.php:328
1668
  #, php-format
1669
  msgid ""
1670
  "Scheduled backups are only available to WPBackItUp premium customers. "
1674
  "WPBackItUp. Vi preghiamo di visitare %s per avere WPBackItUp per 30 giorni "
1675
  "senza rischi."
1676
 
1677
+ #: views/backup.php:336 views/restore.php:95
1678
  msgid "Available Backups"
1679
  msgstr "Backup disponibili"
1680
 
1681
+ #: views/backup.php:356 views/backup.php:405
1682
  msgid "Type"
1683
  msgstr "Tipo"
1684
 
1685
+ #: views/backup.php:357 views/backup.php:407 views/restore.php:100
1686
  msgid "Date"
1687
  msgstr "Data"
1688
 
1689
+ #: views/backup.php:358 views/backup.php:409
1690
  msgid "Duration"
1691
  msgstr "Durata"
1692
 
1693
+ #: views/backup.php:377
1694
  msgid "Success"
1695
  msgstr "Successo"
1696
 
1697
+ #: views/backup.php:380
1698
  msgid "Active"
1699
  msgstr "Attivo"
1700
 
1701
+ #: views/backup.php:423 views/restore.php:149
1702
  msgid "No backup archives found."
1703
  msgstr "Nessun archivio di backup trovato"
1704
 
1705
+ #: views/backup.php:432
1706
  #, php-format
1707
  msgid ""
1708
  "The automated restore feature is only available to WPBackItUp premium "
1712
  "premium di WPBackItUp. Vi preghiamo di visitare %s per avere WPBackItUp per "
1713
  "30 giorni senza rischi."
1714
 
1715
+ #: views/backup.php:441 views/restore.php:234
1716
  msgid "Nothing to report"
1717
  msgstr "Niente da segnalare"
1718
 
1719
+ #: views/backup.php:446
1720
  msgid "Preparing for backup"
1721
  msgstr "Preparazione per il backup in corso"
1722
 
 
 
1723
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1724
+ #: views/backup.php:449 views/backup.php:450 views/backup.php:451
1725
+ #: views/backup.php:452 views/backup.php:453 views/backup.php:454
1726
+ #: views/backup.php:456 views/backup.php:458 views/restore.php:244
1727
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1728
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1729
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
1731
  msgid "Done"
1732
  msgstr "Fatto"
1733
 
 
 
1734
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1735
+ #: views/backup.php:449 views/backup.php:450 views/backup.php:451
1736
+ #: views/backup.php:452 views/backup.php:453 views/backup.php:454
1737
+ #: views/backup.php:456 views/backup.php:458 views/restore.php:244
1738
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1739
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1740
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
1742
  msgid "Failed"
1743
  msgstr "Fallito"
1744
 
1745
+ #: views/backup.php:447
1746
  msgid "Creating inventory of files to backup"
1747
  msgstr "Creazione dell'inventario dei file per il backup in corso"
1748
 
1749
+ #: views/backup.php:448
1750
  msgid "Exporting database"
1751
  msgstr "Esportazione del database in corso"
1752
 
1753
+ #: views/backup.php:449
1754
  msgid "Backing up database"
1755
  msgstr "Backup del database in corso"
1756
 
1757
+ #: views/backup.php:450
1758
  msgid "Backing up themes"
1759
  msgstr "Backup dei temi in corso"
1760
 
1761
+ #: views/backup.php:451
1762
  msgid "Backing up plugins"
1763
  msgstr "Backup dei plugin in corso"
1764
 
1765
+ #: views/backup.php:452
1766
  msgid "Backing up uploads"
1767
  msgstr "Backup dei caricamenti in corso"
1768
 
1769
+ #: views/backup.php:453
1770
  msgid "Backing up everything else"
1771
  msgstr "Backup di tutto il resto in corso"
1772
 
1773
+ #: views/backup.php:454
1774
  msgid "Validating backup"
1775
  msgstr "Convalida del backup in corso"
1776
 
1777
+ #: views/backup.php:456
1778
  msgid "Encrypting sensitive files"
1779
  msgstr "Criptaggio dei file sensibili in corso"
1780
 
1781
+ #: views/backup.php:458
1782
  msgid "Finalizing backup"
1783
  msgstr "Conclusione del backup in corso"
1784
 
1785
+ #: views/backup.php:468
1786
  msgid "Backup completed successfully"
1787
  msgstr "Backup completato con successo"
1788
 
1789
+ #: views/backup.php:489
1790
  msgid "Version "
1791
  msgstr "Versione"
1792
 
1793
+ #: views/backup.php:491
1794
  msgid "Welcome to WPBackItUp!"
1795
  msgstr "Benvenuto su WPBackItUp!"
1796
 
1797
+ #: views/backup.php:491
1798
  msgid "The simplest way to backup your WordPress site."
1799
  msgstr "Il modo più semplice per eseguire il backup del tuo sito WordPress"
1800
 
1801
+ #: views/backup.php:492
1802
  msgid ""
1803
  "Getting started is easy, just click the backup button on the left side of "
1804
  "this page."
1806
  "Iniziare è facile, basta cliccare il pulsante \"backup\" sul lato sinistro "
1807
  "di questa pagina"
1808
 
1809
+ #: views/backup.php:496
1810
  #, php-format
1811
  msgid ""
1812
  "Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
1815
  "Complimenti! Hai eseguito con successo i <span style=\"font-weight:bold;font-"
1816
  "size:medium;color: green\">%s</span> backup "
1817
 
1818
+ #: views/backup.php:497
1819
  msgid "Tips"
1820
  msgstr "Suggerimenti"
1821
 
1822
+ #: views/backup.php:498
1823
  msgid "Backup your site at least once per week"
1824
  msgstr "Esegui il backup del tuo sito almeno una volta alla settimana"
1825
 
1826
+ #: views/backup.php:499
1827
  msgid "Download all your backups and store them somewhere safe"
1828
  msgstr "Scarica tutti i backup e conservali in una destinazione sicura"
1829
 
1830
+ #: views/backup.php:500
1831
  msgid "Verify your backup files are good by taking a look at what's inside"
1832
  msgstr ""
1833
  "Verifica che i tuoi file di backup siano corretti dando un'occhiata a ciò "
1834
  "che c'è dentro"
1835
 
1836
+ #: views/backup.php:505
1837
  #, php-format
1838
  msgid "Why not %s and schedule your backups!"
1839
  msgstr "Perchè non %s aggiorni e pianifichi i tuoi backup?"
1840
 
1841
+ #: views/backup.php:505
1842
  msgid "upgrade"
1843
  msgstr "Aggiornamento"
1844
 
1845
+ #: views/backup.php:514
1846
  msgid "Register WPBackItUp"
1847
  msgstr "Registra WPBackItUp"
1848
 
1849
+ #: views/backup.php:517
1850
  msgid ""
1851
  "Enter your name and email address below to receive <b>special offers</b> and "
1852
  "access to our world class <b>support</b> team. <br />\n"
1859
  "<br/> Inserisci qui sotto il tuo codice di licenza per attivarlo su questo "
1860
  "sito"
1861
 
1862
+ #: views/backup.php:519
1863
  msgid "name"
1864
  msgstr "Nome"
1865
 
1866
+ #: views/backup.php:520
1867
  msgid "email address"
1868
  msgstr "Indirizzo di posta elettronica"
1869
 
1870
+ #: views/backup.php:521
1871
  msgid "license key"
1872
  msgstr "Codice di licenza"
1873
 
1874
+ #: views/backup.php:521 views/backup.php:571 views/backup.php:575
1875
  #, php-format
1876
  msgid "%s"
1877
  msgstr "%s"
1878
 
1879
+ #: views/backup.php:522
1880
  msgid "Free plugin customers do not need to enter license key."
1881
  msgstr "I clienti di plugin gratuiti non devono inserire il codice di licenza"
1882
 
1883
+ #: views/backup.php:523
1884
  msgid "Register"
1885
  msgstr "Registrati"
1886
 
1887
+ #: views/backup.php:532
1888
  msgid "License Info"
1889
  msgstr "Informazioni sulla licenza"
1890
 
1891
+ #: views/backup.php:556
 
 
 
 
 
 
 
 
1892
  msgid "License Type"
1893
  msgstr "Tipo di licenza"
1894
 
1895
+ #: views/backup.php:557
1896
  msgid "Expires"
1897
  msgstr "Scade"
1898
 
1899
+ #: views/backup.php:560
1900
  msgid "Enter license key to activate on this site."
1901
  msgstr "Inserisci il codice di licenza per l'attivazione su questo sito"
1902
 
1903
+ #: views/backup.php:567
1904
  msgid "License Active"
1905
  msgstr "Licenza attiva"
1906
 
1907
+ #: views/backup.php:575
1908
  msgid "License expired"
1909
  msgstr "Licenza scaduta"
1910
 
1911
+ #: views/backup.php:583
 
 
 
 
1912
  msgid "Activate"
1913
  msgstr "Attiva"
1914
 
1915
+ #: views/backup.php:587
1916
  #, php-format
1917
  msgid "Purchase a %s license using the purchase link above."
1918
  msgstr "Acquista una licenza %s usando il link \"acquista\" qui sopra"
1919
 
1920
+ #: views/backup.php:587
1921
  msgid "no-risk"
1922
  msgstr "Senza rischi"
1923
 
1924
+ #: views/backup.php:593
1925
  #, php-format
1926
  msgid ""
1927
  "Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
1932
  "ottenere un altro anno di <strong>aggiornamenti del prodotto</strong> e "
1933
  "usufruire del nostro team di <strong>assistenza di livello mondiale</strong>"
1934
 
1935
+ #: views/backup.php:604
1936
  msgid "Useful Links"
1937
  msgstr "Link utili"
1938
 
1939
+ #: views/backup.php:606
1940
  msgid "Getting Started Video"
1941
  msgstr "Video per iniziare"
1942
 
1943
+ #: views/backup.php:609
1944
  msgid "Your account"
1945
  msgstr "Il tuo account"
1946
 
1947
+ #: views/backup.php:612
1948
  msgid "Website Migration Service"
1949
  msgstr "Servizio di migrazione sito"
1950
 
1951
+ #: views/backup.php:614
1952
  msgid "Documentation"
1953
  msgstr "Documentazione"
1954
 
1955
+ #: views/backup.php:620
1956
  msgid "Feature request"
1957
  msgstr "Specifica richiesta"
1958
 
1959
+ #: views/backup.php:622
1960
  msgid "Language Translations"
1961
  msgstr "Traduzioni linguistiche"
1962
 
1963
+ #: views/backup.php:624
1964
  msgid "Contact"
1965
  msgstr "Contatta"
1966
 
2808
  "Spunta questa casella se vuoi che WPBackItUp rimuova completamente tutti i "
2809
  "suoi dati quando il plugin viene cancellato."
2810
 
2811
+ #: views/support.php:69 views/support.php:229
2812
  msgid "Send Logs"
2813
  msgstr "Invia i file di log"
2814
 
2815
+ #: views/support.php:73
2816
+ msgid "Download Logs"
2817
+ msgstr ""
2818
+
2819
+ #: views/support.php:79
2820
  msgid "Advanced"
2821
  msgstr "Avanzate"
2822
 
2823
+ #: views/support.php:101
2824
  msgid "Support Center"
2825
  msgstr "Centro assistenza"
2826
 
2827
+ #: views/support.php:103
2828
  msgid ""
2829
  "Welcome to the WPBackItUp support center. If you have any questions or run "
2830
  "into any trouble with WPBackItUp then you've come to the right place."
2833
  "risolvere qualsiasi problema riscontrato con WPBackItUp, sei nel posto "
2834
  "giusto."
2835
 
2836
+ #: views/support.php:120
2837
  msgid ""
2838
  "To streamline support requests and better serve you, we utilize a support "
2839
  "ticket system. Every support request is assigned a unique ticket number "
2850
  "completi di tutte le vostre richieste. Tutte le comunicazioni avvengono via "
2851
  "email, quindi, per aprire un ticket, è necessario un indirizzo email valido."
2852
 
2853
+ #: views/support.php:128
2854
  msgid "Search &rarr; Knowledge base"
2855
  msgstr "Cerca &rarr; Knowledge base"
2856
 
2857
+ #: views/support.php:129
2858
  msgid ""
2859
  "Want to search our entire documentation library, all our how to articles and "
2860
  "even our faq's in one shot? Just type your question into the knowledge base "
2865
  "Digita la tua domanda nel campo di ricerca \"knowledge base\" e ti "
2866
  "mostreremo tutto ciò che abbiamo a disposizione su quell'argomento."
2867
 
2868
+ #: views/support.php:131
2869
  msgid "New &rarr; Ticket"
2870
  msgstr "Nuovo &rarr; Ticket"
2871
 
2872
+ #: views/support.php:132
2873
  msgid ""
2874
  "Need to open a new support ticket? Just click the link above. Please "
2875
  "provide as much detail as possible so we can best assist you."
2878
  "sul link qui sopra. Ti preghiamo di fornirci il maggior numero possibile di "
2879
  "dettagli per permetterci di assisterti al meglio."
2880
 
2881
+ #: views/support.php:134
2882
  msgid "Check &rarr; Status"
2883
  msgstr "Verifica &rarr; Status"
2884
 
2885
+ #: views/support.php:135
2886
  msgid ""
2887
  "To check ticket status or update a previously submitted ticket you will "
2888
  "first need to login. Our support portal provides a history of your current "
2893
  "assistenza ti fornisce uno storico delle tue attuali e passate richieste di "
2894
  "assistenza, completo di risposte."
2895
 
2896
+ #: views/support.php:137
2897
  msgid "Send &rarr; Logs"
2898
  msgstr "Invia &rarr; i file di log"
2899
 
2900
+ #: views/support.php:138
2901
  msgid ""
2902
  "Sometimes it may be necessary for you to send your log files to support. If "
2903
  "that ever happens, just click the link above and we will show you what to do."
2906
  "all'assistenza. Se questo dovesse mai verificarsi, clicca semplicemente sul "
2907
  "link qui sopra e ti indicheremo cosa fare."
2908
 
2909
+ #: views/support.php:177
2910
  msgid ""
2911
  "If you have been asked by support to send your log files then you are in the "
2912
  "right spot."
2914
  "Se l'assistenza ti ha richiesto di inviare i tuoi file di log, sei nel posto "
2915
  "giusto."
2916
 
2917
+ #: views/support.php:189
2918
  msgid "Send Logs to Support"
2919
  msgstr "Invia i file di log all'assistenza"
2920
 
2921
+ #: views/support.php:190
2922
  msgid "This form should only be used when working with support."
2923
  msgstr ""
2924
  "Questa form deve essere usata soltanto mentre si lavora con l'assistenza"
2925
 
2926
+ #: views/support.php:191
2927
  #, php-format
2928
  msgid ""
2929
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
2933
  "<a href=\"%s\" target=\"_blank\">portale di assistenza </a> di WPBackItUp "
2934
  "prima di usare questa form."
2935
 
2936
+ #: views/support.php:192
2937
  msgid ""
2938
  "The ticket id you receive from your support request should be entered in the "
2939
  "ticket id field below."
2941
  "L'id ricevuto in seguito alla tua richiesta di assistenza deve essere "
2942
  "inserito nel campo \"id richiesta\" qui sotto"
2943
 
2944
+ #: views/support.php:193
2945
  msgid "your email address"
2946
  msgstr "il tuo indirizzo di posta elettronica"
2947
 
2948
+ #: views/support.php:204
2949
  msgid "support ticket id"
2950
  msgstr "id della richiesta di assistenza"
2951
 
2952
+ #: views/support.php:215
2953
  msgid "problem description or additional information"
2954
  msgstr "descrizione del problema o informazioni aggiuntive"
2955
 
2956
+ #: views/support.php:232
2957
  msgid "Please register your version of WPBackItUp for access to support."
2958
  msgstr ""
2959
  "Ti preghiamo di registrare la tua versione di WPBackItUp per avere accesso "
2960
  "all'assistenza."
2961
 
2962
+ #: views/support.php:236
2963
  msgid "Premium customers receive priority support."
2964
  msgstr "I clienti premium ricevono un'assistenza prioritaria"
2965
 
2966
+ #: views/support.php:244
2967
  msgid "Support email could not be sent!"
2968
  msgstr "L'email di assistenza non può essere inviata!"
2969
 
2970
+ #: views/support.php:251
2971
  msgid "Support email sent successfully!"
2972
  msgstr "Email di assistenza inviata con successo!"
2973
 
2974
+ #: views/support.php:282
2975
+ msgid "Download logs file manually."
2976
+ msgstr ""
2977
+
2978
+ #: views/support.php:310
2979
  msgid "Content goes here"
2980
  msgstr "Inserisci qui il contenuto"
2981
 
3010
  #: wp-backitup.php:184
3011
  msgid "Cleanup"
3012
  msgstr "Pulizia"
3013
+
3014
+ #~ msgid "About Page"
3015
+ #~ msgstr "Pagina About"
3016
+
3017
+ #~ msgid ""
3018
+ #~ "WPBackItUp now has a new <em>about</em> page and you are looking at it "
3019
+ #~ "right now! The about page contains tips to help get you started with "
3020
+ #~ "WPBackItUp as well as links to our knowledge base, faqs and instructions "
3021
+ #~ "on how to contact support if you ever need help. It also includes a "
3022
+ #~ "<em>what's new</em> section describing all the incredible new features "
3023
+ #~ "and enhancements we make with every release."
3024
+ #~ msgstr ""
3025
+ #~ "WPBackItUp si arricchisce ora della nuova pagina <em>About</em> ed è "
3026
+ #~ "proprio quella che stai guardando adesso! La pagina About fornisce "
3027
+ #~ "suggerimenti per iniziare ad usare WPBackItUp e inoltre link alla nostra "
3028
+ #~ "knowledge base, alle faq, e istruzioni su come contattare l'assistenza in "
3029
+ #~ "caso di necessità. Comprende anche una sezione <em>Novità</em> che "
3030
+ #~ "illustra tutte le fantastiche nuove caratteristiche e migliorie apportate "
3031
+ #~ "ad ogni nuova release."
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-11-04 18:34-0400\n"
9
- "PO-Revision-Date: 2016-11-04 18:34-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,203 +27,222 @@ msgstr ""
27
  msgid "Every %d Minutes"
28
  msgstr ""
29
 
30
- #: lib/includes/class-wpbackitup-admin.php:225 views/backup.php:277
31
- #: views/backup.php:283 views/backup.php:349 views/backup.php:386
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  #: views/restore.php:99 wp-backitup.php:156
33
  msgid "Backup"
34
  msgstr "Резервная копия"
35
 
36
- #: lib/includes/class-wpbackitup-admin.php:230
37
- #: lib/includes/class-wpbackitup-admin.php:273 views/about.php:191
38
  #: views/restore.php:136 wp-backitup.php:170
39
  msgid "Restore"
40
  msgstr "Восстановить"
41
 
42
- #: lib/includes/class-wpbackitup-admin.php:235 views/support.php:62
43
  msgid "Support"
44
  msgstr "Поддержка"
45
 
46
- #: lib/includes/class-wpbackitup-admin.php:238
47
  msgid "Settings"
48
  msgstr "Настройки"
49
 
50
- #: lib/includes/class-wpbackitup-admin.php:241
51
  msgid "About"
52
  msgstr "Детали"
53
 
54
- #: lib/includes/class-wpbackitup-admin.php:266
55
  msgid ""
56
  "The backup you have selected exceeds what your host allows you to upload."
57
  msgstr ""
58
  "Резервная копия, которую вы указали, больше чем позволяет ваш сервер для "
59
  "загрузки."
60
 
61
- #: lib/includes/class-wpbackitup-admin.php:267 views/backup.php:440
62
- #: views/backup.php:441 views/backup.php:442 views/backup.php:443
63
- #: views/backup.php:444 views/backup.php:445 views/backup.php:446
64
- #: views/backup.php:447 views/backup.php:448 views/backup.php:450
65
- #: views/backup.php:452
66
  msgid "Warning"
67
  msgstr "Внимание"
68
 
69
- #: lib/includes/class-wpbackitup-admin.php:268
70
- #: vendor/edd/EDD_SL_Plugin_Updater.php:363 views/backup.php:253
71
- #: views/backup.php:377
72
  msgid "Error"
73
  msgstr "Ошибка"
74
 
75
- #: lib/includes/class-wpbackitup-admin.php:269
76
  msgid "Response"
77
  msgstr "Ответ"
78
 
79
- #: lib/includes/class-wpbackitup-admin.php:270 views/backup.php:353
80
- #: views/backup.php:405 views/backup.php:431 views/restore.php:230
81
  msgid "Status"
82
  msgstr "Статус"
83
 
84
- #: lib/includes/class-wpbackitup-admin.php:271
85
- msgid "Download"
86
- msgstr "Скачать"
87
-
88
- #: lib/includes/class-wpbackitup-admin.php:272 views/backup.php:408
89
- #: views/restore.php:129
90
- msgid "Delete"
91
- msgstr "Удалить"
92
-
93
- #: lib/includes/class-wpbackitup-admin.php:274
94
  msgid "(JS997) Unexpected error"
95
  msgstr "(JS997) Непредвиденная ошибка"
96
 
97
- #: lib/includes/class-wpbackitup-admin.php:275
98
  msgid "(JS998) Unexpected error"
99
  msgstr "(JS998) Непредвиденная ошибка"
100
 
101
- #: lib/includes/class-wpbackitup-admin.php:276
102
  msgid "(JS999) An unexpected error has occurred"
103
  msgstr "(JS999) Произошла непредвиденная ошибка"
104
 
105
- #: lib/includes/class-wpbackitup-admin.php:277
106
  msgid "Scheduled has been saved."
107
  msgstr ""
108
 
109
- #: lib/includes/class-wpbackitup-admin.php:278
110
  msgid "Scheduled was not saved."
111
  msgstr ""
112
 
113
- #: lib/includes/class-wpbackitup-admin.php:279
114
  msgid "Are you sure you want to restore your site?"
115
  msgstr "Вы действительно хотите восстановить ваш сайт?"
116
 
117
- #: lib/includes/class-wpbackitup-admin.php:280
118
  msgid "Are you sure ?"
119
  msgstr "Вы уверены?"
120
 
121
- #: lib/includes/class-wpbackitup-admin.php:281
122
  msgid "This file cannot be delete!"
123
  msgstr ""
124
 
125
- #: lib/includes/class-wpbackitup-admin.php:282
126
  msgid "View Log"
127
  msgstr "Смотреть лог"
128
 
129
- #: lib/includes/class-wpbackitup-admin.php:283
130
  msgid "New Backup!"
131
  msgstr "Новый бекап!"
132
 
133
- #: lib/includes/class-wpbackitup-admin.php:284
134
  msgid "Uploaded Backup"
135
  msgstr "Загруженный бекап"
136
 
137
- #: lib/includes/class-wpbackitup-admin.php:685
138
  msgid "Backup Queued"
139
  msgstr ""
140
 
141
- #: lib/includes/class-wpbackitup-admin.php:694
142
  msgid "Backup could not be queued"
143
  msgstr ""
144
 
145
- #: lib/includes/class-wpbackitup-admin.php:706
146
  msgid "Job is already in queue."
147
  msgstr ""
148
 
149
- #: lib/includes/class-wpbackitup-admin.php:744
150
  msgid "No backup file selected."
151
  msgstr ""
152
 
153
- #: lib/includes/class-wpbackitup-admin.php:751
154
  msgid "No user id found."
155
  msgstr "Id пользователя не найдено."
156
 
157
- #: lib/includes/class-wpbackitup-admin.php:789
158
  msgid "Restore Queued"
159
  msgstr ""
160
 
161
- #: lib/includes/class-wpbackitup-admin.php:798
162
  msgid "Restore could not be queued"
163
  msgstr ""
164
 
165
- #: lib/includes/class-wpbackitup-admin.php:804
166
  msgid "Restore already in queue"
167
  msgstr ""
168
 
169
- #: lib/includes/class-wpbackitup-admin.php:836
170
  msgid "No job id posted"
171
  msgstr ""
172
 
173
- #: lib/includes/class-wpbackitup-admin.php:844 views/backup.php:471
174
  msgid "Backup Cancelled"
175
  msgstr "Бекап отменён"
176
 
177
- #: lib/includes/class-wpbackitup-admin.php:846
178
  msgid "Backup job not found"
179
  msgstr ""
180
 
181
- #: lib/includes/class-wpbackitup-admin.php:1055
182
  msgid "No response log found."
183
  msgstr ""
184
 
185
- #: lib/includes/class-wpbackitup-admin.php:1157
186
- #: lib/includes/class-wpbackitup-admin.php:1165
187
- #: lib/includes/class-wpbackitup-admin.php:1245
188
- #: lib/includes/class-wpbackitup-admin.php:1252
189
- #: lib/includes/class-wpbackitup-admin.php:1259
190
- #: lib/includes/class-wpbackitup-admin.php:1266
191
- #: lib/includes/class-wpbackitup-admin.php:1273
192
  msgid "Please enter a number"
193
  msgstr "Пожалуйста, введите номер"
194
 
195
- #: lib/includes/class-wpbackitup-admin.php:1193
196
  msgid "Please enter valid email"
197
  msgstr ""
198
 
199
- #: lib/includes/class-wpbackitup-admin.php:1382
200
  msgid "Please enter a valid email"
201
  msgstr "Пожалуйста, введите корректный адрес электронной почты"
202
 
203
- #: lib/includes/class-wpbackitup-admin.php:1389
204
  msgid "Please enter your support ticket id"
205
  msgstr "Пожалуйста, введите id тикета поддержки"
206
 
207
- #: lib/includes/class-wpbackitup-admin.php:1394
208
  msgid "Please only enter numbers in this field"
209
  msgstr "Пожалуйста, введите только цифры в это поле"
210
 
211
- #: lib/includes/class-wpbackitup-admin.php:2267
212
- #: lib/includes/class-wpbackitup-admin.php:2287
213
  msgid ""
214
  "License could not be activated. Please try again in a few hours and contact "
215
  "support if this error continues."
216
  msgstr ""
217
 
218
- #: lib/includes/class-wpbackitup-admin.php:2336
219
  msgid "License is invalid."
220
  msgstr "Лицензия некорректна."
221
 
222
- #: lib/includes/class-wpbackitup-admin.php:2341
223
  msgid "License has expired."
224
  msgstr "Лицензия просрочена."
225
 
226
- #: lib/includes/class-wpbackitup-admin.php:2344
227
  #, php-format
228
  msgid ""
229
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -231,15 +250,15 @@ msgid ""
231
  "<strong>world class support</strong> team."
232
  msgstr ""
233
 
234
- #: lib/includes/class-wpbackitup-admin.php:2358
235
  msgid "License Expired: Scheduled backups are no longer active."
236
  msgstr "Лицензия просрочена: Запланированые бекапы больше не доступны."
237
 
238
- #: lib/includes/class-wpbackitup-admin.php:2366
239
  msgid "Activation limit has been reached."
240
  msgstr "Достигнут лимит активаций."
241
 
242
- #: lib/includes/class-wpbackitup-admin.php:2372
243
  msgid "Your Activation limit has been reached"
244
  msgstr "Ваш лимит активаций достигнут"
245
 
@@ -534,6 +553,369 @@ msgstr ""
534
  msgid "(999) Unexpected error"
535
  msgstr "(999) Непредвиденная ошибка"
536
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
537
  #: vendor/edd/EDD_SL_Plugin_Updater.php:199
538
  #, php-format
539
  msgid ""
@@ -563,7 +945,7 @@ msgstr "Что нового?"
563
  msgid "Premium Plugin"
564
  msgstr ""
565
 
566
- #: views/about.php:117 views/support.php:92
567
  msgid "WPBackItUp"
568
  msgstr ""
569
 
@@ -585,7 +967,7 @@ msgid ""
585
  "<em>backing it up</em> in no time!"
586
  msgstr ""
587
 
588
- #: views/about.php:139 views/backup.php:483
589
  msgid "Backups"
590
  msgstr "Бекапы"
591
 
@@ -605,7 +987,7 @@ msgid ""
605
  "database, plugins, themes, and even all your media files."
606
  msgstr ""
607
 
608
- #: views/about.php:150 views/about.php:395
609
  msgid "Download Backups"
610
  msgstr ""
611
 
@@ -790,36 +1172,53 @@ msgid "Below are just a few highlights for version %s. "
790
  msgstr ""
791
 
792
  #: views/about.php:270
793
- msgid "Email Notifications"
794
  msgstr ""
795
 
796
  #: views/about.php:276
797
- msgid ""
798
- "WPBackItUp now supports multiple email addresses for backup notifications. "
799
- "Using the WPBackItUp Settings page add multiple email addresses to the "
800
- "<em>Email Notifications</em> setting and all will receive notification "
801
- "emails when your backups complete."
802
  msgstr ""
803
 
804
- #: views/about.php:278
805
- msgid "About Page"
 
 
 
 
 
 
 
806
  msgstr ""
807
 
808
  #: views/about.php:279
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
809
  msgid ""
810
- "WPBackItUp now has a new <em>about</em> page and you are looking at it right "
811
- "now! The about page contains tips to help get you started with WPBackItUp "
812
- "as well as links to our knowledge base, faqs and instructions on how to "
813
- "contact support if you ever need help. It also includes a <em>what's new</"
814
- "em> section describing all the incredible new features and enhancements we "
815
- "make with every release."
816
  msgstr ""
817
 
818
- #: views/about.php:281 views/settings.php:146
819
  msgid "Maximum Zip File Size"
820
  msgstr ""
821
 
822
- #: views/about.php:282
823
  msgid ""
824
  "Over the years we have found that some hosting providers enforce strict "
825
  "limitations on the size of your backup archives. When this happens you "
@@ -830,47 +1229,47 @@ msgid ""
830
  "any files, it will just add them to a new backup archive."
831
  msgstr ""
832
 
833
- #: views/about.php:293
834
  msgid "Additional Updates"
835
  msgstr "Дополнительные обновления"
836
 
837
- #: views/about.php:296
838
  msgid "Backup Encryption (Premium Only)"
839
  msgstr ""
840
 
841
- #: views/about.php:297
842
  msgid ""
843
  "That's right, we have added backup encryption to this release but have "
844
  "turned it off while we beta test with a few customers. Backup encryption "
845
  "will be included in our next major release (1.14) which is due out soon."
846
  msgstr ""
847
 
848
- #: views/about.php:300
849
  msgid "File Name Validation"
850
  msgstr ""
851
 
852
- #: views/about.php:301
853
  msgid ""
854
  "We have added an additional validation for files with invalid names. This "
855
  "check will exclude files from a backup with invalid file names. These files "
856
  "are often corrupt and cause errors during a restore."
857
  msgstr ""
858
 
859
- #: views/about.php:304
860
  msgid "SQL Files"
861
  msgstr ""
862
 
863
- #: views/about.php:305
864
  msgid ""
865
  "For those of you with extremely large databases, you will be happy to know "
866
  "that we now support database exports that contain more than 500 SQL files."
867
  msgstr ""
868
 
869
- #: views/about.php:309
870
  msgid "Cloud API Gateway "
871
  msgstr ""
872
 
873
- #: views/about.php:310
874
  msgid ""
875
  "Every once in a while we have connectivity issues with a few hosts when "
876
  "customers attempt to activate their license. To combat this issue we have "
@@ -878,11 +1277,11 @@ msgid ""
878
  "providers in every country and on any platform."
879
  msgstr ""
880
 
881
- #: views/about.php:313
882
  msgid "Tables missing WordPress table prefix"
883
  msgstr ""
884
 
885
- #: views/about.php:314
886
  msgid ""
887
  "We have added support for database tables that are missing the WordPress "
888
  "table prefix. Some plugins create custom tables that do not contain the "
@@ -891,95 +1290,95 @@ msgid ""
891
  "when the table prefix is missing."
892
  msgstr ""
893
 
894
- #: views/about.php:320
895
  msgid "Want to see the entire changelog?"
896
  msgstr ""
897
 
898
- #: views/about.php:321
899
  msgid "View the Full Changelog"
900
  msgstr "Показать полный журнал изменений"
901
 
902
- #: views/about.php:350
903
  msgid "Full Changelog"
904
  msgstr "Полный журнал изменений"
905
 
906
- #: views/about.php:370
907
  msgid "Take a look at what you are missing!"
908
  msgstr ""
909
 
910
- #: views/about.php:378
911
  msgid "FEATURES"
912
  msgstr ""
913
 
914
- #: views/about.php:379
915
  msgid "LITE"
916
  msgstr ""
917
 
918
- #: views/about.php:380
919
  msgid "PREMIUM"
920
  msgstr ""
921
 
922
- #: views/about.php:385
923
  msgid "Complete Backup (Database, Themes, Plugins &amp; Media Files)"
924
  msgstr ""
925
 
926
- #: views/about.php:390
927
  msgid "Compressed Backups (Zip Format)"
928
  msgstr ""
929
 
930
- #: views/about.php:400
931
  msgid "Directory Filters"
932
  msgstr ""
933
 
934
- #: views/about.php:405
935
  msgid "Database Table Filters"
936
  msgstr ""
937
 
938
- #: views/about.php:410
939
  msgid "Single File Database Export"
940
  msgstr ""
941
 
942
- #: views/about.php:415
943
  msgid "Single File Backup"
944
  msgstr ""
945
 
946
- #: views/about.php:420
947
  msgid "Purge Old Backups"
948
  msgstr ""
949
 
950
- #: views/about.php:425
951
  msgid "Cleanup Work Files &amp; Logs"
952
  msgstr ""
953
 
954
- #: views/about.php:430
955
  msgid "Backup Notifications via Email"
956
  msgstr ""
957
 
958
- #: views/about.php:435
959
  msgid "One Click Restore</strong>"
960
  msgstr ""
961
 
962
- #: views/about.php:440
963
  msgid "Scheduled Backups"
964
  msgstr ""
965
 
966
- #: views/about.php:445
967
  msgid "Import Backups"
968
  msgstr ""
969
 
970
- #: views/about.php:455
971
  msgid "Premium Support"
972
  msgstr ""
973
 
974
- #: views/about.php:460
975
  msgid "Product Updates"
976
  msgstr ""
977
 
978
- #: views/about.php:467
979
  msgid "GET PREMIUM"
980
  msgstr ""
981
 
982
- #: views/about.php:490
983
  msgid "No valid changelog was found."
984
  msgstr ""
985
 
@@ -991,62 +1390,58 @@ msgstr ""
991
  msgid "%s Dashboard"
992
  msgstr "%s Панель"
993
 
994
- #: views/backup.php:242
995
  msgid "Dismiss"
996
  msgstr "Пропустить"
997
 
998
- #: views/backup.php:254
999
  #, php-format
1000
  msgid "Backup folder does not exist. Please contact %s for assistance."
1001
  msgstr ""
1002
 
1003
- #: views/backup.php:254 views/restore.php:75 views/restore.php:82
1004
  msgid "support"
1005
  msgstr "поддержка"
1006
 
1007
- #: views/backup.php:257 views/backup.php:263
1008
  msgid "Close"
1009
  msgstr "Закрыть"
1010
 
1011
- #: views/backup.php:278
1012
  msgid ""
1013
  "Click the backup button to create a zipped backup file of this site's "
1014
  "database, plugins, themes and settings."
1015
  msgstr ""
1016
 
1017
- #: views/backup.php:279
1018
  msgid ""
1019
  "Once your backup file has been created it will appear in the available "
1020
  "backups section below. This file may remain on your hosting providers server "
1021
  "but we recommend that you download and save it somewhere safe."
1022
  msgstr ""
1023
 
1024
- #: views/backup.php:280
1025
  msgid ""
1026
  "WPBackItUp premium customers can use these backup files to perform an "
1027
  "automated restore of their site."
1028
  msgstr ""
1029
 
1030
- #: views/backup.php:284
1031
- msgid "Cancel"
1032
- msgstr "Отмена"
1033
-
1034
- #: views/backup.php:291
1035
  #, php-format
1036
  msgid ""
1037
  "WPBackItUp lite customers may use these backup files to manually restore "
1038
  "their site. Please visit %s for manual restore instructions."
1039
  msgstr ""
1040
 
1041
- #: views/backup.php:298
1042
  msgid "Backup Schedule"
1043
  msgstr "Бекап по расписанию"
1044
 
1045
- #: views/backup.php:300
1046
  msgid "Select the days of the week you would like your backup to run."
1047
  msgstr ""
1048
 
1049
- #: views/backup.php:302
1050
  msgid ""
1051
  "Backup your site once per week or every day, it's up to you. If you have "
1052
  "email notifications turned on we'll even send you an email when it's done. "
@@ -1055,96 +1450,96 @@ msgid ""
1055
  "but we recommend that you download and save it somewhere safe."
1056
  msgstr ""
1057
 
1058
- #: views/backup.php:304
1059
  msgid "Please make sure to schedule your backup for at least once per week."
1060
  msgstr ""
1061
 
1062
- #: views/backup.php:308
1063
  msgid "Monday"
1064
  msgstr "Понедельник"
1065
 
1066
- #: views/backup.php:309
1067
  msgid "Tuesday"
1068
  msgstr "Вторник"
1069
 
1070
- #: views/backup.php:310
1071
  msgid "Wednesday"
1072
  msgstr "Среда"
1073
 
1074
- #: views/backup.php:311
1075
  msgid "Thursday"
1076
  msgstr "Четверг"
1077
 
1078
- #: views/backup.php:312
1079
  msgid "Friday"
1080
  msgstr "Пятница"
1081
 
1082
- #: views/backup.php:313
1083
  msgid "Saturday"
1084
  msgstr "Суббота"
1085
 
1086
- #: views/backup.php:314
1087
  msgid "Sunday"
1088
  msgstr "Воскресенье"
1089
 
1090
- #: views/backup.php:317
1091
  msgid "Save Schedule"
1092
  msgstr "Сохранить расписание"
1093
 
1094
- #: views/backup.php:322
1095
  #, php-format
1096
  msgid ""
1097
  "Scheduled backups are only available to WPBackItUp premium customers. "
1098
  "Please visit %s to get WPBackItUp risk free for 30 days."
1099
  msgstr ""
1100
 
1101
- #: views/backup.php:330 views/restore.php:95
1102
  msgid "Available Backups"
1103
  msgstr "Доступные бекапы"
1104
 
1105
- #: views/backup.php:350 views/backup.php:399
1106
  msgid "Type"
1107
  msgstr "Тип"
1108
 
1109
- #: views/backup.php:351 views/backup.php:401 views/restore.php:100
1110
  msgid "Date"
1111
  msgstr "Дата"
1112
 
1113
- #: views/backup.php:352 views/backup.php:403
1114
  msgid "Duration"
1115
  msgstr "Длительность"
1116
 
1117
- #: views/backup.php:371
1118
  msgid "Success"
1119
  msgstr "Успешно"
1120
 
1121
- #: views/backup.php:374
1122
  msgid "Active"
1123
  msgstr "Активный"
1124
 
1125
- #: views/backup.php:417 views/restore.php:149
1126
  msgid "No backup archives found."
1127
  msgstr ""
1128
 
1129
- #: views/backup.php:426
1130
  #, php-format
1131
  msgid ""
1132
  "The automated restore feature is only available to WPBackItUp premium "
1133
  "customers. Please visit %s to get WPBackItUp risk free for 30 days."
1134
  msgstr ""
1135
 
1136
- #: views/backup.php:435 views/restore.php:234
1137
  msgid "Nothing to report"
1138
  msgstr ""
1139
 
1140
- #: views/backup.php:440
1141
  msgid "Preparing for backup"
1142
  msgstr ""
1143
 
1144
- #: views/backup.php:440 views/backup.php:441 views/backup.php:442
1145
- #: views/backup.php:443 views/backup.php:444 views/backup.php:445
1146
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1147
- #: views/backup.php:450 views/backup.php:452 views/restore.php:244
 
 
1148
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1149
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1150
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
@@ -1152,10 +1547,10 @@ msgstr ""
1152
  msgid "Done"
1153
  msgstr "Готово"
1154
 
1155
- #: views/backup.php:440 views/backup.php:441 views/backup.php:442
1156
- #: views/backup.php:443 views/backup.php:444 views/backup.php:445
1157
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1158
- #: views/backup.php:450 views/backup.php:452 views/restore.php:244
 
 
1159
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1160
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1161
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
@@ -1163,105 +1558,105 @@ msgstr "Готово"
1163
  msgid "Failed"
1164
  msgstr " Неудачная"
1165
 
1166
- #: views/backup.php:441
1167
  msgid "Creating inventory of files to backup"
1168
  msgstr ""
1169
 
1170
- #: views/backup.php:442
1171
  msgid "Exporting database"
1172
  msgstr ""
1173
 
1174
- #: views/backup.php:443
1175
  msgid "Backing up database"
1176
  msgstr "Делается бекап базы данных"
1177
 
1178
- #: views/backup.php:444
1179
  msgid "Backing up themes"
1180
  msgstr "Создается бекап тем"
1181
 
1182
- #: views/backup.php:445
1183
  msgid "Backing up plugins"
1184
  msgstr "Делается бекап плагинов"
1185
 
1186
- #: views/backup.php:446
1187
  msgid "Backing up uploads"
1188
  msgstr "Создается бекап загрузок"
1189
 
1190
- #: views/backup.php:447
1191
  msgid "Backing up everything else"
1192
  msgstr ""
1193
 
1194
- #: views/backup.php:448
1195
  msgid "Validating backup"
1196
  msgstr "Проверка бекапа"
1197
 
1198
- #: views/backup.php:450
1199
  msgid "Encrypting sensitive files"
1200
  msgstr ""
1201
 
1202
- #: views/backup.php:452
1203
  msgid "Finalizing backup"
1204
  msgstr "Завершение бекапа"
1205
 
1206
- #: views/backup.php:462
1207
  msgid "Backup completed successfully"
1208
  msgstr "Бекап успешно завершен"
1209
 
1210
- #: views/backup.php:483
1211
  msgid "Version "
1212
  msgstr "Версия"
1213
 
1214
- #: views/backup.php:485
1215
  msgid "Welcome to WPBackItUp!"
1216
  msgstr ""
1217
 
1218
- #: views/backup.php:485
1219
  msgid "The simplest way to backup your WordPress site."
1220
  msgstr "Наипростейший способ сделать бекап вашего WordPress сайта."
1221
 
1222
- #: views/backup.php:486
1223
  msgid ""
1224
  "Getting started is easy, just click the backup button on the left side of "
1225
  "this page."
1226
  msgstr ""
1227
 
1228
- #: views/backup.php:490
1229
  #, php-format
1230
  msgid ""
1231
  "Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
1232
  "medium;color: green\">%s</span> successful backups."
1233
  msgstr ""
1234
 
1235
- #: views/backup.php:491
1236
  msgid "Tips"
1237
  msgstr "Подсказки"
1238
 
1239
- #: views/backup.php:492
1240
  msgid "Backup your site at least once per week"
1241
  msgstr "Делайте бекап сайта хотя бы раз в неделю"
1242
 
1243
- #: views/backup.php:493
1244
  msgid "Download all your backups and store them somewhere safe"
1245
  msgstr ""
1246
 
1247
- #: views/backup.php:494
1248
  msgid "Verify your backup files are good by taking a look at what's inside"
1249
  msgstr ""
1250
 
1251
- #: views/backup.php:499
1252
  #, php-format
1253
  msgid "Why not %s and schedule your backups!"
1254
  msgstr ""
1255
 
1256
- #: views/backup.php:499
1257
  msgid "upgrade"
1258
  msgstr "обновить"
1259
 
1260
- #: views/backup.php:508
1261
  msgid "Register WPBackItUp"
1262
  msgstr ""
1263
 
1264
- #: views/backup.php:511
1265
  msgid ""
1266
  "Enter your name and email address below to receive <b>special offers</b> and "
1267
  "access to our world class <b>support</b> team. <br />\n"
@@ -1269,81 +1664,69 @@ msgid ""
1269
  "site."
1270
  msgstr ""
1271
 
1272
- #: views/backup.php:513
1273
  msgid "name"
1274
  msgstr "имя"
1275
 
1276
- #: views/backup.php:514
1277
  msgid "email address"
1278
  msgstr "адрес электронной почты"
1279
 
1280
- #: views/backup.php:515
1281
  msgid "license key"
1282
  msgstr "лицензионный ключ"
1283
 
1284
- #: views/backup.php:515 views/backup.php:565 views/backup.php:569
1285
  #, php-format
1286
  msgid "%s"
1287
  msgstr "%s"
1288
 
1289
- #: views/backup.php:516
1290
  msgid "Free plugin customers do not need to enter license key."
1291
  msgstr ""
1292
 
1293
- #: views/backup.php:517
1294
  msgid "Register"
1295
  msgstr "Зарегистрироваться"
1296
 
1297
- #: views/backup.php:526
1298
  msgid "License Info"
1299
  msgstr "Информация о лицензии"
1300
 
1301
- #: views/backup.php:548
1302
- msgid "Name"
1303
- msgstr "Имя"
1304
-
1305
- #: views/backup.php:549
1306
- msgid "Email"
1307
- msgstr "E-mail"
1308
-
1309
- #: views/backup.php:550
1310
  msgid "License Type"
1311
  msgstr "Тип лицензии"
1312
 
1313
- #: views/backup.php:551
1314
  msgid "Expires"
1315
  msgstr "Истекает"
1316
 
1317
- #: views/backup.php:554
1318
  msgid "Enter license key to activate on this site."
1319
  msgstr "Введите лицензионный ключ для активации на этом сайте."
1320
 
1321
- #: views/backup.php:561
1322
  msgid "License Active"
1323
  msgstr "Лицензия активна"
1324
 
1325
- #: views/backup.php:569
1326
  msgid "License expired"
1327
  msgstr "Лицензия просрочена"
1328
 
1329
- #: views/backup.php:573
1330
- msgid "Update"
1331
- msgstr "Обновить"
1332
-
1333
- #: views/backup.php:577
1334
  msgid "Activate"
1335
  msgstr "Активировать"
1336
 
1337
- #: views/backup.php:581
1338
  #, php-format
1339
  msgid "Purchase a %s license using the purchase link above."
1340
  msgstr ""
1341
 
1342
- #: views/backup.php:581
1343
  msgid "no-risk"
1344
  msgstr "Без риска"
1345
 
1346
- #: views/backup.php:587
1347
  #, php-format
1348
  msgid ""
1349
  "Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
@@ -1351,35 +1734,35 @@ msgid ""
1351
  "support</strong> team."
1352
  msgstr ""
1353
 
1354
- #: views/backup.php:598
1355
  msgid "Useful Links"
1356
  msgstr "Полезные ссылки"
1357
 
1358
- #: views/backup.php:600
1359
  msgid "Getting Started Video"
1360
  msgstr ""
1361
 
1362
- #: views/backup.php:603
1363
  msgid "Your account"
1364
  msgstr "Ваш аккаунт"
1365
 
1366
- #: views/backup.php:606
1367
  msgid "Website Migration Service"
1368
  msgstr ""
1369
 
1370
- #: views/backup.php:608
1371
  msgid "Documentation"
1372
  msgstr "Документация"
1373
 
1374
- #: views/backup.php:614
1375
  msgid "Feature request"
1376
  msgstr "Запросить функциональность"
1377
 
1378
- #: views/backup.php:616
1379
  msgid "Language Translations"
1380
  msgstr "Языковые переводы"
1381
 
1382
- #: views/backup.php:618
1383
  msgid "Contact"
1384
  msgstr "Связаться"
1385
 
@@ -2066,25 +2449,29 @@ msgid ""
2066
  "data when the plugin is deleted."
2067
  msgstr ""
2068
 
2069
- #: views/support.php:65 views/support.php:221
2070
  msgid "Send Logs"
2071
  msgstr ""
2072
 
2073
- #: views/support.php:71
 
 
 
 
2074
  msgid "Advanced"
2075
  msgstr "Расширеный"
2076
 
2077
- #: views/support.php:93
2078
  msgid "Support Center"
2079
  msgstr ""
2080
 
2081
- #: views/support.php:95
2082
  msgid ""
2083
  "Welcome to the WPBackItUp support center. If you have any questions or run "
2084
  "into any trouble with WPBackItUp then you've come to the right place."
2085
  msgstr ""
2086
 
2087
- #: views/support.php:112
2088
  msgid ""
2089
  "To streamline support requests and better serve you, we utilize a support "
2090
  "ticket system. Every support request is assigned a unique ticket number "
@@ -2094,104 +2481,108 @@ msgid ""
2094
  "is required to submit a ticket. "
2095
  msgstr ""
2096
 
2097
- #: views/support.php:120
2098
  msgid "Search &rarr; Knowledge base"
2099
  msgstr ""
2100
 
2101
- #: views/support.php:121
2102
  msgid ""
2103
  "Want to search our entire documentation library, all our how to articles and "
2104
  "even our faq's in one shot? Just type your question into the knowledge base "
2105
  "search bar and we'll show you everything we have for that topic."
2106
  msgstr ""
2107
 
2108
- #: views/support.php:123
2109
  msgid "New &rarr; Ticket"
2110
  msgstr ""
2111
 
2112
- #: views/support.php:124
2113
  msgid ""
2114
  "Need to open a new support ticket? Just click the link above. Please "
2115
  "provide as much detail as possible so we can best assist you."
2116
  msgstr ""
2117
 
2118
- #: views/support.php:126
2119
  msgid "Check &rarr; Status"
2120
  msgstr ""
2121
 
2122
- #: views/support.php:127
2123
  msgid ""
2124
  "To check ticket status or update a previously submitted ticket you will "
2125
  "first need to login. Our support portal provides a history of your current "
2126
  "and past support requests complete with responses."
2127
  msgstr ""
2128
 
2129
- #: views/support.php:129
2130
  msgid "Send &rarr; Logs"
2131
  msgstr ""
2132
 
2133
- #: views/support.php:130
2134
  msgid ""
2135
  "Sometimes it may be necessary for you to send your log files to support. If "
2136
  "that ever happens, just click the link above and we will show you what to do."
2137
  msgstr ""
2138
 
2139
- #: views/support.php:169
2140
  msgid ""
2141
  "If you have been asked by support to send your log files then you are in the "
2142
  "right spot."
2143
  msgstr ""
2144
 
2145
- #: views/support.php:181
2146
  msgid "Send Logs to Support"
2147
  msgstr ""
2148
 
2149
- #: views/support.php:182
2150
  msgid "This form should only be used when working with support."
2151
  msgstr ""
2152
 
2153
- #: views/support.php:183
2154
  #, php-format
2155
  msgid ""
2156
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
2157
  "target=\"_blank\"> support portal.</a> before using this form."
2158
  msgstr ""
2159
 
2160
- #: views/support.php:184
2161
  msgid ""
2162
  "The ticket id you receive from your support request should be entered in the "
2163
  "ticket id field below."
2164
  msgstr ""
2165
 
2166
- #: views/support.php:185
2167
  msgid "your email address"
2168
  msgstr "ваш адрес электронной почты"
2169
 
2170
- #: views/support.php:196
2171
  msgid "support ticket id"
2172
  msgstr "id тикета поддержки"
2173
 
2174
- #: views/support.php:207
2175
  msgid "problem description or additional information"
2176
  msgstr ""
2177
 
2178
- #: views/support.php:224
2179
  msgid "Please register your version of WPBackItUp for access to support."
2180
  msgstr ""
2181
 
2182
- #: views/support.php:228
2183
  msgid "Premium customers receive priority support."
2184
  msgstr ""
2185
 
2186
- #: views/support.php:236
2187
  msgid "Support email could not be sent!"
2188
  msgstr ""
2189
 
2190
- #: views/support.php:243
2191
  msgid "Support email sent successfully!"
2192
  msgstr ""
2193
 
2194
- #: views/support.php:267
 
 
 
 
2195
  msgid "Content goes here"
2196
  msgstr ""
2197
 
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: WPBackItUp\n"
8
+ "POT-Creation-Date: 2016-12-22 11:38-0500\n"
9
+ "PO-Revision-Date: 2016-12-22 11:38-0500\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-download-log.php:94
31
+ #: lib/includes/class-wpbackitup-admin.php:264
32
+ #: vendor/WordPress/class-wp-list-table.php:1918 views/backup.php:414
33
+ #: views/restore.php:129
34
+ msgid "Delete"
35
+ msgstr "Удалить"
36
+
37
+ #: lib/includes/class-download-log.php:94
38
+ msgid "Are you sure?"
39
+ msgstr ""
40
+
41
+ #: lib/includes/class-download-log.php:95
42
+ #: lib/includes/class-wpbackitup-admin.php:263
43
+ msgid "Download"
44
+ msgstr "Скачать"
45
+
46
+ #: lib/includes/class-download-log.php:130
47
+ msgid "Time"
48
+ msgstr ""
49
+
50
+ #: lib/includes/class-download-log.php:131
51
+ msgid "Log File"
52
+ msgstr ""
53
+
54
+ #: lib/includes/class-download-log.php:132
55
+ msgid "Size"
56
+ msgstr ""
57
+
58
+ #: lib/includes/class-wpbackitup-admin.php:217 views/backup.php:283
59
+ #: views/backup.php:289 views/backup.php:355 views/backup.php:392
60
  #: views/restore.php:99 wp-backitup.php:156
61
  msgid "Backup"
62
  msgstr "Резервная копия"
63
 
64
+ #: lib/includes/class-wpbackitup-admin.php:222
65
+ #: lib/includes/class-wpbackitup-admin.php:265 views/about.php:191
66
  #: views/restore.php:136 wp-backitup.php:170
67
  msgid "Restore"
68
  msgstr "Восстановить"
69
 
70
+ #: lib/includes/class-wpbackitup-admin.php:227 views/support.php:66
71
  msgid "Support"
72
  msgstr "Поддержка"
73
 
74
+ #: lib/includes/class-wpbackitup-admin.php:230
75
  msgid "Settings"
76
  msgstr "Настройки"
77
 
78
+ #: lib/includes/class-wpbackitup-admin.php:233
79
  msgid "About"
80
  msgstr "Детали"
81
 
82
+ #: lib/includes/class-wpbackitup-admin.php:258
83
  msgid ""
84
  "The backup you have selected exceeds what your host allows you to upload."
85
  msgstr ""
86
  "Резервная копия, которую вы указали, больше чем позволяет ваш сервер для "
87
  "загрузки."
88
 
89
+ #: lib/includes/class-wpbackitup-admin.php:259 views/backup.php:446
90
+ #: views/backup.php:447 views/backup.php:448 views/backup.php:449
91
+ #: views/backup.php:450 views/backup.php:451 views/backup.php:452
92
+ #: views/backup.php:453 views/backup.php:454 views/backup.php:456
93
+ #: views/backup.php:458
94
  msgid "Warning"
95
  msgstr "Внимание"
96
 
97
+ #: lib/includes/class-wpbackitup-admin.php:260
98
+ #: vendor/edd/EDD_SL_Plugin_Updater.php:363 views/backup.php:259
99
+ #: views/backup.php:383
100
  msgid "Error"
101
  msgstr "Ошибка"
102
 
103
+ #: lib/includes/class-wpbackitup-admin.php:261
104
  msgid "Response"
105
  msgstr "Ответ"
106
 
107
+ #: lib/includes/class-wpbackitup-admin.php:262 views/backup.php:359
108
+ #: views/backup.php:411 views/backup.php:437 views/restore.php:230
109
  msgid "Status"
110
  msgstr "Статус"
111
 
112
+ #: lib/includes/class-wpbackitup-admin.php:266
 
 
 
 
 
 
 
 
 
113
  msgid "(JS997) Unexpected error"
114
  msgstr "(JS997) Непредвиденная ошибка"
115
 
116
+ #: lib/includes/class-wpbackitup-admin.php:267
117
  msgid "(JS998) Unexpected error"
118
  msgstr "(JS998) Непредвиденная ошибка"
119
 
120
+ #: lib/includes/class-wpbackitup-admin.php:268
121
  msgid "(JS999) An unexpected error has occurred"
122
  msgstr "(JS999) Произошла непредвиденная ошибка"
123
 
124
+ #: lib/includes/class-wpbackitup-admin.php:269
125
  msgid "Scheduled has been saved."
126
  msgstr ""
127
 
128
+ #: lib/includes/class-wpbackitup-admin.php:270
129
  msgid "Scheduled was not saved."
130
  msgstr ""
131
 
132
+ #: lib/includes/class-wpbackitup-admin.php:271
133
  msgid "Are you sure you want to restore your site?"
134
  msgstr "Вы действительно хотите восстановить ваш сайт?"
135
 
136
+ #: lib/includes/class-wpbackitup-admin.php:272
137
  msgid "Are you sure ?"
138
  msgstr "Вы уверены?"
139
 
140
+ #: lib/includes/class-wpbackitup-admin.php:273
141
  msgid "This file cannot be delete!"
142
  msgstr ""
143
 
144
+ #: lib/includes/class-wpbackitup-admin.php:274
145
  msgid "View Log"
146
  msgstr "Смотреть лог"
147
 
148
+ #: lib/includes/class-wpbackitup-admin.php:275
149
  msgid "New Backup!"
150
  msgstr "Новый бекап!"
151
 
152
+ #: lib/includes/class-wpbackitup-admin.php:276
153
  msgid "Uploaded Backup"
154
  msgstr "Загруженный бекап"
155
 
156
+ #: lib/includes/class-wpbackitup-admin.php:680
157
  msgid "Backup Queued"
158
  msgstr ""
159
 
160
+ #: lib/includes/class-wpbackitup-admin.php:689
161
  msgid "Backup could not be queued"
162
  msgstr ""
163
 
164
+ #: lib/includes/class-wpbackitup-admin.php:701
165
  msgid "Job is already in queue."
166
  msgstr ""
167
 
168
+ #: lib/includes/class-wpbackitup-admin.php:739
169
  msgid "No backup file selected."
170
  msgstr ""
171
 
172
+ #: lib/includes/class-wpbackitup-admin.php:746
173
  msgid "No user id found."
174
  msgstr "Id пользователя не найдено."
175
 
176
+ #: lib/includes/class-wpbackitup-admin.php:784
177
  msgid "Restore Queued"
178
  msgstr ""
179
 
180
+ #: lib/includes/class-wpbackitup-admin.php:793
181
  msgid "Restore could not be queued"
182
  msgstr ""
183
 
184
+ #: lib/includes/class-wpbackitup-admin.php:799
185
  msgid "Restore already in queue"
186
  msgstr ""
187
 
188
+ #: lib/includes/class-wpbackitup-admin.php:831
189
  msgid "No job id posted"
190
  msgstr ""
191
 
192
+ #: lib/includes/class-wpbackitup-admin.php:839 views/backup.php:477
193
  msgid "Backup Cancelled"
194
  msgstr "Бекап отменён"
195
 
196
+ #: lib/includes/class-wpbackitup-admin.php:841
197
  msgid "Backup job not found"
198
  msgstr ""
199
 
200
+ #: lib/includes/class-wpbackitup-admin.php:1050
201
  msgid "No response log found."
202
  msgstr ""
203
 
204
+ #: lib/includes/class-wpbackitup-admin.php:1152
205
+ #: lib/includes/class-wpbackitup-admin.php:1160
206
+ #: lib/includes/class-wpbackitup-admin.php:1240
207
+ #: lib/includes/class-wpbackitup-admin.php:1247
208
+ #: lib/includes/class-wpbackitup-admin.php:1254
209
+ #: lib/includes/class-wpbackitup-admin.php:1261
210
+ #: lib/includes/class-wpbackitup-admin.php:1268
211
  msgid "Please enter a number"
212
  msgstr "Пожалуйста, введите номер"
213
 
214
+ #: lib/includes/class-wpbackitup-admin.php:1188
215
  msgid "Please enter valid email"
216
  msgstr ""
217
 
218
+ #: lib/includes/class-wpbackitup-admin.php:1377
219
  msgid "Please enter a valid email"
220
  msgstr "Пожалуйста, введите корректный адрес электронной почты"
221
 
222
+ #: lib/includes/class-wpbackitup-admin.php:1384
223
  msgid "Please enter your support ticket id"
224
  msgstr "Пожалуйста, введите id тикета поддержки"
225
 
226
+ #: lib/includes/class-wpbackitup-admin.php:1389
227
  msgid "Please only enter numbers in this field"
228
  msgstr "Пожалуйста, введите только цифры в это поле"
229
 
230
+ #: lib/includes/class-wpbackitup-admin.php:2282
231
+ #: lib/includes/class-wpbackitup-admin.php:2302
232
  msgid ""
233
  "License could not be activated. Please try again in a few hours and contact "
234
  "support if this error continues."
235
  msgstr ""
236
 
237
+ #: lib/includes/class-wpbackitup-admin.php:2351
238
  msgid "License is invalid."
239
  msgstr "Лицензия некорректна."
240
 
241
+ #: lib/includes/class-wpbackitup-admin.php:2356
242
  msgid "License has expired."
243
  msgstr "Лицензия просрочена."
244
 
245
+ #: lib/includes/class-wpbackitup-admin.php:2359
246
  #, php-format
247
  msgid ""
248
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
250
  "<strong>world class support</strong> team."
251
  msgstr ""
252
 
253
+ #: lib/includes/class-wpbackitup-admin.php:2373
254
  msgid "License Expired: Scheduled backups are no longer active."
255
  msgstr "Лицензия просрочена: Запланированые бекапы больше не доступны."
256
 
257
+ #: lib/includes/class-wpbackitup-admin.php:2381
258
  msgid "Activation limit has been reached."
259
  msgstr "Достигнут лимит активаций."
260
 
261
+ #: lib/includes/class-wpbackitup-admin.php:2387
262
  msgid "Your Activation limit has been reached"
263
  msgstr "Ваш лимит активаций достигнут"
264
 
553
  msgid "(999) Unexpected error"
554
  msgstr "(999) Непредвиденная ошибка"
555
 
556
+ #: vendor/WordPress/class-wp-list-table.php:162
557
+ msgid "List View"
558
+ msgstr ""
559
+
560
+ #: vendor/WordPress/class-wp-list-table.php:163
561
+ msgid "Excerpt View"
562
+ msgstr ""
563
+
564
+ #: vendor/WordPress/class-wp-list-table.php:334
565
+ msgid "No items found."
566
+ msgstr ""
567
+
568
+ #: vendor/WordPress/class-wp-list-table.php:461
569
+ msgid "Select bulk action"
570
+ msgstr ""
571
+
572
+ #: vendor/WordPress/class-wp-list-table.php:463
573
+ msgid "Bulk Actions"
574
+ msgstr ""
575
+
576
+ #: vendor/WordPress/class-wp-list-table.php:473
577
+ msgid "Apply"
578
+ msgstr ""
579
+
580
+ #: vendor/WordPress/class-wp-list-table.php:523
581
+ #: vendor/WordPress/class-wp-list-table.php:1324
582
+ msgid "Show more details"
583
+ msgstr ""
584
+
585
+ #: vendor/WordPress/class-wp-list-table.php:586
586
+ msgid "Filter by date"
587
+ msgstr ""
588
+
589
+ #: vendor/WordPress/class-wp-list-table.php:588
590
+ msgid "All dates"
591
+ msgstr ""
592
+
593
+ #: vendor/WordPress/class-wp-list-table.php:601
594
+ #, php-format
595
+ msgid "%1$s %2$d"
596
+ msgstr ""
597
+
598
+ #: vendor/WordPress/class-wp-list-table.php:660
599
+ #: vendor/WordPress/class-wp-list-table.php:672
600
+ #: vendor/WordPress/class-wp-list-table.php:685
601
+ msgid "No comments"
602
+ msgstr ""
603
+
604
+ #: vendor/WordPress/class-wp-list-table.php:672
605
+ msgid "No approved comments"
606
+ msgstr ""
607
+
608
+ #: vendor/WordPress/class-wp-list-table.php:685
609
+ msgid "No pending comments"
610
+ msgstr ""
611
+
612
+ #: vendor/WordPress/class-wp-list-table.php:798
613
+ msgid "First page"
614
+ msgstr ""
615
+
616
+ #: vendor/WordPress/class-wp-list-table.php:808
617
+ msgid "Previous page"
618
+ msgstr ""
619
+
620
+ #: vendor/WordPress/class-wp-list-table.php:815
621
+ #: vendor/WordPress/class-wp-list-table.php:818
622
+ msgid "Current Page"
623
+ msgstr ""
624
+
625
+ #: vendor/WordPress/class-wp-list-table.php:831
626
+ msgid "Next page"
627
+ msgstr ""
628
+
629
+ #: vendor/WordPress/class-wp-list-table.php:841
630
+ msgid "Last page"
631
+ msgstr ""
632
+
633
+ #: vendor/WordPress/class-wp-list-table.php:1069
634
+ msgid "Select All"
635
+ msgstr ""
636
+
637
+ #: vendor/WordPress/class-wp-list-table.php:1753
638
+ msgid "Edit Comment"
639
+ msgstr ""
640
+
641
+ #: vendor/WordPress/class-wp-list-table.php:1754
642
+ msgid "Reply to Comment"
643
+ msgstr ""
644
+
645
+ #: vendor/WordPress/class-wp-list-table.php:1755
646
+ msgid "Add new Comment"
647
+ msgstr ""
648
+
649
+ #: vendor/WordPress/class-wp-list-table.php:1759
650
+ msgid "Comment"
651
+ msgstr ""
652
+
653
+ #: vendor/WordPress/class-wp-list-table.php:1768 views/backup.php:554
654
+ msgid "Name"
655
+ msgstr "Имя"
656
+
657
+ #: vendor/WordPress/class-wp-list-table.php:1773 views/backup.php:555
658
+ msgid "Email"
659
+ msgstr "E-mail"
660
+
661
+ #: vendor/WordPress/class-wp-list-table.php:1778
662
+ msgid "URL"
663
+ msgstr ""
664
+
665
+ #: vendor/WordPress/class-wp-list-table.php:1785
666
+ msgid "Add Comment"
667
+ msgstr ""
668
+
669
+ #: vendor/WordPress/class-wp-list-table.php:1786
670
+ msgid "Update Comment"
671
+ msgstr ""
672
+
673
+ #: vendor/WordPress/class-wp-list-table.php:1787
674
+ msgid "Submit Reply"
675
+ msgstr ""
676
+
677
+ #: vendor/WordPress/class-wp-list-table.php:1788
678
+ #: vendor/WordPress/class-wp-list-table.php:2008
679
+ #: vendor/WordPress/class-wp-list-table.php:2113 views/backup.php:290
680
+ msgid "Cancel"
681
+ msgstr "Отмена"
682
+
683
+ #: vendor/WordPress/class-wp-list-table.php:1823
684
+ #, php-format
685
+ msgid "Comment by %s moved to the trash."
686
+ msgstr ""
687
+
688
+ #: vendor/WordPress/class-wp-list-table.php:1823
689
+ #: vendor/WordPress/class-wp-list-table.php:1826
690
+ msgid "Undo"
691
+ msgstr ""
692
+
693
+ #: vendor/WordPress/class-wp-list-table.php:1826
694
+ #, php-format
695
+ msgid "Comment by %s marked as spam."
696
+ msgstr ""
697
+
698
+ #: vendor/WordPress/class-wp-list-table.php:1846
699
+ #: vendor/WordPress/class-wp-list-table.php:1861
700
+ #: vendor/WordPress/class-wp-list-table.php:1925
701
+ #: vendor/WordPress/class-wp-list-table.php:1986
702
+ msgid "Value"
703
+ msgstr ""
704
+
705
+ #: vendor/WordPress/class-wp-list-table.php:1915
706
+ msgid "Key"
707
+ msgstr ""
708
+
709
+ #: vendor/WordPress/class-wp-list-table.php:1920 views/backup.php:579
710
+ msgid "Update"
711
+ msgstr "Обновить"
712
+
713
+ #: vendor/WordPress/class-wp-list-table.php:1981
714
+ msgid "Add New Custom Field:"
715
+ msgstr ""
716
+
717
+ #: vendor/WordPress/class-wp-list-table.php:1995
718
+ msgid "&mdash; Select &mdash;"
719
+ msgstr ""
720
+
721
+ #: vendor/WordPress/class-wp-list-table.php:2007
722
+ msgid "Enter new"
723
+ msgstr ""
724
+
725
+ #: vendor/WordPress/class-wp-list-table.php:2018
726
+ msgid "Add Custom Field"
727
+ msgstr ""
728
+
729
+ #: vendor/WordPress/class-wp-list-table.php:2071
730
+ msgid "Month"
731
+ msgstr ""
732
+
733
+ #: vendor/WordPress/class-wp-list-table.php:2077
734
+ #, php-format
735
+ msgid "%1$s-%2$s"
736
+ msgstr ""
737
+
738
+ #: vendor/WordPress/class-wp-list-table.php:2081
739
+ msgid "Day"
740
+ msgstr ""
741
+
742
+ #: vendor/WordPress/class-wp-list-table.php:2082
743
+ msgid "Year"
744
+ msgstr ""
745
+
746
+ #: vendor/WordPress/class-wp-list-table.php:2083
747
+ msgid "Hour"
748
+ msgstr ""
749
+
750
+ #: vendor/WordPress/class-wp-list-table.php:2084
751
+ msgid "Minute"
752
+ msgstr ""
753
+
754
+ #: vendor/WordPress/class-wp-list-table.php:2088
755
+ #, php-format
756
+ msgid "%1$s %2$s, %3$s @ %4$s:%5$s"
757
+ msgstr ""
758
+
759
+ #: vendor/WordPress/class-wp-list-table.php:2112
760
+ msgid "OK"
761
+ msgstr ""
762
+
763
+ #: vendor/WordPress/class-wp-list-table.php:2218
764
+ msgid ""
765
+ "Before you can upload your import file, you will need to fix the following "
766
+ "error:"
767
+ msgstr ""
768
+
769
+ #: vendor/WordPress/class-wp-list-table.php:2224
770
+ msgid "Choose a file from your computer:"
771
+ msgstr ""
772
+
773
+ #: vendor/WordPress/class-wp-list-table.php:2224
774
+ #, php-format
775
+ msgid "Maximum size: %s"
776
+ msgstr ""
777
+
778
+ #: vendor/WordPress/class-wp-list-table.php:2229
779
+ msgid "Upload file and import"
780
+ msgstr ""
781
+
782
+ #: vendor/WordPress/class-wp-list-table.php:2399
783
+ #, php-format
784
+ msgid "Toggle panel: %s"
785
+ msgstr ""
786
+
787
+ #: vendor/WordPress/class-wp-list-table.php:2521
788
+ msgid "Press return or enter to open this section"
789
+ msgstr ""
790
+
791
+ #: vendor/WordPress/class-wp-list-table.php:2567
792
+ #: vendor/WordPress/class-wp-list-table.php:2572
793
+ #, php-format
794
+ msgid "The \"%s\" options group has been removed. Use another settings group."
795
+ msgstr ""
796
+
797
+ #: vendor/WordPress/class-wp-list-table.php:2618
798
+ msgid ""
799
+ "The miscellaneous options group has been removed. Use another settings group."
800
+ msgstr ""
801
+
802
+ #: vendor/WordPress/class-wp-list-table.php:2623
803
+ msgid "The privacy options group has been removed. Use another settings group."
804
+ msgstr ""
805
+
806
+ #: vendor/WordPress/class-wp-list-table.php:2857
807
+ msgid "Attach to existing content"
808
+ msgstr ""
809
+
810
+ #: vendor/WordPress/class-wp-list-table.php:2858
811
+ msgid "Close media attachment panel"
812
+ msgstr ""
813
+
814
+ #: vendor/WordPress/class-wp-list-table.php:2867
815
+ msgid "Search"
816
+ msgstr ""
817
+
818
+ #: vendor/WordPress/class-wp-list-table.php:2876
819
+ msgid "Select"
820
+ msgstr ""
821
+
822
+ #: vendor/WordPress/class-wp-list-table.php:2910
823
+ msgid "(no title)"
824
+ msgstr ""
825
+
826
+ #: vendor/WordPress/class-wp-list-table.php:2948
827
+ msgid "WordPress"
828
+ msgstr ""
829
+
830
+ #: vendor/WordPress/class-wp-list-table.php:3058
831
+ msgid "Password protected"
832
+ msgstr ""
833
+
834
+ #: vendor/WordPress/class-wp-list-table.php:3060
835
+ msgid "Private"
836
+ msgstr ""
837
+
838
+ #: vendor/WordPress/class-wp-list-table.php:3062
839
+ msgid "Draft"
840
+ msgstr ""
841
+
842
+ #: vendor/WordPress/class-wp-list-table.php:3066
843
+ msgid "Sticky"
844
+ msgstr ""
845
+
846
+ #: vendor/WordPress/class-wp-list-table.php:3069
847
+ msgid "Scheduled"
848
+ msgstr ""
849
+
850
+ #: vendor/WordPress/class-wp-list-table.php:3074
851
+ msgid "Front Page"
852
+ msgstr ""
853
+
854
+ #: vendor/WordPress/class-wp-list-table.php:3078
855
+ msgid "Posts Page"
856
+ msgstr ""
857
+
858
+ #: vendor/WordPress/class-wp-list-table.php:3120
859
+ #: vendor/WordPress/class-wp-list-table.php:3127
860
+ msgid "Header Image"
861
+ msgstr ""
862
+
863
+ #: vendor/WordPress/class-wp-list-table.php:3132
864
+ msgid "Current Header Image"
865
+ msgstr ""
866
+
867
+ #: vendor/WordPress/class-wp-list-table.php:3141
868
+ msgid "Background Image"
869
+ msgstr ""
870
+
871
+ #: vendor/WordPress/class-wp-list-table.php:3145
872
+ msgid "Current Background Image"
873
+ msgstr ""
874
+
875
+ #: vendor/WordPress/class-wp-list-table.php:3151
876
+ msgid "Site Icon"
877
+ msgstr ""
878
+
879
+ #: vendor/WordPress/class-wp-list-table.php:3155
880
+ msgid "Logo"
881
+ msgstr ""
882
+
883
+ #: vendor/WordPress/class-wp-list-table.php:3305
884
+ msgid "Save Changes"
885
+ msgstr ""
886
+
887
+ #: vendor/WordPress/class-wp-list-table.php:3382
888
+ msgid ""
889
+ "Likely direct inclusion of wp-admin/includes/template.php in order to use "
890
+ "add_meta_box(). This is very wrong. Hook the add_meta_box() call into the "
891
+ "add_meta_boxes action instead."
892
+ msgstr ""
893
+
894
+ #: vendor/WordPress/class-wp-list-table.php:3399
895
+ msgid ""
896
+ "The backup of this post in your browser is different from the version below."
897
+ msgstr ""
898
+
899
+ #: vendor/WordPress/class-wp-list-table.php:3400
900
+ msgid "Restore the backup"
901
+ msgstr ""
902
+
903
+ #: vendor/WordPress/class-wp-list-table.php:3403
904
+ msgid ""
905
+ "This will replace the current editor content with the last backup version. "
906
+ "You can use undo and redo in the editor to get the old content back or to "
907
+ "return to the restored version."
908
+ msgstr ""
909
+
910
+ #: vendor/WordPress/class-wp-list-table.php:3459
911
+ #, php-format
912
+ msgid "%s rating"
913
+ msgstr ""
914
+
915
+ #: vendor/WordPress/class-wp-list-table.php:3483
916
+ msgid "You are currently editing the page that shows your latest posts."
917
+ msgstr ""
918
+
919
  #: vendor/edd/EDD_SL_Plugin_Updater.php:199
920
  #, php-format
921
  msgid ""
945
  msgid "Premium Plugin"
946
  msgstr ""
947
 
948
+ #: views/about.php:117 views/support.php:100
949
  msgid "WPBackItUp"
950
  msgstr ""
951
 
967
  "<em>backing it up</em> in no time!"
968
  msgstr ""
969
 
970
+ #: views/about.php:139 views/backup.php:489
971
  msgid "Backups"
972
  msgstr "Бекапы"
973
 
987
  "database, plugins, themes, and even all your media files."
988
  msgstr ""
989
 
990
+ #: views/about.php:150 views/about.php:399
991
  msgid "Download Backups"
992
  msgstr ""
993
 
1172
  msgstr ""
1173
 
1174
  #: views/about.php:270
1175
+ msgid "New Features"
1176
  msgstr ""
1177
 
1178
  #: views/about.php:276
1179
+ msgid "Support Center Enhancements"
 
 
 
 
1180
  msgstr ""
1181
 
1182
+ #: views/about.php:277
1183
+ msgid ""
1184
+ "In this release we have made major enhancements to the support center that "
1185
+ "will allow us to make our world class support even better. You are now able "
1186
+ "to <em>view, download</em> and <em>delete</em> the log files we use to help "
1187
+ "troubleshoot problems with your site. This is an important addition because "
1188
+ "sometimes customer sites are so crippled by hosting issues, hackers or bad "
1189
+ "plugins, that they are unable to send us their logs files. Now if that ever "
1190
+ "happens to you, they can easily be downloaded and emailed to support. "
1191
  msgstr ""
1192
 
1193
  #: views/about.php:279
1194
+ msgid "Cleanup Supporting Zip Files"
1195
+ msgstr ""
1196
+
1197
+ #: views/about.php:280
1198
+ msgid ""
1199
+ "WPBackItUp now does an even better job of conserving space used on your "
1200
+ "host. When you select the <em>Cleanup Supporting Zip Files</em> setting, "
1201
+ "WPBackItUp will remove the supporting zip files that were used to create "
1202
+ "your backup."
1203
+ msgstr ""
1204
+
1205
+ #: views/about.php:282
1206
+ msgid "Email Notifications"
1207
+ msgstr ""
1208
+
1209
+ #: views/about.php:283
1210
  msgid ""
1211
+ "WPBackItUp now supports multiple email addresses for backup notifications. "
1212
+ "Using the WPBackItUp Settings page add multiple email addresses to the "
1213
+ "<em>Email Notifications</em> setting and all will receive notification "
1214
+ "emails when your backups complete."
 
 
1215
  msgstr ""
1216
 
1217
+ #: views/about.php:285 views/settings.php:146
1218
  msgid "Maximum Zip File Size"
1219
  msgstr ""
1220
 
1221
+ #: views/about.php:286
1222
  msgid ""
1223
  "Over the years we have found that some hosting providers enforce strict "
1224
  "limitations on the size of your backup archives. When this happens you "
1229
  "any files, it will just add them to a new backup archive."
1230
  msgstr ""
1231
 
1232
+ #: views/about.php:297
1233
  msgid "Additional Updates"
1234
  msgstr "Дополнительные обновления"
1235
 
1236
+ #: views/about.php:300
1237
  msgid "Backup Encryption (Premium Only)"
1238
  msgstr ""
1239
 
1240
+ #: views/about.php:301
1241
  msgid ""
1242
  "That's right, we have added backup encryption to this release but have "
1243
  "turned it off while we beta test with a few customers. Backup encryption "
1244
  "will be included in our next major release (1.14) which is due out soon."
1245
  msgstr ""
1246
 
1247
+ #: views/about.php:304
1248
  msgid "File Name Validation"
1249
  msgstr ""
1250
 
1251
+ #: views/about.php:305
1252
  msgid ""
1253
  "We have added an additional validation for files with invalid names. This "
1254
  "check will exclude files from a backup with invalid file names. These files "
1255
  "are often corrupt and cause errors during a restore."
1256
  msgstr ""
1257
 
1258
+ #: views/about.php:308
1259
  msgid "SQL Files"
1260
  msgstr ""
1261
 
1262
+ #: views/about.php:309
1263
  msgid ""
1264
  "For those of you with extremely large databases, you will be happy to know "
1265
  "that we now support database exports that contain more than 500 SQL files."
1266
  msgstr ""
1267
 
1268
+ #: views/about.php:313
1269
  msgid "Cloud API Gateway "
1270
  msgstr ""
1271
 
1272
+ #: views/about.php:314
1273
  msgid ""
1274
  "Every once in a while we have connectivity issues with a few hosts when "
1275
  "customers attempt to activate their license. To combat this issue we have "
1277
  "providers in every country and on any platform."
1278
  msgstr ""
1279
 
1280
+ #: views/about.php:317
1281
  msgid "Tables missing WordPress table prefix"
1282
  msgstr ""
1283
 
1284
+ #: views/about.php:318
1285
  msgid ""
1286
  "We have added support for database tables that are missing the WordPress "
1287
  "table prefix. Some plugins create custom tables that do not contain the "
1290
  "when the table prefix is missing."
1291
  msgstr ""
1292
 
1293
+ #: views/about.php:324
1294
  msgid "Want to see the entire changelog?"
1295
  msgstr ""
1296
 
1297
+ #: views/about.php:325
1298
  msgid "View the Full Changelog"
1299
  msgstr "Показать полный журнал изменений"
1300
 
1301
+ #: views/about.php:354
1302
  msgid "Full Changelog"
1303
  msgstr "Полный журнал изменений"
1304
 
1305
+ #: views/about.php:374
1306
  msgid "Take a look at what you are missing!"
1307
  msgstr ""
1308
 
1309
+ #: views/about.php:382
1310
  msgid "FEATURES"
1311
  msgstr ""
1312
 
1313
+ #: views/about.php:383
1314
  msgid "LITE"
1315
  msgstr ""
1316
 
1317
+ #: views/about.php:384
1318
  msgid "PREMIUM"
1319
  msgstr ""
1320
 
1321
+ #: views/about.php:389
1322
  msgid "Complete Backup (Database, Themes, Plugins &amp; Media Files)"
1323
  msgstr ""
1324
 
1325
+ #: views/about.php:394
1326
  msgid "Compressed Backups (Zip Format)"
1327
  msgstr ""
1328
 
1329
+ #: views/about.php:404
1330
  msgid "Directory Filters"
1331
  msgstr ""
1332
 
1333
+ #: views/about.php:409
1334
  msgid "Database Table Filters"
1335
  msgstr ""
1336
 
1337
+ #: views/about.php:414
1338
  msgid "Single File Database Export"
1339
  msgstr ""
1340
 
1341
+ #: views/about.php:419
1342
  msgid "Single File Backup"
1343
  msgstr ""
1344
 
1345
+ #: views/about.php:424
1346
  msgid "Purge Old Backups"
1347
  msgstr ""
1348
 
1349
+ #: views/about.php:429
1350
  msgid "Cleanup Work Files &amp; Logs"
1351
  msgstr ""
1352
 
1353
+ #: views/about.php:434
1354
  msgid "Backup Notifications via Email"
1355
  msgstr ""
1356
 
1357
+ #: views/about.php:439
1358
  msgid "One Click Restore</strong>"
1359
  msgstr ""
1360
 
1361
+ #: views/about.php:444
1362
  msgid "Scheduled Backups"
1363
  msgstr ""
1364
 
1365
+ #: views/about.php:449
1366
  msgid "Import Backups"
1367
  msgstr ""
1368
 
1369
+ #: views/about.php:459
1370
  msgid "Premium Support"
1371
  msgstr ""
1372
 
1373
+ #: views/about.php:464
1374
  msgid "Product Updates"
1375
  msgstr ""
1376
 
1377
+ #: views/about.php:471
1378
  msgid "GET PREMIUM"
1379
  msgstr ""
1380
 
1381
+ #: views/about.php:494
1382
  msgid "No valid changelog was found."
1383
  msgstr ""
1384
 
1390
  msgid "%s Dashboard"
1391
  msgstr "%s Панель"
1392
 
1393
+ #: views/backup.php:248
1394
  msgid "Dismiss"
1395
  msgstr "Пропустить"
1396
 
1397
+ #: views/backup.php:260
1398
  #, php-format
1399
  msgid "Backup folder does not exist. Please contact %s for assistance."
1400
  msgstr ""
1401
 
1402
+ #: views/backup.php:260 views/restore.php:75 views/restore.php:82
1403
  msgid "support"
1404
  msgstr "поддержка"
1405
 
1406
+ #: views/backup.php:263 views/backup.php:269
1407
  msgid "Close"
1408
  msgstr "Закрыть"
1409
 
1410
+ #: views/backup.php:284
1411
  msgid ""
1412
  "Click the backup button to create a zipped backup file of this site's "
1413
  "database, plugins, themes and settings."
1414
  msgstr ""
1415
 
1416
+ #: views/backup.php:285
1417
  msgid ""
1418
  "Once your backup file has been created it will appear in the available "
1419
  "backups section below. This file may remain on your hosting providers server "
1420
  "but we recommend that you download and save it somewhere safe."
1421
  msgstr ""
1422
 
1423
+ #: views/backup.php:286
1424
  msgid ""
1425
  "WPBackItUp premium customers can use these backup files to perform an "
1426
  "automated restore of their site."
1427
  msgstr ""
1428
 
1429
+ #: views/backup.php:297
 
 
 
 
1430
  #, php-format
1431
  msgid ""
1432
  "WPBackItUp lite customers may use these backup files to manually restore "
1433
  "their site. Please visit %s for manual restore instructions."
1434
  msgstr ""
1435
 
1436
+ #: views/backup.php:304
1437
  msgid "Backup Schedule"
1438
  msgstr "Бекап по расписанию"
1439
 
1440
+ #: views/backup.php:306
1441
  msgid "Select the days of the week you would like your backup to run."
1442
  msgstr ""
1443
 
1444
+ #: views/backup.php:308
1445
  msgid ""
1446
  "Backup your site once per week or every day, it's up to you. If you have "
1447
  "email notifications turned on we'll even send you an email when it's done. "
1450
  "but we recommend that you download and save it somewhere safe."
1451
  msgstr ""
1452
 
1453
+ #: views/backup.php:310
1454
  msgid "Please make sure to schedule your backup for at least once per week."
1455
  msgstr ""
1456
 
1457
+ #: views/backup.php:314
1458
  msgid "Monday"
1459
  msgstr "Понедельник"
1460
 
1461
+ #: views/backup.php:315
1462
  msgid "Tuesday"
1463
  msgstr "Вторник"
1464
 
1465
+ #: views/backup.php:316
1466
  msgid "Wednesday"
1467
  msgstr "Среда"
1468
 
1469
+ #: views/backup.php:317
1470
  msgid "Thursday"
1471
  msgstr "Четверг"
1472
 
1473
+ #: views/backup.php:318
1474
  msgid "Friday"
1475
  msgstr "Пятница"
1476
 
1477
+ #: views/backup.php:319
1478
  msgid "Saturday"
1479
  msgstr "Суббота"
1480
 
1481
+ #: views/backup.php:320
1482
  msgid "Sunday"
1483
  msgstr "Воскресенье"
1484
 
1485
+ #: views/backup.php:323
1486
  msgid "Save Schedule"
1487
  msgstr "Сохранить расписание"
1488
 
1489
+ #: views/backup.php:328
1490
  #, php-format
1491
  msgid ""
1492
  "Scheduled backups are only available to WPBackItUp premium customers. "
1493
  "Please visit %s to get WPBackItUp risk free for 30 days."
1494
  msgstr ""
1495
 
1496
+ #: views/backup.php:336 views/restore.php:95
1497
  msgid "Available Backups"
1498
  msgstr "Доступные бекапы"
1499
 
1500
+ #: views/backup.php:356 views/backup.php:405
1501
  msgid "Type"
1502
  msgstr "Тип"
1503
 
1504
+ #: views/backup.php:357 views/backup.php:407 views/restore.php:100
1505
  msgid "Date"
1506
  msgstr "Дата"
1507
 
1508
+ #: views/backup.php:358 views/backup.php:409
1509
  msgid "Duration"
1510
  msgstr "Длительность"
1511
 
1512
+ #: views/backup.php:377
1513
  msgid "Success"
1514
  msgstr "Успешно"
1515
 
1516
+ #: views/backup.php:380
1517
  msgid "Active"
1518
  msgstr "Активный"
1519
 
1520
+ #: views/backup.php:423 views/restore.php:149
1521
  msgid "No backup archives found."
1522
  msgstr ""
1523
 
1524
+ #: views/backup.php:432
1525
  #, php-format
1526
  msgid ""
1527
  "The automated restore feature is only available to WPBackItUp premium "
1528
  "customers. Please visit %s to get WPBackItUp risk free for 30 days."
1529
  msgstr ""
1530
 
1531
+ #: views/backup.php:441 views/restore.php:234
1532
  msgid "Nothing to report"
1533
  msgstr ""
1534
 
1535
+ #: views/backup.php:446
1536
  msgid "Preparing for backup"
1537
  msgstr ""
1538
 
 
 
1539
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1540
+ #: views/backup.php:449 views/backup.php:450 views/backup.php:451
1541
+ #: views/backup.php:452 views/backup.php:453 views/backup.php:454
1542
+ #: views/backup.php:456 views/backup.php:458 views/restore.php:244
1543
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1544
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1545
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
1547
  msgid "Done"
1548
  msgstr "Готово"
1549
 
 
 
1550
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1551
+ #: views/backup.php:449 views/backup.php:450 views/backup.php:451
1552
+ #: views/backup.php:452 views/backup.php:453 views/backup.php:454
1553
+ #: views/backup.php:456 views/backup.php:458 views/restore.php:244
1554
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1555
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1556
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
1558
  msgid "Failed"
1559
  msgstr " Неудачная"
1560
 
1561
+ #: views/backup.php:447
1562
  msgid "Creating inventory of files to backup"
1563
  msgstr ""
1564
 
1565
+ #: views/backup.php:448
1566
  msgid "Exporting database"
1567
  msgstr ""
1568
 
1569
+ #: views/backup.php:449
1570
  msgid "Backing up database"
1571
  msgstr "Делается бекап базы данных"
1572
 
1573
+ #: views/backup.php:450
1574
  msgid "Backing up themes"
1575
  msgstr "Создается бекап тем"
1576
 
1577
+ #: views/backup.php:451
1578
  msgid "Backing up plugins"
1579
  msgstr "Делается бекап плагинов"
1580
 
1581
+ #: views/backup.php:452
1582
  msgid "Backing up uploads"
1583
  msgstr "Создается бекап загрузок"
1584
 
1585
+ #: views/backup.php:453
1586
  msgid "Backing up everything else"
1587
  msgstr ""
1588
 
1589
+ #: views/backup.php:454
1590
  msgid "Validating backup"
1591
  msgstr "Проверка бекапа"
1592
 
1593
+ #: views/backup.php:456
1594
  msgid "Encrypting sensitive files"
1595
  msgstr ""
1596
 
1597
+ #: views/backup.php:458
1598
  msgid "Finalizing backup"
1599
  msgstr "Завершение бекапа"
1600
 
1601
+ #: views/backup.php:468
1602
  msgid "Backup completed successfully"
1603
  msgstr "Бекап успешно завершен"
1604
 
1605
+ #: views/backup.php:489
1606
  msgid "Version "
1607
  msgstr "Версия"
1608
 
1609
+ #: views/backup.php:491
1610
  msgid "Welcome to WPBackItUp!"
1611
  msgstr ""
1612
 
1613
+ #: views/backup.php:491
1614
  msgid "The simplest way to backup your WordPress site."
1615
  msgstr "Наипростейший способ сделать бекап вашего WordPress сайта."
1616
 
1617
+ #: views/backup.php:492
1618
  msgid ""
1619
  "Getting started is easy, just click the backup button on the left side of "
1620
  "this page."
1621
  msgstr ""
1622
 
1623
+ #: views/backup.php:496
1624
  #, php-format
1625
  msgid ""
1626
  "Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
1627
  "medium;color: green\">%s</span> successful backups."
1628
  msgstr ""
1629
 
1630
+ #: views/backup.php:497
1631
  msgid "Tips"
1632
  msgstr "Подсказки"
1633
 
1634
+ #: views/backup.php:498
1635
  msgid "Backup your site at least once per week"
1636
  msgstr "Делайте бекап сайта хотя бы раз в неделю"
1637
 
1638
+ #: views/backup.php:499
1639
  msgid "Download all your backups and store them somewhere safe"
1640
  msgstr ""
1641
 
1642
+ #: views/backup.php:500
1643
  msgid "Verify your backup files are good by taking a look at what's inside"
1644
  msgstr ""
1645
 
1646
+ #: views/backup.php:505
1647
  #, php-format
1648
  msgid "Why not %s and schedule your backups!"
1649
  msgstr ""
1650
 
1651
+ #: views/backup.php:505
1652
  msgid "upgrade"
1653
  msgstr "обновить"
1654
 
1655
+ #: views/backup.php:514
1656
  msgid "Register WPBackItUp"
1657
  msgstr ""
1658
 
1659
+ #: views/backup.php:517
1660
  msgid ""
1661
  "Enter your name and email address below to receive <b>special offers</b> and "
1662
  "access to our world class <b>support</b> team. <br />\n"
1664
  "site."
1665
  msgstr ""
1666
 
1667
+ #: views/backup.php:519
1668
  msgid "name"
1669
  msgstr "имя"
1670
 
1671
+ #: views/backup.php:520
1672
  msgid "email address"
1673
  msgstr "адрес электронной почты"
1674
 
1675
+ #: views/backup.php:521
1676
  msgid "license key"
1677
  msgstr "лицензионный ключ"
1678
 
1679
+ #: views/backup.php:521 views/backup.php:571 views/backup.php:575
1680
  #, php-format
1681
  msgid "%s"
1682
  msgstr "%s"
1683
 
1684
+ #: views/backup.php:522
1685
  msgid "Free plugin customers do not need to enter license key."
1686
  msgstr ""
1687
 
1688
+ #: views/backup.php:523
1689
  msgid "Register"
1690
  msgstr "Зарегистрироваться"
1691
 
1692
+ #: views/backup.php:532
1693
  msgid "License Info"
1694
  msgstr "Информация о лицензии"
1695
 
1696
+ #: views/backup.php:556
 
 
 
 
 
 
 
 
1697
  msgid "License Type"
1698
  msgstr "Тип лицензии"
1699
 
1700
+ #: views/backup.php:557
1701
  msgid "Expires"
1702
  msgstr "Истекает"
1703
 
1704
+ #: views/backup.php:560
1705
  msgid "Enter license key to activate on this site."
1706
  msgstr "Введите лицензионный ключ для активации на этом сайте."
1707
 
1708
+ #: views/backup.php:567
1709
  msgid "License Active"
1710
  msgstr "Лицензия активна"
1711
 
1712
+ #: views/backup.php:575
1713
  msgid "License expired"
1714
  msgstr "Лицензия просрочена"
1715
 
1716
+ #: views/backup.php:583
 
 
 
 
1717
  msgid "Activate"
1718
  msgstr "Активировать"
1719
 
1720
+ #: views/backup.php:587
1721
  #, php-format
1722
  msgid "Purchase a %s license using the purchase link above."
1723
  msgstr ""
1724
 
1725
+ #: views/backup.php:587
1726
  msgid "no-risk"
1727
  msgstr "Без риска"
1728
 
1729
+ #: views/backup.php:593
1730
  #, php-format
1731
  msgid ""
1732
  "Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
1734
  "support</strong> team."
1735
  msgstr ""
1736
 
1737
+ #: views/backup.php:604
1738
  msgid "Useful Links"
1739
  msgstr "Полезные ссылки"
1740
 
1741
+ #: views/backup.php:606
1742
  msgid "Getting Started Video"
1743
  msgstr ""
1744
 
1745
+ #: views/backup.php:609
1746
  msgid "Your account"
1747
  msgstr "Ваш аккаунт"
1748
 
1749
+ #: views/backup.php:612
1750
  msgid "Website Migration Service"
1751
  msgstr ""
1752
 
1753
+ #: views/backup.php:614
1754
  msgid "Documentation"
1755
  msgstr "Документация"
1756
 
1757
+ #: views/backup.php:620
1758
  msgid "Feature request"
1759
  msgstr "Запросить функциональность"
1760
 
1761
+ #: views/backup.php:622
1762
  msgid "Language Translations"
1763
  msgstr "Языковые переводы"
1764
 
1765
+ #: views/backup.php:624
1766
  msgid "Contact"
1767
  msgstr "Связаться"
1768
 
2449
  "data when the plugin is deleted."
2450
  msgstr ""
2451
 
2452
+ #: views/support.php:69 views/support.php:229
2453
  msgid "Send Logs"
2454
  msgstr ""
2455
 
2456
+ #: views/support.php:73
2457
+ msgid "Download Logs"
2458
+ msgstr ""
2459
+
2460
+ #: views/support.php:79
2461
  msgid "Advanced"
2462
  msgstr "Расширеный"
2463
 
2464
+ #: views/support.php:101
2465
  msgid "Support Center"
2466
  msgstr ""
2467
 
2468
+ #: views/support.php:103
2469
  msgid ""
2470
  "Welcome to the WPBackItUp support center. If you have any questions or run "
2471
  "into any trouble with WPBackItUp then you've come to the right place."
2472
  msgstr ""
2473
 
2474
+ #: views/support.php:120
2475
  msgid ""
2476
  "To streamline support requests and better serve you, we utilize a support "
2477
  "ticket system. Every support request is assigned a unique ticket number "
2481
  "is required to submit a ticket. "
2482
  msgstr ""
2483
 
2484
+ #: views/support.php:128
2485
  msgid "Search &rarr; Knowledge base"
2486
  msgstr ""
2487
 
2488
+ #: views/support.php:129
2489
  msgid ""
2490
  "Want to search our entire documentation library, all our how to articles and "
2491
  "even our faq's in one shot? Just type your question into the knowledge base "
2492
  "search bar and we'll show you everything we have for that topic."
2493
  msgstr ""
2494
 
2495
+ #: views/support.php:131
2496
  msgid "New &rarr; Ticket"
2497
  msgstr ""
2498
 
2499
+ #: views/support.php:132
2500
  msgid ""
2501
  "Need to open a new support ticket? Just click the link above. Please "
2502
  "provide as much detail as possible so we can best assist you."
2503
  msgstr ""
2504
 
2505
+ #: views/support.php:134
2506
  msgid "Check &rarr; Status"
2507
  msgstr ""
2508
 
2509
+ #: views/support.php:135
2510
  msgid ""
2511
  "To check ticket status or update a previously submitted ticket you will "
2512
  "first need to login. Our support portal provides a history of your current "
2513
  "and past support requests complete with responses."
2514
  msgstr ""
2515
 
2516
+ #: views/support.php:137
2517
  msgid "Send &rarr; Logs"
2518
  msgstr ""
2519
 
2520
+ #: views/support.php:138
2521
  msgid ""
2522
  "Sometimes it may be necessary for you to send your log files to support. If "
2523
  "that ever happens, just click the link above and we will show you what to do."
2524
  msgstr ""
2525
 
2526
+ #: views/support.php:177
2527
  msgid ""
2528
  "If you have been asked by support to send your log files then you are in the "
2529
  "right spot."
2530
  msgstr ""
2531
 
2532
+ #: views/support.php:189
2533
  msgid "Send Logs to Support"
2534
  msgstr ""
2535
 
2536
+ #: views/support.php:190
2537
  msgid "This form should only be used when working with support."
2538
  msgstr ""
2539
 
2540
+ #: views/support.php:191
2541
  #, php-format
2542
  msgid ""
2543
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
2544
  "target=\"_blank\"> support portal.</a> before using this form."
2545
  msgstr ""
2546
 
2547
+ #: views/support.php:192
2548
  msgid ""
2549
  "The ticket id you receive from your support request should be entered in the "
2550
  "ticket id field below."
2551
  msgstr ""
2552
 
2553
+ #: views/support.php:193
2554
  msgid "your email address"
2555
  msgstr "ваш адрес электронной почты"
2556
 
2557
+ #: views/support.php:204
2558
  msgid "support ticket id"
2559
  msgstr "id тикета поддержки"
2560
 
2561
+ #: views/support.php:215
2562
  msgid "problem description or additional information"
2563
  msgstr ""
2564
 
2565
+ #: views/support.php:232
2566
  msgid "Please register your version of WPBackItUp for access to support."
2567
  msgstr ""
2568
 
2569
+ #: views/support.php:236
2570
  msgid "Premium customers receive priority support."
2571
  msgstr ""
2572
 
2573
+ #: views/support.php:244
2574
  msgid "Support email could not be sent!"
2575
  msgstr ""
2576
 
2577
+ #: views/support.php:251
2578
  msgid "Support email sent successfully!"
2579
  msgstr ""
2580
 
2581
+ #: views/support.php:282
2582
+ msgid "Download logs file manually."
2583
+ msgstr ""
2584
+
2585
+ #: views/support.php:310
2586
  msgid "Content goes here"
2587
  msgstr ""
2588
 
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-11-04 18:34-0400\n"
9
- "PO-Revision-Date: 2016-11-04 18:34-0400\n"
10
  "Last-Translator: sheisjeremy\n"
11
  "Language-Team: Tagalog (http://www.transifex.com/wp-translations/wp-backitup/"
12
  "language/tl/)\n"
@@ -25,192 +25,211 @@ msgstr ""
25
  msgid "Every %d Minutes"
26
  msgstr "bawat %d minuto "
27
 
28
- #: lib/includes/class-wpbackitup-admin.php:225 views/backup.php:277
29
- #: views/backup.php:283 views/backup.php:349 views/backup.php:386
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  #: views/restore.php:99 wp-backitup.php:156
31
  msgid "Backup"
32
  msgstr "Backup"
33
 
34
- #: lib/includes/class-wpbackitup-admin.php:230
35
- #: lib/includes/class-wpbackitup-admin.php:273 views/about.php:191
36
  #: views/restore.php:136 wp-backitup.php:170
37
  msgid "Restore"
38
  msgstr "Ipanumbalik sa orihinal"
39
 
40
- #: lib/includes/class-wpbackitup-admin.php:235 views/support.php:62
41
  msgid "Support"
42
  msgstr "Support"
43
 
44
- #: lib/includes/class-wpbackitup-admin.php:238
45
  msgid "Settings"
46
  msgstr "Mga Setting"
47
 
48
- #: lib/includes/class-wpbackitup-admin.php:241
49
  msgid "About"
50
  msgstr "Tungkol sa WPBackItUp"
51
 
52
- #: lib/includes/class-wpbackitup-admin.php:266
53
  msgid ""
54
  "The backup you have selected exceeds what your host allows you to upload."
55
  msgstr ""
56
  "Ang iyong pinili na mga backup ay lumampas sa pinapayagan ng iyong host na "
57
  "dapat i-upload."
58
 
59
- #: lib/includes/class-wpbackitup-admin.php:267 views/backup.php:440
60
- #: views/backup.php:441 views/backup.php:442 views/backup.php:443
61
- #: views/backup.php:444 views/backup.php:445 views/backup.php:446
62
- #: views/backup.php:447 views/backup.php:448 views/backup.php:450
63
- #: views/backup.php:452
64
  msgid "Warning"
65
  msgstr "Babala"
66
 
67
- #: lib/includes/class-wpbackitup-admin.php:268
68
- #: vendor/edd/EDD_SL_Plugin_Updater.php:363 views/backup.php:253
69
- #: views/backup.php:377
70
  msgid "Error"
71
  msgstr "Pagkakamali"
72
 
73
- #: lib/includes/class-wpbackitup-admin.php:269
74
  msgid "Response"
75
  msgstr "Tugon"
76
 
77
- #: lib/includes/class-wpbackitup-admin.php:270 views/backup.php:353
78
- #: views/backup.php:405 views/backup.php:431 views/restore.php:230
79
  msgid "Status"
80
  msgstr "Kalagayan"
81
 
82
- #: lib/includes/class-wpbackitup-admin.php:271
83
- msgid "Download"
84
- msgstr "Download"
85
-
86
- #: lib/includes/class-wpbackitup-admin.php:272 views/backup.php:408
87
- #: views/restore.php:129
88
- msgid "Delete"
89
- msgstr "Burahin"
90
-
91
- #: lib/includes/class-wpbackitup-admin.php:274
92
  msgid "(JS997) Unexpected error"
93
  msgstr "(JS997) hindi inaasahang pagkakamali o hindi inaasahang error"
94
 
95
- #: lib/includes/class-wpbackitup-admin.php:275
96
  msgid "(JS998) Unexpected error"
97
  msgstr "(JS998) hindi inaasahang pagkakamali o hindi inaasahang error"
98
 
99
- #: lib/includes/class-wpbackitup-admin.php:276
100
  msgid "(JS999) An unexpected error has occurred"
101
  msgstr ""
102
  "(JS999) Nangyari ang hindi inaasahang pagkakamali o Nangyari ang hindi "
103
  "inaasahang error"
104
 
105
- #: lib/includes/class-wpbackitup-admin.php:277
106
  msgid "Scheduled has been saved."
107
  msgstr "Ang schedule ay naka-save."
108
 
109
- #: lib/includes/class-wpbackitup-admin.php:278
110
  msgid "Scheduled was not saved."
111
  msgstr "Ang schedule ay hindi naka - save. "
112
 
113
- #: lib/includes/class-wpbackitup-admin.php:279
114
  msgid "Are you sure you want to restore your site?"
115
  msgstr ""
116
  "Ikaw ba ay nakasisiguro na dapat ibalik sa orihinal ang iyong website? "
117
 
118
- #: lib/includes/class-wpbackitup-admin.php:280
119
  msgid "Are you sure ?"
120
  msgstr "Ikaw ba ay nakasisiguro?"
121
 
122
- #: lib/includes/class-wpbackitup-admin.php:281
123
  msgid "This file cannot be delete!"
124
  msgstr "Ang file na ito ay hindi maaaring tanggalin!"
125
 
126
- #: lib/includes/class-wpbackitup-admin.php:282
127
  msgid "View Log"
128
  msgstr "Tignan ang log files. "
129
 
130
- #: lib/includes/class-wpbackitup-admin.php:283
131
  msgid "New Backup!"
132
  msgstr "Bagong backup!"
133
 
134
- #: lib/includes/class-wpbackitup-admin.php:284
135
  msgid "Uploaded Backup"
136
  msgstr "Na upload na backup"
137
 
138
- #: lib/includes/class-wpbackitup-admin.php:685
139
  msgid "Backup Queued"
140
  msgstr "Ang backup ay nakalinya."
141
 
142
- #: lib/includes/class-wpbackitup-admin.php:694
143
  msgid "Backup could not be queued"
144
  msgstr "Ang backup ay hindi maaaring isama sa mga naka linya"
145
 
146
- #: lib/includes/class-wpbackitup-admin.php:706
147
  msgid "Job is already in queue."
148
  msgstr "Ang Job ay nasa queue. "
149
 
150
- #: lib/includes/class-wpbackitup-admin.php:744
151
  msgid "No backup file selected."
152
  msgstr "Walang backup file na napili"
153
 
154
- #: lib/includes/class-wpbackitup-admin.php:751
155
  msgid "No user id found."
156
  msgstr "Walang matagpuan na user id"
157
 
158
- #: lib/includes/class-wpbackitup-admin.php:789
159
  msgid "Restore Queued"
160
  msgstr "Nakalinya na ang mga ipanunumbalik sa orihinal."
161
 
162
- #: lib/includes/class-wpbackitup-admin.php:798
163
  msgid "Restore could not be queued"
164
  msgstr "Hindi maaaring isama sa linya ng mga ibabalik sa orihinal. "
165
 
166
- #: lib/includes/class-wpbackitup-admin.php:804
167
  msgid "Restore already in queue"
168
  msgstr "Ang ipanunumbalik sa orihinal ay nakalinya na. "
169
 
170
- #: lib/includes/class-wpbackitup-admin.php:836
171
  msgid "No job id posted"
172
  msgstr "Walang job id na na-i-post"
173
 
174
- #: lib/includes/class-wpbackitup-admin.php:844 views/backup.php:471
175
  msgid "Backup Cancelled"
176
  msgstr "Nakansela na backup "
177
 
178
- #: lib/includes/class-wpbackitup-admin.php:846
179
  msgid "Backup job not found"
180
  msgstr "Hindi natagpuan ang Backup Job"
181
 
182
- #: lib/includes/class-wpbackitup-admin.php:1055
183
  msgid "No response log found."
184
  msgstr "Walang makita na response log."
185
 
186
- #: lib/includes/class-wpbackitup-admin.php:1157
187
- #: lib/includes/class-wpbackitup-admin.php:1165
188
- #: lib/includes/class-wpbackitup-admin.php:1245
189
- #: lib/includes/class-wpbackitup-admin.php:1252
190
- #: lib/includes/class-wpbackitup-admin.php:1259
191
- #: lib/includes/class-wpbackitup-admin.php:1266
192
- #: lib/includes/class-wpbackitup-admin.php:1273
193
  msgid "Please enter a number"
194
  msgstr "Maglagay ng numero "
195
 
196
- #: lib/includes/class-wpbackitup-admin.php:1193
197
  msgid "Please enter valid email"
198
  msgstr "Ilagay ang wastong email."
199
 
200
- #: lib/includes/class-wpbackitup-admin.php:1382
201
  msgid "Please enter a valid email"
202
  msgstr "Ilagay ang tamang email."
203
 
204
- #: lib/includes/class-wpbackitup-admin.php:1389
205
  msgid "Please enter your support ticket id"
206
  msgstr "Ilagay ang iyong support ticket id"
207
 
208
- #: lib/includes/class-wpbackitup-admin.php:1394
209
  msgid "Please only enter numbers in this field"
210
  msgstr "Ilagay lamang ang numero"
211
 
212
- #: lib/includes/class-wpbackitup-admin.php:2267
213
- #: lib/includes/class-wpbackitup-admin.php:2287
214
  msgid ""
215
  "License could not be activated. Please try again in a few hours and contact "
216
  "support if this error continues."
@@ -218,15 +237,15 @@ msgstr ""
218
  "Hindi ma-activate ang lisensya. Pakisubukang muli pagkalipas ng ilang oras "
219
  "at makipag-ugnayan sa support kung ang error na ito ay patuloy pa rin. "
220
 
221
- #: lib/includes/class-wpbackitup-admin.php:2336
222
  msgid "License is invalid."
223
  msgstr "Ang lisensya ay hindi wasto"
224
 
225
- #: lib/includes/class-wpbackitup-admin.php:2341
226
  msgid "License has expired."
227
  msgstr "Ang lisensya ay wala ng bisa."
228
 
229
- #: lib/includes/class-wpbackitup-admin.php:2344
230
  #, php-format
231
  msgid ""
232
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -237,17 +256,17 @@ msgstr ""
237
  "renew </a> ang iyong lisensya ngayon para sa isa pang taon ng mga update "
238
  "<strong> ng produkto </strong> at <strong> priority support. </strong>"
239
 
240
- #: lib/includes/class-wpbackitup-admin.php:2358
241
  msgid "License Expired: Scheduled backups are no longer active."
242
  msgstr ""
243
  "Ang lisensya ay wala ng bisa: Ang naka iskedyul na mga backup ay hindi na "
244
  "aktibo. "
245
 
246
- #: lib/includes/class-wpbackitup-admin.php:2366
247
  msgid "Activation limit has been reached."
248
  msgstr "Ang pagtatakda ng aktibasyon ay umabot na sa limitasyon "
249
 
250
- #: lib/includes/class-wpbackitup-admin.php:2372
251
  msgid "Your Activation limit has been reached"
252
  msgstr "Ang pagtatakda ng aktibasyon ay umabot na sa limitasyon "
253
 
@@ -572,6 +591,369 @@ msgstr "(2135) Hindi ma-backup ang iyong database. Pakisubukang muli"
572
  msgid "(999) Unexpected error"
573
  msgstr "(999) Hindi inaasahang error o hindi inaasahang pagkakamali"
574
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
575
  #: vendor/edd/EDD_SL_Plugin_Updater.php:199
576
  #, php-format
577
  msgid ""
@@ -601,7 +983,7 @@ msgstr "Anong bago"
601
  msgid "Premium Plugin"
602
  msgstr "Premium Plugin"
603
 
604
- #: views/about.php:117 views/support.php:92
605
  msgid "WPBackItUp"
606
  msgstr "WPBackItUp"
607
 
@@ -628,7 +1010,7 @@ msgstr ""
628
  "Gamitin ang tip upang masimulan ang paggamit ng WPBackItUp at ikaw ay <em> "
629
  "magbackup </em> anumang oras!"
630
 
631
- #: views/about.php:139 views/backup.php:483
632
  msgid "Backups"
633
  msgstr "Backups"
634
 
@@ -653,7 +1035,7 @@ msgstr ""
653
  "dito ang iyong database, plugin, mga tema, at kahit na ang lahat ng iyong "
654
  "mga media file."
655
 
656
- #: views/about.php:150 views/about.php:395
657
  msgid "Download Backups"
658
  msgstr "I - download ang backups"
659
 
@@ -891,10 +1273,41 @@ msgid "Below are just a few highlights for version %s. "
891
  msgstr "Ang nasa ibaba ay kaunting highlights para sa version %s. "
892
 
893
  #: views/about.php:270
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
894
  msgid "Email Notifications"
895
  msgstr "Email Notifications"
896
 
897
- #: views/about.php:276
898
  msgid ""
899
  "WPBackItUp now supports multiple email addresses for backup notifications. "
900
  "Using the WPBackItUp Settings page add multiple email addresses to the "
@@ -907,32 +1320,11 @@ msgstr ""
907
  "makatatanggap ng mga notipikasyon sa email kapag ang iyong backups ay "
908
  "kumpleto na."
909
 
910
- #: views/about.php:278
911
- msgid "About Page"
912
- msgstr "About Page"
913
-
914
- #: views/about.php:279
915
- msgid ""
916
- "WPBackItUp now has a new <em>about</em> page and you are looking at it right "
917
- "now! The about page contains tips to help get you started with WPBackItUp "
918
- "as well as links to our knowledge base, faqs and instructions on how to "
919
- "contact support if you ever need help. It also includes a <em>what's new</"
920
- "em> section describing all the incredible new features and enhancements we "
921
- "make with every release."
922
- msgstr ""
923
- "Ang WPBackItUp ngayon ay may bagong <em>about</em> page at ikaw ay "
924
- "nakatingin dito sa ngayon! Ang about page ay naglalaman ng mga tip upang "
925
- "matulungan kang makapagsimula sa WPBackItUp pati na rin ang mga link sa "
926
- "aming knowledge base, FAQs at mga tagubilin sa kung paano makipag-ugnayan sa "
927
- "support kung sakaling kailanganin mo ng tulong. Kasama rin dito ang <em>kung "
928
- "ano ang bago</em> na seksyon na naglalarawan ng lahat ng mga hindi kapani-"
929
- "paniwala bagong tampok at pagpapahusay na ginagawa natin sa bawat release."
930
-
931
- #: views/about.php:281 views/settings.php:146
932
  msgid "Maximum Zip File Size"
933
  msgstr "Pinakamataas na Sukat ng Zip File"
934
 
935
- #: views/about.php:282
936
  msgid ""
937
  "Over the years we have found that some hosting providers enforce strict "
938
  "limitations on the size of your backup archives. When this happens you "
@@ -952,15 +1344,15 @@ msgstr ""
952
  "isang bago. Huwag mag-alala ang WPBackItUp ay hindi makakaligtaan ang "
953
  "anumang mga file, ito ay idadagdag sa bagong backup archive."
954
 
955
- #: views/about.php:293
956
  msgid "Additional Updates"
957
  msgstr "Karagdagang Updates"
958
 
959
- #: views/about.php:296
960
  msgid "Backup Encryption (Premium Only)"
961
  msgstr "Backup Encryption (Premium Only)"
962
 
963
- #: views/about.php:297
964
  msgid ""
965
  "That's right, we have added backup encryption to this release but have "
966
  "turned it off while we beta test with a few customers. Backup encryption "
@@ -971,11 +1363,11 @@ msgstr ""
971
  "encryption ay isasama sa aming susunod na major release (1.14) na aming "
972
  "ilalabas sa lalong madaling panahon. "
973
 
974
- #: views/about.php:300
975
  msgid "File Name Validation"
976
  msgstr "File Name Validation"
977
 
978
- #: views/about.php:301
979
  msgid ""
980
  "We have added an additional validation for files with invalid names. This "
981
  "check will exclude files from a backup with invalid file names. These files "
@@ -986,11 +1378,11 @@ msgstr ""
986
  "sa isang backup na may di-wastong pangalan. Ang mga files na ito ay madalas "
987
  "na sira at magdudulot ng mga error sa panahon ng restore. "
988
 
989
- #: views/about.php:304
990
  msgid "SQL Files"
991
  msgstr "SQL Files"
992
 
993
- #: views/about.php:305
994
  msgid ""
995
  "For those of you with extremely large databases, you will be happy to know "
996
  "that we now support database exports that contain more than 500 SQL files."
@@ -999,11 +1391,11 @@ msgstr ""
999
  "na ngayon ay sinusuportahan namin ang database exports na naglalaman ng "
1000
  "higit sa 500 na mga SQL files."
1001
 
1002
- #: views/about.php:309
1003
  msgid "Cloud API Gateway "
1004
  msgstr "Cloud API Gateway"
1005
 
1006
- #: views/about.php:310
1007
  msgid ""
1008
  "Every once in a while we have connectivity issues with a few hosts when "
1009
  "customers attempt to activate their license. To combat this issue we have "
@@ -1016,11 +1408,11 @@ msgstr ""
1016
  "na dapat ay naa-access sa hosting provider sa bawat bansa at sa anumang "
1017
  "platform."
1018
 
1019
- #: views/about.php:313
1020
  msgid "Tables missing WordPress table prefix"
1021
  msgstr "Tables missing WordPress table prefix"
1022
 
1023
- #: views/about.php:314
1024
  msgid ""
1025
  "We have added support for database tables that are missing the WordPress "
1026
  "table prefix. Some plugins create custom tables that do not contain the "
@@ -1035,95 +1427,95 @@ msgstr ""
1035
  "WPBackItUp ay isasama na ang lahat ng mga talahanayan sa isang database, "
1036
  "kahit na ang table prefix ay nawawala."
1037
 
1038
- #: views/about.php:320
1039
  msgid "Want to see the entire changelog?"
1040
  msgstr "Nais mo bang makita ang buong changelog?"
1041
 
1042
- #: views/about.php:321
1043
  msgid "View the Full Changelog"
1044
  msgstr "Tingnan ang Buong Changelog"
1045
 
1046
- #: views/about.php:350
1047
  msgid "Full Changelog"
1048
  msgstr "Buong Changelog"
1049
 
1050
- #: views/about.php:370
1051
  msgid "Take a look at what you are missing!"
1052
  msgstr "Take a look at what you are missing!"
1053
 
1054
- #: views/about.php:378
1055
  msgid "FEATURES"
1056
  msgstr "FEATURES"
1057
 
1058
- #: views/about.php:379
1059
  msgid "LITE"
1060
  msgstr "LITE"
1061
 
1062
- #: views/about.php:380
1063
  msgid "PREMIUM"
1064
  msgstr "PREMIUM"
1065
 
1066
- #: views/about.php:385
1067
  msgid "Complete Backup (Database, Themes, Plugins &amp; Media Files)"
1068
  msgstr "Kumpletong Backup (Database, Tema, Plugins &amp; Media Files)"
1069
 
1070
- #: views/about.php:390
1071
  msgid "Compressed Backups (Zip Format)"
1072
  msgstr "Compressed Backups (Zip Format)"
1073
 
1074
- #: views/about.php:400
1075
  msgid "Directory Filters"
1076
  msgstr "Directory Filters"
1077
 
1078
- #: views/about.php:405
1079
  msgid "Database Table Filters"
1080
  msgstr "Database Table Filters"
1081
 
1082
- #: views/about.php:410
1083
  msgid "Single File Database Export"
1084
  msgstr "Single File Database Export"
1085
 
1086
- #: views/about.php:415
1087
  msgid "Single File Backup"
1088
  msgstr "Single File Backup"
1089
 
1090
- #: views/about.php:420
1091
  msgid "Purge Old Backups"
1092
  msgstr "Purge Old Backups"
1093
 
1094
- #: views/about.php:425
1095
  msgid "Cleanup Work Files &amp; Logs"
1096
  msgstr "Cleanup Work Files &amp; Logs"
1097
 
1098
- #: views/about.php:430
1099
  msgid "Backup Notifications via Email"
1100
  msgstr "Notipikasyon ng Backup sa pamamagitan ng Email"
1101
 
1102
- #: views/about.php:435
1103
  msgid "One Click Restore</strong>"
1104
  msgstr "One Click Restore</strong>"
1105
 
1106
- #: views/about.php:440
1107
  msgid "Scheduled Backups"
1108
  msgstr "Iskedyul ng Backups"
1109
 
1110
- #: views/about.php:445
1111
  msgid "Import Backups"
1112
  msgstr "Import Backups"
1113
 
1114
- #: views/about.php:455
1115
  msgid "Premium Support"
1116
  msgstr "Premium Support"
1117
 
1118
- #: views/about.php:460
1119
  msgid "Product Updates"
1120
  msgstr "Updates ng Produkto"
1121
 
1122
- #: views/about.php:467
1123
  msgid "GET PREMIUM"
1124
  msgstr "GET PREMIUM"
1125
 
1126
- #: views/about.php:490
1127
  msgid "No valid changelog was found."
1128
  msgstr "Walang nakita na valid changelog"
1129
 
@@ -1135,26 +1527,26 @@ msgstr "Walang nakita na valid changelog"
1135
  msgid "%s Dashboard"
1136
  msgstr "%s Dashboard"
1137
 
1138
- #: views/backup.php:242
1139
  msgid "Dismiss"
1140
  msgstr "Alisin"
1141
 
1142
- #: views/backup.php:254
1143
  #, php-format
1144
  msgid "Backup folder does not exist. Please contact %s for assistance."
1145
  msgstr ""
1146
  "Ang backup folder ay hindi umiiral. Makipagugnayan sa %s suport para sa "
1147
  "tulong. "
1148
 
1149
- #: views/backup.php:254 views/restore.php:75 views/restore.php:82
1150
  msgid "support"
1151
  msgstr "Support"
1152
 
1153
- #: views/backup.php:257 views/backup.php:263
1154
  msgid "Close"
1155
  msgstr "Isara"
1156
 
1157
- #: views/backup.php:278
1158
  msgid ""
1159
  "Click the backup button to create a zipped backup file of this site's "
1160
  "database, plugins, themes and settings."
@@ -1162,7 +1554,7 @@ msgstr ""
1162
  "I-click ang buton na backup upang lumikha ng zip backup file ng database, "
1163
  "plugins, mga tema at mga setting ng site database"
1164
 
1165
- #: views/backup.php:279
1166
  msgid ""
1167
  "Once your backup file has been created it will appear in the available "
1168
  "backups section below. This file may remain on your hosting providers server "
@@ -1173,7 +1565,7 @@ msgstr ""
1173
  "hosting provider server ngunit inirerekumenda namin na iyong i-download at i-"
1174
  "save . "
1175
 
1176
- #: views/backup.php:280
1177
  msgid ""
1178
  "WPBackItUp premium customers can use these backup files to perform an "
1179
  "automated restore of their site."
@@ -1182,11 +1574,7 @@ msgstr ""
1182
  "files upang magsagawa ng awtomatikong pagbabalik sa orihinal ng kanilang "
1183
  "site. "
1184
 
1185
- #: views/backup.php:284
1186
- msgid "Cancel"
1187
- msgstr "Ikansela"
1188
-
1189
- #: views/backup.php:291
1190
  #, php-format
1191
  msgid ""
1192
  "WPBackItUp lite customers may use these backup files to manually restore "
@@ -1196,15 +1584,15 @@ msgstr ""
1196
  "manong ibalik sa orihinal ang kanilang site. Mangyaring bisitahin ang %s "
1197
  "para sa mga tagubilin."
1198
 
1199
- #: views/backup.php:298
1200
  msgid "Backup Schedule"
1201
  msgstr "Backup Iskedyul"
1202
 
1203
- #: views/backup.php:300
1204
  msgid "Select the days of the week you would like your backup to run."
1205
  msgstr "Piliin ang mga araw na nais mong magsimula ang iyong backup "
1206
 
1207
- #: views/backup.php:302
1208
  msgid ""
1209
  "Backup your site once per week or every day, it's up to you. If you have "
1210
  "email notifications turned on we'll even send you an email when it's done. "
@@ -1219,45 +1607,45 @@ msgstr ""
1219
  "file na ito ay maaaring manatili sa iyong hosting provider server ngunit "
1220
  "inirerekumenda namin na iyong i-download at i-save."
1221
 
1222
- #: views/backup.php:304
1223
  msgid "Please make sure to schedule your backup for at least once per week."
1224
  msgstr ""
1225
  "Mangyaring siguraduhin na mag-iskedyul ng iyong mga backup , isang beses sa "
1226
  "isang linggo."
1227
 
1228
- #: views/backup.php:308
1229
  msgid "Monday"
1230
  msgstr "Lunes"
1231
 
1232
- #: views/backup.php:309
1233
  msgid "Tuesday"
1234
  msgstr "Martes"
1235
 
1236
- #: views/backup.php:310
1237
  msgid "Wednesday"
1238
  msgstr "Miyerkules"
1239
 
1240
- #: views/backup.php:311
1241
  msgid "Thursday"
1242
  msgstr "Huwebes"
1243
 
1244
- #: views/backup.php:312
1245
  msgid "Friday"
1246
  msgstr "Biyernes"
1247
 
1248
- #: views/backup.php:313
1249
  msgid "Saturday"
1250
  msgstr "Sabado"
1251
 
1252
- #: views/backup.php:314
1253
  msgid "Sunday"
1254
  msgstr "Linggo"
1255
 
1256
- #: views/backup.php:317
1257
  msgid "Save Schedule"
1258
  msgstr "I-save ang iskedyul "
1259
 
1260
- #: views/backup.php:322
1261
  #, php-format
1262
  msgid ""
1263
  "Scheduled backups are only available to WPBackItUp premium customers. "
@@ -1267,35 +1655,35 @@ msgstr ""
1267
  "customer. Mangyaring bisitahin ang %s upang makakuha ng WPBackItUp risk "
1268
  "free para sa 30 araw. "
1269
 
1270
- #: views/backup.php:330 views/restore.php:95
1271
  msgid "Available Backups"
1272
  msgstr "Magagamit na Backups "
1273
 
1274
- #: views/backup.php:350 views/backup.php:399
1275
  msgid "Type"
1276
  msgstr "Uri "
1277
 
1278
- #: views/backup.php:351 views/backup.php:401 views/restore.php:100
1279
  msgid "Date"
1280
  msgstr "Petsa"
1281
 
1282
- #: views/backup.php:352 views/backup.php:403
1283
  msgid "Duration"
1284
  msgstr "Panahong itinagal"
1285
 
1286
- #: views/backup.php:371
1287
  msgid "Success"
1288
  msgstr "Matagumpay! "
1289
 
1290
- #: views/backup.php:374
1291
  msgid "Active"
1292
  msgstr "Aktibo: "
1293
 
1294
- #: views/backup.php:417 views/restore.php:149
1295
  msgid "No backup archives found."
1296
  msgstr "Walang nahanap na backup archive"
1297
 
1298
- #: views/backup.php:426
1299
  #, php-format
1300
  msgid ""
1301
  "The automated restore feature is only available to WPBackItUp premium "
@@ -1305,18 +1693,18 @@ msgstr ""
1305
  "premium customer. Mangyaring bisitahin ang %s upang makakuha ng WPBackItUp "
1306
  "risk free para sa 30 araw."
1307
 
1308
- #: views/backup.php:435 views/restore.php:234
1309
  msgid "Nothing to report"
1310
  msgstr "Walang maiulat"
1311
 
1312
- #: views/backup.php:440
1313
  msgid "Preparing for backup"
1314
  msgstr "Paghahanda para sa backup"
1315
 
1316
- #: views/backup.php:440 views/backup.php:441 views/backup.php:442
1317
- #: views/backup.php:443 views/backup.php:444 views/backup.php:445
1318
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1319
- #: views/backup.php:450 views/backup.php:452 views/restore.php:244
 
 
1320
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1321
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1322
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
@@ -1324,10 +1712,10 @@ msgstr "Paghahanda para sa backup"
1324
  msgid "Done"
1325
  msgstr "Tapos na "
1326
 
1327
- #: views/backup.php:440 views/backup.php:441 views/backup.php:442
1328
- #: views/backup.php:443 views/backup.php:444 views/backup.php:445
1329
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1330
- #: views/backup.php:450 views/backup.php:452 views/restore.php:244
 
 
1331
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1332
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1333
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
@@ -1335,63 +1723,63 @@ msgstr "Tapos na "
1335
  msgid "Failed"
1336
  msgstr "Hindi napagtagumpayan "
1337
 
1338
- #: views/backup.php:441
1339
  msgid "Creating inventory of files to backup"
1340
  msgstr "Paglikha ng imbentaryo ng files para i-backup."
1341
 
1342
- #: views/backup.php:442
1343
  msgid "Exporting database"
1344
  msgstr "Exporting database"
1345
 
1346
- #: views/backup.php:443
1347
  msgid "Backing up database"
1348
  msgstr "Pag-back up ng database"
1349
 
1350
- #: views/backup.php:444
1351
  msgid "Backing up themes"
1352
  msgstr "Pag-back up ng tema"
1353
 
1354
- #: views/backup.php:445
1355
  msgid "Backing up plugins"
1356
  msgstr "Pag-back up plugins"
1357
 
1358
- #: views/backup.php:446
1359
  msgid "Backing up uploads"
1360
  msgstr "Pag-back up uploads"
1361
 
1362
- #: views/backup.php:447
1363
  msgid "Backing up everything else"
1364
  msgstr "Pag- back up ng lahat ng iba pa"
1365
 
1366
- #: views/backup.php:448
1367
  msgid "Validating backup"
1368
  msgstr "Pagpapatunay sa backup "
1369
 
1370
- #: views/backup.php:450
1371
  msgid "Encrypting sensitive files"
1372
  msgstr "Encrypting sensitive files"
1373
 
1374
- #: views/backup.php:452
1375
  msgid "Finalizing backup"
1376
  msgstr "Pag kumpleto ng backup"
1377
 
1378
- #: views/backup.php:462
1379
  msgid "Backup completed successfully"
1380
  msgstr "Matagumpay na nakumpleto ang backup"
1381
 
1382
- #: views/backup.php:483
1383
  msgid "Version "
1384
  msgstr "Bersyon "
1385
 
1386
- #: views/backup.php:485
1387
  msgid "Welcome to WPBackItUp!"
1388
  msgstr "Maligayang pagdating sa WPBackItUp!"
1389
 
1390
- #: views/backup.php:485
1391
  msgid "The simplest way to backup your WordPress site."
1392
  msgstr "Ang pinakasimpleng paraan upang i- backup ang iyong WordPress site."
1393
 
1394
- #: views/backup.php:486
1395
  msgid ""
1396
  "Getting started is easy, just click the backup button on the left side of "
1397
  "this page."
@@ -1399,7 +1787,7 @@ msgstr ""
1399
  "Ang pagsisimula ay madali, i-click lamang ang buton ng backup sa kaliwang "
1400
  "bahagi ng pahinang ito."
1401
 
1402
- #: views/backup.php:490
1403
  #, php-format
1404
  msgid ""
1405
  "Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
@@ -1408,37 +1796,37 @@ msgstr ""
1408
  "Malugod na pagbati! Ikaw ay nagsagawa ng <span style=\"font-weight:bold;font-"
1409
  "size:medium;color: green\">%s</span> matagumpay na backups "
1410
 
1411
- #: views/backup.php:491
1412
  msgid "Tips"
1413
  msgstr "Tips"
1414
 
1415
- #: views/backup.php:492
1416
  msgid "Backup your site at least once per week"
1417
  msgstr "Mag backup ng iyong site isang beses sa isang linggo"
1418
 
1419
- #: views/backup.php:493
1420
  msgid "Download all your backups and store them somewhere safe"
1421
  msgstr "I-download ang lahat ng iyong mga backup at itago saan man ligtas"
1422
 
1423
- #: views/backup.php:494
1424
  msgid "Verify your backup files are good by taking a look at what's inside"
1425
  msgstr ""
1426
  "Upang mapatunayan na maayos ang iyong mga backup tignan ang nilalaman nito "
1427
 
1428
- #: views/backup.php:499
1429
  #, php-format
1430
  msgid "Why not %s and schedule your backups!"
1431
  msgstr "Bakit hindi %s at i-iskedyul ang iyong mga backup!"
1432
 
1433
- #: views/backup.php:499
1434
  msgid "upgrade"
1435
  msgstr "upgrade"
1436
 
1437
- #: views/backup.php:508
1438
  msgid "Register WPBackItUp"
1439
  msgstr "Magrehistro ng WPBackItUp"
1440
 
1441
- #: views/backup.php:511
1442
  msgid ""
1443
  "Enter your name and email address below to receive <b>special offers</b> and "
1444
  "access to our world class <b>support</b> team. <br />\n"
@@ -1450,83 +1838,71 @@ msgstr ""
1450
  "> \n"
1451
  "Ilagay ang iyong license key upang ma-activate sa site na ito."
1452
 
1453
- #: views/backup.php:513
1454
  msgid "name"
1455
  msgstr "Pangalan"
1456
 
1457
- #: views/backup.php:514
1458
  msgid "email address"
1459
  msgstr "email address"
1460
 
1461
- #: views/backup.php:515
1462
  msgid "license key"
1463
  msgstr "license key"
1464
 
1465
- #: views/backup.php:515 views/backup.php:565 views/backup.php:569
1466
  #, php-format
1467
  msgid "%s"
1468
  msgstr "%s"
1469
 
1470
- #: views/backup.php:516
1471
  msgid "Free plugin customers do not need to enter license key."
1472
  msgstr ""
1473
  "Ang mga free plugin customers ay hindi na kailangang maglagay ng license "
1474
  "key "
1475
 
1476
- #: views/backup.php:517
1477
  msgid "Register"
1478
  msgstr "Mag-rehistro"
1479
 
1480
- #: views/backup.php:526
1481
  msgid "License Info"
1482
  msgstr "Impormasyon ng Lisensya"
1483
 
1484
- #: views/backup.php:548
1485
- msgid "Name"
1486
- msgstr "Pangalan"
1487
-
1488
- #: views/backup.php:549
1489
- msgid "Email"
1490
- msgstr "Email"
1491
-
1492
- #: views/backup.php:550
1493
  msgid "License Type"
1494
  msgstr "Uri ng Lisensya"
1495
 
1496
- #: views/backup.php:551
1497
  msgid "Expires"
1498
  msgstr "Ang lisensya ay mawawalan ng bisa"
1499
 
1500
- #: views/backup.php:554
1501
  msgid "Enter license key to activate on this site."
1502
  msgstr "Ilagay ang license key upang ma-activate sa site na ito"
1503
 
1504
- #: views/backup.php:561
1505
  msgid "License Active"
1506
  msgstr "Aktibong Lisensya "
1507
 
1508
- #: views/backup.php:569
1509
  msgid "License expired"
1510
  msgstr "Wala ng bisa ang lisensya"
1511
 
1512
- #: views/backup.php:573
1513
- msgid "Update"
1514
- msgstr "Update"
1515
-
1516
- #: views/backup.php:577
1517
  msgid "Activate"
1518
  msgstr "I-activate"
1519
 
1520
- #: views/backup.php:581
1521
  #, php-format
1522
  msgid "Purchase a %s license using the purchase link above."
1523
  msgstr "Bumili ng %s lisensiya gamit ang link na nasa itaas. "
1524
 
1525
- #: views/backup.php:581
1526
  msgid "no-risk"
1527
  msgstr "no risk "
1528
 
1529
- #: views/backup.php:587
1530
  #, php-format
1531
  msgid ""
1532
  "Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
@@ -1537,35 +1913,35 @@ msgstr ""
1537
  "para sa isa pang taon ng mga update <strong> ng produkto </strong> at "
1538
  "<strong> priority support. </strong>"
1539
 
1540
- #: views/backup.php:598
1541
  msgid "Useful Links"
1542
  msgstr "Kapaki-pakinabang na mga Link"
1543
 
1544
- #: views/backup.php:600
1545
  msgid "Getting Started Video"
1546
  msgstr "Video ng Pagsisimula sa WPBackItUp"
1547
 
1548
- #: views/backup.php:603
1549
  msgid "Your account"
1550
  msgstr "Ang iyong account"
1551
 
1552
- #: views/backup.php:606
1553
  msgid "Website Migration Service"
1554
  msgstr "Website Migration Service"
1555
 
1556
- #: views/backup.php:608
1557
  msgid "Documentation"
1558
  msgstr "Dokumentasyon"
1559
 
1560
- #: views/backup.php:614
1561
  msgid "Feature request"
1562
  msgstr "Feature request"
1563
 
1564
- #: views/backup.php:616
1565
  msgid "Language Translations"
1566
  msgstr "Pagsasalin ng Wika"
1567
 
1568
- #: views/backup.php:618
1569
  msgid "Contact"
1570
  msgstr "Contact"
1571
 
@@ -2418,19 +2794,23 @@ msgstr ""
2418
  "Markahan ng tsek kung nais mo na ganap na alisin ng WPBackItUp ang lahat "
2419
  "ng data nito kapag ang plugin ay tinanggal na."
2420
 
2421
- #: views/support.php:65 views/support.php:221
2422
  msgid "Send Logs"
2423
  msgstr "Magpadala ng Logs"
2424
 
2425
- #: views/support.php:71
 
 
 
 
2426
  msgid "Advanced"
2427
  msgstr "Advanced"
2428
 
2429
- #: views/support.php:93
2430
  msgid "Support Center"
2431
  msgstr "Support Center"
2432
 
2433
- #: views/support.php:95
2434
  msgid ""
2435
  "Welcome to the WPBackItUp support center. If you have any questions or run "
2436
  "into any trouble with WPBackItUp then you've come to the right place."
@@ -2438,7 +2818,7 @@ msgstr ""
2438
  "Maligayang pagdating sa WPBackItUp support. Kung mayroon kang anumang mga "
2439
  "katanungan o mga problema sa WPBackItUp ikaw ay nasa tamang lugar."
2440
 
2441
- #: views/support.php:112
2442
  msgid ""
2443
  "To streamline support requests and better serve you, we utilize a support "
2444
  "ticket system. Every support request is assigned a unique ticket number "
@@ -2456,11 +2836,11 @@ msgstr ""
2456
  "mga sulat ay sa pamamagitan ng email kaya ang ginagamit na email address ay "
2457
  "kinakailangan upang magsumite ng tiket."
2458
 
2459
- #: views/support.php:120
2460
  msgid "Search &rarr; Knowledge base"
2461
  msgstr "Search &rarr; Knowledge base"
2462
 
2463
- #: views/support.php:121
2464
  msgid ""
2465
  "Want to search our entire documentation library, all our how to articles and "
2466
  "even our faq's in one shot? Just type your question into the knowledge base "
@@ -2471,11 +2851,11 @@ msgstr ""
2471
  "tanong sa knowledge base search bar at ipapakita namin sa iyo ang lahat ng "
2472
  "bagay na mayroon kami para sa paksang iyon."
2473
 
2474
- #: views/support.php:123
2475
  msgid "New &rarr; Ticket"
2476
  msgstr "New &rarr; Ticket"
2477
 
2478
- #: views/support.php:124
2479
  msgid ""
2480
  "Need to open a new support ticket? Just click the link above. Please "
2481
  "provide as much detail as possible so we can best assist you."
@@ -2484,11 +2864,11 @@ msgstr ""
2484
  "itaas. Mangyaring magbigay ng maraming detalye hangga't maaari upang maaari "
2485
  "naming matulungan ka ng mabuti. "
2486
 
2487
- #: views/support.php:126
2488
  msgid "Check &rarr; Status"
2489
  msgstr "Check &rarr; Status"
2490
 
2491
- #: views/support.php:127
2492
  msgid ""
2493
  "To check ticket status or update a previously submitted ticket you will "
2494
  "first need to login. Our support portal provides a history of your current "
@@ -2499,11 +2879,11 @@ msgstr ""
2499
  "nagbibigay ng talaan ng iyong kasalukuyan at mga nakalipas na support "
2500
  "requests."
2501
 
2502
- #: views/support.php:129
2503
  msgid "Send &rarr; Logs"
2504
  msgstr "Send &rarr; Logs"
2505
 
2506
- #: views/support.php:130
2507
  msgid ""
2508
  "Sometimes it may be necessary for you to send your log files to support. If "
2509
  "that ever happens, just click the link above and we will show you what to do."
@@ -2512,7 +2892,7 @@ msgstr ""
2512
  "ay mangyari, i-click lamang ang link sa itaas at ipapakita namin ang dapat "
2513
  "na gawin. "
2514
 
2515
- #: views/support.php:169
2516
  msgid ""
2517
  "If you have been asked by support to send your log files then you are in the "
2518
  "right spot."
@@ -2520,16 +2900,16 @@ msgstr ""
2520
  "Kung ikaw ay pinakiusapan ng support na ipadala ang iyong log files ikaw ay "
2521
  "nasa tamang kalagayan."
2522
 
2523
- #: views/support.php:181
2524
  msgid "Send Logs to Support"
2525
  msgstr "Magpadala ng Logs sa Support"
2526
 
2527
- #: views/support.php:182
2528
  msgid "This form should only be used when working with support."
2529
  msgstr ""
2530
  "Ang form na ito ay dapat lamang gamitin kapag nakikipagugnayan sa support."
2531
 
2532
- #: views/support.php:183
2533
  #, php-format
2534
  msgid ""
2535
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
@@ -2539,7 +2919,7 @@ msgstr ""
2539
  "WPBackItUp <a href=\"%s\" target=\"_blank\"> support portal. </a> bago "
2540
  "gamitin ang form na ito."
2541
 
2542
- #: views/support.php:184
2543
  msgid ""
2544
  "The ticket id you receive from your support request should be entered in the "
2545
  "ticket id field below."
@@ -2547,37 +2927,41 @@ msgstr ""
2547
  "Ang mga ticket id na natanggap mo mula sa support ay dapat na ilagay sa "
2548
  "patlang ng ticket id ."
2549
 
2550
- #: views/support.php:185
2551
  msgid "your email address"
2552
  msgstr "ang iyong email address"
2553
 
2554
- #: views/support.php:196
2555
  msgid "support ticket id"
2556
  msgstr "support ticket id"
2557
 
2558
- #: views/support.php:207
2559
  msgid "problem description or additional information"
2560
  msgstr "paglalarawan ng problema o karagdagang impormasyon"
2561
 
2562
- #: views/support.php:224
2563
  msgid "Please register your version of WPBackItUp for access to support."
2564
  msgstr ""
2565
  "Mangyaring irehistro ang iyong bersyon ng WPBackItUp upang magkaroon ng "
2566
  "access sa support para sa tulong."
2567
 
2568
- #: views/support.php:228
2569
  msgid "Premium customers receive priority support."
2570
  msgstr "Ang mga premium customer ay bibigyan ng unang tulong "
2571
 
2572
- #: views/support.php:236
2573
  msgid "Support email could not be sent!"
2574
  msgstr "Hindi naipadala ang email para sa support!"
2575
 
2576
- #: views/support.php:243
2577
  msgid "Support email sent successfully!"
2578
  msgstr "Matagumpay na naipadala ang email sa support . "
2579
 
2580
- #: views/support.php:267
 
 
 
 
2581
  msgid "Content goes here"
2582
  msgstr "Ang nilalaman ay mapupunta dito"
2583
 
@@ -2612,3 +2996,23 @@ msgstr "Local File "
2612
  #: wp-backitup.php:184
2613
  msgid "Cleanup"
2614
  msgstr "Paglilinis"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: WPBackItUp\n"
8
+ "POT-Creation-Date: 2016-12-22 11:38-0500\n"
9
+ "PO-Revision-Date: 2016-12-22 11:38-0500\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 "bawat %d minuto "
27
 
28
+ #: lib/includes/class-download-log.php:94
29
+ #: lib/includes/class-wpbackitup-admin.php:264
30
+ #: vendor/WordPress/class-wp-list-table.php:1918 views/backup.php:414
31
+ #: views/restore.php:129
32
+ msgid "Delete"
33
+ msgstr "Burahin"
34
+
35
+ #: lib/includes/class-download-log.php:94
36
+ msgid "Are you sure?"
37
+ msgstr ""
38
+
39
+ #: lib/includes/class-download-log.php:95
40
+ #: lib/includes/class-wpbackitup-admin.php:263
41
+ msgid "Download"
42
+ msgstr "Download"
43
+
44
+ #: lib/includes/class-download-log.php:130
45
+ msgid "Time"
46
+ msgstr ""
47
+
48
+ #: lib/includes/class-download-log.php:131
49
+ msgid "Log File"
50
+ msgstr ""
51
+
52
+ #: lib/includes/class-download-log.php:132
53
+ msgid "Size"
54
+ msgstr ""
55
+
56
+ #: lib/includes/class-wpbackitup-admin.php:217 views/backup.php:283
57
+ #: views/backup.php:289 views/backup.php:355 views/backup.php:392
58
  #: views/restore.php:99 wp-backitup.php:156
59
  msgid "Backup"
60
  msgstr "Backup"
61
 
62
+ #: lib/includes/class-wpbackitup-admin.php:222
63
+ #: lib/includes/class-wpbackitup-admin.php:265 views/about.php:191
64
  #: views/restore.php:136 wp-backitup.php:170
65
  msgid "Restore"
66
  msgstr "Ipanumbalik sa orihinal"
67
 
68
+ #: lib/includes/class-wpbackitup-admin.php:227 views/support.php:66
69
  msgid "Support"
70
  msgstr "Support"
71
 
72
+ #: lib/includes/class-wpbackitup-admin.php:230
73
  msgid "Settings"
74
  msgstr "Mga Setting"
75
 
76
+ #: lib/includes/class-wpbackitup-admin.php:233
77
  msgid "About"
78
  msgstr "Tungkol sa WPBackItUp"
79
 
80
+ #: lib/includes/class-wpbackitup-admin.php:258
81
  msgid ""
82
  "The backup you have selected exceeds what your host allows you to upload."
83
  msgstr ""
84
  "Ang iyong pinili na mga backup ay lumampas sa pinapayagan ng iyong host na "
85
  "dapat i-upload."
86
 
87
+ #: lib/includes/class-wpbackitup-admin.php:259 views/backup.php:446
88
+ #: views/backup.php:447 views/backup.php:448 views/backup.php:449
89
+ #: views/backup.php:450 views/backup.php:451 views/backup.php:452
90
+ #: views/backup.php:453 views/backup.php:454 views/backup.php:456
91
+ #: views/backup.php:458
92
  msgid "Warning"
93
  msgstr "Babala"
94
 
95
+ #: lib/includes/class-wpbackitup-admin.php:260
96
+ #: vendor/edd/EDD_SL_Plugin_Updater.php:363 views/backup.php:259
97
+ #: views/backup.php:383
98
  msgid "Error"
99
  msgstr "Pagkakamali"
100
 
101
+ #: lib/includes/class-wpbackitup-admin.php:261
102
  msgid "Response"
103
  msgstr "Tugon"
104
 
105
+ #: lib/includes/class-wpbackitup-admin.php:262 views/backup.php:359
106
+ #: views/backup.php:411 views/backup.php:437 views/restore.php:230
107
  msgid "Status"
108
  msgstr "Kalagayan"
109
 
110
+ #: lib/includes/class-wpbackitup-admin.php:266
 
 
 
 
 
 
 
 
 
111
  msgid "(JS997) Unexpected error"
112
  msgstr "(JS997) hindi inaasahang pagkakamali o hindi inaasahang error"
113
 
114
+ #: lib/includes/class-wpbackitup-admin.php:267
115
  msgid "(JS998) Unexpected error"
116
  msgstr "(JS998) hindi inaasahang pagkakamali o hindi inaasahang error"
117
 
118
+ #: lib/includes/class-wpbackitup-admin.php:268
119
  msgid "(JS999) An unexpected error has occurred"
120
  msgstr ""
121
  "(JS999) Nangyari ang hindi inaasahang pagkakamali o Nangyari ang hindi "
122
  "inaasahang error"
123
 
124
+ #: lib/includes/class-wpbackitup-admin.php:269
125
  msgid "Scheduled has been saved."
126
  msgstr "Ang schedule ay naka-save."
127
 
128
+ #: lib/includes/class-wpbackitup-admin.php:270
129
  msgid "Scheduled was not saved."
130
  msgstr "Ang schedule ay hindi naka - save. "
131
 
132
+ #: lib/includes/class-wpbackitup-admin.php:271
133
  msgid "Are you sure you want to restore your site?"
134
  msgstr ""
135
  "Ikaw ba ay nakasisiguro na dapat ibalik sa orihinal ang iyong website? "
136
 
137
+ #: lib/includes/class-wpbackitup-admin.php:272
138
  msgid "Are you sure ?"
139
  msgstr "Ikaw ba ay nakasisiguro?"
140
 
141
+ #: lib/includes/class-wpbackitup-admin.php:273
142
  msgid "This file cannot be delete!"
143
  msgstr "Ang file na ito ay hindi maaaring tanggalin!"
144
 
145
+ #: lib/includes/class-wpbackitup-admin.php:274
146
  msgid "View Log"
147
  msgstr "Tignan ang log files. "
148
 
149
+ #: lib/includes/class-wpbackitup-admin.php:275
150
  msgid "New Backup!"
151
  msgstr "Bagong backup!"
152
 
153
+ #: lib/includes/class-wpbackitup-admin.php:276
154
  msgid "Uploaded Backup"
155
  msgstr "Na upload na backup"
156
 
157
+ #: lib/includes/class-wpbackitup-admin.php:680
158
  msgid "Backup Queued"
159
  msgstr "Ang backup ay nakalinya."
160
 
161
+ #: lib/includes/class-wpbackitup-admin.php:689
162
  msgid "Backup could not be queued"
163
  msgstr "Ang backup ay hindi maaaring isama sa mga naka linya"
164
 
165
+ #: lib/includes/class-wpbackitup-admin.php:701
166
  msgid "Job is already in queue."
167
  msgstr "Ang Job ay nasa queue. "
168
 
169
+ #: lib/includes/class-wpbackitup-admin.php:739
170
  msgid "No backup file selected."
171
  msgstr "Walang backup file na napili"
172
 
173
+ #: lib/includes/class-wpbackitup-admin.php:746
174
  msgid "No user id found."
175
  msgstr "Walang matagpuan na user id"
176
 
177
+ #: lib/includes/class-wpbackitup-admin.php:784
178
  msgid "Restore Queued"
179
  msgstr "Nakalinya na ang mga ipanunumbalik sa orihinal."
180
 
181
+ #: lib/includes/class-wpbackitup-admin.php:793
182
  msgid "Restore could not be queued"
183
  msgstr "Hindi maaaring isama sa linya ng mga ibabalik sa orihinal. "
184
 
185
+ #: lib/includes/class-wpbackitup-admin.php:799
186
  msgid "Restore already in queue"
187
  msgstr "Ang ipanunumbalik sa orihinal ay nakalinya na. "
188
 
189
+ #: lib/includes/class-wpbackitup-admin.php:831
190
  msgid "No job id posted"
191
  msgstr "Walang job id na na-i-post"
192
 
193
+ #: lib/includes/class-wpbackitup-admin.php:839 views/backup.php:477
194
  msgid "Backup Cancelled"
195
  msgstr "Nakansela na backup "
196
 
197
+ #: lib/includes/class-wpbackitup-admin.php:841
198
  msgid "Backup job not found"
199
  msgstr "Hindi natagpuan ang Backup Job"
200
 
201
+ #: lib/includes/class-wpbackitup-admin.php:1050
202
  msgid "No response log found."
203
  msgstr "Walang makita na response log."
204
 
205
+ #: lib/includes/class-wpbackitup-admin.php:1152
206
+ #: lib/includes/class-wpbackitup-admin.php:1160
207
+ #: lib/includes/class-wpbackitup-admin.php:1240
208
+ #: lib/includes/class-wpbackitup-admin.php:1247
209
+ #: lib/includes/class-wpbackitup-admin.php:1254
210
+ #: lib/includes/class-wpbackitup-admin.php:1261
211
+ #: lib/includes/class-wpbackitup-admin.php:1268
212
  msgid "Please enter a number"
213
  msgstr "Maglagay ng numero "
214
 
215
+ #: lib/includes/class-wpbackitup-admin.php:1188
216
  msgid "Please enter valid email"
217
  msgstr "Ilagay ang wastong email."
218
 
219
+ #: lib/includes/class-wpbackitup-admin.php:1377
220
  msgid "Please enter a valid email"
221
  msgstr "Ilagay ang tamang email."
222
 
223
+ #: lib/includes/class-wpbackitup-admin.php:1384
224
  msgid "Please enter your support ticket id"
225
  msgstr "Ilagay ang iyong support ticket id"
226
 
227
+ #: lib/includes/class-wpbackitup-admin.php:1389
228
  msgid "Please only enter numbers in this field"
229
  msgstr "Ilagay lamang ang numero"
230
 
231
+ #: lib/includes/class-wpbackitup-admin.php:2282
232
+ #: lib/includes/class-wpbackitup-admin.php:2302
233
  msgid ""
234
  "License could not be activated. Please try again in a few hours and contact "
235
  "support if this error continues."
237
  "Hindi ma-activate ang lisensya. Pakisubukang muli pagkalipas ng ilang oras "
238
  "at makipag-ugnayan sa support kung ang error na ito ay patuloy pa rin. "
239
 
240
+ #: lib/includes/class-wpbackitup-admin.php:2351
241
  msgid "License is invalid."
242
  msgstr "Ang lisensya ay hindi wasto"
243
 
244
+ #: lib/includes/class-wpbackitup-admin.php:2356
245
  msgid "License has expired."
246
  msgstr "Ang lisensya ay wala ng bisa."
247
 
248
+ #: lib/includes/class-wpbackitup-admin.php:2359
249
  #, php-format
250
  msgid ""
251
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
256
  "renew </a> ang iyong lisensya ngayon para sa isa pang taon ng mga update "
257
  "<strong> ng produkto </strong> at <strong> priority support. </strong>"
258
 
259
+ #: lib/includes/class-wpbackitup-admin.php:2373
260
  msgid "License Expired: Scheduled backups are no longer active."
261
  msgstr ""
262
  "Ang lisensya ay wala ng bisa: Ang naka iskedyul na mga backup ay hindi na "
263
  "aktibo. "
264
 
265
+ #: lib/includes/class-wpbackitup-admin.php:2381
266
  msgid "Activation limit has been reached."
267
  msgstr "Ang pagtatakda ng aktibasyon ay umabot na sa limitasyon "
268
 
269
+ #: lib/includes/class-wpbackitup-admin.php:2387
270
  msgid "Your Activation limit has been reached"
271
  msgstr "Ang pagtatakda ng aktibasyon ay umabot na sa limitasyon "
272
 
591
  msgid "(999) Unexpected error"
592
  msgstr "(999) Hindi inaasahang error o hindi inaasahang pagkakamali"
593
 
594
+ #: vendor/WordPress/class-wp-list-table.php:162
595
+ msgid "List View"
596
+ msgstr ""
597
+
598
+ #: vendor/WordPress/class-wp-list-table.php:163
599
+ msgid "Excerpt View"
600
+ msgstr ""
601
+
602
+ #: vendor/WordPress/class-wp-list-table.php:334
603
+ msgid "No items found."
604
+ msgstr ""
605
+
606
+ #: vendor/WordPress/class-wp-list-table.php:461
607
+ msgid "Select bulk action"
608
+ msgstr ""
609
+
610
+ #: vendor/WordPress/class-wp-list-table.php:463
611
+ msgid "Bulk Actions"
612
+ msgstr ""
613
+
614
+ #: vendor/WordPress/class-wp-list-table.php:473
615
+ msgid "Apply"
616
+ msgstr ""
617
+
618
+ #: vendor/WordPress/class-wp-list-table.php:523
619
+ #: vendor/WordPress/class-wp-list-table.php:1324
620
+ msgid "Show more details"
621
+ msgstr ""
622
+
623
+ #: vendor/WordPress/class-wp-list-table.php:586
624
+ msgid "Filter by date"
625
+ msgstr ""
626
+
627
+ #: vendor/WordPress/class-wp-list-table.php:588
628
+ msgid "All dates"
629
+ msgstr ""
630
+
631
+ #: vendor/WordPress/class-wp-list-table.php:601
632
+ #, php-format
633
+ msgid "%1$s %2$d"
634
+ msgstr ""
635
+
636
+ #: vendor/WordPress/class-wp-list-table.php:660
637
+ #: vendor/WordPress/class-wp-list-table.php:672
638
+ #: vendor/WordPress/class-wp-list-table.php:685
639
+ msgid "No comments"
640
+ msgstr ""
641
+
642
+ #: vendor/WordPress/class-wp-list-table.php:672
643
+ msgid "No approved comments"
644
+ msgstr ""
645
+
646
+ #: vendor/WordPress/class-wp-list-table.php:685
647
+ msgid "No pending comments"
648
+ msgstr ""
649
+
650
+ #: vendor/WordPress/class-wp-list-table.php:798
651
+ msgid "First page"
652
+ msgstr ""
653
+
654
+ #: vendor/WordPress/class-wp-list-table.php:808
655
+ msgid "Previous page"
656
+ msgstr ""
657
+
658
+ #: vendor/WordPress/class-wp-list-table.php:815
659
+ #: vendor/WordPress/class-wp-list-table.php:818
660
+ msgid "Current Page"
661
+ msgstr ""
662
+
663
+ #: vendor/WordPress/class-wp-list-table.php:831
664
+ msgid "Next page"
665
+ msgstr ""
666
+
667
+ #: vendor/WordPress/class-wp-list-table.php:841
668
+ msgid "Last page"
669
+ msgstr ""
670
+
671
+ #: vendor/WordPress/class-wp-list-table.php:1069
672
+ msgid "Select All"
673
+ msgstr ""
674
+
675
+ #: vendor/WordPress/class-wp-list-table.php:1753
676
+ msgid "Edit Comment"
677
+ msgstr ""
678
+
679
+ #: vendor/WordPress/class-wp-list-table.php:1754
680
+ msgid "Reply to Comment"
681
+ msgstr ""
682
+
683
+ #: vendor/WordPress/class-wp-list-table.php:1755
684
+ msgid "Add new Comment"
685
+ msgstr ""
686
+
687
+ #: vendor/WordPress/class-wp-list-table.php:1759
688
+ msgid "Comment"
689
+ msgstr ""
690
+
691
+ #: vendor/WordPress/class-wp-list-table.php:1768 views/backup.php:554
692
+ msgid "Name"
693
+ msgstr "Pangalan"
694
+
695
+ #: vendor/WordPress/class-wp-list-table.php:1773 views/backup.php:555
696
+ msgid "Email"
697
+ msgstr "Email"
698
+
699
+ #: vendor/WordPress/class-wp-list-table.php:1778
700
+ msgid "URL"
701
+ msgstr ""
702
+
703
+ #: vendor/WordPress/class-wp-list-table.php:1785
704
+ msgid "Add Comment"
705
+ msgstr ""
706
+
707
+ #: vendor/WordPress/class-wp-list-table.php:1786
708
+ msgid "Update Comment"
709
+ msgstr ""
710
+
711
+ #: vendor/WordPress/class-wp-list-table.php:1787
712
+ msgid "Submit Reply"
713
+ msgstr ""
714
+
715
+ #: vendor/WordPress/class-wp-list-table.php:1788
716
+ #: vendor/WordPress/class-wp-list-table.php:2008
717
+ #: vendor/WordPress/class-wp-list-table.php:2113 views/backup.php:290
718
+ msgid "Cancel"
719
+ msgstr "Ikansela"
720
+
721
+ #: vendor/WordPress/class-wp-list-table.php:1823
722
+ #, php-format
723
+ msgid "Comment by %s moved to the trash."
724
+ msgstr ""
725
+
726
+ #: vendor/WordPress/class-wp-list-table.php:1823
727
+ #: vendor/WordPress/class-wp-list-table.php:1826
728
+ msgid "Undo"
729
+ msgstr ""
730
+
731
+ #: vendor/WordPress/class-wp-list-table.php:1826
732
+ #, php-format
733
+ msgid "Comment by %s marked as spam."
734
+ msgstr ""
735
+
736
+ #: vendor/WordPress/class-wp-list-table.php:1846
737
+ #: vendor/WordPress/class-wp-list-table.php:1861
738
+ #: vendor/WordPress/class-wp-list-table.php:1925
739
+ #: vendor/WordPress/class-wp-list-table.php:1986
740
+ msgid "Value"
741
+ msgstr ""
742
+
743
+ #: vendor/WordPress/class-wp-list-table.php:1915
744
+ msgid "Key"
745
+ msgstr ""
746
+
747
+ #: vendor/WordPress/class-wp-list-table.php:1920 views/backup.php:579
748
+ msgid "Update"
749
+ msgstr "Update"
750
+
751
+ #: vendor/WordPress/class-wp-list-table.php:1981
752
+ msgid "Add New Custom Field:"
753
+ msgstr ""
754
+
755
+ #: vendor/WordPress/class-wp-list-table.php:1995
756
+ msgid "&mdash; Select &mdash;"
757
+ msgstr ""
758
+
759
+ #: vendor/WordPress/class-wp-list-table.php:2007
760
+ msgid "Enter new"
761
+ msgstr ""
762
+
763
+ #: vendor/WordPress/class-wp-list-table.php:2018
764
+ msgid "Add Custom Field"
765
+ msgstr ""
766
+
767
+ #: vendor/WordPress/class-wp-list-table.php:2071
768
+ msgid "Month"
769
+ msgstr ""
770
+
771
+ #: vendor/WordPress/class-wp-list-table.php:2077
772
+ #, php-format
773
+ msgid "%1$s-%2$s"
774
+ msgstr ""
775
+
776
+ #: vendor/WordPress/class-wp-list-table.php:2081
777
+ msgid "Day"
778
+ msgstr ""
779
+
780
+ #: vendor/WordPress/class-wp-list-table.php:2082
781
+ msgid "Year"
782
+ msgstr ""
783
+
784
+ #: vendor/WordPress/class-wp-list-table.php:2083
785
+ msgid "Hour"
786
+ msgstr ""
787
+
788
+ #: vendor/WordPress/class-wp-list-table.php:2084
789
+ msgid "Minute"
790
+ msgstr ""
791
+
792
+ #: vendor/WordPress/class-wp-list-table.php:2088
793
+ #, php-format
794
+ msgid "%1$s %2$s, %3$s @ %4$s:%5$s"
795
+ msgstr ""
796
+
797
+ #: vendor/WordPress/class-wp-list-table.php:2112
798
+ msgid "OK"
799
+ msgstr ""
800
+
801
+ #: vendor/WordPress/class-wp-list-table.php:2218
802
+ msgid ""
803
+ "Before you can upload your import file, you will need to fix the following "
804
+ "error:"
805
+ msgstr ""
806
+
807
+ #: vendor/WordPress/class-wp-list-table.php:2224
808
+ msgid "Choose a file from your computer:"
809
+ msgstr ""
810
+
811
+ #: vendor/WordPress/class-wp-list-table.php:2224
812
+ #, php-format
813
+ msgid "Maximum size: %s"
814
+ msgstr ""
815
+
816
+ #: vendor/WordPress/class-wp-list-table.php:2229
817
+ msgid "Upload file and import"
818
+ msgstr ""
819
+
820
+ #: vendor/WordPress/class-wp-list-table.php:2399
821
+ #, php-format
822
+ msgid "Toggle panel: %s"
823
+ msgstr ""
824
+
825
+ #: vendor/WordPress/class-wp-list-table.php:2521
826
+ msgid "Press return or enter to open this section"
827
+ msgstr ""
828
+
829
+ #: vendor/WordPress/class-wp-list-table.php:2567
830
+ #: vendor/WordPress/class-wp-list-table.php:2572
831
+ #, php-format
832
+ msgid "The \"%s\" options group has been removed. Use another settings group."
833
+ msgstr ""
834
+
835
+ #: vendor/WordPress/class-wp-list-table.php:2618
836
+ msgid ""
837
+ "The miscellaneous options group has been removed. Use another settings group."
838
+ msgstr ""
839
+
840
+ #: vendor/WordPress/class-wp-list-table.php:2623
841
+ msgid "The privacy options group has been removed. Use another settings group."
842
+ msgstr ""
843
+
844
+ #: vendor/WordPress/class-wp-list-table.php:2857
845
+ msgid "Attach to existing content"
846
+ msgstr ""
847
+
848
+ #: vendor/WordPress/class-wp-list-table.php:2858
849
+ msgid "Close media attachment panel"
850
+ msgstr ""
851
+
852
+ #: vendor/WordPress/class-wp-list-table.php:2867
853
+ msgid "Search"
854
+ msgstr ""
855
+
856
+ #: vendor/WordPress/class-wp-list-table.php:2876
857
+ msgid "Select"
858
+ msgstr ""
859
+
860
+ #: vendor/WordPress/class-wp-list-table.php:2910
861
+ msgid "(no title)"
862
+ msgstr ""
863
+
864
+ #: vendor/WordPress/class-wp-list-table.php:2948
865
+ msgid "WordPress"
866
+ msgstr ""
867
+
868
+ #: vendor/WordPress/class-wp-list-table.php:3058
869
+ msgid "Password protected"
870
+ msgstr ""
871
+
872
+ #: vendor/WordPress/class-wp-list-table.php:3060
873
+ msgid "Private"
874
+ msgstr ""
875
+
876
+ #: vendor/WordPress/class-wp-list-table.php:3062
877
+ msgid "Draft"
878
+ msgstr ""
879
+
880
+ #: vendor/WordPress/class-wp-list-table.php:3066
881
+ msgid "Sticky"
882
+ msgstr ""
883
+
884
+ #: vendor/WordPress/class-wp-list-table.php:3069
885
+ msgid "Scheduled"
886
+ msgstr ""
887
+
888
+ #: vendor/WordPress/class-wp-list-table.php:3074
889
+ msgid "Front Page"
890
+ msgstr ""
891
+
892
+ #: vendor/WordPress/class-wp-list-table.php:3078
893
+ msgid "Posts Page"
894
+ msgstr ""
895
+
896
+ #: vendor/WordPress/class-wp-list-table.php:3120
897
+ #: vendor/WordPress/class-wp-list-table.php:3127
898
+ msgid "Header Image"
899
+ msgstr ""
900
+
901
+ #: vendor/WordPress/class-wp-list-table.php:3132
902
+ msgid "Current Header Image"
903
+ msgstr ""
904
+
905
+ #: vendor/WordPress/class-wp-list-table.php:3141
906
+ msgid "Background Image"
907
+ msgstr ""
908
+
909
+ #: vendor/WordPress/class-wp-list-table.php:3145
910
+ msgid "Current Background Image"
911
+ msgstr ""
912
+
913
+ #: vendor/WordPress/class-wp-list-table.php:3151
914
+ msgid "Site Icon"
915
+ msgstr ""
916
+
917
+ #: vendor/WordPress/class-wp-list-table.php:3155
918
+ msgid "Logo"
919
+ msgstr ""
920
+
921
+ #: vendor/WordPress/class-wp-list-table.php:3305
922
+ msgid "Save Changes"
923
+ msgstr ""
924
+
925
+ #: vendor/WordPress/class-wp-list-table.php:3382
926
+ msgid ""
927
+ "Likely direct inclusion of wp-admin/includes/template.php in order to use "
928
+ "add_meta_box(). This is very wrong. Hook the add_meta_box() call into the "
929
+ "add_meta_boxes action instead."
930
+ msgstr ""
931
+
932
+ #: vendor/WordPress/class-wp-list-table.php:3399
933
+ msgid ""
934
+ "The backup of this post in your browser is different from the version below."
935
+ msgstr ""
936
+
937
+ #: vendor/WordPress/class-wp-list-table.php:3400
938
+ msgid "Restore the backup"
939
+ msgstr ""
940
+
941
+ #: vendor/WordPress/class-wp-list-table.php:3403
942
+ msgid ""
943
+ "This will replace the current editor content with the last backup version. "
944
+ "You can use undo and redo in the editor to get the old content back or to "
945
+ "return to the restored version."
946
+ msgstr ""
947
+
948
+ #: vendor/WordPress/class-wp-list-table.php:3459
949
+ #, php-format
950
+ msgid "%s rating"
951
+ msgstr ""
952
+
953
+ #: vendor/WordPress/class-wp-list-table.php:3483
954
+ msgid "You are currently editing the page that shows your latest posts."
955
+ msgstr ""
956
+
957
  #: vendor/edd/EDD_SL_Plugin_Updater.php:199
958
  #, php-format
959
  msgid ""
983
  msgid "Premium Plugin"
984
  msgstr "Premium Plugin"
985
 
986
+ #: views/about.php:117 views/support.php:100
987
  msgid "WPBackItUp"
988
  msgstr "WPBackItUp"
989
 
1010
  "Gamitin ang tip upang masimulan ang paggamit ng WPBackItUp at ikaw ay <em> "
1011
  "magbackup </em> anumang oras!"
1012
 
1013
+ #: views/about.php:139 views/backup.php:489
1014
  msgid "Backups"
1015
  msgstr "Backups"
1016
 
1035
  "dito ang iyong database, plugin, mga tema, at kahit na ang lahat ng iyong "
1036
  "mga media file."
1037
 
1038
+ #: views/about.php:150 views/about.php:399
1039
  msgid "Download Backups"
1040
  msgstr "I - download ang backups"
1041
 
1273
  msgstr "Ang nasa ibaba ay kaunting highlights para sa version %s. "
1274
 
1275
  #: views/about.php:270
1276
+ msgid "New Features"
1277
+ msgstr ""
1278
+
1279
+ #: views/about.php:276
1280
+ msgid "Support Center Enhancements"
1281
+ msgstr ""
1282
+
1283
+ #: views/about.php:277
1284
+ msgid ""
1285
+ "In this release we have made major enhancements to the support center that "
1286
+ "will allow us to make our world class support even better. You are now able "
1287
+ "to <em>view, download</em> and <em>delete</em> the log files we use to help "
1288
+ "troubleshoot problems with your site. This is an important addition because "
1289
+ "sometimes customer sites are so crippled by hosting issues, hackers or bad "
1290
+ "plugins, that they are unable to send us their logs files. Now if that ever "
1291
+ "happens to you, they can easily be downloaded and emailed to support. "
1292
+ msgstr ""
1293
+
1294
+ #: views/about.php:279
1295
+ msgid "Cleanup Supporting Zip Files"
1296
+ msgstr ""
1297
+
1298
+ #: views/about.php:280
1299
+ msgid ""
1300
+ "WPBackItUp now does an even better job of conserving space used on your "
1301
+ "host. When you select the <em>Cleanup Supporting Zip Files</em> setting, "
1302
+ "WPBackItUp will remove the supporting zip files that were used to create "
1303
+ "your backup."
1304
+ msgstr ""
1305
+
1306
+ #: views/about.php:282
1307
  msgid "Email Notifications"
1308
  msgstr "Email Notifications"
1309
 
1310
+ #: views/about.php:283
1311
  msgid ""
1312
  "WPBackItUp now supports multiple email addresses for backup notifications. "
1313
  "Using the WPBackItUp Settings page add multiple email addresses to the "
1320
  "makatatanggap ng mga notipikasyon sa email kapag ang iyong backups ay "
1321
  "kumpleto na."
1322
 
1323
+ #: views/about.php:285 views/settings.php:146
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1324
  msgid "Maximum Zip File Size"
1325
  msgstr "Pinakamataas na Sukat ng Zip File"
1326
 
1327
+ #: views/about.php:286
1328
  msgid ""
1329
  "Over the years we have found that some hosting providers enforce strict "
1330
  "limitations on the size of your backup archives. When this happens you "
1344
  "isang bago. Huwag mag-alala ang WPBackItUp ay hindi makakaligtaan ang "
1345
  "anumang mga file, ito ay idadagdag sa bagong backup archive."
1346
 
1347
+ #: views/about.php:297
1348
  msgid "Additional Updates"
1349
  msgstr "Karagdagang Updates"
1350
 
1351
+ #: views/about.php:300
1352
  msgid "Backup Encryption (Premium Only)"
1353
  msgstr "Backup Encryption (Premium Only)"
1354
 
1355
+ #: views/about.php:301
1356
  msgid ""
1357
  "That's right, we have added backup encryption to this release but have "
1358
  "turned it off while we beta test with a few customers. Backup encryption "
1363
  "encryption ay isasama sa aming susunod na major release (1.14) na aming "
1364
  "ilalabas sa lalong madaling panahon. "
1365
 
1366
+ #: views/about.php:304
1367
  msgid "File Name Validation"
1368
  msgstr "File Name Validation"
1369
 
1370
+ #: views/about.php:305
1371
  msgid ""
1372
  "We have added an additional validation for files with invalid names. This "
1373
  "check will exclude files from a backup with invalid file names. These files "
1378
  "sa isang backup na may di-wastong pangalan. Ang mga files na ito ay madalas "
1379
  "na sira at magdudulot ng mga error sa panahon ng restore. "
1380
 
1381
+ #: views/about.php:308
1382
  msgid "SQL Files"
1383
  msgstr "SQL Files"
1384
 
1385
+ #: views/about.php:309
1386
  msgid ""
1387
  "For those of you with extremely large databases, you will be happy to know "
1388
  "that we now support database exports that contain more than 500 SQL files."
1391
  "na ngayon ay sinusuportahan namin ang database exports na naglalaman ng "
1392
  "higit sa 500 na mga SQL files."
1393
 
1394
+ #: views/about.php:313
1395
  msgid "Cloud API Gateway "
1396
  msgstr "Cloud API Gateway"
1397
 
1398
+ #: views/about.php:314
1399
  msgid ""
1400
  "Every once in a while we have connectivity issues with a few hosts when "
1401
  "customers attempt to activate their license. To combat this issue we have "
1408
  "na dapat ay naa-access sa hosting provider sa bawat bansa at sa anumang "
1409
  "platform."
1410
 
1411
+ #: views/about.php:317
1412
  msgid "Tables missing WordPress table prefix"
1413
  msgstr "Tables missing WordPress table prefix"
1414
 
1415
+ #: views/about.php:318
1416
  msgid ""
1417
  "We have added support for database tables that are missing the WordPress "
1418
  "table prefix. Some plugins create custom tables that do not contain the "
1427
  "WPBackItUp ay isasama na ang lahat ng mga talahanayan sa isang database, "
1428
  "kahit na ang table prefix ay nawawala."
1429
 
1430
+ #: views/about.php:324
1431
  msgid "Want to see the entire changelog?"
1432
  msgstr "Nais mo bang makita ang buong changelog?"
1433
 
1434
+ #: views/about.php:325
1435
  msgid "View the Full Changelog"
1436
  msgstr "Tingnan ang Buong Changelog"
1437
 
1438
+ #: views/about.php:354
1439
  msgid "Full Changelog"
1440
  msgstr "Buong Changelog"
1441
 
1442
+ #: views/about.php:374
1443
  msgid "Take a look at what you are missing!"
1444
  msgstr "Take a look at what you are missing!"
1445
 
1446
+ #: views/about.php:382
1447
  msgid "FEATURES"
1448
  msgstr "FEATURES"
1449
 
1450
+ #: views/about.php:383
1451
  msgid "LITE"
1452
  msgstr "LITE"
1453
 
1454
+ #: views/about.php:384
1455
  msgid "PREMIUM"
1456
  msgstr "PREMIUM"
1457
 
1458
+ #: views/about.php:389
1459
  msgid "Complete Backup (Database, Themes, Plugins &amp; Media Files)"
1460
  msgstr "Kumpletong Backup (Database, Tema, Plugins &amp; Media Files)"
1461
 
1462
+ #: views/about.php:394
1463
  msgid "Compressed Backups (Zip Format)"
1464
  msgstr "Compressed Backups (Zip Format)"
1465
 
1466
+ #: views/about.php:404
1467
  msgid "Directory Filters"
1468
  msgstr "Directory Filters"
1469
 
1470
+ #: views/about.php:409
1471
  msgid "Database Table Filters"
1472
  msgstr "Database Table Filters"
1473
 
1474
+ #: views/about.php:414
1475
  msgid "Single File Database Export"
1476
  msgstr "Single File Database Export"
1477
 
1478
+ #: views/about.php:419
1479
  msgid "Single File Backup"
1480
  msgstr "Single File Backup"
1481
 
1482
+ #: views/about.php:424
1483
  msgid "Purge Old Backups"
1484
  msgstr "Purge Old Backups"
1485
 
1486
+ #: views/about.php:429
1487
  msgid "Cleanup Work Files &amp; Logs"
1488
  msgstr "Cleanup Work Files &amp; Logs"
1489
 
1490
+ #: views/about.php:434
1491
  msgid "Backup Notifications via Email"
1492
  msgstr "Notipikasyon ng Backup sa pamamagitan ng Email"
1493
 
1494
+ #: views/about.php:439
1495
  msgid "One Click Restore</strong>"
1496
  msgstr "One Click Restore</strong>"
1497
 
1498
+ #: views/about.php:444
1499
  msgid "Scheduled Backups"
1500
  msgstr "Iskedyul ng Backups"
1501
 
1502
+ #: views/about.php:449
1503
  msgid "Import Backups"
1504
  msgstr "Import Backups"
1505
 
1506
+ #: views/about.php:459
1507
  msgid "Premium Support"
1508
  msgstr "Premium Support"
1509
 
1510
+ #: views/about.php:464
1511
  msgid "Product Updates"
1512
  msgstr "Updates ng Produkto"
1513
 
1514
+ #: views/about.php:471
1515
  msgid "GET PREMIUM"
1516
  msgstr "GET PREMIUM"
1517
 
1518
+ #: views/about.php:494
1519
  msgid "No valid changelog was found."
1520
  msgstr "Walang nakita na valid changelog"
1521
 
1527
  msgid "%s Dashboard"
1528
  msgstr "%s Dashboard"
1529
 
1530
+ #: views/backup.php:248
1531
  msgid "Dismiss"
1532
  msgstr "Alisin"
1533
 
1534
+ #: views/backup.php:260
1535
  #, php-format
1536
  msgid "Backup folder does not exist. Please contact %s for assistance."
1537
  msgstr ""
1538
  "Ang backup folder ay hindi umiiral. Makipagugnayan sa %s suport para sa "
1539
  "tulong. "
1540
 
1541
+ #: views/backup.php:260 views/restore.php:75 views/restore.php:82
1542
  msgid "support"
1543
  msgstr "Support"
1544
 
1545
+ #: views/backup.php:263 views/backup.php:269
1546
  msgid "Close"
1547
  msgstr "Isara"
1548
 
1549
+ #: views/backup.php:284
1550
  msgid ""
1551
  "Click the backup button to create a zipped backup file of this site's "
1552
  "database, plugins, themes and settings."
1554
  "I-click ang buton na backup upang lumikha ng zip backup file ng database, "
1555
  "plugins, mga tema at mga setting ng site database"
1556
 
1557
+ #: views/backup.php:285
1558
  msgid ""
1559
  "Once your backup file has been created it will appear in the available "
1560
  "backups section below. This file may remain on your hosting providers server "
1565
  "hosting provider server ngunit inirerekumenda namin na iyong i-download at i-"
1566
  "save . "
1567
 
1568
+ #: views/backup.php:286
1569
  msgid ""
1570
  "WPBackItUp premium customers can use these backup files to perform an "
1571
  "automated restore of their site."
1574
  "files upang magsagawa ng awtomatikong pagbabalik sa orihinal ng kanilang "
1575
  "site. "
1576
 
1577
+ #: views/backup.php:297
 
 
 
 
1578
  #, php-format
1579
  msgid ""
1580
  "WPBackItUp lite customers may use these backup files to manually restore "
1584
  "manong ibalik sa orihinal ang kanilang site. Mangyaring bisitahin ang %s "
1585
  "para sa mga tagubilin."
1586
 
1587
+ #: views/backup.php:304
1588
  msgid "Backup Schedule"
1589
  msgstr "Backup Iskedyul"
1590
 
1591
+ #: views/backup.php:306
1592
  msgid "Select the days of the week you would like your backup to run."
1593
  msgstr "Piliin ang mga araw na nais mong magsimula ang iyong backup "
1594
 
1595
+ #: views/backup.php:308
1596
  msgid ""
1597
  "Backup your site once per week or every day, it's up to you. If you have "
1598
  "email notifications turned on we'll even send you an email when it's done. "
1607
  "file na ito ay maaaring manatili sa iyong hosting provider server ngunit "
1608
  "inirerekumenda namin na iyong i-download at i-save."
1609
 
1610
+ #: views/backup.php:310
1611
  msgid "Please make sure to schedule your backup for at least once per week."
1612
  msgstr ""
1613
  "Mangyaring siguraduhin na mag-iskedyul ng iyong mga backup , isang beses sa "
1614
  "isang linggo."
1615
 
1616
+ #: views/backup.php:314
1617
  msgid "Monday"
1618
  msgstr "Lunes"
1619
 
1620
+ #: views/backup.php:315
1621
  msgid "Tuesday"
1622
  msgstr "Martes"
1623
 
1624
+ #: views/backup.php:316
1625
  msgid "Wednesday"
1626
  msgstr "Miyerkules"
1627
 
1628
+ #: views/backup.php:317
1629
  msgid "Thursday"
1630
  msgstr "Huwebes"
1631
 
1632
+ #: views/backup.php:318
1633
  msgid "Friday"
1634
  msgstr "Biyernes"
1635
 
1636
+ #: views/backup.php:319
1637
  msgid "Saturday"
1638
  msgstr "Sabado"
1639
 
1640
+ #: views/backup.php:320
1641
  msgid "Sunday"
1642
  msgstr "Linggo"
1643
 
1644
+ #: views/backup.php:323
1645
  msgid "Save Schedule"
1646
  msgstr "I-save ang iskedyul "
1647
 
1648
+ #: views/backup.php:328
1649
  #, php-format
1650
  msgid ""
1651
  "Scheduled backups are only available to WPBackItUp premium customers. "
1655
  "customer. Mangyaring bisitahin ang %s upang makakuha ng WPBackItUp risk "
1656
  "free para sa 30 araw. "
1657
 
1658
+ #: views/backup.php:336 views/restore.php:95
1659
  msgid "Available Backups"
1660
  msgstr "Magagamit na Backups "
1661
 
1662
+ #: views/backup.php:356 views/backup.php:405
1663
  msgid "Type"
1664
  msgstr "Uri "
1665
 
1666
+ #: views/backup.php:357 views/backup.php:407 views/restore.php:100
1667
  msgid "Date"
1668
  msgstr "Petsa"
1669
 
1670
+ #: views/backup.php:358 views/backup.php:409
1671
  msgid "Duration"
1672
  msgstr "Panahong itinagal"
1673
 
1674
+ #: views/backup.php:377
1675
  msgid "Success"
1676
  msgstr "Matagumpay! "
1677
 
1678
+ #: views/backup.php:380
1679
  msgid "Active"
1680
  msgstr "Aktibo: "
1681
 
1682
+ #: views/backup.php:423 views/restore.php:149
1683
  msgid "No backup archives found."
1684
  msgstr "Walang nahanap na backup archive"
1685
 
1686
+ #: views/backup.php:432
1687
  #, php-format
1688
  msgid ""
1689
  "The automated restore feature is only available to WPBackItUp premium "
1693
  "premium customer. Mangyaring bisitahin ang %s upang makakuha ng WPBackItUp "
1694
  "risk free para sa 30 araw."
1695
 
1696
+ #: views/backup.php:441 views/restore.php:234
1697
  msgid "Nothing to report"
1698
  msgstr "Walang maiulat"
1699
 
1700
+ #: views/backup.php:446
1701
  msgid "Preparing for backup"
1702
  msgstr "Paghahanda para sa backup"
1703
 
 
 
1704
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1705
+ #: views/backup.php:449 views/backup.php:450 views/backup.php:451
1706
+ #: views/backup.php:452 views/backup.php:453 views/backup.php:454
1707
+ #: views/backup.php:456 views/backup.php:458 views/restore.php:244
1708
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1709
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1710
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
1712
  msgid "Done"
1713
  msgstr "Tapos na "
1714
 
 
 
1715
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1716
+ #: views/backup.php:449 views/backup.php:450 views/backup.php:451
1717
+ #: views/backup.php:452 views/backup.php:453 views/backup.php:454
1718
+ #: views/backup.php:456 views/backup.php:458 views/restore.php:244
1719
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1720
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1721
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
1723
  msgid "Failed"
1724
  msgstr "Hindi napagtagumpayan "
1725
 
1726
+ #: views/backup.php:447
1727
  msgid "Creating inventory of files to backup"
1728
  msgstr "Paglikha ng imbentaryo ng files para i-backup."
1729
 
1730
+ #: views/backup.php:448
1731
  msgid "Exporting database"
1732
  msgstr "Exporting database"
1733
 
1734
+ #: views/backup.php:449
1735
  msgid "Backing up database"
1736
  msgstr "Pag-back up ng database"
1737
 
1738
+ #: views/backup.php:450
1739
  msgid "Backing up themes"
1740
  msgstr "Pag-back up ng tema"
1741
 
1742
+ #: views/backup.php:451
1743
  msgid "Backing up plugins"
1744
  msgstr "Pag-back up plugins"
1745
 
1746
+ #: views/backup.php:452
1747
  msgid "Backing up uploads"
1748
  msgstr "Pag-back up uploads"
1749
 
1750
+ #: views/backup.php:453
1751
  msgid "Backing up everything else"
1752
  msgstr "Pag- back up ng lahat ng iba pa"
1753
 
1754
+ #: views/backup.php:454
1755
  msgid "Validating backup"
1756
  msgstr "Pagpapatunay sa backup "
1757
 
1758
+ #: views/backup.php:456
1759
  msgid "Encrypting sensitive files"
1760
  msgstr "Encrypting sensitive files"
1761
 
1762
+ #: views/backup.php:458
1763
  msgid "Finalizing backup"
1764
  msgstr "Pag kumpleto ng backup"
1765
 
1766
+ #: views/backup.php:468
1767
  msgid "Backup completed successfully"
1768
  msgstr "Matagumpay na nakumpleto ang backup"
1769
 
1770
+ #: views/backup.php:489
1771
  msgid "Version "
1772
  msgstr "Bersyon "
1773
 
1774
+ #: views/backup.php:491
1775
  msgid "Welcome to WPBackItUp!"
1776
  msgstr "Maligayang pagdating sa WPBackItUp!"
1777
 
1778
+ #: views/backup.php:491
1779
  msgid "The simplest way to backup your WordPress site."
1780
  msgstr "Ang pinakasimpleng paraan upang i- backup ang iyong WordPress site."
1781
 
1782
+ #: views/backup.php:492
1783
  msgid ""
1784
  "Getting started is easy, just click the backup button on the left side of "
1785
  "this page."
1787
  "Ang pagsisimula ay madali, i-click lamang ang buton ng backup sa kaliwang "
1788
  "bahagi ng pahinang ito."
1789
 
1790
+ #: views/backup.php:496
1791
  #, php-format
1792
  msgid ""
1793
  "Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
1796
  "Malugod na pagbati! Ikaw ay nagsagawa ng <span style=\"font-weight:bold;font-"
1797
  "size:medium;color: green\">%s</span> matagumpay na backups "
1798
 
1799
+ #: views/backup.php:497
1800
  msgid "Tips"
1801
  msgstr "Tips"
1802
 
1803
+ #: views/backup.php:498
1804
  msgid "Backup your site at least once per week"
1805
  msgstr "Mag backup ng iyong site isang beses sa isang linggo"
1806
 
1807
+ #: views/backup.php:499
1808
  msgid "Download all your backups and store them somewhere safe"
1809
  msgstr "I-download ang lahat ng iyong mga backup at itago saan man ligtas"
1810
 
1811
+ #: views/backup.php:500
1812
  msgid "Verify your backup files are good by taking a look at what's inside"
1813
  msgstr ""
1814
  "Upang mapatunayan na maayos ang iyong mga backup tignan ang nilalaman nito "
1815
 
1816
+ #: views/backup.php:505
1817
  #, php-format
1818
  msgid "Why not %s and schedule your backups!"
1819
  msgstr "Bakit hindi %s at i-iskedyul ang iyong mga backup!"
1820
 
1821
+ #: views/backup.php:505
1822
  msgid "upgrade"
1823
  msgstr "upgrade"
1824
 
1825
+ #: views/backup.php:514
1826
  msgid "Register WPBackItUp"
1827
  msgstr "Magrehistro ng WPBackItUp"
1828
 
1829
+ #: views/backup.php:517
1830
  msgid ""
1831
  "Enter your name and email address below to receive <b>special offers</b> and "
1832
  "access to our world class <b>support</b> team. <br />\n"
1838
  "> \n"
1839
  "Ilagay ang iyong license key upang ma-activate sa site na ito."
1840
 
1841
+ #: views/backup.php:519
1842
  msgid "name"
1843
  msgstr "Pangalan"
1844
 
1845
+ #: views/backup.php:520
1846
  msgid "email address"
1847
  msgstr "email address"
1848
 
1849
+ #: views/backup.php:521
1850
  msgid "license key"
1851
  msgstr "license key"
1852
 
1853
+ #: views/backup.php:521 views/backup.php:571 views/backup.php:575
1854
  #, php-format
1855
  msgid "%s"
1856
  msgstr "%s"
1857
 
1858
+ #: views/backup.php:522
1859
  msgid "Free plugin customers do not need to enter license key."
1860
  msgstr ""
1861
  "Ang mga free plugin customers ay hindi na kailangang maglagay ng license "
1862
  "key "
1863
 
1864
+ #: views/backup.php:523
1865
  msgid "Register"
1866
  msgstr "Mag-rehistro"
1867
 
1868
+ #: views/backup.php:532
1869
  msgid "License Info"
1870
  msgstr "Impormasyon ng Lisensya"
1871
 
1872
+ #: views/backup.php:556
 
 
 
 
 
 
 
 
1873
  msgid "License Type"
1874
  msgstr "Uri ng Lisensya"
1875
 
1876
+ #: views/backup.php:557
1877
  msgid "Expires"
1878
  msgstr "Ang lisensya ay mawawalan ng bisa"
1879
 
1880
+ #: views/backup.php:560
1881
  msgid "Enter license key to activate on this site."
1882
  msgstr "Ilagay ang license key upang ma-activate sa site na ito"
1883
 
1884
+ #: views/backup.php:567
1885
  msgid "License Active"
1886
  msgstr "Aktibong Lisensya "
1887
 
1888
+ #: views/backup.php:575
1889
  msgid "License expired"
1890
  msgstr "Wala ng bisa ang lisensya"
1891
 
1892
+ #: views/backup.php:583
 
 
 
 
1893
  msgid "Activate"
1894
  msgstr "I-activate"
1895
 
1896
+ #: views/backup.php:587
1897
  #, php-format
1898
  msgid "Purchase a %s license using the purchase link above."
1899
  msgstr "Bumili ng %s lisensiya gamit ang link na nasa itaas. "
1900
 
1901
+ #: views/backup.php:587
1902
  msgid "no-risk"
1903
  msgstr "no risk "
1904
 
1905
+ #: views/backup.php:593
1906
  #, php-format
1907
  msgid ""
1908
  "Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
1913
  "para sa isa pang taon ng mga update <strong> ng produkto </strong> at "
1914
  "<strong> priority support. </strong>"
1915
 
1916
+ #: views/backup.php:604
1917
  msgid "Useful Links"
1918
  msgstr "Kapaki-pakinabang na mga Link"
1919
 
1920
+ #: views/backup.php:606
1921
  msgid "Getting Started Video"
1922
  msgstr "Video ng Pagsisimula sa WPBackItUp"
1923
 
1924
+ #: views/backup.php:609
1925
  msgid "Your account"
1926
  msgstr "Ang iyong account"
1927
 
1928
+ #: views/backup.php:612
1929
  msgid "Website Migration Service"
1930
  msgstr "Website Migration Service"
1931
 
1932
+ #: views/backup.php:614
1933
  msgid "Documentation"
1934
  msgstr "Dokumentasyon"
1935
 
1936
+ #: views/backup.php:620
1937
  msgid "Feature request"
1938
  msgstr "Feature request"
1939
 
1940
+ #: views/backup.php:622
1941
  msgid "Language Translations"
1942
  msgstr "Pagsasalin ng Wika"
1943
 
1944
+ #: views/backup.php:624
1945
  msgid "Contact"
1946
  msgstr "Contact"
1947
 
2794
  "Markahan ng tsek kung nais mo na ganap na alisin ng WPBackItUp ang lahat "
2795
  "ng data nito kapag ang plugin ay tinanggal na."
2796
 
2797
+ #: views/support.php:69 views/support.php:229
2798
  msgid "Send Logs"
2799
  msgstr "Magpadala ng Logs"
2800
 
2801
+ #: views/support.php:73
2802
+ msgid "Download Logs"
2803
+ msgstr ""
2804
+
2805
+ #: views/support.php:79
2806
  msgid "Advanced"
2807
  msgstr "Advanced"
2808
 
2809
+ #: views/support.php:101
2810
  msgid "Support Center"
2811
  msgstr "Support Center"
2812
 
2813
+ #: views/support.php:103
2814
  msgid ""
2815
  "Welcome to the WPBackItUp support center. If you have any questions or run "
2816
  "into any trouble with WPBackItUp then you've come to the right place."
2818
  "Maligayang pagdating sa WPBackItUp support. Kung mayroon kang anumang mga "
2819
  "katanungan o mga problema sa WPBackItUp ikaw ay nasa tamang lugar."
2820
 
2821
+ #: views/support.php:120
2822
  msgid ""
2823
  "To streamline support requests and better serve you, we utilize a support "
2824
  "ticket system. Every support request is assigned a unique ticket number "
2836
  "mga sulat ay sa pamamagitan ng email kaya ang ginagamit na email address ay "
2837
  "kinakailangan upang magsumite ng tiket."
2838
 
2839
+ #: views/support.php:128
2840
  msgid "Search &rarr; Knowledge base"
2841
  msgstr "Search &rarr; Knowledge base"
2842
 
2843
+ #: views/support.php:129
2844
  msgid ""
2845
  "Want to search our entire documentation library, all our how to articles and "
2846
  "even our faq's in one shot? Just type your question into the knowledge base "
2851
  "tanong sa knowledge base search bar at ipapakita namin sa iyo ang lahat ng "
2852
  "bagay na mayroon kami para sa paksang iyon."
2853
 
2854
+ #: views/support.php:131
2855
  msgid "New &rarr; Ticket"
2856
  msgstr "New &rarr; Ticket"
2857
 
2858
+ #: views/support.php:132
2859
  msgid ""
2860
  "Need to open a new support ticket? Just click the link above. Please "
2861
  "provide as much detail as possible so we can best assist you."
2864
  "itaas. Mangyaring magbigay ng maraming detalye hangga't maaari upang maaari "
2865
  "naming matulungan ka ng mabuti. "
2866
 
2867
+ #: views/support.php:134
2868
  msgid "Check &rarr; Status"
2869
  msgstr "Check &rarr; Status"
2870
 
2871
+ #: views/support.php:135
2872
  msgid ""
2873
  "To check ticket status or update a previously submitted ticket you will "
2874
  "first need to login. Our support portal provides a history of your current "
2879
  "nagbibigay ng talaan ng iyong kasalukuyan at mga nakalipas na support "
2880
  "requests."
2881
 
2882
+ #: views/support.php:137
2883
  msgid "Send &rarr; Logs"
2884
  msgstr "Send &rarr; Logs"
2885
 
2886
+ #: views/support.php:138
2887
  msgid ""
2888
  "Sometimes it may be necessary for you to send your log files to support. If "
2889
  "that ever happens, just click the link above and we will show you what to do."
2892
  "ay mangyari, i-click lamang ang link sa itaas at ipapakita namin ang dapat "
2893
  "na gawin. "
2894
 
2895
+ #: views/support.php:177
2896
  msgid ""
2897
  "If you have been asked by support to send your log files then you are in the "
2898
  "right spot."
2900
  "Kung ikaw ay pinakiusapan ng support na ipadala ang iyong log files ikaw ay "
2901
  "nasa tamang kalagayan."
2902
 
2903
+ #: views/support.php:189
2904
  msgid "Send Logs to Support"
2905
  msgstr "Magpadala ng Logs sa Support"
2906
 
2907
+ #: views/support.php:190
2908
  msgid "This form should only be used when working with support."
2909
  msgstr ""
2910
  "Ang form na ito ay dapat lamang gamitin kapag nakikipagugnayan sa support."
2911
 
2912
+ #: views/support.php:191
2913
  #, php-format
2914
  msgid ""
2915
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
2919
  "WPBackItUp <a href=\"%s\" target=\"_blank\"> support portal. </a> bago "
2920
  "gamitin ang form na ito."
2921
 
2922
+ #: views/support.php:192
2923
  msgid ""
2924
  "The ticket id you receive from your support request should be entered in the "
2925
  "ticket id field below."
2927
  "Ang mga ticket id na natanggap mo mula sa support ay dapat na ilagay sa "
2928
  "patlang ng ticket id ."
2929
 
2930
+ #: views/support.php:193
2931
  msgid "your email address"
2932
  msgstr "ang iyong email address"
2933
 
2934
+ #: views/support.php:204
2935
  msgid "support ticket id"
2936
  msgstr "support ticket id"
2937
 
2938
+ #: views/support.php:215
2939
  msgid "problem description or additional information"
2940
  msgstr "paglalarawan ng problema o karagdagang impormasyon"
2941
 
2942
+ #: views/support.php:232
2943
  msgid "Please register your version of WPBackItUp for access to support."
2944
  msgstr ""
2945
  "Mangyaring irehistro ang iyong bersyon ng WPBackItUp upang magkaroon ng "
2946
  "access sa support para sa tulong."
2947
 
2948
+ #: views/support.php:236
2949
  msgid "Premium customers receive priority support."
2950
  msgstr "Ang mga premium customer ay bibigyan ng unang tulong "
2951
 
2952
+ #: views/support.php:244
2953
  msgid "Support email could not be sent!"
2954
  msgstr "Hindi naipadala ang email para sa support!"
2955
 
2956
+ #: views/support.php:251
2957
  msgid "Support email sent successfully!"
2958
  msgstr "Matagumpay na naipadala ang email sa support . "
2959
 
2960
+ #: views/support.php:282
2961
+ msgid "Download logs file manually."
2962
+ msgstr ""
2963
+
2964
+ #: views/support.php:310
2965
  msgid "Content goes here"
2966
  msgstr "Ang nilalaman ay mapupunta dito"
2967
 
2996
  #: wp-backitup.php:184
2997
  msgid "Cleanup"
2998
  msgstr "Paglilinis"
2999
+
3000
+ #~ msgid "About Page"
3001
+ #~ msgstr "About Page"
3002
+
3003
+ #~ msgid ""
3004
+ #~ "WPBackItUp now has a new <em>about</em> page and you are looking at it "
3005
+ #~ "right now! The about page contains tips to help get you started with "
3006
+ #~ "WPBackItUp as well as links to our knowledge base, faqs and instructions "
3007
+ #~ "on how to contact support if you ever need help. It also includes a "
3008
+ #~ "<em>what's new</em> section describing all the incredible new features "
3009
+ #~ "and enhancements we make with every release."
3010
+ #~ msgstr ""
3011
+ #~ "Ang WPBackItUp ngayon ay may bagong <em>about</em> page at ikaw ay "
3012
+ #~ "nakatingin dito sa ngayon! Ang about page ay naglalaman ng mga tip upang "
3013
+ #~ "matulungan kang makapagsimula sa WPBackItUp pati na rin ang mga link sa "
3014
+ #~ "aming knowledge base, FAQs at mga tagubilin sa kung paano makipag-ugnayan "
3015
+ #~ "sa support kung sakaling kailanganin mo ng tulong. Kasama rin dito ang "
3016
+ #~ "<em>kung ano ang bago</em> na seksyon na naglalarawan ng lahat ng mga "
3017
+ #~ "hindi kapani-paniwala bagong tampok at pagpapahusay na ginagawa natin sa "
3018
+ #~ "bawat release."
languages/wp-backitup.pot CHANGED
@@ -2,7 +2,7 @@
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: WPBackItUp\n"
5
- "POT-Creation-Date: 2016-11-04 18:34-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"
@@ -21,201 +21,220 @@ msgstr ""
21
  msgid "Every %d Minutes"
22
  msgstr ""
23
 
24
- #: lib/includes/class-wpbackitup-admin.php:225 views/backup.php:277
25
- #: views/backup.php:283 views/backup.php:349 views/backup.php:386
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  #: views/restore.php:99 wp-backitup.php:156
27
  msgid "Backup"
28
  msgstr ""
29
 
30
- #: lib/includes/class-wpbackitup-admin.php:230
31
- #: lib/includes/class-wpbackitup-admin.php:273 views/about.php:191
32
  #: views/restore.php:136 wp-backitup.php:170
33
  msgid "Restore"
34
  msgstr ""
35
 
36
- #: lib/includes/class-wpbackitup-admin.php:235 views/support.php:62
37
  msgid "Support"
38
  msgstr ""
39
 
40
- #: lib/includes/class-wpbackitup-admin.php:238
41
  msgid "Settings"
42
  msgstr ""
43
 
44
- #: lib/includes/class-wpbackitup-admin.php:241
45
  msgid "About"
46
  msgstr ""
47
 
48
- #: lib/includes/class-wpbackitup-admin.php:266
49
  msgid ""
50
  "The backup you have selected exceeds what your host allows you to upload."
51
  msgstr ""
52
 
53
- #: lib/includes/class-wpbackitup-admin.php:267 views/backup.php:440
54
- #: views/backup.php:441 views/backup.php:442 views/backup.php:443
55
- #: views/backup.php:444 views/backup.php:445 views/backup.php:446
56
- #: views/backup.php:447 views/backup.php:448 views/backup.php:450
57
- #: views/backup.php:452
58
  msgid "Warning"
59
  msgstr ""
60
 
61
- #: lib/includes/class-wpbackitup-admin.php:268
62
- #: vendor/edd/EDD_SL_Plugin_Updater.php:363 views/backup.php:253
63
- #: views/backup.php:377
64
  msgid "Error"
65
  msgstr ""
66
 
67
- #: lib/includes/class-wpbackitup-admin.php:269
68
  msgid "Response"
69
  msgstr ""
70
 
71
- #: lib/includes/class-wpbackitup-admin.php:270 views/backup.php:353
72
- #: views/backup.php:405 views/backup.php:431 views/restore.php:230
73
  msgid "Status"
74
  msgstr ""
75
 
76
- #: lib/includes/class-wpbackitup-admin.php:271
77
- msgid "Download"
78
- msgstr ""
79
-
80
- #: lib/includes/class-wpbackitup-admin.php:272 views/backup.php:408
81
- #: views/restore.php:129
82
- msgid "Delete"
83
- msgstr ""
84
-
85
- #: lib/includes/class-wpbackitup-admin.php:274
86
  msgid "(JS997) Unexpected error"
87
  msgstr ""
88
 
89
- #: lib/includes/class-wpbackitup-admin.php:275
90
  msgid "(JS998) Unexpected error"
91
  msgstr ""
92
 
93
- #: lib/includes/class-wpbackitup-admin.php:276
94
  msgid "(JS999) An unexpected error has occurred"
95
  msgstr ""
96
 
97
- #: lib/includes/class-wpbackitup-admin.php:277
98
  msgid "Scheduled has been saved."
99
  msgstr ""
100
 
101
- #: lib/includes/class-wpbackitup-admin.php:278
102
  msgid "Scheduled was not saved."
103
  msgstr ""
104
 
105
- #: lib/includes/class-wpbackitup-admin.php:279
106
  msgid "Are you sure you want to restore your site?"
107
  msgstr ""
108
 
109
- #: lib/includes/class-wpbackitup-admin.php:280
110
  msgid "Are you sure ?"
111
  msgstr ""
112
 
113
- #: lib/includes/class-wpbackitup-admin.php:281
114
  msgid "This file cannot be delete!"
115
  msgstr ""
116
 
117
- #: lib/includes/class-wpbackitup-admin.php:282
118
  msgid "View Log"
119
  msgstr ""
120
 
121
- #: lib/includes/class-wpbackitup-admin.php:283
122
  msgid "New Backup!"
123
  msgstr ""
124
 
125
- #: lib/includes/class-wpbackitup-admin.php:284
126
  msgid "Uploaded Backup"
127
  msgstr ""
128
 
129
- #: lib/includes/class-wpbackitup-admin.php:685
130
  msgid "Backup Queued"
131
  msgstr ""
132
 
133
- #: lib/includes/class-wpbackitup-admin.php:694
134
  msgid "Backup could not be queued"
135
  msgstr ""
136
 
137
- #: lib/includes/class-wpbackitup-admin.php:706
138
  msgid "Job is already in queue."
139
  msgstr ""
140
 
141
- #: lib/includes/class-wpbackitup-admin.php:744
142
  msgid "No backup file selected."
143
  msgstr ""
144
 
145
- #: lib/includes/class-wpbackitup-admin.php:751
146
  msgid "No user id found."
147
  msgstr ""
148
 
149
- #: lib/includes/class-wpbackitup-admin.php:789
150
  msgid "Restore Queued"
151
  msgstr ""
152
 
153
- #: lib/includes/class-wpbackitup-admin.php:798
154
  msgid "Restore could not be queued"
155
  msgstr ""
156
 
157
- #: lib/includes/class-wpbackitup-admin.php:804
158
  msgid "Restore already in queue"
159
  msgstr ""
160
 
161
- #: lib/includes/class-wpbackitup-admin.php:836
162
  msgid "No job id posted"
163
  msgstr ""
164
 
165
- #: lib/includes/class-wpbackitup-admin.php:844 views/backup.php:471
166
  msgid "Backup Cancelled"
167
  msgstr ""
168
 
169
- #: lib/includes/class-wpbackitup-admin.php:846
170
  msgid "Backup job not found"
171
  msgstr ""
172
 
173
- #: lib/includes/class-wpbackitup-admin.php:1055
174
  msgid "No response log found."
175
  msgstr ""
176
 
177
- #: lib/includes/class-wpbackitup-admin.php:1157
178
- #: lib/includes/class-wpbackitup-admin.php:1165
179
- #: lib/includes/class-wpbackitup-admin.php:1245
180
- #: lib/includes/class-wpbackitup-admin.php:1252
181
- #: lib/includes/class-wpbackitup-admin.php:1259
182
- #: lib/includes/class-wpbackitup-admin.php:1266
183
- #: lib/includes/class-wpbackitup-admin.php:1273
184
  msgid "Please enter a number"
185
  msgstr ""
186
 
187
- #: lib/includes/class-wpbackitup-admin.php:1193
188
  msgid "Please enter valid email"
189
  msgstr ""
190
 
191
- #: lib/includes/class-wpbackitup-admin.php:1382
192
  msgid "Please enter a valid email"
193
  msgstr ""
194
 
195
- #: lib/includes/class-wpbackitup-admin.php:1389
196
  msgid "Please enter your support ticket id"
197
  msgstr ""
198
 
199
- #: lib/includes/class-wpbackitup-admin.php:1394
200
  msgid "Please only enter numbers in this field"
201
  msgstr ""
202
 
203
- #: lib/includes/class-wpbackitup-admin.php:2267
204
- #: lib/includes/class-wpbackitup-admin.php:2287
205
  msgid ""
206
  "License could not be activated. Please try again in a few hours and contact "
207
  "support if this error continues."
208
  msgstr ""
209
 
210
- #: lib/includes/class-wpbackitup-admin.php:2336
211
  msgid "License is invalid."
212
  msgstr ""
213
 
214
- #: lib/includes/class-wpbackitup-admin.php:2341
215
  msgid "License has expired."
216
  msgstr ""
217
 
218
- #: lib/includes/class-wpbackitup-admin.php:2344
219
  #, php-format
220
  msgid ""
221
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -223,15 +242,15 @@ msgid ""
223
  "<strong>world class support</strong> team."
224
  msgstr ""
225
 
226
- #: lib/includes/class-wpbackitup-admin.php:2358
227
  msgid "License Expired: Scheduled backups are no longer active."
228
  msgstr ""
229
 
230
- #: lib/includes/class-wpbackitup-admin.php:2366
231
  msgid "Activation limit has been reached."
232
  msgstr ""
233
 
234
- #: lib/includes/class-wpbackitup-admin.php:2372
235
  msgid "Your Activation limit has been reached"
236
  msgstr ""
237
 
@@ -508,6 +527,369 @@ msgstr ""
508
  msgid "(999) Unexpected error"
509
  msgstr ""
510
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
511
  #: vendor/edd/EDD_SL_Plugin_Updater.php:199
512
  #, php-format
513
  msgid ""
@@ -537,7 +919,7 @@ msgstr ""
537
  msgid "Premium Plugin"
538
  msgstr ""
539
 
540
- #: views/about.php:117 views/support.php:92
541
  msgid "WPBackItUp"
542
  msgstr ""
543
 
@@ -559,7 +941,7 @@ msgid ""
559
  "<em>backing it up</em> in no time!"
560
  msgstr ""
561
 
562
- #: views/about.php:139 views/backup.php:483
563
  msgid "Backups"
564
  msgstr ""
565
 
@@ -579,7 +961,7 @@ msgid ""
579
  "database, plugins, themes, and even all your media files."
580
  msgstr ""
581
 
582
- #: views/about.php:150 views/about.php:395
583
  msgid "Download Backups"
584
  msgstr ""
585
 
@@ -764,36 +1146,53 @@ msgid "Below are just a few highlights for version %s. "
764
  msgstr ""
765
 
766
  #: views/about.php:270
767
- msgid "Email Notifications"
768
  msgstr ""
769
 
770
  #: views/about.php:276
771
- msgid ""
772
- "WPBackItUp now supports multiple email addresses for backup notifications. "
773
- "Using the WPBackItUp Settings page add multiple email addresses to the "
774
- "<em>Email Notifications</em> setting and all will receive notification "
775
- "emails when your backups complete."
776
  msgstr ""
777
 
778
- #: views/about.php:278
779
- msgid "About Page"
 
 
 
 
 
 
 
780
  msgstr ""
781
 
782
  #: views/about.php:279
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
783
  msgid ""
784
- "WPBackItUp now has a new <em>about</em> page and you are looking at it right "
785
- "now! The about page contains tips to help get you started with WPBackItUp "
786
- "as well as links to our knowledge base, faqs and instructions on how to "
787
- "contact support if you ever need help. It also includes a <em>what's new</"
788
- "em> section describing all the incredible new features and enhancements we "
789
- "make with every release."
790
  msgstr ""
791
 
792
- #: views/about.php:281 views/settings.php:146
793
  msgid "Maximum Zip File Size"
794
  msgstr ""
795
 
796
- #: views/about.php:282
797
  msgid ""
798
  "Over the years we have found that some hosting providers enforce strict "
799
  "limitations on the size of your backup archives. When this happens you "
@@ -804,47 +1203,47 @@ msgid ""
804
  "any files, it will just add them to a new backup archive."
805
  msgstr ""
806
 
807
- #: views/about.php:293
808
  msgid "Additional Updates"
809
  msgstr ""
810
 
811
- #: views/about.php:296
812
  msgid "Backup Encryption (Premium Only)"
813
  msgstr ""
814
 
815
- #: views/about.php:297
816
  msgid ""
817
  "That's right, we have added backup encryption to this release but have "
818
  "turned it off while we beta test with a few customers. Backup encryption "
819
  "will be included in our next major release (1.14) which is due out soon."
820
  msgstr ""
821
 
822
- #: views/about.php:300
823
  msgid "File Name Validation"
824
  msgstr ""
825
 
826
- #: views/about.php:301
827
  msgid ""
828
  "We have added an additional validation for files with invalid names. This "
829
  "check will exclude files from a backup with invalid file names. These files "
830
  "are often corrupt and cause errors during a restore."
831
  msgstr ""
832
 
833
- #: views/about.php:304
834
  msgid "SQL Files"
835
  msgstr ""
836
 
837
- #: views/about.php:305
838
  msgid ""
839
  "For those of you with extremely large databases, you will be happy to know "
840
  "that we now support database exports that contain more than 500 SQL files."
841
  msgstr ""
842
 
843
- #: views/about.php:309
844
  msgid "Cloud API Gateway "
845
  msgstr ""
846
 
847
- #: views/about.php:310
848
  msgid ""
849
  "Every once in a while we have connectivity issues with a few hosts when "
850
  "customers attempt to activate their license. To combat this issue we have "
@@ -852,11 +1251,11 @@ msgid ""
852
  "providers in every country and on any platform."
853
  msgstr ""
854
 
855
- #: views/about.php:313
856
  msgid "Tables missing WordPress table prefix"
857
  msgstr ""
858
 
859
- #: views/about.php:314
860
  msgid ""
861
  "We have added support for database tables that are missing the WordPress "
862
  "table prefix. Some plugins create custom tables that do not contain the "
@@ -865,95 +1264,95 @@ msgid ""
865
  "when the table prefix is missing."
866
  msgstr ""
867
 
868
- #: views/about.php:320
869
  msgid "Want to see the entire changelog?"
870
  msgstr ""
871
 
872
- #: views/about.php:321
873
  msgid "View the Full Changelog"
874
  msgstr ""
875
 
876
- #: views/about.php:350
877
  msgid "Full Changelog"
878
  msgstr ""
879
 
880
- #: views/about.php:370
881
  msgid "Take a look at what you are missing!"
882
  msgstr ""
883
 
884
- #: views/about.php:378
885
  msgid "FEATURES"
886
  msgstr ""
887
 
888
- #: views/about.php:379
889
  msgid "LITE"
890
  msgstr ""
891
 
892
- #: views/about.php:380
893
  msgid "PREMIUM"
894
  msgstr ""
895
 
896
- #: views/about.php:385
897
  msgid "Complete Backup (Database, Themes, Plugins &amp; Media Files)"
898
  msgstr ""
899
 
900
- #: views/about.php:390
901
  msgid "Compressed Backups (Zip Format)"
902
  msgstr ""
903
 
904
- #: views/about.php:400
905
  msgid "Directory Filters"
906
  msgstr ""
907
 
908
- #: views/about.php:405
909
  msgid "Database Table Filters"
910
  msgstr ""
911
 
912
- #: views/about.php:410
913
  msgid "Single File Database Export"
914
  msgstr ""
915
 
916
- #: views/about.php:415
917
  msgid "Single File Backup"
918
  msgstr ""
919
 
920
- #: views/about.php:420
921
  msgid "Purge Old Backups"
922
  msgstr ""
923
 
924
- #: views/about.php:425
925
  msgid "Cleanup Work Files &amp; Logs"
926
  msgstr ""
927
 
928
- #: views/about.php:430
929
  msgid "Backup Notifications via Email"
930
  msgstr ""
931
 
932
- #: views/about.php:435
933
  msgid "One Click Restore</strong>"
934
  msgstr ""
935
 
936
- #: views/about.php:440
937
  msgid "Scheduled Backups"
938
  msgstr ""
939
 
940
- #: views/about.php:445
941
  msgid "Import Backups"
942
  msgstr ""
943
 
944
- #: views/about.php:455
945
  msgid "Premium Support"
946
  msgstr ""
947
 
948
- #: views/about.php:460
949
  msgid "Product Updates"
950
  msgstr ""
951
 
952
- #: views/about.php:467
953
  msgid "GET PREMIUM"
954
  msgstr ""
955
 
956
- #: views/about.php:490
957
  msgid "No valid changelog was found."
958
  msgstr ""
959
 
@@ -965,62 +1364,58 @@ msgstr ""
965
  msgid "%s Dashboard"
966
  msgstr ""
967
 
968
- #: views/backup.php:242
969
  msgid "Dismiss"
970
  msgstr ""
971
 
972
- #: views/backup.php:254
973
  #, php-format
974
  msgid "Backup folder does not exist. Please contact %s for assistance."
975
  msgstr ""
976
 
977
- #: views/backup.php:254 views/restore.php:75 views/restore.php:82
978
  msgid "support"
979
  msgstr ""
980
 
981
- #: views/backup.php:257 views/backup.php:263
982
  msgid "Close"
983
  msgstr ""
984
 
985
- #: views/backup.php:278
986
  msgid ""
987
  "Click the backup button to create a zipped backup file of this site's "
988
  "database, plugins, themes and settings."
989
  msgstr ""
990
 
991
- #: views/backup.php:279
992
  msgid ""
993
  "Once your backup file has been created it will appear in the available "
994
  "backups section below. This file may remain on your hosting providers server "
995
  "but we recommend that you download and save it somewhere safe."
996
  msgstr ""
997
 
998
- #: views/backup.php:280
999
  msgid ""
1000
  "WPBackItUp premium customers can use these backup files to perform an "
1001
  "automated restore of their site."
1002
  msgstr ""
1003
 
1004
- #: views/backup.php:284
1005
- msgid "Cancel"
1006
- msgstr ""
1007
-
1008
- #: views/backup.php:291
1009
  #, php-format
1010
  msgid ""
1011
  "WPBackItUp lite customers may use these backup files to manually restore "
1012
  "their site. Please visit %s for manual restore instructions."
1013
  msgstr ""
1014
 
1015
- #: views/backup.php:298
1016
  msgid "Backup Schedule"
1017
  msgstr ""
1018
 
1019
- #: views/backup.php:300
1020
  msgid "Select the days of the week you would like your backup to run."
1021
  msgstr ""
1022
 
1023
- #: views/backup.php:302
1024
  msgid ""
1025
  "Backup your site once per week or every day, it's up to you. If you have "
1026
  "email notifications turned on we'll even send you an email when it's done. "
@@ -1029,96 +1424,96 @@ msgid ""
1029
  "but we recommend that you download and save it somewhere safe."
1030
  msgstr ""
1031
 
1032
- #: views/backup.php:304
1033
  msgid "Please make sure to schedule your backup for at least once per week."
1034
  msgstr ""
1035
 
1036
- #: views/backup.php:308
1037
  msgid "Monday"
1038
  msgstr ""
1039
 
1040
- #: views/backup.php:309
1041
  msgid "Tuesday"
1042
  msgstr ""
1043
 
1044
- #: views/backup.php:310
1045
  msgid "Wednesday"
1046
  msgstr ""
1047
 
1048
- #: views/backup.php:311
1049
  msgid "Thursday"
1050
  msgstr ""
1051
 
1052
- #: views/backup.php:312
1053
  msgid "Friday"
1054
  msgstr ""
1055
 
1056
- #: views/backup.php:313
1057
  msgid "Saturday"
1058
  msgstr ""
1059
 
1060
- #: views/backup.php:314
1061
  msgid "Sunday"
1062
  msgstr ""
1063
 
1064
- #: views/backup.php:317
1065
  msgid "Save Schedule"
1066
  msgstr ""
1067
 
1068
- #: views/backup.php:322
1069
  #, php-format
1070
  msgid ""
1071
  "Scheduled backups are only available to WPBackItUp premium customers. "
1072
  "Please visit %s to get WPBackItUp risk free for 30 days."
1073
  msgstr ""
1074
 
1075
- #: views/backup.php:330 views/restore.php:95
1076
  msgid "Available Backups"
1077
  msgstr ""
1078
 
1079
- #: views/backup.php:350 views/backup.php:399
1080
  msgid "Type"
1081
  msgstr ""
1082
 
1083
- #: views/backup.php:351 views/backup.php:401 views/restore.php:100
1084
  msgid "Date"
1085
  msgstr ""
1086
 
1087
- #: views/backup.php:352 views/backup.php:403
1088
  msgid "Duration"
1089
  msgstr ""
1090
 
1091
- #: views/backup.php:371
1092
  msgid "Success"
1093
  msgstr ""
1094
 
1095
- #: views/backup.php:374
1096
  msgid "Active"
1097
  msgstr ""
1098
 
1099
- #: views/backup.php:417 views/restore.php:149
1100
  msgid "No backup archives found."
1101
  msgstr ""
1102
 
1103
- #: views/backup.php:426
1104
  #, php-format
1105
  msgid ""
1106
  "The automated restore feature is only available to WPBackItUp premium "
1107
  "customers. Please visit %s to get WPBackItUp risk free for 30 days."
1108
  msgstr ""
1109
 
1110
- #: views/backup.php:435 views/restore.php:234
1111
  msgid "Nothing to report"
1112
  msgstr ""
1113
 
1114
- #: views/backup.php:440
1115
  msgid "Preparing for backup"
1116
  msgstr ""
1117
 
1118
- #: views/backup.php:440 views/backup.php:441 views/backup.php:442
1119
- #: views/backup.php:443 views/backup.php:444 views/backup.php:445
1120
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1121
- #: views/backup.php:450 views/backup.php:452 views/restore.php:244
 
 
1122
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1123
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1124
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
@@ -1126,10 +1521,10 @@ msgstr ""
1126
  msgid "Done"
1127
  msgstr ""
1128
 
1129
- #: views/backup.php:440 views/backup.php:441 views/backup.php:442
1130
- #: views/backup.php:443 views/backup.php:444 views/backup.php:445
1131
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1132
- #: views/backup.php:450 views/backup.php:452 views/restore.php:244
 
 
1133
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1134
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1135
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
@@ -1137,105 +1532,105 @@ msgstr ""
1137
  msgid "Failed"
1138
  msgstr ""
1139
 
1140
- #: views/backup.php:441
1141
  msgid "Creating inventory of files to backup"
1142
  msgstr ""
1143
 
1144
- #: views/backup.php:442
1145
  msgid "Exporting database"
1146
  msgstr ""
1147
 
1148
- #: views/backup.php:443
1149
  msgid "Backing up database"
1150
  msgstr ""
1151
 
1152
- #: views/backup.php:444
1153
  msgid "Backing up themes"
1154
  msgstr ""
1155
 
1156
- #: views/backup.php:445
1157
  msgid "Backing up plugins"
1158
  msgstr ""
1159
 
1160
- #: views/backup.php:446
1161
  msgid "Backing up uploads"
1162
  msgstr ""
1163
 
1164
- #: views/backup.php:447
1165
  msgid "Backing up everything else"
1166
  msgstr ""
1167
 
1168
- #: views/backup.php:448
1169
  msgid "Validating backup"
1170
  msgstr ""
1171
 
1172
- #: views/backup.php:450
1173
  msgid "Encrypting sensitive files"
1174
  msgstr ""
1175
 
1176
- #: views/backup.php:452
1177
  msgid "Finalizing backup"
1178
  msgstr ""
1179
 
1180
- #: views/backup.php:462
1181
  msgid "Backup completed successfully"
1182
  msgstr ""
1183
 
1184
- #: views/backup.php:483
1185
  msgid "Version "
1186
  msgstr ""
1187
 
1188
- #: views/backup.php:485
1189
  msgid "Welcome to WPBackItUp!"
1190
  msgstr ""
1191
 
1192
- #: views/backup.php:485
1193
  msgid "The simplest way to backup your WordPress site."
1194
  msgstr ""
1195
 
1196
- #: views/backup.php:486
1197
  msgid ""
1198
  "Getting started is easy, just click the backup button on the left side of "
1199
  "this page."
1200
  msgstr ""
1201
 
1202
- #: views/backup.php:490
1203
  #, php-format
1204
  msgid ""
1205
  "Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
1206
  "medium;color: green\">%s</span> successful backups."
1207
  msgstr ""
1208
 
1209
- #: views/backup.php:491
1210
  msgid "Tips"
1211
  msgstr ""
1212
 
1213
- #: views/backup.php:492
1214
  msgid "Backup your site at least once per week"
1215
  msgstr ""
1216
 
1217
- #: views/backup.php:493
1218
  msgid "Download all your backups and store them somewhere safe"
1219
  msgstr ""
1220
 
1221
- #: views/backup.php:494
1222
  msgid "Verify your backup files are good by taking a look at what's inside"
1223
  msgstr ""
1224
 
1225
- #: views/backup.php:499
1226
  #, php-format
1227
  msgid "Why not %s and schedule your backups!"
1228
  msgstr ""
1229
 
1230
- #: views/backup.php:499
1231
  msgid "upgrade"
1232
  msgstr ""
1233
 
1234
- #: views/backup.php:508
1235
  msgid "Register WPBackItUp"
1236
  msgstr ""
1237
 
1238
- #: views/backup.php:511
1239
  msgid ""
1240
  "Enter your name and email address below to receive <b>special offers</b> and "
1241
  "access to our world class <b>support</b> team. <br />\n"
@@ -1243,81 +1638,69 @@ msgid ""
1243
  "site."
1244
  msgstr ""
1245
 
1246
- #: views/backup.php:513
1247
  msgid "name"
1248
  msgstr ""
1249
 
1250
- #: views/backup.php:514
1251
  msgid "email address"
1252
  msgstr ""
1253
 
1254
- #: views/backup.php:515
1255
  msgid "license key"
1256
  msgstr ""
1257
 
1258
- #: views/backup.php:515 views/backup.php:565 views/backup.php:569
1259
  #, php-format
1260
  msgid "%s"
1261
  msgstr ""
1262
 
1263
- #: views/backup.php:516
1264
  msgid "Free plugin customers do not need to enter license key."
1265
  msgstr ""
1266
 
1267
- #: views/backup.php:517
1268
  msgid "Register"
1269
  msgstr ""
1270
 
1271
- #: views/backup.php:526
1272
  msgid "License Info"
1273
  msgstr ""
1274
 
1275
- #: views/backup.php:548
1276
- msgid "Name"
1277
- msgstr ""
1278
-
1279
- #: views/backup.php:549
1280
- msgid "Email"
1281
- msgstr ""
1282
-
1283
- #: views/backup.php:550
1284
  msgid "License Type"
1285
  msgstr ""
1286
 
1287
- #: views/backup.php:551
1288
  msgid "Expires"
1289
  msgstr ""
1290
 
1291
- #: views/backup.php:554
1292
  msgid "Enter license key to activate on this site."
1293
  msgstr ""
1294
 
1295
- #: views/backup.php:561
1296
  msgid "License Active"
1297
  msgstr ""
1298
 
1299
- #: views/backup.php:569
1300
  msgid "License expired"
1301
  msgstr ""
1302
 
1303
- #: views/backup.php:573
1304
- msgid "Update"
1305
- msgstr ""
1306
-
1307
- #: views/backup.php:577
1308
  msgid "Activate"
1309
  msgstr ""
1310
 
1311
- #: views/backup.php:581
1312
  #, php-format
1313
  msgid "Purchase a %s license using the purchase link above."
1314
  msgstr ""
1315
 
1316
- #: views/backup.php:581
1317
  msgid "no-risk"
1318
  msgstr ""
1319
 
1320
- #: views/backup.php:587
1321
  #, php-format
1322
  msgid ""
1323
  "Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
@@ -1325,35 +1708,35 @@ msgid ""
1325
  "support</strong> team."
1326
  msgstr ""
1327
 
1328
- #: views/backup.php:598
1329
  msgid "Useful Links"
1330
  msgstr ""
1331
 
1332
- #: views/backup.php:600
1333
  msgid "Getting Started Video"
1334
  msgstr ""
1335
 
1336
- #: views/backup.php:603
1337
  msgid "Your account"
1338
  msgstr ""
1339
 
1340
- #: views/backup.php:606
1341
  msgid "Website Migration Service"
1342
  msgstr ""
1343
 
1344
- #: views/backup.php:608
1345
  msgid "Documentation"
1346
  msgstr ""
1347
 
1348
- #: views/backup.php:614
1349
  msgid "Feature request"
1350
  msgstr ""
1351
 
1352
- #: views/backup.php:616
1353
  msgid "Language Translations"
1354
  msgstr ""
1355
 
1356
- #: views/backup.php:618
1357
  msgid "Contact"
1358
  msgstr ""
1359
 
@@ -2040,25 +2423,29 @@ msgid ""
2040
  "data when the plugin is deleted."
2041
  msgstr ""
2042
 
2043
- #: views/support.php:65 views/support.php:221
2044
  msgid "Send Logs"
2045
  msgstr ""
2046
 
2047
- #: views/support.php:71
 
 
 
 
2048
  msgid "Advanced"
2049
  msgstr ""
2050
 
2051
- #: views/support.php:93
2052
  msgid "Support Center"
2053
  msgstr ""
2054
 
2055
- #: views/support.php:95
2056
  msgid ""
2057
  "Welcome to the WPBackItUp support center. If you have any questions or run "
2058
  "into any trouble with WPBackItUp then you've come to the right place."
2059
  msgstr ""
2060
 
2061
- #: views/support.php:112
2062
  msgid ""
2063
  "To streamline support requests and better serve you, we utilize a support "
2064
  "ticket system. Every support request is assigned a unique ticket number "
@@ -2068,104 +2455,108 @@ msgid ""
2068
  "is required to submit a ticket. "
2069
  msgstr ""
2070
 
2071
- #: views/support.php:120
2072
  msgid "Search &rarr; Knowledge base"
2073
  msgstr ""
2074
 
2075
- #: views/support.php:121
2076
  msgid ""
2077
  "Want to search our entire documentation library, all our how to articles and "
2078
  "even our faq's in one shot? Just type your question into the knowledge base "
2079
  "search bar and we'll show you everything we have for that topic."
2080
  msgstr ""
2081
 
2082
- #: views/support.php:123
2083
  msgid "New &rarr; Ticket"
2084
  msgstr ""
2085
 
2086
- #: views/support.php:124
2087
  msgid ""
2088
  "Need to open a new support ticket? Just click the link above. Please "
2089
  "provide as much detail as possible so we can best assist you."
2090
  msgstr ""
2091
 
2092
- #: views/support.php:126
2093
  msgid "Check &rarr; Status"
2094
  msgstr ""
2095
 
2096
- #: views/support.php:127
2097
  msgid ""
2098
  "To check ticket status or update a previously submitted ticket you will "
2099
  "first need to login. Our support portal provides a history of your current "
2100
  "and past support requests complete with responses."
2101
  msgstr ""
2102
 
2103
- #: views/support.php:129
2104
  msgid "Send &rarr; Logs"
2105
  msgstr ""
2106
 
2107
- #: views/support.php:130
2108
  msgid ""
2109
  "Sometimes it may be necessary for you to send your log files to support. If "
2110
  "that ever happens, just click the link above and we will show you what to do."
2111
  msgstr ""
2112
 
2113
- #: views/support.php:169
2114
  msgid ""
2115
  "If you have been asked by support to send your log files then you are in the "
2116
  "right spot."
2117
  msgstr ""
2118
 
2119
- #: views/support.php:181
2120
  msgid "Send Logs to Support"
2121
  msgstr ""
2122
 
2123
- #: views/support.php:182
2124
  msgid "This form should only be used when working with support."
2125
  msgstr ""
2126
 
2127
- #: views/support.php:183
2128
  #, php-format
2129
  msgid ""
2130
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
2131
  "target=\"_blank\"> support portal.</a> before using this form."
2132
  msgstr ""
2133
 
2134
- #: views/support.php:184
2135
  msgid ""
2136
  "The ticket id you receive from your support request should be entered in the "
2137
  "ticket id field below."
2138
  msgstr ""
2139
 
2140
- #: views/support.php:185
2141
  msgid "your email address"
2142
  msgstr ""
2143
 
2144
- #: views/support.php:196
2145
  msgid "support ticket id"
2146
  msgstr ""
2147
 
2148
- #: views/support.php:207
2149
  msgid "problem description or additional information"
2150
  msgstr ""
2151
 
2152
- #: views/support.php:224
2153
  msgid "Please register your version of WPBackItUp for access to support."
2154
  msgstr ""
2155
 
2156
- #: views/support.php:228
2157
  msgid "Premium customers receive priority support."
2158
  msgstr ""
2159
 
2160
- #: views/support.php:236
2161
  msgid "Support email could not be sent!"
2162
  msgstr ""
2163
 
2164
- #: views/support.php:243
2165
  msgid "Support email sent successfully!"
2166
  msgstr ""
2167
 
2168
- #: views/support.php:267
 
 
 
 
2169
  msgid "Content goes here"
2170
  msgstr ""
2171
 
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: WPBackItUp\n"
5
+ "POT-Creation-Date: 2016-12-22 11:38-0500\n"
6
  "PO-Revision-Date: 2015-08-04 16:26-0400\n"
7
  "Last-Translator: \n"
8
  "Language-Team: WPBackItUp <translations@wpbackitup.com>\n"
21
  msgid "Every %d Minutes"
22
  msgstr ""
23
 
24
+ #: lib/includes/class-download-log.php:94
25
+ #: lib/includes/class-wpbackitup-admin.php:264
26
+ #: vendor/WordPress/class-wp-list-table.php:1918 views/backup.php:414
27
+ #: views/restore.php:129
28
+ msgid "Delete"
29
+ msgstr ""
30
+
31
+ #: lib/includes/class-download-log.php:94
32
+ msgid "Are you sure?"
33
+ msgstr ""
34
+
35
+ #: lib/includes/class-download-log.php:95
36
+ #: lib/includes/class-wpbackitup-admin.php:263
37
+ msgid "Download"
38
+ msgstr ""
39
+
40
+ #: lib/includes/class-download-log.php:130
41
+ msgid "Time"
42
+ msgstr ""
43
+
44
+ #: lib/includes/class-download-log.php:131
45
+ msgid "Log File"
46
+ msgstr ""
47
+
48
+ #: lib/includes/class-download-log.php:132
49
+ msgid "Size"
50
+ msgstr ""
51
+
52
+ #: lib/includes/class-wpbackitup-admin.php:217 views/backup.php:283
53
+ #: views/backup.php:289 views/backup.php:355 views/backup.php:392
54
  #: views/restore.php:99 wp-backitup.php:156
55
  msgid "Backup"
56
  msgstr ""
57
 
58
+ #: lib/includes/class-wpbackitup-admin.php:222
59
+ #: lib/includes/class-wpbackitup-admin.php:265 views/about.php:191
60
  #: views/restore.php:136 wp-backitup.php:170
61
  msgid "Restore"
62
  msgstr ""
63
 
64
+ #: lib/includes/class-wpbackitup-admin.php:227 views/support.php:66
65
  msgid "Support"
66
  msgstr ""
67
 
68
+ #: lib/includes/class-wpbackitup-admin.php:230
69
  msgid "Settings"
70
  msgstr ""
71
 
72
+ #: lib/includes/class-wpbackitup-admin.php:233
73
  msgid "About"
74
  msgstr ""
75
 
76
+ #: lib/includes/class-wpbackitup-admin.php:258
77
  msgid ""
78
  "The backup you have selected exceeds what your host allows you to upload."
79
  msgstr ""
80
 
81
+ #: lib/includes/class-wpbackitup-admin.php:259 views/backup.php:446
82
+ #: views/backup.php:447 views/backup.php:448 views/backup.php:449
83
+ #: views/backup.php:450 views/backup.php:451 views/backup.php:452
84
+ #: views/backup.php:453 views/backup.php:454 views/backup.php:456
85
+ #: views/backup.php:458
86
  msgid "Warning"
87
  msgstr ""
88
 
89
+ #: lib/includes/class-wpbackitup-admin.php:260
90
+ #: vendor/edd/EDD_SL_Plugin_Updater.php:363 views/backup.php:259
91
+ #: views/backup.php:383
92
  msgid "Error"
93
  msgstr ""
94
 
95
+ #: lib/includes/class-wpbackitup-admin.php:261
96
  msgid "Response"
97
  msgstr ""
98
 
99
+ #: lib/includes/class-wpbackitup-admin.php:262 views/backup.php:359
100
+ #: views/backup.php:411 views/backup.php:437 views/restore.php:230
101
  msgid "Status"
102
  msgstr ""
103
 
104
+ #: lib/includes/class-wpbackitup-admin.php:266
 
 
 
 
 
 
 
 
 
105
  msgid "(JS997) Unexpected error"
106
  msgstr ""
107
 
108
+ #: lib/includes/class-wpbackitup-admin.php:267
109
  msgid "(JS998) Unexpected error"
110
  msgstr ""
111
 
112
+ #: lib/includes/class-wpbackitup-admin.php:268
113
  msgid "(JS999) An unexpected error has occurred"
114
  msgstr ""
115
 
116
+ #: lib/includes/class-wpbackitup-admin.php:269
117
  msgid "Scheduled has been saved."
118
  msgstr ""
119
 
120
+ #: lib/includes/class-wpbackitup-admin.php:270
121
  msgid "Scheduled was not saved."
122
  msgstr ""
123
 
124
+ #: lib/includes/class-wpbackitup-admin.php:271
125
  msgid "Are you sure you want to restore your site?"
126
  msgstr ""
127
 
128
+ #: lib/includes/class-wpbackitup-admin.php:272
129
  msgid "Are you sure ?"
130
  msgstr ""
131
 
132
+ #: lib/includes/class-wpbackitup-admin.php:273
133
  msgid "This file cannot be delete!"
134
  msgstr ""
135
 
136
+ #: lib/includes/class-wpbackitup-admin.php:274
137
  msgid "View Log"
138
  msgstr ""
139
 
140
+ #: lib/includes/class-wpbackitup-admin.php:275
141
  msgid "New Backup!"
142
  msgstr ""
143
 
144
+ #: lib/includes/class-wpbackitup-admin.php:276
145
  msgid "Uploaded Backup"
146
  msgstr ""
147
 
148
+ #: lib/includes/class-wpbackitup-admin.php:680
149
  msgid "Backup Queued"
150
  msgstr ""
151
 
152
+ #: lib/includes/class-wpbackitup-admin.php:689
153
  msgid "Backup could not be queued"
154
  msgstr ""
155
 
156
+ #: lib/includes/class-wpbackitup-admin.php:701
157
  msgid "Job is already in queue."
158
  msgstr ""
159
 
160
+ #: lib/includes/class-wpbackitup-admin.php:739
161
  msgid "No backup file selected."
162
  msgstr ""
163
 
164
+ #: lib/includes/class-wpbackitup-admin.php:746
165
  msgid "No user id found."
166
  msgstr ""
167
 
168
+ #: lib/includes/class-wpbackitup-admin.php:784
169
  msgid "Restore Queued"
170
  msgstr ""
171
 
172
+ #: lib/includes/class-wpbackitup-admin.php:793
173
  msgid "Restore could not be queued"
174
  msgstr ""
175
 
176
+ #: lib/includes/class-wpbackitup-admin.php:799
177
  msgid "Restore already in queue"
178
  msgstr ""
179
 
180
+ #: lib/includes/class-wpbackitup-admin.php:831
181
  msgid "No job id posted"
182
  msgstr ""
183
 
184
+ #: lib/includes/class-wpbackitup-admin.php:839 views/backup.php:477
185
  msgid "Backup Cancelled"
186
  msgstr ""
187
 
188
+ #: lib/includes/class-wpbackitup-admin.php:841
189
  msgid "Backup job not found"
190
  msgstr ""
191
 
192
+ #: lib/includes/class-wpbackitup-admin.php:1050
193
  msgid "No response log found."
194
  msgstr ""
195
 
196
+ #: lib/includes/class-wpbackitup-admin.php:1152
197
+ #: lib/includes/class-wpbackitup-admin.php:1160
198
+ #: lib/includes/class-wpbackitup-admin.php:1240
199
+ #: lib/includes/class-wpbackitup-admin.php:1247
200
+ #: lib/includes/class-wpbackitup-admin.php:1254
201
+ #: lib/includes/class-wpbackitup-admin.php:1261
202
+ #: lib/includes/class-wpbackitup-admin.php:1268
203
  msgid "Please enter a number"
204
  msgstr ""
205
 
206
+ #: lib/includes/class-wpbackitup-admin.php:1188
207
  msgid "Please enter valid email"
208
  msgstr ""
209
 
210
+ #: lib/includes/class-wpbackitup-admin.php:1377
211
  msgid "Please enter a valid email"
212
  msgstr ""
213
 
214
+ #: lib/includes/class-wpbackitup-admin.php:1384
215
  msgid "Please enter your support ticket id"
216
  msgstr ""
217
 
218
+ #: lib/includes/class-wpbackitup-admin.php:1389
219
  msgid "Please only enter numbers in this field"
220
  msgstr ""
221
 
222
+ #: lib/includes/class-wpbackitup-admin.php:2282
223
+ #: lib/includes/class-wpbackitup-admin.php:2302
224
  msgid ""
225
  "License could not be activated. Please try again in a few hours and contact "
226
  "support if this error continues."
227
  msgstr ""
228
 
229
+ #: lib/includes/class-wpbackitup-admin.php:2351
230
  msgid "License is invalid."
231
  msgstr ""
232
 
233
+ #: lib/includes/class-wpbackitup-admin.php:2356
234
  msgid "License has expired."
235
  msgstr ""
236
 
237
+ #: lib/includes/class-wpbackitup-admin.php:2359
238
  #, php-format
239
  msgid ""
240
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
242
  "<strong>world class support</strong> team."
243
  msgstr ""
244
 
245
+ #: lib/includes/class-wpbackitup-admin.php:2373
246
  msgid "License Expired: Scheduled backups are no longer active."
247
  msgstr ""
248
 
249
+ #: lib/includes/class-wpbackitup-admin.php:2381
250
  msgid "Activation limit has been reached."
251
  msgstr ""
252
 
253
+ #: lib/includes/class-wpbackitup-admin.php:2387
254
  msgid "Your Activation limit has been reached"
255
  msgstr ""
256
 
527
  msgid "(999) Unexpected error"
528
  msgstr ""
529
 
530
+ #: vendor/WordPress/class-wp-list-table.php:162
531
+ msgid "List View"
532
+ msgstr ""
533
+
534
+ #: vendor/WordPress/class-wp-list-table.php:163
535
+ msgid "Excerpt View"
536
+ msgstr ""
537
+
538
+ #: vendor/WordPress/class-wp-list-table.php:334
539
+ msgid "No items found."
540
+ msgstr ""
541
+
542
+ #: vendor/WordPress/class-wp-list-table.php:461
543
+ msgid "Select bulk action"
544
+ msgstr ""
545
+
546
+ #: vendor/WordPress/class-wp-list-table.php:463
547
+ msgid "Bulk Actions"
548
+ msgstr ""
549
+
550
+ #: vendor/WordPress/class-wp-list-table.php:473
551
+ msgid "Apply"
552
+ msgstr ""
553
+
554
+ #: vendor/WordPress/class-wp-list-table.php:523
555
+ #: vendor/WordPress/class-wp-list-table.php:1324
556
+ msgid "Show more details"
557
+ msgstr ""
558
+
559
+ #: vendor/WordPress/class-wp-list-table.php:586
560
+ msgid "Filter by date"
561
+ msgstr ""
562
+
563
+ #: vendor/WordPress/class-wp-list-table.php:588
564
+ msgid "All dates"
565
+ msgstr ""
566
+
567
+ #: vendor/WordPress/class-wp-list-table.php:601
568
+ #, php-format
569
+ msgid "%1$s %2$d"
570
+ msgstr ""
571
+
572
+ #: vendor/WordPress/class-wp-list-table.php:660
573
+ #: vendor/WordPress/class-wp-list-table.php:672
574
+ #: vendor/WordPress/class-wp-list-table.php:685
575
+ msgid "No comments"
576
+ msgstr ""
577
+
578
+ #: vendor/WordPress/class-wp-list-table.php:672
579
+ msgid "No approved comments"
580
+ msgstr ""
581
+
582
+ #: vendor/WordPress/class-wp-list-table.php:685
583
+ msgid "No pending comments"
584
+ msgstr ""
585
+
586
+ #: vendor/WordPress/class-wp-list-table.php:798
587
+ msgid "First page"
588
+ msgstr ""
589
+
590
+ #: vendor/WordPress/class-wp-list-table.php:808
591
+ msgid "Previous page"
592
+ msgstr ""
593
+
594
+ #: vendor/WordPress/class-wp-list-table.php:815
595
+ #: vendor/WordPress/class-wp-list-table.php:818
596
+ msgid "Current Page"
597
+ msgstr ""
598
+
599
+ #: vendor/WordPress/class-wp-list-table.php:831
600
+ msgid "Next page"
601
+ msgstr ""
602
+
603
+ #: vendor/WordPress/class-wp-list-table.php:841
604
+ msgid "Last page"
605
+ msgstr ""
606
+
607
+ #: vendor/WordPress/class-wp-list-table.php:1069
608
+ msgid "Select All"
609
+ msgstr ""
610
+
611
+ #: vendor/WordPress/class-wp-list-table.php:1753
612
+ msgid "Edit Comment"
613
+ msgstr ""
614
+
615
+ #: vendor/WordPress/class-wp-list-table.php:1754
616
+ msgid "Reply to Comment"
617
+ msgstr ""
618
+
619
+ #: vendor/WordPress/class-wp-list-table.php:1755
620
+ msgid "Add new Comment"
621
+ msgstr ""
622
+
623
+ #: vendor/WordPress/class-wp-list-table.php:1759
624
+ msgid "Comment"
625
+ msgstr ""
626
+
627
+ #: vendor/WordPress/class-wp-list-table.php:1768 views/backup.php:554
628
+ msgid "Name"
629
+ msgstr ""
630
+
631
+ #: vendor/WordPress/class-wp-list-table.php:1773 views/backup.php:555
632
+ msgid "Email"
633
+ msgstr ""
634
+
635
+ #: vendor/WordPress/class-wp-list-table.php:1778
636
+ msgid "URL"
637
+ msgstr ""
638
+
639
+ #: vendor/WordPress/class-wp-list-table.php:1785
640
+ msgid "Add Comment"
641
+ msgstr ""
642
+
643
+ #: vendor/WordPress/class-wp-list-table.php:1786
644
+ msgid "Update Comment"
645
+ msgstr ""
646
+
647
+ #: vendor/WordPress/class-wp-list-table.php:1787
648
+ msgid "Submit Reply"
649
+ msgstr ""
650
+
651
+ #: vendor/WordPress/class-wp-list-table.php:1788
652
+ #: vendor/WordPress/class-wp-list-table.php:2008
653
+ #: vendor/WordPress/class-wp-list-table.php:2113 views/backup.php:290
654
+ msgid "Cancel"
655
+ msgstr ""
656
+
657
+ #: vendor/WordPress/class-wp-list-table.php:1823
658
+ #, php-format
659
+ msgid "Comment by %s moved to the trash."
660
+ msgstr ""
661
+
662
+ #: vendor/WordPress/class-wp-list-table.php:1823
663
+ #: vendor/WordPress/class-wp-list-table.php:1826
664
+ msgid "Undo"
665
+ msgstr ""
666
+
667
+ #: vendor/WordPress/class-wp-list-table.php:1826
668
+ #, php-format
669
+ msgid "Comment by %s marked as spam."
670
+ msgstr ""
671
+
672
+ #: vendor/WordPress/class-wp-list-table.php:1846
673
+ #: vendor/WordPress/class-wp-list-table.php:1861
674
+ #: vendor/WordPress/class-wp-list-table.php:1925
675
+ #: vendor/WordPress/class-wp-list-table.php:1986
676
+ msgid "Value"
677
+ msgstr ""
678
+
679
+ #: vendor/WordPress/class-wp-list-table.php:1915
680
+ msgid "Key"
681
+ msgstr ""
682
+
683
+ #: vendor/WordPress/class-wp-list-table.php:1920 views/backup.php:579
684
+ msgid "Update"
685
+ msgstr ""
686
+
687
+ #: vendor/WordPress/class-wp-list-table.php:1981
688
+ msgid "Add New Custom Field:"
689
+ msgstr ""
690
+
691
+ #: vendor/WordPress/class-wp-list-table.php:1995
692
+ msgid "&mdash; Select &mdash;"
693
+ msgstr ""
694
+
695
+ #: vendor/WordPress/class-wp-list-table.php:2007
696
+ msgid "Enter new"
697
+ msgstr ""
698
+
699
+ #: vendor/WordPress/class-wp-list-table.php:2018
700
+ msgid "Add Custom Field"
701
+ msgstr ""
702
+
703
+ #: vendor/WordPress/class-wp-list-table.php:2071
704
+ msgid "Month"
705
+ msgstr ""
706
+
707
+ #: vendor/WordPress/class-wp-list-table.php:2077
708
+ #, php-format
709
+ msgid "%1$s-%2$s"
710
+ msgstr ""
711
+
712
+ #: vendor/WordPress/class-wp-list-table.php:2081
713
+ msgid "Day"
714
+ msgstr ""
715
+
716
+ #: vendor/WordPress/class-wp-list-table.php:2082
717
+ msgid "Year"
718
+ msgstr ""
719
+
720
+ #: vendor/WordPress/class-wp-list-table.php:2083
721
+ msgid "Hour"
722
+ msgstr ""
723
+
724
+ #: vendor/WordPress/class-wp-list-table.php:2084
725
+ msgid "Minute"
726
+ msgstr ""
727
+
728
+ #: vendor/WordPress/class-wp-list-table.php:2088
729
+ #, php-format
730
+ msgid "%1$s %2$s, %3$s @ %4$s:%5$s"
731
+ msgstr ""
732
+
733
+ #: vendor/WordPress/class-wp-list-table.php:2112
734
+ msgid "OK"
735
+ msgstr ""
736
+
737
+ #: vendor/WordPress/class-wp-list-table.php:2218
738
+ msgid ""
739
+ "Before you can upload your import file, you will need to fix the following "
740
+ "error:"
741
+ msgstr ""
742
+
743
+ #: vendor/WordPress/class-wp-list-table.php:2224
744
+ msgid "Choose a file from your computer:"
745
+ msgstr ""
746
+
747
+ #: vendor/WordPress/class-wp-list-table.php:2224
748
+ #, php-format
749
+ msgid "Maximum size: %s"
750
+ msgstr ""
751
+
752
+ #: vendor/WordPress/class-wp-list-table.php:2229
753
+ msgid "Upload file and import"
754
+ msgstr ""
755
+
756
+ #: vendor/WordPress/class-wp-list-table.php:2399
757
+ #, php-format
758
+ msgid "Toggle panel: %s"
759
+ msgstr ""
760
+
761
+ #: vendor/WordPress/class-wp-list-table.php:2521
762
+ msgid "Press return or enter to open this section"
763
+ msgstr ""
764
+
765
+ #: vendor/WordPress/class-wp-list-table.php:2567
766
+ #: vendor/WordPress/class-wp-list-table.php:2572
767
+ #, php-format
768
+ msgid "The \"%s\" options group has been removed. Use another settings group."
769
+ msgstr ""
770
+
771
+ #: vendor/WordPress/class-wp-list-table.php:2618
772
+ msgid ""
773
+ "The miscellaneous options group has been removed. Use another settings group."
774
+ msgstr ""
775
+
776
+ #: vendor/WordPress/class-wp-list-table.php:2623
777
+ msgid "The privacy options group has been removed. Use another settings group."
778
+ msgstr ""
779
+
780
+ #: vendor/WordPress/class-wp-list-table.php:2857
781
+ msgid "Attach to existing content"
782
+ msgstr ""
783
+
784
+ #: vendor/WordPress/class-wp-list-table.php:2858
785
+ msgid "Close media attachment panel"
786
+ msgstr ""
787
+
788
+ #: vendor/WordPress/class-wp-list-table.php:2867
789
+ msgid "Search"
790
+ msgstr ""
791
+
792
+ #: vendor/WordPress/class-wp-list-table.php:2876
793
+ msgid "Select"
794
+ msgstr ""
795
+
796
+ #: vendor/WordPress/class-wp-list-table.php:2910
797
+ msgid "(no title)"
798
+ msgstr ""
799
+
800
+ #: vendor/WordPress/class-wp-list-table.php:2948
801
+ msgid "WordPress"
802
+ msgstr ""
803
+
804
+ #: vendor/WordPress/class-wp-list-table.php:3058
805
+ msgid "Password protected"
806
+ msgstr ""
807
+
808
+ #: vendor/WordPress/class-wp-list-table.php:3060
809
+ msgid "Private"
810
+ msgstr ""
811
+
812
+ #: vendor/WordPress/class-wp-list-table.php:3062
813
+ msgid "Draft"
814
+ msgstr ""
815
+
816
+ #: vendor/WordPress/class-wp-list-table.php:3066
817
+ msgid "Sticky"
818
+ msgstr ""
819
+
820
+ #: vendor/WordPress/class-wp-list-table.php:3069
821
+ msgid "Scheduled"
822
+ msgstr ""
823
+
824
+ #: vendor/WordPress/class-wp-list-table.php:3074
825
+ msgid "Front Page"
826
+ msgstr ""
827
+
828
+ #: vendor/WordPress/class-wp-list-table.php:3078
829
+ msgid "Posts Page"
830
+ msgstr ""
831
+
832
+ #: vendor/WordPress/class-wp-list-table.php:3120
833
+ #: vendor/WordPress/class-wp-list-table.php:3127
834
+ msgid "Header Image"
835
+ msgstr ""
836
+
837
+ #: vendor/WordPress/class-wp-list-table.php:3132
838
+ msgid "Current Header Image"
839
+ msgstr ""
840
+
841
+ #: vendor/WordPress/class-wp-list-table.php:3141
842
+ msgid "Background Image"
843
+ msgstr ""
844
+
845
+ #: vendor/WordPress/class-wp-list-table.php:3145
846
+ msgid "Current Background Image"
847
+ msgstr ""
848
+
849
+ #: vendor/WordPress/class-wp-list-table.php:3151
850
+ msgid "Site Icon"
851
+ msgstr ""
852
+
853
+ #: vendor/WordPress/class-wp-list-table.php:3155
854
+ msgid "Logo"
855
+ msgstr ""
856
+
857
+ #: vendor/WordPress/class-wp-list-table.php:3305
858
+ msgid "Save Changes"
859
+ msgstr ""
860
+
861
+ #: vendor/WordPress/class-wp-list-table.php:3382
862
+ msgid ""
863
+ "Likely direct inclusion of wp-admin/includes/template.php in order to use "
864
+ "add_meta_box(). This is very wrong. Hook the add_meta_box() call into the "
865
+ "add_meta_boxes action instead."
866
+ msgstr ""
867
+
868
+ #: vendor/WordPress/class-wp-list-table.php:3399
869
+ msgid ""
870
+ "The backup of this post in your browser is different from the version below."
871
+ msgstr ""
872
+
873
+ #: vendor/WordPress/class-wp-list-table.php:3400
874
+ msgid "Restore the backup"
875
+ msgstr ""
876
+
877
+ #: vendor/WordPress/class-wp-list-table.php:3403
878
+ msgid ""
879
+ "This will replace the current editor content with the last backup version. "
880
+ "You can use undo and redo in the editor to get the old content back or to "
881
+ "return to the restored version."
882
+ msgstr ""
883
+
884
+ #: vendor/WordPress/class-wp-list-table.php:3459
885
+ #, php-format
886
+ msgid "%s rating"
887
+ msgstr ""
888
+
889
+ #: vendor/WordPress/class-wp-list-table.php:3483
890
+ msgid "You are currently editing the page that shows your latest posts."
891
+ msgstr ""
892
+
893
  #: vendor/edd/EDD_SL_Plugin_Updater.php:199
894
  #, php-format
895
  msgid ""
919
  msgid "Premium Plugin"
920
  msgstr ""
921
 
922
+ #: views/about.php:117 views/support.php:100
923
  msgid "WPBackItUp"
924
  msgstr ""
925
 
941
  "<em>backing it up</em> in no time!"
942
  msgstr ""
943
 
944
+ #: views/about.php:139 views/backup.php:489
945
  msgid "Backups"
946
  msgstr ""
947
 
961
  "database, plugins, themes, and even all your media files."
962
  msgstr ""
963
 
964
+ #: views/about.php:150 views/about.php:399
965
  msgid "Download Backups"
966
  msgstr ""
967
 
1146
  msgstr ""
1147
 
1148
  #: views/about.php:270
1149
+ msgid "New Features"
1150
  msgstr ""
1151
 
1152
  #: views/about.php:276
1153
+ msgid "Support Center Enhancements"
 
 
 
 
1154
  msgstr ""
1155
 
1156
+ #: views/about.php:277
1157
+ msgid ""
1158
+ "In this release we have made major enhancements to the support center that "
1159
+ "will allow us to make our world class support even better. You are now able "
1160
+ "to <em>view, download</em> and <em>delete</em> the log files we use to help "
1161
+ "troubleshoot problems with your site. This is an important addition because "
1162
+ "sometimes customer sites are so crippled by hosting issues, hackers or bad "
1163
+ "plugins, that they are unable to send us their logs files. Now if that ever "
1164
+ "happens to you, they can easily be downloaded and emailed to support. "
1165
  msgstr ""
1166
 
1167
  #: views/about.php:279
1168
+ msgid "Cleanup Supporting Zip Files"
1169
+ msgstr ""
1170
+
1171
+ #: views/about.php:280
1172
+ msgid ""
1173
+ "WPBackItUp now does an even better job of conserving space used on your "
1174
+ "host. When you select the <em>Cleanup Supporting Zip Files</em> setting, "
1175
+ "WPBackItUp will remove the supporting zip files that were used to create "
1176
+ "your backup."
1177
+ msgstr ""
1178
+
1179
+ #: views/about.php:282
1180
+ msgid "Email Notifications"
1181
+ msgstr ""
1182
+
1183
+ #: views/about.php:283
1184
  msgid ""
1185
+ "WPBackItUp now supports multiple email addresses for backup notifications. "
1186
+ "Using the WPBackItUp Settings page add multiple email addresses to the "
1187
+ "<em>Email Notifications</em> setting and all will receive notification "
1188
+ "emails when your backups complete."
 
 
1189
  msgstr ""
1190
 
1191
+ #: views/about.php:285 views/settings.php:146
1192
  msgid "Maximum Zip File Size"
1193
  msgstr ""
1194
 
1195
+ #: views/about.php:286
1196
  msgid ""
1197
  "Over the years we have found that some hosting providers enforce strict "
1198
  "limitations on the size of your backup archives. When this happens you "
1203
  "any files, it will just add them to a new backup archive."
1204
  msgstr ""
1205
 
1206
+ #: views/about.php:297
1207
  msgid "Additional Updates"
1208
  msgstr ""
1209
 
1210
+ #: views/about.php:300
1211
  msgid "Backup Encryption (Premium Only)"
1212
  msgstr ""
1213
 
1214
+ #: views/about.php:301
1215
  msgid ""
1216
  "That's right, we have added backup encryption to this release but have "
1217
  "turned it off while we beta test with a few customers. Backup encryption "
1218
  "will be included in our next major release (1.14) which is due out soon."
1219
  msgstr ""
1220
 
1221
+ #: views/about.php:304
1222
  msgid "File Name Validation"
1223
  msgstr ""
1224
 
1225
+ #: views/about.php:305
1226
  msgid ""
1227
  "We have added an additional validation for files with invalid names. This "
1228
  "check will exclude files from a backup with invalid file names. These files "
1229
  "are often corrupt and cause errors during a restore."
1230
  msgstr ""
1231
 
1232
+ #: views/about.php:308
1233
  msgid "SQL Files"
1234
  msgstr ""
1235
 
1236
+ #: views/about.php:309
1237
  msgid ""
1238
  "For those of you with extremely large databases, you will be happy to know "
1239
  "that we now support database exports that contain more than 500 SQL files."
1240
  msgstr ""
1241
 
1242
+ #: views/about.php:313
1243
  msgid "Cloud API Gateway "
1244
  msgstr ""
1245
 
1246
+ #: views/about.php:314
1247
  msgid ""
1248
  "Every once in a while we have connectivity issues with a few hosts when "
1249
  "customers attempt to activate their license. To combat this issue we have "
1251
  "providers in every country and on any platform."
1252
  msgstr ""
1253
 
1254
+ #: views/about.php:317
1255
  msgid "Tables missing WordPress table prefix"
1256
  msgstr ""
1257
 
1258
+ #: views/about.php:318
1259
  msgid ""
1260
  "We have added support for database tables that are missing the WordPress "
1261
  "table prefix. Some plugins create custom tables that do not contain the "
1264
  "when the table prefix is missing."
1265
  msgstr ""
1266
 
1267
+ #: views/about.php:324
1268
  msgid "Want to see the entire changelog?"
1269
  msgstr ""
1270
 
1271
+ #: views/about.php:325
1272
  msgid "View the Full Changelog"
1273
  msgstr ""
1274
 
1275
+ #: views/about.php:354
1276
  msgid "Full Changelog"
1277
  msgstr ""
1278
 
1279
+ #: views/about.php:374
1280
  msgid "Take a look at what you are missing!"
1281
  msgstr ""
1282
 
1283
+ #: views/about.php:382
1284
  msgid "FEATURES"
1285
  msgstr ""
1286
 
1287
+ #: views/about.php:383
1288
  msgid "LITE"
1289
  msgstr ""
1290
 
1291
+ #: views/about.php:384
1292
  msgid "PREMIUM"
1293
  msgstr ""
1294
 
1295
+ #: views/about.php:389
1296
  msgid "Complete Backup (Database, Themes, Plugins &amp; Media Files)"
1297
  msgstr ""
1298
 
1299
+ #: views/about.php:394
1300
  msgid "Compressed Backups (Zip Format)"
1301
  msgstr ""
1302
 
1303
+ #: views/about.php:404
1304
  msgid "Directory Filters"
1305
  msgstr ""
1306
 
1307
+ #: views/about.php:409
1308
  msgid "Database Table Filters"
1309
  msgstr ""
1310
 
1311
+ #: views/about.php:414
1312
  msgid "Single File Database Export"
1313
  msgstr ""
1314
 
1315
+ #: views/about.php:419
1316
  msgid "Single File Backup"
1317
  msgstr ""
1318
 
1319
+ #: views/about.php:424
1320
  msgid "Purge Old Backups"
1321
  msgstr ""
1322
 
1323
+ #: views/about.php:429
1324
  msgid "Cleanup Work Files &amp; Logs"
1325
  msgstr ""
1326
 
1327
+ #: views/about.php:434
1328
  msgid "Backup Notifications via Email"
1329
  msgstr ""
1330
 
1331
+ #: views/about.php:439
1332
  msgid "One Click Restore</strong>"
1333
  msgstr ""
1334
 
1335
+ #: views/about.php:444
1336
  msgid "Scheduled Backups"
1337
  msgstr ""
1338
 
1339
+ #: views/about.php:449
1340
  msgid "Import Backups"
1341
  msgstr ""
1342
 
1343
+ #: views/about.php:459
1344
  msgid "Premium Support"
1345
  msgstr ""
1346
 
1347
+ #: views/about.php:464
1348
  msgid "Product Updates"
1349
  msgstr ""
1350
 
1351
+ #: views/about.php:471
1352
  msgid "GET PREMIUM"
1353
  msgstr ""
1354
 
1355
+ #: views/about.php:494
1356
  msgid "No valid changelog was found."
1357
  msgstr ""
1358
 
1364
  msgid "%s Dashboard"
1365
  msgstr ""
1366
 
1367
+ #: views/backup.php:248
1368
  msgid "Dismiss"
1369
  msgstr ""
1370
 
1371
+ #: views/backup.php:260
1372
  #, php-format
1373
  msgid "Backup folder does not exist. Please contact %s for assistance."
1374
  msgstr ""
1375
 
1376
+ #: views/backup.php:260 views/restore.php:75 views/restore.php:82
1377
  msgid "support"
1378
  msgstr ""
1379
 
1380
+ #: views/backup.php:263 views/backup.php:269
1381
  msgid "Close"
1382
  msgstr ""
1383
 
1384
+ #: views/backup.php:284
1385
  msgid ""
1386
  "Click the backup button to create a zipped backup file of this site's "
1387
  "database, plugins, themes and settings."
1388
  msgstr ""
1389
 
1390
+ #: views/backup.php:285
1391
  msgid ""
1392
  "Once your backup file has been created it will appear in the available "
1393
  "backups section below. This file may remain on your hosting providers server "
1394
  "but we recommend that you download and save it somewhere safe."
1395
  msgstr ""
1396
 
1397
+ #: views/backup.php:286
1398
  msgid ""
1399
  "WPBackItUp premium customers can use these backup files to perform an "
1400
  "automated restore of their site."
1401
  msgstr ""
1402
 
1403
+ #: views/backup.php:297
 
 
 
 
1404
  #, php-format
1405
  msgid ""
1406
  "WPBackItUp lite customers may use these backup files to manually restore "
1407
  "their site. Please visit %s for manual restore instructions."
1408
  msgstr ""
1409
 
1410
+ #: views/backup.php:304
1411
  msgid "Backup Schedule"
1412
  msgstr ""
1413
 
1414
+ #: views/backup.php:306
1415
  msgid "Select the days of the week you would like your backup to run."
1416
  msgstr ""
1417
 
1418
+ #: views/backup.php:308
1419
  msgid ""
1420
  "Backup your site once per week or every day, it's up to you. If you have "
1421
  "email notifications turned on we'll even send you an email when it's done. "
1424
  "but we recommend that you download and save it somewhere safe."
1425
  msgstr ""
1426
 
1427
+ #: views/backup.php:310
1428
  msgid "Please make sure to schedule your backup for at least once per week."
1429
  msgstr ""
1430
 
1431
+ #: views/backup.php:314
1432
  msgid "Monday"
1433
  msgstr ""
1434
 
1435
+ #: views/backup.php:315
1436
  msgid "Tuesday"
1437
  msgstr ""
1438
 
1439
+ #: views/backup.php:316
1440
  msgid "Wednesday"
1441
  msgstr ""
1442
 
1443
+ #: views/backup.php:317
1444
  msgid "Thursday"
1445
  msgstr ""
1446
 
1447
+ #: views/backup.php:318
1448
  msgid "Friday"
1449
  msgstr ""
1450
 
1451
+ #: views/backup.php:319
1452
  msgid "Saturday"
1453
  msgstr ""
1454
 
1455
+ #: views/backup.php:320
1456
  msgid "Sunday"
1457
  msgstr ""
1458
 
1459
+ #: views/backup.php:323
1460
  msgid "Save Schedule"
1461
  msgstr ""
1462
 
1463
+ #: views/backup.php:328
1464
  #, php-format
1465
  msgid ""
1466
  "Scheduled backups are only available to WPBackItUp premium customers. "
1467
  "Please visit %s to get WPBackItUp risk free for 30 days."
1468
  msgstr ""
1469
 
1470
+ #: views/backup.php:336 views/restore.php:95
1471
  msgid "Available Backups"
1472
  msgstr ""
1473
 
1474
+ #: views/backup.php:356 views/backup.php:405
1475
  msgid "Type"
1476
  msgstr ""
1477
 
1478
+ #: views/backup.php:357 views/backup.php:407 views/restore.php:100
1479
  msgid "Date"
1480
  msgstr ""
1481
 
1482
+ #: views/backup.php:358 views/backup.php:409
1483
  msgid "Duration"
1484
  msgstr ""
1485
 
1486
+ #: views/backup.php:377
1487
  msgid "Success"
1488
  msgstr ""
1489
 
1490
+ #: views/backup.php:380
1491
  msgid "Active"
1492
  msgstr ""
1493
 
1494
+ #: views/backup.php:423 views/restore.php:149
1495
  msgid "No backup archives found."
1496
  msgstr ""
1497
 
1498
+ #: views/backup.php:432
1499
  #, php-format
1500
  msgid ""
1501
  "The automated restore feature is only available to WPBackItUp premium "
1502
  "customers. Please visit %s to get WPBackItUp risk free for 30 days."
1503
  msgstr ""
1504
 
1505
+ #: views/backup.php:441 views/restore.php:234
1506
  msgid "Nothing to report"
1507
  msgstr ""
1508
 
1509
+ #: views/backup.php:446
1510
  msgid "Preparing for backup"
1511
  msgstr ""
1512
 
 
 
1513
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1514
+ #: views/backup.php:449 views/backup.php:450 views/backup.php:451
1515
+ #: views/backup.php:452 views/backup.php:453 views/backup.php:454
1516
+ #: views/backup.php:456 views/backup.php:458 views/restore.php:244
1517
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1518
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1519
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
1521
  msgid "Done"
1522
  msgstr ""
1523
 
 
 
1524
  #: views/backup.php:446 views/backup.php:447 views/backup.php:448
1525
+ #: views/backup.php:449 views/backup.php:450 views/backup.php:451
1526
+ #: views/backup.php:452 views/backup.php:453 views/backup.php:454
1527
+ #: views/backup.php:456 views/backup.php:458 views/restore.php:244
1528
  #: views/restore.php:245 views/restore.php:246 views/restore.php:247
1529
  #: views/restore.php:248 views/restore.php:250 views/restore.php:251
1530
  #: views/restore.php:253 views/restore.php:254 views/restore.php:256
1532
  msgid "Failed"
1533
  msgstr ""
1534
 
1535
+ #: views/backup.php:447
1536
  msgid "Creating inventory of files to backup"
1537
  msgstr ""
1538
 
1539
+ #: views/backup.php:448
1540
  msgid "Exporting database"
1541
  msgstr ""
1542
 
1543
+ #: views/backup.php:449
1544
  msgid "Backing up database"
1545
  msgstr ""
1546
 
1547
+ #: views/backup.php:450
1548
  msgid "Backing up themes"
1549
  msgstr ""
1550
 
1551
+ #: views/backup.php:451
1552
  msgid "Backing up plugins"
1553
  msgstr ""
1554
 
1555
+ #: views/backup.php:452
1556
  msgid "Backing up uploads"
1557
  msgstr ""
1558
 
1559
+ #: views/backup.php:453
1560
  msgid "Backing up everything else"
1561
  msgstr ""
1562
 
1563
+ #: views/backup.php:454
1564
  msgid "Validating backup"
1565
  msgstr ""
1566
 
1567
+ #: views/backup.php:456
1568
  msgid "Encrypting sensitive files"
1569
  msgstr ""
1570
 
1571
+ #: views/backup.php:458
1572
  msgid "Finalizing backup"
1573
  msgstr ""
1574
 
1575
+ #: views/backup.php:468
1576
  msgid "Backup completed successfully"
1577
  msgstr ""
1578
 
1579
+ #: views/backup.php:489
1580
  msgid "Version "
1581
  msgstr ""
1582
 
1583
+ #: views/backup.php:491
1584
  msgid "Welcome to WPBackItUp!"
1585
  msgstr ""
1586
 
1587
+ #: views/backup.php:491
1588
  msgid "The simplest way to backup your WordPress site."
1589
  msgstr ""
1590
 
1591
+ #: views/backup.php:492
1592
  msgid ""
1593
  "Getting started is easy, just click the backup button on the left side of "
1594
  "this page."
1595
  msgstr ""
1596
 
1597
+ #: views/backup.php:496
1598
  #, php-format
1599
  msgid ""
1600
  "Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
1601
  "medium;color: green\">%s</span> successful backups."
1602
  msgstr ""
1603
 
1604
+ #: views/backup.php:497
1605
  msgid "Tips"
1606
  msgstr ""
1607
 
1608
+ #: views/backup.php:498
1609
  msgid "Backup your site at least once per week"
1610
  msgstr ""
1611
 
1612
+ #: views/backup.php:499
1613
  msgid "Download all your backups and store them somewhere safe"
1614
  msgstr ""
1615
 
1616
+ #: views/backup.php:500
1617
  msgid "Verify your backup files are good by taking a look at what's inside"
1618
  msgstr ""
1619
 
1620
+ #: views/backup.php:505
1621
  #, php-format
1622
  msgid "Why not %s and schedule your backups!"
1623
  msgstr ""
1624
 
1625
+ #: views/backup.php:505
1626
  msgid "upgrade"
1627
  msgstr ""
1628
 
1629
+ #: views/backup.php:514
1630
  msgid "Register WPBackItUp"
1631
  msgstr ""
1632
 
1633
+ #: views/backup.php:517
1634
  msgid ""
1635
  "Enter your name and email address below to receive <b>special offers</b> and "
1636
  "access to our world class <b>support</b> team. <br />\n"
1638
  "site."
1639
  msgstr ""
1640
 
1641
+ #: views/backup.php:519
1642
  msgid "name"
1643
  msgstr ""
1644
 
1645
+ #: views/backup.php:520
1646
  msgid "email address"
1647
  msgstr ""
1648
 
1649
+ #: views/backup.php:521
1650
  msgid "license key"
1651
  msgstr ""
1652
 
1653
+ #: views/backup.php:521 views/backup.php:571 views/backup.php:575
1654
  #, php-format
1655
  msgid "%s"
1656
  msgstr ""
1657
 
1658
+ #: views/backup.php:522
1659
  msgid "Free plugin customers do not need to enter license key."
1660
  msgstr ""
1661
 
1662
+ #: views/backup.php:523
1663
  msgid "Register"
1664
  msgstr ""
1665
 
1666
+ #: views/backup.php:532
1667
  msgid "License Info"
1668
  msgstr ""
1669
 
1670
+ #: views/backup.php:556
 
 
 
 
 
 
 
 
1671
  msgid "License Type"
1672
  msgstr ""
1673
 
1674
+ #: views/backup.php:557
1675
  msgid "Expires"
1676
  msgstr ""
1677
 
1678
+ #: views/backup.php:560
1679
  msgid "Enter license key to activate on this site."
1680
  msgstr ""
1681
 
1682
+ #: views/backup.php:567
1683
  msgid "License Active"
1684
  msgstr ""
1685
 
1686
+ #: views/backup.php:575
1687
  msgid "License expired"
1688
  msgstr ""
1689
 
1690
+ #: views/backup.php:583
 
 
 
 
1691
  msgid "Activate"
1692
  msgstr ""
1693
 
1694
+ #: views/backup.php:587
1695
  #, php-format
1696
  msgid "Purchase a %s license using the purchase link above."
1697
  msgstr ""
1698
 
1699
+ #: views/backup.php:587
1700
  msgid "no-risk"
1701
  msgstr ""
1702
 
1703
+ #: views/backup.php:593
1704
  #, php-format
1705
  msgid ""
1706
  "Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
1708
  "support</strong> team."
1709
  msgstr ""
1710
 
1711
+ #: views/backup.php:604
1712
  msgid "Useful Links"
1713
  msgstr ""
1714
 
1715
+ #: views/backup.php:606
1716
  msgid "Getting Started Video"
1717
  msgstr ""
1718
 
1719
+ #: views/backup.php:609
1720
  msgid "Your account"
1721
  msgstr ""
1722
 
1723
+ #: views/backup.php:612
1724
  msgid "Website Migration Service"
1725
  msgstr ""
1726
 
1727
+ #: views/backup.php:614
1728
  msgid "Documentation"
1729
  msgstr ""
1730
 
1731
+ #: views/backup.php:620
1732
  msgid "Feature request"
1733
  msgstr ""
1734
 
1735
+ #: views/backup.php:622
1736
  msgid "Language Translations"
1737
  msgstr ""
1738
 
1739
+ #: views/backup.php:624
1740
  msgid "Contact"
1741
  msgstr ""
1742
 
2423
  "data when the plugin is deleted."
2424
  msgstr ""
2425
 
2426
+ #: views/support.php:69 views/support.php:229
2427
  msgid "Send Logs"
2428
  msgstr ""
2429
 
2430
+ #: views/support.php:73
2431
+ msgid "Download Logs"
2432
+ msgstr ""
2433
+
2434
+ #: views/support.php:79
2435
  msgid "Advanced"
2436
  msgstr ""
2437
 
2438
+ #: views/support.php:101
2439
  msgid "Support Center"
2440
  msgstr ""
2441
 
2442
+ #: views/support.php:103
2443
  msgid ""
2444
  "Welcome to the WPBackItUp support center. If you have any questions or run "
2445
  "into any trouble with WPBackItUp then you've come to the right place."
2446
  msgstr ""
2447
 
2448
+ #: views/support.php:120
2449
  msgid ""
2450
  "To streamline support requests and better serve you, we utilize a support "
2451
  "ticket system. Every support request is assigned a unique ticket number "
2455
  "is required to submit a ticket. "
2456
  msgstr ""
2457
 
2458
+ #: views/support.php:128
2459
  msgid "Search &rarr; Knowledge base"
2460
  msgstr ""
2461
 
2462
+ #: views/support.php:129
2463
  msgid ""
2464
  "Want to search our entire documentation library, all our how to articles and "
2465
  "even our faq's in one shot? Just type your question into the knowledge base "
2466
  "search bar and we'll show you everything we have for that topic."
2467
  msgstr ""
2468
 
2469
+ #: views/support.php:131
2470
  msgid "New &rarr; Ticket"
2471
  msgstr ""
2472
 
2473
+ #: views/support.php:132
2474
  msgid ""
2475
  "Need to open a new support ticket? Just click the link above. Please "
2476
  "provide as much detail as possible so we can best assist you."
2477
  msgstr ""
2478
 
2479
+ #: views/support.php:134
2480
  msgid "Check &rarr; Status"
2481
  msgstr ""
2482
 
2483
+ #: views/support.php:135
2484
  msgid ""
2485
  "To check ticket status or update a previously submitted ticket you will "
2486
  "first need to login. Our support portal provides a history of your current "
2487
  "and past support requests complete with responses."
2488
  msgstr ""
2489
 
2490
+ #: views/support.php:137
2491
  msgid "Send &rarr; Logs"
2492
  msgstr ""
2493
 
2494
+ #: views/support.php:138
2495
  msgid ""
2496
  "Sometimes it may be necessary for you to send your log files to support. If "
2497
  "that ever happens, just click the link above and we will show you what to do."
2498
  msgstr ""
2499
 
2500
+ #: views/support.php:177
2501
  msgid ""
2502
  "If you have been asked by support to send your log files then you are in the "
2503
  "right spot."
2504
  msgstr ""
2505
 
2506
+ #: views/support.php:189
2507
  msgid "Send Logs to Support"
2508
  msgstr ""
2509
 
2510
+ #: views/support.php:190
2511
  msgid "This form should only be used when working with support."
2512
  msgstr ""
2513
 
2514
+ #: views/support.php:191
2515
  #, php-format
2516
  msgid ""
2517
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
2518
  "target=\"_blank\"> support portal.</a> before using this form."
2519
  msgstr ""
2520
 
2521
+ #: views/support.php:192
2522
  msgid ""
2523
  "The ticket id you receive from your support request should be entered in the "
2524
  "ticket id field below."
2525
  msgstr ""
2526
 
2527
+ #: views/support.php:193
2528
  msgid "your email address"
2529
  msgstr ""
2530
 
2531
+ #: views/support.php:204
2532
  msgid "support ticket id"
2533
  msgstr ""
2534
 
2535
+ #: views/support.php:215
2536
  msgid "problem description or additional information"
2537
  msgstr ""
2538
 
2539
+ #: views/support.php:232
2540
  msgid "Please register your version of WPBackItUp for access to support."
2541
  msgstr ""
2542
 
2543
+ #: views/support.php:236
2544
  msgid "Premium customers receive priority support."
2545
  msgstr ""
2546
 
2547
+ #: views/support.php:244
2548
  msgid "Support email could not be sent!"
2549
  msgstr ""
2550
 
2551
+ #: views/support.php:251
2552
  msgid "Support email sent successfully!"
2553
  msgstr ""
2554
 
2555
+ #: views/support.php:282
2556
+ msgid "Download logs file manually."
2557
+ msgstr ""
2558
+
2559
+ #: views/support.php:310
2560
  msgid "Content goes here"
2561
  msgstr ""
2562
 
lib/includes/class-download-log.php ADDED
@@ -0,0 +1,253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php if (!defined ('ABSPATH')) die('No direct access allowed');
2
+
3
+ /* include library file for WP tables */
4
+ if( ! class_exists( 'WPBackitup_WP_List_Table' ) ) {
5
+ include_once( WPBACKITUP__PLUGIN_PATH .'vendor/WordPress/class-wp-list-table.php');
6
+ }
7
+ if( !class_exists( 'WPBackItUp_Filesystem' ) ) {
8
+ include_once 'class-filesystem.php';
9
+ }
10
+ /**
11
+ * WP BackItUp - Download Logs class
12
+ *
13
+ * @package WP BackItUp
14
+ * @author Chris Simmons <chris.simmons@wpbackitup.com>
15
+ * @link http://www.wpbackitup.com
16
+ * @since 1.13.6
17
+ *
18
+ */
19
+ class WPBackitup_Download_Logs extends WPBackitup_WP_List_Table {
20
+ /**
21
+ * Constructor.
22
+ *
23
+ * The child class should call this constructor from its own constructor to override
24
+ * the default $args.
25
+ *
26
+ * @since 1.13.6
27
+ * @access public
28
+ *
29
+ * @param array|string $args {
30
+ * Array or string of arguments.
31
+ *
32
+ * @type string $plural Plural value used for labels and the objects being listed.
33
+ * This affects things such as CSS class-names and nonces used
34
+ * in the list table, e.g. 'posts'. Default empty.
35
+ * @type string $singular Singular label for an object being listed, e.g. 'post'.
36
+ * Default empty
37
+ * @type bool $ajax Whether the list table supports Ajax. This includes loading
38
+ * and sorting data, for example. If true, the class will call
39
+ * the _js_vars() method in the footer to provide variables
40
+ * to any scripts handling Ajax events. Default false.
41
+ * @type string $screen String containing the hook name used to determine the current
42
+ * screen. If left null, the current screen will be automatically set.
43
+ * Default null.
44
+ * }
45
+ */
46
+ function __construct(){
47
+ global $page;
48
+
49
+ error_reporting(0);
50
+ parent::__construct( array(
51
+ 'singular' => 'download_log',
52
+ 'plural' => 'download_logs',
53
+ 'ajax' => false
54
+ ));
55
+
56
+ add_action('admin_post_download_backup', array(__CLASS__,'admin_download_backup'));
57
+ }
58
+
59
+ /**
60
+ *
61
+ * @param object $item
62
+ * @param string $column_name
63
+ *
64
+ * @return mixed|void
65
+ */
66
+ function column_default($item, $column_name){
67
+ switch($column_name){
68
+ case 'create_date':
69
+ case 'job_name':
70
+ case 'job_size':
71
+ return $item[$column_name];
72
+ default:
73
+ return print_r($item,true);
74
+ }
75
+ }
76
+
77
+ /**
78
+ * download logs file
79
+ */
80
+ function admin_download_backup(){
81
+
82
+ include_once( WPBACKITUP__PLUGIN_PATH.'/lib/includes/handler_download.php' );
83
+ }
84
+
85
+ /**
86
+ *
87
+ * @param object $item
88
+ *
89
+ * @return string
90
+ */
91
+ function column_job_name($item){
92
+
93
+ $actions = array(
94
+ 'delete' => sprintf('<a href="?page=%s&action=%s&delete_log=%s" onclick="%s">'.__('Delete', 'wp-backitup').'</a>','wp-backitup-support&tab=download-logs','delete',$item['job_name'],"return confirm('".__('Are you sure?', 'wp-backitup')."')"),
95
+ 'download' => sprintf('<a href="'.$item['job_name'].'" class="logs_backup">'.__('Download', 'wp-backitup').'</a>',$item['job_name'],'download')
96
+
97
+ );
98
+
99
+ //Return the title contents
100
+ return sprintf('%1$s %2$s',$item['job_name'],$this->row_actions($actions));
101
+ }
102
+
103
+ /**
104
+ *
105
+ * @param object $item
106
+ *
107
+ * @return string|void
108
+ */
109
+ function column_cb($item){
110
+ return sprintf(
111
+ '<input type="checkbox" name="%1$s[]" value="%2$s" />',
112
+ $this->_args['singular'],
113
+ $item['job_name']
114
+ );
115
+ }
116
+
117
+ /**
118
+ * Get a list of columns. The format is:
119
+ * 'internal-name' => 'Title'
120
+ *
121
+ * @since 3.1.0
122
+ * @access public
123
+ * @abstract
124
+ *
125
+ * @return array
126
+ */
127
+ function get_columns(){
128
+ $columns = array(
129
+ 'cb' =>'<input type="checkbox" />',
130
+ 'create_date' =>__('Time','wp-backitup'),
131
+ 'job_name' =>__('Log File','wp-backitup'),
132
+ 'job_size' =>__('Size','wp-backitup')
133
+
134
+ );
135
+ return $columns;
136
+ }
137
+
138
+ /**
139
+ * Get a list of sortable columns. The format is:
140
+ * 'internal-name' => 'orderby'
141
+ * or
142
+ * 'internal-name' => array( 'orderby', true )
143
+ *
144
+ * The second format will make the initial sorting order be descending
145
+ *
146
+ * @since 1.13.6
147
+ * @access public
148
+ *
149
+ * @return array
150
+ */
151
+ public function get_sortable_columns() {
152
+ $sortable_columns = array(
153
+ 'create_date' => array('create_date',false),
154
+ 'job_name' => array('job_name',false),
155
+ 'job_size' =>array('job_size',true),
156
+
157
+ );
158
+ return $sortable_columns;
159
+ }
160
+
161
+ /**
162
+ * Get an associative array ( option_name => option_title ) with the list
163
+ * of bulk actions available on this table.
164
+ *
165
+ * @since 1.13.6
166
+ * @access public
167
+ *
168
+ * @return array
169
+ */
170
+ public function get_bulk_actions() {
171
+ $actions = array('delete' => 'Delete');
172
+ return $actions;
173
+ }
174
+
175
+ /**
176
+ * Get an associative array ( option_name => option_title ) with the list
177
+ * of bulk actions available on this table.
178
+ *
179
+ * @since 1.13.6
180
+ * @access public
181
+ *
182
+ * @return array
183
+ */
184
+ public function process_bulk_action() {
185
+
186
+ if( 'delete'===$this->current_action() ) {
187
+
188
+ foreach($_POST['download_log'] as $single_val){
189
+
190
+ $path = WPBACKITUP__LOGS_PATH.'/'.$single_val;
191
+ unlink($path);
192
+ }
193
+
194
+ $redirect = get_admin_url(null,'admin.php?page=wp-backitup-support&tab=download-logs' );
195
+ wp_safe_redirect($redirect);
196
+ }
197
+
198
+ }
199
+
200
+ /**
201
+ * Prepares the list of items for displaying.
202
+ * @uses WP_List_Table::set_pagination_args()
203
+ *
204
+ * @since 1.13.6
205
+ * @access public
206
+ * @abstract
207
+ */
208
+ function prepare_items() {
209
+
210
+ $per_page = 15;
211
+ $columns = $this->get_columns();
212
+ $hidden = array();
213
+ $sortable = $this->get_sortable_columns();
214
+ $this->_column_headers = array($columns, $hidden, $sortable);
215
+ $this->process_bulk_action();
216
+ $path = WPBACKITUP__LOGS_PATH;
217
+ $extensions = "zip";
218
+ $fileSystem = new WPBackItUp_FileSystem($this->log_name);
219
+ $file_list = $fileSystem->get_fileonly_list($path, $extensions);
220
+
221
+ foreach($file_list as $file){
222
+ $create_date = $fileSystem->get_filetime_with_filename($file);
223
+ $log_name = explode('logs/',$file);
224
+ $job_name = $log_name[1];
225
+ $job_size = $fileSystem->format_file_size_kb(ceil(filesize($file) /1024));
226
+ $data[] = array('create_date' => $create_date , 'job_name' =>$job_name , 'job_size'=>$job_size);
227
+ }
228
+
229
+ function usort_reorder($a,$b){
230
+ $orderby = isset($_REQUEST['orderby']) ? $_REQUEST['orderby']: "create_date";
231
+ $order = isset($_REQUEST['order']) ? $_REQUEST['order']: "desc";
232
+ if(isset($orderby) && !empty($orderby)){
233
+ $result = strcmp($a[$orderby], $b[$orderby]);
234
+ return ($order==='asc') ? $result : -$result;
235
+ }
236
+ }
237
+
238
+ usort($data, 'usort_reorder');
239
+ $this->screen = get_current_screen();
240
+ $current_page = $this->get_pagenum();
241
+ $total_items = count($data);
242
+ $data = array_slice($data,(($current_page-1)*$per_page),$per_page);
243
+ $this->items = $data;
244
+ $this->set_pagination_args( array(
245
+ 'total_items' => $total_items,
246
+ 'per_page' => $per_page,
247
+ 'total_pages' => ceil($total_items/$per_page)
248
+ ) );
249
+ }
250
+ } //end class
251
+ /* Create Table object */
252
+ $WPBackitupListTable = new WPBackitup_Download_Logs();
253
+ ?>
lib/includes/class-filesystem.php CHANGED
@@ -688,6 +688,25 @@ class WPBackItUp_FileSystem {
688
  return $file_list;
689
  }
690
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
691
  /**
692
  * Human readable file size
693
  *
688
  return $file_list;
689
  }
690
 
691
+ /**
692
+ *
693
+ * An optional list of pipe delimited extensions may be provided to filter
694
+ * results by extension. If none is provided all files in path will be returned.
695
+ *
696
+ * @param $file name.
697
+ *
698
+ * @return single file time
699
+ */
700
+ function get_filetime_with_filename($file){
701
+
702
+ //get file sizes
703
+ if(!empty($file)){
704
+ $file_time = date("F d,Y H:i:s",filemtime($file));
705
+ }
706
+
707
+ return $file_time;
708
+ }
709
+
710
  /**
711
  * Human readable file size
712
  *
lib/includes/class-license.php ADDED
@@ -0,0 +1,172 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php if (!defined ('ABSPATH')) die('No direct access allowed');
2
+
3
+
4
+ /**
5
+ * WPBackItUp License Class
6
+ *
7
+ * @link http://www.wpbackitup.com
8
+ * @since 1.14.0
9
+ *
10
+ * @package WPBackItUp
11
+ *
12
+ */
13
+
14
+
15
+ class WPBackItUp_License {
16
+
17
+ private static $default_log = 'debug_activation';
18
+ private $log_name;
19
+
20
+ function __construct() {
21
+
22
+ try {
23
+
24
+ $this->log_name = self::$default_log; //default log name
25
+
26
+
27
+ } catch ( Exception $e ) {
28
+ WPBackItUp_LoggerV2::log_error( $this->log_name, __METHOD__, 'Constructor Exception: ' . $e );
29
+ throw $e;
30
+ }
31
+
32
+ }
33
+
34
+ /**
35
+ * Activate WPBackItUp License
36
+ *
37
+ * @param $license
38
+ *
39
+ * @return bool|mixed
40
+ */
41
+ public function activate_license($license){
42
+
43
+ $request_data = array(
44
+ 'license' => $license,
45
+ 'item_name' => urlencode( WPBACKITUP__ITEM_NAME ),
46
+ 'url' => home_url()
47
+ );
48
+
49
+ $license_data = $this->edd_license_api_request(WPBACKITUP__API_URL, 'activate_license', $request_data);
50
+
51
+ //if false try using site directly
52
+ if ( false === $license_data) {
53
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__, 'Unable to activate using Gateway - attemtping direct');
54
+ $license_data= $this->edd_license_api_request(WPBACKITUP__SECURESITE_URL,'activate_license', $request_data);
55
+ }
56
+
57
+ return $license_data;
58
+
59
+ }
60
+
61
+ /**
62
+ * Check WPBackItUp License
63
+ *
64
+ * @param $license
65
+ *
66
+ * @return bool|mixed
67
+ */
68
+ public function check_license($license){
69
+
70
+ $request_data = array(
71
+ 'license' => $license,
72
+ 'item_name' => urlencode( WPBACKITUP__ITEM_NAME ),
73
+ 'url' => home_url()
74
+ );
75
+
76
+ $license_data = $this->edd_license_api_request(WPBACKITUP__API_URL, 'check_license', $request_data);
77
+
78
+ //if false try using site directly
79
+ if ( false === $license_data) {
80
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__, 'Unable to activate using Gateway - attemtping direct');
81
+ $license_data= $this->edd_license_api_request(WPBACKITUP__SECURESITE_URL,'activate_license', $request_data);
82
+ }
83
+
84
+ return $license_data;
85
+
86
+ }
87
+
88
+ /**
89
+ * Deactivate WPBackItUp License for site identified in home_url value
90
+ *
91
+ * @param $license
92
+ *
93
+ * @return bool|mixed
94
+ */
95
+ public function deactivate_license($license){
96
+
97
+ $request_data = array(
98
+ 'license' => $license,
99
+ 'item_name' => urlencode( WPBACKITUP__ITEM_NAME ),
100
+ 'url' => home_url()
101
+ );
102
+
103
+ $license_data = $this->edd_license_api_request(WPBACKITUP__API_URL, 'deactivate_license', $request_data);
104
+
105
+ //if false try using site directly
106
+ if ( false === $license_data) {
107
+ WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__, 'Unable to activate using Gateway - attemtping direct');
108
+ $license_data= $this->edd_license_api_request(WPBACKITUP__SECURESITE_URL,'activate_license', $request_data);
109
+ }
110
+
111
+ return $license_data;
112
+
113
+ }
114
+
115
+
116
+ /**
117
+ * Calls the API and, if successful, returns the object delivered by the API.
118
+ * http://docs.easydigitaldownloads.com/article/384-software-licensing-api
119
+ * Action Types Supported:
120
+ *
121
+ * activate_license - Used to remotely activate a license key
122
+ * deactivate_license - Used to remotely deactivate a license key
123
+ * check_license - Used to remotely check if a license key is activated, valid, and not expired
124
+ * get_version - Used to remotely retrieve the latest version information for a product
125
+ *
126
+ *
127
+ */
128
+ private function edd_license_api_request( $activation_url,$action, $request_data ) {
129
+
130
+ $api_params = array(
131
+ 'edd_action' => $action,
132
+ 'license' => $request_data['license'],
133
+ 'item_name' => $request_data['item_name'],
134
+ 'url' => $request_data['url']
135
+ );
136
+
137
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__, 'Activate License Request Info:');
138
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'API URL:' .$activation_url);
139
+ WPBackItUp_LoggerV2::log($this->log_name,$api_params);
140
+
141
+ $response = wp_remote_get(
142
+ add_query_arg( $api_params, $activation_url ),
143
+ array( 'timeout' => 25,
144
+ 'sslverify' => false
145
+ )
146
+ );
147
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__, 'API Response:'. var_export( $response,true ));
148
+
149
+
150
+ $response_code = wp_remote_retrieve_response_code($response);
151
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__, 'Response Code:'. $response_code);
152
+
153
+ //IF no error
154
+ if ( !is_wp_error( $response ) && 200 == $response_code ) {
155
+ $response = json_decode( wp_remote_retrieve_body( $response ) );
156
+ if ( $response && property_exists($response,'sections')) {
157
+ $response->sections = maybe_unserialize( $response->sections );
158
+ }
159
+
160
+ return $response;
161
+
162
+ } else { //Error
163
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__, 'Requesting Server Name:'. $_SERVER['SERVER_NAME']);
164
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__, 'Requesting IP:'. $_SERVER['SERVER_ADDR']);
165
+
166
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__, 'Validation Response:');
167
+ WPBackItUp_LoggerV2::log($this->log_name,var_export($response,true));
168
+
169
+ return false;
170
+ }
171
+ }
172
+ }
lib/includes/class-wpbackitup-admin.php CHANGED
@@ -81,6 +81,8 @@ class WPBackitup_Admin {
81
  'single_file_db'=>1,
82
  'encrypt_files'=>0,
83
  'remove_supporting_zip_files'=>0,
 
 
84
  );
85
 
86
 
@@ -214,12 +216,12 @@ class WPBackitup_Admin {
214
  //Add Backup Menu Nav
215
  add_submenu_page( $this->namespace, __('Backup', 'wp-backitup'), __('Backup','wp-backitup'), 'administrator', $this->namespace.'-backup', array( &$this, 'admin_backup_page' ) );
216
 
217
- //removeIf(premiumOnly)
218
  //Add Restore Menu Nav IF licensed
219
  if (true===$this->license_active()) {
220
  add_submenu_page( $this->namespace, __('Restore', 'wp-backitup'), __('Restore','wp-backitup'), 'administrator', $this->namespace.'-restore', array( &$this, 'admin_restore_page' ) );
221
  }
222
- //endRemoveIf(premiumOnly)
223
 
224
  //Add Support Menu Nav
225
  add_submenu_page( $this->namespace, __('Support', 'wp-backitup'), __('Support','wp-backitup'), 'administrator', $this->namespace.'-support', array( &$this, 'admin_support_page' ) );
@@ -482,6 +484,8 @@ class WPBackitup_Admin {
482
  require_once( WPBACKITUP__PLUGIN_PATH . '/lib/includes/class-job-task.php' );
483
  require_once( WPBACKITUP__PLUGIN_PATH . '/lib/includes/class-job-item.php' );
484
 
 
 
485
  if( !class_exists( 'EDD_SL_Plugin_Updater' ) ) {
486
  // load our custom updater
487
  include( WPBACKITUP__VENDOR_PATH . '/edd/EDD_SL_Plugin_Updater.php' );
@@ -498,9 +502,9 @@ class WPBackitup_Admin {
498
  //admin activation hook does NOT get called on plugin update to this needs to stay here
499
  $this->maybe_update(); //Check version and update database if needed
500
 
501
- //removeIf(premiumOnly)
502
  $this->load_extensions(); //Load premium extensions
503
- //endRemoveIf(premiumOnly)
504
 
505
  //Create instance to service background tasks(ajax requests)
506
  $task_processor = new WPBackItUp_Task_Processor();
@@ -515,33 +519,33 @@ class WPBackitup_Admin {
515
  */
516
  function wpbackitup_plugin_updater() {
517
 
518
- //removeIf(premiumOnly)
519
  // if license is active
520
- if ($this->license_active()){
521
-
522
- //fetch license key for Premium
523
- $license_key = $this->license_key();
524
- $version = WPBACKITUP__VERSION;
525
- $plugin_name = WPBACKITUP__ITEM_NAME;
526
-
527
- //check for license key before doing this
528
-
529
- $plugin_path = WPBACKITUP__PLUGIN_FILE_PATH;
530
-
531
- // setup the updater
532
- $edd_updater = new EDD_SL_Plugin_Updater(
533
- WPBACKITUP__SECURESITE_URL,
534
- $plugin_path,
535
- array(
536
- 'version' => $version, // current version number
537
- 'license' => $license_key, // license key (used get_option above to retrieve from DB)
538
- 'item_name' => $plugin_name, // name of this plugin
539
- 'author' => 'Chris Simmons', // author of this plugin
540
- 'wp_override' => true, // Override the WordPress.org repo
541
- )
542
- );
543
- }
544
- //endRemoveIf(premiumOnly)
545
  }
546
 
547
  /**
@@ -1902,6 +1906,14 @@ class WPBackitup_Admin {
1902
  return $this->get('successful_backup_count');
1903
  }
1904
 
 
 
 
 
 
 
 
 
1905
  function license_customer_email(){
1906
  return $this->get('license_customer_email');
1907
  }
@@ -2117,6 +2129,14 @@ class WPBackitup_Admin {
2117
  $this->set('successful_backup_count', $value);
2118
  }
2119
 
 
 
 
 
 
 
 
 
2120
  public function set_backup_schedule($value){
2121
  $this->set('backup_schedule', $value);
2122
  }
@@ -2212,6 +2232,9 @@ class WPBackitup_Admin {
2212
  */
2213
  private function update_license_options($license)
2214
  {
 
 
 
2215
  $activation_logname='debug_activation';
2216
  WPBackItUp_LoggerV2::log_info($activation_logname,__METHOD__, 'Update License Options:' .$license);
2217
 
@@ -2245,7 +2268,8 @@ class WPBackitup_Admin {
2245
  } else {
2246
 
2247
  //activate license using SSL
2248
- $license_data= $this->activate_license($license);
 
2249
 
2250
  if ( false === $license_data){
2251
  //update license last checked date and
@@ -2378,134 +2402,6 @@ class WPBackitup_Admin {
2378
  return true;
2379
  }
2380
 
2381
- // private function activate_license_old($activation_url,$license){
2382
- // $activation_logname='debug_activation';
2383
- //
2384
- // //CALL EDD_ACTIVATE_LICENSE to get activation information
2385
- // $api_params = array(
2386
- // 'edd_action'=> 'activate_license',
2387
- // 'license' => $license,
2388
- // 'item_name' => urlencode( WPBACKITUP__ITEM_NAME ), // the name of product in EDD
2389
- // //'url' => home_url()
2390
- // );
2391
- //
2392
- // WPBackItUp_LoggerV2::log_info($activation_logname,__METHOD__, 'Activate License Request Info:');
2393
- // WPBackItUp_LoggerV2::log($activation_logname,$api_params);
2394
- //
2395
- // //try 30 secs when connected to web.
2396
- // $response = wp_remote_get(
2397
- // add_query_arg( $api_params, $activation_url ),
2398
- // array(
2399
- // 'timeout' => 25,
2400
- // 'sslverify' => false
2401
- // )
2402
- // );
2403
- // WPBackItUp_LoggerV2::log_info($activation_logname,__METHOD__, 'Validation Response:');
2404
- // WPBackItUp_LoggerV2::log($activation_logname,$response);
2405
- //
2406
- // if ( is_wp_error( $response ) ){
2407
- // WPBackItUp_LoggerV2::log_info($activation_logname,__METHOD__, 'Requesting Server Name:'. $_SERVER['SERVER_NAME']);
2408
- // WPBackItUp_LoggerV2::log_info($activation_logname,__METHOD__, 'Requesting IP:'. $_SERVER['SERVER_ADDR']);
2409
- //
2410
- // WPBackItUp_LoggerV2::log_error($activation_logname,__METHOD__, 'Response Info:' .var_export($response,true));
2411
- //
2412
- // return false;
2413
- // }
2414
- //
2415
- // $license_data = json_decode( wp_remote_retrieve_body( $response ) );
2416
- // WPBackItUp_LoggerV2::log_info($activation_logname,__METHOD__, 'License Object Info');
2417
- // WPBackItUp_LoggerV2::log($activation_logname,$license_data);
2418
- //
2419
- // return $license_data;
2420
- //
2421
- // }
2422
-
2423
- /**
2424
- * Activate WPBackItUp License
2425
- *
2426
- * @param $activation_url
2427
- * @param $license
2428
- *
2429
- * @return bool|mixed
2430
- */
2431
- private function activate_license($license){
2432
- $activation_logname='debug_activation';
2433
-
2434
- $request_data = array(
2435
- 'license' => $license,
2436
- 'item_name' => urlencode( WPBACKITUP__ITEM_NAME ),
2437
- 'url' => home_url()
2438
- );
2439
-
2440
- $license_data = $this->edd_license_api_request(WPBACKITUP__API_URL, 'activate_license', $request_data);
2441
-
2442
- //if false try using site directly
2443
- if ( false === $license_data) {
2444
- WPBackItUp_LoggerV2::log_error($activation_logname,__METHOD__, 'Unable to activate using Gateway - attemtping direct');
2445
- $license_data= $this->edd_license_api_request(WPBACKITUP__SECURESITE_URL,'activate_license', $request_data);
2446
- }
2447
-
2448
- return $license_data;
2449
-
2450
- }
2451
-
2452
- /**
2453
- * Calls the API and, if successful, returns the object delivered by the API.
2454
- * http://docs.easydigitaldownloads.com/article/384-software-licensing-api
2455
- * Action Types Supported:
2456
- *
2457
- * activate_license - Used to remotely activate a license key
2458
- * deactivate_license - Used to remotely deactivate a license key
2459
- * check_license - Used to remotely check if a license key is activated, valid, and not expired
2460
- * get_version - Used to remotely retrieve the latest version information for a product
2461
- *
2462
- *
2463
- */
2464
- private function edd_license_api_request( $activation_url,$action, $request_data ) {
2465
- $activation_logname='debug_activation';
2466
-
2467
- $api_params = array(
2468
- 'edd_action' => $action,
2469
- 'license' => $request_data['license'],
2470
- 'item_name' => $request_data['item_name'],
2471
- 'url' => $request_data['url']
2472
- );
2473
-
2474
- WPBackItUp_LoggerV2::log_info($activation_logname,__METHOD__, 'Activate License Request Info:');
2475
- WPBackItUp_LoggerV2::log_info($activation_logname,__METHOD__,'API URL:' .$activation_url);
2476
- WPBackItUp_LoggerV2::log($activation_logname,$api_params);
2477
-
2478
- $response = wp_remote_get(
2479
- add_query_arg( $api_params, $activation_url ),
2480
- array( 'timeout' => 25,
2481
- 'sslverify' => false
2482
- )
2483
- );
2484
- WPBackItUp_LoggerV2::log_info($activation_logname,__METHOD__, 'API Response:'. var_export( $response,true ));
2485
-
2486
-
2487
- $response_code = wp_remote_retrieve_response_code($response);
2488
- WPBackItUp_LoggerV2::log_info($activation_logname,__METHOD__, 'Response Code:'. $response_code);
2489
-
2490
- //IF no error
2491
- if ( !is_wp_error( $response ) && 200 == $response_code ) {
2492
- $response = json_decode( wp_remote_retrieve_body( $response ) );
2493
- if ( $response && property_exists($response,'sections')) {
2494
- $response->sections = maybe_unserialize( $response->sections );
2495
- }
2496
-
2497
- return $response;
2498
-
2499
- } else { //Error
2500
- WPBackItUp_LoggerV2::log_info($activation_logname,__METHOD__, 'Requesting Server Name:'. $_SERVER['SERVER_NAME']);
2501
- WPBackItUp_LoggerV2::log_info($activation_logname,__METHOD__, 'Requesting IP:'. $_SERVER['SERVER_ADDR']);
2502
-
2503
- WPBackItUp_LoggerV2::log_info($activation_logname,__METHOD__, 'Validation Response:');
2504
- WPBackItUp_LoggerV2::log($activation_logname,var_export($response,true));
2505
-
2506
- return false;
2507
- }
2508
- }
2509
 
2510
  /**-------------- END LICENSE FUNCTIONS ---------------**/
2511
 
@@ -2548,6 +2444,18 @@ class WPBackitup_Admin {
2548
  $this->set_successful_backup_count($successful_backup_count);
2549
  }
2550
 
 
 
 
 
 
 
 
 
 
 
 
 
2551
  /**
2552
  * Sanitize data
2553
  *
81
  'single_file_db'=>1,
82
  'encrypt_files'=>0,
83
  'remove_supporting_zip_files'=>0,
84
+ 'restore_count'=>0,
85
+ 'successful_restore_count'=>0,
86
  );
87
 
88
 
216
  //Add Backup Menu Nav
217
  add_submenu_page( $this->namespace, __('Backup', 'wp-backitup'), __('Backup','wp-backitup'), 'administrator', $this->namespace.'-backup', array( &$this, 'admin_backup_page' ) );
218
 
219
+ //removeIf(liteBuild)
220
  //Add Restore Menu Nav IF licensed
221
  if (true===$this->license_active()) {
222
  add_submenu_page( $this->namespace, __('Restore', 'wp-backitup'), __('Restore','wp-backitup'), 'administrator', $this->namespace.'-restore', array( &$this, 'admin_restore_page' ) );
223
  }
224
+ //endRemoveIf(liteBuild)
225
 
226
  //Add Support Menu Nav
227
  add_submenu_page( $this->namespace, __('Support', 'wp-backitup'), __('Support','wp-backitup'), 'administrator', $this->namespace.'-support', array( &$this, 'admin_support_page' ) );
484
  require_once( WPBACKITUP__PLUGIN_PATH . '/lib/includes/class-job-task.php' );
485
  require_once( WPBACKITUP__PLUGIN_PATH . '/lib/includes/class-job-item.php' );
486
 
487
+ require_once( WPBACKITUP__PLUGIN_PATH . '/lib/includes/class-license.php' );
488
+
489
  if( !class_exists( 'EDD_SL_Plugin_Updater' ) ) {
490
  // load our custom updater
491
  include( WPBACKITUP__VENDOR_PATH . '/edd/EDD_SL_Plugin_Updater.php' );
502
  //admin activation hook does NOT get called on plugin update to this needs to stay here
503
  $this->maybe_update(); //Check version and update database if needed
504
 
505
+ //removeIf(liteBuild)
506
  $this->load_extensions(); //Load premium extensions
507
+ //endRemoveIf(liteBuild)
508
 
509
  //Create instance to service background tasks(ajax requests)
510
  $task_processor = new WPBackItUp_Task_Processor();
519
  */
520
  function wpbackitup_plugin_updater() {
521
 
522
+ //removeIf(liteBuild)
523
  // if license is active
524
+ // if ($this->license_active()){
525
+ //
526
+ // //fetch license key for Premium
527
+ // $license_key = $this->license_key();
528
+ // $version = WPBACKITUP__VERSION;
529
+ // $plugin_name = WPBACKITUP__ITEM_NAME;
530
+ //
531
+ // $plugin_path = WPBACKITUP__PLUGIN_FILE_PATH;
532
+ //// error_log(plugin_basename($plugin_path));
533
+ //// error_log( basename( $plugin_path, '.php' ));
534
+ //
535
+ // // setup the updater
536
+ // $edd_updater = new EDD_SL_Plugin_Updater(
537
+ // WPBACKITUP__SECURESITE_URL,
538
+ // $plugin_path,
539
+ // array(
540
+ // 'version' => $version, // current version number
541
+ // 'license' => $license_key, // license key (used get_option above to retrieve from DB)
542
+ // 'item_name' => $plugin_name, // name of this plugin
543
+ // 'author' => 'Chris Simmons', // author of this plugin
544
+ // 'wp_override' => false, // Override the WordPress.org repo
545
+ // )
546
+ // );
547
+ // }
548
+ //endRemoveIf(liteBuild)
549
  }
550
 
551
  /**
1906
  return $this->get('successful_backup_count');
1907
  }
1908
 
1909
+ function restore_count(){
1910
+ return $this->get('restore_count');
1911
+ }
1912
+
1913
+ function successful_restore_count(){
1914
+ return $this->get('successful_restore_count');
1915
+ }
1916
+
1917
  function license_customer_email(){
1918
  return $this->get('license_customer_email');
1919
  }
2129
  $this->set('successful_backup_count', $value);
2130
  }
2131
 
2132
+ function set_restore_count($value){
2133
+ $this->set('restore_count', $value);
2134
+ }
2135
+
2136
+ function set_successful_restore_count($value){
2137
+ $this->set('successful_restore_count', $value);
2138
+ }
2139
+
2140
  public function set_backup_schedule($value){
2141
  $this->set('backup_schedule', $value);
2142
  }
2232
  */
2233
  private function update_license_options($license)
2234
  {
2235
+ // Clearing any old notices
2236
+ delete_transient( 'wpbackitup_admin_notices' );
2237
+
2238
  $activation_logname='debug_activation';
2239
  WPBackItUp_LoggerV2::log_info($activation_logname,__METHOD__, 'Update License Options:' .$license);
2240
 
2268
  } else {
2269
 
2270
  //activate license using SSL
2271
+ $wpb_license = new WPBackItUp_License();
2272
+ $license_data= $wpb_license->activate_license($license);
2273
 
2274
  if ( false === $license_data){
2275
  //update license last checked date and
2402
  return true;
2403
  }
2404
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2405
 
2406
  /**-------------- END LICENSE FUNCTIONS ---------------**/
2407
 
2444
  $this->set_successful_backup_count($successful_backup_count);
2445
  }
2446
 
2447
+ public function increment_restore_count(){
2448
+ $restore_count = $this->restore_count();
2449
+ $restore_count = $restore_count+1;
2450
+ $this->set_restore_count($restore_count);
2451
+ }
2452
+
2453
+ public function increment_successful_restore_count(){
2454
+ $successful_restore_count = $this->successful_restore_count();
2455
+ $successful_restore_count=$successful_restore_count+1;
2456
+ $this->set_successful_restore_count($successful_restore_count);
2457
+ }
2458
+
2459
  /**
2460
  * Sanitize data
2461
  *
lib/includes/handler_download.php CHANGED
@@ -68,11 +68,17 @@ if ( isset($_REQUEST['_wpnonce']) && !empty($_REQUEST['_wpnonce'])
68
  $folder_name="";
69
  }
70
 
71
- $backup_filename = $_REQUEST['backup_file'];
72
- $backup_path = WPBACKITUP__BACKUP_PATH . '/' . $folder_name . '/' . $backup_filename;
73
- WPBackItUp_LoggerV2::log_info($download_logname,__METHOD__,'Backup file path:' . $backup_path );
 
 
 
 
 
 
74
 
75
- if ( !empty($backup_filename) && file_exists( $backup_path ) ) {
76
  $file_name=basename( $backup_path );
77
  $file_size = filesize($backup_path);
78
  $chunksize = 1024*1024; // how many bytes per chunk
68
  $folder_name="";
69
  }
70
 
71
+ if (isset($_REQUEST['download_logs']) && $_REQUEST['download_logs'] == '1') {
72
+ $log_filename = $_REQUEST['backup_file'];
73
+ $backup_path = WPBACKITUP__LOGS_PATH . '/'. $log_filename;
74
+ WPBackItUp_LoggerV2::log_info($download_logname,__METHOD__,'Backup file path:' . $backup_path );
75
+ }else{
76
+ $backup_filename = $_REQUEST['backup_file'];
77
+ $backup_path = WPBACKITUP__BACKUP_PATH . '/' . $folder_name . '/' . $backup_filename;
78
+ WPBackItUp_LoggerV2::log_info($download_logname,__METHOD__,'Backup file path:' . $backup_path );
79
+ }
80
 
81
+ if ( (!empty($backup_filename) || !empty($log_filename) ) && file_exists( $backup_path ) ) {
82
  $file_name=basename( $backup_path );
83
  $file_size = filesize($backup_path);
84
  $chunksize = 1024*1024; // how many bytes per chunk
lib/includes/job_restore.php CHANGED
@@ -188,6 +188,8 @@ if ('task_preparing'==$current_task->getTaskName()) {
188
  $task = 'preparing';
189
  start_status($task);
190
 
 
 
191
  WPBackItUp_LoggerV2::log($restore_logname,'**PREPARING FOR RESTORE**');
192
 
193
  //ONLY check license here and prevent restore from starting. If
@@ -894,6 +896,7 @@ if ('task_restore_database'==$current_task->getTaskName()) {
894
  //
895
  //**************************************************************
896
 
 
897
  $current_job->setStatus(WPBackItUp_Job::COMPLETE);
898
  set_status_success();
899
  WPBackItUp_LoggerV2::log($restore_logname,'Restore completed successfully');
188
  $task = 'preparing';
189
  start_status($task);
190
 
191
+ $WPBackitup->increment_restore_count();
192
+
193
  WPBackItUp_LoggerV2::log($restore_logname,'**PREPARING FOR RESTORE**');
194
 
195
  //ONLY check license here and prevent restore from starting. If
896
  //
897
  //**************************************************************
898
 
899
+ $WPBackitup->increment_successful_restore_count();
900
  $current_job->setStatus(WPBackItUp_Job::COMPLETE);
901
  set_status_success();
902
  WPBackItUp_LoggerV2::log($restore_logname,'Restore completed successfully');
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.7
7
- Stable tag: 1.13.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -167,6 +167,16 @@ Our online documentation and full list of FAQs can be found at [support.wpbackit
167
 
168
  == Changelog ==
169
 
 
 
 
 
 
 
 
 
 
 
170
  = 1.13.5 =
171
  *Release Date - November 23, 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.7
7
+ Stable tag: 1.13.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.6 =
172
+ *Release Date - December 22, 2016
173
+
174
+ * FEATURE : Add Download logs option to support page.
175
+ * UPDATE : Display review button after 2 successful backup or restore
176
+ * FIX : Database table filter value reset when any other "Save" button hits
177
+ * FIX : Fix issue notification message not being removed on license update
178
+ * FIX : Add backupset file to import processor
179
+
180
  = 1.13.5 =
181
  *Release Date - November 23, 2016
182
 
vendor/WordPress/class-wp-list-table.php ADDED
@@ -0,0 +1,3485 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Administration API: WPBackitup_WP_List_Table class
4
+ *
5
+ * @package WordPress
6
+ * @subpackage List_Table
7
+ * @since 3.1.0
8
+ */
9
+
10
+ /**
11
+ * Base class for displaying a list of items in an ajaxified HTML table.
12
+ *
13
+ * @since 3.1.0
14
+ * @access private
15
+ */
16
+ class WPBackitup_WP_List_Table {
17
+
18
+ /**
19
+ * The current list of items.
20
+ *
21
+ * @since 3.1.0
22
+ * @access public
23
+ * @var array
24
+ */
25
+ public $items;
26
+
27
+ /**
28
+ * Various information about the current table.
29
+ *
30
+ * @since 3.1.0
31
+ * @access protected
32
+ * @var array
33
+ */
34
+ protected $_args;
35
+
36
+ /**
37
+ * Various information needed for displaying the pagination.
38
+ *
39
+ * @since 3.1.0
40
+ * @access protected
41
+ * @var array
42
+ */
43
+ protected $_pagination_args = array();
44
+
45
+ /**
46
+ * The current screen.
47
+ *
48
+ * @since 3.1.0
49
+ * @access protected
50
+ * @var object
51
+ */
52
+ protected $screen;
53
+
54
+ /**
55
+ * Cached bulk actions.
56
+ *
57
+ * @since 3.1.0
58
+ * @access private
59
+ * @var array
60
+ */
61
+ private $_actions;
62
+
63
+ /**
64
+ * Cached pagination output.
65
+ *
66
+ * @since 3.1.0
67
+ * @access private
68
+ * @var string
69
+ */
70
+ private $_pagination;
71
+
72
+ /**
73
+ * The view switcher modes.
74
+ *
75
+ * @since 4.1.0
76
+ * @access protected
77
+ * @var array
78
+ */
79
+ protected $modes = array();
80
+
81
+ /**
82
+ * Stores the value returned by ->get_column_info().
83
+ *
84
+ * @since 4.1.0
85
+ * @access protected
86
+ * @var array
87
+ */
88
+ protected $_column_headers;
89
+
90
+ /**
91
+ * {@internal Missing Summary}
92
+ *
93
+ * @access protected
94
+ * @var array
95
+ */
96
+ protected $compat_fields = array( '_args', '_pagination_args', 'screen', '_actions', '_pagination' );
97
+
98
+ /**
99
+ * {@internal Missing Summary}
100
+ *
101
+ * @access protected
102
+ * @var array
103
+ */
104
+ protected $compat_methods = array( 'set_pagination_args', 'get_views', 'get_bulk_actions', 'bulk_actions',
105
+ 'row_actions', 'months_dropdown', 'view_switcher', 'comments_bubble', 'get_items_per_page', 'pagination',
106
+ 'get_sortable_columns', 'get_column_info', 'get_table_classes', 'display_tablenav', 'extra_tablenav',
107
+ 'single_row_columns' );
108
+
109
+ /**
110
+ * Constructor.
111
+ *
112
+ * The child class should call this constructor from its own constructor to override
113
+ * the default $args.
114
+ *
115
+ * @since 3.1.0
116
+ * @access public
117
+ *
118
+ * @param array|string $args {
119
+ * Array or string of arguments.
120
+ *
121
+ * @type string $plural Plural value used for labels and the objects being listed.
122
+ * This affects things such as CSS class-names and nonces used
123
+ * in the list table, e.g. 'posts'. Default empty.
124
+ * @type string $singular Singular label for an object being listed, e.g. 'post'.
125
+ * Default empty
126
+ * @type bool $ajax Whether the list table supports Ajax. This includes loading
127
+ * and sorting data, for example. If true, the class will call
128
+ * the _js_vars() method in the footer to provide variables
129
+ * to any scripts handling Ajax events. Default false.
130
+ * @type string $screen String containing the hook name used to determine the current
131
+ * screen. If left null, the current screen will be automatically set.
132
+ * Default null.
133
+ * }
134
+ */
135
+ public function __construct( $args = array() ) {
136
+ $args = wp_parse_args( $args, array(
137
+ 'plural' => '',
138
+ 'singular' => '',
139
+ 'ajax' => false,
140
+ 'screen' => null,
141
+ ) );
142
+
143
+ $this->screen = $this->convert_to_screen( $args['screen'] );
144
+
145
+ add_filter( "manage_{$this->screen->id}_columns", array( $this, 'get_columns' ), 0 );
146
+
147
+ if ( !$args['plural'] )
148
+ $args['plural'] = $this->screen->base;
149
+
150
+ $args['plural'] = sanitize_key( $args['plural'] );
151
+ $args['singular'] = sanitize_key( $args['singular'] );
152
+
153
+ $this->_args = $args;
154
+
155
+ if ( $args['ajax'] ) {
156
+ // wp_enqueue_script( 'list-table' );
157
+ add_action( 'admin_footer', array( $this, '_js_vars' ) );
158
+ }
159
+
160
+ if ( empty( $this->modes ) ) {
161
+ $this->modes = array(
162
+ 'list' => __( 'List View' ),
163
+ 'excerpt' => __( 'Excerpt View' )
164
+ );
165
+ }
166
+ }
167
+
168
+ /**
169
+ * Make private properties readable for backward compatibility.
170
+ *
171
+ * @since 4.0.0
172
+ * @access public
173
+ *
174
+ * @param string $name Property to get.
175
+ * @return mixed Property.
176
+ */
177
+ public function __get( $name ) {
178
+ if ( in_array( $name, $this->compat_fields ) ) {
179
+ return $this->$name;
180
+ }
181
+ }
182
+
183
+ /**
184
+ * Make private properties settable for backward compatibility.
185
+ *
186
+ * @since 4.0.0
187
+ * @access public
188
+ *
189
+ * @param string $name Property to check if set.
190
+ * @param mixed $value Property value.
191
+ * @return mixed Newly-set property.
192
+ */
193
+ public function __set( $name, $value ) {
194
+ if ( in_array( $name, $this->compat_fields ) ) {
195
+ return $this->$name = $value;
196
+ }
197
+ }
198
+
199
+ /**
200
+ * Make private properties checkable for backward compatibility.
201
+ *
202
+ * @since 4.0.0
203
+ * @access public
204
+ *
205
+ * @param string $name Property to check if set.
206
+ * @return bool Whether the property is set.
207
+ */
208
+ public function __isset( $name ) {
209
+ if ( in_array( $name, $this->compat_fields ) ) {
210
+ return isset( $this->$name );
211
+ }
212
+ }
213
+
214
+ /**
215
+ * Make private properties un-settable for backward compatibility.
216
+ *
217
+ * @since 4.0.0
218
+ * @access public
219
+ *
220
+ * @param string $name Property to unset.
221
+ */
222
+ public function __unset( $name ) {
223
+ if ( in_array( $name, $this->compat_fields ) ) {
224
+ unset( $this->$name );
225
+ }
226
+ }
227
+
228
+ /**
229
+ * Make private/protected methods readable for backward compatibility.
230
+ *
231
+ * @since 4.0.0
232
+ * @access public
233
+ *
234
+ * @param callable $name Method to call.
235
+ * @param array $arguments Arguments to pass when calling.
236
+ * @return mixed|bool Return value of the callback, false otherwise.
237
+ */
238
+ public function __call( $name, $arguments ) {
239
+ if ( in_array( $name, $this->compat_methods ) ) {
240
+ return call_user_func_array( array( $this, $name ), $arguments );
241
+ }
242
+ return false;
243
+ }
244
+
245
+ /**
246
+ * Checks the current user's permissions
247
+ *
248
+ * @since 3.1.0
249
+ * @access public
250
+ * @abstract
251
+ */
252
+ public function ajax_user_can() {
253
+ die( 'function WPBackitup_WP_List_Table::ajax_user_can() must be over-ridden in a sub-class.' );
254
+ }
255
+
256
+ /**
257
+ * Prepares the list of items for displaying.
258
+ * @uses WP_List_Table::set_pagination_args()
259
+ *
260
+ * @since 3.1.0
261
+ * @access public
262
+ * @abstract
263
+ */
264
+ public function prepare_items() {
265
+ die( 'function WPBackitup_WP_List_Table::prepare_items() must be over-ridden in a sub-class.' );
266
+ }
267
+
268
+ /**
269
+ * An internal method that sets all the necessary pagination arguments
270
+ *
271
+ * @since 3.1.0
272
+ * @access protected
273
+ *
274
+ * @param array|string $args Array or string of arguments with information about the pagination.
275
+ */
276
+ protected function set_pagination_args( $args ) {
277
+ $args = wp_parse_args( $args, array(
278
+ 'total_items' => 0,
279
+ 'total_pages' => 0,
280
+ 'per_page' => 0,
281
+ ) );
282
+
283
+ if ( !$args['total_pages'] && $args['per_page'] > 0 )
284
+ $args['total_pages'] = ceil( $args['total_items'] / $args['per_page'] );
285
+
286
+ // Redirect if page number is invalid and headers are not already sent.
287
+ if ( ! headers_sent() && ! wp_doing_ajax() && $args['total_pages'] > 0 && $this->get_pagenum() > $args['total_pages'] ) {
288
+ wp_redirect( add_query_arg( 'paged', $args['total_pages'] ) );
289
+ exit;
290
+ }
291
+
292
+ $this->_pagination_args = $args;
293
+ }
294
+
295
+ /**
296
+ * Access the pagination args.
297
+ *
298
+ * @since 3.1.0
299
+ * @access public
300
+ *
301
+ * @param string $key Pagination argument to retrieve. Common values include 'total_items',
302
+ * 'total_pages', 'per_page', or 'infinite_scroll'.
303
+ * @return int Number of items that correspond to the given pagination argument.
304
+ */
305
+ public function get_pagination_arg( $key ) {
306
+ if ( 'page' === $key ) {
307
+ return $this->get_pagenum();
308
+ }
309
+
310
+ if ( isset( $this->_pagination_args[$key] ) ) {
311
+ return $this->_pagination_args[$key];
312
+ }
313
+ }
314
+
315
+ /**
316
+ * Whether the table has items to display or not
317
+ *
318
+ * @since 3.1.0
319
+ * @access public
320
+ *
321
+ * @return bool
322
+ */
323
+ public function has_items() {
324
+ return !empty( $this->items );
325
+ }
326
+
327
+ /**
328
+ * Message to be displayed when there are no items
329
+ *
330
+ * @since 3.1.0
331
+ * @access public
332
+ */
333
+ public function no_items() {
334
+ _e( 'No items found.' );
335
+ }
336
+
337
+ /**
338
+ * Displays the search box.
339
+ *
340
+ * @since 3.1.0
341
+ * @access public
342
+ *
343
+ * @param string $text The 'submit' button label.
344
+ * @param string $input_id ID attribute value for the search input field.
345
+ */
346
+ public function search_box( $text, $input_id ) {
347
+ if ( empty( $_REQUEST['s'] ) && !$this->has_items() )
348
+ return;
349
+
350
+ $input_id = $input_id . '-search-input';
351
+
352
+ if ( ! empty( $_REQUEST['orderby'] ) )
353
+ echo '<input type="hidden" name="orderby" value="' . esc_attr( $_REQUEST['orderby'] ) . '" />';
354
+ if ( ! empty( $_REQUEST['order'] ) )
355
+ echo '<input type="hidden" name="order" value="' . esc_attr( $_REQUEST['order'] ) . '" />';
356
+ if ( ! empty( $_REQUEST['post_mime_type'] ) )
357
+ echo '<input type="hidden" name="post_mime_type" value="' . esc_attr( $_REQUEST['post_mime_type'] ) . '" />';
358
+ if ( ! empty( $_REQUEST['detached'] ) )
359
+ echo '<input type="hidden" name="detached" value="' . esc_attr( $_REQUEST['detached'] ) . '" />';
360
+ ?>
361
+ <p class="search-box">
362
+ <label class="screen-reader-text" for="<?php echo esc_attr( $input_id ); ?>"><?php echo $text; ?>:</label>
363
+ <input type="search" id="<?php echo esc_attr( $input_id ); ?>" name="s" value="<?php _admin_search_query(); ?>" />
364
+ <?php submit_button( $text, '', '', false, array( 'id' => 'search-submit' ) ); ?>
365
+ </p>
366
+ <?php
367
+ }
368
+
369
+ /**
370
+ * Get an associative array ( id => link ) with the list
371
+ * of views available on this table.
372
+ *
373
+ * @since 3.1.0
374
+ * @access protected
375
+ *
376
+ * @return array
377
+ */
378
+ protected function get_views() {
379
+ return array();
380
+ }
381
+
382
+ /**
383
+ * Display the list of views available on this table.
384
+ *
385
+ * @since 3.1.0
386
+ * @access public
387
+ */
388
+ public function views() {
389
+ $views = $this->get_views();
390
+ /**
391
+ * Filters the list of available list table views.
392
+ *
393
+ * The dynamic portion of the hook name, `$this->screen->id`, refers
394
+ * to the ID of the current screen, usually a string.
395
+ *
396
+ * @since 3.5.0
397
+ *
398
+ * @param array $views An array of available list table views.
399
+ */
400
+ $views = apply_filters( "views_{$this->screen->id}", $views );
401
+
402
+ if ( empty( $views ) )
403
+ return;
404
+
405
+ $this->screen->render_screen_reader_content( 'heading_views' );
406
+
407
+ echo "<ul class='subsubsub'>\n";
408
+ foreach ( $views as $class => $view ) {
409
+ $views[ $class ] = "\t<li class='$class'>$view";
410
+ }
411
+ echo implode( " |</li>\n", $views ) . "</li>\n";
412
+ echo "</ul>";
413
+ }
414
+
415
+ /**
416
+ * Get an associative array ( option_name => option_title ) with the list
417
+ * of bulk actions available on this table.
418
+ *
419
+ * @since 3.1.0
420
+ * @access protected
421
+ *
422
+ * @return array
423
+ */
424
+ protected function get_bulk_actions() {
425
+ return array();
426
+ }
427
+
428
+ /**
429
+ * Display the bulk actions dropdown.
430
+ *
431
+ * @since 3.1.0
432
+ * @access protected
433
+ *
434
+ * @param string $which The location of the bulk actions: 'top' or 'bottom'.
435
+ * This is designated as optional for backward compatibility.
436
+ */
437
+ protected function bulk_actions( $which = '' ) {
438
+ if ( is_null( $this->_actions ) ) {
439
+ $this->_actions = $this->get_bulk_actions();
440
+ /**
441
+ * Filters the list table Bulk Actions drop-down.
442
+ *
443
+ * The dynamic portion of the hook name, `$this->screen->id`, refers
444
+ * to the ID of the current screen, usually a string.
445
+ *
446
+ * This filter can currently only be used to remove bulk actions.
447
+ *
448
+ * @since 3.5.0
449
+ *
450
+ * @param array $actions An array of the available bulk actions.
451
+ */
452
+ $this->_actions = apply_filters( "bulk_actions-{$this->screen->id}", $this->_actions );
453
+ $two = '';
454
+ } else {
455
+ $two = '2';
456
+ }
457
+
458
+ if ( empty( $this->_actions ) )
459
+ return;
460
+
461
+ echo '<label for="bulk-action-selector-' . esc_attr( $which ) . '" class="screen-reader-text">' . __( 'Select bulk action' ) . '</label>';
462
+ echo '<select name="action' . $two . '" id="bulk-action-selector-' . esc_attr( $which ) . "\">\n";
463
+ echo '<option value="-1">' . __( 'Bulk Actions' ) . "</option>\n";
464
+
465
+ foreach ( $this->_actions as $name => $title ) {
466
+ $class = 'edit' === $name ? ' class="hide-if-no-js"' : '';
467
+
468
+ echo "\t" . '<option value="' . $name . '"' . $class . '>' . $title . "</option>\n";
469
+ }
470
+
471
+ echo "</select>\n";
472
+
473
+ submit_button( __( 'Apply' ), 'action', '', false, array( 'id' => "doaction$two" ) );
474
+ echo "\n";
475
+ }
476
+
477
+ /**
478
+ * Get the current action selected from the bulk actions dropdown.
479
+ *
480
+ * @since 3.1.0
481
+ * @access public
482
+ *
483
+ * @return string|false The action name or False if no action was selected
484
+ */
485
+ public function current_action() {
486
+ if ( isset( $_REQUEST['filter_action'] ) && ! empty( $_REQUEST['filter_action'] ) )
487
+ return false;
488
+
489
+ if ( isset( $_REQUEST['action'] ) && -1 != $_REQUEST['action'] )
490
+ return $_REQUEST['action'];
491
+
492
+ if ( isset( $_REQUEST['action2'] ) && -1 != $_REQUEST['action2'] )
493
+ return $_REQUEST['action2'];
494
+
495
+ return false;
496
+ }
497
+
498
+ /**
499
+ * Generate row actions div
500
+ *
501
+ * @since 3.1.0
502
+ * @access protected
503
+ *
504
+ * @param array $actions The list of actions
505
+ * @param bool $always_visible Whether the actions should be always visible
506
+ * @return string
507
+ */
508
+ protected function row_actions( $actions, $always_visible = false ) {
509
+ $action_count = count( $actions );
510
+ $i = 0;
511
+
512
+ if ( !$action_count )
513
+ return '';
514
+
515
+ $out = '<div class="' . ( $always_visible ? 'row-actions visible' : 'row-actions' ) . '">';
516
+ foreach ( $actions as $action => $link ) {
517
+ ++$i;
518
+ ( $i == $action_count ) ? $sep = '' : $sep = ' | ';
519
+ $out .= "<span class='$action'>$link$sep</span>";
520
+ }
521
+ $out .= '</div>';
522
+
523
+ $out .= '<button type="button" class="toggle-row"><span class="screen-reader-text">' . __( 'Show more details' ) . '</span></button>';
524
+
525
+ return $out;
526
+ }
527
+
528
+ /**
529
+ * Display a monthly dropdown for filtering items
530
+ *
531
+ * @since 3.1.0
532
+ * @access protected
533
+ *
534
+ * @global wpdb $wpdb
535
+ * @global WP_Locale $wp_locale
536
+ *
537
+ * @param string $post_type
538
+ */
539
+ protected function months_dropdown( $post_type ) {
540
+ global $wpdb, $wp_locale;
541
+
542
+ /**
543
+ * Filters whether to remove the 'Months' drop-down from the post list table.
544
+ *
545
+ * @since 4.2.0
546
+ *
547
+ * @param bool $disable Whether to disable the drop-down. Default false.
548
+ * @param string $post_type The post type.
549
+ */
550
+ if ( apply_filters( 'disable_months_dropdown', false, $post_type ) ) {
551
+ return;
552
+ }
553
+
554
+ $extra_checks = "AND post_status != 'auto-draft'";
555
+ if ( ! isset( $_GET['post_status'] ) || 'trash' !== $_GET['post_status'] ) {
556
+ $extra_checks .= " AND post_status != 'trash'";
557
+ } elseif ( isset( $_GET['post_status'] ) ) {
558
+ $extra_checks = $wpdb->prepare( ' AND post_status = %s', $_GET['post_status'] );
559
+ }
560
+
561
+ $months = $wpdb->get_results( $wpdb->prepare( "
562
+ SELECT DISTINCT YEAR( post_date ) AS year, MONTH( post_date ) AS month
563
+ FROM $wpdb->posts
564
+ WHERE post_type = %s
565
+ $extra_checks
566
+ ORDER BY post_date DESC
567
+ ", $post_type ) );
568
+
569
+ /**
570
+ * Filters the 'Months' drop-down results.
571
+ *
572
+ * @since 3.7.0
573
+ *
574
+ * @param object $months The months drop-down query results.
575
+ * @param string $post_type The post type.
576
+ */
577
+ $months = apply_filters( 'months_dropdown_results', $months, $post_type );
578
+
579
+ $month_count = count( $months );
580
+
581
+ if ( !$month_count || ( 1 == $month_count && 0 == $months[0]->month ) )
582
+ return;
583
+
584
+ $m = isset( $_GET['m'] ) ? (int) $_GET['m'] : 0;
585
+ ?>
586
+ <label for="filter-by-date" class="screen-reader-text"><?php _e( 'Filter by date' ); ?></label>
587
+ <select name="m" id="filter-by-date">
588
+ <option<?php selected( $m, 0 ); ?> value="0"><?php _e( 'All dates' ); ?></option>
589
+ <?php
590
+ foreach ( $months as $arc_row ) {
591
+ if ( 0 == $arc_row->year )
592
+ continue;
593
+
594
+ $month = zeroise( $arc_row->month, 2 );
595
+ $year = $arc_row->year;
596
+
597
+ printf( "<option %s value='%s'>%s</option>\n",
598
+ selected( $m, $year . $month, false ),
599
+ esc_attr( $arc_row->year . $month ),
600
+ /* translators: 1: month name, 2: 4-digit year */
601
+ sprintf( __( '%1$s %2$d' ), $wp_locale->get_month( $month ), $year )
602
+ );
603
+ }
604
+ ?>
605
+ </select>
606
+ <?php
607
+ }
608
+
609
+ /**
610
+ * Display a view switcher
611
+ *
612
+ * @since 3.1.0
613
+ * @access protected
614
+ *
615
+ * @param string $current_mode
616
+ */
617
+ protected function view_switcher( $current_mode ) {
618
+ ?>
619
+ <input type="hidden" name="mode" value="<?php echo esc_attr( $current_mode ); ?>" />
620
+ <div class="view-switch">
621
+ <?php
622
+ foreach ( $this->modes as $mode => $title ) {
623
+ $classes = array( 'view-' . $mode );
624
+ if ( $current_mode === $mode )
625
+ $classes[] = 'current';
626
+ printf(
627
+ "<a href='%s' class='%s' id='view-switch-$mode'><span class='screen-reader-text'>%s</span></a>\n",
628
+ esc_url( add_query_arg( 'mode', $mode ) ),
629
+ implode( ' ', $classes ),
630
+ $title
631
+ );
632
+ }
633
+ ?>
634
+ </div>
635
+ <?php
636
+ }
637
+
638
+ /**
639
+ * Display a comment count bubble
640
+ *
641
+ * @since 3.1.0
642
+ * @access protected
643
+ *
644
+ * @param int $post_id The post ID.
645
+ * @param int $pending_comments Number of pending comments.
646
+ */
647
+ protected function comments_bubble( $post_id, $pending_comments ) {
648
+ $approved_comments = get_comments_number();
649
+
650
+ $approved_comments_number = number_format_i18n( $approved_comments );
651
+ $pending_comments_number = number_format_i18n( $pending_comments );
652
+
653
+ $approved_only_phrase = sprintf( _n( '%s comment', '%s comments', $approved_comments ), $approved_comments_number );
654
+ $approved_phrase = sprintf( _n( '%s approved comment', '%s approved comments', $approved_comments ), $approved_comments_number );
655
+ $pending_phrase = sprintf( _n( '%s pending comment', '%s pending comments', $pending_comments ), $pending_comments_number );
656
+
657
+ // No comments at all.
658
+ if ( ! $approved_comments && ! $pending_comments ) {
659
+ printf( '<span aria-hidden="true">—</span><span class="screen-reader-text">%s</span>',
660
+ __( 'No comments' )
661
+ );
662
+ // Approved comments have different display depending on some conditions.
663
+ } elseif ( $approved_comments ) {
664
+ printf( '<a href="%s" class="post-com-count post-com-count-approved"><span class="comment-count-approved" aria-hidden="true">%s</span><span class="screen-reader-text">%s</span></a>',
665
+ esc_url( add_query_arg( array( 'p' => $post_id, 'comment_status' => 'approved' ), admin_url( 'edit-comments.php' ) ) ),
666
+ $approved_comments_number,
667
+ $pending_comments ? $approved_phrase : $approved_only_phrase
668
+ );
669
+ } else {
670
+ printf( '<span class="post-com-count post-com-count-no-comments"><span class="comment-count comment-count-no-comments" aria-hidden="true">%s</span><span class="screen-reader-text">%s</span></span>',
671
+ $approved_comments_number,
672
+ $pending_comments ? __( 'No approved comments' ) : __( 'No comments' )
673
+ );
674
+ }
675
+
676
+ if ( $pending_comments ) {
677
+ printf( '<a href="%s" class="post-com-count post-com-count-pending"><span class="comment-count-pending" aria-hidden="true">%s</span><span class="screen-reader-text">%s</span></a>',
678
+ esc_url( add_query_arg( array( 'p' => $post_id, 'comment_status' => 'moderated' ), admin_url( 'edit-comments.php' ) ) ),
679
+ $pending_comments_number,
680
+ $pending_phrase
681
+ );
682
+ } else {
683
+ printf( '<span class="post-com-count post-com-count-pending post-com-count-no-pending"><span class="comment-count comment-count-no-pending" aria-hidden="true">%s</span><span class="screen-reader-text">%s</span></span>',
684
+ $pending_comments_number,
685
+ $approved_comments ? __( 'No pending comments' ) : __( 'No comments' )
686
+ );
687
+ }
688
+ }
689
+
690
+ /**
691
+ * Get the current page number
692
+ *
693
+ * @since 3.1.0
694
+ * @access public
695
+ *
696
+ * @return int
697
+ */
698
+ public function get_pagenum() {
699
+ $pagenum = isset( $_REQUEST['paged'] ) ? absint( $_REQUEST['paged'] ) : 0;
700
+
701
+ if ( isset( $this->_pagination_args['total_pages'] ) && $pagenum > $this->_pagination_args['total_pages'] )
702
+ $pagenum = $this->_pagination_args['total_pages'];
703
+
704
+ return max( 1, $pagenum );
705
+ }
706
+
707
+ /**
708
+ * Get number of items to display on a single page
709
+ *
710
+ * @since 3.1.0
711
+ * @access protected
712
+ *
713
+ * @param string $option
714
+ * @param int $default
715
+ * @return int
716
+ */
717
+ protected function get_items_per_page( $option, $default = 20 ) {
718
+ $per_page = (int) get_user_option( $option );
719
+ if ( empty( $per_page ) || $per_page < 1 )
720
+ $per_page = $default;
721
+
722
+ /**
723
+ * Filters the number of items to be displayed on each page of the list table.
724
+ *
725
+ * The dynamic hook name, $option, refers to the `per_page` option depending
726
+ * on the type of list table in use. Possible values include: 'edit_comments_per_page',
727
+ * 'sites_network_per_page', 'site_themes_network_per_page', 'themes_network_per_page',
728
+ * 'users_network_per_page', 'edit_post_per_page', 'edit_page_per_page',
729
+ * 'edit_{$post_type}_per_page', etc.
730
+ *
731
+ * @since 2.9.0
732
+ *
733
+ * @param int $per_page Number of items to be displayed. Default 20.
734
+ */
735
+ return (int) apply_filters( $option, $per_page );
736
+ }
737
+
738
+ /**
739
+ * Display the pagination.
740
+ *
741
+ * @since 3.1.0
742
+ * @access protected
743
+ *
744
+ * @param string $which
745
+ */
746
+ protected function pagination( $which ) {
747
+ if ( empty( $this->_pagination_args ) ) {
748
+ return;
749
+ }
750
+
751
+ $total_items = $this->_pagination_args['total_items'];
752
+ $total_pages = $this->_pagination_args['total_pages'];
753
+ $infinite_scroll = false;
754
+ if ( isset( $this->_pagination_args['infinite_scroll'] ) ) {
755
+ $infinite_scroll = $this->_pagination_args['infinite_scroll'];
756
+ }
757
+
758
+ if ( 'top' === $which && $total_pages > 1 ) {
759
+ $this->screen->render_screen_reader_content( 'heading_pagination' );
760
+ }
761
+
762
+ $output = '<span class="displaying-num">' . sprintf( _n( '%s item', '%s items', $total_items ), number_format_i18n( $total_items ) ) . '</span>';
763
+
764
+ $current = $this->get_pagenum();
765
+ $removable_query_args = wp_removable_query_args();
766
+
767
+ $current_url = set_url_scheme( 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] );
768
+
769
+ $current_url = remove_query_arg( $removable_query_args, $current_url );
770
+
771
+ $page_links = array();
772
+
773
+ $total_pages_before = '<span class="paging-input">';
774
+ $total_pages_after = '</span></span>';
775
+
776
+ $disable_first = $disable_last = $disable_prev = $disable_next = false;
777
+
778
+ if ( $current == 1 ) {
779
+ $disable_first = true;
780
+ $disable_prev = true;
781
+ }
782
+ if ( $current == 2 ) {
783
+ $disable_first = true;
784
+ }
785
+ if ( $current == $total_pages ) {
786
+ $disable_last = true;
787
+ $disable_next = true;
788
+ }
789
+ if ( $current == $total_pages - 1 ) {
790
+ $disable_last = true;
791
+ }
792
+
793
+ if ( $disable_first ) {
794
+ $page_links[] = '<span class="tablenav-pages-navspan" aria-hidden="true">&laquo;</span>';
795
+ } else {
796
+ $page_links[] = sprintf( "<a class='first-page' href='%s'><span class='screen-reader-text'>%s</span><span aria-hidden='true'>%s</span></a>",
797
+ esc_url( remove_query_arg( 'paged', $current_url ) ),
798
+ __( 'First page' ),
799
+ '&laquo;'
800
+ );
801
+ }
802
+
803
+ if ( $disable_prev ) {
804
+ $page_links[] = '<span class="tablenav-pages-navspan" aria-hidden="true">&lsaquo;</span>';
805
+ } else {
806
+ $page_links[] = sprintf( "<a class='prev-page' href='%s'><span class='screen-reader-text'>%s</span><span aria-hidden='true'>%s</span></a>",
807
+ esc_url( add_query_arg( 'paged', max( 1, $current-1 ), $current_url ) ),
808
+ __( 'Previous page' ),
809
+ '&lsaquo;'
810
+ );
811
+ }
812
+
813
+ if ( 'bottom' === $which ) {
814
+ $html_current_page = $current;
815
+ $total_pages_before = '<span class="screen-reader-text">' . __( 'Current Page' ) . '</span><span id="table-paging" class="paging-input"><span class="tablenav-paging-text">';
816
+ } else {
817
+ $html_current_page = sprintf( "%s<input class='current-page' id='current-page-selector' type='text' name='paged' value='%s' size='%d' aria-describedby='table-paging' /><span class='tablenav-paging-text'>",
818
+ '<label for="current-page-selector" class="screen-reader-text">' . __( 'Current Page' ) . '</label>',
819
+ $current,
820
+ strlen( $total_pages )
821
+ );
822
+ }
823
+ $html_total_pages = sprintf( "<span class='total-pages'>%s</span>", number_format_i18n( $total_pages ) );
824
+ $page_links[] = $total_pages_before . sprintf( _x( '%1$s of %2$s', 'paging' ), $html_current_page, $html_total_pages ) . $total_pages_after;
825
+
826
+ if ( $disable_next ) {
827
+ $page_links[] = '<span class="tablenav-pages-navspan" aria-hidden="true">&rsaquo;</span>';
828
+ } else {
829
+ $page_links[] = sprintf( "<a class='next-page' href='%s'><span class='screen-reader-text'>%s</span><span aria-hidden='true'>%s</span></a>",
830
+ esc_url( add_query_arg( 'paged', min( $total_pages, $current+1 ), $current_url ) ),
831
+ __( 'Next page' ),
832
+ '&rsaquo;'
833
+ );
834
+ }
835
+
836
+ if ( $disable_last ) {
837
+ $page_links[] = '<span class="tablenav-pages-navspan" aria-hidden="true">&raquo;</span>';
838
+ } else {
839
+ $page_links[] = sprintf( "<a class='last-page' href='%s'><span class='screen-reader-text'>%s</span><span aria-hidden='true'>%s</span></a>",
840
+ esc_url( add_query_arg( 'paged', $total_pages, $current_url ) ),
841
+ __( 'Last page' ),
842
+ '&raquo;'
843
+ );
844
+ }
845
+
846
+ $pagination_links_class = 'pagination-links';
847
+ if ( ! empty( $infinite_scroll ) ) {
848
+ $pagination_links_class = ' hide-if-js';
849
+ }
850
+ $output .= "\n<span class='$pagination_links_class'>" . join( "\n", $page_links ) . '</span>';
851
+
852
+ if ( $total_pages ) {
853
+ $page_class = $total_pages < 2 ? ' one-page' : '';
854
+ } else {
855
+ $page_class = ' no-pages';
856
+ }
857
+ $this->_pagination = "<div class='tablenav-pages{$page_class}'>$output</div>";
858
+
859
+ echo $this->_pagination;
860
+ }
861
+
862
+ /**
863
+ * Get a list of columns. The format is:
864
+ * 'internal-name' => 'Title'
865
+ *
866
+ * @since 3.1.0
867
+ * @access public
868
+ * @abstract
869
+ *
870
+ * @return array
871
+ */
872
+ public function get_columns() {
873
+ die( 'function WPBackitup_WP_List_Table::get_columns() must be over-ridden in a sub-class.' );
874
+ }
875
+
876
+ /**
877
+ * Get a list of sortable columns. The format is:
878
+ * 'internal-name' => 'orderby'
879
+ * or
880
+ * 'internal-name' => array( 'orderby', true )
881
+ *
882
+ * The second format will make the initial sorting order be descending
883
+ *
884
+ * @since 3.1.0
885
+ * @access protected
886
+ *
887
+ * @return array
888
+ */
889
+ protected function get_sortable_columns() {
890
+ return array();
891
+ }
892
+
893
+ /**
894
+ * Gets the name of the default primary column.
895
+ *
896
+ * @since 4.3.0
897
+ * @access protected
898
+ *
899
+ * @return string Name of the default primary column, in this case, an empty string.
900
+ */
901
+ protected function get_default_primary_column_name() {
902
+ $columns = $this->get_columns();
903
+ $column = '';
904
+
905
+ if ( empty( $columns ) ) {
906
+ return $column;
907
+ }
908
+
909
+ // We need a primary defined so responsive views show something,
910
+ // so let's fall back to the first non-checkbox column.
911
+ foreach ( $columns as $col => $column_name ) {
912
+ if ( 'cb' === $col ) {
913
+ continue;
914
+ }
915
+
916
+ $column = $col;
917
+ break;
918
+ }
919
+
920
+ return $column;
921
+ }
922
+
923
+ /**
924
+ * Public wrapper for WPBackitup_WP_List_Table::get_default_primary_column_name().
925
+ *
926
+ * @since 4.4.0
927
+ * @access public
928
+ *
929
+ * @return string Name of the default primary column.
930
+ */
931
+ public function get_primary_column() {
932
+ return $this->get_primary_column_name();
933
+ }
934
+
935
+ /**
936
+ * Gets the name of the primary column.
937
+ *
938
+ * @since 4.3.0
939
+ * @access protected
940
+ *
941
+ * @return string The name of the primary column.
942
+ */
943
+ protected function get_primary_column_name() {
944
+ $columns = get_column_headers( $this->screen );
945
+ $default = $this->get_default_primary_column_name();
946
+
947
+ // If the primary column doesn't exist fall back to the
948
+ // first non-checkbox column.
949
+ if ( ! isset( $columns[ $default ] ) ) {
950
+ $default = WPBackitup_WP_List_Table::get_default_primary_column_name();
951
+ }
952
+
953
+ /**
954
+ * Filters the name of the primary column for the current list table.
955
+ *
956
+ * @since 4.3.0
957
+ *
958
+ * @param string $default Column name default for the specific list table, e.g. 'name'.
959
+ * @param string $context Screen ID for specific list table, e.g. 'plugins'.
960
+ */
961
+ $column = apply_filters( 'list_table_primary_column', $default, $this->screen->id );
962
+
963
+ if ( empty( $column ) || ! isset( $columns[ $column ] ) ) {
964
+ $column = $default;
965
+ }
966
+
967
+ return $column;
968
+ }
969
+
970
+ /**
971
+ * Get a list of all, hidden and sortable columns, with filter applied
972
+ *
973
+ * @since 3.1.0
974
+ * @access protected
975
+ *
976
+ * @return array
977
+ */
978
+ protected function get_column_info() {
979
+ // $_column_headers is already set / cached
980
+ if ( isset( $this->_column_headers ) && is_array( $this->_column_headers ) ) {
981
+ // Back-compat for list tables that have been manually setting $_column_headers for horse reasons.
982
+ // In 4.3, we added a fourth argument for primary column.
983
+ $column_headers = array( array(), array(), array(), $this->get_primary_column_name() );
984
+ foreach ( $this->_column_headers as $key => $value ) {
985
+ $column_headers[ $key ] = $value;
986
+ }
987
+
988
+ return $column_headers;
989
+ }
990
+
991
+ $columns = get_column_headers( $this->screen );
992
+ $hidden = get_hidden_columns( $this->screen );
993
+
994
+ $sortable_columns = $this->get_sortable_columns();
995
+ /**
996
+ * Filters the list table sortable columns for a specific screen.
997
+ *
998
+ * The dynamic portion of the hook name, `$this->screen->id`, refers
999
+ * to the ID of the current screen, usually a string.
1000
+ *
1001
+ * @since 3.5.0
1002
+ *
1003
+ * @param array $sortable_columns An array of sortable columns.
1004
+ */
1005
+ $_sortable = apply_filters( "manage_{$this->screen->id}_sortable_columns", $sortable_columns );
1006
+
1007
+ $sortable = array();
1008
+ foreach ( $_sortable as $id => $data ) {
1009
+ if ( empty( $data ) )
1010
+ continue;
1011
+
1012
+ $data = (array) $data;
1013
+ if ( !isset( $data[1] ) )
1014
+ $data[1] = false;
1015
+
1016
+ $sortable[$id] = $data;
1017
+ }
1018
+
1019
+ $primary = $this->get_primary_column_name();
1020
+ $this->_column_headers = array( $columns, $hidden, $sortable, $primary );
1021
+
1022
+ return $this->_column_headers;
1023
+ }
1024
+
1025
+ /**
1026
+ * Return number of visible columns
1027
+ *
1028
+ * @since 3.1.0
1029
+ * @access public
1030
+ *
1031
+ * @return int
1032
+ */
1033
+ public function get_column_count() {
1034
+ list ( $columns, $hidden ) = $this->get_column_info();
1035
+ $hidden = array_intersect( array_keys( $columns ), array_filter( $hidden ) );
1036
+ return count( $columns ) - count( $hidden );
1037
+ }
1038
+
1039
+ /**
1040
+ * Print column headers, accounting for hidden and sortable columns.
1041
+ *
1042
+ * @since 3.1.0
1043
+ * @access public
1044
+ *
1045
+ * @staticvar int $cb_counter
1046
+ *
1047
+ * @param bool $with_id Whether to set the id attribute or not
1048
+ */
1049
+ public function print_column_headers( $with_id = true ) {
1050
+ list( $columns, $hidden, $sortable, $primary ) = $this->get_column_info();
1051
+
1052
+ $current_url = set_url_scheme( 'http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] );
1053
+ $current_url = remove_query_arg( 'paged', $current_url );
1054
+
1055
+ if ( isset( $_GET['orderby'] ) ) {
1056
+ $current_orderby = $_GET['orderby'];
1057
+ } else {
1058
+ $current_orderby = '';
1059
+ }
1060
+
1061
+ if ( isset( $_GET['order'] ) && 'desc' === $_GET['order'] ) {
1062
+ $current_order = 'desc';
1063
+ } else {
1064
+ $current_order = 'asc';
1065
+ }
1066
+
1067
+ if ( ! empty( $columns['cb'] ) ) {
1068
+ static $cb_counter = 1;
1069
+ $columns['cb'] = '<label class="screen-reader-text" for="cb-select-all-' . $cb_counter . '">' . __( 'Select All' ) . '</label>'
1070
+ . '<input id="cb-select-all-' . $cb_counter . '" type="checkbox" />';
1071
+ $cb_counter++;
1072
+ }
1073
+
1074
+ foreach ( $columns as $column_key => $column_display_name ) {
1075
+ $class = array( 'manage-column', "column-$column_key" );
1076
+
1077
+ if ( in_array( $column_key, $hidden ) ) {
1078
+ $class[] = 'hidden';
1079
+ }
1080
+
1081
+ if ( 'cb' === $column_key )
1082
+ $class[] = 'check-column';
1083
+ elseif ( in_array( $column_key, array( 'posts', 'comments', 'links' ) ) )
1084
+ $class[] = 'num';
1085
+
1086
+ if ( $column_key === $primary ) {
1087
+ $class[] = 'column-primary';
1088
+ }
1089
+
1090
+ if ( isset( $sortable[$column_key] ) ) {
1091
+ list( $orderby, $desc_first ) = $sortable[$column_key];
1092
+
1093
+ if ( $current_orderby === $orderby ) {
1094
+ $order = 'asc' === $current_order ? 'desc' : 'asc';
1095
+ $class[] = 'sorted';
1096
+ $class[] = $current_order;
1097
+ } else {
1098
+ $order = $desc_first ? 'desc' : 'asc';
1099
+ $class[] = 'sortable';
1100
+ $class[] = $desc_first ? 'asc' : 'desc';
1101
+ }
1102
+
1103
+ $column_display_name = '<a href="' . esc_url( add_query_arg( compact( 'orderby', 'order' ), $current_url ) ) . '"><span>' . $column_display_name . '</span><span class="sorting-indicator"></span></a>';
1104
+ }
1105
+
1106
+ $tag = ( 'cb' === $column_key ) ? 'td' : 'th';
1107
+ $scope = ( 'th' === $tag ) ? 'scope="col"' : '';
1108
+ $id = $with_id ? "id='$column_key'" : '';
1109
+
1110
+ if ( !empty( $class ) )
1111
+ $class = "class='" . join( ' ', $class ) . "'";
1112
+
1113
+ echo "<$tag $scope $id $class>$column_display_name</$tag>";
1114
+ }
1115
+ }
1116
+
1117
+ /**
1118
+ * Display the table
1119
+ *
1120
+ * @since 3.1.0
1121
+ * @access public
1122
+ */
1123
+ public function display() {
1124
+ $singular = $this->_args['singular'];
1125
+
1126
+ $this->display_tablenav( 'top' );
1127
+
1128
+ $this->screen->render_screen_reader_content( 'heading_list' );
1129
+ ?>
1130
+ <table class="wp-list-table <?php echo implode( ' ', $this->get_table_classes() ); ?>">
1131
+ <thead>
1132
+ <tr>
1133
+ <?php $this->print_column_headers(); ?>
1134
+ </tr>
1135
+ </thead>
1136
+
1137
+ <tbody id="the-list"<?php
1138
+ if ( $singular ) {
1139
+ echo " data-wp-lists='list:$singular'";
1140
+ } ?>>
1141
+ <?php $this->display_rows_or_placeholder(); ?>
1142
+ </tbody>
1143
+
1144
+ <tfoot>
1145
+ <tr>
1146
+ <?php $this->print_column_headers( false ); ?>
1147
+ </tr>
1148
+ </tfoot>
1149
+
1150
+ </table>
1151
+ <?php
1152
+ $this->display_tablenav( 'bottom' );
1153
+ }
1154
+
1155
+ /**
1156
+ * Get a list of CSS classes for the WPBackitup_WP_List_Table table tag.
1157
+ *
1158
+ * @since 3.1.0
1159
+ * @access protected
1160
+ *
1161
+ * @return array List of CSS classes for the table tag.
1162
+ */
1163
+ protected function get_table_classes() {
1164
+ return array( 'widefat', 'fixed', 'striped', $this->_args['plural'] );
1165
+ }
1166
+
1167
+ /**
1168
+ * Generate the table navigation above or below the table
1169
+ *
1170
+ * @since 3.1.0
1171
+ * @access protected
1172
+ * @param string $which
1173
+ */
1174
+ protected function display_tablenav( $which ) {
1175
+ if ( 'top' === $which ) {
1176
+ wp_nonce_field( 'bulk-' . $this->_args['plural'] );
1177
+ }
1178
+ ?>
1179
+ <div class="tablenav <?php echo esc_attr( $which ); ?>">
1180
+
1181
+ <?php if ( $this->has_items() ): ?>
1182
+ <div class="alignleft actions bulkactions">
1183
+ <?php $this->bulk_actions( $which ); ?>
1184
+ </div>
1185
+ <?php endif;
1186
+ $this->extra_tablenav( $which );
1187
+ $this->pagination( $which );
1188
+ ?>
1189
+
1190
+ <br class="clear" />
1191
+ </div>
1192
+ <?php
1193
+ }
1194
+
1195
+ /**
1196
+ * Extra controls to be displayed between bulk actions and pagination
1197
+ *
1198
+ * @since 3.1.0
1199
+ * @access protected
1200
+ *
1201
+ * @param string $which
1202
+ */
1203
+ protected function extra_tablenav( $which ) {}
1204
+
1205
+ /**
1206
+ * Generate the tbody element for the list table.
1207
+ *
1208
+ * @since 3.1.0
1209
+ * @access public
1210
+ */
1211
+ public function display_rows_or_placeholder() {
1212
+ if ( $this->has_items() ) {
1213
+ $this->display_rows();
1214
+ } else {
1215
+ echo '<tr class="no-items"><td class="colspanchange" colspan="' . $this->get_column_count() . '">';
1216
+ $this->no_items();
1217
+ echo '</td></tr>';
1218
+ }
1219
+ }
1220
+
1221
+ /**
1222
+ * Generate the table rows
1223
+ *
1224
+ * @since 3.1.0
1225
+ * @access public
1226
+ */
1227
+ public function display_rows() {
1228
+ foreach ( $this->items as $item )
1229
+ $this->single_row( $item );
1230
+ }
1231
+
1232
+ /**
1233
+ * Generates content for a single row of the table
1234
+ *
1235
+ * @since 3.1.0
1236
+ * @access public
1237
+ *
1238
+ * @param object $item The current item
1239
+ */
1240
+ public function single_row( $item ) {
1241
+ echo '<tr>';
1242
+ $this->single_row_columns( $item );
1243
+ echo '</tr>';
1244
+ }
1245
+
1246
+ /**
1247
+ *
1248
+ * @param object $item
1249
+ * @param string $column_name
1250
+ */
1251
+ protected function column_default( $item, $column_name ) {}
1252
+
1253
+ /**
1254
+ *
1255
+ * @param object $item
1256
+ */
1257
+ protected function column_cb( $item ) {}
1258
+
1259
+ /**
1260
+ * Generates the columns for a single row of the table
1261
+ *
1262
+ * @since 3.1.0
1263
+ * @access protected
1264
+ *
1265
+ * @param object $item The current item
1266
+ */
1267
+ protected function single_row_columns( $item ) {
1268
+ list( $columns, $hidden, $sortable, $primary ) = $this->get_column_info();
1269
+
1270
+ foreach ( $columns as $column_name => $column_display_name ) {
1271
+ $classes = "$column_name column-$column_name";
1272
+ if ( $primary === $column_name ) {
1273
+ $classes .= ' has-row-actions column-primary';
1274
+ }
1275
+
1276
+ if ( in_array( $column_name, $hidden ) ) {
1277
+ $classes .= ' hidden';
1278
+ }
1279
+
1280
+ // Comments column uses HTML in the display name with screen reader text.
1281
+ // Instead of using esc_attr(), we strip tags to get closer to a user-friendly string.
1282
+ $data = 'data-colname="' . wp_strip_all_tags( $column_display_name ) . '"';
1283
+
1284
+ $attributes = "class='$classes' $data";
1285
+
1286
+ if ( 'cb' === $column_name ) {
1287
+ echo '<th scope="row" class="check-column">';
1288
+ echo $this->column_cb( $item );
1289
+ echo '</th>';
1290
+ } elseif ( method_exists( $this, '_column_' . $column_name ) ) {
1291
+ echo call_user_func(
1292
+ array( $this, '_column_' . $column_name ),
1293
+ $item,
1294
+ $classes,
1295
+ $data,
1296
+ $primary
1297
+ );
1298
+ } elseif ( method_exists( $this, 'column_' . $column_name ) ) {
1299
+ echo "<td $attributes>";
1300
+ echo call_user_func( array( $this, 'column_' . $column_name ), $item );
1301
+ echo $this->handle_row_actions( $item, $column_name, $primary );
1302
+ echo "</td>";
1303
+ } else {
1304
+ echo "<td $attributes>";
1305
+ echo $this->column_default( $item, $column_name );
1306
+ echo $this->handle_row_actions( $item, $column_name, $primary );
1307
+ echo "</td>";
1308
+ }
1309
+ }
1310
+ }
1311
+
1312
+ /**
1313
+ * Generates and display row actions links for the list table.
1314
+ *
1315
+ * @since 4.3.0
1316
+ * @access protected
1317
+ *
1318
+ * @param object $item The item being acted upon.
1319
+ * @param string $column_name Current column name.
1320
+ * @param string $primary Primary column name.
1321
+ * @return string The row actions HTML, or an empty string if the current column is the primary column.
1322
+ */
1323
+ protected function handle_row_actions( $item, $column_name, $primary ) {
1324
+ return $column_name === $primary ? '<button type="button" class="toggle-row"><span class="screen-reader-text">' . __( 'Show more details' ) . '</span></button>' : '';
1325
+ }
1326
+
1327
+ /**
1328
+ * Handle an incoming ajax request (called from admin-ajax.php)
1329
+ *
1330
+ * @since 3.1.0
1331
+ * @access public
1332
+ */
1333
+ public function ajax_response() {
1334
+ $this->prepare_items();
1335
+
1336
+ ob_start();
1337
+ if ( ! empty( $_REQUEST['no_placeholder'] ) ) {
1338
+ $this->display_rows();
1339
+ } else {
1340
+ $this->display_rows_or_placeholder();
1341
+ }
1342
+
1343
+ $rows = ob_get_clean();
1344
+
1345
+ $response = array( 'rows' => $rows );
1346
+
1347
+ if ( isset( $this->_pagination_args['total_items'] ) ) {
1348
+ $response['total_items_i18n'] = sprintf(
1349
+ _n( '%s item', '%s items', $this->_pagination_args['total_items'] ),
1350
+ number_format_i18n( $this->_pagination_args['total_items'] )
1351
+ );
1352
+ }
1353
+ if ( isset( $this->_pagination_args['total_pages'] ) ) {
1354
+ $response['total_pages'] = $this->_pagination_args['total_pages'];
1355
+ $response['total_pages_i18n'] = number_format_i18n( $this->_pagination_args['total_pages'] );
1356
+ }
1357
+
1358
+ die( wp_json_encode( $response ) );
1359
+ }
1360
+
1361
+ /**
1362
+ * Send required variables to JavaScript land
1363
+ *
1364
+ * @access public
1365
+ */
1366
+ public function _js_vars() {
1367
+ $args = array(
1368
+ 'class' => get_class( $this ),
1369
+ 'screen' => array(
1370
+ 'id' => $this->screen->id,
1371
+ 'base' => $this->screen->base,
1372
+ )
1373
+ );
1374
+
1375
+ printf( "<script type='text/javascript'>list_args = %s;</script>\n", wp_json_encode( $args ) );
1376
+ }
1377
+
1378
+ /**
1379
+ * Output an unordered list of checkbox input elements labeled with category names.
1380
+ *
1381
+ * @since 2.5.1
1382
+ *
1383
+ * @see wp_terms_checklist()
1384
+ *
1385
+ * @param int $post_id Optional. Post to generate a categories checklist for. Default 0.
1386
+ * $selected_cats must not be an array. Default 0.
1387
+ * @param int $descendants_and_self Optional. ID of the category to output along with its descendants.
1388
+ * Default 0.
1389
+ * @param array $selected_cats Optional. List of categories to mark as checked. Default false.
1390
+ * @param array $popular_cats Optional. List of categories to receive the "popular-category" class.
1391
+ * Default false.
1392
+ * @param object $walker Optional. Walker object to use to build the output.
1393
+ * Default is a Walker_Category_Checklist instance.
1394
+ * @param bool $checked_ontop Optional. Whether to move checked items out of the hierarchy and to
1395
+ * the top of the list. Default true.
1396
+ */
1397
+ function wp_category_checklist( $post_id = 0, $descendants_and_self = 0, $selected_cats = false, $popular_cats = false, $walker = null, $checked_ontop = true ) {
1398
+ wp_terms_checklist( $post_id, array(
1399
+ 'taxonomy' => 'category',
1400
+ 'descendants_and_self' => $descendants_and_self,
1401
+ 'selected_cats' => $selected_cats,
1402
+ 'popular_cats' => $popular_cats,
1403
+ 'walker' => $walker,
1404
+ 'checked_ontop' => $checked_ontop
1405
+ ) );
1406
+ }
1407
+
1408
+ /**
1409
+ * Output an unordered list of checkbox input elements labelled with term names.
1410
+ *
1411
+ * Taxonomy-independent version of wp_category_checklist().
1412
+ *
1413
+ * @since 3.0.0
1414
+ * @since 4.4.0 Introduced the `$echo` argument.
1415
+ *
1416
+ * @param int $post_id Optional. Post ID. Default 0.
1417
+ * @param array|string $args {
1418
+ * Optional. Array or string of arguments for generating a terms checklist. Default empty array.
1419
+ *
1420
+ * @type int $descendants_and_self ID of the category to output along with its descendants.
1421
+ * Default 0.
1422
+ * @type array $selected_cats List of categories to mark as checked. Default false.
1423
+ * @type array $popular_cats List of categories to receive the "popular-category" class.
1424
+ * Default false.
1425
+ * @type object $walker Walker object to use to build the output.
1426
+ * Default is a Walker_Category_Checklist instance.
1427
+ * @type string $taxonomy Taxonomy to generate the checklist for. Default 'category'.
1428
+ * @type bool $checked_ontop Whether to move checked items out of the hierarchy and to
1429
+ * the top of the list. Default true.
1430
+ * @type bool $echo Whether to echo the generated markup. False to return the markup instead
1431
+ * of echoing it. Default true.
1432
+ * }
1433
+ */
1434
+ function wp_terms_checklist( $post_id = 0, $args = array() ) {
1435
+ $defaults = array(
1436
+ 'descendants_and_self' => 0,
1437
+ 'selected_cats' => false,
1438
+ 'popular_cats' => false,
1439
+ 'walker' => null,
1440
+ 'taxonomy' => 'category',
1441
+ 'checked_ontop' => true,
1442
+ 'echo' => true,
1443
+ );
1444
+
1445
+ /**
1446
+ * Filters the taxonomy terms checklist arguments.
1447
+ *
1448
+ * @since 3.4.0
1449
+ *
1450
+ * @see wp_terms_checklist()
1451
+ *
1452
+ * @param array $args An array of arguments.
1453
+ * @param int $post_id The post ID.
1454
+ */
1455
+ $params = apply_filters( 'wp_terms_checklist_args', $args, $post_id );
1456
+
1457
+ $r = wp_parse_args( $params, $defaults );
1458
+
1459
+ if ( empty( $r['walker'] ) || ! ( $r['walker'] instanceof Walker ) ) {
1460
+ $walker = new Walker_Category_Checklist;
1461
+ } else {
1462
+ $walker = $r['walker'];
1463
+ }
1464
+
1465
+ $taxonomy = $r['taxonomy'];
1466
+ $descendants_and_self = (int) $r['descendants_and_self'];
1467
+
1468
+ $args = array( 'taxonomy' => $taxonomy );
1469
+
1470
+ $tax = get_taxonomy( $taxonomy );
1471
+ $args['disabled'] = ! current_user_can( $tax->cap->assign_terms );
1472
+
1473
+ $args['list_only'] = ! empty( $r['list_only'] );
1474
+
1475
+ if ( is_array( $r['selected_cats'] ) ) {
1476
+ $args['selected_cats'] = $r['selected_cats'];
1477
+ } elseif ( $post_id ) {
1478
+ $args['selected_cats'] = wp_get_object_terms( $post_id, $taxonomy, array_merge( $args, array( 'fields' => 'ids' ) ) );
1479
+ } else {
1480
+ $args['selected_cats'] = array();
1481
+ }
1482
+ if ( is_array( $r['popular_cats'] ) ) {
1483
+ $args['popular_cats'] = $r['popular_cats'];
1484
+ } else {
1485
+ $args['popular_cats'] = get_terms( $taxonomy, array(
1486
+ 'fields' => 'ids',
1487
+ 'orderby' => 'count',
1488
+ 'order' => 'DESC',
1489
+ 'number' => 10,
1490
+ 'hierarchical' => false
1491
+ ) );
1492
+ }
1493
+ if ( $descendants_and_self ) {
1494
+ $categories = (array) get_terms( $taxonomy, array(
1495
+ 'child_of' => $descendants_and_self,
1496
+ 'hierarchical' => 0,
1497
+ 'hide_empty' => 0
1498
+ ) );
1499
+ $self = get_term( $descendants_and_self, $taxonomy );
1500
+ array_unshift( $categories, $self );
1501
+ } else {
1502
+ $categories = (array) get_terms( $taxonomy, array( 'get' => 'all' ) );
1503
+ }
1504
+
1505
+ $output = '';
1506
+
1507
+ if ( $r['checked_ontop'] ) {
1508
+ // Post process $categories rather than adding an exclude to the get_terms() query to keep the query the same across all posts (for any query cache)
1509
+ $checked_categories = array();
1510
+ $keys = array_keys( $categories );
1511
+
1512
+ foreach ( $keys as $k ) {
1513
+ if ( in_array( $categories[$k]->term_id, $args['selected_cats'] ) ) {
1514
+ $checked_categories[] = $categories[$k];
1515
+ unset( $categories[$k] );
1516
+ }
1517
+ }
1518
+
1519
+ // Put checked cats on top
1520
+ $output .= call_user_func_array( array( $walker, 'walk' ), array( $checked_categories, 0, $args ) );
1521
+ }
1522
+ // Then the rest of them
1523
+ $output .= call_user_func_array( array( $walker, 'walk' ), array( $categories, 0, $args ) );
1524
+
1525
+ if ( $r['echo'] ) {
1526
+ echo $output;
1527
+ }
1528
+
1529
+ return $output;
1530
+ }
1531
+
1532
+ /**
1533
+ * Retrieve a list of the most popular terms from the specified taxonomy.
1534
+ *
1535
+ * If the $echo argument is true then the elements for a list of checkbox
1536
+ * `<input>` elements labelled with the names of the selected terms is output.
1537
+ * If the $post_ID global isn't empty then the terms associated with that
1538
+ * post will be marked as checked.
1539
+ *
1540
+ * @since 2.5.0
1541
+ *
1542
+ * @param string $taxonomy Taxonomy to retrieve terms from.
1543
+ * @param int $default Not used.
1544
+ * @param int $number Number of terms to retrieve. Defaults to 10.
1545
+ * @param bool $echo Optionally output the list as well. Defaults to true.
1546
+ * @return array List of popular term IDs.
1547
+ */
1548
+ function wp_popular_terms_checklist( $taxonomy, $default = 0, $number = 10, $echo = true ) {
1549
+ $post = get_post();
1550
+
1551
+ if ( $post && $post->ID )
1552
+ $checked_terms = wp_get_object_terms($post->ID, $taxonomy, array('fields'=>'ids'));
1553
+ else
1554
+ $checked_terms = array();
1555
+
1556
+ $terms = get_terms( $taxonomy, array( 'orderby' => 'count', 'order' => 'DESC', 'number' => $number, 'hierarchical' => false ) );
1557
+
1558
+ $tax = get_taxonomy($taxonomy);
1559
+
1560
+ $popular_ids = array();
1561
+ foreach ( (array) $terms as $term ) {
1562
+ $popular_ids[] = $term->term_id;
1563
+ if ( !$echo ) // Hack for Ajax use.
1564
+ continue;
1565
+ $id = "popular-$taxonomy-$term->term_id";
1566
+ $checked = in_array( $term->term_id, $checked_terms ) ? 'checked="checked"' : '';
1567
+ ?>
1568
+
1569
+ <li id="<?php echo $id; ?>" class="popular-category">
1570
+ <label class="selectit">
1571
+ <input id="in-<?php echo $id; ?>" type="checkbox" <?php echo $checked; ?> value="<?php echo (int) $term->term_id; ?>" <?php disabled( ! current_user_can( $tax->cap->assign_terms ) ); ?> />
1572
+ <?php
1573
+ /** This filter is documented in wp-includes/category-template.php */
1574
+ echo esc_html( apply_filters( 'the_category', $term->name ) );
1575
+ ?>
1576
+ </label>
1577
+ </li>
1578
+
1579
+ <?php
1580
+ }
1581
+ return $popular_ids;
1582
+ }
1583
+
1584
+ /**
1585
+ * Outputs a link category checklist element.
1586
+ *
1587
+ * @since 2.5.1
1588
+ *
1589
+ * @param int $link_id
1590
+ */
1591
+ function wp_link_category_checklist( $link_id = 0 ) {
1592
+ $default = 1;
1593
+
1594
+ $checked_categories = array();
1595
+
1596
+ if ( $link_id ) {
1597
+ $checked_categories = wp_get_link_cats( $link_id );
1598
+ // No selected categories, strange
1599
+ if ( ! count( $checked_categories ) ) {
1600
+ $checked_categories[] = $default;
1601
+ }
1602
+ } else {
1603
+ $checked_categories[] = $default;
1604
+ }
1605
+
1606
+ $categories = get_terms( 'link_category', array( 'orderby' => 'name', 'hide_empty' => 0 ) );
1607
+
1608
+ if ( empty( $categories ) )
1609
+ return;
1610
+
1611
+ foreach ( $categories as $category ) {
1612
+ $cat_id = $category->term_id;
1613
+
1614
+ /** This filter is documented in wp-includes/category-template.php */
1615
+ $name = esc_html( apply_filters( 'the_category', $category->name ) );
1616
+ $checked = in_array( $cat_id, $checked_categories ) ? ' checked="checked"' : '';
1617
+ echo '<li id="link-category-', $cat_id, '"><label for="in-link-category-', $cat_id, '" class="selectit"><input value="', $cat_id, '" type="checkbox" name="link_category[]" id="in-link-category-', $cat_id, '"', $checked, '/> ', $name, "</label></li>";
1618
+ }
1619
+ }
1620
+
1621
+ /**
1622
+ * Adds hidden fields with the data for use in the inline editor for posts and pages.
1623
+ *
1624
+ * @since 2.7.0
1625
+ *
1626
+ * @param WP_Post $post Post object.
1627
+ */
1628
+ function get_inline_data($post) {
1629
+ $post_type_object = get_post_type_object($post->post_type);
1630
+ if ( ! current_user_can( 'edit_post', $post->ID ) )
1631
+ return;
1632
+
1633
+ $title = esc_textarea( trim( $post->post_title ) );
1634
+
1635
+ /** This filter is documented in wp-admin/edit-tag-form.php */
1636
+ echo '
1637
+ <div class="hidden" id="inline_' . $post->ID . '">
1638
+ <div class="post_title">' . $title . '</div>' .
1639
+ /** This filter is documented in wp-admin/edit-tag-form.php */
1640
+ '<div class="post_name">' . apply_filters( 'editable_slug', $post->post_name, $post ) . '</div>
1641
+ <div class="post_author">' . $post->post_author . '</div>
1642
+ <div class="comment_status">' . esc_html( $post->comment_status ) . '</div>
1643
+ <div class="ping_status">' . esc_html( $post->ping_status ) . '</div>
1644
+ <div class="_status">' . esc_html( $post->post_status ) . '</div>
1645
+ <div class="jj">' . mysql2date( 'd', $post->post_date, false ) . '</div>
1646
+ <div class="mm">' . mysql2date( 'm', $post->post_date, false ) . '</div>
1647
+ <div class="aa">' . mysql2date( 'Y', $post->post_date, false ) . '</div>
1648
+ <div class="hh">' . mysql2date( 'H', $post->post_date, false ) . '</div>
1649
+ <div class="mn">' . mysql2date( 'i', $post->post_date, false ) . '</div>
1650
+ <div class="ss">' . mysql2date( 's', $post->post_date, false ) . '</div>
1651
+ <div class="post_password">' . esc_html( $post->post_password ) . '</div>';
1652
+
1653
+ if ( $post_type_object->hierarchical ) {
1654
+ echo '<div class="post_parent">' . $post->post_parent . '</div>';
1655
+ }
1656
+
1657
+ echo '<div class="page_template">' . ( $post->page_template ? esc_html( $post->page_template ) : 'default' ) . '</div>';
1658
+
1659
+ if ( post_type_supports( $post->post_type, 'page-attributes' ) ) {
1660
+ echo '<div class="menu_order">' . $post->menu_order . '</div>';
1661
+ }
1662
+
1663
+ $taxonomy_names = get_object_taxonomies( $post->post_type );
1664
+ foreach ( $taxonomy_names as $taxonomy_name) {
1665
+ $taxonomy = get_taxonomy( $taxonomy_name );
1666
+
1667
+ if ( $taxonomy->hierarchical && $taxonomy->show_ui ) {
1668
+
1669
+ $terms = get_object_term_cache( $post->ID, $taxonomy_name );
1670
+ if ( false === $terms ) {
1671
+ $terms = wp_get_object_terms( $post->ID, $taxonomy_name );
1672
+ wp_cache_add( $post->ID, wp_list_pluck( $terms, 'term_id' ), $taxonomy_name . '_relationships' );
1673
+ }
1674
+ $term_ids = empty( $terms ) ? array() : wp_list_pluck( $terms, 'term_id' );
1675
+
1676
+ echo '<div class="post_category" id="' . $taxonomy_name . '_' . $post->ID . '">' . implode( ',', $term_ids ) . '</div>';
1677
+
1678
+ } elseif ( $taxonomy->show_ui ) {
1679
+
1680
+ $terms_to_edit = get_terms_to_edit( $post->ID, $taxonomy_name );
1681
+ if ( ! is_string( $terms_to_edit ) ) {
1682
+ $terms_to_edit = '';
1683
+ }
1684
+
1685
+ echo '<div class="tags_input" id="'.$taxonomy_name.'_'.$post->ID.'">'
1686
+ . esc_html( str_replace( ',', ', ', $terms_to_edit ) ) . '</div>';
1687
+
1688
+ }
1689
+ }
1690
+
1691
+ if ( !$post_type_object->hierarchical )
1692
+ echo '<div class="sticky">' . (is_sticky($post->ID) ? 'sticky' : '') . '</div>';
1693
+
1694
+ if ( post_type_supports( $post->post_type, 'post-formats' ) )
1695
+ echo '<div class="post_format">' . esc_html( get_post_format( $post->ID ) ) . '</div>';
1696
+
1697
+ echo '</div>';
1698
+ }
1699
+
1700
+ /**
1701
+ * Outputs the in-line comment reply-to form in the Comments list table.
1702
+ *
1703
+ * @since 2.7.0
1704
+ *
1705
+ * @global WP_List_Table $wp_list_table
1706
+ *
1707
+ * @param int $position
1708
+ * @param bool $checkbox
1709
+ * @param string $mode
1710
+ * @param bool $table_row
1711
+ */
1712
+ function wp_comment_reply( $position = 1, $checkbox = false, $mode = 'single', $table_row = true ) {
1713
+ global $wp_list_table;
1714
+ /**
1715
+ * Filters the in-line comment reply-to form output in the Comments
1716
+ * list table.
1717
+ *
1718
+ * Returning a non-empty value here will short-circuit display
1719
+ * of the in-line comment-reply form in the Comments list table,
1720
+ * echoing the returned value instead.
1721
+ *
1722
+ * @since 2.7.0
1723
+ *
1724
+ * @see wp_comment_reply()
1725
+ *
1726
+ * @param string $content The reply-to form content.
1727
+ * @param array $args An array of default args.
1728
+ */
1729
+ $content = apply_filters( 'wp_comment_reply', '', array( 'position' => $position, 'checkbox' => $checkbox, 'mode' => $mode ) );
1730
+
1731
+ if ( ! empty($content) ) {
1732
+ echo $content;
1733
+ return;
1734
+ }
1735
+
1736
+ if ( ! $wp_list_table ) {
1737
+ if ( $mode == 'single' ) {
1738
+ $wp_list_table = _get_list_table('WP_Post_Comments_List_Table');
1739
+ } else {
1740
+ $wp_list_table = _get_list_table('WP_Comments_List_Table');
1741
+ }
1742
+ }
1743
+
1744
+ ?>
1745
+ <form method="get">
1746
+ <?php if ( $table_row ) : ?>
1747
+ <table style="display:none;"><tbody id="com-reply"><tr id="replyrow" class="inline-edit-row" style="display:none;"><td colspan="<?php echo $wp_list_table->get_column_count(); ?>" class="colspanchange">
1748
+ <?php else : ?>
1749
+ <div id="com-reply" style="display:none;"><div id="replyrow" style="display:none;">
1750
+ <?php endif; ?>
1751
+ <fieldset class="comment-reply">
1752
+ <legend>
1753
+ <span class="hidden" id="editlegend"><?php _e( 'Edit Comment' ); ?></span>
1754
+ <span class="hidden" id="replyhead"><?php _e( 'Reply to Comment' ); ?></span>
1755
+ <span class="hidden" id="addhead"><?php _e( 'Add new Comment' ); ?></span>
1756
+ </legend>
1757
+
1758
+ <div id="replycontainer">
1759
+ <label for="replycontent" class="screen-reader-text"><?php _e( 'Comment' ); ?></label>
1760
+ <?php
1761
+ $quicktags_settings = array( 'buttons' => 'strong,em,link,block,del,ins,img,ul,ol,li,code,close' );
1762
+ wp_editor( '', 'replycontent', array( 'media_buttons' => false, 'tinymce' => false, 'quicktags' => $quicktags_settings ) );
1763
+ ?>
1764
+ </div>
1765
+
1766
+ <div id="edithead" style="display:none;">
1767
+ <div class="inside">
1768
+ <label for="author-name"><?php _e( 'Name' ) ?></label>
1769
+ <input type="text" name="newcomment_author" size="50" value="" id="author-name" />
1770
+ </div>
1771
+
1772
+ <div class="inside">
1773
+ <label for="author-email"><?php _e('Email') ?></label>
1774
+ <input type="text" name="newcomment_author_email" size="50" value="" id="author-email" />
1775
+ </div>
1776
+
1777
+ <div class="inside">
1778
+ <label for="author-url"><?php _e('URL') ?></label>
1779
+ <input type="text" id="author-url" name="newcomment_author_url" class="code" size="103" value="" />
1780
+ </div>
1781
+ </div>
1782
+
1783
+ <p id="replysubmit" class="submit">
1784
+ <a href="#comments-form" class="save button button-primary alignright">
1785
+ <span id="addbtn" style="display:none;"><?php _e('Add Comment'); ?></span>
1786
+ <span id="savebtn" style="display:none;"><?php _e('Update Comment'); ?></span>
1787
+ <span id="replybtn" style="display:none;"><?php _e('Submit Reply'); ?></span></a>
1788
+ <a href="#comments-form" class="cancel button alignleft"><?php _e('Cancel'); ?></a>
1789
+ <span class="waiting spinner"></span>
1790
+ <span class="error" style="display:none;"></span>
1791
+ </p>
1792
+
1793
+ <input type="hidden" name="action" id="action" value="" />
1794
+ <input type="hidden" name="comment_ID" id="comment_ID" value="" />
1795
+ <input type="hidden" name="comment_post_ID" id="comment_post_ID" value="" />
1796
+ <input type="hidden" name="status" id="status" value="" />
1797
+ <input type="hidden" name="position" id="position" value="<?php echo $position; ?>" />
1798
+ <input type="hidden" name="checkbox" id="checkbox" value="<?php echo $checkbox ? 1 : 0; ?>" />
1799
+ <input type="hidden" name="mode" id="mode" value="<?php echo esc_attr($mode); ?>" />
1800
+ <?php
1801
+ wp_nonce_field( 'replyto-comment', '_ajax_nonce-replyto-comment', false );
1802
+ if ( current_user_can( 'unfiltered_html' ) )
1803
+ wp_nonce_field( 'unfiltered-html-comment', '_wp_unfiltered_html_comment', false );
1804
+ ?>
1805
+ </fieldset>
1806
+ <?php if ( $table_row ) : ?>
1807
+ </td></tr></tbody></table>
1808
+ <?php else : ?>
1809
+ </div></div>
1810
+ <?php endif; ?>
1811
+ </form>
1812
+ <?php
1813
+ }
1814
+
1815
+ /**
1816
+ * Output 'undo move to trash' text for comments
1817
+ *
1818
+ * @since 2.9.0
1819
+ */
1820
+ function wp_comment_trashnotice() {
1821
+ ?>
1822
+ <div class="hidden" id="trash-undo-holder">
1823
+ <div class="trash-undo-inside"><?php printf(__('Comment by %s moved to the trash.'), '<strong></strong>'); ?> <span class="undo untrash"><a href="#"><?php _e('Undo'); ?></a></span></div>
1824
+ </div>
1825
+ <div class="hidden" id="spam-undo-holder">
1826
+ <div class="spam-undo-inside"><?php printf(__('Comment by %s marked as spam.'), '<strong></strong>'); ?> <span class="undo unspam"><a href="#"><?php _e('Undo'); ?></a></span></div>
1827
+ </div>
1828
+ <?php
1829
+ }
1830
+
1831
+ /**
1832
+ * Outputs a post's public meta data in the Custom Fields meta box.
1833
+ *
1834
+ * @since 1.2.0
1835
+ *
1836
+ * @param array $meta
1837
+ */
1838
+ function list_meta( $meta ) {
1839
+ // Exit if no meta
1840
+ if ( ! $meta ) {
1841
+ echo '
1842
+ <table id="list-table" style="display: none;">
1843
+ <thead>
1844
+ <tr>
1845
+ <th class="left">' . _x( 'Name', 'meta name' ) . '</th>
1846
+ <th>' . __( 'Value' ) . '</th>
1847
+ </tr>
1848
+ </thead>
1849
+ <tbody id="the-list" data-wp-lists="list:meta">
1850
+ <tr><td></td></tr>
1851
+ </tbody>
1852
+ </table>'; //TBODY needed for list-manipulation JS
1853
+ return;
1854
+ }
1855
+ $count = 0;
1856
+ ?>
1857
+ <table id="list-table">
1858
+ <thead>
1859
+ <tr>
1860
+ <th class="left"><?php _ex( 'Name', 'meta name' ) ?></th>
1861
+ <th><?php _e( 'Value' ) ?></th>
1862
+ </tr>
1863
+ </thead>
1864
+ <tbody id='the-list' data-wp-lists='list:meta'>
1865
+ <?php
1866
+ foreach ( $meta as $entry )
1867
+ echo _list_meta_row( $entry, $count );
1868
+ ?>
1869
+ </tbody>
1870
+ </table>
1871
+ <?php
1872
+ }
1873
+
1874
+ /**
1875
+ * Outputs a single row of public meta data in the Custom Fields meta box.
1876
+ *
1877
+ * @since 2.5.0
1878
+ *
1879
+ * @staticvar string $update_nonce
1880
+ *
1881
+ * @param array $entry
1882
+ * @param int $count
1883
+ * @return string
1884
+ */
1885
+ function _list_meta_row( $entry, &$count ) {
1886
+ static $update_nonce = '';
1887
+
1888
+ if ( is_protected_meta( $entry['meta_key'], 'post' ) )
1889
+ return '';
1890
+
1891
+ if ( ! $update_nonce )
1892
+ $update_nonce = wp_create_nonce( 'add-meta' );
1893
+
1894
+ $r = '';
1895
+ ++ $count;
1896
+
1897
+ if ( is_serialized( $entry['meta_value'] ) ) {
1898
+ if ( is_serialized_string( $entry['meta_value'] ) ) {
1899
+ // This is a serialized string, so we should display it.
1900
+ $entry['meta_value'] = maybe_unserialize( $entry['meta_value'] );
1901
+ } else {
1902
+ // This is a serialized array/object so we should NOT display it.
1903
+ --$count;
1904
+ return '';
1905
+ }
1906
+ }
1907
+
1908
+ $entry['meta_key'] = esc_attr($entry['meta_key']);
1909
+ $entry['meta_value'] = esc_textarea( $entry['meta_value'] ); // using a <textarea />
1910
+ $entry['meta_id'] = (int) $entry['meta_id'];
1911
+
1912
+ $delete_nonce = wp_create_nonce( 'delete-meta_' . $entry['meta_id'] );
1913
+
1914
+ $r .= "\n\t<tr id='meta-{$entry['meta_id']}'>";
1915
+ $r .= "\n\t\t<td class='left'><label class='screen-reader-text' for='meta-{$entry['meta_id']}-key'>" . __( 'Key' ) . "</label><input name='meta[{$entry['meta_id']}][key]' id='meta-{$entry['meta_id']}-key' type='text' size='20' value='{$entry['meta_key']}' />";
1916
+
1917
+ $r .= "\n\t\t<div class='submit'>";
1918
+ $r .= get_submit_button( __( 'Delete' ), 'deletemeta small', "deletemeta[{$entry['meta_id']}]", false, array( 'data-wp-lists' => "delete:the-list:meta-{$entry['meta_id']}::_ajax_nonce=$delete_nonce" ) );
1919
+ $r .= "\n\t\t";
1920
+ $r .= get_submit_button( __( 'Update' ), 'updatemeta small', "meta-{$entry['meta_id']}-submit", false, array( 'data-wp-lists' => "add:the-list:meta-{$entry['meta_id']}::_ajax_nonce-add-meta=$update_nonce" ) );
1921
+ $r .= "</div>";
1922
+ $r .= wp_nonce_field( 'change-meta', '_ajax_nonce', false, false );
1923
+ $r .= "</td>";
1924
+
1925
+ $r .= "\n\t\t<td><label class='screen-reader-text' for='meta-{$entry['meta_id']}-value'>" . __( 'Value' ) . "</label><textarea name='meta[{$entry['meta_id']}][value]' id='meta-{$entry['meta_id']}-value' rows='2' cols='30'>{$entry['meta_value']}</textarea></td>\n\t</tr>";
1926
+ return $r;
1927
+ }
1928
+
1929
+ /**
1930
+ * Prints the form in the Custom Fields meta box.
1931
+ *
1932
+ * @since 1.2.0
1933
+ *
1934
+ * @global wpdb $wpdb WordPress database abstraction object.
1935
+ *
1936
+ * @param WP_Post $post Optional. The post being edited.
1937
+ */
1938
+ function meta_form( $post = null ) {
1939
+ global $wpdb;
1940
+ $post = get_post( $post );
1941
+
1942
+ /**
1943
+ * Filters values for the meta key dropdown in the Custom Fields meta box.
1944
+ *
1945
+ * Returning a non-null value will effectively short-circuit and avoid a
1946
+ * potentially expensive query against postmeta.
1947
+ *
1948
+ * @since 4.4.0
1949
+ *
1950
+ * @param array|null $keys Pre-defined meta keys to be used in place of a postmeta query. Default null.
1951
+ * @param WP_Post $post The current post object.
1952
+ */
1953
+ $keys = apply_filters( 'postmeta_form_keys', null, $post );
1954
+
1955
+ if ( null === $keys ) {
1956
+ /**
1957
+ * Filters the number of custom fields to retrieve for the drop-down
1958
+ * in the Custom Fields meta box.
1959
+ *
1960
+ * @since 2.1.0
1961
+ *
1962
+ * @param int $limit Number of custom fields to retrieve. Default 30.
1963
+ */
1964
+ $limit = apply_filters( 'postmeta_form_limit', 30 );
1965
+ $sql = "SELECT DISTINCT meta_key
1966
+ FROM $wpdb->postmeta
1967
+ WHERE meta_key NOT BETWEEN '_' AND '_z'
1968
+ HAVING meta_key NOT LIKE %s
1969
+ ORDER BY meta_key
1970
+ LIMIT %d";
1971
+ $keys = $wpdb->get_col( $wpdb->prepare( $sql, $wpdb->esc_like( '_' ) . '%', $limit ) );
1972
+ }
1973
+
1974
+ if ( $keys ) {
1975
+ natcasesort( $keys );
1976
+ $meta_key_input_id = 'metakeyselect';
1977
+ } else {
1978
+ $meta_key_input_id = 'metakeyinput';
1979
+ }
1980
+ ?>
1981
+ <p><strong><?php _e( 'Add New Custom Field:' ) ?></strong></p>
1982
+ <table id="newmeta">
1983
+ <thead>
1984
+ <tr>
1985
+ <th class="left"><label for="<?php echo $meta_key_input_id; ?>"><?php _ex( 'Name', 'meta name' ) ?></label></th>
1986
+ <th><label for="metavalue"><?php _e( 'Value' ) ?></label></th>
1987
+ </tr>
1988
+ </thead>
1989
+
1990
+ <tbody>
1991
+ <tr>
1992
+ <td id="newmetaleft" class="left">
1993
+ <?php if ( $keys ) { ?>
1994
+ <select id="metakeyselect" name="metakeyselect">
1995
+ <option value="#NONE#"><?php _e( '&mdash; Select &mdash;' ); ?></option>
1996
+ <?php
1997
+
1998
+ foreach ( $keys as $key ) {
1999
+ if ( is_protected_meta( $key, 'post' ) || ! current_user_can( 'add_post_meta', $post->ID, $key ) )
2000
+ continue;
2001
+ echo "\n<option value='" . esc_attr($key) . "'>" . esc_html($key) . "</option>";
2002
+ }
2003
+ ?>
2004
+ </select>
2005
+ <input class="hide-if-js" type="text" id="metakeyinput" name="metakeyinput" value="" />
2006
+ <a href="#postcustomstuff" class="hide-if-no-js" onclick="jQuery('#metakeyinput, #metakeyselect, #enternew, #cancelnew').toggle();return false;">
2007
+ <span id="enternew"><?php _e('Enter new'); ?></span>
2008
+ <span id="cancelnew" class="hidden"><?php _e('Cancel'); ?></span></a>
2009
+ <?php } else { ?>
2010
+ <input type="text" id="metakeyinput" name="metakeyinput" value="" />
2011
+ <?php } ?>
2012
+ </td>
2013
+ <td><textarea id="metavalue" name="metavalue" rows="2" cols="25"></textarea></td>
2014
+ </tr>
2015
+
2016
+ <tr><td colspan="2">
2017
+ <div class="submit">
2018
+ <?php submit_button( __( 'Add Custom Field' ), '', 'addmeta', false, array( 'id' => 'newmeta-submit', 'data-wp-lists' => 'add:the-list:newmeta' ) ); ?>
2019
+ </div>
2020
+ <?php wp_nonce_field( 'add-meta', '_ajax_nonce-add-meta', false ); ?>
2021
+ </td></tr>
2022
+ </tbody>
2023
+ </table>
2024
+ <?php
2025
+
2026
+ }
2027
+
2028
+ /**
2029
+ * Print out HTML form date elements for editing post or comment publish date.
2030
+ *
2031
+ * @since 0.71
2032
+ * @since 4.4.0 Converted to use get_comment() instead of the global `$comment`.
2033
+ *
2034
+ * @global WP_Locale $wp_locale
2035
+ *
2036
+ * @param int|bool $edit Accepts 1|true for editing the date, 0|false for adding the date.
2037
+ * @param int|bool $for_post Accepts 1|true for applying the date to a post, 0|false for a comment.
2038
+ * @param int $tab_index The tabindex attribute to add. Default 0.
2039
+ * @param int|bool $multi Optional. Whether the additional fields and buttons should be added.
2040
+ * Default 0|false.
2041
+ */
2042
+ function touch_time( $edit = 1, $for_post = 1, $tab_index = 0, $multi = 0 ) {
2043
+ global $wp_locale;
2044
+ $post = get_post();
2045
+
2046
+ if ( $for_post )
2047
+ $edit = ! ( in_array($post->post_status, array('draft', 'pending') ) && (!$post->post_date_gmt || '0000-00-00 00:00:00' == $post->post_date_gmt ) );
2048
+
2049
+ $tab_index_attribute = '';
2050
+ if ( (int) $tab_index > 0 )
2051
+ $tab_index_attribute = " tabindex=\"$tab_index\"";
2052
+
2053
+ // todo: Remove this?
2054
+ // echo '<label for="timestamp" style="display: block;"><input type="checkbox" class="checkbox" name="edit_date" value="1" id="timestamp"'.$tab_index_attribute.' /> '.__( 'Edit timestamp' ).'</label><br />';
2055
+
2056
+ $time_adj = current_time('timestamp');
2057
+ $post_date = ($for_post) ? $post->post_date : get_comment()->comment_date;
2058
+ $jj = ($edit) ? mysql2date( 'd', $post_date, false ) : gmdate( 'd', $time_adj );
2059
+ $mm = ($edit) ? mysql2date( 'm', $post_date, false ) : gmdate( 'm', $time_adj );
2060
+ $aa = ($edit) ? mysql2date( 'Y', $post_date, false ) : gmdate( 'Y', $time_adj );
2061
+ $hh = ($edit) ? mysql2date( 'H', $post_date, false ) : gmdate( 'H', $time_adj );
2062
+ $mn = ($edit) ? mysql2date( 'i', $post_date, false ) : gmdate( 'i', $time_adj );
2063
+ $ss = ($edit) ? mysql2date( 's', $post_date, false ) : gmdate( 's', $time_adj );
2064
+
2065
+ $cur_jj = gmdate( 'd', $time_adj );
2066
+ $cur_mm = gmdate( 'm', $time_adj );
2067
+ $cur_aa = gmdate( 'Y', $time_adj );
2068
+ $cur_hh = gmdate( 'H', $time_adj );
2069
+ $cur_mn = gmdate( 'i', $time_adj );
2070
+
2071
+ $month = '<label><span class="screen-reader-text">' . __( 'Month' ) . '</span><select ' . ( $multi ? '' : 'id="mm" ' ) . 'name="mm"' . $tab_index_attribute . ">\n";
2072
+ for ( $i = 1; $i < 13; $i = $i +1 ) {
2073
+ $monthnum = zeroise($i, 2);
2074
+ $monthtext = $wp_locale->get_month_abbrev( $wp_locale->get_month( $i ) );
2075
+ $month .= "\t\t\t" . '<option value="' . $monthnum . '" data-text="' . $monthtext . '" ' . selected( $monthnum, $mm, false ) . '>';
2076
+ /* translators: 1: month number (01, 02, etc.), 2: month abbreviation */
2077
+ $month .= sprintf( __( '%1$s-%2$s' ), $monthnum, $monthtext ) . "</option>\n";
2078
+ }
2079
+ $month .= '</select></label>';
2080
+
2081
+ $day = '<label><span class="screen-reader-text">' . __( 'Day' ) . '</span><input type="text" ' . ( $multi ? '' : 'id="jj" ' ) . 'name="jj" value="' . $jj . '" size="2" maxlength="2"' . $tab_index_attribute . ' autocomplete="off" /></label>';
2082
+ $year = '<label><span class="screen-reader-text">' . __( 'Year' ) . '</span><input type="text" ' . ( $multi ? '' : 'id="aa" ' ) . 'name="aa" value="' . $aa . '" size="4" maxlength="4"' . $tab_index_attribute . ' autocomplete="off" /></label>';
2083
+ $hour = '<label><span class="screen-reader-text">' . __( 'Hour' ) . '</span><input type="text" ' . ( $multi ? '' : 'id="hh" ' ) . 'name="hh" value="' . $hh . '" size="2" maxlength="2"' . $tab_index_attribute . ' autocomplete="off" /></label>';
2084
+ $minute = '<label><span class="screen-reader-text">' . __( 'Minute' ) . '</span><input type="text" ' . ( $multi ? '' : 'id="mn" ' ) . 'name="mn" value="' . $mn . '" size="2" maxlength="2"' . $tab_index_attribute . ' autocomplete="off" /></label>';
2085
+
2086
+ echo '<div class="timestamp-wrap">';
2087
+ /* translators: 1: month, 2: day, 3: year, 4: hour, 5: minute */
2088
+ printf( __( '%1$s %2$s, %3$s @ %4$s:%5$s' ), $month, $day, $year, $hour, $minute );
2089
+
2090
+ echo '</div><input type="hidden" id="ss" name="ss" value="' . $ss . '" />';
2091
+
2092
+ if ( $multi ) return;
2093
+
2094
+ echo "\n\n";
2095
+ $map = array(
2096
+ 'mm' => array( $mm, $cur_mm ),
2097
+ 'jj' => array( $jj, $cur_jj ),
2098
+ 'aa' => array( $aa, $cur_aa ),
2099
+ 'hh' => array( $hh, $cur_hh ),
2100
+ 'mn' => array( $mn, $cur_mn ),
2101
+ );
2102
+ foreach ( $map as $timeunit => $value ) {
2103
+ list( $unit, $curr ) = $value;
2104
+
2105
+ echo '<input type="hidden" id="hidden_' . $timeunit . '" name="hidden_' . $timeunit . '" value="' . $unit . '" />' . "\n";
2106
+ $cur_timeunit = 'cur_' . $timeunit;
2107
+ echo '<input type="hidden" id="' . $cur_timeunit . '" name="' . $cur_timeunit . '" value="' . $curr . '" />' . "\n";
2108
+ }
2109
+ ?>
2110
+
2111
+ <p>
2112
+ <a href="#edit_timestamp" class="save-timestamp hide-if-no-js button"><?php _e('OK'); ?></a>
2113
+ <a href="#edit_timestamp" class="cancel-timestamp hide-if-no-js button-cancel"><?php _e('Cancel'); ?></a>
2114
+ </p>
2115
+ <?php
2116
+ }
2117
+
2118
+ /**
2119
+ * Print out option HTML elements for the page templates drop-down.
2120
+ *
2121
+ * @since 1.5.0
2122
+ * @since 4.7.0 Added the `$post_type` parameter.
2123
+ *
2124
+ * @param string $default Optional. The template file name. Default empty.
2125
+ * @param string $post_type Optional. Post type to get templates for. Default 'post'.
2126
+ */
2127
+ function page_template_dropdown( $default = '', $post_type = 'page' ) {
2128
+ $templates = get_page_templates( null, $post_type );
2129
+ ksort( $templates );
2130
+ foreach ( array_keys( $templates ) as $template ) {
2131
+ $selected = selected( $default, $templates[ $template ], false );
2132
+ echo "\n\t<option value='" . $templates[ $template ] . "' $selected>$template</option>";
2133
+ }
2134
+ }
2135
+
2136
+ /**
2137
+ * Print out option HTML elements for the page parents drop-down.
2138
+ *
2139
+ * @since 1.5.0
2140
+ * @since 4.4.0 `$post` argument was added.
2141
+ *
2142
+ * @global wpdb $wpdb WordPress database abstraction object.
2143
+ *
2144
+ * @param int $default Optional. The default page ID to be pre-selected. Default 0.
2145
+ * @param int $parent Optional. The parent page ID. Default 0.
2146
+ * @param int $level Optional. Page depth level. Default 0.
2147
+ * @param int|WP_Post $post Post ID or WP_Post object.
2148
+ *
2149
+ * @return null|false Boolean False if page has no children, otherwise print out html elements
2150
+ */
2151
+ function parent_dropdown( $default = 0, $parent = 0, $level = 0, $post = null ) {
2152
+ global $wpdb;
2153
+ $post = get_post( $post );
2154
+ $items = $wpdb->get_results( $wpdb->prepare("SELECT ID, post_parent, post_title FROM $wpdb->posts WHERE post_parent = %d AND post_type = 'page' ORDER BY menu_order", $parent) );
2155
+
2156
+ if ( $items ) {
2157
+ foreach ( $items as $item ) {
2158
+ // A page cannot be its own parent.
2159
+ if ( $post && $post->ID && $item->ID == $post->ID )
2160
+ continue;
2161
+
2162
+ $pad = str_repeat( '&nbsp;', $level * 3 );
2163
+ $selected = selected( $default, $item->ID, false );
2164
+
2165
+ echo "\n\t<option class='level-$level' value='$item->ID' $selected>$pad " . esc_html($item->post_title) . "</option>";
2166
+ parent_dropdown( $default, $item->ID, $level +1 );
2167
+ }
2168
+ } else {
2169
+ return false;
2170
+ }
2171
+ }
2172
+
2173
+ /**
2174
+ * Print out option html elements for role selectors.
2175
+ *
2176
+ * @since 2.1.0
2177
+ *
2178
+ * @param string $selected Slug for the role that should be already selected.
2179
+ */
2180
+ function wp_dropdown_roles( $selected = '' ) {
2181
+ $p = '';
2182
+ $r = '';
2183
+
2184
+ $editable_roles = array_reverse( get_editable_roles() );
2185
+
2186
+ foreach ( $editable_roles as $role => $details ) {
2187
+ $name = translate_user_role($details['name'] );
2188
+ if ( $selected == $role ) // preselect specified role
2189
+ $p = "\n\t<option selected='selected' value='" . esc_attr($role) . "'>$name</option>";
2190
+ else
2191
+ $r .= "\n\t<option value='" . esc_attr($role) . "'>$name</option>";
2192
+ }
2193
+ echo $p . $r;
2194
+ }
2195
+
2196
+ /**
2197
+ * Outputs the form used by the importers to accept the data to be imported
2198
+ *
2199
+ * @since 2.0.0
2200
+ *
2201
+ * @param string $action The action attribute for the form.
2202
+ */
2203
+ function wp_import_upload_form( $action ) {
2204
+
2205
+ /**
2206
+ * Filters the maximum allowed upload size for import files.
2207
+ *
2208
+ * @since 2.3.0
2209
+ *
2210
+ * @see wp_max_upload_size()
2211
+ *
2212
+ * @param int $max_upload_size Allowed upload size. Default 1 MB.
2213
+ */
2214
+ $bytes = apply_filters( 'import_upload_size_limit', wp_max_upload_size() );
2215
+ $size = size_format( $bytes );
2216
+ $upload_dir = wp_upload_dir();
2217
+ if ( ! empty( $upload_dir['error'] ) ) :
2218
+ ?><div class="error"><p><?php _e('Before you can upload your import file, you will need to fix the following error:'); ?></p>
2219
+ <p><strong><?php echo $upload_dir['error']; ?></strong></p></div><?php
2220
+ else :
2221
+ ?>
2222
+ <form enctype="multipart/form-data" id="import-upload-form" method="post" class="wp-upload-form" action="<?php echo esc_url( wp_nonce_url( $action, 'import-upload' ) ); ?>">
2223
+ <p>
2224
+ <label for="upload"><?php _e( 'Choose a file from your computer:' ); ?></label> (<?php printf( __('Maximum size: %s' ), $size ); ?>)
2225
+ <input type="file" id="upload" name="import" size="25" />
2226
+ <input type="hidden" name="action" value="save" />
2227
+ <input type="hidden" name="max_file_size" value="<?php echo $bytes; ?>" />
2228
+ </p>
2229
+ <?php submit_button( __('Upload file and import'), 'primary' ); ?>
2230
+ </form>
2231
+ <?php
2232
+ endif;
2233
+ }
2234
+
2235
+ /**
2236
+ * Adds a meta box to one or more screens.
2237
+ *
2238
+ * @since 2.5.0
2239
+ * @since 4.4.0 The `$screen` parameter now accepts an array of screen IDs.
2240
+ *
2241
+ * @global array $wp_meta_boxes
2242
+ *
2243
+ * @param string $id Meta box ID (used in the 'id' attribute for the meta box).
2244
+ * @param string $title Title of the meta box.
2245
+ * @param callable $callback Function that fills the box with the desired content.
2246
+ * The function should echo its output.
2247
+ * @param string|array|WP_Screen $screen Optional. The screen or screens on which to show the box
2248
+ * (such as a post type, 'link', or 'comment'). Accepts a single
2249
+ * screen ID, WP_Screen object, or array of screen IDs. Default
2250
+ * is the current screen.
2251
+ * @param string $context Optional. The context within the screen where the boxes
2252
+ * should display. Available contexts vary from screen to
2253
+ * screen. Post edit screen contexts include 'normal', 'side',
2254
+ * and 'advanced'. Comments screen contexts include 'normal'
2255
+ * and 'side'. Menus meta boxes (accordion sections) all use
2256
+ * the 'side' context. Global default is 'advanced'.
2257
+ * @param string $priority Optional. The priority within the context where the boxes
2258
+ * should show ('high', 'low'). Default 'default'.
2259
+ * @param array $callback_args Optional. Data that should be set as the $args property
2260
+ * of the box array (which is the second parameter passed
2261
+ * to your callback). Default null.
2262
+ */
2263
+ function add_meta_box( $id, $title, $callback, $screen = null, $context = 'advanced', $priority = 'default', $callback_args = null ) {
2264
+ global $wp_meta_boxes;
2265
+
2266
+ if ( empty( $screen ) ) {
2267
+ $screen = get_current_screen();
2268
+ } elseif ( is_string( $screen ) ) {
2269
+ $screen = convert_to_screen( $screen );
2270
+ } elseif ( is_array( $screen ) ) {
2271
+ foreach ( $screen as $single_screen ) {
2272
+ add_meta_box( $id, $title, $callback, $single_screen, $context, $priority, $callback_args );
2273
+ }
2274
+ }
2275
+
2276
+ if ( ! isset( $screen->id ) ) {
2277
+ return;
2278
+ }
2279
+
2280
+ $page = $screen->id;
2281
+
2282
+ if ( !isset($wp_meta_boxes) )
2283
+ $wp_meta_boxes = array();
2284
+ if ( !isset($wp_meta_boxes[$page]) )
2285
+ $wp_meta_boxes[$page] = array();
2286
+ if ( !isset($wp_meta_boxes[$page][$context]) )
2287
+ $wp_meta_boxes[$page][$context] = array();
2288
+
2289
+ foreach ( array_keys($wp_meta_boxes[$page]) as $a_context ) {
2290
+ foreach ( array('high', 'core', 'default', 'low') as $a_priority ) {
2291
+ if ( !isset($wp_meta_boxes[$page][$a_context][$a_priority][$id]) )
2292
+ continue;
2293
+
2294
+ // If a core box was previously added or removed by a plugin, don't add.
2295
+ if ( 'core' == $priority ) {
2296
+ // If core box previously deleted, don't add
2297
+ if ( false === $wp_meta_boxes[$page][$a_context][$a_priority][$id] )
2298
+ return;
2299
+
2300
+ /*
2301
+ * If box was added with default priority, give it core priority to
2302
+ * maintain sort order.
2303
+ */
2304
+ if ( 'default' == $a_priority ) {
2305
+ $wp_meta_boxes[$page][$a_context]['core'][$id] = $wp_meta_boxes[$page][$a_context]['default'][$id];
2306
+ unset($wp_meta_boxes[$page][$a_context]['default'][$id]);
2307
+ }
2308
+ return;
2309
+ }
2310
+ // If no priority given and id already present, use existing priority.
2311
+ if ( empty($priority) ) {
2312
+ $priority = $a_priority;
2313
+ /*
2314
+ * Else, if we're adding to the sorted priority, we don't know the title
2315
+ * or callback. Grab them from the previously added context/priority.
2316
+ */
2317
+ } elseif ( 'sorted' == $priority ) {
2318
+ $title = $wp_meta_boxes[$page][$a_context][$a_priority][$id]['title'];
2319
+ $callback = $wp_meta_boxes[$page][$a_context][$a_priority][$id]['callback'];
2320
+ $callback_args = $wp_meta_boxes[$page][$a_context][$a_priority][$id]['args'];
2321
+ }
2322
+ // An id can be in only one priority and one context.
2323
+ if ( $priority != $a_priority || $context != $a_context )
2324
+ unset($wp_meta_boxes[$page][$a_context][$a_priority][$id]);
2325
+ }
2326
+ }
2327
+
2328
+ if ( empty($priority) )
2329
+ $priority = 'low';
2330
+
2331
+ if ( !isset($wp_meta_boxes[$page][$context][$priority]) )
2332
+ $wp_meta_boxes[$page][$context][$priority] = array();
2333
+
2334
+ $wp_meta_boxes[$page][$context][$priority][$id] = array('id' => $id, 'title' => $title, 'callback' => $callback, 'args' => $callback_args);
2335
+ }
2336
+
2337
+ /**
2338
+ * Meta-Box template function
2339
+ *
2340
+ * @since 2.5.0
2341
+ *
2342
+ * @global array $wp_meta_boxes
2343
+ *
2344
+ * @staticvar bool $already_sorted
2345
+ * @param string|WP_Screen $screen Screen identifier
2346
+ * @param string $context box context
2347
+ * @param mixed $object gets passed to the box callback function as first parameter
2348
+ * @return int number of meta_boxes
2349
+ */
2350
+ function do_meta_boxes( $screen, $context, $object ) {
2351
+ global $wp_meta_boxes;
2352
+ static $already_sorted = false;
2353
+
2354
+ if ( empty( $screen ) )
2355
+ $screen = get_current_screen();
2356
+ elseif ( is_string( $screen ) )
2357
+ $screen = convert_to_screen( $screen );
2358
+
2359
+ $page = $screen->id;
2360
+
2361
+ $hidden = get_hidden_meta_boxes( $screen );
2362
+
2363
+ printf('<div id="%s-sortables" class="meta-box-sortables">', htmlspecialchars($context));
2364
+
2365
+ // Grab the ones the user has manually sorted. Pull them out of their previous context/priority and into the one the user chose
2366
+ if ( ! $already_sorted && $sorted = get_user_option( "meta-box-order_$page" ) ) {
2367
+ foreach ( $sorted as $box_context => $ids ) {
2368
+ foreach ( explode( ',', $ids ) as $id ) {
2369
+ if ( $id && 'dashboard_browser_nag' !== $id ) {
2370
+ add_meta_box( $id, null, null, $screen, $box_context, 'sorted' );
2371
+ }
2372
+ }
2373
+ }
2374
+ }
2375
+
2376
+ $already_sorted = true;
2377
+
2378
+ $i = 0;
2379
+
2380
+ if ( isset( $wp_meta_boxes[ $page ][ $context ] ) ) {
2381
+ foreach ( array( 'high', 'sorted', 'core', 'default', 'low' ) as $priority ) {
2382
+ if ( isset( $wp_meta_boxes[ $page ][ $context ][ $priority ]) ) {
2383
+ foreach ( (array) $wp_meta_boxes[ $page ][ $context ][ $priority ] as $box ) {
2384
+ if ( false == $box || ! $box['title'] )
2385
+ continue;
2386
+ $i++;
2387
+ $hidden_class = in_array($box['id'], $hidden) ? ' hide-if-js' : '';
2388
+ echo '<div id="' . $box['id'] . '" class="postbox ' . postbox_classes($box['id'], $page) . $hidden_class . '" ' . '>' . "\n";
2389
+ if ( 'dashboard_browser_nag' != $box['id'] ) {
2390
+ $widget_title = $box[ 'title' ];
2391
+
2392
+ if ( is_array( $box[ 'args' ] ) && isset( $box[ 'args' ][ '__widget_basename' ] ) ) {
2393
+ $widget_title = $box[ 'args' ][ '__widget_basename' ];
2394
+ // Do not pass this parameter to the user callback function.
2395
+ unset( $box[ 'args' ][ '__widget_basename' ] );
2396
+ }
2397
+
2398
+ echo '<button type="button" class="handlediv button-link" aria-expanded="true">';
2399
+ echo '<span class="screen-reader-text">' . sprintf( __( 'Toggle panel: %s' ), $widget_title ) . '</span>';
2400
+ echo '<span class="toggle-indicator" aria-hidden="true"></span>';
2401
+ echo '</button>';
2402
+ }
2403
+ echo "<h2 class='hndle'><span>{$box['title']}</span></h2>\n";
2404
+ echo '<div class="inside">' . "\n";
2405
+ call_user_func($box['callback'], $object, $box);
2406
+ echo "</div>\n";
2407
+ echo "</div>\n";
2408
+ }
2409
+ }
2410
+ }
2411
+ }
2412
+
2413
+ echo "</div>";
2414
+
2415
+ return $i;
2416
+
2417
+ }
2418
+
2419
+ /**
2420
+ * Removes a meta box from one or more screens.
2421
+ *
2422
+ * @since 2.6.0
2423
+ * @since 4.4.0 The `$screen` parameter now accepts an array of screen IDs.
2424
+ *
2425
+ * @global array $wp_meta_boxes
2426
+ *
2427
+ * @param string $id Meta box ID (used in the 'id' attribute for the meta box).
2428
+ * @param string|array|WP_Screen $screen The screen or screens on which the meta box is shown (such as a
2429
+ * post type, 'link', or 'comment'). Accepts a single screen ID,
2430
+ * WP_Screen object, or array of screen IDs.
2431
+ * @param string $context The context within the screen where the box is set to display.
2432
+ * Contexts vary from screen to screen. Post edit screen contexts
2433
+ * include 'normal', 'side', and 'advanced'. Comments screen contexts
2434
+ * include 'normal' and 'side'. Menus meta boxes (accordion sections)
2435
+ * all use the 'side' context.
2436
+ */
2437
+ function remove_meta_box( $id, $screen, $context ) {
2438
+ global $wp_meta_boxes;
2439
+
2440
+ if ( empty( $screen ) ) {
2441
+ $screen = get_current_screen();
2442
+ } elseif ( is_string( $screen ) ) {
2443
+ $screen = convert_to_screen( $screen );
2444
+ } elseif ( is_array( $screen ) ) {
2445
+ foreach ( $screen as $single_screen ) {
2446
+ remove_meta_box( $id, $single_screen, $context );
2447
+ }
2448
+ }
2449
+
2450
+ if ( ! isset( $screen->id ) ) {
2451
+ return;
2452
+ }
2453
+
2454
+ $page = $screen->id;
2455
+
2456
+ if ( !isset($wp_meta_boxes) )
2457
+ $wp_meta_boxes = array();
2458
+ if ( !isset($wp_meta_boxes[$page]) )
2459
+ $wp_meta_boxes[$page] = array();
2460
+ if ( !isset($wp_meta_boxes[$page][$context]) )
2461
+ $wp_meta_boxes[$page][$context] = array();
2462
+
2463
+ foreach ( array('high', 'core', 'default', 'low') as $priority )
2464
+ $wp_meta_boxes[$page][$context][$priority][$id] = false;
2465
+ }
2466
+
2467
+ /**
2468
+ * Meta Box Accordion Template Function
2469
+ *
2470
+ * Largely made up of abstracted code from do_meta_boxes(), this
2471
+ * function serves to build meta boxes as list items for display as
2472
+ * a collapsible accordion.
2473
+ *
2474
+ * @since 3.6.0
2475
+ *
2476
+ * @uses global $wp_meta_boxes Used to retrieve registered meta boxes.
2477
+ *
2478
+ * @param string|object $screen The screen identifier.
2479
+ * @param string $context The meta box context.
2480
+ * @param mixed $object gets passed to the section callback function as first parameter.
2481
+ * @return int number of meta boxes as accordion sections.
2482
+ */
2483
+ function do_accordion_sections( $screen, $context, $object ) {
2484
+ global $wp_meta_boxes;
2485
+
2486
+ wp_enqueue_script( 'accordion' );
2487
+
2488
+ if ( empty( $screen ) )
2489
+ $screen = get_current_screen();
2490
+ elseif ( is_string( $screen ) )
2491
+ $screen = convert_to_screen( $screen );
2492
+
2493
+ $page = $screen->id;
2494
+
2495
+ $hidden = get_hidden_meta_boxes( $screen );
2496
+ ?>
2497
+ <div id="side-sortables" class="accordion-container">
2498
+ <ul class="outer-border">
2499
+ <?php
2500
+ $i = 0;
2501
+ $first_open = false;
2502
+
2503
+ if ( isset( $wp_meta_boxes[ $page ][ $context ] ) ) {
2504
+ foreach ( array( 'high', 'core', 'default', 'low' ) as $priority ) {
2505
+ if ( isset( $wp_meta_boxes[ $page ][ $context ][ $priority ] ) ) {
2506
+ foreach ( $wp_meta_boxes[ $page ][ $context ][ $priority ] as $box ) {
2507
+ if ( false == $box || ! $box['title'] )
2508
+ continue;
2509
+ $i++;
2510
+ $hidden_class = in_array( $box['id'], $hidden ) ? 'hide-if-js' : '';
2511
+
2512
+ $open_class = '';
2513
+ if ( ! $first_open && empty( $hidden_class ) ) {
2514
+ $first_open = true;
2515
+ $open_class = 'open';
2516
+ }
2517
+ ?>
2518
+ <li class="control-section accordion-section <?php echo $hidden_class; ?> <?php echo $open_class; ?> <?php echo esc_attr( $box['id'] ); ?>" id="<?php echo esc_attr( $box['id'] ); ?>">
2519
+ <h3 class="accordion-section-title hndle" tabindex="0">
2520
+ <?php echo esc_html( $box['title'] ); ?>
2521
+ <span class="screen-reader-text"><?php _e( 'Press return or enter to open this section' ); ?></span>
2522
+ </h3>
2523
+ <div class="accordion-section-content <?php postbox_classes( $box['id'], $page ); ?>">
2524
+ <div class="inside">
2525
+ <?php call_user_func( $box['callback'], $object, $box ); ?>
2526
+ </div><!-- .inside -->
2527
+ </div><!-- .accordion-section-content -->
2528
+ </li><!-- .accordion-section -->
2529
+ <?php
2530
+ }
2531
+ }
2532
+ }
2533
+ }
2534
+ ?>
2535
+ </ul><!-- .outer-border -->
2536
+ </div><!-- .accordion-container -->
2537
+ <?php
2538
+ return $i;
2539
+ }
2540
+
2541
+ /**
2542
+ * Add a new section to a settings page.
2543
+ *
2544
+ * Part of the Settings API. Use this to define new settings sections for an admin page.
2545
+ * Show settings sections in your admin page callback function with do_settings_sections().
2546
+ * Add settings fields to your section with add_settings_field()
2547
+ *
2548
+ * The $callback argument should be the name of a function that echoes out any
2549
+ * content you want to show at the top of the settings section before the actual
2550
+ * fields. It can output nothing if you want.
2551
+ *
2552
+ * @since 2.7.0
2553
+ *
2554
+ * @global $wp_settings_sections Storage array of all settings sections added to admin pages
2555
+ *
2556
+ * @param string $id Slug-name to identify the section. Used in the 'id' attribute of tags.
2557
+ * @param string $title Formatted title of the section. Shown as the heading for the section.
2558
+ * @param callable $callback Function that echos out any content at the top of the section (between heading and fields).
2559
+ * @param string $page The slug-name of the settings page on which to show the section. Built-in pages include
2560
+ * 'general', 'reading', 'writing', 'discussion', 'media', etc. Create your own using
2561
+ * add_options_page();
2562
+ */
2563
+ function add_settings_section($id, $title, $callback, $page) {
2564
+ global $wp_settings_sections;
2565
+
2566
+ if ( 'misc' == $page ) {
2567
+ _deprecated_argument( __FUNCTION__, '3.0.0', sprintf( __( 'The "%s" options group has been removed. Use another settings group.' ), 'misc' ) );
2568
+ $page = 'general';
2569
+ }
2570
+
2571
+ if ( 'privacy' == $page ) {
2572
+ _deprecated_argument( __FUNCTION__, '3.5.0', sprintf( __( 'The "%s" options group has been removed. Use another settings group.' ), 'privacy' ) );
2573
+ $page = 'reading';
2574
+ }
2575
+
2576
+ $wp_settings_sections[$page][$id] = array('id' => $id, 'title' => $title, 'callback' => $callback);
2577
+ }
2578
+
2579
+ /**
2580
+ * Add a new field to a section of a settings page
2581
+ *
2582
+ * Part of the Settings API. Use this to define a settings field that will show
2583
+ * as part of a settings section inside a settings page. The fields are shown using
2584
+ * do_settings_fields() in do_settings-sections()
2585
+ *
2586
+ * The $callback argument should be the name of a function that echoes out the
2587
+ * html input tags for this setting field. Use get_option() to retrieve existing
2588
+ * values to show.
2589
+ *
2590
+ * @since 2.7.0
2591
+ * @since 4.2.0 The `$class` argument was added.
2592
+ *
2593
+ * @global $wp_settings_fields Storage array of settings fields and info about their pages/sections
2594
+ *
2595
+ * @param string $id Slug-name to identify the field. Used in the 'id' attribute of tags.
2596
+ * @param string $title Formatted title of the field. Shown as the label for the field
2597
+ * during output.
2598
+ * @param callable $callback Function that fills the field with the desired form inputs. The
2599
+ * function should echo its output.
2600
+ * @param string $page The slug-name of the settings page on which to show the section
2601
+ * (general, reading, writing, ...).
2602
+ * @param string $section Optional. The slug-name of the section of the settings page
2603
+ * in which to show the box. Default 'default'.
2604
+ * @param array $args {
2605
+ * Optional. Extra arguments used when outputting the field.
2606
+ *
2607
+ * @type string $label_for When supplied, the setting title will be wrapped
2608
+ * in a `<label>` element, its `for` attribute populated
2609
+ * with this value.
2610
+ * @type string $class CSS Class to be added to the `<tr>` element when the
2611
+ * field is output.
2612
+ * }
2613
+ */
2614
+ function add_settings_field($id, $title, $callback, $page, $section = 'default', $args = array()) {
2615
+ global $wp_settings_fields;
2616
+
2617
+ if ( 'misc' == $page ) {
2618
+ _deprecated_argument( __FUNCTION__, '3.0.0', __( 'The miscellaneous options group has been removed. Use another settings group.' ) );
2619
+ $page = 'general';
2620
+ }
2621
+
2622
+ if ( 'privacy' == $page ) {
2623
+ _deprecated_argument( __FUNCTION__, '3.5.0', __( 'The privacy options group has been removed. Use another settings group.' ) );
2624
+ $page = 'reading';
2625
+ }
2626
+
2627
+ $wp_settings_fields[$page][$section][$id] = array('id' => $id, 'title' => $title, 'callback' => $callback, 'args' => $args);
2628
+ }
2629
+
2630
+ /**
2631
+ * Prints out all settings sections added to a particular settings page
2632
+ *
2633
+ * Part of the Settings API. Use this in a settings page callback function
2634
+ * to output all the sections and fields that were added to that $page with
2635
+ * add_settings_section() and add_settings_field()
2636
+ *
2637
+ * @global $wp_settings_sections Storage array of all settings sections added to admin pages
2638
+ * @global $wp_settings_fields Storage array of settings fields and info about their pages/sections
2639
+ * @since 2.7.0
2640
+ *
2641
+ * @param string $page The slug name of the page whose settings sections you want to output
2642
+ */
2643
+ function do_settings_sections( $page ) {
2644
+ global $wp_settings_sections, $wp_settings_fields;
2645
+
2646
+ if ( ! isset( $wp_settings_sections[$page] ) )
2647
+ return;
2648
+
2649
+ foreach ( (array) $wp_settings_sections[$page] as $section ) {
2650
+ if ( $section['title'] )
2651
+ echo "<h2>{$section['title']}</h2>\n";
2652
+
2653
+ if ( $section['callback'] )
2654
+ call_user_func( $section['callback'], $section );
2655
+
2656
+ if ( ! isset( $wp_settings_fields ) || !isset( $wp_settings_fields[$page] ) || !isset( $wp_settings_fields[$page][$section['id']] ) )
2657
+ continue;
2658
+ echo '<table class="form-table">';
2659
+ do_settings_fields( $page, $section['id'] );
2660
+ echo '</table>';
2661
+ }
2662
+ }
2663
+
2664
+ /**
2665
+ * Print out the settings fields for a particular settings section
2666
+ *
2667
+ * Part of the Settings API. Use this in a settings page to output
2668
+ * a specific section. Should normally be called by do_settings_sections()
2669
+ * rather than directly.
2670
+ *
2671
+ * @global $wp_settings_fields Storage array of settings fields and their pages/sections
2672
+ *
2673
+ * @since 2.7.0
2674
+ *
2675
+ * @param string $page Slug title of the admin page who's settings fields you want to show.
2676
+ * @param string $section Slug title of the settings section who's fields you want to show.
2677
+ */
2678
+ function do_settings_fields($page, $section) {
2679
+ global $wp_settings_fields;
2680
+
2681
+ if ( ! isset( $wp_settings_fields[$page][$section] ) )
2682
+ return;
2683
+
2684
+ foreach ( (array) $wp_settings_fields[$page][$section] as $field ) {
2685
+ $class = '';
2686
+
2687
+ if ( ! empty( $field['args']['class'] ) ) {
2688
+ $class = ' class="' . esc_attr( $field['args']['class'] ) . '"';
2689
+ }
2690
+
2691
+ echo "<tr{$class}>";
2692
+
2693
+ if ( ! empty( $field['args']['label_for'] ) ) {
2694
+ echo '<th scope="row"><label for="' . esc_attr( $field['args']['label_for'] ) . '">' . $field['title'] . '</label></th>';
2695
+ } else {
2696
+ echo '<th scope="row">' . $field['title'] . '</th>';
2697
+ }
2698
+
2699
+ echo '<td>';
2700
+ call_user_func($field['callback'], $field['args']);
2701
+ echo '</td>';
2702
+ echo '</tr>';
2703
+ }
2704
+ }
2705
+
2706
+ /**
2707
+ * Register a settings error to be displayed to the user
2708
+ *
2709
+ * Part of the Settings API. Use this to show messages to users about settings validation
2710
+ * problems, missing settings or anything else.
2711
+ *
2712
+ * Settings errors should be added inside the $sanitize_callback function defined in
2713
+ * register_setting() for a given setting to give feedback about the submission.
2714
+ *
2715
+ * By default messages will show immediately after the submission that generated the error.
2716
+ * Additional calls to settings_errors() can be used to show errors even when the settings
2717
+ * page is first accessed.
2718
+ *
2719
+ * @since 3.0.0
2720
+ *
2721
+ * @global array $wp_settings_errors Storage array of errors registered during this pageload
2722
+ *
2723
+ * @param string $setting Slug title of the setting to which this error applies
2724
+ * @param string $code Slug-name to identify the error. Used as part of 'id' attribute in HTML output.
2725
+ * @param string $message The formatted message text to display to the user (will be shown inside styled
2726
+ * `<div>` and `<p>` tags).
2727
+ * @param string $type Optional. Message type, controls HTML class. Accepts 'error' or 'updated'.
2728
+ * Default 'error'.
2729
+ */
2730
+ function add_settings_error( $setting, $code, $message, $type = 'error' ) {
2731
+ global $wp_settings_errors;
2732
+
2733
+ $wp_settings_errors[] = array(
2734
+ 'setting' => $setting,
2735
+ 'code' => $code,
2736
+ 'message' => $message,
2737
+ 'type' => $type
2738
+ );
2739
+ }
2740
+
2741
+ /**
2742
+ * Fetch settings errors registered by add_settings_error()
2743
+ *
2744
+ * Checks the $wp_settings_errors array for any errors declared during the current
2745
+ * pageload and returns them.
2746
+ *
2747
+ * If changes were just submitted ($_GET['settings-updated']) and settings errors were saved
2748
+ * to the 'settings_errors' transient then those errors will be returned instead. This
2749
+ * is used to pass errors back across pageloads.
2750
+ *
2751
+ * Use the $sanitize argument to manually re-sanitize the option before returning errors.
2752
+ * This is useful if you have errors or notices you want to show even when the user
2753
+ * hasn't submitted data (i.e. when they first load an options page, or in the {@see 'admin_notices'}
2754
+ * action hook).
2755
+ *
2756
+ * @since 3.0.0
2757
+ *
2758
+ * @global array $wp_settings_errors Storage array of errors registered during this pageload
2759
+ *
2760
+ * @param string $setting Optional slug title of a specific setting who's errors you want.
2761
+ * @param boolean $sanitize Whether to re-sanitize the setting value before returning errors.
2762
+ * @return array Array of settings errors
2763
+ */
2764
+ function get_settings_errors( $setting = '', $sanitize = false ) {
2765
+ global $wp_settings_errors;
2766
+
2767
+ /*
2768
+ * If $sanitize is true, manually re-run the sanitization for this option
2769
+ * This allows the $sanitize_callback from register_setting() to run, adding
2770
+ * any settings errors you want to show by default.
2771
+ */
2772
+ if ( $sanitize )
2773
+ sanitize_option( $setting, get_option( $setting ) );
2774
+
2775
+ // If settings were passed back from options.php then use them.
2776
+ if ( isset( $_GET['settings-updated'] ) && $_GET['settings-updated'] && get_transient( 'settings_errors' ) ) {
2777
+ $wp_settings_errors = array_merge( (array) $wp_settings_errors, get_transient( 'settings_errors' ) );
2778
+ delete_transient( 'settings_errors' );
2779
+ }
2780
+
2781
+ // Check global in case errors have been added on this pageload.
2782
+ if ( ! count( $wp_settings_errors ) )
2783
+ return array();
2784
+
2785
+ // Filter the results to those of a specific setting if one was set.
2786
+ if ( $setting ) {
2787
+ $setting_errors = array();
2788
+ foreach ( (array) $wp_settings_errors as $key => $details ) {
2789
+ if ( $setting == $details['setting'] )
2790
+ $setting_errors[] = $wp_settings_errors[$key];
2791
+ }
2792
+ return $setting_errors;
2793
+ }
2794
+
2795
+ return $wp_settings_errors;
2796
+ }
2797
+
2798
+ /**
2799
+ * Display settings errors registered by add_settings_error().
2800
+ *
2801
+ * Part of the Settings API. Outputs a div for each error retrieved by
2802
+ * get_settings_errors().
2803
+ *
2804
+ * This is called automatically after a settings page based on the
2805
+ * Settings API is submitted. Errors should be added during the validation
2806
+ * callback function for a setting defined in register_setting().
2807
+ *
2808
+ * The $sanitize option is passed into get_settings_errors() and will
2809
+ * re-run the setting sanitization
2810
+ * on its current value.
2811
+ *
2812
+ * The $hide_on_update option will cause errors to only show when the settings
2813
+ * page is first loaded. if the user has already saved new values it will be
2814
+ * hidden to avoid repeating messages already shown in the default error
2815
+ * reporting after submission. This is useful to show general errors like
2816
+ * missing settings when the user arrives at the settings page.
2817
+ *
2818
+ * @since 3.0.0
2819
+ *
2820
+ * @param string $setting Optional slug title of a specific setting who's errors you want.
2821
+ * @param bool $sanitize Whether to re-sanitize the setting value before returning errors.
2822
+ * @param bool $hide_on_update If set to true errors will not be shown if the settings page has
2823
+ * already been submitted.
2824
+ */
2825
+ function settings_errors( $setting = '', $sanitize = false, $hide_on_update = false ) {
2826
+
2827
+ if ( $hide_on_update && ! empty( $_GET['settings-updated'] ) )
2828
+ return;
2829
+
2830
+ $settings_errors = get_settings_errors( $setting, $sanitize );
2831
+
2832
+ if ( empty( $settings_errors ) )
2833
+ return;
2834
+
2835
+ $output = '';
2836
+ foreach ( $settings_errors as $key => $details ) {
2837
+ $css_id = 'setting-error-' . $details['code'];
2838
+ $css_class = $details['type'] . ' settings-error notice is-dismissible';
2839
+ $output .= "<div id='$css_id' class='$css_class'> \n";
2840
+ $output .= "<p><strong>{$details['message']}</strong></p>";
2841
+ $output .= "</div> \n";
2842
+ }
2843
+ echo $output;
2844
+ }
2845
+
2846
+ /**
2847
+ * Outputs the modal window used for attaching media to posts or pages in the media-listing screen.
2848
+ *
2849
+ * @since 2.7.0
2850
+ *
2851
+ * @param string $found_action
2852
+ */
2853
+ function find_posts_div($found_action = '') {
2854
+ ?>
2855
+ <div id="find-posts" class="find-box" style="display: none;">
2856
+ <div id="find-posts-head" class="find-box-head">
2857
+ <?php _e( 'Attach to existing content' ); ?>
2858
+ <button type="button" id="find-posts-close"><span class="screen-reader-text"><?php _e( 'Close media attachment panel' ); ?></button>
2859
+ </div>
2860
+ <div class="find-box-inside">
2861
+ <div class="find-box-search">
2862
+ <?php if ( $found_action ) { ?>
2863
+ <input type="hidden" name="found_action" value="<?php echo esc_attr($found_action); ?>" />
2864
+ <?php } ?>
2865
+ <input type="hidden" name="affected" id="affected" value="" />
2866
+ <?php wp_nonce_field( 'find-posts', '_ajax_nonce', false ); ?>
2867
+ <label class="screen-reader-text" for="find-posts-input"><?php _e( 'Search' ); ?></label>
2868
+ <input type="text" id="find-posts-input" name="ps" value="" />
2869
+ <span class="spinner"></span>
2870
+ <input type="button" id="find-posts-search" value="<?php esc_attr_e( 'Search' ); ?>" class="button" />
2871
+ <div class="clear"></div>
2872
+ </div>
2873
+ <div id="find-posts-response"></div>
2874
+ </div>
2875
+ <div class="find-box-buttons">
2876
+ <?php submit_button( __( 'Select' ), 'primary alignright', 'find-posts-submit', false ); ?>
2877
+ <div class="clear"></div>
2878
+ </div>
2879
+ </div>
2880
+ <?php
2881
+ }
2882
+
2883
+ /**
2884
+ * Displays the post password.
2885
+ *
2886
+ * The password is passed through esc_attr() to ensure that it is safe for placing in an html attribute.
2887
+ *
2888
+ * @since 2.7.0
2889
+ */
2890
+ function the_post_password() {
2891
+ $post = get_post();
2892
+ if ( isset( $post->post_password ) )
2893
+ echo esc_attr( $post->post_password );
2894
+ }
2895
+
2896
+ /**
2897
+ * Get the post title.
2898
+ *
2899
+ * The post title is fetched and if it is blank then a default string is
2900
+ * returned.
2901
+ *
2902
+ * @since 2.7.0
2903
+ *
2904
+ * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global $post.
2905
+ * @return string The post title if set.
2906
+ */
2907
+ function _draft_or_post_title( $post = 0 ) {
2908
+ $title = get_the_title( $post );
2909
+ if ( empty( $title ) )
2910
+ $title = __( '(no title)' );
2911
+ return esc_html( $title );
2912
+ }
2913
+
2914
+ /**
2915
+ * Displays the search query.
2916
+ *
2917
+ * A simple wrapper to display the "s" parameter in a `GET` URI. This function
2918
+ * should only be used when the_search_query() cannot.
2919
+ *
2920
+ * @since 2.7.0
2921
+ */
2922
+ function _admin_search_query() {
2923
+ echo isset($_REQUEST['s']) ? esc_attr( wp_unslash( $_REQUEST['s'] ) ) : '';
2924
+ }
2925
+
2926
+ /**
2927
+ * Generic Iframe header for use with Thickbox
2928
+ *
2929
+ * @since 2.7.0
2930
+ *
2931
+ * @global string $hook_suffix
2932
+ * @global string $admin_body_class
2933
+ * @global WP_Locale $wp_locale
2934
+ *
2935
+ * @param string $title Optional. Title of the Iframe page. Default empty.
2936
+ * @param bool $deprecated Not used.
2937
+ */
2938
+ function iframe_header( $title = '', $deprecated = false ) {
2939
+ show_admin_bar( false );
2940
+ global $hook_suffix, $admin_body_class, $wp_locale;
2941
+ $admin_body_class = preg_replace('/[^a-z0-9_-]+/i', '-', $hook_suffix);
2942
+
2943
+ $current_screen = get_current_screen();
2944
+
2945
+ @header( 'Content-Type: ' . get_option( 'html_type' ) . '; charset=' . get_option( 'blog_charset' ) );
2946
+ _wp_admin_html_begin();
2947
+ ?>
2948
+ <title><?php bloginfo('name') ?> &rsaquo; <?php echo $title ?> &#8212; <?php _e('WordPress'); ?></title>
2949
+ <?php
2950
+ wp_enqueue_style( 'colors' );
2951
+ ?>
2952
+ <script type="text/javascript">
2953
+ addLoadEvent = function(func){if(typeof jQuery!="undefined")jQuery(document).ready(func);else if(typeof wpOnload!='function'){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}};
2954
+ function tb_close(){var win=window.dialogArguments||opener||parent||top;win.tb_remove();}
2955
+ var ajaxurl = '<?php echo admin_url( 'admin-ajax.php', 'relative' ); ?>',
2956
+ pagenow = '<?php echo $current_screen->id; ?>',
2957
+ typenow = '<?php echo $current_screen->post_type; ?>',
2958
+ adminpage = '<?php echo $admin_body_class; ?>',
2959
+ thousandsSeparator = '<?php echo addslashes( $wp_locale->number_format['thousands_sep'] ); ?>',
2960
+ decimalPoint = '<?php echo addslashes( $wp_locale->number_format['decimal_point'] ); ?>',
2961
+ isRtl = <?php echo (int) is_rtl(); ?>;
2962
+ </script>
2963
+ <?php
2964
+ /** This action is documented in wp-admin/admin-header.php */
2965
+ do_action( 'admin_enqueue_scripts', $hook_suffix );
2966
+
2967
+ /** This action is documented in wp-admin/admin-header.php */
2968
+ do_action( "admin_print_styles-$hook_suffix" );
2969
+
2970
+ /** This action is documented in wp-admin/admin-header.php */
2971
+ do_action( 'admin_print_styles' );
2972
+
2973
+ /** This action is documented in wp-admin/admin-header.php */
2974
+ do_action( "admin_print_scripts-$hook_suffix" );
2975
+
2976
+ /** This action is documented in wp-admin/admin-header.php */
2977
+ do_action( 'admin_print_scripts' );
2978
+
2979
+ /** This action is documented in wp-admin/admin-header.php */
2980
+ do_action( "admin_head-$hook_suffix" );
2981
+
2982
+ /** This action is documented in wp-admin/admin-header.php */
2983
+ do_action( 'admin_head' );
2984
+
2985
+ $admin_body_class .= ' locale-' . sanitize_html_class( strtolower( str_replace( '_', '-', get_user_locale() ) ) );
2986
+
2987
+ if ( is_rtl() )
2988
+ $admin_body_class .= ' rtl';
2989
+
2990
+ ?>
2991
+ </head>
2992
+ <?php
2993
+ /** This filter is documented in wp-admin/admin-header.php */
2994
+ $admin_body_classes = apply_filters( 'admin_body_class', '' );
2995
+ ?>
2996
+ <body<?php
2997
+ /**
2998
+ * @global string $body_id
2999
+ */
3000
+ if ( isset($GLOBALS['body_id']) ) echo ' id="' . $GLOBALS['body_id'] . '"'; ?> class="wp-admin wp-core-ui no-js iframe <?php echo $admin_body_classes . ' ' . $admin_body_class; ?>">
3001
+ <script type="text/javascript">
3002
+ (function(){
3003
+ var c = document.body.className;
3004
+ c = c.replace(/no-js/, 'js');
3005
+ document.body.className = c;
3006
+ })();
3007
+ </script>
3008
+ <?php
3009
+ }
3010
+
3011
+ /**
3012
+ * Generic Iframe footer for use with Thickbox
3013
+ *
3014
+ * @since 2.7.0
3015
+ */
3016
+ function iframe_footer() {
3017
+ /*
3018
+ * We're going to hide any footer output on iFrame pages,
3019
+ * but run the hooks anyway since they output JavaScript
3020
+ * or other needed content.
3021
+ */
3022
+
3023
+ /**
3024
+ * @global string $hook_suffix
3025
+ */
3026
+ global $hook_suffix;
3027
+ ?>
3028
+ <div class="hidden">
3029
+ <?php
3030
+ /** This action is documented in wp-admin/admin-footer.php */
3031
+ do_action( 'admin_footer', $hook_suffix );
3032
+
3033
+ /** This action is documented in wp-admin/admin-footer.php */
3034
+ do_action( "admin_print_footer_scripts-$hook_suffix" );
3035
+
3036
+ /** This action is documented in wp-admin/admin-footer.php */
3037
+ do_action( 'admin_print_footer_scripts' );
3038
+ ?>
3039
+ </div>
3040
+ <script type="text/javascript">if(typeof wpOnload=="function")wpOnload();</script>
3041
+ </body>
3042
+ </html>
3043
+ <?php
3044
+ }
3045
+
3046
+ /**
3047
+ *
3048
+ * @param WP_Post $post
3049
+ */
3050
+ function _post_states($post) {
3051
+ $post_states = array();
3052
+ if ( isset( $_REQUEST['post_status'] ) )
3053
+ $post_status = $_REQUEST['post_status'];
3054
+ else
3055
+ $post_status = '';
3056
+
3057
+ if ( !empty($post->post_password) )
3058
+ $post_states['protected'] = __('Password protected');
3059
+ if ( 'private' == $post->post_status && 'private' != $post_status )
3060
+ $post_states['private'] = __('Private');
3061
+ if ( 'draft' == $post->post_status && 'draft' != $post_status )
3062
+ $post_states['draft'] = __('Draft');
3063
+ if ( 'pending' == $post->post_status && 'pending' != $post_status )
3064
+ $post_states['pending'] = _x('Pending', 'post status');
3065
+ if ( is_sticky($post->ID) )
3066
+ $post_states['sticky'] = __('Sticky');
3067
+
3068
+ if ( 'future' === $post->post_status ) {
3069
+ $post_states['scheduled'] = __( 'Scheduled' );
3070
+ }
3071
+
3072
+ if ( 'page' === get_option( 'show_on_front' ) ) {
3073
+ if ( intval( get_option( 'page_on_front' ) ) === $post->ID ) {
3074
+ $post_states['page_on_front'] = __( 'Front Page' );
3075
+ }
3076
+
3077
+ if ( intval( get_option( 'page_for_posts' ) ) === $post->ID ) {
3078
+ $post_states['page_for_posts'] = __( 'Posts Page' );
3079
+ }
3080
+ }
3081
+
3082
+ /**
3083
+ * Filters the default post display states used in the posts list table.
3084
+ *
3085
+ * @since 2.8.0
3086
+ *
3087
+ * @param array $post_states An array of post display states.
3088
+ * @param WP_Post $post The current post object.
3089
+ */
3090
+ $post_states = apply_filters( 'display_post_states', $post_states, $post );
3091
+
3092
+ if ( ! empty($post_states) ) {
3093
+ $state_count = count($post_states);
3094
+ $i = 0;
3095
+ echo ' &mdash; ';
3096
+ foreach ( $post_states as $state ) {
3097
+ ++$i;
3098
+ ( $i == $state_count ) ? $sep = '' : $sep = ', ';
3099
+ echo "<span class='post-state'>$state$sep</span>";
3100
+ }
3101
+ }
3102
+
3103
+ }
3104
+
3105
+ /**
3106
+ *
3107
+ * @param WP_Post $post
3108
+ */
3109
+ function _media_states( $post ) {
3110
+ $media_states = array();
3111
+ $stylesheet = get_option('stylesheet');
3112
+
3113
+ if ( current_theme_supports( 'custom-header') ) {
3114
+ $meta_header = get_post_meta($post->ID, '_wp_attachment_is_custom_header', true );
3115
+
3116
+ if ( is_random_header_image() ) {
3117
+ $header_images = wp_list_pluck( get_uploaded_header_images(), 'attachment_id' );
3118
+
3119
+ if ( $meta_header == $stylesheet && in_array( $post->ID, $header_images ) ) {
3120
+ $media_states[] = __( 'Header Image' );
3121
+ }
3122
+ } else {
3123
+ $header_image = get_header_image();
3124
+
3125
+ // Display "Header Image" if the image was ever used as a header image
3126
+ if ( ! empty( $meta_header ) && $meta_header == $stylesheet && $header_image !== wp_get_attachment_url( $post->ID ) ) {
3127
+ $media_states[] = __( 'Header Image' );
3128
+ }
3129
+
3130
+ // Display "Current Header Image" if the image is currently the header image
3131
+ if ( $header_image && $header_image == wp_get_attachment_url( $post->ID ) ) {
3132
+ $media_states[] = __( 'Current Header Image' );
3133
+ }
3134
+ }
3135
+ }
3136
+
3137
+ if ( current_theme_supports( 'custom-background') ) {
3138
+ $meta_background = get_post_meta($post->ID, '_wp_attachment_is_custom_background', true );
3139
+
3140
+ if ( ! empty( $meta_background ) && $meta_background == $stylesheet ) {
3141
+ $media_states[] = __( 'Background Image' );
3142
+
3143
+ $background_image = get_background_image();
3144
+ if ( $background_image && $background_image == wp_get_attachment_url( $post->ID ) ) {
3145
+ $media_states[] = __( 'Current Background Image' );
3146
+ }
3147
+ }
3148
+ }
3149
+
3150
+ if ( $post->ID == get_option( 'site_icon' ) ) {
3151
+ $media_states[] = __( 'Site Icon' );
3152
+ }
3153
+
3154
+ if ( $post->ID == get_theme_mod( 'site_logo' ) ) {
3155
+ $media_states[] = __( 'Logo' );
3156
+ }
3157
+
3158
+ /**
3159
+ * Filters the default media display states for items in the Media list table.
3160
+ *
3161
+ * @since 3.2.0
3162
+ *
3163
+ * @param array $media_states An array of media states. Default 'Header Image',
3164
+ * 'Background Image', 'Site Icon', 'Logo'.
3165
+ */
3166
+ $media_states = apply_filters( 'display_media_states', $media_states );
3167
+
3168
+ if ( ! empty( $media_states ) ) {
3169
+ $state_count = count( $media_states );
3170
+ $i = 0;
3171
+ echo ' &mdash; ';
3172
+ foreach ( $media_states as $state ) {
3173
+ ++$i;
3174
+ ( $i == $state_count ) ? $sep = '' : $sep = ', ';
3175
+ echo "<span class='post-state'>$state$sep</span>";
3176
+ }
3177
+ }
3178
+ }
3179
+
3180
+ /**
3181
+ * Test support for compressing JavaScript from PHP
3182
+ *
3183
+ * Outputs JavaScript that tests if compression from PHP works as expected
3184
+ * and sets an option with the result. Has no effect when the current user
3185
+ * is not an administrator. To run the test again the option 'can_compress_scripts'
3186
+ * has to be deleted.
3187
+ *
3188
+ * @since 2.8.0
3189
+ */
3190
+ function compression_test() {
3191
+ ?>
3192
+ <script type="text/javascript">
3193
+ var compressionNonce = <?php echo wp_json_encode( wp_create_nonce( 'update_can_compress_scripts' ) ); ?>;
3194
+ var testCompression = {
3195
+ get : function(test) {
3196
+ var x;
3197
+ if ( window.XMLHttpRequest ) {
3198
+ x = new XMLHttpRequest();
3199
+ } else {
3200
+ try{x=new ActiveXObject('Msxml2.XMLHTTP');}catch(e){try{x=new ActiveXObject('Microsoft.XMLHTTP');}catch(e){};}
3201
+ }
3202
+
3203
+ if (x) {
3204
+ x.onreadystatechange = function() {
3205
+ var r, h;
3206
+ if ( x.readyState == 4 ) {
3207
+ r = x.responseText.substr(0, 18);
3208
+ h = x.getResponseHeader('Content-Encoding');
3209
+ testCompression.check(r, h, test);
3210
+ }
3211
+ };
3212
+
3213
+ x.open('GET', ajaxurl + '?action=wp-compression-test&test='+test+'&_ajax_nonce='+compressionNonce+'&'+(new Date()).getTime(), true);
3214
+ x.send('');
3215
+ }
3216
+ },
3217
+
3218
+ check : function(r, h, test) {
3219
+ if ( ! r && ! test )
3220
+ this.get(1);
3221
+
3222
+ if ( 1 == test ) {
3223
+ if ( h && ( h.match(/deflate/i) || h.match(/gzip/i) ) )
3224
+ this.get('no');
3225
+ else
3226
+ this.get(2);
3227
+
3228
+ return;
3229
+ }
3230
+
3231
+ if ( 2 == test ) {
3232
+ if ( '"wpCompressionTest' == r )
3233
+ this.get('yes');
3234
+ else
3235
+ this.get('no');
3236
+ }
3237
+ }
3238
+ };
3239
+ testCompression.check();
3240
+ </script>
3241
+ <?php
3242
+ }
3243
+
3244
+ /**
3245
+ * Echoes a submit button, with provided text and appropriate class(es).
3246
+ *
3247
+ * @since 3.1.0
3248
+ *
3249
+ * @see get_submit_button()
3250
+ *
3251
+ * @param string $text The text of the button (defaults to 'Save Changes')
3252
+ * @param string $type Optional. The type and CSS class(es) of the button. Core values
3253
+ * include 'primary', 'secondary', 'delete'. Default 'primary'
3254
+ * @param string $name The HTML name of the submit button. Defaults to "submit". If no
3255
+ * id attribute is given in $other_attributes below, $name will be
3256
+ * used as the button's id.
3257
+ * @param bool $wrap True if the output button should be wrapped in a paragraph tag,
3258
+ * false otherwise. Defaults to true
3259
+ * @param array|string $other_attributes Other attributes that should be output with the button, mapping
3260
+ * attributes to their values, such as setting tabindex to 1, etc.
3261
+ * These key/value attribute pairs will be output as attribute="value",
3262
+ * where attribute is the key. Other attributes can also be provided
3263
+ * as a string such as 'tabindex="1"', though the array format is
3264
+ * preferred. Default null.
3265
+ */
3266
+ function submit_button( $text = null, $type = 'primary', $name = 'submit', $wrap = true, $other_attributes = null ) {
3267
+ echo get_submit_button( $text, $type, $name, $wrap, $other_attributes );
3268
+ }
3269
+
3270
+ /**
3271
+ * Returns a submit button, with provided text and appropriate class
3272
+ *
3273
+ * @since 3.1.0
3274
+ *
3275
+ * @param string $text Optional. The text of the button. Default 'Save Changes'.
3276
+ * @param string $type Optional. The type of button. Accepts 'primary', 'secondary',
3277
+ * or 'delete'. Default 'primary large'.
3278
+ * @param string $name Optional. The HTML name of the submit button. Defaults to "submit".
3279
+ * If no id attribute is given in $other_attributes below, `$name` will
3280
+ * be used as the button's id. Default 'submit'.
3281
+ * @param bool $wrap Optional. True if the output button should be wrapped in a paragraph
3282
+ * tag, false otherwise. Default true.
3283
+ * @param array|string $other_attributes Optional. Other attributes that should be output with the button,
3284
+ * mapping attributes to their values, such as `array( 'tabindex' => '1' )`.
3285
+ * These attributes will be output as `attribute="value"`, such as
3286
+ * `tabindex="1"`. Other attributes can also be provided as a string such
3287
+ * as `tabindex="1"`, though the array format is typically cleaner.
3288
+ * Default empty.
3289
+ * @return string Submit button HTML.
3290
+ */
3291
+ function get_submit_button( $text = '', $type = 'primary large', $name = 'submit', $wrap = true, $other_attributes = '' ) {
3292
+ if ( ! is_array( $type ) )
3293
+ $type = explode( ' ', $type );
3294
+
3295
+ $button_shorthand = array( 'primary', 'small', 'large' );
3296
+ $classes = array( 'button' );
3297
+ foreach ( $type as $t ) {
3298
+ if ( 'secondary' === $t || 'button-secondary' === $t )
3299
+ continue;
3300
+ $classes[] = in_array( $t, $button_shorthand ) ? 'button-' . $t : $t;
3301
+ }
3302
+ // Remove empty items, remove duplicate items, and finally build a string.
3303
+ $class = implode( ' ', array_unique( array_filter( $classes ) ) );
3304
+
3305
+ $text = $text ? $text : __( 'Save Changes' );
3306
+
3307
+ // Default the id attribute to $name unless an id was specifically provided in $other_attributes
3308
+ $id = $name;
3309
+ if ( is_array( $other_attributes ) && isset( $other_attributes['id'] ) ) {
3310
+ $id = $other_attributes['id'];
3311
+ unset( $other_attributes['id'] );
3312
+ }
3313
+
3314
+ $attributes = '';
3315
+ if ( is_array( $other_attributes ) ) {
3316
+ foreach ( $other_attributes as $attribute => $value ) {
3317
+ $attributes .= $attribute . '="' . esc_attr( $value ) . '" '; // Trailing space is important
3318
+ }
3319
+ } elseif ( ! empty( $other_attributes ) ) { // Attributes provided as a string
3320
+ $attributes = $other_attributes;
3321
+ }
3322
+
3323
+ // Don't output empty name and id attributes.
3324
+ $name_attr = $name ? ' name="' . esc_attr( $name ) . '"' : '';
3325
+ $id_attr = $id ? ' id="' . esc_attr( $id ) . '"' : '';
3326
+
3327
+ $button = '<input type="submit"' . $name_attr . $id_attr . ' class="' . esc_attr( $class );
3328
+ $button .= '" value="' . esc_attr( $text ) . '" ' . $attributes . ' />';
3329
+
3330
+ if ( $wrap ) {
3331
+ $button = '<p class="submit">' . $button . '</p>';
3332
+ }
3333
+
3334
+ return $button;
3335
+ }
3336
+
3337
+ /**
3338
+ *
3339
+ * @global bool $is_IE
3340
+ */
3341
+ function _wp_admin_html_begin() {
3342
+ global $is_IE;
3343
+
3344
+ $admin_html_class = ( is_admin_bar_showing() ) ? 'wp-toolbar' : '';
3345
+
3346
+ if ( $is_IE )
3347
+ @header('X-UA-Compatible: IE=edge');
3348
+
3349
+ ?>
3350
+ <!DOCTYPE html>
3351
+ <!--[if IE 8]>
3352
+ <html xmlns="http://www.w3.org/1999/xhtml" class="ie8 <?php echo $admin_html_class; ?>" <?php
3353
+ /**
3354
+ * Fires inside the HTML tag in the admin header.
3355
+ *
3356
+ * @since 2.2.0
3357
+ */
3358
+ do_action( 'admin_xml_ns' );
3359
+ ?> <?php language_attributes(); ?>>
3360
+ <![endif]-->
3361
+ <!--[if !(IE 8) ]><!-->
3362
+ <html xmlns="http://www.w3.org/1999/xhtml" class="<?php echo $admin_html_class; ?>" <?php
3363
+ /** This action is documented in wp-admin/includes/template.php */
3364
+ do_action( 'admin_xml_ns' );
3365
+ ?> <?php language_attributes(); ?>>
3366
+ <!--<![endif]-->
3367
+ <head>
3368
+ <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
3369
+ <?php
3370
+ }
3371
+
3372
+ /**
3373
+ * Convert a screen string to a screen object
3374
+ *
3375
+ * @since 3.0.0
3376
+ *
3377
+ * @param string $hook_name The hook name (also known as the hook suffix) used to determine the screen.
3378
+ * @return WP_Screen Screen object.
3379
+ */
3380
+ function convert_to_screen( $hook_name ) {
3381
+ if ( ! class_exists( 'WP_Screen' ) ) {
3382
+ _doing_it_wrong( 'convert_to_screen(), add_meta_box()', __( "Likely direct inclusion of wp-admin/includes/template.php in order to use add_meta_box(). This is very wrong. Hook the add_meta_box() call into the add_meta_boxes action instead." ), '3.3.0' );
3383
+ return (object) array( 'id' => '_invalid', 'base' => '_are_belong_to_us' );
3384
+ }
3385
+
3386
+ return WP_Screen::get( $hook_name );
3387
+ }
3388
+
3389
+ /**
3390
+ * Output the HTML for restoring the post data from DOM storage
3391
+ *
3392
+ * @since 3.6.0
3393
+ * @access private
3394
+ */
3395
+ function _local_storage_notice() {
3396
+ ?>
3397
+ <div id="local-storage-notice" class="hidden notice is-dismissible">
3398
+ <p class="local-restore">
3399
+ <?php _e( 'The backup of this post in your browser is different from the version below.' ); ?>
3400
+ <button type="button" class="button restore-backup"><?php _e('Restore the backup'); ?></button>
3401
+ </p>
3402
+ <p class="help">
3403
+ <?php _e( 'This will replace the current editor content with the last backup version. You can use undo and redo in the editor to get the old content back or to return to the restored version.' ); ?>
3404
+ </p>
3405
+ </div>
3406
+ <?php
3407
+ }
3408
+
3409
+ /**
3410
+ * Output a HTML element with a star rating for a given rating.
3411
+ *
3412
+ * Outputs a HTML element with the star rating exposed on a 0..5 scale in
3413
+ * half star increments (ie. 1, 1.5, 2 stars). Optionally, if specified, the
3414
+ * number of ratings may also be displayed by passing the $number parameter.
3415
+ *
3416
+ * @since 3.8.0
3417
+ * @since 4.4.0 Introduced the `echo` parameter.
3418
+ *
3419
+ * @param array $args {
3420
+ * Optional. Array of star ratings arguments.
3421
+ *
3422
+ * @type int $rating The rating to display, expressed in either a 0.5 rating increment,
3423
+ * or percentage. Default 0.
3424
+ * @type string $type Format that the $rating is in. Valid values are 'rating' (default),
3425
+ * or, 'percent'. Default 'rating'.
3426
+ * @type int $number The number of ratings that makes up this rating. Default 0.
3427
+ * @type bool $echo Whether to echo the generated markup. False to return the markup instead
3428
+ * of echoing it. Default true.
3429
+ * }
3430
+ */
3431
+ function wp_star_rating( $args = array() ) {
3432
+ $defaults = array(
3433
+ 'rating' => 0,
3434
+ 'type' => 'rating',
3435
+ 'number' => 0,
3436
+ 'echo' => true,
3437
+ );
3438
+ $r = wp_parse_args( $args, $defaults );
3439
+
3440
+ // Non-english decimal places when the $rating is coming from a string
3441
+ $rating = str_replace( ',', '.', $r['rating'] );
3442
+
3443
+ // Convert Percentage to star rating, 0..5 in .5 increments
3444
+ if ( 'percent' == $r['type'] ) {
3445
+ $rating = round( $rating / 10, 0 ) / 2;
3446
+ }
3447
+
3448
+ // Calculate the number of each type of star needed
3449
+ $full_stars = floor( $rating );
3450
+ $half_stars = ceil( $rating - $full_stars );
3451
+ $empty_stars = 5 - $full_stars - $half_stars;
3452
+
3453
+ if ( $r['number'] ) {
3454
+ /* translators: 1: The rating, 2: The number of ratings */
3455
+ $format = _n( '%1$s rating based on %2$s rating', '%1$s rating based on %2$s ratings', $r['number'] );
3456
+ $title = sprintf( $format, number_format_i18n( $rating, 1 ), number_format_i18n( $r['number'] ) );
3457
+ } else {
3458
+ /* translators: 1: The rating */
3459
+ $title = sprintf( __( '%s rating' ), number_format_i18n( $rating, 1 ) );
3460
+ }
3461
+
3462
+ $output = '<div class="star-rating">';
3463
+ $output .= '<span class="screen-reader-text">' . $title . '</span>';
3464
+ $output .= str_repeat( '<div class="star star-full" aria-hidden="true"></div>', $full_stars );
3465
+ $output .= str_repeat( '<div class="star star-half" aria-hidden="true"></div>', $half_stars );
3466
+ $output .= str_repeat( '<div class="star star-empty" aria-hidden="true"></div>', $empty_stars );
3467
+ $output .= '</div>';
3468
+
3469
+ if ( $r['echo'] ) {
3470
+ echo $output;
3471
+ }
3472
+
3473
+ return $output;
3474
+ }
3475
+
3476
+ /**
3477
+ * Output a notice when editing the page for posts (internal use only).
3478
+ *
3479
+ * @ignore
3480
+ * @since 4.2.0
3481
+ */
3482
+ function _wp_posts_page_notice() {
3483
+ echo '<div class="notice notice-warning inline"><p>' . __( 'You are currently editing the page that shows your latest posts.' ) . '</p></div>';
3484
+ }
3485
+ }
views/about.php CHANGED
@@ -270,26 +270,22 @@ class WPBackItUp_Welcome {
270
  <h2><?php _e( 'New Features', 'wp-backitup' );?></h2>
271
  <div class="feature-section">
272
  <div class="feature-section-media">
273
- <img src="<?php echo WPBACKITUP__PLUGIN_URL . 'images/cleanup_supporting_zips.png'; ?>"/>
274
  </div>
275
  <div class="feature-section-content">
 
 
 
276
  <h4><?php _e( 'Cleanup Supporting Zip Files', 'wp-backitup' );?></h4>
277
  <p><?php _e( 'WPBackItUp now does an even better job of conserving space used on your host. When you select the <em>Cleanup Supporting Zip Files</em> setting, WPBackItUp will remove the supporting zip files that were used to create your backup.', 'wp-backitup' );?></p>
278
 
279
  <h4><?php _e( 'Email Notifications', 'wp-backitup' );?></h4>
280
  <p><?php _e( 'WPBackItUp now supports multiple email addresses for backup notifications. Using the WPBackItUp Settings page add multiple email addresses to the <em>Email Notifications</em> setting and all will receive notification emails when your backups complete.', 'wp-backitup' );?></p>
281
 
282
- <div class="feature-section-media-inline">
283
- <img src="<?php echo WPBACKITUP__PLUGIN_URL . 'images/email_notifications.png'?>" />
284
- </div>
285
-
286
  <h4><?php _e( 'Maximum Zip File Size', 'wp-backitup' );?></h4>
287
  <p><?php _e( "Over the years we have found that some hosting providers enforce strict limitations on the size of your backup archives. When this happens you might see backup errors, or more commonly backup jobs appear to never finish. To combat this challenge we have added the <em>Maximum Zip File Size</em> setting. This setting tells WPBackItUp when to stop adding files to a backup archive and create a new one. Don't worry WPBackItUp won't miss any files, it will just add them to a new backup archive.", 'wp-backitup' );?></p>
288
  </div>
289
 
290
- <div class="feature-section-media">&nbsp;</div>
291
- <div class="feature-section-media">&nbsp;</div>
292
-
293
  <div class="feature-section-media">
294
  <img src="<?php echo WPBACKITUP__PLUGIN_URL . 'images/settings_maxzipsize.png'?>" />
295
  </div>
270
  <h2><?php _e( 'New Features', 'wp-backitup' );?></h2>
271
  <div class="feature-section">
272
  <div class="feature-section-media">
273
+ <img src="<?php echo WPBACKITUP__PLUGIN_URL . 'images/support_download_logs.png'; ?>"/>
274
  </div>
275
  <div class="feature-section-content">
276
+ <h4><?php _e( 'Support Center Enhancements', 'wp-backitup' );?></h4>
277
+ <p><?php _e( 'In this release we have made major enhancements to the support center that will allow us to make our world class support even better. You are now able to <em>view, download</em> and <em>delete</em> the log files we use to help troubleshoot problems with your site. This is an important addition because sometimes customer sites are so crippled by hosting issues, hackers or bad plugins, that they are unable to send us their logs files. Now if that ever happens to you, they can easily be downloaded and emailed to support. ', 'wp-backitup' );?></p>
278
+
279
  <h4><?php _e( 'Cleanup Supporting Zip Files', 'wp-backitup' );?></h4>
280
  <p><?php _e( 'WPBackItUp now does an even better job of conserving space used on your host. When you select the <em>Cleanup Supporting Zip Files</em> setting, WPBackItUp will remove the supporting zip files that were used to create your backup.', 'wp-backitup' );?></p>
281
 
282
  <h4><?php _e( 'Email Notifications', 'wp-backitup' );?></h4>
283
  <p><?php _e( 'WPBackItUp now supports multiple email addresses for backup notifications. Using the WPBackItUp Settings page add multiple email addresses to the <em>Email Notifications</em> setting and all will receive notification emails when your backups complete.', 'wp-backitup' );?></p>
284
 
 
 
 
 
285
  <h4><?php _e( 'Maximum Zip File Size', 'wp-backitup' );?></h4>
286
  <p><?php _e( "Over the years we have found that some hosting providers enforce strict limitations on the size of your backup archives. When this happens you might see backup errors, or more commonly backup jobs appear to never finish. To combat this challenge we have added the <em>Maximum Zip File Size</em> setting. This setting tells WPBackItUp when to stop adding files to a backup archive and create a new one. Don't worry WPBackItUp won't miss any files, it will just add them to a new backup archive.", 'wp-backitup' );?></p>
287
  </div>
288
 
 
 
 
289
  <div class="feature-section-media">
290
  <img src="<?php echo WPBACKITUP__PLUGIN_URL . 'images/settings_maxzipsize.png'?>" />
291
  </div>
views/backup.php CHANGED
@@ -120,6 +120,7 @@ function scan_import_backups($backup_dir){
120
  case 'themes':
121
  case 'uploads':
122
  case 'main':
 
123
  $folder_name = implode("-",array_slice($name_parts, 0, count($name_parts)-2));//grab all but the last two
124
  $extension = substr( $file, - 4 );
125
  break;
@@ -225,7 +226,12 @@ function scan_import_backups($backup_dir){
225
  <img height="60" src="<?php echo WPBACKITUP__PLUGIN_URL . "images/wpbackitup-logo-small.png";?>">
226
  </a>
227
  <h2>WPBackItUp Backup &amp; Restore </h2>
228
- <a target="_blank" href="https://wordpress.org/support/plugin/wp-backitup/reviews/?filter=5" class="button button-hero button-primary wpbiu-button">Review Plugin</a>
 
 
 
 
 
229
  </div>
230
 
231
  <?php // Notification Widget
@@ -293,7 +299,7 @@ if (!$backup_folder_exists) {
293
  </div>
294
 
295
  <!--Scheduled Backups-->
296
- <!-- //removeIf(premiumOnly) -->
297
  <div class="widget">
298
  <h3><i class="fa fa-clock-o"></i> <?php _e('Backup Schedule', 'wp-backitup'); ?>
299
  <i id="scheduled-backups-accordian" style="float:right" class="fa fa-angle-double-down"></i></h3>
@@ -323,7 +329,7 @@ if (!$backup_folder_exists) {
323
  ?>
324
  </div>
325
  </div>
326
- <!--//endRemoveIf(premiumOnly)-->
327
 
328
  <!--Available Backups section-->
329
  <div class="widget">
120
  case 'themes':
121
  case 'uploads':
122
  case 'main':
123
+ case 'backupset':
124
  $folder_name = implode("-",array_slice($name_parts, 0, count($name_parts)-2));//grab all but the last two
125
  $extension = substr( $file, - 4 );
126
  break;
226
  <img height="60" src="<?php echo WPBACKITUP__PLUGIN_URL . "images/wpbackitup-logo-small.png";?>">
227
  </a>
228
  <h2>WPBackItUp Backup &amp; Restore </h2>
229
+ <?php // Show the review button only when user has more than two successfull backup or restore
230
+ if( $this->successful_backup_count() > 2 || $this->successful_restore_count() > 2 ) {
231
+ ?>
232
+ <a target="_blank" href="https://wordpress.org/support/plugin/wp-backitup/reviews/?filter=5" class="button button-hero button-primary wpbiu-button">Review Plugin</a>
233
+ <?php }
234
+ ?>
235
  </div>
236
 
237
  <?php // Notification Widget
299
  </div>
300
 
301
  <!--Scheduled Backups-->
302
+ <!-- //removeIf(liteBuild) -->
303
  <div class="widget">
304
  <h3><i class="fa fa-clock-o"></i> <?php _e('Backup Schedule', 'wp-backitup'); ?>
305
  <i id="scheduled-backups-accordian" style="float:right" class="fa fa-angle-double-down"></i></h3>
329
  ?>
330
  </div>
331
  </div>
332
+ <!--//endRemoveIf(liteBuild)-->
333
 
334
  <!--Available Backups section-->
335
  <div class="widget">
views/settings.php CHANGED
@@ -53,7 +53,7 @@
53
  </div>
54
  <?php endif; ?>
55
 
56
- <div class="wrap">
57
  <h2><?php echo $page_title; ?></h2>
58
  <div id="content">
59
 
53
  </div>
54
  <?php endif; ?>
55
 
56
+ <div class="wrap" id="wpbackitup-settings">
57
  <h2><?php echo $page_title; ?></h2>
58
  <div id="content">
59
 
views/support.php CHANGED
@@ -28,8 +28,12 @@ class WPBackItUp_Support {
28
  $this->render_header();
29
 
30
  $selected = isset( $_GET['tab'] ) ? $_GET['tab'] : 'support';
 
 
 
31
  if ($selected == 'support') $this->support_screen();
32
  if ($selected == 'send-logs') $this->send_logs_screen();
 
33
  if ($selected == 'advanced') $this->advanced_screen();
34
 
35
  $this->render_footer();
@@ -65,6 +69,10 @@ class WPBackItUp_Support {
65
  <?php _e( "Send Logs", 'wp-backitup' ); ?>
66
  </a>
67
 
 
 
 
 
68
  <?php //hide tab unless navigate directly
69
  if ( $selected == 'advanced') : ?>
70
  <a class="nav-tab <?php echo $selected == 'advanced' ? 'nav-tab-active' : ''; ?>" href="<?php echo esc_url( admin_url( add_query_arg( array('page' => 'wp-backitup-support','tab' => 'advanced'), 'admin.php' ) ) ); ?>">
@@ -253,6 +261,41 @@ class WPBackItUp_Support {
253
  <?php
254
  }
255
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
256
  /**
257
  * Render Advanced Screen
258
  *
@@ -342,6 +385,7 @@ class WPBackItUp_Support {
342
  .wpbackitup-about-wrap .feature-section-media-inline img { border: 1px solid #ddd; }
343
 
344
  .wpbackitup-about-wrap .feature-section:not(.under-the-hood) .col { margin-top: 0; }
 
345
  /* responsive */
346
  @media all and ( max-width: 782px ) {
347
  .wpbackitup-about-wrap .feature-section-content,
28
  $this->render_header();
29
 
30
  $selected = isset( $_GET['tab'] ) ? $_GET['tab'] : 'support';
31
+ if(isset($_GET['delete_log']) && !empty($_GET['delete_log'])){
32
+ $this->delete_action();
33
+ }
34
  if ($selected == 'support') $this->support_screen();
35
  if ($selected == 'send-logs') $this->send_logs_screen();
36
+ if ($selected == 'download-logs') $this->download_logs_screen();
37
  if ($selected == 'advanced') $this->advanced_screen();
38
 
39
  $this->render_footer();
69
  <?php _e( "Send Logs", 'wp-backitup' ); ?>
70
  </a>
71
 
72
+ <a class="nav-tab <?php echo $selected == 'download-logs' ? 'nav-tab-active' : ''; ?>" href="<?php echo esc_url( admin_url( add_query_arg( array('page' => 'wp-backitup-support','tab' => 'download-logs'), 'admin.php' ) ) ); ?>">
73
+ <?php _e( "Download Logs", 'wp-backitup' ); ?>
74
+ </a>
75
+
76
  <?php //hide tab unless navigate directly
77
  if ( $selected == 'advanced') : ?>
78
  <a class="nav-tab <?php echo $selected == 'advanced' ? 'nav-tab-active' : ''; ?>" href="<?php echo esc_url( admin_url( add_query_arg( array('page' => 'wp-backitup-support','tab' => 'advanced'), 'admin.php' ) ) ); ?>">
261
  <?php
262
  }
263
 
264
+
265
+ /**
266
+ * Render Download logs screen
267
+ *
268
+ * @access public
269
+ * @since 1.9
270
+ * @return void
271
+ */
272
+ private function download_logs_screen() {
273
+ ?>
274
+ <form id = "download_backup" name="download_backup" action="<?php echo get_admin_url(),"admin-post.php"; ?>" method="post">
275
+ <input type="hidden" name="action" value="download_backup">
276
+ <input type="hidden" id="backup_file" name="backup_file" value="">
277
+ <input type="hidden" id="download_logs" name="download_logs" value="1">
278
+ <?php wp_nonce_field('wp-backitup'. "-download_backup"); ?>
279
+ </form>
280
+ <?php
281
+ global $WPBackitupListTable;
282
+ echo '</pre><div class="wrap"><p class="about-description">'.__( 'Download logs file manually.', 'wp-backitup' ).'</p>';
283
+
284
+ $WPBackitupListTable->prepare_items();
285
+ echo '<form method="post"><input type="hidden" name="page" value="download_logs_screen">';
286
+ $WPBackitupListTable->display();
287
+ echo '</form></div>';
288
+ }
289
+
290
+ /* For delete data data on delete action */
291
+ private function delete_action(){
292
+
293
+ $filename = WPBACKITUP__LOGS_PATH.'/'.$_GET['delete_log'];
294
+ if (file_exists($filename)) {
295
+ unlink($filename);
296
+ }
297
+ }
298
+
299
  /**
300
  * Render Advanced Screen
301
  *
385
  .wpbackitup-about-wrap .feature-section-media-inline img { border: 1px solid #ddd; }
386
 
387
  .wpbackitup-about-wrap .feature-section:not(.under-the-hood) .col { margin-top: 0; }
388
+ .wpbiu-download-logs .feature-section-content{ width: 60%; }
389
  /* responsive */
390
  @media all and ( max-width: 782px ) {
391
  .wpbackitup-about-wrap .feature-section-content,
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.13.5
10
  * Text Domain: wp-backitup
11
  * Domain Path: /languages
12
  *
@@ -34,7 +34,7 @@ define( 'WPBACKITUP__CLASSNAMESPACE', 'WPBackItUp' );
34
 
35
  define( 'WPBACKITUP__MAJOR_VERSION', 1);
36
  define( 'WPBACKITUP__MINOR_VERSION', 13);
37
- define( 'WPBACKITUP__MAINTENANCE_VERSION', 5); //Dont forget to update version in header on WP release
38
  define( 'WPBACKITUP__BUILD_VERSION', 0); //Used for hotfix releases
39
 
40
  define( 'WPBACKITUP__VERSION',sprintf("%d.%d.%d.%d", WPBACKITUP__MAJOR_VERSION, WPBACKITUP__MINOR_VERSION,WPBACKITUP__MAINTENANCE_VERSION,WPBACKITUP__BUILD_VERSION));
@@ -45,7 +45,7 @@ define( 'WPBACKITUP__DEBUG', false );
45
 
46
  //define( 'WPBACKITUP__TEST_RUN_HOURLY', true );
47
  define( 'WPBACKITUP__MINIMUM_WP_VERSION', '3.0' );
48
- define( 'WPBACKITUP__ITEM_NAME', 'WP Backitup' );
49
  define( 'WPBACKITUP__FRIENDLY_NAME', 'WPBackItUp' );
50
 
51
  define( 'WPBACKITUP__CONTENT_PATH', WP_CONTENT_DIR );
@@ -256,7 +256,7 @@ if (!is_admin()
256
  }
257
 
258
  require_once( WPBACKITUP__PLUGIN_PATH .'/lib/includes/class-wpbackitup-admin.php' );
259
-
260
 
261
  global $WPBackitup;
262
  $WPBackitup = WPBackitup_Admin::get_instance();
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.6
10
  * Text Domain: wp-backitup
11
  * Domain Path: /languages
12
  *
34
 
35
  define( 'WPBACKITUP__MAJOR_VERSION', 1);
36
  define( 'WPBACKITUP__MINOR_VERSION', 13);
37
+ define( 'WPBACKITUP__MAINTENANCE_VERSION', 6); //Dont forget to update version in header on WP release
38
  define( 'WPBACKITUP__BUILD_VERSION', 0); //Used for hotfix releases
39
 
40
  define( 'WPBACKITUP__VERSION',sprintf("%d.%d.%d.%d", WPBACKITUP__MAJOR_VERSION, WPBACKITUP__MINOR_VERSION,WPBACKITUP__MAINTENANCE_VERSION,WPBACKITUP__BUILD_VERSION));
45
 
46
  //define( 'WPBACKITUP__TEST_RUN_HOURLY', true );
47
  define( 'WPBACKITUP__MINIMUM_WP_VERSION', '3.0' );
48
+ define( 'WPBACKITUP__ITEM_NAME', 'WP Backitup' );
49
  define( 'WPBACKITUP__FRIENDLY_NAME', 'WPBackItUp' );
50
 
51
  define( 'WPBACKITUP__CONTENT_PATH', WP_CONTENT_DIR );
256
  }
257
 
258
  require_once( WPBACKITUP__PLUGIN_PATH .'/lib/includes/class-wpbackitup-admin.php' );
259
+ require_once( WPBACKITUP__PLUGIN_PATH .'/lib/includes/class-download-log.php' );
260
 
261
  global $WPBackitup;
262
  $WPBackitup = WPBackitup_Admin::get_instance();