Backup and Restore WordPress – WPBackItUp Backup Plugin - Version 1.13.2

Version Description

Download this release

Release Info

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

Code changes from version 1.13.1 to 1.13.2

Files changed (49) hide show
  1. css/wpbackitup-admin.min.css +1 -1
  2. css/wpbackitup_admin.css +96 -0
  3. images/backup_inprogress.png +0 -0
  4. images/backup_retention.png +0 -0
  5. images/backup_scheduler.png +0 -0
  6. images/email_notifications.png +0 -0
  7. images/error.png +0 -0
  8. images/icon.png +0 -0
  9. images/icon32.png +0 -0
  10. images/info.png +0 -0
  11. images/restore_success.png +0 -0
  12. images/settings_maxzipsize.png +0 -0
  13. images/single-file-download.png +0 -0
  14. images/success.png +0 -0
  15. images/support_page.png +0 -0
  16. images/support_portal.png +0 -0
  17. images/upload_success.png +0 -0
  18. images/warning.png +0 -0
  19. images/wpbackitup-logo-small.png +0 -0
  20. images/wpbackitup-logo.png +0 -0
  21. js/wpbackitup-admin.min.js +1 -1
  22. js/wpbackitup_admin.js +4 -4
  23. languages/wp-backitup-bn_BD.mo +0 -0
  24. languages/wp-backitup-bn_BD.po +683 -152
  25. languages/wp-backitup-de_DE.mo +0 -0
  26. languages/wp-backitup-de_DE.po +698 -155
  27. languages/wp-backitup-en_US.po +0 -1636
  28. languages/wp-backitup-es_ES.mo +0 -0
  29. languages/wp-backitup-es_ES.po +698 -155
  30. languages/wp-backitup-fr_FR.mo +0 -0
  31. languages/wp-backitup-fr_FR.po +698 -155
  32. languages/wp-backitup-it_IT.mo +0 -0
  33. languages/wp-backitup-it_IT.po +698 -155
  34. languages/wp-backitup-ru_RU.mo +0 -0
  35. languages/wp-backitup-ru_RU.po +688 -151
  36. languages/wp-backitup-tl.mo +0 -0
  37. languages/wp-backitup-tl.po +698 -155
  38. languages/wp-backitup.pot +680 -149
  39. lib/includes/class-job.php +4 -1
  40. lib/includes/class-utility.php +7 -1
  41. lib/includes/class-wpbackitup-admin.php +71 -12
  42. lib/includes/update_plugin.php +3 -0
  43. readme.txt +9 -2
  44. views/about.php +687 -0
  45. views/backup.php +9 -9
  46. views/restore.php +2 -2
  47. views/settings.php +21 -2
  48. views/support.php +348 -87
  49. wp-backitup.php +2 -2
css/wpbackitup-admin.min.css CHANGED
@@ -1 +1 @@
1
- .error{color:red}.warning{color:#FEEFB3}.wpbackitup-warning{color:#FF8000}.isa_cancelled,.isa_error,.isa_info,.isa_success,.isa_warning{border:1px solid;margin:10px 0;padding:15px 10px 15px 50px;background-repeat:no-repeat;background-position:10px center;-moz-border-radius:.5em;-webkit-border-radius:.5em;border-radius:.5em}.submit,h3,td{padding:0}.isa_info{color:#00529B;background-color:#BDE5F8;background-image:url(../images/info.png)}.isa_success{color:#4F8A10;background-color:#DFF2BF;background-image:url(../images/success.png)}.isa_warning{color:#9F6000;background-color:#FEEFB3;background-image:url(../images/warning.png)}.isa_error{color:#D8000C;background-color:#FFBABA;background-image:url(../images/error.png)}.isa_cancelled{color:#9F6000;background-color:#FEEFB3;background-image:url(../images/warning.png)}p{line-height:1.4em}h3{margin:0;border-bottom:1px solid #eee}.wp-backitup-iframe{height:0;margin:0;padding:0;position:absolute;top:0;right:0;width:0;z-index:-1}.notice-error,.notice-success,.notice-warning{margin:10px 20px 2px!important;padding:15px 10px 15px 50px;background-repeat:no-repeat;background-position:10px center}.notice-error{border-color:#D8000C;background-image:url(../images/error.png)}.notice-success{border-color:#7ad03a;background-image:url(../images/success.png)}.notice-warning{border-color:#9F6000;background-image:url(../images/warning.png)}#wp-backitup-notification-widget-close{cursor:pointer}#content{float:left;width:65%}#content input[type=text],#content input[type=file]{padding:0}.status-icon{display:inline;height:16px;position:relative;top:3px;left:5px;visibility:hidden;width:16px}.backup-cancelled,.backup-error,.backup-errors,.backup-errors div,.backup-status,.backup-status span,.backup-success,.backup-success div,.backup-warning,.backup-warning div,.restore-errors,.restore-errors div,.restore-status,.restore-status span,.restore-success,.restore-success div,.upload-status,.upload-status span{display:none}#sidebar{float:right;width:30%}.widget{padding:1em;background-color:#fff;margin:20px}.cancel-hidden{display:none!important}.filters p label,ul.tagit li{display:block}ul.tagit{padding:1px 5px;overflow:auto;margin-left:inherit;margin-right:inherit}ul.tagit li{float:left;margin:2px 5px 2px 0}input.tagit-hidden-field,ul.tagit li.tagit-choice .tagit-close .text-icon{display:none}ul.tagit li.tagit-choice{position:relative;line-height:inherit}ul.tagit li.tagit-choice-read-only{padding:.2em .5em}ul.tagit li.tagit-choice-editable{padding:.2em 18px .2em .5em}ul.tagit li.tagit-new{padding:.25em 4px .25em 0}ul.tagit li.tagit-choice a.tagit-label{cursor:pointer;text-decoration:none}ul.tagit li.tagit-choice .tagit-close{cursor:pointer;position:absolute;right:.1em;top:50%;margin-top:-8px;line-height:17px}ul.tagit li.tagit-choice input{display:block;float:left;margin:2px 5px 2px 0}ul.tagit input[type=text]{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;border:none;margin:0;padding:0;width:inherit;background-color:inherit;outline:0}.dbfilters_section{overflow:hidden;clear:both;margin-top:-20px}.dbfilters_section h4{margin-bottom:2px}.dbfilters_section_left,.dbfilters_section_right{float:left;width:302px;margin-right:10px}.wpbackitup_connectedSortable{border:1px solid #eee;width:100%;min-height:20px;list-style-type:none;margin:0;padding:5px 0 0}.wpbackitup_connectedSortable li{margin:0 5px 5px;padding:5px;font-size:1.2em;width:280px}.word-capitalize{text-transform:capitalize}.wpb-badge{position:absolute;right:0;top:0;background:url(../images/wpbackitup-logo.png) center top no-repeat;color:#32828b;display:inline-block;font-size:14px;font-weight:600;height:40px;margin:5px 0 0;padding-top:132px;text-align:center;text-rendering:optimizelegibility;width:150px}.success-grid{color:#4F8A10;background-color:#DFF2BF;font-weight:700}.wpbackitup-topbar{position:relative;top:20px;overflow:hidden;clear:both;margin:0;width:98%;min-width:255px;padding:10px;background:#ddd;border-radius:15px}.wpbackitup-topbar a,.wpbackitup-topbar h2{float:left;margin-left:5px;margin-right:25px}.wpbackitup-topbar h2{font-size:25px;font-weight:600}.wpbiu-button{float:right!important;margin-right:15px!important;margin-top:15px!important}#import-uploads{display:none}#import-uploads.button-secondary{margin-top:12px;background:#42b8dd!important;color:#fff!important}#import-uploads.button-secondary:hover{background:#45bce4!important;border-color:#aaa!important}.wpbiu-notes{overflow:hidden}.wpbiu-notes textarea{width:100%;height:60px;padding:5px}.wpbiu-notes button{width:15%;margin:5px 0!important}.wpbiu-notes span{margin-left:10px;color:green;display:none}.wpbiu-select-box select{display:block;margin:10px 0;width:15%}
1
+ .error{color:red}.warning{color:#FEEFB3}.wpbackitup-warning{color:#FF8000}.isa_cancelled,.isa_error,.isa_info,.isa_success,.isa_warning{border:1px solid;margin:10px 0;padding:15px 10px 15px 50px;background-repeat:no-repeat;background-position:10px center;-moz-border-radius:.5em;-webkit-border-radius:.5em;border-radius:.5em}.submit,h3,td{padding:0}.isa_info{color:#00529B;background-color:#BDE5F8;background-image:url(../images/info.png)}.isa_success{color:#4F8A10;background-color:#DFF2BF;background-image:url(../images/success.png)}.isa_warning{color:#9F6000;background-color:#FEEFB3;background-image:url(../images/warning.png)}.isa_error{color:#D8000C;background-color:#FFBABA;background-image:url(../images/error.png)}.isa_cancelled{color:#9F6000;background-color:#FEEFB3;background-image:url(../images/warning.png)}p{line-height:1.4em}h3{margin:0;border-bottom:1px solid #eee}.wp-backitup-iframe{height:0;margin:0;padding:0;position:absolute;top:0;right:0;width:0;z-index:-1}.notice-error,.notice-success,.notice-warning{margin:10px 20px 2px!important;padding:15px 10px 15px 50px;background-repeat:no-repeat;background-position:10px center}.notice-error{border-color:#D8000C;background-image:url(../images/error.png)}.notice-success{border-color:#7ad03a;background-image:url(../images/success.png)}.notice-warning{border-color:#9F6000;background-image:url(../images/warning.png)}#wp-backitup-notification-widget-close{cursor:pointer}#content{float:left;width:65%}#content input[type=text],#content input[type=file]{padding:0}.status-icon{display:inline;height:16px;position:relative;top:3px;left:5px;visibility:hidden;width:16px}.backup-cancelled,.backup-error,.backup-errors,.backup-errors div,.backup-status,.backup-status span,.backup-success,.backup-success div,.backup-warning,.backup-warning div,.restore-errors,.restore-errors div,.restore-status,.restore-status span,.restore-success,.restore-success div,.upload-status,.upload-status span{display:none}#sidebar{float:right;width:30%}.widget{padding:1em;background-color:#fff;margin:20px}.cancel-hidden{display:none!important}.filters p label,ul.tagit li{display:block}ul.tagit{padding:1px 5px;overflow:auto;margin-left:inherit;margin-right:inherit}ul.tagit li{float:left;margin:2px 5px 2px 0}input.tagit-hidden-field,ul.tagit li.tagit-choice .tagit-close .text-icon{display:none}ul.tagit li.tagit-choice{position:relative;line-height:inherit}ul.tagit li.tagit-choice-read-only{padding:.2em .5em}ul.tagit li.tagit-choice-editable{padding:.2em 18px .2em .5em}ul.tagit li.tagit-new{padding:.25em 4px .25em 0}ul.tagit li.tagit-choice a.tagit-label{cursor:pointer;text-decoration:none}ul.tagit li.tagit-choice .tagit-close{cursor:pointer;position:absolute;right:.1em;top:50%;margin-top:-8px;line-height:17px}ul.tagit li.tagit-choice input{display:block;float:left;margin:2px 5px 2px 0}ul.tagit input[type=text]{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;border:none;margin:0;padding:0;width:inherit;background-color:inherit;outline:0}.dbfilters_section{overflow:hidden;clear:both;margin-top:-20px}.dbfilters_section h4{margin-bottom:2px}.dbfilters_section_left,.dbfilters_section_right{float:left;width:302px;margin-right:10px}.wpbackitup_connectedSortable{border:1px solid #eee;width:100%;min-height:20px;list-style-type:none;margin:0;padding:5px 0 0}.wpbackitup_connectedSortable li{margin:0 5px 5px;padding:5px;font-size:1.2em;width:280px}.word-capitalize{text-transform:capitalize}.wpb-badge{position:absolute;right:0;top:0;background:url(../images/wpbackitup-logo.png) center top no-repeat;color:#32828b;display:inline-block;font-size:14px;font-weight:600;height:40px;margin:5px 0 0;padding-top:132px;text-align:center;text-rendering:optimizelegibility;width:150px}.success-grid{color:#4F8A10;background-color:#DFF2BF;font-weight:700}.wpbackitup-topbar{position:relative;top:20px;overflow:hidden;clear:both;margin:0;width:98%;min-width:255px;padding:10px;background:#ddd;border-radius:15px}.wpbackitup-topbar a,.wpbackitup-topbar h2{float:left;margin-left:5px;margin-right:25px}.wpbackitup-topbar h2{font-size:25px;font-weight:600}.wpbiu-button{float:right!important;margin-right:15px!important;margin-top:15px!important}#import-uploads{display:none}#import-uploads.button-secondary{margin-top:12px;background:#42b8dd!important;color:#fff!important}#import-uploads.button-secondary:hover{background:#45bce4!important;border-color:#aaa!important}.wpbiu-notes{overflow:hidden}.wpbiu-notes textarea{width:100%;height:60px;padding:5px}.wpbiu-notes button{width:15%;margin:5px 0!important}.wpbiu-notes span{margin-left:10px;color:green;display:none}.wpbiu-select-box select{display:block;margin:10px 0;width:15%}.wpbiu-support-textarea{width:270px;height:100px}.wpbiu-form-input{padding:3px!important}@media only screen and (max-width :767px){#content{width:100%}.wpbiu-select-box select{width:40%}.wpbackitup-topbar h2{font-size:18px}.wpbiu-button{float:left!important}.wpbackitup-topbar{width:86%;padding:20px}.widefat thead{display:none}.widefat tbody td{display:block;padding:.6rem;margin-left:.4rem}.widefat td:before{content:attr(data-th);font-weight:700;display:inline-block;width:100%;margin-bottom:.3rem;margin-left:-.3rem}#TB_window{margin-left:-50%!important;width:100%!important}#TB_ajaxContent{width:95%!important;padding:10px}#sidebar{width:100%}.restoreRow{margin-top:-50px;display:block}#wpbackitup-plupload-modal{width:100%!important;margin:0!important}.wpbiu-form-input,.wpbiu-support-textarea{width:95%}}@media only screen and (min-width :768px) and (max-width:1024px){#content{width:100%}.wpbiu-select-box select{width:40%}#sidebar{width:100%}}
css/wpbackitup_admin.css CHANGED
@@ -358,4 +358,100 @@ ul.tagit input[type="text"] {
358
  display: block;
359
  margin: 10px 0;
360
  width: 15%;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
361
  }
358
  display: block;
359
  margin: 10px 0;
360
  width: 15%;
361
+ }
362
+
363
+ .wpbiu-support-textarea{
364
+ width:270px;
365
+ height:100px;
366
+ }
367
+
368
+ .wpbiu-form-input{
369
+ padding: 3px !important;
370
+ }
371
+
372
+ /* Iphone5, Iphone 6, Smart phones ----------- */
373
+ @media only screen and (max-width : 767px) {
374
+ #content{
375
+ width: 100%;
376
+ }
377
+
378
+ .wpbiu-select-box select{
379
+ width: 40%;
380
+ }
381
+ .wpbackitup-topbar h2{
382
+ font-size: 18px;
383
+ }
384
+ .wpbiu-button{
385
+ float: left !important;
386
+ }
387
+ .wpbackitup-topbar{
388
+ width: 86%;
389
+ padding: 20px;
390
+ }
391
+
392
+ .widefat thead{
393
+ display: none;
394
+ }
395
+
396
+ .widefat tbody td {
397
+ display: block;
398
+ padding: .6rem;
399
+ margin-left: 0.4rem;
400
+ }
401
+
402
+ .widefat td:before {
403
+ content: attr(data-th);
404
+ font-weight: bold;
405
+ display: inline-block;
406
+ width: 100%;
407
+ margin-bottom: 0.3rem;
408
+ margin-left: -0.3rem;
409
+ }
410
+
411
+ /* pop up */
412
+ #TB_window{
413
+ margin-left: -50% !important;
414
+ width: 100% !important;
415
+ }
416
+ #TB_ajaxContent{
417
+ width:95% !important;
418
+ padding: 10px;
419
+ }
420
+
421
+ #sidebar{
422
+ width: 100%;
423
+ }
424
+
425
+ /* restore */
426
+ .restoreRow{
427
+ margin-top: -50px;
428
+ display: block;
429
+ }
430
+
431
+ #wpbackitup-plupload-modal{
432
+ width: 100% !important;
433
+ margin: 0 !important;
434
+ }
435
+ .wpbiu-support-textarea{
436
+ width: 95%;
437
+ }
438
+ .wpbiu-form-input{
439
+ width: 95%;
440
+ }
441
+ }
442
+
443
+ /* Ipad, Tabs ----------- */
444
+ @media only screen and (min-width : 768px) and (max-width: 1024px) {
445
+ #content{
446
+ width: 100%;
447
+ }
448
+
449
+ .wpbiu-select-box select{
450
+ width: 40%;
451
+ }
452
+
453
+ #sidebar{
454
+ width: 100%;
455
+ }
456
+
457
  }
images/backup_inprogress.png ADDED
Binary file
images/backup_retention.png ADDED
Binary file
images/backup_scheduler.png ADDED
Binary file
images/email_notifications.png ADDED
Binary file
images/error.png CHANGED
Binary file
images/icon.png CHANGED
Binary file
images/icon32.png CHANGED
Binary file
images/info.png CHANGED
Binary file
images/restore_success.png ADDED
Binary file
images/settings_maxzipsize.png ADDED
Binary file
images/single-file-download.png ADDED
Binary file
images/success.png CHANGED
Binary file
images/support_page.png ADDED
Binary file
images/support_portal.png ADDED
Binary file
images/upload_success.png ADDED
Binary file
images/warning.png CHANGED
Binary file
images/wpbackitup-logo-small.png CHANGED
Binary file
images/wpbackitup-logo.png CHANGED
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("#download_backup").submit(),!1})}function n(a,n){var o=({action:h("backup_zip_filelist"),job_id:a},n.replace(/[^A-Za-z0-9\-]/g,"")),s=0,c="",l='<div id="'+o+'"> <h2>WP BackItUp Backup Set: &nbsp;<em>'+n+'</em></h2> <div class="wpbiu-notes"> <textarea class="backupnotes" id="wpbiu-note-box" placeholder="add notes here"></textarea> <button id="wpbiu-note-btn" class="button-primary">Save</button><span id="wpbiu-note-response">Note Saved!</span></div> <p>Below are the archive files included in this backup set. Click the link to download.</p> <table class="widefat" id="datatable"> <tbody>';e.ajax({url:ajaxurl,type:"POST",data:{action:h("backup_zip_filelist"),job_id:a},dataType:"json"}).done(function(n){n.data?(e.each(n.data,function(){var a=e(this)[0].name.split(/[\/]+/).pop(),t=e(this)[0].size;if(console.log(a,t),a.indexOf("-backupset-")>-1)c='<p><a class="downloadbackuplink" href="'+a+'"><i class="fa fa-cloud-download fa-3x"></i> <strong>Download a single zip file that contains all these files.</strong></a> <br><em>* Please note that this is a '+t+" file which may timeout on some hosts.</em></p>";else{s++;var n="";s%2!=0&&(n="alternate"),l+='<tr class="'+n+'" id="row'+s+'"> <td><a class="downloadbackuplink" href="'+a+'">'+a+"</a></td> <td>"+t+"</td> </tr>"}}),l+=c+"</tbody></table></div>",e("#TB_ajaxContent").html(l),t(),e.ajax({url:ajaxurl,type:"post",data:{action:h("backup_get_note"),job_id:a},success:function(a){e("#wpbiu-note-box").val(a.data)}}),e("#wpbiu-note-btn").click(function(){var t=e("#wpbiu-note-box").val();e.ajax({url:ajaxurl,type:"POST",data:{action:h("backup_add_note"),job_id:a,note:t},dataType:"json"}).success(function(a){e("#wpbiu-note-response").fadeIn()})}),e("#wpbiu-note-box").focus(function(){e("#wpbiu-note-response").hide()})):i(n,null,null)}).fail(function(e,a,t){i(e,a,t)})}function i(e,a,t){var n="Error-Invalid response from server: ";a&&(n+=a+"\n"),t&&(n+=t+"\n"),n+="\nResponse: \n\n"+JSON.stringify(e),alert(n)}function o(){var a={action:h("restore_status_reader"),job_id:v};e.post(ajaxurl,a,function(a){var t=e(a);t.each(function(){var a="."+e(this).attr("class"),t="."+e(this).attr("class")+"-icon";0==e(this).html()&&(e(a).find(".status").hide(),e(a).find(".status-icon").hide()),1==e(this).html()&&(e(t).css("visibility","visible"),e(a).find(".status").fadeOut(200),e(a).find(".status-icon").fadeIn(1500)),2==e(this).html()&&(e(a).find(".status-icon").fadeOut(200),e(a).find(".status").fadeIn(1500)),e(this).html()==-1&&(e(a).find(".status-icon").fadeOut(200),e(a).find(".fail").fadeIn(1500),e(a).find(".isa_error").fadeIn(1500),clearInterval(window.intervalDefine)),e(this).html()==-2&&e(a).find(".isa_warning").fadeIn(1500),99==e(this).html()&&(e(a).find(".isa_success").fadeIn(1500),clearInterval(window.intervalDefine))})})}function s(){var a={action:h("backup_status_reader"),job_id:v};e.post(ajaxurl,a,function(a){if(x)return clearInterval(window.intervalDefine),e(".status-icon").fadeOut(200),e("#backup-button").removeAttr("disabled"),e("#cancel-button").fadeOut(200),e(".backup-cancelled").fadeIn(200),!1;var t=e(a);t.each(function(){var a="."+e(this).attr("class"),t="."+e(this).attr("class")+"-icon";0==e(this).html()&&(e(a).find(".status").hide(),e(a).find(".status-icon").hide()),1==e(this).html()&&(e(t).css("visibility","visible"),e(a).find(".status").fadeOut(200),e(a).find(".status-icon").fadeIn(1500)),2==e(this).html()&&(e(a).find(".status-icon").fadeOut(200),e(a).find(".status").fadeIn(1500)),e(this).html()==-1&&(e(a).find(".status-icon").fadeOut(200),e(a).find(".fail").fadeIn(1500),clearInterval(window.intervalDefine),c()),e(this).html()==-2&&(e(a).find(".status-icon").fadeOut(200),e(a).find(".wpbackitup-warning").fadeIn(1500)),99==e(this).html()&&(e(a).find(".status-icon").fadeOut(200),e(a).find(".status").fadeIn(1500),clearInterval(window.intervalDefine),c())})})}function c(){var a=e.ajax({url:ajaxurl,type:"POST",data:{action:h("backup_response_reader")},dataType:"json"});a.always(function(a,t,n){if(console.log("Backup Response:"+JSON.stringify(a)),"undefined"!=typeof a.backupStatus&&"undefined"!=typeof a.backupMessage){if(console.log("JSON Backup Status:"+a.backupStatus),console.log("JSON Backup Message:"+a.backupMessage),y)return;switch(y=!0,a.backupStatus){case"success":if(console.log("JSON success response received."),e(".status-icon").fadeOut(200),e("#backup-button").removeAttr("disabled"),e("#cancel-button").addClass("cancel-hidden"),e(".isa_success").show,e(".backup-success").fadeIn(1500),f(a),"undefined"!=typeof a.backupWarnings){var i=e(".backup-warning"),o=a.backupWarnings;o.forEach(function(e){var a=e.warningMessage;i.append('<li class="isa_warning">'+wpbackitup_local.warning+": "+a+"</li>")}),i.fadeIn(1500)}break;case"error":console.log("JSON error response received.");var s=wpbackitup_local.unexpected_err;"undefined"!=typeof a.backupMessage&&(s=a.backupMessage);var c=wpbackitup_local.error+": &nbsp;"+s,l=e(".backup-error");l.html(c),l.addClass("isa_error"),l.fadeIn(1500),e(".status-icon").fadeOut(200),e("#backup-button").removeAttr("disabled"),e("#cancel-button").addClass("cancel-hidden");break;default:console.log("Unexpected JSON response status received.");var s=wpbackitup_local.unexpected_err2;"undefined"!=typeof a.backupMessage&&(s=a.backupMessage);var c=wpbackitup_local.error+"(JS998) : &nbsp;"+s,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:"+n),c=wpbackitup_local.unexpected_err3+": &nbsp;",c+="</br>"+wpbackitup_local.response+": &nbsp;"+JSON.stringify(a),c+="</br>"+wpbackitup_local.status+": &nbsp;"+t,c+="</br>"+wpbackitup_local.error+": &nbsp;"+JSON.stringify(n),e(".backup-status").hide();var 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 n="error-item-"+t.file.id;e("#"+n).length||e("#filelist").append('<div class="error-div error" id="'+n+'" ><strong>'+t.file.name+" has failed to upload due to error:&nbsp;</strong> <span>"+t.message+"</span> </div>")}),t.bind("FileUploaded",function(a,t,n){console.log("File Uploaded"),console.log(n),p(n,a,t)?console.log("uploaded error"):(console.log("uploaded success"),e("#"+t.id+" .progress").css("background-color","green"),e("#import-uploads").show())})}function p(e,a,t){if("200"!=e.status)return alert("Unknown server response status: "+e.code),console.log(e),b(a,t,999,e.response),!0;try{return response_json=jQuery.parseJSON(e.response),!!response_json.error&&(b(a,t,100,response_json.error),!0)}catch(n){return console.log("Unexpected JSON Error"+n),b(a,t,998,e.response),!0}}function b(a,t,n,i){t.status=plupload.FAILED,a.trigger("Error",{code:n,message:i,file:t}),e("#media-item-"+t.id).hide()}function f(n){console.log(n);var i;i='class="success-grid"',e("#datatable tr").first().hasClass("alternate")||(i='class="alternate success-grid"');var o=e("#datatable tr:last")[0].id.replace("row","");if(o++,"undefined"!=typeof n){var s='<td class="word-capitalize">'+n.backupRuntype+"</td>\n<td>"+n.backupDate+"</td>\n";s+="<td>"+n.backupDuration+"</td>\n",n.backupMessage&&(s+="<td>"+n.backupMessage+"</td>\n");var c=n.backupName,l=c.replace(/[^A-Za-z0-9\-]/g,""),r=c.lastIndexOf("_"),u=c.substring(r+1),d="<tr "+i+' id="row'+o+'">\n <td><a href="#TB_inline?width=600&height=550&inlineId='+l+'" class="thickbox" title="Download Backup" name="'+n.backupName+'" data-jobid="'+u+'"><i class="fa fa-download"></i> '+n.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_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;n(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 n="<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(n),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,n){a!==!1&&(notification_bar.removeClass(),notification_bar.addClass("notice"),notification_bar.addClass("notice-"+a.message_type),e("#wp-backitup-notification-widget-message p").html(a.message),notification_bar.hide().fadeIn("slow"))})}),e("#wp-backitup-notification-close").click(function(){_()}),e("#wp-backitup-save_schedule_form").submit(function(){var a=new FormData;a.append("action",h("update-schedule")),a.append("_wpnonce",e("#wp-backitup_nonce-update-schedule").val()),a.append("_wp_http_referer",e("[name='_wp_http_referer']").val());var t=[];return e.each(e("input[name='dow']:checked"),function(){t.push(e(this).val())}),a.append("days_selected",t),jQuery.ajax({url:ajaxurl,type:"POST",cache:!1,contentType:!1,processData:!1,dataType:"json",data:a,success:function(e,a,t){switch(response=e.message,console.log("Success:"+response),response){case"success":k(wpbackitup_local.scheduled_saved);break;case"error":w(wpbackitup_local.scheduled_not_saved)}},error:function(e,a,t){console.log("Error."+a+":"+t)},complete:function(e,a){console.log("Complete")}}),!1});var j=null;e(".backup-button").click(function(a){a.preventDefault(),x=!1,e("#backup-button").attr("disabled","disabled"),e("#cancel-button").removeClass("cancel-hidden"),e("#cancel-button").removeAttr("disabled"),e("#cancel-button").fadeIn(200),j=e.ajax({url:ajaxurl,type:"POST",data:{action:h("backup")},cache:!1,dataType:"json",beforeSend:function(e,a){console.log("BeforeSend:Nothing to report."),l()}}),j.always(function(e,a,t){console.log("Backup Button Click - Always"),console.log(e.message),"undefined"!=typeof e.job_id?(v=e.job_id,console.log("Job_Id:"+e.job_id)):console.log("No Job Id found:"+e)})});var x=!1;e(".cancel-button").click(function(a){a.preventDefault(),e("#cancel-button").attr("disabled","disabled"),null!=j&&(j.abort(),j=null),j=e.ajax({url:ajaxurl,type:"POST",data:{action:h("cancel_backup"),job_id:v},cache:!1,dataType:"json",beforeSend:function(e,a){console.log("BeforeSend:Nothing to report."),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 n=e.ajax({url:ajaxurl,type:"post",data:{action:h("restore"),selected_file:t,user_id:userid},cache:!1,dataType:"json",beforeSend:function(){console.log("BeforeSend:Nothing to report."),u()}});n.always(function(e,a,t){"undefined"!=typeof e.job_id?(v=e.job_id,console.log("Job_Id:"+e.job_id)):console.log("No Job Id found:"+e)})}}),e("#datatable").on("click","a.deleteRow",function(a){if(a.preventDefault(),confirm(wpbackitup_local.sure)){var t=this.title,n=e(this).data("id"),i=this.id.replace("deleteRow","row");e.ajax({url:ajaxurl,type:"post",data:{action:h("delete_file"),filed:t,post_id:n},success:function(a){var t=a.search("deleted");0==t?e("#"+i).remove():alert(wpbackitup_local.file_not_del)}})}})}(jQuery),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,n,i){var o=!0;a.each(function(a){var t=e(this).text().slice(0,-1);o=2==i&&!n(t)||o&&n(t)}),o?t.hide():t.show()}};e("#wpbiu-notification-emails").tagit({afterTagAdded:function(t,n){e(".wpbiu-transient-msg").hide();var i=e("#wpbiu-invalid-email");a.tagItEmailErrorMsg(n.tag,i,a.isEmail,1)},afterTagRemoved:function(t,n){e(".wpbiu-transient-msg").hide();var i=e("#wpbiu-invalid-email");a.tagItEmailErrorMsg(n.tag,i,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("#download_backup").submit(),!1})}function n(a,n){var o=({action:h("backup_zip_filelist"),job_id:a},n.replace(/[^A-Za-z0-9\-]/g,"")),s=0,c="",l='<div id="'+o+'"> <h2>WP BackItUp Backup Set: &nbsp;<em>'+n+'</em></h2> <div class="wpbiu-notes"> <textarea class="backupnotes" id="wpbiu-note-box" placeholder="add notes here"></textarea> <button id="wpbiu-note-btn" class="button-primary">Save</button><span id="wpbiu-note-response">Note Saved!</span></div> <p>Below are the archive files included in this backup set. Click the link to download.</p> <table class="widefat" id="datatable"> <tbody>';e.ajax({url:ajaxurl,type:"POST",data:{action:h("backup_zip_filelist"),job_id:a},dataType:"json"}).done(function(n){n.data?(e.each(n.data,function(){var a=e(this)[0].name.split(/[\/]+/).pop(),t=e(this)[0].size;if(console.log(a,t),a.indexOf("-backupset-")>-1)c='<p><a class="downloadbackuplink" href="'+a+'"><i class="fa fa-cloud-download fa-3x"></i> <strong>Download a single zip file that contains all these files.</strong></a> <br><em>* Please note that this is a '+t+" file which may timeout on some hosts.</em></p>";else{s++;var n="";s%2!=0&&(n="alternate"),l+='<tr class="'+n+'" id="row'+s+'"> <td><a class="downloadbackuplink" href="'+a+'">'+a+"</a></td> <td>"+t+"</td> </tr>"}}),l+=c+"</tbody></table></div>",e("#TB_ajaxContent").html(l),t(),e.ajax({url:ajaxurl,type:"post",data:{action:h("backup_get_note"),job_id:a},success:function(a){e("#wpbiu-note-box").val(a.data)}}),e("#wpbiu-note-btn").click(function(){var t=e("#wpbiu-note-box").val();e.ajax({url:ajaxurl,type:"POST",data:{action:h("backup_add_note"),job_id:a,note:t},dataType:"json"}).success(function(a){e("#wpbiu-note-response").fadeIn()})}),e("#wpbiu-note-box").focus(function(){e("#wpbiu-note-response").hide()})):i(n,null,null)}).fail(function(e,a,t){i(e,a,t)})}function i(e,a,t){var n="Error-Invalid response from server: ";a&&(n+=a+"\n"),t&&(n+=t+"\n"),n+="\nResponse: \n\n"+JSON.stringify(e),alert(n)}function o(){var a={action:h("restore_status_reader"),job_id:v};e.post(ajaxurl,a,function(a){var t=e(a);t.each(function(){var a="."+e(this).attr("class"),t="."+e(this).attr("class")+"-icon";0==e(this).html()&&(e(a).find(".status").hide(),e(a).find(".status-icon").hide()),1==e(this).html()&&(e(t).css("visibility","visible"),e(a).find(".status").fadeOut(200),e(a).find(".status-icon").fadeIn(1500)),2==e(this).html()&&(e(a).find(".status-icon").fadeOut(200),e(a).find(".status").fadeIn(1500)),e(this).html()==-1&&(e(a).find(".status-icon").fadeOut(200),e(a).find(".fail").fadeIn(1500),e(a).find(".isa_error").fadeIn(1500),clearInterval(window.intervalDefine)),e(this).html()==-2&&e(a).find(".isa_warning").fadeIn(1500),99==e(this).html()&&(e(a).find(".isa_success").fadeIn(1500),clearInterval(window.intervalDefine))})})}function s(){var a={action:h("backup_status_reader"),job_id:v};e.post(ajaxurl,a,function(a){if(x)return clearInterval(window.intervalDefine),e(".status-icon").fadeOut(200),e("#backup-button").removeAttr("disabled"),e("#cancel-button").fadeOut(200),e(".backup-cancelled").fadeIn(200),!1;var t=e(a);t.each(function(){var a="."+e(this).attr("class"),t="."+e(this).attr("class")+"-icon";0==e(this).html()&&(e(a).find(".status").hide(),e(a).find(".status-icon").hide()),1==e(this).html()&&(e(t).css("visibility","visible"),e(a).find(".status").fadeOut(200),e(a).find(".status-icon").fadeIn(1500)),2==e(this).html()&&(e(a).find(".status-icon").fadeOut(200),e(a).find(".status").fadeIn(1500)),e(this).html()==-1&&(e(a).find(".status-icon").fadeOut(200),e(a).find(".fail").fadeIn(1500),clearInterval(window.intervalDefine),c()),e(this).html()==-2&&(e(a).find(".status-icon").fadeOut(200),e(a).find(".wpbackitup-warning").fadeIn(1500)),99==e(this).html()&&(e(a).find(".status-icon").fadeOut(200),e(a).find(".status").fadeIn(1500),clearInterval(window.intervalDefine),c())})})}function c(){var a=e.ajax({url:ajaxurl,type:"POST",data:{action:h("backup_response_reader")},dataType:"json"});a.always(function(a,t,n){if(console.log("Backup Response:"+JSON.stringify(a)),"undefined"!=typeof a.backupStatus&&"undefined"!=typeof a.backupMessage){if(console.log("JSON Backup Status:"+a.backupStatus),console.log("JSON Backup Message:"+a.backupMessage),y)return;switch(y=!0,a.backupStatus){case"success":if(console.log("JSON success response received."),e(".status-icon").fadeOut(200),e("#backup-button").removeAttr("disabled"),e("#cancel-button").addClass("cancel-hidden"),e(".isa_success").show,e(".backup-success").fadeIn(1500),f(a),"undefined"!=typeof a.backupWarnings){var i=e(".backup-warning"),o=a.backupWarnings;o.forEach(function(e){var a=e.warningMessage;i.append('<li class="isa_warning">'+wpbackitup_local.warning+": "+a+"</li>")}),i.fadeIn(1500)}break;case"error":console.log("JSON error response received.");var s=wpbackitup_local.unexpected_err;"undefined"!=typeof a.backupMessage&&(s=a.backupMessage);var c=wpbackitup_local.error+": &nbsp;"+s,l=e(".backup-error");l.html(c),l.addClass("isa_error"),l.fadeIn(1500),e(".status-icon").fadeOut(200),e("#backup-button").removeAttr("disabled"),e("#cancel-button").addClass("cancel-hidden");break;default:console.log("Unexpected JSON response status received.");var s=wpbackitup_local.unexpected_err2;"undefined"!=typeof a.backupMessage&&(s=a.backupMessage);var c=wpbackitup_local.error+"(JS998) : &nbsp;"+s,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:"+n),c=wpbackitup_local.unexpected_err3+": &nbsp;",c+="</br>"+wpbackitup_local.response+": &nbsp;"+JSON.stringify(a),c+="</br>"+wpbackitup_local.status+": &nbsp;"+t,c+="</br>"+wpbackitup_local.error+": &nbsp;"+JSON.stringify(n),e(".backup-status").hide();var 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 d(){e(".restore-icon").css("visibility","visible"),e(".default-status, .upload-status").hide(),e("ul.restore-status").children().children().hide(),e(".restore-errors").children().children().hide(),e(".restore-success").children().children().hide(),e(".restore-status, .restore-errors, .restore-success").show(),e(".preparing-icon").css("visibility","visible"),e(".preparing").find(".status-icon").fadeIn(1500),window.intervalDefine=setInterval(o,5e3)}function u(a){var t=new plupload.Uploader(a);t.init(),t.bind("FilesAdded",function(a,t){plupload.each(t,function(a){e("#filelist").append('<div id="media-item-'+a.id+'" class="media-item child-of-0"><img class="pinkynail" alt="" src="'+site_url+'/wp-includes/images/media/archive.png"><div class="filename new" id="'+a.id+'">'+a.name+" (<span>"+plupload.formatSize(0)+"</span> of "+plupload.formatSize(a.size)+') <div class="progress" style="width: 0%;"></div></div></div>')}),a.refresh(),a.start()}),t.bind("UploadProgress",function(a,t){e("#"+t.id+" .progress").width(.15*t.percent+"%"),e("#"+t.id+" span").html(plupload.formatSize(parseInt(t.size*t.percent/100)))}),t.bind(" ChunkUploaded",function(e,a,t){console.log("Chunk Uploaded:"),console.log(t),p(t,e,a)&&console.log("chunk error")}),t.bind("Error",function(a,t){console.log("PlUpload Error:"),console.log(t);var n="error-item-"+t.file.id;e("#"+n).length||e("#filelist").append('<div class="error-div error" id="'+n+'" ><strong>'+t.file.name+" has failed to upload due to error:&nbsp;</strong> <span>"+t.message+"</span> </div>")}),t.bind("FileUploaded",function(a,t,n){console.log("File Uploaded"),console.log(n),p(n,a,t)?console.log("uploaded error"):(console.log("uploaded success"),e("#"+t.id+" .progress").css("background-color","green"),e("#import-uploads").show())})}function p(e,a,t){if("200"!=e.status)return alert("Unknown server response status: "+e.code),console.log(e),b(a,t,999,e.response),!0;try{return response_json=jQuery.parseJSON(e.response),!!response_json.error&&(b(a,t,100,response_json.error),!0)}catch(n){return console.log("Unexpected JSON Error"+n),b(a,t,998,e.response),!0}}function b(a,t,n,i){t.status=plupload.FAILED,a.trigger("Error",{code:n,message:i,file:t}),e("#media-item-"+t.id).hide()}function f(n){console.log(n);var i;i='class="success-grid"',e("#datatable tr").first().hasClass("alternate")||(i='class="alternate success-grid"');var o=e("#datatable tr:last")[0].id.replace("row","");if(o++,"undefined"!=typeof n){var s='<td data-th="Type" class="word-capitalize">'+n.backupRuntype+'</td>\n<td data-th="Date">'+n.backupDate+"</td>\n";s+='<td data-th="Duration">'+n.backupDuration+"</td>\n",n.backupMessage&&(s+='<td data-th="Status">'+n.backupMessage+"</td>\n");var c=n.backupName,l=c.replace(/[^A-Za-z0-9\-]/g,""),r=c.lastIndexOf("_"),d=c.substring(r+1),u="<tr "+i+' id="row'+o+'">\n <td data-th="Backup"><a href="#TB_inline?width=600&height=550&inlineId='+l+'" class="thickbox" title="Download Backup" name="'+n.backupName+'" data-jobid="'+d+'"><i class="fa fa-download"></i> '+n.backupName+"</a></td>\n";u+=s,u+="<td>&nbsp;</td>",u+="</tr>",e("#nofiles")&&e("#nofiles").remove();e("#datatable tr").length;e("#datatable").prepend(u),e("#datatable tr:first").hide().show("slow"),a(),t()}}function h(e){return g+"_"+e}function _(){notification_bar=e("#wp-backitup-notification-parent"),notification_bar.fadeOut("slow")}function k(a){notification_bar_message=e("#wp-backitup-notification-message"),notification_bar_message.html("<p>"+a+"</p>"),notification_bar=e("#wp-backitup-notification-parent"),notification_bar.toggleClass("error",!1),notification_bar.toggleClass("updated",!0),notification_bar.show(),e("html, body").animate({scrollTop:0},"slow")}function w(a){notification_bar_message=e("#wp-backitup-notification-message"),notification_bar_message.html("<p>"+a+"</p>"),notification_bar=e("#wp-backitup-notification-parent"),notification_bar.toggleClass("updated",!1),notification_bar.toggleClass("error",!0),notification_bar.show(),e("html, body").animate({scrollTop:0},"slow")}var g="wp-backitup",v=0;a(),t();try{"undefined"!=typeof wpbackitup_plupload_config&&u(wpbackitup_plupload_config)}catch(m){console.log(m)}e("#scheduled-backups-accordian").click(function(){scheduled_backups=e("#scheduled-backups"),scheduled_backups_button=e("#scheduled-backups-accordian"),e(this).is(".fa-angle-double-down")?(scheduled_backups.fadeIn("slow"),scheduled_backups_button.toggleClass("fa-angle-double-down",!1),scheduled_backups_button.toggleClass("fa-angle-double-up",!0)):(scheduled_backups_button.toggleClass("fa-angle-double-down",!0),scheduled_backups_button.toggleClass("fa-angle-double-up",!1),scheduled_backups.fadeOut("slow"))}),e("#upload-backups-accordian").click(function(){upload_backups=e("#wpbackitup-plupload-modal"),upload_backups_button=e("#upload-backups-accordian"),e(this).is(".fa-angle-double-down")?(upload_backups.fadeIn("slow"),upload_backups_button.toggleClass("fa-angle-double-down",!1),upload_backups_button.toggleClass("fa-angle-double-up",!0)):(upload_backups_button.toggleClass("fa-angle-double-down",!0),upload_backups_button.toggleClass("fa-angle-double-up",!1),upload_backups.fadeOut("slow"))}),e("#wpbackitup-zip").bind("change",function(){var a=this.files[0].size,t=e("#maxfilesize").val();"undefined"!=a&&"undefined"!=t&&""!=a&&""!=t&&a>t&&(alert(wpbackitup_local.upload_file_size_exceed),e("#wpbackitup-zip").val(""))}),e("#wpbackitup_delete_all").change(function(){cb=e(this),cb.val(cb.prop("checked")===!0?1:0)}),e("#wpbackitup_rversion_compare").change(function(){cb=e(this),cb.val(cb.prop("checked")===!0?1:0)}),e("#wpbackitup_single_file_backupset").change(function(){cb=e(this),cb.val(cb.prop("checked")===!0?1:0)}),e("#wpbackitup_single_file_db").change(function(){cb=e(this),cb.val(cb.prop("checked")===!0?1:0)}),e("#wpbackitup_backup_plugins_filter").tagit(),e("#wpbackitup_backup_themes_filter").tagit(),e("#wpbackitup_backup_uploads_filter").tagit(),e("#wpbackitup_backup_others_filter").tagit(),e("#wpbackitup_backup_dbtables_filterable_list , #wpbackitup_backup_dbtables_filtered_list").sortable({connectWith:".wpbackitup_connectedSortable"}).disableSelection(),e("#Save_DBFilters").click(function(a){var t=Array();e("#wpbackitup_backup_dbtables_filtered_list li").each(function(a){t.push(e(this).text())}),e("#wpbackitup_backup_dbtables_filter_list").val(t.join(", "))}),e("#import-uploads").click(function(){setTimeout(function(){window.location.reload()},100)}),e(document.body).on("click",".thickbox",function(){if(!e(this).parents(".wpbiu-restore-item").length){var a=e(this).data("jobid");console.log(a);var t=this.name;n(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 n="<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(n),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,n){a!==!1&&(notification_bar.removeClass(),notification_bar.addClass("notice"),notification_bar.addClass("notice-"+a.message_type),e("#wp-backitup-notification-widget-message p").html(a.message),notification_bar.hide().fadeIn("slow"))})}),e("#wp-backitup-notification-close").click(function(){_()}),e("#wp-backitup-save_schedule_form").submit(function(){var a=new FormData;a.append("action",h("update-schedule")),a.append("_wpnonce",e("#wp-backitup_nonce-update-schedule").val()),a.append("_wp_http_referer",e("[name='_wp_http_referer']").val());var t=[];return e.each(e("input[name='dow']:checked"),function(){t.push(e(this).val())}),a.append("days_selected",t),jQuery.ajax({url:ajaxurl,type:"POST",cache:!1,contentType:!1,processData:!1,dataType:"json",data:a,success:function(e,a,t){switch(response=e.message,console.log("Success:"+response),response){case"success":k(wpbackitup_local.scheduled_saved);break;case"error":w(wpbackitup_local.scheduled_not_saved)}},error:function(e,a,t){console.log("Error."+a+":"+t)},complete:function(e,a){console.log("Complete")}}),!1});var j=null;e(".backup-button").click(function(a){a.preventDefault(),x=!1,e("#backup-button").attr("disabled","disabled"),e("#cancel-button").removeClass("cancel-hidden"),e("#cancel-button").removeAttr("disabled"),e("#cancel-button").fadeIn(200),j=e.ajax({url:ajaxurl,type:"POST",data:{action:h("backup")},cache:!1,dataType:"json",beforeSend:function(e,a){console.log("BeforeSend:Nothing to report."),l()}}),j.always(function(e,a,t){console.log("Backup Button Click - Always"),console.log(e.message),"undefined"!=typeof e.job_id?(v=e.job_id,console.log("Job_Id:"+e.job_id)):console.log("No Job Id found:"+e)})});var x=!1;e(".cancel-button").click(function(a){a.preventDefault(),e("#cancel-button").attr("disabled","disabled"),null!=j&&(j.abort(),j=null),j=e.ajax({url:ajaxurl,type:"POST",data:{action:h("cancel_backup"),job_id:v},cache:!1,dataType:"json",beforeSend:function(e,a){console.log("BeforeSend:Nothing to report."),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 n=e.ajax({url:ajaxurl,type:"post",data:{action:h("restore"),selected_file:t,user_id:userid},cache:!1,dataType:"json",beforeSend:function(){console.log("BeforeSend:Nothing to report."),d()}});n.always(function(e,a,t){"undefined"!=typeof e.job_id?(v=e.job_id,console.log("Job_Id:"+e.job_id)):console.log("No Job Id found:"+e)})}}),e("#datatable").on("click","a.deleteRow",function(a){if(a.preventDefault(),confirm(wpbackitup_local.sure)){var t=this.title,n=e(this).data("id"),i=this.id.replace("deleteRow","row");e.ajax({url:ajaxurl,type:"post",data:{action:h("delete_file"),filed:t,post_id:n},success:function(a){var t=a.search("deleted");0==t?e("#"+i).remove():alert(wpbackitup_local.file_not_del)}})}})}(jQuery),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,n,i){var o=!0;a.each(function(a){var t=e(this).text().slice(0,-1);o=2==i&&!n(t)||o&&n(t)}),o?t.hide():t.show()}};e("#wpbiu-notification-emails").tagit({afterTagAdded:function(t,n){e(".wpbiu-transient-msg").hide();var i=e("#wpbiu-invalid-email");a.tagItEmailErrorMsg(n.tag,i,a.isEmail,1)},afterTagRemoved:function(t,n){e(".wpbiu-transient-msg").hide();var i=e("#wpbiu-invalid-email");a.tagItEmailErrorMsg(n.tag,i,a.isEmail,2)}})}(jQuery);
js/wpbackitup_admin.js CHANGED
@@ -1047,10 +1047,10 @@
1047
  {
1048
  //var restoreColumn = '<td><a href="#" title="' + data.backupFile + '" class="restoreRow" id="restoreRow' + cur_row + '">Restore</a></td>\n';
1049
 
1050
- var viewColumn = '<td class="word-capitalize">'+ data.backupRuntype +'</td>\n<td>' + data.backupDate + '</td>\n';
1051
- viewColumn += '<td>'+ data.backupDuration +'</td>\n';
1052
  if(data.backupMessage) {
1053
- viewColumn += '<td>'+ data.backupMessage +'</td>\n';
1054
  }
1055
 
1056
  // generate inline id
@@ -1063,7 +1063,7 @@
1063
 
1064
  var newRow =
1065
  '<tr ' + css_class + ' id="row' + cur_row + '">\n\
1066
- <td><a href="#TB_inline?width=600&height=550&inlineId='+ inlineId + '" class="thickbox" title="Download Backup" name="'+ data.backupName +'" data-jobid="'+jobId+'"><i class="fa fa-download"></i> ' + data.backupName + '</a></td>\n';
1067
  newRow += viewColumn;
1068
  //newRow +='<td><a href="#" title="' + data.backupName + '" class="deleteRow" id="deleteRow' + cur_row + '">' + wpbackitup_local.delete + '</a></td>\n';
1069
  newRow += '<td>&nbsp;</td>';
1047
  {
1048
  //var restoreColumn = '<td><a href="#" title="' + data.backupFile + '" class="restoreRow" id="restoreRow' + cur_row + '">Restore</a></td>\n';
1049
 
1050
+ var viewColumn = '<td data-th="Type" class="word-capitalize">'+ data.backupRuntype +'</td>\n<td data-th="Date">' + data.backupDate + '</td>\n';
1051
+ viewColumn += '<td data-th="Duration">'+ data.backupDuration +'</td>\n';
1052
  if(data.backupMessage) {
1053
+ viewColumn += '<td data-th="Status">'+ data.backupMessage +'</td>\n';
1054
  }
1055
 
1056
  // generate inline id
1063
 
1064
  var newRow =
1065
  '<tr ' + css_class + ' id="row' + cur_row + '">\n\
1066
+ <td data-th="Backup"><a href="#TB_inline?width=600&height=550&inlineId='+ inlineId + '" class="thickbox" title="Download Backup" name="'+ data.backupName +'" data-jobid="'+jobId+'"><i class="fa fa-download"></i> ' + data.backupName + '</a></td>\n';
1067
  newRow += viewColumn;
1068
  //newRow +='<td><a href="#" title="' + data.backupName + '" class="deleteRow" id="deleteRow' + cur_row + '">' + wpbackitup_local.delete + '</a></td>\n';
1069
  newRow += '<td>&nbsp;</td>';
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-09-19 20:34-0400\n"
8
- "PO-Revision-Date: 2016-09-19 20:34-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,178 +24,182 @@ msgstr ""
24
  msgid "Every %d Minutes"
25
  msgstr ""
26
 
27
- #: lib/includes/class-wpbackitup-admin.php:218 views/backup.php:277 views/backup.php:283
28
- #: views/backup.php:348 views/restore.php:99 wp-backitup.php:152
29
  msgid "Backup"
30
  msgstr "ব্যাকআপ"
31
 
32
- #: lib/includes/class-wpbackitup-admin.php:222 lib/includes/class-wpbackitup-admin.php:261
33
- #: views/restore.php:136 wp-backitup.php:166
34
  msgid "Restore"
35
  msgstr "পুনরুদ্ধার"
36
 
37
- #: lib/includes/class-wpbackitup-admin.php:226
38
  msgid "Support"
39
  msgstr "সাহায্য"
40
 
41
- #: lib/includes/class-wpbackitup-admin.php:229
42
  msgid "Settings"
43
  msgstr "সেটিংস"
44
 
45
- #: lib/includes/class-wpbackitup-admin.php:254
 
 
 
 
46
  msgid "The backup you have selected exceeds what your host allows you to upload."
47
  msgstr ""
48
  "অাপনি যে ব্যাকঅাপটি সিলেক্ট করেছেন সেটি অাপনার হোস্ট যতটুকু অাপলোড করার অনুমতি দেয় তা অতিক্রম "
49
  "করবে।"
50
 
51
- #: lib/includes/class-wpbackitup-admin.php:255 views/backup.php:439 views/backup.php:440
52
  #: views/backup.php:441 views/backup.php:442 views/backup.php:443 views/backup.php:444
53
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447 views/backup.php:449
54
  #: views/backup.php:451
55
  msgid "Warning"
56
  msgstr "সতর্কবার্তা"
57
 
58
- #: lib/includes/class-wpbackitup-admin.php:256 views/backup.php:253 views/backup.php:376
59
  msgid "Error"
60
  msgstr "ত্রুটি"
61
 
62
- #: lib/includes/class-wpbackitup-admin.php:257
63
  msgid "Response"
64
  msgstr "উত্তর"
65
 
66
- #: lib/includes/class-wpbackitup-admin.php:258 views/backup.php:352 views/backup.php:430
67
- #: views/restore.php:230
68
  msgid "Status"
69
  msgstr "অবস্থা"
70
 
71
- #: lib/includes/class-wpbackitup-admin.php:259
72
  msgid "Download"
73
  msgstr "ডাউনলোড"
74
 
75
- #: lib/includes/class-wpbackitup-admin.php:260 views/backup.php:407 views/restore.php:129
76
  msgid "Delete"
77
  msgstr "মুছুন "
78
 
79
- #: lib/includes/class-wpbackitup-admin.php:262
80
  msgid "(JS997) Unexpected error"
81
  msgstr "(JS997) অপ্রত্যাশিত ত্রুটি"
82
 
83
- #: lib/includes/class-wpbackitup-admin.php:263
84
  msgid "(JS998) Unexpected error"
85
  msgstr "(JS998) অপ্রত্যাশিত ত্রুটি"
86
 
87
- #: lib/includes/class-wpbackitup-admin.php:264
88
  msgid "(JS999) An unexpected error has occurred"
89
  msgstr "(JS999) একটি অপ্রত্যাশিত ত্রুটি হয়েছে"
90
 
91
- #: lib/includes/class-wpbackitup-admin.php:265
92
  msgid "Scheduled has been saved."
93
  msgstr "সুচি সংরক্ষন করা হয়েছে।"
94
 
95
- #: lib/includes/class-wpbackitup-admin.php:266
96
  msgid "Scheduled was not saved."
97
  msgstr "সুচি সংরক্ষন সম্পন্ন হয়নি।"
98
 
99
- #: lib/includes/class-wpbackitup-admin.php:267
100
  msgid "Are you sure you want to restore your site?"
101
  msgstr "অাপনি কি নিশ্চিতভাবে চান সাইটটি পুনরুদ্ধার করতে? "
102
 
103
- #: lib/includes/class-wpbackitup-admin.php:268
104
  msgid "Are you sure ?"
105
  msgstr "অাপনি কি নিশ্চিত ? "
106
 
107
- #: lib/includes/class-wpbackitup-admin.php:269
108
  msgid "This file cannot be delete!"
109
  msgstr "এই ফাইলটি মুছা যাবে নাহ !"
110
 
111
- #: lib/includes/class-wpbackitup-admin.php:270
112
  msgid "View Log"
113
  msgstr "লগ দেখুন"
114
 
115
- #: lib/includes/class-wpbackitup-admin.php:271
116
  msgid "New Backup!"
117
  msgstr "নতুন ব্যাকঅাপ !"
118
 
119
- #: lib/includes/class-wpbackitup-admin.php:272
120
  msgid "Uploaded Backup"
121
  msgstr "অাপলোডকৃত ব্যাকঅাপ"
122
 
123
- #: lib/includes/class-wpbackitup-admin.php:609
124
  msgid "Backup Queued"
125
  msgstr "ব্যাকঅাপ অপেক্ষমান"
126
 
127
- #: lib/includes/class-wpbackitup-admin.php:618
128
  msgid "Backup could not be queued"
129
  msgstr "ব্যাকঅাপ অপেক্ষমান করা যায়নি। "
130
 
131
- #: lib/includes/class-wpbackitup-admin.php:630
132
  msgid "Job is already in queue."
133
  msgstr "কাজটি অাগে থেকেই অপেক্ষমান"
134
 
135
- #: lib/includes/class-wpbackitup-admin.php:668
136
  msgid "No backup file selected."
137
  msgstr "ব্যাকঅাপ ফাইল বাছাই করা হয়নি।"
138
 
139
- #: lib/includes/class-wpbackitup-admin.php:675
140
  msgid "No user id found."
141
  msgstr "ব্যবহারকারী খুজে পাওয়া যায়নি। "
142
 
143
- #: lib/includes/class-wpbackitup-admin.php:713
144
  msgid "Restore Queued"
145
  msgstr "পুনরুদ্ধার অপেক্ষমান"
146
 
147
- #: lib/includes/class-wpbackitup-admin.php:722
148
  msgid "Restore could not be queued"
149
  msgstr "পুনরুদ্ধার অপেক্ষমান করা যায় নি"
150
 
151
- #: lib/includes/class-wpbackitup-admin.php:728
152
  msgid "Restore already in queue"
153
  msgstr "পুনরুদ্ধার অাগে থেকেই অপেক্ষমান"
154
 
155
- #: lib/includes/class-wpbackitup-admin.php:760
156
  msgid "No job id posted"
157
  msgstr "কোন কাজের আইডি পোস্ট করা হয়নি "
158
 
159
- #: lib/includes/class-wpbackitup-admin.php:768 views/backup.php:470
160
  msgid "Backup Cancelled"
161
  msgstr "ব্যাকঅাপ বাতিল করা হয়েছে"
162
 
163
- #: lib/includes/class-wpbackitup-admin.php:770
164
  msgid "Backup job not found"
165
  msgstr "ব্যাকঅাপ কাজ পাওয়া যায়নি "
166
 
167
- #: lib/includes/class-wpbackitup-admin.php:978
168
  msgid "No response log found."
169
  msgstr "রেসপনস লগ পাওয়া যায়নি।"
170
 
171
- #: lib/includes/class-wpbackitup-admin.php:1080
172
- #: lib/includes/class-wpbackitup-admin.php:1088
173
- #: lib/includes/class-wpbackitup-admin.php:1156
174
- #: lib/includes/class-wpbackitup-admin.php:1163
175
- #: lib/includes/class-wpbackitup-admin.php:1170
176
- #: lib/includes/class-wpbackitup-admin.php:1177
177
- #: lib/includes/class-wpbackitup-admin.php:1184
178
  msgid "Please enter a number"
179
  msgstr "একটি নাম্বার প্রবেশ করুন "
180
 
181
- #: lib/includes/class-wpbackitup-admin.php:1116
182
  msgid "Please enter valid email"
183
  msgstr ""
184
 
185
- #: lib/includes/class-wpbackitup-admin.php:1293
186
  msgid "Please enter a valid email"
187
  msgstr "একটি সঠিক ইমেইল প্রবেশ করুন "
188
 
189
- #: lib/includes/class-wpbackitup-admin.php:1300
190
  msgid "Please enter your support ticket id"
191
  msgstr "অাপনার সাপোর্ট টিকেট অাইডি প্রবেশ করুন"
192
 
193
- #: lib/includes/class-wpbackitup-admin.php:1305
194
  msgid "Please only enter numbers in this field"
195
  msgstr "এই ঘরে শুধুমাত্র নাম্বার প্রবেশ করুন"
196
 
197
- #: lib/includes/class-wpbackitup-admin.php:2135
198
- #: lib/includes/class-wpbackitup-admin.php:2155
199
  msgid ""
200
  "License could not be activated. Please try again in a few hours and contact support if "
201
  "this error continues."
@@ -203,15 +207,15 @@ msgstr ""
203
  "লাইসেন্স সক্রিয় করা যায়নি । কয়েক ঘন্টার মধ্যে আবার চেষ্টা করুন এবং এই ত্রুটি চলতে থাকলে সহায়তার "
204
  "জন্য যোগাযোগ করুন । "
205
 
206
- #: lib/includes/class-wpbackitup-admin.php:2204
207
  msgid "License is invalid."
208
  msgstr "লাইসেন্স সঠিক নয়।"
209
 
210
- #: lib/includes/class-wpbackitup-admin.php:2209
211
  msgid "License has expired."
212
  msgstr "লাইসেন্স বাতিল হয়ে গিয়েছে। "
213
 
214
- #: lib/includes/class-wpbackitup-admin.php:2212
215
  #, php-format
216
  msgid ""
217
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> now for "
@@ -222,15 +226,15 @@ msgstr ""
222
  "strong><a href=\"%s\" target=\"blank\"> নতুন </a> করুন এবং আমাদের বিশ্বমানের সহায়তা দলের "
223
  "সহায়তা নিন । "
224
 
225
- #: lib/includes/class-wpbackitup-admin.php:2226
226
  msgid "License Expired: Scheduled backups are no longer active."
227
  msgstr "লাইসেন্সের মেয়াদ শেষঃ নির্ধারিত ব্যাকআপ আর সক্রিয় নেই । "
228
 
229
- #: lib/includes/class-wpbackitup-admin.php:2234
230
  msgid "Activation limit has been reached."
231
  msgstr "সক্রিয়করন সীমা পুর্ন হয়ে গিয়েছে।"
232
 
233
- #: lib/includes/class-wpbackitup-admin.php:2240
234
  msgid "Your Activation limit has been reached"
235
  msgstr "আপনার অ্যাক্টিভেশন শেষ সীমায় পৌঁছেছে"
236
 
@@ -528,6 +532,428 @@ msgstr ""
528
  msgid "(999) Unexpected error"
529
  msgstr "(999) অপ্রত্যাশিত ত্রুটি"
530
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
531
  #. TRANSLATORS: %s = plugin name.
532
  #. This string is in the header of one of my pages and looks like this: WP BackItUp Dashboard
533
  #. Similar to how WordPress uses the word dashboard at the in the left navigation.
@@ -663,15 +1089,15 @@ msgstr ""
663
  msgid "Available Backups"
664
  msgstr "যে যে ব্যাকঅাপ আছে"
665
 
666
- #: views/backup.php:349
667
  msgid "Type"
668
  msgstr "ধরণ"
669
 
670
- #: views/backup.php:350 views/restore.php:100
671
  msgid "Date"
672
  msgstr "তারিখ"
673
 
674
- #: views/backup.php:351
675
  msgid "Duration"
676
  msgstr "স্থিতিকাল"
677
 
@@ -766,10 +1192,6 @@ msgstr "ব্যাকঅাপ নেয়া শেষ হচ্ছে"
766
  msgid "Backup completed successfully"
767
  msgstr "সফলভাবে ব্যাকআপ সম্পন্ন হয়েছে"
768
 
769
- #: views/backup.php:482
770
- msgid "Backups"
771
- msgstr "ব্যাকআপসমুহ"
772
-
773
  #: views/backup.php:482
774
  msgid "Version "
775
  msgstr "ভার্সন"
@@ -939,10 +1361,6 @@ msgstr "ওয়েবসাইট মাইগ্রেশন সেবা"
939
  msgid "Documentation"
940
  msgstr "ডকুমেন্টেশন"
941
 
942
- #: views/backup.php:610
943
- msgid "Get support"
944
- msgstr "সাহায্য নিন"
945
-
946
  #: views/backup.php:613
947
  msgid "Feature request"
948
  msgstr "বৈশিষ্ট্য অনুরোধ"
@@ -1387,20 +1805,20 @@ msgstr ""
1387
  msgid "%s Settings"
1388
  msgstr "%s সেটিংস"
1389
 
1390
- #: views/settings.php:50
1391
  msgid "Settings updated successfully!"
1392
  msgstr "সেটিংস হালনাগাদ সফল হয়েছে।"
1393
 
1394
- #: views/settings.php:63
1395
  msgid "Email Notifications"
1396
  msgstr "ইমেইল বিজ্ঞপ্তি"
1397
 
1398
- #: views/settings.php:64
1399
  msgid ""
1400
  "Please enter your email address if you would like to receive backup email notifications."
1401
  msgstr "আপনি যদি ইমেইলে ব্যাকআপ বিজ্ঞপ্তি পেতে চান তাহলে আপনার ইমেল ঠিকানা লিখুন."
1402
 
1403
- #: views/settings.php:65
1404
  msgid ""
1405
  "Backup email notifications will be sent for every backup and will contain status "
1406
  "information related to the backup."
@@ -1408,22 +1826,18 @@ msgstr ""
1408
  "ব্যাকআপ ইমেল বিজ্ঞপ্তি প্রতি ব্যাকআপের জন্য পাঠানো হবে এবং ব্যাকআপ এর সাথে সম্পর্কিত অবস্থা "
1409
  "সংক্রান্ত তথ্য উপস্থিত থাকবে."
1410
 
1411
- #: views/settings.php:67 views/settings.php:89 views/settings.php:112
1412
- #: views/settings.php:119 views/settings.php:127 views/settings.php:135
1413
- #: views/settings.php:151 views/settings.php:182 views/settings.php:216
1414
- #: views/settings.php:254 views/settings.php:263
1415
  msgid "Save"
1416
  msgstr "সংরক্ষণ করুন"
1417
 
1418
- #: views/settings.php:85
1419
- msgid "Backup Retention"
1420
- msgstr "ব্যাকআপ ধারণ"
1421
-
1422
- #: views/settings.php:86
1423
  msgid "Enter the number of backup archives that you would like to remain on the server."
1424
  msgstr "আপনি সার্ভারে যে সংখ্যক ব্যাকআপ আর্কাইভ চান তার সংখ্যা লিখুন । "
1425
 
1426
- #: views/settings.php:87
1427
  msgid ""
1428
  "Many hosts limit the amount of space that you can take up on their servers. This option "
1429
  "tells WPBackItUp the maximum number of backup archives that should remain on your hosts "
@@ -1433,15 +1847,15 @@ msgstr ""
1433
  "বিকল্পটি WP BackItUp কে আপনার হোস্ট সার্ভারে ব্যাকআপ আর্কাইভের সর্বোচ্চ যে সংখ্যা থাকা উচিত তা "
1434
  "বলে দেয় । চিন্তা করবেন না, সবসময় প্রথম পুরনো ব্যাকআপ আর্কাইভ মুছে ফেলা হবে । "
1435
 
1436
- #: views/settings.php:106
1437
  msgid "Logging?"
1438
  msgstr "লগিং?"
1439
 
1440
- #: views/settings.php:107
1441
  msgid "Turn on WPBackItUp logging."
1442
  msgstr "WP BackItUp লগিং চালু করুন?"
1443
 
1444
- #: views/settings.php:108
1445
  msgid ""
1446
  "This option should only be turned on by advanced users or when troubleshooting issues "
1447
  "with WPBackItUp support."
@@ -1449,35 +1863,35 @@ msgstr ""
1449
  "এই অপশন শুধুমাত্র অগ্রবর্তী ব্যবহারকারী দ্বারা WPBackItUp সমর্থন সমস্যা সমাধানের সময় চালু করা "
1450
  "উচিত । "
1451
 
1452
- #: views/settings.php:109
1453
  msgid "Yes"
1454
  msgstr "হ্যাঁ"
1455
 
1456
- #: views/settings.php:110
1457
  msgid "No"
1458
  msgstr "না"
1459
 
1460
- #: views/settings.php:116
1461
  msgid "Disable restore version compare?"
1462
  msgstr ""
1463
 
1464
- #: views/settings.php:118
1465
  msgid ""
1466
  "Check this box if you would like WPBackItUp not to check major version issue. This "
1467
  "could be dangerous, you can disable it with your own risk."
1468
  msgstr ""
1469
 
1470
- #: views/settings.php:123
1471
  msgid "Single File Backup Set"
1472
  msgstr "একক ফাইল ব্যাকআপ সেট"
1473
 
1474
- #: views/settings.php:125
1475
  msgid ""
1476
  "Check this box if you would like WPBackItUp to create a single zip file that contains "
1477
  "your entire backup."
1478
  msgstr ""
1479
 
1480
- #: views/settings.php:126
1481
  msgid ""
1482
  "When this setting is turned on WPBackItUp will attempt to create a single zip file that "
1483
  "contains your entire backup. This option may may not be possible with some hosting "
@@ -1485,17 +1899,17 @@ msgid ""
1485
  "complete this step for any reason."
1486
  msgstr ""
1487
 
1488
- #: views/settings.php:131
1489
  msgid "Single File Database Export (db)"
1490
  msgstr ""
1491
 
1492
- #: views/settings.php:133
1493
  msgid ""
1494
  "Check this box if you would like WPBackItUp to export your database into a single db "
1495
  "file."
1496
  msgstr ""
1497
 
1498
- #: views/settings.php:134
1499
  msgid ""
1500
  "When this setting is turned on WPBackItUp will attempt to create a single file that "
1501
  "contains your entire database. This option may not be possible with some hosting "
@@ -1503,50 +1917,82 @@ msgid ""
1503
  "complete this step for any reason."
1504
  msgstr ""
1505
 
1506
- #: views/settings.php:139
1507
- msgid "Maximum Zip File Size"
1508
- msgstr ""
1509
-
1510
- #: views/settings.php:141
1511
  msgid "Select your maximum zip file size."
1512
  msgstr ""
1513
 
1514
- #: views/settings.php:142
1515
  msgid ""
1516
  "Some hosting providers do not allow large zip files so if you are encountering backup "
1517
  "errors then reducing this setting may help. Please note that this setting will impact "
1518
  "performance so we recommend it is set as high as possible."
1519
  msgstr ""
1520
 
1521
- #: views/settings.php:144
1522
  msgid "100MB"
1523
  msgstr ""
1524
 
1525
- #: views/settings.php:145
1526
  msgid "200MB"
1527
  msgstr ""
1528
 
1529
- #: views/settings.php:146
1530
  msgid "300MB"
1531
  msgstr ""
1532
 
1533
- #: views/settings.php:147
1534
  msgid "400MB"
1535
  msgstr ""
1536
 
1537
- #: views/settings.php:148
1538
  msgid "500MB"
1539
  msgstr ""
1540
 
1541
- #: views/settings.php:155
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1542
  msgid "Batch Size"
1543
  msgstr "ব্যাচ আকার"
1544
 
1545
- #: views/settings.php:156
1546
  msgid "Enter the batch size for each of your content items."
1547
  msgstr "আপনার প্রতিটি কন্টেন্ট আইটেম এর জন্য ব্যাচ আকার লিখুন । "
1548
 
1549
- #: views/settings.php:157
1550
  msgid ""
1551
  "These settings tell WPBackItUp how many items that should be added to the backup at a "
1552
  "time. If you experience timeouts while running a backup then these settings can be "
@@ -1557,27 +2003,27 @@ msgstr ""
1557
  "সময়সীমা উত্তীর্ণ অভিজ্ঞতা লাভ করেন তাহলে এই সেটিংগুলো প্রতিটি ব্যাকআপের জন্য WP BackItUp এর যে "
1558
  "সময় লাগে তা হ্রাস করতে সহায়ক ভূমিকা পালন করবে। "
1559
 
1560
- #: views/settings.php:160
1561
  msgid "DB Tables Batch Size"
1562
  msgstr "ডিবি টেবিল ব্যাচ আকার"
1563
 
1564
- #: views/settings.php:165
1565
  msgid "Plugins Batch Size"
1566
  msgstr "প্লাগইন ব্যাচ আকার"
1567
 
1568
- #: views/settings.php:170
1569
  msgid "Themes Batch Size"
1570
  msgstr "থিম ব্যাচ আকার"
1571
 
1572
- #: views/settings.php:175
1573
  msgid "Uploads Batch Size"
1574
  msgstr "আপলোড ব্যাচ আকার"
1575
 
1576
- #: views/settings.php:180
1577
  msgid "Others Batch Size"
1578
  msgstr "অন্যদের ব্যাচ আকার"
1579
 
1580
- #: views/settings.php:183 views/settings.php:217 views/settings.php:255
1581
  msgid ""
1582
  "* These settings should only be modified by advanced users or when when working with "
1583
  "WPBackItUp support."
@@ -1585,16 +2031,16 @@ msgstr ""
1585
  "WP BackItUp সমর্থনের সঙ্গে কাজ করার সময় শুধুমাত্র অগ্রবর্তী ব্যবহারকারী দ্বারা এই অপশন পরিবর্তন "
1586
  "করা উচিত । "
1587
 
1588
- #: views/settings.php:195
1589
  msgid "Filter Your Folders"
1590
  msgstr "আপনার ফোল্ডারসমূহ ফিল্টার করুন "
1591
 
1592
- #: views/settings.php:196
1593
  msgid "Enter a comma separated list of folders that should be excluded from your backups."
1594
  msgstr ""
1595
  "আপনার ব্যাকআপ থেকে বাদ দেওয়া উচিত যে ফোল্ডারসমুহ এর একটি তালিকা কমা দিয়ে পৃথক করে লিখুন । "
1596
 
1597
- #: views/settings.php:197
1598
  msgid ""
1599
  "It is important to note that when a folder name is present in this list any occurrence "
1600
  "of that folder, and all its contents, will be excluded from the backup."
@@ -1602,31 +2048,31 @@ msgstr ""
1602
  "এটা খেয়াল করা জরুরী যে , যখন একটি ফোল্ডারের নাম এই তালিকাতে থাকে তাহলে ওই ফোল্ডারের যেকোনো "
1603
  "সংঘটন ,এবং এর সমস্ত সামগ্রী ব্যাকআপ থেকে বাদ দেওয়া হবে । "
1604
 
1605
- #: views/settings.php:199
1606
  msgid "Plugin Folders Filter"
1607
  msgstr "প্লাগইন ফোল্ডার ফিল্টার"
1608
 
1609
- #: views/settings.php:204
1610
  msgid "Theme Folders Filter"
1611
  msgstr "থিম ফোল্ডার ফিল্টার"
1612
 
1613
- #: views/settings.php:209
1614
  msgid "Upload Folders Filter"
1615
  msgstr "আপলোড ফোল্ডার ফিল্টার"
1616
 
1617
- #: views/settings.php:213
1618
  msgid "Other Folders Filter"
1619
  msgstr "অন্যান্য ফোল্ডার ফিল্টার"
1620
 
1621
- #: views/settings.php:222
1622
  msgid "Filter Your Database Tables"
1623
  msgstr "আপনার ডাটাবেজ টেবিলসমূহ ফিল্টার করুন "
1624
 
1625
- #: views/settings.php:223
1626
  msgid "Exclude custom database tables from the backup."
1627
  msgstr "ব্যাকআপ থেকে কাস্টম ডাটাবেজ বাদ দিন । "
1628
 
1629
- #: views/settings.php:224
1630
  msgid ""
1631
  "If you would like to exclude a custom table from the backup then simply drag it to the "
1632
  "list on the right. WordPress core tables may not be excluded from the backup. "
@@ -1635,11 +2081,11 @@ msgstr ""
1635
  "আনুন । \n"
1636
  "ওয়ার্ডপ্রেস কোর টেবিল ব্যাকআপ থেকে বাদ দেওয়া নাও হতে পারে । "
1637
 
1638
- #: views/settings.php:260
1639
  msgid "Remove Data on Uninstall?"
1640
  msgstr "আনইনস্টলে তথ্য অপসারণ ?"
1641
 
1642
- #: views/settings.php:262
1643
  msgid ""
1644
  "Check this box if you would like WPBackItUp to completely remove all of its data when "
1645
  "the plugin is deleted."
@@ -1647,24 +2093,89 @@ msgstr ""
1647
  "WP BackItUp প্লাগিন মুছে ফেলার সময় আপনি যদি সম্পূর্ণরূপে তার সব তথ্য মুছে ফেলতে চান তাহলে এই "
1648
  "বাক্সে টিক দিন । "
1649
 
1650
- #: views/support.php:13
1651
- #, php-format
1652
- msgid "%s Support"
1653
- msgstr "%s সাহায্য"
1654
 
1655
- #: views/support.php:32
1656
- msgid "Support email sent successfully!"
1657
- msgstr "সফলভাবে সাহায্যের জন্য ইমেইল পাঠানো হয়েছে"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1658
 
1659
- #: views/support.php:45
1660
- msgid "Email Logs to Support"
1661
- msgstr "ইমেল লগ সমর্থনের জন্য "
 
 
1662
 
1663
- #: views/support.php:46
1664
- msgid "This form should be used to send log files to support only."
1665
- msgstr "এই ফর্মটি শুধুমাত্র সমর্থনে লগ ফাইল পাঠানোর জন্য ব্যবহার করা উচিত "
 
1666
 
1667
- #: views/support.php:47
 
 
 
 
 
 
 
 
1668
  #, php-format
1669
  msgid ""
1670
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" target=\"_blank"
@@ -1673,37 +2184,45 @@ msgstr ""
1673
  "এই ফরমটি ব্যবহারের পূর্বে দয়াকরে WP BackItUp <a href=\"%s\" target=\"_blank\">সমর্থন "
1674
  "পোর্টালে</a> একটি সমর্থন টিকেট খোলা নিশ্চিত করুন । "
1675
 
1676
- #: views/support.php:48
1677
  msgid ""
1678
  "The ticket id you receive from your support request should be entered in the ticket id "
1679
  "field below."
1680
  msgstr ""
1681
  "আপনার সমর্থন অনুরোধ থেকে প্রাপ্ত টিকেট আইডি নীচের টিকেট আইডি ক্ষেত্রের মধ্যে প্রবেশ করানো উচিত "
1682
 
1683
- #: views/support.php:49
1684
  msgid "your email address"
1685
  msgstr "অাপনার ইমেইল ঠিকানা"
1686
 
1687
- #: views/support.php:59
1688
  msgid "support ticket id"
1689
  msgstr "সাপোর্ট টিকেট অাইডি"
1690
 
1691
- #: views/support.php:69
1692
  msgid "problem description or additional information"
1693
  msgstr "সমস্যা বর্ণনা বা অতিরিক্ত তথ্য"
1694
 
1695
- #: views/support.php:80
1696
- msgid "Send"
1697
- msgstr "পাঠান"
1698
-
1699
- #: views/support.php:83
1700
  msgid "Please register your version of WPBackItUp for access to support."
1701
  msgstr "সমর্থন অ্যাক্সেস জন্য আপনার WP BackItUp সংস্করণ নিবন্ধন করুন."
1702
 
1703
- #: views/support.php:87
1704
  msgid "Premium customers receive priority support."
1705
  msgstr "প্রিমিয়াম গ্রাহকদের অগ্রাধিকার সহায়তা দেওয়া হয় "
1706
 
 
 
 
 
 
 
 
 
 
 
 
 
1707
  #: wp-backitup.php:103 wp-backitup.php:104
1708
  #, php-format
1709
  msgid "Every %s hours"
@@ -1736,6 +2255,18 @@ msgstr ""
1736
  msgid "Cleanup"
1737
  msgstr "পরিষ্করণ"
1738
 
 
 
 
 
 
 
 
 
 
 
 
 
1739
  #~ msgid "Creating backup information file"
1740
  #~ msgstr "ব্যাকঅাপের তথ্য তৈরি হচ্ছে"
1741
 
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: WPBackItUp\n"
7
+ "POT-Creation-Date: 2016-10-13 11:51-0400\n"
8
+ "PO-Revision-Date: 2016-10-13 11:51-0400\n"
9
  "Last-Translator: MD. AL-AMIN <alamin_opu@yahoo.com>\n"
10
  "Language-Team: Bengali (Bangladesh) (http://www.transifex.com/wp-translations/wp-"
11
  "backitup/language/bn_BD/)\n"
24
  msgid "Every %d Minutes"
25
  msgstr ""
26
 
27
+ #: lib/includes/class-wpbackitup-admin.php:219 views/backup.php:277 views/backup.php:283
28
+ #: views/backup.php:348 views/backup.php:385 views/restore.php:99 wp-backitup.php:152
29
  msgid "Backup"
30
  msgstr "ব্যাকআপ"
31
 
32
+ #: lib/includes/class-wpbackitup-admin.php:223 lib/includes/class-wpbackitup-admin.php:265
33
+ #: views/about.php:191 views/restore.php:136 wp-backitup.php:166
34
  msgid "Restore"
35
  msgstr "পুনরুদ্ধার"
36
 
37
+ #: lib/includes/class-wpbackitup-admin.php:227 views/support.php:62
38
  msgid "Support"
39
  msgstr "সাহায্য"
40
 
41
+ #: lib/includes/class-wpbackitup-admin.php:230
42
  msgid "Settings"
43
  msgstr "সেটিংস"
44
 
45
+ #: lib/includes/class-wpbackitup-admin.php:233
46
+ msgid "About"
47
+ msgstr ""
48
+
49
+ #: lib/includes/class-wpbackitup-admin.php:258
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:259 views/backup.php:439 views/backup.php:440
56
  #: views/backup.php:441 views/backup.php:442 views/backup.php:443 views/backup.php:444
57
  #: views/backup.php:445 views/backup.php:446 views/backup.php:447 views/backup.php:449
58
  #: views/backup.php:451
59
  msgid "Warning"
60
  msgstr "সতর্কবার্তা"
61
 
62
+ #: lib/includes/class-wpbackitup-admin.php:260 views/backup.php:253 views/backup.php:376
63
  msgid "Error"
64
  msgstr "ত্রুটি"
65
 
66
+ #: lib/includes/class-wpbackitup-admin.php:261
67
  msgid "Response"
68
  msgstr "উত্তর"
69
 
70
+ #: lib/includes/class-wpbackitup-admin.php:262 views/backup.php:352 views/backup.php:404
71
+ #: views/backup.php:430 views/restore.php:230
72
  msgid "Status"
73
  msgstr "অবস্থা"
74
 
75
+ #: lib/includes/class-wpbackitup-admin.php:263
76
  msgid "Download"
77
  msgstr "ডাউনলোড"
78
 
79
+ #: lib/includes/class-wpbackitup-admin.php:264 views/backup.php:407 views/restore.php:129
80
  msgid "Delete"
81
  msgstr "মুছুন "
82
 
83
+ #: lib/includes/class-wpbackitup-admin.php:266
84
  msgid "(JS997) Unexpected error"
85
  msgstr "(JS997) অপ্রত্যাশিত ত্রুটি"
86
 
87
+ #: lib/includes/class-wpbackitup-admin.php:267
88
  msgid "(JS998) Unexpected error"
89
  msgstr "(JS998) অপ্রত্যাশিত ত্রুটি"
90
 
91
+ #: lib/includes/class-wpbackitup-admin.php:268
92
  msgid "(JS999) An unexpected error has occurred"
93
  msgstr "(JS999) একটি অপ্রত্যাশিত ত্রুটি হয়েছে"
94
 
95
+ #: lib/includes/class-wpbackitup-admin.php:269
96
  msgid "Scheduled has been saved."
97
  msgstr "সুচি সংরক্ষন করা হয়েছে।"
98
 
99
+ #: lib/includes/class-wpbackitup-admin.php:270
100
  msgid "Scheduled was not saved."
101
  msgstr "সুচি সংরক্ষন সম্পন্ন হয়নি।"
102
 
103
+ #: lib/includes/class-wpbackitup-admin.php:271
104
  msgid "Are you sure you want to restore your site?"
105
  msgstr "অাপনি কি নিশ্চিতভাবে চান সাইটটি পুনরুদ্ধার করতে? "
106
 
107
+ #: lib/includes/class-wpbackitup-admin.php:272
108
  msgid "Are you sure ?"
109
  msgstr "অাপনি কি নিশ্চিত ? "
110
 
111
+ #: lib/includes/class-wpbackitup-admin.php:273
112
  msgid "This file cannot be delete!"
113
  msgstr "এই ফাইলটি মুছা যাবে নাহ !"
114
 
115
+ #: lib/includes/class-wpbackitup-admin.php:274
116
  msgid "View Log"
117
  msgstr "লগ দেখুন"
118
 
119
+ #: lib/includes/class-wpbackitup-admin.php:275
120
  msgid "New Backup!"
121
  msgstr "নতুন ব্যাকঅাপ !"
122
 
123
+ #: lib/includes/class-wpbackitup-admin.php:276
124
  msgid "Uploaded Backup"
125
  msgstr "অাপলোডকৃত ব্যাকঅাপ"
126
 
127
+ #: lib/includes/class-wpbackitup-admin.php:632
128
  msgid "Backup Queued"
129
  msgstr "ব্যাকঅাপ অপেক্ষমান"
130
 
131
+ #: lib/includes/class-wpbackitup-admin.php:641
132
  msgid "Backup could not be queued"
133
  msgstr "ব্যাকঅাপ অপেক্ষমান করা যায়নি। "
134
 
135
+ #: lib/includes/class-wpbackitup-admin.php:653
136
  msgid "Job is already in queue."
137
  msgstr "কাজটি অাগে থেকেই অপেক্ষমান"
138
 
139
+ #: lib/includes/class-wpbackitup-admin.php:691
140
  msgid "No backup file selected."
141
  msgstr "ব্যাকঅাপ ফাইল বাছাই করা হয়নি।"
142
 
143
+ #: lib/includes/class-wpbackitup-admin.php:698
144
  msgid "No user id found."
145
  msgstr "ব্যবহারকারী খুজে পাওয়া যায়নি। "
146
 
147
+ #: lib/includes/class-wpbackitup-admin.php:736
148
  msgid "Restore Queued"
149
  msgstr "পুনরুদ্ধার অপেক্ষমান"
150
 
151
+ #: lib/includes/class-wpbackitup-admin.php:745
152
  msgid "Restore could not be queued"
153
  msgstr "পুনরুদ্ধার অপেক্ষমান করা যায় নি"
154
 
155
+ #: lib/includes/class-wpbackitup-admin.php:751
156
  msgid "Restore already in queue"
157
  msgstr "পুনরুদ্ধার অাগে থেকেই অপেক্ষমান"
158
 
159
+ #: lib/includes/class-wpbackitup-admin.php:783
160
  msgid "No job id posted"
161
  msgstr "কোন কাজের আইডি পোস্ট করা হয়নি "
162
 
163
+ #: lib/includes/class-wpbackitup-admin.php:791 views/backup.php:470
164
  msgid "Backup Cancelled"
165
  msgstr "ব্যাকঅাপ বাতিল করা হয়েছে"
166
 
167
+ #: lib/includes/class-wpbackitup-admin.php:793
168
  msgid "Backup job not found"
169
  msgstr "ব্যাকঅাপ কাজ পাওয়া যায়নি "
170
 
171
+ #: lib/includes/class-wpbackitup-admin.php:1001
172
  msgid "No response log found."
173
  msgstr "রেসপনস লগ পাওয়া যায়নি।"
174
 
175
+ #: lib/includes/class-wpbackitup-admin.php:1103
176
+ #: lib/includes/class-wpbackitup-admin.php:1111
177
+ #: lib/includes/class-wpbackitup-admin.php:1185
178
+ #: lib/includes/class-wpbackitup-admin.php:1192
179
+ #: lib/includes/class-wpbackitup-admin.php:1199
180
+ #: lib/includes/class-wpbackitup-admin.php:1206
181
+ #: lib/includes/class-wpbackitup-admin.php:1213
182
  msgid "Please enter a number"
183
  msgstr "একটি নাম্বার প্রবেশ করুন "
184
 
185
+ #: lib/includes/class-wpbackitup-admin.php:1139
186
  msgid "Please enter valid email"
187
  msgstr ""
188
 
189
+ #: lib/includes/class-wpbackitup-admin.php:1322
190
  msgid "Please enter a valid email"
191
  msgstr "একটি সঠিক ইমেইল প্রবেশ করুন "
192
 
193
+ #: lib/includes/class-wpbackitup-admin.php:1329
194
  msgid "Please enter your support ticket id"
195
  msgstr "অাপনার সাপোর্ট টিকেট অাইডি প্রবেশ করুন"
196
 
197
+ #: lib/includes/class-wpbackitup-admin.php:1334
198
  msgid "Please only enter numbers in this field"
199
  msgstr "এই ঘরে শুধুমাত্র নাম্বার প্রবেশ করুন"
200
 
201
+ #: lib/includes/class-wpbackitup-admin.php:2191
202
+ #: lib/includes/class-wpbackitup-admin.php:2211
203
  msgid ""
204
  "License could not be activated. Please try again in a few hours and contact support if "
205
  "this error continues."
207
  "লাইসেন্স সক্রিয় করা যায়নি । কয়েক ঘন্টার মধ্যে আবার চেষ্টা করুন এবং এই ত্রুটি চলতে থাকলে সহায়তার "
208
  "জন্য যোগাযোগ করুন । "
209
 
210
+ #: lib/includes/class-wpbackitup-admin.php:2260
211
  msgid "License is invalid."
212
  msgstr "লাইসেন্স সঠিক নয়।"
213
 
214
+ #: lib/includes/class-wpbackitup-admin.php:2265
215
  msgid "License has expired."
216
  msgstr "লাইসেন্স বাতিল হয়ে গিয়েছে। "
217
 
218
+ #: lib/includes/class-wpbackitup-admin.php:2268
219
  #, php-format
220
  msgid ""
221
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> now for "
226
  "strong><a href=\"%s\" target=\"blank\"> নতুন </a> করুন এবং আমাদের বিশ্বমানের সহায়তা দলের "
227
  "সহায়তা নিন । "
228
 
229
+ #: lib/includes/class-wpbackitup-admin.php:2282
230
  msgid "License Expired: Scheduled backups are no longer active."
231
  msgstr "লাইসেন্সের মেয়াদ শেষঃ নির্ধারিত ব্যাকআপ আর সক্রিয় নেই । "
232
 
233
+ #: lib/includes/class-wpbackitup-admin.php:2290
234
  msgid "Activation limit has been reached."
235
  msgstr "সক্রিয়করন সীমা পুর্ন হয়ে গিয়েছে।"
236
 
237
+ #: lib/includes/class-wpbackitup-admin.php:2296
238
  msgid "Your Activation limit has been reached"
239
  msgstr "আপনার অ্যাক্টিভেশন শেষ সীমায় পৌঁছেছে"
240
 
532
  msgid "(999) Unexpected error"
533
  msgstr "(999) অপ্রত্যাশিত ত্রুটি"
534
 
535
+ #: views/about.php:59
536
+ msgid "Getting Started"
537
+ msgstr ""
538
+
539
+ #: views/about.php:62
540
+ msgid "What's New"
541
+ msgstr ""
542
+
543
+ #: views/about.php:65
544
+ msgid "Premium Plugin"
545
+ msgstr ""
546
+
547
+ #: views/about.php:117 views/support.php:92
548
+ msgid "WPBackItUp"
549
+ msgstr ""
550
+
551
+ #: views/about.php:118
552
+ #, php-format
553
+ msgid "Welcome to WPBackItUp %s"
554
+ msgstr ""
555
+
556
+ #: views/about.php:120
557
+ #, php-format
558
+ msgid ""
559
+ "Thank you for updating to the latest version! WPBackItUp %s is ready to make sure your "
560
+ "site is backed up quickly, securely, and completely!"
561
+ msgstr ""
562
+
563
+ #: views/about.php:136
564
+ msgid ""
565
+ "Use the tips below to get started using WPBackItUp and you will be <em>backing it up</"
566
+ "em> in no time!"
567
+ msgstr ""
568
+
569
+ #: views/about.php:139 views/backup.php:482
570
+ msgid "Backups"
571
+ msgstr "ব্যাকআপসমুহ"
572
+
573
+ #: views/about.php:140
574
+ msgid "Creating Your First Backup"
575
+ msgstr ""
576
+
577
+ #: views/about.php:146
578
+ msgid "One Click &rarr; Backup"
579
+ msgstr ""
580
+
581
+ #: views/about.php:147
582
+ msgid ""
583
+ "The backup menu option is the starting point for all things related to backups. To "
584
+ "create your first backup, simply click the <em>Backup</em> button and WPBackItUp will "
585
+ "backup your entire site. This includes your database, plugins, themes, and even all "
586
+ "your media files."
587
+ msgstr ""
588
+
589
+ #: views/about.php:150 views/about.php:395
590
+ msgid "Download Backups"
591
+ msgstr ""
592
+
593
+ #: views/about.php:151
594
+ msgid ""
595
+ "Downloading your backups is simple too. Click the backup you want to download from the "
596
+ "<em>Available backups</em> listing. Then click the part of the backup you want to "
597
+ "download (database, plugins, themes, media files). Or download the entire backup in "
598
+ "just one click."
599
+ msgstr ""
600
+
601
+ #: views/about.php:162
602
+ msgid "Automatic Backups"
603
+ msgstr ""
604
+
605
+ #: views/about.php:168
606
+ msgid "Schedule your Backups (Premium Only)"
607
+ msgstr ""
608
+
609
+ #: views/about.php:169
610
+ msgid ""
611
+ "Schedule your backups to run any day of the week, or all of them. With our flexible "
612
+ "backup scheduler just select the days of the week you want your backup to run and "
613
+ "WPBackItUp will handle the rest."
614
+ msgstr ""
615
+
616
+ #: views/about.php:171
617
+ msgid "Backup Notifications"
618
+ msgstr ""
619
+
620
+ #: views/about.php:172
621
+ msgid ""
622
+ "Want to get notified every time a backup finishes? Just add your email address to the "
623
+ "notification section in backup settings. WPBackItUp even supports multiple email "
624
+ "addresses so add as many as you like."
625
+ msgstr ""
626
+
627
+ #: views/about.php:177 views/settings.php:86
628
+ msgid "Backup Retention"
629
+ msgstr "ব্যাকআপ ধারণ"
630
+
631
+ #: views/about.php:178
632
+ msgid ""
633
+ "Concerned about the amount of storage space used for backups? Use the <em>backup "
634
+ "retention</em> setting to tell WPBackItUp how many backups you want to keep. WPBackItUp "
635
+ "will make sure only the newest backups are saved."
636
+ msgstr ""
637
+
638
+ #: views/about.php:197
639
+ msgid "One Click &rarr; Restore (Premium Only)"
640
+ msgstr ""
641
+
642
+ #: views/about.php:198
643
+ msgid ""
644
+ "We hope you never need to restore your site but if you do then WPBackItUp has you "
645
+ "covered. And with our one-click restore feature, restoring your site is just as easy "
646
+ "as backing it up."
647
+ msgstr ""
648
+
649
+ #: views/about.php:200
650
+ msgid "Migration &amp; Cloning (Premium Only)"
651
+ msgstr ""
652
+
653
+ #: views/about.php:201
654
+ msgid ""
655
+ "Need to migrate your site to a new host or want to clone a copy to your staging "
656
+ "server? WPBackItUp does that too! Just upload your backups to your new WordPress "
657
+ "install and restore it using the one-click restore feature."
658
+ msgstr ""
659
+
660
+ #: views/about.php:212
661
+ msgid "Need Help?"
662
+ msgstr ""
663
+
664
+ #: views/about.php:219
665
+ msgid "Phenomenal Support"
666
+ msgstr ""
667
+
668
+ #: views/about.php:220
669
+ msgid "Get support"
670
+ msgstr "সাহায্য নিন"
671
+
672
+ #: views/about.php:222
673
+ #, php-format
674
+ msgid ""
675
+ "We do our best to provide the best product possible but if you run into trouble then "
676
+ "support is just a few clicks away. To get help or if you have a question, simply open a "
677
+ "ticket using our %s."
678
+ msgstr ""
679
+
680
+ #: views/about.php:222
681
+ msgid "support portal"
682
+ msgstr ""
683
+
684
+ #: views/about.php:224
685
+ msgid "Need Even Faster Support?"
686
+ msgstr ""
687
+
688
+ #: views/about.php:225
689
+ #, php-format
690
+ msgid "Our %s system is there for customers that need faster or more in-depth assistance."
691
+ msgstr ""
692
+
693
+ #: views/about.php:225
694
+ msgid "Priority Support"
695
+ msgstr ""
696
+
697
+ #: views/about.php:227
698
+ msgid "Need Help Migrating Your Site to a New Host?"
699
+ msgstr ""
700
+
701
+ #: views/about.php:228
702
+ #, php-format
703
+ msgid ""
704
+ "Our Site Migration experts have helped hundreds of WPBackItUp customers migrate their "
705
+ "sites and now you can take advantage of that experience with our WordPress %s. Let our "
706
+ "experts save you time and headaches by doing it for you!"
707
+ msgstr ""
708
+
709
+ #: views/about.php:228
710
+ msgid "Site Migration Service"
711
+ msgstr ""
712
+
713
+ #: views/about.php:230
714
+ msgid "Tools Tools Tools..."
715
+ msgstr ""
716
+
717
+ #: views/about.php:231
718
+ #, php-format
719
+ msgid ""
720
+ "Great web sites and businesses are built with great tools and products that help you "
721
+ "achieve your goals as efficiently as possible. My team and I have spent a tremendous "
722
+ "amount of time and effort evaluating tools to help run our WordPress powered website "
723
+ "and business. And now you can leverage all our hard work and my 20+ years experience in "
724
+ "the software industry with a simple mouse click. The %s is a growing list of tools and "
725
+ "products we use at WPBackItUp to enhance our websites and businesses. Please feel free "
726
+ "to use our experience to empower, enhance and accelerate your sites and businesses."
727
+ msgstr ""
728
+
729
+ #: views/about.php:231
730
+ msgid "WPBackItUp Tools List"
731
+ msgstr ""
732
+
733
+ #: views/about.php:238
734
+ msgid "Stay Up to Date"
735
+ msgstr ""
736
+
737
+ #: views/about.php:243
738
+ msgid "Get Notified of New Releases"
739
+ msgstr ""
740
+
741
+ #: views/about.php:244
742
+ #, php-format
743
+ msgid ""
744
+ "New features that make WPBackItUp even more powerful are released often. Subscribe to "
745
+ "our newsletter to stay up to date with our latest releases. %s to ensure you do not "
746
+ "miss a release!"
747
+ msgstr ""
748
+
749
+ #: views/about.php:244 views/about.php:248
750
+ msgid "Sign up now"
751
+ msgstr ""
752
+
753
+ #: views/about.php:247
754
+ msgid "Get Alerted About New Tutorials"
755
+ msgstr ""
756
+
757
+ #: views/about.php:248
758
+ #, php-format
759
+ msgid "%s to hear about the latest tutorials that explain how to take WPBackItUp further."
760
+ msgstr ""
761
+
762
+ #: views/about.php:267
763
+ #, php-format
764
+ msgid "Below are just a few highlights for version %s. "
765
+ msgstr ""
766
+
767
+ #: views/about.php:270
768
+ msgid "Email Notifications"
769
+ msgstr ""
770
+
771
+ #: views/about.php:276
772
+ msgid ""
773
+ "WPBackItUp now supports multiple email addresses for backup notifications. Using the "
774
+ "WPBackItUp Settings page add multiple email addresses to the <em>Email Notifications</"
775
+ "em> setting and all will receive notification 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 now! The "
785
+ "about page contains tips to help get you started with WPBackItUp as well as links to "
786
+ "our knowledge base, faqs and instructions on how to contact support if you ever need "
787
+ "help. It also includes a <em>what's new</em> section describing all the incredible new "
788
+ "features and enhancements we make with every release."
789
+ msgstr ""
790
+
791
+ #: views/about.php:281 views/settings.php:140
792
+ msgid "Maximum Zip File Size"
793
+ msgstr ""
794
+
795
+ #: views/about.php:282
796
+ msgid ""
797
+ "Over the years we have found that some hosting providers enforce strict limitations on "
798
+ "the size of your backup archives. When this happens you might see backup errors, or "
799
+ "more commonly backup jobs appear to never finish. To combat this challenge we have "
800
+ "added the <em>Maximum Zip File Size</em> setting. This setting tells WPBackItUp when "
801
+ "to stop adding files to a backup archive and create a new one. Don't worry WPBackItUp "
802
+ "won't miss any files, it will just add them to a new backup archive."
803
+ msgstr ""
804
+
805
+ #: views/about.php:293
806
+ msgid "Additional Updates"
807
+ msgstr ""
808
+
809
+ #: views/about.php:296
810
+ msgid "Backup Encryption (Premium Only)"
811
+ msgstr ""
812
+
813
+ #: views/about.php:297
814
+ msgid ""
815
+ "That's right, we have added backup encryption to this release but have turned it off "
816
+ "while we beta test with a few customers. Backup encryption will be included in our "
817
+ "next major release (1.14) which is due out soon."
818
+ msgstr ""
819
+
820
+ #: views/about.php:300
821
+ msgid "File Name Validation"
822
+ msgstr ""
823
+
824
+ #: views/about.php:301
825
+ msgid ""
826
+ "We have added an additional validation for files with invalid names. This check will "
827
+ "exclude files from a backup with invalid file names. These files are often corrupt and "
828
+ "cause errors during a restore."
829
+ msgstr ""
830
+
831
+ #: views/about.php:304
832
+ msgid "SQL Files"
833
+ msgstr ""
834
+
835
+ #: views/about.php:305
836
+ msgid ""
837
+ "For those of you with extremely large databases, you will be happy to know that we now "
838
+ "support database exports that contain more than 500 SQL files."
839
+ msgstr ""
840
+
841
+ #: views/about.php:309
842
+ msgid "Cloud API Gateway "
843
+ msgstr ""
844
+
845
+ #: views/about.php:310
846
+ msgid ""
847
+ "Every once in a while we have connectivity issues with a few hosts when customers "
848
+ "attempt to activate their license. To combat this issue we have added a cloud based "
849
+ "API gateway that should be accessible to hosting providers in every country and on any "
850
+ "platform."
851
+ msgstr ""
852
+
853
+ #: views/about.php:313
854
+ msgid "Tables missing WordPress table prefix"
855
+ msgstr ""
856
+
857
+ #: views/about.php:314
858
+ msgid ""
859
+ "We have added support for database tables that are missing the WordPress table prefix. "
860
+ "Some plugins create custom tables that do not contain the WordPress table prefix. "
861
+ "While this practice is discouraged, it sometimes still happens. WPBackItUp will now "
862
+ "include all tables in a database, even when the table prefix is missing."
863
+ msgstr ""
864
+
865
+ #: views/about.php:320
866
+ msgid "Want to see the entire changelog?"
867
+ msgstr ""
868
+
869
+ #: views/about.php:321
870
+ msgid "View the Full Changelog"
871
+ msgstr ""
872
+
873
+ #: views/about.php:350
874
+ msgid "Full Changelog"
875
+ msgstr ""
876
+
877
+ #: views/about.php:370
878
+ msgid "Take a look at what you are missing!"
879
+ msgstr ""
880
+
881
+ #: views/about.php:378
882
+ msgid "FEATURES"
883
+ msgstr ""
884
+
885
+ #: views/about.php:379
886
+ msgid "LITE"
887
+ msgstr ""
888
+
889
+ #: views/about.php:380
890
+ msgid "PREMIUM"
891
+ msgstr ""
892
+
893
+ #: views/about.php:385
894
+ msgid "Complete Backup (Database, Themes, Plugins &amp; Media Files)"
895
+ msgstr ""
896
+
897
+ #: views/about.php:390
898
+ msgid "Compressed Backups (Zip Format)"
899
+ msgstr ""
900
+
901
+ #: views/about.php:400
902
+ msgid "Directory Filters"
903
+ msgstr ""
904
+
905
+ #: views/about.php:405
906
+ msgid "Database Table Filters"
907
+ msgstr ""
908
+
909
+ #: views/about.php:410
910
+ msgid "Single File Database Export"
911
+ msgstr ""
912
+
913
+ #: views/about.php:415
914
+ msgid "Single File Backup"
915
+ msgstr ""
916
+
917
+ #: views/about.php:420
918
+ msgid "Purge Old Backups"
919
+ msgstr ""
920
+
921
+ #: views/about.php:425
922
+ msgid "Cleanup Work Files &amp; Logs"
923
+ msgstr ""
924
+
925
+ #: views/about.php:430
926
+ msgid "Backup Notifications via Email"
927
+ msgstr ""
928
+
929
+ #: views/about.php:435
930
+ msgid "One Click Restore</strong>"
931
+ msgstr ""
932
+
933
+ #: views/about.php:440
934
+ msgid "Scheduled Backups"
935
+ msgstr ""
936
+
937
+ #: views/about.php:445
938
+ msgid "Import Backups"
939
+ msgstr ""
940
+
941
+ #: views/about.php:455
942
+ msgid "Premium Support"
943
+ msgstr ""
944
+
945
+ #: views/about.php:460
946
+ msgid "Product Updates"
947
+ msgstr ""
948
+
949
+ #: views/about.php:467
950
+ msgid "GET PREMIUM"
951
+ msgstr ""
952
+
953
+ #: views/about.php:490
954
+ msgid "No valid changelog was found."
955
+ msgstr ""
956
+
957
  #. TRANSLATORS: %s = plugin name.
958
  #. This string is in the header of one of my pages and looks like this: WP BackItUp Dashboard
959
  #. Similar to how WordPress uses the word dashboard at the in the left navigation.
1089
  msgid "Available Backups"
1090
  msgstr "যে যে ব্যাকঅাপ আছে"
1091
 
1092
+ #: views/backup.php:349 views/backup.php:398
1093
  msgid "Type"
1094
  msgstr "ধরণ"
1095
 
1096
+ #: views/backup.php:350 views/backup.php:400 views/restore.php:100
1097
  msgid "Date"
1098
  msgstr "তারিখ"
1099
 
1100
+ #: views/backup.php:351 views/backup.php:402
1101
  msgid "Duration"
1102
  msgstr "স্থিতিকাল"
1103
 
1192
  msgid "Backup completed successfully"
1193
  msgstr "সফলভাবে ব্যাকআপ সম্পন্ন হয়েছে"
1194
 
 
 
 
 
1195
  #: views/backup.php:482
1196
  msgid "Version "
1197
  msgstr "ভার্সন"
1361
  msgid "Documentation"
1362
  msgstr "ডকুমেন্টেশন"
1363
 
 
 
 
 
1364
  #: views/backup.php:613
1365
  msgid "Feature request"
1366
  msgstr "বৈশিষ্ট্য অনুরোধ"
1805
  msgid "%s Settings"
1806
  msgstr "%s সেটিংস"
1807
 
1808
+ #: views/settings.php:51
1809
  msgid "Settings updated successfully!"
1810
  msgstr "সেটিংস হালনাগাদ সফল হয়েছে।"
1811
 
1812
+ #: views/settings.php:64
1813
  msgid "Email Notifications"
1814
  msgstr "ইমেইল বিজ্ঞপ্তি"
1815
 
1816
+ #: views/settings.php:65
1817
  msgid ""
1818
  "Please enter your email address if you would like to receive backup email notifications."
1819
  msgstr "আপনি যদি ইমেইলে ব্যাকআপ বিজ্ঞপ্তি পেতে চান তাহলে আপনার ইমেল ঠিকানা লিখুন."
1820
 
1821
+ #: views/settings.php:66
1822
  msgid ""
1823
  "Backup email notifications will be sent for every backup and will contain status "
1824
  "information related to the backup."
1826
  "ব্যাকআপ ইমেল বিজ্ঞপ্তি প্রতি ব্যাকআপের জন্য পাঠানো হবে এবং ব্যাকআপ এর সাথে সম্পর্কিত অবস্থা "
1827
  "সংক্রান্ত তথ্য উপস্থিত থাকবে."
1828
 
1829
+ #: views/settings.php:68 views/settings.php:90 views/settings.php:113
1830
+ #: views/settings.php:120 views/settings.php:128 views/settings.php:136
1831
+ #: views/settings.php:152 views/settings.php:168 views/settings.php:199
1832
+ #: views/settings.php:233 views/settings.php:273 views/settings.php:282
1833
  msgid "Save"
1834
  msgstr "সংরক্ষণ করুন"
1835
 
1836
+ #: views/settings.php:87
 
 
 
 
1837
  msgid "Enter the number of backup archives that you would like to remain on the server."
1838
  msgstr "আপনি সার্ভারে যে সংখ্যক ব্যাকআপ আর্কাইভ চান তার সংখ্যা লিখুন । "
1839
 
1840
+ #: views/settings.php:88
1841
  msgid ""
1842
  "Many hosts limit the amount of space that you can take up on their servers. This option "
1843
  "tells WPBackItUp the maximum number of backup archives that should remain on your hosts "
1847
  "বিকল্পটি WP BackItUp কে আপনার হোস্ট সার্ভারে ব্যাকআপ আর্কাইভের সর্বোচ্চ যে সংখ্যা থাকা উচিত তা "
1848
  "বলে দেয় । চিন্তা করবেন না, সবসময় প্রথম পুরনো ব্যাকআপ আর্কাইভ মুছে ফেলা হবে । "
1849
 
1850
+ #: views/settings.php:107
1851
  msgid "Logging?"
1852
  msgstr "লগিং?"
1853
 
1854
+ #: views/settings.php:108
1855
  msgid "Turn on WPBackItUp logging."
1856
  msgstr "WP BackItUp লগিং চালু করুন?"
1857
 
1858
+ #: views/settings.php:109
1859
  msgid ""
1860
  "This option should only be turned on by advanced users or when troubleshooting issues "
1861
  "with WPBackItUp support."
1863
  "এই অপশন শুধুমাত্র অগ্রবর্তী ব্যবহারকারী দ্বারা WPBackItUp সমর্থন সমস্যা সমাধানের সময় চালু করা "
1864
  "উচিত । "
1865
 
1866
+ #: views/settings.php:110
1867
  msgid "Yes"
1868
  msgstr "হ্যাঁ"
1869
 
1870
+ #: views/settings.php:111
1871
  msgid "No"
1872
  msgstr "না"
1873
 
1874
+ #: views/settings.php:117
1875
  msgid "Disable restore version compare?"
1876
  msgstr ""
1877
 
1878
+ #: views/settings.php:119
1879
  msgid ""
1880
  "Check this box if you would like WPBackItUp not to check major version issue. This "
1881
  "could be dangerous, you can disable it with your own risk."
1882
  msgstr ""
1883
 
1884
+ #: views/settings.php:124
1885
  msgid "Single File Backup Set"
1886
  msgstr "একক ফাইল ব্যাকআপ সেট"
1887
 
1888
+ #: views/settings.php:126
1889
  msgid ""
1890
  "Check this box if you would like WPBackItUp to create a single zip file that contains "
1891
  "your entire backup."
1892
  msgstr ""
1893
 
1894
+ #: views/settings.php:127
1895
  msgid ""
1896
  "When this setting is turned on WPBackItUp will attempt to create a single zip file that "
1897
  "contains your entire backup. This option may may not be possible with some hosting "
1899
  "complete this step for any reason."
1900
  msgstr ""
1901
 
1902
+ #: views/settings.php:132
1903
  msgid "Single File Database Export (db)"
1904
  msgstr ""
1905
 
1906
+ #: views/settings.php:134
1907
  msgid ""
1908
  "Check this box if you would like WPBackItUp to export your database into a single db "
1909
  "file."
1910
  msgstr ""
1911
 
1912
+ #: views/settings.php:135
1913
  msgid ""
1914
  "When this setting is turned on WPBackItUp will attempt to create a single file that "
1915
  "contains your entire database. This option may not be possible with some hosting "
1917
  "complete this step for any reason."
1918
  msgstr ""
1919
 
1920
+ #: views/settings.php:142
 
 
 
 
1921
  msgid "Select your maximum zip file size."
1922
  msgstr ""
1923
 
1924
+ #: views/settings.php:143
1925
  msgid ""
1926
  "Some hosting providers do not allow large zip files so if you are encountering backup "
1927
  "errors then reducing this setting may help. Please note that this setting will impact "
1928
  "performance so we recommend it is set as high as possible."
1929
  msgstr ""
1930
 
1931
+ #: views/settings.php:145
1932
  msgid "100MB"
1933
  msgstr ""
1934
 
1935
+ #: views/settings.php:146
1936
  msgid "200MB"
1937
  msgstr ""
1938
 
1939
+ #: views/settings.php:147
1940
  msgid "300MB"
1941
  msgstr ""
1942
 
1943
+ #: views/settings.php:148
1944
  msgid "400MB"
1945
  msgstr ""
1946
 
1947
+ #: views/settings.php:149
1948
  msgid "500MB"
1949
  msgstr ""
1950
 
1951
+ #: views/settings.php:156
1952
+ msgid "Task Timeout"
1953
+ msgstr ""
1954
+
1955
+ #: views/settings.php:158
1956
+ msgid "Select how long WPBackItUp should wait for tasks to complete."
1957
+ msgstr ""
1958
+
1959
+ #: views/settings.php:159
1960
+ msgid ""
1961
+ "On some hosts background tasks are allowed to run for a very limited amount of time "
1962
+ "before they timeout. This setting will tell WPBackItUp how long to wait for each "
1963
+ "background task to complete. This setting should only be used when working with "
1964
+ "WPBackItUp support."
1965
+ msgstr ""
1966
+
1967
+ #: views/settings.php:161
1968
+ msgid "1 Minute"
1969
+ msgstr ""
1970
+
1971
+ #: views/settings.php:162
1972
+ msgid "2 Minute"
1973
+ msgstr ""
1974
+
1975
+ #: views/settings.php:163
1976
+ msgid "3 Minute"
1977
+ msgstr ""
1978
+
1979
+ #: views/settings.php:164
1980
+ msgid "4 Minute"
1981
+ msgstr ""
1982
+
1983
+ #: views/settings.php:165
1984
+ msgid "5 Minute"
1985
+ msgstr ""
1986
+
1987
+ #: views/settings.php:172
1988
  msgid "Batch Size"
1989
  msgstr "ব্যাচ আকার"
1990
 
1991
+ #: views/settings.php:173
1992
  msgid "Enter the batch size for each of your content items."
1993
  msgstr "আপনার প্রতিটি কন্টেন্ট আইটেম এর জন্য ব্যাচ আকার লিখুন । "
1994
 
1995
+ #: views/settings.php:174
1996
  msgid ""
1997
  "These settings tell WPBackItUp how many items that should be added to the backup at a "
1998
  "time. If you experience timeouts while running a backup then these settings can be "
2003
  "সময়সীমা উত্তীর্ণ অভিজ্ঞতা লাভ করেন তাহলে এই সেটিংগুলো প্রতিটি ব্যাকআপের জন্য WP BackItUp এর যে "
2004
  "সময় লাগে তা হ্রাস করতে সহায়ক ভূমিকা পালন করবে। "
2005
 
2006
+ #: views/settings.php:177
2007
  msgid "DB Tables Batch Size"
2008
  msgstr "ডিবি টেবিল ব্যাচ আকার"
2009
 
2010
+ #: views/settings.php:182
2011
  msgid "Plugins Batch Size"
2012
  msgstr "প্লাগইন ব্যাচ আকার"
2013
 
2014
+ #: views/settings.php:187
2015
  msgid "Themes Batch Size"
2016
  msgstr "থিম ব্যাচ আকার"
2017
 
2018
+ #: views/settings.php:192
2019
  msgid "Uploads Batch Size"
2020
  msgstr "আপলোড ব্যাচ আকার"
2021
 
2022
+ #: views/settings.php:197
2023
  msgid "Others Batch Size"
2024
  msgstr "অন্যদের ব্যাচ আকার"
2025
 
2026
+ #: views/settings.php:200 views/settings.php:234 views/settings.php:274
2027
  msgid ""
2028
  "* These settings should only be modified by advanced users or when when working with "
2029
  "WPBackItUp support."
2031
  "WP BackItUp সমর্থনের সঙ্গে কাজ করার সময় শুধুমাত্র অগ্রবর্তী ব্যবহারকারী দ্বারা এই অপশন পরিবর্তন "
2032
  "করা উচিত । "
2033
 
2034
+ #: views/settings.php:212
2035
  msgid "Filter Your Folders"
2036
  msgstr "আপনার ফোল্ডারসমূহ ফিল্টার করুন "
2037
 
2038
+ #: views/settings.php:213
2039
  msgid "Enter a comma separated list of folders that should be excluded from your backups."
2040
  msgstr ""
2041
  "আপনার ব্যাকআপ থেকে বাদ দেওয়া উচিত যে ফোল্ডারসমুহ এর একটি তালিকা কমা দিয়ে পৃথক করে লিখুন । "
2042
 
2043
+ #: views/settings.php:214
2044
  msgid ""
2045
  "It is important to note that when a folder name is present in this list any occurrence "
2046
  "of that folder, and all its contents, will be excluded from the backup."
2048
  "এটা খেয়াল করা জরুরী যে , যখন একটি ফোল্ডারের নাম এই তালিকাতে থাকে তাহলে ওই ফোল্ডারের যেকোনো "
2049
  "সংঘটন ,এবং এর সমস্ত সামগ্রী ব্যাকআপ থেকে বাদ দেওয়া হবে । "
2050
 
2051
+ #: views/settings.php:216
2052
  msgid "Plugin Folders Filter"
2053
  msgstr "প্লাগইন ফোল্ডার ফিল্টার"
2054
 
2055
+ #: views/settings.php:221
2056
  msgid "Theme Folders Filter"
2057
  msgstr "থিম ফোল্ডার ফিল্টার"
2058
 
2059
+ #: views/settings.php:226
2060
  msgid "Upload Folders Filter"
2061
  msgstr "আপলোড ফোল্ডার ফিল্টার"
2062
 
2063
+ #: views/settings.php:230
2064
  msgid "Other Folders Filter"
2065
  msgstr "অন্যান্য ফোল্ডার ফিল্টার"
2066
 
2067
+ #: views/settings.php:239
2068
  msgid "Filter Your Database Tables"
2069
  msgstr "আপনার ডাটাবেজ টেবিলসমূহ ফিল্টার করুন "
2070
 
2071
+ #: views/settings.php:240
2072
  msgid "Exclude custom database tables from the backup."
2073
  msgstr "ব্যাকআপ থেকে কাস্টম ডাটাবেজ বাদ দিন । "
2074
 
2075
+ #: views/settings.php:241
2076
  msgid ""
2077
  "If you would like to exclude a custom table from the backup then simply drag it to the "
2078
  "list on the right. WordPress core tables may not be excluded from the backup. "
2081
  "আনুন । \n"
2082
  "ওয়ার্ডপ্রেস কোর টেবিল ব্যাকআপ থেকে বাদ দেওয়া নাও হতে পারে । "
2083
 
2084
+ #: views/settings.php:279
2085
  msgid "Remove Data on Uninstall?"
2086
  msgstr "আনইনস্টলে তথ্য অপসারণ ?"
2087
 
2088
+ #: views/settings.php:281
2089
  msgid ""
2090
  "Check this box if you would like WPBackItUp to completely remove all of its data when "
2091
  "the plugin is deleted."
2093
  "WP BackItUp প্লাগিন মুছে ফেলার সময় আপনি যদি সম্পূর্ণরূপে তার সব তথ্য মুছে ফেলতে চান তাহলে এই "
2094
  "বাক্সে টিক দিন । "
2095
 
2096
+ #: views/support.php:65 views/support.php:221
2097
+ msgid "Send Logs"
2098
+ msgstr ""
 
2099
 
2100
+ #: views/support.php:71
2101
+ msgid "Advanced"
2102
+ msgstr ""
2103
+
2104
+ #: views/support.php:93
2105
+ msgid "Support Center"
2106
+ msgstr ""
2107
+
2108
+ #: views/support.php:95
2109
+ msgid ""
2110
+ "Welcome to the WPBackItUp support center. If you have any questions or run into any "
2111
+ "trouble with WPBackItUp then you've come to the right place."
2112
+ msgstr ""
2113
+
2114
+ #: views/support.php:112
2115
+ msgid ""
2116
+ "To streamline support requests and better serve you, we utilize a support ticket "
2117
+ "system. Every support request is assigned a unique ticket number which you can use to "
2118
+ "track progress and responses via our support portal. For your convenience we provide a "
2119
+ "complete archive and history of all your support requests. All correspondence is via "
2120
+ "email so a valid email address is required to submit a ticket. "
2121
+ msgstr ""
2122
+
2123
+ #: views/support.php:120
2124
+ msgid "Search &rarr; Knowledge base"
2125
+ msgstr ""
2126
+
2127
+ #: views/support.php:121
2128
+ msgid ""
2129
+ "Want to search our entire documentation library, all our how to articles and even our "
2130
+ "faq's in one shot? Just type your question into the knowledge base search bar and "
2131
+ "we'll show you everything we have for that topic."
2132
+ msgstr ""
2133
+
2134
+ #: views/support.php:123
2135
+ msgid "New &rarr; Ticket"
2136
+ msgstr ""
2137
+
2138
+ #: views/support.php:124
2139
+ msgid ""
2140
+ "Need to open a new support ticket? Just click the link above. Please provide as much "
2141
+ "detail as possible so we can best assist you."
2142
+ msgstr ""
2143
+
2144
+ #: views/support.php:126
2145
+ msgid "Check &rarr; Status"
2146
+ msgstr ""
2147
+
2148
+ #: views/support.php:127
2149
+ msgid ""
2150
+ "To check ticket status or update a previously submitted ticket you will first need to "
2151
+ "login. Our support portal provides a history of your current and past support requests "
2152
+ "complete with responses."
2153
+ msgstr ""
2154
+
2155
+ #: views/support.php:129
2156
+ msgid "Send &rarr; Logs"
2157
+ msgstr ""
2158
 
2159
+ #: views/support.php:130
2160
+ msgid ""
2161
+ "Sometimes it may be necessary for you to send your log files to support. If that ever "
2162
+ "happens, just click the link above and we will show you what to do."
2163
+ msgstr ""
2164
 
2165
+ #: views/support.php:169
2166
+ msgid ""
2167
+ "If you have been asked by support to send your log files then you are in the right spot."
2168
+ msgstr ""
2169
 
2170
+ #: views/support.php:181
2171
+ msgid "Send Logs to Support"
2172
+ msgstr ""
2173
+
2174
+ #: views/support.php:182
2175
+ msgid "This form should only be used when working with support."
2176
+ msgstr ""
2177
+
2178
+ #: views/support.php:183
2179
  #, php-format
2180
  msgid ""
2181
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" target=\"_blank"
2184
  "এই ফরমটি ব্যবহারের পূর্বে দয়াকরে WP BackItUp <a href=\"%s\" target=\"_blank\">সমর্থন "
2185
  "পোর্টালে</a> একটি সমর্থন টিকেট খোলা নিশ্চিত করুন । "
2186
 
2187
+ #: views/support.php:184
2188
  msgid ""
2189
  "The ticket id you receive from your support request should be entered in the ticket id "
2190
  "field below."
2191
  msgstr ""
2192
  "আপনার সমর্থন অনুরোধ থেকে প্রাপ্ত টিকেট আইডি নীচের টিকেট আইডি ক্ষেত্রের মধ্যে প্রবেশ করানো উচিত "
2193
 
2194
+ #: views/support.php:185
2195
  msgid "your email address"
2196
  msgstr "অাপনার ইমেইল ঠিকানা"
2197
 
2198
+ #: views/support.php:196
2199
  msgid "support ticket id"
2200
  msgstr "সাপোর্ট টিকেট অাইডি"
2201
 
2202
+ #: views/support.php:207
2203
  msgid "problem description or additional information"
2204
  msgstr "সমস্যা বর্ণনা বা অতিরিক্ত তথ্য"
2205
 
2206
+ #: views/support.php:224
 
 
 
 
2207
  msgid "Please register your version of WPBackItUp for access to support."
2208
  msgstr "সমর্থন অ্যাক্সেস জন্য আপনার WP BackItUp সংস্করণ নিবন্ধন করুন."
2209
 
2210
+ #: views/support.php:228
2211
  msgid "Premium customers receive priority support."
2212
  msgstr "প্রিমিয়াম গ্রাহকদের অগ্রাধিকার সহায়তা দেওয়া হয় "
2213
 
2214
+ #: views/support.php:236
2215
+ msgid "Support email could not be sent!"
2216
+ msgstr ""
2217
+
2218
+ #: views/support.php:243
2219
+ msgid "Support email sent successfully!"
2220
+ msgstr "সফলভাবে সাহায্যের জন্য ইমেইল পাঠানো হয়েছে"
2221
+
2222
+ #: views/support.php:267
2223
+ msgid "Content goes here"
2224
+ msgstr ""
2225
+
2226
  #: wp-backitup.php:103 wp-backitup.php:104
2227
  #, php-format
2228
  msgid "Every %s hours"
2255
  msgid "Cleanup"
2256
  msgstr "পরিষ্করণ"
2257
 
2258
+ #~ msgid "%s Support"
2259
+ #~ msgstr "%s সাহায্য"
2260
+
2261
+ #~ msgid "Email Logs to Support"
2262
+ #~ msgstr "ইমেল লগ সমর্থনের জন্য "
2263
+
2264
+ #~ msgid "This form should be used to send log files to support only."
2265
+ #~ msgstr "এই ফর্মটি শুধুমাত্র সমর্থনে লগ ফাইল পাঠানোর জন্য ব্যবহার করা উচিত । "
2266
+
2267
+ #~ msgid "Send"
2268
+ #~ msgstr "পাঠান"
2269
+
2270
  #~ msgid "Creating backup information file"
2271
  #~ msgstr "ব্যাকঅাপের তথ্য তৈরি হচ্ছে"
2272
 
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-09-19 20:34-0400\n"
10
- "PO-Revision-Date: 2016-09-19 20:34-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,34 +26,38 @@ msgstr ""
26
  msgid "Every %d Minutes"
27
  msgstr ""
28
 
29
- #: lib/includes/class-wpbackitup-admin.php:218 views/backup.php:277
30
- #: views/backup.php:283 views/backup.php:348 views/restore.php:99
31
- #: wp-backitup.php:152
32
  msgid "Backup"
33
  msgstr "Sichern"
34
 
35
- #: lib/includes/class-wpbackitup-admin.php:222
36
- #: lib/includes/class-wpbackitup-admin.php:261 views/restore.php:136
37
- #: wp-backitup.php:166
38
  msgid "Restore"
39
  msgstr "Wiederherstellen"
40
 
41
- #: lib/includes/class-wpbackitup-admin.php:226
42
  msgid "Support"
43
  msgstr "Support"
44
 
45
- #: lib/includes/class-wpbackitup-admin.php:229
46
  msgid "Settings"
47
  msgstr "Einstellungen"
48
 
49
- #: lib/includes/class-wpbackitup-admin.php:254
 
 
 
 
50
  msgid ""
51
  "The backup you have selected exceeds what your host allows you to upload."
52
  msgstr ""
53
  "Das von Ihnen gewählte Backup übersteigt die von Ihrem Web-Host zum Upload "
54
  "zugelassene Datenmenge."
55
 
56
- #: lib/includes/class-wpbackitup-admin.php:255 views/backup.php:439
57
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
58
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
59
  #: views/backup.php:446 views/backup.php:447 views/backup.php:449
@@ -61,149 +65,149 @@ msgstr ""
61
  msgid "Warning"
62
  msgstr "Warnung"
63
 
64
- #: lib/includes/class-wpbackitup-admin.php:256 views/backup.php:253
65
  #: views/backup.php:376
66
  msgid "Error"
67
  msgstr "Fehler"
68
 
69
- #: lib/includes/class-wpbackitup-admin.php:257
70
  msgid "Response"
71
  msgstr "Antwort"
72
 
73
- #: lib/includes/class-wpbackitup-admin.php:258 views/backup.php:352
74
- #: views/backup.php:430 views/restore.php:230
75
  msgid "Status"
76
  msgstr "Status"
77
 
78
- #: lib/includes/class-wpbackitup-admin.php:259
79
  msgid "Download"
80
  msgstr "Download"
81
 
82
- #: lib/includes/class-wpbackitup-admin.php:260 views/backup.php:407
83
  #: views/restore.php:129
84
  msgid "Delete"
85
  msgstr "Löschen"
86
 
87
- #: lib/includes/class-wpbackitup-admin.php:262
88
  msgid "(JS997) Unexpected error"
89
  msgstr "(JS997) Unerwarteter Fehler"
90
 
91
- #: lib/includes/class-wpbackitup-admin.php:263
92
  msgid "(JS998) Unexpected error"
93
  msgstr "(JS998) Unerwarteter Fehler"
94
 
95
- #: lib/includes/class-wpbackitup-admin.php:264
96
  msgid "(JS999) An unexpected error has occurred"
97
  msgstr "(JS999) Ein unerwarteter Fehler ist aufgetreten."
98
 
99
- #: lib/includes/class-wpbackitup-admin.php:265
100
  msgid "Scheduled has been saved."
101
  msgstr "Zeitplan wurde gespeichert."
102
 
103
- #: lib/includes/class-wpbackitup-admin.php:266
104
  msgid "Scheduled was not saved."
105
  msgstr "Zeitplan wurde nicht gespeichert."
106
 
107
- #: lib/includes/class-wpbackitup-admin.php:267
108
  msgid "Are you sure you want to restore your site?"
109
  msgstr "Sind Sie sicher, dass Sie Ihre Seite wiederherstellen möchten?"
110
 
111
- #: lib/includes/class-wpbackitup-admin.php:268
112
  msgid "Are you sure ?"
113
  msgstr "Sind Sie sicher?"
114
 
115
- #: lib/includes/class-wpbackitup-admin.php:269
116
  msgid "This file cannot be delete!"
117
  msgstr "Diese Datei kann nicht gelöscht werden!"
118
 
119
- #: lib/includes/class-wpbackitup-admin.php:270
120
  msgid "View Log"
121
  msgstr "Logdatei anzeigen"
122
 
123
- #: lib/includes/class-wpbackitup-admin.php:271
124
  msgid "New Backup!"
125
  msgstr "Neues Backup!"
126
 
127
- #: lib/includes/class-wpbackitup-admin.php:272
128
  msgid "Uploaded Backup"
129
  msgstr "Hochgeladenes Backup"
130
 
131
- #: lib/includes/class-wpbackitup-admin.php:609
132
  msgid "Backup Queued"
133
  msgstr "Geplantes Backup"
134
 
135
- #: lib/includes/class-wpbackitup-admin.php:618
136
  msgid "Backup could not be queued"
137
  msgstr "Backup konnte nicht geplant werden"
138
 
139
- #: lib/includes/class-wpbackitup-admin.php:630
140
  msgid "Job is already in queue."
141
  msgstr "Der Auftrag ist bereits in der Warteschlange."
142
 
143
- #: lib/includes/class-wpbackitup-admin.php:668
144
  msgid "No backup file selected."
145
  msgstr "Keine Backup-Datei ausgewählt."
146
 
147
- #: lib/includes/class-wpbackitup-admin.php:675
148
  msgid "No user id found."
149
  msgstr "Keine Nutzer-ID gefunden."
150
 
151
- #: lib/includes/class-wpbackitup-admin.php:713
152
  msgid "Restore Queued"
153
  msgstr "Wiederherstellung geplant"
154
 
155
- #: lib/includes/class-wpbackitup-admin.php:722
156
  msgid "Restore could not be queued"
157
  msgstr "Wiederherstellung konnte nicht geplant werden"
158
 
159
- #: lib/includes/class-wpbackitup-admin.php:728
160
  msgid "Restore already in queue"
161
  msgstr "Wiederherstellung bereits geplant"
162
 
163
- #: lib/includes/class-wpbackitup-admin.php:760
164
  msgid "No job id posted"
165
  msgstr "Keine Auftrags-ID gesendet"
166
 
167
- #: lib/includes/class-wpbackitup-admin.php:768 views/backup.php:470
168
  msgid "Backup Cancelled"
169
  msgstr "Backup abgebrochen"
170
 
171
- #: lib/includes/class-wpbackitup-admin.php:770
172
  msgid "Backup job not found"
173
  msgstr "Backup-Auftrag nicht gefunden"
174
 
175
- #: lib/includes/class-wpbackitup-admin.php:978
176
  msgid "No response log found."
177
  msgstr "Kein Antwortprotokoll gefunden."
178
 
179
- #: lib/includes/class-wpbackitup-admin.php:1080
180
- #: lib/includes/class-wpbackitup-admin.php:1088
181
- #: lib/includes/class-wpbackitup-admin.php:1156
182
- #: lib/includes/class-wpbackitup-admin.php:1163
183
- #: lib/includes/class-wpbackitup-admin.php:1170
184
- #: lib/includes/class-wpbackitup-admin.php:1177
185
- #: lib/includes/class-wpbackitup-admin.php:1184
186
  msgid "Please enter a number"
187
  msgstr "Bitte eine Nummer eingeben"
188
 
189
- #: lib/includes/class-wpbackitup-admin.php:1116
190
  msgid "Please enter valid email"
191
  msgstr ""
192
 
193
- #: lib/includes/class-wpbackitup-admin.php:1293
194
  msgid "Please enter a valid email"
195
  msgstr "Bitte eine gültige Email eingeben"
196
 
197
- #: lib/includes/class-wpbackitup-admin.php:1300
198
  msgid "Please enter your support ticket id"
199
  msgstr "Bitte ID des Support-Tickets eingeben"
200
 
201
- #: lib/includes/class-wpbackitup-admin.php:1305
202
  msgid "Please only enter numbers in this field"
203
  msgstr "Bitte Nummern in dieses Feld eingeben"
204
 
205
- #: lib/includes/class-wpbackitup-admin.php:2135
206
- #: lib/includes/class-wpbackitup-admin.php:2155
207
  msgid ""
208
  "License could not be activated. Please try again in a few hours and contact "
209
  "support if this error continues."
@@ -212,15 +216,15 @@ msgstr ""
212
  "Stunden nochmal und kontaktieren Sie den Kundendienst, wenn das Problem "
213
  "weiter bestehen sollte."
214
 
215
- #: lib/includes/class-wpbackitup-admin.php:2204
216
  msgid "License is invalid."
217
  msgstr "Lizenz ist nicht gültig"
218
 
219
- #: lib/includes/class-wpbackitup-admin.php:2209
220
  msgid "License has expired."
221
  msgstr "Lizenz ist abgelaufen"
222
 
223
- #: lib/includes/class-wpbackitup-admin.php:2212
224
  #, php-format
225
  msgid ""
226
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -232,15 +236,15 @@ msgstr ""
232
  "strong> und Unterstützung durch unseren <strong>erstklassigen Kundendienst</"
233
  "strong>."
234
 
235
- #: lib/includes/class-wpbackitup-admin.php:2226
236
  msgid "License Expired: Scheduled backups are no longer active."
237
  msgstr "Lizenz abgelaufen: Es werden keine geplanten Backups mehr ausgeführt."
238
 
239
- #: lib/includes/class-wpbackitup-admin.php:2234
240
  msgid "Activation limit has been reached."
241
  msgstr "Aktivierungs-Limit wurde erreicht"
242
 
243
- #: lib/includes/class-wpbackitup-admin.php:2240
244
  msgid "Your Activation limit has been reached"
245
  msgstr "Ihr Aktivierungs-Limit wurde erreicht"
246
 
@@ -575,6 +579,438 @@ msgstr ""
575
  msgid "(999) Unexpected error"
576
  msgstr "(999) Unerwarteter Fehler"
577
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
578
  #. TRANSLATORS: %s = plugin name.
579
  #. This string is in the header of one of my pages and looks like this: WP BackItUp Dashboard
580
  #. Similar to how WordPress uses the word dashboard at the in the left navigation.
@@ -717,15 +1153,15 @@ msgstr ""
717
  msgid "Available Backups"
718
  msgstr "Verfügbare Sicherungen"
719
 
720
- #: views/backup.php:349
721
  msgid "Type"
722
  msgstr "Typ"
723
 
724
- #: views/backup.php:350 views/restore.php:100
725
  msgid "Date"
726
  msgstr "Datum"
727
 
728
- #: views/backup.php:351
729
  msgid "Duration"
730
  msgstr "Dauer"
731
 
@@ -824,10 +1260,6 @@ msgstr "Schließe Sicherung ab"
824
  msgid "Backup completed successfully"
825
  msgstr "Sicherung erfolgreich abgeschlossen."
826
 
827
- #: views/backup.php:482
828
- msgid "Backups"
829
- msgstr "Sicherungen"
830
-
831
  #: views/backup.php:482
832
  msgid "Version "
833
  msgstr "Version"
@@ -1009,10 +1441,6 @@ msgstr "Migrationsservice für Webseiten"
1009
  msgid "Documentation"
1010
  msgstr "Dokumentation"
1011
 
1012
- #: views/backup.php:610
1013
- msgid "Get support"
1014
- msgstr "Erhalte Support"
1015
-
1016
  #: views/backup.php:613
1017
  msgid "Feature request"
1018
  msgstr "Feature-Anfrage"
@@ -1523,15 +1951,15 @@ msgstr ""
1523
  msgid "%s Settings"
1524
  msgstr "%s Einstellungen"
1525
 
1526
- #: views/settings.php:50
1527
  msgid "Settings updated successfully!"
1528
  msgstr "Einstellungen erfolgreich aktualisiert!"
1529
 
1530
- #: views/settings.php:63
1531
  msgid "Email Notifications"
1532
  msgstr "Email-Benachrichtigungen"
1533
 
1534
- #: views/settings.php:64
1535
  msgid ""
1536
  "Please enter your email address if you would like to receive backup email "
1537
  "notifications."
@@ -1539,7 +1967,7 @@ msgstr ""
1539
  "Bitte geben Sie Ihre Email-Adresse ein, wenn Sie per Email über Sicherungen "
1540
  "benachrichtigt werden wollen."
1541
 
1542
- #: views/settings.php:65
1543
  msgid ""
1544
  "Backup email notifications will be sent for every backup and will contain "
1545
  "status information related to the backup."
@@ -1547,18 +1975,14 @@ msgstr ""
1547
  "Email-Benachrichtigungen werden zu jeder Sicherung versandt und enthalten "
1548
  "Status-Informationen zu dieser Sicherung."
1549
 
1550
- #: views/settings.php:67 views/settings.php:89 views/settings.php:112
1551
- #: views/settings.php:119 views/settings.php:127 views/settings.php:135
1552
- #: views/settings.php:151 views/settings.php:182 views/settings.php:216
1553
- #: views/settings.php:254 views/settings.php:263
1554
  msgid "Save"
1555
  msgstr "Speichern"
1556
 
1557
- #: views/settings.php:85
1558
- msgid "Backup Retention"
1559
- msgstr "Sicherung-Aufbewahrung"
1560
-
1561
- #: views/settings.php:86
1562
  msgid ""
1563
  "Enter the number of backup archives that you would like to remain on the "
1564
  "server."
@@ -1566,7 +1990,7 @@ msgstr ""
1566
  "Geben Sie die Anzahl der Sicherungen ein, welche auf dem Server verbleiben "
1567
  "sollen."
1568
 
1569
- #: views/settings.php:87
1570
  msgid ""
1571
  "Many hosts limit the amount of space that you can take up on their servers. "
1572
  "This option tells WPBackItUp the maximum number of backup archives that "
@@ -1579,15 +2003,15 @@ msgstr ""
1579
  "keine Angst: es werden immer die jeweils ältesten Sicherungen zuerst "
1580
  "gelöscht."
1581
 
1582
- #: views/settings.php:106
1583
  msgid "Logging?"
1584
  msgstr "Protokollierung?"
1585
 
1586
- #: views/settings.php:107
1587
  msgid "Turn on WPBackItUp logging."
1588
  msgstr "WPBackItUp Protokollierung einschalten."
1589
 
1590
- #: views/settings.php:108
1591
  msgid ""
1592
  "This option should only be turned on by advanced users or when "
1593
  "troubleshooting issues with WPBackItUp support."
@@ -1595,35 +2019,35 @@ msgstr ""
1595
  "Diese Option sollte nur von erfahrenen Nutzern eingeschaltet werden, oder "
1596
  "wenn gemeinsam mit dem WPBackItUp-Kundendienst nach Problemen gesucht wird."
1597
 
1598
- #: views/settings.php:109
1599
  msgid "Yes"
1600
  msgstr "Ja"
1601
 
1602
- #: views/settings.php:110
1603
  msgid "No"
1604
  msgstr "Nein"
1605
 
1606
- #: views/settings.php:116
1607
  msgid "Disable restore version compare?"
1608
  msgstr ""
1609
 
1610
- #: views/settings.php:118
1611
  msgid ""
1612
  "Check this box if you would like WPBackItUp not to check major version "
1613
  "issue. This could be dangerous, you can disable it with your own risk."
1614
  msgstr ""
1615
 
1616
- #: views/settings.php:123
1617
  msgid "Single File Backup Set"
1618
  msgstr "Sicherungssatz aus einer Datei"
1619
 
1620
- #: views/settings.php:125
1621
  msgid ""
1622
  "Check this box if you would like WPBackItUp to create a single zip file that "
1623
  "contains your entire backup."
1624
  msgstr ""
1625
 
1626
- #: views/settings.php:126
1627
  msgid ""
1628
  "When this setting is turned on WPBackItUp will attempt to create a single "
1629
  "zip file that contains your entire backup. This option may may not be "
@@ -1631,17 +2055,17 @@ msgid ""
1631
  "automatically if WPBackItUp is unable to complete this step for any reason."
1632
  msgstr ""
1633
 
1634
- #: views/settings.php:131
1635
  msgid "Single File Database Export (db)"
1636
  msgstr ""
1637
 
1638
- #: views/settings.php:133
1639
  msgid ""
1640
  "Check this box if you would like WPBackItUp to export your database into a "
1641
  "single db file."
1642
  msgstr ""
1643
 
1644
- #: views/settings.php:134
1645
  msgid ""
1646
  "When this setting is turned on WPBackItUp will attempt to create a single "
1647
  "file that contains your entire database. This option may not be possible "
@@ -1649,15 +2073,11 @@ msgid ""
1649
  "if WPBackItUp is unable to complete this step for any reason."
1650
  msgstr ""
1651
 
1652
- #: views/settings.php:139
1653
- msgid "Maximum Zip File Size"
1654
- msgstr ""
1655
-
1656
- #: views/settings.php:141
1657
  msgid "Select your maximum zip file size."
1658
  msgstr ""
1659
 
1660
- #: views/settings.php:142
1661
  msgid ""
1662
  "Some hosting providers do not allow large zip files so if you are "
1663
  "encountering backup errors then reducing this setting may help. Please note "
@@ -1665,35 +2085,71 @@ msgid ""
1665
  "as possible."
1666
  msgstr ""
1667
 
1668
- #: views/settings.php:144
1669
  msgid "100MB"
1670
  msgstr ""
1671
 
1672
- #: views/settings.php:145
1673
  msgid "200MB"
1674
  msgstr ""
1675
 
1676
- #: views/settings.php:146
1677
  msgid "300MB"
1678
  msgstr ""
1679
 
1680
- #: views/settings.php:147
1681
  msgid "400MB"
1682
  msgstr ""
1683
 
1684
- #: views/settings.php:148
1685
  msgid "500MB"
1686
  msgstr ""
1687
 
1688
- #: views/settings.php:155
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1689
  msgid "Batch Size"
1690
  msgstr "Batch-Größe"
1691
 
1692
- #: views/settings.php:156
1693
  msgid "Enter the batch size for each of your content items."
1694
  msgstr "Geben Sie die Batch-Größe für jedes Ihrer Inhaltselemente ein."
1695
 
1696
- #: views/settings.php:157
1697
  msgid ""
1698
  "These settings tell WPBackItUp how many items that should be added to the "
1699
  "backup at a time. If you experience timeouts while running a backup then "
@@ -1706,27 +2162,27 @@ msgstr ""
1706
  "Einstellung die für die einzelnen Sicherungsaufgaben erforderliche Zeit "
1707
  "verringern."
1708
 
1709
- #: views/settings.php:160
1710
  msgid "DB Tables Batch Size"
1711
  msgstr "Batch-Größe der DB-Tabellen"
1712
 
1713
- #: views/settings.php:165
1714
  msgid "Plugins Batch Size"
1715
  msgstr "Batch-Größe Plugins"
1716
 
1717
- #: views/settings.php:170
1718
  msgid "Themes Batch Size"
1719
  msgstr "Batch-Größe Themes"
1720
 
1721
- #: views/settings.php:175
1722
  msgid "Uploads Batch Size"
1723
  msgstr "Batch-Größe Uploads"
1724
 
1725
- #: views/settings.php:180
1726
  msgid "Others Batch Size"
1727
  msgstr "Batch-Größe Sonstiges"
1728
 
1729
- #: views/settings.php:183 views/settings.php:217 views/settings.php:255
1730
  msgid ""
1731
  "* These settings should only be modified by advanced users or when when "
1732
  "working with WPBackItUp support."
@@ -1734,11 +2190,11 @@ msgstr ""
1734
  "* Diese Einstellung sollte nur durch erfahrene Nutzer oder auf Anweisung des "
1735
  "WPBackItUp-Kundendienstes angepasst werden."
1736
 
1737
- #: views/settings.php:195
1738
  msgid "Filter Your Folders"
1739
  msgstr "Filtern Sie Ihre Verzeichnisse"
1740
 
1741
- #: views/settings.php:196
1742
  msgid ""
1743
  "Enter a comma separated list of folders that should be excluded from your "
1744
  "backups."
@@ -1746,7 +2202,7 @@ msgstr ""
1746
  "Geben Sie die Liste der Verzeichnisses ein (getrennt durch Komma), welche "
1747
  "von der Sicherung ausgeschlossen werden sollen."
1748
 
1749
- #: views/settings.php:197
1750
  msgid ""
1751
  "It is important to note that when a folder name is present in this list any "
1752
  "occurrence of that folder, and all its contents, will be excluded from the "
@@ -1755,31 +2211,31 @@ msgstr ""
1755
  "Bedenken Sie, dass alle Verzeichnisse mit diesem Namen und auch der gesamte "
1756
  "Inhalt der Verzeichnisse von der Sicherung ausgeschlossen werden."
1757
 
1758
- #: views/settings.php:199
1759
  msgid "Plugin Folders Filter"
1760
  msgstr "Filter für Plugin-Verzeichnisse"
1761
 
1762
- #: views/settings.php:204
1763
  msgid "Theme Folders Filter"
1764
  msgstr "Filter für Themes-Verzeichnisse"
1765
 
1766
- #: views/settings.php:209
1767
  msgid "Upload Folders Filter"
1768
  msgstr "Filter für Upload-Verzeichnisse"
1769
 
1770
- #: views/settings.php:213
1771
  msgid "Other Folders Filter"
1772
  msgstr "Filter für sonstige Verzeichnisse"
1773
 
1774
- #: views/settings.php:222
1775
  msgid "Filter Your Database Tables"
1776
  msgstr "Filtern Sie Ihre Datenbank-Tabellen"
1777
 
1778
- #: views/settings.php:223
1779
  msgid "Exclude custom database tables from the backup."
1780
  msgstr "Datenbank-Tabellen von der Sicherung ausschließen"
1781
 
1782
- #: views/settings.php:224
1783
  msgid ""
1784
  "If you would like to exclude a custom table from the backup then simply drag "
1785
  "it to the list on the right. WordPress core tables may not be excluded from "
@@ -1789,11 +2245,11 @@ msgstr ""
1789
  "ziehen Sie sie einfach in die Liste auf der rechten Seite. Elementare "
1790
  "Tabellen von Wordpress sollten nicht von der Sicherung ausgeschlossen werden."
1791
 
1792
- #: views/settings.php:260
1793
  msgid "Remove Data on Uninstall?"
1794
  msgstr "Sämtliche Daten bei einer Deinstallation löschen?"
1795
 
1796
- #: views/settings.php:262
1797
  msgid ""
1798
  "Check this box if you would like WPBackItUp to completely remove all of its "
1799
  "data when the plugin is deleted."
@@ -1801,26 +2257,91 @@ msgstr ""
1801
  "Aktivieren Sie diese Checkbox, wenn beim Löschen des WPBackItUp-Plugins auch "
1802
  "all seine Daten gelöscht werden sollen."
1803
 
1804
- #: views/support.php:13
1805
- #, php-format
1806
- msgid "%s Support"
1807
- msgstr "%s Support"
1808
 
1809
- #: views/support.php:32
1810
- msgid "Support email sent successfully!"
1811
- msgstr "Email an den Kundendienst erfolgreich versandt!"
1812
 
1813
- #: views/support.php:45
1814
- msgid "Email Logs to Support"
1815
- msgstr "Protokolle an Kundendienst senden"
1816
 
1817
- #: views/support.php:46
1818
- msgid "This form should be used to send log files to support only."
 
 
1819
  msgstr ""
1820
- "Dieses Formular sollte nur dazu verwendet werden, um Protokolldateien an den "
1821
- "Kundendienst zu senden."
1822
 
1823
- #: views/support.php:47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1824
  #, php-format
1825
  msgid ""
1826
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
@@ -1829,7 +2350,7 @@ msgstr ""
1829
  "Bitte erstellen Sie ein Support-Ticket im WPBackItUp <a href=\"%s\" target="
1830
  "\"_blank\">Support-Portal</a>, bevor Sie dieses Formular verwenden."
1831
 
1832
- #: views/support.php:48
1833
  msgid ""
1834
  "The ticket id you receive from your support request should be entered in the "
1835
  "ticket id field below."
@@ -1837,32 +2358,40 @@ msgstr ""
1837
  "Die Ticket-ID, welche Sie zu Ihrer Support-Anfrage erhalten, sollten Sie "
1838
  "unten in das Ticket-ID-Feld eintragen."
1839
 
1840
- #: views/support.php:49
1841
  msgid "your email address"
1842
  msgstr "Deine E-Mail Adresse."
1843
 
1844
- #: views/support.php:59
1845
  msgid "support ticket id"
1846
  msgstr "ID des Support-Tickets"
1847
 
1848
- #: views/support.php:69
1849
  msgid "problem description or additional information"
1850
  msgstr "Problembeschreibung oder zusätzliche Informationen"
1851
 
1852
- #: views/support.php:80
1853
- msgid "Send"
1854
- msgstr "Senden"
1855
-
1856
- #: views/support.php:83
1857
  msgid "Please register your version of WPBackItUp for access to support."
1858
  msgstr ""
1859
  "Bitte registrieren Sie Ihre Version von WPBackItUp, um den Kundendienst in "
1860
  "Anspruch nehmen zu können."
1861
 
1862
- #: views/support.php:87
1863
  msgid "Premium customers receive priority support."
1864
  msgstr "Premium-Kunden erhalten bevorzugten Support."
1865
 
 
 
 
 
 
 
 
 
 
 
 
 
1866
  #: wp-backitup.php:103 wp-backitup.php:104
1867
  #, php-format
1868
  msgid "Every %s hours"
@@ -1895,6 +2424,20 @@ msgstr ""
1895
  msgid "Cleanup"
1896
  msgstr "Bereinigung"
1897
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1898
  #~ msgid "Creating backup information file"
1899
  #~ msgstr "Erstelle Datei mit Sicherungs-Informationen"
1900
 
6
  msgid ""
7
  msgstr ""
8
  "Project-Id-Version: WPBackItUp\n"
9
+ "POT-Creation-Date: 2016-10-13 11:51-0400\n"
10
+ "PO-Revision-Date: 2016-10-13 11:51-0400\n"
11
  "Last-Translator: Stefan Apel <apel.s@sebakmt.com>\n"
12
  "Language-Team: German (Germany) (http://www.transifex.com/wp-translations/wp-"
13
  "backitup/language/de_DE/)\n"
26
  msgid "Every %d Minutes"
27
  msgstr ""
28
 
29
+ #: lib/includes/class-wpbackitup-admin.php:219 views/backup.php:277
30
+ #: views/backup.php:283 views/backup.php:348 views/backup.php:385
31
+ #: views/restore.php:99 wp-backitup.php:152
32
  msgid "Backup"
33
  msgstr "Sichern"
34
 
35
+ #: lib/includes/class-wpbackitup-admin.php:223
36
+ #: lib/includes/class-wpbackitup-admin.php:265 views/about.php:191
37
+ #: views/restore.php:136 wp-backitup.php:166
38
  msgid "Restore"
39
  msgstr "Wiederherstellen"
40
 
41
+ #: lib/includes/class-wpbackitup-admin.php:227 views/support.php:62
42
  msgid "Support"
43
  msgstr "Support"
44
 
45
+ #: lib/includes/class-wpbackitup-admin.php:230
46
  msgid "Settings"
47
  msgstr "Einstellungen"
48
 
49
+ #: lib/includes/class-wpbackitup-admin.php:233
50
+ msgid "About"
51
+ msgstr ""
52
+
53
+ #: lib/includes/class-wpbackitup-admin.php:258
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:259 views/backup.php:439
61
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
62
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
63
  #: views/backup.php:446 views/backup.php:447 views/backup.php:449
65
  msgid "Warning"
66
  msgstr "Warnung"
67
 
68
+ #: lib/includes/class-wpbackitup-admin.php:260 views/backup.php:253
69
  #: views/backup.php:376
70
  msgid "Error"
71
  msgstr "Fehler"
72
 
73
+ #: lib/includes/class-wpbackitup-admin.php:261
74
  msgid "Response"
75
  msgstr "Antwort"
76
 
77
+ #: lib/includes/class-wpbackitup-admin.php:262 views/backup.php:352
78
+ #: views/backup.php:404 views/backup.php:430 views/restore.php:230
79
  msgid "Status"
80
  msgstr "Status"
81
 
82
+ #: lib/includes/class-wpbackitup-admin.php:263
83
  msgid "Download"
84
  msgstr "Download"
85
 
86
+ #: lib/includes/class-wpbackitup-admin.php:264 views/backup.php:407
87
  #: views/restore.php:129
88
  msgid "Delete"
89
  msgstr "Löschen"
90
 
91
+ #: lib/includes/class-wpbackitup-admin.php:266
92
  msgid "(JS997) Unexpected error"
93
  msgstr "(JS997) Unerwarteter Fehler"
94
 
95
+ #: lib/includes/class-wpbackitup-admin.php:267
96
  msgid "(JS998) Unexpected error"
97
  msgstr "(JS998) Unerwarteter Fehler"
98
 
99
+ #: lib/includes/class-wpbackitup-admin.php:268
100
  msgid "(JS999) An unexpected error has occurred"
101
  msgstr "(JS999) Ein unerwarteter Fehler ist aufgetreten."
102
 
103
+ #: lib/includes/class-wpbackitup-admin.php:269
104
  msgid "Scheduled has been saved."
105
  msgstr "Zeitplan wurde gespeichert."
106
 
107
+ #: lib/includes/class-wpbackitup-admin.php:270
108
  msgid "Scheduled was not saved."
109
  msgstr "Zeitplan wurde nicht gespeichert."
110
 
111
+ #: lib/includes/class-wpbackitup-admin.php:271
112
  msgid "Are you sure you want to restore your site?"
113
  msgstr "Sind Sie sicher, dass Sie Ihre Seite wiederherstellen möchten?"
114
 
115
+ #: lib/includes/class-wpbackitup-admin.php:272
116
  msgid "Are you sure ?"
117
  msgstr "Sind Sie sicher?"
118
 
119
+ #: lib/includes/class-wpbackitup-admin.php:273
120
  msgid "This file cannot be delete!"
121
  msgstr "Diese Datei kann nicht gelöscht werden!"
122
 
123
+ #: lib/includes/class-wpbackitup-admin.php:274
124
  msgid "View Log"
125
  msgstr "Logdatei anzeigen"
126
 
127
+ #: lib/includes/class-wpbackitup-admin.php:275
128
  msgid "New Backup!"
129
  msgstr "Neues Backup!"
130
 
131
+ #: lib/includes/class-wpbackitup-admin.php:276
132
  msgid "Uploaded Backup"
133
  msgstr "Hochgeladenes Backup"
134
 
135
+ #: lib/includes/class-wpbackitup-admin.php:632
136
  msgid "Backup Queued"
137
  msgstr "Geplantes Backup"
138
 
139
+ #: lib/includes/class-wpbackitup-admin.php:641
140
  msgid "Backup could not be queued"
141
  msgstr "Backup konnte nicht geplant werden"
142
 
143
+ #: lib/includes/class-wpbackitup-admin.php:653
144
  msgid "Job is already in queue."
145
  msgstr "Der Auftrag ist bereits in der Warteschlange."
146
 
147
+ #: lib/includes/class-wpbackitup-admin.php:691
148
  msgid "No backup file selected."
149
  msgstr "Keine Backup-Datei ausgewählt."
150
 
151
+ #: lib/includes/class-wpbackitup-admin.php:698
152
  msgid "No user id found."
153
  msgstr "Keine Nutzer-ID gefunden."
154
 
155
+ #: lib/includes/class-wpbackitup-admin.php:736
156
  msgid "Restore Queued"
157
  msgstr "Wiederherstellung geplant"
158
 
159
+ #: lib/includes/class-wpbackitup-admin.php:745
160
  msgid "Restore could not be queued"
161
  msgstr "Wiederherstellung konnte nicht geplant werden"
162
 
163
+ #: lib/includes/class-wpbackitup-admin.php:751
164
  msgid "Restore already in queue"
165
  msgstr "Wiederherstellung bereits geplant"
166
 
167
+ #: lib/includes/class-wpbackitup-admin.php:783
168
  msgid "No job id posted"
169
  msgstr "Keine Auftrags-ID gesendet"
170
 
171
+ #: lib/includes/class-wpbackitup-admin.php:791 views/backup.php:470
172
  msgid "Backup Cancelled"
173
  msgstr "Backup abgebrochen"
174
 
175
+ #: lib/includes/class-wpbackitup-admin.php:793
176
  msgid "Backup job not found"
177
  msgstr "Backup-Auftrag nicht gefunden"
178
 
179
+ #: lib/includes/class-wpbackitup-admin.php:1001
180
  msgid "No response log found."
181
  msgstr "Kein Antwortprotokoll gefunden."
182
 
183
+ #: lib/includes/class-wpbackitup-admin.php:1103
184
+ #: lib/includes/class-wpbackitup-admin.php:1111
185
+ #: lib/includes/class-wpbackitup-admin.php:1185
186
+ #: lib/includes/class-wpbackitup-admin.php:1192
187
+ #: lib/includes/class-wpbackitup-admin.php:1199
188
+ #: lib/includes/class-wpbackitup-admin.php:1206
189
+ #: lib/includes/class-wpbackitup-admin.php:1213
190
  msgid "Please enter a number"
191
  msgstr "Bitte eine Nummer eingeben"
192
 
193
+ #: lib/includes/class-wpbackitup-admin.php:1139
194
  msgid "Please enter valid email"
195
  msgstr ""
196
 
197
+ #: lib/includes/class-wpbackitup-admin.php:1322
198
  msgid "Please enter a valid email"
199
  msgstr "Bitte eine gültige Email eingeben"
200
 
201
+ #: lib/includes/class-wpbackitup-admin.php:1329
202
  msgid "Please enter your support ticket id"
203
  msgstr "Bitte ID des Support-Tickets eingeben"
204
 
205
+ #: lib/includes/class-wpbackitup-admin.php:1334
206
  msgid "Please only enter numbers in this field"
207
  msgstr "Bitte Nummern in dieses Feld eingeben"
208
 
209
+ #: lib/includes/class-wpbackitup-admin.php:2191
210
+ #: lib/includes/class-wpbackitup-admin.php:2211
211
  msgid ""
212
  "License could not be activated. Please try again in a few hours and contact "
213
  "support if this error continues."
216
  "Stunden nochmal und kontaktieren Sie den Kundendienst, wenn das Problem "
217
  "weiter bestehen sollte."
218
 
219
+ #: lib/includes/class-wpbackitup-admin.php:2260
220
  msgid "License is invalid."
221
  msgstr "Lizenz ist nicht gültig"
222
 
223
+ #: lib/includes/class-wpbackitup-admin.php:2265
224
  msgid "License has expired."
225
  msgstr "Lizenz ist abgelaufen"
226
 
227
+ #: lib/includes/class-wpbackitup-admin.php:2268
228
  #, php-format
229
  msgid ""
230
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
236
  "strong> und Unterstützung durch unseren <strong>erstklassigen Kundendienst</"
237
  "strong>."
238
 
239
+ #: lib/includes/class-wpbackitup-admin.php:2282
240
  msgid "License Expired: Scheduled backups are no longer active."
241
  msgstr "Lizenz abgelaufen: Es werden keine geplanten Backups mehr ausgeführt."
242
 
243
+ #: lib/includes/class-wpbackitup-admin.php:2290
244
  msgid "Activation limit has been reached."
245
  msgstr "Aktivierungs-Limit wurde erreicht"
246
 
247
+ #: lib/includes/class-wpbackitup-admin.php:2296
248
  msgid "Your Activation limit has been reached"
249
  msgstr "Ihr Aktivierungs-Limit wurde erreicht"
250
 
579
  msgid "(999) Unexpected error"
580
  msgstr "(999) Unerwarteter Fehler"
581
 
582
+ #: views/about.php:59
583
+ msgid "Getting Started"
584
+ msgstr ""
585
+
586
+ #: views/about.php:62
587
+ msgid "What's New"
588
+ msgstr ""
589
+
590
+ #: views/about.php:65
591
+ msgid "Premium Plugin"
592
+ msgstr ""
593
+
594
+ #: views/about.php:117 views/support.php:92
595
+ msgid "WPBackItUp"
596
+ msgstr ""
597
+
598
+ #: views/about.php:118
599
+ #, php-format
600
+ msgid "Welcome to WPBackItUp %s"
601
+ msgstr ""
602
+
603
+ #: views/about.php:120
604
+ #, php-format
605
+ msgid ""
606
+ "Thank you for updating to the latest version! WPBackItUp %s is ready to make "
607
+ "sure your site is backed up quickly, securely, and completely!"
608
+ msgstr ""
609
+
610
+ #: views/about.php:136
611
+ msgid ""
612
+ "Use the tips below to get started using WPBackItUp and you will be "
613
+ "<em>backing it up</em> in no time!"
614
+ msgstr ""
615
+
616
+ #: views/about.php:139 views/backup.php:482
617
+ msgid "Backups"
618
+ msgstr "Sicherungen"
619
+
620
+ #: views/about.php:140
621
+ msgid "Creating Your First Backup"
622
+ msgstr ""
623
+
624
+ #: views/about.php:146
625
+ msgid "One Click &rarr; Backup"
626
+ msgstr ""
627
+
628
+ #: views/about.php:147
629
+ msgid ""
630
+ "The backup menu option is the starting point for all things related to "
631
+ "backups. To create your first backup, simply click the <em>Backup</em> "
632
+ "button and WPBackItUp will backup your entire site. This includes your "
633
+ "database, plugins, themes, and even all your media files."
634
+ msgstr ""
635
+
636
+ #: views/about.php:150 views/about.php:395
637
+ msgid "Download Backups"
638
+ msgstr ""
639
+
640
+ #: views/about.php:151
641
+ msgid ""
642
+ "Downloading your backups is simple too. Click the backup you want to "
643
+ "download from the <em>Available backups</em> listing. Then click the part of "
644
+ "the backup you want to download (database, plugins, themes, media files). "
645
+ "Or download the entire backup in just one click."
646
+ msgstr ""
647
+
648
+ #: views/about.php:162
649
+ msgid "Automatic Backups"
650
+ msgstr ""
651
+
652
+ #: views/about.php:168
653
+ msgid "Schedule your Backups (Premium Only)"
654
+ msgstr ""
655
+
656
+ #: views/about.php:169
657
+ msgid ""
658
+ "Schedule your backups to run any day of the week, or all of them. With our "
659
+ "flexible backup scheduler just select the days of the week you want your "
660
+ "backup to run and WPBackItUp will handle the rest."
661
+ msgstr ""
662
+
663
+ #: views/about.php:171
664
+ msgid "Backup Notifications"
665
+ msgstr ""
666
+
667
+ #: views/about.php:172
668
+ msgid ""
669
+ "Want to get notified every time a backup finishes? Just add your email "
670
+ "address to the notification section in backup settings. WPBackItUp even "
671
+ "supports multiple email addresses so add as many as you like."
672
+ msgstr ""
673
+
674
+ #: views/about.php:177 views/settings.php:86
675
+ msgid "Backup Retention"
676
+ msgstr "Sicherung-Aufbewahrung"
677
+
678
+ #: views/about.php:178
679
+ msgid ""
680
+ "Concerned about the amount of storage space used for backups? Use the "
681
+ "<em>backup retention</em> setting to tell WPBackItUp how many backups you "
682
+ "want to keep. WPBackItUp will make sure only the newest backups are saved."
683
+ msgstr ""
684
+
685
+ #: views/about.php:197
686
+ msgid "One Click &rarr; Restore (Premium Only)"
687
+ msgstr ""
688
+
689
+ #: views/about.php:198
690
+ msgid ""
691
+ "We hope you never need to restore your site but if you do then WPBackItUp "
692
+ "has you covered. And with our one-click restore feature, restoring your "
693
+ "site is just as easy as backing it up."
694
+ msgstr ""
695
+
696
+ #: views/about.php:200
697
+ msgid "Migration &amp; Cloning (Premium Only)"
698
+ msgstr ""
699
+
700
+ #: views/about.php:201
701
+ msgid ""
702
+ "Need to migrate your site to a new host or want to clone a copy to your "
703
+ "staging server? WPBackItUp does that too! Just upload your backups to your "
704
+ "new WordPress install and restore it using the one-click restore feature."
705
+ msgstr ""
706
+
707
+ #: views/about.php:212
708
+ msgid "Need Help?"
709
+ msgstr ""
710
+
711
+ #: views/about.php:219
712
+ msgid "Phenomenal Support"
713
+ msgstr ""
714
+
715
+ #: views/about.php:220
716
+ msgid "Get support"
717
+ msgstr "Erhalte Support"
718
+
719
+ #: views/about.php:222
720
+ #, php-format
721
+ msgid ""
722
+ "We do our best to provide the best product possible but if you run into "
723
+ "trouble then support is just a few clicks away. To get help or if you have a "
724
+ "question, simply open a ticket using our %s."
725
+ msgstr ""
726
+
727
+ #: views/about.php:222
728
+ msgid "support portal"
729
+ msgstr ""
730
+
731
+ #: views/about.php:224
732
+ msgid "Need Even Faster Support?"
733
+ msgstr ""
734
+
735
+ #: views/about.php:225
736
+ #, php-format
737
+ msgid ""
738
+ "Our %s system is there for customers that need faster or more in-depth "
739
+ "assistance."
740
+ msgstr ""
741
+
742
+ #: views/about.php:225
743
+ msgid "Priority Support"
744
+ msgstr ""
745
+
746
+ #: views/about.php:227
747
+ msgid "Need Help Migrating Your Site to a New Host?"
748
+ msgstr ""
749
+
750
+ #: views/about.php:228
751
+ #, php-format
752
+ msgid ""
753
+ "Our Site Migration experts have helped hundreds of WPBackItUp customers "
754
+ "migrate their sites and now you can take advantage of that experience with "
755
+ "our WordPress %s. Let our experts save you time and headaches by doing it "
756
+ "for you!"
757
+ msgstr ""
758
+
759
+ #: views/about.php:228
760
+ msgid "Site Migration Service"
761
+ msgstr ""
762
+
763
+ #: views/about.php:230
764
+ msgid "Tools Tools Tools..."
765
+ msgstr ""
766
+
767
+ #: views/about.php:231
768
+ #, php-format
769
+ msgid ""
770
+ "Great web sites and businesses are built with great tools and products that "
771
+ "help you achieve your goals as efficiently as possible. My team and I have "
772
+ "spent a tremendous amount of time and effort evaluating tools to help run "
773
+ "our WordPress powered website and business. And now you can leverage all our "
774
+ "hard work and my 20+ years experience in the software industry with a simple "
775
+ "mouse click. The %s is a growing list of tools and products we use at "
776
+ "WPBackItUp to enhance our websites and businesses. Please feel free to use "
777
+ "our experience to empower, enhance and accelerate your sites and businesses."
778
+ msgstr ""
779
+
780
+ #: views/about.php:231
781
+ msgid "WPBackItUp Tools List"
782
+ msgstr ""
783
+
784
+ #: views/about.php:238
785
+ msgid "Stay Up to Date"
786
+ msgstr ""
787
+
788
+ #: views/about.php:243
789
+ msgid "Get Notified of New Releases"
790
+ msgstr ""
791
+
792
+ #: views/about.php:244
793
+ #, php-format
794
+ msgid ""
795
+ "New features that make WPBackItUp even more powerful are released often. "
796
+ "Subscribe to our newsletter to stay up to date with our latest releases. %s "
797
+ "to ensure you do not miss a release!"
798
+ msgstr ""
799
+
800
+ #: views/about.php:244 views/about.php:248
801
+ msgid "Sign up now"
802
+ msgstr ""
803
+
804
+ #: views/about.php:247
805
+ msgid "Get Alerted About New Tutorials"
806
+ msgstr ""
807
+
808
+ #: views/about.php:248
809
+ #, php-format
810
+ msgid ""
811
+ "%s to hear about the latest tutorials that explain how to take WPBackItUp "
812
+ "further."
813
+ msgstr ""
814
+
815
+ #: views/about.php:267
816
+ #, php-format
817
+ msgid "Below are just a few highlights for version %s. "
818
+ msgstr ""
819
+
820
+ #: views/about.php:270
821
+ msgid "Email Notifications"
822
+ msgstr ""
823
+
824
+ #: views/about.php:276
825
+ msgid ""
826
+ "WPBackItUp now supports multiple email addresses for backup notifications. "
827
+ "Using the WPBackItUp Settings page add multiple email addresses to the "
828
+ "<em>Email Notifications</em> setting and all will receive notification "
829
+ "emails when your backups complete."
830
+ msgstr ""
831
+
832
+ #: views/about.php:278
833
+ msgid "About Page"
834
+ msgstr ""
835
+
836
+ #: views/about.php:279
837
+ msgid ""
838
+ "WPBackItUp now has a new <em>about</em> page and you are looking at it right "
839
+ "now! The about page contains tips to help get you started with WPBackItUp "
840
+ "as well as links to our knowledge base, faqs and instructions on how to "
841
+ "contact support if you ever need help. It also includes a <em>what's new</"
842
+ "em> section describing all the incredible new features and enhancements we "
843
+ "make with every release."
844
+ msgstr ""
845
+
846
+ #: views/about.php:281 views/settings.php:140
847
+ msgid "Maximum Zip File Size"
848
+ msgstr ""
849
+
850
+ #: views/about.php:282
851
+ msgid ""
852
+ "Over the years we have found that some hosting providers enforce strict "
853
+ "limitations on the size of your backup archives. When this happens you "
854
+ "might see backup errors, or more commonly backup jobs appear to never "
855
+ "finish. To combat this challenge we have added the <em>Maximum Zip File "
856
+ "Size</em> setting. This setting tells WPBackItUp when to stop adding files "
857
+ "to a backup archive and create a new one. Don't worry WPBackItUp won't miss "
858
+ "any files, it will just add them to a new backup archive."
859
+ msgstr ""
860
+
861
+ #: views/about.php:293
862
+ msgid "Additional Updates"
863
+ msgstr ""
864
+
865
+ #: views/about.php:296
866
+ msgid "Backup Encryption (Premium Only)"
867
+ msgstr ""
868
+
869
+ #: views/about.php:297
870
+ msgid ""
871
+ "That's right, we have added backup encryption to this release but have "
872
+ "turned it off while we beta test with a few customers. Backup encryption "
873
+ "will be included in our next major release (1.14) which is due out soon."
874
+ msgstr ""
875
+
876
+ #: views/about.php:300
877
+ msgid "File Name Validation"
878
+ msgstr ""
879
+
880
+ #: views/about.php:301
881
+ msgid ""
882
+ "We have added an additional validation for files with invalid names. This "
883
+ "check will exclude files from a backup with invalid file names. These files "
884
+ "are often corrupt and cause errors during a restore."
885
+ msgstr ""
886
+
887
+ #: views/about.php:304
888
+ msgid "SQL Files"
889
+ msgstr ""
890
+
891
+ #: views/about.php:305
892
+ msgid ""
893
+ "For those of you with extremely large databases, you will be happy to know "
894
+ "that we now support database exports that contain more than 500 SQL files."
895
+ msgstr ""
896
+
897
+ #: views/about.php:309
898
+ msgid "Cloud API Gateway "
899
+ msgstr ""
900
+
901
+ #: views/about.php:310
902
+ msgid ""
903
+ "Every once in a while we have connectivity issues with a few hosts when "
904
+ "customers attempt to activate their license. To combat this issue we have "
905
+ "added a cloud based API gateway that should be accessible to hosting "
906
+ "providers in every country and on any platform."
907
+ msgstr ""
908
+
909
+ #: views/about.php:313
910
+ msgid "Tables missing WordPress table prefix"
911
+ msgstr ""
912
+
913
+ #: views/about.php:314
914
+ msgid ""
915
+ "We have added support for database tables that are missing the WordPress "
916
+ "table prefix. Some plugins create custom tables that do not contain the "
917
+ "WordPress table prefix. While this practice is discouraged, it sometimes "
918
+ "still happens. WPBackItUp will now include all tables in a database, even "
919
+ "when the table prefix is missing."
920
+ msgstr ""
921
+
922
+ #: views/about.php:320
923
+ msgid "Want to see the entire changelog?"
924
+ msgstr ""
925
+
926
+ #: views/about.php:321
927
+ msgid "View the Full Changelog"
928
+ msgstr ""
929
+
930
+ #: views/about.php:350
931
+ msgid "Full Changelog"
932
+ msgstr ""
933
+
934
+ #: views/about.php:370
935
+ msgid "Take a look at what you are missing!"
936
+ msgstr ""
937
+
938
+ #: views/about.php:378
939
+ msgid "FEATURES"
940
+ msgstr ""
941
+
942
+ #: views/about.php:379
943
+ msgid "LITE"
944
+ msgstr ""
945
+
946
+ #: views/about.php:380
947
+ msgid "PREMIUM"
948
+ msgstr ""
949
+
950
+ #: views/about.php:385
951
+ msgid "Complete Backup (Database, Themes, Plugins &amp; Media Files)"
952
+ msgstr ""
953
+
954
+ #: views/about.php:390
955
+ msgid "Compressed Backups (Zip Format)"
956
+ msgstr ""
957
+
958
+ #: views/about.php:400
959
+ msgid "Directory Filters"
960
+ msgstr ""
961
+
962
+ #: views/about.php:405
963
+ msgid "Database Table Filters"
964
+ msgstr ""
965
+
966
+ #: views/about.php:410
967
+ msgid "Single File Database Export"
968
+ msgstr ""
969
+
970
+ #: views/about.php:415
971
+ msgid "Single File Backup"
972
+ msgstr ""
973
+
974
+ #: views/about.php:420
975
+ msgid "Purge Old Backups"
976
+ msgstr ""
977
+
978
+ #: views/about.php:425
979
+ msgid "Cleanup Work Files &amp; Logs"
980
+ msgstr ""
981
+
982
+ #: views/about.php:430
983
+ msgid "Backup Notifications via Email"
984
+ msgstr ""
985
+
986
+ #: views/about.php:435
987
+ msgid "One Click Restore</strong>"
988
+ msgstr ""
989
+
990
+ #: views/about.php:440
991
+ msgid "Scheduled Backups"
992
+ msgstr ""
993
+
994
+ #: views/about.php:445
995
+ msgid "Import Backups"
996
+ msgstr ""
997
+
998
+ #: views/about.php:455
999
+ msgid "Premium Support"
1000
+ msgstr ""
1001
+
1002
+ #: views/about.php:460
1003
+ msgid "Product Updates"
1004
+ msgstr ""
1005
+
1006
+ #: views/about.php:467
1007
+ msgid "GET PREMIUM"
1008
+ msgstr ""
1009
+
1010
+ #: views/about.php:490
1011
+ msgid "No valid changelog was found."
1012
+ msgstr ""
1013
+
1014
  #. TRANSLATORS: %s = plugin name.
1015
  #. This string is in the header of one of my pages and looks like this: WP BackItUp Dashboard
1016
  #. Similar to how WordPress uses the word dashboard at the in the left navigation.
1153
  msgid "Available Backups"
1154
  msgstr "Verfügbare Sicherungen"
1155
 
1156
+ #: views/backup.php:349 views/backup.php:398
1157
  msgid "Type"
1158
  msgstr "Typ"
1159
 
1160
+ #: views/backup.php:350 views/backup.php:400 views/restore.php:100
1161
  msgid "Date"
1162
  msgstr "Datum"
1163
 
1164
+ #: views/backup.php:351 views/backup.php:402
1165
  msgid "Duration"
1166
  msgstr "Dauer"
1167
 
1260
  msgid "Backup completed successfully"
1261
  msgstr "Sicherung erfolgreich abgeschlossen."
1262
 
 
 
 
 
1263
  #: views/backup.php:482
1264
  msgid "Version "
1265
  msgstr "Version"
1441
  msgid "Documentation"
1442
  msgstr "Dokumentation"
1443
 
 
 
 
 
1444
  #: views/backup.php:613
1445
  msgid "Feature request"
1446
  msgstr "Feature-Anfrage"
1951
  msgid "%s Settings"
1952
  msgstr "%s Einstellungen"
1953
 
1954
+ #: views/settings.php:51
1955
  msgid "Settings updated successfully!"
1956
  msgstr "Einstellungen erfolgreich aktualisiert!"
1957
 
1958
+ #: views/settings.php:64
1959
  msgid "Email Notifications"
1960
  msgstr "Email-Benachrichtigungen"
1961
 
1962
+ #: views/settings.php:65
1963
  msgid ""
1964
  "Please enter your email address if you would like to receive backup email "
1965
  "notifications."
1967
  "Bitte geben Sie Ihre Email-Adresse ein, wenn Sie per Email über Sicherungen "
1968
  "benachrichtigt werden wollen."
1969
 
1970
+ #: views/settings.php:66
1971
  msgid ""
1972
  "Backup email notifications will be sent for every backup and will contain "
1973
  "status information related to the backup."
1975
  "Email-Benachrichtigungen werden zu jeder Sicherung versandt und enthalten "
1976
  "Status-Informationen zu dieser Sicherung."
1977
 
1978
+ #: views/settings.php:68 views/settings.php:90 views/settings.php:113
1979
+ #: views/settings.php:120 views/settings.php:128 views/settings.php:136
1980
+ #: views/settings.php:152 views/settings.php:168 views/settings.php:199
1981
+ #: views/settings.php:233 views/settings.php:273 views/settings.php:282
1982
  msgid "Save"
1983
  msgstr "Speichern"
1984
 
1985
+ #: views/settings.php:87
 
 
 
 
1986
  msgid ""
1987
  "Enter the number of backup archives that you would like to remain on the "
1988
  "server."
1990
  "Geben Sie die Anzahl der Sicherungen ein, welche auf dem Server verbleiben "
1991
  "sollen."
1992
 
1993
+ #: views/settings.php:88
1994
  msgid ""
1995
  "Many hosts limit the amount of space that you can take up on their servers. "
1996
  "This option tells WPBackItUp the maximum number of backup archives that "
2003
  "keine Angst: es werden immer die jeweils ältesten Sicherungen zuerst "
2004
  "gelöscht."
2005
 
2006
+ #: views/settings.php:107
2007
  msgid "Logging?"
2008
  msgstr "Protokollierung?"
2009
 
2010
+ #: views/settings.php:108
2011
  msgid "Turn on WPBackItUp logging."
2012
  msgstr "WPBackItUp Protokollierung einschalten."
2013
 
2014
+ #: views/settings.php:109
2015
  msgid ""
2016
  "This option should only be turned on by advanced users or when "
2017
  "troubleshooting issues with WPBackItUp support."
2019
  "Diese Option sollte nur von erfahrenen Nutzern eingeschaltet werden, oder "
2020
  "wenn gemeinsam mit dem WPBackItUp-Kundendienst nach Problemen gesucht wird."
2021
 
2022
+ #: views/settings.php:110
2023
  msgid "Yes"
2024
  msgstr "Ja"
2025
 
2026
+ #: views/settings.php:111
2027
  msgid "No"
2028
  msgstr "Nein"
2029
 
2030
+ #: views/settings.php:117
2031
  msgid "Disable restore version compare?"
2032
  msgstr ""
2033
 
2034
+ #: views/settings.php:119
2035
  msgid ""
2036
  "Check this box if you would like WPBackItUp not to check major version "
2037
  "issue. This could be dangerous, you can disable it with your own risk."
2038
  msgstr ""
2039
 
2040
+ #: views/settings.php:124
2041
  msgid "Single File Backup Set"
2042
  msgstr "Sicherungssatz aus einer Datei"
2043
 
2044
+ #: views/settings.php:126
2045
  msgid ""
2046
  "Check this box if you would like WPBackItUp to create a single zip file that "
2047
  "contains your entire backup."
2048
  msgstr ""
2049
 
2050
+ #: views/settings.php:127
2051
  msgid ""
2052
  "When this setting is turned on WPBackItUp will attempt to create a single "
2053
  "zip file that contains your entire backup. This option may may not be "
2055
  "automatically if WPBackItUp is unable to complete this step for any reason."
2056
  msgstr ""
2057
 
2058
+ #: views/settings.php:132
2059
  msgid "Single File Database Export (db)"
2060
  msgstr ""
2061
 
2062
+ #: views/settings.php:134
2063
  msgid ""
2064
  "Check this box if you would like WPBackItUp to export your database into a "
2065
  "single db file."
2066
  msgstr ""
2067
 
2068
+ #: views/settings.php:135
2069
  msgid ""
2070
  "When this setting is turned on WPBackItUp will attempt to create a single "
2071
  "file that contains your entire database. This option may not be possible "
2073
  "if WPBackItUp is unable to complete this step for any reason."
2074
  msgstr ""
2075
 
2076
+ #: views/settings.php:142
 
 
 
 
2077
  msgid "Select your maximum zip file size."
2078
  msgstr ""
2079
 
2080
+ #: views/settings.php:143
2081
  msgid ""
2082
  "Some hosting providers do not allow large zip files so if you are "
2083
  "encountering backup errors then reducing this setting may help. Please note "
2085
  "as possible."
2086
  msgstr ""
2087
 
2088
+ #: views/settings.php:145
2089
  msgid "100MB"
2090
  msgstr ""
2091
 
2092
+ #: views/settings.php:146
2093
  msgid "200MB"
2094
  msgstr ""
2095
 
2096
+ #: views/settings.php:147
2097
  msgid "300MB"
2098
  msgstr ""
2099
 
2100
+ #: views/settings.php:148
2101
  msgid "400MB"
2102
  msgstr ""
2103
 
2104
+ #: views/settings.php:149
2105
  msgid "500MB"
2106
  msgstr ""
2107
 
2108
+ #: views/settings.php:156
2109
+ msgid "Task Timeout"
2110
+ msgstr ""
2111
+
2112
+ #: views/settings.php:158
2113
+ msgid "Select how long WPBackItUp should wait for tasks to complete."
2114
+ msgstr ""
2115
+
2116
+ #: views/settings.php:159
2117
+ msgid ""
2118
+ "On some hosts background tasks are allowed to run for a very limited amount "
2119
+ "of time before they timeout. This setting will tell WPBackItUp how long to "
2120
+ "wait for each background task to complete. This setting should only be used "
2121
+ "when working with WPBackItUp support."
2122
+ msgstr ""
2123
+
2124
+ #: views/settings.php:161
2125
+ msgid "1 Minute"
2126
+ msgstr ""
2127
+
2128
+ #: views/settings.php:162
2129
+ msgid "2 Minute"
2130
+ msgstr ""
2131
+
2132
+ #: views/settings.php:163
2133
+ msgid "3 Minute"
2134
+ msgstr ""
2135
+
2136
+ #: views/settings.php:164
2137
+ msgid "4 Minute"
2138
+ msgstr ""
2139
+
2140
+ #: views/settings.php:165
2141
+ msgid "5 Minute"
2142
+ msgstr ""
2143
+
2144
+ #: views/settings.php:172
2145
  msgid "Batch Size"
2146
  msgstr "Batch-Größe"
2147
 
2148
+ #: views/settings.php:173
2149
  msgid "Enter the batch size for each of your content items."
2150
  msgstr "Geben Sie die Batch-Größe für jedes Ihrer Inhaltselemente ein."
2151
 
2152
+ #: views/settings.php:174
2153
  msgid ""
2154
  "These settings tell WPBackItUp how many items that should be added to the "
2155
  "backup at a time. If you experience timeouts while running a backup then "
2162
  "Einstellung die für die einzelnen Sicherungsaufgaben erforderliche Zeit "
2163
  "verringern."
2164
 
2165
+ #: views/settings.php:177
2166
  msgid "DB Tables Batch Size"
2167
  msgstr "Batch-Größe der DB-Tabellen"
2168
 
2169
+ #: views/settings.php:182
2170
  msgid "Plugins Batch Size"
2171
  msgstr "Batch-Größe Plugins"
2172
 
2173
+ #: views/settings.php:187
2174
  msgid "Themes Batch Size"
2175
  msgstr "Batch-Größe Themes"
2176
 
2177
+ #: views/settings.php:192
2178
  msgid "Uploads Batch Size"
2179
  msgstr "Batch-Größe Uploads"
2180
 
2181
+ #: views/settings.php:197
2182
  msgid "Others Batch Size"
2183
  msgstr "Batch-Größe Sonstiges"
2184
 
2185
+ #: views/settings.php:200 views/settings.php:234 views/settings.php:274
2186
  msgid ""
2187
  "* These settings should only be modified by advanced users or when when "
2188
  "working with WPBackItUp support."
2190
  "* Diese Einstellung sollte nur durch erfahrene Nutzer oder auf Anweisung des "
2191
  "WPBackItUp-Kundendienstes angepasst werden."
2192
 
2193
+ #: views/settings.php:212
2194
  msgid "Filter Your Folders"
2195
  msgstr "Filtern Sie Ihre Verzeichnisse"
2196
 
2197
+ #: views/settings.php:213
2198
  msgid ""
2199
  "Enter a comma separated list of folders that should be excluded from your "
2200
  "backups."
2202
  "Geben Sie die Liste der Verzeichnisses ein (getrennt durch Komma), welche "
2203
  "von der Sicherung ausgeschlossen werden sollen."
2204
 
2205
+ #: views/settings.php:214
2206
  msgid ""
2207
  "It is important to note that when a folder name is present in this list any "
2208
  "occurrence of that folder, and all its contents, will be excluded from the "
2211
  "Bedenken Sie, dass alle Verzeichnisse mit diesem Namen und auch der gesamte "
2212
  "Inhalt der Verzeichnisse von der Sicherung ausgeschlossen werden."
2213
 
2214
+ #: views/settings.php:216
2215
  msgid "Plugin Folders Filter"
2216
  msgstr "Filter für Plugin-Verzeichnisse"
2217
 
2218
+ #: views/settings.php:221
2219
  msgid "Theme Folders Filter"
2220
  msgstr "Filter für Themes-Verzeichnisse"
2221
 
2222
+ #: views/settings.php:226
2223
  msgid "Upload Folders Filter"
2224
  msgstr "Filter für Upload-Verzeichnisse"
2225
 
2226
+ #: views/settings.php:230
2227
  msgid "Other Folders Filter"
2228
  msgstr "Filter für sonstige Verzeichnisse"
2229
 
2230
+ #: views/settings.php:239
2231
  msgid "Filter Your Database Tables"
2232
  msgstr "Filtern Sie Ihre Datenbank-Tabellen"
2233
 
2234
+ #: views/settings.php:240
2235
  msgid "Exclude custom database tables from the backup."
2236
  msgstr "Datenbank-Tabellen von der Sicherung ausschließen"
2237
 
2238
+ #: views/settings.php:241
2239
  msgid ""
2240
  "If you would like to exclude a custom table from the backup then simply drag "
2241
  "it to the list on the right. WordPress core tables may not be excluded from "
2245
  "ziehen Sie sie einfach in die Liste auf der rechten Seite. Elementare "
2246
  "Tabellen von Wordpress sollten nicht von der Sicherung ausgeschlossen werden."
2247
 
2248
+ #: views/settings.php:279
2249
  msgid "Remove Data on Uninstall?"
2250
  msgstr "Sämtliche Daten bei einer Deinstallation löschen?"
2251
 
2252
+ #: views/settings.php:281
2253
  msgid ""
2254
  "Check this box if you would like WPBackItUp to completely remove all of its "
2255
  "data when the plugin is deleted."
2257
  "Aktivieren Sie diese Checkbox, wenn beim Löschen des WPBackItUp-Plugins auch "
2258
  "all seine Daten gelöscht werden sollen."
2259
 
2260
+ #: views/support.php:65 views/support.php:221
2261
+ msgid "Send Logs"
2262
+ msgstr ""
 
2263
 
2264
+ #: views/support.php:71
2265
+ msgid "Advanced"
2266
+ msgstr ""
2267
 
2268
+ #: views/support.php:93
2269
+ msgid "Support Center"
2270
+ msgstr ""
2271
 
2272
+ #: views/support.php:95
2273
+ msgid ""
2274
+ "Welcome to the WPBackItUp support center. If you have any questions or run "
2275
+ "into any trouble with WPBackItUp then you've come to the right place."
2276
  msgstr ""
 
 
2277
 
2278
+ #: views/support.php:112
2279
+ msgid ""
2280
+ "To streamline support requests and better serve you, we utilize a support "
2281
+ "ticket system. Every support request is assigned a unique ticket number "
2282
+ "which you can use to track progress and responses via our support portal. "
2283
+ "For your convenience we provide a complete archive and history of all your "
2284
+ "support requests. All correspondence is via email so a valid email address "
2285
+ "is required to submit a ticket. "
2286
+ msgstr ""
2287
+
2288
+ #: views/support.php:120
2289
+ msgid "Search &rarr; Knowledge base"
2290
+ msgstr ""
2291
+
2292
+ #: views/support.php:121
2293
+ msgid ""
2294
+ "Want to search our entire documentation library, all our how to articles and "
2295
+ "even our faq's in one shot? Just type your question into the knowledge base "
2296
+ "search bar and we'll show you everything we have for that topic."
2297
+ msgstr ""
2298
+
2299
+ #: views/support.php:123
2300
+ msgid "New &rarr; Ticket"
2301
+ msgstr ""
2302
+
2303
+ #: views/support.php:124
2304
+ msgid ""
2305
+ "Need to open a new support ticket? Just click the link above. Please "
2306
+ "provide as much detail as possible so we can best assist you."
2307
+ msgstr ""
2308
+
2309
+ #: views/support.php:126
2310
+ msgid "Check &rarr; Status"
2311
+ msgstr ""
2312
+
2313
+ #: views/support.php:127
2314
+ msgid ""
2315
+ "To check ticket status or update a previously submitted ticket you will "
2316
+ "first need to login. Our support portal provides a history of your current "
2317
+ "and past support requests complete with responses."
2318
+ msgstr ""
2319
+
2320
+ #: views/support.php:129
2321
+ msgid "Send &rarr; Logs"
2322
+ msgstr ""
2323
+
2324
+ #: views/support.php:130
2325
+ msgid ""
2326
+ "Sometimes it may be necessary for you to send your log files to support. If "
2327
+ "that ever happens, just click the link above and we will show you what to do."
2328
+ msgstr ""
2329
+
2330
+ #: views/support.php:169
2331
+ msgid ""
2332
+ "If you have been asked by support to send your log files then you are in the "
2333
+ "right spot."
2334
+ msgstr ""
2335
+
2336
+ #: views/support.php:181
2337
+ msgid "Send Logs to Support"
2338
+ msgstr ""
2339
+
2340
+ #: views/support.php:182
2341
+ msgid "This form should only be used when working with support."
2342
+ msgstr ""
2343
+
2344
+ #: views/support.php:183
2345
  #, php-format
2346
  msgid ""
2347
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
2350
  "Bitte erstellen Sie ein Support-Ticket im WPBackItUp <a href=\"%s\" target="
2351
  "\"_blank\">Support-Portal</a>, bevor Sie dieses Formular verwenden."
2352
 
2353
+ #: views/support.php:184
2354
  msgid ""
2355
  "The ticket id you receive from your support request should be entered in the "
2356
  "ticket id field below."
2358
  "Die Ticket-ID, welche Sie zu Ihrer Support-Anfrage erhalten, sollten Sie "
2359
  "unten in das Ticket-ID-Feld eintragen."
2360
 
2361
+ #: views/support.php:185
2362
  msgid "your email address"
2363
  msgstr "Deine E-Mail Adresse."
2364
 
2365
+ #: views/support.php:196
2366
  msgid "support ticket id"
2367
  msgstr "ID des Support-Tickets"
2368
 
2369
+ #: views/support.php:207
2370
  msgid "problem description or additional information"
2371
  msgstr "Problembeschreibung oder zusätzliche Informationen"
2372
 
2373
+ #: views/support.php:224
 
 
 
 
2374
  msgid "Please register your version of WPBackItUp for access to support."
2375
  msgstr ""
2376
  "Bitte registrieren Sie Ihre Version von WPBackItUp, um den Kundendienst in "
2377
  "Anspruch nehmen zu können."
2378
 
2379
+ #: views/support.php:228
2380
  msgid "Premium customers receive priority support."
2381
  msgstr "Premium-Kunden erhalten bevorzugten Support."
2382
 
2383
+ #: views/support.php:236
2384
+ msgid "Support email could not be sent!"
2385
+ msgstr ""
2386
+
2387
+ #: views/support.php:243
2388
+ msgid "Support email sent successfully!"
2389
+ msgstr "Email an den Kundendienst erfolgreich versandt!"
2390
+
2391
+ #: views/support.php:267
2392
+ msgid "Content goes here"
2393
+ msgstr ""
2394
+
2395
  #: wp-backitup.php:103 wp-backitup.php:104
2396
  #, php-format
2397
  msgid "Every %s hours"
2424
  msgid "Cleanup"
2425
  msgstr "Bereinigung"
2426
 
2427
+ #~ msgid "%s Support"
2428
+ #~ msgstr "%s Support"
2429
+
2430
+ #~ msgid "Email Logs to Support"
2431
+ #~ msgstr "Protokolle an Kundendienst senden"
2432
+
2433
+ #~ msgid "This form should be used to send log files to support only."
2434
+ #~ msgstr ""
2435
+ #~ "Dieses Formular sollte nur dazu verwendet werden, um Protokolldateien an "
2436
+ #~ "den Kundendienst zu senden."
2437
+
2438
+ #~ msgid "Send"
2439
+ #~ msgstr "Senden"
2440
+
2441
  #~ msgid "Creating backup information file"
2442
  #~ msgstr "Erstelle Datei mit Sicherungs-Informationen"
2443
 
languages/wp-backitup-en_US.po DELETED
@@ -1,1636 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WPBackItUp\n"
4
- "POT-Creation-Date: 2016-09-19 20:34-0400\n"
5
- "PO-Revision-Date: 2016-09-19 20:34-0400\n"
6
- "Last-Translator: \n"
7
- "Language-Team: WPBackItUp <translations@wpbackitup.com>\n"
8
- "Language: en_US\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.8.9\n"
13
- "X-Poedit-Basepath: ..\n"
14
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
- "X-Poedit-KeywordsList: _;__;_e\n"
16
- "X-Poedit-SearchPath-0: .\n"
17
-
18
- #: lib/background-processing/class-background-process.php:420
19
- #, php-format
20
- msgid "Every %d Minutes"
21
- msgstr ""
22
-
23
- #: lib/includes/class-wpbackitup-admin.php:218 views/backup.php:277
24
- #: views/backup.php:283 views/backup.php:348 views/restore.php:99
25
- #: wp-backitup.php:152
26
- msgid "Backup"
27
- msgstr ""
28
-
29
- #: lib/includes/class-wpbackitup-admin.php:222
30
- #: lib/includes/class-wpbackitup-admin.php:261 views/restore.php:136
31
- #: wp-backitup.php:166
32
- msgid "Restore"
33
- msgstr ""
34
-
35
- #: lib/includes/class-wpbackitup-admin.php:226
36
- msgid "Support"
37
- msgstr ""
38
-
39
- #: lib/includes/class-wpbackitup-admin.php:229
40
- msgid "Settings"
41
- msgstr ""
42
-
43
- #: lib/includes/class-wpbackitup-admin.php:254
44
- msgid ""
45
- "The backup you have selected exceeds what your host allows you to upload."
46
- msgstr ""
47
-
48
- #: lib/includes/class-wpbackitup-admin.php:255 views/backup.php:439
49
- #: views/backup.php:440 views/backup.php:441 views/backup.php:442
50
- #: views/backup.php:443 views/backup.php:444 views/backup.php:445
51
- #: views/backup.php:446 views/backup.php:447 views/backup.php:449
52
- #: views/backup.php:451
53
- msgid "Warning"
54
- msgstr ""
55
-
56
- #: lib/includes/class-wpbackitup-admin.php:256 views/backup.php:253
57
- #: views/backup.php:376
58
- msgid "Error"
59
- msgstr ""
60
-
61
- #: lib/includes/class-wpbackitup-admin.php:257
62
- msgid "Response"
63
- msgstr ""
64
-
65
- #: lib/includes/class-wpbackitup-admin.php:258 views/backup.php:352
66
- #: views/backup.php:430 views/restore.php:230
67
- msgid "Status"
68
- msgstr ""
69
-
70
- #: lib/includes/class-wpbackitup-admin.php:259
71
- msgid "Download"
72
- msgstr ""
73
-
74
- #: lib/includes/class-wpbackitup-admin.php:260 views/backup.php:407
75
- #: views/restore.php:129
76
- msgid "Delete"
77
- msgstr ""
78
-
79
- #: lib/includes/class-wpbackitup-admin.php:262
80
- msgid "(JS997) Unexpected error"
81
- msgstr ""
82
-
83
- #: lib/includes/class-wpbackitup-admin.php:263
84
- msgid "(JS998) Unexpected error"
85
- msgstr ""
86
-
87
- #: lib/includes/class-wpbackitup-admin.php:264
88
- msgid "(JS999) An unexpected error has occurred"
89
- msgstr ""
90
-
91
- #: lib/includes/class-wpbackitup-admin.php:265
92
- msgid "Scheduled has been saved."
93
- msgstr ""
94
-
95
- #: lib/includes/class-wpbackitup-admin.php:266
96
- msgid "Scheduled was not saved."
97
- msgstr ""
98
-
99
- #: lib/includes/class-wpbackitup-admin.php:267
100
- msgid "Are you sure you want to restore your site?"
101
- msgstr ""
102
-
103
- #: lib/includes/class-wpbackitup-admin.php:268
104
- msgid "Are you sure ?"
105
- msgstr ""
106
-
107
- #: lib/includes/class-wpbackitup-admin.php:269
108
- msgid "This file cannot be delete!"
109
- msgstr ""
110
-
111
- #: lib/includes/class-wpbackitup-admin.php:270
112
- msgid "View Log"
113
- msgstr ""
114
-
115
- #: lib/includes/class-wpbackitup-admin.php:271
116
- msgid "New Backup!"
117
- msgstr ""
118
-
119
- #: lib/includes/class-wpbackitup-admin.php:272
120
- msgid "Uploaded Backup"
121
- msgstr ""
122
-
123
- #: lib/includes/class-wpbackitup-admin.php:609
124
- msgid "Backup Queued"
125
- msgstr ""
126
-
127
- #: lib/includes/class-wpbackitup-admin.php:618
128
- msgid "Backup could not be queued"
129
- msgstr ""
130
-
131
- #: lib/includes/class-wpbackitup-admin.php:630
132
- msgid "Job is already in queue."
133
- msgstr ""
134
-
135
- #: lib/includes/class-wpbackitup-admin.php:668
136
- msgid "No backup file selected."
137
- msgstr ""
138
-
139
- #: lib/includes/class-wpbackitup-admin.php:675
140
- msgid "No user id found."
141
- msgstr ""
142
-
143
- #: lib/includes/class-wpbackitup-admin.php:713
144
- msgid "Restore Queued"
145
- msgstr ""
146
-
147
- #: lib/includes/class-wpbackitup-admin.php:722
148
- msgid "Restore could not be queued"
149
- msgstr ""
150
-
151
- #: lib/includes/class-wpbackitup-admin.php:728
152
- msgid "Restore already in queue"
153
- msgstr ""
154
-
155
- #: lib/includes/class-wpbackitup-admin.php:760
156
- msgid "No job id posted"
157
- msgstr ""
158
-
159
- #: lib/includes/class-wpbackitup-admin.php:768 views/backup.php:470
160
- msgid "Backup Cancelled"
161
- msgstr ""
162
-
163
- #: lib/includes/class-wpbackitup-admin.php:770
164
- msgid "Backup job not found"
165
- msgstr ""
166
-
167
- #: lib/includes/class-wpbackitup-admin.php:978
168
- msgid "No response log found."
169
- msgstr ""
170
-
171
- #: lib/includes/class-wpbackitup-admin.php:1080
172
- #: lib/includes/class-wpbackitup-admin.php:1088
173
- #: lib/includes/class-wpbackitup-admin.php:1156
174
- #: lib/includes/class-wpbackitup-admin.php:1163
175
- #: lib/includes/class-wpbackitup-admin.php:1170
176
- #: lib/includes/class-wpbackitup-admin.php:1177
177
- #: lib/includes/class-wpbackitup-admin.php:1184
178
- msgid "Please enter a number"
179
- msgstr ""
180
-
181
- #: lib/includes/class-wpbackitup-admin.php:1116
182
- msgid "Please enter valid email"
183
- msgstr ""
184
-
185
- #: lib/includes/class-wpbackitup-admin.php:1293
186
- msgid "Please enter a valid email"
187
- msgstr ""
188
-
189
- #: lib/includes/class-wpbackitup-admin.php:1300
190
- msgid "Please enter your support ticket id"
191
- msgstr ""
192
-
193
- #: lib/includes/class-wpbackitup-admin.php:1305
194
- msgid "Please only enter numbers in this field"
195
- msgstr ""
196
-
197
- #: lib/includes/class-wpbackitup-admin.php:2135
198
- #: lib/includes/class-wpbackitup-admin.php:2155
199
- msgid ""
200
- "License could not be activated. Please try again in a few hours and contact "
201
- "support if this error continues."
202
- msgstr ""
203
-
204
- #: lib/includes/class-wpbackitup-admin.php:2204
205
- msgid "License is invalid."
206
- msgstr ""
207
-
208
- #: lib/includes/class-wpbackitup-admin.php:2209
209
- msgid "License has expired."
210
- msgstr ""
211
-
212
- #: lib/includes/class-wpbackitup-admin.php:2212
213
- #, php-format
214
- msgid ""
215
- "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
216
- "now for another year of <strong>product updates</strong> and access to our "
217
- "<strong>world class support</strong> team."
218
- msgstr ""
219
-
220
- #: lib/includes/class-wpbackitup-admin.php:2226
221
- msgid "License Expired: Scheduled backups are no longer active."
222
- msgstr ""
223
-
224
- #: lib/includes/class-wpbackitup-admin.php:2234
225
- msgid "Activation limit has been reached."
226
- msgstr ""
227
-
228
- #: lib/includes/class-wpbackitup-admin.php:2240
229
- msgid "Your Activation limit has been reached"
230
- msgstr ""
231
-
232
- #: lib/includes/handler_upload.php:29
233
- msgid "Invalid Nonce"
234
- msgstr ""
235
-
236
- #: lib/includes/handler_upload.php:39 lib/includes/handler_upload.php:156
237
- msgid "Upload directory is not writable, or does not exist."
238
- msgstr ""
239
-
240
- #: lib/includes/handler_upload.php:80
241
- #, php-format
242
- msgid "Error: %s"
243
- msgstr ""
244
-
245
- #: lib/includes/handler_upload.php:80
246
- msgid "File could not be uploaded"
247
- msgstr ""
248
-
249
- #: lib/includes/handler_upload.php:146
250
- msgid "Upload does not appear to be a WPBackItUp backup archive file."
251
- msgstr ""
252
-
253
- #: lib/includes/handler_upload.php:166
254
- msgid "Could not import file into WPBackItUp backup set."
255
- msgstr ""
256
-
257
- #: lib/includes/job_backup.php:1255
258
- #, php-format
259
- msgid ""
260
- "<strong>IMPORTANT NOTICE:</strong> <span style=\"color: #ff0000;\"> Your "
261
- "license has expired.</span><br/><br/>Scheduled backups will only continue to "
262
- "function for <strong>30</strong> days after your license has expired.Please "
263
- "<strong><a href=\"%s\" target=\"blank\">renew</a></strong> for another year "
264
- "of product updates and access to our world class support team.<br/><br/>"
265
- msgstr ""
266
-
267
- #: lib/includes/job_backup.php:1260
268
- #, php-format
269
- msgid "%s - Backup completed successfully."
270
- msgstr ""
271
-
272
- #: lib/includes/job_backup.php:1261
273
- msgid "Your backup completed successfully."
274
- msgstr ""
275
-
276
- #: lib/includes/job_backup.php:1264
277
- #, php-format
278
- msgid "%s - Backup did not complete successfully."
279
- msgstr ""
280
-
281
- #: lib/includes/job_backup.php:1265
282
- msgid "Your backup did not complete successfully."
283
- msgstr ""
284
-
285
- #: lib/includes/job_backup.php:1272
286
- #, php-format
287
- msgid "WordPress Site: <a href=\"%s\" target=\"_blank\"> %s </a><br/>"
288
- msgstr ""
289
-
290
- #: lib/includes/job_backup.php:1273
291
- msgid "Backup date:"
292
- msgstr ""
293
-
294
- #: lib/includes/job_backup.php:1274
295
- msgid "Number of backups completed with WPBackItUp:"
296
- msgstr ""
297
-
298
- #: lib/includes/job_backup.php:1276
299
- msgid "Completion Code:"
300
- msgstr ""
301
-
302
- #: lib/includes/job_backup.php:1277
303
- msgid "WPBackItUp Version:"
304
- msgstr ""
305
-
306
- #: lib/includes/job_backup.php:1289
307
- #, php-format
308
- msgid "Checkout %s for info about WPBackItUp and our other products."
309
- msgstr ""
310
-
311
- #: lib/includes/job_backup.php:1456
312
- msgid ""
313
- "(101) Unable to create a new directory for backup. Please check your CHMOD "
314
- "settings of your wp-backitup backup directory"
315
- msgstr ""
316
-
317
- #: lib/includes/job_backup.php:1457
318
- msgid ""
319
- "(102) Cannot create backup directory. Please check the CHMOD settings of "
320
- "your wp-backitup plugin directory"
321
- msgstr ""
322
-
323
- #: lib/includes/job_backup.php:1458
324
- msgid "(103) Unable to backup your files. Please try again"
325
- msgstr ""
326
-
327
- #: lib/includes/job_backup.php:1459
328
- msgid "(104) Unable to export your database. Please try again"
329
- msgstr ""
330
-
331
- #: lib/includes/job_backup.php:1460
332
- msgid "(105) Unable to export site information file. Please try again"
333
- msgstr ""
334
-
335
- #: lib/includes/job_backup.php:1461
336
- msgid "(106) Unable to cleanup your backup directory"
337
- msgstr ""
338
-
339
- #: lib/includes/job_backup.php:1462
340
- msgid "(107) Unable to compress(zip) your backup. Please try again"
341
- msgstr ""
342
-
343
- #: lib/includes/job_backup.php:1463
344
- msgid "(108) Unable to backup your site data files. Please try again"
345
- msgstr ""
346
-
347
- #: lib/includes/job_backup.php:1464
348
- msgid "(109) Unable to finalize backup. Please try again"
349
- msgstr ""
350
-
351
- #: lib/includes/job_backup.php:1465
352
- msgid "(110) Unable to create backup manifest. Please try again"
353
- msgstr ""
354
-
355
- #: lib/includes/job_backup.php:1466
356
- msgid ""
357
- "(114) Your database was accessible but an export could not be created. "
358
- "Please contact support by clicking the get support link on the right. Please "
359
- "let us know who your host is when you submit the request"
360
- msgstr ""
361
-
362
- #: lib/includes/job_backup.php:1467
363
- msgid "(120) Unable to backup your themes. Please try again"
364
- msgstr ""
365
-
366
- #: lib/includes/job_backup.php:1468
367
- msgid "(121) Unable to backup your plugins. Please try again"
368
- msgstr ""
369
-
370
- #: lib/includes/job_backup.php:1469
371
- msgid "(122) Unable to backup your uploads. Please try again"
372
- msgstr ""
373
-
374
- #: lib/includes/job_backup.php:1470
375
- msgid "(123) Unable to backup your miscellaneous files. Please try again"
376
- msgstr ""
377
-
378
- #: lib/includes/job_backup.php:1471
379
- msgid ""
380
- "(125) Unable to compress your backup because there is no zip utility "
381
- "available. Please contact support"
382
- msgstr ""
383
-
384
- #: lib/includes/job_backup.php:1472
385
- msgid "(126) Unable to validate your backup. Please try again"
386
- msgstr ""
387
-
388
- #: lib/includes/job_backup.php:1473
389
- msgid "(127) Unable to create inventory of files to backup. Please try again"
390
- msgstr ""
391
-
392
- #: lib/includes/job_backup.php:1474
393
- msgid "(128) Unable to create job control record. Please try again"
394
- msgstr ""
395
-
396
- #: lib/includes/job_backup.php:1475
397
- msgid ""
398
- "(130) Unable to encrypt sensitive files. Please try again and contact "
399
- "support if this issue continues."
400
- msgstr ""
401
-
402
- #: lib/includes/job_backup.php:1476
403
- msgid "(135) Unable to backup your database. Please try again"
404
- msgstr ""
405
-
406
- #: lib/includes/job_backup.php:1478
407
- msgid ""
408
- "(2101) Unable to create a new directory for backup. Please check your CHMOD "
409
- "settings of your wp-backitup backup directory"
410
- msgstr ""
411
-
412
- #: lib/includes/job_backup.php:1479
413
- msgid ""
414
- "(2102) Cannot create backup directory. Please check the CHMOD settings of "
415
- "your wp-backitup plugin directory"
416
- msgstr ""
417
-
418
- #: lib/includes/job_backup.php:1480
419
- msgid "(2103) Unable to backup your files. Please try again"
420
- msgstr ""
421
-
422
- #: lib/includes/job_backup.php:1481
423
- msgid "(2104) Unable to export your database. Please try again"
424
- msgstr ""
425
-
426
- #: lib/includes/job_backup.php:1482
427
- msgid "(2105) Unable to export site information file. Please try again"
428
- msgstr ""
429
-
430
- #: lib/includes/job_backup.php:1483
431
- msgid "(2106) Unable to cleanup your backup directory"
432
- msgstr ""
433
-
434
- #: lib/includes/job_backup.php:1484
435
- msgid "(2107) Unable to compress(zip) your backup. Please try again"
436
- msgstr ""
437
-
438
- #: lib/includes/job_backup.php:1485
439
- msgid "(2108) Unable to backup your site data files. Please try again"
440
- msgstr ""
441
-
442
- #: lib/includes/job_backup.php:1486
443
- msgid "(2109) Unable to finalize backup. Please try again"
444
- msgstr ""
445
-
446
- #: lib/includes/job_backup.php:1487
447
- msgid "(2110) Unable to create backup manifest. Please try again"
448
- msgstr ""
449
-
450
- #: lib/includes/job_backup.php:1488
451
- msgid ""
452
- "(2114) Your database was accessible but an export could not be created. "
453
- "Please contact support by clicking the get support link on the right. Please "
454
- "let us know who your host is when you submit the request"
455
- msgstr ""
456
-
457
- #: lib/includes/job_backup.php:1489
458
- msgid "(2120) Unable to backup your themes. Please try again"
459
- msgstr ""
460
-
461
- #: lib/includes/job_backup.php:1490
462
- msgid "(2121) Unable to backup your plugins. Please try again"
463
- msgstr ""
464
-
465
- #: lib/includes/job_backup.php:1491
466
- msgid "(2122) Unable to backup your uploads. Please try again"
467
- msgstr ""
468
-
469
- #: lib/includes/job_backup.php:1492
470
- msgid "(2123) Unable to backup your miscellaneous files. Please try again"
471
- msgstr ""
472
-
473
- #: lib/includes/job_backup.php:1493
474
- msgid ""
475
- "(2125) Unable to compress your backup because there is no zip utility "
476
- "available. Please contact support"
477
- msgstr ""
478
-
479
- #: lib/includes/job_backup.php:1494
480
- msgid "(2126) Unable to validate your backup. Please try again"
481
- msgstr ""
482
-
483
- #: lib/includes/job_backup.php:1495
484
- msgid "(2127) Unable to create inventory of files to backup. Please try again"
485
- msgstr ""
486
-
487
- #: lib/includes/job_backup.php:1496
488
- msgid "(2128) Unable to create job control record. Please try again"
489
- msgstr ""
490
-
491
- #: lib/includes/job_backup.php:1497
492
- msgid ""
493
- "(2130) Unable to encrypt sensitive files. Please try again and contact "
494
- "support if this issue continues."
495
- msgstr ""
496
-
497
- #: lib/includes/job_backup.php:1498
498
- msgid "(2135) Unable to backup your database. Please try again"
499
- msgstr ""
500
-
501
- #: lib/includes/job_backup.php:1501
502
- msgid "(999) Unexpected error"
503
- msgstr ""
504
-
505
- #. TRANSLATORS: %s = plugin name.
506
- #. This string is in the header of one of my pages and looks like this: WP BackItUp Dashboard
507
- #. Similar to how WordPress uses the word dashboard at the in the left navigation.
508
- #: views/backup.php:17
509
- #, php-format
510
- msgid "%s Dashboard"
511
- msgstr ""
512
-
513
- #: views/backup.php:242
514
- msgid "Dismiss"
515
- msgstr ""
516
-
517
- #: views/backup.php:254
518
- #, php-format
519
- msgid "Backup folder does not exist. Please contact %s for assistance."
520
- msgstr ""
521
-
522
- #: views/backup.php:254 views/restore.php:75 views/restore.php:82
523
- msgid "support"
524
- msgstr ""
525
-
526
- #: views/backup.php:257 views/backup.php:263
527
- msgid "Close"
528
- msgstr ""
529
-
530
- #: views/backup.php:278
531
- msgid ""
532
- "Click the backup button to create a zipped backup file of this site's "
533
- "database, plugins, themes and settings."
534
- msgstr ""
535
-
536
- #: views/backup.php:279
537
- msgid ""
538
- "Once your backup file has been created it will appear in the available "
539
- "backups section below. This file may remain on your hosting providers server "
540
- "but we recommend that you download and save it somewhere safe."
541
- msgstr ""
542
-
543
- #: views/backup.php:280
544
- msgid ""
545
- "WPBackItUp premium customers can use these backup files to perform an "
546
- "automated restore of their site."
547
- msgstr ""
548
-
549
- #: views/backup.php:284
550
- msgid "Cancel"
551
- msgstr ""
552
-
553
- #: views/backup.php:291
554
- #, php-format
555
- msgid ""
556
- "WPBackItUp lite customers may use these backup files to manually restore "
557
- "their site. Please visit %s for manual restore instructions."
558
- msgstr ""
559
-
560
- #: views/backup.php:298
561
- msgid "Backup Schedule"
562
- msgstr ""
563
-
564
- #: views/backup.php:300
565
- msgid "Select the days of the week you would like your backup to run."
566
- msgstr ""
567
-
568
- #: views/backup.php:302
569
- msgid ""
570
- "Backup your site once per week or every day, it's up to you. If you have "
571
- "email notifications turned on we'll even send you an email when it's done. "
572
- "Once your backup file has been created it will appear in the available "
573
- "backups section below. This file may remain on your hosting providers server "
574
- "but we recommend that you download and save it somewhere safe."
575
- msgstr ""
576
-
577
- #: views/backup.php:304
578
- msgid "Please make sure to schedule your backup for at least once per week."
579
- msgstr ""
580
-
581
- #: views/backup.php:308
582
- msgid "Monday"
583
- msgstr ""
584
-
585
- #: views/backup.php:309
586
- msgid "Tuesday"
587
- msgstr ""
588
-
589
- #: views/backup.php:310
590
- msgid "Wednesday"
591
- msgstr ""
592
-
593
- #: views/backup.php:311
594
- msgid "Thursday"
595
- msgstr ""
596
-
597
- #: views/backup.php:312
598
- msgid "Friday"
599
- msgstr ""
600
-
601
- #: views/backup.php:313
602
- msgid "Saturday"
603
- msgstr ""
604
-
605
- #: views/backup.php:314
606
- msgid "Sunday"
607
- msgstr ""
608
-
609
- #: views/backup.php:317
610
- msgid "Save Schedule"
611
- msgstr ""
612
-
613
- #: views/backup.php:322
614
- #, php-format
615
- msgid ""
616
- "Scheduled backups are only available to WPBackItUp premium customers. "
617
- "Please visit %s to get WPBackItUp risk free for 30 days."
618
- msgstr ""
619
-
620
- #: views/backup.php:329 views/restore.php:95
621
- msgid "Available Backups"
622
- msgstr ""
623
-
624
- #: views/backup.php:349
625
- msgid "Type"
626
- msgstr ""
627
-
628
- #: views/backup.php:350 views/restore.php:100
629
- msgid "Date"
630
- msgstr ""
631
-
632
- #: views/backup.php:351
633
- msgid "Duration"
634
- msgstr ""
635
-
636
- #: views/backup.php:370
637
- msgid "Success"
638
- msgstr ""
639
-
640
- #: views/backup.php:373
641
- msgid "Active"
642
- msgstr ""
643
-
644
- #: views/backup.php:416 views/restore.php:149
645
- msgid "No backup archives found."
646
- msgstr ""
647
-
648
- #: views/backup.php:425
649
- #, php-format
650
- msgid ""
651
- "The automated restore feature is only available to WPBackItUp premium "
652
- "customers. Please visit %s to get WPBackItUp risk free for 30 days."
653
- msgstr ""
654
-
655
- #: views/backup.php:434 views/restore.php:234
656
- msgid "Nothing to report"
657
- msgstr ""
658
-
659
- #: views/backup.php:439
660
- msgid "Preparing for backup"
661
- msgstr ""
662
-
663
- #: views/backup.php:439 views/backup.php:440 views/backup.php:441
664
- #: views/backup.php:442 views/backup.php:443 views/backup.php:444
665
- #: views/backup.php:445 views/backup.php:446 views/backup.php:447
666
- #: views/backup.php:449 views/backup.php:451 views/restore.php:244
667
- #: views/restore.php:245 views/restore.php:246 views/restore.php:247
668
- #: views/restore.php:248 views/restore.php:250 views/restore.php:251
669
- #: views/restore.php:253 views/restore.php:254 views/restore.php:256
670
- #: views/restore.php:257
671
- msgid "Done"
672
- msgstr ""
673
-
674
- #: views/backup.php:439 views/backup.php:440 views/backup.php:441
675
- #: views/backup.php:442 views/backup.php:443 views/backup.php:444
676
- #: views/backup.php:445 views/backup.php:446 views/backup.php:447
677
- #: views/backup.php:449 views/backup.php:451 views/restore.php:244
678
- #: views/restore.php:245 views/restore.php:246 views/restore.php:247
679
- #: views/restore.php:248 views/restore.php:250 views/restore.php:251
680
- #: views/restore.php:253 views/restore.php:254 views/restore.php:256
681
- #: views/restore.php:257
682
- msgid "Failed"
683
- msgstr ""
684
-
685
- #: views/backup.php:440
686
- msgid "Creating inventory of files to backup"
687
- msgstr ""
688
-
689
- #: views/backup.php:441
690
- msgid "Exporting database"
691
- msgstr ""
692
-
693
- #: views/backup.php:442
694
- msgid "Backing up database"
695
- msgstr ""
696
-
697
- #: views/backup.php:443
698
- msgid "Backing up themes"
699
- msgstr ""
700
-
701
- #: views/backup.php:444
702
- msgid "Backing up plugins"
703
- msgstr ""
704
-
705
- #: views/backup.php:445
706
- msgid "Backing up uploads"
707
- msgstr ""
708
-
709
- #: views/backup.php:446
710
- msgid "Backing up everything else"
711
- msgstr ""
712
-
713
- #: views/backup.php:447
714
- msgid "Validating backup"
715
- msgstr ""
716
-
717
- #: views/backup.php:449
718
- msgid "Encrypting sensitive files"
719
- msgstr ""
720
-
721
- #: views/backup.php:451
722
- msgid "Finalizing backup"
723
- msgstr ""
724
-
725
- #: views/backup.php:461
726
- msgid "Backup completed successfully"
727
- msgstr ""
728
-
729
- #: views/backup.php:482
730
- msgid "Backups"
731
- msgstr ""
732
-
733
- #: views/backup.php:482
734
- msgid "Version "
735
- msgstr ""
736
-
737
- #: views/backup.php:484
738
- msgid "Welcome to WPBackItUp!"
739
- msgstr ""
740
-
741
- #: views/backup.php:484
742
- msgid "The simplest way to backup your WordPress site."
743
- msgstr ""
744
-
745
- #: views/backup.php:485
746
- msgid ""
747
- "Getting started is easy, just click the backup button on the left side of "
748
- "this page."
749
- msgstr ""
750
-
751
- #: views/backup.php:489
752
- #, php-format
753
- msgid ""
754
- "Congratulations! You have performed <span style=\"font-weight:bold;font-size:"
755
- "medium;color: green\">%s</span> successful backups."
756
- msgstr ""
757
-
758
- #: views/backup.php:490
759
- msgid "Tips"
760
- msgstr ""
761
-
762
- #: views/backup.php:491
763
- msgid "Backup your site at least once per week"
764
- msgstr ""
765
-
766
- #: views/backup.php:492
767
- msgid "Download all your backups and store them somewhere safe"
768
- msgstr ""
769
-
770
- #: views/backup.php:493
771
- msgid "Verify your backup files are good by taking a look at what's inside"
772
- msgstr ""
773
-
774
- #: views/backup.php:498
775
- #, php-format
776
- msgid "Why not %s and schedule your backups!"
777
- msgstr ""
778
-
779
- #: views/backup.php:498
780
- msgid "upgrade"
781
- msgstr ""
782
-
783
- #: views/backup.php:507
784
- msgid "Register WPBackItUp"
785
- msgstr ""
786
-
787
- #: views/backup.php:510
788
- msgid ""
789
- "Enter your name and email address below to receive <b>special offers</b> and "
790
- "access to our world class <b>support</b> team. <br />\n"
791
- " <br />Enter your license key below to activate it on this "
792
- "site."
793
- msgstr ""
794
-
795
- #: views/backup.php:512
796
- msgid "name"
797
- msgstr ""
798
-
799
- #: views/backup.php:513
800
- msgid "email address"
801
- msgstr ""
802
-
803
- #: views/backup.php:514
804
- msgid "license key"
805
- msgstr ""
806
-
807
- #: views/backup.php:514 views/backup.php:564 views/backup.php:568
808
- #, php-format
809
- msgid "%s"
810
- msgstr ""
811
-
812
- #: views/backup.php:515
813
- msgid "Free plugin customers do not need to enter license key."
814
- msgstr ""
815
-
816
- #: views/backup.php:516
817
- msgid "Register"
818
- msgstr ""
819
-
820
- #: views/backup.php:525
821
- msgid "License Info"
822
- msgstr ""
823
-
824
- #: views/backup.php:547
825
- msgid "Name"
826
- msgstr ""
827
-
828
- #: views/backup.php:548
829
- msgid "Email"
830
- msgstr ""
831
-
832
- #: views/backup.php:549
833
- msgid "License Type"
834
- msgstr ""
835
-
836
- #: views/backup.php:550
837
- msgid "Expires"
838
- msgstr ""
839
-
840
- #: views/backup.php:553
841
- msgid "Enter license key to activate on this site."
842
- msgstr ""
843
-
844
- #: views/backup.php:560
845
- msgid "License Active"
846
- msgstr ""
847
-
848
- #: views/backup.php:568
849
- msgid "License expired"
850
- msgstr ""
851
-
852
- #: views/backup.php:572
853
- msgid "Update"
854
- msgstr ""
855
-
856
- #: views/backup.php:576
857
- msgid "Activate"
858
- msgstr ""
859
-
860
- #: views/backup.php:580
861
- #, php-format
862
- msgid "Purchase a %s license using the purchase link above."
863
- msgstr ""
864
-
865
- #: views/backup.php:580
866
- msgid "no-risk"
867
- msgstr ""
868
-
869
- #: views/backup.php:586
870
- #, php-format
871
- msgid ""
872
- "Please <a href=\"%s\" target=\"blank\">renew</a> now for another year of "
873
- "<strong>product updates</strong> and access to our <strong>world class "
874
- "support</strong> team."
875
- msgstr ""
876
-
877
- #: views/backup.php:597
878
- msgid "Useful Links"
879
- msgstr ""
880
-
881
- #: views/backup.php:599
882
- msgid "Getting Started Video"
883
- msgstr ""
884
-
885
- #: views/backup.php:602
886
- msgid "Your account"
887
- msgstr ""
888
-
889
- #: views/backup.php:605
890
- msgid "Website Migration Service"
891
- msgstr ""
892
-
893
- #: views/backup.php:607
894
- msgid "Documentation"
895
- msgstr ""
896
-
897
- #: views/backup.php:610
898
- msgid "Get support"
899
- msgstr ""
900
-
901
- #: views/backup.php:613
902
- msgid "Feature request"
903
- msgstr ""
904
-
905
- #: views/backup.php:615
906
- msgid "Language Translations"
907
- msgstr ""
908
-
909
- #: views/backup.php:617
910
- msgid "Contact"
911
- msgstr ""
912
-
913
- #: views/restore.php:13
914
- #, php-format
915
- msgid "%s Restore"
916
- msgstr ""
917
-
918
- #: views/restore.php:60
919
- msgid "Zip Files"
920
- msgstr ""
921
-
922
- #: views/restore.php:75
923
- #, php-format
924
- msgid "Error: Backup folder does not exist. Please contact %s for assistance."
925
- msgstr ""
926
-
927
- #: views/restore.php:82
928
- #, php-format
929
- msgid "Error: Restore folder does not exist. Please contact %s for assistance."
930
- msgstr ""
931
-
932
- #: views/restore.php:165
933
- #, php-format
934
- msgid ""
935
- "<p>* The automated restore feature is only available to licensed customers. "
936
- "Please visit <a href=\"%s\" target=\"_blank\">%s</a> to get license "
937
- "WPBackItUp risk free for 30 days.</p>"
938
- msgstr ""
939
-
940
- #: views/restore.php:177
941
- msgid "Upload"
942
- msgstr ""
943
-
944
- #: views/restore.php:180
945
- msgid ""
946
- "Upload WPBackItUp archive(zip) files to add to your list of available "
947
- "backups."
948
- msgstr ""
949
-
950
- #: views/restore.php:197
951
- msgid "WPBackItUp - Upload backup files"
952
- msgstr ""
953
-
954
- #: views/restore.php:198
955
- msgid "Backup files may be uploaded into WPBackItUp with this form."
956
- msgstr ""
957
-
958
- #: views/restore.php:198
959
- msgid ""
960
- "They may also be uploaded manually into the WPBackItUp directory (wp-content/"
961
- "wpbackitup_backups) using FTP. When done uploading all backup files refresh "
962
- "this page."
963
- msgstr ""
964
-
965
- #: views/restore.php:202
966
- #, php-format
967
- msgid "This feature requires %s version %s or later"
968
- msgstr ""
969
-
970
- #: views/restore.php:208
971
- msgid "Drop backup files here"
972
- msgstr ""
973
-
974
- #: views/restore.php:214
975
- msgid ""
976
- "* When done uploading click the import uploads button below to see new "
977
- "backups appear in the Available Backups section above. "
978
- msgstr ""
979
-
980
- #: views/restore.php:244
981
- msgid "Preparing for restore"
982
- msgstr ""
983
-
984
- #: views/restore.php:245
985
- msgid "Unpacking backup set"
986
- msgstr ""
987
-
988
- #: views/restore.php:246
989
- msgid "Unzipping backup files"
990
- msgstr ""
991
-
992
- #: views/restore.php:247
993
- msgid "Validating backup files"
994
- msgstr ""
995
-
996
- #: views/restore.php:248
997
- msgid "Deactivating plugins"
998
- msgstr ""
999
-
1000
- #: views/restore.php:250
1001
- msgid "Importing database"
1002
- msgstr ""
1003
-
1004
- #: views/restore.php:251
1005
- msgid "Updating imported database"
1006
- msgstr ""
1007
-
1008
- #: views/restore.php:253
1009
- msgid "Staging content files"
1010
- msgstr ""
1011
-
1012
- #: views/restore.php:254
1013
- msgid "Restoring content files"
1014
- msgstr ""
1015
-
1016
- #: views/restore.php:256
1017
- msgid "Restoring database"
1018
- msgstr ""
1019
-
1020
- #: views/restore.php:257
1021
- msgid "Updating permalinks"
1022
- msgstr ""
1023
-
1024
- #: views/restore.php:263
1025
- msgid "Error 201: No file selected"
1026
- msgstr ""
1027
-
1028
- #: views/restore.php:264
1029
- msgid "Error 202: Your file could not be uploaded"
1030
- msgstr ""
1031
-
1032
- #: views/restore.php:265
1033
- msgid "Error 203: Your backup could not be unzipped"
1034
- msgstr ""
1035
-
1036
- #: views/restore.php:266
1037
- msgid ""
1038
- "Error 204: Your backup appears to be invalid. Please ensure you selected a "
1039
- "valid backup"
1040
- msgstr ""
1041
-
1042
- #: views/restore.php:267
1043
- msgid "Error 205: Cannot create restore point"
1044
- msgstr ""
1045
-
1046
- #: views/restore.php:268
1047
- msgid "Error 206: Unable to connect to your database"
1048
- msgstr ""
1049
-
1050
- #: views/restore.php:269
1051
- msgid ""
1052
- "Error 207: Unable to get current site URL from database. Please try again"
1053
- msgstr ""
1054
-
1055
- #: views/restore.php:270
1056
- msgid ""
1057
- "Error 208: Unable to get current home URL from database. Please try again"
1058
- msgstr ""
1059
-
1060
- #: views/restore.php:271
1061
- msgid ""
1062
- "Error 209: Unable to get current user ID from database. Please try again"
1063
- msgstr ""
1064
-
1065
- #: views/restore.php:272
1066
- msgid ""
1067
- "Error 210: Unable to get current user password from database. Please try "
1068
- "again"
1069
- msgstr ""
1070
-
1071
- #: views/restore.php:273
1072
- msgid ""
1073
- "Error 211: Unable to get current user email from database. Please try again"
1074
- msgstr ""
1075
-
1076
- #: views/restore.php:275
1077
- msgid ""
1078
- "Error 212: Unable to import your database. This may require importing the "
1079
- "file manually"
1080
- msgstr ""
1081
-
1082
- #: views/restore.php:276
1083
- msgid ""
1084
- "Error 212: Unable to restore your database. This may require importing the "
1085
- "file manually"
1086
- msgstr ""
1087
-
1088
- #: views/restore.php:279
1089
- msgid ""
1090
- "Warning 213: Unable to update your site URL value. Please check your "
1091
- "WordPress general settings to make sure your Site and WordPress URLs are "
1092
- "correct"
1093
- msgstr ""
1094
-
1095
- #: views/restore.php:280
1096
- msgid ""
1097
- "Warning 214: Unable to update your home URL value. Please check your "
1098
- "WordPress general settings to make sure your Site and WordPress URLs are "
1099
- "correct"
1100
- msgstr ""
1101
-
1102
- #: views/restore.php:281
1103
- msgid ""
1104
- "Warning 215: Unable to update your user information. This may require you to "
1105
- "login with the admin username and password that was used when the backup was "
1106
- "created"
1107
- msgstr ""
1108
-
1109
- #: views/restore.php:282
1110
- msgid "Error 216: Database not found in backup"
1111
- msgstr ""
1112
-
1113
- #: views/restore.php:283
1114
- msgid "Warning 217: Unable to remove existing wp-content directory"
1115
- msgstr ""
1116
-
1117
- #: views/restore.php:284
1118
- msgid ""
1119
- "Error 218: Unable to create new wp-content directory. Please check your "
1120
- "CHMOD settings in /wp-content/"
1121
- msgstr ""
1122
-
1123
- #: views/restore.php:285
1124
- msgid "Error 219: Unable to import wp-content. Please try again"
1125
- msgstr ""
1126
-
1127
- #: views/restore.php:286
1128
- msgid "Warning 220: Unable to cleanup import directory. No action is required"
1129
- msgstr ""
1130
-
1131
- #: views/restore.php:287
1132
- #, php-format
1133
- msgid ""
1134
- "Error 221: Table prefix value in wp-config.php is different from backup. "
1135
- "This MUST be changed in your wp-config.php file before you will be able to "
1136
- "restore your site. See www.wpbackitup.com <a href =\"%s\" target=\"_blank\" "
1137
- "> FAQs</a> for more info."
1138
- msgstr ""
1139
-
1140
- #: views/restore.php:288
1141
- msgid "Error 222: Unable to create restore folder"
1142
- msgstr ""
1143
-
1144
- #: views/restore.php:289
1145
- msgid ""
1146
- "Error 223: An error occurred during the restore. WPBackItUp attempted to "
1147
- "restore the database to its previous state but were unsuccessful. Please "
1148
- "contact WPBackItUp customer support and do not attempt to perform any "
1149
- "further restores"
1150
- msgstr ""
1151
-
1152
- #: views/restore.php:290
1153
- msgid ""
1154
- "Error 224: An error occurred during the restore, however, we have "
1155
- "successfully restored your database to the previous state"
1156
- msgstr ""
1157
-
1158
- #: views/restore.php:291
1159
- msgid ""
1160
- "Error 225: Restore option is only available to licensed WPBackItUp users"
1161
- msgstr ""
1162
-
1163
- #: views/restore.php:292
1164
- msgid ""
1165
- "Error 226: Restore cannot proceed because your backup was created using a "
1166
- "different version of WordPress"
1167
- msgstr ""
1168
-
1169
- #: views/restore.php:293
1170
- msgid ""
1171
- "Error 227: Restore cannot proceed because your backup was created using a "
1172
- "different version of WPBackItUp. Please contact WPBackItUp support to help "
1173
- "convert this backup to the current version"
1174
- msgstr ""
1175
-
1176
- #: views/restore.php:294
1177
- msgid ""
1178
- "Error 230: WPBackItUp ran into unexpected errors during the database "
1179
- "restore. However, we were able to successfully revert the database back to "
1180
- "its original state . This error may require importing the database manually"
1181
- msgstr ""
1182
-
1183
- #: views/restore.php:295
1184
- msgid ""
1185
- "Error 235: WPBackItUp is not able to proceed because there is no zip utility "
1186
- "available. Please contact support"
1187
- msgstr ""
1188
-
1189
- #: views/restore.php:296
1190
- msgid ""
1191
- "Error 250: WPBackItUp is unable to begin the restore because a backup is "
1192
- "running. Please wait for the backup to complete and then try again"
1193
- msgstr ""
1194
-
1195
- #: views/restore.php:298
1196
- msgid ""
1197
- "Error 260: WPBackItUp is unable to extract archives from backup set. Please "
1198
- "try again and contact support if this issue continues"
1199
- msgstr ""
1200
-
1201
- #: views/restore.php:299
1202
- msgid ""
1203
- "Error 261: WPBackItUp is unable to extract archives from backup set. Please "
1204
- "try again and contact support if this issue continues"
1205
- msgstr ""
1206
-
1207
- #: views/restore.php:300
1208
- msgid ""
1209
- "Error 262: There were no backup files found in the backup folder. Please "
1210
- "try again and contact support if this issue continues"
1211
- msgstr ""
1212
-
1213
- #: views/restore.php:302
1214
- msgid ""
1215
- "Error 251: WPBackItUp is unable to begin the restore because the backup "
1216
- "manifest is empty"
1217
- msgstr ""
1218
-
1219
- #: views/restore.php:303
1220
- msgid ""
1221
- "Error 252: At least one zip file is missing from your backup set. Please "
1222
- "make sure to upload all zip files that were part of this backup"
1223
- msgstr ""
1224
-
1225
- #: views/restore.php:304
1226
- msgid ""
1227
- "Error 253: Backup set contains a zip file that is not in the manifest. "
1228
- "Please make sure to upload only zip files that were part of this backup"
1229
- msgstr ""
1230
-
1231
- #: views/restore.php:305
1232
- msgid ""
1233
- "Error 254: The size of one the zip files in this backup set does not match "
1234
- "the manifest so is most likely corrupt. Upload all zip files in this backup "
1235
- "set again and attempt the restore one more time. "
1236
- msgstr ""
1237
-
1238
- #: views/restore.php:306
1239
- msgid ""
1240
- "Error 255: Backup set does not contain a manifest. Please make sure to "
1241
- "upload all zip files that were part of this backup"
1242
- msgstr ""
1243
-
1244
- #: views/restore.php:308
1245
- msgid ""
1246
- "Warning 300: Unable to restore all WordPress content. Please review your "
1247
- "restore logs to see what WPBackItUp was unable to restore"
1248
- msgstr ""
1249
-
1250
- #: views/restore.php:309
1251
- msgid ""
1252
- "Warning 305: Unable to restore all plugins. Please review your restore logs "
1253
- "to see what WPBackItUp was unable to restore"
1254
- msgstr ""
1255
-
1256
- #: views/restore.php:311
1257
- msgid "Error 2001: Unable to prepare site for restore"
1258
- msgstr ""
1259
-
1260
- #: views/restore.php:312
1261
- msgid "Error 2002: Unable to unzip backup"
1262
- msgstr ""
1263
-
1264
- #: views/restore.php:313
1265
- msgid "Error 2003: Unable to validate backup"
1266
- msgstr ""
1267
-
1268
- #: views/restore.php:314
1269
- msgid "Error 2004: Unable to create restore point"
1270
- msgstr ""
1271
-
1272
- #: views/restore.php:315
1273
- msgid "Error 2005: Unable to stage wp-content"
1274
- msgstr ""
1275
-
1276
- #: views/restore.php:316
1277
- msgid "Error 2006: Unable to restore content files"
1278
- msgstr ""
1279
-
1280
- #: views/restore.php:317
1281
- msgid "Error 2007: Unable to restore database"
1282
- msgstr ""
1283
-
1284
- #: views/restore.php:318
1285
- msgid "Error 2009: Unable to import database"
1286
- msgstr ""
1287
-
1288
- #: views/restore.php:319
1289
- msgid "Error 2999: Unexpected error encountered"
1290
- msgstr ""
1291
-
1292
- #: views/restore.php:326
1293
- msgid ""
1294
- "Restore completed successfully. If you are prompted to login please do so "
1295
- "with your current username and password"
1296
- msgstr ""
1297
-
1298
- #: views/settings.php:13
1299
- #, php-format
1300
- msgid "%s Settings"
1301
- msgstr ""
1302
-
1303
- #: views/settings.php:50
1304
- msgid "Settings updated successfully!"
1305
- msgstr ""
1306
-
1307
- #: views/settings.php:63
1308
- msgid "Email Notifications"
1309
- msgstr ""
1310
-
1311
- #: views/settings.php:64
1312
- msgid ""
1313
- "Please enter your email address if you would like to receive backup email "
1314
- "notifications."
1315
- msgstr ""
1316
-
1317
- #: views/settings.php:65
1318
- msgid ""
1319
- "Backup email notifications will be sent for every backup and will contain "
1320
- "status information related to the backup."
1321
- msgstr ""
1322
-
1323
- #: views/settings.php:67 views/settings.php:89 views/settings.php:112
1324
- #: views/settings.php:119 views/settings.php:127 views/settings.php:135
1325
- #: views/settings.php:151 views/settings.php:182 views/settings.php:216
1326
- #: views/settings.php:254 views/settings.php:263
1327
- msgid "Save"
1328
- msgstr ""
1329
-
1330
- #: views/settings.php:85
1331
- msgid "Backup Retention"
1332
- msgstr ""
1333
-
1334
- #: views/settings.php:86
1335
- msgid ""
1336
- "Enter the number of backup archives that you would like to remain on the "
1337
- "server."
1338
- msgstr ""
1339
-
1340
- #: views/settings.php:87
1341
- msgid ""
1342
- "Many hosts limit the amount of space that you can take up on their servers. "
1343
- "This option tells WPBackItUp the maximum number of backup archives that "
1344
- "should remain on your hosts server. Don't worry, we will always remove the "
1345
- "oldest backup archives first."
1346
- msgstr ""
1347
-
1348
- #: views/settings.php:106
1349
- msgid "Logging?"
1350
- msgstr ""
1351
-
1352
- #: views/settings.php:107
1353
- msgid "Turn on WPBackItUp logging."
1354
- msgstr ""
1355
-
1356
- #: views/settings.php:108
1357
- msgid ""
1358
- "This option should only be turned on by advanced users or when "
1359
- "troubleshooting issues with WPBackItUp support."
1360
- msgstr ""
1361
-
1362
- #: views/settings.php:109
1363
- msgid "Yes"
1364
- msgstr ""
1365
-
1366
- #: views/settings.php:110
1367
- msgid "No"
1368
- msgstr ""
1369
-
1370
- #: views/settings.php:116
1371
- msgid "Disable restore version compare?"
1372
- msgstr ""
1373
-
1374
- #: views/settings.php:118
1375
- msgid ""
1376
- "Check this box if you would like WPBackItUp not to check major version "
1377
- "issue. This could be dangerous, you can disable it with your own risk."
1378
- msgstr ""
1379
-
1380
- #: views/settings.php:123
1381
- msgid "Single File Backup Set"
1382
- msgstr ""
1383
-
1384
- #: views/settings.php:125
1385
- msgid ""
1386
- "Check this box if you would like WPBackItUp to create a single zip file that "
1387
- "contains your entire backup."
1388
- msgstr ""
1389
-
1390
- #: views/settings.php:126
1391
- msgid ""
1392
- "When this setting is turned on WPBackItUp will attempt to create a single "
1393
- "zip file that contains your entire backup. This option may may not be "
1394
- "possible with some hosting providers. This setting will be turned off "
1395
- "automatically if WPBackItUp is unable to complete this step for any reason."
1396
- msgstr ""
1397
-
1398
- #: views/settings.php:131
1399
- msgid "Single File Database Export (db)"
1400
- msgstr ""
1401
-
1402
- #: views/settings.php:133
1403
- msgid ""
1404
- "Check this box if you would like WPBackItUp to export your database into a "
1405
- "single db file."
1406
- msgstr ""
1407
-
1408
- #: views/settings.php:134
1409
- msgid ""
1410
- "When this setting is turned on WPBackItUp will attempt to create a single "
1411
- "file that contains your entire database. This option may not be possible "
1412
- "with some hosting providers. This setting will be turned off automatically "
1413
- "if WPBackItUp is unable to complete this step for any reason."
1414
- msgstr ""
1415
-
1416
- #: views/settings.php:139
1417
- msgid "Maximum Zip File Size"
1418
- msgstr ""
1419
-
1420
- #: views/settings.php:141
1421
- msgid "Select your maximum zip file size."
1422
- msgstr ""
1423
-
1424
- #: views/settings.php:142
1425
- msgid ""
1426
- "Some hosting providers do not allow large zip files so if you are "
1427
- "encountering backup errors then reducing this setting may help. Please note "
1428
- "that this setting will impact performance so we recommend it is set as high "
1429
- "as possible."
1430
- msgstr ""
1431
-
1432
- #: views/settings.php:144
1433
- msgid "100MB"
1434
- msgstr ""
1435
-
1436
- #: views/settings.php:145
1437
- msgid "200MB"
1438
- msgstr ""
1439
-
1440
- #: views/settings.php:146
1441
- msgid "300MB"
1442
- msgstr ""
1443
-
1444
- #: views/settings.php:147
1445
- msgid "400MB"
1446
- msgstr ""
1447
-
1448
- #: views/settings.php:148
1449
- msgid "500MB"
1450
- msgstr ""
1451
-
1452
- #: views/settings.php:155
1453
- msgid "Batch Size"
1454
- msgstr ""
1455
-
1456
- #: views/settings.php:156
1457
- msgid "Enter the batch size for each of your content items."
1458
- msgstr ""
1459
-
1460
- #: views/settings.php:157
1461
- msgid ""
1462
- "These settings tell WPBackItUp how many items that should be added to the "
1463
- "backup at a time. If you experience timeouts while running a backup then "
1464
- "these settings can be used to help reduce the amount of time it takes "
1465
- "WPBackItUp to complete each backup task ."
1466
- msgstr ""
1467
-
1468
- #: views/settings.php:160
1469
- msgid "DB Tables Batch Size"
1470
- msgstr ""
1471
-
1472
- #: views/settings.php:165
1473
- msgid "Plugins Batch Size"
1474
- msgstr ""
1475
-
1476
- #: views/settings.php:170
1477
- msgid "Themes Batch Size"
1478
- msgstr ""
1479
-
1480
- #: views/settings.php:175
1481
- msgid "Uploads Batch Size"
1482
- msgstr ""
1483
-
1484
- #: views/settings.php:180
1485
- msgid "Others Batch Size"
1486
- msgstr ""
1487
-
1488
- #: views/settings.php:183 views/settings.php:217 views/settings.php:255
1489
- msgid ""
1490
- "* These settings should only be modified by advanced users or when when "
1491
- "working with WPBackItUp support."
1492
- msgstr ""
1493
-
1494
- #: views/settings.php:195
1495
- msgid "Filter Your Folders"
1496
- msgstr ""
1497
-
1498
- #: views/settings.php:196
1499
- msgid ""
1500
- "Enter a comma separated list of folders that should be excluded from your "
1501
- "backups."
1502
- msgstr ""
1503
-
1504
- #: views/settings.php:197
1505
- msgid ""
1506
- "It is important to note that when a folder name is present in this list any "
1507
- "occurrence of that folder, and all its contents, will be excluded from the "
1508
- "backup."
1509
- msgstr ""
1510
-
1511
- #: views/settings.php:199
1512
- msgid "Plugin Folders Filter"
1513
- msgstr ""
1514
-
1515
- #: views/settings.php:204
1516
- msgid "Theme Folders Filter"
1517
- msgstr ""
1518
-
1519
- #: views/settings.php:209
1520
- msgid "Upload Folders Filter"
1521
- msgstr ""
1522
-
1523
- #: views/settings.php:213
1524
- msgid "Other Folders Filter"
1525
- msgstr ""
1526
-
1527
- #: views/settings.php:222
1528
- msgid "Filter Your Database Tables"
1529
- msgstr ""
1530
-
1531
- #: views/settings.php:223
1532
- msgid "Exclude custom database tables from the backup."
1533
- msgstr ""
1534
-
1535
- #: views/settings.php:224
1536
- msgid ""
1537
- "If you would like to exclude a custom table from the backup then simply drag "
1538
- "it to the list on the right. WordPress core tables may not be excluded from "
1539
- "the backup. "
1540
- msgstr ""
1541
-
1542
- #: views/settings.php:260
1543
- msgid "Remove Data on Uninstall?"
1544
- msgstr ""
1545
-
1546
- #: views/settings.php:262
1547
- msgid ""
1548
- "Check this box if you would like WPBackItUp to completely remove all of its "
1549
- "data when the plugin is deleted."
1550
- msgstr ""
1551
-
1552
- #: views/support.php:13
1553
- #, php-format
1554
- msgid "%s Support"
1555
- msgstr ""
1556
-
1557
- #: views/support.php:32
1558
- msgid "Support email sent successfully!"
1559
- msgstr ""
1560
-
1561
- #: views/support.php:45
1562
- msgid "Email Logs to Support"
1563
- msgstr ""
1564
-
1565
- #: views/support.php:46
1566
- msgid "This form should be used to send log files to support only."
1567
- msgstr ""
1568
-
1569
- #: views/support.php:47
1570
- #, php-format
1571
- msgid ""
1572
- "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
1573
- "target=\"_blank\"> support portal.</a> before using this form."
1574
- msgstr ""
1575
-
1576
- #: views/support.php:48
1577
- msgid ""
1578
- "The ticket id you receive from your support request should be entered in the "
1579
- "ticket id field below."
1580
- msgstr ""
1581
-
1582
- #: views/support.php:49
1583
- msgid "your email address"
1584
- msgstr ""
1585
-
1586
- #: views/support.php:59
1587
- msgid "support ticket id"
1588
- msgstr ""
1589
-
1590
- #: views/support.php:69
1591
- msgid "problem description or additional information"
1592
- msgstr ""
1593
-
1594
- #: views/support.php:80
1595
- msgid "Send"
1596
- msgstr ""
1597
-
1598
- #: views/support.php:83
1599
- msgid "Please register your version of WPBackItUp for access to support."
1600
- msgstr ""
1601
-
1602
- #: views/support.php:87
1603
- msgid "Premium customers receive priority support."
1604
- msgstr ""
1605
-
1606
- #: wp-backitup.php:103 wp-backitup.php:104
1607
- #, php-format
1608
- msgid "Every %s hours"
1609
- msgstr ""
1610
-
1611
- #: wp-backitup.php:105 wp-backitup.php:106 wp-backitup.php:107
1612
- #: wp-backitup.php:108 wp-backitup.php:109
1613
- #, php-format
1614
- msgid "WPBUP - Every %s minutes"
1615
- msgstr ""
1616
-
1617
- #: wp-backitup.php:111
1618
- msgid "WPBUP - Once Weekly"
1619
- msgstr ""
1620
-
1621
- #: wp-backitup.php:112
1622
- msgid "WPBUP - Once Monthly"
1623
- msgstr ""
1624
-
1625
- #: wp-backitup.php:113 wp-backitup.php:114
1626
- #, php-format
1627
- msgid "WPBUP - Every %s hours"
1628
- msgstr ""
1629
-
1630
- #: wp-backitup.php:123
1631
- msgid "Local File"
1632
- msgstr ""
1633
-
1634
- #: wp-backitup.php:180
1635
- msgid "Cleanup"
1636
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/wp-backitup-es_ES.mo CHANGED
Binary file
languages/wp-backitup-es_ES.po CHANGED
@@ -4,8 +4,8 @@
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: WPBackItUp\n"
7
- "POT-Creation-Date: 2016-09-19 20:34-0400\n"
8
- "PO-Revision-Date: 2016-09-19 20:34-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,34 +24,38 @@ msgstr ""
24
  msgid "Every %d Minutes"
25
  msgstr ""
26
 
27
- #: lib/includes/class-wpbackitup-admin.php:218 views/backup.php:277
28
- #: views/backup.php:283 views/backup.php:348 views/restore.php:99
29
- #: wp-backitup.php:152
30
  msgid "Backup"
31
  msgstr "Copia de seguridad"
32
 
33
- #: lib/includes/class-wpbackitup-admin.php:222
34
- #: lib/includes/class-wpbackitup-admin.php:261 views/restore.php:136
35
- #: wp-backitup.php:166
36
  msgid "Restore"
37
  msgstr "Restaurar"
38
 
39
- #: lib/includes/class-wpbackitup-admin.php:226
40
  msgid "Support"
41
  msgstr "Soporte"
42
 
43
- #: lib/includes/class-wpbackitup-admin.php:229
44
  msgid "Settings"
45
  msgstr "Configuración"
46
 
47
- #: lib/includes/class-wpbackitup-admin.php:254
 
 
 
 
48
  msgid ""
49
  "The backup you have selected exceeds what your host allows you to upload."
50
  msgstr ""
51
  "La copia de seguridad que ha seleccionado excede lo que su servidor le "
52
  "permite subir."
53
 
54
- #: lib/includes/class-wpbackitup-admin.php:255 views/backup.php:439
55
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
56
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
57
  #: views/backup.php:446 views/backup.php:447 views/backup.php:449
@@ -59,149 +63,149 @@ msgstr ""
59
  msgid "Warning"
60
  msgstr "Advertencia"
61
 
62
- #: lib/includes/class-wpbackitup-admin.php:256 views/backup.php:253
63
  #: views/backup.php:376
64
  msgid "Error"
65
  msgstr "Error"
66
 
67
- #: lib/includes/class-wpbackitup-admin.php:257
68
  msgid "Response"
69
  msgstr "Respuesta"
70
 
71
- #: lib/includes/class-wpbackitup-admin.php:258 views/backup.php:352
72
- #: views/backup.php:430 views/restore.php:230
73
  msgid "Status"
74
  msgstr "Estado"
75
 
76
- #: lib/includes/class-wpbackitup-admin.php:259
77
  msgid "Download"
78
  msgstr "Descargar"
79
 
80
- #: lib/includes/class-wpbackitup-admin.php:260 views/backup.php:407
81
  #: views/restore.php:129
82
  msgid "Delete"
83
  msgstr "Borrar"
84
 
85
- #: lib/includes/class-wpbackitup-admin.php:262
86
  msgid "(JS997) Unexpected error"
87
  msgstr "(JS997) Error inesperado"
88
 
89
- #: lib/includes/class-wpbackitup-admin.php:263
90
  msgid "(JS998) Unexpected error"
91
  msgstr "(JS998) Error inesperado"
92
 
93
- #: lib/includes/class-wpbackitup-admin.php:264
94
  msgid "(JS999) An unexpected error has occurred"
95
  msgstr "(JS999) Ocurrió un error inesperado"
96
 
97
- #: lib/includes/class-wpbackitup-admin.php:265
98
  msgid "Scheduled has been saved."
99
  msgstr "Se ha guardado la programación."
100
 
101
- #: lib/includes/class-wpbackitup-admin.php:266
102
  msgid "Scheduled was not saved."
103
  msgstr "La programación no se ha guardado."
104
 
105
- #: lib/includes/class-wpbackitup-admin.php:267
106
  msgid "Are you sure you want to restore your site?"
107
  msgstr "¿Está seguro de que quiere restaurar su sitio web?"
108
 
109
- #: lib/includes/class-wpbackitup-admin.php:268
110
  msgid "Are you sure ?"
111
  msgstr "¿Está seguro?"
112
 
113
- #: lib/includes/class-wpbackitup-admin.php:269
114
  msgid "This file cannot be delete!"
115
  msgstr "¡Este archivo no se puede borrar!"
116
 
117
- #: lib/includes/class-wpbackitup-admin.php:270
118
  msgid "View Log"
119
  msgstr "Ver registro"
120
 
121
- #: lib/includes/class-wpbackitup-admin.php:271
122
  msgid "New Backup!"
123
  msgstr "¡Nueva copia de seguridad!"
124
 
125
- #: lib/includes/class-wpbackitup-admin.php:272
126
  msgid "Uploaded Backup"
127
  msgstr "Copia de seguridad subida"
128
 
129
- #: lib/includes/class-wpbackitup-admin.php:609
130
  msgid "Backup Queued"
131
  msgstr "Copia de seguridad puesta en la cola"
132
 
133
- #: lib/includes/class-wpbackitup-admin.php:618
134
  msgid "Backup could not be queued"
135
  msgstr "No se puede poner en la cola la copia de seguridad"
136
 
137
- #: lib/includes/class-wpbackitup-admin.php:630
138
  msgid "Job is already in queue."
139
  msgstr "La tarea ya está en la cola."
140
 
141
- #: lib/includes/class-wpbackitup-admin.php:668
142
  msgid "No backup file selected."
143
  msgstr "No se ha seleccionado ningún archivo de copia de seguridad."
144
 
145
- #: lib/includes/class-wpbackitup-admin.php:675
146
  msgid "No user id found."
147
  msgstr "No se ha encontrado la id de usuario."
148
 
149
- #: lib/includes/class-wpbackitup-admin.php:713
150
  msgid "Restore Queued"
151
  msgstr "Restauración en la cola"
152
 
153
- #: lib/includes/class-wpbackitup-admin.php:722
154
  msgid "Restore could not be queued"
155
  msgstr "La restauración no se ha podido poner en cola"
156
 
157
- #: lib/includes/class-wpbackitup-admin.php:728
158
  msgid "Restore already in queue"
159
  msgstr "La restauración ya está en la cola"
160
 
161
- #: lib/includes/class-wpbackitup-admin.php:760
162
  msgid "No job id posted"
163
  msgstr "Id de la tarea no publicado"
164
 
165
- #: lib/includes/class-wpbackitup-admin.php:768 views/backup.php:470
166
  msgid "Backup Cancelled"
167
  msgstr "Copia de seguridad cancelada"
168
 
169
- #: lib/includes/class-wpbackitup-admin.php:770
170
  msgid "Backup job not found"
171
  msgstr "No se ha encontrado la tarea de copia de seguridad"
172
 
173
- #: lib/includes/class-wpbackitup-admin.php:978
174
  msgid "No response log found."
175
  msgstr "No se ha enontrado ningún registro."
176
 
177
- #: lib/includes/class-wpbackitup-admin.php:1080
178
- #: lib/includes/class-wpbackitup-admin.php:1088
179
- #: lib/includes/class-wpbackitup-admin.php:1156
180
- #: lib/includes/class-wpbackitup-admin.php:1163
181
- #: lib/includes/class-wpbackitup-admin.php:1170
182
- #: lib/includes/class-wpbackitup-admin.php:1177
183
- #: lib/includes/class-wpbackitup-admin.php:1184
184
  msgid "Please enter a number"
185
  msgstr "Por favor, introduzca un número"
186
 
187
- #: lib/includes/class-wpbackitup-admin.php:1116
188
  msgid "Please enter valid email"
189
  msgstr ""
190
 
191
- #: lib/includes/class-wpbackitup-admin.php:1293
192
  msgid "Please enter a valid email"
193
  msgstr "Por favor, introduzca una dirección de correo electrónico válida"
194
 
195
- #: lib/includes/class-wpbackitup-admin.php:1300
196
  msgid "Please enter your support ticket id"
197
  msgstr "Por favor, introduzca el id de la incidencia"
198
 
199
- #: lib/includes/class-wpbackitup-admin.php:1305
200
  msgid "Please only enter numbers in this field"
201
  msgstr "Por favor, sólo introduzca números en este campo"
202
 
203
- #: lib/includes/class-wpbackitup-admin.php:2135
204
- #: lib/includes/class-wpbackitup-admin.php:2155
205
  msgid ""
206
  "License could not be activated. Please try again in a few hours and contact "
207
  "support if this error continues."
@@ -209,15 +213,15 @@ msgstr ""
209
  "Puede que la licencia no se haya activado. Por favor, inténtelo de nuevo en "
210
  "unas pocas horas y contacte con el soporte técnico si el error continua."
211
 
212
- #: lib/includes/class-wpbackitup-admin.php:2204
213
  msgid "License is invalid."
214
  msgstr "Licencia no válida"
215
 
216
- #: lib/includes/class-wpbackitup-admin.php:2209
217
  msgid "License has expired."
218
  msgstr "La licencia ha caducado."
219
 
220
- #: lib/includes/class-wpbackitup-admin.php:2212
221
  #, php-format
222
  msgid ""
223
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -228,17 +232,17 @@ msgstr ""
228
  "a> ahora para otro año de <strong>actualizaciones</strong> y acceso a "
229
  "nuestro equipo de <strong>soporte de talla mundial</strong>."
230
 
231
- #: lib/includes/class-wpbackitup-admin.php:2226
232
  msgid "License Expired: Scheduled backups are no longer active."
233
  msgstr ""
234
  "La licencia ha caducado. Las copias de seguridad programadas ya no están "
235
  "activas."
236
 
237
- #: lib/includes/class-wpbackitup-admin.php:2234
238
  msgid "Activation limit has been reached."
239
  msgstr "Se ha llegado al límite de activaciones."
240
 
241
- #: lib/includes/class-wpbackitup-admin.php:2240
242
  msgid "Your Activation limit has been reached"
243
  msgstr "Se ha llegado a su límite de activaciones"
244
 
@@ -588,6 +592,438 @@ msgstr ""
588
  msgid "(999) Unexpected error"
589
  msgstr "(999) Error inesperado"
590
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
591
  #. TRANSLATORS: %s = plugin name.
592
  #. This string is in the header of one of my pages and looks like this: WP BackItUp Dashboard
593
  #. Similar to how WordPress uses the word dashboard at the in the left navigation.
@@ -734,15 +1170,15 @@ msgstr ""
734
  msgid "Available Backups"
735
  msgstr "Copias de seguridad disponibles"
736
 
737
- #: views/backup.php:349
738
  msgid "Type"
739
  msgstr "Tipo"
740
 
741
- #: views/backup.php:350 views/restore.php:100
742
  msgid "Date"
743
  msgstr "Fecha"
744
 
745
- #: views/backup.php:351
746
  msgid "Duration"
747
  msgstr "Duración"
748
 
@@ -842,10 +1278,6 @@ msgstr "Acabando la copia de seguridad"
842
  msgid "Backup completed successfully"
843
  msgstr "Copia de seguridad completada con éxito."
844
 
845
- #: views/backup.php:482
846
- msgid "Backups"
847
- msgstr "Copias de seguridad"
848
-
849
  #: views/backup.php:482
850
  msgid "Version "
851
  msgstr "Versión"
@@ -1026,10 +1458,6 @@ msgstr "Servicio de migraciones de páginas web"
1026
  msgid "Documentation"
1027
  msgstr "Documentación"
1028
 
1029
- #: views/backup.php:610
1030
- msgid "Get support"
1031
- msgstr "Obtener soporte"
1032
-
1033
  #: views/backup.php:613
1034
  msgid "Feature request"
1035
  msgstr "Solicite función"
@@ -1530,15 +1958,15 @@ msgstr ""
1530
  msgid "%s Settings"
1531
  msgstr "%s Ajustes"
1532
 
1533
- #: views/settings.php:50
1534
  msgid "Settings updated successfully!"
1535
  msgstr "¡La configuración se ha actualizado con éxito!"
1536
 
1537
- #: views/settings.php:63
1538
  msgid "Email Notifications"
1539
  msgstr "Notificaciones por correo electrónico"
1540
 
1541
- #: views/settings.php:64
1542
  msgid ""
1543
  "Please enter your email address if you would like to receive backup email "
1544
  "notifications."
@@ -1546,7 +1974,7 @@ msgstr ""
1546
  "Por favor, introduzca su dirección de correo electrónico si quiere recibir "
1547
  "notificacions por correo de sus copias de seguridad"
1548
 
1549
- #: views/settings.php:65
1550
  msgid ""
1551
  "Backup email notifications will be sent for every backup and will contain "
1552
  "status information related to the backup."
@@ -1555,18 +1983,14 @@ msgstr ""
1555
  "enviaran por cada copia de seguridad y contendrán información relacionada "
1556
  "con el estado de la copia de seguridad"
1557
 
1558
- #: views/settings.php:67 views/settings.php:89 views/settings.php:112
1559
- #: views/settings.php:119 views/settings.php:127 views/settings.php:135
1560
- #: views/settings.php:151 views/settings.php:182 views/settings.php:216
1561
- #: views/settings.php:254 views/settings.php:263
1562
  msgid "Save"
1563
  msgstr "Guardar"
1564
 
1565
- #: views/settings.php:85
1566
- msgid "Backup Retention"
1567
- msgstr "Retención de la copia de seguridad"
1568
-
1569
- #: views/settings.php:86
1570
  msgid ""
1571
  "Enter the number of backup archives that you would like to remain on the "
1572
  "server."
@@ -1574,7 +1998,7 @@ msgstr ""
1574
  "Introduzca el número de copias de seguridad que quiere que permanezcan en su "
1575
  "servidor."
1576
 
1577
- #: views/settings.php:87
1578
  msgid ""
1579
  "Many hosts limit the amount of space that you can take up on their servers. "
1580
  "This option tells WPBackItUp the maximum number of backup archives that "
@@ -1586,15 +2010,15 @@ msgstr ""
1586
  "copias de seguridad que pueden permanecer en los servidores. No se preocupe, "
1587
  "siempre eliminaremos primero las copias de seguridad más antiguas."
1588
 
1589
- #: views/settings.php:106
1590
  msgid "Logging?"
1591
  msgstr "Registrarse?"
1592
 
1593
- #: views/settings.php:107
1594
  msgid "Turn on WPBackItUp logging."
1595
  msgstr "Activar el registro de WPBackItUp."
1596
 
1597
- #: views/settings.php:108
1598
  msgid ""
1599
  "This option should only be turned on by advanced users or when "
1600
  "troubleshooting issues with WPBackItUp support."
@@ -1602,35 +2026,35 @@ msgstr ""
1602
  "Esta opción solo debería activarse por usuarios avanzados o durante la "
1603
  "solución de problemas con el soporte de WPBackItUp."
1604
 
1605
- #: views/settings.php:109
1606
  msgid "Yes"
1607
  msgstr "Sí"
1608
 
1609
- #: views/settings.php:110
1610
  msgid "No"
1611
  msgstr "No"
1612
 
1613
- #: views/settings.php:116
1614
  msgid "Disable restore version compare?"
1615
  msgstr ""
1616
 
1617
- #: views/settings.php:118
1618
  msgid ""
1619
  "Check this box if you would like WPBackItUp not to check major version "
1620
  "issue. This could be dangerous, you can disable it with your own risk."
1621
  msgstr ""
1622
 
1623
- #: views/settings.php:123
1624
  msgid "Single File Backup Set"
1625
  msgstr "Grupo de copias de seguridad de un solo archivo"
1626
 
1627
- #: views/settings.php:125
1628
  msgid ""
1629
  "Check this box if you would like WPBackItUp to create a single zip file that "
1630
  "contains your entire backup."
1631
  msgstr ""
1632
 
1633
- #: views/settings.php:126
1634
  msgid ""
1635
  "When this setting is turned on WPBackItUp will attempt to create a single "
1636
  "zip file that contains your entire backup. This option may may not be "
@@ -1638,17 +2062,17 @@ msgid ""
1638
  "automatically if WPBackItUp is unable to complete this step for any reason."
1639
  msgstr ""
1640
 
1641
- #: views/settings.php:131
1642
  msgid "Single File Database Export (db)"
1643
  msgstr ""
1644
 
1645
- #: views/settings.php:133
1646
  msgid ""
1647
  "Check this box if you would like WPBackItUp to export your database into a "
1648
  "single db file."
1649
  msgstr ""
1650
 
1651
- #: views/settings.php:134
1652
  msgid ""
1653
  "When this setting is turned on WPBackItUp will attempt to create a single "
1654
  "file that contains your entire database. This option may not be possible "
@@ -1656,15 +2080,11 @@ msgid ""
1656
  "if WPBackItUp is unable to complete this step for any reason."
1657
  msgstr ""
1658
 
1659
- #: views/settings.php:139
1660
- msgid "Maximum Zip File Size"
1661
- msgstr ""
1662
-
1663
- #: views/settings.php:141
1664
  msgid "Select your maximum zip file size."
1665
  msgstr ""
1666
 
1667
- #: views/settings.php:142
1668
  msgid ""
1669
  "Some hosting providers do not allow large zip files so if you are "
1670
  "encountering backup errors then reducing this setting may help. Please note "
@@ -1672,36 +2092,72 @@ msgid ""
1672
  "as possible."
1673
  msgstr ""
1674
 
1675
- #: views/settings.php:144
1676
  msgid "100MB"
1677
  msgstr ""
1678
 
1679
- #: views/settings.php:145
1680
  msgid "200MB"
1681
  msgstr ""
1682
 
1683
- #: views/settings.php:146
1684
  msgid "300MB"
1685
  msgstr ""
1686
 
1687
- #: views/settings.php:147
1688
  msgid "400MB"
1689
  msgstr ""
1690
 
1691
- #: views/settings.php:148
1692
  msgid "500MB"
1693
  msgstr ""
1694
 
1695
- #: views/settings.php:155
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1696
  msgid "Batch Size"
1697
  msgstr "Tamaño del lote"
1698
 
1699
- #: views/settings.php:156
1700
  msgid "Enter the batch size for each of your content items."
1701
  msgstr ""
1702
  "Introduzca el tamaño del lote de cada uno de sus elementos de contenido."
1703
 
1704
- #: views/settings.php:157
1705
  msgid ""
1706
  "These settings tell WPBackItUp how many items that should be added to the "
1707
  "backup at a time. If you experience timeouts while running a backup then "
@@ -1714,27 +2170,27 @@ msgstr ""
1714
  "puede usar para reducir la cantidad de tiempo que tarda WPBackItUp en "
1715
  "completar cada copia de seguridad."
1716
 
1717
- #: views/settings.php:160
1718
  msgid "DB Tables Batch Size"
1719
  msgstr "Tamaño del lote de las tablas de la base de datos"
1720
 
1721
- #: views/settings.php:165
1722
  msgid "Plugins Batch Size"
1723
  msgstr "Tamaño del lote de plugins"
1724
 
1725
- #: views/settings.php:170
1726
  msgid "Themes Batch Size"
1727
  msgstr "Tamaño del lote de temas"
1728
 
1729
- #: views/settings.php:175
1730
  msgid "Uploads Batch Size"
1731
  msgstr "Tamaño del lote de subidas"
1732
 
1733
- #: views/settings.php:180
1734
  msgid "Others Batch Size"
1735
  msgstr "Tamaño del lote de otros"
1736
 
1737
- #: views/settings.php:183 views/settings.php:217 views/settings.php:255
1738
  msgid ""
1739
  "* These settings should only be modified by advanced users or when when "
1740
  "working with WPBackItUp support."
@@ -1742,11 +2198,11 @@ msgstr ""
1742
  "* Esta configuración solo se debería modificar por usuarios avanzados o "
1743
  "cuando trabaje con el soporte de WPBackItUp."
1744
 
1745
- #: views/settings.php:195
1746
  msgid "Filter Your Folders"
1747
  msgstr "Filtrar sus carpetas"
1748
 
1749
- #: views/settings.php:196
1750
  msgid ""
1751
  "Enter a comma separated list of folders that should be excluded from your "
1752
  "backups."
@@ -1754,7 +2210,7 @@ msgstr ""
1754
  "Introduzca una lista de las carpetas, separadas por comas, que deben ser "
1755
  "excluidas de sus copias de seguridad."
1756
 
1757
- #: views/settings.php:197
1758
  msgid ""
1759
  "It is important to note that when a folder name is present in this list any "
1760
  "occurrence of that folder, and all its contents, will be excluded from the "
@@ -1764,32 +2220,32 @@ msgstr ""
1764
  "encuentra en esta lista, todo lo que ocurra en ella y a su contenido será "
1765
  "excluido de la copia de seguridad."
1766
 
1767
- #: views/settings.php:199
1768
  msgid "Plugin Folders Filter"
1769
  msgstr "Filtro de la carpeta de plugins"
1770
 
1771
- #: views/settings.php:204
1772
  msgid "Theme Folders Filter"
1773
  msgstr "Filtro de la carpeta de temas"
1774
 
1775
- #: views/settings.php:209
1776
  msgid "Upload Folders Filter"
1777
  msgstr "Filtro de la carpeta de subidas"
1778
 
1779
- #: views/settings.php:213
1780
  msgid "Other Folders Filter"
1781
  msgstr "Filtro de otras carpetas"
1782
 
1783
- #: views/settings.php:222
1784
  msgid "Filter Your Database Tables"
1785
  msgstr "Filtrar sus tablas de la base de datos"
1786
 
1787
- #: views/settings.php:223
1788
  msgid "Exclude custom database tables from the backup."
1789
  msgstr ""
1790
  "Excluir de su copia de seguridad tablas personalizadas de la base de datos."
1791
 
1792
- #: views/settings.php:224
1793
  msgid ""
1794
  "If you would like to exclude a custom table from the backup then simply drag "
1795
  "it to the list on the right. WordPress core tables may not be excluded from "
@@ -1799,11 +2255,11 @@ msgstr ""
1799
  "simplemente arrástrela a la lista de la derecha. Las tablas propias de "
1800
  "WordPress no se pueden excluir."
1801
 
1802
- #: views/settings.php:260
1803
  msgid "Remove Data on Uninstall?"
1804
  msgstr "¿Borrar datos al desinstalar?"
1805
 
1806
- #: views/settings.php:262
1807
  msgid ""
1808
  "Check this box if you would like WPBackItUp to completely remove all of its "
1809
  "data when the plugin is deleted."
@@ -1811,26 +2267,91 @@ msgstr ""
1811
  "Active esta casilla si desea que WPBackItUp elimine por completo todos los "
1812
  "datos asociados al plugin cuando este sea borrado."
1813
 
1814
- #: views/support.php:13
1815
- #, php-format
1816
- msgid "%s Support"
1817
- msgstr "%s soporte"
1818
 
1819
- #: views/support.php:32
1820
- msgid "Support email sent successfully!"
1821
- msgstr "¡Correo para el soporte enviado con éxito!"
1822
 
1823
- #: views/support.php:45
1824
- msgid "Email Logs to Support"
1825
- msgstr "Envíe por correo electrónico los registros al soporte"
1826
 
1827
- #: views/support.php:46
1828
- msgid "This form should be used to send log files to support only."
 
 
1829
  msgstr ""
1830
- "Este formulario debería ser usado sólo para enviar los archivos de registro "
1831
- "al soporte."
1832
 
1833
- #: views/support.php:47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1834
  #, php-format
1835
  msgid ""
1836
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
@@ -1840,7 +2361,7 @@ msgstr ""
1840
  "<a href=\"%s\" target=\"_blank\">portal de soporte</a> de WPBackItUp antes "
1841
  "de usar este formulario."
1842
 
1843
- #: views/support.php:48
1844
  msgid ""
1845
  "The ticket id you receive from your support request should be entered in the "
1846
  "ticket id field below."
@@ -1848,30 +2369,38 @@ msgstr ""
1848
  "El id del ticket de la incidencia que reciba de nuestro soporte técnico debe "
1849
  "introducirse en el campo inferior del id del ticket."
1850
 
1851
- #: views/support.php:49
1852
  msgid "your email address"
1853
  msgstr "su dirección de correo electrónico"
1854
 
1855
- #: views/support.php:59
1856
  msgid "support ticket id"
1857
  msgstr "id del ticket del soporte técnico"
1858
 
1859
- #: views/support.php:69
1860
  msgid "problem description or additional information"
1861
  msgstr "descripción del problema o información adicional"
1862
 
1863
- #: views/support.php:80
1864
- msgid "Send"
1865
- msgstr "Enviar"
1866
-
1867
- #: views/support.php:83
1868
  msgid "Please register your version of WPBackItUp for access to support."
1869
  msgstr "Por favor, registre su versión de WPBackItUp para acceder al soporte."
1870
 
1871
- #: views/support.php:87
1872
  msgid "Premium customers receive priority support."
1873
  msgstr "Los clientes premium reciben soporte técnico prioritario."
1874
 
 
 
 
 
 
 
 
 
 
 
 
 
1875
  #: wp-backitup.php:103 wp-backitup.php:104
1876
  #, php-format
1877
  msgid "Every %s hours"
@@ -1904,6 +2433,20 @@ msgstr ""
1904
  msgid "Cleanup"
1905
  msgstr "Limpiar"
1906
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1907
  #~ msgid "Creating backup information file"
1908
  #~ msgstr "Creando el archivo de información de la copia de seguridad"
1909
 
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: WPBackItUp\n"
7
+ "POT-Creation-Date: 2016-10-13 11:51-0400\n"
8
+ "PO-Revision-Date: 2016-10-13 11:51-0400\n"
9
  "Last-Translator: Germán Suárez <germansc.upwork@gmail.com>\n"
10
  "Language-Team: Spanish (Spain) (http://www.transifex.com/wp-translations/wp-"
11
  "backitup/language/es_ES/)\n"
24
  msgid "Every %d Minutes"
25
  msgstr ""
26
 
27
+ #: lib/includes/class-wpbackitup-admin.php:219 views/backup.php:277
28
+ #: views/backup.php:283 views/backup.php:348 views/backup.php:385
29
+ #: views/restore.php:99 wp-backitup.php:152
30
  msgid "Backup"
31
  msgstr "Copia de seguridad"
32
 
33
+ #: lib/includes/class-wpbackitup-admin.php:223
34
+ #: lib/includes/class-wpbackitup-admin.php:265 views/about.php:191
35
+ #: views/restore.php:136 wp-backitup.php:166
36
  msgid "Restore"
37
  msgstr "Restaurar"
38
 
39
+ #: lib/includes/class-wpbackitup-admin.php:227 views/support.php:62
40
  msgid "Support"
41
  msgstr "Soporte"
42
 
43
+ #: lib/includes/class-wpbackitup-admin.php:230
44
  msgid "Settings"
45
  msgstr "Configuración"
46
 
47
+ #: lib/includes/class-wpbackitup-admin.php:233
48
+ msgid "About"
49
+ msgstr ""
50
+
51
+ #: lib/includes/class-wpbackitup-admin.php:258
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:259 views/backup.php:439
59
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
60
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
61
  #: views/backup.php:446 views/backup.php:447 views/backup.php:449
63
  msgid "Warning"
64
  msgstr "Advertencia"
65
 
66
+ #: lib/includes/class-wpbackitup-admin.php:260 views/backup.php:253
67
  #: views/backup.php:376
68
  msgid "Error"
69
  msgstr "Error"
70
 
71
+ #: lib/includes/class-wpbackitup-admin.php:261
72
  msgid "Response"
73
  msgstr "Respuesta"
74
 
75
+ #: lib/includes/class-wpbackitup-admin.php:262 views/backup.php:352
76
+ #: views/backup.php:404 views/backup.php:430 views/restore.php:230
77
  msgid "Status"
78
  msgstr "Estado"
79
 
80
+ #: lib/includes/class-wpbackitup-admin.php:263
81
  msgid "Download"
82
  msgstr "Descargar"
83
 
84
+ #: lib/includes/class-wpbackitup-admin.php:264 views/backup.php:407
85
  #: views/restore.php:129
86
  msgid "Delete"
87
  msgstr "Borrar"
88
 
89
+ #: lib/includes/class-wpbackitup-admin.php:266
90
  msgid "(JS997) Unexpected error"
91
  msgstr "(JS997) Error inesperado"
92
 
93
+ #: lib/includes/class-wpbackitup-admin.php:267
94
  msgid "(JS998) Unexpected error"
95
  msgstr "(JS998) Error inesperado"
96
 
97
+ #: lib/includes/class-wpbackitup-admin.php:268
98
  msgid "(JS999) An unexpected error has occurred"
99
  msgstr "(JS999) Ocurrió un error inesperado"
100
 
101
+ #: lib/includes/class-wpbackitup-admin.php:269
102
  msgid "Scheduled has been saved."
103
  msgstr "Se ha guardado la programación."
104
 
105
+ #: lib/includes/class-wpbackitup-admin.php:270
106
  msgid "Scheduled was not saved."
107
  msgstr "La programación no se ha guardado."
108
 
109
+ #: lib/includes/class-wpbackitup-admin.php:271
110
  msgid "Are you sure you want to restore your site?"
111
  msgstr "¿Está seguro de que quiere restaurar su sitio web?"
112
 
113
+ #: lib/includes/class-wpbackitup-admin.php:272
114
  msgid "Are you sure ?"
115
  msgstr "¿Está seguro?"
116
 
117
+ #: lib/includes/class-wpbackitup-admin.php:273
118
  msgid "This file cannot be delete!"
119
  msgstr "¡Este archivo no se puede borrar!"
120
 
121
+ #: lib/includes/class-wpbackitup-admin.php:274
122
  msgid "View Log"
123
  msgstr "Ver registro"
124
 
125
+ #: lib/includes/class-wpbackitup-admin.php:275
126
  msgid "New Backup!"
127
  msgstr "¡Nueva copia de seguridad!"
128
 
129
+ #: lib/includes/class-wpbackitup-admin.php:276
130
  msgid "Uploaded Backup"
131
  msgstr "Copia de seguridad subida"
132
 
133
+ #: lib/includes/class-wpbackitup-admin.php:632
134
  msgid "Backup Queued"
135
  msgstr "Copia de seguridad puesta en la cola"
136
 
137
+ #: lib/includes/class-wpbackitup-admin.php:641
138
  msgid "Backup could not be queued"
139
  msgstr "No se puede poner en la cola la copia de seguridad"
140
 
141
+ #: lib/includes/class-wpbackitup-admin.php:653
142
  msgid "Job is already in queue."
143
  msgstr "La tarea ya está en la cola."
144
 
145
+ #: lib/includes/class-wpbackitup-admin.php:691
146
  msgid "No backup file selected."
147
  msgstr "No se ha seleccionado ningún archivo de copia de seguridad."
148
 
149
+ #: lib/includes/class-wpbackitup-admin.php:698
150
  msgid "No user id found."
151
  msgstr "No se ha encontrado la id de usuario."
152
 
153
+ #: lib/includes/class-wpbackitup-admin.php:736
154
  msgid "Restore Queued"
155
  msgstr "Restauración en la cola"
156
 
157
+ #: lib/includes/class-wpbackitup-admin.php:745
158
  msgid "Restore could not be queued"
159
  msgstr "La restauración no se ha podido poner en cola"
160
 
161
+ #: lib/includes/class-wpbackitup-admin.php:751
162
  msgid "Restore already in queue"
163
  msgstr "La restauración ya está en la cola"
164
 
165
+ #: lib/includes/class-wpbackitup-admin.php:783
166
  msgid "No job id posted"
167
  msgstr "Id de la tarea no publicado"
168
 
169
+ #: lib/includes/class-wpbackitup-admin.php:791 views/backup.php:470
170
  msgid "Backup Cancelled"
171
  msgstr "Copia de seguridad cancelada"
172
 
173
+ #: lib/includes/class-wpbackitup-admin.php:793
174
  msgid "Backup job not found"
175
  msgstr "No se ha encontrado la tarea de copia de seguridad"
176
 
177
+ #: lib/includes/class-wpbackitup-admin.php:1001
178
  msgid "No response log found."
179
  msgstr "No se ha enontrado ningún registro."
180
 
181
+ #: lib/includes/class-wpbackitup-admin.php:1103
182
+ #: lib/includes/class-wpbackitup-admin.php:1111
183
+ #: lib/includes/class-wpbackitup-admin.php:1185
184
+ #: lib/includes/class-wpbackitup-admin.php:1192
185
+ #: lib/includes/class-wpbackitup-admin.php:1199
186
+ #: lib/includes/class-wpbackitup-admin.php:1206
187
+ #: lib/includes/class-wpbackitup-admin.php:1213
188
  msgid "Please enter a number"
189
  msgstr "Por favor, introduzca un número"
190
 
191
+ #: lib/includes/class-wpbackitup-admin.php:1139
192
  msgid "Please enter valid email"
193
  msgstr ""
194
 
195
+ #: lib/includes/class-wpbackitup-admin.php:1322
196
  msgid "Please enter a valid email"
197
  msgstr "Por favor, introduzca una dirección de correo electrónico válida"
198
 
199
+ #: lib/includes/class-wpbackitup-admin.php:1329
200
  msgid "Please enter your support ticket id"
201
  msgstr "Por favor, introduzca el id de la incidencia"
202
 
203
+ #: lib/includes/class-wpbackitup-admin.php:1334
204
  msgid "Please only enter numbers in this field"
205
  msgstr "Por favor, sólo introduzca números en este campo"
206
 
207
+ #: lib/includes/class-wpbackitup-admin.php:2191
208
+ #: lib/includes/class-wpbackitup-admin.php:2211
209
  msgid ""
210
  "License could not be activated. Please try again in a few hours and contact "
211
  "support if this error continues."
213
  "Puede que la licencia no se haya activado. Por favor, inténtelo de nuevo en "
214
  "unas pocas horas y contacte con el soporte técnico si el error continua."
215
 
216
+ #: lib/includes/class-wpbackitup-admin.php:2260
217
  msgid "License is invalid."
218
  msgstr "Licencia no válida"
219
 
220
+ #: lib/includes/class-wpbackitup-admin.php:2265
221
  msgid "License has expired."
222
  msgstr "La licencia ha caducado."
223
 
224
+ #: lib/includes/class-wpbackitup-admin.php:2268
225
  #, php-format
226
  msgid ""
227
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
232
  "a> ahora para otro año de <strong>actualizaciones</strong> y acceso a "
233
  "nuestro equipo de <strong>soporte de talla mundial</strong>."
234
 
235
+ #: lib/includes/class-wpbackitup-admin.php:2282
236
  msgid "License Expired: Scheduled backups are no longer active."
237
  msgstr ""
238
  "La licencia ha caducado. Las copias de seguridad programadas ya no están "
239
  "activas."
240
 
241
+ #: lib/includes/class-wpbackitup-admin.php:2290
242
  msgid "Activation limit has been reached."
243
  msgstr "Se ha llegado al límite de activaciones."
244
 
245
+ #: lib/includes/class-wpbackitup-admin.php:2296
246
  msgid "Your Activation limit has been reached"
247
  msgstr "Se ha llegado a su límite de activaciones"
248
 
592
  msgid "(999) Unexpected error"
593
  msgstr "(999) Error inesperado"
594
 
595
+ #: views/about.php:59
596
+ msgid "Getting Started"
597
+ msgstr ""
598
+
599
+ #: views/about.php:62
600
+ msgid "What's New"
601
+ msgstr ""
602
+
603
+ #: views/about.php:65
604
+ msgid "Premium Plugin"
605
+ msgstr ""
606
+
607
+ #: views/about.php:117 views/support.php:92
608
+ msgid "WPBackItUp"
609
+ msgstr ""
610
+
611
+ #: views/about.php:118
612
+ #, php-format
613
+ msgid "Welcome to WPBackItUp %s"
614
+ msgstr ""
615
+
616
+ #: views/about.php:120
617
+ #, php-format
618
+ msgid ""
619
+ "Thank you for updating to the latest version! WPBackItUp %s is ready to make "
620
+ "sure your site is backed up quickly, securely, and completely!"
621
+ msgstr ""
622
+
623
+ #: views/about.php:136
624
+ msgid ""
625
+ "Use the tips below to get started using WPBackItUp and you will be "
626
+ "<em>backing it up</em> in no time!"
627
+ msgstr ""
628
+
629
+ #: views/about.php:139 views/backup.php:482
630
+ msgid "Backups"
631
+ msgstr "Copias de seguridad"
632
+
633
+ #: views/about.php:140
634
+ msgid "Creating Your First Backup"
635
+ msgstr ""
636
+
637
+ #: views/about.php:146
638
+ msgid "One Click &rarr; Backup"
639
+ msgstr ""
640
+
641
+ #: views/about.php:147
642
+ msgid ""
643
+ "The backup menu option is the starting point for all things related to "
644
+ "backups. To create your first backup, simply click the <em>Backup</em> "
645
+ "button and WPBackItUp will backup your entire site. This includes your "
646
+ "database, plugins, themes, and even all your media files."
647
+ msgstr ""
648
+
649
+ #: views/about.php:150 views/about.php:395
650
+ msgid "Download Backups"
651
+ msgstr ""
652
+
653
+ #: views/about.php:151
654
+ msgid ""
655
+ "Downloading your backups is simple too. Click the backup you want to "
656
+ "download from the <em>Available backups</em> listing. Then click the part of "
657
+ "the backup you want to download (database, plugins, themes, media files). "
658
+ "Or download the entire backup in just one click."
659
+ msgstr ""
660
+
661
+ #: views/about.php:162
662
+ msgid "Automatic Backups"
663
+ msgstr ""
664
+
665
+ #: views/about.php:168
666
+ msgid "Schedule your Backups (Premium Only)"
667
+ msgstr ""
668
+
669
+ #: views/about.php:169
670
+ msgid ""
671
+ "Schedule your backups to run any day of the week, or all of them. With our "
672
+ "flexible backup scheduler just select the days of the week you want your "
673
+ "backup to run and WPBackItUp will handle the rest."
674
+ msgstr ""
675
+
676
+ #: views/about.php:171
677
+ msgid "Backup Notifications"
678
+ msgstr ""
679
+
680
+ #: views/about.php:172
681
+ msgid ""
682
+ "Want to get notified every time a backup finishes? Just add your email "
683
+ "address to the notification section in backup settings. WPBackItUp even "
684
+ "supports multiple email addresses so add as many as you like."
685
+ msgstr ""
686
+
687
+ #: views/about.php:177 views/settings.php:86
688
+ msgid "Backup Retention"
689
+ msgstr "Retención de la copia de seguridad"
690
+
691
+ #: views/about.php:178
692
+ msgid ""
693
+ "Concerned about the amount of storage space used for backups? Use the "
694
+ "<em>backup retention</em> setting to tell WPBackItUp how many backups you "
695
+ "want to keep. WPBackItUp will make sure only the newest backups are saved."
696
+ msgstr ""
697
+
698
+ #: views/about.php:197
699
+ msgid "One Click &rarr; Restore (Premium Only)"
700
+ msgstr ""
701
+
702
+ #: views/about.php:198
703
+ msgid ""
704
+ "We hope you never need to restore your site but if you do then WPBackItUp "
705
+ "has you covered. And with our one-click restore feature, restoring your "
706
+ "site is just as easy as backing it up."
707
+ msgstr ""
708
+
709
+ #: views/about.php:200
710
+ msgid "Migration &amp; Cloning (Premium Only)"
711
+ msgstr ""
712
+
713
+ #: views/about.php:201
714
+ msgid ""
715
+ "Need to migrate your site to a new host or want to clone a copy to your "
716
+ "staging server? WPBackItUp does that too! Just upload your backups to your "
717
+ "new WordPress install and restore it using the one-click restore feature."
718
+ msgstr ""
719
+
720
+ #: views/about.php:212
721
+ msgid "Need Help?"
722
+ msgstr ""
723
+
724
+ #: views/about.php:219
725
+ msgid "Phenomenal Support"
726
+ msgstr ""
727
+
728
+ #: views/about.php:220
729
+ msgid "Get support"
730
+ msgstr "Obtener soporte"
731
+
732
+ #: views/about.php:222
733
+ #, php-format
734
+ msgid ""
735
+ "We do our best to provide the best product possible but if you run into "
736
+ "trouble then support is just a few clicks away. To get help or if you have a "
737
+ "question, simply open a ticket using our %s."
738
+ msgstr ""
739
+
740
+ #: views/about.php:222
741
+ msgid "support portal"
742
+ msgstr ""
743
+
744
+ #: views/about.php:224
745
+ msgid "Need Even Faster Support?"
746
+ msgstr ""
747
+
748
+ #: views/about.php:225
749
+ #, php-format
750
+ msgid ""
751
+ "Our %s system is there for customers that need faster or more in-depth "
752
+ "assistance."
753
+ msgstr ""
754
+
755
+ #: views/about.php:225
756
+ msgid "Priority Support"
757
+ msgstr ""
758
+
759
+ #: views/about.php:227
760
+ msgid "Need Help Migrating Your Site to a New Host?"
761
+ msgstr ""
762
+
763
+ #: views/about.php:228
764
+ #, php-format
765
+ msgid ""
766
+ "Our Site Migration experts have helped hundreds of WPBackItUp customers "
767
+ "migrate their sites and now you can take advantage of that experience with "
768
+ "our WordPress %s. Let our experts save you time and headaches by doing it "
769
+ "for you!"
770
+ msgstr ""
771
+
772
+ #: views/about.php:228
773
+ msgid "Site Migration Service"
774
+ msgstr ""
775
+
776
+ #: views/about.php:230
777
+ msgid "Tools Tools Tools..."
778
+ msgstr ""
779
+
780
+ #: views/about.php:231
781
+ #, php-format
782
+ msgid ""
783
+ "Great web sites and businesses are built with great tools and products that "
784
+ "help you achieve your goals as efficiently as possible. My team and I have "
785
+ "spent a tremendous amount of time and effort evaluating tools to help run "
786
+ "our WordPress powered website and business. And now you can leverage all our "
787
+ "hard work and my 20+ years experience in the software industry with a simple "
788
+ "mouse click. The %s is a growing list of tools and products we use at "
789
+ "WPBackItUp to enhance our websites and businesses. Please feel free to use "
790
+ "our experience to empower, enhance and accelerate your sites and businesses."
791
+ msgstr ""
792
+
793
+ #: views/about.php:231
794
+ msgid "WPBackItUp Tools List"
795
+ msgstr ""
796
+
797
+ #: views/about.php:238
798
+ msgid "Stay Up to Date"
799
+ msgstr ""
800
+
801
+ #: views/about.php:243
802
+ msgid "Get Notified of New Releases"
803
+ msgstr ""
804
+
805
+ #: views/about.php:244
806
+ #, php-format
807
+ msgid ""
808
+ "New features that make WPBackItUp even more powerful are released often. "
809
+ "Subscribe to our newsletter to stay up to date with our latest releases. %s "
810
+ "to ensure you do not miss a release!"
811
+ msgstr ""
812
+
813
+ #: views/about.php:244 views/about.php:248
814
+ msgid "Sign up now"
815
+ msgstr ""
816
+
817
+ #: views/about.php:247
818
+ msgid "Get Alerted About New Tutorials"
819
+ msgstr ""
820
+
821
+ #: views/about.php:248
822
+ #, php-format
823
+ msgid ""
824
+ "%s to hear about the latest tutorials that explain how to take WPBackItUp "
825
+ "further."
826
+ msgstr ""
827
+
828
+ #: views/about.php:267
829
+ #, php-format
830
+ msgid "Below are just a few highlights for version %s. "
831
+ msgstr ""
832
+
833
+ #: views/about.php:270
834
+ msgid "Email Notifications"
835
+ msgstr ""
836
+
837
+ #: views/about.php:276
838
+ msgid ""
839
+ "WPBackItUp now supports multiple email addresses for backup notifications. "
840
+ "Using the WPBackItUp Settings page add multiple email addresses to the "
841
+ "<em>Email Notifications</em> setting and all will receive notification "
842
+ "emails when your backups complete."
843
+ msgstr ""
844
+
845
+ #: views/about.php:278
846
+ msgid "About Page"
847
+ msgstr ""
848
+
849
+ #: views/about.php:279
850
+ msgid ""
851
+ "WPBackItUp now has a new <em>about</em> page and you are looking at it right "
852
+ "now! The about page contains tips to help get you started with WPBackItUp "
853
+ "as well as links to our knowledge base, faqs and instructions on how to "
854
+ "contact support if you ever need help. It also includes a <em>what's new</"
855
+ "em> section describing all the incredible new features and enhancements we "
856
+ "make with every release."
857
+ msgstr ""
858
+
859
+ #: views/about.php:281 views/settings.php:140
860
+ msgid "Maximum Zip File Size"
861
+ msgstr ""
862
+
863
+ #: views/about.php:282
864
+ msgid ""
865
+ "Over the years we have found that some hosting providers enforce strict "
866
+ "limitations on the size of your backup archives. When this happens you "
867
+ "might see backup errors, or more commonly backup jobs appear to never "
868
+ "finish. To combat this challenge we have added the <em>Maximum Zip File "
869
+ "Size</em> setting. This setting tells WPBackItUp when to stop adding files "
870
+ "to a backup archive and create a new one. Don't worry WPBackItUp won't miss "
871
+ "any files, it will just add them to a new backup archive."
872
+ msgstr ""
873
+
874
+ #: views/about.php:293
875
+ msgid "Additional Updates"
876
+ msgstr ""
877
+
878
+ #: views/about.php:296
879
+ msgid "Backup Encryption (Premium Only)"
880
+ msgstr ""
881
+
882
+ #: views/about.php:297
883
+ msgid ""
884
+ "That's right, we have added backup encryption to this release but have "
885
+ "turned it off while we beta test with a few customers. Backup encryption "
886
+ "will be included in our next major release (1.14) which is due out soon."
887
+ msgstr ""
888
+
889
+ #: views/about.php:300
890
+ msgid "File Name Validation"
891
+ msgstr ""
892
+
893
+ #: views/about.php:301
894
+ msgid ""
895
+ "We have added an additional validation for files with invalid names. This "
896
+ "check will exclude files from a backup with invalid file names. These files "
897
+ "are often corrupt and cause errors during a restore."
898
+ msgstr ""
899
+
900
+ #: views/about.php:304
901
+ msgid "SQL Files"
902
+ msgstr ""
903
+
904
+ #: views/about.php:305
905
+ msgid ""
906
+ "For those of you with extremely large databases, you will be happy to know "
907
+ "that we now support database exports that contain more than 500 SQL files."
908
+ msgstr ""
909
+
910
+ #: views/about.php:309
911
+ msgid "Cloud API Gateway "
912
+ msgstr ""
913
+
914
+ #: views/about.php:310
915
+ msgid ""
916
+ "Every once in a while we have connectivity issues with a few hosts when "
917
+ "customers attempt to activate their license. To combat this issue we have "
918
+ "added a cloud based API gateway that should be accessible to hosting "
919
+ "providers in every country and on any platform."
920
+ msgstr ""
921
+
922
+ #: views/about.php:313
923
+ msgid "Tables missing WordPress table prefix"
924
+ msgstr ""
925
+
926
+ #: views/about.php:314
927
+ msgid ""
928
+ "We have added support for database tables that are missing the WordPress "
929
+ "table prefix. Some plugins create custom tables that do not contain the "
930
+ "WordPress table prefix. While this practice is discouraged, it sometimes "
931
+ "still happens. WPBackItUp will now include all tables in a database, even "
932
+ "when the table prefix is missing."
933
+ msgstr ""
934
+
935
+ #: views/about.php:320
936
+ msgid "Want to see the entire changelog?"
937
+ msgstr ""
938
+
939
+ #: views/about.php:321
940
+ msgid "View the Full Changelog"
941
+ msgstr ""
942
+
943
+ #: views/about.php:350
944
+ msgid "Full Changelog"
945
+ msgstr ""
946
+
947
+ #: views/about.php:370
948
+ msgid "Take a look at what you are missing!"
949
+ msgstr ""
950
+
951
+ #: views/about.php:378
952
+ msgid "FEATURES"
953
+ msgstr ""
954
+
955
+ #: views/about.php:379
956
+ msgid "LITE"
957
+ msgstr ""
958
+
959
+ #: views/about.php:380
960
+ msgid "PREMIUM"
961
+ msgstr ""
962
+
963
+ #: views/about.php:385
964
+ msgid "Complete Backup (Database, Themes, Plugins &amp; Media Files)"
965
+ msgstr ""
966
+
967
+ #: views/about.php:390
968
+ msgid "Compressed Backups (Zip Format)"
969
+ msgstr ""
970
+
971
+ #: views/about.php:400
972
+ msgid "Directory Filters"
973
+ msgstr ""
974
+
975
+ #: views/about.php:405
976
+ msgid "Database Table Filters"
977
+ msgstr ""
978
+
979
+ #: views/about.php:410
980
+ msgid "Single File Database Export"
981
+ msgstr ""
982
+
983
+ #: views/about.php:415
984
+ msgid "Single File Backup"
985
+ msgstr ""
986
+
987
+ #: views/about.php:420
988
+ msgid "Purge Old Backups"
989
+ msgstr ""
990
+
991
+ #: views/about.php:425
992
+ msgid "Cleanup Work Files &amp; Logs"
993
+ msgstr ""
994
+
995
+ #: views/about.php:430
996
+ msgid "Backup Notifications via Email"
997
+ msgstr ""
998
+
999
+ #: views/about.php:435
1000
+ msgid "One Click Restore</strong>"
1001
+ msgstr ""
1002
+
1003
+ #: views/about.php:440
1004
+ msgid "Scheduled Backups"
1005
+ msgstr ""
1006
+
1007
+ #: views/about.php:445
1008
+ msgid "Import Backups"
1009
+ msgstr ""
1010
+
1011
+ #: views/about.php:455
1012
+ msgid "Premium Support"
1013
+ msgstr ""
1014
+
1015
+ #: views/about.php:460
1016
+ msgid "Product Updates"
1017
+ msgstr ""
1018
+
1019
+ #: views/about.php:467
1020
+ msgid "GET PREMIUM"
1021
+ msgstr ""
1022
+
1023
+ #: views/about.php:490
1024
+ msgid "No valid changelog was found."
1025
+ msgstr ""
1026
+
1027
  #. TRANSLATORS: %s = plugin name.
1028
  #. This string is in the header of one of my pages and looks like this: WP BackItUp Dashboard
1029
  #. Similar to how WordPress uses the word dashboard at the in the left navigation.
1170
  msgid "Available Backups"
1171
  msgstr "Copias de seguridad disponibles"
1172
 
1173
+ #: views/backup.php:349 views/backup.php:398
1174
  msgid "Type"
1175
  msgstr "Tipo"
1176
 
1177
+ #: views/backup.php:350 views/backup.php:400 views/restore.php:100
1178
  msgid "Date"
1179
  msgstr "Fecha"
1180
 
1181
+ #: views/backup.php:351 views/backup.php:402
1182
  msgid "Duration"
1183
  msgstr "Duración"
1184
 
1278
  msgid "Backup completed successfully"
1279
  msgstr "Copia de seguridad completada con éxito."
1280
 
 
 
 
 
1281
  #: views/backup.php:482
1282
  msgid "Version "
1283
  msgstr "Versión"
1458
  msgid "Documentation"
1459
  msgstr "Documentación"
1460
 
 
 
 
 
1461
  #: views/backup.php:613
1462
  msgid "Feature request"
1463
  msgstr "Solicite función"
1958
  msgid "%s Settings"
1959
  msgstr "%s Ajustes"
1960
 
1961
+ #: views/settings.php:51
1962
  msgid "Settings updated successfully!"
1963
  msgstr "¡La configuración se ha actualizado con éxito!"
1964
 
1965
+ #: views/settings.php:64
1966
  msgid "Email Notifications"
1967
  msgstr "Notificaciones por correo electrónico"
1968
 
1969
+ #: views/settings.php:65
1970
  msgid ""
1971
  "Please enter your email address if you would like to receive backup email "
1972
  "notifications."
1974
  "Por favor, introduzca su dirección de correo electrónico si quiere recibir "
1975
  "notificacions por correo de sus copias de seguridad"
1976
 
1977
+ #: views/settings.php:66
1978
  msgid ""
1979
  "Backup email notifications will be sent for every backup and will contain "
1980
  "status information related to the backup."
1983
  "enviaran por cada copia de seguridad y contendrán información relacionada "
1984
  "con el estado de la copia de seguridad"
1985
 
1986
+ #: views/settings.php:68 views/settings.php:90 views/settings.php:113
1987
+ #: views/settings.php:120 views/settings.php:128 views/settings.php:136
1988
+ #: views/settings.php:152 views/settings.php:168 views/settings.php:199
1989
+ #: views/settings.php:233 views/settings.php:273 views/settings.php:282
1990
  msgid "Save"
1991
  msgstr "Guardar"
1992
 
1993
+ #: views/settings.php:87
 
 
 
 
1994
  msgid ""
1995
  "Enter the number of backup archives that you would like to remain on the "
1996
  "server."
1998
  "Introduzca el número de copias de seguridad que quiere que permanezcan en su "
1999
  "servidor."
2000
 
2001
+ #: views/settings.php:88
2002
  msgid ""
2003
  "Many hosts limit the amount of space that you can take up on their servers. "
2004
  "This option tells WPBackItUp the maximum number of backup archives that "
2010
  "copias de seguridad que pueden permanecer en los servidores. No se preocupe, "
2011
  "siempre eliminaremos primero las copias de seguridad más antiguas."
2012
 
2013
+ #: views/settings.php:107
2014
  msgid "Logging?"
2015
  msgstr "Registrarse?"
2016
 
2017
+ #: views/settings.php:108
2018
  msgid "Turn on WPBackItUp logging."
2019
  msgstr "Activar el registro de WPBackItUp."
2020
 
2021
+ #: views/settings.php:109
2022
  msgid ""
2023
  "This option should only be turned on by advanced users or when "
2024
  "troubleshooting issues with WPBackItUp support."
2026
  "Esta opción solo debería activarse por usuarios avanzados o durante la "
2027
  "solución de problemas con el soporte de WPBackItUp."
2028
 
2029
+ #: views/settings.php:110
2030
  msgid "Yes"
2031
  msgstr "Sí"
2032
 
2033
+ #: views/settings.php:111
2034
  msgid "No"
2035
  msgstr "No"
2036
 
2037
+ #: views/settings.php:117
2038
  msgid "Disable restore version compare?"
2039
  msgstr ""
2040
 
2041
+ #: views/settings.php:119
2042
  msgid ""
2043
  "Check this box if you would like WPBackItUp not to check major version "
2044
  "issue. This could be dangerous, you can disable it with your own risk."
2045
  msgstr ""
2046
 
2047
+ #: views/settings.php:124
2048
  msgid "Single File Backup Set"
2049
  msgstr "Grupo de copias de seguridad de un solo archivo"
2050
 
2051
+ #: views/settings.php:126
2052
  msgid ""
2053
  "Check this box if you would like WPBackItUp to create a single zip file that "
2054
  "contains your entire backup."
2055
  msgstr ""
2056
 
2057
+ #: views/settings.php:127
2058
  msgid ""
2059
  "When this setting is turned on WPBackItUp will attempt to create a single "
2060
  "zip file that contains your entire backup. This option may may not be "
2062
  "automatically if WPBackItUp is unable to complete this step for any reason."
2063
  msgstr ""
2064
 
2065
+ #: views/settings.php:132
2066
  msgid "Single File Database Export (db)"
2067
  msgstr ""
2068
 
2069
+ #: views/settings.php:134
2070
  msgid ""
2071
  "Check this box if you would like WPBackItUp to export your database into a "
2072
  "single db file."
2073
  msgstr ""
2074
 
2075
+ #: views/settings.php:135
2076
  msgid ""
2077
  "When this setting is turned on WPBackItUp will attempt to create a single "
2078
  "file that contains your entire database. This option may not be possible "
2080
  "if WPBackItUp is unable to complete this step for any reason."
2081
  msgstr ""
2082
 
2083
+ #: views/settings.php:142
 
 
 
 
2084
  msgid "Select your maximum zip file size."
2085
  msgstr ""
2086
 
2087
+ #: views/settings.php:143
2088
  msgid ""
2089
  "Some hosting providers do not allow large zip files so if you are "
2090
  "encountering backup errors then reducing this setting may help. Please note "
2092
  "as possible."
2093
  msgstr ""
2094
 
2095
+ #: views/settings.php:145
2096
  msgid "100MB"
2097
  msgstr ""
2098
 
2099
+ #: views/settings.php:146
2100
  msgid "200MB"
2101
  msgstr ""
2102
 
2103
+ #: views/settings.php:147
2104
  msgid "300MB"
2105
  msgstr ""
2106
 
2107
+ #: views/settings.php:148
2108
  msgid "400MB"
2109
  msgstr ""
2110
 
2111
+ #: views/settings.php:149
2112
  msgid "500MB"
2113
  msgstr ""
2114
 
2115
+ #: views/settings.php:156
2116
+ msgid "Task Timeout"
2117
+ msgstr ""
2118
+
2119
+ #: views/settings.php:158
2120
+ msgid "Select how long WPBackItUp should wait for tasks to complete."
2121
+ msgstr ""
2122
+
2123
+ #: views/settings.php:159
2124
+ msgid ""
2125
+ "On some hosts background tasks are allowed to run for a very limited amount "
2126
+ "of time before they timeout. This setting will tell WPBackItUp how long to "
2127
+ "wait for each background task to complete. This setting should only be used "
2128
+ "when working with WPBackItUp support."
2129
+ msgstr ""
2130
+
2131
+ #: views/settings.php:161
2132
+ msgid "1 Minute"
2133
+ msgstr ""
2134
+
2135
+ #: views/settings.php:162
2136
+ msgid "2 Minute"
2137
+ msgstr ""
2138
+
2139
+ #: views/settings.php:163
2140
+ msgid "3 Minute"
2141
+ msgstr ""
2142
+
2143
+ #: views/settings.php:164
2144
+ msgid "4 Minute"
2145
+ msgstr ""
2146
+
2147
+ #: views/settings.php:165
2148
+ msgid "5 Minute"
2149
+ msgstr ""
2150
+
2151
+ #: views/settings.php:172
2152
  msgid "Batch Size"
2153
  msgstr "Tamaño del lote"
2154
 
2155
+ #: views/settings.php:173
2156
  msgid "Enter the batch size for each of your content items."
2157
  msgstr ""
2158
  "Introduzca el tamaño del lote de cada uno de sus elementos de contenido."
2159
 
2160
+ #: views/settings.php:174
2161
  msgid ""
2162
  "These settings tell WPBackItUp how many items that should be added to the "
2163
  "backup at a time. If you experience timeouts while running a backup then "
2170
  "puede usar para reducir la cantidad de tiempo que tarda WPBackItUp en "
2171
  "completar cada copia de seguridad."
2172
 
2173
+ #: views/settings.php:177
2174
  msgid "DB Tables Batch Size"
2175
  msgstr "Tamaño del lote de las tablas de la base de datos"
2176
 
2177
+ #: views/settings.php:182
2178
  msgid "Plugins Batch Size"
2179
  msgstr "Tamaño del lote de plugins"
2180
 
2181
+ #: views/settings.php:187
2182
  msgid "Themes Batch Size"
2183
  msgstr "Tamaño del lote de temas"
2184
 
2185
+ #: views/settings.php:192
2186
  msgid "Uploads Batch Size"
2187
  msgstr "Tamaño del lote de subidas"
2188
 
2189
+ #: views/settings.php:197
2190
  msgid "Others Batch Size"
2191
  msgstr "Tamaño del lote de otros"
2192
 
2193
+ #: views/settings.php:200 views/settings.php:234 views/settings.php:274
2194
  msgid ""
2195
  "* These settings should only be modified by advanced users or when when "
2196
  "working with WPBackItUp support."
2198
  "* Esta configuración solo se debería modificar por usuarios avanzados o "
2199
  "cuando trabaje con el soporte de WPBackItUp."
2200
 
2201
+ #: views/settings.php:212
2202
  msgid "Filter Your Folders"
2203
  msgstr "Filtrar sus carpetas"
2204
 
2205
+ #: views/settings.php:213
2206
  msgid ""
2207
  "Enter a comma separated list of folders that should be excluded from your "
2208
  "backups."
2210
  "Introduzca una lista de las carpetas, separadas por comas, que deben ser "
2211
  "excluidas de sus copias de seguridad."
2212
 
2213
+ #: views/settings.php:214
2214
  msgid ""
2215
  "It is important to note that when a folder name is present in this list any "
2216
  "occurrence of that folder, and all its contents, will be excluded from the "
2220
  "encuentra en esta lista, todo lo que ocurra en ella y a su contenido será "
2221
  "excluido de la copia de seguridad."
2222
 
2223
+ #: views/settings.php:216
2224
  msgid "Plugin Folders Filter"
2225
  msgstr "Filtro de la carpeta de plugins"
2226
 
2227
+ #: views/settings.php:221
2228
  msgid "Theme Folders Filter"
2229
  msgstr "Filtro de la carpeta de temas"
2230
 
2231
+ #: views/settings.php:226
2232
  msgid "Upload Folders Filter"
2233
  msgstr "Filtro de la carpeta de subidas"
2234
 
2235
+ #: views/settings.php:230
2236
  msgid "Other Folders Filter"
2237
  msgstr "Filtro de otras carpetas"
2238
 
2239
+ #: views/settings.php:239
2240
  msgid "Filter Your Database Tables"
2241
  msgstr "Filtrar sus tablas de la base de datos"
2242
 
2243
+ #: views/settings.php:240
2244
  msgid "Exclude custom database tables from the backup."
2245
  msgstr ""
2246
  "Excluir de su copia de seguridad tablas personalizadas de la base de datos."
2247
 
2248
+ #: views/settings.php:241
2249
  msgid ""
2250
  "If you would like to exclude a custom table from the backup then simply drag "
2251
  "it to the list on the right. WordPress core tables may not be excluded from "
2255
  "simplemente arrástrela a la lista de la derecha. Las tablas propias de "
2256
  "WordPress no se pueden excluir."
2257
 
2258
+ #: views/settings.php:279
2259
  msgid "Remove Data on Uninstall?"
2260
  msgstr "¿Borrar datos al desinstalar?"
2261
 
2262
+ #: views/settings.php:281
2263
  msgid ""
2264
  "Check this box if you would like WPBackItUp to completely remove all of its "
2265
  "data when the plugin is deleted."
2267
  "Active esta casilla si desea que WPBackItUp elimine por completo todos los "
2268
  "datos asociados al plugin cuando este sea borrado."
2269
 
2270
+ #: views/support.php:65 views/support.php:221
2271
+ msgid "Send Logs"
2272
+ msgstr ""
 
2273
 
2274
+ #: views/support.php:71
2275
+ msgid "Advanced"
2276
+ msgstr ""
2277
 
2278
+ #: views/support.php:93
2279
+ msgid "Support Center"
2280
+ msgstr ""
2281
 
2282
+ #: views/support.php:95
2283
+ msgid ""
2284
+ "Welcome to the WPBackItUp support center. If you have any questions or run "
2285
+ "into any trouble with WPBackItUp then you've come to the right place."
2286
  msgstr ""
 
 
2287
 
2288
+ #: views/support.php:112
2289
+ msgid ""
2290
+ "To streamline support requests and better serve you, we utilize a support "
2291
+ "ticket system. Every support request is assigned a unique ticket number "
2292
+ "which you can use to track progress and responses via our support portal. "
2293
+ "For your convenience we provide a complete archive and history of all your "
2294
+ "support requests. All correspondence is via email so a valid email address "
2295
+ "is required to submit a ticket. "
2296
+ msgstr ""
2297
+
2298
+ #: views/support.php:120
2299
+ msgid "Search &rarr; Knowledge base"
2300
+ msgstr ""
2301
+
2302
+ #: views/support.php:121
2303
+ msgid ""
2304
+ "Want to search our entire documentation library, all our how to articles and "
2305
+ "even our faq's in one shot? Just type your question into the knowledge base "
2306
+ "search bar and we'll show you everything we have for that topic."
2307
+ msgstr ""
2308
+
2309
+ #: views/support.php:123
2310
+ msgid "New &rarr; Ticket"
2311
+ msgstr ""
2312
+
2313
+ #: views/support.php:124
2314
+ msgid ""
2315
+ "Need to open a new support ticket? Just click the link above. Please "
2316
+ "provide as much detail as possible so we can best assist you."
2317
+ msgstr ""
2318
+
2319
+ #: views/support.php:126
2320
+ msgid "Check &rarr; Status"
2321
+ msgstr ""
2322
+
2323
+ #: views/support.php:127
2324
+ msgid ""
2325
+ "To check ticket status or update a previously submitted ticket you will "
2326
+ "first need to login. Our support portal provides a history of your current "
2327
+ "and past support requests complete with responses."
2328
+ msgstr ""
2329
+
2330
+ #: views/support.php:129
2331
+ msgid "Send &rarr; Logs"
2332
+ msgstr ""
2333
+
2334
+ #: views/support.php:130
2335
+ msgid ""
2336
+ "Sometimes it may be necessary for you to send your log files to support. If "
2337
+ "that ever happens, just click the link above and we will show you what to do."
2338
+ msgstr ""
2339
+
2340
+ #: views/support.php:169
2341
+ msgid ""
2342
+ "If you have been asked by support to send your log files then you are in the "
2343
+ "right spot."
2344
+ msgstr ""
2345
+
2346
+ #: views/support.php:181
2347
+ msgid "Send Logs to Support"
2348
+ msgstr ""
2349
+
2350
+ #: views/support.php:182
2351
+ msgid "This form should only be used when working with support."
2352
+ msgstr ""
2353
+
2354
+ #: views/support.php:183
2355
  #, php-format
2356
  msgid ""
2357
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
2361
  "<a href=\"%s\" target=\"_blank\">portal de soporte</a> de WPBackItUp antes "
2362
  "de usar este formulario."
2363
 
2364
+ #: views/support.php:184
2365
  msgid ""
2366
  "The ticket id you receive from your support request should be entered in the "
2367
  "ticket id field below."
2369
  "El id del ticket de la incidencia que reciba de nuestro soporte técnico debe "
2370
  "introducirse en el campo inferior del id del ticket."
2371
 
2372
+ #: views/support.php:185
2373
  msgid "your email address"
2374
  msgstr "su dirección de correo electrónico"
2375
 
2376
+ #: views/support.php:196
2377
  msgid "support ticket id"
2378
  msgstr "id del ticket del soporte técnico"
2379
 
2380
+ #: views/support.php:207
2381
  msgid "problem description or additional information"
2382
  msgstr "descripción del problema o información adicional"
2383
 
2384
+ #: views/support.php:224
 
 
 
 
2385
  msgid "Please register your version of WPBackItUp for access to support."
2386
  msgstr "Por favor, registre su versión de WPBackItUp para acceder al soporte."
2387
 
2388
+ #: views/support.php:228
2389
  msgid "Premium customers receive priority support."
2390
  msgstr "Los clientes premium reciben soporte técnico prioritario."
2391
 
2392
+ #: views/support.php:236
2393
+ msgid "Support email could not be sent!"
2394
+ msgstr ""
2395
+
2396
+ #: views/support.php:243
2397
+ msgid "Support email sent successfully!"
2398
+ msgstr "¡Correo para el soporte enviado con éxito!"
2399
+
2400
+ #: views/support.php:267
2401
+ msgid "Content goes here"
2402
+ msgstr ""
2403
+
2404
  #: wp-backitup.php:103 wp-backitup.php:104
2405
  #, php-format
2406
  msgid "Every %s hours"
2433
  msgid "Cleanup"
2434
  msgstr "Limpiar"
2435
 
2436
+ #~ msgid "%s Support"
2437
+ #~ msgstr "%s soporte"
2438
+
2439
+ #~ msgid "Email Logs to Support"
2440
+ #~ msgstr "Envíe por correo electrónico los registros al soporte"
2441
+
2442
+ #~ msgid "This form should be used to send log files to support only."
2443
+ #~ msgstr ""
2444
+ #~ "Este formulario debería ser usado sólo para enviar los archivos de "
2445
+ #~ "registro al soporte."
2446
+
2447
+ #~ msgid "Send"
2448
+ #~ msgstr "Enviar"
2449
+
2450
  #~ msgid "Creating backup information file"
2451
  #~ msgstr "Creando el archivo de información de la copia de seguridad"
2452
 
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-09-19 20:33-0400\n"
13
- "PO-Revision-Date: 2016-09-19 20:33-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,34 +29,38 @@ msgstr ""
29
  msgid "Every %d Minutes"
30
  msgstr ""
31
 
32
- #: lib/includes/class-wpbackitup-admin.php:218 views/backup.php:277
33
- #: views/backup.php:283 views/backup.php:348 views/restore.php:99
34
- #: wp-backitup.php:152
35
  msgid "Backup"
36
  msgstr "Sauvegarder"
37
 
38
- #: lib/includes/class-wpbackitup-admin.php:222
39
- #: lib/includes/class-wpbackitup-admin.php:261 views/restore.php:136
40
- #: wp-backitup.php:166
41
  msgid "Restore"
42
  msgstr "Rétablir"
43
 
44
- #: lib/includes/class-wpbackitup-admin.php:226
45
  msgid "Support"
46
  msgstr "Support"
47
 
48
- #: lib/includes/class-wpbackitup-admin.php:229
49
  msgid "Settings"
50
  msgstr "Réglages"
51
 
52
- #: lib/includes/class-wpbackitup-admin.php:254
 
 
 
 
53
  msgid ""
54
  "The backup you have selected exceeds what your host allows you to upload."
55
  msgstr ""
56
  "La sauvegarde que vous avez sélectionnée excède ce que vous êtes autorisé à "
57
  "mettre en ligne par votre hébergeur."
58
 
59
- #: lib/includes/class-wpbackitup-admin.php:255 views/backup.php:439
60
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
61
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
62
  #: views/backup.php:446 views/backup.php:447 views/backup.php:449
@@ -64,149 +68,149 @@ msgstr ""
64
  msgid "Warning"
65
  msgstr "Avertissement"
66
 
67
- #: lib/includes/class-wpbackitup-admin.php:256 views/backup.php:253
68
  #: views/backup.php:376
69
  msgid "Error"
70
  msgstr "Erreur"
71
 
72
- #: lib/includes/class-wpbackitup-admin.php:257
73
  msgid "Response"
74
  msgstr "Réponse"
75
 
76
- #: lib/includes/class-wpbackitup-admin.php:258 views/backup.php:352
77
- #: views/backup.php:430 views/restore.php:230
78
  msgid "Status"
79
  msgstr "État"
80
 
81
- #: lib/includes/class-wpbackitup-admin.php:259
82
  msgid "Download"
83
  msgstr "Télécharger"
84
 
85
- #: lib/includes/class-wpbackitup-admin.php:260 views/backup.php:407
86
  #: views/restore.php:129
87
  msgid "Delete"
88
  msgstr "Supprimer"
89
 
90
- #: lib/includes/class-wpbackitup-admin.php:262
91
  msgid "(JS997) Unexpected error"
92
  msgstr "(JS997) Erreur inattendue."
93
 
94
- #: lib/includes/class-wpbackitup-admin.php:263
95
  msgid "(JS998) Unexpected error"
96
  msgstr "(JS998) Erreur inattendue."
97
 
98
- #: lib/includes/class-wpbackitup-admin.php:264
99
  msgid "(JS999) An unexpected error has occurred"
100
  msgstr "(JS999) Erreur inattendue."
101
 
102
- #: lib/includes/class-wpbackitup-admin.php:265
103
  msgid "Scheduled has been saved."
104
  msgstr "La planification a été enregistrée."
105
 
106
- #: lib/includes/class-wpbackitup-admin.php:266
107
  msgid "Scheduled was not saved."
108
  msgstr "La planification n'a pas été enregistrée."
109
 
110
- #: lib/includes/class-wpbackitup-admin.php:267
111
  msgid "Are you sure you want to restore your site?"
112
  msgstr "Êtes-vous sur de vouloir restaurer votre site ?"
113
 
114
- #: lib/includes/class-wpbackitup-admin.php:268
115
  msgid "Are you sure ?"
116
  msgstr "Voulez-vous vraiment faire cela ?"
117
 
118
- #: lib/includes/class-wpbackitup-admin.php:269
119
  msgid "This file cannot be delete!"
120
  msgstr "Ce fichier ne peut pas être supprimé&nbsp;!"
121
 
122
- #: lib/includes/class-wpbackitup-admin.php:270
123
  msgid "View Log"
124
  msgstr "Voir le fichier journal"
125
 
126
- #: lib/includes/class-wpbackitup-admin.php:271
127
  msgid "New Backup!"
128
  msgstr "Nouvelle sauvegarde !"
129
 
130
- #: lib/includes/class-wpbackitup-admin.php:272
131
  msgid "Uploaded Backup"
132
  msgstr "Sauvegarde mise en ligne."
133
 
134
- #: lib/includes/class-wpbackitup-admin.php:609
135
  msgid "Backup Queued"
136
  msgstr "Sauvegarde mise en file d'attente."
137
 
138
- #: lib/includes/class-wpbackitup-admin.php:618
139
  msgid "Backup could not be queued"
140
  msgstr "La sauvegarde n'a pas pu être mise en file d'attente."
141
 
142
- #: lib/includes/class-wpbackitup-admin.php:630
143
  msgid "Job is already in queue."
144
  msgstr "La tâche est déjà en file d'attente."
145
 
146
- #: lib/includes/class-wpbackitup-admin.php:668
147
  msgid "No backup file selected."
148
  msgstr "Aucun fichier de sauvegarde sélectionné."
149
 
150
- #: lib/includes/class-wpbackitup-admin.php:675
151
  msgid "No user id found."
152
  msgstr "Aucun identifiant d'utilisateur trouvé."
153
 
154
- #: lib/includes/class-wpbackitup-admin.php:713
155
  msgid "Restore Queued"
156
  msgstr "Restauration mise en file d'attente."
157
 
158
- #: lib/includes/class-wpbackitup-admin.php:722
159
  msgid "Restore could not be queued"
160
  msgstr "La restauration n'a pas pu être mise en file d'attente."
161
 
162
- #: lib/includes/class-wpbackitup-admin.php:728
163
  msgid "Restore already in queue"
164
  msgstr "La restauration est déjà en file d'attente."
165
 
166
- #: lib/includes/class-wpbackitup-admin.php:760
167
  msgid "No job id posted"
168
  msgstr "Nouvel id de tâche publié. "
169
 
170
- #: lib/includes/class-wpbackitup-admin.php:768 views/backup.php:470
171
  msgid "Backup Cancelled"
172
  msgstr "Sauvegarde annulée."
173
 
174
- #: lib/includes/class-wpbackitup-admin.php:770
175
  msgid "Backup job not found"
176
  msgstr "Tâche de sauvegarde non trouvée. "
177
 
178
- #: lib/includes/class-wpbackitup-admin.php:978
179
  msgid "No response log found."
180
  msgstr "Pas de réponse de journal trouvée."
181
 
182
- #: lib/includes/class-wpbackitup-admin.php:1080
183
- #: lib/includes/class-wpbackitup-admin.php:1088
184
- #: lib/includes/class-wpbackitup-admin.php:1156
185
- #: lib/includes/class-wpbackitup-admin.php:1163
186
- #: lib/includes/class-wpbackitup-admin.php:1170
187
- #: lib/includes/class-wpbackitup-admin.php:1177
188
- #: lib/includes/class-wpbackitup-admin.php:1184
189
  msgid "Please enter a number"
190
  msgstr "Veuillez saisir un chiffre."
191
 
192
- #: lib/includes/class-wpbackitup-admin.php:1116
193
  msgid "Please enter valid email"
194
  msgstr ""
195
 
196
- #: lib/includes/class-wpbackitup-admin.php:1293
197
  msgid "Please enter a valid email"
198
  msgstr "Veuillez saisir une adresse de messagerie valide."
199
 
200
- #: lib/includes/class-wpbackitup-admin.php:1300
201
  msgid "Please enter your support ticket id"
202
  msgstr "Veuillez saisir l'identifiant de votre ticket de support."
203
 
204
- #: lib/includes/class-wpbackitup-admin.php:1305
205
  msgid "Please only enter numbers in this field"
206
  msgstr "Veuillez saisir uniquement des chiffres dans ce champ."
207
 
208
- #: lib/includes/class-wpbackitup-admin.php:2135
209
- #: lib/includes/class-wpbackitup-admin.php:2155
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 +218,15 @@ msgstr ""
214
  "La licence n'a pas pu être activée. Veuillez réessayer dans quelques heures "
215
  "et contacter l'assistance si cette erreur persiste. "
216
 
217
- #: lib/includes/class-wpbackitup-admin.php:2204
218
  msgid "License is invalid."
219
  msgstr "La licence n'est pas valide."
220
 
221
- #: lib/includes/class-wpbackitup-admin.php:2209
222
  msgid "License has expired."
223
  msgstr "La licence est expirée."
224
 
225
- #: lib/includes/class-wpbackitup-admin.php:2212
226
  #, php-format
227
  msgid ""
228
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -234,16 +238,16 @@ msgstr ""
234
  "jour</strong> et accéder à notre équipe de <strong>support de classe "
235
  "mondiale</strong>."
236
 
237
- #: lib/includes/class-wpbackitup-admin.php:2226
238
  msgid "License Expired: Scheduled backups are no longer active."
239
  msgstr ""
240
  "Licence expirée&nbsp;: Les sauvegardes planifiées ne sont plus actives."
241
 
242
- #: lib/includes/class-wpbackitup-admin.php:2234
243
  msgid "Activation limit has been reached."
244
  msgstr "La limite d'activation a été atteinte."
245
 
246
- #: lib/includes/class-wpbackitup-admin.php:2240
247
  msgid "Your Activation limit has been reached"
248
  msgstr "Votre limite d'activation a été atteinte."
249
 
@@ -579,6 +583,438 @@ msgstr ""
579
  msgid "(999) Unexpected error"
580
  msgstr "(999) Erreur inattendue"
581
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
582
  #. TRANSLATORS: %s = plugin name.
583
  #. This string is in the header of one of my pages and looks like this: WP BackItUp Dashboard
584
  #. Similar to how WordPress uses the word dashboard at the in the left navigation.
@@ -723,15 +1159,15 @@ msgstr ""
723
  msgid "Available Backups"
724
  msgstr "Sauvegardes disponibles"
725
 
726
- #: views/backup.php:349
727
  msgid "Type"
728
  msgstr "Type"
729
 
730
- #: views/backup.php:350 views/restore.php:100
731
  msgid "Date"
732
  msgstr "Date"
733
 
734
- #: views/backup.php:351
735
  msgid "Duration"
736
  msgstr "Durée"
737
 
@@ -831,10 +1267,6 @@ msgstr "Finalisation de la sauvegarde"
831
  msgid "Backup completed successfully"
832
  msgstr "La sauvegarde a bien été effectuée."
833
 
834
- #: views/backup.php:482
835
- msgid "Backups"
836
- msgstr "Sauvegardes"
837
-
838
  #: views/backup.php:482
839
  msgid "Version "
840
  msgstr "Version "
@@ -1015,10 +1447,6 @@ msgstr "Service de migration de site web"
1015
  msgid "Documentation"
1016
  msgstr "Documentation"
1017
 
1018
- #: views/backup.php:610
1019
- msgid "Get support"
1020
- msgstr "Obtenir du support"
1021
-
1022
  #: views/backup.php:613
1023
  msgid "Feature request"
1024
  msgstr "Demande de fonctionnalité"
@@ -1530,15 +1958,15 @@ msgstr ""
1530
  msgid "%s Settings"
1531
  msgstr "Réglages de %s"
1532
 
1533
- #: views/settings.php:50
1534
  msgid "Settings updated successfully!"
1535
  msgstr "Les réglages ont été mis à jour avec succès!"
1536
 
1537
- #: views/settings.php:63
1538
  msgid "Email Notifications"
1539
  msgstr "Notifications par e-mail"
1540
 
1541
- #: views/settings.php:64
1542
  msgid ""
1543
  "Please enter your email address if you would like to receive backup email "
1544
  "notifications."
@@ -1546,7 +1974,7 @@ msgstr ""
1546
  "Veuillez saisir votre adresse de messagerie si vous souhaitez recevoir par e-"
1547
  "mail les notifications de vos sauvegardes."
1548
 
1549
- #: views/settings.php:65
1550
  msgid ""
1551
  "Backup email notifications will be sent for every backup and will contain "
1552
  "status information related to the backup."
@@ -1554,18 +1982,14 @@ msgstr ""
1554
  "Les e-mails de notification de sauvegarde seront envoyés à chaque sauvegarde "
1555
  "et contiendront des informations sur l'état de la sauvegarde."
1556
 
1557
- #: views/settings.php:67 views/settings.php:89 views/settings.php:112
1558
- #: views/settings.php:119 views/settings.php:127 views/settings.php:135
1559
- #: views/settings.php:151 views/settings.php:182 views/settings.php:216
1560
- #: views/settings.php:254 views/settings.php:263
1561
  msgid "Save"
1562
  msgstr "Enregistrer"
1563
 
1564
- #: views/settings.php:85
1565
- msgid "Backup Retention"
1566
- msgstr "Rétention de sauvegarde"
1567
-
1568
- #: views/settings.php:86
1569
  msgid ""
1570
  "Enter the number of backup archives that you would like to remain on the "
1571
  "server."
@@ -1573,7 +1997,7 @@ msgstr ""
1573
  "Saisissez le nombre d'archives de sauvegarde que vous souhaitez conserver "
1574
  "sur le serveur."
1575
 
1576
- #: views/settings.php:87
1577
  msgid ""
1578
  "Many hosts limit the amount of space that you can take up on their servers. "
1579
  "This option tells WPBackItUp the maximum number of backup archives that "
@@ -1586,15 +2010,15 @@ msgstr ""
1586
  "Ne vous inquiétez pas, nous supprimons toujours les plus anciennes archives "
1587
  "de sauvegarde en premier."
1588
 
1589
- #: views/settings.php:106
1590
  msgid "Logging?"
1591
  msgstr "Journalisation ?"
1592
 
1593
- #: views/settings.php:107
1594
  msgid "Turn on WPBackItUp logging."
1595
  msgstr "Activer la journalisation de WPBackItUP ?"
1596
 
1597
- #: views/settings.php:108
1598
  msgid ""
1599
  "This option should only be turned on by advanced users or when "
1600
  "troubleshooting issues with WPBackItUp support."
@@ -1602,35 +2026,35 @@ msgstr ""
1602
  "Cette option ne devrait uniquement être activée par les utilisateurs avancés "
1603
  "ou lors de la résolution des problèmes avec le support WPBackItUp."
1604
 
1605
- #: views/settings.php:109
1606
  msgid "Yes"
1607
  msgstr "Oui"
1608
 
1609
- #: views/settings.php:110
1610
  msgid "No"
1611
  msgstr "Non"
1612
 
1613
- #: views/settings.php:116
1614
  msgid "Disable restore version compare?"
1615
  msgstr ""
1616
 
1617
- #: views/settings.php:118
1618
  msgid ""
1619
  "Check this box if you would like WPBackItUp not to check major version "
1620
  "issue. This could be dangerous, you can disable it with your own risk."
1621
  msgstr ""
1622
 
1623
- #: views/settings.php:123
1624
  msgid "Single File Backup Set"
1625
  msgstr "Jeu de sauvegardes à fichier unique"
1626
 
1627
- #: views/settings.php:125
1628
  msgid ""
1629
  "Check this box if you would like WPBackItUp to create a single zip file that "
1630
  "contains your entire backup."
1631
  msgstr ""
1632
 
1633
- #: views/settings.php:126
1634
  msgid ""
1635
  "When this setting is turned on WPBackItUp will attempt to create a single "
1636
  "zip file that contains your entire backup. This option may may not be "
@@ -1638,17 +2062,17 @@ msgid ""
1638
  "automatically if WPBackItUp is unable to complete this step for any reason."
1639
  msgstr ""
1640
 
1641
- #: views/settings.php:131
1642
  msgid "Single File Database Export (db)"
1643
  msgstr ""
1644
 
1645
- #: views/settings.php:133
1646
  msgid ""
1647
  "Check this box if you would like WPBackItUp to export your database into a "
1648
  "single db file."
1649
  msgstr ""
1650
 
1651
- #: views/settings.php:134
1652
  msgid ""
1653
  "When this setting is turned on WPBackItUp will attempt to create a single "
1654
  "file that contains your entire database. This option may not be possible "
@@ -1656,15 +2080,11 @@ msgid ""
1656
  "if WPBackItUp is unable to complete this step for any reason."
1657
  msgstr ""
1658
 
1659
- #: views/settings.php:139
1660
- msgid "Maximum Zip File Size"
1661
- msgstr ""
1662
-
1663
- #: views/settings.php:141
1664
  msgid "Select your maximum zip file size."
1665
  msgstr ""
1666
 
1667
- #: views/settings.php:142
1668
  msgid ""
1669
  "Some hosting providers do not allow large zip files so if you are "
1670
  "encountering backup errors then reducing this setting may help. Please note "
@@ -1672,35 +2092,71 @@ msgid ""
1672
  "as possible."
1673
  msgstr ""
1674
 
1675
- #: views/settings.php:144
1676
  msgid "100MB"
1677
  msgstr ""
1678
 
1679
- #: views/settings.php:145
1680
  msgid "200MB"
1681
  msgstr ""
1682
 
1683
- #: views/settings.php:146
1684
  msgid "300MB"
1685
  msgstr ""
1686
 
1687
- #: views/settings.php:147
1688
  msgid "400MB"
1689
  msgstr ""
1690
 
1691
- #: views/settings.php:148
1692
  msgid "500MB"
1693
  msgstr ""
1694
 
1695
- #: views/settings.php:155
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1696
  msgid "Batch Size"
1697
  msgstr "Taille du lot."
1698
 
1699
- #: views/settings.php:156
1700
  msgid "Enter the batch size for each of your content items."
1701
  msgstr "Entrez la taille du lot pour chacun de vos éléments de contenu. "
1702
 
1703
- #: views/settings.php:157
1704
  msgid ""
1705
  "These settings tell WPBackItUp how many items that should be added to the "
1706
  "backup at a time. If you experience timeouts while running a backup then "
@@ -1713,27 +2169,27 @@ msgstr ""
1713
  "aider à réduire le temps que prend WPBackItUp pour terminer chaque tâche de "
1714
  "sauvegarde. "
1715
 
1716
- #: views/settings.php:160
1717
  msgid "DB Tables Batch Size"
1718
  msgstr "Taille du lot des tables DB"
1719
 
1720
- #: views/settings.php:165
1721
  msgid "Plugins Batch Size"
1722
  msgstr "Taille du lot des extensions"
1723
 
1724
- #: views/settings.php:170
1725
  msgid "Themes Batch Size"
1726
  msgstr "Taille du lot des thèmes"
1727
 
1728
- #: views/settings.php:175
1729
  msgid "Uploads Batch Size"
1730
  msgstr "Taille du lot des pièces jointes"
1731
 
1732
- #: views/settings.php:180
1733
  msgid "Others Batch Size"
1734
  msgstr "Taille des autres lots"
1735
 
1736
- #: views/settings.php:183 views/settings.php:217 views/settings.php:255
1737
  msgid ""
1738
  "* These settings should only be modified by advanced users or when when "
1739
  "working with WPBackItUp support."
@@ -1741,11 +2197,11 @@ msgstr ""
1741
  "*Ces paramètres devraient uniquement être modifiés par des utilisateurs "
1742
  "avancés ou en collaboration avec l'assistance WPBackItUp."
1743
 
1744
- #: views/settings.php:195
1745
  msgid "Filter Your Folders"
1746
  msgstr "Filtrez vos dossiers"
1747
 
1748
- #: views/settings.php:196
1749
  msgid ""
1750
  "Enter a comma separated list of folders that should be excluded from your "
1751
  "backups."
@@ -1753,7 +2209,7 @@ msgstr ""
1753
  "Entrez une liste séparée par des virgules de dossiers à exclure de vos "
1754
  "sauvegardes. "
1755
 
1756
- #: views/settings.php:197
1757
  msgid ""
1758
  "It is important to note that when a folder name is present in this list any "
1759
  "occurrence of that folder, and all its contents, will be excluded from the "
@@ -1763,32 +2219,32 @@ msgstr ""
1763
  "cette liste toute occurrence de ce dossier, ainsi que tous ses contenus "
1764
  "seront exclus de la sauvegarde. "
1765
 
1766
- #: views/settings.php:199
1767
  msgid "Plugin Folders Filter"
1768
  msgstr "Filtre plugin des dossiers"
1769
 
1770
- #: views/settings.php:204
1771
  msgid "Theme Folders Filter"
1772
  msgstr "Filtre plugin de thème"
1773
 
1774
- #: views/settings.php:209
1775
  msgid "Upload Folders Filter"
1776
  msgstr "Filtre upload de dossiers"
1777
 
1778
- #: views/settings.php:213
1779
  msgid "Other Folders Filter"
1780
  msgstr "Filtre autres dossiers"
1781
 
1782
- #: views/settings.php:222
1783
  msgid "Filter Your Database Tables"
1784
  msgstr "Filtrez les tables de votre base de données"
1785
 
1786
- #: views/settings.php:223
1787
  msgid "Exclude custom database tables from the backup."
1788
  msgstr ""
1789
  "Exclure les tables de base de données personnalisées de la sauvegarde. "
1790
 
1791
- #: views/settings.php:224
1792
  msgid ""
1793
  "If you would like to exclude a custom table from the backup then simply drag "
1794
  "it to the list on the right. WordPress core tables may not be excluded from "
@@ -1798,11 +2254,11 @@ msgstr ""
1798
  "la simplement glisser vers la liste sur la droite. Les tables WordPress de "
1799
  "base pourraient ne pas être exclues de la sauvegarde. "
1800
 
1801
- #: views/settings.php:260
1802
  msgid "Remove Data on Uninstall?"
1803
  msgstr "Supprimer les données lors de la désinstallation&nbsp;?"
1804
 
1805
- #: views/settings.php:262
1806
  msgid ""
1807
  "Check this box if you would like WPBackItUp to completely remove all of its "
1808
  "data when the plugin is deleted."
@@ -1810,26 +2266,91 @@ msgstr ""
1810
  "Cochez cette case si vous souhaitez que WPBackItUp supprime complètement "
1811
  "toutes ses données lorsque l'extension est supprimée."
1812
 
1813
- #: views/support.php:13
1814
- #, php-format
1815
- msgid "%s Support"
1816
- msgstr "Support de %s"
1817
 
1818
- #: views/support.php:32
1819
- msgid "Support email sent successfully!"
1820
- msgstr "Votre e-mail au support a bien été envoyé !"
1821
 
1822
- #: views/support.php:45
1823
- msgid "Email Logs to Support"
1824
- msgstr "Envoyer au support vos fichiers de logs"
1825
 
1826
- #: views/support.php:46
1827
- msgid "This form should be used to send log files to support only."
 
 
1828
  msgstr ""
1829
- "Ce formulaire doit être utilisé uniquement pour envoyer des fichiers de log "
1830
- "au support."
1831
 
1832
- #: views/support.php:47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1833
  #, php-format
1834
  msgid ""
1835
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
@@ -1839,7 +2360,7 @@ msgstr ""
1839
  "support </a> WP BackItUp <a href=\"%s\" target=\"_blank\"> avant d'utiliser "
1840
  "ce formulaire. "
1841
 
1842
- #: views/support.php:48
1843
  msgid ""
1844
  "The ticket id you receive from your support request should be entered in the "
1845
  "ticket id field below."
@@ -1847,32 +2368,40 @@ msgstr ""
1847
  "L'ID du ticket que vous avez reçu du support doit être saisi dans le champ "
1848
  "ID du ticket ci-dessous."
1849
 
1850
- #: views/support.php:49
1851
  msgid "your email address"
1852
  msgstr "votre adresse e-mail"
1853
 
1854
- #: views/support.php:59
1855
  msgid "support ticket id"
1856
  msgstr "ID du ticket de support"
1857
 
1858
- #: views/support.php:69
1859
  msgid "problem description or additional information"
1860
  msgstr "description du problème ou informations supplémentaires"
1861
 
1862
- #: views/support.php:80
1863
- msgid "Send"
1864
- msgstr "Envoyer"
1865
-
1866
- #: views/support.php:83
1867
  msgid "Please register your version of WPBackItUp for access to support."
1868
  msgstr ""
1869
  "Veuillez enregistrer votre version de WPBackItUp afin d'accéder à "
1870
  "l'assistance."
1871
 
1872
- #: views/support.php:87
1873
  msgid "Premium customers receive priority support."
1874
  msgstr "Les clients Premium bénéficient d'un support prioritaire."
1875
 
 
 
 
 
 
 
 
 
 
 
 
 
1876
  #: wp-backitup.php:103 wp-backitup.php:104
1877
  #, php-format
1878
  msgid "Every %s hours"
@@ -1905,6 +2434,20 @@ msgstr ""
1905
  msgid "Cleanup"
1906
  msgstr "Nettoyage"
1907
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1908
  #~ msgid "Creating backup information file"
1909
  #~ msgstr "Création du fichier de données de sauvegarde."
1910
 
9
  msgid ""
10
  msgstr ""
11
  "Project-Id-Version: WPBackItUp\n"
12
+ "POT-Creation-Date: 2016-10-13 11:51-0400\n"
13
+ "PO-Revision-Date: 2016-10-13 11:51-0400\n"
14
  "Last-Translator: Paulette Decroix <pomme.decroix@hotmail.fr>\n"
15
  "Language-Team: French (France) (http://www.transifex.com/wp-translations/wp-"
16
  "backitup/language/fr_FR/)\n"
29
  msgid "Every %d Minutes"
30
  msgstr ""
31
 
32
+ #: lib/includes/class-wpbackitup-admin.php:219 views/backup.php:277
33
+ #: views/backup.php:283 views/backup.php:348 views/backup.php:385
34
+ #: views/restore.php:99 wp-backitup.php:152
35
  msgid "Backup"
36
  msgstr "Sauvegarder"
37
 
38
+ #: lib/includes/class-wpbackitup-admin.php:223
39
+ #: lib/includes/class-wpbackitup-admin.php:265 views/about.php:191
40
+ #: views/restore.php:136 wp-backitup.php:166
41
  msgid "Restore"
42
  msgstr "Rétablir"
43
 
44
+ #: lib/includes/class-wpbackitup-admin.php:227 views/support.php:62
45
  msgid "Support"
46
  msgstr "Support"
47
 
48
+ #: lib/includes/class-wpbackitup-admin.php:230
49
  msgid "Settings"
50
  msgstr "Réglages"
51
 
52
+ #: lib/includes/class-wpbackitup-admin.php:233
53
+ msgid "About"
54
+ msgstr ""
55
+
56
+ #: lib/includes/class-wpbackitup-admin.php:258
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:259 views/backup.php:439
64
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
65
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
66
  #: views/backup.php:446 views/backup.php:447 views/backup.php:449
68
  msgid "Warning"
69
  msgstr "Avertissement"
70
 
71
+ #: lib/includes/class-wpbackitup-admin.php:260 views/backup.php:253
72
  #: views/backup.php:376
73
  msgid "Error"
74
  msgstr "Erreur"
75
 
76
+ #: lib/includes/class-wpbackitup-admin.php:261
77
  msgid "Response"
78
  msgstr "Réponse"
79
 
80
+ #: lib/includes/class-wpbackitup-admin.php:262 views/backup.php:352
81
+ #: views/backup.php:404 views/backup.php:430 views/restore.php:230
82
  msgid "Status"
83
  msgstr "État"
84
 
85
+ #: lib/includes/class-wpbackitup-admin.php:263
86
  msgid "Download"
87
  msgstr "Télécharger"
88
 
89
+ #: lib/includes/class-wpbackitup-admin.php:264 views/backup.php:407
90
  #: views/restore.php:129
91
  msgid "Delete"
92
  msgstr "Supprimer"
93
 
94
+ #: lib/includes/class-wpbackitup-admin.php:266
95
  msgid "(JS997) Unexpected error"
96
  msgstr "(JS997) Erreur inattendue."
97
 
98
+ #: lib/includes/class-wpbackitup-admin.php:267
99
  msgid "(JS998) Unexpected error"
100
  msgstr "(JS998) Erreur inattendue."
101
 
102
+ #: lib/includes/class-wpbackitup-admin.php:268
103
  msgid "(JS999) An unexpected error has occurred"
104
  msgstr "(JS999) Erreur inattendue."
105
 
106
+ #: lib/includes/class-wpbackitup-admin.php:269
107
  msgid "Scheduled has been saved."
108
  msgstr "La planification a été enregistrée."
109
 
110
+ #: lib/includes/class-wpbackitup-admin.php:270
111
  msgid "Scheduled was not saved."
112
  msgstr "La planification n'a pas été enregistrée."
113
 
114
+ #: lib/includes/class-wpbackitup-admin.php:271
115
  msgid "Are you sure you want to restore your site?"
116
  msgstr "Êtes-vous sur de vouloir restaurer votre site ?"
117
 
118
+ #: lib/includes/class-wpbackitup-admin.php:272
119
  msgid "Are you sure ?"
120
  msgstr "Voulez-vous vraiment faire cela ?"
121
 
122
+ #: lib/includes/class-wpbackitup-admin.php:273
123
  msgid "This file cannot be delete!"
124
  msgstr "Ce fichier ne peut pas être supprimé&nbsp;!"
125
 
126
+ #: lib/includes/class-wpbackitup-admin.php:274
127
  msgid "View Log"
128
  msgstr "Voir le fichier journal"
129
 
130
+ #: lib/includes/class-wpbackitup-admin.php:275
131
  msgid "New Backup!"
132
  msgstr "Nouvelle sauvegarde !"
133
 
134
+ #: lib/includes/class-wpbackitup-admin.php:276
135
  msgid "Uploaded Backup"
136
  msgstr "Sauvegarde mise en ligne."
137
 
138
+ #: lib/includes/class-wpbackitup-admin.php:632
139
  msgid "Backup Queued"
140
  msgstr "Sauvegarde mise en file d'attente."
141
 
142
+ #: lib/includes/class-wpbackitup-admin.php:641
143
  msgid "Backup could not be queued"
144
  msgstr "La sauvegarde n'a pas pu être mise en file d'attente."
145
 
146
+ #: lib/includes/class-wpbackitup-admin.php:653
147
  msgid "Job is already in queue."
148
  msgstr "La tâche est déjà en file d'attente."
149
 
150
+ #: lib/includes/class-wpbackitup-admin.php:691
151
  msgid "No backup file selected."
152
  msgstr "Aucun fichier de sauvegarde sélectionné."
153
 
154
+ #: lib/includes/class-wpbackitup-admin.php:698
155
  msgid "No user id found."
156
  msgstr "Aucun identifiant d'utilisateur trouvé."
157
 
158
+ #: lib/includes/class-wpbackitup-admin.php:736
159
  msgid "Restore Queued"
160
  msgstr "Restauration mise en file d'attente."
161
 
162
+ #: lib/includes/class-wpbackitup-admin.php:745
163
  msgid "Restore could not be queued"
164
  msgstr "La restauration n'a pas pu être mise en file d'attente."
165
 
166
+ #: lib/includes/class-wpbackitup-admin.php:751
167
  msgid "Restore already in queue"
168
  msgstr "La restauration est déjà en file d'attente."
169
 
170
+ #: lib/includes/class-wpbackitup-admin.php:783
171
  msgid "No job id posted"
172
  msgstr "Nouvel id de tâche publié. "
173
 
174
+ #: lib/includes/class-wpbackitup-admin.php:791 views/backup.php:470
175
  msgid "Backup Cancelled"
176
  msgstr "Sauvegarde annulée."
177
 
178
+ #: lib/includes/class-wpbackitup-admin.php:793
179
  msgid "Backup job not found"
180
  msgstr "Tâche de sauvegarde non trouvée. "
181
 
182
+ #: lib/includes/class-wpbackitup-admin.php:1001
183
  msgid "No response log found."
184
  msgstr "Pas de réponse de journal trouvée."
185
 
186
+ #: lib/includes/class-wpbackitup-admin.php:1103
187
+ #: lib/includes/class-wpbackitup-admin.php:1111
188
+ #: lib/includes/class-wpbackitup-admin.php:1185
189
+ #: lib/includes/class-wpbackitup-admin.php:1192
190
+ #: lib/includes/class-wpbackitup-admin.php:1199
191
+ #: lib/includes/class-wpbackitup-admin.php:1206
192
+ #: lib/includes/class-wpbackitup-admin.php:1213
193
  msgid "Please enter a number"
194
  msgstr "Veuillez saisir un chiffre."
195
 
196
+ #: lib/includes/class-wpbackitup-admin.php:1139
197
  msgid "Please enter valid email"
198
  msgstr ""
199
 
200
+ #: lib/includes/class-wpbackitup-admin.php:1322
201
  msgid "Please enter a valid email"
202
  msgstr "Veuillez saisir une adresse de messagerie valide."
203
 
204
+ #: lib/includes/class-wpbackitup-admin.php:1329
205
  msgid "Please enter your support ticket id"
206
  msgstr "Veuillez saisir l'identifiant de votre ticket de support."
207
 
208
+ #: lib/includes/class-wpbackitup-admin.php:1334
209
  msgid "Please only enter numbers in this field"
210
  msgstr "Veuillez saisir uniquement des chiffres dans ce champ."
211
 
212
+ #: lib/includes/class-wpbackitup-admin.php:2191
213
+ #: lib/includes/class-wpbackitup-admin.php:2211
214
  msgid ""
215
  "License could not be activated. Please try again in a few hours and contact "
216
  "support if this error continues."
218
  "La licence n'a pas pu être activée. Veuillez réessayer dans quelques heures "
219
  "et contacter l'assistance si cette erreur persiste. "
220
 
221
+ #: lib/includes/class-wpbackitup-admin.php:2260
222
  msgid "License is invalid."
223
  msgstr "La licence n'est pas valide."
224
 
225
+ #: lib/includes/class-wpbackitup-admin.php:2265
226
  msgid "License has expired."
227
  msgstr "La licence est expirée."
228
 
229
+ #: lib/includes/class-wpbackitup-admin.php:2268
230
  #, php-format
231
  msgid ""
232
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
238
  "jour</strong> et accéder à notre équipe de <strong>support de classe "
239
  "mondiale</strong>."
240
 
241
+ #: lib/includes/class-wpbackitup-admin.php:2282
242
  msgid "License Expired: Scheduled backups are no longer active."
243
  msgstr ""
244
  "Licence expirée&nbsp;: Les sauvegardes planifiées ne sont plus actives."
245
 
246
+ #: lib/includes/class-wpbackitup-admin.php:2290
247
  msgid "Activation limit has been reached."
248
  msgstr "La limite d'activation a été atteinte."
249
 
250
+ #: lib/includes/class-wpbackitup-admin.php:2296
251
  msgid "Your Activation limit has been reached"
252
  msgstr "Votre limite d'activation a été atteinte."
253
 
583
  msgid "(999) Unexpected error"
584
  msgstr "(999) Erreur inattendue"
585
 
586
+ #: views/about.php:59
587
+ msgid "Getting Started"
588
+ msgstr ""
589
+
590
+ #: views/about.php:62
591
+ msgid "What's New"
592
+ msgstr ""
593
+
594
+ #: views/about.php:65
595
+ msgid "Premium Plugin"
596
+ msgstr ""
597
+
598
+ #: views/about.php:117 views/support.php:92
599
+ msgid "WPBackItUp"
600
+ msgstr ""
601
+
602
+ #: views/about.php:118
603
+ #, php-format
604
+ msgid "Welcome to WPBackItUp %s"
605
+ msgstr ""
606
+
607
+ #: views/about.php:120
608
+ #, php-format
609
+ msgid ""
610
+ "Thank you for updating to the latest version! WPBackItUp %s is ready to make "
611
+ "sure your site is backed up quickly, securely, and completely!"
612
+ msgstr ""
613
+
614
+ #: views/about.php:136
615
+ msgid ""
616
+ "Use the tips below to get started using WPBackItUp and you will be "
617
+ "<em>backing it up</em> in no time!"
618
+ msgstr ""
619
+
620
+ #: views/about.php:139 views/backup.php:482
621
+ msgid "Backups"
622
+ msgstr "Sauvegardes"
623
+
624
+ #: views/about.php:140
625
+ msgid "Creating Your First Backup"
626
+ msgstr ""
627
+
628
+ #: views/about.php:146
629
+ msgid "One Click &rarr; Backup"
630
+ msgstr ""
631
+
632
+ #: views/about.php:147
633
+ msgid ""
634
+ "The backup menu option is the starting point for all things related to "
635
+ "backups. To create your first backup, simply click the <em>Backup</em> "
636
+ "button and WPBackItUp will backup your entire site. This includes your "
637
+ "database, plugins, themes, and even all your media files."
638
+ msgstr ""
639
+
640
+ #: views/about.php:150 views/about.php:395
641
+ msgid "Download Backups"
642
+ msgstr ""
643
+
644
+ #: views/about.php:151
645
+ msgid ""
646
+ "Downloading your backups is simple too. Click the backup you want to "
647
+ "download from the <em>Available backups</em> listing. Then click the part of "
648
+ "the backup you want to download (database, plugins, themes, media files). "
649
+ "Or download the entire backup in just one click."
650
+ msgstr ""
651
+
652
+ #: views/about.php:162
653
+ msgid "Automatic Backups"
654
+ msgstr ""
655
+
656
+ #: views/about.php:168
657
+ msgid "Schedule your Backups (Premium Only)"
658
+ msgstr ""
659
+
660
+ #: views/about.php:169
661
+ msgid ""
662
+ "Schedule your backups to run any day of the week, or all of them. With our "
663
+ "flexible backup scheduler just select the days of the week you want your "
664
+ "backup to run and WPBackItUp will handle the rest."
665
+ msgstr ""
666
+
667
+ #: views/about.php:171
668
+ msgid "Backup Notifications"
669
+ msgstr ""
670
+
671
+ #: views/about.php:172
672
+ msgid ""
673
+ "Want to get notified every time a backup finishes? Just add your email "
674
+ "address to the notification section in backup settings. WPBackItUp even "
675
+ "supports multiple email addresses so add as many as you like."
676
+ msgstr ""
677
+
678
+ #: views/about.php:177 views/settings.php:86
679
+ msgid "Backup Retention"
680
+ msgstr "Rétention de sauvegarde"
681
+
682
+ #: views/about.php:178
683
+ msgid ""
684
+ "Concerned about the amount of storage space used for backups? Use the "
685
+ "<em>backup retention</em> setting to tell WPBackItUp how many backups you "
686
+ "want to keep. WPBackItUp will make sure only the newest backups are saved."
687
+ msgstr ""
688
+
689
+ #: views/about.php:197
690
+ msgid "One Click &rarr; Restore (Premium Only)"
691
+ msgstr ""
692
+
693
+ #: views/about.php:198
694
+ msgid ""
695
+ "We hope you never need to restore your site but if you do then WPBackItUp "
696
+ "has you covered. And with our one-click restore feature, restoring your "
697
+ "site is just as easy as backing it up."
698
+ msgstr ""
699
+
700
+ #: views/about.php:200
701
+ msgid "Migration &amp; Cloning (Premium Only)"
702
+ msgstr ""
703
+
704
+ #: views/about.php:201
705
+ msgid ""
706
+ "Need to migrate your site to a new host or want to clone a copy to your "
707
+ "staging server? WPBackItUp does that too! Just upload your backups to your "
708
+ "new WordPress install and restore it using the one-click restore feature."
709
+ msgstr ""
710
+
711
+ #: views/about.php:212
712
+ msgid "Need Help?"
713
+ msgstr ""
714
+
715
+ #: views/about.php:219
716
+ msgid "Phenomenal Support"
717
+ msgstr ""
718
+
719
+ #: views/about.php:220
720
+ msgid "Get support"
721
+ msgstr "Obtenir du support"
722
+
723
+ #: views/about.php:222
724
+ #, php-format
725
+ msgid ""
726
+ "We do our best to provide the best product possible but if you run into "
727
+ "trouble then support is just a few clicks away. To get help or if you have a "
728
+ "question, simply open a ticket using our %s."
729
+ msgstr ""
730
+
731
+ #: views/about.php:222
732
+ msgid "support portal"
733
+ msgstr ""
734
+
735
+ #: views/about.php:224
736
+ msgid "Need Even Faster Support?"
737
+ msgstr ""
738
+
739
+ #: views/about.php:225
740
+ #, php-format
741
+ msgid ""
742
+ "Our %s system is there for customers that need faster or more in-depth "
743
+ "assistance."
744
+ msgstr ""
745
+
746
+ #: views/about.php:225
747
+ msgid "Priority Support"
748
+ msgstr ""
749
+
750
+ #: views/about.php:227
751
+ msgid "Need Help Migrating Your Site to a New Host?"
752
+ msgstr ""
753
+
754
+ #: views/about.php:228
755
+ #, php-format
756
+ msgid ""
757
+ "Our Site Migration experts have helped hundreds of WPBackItUp customers "
758
+ "migrate their sites and now you can take advantage of that experience with "
759
+ "our WordPress %s. Let our experts save you time and headaches by doing it "
760
+ "for you!"
761
+ msgstr ""
762
+
763
+ #: views/about.php:228
764
+ msgid "Site Migration Service"
765
+ msgstr ""
766
+
767
+ #: views/about.php:230
768
+ msgid "Tools Tools Tools..."
769
+ msgstr ""
770
+
771
+ #: views/about.php:231
772
+ #, php-format
773
+ msgid ""
774
+ "Great web sites and businesses are built with great tools and products that "
775
+ "help you achieve your goals as efficiently as possible. My team and I have "
776
+ "spent a tremendous amount of time and effort evaluating tools to help run "
777
+ "our WordPress powered website and business. And now you can leverage all our "
778
+ "hard work and my 20+ years experience in the software industry with a simple "
779
+ "mouse click. The %s is a growing list of tools and products we use at "
780
+ "WPBackItUp to enhance our websites and businesses. Please feel free to use "
781
+ "our experience to empower, enhance and accelerate your sites and businesses."
782
+ msgstr ""
783
+
784
+ #: views/about.php:231
785
+ msgid "WPBackItUp Tools List"
786
+ msgstr ""
787
+
788
+ #: views/about.php:238
789
+ msgid "Stay Up to Date"
790
+ msgstr ""
791
+
792
+ #: views/about.php:243
793
+ msgid "Get Notified of New Releases"
794
+ msgstr ""
795
+
796
+ #: views/about.php:244
797
+ #, php-format
798
+ msgid ""
799
+ "New features that make WPBackItUp even more powerful are released often. "
800
+ "Subscribe to our newsletter to stay up to date with our latest releases. %s "
801
+ "to ensure you do not miss a release!"
802
+ msgstr ""
803
+
804
+ #: views/about.php:244 views/about.php:248
805
+ msgid "Sign up now"
806
+ msgstr ""
807
+
808
+ #: views/about.php:247
809
+ msgid "Get Alerted About New Tutorials"
810
+ msgstr ""
811
+
812
+ #: views/about.php:248
813
+ #, php-format
814
+ msgid ""
815
+ "%s to hear about the latest tutorials that explain how to take WPBackItUp "
816
+ "further."
817
+ msgstr ""
818
+
819
+ #: views/about.php:267
820
+ #, php-format
821
+ msgid "Below are just a few highlights for version %s. "
822
+ msgstr ""
823
+
824
+ #: views/about.php:270
825
+ msgid "Email Notifications"
826
+ msgstr ""
827
+
828
+ #: views/about.php:276
829
+ msgid ""
830
+ "WPBackItUp now supports multiple email addresses for backup notifications. "
831
+ "Using the WPBackItUp Settings page add multiple email addresses to the "
832
+ "<em>Email Notifications</em> setting and all will receive notification "
833
+ "emails when your backups complete."
834
+ msgstr ""
835
+
836
+ #: views/about.php:278
837
+ msgid "About Page"
838
+ msgstr ""
839
+
840
+ #: views/about.php:279
841
+ msgid ""
842
+ "WPBackItUp now has a new <em>about</em> page and you are looking at it right "
843
+ "now! The about page contains tips to help get you started with WPBackItUp "
844
+ "as well as links to our knowledge base, faqs and instructions on how to "
845
+ "contact support if you ever need help. It also includes a <em>what's new</"
846
+ "em> section describing all the incredible new features and enhancements we "
847
+ "make with every release."
848
+ msgstr ""
849
+
850
+ #: views/about.php:281 views/settings.php:140
851
+ msgid "Maximum Zip File Size"
852
+ msgstr ""
853
+
854
+ #: views/about.php:282
855
+ msgid ""
856
+ "Over the years we have found that some hosting providers enforce strict "
857
+ "limitations on the size of your backup archives. When this happens you "
858
+ "might see backup errors, or more commonly backup jobs appear to never "
859
+ "finish. To combat this challenge we have added the <em>Maximum Zip File "
860
+ "Size</em> setting. This setting tells WPBackItUp when to stop adding files "
861
+ "to a backup archive and create a new one. Don't worry WPBackItUp won't miss "
862
+ "any files, it will just add them to a new backup archive."
863
+ msgstr ""
864
+
865
+ #: views/about.php:293
866
+ msgid "Additional Updates"
867
+ msgstr ""
868
+
869
+ #: views/about.php:296
870
+ msgid "Backup Encryption (Premium Only)"
871
+ msgstr ""
872
+
873
+ #: views/about.php:297
874
+ msgid ""
875
+ "That's right, we have added backup encryption to this release but have "
876
+ "turned it off while we beta test with a few customers. Backup encryption "
877
+ "will be included in our next major release (1.14) which is due out soon."
878
+ msgstr ""
879
+
880
+ #: views/about.php:300
881
+ msgid "File Name Validation"
882
+ msgstr ""
883
+
884
+ #: views/about.php:301
885
+ msgid ""
886
+ "We have added an additional validation for files with invalid names. This "
887
+ "check will exclude files from a backup with invalid file names. These files "
888
+ "are often corrupt and cause errors during a restore."
889
+ msgstr ""
890
+
891
+ #: views/about.php:304
892
+ msgid "SQL Files"
893
+ msgstr ""
894
+
895
+ #: views/about.php:305
896
+ msgid ""
897
+ "For those of you with extremely large databases, you will be happy to know "
898
+ "that we now support database exports that contain more than 500 SQL files."
899
+ msgstr ""
900
+
901
+ #: views/about.php:309
902
+ msgid "Cloud API Gateway "
903
+ msgstr ""
904
+
905
+ #: views/about.php:310
906
+ msgid ""
907
+ "Every once in a while we have connectivity issues with a few hosts when "
908
+ "customers attempt to activate their license. To combat this issue we have "
909
+ "added a cloud based API gateway that should be accessible to hosting "
910
+ "providers in every country and on any platform."
911
+ msgstr ""
912
+
913
+ #: views/about.php:313
914
+ msgid "Tables missing WordPress table prefix"
915
+ msgstr ""
916
+
917
+ #: views/about.php:314
918
+ msgid ""
919
+ "We have added support for database tables that are missing the WordPress "
920
+ "table prefix. Some plugins create custom tables that do not contain the "
921
+ "WordPress table prefix. While this practice is discouraged, it sometimes "
922
+ "still happens. WPBackItUp will now include all tables in a database, even "
923
+ "when the table prefix is missing."
924
+ msgstr ""
925
+
926
+ #: views/about.php:320
927
+ msgid "Want to see the entire changelog?"
928
+ msgstr ""
929
+
930
+ #: views/about.php:321
931
+ msgid "View the Full Changelog"
932
+ msgstr ""
933
+
934
+ #: views/about.php:350
935
+ msgid "Full Changelog"
936
+ msgstr ""
937
+
938
+ #: views/about.php:370
939
+ msgid "Take a look at what you are missing!"
940
+ msgstr ""
941
+
942
+ #: views/about.php:378
943
+ msgid "FEATURES"
944
+ msgstr ""
945
+
946
+ #: views/about.php:379
947
+ msgid "LITE"
948
+ msgstr ""
949
+
950
+ #: views/about.php:380
951
+ msgid "PREMIUM"
952
+ msgstr ""
953
+
954
+ #: views/about.php:385
955
+ msgid "Complete Backup (Database, Themes, Plugins &amp; Media Files)"
956
+ msgstr ""
957
+
958
+ #: views/about.php:390
959
+ msgid "Compressed Backups (Zip Format)"
960
+ msgstr ""
961
+
962
+ #: views/about.php:400
963
+ msgid "Directory Filters"
964
+ msgstr ""
965
+
966
+ #: views/about.php:405
967
+ msgid "Database Table Filters"
968
+ msgstr ""
969
+
970
+ #: views/about.php:410
971
+ msgid "Single File Database Export"
972
+ msgstr ""
973
+
974
+ #: views/about.php:415
975
+ msgid "Single File Backup"
976
+ msgstr ""
977
+
978
+ #: views/about.php:420
979
+ msgid "Purge Old Backups"
980
+ msgstr ""
981
+
982
+ #: views/about.php:425
983
+ msgid "Cleanup Work Files &amp; Logs"
984
+ msgstr ""
985
+
986
+ #: views/about.php:430
987
+ msgid "Backup Notifications via Email"
988
+ msgstr ""
989
+
990
+ #: views/about.php:435
991
+ msgid "One Click Restore</strong>"
992
+ msgstr ""
993
+
994
+ #: views/about.php:440
995
+ msgid "Scheduled Backups"
996
+ msgstr ""
997
+
998
+ #: views/about.php:445
999
+ msgid "Import Backups"
1000
+ msgstr ""
1001
+
1002
+ #: views/about.php:455
1003
+ msgid "Premium Support"
1004
+ msgstr ""
1005
+
1006
+ #: views/about.php:460
1007
+ msgid "Product Updates"
1008
+ msgstr ""
1009
+
1010
+ #: views/about.php:467
1011
+ msgid "GET PREMIUM"
1012
+ msgstr ""
1013
+
1014
+ #: views/about.php:490
1015
+ msgid "No valid changelog was found."
1016
+ msgstr ""
1017
+
1018
  #. TRANSLATORS: %s = plugin name.
1019
  #. This string is in the header of one of my pages and looks like this: WP BackItUp Dashboard
1020
  #. Similar to how WordPress uses the word dashboard at the in the left navigation.
1159
  msgid "Available Backups"
1160
  msgstr "Sauvegardes disponibles"
1161
 
1162
+ #: views/backup.php:349 views/backup.php:398
1163
  msgid "Type"
1164
  msgstr "Type"
1165
 
1166
+ #: views/backup.php:350 views/backup.php:400 views/restore.php:100
1167
  msgid "Date"
1168
  msgstr "Date"
1169
 
1170
+ #: views/backup.php:351 views/backup.php:402
1171
  msgid "Duration"
1172
  msgstr "Durée"
1173
 
1267
  msgid "Backup completed successfully"
1268
  msgstr "La sauvegarde a bien été effectuée."
1269
 
 
 
 
 
1270
  #: views/backup.php:482
1271
  msgid "Version "
1272
  msgstr "Version "
1447
  msgid "Documentation"
1448
  msgstr "Documentation"
1449
 
 
 
 
 
1450
  #: views/backup.php:613
1451
  msgid "Feature request"
1452
  msgstr "Demande de fonctionnalité"
1958
  msgid "%s Settings"
1959
  msgstr "Réglages de %s"
1960
 
1961
+ #: views/settings.php:51
1962
  msgid "Settings updated successfully!"
1963
  msgstr "Les réglages ont été mis à jour avec succès!"
1964
 
1965
+ #: views/settings.php:64
1966
  msgid "Email Notifications"
1967
  msgstr "Notifications par e-mail"
1968
 
1969
+ #: views/settings.php:65
1970
  msgid ""
1971
  "Please enter your email address if you would like to receive backup email "
1972
  "notifications."
1974
  "Veuillez saisir votre adresse de messagerie si vous souhaitez recevoir par e-"
1975
  "mail les notifications de vos sauvegardes."
1976
 
1977
+ #: views/settings.php:66
1978
  msgid ""
1979
  "Backup email notifications will be sent for every backup and will contain "
1980
  "status information related to the backup."
1982
  "Les e-mails de notification de sauvegarde seront envoyés à chaque sauvegarde "
1983
  "et contiendront des informations sur l'état de la sauvegarde."
1984
 
1985
+ #: views/settings.php:68 views/settings.php:90 views/settings.php:113
1986
+ #: views/settings.php:120 views/settings.php:128 views/settings.php:136
1987
+ #: views/settings.php:152 views/settings.php:168 views/settings.php:199
1988
+ #: views/settings.php:233 views/settings.php:273 views/settings.php:282
1989
  msgid "Save"
1990
  msgstr "Enregistrer"
1991
 
1992
+ #: views/settings.php:87
 
 
 
 
1993
  msgid ""
1994
  "Enter the number of backup archives that you would like to remain on the "
1995
  "server."
1997
  "Saisissez le nombre d'archives de sauvegarde que vous souhaitez conserver "
1998
  "sur le serveur."
1999
 
2000
+ #: views/settings.php:88
2001
  msgid ""
2002
  "Many hosts limit the amount of space that you can take up on their servers. "
2003
  "This option tells WPBackItUp the maximum number of backup archives that "
2010
  "Ne vous inquiétez pas, nous supprimons toujours les plus anciennes archives "
2011
  "de sauvegarde en premier."
2012
 
2013
+ #: views/settings.php:107
2014
  msgid "Logging?"
2015
  msgstr "Journalisation ?"
2016
 
2017
+ #: views/settings.php:108
2018
  msgid "Turn on WPBackItUp logging."
2019
  msgstr "Activer la journalisation de WPBackItUP ?"
2020
 
2021
+ #: views/settings.php:109
2022
  msgid ""
2023
  "This option should only be turned on by advanced users or when "
2024
  "troubleshooting issues with WPBackItUp support."
2026
  "Cette option ne devrait uniquement être activée par les utilisateurs avancés "
2027
  "ou lors de la résolution des problèmes avec le support WPBackItUp."
2028
 
2029
+ #: views/settings.php:110
2030
  msgid "Yes"
2031
  msgstr "Oui"
2032
 
2033
+ #: views/settings.php:111
2034
  msgid "No"
2035
  msgstr "Non"
2036
 
2037
+ #: views/settings.php:117
2038
  msgid "Disable restore version compare?"
2039
  msgstr ""
2040
 
2041
+ #: views/settings.php:119
2042
  msgid ""
2043
  "Check this box if you would like WPBackItUp not to check major version "
2044
  "issue. This could be dangerous, you can disable it with your own risk."
2045
  msgstr ""
2046
 
2047
+ #: views/settings.php:124
2048
  msgid "Single File Backup Set"
2049
  msgstr "Jeu de sauvegardes à fichier unique"
2050
 
2051
+ #: views/settings.php:126
2052
  msgid ""
2053
  "Check this box if you would like WPBackItUp to create a single zip file that "
2054
  "contains your entire backup."
2055
  msgstr ""
2056
 
2057
+ #: views/settings.php:127
2058
  msgid ""
2059
  "When this setting is turned on WPBackItUp will attempt to create a single "
2060
  "zip file that contains your entire backup. This option may may not be "
2062
  "automatically if WPBackItUp is unable to complete this step for any reason."
2063
  msgstr ""
2064
 
2065
+ #: views/settings.php:132
2066
  msgid "Single File Database Export (db)"
2067
  msgstr ""
2068
 
2069
+ #: views/settings.php:134
2070
  msgid ""
2071
  "Check this box if you would like WPBackItUp to export your database into a "
2072
  "single db file."
2073
  msgstr ""
2074
 
2075
+ #: views/settings.php:135
2076
  msgid ""
2077
  "When this setting is turned on WPBackItUp will attempt to create a single "
2078
  "file that contains your entire database. This option may not be possible "
2080
  "if WPBackItUp is unable to complete this step for any reason."
2081
  msgstr ""
2082
 
2083
+ #: views/settings.php:142
 
 
 
 
2084
  msgid "Select your maximum zip file size."
2085
  msgstr ""
2086
 
2087
+ #: views/settings.php:143
2088
  msgid ""
2089
  "Some hosting providers do not allow large zip files so if you are "
2090
  "encountering backup errors then reducing this setting may help. Please note "
2092
  "as possible."
2093
  msgstr ""
2094
 
2095
+ #: views/settings.php:145
2096
  msgid "100MB"
2097
  msgstr ""
2098
 
2099
+ #: views/settings.php:146
2100
  msgid "200MB"
2101
  msgstr ""
2102
 
2103
+ #: views/settings.php:147
2104
  msgid "300MB"
2105
  msgstr ""
2106
 
2107
+ #: views/settings.php:148
2108
  msgid "400MB"
2109
  msgstr ""
2110
 
2111
+ #: views/settings.php:149
2112
  msgid "500MB"
2113
  msgstr ""
2114
 
2115
+ #: views/settings.php:156
2116
+ msgid "Task Timeout"
2117
+ msgstr ""
2118
+
2119
+ #: views/settings.php:158
2120
+ msgid "Select how long WPBackItUp should wait for tasks to complete."
2121
+ msgstr ""
2122
+
2123
+ #: views/settings.php:159
2124
+ msgid ""
2125
+ "On some hosts background tasks are allowed to run for a very limited amount "
2126
+ "of time before they timeout. This setting will tell WPBackItUp how long to "
2127
+ "wait for each background task to complete. This setting should only be used "
2128
+ "when working with WPBackItUp support."
2129
+ msgstr ""
2130
+
2131
+ #: views/settings.php:161
2132
+ msgid "1 Minute"
2133
+ msgstr ""
2134
+
2135
+ #: views/settings.php:162
2136
+ msgid "2 Minute"
2137
+ msgstr ""
2138
+
2139
+ #: views/settings.php:163
2140
+ msgid "3 Minute"
2141
+ msgstr ""
2142
+
2143
+ #: views/settings.php:164
2144
+ msgid "4 Minute"
2145
+ msgstr ""
2146
+
2147
+ #: views/settings.php:165
2148
+ msgid "5 Minute"
2149
+ msgstr ""
2150
+
2151
+ #: views/settings.php:172
2152
  msgid "Batch Size"
2153
  msgstr "Taille du lot."
2154
 
2155
+ #: views/settings.php:173
2156
  msgid "Enter the batch size for each of your content items."
2157
  msgstr "Entrez la taille du lot pour chacun de vos éléments de contenu. "
2158
 
2159
+ #: views/settings.php:174
2160
  msgid ""
2161
  "These settings tell WPBackItUp how many items that should be added to the "
2162
  "backup at a time. If you experience timeouts while running a backup then "
2169
  "aider à réduire le temps que prend WPBackItUp pour terminer chaque tâche de "
2170
  "sauvegarde. "
2171
 
2172
+ #: views/settings.php:177
2173
  msgid "DB Tables Batch Size"
2174
  msgstr "Taille du lot des tables DB"
2175
 
2176
+ #: views/settings.php:182
2177
  msgid "Plugins Batch Size"
2178
  msgstr "Taille du lot des extensions"
2179
 
2180
+ #: views/settings.php:187
2181
  msgid "Themes Batch Size"
2182
  msgstr "Taille du lot des thèmes"
2183
 
2184
+ #: views/settings.php:192
2185
  msgid "Uploads Batch Size"
2186
  msgstr "Taille du lot des pièces jointes"
2187
 
2188
+ #: views/settings.php:197
2189
  msgid "Others Batch Size"
2190
  msgstr "Taille des autres lots"
2191
 
2192
+ #: views/settings.php:200 views/settings.php:234 views/settings.php:274
2193
  msgid ""
2194
  "* These settings should only be modified by advanced users or when when "
2195
  "working with WPBackItUp support."
2197
  "*Ces paramètres devraient uniquement être modifiés par des utilisateurs "
2198
  "avancés ou en collaboration avec l'assistance WPBackItUp."
2199
 
2200
+ #: views/settings.php:212
2201
  msgid "Filter Your Folders"
2202
  msgstr "Filtrez vos dossiers"
2203
 
2204
+ #: views/settings.php:213
2205
  msgid ""
2206
  "Enter a comma separated list of folders that should be excluded from your "
2207
  "backups."
2209
  "Entrez une liste séparée par des virgules de dossiers à exclure de vos "
2210
  "sauvegardes. "
2211
 
2212
+ #: views/settings.php:214
2213
  msgid ""
2214
  "It is important to note that when a folder name is present in this list any "
2215
  "occurrence of that folder, and all its contents, will be excluded from the "
2219
  "cette liste toute occurrence de ce dossier, ainsi que tous ses contenus "
2220
  "seront exclus de la sauvegarde. "
2221
 
2222
+ #: views/settings.php:216
2223
  msgid "Plugin Folders Filter"
2224
  msgstr "Filtre plugin des dossiers"
2225
 
2226
+ #: views/settings.php:221
2227
  msgid "Theme Folders Filter"
2228
  msgstr "Filtre plugin de thème"
2229
 
2230
+ #: views/settings.php:226
2231
  msgid "Upload Folders Filter"
2232
  msgstr "Filtre upload de dossiers"
2233
 
2234
+ #: views/settings.php:230
2235
  msgid "Other Folders Filter"
2236
  msgstr "Filtre autres dossiers"
2237
 
2238
+ #: views/settings.php:239
2239
  msgid "Filter Your Database Tables"
2240
  msgstr "Filtrez les tables de votre base de données"
2241
 
2242
+ #: views/settings.php:240
2243
  msgid "Exclude custom database tables from the backup."
2244
  msgstr ""
2245
  "Exclure les tables de base de données personnalisées de la sauvegarde. "
2246
 
2247
+ #: views/settings.php:241
2248
  msgid ""
2249
  "If you would like to exclude a custom table from the backup then simply drag "
2250
  "it to the list on the right. WordPress core tables may not be excluded from "
2254
  "la simplement glisser vers la liste sur la droite. Les tables WordPress de "
2255
  "base pourraient ne pas être exclues de la sauvegarde. "
2256
 
2257
+ #: views/settings.php:279
2258
  msgid "Remove Data on Uninstall?"
2259
  msgstr "Supprimer les données lors de la désinstallation&nbsp;?"
2260
 
2261
+ #: views/settings.php:281
2262
  msgid ""
2263
  "Check this box if you would like WPBackItUp to completely remove all of its "
2264
  "data when the plugin is deleted."
2266
  "Cochez cette case si vous souhaitez que WPBackItUp supprime complètement "
2267
  "toutes ses données lorsque l'extension est supprimée."
2268
 
2269
+ #: views/support.php:65 views/support.php:221
2270
+ msgid "Send Logs"
2271
+ msgstr ""
 
2272
 
2273
+ #: views/support.php:71
2274
+ msgid "Advanced"
2275
+ msgstr ""
2276
 
2277
+ #: views/support.php:93
2278
+ msgid "Support Center"
2279
+ msgstr ""
2280
 
2281
+ #: views/support.php:95
2282
+ msgid ""
2283
+ "Welcome to the WPBackItUp support center. If you have any questions or run "
2284
+ "into any trouble with WPBackItUp then you've come to the right place."
2285
  msgstr ""
 
 
2286
 
2287
+ #: views/support.php:112
2288
+ msgid ""
2289
+ "To streamline support requests and better serve you, we utilize a support "
2290
+ "ticket system. Every support request is assigned a unique ticket number "
2291
+ "which you can use to track progress and responses via our support portal. "
2292
+ "For your convenience we provide a complete archive and history of all your "
2293
+ "support requests. All correspondence is via email so a valid email address "
2294
+ "is required to submit a ticket. "
2295
+ msgstr ""
2296
+
2297
+ #: views/support.php:120
2298
+ msgid "Search &rarr; Knowledge base"
2299
+ msgstr ""
2300
+
2301
+ #: views/support.php:121
2302
+ msgid ""
2303
+ "Want to search our entire documentation library, all our how to articles and "
2304
+ "even our faq's in one shot? Just type your question into the knowledge base "
2305
+ "search bar and we'll show you everything we have for that topic."
2306
+ msgstr ""
2307
+
2308
+ #: views/support.php:123
2309
+ msgid "New &rarr; Ticket"
2310
+ msgstr ""
2311
+
2312
+ #: views/support.php:124
2313
+ msgid ""
2314
+ "Need to open a new support ticket? Just click the link above. Please "
2315
+ "provide as much detail as possible so we can best assist you."
2316
+ msgstr ""
2317
+
2318
+ #: views/support.php:126
2319
+ msgid "Check &rarr; Status"
2320
+ msgstr ""
2321
+
2322
+ #: views/support.php:127
2323
+ msgid ""
2324
+ "To check ticket status or update a previously submitted ticket you will "
2325
+ "first need to login. Our support portal provides a history of your current "
2326
+ "and past support requests complete with responses."
2327
+ msgstr ""
2328
+
2329
+ #: views/support.php:129
2330
+ msgid "Send &rarr; Logs"
2331
+ msgstr ""
2332
+
2333
+ #: views/support.php:130
2334
+ msgid ""
2335
+ "Sometimes it may be necessary for you to send your log files to support. If "
2336
+ "that ever happens, just click the link above and we will show you what to do."
2337
+ msgstr ""
2338
+
2339
+ #: views/support.php:169
2340
+ msgid ""
2341
+ "If you have been asked by support to send your log files then you are in the "
2342
+ "right spot."
2343
+ msgstr ""
2344
+
2345
+ #: views/support.php:181
2346
+ msgid "Send Logs to Support"
2347
+ msgstr ""
2348
+
2349
+ #: views/support.php:182
2350
+ msgid "This form should only be used when working with support."
2351
+ msgstr ""
2352
+
2353
+ #: views/support.php:183
2354
  #, php-format
2355
  msgid ""
2356
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
2360
  "support </a> WP BackItUp <a href=\"%s\" target=\"_blank\"> avant d'utiliser "
2361
  "ce formulaire. "
2362
 
2363
+ #: views/support.php:184
2364
  msgid ""
2365
  "The ticket id you receive from your support request should be entered in the "
2366
  "ticket id field below."
2368
  "L'ID du ticket que vous avez reçu du support doit être saisi dans le champ "
2369
  "ID du ticket ci-dessous."
2370
 
2371
+ #: views/support.php:185
2372
  msgid "your email address"
2373
  msgstr "votre adresse e-mail"
2374
 
2375
+ #: views/support.php:196
2376
  msgid "support ticket id"
2377
  msgstr "ID du ticket de support"
2378
 
2379
+ #: views/support.php:207
2380
  msgid "problem description or additional information"
2381
  msgstr "description du problème ou informations supplémentaires"
2382
 
2383
+ #: views/support.php:224
 
 
 
 
2384
  msgid "Please register your version of WPBackItUp for access to support."
2385
  msgstr ""
2386
  "Veuillez enregistrer votre version de WPBackItUp afin d'accéder à "
2387
  "l'assistance."
2388
 
2389
+ #: views/support.php:228
2390
  msgid "Premium customers receive priority support."
2391
  msgstr "Les clients Premium bénéficient d'un support prioritaire."
2392
 
2393
+ #: views/support.php:236
2394
+ msgid "Support email could not be sent!"
2395
+ msgstr ""
2396
+
2397
+ #: views/support.php:243
2398
+ msgid "Support email sent successfully!"
2399
+ msgstr "Votre e-mail au support a bien été envoyé !"
2400
+
2401
+ #: views/support.php:267
2402
+ msgid "Content goes here"
2403
+ msgstr ""
2404
+
2405
  #: wp-backitup.php:103 wp-backitup.php:104
2406
  #, php-format
2407
  msgid "Every %s hours"
2434
  msgid "Cleanup"
2435
  msgstr "Nettoyage"
2436
 
2437
+ #~ msgid "%s Support"
2438
+ #~ msgstr "Support de %s"
2439
+
2440
+ #~ msgid "Email Logs to Support"
2441
+ #~ msgstr "Envoyer au support vos fichiers de logs"
2442
+
2443
+ #~ msgid "This form should be used to send log files to support only."
2444
+ #~ msgstr ""
2445
+ #~ "Ce formulaire doit être utilisé uniquement pour envoyer des fichiers de "
2446
+ #~ "log au support."
2447
+
2448
+ #~ msgid "Send"
2449
+ #~ msgstr "Envoyer"
2450
+
2451
  #~ msgid "Creating backup information file"
2452
  #~ msgstr "Création du fichier de données de sauvegarde."
2453
 
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-09-19 20:33-0400\n"
8
- "PO-Revision-Date: 2016-09-19 20:33-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,34 +24,38 @@ msgstr ""
24
  msgid "Every %d Minutes"
25
  msgstr ""
26
 
27
- #: lib/includes/class-wpbackitup-admin.php:218 views/backup.php:277
28
- #: views/backup.php:283 views/backup.php:348 views/restore.php:99
29
- #: wp-backitup.php:152
30
  msgid "Backup"
31
  msgstr "Backup"
32
 
33
- #: lib/includes/class-wpbackitup-admin.php:222
34
- #: lib/includes/class-wpbackitup-admin.php:261 views/restore.php:136
35
- #: wp-backitup.php:166
36
  msgid "Restore"
37
  msgstr "Ripristino"
38
 
39
- #: lib/includes/class-wpbackitup-admin.php:226
40
  msgid "Support"
41
  msgstr "Assistenza"
42
 
43
- #: lib/includes/class-wpbackitup-admin.php:229
44
  msgid "Settings"
45
  msgstr "Impostazioni"
46
 
47
- #: lib/includes/class-wpbackitup-admin.php:254
 
 
 
 
48
  msgid ""
49
  "The backup you have selected exceeds what your host allows you to upload."
50
  msgstr ""
51
  "Il backup che hai selezionato eccede quanto il tuo host ti permette di "
52
  "caricare"
53
 
54
- #: lib/includes/class-wpbackitup-admin.php:255 views/backup.php:439
55
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
56
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
57
  #: views/backup.php:446 views/backup.php:447 views/backup.php:449
@@ -59,149 +63,149 @@ msgstr ""
59
  msgid "Warning"
60
  msgstr "Avviso"
61
 
62
- #: lib/includes/class-wpbackitup-admin.php:256 views/backup.php:253
63
  #: views/backup.php:376
64
  msgid "Error"
65
  msgstr "Errore"
66
 
67
- #: lib/includes/class-wpbackitup-admin.php:257
68
  msgid "Response"
69
  msgstr "Risposta"
70
 
71
- #: lib/includes/class-wpbackitup-admin.php:258 views/backup.php:352
72
- #: views/backup.php:430 views/restore.php:230
73
  msgid "Status"
74
  msgstr "Stato"
75
 
76
- #: lib/includes/class-wpbackitup-admin.php:259
77
  msgid "Download"
78
  msgstr "Scarica"
79
 
80
- #: lib/includes/class-wpbackitup-admin.php:260 views/backup.php:407
81
  #: views/restore.php:129
82
  msgid "Delete"
83
  msgstr "Cancella"
84
 
85
- #: lib/includes/class-wpbackitup-admin.php:262
86
  msgid "(JS997) Unexpected error"
87
  msgstr "(JS997) Errore inaspettato"
88
 
89
- #: lib/includes/class-wpbackitup-admin.php:263
90
  msgid "(JS998) Unexpected error"
91
  msgstr "(JS998) Errore inaspettato"
92
 
93
- #: lib/includes/class-wpbackitup-admin.php:264
94
  msgid "(JS999) An unexpected error has occurred"
95
  msgstr "(JS999) Si è verificato un errore inaspettato"
96
 
97
- #: lib/includes/class-wpbackitup-admin.php:265
98
  msgid "Scheduled has been saved."
99
  msgstr "La pianificazione è stata salvata"
100
 
101
- #: lib/includes/class-wpbackitup-admin.php:266
102
  msgid "Scheduled was not saved."
103
  msgstr "La pianificazione non è stata salvata"
104
 
105
- #: lib/includes/class-wpbackitup-admin.php:267
106
  msgid "Are you sure you want to restore your site?"
107
  msgstr "Sei sicuro di voler ripristinare il tuo sito?"
108
 
109
- #: lib/includes/class-wpbackitup-admin.php:268
110
  msgid "Are you sure ?"
111
  msgstr "Sei sicuro?"
112
 
113
- #: lib/includes/class-wpbackitup-admin.php:269
114
  msgid "This file cannot be delete!"
115
  msgstr "Questo file non può essere cancellato!"
116
 
117
- #: lib/includes/class-wpbackitup-admin.php:270
118
  msgid "View Log"
119
  msgstr "Visualizza il registro"
120
 
121
- #: lib/includes/class-wpbackitup-admin.php:271
122
  msgid "New Backup!"
123
  msgstr "Nuovo backup!"
124
 
125
- #: lib/includes/class-wpbackitup-admin.php:272
126
  msgid "Uploaded Backup"
127
  msgstr "Backup caricato"
128
 
129
- #: lib/includes/class-wpbackitup-admin.php:609
130
  msgid "Backup Queued"
131
  msgstr "Backup accodato"
132
 
133
- #: lib/includes/class-wpbackitup-admin.php:618
134
  msgid "Backup could not be queued"
135
  msgstr "Il backup non può essere accodato"
136
 
137
- #: lib/includes/class-wpbackitup-admin.php:630
138
  msgid "Job is already in queue."
139
  msgstr "Il processo è già in coda"
140
 
141
- #: lib/includes/class-wpbackitup-admin.php:668
142
  msgid "No backup file selected."
143
  msgstr "Nessun file di backup selezionato"
144
 
145
- #: lib/includes/class-wpbackitup-admin.php:675
146
  msgid "No user id found."
147
  msgstr "Nessun utente trovato"
148
 
149
- #: lib/includes/class-wpbackitup-admin.php:713
150
  msgid "Restore Queued"
151
  msgstr "Ripristino accodato"
152
 
153
- #: lib/includes/class-wpbackitup-admin.php:722
154
  msgid "Restore could not be queued"
155
  msgstr "Non si è potuto accodare il ripristino"
156
 
157
- #: lib/includes/class-wpbackitup-admin.php:728
158
  msgid "Restore already in queue"
159
  msgstr "Ripristino già in coda"
160
 
161
- #: lib/includes/class-wpbackitup-admin.php:760
162
  msgid "No job id posted"
163
  msgstr "Nessun job-id assegnato"
164
 
165
- #: lib/includes/class-wpbackitup-admin.php:768 views/backup.php:470
166
  msgid "Backup Cancelled"
167
  msgstr "Backup cancellato"
168
 
169
- #: lib/includes/class-wpbackitup-admin.php:770
170
  msgid "Backup job not found"
171
  msgstr "Attività di backup non trovata"
172
 
173
- #: lib/includes/class-wpbackitup-admin.php:978
174
  msgid "No response log found."
175
  msgstr "Registro di risposta non trovato"
176
 
177
- #: lib/includes/class-wpbackitup-admin.php:1080
178
- #: lib/includes/class-wpbackitup-admin.php:1088
179
- #: lib/includes/class-wpbackitup-admin.php:1156
180
- #: lib/includes/class-wpbackitup-admin.php:1163
181
- #: lib/includes/class-wpbackitup-admin.php:1170
182
- #: lib/includes/class-wpbackitup-admin.php:1177
183
- #: lib/includes/class-wpbackitup-admin.php:1184
184
  msgid "Please enter a number"
185
  msgstr "Per favore inserire un numero"
186
 
187
- #: lib/includes/class-wpbackitup-admin.php:1116
188
  msgid "Please enter valid email"
189
  msgstr ""
190
 
191
- #: lib/includes/class-wpbackitup-admin.php:1293
192
  msgid "Please enter a valid email"
193
  msgstr "Per favore inserire un indirizzo di posta elettronica valido"
194
 
195
- #: lib/includes/class-wpbackitup-admin.php:1300
196
  msgid "Please enter your support ticket id"
197
  msgstr "Per favore inserire il codice della richiesta di assistenza"
198
 
199
- #: lib/includes/class-wpbackitup-admin.php:1305
200
  msgid "Please only enter numbers in this field"
201
  msgstr "Per favore inserire solo numeri in questo campo"
202
 
203
- #: lib/includes/class-wpbackitup-admin.php:2135
204
- #: lib/includes/class-wpbackitup-admin.php:2155
205
  msgid ""
206
  "License could not be activated. Please try again in a few hours and contact "
207
  "support if this error continues."
@@ -209,15 +213,15 @@ msgstr ""
209
  "La licenza potrebbe non essere stata attivata. Ti preghiamo di provare di "
210
  "nuovo tra qualche ora e di contattare l'assistenza qualora l'errore persista."
211
 
212
- #: lib/includes/class-wpbackitup-admin.php:2204
213
  msgid "License is invalid."
214
  msgstr "Licenza non valida"
215
 
216
- #: lib/includes/class-wpbackitup-admin.php:2209
217
  msgid "License has expired."
218
  msgstr "Licenza scaduta"
219
 
220
- #: lib/includes/class-wpbackitup-admin.php:2212
221
  #, php-format
222
  msgid ""
223
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -229,15 +233,15 @@ msgstr ""
229
  "prodotto</strong> e usufruire del nostro team <strong>di assistenza di "
230
  "livello mondiale</strong> "
231
 
232
- #: lib/includes/class-wpbackitup-admin.php:2226
233
  msgid "License Expired: Scheduled backups are no longer active."
234
  msgstr "La licenza è scaduta: i backup programmati non sono più attivi"
235
 
236
- #: lib/includes/class-wpbackitup-admin.php:2234
237
  msgid "Activation limit has been reached."
238
  msgstr "Limite di attivazioni raggiunto"
239
 
240
- #: lib/includes/class-wpbackitup-admin.php:2240
241
  msgid "Your Activation limit has been reached"
242
  msgstr "Hai raggiunto il tuo limite di attivazioni"
243
 
@@ -586,6 +590,438 @@ msgstr ""
586
  msgid "(999) Unexpected error"
587
  msgstr "(999) Errore inaspettato"
588
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
589
  #. TRANSLATORS: %s = plugin name.
590
  #. This string is in the header of one of my pages and looks like this: WP BackItUp Dashboard
591
  #. Similar to how WordPress uses the word dashboard at the in the left navigation.
@@ -729,15 +1165,15 @@ msgstr ""
729
  msgid "Available Backups"
730
  msgstr "Backup disponibili"
731
 
732
- #: views/backup.php:349
733
  msgid "Type"
734
  msgstr "Tipo"
735
 
736
- #: views/backup.php:350 views/restore.php:100
737
  msgid "Date"
738
  msgstr "Data"
739
 
740
- #: views/backup.php:351
741
  msgid "Duration"
742
  msgstr "Durata"
743
 
@@ -837,10 +1273,6 @@ msgstr "Conclusione del backup in corso"
837
  msgid "Backup completed successfully"
838
  msgstr "Backup completato con successo"
839
 
840
- #: views/backup.php:482
841
- msgid "Backups"
842
- msgstr "I backup"
843
-
844
  #: views/backup.php:482
845
  msgid "Version "
846
  msgstr "Versione"
@@ -1019,10 +1451,6 @@ msgstr "Servizio di migrazione sito"
1019
  msgid "Documentation"
1020
  msgstr "Documentazione"
1021
 
1022
- #: views/backup.php:610
1023
- msgid "Get support"
1024
- msgstr "Ottieni assistenza"
1025
-
1026
  #: views/backup.php:613
1027
  msgid "Feature request"
1028
  msgstr "Specifica richiesta"
@@ -1525,15 +1953,15 @@ msgstr ""
1525
  msgid "%s Settings"
1526
  msgstr "%s Impostazioni"
1527
 
1528
- #: views/settings.php:50
1529
  msgid "Settings updated successfully!"
1530
  msgstr "Impostazioni aggiornate con successo!"
1531
 
1532
- #: views/settings.php:63
1533
  msgid "Email Notifications"
1534
  msgstr "Notifiche via email"
1535
 
1536
- #: views/settings.php:64
1537
  msgid ""
1538
  "Please enter your email address if you would like to receive backup email "
1539
  "notifications."
@@ -1541,7 +1969,7 @@ msgstr ""
1541
  "Ti preghiamo di inserire il tuo indirizzo di posta elettronica se desideri "
1542
  "ricevere le notifiche di backup via email"
1543
 
1544
- #: views/settings.php:65
1545
  msgid ""
1546
  "Backup email notifications will be sent for every backup and will contain "
1547
  "status information related to the backup."
@@ -1549,25 +1977,21 @@ msgstr ""
1549
  "Le notifiche di backup via email saranno inviate per ogni backup e "
1550
  "conterranno le informazioni di stato relative al backup"
1551
 
1552
- #: views/settings.php:67 views/settings.php:89 views/settings.php:112
1553
- #: views/settings.php:119 views/settings.php:127 views/settings.php:135
1554
- #: views/settings.php:151 views/settings.php:182 views/settings.php:216
1555
- #: views/settings.php:254 views/settings.php:263
1556
  msgid "Save"
1557
  msgstr "Salva"
1558
 
1559
- #: views/settings.php:85
1560
- msgid "Backup Retention"
1561
- msgstr "Mantenimento del backup"
1562
-
1563
- #: views/settings.php:86
1564
  msgid ""
1565
  "Enter the number of backup archives that you would like to remain on the "
1566
  "server."
1567
  msgstr ""
1568
  "Inserisci il numero degli archivi di backup che desideri rimangano sul server"
1569
 
1570
- #: views/settings.php:87
1571
  msgid ""
1572
  "Many hosts limit the amount of space that you can take up on their servers. "
1573
  "This option tells WPBackItUp the maximum number of backup archives that "
@@ -1579,15 +2003,15 @@ msgstr ""
1579
  "archivi di backup che dovrebbero restare sul server dei tuoi host. Non "
1580
  "preoccuparti, prima cancelleremo sempre gli archivi di backup più vecchi."
1581
 
1582
- #: views/settings.php:106
1583
  msgid "Logging?"
1584
  msgstr "Registrazione?"
1585
 
1586
- #: views/settings.php:107
1587
  msgid "Turn on WPBackItUp logging."
1588
  msgstr "Attiva la registrazione su WPBackItUp."
1589
 
1590
- #: views/settings.php:108
1591
  msgid ""
1592
  "This option should only be turned on by advanced users or when "
1593
  "troubleshooting issues with WPBackItUp support."
@@ -1595,35 +2019,35 @@ msgstr ""
1595
  "Questa opzione deve essere attivata soltanto dagli utenti esperti o in caso "
1596
  "di risoluzione dei problemi con l'assistenza di WPBackItUp."
1597
 
1598
- #: views/settings.php:109
1599
  msgid "Yes"
1600
  msgstr "Si"
1601
 
1602
- #: views/settings.php:110
1603
  msgid "No"
1604
  msgstr "No"
1605
 
1606
- #: views/settings.php:116
1607
  msgid "Disable restore version compare?"
1608
  msgstr ""
1609
 
1610
- #: views/settings.php:118
1611
  msgid ""
1612
  "Check this box if you would like WPBackItUp not to check major version "
1613
  "issue. This could be dangerous, you can disable it with your own risk."
1614
  msgstr ""
1615
 
1616
- #: views/settings.php:123
1617
  msgid "Single File Backup Set"
1618
  msgstr "Set di backup composto da un unico file"
1619
 
1620
- #: views/settings.php:125
1621
  msgid ""
1622
  "Check this box if you would like WPBackItUp to create a single zip file that "
1623
  "contains your entire backup."
1624
  msgstr ""
1625
 
1626
- #: views/settings.php:126
1627
  msgid ""
1628
  "When this setting is turned on WPBackItUp will attempt to create a single "
1629
  "zip file that contains your entire backup. This option may may not be "
@@ -1631,17 +2055,17 @@ msgid ""
1631
  "automatically if WPBackItUp is unable to complete this step for any reason."
1632
  msgstr ""
1633
 
1634
- #: views/settings.php:131
1635
  msgid "Single File Database Export (db)"
1636
  msgstr ""
1637
 
1638
- #: views/settings.php:133
1639
  msgid ""
1640
  "Check this box if you would like WPBackItUp to export your database into a "
1641
  "single db file."
1642
  msgstr ""
1643
 
1644
- #: views/settings.php:134
1645
  msgid ""
1646
  "When this setting is turned on WPBackItUp will attempt to create a single "
1647
  "file that contains your entire database. This option may not be possible "
@@ -1649,15 +2073,11 @@ msgid ""
1649
  "if WPBackItUp is unable to complete this step for any reason."
1650
  msgstr ""
1651
 
1652
- #: views/settings.php:139
1653
- msgid "Maximum Zip File Size"
1654
- msgstr ""
1655
-
1656
- #: views/settings.php:141
1657
  msgid "Select your maximum zip file size."
1658
  msgstr ""
1659
 
1660
- #: views/settings.php:142
1661
  msgid ""
1662
  "Some hosting providers do not allow large zip files so if you are "
1663
  "encountering backup errors then reducing this setting may help. Please note "
@@ -1665,36 +2085,72 @@ msgid ""
1665
  "as possible."
1666
  msgstr ""
1667
 
1668
- #: views/settings.php:144
1669
  msgid "100MB"
1670
  msgstr ""
1671
 
1672
- #: views/settings.php:145
1673
  msgid "200MB"
1674
  msgstr ""
1675
 
1676
- #: views/settings.php:146
1677
  msgid "300MB"
1678
  msgstr ""
1679
 
1680
- #: views/settings.php:147
1681
  msgid "400MB"
1682
  msgstr ""
1683
 
1684
- #: views/settings.php:148
1685
  msgid "500MB"
1686
  msgstr ""
1687
 
1688
- #: views/settings.php:155
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1689
  msgid "Batch Size"
1690
  msgstr "Dimensione di batch"
1691
 
1692
- #: views/settings.php:156
1693
  msgid "Enter the batch size for each of your content items."
1694
  msgstr ""
1695
  "Inserisci la dimensione di batch per ciascuna delle tue voci di contenuto."
1696
 
1697
- #: views/settings.php:157
1698
  msgid ""
1699
  "These settings tell WPBackItUp how many items that should be added to the "
1700
  "backup at a time. If you experience timeouts while running a backup then "
@@ -1706,27 +2162,27 @@ msgstr ""
1706
  "backup, tali impostazioni possono essere usate per aiutare WPBackItUp a "
1707
  "ridurre il tempo necessario per completare ogni attività di backup."
1708
 
1709
- #: views/settings.php:160
1710
  msgid "DB Tables Batch Size"
1711
  msgstr "Dimensione di batch delle tabelle di database"
1712
 
1713
- #: views/settings.php:165
1714
  msgid "Plugins Batch Size"
1715
  msgstr "Dimensione del batch dei plugin"
1716
 
1717
- #: views/settings.php:170
1718
  msgid "Themes Batch Size"
1719
  msgstr "Dimensione del batch dei temi"
1720
 
1721
- #: views/settings.php:175
1722
  msgid "Uploads Batch Size"
1723
  msgstr "Dimensione del batch dei caricamenti"
1724
 
1725
- #: views/settings.php:180
1726
  msgid "Others Batch Size"
1727
  msgstr "Dimensione del batch di altri"
1728
 
1729
- #: views/settings.php:183 views/settings.php:217 views/settings.php:255
1730
  msgid ""
1731
  "* These settings should only be modified by advanced users or when when "
1732
  "working with WPBackItUp support."
@@ -1734,11 +2190,11 @@ msgstr ""
1734
  "* Queste impostazioni possono essere modificate soltanto dagli utenti "
1735
  "esperti o mentre si lavora con l'assistenza di WPBackItUp."
1736
 
1737
- #: views/settings.php:195
1738
  msgid "Filter Your Folders"
1739
  msgstr "Filtra le tue cartelle"
1740
 
1741
- #: views/settings.php:196
1742
  msgid ""
1743
  "Enter a comma separated list of folders that should be excluded from your "
1744
  "backups."
@@ -1746,7 +2202,7 @@ msgstr ""
1746
  "Inserisci una lista delle cartelle, separata da virgole, che dovranno essere "
1747
  "escluse dai tuoi backup."
1748
 
1749
- #: views/settings.php:197
1750
  msgid ""
1751
  "It is important to note that when a folder name is present in this list any "
1752
  "occurrence of that folder, and all its contents, will be excluded from the "
@@ -1756,31 +2212,31 @@ msgstr ""
1756
  "elemento di quella cartella e tutti i suoi contenuti saranno esclusi dal "
1757
  "backup."
1758
 
1759
- #: views/settings.php:199
1760
  msgid "Plugin Folders Filter"
1761
  msgstr "Filtro delle cartelle di plugin"
1762
 
1763
- #: views/settings.php:204
1764
  msgid "Theme Folders Filter"
1765
  msgstr "Filtro delle cartelle dei temi"
1766
 
1767
- #: views/settings.php:209
1768
  msgid "Upload Folders Filter"
1769
  msgstr "Filtro delle cartelle di caricamento"
1770
 
1771
- #: views/settings.php:213
1772
  msgid "Other Folders Filter"
1773
  msgstr "Filtro di altre cartelle"
1774
 
1775
- #: views/settings.php:222
1776
  msgid "Filter Your Database Tables"
1777
  msgstr "Filtra le tue tabelle di database"
1778
 
1779
- #: views/settings.php:223
1780
  msgid "Exclude custom database tables from the backup."
1781
  msgstr "Escludi le tabelle personalizzate di database dal backup."
1782
 
1783
- #: views/settings.php:224
1784
  msgid ""
1785
  "If you would like to exclude a custom table from the backup then simply drag "
1786
  "it to the list on the right. WordPress core tables may not be excluded from "
@@ -1790,11 +2246,11 @@ msgstr ""
1790
  "semplicemente nella lista sulla destra. Le tabelle principali di WordPress "
1791
  "non possono essere escluse dal backup."
1792
 
1793
- #: views/settings.php:260
1794
  msgid "Remove Data on Uninstall?"
1795
  msgstr "Rimuovi Dati durante la disinstallazione?"
1796
 
1797
- #: views/settings.php:262
1798
  msgid ""
1799
  "Check this box if you would like WPBackItUp to completely remove all of its "
1800
  "data when the plugin is deleted."
@@ -1802,26 +2258,91 @@ msgstr ""
1802
  "Spunta questa casella se vuoi che WPBackItUp rimuova completamente tutti i "
1803
  "suoi dati quando il plugin viene cancellato."
1804
 
1805
- #: views/support.php:13
1806
- #, php-format
1807
- msgid "%s Support"
1808
- msgstr "%s Assistenza"
1809
 
1810
- #: views/support.php:32
1811
- msgid "Support email sent successfully!"
1812
- msgstr "Email per la richiesta di assistenza inviata con successo!"
1813
 
1814
- #: views/support.php:45
1815
- msgid "Email Logs to Support"
1816
- msgstr "Invia i registri all'assistenza per email"
1817
 
1818
- #: views/support.php:46
1819
- msgid "This form should be used to send log files to support only."
 
 
1820
  msgstr ""
1821
- "Questa form deve essere usata per inviare i file di registro soltanto "
1822
- "all'assistenza"
1823
 
1824
- #: views/support.php:47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1825
  #, php-format
1826
  msgid ""
1827
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
@@ -1831,7 +2352,7 @@ msgstr ""
1831
  "<a href=\"%s\" target=\"_blank\">portale di assistenza </a> di WPBackItUp "
1832
  "prima di usare questa form."
1833
 
1834
- #: views/support.php:48
1835
  msgid ""
1836
  "The ticket id you receive from your support request should be entered in the "
1837
  "ticket id field below."
@@ -1839,32 +2360,40 @@ msgstr ""
1839
  "L'id ricevuto in seguito alla tua richiesta di assistenza deve essere "
1840
  "inserito nel campo \"id richiesta\" qui sotto"
1841
 
1842
- #: views/support.php:49
1843
  msgid "your email address"
1844
  msgstr "il tuo indirizzo di posta elettronica"
1845
 
1846
- #: views/support.php:59
1847
  msgid "support ticket id"
1848
  msgstr "id della richiesta di assistenza"
1849
 
1850
- #: views/support.php:69
1851
  msgid "problem description or additional information"
1852
  msgstr "descrizione del problema o informazioni aggiuntive"
1853
 
1854
- #: views/support.php:80
1855
- msgid "Send"
1856
- msgstr "Invia"
1857
-
1858
- #: views/support.php:83
1859
  msgid "Please register your version of WPBackItUp for access to support."
1860
  msgstr ""
1861
  "Ti preghiamo di registrare la tua versione di WPBackItUp per avere accesso "
1862
  "all'assistenza."
1863
 
1864
- #: views/support.php:87
1865
  msgid "Premium customers receive priority support."
1866
  msgstr "I clienti premium ricevono un'assistenza prioritaria"
1867
 
 
 
 
 
 
 
 
 
 
 
 
 
1868
  #: wp-backitup.php:103 wp-backitup.php:104
1869
  #, php-format
1870
  msgid "Every %s hours"
@@ -1897,6 +2426,20 @@ msgstr ""
1897
  msgid "Cleanup"
1898
  msgstr "Pulizia"
1899
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1900
  #~ msgid "Creating backup information file"
1901
  #~ msgstr "Creazione del file di informazione del backup in corso"
1902
 
4
  msgid ""
5
  msgstr ""
6
  "Project-Id-Version: WPBackItUp\n"
7
+ "POT-Creation-Date: 2016-10-13 11:51-0400\n"
8
+ "PO-Revision-Date: 2016-10-13 11:51-0400\n"
9
  "Last-Translator: Mara Lucia Ferretti <maralucia.ferretti@poste.it>\n"
10
  "Language-Team: Italian (Italy) (http://www.transifex.com/wp-translations/wp-"
11
  "backitup/language/it_IT/)\n"
24
  msgid "Every %d Minutes"
25
  msgstr ""
26
 
27
+ #: lib/includes/class-wpbackitup-admin.php:219 views/backup.php:277
28
+ #: views/backup.php:283 views/backup.php:348 views/backup.php:385
29
+ #: views/restore.php:99 wp-backitup.php:152
30
  msgid "Backup"
31
  msgstr "Backup"
32
 
33
+ #: lib/includes/class-wpbackitup-admin.php:223
34
+ #: lib/includes/class-wpbackitup-admin.php:265 views/about.php:191
35
+ #: views/restore.php:136 wp-backitup.php:166
36
  msgid "Restore"
37
  msgstr "Ripristino"
38
 
39
+ #: lib/includes/class-wpbackitup-admin.php:227 views/support.php:62
40
  msgid "Support"
41
  msgstr "Assistenza"
42
 
43
+ #: lib/includes/class-wpbackitup-admin.php:230
44
  msgid "Settings"
45
  msgstr "Impostazioni"
46
 
47
+ #: lib/includes/class-wpbackitup-admin.php:233
48
+ msgid "About"
49
+ msgstr ""
50
+
51
+ #: lib/includes/class-wpbackitup-admin.php:258
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:259 views/backup.php:439
59
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
60
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
61
  #: views/backup.php:446 views/backup.php:447 views/backup.php:449
63
  msgid "Warning"
64
  msgstr "Avviso"
65
 
66
+ #: lib/includes/class-wpbackitup-admin.php:260 views/backup.php:253
67
  #: views/backup.php:376
68
  msgid "Error"
69
  msgstr "Errore"
70
 
71
+ #: lib/includes/class-wpbackitup-admin.php:261
72
  msgid "Response"
73
  msgstr "Risposta"
74
 
75
+ #: lib/includes/class-wpbackitup-admin.php:262 views/backup.php:352
76
+ #: views/backup.php:404 views/backup.php:430 views/restore.php:230
77
  msgid "Status"
78
  msgstr "Stato"
79
 
80
+ #: lib/includes/class-wpbackitup-admin.php:263
81
  msgid "Download"
82
  msgstr "Scarica"
83
 
84
+ #: lib/includes/class-wpbackitup-admin.php:264 views/backup.php:407
85
  #: views/restore.php:129
86
  msgid "Delete"
87
  msgstr "Cancella"
88
 
89
+ #: lib/includes/class-wpbackitup-admin.php:266
90
  msgid "(JS997) Unexpected error"
91
  msgstr "(JS997) Errore inaspettato"
92
 
93
+ #: lib/includes/class-wpbackitup-admin.php:267
94
  msgid "(JS998) Unexpected error"
95
  msgstr "(JS998) Errore inaspettato"
96
 
97
+ #: lib/includes/class-wpbackitup-admin.php:268
98
  msgid "(JS999) An unexpected error has occurred"
99
  msgstr "(JS999) Si è verificato un errore inaspettato"
100
 
101
+ #: lib/includes/class-wpbackitup-admin.php:269
102
  msgid "Scheduled has been saved."
103
  msgstr "La pianificazione è stata salvata"
104
 
105
+ #: lib/includes/class-wpbackitup-admin.php:270
106
  msgid "Scheduled was not saved."
107
  msgstr "La pianificazione non è stata salvata"
108
 
109
+ #: lib/includes/class-wpbackitup-admin.php:271
110
  msgid "Are you sure you want to restore your site?"
111
  msgstr "Sei sicuro di voler ripristinare il tuo sito?"
112
 
113
+ #: lib/includes/class-wpbackitup-admin.php:272
114
  msgid "Are you sure ?"
115
  msgstr "Sei sicuro?"
116
 
117
+ #: lib/includes/class-wpbackitup-admin.php:273
118
  msgid "This file cannot be delete!"
119
  msgstr "Questo file non può essere cancellato!"
120
 
121
+ #: lib/includes/class-wpbackitup-admin.php:274
122
  msgid "View Log"
123
  msgstr "Visualizza il registro"
124
 
125
+ #: lib/includes/class-wpbackitup-admin.php:275
126
  msgid "New Backup!"
127
  msgstr "Nuovo backup!"
128
 
129
+ #: lib/includes/class-wpbackitup-admin.php:276
130
  msgid "Uploaded Backup"
131
  msgstr "Backup caricato"
132
 
133
+ #: lib/includes/class-wpbackitup-admin.php:632
134
  msgid "Backup Queued"
135
  msgstr "Backup accodato"
136
 
137
+ #: lib/includes/class-wpbackitup-admin.php:641
138
  msgid "Backup could not be queued"
139
  msgstr "Il backup non può essere accodato"
140
 
141
+ #: lib/includes/class-wpbackitup-admin.php:653
142
  msgid "Job is already in queue."
143
  msgstr "Il processo è già in coda"
144
 
145
+ #: lib/includes/class-wpbackitup-admin.php:691
146
  msgid "No backup file selected."
147
  msgstr "Nessun file di backup selezionato"
148
 
149
+ #: lib/includes/class-wpbackitup-admin.php:698
150
  msgid "No user id found."
151
  msgstr "Nessun utente trovato"
152
 
153
+ #: lib/includes/class-wpbackitup-admin.php:736
154
  msgid "Restore Queued"
155
  msgstr "Ripristino accodato"
156
 
157
+ #: lib/includes/class-wpbackitup-admin.php:745
158
  msgid "Restore could not be queued"
159
  msgstr "Non si è potuto accodare il ripristino"
160
 
161
+ #: lib/includes/class-wpbackitup-admin.php:751
162
  msgid "Restore already in queue"
163
  msgstr "Ripristino già in coda"
164
 
165
+ #: lib/includes/class-wpbackitup-admin.php:783
166
  msgid "No job id posted"
167
  msgstr "Nessun job-id assegnato"
168
 
169
+ #: lib/includes/class-wpbackitup-admin.php:791 views/backup.php:470
170
  msgid "Backup Cancelled"
171
  msgstr "Backup cancellato"
172
 
173
+ #: lib/includes/class-wpbackitup-admin.php:793
174
  msgid "Backup job not found"
175
  msgstr "Attività di backup non trovata"
176
 
177
+ #: lib/includes/class-wpbackitup-admin.php:1001
178
  msgid "No response log found."
179
  msgstr "Registro di risposta non trovato"
180
 
181
+ #: lib/includes/class-wpbackitup-admin.php:1103
182
+ #: lib/includes/class-wpbackitup-admin.php:1111
183
+ #: lib/includes/class-wpbackitup-admin.php:1185
184
+ #: lib/includes/class-wpbackitup-admin.php:1192
185
+ #: lib/includes/class-wpbackitup-admin.php:1199
186
+ #: lib/includes/class-wpbackitup-admin.php:1206
187
+ #: lib/includes/class-wpbackitup-admin.php:1213
188
  msgid "Please enter a number"
189
  msgstr "Per favore inserire un numero"
190
 
191
+ #: lib/includes/class-wpbackitup-admin.php:1139
192
  msgid "Please enter valid email"
193
  msgstr ""
194
 
195
+ #: lib/includes/class-wpbackitup-admin.php:1322
196
  msgid "Please enter a valid email"
197
  msgstr "Per favore inserire un indirizzo di posta elettronica valido"
198
 
199
+ #: lib/includes/class-wpbackitup-admin.php:1329
200
  msgid "Please enter your support ticket id"
201
  msgstr "Per favore inserire il codice della richiesta di assistenza"
202
 
203
+ #: lib/includes/class-wpbackitup-admin.php:1334
204
  msgid "Please only enter numbers in this field"
205
  msgstr "Per favore inserire solo numeri in questo campo"
206
 
207
+ #: lib/includes/class-wpbackitup-admin.php:2191
208
+ #: lib/includes/class-wpbackitup-admin.php:2211
209
  msgid ""
210
  "License could not be activated. Please try again in a few hours and contact "
211
  "support if this error continues."
213
  "La licenza potrebbe non essere stata attivata. Ti preghiamo di provare di "
214
  "nuovo tra qualche ora e di contattare l'assistenza qualora l'errore persista."
215
 
216
+ #: lib/includes/class-wpbackitup-admin.php:2260
217
  msgid "License is invalid."
218
  msgstr "Licenza non valida"
219
 
220
+ #: lib/includes/class-wpbackitup-admin.php:2265
221
  msgid "License has expired."
222
  msgstr "Licenza scaduta"
223
 
224
+ #: lib/includes/class-wpbackitup-admin.php:2268
225
  #, php-format
226
  msgid ""
227
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
233
  "prodotto</strong> e usufruire del nostro team <strong>di assistenza di "
234
  "livello mondiale</strong> "
235
 
236
+ #: lib/includes/class-wpbackitup-admin.php:2282
237
  msgid "License Expired: Scheduled backups are no longer active."
238
  msgstr "La licenza è scaduta: i backup programmati non sono più attivi"
239
 
240
+ #: lib/includes/class-wpbackitup-admin.php:2290
241
  msgid "Activation limit has been reached."
242
  msgstr "Limite di attivazioni raggiunto"
243
 
244
+ #: lib/includes/class-wpbackitup-admin.php:2296
245
  msgid "Your Activation limit has been reached"
246
  msgstr "Hai raggiunto il tuo limite di attivazioni"
247
 
590
  msgid "(999) Unexpected error"
591
  msgstr "(999) Errore inaspettato"
592
 
593
+ #: views/about.php:59
594
+ msgid "Getting Started"
595
+ msgstr ""
596
+
597
+ #: views/about.php:62
598
+ msgid "What's New"
599
+ msgstr ""
600
+
601
+ #: views/about.php:65
602
+ msgid "Premium Plugin"
603
+ msgstr ""
604
+
605
+ #: views/about.php:117 views/support.php:92
606
+ msgid "WPBackItUp"
607
+ msgstr ""
608
+
609
+ #: views/about.php:118
610
+ #, php-format
611
+ msgid "Welcome to WPBackItUp %s"
612
+ msgstr ""
613
+
614
+ #: views/about.php:120
615
+ #, php-format
616
+ msgid ""
617
+ "Thank you for updating to the latest version! WPBackItUp %s is ready to make "
618
+ "sure your site is backed up quickly, securely, and completely!"
619
+ msgstr ""
620
+
621
+ #: views/about.php:136
622
+ msgid ""
623
+ "Use the tips below to get started using WPBackItUp and you will be "
624
+ "<em>backing it up</em> in no time!"
625
+ msgstr ""
626
+
627
+ #: views/about.php:139 views/backup.php:482
628
+ msgid "Backups"
629
+ msgstr "I backup"
630
+
631
+ #: views/about.php:140
632
+ msgid "Creating Your First Backup"
633
+ msgstr ""
634
+
635
+ #: views/about.php:146
636
+ msgid "One Click &rarr; Backup"
637
+ msgstr ""
638
+
639
+ #: views/about.php:147
640
+ msgid ""
641
+ "The backup menu option is the starting point for all things related to "
642
+ "backups. To create your first backup, simply click the <em>Backup</em> "
643
+ "button and WPBackItUp will backup your entire site. This includes your "
644
+ "database, plugins, themes, and even all your media files."
645
+ msgstr ""
646
+
647
+ #: views/about.php:150 views/about.php:395
648
+ msgid "Download Backups"
649
+ msgstr ""
650
+
651
+ #: views/about.php:151
652
+ msgid ""
653
+ "Downloading your backups is simple too. Click the backup you want to "
654
+ "download from the <em>Available backups</em> listing. Then click the part of "
655
+ "the backup you want to download (database, plugins, themes, media files). "
656
+ "Or download the entire backup in just one click."
657
+ msgstr ""
658
+
659
+ #: views/about.php:162
660
+ msgid "Automatic Backups"
661
+ msgstr ""
662
+
663
+ #: views/about.php:168
664
+ msgid "Schedule your Backups (Premium Only)"
665
+ msgstr ""
666
+
667
+ #: views/about.php:169
668
+ msgid ""
669
+ "Schedule your backups to run any day of the week, or all of them. With our "
670
+ "flexible backup scheduler just select the days of the week you want your "
671
+ "backup to run and WPBackItUp will handle the rest."
672
+ msgstr ""
673
+
674
+ #: views/about.php:171
675
+ msgid "Backup Notifications"
676
+ msgstr ""
677
+
678
+ #: views/about.php:172
679
+ msgid ""
680
+ "Want to get notified every time a backup finishes? Just add your email "
681
+ "address to the notification section in backup settings. WPBackItUp even "
682
+ "supports multiple email addresses so add as many as you like."
683
+ msgstr ""
684
+
685
+ #: views/about.php:177 views/settings.php:86
686
+ msgid "Backup Retention"
687
+ msgstr "Mantenimento del backup"
688
+
689
+ #: views/about.php:178
690
+ msgid ""
691
+ "Concerned about the amount of storage space used for backups? Use the "
692
+ "<em>backup retention</em> setting to tell WPBackItUp how many backups you "
693
+ "want to keep. WPBackItUp will make sure only the newest backups are saved."
694
+ msgstr ""
695
+
696
+ #: views/about.php:197
697
+ msgid "One Click &rarr; Restore (Premium Only)"
698
+ msgstr ""
699
+
700
+ #: views/about.php:198
701
+ msgid ""
702
+ "We hope you never need to restore your site but if you do then WPBackItUp "
703
+ "has you covered. And with our one-click restore feature, restoring your "
704
+ "site is just as easy as backing it up."
705
+ msgstr ""
706
+
707
+ #: views/about.php:200
708
+ msgid "Migration &amp; Cloning (Premium Only)"
709
+ msgstr ""
710
+
711
+ #: views/about.php:201
712
+ msgid ""
713
+ "Need to migrate your site to a new host or want to clone a copy to your "
714
+ "staging server? WPBackItUp does that too! Just upload your backups to your "
715
+ "new WordPress install and restore it using the one-click restore feature."
716
+ msgstr ""
717
+
718
+ #: views/about.php:212
719
+ msgid "Need Help?"
720
+ msgstr ""
721
+
722
+ #: views/about.php:219
723
+ msgid "Phenomenal Support"
724
+ msgstr ""
725
+
726
+ #: views/about.php:220
727
+ msgid "Get support"
728
+ msgstr "Ottieni assistenza"
729
+
730
+ #: views/about.php:222
731
+ #, php-format
732
+ msgid ""
733
+ "We do our best to provide the best product possible but if you run into "
734
+ "trouble then support is just a few clicks away. To get help or if you have a "
735
+ "question, simply open a ticket using our %s."
736
+ msgstr ""
737
+
738
+ #: views/about.php:222
739
+ msgid "support portal"
740
+ msgstr ""
741
+
742
+ #: views/about.php:224
743
+ msgid "Need Even Faster Support?"
744
+ msgstr ""
745
+
746
+ #: views/about.php:225
747
+ #, php-format
748
+ msgid ""
749
+ "Our %s system is there for customers that need faster or more in-depth "
750
+ "assistance."
751
+ msgstr ""
752
+
753
+ #: views/about.php:225
754
+ msgid "Priority Support"
755
+ msgstr ""
756
+
757
+ #: views/about.php:227
758
+ msgid "Need Help Migrating Your Site to a New Host?"
759
+ msgstr ""
760
+
761
+ #: views/about.php:228
762
+ #, php-format
763
+ msgid ""
764
+ "Our Site Migration experts have helped hundreds of WPBackItUp customers "
765
+ "migrate their sites and now you can take advantage of that experience with "
766
+ "our WordPress %s. Let our experts save you time and headaches by doing it "
767
+ "for you!"
768
+ msgstr ""
769
+
770
+ #: views/about.php:228
771
+ msgid "Site Migration Service"
772
+ msgstr ""
773
+
774
+ #: views/about.php:230
775
+ msgid "Tools Tools Tools..."
776
+ msgstr ""
777
+
778
+ #: views/about.php:231
779
+ #, php-format
780
+ msgid ""
781
+ "Great web sites and businesses are built with great tools and products that "
782
+ "help you achieve your goals as efficiently as possible. My team and I have "
783
+ "spent a tremendous amount of time and effort evaluating tools to help run "
784
+ "our WordPress powered website and business. And now you can leverage all our "
785
+ "hard work and my 20+ years experience in the software industry with a simple "
786
+ "mouse click. The %s is a growing list of tools and products we use at "
787
+ "WPBackItUp to enhance our websites and businesses. Please feel free to use "
788
+ "our experience to empower, enhance and accelerate your sites and businesses."
789
+ msgstr ""
790
+
791
+ #: views/about.php:231
792
+ msgid "WPBackItUp Tools List"
793
+ msgstr ""
794
+
795
+ #: views/about.php:238
796
+ msgid "Stay Up to Date"
797
+ msgstr ""
798
+
799
+ #: views/about.php:243
800
+ msgid "Get Notified of New Releases"
801
+ msgstr ""
802
+
803
+ #: views/about.php:244
804
+ #, php-format
805
+ msgid ""
806
+ "New features that make WPBackItUp even more powerful are released often. "
807
+ "Subscribe to our newsletter to stay up to date with our latest releases. %s "
808
+ "to ensure you do not miss a release!"
809
+ msgstr ""
810
+
811
+ #: views/about.php:244 views/about.php:248
812
+ msgid "Sign up now"
813
+ msgstr ""
814
+
815
+ #: views/about.php:247
816
+ msgid "Get Alerted About New Tutorials"
817
+ msgstr ""
818
+
819
+ #: views/about.php:248
820
+ #, php-format
821
+ msgid ""
822
+ "%s to hear about the latest tutorials that explain how to take WPBackItUp "
823
+ "further."
824
+ msgstr ""
825
+
826
+ #: views/about.php:267
827
+ #, php-format
828
+ msgid "Below are just a few highlights for version %s. "
829
+ msgstr ""
830
+
831
+ #: views/about.php:270
832
+ msgid "Email Notifications"
833
+ msgstr ""
834
+
835
+ #: views/about.php:276
836
+ msgid ""
837
+ "WPBackItUp now supports multiple email addresses for backup notifications. "
838
+ "Using the WPBackItUp Settings page add multiple email addresses to the "
839
+ "<em>Email Notifications</em> setting and all will receive notification "
840
+ "emails when your backups complete."
841
+ msgstr ""
842
+
843
+ #: views/about.php:278
844
+ msgid "About Page"
845
+ msgstr ""
846
+
847
+ #: views/about.php:279
848
+ msgid ""
849
+ "WPBackItUp now has a new <em>about</em> page and you are looking at it right "
850
+ "now! The about page contains tips to help get you started with WPBackItUp "
851
+ "as well as links to our knowledge base, faqs and instructions on how to "
852
+ "contact support if you ever need help. It also includes a <em>what's new</"
853
+ "em> section describing all the incredible new features and enhancements we "
854
+ "make with every release."
855
+ msgstr ""
856
+
857
+ #: views/about.php:281 views/settings.php:140
858
+ msgid "Maximum Zip File Size"
859
+ msgstr ""
860
+
861
+ #: views/about.php:282
862
+ msgid ""
863
+ "Over the years we have found that some hosting providers enforce strict "
864
+ "limitations on the size of your backup archives. When this happens you "
865
+ "might see backup errors, or more commonly backup jobs appear to never "
866
+ "finish. To combat this challenge we have added the <em>Maximum Zip File "
867
+ "Size</em> setting. This setting tells WPBackItUp when to stop adding files "
868
+ "to a backup archive and create a new one. Don't worry WPBackItUp won't miss "
869
+ "any files, it will just add them to a new backup archive."
870
+ msgstr ""
871
+
872
+ #: views/about.php:293
873
+ msgid "Additional Updates"
874
+ msgstr ""
875
+
876
+ #: views/about.php:296
877
+ msgid "Backup Encryption (Premium Only)"
878
+ msgstr ""
879
+
880
+ #: views/about.php:297
881
+ msgid ""
882
+ "That's right, we have added backup encryption to this release but have "
883
+ "turned it off while we beta test with a few customers. Backup encryption "
884
+ "will be included in our next major release (1.14) which is due out soon."
885
+ msgstr ""
886
+
887
+ #: views/about.php:300
888
+ msgid "File Name Validation"
889
+ msgstr ""
890
+
891
+ #: views/about.php:301
892
+ msgid ""
893
+ "We have added an additional validation for files with invalid names. This "
894
+ "check will exclude files from a backup with invalid file names. These files "
895
+ "are often corrupt and cause errors during a restore."
896
+ msgstr ""
897
+
898
+ #: views/about.php:304
899
+ msgid "SQL Files"
900
+ msgstr ""
901
+
902
+ #: views/about.php:305
903
+ msgid ""
904
+ "For those of you with extremely large databases, you will be happy to know "
905
+ "that we now support database exports that contain more than 500 SQL files."
906
+ msgstr ""
907
+
908
+ #: views/about.php:309
909
+ msgid "Cloud API Gateway "
910
+ msgstr ""
911
+
912
+ #: views/about.php:310
913
+ msgid ""
914
+ "Every once in a while we have connectivity issues with a few hosts when "
915
+ "customers attempt to activate their license. To combat this issue we have "
916
+ "added a cloud based API gateway that should be accessible to hosting "
917
+ "providers in every country and on any platform."
918
+ msgstr ""
919
+
920
+ #: views/about.php:313
921
+ msgid "Tables missing WordPress table prefix"
922
+ msgstr ""
923
+
924
+ #: views/about.php:314
925
+ msgid ""
926
+ "We have added support for database tables that are missing the WordPress "
927
+ "table prefix. Some plugins create custom tables that do not contain the "
928
+ "WordPress table prefix. While this practice is discouraged, it sometimes "
929
+ "still happens. WPBackItUp will now include all tables in a database, even "
930
+ "when the table prefix is missing."
931
+ msgstr ""
932
+
933
+ #: views/about.php:320
934
+ msgid "Want to see the entire changelog?"
935
+ msgstr ""
936
+
937
+ #: views/about.php:321
938
+ msgid "View the Full Changelog"
939
+ msgstr ""
940
+
941
+ #: views/about.php:350
942
+ msgid "Full Changelog"
943
+ msgstr ""
944
+
945
+ #: views/about.php:370
946
+ msgid "Take a look at what you are missing!"
947
+ msgstr ""
948
+
949
+ #: views/about.php:378
950
+ msgid "FEATURES"
951
+ msgstr ""
952
+
953
+ #: views/about.php:379
954
+ msgid "LITE"
955
+ msgstr ""
956
+
957
+ #: views/about.php:380
958
+ msgid "PREMIUM"
959
+ msgstr ""
960
+
961
+ #: views/about.php:385
962
+ msgid "Complete Backup (Database, Themes, Plugins &amp; Media Files)"
963
+ msgstr ""
964
+
965
+ #: views/about.php:390
966
+ msgid "Compressed Backups (Zip Format)"
967
+ msgstr ""
968
+
969
+ #: views/about.php:400
970
+ msgid "Directory Filters"
971
+ msgstr ""
972
+
973
+ #: views/about.php:405
974
+ msgid "Database Table Filters"
975
+ msgstr ""
976
+
977
+ #: views/about.php:410
978
+ msgid "Single File Database Export"
979
+ msgstr ""
980
+
981
+ #: views/about.php:415
982
+ msgid "Single File Backup"
983
+ msgstr ""
984
+
985
+ #: views/about.php:420
986
+ msgid "Purge Old Backups"
987
+ msgstr ""
988
+
989
+ #: views/about.php:425
990
+ msgid "Cleanup Work Files &amp; Logs"
991
+ msgstr ""
992
+
993
+ #: views/about.php:430
994
+ msgid "Backup Notifications via Email"
995
+ msgstr ""
996
+
997
+ #: views/about.php:435
998
+ msgid "One Click Restore</strong>"
999
+ msgstr ""
1000
+
1001
+ #: views/about.php:440
1002
+ msgid "Scheduled Backups"
1003
+ msgstr ""
1004
+
1005
+ #: views/about.php:445
1006
+ msgid "Import Backups"
1007
+ msgstr ""
1008
+
1009
+ #: views/about.php:455
1010
+ msgid "Premium Support"
1011
+ msgstr ""
1012
+
1013
+ #: views/about.php:460
1014
+ msgid "Product Updates"
1015
+ msgstr ""
1016
+
1017
+ #: views/about.php:467
1018
+ msgid "GET PREMIUM"
1019
+ msgstr ""
1020
+
1021
+ #: views/about.php:490
1022
+ msgid "No valid changelog was found."
1023
+ msgstr ""
1024
+
1025
  #. TRANSLATORS: %s = plugin name.
1026
  #. This string is in the header of one of my pages and looks like this: WP BackItUp Dashboard
1027
  #. Similar to how WordPress uses the word dashboard at the in the left navigation.
1165
  msgid "Available Backups"
1166
  msgstr "Backup disponibili"
1167
 
1168
+ #: views/backup.php:349 views/backup.php:398
1169
  msgid "Type"
1170
  msgstr "Tipo"
1171
 
1172
+ #: views/backup.php:350 views/backup.php:400 views/restore.php:100
1173
  msgid "Date"
1174
  msgstr "Data"
1175
 
1176
+ #: views/backup.php:351 views/backup.php:402
1177
  msgid "Duration"
1178
  msgstr "Durata"
1179
 
1273
  msgid "Backup completed successfully"
1274
  msgstr "Backup completato con successo"
1275
 
 
 
 
 
1276
  #: views/backup.php:482
1277
  msgid "Version "
1278
  msgstr "Versione"
1451
  msgid "Documentation"
1452
  msgstr "Documentazione"
1453
 
 
 
 
 
1454
  #: views/backup.php:613
1455
  msgid "Feature request"
1456
  msgstr "Specifica richiesta"
1953
  msgid "%s Settings"
1954
  msgstr "%s Impostazioni"
1955
 
1956
+ #: views/settings.php:51
1957
  msgid "Settings updated successfully!"
1958
  msgstr "Impostazioni aggiornate con successo!"
1959
 
1960
+ #: views/settings.php:64
1961
  msgid "Email Notifications"
1962
  msgstr "Notifiche via email"
1963
 
1964
+ #: views/settings.php:65
1965
  msgid ""
1966
  "Please enter your email address if you would like to receive backup email "
1967
  "notifications."
1969
  "Ti preghiamo di inserire il tuo indirizzo di posta elettronica se desideri "
1970
  "ricevere le notifiche di backup via email"
1971
 
1972
+ #: views/settings.php:66
1973
  msgid ""
1974
  "Backup email notifications will be sent for every backup and will contain "
1975
  "status information related to the backup."
1977
  "Le notifiche di backup via email saranno inviate per ogni backup e "
1978
  "conterranno le informazioni di stato relative al backup"
1979
 
1980
+ #: views/settings.php:68 views/settings.php:90 views/settings.php:113
1981
+ #: views/settings.php:120 views/settings.php:128 views/settings.php:136
1982
+ #: views/settings.php:152 views/settings.php:168 views/settings.php:199
1983
+ #: views/settings.php:233 views/settings.php:273 views/settings.php:282
1984
  msgid "Save"
1985
  msgstr "Salva"
1986
 
1987
+ #: views/settings.php:87
 
 
 
 
1988
  msgid ""
1989
  "Enter the number of backup archives that you would like to remain on the "
1990
  "server."
1991
  msgstr ""
1992
  "Inserisci il numero degli archivi di backup che desideri rimangano sul server"
1993
 
1994
+ #: views/settings.php:88
1995
  msgid ""
1996
  "Many hosts limit the amount of space that you can take up on their servers. "
1997
  "This option tells WPBackItUp the maximum number of backup archives that "
2003
  "archivi di backup che dovrebbero restare sul server dei tuoi host. Non "
2004
  "preoccuparti, prima cancelleremo sempre gli archivi di backup più vecchi."
2005
 
2006
+ #: views/settings.php:107
2007
  msgid "Logging?"
2008
  msgstr "Registrazione?"
2009
 
2010
+ #: views/settings.php:108
2011
  msgid "Turn on WPBackItUp logging."
2012
  msgstr "Attiva la registrazione su WPBackItUp."
2013
 
2014
+ #: views/settings.php:109
2015
  msgid ""
2016
  "This option should only be turned on by advanced users or when "
2017
  "troubleshooting issues with WPBackItUp support."
2019
  "Questa opzione deve essere attivata soltanto dagli utenti esperti o in caso "
2020
  "di risoluzione dei problemi con l'assistenza di WPBackItUp."
2021
 
2022
+ #: views/settings.php:110
2023
  msgid "Yes"
2024
  msgstr "Si"
2025
 
2026
+ #: views/settings.php:111
2027
  msgid "No"
2028
  msgstr "No"
2029
 
2030
+ #: views/settings.php:117
2031
  msgid "Disable restore version compare?"
2032
  msgstr ""
2033
 
2034
+ #: views/settings.php:119
2035
  msgid ""
2036
  "Check this box if you would like WPBackItUp not to check major version "
2037
  "issue. This could be dangerous, you can disable it with your own risk."
2038
  msgstr ""
2039
 
2040
+ #: views/settings.php:124
2041
  msgid "Single File Backup Set"
2042
  msgstr "Set di backup composto da un unico file"
2043
 
2044
+ #: views/settings.php:126
2045
  msgid ""
2046
  "Check this box if you would like WPBackItUp to create a single zip file that "
2047
  "contains your entire backup."
2048
  msgstr ""
2049
 
2050
+ #: views/settings.php:127
2051
  msgid ""
2052
  "When this setting is turned on WPBackItUp will attempt to create a single "
2053
  "zip file that contains your entire backup. This option may may not be "
2055
  "automatically if WPBackItUp is unable to complete this step for any reason."
2056
  msgstr ""
2057
 
2058
+ #: views/settings.php:132
2059
  msgid "Single File Database Export (db)"
2060
  msgstr ""
2061
 
2062
+ #: views/settings.php:134
2063
  msgid ""
2064
  "Check this box if you would like WPBackItUp to export your database into a "
2065
  "single db file."
2066
  msgstr ""
2067
 
2068
+ #: views/settings.php:135
2069
  msgid ""
2070
  "When this setting is turned on WPBackItUp will attempt to create a single "
2071
  "file that contains your entire database. This option may not be possible "
2073
  "if WPBackItUp is unable to complete this step for any reason."
2074
  msgstr ""
2075
 
2076
+ #: views/settings.php:142
 
 
 
 
2077
  msgid "Select your maximum zip file size."
2078
  msgstr ""
2079
 
2080
+ #: views/settings.php:143
2081
  msgid ""
2082
  "Some hosting providers do not allow large zip files so if you are "
2083
  "encountering backup errors then reducing this setting may help. Please note "
2085
  "as possible."
2086
  msgstr ""
2087
 
2088
+ #: views/settings.php:145
2089
  msgid "100MB"
2090
  msgstr ""
2091
 
2092
+ #: views/settings.php:146
2093
  msgid "200MB"
2094
  msgstr ""
2095
 
2096
+ #: views/settings.php:147
2097
  msgid "300MB"
2098
  msgstr ""
2099
 
2100
+ #: views/settings.php:148
2101
  msgid "400MB"
2102
  msgstr ""
2103
 
2104
+ #: views/settings.php:149
2105
  msgid "500MB"
2106
  msgstr ""
2107
 
2108
+ #: views/settings.php:156
2109
+ msgid "Task Timeout"
2110
+ msgstr ""
2111
+
2112
+ #: views/settings.php:158
2113
+ msgid "Select how long WPBackItUp should wait for tasks to complete."
2114
+ msgstr ""
2115
+
2116
+ #: views/settings.php:159
2117
+ msgid ""
2118
+ "On some hosts background tasks are allowed to run for a very limited amount "
2119
+ "of time before they timeout. This setting will tell WPBackItUp how long to "
2120
+ "wait for each background task to complete. This setting should only be used "
2121
+ "when working with WPBackItUp support."
2122
+ msgstr ""
2123
+
2124
+ #: views/settings.php:161
2125
+ msgid "1 Minute"
2126
+ msgstr ""
2127
+
2128
+ #: views/settings.php:162
2129
+ msgid "2 Minute"
2130
+ msgstr ""
2131
+
2132
+ #: views/settings.php:163
2133
+ msgid "3 Minute"
2134
+ msgstr ""
2135
+
2136
+ #: views/settings.php:164
2137
+ msgid "4 Minute"
2138
+ msgstr ""
2139
+
2140
+ #: views/settings.php:165
2141
+ msgid "5 Minute"
2142
+ msgstr ""
2143
+
2144
+ #: views/settings.php:172
2145
  msgid "Batch Size"
2146
  msgstr "Dimensione di batch"
2147
 
2148
+ #: views/settings.php:173
2149
  msgid "Enter the batch size for each of your content items."
2150
  msgstr ""
2151
  "Inserisci la dimensione di batch per ciascuna delle tue voci di contenuto."
2152
 
2153
+ #: views/settings.php:174
2154
  msgid ""
2155
  "These settings tell WPBackItUp how many items that should be added to the "
2156
  "backup at a time. If you experience timeouts while running a backup then "
2162
  "backup, tali impostazioni possono essere usate per aiutare WPBackItUp a "
2163
  "ridurre il tempo necessario per completare ogni attività di backup."
2164
 
2165
+ #: views/settings.php:177
2166
  msgid "DB Tables Batch Size"
2167
  msgstr "Dimensione di batch delle tabelle di database"
2168
 
2169
+ #: views/settings.php:182
2170
  msgid "Plugins Batch Size"
2171
  msgstr "Dimensione del batch dei plugin"
2172
 
2173
+ #: views/settings.php:187
2174
  msgid "Themes Batch Size"
2175
  msgstr "Dimensione del batch dei temi"
2176
 
2177
+ #: views/settings.php:192
2178
  msgid "Uploads Batch Size"
2179
  msgstr "Dimensione del batch dei caricamenti"
2180
 
2181
+ #: views/settings.php:197
2182
  msgid "Others Batch Size"
2183
  msgstr "Dimensione del batch di altri"
2184
 
2185
+ #: views/settings.php:200 views/settings.php:234 views/settings.php:274
2186
  msgid ""
2187
  "* These settings should only be modified by advanced users or when when "
2188
  "working with WPBackItUp support."
2190
  "* Queste impostazioni possono essere modificate soltanto dagli utenti "
2191
  "esperti o mentre si lavora con l'assistenza di WPBackItUp."
2192
 
2193
+ #: views/settings.php:212
2194
  msgid "Filter Your Folders"
2195
  msgstr "Filtra le tue cartelle"
2196
 
2197
+ #: views/settings.php:213
2198
  msgid ""
2199
  "Enter a comma separated list of folders that should be excluded from your "
2200
  "backups."
2202
  "Inserisci una lista delle cartelle, separata da virgole, che dovranno essere "
2203
  "escluse dai tuoi backup."
2204
 
2205
+ #: views/settings.php:214
2206
  msgid ""
2207
  "It is important to note that when a folder name is present in this list any "
2208
  "occurrence of that folder, and all its contents, will be excluded from the "
2212
  "elemento di quella cartella e tutti i suoi contenuti saranno esclusi dal "
2213
  "backup."
2214
 
2215
+ #: views/settings.php:216
2216
  msgid "Plugin Folders Filter"
2217
  msgstr "Filtro delle cartelle di plugin"
2218
 
2219
+ #: views/settings.php:221
2220
  msgid "Theme Folders Filter"
2221
  msgstr "Filtro delle cartelle dei temi"
2222
 
2223
+ #: views/settings.php:226
2224
  msgid "Upload Folders Filter"
2225
  msgstr "Filtro delle cartelle di caricamento"
2226
 
2227
+ #: views/settings.php:230
2228
  msgid "Other Folders Filter"
2229
  msgstr "Filtro di altre cartelle"
2230
 
2231
+ #: views/settings.php:239
2232
  msgid "Filter Your Database Tables"
2233
  msgstr "Filtra le tue tabelle di database"
2234
 
2235
+ #: views/settings.php:240
2236
  msgid "Exclude custom database tables from the backup."
2237
  msgstr "Escludi le tabelle personalizzate di database dal backup."
2238
 
2239
+ #: views/settings.php:241
2240
  msgid ""
2241
  "If you would like to exclude a custom table from the backup then simply drag "
2242
  "it to the list on the right. WordPress core tables may not be excluded from "
2246
  "semplicemente nella lista sulla destra. Le tabelle principali di WordPress "
2247
  "non possono essere escluse dal backup."
2248
 
2249
+ #: views/settings.php:279
2250
  msgid "Remove Data on Uninstall?"
2251
  msgstr "Rimuovi Dati durante la disinstallazione?"
2252
 
2253
+ #: views/settings.php:281
2254
  msgid ""
2255
  "Check this box if you would like WPBackItUp to completely remove all of its "
2256
  "data when the plugin is deleted."
2258
  "Spunta questa casella se vuoi che WPBackItUp rimuova completamente tutti i "
2259
  "suoi dati quando il plugin viene cancellato."
2260
 
2261
+ #: views/support.php:65 views/support.php:221
2262
+ msgid "Send Logs"
2263
+ msgstr ""
 
2264
 
2265
+ #: views/support.php:71
2266
+ msgid "Advanced"
2267
+ msgstr ""
2268
 
2269
+ #: views/support.php:93
2270
+ msgid "Support Center"
2271
+ msgstr ""
2272
 
2273
+ #: views/support.php:95
2274
+ msgid ""
2275
+ "Welcome to the WPBackItUp support center. If you have any questions or run "
2276
+ "into any trouble with WPBackItUp then you've come to the right place."
2277
  msgstr ""
 
 
2278
 
2279
+ #: views/support.php:112
2280
+ msgid ""
2281
+ "To streamline support requests and better serve you, we utilize a support "
2282
+ "ticket system. Every support request is assigned a unique ticket number "
2283
+ "which you can use to track progress and responses via our support portal. "
2284
+ "For your convenience we provide a complete archive and history of all your "
2285
+ "support requests. All correspondence is via email so a valid email address "
2286
+ "is required to submit a ticket. "
2287
+ msgstr ""
2288
+
2289
+ #: views/support.php:120
2290
+ msgid "Search &rarr; Knowledge base"
2291
+ msgstr ""
2292
+
2293
+ #: views/support.php:121
2294
+ msgid ""
2295
+ "Want to search our entire documentation library, all our how to articles and "
2296
+ "even our faq's in one shot? Just type your question into the knowledge base "
2297
+ "search bar and we'll show you everything we have for that topic."
2298
+ msgstr ""
2299
+
2300
+ #: views/support.php:123
2301
+ msgid "New &rarr; Ticket"
2302
+ msgstr ""
2303
+
2304
+ #: views/support.php:124
2305
+ msgid ""
2306
+ "Need to open a new support ticket? Just click the link above. Please "
2307
+ "provide as much detail as possible so we can best assist you."
2308
+ msgstr ""
2309
+
2310
+ #: views/support.php:126
2311
+ msgid "Check &rarr; Status"
2312
+ msgstr ""
2313
+
2314
+ #: views/support.php:127
2315
+ msgid ""
2316
+ "To check ticket status or update a previously submitted ticket you will "
2317
+ "first need to login. Our support portal provides a history of your current "
2318
+ "and past support requests complete with responses."
2319
+ msgstr ""
2320
+
2321
+ #: views/support.php:129
2322
+ msgid "Send &rarr; Logs"
2323
+ msgstr ""
2324
+
2325
+ #: views/support.php:130
2326
+ msgid ""
2327
+ "Sometimes it may be necessary for you to send your log files to support. If "
2328
+ "that ever happens, just click the link above and we will show you what to do."
2329
+ msgstr ""
2330
+
2331
+ #: views/support.php:169
2332
+ msgid ""
2333
+ "If you have been asked by support to send your log files then you are in the "
2334
+ "right spot."
2335
+ msgstr ""
2336
+
2337
+ #: views/support.php:181
2338
+ msgid "Send Logs to Support"
2339
+ msgstr ""
2340
+
2341
+ #: views/support.php:182
2342
+ msgid "This form should only be used when working with support."
2343
+ msgstr ""
2344
+
2345
+ #: views/support.php:183
2346
  #, php-format
2347
  msgid ""
2348
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
2352
  "<a href=\"%s\" target=\"_blank\">portale di assistenza </a> di WPBackItUp "
2353
  "prima di usare questa form."
2354
 
2355
+ #: views/support.php:184
2356
  msgid ""
2357
  "The ticket id you receive from your support request should be entered in the "
2358
  "ticket id field below."
2360
  "L'id ricevuto in seguito alla tua richiesta di assistenza deve essere "
2361
  "inserito nel campo \"id richiesta\" qui sotto"
2362
 
2363
+ #: views/support.php:185
2364
  msgid "your email address"
2365
  msgstr "il tuo indirizzo di posta elettronica"
2366
 
2367
+ #: views/support.php:196
2368
  msgid "support ticket id"
2369
  msgstr "id della richiesta di assistenza"
2370
 
2371
+ #: views/support.php:207
2372
  msgid "problem description or additional information"
2373
  msgstr "descrizione del problema o informazioni aggiuntive"
2374
 
2375
+ #: views/support.php:224
 
 
 
 
2376
  msgid "Please register your version of WPBackItUp for access to support."
2377
  msgstr ""
2378
  "Ti preghiamo di registrare la tua versione di WPBackItUp per avere accesso "
2379
  "all'assistenza."
2380
 
2381
+ #: views/support.php:228
2382
  msgid "Premium customers receive priority support."
2383
  msgstr "I clienti premium ricevono un'assistenza prioritaria"
2384
 
2385
+ #: views/support.php:236
2386
+ msgid "Support email could not be sent!"
2387
+ msgstr ""
2388
+
2389
+ #: views/support.php:243
2390
+ msgid "Support email sent successfully!"
2391
+ msgstr "Email per la richiesta di assistenza inviata con successo!"
2392
+
2393
+ #: views/support.php:267
2394
+ msgid "Content goes here"
2395
+ msgstr ""
2396
+
2397
  #: wp-backitup.php:103 wp-backitup.php:104
2398
  #, php-format
2399
  msgid "Every %s hours"
2426
  msgid "Cleanup"
2427
  msgstr "Pulizia"
2428
 
2429
+ #~ msgid "%s Support"
2430
+ #~ msgstr "%s Assistenza"
2431
+
2432
+ #~ msgid "Email Logs to Support"
2433
+ #~ msgstr "Invia i registri all'assistenza per email"
2434
+
2435
+ #~ msgid "This form should be used to send log files to support only."
2436
+ #~ msgstr ""
2437
+ #~ "Questa form deve essere usata per inviare i file di registro soltanto "
2438
+ #~ "all'assistenza"
2439
+
2440
+ #~ msgid "Send"
2441
+ #~ msgstr "Invia"
2442
+
2443
  #~ msgid "Creating backup information file"
2444
  #~ msgstr "Creazione del file di informazione del backup in corso"
2445
 
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-09-19 20:33-0400\n"
9
- "PO-Revision-Date: 2016-09-19 20:33-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,34 +27,38 @@ msgstr ""
27
  msgid "Every %d Minutes"
28
  msgstr ""
29
 
30
- #: lib/includes/class-wpbackitup-admin.php:218 views/backup.php:277
31
- #: views/backup.php:283 views/backup.php:348 views/restore.php:99
32
- #: wp-backitup.php:152
33
  msgid "Backup"
34
  msgstr "Резервная копия"
35
 
36
- #: lib/includes/class-wpbackitup-admin.php:222
37
- #: lib/includes/class-wpbackitup-admin.php:261 views/restore.php:136
38
- #: wp-backitup.php:166
39
  msgid "Restore"
40
  msgstr "Восстановить"
41
 
42
- #: lib/includes/class-wpbackitup-admin.php:226
43
  msgid "Support"
44
  msgstr "Поддержка"
45
 
46
- #: lib/includes/class-wpbackitup-admin.php:229
47
  msgid "Settings"
48
  msgstr "Настройки"
49
 
50
- #: lib/includes/class-wpbackitup-admin.php:254
 
 
 
 
51
  msgid ""
52
  "The backup you have selected exceeds what your host allows you to upload."
53
  msgstr ""
54
  "Резервная копия, которую вы указали, больше чем позволяет ваш сервер для "
55
  "загрузки."
56
 
57
- #: lib/includes/class-wpbackitup-admin.php:255 views/backup.php:439
58
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
59
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
60
  #: views/backup.php:446 views/backup.php:447 views/backup.php:449
@@ -62,163 +66,163 @@ msgstr ""
62
  msgid "Warning"
63
  msgstr "Внимание"
64
 
65
- #: lib/includes/class-wpbackitup-admin.php:256 views/backup.php:253
66
  #: views/backup.php:376
67
  msgid "Error"
68
  msgstr "Ошибка"
69
 
70
- #: lib/includes/class-wpbackitup-admin.php:257
71
  msgid "Response"
72
  msgstr "Ответ"
73
 
74
- #: lib/includes/class-wpbackitup-admin.php:258 views/backup.php:352
75
- #: views/backup.php:430 views/restore.php:230
76
  msgid "Status"
77
  msgstr "Статус"
78
 
79
- #: lib/includes/class-wpbackitup-admin.php:259
80
  msgid "Download"
81
  msgstr "Скачать"
82
 
83
- #: lib/includes/class-wpbackitup-admin.php:260 views/backup.php:407
84
  #: views/restore.php:129
85
  msgid "Delete"
86
  msgstr "Удалить"
87
 
88
- #: lib/includes/class-wpbackitup-admin.php:262
89
  msgid "(JS997) Unexpected error"
90
  msgstr "(JS997) Непредвиденная ошибка"
91
 
92
- #: lib/includes/class-wpbackitup-admin.php:263
93
  msgid "(JS998) Unexpected error"
94
  msgstr "(JS998) Непредвиденная ошибка"
95
 
96
- #: lib/includes/class-wpbackitup-admin.php:264
97
  msgid "(JS999) An unexpected error has occurred"
98
  msgstr "(JS999) Произошла непредвиденная ошибка"
99
 
100
- #: lib/includes/class-wpbackitup-admin.php:265
101
  msgid "Scheduled has been saved."
102
  msgstr ""
103
 
104
- #: lib/includes/class-wpbackitup-admin.php:266
105
  msgid "Scheduled was not saved."
106
  msgstr ""
107
 
108
- #: lib/includes/class-wpbackitup-admin.php:267
109
  msgid "Are you sure you want to restore your site?"
110
  msgstr "Вы действительно хотите восстановить ваш сайт?"
111
 
112
- #: lib/includes/class-wpbackitup-admin.php:268
113
  msgid "Are you sure ?"
114
  msgstr "Вы уверены?"
115
 
116
- #: lib/includes/class-wpbackitup-admin.php:269
117
  msgid "This file cannot be delete!"
118
  msgstr ""
119
 
120
- #: lib/includes/class-wpbackitup-admin.php:270
121
  msgid "View Log"
122
  msgstr "Смотреть лог"
123
 
124
- #: lib/includes/class-wpbackitup-admin.php:271
125
  msgid "New Backup!"
126
  msgstr "Новый бекап!"
127
 
128
- #: lib/includes/class-wpbackitup-admin.php:272
129
  msgid "Uploaded Backup"
130
  msgstr "Загруженный бекап"
131
 
132
- #: lib/includes/class-wpbackitup-admin.php:609
133
  msgid "Backup Queued"
134
  msgstr ""
135
 
136
- #: lib/includes/class-wpbackitup-admin.php:618
137
  msgid "Backup could not be queued"
138
  msgstr ""
139
 
140
- #: lib/includes/class-wpbackitup-admin.php:630
141
  msgid "Job is already in queue."
142
  msgstr ""
143
 
144
- #: lib/includes/class-wpbackitup-admin.php:668
145
  msgid "No backup file selected."
146
  msgstr ""
147
 
148
- #: lib/includes/class-wpbackitup-admin.php:675
149
  msgid "No user id found."
150
  msgstr "Id пользователя не найдено."
151
 
152
- #: lib/includes/class-wpbackitup-admin.php:713
153
  msgid "Restore Queued"
154
  msgstr ""
155
 
156
- #: lib/includes/class-wpbackitup-admin.php:722
157
  msgid "Restore could not be queued"
158
  msgstr ""
159
 
160
- #: lib/includes/class-wpbackitup-admin.php:728
161
  msgid "Restore already in queue"
162
  msgstr ""
163
 
164
- #: lib/includes/class-wpbackitup-admin.php:760
165
  msgid "No job id posted"
166
  msgstr ""
167
 
168
- #: lib/includes/class-wpbackitup-admin.php:768 views/backup.php:470
169
  msgid "Backup Cancelled"
170
  msgstr "Бекап отменён"
171
 
172
- #: lib/includes/class-wpbackitup-admin.php:770
173
  msgid "Backup job not found"
174
  msgstr ""
175
 
176
- #: lib/includes/class-wpbackitup-admin.php:978
177
  msgid "No response log found."
178
  msgstr ""
179
 
180
- #: lib/includes/class-wpbackitup-admin.php:1080
181
- #: lib/includes/class-wpbackitup-admin.php:1088
182
- #: lib/includes/class-wpbackitup-admin.php:1156
183
- #: lib/includes/class-wpbackitup-admin.php:1163
184
- #: lib/includes/class-wpbackitup-admin.php:1170
185
- #: lib/includes/class-wpbackitup-admin.php:1177
186
- #: lib/includes/class-wpbackitup-admin.php:1184
187
  msgid "Please enter a number"
188
  msgstr "Пожалуйста, введите номер"
189
 
190
- #: lib/includes/class-wpbackitup-admin.php:1116
191
  msgid "Please enter valid email"
192
  msgstr ""
193
 
194
- #: lib/includes/class-wpbackitup-admin.php:1293
195
  msgid "Please enter a valid email"
196
  msgstr "Пожалуйста, введите корректный адрес электронной почты"
197
 
198
- #: lib/includes/class-wpbackitup-admin.php:1300
199
  msgid "Please enter your support ticket id"
200
  msgstr "Пожалуйста, введите id тикета поддержки"
201
 
202
- #: lib/includes/class-wpbackitup-admin.php:1305
203
  msgid "Please only enter numbers in this field"
204
  msgstr "Пожалуйста, введите только цифры в это поле"
205
 
206
- #: lib/includes/class-wpbackitup-admin.php:2135
207
- #: lib/includes/class-wpbackitup-admin.php:2155
208
  msgid ""
209
  "License could not be activated. Please try again in a few hours and contact "
210
  "support if this error continues."
211
  msgstr ""
212
 
213
- #: lib/includes/class-wpbackitup-admin.php:2204
214
  msgid "License is invalid."
215
  msgstr "Лицензия некорректна."
216
 
217
- #: lib/includes/class-wpbackitup-admin.php:2209
218
  msgid "License has expired."
219
  msgstr "Лицензия просрочена."
220
 
221
- #: lib/includes/class-wpbackitup-admin.php:2212
222
  #, php-format
223
  msgid ""
224
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -226,15 +230,15 @@ msgid ""
226
  "<strong>world class support</strong> team."
227
  msgstr ""
228
 
229
- #: lib/includes/class-wpbackitup-admin.php:2226
230
  msgid "License Expired: Scheduled backups are no longer active."
231
  msgstr "Лицензия просрочена: Запланированые бекапы больше не доступны."
232
 
233
- #: lib/includes/class-wpbackitup-admin.php:2234
234
  msgid "Activation limit has been reached."
235
  msgstr "Достигнут лимит активаций."
236
 
237
- #: lib/includes/class-wpbackitup-admin.php:2240
238
  msgid "Your Activation limit has been reached"
239
  msgstr "Ваш лимит активаций достигнут"
240
 
@@ -529,6 +533,438 @@ msgstr ""
529
  msgid "(999) Unexpected error"
530
  msgstr "(999) Непредвиденная ошибка"
531
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
532
  #. TRANSLATORS: %s = plugin name.
533
  #. This string is in the header of one of my pages and looks like this: WP BackItUp Dashboard
534
  #. Similar to how WordPress uses the word dashboard at the in the left navigation.
@@ -648,15 +1084,15 @@ msgstr ""
648
  msgid "Available Backups"
649
  msgstr "Доступные бекапы"
650
 
651
- #: views/backup.php:349
652
  msgid "Type"
653
  msgstr "Тип"
654
 
655
- #: views/backup.php:350 views/restore.php:100
656
  msgid "Date"
657
  msgstr "Дата"
658
 
659
- #: views/backup.php:351
660
  msgid "Duration"
661
  msgstr "Длительность"
662
 
@@ -753,10 +1189,6 @@ msgstr "Завершение бекапа"
753
  msgid "Backup completed successfully"
754
  msgstr "Бекап успешно завершен"
755
 
756
- #: views/backup.php:482
757
- msgid "Backups"
758
- msgstr "Бекапы"
759
-
760
  #: views/backup.php:482
761
  msgid "Version "
762
  msgstr "Версия"
@@ -921,10 +1353,6 @@ msgstr ""
921
  msgid "Documentation"
922
  msgstr "Документация"
923
 
924
- #: views/backup.php:610
925
- msgid "Get support"
926
- msgstr "Получить поддержку"
927
-
928
  #: views/backup.php:613
929
  msgid "Feature request"
930
  msgstr "Запросить функциональность"
@@ -1327,44 +1755,40 @@ msgstr ""
1327
  msgid "%s Settings"
1328
  msgstr "Настройки %s"
1329
 
1330
- #: views/settings.php:50
1331
  msgid "Settings updated successfully!"
1332
  msgstr "Настройки успешно сохранены!"
1333
 
1334
- #: views/settings.php:63
1335
  msgid "Email Notifications"
1336
  msgstr "Уведомления по электронной почте"
1337
 
1338
- #: views/settings.php:64
1339
  msgid ""
1340
  "Please enter your email address if you would like to receive backup email "
1341
  "notifications."
1342
  msgstr ""
1343
 
1344
- #: views/settings.php:65
1345
  msgid ""
1346
  "Backup email notifications will be sent for every backup and will contain "
1347
  "status information related to the backup."
1348
  msgstr ""
1349
 
1350
- #: views/settings.php:67 views/settings.php:89 views/settings.php:112
1351
- #: views/settings.php:119 views/settings.php:127 views/settings.php:135
1352
- #: views/settings.php:151 views/settings.php:182 views/settings.php:216
1353
- #: views/settings.php:254 views/settings.php:263
1354
  msgid "Save"
1355
  msgstr "Сохранить"
1356
 
1357
- #: views/settings.php:85
1358
- msgid "Backup Retention"
1359
- msgstr ""
1360
-
1361
- #: views/settings.php:86
1362
  msgid ""
1363
  "Enter the number of backup archives that you would like to remain on the "
1364
  "server."
1365
  msgstr ""
1366
 
1367
- #: views/settings.php:87
1368
  msgid ""
1369
  "Many hosts limit the amount of space that you can take up on their servers. "
1370
  "This option tells WPBackItUp the maximum number of backup archives that "
@@ -1372,49 +1796,49 @@ msgid ""
1372
  "oldest backup archives first."
1373
  msgstr ""
1374
 
1375
- #: views/settings.php:106
1376
  msgid "Logging?"
1377
  msgstr ""
1378
 
1379
- #: views/settings.php:107
1380
  msgid "Turn on WPBackItUp logging."
1381
  msgstr ""
1382
 
1383
- #: views/settings.php:108
1384
  msgid ""
1385
  "This option should only be turned on by advanced users or when "
1386
  "troubleshooting issues with WPBackItUp support."
1387
  msgstr ""
1388
 
1389
- #: views/settings.php:109
1390
  msgid "Yes"
1391
  msgstr "Да"
1392
 
1393
- #: views/settings.php:110
1394
  msgid "No"
1395
  msgstr "Нет"
1396
 
1397
- #: views/settings.php:116
1398
  msgid "Disable restore version compare?"
1399
  msgstr ""
1400
 
1401
- #: views/settings.php:118
1402
  msgid ""
1403
  "Check this box if you would like WPBackItUp not to check major version "
1404
  "issue. This could be dangerous, you can disable it with your own risk."
1405
  msgstr ""
1406
 
1407
- #: views/settings.php:123
1408
  msgid "Single File Backup Set"
1409
  msgstr ""
1410
 
1411
- #: views/settings.php:125
1412
  msgid ""
1413
  "Check this box if you would like WPBackItUp to create a single zip file that "
1414
  "contains your entire backup."
1415
  msgstr ""
1416
 
1417
- #: views/settings.php:126
1418
  msgid ""
1419
  "When this setting is turned on WPBackItUp will attempt to create a single "
1420
  "zip file that contains your entire backup. This option may may not be "
@@ -1422,17 +1846,17 @@ msgid ""
1422
  "automatically if WPBackItUp is unable to complete this step for any reason."
1423
  msgstr ""
1424
 
1425
- #: views/settings.php:131
1426
  msgid "Single File Database Export (db)"
1427
  msgstr ""
1428
 
1429
- #: views/settings.php:133
1430
  msgid ""
1431
  "Check this box if you would like WPBackItUp to export your database into a "
1432
  "single db file."
1433
  msgstr ""
1434
 
1435
- #: views/settings.php:134
1436
  msgid ""
1437
  "When this setting is turned on WPBackItUp will attempt to create a single "
1438
  "file that contains your entire database. This option may not be possible "
@@ -1440,15 +1864,11 @@ msgid ""
1440
  "if WPBackItUp is unable to complete this step for any reason."
1441
  msgstr ""
1442
 
1443
- #: views/settings.php:139
1444
- msgid "Maximum Zip File Size"
1445
- msgstr ""
1446
-
1447
- #: views/settings.php:141
1448
  msgid "Select your maximum zip file size."
1449
  msgstr ""
1450
 
1451
- #: views/settings.php:142
1452
  msgid ""
1453
  "Some hosting providers do not allow large zip files so if you are "
1454
  "encountering backup errors then reducing this setting may help. Please note "
@@ -1456,35 +1876,71 @@ msgid ""
1456
  "as possible."
1457
  msgstr ""
1458
 
1459
- #: views/settings.php:144
1460
  msgid "100MB"
1461
  msgstr ""
1462
 
1463
- #: views/settings.php:145
1464
  msgid "200MB"
1465
  msgstr ""
1466
 
1467
- #: views/settings.php:146
1468
  msgid "300MB"
1469
  msgstr ""
1470
 
1471
- #: views/settings.php:147
1472
  msgid "400MB"
1473
  msgstr ""
1474
 
1475
- #: views/settings.php:148
1476
  msgid "500MB"
1477
  msgstr ""
1478
 
1479
- #: views/settings.php:155
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1480
  msgid "Batch Size"
1481
  msgstr ""
1482
 
1483
- #: views/settings.php:156
1484
  msgid "Enter the batch size for each of your content items."
1485
  msgstr ""
1486
 
1487
- #: views/settings.php:157
1488
  msgid ""
1489
  "These settings tell WPBackItUp how many items that should be added to the "
1490
  "backup at a time. If you experience timeouts while running a backup then "
@@ -1492,144 +1948,219 @@ msgid ""
1492
  "WPBackItUp to complete each backup task ."
1493
  msgstr ""
1494
 
1495
- #: views/settings.php:160
1496
  msgid "DB Tables Batch Size"
1497
  msgstr ""
1498
 
1499
- #: views/settings.php:165
1500
  msgid "Plugins Batch Size"
1501
  msgstr ""
1502
 
1503
- #: views/settings.php:170
1504
  msgid "Themes Batch Size"
1505
  msgstr ""
1506
 
1507
- #: views/settings.php:175
1508
  msgid "Uploads Batch Size"
1509
  msgstr ""
1510
 
1511
- #: views/settings.php:180
1512
  msgid "Others Batch Size"
1513
  msgstr ""
1514
 
1515
- #: views/settings.php:183 views/settings.php:217 views/settings.php:255
1516
  msgid ""
1517
  "* These settings should only be modified by advanced users or when when "
1518
  "working with WPBackItUp support."
1519
  msgstr ""
1520
 
1521
- #: views/settings.php:195
1522
  msgid "Filter Your Folders"
1523
  msgstr ""
1524
 
1525
- #: views/settings.php:196
1526
  msgid ""
1527
  "Enter a comma separated list of folders that should be excluded from your "
1528
  "backups."
1529
  msgstr ""
1530
 
1531
- #: views/settings.php:197
1532
  msgid ""
1533
  "It is important to note that when a folder name is present in this list any "
1534
  "occurrence of that folder, and all its contents, will be excluded from the "
1535
  "backup."
1536
  msgstr ""
1537
 
1538
- #: views/settings.php:199
1539
  msgid "Plugin Folders Filter"
1540
  msgstr ""
1541
 
1542
- #: views/settings.php:204
1543
  msgid "Theme Folders Filter"
1544
  msgstr ""
1545
 
1546
- #: views/settings.php:209
1547
  msgid "Upload Folders Filter"
1548
  msgstr ""
1549
 
1550
- #: views/settings.php:213
1551
  msgid "Other Folders Filter"
1552
  msgstr ""
1553
 
1554
- #: views/settings.php:222
1555
  msgid "Filter Your Database Tables"
1556
  msgstr ""
1557
 
1558
- #: views/settings.php:223
1559
  msgid "Exclude custom database tables from the backup."
1560
  msgstr ""
1561
 
1562
- #: views/settings.php:224
1563
  msgid ""
1564
  "If you would like to exclude a custom table from the backup then simply drag "
1565
  "it to the list on the right. WordPress core tables may not be excluded from "
1566
  "the backup. "
1567
  msgstr ""
1568
 
1569
- #: views/settings.php:260
1570
  msgid "Remove Data on Uninstall?"
1571
  msgstr "Удалять данные при деинстолящии?"
1572
 
1573
- #: views/settings.php:262
1574
  msgid ""
1575
  "Check this box if you would like WPBackItUp to completely remove all of its "
1576
  "data when the plugin is deleted."
1577
  msgstr ""
1578
 
1579
- #: views/support.php:13
1580
- #, php-format
1581
- msgid "%s Support"
1582
- msgstr "%s Поддержка"
1583
 
1584
- #: views/support.php:32
1585
- msgid "Support email sent successfully!"
1586
  msgstr ""
1587
 
1588
- #: views/support.php:45
1589
- msgid "Email Logs to Support"
1590
  msgstr ""
1591
 
1592
- #: views/support.php:46
1593
- msgid "This form should be used to send log files to support only."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1594
  msgstr ""
1595
 
1596
- #: views/support.php:47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1597
  #, php-format
1598
  msgid ""
1599
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
1600
  "target=\"_blank\"> support portal.</a> before using this form."
1601
  msgstr ""
1602
 
1603
- #: views/support.php:48
1604
  msgid ""
1605
  "The ticket id you receive from your support request should be entered in the "
1606
  "ticket id field below."
1607
  msgstr ""
1608
 
1609
- #: views/support.php:49
1610
  msgid "your email address"
1611
  msgstr "ваш адрес электронной почты"
1612
 
1613
- #: views/support.php:59
1614
  msgid "support ticket id"
1615
  msgstr "id тикета поддержки"
1616
 
1617
- #: views/support.php:69
1618
  msgid "problem description or additional information"
1619
  msgstr ""
1620
 
1621
- #: views/support.php:80
1622
- msgid "Send"
1623
- msgstr "Отправить"
1624
-
1625
- #: views/support.php:83
1626
  msgid "Please register your version of WPBackItUp for access to support."
1627
  msgstr ""
1628
 
1629
- #: views/support.php:87
1630
  msgid "Premium customers receive priority support."
1631
  msgstr ""
1632
 
 
 
 
 
 
 
 
 
 
 
 
 
1633
  #: wp-backitup.php:103 wp-backitup.php:104
1634
  #, php-format
1635
  msgid "Every %s hours"
@@ -1662,6 +2193,12 @@ msgstr ""
1662
  msgid "Cleanup"
1663
  msgstr "Очистка"
1664
 
 
 
 
 
 
 
1665
  #~ msgid "Creating backup information file"
1666
  #~ msgstr "Создание файла с информацией о бекапе"
1667
 
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: WPBackItUp\n"
8
+ "POT-Creation-Date: 2016-10-13 11:51-0400\n"
9
+ "PO-Revision-Date: 2016-10-13 11:51-0400\n"
10
  "Last-Translator: Chris Simmons <chris.simmons01@gmail.com>\n"
11
  "Language-Team: Russian (Russia) (http://www.transifex.com/wp-translations/wp-"
12
  "backitup/language/ru_RU/)\n"
27
  msgid "Every %d Minutes"
28
  msgstr ""
29
 
30
+ #: lib/includes/class-wpbackitup-admin.php:219 views/backup.php:277
31
+ #: views/backup.php:283 views/backup.php:348 views/backup.php:385
32
+ #: views/restore.php:99 wp-backitup.php:152
33
  msgid "Backup"
34
  msgstr "Резервная копия"
35
 
36
+ #: lib/includes/class-wpbackitup-admin.php:223
37
+ #: lib/includes/class-wpbackitup-admin.php:265 views/about.php:191
38
+ #: views/restore.php:136 wp-backitup.php:166
39
  msgid "Restore"
40
  msgstr "Восстановить"
41
 
42
+ #: lib/includes/class-wpbackitup-admin.php:227 views/support.php:62
43
  msgid "Support"
44
  msgstr "Поддержка"
45
 
46
+ #: lib/includes/class-wpbackitup-admin.php:230
47
  msgid "Settings"
48
  msgstr "Настройки"
49
 
50
+ #: lib/includes/class-wpbackitup-admin.php:233
51
+ msgid "About"
52
+ msgstr ""
53
+
54
+ #: lib/includes/class-wpbackitup-admin.php:258
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:259 views/backup.php:439
62
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
63
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
64
  #: views/backup.php:446 views/backup.php:447 views/backup.php:449
66
  msgid "Warning"
67
  msgstr "Внимание"
68
 
69
+ #: lib/includes/class-wpbackitup-admin.php:260 views/backup.php:253
70
  #: views/backup.php:376
71
  msgid "Error"
72
  msgstr "Ошибка"
73
 
74
+ #: lib/includes/class-wpbackitup-admin.php:261
75
  msgid "Response"
76
  msgstr "Ответ"
77
 
78
+ #: lib/includes/class-wpbackitup-admin.php:262 views/backup.php:352
79
+ #: views/backup.php:404 views/backup.php:430 views/restore.php:230
80
  msgid "Status"
81
  msgstr "Статус"
82
 
83
+ #: lib/includes/class-wpbackitup-admin.php:263
84
  msgid "Download"
85
  msgstr "Скачать"
86
 
87
+ #: lib/includes/class-wpbackitup-admin.php:264 views/backup.php:407
88
  #: views/restore.php:129
89
  msgid "Delete"
90
  msgstr "Удалить"
91
 
92
+ #: lib/includes/class-wpbackitup-admin.php:266
93
  msgid "(JS997) Unexpected error"
94
  msgstr "(JS997) Непредвиденная ошибка"
95
 
96
+ #: lib/includes/class-wpbackitup-admin.php:267
97
  msgid "(JS998) Unexpected error"
98
  msgstr "(JS998) Непредвиденная ошибка"
99
 
100
+ #: lib/includes/class-wpbackitup-admin.php:268
101
  msgid "(JS999) An unexpected error has occurred"
102
  msgstr "(JS999) Произошла непредвиденная ошибка"
103
 
104
+ #: lib/includes/class-wpbackitup-admin.php:269
105
  msgid "Scheduled has been saved."
106
  msgstr ""
107
 
108
+ #: lib/includes/class-wpbackitup-admin.php:270
109
  msgid "Scheduled was not saved."
110
  msgstr ""
111
 
112
+ #: lib/includes/class-wpbackitup-admin.php:271
113
  msgid "Are you sure you want to restore your site?"
114
  msgstr "Вы действительно хотите восстановить ваш сайт?"
115
 
116
+ #: lib/includes/class-wpbackitup-admin.php:272
117
  msgid "Are you sure ?"
118
  msgstr "Вы уверены?"
119
 
120
+ #: lib/includes/class-wpbackitup-admin.php:273
121
  msgid "This file cannot be delete!"
122
  msgstr ""
123
 
124
+ #: lib/includes/class-wpbackitup-admin.php:274
125
  msgid "View Log"
126
  msgstr "Смотреть лог"
127
 
128
+ #: lib/includes/class-wpbackitup-admin.php:275
129
  msgid "New Backup!"
130
  msgstr "Новый бекап!"
131
 
132
+ #: lib/includes/class-wpbackitup-admin.php:276
133
  msgid "Uploaded Backup"
134
  msgstr "Загруженный бекап"
135
 
136
+ #: lib/includes/class-wpbackitup-admin.php:632
137
  msgid "Backup Queued"
138
  msgstr ""
139
 
140
+ #: lib/includes/class-wpbackitup-admin.php:641
141
  msgid "Backup could not be queued"
142
  msgstr ""
143
 
144
+ #: lib/includes/class-wpbackitup-admin.php:653
145
  msgid "Job is already in queue."
146
  msgstr ""
147
 
148
+ #: lib/includes/class-wpbackitup-admin.php:691
149
  msgid "No backup file selected."
150
  msgstr ""
151
 
152
+ #: lib/includes/class-wpbackitup-admin.php:698
153
  msgid "No user id found."
154
  msgstr "Id пользователя не найдено."
155
 
156
+ #: lib/includes/class-wpbackitup-admin.php:736
157
  msgid "Restore Queued"
158
  msgstr ""
159
 
160
+ #: lib/includes/class-wpbackitup-admin.php:745
161
  msgid "Restore could not be queued"
162
  msgstr ""
163
 
164
+ #: lib/includes/class-wpbackitup-admin.php:751
165
  msgid "Restore already in queue"
166
  msgstr ""
167
 
168
+ #: lib/includes/class-wpbackitup-admin.php:783
169
  msgid "No job id posted"
170
  msgstr ""
171
 
172
+ #: lib/includes/class-wpbackitup-admin.php:791 views/backup.php:470
173
  msgid "Backup Cancelled"
174
  msgstr "Бекап отменён"
175
 
176
+ #: lib/includes/class-wpbackitup-admin.php:793
177
  msgid "Backup job not found"
178
  msgstr ""
179
 
180
+ #: lib/includes/class-wpbackitup-admin.php:1001
181
  msgid "No response log found."
182
  msgstr ""
183
 
184
+ #: lib/includes/class-wpbackitup-admin.php:1103
185
+ #: lib/includes/class-wpbackitup-admin.php:1111
186
+ #: lib/includes/class-wpbackitup-admin.php:1185
187
+ #: lib/includes/class-wpbackitup-admin.php:1192
188
+ #: lib/includes/class-wpbackitup-admin.php:1199
189
+ #: lib/includes/class-wpbackitup-admin.php:1206
190
+ #: lib/includes/class-wpbackitup-admin.php:1213
191
  msgid "Please enter a number"
192
  msgstr "Пожалуйста, введите номер"
193
 
194
+ #: lib/includes/class-wpbackitup-admin.php:1139
195
  msgid "Please enter valid email"
196
  msgstr ""
197
 
198
+ #: lib/includes/class-wpbackitup-admin.php:1322
199
  msgid "Please enter a valid email"
200
  msgstr "Пожалуйста, введите корректный адрес электронной почты"
201
 
202
+ #: lib/includes/class-wpbackitup-admin.php:1329
203
  msgid "Please enter your support ticket id"
204
  msgstr "Пожалуйста, введите id тикета поддержки"
205
 
206
+ #: lib/includes/class-wpbackitup-admin.php:1334
207
  msgid "Please only enter numbers in this field"
208
  msgstr "Пожалуйста, введите только цифры в это поле"
209
 
210
+ #: lib/includes/class-wpbackitup-admin.php:2191
211
+ #: lib/includes/class-wpbackitup-admin.php:2211
212
  msgid ""
213
  "License could not be activated. Please try again in a few hours and contact "
214
  "support if this error continues."
215
  msgstr ""
216
 
217
+ #: lib/includes/class-wpbackitup-admin.php:2260
218
  msgid "License is invalid."
219
  msgstr "Лицензия некорректна."
220
 
221
+ #: lib/includes/class-wpbackitup-admin.php:2265
222
  msgid "License has expired."
223
  msgstr "Лицензия просрочена."
224
 
225
+ #: lib/includes/class-wpbackitup-admin.php:2268
226
  #, php-format
227
  msgid ""
228
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
230
  "<strong>world class support</strong> team."
231
  msgstr ""
232
 
233
+ #: lib/includes/class-wpbackitup-admin.php:2282
234
  msgid "License Expired: Scheduled backups are no longer active."
235
  msgstr "Лицензия просрочена: Запланированые бекапы больше не доступны."
236
 
237
+ #: lib/includes/class-wpbackitup-admin.php:2290
238
  msgid "Activation limit has been reached."
239
  msgstr "Достигнут лимит активаций."
240
 
241
+ #: lib/includes/class-wpbackitup-admin.php:2296
242
  msgid "Your Activation limit has been reached"
243
  msgstr "Ваш лимит активаций достигнут"
244
 
533
  msgid "(999) Unexpected error"
534
  msgstr "(999) Непредвиденная ошибка"
535
 
536
+ #: views/about.php:59
537
+ msgid "Getting Started"
538
+ msgstr ""
539
+
540
+ #: views/about.php:62
541
+ msgid "What's New"
542
+ msgstr ""
543
+
544
+ #: views/about.php:65
545
+ msgid "Premium Plugin"
546
+ msgstr ""
547
+
548
+ #: views/about.php:117 views/support.php:92
549
+ msgid "WPBackItUp"
550
+ msgstr ""
551
+
552
+ #: views/about.php:118
553
+ #, php-format
554
+ msgid "Welcome to WPBackItUp %s"
555
+ msgstr ""
556
+
557
+ #: views/about.php:120
558
+ #, php-format
559
+ msgid ""
560
+ "Thank you for updating to the latest version! WPBackItUp %s is ready to make "
561
+ "sure your site is backed up quickly, securely, and completely!"
562
+ msgstr ""
563
+
564
+ #: views/about.php:136
565
+ msgid ""
566
+ "Use the tips below to get started using WPBackItUp and you will be "
567
+ "<em>backing it up</em> in no time!"
568
+ msgstr ""
569
+
570
+ #: views/about.php:139 views/backup.php:482
571
+ msgid "Backups"
572
+ msgstr "Бекапы"
573
+
574
+ #: views/about.php:140
575
+ msgid "Creating Your First Backup"
576
+ msgstr ""
577
+
578
+ #: views/about.php:146
579
+ msgid "One Click &rarr; Backup"
580
+ msgstr ""
581
+
582
+ #: views/about.php:147
583
+ msgid ""
584
+ "The backup menu option is the starting point for all things related to "
585
+ "backups. To create your first backup, simply click the <em>Backup</em> "
586
+ "button and WPBackItUp will backup your entire site. This includes your "
587
+ "database, plugins, themes, and even all your media files."
588
+ msgstr ""
589
+
590
+ #: views/about.php:150 views/about.php:395
591
+ msgid "Download Backups"
592
+ msgstr ""
593
+
594
+ #: views/about.php:151
595
+ msgid ""
596
+ "Downloading your backups is simple too. Click the backup you want to "
597
+ "download from the <em>Available backups</em> listing. Then click the part of "
598
+ "the backup you want to download (database, plugins, themes, media files). "
599
+ "Or download the entire backup in just one click."
600
+ msgstr ""
601
+
602
+ #: views/about.php:162
603
+ msgid "Automatic Backups"
604
+ msgstr ""
605
+
606
+ #: views/about.php:168
607
+ msgid "Schedule your Backups (Premium Only)"
608
+ msgstr ""
609
+
610
+ #: views/about.php:169
611
+ msgid ""
612
+ "Schedule your backups to run any day of the week, or all of them. With our "
613
+ "flexible backup scheduler just select the days of the week you want your "
614
+ "backup to run and WPBackItUp will handle the rest."
615
+ msgstr ""
616
+
617
+ #: views/about.php:171
618
+ msgid "Backup Notifications"
619
+ msgstr ""
620
+
621
+ #: views/about.php:172
622
+ msgid ""
623
+ "Want to get notified every time a backup finishes? Just add your email "
624
+ "address to the notification section in backup settings. WPBackItUp even "
625
+ "supports multiple email addresses so add as many as you like."
626
+ msgstr ""
627
+
628
+ #: views/about.php:177 views/settings.php:86
629
+ msgid "Backup Retention"
630
+ msgstr ""
631
+
632
+ #: views/about.php:178
633
+ msgid ""
634
+ "Concerned about the amount of storage space used for backups? Use the "
635
+ "<em>backup retention</em> setting to tell WPBackItUp how many backups you "
636
+ "want to keep. WPBackItUp will make sure only the newest backups are saved."
637
+ msgstr ""
638
+
639
+ #: views/about.php:197
640
+ msgid "One Click &rarr; Restore (Premium Only)"
641
+ msgstr ""
642
+
643
+ #: views/about.php:198
644
+ msgid ""
645
+ "We hope you never need to restore your site but if you do then WPBackItUp "
646
+ "has you covered. And with our one-click restore feature, restoring your "
647
+ "site is just as easy as backing it up."
648
+ msgstr ""
649
+
650
+ #: views/about.php:200
651
+ msgid "Migration &amp; Cloning (Premium Only)"
652
+ msgstr ""
653
+
654
+ #: views/about.php:201
655
+ msgid ""
656
+ "Need to migrate your site to a new host or want to clone a copy to your "
657
+ "staging server? WPBackItUp does that too! Just upload your backups to your "
658
+ "new WordPress install and restore it using the one-click restore feature."
659
+ msgstr ""
660
+
661
+ #: views/about.php:212
662
+ msgid "Need Help?"
663
+ msgstr ""
664
+
665
+ #: views/about.php:219
666
+ msgid "Phenomenal Support"
667
+ msgstr ""
668
+
669
+ #: views/about.php:220
670
+ msgid "Get support"
671
+ msgstr "Получить поддержку"
672
+
673
+ #: views/about.php:222
674
+ #, php-format
675
+ msgid ""
676
+ "We do our best to provide the best product possible but if you run into "
677
+ "trouble then support is just a few clicks away. To get help or if you have a "
678
+ "question, simply open a ticket using our %s."
679
+ msgstr ""
680
+
681
+ #: views/about.php:222
682
+ msgid "support portal"
683
+ msgstr ""
684
+
685
+ #: views/about.php:224
686
+ msgid "Need Even Faster Support?"
687
+ msgstr ""
688
+
689
+ #: views/about.php:225
690
+ #, php-format
691
+ msgid ""
692
+ "Our %s system is there for customers that need faster or more in-depth "
693
+ "assistance."
694
+ msgstr ""
695
+
696
+ #: views/about.php:225
697
+ msgid "Priority Support"
698
+ msgstr ""
699
+
700
+ #: views/about.php:227
701
+ msgid "Need Help Migrating Your Site to a New Host?"
702
+ msgstr ""
703
+
704
+ #: views/about.php:228
705
+ #, php-format
706
+ msgid ""
707
+ "Our Site Migration experts have helped hundreds of WPBackItUp customers "
708
+ "migrate their sites and now you can take advantage of that experience with "
709
+ "our WordPress %s. Let our experts save you time and headaches by doing it "
710
+ "for you!"
711
+ msgstr ""
712
+
713
+ #: views/about.php:228
714
+ msgid "Site Migration Service"
715
+ msgstr ""
716
+
717
+ #: views/about.php:230
718
+ msgid "Tools Tools Tools..."
719
+ msgstr ""
720
+
721
+ #: views/about.php:231
722
+ #, php-format
723
+ msgid ""
724
+ "Great web sites and businesses are built with great tools and products that "
725
+ "help you achieve your goals as efficiently as possible. My team and I have "
726
+ "spent a tremendous amount of time and effort evaluating tools to help run "
727
+ "our WordPress powered website and business. And now you can leverage all our "
728
+ "hard work and my 20+ years experience in the software industry with a simple "
729
+ "mouse click. The %s is a growing list of tools and products we use at "
730
+ "WPBackItUp to enhance our websites and businesses. Please feel free to use "
731
+ "our experience to empower, enhance and accelerate your sites and businesses."
732
+ msgstr ""
733
+
734
+ #: views/about.php:231
735
+ msgid "WPBackItUp Tools List"
736
+ msgstr ""
737
+
738
+ #: views/about.php:238
739
+ msgid "Stay Up to Date"
740
+ msgstr ""
741
+
742
+ #: views/about.php:243
743
+ msgid "Get Notified of New Releases"
744
+ msgstr ""
745
+
746
+ #: views/about.php:244
747
+ #, php-format
748
+ msgid ""
749
+ "New features that make WPBackItUp even more powerful are released often. "
750
+ "Subscribe to our newsletter to stay up to date with our latest releases. %s "
751
+ "to ensure you do not miss a release!"
752
+ msgstr ""
753
+
754
+ #: views/about.php:244 views/about.php:248
755
+ msgid "Sign up now"
756
+ msgstr ""
757
+
758
+ #: views/about.php:247
759
+ msgid "Get Alerted About New Tutorials"
760
+ msgstr ""
761
+
762
+ #: views/about.php:248
763
+ #, php-format
764
+ msgid ""
765
+ "%s to hear about the latest tutorials that explain how to take WPBackItUp "
766
+ "further."
767
+ msgstr ""
768
+
769
+ #: views/about.php:267
770
+ #, php-format
771
+ msgid "Below are just a few highlights for version %s. "
772
+ msgstr ""
773
+
774
+ #: views/about.php:270
775
+ msgid "Email Notifications"
776
+ msgstr ""
777
+
778
+ #: views/about.php:276
779
+ msgid ""
780
+ "WPBackItUp now supports multiple email addresses for backup notifications. "
781
+ "Using the WPBackItUp Settings page add multiple email addresses to the "
782
+ "<em>Email Notifications</em> setting and all will receive notification "
783
+ "emails when your backups complete."
784
+ msgstr ""
785
+
786
+ #: views/about.php:278
787
+ msgid "About Page"
788
+ msgstr ""
789
+
790
+ #: views/about.php:279
791
+ msgid ""
792
+ "WPBackItUp now has a new <em>about</em> page and you are looking at it right "
793
+ "now! The about page contains tips to help get you started with WPBackItUp "
794
+ "as well as links to our knowledge base, faqs and instructions on how to "
795
+ "contact support if you ever need help. It also includes a <em>what's new</"
796
+ "em> section describing all the incredible new features and enhancements we "
797
+ "make with every release."
798
+ msgstr ""
799
+
800
+ #: views/about.php:281 views/settings.php:140
801
+ msgid "Maximum Zip File Size"
802
+ msgstr ""
803
+
804
+ #: views/about.php:282
805
+ msgid ""
806
+ "Over the years we have found that some hosting providers enforce strict "
807
+ "limitations on the size of your backup archives. When this happens you "
808
+ "might see backup errors, or more commonly backup jobs appear to never "
809
+ "finish. To combat this challenge we have added the <em>Maximum Zip File "
810
+ "Size</em> setting. This setting tells WPBackItUp when to stop adding files "
811
+ "to a backup archive and create a new one. Don't worry WPBackItUp won't miss "
812
+ "any files, it will just add them to a new backup archive."
813
+ msgstr ""
814
+
815
+ #: views/about.php:293
816
+ msgid "Additional Updates"
817
+ msgstr ""
818
+
819
+ #: views/about.php:296
820
+ msgid "Backup Encryption (Premium Only)"
821
+ msgstr ""
822
+
823
+ #: views/about.php:297
824
+ msgid ""
825
+ "That's right, we have added backup encryption to this release but have "
826
+ "turned it off while we beta test with a few customers. Backup encryption "
827
+ "will be included in our next major release (1.14) which is due out soon."
828
+ msgstr ""
829
+
830
+ #: views/about.php:300
831
+ msgid "File Name Validation"
832
+ msgstr ""
833
+
834
+ #: views/about.php:301
835
+ msgid ""
836
+ "We have added an additional validation for files with invalid names. This "
837
+ "check will exclude files from a backup with invalid file names. These files "
838
+ "are often corrupt and cause errors during a restore."
839
+ msgstr ""
840
+
841
+ #: views/about.php:304
842
+ msgid "SQL Files"
843
+ msgstr ""
844
+
845
+ #: views/about.php:305
846
+ msgid ""
847
+ "For those of you with extremely large databases, you will be happy to know "
848
+ "that we now support database exports that contain more than 500 SQL files."
849
+ msgstr ""
850
+
851
+ #: views/about.php:309
852
+ msgid "Cloud API Gateway "
853
+ msgstr ""
854
+
855
+ #: views/about.php:310
856
+ msgid ""
857
+ "Every once in a while we have connectivity issues with a few hosts when "
858
+ "customers attempt to activate their license. To combat this issue we have "
859
+ "added a cloud based API gateway that should be accessible to hosting "
860
+ "providers in every country and on any platform."
861
+ msgstr ""
862
+
863
+ #: views/about.php:313
864
+ msgid "Tables missing WordPress table prefix"
865
+ msgstr ""
866
+
867
+ #: views/about.php:314
868
+ msgid ""
869
+ "We have added support for database tables that are missing the WordPress "
870
+ "table prefix. Some plugins create custom tables that do not contain the "
871
+ "WordPress table prefix. While this practice is discouraged, it sometimes "
872
+ "still happens. WPBackItUp will now include all tables in a database, even "
873
+ "when the table prefix is missing."
874
+ msgstr ""
875
+
876
+ #: views/about.php:320
877
+ msgid "Want to see the entire changelog?"
878
+ msgstr ""
879
+
880
+ #: views/about.php:321
881
+ msgid "View the Full Changelog"
882
+ msgstr ""
883
+
884
+ #: views/about.php:350
885
+ msgid "Full Changelog"
886
+ msgstr ""
887
+
888
+ #: views/about.php:370
889
+ msgid "Take a look at what you are missing!"
890
+ msgstr ""
891
+
892
+ #: views/about.php:378
893
+ msgid "FEATURES"
894
+ msgstr ""
895
+
896
+ #: views/about.php:379
897
+ msgid "LITE"
898
+ msgstr ""
899
+
900
+ #: views/about.php:380
901
+ msgid "PREMIUM"
902
+ msgstr ""
903
+
904
+ #: views/about.php:385
905
+ msgid "Complete Backup (Database, Themes, Plugins &amp; Media Files)"
906
+ msgstr ""
907
+
908
+ #: views/about.php:390
909
+ msgid "Compressed Backups (Zip Format)"
910
+ msgstr ""
911
+
912
+ #: views/about.php:400
913
+ msgid "Directory Filters"
914
+ msgstr ""
915
+
916
+ #: views/about.php:405
917
+ msgid "Database Table Filters"
918
+ msgstr ""
919
+
920
+ #: views/about.php:410
921
+ msgid "Single File Database Export"
922
+ msgstr ""
923
+
924
+ #: views/about.php:415
925
+ msgid "Single File Backup"
926
+ msgstr ""
927
+
928
+ #: views/about.php:420
929
+ msgid "Purge Old Backups"
930
+ msgstr ""
931
+
932
+ #: views/about.php:425
933
+ msgid "Cleanup Work Files &amp; Logs"
934
+ msgstr ""
935
+
936
+ #: views/about.php:430
937
+ msgid "Backup Notifications via Email"
938
+ msgstr ""
939
+
940
+ #: views/about.php:435
941
+ msgid "One Click Restore</strong>"
942
+ msgstr ""
943
+
944
+ #: views/about.php:440
945
+ msgid "Scheduled Backups"
946
+ msgstr ""
947
+
948
+ #: views/about.php:445
949
+ msgid "Import Backups"
950
+ msgstr ""
951
+
952
+ #: views/about.php:455
953
+ msgid "Premium Support"
954
+ msgstr ""
955
+
956
+ #: views/about.php:460
957
+ msgid "Product Updates"
958
+ msgstr ""
959
+
960
+ #: views/about.php:467
961
+ msgid "GET PREMIUM"
962
+ msgstr ""
963
+
964
+ #: views/about.php:490
965
+ msgid "No valid changelog was found."
966
+ msgstr ""
967
+
968
  #. TRANSLATORS: %s = plugin name.
969
  #. This string is in the header of one of my pages and looks like this: WP BackItUp Dashboard
970
  #. Similar to how WordPress uses the word dashboard at the in the left navigation.
1084
  msgid "Available Backups"
1085
  msgstr "Доступные бекапы"
1086
 
1087
+ #: views/backup.php:349 views/backup.php:398
1088
  msgid "Type"
1089
  msgstr "Тип"
1090
 
1091
+ #: views/backup.php:350 views/backup.php:400 views/restore.php:100
1092
  msgid "Date"
1093
  msgstr "Дата"
1094
 
1095
+ #: views/backup.php:351 views/backup.php:402
1096
  msgid "Duration"
1097
  msgstr "Длительность"
1098
 
1189
  msgid "Backup completed successfully"
1190
  msgstr "Бекап успешно завершен"
1191
 
 
 
 
 
1192
  #: views/backup.php:482
1193
  msgid "Version "
1194
  msgstr "Версия"
1353
  msgid "Documentation"
1354
  msgstr "Документация"
1355
 
 
 
 
 
1356
  #: views/backup.php:613
1357
  msgid "Feature request"
1358
  msgstr "Запросить функциональность"
1755
  msgid "%s Settings"
1756
  msgstr "Настройки %s"
1757
 
1758
+ #: views/settings.php:51
1759
  msgid "Settings updated successfully!"
1760
  msgstr "Настройки успешно сохранены!"
1761
 
1762
+ #: views/settings.php:64
1763
  msgid "Email Notifications"
1764
  msgstr "Уведомления по электронной почте"
1765
 
1766
+ #: views/settings.php:65
1767
  msgid ""
1768
  "Please enter your email address if you would like to receive backup email "
1769
  "notifications."
1770
  msgstr ""
1771
 
1772
+ #: views/settings.php:66
1773
  msgid ""
1774
  "Backup email notifications will be sent for every backup and will contain "
1775
  "status information related to the backup."
1776
  msgstr ""
1777
 
1778
+ #: views/settings.php:68 views/settings.php:90 views/settings.php:113
1779
+ #: views/settings.php:120 views/settings.php:128 views/settings.php:136
1780
+ #: views/settings.php:152 views/settings.php:168 views/settings.php:199
1781
+ #: views/settings.php:233 views/settings.php:273 views/settings.php:282
1782
  msgid "Save"
1783
  msgstr "Сохранить"
1784
 
1785
+ #: views/settings.php:87
 
 
 
 
1786
  msgid ""
1787
  "Enter the number of backup archives that you would like to remain on the "
1788
  "server."
1789
  msgstr ""
1790
 
1791
+ #: views/settings.php:88
1792
  msgid ""
1793
  "Many hosts limit the amount of space that you can take up on their servers. "
1794
  "This option tells WPBackItUp the maximum number of backup archives that "
1796
  "oldest backup archives first."
1797
  msgstr ""
1798
 
1799
+ #: views/settings.php:107
1800
  msgid "Logging?"
1801
  msgstr ""
1802
 
1803
+ #: views/settings.php:108
1804
  msgid "Turn on WPBackItUp logging."
1805
  msgstr ""
1806
 
1807
+ #: views/settings.php:109
1808
  msgid ""
1809
  "This option should only be turned on by advanced users or when "
1810
  "troubleshooting issues with WPBackItUp support."
1811
  msgstr ""
1812
 
1813
+ #: views/settings.php:110
1814
  msgid "Yes"
1815
  msgstr "Да"
1816
 
1817
+ #: views/settings.php:111
1818
  msgid "No"
1819
  msgstr "Нет"
1820
 
1821
+ #: views/settings.php:117
1822
  msgid "Disable restore version compare?"
1823
  msgstr ""
1824
 
1825
+ #: views/settings.php:119
1826
  msgid ""
1827
  "Check this box if you would like WPBackItUp not to check major version "
1828
  "issue. This could be dangerous, you can disable it with your own risk."
1829
  msgstr ""
1830
 
1831
+ #: views/settings.php:124
1832
  msgid "Single File Backup Set"
1833
  msgstr ""
1834
 
1835
+ #: views/settings.php:126
1836
  msgid ""
1837
  "Check this box if you would like WPBackItUp to create a single zip file that "
1838
  "contains your entire backup."
1839
  msgstr ""
1840
 
1841
+ #: views/settings.php:127
1842
  msgid ""
1843
  "When this setting is turned on WPBackItUp will attempt to create a single "
1844
  "zip file that contains your entire backup. This option may may not be "
1846
  "automatically if WPBackItUp is unable to complete this step for any reason."
1847
  msgstr ""
1848
 
1849
+ #: views/settings.php:132
1850
  msgid "Single File Database Export (db)"
1851
  msgstr ""
1852
 
1853
+ #: views/settings.php:134
1854
  msgid ""
1855
  "Check this box if you would like WPBackItUp to export your database into a "
1856
  "single db file."
1857
  msgstr ""
1858
 
1859
+ #: views/settings.php:135
1860
  msgid ""
1861
  "When this setting is turned on WPBackItUp will attempt to create a single "
1862
  "file that contains your entire database. This option may not be possible "
1864
  "if WPBackItUp is unable to complete this step for any reason."
1865
  msgstr ""
1866
 
1867
+ #: views/settings.php:142
 
 
 
 
1868
  msgid "Select your maximum zip file size."
1869
  msgstr ""
1870
 
1871
+ #: views/settings.php:143
1872
  msgid ""
1873
  "Some hosting providers do not allow large zip files so if you are "
1874
  "encountering backup errors then reducing this setting may help. Please note "
1876
  "as possible."
1877
  msgstr ""
1878
 
1879
+ #: views/settings.php:145
1880
  msgid "100MB"
1881
  msgstr ""
1882
 
1883
+ #: views/settings.php:146
1884
  msgid "200MB"
1885
  msgstr ""
1886
 
1887
+ #: views/settings.php:147
1888
  msgid "300MB"
1889
  msgstr ""
1890
 
1891
+ #: views/settings.php:148
1892
  msgid "400MB"
1893
  msgstr ""
1894
 
1895
+ #: views/settings.php:149
1896
  msgid "500MB"
1897
  msgstr ""
1898
 
1899
+ #: views/settings.php:156
1900
+ msgid "Task Timeout"
1901
+ msgstr ""
1902
+
1903
+ #: views/settings.php:158
1904
+ msgid "Select how long WPBackItUp should wait for tasks to complete."
1905
+ msgstr ""
1906
+
1907
+ #: views/settings.php:159
1908
+ msgid ""
1909
+ "On some hosts background tasks are allowed to run for a very limited amount "
1910
+ "of time before they timeout. This setting will tell WPBackItUp how long to "
1911
+ "wait for each background task to complete. This setting should only be used "
1912
+ "when working with WPBackItUp support."
1913
+ msgstr ""
1914
+
1915
+ #: views/settings.php:161
1916
+ msgid "1 Minute"
1917
+ msgstr ""
1918
+
1919
+ #: views/settings.php:162
1920
+ msgid "2 Minute"
1921
+ msgstr ""
1922
+
1923
+ #: views/settings.php:163
1924
+ msgid "3 Minute"
1925
+ msgstr ""
1926
+
1927
+ #: views/settings.php:164
1928
+ msgid "4 Minute"
1929
+ msgstr ""
1930
+
1931
+ #: views/settings.php:165
1932
+ msgid "5 Minute"
1933
+ msgstr ""
1934
+
1935
+ #: views/settings.php:172
1936
  msgid "Batch Size"
1937
  msgstr ""
1938
 
1939
+ #: views/settings.php:173
1940
  msgid "Enter the batch size for each of your content items."
1941
  msgstr ""
1942
 
1943
+ #: views/settings.php:174
1944
  msgid ""
1945
  "These settings tell WPBackItUp how many items that should be added to the "
1946
  "backup at a time. If you experience timeouts while running a backup then "
1948
  "WPBackItUp to complete each backup task ."
1949
  msgstr ""
1950
 
1951
+ #: views/settings.php:177
1952
  msgid "DB Tables Batch Size"
1953
  msgstr ""
1954
 
1955
+ #: views/settings.php:182
1956
  msgid "Plugins Batch Size"
1957
  msgstr ""
1958
 
1959
+ #: views/settings.php:187
1960
  msgid "Themes Batch Size"
1961
  msgstr ""
1962
 
1963
+ #: views/settings.php:192
1964
  msgid "Uploads Batch Size"
1965
  msgstr ""
1966
 
1967
+ #: views/settings.php:197
1968
  msgid "Others Batch Size"
1969
  msgstr ""
1970
 
1971
+ #: views/settings.php:200 views/settings.php:234 views/settings.php:274
1972
  msgid ""
1973
  "* These settings should only be modified by advanced users or when when "
1974
  "working with WPBackItUp support."
1975
  msgstr ""
1976
 
1977
+ #: views/settings.php:212
1978
  msgid "Filter Your Folders"
1979
  msgstr ""
1980
 
1981
+ #: views/settings.php:213
1982
  msgid ""
1983
  "Enter a comma separated list of folders that should be excluded from your "
1984
  "backups."
1985
  msgstr ""
1986
 
1987
+ #: views/settings.php:214
1988
  msgid ""
1989
  "It is important to note that when a folder name is present in this list any "
1990
  "occurrence of that folder, and all its contents, will be excluded from the "
1991
  "backup."
1992
  msgstr ""
1993
 
1994
+ #: views/settings.php:216
1995
  msgid "Plugin Folders Filter"
1996
  msgstr ""
1997
 
1998
+ #: views/settings.php:221
1999
  msgid "Theme Folders Filter"
2000
  msgstr ""
2001
 
2002
+ #: views/settings.php:226
2003
  msgid "Upload Folders Filter"
2004
  msgstr ""
2005
 
2006
+ #: views/settings.php:230
2007
  msgid "Other Folders Filter"
2008
  msgstr ""
2009
 
2010
+ #: views/settings.php:239
2011
  msgid "Filter Your Database Tables"
2012
  msgstr ""
2013
 
2014
+ #: views/settings.php:240
2015
  msgid "Exclude custom database tables from the backup."
2016
  msgstr ""
2017
 
2018
+ #: views/settings.php:241
2019
  msgid ""
2020
  "If you would like to exclude a custom table from the backup then simply drag "
2021
  "it to the list on the right. WordPress core tables may not be excluded from "
2022
  "the backup. "
2023
  msgstr ""
2024
 
2025
+ #: views/settings.php:279
2026
  msgid "Remove Data on Uninstall?"
2027
  msgstr "Удалять данные при деинстолящии?"
2028
 
2029
+ #: views/settings.php:281
2030
  msgid ""
2031
  "Check this box if you would like WPBackItUp to completely remove all of its "
2032
  "data when the plugin is deleted."
2033
  msgstr ""
2034
 
2035
+ #: views/support.php:65 views/support.php:221
2036
+ msgid "Send Logs"
2037
+ msgstr ""
 
2038
 
2039
+ #: views/support.php:71
2040
+ msgid "Advanced"
2041
  msgstr ""
2042
 
2043
+ #: views/support.php:93
2044
+ msgid "Support Center"
2045
  msgstr ""
2046
 
2047
+ #: views/support.php:95
2048
+ msgid ""
2049
+ "Welcome to the WPBackItUp support center. If you have any questions or run "
2050
+ "into any trouble with WPBackItUp then you've come to the right place."
2051
+ msgstr ""
2052
+
2053
+ #: views/support.php:112
2054
+ msgid ""
2055
+ "To streamline support requests and better serve you, we utilize a support "
2056
+ "ticket system. Every support request is assigned a unique ticket number "
2057
+ "which you can use to track progress and responses via our support portal. "
2058
+ "For your convenience we provide a complete archive and history of all your "
2059
+ "support requests. All correspondence is via email so a valid email address "
2060
+ "is required to submit a ticket. "
2061
+ msgstr ""
2062
+
2063
+ #: views/support.php:120
2064
+ msgid "Search &rarr; Knowledge base"
2065
+ msgstr ""
2066
+
2067
+ #: views/support.php:121
2068
+ msgid ""
2069
+ "Want to search our entire documentation library, all our how to articles and "
2070
+ "even our faq's in one shot? Just type your question into the knowledge base "
2071
+ "search bar and we'll show you everything we have for that topic."
2072
+ msgstr ""
2073
+
2074
+ #: views/support.php:123
2075
+ msgid "New &rarr; Ticket"
2076
+ msgstr ""
2077
+
2078
+ #: views/support.php:124
2079
+ msgid ""
2080
+ "Need to open a new support ticket? Just click the link above. Please "
2081
+ "provide as much detail as possible so we can best assist you."
2082
+ msgstr ""
2083
+
2084
+ #: views/support.php:126
2085
+ msgid "Check &rarr; Status"
2086
+ msgstr ""
2087
+
2088
+ #: views/support.php:127
2089
+ msgid ""
2090
+ "To check ticket status or update a previously submitted ticket you will "
2091
+ "first need to login. Our support portal provides a history of your current "
2092
+ "and past support requests complete with responses."
2093
+ msgstr ""
2094
+
2095
+ #: views/support.php:129
2096
+ msgid "Send &rarr; Logs"
2097
  msgstr ""
2098
 
2099
+ #: views/support.php:130
2100
+ msgid ""
2101
+ "Sometimes it may be necessary for you to send your log files to support. If "
2102
+ "that ever happens, just click the link above and we will show you what to do."
2103
+ msgstr ""
2104
+
2105
+ #: views/support.php:169
2106
+ msgid ""
2107
+ "If you have been asked by support to send your log files then you are in the "
2108
+ "right spot."
2109
+ msgstr ""
2110
+
2111
+ #: views/support.php:181
2112
+ msgid "Send Logs to Support"
2113
+ msgstr ""
2114
+
2115
+ #: views/support.php:182
2116
+ msgid "This form should only be used when working with support."
2117
+ msgstr ""
2118
+
2119
+ #: views/support.php:183
2120
  #, php-format
2121
  msgid ""
2122
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
2123
  "target=\"_blank\"> support portal.</a> before using this form."
2124
  msgstr ""
2125
 
2126
+ #: views/support.php:184
2127
  msgid ""
2128
  "The ticket id you receive from your support request should be entered in the "
2129
  "ticket id field below."
2130
  msgstr ""
2131
 
2132
+ #: views/support.php:185
2133
  msgid "your email address"
2134
  msgstr "ваш адрес электронной почты"
2135
 
2136
+ #: views/support.php:196
2137
  msgid "support ticket id"
2138
  msgstr "id тикета поддержки"
2139
 
2140
+ #: views/support.php:207
2141
  msgid "problem description or additional information"
2142
  msgstr ""
2143
 
2144
+ #: views/support.php:224
 
 
 
 
2145
  msgid "Please register your version of WPBackItUp for access to support."
2146
  msgstr ""
2147
 
2148
+ #: views/support.php:228
2149
  msgid "Premium customers receive priority support."
2150
  msgstr ""
2151
 
2152
+ #: views/support.php:236
2153
+ msgid "Support email could not be sent!"
2154
+ msgstr ""
2155
+
2156
+ #: views/support.php:243
2157
+ msgid "Support email sent successfully!"
2158
+ msgstr ""
2159
+
2160
+ #: views/support.php:267
2161
+ msgid "Content goes here"
2162
+ msgstr ""
2163
+
2164
  #: wp-backitup.php:103 wp-backitup.php:104
2165
  #, php-format
2166
  msgid "Every %s hours"
2193
  msgid "Cleanup"
2194
  msgstr "Очистка"
2195
 
2196
+ #~ msgid "%s Support"
2197
+ #~ msgstr "%s Поддержка"
2198
+
2199
+ #~ msgid "Send"
2200
+ #~ msgstr "Отправить"
2201
+
2202
  #~ msgid "Creating backup information file"
2203
  #~ msgstr "Создание файла с информацией о бекапе"
2204
 
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-09-19 20:33-0400\n"
9
- "PO-Revision-Date: 2016-09-19 20:33-0400\n"
10
  "Last-Translator: sheisjeremy\n"
11
  "Language-Team: Tagalog (http://www.transifex.com/wp-translations/wp-backitup/"
12
  "language/tl/)\n"
@@ -25,34 +25,38 @@ msgstr ""
25
  msgid "Every %d Minutes"
26
  msgstr ""
27
 
28
- #: lib/includes/class-wpbackitup-admin.php:218 views/backup.php:277
29
- #: views/backup.php:283 views/backup.php:348 views/restore.php:99
30
- #: wp-backitup.php:152
31
  msgid "Backup"
32
  msgstr "Backup"
33
 
34
- #: lib/includes/class-wpbackitup-admin.php:222
35
- #: lib/includes/class-wpbackitup-admin.php:261 views/restore.php:136
36
- #: wp-backitup.php:166
37
  msgid "Restore"
38
  msgstr "Ipanumbalik sa orihinal"
39
 
40
- #: lib/includes/class-wpbackitup-admin.php:226
41
  msgid "Support"
42
  msgstr "Support"
43
 
44
- #: lib/includes/class-wpbackitup-admin.php:229
45
  msgid "Settings"
46
  msgstr "Mga Setting"
47
 
48
- #: lib/includes/class-wpbackitup-admin.php:254
 
 
 
 
49
  msgid ""
50
  "The backup you have selected exceeds what your host allows you to upload."
51
  msgstr ""
52
  "Ang iyong pinili na mga backup ay lumampas sa pinapayagan ng iyong host na "
53
  "dapat i-upload."
54
 
55
- #: lib/includes/class-wpbackitup-admin.php:255 views/backup.php:439
56
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
57
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
58
  #: views/backup.php:446 views/backup.php:447 views/backup.php:449
@@ -60,152 +64,152 @@ msgstr ""
60
  msgid "Warning"
61
  msgstr "Babala"
62
 
63
- #: lib/includes/class-wpbackitup-admin.php:256 views/backup.php:253
64
  #: views/backup.php:376
65
  msgid "Error"
66
  msgstr "Pagkakamali"
67
 
68
- #: lib/includes/class-wpbackitup-admin.php:257
69
  msgid "Response"
70
  msgstr "Tugon"
71
 
72
- #: lib/includes/class-wpbackitup-admin.php:258 views/backup.php:352
73
- #: views/backup.php:430 views/restore.php:230
74
  msgid "Status"
75
  msgstr "Kalagayan"
76
 
77
- #: lib/includes/class-wpbackitup-admin.php:259
78
  msgid "Download"
79
  msgstr "Download"
80
 
81
- #: lib/includes/class-wpbackitup-admin.php:260 views/backup.php:407
82
  #: views/restore.php:129
83
  msgid "Delete"
84
  msgstr "Burahin"
85
 
86
- #: lib/includes/class-wpbackitup-admin.php:262
87
  msgid "(JS997) Unexpected error"
88
  msgstr "(JS997) hindi inaasahang pagkakamali o hindi inaasahang error"
89
 
90
- #: lib/includes/class-wpbackitup-admin.php:263
91
  msgid "(JS998) Unexpected error"
92
  msgstr "(JS998) hindi inaasahang pagkakamali o hindi inaasahang error"
93
 
94
- #: lib/includes/class-wpbackitup-admin.php:264
95
  msgid "(JS999) An unexpected error has occurred"
96
  msgstr ""
97
  "(JS999) Nangyari ang hindi inaasahang pagkakamali o Nangyari ang hindi "
98
  "inaasahang error"
99
 
100
- #: lib/includes/class-wpbackitup-admin.php:265
101
  msgid "Scheduled has been saved."
102
  msgstr "Ang schedule ay naka-save."
103
 
104
- #: lib/includes/class-wpbackitup-admin.php:266
105
  msgid "Scheduled was not saved."
106
  msgstr "Ang schedule ay hindi naka - save. "
107
 
108
- #: lib/includes/class-wpbackitup-admin.php:267
109
  msgid "Are you sure you want to restore your site?"
110
  msgstr ""
111
  "Ikaw ba ay nakasisiguro na dapat ibalik sa orihinal ang iyong website? "
112
 
113
- #: lib/includes/class-wpbackitup-admin.php:268
114
  msgid "Are you sure ?"
115
  msgstr "Ikaw ba ay nakasisiguro?"
116
 
117
- #: lib/includes/class-wpbackitup-admin.php:269
118
  msgid "This file cannot be delete!"
119
  msgstr "Ang file na ito ay hindi maaaring tanggalin!"
120
 
121
- #: lib/includes/class-wpbackitup-admin.php:270
122
  msgid "View Log"
123
  msgstr "Tignan ang log files. "
124
 
125
- #: lib/includes/class-wpbackitup-admin.php:271
126
  msgid "New Backup!"
127
  msgstr "Bagong backup!"
128
 
129
- #: lib/includes/class-wpbackitup-admin.php:272
130
  msgid "Uploaded Backup"
131
  msgstr "Na upload na backup"
132
 
133
- #: lib/includes/class-wpbackitup-admin.php:609
134
  msgid "Backup Queued"
135
  msgstr "Ang backup ay nakalinya."
136
 
137
- #: lib/includes/class-wpbackitup-admin.php:618
138
  msgid "Backup could not be queued"
139
  msgstr "Ang backup ay hindi maaaring isama sa mga naka linya"
140
 
141
- #: lib/includes/class-wpbackitup-admin.php:630
142
  msgid "Job is already in queue."
143
  msgstr "Ang Job ay nasa queue. "
144
 
145
- #: lib/includes/class-wpbackitup-admin.php:668
146
  msgid "No backup file selected."
147
  msgstr "Walang backup file na napili"
148
 
149
- #: lib/includes/class-wpbackitup-admin.php:675
150
  msgid "No user id found."
151
  msgstr "Walang matagpuan na user id"
152
 
153
- #: lib/includes/class-wpbackitup-admin.php:713
154
  msgid "Restore Queued"
155
  msgstr "Nakalinya na ang mga ipanunumbalik sa orihinal."
156
 
157
- #: lib/includes/class-wpbackitup-admin.php:722
158
  msgid "Restore could not be queued"
159
  msgstr "Hindi maaaring isama sa linya ng mga ibabalik sa orihinal. "
160
 
161
- #: lib/includes/class-wpbackitup-admin.php:728
162
  msgid "Restore already in queue"
163
  msgstr "Ang ipanunumbalik sa orihinal ay nakalinya na. "
164
 
165
- #: lib/includes/class-wpbackitup-admin.php:760
166
  msgid "No job id posted"
167
  msgstr "Walang job id na na-i-post"
168
 
169
- #: lib/includes/class-wpbackitup-admin.php:768 views/backup.php:470
170
  msgid "Backup Cancelled"
171
  msgstr "Nakansela na backup "
172
 
173
- #: lib/includes/class-wpbackitup-admin.php:770
174
  msgid "Backup job not found"
175
  msgstr "Hindi natagpuan ang Backup Job"
176
 
177
- #: lib/includes/class-wpbackitup-admin.php:978
178
  msgid "No response log found."
179
  msgstr "Walang makita na response log."
180
 
181
- #: lib/includes/class-wpbackitup-admin.php:1080
182
- #: lib/includes/class-wpbackitup-admin.php:1088
183
- #: lib/includes/class-wpbackitup-admin.php:1156
184
- #: lib/includes/class-wpbackitup-admin.php:1163
185
- #: lib/includes/class-wpbackitup-admin.php:1170
186
- #: lib/includes/class-wpbackitup-admin.php:1177
187
- #: lib/includes/class-wpbackitup-admin.php:1184
188
  msgid "Please enter a number"
189
  msgstr "Maglagay ng numero "
190
 
191
- #: lib/includes/class-wpbackitup-admin.php:1116
192
  msgid "Please enter valid email"
193
  msgstr ""
194
 
195
- #: lib/includes/class-wpbackitup-admin.php:1293
196
  msgid "Please enter a valid email"
197
  msgstr "Ilagay ang tamang email."
198
 
199
- #: lib/includes/class-wpbackitup-admin.php:1300
200
  msgid "Please enter your support ticket id"
201
  msgstr "Ilagay ang iyong support ticket id"
202
 
203
- #: lib/includes/class-wpbackitup-admin.php:1305
204
  msgid "Please only enter numbers in this field"
205
  msgstr "Ilagay lamang ang numero"
206
 
207
- #: lib/includes/class-wpbackitup-admin.php:2135
208
- #: lib/includes/class-wpbackitup-admin.php:2155
209
  msgid ""
210
  "License could not be activated. Please try again in a few hours and contact "
211
  "support if this error continues."
@@ -213,15 +217,15 @@ msgstr ""
213
  "Hindi ma-activate ang lisensya. Pakisubukang muli pagkalipas ng ilang oras "
214
  "at makipag-ugnayan sa support kung ang error na ito ay patuloy pa rin. "
215
 
216
- #: lib/includes/class-wpbackitup-admin.php:2204
217
  msgid "License is invalid."
218
  msgstr "Ang lisensya ay hindi wasto"
219
 
220
- #: lib/includes/class-wpbackitup-admin.php:2209
221
  msgid "License has expired."
222
  msgstr "Ang lisensya ay wala ng bisa."
223
 
224
- #: lib/includes/class-wpbackitup-admin.php:2212
225
  #, php-format
226
  msgid ""
227
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -232,17 +236,17 @@ msgstr ""
232
  "renew </a> ang iyong lisensya ngayon para sa isa pang taon ng mga update "
233
  "<strong> ng produkto </strong> at <strong> priority support. </strong>"
234
 
235
- #: lib/includes/class-wpbackitup-admin.php:2226
236
  msgid "License Expired: Scheduled backups are no longer active."
237
  msgstr ""
238
  "Ang lisensya ay wala ng bisa: Ang naka iskedyul na mga backup ay hindi na "
239
  "aktibo. "
240
 
241
- #: lib/includes/class-wpbackitup-admin.php:2234
242
  msgid "Activation limit has been reached."
243
  msgstr "Ang pagtatakda ng aktibasyon ay umabot na sa limitasyon "
244
 
245
- #: lib/includes/class-wpbackitup-admin.php:2240
246
  msgid "Your Activation limit has been reached"
247
  msgstr "Ang pagtatakda ng aktibasyon ay umabot na sa limitasyon "
248
 
@@ -563,6 +567,438 @@ msgstr ""
563
  msgid "(999) Unexpected error"
564
  msgstr "(999) Hindi inaasahang error o hindi inaasahang pagkakamali"
565
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
566
  #. TRANSLATORS: %s = plugin name.
567
  #. This string is in the header of one of my pages and looks like this: WP BackItUp Dashboard
568
  #. Similar to how WordPress uses the word dashboard at the in the left navigation.
@@ -707,15 +1143,15 @@ msgstr ""
707
  msgid "Available Backups"
708
  msgstr "Magagamit na Backups "
709
 
710
- #: views/backup.php:349
711
  msgid "Type"
712
  msgstr "Uri "
713
 
714
- #: views/backup.php:350 views/restore.php:100
715
  msgid "Date"
716
  msgstr "Petsa"
717
 
718
- #: views/backup.php:351
719
  msgid "Duration"
720
  msgstr "Panahong itinagal"
721
 
@@ -815,10 +1251,6 @@ msgstr "Pag kumpleto ng backup"
815
  msgid "Backup completed successfully"
816
  msgstr "Matagumpay na nakumpleto ang backup"
817
 
818
- #: views/backup.php:482
819
- msgid "Backups"
820
- msgstr "Backups"
821
-
822
  #: views/backup.php:482
823
  msgid "Version "
824
  msgstr "Bersyon "
@@ -997,10 +1429,6 @@ msgstr "Website Migration Service"
997
  msgid "Documentation"
998
  msgstr "Dokumentasyon"
999
 
1000
- #: views/backup.php:610
1001
- msgid "Get support"
1002
- msgstr "Makipagugnayan sa support para sa tulong"
1003
-
1004
  #: views/backup.php:613
1005
  msgid "Feature request"
1006
  msgstr "Feature request"
@@ -1508,15 +1936,15 @@ msgstr ""
1508
  msgid "%s Settings"
1509
  msgstr "%s Setting"
1510
 
1511
- #: views/settings.php:50
1512
  msgid "Settings updated successfully!"
1513
  msgstr "Matagumpay na na-i-update ang plugin"
1514
 
1515
- #: views/settings.php:63
1516
  msgid "Email Notifications"
1517
  msgstr "Abiso sa Email"
1518
 
1519
- #: views/settings.php:64
1520
  msgid ""
1521
  "Please enter your email address if you would like to receive backup email "
1522
  "notifications."
@@ -1524,7 +1952,7 @@ msgstr ""
1524
  "Pakilagay ang iyong email address kung nais mong makatanggap ng mga abiso "
1525
  "sa email tungkol sa backup. "
1526
 
1527
- #: views/settings.php:65
1528
  msgid ""
1529
  "Backup email notifications will be sent for every backup and will contain "
1530
  "status information related to the backup."
@@ -1532,24 +1960,20 @@ msgstr ""
1532
  "Magpapadala ng abiso sa email sa bawat backup at naglalaman ito ng "
1533
  "impormasyon na may kaugnayan sa backup."
1534
 
1535
- #: views/settings.php:67 views/settings.php:89 views/settings.php:112
1536
- #: views/settings.php:119 views/settings.php:127 views/settings.php:135
1537
- #: views/settings.php:151 views/settings.php:182 views/settings.php:216
1538
- #: views/settings.php:254 views/settings.php:263
1539
  msgid "Save"
1540
  msgstr "I-save"
1541
 
1542
- #: views/settings.php:85
1543
- msgid "Backup Retention"
1544
- msgstr "Backup Retention"
1545
-
1546
- #: views/settings.php:86
1547
  msgid ""
1548
  "Enter the number of backup archives that you would like to remain on the "
1549
  "server."
1550
  msgstr "Ilagay ang bilang ng backup archive na nais mong manatili sa server."
1551
 
1552
- #: views/settings.php:87
1553
  msgid ""
1554
  "Many hosts limit the amount of space that you can take up on their servers. "
1555
  "This option tells WPBackItUp the maximum number of backup archives that "
@@ -1562,15 +1986,15 @@ msgstr ""
1562
  "host server. Huwag mag-alala, kami ay palaging nagtatanggal muna ng "
1563
  "pinakaluma na backup archives."
1564
 
1565
- #: views/settings.php:106
1566
  msgid "Logging?"
1567
  msgstr "Logging?"
1568
 
1569
- #: views/settings.php:107
1570
  msgid "Turn on WPBackItUp logging."
1571
  msgstr "Mangyaring i-on ang WPBackItUp logging"
1572
 
1573
- #: views/settings.php:108
1574
  msgid ""
1575
  "This option should only be turned on by advanced users or when "
1576
  "troubleshooting issues with WPBackItUp support."
@@ -1578,35 +2002,35 @@ msgstr ""
1578
  "Ang opsyon na ito ay dapat i- on kapag nag -troubleshoot ng mga isyu sa "
1579
  "WPBackItUp Support."
1580
 
1581
- #: views/settings.php:109
1582
  msgid "Yes"
1583
  msgstr "Oo"
1584
 
1585
- #: views/settings.php:110
1586
  msgid "No"
1587
  msgstr "Hindi"
1588
 
1589
- #: views/settings.php:116
1590
  msgid "Disable restore version compare?"
1591
  msgstr ""
1592
 
1593
- #: views/settings.php:118
1594
  msgid ""
1595
  "Check this box if you would like WPBackItUp not to check major version "
1596
  "issue. This could be dangerous, you can disable it with your own risk."
1597
  msgstr ""
1598
 
1599
- #: views/settings.php:123
1600
  msgid "Single File Backup Set"
1601
  msgstr "Single File Backup Set"
1602
 
1603
- #: views/settings.php:125
1604
  msgid ""
1605
  "Check this box if you would like WPBackItUp to create a single zip file that "
1606
  "contains your entire backup."
1607
  msgstr ""
1608
 
1609
- #: views/settings.php:126
1610
  msgid ""
1611
  "When this setting is turned on WPBackItUp will attempt to create a single "
1612
  "zip file that contains your entire backup. This option may may not be "
@@ -1614,17 +2038,17 @@ msgid ""
1614
  "automatically if WPBackItUp is unable to complete this step for any reason."
1615
  msgstr ""
1616
 
1617
- #: views/settings.php:131
1618
  msgid "Single File Database Export (db)"
1619
  msgstr ""
1620
 
1621
- #: views/settings.php:133
1622
  msgid ""
1623
  "Check this box if you would like WPBackItUp to export your database into a "
1624
  "single db file."
1625
  msgstr ""
1626
 
1627
- #: views/settings.php:134
1628
  msgid ""
1629
  "When this setting is turned on WPBackItUp will attempt to create a single "
1630
  "file that contains your entire database. This option may not be possible "
@@ -1632,15 +2056,11 @@ msgid ""
1632
  "if WPBackItUp is unable to complete this step for any reason."
1633
  msgstr ""
1634
 
1635
- #: views/settings.php:139
1636
- msgid "Maximum Zip File Size"
1637
- msgstr ""
1638
-
1639
- #: views/settings.php:141
1640
  msgid "Select your maximum zip file size."
1641
  msgstr ""
1642
 
1643
- #: views/settings.php:142
1644
  msgid ""
1645
  "Some hosting providers do not allow large zip files so if you are "
1646
  "encountering backup errors then reducing this setting may help. Please note "
@@ -1648,35 +2068,71 @@ msgid ""
1648
  "as possible."
1649
  msgstr ""
1650
 
1651
- #: views/settings.php:144
1652
  msgid "100MB"
1653
  msgstr ""
1654
 
1655
- #: views/settings.php:145
1656
  msgid "200MB"
1657
  msgstr ""
1658
 
1659
- #: views/settings.php:146
1660
  msgid "300MB"
1661
  msgstr ""
1662
 
1663
- #: views/settings.php:147
1664
  msgid "400MB"
1665
  msgstr ""
1666
 
1667
- #: views/settings.php:148
1668
  msgid "500MB"
1669
  msgstr ""
1670
 
1671
- #: views/settings.php:155
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1672
  msgid "Batch Size"
1673
  msgstr "Laki ng Pangkat"
1674
 
1675
- #: views/settings.php:156
1676
  msgid "Enter the batch size for each of your content items."
1677
  msgstr "Ilagay ang laki ng batch size sa bawat nilalaman na aytem. "
1678
 
1679
- #: views/settings.php:157
1680
  msgid ""
1681
  "These settings tell WPBackItUp how many items that should be added to the "
1682
  "backup at a time. If you experience timeouts while running a backup then "
@@ -1689,27 +2145,27 @@ msgstr ""
1689
  "makatulong na mabawasan ang dami ng oras na aabutin ng WPBackItUp sa "
1690
  "pagkumpleto ng bawat backup na gagawin."
1691
 
1692
- #: views/settings.php:160
1693
  msgid "DB Tables Batch Size"
1694
  msgstr "Laki ng Pangkat ng DB Tables"
1695
 
1696
- #: views/settings.php:165
1697
  msgid "Plugins Batch Size"
1698
  msgstr "Laki ng Pangkat ng Plugins "
1699
 
1700
- #: views/settings.php:170
1701
  msgid "Themes Batch Size"
1702
  msgstr "Laki ng Pangkat ng Tema"
1703
 
1704
- #: views/settings.php:175
1705
  msgid "Uploads Batch Size"
1706
  msgstr "Laki ng Pangkat ng Uploads "
1707
 
1708
- #: views/settings.php:180
1709
  msgid "Others Batch Size"
1710
  msgstr "Iba pang mga Laki ng Pangkat"
1711
 
1712
- #: views/settings.php:183 views/settings.php:217 views/settings.php:255
1713
  msgid ""
1714
  "* These settings should only be modified by advanced users or when when "
1715
  "working with WPBackItUp support."
@@ -1717,18 +2173,18 @@ msgstr ""
1717
  "Ang opsyon na ito ay babaguhin lamang sa tuwing nakikipagugnayan sa "
1718
  "WPBackItUp support."
1719
 
1720
- #: views/settings.php:195
1721
  msgid "Filter Your Folders"
1722
  msgstr "Salain ang Folders"
1723
 
1724
- #: views/settings.php:196
1725
  msgid ""
1726
  "Enter a comma separated list of folders that should be excluded from your "
1727
  "backups."
1728
  msgstr ""
1729
  "Lagyan ng kuwit ang bawat talaan ng mga folders na hindi isasama sa backup. "
1730
 
1731
- #: views/settings.php:197
1732
  msgid ""
1733
  "It is important to note that when a folder name is present in this list any "
1734
  "occurrence of that folder, and all its contents, will be excluded from the "
@@ -1738,31 +2194,31 @@ msgstr ""
1738
  "talaan, anumang pangyayari sa folder na iyon, at ang lahat ng mga nilalaman "
1739
  "nito, ay hindi maisasama sa backup."
1740
 
1741
- #: views/settings.php:199
1742
  msgid "Plugin Folders Filter"
1743
  msgstr "Folders Filter ng Plugin"
1744
 
1745
- #: views/settings.php:204
1746
  msgid "Theme Folders Filter"
1747
  msgstr "Folders Filter ng Tema"
1748
 
1749
- #: views/settings.php:209
1750
  msgid "Upload Folders Filter"
1751
  msgstr "Folders Filter ng Uploads"
1752
 
1753
- #: views/settings.php:213
1754
  msgid "Other Folders Filter"
1755
  msgstr "Iba pang mga Folders Filter"
1756
 
1757
- #: views/settings.php:222
1758
  msgid "Filter Your Database Tables"
1759
  msgstr "Salain ang Database Tables "
1760
 
1761
- #: views/settings.php:223
1762
  msgid "Exclude custom database tables from the backup."
1763
  msgstr "Huwag isama ang custom database tables sa backup."
1764
 
1765
- #: views/settings.php:224
1766
  msgid ""
1767
  "If you would like to exclude a custom table from the backup then simply drag "
1768
  "it to the list on the right. WordPress core tables may not be excluded from "
@@ -1772,11 +2228,11 @@ msgstr ""
1772
  "ito sa talaan sa kanan. Ang WordPress core tables ay hindi maaaring "
1773
  "tanggalin mula sa backup."
1774
 
1775
- #: views/settings.php:260
1776
  msgid "Remove Data on Uninstall?"
1777
  msgstr "Alisin ang Data sa Uninstall?"
1778
 
1779
- #: views/settings.php:262
1780
  msgid ""
1781
  "Check this box if you would like WPBackItUp to completely remove all of its "
1782
  "data when the plugin is deleted."
@@ -1784,26 +2240,91 @@ msgstr ""
1784
  "Markahan ng tsek kung nais mo na ganap na alisin ng WPBackItUp ang lahat "
1785
  "ng data nito kapag ang plugin ay tinanggal na."
1786
 
1787
- #: views/support.php:13
1788
- #, php-format
1789
- msgid "%s Support"
1790
- msgstr "%s Support"
1791
 
1792
- #: views/support.php:32
1793
- msgid "Support email sent successfully!"
1794
- msgstr "Matagumpay na naipadala ang email sa support . "
1795
 
1796
- #: views/support.php:45
1797
- msgid "Email Logs to Support"
1798
- msgstr "Mag email ng logs sa support para sa tulong"
1799
 
1800
- #: views/support.php:46
1801
- msgid "This form should be used to send log files to support only."
 
 
1802
  msgstr ""
1803
- "Ang form na ito ay dapat gamitin upang magpadala ng log files sa support "
1804
- "para sa tulong. "
1805
 
1806
- #: views/support.php:47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1807
  #, php-format
1808
  msgid ""
1809
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
@@ -1813,7 +2334,7 @@ msgstr ""
1813
  "WPBackItUp <a href=\"%s\" target=\"_blank\"> support portal. </a> bago "
1814
  "gamitin ang form na ito."
1815
 
1816
- #: views/support.php:48
1817
  msgid ""
1818
  "The ticket id you receive from your support request should be entered in the "
1819
  "ticket id field below."
@@ -1821,32 +2342,40 @@ msgstr ""
1821
  "Ang mga ticket id na natanggap mo mula sa support ay dapat na ilagay sa "
1822
  "patlang ng ticket id ."
1823
 
1824
- #: views/support.php:49
1825
  msgid "your email address"
1826
  msgstr "ang iyong email address"
1827
 
1828
- #: views/support.php:59
1829
  msgid "support ticket id"
1830
  msgstr "support ticket id"
1831
 
1832
- #: views/support.php:69
1833
  msgid "problem description or additional information"
1834
  msgstr "paglalarawan ng problema o karagdagang impormasyon"
1835
 
1836
- #: views/support.php:80
1837
- msgid "Send"
1838
- msgstr "Ipadala"
1839
-
1840
- #: views/support.php:83
1841
  msgid "Please register your version of WPBackItUp for access to support."
1842
  msgstr ""
1843
  "Mangyaring irehistro ang iyong bersyon ng WPBackItUp upang magkaroon ng "
1844
  "access sa support para sa tulong."
1845
 
1846
- #: views/support.php:87
1847
  msgid "Premium customers receive priority support."
1848
  msgstr "Ang mga premium customer ay bibigyan ng unang tulong "
1849
 
 
 
 
 
 
 
 
 
 
 
 
 
1850
  #: wp-backitup.php:103 wp-backitup.php:104
1851
  #, php-format
1852
  msgid "Every %s hours"
@@ -1879,6 +2408,20 @@ msgstr ""
1879
  msgid "Cleanup"
1880
  msgstr "Paglilinis"
1881
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1882
  #~ msgid "Creating backup information file"
1883
  #~ msgstr "Paglikha ng backup information file "
1884
 
5
  msgid ""
6
  msgstr ""
7
  "Project-Id-Version: WPBackItUp\n"
8
+ "POT-Creation-Date: 2016-10-13 11:50-0400\n"
9
+ "PO-Revision-Date: 2016-10-13 11:50-0400\n"
10
  "Last-Translator: sheisjeremy\n"
11
  "Language-Team: Tagalog (http://www.transifex.com/wp-translations/wp-backitup/"
12
  "language/tl/)\n"
25
  msgid "Every %d Minutes"
26
  msgstr ""
27
 
28
+ #: lib/includes/class-wpbackitup-admin.php:219 views/backup.php:277
29
+ #: views/backup.php:283 views/backup.php:348 views/backup.php:385
30
+ #: views/restore.php:99 wp-backitup.php:152
31
  msgid "Backup"
32
  msgstr "Backup"
33
 
34
+ #: lib/includes/class-wpbackitup-admin.php:223
35
+ #: lib/includes/class-wpbackitup-admin.php:265 views/about.php:191
36
+ #: views/restore.php:136 wp-backitup.php:166
37
  msgid "Restore"
38
  msgstr "Ipanumbalik sa orihinal"
39
 
40
+ #: lib/includes/class-wpbackitup-admin.php:227 views/support.php:62
41
  msgid "Support"
42
  msgstr "Support"
43
 
44
+ #: lib/includes/class-wpbackitup-admin.php:230
45
  msgid "Settings"
46
  msgstr "Mga Setting"
47
 
48
+ #: lib/includes/class-wpbackitup-admin.php:233
49
+ msgid "About"
50
+ msgstr ""
51
+
52
+ #: lib/includes/class-wpbackitup-admin.php:258
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:259 views/backup.php:439
60
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
61
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
62
  #: views/backup.php:446 views/backup.php:447 views/backup.php:449
64
  msgid "Warning"
65
  msgstr "Babala"
66
 
67
+ #: lib/includes/class-wpbackitup-admin.php:260 views/backup.php:253
68
  #: views/backup.php:376
69
  msgid "Error"
70
  msgstr "Pagkakamali"
71
 
72
+ #: lib/includes/class-wpbackitup-admin.php:261
73
  msgid "Response"
74
  msgstr "Tugon"
75
 
76
+ #: lib/includes/class-wpbackitup-admin.php:262 views/backup.php:352
77
+ #: views/backup.php:404 views/backup.php:430 views/restore.php:230
78
  msgid "Status"
79
  msgstr "Kalagayan"
80
 
81
+ #: lib/includes/class-wpbackitup-admin.php:263
82
  msgid "Download"
83
  msgstr "Download"
84
 
85
+ #: lib/includes/class-wpbackitup-admin.php:264 views/backup.php:407
86
  #: views/restore.php:129
87
  msgid "Delete"
88
  msgstr "Burahin"
89
 
90
+ #: lib/includes/class-wpbackitup-admin.php:266
91
  msgid "(JS997) Unexpected error"
92
  msgstr "(JS997) hindi inaasahang pagkakamali o hindi inaasahang error"
93
 
94
+ #: lib/includes/class-wpbackitup-admin.php:267
95
  msgid "(JS998) Unexpected error"
96
  msgstr "(JS998) hindi inaasahang pagkakamali o hindi inaasahang error"
97
 
98
+ #: lib/includes/class-wpbackitup-admin.php:268
99
  msgid "(JS999) An unexpected error has occurred"
100
  msgstr ""
101
  "(JS999) Nangyari ang hindi inaasahang pagkakamali o Nangyari ang hindi "
102
  "inaasahang error"
103
 
104
+ #: lib/includes/class-wpbackitup-admin.php:269
105
  msgid "Scheduled has been saved."
106
  msgstr "Ang schedule ay naka-save."
107
 
108
+ #: lib/includes/class-wpbackitup-admin.php:270
109
  msgid "Scheduled was not saved."
110
  msgstr "Ang schedule ay hindi naka - save. "
111
 
112
+ #: lib/includes/class-wpbackitup-admin.php:271
113
  msgid "Are you sure you want to restore your site?"
114
  msgstr ""
115
  "Ikaw ba ay nakasisiguro na dapat ibalik sa orihinal ang iyong website? "
116
 
117
+ #: lib/includes/class-wpbackitup-admin.php:272
118
  msgid "Are you sure ?"
119
  msgstr "Ikaw ba ay nakasisiguro?"
120
 
121
+ #: lib/includes/class-wpbackitup-admin.php:273
122
  msgid "This file cannot be delete!"
123
  msgstr "Ang file na ito ay hindi maaaring tanggalin!"
124
 
125
+ #: lib/includes/class-wpbackitup-admin.php:274
126
  msgid "View Log"
127
  msgstr "Tignan ang log files. "
128
 
129
+ #: lib/includes/class-wpbackitup-admin.php:275
130
  msgid "New Backup!"
131
  msgstr "Bagong backup!"
132
 
133
+ #: lib/includes/class-wpbackitup-admin.php:276
134
  msgid "Uploaded Backup"
135
  msgstr "Na upload na backup"
136
 
137
+ #: lib/includes/class-wpbackitup-admin.php:632
138
  msgid "Backup Queued"
139
  msgstr "Ang backup ay nakalinya."
140
 
141
+ #: lib/includes/class-wpbackitup-admin.php:641
142
  msgid "Backup could not be queued"
143
  msgstr "Ang backup ay hindi maaaring isama sa mga naka linya"
144
 
145
+ #: lib/includes/class-wpbackitup-admin.php:653
146
  msgid "Job is already in queue."
147
  msgstr "Ang Job ay nasa queue. "
148
 
149
+ #: lib/includes/class-wpbackitup-admin.php:691
150
  msgid "No backup file selected."
151
  msgstr "Walang backup file na napili"
152
 
153
+ #: lib/includes/class-wpbackitup-admin.php:698
154
  msgid "No user id found."
155
  msgstr "Walang matagpuan na user id"
156
 
157
+ #: lib/includes/class-wpbackitup-admin.php:736
158
  msgid "Restore Queued"
159
  msgstr "Nakalinya na ang mga ipanunumbalik sa orihinal."
160
 
161
+ #: lib/includes/class-wpbackitup-admin.php:745
162
  msgid "Restore could not be queued"
163
  msgstr "Hindi maaaring isama sa linya ng mga ibabalik sa orihinal. "
164
 
165
+ #: lib/includes/class-wpbackitup-admin.php:751
166
  msgid "Restore already in queue"
167
  msgstr "Ang ipanunumbalik sa orihinal ay nakalinya na. "
168
 
169
+ #: lib/includes/class-wpbackitup-admin.php:783
170
  msgid "No job id posted"
171
  msgstr "Walang job id na na-i-post"
172
 
173
+ #: lib/includes/class-wpbackitup-admin.php:791 views/backup.php:470
174
  msgid "Backup Cancelled"
175
  msgstr "Nakansela na backup "
176
 
177
+ #: lib/includes/class-wpbackitup-admin.php:793
178
  msgid "Backup job not found"
179
  msgstr "Hindi natagpuan ang Backup Job"
180
 
181
+ #: lib/includes/class-wpbackitup-admin.php:1001
182
  msgid "No response log found."
183
  msgstr "Walang makita na response log."
184
 
185
+ #: lib/includes/class-wpbackitup-admin.php:1103
186
+ #: lib/includes/class-wpbackitup-admin.php:1111
187
+ #: lib/includes/class-wpbackitup-admin.php:1185
188
+ #: lib/includes/class-wpbackitup-admin.php:1192
189
+ #: lib/includes/class-wpbackitup-admin.php:1199
190
+ #: lib/includes/class-wpbackitup-admin.php:1206
191
+ #: lib/includes/class-wpbackitup-admin.php:1213
192
  msgid "Please enter a number"
193
  msgstr "Maglagay ng numero "
194
 
195
+ #: lib/includes/class-wpbackitup-admin.php:1139
196
  msgid "Please enter valid email"
197
  msgstr ""
198
 
199
+ #: lib/includes/class-wpbackitup-admin.php:1322
200
  msgid "Please enter a valid email"
201
  msgstr "Ilagay ang tamang email."
202
 
203
+ #: lib/includes/class-wpbackitup-admin.php:1329
204
  msgid "Please enter your support ticket id"
205
  msgstr "Ilagay ang iyong support ticket id"
206
 
207
+ #: lib/includes/class-wpbackitup-admin.php:1334
208
  msgid "Please only enter numbers in this field"
209
  msgstr "Ilagay lamang ang numero"
210
 
211
+ #: lib/includes/class-wpbackitup-admin.php:2191
212
+ #: lib/includes/class-wpbackitup-admin.php:2211
213
  msgid ""
214
  "License could not be activated. Please try again in a few hours and contact "
215
  "support if this error continues."
217
  "Hindi ma-activate ang lisensya. Pakisubukang muli pagkalipas ng ilang oras "
218
  "at makipag-ugnayan sa support kung ang error na ito ay patuloy pa rin. "
219
 
220
+ #: lib/includes/class-wpbackitup-admin.php:2260
221
  msgid "License is invalid."
222
  msgstr "Ang lisensya ay hindi wasto"
223
 
224
+ #: lib/includes/class-wpbackitup-admin.php:2265
225
  msgid "License has expired."
226
  msgstr "Ang lisensya ay wala ng bisa."
227
 
228
+ #: lib/includes/class-wpbackitup-admin.php:2268
229
  #, php-format
230
  msgid ""
231
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
236
  "renew </a> ang iyong lisensya ngayon para sa isa pang taon ng mga update "
237
  "<strong> ng produkto </strong> at <strong> priority support. </strong>"
238
 
239
+ #: lib/includes/class-wpbackitup-admin.php:2282
240
  msgid "License Expired: Scheduled backups are no longer active."
241
  msgstr ""
242
  "Ang lisensya ay wala ng bisa: Ang naka iskedyul na mga backup ay hindi na "
243
  "aktibo. "
244
 
245
+ #: lib/includes/class-wpbackitup-admin.php:2290
246
  msgid "Activation limit has been reached."
247
  msgstr "Ang pagtatakda ng aktibasyon ay umabot na sa limitasyon "
248
 
249
+ #: lib/includes/class-wpbackitup-admin.php:2296
250
  msgid "Your Activation limit has been reached"
251
  msgstr "Ang pagtatakda ng aktibasyon ay umabot na sa limitasyon "
252
 
567
  msgid "(999) Unexpected error"
568
  msgstr "(999) Hindi inaasahang error o hindi inaasahang pagkakamali"
569
 
570
+ #: views/about.php:59
571
+ msgid "Getting Started"
572
+ msgstr ""
573
+
574
+ #: views/about.php:62
575
+ msgid "What's New"
576
+ msgstr ""
577
+
578
+ #: views/about.php:65
579
+ msgid "Premium Plugin"
580
+ msgstr ""
581
+
582
+ #: views/about.php:117 views/support.php:92
583
+ msgid "WPBackItUp"
584
+ msgstr ""
585
+
586
+ #: views/about.php:118
587
+ #, php-format
588
+ msgid "Welcome to WPBackItUp %s"
589
+ msgstr ""
590
+
591
+ #: views/about.php:120
592
+ #, php-format
593
+ msgid ""
594
+ "Thank you for updating to the latest version! WPBackItUp %s is ready to make "
595
+ "sure your site is backed up quickly, securely, and completely!"
596
+ msgstr ""
597
+
598
+ #: views/about.php:136
599
+ msgid ""
600
+ "Use the tips below to get started using WPBackItUp and you will be "
601
+ "<em>backing it up</em> in no time!"
602
+ msgstr ""
603
+
604
+ #: views/about.php:139 views/backup.php:482
605
+ msgid "Backups"
606
+ msgstr "Backups"
607
+
608
+ #: views/about.php:140
609
+ msgid "Creating Your First Backup"
610
+ msgstr ""
611
+
612
+ #: views/about.php:146
613
+ msgid "One Click &rarr; Backup"
614
+ msgstr ""
615
+
616
+ #: views/about.php:147
617
+ msgid ""
618
+ "The backup menu option is the starting point for all things related to "
619
+ "backups. To create your first backup, simply click the <em>Backup</em> "
620
+ "button and WPBackItUp will backup your entire site. This includes your "
621
+ "database, plugins, themes, and even all your media files."
622
+ msgstr ""
623
+
624
+ #: views/about.php:150 views/about.php:395
625
+ msgid "Download Backups"
626
+ msgstr ""
627
+
628
+ #: views/about.php:151
629
+ msgid ""
630
+ "Downloading your backups is simple too. Click the backup you want to "
631
+ "download from the <em>Available backups</em> listing. Then click the part of "
632
+ "the backup you want to download (database, plugins, themes, media files). "
633
+ "Or download the entire backup in just one click."
634
+ msgstr ""
635
+
636
+ #: views/about.php:162
637
+ msgid "Automatic Backups"
638
+ msgstr ""
639
+
640
+ #: views/about.php:168
641
+ msgid "Schedule your Backups (Premium Only)"
642
+ msgstr ""
643
+
644
+ #: views/about.php:169
645
+ msgid ""
646
+ "Schedule your backups to run any day of the week, or all of them. With our "
647
+ "flexible backup scheduler just select the days of the week you want your "
648
+ "backup to run and WPBackItUp will handle the rest."
649
+ msgstr ""
650
+
651
+ #: views/about.php:171
652
+ msgid "Backup Notifications"
653
+ msgstr ""
654
+
655
+ #: views/about.php:172
656
+ msgid ""
657
+ "Want to get notified every time a backup finishes? Just add your email "
658
+ "address to the notification section in backup settings. WPBackItUp even "
659
+ "supports multiple email addresses so add as many as you like."
660
+ msgstr ""
661
+
662
+ #: views/about.php:177 views/settings.php:86
663
+ msgid "Backup Retention"
664
+ msgstr "Backup Retention"
665
+
666
+ #: views/about.php:178
667
+ msgid ""
668
+ "Concerned about the amount of storage space used for backups? Use the "
669
+ "<em>backup retention</em> setting to tell WPBackItUp how many backups you "
670
+ "want to keep. WPBackItUp will make sure only the newest backups are saved."
671
+ msgstr ""
672
+
673
+ #: views/about.php:197
674
+ msgid "One Click &rarr; Restore (Premium Only)"
675
+ msgstr ""
676
+
677
+ #: views/about.php:198
678
+ msgid ""
679
+ "We hope you never need to restore your site but if you do then WPBackItUp "
680
+ "has you covered. And with our one-click restore feature, restoring your "
681
+ "site is just as easy as backing it up."
682
+ msgstr ""
683
+
684
+ #: views/about.php:200
685
+ msgid "Migration &amp; Cloning (Premium Only)"
686
+ msgstr ""
687
+
688
+ #: views/about.php:201
689
+ msgid ""
690
+ "Need to migrate your site to a new host or want to clone a copy to your "
691
+ "staging server? WPBackItUp does that too! Just upload your backups to your "
692
+ "new WordPress install and restore it using the one-click restore feature."
693
+ msgstr ""
694
+
695
+ #: views/about.php:212
696
+ msgid "Need Help?"
697
+ msgstr ""
698
+
699
+ #: views/about.php:219
700
+ msgid "Phenomenal Support"
701
+ msgstr ""
702
+
703
+ #: views/about.php:220
704
+ msgid "Get support"
705
+ msgstr "Makipagugnayan sa support para sa tulong"
706
+
707
+ #: views/about.php:222
708
+ #, php-format
709
+ msgid ""
710
+ "We do our best to provide the best product possible but if you run into "
711
+ "trouble then support is just a few clicks away. To get help or if you have a "
712
+ "question, simply open a ticket using our %s."
713
+ msgstr ""
714
+
715
+ #: views/about.php:222
716
+ msgid "support portal"
717
+ msgstr ""
718
+
719
+ #: views/about.php:224
720
+ msgid "Need Even Faster Support?"
721
+ msgstr ""
722
+
723
+ #: views/about.php:225
724
+ #, php-format
725
+ msgid ""
726
+ "Our %s system is there for customers that need faster or more in-depth "
727
+ "assistance."
728
+ msgstr ""
729
+
730
+ #: views/about.php:225
731
+ msgid "Priority Support"
732
+ msgstr ""
733
+
734
+ #: views/about.php:227
735
+ msgid "Need Help Migrating Your Site to a New Host?"
736
+ msgstr ""
737
+
738
+ #: views/about.php:228
739
+ #, php-format
740
+ msgid ""
741
+ "Our Site Migration experts have helped hundreds of WPBackItUp customers "
742
+ "migrate their sites and now you can take advantage of that experience with "
743
+ "our WordPress %s. Let our experts save you time and headaches by doing it "
744
+ "for you!"
745
+ msgstr ""
746
+
747
+ #: views/about.php:228
748
+ msgid "Site Migration Service"
749
+ msgstr ""
750
+
751
+ #: views/about.php:230
752
+ msgid "Tools Tools Tools..."
753
+ msgstr ""
754
+
755
+ #: views/about.php:231
756
+ #, php-format
757
+ msgid ""
758
+ "Great web sites and businesses are built with great tools and products that "
759
+ "help you achieve your goals as efficiently as possible. My team and I have "
760
+ "spent a tremendous amount of time and effort evaluating tools to help run "
761
+ "our WordPress powered website and business. And now you can leverage all our "
762
+ "hard work and my 20+ years experience in the software industry with a simple "
763
+ "mouse click. The %s is a growing list of tools and products we use at "
764
+ "WPBackItUp to enhance our websites and businesses. Please feel free to use "
765
+ "our experience to empower, enhance and accelerate your sites and businesses."
766
+ msgstr ""
767
+
768
+ #: views/about.php:231
769
+ msgid "WPBackItUp Tools List"
770
+ msgstr ""
771
+
772
+ #: views/about.php:238
773
+ msgid "Stay Up to Date"
774
+ msgstr ""
775
+
776
+ #: views/about.php:243
777
+ msgid "Get Notified of New Releases"
778
+ msgstr ""
779
+
780
+ #: views/about.php:244
781
+ #, php-format
782
+ msgid ""
783
+ "New features that make WPBackItUp even more powerful are released often. "
784
+ "Subscribe to our newsletter to stay up to date with our latest releases. %s "
785
+ "to ensure you do not miss a release!"
786
+ msgstr ""
787
+
788
+ #: views/about.php:244 views/about.php:248
789
+ msgid "Sign up now"
790
+ msgstr ""
791
+
792
+ #: views/about.php:247
793
+ msgid "Get Alerted About New Tutorials"
794
+ msgstr ""
795
+
796
+ #: views/about.php:248
797
+ #, php-format
798
+ msgid ""
799
+ "%s to hear about the latest tutorials that explain how to take WPBackItUp "
800
+ "further."
801
+ msgstr ""
802
+
803
+ #: views/about.php:267
804
+ #, php-format
805
+ msgid "Below are just a few highlights for version %s. "
806
+ msgstr ""
807
+
808
+ #: views/about.php:270
809
+ msgid "Email Notifications"
810
+ msgstr ""
811
+
812
+ #: views/about.php:276
813
+ msgid ""
814
+ "WPBackItUp now supports multiple email addresses for backup notifications. "
815
+ "Using the WPBackItUp Settings page add multiple email addresses to the "
816
+ "<em>Email Notifications</em> setting and all will receive notification "
817
+ "emails when your backups complete."
818
+ msgstr ""
819
+
820
+ #: views/about.php:278
821
+ msgid "About Page"
822
+ msgstr ""
823
+
824
+ #: views/about.php:279
825
+ msgid ""
826
+ "WPBackItUp now has a new <em>about</em> page and you are looking at it right "
827
+ "now! The about page contains tips to help get you started with WPBackItUp "
828
+ "as well as links to our knowledge base, faqs and instructions on how to "
829
+ "contact support if you ever need help. It also includes a <em>what's new</"
830
+ "em> section describing all the incredible new features and enhancements we "
831
+ "make with every release."
832
+ msgstr ""
833
+
834
+ #: views/about.php:281 views/settings.php:140
835
+ msgid "Maximum Zip File Size"
836
+ msgstr ""
837
+
838
+ #: views/about.php:282
839
+ msgid ""
840
+ "Over the years we have found that some hosting providers enforce strict "
841
+ "limitations on the size of your backup archives. When this happens you "
842
+ "might see backup errors, or more commonly backup jobs appear to never "
843
+ "finish. To combat this challenge we have added the <em>Maximum Zip File "
844
+ "Size</em> setting. This setting tells WPBackItUp when to stop adding files "
845
+ "to a backup archive and create a new one. Don't worry WPBackItUp won't miss "
846
+ "any files, it will just add them to a new backup archive."
847
+ msgstr ""
848
+
849
+ #: views/about.php:293
850
+ msgid "Additional Updates"
851
+ msgstr ""
852
+
853
+ #: views/about.php:296
854
+ msgid "Backup Encryption (Premium Only)"
855
+ msgstr ""
856
+
857
+ #: views/about.php:297
858
+ msgid ""
859
+ "That's right, we have added backup encryption to this release but have "
860
+ "turned it off while we beta test with a few customers. Backup encryption "
861
+ "will be included in our next major release (1.14) which is due out soon."
862
+ msgstr ""
863
+
864
+ #: views/about.php:300
865
+ msgid "File Name Validation"
866
+ msgstr ""
867
+
868
+ #: views/about.php:301
869
+ msgid ""
870
+ "We have added an additional validation for files with invalid names. This "
871
+ "check will exclude files from a backup with invalid file names. These files "
872
+ "are often corrupt and cause errors during a restore."
873
+ msgstr ""
874
+
875
+ #: views/about.php:304
876
+ msgid "SQL Files"
877
+ msgstr ""
878
+
879
+ #: views/about.php:305
880
+ msgid ""
881
+ "For those of you with extremely large databases, you will be happy to know "
882
+ "that we now support database exports that contain more than 500 SQL files."
883
+ msgstr ""
884
+
885
+ #: views/about.php:309
886
+ msgid "Cloud API Gateway "
887
+ msgstr ""
888
+
889
+ #: views/about.php:310
890
+ msgid ""
891
+ "Every once in a while we have connectivity issues with a few hosts when "
892
+ "customers attempt to activate their license. To combat this issue we have "
893
+ "added a cloud based API gateway that should be accessible to hosting "
894
+ "providers in every country and on any platform."
895
+ msgstr ""
896
+
897
+ #: views/about.php:313
898
+ msgid "Tables missing WordPress table prefix"
899
+ msgstr ""
900
+
901
+ #: views/about.php:314
902
+ msgid ""
903
+ "We have added support for database tables that are missing the WordPress "
904
+ "table prefix. Some plugins create custom tables that do not contain the "
905
+ "WordPress table prefix. While this practice is discouraged, it sometimes "
906
+ "still happens. WPBackItUp will now include all tables in a database, even "
907
+ "when the table prefix is missing."
908
+ msgstr ""
909
+
910
+ #: views/about.php:320
911
+ msgid "Want to see the entire changelog?"
912
+ msgstr ""
913
+
914
+ #: views/about.php:321
915
+ msgid "View the Full Changelog"
916
+ msgstr ""
917
+
918
+ #: views/about.php:350
919
+ msgid "Full Changelog"
920
+ msgstr ""
921
+
922
+ #: views/about.php:370
923
+ msgid "Take a look at what you are missing!"
924
+ msgstr ""
925
+
926
+ #: views/about.php:378
927
+ msgid "FEATURES"
928
+ msgstr ""
929
+
930
+ #: views/about.php:379
931
+ msgid "LITE"
932
+ msgstr ""
933
+
934
+ #: views/about.php:380
935
+ msgid "PREMIUM"
936
+ msgstr ""
937
+
938
+ #: views/about.php:385
939
+ msgid "Complete Backup (Database, Themes, Plugins &amp; Media Files)"
940
+ msgstr ""
941
+
942
+ #: views/about.php:390
943
+ msgid "Compressed Backups (Zip Format)"
944
+ msgstr ""
945
+
946
+ #: views/about.php:400
947
+ msgid "Directory Filters"
948
+ msgstr ""
949
+
950
+ #: views/about.php:405
951
+ msgid "Database Table Filters"
952
+ msgstr ""
953
+
954
+ #: views/about.php:410
955
+ msgid "Single File Database Export"
956
+ msgstr ""
957
+
958
+ #: views/about.php:415
959
+ msgid "Single File Backup"
960
+ msgstr ""
961
+
962
+ #: views/about.php:420
963
+ msgid "Purge Old Backups"
964
+ msgstr ""
965
+
966
+ #: views/about.php:425
967
+ msgid "Cleanup Work Files &amp; Logs"
968
+ msgstr ""
969
+
970
+ #: views/about.php:430
971
+ msgid "Backup Notifications via Email"
972
+ msgstr ""
973
+
974
+ #: views/about.php:435
975
+ msgid "One Click Restore</strong>"
976
+ msgstr ""
977
+
978
+ #: views/about.php:440
979
+ msgid "Scheduled Backups"
980
+ msgstr ""
981
+
982
+ #: views/about.php:445
983
+ msgid "Import Backups"
984
+ msgstr ""
985
+
986
+ #: views/about.php:455
987
+ msgid "Premium Support"
988
+ msgstr ""
989
+
990
+ #: views/about.php:460
991
+ msgid "Product Updates"
992
+ msgstr ""
993
+
994
+ #: views/about.php:467
995
+ msgid "GET PREMIUM"
996
+ msgstr ""
997
+
998
+ #: views/about.php:490
999
+ msgid "No valid changelog was found."
1000
+ msgstr ""
1001
+
1002
  #. TRANSLATORS: %s = plugin name.
1003
  #. This string is in the header of one of my pages and looks like this: WP BackItUp Dashboard
1004
  #. Similar to how WordPress uses the word dashboard at the in the left navigation.
1143
  msgid "Available Backups"
1144
  msgstr "Magagamit na Backups "
1145
 
1146
+ #: views/backup.php:349 views/backup.php:398
1147
  msgid "Type"
1148
  msgstr "Uri "
1149
 
1150
+ #: views/backup.php:350 views/backup.php:400 views/restore.php:100
1151
  msgid "Date"
1152
  msgstr "Petsa"
1153
 
1154
+ #: views/backup.php:351 views/backup.php:402
1155
  msgid "Duration"
1156
  msgstr "Panahong itinagal"
1157
 
1251
  msgid "Backup completed successfully"
1252
  msgstr "Matagumpay na nakumpleto ang backup"
1253
 
 
 
 
 
1254
  #: views/backup.php:482
1255
  msgid "Version "
1256
  msgstr "Bersyon "
1429
  msgid "Documentation"
1430
  msgstr "Dokumentasyon"
1431
 
 
 
 
 
1432
  #: views/backup.php:613
1433
  msgid "Feature request"
1434
  msgstr "Feature request"
1936
  msgid "%s Settings"
1937
  msgstr "%s Setting"
1938
 
1939
+ #: views/settings.php:51
1940
  msgid "Settings updated successfully!"
1941
  msgstr "Matagumpay na na-i-update ang plugin"
1942
 
1943
+ #: views/settings.php:64
1944
  msgid "Email Notifications"
1945
  msgstr "Abiso sa Email"
1946
 
1947
+ #: views/settings.php:65
1948
  msgid ""
1949
  "Please enter your email address if you would like to receive backup email "
1950
  "notifications."
1952
  "Pakilagay ang iyong email address kung nais mong makatanggap ng mga abiso "
1953
  "sa email tungkol sa backup. "
1954
 
1955
+ #: views/settings.php:66
1956
  msgid ""
1957
  "Backup email notifications will be sent for every backup and will contain "
1958
  "status information related to the backup."
1960
  "Magpapadala ng abiso sa email sa bawat backup at naglalaman ito ng "
1961
  "impormasyon na may kaugnayan sa backup."
1962
 
1963
+ #: views/settings.php:68 views/settings.php:90 views/settings.php:113
1964
+ #: views/settings.php:120 views/settings.php:128 views/settings.php:136
1965
+ #: views/settings.php:152 views/settings.php:168 views/settings.php:199
1966
+ #: views/settings.php:233 views/settings.php:273 views/settings.php:282
1967
  msgid "Save"
1968
  msgstr "I-save"
1969
 
1970
+ #: views/settings.php:87
 
 
 
 
1971
  msgid ""
1972
  "Enter the number of backup archives that you would like to remain on the "
1973
  "server."
1974
  msgstr "Ilagay ang bilang ng backup archive na nais mong manatili sa server."
1975
 
1976
+ #: views/settings.php:88
1977
  msgid ""
1978
  "Many hosts limit the amount of space that you can take up on their servers. "
1979
  "This option tells WPBackItUp the maximum number of backup archives that "
1986
  "host server. Huwag mag-alala, kami ay palaging nagtatanggal muna ng "
1987
  "pinakaluma na backup archives."
1988
 
1989
+ #: views/settings.php:107
1990
  msgid "Logging?"
1991
  msgstr "Logging?"
1992
 
1993
+ #: views/settings.php:108
1994
  msgid "Turn on WPBackItUp logging."
1995
  msgstr "Mangyaring i-on ang WPBackItUp logging"
1996
 
1997
+ #: views/settings.php:109
1998
  msgid ""
1999
  "This option should only be turned on by advanced users or when "
2000
  "troubleshooting issues with WPBackItUp support."
2002
  "Ang opsyon na ito ay dapat i- on kapag nag -troubleshoot ng mga isyu sa "
2003
  "WPBackItUp Support."
2004
 
2005
+ #: views/settings.php:110
2006
  msgid "Yes"
2007
  msgstr "Oo"
2008
 
2009
+ #: views/settings.php:111
2010
  msgid "No"
2011
  msgstr "Hindi"
2012
 
2013
+ #: views/settings.php:117
2014
  msgid "Disable restore version compare?"
2015
  msgstr ""
2016
 
2017
+ #: views/settings.php:119
2018
  msgid ""
2019
  "Check this box if you would like WPBackItUp not to check major version "
2020
  "issue. This could be dangerous, you can disable it with your own risk."
2021
  msgstr ""
2022
 
2023
+ #: views/settings.php:124
2024
  msgid "Single File Backup Set"
2025
  msgstr "Single File Backup Set"
2026
 
2027
+ #: views/settings.php:126
2028
  msgid ""
2029
  "Check this box if you would like WPBackItUp to create a single zip file that "
2030
  "contains your entire backup."
2031
  msgstr ""
2032
 
2033
+ #: views/settings.php:127
2034
  msgid ""
2035
  "When this setting is turned on WPBackItUp will attempt to create a single "
2036
  "zip file that contains your entire backup. This option may may not be "
2038
  "automatically if WPBackItUp is unable to complete this step for any reason."
2039
  msgstr ""
2040
 
2041
+ #: views/settings.php:132
2042
  msgid "Single File Database Export (db)"
2043
  msgstr ""
2044
 
2045
+ #: views/settings.php:134
2046
  msgid ""
2047
  "Check this box if you would like WPBackItUp to export your database into a "
2048
  "single db file."
2049
  msgstr ""
2050
 
2051
+ #: views/settings.php:135
2052
  msgid ""
2053
  "When this setting is turned on WPBackItUp will attempt to create a single "
2054
  "file that contains your entire database. This option may not be possible "
2056
  "if WPBackItUp is unable to complete this step for any reason."
2057
  msgstr ""
2058
 
2059
+ #: views/settings.php:142
 
 
 
 
2060
  msgid "Select your maximum zip file size."
2061
  msgstr ""
2062
 
2063
+ #: views/settings.php:143
2064
  msgid ""
2065
  "Some hosting providers do not allow large zip files so if you are "
2066
  "encountering backup errors then reducing this setting may help. Please note "
2068
  "as possible."
2069
  msgstr ""
2070
 
2071
+ #: views/settings.php:145
2072
  msgid "100MB"
2073
  msgstr ""
2074
 
2075
+ #: views/settings.php:146
2076
  msgid "200MB"
2077
  msgstr ""
2078
 
2079
+ #: views/settings.php:147
2080
  msgid "300MB"
2081
  msgstr ""
2082
 
2083
+ #: views/settings.php:148
2084
  msgid "400MB"
2085
  msgstr ""
2086
 
2087
+ #: views/settings.php:149
2088
  msgid "500MB"
2089
  msgstr ""
2090
 
2091
+ #: views/settings.php:156
2092
+ msgid "Task Timeout"
2093
+ msgstr ""
2094
+
2095
+ #: views/settings.php:158
2096
+ msgid "Select how long WPBackItUp should wait for tasks to complete."
2097
+ msgstr ""
2098
+
2099
+ #: views/settings.php:159
2100
+ msgid ""
2101
+ "On some hosts background tasks are allowed to run for a very limited amount "
2102
+ "of time before they timeout. This setting will tell WPBackItUp how long to "
2103
+ "wait for each background task to complete. This setting should only be used "
2104
+ "when working with WPBackItUp support."
2105
+ msgstr ""
2106
+
2107
+ #: views/settings.php:161
2108
+ msgid "1 Minute"
2109
+ msgstr ""
2110
+
2111
+ #: views/settings.php:162
2112
+ msgid "2 Minute"
2113
+ msgstr ""
2114
+
2115
+ #: views/settings.php:163
2116
+ msgid "3 Minute"
2117
+ msgstr ""
2118
+
2119
+ #: views/settings.php:164
2120
+ msgid "4 Minute"
2121
+ msgstr ""
2122
+
2123
+ #: views/settings.php:165
2124
+ msgid "5 Minute"
2125
+ msgstr ""
2126
+
2127
+ #: views/settings.php:172
2128
  msgid "Batch Size"
2129
  msgstr "Laki ng Pangkat"
2130
 
2131
+ #: views/settings.php:173
2132
  msgid "Enter the batch size for each of your content items."
2133
  msgstr "Ilagay ang laki ng batch size sa bawat nilalaman na aytem. "
2134
 
2135
+ #: views/settings.php:174
2136
  msgid ""
2137
  "These settings tell WPBackItUp how many items that should be added to the "
2138
  "backup at a time. If you experience timeouts while running a backup then "
2145
  "makatulong na mabawasan ang dami ng oras na aabutin ng WPBackItUp sa "
2146
  "pagkumpleto ng bawat backup na gagawin."
2147
 
2148
+ #: views/settings.php:177
2149
  msgid "DB Tables Batch Size"
2150
  msgstr "Laki ng Pangkat ng DB Tables"
2151
 
2152
+ #: views/settings.php:182
2153
  msgid "Plugins Batch Size"
2154
  msgstr "Laki ng Pangkat ng Plugins "
2155
 
2156
+ #: views/settings.php:187
2157
  msgid "Themes Batch Size"
2158
  msgstr "Laki ng Pangkat ng Tema"
2159
 
2160
+ #: views/settings.php:192
2161
  msgid "Uploads Batch Size"
2162
  msgstr "Laki ng Pangkat ng Uploads "
2163
 
2164
+ #: views/settings.php:197
2165
  msgid "Others Batch Size"
2166
  msgstr "Iba pang mga Laki ng Pangkat"
2167
 
2168
+ #: views/settings.php:200 views/settings.php:234 views/settings.php:274
2169
  msgid ""
2170
  "* These settings should only be modified by advanced users or when when "
2171
  "working with WPBackItUp support."
2173
  "Ang opsyon na ito ay babaguhin lamang sa tuwing nakikipagugnayan sa "
2174
  "WPBackItUp support."
2175
 
2176
+ #: views/settings.php:212
2177
  msgid "Filter Your Folders"
2178
  msgstr "Salain ang Folders"
2179
 
2180
+ #: views/settings.php:213
2181
  msgid ""
2182
  "Enter a comma separated list of folders that should be excluded from your "
2183
  "backups."
2184
  msgstr ""
2185
  "Lagyan ng kuwit ang bawat talaan ng mga folders na hindi isasama sa backup. "
2186
 
2187
+ #: views/settings.php:214
2188
  msgid ""
2189
  "It is important to note that when a folder name is present in this list any "
2190
  "occurrence of that folder, and all its contents, will be excluded from the "
2194
  "talaan, anumang pangyayari sa folder na iyon, at ang lahat ng mga nilalaman "
2195
  "nito, ay hindi maisasama sa backup."
2196
 
2197
+ #: views/settings.php:216
2198
  msgid "Plugin Folders Filter"
2199
  msgstr "Folders Filter ng Plugin"
2200
 
2201
+ #: views/settings.php:221
2202
  msgid "Theme Folders Filter"
2203
  msgstr "Folders Filter ng Tema"
2204
 
2205
+ #: views/settings.php:226
2206
  msgid "Upload Folders Filter"
2207
  msgstr "Folders Filter ng Uploads"
2208
 
2209
+ #: views/settings.php:230
2210
  msgid "Other Folders Filter"
2211
  msgstr "Iba pang mga Folders Filter"
2212
 
2213
+ #: views/settings.php:239
2214
  msgid "Filter Your Database Tables"
2215
  msgstr "Salain ang Database Tables "
2216
 
2217
+ #: views/settings.php:240
2218
  msgid "Exclude custom database tables from the backup."
2219
  msgstr "Huwag isama ang custom database tables sa backup."
2220
 
2221
+ #: views/settings.php:241
2222
  msgid ""
2223
  "If you would like to exclude a custom table from the backup then simply drag "
2224
  "it to the list on the right. WordPress core tables may not be excluded from "
2228
  "ito sa talaan sa kanan. Ang WordPress core tables ay hindi maaaring "
2229
  "tanggalin mula sa backup."
2230
 
2231
+ #: views/settings.php:279
2232
  msgid "Remove Data on Uninstall?"
2233
  msgstr "Alisin ang Data sa Uninstall?"
2234
 
2235
+ #: views/settings.php:281
2236
  msgid ""
2237
  "Check this box if you would like WPBackItUp to completely remove all of its "
2238
  "data when the plugin is deleted."
2240
  "Markahan ng tsek kung nais mo na ganap na alisin ng WPBackItUp ang lahat "
2241
  "ng data nito kapag ang plugin ay tinanggal na."
2242
 
2243
+ #: views/support.php:65 views/support.php:221
2244
+ msgid "Send Logs"
2245
+ msgstr ""
 
2246
 
2247
+ #: views/support.php:71
2248
+ msgid "Advanced"
2249
+ msgstr ""
2250
 
2251
+ #: views/support.php:93
2252
+ msgid "Support Center"
2253
+ msgstr ""
2254
 
2255
+ #: views/support.php:95
2256
+ msgid ""
2257
+ "Welcome to the WPBackItUp support center. If you have any questions or run "
2258
+ "into any trouble with WPBackItUp then you've come to the right place."
2259
  msgstr ""
 
 
2260
 
2261
+ #: views/support.php:112
2262
+ msgid ""
2263
+ "To streamline support requests and better serve you, we utilize a support "
2264
+ "ticket system. Every support request is assigned a unique ticket number "
2265
+ "which you can use to track progress and responses via our support portal. "
2266
+ "For your convenience we provide a complete archive and history of all your "
2267
+ "support requests. All correspondence is via email so a valid email address "
2268
+ "is required to submit a ticket. "
2269
+ msgstr ""
2270
+
2271
+ #: views/support.php:120
2272
+ msgid "Search &rarr; Knowledge base"
2273
+ msgstr ""
2274
+
2275
+ #: views/support.php:121
2276
+ msgid ""
2277
+ "Want to search our entire documentation library, all our how to articles and "
2278
+ "even our faq's in one shot? Just type your question into the knowledge base "
2279
+ "search bar and we'll show you everything we have for that topic."
2280
+ msgstr ""
2281
+
2282
+ #: views/support.php:123
2283
+ msgid "New &rarr; Ticket"
2284
+ msgstr ""
2285
+
2286
+ #: views/support.php:124
2287
+ msgid ""
2288
+ "Need to open a new support ticket? Just click the link above. Please "
2289
+ "provide as much detail as possible so we can best assist you."
2290
+ msgstr ""
2291
+
2292
+ #: views/support.php:126
2293
+ msgid "Check &rarr; Status"
2294
+ msgstr ""
2295
+
2296
+ #: views/support.php:127
2297
+ msgid ""
2298
+ "To check ticket status or update a previously submitted ticket you will "
2299
+ "first need to login. Our support portal provides a history of your current "
2300
+ "and past support requests complete with responses."
2301
+ msgstr ""
2302
+
2303
+ #: views/support.php:129
2304
+ msgid "Send &rarr; Logs"
2305
+ msgstr ""
2306
+
2307
+ #: views/support.php:130
2308
+ msgid ""
2309
+ "Sometimes it may be necessary for you to send your log files to support. If "
2310
+ "that ever happens, just click the link above and we will show you what to do."
2311
+ msgstr ""
2312
+
2313
+ #: views/support.php:169
2314
+ msgid ""
2315
+ "If you have been asked by support to send your log files then you are in the "
2316
+ "right spot."
2317
+ msgstr ""
2318
+
2319
+ #: views/support.php:181
2320
+ msgid "Send Logs to Support"
2321
+ msgstr ""
2322
+
2323
+ #: views/support.php:182
2324
+ msgid "This form should only be used when working with support."
2325
+ msgstr ""
2326
+
2327
+ #: views/support.php:183
2328
  #, php-format
2329
  msgid ""
2330
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
2334
  "WPBackItUp <a href=\"%s\" target=\"_blank\"> support portal. </a> bago "
2335
  "gamitin ang form na ito."
2336
 
2337
+ #: views/support.php:184
2338
  msgid ""
2339
  "The ticket id you receive from your support request should be entered in the "
2340
  "ticket id field below."
2342
  "Ang mga ticket id na natanggap mo mula sa support ay dapat na ilagay sa "
2343
  "patlang ng ticket id ."
2344
 
2345
+ #: views/support.php:185
2346
  msgid "your email address"
2347
  msgstr "ang iyong email address"
2348
 
2349
+ #: views/support.php:196
2350
  msgid "support ticket id"
2351
  msgstr "support ticket id"
2352
 
2353
+ #: views/support.php:207
2354
  msgid "problem description or additional information"
2355
  msgstr "paglalarawan ng problema o karagdagang impormasyon"
2356
 
2357
+ #: views/support.php:224
 
 
 
 
2358
  msgid "Please register your version of WPBackItUp for access to support."
2359
  msgstr ""
2360
  "Mangyaring irehistro ang iyong bersyon ng WPBackItUp upang magkaroon ng "
2361
  "access sa support para sa tulong."
2362
 
2363
+ #: views/support.php:228
2364
  msgid "Premium customers receive priority support."
2365
  msgstr "Ang mga premium customer ay bibigyan ng unang tulong "
2366
 
2367
+ #: views/support.php:236
2368
+ msgid "Support email could not be sent!"
2369
+ msgstr ""
2370
+
2371
+ #: views/support.php:243
2372
+ msgid "Support email sent successfully!"
2373
+ msgstr "Matagumpay na naipadala ang email sa support . "
2374
+
2375
+ #: views/support.php:267
2376
+ msgid "Content goes here"
2377
+ msgstr ""
2378
+
2379
  #: wp-backitup.php:103 wp-backitup.php:104
2380
  #, php-format
2381
  msgid "Every %s hours"
2408
  msgid "Cleanup"
2409
  msgstr "Paglilinis"
2410
 
2411
+ #~ msgid "%s Support"
2412
+ #~ msgstr "%s Support"
2413
+
2414
+ #~ msgid "Email Logs to Support"
2415
+ #~ msgstr "Mag email ng logs sa support para sa tulong"
2416
+
2417
+ #~ msgid "This form should be used to send log files to support only."
2418
+ #~ msgstr ""
2419
+ #~ "Ang form na ito ay dapat gamitin upang magpadala ng log files sa support "
2420
+ #~ "para sa tulong. "
2421
+
2422
+ #~ msgid "Send"
2423
+ #~ msgstr "Ipadala"
2424
+
2425
  #~ msgid "Creating backup information file"
2426
  #~ msgstr "Paglikha ng backup information file "
2427
 
languages/wp-backitup.pot CHANGED
@@ -2,7 +2,7 @@
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: WPBackItUp\n"
5
- "POT-Creation-Date: 2016-09-19 20:33-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,32 +21,36 @@ msgstr ""
21
  msgid "Every %d Minutes"
22
  msgstr ""
23
 
24
- #: lib/includes/class-wpbackitup-admin.php:218 views/backup.php:277
25
- #: views/backup.php:283 views/backup.php:348 views/restore.php:99
26
- #: wp-backitup.php:152
27
  msgid "Backup"
28
  msgstr ""
29
 
30
- #: lib/includes/class-wpbackitup-admin.php:222
31
- #: lib/includes/class-wpbackitup-admin.php:261 views/restore.php:136
32
- #: wp-backitup.php:166
33
  msgid "Restore"
34
  msgstr ""
35
 
36
- #: lib/includes/class-wpbackitup-admin.php:226
37
  msgid "Support"
38
  msgstr ""
39
 
40
- #: lib/includes/class-wpbackitup-admin.php:229
41
  msgid "Settings"
42
  msgstr ""
43
 
44
- #: lib/includes/class-wpbackitup-admin.php:254
 
 
 
 
45
  msgid ""
46
  "The backup you have selected exceeds what your host allows you to upload."
47
  msgstr ""
48
 
49
- #: lib/includes/class-wpbackitup-admin.php:255 views/backup.php:439
50
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
51
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
52
  #: views/backup.php:446 views/backup.php:447 views/backup.php:449
@@ -54,163 +58,163 @@ msgstr ""
54
  msgid "Warning"
55
  msgstr ""
56
 
57
- #: lib/includes/class-wpbackitup-admin.php:256 views/backup.php:253
58
  #: views/backup.php:376
59
  msgid "Error"
60
  msgstr ""
61
 
62
- #: lib/includes/class-wpbackitup-admin.php:257
63
  msgid "Response"
64
  msgstr ""
65
 
66
- #: lib/includes/class-wpbackitup-admin.php:258 views/backup.php:352
67
- #: views/backup.php:430 views/restore.php:230
68
  msgid "Status"
69
  msgstr ""
70
 
71
- #: lib/includes/class-wpbackitup-admin.php:259
72
  msgid "Download"
73
  msgstr ""
74
 
75
- #: lib/includes/class-wpbackitup-admin.php:260 views/backup.php:407
76
  #: views/restore.php:129
77
  msgid "Delete"
78
  msgstr ""
79
 
80
- #: lib/includes/class-wpbackitup-admin.php:262
81
  msgid "(JS997) Unexpected error"
82
  msgstr ""
83
 
84
- #: lib/includes/class-wpbackitup-admin.php:263
85
  msgid "(JS998) Unexpected error"
86
  msgstr ""
87
 
88
- #: lib/includes/class-wpbackitup-admin.php:264
89
  msgid "(JS999) An unexpected error has occurred"
90
  msgstr ""
91
 
92
- #: lib/includes/class-wpbackitup-admin.php:265
93
  msgid "Scheduled has been saved."
94
  msgstr ""
95
 
96
- #: lib/includes/class-wpbackitup-admin.php:266
97
  msgid "Scheduled was not saved."
98
  msgstr ""
99
 
100
- #: lib/includes/class-wpbackitup-admin.php:267
101
  msgid "Are you sure you want to restore your site?"
102
  msgstr ""
103
 
104
- #: lib/includes/class-wpbackitup-admin.php:268
105
  msgid "Are you sure ?"
106
  msgstr ""
107
 
108
- #: lib/includes/class-wpbackitup-admin.php:269
109
  msgid "This file cannot be delete!"
110
  msgstr ""
111
 
112
- #: lib/includes/class-wpbackitup-admin.php:270
113
  msgid "View Log"
114
  msgstr ""
115
 
116
- #: lib/includes/class-wpbackitup-admin.php:271
117
  msgid "New Backup!"
118
  msgstr ""
119
 
120
- #: lib/includes/class-wpbackitup-admin.php:272
121
  msgid "Uploaded Backup"
122
  msgstr ""
123
 
124
- #: lib/includes/class-wpbackitup-admin.php:609
125
  msgid "Backup Queued"
126
  msgstr ""
127
 
128
- #: lib/includes/class-wpbackitup-admin.php:618
129
  msgid "Backup could not be queued"
130
  msgstr ""
131
 
132
- #: lib/includes/class-wpbackitup-admin.php:630
133
  msgid "Job is already in queue."
134
  msgstr ""
135
 
136
- #: lib/includes/class-wpbackitup-admin.php:668
137
  msgid "No backup file selected."
138
  msgstr ""
139
 
140
- #: lib/includes/class-wpbackitup-admin.php:675
141
  msgid "No user id found."
142
  msgstr ""
143
 
144
- #: lib/includes/class-wpbackitup-admin.php:713
145
  msgid "Restore Queued"
146
  msgstr ""
147
 
148
- #: lib/includes/class-wpbackitup-admin.php:722
149
  msgid "Restore could not be queued"
150
  msgstr ""
151
 
152
- #: lib/includes/class-wpbackitup-admin.php:728
153
  msgid "Restore already in queue"
154
  msgstr ""
155
 
156
- #: lib/includes/class-wpbackitup-admin.php:760
157
  msgid "No job id posted"
158
  msgstr ""
159
 
160
- #: lib/includes/class-wpbackitup-admin.php:768 views/backup.php:470
161
  msgid "Backup Cancelled"
162
  msgstr ""
163
 
164
- #: lib/includes/class-wpbackitup-admin.php:770
165
  msgid "Backup job not found"
166
  msgstr ""
167
 
168
- #: lib/includes/class-wpbackitup-admin.php:978
169
  msgid "No response log found."
170
  msgstr ""
171
 
172
- #: lib/includes/class-wpbackitup-admin.php:1080
173
- #: lib/includes/class-wpbackitup-admin.php:1088
174
- #: lib/includes/class-wpbackitup-admin.php:1156
175
- #: lib/includes/class-wpbackitup-admin.php:1163
176
- #: lib/includes/class-wpbackitup-admin.php:1170
177
- #: lib/includes/class-wpbackitup-admin.php:1177
178
- #: lib/includes/class-wpbackitup-admin.php:1184
179
  msgid "Please enter a number"
180
  msgstr ""
181
 
182
- #: lib/includes/class-wpbackitup-admin.php:1116
183
  msgid "Please enter valid email"
184
  msgstr ""
185
 
186
- #: lib/includes/class-wpbackitup-admin.php:1293
187
  msgid "Please enter a valid email"
188
  msgstr ""
189
 
190
- #: lib/includes/class-wpbackitup-admin.php:1300
191
  msgid "Please enter your support ticket id"
192
  msgstr ""
193
 
194
- #: lib/includes/class-wpbackitup-admin.php:1305
195
  msgid "Please only enter numbers in this field"
196
  msgstr ""
197
 
198
- #: lib/includes/class-wpbackitup-admin.php:2135
199
- #: lib/includes/class-wpbackitup-admin.php:2155
200
  msgid ""
201
  "License could not be activated. Please try again in a few hours and contact "
202
  "support if this error continues."
203
  msgstr ""
204
 
205
- #: lib/includes/class-wpbackitup-admin.php:2204
206
  msgid "License is invalid."
207
  msgstr ""
208
 
209
- #: lib/includes/class-wpbackitup-admin.php:2209
210
  msgid "License has expired."
211
  msgstr ""
212
 
213
- #: lib/includes/class-wpbackitup-admin.php:2212
214
  #, php-format
215
  msgid ""
216
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
@@ -218,15 +222,15 @@ msgid ""
218
  "<strong>world class support</strong> team."
219
  msgstr ""
220
 
221
- #: lib/includes/class-wpbackitup-admin.php:2226
222
  msgid "License Expired: Scheduled backups are no longer active."
223
  msgstr ""
224
 
225
- #: lib/includes/class-wpbackitup-admin.php:2234
226
  msgid "Activation limit has been reached."
227
  msgstr ""
228
 
229
- #: lib/includes/class-wpbackitup-admin.php:2240
230
  msgid "Your Activation limit has been reached"
231
  msgstr ""
232
 
@@ -503,6 +507,438 @@ msgstr ""
503
  msgid "(999) Unexpected error"
504
  msgstr ""
505
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
506
  #. TRANSLATORS: %s = plugin name.
507
  #. This string is in the header of one of my pages and looks like this: WP BackItUp Dashboard
508
  #. Similar to how WordPress uses the word dashboard at the in the left navigation.
@@ -622,15 +1058,15 @@ msgstr ""
622
  msgid "Available Backups"
623
  msgstr ""
624
 
625
- #: views/backup.php:349
626
  msgid "Type"
627
  msgstr ""
628
 
629
- #: views/backup.php:350 views/restore.php:100
630
  msgid "Date"
631
  msgstr ""
632
 
633
- #: views/backup.php:351
634
  msgid "Duration"
635
  msgstr ""
636
 
@@ -727,10 +1163,6 @@ msgstr ""
727
  msgid "Backup completed successfully"
728
  msgstr ""
729
 
730
- #: views/backup.php:482
731
- msgid "Backups"
732
- msgstr ""
733
-
734
  #: views/backup.php:482
735
  msgid "Version "
736
  msgstr ""
@@ -895,10 +1327,6 @@ msgstr ""
895
  msgid "Documentation"
896
  msgstr ""
897
 
898
- #: views/backup.php:610
899
- msgid "Get support"
900
- msgstr ""
901
-
902
  #: views/backup.php:613
903
  msgid "Feature request"
904
  msgstr ""
@@ -1301,44 +1729,40 @@ msgstr ""
1301
  msgid "%s Settings"
1302
  msgstr ""
1303
 
1304
- #: views/settings.php:50
1305
  msgid "Settings updated successfully!"
1306
  msgstr ""
1307
 
1308
- #: views/settings.php:63
1309
  msgid "Email Notifications"
1310
  msgstr ""
1311
 
1312
- #: views/settings.php:64
1313
  msgid ""
1314
  "Please enter your email address if you would like to receive backup email "
1315
  "notifications."
1316
  msgstr ""
1317
 
1318
- #: views/settings.php:65
1319
  msgid ""
1320
  "Backup email notifications will be sent for every backup and will contain "
1321
  "status information related to the backup."
1322
  msgstr ""
1323
 
1324
- #: views/settings.php:67 views/settings.php:89 views/settings.php:112
1325
- #: views/settings.php:119 views/settings.php:127 views/settings.php:135
1326
- #: views/settings.php:151 views/settings.php:182 views/settings.php:216
1327
- #: views/settings.php:254 views/settings.php:263
1328
  msgid "Save"
1329
  msgstr ""
1330
 
1331
- #: views/settings.php:85
1332
- msgid "Backup Retention"
1333
- msgstr ""
1334
-
1335
- #: views/settings.php:86
1336
  msgid ""
1337
  "Enter the number of backup archives that you would like to remain on the "
1338
  "server."
1339
  msgstr ""
1340
 
1341
- #: views/settings.php:87
1342
  msgid ""
1343
  "Many hosts limit the amount of space that you can take up on their servers. "
1344
  "This option tells WPBackItUp the maximum number of backup archives that "
@@ -1346,49 +1770,49 @@ msgid ""
1346
  "oldest backup archives first."
1347
  msgstr ""
1348
 
1349
- #: views/settings.php:106
1350
  msgid "Logging?"
1351
  msgstr ""
1352
 
1353
- #: views/settings.php:107
1354
  msgid "Turn on WPBackItUp logging."
1355
  msgstr ""
1356
 
1357
- #: views/settings.php:108
1358
  msgid ""
1359
  "This option should only be turned on by advanced users or when "
1360
  "troubleshooting issues with WPBackItUp support."
1361
  msgstr ""
1362
 
1363
- #: views/settings.php:109
1364
  msgid "Yes"
1365
  msgstr ""
1366
 
1367
- #: views/settings.php:110
1368
  msgid "No"
1369
  msgstr ""
1370
 
1371
- #: views/settings.php:116
1372
  msgid "Disable restore version compare?"
1373
  msgstr ""
1374
 
1375
- #: views/settings.php:118
1376
  msgid ""
1377
  "Check this box if you would like WPBackItUp not to check major version "
1378
  "issue. This could be dangerous, you can disable it with your own risk."
1379
  msgstr ""
1380
 
1381
- #: views/settings.php:123
1382
  msgid "Single File Backup Set"
1383
  msgstr ""
1384
 
1385
- #: views/settings.php:125
1386
  msgid ""
1387
  "Check this box if you would like WPBackItUp to create a single zip file that "
1388
  "contains your entire backup."
1389
  msgstr ""
1390
 
1391
- #: views/settings.php:126
1392
  msgid ""
1393
  "When this setting is turned on WPBackItUp will attempt to create a single "
1394
  "zip file that contains your entire backup. This option may may not be "
@@ -1396,17 +1820,17 @@ msgid ""
1396
  "automatically if WPBackItUp is unable to complete this step for any reason."
1397
  msgstr ""
1398
 
1399
- #: views/settings.php:131
1400
  msgid "Single File Database Export (db)"
1401
  msgstr ""
1402
 
1403
- #: views/settings.php:133
1404
  msgid ""
1405
  "Check this box if you would like WPBackItUp to export your database into a "
1406
  "single db file."
1407
  msgstr ""
1408
 
1409
- #: views/settings.php:134
1410
  msgid ""
1411
  "When this setting is turned on WPBackItUp will attempt to create a single "
1412
  "file that contains your entire database. This option may not be possible "
@@ -1414,15 +1838,11 @@ msgid ""
1414
  "if WPBackItUp is unable to complete this step for any reason."
1415
  msgstr ""
1416
 
1417
- #: views/settings.php:139
1418
- msgid "Maximum Zip File Size"
1419
- msgstr ""
1420
-
1421
- #: views/settings.php:141
1422
  msgid "Select your maximum zip file size."
1423
  msgstr ""
1424
 
1425
- #: views/settings.php:142
1426
  msgid ""
1427
  "Some hosting providers do not allow large zip files so if you are "
1428
  "encountering backup errors then reducing this setting may help. Please note "
@@ -1430,35 +1850,71 @@ msgid ""
1430
  "as possible."
1431
  msgstr ""
1432
 
1433
- #: views/settings.php:144
1434
  msgid "100MB"
1435
  msgstr ""
1436
 
1437
- #: views/settings.php:145
1438
  msgid "200MB"
1439
  msgstr ""
1440
 
1441
- #: views/settings.php:146
1442
  msgid "300MB"
1443
  msgstr ""
1444
 
1445
- #: views/settings.php:147
1446
  msgid "400MB"
1447
  msgstr ""
1448
 
1449
- #: views/settings.php:148
1450
  msgid "500MB"
1451
  msgstr ""
1452
 
1453
- #: views/settings.php:155
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1454
  msgid "Batch Size"
1455
  msgstr ""
1456
 
1457
- #: views/settings.php:156
1458
  msgid "Enter the batch size for each of your content items."
1459
  msgstr ""
1460
 
1461
- #: views/settings.php:157
1462
  msgid ""
1463
  "These settings tell WPBackItUp how many items that should be added to the "
1464
  "backup at a time. If you experience timeouts while running a backup then "
@@ -1466,144 +1922,219 @@ msgid ""
1466
  "WPBackItUp to complete each backup task ."
1467
  msgstr ""
1468
 
1469
- #: views/settings.php:160
1470
  msgid "DB Tables Batch Size"
1471
  msgstr ""
1472
 
1473
- #: views/settings.php:165
1474
  msgid "Plugins Batch Size"
1475
  msgstr ""
1476
 
1477
- #: views/settings.php:170
1478
  msgid "Themes Batch Size"
1479
  msgstr ""
1480
 
1481
- #: views/settings.php:175
1482
  msgid "Uploads Batch Size"
1483
  msgstr ""
1484
 
1485
- #: views/settings.php:180
1486
  msgid "Others Batch Size"
1487
  msgstr ""
1488
 
1489
- #: views/settings.php:183 views/settings.php:217 views/settings.php:255
1490
  msgid ""
1491
  "* These settings should only be modified by advanced users or when when "
1492
  "working with WPBackItUp support."
1493
  msgstr ""
1494
 
1495
- #: views/settings.php:195
1496
  msgid "Filter Your Folders"
1497
  msgstr ""
1498
 
1499
- #: views/settings.php:196
1500
  msgid ""
1501
  "Enter a comma separated list of folders that should be excluded from your "
1502
  "backups."
1503
  msgstr ""
1504
 
1505
- #: views/settings.php:197
1506
  msgid ""
1507
  "It is important to note that when a folder name is present in this list any "
1508
  "occurrence of that folder, and all its contents, will be excluded from the "
1509
  "backup."
1510
  msgstr ""
1511
 
1512
- #: views/settings.php:199
1513
  msgid "Plugin Folders Filter"
1514
  msgstr ""
1515
 
1516
- #: views/settings.php:204
1517
  msgid "Theme Folders Filter"
1518
  msgstr ""
1519
 
1520
- #: views/settings.php:209
1521
  msgid "Upload Folders Filter"
1522
  msgstr ""
1523
 
1524
- #: views/settings.php:213
1525
  msgid "Other Folders Filter"
1526
  msgstr ""
1527
 
1528
- #: views/settings.php:222
1529
  msgid "Filter Your Database Tables"
1530
  msgstr ""
1531
 
1532
- #: views/settings.php:223
1533
  msgid "Exclude custom database tables from the backup."
1534
  msgstr ""
1535
 
1536
- #: views/settings.php:224
1537
  msgid ""
1538
  "If you would like to exclude a custom table from the backup then simply drag "
1539
  "it to the list on the right. WordPress core tables may not be excluded from "
1540
  "the backup. "
1541
  msgstr ""
1542
 
1543
- #: views/settings.php:260
1544
  msgid "Remove Data on Uninstall?"
1545
  msgstr ""
1546
 
1547
- #: views/settings.php:262
1548
  msgid ""
1549
  "Check this box if you would like WPBackItUp to completely remove all of its "
1550
  "data when the plugin is deleted."
1551
  msgstr ""
1552
 
1553
- #: views/support.php:13
1554
- #, php-format
1555
- msgid "%s Support"
1556
  msgstr ""
1557
 
1558
- #: views/support.php:32
1559
- msgid "Support email sent successfully!"
 
 
 
 
1560
  msgstr ""
1561
 
1562
- #: views/support.php:45
1563
- msgid "Email Logs to Support"
 
 
1564
  msgstr ""
1565
 
1566
- #: views/support.php:46
1567
- msgid "This form should be used to send log files to support only."
 
 
 
 
 
 
1568
  msgstr ""
1569
 
1570
- #: views/support.php:47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1571
  #, php-format
1572
  msgid ""
1573
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
1574
  "target=\"_blank\"> support portal.</a> before using this form."
1575
  msgstr ""
1576
 
1577
- #: views/support.php:48
1578
  msgid ""
1579
  "The ticket id you receive from your support request should be entered in the "
1580
  "ticket id field below."
1581
  msgstr ""
1582
 
1583
- #: views/support.php:49
1584
  msgid "your email address"
1585
  msgstr ""
1586
 
1587
- #: views/support.php:59
1588
  msgid "support ticket id"
1589
  msgstr ""
1590
 
1591
- #: views/support.php:69
1592
  msgid "problem description or additional information"
1593
  msgstr ""
1594
 
1595
- #: views/support.php:80
1596
- msgid "Send"
1597
- msgstr ""
1598
-
1599
- #: views/support.php:83
1600
  msgid "Please register your version of WPBackItUp for access to support."
1601
  msgstr ""
1602
 
1603
- #: views/support.php:87
1604
  msgid "Premium customers receive priority support."
1605
  msgstr ""
1606
 
 
 
 
 
 
 
 
 
 
 
 
 
1607
  #: wp-backitup.php:103 wp-backitup.php:104
1608
  #, php-format
1609
  msgid "Every %s hours"
2
  msgid ""
3
  msgstr ""
4
  "Project-Id-Version: WPBackItUp\n"
5
+ "POT-Creation-Date: 2016-10-13 11:50-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
  msgid "Every %d Minutes"
22
  msgstr ""
23
 
24
+ #: lib/includes/class-wpbackitup-admin.php:219 views/backup.php:277
25
+ #: views/backup.php:283 views/backup.php:348 views/backup.php:385
26
+ #: views/restore.php:99 wp-backitup.php:152
27
  msgid "Backup"
28
  msgstr ""
29
 
30
+ #: lib/includes/class-wpbackitup-admin.php:223
31
+ #: lib/includes/class-wpbackitup-admin.php:265 views/about.php:191
32
+ #: views/restore.php:136 wp-backitup.php:166
33
  msgid "Restore"
34
  msgstr ""
35
 
36
+ #: lib/includes/class-wpbackitup-admin.php:227 views/support.php:62
37
  msgid "Support"
38
  msgstr ""
39
 
40
+ #: lib/includes/class-wpbackitup-admin.php:230
41
  msgid "Settings"
42
  msgstr ""
43
 
44
+ #: lib/includes/class-wpbackitup-admin.php:233
45
+ msgid "About"
46
+ msgstr ""
47
+
48
+ #: lib/includes/class-wpbackitup-admin.php:258
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:259 views/backup.php:439
54
  #: views/backup.php:440 views/backup.php:441 views/backup.php:442
55
  #: views/backup.php:443 views/backup.php:444 views/backup.php:445
56
  #: views/backup.php:446 views/backup.php:447 views/backup.php:449
58
  msgid "Warning"
59
  msgstr ""
60
 
61
+ #: lib/includes/class-wpbackitup-admin.php:260 views/backup.php:253
62
  #: views/backup.php:376
63
  msgid "Error"
64
  msgstr ""
65
 
66
+ #: lib/includes/class-wpbackitup-admin.php:261
67
  msgid "Response"
68
  msgstr ""
69
 
70
+ #: lib/includes/class-wpbackitup-admin.php:262 views/backup.php:352
71
+ #: views/backup.php:404 views/backup.php:430 views/restore.php:230
72
  msgid "Status"
73
  msgstr ""
74
 
75
+ #: lib/includes/class-wpbackitup-admin.php:263
76
  msgid "Download"
77
  msgstr ""
78
 
79
+ #: lib/includes/class-wpbackitup-admin.php:264 views/backup.php:407
80
  #: views/restore.php:129
81
  msgid "Delete"
82
  msgstr ""
83
 
84
+ #: lib/includes/class-wpbackitup-admin.php:266
85
  msgid "(JS997) Unexpected error"
86
  msgstr ""
87
 
88
+ #: lib/includes/class-wpbackitup-admin.php:267
89
  msgid "(JS998) Unexpected error"
90
  msgstr ""
91
 
92
+ #: lib/includes/class-wpbackitup-admin.php:268
93
  msgid "(JS999) An unexpected error has occurred"
94
  msgstr ""
95
 
96
+ #: lib/includes/class-wpbackitup-admin.php:269
97
  msgid "Scheduled has been saved."
98
  msgstr ""
99
 
100
+ #: lib/includes/class-wpbackitup-admin.php:270
101
  msgid "Scheduled was not saved."
102
  msgstr ""
103
 
104
+ #: lib/includes/class-wpbackitup-admin.php:271
105
  msgid "Are you sure you want to restore your site?"
106
  msgstr ""
107
 
108
+ #: lib/includes/class-wpbackitup-admin.php:272
109
  msgid "Are you sure ?"
110
  msgstr ""
111
 
112
+ #: lib/includes/class-wpbackitup-admin.php:273
113
  msgid "This file cannot be delete!"
114
  msgstr ""
115
 
116
+ #: lib/includes/class-wpbackitup-admin.php:274
117
  msgid "View Log"
118
  msgstr ""
119
 
120
+ #: lib/includes/class-wpbackitup-admin.php:275
121
  msgid "New Backup!"
122
  msgstr ""
123
 
124
+ #: lib/includes/class-wpbackitup-admin.php:276
125
  msgid "Uploaded Backup"
126
  msgstr ""
127
 
128
+ #: lib/includes/class-wpbackitup-admin.php:632
129
  msgid "Backup Queued"
130
  msgstr ""
131
 
132
+ #: lib/includes/class-wpbackitup-admin.php:641
133
  msgid "Backup could not be queued"
134
  msgstr ""
135
 
136
+ #: lib/includes/class-wpbackitup-admin.php:653
137
  msgid "Job is already in queue."
138
  msgstr ""
139
 
140
+ #: lib/includes/class-wpbackitup-admin.php:691
141
  msgid "No backup file selected."
142
  msgstr ""
143
 
144
+ #: lib/includes/class-wpbackitup-admin.php:698
145
  msgid "No user id found."
146
  msgstr ""
147
 
148
+ #: lib/includes/class-wpbackitup-admin.php:736
149
  msgid "Restore Queued"
150
  msgstr ""
151
 
152
+ #: lib/includes/class-wpbackitup-admin.php:745
153
  msgid "Restore could not be queued"
154
  msgstr ""
155
 
156
+ #: lib/includes/class-wpbackitup-admin.php:751
157
  msgid "Restore already in queue"
158
  msgstr ""
159
 
160
+ #: lib/includes/class-wpbackitup-admin.php:783
161
  msgid "No job id posted"
162
  msgstr ""
163
 
164
+ #: lib/includes/class-wpbackitup-admin.php:791 views/backup.php:470
165
  msgid "Backup Cancelled"
166
  msgstr ""
167
 
168
+ #: lib/includes/class-wpbackitup-admin.php:793
169
  msgid "Backup job not found"
170
  msgstr ""
171
 
172
+ #: lib/includes/class-wpbackitup-admin.php:1001
173
  msgid "No response log found."
174
  msgstr ""
175
 
176
+ #: lib/includes/class-wpbackitup-admin.php:1103
177
+ #: lib/includes/class-wpbackitup-admin.php:1111
178
+ #: lib/includes/class-wpbackitup-admin.php:1185
179
+ #: lib/includes/class-wpbackitup-admin.php:1192
180
+ #: lib/includes/class-wpbackitup-admin.php:1199
181
+ #: lib/includes/class-wpbackitup-admin.php:1206
182
+ #: lib/includes/class-wpbackitup-admin.php:1213
183
  msgid "Please enter a number"
184
  msgstr ""
185
 
186
+ #: lib/includes/class-wpbackitup-admin.php:1139
187
  msgid "Please enter valid email"
188
  msgstr ""
189
 
190
+ #: lib/includes/class-wpbackitup-admin.php:1322
191
  msgid "Please enter a valid email"
192
  msgstr ""
193
 
194
+ #: lib/includes/class-wpbackitup-admin.php:1329
195
  msgid "Please enter your support ticket id"
196
  msgstr ""
197
 
198
+ #: lib/includes/class-wpbackitup-admin.php:1334
199
  msgid "Please only enter numbers in this field"
200
  msgstr ""
201
 
202
+ #: lib/includes/class-wpbackitup-admin.php:2191
203
+ #: lib/includes/class-wpbackitup-admin.php:2211
204
  msgid ""
205
  "License could not be activated. Please try again in a few hours and contact "
206
  "support if this error continues."
207
  msgstr ""
208
 
209
+ #: lib/includes/class-wpbackitup-admin.php:2260
210
  msgid "License is invalid."
211
  msgstr ""
212
 
213
+ #: lib/includes/class-wpbackitup-admin.php:2265
214
  msgid "License has expired."
215
  msgstr ""
216
 
217
+ #: lib/includes/class-wpbackitup-admin.php:2268
218
  #, php-format
219
  msgid ""
220
  "Your license has expired. Please <a href=\"%s\" target=\"blank\">renew</a> "
222
  "<strong>world class support</strong> team."
223
  msgstr ""
224
 
225
+ #: lib/includes/class-wpbackitup-admin.php:2282
226
  msgid "License Expired: Scheduled backups are no longer active."
227
  msgstr ""
228
 
229
+ #: lib/includes/class-wpbackitup-admin.php:2290
230
  msgid "Activation limit has been reached."
231
  msgstr ""
232
 
233
+ #: lib/includes/class-wpbackitup-admin.php:2296
234
  msgid "Your Activation limit has been reached"
235
  msgstr ""
236
 
507
  msgid "(999) Unexpected error"
508
  msgstr ""
509
 
510
+ #: views/about.php:59
511
+ msgid "Getting Started"
512
+ msgstr ""
513
+
514
+ #: views/about.php:62
515
+ msgid "What's New"
516
+ msgstr ""
517
+
518
+ #: views/about.php:65
519
+ msgid "Premium Plugin"
520
+ msgstr ""
521
+
522
+ #: views/about.php:117 views/support.php:92
523
+ msgid "WPBackItUp"
524
+ msgstr ""
525
+
526
+ #: views/about.php:118
527
+ #, php-format
528
+ msgid "Welcome to WPBackItUp %s"
529
+ msgstr ""
530
+
531
+ #: views/about.php:120
532
+ #, php-format
533
+ msgid ""
534
+ "Thank you for updating to the latest version! WPBackItUp %s is ready to make "
535
+ "sure your site is backed up quickly, securely, and completely!"
536
+ msgstr ""
537
+
538
+ #: views/about.php:136
539
+ msgid ""
540
+ "Use the tips below to get started using WPBackItUp and you will be "
541
+ "<em>backing it up</em> in no time!"
542
+ msgstr ""
543
+
544
+ #: views/about.php:139 views/backup.php:482
545
+ msgid "Backups"
546
+ msgstr ""
547
+
548
+ #: views/about.php:140
549
+ msgid "Creating Your First Backup"
550
+ msgstr ""
551
+
552
+ #: views/about.php:146
553
+ msgid "One Click &rarr; Backup"
554
+ msgstr ""
555
+
556
+ #: views/about.php:147
557
+ msgid ""
558
+ "The backup menu option is the starting point for all things related to "
559
+ "backups. To create your first backup, simply click the <em>Backup</em> "
560
+ "button and WPBackItUp will backup your entire site. This includes your "
561
+ "database, plugins, themes, and even all your media files."
562
+ msgstr ""
563
+
564
+ #: views/about.php:150 views/about.php:395
565
+ msgid "Download Backups"
566
+ msgstr ""
567
+
568
+ #: views/about.php:151
569
+ msgid ""
570
+ "Downloading your backups is simple too. Click the backup you want to "
571
+ "download from the <em>Available backups</em> listing. Then click the part of "
572
+ "the backup you want to download (database, plugins, themes, media files). "
573
+ "Or download the entire backup in just one click."
574
+ msgstr ""
575
+
576
+ #: views/about.php:162
577
+ msgid "Automatic Backups"
578
+ msgstr ""
579
+
580
+ #: views/about.php:168
581
+ msgid "Schedule your Backups (Premium Only)"
582
+ msgstr ""
583
+
584
+ #: views/about.php:169
585
+ msgid ""
586
+ "Schedule your backups to run any day of the week, or all of them. With our "
587
+ "flexible backup scheduler just select the days of the week you want your "
588
+ "backup to run and WPBackItUp will handle the rest."
589
+ msgstr ""
590
+
591
+ #: views/about.php:171
592
+ msgid "Backup Notifications"
593
+ msgstr ""
594
+
595
+ #: views/about.php:172
596
+ msgid ""
597
+ "Want to get notified every time a backup finishes? Just add your email "
598
+ "address to the notification section in backup settings. WPBackItUp even "
599
+ "supports multiple email addresses so add as many as you like."
600
+ msgstr ""
601
+
602
+ #: views/about.php:177 views/settings.php:86
603
+ msgid "Backup Retention"
604
+ msgstr ""
605
+
606
+ #: views/about.php:178
607
+ msgid ""
608
+ "Concerned about the amount of storage space used for backups? Use the "
609
+ "<em>backup retention</em> setting to tell WPBackItUp how many backups you "
610
+ "want to keep. WPBackItUp will make sure only the newest backups are saved."
611
+ msgstr ""
612
+
613
+ #: views/about.php:197
614
+ msgid "One Click &rarr; Restore (Premium Only)"
615
+ msgstr ""
616
+
617
+ #: views/about.php:198
618
+ msgid ""
619
+ "We hope you never need to restore your site but if you do then WPBackItUp "
620
+ "has you covered. And with our one-click restore feature, restoring your "
621
+ "site is just as easy as backing it up."
622
+ msgstr ""
623
+
624
+ #: views/about.php:200
625
+ msgid "Migration &amp; Cloning (Premium Only)"
626
+ msgstr ""
627
+
628
+ #: views/about.php:201
629
+ msgid ""
630
+ "Need to migrate your site to a new host or want to clone a copy to your "
631
+ "staging server? WPBackItUp does that too! Just upload your backups to your "
632
+ "new WordPress install and restore it using the one-click restore feature."
633
+ msgstr ""
634
+
635
+ #: views/about.php:212
636
+ msgid "Need Help?"
637
+ msgstr ""
638
+
639
+ #: views/about.php:219
640
+ msgid "Phenomenal Support"
641
+ msgstr ""
642
+
643
+ #: views/about.php:220
644
+ msgid "Get support"
645
+ msgstr ""
646
+
647
+ #: views/about.php:222
648
+ #, php-format
649
+ msgid ""
650
+ "We do our best to provide the best product possible but if you run into "
651
+ "trouble then support is just a few clicks away. To get help or if you have a "
652
+ "question, simply open a ticket using our %s."
653
+ msgstr ""
654
+
655
+ #: views/about.php:222
656
+ msgid "support portal"
657
+ msgstr ""
658
+
659
+ #: views/about.php:224
660
+ msgid "Need Even Faster Support?"
661
+ msgstr ""
662
+
663
+ #: views/about.php:225
664
+ #, php-format
665
+ msgid ""
666
+ "Our %s system is there for customers that need faster or more in-depth "
667
+ "assistance."
668
+ msgstr ""
669
+
670
+ #: views/about.php:225
671
+ msgid "Priority Support"
672
+ msgstr ""
673
+
674
+ #: views/about.php:227
675
+ msgid "Need Help Migrating Your Site to a New Host?"
676
+ msgstr ""
677
+
678
+ #: views/about.php:228
679
+ #, php-format
680
+ msgid ""
681
+ "Our Site Migration experts have helped hundreds of WPBackItUp customers "
682
+ "migrate their sites and now you can take advantage of that experience with "
683
+ "our WordPress %s. Let our experts save you time and headaches by doing it "
684
+ "for you!"
685
+ msgstr ""
686
+
687
+ #: views/about.php:228
688
+ msgid "Site Migration Service"
689
+ msgstr ""
690
+
691
+ #: views/about.php:230
692
+ msgid "Tools Tools Tools..."
693
+ msgstr ""
694
+
695
+ #: views/about.php:231
696
+ #, php-format
697
+ msgid ""
698
+ "Great web sites and businesses are built with great tools and products that "
699
+ "help you achieve your goals as efficiently as possible. My team and I have "
700
+ "spent a tremendous amount of time and effort evaluating tools to help run "
701
+ "our WordPress powered website and business. And now you can leverage all our "
702
+ "hard work and my 20+ years experience in the software industry with a simple "
703
+ "mouse click. The %s is a growing list of tools and products we use at "
704
+ "WPBackItUp to enhance our websites and businesses. Please feel free to use "
705
+ "our experience to empower, enhance and accelerate your sites and businesses."
706
+ msgstr ""
707
+
708
+ #: views/about.php:231
709
+ msgid "WPBackItUp Tools List"
710
+ msgstr ""
711
+
712
+ #: views/about.php:238
713
+ msgid "Stay Up to Date"
714
+ msgstr ""
715
+
716
+ #: views/about.php:243
717
+ msgid "Get Notified of New Releases"
718
+ msgstr ""
719
+
720
+ #: views/about.php:244
721
+ #, php-format
722
+ msgid ""
723
+ "New features that make WPBackItUp even more powerful are released often. "
724
+ "Subscribe to our newsletter to stay up to date with our latest releases. %s "
725
+ "to ensure you do not miss a release!"
726
+ msgstr ""
727
+
728
+ #: views/about.php:244 views/about.php:248
729
+ msgid "Sign up now"
730
+ msgstr ""
731
+
732
+ #: views/about.php:247
733
+ msgid "Get Alerted About New Tutorials"
734
+ msgstr ""
735
+
736
+ #: views/about.php:248
737
+ #, php-format
738
+ msgid ""
739
+ "%s to hear about the latest tutorials that explain how to take WPBackItUp "
740
+ "further."
741
+ msgstr ""
742
+
743
+ #: views/about.php:267
744
+ #, php-format
745
+ msgid "Below are just a few highlights for version %s. "
746
+ msgstr ""
747
+
748
+ #: views/about.php:270
749
+ msgid "Email Notifications"
750
+ msgstr ""
751
+
752
+ #: views/about.php:276
753
+ msgid ""
754
+ "WPBackItUp now supports multiple email addresses for backup notifications. "
755
+ "Using the WPBackItUp Settings page add multiple email addresses to the "
756
+ "<em>Email Notifications</em> setting and all will receive notification "
757
+ "emails when your backups complete."
758
+ msgstr ""
759
+
760
+ #: views/about.php:278
761
+ msgid "About Page"
762
+ msgstr ""
763
+
764
+ #: views/about.php:279
765
+ msgid ""
766
+ "WPBackItUp now has a new <em>about</em> page and you are looking at it right "
767
+ "now! The about page contains tips to help get you started with WPBackItUp "
768
+ "as well as links to our knowledge base, faqs and instructions on how to "
769
+ "contact support if you ever need help. It also includes a <em>what's new</"
770
+ "em> section describing all the incredible new features and enhancements we "
771
+ "make with every release."
772
+ msgstr ""
773
+
774
+ #: views/about.php:281 views/settings.php:140
775
+ msgid "Maximum Zip File Size"
776
+ msgstr ""
777
+
778
+ #: views/about.php:282
779
+ msgid ""
780
+ "Over the years we have found that some hosting providers enforce strict "
781
+ "limitations on the size of your backup archives. When this happens you "
782
+ "might see backup errors, or more commonly backup jobs appear to never "
783
+ "finish. To combat this challenge we have added the <em>Maximum Zip File "
784
+ "Size</em> setting. This setting tells WPBackItUp when to stop adding files "
785
+ "to a backup archive and create a new one. Don't worry WPBackItUp won't miss "
786
+ "any files, it will just add them to a new backup archive."
787
+ msgstr ""
788
+
789
+ #: views/about.php:293
790
+ msgid "Additional Updates"
791
+ msgstr ""
792
+
793
+ #: views/about.php:296
794
+ msgid "Backup Encryption (Premium Only)"
795
+ msgstr ""
796
+
797
+ #: views/about.php:297
798
+ msgid ""
799
+ "That's right, we have added backup encryption to this release but have "
800
+ "turned it off while we beta test with a few customers. Backup encryption "
801
+ "will be included in our next major release (1.14) which is due out soon."
802
+ msgstr ""
803
+
804
+ #: views/about.php:300
805
+ msgid "File Name Validation"
806
+ msgstr ""
807
+
808
+ #: views/about.php:301
809
+ msgid ""
810
+ "We have added an additional validation for files with invalid names. This "
811
+ "check will exclude files from a backup with invalid file names. These files "
812
+ "are often corrupt and cause errors during a restore."
813
+ msgstr ""
814
+
815
+ #: views/about.php:304
816
+ msgid "SQL Files"
817
+ msgstr ""
818
+
819
+ #: views/about.php:305
820
+ msgid ""
821
+ "For those of you with extremely large databases, you will be happy to know "
822
+ "that we now support database exports that contain more than 500 SQL files."
823
+ msgstr ""
824
+
825
+ #: views/about.php:309
826
+ msgid "Cloud API Gateway "
827
+ msgstr ""
828
+
829
+ #: views/about.php:310
830
+ msgid ""
831
+ "Every once in a while we have connectivity issues with a few hosts when "
832
+ "customers attempt to activate their license. To combat this issue we have "
833
+ "added a cloud based API gateway that should be accessible to hosting "
834
+ "providers in every country and on any platform."
835
+ msgstr ""
836
+
837
+ #: views/about.php:313
838
+ msgid "Tables missing WordPress table prefix"
839
+ msgstr ""
840
+
841
+ #: views/about.php:314
842
+ msgid ""
843
+ "We have added support for database tables that are missing the WordPress "
844
+ "table prefix. Some plugins create custom tables that do not contain the "
845
+ "WordPress table prefix. While this practice is discouraged, it sometimes "
846
+ "still happens. WPBackItUp will now include all tables in a database, even "
847
+ "when the table prefix is missing."
848
+ msgstr ""
849
+
850
+ #: views/about.php:320
851
+ msgid "Want to see the entire changelog?"
852
+ msgstr ""
853
+
854
+ #: views/about.php:321
855
+ msgid "View the Full Changelog"
856
+ msgstr ""
857
+
858
+ #: views/about.php:350
859
+ msgid "Full Changelog"
860
+ msgstr ""
861
+
862
+ #: views/about.php:370
863
+ msgid "Take a look at what you are missing!"
864
+ msgstr ""
865
+
866
+ #: views/about.php:378
867
+ msgid "FEATURES"
868
+ msgstr ""
869
+
870
+ #: views/about.php:379
871
+ msgid "LITE"
872
+ msgstr ""
873
+
874
+ #: views/about.php:380
875
+ msgid "PREMIUM"
876
+ msgstr ""
877
+
878
+ #: views/about.php:385
879
+ msgid "Complete Backup (Database, Themes, Plugins &amp; Media Files)"
880
+ msgstr ""
881
+
882
+ #: views/about.php:390
883
+ msgid "Compressed Backups (Zip Format)"
884
+ msgstr ""
885
+
886
+ #: views/about.php:400
887
+ msgid "Directory Filters"
888
+ msgstr ""
889
+
890
+ #: views/about.php:405
891
+ msgid "Database Table Filters"
892
+ msgstr ""
893
+
894
+ #: views/about.php:410
895
+ msgid "Single File Database Export"
896
+ msgstr ""
897
+
898
+ #: views/about.php:415
899
+ msgid "Single File Backup"
900
+ msgstr ""
901
+
902
+ #: views/about.php:420
903
+ msgid "Purge Old Backups"
904
+ msgstr ""
905
+
906
+ #: views/about.php:425
907
+ msgid "Cleanup Work Files &amp; Logs"
908
+ msgstr ""
909
+
910
+ #: views/about.php:430
911
+ msgid "Backup Notifications via Email"
912
+ msgstr ""
913
+
914
+ #: views/about.php:435
915
+ msgid "One Click Restore</strong>"
916
+ msgstr ""
917
+
918
+ #: views/about.php:440
919
+ msgid "Scheduled Backups"
920
+ msgstr ""
921
+
922
+ #: views/about.php:445
923
+ msgid "Import Backups"
924
+ msgstr ""
925
+
926
+ #: views/about.php:455
927
+ msgid "Premium Support"
928
+ msgstr ""
929
+
930
+ #: views/about.php:460
931
+ msgid "Product Updates"
932
+ msgstr ""
933
+
934
+ #: views/about.php:467
935
+ msgid "GET PREMIUM"
936
+ msgstr ""
937
+
938
+ #: views/about.php:490
939
+ msgid "No valid changelog was found."
940
+ msgstr ""
941
+
942
  #. TRANSLATORS: %s = plugin name.
943
  #. This string is in the header of one of my pages and looks like this: WP BackItUp Dashboard
944
  #. Similar to how WordPress uses the word dashboard at the in the left navigation.
1058
  msgid "Available Backups"
1059
  msgstr ""
1060
 
1061
+ #: views/backup.php:349 views/backup.php:398
1062
  msgid "Type"
1063
  msgstr ""
1064
 
1065
+ #: views/backup.php:350 views/backup.php:400 views/restore.php:100
1066
  msgid "Date"
1067
  msgstr ""
1068
 
1069
+ #: views/backup.php:351 views/backup.php:402
1070
  msgid "Duration"
1071
  msgstr ""
1072
 
1163
  msgid "Backup completed successfully"
1164
  msgstr ""
1165
 
 
 
 
 
1166
  #: views/backup.php:482
1167
  msgid "Version "
1168
  msgstr ""
1327
  msgid "Documentation"
1328
  msgstr ""
1329
 
 
 
 
 
1330
  #: views/backup.php:613
1331
  msgid "Feature request"
1332
  msgstr ""
1729
  msgid "%s Settings"
1730
  msgstr ""
1731
 
1732
+ #: views/settings.php:51
1733
  msgid "Settings updated successfully!"
1734
  msgstr ""
1735
 
1736
+ #: views/settings.php:64
1737
  msgid "Email Notifications"
1738
  msgstr ""
1739
 
1740
+ #: views/settings.php:65
1741
  msgid ""
1742
  "Please enter your email address if you would like to receive backup email "
1743
  "notifications."
1744
  msgstr ""
1745
 
1746
+ #: views/settings.php:66
1747
  msgid ""
1748
  "Backup email notifications will be sent for every backup and will contain "
1749
  "status information related to the backup."
1750
  msgstr ""
1751
 
1752
+ #: views/settings.php:68 views/settings.php:90 views/settings.php:113
1753
+ #: views/settings.php:120 views/settings.php:128 views/settings.php:136
1754
+ #: views/settings.php:152 views/settings.php:168 views/settings.php:199
1755
+ #: views/settings.php:233 views/settings.php:273 views/settings.php:282
1756
  msgid "Save"
1757
  msgstr ""
1758
 
1759
+ #: views/settings.php:87
 
 
 
 
1760
  msgid ""
1761
  "Enter the number of backup archives that you would like to remain on the "
1762
  "server."
1763
  msgstr ""
1764
 
1765
+ #: views/settings.php:88
1766
  msgid ""
1767
  "Many hosts limit the amount of space that you can take up on their servers. "
1768
  "This option tells WPBackItUp the maximum number of backup archives that "
1770
  "oldest backup archives first."
1771
  msgstr ""
1772
 
1773
+ #: views/settings.php:107
1774
  msgid "Logging?"
1775
  msgstr ""
1776
 
1777
+ #: views/settings.php:108
1778
  msgid "Turn on WPBackItUp logging."
1779
  msgstr ""
1780
 
1781
+ #: views/settings.php:109
1782
  msgid ""
1783
  "This option should only be turned on by advanced users or when "
1784
  "troubleshooting issues with WPBackItUp support."
1785
  msgstr ""
1786
 
1787
+ #: views/settings.php:110
1788
  msgid "Yes"
1789
  msgstr ""
1790
 
1791
+ #: views/settings.php:111
1792
  msgid "No"
1793
  msgstr ""
1794
 
1795
+ #: views/settings.php:117
1796
  msgid "Disable restore version compare?"
1797
  msgstr ""
1798
 
1799
+ #: views/settings.php:119
1800
  msgid ""
1801
  "Check this box if you would like WPBackItUp not to check major version "
1802
  "issue. This could be dangerous, you can disable it with your own risk."
1803
  msgstr ""
1804
 
1805
+ #: views/settings.php:124
1806
  msgid "Single File Backup Set"
1807
  msgstr ""
1808
 
1809
+ #: views/settings.php:126
1810
  msgid ""
1811
  "Check this box if you would like WPBackItUp to create a single zip file that "
1812
  "contains your entire backup."
1813
  msgstr ""
1814
 
1815
+ #: views/settings.php:127
1816
  msgid ""
1817
  "When this setting is turned on WPBackItUp will attempt to create a single "
1818
  "zip file that contains your entire backup. This option may may not be "
1820
  "automatically if WPBackItUp is unable to complete this step for any reason."
1821
  msgstr ""
1822
 
1823
+ #: views/settings.php:132
1824
  msgid "Single File Database Export (db)"
1825
  msgstr ""
1826
 
1827
+ #: views/settings.php:134
1828
  msgid ""
1829
  "Check this box if you would like WPBackItUp to export your database into a "
1830
  "single db file."
1831
  msgstr ""
1832
 
1833
+ #: views/settings.php:135
1834
  msgid ""
1835
  "When this setting is turned on WPBackItUp will attempt to create a single "
1836
  "file that contains your entire database. This option may not be possible "
1838
  "if WPBackItUp is unable to complete this step for any reason."
1839
  msgstr ""
1840
 
1841
+ #: views/settings.php:142
 
 
 
 
1842
  msgid "Select your maximum zip file size."
1843
  msgstr ""
1844
 
1845
+ #: views/settings.php:143
1846
  msgid ""
1847
  "Some hosting providers do not allow large zip files so if you are "
1848
  "encountering backup errors then reducing this setting may help. Please note "
1850
  "as possible."
1851
  msgstr ""
1852
 
1853
+ #: views/settings.php:145
1854
  msgid "100MB"
1855
  msgstr ""
1856
 
1857
+ #: views/settings.php:146
1858
  msgid "200MB"
1859
  msgstr ""
1860
 
1861
+ #: views/settings.php:147
1862
  msgid "300MB"
1863
  msgstr ""
1864
 
1865
+ #: views/settings.php:148
1866
  msgid "400MB"
1867
  msgstr ""
1868
 
1869
+ #: views/settings.php:149
1870
  msgid "500MB"
1871
  msgstr ""
1872
 
1873
+ #: views/settings.php:156
1874
+ msgid "Task Timeout"
1875
+ msgstr ""
1876
+
1877
+ #: views/settings.php:158
1878
+ msgid "Select how long WPBackItUp should wait for tasks to complete."
1879
+ msgstr ""
1880
+
1881
+ #: views/settings.php:159
1882
+ msgid ""
1883
+ "On some hosts background tasks are allowed to run for a very limited amount "
1884
+ "of time before they timeout. This setting will tell WPBackItUp how long to "
1885
+ "wait for each background task to complete. This setting should only be used "
1886
+ "when working with WPBackItUp support."
1887
+ msgstr ""
1888
+
1889
+ #: views/settings.php:161
1890
+ msgid "1 Minute"
1891
+ msgstr ""
1892
+
1893
+ #: views/settings.php:162
1894
+ msgid "2 Minute"
1895
+ msgstr ""
1896
+
1897
+ #: views/settings.php:163
1898
+ msgid "3 Minute"
1899
+ msgstr ""
1900
+
1901
+ #: views/settings.php:164
1902
+ msgid "4 Minute"
1903
+ msgstr ""
1904
+
1905
+ #: views/settings.php:165
1906
+ msgid "5 Minute"
1907
+ msgstr ""
1908
+
1909
+ #: views/settings.php:172
1910
  msgid "Batch Size"
1911
  msgstr ""
1912
 
1913
+ #: views/settings.php:173
1914
  msgid "Enter the batch size for each of your content items."
1915
  msgstr ""
1916
 
1917
+ #: views/settings.php:174
1918
  msgid ""
1919
  "These settings tell WPBackItUp how many items that should be added to the "
1920
  "backup at a time. If you experience timeouts while running a backup then "
1922
  "WPBackItUp to complete each backup task ."
1923
  msgstr ""
1924
 
1925
+ #: views/settings.php:177
1926
  msgid "DB Tables Batch Size"
1927
  msgstr ""
1928
 
1929
+ #: views/settings.php:182
1930
  msgid "Plugins Batch Size"
1931
  msgstr ""
1932
 
1933
+ #: views/settings.php:187
1934
  msgid "Themes Batch Size"
1935
  msgstr ""
1936
 
1937
+ #: views/settings.php:192
1938
  msgid "Uploads Batch Size"
1939
  msgstr ""
1940
 
1941
+ #: views/settings.php:197
1942
  msgid "Others Batch Size"
1943
  msgstr ""
1944
 
1945
+ #: views/settings.php:200 views/settings.php:234 views/settings.php:274
1946
  msgid ""
1947
  "* These settings should only be modified by advanced users or when when "
1948
  "working with WPBackItUp support."
1949
  msgstr ""
1950
 
1951
+ #: views/settings.php:212
1952
  msgid "Filter Your Folders"
1953
  msgstr ""
1954
 
1955
+ #: views/settings.php:213
1956
  msgid ""
1957
  "Enter a comma separated list of folders that should be excluded from your "
1958
  "backups."
1959
  msgstr ""
1960
 
1961
+ #: views/settings.php:214
1962
  msgid ""
1963
  "It is important to note that when a folder name is present in this list any "
1964
  "occurrence of that folder, and all its contents, will be excluded from the "
1965
  "backup."
1966
  msgstr ""
1967
 
1968
+ #: views/settings.php:216
1969
  msgid "Plugin Folders Filter"
1970
  msgstr ""
1971
 
1972
+ #: views/settings.php:221
1973
  msgid "Theme Folders Filter"
1974
  msgstr ""
1975
 
1976
+ #: views/settings.php:226
1977
  msgid "Upload Folders Filter"
1978
  msgstr ""
1979
 
1980
+ #: views/settings.php:230
1981
  msgid "Other Folders Filter"
1982
  msgstr ""
1983
 
1984
+ #: views/settings.php:239
1985
  msgid "Filter Your Database Tables"
1986
  msgstr ""
1987
 
1988
+ #: views/settings.php:240
1989
  msgid "Exclude custom database tables from the backup."
1990
  msgstr ""
1991
 
1992
+ #: views/settings.php:241
1993
  msgid ""
1994
  "If you would like to exclude a custom table from the backup then simply drag "
1995
  "it to the list on the right. WordPress core tables may not be excluded from "
1996
  "the backup. "
1997
  msgstr ""
1998
 
1999
+ #: views/settings.php:279
2000
  msgid "Remove Data on Uninstall?"
2001
  msgstr ""
2002
 
2003
+ #: views/settings.php:281
2004
  msgid ""
2005
  "Check this box if you would like WPBackItUp to completely remove all of its "
2006
  "data when the plugin is deleted."
2007
  msgstr ""
2008
 
2009
+ #: views/support.php:65 views/support.php:221
2010
+ msgid "Send Logs"
 
2011
  msgstr ""
2012
 
2013
+ #: views/support.php:71
2014
+ msgid "Advanced"
2015
+ msgstr ""
2016
+
2017
+ #: views/support.php:93
2018
+ msgid "Support Center"
2019
  msgstr ""
2020
 
2021
+ #: views/support.php:95
2022
+ msgid ""
2023
+ "Welcome to the WPBackItUp support center. If you have any questions or run "
2024
+ "into any trouble with WPBackItUp then you've come to the right place."
2025
  msgstr ""
2026
 
2027
+ #: views/support.php:112
2028
+ msgid ""
2029
+ "To streamline support requests and better serve you, we utilize a support "
2030
+ "ticket system. Every support request is assigned a unique ticket number "
2031
+ "which you can use to track progress and responses via our support portal. "
2032
+ "For your convenience we provide a complete archive and history of all your "
2033
+ "support requests. All correspondence is via email so a valid email address "
2034
+ "is required to submit a ticket. "
2035
  msgstr ""
2036
 
2037
+ #: views/support.php:120
2038
+ msgid "Search &rarr; Knowledge base"
2039
+ msgstr ""
2040
+
2041
+ #: views/support.php:121
2042
+ msgid ""
2043
+ "Want to search our entire documentation library, all our how to articles and "
2044
+ "even our faq's in one shot? Just type your question into the knowledge base "
2045
+ "search bar and we'll show you everything we have for that topic."
2046
+ msgstr ""
2047
+
2048
+ #: views/support.php:123
2049
+ msgid "New &rarr; Ticket"
2050
+ msgstr ""
2051
+
2052
+ #: views/support.php:124
2053
+ msgid ""
2054
+ "Need to open a new support ticket? Just click the link above. Please "
2055
+ "provide as much detail as possible so we can best assist you."
2056
+ msgstr ""
2057
+
2058
+ #: views/support.php:126
2059
+ msgid "Check &rarr; Status"
2060
+ msgstr ""
2061
+
2062
+ #: views/support.php:127
2063
+ msgid ""
2064
+ "To check ticket status or update a previously submitted ticket you will "
2065
+ "first need to login. Our support portal provides a history of your current "
2066
+ "and past support requests complete with responses."
2067
+ msgstr ""
2068
+
2069
+ #: views/support.php:129
2070
+ msgid "Send &rarr; Logs"
2071
+ msgstr ""
2072
+
2073
+ #: views/support.php:130
2074
+ msgid ""
2075
+ "Sometimes it may be necessary for you to send your log files to support. If "
2076
+ "that ever happens, just click the link above and we will show you what to do."
2077
+ msgstr ""
2078
+
2079
+ #: views/support.php:169
2080
+ msgid ""
2081
+ "If you have been asked by support to send your log files then you are in the "
2082
+ "right spot."
2083
+ msgstr ""
2084
+
2085
+ #: views/support.php:181
2086
+ msgid "Send Logs to Support"
2087
+ msgstr ""
2088
+
2089
+ #: views/support.php:182
2090
+ msgid "This form should only be used when working with support."
2091
+ msgstr ""
2092
+
2093
+ #: views/support.php:183
2094
  #, php-format
2095
  msgid ""
2096
  "Please make sure to open a support ticket via WPBackItUp <a href=\"%s\" "
2097
  "target=\"_blank\"> support portal.</a> before using this form."
2098
  msgstr ""
2099
 
2100
+ #: views/support.php:184
2101
  msgid ""
2102
  "The ticket id you receive from your support request should be entered in the "
2103
  "ticket id field below."
2104
  msgstr ""
2105
 
2106
+ #: views/support.php:185
2107
  msgid "your email address"
2108
  msgstr ""
2109
 
2110
+ #: views/support.php:196
2111
  msgid "support ticket id"
2112
  msgstr ""
2113
 
2114
+ #: views/support.php:207
2115
  msgid "problem description or additional information"
2116
  msgstr ""
2117
 
2118
+ #: views/support.php:224
 
 
 
 
2119
  msgid "Please register your version of WPBackItUp for access to support."
2120
  msgstr ""
2121
 
2122
+ #: views/support.php:228
2123
  msgid "Premium customers receive priority support."
2124
  msgstr ""
2125
 
2126
+ #: views/support.php:236
2127
+ msgid "Support email could not be sent!"
2128
+ msgstr ""
2129
+
2130
+ #: views/support.php:243
2131
+ msgid "Support email sent successfully!"
2132
+ msgstr ""
2133
+
2134
+ #: views/support.php:267
2135
+ msgid "Content goes here"
2136
+ msgstr ""
2137
+
2138
  #: wp-backitup.php:103 wp-backitup.php:104
2139
  #, php-format
2140
  msgid "Every %s hours"
lib/includes/class-job.php CHANGED
@@ -279,7 +279,10 @@ class WPBackItUp_Job {
279
 
280
  case self::ACTIVE:
281
  //Error if >= 1 minutes since the last update
282
- if (current_time('timestamp')>=$task->getLastUpdatedTimeStamp()+WPBACKITUP__TASK_TIMEOUT_SECONDS){
 
 
 
283
  $task->setStatus(WPBackItUp_Job_Task::ERROR);
284
 
285
  //Update job to error also
279
 
280
  case self::ACTIVE:
281
  //Error if >= 1 minutes since the last update
282
+ global $WPBackitup;
283
+ $task_timeout_value = $WPBackitup->max_timeout();
284
+
285
+ if (current_time('timestamp')>=$task->getLastUpdatedTimeStamp()+$task_timeout_value){
286
  $task->setStatus(WPBackItUp_Job_Task::ERROR);
287
 
288
  //Update job to error also
lib/includes/class-utility.php CHANGED
@@ -81,15 +81,21 @@ class WPBackItUp_Utility {
81
  $headers[] = 'Reply-To: ' .$from_name .' <'. $reply_email .'>';
82
  }
83
 
84
- wp_mail($to, $subject, nl2br($message), $headers,$attachments);
 
85
 
86
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Headers:' .var_export($headers,true));
87
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'EMail Sent from:' .$from_email);
88
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'EMail Sent to:' .$to);
 
 
 
 
89
  }
90
 
91
  } catch(Exception $e) {
92
  WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Send Email Exception:'.$e);
 
93
  }
94
 
95
  }
81
  $headers[] = 'Reply-To: ' .$from_name .' <'. $reply_email .'>';
82
  }
83
 
84
+ //Send Mail
85
+ $rtn_val = wp_mail($to, $subject, nl2br($message), $headers,$attachments);
86
 
87
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Headers:' .var_export($headers,true));
88
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'EMail Sent from:' .$from_email);
89
  WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'EMail Sent to:' .$to);
90
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'EMail Sent to:' .$to);
91
+ WPBackItUp_LoggerV2::log_info($this->log_name,__METHOD__,'Return Code:' .var_export( $rtn_val,true ));
92
+
93
+ return $rtn_val;
94
  }
95
 
96
  } catch(Exception $e) {
97
  WPBackItUp_LoggerV2::log_error($this->log_name,__METHOD__,'Send Email Exception:'.$e);
98
+ return false;
99
  }
100
 
101
  }
lib/includes/class-wpbackitup-admin.php CHANGED
@@ -70,6 +70,7 @@ class WPBackitup_Admin {
70
  'backup_uploads_batch_size'=>WPBACKITUP__UPLOADS_BATCH_SIZE,
71
  'backup_others_batch_size'=>WPBACKITUP__OTHERS_BATCH_SIZE,
72
  'backup_zip_max_size'=>WPBACKITUP__ZIP_MAX_FILE_SIZE,
 
73
  'backup_plugins_filter'=> '',
74
  'backup_themes_filter' => '',
75
  'backup_uploads_filter' => '',
@@ -228,8 +229,11 @@ class WPBackitup_Admin {
228
  //Add Settings Menu Nav
229
  add_submenu_page( $this->namespace, __('Settings', 'wp-backitup'), __('Settings','wp-backitup'), 'administrator', $this->namespace.'-settings', array( &$this, 'admin_settings_page' ) );
230
 
231
- // Add About Nav
232
- //add_submenu_page( $this->namespace, __('About', 'wp-backitup'), __('About','wp-backitup'), 'administrator', $this->namespace.'-about', array( &$this, 'admin_about_page' ) );
 
 
 
233
 
234
  //show test page when true AND localhost
235
  if (WPBACKITUP__DEBUG===true && $_SERVER['HTTP_HOST']=='localhost'){
@@ -237,7 +241,7 @@ class WPBackitup_Admin {
237
  }
238
  // remove duplicate submenu page. wp limitations //
239
  // http://wordpress.stackexchange.com/questions/16401/remove-duplicate-main-submenu-in-admin
240
- remove_submenu_page($this->namespace,$this->namespace);
241
 
242
  }
243
 
@@ -302,7 +306,7 @@ class WPBackitup_Admin {
302
  wp_enqueue_style( "{$this->namespace}-jquery-ui-css" );
303
 
304
  //Admin fonts
305
- wp_register_style( 'google-fonts', '//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css' );
306
  wp_enqueue_style( 'google-fonts' );
307
 
308
  //UPLOADS only
@@ -370,6 +374,7 @@ class WPBackitup_Admin {
370
  include WPBACKITUP__PLUGIN_PATH . "/views/about.php";
371
  }
372
 
 
373
  /**
374
  * The admin section backup page rendering method
375
  *
@@ -389,6 +394,25 @@ class WPBackitup_Admin {
389
  * @uses WPBackitup::_admin_options_update()
390
  */
391
  public function route() {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
392
  $uri = $_SERVER['REQUEST_URI'];
393
  $protocol = isset( $_SERVER['HTTPS'] ) ? 'https' : 'http';
394
  $hostname = $_SERVER['HTTP_HOST'];
@@ -458,7 +482,6 @@ class WPBackitup_Admin {
458
  require_once( WPBACKITUP__PLUGIN_PATH . '/lib/includes/class-job-task.php' );
459
  require_once( WPBACKITUP__PLUGIN_PATH . '/lib/includes/class-job-item.php' );
460
 
461
-
462
  $languages_path = dirname(dirname(dirname( plugin_basename( __FILE__ )))) . '/languages/';
463
 
464
  load_plugin_textdomain(
@@ -1137,12 +1160,18 @@ class WPBackitup_Admin {
1137
  $data['rversion_compare'] = $this->defaults['rversion_compare'];
1138
  }
1139
 
1140
- //** VALIDATE rversion_compare **//
1141
  if(empty($data['backup_zip_max_size']))
1142
  {
1143
  $data['backup_zip_max_size'] = $this->defaults['backup_zip_max_size'];
1144
  }
1145
 
 
 
 
 
 
 
1146
  //** VALIDATE delete_all on uninstall **//
1147
  if(empty($data['delete_all']))
1148
  {
@@ -1376,13 +1405,17 @@ class WPBackitup_Admin {
1376
 
1377
  $support_body=$site_info . '<br/><br/><b>Customer Comments:</b><br/><br/>' . $_POST['support_body'];
1378
 
1379
- $utility->send_email_v2($support_to_address,$support_subject,$support_body,$logs_attachment,$from_name,$support_from_email,$support_from_email);
1380
- // get rid of the transients
1381
- foreach( $_POST as $key => $val ){
1382
- delete_transient($key);
1383
- }
 
 
 
 
 
1384
 
1385
- wp_safe_redirect($url . '&s=1');
1386
  exit;
1387
  }
1388
  }
@@ -1886,6 +1919,16 @@ class WPBackitup_Admin {
1886
  }
1887
 
1888
 
 
 
 
 
 
 
 
 
 
 
1889
  /**
1890
  * Getter - Max Zip Size
1891
  */
@@ -1899,6 +1942,19 @@ class WPBackitup_Admin {
1899
  $this->set('backup_zip_max_size', $value);
1900
  }
1901
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1902
 
1903
  //getter
1904
  public function rversion_compare(){
@@ -2522,6 +2578,9 @@ class WPBackitup_Admin {
2522
  public static function activate() {
2523
  try{
2524
 
 
 
 
2525
  //add cron task for once per hour starting in 1 hour
2526
  if(!wp_next_scheduled( 'wpbackitup_queue_scheduled_jobs' ) ){
2527
  wp_schedule_event( time()+3600, 'hourly', 'wpbackitup_queue_scheduled_jobs');
70
  'backup_uploads_batch_size'=>WPBACKITUP__UPLOADS_BATCH_SIZE,
71
  'backup_others_batch_size'=>WPBACKITUP__OTHERS_BATCH_SIZE,
72
  'backup_zip_max_size'=>WPBACKITUP__ZIP_MAX_FILE_SIZE,
73
+ 'backup_max_timeout'=>WPBACKITUP__TASK_TIMEOUT_SECONDS,
74
  'backup_plugins_filter'=> '',
75
  'backup_themes_filter' => '',
76
  'backup_uploads_filter' => '',
229
  //Add Settings Menu Nav
230
  add_submenu_page( $this->namespace, __('Settings', 'wp-backitup'), __('Settings','wp-backitup'), 'administrator', $this->namespace.'-settings', array( &$this, 'admin_settings_page' ) );
231
 
232
+ // Add about Nav
233
+ add_submenu_page( $this->namespace, __('About', 'wp-backitup'), __('About','wp-backitup'), 'administrator', $this->namespace.'-about', array( &$this, 'admin_about_page' ) );
234
+
235
+ // // Add getting started Nav
236
+ // add_submenu_page( $this->namespace, __('Getting Started', 'wp-backitup'), __('Getting Started','wp-backitup'), 'administrator', $this->namespace.'-getting-started', array( &$this, 'admin_about_page' ) );
237
 
238
  //show test page when true AND localhost
239
  if (WPBACKITUP__DEBUG===true && $_SERVER['HTTP_HOST']=='localhost'){
241
  }
242
  // remove duplicate submenu page. wp limitations //
243
  // http://wordpress.stackexchange.com/questions/16401/remove-duplicate-main-submenu-in-admin
244
+ remove_submenu_page($this->namespace,$this->namespace);
245
 
246
  }
247
 
306
  wp_enqueue_style( "{$this->namespace}-jquery-ui-css" );
307
 
308
  //Admin fonts
309
+ wp_register_style( 'google-fonts', '//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css' );
310
  wp_enqueue_style( 'google-fonts' );
311
 
312
  //UPLOADS only
374
  include WPBACKITUP__PLUGIN_PATH . "/views/about.php";
375
  }
376
 
377
+
378
  /**
379
  * The admin section backup page rendering method
380
  *
394
  * @uses WPBackitup::_admin_options_update()
395
  */
396
  public function route() {
397
+
398
+ //check to see if this if wpbackitup was just activated
399
+ if ( get_transient( '_wpbackitup_activation_redirect' ) ){
400
+
401
+ // Delete the redirect transient
402
+ delete_transient( '_wpbackitup_activation_redirect' );
403
+
404
+ if ( ! is_network_admin() && !isset( $_GET['activate-multi'] ) ){
405
+ $upgrade = get_option( 'wp-backitup_previous_version' );
406
+ if( ! $upgrade ) { // First time install
407
+ wp_safe_redirect( admin_url( add_query_arg( array( 'page' => 'wp-backitup-about' ), 'admin.php' )));
408
+ } else { // Update
409
+ wp_safe_redirect( admin_url( add_query_arg( array( 'page' => 'wp-backitup-about','tab'=>'whats-new' ), 'admin.php' ))) ;
410
+ }
411
+
412
+ return; //dont do anything else
413
+ }
414
+ }
415
+
416
  $uri = $_SERVER['REQUEST_URI'];
417
  $protocol = isset( $_SERVER['HTTPS'] ) ? 'https' : 'http';
418
  $hostname = $_SERVER['HTTP_HOST'];
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
  $languages_path = dirname(dirname(dirname( plugin_basename( __FILE__ )))) . '/languages/';
486
 
487
  load_plugin_textdomain(
1160
  $data['rversion_compare'] = $this->defaults['rversion_compare'];
1161
  }
1162
 
1163
+ //** VALIDATE zip max size **//
1164
  if(empty($data['backup_zip_max_size']))
1165
  {
1166
  $data['backup_zip_max_size'] = $this->defaults['backup_zip_max_size'];
1167
  }
1168
 
1169
+ //** VALIDATE max timeout **//
1170
+ if(empty($data['backup_max_timeout']))
1171
+ {
1172
+ $data['backup_max_timeout'] = $this->defaults['backup_max_timeout'];
1173
+ }
1174
+
1175
  //** VALIDATE delete_all on uninstall **//
1176
  if(empty($data['delete_all']))
1177
  {
1405
 
1406
  $support_body=$site_info . '<br/><br/><b>Customer Comments:</b><br/><br/>' . $_POST['support_body'];
1407
 
1408
+ if ($utility->send_email_v2($support_to_address,$support_subject,$support_body,$logs_attachment,$from_name,$support_from_email,$support_from_email)){
1409
+ // get rid of the transients
1410
+ foreach( $_POST as $key => $val ){
1411
+ delete_transient($key);
1412
+ }
1413
+
1414
+ wp_safe_redirect($url . '&s=1');
1415
+ } else{
1416
+ wp_safe_redirect($url . '&s=2');
1417
+ }
1418
 
 
1419
  exit;
1420
  }
1421
  }
1919
  }
1920
 
1921
 
1922
+ /**
1923
+ * Formatted Version getter
1924
+ *
1925
+ * @return string
1926
+ */
1927
+ public function formatted_version(){
1928
+
1929
+ return rtrim ($this->version,'.0');;
1930
+ }
1931
+
1932
  /**
1933
  * Getter - Max Zip Size
1934
  */
1942
  $this->set('backup_zip_max_size', $value);
1943
  }
1944
 
1945
+ /**
1946
+ * Getter - Max timeout
1947
+ */
1948
+ public function max_timeout(){
1949
+ return $this->get('backup_max_timeout');
1950
+ }
1951
+
1952
+ //setter
1953
+ public function set_max_timeout($value){
1954
+
1955
+ $this->set('backup_max_timeout', $value);
1956
+ }
1957
+
1958
 
1959
  //getter
1960
  public function rversion_compare(){
2578
  public static function activate() {
2579
  try{
2580
 
2581
+ //tells wpbackitup to redirect to getting started
2582
+ set_transient( '_wpbackitup_activation_redirect', true, 30 );
2583
+
2584
  //add cron task for once per hour starting in 1 hour
2585
  if(!wp_next_scheduled( 'wpbackitup_queue_scheduled_jobs' ) ){
2586
  wp_schedule_event( time()+3600, 'hourly', 'wpbackitup_queue_scheduled_jobs');
lib/includes/update_plugin.php CHANGED
@@ -42,6 +42,9 @@ function wpbackitup_update_plugin() {
42
  return;
43
  }
44
 
 
 
 
45
 
46
  //If the major version are the same then just run the minor updates
47
  if ($current_plugin_major_ver == $target_plugin_major_ver ){
42
  return;
43
  }
44
 
45
+
46
+ //update previous version setting
47
+ update_option( 'wp-backitup_previous_version', sprintf( '%s.%s',$current_plugin_major_ver,$current_plugin_minor_ver ) );
48
 
49
  //If the major version are the same then just run the minor updates
50
  if ($current_plugin_major_ver == $target_plugin_major_ver ){
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: wpbackitup, cssimmon, alaminopu
3
  Donate link: http://www.wpbackitup.com
4
  Tags: backup, backups, restore, migrate, clone, duplicate, multisite, database, archive, malware, download, mysql
5
  Requires at least: 3.8.0
6
- Tested up to: 4.6
7
- Stable tag: 1.13
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -167,6 +167,13 @@ Our online documentation and full list of FAQs can be found at [support.wpbackit
167
 
168
  == Changelog ==
169
 
 
 
 
 
 
 
 
170
 
171
  = 1.13.1 =
172
  *Release Date - September 19, 2016
3
  Donate link: http://www.wpbackitup.com
4
  Tags: backup, backups, restore, migrate, clone, duplicate, multisite, database, archive, malware, download, mysql
5
  Requires at least: 3.8.0
6
+ Tested up to: 4.6.1
7
+ Stable tag: 1.13.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
167
 
168
  == Changelog ==
169
 
170
+ = 1.13.2=
171
+ *Release Date - October 13, 2016
172
+
173
+ * UPDATE : Updates to plugin to make responsive
174
+ * UPDATE : Add about page
175
+ * UPDATE : Updates to support page to used tab interface
176
+ * UPDATE : Add task timeout setting
177
 
178
  = 1.13.1 =
179
  *Release Date - September 19, 2016
views/about.php ADDED
@@ -0,0 +1,687 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php if (!defined ('ABSPATH')) die('No direct access allowed');
2
+ /**
3
+ * Welcome Page Class
4
+ *
5
+ * @package WPBackItUp
6
+ * @subpackage Admin/Welcome
7
+ * @copyright Copyright (c) 2016, WPBackItUp
8
+ * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
9
+ * @since 1.13.1
10
+ */
11
+
12
+
13
+ /**
14
+ * WPBackItUp_Welcome Class
15
+ *
16
+ * A general class for About and Credits page.
17
+ *
18
+ * @since 1.13.1
19
+ */
20
+ class WPBackItUp_Welcome {
21
+
22
+ private $display_version;
23
+ /**
24
+ * Get things started
25
+ *
26
+ * @since 1.13.1
27
+ */
28
+ public function __construct() {
29
+ global $WPBackitup;
30
+
31
+ list( $this->display_version ) = explode( '-', $WPBackitup->formatted_version() );
32
+
33
+ $this->render_header();
34
+
35
+ $selected = isset( $_GET['tab'] ) ? $_GET['tab'] : 'getting-started';
36
+ if ($selected == 'getting-started') $this->getting_started_screen();
37
+ if ($selected == 'whats-new') $this->whats_new_screen();
38
+ if ($selected == 'premium') $this->premium_screen();
39
+ if ($selected == 'changelog') $this->changelog_screen();
40
+ if ($selected == 'tools') $this->tools_screen();
41
+
42
+ $this->render_footer();
43
+
44
+ }
45
+
46
+ /**
47
+ * Navigation tabs
48
+ *
49
+ * @access public
50
+ * @since 1.9
51
+ * @return void
52
+ */
53
+ private function tabs() {
54
+ $selected = isset( $_GET['tab'] ) ? $_GET['tab'] : 'getting-started';
55
+
56
+ ?>
57
+ <h1 class="nav-tab-wrapper">
58
+ <a class="nav-tab <?php echo $selected == 'getting-started' ? 'nav-tab-active' : ''; ?>" href="<?php echo esc_url( admin_url( add_query_arg( array( 'page' => 'wp-backitup-about' ), 'admin.php' ) ) ); ?>">
59
+ <?php _e( 'Getting Started', 'wp-backitup' ); ?>
60
+ </a>
61
+ <a class="nav-tab <?php echo $selected == 'whats-new' ? 'nav-tab-active' : ''; ?>" href="<?php echo esc_url( admin_url( add_query_arg( array( 'page' => 'wp-backitup-about','tab'=>'whats-new' ), 'admin.php' ) ) ); ?>">
62
+ <?php _e( "What's New", 'wp-backitup'); ?>
63
+ </a>
64
+ <a class="nav-tab <?php echo $selected == 'premium' ? 'nav-tab-active' : ''; ?>" href="<?php echo esc_url( admin_url( add_query_arg( array( 'page' => 'wp-backitup-about','tab'=>'premium' ), 'admin.php' ) ) ); ?>">
65
+ <?php _e( 'Premium Plugin', 'wp-backitup' ); ?>
66
+ </a>
67
+ </h1>
68
+ <?php
69
+ }
70
+
71
+ /**
72
+ * Render header
73
+ *
74
+ * @access public
75
+ * @since 1.9
76
+ * @return void
77
+ */
78
+ private function render_header() {
79
+ ?>
80
+ <div class="wrap about-wrap wpbackitup-about-wrap">
81
+ <?php
82
+
83
+ $this->admin_head();
84
+ $this->welcome_message();
85
+ $this->tabs();
86
+ ?>
87
+ <?php
88
+ }
89
+
90
+ /**
91
+ * Render footer
92
+ *
93
+ * @access public
94
+ * @since 1.9
95
+ * @return void
96
+ */
97
+ private function render_footer() {
98
+ ?>
99
+ </div>
100
+
101
+ <?php
102
+ }
103
+
104
+
105
+
106
+ /**
107
+ * Welcome message
108
+ *
109
+ * @access public
110
+ * @since 2.5
111
+ * @return void
112
+ */
113
+ private function welcome_message() {
114
+
115
+ ?>
116
+ <div id="wpbackitup-header">
117
+ <img class="wpbackitup-badge" src="<?php echo WPBACKITUP__PLUGIN_URL . 'images/wpbackitup-logo.png'; ?>" alt="<?php _e( 'WPBackItUp', 'wp-backitup' ); ?>" / >
118
+ <h1><?php printf( __( 'Welcome to WPBackItUp %s', 'wp-backitup' ), $this->display_version ); ?></h1>
119
+ <p class="about-text">
120
+ <?php printf( __( 'Thank you for updating to the latest version! WPBackItUp %s is ready to make sure your site is backed up quickly, securely, and completely!', 'wp-backitup' ), $this->display_version ); ?>
121
+ </p>
122
+ </div>
123
+ <?php
124
+ }
125
+
126
+ /**
127
+ * Render Getting Started Screen
128
+ *
129
+ * @access public
130
+ * @since 1.9
131
+ * @return void
132
+ */
133
+ private function getting_started_screen() {
134
+ global $WPBackitup;
135
+ ?>
136
+ <p class="about-description"><?php _e( 'Use the tips below to get started using WPBackItUp and you will be <em>backing it up</em> in no time!', 'wp-backitup' ); ?></p>
137
+
138
+ <div class="changelog">
139
+ <h2><?php _e( 'Backups', 'wp-backitup' );?></h2>
140
+ <h3><?php _e( 'Creating Your First Backup', 'wp-backitup' );?></h3>
141
+ <div class="feature-section">
142
+ <div class="feature-section-media">
143
+ <img src="<?php echo WPBACKITUP__PLUGIN_URL . 'images/backup_inprogress.png'?>" />
144
+ </div>
145
+ <div class="feature-section-content">
146
+ <h4><a href="<?php echo admin_url( 'admin.php?page=wp-backitup-backup' ) ?>"><?php printf( __( 'One Click &rarr; Backup', 'wp-backitup' )); ?></a></h4>
147
+ <p><?php printf( __( 'The backup menu option is the starting point for all things related to backups. To create your first backup, simply click the <em>Backup</em> button and WPBackItUp will backup your entire site. This includes your database, plugins, themes, and even all your media files.', 'wp-backitup' )); ?></p>
148
+
149
+
150
+ <h4><?php _e( 'Download Backups', 'wp-backitup' );?></h4>
151
+ <p><?php _e( 'Downloading your backups is simple too. Click the backup you want to download from the <em>Available backups</em> listing. Then click the part of the backup you want to download (database, plugins, themes, media files). Or download the entire backup in just one click.', 'wp-backitup' );?></p>
152
+
153
+ <div class="feature-section-media-inline">
154
+ <img src="<?php echo WPBACKITUP__PLUGIN_URL . 'images/single-file-download.png'?>" />
155
+ </div>
156
+
157
+ </div>
158
+ </div>
159
+ </div>
160
+
161
+ <div class="changelog">
162
+ <h2><?php _e( 'Automatic Backups', 'wp-backitup' );?></h2>
163
+ <div class="feature-section">
164
+ <div class="feature-section-media">
165
+ <img src="<?php echo WPBACKITUP__PLUGIN_URL . 'images/backup_scheduler.png'; ?>"/>
166
+ </div>
167
+ <div class="feature-section-content">
168
+ <h4><?php _e( 'Schedule your Backups (Premium Only)','wp-backitup' );?></h4>
169
+ <p><?php _e( 'Schedule your backups to run any day of the week, or all of them. With our flexible backup scheduler just select the days of the week you want your backup to run and WPBackItUp will handle the rest.', 'wp-backitup' );?></p>
170
+
171
+ <h4><?php _e( 'Backup Notifications', 'wp-backitup' );?></h4>
172
+ <p><?php _e( 'Want to get notified every time a backup finishes? Just add your email address to the notification section in backup settings. WPBackItUp even supports multiple email addresses so add as many as you like.', 'wp-backitup' );?></p>
173
+ <div class="feature-section-media-inline">
174
+ <img src="<?php echo WPBACKITUP__PLUGIN_URL . 'images/email_notifications.png'?>" />
175
+ </div>
176
+
177
+ <h4><?php _e( 'Backup Retention', 'wp-backitup' ); ?></h4>
178
+ <p><?php _e( 'Concerned about the amount of storage space used for backups? Use the <em>backup retention</em> setting to tell WPBackItUp how many backups you want to keep. WPBackItUp will make sure only the newest backups are saved.', 'wp-backitup' ); ?></p>
179
+
180
+ </div>
181
+
182
+ <div class="feature-section-media">
183
+ <img src="<?php echo WPBACKITUP__PLUGIN_URL . 'images/backup_retention.png'?>" />
184
+ </div>
185
+
186
+
187
+ </div>
188
+ </div>
189
+
190
+ <div class="changelog">
191
+ <h2><?php _e( 'Restore', 'wp-backitup' );?></h2>
192
+ <div class="feature-section">
193
+ <div class="feature-section-media">
194
+ <img src="<?php echo WPBACKITUP__PLUGIN_URL . 'images/restore_success.png'; ?>"/>
195
+ </div>
196
+ <div class="feature-section-content">
197
+ <h4><?php printf( __( 'One Click &rarr; Restore (Premium Only)', 'wp-backitup' )); ?></a></h4>
198
+ <p><?php _e( 'We hope you never need to restore your site but if you do then WPBackItUp has you covered. And with our one-click restore feature, restoring your site is just as easy as backing it up.', 'wp-backitup' );?></p>
199
+
200
+ <h4><?php printf( __( 'Migration &amp; Cloning (Premium Only)', 'wp-backitup' )); ?></a></h4>
201
+ <p><?php _e( 'Need to migrate your site to a new host or want to clone a copy to your staging server? WPBackItUp does that too! Just upload your backups to your new WordPress install and restore it using the one-click restore feature.', 'wp-backitup' );?></p>
202
+
203
+ <div class="feature-section-media-inline">
204
+ <img src="<?php echo WPBACKITUP__PLUGIN_URL . 'images/upload_success.png'?>" />
205
+ </div>
206
+ </div>
207
+
208
+ </div>
209
+ </div>
210
+
211
+ <div class="changelog">
212
+ <h2><?php _e( 'Need Help?', 'wp-backitup' );?></h2>
213
+ <div class="feature-section">
214
+ <div class="feature-section-media">
215
+ <img src="<?php echo WPBACKITUP__PLUGIN_URL . 'images/support_page.png'; ?>"/>
216
+ </div>
217
+
218
+ <div class="feature-section-content">
219
+ <h4><?php _e( 'Phenomenal Support','wp-backitup' );?></h4>
220
+ <?php echo( $WPBackitup->get_anchor_with_utm(__('Get support','wp-backitup'),'support/home' ,'getting+started','support',WPBACKITUP__SUPPORTSITE_URL))?>
221
+
222
+ <p><?php printf(__( 'We do our best to provide the best product possible but if you run into trouble then support is just a few clicks away. To get help or if you have a question, simply open a ticket using our %s.', 'wp-backitup'),$WPBackitup->get_anchor_with_utm(__('support portal','wp-backitup'),'support/home' ,'getting+started','support',WPBACKITUP__SUPPORTSITE_URL));?></p>
223
+
224
+ <h4><?php _e( 'Need Even Faster Support?', 'wp-backitup' );?></h4>
225
+ <p><?php printf(__( 'Our %s system is there for customers that need faster or more in-depth assistance.', 'wp-backitup' ),$WPBackitup->get_anchor_with_utm(__('Priority Support','wp-backitup'),'priority-support' ,'getting+started','support',WPBACKITUP__SECURESITE_URL));?></p>
226
+
227
+ <h4><?php _e( 'Need Help Migrating Your Site to a New Host?', 'wp-backitup' );?></h4>
228
+ <p><?php printf(__( 'Our Site Migration experts have helped hundreds of WPBackItUp customers migrate their sites and now you can take advantage of that experience with our WordPress %s. Let our experts save you time and headaches by doing it for you!', 'wp-backitup' ),$WPBackitup->get_anchor_with_utm(__('Site Migration Service','wp-backitup'),'wordpress-site-migration' ,'getting+started','support',WPBACKITUP__SECURESITE_URL));?></p>
229
+
230
+ <h4><?php _e( 'Tools Tools Tools...','wp-backitup' );?></h4>
231
+ <p><?php printf(__( 'Great web sites and businesses are built with great tools and products that help you achieve your goals as efficiently as possible. My team and I have spent a tremendous amount of time and effort evaluating tools to help run our WordPress powered website and business. And now you can leverage all our hard work and my 20+ years experience in the software industry with a simple mouse click. The %s is a growing list of tools and products we use at WPBackItUp to enhance our websites and businesses. Please feel free to use our experience to empower, enhance and accelerate your sites and businesses.', 'wp-backitup' ),$WPBackitup->get_anchor_with_utm(__('WPBackItUp Tools List','wp-backitup'),'tools' ,'getting+started','tools',WPBACKITUP__SECURESITE_URL));?></p>
232
+
233
+
234
+ </div>
235
+ </div>
236
+
237
+ <div class="changelog">
238
+ <h2><?php _e( 'Stay Up to Date', 'wp-backitup' );
239
+ //TODO: Add subscription page to wpbackitup site
240
+ ?></h2>
241
+ <div class="feature-section two-col">
242
+ <div class="col">
243
+ <h4><?php _e( 'Get Notified of New Releases','wp-backitup' );?></h4>
244
+ <p><?php printf(__( 'New features that make WPBackItUp even more powerful are released often. Subscribe to our newsletter to stay up to date with our latest releases. %s to ensure you do not miss a release!', 'wp-backitup' ),$WPBackitup->get_anchor_with_utm(__('Sign up now','wp-backitup'),'subscribe' ,'getting+started','subscribe',WPBACKITUP__SECURESITE_URL));?></p>
245
+ </div>
246
+ <div class="col">
247
+ <h4><?php _e( 'Get Alerted About New Tutorials', 'wp-backitup' );?></h4>
248
+ <p><?php printf(__( '%s to hear about the latest tutorials that explain how to take WPBackItUp further.', 'wp-backitup' ),$WPBackitup->get_anchor_with_utm(__('Sign up now','wp-backitup'),'subscribe' ,'getting+started','subscribe',WPBACKITUP__SECURESITE_URL));?></p>
249
+ </div>
250
+
251
+ </div>
252
+ </div>
253
+
254
+
255
+ <?php
256
+ }
257
+
258
+ /**
259
+ * Render Whats New Screen
260
+ *
261
+ * @access public
262
+ * @since 1.13.1
263
+ * @return void
264
+ */
265
+ private function whats_new_screen() {
266
+ ?>
267
+ <p class="about-description"><?php printf( __( 'Below are just a few highlights for version %s. ', 'wp-backitup' ), $this->display_version); ?></p>
268
+
269
+ <div class="changelog">
270
+ <h3><?php _e( 'Email Notifications', 'wp-backitup' );?></h3>
271
+ <div class="feature-section">
272
+ <div class="feature-section-media">
273
+ <img src="<?php echo WPBACKITUP__PLUGIN_URL . 'images/email_notifications.png'; ?>"/>
274
+ </div>
275
+ <div class="feature-section-content">
276
+ <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>
277
+
278
+ <h4><?php _e( 'About Page', 'wp-backitup' );?></h4>
279
+ <p><?php _e( "WPBackItUp now has a new <em>about</em> page and you are looking at it right now! The about page contains tips to help get you started with WPBackItUp as well as links to our knowledge base, faqs and instructions on how to contact support if you ever need help. It also includes a <em>what's new</em> section describing all the incredible new features and enhancements we make with every release.", 'wp-backitup' );?></p>
280
+
281
+ <h4><?php _e( 'Maximum Zip File Size', 'wp-backitup' );?></h4>
282
+ <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>
283
+ </div>
284
+
285
+ <div class="feature-section-media">
286
+ <img src="<?php echo WPBACKITUP__PLUGIN_URL . 'images/settings_maxzipsize.png'?>" />
287
+ </div>
288
+
289
+ </div>
290
+ </div>
291
+
292
+ <div class="changelog">
293
+ <h3><?php _e( 'Additional Updates', 'wp-backitup' );?></h3>
294
+ <div class="feature-section three-col">
295
+ <div class="col">
296
+ <h4><?php _e( 'Backup Encryption (Premium Only)', 'wp-backitup' );?></h4>
297
+ <p><?php _e( "That's right, we have added backup encryption to this release but have turned it off while we beta test with a few customers. Backup encryption will be included in our next major release (1.14) which is due out soon.", 'wp-backitup' );?></p>
298
+ </div>
299
+ <div class="col">
300
+ <h4><?php _e( 'File Name Validation', 'wp-backitup' );?></h4>
301
+ <p><?php _e( 'We have added an additional validation for files with invalid names. This check will exclude files from a backup with invalid file names. These files are often corrupt and cause errors during a restore.', 'wp-backitup' );?></p>
302
+ </div>
303
+ <div class="col">
304
+ <h4><?php _e( 'SQL Files', 'wp-backitup' );?></h4>
305
+ <p><?php _e( 'For those of you with extremely large databases, you will be happy to know that we now support database exports that contain more than 500 SQL files.' ,'wp-backitup' );?></p>
306
+ </div>
307
+ <div class="clear">
308
+ <div class="col">
309
+ <h4><?php _e( 'Cloud API Gateway ', 'wp-backitup' );?></h4>
310
+ <p><?php _e( 'Every once in a while we have connectivity issues with a few hosts when customers attempt to activate their license. To combat this issue we have added a cloud based API gateway that should be accessible to hosting providers in every country and on any platform.', 'wp-backitup' );?></p>
311
+ </div>
312
+ <div class="col">
313
+ <h4><?php _e( 'Tables missing WordPress table prefix', 'wp-backitup' );?></h4>
314
+ <p><?php _e( 'We have added support for database tables that are missing the WordPress table prefix. Some plugins create custom tables that do not contain the WordPress table prefix. While this practice is discouraged, it sometimes still happens. WPBackItUp will now include all tables in a database, even when the table prefix is missing.', 'wp-backitup' );?></p>
315
+ </div>
316
+ </div>
317
+ </div>
318
+
319
+ <div class="return-to-dashboard">
320
+ <?php _e( 'Want to see the entire changelog?', 'wp-backitup' ); ?> &mdash;
321
+ <a href="<?php echo esc_url( admin_url( add_query_arg( array( 'page' => 'wp-backitup-about','tab'=>'changelog' ), 'admin.php' ) )); ?>"><?php _e( 'View the Full Changelog', 'wp-backitup' ); ?></a>
322
+ </div>
323
+ <?php
324
+ }
325
+
326
+ /**
327
+ * Render Whats New Screen
328
+ *
329
+ * @access public
330
+ * @since 1.13.1
331
+ * @return void
332
+ */
333
+ private function tools_screen() {
334
+ ?>
335
+
336
+ <?php
337
+ }
338
+
339
+
340
+ /**
341
+ * Render Changelog Screen
342
+ *
343
+ * @access public
344
+ * @since 2.0.3
345
+ * @return void
346
+ */
347
+ private function changelog_screen() {
348
+ ?>
349
+ <div class="changelog">
350
+ <h2><?php _e( 'Full Changelog', 'wp-backitup' );?></h2>
351
+ <div class="feature-section">
352
+ <?php echo $this->parse_readme(); ?>
353
+ </div>
354
+ </div>
355
+ <?php
356
+ }
357
+
358
+
359
+
360
+ /**
361
+ * Render Getting Started Screen
362
+ *
363
+ * @access public
364
+ * @since 1.9
365
+ * @return void
366
+ */
367
+ private function premium_screen() {
368
+ global $WPBackitup;
369
+ ?>
370
+ <h2><?php _e( 'Take a look at what you are missing!', 'wp-backitup' );?></h2>
371
+
372
+ <!-- TABLE -->
373
+ <section class="wpbackitup-features-table">
374
+ <div class="wpbackitup-container">
375
+ <table class="table">
376
+ <thead>
377
+ <tr>
378
+ <td><?php _e( 'FEATURES', 'wp-backitup' ); ?></td>
379
+ <td><?php _e('LITE', 'wp-backitup' ); ?></td>
380
+ <td><?php _e('PREMIUM', 'wp-backitup' ); ?></td>
381
+ </tr>
382
+ </thead>
383
+ <tbody>
384
+ <tr>
385
+ <td><?php _e('Complete Backup (Database, Themes, Plugins &amp; Media Files)', 'wp-backitup' ); ?> </td>
386
+ <td class="check"><i class="fa fa-check" aria-hidden="true"></i></td>
387
+ <td class="check"><i class="fa fa-check" aria-hidden="true"></i></td>
388
+ </tr>
389
+ <tr>
390
+ <td><?php _e('Compressed Backups (Zip Format)', 'wp-backitup' ); ?></td>
391
+ <td class="check"><i class="fa fa-check" aria-hidden="true"></i></td>
392
+ <td class="check"><i class="fa fa-check" aria-hidden="true"></i></td>
393
+ </tr>
394
+ <tr>
395
+ <td><?php _e('Download Backups', 'wp-backitup' ); ?></td>
396
+ <td class="check"><i class="fa fa-check" aria-hidden="true"></i></td>
397
+ <td class="check"><i class="fa fa-check" aria-hidden="true"></i></td>
398
+ </tr>
399
+ <tr>
400
+ <td><?php _e('Directory Filters', 'wp-backitup' ); ?></td>
401
+ <td class="check"><i class="fa fa-check" aria-hidden="true"></i></td>
402
+ <td class="check"><i class="fa fa-check" aria-hidden="true"></i></td>
403
+ </tr>
404
+ <tr>
405
+ <td><?php _e('Database Table Filters', 'wp-backitup' ); ?></td>
406
+ <td class="check"><i class="fa fa-check" aria-hidden="true"></i></td>
407
+ <td class="check"><i class="fa fa-check" aria-hidden="true"></i></td>
408
+ </tr>
409
+ <tr>
410
+ <td><?php _e('Single File Database Export', 'wp-backitup' ); ?></td>
411
+ <td class="check"><i class="fa fa-check" aria-hidden="true"></i></td>
412
+ <td class="check"><i class="fa fa-check" aria-hidden="true"></i></td>
413
+ </tr>
414
+ <tr>
415
+ <td><?php _e('Single File Backup', 'wp-backitup' ); ?></td>
416
+ <td class="check"><i class="fa fa-check" aria-hidden="true"></i></td>
417
+ <td class="check"><i class="fa fa-check" aria-hidden="true"></i></td>
418
+ </tr>
419
+ <tr>
420
+ <td><?php _e('Purge Old Backups', 'wp-backitup' ); ?></td>
421
+ <td class="check"><i class="fa fa-check" aria-hidden="true"></i></td>
422
+ <td class="check"><i class="fa fa-check" aria-hidden="true"></i></td>
423
+ </tr>
424
+ <tr>
425
+ <td><?php _e('Cleanup Work Files &amp; Logs', 'wp-backitup' ); ?></td>
426
+ <td class="check"><i class="fa fa-check" aria-hidden="true"></i></td>
427
+ <td class="check"><i class="fa fa-check" aria-hidden="true"></i></td>
428
+ </tr>
429
+ <tr>
430
+ <td><?php _e('Backup Notifications via Email', 'wp-backitup' ); ?></td>
431
+ <td class="check"><i class="fa fa-check" aria-hidden="true"></i></td>
432
+ <td class="check"><i class="fa fa-check" aria-hidden="true"></i></td>
433
+ </tr>
434
+ <tr>
435
+ <td><strong><?php _e('One Click Restore</strong>', 'wp-backitup' ); ?></td>
436
+ <td class="times"><i class="fa fa-times" aria-hidden="true"></i></td>
437
+ <td class="check"><i class="fa fa-check" aria-hidden="true"></i></td>
438
+ </tr>
439
+ <tr>
440
+ <td><?php _e('Scheduled Backups', 'wp-backitup' ); ?></td>
441
+ <td class="times"><i class="fa fa-times" aria-hidden="true"></i></td>
442
+ <td class="check"><i class="fa fa-check" aria-hidden="true"></i></td>
443
+ </tr>
444
+ <tr>
445
+ <td><?php _e('Import Backups', 'wp-backitup' ); ?></td>
446
+ <td class="times"><i class="fa fa-times" aria-hidden="true"></i></td>
447
+ <td class="check"><i class="fa fa-check" aria-hidden="true"></i></td>
448
+ </tr>
449
+ <!-- <tr>-->
450
+ <!-- <td>--><?php //_e('Encrypted Backups', 'wp-backitup' ); ?><!--</td>-->
451
+ <!-- <td class="times"><i class="fa fa-times" aria-hidden="true"></i></td>-->
452
+ <!-- <td class="check"><i class="fa fa-check" aria-hidden="true"></i></td>-->
453
+ <!-- </tr>-->
454
+ <tr>
455
+ <td><?php _e('Premium Support', 'wp-backitup' ); ?></td>
456
+ <td class="times"><i class="fa fa-times" aria-hidden="true"></i></td>
457
+ <td class="check"><i class="fa fa-check" aria-hidden="true"></i></td>
458
+ </tr>
459
+ <tr>
460
+ <td><?php _e('Product Updates', 'wp-backitup' ); ?></td>
461
+ <td class="times"><i class="fa fa-times" aria-hidden="true"></i></td>
462
+ <td class="check"><i class="fa fa-check" aria-hidden="true"></i></td>
463
+ </tr>
464
+ <tr>
465
+ <td></td>
466
+ <td></td>
467
+ <td class="link"><?php echo( $WPBackitup->get_anchor_with_utm(__('GET PREMIUM','wp-backitup'),'pricing-purchase' ,'premium+plugin','feature+compare',WPBACKITUP__SECURESITE_URL))?></td>
468
+ </tr>
469
+ </tbody>
470
+ </table>
471
+ </div>
472
+ </section>
473
+
474
+ <!-- #TABLE -->
475
+
476
+ <!-- </div>-->
477
+ <?php
478
+ }
479
+
480
+ /**
481
+ * Parse the WPBackItUp readme.txt file
482
+ *
483
+ * @since 2.0.3
484
+ * @return string $readme HTML formatted readme file
485
+ */
486
+ private function parse_readme() {
487
+ $file = file_exists( WPBACKITUP__PLUGIN_PATH . 'readme.txt' ) ? WPBACKITUP__PLUGIN_PATH . 'readme.txt' : null;
488
+
489
+ if ( ! $file ) {
490
+ $readme = '<p>' . __( 'No valid changelog was found.', 'wp-backitup' ) . '</p>';
491
+ } else {
492
+ $readme = file_get_contents( $file );
493
+ $readme = nl2br( esc_html( $readme ) );
494
+ $readme = explode( '== Changelog ==', $readme );
495
+ $readme = end( $readme );
496
+
497
+ $readme = preg_replace( '/`(.*?)`/', '<code>\\1</code>', $readme );
498
+ $readme = preg_replace( '/[\040]\*\*(.*?)\*\*/', ' <strong>\\1</strong>', $readme );
499
+ $readme = preg_replace( '/[\040]\*(.*?)\*/', ' <em>\\1</em>', $readme );
500
+ $readme = preg_replace( '/= (.*?) =/', '<h4>\\1</h4>', $readme );
501
+ $readme = preg_replace( '/\[(.*?)\]\((.*?)\)/', '<a href="\\2">\\1</a>', $readme );
502
+ }
503
+
504
+ return $readme;
505
+ }
506
+
507
+ /**
508
+ * Hide Individual Dashboard Pages
509
+ *
510
+ * @access public
511
+ * @since 1.13.1
512
+ * @return void
513
+ */
514
+ private function admin_head() {
515
+ ?>
516
+ <style type="text/css" media="screen">
517
+ /*<![CDATA[*/
518
+ .wpbackitup-about-wrap .wpbackitup-badge { float: right; border-radius: 4px; margin: 0 0 15px 15px; max-width: 100px; }
519
+ .wpbackitup-about-wrap #wpbackitup-header { margin-bottom: 15px; }
520
+ .wpbackitup-about-wrap #wpbackitup-header h1 { margin-bottom: 15px !important; }
521
+ .wpbackitup-about-wrap h2 { text-align:left; }
522
+ .wpbackitup-about-wrap .about-text { margin: 0 0 15px; max-width: 670px; }
523
+ .wpbackitup-about-wrap .feature-section { margin-top: 20px; }
524
+ .wpbackitup-about-wrap .feature-section-content,
525
+ .wpbackitup-about-wrap .feature-section-media { width: 50%; box-sizing: border-box; }
526
+ .wpbackitup-about-wrap .feature-section-content { float: left; padding-right: 50px; }
527
+ .wpbackitup-about-wrap .feature-section-content h4 { margin: 0 0 1em; }
528
+ .wpbackitup-about-wrap .feature-section-media { float: right; text-align: right; margin-bottom: 20px; }
529
+ .wpbackitup-about-wrap .feature-section-media img { border: 1px solid #ddd; }
530
+
531
+ .wpbackitup-about-wrap .feature-section-media-inline { width: 100%; box-sizing: border-box; }
532
+ .wpbackitup-about-wrap .feature-section-media-inline { float: left; text-align: left; margin-bottom: 20px; }
533
+ .wpbackitup-about-wrap .feature-section-media-inline img { border: 1px solid #ddd; }
534
+
535
+ .wpbackitup-about-wrap .feature-section:not(.under-the-hood) .col { margin-top: 0; }
536
+ /* responsive */
537
+ @media all and ( max-width: 782px ) {
538
+ .wpbackitup-about-wrap .feature-section-content,
539
+ .wpbackitup-about-wrap .feature-section-media { float: none; padding-right: 0; width: 100%; text-align: left; }
540
+ .wpbackitup-about-wrap .feature-section-media img { float: none; margin: 0 0 20px; }
541
+
542
+ .wpbackitup-about-wrap .feature-section-media-inline { float: none; padding-left: 0; width: 100%; text-align: left; }
543
+ .wpbackitup-about-wrap .feature-section-media-inline img { float: none; margin: 0 0 20px; }
544
+ }
545
+ /*]]>*/
546
+
547
+ /*Feature comparison CSS*/
548
+ .wpbackitup-container {
549
+ width: 90%;
550
+ margin: 0 auto;
551
+ position: relative;
552
+ float:left;
553
+ }
554
+
555
+ .wpbackitup-features-table {
556
+ background-color: #fff;
557
+ /*padding: 10px;*/
558
+
559
+ }
560
+ .wpbackitup-features-table .table {
561
+ font-family: Verdana,Geneva,Kalimati,sans-serif;
562
+ margin: 0 auto;
563
+ width: 100%;
564
+ max-width: 100%;
565
+ }
566
+ .wpbackitup-features-table .table tr td {
567
+ height: 60px;
568
+ text-align: center;
569
+ }
570
+
571
+ .wpbackitup-features-table .table tbody tr td:first-child {
572
+ text-align: left;
573
+ text-indent: 20px;
574
+ border-top: 1px dotted #dfdfdf;
575
+ border-bottom: 1px dotted #dfdfdf;
576
+ color: #555;
577
+ font-size: 15px;
578
+ -webkit-transition: all 0.3s ease;
579
+ -o-transition: all 0.3s ease;
580
+ transition: all 0.3s ease;
581
+ }
582
+ .wpbackitup-features-table .table tbody tr:hover td:first-child {
583
+ background-color: #fafafa;
584
+ }
585
+ .wpbackitup-features-table .table tr td:first-child {
586
+ width: 70%;
587
+ }
588
+ .wpbackitup-features-table .table tr td:nth-child(2) {
589
+ width: 15%;
590
+ }
591
+ .wpbackitup-features-table .table tr td:nth-child(3) {
592
+ width: 15%;
593
+ }
594
+ .wpbackitup-features-table .table tbody tr td {
595
+ line-height: 60px;
596
+ font-size: 15px;
597
+ }
598
+ .wpbackitup-features-table .table thead tr td {
599
+ color: #fff;
600
+ line-height: 60px;
601
+ font-weight: 700;
602
+ }
603
+ .wpbackitup-features-table .table thead tr td:first-child {
604
+ background-color: #555;
605
+ text-align: left;
606
+ text-indent: 20px;
607
+ }
608
+ .wpbackitup-features-table .table thead tr td:nth-child(2),
609
+ .wpbackitup-features-table .table thead tr td:nth-child(3) {
610
+ background-color: #ffa311;
611
+ position: relative;
612
+ border-right: 1px solid #ffedcf;
613
+ }
614
+ .wpbackitup-features-table .table thead tr td:nth-child(2):before,
615
+ .wpbackitup-features-table .table thead tr td:nth-child(3):before {
616
+ content: '';
617
+ position: absolute;
618
+ width: 0;
619
+ height: 0;
620
+ border-left: 11px solid transparent;
621
+ border-right: 11px solid transparent;
622
+ border-top: 10px solid #ffa311;
623
+ bottom: -10px;
624
+ left: 50%;
625
+ margin-left: -11px;
626
+ }
627
+
628
+ .wpbackitup-features-table .table tbody tr td.check {
629
+ background-color: #9ec408;
630
+ border-top: 1px solid #b8de22;
631
+ color: #fff;
632
+ font-size: 30px;
633
+ border-right: 1px solid #f1f9d1;
634
+ -webkit-transition: all 0.3s ease;
635
+ -o-transition: all 0.3s ease;
636
+ transition: all 0.3s ease;
637
+ }
638
+
639
+ .wpbackitup-features-table .table tbody tr td.link {
640
+ background-color: #ffa311;
641
+ border-top: 1px solid #ffc937;
642
+ cursor: pointer;
643
+ -webkit-transition: all 0.3s ease;
644
+ -o-transition: all 0.3s ease;
645
+ transition: all 0.3s ease;
646
+ }
647
+ .wpbackitup-features-table .table tbody tr td.link:hover {
648
+ background-color: #ffc937;
649
+ }
650
+ .wpbackitup-features-table .table tbody tr td.link a {
651
+ line-height: 60px;
652
+ text-decoration: none;
653
+ font-weight: 700;
654
+ color: #fff;
655
+ display: block;
656
+ height: 60px;
657
+ width: 100%;
658
+ }
659
+ .wpbackitup-features-table .table tbody tr:last-child td:first-child {
660
+ border: none;
661
+ background: none !important;
662
+ }
663
+ .wpbackitup-features-table .table tbody tr td.times {
664
+ background-color: #e54b00;
665
+ color: #fff;
666
+ font-size: 30px;
667
+ border-right: 1px solid #f1f9d1;
668
+ border-top: 1px solid #ff651a;
669
+ -webkit-transition: all 0.3s ease;
670
+ -o-transition: all 0.3s ease;
671
+ transition: all 0.3s ease;
672
+ }
673
+ .wpbackitup-features-table .table tbody tr:hover td.times{
674
+ background-color: #f45f17;
675
+ }
676
+ .wpbackitup-features-table .table tbody tr:hover td.check {
677
+ background-color: #b7df18;
678
+ }
679
+
680
+
681
+ </style>
682
+
683
+ <?php
684
+ }
685
+
686
+ }
687
+ new WPBackItUp_Welcome();
views/backup.php CHANGED
@@ -225,7 +225,7 @@ 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/view/plugin-reviews/wp-backitup#postform" class="button button-hero button-primary wpbiu-button">Review Plugin</a>
229
  </div>
230
 
231
  <?php // Notification Widget
@@ -382,7 +382,7 @@ if (!$backup_folder_exists) {
382
  ?>
383
 
384
  <tr <?php echo $class ?> id="row<?php echo $i; ?>">
385
- <td>
386
  <?php
387
  $zip_files = $job->getJobMetaValue('backup_zip_files');
388
  if(is_array($zip_files) && count($zip_files)>0) { ?>
@@ -395,13 +395,13 @@ if (!$backup_folder_exists) {
395
  } ?>
396
  </td>
397
 
398
- <td class="word-capitalize"><?php echo $backup_run_type ?></td>
399
  <!--date-->
400
- <td><?php echo $file_datetime ?></td>
401
 
402
- <td><?php echo $job->getJobDurationFormatted() ?></td>
403
 
404
- <td><?php echo $status ?></td>
405
 
406
  <td>
407
  <a href="#" title="Delete Backup" data-id="<?php echo $job->getJobId() ?>" class="deleteRow" id="deleteRow<?php echo $i; ?>"><i class="fa fa-trash-o"></i> <?php _e('Delete', 'wp-backitup') ?></a></td>
@@ -606,9 +606,9 @@ if (!$backup_folder_exists) {
606
 
607
  <li><?php echo($this->get_anchor_with_utm(__('Documentation','wp-backitup'),'support/solutions','useful+links','documentation',WPBACKITUP__SUPPORTSITE_URL))?></li>
608
 
609
- <?php if ($license_active || $is_lite_registered) : ?>
610
- <li><?php echo( $this->get_anchor_with_utm(__('Get support','wp-backitup'),'solution/articles/5000691566-support-requests' ,'useful+links','get+support',WPBACKITUP__SUPPORTSITE_URL))?></li>
611
- <?php endif; ?>
612
 
613
  <li><?php echo($this->get_anchor_with_utm(__('Feature request','wp-backitup'),'contact' ,'useful+links','feature+request'))?></li>
614
 
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
382
  ?>
383
 
384
  <tr <?php echo $class ?> id="row<?php echo $i; ?>">
385
+ <td data-th="<?php _e('Backup', 'wp-backitup') ?>">
386
  <?php
387
  $zip_files = $job->getJobMetaValue('backup_zip_files');
388
  if(is_array($zip_files) && count($zip_files)>0) { ?>
395
  } ?>
396
  </td>
397
 
398
+ <td class="word-capitalize" data-th="<?php _e('Type', 'wp-backitup') ?>"><?php echo $backup_run_type ?></td>
399
  <!--date-->
400
+ <td data-th="<?php _e('Date', 'wp-backitup') ?>"><?php echo $file_datetime ?></td>
401
 
402
+ <td data-th="<?php _e('Duration', 'wp-backitup') ?>"><?php echo $job->getJobDurationFormatted() ?></td>
403
 
404
+ <td data-th="<?php _e('Status', 'wp-backitup') ?>"><?php echo $status ?></td>
405
 
406
  <td>
407
  <a href="#" title="Delete Backup" data-id="<?php echo $job->getJobId() ?>" class="deleteRow" id="deleteRow<?php echo $i; ?>"><i class="fa fa-trash-o"></i> <?php _e('Delete', 'wp-backitup') ?></a></td>
606
 
607
  <li><?php echo($this->get_anchor_with_utm(__('Documentation','wp-backitup'),'support/solutions','useful+links','documentation',WPBACKITUP__SUPPORTSITE_URL))?></li>
608
 
609
+ <!-- --><?php //if ($license_active || $is_lite_registered) : ?>
610
+ <!-- <li>--><?php //echo( $this->get_anchor_with_utm(__('Get support','wp-backitup'),'solution/articles/5000691566-support-requests' ,'useful+links','get+support',WPBACKITUP__SUPPORTSITE_URL))?><!--</li>-->
611
+ <!-- --><?php //endif; ?>
612
 
613
  <li><?php echo($this->get_anchor_with_utm(__('Feature request','wp-backitup'),'contact' ,'useful+links','feature+request'))?></li>
614
 
views/restore.php CHANGED
@@ -119,10 +119,10 @@ if (!$restore_folder_exists) {
119
  $class = $i % 2 == 0 ? 'class="alternate"' : '';
120
  ?>
121
  <tr <?php echo $class ?> id="row<?php echo $i; ?>">
122
- <td><a href="#TB_inline?width=600&height=200&inlineId=wpbiu-restore-note" class="thickbox" title="Restore Note" name="<?php echo $backup_name ?>" data-jobid="<?php echo $job->getJobId(); ?>"><?php echo $backup_name; ?></a></td>
123
 
124
  <!--date-->
125
- <td><?php echo $file_datetime ?></td>
126
 
127
  <td>&nbsp;
128
  <!--
119
  $class = $i % 2 == 0 ? 'class="alternate"' : '';
120
  ?>
121
  <tr <?php echo $class ?> id="row<?php echo $i; ?>">
122
+ <td data-th="Backup"><a href="#TB_inline?width=600&height=200&inlineId=wpbiu-restore-note" class="thickbox" title="Restore Note" name="<?php echo $backup_name ?>" data-jobid="<?php echo $job->getJobId(); ?>"><?php echo $backup_name; ?></a></td>
123
 
124
  <!--date-->
125
+ <td data-th="Date"><?php echo $file_datetime ?></td>
126
 
127
  <td>&nbsp;
128
  <!--
views/settings.php CHANGED
@@ -18,6 +18,7 @@
18
  $wpbackitup_single_file_backupset = $this->single_file_backupset();
19
  $wpbackitup_single_file_db = $this->single_file_db();
20
  $wpbackitup_zip_max_size = $this->max_zip_size();
 
21
 
22
 
23
  $backup_dbtables_batch_size=$this->backup_dbtables_batch_size();
@@ -151,6 +152,22 @@
151
  <div class="submit"><input type="submit" name="Save_max_zip_size" class="button-primary" value="<?php _e("Save", 'wp-backitup') ?>" /></div>
152
  </div>
153
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
  <div class="widget">
155
  <h3 class="promo"><i class="fa fa-wrench"></i> <?php _e('Batch Size', 'wp-backitup') ?></h3>
156
  <p><b><?php _e('Enter the batch size for each of your content items.', 'wp-backitup') ?></b></p>
@@ -225,7 +242,8 @@
225
  <div class="dbfilters_section">
226
  <div class="dbfilters_section_left">
227
  <h4>Eligible Database Tables</h4>
228
- <ul id="wpbackitup_backup_dbtables_filterable_list" class="wpbackitup_connectedSortable">
 
229
  <?php
230
  if(!empty($backup_dbtables_filterable)){
231
  foreach($backup_dbtables_filterable as $filterable){
@@ -238,7 +256,8 @@
238
  </div>
239
  <div class="dbfilters_section_right">
240
  <h4>Tables Excluded from the backup</h4>
241
- <ul id="wpbackitup_backup_dbtables_filtered_list" class="wpbackitup_connectedSortable">
 
242
  <?php
243
  if(!empty($backup_dbtables_filter_list)){
244
  $backup_dbtables_filter_list = explode(", ", $backup_dbtables_filter_list);
18
  $wpbackitup_single_file_backupset = $this->single_file_backupset();
19
  $wpbackitup_single_file_db = $this->single_file_db();
20
  $wpbackitup_zip_max_size = $this->max_zip_size();
21
+ $wpbackitup_max_timeout = $this->max_timeout();
22
 
23
 
24
  $backup_dbtables_batch_size=$this->backup_dbtables_batch_size();
152
  <div class="submit"><input type="submit" name="Save_max_zip_size" class="button-primary" value="<?php _e("Save", 'wp-backitup') ?>" /></div>
153
  </div>
154
 
155
+ <div class="widget">
156
+ <h3 class="promo"><i class="fa fa-hourglass-end"></i> <?php _e('Task Timeout', 'wp-backitup') ?></h3>
157
+ <div class="wpbiu-select-box">
158
+ <p><b><label for="wpbackitup-max-zip-size"><?php _e('Select how long WPBackItUp should wait for tasks to complete.', 'wp-backitup') ?></label></b></p>
159
+ <p><?php _e('On some hosts background tasks are allowed to run for a very limited amount of time before they timeout. This setting will tell WPBackItUp how long to wait for each background task to complete. This setting should only be used when working with WPBackItUp support.', 'wp-backitup') ?></p>
160
+ <select class="form-control" id="wpbackitup-max-zip-size" name="data[backup_max_timeout]">
161
+ <option <?php if($wpbackitup_max_timeout=='60') echo 'selected'; ?> value="60"><?php _e('1 Minute', 'wp-backitup') ?></option>
162
+ <option <?php if($wpbackitup_max_timeout=='120') echo 'selected'; ?> value="120"><?php _e('2 Minute', 'wp-backitup') ?></option>
163
+ <option <?php if($wpbackitup_max_timeout=='180') echo 'selected'; ?> value="180"><?php _e('3 Minute', 'wp-backitup') ?></option>
164
+ <option <?php if($wpbackitup_max_timeout=='240') echo 'selected'; ?> value="240"><?php _e('4 Minute', 'wp-backitup') ?></option>
165
+ <option <?php if($wpbackitup_max_timeout=='300') echo 'selected'; ?> value="300"><?php _e('5 Minute', 'wp-backitup') ?></option>
166
+ </select>
167
+ </div>
168
+ <div class="submit"><input type="submit" name="Save_max_timeout" class="button-primary" value="<?php _e("Save", 'wp-backitup') ?>" /></div>
169
+ </div>
170
+
171
  <div class="widget">
172
  <h3 class="promo"><i class="fa fa-wrench"></i> <?php _e('Batch Size', 'wp-backitup') ?></h3>
173
  <p><b><?php _e('Enter the batch size for each of your content items.', 'wp-backitup') ?></b></p>
242
  <div class="dbfilters_section">
243
  <div class="dbfilters_section_left">
244
  <h4>Eligible Database Tables</h4>
245
+ <ul id="wpbackitup_backup_dbtables_filterable_list" class="wpbackitup_connectedSortable"
246
+ <?php if(!empty($backup_dbtables_filter_list)){ echo 'style="min-height:100px"'; } ?>>
247
  <?php
248
  if(!empty($backup_dbtables_filterable)){
249
  foreach($backup_dbtables_filterable as $filterable){
256
  </div>
257
  <div class="dbfilters_section_right">
258
  <h4>Tables Excluded from the backup</h4>
259
+ <ul id="wpbackitup_backup_dbtables_filtered_list" class="wpbackitup_connectedSortable"
260
+ <?php if(!empty($backup_dbtables_filter_list)){ echo 'style="min-height:100px"'; } ?>>
261
  <?php
262
  if(!empty($backup_dbtables_filter_list)){
263
  $backup_dbtables_filter_list = explode(", ", $backup_dbtables_filter_list);
views/support.php CHANGED
@@ -9,94 +9,355 @@
9
  *
10
  */
11
 
12
- $namespace = $this->namespace;
13
- $page_title = sprintf(__("%s Support", 'wp-backitup'), $this->friendly_name );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
- $license_active = $this->license_active();
16
- $is_lite_registered = $this->is_lite_registered();
 
 
17
 
18
- $support_email =$this->support_email();
19
- if (empty($support_email)){
20
- $support_email =$this->license_customer_email();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  }
22
 
23
- //Force registration for support
24
- $disabled='';
25
- if (!$license_active && !$is_lite_registered){
26
- $disabled='disabled';
27
- }
28
-
29
- ?>
30
- <?php if (!empty($_GET["s"]) && '1' == $_GET["s"]) : ?>
31
- <div class="updated">
32
- <p><?php _e( 'Support email sent successfully!', 'wp-backitup' ); ?></p>
33
- </div>
34
- <?php endif; ?>
35
-
36
- <div class="wrap">
37
- <h2><?php echo $page_title; ?></h2>
38
- <div id="content">
39
-
40
-
41
- <!-- Display Settings widget -->
42
- <form action="<?php echo get_admin_url(),"admin-post.php"; ?>" method="post" id="<?php echo $namespace; ?>-support-form">
43
- <?php wp_nonce_field($namespace . "-support-form"); ?>
44
- <div class="widget">
45
- <h3 class="promo"><i class="fa fa-envelope"></i> <?php _e('Email Logs to Support', 'wp-backitup') ?></h3>
46
- <p><b><?php _e('This form should be used to send log files to support only.', 'wp-backitup') ?></b></p>
47
- <p><?php printf(__('Please make sure to open a support ticket via WPBackItUp <a href="%s" target="_blank"> support portal.</a> before using this form.', 'wp-backitup'), esc_url('https://www.wpbackitup.com/support')); ?></p>
48
- <p><em><?php _e('The ticket id you receive from your support request should be entered in the ticket id field below.', 'wp-backitup'); ?></em></p>
49
- <p><input <?php echo($disabled) ; ?> type="text" name="support_email" value="<?php echo $support_email; ?>" size="30" placeholder="<?php _e('your email address','wp-backitup')?>">
50
- <?php
51
- if ( false !== ( $msg = get_transient('error-support-email') ) && $msg)
52
- {
53
- echo '<span class="error">'.$msg.'</span>';
54
- delete_transient('error-support-email');
55
- }
56
- ?>
57
- </p>
58
-
59
- <p><input <?php echo($disabled) ; ?> type="text" name="support_ticket_id" value="" size="30" placeholder="<?php _e('support ticket id','wp-backitup')?>">
60
- <?php
61
- if ( false !== ( $msg = get_transient('error-support-ticket') ) && $msg)
62
- {
63
- echo '<span class="error">'.$msg.'</span>';
64
- delete_transient('error-support-ticket');
65
- }
66
- ?>
67
- </p>
68
-
69
- <p><textarea <?php echo($disabled) ; ?> name="support_body" rows="4" cols="50" style="width:450px;height:150px;" placeholder="<?php _e('problem description or additional information','wp-backitup')?>"><?php echo get_transient('support_body'); ?></textarea>
70
- <?php
71
- if ( false !== ( $msg = get_transient('error-support-body') ) && $msg)
72
- {
73
- echo '<span class="error">'.$msg.'</span>';
74
- delete_transient('error-support-body');
75
- }
76
- ?>
77
-
78
- </p>
79
-
80
- <div class="submit"><input <?php echo($disabled) ; ?> type="submit" name="send_ticket" class="button-primary" value="<?php _e("Send", 'wp-backitup') ?>" />
81
-
82
- <?php if (!$license_active && !$is_lite_registered) : ?>
83
- <span style="color:red">* <?php _e('Please register your version of WPBackItUp for access to support.', 'wp-backitup') ?></span>
84
- <?php endif; ?>
85
-
86
- <?php if (!$license_active && $is_lite_registered) : ?>
87
- * <?php _e('Premium customers receive priority support.', 'wp-backitup') ?>
88
- <?php endif; ?>
89
- </div>
90
-
91
- <?php
92
- if ( false !== ( $msg = get_transient('settings-error-email') ) && $msg)
93
- {
94
- echo '<p class="error">'.$msg.'</p>';
95
- delete_transient('settings-error-email');
96
- }
97
- ?>
98
- </div>
99
-
100
- </form>
101
- </div>
102
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  *
10
  */
11
 
12
+ /**
13
+ * WPBackItUp_Support Class
14
+ *
15
+ * A general class for Support page.
16
+ *
17
+ * @since 1.13.1
18
+ */
19
+ class WPBackItUp_Support {
20
+
21
+ /**
22
+ * Get things started
23
+ *
24
+ * @since 1.13.1
25
+ */
26
+ public function __construct() {
27
+
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();
36
+
37
+ }
38
+
39
+ public function admin_notices() {
40
+
41
+ ?>
42
+ <div class="updated">
43
+ <p><?php esc_html_e( 'YOUR MESSAGE', 'text-domain' ); ?></p>
44
+ </div>
45
+ <?php
46
+ }
47
+
48
+
49
+ /**
50
+ * Navigation tabs
51
+ *
52
+ * @access public
53
+ * @since 1.9
54
+ * @return void
55
+ */
56
+ private function tabs() {
57
+ $selected = isset( $_GET['tab'] ) ? $_GET['tab'] : 'support';
58
+
59
+ ?>
60
+ <h1 class="nav-tab-wrapper">
61
+ <a class="nav-tab <?php echo $selected == 'support' ? 'nav-tab-active' : ''; ?>" href="<?php echo esc_url( admin_url( add_query_arg( array( 'page' => 'wp-backitup-support' ), 'admin.php' ) ) ); ?>">
62
+ <?php _e( 'Support', 'wp-backitup' ); ?>
63
+ </a>
64
+ <a class="nav-tab <?php echo $selected == 'send-logs' ? 'nav-tab-active' : ''; ?>" href="<?php echo esc_url( admin_url( add_query_arg( array('page' => 'wp-backitup-support','tab' => 'send-logs'), 'admin.php' ) ) ); ?>">
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' ) ) ); ?>">
71
+ <?php _e( "Advanced", 'wp-backitup' ); ?>
72
+ </a>
73
+ <?php endif; ?>
74
+
75
+
76
+ </h1>
77
+ <?php
78
+ }
79
+
80
+ /**
81
+ * Welcome message
82
+ *
83
+ * @access public
84
+ * @since 2.5
85
+ * @return void
86
+ */
87
+ private function welcome_message() {
88
+
89
+ ?>
90
+
91
+ <div id="wpbackitup-header">
92
+ <img class="wpbackitup-badge" src="<?php echo WPBACKITUP__PLUGIN_URL . 'images/wpbackitup-logo.png'; ?>" alt="<?php _e( 'WPBackItUp', 'wp-backitup' ); ?>" / >
93
+ <h1><?php _e( 'Support Center', 'wp-backitup' ); ?></h1>
94
+ <p class="about-text">
95
+ <?php printf( __("Welcome to the WPBackItUp support center. If you have any questions or run into any trouble with WPBackItUp then you've come to the right place.", 'wp-backitup' ) ); ?>
96
+ </p>
97
+ </div>
98
+ <?php
99
+ }
100
+
101
+
102
+ /**
103
+ * Render Support Screen
104
+ *
105
+ * @access public
106
+ * @since 1.9
107
+ * @return void
108
+ */
109
+ private function support_screen() {
110
+ ?>
111
+
112
+ <p class="about-description"><?php _e( 'To streamline support requests and better serve you, we utilize a support ticket system. Every support request is assigned a unique ticket number which you can use to track progress and responses via our support portal. For your convenience we provide a complete archive and history of all your support requests. All correspondence is via email so a valid email address is required to submit a ticket. ', 'wp-backitup' ); ?></p>
113
+ <div class="changelog">
114
+ <div class="feature-section">
115
+ <div class="feature-section-media">
116
+ <img src="<?php echo WPBACKITUP__PLUGIN_URL . 'images/support_portal.png'?>" />
117
+ </div>
118
+
119
+ <div class="feature-section-content">
120
+ <h4><a href="http://support.wpbackitup.com/support/home" target="_blank"><?php printf( __( 'Search &rarr; Knowledge base', 'wp-backitup' )); ?></a></h4>
121
+ <p><?php printf( __( "Want to search our entire documentation library, all our how to articles and even our faq's in one shot? Just type your question into the knowledge base search bar and we'll show you everything we have for that topic.", 'wp-backitup' )); ?></p>
122
+
123
+ <h4><a href="http://support.wpbackitup.com/support/tickets/new" target="_blank"><?php printf( __( 'New &rarr; Ticket', 'wp-backitup' )); ?></a></h4>
124
+ <p><?php printf( __( 'Need to open a new support ticket? Just click the link above. Please provide as much detail as possible so we can best assist you.', 'wp-backitup' )); ?></p>
125
+
126
+ <h4><a href="http://support.wpbackitup.com/support/tickets" target="_blank"><?php printf( __( 'Check &rarr; Status', 'wp-backitup' )); ?></a></h4>
127
+ <p><?php _e( 'To check ticket status or update a previously submitted ticket you will first need to login. Our support portal provides a history of your current and past support requests complete with responses.', 'wp-backitup' );?></p>
128
+
129
+ <h4><a href="<?php echo esc_url( admin_url( add_query_arg( array('page' => 'wp-backitup-support','tab' => 'send-logs'), 'admin.php' ))) ?>"><?php printf( __( 'Send &rarr; Logs', 'wp-backitup' )); ?></a></h4>
130
+ <p><?php _e( 'Sometimes it may be necessary for you to send your log files to support. If that ever happens, just click the link above and we will show you what to do.', 'wp-backitup' );?></p>
131
+
132
+ </div>
133
+ </div>
134
+ </div>
135
+
136
+ <?php
137
+ }
138
+
139
+ /**
140
+ * Render Getting Started Screen
141
+ *
142
+ * @access public
143
+ * @since 1.9
144
+ * @return void
145
+ */
146
+ private function send_logs_screen() {
147
+ global $WPBackitup;
148
+ ?>
149
+ <?php
150
+
151
+ $namespace = $WPBackitup->namespace;
152
+
153
+ $license_active = $WPBackitup->license_active();
154
+ $is_lite_registered = $WPBackitup->is_lite_registered();
155
 
156
+ $support_email =$WPBackitup->support_email();
157
+ if (empty($support_email)){
158
+ $support_email =$WPBackitup->license_customer_email();
159
+ }
160
 
161
+ //Force registration for support
162
+ $disabled='';
163
+ if (!$license_active && !$is_lite_registered){
164
+ $disabled='disabled';
165
+ }
166
+
167
+ ?>
168
+
169
+ <p class="about-description"><?php _e( 'If you have been asked by support to send your log files then you are in the right spot.', 'wp-backitup' ); ?></p>
170
+
171
+ <div class="changelog">
172
+
173
+ <div class="feature-section">
174
+ <div class="feature-section-content">
175
+ <!-- Display Settings widget -->
176
+
177
+ <div class="widget">
178
+ <form action="<?php echo get_admin_url(),"admin-post.php"; ?>" method="post" id="<?php echo $namespace; ?>-support-form">
179
+ <?php wp_nonce_field($namespace . "-support-form"); ?>
180
+
181
+ <h3 class="promo"><i class="fa fa-envelope"></i> <?php _e('Send Logs to Support', 'wp-backitup') ?></h3>
182
+ <p><b><?php _e('This form should only be used when working with support.', 'wp-backitup') ?></b></p>
183
+ <p><?php printf(__('Please make sure to open a support ticket via WPBackItUp <a href="%s" target="_blank"> support portal.</a> before using this form.', 'wp-backitup'), esc_url('http://support.wpbackitup.com/support/tickets/new')); ?></p>
184
+ <p><em><?php _e('The ticket id you receive from your support request should be entered in the ticket id field below.', 'wp-backitup'); ?></em></p>
185
+ <p><input <?php echo($disabled) ; ?> type="text" name="support_email" class="wpbiu-form-input" value="<?php echo $support_email; ?>" size="30" placeholder="<?php _e('your email address','wp-backitup')?>">
186
+ <?php
187
+ if ( false !== ( $msg = get_transient('error-support-email') ) && $msg)
188
+ {
189
+ echo '<span class="error">'.$msg.'</span>';
190
+ delete_transient('error-support-email');
191
+ }
192
+ ?>
193
+ </p>
194
+
195
+ <p>
196
+ <input <?php echo($disabled) ; ?> type="text" name="support_ticket_id" class="wpbiu-form-input" value="<?php echo get_transient('support_ticket_id'); ?>" size="30" placeholder="<?php _e('support ticket id','wp-backitup')?>">
197
+ <?php
198
+ if ( false !== ( $msg = get_transient('error-support-ticket') ) && $msg)
199
+ {
200
+ echo '<span class="error">'.$msg.'</span>';
201
+ delete_transient('error-support-ticket');
202
+ }
203
+ ?>
204
+ </p>
205
+
206
+ <div>
207
+ <textarea <?php echo($disabled); ?> name="support_body" class="wpbiu-support-textarea" placeholder="<?php _e('problem description or additional information','wp-backitup')?>"><?php echo get_transient('support_body'); ?></textarea>
208
+ <?php
209
+ if ( false !== ( $msg = get_transient('error-support-body') ) && $msg)
210
+ {
211
+ echo '<span class="error">'.$msg.'</span>';
212
+ delete_transient('error-support-body');
213
+ }
214
+ ?>
215
+ </div>
216
+
217
+ <div style="clear:both;" />
218
+
219
+ <p>
220
+ <div class="submit">
221
+ <input <?php echo($disabled) ; ?> type="submit" name="send_ticket" class="button-primary" value="<?php _e("Send Logs", 'wp-backitup') ?>" />
222
+
223
+ <?php if (!$license_active && !$is_lite_registered) : ?>
224
+ <span style="color:red">* <?php _e('Please register your version of WPBackItUp for access to support.', 'wp-backitup') ?></span>
225
+ <?php endif; ?>
226
+
227
+ <?php if (!$license_active && $is_lite_registered) : ?>
228
+ * <?php _e('Premium customers receive priority support.', 'wp-backitup') ?>
229
+ <?php endif; ?>
230
+ </div>
231
+ </p>
232
+
233
+ <?php //Successful email
234
+ if (!empty($_GET["s"]) && '2' == $_GET["s"]) : ?>
235
+ <div class="isa_error">
236
+ <?php _e( 'Support email could not be sent!', 'wp-backitup' ); ?>
237
+ </div>
238
+ <?php endif; ?>
239
+
240
+ <?php //Successful email
241
+ if (!empty($_GET["s"]) && '1' == $_GET["s"]) : ?>
242
+ <div class="isa_success">
243
+ <?php _e( 'Support email sent successfully!', 'wp-backitup' ); ?>
244
+ </div>
245
+ <?php endif; ?>
246
+
247
+ </form>
248
+ </div>
249
+ </div>
250
+ </div>
251
+ </div>
252
+ </div>
253
+ <?php
254
  }
255
 
256
+ /**
257
+ * Render Advanced Screen
258
+ *
259
+ * @access public
260
+ * @since 1.9
261
+ * @return void
262
+ */
263
+ private function advanced_screen() {
264
+ global $WPBackitup;
265
+ ?>
266
+
267
+ <p class="about-description"><?php _e( 'Content goes here', 'wp-backitup' ); ?></p>
268
+
269
+ <div class="advanced-content">
270
+ <div class="feature-section">
271
+ <div class="feature-section-content">
272
+ <!--START-->
273
+
274
+
275
+ <!--END-->
276
+ </div>
277
+ </div>
278
+ </div>
279
+
280
+ <?php
281
+ }
282
+
283
+ /**
284
+ * Render header
285
+ *
286
+ * @access public
287
+ * @since 1.9
288
+ * @return void
289
+ */
290
+ private function render_header() {
291
+ ?>
292
+ <div class="wrap about-wrap wpbackitup-about-wrap">
293
+ <?php
294
+
295
+ $this->admin_head();
296
+ $this->welcome_message();
297
+ $this->tabs();
298
+ ?>
299
+ <?php
300
+ }
301
+
302
+ /**
303
+ * Render footer
304
+ *
305
+ * @access public
306
+ * @since 1.9
307
+ * @return void
308
+ */
309
+ private function render_footer() {
310
+ ?>
311
+ </div>
312
+
313
+ <?php
314
+ }
315
+
316
+ /**
317
+ * Hide Individual Dashboard Pages
318
+ *
319
+ * @access public
320
+ * @since 1.13.1
321
+ * @return void
322
+ */
323
+ private function admin_head() {
324
+ ?>
325
+ <style type="text/css" media="screen">
326
+ /*<![CDATA[*/
327
+ .wpbackitup-about-wrap .wpbackitup-badge { float: right; border-radius: 4px; margin: 0 0 15px 15px; max-width: 100px; }
328
+ .wpbackitup-about-wrap #wpbackitup-header { margin-bottom: 15px; }
329
+ .wpbackitup-about-wrap #wpbackitup-header h1 { margin-bottom: 15px !important; }
330
+ .wpbackitup-about-wrap .about-text { margin: 0 0 15px; max-width: 670px; }
331
+
332
+ .wpbackitup-about-wrap .feature-section { margin-top: 20px; }
333
+ .wpbackitup-about-wrap .feature-section-content,
334
+ .wpbackitup-about-wrap .feature-section-media { width: 50%; box-sizing: border-box; }
335
+ .wpbackitup-about-wrap .feature-section-content { float: left; padding-right: 50px; }
336
+ .wpbackitup-about-wrap .feature-section-content h4 { margin: 0 0 1em; }
337
+ .wpbackitup-about-wrap .feature-section-media { float: right; text-align: right; margin-bottom: 20px; }
338
+ .wpbackitup-about-wrap .feature-section-media img { border: 1px solid #ddd; }
339
+
340
+ .wpbackitup-about-wrap .feature-section-media-inline { width: 100%; box-sizing: border-box; }
341
+ .wpbackitup-about-wrap .feature-section-media-inline { float: left; text-align: left; margin-bottom: 20px; }
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,
348
+ .wpbackitup-about-wrap .feature-section-media { float: none; padding-right: 0; width: 100%; text-align: left; }
349
+ .wpbackitup-about-wrap .feature-section-media img { float: none; margin: 0 0 20px; }
350
+
351
+ .wpbackitup-about-wrap .feature-section-media-inline { float: none; padding-left: 0; width: 100%; text-align: left; }
352
+ .wpbackitup-about-wrap .feature-section-media-inline img { float: none; margin: 0 0 20px; }
353
+ }
354
+
355
+ /*]]>*/
356
+
357
+
358
+ </style>
359
+
360
+ <?php
361
+ }
362
+ }
363
+ new WPBackItUp_Support();
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.1
10
  * Text Domain: wp-backitup
11
  * Domain Path: /languages
12
  *
@@ -33,7 +33,7 @@ define( 'WPBACKITUP__CLASSNAMESPACE', 'WPBackItUp' );
33
 
34
  define( 'WPBACKITUP__MAJOR_VERSION', 1);
35
  define( 'WPBACKITUP__MINOR_VERSION', 13);
36
- define( 'WPBACKITUP__MAINTENANCE_VERSION', 1); //Dont forget to update version in header on WP release
37
  define( 'WPBACKITUP__BUILD_VERSION', 0); //Used for hotfix releases
38
 
39
  define( 'WPBACKITUP__VERSION',sprintf("%d.%d.%d.%d", WPBACKITUP__MAJOR_VERSION, WPBACKITUP__MINOR_VERSION,WPBACKITUP__MAINTENANCE_VERSION,WPBACKITUP__BUILD_VERSION));
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.2
10
  * Text Domain: wp-backitup
11
  * Domain Path: /languages
12
  *
33
 
34
  define( 'WPBACKITUP__MAJOR_VERSION', 1);
35
  define( 'WPBACKITUP__MINOR_VERSION', 13);
36
+ define( 'WPBACKITUP__MAINTENANCE_VERSION', 2); //Dont forget to update version in header on WP release
37
  define( 'WPBACKITUP__BUILD_VERSION', 0); //Used for hotfix releases
38
 
39
  define( 'WPBACKITUP__VERSION',sprintf("%d.%d.%d.%d", WPBACKITUP__MAJOR_VERSION, WPBACKITUP__MINOR_VERSION,WPBACKITUP__MAINTENANCE_VERSION,WPBACKITUP__BUILD_VERSION));