WP Maintenance Mode - Version 2.3.0

Version Description

(07/12/2020) = * Modules: add support for Google Analytics 4 measurement ID * Design: enable media buttons on wp_editor (now you can add images from the editor) * Bot: fix translation issue * Misc: add filters for capabilities wpmm_settings_capability, wpmm_subscribers_capability, and wpmm_all_actions_capability (the last one can be used to override all capabilities) * Misc: fix [loginform] shortcode redirect attribute * Misc: a few CSS & Javascript improvements * Misc: bump "Tested up to" version to 5.6

Download this release

Release Info

Developer GeorgeJipa
Plugin Icon 128x128 WP Maintenance Mode
Version 2.3.0
Comparing to
See all releases

Code changes from version 2.2.4 to 2.3.0

Files changed (59) hide show
  1. assets/css/style-admin.css +36 -1
  2. assets/css/style-admin.min.css +1 -1
  3. assets/css/style.css +28 -1
  4. assets/css/style.min.css +1 -1
  5. assets/images/recommended/blocksy.jpg +0 -0
  6. assets/images/{resources → recommended}/postcards.jpg +0 -0
  7. assets/images/recommended/static-pages.png +0 -0
  8. assets/images/{resources → recommended}/strictthemes.png +0 -0
  9. assets/images/resources/blocksy.jpg +0 -0
  10. assets/images/resources/flatui.jpg +0 -0
  11. assets/images/resources/freephotoscc.jpg +0 -0
  12. assets/images/resources/linecons.jpg +0 -0
  13. assets/images/resources/qards.jpg +0 -0
  14. assets/js/bot.js +1 -2
  15. assets/js/bot.min.js +1 -1
  16. assets/js/scripts-admin.js +8 -8
  17. assets/js/scripts-admin.min.js +1 -1
  18. assets/js/scripts.js +1 -1
  19. assets/js/scripts.min.js +1 -1
  20. includes/classes/wp-maintenance-mode-admin.php +13 -11
  21. includes/classes/wp-maintenance-mode.php +15 -11
  22. includes/functions/helpers.php +126 -41
  23. languages/wp-maintenance-mode-de_DE.mo +0 -0
  24. languages/wp-maintenance-mode-de_DE.po +148 -147
  25. languages/wp-maintenance-mode-en_US.mo +0 -0
  26. languages/wp-maintenance-mode-en_US.po +147 -149
  27. languages/wp-maintenance-mode-es_ES.mo +0 -0
  28. languages/wp-maintenance-mode-es_ES.po +149 -148
  29. languages/wp-maintenance-mode-fa_IR.mo +0 -0
  30. languages/wp-maintenance-mode-fa_IR.po +149 -148
  31. languages/wp-maintenance-mode-fr_FR.mo +0 -0
  32. languages/wp-maintenance-mode-fr_FR.po +149 -148
  33. languages/wp-maintenance-mode-it_IT.mo +0 -0
  34. languages/wp-maintenance-mode-it_IT.po +149 -148
  35. languages/wp-maintenance-mode-nb_NO.mo +0 -0
  36. languages/wp-maintenance-mode-nb_NO.po +149 -148
  37. languages/wp-maintenance-mode-nl_NL.mo +0 -0
  38. languages/wp-maintenance-mode-nl_NL.po +149 -148
  39. languages/wp-maintenance-mode-pl_PL.mo +0 -0
  40. languages/wp-maintenance-mode-pl_PL.po +149 -148
  41. languages/wp-maintenance-mode-pt_BR.mo +0 -0
  42. languages/wp-maintenance-mode-pt_BR.po +149 -148
  43. languages/wp-maintenance-mode-pt_PT.mo +0 -0
  44. languages/wp-maintenance-mode-pt_PT.po +157 -150
  45. languages/wp-maintenance-mode-ro_RO.mo +0 -0
  46. languages/wp-maintenance-mode-ro_RO.po +156 -149
  47. languages/wp-maintenance-mode-ru_RU.mo +0 -0
  48. languages/wp-maintenance-mode-ru_RU.po +149 -148
  49. languages/wp-maintenance-mode-sv_SE.mo +0 -0
  50. languages/wp-maintenance-mode-sv_SE.po +149 -148
  51. languages/wp-maintenance-mode-uk_UA.mo +0 -0
  52. languages/wp-maintenance-mode-uk_UA.po +174 -155
  53. readme.txt +19 -10
  54. views/google-analytics.php +9 -5
  55. views/promo-blocksy.php +9 -0
  56. views/promo-strictthemes.php +0 -9
  57. views/settings.php +21 -36
  58. views/sidebar.php +13 -32
  59. wp-maintenance-mode.php +2 -3
assets/css/style-admin.css CHANGED
@@ -102,11 +102,44 @@ h2.wpmm-title {
102
  margin-left: 30px;
103
  }
104
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
105
  .tabs-content .wp-picker-holder {
106
  position:absolute;
107
  z-index:9999999;
108
  }
109
 
 
 
 
 
110
  .tabs-content .bot-hint {
111
  background: #9f9f9f;
112
  padding: 10px;
@@ -115,7 +148,9 @@ h2.wpmm-title {
115
  color: #fff;
116
  }
117
 
118
- .tabs-content .bot-button { display: inline-block; }
 
 
119
 
120
  /* SIDEBARS */
121
  #sidebar .info_box ul {
102
  margin-left: 30px;
103
  }
104
 
105
+ .tabs-content td.has-inline-color-picker {
106
+ display: flex;
107
+ align-items: center;
108
+ }
109
+
110
+ .tabs-content td.has-inline-color-picker .wp-picker-container .wp-color-result {
111
+ margin: 0 6px 0px 6px;
112
+ }
113
+
114
+ @media screen and (max-width: 782px) {
115
+ .tabs-content td.has-inline-color-picker {
116
+ display: flex;
117
+ align-items: flex-start;
118
+ flex-direction: column;
119
+ }
120
+
121
+ .tabs-content td.has-inline-color-picker .wp-picker-container {
122
+ margin-top: 6px;
123
+ }
124
+
125
+ .tabs-content td.has-inline-color-picker .wp-picker-container .wp-color-result {
126
+ margin-left: 0;
127
+ }
128
+
129
+ .tabs-content .countdown_details .margin_left {
130
+ margin-left: 0;
131
+ }
132
+ }
133
+
134
  .tabs-content .wp-picker-holder {
135
  position:absolute;
136
  z-index:9999999;
137
  }
138
 
139
+ .tabs-content #subscribers_wrap .buttons {
140
+ margin-top: 8px;
141
+ }
142
+
143
  .tabs-content .bot-hint {
144
  background: #9f9f9f;
145
  padding: 10px;
148
  color: #fff;
149
  }
150
 
151
+ .tabs-content .bot-button {
152
+ display: inline-block;
153
+ }
154
 
155
  /* SIDEBARS */
156
  #sidebar .info_box ul {
assets/css/style-admin.min.css CHANGED
@@ -1 +1 @@
1
- h2.wpmm-title{background:url(../images/icon-48.png) no-repeat 0;line-height:42px!important;margin-bottom:30px!important;height:48px;padding-left:55px!important}.wpmm-wrapper{display:table;width:100%}.wpmm-wrapper #content{min-width:800px}.wpmm-wrapper #sidebar{padding:0 0 0 20px;width:280px}.wpmm-wrapper #sidebar .sidebar_box{background:none repeat scroll 0 0 #fff;border:1px solid #e5e5e5;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);box-shadow:0 1px 1px rgba(0,0,0,.04);min-width:255px;line-height:1;margin-bottom:20px;padding:0}.wpmm-wrapper #sidebar .sidebar_box h3{margin:0;padding:8px 12px;border-bottom:1px solid #ececec}.wpmm-wrapper #sidebar .sidebar_box .inside{margin:6px 0 0;font-size:13px;line-height:1.4em;padding:0 12px 12px}.wpmm-wrapper .wrapper-cell{display:table-cell}.wpmm-wrapper .hidden{display:none}.nav-tab-wrapper{border-bottom:1px solid #ccc;padding-bottom:0;padding-left:10px}.nav-tab-wrapper a{font-size:15px;font-weight:700;line-height:24px;padding:6px 10px}.tabs-content{margin-top:20px;padding-left:10px}.tabs-content .wp-color-result{margin-bottom:-2px}.tabs-content ul.bg_list{float:left}.tabs-content ul.bg_list li{float:left;margin-right:7px;opacity:.4}.tabs-content ul.bg_list li.active{opacity:1}.tabs-content ul.bg_list li input{display:none}.tabs-content .countdown_details input{width:70px}.tabs-content .countdown_details .margin_left{margin-left:30px}.tabs-content .wp-picker-holder{position:absolute;z-index:9999999}.tabs-content .bot-hint{background:#9f9f9f;padding:10px;float:right;border-radius:5px;color:#fff}.tabs-content .bot-button{display:inline-block}#sidebar .info_box ul{margin-top:10px;margin-bottom:-5px}#sidebar .resources_box ul,#sidebar .themes_box ul{margin-top:10px;margin-bottom:-15px}#sidebar .resources_box li,#sidebar .themes_box li{margin-bottom:10px}.chosen-container,.chosen-select{width:195px!important}.chosen-container-active .chosen-choices{-webkit-box-shadow:none!important;box-shadow:none!important;background-image:none!important}.chosen-container-multi .chosen-choices{border:1px solid #ddd!important;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.07) inset!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.07)!important;background-image:none!important}.chosen-container .chosen-results li.highlighted{background-color:#0074a2!important;background-image:none!important}#footer-left .wpmm_rating:hover{text-decoration:none!important;color:#ffb900!important}
1
+ h2.wpmm-title{background:url(../images/icon-48.png) no-repeat 0;line-height:42px!important;margin-bottom:30px!important;height:48px;padding-left:55px!important}.wpmm-wrapper{display:table;width:100%}.wpmm-wrapper #content{min-width:800px}.wpmm-wrapper #sidebar{padding:0 0 0 20px;width:280px}.wpmm-wrapper #sidebar .sidebar_box{background:none repeat scroll 0 0 #fff;border:1px solid #e5e5e5;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);box-shadow:0 1px 1px rgba(0,0,0,.04);min-width:255px;line-height:1;margin-bottom:20px;padding:0}.wpmm-wrapper #sidebar .sidebar_box h3{margin:0;padding:8px 12px;border-bottom:1px solid #ececec}.wpmm-wrapper #sidebar .sidebar_box .inside{margin:6px 0 0;font-size:13px;line-height:1.4em;padding:0 12px 12px}.wpmm-wrapper .wrapper-cell{display:table-cell}.wpmm-wrapper .hidden{display:none}.nav-tab-wrapper{border-bottom:1px solid #ccc;padding-bottom:0;padding-left:10px}.nav-tab-wrapper a{font-size:15px;font-weight:700;line-height:24px;padding:6px 10px}.tabs-content{margin-top:20px;padding-left:10px}.tabs-content .wp-color-result{margin-bottom:-2px}.tabs-content ul.bg_list{float:left}.tabs-content ul.bg_list li{float:left;margin-right:7px;opacity:.4}.tabs-content ul.bg_list li.active{opacity:1}.tabs-content ul.bg_list li input{display:none}.tabs-content .countdown_details input{width:70px}.tabs-content .countdown_details .margin_left{margin-left:30px}.tabs-content td.has-inline-color-picker{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tabs-content td.has-inline-color-picker .wp-picker-container .wp-color-result{margin:0 6px}@media screen and (max-width:782px){.tabs-content td.has-inline-color-picker{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tabs-content td.has-inline-color-picker .wp-picker-container{margin-top:6px}.tabs-content .countdown_details .margin_left,.tabs-content td.has-inline-color-picker .wp-picker-container .wp-color-result{margin-left:0}}.tabs-content .wp-picker-holder{position:absolute;z-index:9999999}.tabs-content #subscribers_wrap .buttons{margin-top:8px}.tabs-content .bot-hint{background:#9f9f9f;padding:10px;float:right;border-radius:5px;color:#fff}.tabs-content .bot-button{display:inline-block}#sidebar .info_box ul{margin-top:10px;margin-bottom:-5px}#sidebar .resources_box ul,#sidebar .themes_box ul{margin-top:10px;margin-bottom:-15px}#sidebar .resources_box li,#sidebar .themes_box li{margin-bottom:10px}.chosen-container,.chosen-select{width:195px!important}.chosen-container-active .chosen-choices{-webkit-box-shadow:none!important;box-shadow:none!important;background-image:none!important}.chosen-container-multi .chosen-choices{border:1px solid #ddd!important;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.07) inset!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.07)!important;background-image:none!important}.chosen-container .chosen-results li.highlighted{background-color:#0074a2!important;background-image:none!important}#footer-left .wpmm_rating:hover{text-decoration:none!important;color:#ffb900!important}
assets/css/style.css CHANGED
@@ -90,6 +90,12 @@ body {
90
  line-height: 45px;
91
  margin: 0 0 80px;
92
  }
 
 
 
 
 
 
93
  .wrap h3 {
94
  font-size: 24px;
95
  font-weight: 400;
@@ -121,6 +127,7 @@ body {
121
  box-sizing: border-box;
122
  width: 450px;
123
  display: inline-block;
 
124
  }
125
  .wrap form.subscribe_form {
126
  /* box-sizing: border-box;
@@ -165,6 +172,7 @@ body {
165
  .wrap form.subscribe_form input[type="text"] {
166
  width: 245px;
167
  }
 
168
  .wrap form.subscribe_form input[type="submit"] {
169
  background: #000;
170
  color: #fff;
@@ -173,6 +181,10 @@ body {
173
  padding: 20px 30px;
174
  border-left: 3px solid #e0e0e0;
175
  transition: all .3s;
 
 
 
 
176
  }
177
  .wrap form.subscribe_form input[type="submit"]:hover {
178
  background: #fff;
@@ -449,12 +461,16 @@ body {
449
  .background form.subscribe_form input[type="text"]::-ms-input-placeholder {
450
  color: #fff;
451
  }
 
 
 
 
 
452
  .background .contact_us {
453
  color: #fff;
454
  border-color: #fff;
455
  }
456
 
457
-
458
  /**
459
  * MEDIA QUERIES (RESPONSIVE)
460
  **/
@@ -502,6 +518,17 @@ body {
502
  padding-right: 0;
503
  border-left: none;
504
  }
 
 
 
 
 
 
 
 
 
 
 
505
  .wrap .contact_us {
506
  margin: 0 0 50px;
507
  }
90
  line-height: 45px;
91
  margin: 0 0 80px;
92
  }
93
+
94
+ .wrap h2 img {
95
+ max-width: 100%;
96
+ height: auto;
97
+ }
98
+
99
  .wrap h3 {
100
  font-size: 24px;
101
  font-weight: 400;
127
  box-sizing: border-box;
128
  width: 450px;
129
  display: inline-block;
130
+ background-color: #fff; /*2.3.0*/
131
  }
132
  .wrap form.subscribe_form {
133
  /* box-sizing: border-box;
172
  .wrap form.subscribe_form input[type="text"] {
173
  width: 245px;
174
  }
175
+
176
  .wrap form.subscribe_form input[type="submit"] {
177
  background: #000;
178
  color: #fff;
181
  padding: 20px 30px;
182
  border-left: 3px solid #e0e0e0;
183
  transition: all .3s;
184
+
185
+ /* Fix for https://github.com/andrianvaleanu/WP-Maintenance-Mode/issues/222#issuecomment-542777163 @ 2.3.0 */
186
+ border-radius: 0 !important;
187
+ -webkit-appearance: none !important;
188
  }
189
  .wrap form.subscribe_form input[type="submit"]:hover {
190
  background: #fff;
461
  .background form.subscribe_form input[type="text"]::-ms-input-placeholder {
462
  color: #fff;
463
  }
464
+ /*2.3.0*/
465
+ .background form.subscribe_form .subscribe_border {
466
+ background-color: transparent;
467
+ }
468
+ /**/
469
  .background .contact_us {
470
  color: #fff;
471
  border-color: #fff;
472
  }
473
 
 
474
  /**
475
  * MEDIA QUERIES (RESPONSIVE)
476
  **/
518
  padding-right: 0;
519
  border-left: none;
520
  }
521
+
522
+ /*2.3.0*/
523
+ .wrap form.subscribe_form input[type="submit"]:hover {
524
+ border-left: none;
525
+ }
526
+
527
+ .wrap div.subscribe_border {
528
+ width: 95%;
529
+ }
530
+ /**/
531
+
532
  .wrap .contact_us {
533
  margin: 0 0 50px;
534
  }
assets/css/style.min.css CHANGED
@@ -1 +1 @@
1
- a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;text-decoration:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{display:block;width:500px;margin:0 auto;text-align:left;position:relative;font-style:italic}blockquote:after,blockquote:before,q:after,q:before{content:'"';content:none}button,input{border-radius:0}table{border-collapse:collapse;border-spacing:0}em,i{font-style:italic}del{text-decoration:line-through}b,strong{font-weight:700}ol{width:600px;margin:0 auto;text-align:left}ol li{list-style-type:decimal}ul{width:600px;margin:0 auto;text-align:left}ul li{list-style:disc}a{color:inherit;text-decoration:underline}body,html{min-height:100%}body{background-color:#fff;color:#1b1f23;font-family:Helvetica Neue,Arial,sans-serif}.wrap{width:605px;margin:100px auto 0;text-align:center}.wrap h1{font-size:30px;font-weight:700;margin:0 0 90px}.wrap h2{line-height:45px;margin:0 0 80px}.wrap h2,.wrap h3{font-size:24px;font-weight:400}.wrap h3{margin:0 0 45px}.wrap .author_link{color:#616161;margin:0 0 50px}.wrap .author_link a{color:#000}.wrap .countdown{margin:0 0 85px}.wrap .countdown span{font-size:30px}.wrap div.subscribe_border{border:3px solid #e0e0e0;-webkit-box-sizing:border-box;box-sizing:border-box;width:450px;display:inline-block}.wrap form.subscribe_form{margin:0 0 75px;overflow:hidden;text-align:center}.wrap .subscribe_form .privacy_checkbox{color:#909090;max-width:450px;margin:15px auto;position:relative}.wrap form.subscribe_form .privacy_checkbox label.error{display:block!important;position:absolute;font-size:11px;left:39%}.wrap .subscribe_form .privacy_checkbox input{float:none;margin:3px 4.7px}.wrap .subscribe_form .privacy_tail{font-size:11px;color:#909090;max-width:450px;margin:0 auto}.wrap form.subscribe_form input{margin:0;outline:0;border:0;float:left;font-size:18px;padding:20px 25px;-webkit-box-sizing:content-box;box-sizing:content-box}.wrap form.subscribe_form input[type=text]{width:245px}.wrap form.subscribe_form input[type=submit]{background:#000;color:#fff;float:right;cursor:pointer;padding:20px 30px;border-left:3px solid #e0e0e0;-webkit-transition:all .3s;transition:all .3s}.wrap form.subscribe_form input[type=submit]:hover{background:#fff;color:#000;border-left:3px solid #e0e0e0}.wrap form.subscribe_form input[type=submit]:active{background:#1e1e1e;color:#fff}.wrap form.subscribe_form .error{color:red}.wrap form.subscribe_form label.error{display:none!important}.wrap form.login_form{width:100%;margin:15px 0 0}.wrap form.login_form input{display:inline-block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:3px solid #e2e2e2;font-family:Helvetica Neue,Arial,sans-serif;font-size:16px;margin:0 10px 0 0;outline:0;padding:15px}.wrap form.login_form input[type=submit]{background:#000;color:#fff;margin:0;border-color:#000;font-weight:700;padding:15px 30px;cursor:pointer}.wrap form.login_form input[type=submit]:active{position:relative;top:1px}.wrap .social{margin:0 0 70px}.wrap .social a{width:22px;height:22px;margin:0 0 20px 55px;background-image:url(../images/icn_sprite.png);background-repeat:no-repeat;display:inline-block;text-indent:-999em}.wrap .social a:first-of-type{margin:0 0 20px}.wrap .social .git{background-position:0 0}.wrap .social .fb{background-position:-240px 0}.wrap .social .instagram{background-position:-707px 0}.wrap .social .tw{background-position:-162px 0}.wrap .social .rss{background-position:-402px 0}.wrap .social .mail{background-position:-560px 0}.wrap .social .pin{background-position:-322px 0}.wrap .social .dribbble{background-position:-82px 0}.wrap .social .gplus{background-position:-486px 0}.wrap .social .linkedin{background-position:-633px 0}.wrap .contact_us{color:#000;border:3px solid #000;font-size:18px;padding:15px 40px;display:inline-block;margin:0 0 70px}.wrap .contact_us:hover{background:#000;color:#fff}.contact_us{text-decoration:none}.contact_us,input[type=submit]{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.contact{position:fixed;display:none;overflow:auto;top:0;bottom:0;left:0;right:0;background:rgba(27,31,35,.95)}.contact label.error{color:red;float:left;font-size:11px;padding-top:10px}.close-contact_form{position:absolute;left:46%;top:-60px;cursor:pointer}.close-contact_form img{width:40px;height:40px}.contact .form{width:520px;text-align:center;padding:40px;background:#f9f9f9;-webkit-box-sizing:border-box;box-sizing:border-box;margin:100px auto;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.contact .form input[type=submit],.contact .form input[type=text],.contact .form textarea{padding:15px 20px;margin:0;outline:0;width:100%;background:#f9f9f9;border:3px solid #e0e0e0;font-size:18px;font-family:Helvetica Neue,Arial,sans-serif;-webkit-box-sizing:border-box;box-sizing:border-box;resize:none}.contact .form label#content-error{margin-bottom:10px}.contact .form .privacy_checkbox{margin-top:20px;clear:both;color:#909090;font-size:15px;position:relative}.contact .form .privacy_checkbox label#acceptance-error{position:absolute;top:10px;left:39%}.contact .form .privacy_checkbox input{-webkit-transform:translatey(-2px);transform:translatey(-2px)}.contact .form .privacy_tail{font-size:11px;color:#c7c7c7;margin-top:16px;line-height:14px}.contact .form textarea{height:175px;padding:20px}.contact .form input[type=text]::-webkit-input-placeholder,.contact .form textarea::-webkit-input-placeholder{color:#dadada}.contact .form input[type=text]::-moz-input-placeholder,.contact .form textarea::-moz-input-placeholder{color:#dadada}.contact .form input[type=text]::-ms-input-placeholder,.contact .form textarea::-ms-input-placeholder{color:#dadada}.contact .form .col{width:205px;margin:0 0 30px;display:inline-block;float:left}.contact .form .col.last{float:right}.contact .form .submit{margin:30px 0 0;text-align:center;clear:left}.contact .form .submit input{cursor:pointer;display:inline-block;background:#1b1f24;color:#fff;border:0;padding:20px 45px;width:auto}.contact .move_top{-webkit-transform:perspective(1000px) translateY(-200px);transform:perspective(1000px) translateY(-200px)}.contact .move_bottom{-webkit-transform:perspective(1000px) translateY(0);transform:perspective(1000px) translateY(0)}.contact .zoom{-webkit-transform:perspective(1000px) scale(.5);transform:perspective(1000px) scale(.5);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.contact .zoomed{-webkit-transform:perspective(1000px) scale(1);transform:perspective(1000px) scale(1)}.contact .fold{-webkit-transform:perspective(1000px) rotateY(90deg);transform:perspective(1000px) rotateY(90deg)}.contact .unfold{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}.background{background:url(../images/backgrounds/bg1.jpg) no-repeat top fixed;background-size:cover}.background .countdown span{color:#fff}.background form.subscribe_form input[type=submit]{color:#000;background:#fff}.background form.subscribe_form input[type=text]{background:transparent;color:#fff}.background form.subscribe_form input.error[type=text]{color:red}.background form.subscribe_form input[type=text]::-webkit-input-placeholder{color:#fff}.background form.subscribe_form input[type=text]::-moz-input-placeholder{color:#fff}.background form.subscribe_form input[type=text]::-ms-input-placeholder{color:#fff}.background .contact_us{color:#fff;border-color:#fff}@media only screen and (max-width:700px){.wrap form.login_form{width:80%;margin:15px auto 0}.wrap form.login_form input{width:49%;margin:0 2% 0 0}.wrap form.login_form input[type=password]{margin:0}.wrap form.login_form input[type=submit]{width:100%;margin:15px 0 0}}@media only screen and (max-width:550px){.wrap{width:90%;margin:50px auto 0}.wrap h1{margin:0 0 50px}.wrap h2,.wrap h3{font-size:18px}.wrap form.subscribe_form{width:100%}.wrap form.subscribe_form,.wrap form.subscribe_form input{-webkit-box-sizing:border-box;box-sizing:border-box}.wrap form input[type=submit],.wrap form input[type=text]{width:100%!important}.wrap form.subscribe_form input[type=submit]{padding-left:0;padding-right:0;border-left:none}.wrap .contact_us{margin:0 0 50px}.contact .form{width:90%}.contact .form input[type=submit],.contact .form p.col{width:100%}.wrap form.login_form{width:90%}.wrap form.login_form input{width:100%;margin:0 0 10px}.wrap form.login_form input[type=submit]{margin:10px 0 0}ol,ul{width:80%}blockquote,q{width:70%}}@media only screen and (max-width:465px){.contact .form .privacy_checkbox label#acceptance-error{top:28px;left:32%}}
1
+ a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;text-decoration:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{display:block;width:500px;margin:0 auto;text-align:left;position:relative;font-style:italic}blockquote:after,blockquote:before,q:after,q:before{content:'"';content:none}button,input{border-radius:0}table{border-collapse:collapse;border-spacing:0}em,i{font-style:italic}del{text-decoration:line-through}b,strong{font-weight:700}ol{width:600px;margin:0 auto;text-align:left}ol li{list-style-type:decimal}ul{width:600px;margin:0 auto;text-align:left}ul li{list-style:disc}a{color:inherit;text-decoration:underline}body,html{min-height:100%}body{background-color:#fff;color:#1b1f23;font-family:Helvetica Neue,Arial,sans-serif}.wrap{width:605px;margin:100px auto 0;text-align:center}.wrap h1{font-size:30px;font-weight:700;margin:0 0 90px}.wrap h2{font-size:24px;font-weight:400;line-height:45px;margin:0 0 80px}.wrap h2 img{max-width:100%;height:auto}.wrap h3{font-size:24px;font-weight:400;margin:0 0 45px}.wrap .author_link{color:#616161;margin:0 0 50px}.wrap .author_link a{color:#000}.wrap .countdown{margin:0 0 85px}.wrap .countdown span{font-size:30px}.wrap div.subscribe_border{border:3px solid #e0e0e0;-webkit-box-sizing:border-box;box-sizing:border-box;width:450px;display:inline-block;background-color:#fff}.wrap form.subscribe_form{margin:0 0 75px;overflow:hidden;text-align:center}.wrap .subscribe_form .privacy_checkbox{color:#909090;max-width:450px;margin:15px auto;position:relative}.wrap form.subscribe_form .privacy_checkbox label.error{display:block!important;position:absolute;font-size:11px;left:39%}.wrap .subscribe_form .privacy_checkbox input{float:none;margin:3px 4.7px}.wrap .subscribe_form .privacy_tail{font-size:11px;color:#909090;max-width:450px;margin:0 auto}.wrap form.subscribe_form input{margin:0;outline:0;border:0;float:left;font-size:18px;padding:20px 25px;-webkit-box-sizing:content-box;box-sizing:content-box}.wrap form.subscribe_form input[type=text]{width:245px}.wrap form.subscribe_form input[type=submit]{background:#000;color:#fff;float:right;cursor:pointer;padding:20px 30px;border-left:3px solid #e0e0e0;-webkit-transition:all .3s;transition:all .3s;border-radius:0!important;-webkit-appearance:none!important}.wrap form.subscribe_form input[type=submit]:hover{background:#fff;color:#000;border-left:3px solid #e0e0e0}.wrap form.subscribe_form input[type=submit]:active{background:#1e1e1e;color:#fff}.wrap form.subscribe_form .error{color:red}.wrap form.subscribe_form label.error{display:none!important}.wrap form.login_form{width:100%;margin:15px 0 0}.wrap form.login_form input{display:inline-block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:3px solid #e2e2e2;font-family:Helvetica Neue,Arial,sans-serif;font-size:16px;margin:0 10px 0 0;outline:0;padding:15px}.wrap form.login_form input[type=submit]{background:#000;color:#fff;margin:0;border-color:#000;font-weight:700;padding:15px 30px;cursor:pointer}.wrap form.login_form input[type=submit]:active{position:relative;top:1px}.wrap .social{margin:0 0 70px}.wrap .social a{width:22px;height:22px;margin:0 0 20px 55px;background-image:url(../images/icn_sprite.png);background-repeat:no-repeat;display:inline-block;text-indent:-999em}.wrap .social a:first-of-type{margin:0 0 20px}.wrap .social .git{background-position:0 0}.wrap .social .fb{background-position:-240px 0}.wrap .social .instagram{background-position:-707px 0}.wrap .social .tw{background-position:-162px 0}.wrap .social .rss{background-position:-402px 0}.wrap .social .mail{background-position:-560px 0}.wrap .social .pin{background-position:-322px 0}.wrap .social .dribbble{background-position:-82px 0}.wrap .social .gplus{background-position:-486px 0}.wrap .social .linkedin{background-position:-633px 0}.wrap .contact_us{color:#000;border:3px solid #000;font-size:18px;padding:15px 40px;display:inline-block;margin:0 0 70px}.wrap .contact_us:hover{background:#000;color:#fff}.contact_us{text-decoration:none}.contact_us,input[type=submit]{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.contact{position:fixed;display:none;overflow:auto;top:0;bottom:0;left:0;right:0;background:rgba(27,31,35,.95)}.contact label.error{color:red;float:left;font-size:11px;padding-top:10px}.close-contact_form{position:absolute;left:46%;top:-60px;cursor:pointer}.close-contact_form img{width:40px;height:40px}.contact .form{width:520px;text-align:center;padding:40px;background:#f9f9f9;-webkit-box-sizing:border-box;box-sizing:border-box;margin:100px auto;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.contact .form input[type=submit],.contact .form input[type=text],.contact .form textarea{padding:15px 20px;margin:0;outline:0;width:100%;background:#f9f9f9;border:3px solid #e0e0e0;font-size:18px;font-family:Helvetica Neue,Arial,sans-serif;-webkit-box-sizing:border-box;box-sizing:border-box;resize:none}.contact .form label#content-error{margin-bottom:10px}.contact .form .privacy_checkbox{margin-top:20px;clear:both;color:#909090;font-size:15px;position:relative}.contact .form .privacy_checkbox label#acceptance-error{position:absolute;top:10px;left:39%}.contact .form .privacy_checkbox input{-webkit-transform:translatey(-2px);transform:translatey(-2px)}.contact .form .privacy_tail{font-size:11px;color:#c7c7c7;margin-top:16px;line-height:14px}.contact .form textarea{height:175px;padding:20px}.contact .form input[type=text]::-webkit-input-placeholder,.contact .form textarea::-webkit-input-placeholder{color:#dadada}.contact .form input[type=text]::-moz-input-placeholder,.contact .form textarea::-moz-input-placeholder{color:#dadada}.contact .form input[type=text]::-ms-input-placeholder,.contact .form textarea::-ms-input-placeholder{color:#dadada}.contact .form .col{width:205px;margin:0 0 30px;display:inline-block;float:left}.contact .form .col.last{float:right}.contact .form .submit{margin:30px 0 0;text-align:center;clear:left}.contact .form .submit input{cursor:pointer;display:inline-block;background:#1b1f24;color:#fff;border:0;padding:20px 45px;width:auto}.contact .move_top{-webkit-transform:perspective(1000px) translateY(-200px);transform:perspective(1000px) translateY(-200px)}.contact .move_bottom{-webkit-transform:perspective(1000px) translateY(0);transform:perspective(1000px) translateY(0)}.contact .zoom{-webkit-transform:perspective(1000px) scale(.5);transform:perspective(1000px) scale(.5);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.contact .zoomed{-webkit-transform:perspective(1000px) scale(1);transform:perspective(1000px) scale(1)}.contact .fold{-webkit-transform:perspective(1000px) rotateY(90deg);transform:perspective(1000px) rotateY(90deg)}.contact .unfold{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}.background{background:url(../images/backgrounds/bg1.jpg) no-repeat top fixed;background-size:cover}.background .countdown span{color:#fff}.background form.subscribe_form input[type=submit]{color:#000;background:#fff}.background form.subscribe_form input[type=text]{background:transparent;color:#fff}.background form.subscribe_form input.error[type=text]{color:red}.background form.subscribe_form input[type=text]::-webkit-input-placeholder{color:#fff}.background form.subscribe_form input[type=text]::-moz-input-placeholder{color:#fff}.background form.subscribe_form input[type=text]::-ms-input-placeholder{color:#fff}.background form.subscribe_form .subscribe_border{background-color:transparent}.background .contact_us{color:#fff;border-color:#fff}@media only screen and (max-width:700px){.wrap form.login_form{width:80%;margin:15px auto 0}.wrap form.login_form input{width:49%;margin:0 2% 0 0}.wrap form.login_form input[type=password]{margin:0}.wrap form.login_form input[type=submit]{width:100%;margin:15px 0 0}}@media only screen and (max-width:550px){.wrap{width:90%;margin:50px auto 0}.wrap h1{margin:0 0 50px}.wrap h2,.wrap h3{font-size:18px}.wrap form.subscribe_form{width:100%}.wrap form.subscribe_form,.wrap form.subscribe_form input{-webkit-box-sizing:border-box;box-sizing:border-box}.wrap form input[type=submit],.wrap form input[type=text]{width:100%!important}.wrap form.subscribe_form input[type=submit]{padding-left:0;padding-right:0;border-left:none}.wrap form.subscribe_form input[type=submit]:hover{border-left:none}.wrap div.subscribe_border{width:95%}.wrap .contact_us{margin:0 0 50px}.contact .form{width:90%}.contact .form input[type=submit],.contact .form p.col{width:100%}.wrap form.login_form{width:90%}.wrap form.login_form input{width:100%;margin:0 0 10px}.wrap form.login_form input[type=submit]{margin:10px 0 0}ol,ul{width:80%}blockquote,q{width:70%}}@media only screen and (max-width:465px){.contact .form .privacy_checkbox label#acceptance-error{top:28px;left:32%}}
assets/images/recommended/blocksy.jpg ADDED
Binary file
assets/images/{resources → recommended}/postcards.jpg RENAMED
File without changes
assets/images/recommended/static-pages.png ADDED
Binary file
assets/images/{resources → recommended}/strictthemes.png RENAMED
File without changes
assets/images/resources/blocksy.jpg DELETED
Binary file
assets/images/resources/flatui.jpg DELETED
Binary file
assets/images/resources/freephotoscc.jpg DELETED
Binary file
assets/images/resources/linecons.jpg DELETED
Binary file
assets/images/resources/qards.jpg DELETED
Binary file
assets/js/bot.js CHANGED
@@ -164,7 +164,6 @@ function checkEmail(option) {
164
 
165
  jQuery.post(wpmm_vars.ajax_url, subscribe_bot_data, function(response) {
166
  if (!response.success) {
167
- // console.log(subscribe_bot_data);
168
  alert(response.data);
169
  return false;
170
  }
@@ -369,7 +368,7 @@ function showStatement(pos) {
369
 
370
  // Create an input button, append to user bubble
371
  var button = jQuery('<a/>', {
372
- text: 'Send',
373
  click: checkInput.bind(null, option)
374
  }).appendTo(inputBubble);
375
 
164
 
165
  jQuery.post(wpmm_vars.ajax_url, subscribe_bot_data, function(response) {
166
  if (!response.success) {
 
167
  alert(response.data);
168
  return false;
169
  }
368
 
369
  // Create an input button, append to user bubble
370
  var button = jQuery('<a/>', {
371
+ text: botVars.send,
372
  click: checkInput.bind(null, option)
373
  }).appendTo(inputBubble);
374
 
assets/js/bot.min.js CHANGED
@@ -1 +1 @@
1
- !function(){var n,t={};function e(){}function r(n){return n}function i(n){return!!n}function u(n){return!n}var o="object"==typeof self&&self.self===self&&self||"object"==typeof global&&global.global===global&&global||this;function a(n){return function(){if(null===n)throw new Error("Callback was already called.");n.apply(this,arguments),n=null}}function c(n){return function(){null!==n&&(n.apply(this,arguments),n=null)}}null!=o&&(n=o.async),t.noConflict=function(){return o.async=n,t};var s=Object.prototype.toString,l=Array.isArray||function(n){return"[object Array]"===s.call(n)};function f(n){return l(n)||"number"==typeof n.length&&n.length>=0&&n.length%1==0}function p(n,t){for(var e=-1,r=n.length;++e<r;)t(n[e],e,n)}function h(n,t){for(var e=-1,r=n.length,i=Array(r);++e<r;)i[e]=t(n[e],e,n);return i}function y(n){return h(Array(n),function(n,t){return t})}function m(n,t){p(v(n),function(e){t(n[e],e)})}function d(n,t){for(var e=0;e<n.length;e++)if(n[e]===t)return e;return-1}var v=Object.keys||function(n){var t=[];for(var e in n)n.hasOwnProperty(e)&&t.push(e);return t};function g(n){var t,e,r=-1;return f(n)?(t=n.length,function(){return++r<t?r:null}):(e=v(n),t=e.length,function(){return++r<t?e[r]:null})}function b(n,t){return t=null==t?n.length-1:+t,function(){for(var e=Math.max(arguments.length-t,0),r=Array(e),i=0;i<e;i++)r[i]=arguments[i+t];switch(t){case 0:return n.call(this,r);case 1:return n.call(this,arguments[0],r);case 2:return n.call(this,arguments[0],arguments[1],r)}}}function k(n){return function(t,e,r){return n(t,r)}}var w="function"==typeof setImmediate&&setImmediate,j=w?function(n){w(n)}:function(n){setTimeout(n,0)};function Q(n){return function(t,r,i){i=c(i||e);var u=g(t=t||[]);if(n<=0)return i(null);var o=!1,s=0,l=!1;!function e(){if(o&&s<=0)return i(null);for(;s<n&&!l;){var c=u();if(null===c)return o=!0,void(s<=0&&i(null));s+=1,r(t[c],c,a(function(n){s-=1,n?(i(n),l=!0):e()}))}}()}}function x(n){return function(e,r,i){return n(t.eachOf,e,r,i)}}function S(n){return function(t,e,r,i){return n(Q(e),t,r,i)}}function T(n){return function(e,r,i){return n(t.eachOfSeries,e,r,i)}}function E(n,t,r,i){i=c(i||e);var u=[];n(t,function(n,t,e){r(n,function(n,r){u[t]=r,e(n)})},function(n){i(n,u)})}function O(n,t,e,r){var i=[];n(t,function(n,t,r){e(n,function(e){e&&i.push({index:t,value:n}),r()})},function(){r(h(i.sort(function(n,t){return n.index-t.index}),function(n){return n.value}))})}function I(n,t,e,r){O(n,t,function(n,t){e(n,function(n){t(!n)})},r)}function L(n,t,e){return function(r,i,u,o){function a(){o&&o(e(!1,void 0))}function c(n,r,i){if(!o)return i();u(n,function(r){o&&t(r)&&(o(e(!0,n)),o=u=!1),i()})}arguments.length>3?n(r,i,c,a):(o=u,u=i,n(r,c,a))}}function A(n,t){return t}function C(n,t,r){r=r||e;var i=f(t)?[]:{};n(t,function(n,t,e){n(b(function(n,r){r.length<=1&&(r=r[0]),i[t]=r,e(n)}))},function(n){r(n,i)})}function _(n,t,e,r){var i=[];n(t,function(n,t,r){e(n,function(n,t){i=i.concat(t||[]),r(n)})},function(n){r(n,i)})}function z(n,r,i){if(null==r)r=1;else if(0===r)throw new Error("Concurrency must not be zero");function u(n,r,i,u){if(null!=u&&"function"!=typeof u)throw new Error("task callback must be a function");if(n.started=!0,l(r)||(r=[r]),0===r.length&&n.idle())return t.setImmediate(function(){n.drain()});p(r,function(t){var r={data:t,callback:u||e};i?n.tasks.unshift(r):n.tasks.push(r),n.tasks.length===n.concurrency&&n.saturated()}),t.setImmediate(n.process)}function o(n,t){return function(){c-=1;var e=arguments;p(t,function(n){n.callback.apply(n,e)}),n.tasks.length+c===0&&n.drain(),n.process()}}var c=0,s={tasks:[],concurrency:r,payload:i,saturated:e,empty:e,drain:e,started:!1,paused:!1,push:function(n,t){u(s,n,!1,t)},kill:function(){s.drain=e,s.tasks=[]},unshift:function(n,t){u(s,n,!0,t)},process:function(){if(!s.paused&&c<s.concurrency&&s.tasks.length)for(;c<s.concurrency&&s.tasks.length;){var t=s.payload?s.tasks.splice(0,s.payload):s.tasks.splice(0,s.tasks.length),e=h(t,function(n){return n.data});0===s.tasks.length&&s.empty(),c+=1;var r=a(o(s,t));n(e,r)}},length:function(){return s.tasks.length},running:function(){return c},idle:function(){return s.tasks.length+c===0},pause:function(){s.paused=!0},resume:function(){if(!1!==s.paused){s.paused=!1;for(var n=Math.min(s.concurrency,s.tasks.length),e=1;e<=n;e++)t.setImmediate(s.process)}}};return s}function q(n){return b(function(t,e){t.apply(null,e.concat([b(function(t,e){"undefined"!=typeof console&&(t?console.error&&console.error(t):console[n]&&p(e,function(t){console[n](t)}))})]))})}function B(n){return function(t,e,r){n(y(t),e,r)}}function N(n){return b(function(t,e){var r=b(function(e){var r=this,i=e.pop();return n(t,function(n,t,i){n.apply(r,e.concat([i]))},i)});return e.length?r.apply(this,e):r})}function M(n){return b(function(e){var r=e.pop();e.push(function(){var n=arguments;i?t.setImmediate(function(){r.apply(null,n)}):r.apply(null,n)});var i=!0;n.apply(this,e),i=!1})}"object"==typeof process&&"function"==typeof process.nextTick?t.nextTick=process.nextTick:t.nextTick=j,t.setImmediate=w?j:t.nextTick,t.forEach=t.each=function(n,e,r){return t.eachOf(n,k(e),r)},t.forEachSeries=t.eachSeries=function(n,e,r){return t.eachOfSeries(n,k(e),r)},t.forEachLimit=t.eachLimit=function(n,t,e,r){return Q(t)(n,k(e),r)},t.forEachOf=t.eachOf=function(n,t,r){r=c(r||e);var i=f(n=n||[])?n.length:v(n).length,u=0;if(!i)return r(null);function o(n){n?r(n):(u+=1)>=i&&r(null)}!function(n,t){f(n)?p(n,t):m(n,t)}(n,function(e,r){t(n[r],r,a(o))})},t.forEachOfSeries=t.eachOfSeries=function(n,r,i){i=c(i||e);var u=g(n=n||[]),o=u();!function e(){var c=!0;if(null===o)return i(null);r(n[o],o,a(function(n){if(n)i(n);else{if(null===(o=u()))return i(null);c?t.nextTick(e):e()}})),c=!1}()},t.forEachOfLimit=t.eachOfLimit=function(n,t,e,r){Q(t)(n,e,r)},t.map=x(E),t.mapSeries=T(E),t.mapLimit=S(E),t.inject=t.foldl=t.reduce=function(n,e,r,i){t.eachOfSeries(n,function(n,t,i){r(e,n,function(n,t){e=t,i(n)})},function(n){i(n||null,e)})},t.foldr=t.reduceRight=function(n,e,r,i){var u=h(n,function(n){return n}).reverse();t.reduce(u,e,r,i)},t.select=t.filter=x(O),t.selectLimit=t.filterLimit=S(O),t.selectSeries=t.filterSeries=T(O),t.reject=x(I),t.rejectLimit=S(I),t.rejectSeries=T(I),t.any=t.some=L(t.eachOf,i,r),t.someLimit=L(t.eachOfLimit,i,r),t.all=t.every=L(t.eachOf,u,u),t.everyLimit=L(t.eachOfLimit,u,u),t.detect=L(t.eachOf,r,A),t.detectSeries=L(t.eachOfSeries,r,A),t.sortBy=function(n,e,r){function i(n,t){var e=n.criteria,r=t.criteria;return e<r?-1:e>r?1:0}t.map(n,function(n,t){e(n,function(e,r){e?t(e):t(null,{value:n,criteria:r})})},function(n,t){if(n)return r(n);r(null,h(t.sort(i),function(n){return n.value}))})},t.auto=function(n,r){r=c(r||e);var i=v(n),u=i.length;if(!u)return r(null);var o={},a=[];function s(n){a.unshift(n)}function f(){u--,p(a.slice(0),function(n){n()})}s(function(){u||r(null,o)}),p(i,function(e){for(var i,u=l(n[e])?n[e]:[n[e]],c=b(function(n,i){if(i.length<=1&&(i=i[0]),n){var u={};m(o,function(n,t){u[t]=n}),u[e]=i,r(n,u)}else o[e]=i,t.setImmediate(f)}),h=u.slice(0,u.length-1),y=h.length;y--;){if(!(i=n[h[y]]))throw new Error("Has inexistant dependency");if(l(i)&&d(i,e)>=0)throw new Error("Has cyclic dependencies")}function v(){return n=function(n,t){return n&&o.hasOwnProperty(t)},t=!0,p(h,function(e,r,i){t=n(t,e,r,i)}),t&&!o.hasOwnProperty(e);var n,t}v()?u[u.length-1](c,o):s(function n(){v()&&((t=d(a,n))>=0&&a.splice(t,1),u[u.length-1](c,o));var t})})},t.retry=function(n,e,r){var i=5,u=0,o=[],a={times:i,interval:u};var c=arguments.length;if(c<1||c>3)throw new Error("Invalid arguments - must be either (task), (task, callback), (times, task) or (times, task, callback)");function s(n,e){function r(n,t){return function(r){n(function(n,e){r(!n||t,{err:n,result:e})},e)}}function i(n){return function(t){setTimeout(function(){t(null)},n)}}for(;a.times;){var u=!(a.times-=1);o.push(r(a.task,u)),!u&&a.interval>0&&o.push(i(a.interval))}t.series(o,function(t,e){e=e[e.length-1],(n||a.callback)(e.err,e.result)})}return c<=2&&"function"==typeof n&&(r=e,e=n),"function"!=typeof n&&function(n,t){if("number"==typeof t)n.times=parseInt(t,10)||i;else{if("object"!=typeof t)throw new Error("Unsupported argument type for 'times': "+typeof t);n.times=parseInt(t.times,10)||i,n.interval=parseInt(t.interval,10)||u}}(a,n),a.callback=r,a.task=e,a.callback?s():s},t.waterfall=function(n,r){if(r=c(r||e),!l(n)){var i=new Error("First argument to waterfall must be an array of functions");return r(i)}if(!n.length)return r();!function n(t){return b(function(e,i){if(e)r.apply(null,[e].concat(i));else{var u=t.next();u?i.push(n(u)):i.push(r),M(t).apply(null,i)}})}(t.iterator(n))()},t.parallel=function(n,e){C(t.eachOf,n,e)},t.parallelLimit=function(n,t,e){C(Q(t),n,e)},t.series=function(n,e){C(t.eachOfSeries,n,e)},t.iterator=function(n){return function t(e){function r(){return n.length&&n[e].apply(null,arguments),r.next()}return r.next=function(){return e<n.length-1?t(e+1):null},r}(0)},t.apply=b(function(n,t){return b(function(e){return n.apply(null,t.concat(e))})}),t.concat=x(_),t.concatSeries=T(_),t.whilst=function(n,t,r){if(r=r||e,n()){var i=b(function(e,u){e?r(e):n.apply(this,u)?t(i):r(null)});t(i)}else r(null)},t.doWhilst=function(n,e,r){var i=0;return t.whilst(function(){return++i<=1||e.apply(this,arguments)},n,r)},t.until=function(n,e,r){return t.whilst(function(){return!n.apply(this,arguments)},e,r)},t.doUntil=function(n,e,r){return t.doWhilst(n,function(){return!e.apply(this,arguments)},r)},t.during=function(n,t,r){r=r||e;var i=b(function(t,e){t?r(t):(e.push(u),n.apply(this,e))}),u=function(n,e){n?r(n):e?t(i):r(null)};n(u)},t.doDuring=function(n,e,r){var i=0;t.during(function(n){i++<1?n(null,!0):e.apply(this,arguments)},n,r)},t.queue=function(n,t){return z(function(t,e){n(t[0],e)},t,1)},t.priorityQueue=function(n,r){function i(n,t){return n.priority-t.priority}var u=t.queue(n,r);return u.push=function(n,r,o){!function(n,r,u,o){if(null!=o&&"function"!=typeof o)throw new Error("task callback must be a function");if(n.started=!0,l(r)||(r=[r]),0===r.length)return t.setImmediate(function(){n.drain()});p(r,function(r){var a={data:r,priority:u,callback:"function"==typeof o?o:e};n.tasks.splice(function(n,t,e){for(var r=-1,i=n.length-1;r<i;){var u=r+(i-r+1>>>1);e(t,n[u])>=0?r=u:i=u-1}return r}(n.tasks,a,i)+1,0,a),n.tasks.length===n.concurrency&&n.saturated(),t.setImmediate(n.process)})}(u,n,r,o)},delete u.unshift,u},t.cargo=function(n,t){return z(n,1,t)},t.log=q("log"),t.dir=q("dir"),t.memoize=function(n,e){var r={},i={};e=e||function(n){return n};var u=b(function(u){var o=u.pop(),a=e.apply(null,u);a in r?t.nextTick(function(){o.apply(null,r[a])}):a in i?i[a].push(o):(i[a]=[o],n.apply(null,u.concat([b(function(n){r[a]=n;var t=i[a];delete i[a];for(var e=0,u=t.length;e<u;e++)t[e].apply(null,n)})])))});return u.memo=r,u.unmemoized=n,u},t.unmemoize=function(n){return function(){return(n.unmemoized||n).apply(null,arguments)}},t.times=B(t.map),t.timesSeries=B(t.mapSeries),t.timesLimit=function(n,e,r,i){return t.mapLimit(y(n),e,r,i)},t.seq=function(){var n=arguments;return b(function(r){var i=this,u=r[r.length-1];"function"==typeof u?r.pop():u=e,t.reduce(n,r,function(n,t,e){t.apply(i,n.concat([b(function(n,t){e(n,t)})]))},function(n,t){u.apply(i,[n].concat(t))})})},t.compose=function(){return t.seq.apply(null,Array.prototype.reverse.call(arguments))},t.applyEach=N(t.eachOf),t.applyEachSeries=N(t.eachOfSeries),t.forever=function(n,t){var r=a(t||e),i=M(n);!function n(t){if(t)return r(t);i(n)}()},t.ensureAsync=M,t.constant=b(function(n){var t=[null].concat(n);return function(n){return n.apply(this,t)}}),t.wrapSync=t.asyncify=function(n){return b(function(t){var e,r=t.pop();try{e=n.apply(this,t)}catch(n){return r(n)}r(null,e)})},"undefined"!=typeof module&&module.exports?module.exports=t:"undefined"!=typeof define&&define.amd?define([],function(){return t}):o.async=t}();var conversationPos,DEBUG=!1,context={};function getCurrentTime(){var n=new Date,t=n.getHours(),e=n.getMinutes(),r=t>=12?"PM":"AM";return(t=(t%=12)||12)+":"+(e=e<10?"0"+e:e)+" "+r}function _phpCastString(n){switch(typeof n){case"boolean":return n?"1":"";case"string":return n;case"number":return isNaN(n)?"NAN":isFinite(n)?n+"":(n<0?"-":"")+"INF";case"undefined":return"";case"object":return Array.isArray(n)?"Array":null!==n?"Object":"";case"function":default:throw new Error("Unsupported value type")}}function strip_tags(n,t){t=(((t||"")+"").toLowerCase().match(/<[a-z][a-z0-9]*>/g)||[]).join("");var e=/<\/?([a-z0-9]*)\b[^>]*>?/gi,r=/<!--[\s\S]*?-->|<\?(?:php)?[\s\S]*?\?>/gi,i=_phpCastString(n);for(i="<"===i.substring(i.length-1)?i.substring(0,i.length-1):i;;){if(i===(i=i.replace(r,"").replace(e,function(n,e){return t.indexOf("<"+e.toLowerCase()+">")>-1?n:""})))return i}}function renderStatement(n){n=strip_tags(n),jQuery(".chat-container").append('<div class="chat-message-wrapper"><div class="absolute-wrapper"><div class="message-details"><div class="bot-avatar"></div><span class="message-date">'+getCurrentTime()+'</span></div></div><p class="chat-message">'+n+"</p></div>")}function showTyping(){jQuery(".chat-container").append('<div class="typing-wrapper"><div class="bot-avatar"></div><span class="bot-name">'+botName+'</span><p class="chat-message typing"><span class="dot"></span><span class="dot"></span><span class="dot"></span></p></div>')}function hideTyping(){jQuery(".typing-wrapper").remove()}var chatWrapper=jQuery(".bot-chat-wrapper");function scrollToBottom(){chatWrapper.animate({scrollTop:600},"slow")}function inputError(n){jQuery(".bot-error p").text(n),jQuery(".bot-error").animate({bottom:0},500).delay(3e3).animate({bottom:"-70px"},500)}function checkInput(n){var t=jQuery(".bot-container input[type=text]").val();return(t=strip_tags(t)).length>2?showResponse(n):inputError(botVars.validationName),!1}function checkEmail(n){var t=jQuery(".bot-container input[type=email]").val(),e=/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(String(t.toLowerCase()));if(t.length>7&&!0===e){var r="action=wpmm_add_subscriber&"+jQuery(".bot-container input[type=email]").serialize();jQuery.post(wpmm_vars.ajax_url,r,function(n){if(!n.success)return alert(n.data),!1},"json"),showResponse(n)}else inputError(botVars.validationEmail);return!1}function clearChat(){jQuery(".chat-container").empty()}function clearFooter(){jQuery(".choices").empty(),jQuery(".input").empty()}function startConversation(n,t){clearFooter(),clearChat(),conversationPos=n,jQuery.getScript(botVars.uploadsBaseUrl+"data.js",function(n){showStatement(t)})}function showStatement(n){var t,e=conversationData[conversationPos][n];"sideeffect"in e&&jQuery.type("function"===e.sideeffect)&&e.sideeffect(context),"array"===jQuery.type(e.statement)?t=e.statement:"string"===jQuery.type(e.statement)?t=[e.statement]:"function"===jQuery.type(e.statement)&&(t=e.statement(context)),async.eachSeries(t,function(n,t){if(showTyping(),scrollToBottom(),n.length<=50)var e=1800;else e=n.length/3*30*(Math.floor(5*Math.random())+1.2);DEBUG&&(e=0),setTimeout(function(){hideTyping(),renderStatement(n),scrollToBottom(),t()},e)},function(n){if("options"in e){jQuery(".input").hide(),jQuery(".choices").show();var t=e.options;t.length>0&&setTimeout(function(){for(var n=0;n<t.length;n++){var e,r=t[n];null===r.consequence?(e=null,"disabled"):(e=function(n){showResponse(n)}.bind(null,r),"");jQuery("<p/>",{text:r.choice,class:"chat-message user",click:e}).appendTo(".choices")}},750)}else if("input"in e){jQuery(".input").show(),jQuery(".choices").hide();var r=e.input,i=jQuery("<form/>",{submit:checkInput.bind(null,r)}),u=jQuery("<p/>",{class:"chat-message user"}).appendTo(i),o=jQuery("<input/>",{type:"text",placeholder:botVars.typeName,name:r.name,autocomplete:"off",required:!0}).appendTo(u);jQuery("<a/>",{text:"Send",click:checkInput.bind(null,r)}).appendTo(u);i.appendTo(".input"),async.nextTick(function(){o.focus()})}else if("email"in e){jQuery(".input").show(),jQuery(".choices").hide();r=e.email,i=jQuery("<form/>",{class:"bot_subscribe_form",submit:checkEmail.bind(null,r)}),u=jQuery("<p/>",{class:"chat-message user"}).appendTo(i),o=jQuery("<input/>",{type:"email",placeholder:botVars.typeEmail,name:r.email,autocomplete:"off"}).appendTo(u),jQuery("<a/>",{text:botVars.send,click:checkEmail.bind(null,r)}).appendTo(u);i.appendTo(".input"),async.nextTick(function(){o.focus()})}scrollToBottom()})}function showResponse(n){var t="";"name"in n?(context[n.name]=jQuery(".bot-container input[type=text]").val(),t=context[n.name]):"email"in n?(context[n.email]=jQuery(".bot-container input[type=email]").val(),t=context[n.email]):t=n.choice,clearFooter(),t=strip_tags(t),jQuery(".chat-container").append('<p class="chat-message user">'+t+"</p>"),"consequence"in n&&showStatement(n.consequence)}
1
+ !function(){var n,t={};function e(){}function r(n){return n}function i(n){return!!n}function u(n){return!n}var o="object"==typeof self&&self.self===self&&self||"object"==typeof global&&global.global===global&&global||this;function a(n){return function(){if(null===n)throw new Error("Callback was already called.");n.apply(this,arguments),n=null}}function c(n){return function(){null!==n&&(n.apply(this,arguments),n=null)}}null!=o&&(n=o.async),t.noConflict=function(){return o.async=n,t};var s=Object.prototype.toString,l=Array.isArray||function(n){return"[object Array]"===s.call(n)};function f(n){return l(n)||"number"==typeof n.length&&n.length>=0&&n.length%1==0}function p(n,t){for(var e=-1,r=n.length;++e<r;)t(n[e],e,n)}function h(n,t){for(var e=-1,r=n.length,i=Array(r);++e<r;)i[e]=t(n[e],e,n);return i}function y(n){return h(Array(n),function(n,t){return t})}function m(n,t){p(v(n),function(e){t(n[e],e)})}function d(n,t){for(var e=0;e<n.length;e++)if(n[e]===t)return e;return-1}var v=Object.keys||function(n){var t=[];for(var e in n)n.hasOwnProperty(e)&&t.push(e);return t};function g(n){var t,e,r=-1;return f(n)?(t=n.length,function(){return++r<t?r:null}):(e=v(n),t=e.length,function(){return++r<t?e[r]:null})}function b(n,t){return t=null==t?n.length-1:+t,function(){for(var e=Math.max(arguments.length-t,0),r=Array(e),i=0;i<e;i++)r[i]=arguments[i+t];switch(t){case 0:return n.call(this,r);case 1:return n.call(this,arguments[0],r);case 2:return n.call(this,arguments[0],arguments[1],r)}}}function k(n){return function(t,e,r){return n(t,r)}}var w="function"==typeof setImmediate&&setImmediate,j=w?function(n){w(n)}:function(n){setTimeout(n,0)};function Q(n){return function(t,r,i){i=c(i||e);var u=g(t=t||[]);if(n<=0)return i(null);var o=!1,s=0,l=!1;!function e(){if(o&&s<=0)return i(null);for(;s<n&&!l;){var c=u();if(null===c)return o=!0,void(s<=0&&i(null));s+=1,r(t[c],c,a(function(n){s-=1,n?(i(n),l=!0):e()}))}}()}}function x(n){return function(e,r,i){return n(t.eachOf,e,r,i)}}function S(n){return function(t,e,r,i){return n(Q(e),t,r,i)}}function T(n){return function(e,r,i){return n(t.eachOfSeries,e,r,i)}}function E(n,t,r,i){i=c(i||e);var u=[];n(t,function(n,t,e){r(n,function(n,r){u[t]=r,e(n)})},function(n){i(n,u)})}function O(n,t,e,r){var i=[];n(t,function(n,t,r){e(n,function(e){e&&i.push({index:t,value:n}),r()})},function(){r(h(i.sort(function(n,t){return n.index-t.index}),function(n){return n.value}))})}function I(n,t,e,r){O(n,t,function(n,t){e(n,function(n){t(!n)})},r)}function L(n,t,e){return function(r,i,u,o){function a(){o&&o(e(!1,void 0))}function c(n,r,i){if(!o)return i();u(n,function(r){o&&t(r)&&(o(e(!0,n)),o=u=!1),i()})}arguments.length>3?n(r,i,c,a):(o=u,u=i,n(r,c,a))}}function A(n,t){return t}function C(n,t,r){r=r||e;var i=f(t)?[]:{};n(t,function(n,t,e){n(b(function(n,r){r.length<=1&&(r=r[0]),i[t]=r,e(n)}))},function(n){r(n,i)})}function _(n,t,e,r){var i=[];n(t,function(n,t,r){e(n,function(n,t){i=i.concat(t||[]),r(n)})},function(n){r(n,i)})}function z(n,r,i){if(null==r)r=1;else if(0===r)throw new Error("Concurrency must not be zero");function u(n,r,i,u){if(null!=u&&"function"!=typeof u)throw new Error("task callback must be a function");if(n.started=!0,l(r)||(r=[r]),0===r.length&&n.idle())return t.setImmediate(function(){n.drain()});p(r,function(t){var r={data:t,callback:u||e};i?n.tasks.unshift(r):n.tasks.push(r),n.tasks.length===n.concurrency&&n.saturated()}),t.setImmediate(n.process)}function o(n,t){return function(){c-=1;var e=arguments;p(t,function(n){n.callback.apply(n,e)}),n.tasks.length+c===0&&n.drain(),n.process()}}var c=0,s={tasks:[],concurrency:r,payload:i,saturated:e,empty:e,drain:e,started:!1,paused:!1,push:function(n,t){u(s,n,!1,t)},kill:function(){s.drain=e,s.tasks=[]},unshift:function(n,t){u(s,n,!0,t)},process:function(){if(!s.paused&&c<s.concurrency&&s.tasks.length)for(;c<s.concurrency&&s.tasks.length;){var t=s.payload?s.tasks.splice(0,s.payload):s.tasks.splice(0,s.tasks.length),e=h(t,function(n){return n.data});0===s.tasks.length&&s.empty(),c+=1;var r=a(o(s,t));n(e,r)}},length:function(){return s.tasks.length},running:function(){return c},idle:function(){return s.tasks.length+c===0},pause:function(){s.paused=!0},resume:function(){if(!1!==s.paused){s.paused=!1;for(var n=Math.min(s.concurrency,s.tasks.length),e=1;e<=n;e++)t.setImmediate(s.process)}}};return s}function q(n){return b(function(t,e){t.apply(null,e.concat([b(function(t,e){"undefined"!=typeof console&&(t?console.error&&console.error(t):console[n]&&p(e,function(t){console[n](t)}))})]))})}function B(n){return function(t,e,r){n(y(t),e,r)}}function N(n){return b(function(t,e){var r=b(function(e){var r=this,i=e.pop();return n(t,function(n,t,i){n.apply(r,e.concat([i]))},i)});return e.length?r.apply(this,e):r})}function M(n){return b(function(e){var r=e.pop();e.push(function(){var n=arguments;i?t.setImmediate(function(){r.apply(null,n)}):r.apply(null,n)});var i=!0;n.apply(this,e),i=!1})}"object"==typeof process&&"function"==typeof process.nextTick?t.nextTick=process.nextTick:t.nextTick=j,t.setImmediate=w?j:t.nextTick,t.forEach=t.each=function(n,e,r){return t.eachOf(n,k(e),r)},t.forEachSeries=t.eachSeries=function(n,e,r){return t.eachOfSeries(n,k(e),r)},t.forEachLimit=t.eachLimit=function(n,t,e,r){return Q(t)(n,k(e),r)},t.forEachOf=t.eachOf=function(n,t,r){r=c(r||e);var i=f(n=n||[])?n.length:v(n).length,u=0;if(!i)return r(null);function o(n){n?r(n):(u+=1)>=i&&r(null)}!function(n,t){f(n)?p(n,t):m(n,t)}(n,function(e,r){t(n[r],r,a(o))})},t.forEachOfSeries=t.eachOfSeries=function(n,r,i){i=c(i||e);var u=g(n=n||[]),o=u();!function e(){var c=!0;if(null===o)return i(null);r(n[o],o,a(function(n){if(n)i(n);else{if(null===(o=u()))return i(null);c?t.nextTick(e):e()}})),c=!1}()},t.forEachOfLimit=t.eachOfLimit=function(n,t,e,r){Q(t)(n,e,r)},t.map=x(E),t.mapSeries=T(E),t.mapLimit=S(E),t.inject=t.foldl=t.reduce=function(n,e,r,i){t.eachOfSeries(n,function(n,t,i){r(e,n,function(n,t){e=t,i(n)})},function(n){i(n||null,e)})},t.foldr=t.reduceRight=function(n,e,r,i){var u=h(n,function(n){return n}).reverse();t.reduce(u,e,r,i)},t.select=t.filter=x(O),t.selectLimit=t.filterLimit=S(O),t.selectSeries=t.filterSeries=T(O),t.reject=x(I),t.rejectLimit=S(I),t.rejectSeries=T(I),t.any=t.some=L(t.eachOf,i,r),t.someLimit=L(t.eachOfLimit,i,r),t.all=t.every=L(t.eachOf,u,u),t.everyLimit=L(t.eachOfLimit,u,u),t.detect=L(t.eachOf,r,A),t.detectSeries=L(t.eachOfSeries,r,A),t.sortBy=function(n,e,r){function i(n,t){var e=n.criteria,r=t.criteria;return e<r?-1:e>r?1:0}t.map(n,function(n,t){e(n,function(e,r){e?t(e):t(null,{value:n,criteria:r})})},function(n,t){if(n)return r(n);r(null,h(t.sort(i),function(n){return n.value}))})},t.auto=function(n,r){r=c(r||e);var i=v(n),u=i.length;if(!u)return r(null);var o={},a=[];function s(n){a.unshift(n)}function f(){u--,p(a.slice(0),function(n){n()})}s(function(){u||r(null,o)}),p(i,function(e){for(var i,u=l(n[e])?n[e]:[n[e]],c=b(function(n,i){if(i.length<=1&&(i=i[0]),n){var u={};m(o,function(n,t){u[t]=n}),u[e]=i,r(n,u)}else o[e]=i,t.setImmediate(f)}),h=u.slice(0,u.length-1),y=h.length;y--;){if(!(i=n[h[y]]))throw new Error("Has inexistant dependency");if(l(i)&&d(i,e)>=0)throw new Error("Has cyclic dependencies")}function v(){return n=function(n,t){return n&&o.hasOwnProperty(t)},t=!0,p(h,function(e,r,i){t=n(t,e,r,i)}),t&&!o.hasOwnProperty(e);var n,t}v()?u[u.length-1](c,o):s(function n(){v()&&((t=d(a,n))>=0&&a.splice(t,1),u[u.length-1](c,o));var t})})},t.retry=function(n,e,r){var i=5,u=0,o=[],a={times:i,interval:u};var c=arguments.length;if(c<1||c>3)throw new Error("Invalid arguments - must be either (task), (task, callback), (times, task) or (times, task, callback)");function s(n,e){function r(n,t){return function(r){n(function(n,e){r(!n||t,{err:n,result:e})},e)}}function i(n){return function(t){setTimeout(function(){t(null)},n)}}for(;a.times;){var u=!(a.times-=1);o.push(r(a.task,u)),!u&&a.interval>0&&o.push(i(a.interval))}t.series(o,function(t,e){e=e[e.length-1],(n||a.callback)(e.err,e.result)})}return c<=2&&"function"==typeof n&&(r=e,e=n),"function"!=typeof n&&function(n,t){if("number"==typeof t)n.times=parseInt(t,10)||i;else{if("object"!=typeof t)throw new Error("Unsupported argument type for 'times': "+typeof t);n.times=parseInt(t.times,10)||i,n.interval=parseInt(t.interval,10)||u}}(a,n),a.callback=r,a.task=e,a.callback?s():s},t.waterfall=function(n,r){if(r=c(r||e),!l(n)){var i=new Error("First argument to waterfall must be an array of functions");return r(i)}if(!n.length)return r();!function n(t){return b(function(e,i){if(e)r.apply(null,[e].concat(i));else{var u=t.next();u?i.push(n(u)):i.push(r),M(t).apply(null,i)}})}(t.iterator(n))()},t.parallel=function(n,e){C(t.eachOf,n,e)},t.parallelLimit=function(n,t,e){C(Q(t),n,e)},t.series=function(n,e){C(t.eachOfSeries,n,e)},t.iterator=function(n){return function t(e){function r(){return n.length&&n[e].apply(null,arguments),r.next()}return r.next=function(){return e<n.length-1?t(e+1):null},r}(0)},t.apply=b(function(n,t){return b(function(e){return n.apply(null,t.concat(e))})}),t.concat=x(_),t.concatSeries=T(_),t.whilst=function(n,t,r){if(r=r||e,n()){var i=b(function(e,u){e?r(e):n.apply(this,u)?t(i):r(null)});t(i)}else r(null)},t.doWhilst=function(n,e,r){var i=0;return t.whilst(function(){return++i<=1||e.apply(this,arguments)},n,r)},t.until=function(n,e,r){return t.whilst(function(){return!n.apply(this,arguments)},e,r)},t.doUntil=function(n,e,r){return t.doWhilst(n,function(){return!e.apply(this,arguments)},r)},t.during=function(n,t,r){r=r||e;var i=b(function(t,e){t?r(t):(e.push(u),n.apply(this,e))}),u=function(n,e){n?r(n):e?t(i):r(null)};n(u)},t.doDuring=function(n,e,r){var i=0;t.during(function(n){i++<1?n(null,!0):e.apply(this,arguments)},n,r)},t.queue=function(n,t){return z(function(t,e){n(t[0],e)},t,1)},t.priorityQueue=function(n,r){function i(n,t){return n.priority-t.priority}var u=t.queue(n,r);return u.push=function(n,r,o){!function(n,r,u,o){if(null!=o&&"function"!=typeof o)throw new Error("task callback must be a function");if(n.started=!0,l(r)||(r=[r]),0===r.length)return t.setImmediate(function(){n.drain()});p(r,function(r){var a={data:r,priority:u,callback:"function"==typeof o?o:e};n.tasks.splice(function(n,t,e){for(var r=-1,i=n.length-1;r<i;){var u=r+(i-r+1>>>1);e(t,n[u])>=0?r=u:i=u-1}return r}(n.tasks,a,i)+1,0,a),n.tasks.length===n.concurrency&&n.saturated(),t.setImmediate(n.process)})}(u,n,r,o)},delete u.unshift,u},t.cargo=function(n,t){return z(n,1,t)},t.log=q("log"),t.dir=q("dir"),t.memoize=function(n,e){var r={},i={};e=e||function(n){return n};var u=b(function(u){var o=u.pop(),a=e.apply(null,u);a in r?t.nextTick(function(){o.apply(null,r[a])}):a in i?i[a].push(o):(i[a]=[o],n.apply(null,u.concat([b(function(n){r[a]=n;var t=i[a];delete i[a];for(var e=0,u=t.length;e<u;e++)t[e].apply(null,n)})])))});return u.memo=r,u.unmemoized=n,u},t.unmemoize=function(n){return function(){return(n.unmemoized||n).apply(null,arguments)}},t.times=B(t.map),t.timesSeries=B(t.mapSeries),t.timesLimit=function(n,e,r,i){return t.mapLimit(y(n),e,r,i)},t.seq=function(){var n=arguments;return b(function(r){var i=this,u=r[r.length-1];"function"==typeof u?r.pop():u=e,t.reduce(n,r,function(n,t,e){t.apply(i,n.concat([b(function(n,t){e(n,t)})]))},function(n,t){u.apply(i,[n].concat(t))})})},t.compose=function(){return t.seq.apply(null,Array.prototype.reverse.call(arguments))},t.applyEach=N(t.eachOf),t.applyEachSeries=N(t.eachOfSeries),t.forever=function(n,t){var r=a(t||e),i=M(n);!function n(t){if(t)return r(t);i(n)}()},t.ensureAsync=M,t.constant=b(function(n){var t=[null].concat(n);return function(n){return n.apply(this,t)}}),t.wrapSync=t.asyncify=function(n){return b(function(t){var e,r=t.pop();try{e=n.apply(this,t)}catch(n){return r(n)}r(null,e)})},"undefined"!=typeof module&&module.exports?module.exports=t:"undefined"!=typeof define&&define.amd?define([],function(){return t}):o.async=t}();var conversationPos,DEBUG=!1,context={};function getCurrentTime(){var n=new Date,t=n.getHours(),e=n.getMinutes(),r=t>=12?"PM":"AM";return(t=(t%=12)||12)+":"+(e=e<10?"0"+e:e)+" "+r}function _phpCastString(n){switch(typeof n){case"boolean":return n?"1":"";case"string":return n;case"number":return isNaN(n)?"NAN":isFinite(n)?n+"":(n<0?"-":"")+"INF";case"undefined":return"";case"object":return Array.isArray(n)?"Array":null!==n?"Object":"";case"function":default:throw new Error("Unsupported value type")}}function strip_tags(n,t){t=(((t||"")+"").toLowerCase().match(/<[a-z][a-z0-9]*>/g)||[]).join("");var e=/<\/?([a-z0-9]*)\b[^>]*>?/gi,r=/<!--[\s\S]*?-->|<\?(?:php)?[\s\S]*?\?>/gi,i=_phpCastString(n);for(i="<"===i.substring(i.length-1)?i.substring(0,i.length-1):i;;){if(i===(i=i.replace(r,"").replace(e,function(n,e){return t.indexOf("<"+e.toLowerCase()+">")>-1?n:""})))return i}}function renderStatement(n){n=strip_tags(n),jQuery(".chat-container").append('<div class="chat-message-wrapper"><div class="absolute-wrapper"><div class="message-details"><div class="bot-avatar"></div><span class="message-date">'+getCurrentTime()+'</span></div></div><p class="chat-message">'+n+"</p></div>")}function showTyping(){jQuery(".chat-container").append('<div class="typing-wrapper"><div class="bot-avatar"></div><span class="bot-name">'+botName+'</span><p class="chat-message typing"><span class="dot"></span><span class="dot"></span><span class="dot"></span></p></div>')}function hideTyping(){jQuery(".typing-wrapper").remove()}var chatWrapper=jQuery(".bot-chat-wrapper");function scrollToBottom(){chatWrapper.animate({scrollTop:600},"slow")}function inputError(n){jQuery(".bot-error p").text(n),jQuery(".bot-error").animate({bottom:0},500).delay(3e3).animate({bottom:"-70px"},500)}function checkInput(n){var t=jQuery(".bot-container input[type=text]").val();return(t=strip_tags(t)).length>2?showResponse(n):inputError(botVars.validationName),!1}function checkEmail(n){var t=jQuery(".bot-container input[type=email]").val(),e=/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(String(t.toLowerCase()));if(t.length>7&&!0===e){var r="action=wpmm_add_subscriber&"+jQuery(".bot-container input[type=email]").serialize();jQuery.post(wpmm_vars.ajax_url,r,function(n){if(!n.success)return alert(n.data),!1},"json"),showResponse(n)}else inputError(botVars.validationEmail);return!1}function clearChat(){jQuery(".chat-container").empty()}function clearFooter(){jQuery(".choices").empty(),jQuery(".input").empty()}function startConversation(n,t){clearFooter(),clearChat(),conversationPos=n,jQuery.getScript(botVars.uploadsBaseUrl+"data.js",function(n){showStatement(t)})}function showStatement(n){var t,e=conversationData[conversationPos][n];"sideeffect"in e&&jQuery.type("function"===e.sideeffect)&&e.sideeffect(context),"array"===jQuery.type(e.statement)?t=e.statement:"string"===jQuery.type(e.statement)?t=[e.statement]:"function"===jQuery.type(e.statement)&&(t=e.statement(context)),async.eachSeries(t,function(n,t){if(showTyping(),scrollToBottom(),n.length<=50)var e=1800;else e=n.length/3*30*(Math.floor(5*Math.random())+1.2);DEBUG&&(e=0),setTimeout(function(){hideTyping(),renderStatement(n),scrollToBottom(),t()},e)},function(n){if("options"in e){jQuery(".input").hide(),jQuery(".choices").show();var t=e.options;t.length>0&&setTimeout(function(){for(var n=0;n<t.length;n++){var e,r=t[n];null===r.consequence?(e=null,"disabled"):(e=function(n){showResponse(n)}.bind(null,r),"");jQuery("<p/>",{text:r.choice,class:"chat-message user",click:e}).appendTo(".choices")}},750)}else if("input"in e){jQuery(".input").show(),jQuery(".choices").hide();var r=e.input,i=jQuery("<form/>",{submit:checkInput.bind(null,r)}),u=jQuery("<p/>",{class:"chat-message user"}).appendTo(i),o=jQuery("<input/>",{type:"text",placeholder:botVars.typeName,name:r.name,autocomplete:"off",required:!0}).appendTo(u);jQuery("<a/>",{text:botVars.send,click:checkInput.bind(null,r)}).appendTo(u);i.appendTo(".input"),async.nextTick(function(){o.focus()})}else if("email"in e){jQuery(".input").show(),jQuery(".choices").hide();r=e.email,i=jQuery("<form/>",{class:"bot_subscribe_form",submit:checkEmail.bind(null,r)}),u=jQuery("<p/>",{class:"chat-message user"}).appendTo(i),o=jQuery("<input/>",{type:"email",placeholder:botVars.typeEmail,name:r.email,autocomplete:"off"}).appendTo(u),jQuery("<a/>",{text:botVars.send,click:checkEmail.bind(null,r)}).appendTo(u);i.appendTo(".input"),async.nextTick(function(){o.focus()})}scrollToBottom()})}function showResponse(n){var t="";"name"in n?(context[n.name]=jQuery(".bot-container input[type=text]").val(),t=context[n.name]):"email"in n?(context[n.email]=jQuery(".bot-container input[type=email]").val(),t=context[n.email]):t=n.choice,clearFooter(),t=strip_tags(t),jQuery(".chat-container").append('<p class="chat-message user">'+t+"</p>"),"consequence"in n&&showStatement(n.consequence)}
assets/js/scripts-admin.js CHANGED
@@ -11,7 +11,7 @@ jQuery(function($) {
11
  $('.tabs-content div' + hash.replace('#', '#tab-')).removeClass('hidden');
12
  }
13
 
14
- $('.nav-tab-wrapper a').click(function() {
15
  var tab_id = $(this).attr('href').replace('#', '#tab-');
16
 
17
  // active tab
@@ -38,7 +38,7 @@ jQuery(function($) {
38
  * BACKGROUND UPLOADER
39
  */
40
  var image_custom_uploader;
41
- $('#upload_image_trigger').click(function(e) {
42
  e.preventDefault();
43
 
44
  //If the uploader object has already been created, reopen the dialog
@@ -78,7 +78,7 @@ jQuery(function($) {
78
 
79
  show_bg_type($('#design_bg_type').val());
80
 
81
- $('#design_bg_type').change(function() {
82
  var selected_val = $(this).val();
83
 
84
  show_bg_type(selected_val);
@@ -87,7 +87,7 @@ jQuery(function($) {
87
  /**
88
  * PREDEFINED BACKGROUND
89
  */
90
- $('ul.bg_list li').click(function() {
91
  $(this).parent().children().removeClass('active');
92
  $(this).addClass('active');
93
  });
@@ -95,7 +95,7 @@ jQuery(function($) {
95
  /**
96
  * SUBSCRIBERS EXPORT
97
  */
98
- $('#subscribers-export').click(function() {
99
  $('<iframe />').attr('src', wpmm_vars.ajax_url + '?action=wpmm_subscribers_export').appendTo('body').hide();
100
  });
101
 
@@ -104,7 +104,7 @@ jQuery(function($) {
104
  *
105
  * @since 2.0.4
106
  */
107
- $('#subscribers-empty-list').click(function() {
108
  $.post(wpmm_vars.ajax_url, {
109
  action: 'wpmm_subscribers_empty_list'
110
  }, function(response) {
@@ -120,7 +120,7 @@ jQuery(function($) {
120
  /**
121
  * RESET SETTINGS
122
  */
123
- $('.reset_settings').click(function() {
124
  var tab = $(this).data('tab'),
125
  nonce = $('#tab-' + tab + ' #_wpnonce').val();
126
 
@@ -148,7 +148,7 @@ jQuery(function($) {
148
  * BOT AVATAR UPLOADER
149
  */
150
  var avatar_custom_uploader;
151
- $('#avatar_upload_trigger').click(function(e) {
152
  e.preventDefault();
153
 
154
  //If the uploader object has already been created, reopen the dialog
11
  $('.tabs-content div' + hash.replace('#', '#tab-')).removeClass('hidden');
12
  }
13
 
14
+ $('.nav-tab-wrapper').on('click', 'a', function() {
15
  var tab_id = $(this).attr('href').replace('#', '#tab-');
16
 
17
  // active tab
38
  * BACKGROUND UPLOADER
39
  */
40
  var image_custom_uploader;
41
+ $('body').on('click', '#upload_image_trigger', function(e) {
42
  e.preventDefault();
43
 
44
  //If the uploader object has already been created, reopen the dialog
78
 
79
  show_bg_type($('#design_bg_type').val());
80
 
81
+ $('body').on('change', '#design_bg_type', function() {
82
  var selected_val = $(this).val();
83
 
84
  show_bg_type(selected_val);
87
  /**
88
  * PREDEFINED BACKGROUND
89
  */
90
+ $('ul.bg_list').on('click', 'li', function() {
91
  $(this).parent().children().removeClass('active');
92
  $(this).addClass('active');
93
  });
95
  /**
96
  * SUBSCRIBERS EXPORT
97
  */
98
+ $('#subscribers_wrap').on('click', '#subscribers-export', function() {
99
  $('<iframe />').attr('src', wpmm_vars.ajax_url + '?action=wpmm_subscribers_export').appendTo('body').hide();
100
  });
101
 
104
  *
105
  * @since 2.0.4
106
  */
107
+ $('#subscribers_wrap').on('click', '#subscribers-empty-list', function() {
108
  $.post(wpmm_vars.ajax_url, {
109
  action: 'wpmm_subscribers_empty_list'
110
  }, function(response) {
120
  /**
121
  * RESET SETTINGS
122
  */
123
+ $('body').on('click', '.reset_settings', function() {
124
  var tab = $(this).data('tab'),
125
  nonce = $('#tab-' + tab + ' #_wpnonce').val();
126
 
148
  * BOT AVATAR UPLOADER
149
  */
150
  var avatar_custom_uploader;
151
+ $('body').on('click', '#avatar_upload_trigger', function(e) {
152
  e.preventDefault();
153
 
154
  //If the uploader object has already been created, reopen the dialog
assets/js/scripts-admin.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(function(t){var e,a,s=window.location.hash;""!==s&&(t(".nav-tab-wrapper").children().removeClass("nav-tab-active"),t('.nav-tab-wrapper a[href="'+s+'"]').addClass("nav-tab-active"),t(".tabs-content").children().addClass("hidden"),t(".tabs-content div"+s.replace("#","#tab-")).removeClass("hidden")),t(".nav-tab-wrapper a").click(function(){var e=t(this).attr("href").replace("#","#tab-");t(this).parent().children().removeClass("nav-tab-active"),t(this).addClass("nav-tab-active"),t(".tabs-content").children().addClass("hidden"),t(".tabs-content div"+e).removeClass("hidden")}),t(".color_picker_trigger").wpColorPicker(),t(".chosen-select").chosen({disable_search_threshold:10}),t("#upload_image_trigger").click(function(a){a.preventDefault(),e?e.open():((e=wp.media.frames.file_frame=wp.media({title:"Upload Background",button:{text:"Choose Background"},multiple:!1})).on("select",function(){attachment=e.state().get("selection").first().toJSON();var a;a=attachment.url,t(".upload_image_url").val(a)}),e.open())}),show_bg_type=function(e){t(".design_bg_types").hide(),t("#show_"+e).show()},show_bg_type(t("#design_bg_type").val()),t("#design_bg_type").change(function(){var e=t(this).val();show_bg_type(e)}),t("ul.bg_list li").click(function(){t(this).parent().children().removeClass("active"),t(this).addClass("active")}),t("#subscribers-export").click(function(){t("<iframe />").attr("src",wpmm_vars.ajax_url+"?action=wpmm_subscribers_export").appendTo("body").hide()}),t("#subscribers-empty-list").click(function(){t.post(wpmm_vars.ajax_url,{action:"wpmm_subscribers_empty_list"},function(e){if(!e.success)return alert(e.data),!1;t("#subscribers_wrap").html(e.data)},"json")}),t(".reset_settings").click(function(){var e=t(this).data("tab"),a=t("#tab-"+e+" #_wpnonce").val();t.post(wpmm_vars.ajax_url,{action:"wpmm_reset_settings",tab:e,_wpnonce:a},function(t){if(!t.success)return alert(t.data),!1;window.location.reload(!0)},"json")}),t(".countdown_start").datetimepicker({timeFormat:"HH:mm:ss",dateFormat:"dd-mm-yy"}),t("#avatar_upload_trigger").click(function(e){e.preventDefault(),a?a.open():((a=wp.media.frames.file_frame=wp.media({title:"Upload Avatar",button:{text:"Choose picture"},multiple:!1})).on("select",function(){attachment=a.state().get("selection").first().toJSON();var e;e=attachment.url,t(".upload_avatar_url").val(e)}),a.open())})});
1
+ jQuery(function(t){var e,a,n=window.location.hash;""!==n&&(t(".nav-tab-wrapper").children().removeClass("nav-tab-active"),t('.nav-tab-wrapper a[href="'+n+'"]').addClass("nav-tab-active"),t(".tabs-content").children().addClass("hidden"),t(".tabs-content div"+n.replace("#","#tab-")).removeClass("hidden")),t(".nav-tab-wrapper").on("click","a",function(){var e=t(this).attr("href").replace("#","#tab-");t(this).parent().children().removeClass("nav-tab-active"),t(this).addClass("nav-tab-active"),t(".tabs-content").children().addClass("hidden"),t(".tabs-content div"+e).removeClass("hidden")}),t(".color_picker_trigger").wpColorPicker(),t(".chosen-select").chosen({disable_search_threshold:10}),t("body").on("click","#upload_image_trigger",function(a){a.preventDefault(),e?e.open():((e=wp.media.frames.file_frame=wp.media({title:"Upload Background",button:{text:"Choose Background"},multiple:!1})).on("select",function(){attachment=e.state().get("selection").first().toJSON();var a;a=attachment.url,t(".upload_image_url").val(a)}),e.open())}),show_bg_type=function(e){t(".design_bg_types").hide(),t("#show_"+e).show()},show_bg_type(t("#design_bg_type").val()),t("body").on("change","#design_bg_type",function(){var e=t(this).val();show_bg_type(e)}),t("ul.bg_list").on("click","li",function(){t(this).parent().children().removeClass("active"),t(this).addClass("active")}),t("#subscribers_wrap").on("click","#subscribers-export",function(){t("<iframe />").attr("src",wpmm_vars.ajax_url+"?action=wpmm_subscribers_export").appendTo("body").hide()}),t("#subscribers_wrap").on("click","#subscribers-empty-list",function(){t.post(wpmm_vars.ajax_url,{action:"wpmm_subscribers_empty_list"},function(e){if(!e.success)return alert(e.data),!1;t("#subscribers_wrap").html(e.data)},"json")}),t("body").on("click",".reset_settings",function(){var e=t(this).data("tab"),a=t("#tab-"+e+" #_wpnonce").val();t.post(wpmm_vars.ajax_url,{action:"wpmm_reset_settings",tab:e,_wpnonce:a},function(t){if(!t.success)return alert(t.data),!1;window.location.reload(!0)},"json")}),t(".countdown_start").datetimepicker({timeFormat:"HH:mm:ss",dateFormat:"dd-mm-yy"}),t("body").on("click","#avatar_upload_trigger",function(e){e.preventDefault(),a?a.open():((a=wp.media.frames.file_frame=wp.media({title:"Upload Avatar",button:{text:"Choose picture"},multiple:!1})).on("select",function(){attachment=a.state().get("selection").first().toJSON();var e;e=attachment.url,t(".upload_avatar_url").val(e)}),a.open())})});
assets/js/scripts.js CHANGED
@@ -58,7 +58,7 @@ jQuery(function($) {
58
  */
59
  if ($('.contact').length > 0) {
60
  // show form
61
- $('.contact_us').click(function() {
62
  var open_contact = $(this).data('open'),
63
  close_contact = $(this).data('close');
64
 
58
  */
59
  if ($('.contact').length > 0) {
60
  // show form
61
+ $('body').on('click', '.contact_us', function() {
62
  var open_contact = $(this).data('open'),
63
  close_contact = $(this).data('close');
64
 
assets/js/scripts.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(function(a){var t=a(".countdown");if(t.length>0){var n=new Date(t.data("end"));t.countdown({until:n,compact:!0,layout:'<span class="day">{dn}</span> <span class="separator">:</span> <span class="hour">{hnn}</span> <span class="separator">:</span> <span class="minutes">{mnn}</span> <span class="separator">:</span> <span class="seconds">{snn}</span>'})}var s=a(".social");s.length>0&&(1==s.data("target")&&s.find("a").attr("target","_blank"));var c=a(".subscribe_form");if(c.length>0&&c.validate({submitHandler:function(t){var n="action=wpmm_add_subscriber&"+c.serialize();return a.post(wpmm_vars.ajax_url,n,function(t){if(!t.success)return alert(t.data),!1;a(".subscribe_wrapper").html(t.data)},"json"),!1}}),a(".contact").length>0){a(".contact_us").click(function(){var t=a(this).data("open"),n=a(this).data("close");a(".contact").fadeIn(700),a("."+t).addClass(n)});var e=a(".contact_form");e.validate({submitHandler:function(t){var n="action=wpmm_send_contact&"+e.serialize();return a.post(wpmm_vars.ajax_url,n,function(t){if(!t.success)return alert(t.data),!1;e.parent().append('<div class="response">'+t.data+"</div>"),e.hide(),setTimeout(function(){a(".contact").hide(),e.parent().find(".response").remove(),e.trigger("reset"),e.show()},2e3)},"json"),!1}}),a(".close-contact_form").on("click",function(t){a(".contact").fadeOut(200)}),a("body").on("click",".contact",function(t){if(a(t.target).hasClass("contact")){var n=a(".contact_us").data("close");a(".form",a(this)).removeClass(n),a(this).fadeOut(200)}})}});
1
+ jQuery(function(a){var t=a(".countdown");if(t.length>0){var n=new Date(t.data("end"));t.countdown({until:n,compact:!0,layout:'<span class="day">{dn}</span> <span class="separator">:</span> <span class="hour">{hnn}</span> <span class="separator">:</span> <span class="minutes">{mnn}</span> <span class="separator">:</span> <span class="seconds">{snn}</span>'})}var s=a(".social");s.length>0&&(1==s.data("target")&&s.find("a").attr("target","_blank"));var c=a(".subscribe_form");if(c.length>0&&c.validate({submitHandler:function(t){var n="action=wpmm_add_subscriber&"+c.serialize();return a.post(wpmm_vars.ajax_url,n,function(t){if(!t.success)return alert(t.data),!1;a(".subscribe_wrapper").html(t.data)},"json"),!1}}),a(".contact").length>0){a("body").on("click",".contact_us",function(){var t=a(this).data("open"),n=a(this).data("close");a(".contact").fadeIn(700),a("."+t).addClass(n)});var e=a(".contact_form");e.validate({submitHandler:function(t){var n="action=wpmm_send_contact&"+e.serialize();return a.post(wpmm_vars.ajax_url,n,function(t){if(!t.success)return alert(t.data),!1;e.parent().append('<div class="response">'+t.data+"</div>"),e.hide(),setTimeout(function(){a(".contact").hide(),e.parent().find(".response").remove(),e.trigger("reset"),e.show()},2e3)},"json"),!1}}),a(".close-contact_form").on("click",function(t){a(".contact").fadeOut(200)}),a("body").on("click",".contact",function(t){if(a(t.target).hasClass("contact")){var n=a(".contact_us").data("close");a(".form",a(this)).removeClass(n),a(this).fadeOut(200)}})}});
includes/classes/wp-maintenance-mode-admin.php CHANGED
@@ -117,7 +117,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
117
 
118
  try {
119
  // check capabilities
120
- if (!current_user_can('manage_options')) {
121
  throw new Exception(__('You do not have access to this resource.', $this->plugin_slug));
122
  }
123
 
@@ -155,7 +155,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
155
 
156
  try {
157
  // check capabilities
158
- if (!current_user_can('manage_options')) {
159
  throw new Exception(__('You do not have access to this resource.', $this->plugin_slug));
160
  }
161
 
@@ -178,7 +178,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
178
  public function reset_settings() {
179
  try {
180
  // check capabilities
181
- if (!current_user_can('manage_options')) {
182
  throw new Exception(__('You do not have access to this resource.', $this->plugin_slug));
183
  }
184
 
@@ -220,7 +220,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
220
  */
221
  public function add_plugin_menu() {
222
  $this->plugin_screen_hook_suffix = add_options_page(
223
- __('WP Maintenance Mode', $this->plugin_slug), __('WP Maintenance Mode', $this->plugin_slug), 'manage_options', $this->plugin_slug, array($this, 'display_plugin_settings')
224
  );
225
  }
226
 
@@ -228,11 +228,8 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
228
  * Settings page
229
  *
230
  * @since 2.0.0
231
- * @global object $wp_roles
232
  */
233
  public function display_plugin_settings() {
234
- global $wp_roles;
235
-
236
  // save settings
237
  $this->save_plugin_settings();
238
 
@@ -250,6 +247,10 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
250
  if (!wp_verify_nonce($_POST['_wpnonce'], 'tab-' . $_POST['tab'])) {
251
  die(__('Security check.', $this->plugin_slug));
252
  }
 
 
 
 
253
 
254
  // DO SOME SANITIZATIONS
255
  $tab = $_POST['tab'];
@@ -431,6 +432,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
431
  $_POST['options']['gdpr']['policy_page_target'] = (int) $_POST['options']['gdpr']['policy_page_target'];
432
  $_POST['options']['gdpr']['contact_form_tail'] = wp_kses($_POST['options']['gdpr']['contact_form_tail'], wpmm_gdpr_textarea_allowed_html());
433
  $_POST['options']['gdpr']['subscribe_form_tail'] = wp_kses($_POST['options']['gdpr']['subscribe_form_tail'], wpmm_gdpr_textarea_allowed_html());
 
434
  }
435
 
436
  $this->plugin_settings[$tab] = $_POST['options'][$tab];
@@ -440,7 +442,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
440
 
441
  /**
442
  * Add new safe inline style css (use by wp_kses_attr in wp_kses_post)
443
- * - bug discovered by cokemorgan: https://github.com/Designmodocom/WP-Maintenance-Mode/issues/56
444
  *
445
  * @since 2.0.3
446
  * @param array $properties
@@ -561,10 +563,10 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
561
  // delete wpmm_notice
562
  delete_option('wpmm_notice');
563
 
564
- // notice promo for codepad
565
  ob_start();
566
- include_once(WPMM_VIEWS_PATH . 'promo-strictthemes.php');
567
- $notices['promo-strictthemes'] = array(
568
  'class' => 'wpmm_notices updated notice is-dismissible',
569
  'msg' => ob_get_clean()
570
  );
117
 
118
  try {
119
  // check capabilities
120
+ if (!current_user_can(wpmm_get_capability('subscribers'))) {
121
  throw new Exception(__('You do not have access to this resource.', $this->plugin_slug));
122
  }
123
 
155
 
156
  try {
157
  // check capabilities
158
+ if (!current_user_can(wpmm_get_capability('subscribers'))) {
159
  throw new Exception(__('You do not have access to this resource.', $this->plugin_slug));
160
  }
161
 
178
  public function reset_settings() {
179
  try {
180
  // check capabilities
181
+ if (!current_user_can(wpmm_get_capability('settings'))) {
182
  throw new Exception(__('You do not have access to this resource.', $this->plugin_slug));
183
  }
184
 
220
  */
221
  public function add_plugin_menu() {
222
  $this->plugin_screen_hook_suffix = add_options_page(
223
+ __('WP Maintenance Mode', $this->plugin_slug), __('WP Maintenance Mode', $this->plugin_slug), wpmm_get_capability('settings'), $this->plugin_slug, array($this, 'display_plugin_settings')
224
  );
225
  }
226
 
228
  * Settings page
229
  *
230
  * @since 2.0.0
 
231
  */
232
  public function display_plugin_settings() {
 
 
233
  // save settings
234
  $this->save_plugin_settings();
235
 
247
  if (!wp_verify_nonce($_POST['_wpnonce'], 'tab-' . $_POST['tab'])) {
248
  die(__('Security check.', $this->plugin_slug));
249
  }
250
+
251
+ if(!current_user_can(wpmm_get_capability('settings'))) {
252
+ die(__('You do not have access to this resource.', $this->plugin_slug));
253
+ }
254
 
255
  // DO SOME SANITIZATIONS
256
  $tab = $_POST['tab'];
432
  $_POST['options']['gdpr']['policy_page_target'] = (int) $_POST['options']['gdpr']['policy_page_target'];
433
  $_POST['options']['gdpr']['contact_form_tail'] = wp_kses($_POST['options']['gdpr']['contact_form_tail'], wpmm_gdpr_textarea_allowed_html());
434
  $_POST['options']['gdpr']['subscribe_form_tail'] = wp_kses($_POST['options']['gdpr']['subscribe_form_tail'], wpmm_gdpr_textarea_allowed_html());
435
+ break;
436
  }
437
 
438
  $this->plugin_settings[$tab] = $_POST['options'][$tab];
442
 
443
  /**
444
  * Add new safe inline style css (use by wp_kses_attr in wp_kses_post)
445
+ * - bug discovered by cokemorgan: https://github.com/andrianvaleanu/WP-Maintenance-Mode/issues/56
446
  *
447
  * @since 2.0.3
448
  * @param array $properties
563
  // delete wpmm_notice
564
  delete_option('wpmm_notice');
565
 
566
+ // notice for blocksy
567
  ob_start();
568
+ include_once(WPMM_VIEWS_PATH . 'promo-blocksy.php');
569
+ $notices['promo-blocksy'] = array(
570
  'class' => 'wpmm_notices updated notice is-dismissible',
571
  'msg' => ob_get_clean()
572
  );
includes/classes/wp-maintenance-mode.php CHANGED
@@ -4,7 +4,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
4
 
5
  class WP_Maintenance_Mode {
6
 
7
- const VERSION = '2.2.4';
8
 
9
  protected $plugin_slug = 'wp-maintenance-mode';
10
  protected $plugin_settings;
@@ -149,7 +149,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
149
  '02' => __("I have just a few questions.", $this->plugin_slug),
150
  '03' => __("What is your name?", $this->plugin_slug),
151
  '04' => __("Nice to meet you here, {visitor_name}!"),
152
- '05' => __("How you can see, our website will be lauched very soon.", $this->plugin_slug),
153
  '06' => __("I know, you are very excited to see it, but we need a few days to finish it.", $this->plugin_slug),
154
  '07' => __("Would you like to be first to see it?", $this->plugin_slug),
155
  '08_1' => __("Cool! Please leave your email here and I will send you a message when it's ready.", $this->plugin_slug),
@@ -539,7 +539,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
539
  $protocol = !empty($_SERVER['SERVER_PROTOCOL']) && in_array($_SERVER['SERVER_PROTOCOL'], array('HTTP/1.1', 'HTTP/1.0')) ? $_SERVER['SERVER_PROTOCOL'] : 'HTTP/1.0';
540
  $charset = get_bloginfo('charset') ? get_bloginfo('charset') : 'UTF-8';
541
  $status_code = (int) apply_filters('wp_maintenance_mode_status_code', 503); // this hook will be removed in the next versions
542
- $status_code = (int) apply_filters('wpmm_status_code', 503);
543
  $backtime_seconds = $this->calculate_backtime();
544
  $backtime = (int) apply_filters('wpmm_backtime', $backtime_seconds);
545
 
@@ -552,7 +552,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
552
  $robots = apply_filters('wpmm_meta_robots', $robots);
553
 
554
  $author = apply_filters('wm_meta_author', get_bloginfo('name')); // this hook will be removed in the next versions
555
- $author = apply_filters('wpmm_meta_author', get_bloginfo('name'));
556
 
557
  $description = get_bloginfo('name') . ' - ' . get_bloginfo('description');
558
  $description = apply_filters('wm_meta_description', $description); // this hook will be removed in the next versions
@@ -574,7 +574,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
574
  $heading = apply_filters('wm_heading', $heading); // this hook will be removed in the next versions
575
  $heading = apply_filters('wpmm_heading', $heading);
576
 
577
- $text = !empty($this->plugin_settings['design']['text']) ? $this->plugin_settings['design']['text'] : '';
578
  $text = apply_filters('wpmm_text', do_shortcode($text));
579
 
580
  // COUNTDOWN
@@ -583,10 +583,10 @@ if (!class_exists('WP_Maintenance_Mode')) {
583
 
584
  // JS FILES
585
  $wp_scripts = wp_scripts();
586
-
587
  $scripts = array(
588
- 'jquery' => !empty($wp_scripts->registered['jquery-core']) ? site_url($wp_scripts->registered['jquery-core']->src) : '//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery' . WPMM_ASSETS_SUFFIX . '.js',
589
- 'frontend' => WPMM_JS_URL . 'scripts' . WPMM_ASSETS_SUFFIX . '.js'
590
  );
591
  if (!empty($this->plugin_settings['modules']['countdown_status']) && $this->plugin_settings['modules']['countdown_status'] == 1) {
592
  $scripts['countdown-dependency'] = WPMM_JS_URL . 'jquery.plugin' . WPMM_ASSETS_SUFFIX . '.js';
@@ -596,17 +596,21 @@ if (!class_exists('WP_Maintenance_Mode')) {
596
  $scripts['validate'] = WPMM_JS_URL . 'jquery.validate' . WPMM_ASSETS_SUFFIX . '.js';
597
  }
598
  if (!empty($this->plugin_settings['bot']['status']) && $this->plugin_settings['bot']['status'] == 1) {
599
- $scripts['bot'] = WPMM_JS_URL . 'bot' . WPMM_ASSETS_SUFFIX . '.js';
 
 
 
 
600
  add_action('wpmm_before_scripts', array($this, 'add_bot_extras'));
601
  }
602
  $scripts = apply_filters('wpmm_scripts', $scripts);
603
 
604
  // CSS FILES
605
  $styles = array(
606
- 'frontend' => WPMM_CSS_URL . 'style' . WPMM_ASSETS_SUFFIX . '.css'
607
  );
608
  if (!empty($this->plugin_settings['bot']['status']) && $this->plugin_settings['bot']['status'] == 1) {
609
- $styles['bot'] = WPMM_CSS_URL . 'style.bot' . WPMM_ASSETS_SUFFIX . '.css';
610
  $body_classes .= ' bot';
611
  }
612
  $styles = apply_filters('wpmm_styles', $styles);
4
 
5
  class WP_Maintenance_Mode {
6
 
7
+ const VERSION = '2.3.0';
8
 
9
  protected $plugin_slug = 'wp-maintenance-mode';
10
  protected $plugin_settings;
149
  '02' => __("I have just a few questions.", $this->plugin_slug),
150
  '03' => __("What is your name?", $this->plugin_slug),
151
  '04' => __("Nice to meet you here, {visitor_name}!"),
152
+ '05' => __("How you can see, our website will be launched very soon.", $this->plugin_slug),
153
  '06' => __("I know, you are very excited to see it, but we need a few days to finish it.", $this->plugin_slug),
154
  '07' => __("Would you like to be first to see it?", $this->plugin_slug),
155
  '08_1' => __("Cool! Please leave your email here and I will send you a message when it's ready.", $this->plugin_slug),
539
  $protocol = !empty($_SERVER['SERVER_PROTOCOL']) && in_array($_SERVER['SERVER_PROTOCOL'], array('HTTP/1.1', 'HTTP/1.0')) ? $_SERVER['SERVER_PROTOCOL'] : 'HTTP/1.0';
540
  $charset = get_bloginfo('charset') ? get_bloginfo('charset') : 'UTF-8';
541
  $status_code = (int) apply_filters('wp_maintenance_mode_status_code', 503); // this hook will be removed in the next versions
542
+ $status_code = (int) apply_filters('wpmm_status_code', $status_code);
543
  $backtime_seconds = $this->calculate_backtime();
544
  $backtime = (int) apply_filters('wpmm_backtime', $backtime_seconds);
545
 
552
  $robots = apply_filters('wpmm_meta_robots', $robots);
553
 
554
  $author = apply_filters('wm_meta_author', get_bloginfo('name')); // this hook will be removed in the next versions
555
+ $author = apply_filters('wpmm_meta_author', $author);
556
 
557
  $description = get_bloginfo('name') . ' - ' . get_bloginfo('description');
558
  $description = apply_filters('wm_meta_description', $description); // this hook will be removed in the next versions
574
  $heading = apply_filters('wm_heading', $heading); // this hook will be removed in the next versions
575
  $heading = apply_filters('wpmm_heading', $heading);
576
 
577
+ $text = !empty($this->plugin_settings['design']['text']) ? stripslashes($this->plugin_settings['design']['text']) : '';
578
  $text = apply_filters('wpmm_text', do_shortcode($text));
579
 
580
  // COUNTDOWN
583
 
584
  // JS FILES
585
  $wp_scripts = wp_scripts();
586
+
587
  $scripts = array(
588
+ 'jquery' => !empty($wp_scripts->registered['jquery-core']) ? site_url($wp_scripts->registered['jquery-core']->src) : '//ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery' . WPMM_ASSETS_SUFFIX . '.js',
589
+ 'frontend' => WPMM_JS_URL . 'scripts' . WPMM_ASSETS_SUFFIX . '.js?ver=' . WP_Maintenance_Mode::VERSION
590
  );
591
  if (!empty($this->plugin_settings['modules']['countdown_status']) && $this->plugin_settings['modules']['countdown_status'] == 1) {
592
  $scripts['countdown-dependency'] = WPMM_JS_URL . 'jquery.plugin' . WPMM_ASSETS_SUFFIX . '.js';
596
  $scripts['validate'] = WPMM_JS_URL . 'jquery.validate' . WPMM_ASSETS_SUFFIX . '.js';
597
  }
598
  if (!empty($this->plugin_settings['bot']['status']) && $this->plugin_settings['bot']['status'] == 1) {
599
+ if(WPMM_ASSETS_SUFFIX === '') {
600
+ $scripts['bot-async'] = WPMM_JS_URL . 'bot.async.js';
601
+ }
602
+
603
+ $scripts['bot'] = WPMM_JS_URL . 'bot' . WPMM_ASSETS_SUFFIX . '.js?ver=' . WP_Maintenance_Mode::VERSION;
604
  add_action('wpmm_before_scripts', array($this, 'add_bot_extras'));
605
  }
606
  $scripts = apply_filters('wpmm_scripts', $scripts);
607
 
608
  // CSS FILES
609
  $styles = array(
610
+ 'frontend' => WPMM_CSS_URL . 'style' . WPMM_ASSETS_SUFFIX . '.css?ver=' . WP_Maintenance_Mode::VERSION
611
  );
612
  if (!empty($this->plugin_settings['bot']['status']) && $this->plugin_settings['bot']['status'] == 1) {
613
+ $styles['bot'] = WPMM_CSS_URL . 'style.bot' . WPMM_ASSETS_SUFFIX . '.css?ver=' . WP_Maintenance_Mode::VERSION;
614
  $body_classes .= ' bot';
615
  }
616
  $styles = apply_filters('wpmm_styles', $styles);
includes/functions/helpers.php CHANGED
@@ -11,6 +11,8 @@ function wpmm_plugin_info($plugin_slug) {
11
  add_filter('extra_plugin_headers', 'wpmm_add_extra_plugin_headers', 99, 1);
12
 
13
  $plugin_data = get_plugin_data(WPMM_PATH . $plugin_slug . '.php');
 
 
14
 
15
  return $plugin_data;
16
  }
@@ -63,6 +65,49 @@ function wpmm_multiselect($values, $current) {
63
  }
64
  }
65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  /**
67
  * Return list of banners
68
  *
@@ -70,65 +115,90 @@ function wpmm_multiselect($values, $current) {
70
  * @return array
71
  */
72
  function wpmm_get_banners() {
73
- $banners_path = WPMM_URL . 'assets/images/resources/';
74
-
75
  return array(
76
- 'product' => array(
77
- array(
78
- 'title' => 'StrictThemes – WordPress Themes',
79
- 'link' => 'https://themeforest.net/user/strictthemes/portfolio?utf8=%E2%9C%93&order_by=sales&ref=StrictThemes',
80
- 'image' => $banners_path . 'strictthemes.png',
81
- 'utm' => false
82
- ),
83
- array(
84
- 'title' => 'Free Stock Images',
85
- 'link' => 'https://freephotos.cc/',
86
- 'image' => $banners_path . 'freephotoscc.jpg',
87
- 'utm' => true
88
- ),
89
- array(
90
- 'title' => 'Postcards',
91
- 'link' => 'https://designmodo.com/postcards/',
92
- 'image' => $banners_path . 'postcards.jpg',
93
- 'utm' => true
94
- ),
95
- array(
96
- 'title' => 'Blocksy',
97
- 'link' => 'https://creativethemes.com/blocksy/',
98
- 'image' => $banners_path . 'blocksy.jpg',
99
- 'utm' => true
100
- )
101
  ),
102
- 'resource' => array(
103
- array(
104
- 'title' => 'Linecons',
105
- 'link' => 'https://designmodo.com/linecons-free/',
106
- 'image' => $banners_path . 'linecons.jpg',
107
- 'utm' => true
108
- ),
109
- array(
110
- 'title' => 'Flat UI Free',
111
- 'link' => 'https://designmodo.com/flat-free/',
112
- 'image' => $banners_path . 'flatui.jpg',
113
- 'utm' => true
114
- )
115
  )
116
  );
117
  }
118
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
119
  /**
120
  * Sanitize Google Analytics SiteID code
121
  *
122
  * Valid examples:
123
  * UA-..........
124
  * UA-..........-....
 
125
  *
126
  * @since 2.0.7
127
  * @param string $string
128
  * @return string
129
  */
130
  function wpmm_sanitize_ga_code($string) {
131
- preg_match('/UA-\d{4,10}(-\d{1,4})?/', $string, $matches);
132
 
133
  return isset($matches[0]) ? $matches[0] : '';
134
  }
@@ -156,6 +226,21 @@ function wpmm_gdpr_textarea_allowed_html() {
156
  return apply_filters('wpmm_gdpr_textarea_allowed_html', $allowed_html);
157
  }
158
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
159
  if (!function_exists('wp_scripts')) {
160
 
161
  /**
11
  add_filter('extra_plugin_headers', 'wpmm_add_extra_plugin_headers', 99, 1);
12
 
13
  $plugin_data = get_plugin_data(WPMM_PATH . $plugin_slug . '.php');
14
+
15
+ remove_filter('extra_plugin_headers', 'wpmm_add_extra_plugin_headers', 99, 1);
16
 
17
  return $plugin_data;
18
  }
65
  }
66
  }
67
 
68
+ /**
69
+ * Return the UTM'ized url
70
+ *
71
+ * @since 2.3.0
72
+ * @param string $url
73
+ * @param array $utms
74
+ * @return string
75
+ */
76
+ function wpmm_get_utmized_url($url, $utms = array()) {
77
+ $utms = wp_parse_args($utms, array(
78
+ 'source' => null,
79
+ 'medium' => 'wpmaintenance',
80
+ 'campaign' => null,
81
+ 'term' => null,
82
+ 'content' => null,
83
+ ));
84
+
85
+ foreach ($utms as $key => $value) {
86
+ if (empty($value)) {
87
+ unset($utms[$key]);
88
+ continue;
89
+ }
90
+
91
+ $utms[$key] = sprintf('utm_%s=%s', $key, $value);
92
+ }
93
+
94
+ if (empty($utms)) {
95
+ return $url;
96
+ }
97
+
98
+ return sprintf('%s/?%s', untrailingslashit($url), implode('&', $utms));
99
+ }
100
+
101
+ /**
102
+ * Return banner url
103
+ *
104
+ * @param string $filename
105
+ * @return string
106
+ */
107
+ function wpmm_get_banner_url($filename) {
108
+ return sprintf('%s/assets/images/recommended/%s', untrailingslashit(WPMM_URL), $filename);
109
+ }
110
+
111
  /**
112
  * Return list of banners
113
  *
115
  * @return array
116
  */
117
  function wpmm_get_banners() {
 
 
118
  return array(
119
+ array(
120
+ 'title' => 'Blocksy',
121
+ 'link' => 'https://creativethemes.com/blocksy/',
122
+ 'image' => 'blocksy.jpg',
123
+ 'utm' => true
124
+ ),
125
+ array(
126
+ 'title' => 'StrictThemes – WordPress Themes',
127
+ 'link' => 'https://themeforest.net/user/strictthemes/portfolio?utf8=%E2%9C%93&order_by=sales&ref=StrictThemes',
128
+ 'image' => 'strictthemes.png',
129
+ 'utm' => false
130
+ ),
131
+ array(
132
+ 'title' => 'Postcards',
133
+ 'link' => 'https://designmodo.com/postcards/',
134
+ 'image' => 'postcards.jpg',
135
+ 'utm' => true
 
 
 
 
 
 
 
 
136
  ),
137
+ array(
138
+ 'title' => 'Static Pages',
139
+ 'link' => 'https://designmodo.com/static-pages/',
140
+ 'image' => 'static-pages.png',
141
+ 'utm' => true
 
 
 
 
 
 
 
 
142
  )
143
  );
144
  }
145
 
146
+ /**
147
+ * Get list of available backgrounds
148
+ *
149
+ * @since 2.3.0
150
+ * @return array
151
+ */
152
+ function wpmm_get_backgrounds() {
153
+ $backgrounds = array();
154
+
155
+ foreach(glob(WPMM_PATH . 'assets/images/backgrounds/*_thumb.jpg') as $file) {
156
+ $backgrounds[] = array(
157
+ 'big' => str_replace('_thumb', '', basename($file)),
158
+ 'small' => basename($file)
159
+ );
160
+ }
161
+
162
+ return $backgrounds;
163
+ }
164
+
165
+ /**
166
+ * Get list of user roles
167
+ *
168
+ * @since 2.3.0
169
+ * @global object $wp_roles
170
+ * @return array
171
+ */
172
+ function wpmm_get_user_roles() {
173
+ global $wp_roles;
174
+
175
+ $roles = array();
176
+
177
+ foreach($wp_roles->roles as $role => $details) {
178
+ if ($role === 'administrator') {
179
+ continue;
180
+ }
181
+
182
+ $roles[$role] = $details['name'];
183
+ }
184
+
185
+ return $roles;
186
+ }
187
+
188
  /**
189
  * Sanitize Google Analytics SiteID code
190
  *
191
  * Valid examples:
192
  * UA-..........
193
  * UA-..........-....
194
+ * G-..........
195
  *
196
  * @since 2.0.7
197
  * @param string $string
198
  * @return string
199
  */
200
  function wpmm_sanitize_ga_code($string) {
201
+ preg_match('/(UA-\d{4,10}(-\d{1,4})?|G-\w+)/', $string, $matches);
202
 
203
  return isset($matches[0]) ? $matches[0] : '';
204
  }
226
  return apply_filters('wpmm_gdpr_textarea_allowed_html', $allowed_html);
227
  }
228
 
229
+ /**
230
+ * Return capability
231
+ *
232
+ * @since 2.3.0
233
+ * @param string $action
234
+ * @return string
235
+ */
236
+ function wpmm_get_capability($action) {
237
+ if(has_filter('wpmm_all_actions_capability')) {
238
+ return apply_filters('wpmm_all_actions_capability', 'manage_options');
239
+ }
240
+
241
+ return apply_filters(sprintf('wpmm_%s_capability', $action), 'manage_options');
242
+ }
243
+
244
  if (!function_exists('wp_scripts')) {
245
 
246
  /**
languages/wp-maintenance-mode-de_DE.mo CHANGED
Binary file
languages/wp-maintenance-mode-de_DE.po CHANGED
@@ -1,7 +1,7 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WP Maintenance Mode 2.2.4\n"
4
- "POT-Creation-Date: 2019-05-20 10:29+0300\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: \n"
7
  "Language-Team: Designmodo <info@designmodo.com>\n"
@@ -9,7 +9,7 @@ msgstr ""
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 2.2.2\n"
13
  "X-Poedit-SourceCharset: UTF-8\n"
14
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
15
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
@@ -26,6 +26,7 @@ msgstr ""
26
  #: includes/classes/wp-maintenance-mode-admin.php:121
27
  #: includes/classes/wp-maintenance-mode-admin.php:159
28
  #: includes/classes/wp-maintenance-mode-admin.php:182
 
29
  msgid "You do not have access to this resource."
30
  msgstr ""
31
 
@@ -46,7 +47,7 @@ msgid "The tab slug must not be empty."
46
  msgstr ""
47
 
48
  #: includes/classes/wp-maintenance-mode-admin.php:197
49
- #: includes/classes/wp-maintenance-mode-admin.php:251
50
  msgid "Security check."
51
  msgstr ""
52
 
@@ -58,16 +59,16 @@ msgstr ""
58
  msgid "WP Maintenance Mode"
59
  msgstr "WP Wartungsmodus"
60
 
61
- #: includes/classes/wp-maintenance-mode-admin.php:498
62
  msgid ""
63
  "WPMM: The file data.js could not be written, the bot will not work correctly."
64
  msgstr ""
65
 
66
- #: includes/classes/wp-maintenance-mode-admin.php:532
67
  msgid "Settings"
68
  msgstr "Einstellungen"
69
 
70
- #: includes/classes/wp-maintenance-mode-admin.php:551
71
  #, php-format
72
  msgid ""
73
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -76,36 +77,36 @@ msgstr ""
76
  "Der Wartungsmodus ist <strong>aktiv</strong>. Bitte vergiss nicht ihn zu <a "
77
  "href=\"%s\">deaktivieren</a>, wenn er nicht mehr benötigt wird."
78
 
79
- #: includes/classes/wp-maintenance-mode-admin.php:588
80
  msgid "Notice key cannot be empty."
81
  msgstr ""
82
 
83
- #: includes/classes/wp-maintenance-mode-admin.php:636
84
  #, php-format
85
  msgid ""
86
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
87
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
88
  msgstr ""
89
 
90
- #: includes/classes/wp-maintenance-mode-admin.php:660
91
  msgid ""
92
  "Your WordPress version supports Privacy settings but you haven't set any "
93
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
94
  msgstr ""
95
 
96
- #: includes/classes/wp-maintenance-mode-admin.php:663
97
  #, php-format
98
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
99
  msgstr ""
100
 
101
- #: includes/classes/wp-maintenance-mode-admin.php:668
102
  #, php-format
103
  msgid ""
104
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
105
  "that's correct ignore this message, otherwise %s"
106
  msgstr ""
107
 
108
- #: includes/classes/wp-maintenance-mode-admin.php:672
109
  msgid ""
110
  "No privacy features detected for your WordPress version. Update WordPress to "
111
  "get this field automatically filled in or type in the URL that points to "
@@ -146,7 +147,7 @@ msgid "Nice to meet you here, {visitor_name}!"
146
  msgstr ""
147
 
148
  #: includes/classes/wp-maintenance-mode.php:152
149
- msgid "How you can see, our website will be lauched very soon."
150
  msgstr ""
151
 
152
  #: includes/classes/wp-maintenance-mode.php:153
@@ -177,7 +178,7 @@ msgid "Have a great day!"
177
  msgstr ""
178
 
179
  #: includes/classes/wp-maintenance-mode.php:161
180
- #: includes/classes/wp-maintenance-mode.php:650
181
  msgid "Type your name here…"
182
  msgstr ""
183
 
@@ -190,7 +191,7 @@ msgid "Boring"
190
  msgstr ""
191
 
192
  #: includes/classes/wp-maintenance-mode.php:164
193
- #: includes/classes/wp-maintenance-mode.php:651
194
  #, fuzzy
195
  msgid "Type your email here…"
196
  msgstr "Gib deine E-Mail-Adresse an"
@@ -227,37 +228,37 @@ msgstr ""
227
  msgid "Maintenance Mode"
228
  msgstr "Wartungsmodus"
229
 
230
- #: includes/classes/wp-maintenance-mode.php:647
231
  msgid "Please type in your name."
232
  msgstr ""
233
 
234
- #: includes/classes/wp-maintenance-mode.php:648
235
  #, fuzzy
236
  msgid "Please type in a valid email address."
237
  msgstr "Bitte gib eine gültige E-Mail-Adresse an."
238
 
239
- #: includes/classes/wp-maintenance-mode.php:652 views/maintenance.php:161
240
  msgid "Send"
241
  msgstr "Senden"
242
 
243
- #: includes/classes/wp-maintenance-mode.php:865
244
- #: includes/classes/wp-maintenance-mode.php:899 views/maintenance.php:140
245
  msgid "Please enter a valid email address."
246
  msgstr "Bitte gib eine gültige E-Mail-Adresse an."
247
 
248
- #: includes/classes/wp-maintenance-mode.php:877
249
  msgid "You successfully subscribed. Thanks!"
250
  msgstr ""
251
 
252
- #: includes/classes/wp-maintenance-mode.php:895
253
  msgid "All fields required."
254
  msgstr "Alle Felder sind notwendig."
255
 
256
- #: includes/classes/wp-maintenance-mode.php:907
257
  msgid "Message via contact"
258
  msgstr "Mitteilung via Kontakt"
259
 
260
- #: includes/classes/wp-maintenance-mode.php:924
261
  msgid "Your email was sent to the website administrator. Thanks!"
262
  msgstr "Deine E-Mail wurde an den Administrator der Website gesendet. Danke!"
263
 
@@ -286,7 +287,7 @@ msgstr ""
286
  msgid "your e-mail..."
287
  msgstr "deine E-Mail..."
288
 
289
- #: views/maintenance.php:75 views/settings.php:273
290
  msgid "Subscribe"
291
  msgstr "Abonniere"
292
 
@@ -319,19 +320,19 @@ msgstr "Kontaktiere uns"
319
  msgid "Dashboard"
320
  msgstr ""
321
 
322
- #: views/promo-strictthemes.php:1
323
- msgid "Premium WordPress Themes from WP Maintenance Mode authors!"
324
  msgstr ""
325
 
326
- #: views/promo-strictthemes.php:4
327
  msgid ""
328
- "We hope you like the WP Maintenance Mode plugin! Now you can buy WordPress "
329
- "Themes directly from us on ThemeForest. We're StrictThemes and we create "
330
- "best designed and coded WordPress Themes."
331
  msgstr ""
332
 
333
- #: views/promo-strictthemes.php:8
334
- msgid "See our WordPress Themes!"
335
  msgstr ""
336
 
337
  #: views/settings.php:6
@@ -358,15 +359,15 @@ msgstr ""
358
  msgid "GDPR"
359
  msgstr ""
360
 
361
- #: views/settings.php:26 views/settings.php:470 views/settings.php:637
362
  msgid "Status"
363
  msgstr "Status"
364
 
365
- #: views/settings.php:28 views/settings.php:473 views/settings.php:639
366
  msgid "Activated"
367
  msgstr "Aktiv"
368
 
369
- #: views/settings.php:29 views/settings.php:474 views/settings.php:640
370
  msgid "Deactivated"
371
  msgstr "Inaktiv"
372
 
@@ -374,15 +375,15 @@ msgstr "Inaktiv"
374
  msgid "Bypass for Search Bots"
375
  msgstr "Bypass für Such-Bots"
376
 
377
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
378
- #: views/settings.php:245 views/settings.php:281 views/settings.php:319
379
- #: views/settings.php:393 views/settings.php:425 views/settings.php:434
380
  msgid "Yes"
381
  msgstr "Ja"
382
 
383
- #: views/settings.php:37 views/settings.php:107 views/settings.php:117
384
- #: views/settings.php:246 views/settings.php:282 views/settings.php:320
385
- #: views/settings.php:394 views/settings.php:426 views/settings.php:435
386
  msgid "No"
387
  msgstr "Nein"
388
 
@@ -394,31 +395,31 @@ msgstr "Erlaube Such-Bots den Zugang via Bypass?"
394
  msgid "Backend Role"
395
  msgstr "Backend-Rolle"
396
 
397
- #: views/settings.php:45 views/settings.php:61
398
  msgid "Select role(s)"
399
  msgstr ""
400
 
401
- #: views/settings.php:55
402
  msgid ""
403
  "Which user role is allowed to access the backend of this blog? "
404
  "Administrators will always have access."
405
  msgstr ""
406
 
407
- #: views/settings.php:59
408
  msgid "Frontend Role"
409
  msgstr "Frontend-Rolle"
410
 
411
- #: views/settings.php:71
412
  msgid ""
413
  "Which user role is allowed to access the frontend of this blog? "
414
  "Administrators will always have access."
415
  msgstr ""
416
 
417
- #: views/settings.php:75
418
  msgid "Robots Meta Tag"
419
  msgstr "Robots Meta Tag"
420
 
421
- #: views/settings.php:81
422
  msgid ""
423
  "The robots meta tag lets you use a granular, page-specific approach to "
424
  "control how an individual page should be indexed and served to users in "
@@ -427,22 +428,22 @@ msgstr ""
427
  "Mit dem Robots Meta Tag kannst du steuern, wie die Seite während des "
428
  "Wartungsmodus indiziert werden soll."
429
 
430
- #: views/settings.php:85
431
  msgid "Redirection"
432
  msgstr "Weiterleitung"
433
 
434
- #: views/settings.php:88
435
  msgid ""
436
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
437
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
438
  "(incl. http://)"
439
  msgstr ""
440
 
441
- #: views/settings.php:92
442
  msgid "Exclude"
443
  msgstr "Ausschluss"
444
 
445
- #: views/settings.php:99
446
  msgid ""
447
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
448
  "IP per line!"
@@ -450,135 +451,135 @@ msgstr ""
450
  "Ausschluss vom Wartungsmodus von Feed, Seiten, Archiven oder IPs möglich. "
451
  "Ergänze einen Slug oder die IP pro Zeile."
452
 
453
- #: views/settings.php:103
454
  msgid "Notice"
455
  msgstr "Hinweis"
456
 
457
- #: views/settings.php:109
458
  msgid "Do you want to see notices when maintenance mode is activated?"
459
  msgstr "Willst du den Hinweis sehen, wenn der Wartungsmodus aktiv ist?"
460
 
461
- #: views/settings.php:113
462
  msgid "Dashboard link"
463
  msgstr ""
464
 
465
- #: views/settings.php:119
466
  msgid ""
467
  "Do you want to add a link to the dashboard on your maintenance mode page?"
468
  msgstr "Soll ein Link zum Backend auf der Wartungswebseite angezeigt werden?"
469
 
470
- #: views/settings.php:127 views/settings.php:231 views/settings.php:452
471
- #: views/settings.php:622 views/settings.php:695
472
  msgid "Save settings"
473
  msgstr "Einstellungen speichern"
474
 
475
- #: views/settings.php:128 views/settings.php:232 views/settings.php:453
476
- #: views/settings.php:623 views/settings.php:696
477
  msgid "Reset settings"
478
  msgstr "Einstellungen zurücksetzen"
479
 
480
- #: views/settings.php:133
481
  msgid "Content"
482
  msgstr "Inhalt"
483
 
484
- #: views/settings.php:138
485
  msgid "Title (HTML tag)"
486
  msgstr "Titel (html Tag)"
487
 
488
- #: views/settings.php:144
489
  msgid "Heading"
490
  msgstr "Überschrift"
491
 
492
- #: views/settings.php:151 views/settings.php:287
493
  msgid "Text"
494
  msgstr "Text"
495
 
496
- #: views/settings.php:166
497
  msgid "This text will not be shown when the bot feature is enabled."
498
  msgstr ""
499
 
500
- #: views/settings.php:172
501
  msgid "Background"
502
  msgstr "Hintergrund"
503
 
504
- #: views/settings.php:177
505
  msgid "Choose type"
506
  msgstr "Type wählen"
507
 
508
- #: views/settings.php:180
509
  msgid "Custom color"
510
  msgstr "Benutzerdefinierte Farbe"
511
 
512
- #: views/settings.php:181
513
  msgid "Uploaded background"
514
  msgstr "Hochgeladene Hintergründe"
515
 
516
- #: views/settings.php:182
517
  msgid "Predefined background"
518
  msgstr "Vordefinierte Hintergründe"
519
 
520
- #: views/settings.php:187
521
  msgid "Choose color"
522
  msgstr "Farbe wählen"
523
 
524
- #: views/settings.php:193
525
  msgid "Upload background"
526
  msgstr "Hintergrund laden"
527
 
528
- #: views/settings.php:197
529
  msgid "Backgrounds should have 1920x1280 px size."
530
  msgstr "Hintergründe sollten eine Größe von 1920x1280 px haben."
531
 
532
- #: views/settings.php:202
533
  msgid "Choose background"
534
  msgstr "Hintergrund wählen"
535
 
536
- #: views/settings.php:204
537
  #, php-format
538
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
539
  msgstr ""
540
 
541
- #: views/settings.php:237
542
  msgid "Countdown"
543
  msgstr "Countdown"
544
 
545
- #: views/settings.php:242
546
  msgid "Show countdown?"
547
  msgstr "Zeige Countdown?"
548
 
549
- #: views/settings.php:251
550
  msgid "Start date"
551
  msgstr "Start-Datum"
552
 
553
- #: views/settings.php:257
554
  msgid "Countdown (remaining time)"
555
  msgstr "Countdown (Restzeit)"
556
 
557
- #: views/settings.php:259
558
  msgid "Days"
559
  msgstr "Tage"
560
 
561
- #: views/settings.php:260
562
  msgid "Hours"
563
  msgstr "Stunden"
564
 
565
- #: views/settings.php:261
566
  msgid "Minutes"
567
  msgstr "Minuten"
568
 
569
- #: views/settings.php:265
570
  msgid "Color"
571
  msgstr "Farbe"
572
 
573
- #: views/settings.php:278
574
  msgid "Show subscribe?"
575
  msgstr "Abonnieren anbieten?"
576
 
577
- #: views/settings.php:294
578
  msgid "Stats"
579
  msgstr "Statistik"
580
 
581
- #: views/settings.php:298
582
  #, php-format
583
  msgctxt "settings page"
584
  msgid "You have %d subscriber"
@@ -586,238 +587,239 @@ msgid_plural "You have %s subscribers"
586
  msgstr[0] ""
587
  msgstr[1] ""
588
 
589
- #: views/settings.php:303
590
  msgid "Export as CSV"
591
  msgstr "Export als CSV"
592
 
593
- #: views/settings.php:304
594
  msgid "Empty subscribers list"
595
  msgstr ""
596
 
597
- #: views/settings.php:311
598
  msgid "Social Networks"
599
  msgstr "Soziale Netzwerke"
600
 
601
- #: views/settings.php:316
602
  msgid "Show social networks?"
603
  msgstr "Zeige soziale Netzwerke?"
604
 
605
- #: views/settings.php:325
606
  msgid "Links target?"
607
  msgstr "Link-Ziel"
608
 
609
- #: views/settings.php:328 views/settings.php:666
610
  msgid "New page"
611
  msgstr "Neue Seite"
612
 
613
- #: views/settings.php:329 views/settings.php:667
614
  msgid "Same page"
615
  msgstr "Selbe Seite"
616
 
617
- #: views/settings.php:331
618
  msgid "Choose how the links will open."
619
  msgstr "Wie soll der Link geöffnet werden?"
620
 
621
- #: views/settings.php:385
622
  msgid "Contact"
623
  msgstr "Kontakt"
624
 
625
- #: views/settings.php:390
626
  msgid "Show contact?"
627
  msgstr "Zeige Kontakt?"
628
 
629
- #: views/settings.php:399
630
  msgid "Email address"
631
  msgstr "E-Mail-Adresse"
632
 
633
- #: views/settings.php:405
634
  msgid "Effects"
635
  msgstr "Effekte"
636
 
637
- #: views/settings.php:408
638
  msgid "Move top - Move bottom"
639
  msgstr "Bewegung nach oben - nach untern"
640
 
641
- #: views/settings.php:409
642
  msgid "Zoom - Zoomed"
643
  msgstr "Zoom - Vergrößern"
644
 
645
- #: views/settings.php:410
646
  msgid "Fold - Unfold"
647
  msgstr "Falten - Klappen"
648
 
649
- #: views/settings.php:417
650
  msgid "Google Analytics"
651
  msgstr "Google Analytics"
652
 
653
- #: views/settings.php:422
654
  msgid "Use Google Analytics?"
655
  msgstr "Wird Google Analytics verwendet?"
656
 
657
- #: views/settings.php:431
658
  msgid "Enable IP anonymization?"
659
  msgstr ""
660
 
661
- #: views/settings.php:441
662
  msgid "Tracking code"
663
  msgstr ""
664
 
665
- #: views/settings.php:444
666
  msgid ""
667
- "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
 
668
  msgstr ""
669
 
670
- #: views/settings.php:462
671
  msgid ""
672
  "Setup the conversation steps to capture more subscribers with this friendly "
673
  "way of asking email addresess."
674
  msgstr ""
675
 
676
- #: views/settings.php:463
677
  msgid ""
678
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
679
  "make the conversation even more realistic."
680
  msgstr ""
681
 
682
- #: views/settings.php:464
683
  msgid ""
684
  "It is also ok if you don't fill in all the conversation steps if you don't "
685
  "need to."
686
  msgstr ""
687
 
688
- #: views/settings.php:465
689
  msgid ""
690
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
691
  "&raquo; Export as CSV."
692
  msgstr ""
693
 
694
- #: views/settings.php:478
695
  #, fuzzy
696
  msgid "Bot Name"
697
  msgstr "Name"
698
 
699
- #: views/settings.php:481
700
  msgid "This name will appear when the bot is typing."
701
  msgstr ""
702
 
703
- #: views/settings.php:485
704
  #, fuzzy
705
  msgid "Upload avatar"
706
  msgstr "Hintergrund laden"
707
 
708
- #: views/settings.php:489
709
  msgid "A 512 x 512 px will work just fine."
710
  msgstr ""
711
 
712
- #: views/settings.php:495
713
  msgid "Customize Messages"
714
  msgstr ""
715
 
716
- #: views/settings.php:500
717
  msgid "Message 1"
718
  msgstr ""
719
 
720
- #: views/settings.php:508
721
  msgid "Message 2"
722
  msgstr ""
723
 
724
- #: views/settings.php:516
725
  msgid "Message 3"
726
  msgstr ""
727
 
728
- #: views/settings.php:524 views/settings.php:564 views/settings.php:586
729
  msgid "Response"
730
  msgstr ""
731
 
732
- #: views/settings.php:528 views/settings.php:590
733
  msgid "Edit the placeholder's text"
734
  msgstr ""
735
 
736
- #: views/settings.php:532
737
  msgid "Message 4"
738
  msgstr ""
739
 
740
- #: views/settings.php:540
741
  msgid "Message 5"
742
  msgstr ""
743
 
744
- #: views/settings.php:548
745
  msgid "Message 6"
746
  msgstr ""
747
 
748
- #: views/settings.php:556
749
  msgid "Message 7"
750
  msgstr ""
751
 
752
- #: views/settings.php:568
753
  msgid "Edit button one"
754
  msgstr ""
755
 
756
- #: views/settings.php:572
757
  msgid "Edit button two"
758
  msgstr ""
759
 
760
- #: views/settings.php:578 views/settings.php:594
761
  msgid "Message 8"
762
  msgstr ""
763
 
764
- #: views/settings.php:578 views/settings.php:602 views/settings.php:610
765
  msgid "(click on button one)"
766
  msgstr ""
767
 
768
- #: views/settings.php:594
769
  msgid "(click on button two)"
770
  msgstr ""
771
 
772
- #: views/settings.php:602
773
  msgid "Message 9"
774
  msgstr ""
775
 
776
- #: views/settings.php:610
777
  msgid "Message 10"
778
  msgstr ""
779
 
780
- #: views/settings.php:632
781
  msgid ""
782
  "To make the plugin GDPR compliant, fill in the details and enable this "
783
  "section."
784
  msgstr ""
785
 
786
- #: views/settings.php:633
787
  msgid ""
788
  "Here we added some generic texts that you may want to review, change or "
789
  "remove."
790
  msgstr ""
791
 
792
- #: views/settings.php:645
793
  msgid "Link name"
794
  msgstr ""
795
 
796
- #: views/settings.php:649
797
  msgid "Label the link that will be shown on frontend footer"
798
  msgstr ""
799
 
800
- #: views/settings.php:654
801
  msgid "P. Policy page link"
802
  msgstr ""
803
 
804
- #: views/settings.php:663
805
  msgid "P. Policy link target"
806
  msgstr ""
807
 
808
- #: views/settings.php:669
809
  msgid "Choose how the link will open."
810
  msgstr ""
811
 
812
- #: views/settings.php:674
813
  msgid "Contact form 'tail'"
814
  msgstr ""
815
 
816
- #: views/settings.php:678 views/settings.php:687
817
  msgid "This will be shown together with the acceptance checkbox below the form"
818
  msgstr ""
819
 
820
- #: views/settings.php:683
821
  msgid "Subscribe form 'tail'"
822
  msgstr ""
823
 
@@ -842,12 +844,11 @@ msgid "GitHub"
842
  msgstr "GitHub"
843
 
844
  #: views/sidebar.php:27
845
- msgid "Other products"
846
  msgstr ""
847
 
848
- #: views/sidebar.php:48
849
- msgid "Resources"
850
- msgstr "Ressourcen"
851
 
852
  #~ msgid "You have %d subscriber(s)"
853
  #~ msgstr "Du hast %d Abonnenten"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.3.0\n"
4
+ "POT-Creation-Date: 2020-12-07 17:13+0200\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: \n"
7
  "Language-Team: Designmodo <info@designmodo.com>\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 2.4.2\n"
13
  "X-Poedit-SourceCharset: UTF-8\n"
14
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
15
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
26
  #: includes/classes/wp-maintenance-mode-admin.php:121
27
  #: includes/classes/wp-maintenance-mode-admin.php:159
28
  #: includes/classes/wp-maintenance-mode-admin.php:182
29
+ #: includes/classes/wp-maintenance-mode-admin.php:252
30
  msgid "You do not have access to this resource."
31
  msgstr ""
32
 
47
  msgstr ""
48
 
49
  #: includes/classes/wp-maintenance-mode-admin.php:197
50
+ #: includes/classes/wp-maintenance-mode-admin.php:248
51
  msgid "Security check."
52
  msgstr ""
53
 
59
  msgid "WP Maintenance Mode"
60
  msgstr "WP Wartungsmodus"
61
 
62
+ #: includes/classes/wp-maintenance-mode-admin.php:500
63
  msgid ""
64
  "WPMM: The file data.js could not be written, the bot will not work correctly."
65
  msgstr ""
66
 
67
+ #: includes/classes/wp-maintenance-mode-admin.php:534
68
  msgid "Settings"
69
  msgstr "Einstellungen"
70
 
71
+ #: includes/classes/wp-maintenance-mode-admin.php:553
72
  #, php-format
73
  msgid ""
74
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
77
  "Der Wartungsmodus ist <strong>aktiv</strong>. Bitte vergiss nicht ihn zu <a "
78
  "href=\"%s\">deaktivieren</a>, wenn er nicht mehr benötigt wird."
79
 
80
+ #: includes/classes/wp-maintenance-mode-admin.php:590
81
  msgid "Notice key cannot be empty."
82
  msgstr ""
83
 
84
+ #: includes/classes/wp-maintenance-mode-admin.php:638
85
  #, php-format
86
  msgid ""
87
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
88
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
89
  msgstr ""
90
 
91
+ #: includes/classes/wp-maintenance-mode-admin.php:662
92
  msgid ""
93
  "Your WordPress version supports Privacy settings but you haven't set any "
94
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
95
  msgstr ""
96
 
97
+ #: includes/classes/wp-maintenance-mode-admin.php:665
98
  #, php-format
99
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
100
  msgstr ""
101
 
102
+ #: includes/classes/wp-maintenance-mode-admin.php:670
103
  #, php-format
104
  msgid ""
105
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
106
  "that's correct ignore this message, otherwise %s"
107
  msgstr ""
108
 
109
+ #: includes/classes/wp-maintenance-mode-admin.php:674
110
  msgid ""
111
  "No privacy features detected for your WordPress version. Update WordPress to "
112
  "get this field automatically filled in or type in the URL that points to "
147
  msgstr ""
148
 
149
  #: includes/classes/wp-maintenance-mode.php:152
150
+ msgid "How you can see, our website will be launched very soon."
151
  msgstr ""
152
 
153
  #: includes/classes/wp-maintenance-mode.php:153
178
  msgstr ""
179
 
180
  #: includes/classes/wp-maintenance-mode.php:161
181
+ #: includes/classes/wp-maintenance-mode.php:654
182
  msgid "Type your name here…"
183
  msgstr ""
184
 
191
  msgstr ""
192
 
193
  #: includes/classes/wp-maintenance-mode.php:164
194
+ #: includes/classes/wp-maintenance-mode.php:655
195
  #, fuzzy
196
  msgid "Type your email here…"
197
  msgstr "Gib deine E-Mail-Adresse an"
228
  msgid "Maintenance Mode"
229
  msgstr "Wartungsmodus"
230
 
231
+ #: includes/classes/wp-maintenance-mode.php:651
232
  msgid "Please type in your name."
233
  msgstr ""
234
 
235
+ #: includes/classes/wp-maintenance-mode.php:652
236
  #, fuzzy
237
  msgid "Please type in a valid email address."
238
  msgstr "Bitte gib eine gültige E-Mail-Adresse an."
239
 
240
+ #: includes/classes/wp-maintenance-mode.php:656 views/maintenance.php:161
241
  msgid "Send"
242
  msgstr "Senden"
243
 
244
+ #: includes/classes/wp-maintenance-mode.php:869
245
+ #: includes/classes/wp-maintenance-mode.php:903 views/maintenance.php:140
246
  msgid "Please enter a valid email address."
247
  msgstr "Bitte gib eine gültige E-Mail-Adresse an."
248
 
249
+ #: includes/classes/wp-maintenance-mode.php:881
250
  msgid "You successfully subscribed. Thanks!"
251
  msgstr ""
252
 
253
+ #: includes/classes/wp-maintenance-mode.php:899
254
  msgid "All fields required."
255
  msgstr "Alle Felder sind notwendig."
256
 
257
+ #: includes/classes/wp-maintenance-mode.php:911
258
  msgid "Message via contact"
259
  msgstr "Mitteilung via Kontakt"
260
 
261
+ #: includes/classes/wp-maintenance-mode.php:928
262
  msgid "Your email was sent to the website administrator. Thanks!"
263
  msgstr "Deine E-Mail wurde an den Administrator der Website gesendet. Danke!"
264
 
287
  msgid "your e-mail..."
288
  msgstr "deine E-Mail..."
289
 
290
+ #: views/maintenance.php:75 views/settings.php:257
291
  msgid "Subscribe"
292
  msgstr "Abonniere"
293
 
320
  msgid "Dashboard"
321
  msgstr ""
322
 
323
+ #: views/promo-blocksy.php:1
324
+ msgid "Blocksy - The Most Innovative & Lightning Fast WordPress Theme"
325
  msgstr ""
326
 
327
+ #: views/promo-blocksy.php:4
328
  msgid ""
329
+ "A blazing fast and lightweight WordPress theme built with the latest web "
330
+ "technologies. It was built with the Gutenberg editor in mind and has a lot "
331
+ "of options that makes it extendable and customizable."
332
  msgstr ""
333
 
334
+ #: views/promo-blocksy.php:8
335
+ msgid "Download for Free Now"
336
  msgstr ""
337
 
338
  #: views/settings.php:6
359
  msgid "GDPR"
360
  msgstr ""
361
 
362
+ #: views/settings.php:26 views/settings.php:455 views/settings.php:622
363
  msgid "Status"
364
  msgstr "Status"
365
 
366
+ #: views/settings.php:28 views/settings.php:458 views/settings.php:624
367
  msgid "Activated"
368
  msgstr "Aktiv"
369
 
370
+ #: views/settings.php:29 views/settings.php:459 views/settings.php:625
371
  msgid "Deactivated"
372
  msgstr "Inaktiv"
373
 
375
  msgid "Bypass for Search Bots"
376
  msgstr "Bypass für Such-Bots"
377
 
378
+ #: views/settings.php:36 views/settings.php:96 views/settings.php:106
379
+ #: views/settings.php:229 views/settings.php:265 views/settings.php:304
380
+ #: views/settings.php:378 views/settings.php:410 views/settings.php:419
381
  msgid "Yes"
382
  msgstr "Ja"
383
 
384
+ #: views/settings.php:37 views/settings.php:97 views/settings.php:107
385
+ #: views/settings.php:230 views/settings.php:266 views/settings.php:305
386
+ #: views/settings.php:379 views/settings.php:411 views/settings.php:420
387
  msgid "No"
388
  msgstr "Nein"
389
 
395
  msgid "Backend Role"
396
  msgstr "Backend-Rolle"
397
 
398
+ #: views/settings.php:45 views/settings.php:56
399
  msgid "Select role(s)"
400
  msgstr ""
401
 
402
+ #: views/settings.php:50
403
  msgid ""
404
  "Which user role is allowed to access the backend of this blog? "
405
  "Administrators will always have access."
406
  msgstr ""
407
 
408
+ #: views/settings.php:54
409
  msgid "Frontend Role"
410
  msgstr "Frontend-Rolle"
411
 
412
+ #: views/settings.php:61
413
  msgid ""
414
  "Which user role is allowed to access the frontend of this blog? "
415
  "Administrators will always have access."
416
  msgstr ""
417
 
418
+ #: views/settings.php:65
419
  msgid "Robots Meta Tag"
420
  msgstr "Robots Meta Tag"
421
 
422
+ #: views/settings.php:71
423
  msgid ""
424
  "The robots meta tag lets you use a granular, page-specific approach to "
425
  "control how an individual page should be indexed and served to users in "
428
  "Mit dem Robots Meta Tag kannst du steuern, wie die Seite während des "
429
  "Wartungsmodus indiziert werden soll."
430
 
431
+ #: views/settings.php:75
432
  msgid "Redirection"
433
  msgstr "Weiterleitung"
434
 
435
+ #: views/settings.php:78
436
  msgid ""
437
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
438
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
439
  "(incl. http://)"
440
  msgstr ""
441
 
442
+ #: views/settings.php:82
443
  msgid "Exclude"
444
  msgstr "Ausschluss"
445
 
446
+ #: views/settings.php:89
447
  msgid ""
448
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
449
  "IP per line!"
451
  "Ausschluss vom Wartungsmodus von Feed, Seiten, Archiven oder IPs möglich. "
452
  "Ergänze einen Slug oder die IP pro Zeile."
453
 
454
+ #: views/settings.php:93
455
  msgid "Notice"
456
  msgstr "Hinweis"
457
 
458
+ #: views/settings.php:99
459
  msgid "Do you want to see notices when maintenance mode is activated?"
460
  msgstr "Willst du den Hinweis sehen, wenn der Wartungsmodus aktiv ist?"
461
 
462
+ #: views/settings.php:103
463
  msgid "Dashboard link"
464
  msgstr ""
465
 
466
+ #: views/settings.php:109
467
  msgid ""
468
  "Do you want to add a link to the dashboard on your maintenance mode page?"
469
  msgstr "Soll ein Link zum Backend auf der Wartungswebseite angezeigt werden?"
470
 
471
+ #: views/settings.php:117 views/settings.php:215 views/settings.php:437
472
+ #: views/settings.php:607 views/settings.php:680
473
  msgid "Save settings"
474
  msgstr "Einstellungen speichern"
475
 
476
+ #: views/settings.php:118 views/settings.php:216 views/settings.php:438
477
+ #: views/settings.php:608 views/settings.php:681
478
  msgid "Reset settings"
479
  msgstr "Einstellungen zurücksetzen"
480
 
481
+ #: views/settings.php:123
482
  msgid "Content"
483
  msgstr "Inhalt"
484
 
485
+ #: views/settings.php:128
486
  msgid "Title (HTML tag)"
487
  msgstr "Titel (html Tag)"
488
 
489
+ #: views/settings.php:134
490
  msgid "Heading"
491
  msgstr "Überschrift"
492
 
493
+ #: views/settings.php:141 views/settings.php:271
494
  msgid "Text"
495
  msgstr "Text"
496
 
497
+ #: views/settings.php:156
498
  msgid "This text will not be shown when the bot feature is enabled."
499
  msgstr ""
500
 
501
+ #: views/settings.php:162
502
  msgid "Background"
503
  msgstr "Hintergrund"
504
 
505
+ #: views/settings.php:167
506
  msgid "Choose type"
507
  msgstr "Type wählen"
508
 
509
+ #: views/settings.php:170
510
  msgid "Custom color"
511
  msgstr "Benutzerdefinierte Farbe"
512
 
513
+ #: views/settings.php:171
514
  msgid "Uploaded background"
515
  msgstr "Hochgeladene Hintergründe"
516
 
517
+ #: views/settings.php:172
518
  msgid "Predefined background"
519
  msgstr "Vordefinierte Hintergründe"
520
 
521
+ #: views/settings.php:177
522
  msgid "Choose color"
523
  msgstr "Farbe wählen"
524
 
525
+ #: views/settings.php:183
526
  msgid "Upload background"
527
  msgstr "Hintergrund laden"
528
 
529
+ #: views/settings.php:187
530
  msgid "Backgrounds should have 1920x1280 px size."
531
  msgstr "Hintergründe sollten eine Größe von 1920x1280 px haben."
532
 
533
+ #: views/settings.php:192
534
  msgid "Choose background"
535
  msgstr "Hintergrund wählen"
536
 
537
+ #: views/settings.php:194
538
  #, php-format
539
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
540
  msgstr ""
541
 
542
+ #: views/settings.php:221
543
  msgid "Countdown"
544
  msgstr "Countdown"
545
 
546
+ #: views/settings.php:226
547
  msgid "Show countdown?"
548
  msgstr "Zeige Countdown?"
549
 
550
+ #: views/settings.php:235
551
  msgid "Start date"
552
  msgstr "Start-Datum"
553
 
554
+ #: views/settings.php:241
555
  msgid "Countdown (remaining time)"
556
  msgstr "Countdown (Restzeit)"
557
 
558
+ #: views/settings.php:243
559
  msgid "Days"
560
  msgstr "Tage"
561
 
562
+ #: views/settings.php:244
563
  msgid "Hours"
564
  msgstr "Stunden"
565
 
566
+ #: views/settings.php:245
567
  msgid "Minutes"
568
  msgstr "Minuten"
569
 
570
+ #: views/settings.php:249
571
  msgid "Color"
572
  msgstr "Farbe"
573
 
574
+ #: views/settings.php:262
575
  msgid "Show subscribe?"
576
  msgstr "Abonnieren anbieten?"
577
 
578
+ #: views/settings.php:278
579
  msgid "Stats"
580
  msgstr "Statistik"
581
 
582
+ #: views/settings.php:282
583
  #, php-format
584
  msgctxt "settings page"
585
  msgid "You have %d subscriber"
587
  msgstr[0] ""
588
  msgstr[1] ""
589
 
590
+ #: views/settings.php:287
591
  msgid "Export as CSV"
592
  msgstr "Export als CSV"
593
 
594
+ #: views/settings.php:288
595
  msgid "Empty subscribers list"
596
  msgstr ""
597
 
598
+ #: views/settings.php:296
599
  msgid "Social Networks"
600
  msgstr "Soziale Netzwerke"
601
 
602
+ #: views/settings.php:301
603
  msgid "Show social networks?"
604
  msgstr "Zeige soziale Netzwerke?"
605
 
606
+ #: views/settings.php:310
607
  msgid "Links target?"
608
  msgstr "Link-Ziel"
609
 
610
+ #: views/settings.php:313 views/settings.php:651
611
  msgid "New page"
612
  msgstr "Neue Seite"
613
 
614
+ #: views/settings.php:314 views/settings.php:652
615
  msgid "Same page"
616
  msgstr "Selbe Seite"
617
 
618
+ #: views/settings.php:316
619
  msgid "Choose how the links will open."
620
  msgstr "Wie soll der Link geöffnet werden?"
621
 
622
+ #: views/settings.php:370
623
  msgid "Contact"
624
  msgstr "Kontakt"
625
 
626
+ #: views/settings.php:375
627
  msgid "Show contact?"
628
  msgstr "Zeige Kontakt?"
629
 
630
+ #: views/settings.php:384
631
  msgid "Email address"
632
  msgstr "E-Mail-Adresse"
633
 
634
+ #: views/settings.php:390
635
  msgid "Effects"
636
  msgstr "Effekte"
637
 
638
+ #: views/settings.php:393
639
  msgid "Move top - Move bottom"
640
  msgstr "Bewegung nach oben - nach untern"
641
 
642
+ #: views/settings.php:394
643
  msgid "Zoom - Zoomed"
644
  msgstr "Zoom - Vergrößern"
645
 
646
+ #: views/settings.php:395
647
  msgid "Fold - Unfold"
648
  msgstr "Falten - Klappen"
649
 
650
+ #: views/settings.php:402
651
  msgid "Google Analytics"
652
  msgstr "Google Analytics"
653
 
654
+ #: views/settings.php:407
655
  msgid "Use Google Analytics?"
656
  msgstr "Wird Google Analytics verwendet?"
657
 
658
+ #: views/settings.php:416
659
  msgid "Enable IP anonymization?"
660
  msgstr ""
661
 
662
+ #: views/settings.php:426
663
  msgid "Tracking code"
664
  msgstr ""
665
 
666
+ #: views/settings.php:429
667
  msgid ""
668
+ "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX, G-XXXXXXXX. Eg: "
669
+ "UA-12345678-1 is valid"
670
  msgstr ""
671
 
672
+ #: views/settings.php:447
673
  msgid ""
674
  "Setup the conversation steps to capture more subscribers with this friendly "
675
  "way of asking email addresess."
676
  msgstr ""
677
 
678
+ #: views/settings.php:448
679
  msgid ""
680
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
681
  "make the conversation even more realistic."
682
  msgstr ""
683
 
684
+ #: views/settings.php:449
685
  msgid ""
686
  "It is also ok if you don't fill in all the conversation steps if you don't "
687
  "need to."
688
  msgstr ""
689
 
690
+ #: views/settings.php:450
691
  msgid ""
692
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
693
  "&raquo; Export as CSV."
694
  msgstr ""
695
 
696
+ #: views/settings.php:463
697
  #, fuzzy
698
  msgid "Bot Name"
699
  msgstr "Name"
700
 
701
+ #: views/settings.php:466
702
  msgid "This name will appear when the bot is typing."
703
  msgstr ""
704
 
705
+ #: views/settings.php:470
706
  #, fuzzy
707
  msgid "Upload avatar"
708
  msgstr "Hintergrund laden"
709
 
710
+ #: views/settings.php:474
711
  msgid "A 512 x 512 px will work just fine."
712
  msgstr ""
713
 
714
+ #: views/settings.php:480
715
  msgid "Customize Messages"
716
  msgstr ""
717
 
718
+ #: views/settings.php:485
719
  msgid "Message 1"
720
  msgstr ""
721
 
722
+ #: views/settings.php:493
723
  msgid "Message 2"
724
  msgstr ""
725
 
726
+ #: views/settings.php:501
727
  msgid "Message 3"
728
  msgstr ""
729
 
730
+ #: views/settings.php:509 views/settings.php:549 views/settings.php:571
731
  msgid "Response"
732
  msgstr ""
733
 
734
+ #: views/settings.php:513 views/settings.php:575
735
  msgid "Edit the placeholder's text"
736
  msgstr ""
737
 
738
+ #: views/settings.php:517
739
  msgid "Message 4"
740
  msgstr ""
741
 
742
+ #: views/settings.php:525
743
  msgid "Message 5"
744
  msgstr ""
745
 
746
+ #: views/settings.php:533
747
  msgid "Message 6"
748
  msgstr ""
749
 
750
+ #: views/settings.php:541
751
  msgid "Message 7"
752
  msgstr ""
753
 
754
+ #: views/settings.php:553
755
  msgid "Edit button one"
756
  msgstr ""
757
 
758
+ #: views/settings.php:557
759
  msgid "Edit button two"
760
  msgstr ""
761
 
762
+ #: views/settings.php:563 views/settings.php:579
763
  msgid "Message 8"
764
  msgstr ""
765
 
766
+ #: views/settings.php:563 views/settings.php:587 views/settings.php:595
767
  msgid "(click on button one)"
768
  msgstr ""
769
 
770
+ #: views/settings.php:579
771
  msgid "(click on button two)"
772
  msgstr ""
773
 
774
+ #: views/settings.php:587
775
  msgid "Message 9"
776
  msgstr ""
777
 
778
+ #: views/settings.php:595
779
  msgid "Message 10"
780
  msgstr ""
781
 
782
+ #: views/settings.php:617
783
  msgid ""
784
  "To make the plugin GDPR compliant, fill in the details and enable this "
785
  "section."
786
  msgstr ""
787
 
788
+ #: views/settings.php:618
789
  msgid ""
790
  "Here we added some generic texts that you may want to review, change or "
791
  "remove."
792
  msgstr ""
793
 
794
+ #: views/settings.php:630
795
  msgid "Link name"
796
  msgstr ""
797
 
798
+ #: views/settings.php:634
799
  msgid "Label the link that will be shown on frontend footer"
800
  msgstr ""
801
 
802
+ #: views/settings.php:639
803
  msgid "P. Policy page link"
804
  msgstr ""
805
 
806
+ #: views/settings.php:648
807
  msgid "P. Policy link target"
808
  msgstr ""
809
 
810
+ #: views/settings.php:654
811
  msgid "Choose how the link will open."
812
  msgstr ""
813
 
814
+ #: views/settings.php:659
815
  msgid "Contact form 'tail'"
816
  msgstr ""
817
 
818
+ #: views/settings.php:663 views/settings.php:672
819
  msgid "This will be shown together with the acceptance checkbox below the form"
820
  msgstr ""
821
 
822
+ #: views/settings.php:668
823
  msgid "Subscribe form 'tail'"
824
  msgstr ""
825
 
844
  msgstr "GitHub"
845
 
846
  #: views/sidebar.php:27
847
+ msgid "Recommended"
848
  msgstr ""
849
 
850
+ #~ msgid "Resources"
851
+ #~ msgstr "Ressourcen"
 
852
 
853
  #~ msgid "You have %d subscriber(s)"
854
  #~ msgstr "Du hast %d Abonnenten"
languages/wp-maintenance-mode-en_US.mo CHANGED
Binary file
languages/wp-maintenance-mode-en_US.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WP Maintenance Mode 2.2.4\n"
4
- "POT-Creation-Date: 2019-05-20 10:29+0300\n"
5
- "PO-Revision-Date: 2019-05-20 10:29+0300\n"
6
  "Last-Translator: Maciej Gryniuk <maciejka45@gmail.com>\n"
7
  "Language-Team: Designmodo <info@designmodo.com>\n"
8
  "Language: en\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 2.2.2\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -26,6 +26,7 @@ msgstr ""
26
  #: includes/classes/wp-maintenance-mode-admin.php:121
27
  #: includes/classes/wp-maintenance-mode-admin.php:159
28
  #: includes/classes/wp-maintenance-mode-admin.php:182
 
29
  msgid "You do not have access to this resource."
30
  msgstr ""
31
 
@@ -46,7 +47,7 @@ msgid "The tab slug must not be empty."
46
  msgstr ""
47
 
48
  #: includes/classes/wp-maintenance-mode-admin.php:197
49
- #: includes/classes/wp-maintenance-mode-admin.php:251
50
  msgid "Security check."
51
  msgstr ""
52
 
@@ -58,52 +59,52 @@ msgstr ""
58
  msgid "WP Maintenance Mode"
59
  msgstr ""
60
 
61
- #: includes/classes/wp-maintenance-mode-admin.php:498
62
  msgid ""
63
  "WPMM: The file data.js could not be written, the bot will not work correctly."
64
  msgstr ""
65
 
66
- #: includes/classes/wp-maintenance-mode-admin.php:532
67
  msgid "Settings"
68
  msgstr ""
69
 
70
- #: includes/classes/wp-maintenance-mode-admin.php:551
71
  #, php-format
72
  msgid ""
73
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
74
  "href=\"%s\">deactivate</a> as soon as you are done."
75
  msgstr ""
76
 
77
- #: includes/classes/wp-maintenance-mode-admin.php:588
78
  msgid "Notice key cannot be empty."
79
  msgstr ""
80
 
81
- #: includes/classes/wp-maintenance-mode-admin.php:636
82
  #, php-format
83
  msgid ""
84
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
85
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
86
  msgstr ""
87
 
88
- #: includes/classes/wp-maintenance-mode-admin.php:660
89
  msgid ""
90
  "Your WordPress version supports Privacy settings but you haven't set any "
91
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
92
  msgstr ""
93
 
94
- #: includes/classes/wp-maintenance-mode-admin.php:663
95
  #, php-format
96
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
97
  msgstr ""
98
 
99
- #: includes/classes/wp-maintenance-mode-admin.php:668
100
  #, php-format
101
  msgid ""
102
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
103
  "that's correct ignore this message, otherwise %s"
104
  msgstr ""
105
 
106
- #: includes/classes/wp-maintenance-mode-admin.php:672
107
  msgid ""
108
  "No privacy features detected for your WordPress version. Update WordPress to "
109
  "get this field automatically filled in or type in the URL that points to "
@@ -144,7 +145,7 @@ msgid "Nice to meet you here, {visitor_name}!"
144
  msgstr ""
145
 
146
  #: includes/classes/wp-maintenance-mode.php:152
147
- msgid "How you can see, our website will be lauched very soon."
148
  msgstr ""
149
 
150
  #: includes/classes/wp-maintenance-mode.php:153
@@ -175,7 +176,7 @@ msgid "Have a great day!"
175
  msgstr ""
176
 
177
  #: includes/classes/wp-maintenance-mode.php:161
178
- #: includes/classes/wp-maintenance-mode.php:650
179
  msgid "Type your name here…"
180
  msgstr ""
181
 
@@ -188,7 +189,7 @@ msgid "Boring"
188
  msgstr ""
189
 
190
  #: includes/classes/wp-maintenance-mode.php:164
191
- #: includes/classes/wp-maintenance-mode.php:651
192
  msgid "Type your email here…"
193
  msgstr ""
194
 
@@ -222,36 +223,36 @@ msgstr ""
222
  msgid "Maintenance Mode"
223
  msgstr ""
224
 
225
- #: includes/classes/wp-maintenance-mode.php:647
226
  msgid "Please type in your name."
227
  msgstr ""
228
 
229
- #: includes/classes/wp-maintenance-mode.php:648
230
  msgid "Please type in a valid email address."
231
  msgstr ""
232
 
233
- #: includes/classes/wp-maintenance-mode.php:652 views/maintenance.php:161
234
  msgid "Send"
235
  msgstr ""
236
 
237
- #: includes/classes/wp-maintenance-mode.php:865
238
- #: includes/classes/wp-maintenance-mode.php:899 views/maintenance.php:140
239
  msgid "Please enter a valid email address."
240
  msgstr ""
241
 
242
- #: includes/classes/wp-maintenance-mode.php:877
243
  msgid "You successfully subscribed. Thanks!"
244
  msgstr ""
245
 
246
- #: includes/classes/wp-maintenance-mode.php:895
247
  msgid "All fields required."
248
  msgstr ""
249
 
250
- #: includes/classes/wp-maintenance-mode.php:907
251
  msgid "Message via contact"
252
  msgstr ""
253
 
254
- #: includes/classes/wp-maintenance-mode.php:924
255
  msgid "Your email was sent to the website administrator. Thanks!"
256
  msgstr ""
257
 
@@ -280,7 +281,7 @@ msgstr ""
280
  msgid "your e-mail..."
281
  msgstr ""
282
 
283
- #: views/maintenance.php:75 views/settings.php:273
284
  msgid "Subscribe"
285
  msgstr ""
286
 
@@ -313,19 +314,19 @@ msgstr ""
313
  msgid "Dashboard"
314
  msgstr ""
315
 
316
- #: views/promo-strictthemes.php:1
317
- msgid "Premium WordPress Themes from WP Maintenance Mode authors!"
318
  msgstr ""
319
 
320
- #: views/promo-strictthemes.php:4
321
  msgid ""
322
- "We hope you like the WP Maintenance Mode plugin! Now you can buy WordPress "
323
- "Themes directly from us on ThemeForest. We're StrictThemes and we create "
324
- "best designed and coded WordPress Themes."
325
  msgstr ""
326
 
327
- #: views/promo-strictthemes.php:8
328
- msgid "See our WordPress Themes!"
329
  msgstr ""
330
 
331
  #: views/settings.php:6
@@ -352,15 +353,15 @@ msgstr ""
352
  msgid "GDPR"
353
  msgstr ""
354
 
355
- #: views/settings.php:26 views/settings.php:470 views/settings.php:637
356
  msgid "Status"
357
  msgstr ""
358
 
359
- #: views/settings.php:28 views/settings.php:473 views/settings.php:639
360
  msgid "Activated"
361
  msgstr ""
362
 
363
- #: views/settings.php:29 views/settings.php:474 views/settings.php:640
364
  msgid "Deactivated"
365
  msgstr ""
366
 
@@ -368,15 +369,15 @@ msgstr ""
368
  msgid "Bypass for Search Bots"
369
  msgstr ""
370
 
371
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
372
- #: views/settings.php:245 views/settings.php:281 views/settings.php:319
373
- #: views/settings.php:393 views/settings.php:425 views/settings.php:434
374
  msgid "Yes"
375
  msgstr ""
376
 
377
- #: views/settings.php:37 views/settings.php:107 views/settings.php:117
378
- #: views/settings.php:246 views/settings.php:282 views/settings.php:320
379
- #: views/settings.php:394 views/settings.php:426 views/settings.php:435
380
  msgid "No"
381
  msgstr ""
382
 
@@ -388,187 +389,187 @@ msgstr ""
388
  msgid "Backend Role"
389
  msgstr ""
390
 
391
- #: views/settings.php:45 views/settings.php:61
392
  msgid "Select role(s)"
393
  msgstr ""
394
 
395
- #: views/settings.php:55
396
  msgid ""
397
  "Which user role is allowed to access the backend of this blog? "
398
  "Administrators will always have access."
399
  msgstr ""
400
 
401
- #: views/settings.php:59
402
  msgid "Frontend Role"
403
  msgstr ""
404
 
405
- #: views/settings.php:71
406
  msgid ""
407
  "Which user role is allowed to access the frontend of this blog? "
408
  "Administrators will always have access."
409
  msgstr ""
410
 
411
- #: views/settings.php:75
412
  msgid "Robots Meta Tag"
413
  msgstr ""
414
 
415
- #: views/settings.php:81
416
  msgid ""
417
  "The robots meta tag lets you use a granular, page-specific approach to "
418
  "control how an individual page should be indexed and served to users in "
419
  "search results."
420
  msgstr ""
421
 
422
- #: views/settings.php:85
423
  msgid "Redirection"
424
  msgstr ""
425
 
426
- #: views/settings.php:88
427
  msgid ""
428
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
429
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
430
  "(incl. http://)"
431
  msgstr ""
432
 
433
- #: views/settings.php:92
434
  msgid "Exclude"
435
  msgstr ""
436
 
437
- #: views/settings.php:99
438
  msgid ""
439
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
440
  "IP per line!"
441
  msgstr ""
442
 
443
- #: views/settings.php:103
444
  msgid "Notice"
445
  msgstr ""
446
 
447
- #: views/settings.php:109
448
  msgid "Do you want to see notices when maintenance mode is activated?"
449
  msgstr ""
450
 
451
- #: views/settings.php:113
452
  msgid "Dashboard link"
453
  msgstr ""
454
 
455
- #: views/settings.php:119
456
  msgid ""
457
  "Do you want to add a link to the dashboard on your maintenance mode page?"
458
  msgstr ""
459
 
460
- #: views/settings.php:127 views/settings.php:231 views/settings.php:452
461
- #: views/settings.php:622 views/settings.php:695
462
  msgid "Save settings"
463
  msgstr ""
464
 
465
- #: views/settings.php:128 views/settings.php:232 views/settings.php:453
466
- #: views/settings.php:623 views/settings.php:696
467
  msgid "Reset settings"
468
  msgstr ""
469
 
470
- #: views/settings.php:133
471
  msgid "Content"
472
  msgstr ""
473
 
474
- #: views/settings.php:138
475
  msgid "Title (HTML tag)"
476
  msgstr ""
477
 
478
- #: views/settings.php:144
479
  msgid "Heading"
480
  msgstr ""
481
 
482
- #: views/settings.php:151 views/settings.php:287
483
  msgid "Text"
484
  msgstr ""
485
 
486
- #: views/settings.php:166
487
  msgid "This text will not be shown when the bot feature is enabled."
488
  msgstr ""
489
 
490
- #: views/settings.php:172
491
  msgid "Background"
492
  msgstr ""
493
 
494
- #: views/settings.php:177
495
  msgid "Choose type"
496
  msgstr ""
497
 
498
- #: views/settings.php:180
499
  msgid "Custom color"
500
  msgstr ""
501
 
502
- #: views/settings.php:181
503
  msgid "Uploaded background"
504
  msgstr ""
505
 
506
- #: views/settings.php:182
507
  msgid "Predefined background"
508
  msgstr ""
509
 
510
- #: views/settings.php:187
511
  msgid "Choose color"
512
  msgstr ""
513
 
514
- #: views/settings.php:193
515
  msgid "Upload background"
516
  msgstr ""
517
 
518
- #: views/settings.php:197
519
  msgid "Backgrounds should have 1920x1280 px size."
520
  msgstr ""
521
 
522
- #: views/settings.php:202
523
  msgid "Choose background"
524
  msgstr ""
525
 
526
- #: views/settings.php:204
527
  #, php-format
528
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
529
  msgstr ""
530
 
531
- #: views/settings.php:237
532
  msgid "Countdown"
533
  msgstr ""
534
 
535
- #: views/settings.php:242
536
  msgid "Show countdown?"
537
  msgstr ""
538
 
539
- #: views/settings.php:251
540
  msgid "Start date"
541
  msgstr ""
542
 
543
- #: views/settings.php:257
544
  msgid "Countdown (remaining time)"
545
  msgstr ""
546
 
547
- #: views/settings.php:259
548
  msgid "Days"
549
  msgstr ""
550
 
551
- #: views/settings.php:260
552
  msgid "Hours"
553
  msgstr ""
554
 
555
- #: views/settings.php:261
556
  msgid "Minutes"
557
  msgstr ""
558
 
559
- #: views/settings.php:265
560
  msgid "Color"
561
  msgstr ""
562
 
563
- #: views/settings.php:278
564
  msgid "Show subscribe?"
565
  msgstr ""
566
 
567
- #: views/settings.php:294
568
  msgid "Stats"
569
  msgstr ""
570
 
571
- #: views/settings.php:298
572
  #, php-format
573
  msgctxt "settings page"
574
  msgid "You have %d subscriber"
@@ -576,236 +577,237 @@ msgid_plural "You have %s subscribers"
576
  msgstr[0] ""
577
  msgstr[1] ""
578
 
579
- #: views/settings.php:303
580
  msgid "Export as CSV"
581
  msgstr ""
582
 
583
- #: views/settings.php:304
584
  msgid "Empty subscribers list"
585
  msgstr ""
586
 
587
- #: views/settings.php:311
588
  msgid "Social Networks"
589
  msgstr ""
590
 
591
- #: views/settings.php:316
592
  msgid "Show social networks?"
593
  msgstr ""
594
 
595
- #: views/settings.php:325
596
  msgid "Links target?"
597
  msgstr ""
598
 
599
- #: views/settings.php:328 views/settings.php:666
600
  msgid "New page"
601
  msgstr ""
602
 
603
- #: views/settings.php:329 views/settings.php:667
604
  msgid "Same page"
605
  msgstr ""
606
 
607
- #: views/settings.php:331
608
  msgid "Choose how the links will open."
609
  msgstr ""
610
 
611
- #: views/settings.php:385
612
  msgid "Contact"
613
  msgstr ""
614
 
615
- #: views/settings.php:390
616
  msgid "Show contact?"
617
  msgstr ""
618
 
619
- #: views/settings.php:399
620
  msgid "Email address"
621
  msgstr ""
622
 
623
- #: views/settings.php:405
624
  msgid "Effects"
625
  msgstr ""
626
 
627
- #: views/settings.php:408
628
  msgid "Move top - Move bottom"
629
  msgstr ""
630
 
631
- #: views/settings.php:409
632
  msgid "Zoom - Zoomed"
633
  msgstr ""
634
 
635
- #: views/settings.php:410
636
  msgid "Fold - Unfold"
637
  msgstr ""
638
 
639
- #: views/settings.php:417
640
  msgid "Google Analytics"
641
  msgstr ""
642
 
643
- #: views/settings.php:422
644
  msgid "Use Google Analytics?"
645
  msgstr ""
646
 
647
- #: views/settings.php:431
648
  msgid "Enable IP anonymization?"
649
  msgstr ""
650
 
651
- #: views/settings.php:441
652
  msgid "Tracking code"
653
  msgstr ""
654
 
655
- #: views/settings.php:444
656
  msgid ""
657
- "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
 
658
  msgstr ""
659
 
660
- #: views/settings.php:462
661
  msgid ""
662
  "Setup the conversation steps to capture more subscribers with this friendly "
663
  "way of asking email addresess."
664
  msgstr ""
665
 
666
- #: views/settings.php:463
667
  msgid ""
668
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
669
  "make the conversation even more realistic."
670
  msgstr ""
671
 
672
- #: views/settings.php:464
673
  msgid ""
674
  "It is also ok if you don't fill in all the conversation steps if you don't "
675
  "need to."
676
  msgstr ""
677
 
678
- #: views/settings.php:465
679
  msgid ""
680
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
681
  "&raquo; Export as CSV."
682
  msgstr ""
683
 
684
- #: views/settings.php:478
685
  msgid "Bot Name"
686
  msgstr ""
687
 
688
- #: views/settings.php:481
689
  msgid "This name will appear when the bot is typing."
690
  msgstr ""
691
 
692
- #: views/settings.php:485
693
  msgid "Upload avatar"
694
  msgstr ""
695
 
696
- #: views/settings.php:489
697
  msgid "A 512 x 512 px will work just fine."
698
  msgstr ""
699
 
700
- #: views/settings.php:495
701
  msgid "Customize Messages"
702
  msgstr ""
703
 
704
- #: views/settings.php:500
705
  msgid "Message 1"
706
  msgstr ""
707
 
708
- #: views/settings.php:508
709
  msgid "Message 2"
710
  msgstr ""
711
 
712
- #: views/settings.php:516
713
  msgid "Message 3"
714
  msgstr ""
715
 
716
- #: views/settings.php:524 views/settings.php:564 views/settings.php:586
717
  msgid "Response"
718
  msgstr ""
719
 
720
- #: views/settings.php:528 views/settings.php:590
721
  msgid "Edit the placeholder's text"
722
  msgstr ""
723
 
724
- #: views/settings.php:532
725
  msgid "Message 4"
726
  msgstr ""
727
 
728
- #: views/settings.php:540
729
  msgid "Message 5"
730
  msgstr ""
731
 
732
- #: views/settings.php:548
733
  msgid "Message 6"
734
  msgstr ""
735
 
736
- #: views/settings.php:556
737
  msgid "Message 7"
738
  msgstr ""
739
 
740
- #: views/settings.php:568
741
  msgid "Edit button one"
742
  msgstr ""
743
 
744
- #: views/settings.php:572
745
  msgid "Edit button two"
746
  msgstr ""
747
 
748
- #: views/settings.php:578 views/settings.php:594
749
  msgid "Message 8"
750
  msgstr ""
751
 
752
- #: views/settings.php:578 views/settings.php:602 views/settings.php:610
753
  msgid "(click on button one)"
754
  msgstr ""
755
 
756
- #: views/settings.php:594
757
  msgid "(click on button two)"
758
  msgstr ""
759
 
760
- #: views/settings.php:602
761
  msgid "Message 9"
762
  msgstr ""
763
 
764
- #: views/settings.php:610
765
  msgid "Message 10"
766
  msgstr ""
767
 
768
- #: views/settings.php:632
769
  msgid ""
770
  "To make the plugin GDPR compliant, fill in the details and enable this "
771
  "section."
772
  msgstr ""
773
 
774
- #: views/settings.php:633
775
  msgid ""
776
  "Here we added some generic texts that you may want to review, change or "
777
  "remove."
778
  msgstr ""
779
 
780
- #: views/settings.php:645
781
  msgid "Link name"
782
  msgstr ""
783
 
784
- #: views/settings.php:649
785
  msgid "Label the link that will be shown on frontend footer"
786
  msgstr ""
787
 
788
- #: views/settings.php:654
789
  msgid "P. Policy page link"
790
  msgstr ""
791
 
792
- #: views/settings.php:663
793
  msgid "P. Policy link target"
794
  msgstr ""
795
 
796
- #: views/settings.php:669
797
  msgid "Choose how the link will open."
798
  msgstr ""
799
 
800
- #: views/settings.php:674
801
  msgid "Contact form 'tail'"
802
  msgstr ""
803
 
804
- #: views/settings.php:678 views/settings.php:687
805
  msgid "This will be shown together with the acceptance checkbox below the form"
806
  msgstr ""
807
 
808
- #: views/settings.php:683
809
  msgid "Subscribe form 'tail'"
810
  msgstr ""
811
 
@@ -830,9 +832,5 @@ msgid "GitHub"
830
  msgstr ""
831
 
832
  #: views/sidebar.php:27
833
- msgid "Other products"
834
- msgstr ""
835
-
836
- #: views/sidebar.php:48
837
- msgid "Resources"
838
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.3.0\n"
4
+ "POT-Creation-Date: 2020-12-07 17:14+0200\n"
5
+ "PO-Revision-Date: 2020-12-07 17:14+0200\n"
6
  "Last-Translator: Maciej Gryniuk <maciejka45@gmail.com>\n"
7
  "Language-Team: Designmodo <info@designmodo.com>\n"
8
  "Language: en\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 2.4.2\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
26
  #: includes/classes/wp-maintenance-mode-admin.php:121
27
  #: includes/classes/wp-maintenance-mode-admin.php:159
28
  #: includes/classes/wp-maintenance-mode-admin.php:182
29
+ #: includes/classes/wp-maintenance-mode-admin.php:252
30
  msgid "You do not have access to this resource."
31
  msgstr ""
32
 
47
  msgstr ""
48
 
49
  #: includes/classes/wp-maintenance-mode-admin.php:197
50
+ #: includes/classes/wp-maintenance-mode-admin.php:248
51
  msgid "Security check."
52
  msgstr ""
53
 
59
  msgid "WP Maintenance Mode"
60
  msgstr ""
61
 
62
+ #: includes/classes/wp-maintenance-mode-admin.php:500
63
  msgid ""
64
  "WPMM: The file data.js could not be written, the bot will not work correctly."
65
  msgstr ""
66
 
67
+ #: includes/classes/wp-maintenance-mode-admin.php:534
68
  msgid "Settings"
69
  msgstr ""
70
 
71
+ #: includes/classes/wp-maintenance-mode-admin.php:553
72
  #, php-format
73
  msgid ""
74
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
75
  "href=\"%s\">deactivate</a> as soon as you are done."
76
  msgstr ""
77
 
78
+ #: includes/classes/wp-maintenance-mode-admin.php:590
79
  msgid "Notice key cannot be empty."
80
  msgstr ""
81
 
82
+ #: includes/classes/wp-maintenance-mode-admin.php:638
83
  #, php-format
84
  msgid ""
85
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
86
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
87
  msgstr ""
88
 
89
+ #: includes/classes/wp-maintenance-mode-admin.php:662
90
  msgid ""
91
  "Your WordPress version supports Privacy settings but you haven't set any "
92
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
93
  msgstr ""
94
 
95
+ #: includes/classes/wp-maintenance-mode-admin.php:665
96
  #, php-format
97
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
98
  msgstr ""
99
 
100
+ #: includes/classes/wp-maintenance-mode-admin.php:670
101
  #, php-format
102
  msgid ""
103
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
104
  "that's correct ignore this message, otherwise %s"
105
  msgstr ""
106
 
107
+ #: includes/classes/wp-maintenance-mode-admin.php:674
108
  msgid ""
109
  "No privacy features detected for your WordPress version. Update WordPress to "
110
  "get this field automatically filled in or type in the URL that points to "
145
  msgstr ""
146
 
147
  #: includes/classes/wp-maintenance-mode.php:152
148
+ msgid "How you can see, our website will be launched very soon."
149
  msgstr ""
150
 
151
  #: includes/classes/wp-maintenance-mode.php:153
176
  msgstr ""
177
 
178
  #: includes/classes/wp-maintenance-mode.php:161
179
+ #: includes/classes/wp-maintenance-mode.php:654
180
  msgid "Type your name here…"
181
  msgstr ""
182
 
189
  msgstr ""
190
 
191
  #: includes/classes/wp-maintenance-mode.php:164
192
+ #: includes/classes/wp-maintenance-mode.php:655
193
  msgid "Type your email here…"
194
  msgstr ""
195
 
223
  msgid "Maintenance Mode"
224
  msgstr ""
225
 
226
+ #: includes/classes/wp-maintenance-mode.php:651
227
  msgid "Please type in your name."
228
  msgstr ""
229
 
230
+ #: includes/classes/wp-maintenance-mode.php:652
231
  msgid "Please type in a valid email address."
232
  msgstr ""
233
 
234
+ #: includes/classes/wp-maintenance-mode.php:656 views/maintenance.php:161
235
  msgid "Send"
236
  msgstr ""
237
 
238
+ #: includes/classes/wp-maintenance-mode.php:869
239
+ #: includes/classes/wp-maintenance-mode.php:903 views/maintenance.php:140
240
  msgid "Please enter a valid email address."
241
  msgstr ""
242
 
243
+ #: includes/classes/wp-maintenance-mode.php:881
244
  msgid "You successfully subscribed. Thanks!"
245
  msgstr ""
246
 
247
+ #: includes/classes/wp-maintenance-mode.php:899
248
  msgid "All fields required."
249
  msgstr ""
250
 
251
+ #: includes/classes/wp-maintenance-mode.php:911
252
  msgid "Message via contact"
253
  msgstr ""
254
 
255
+ #: includes/classes/wp-maintenance-mode.php:928
256
  msgid "Your email was sent to the website administrator. Thanks!"
257
  msgstr ""
258
 
281
  msgid "your e-mail..."
282
  msgstr ""
283
 
284
+ #: views/maintenance.php:75 views/settings.php:257
285
  msgid "Subscribe"
286
  msgstr ""
287
 
314
  msgid "Dashboard"
315
  msgstr ""
316
 
317
+ #: views/promo-blocksy.php:1
318
+ msgid "Blocksy - The Most Innovative & Lightning Fast WordPress Theme"
319
  msgstr ""
320
 
321
+ #: views/promo-blocksy.php:4
322
  msgid ""
323
+ "A blazing fast and lightweight WordPress theme built with the latest web "
324
+ "technologies. It was built with the Gutenberg editor in mind and has a lot "
325
+ "of options that makes it extendable and customizable."
326
  msgstr ""
327
 
328
+ #: views/promo-blocksy.php:8
329
+ msgid "Download for Free Now"
330
  msgstr ""
331
 
332
  #: views/settings.php:6
353
  msgid "GDPR"
354
  msgstr ""
355
 
356
+ #: views/settings.php:26 views/settings.php:455 views/settings.php:622
357
  msgid "Status"
358
  msgstr ""
359
 
360
+ #: views/settings.php:28 views/settings.php:458 views/settings.php:624
361
  msgid "Activated"
362
  msgstr ""
363
 
364
+ #: views/settings.php:29 views/settings.php:459 views/settings.php:625
365
  msgid "Deactivated"
366
  msgstr ""
367
 
369
  msgid "Bypass for Search Bots"
370
  msgstr ""
371
 
372
+ #: views/settings.php:36 views/settings.php:96 views/settings.php:106
373
+ #: views/settings.php:229 views/settings.php:265 views/settings.php:304
374
+ #: views/settings.php:378 views/settings.php:410 views/settings.php:419
375
  msgid "Yes"
376
  msgstr ""
377
 
378
+ #: views/settings.php:37 views/settings.php:97 views/settings.php:107
379
+ #: views/settings.php:230 views/settings.php:266 views/settings.php:305
380
+ #: views/settings.php:379 views/settings.php:411 views/settings.php:420
381
  msgid "No"
382
  msgstr ""
383
 
389
  msgid "Backend Role"
390
  msgstr ""
391
 
392
+ #: views/settings.php:45 views/settings.php:56
393
  msgid "Select role(s)"
394
  msgstr ""
395
 
396
+ #: views/settings.php:50
397
  msgid ""
398
  "Which user role is allowed to access the backend of this blog? "
399
  "Administrators will always have access."
400
  msgstr ""
401
 
402
+ #: views/settings.php:54
403
  msgid "Frontend Role"
404
  msgstr ""
405
 
406
+ #: views/settings.php:61
407
  msgid ""
408
  "Which user role is allowed to access the frontend of this blog? "
409
  "Administrators will always have access."
410
  msgstr ""
411
 
412
+ #: views/settings.php:65
413
  msgid "Robots Meta Tag"
414
  msgstr ""
415
 
416
+ #: views/settings.php:71
417
  msgid ""
418
  "The robots meta tag lets you use a granular, page-specific approach to "
419
  "control how an individual page should be indexed and served to users in "
420
  "search results."
421
  msgstr ""
422
 
423
+ #: views/settings.php:75
424
  msgid "Redirection"
425
  msgstr ""
426
 
427
+ #: views/settings.php:78
428
  msgid ""
429
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
430
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
431
  "(incl. http://)"
432
  msgstr ""
433
 
434
+ #: views/settings.php:82
435
  msgid "Exclude"
436
  msgstr ""
437
 
438
+ #: views/settings.php:89
439
  msgid ""
440
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
441
  "IP per line!"
442
  msgstr ""
443
 
444
+ #: views/settings.php:93
445
  msgid "Notice"
446
  msgstr ""
447
 
448
+ #: views/settings.php:99
449
  msgid "Do you want to see notices when maintenance mode is activated?"
450
  msgstr ""
451
 
452
+ #: views/settings.php:103
453
  msgid "Dashboard link"
454
  msgstr ""
455
 
456
+ #: views/settings.php:109
457
  msgid ""
458
  "Do you want to add a link to the dashboard on your maintenance mode page?"
459
  msgstr ""
460
 
461
+ #: views/settings.php:117 views/settings.php:215 views/settings.php:437
462
+ #: views/settings.php:607 views/settings.php:680
463
  msgid "Save settings"
464
  msgstr ""
465
 
466
+ #: views/settings.php:118 views/settings.php:216 views/settings.php:438
467
+ #: views/settings.php:608 views/settings.php:681
468
  msgid "Reset settings"
469
  msgstr ""
470
 
471
+ #: views/settings.php:123
472
  msgid "Content"
473
  msgstr ""
474
 
475
+ #: views/settings.php:128
476
  msgid "Title (HTML tag)"
477
  msgstr ""
478
 
479
+ #: views/settings.php:134
480
  msgid "Heading"
481
  msgstr ""
482
 
483
+ #: views/settings.php:141 views/settings.php:271
484
  msgid "Text"
485
  msgstr ""
486
 
487
+ #: views/settings.php:156
488
  msgid "This text will not be shown when the bot feature is enabled."
489
  msgstr ""
490
 
491
+ #: views/settings.php:162
492
  msgid "Background"
493
  msgstr ""
494
 
495
+ #: views/settings.php:167
496
  msgid "Choose type"
497
  msgstr ""
498
 
499
+ #: views/settings.php:170
500
  msgid "Custom color"
501
  msgstr ""
502
 
503
+ #: views/settings.php:171
504
  msgid "Uploaded background"
505
  msgstr ""
506
 
507
+ #: views/settings.php:172
508
  msgid "Predefined background"
509
  msgstr ""
510
 
511
+ #: views/settings.php:177
512
  msgid "Choose color"
513
  msgstr ""
514
 
515
+ #: views/settings.php:183
516
  msgid "Upload background"
517
  msgstr ""
518
 
519
+ #: views/settings.php:187
520
  msgid "Backgrounds should have 1920x1280 px size."
521
  msgstr ""
522
 
523
+ #: views/settings.php:192
524
  msgid "Choose background"
525
  msgstr ""
526
 
527
+ #: views/settings.php:194
528
  #, php-format
529
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
530
  msgstr ""
531
 
532
+ #: views/settings.php:221
533
  msgid "Countdown"
534
  msgstr ""
535
 
536
+ #: views/settings.php:226
537
  msgid "Show countdown?"
538
  msgstr ""
539
 
540
+ #: views/settings.php:235
541
  msgid "Start date"
542
  msgstr ""
543
 
544
+ #: views/settings.php:241
545
  msgid "Countdown (remaining time)"
546
  msgstr ""
547
 
548
+ #: views/settings.php:243
549
  msgid "Days"
550
  msgstr ""
551
 
552
+ #: views/settings.php:244
553
  msgid "Hours"
554
  msgstr ""
555
 
556
+ #: views/settings.php:245
557
  msgid "Minutes"
558
  msgstr ""
559
 
560
+ #: views/settings.php:249
561
  msgid "Color"
562
  msgstr ""
563
 
564
+ #: views/settings.php:262
565
  msgid "Show subscribe?"
566
  msgstr ""
567
 
568
+ #: views/settings.php:278
569
  msgid "Stats"
570
  msgstr ""
571
 
572
+ #: views/settings.php:282
573
  #, php-format
574
  msgctxt "settings page"
575
  msgid "You have %d subscriber"
577
  msgstr[0] ""
578
  msgstr[1] ""
579
 
580
+ #: views/settings.php:287
581
  msgid "Export as CSV"
582
  msgstr ""
583
 
584
+ #: views/settings.php:288
585
  msgid "Empty subscribers list"
586
  msgstr ""
587
 
588
+ #: views/settings.php:296
589
  msgid "Social Networks"
590
  msgstr ""
591
 
592
+ #: views/settings.php:301
593
  msgid "Show social networks?"
594
  msgstr ""
595
 
596
+ #: views/settings.php:310
597
  msgid "Links target?"
598
  msgstr ""
599
 
600
+ #: views/settings.php:313 views/settings.php:651
601
  msgid "New page"
602
  msgstr ""
603
 
604
+ #: views/settings.php:314 views/settings.php:652
605
  msgid "Same page"
606
  msgstr ""
607
 
608
+ #: views/settings.php:316
609
  msgid "Choose how the links will open."
610
  msgstr ""
611
 
612
+ #: views/settings.php:370
613
  msgid "Contact"
614
  msgstr ""
615
 
616
+ #: views/settings.php:375
617
  msgid "Show contact?"
618
  msgstr ""
619
 
620
+ #: views/settings.php:384
621
  msgid "Email address"
622
  msgstr ""
623
 
624
+ #: views/settings.php:390
625
  msgid "Effects"
626
  msgstr ""
627
 
628
+ #: views/settings.php:393
629
  msgid "Move top - Move bottom"
630
  msgstr ""
631
 
632
+ #: views/settings.php:394
633
  msgid "Zoom - Zoomed"
634
  msgstr ""
635
 
636
+ #: views/settings.php:395
637
  msgid "Fold - Unfold"
638
  msgstr ""
639
 
640
+ #: views/settings.php:402
641
  msgid "Google Analytics"
642
  msgstr ""
643
 
644
+ #: views/settings.php:407
645
  msgid "Use Google Analytics?"
646
  msgstr ""
647
 
648
+ #: views/settings.php:416
649
  msgid "Enable IP anonymization?"
650
  msgstr ""
651
 
652
+ #: views/settings.php:426
653
  msgid "Tracking code"
654
  msgstr ""
655
 
656
+ #: views/settings.php:429
657
  msgid ""
658
+ "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX, G-XXXXXXXX. Eg: "
659
+ "UA-12345678-1 is valid"
660
  msgstr ""
661
 
662
+ #: views/settings.php:447
663
  msgid ""
664
  "Setup the conversation steps to capture more subscribers with this friendly "
665
  "way of asking email addresess."
666
  msgstr ""
667
 
668
+ #: views/settings.php:448
669
  msgid ""
670
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
671
  "make the conversation even more realistic."
672
  msgstr ""
673
 
674
+ #: views/settings.php:449
675
  msgid ""
676
  "It is also ok if you don't fill in all the conversation steps if you don't "
677
  "need to."
678
  msgstr ""
679
 
680
+ #: views/settings.php:450
681
  msgid ""
682
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
683
  "&raquo; Export as CSV."
684
  msgstr ""
685
 
686
+ #: views/settings.php:463
687
  msgid "Bot Name"
688
  msgstr ""
689
 
690
+ #: views/settings.php:466
691
  msgid "This name will appear when the bot is typing."
692
  msgstr ""
693
 
694
+ #: views/settings.php:470
695
  msgid "Upload avatar"
696
  msgstr ""
697
 
698
+ #: views/settings.php:474
699
  msgid "A 512 x 512 px will work just fine."
700
  msgstr ""
701
 
702
+ #: views/settings.php:480
703
  msgid "Customize Messages"
704
  msgstr ""
705
 
706
+ #: views/settings.php:485
707
  msgid "Message 1"
708
  msgstr ""
709
 
710
+ #: views/settings.php:493
711
  msgid "Message 2"
712
  msgstr ""
713
 
714
+ #: views/settings.php:501
715
  msgid "Message 3"
716
  msgstr ""
717
 
718
+ #: views/settings.php:509 views/settings.php:549 views/settings.php:571
719
  msgid "Response"
720
  msgstr ""
721
 
722
+ #: views/settings.php:513 views/settings.php:575
723
  msgid "Edit the placeholder's text"
724
  msgstr ""
725
 
726
+ #: views/settings.php:517
727
  msgid "Message 4"
728
  msgstr ""
729
 
730
+ #: views/settings.php:525
731
  msgid "Message 5"
732
  msgstr ""
733
 
734
+ #: views/settings.php:533
735
  msgid "Message 6"
736
  msgstr ""
737
 
738
+ #: views/settings.php:541
739
  msgid "Message 7"
740
  msgstr ""
741
 
742
+ #: views/settings.php:553
743
  msgid "Edit button one"
744
  msgstr ""
745
 
746
+ #: views/settings.php:557
747
  msgid "Edit button two"
748
  msgstr ""
749
 
750
+ #: views/settings.php:563 views/settings.php:579
751
  msgid "Message 8"
752
  msgstr ""
753
 
754
+ #: views/settings.php:563 views/settings.php:587 views/settings.php:595
755
  msgid "(click on button one)"
756
  msgstr ""
757
 
758
+ #: views/settings.php:579
759
  msgid "(click on button two)"
760
  msgstr ""
761
 
762
+ #: views/settings.php:587
763
  msgid "Message 9"
764
  msgstr ""
765
 
766
+ #: views/settings.php:595
767
  msgid "Message 10"
768
  msgstr ""
769
 
770
+ #: views/settings.php:617
771
  msgid ""
772
  "To make the plugin GDPR compliant, fill in the details and enable this "
773
  "section."
774
  msgstr ""
775
 
776
+ #: views/settings.php:618
777
  msgid ""
778
  "Here we added some generic texts that you may want to review, change or "
779
  "remove."
780
  msgstr ""
781
 
782
+ #: views/settings.php:630
783
  msgid "Link name"
784
  msgstr ""
785
 
786
+ #: views/settings.php:634
787
  msgid "Label the link that will be shown on frontend footer"
788
  msgstr ""
789
 
790
+ #: views/settings.php:639
791
  msgid "P. Policy page link"
792
  msgstr ""
793
 
794
+ #: views/settings.php:648
795
  msgid "P. Policy link target"
796
  msgstr ""
797
 
798
+ #: views/settings.php:654
799
  msgid "Choose how the link will open."
800
  msgstr ""
801
 
802
+ #: views/settings.php:659
803
  msgid "Contact form 'tail'"
804
  msgstr ""
805
 
806
+ #: views/settings.php:663 views/settings.php:672
807
  msgid "This will be shown together with the acceptance checkbox below the form"
808
  msgstr ""
809
 
810
+ #: views/settings.php:668
811
  msgid "Subscribe form 'tail'"
812
  msgstr ""
813
 
832
  msgstr ""
833
 
834
  #: views/sidebar.php:27
835
+ msgid "Recommended"
 
 
 
 
836
  msgstr ""
languages/wp-maintenance-mode-es_ES.mo CHANGED
Binary file
languages/wp-maintenance-mode-es_ES.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WP Maintenance Mode 2.2.4\n"
4
- "POT-Creation-Date: 2019-05-20 10:30+0300\n"
5
- "PO-Revision-Date: 2019-05-20 10:30+0300\n"
6
  "Last-Translator: Erick Ruiz de Chavez <erick@erch.co>\n"
7
  "Language-Team: Designmodo <info@designmodo.com>\n"
8
  "Language: es_ES\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 2.2.2\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -26,6 +26,7 @@ msgstr ""
26
  #: includes/classes/wp-maintenance-mode-admin.php:121
27
  #: includes/classes/wp-maintenance-mode-admin.php:159
28
  #: includes/classes/wp-maintenance-mode-admin.php:182
 
29
  msgid "You do not have access to this resource."
30
  msgstr ""
31
 
@@ -46,7 +47,7 @@ msgid "The tab slug must not be empty."
46
  msgstr ""
47
 
48
  #: includes/classes/wp-maintenance-mode-admin.php:197
49
- #: includes/classes/wp-maintenance-mode-admin.php:251
50
  msgid "Security check."
51
  msgstr ""
52
 
@@ -58,16 +59,16 @@ msgstr ""
58
  msgid "WP Maintenance Mode"
59
  msgstr "Modo de Mantenimiento WP"
60
 
61
- #: includes/classes/wp-maintenance-mode-admin.php:498
62
  msgid ""
63
  "WPMM: The file data.js could not be written, the bot will not work correctly."
64
  msgstr ""
65
 
66
- #: includes/classes/wp-maintenance-mode-admin.php:532
67
  msgid "Settings"
68
  msgstr "Ajustes"
69
 
70
- #: includes/classes/wp-maintenance-mode-admin.php:551
71
  #, php-format
72
  msgid ""
73
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -76,36 +77,36 @@ msgstr ""
76
  "El modo de mantenimiento está <strong>activo</strong>. Por favor no olvides "
77
  "<a href=\"%s\">desactivarlo</a> tan pronto como termines."
78
 
79
- #: includes/classes/wp-maintenance-mode-admin.php:588
80
  msgid "Notice key cannot be empty."
81
  msgstr ""
82
 
83
- #: includes/classes/wp-maintenance-mode-admin.php:636
84
  #, php-format
85
  msgid ""
86
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
87
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
88
  msgstr ""
89
 
90
- #: includes/classes/wp-maintenance-mode-admin.php:660
91
  msgid ""
92
  "Your WordPress version supports Privacy settings but you haven't set any "
93
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
94
  msgstr ""
95
 
96
- #: includes/classes/wp-maintenance-mode-admin.php:663
97
  #, php-format
98
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
99
  msgstr ""
100
 
101
- #: includes/classes/wp-maintenance-mode-admin.php:668
102
  #, php-format
103
  msgid ""
104
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
105
  "that's correct ignore this message, otherwise %s"
106
  msgstr ""
107
 
108
- #: includes/classes/wp-maintenance-mode-admin.php:672
109
  msgid ""
110
  "No privacy features detected for your WordPress version. Update WordPress to "
111
  "get this field automatically filled in or type in the URL that points to "
@@ -148,7 +149,7 @@ msgid "Nice to meet you here, {visitor_name}!"
148
  msgstr ""
149
 
150
  #: includes/classes/wp-maintenance-mode.php:152
151
- msgid "How you can see, our website will be lauched very soon."
152
  msgstr ""
153
 
154
  #: includes/classes/wp-maintenance-mode.php:153
@@ -179,7 +180,7 @@ msgid "Have a great day!"
179
  msgstr ""
180
 
181
  #: includes/classes/wp-maintenance-mode.php:161
182
- #: includes/classes/wp-maintenance-mode.php:650
183
  msgid "Type your name here…"
184
  msgstr ""
185
 
@@ -192,7 +193,7 @@ msgid "Boring"
192
  msgstr ""
193
 
194
  #: includes/classes/wp-maintenance-mode.php:164
195
- #: includes/classes/wp-maintenance-mode.php:651
196
  #, fuzzy
197
  msgid "Type your email here…"
198
  msgstr "Introduce tu dirección de correo electrónico"
@@ -229,37 +230,37 @@ msgstr ""
229
  msgid "Maintenance Mode"
230
  msgstr "Modo de Mantenimiento"
231
 
232
- #: includes/classes/wp-maintenance-mode.php:647
233
  msgid "Please type in your name."
234
  msgstr ""
235
 
236
- #: includes/classes/wp-maintenance-mode.php:648
237
  #, fuzzy
238
  msgid "Please type in a valid email address."
239
  msgstr "Por favor usa una dirección de correo electrónico valida."
240
 
241
- #: includes/classes/wp-maintenance-mode.php:652 views/maintenance.php:161
242
  msgid "Send"
243
  msgstr "Enviar"
244
 
245
- #: includes/classes/wp-maintenance-mode.php:865
246
- #: includes/classes/wp-maintenance-mode.php:899 views/maintenance.php:140
247
  msgid "Please enter a valid email address."
248
  msgstr "Por favor usa una dirección de correo electrónico valida."
249
 
250
- #: includes/classes/wp-maintenance-mode.php:877
251
  msgid "You successfully subscribed. Thanks!"
252
  msgstr ""
253
 
254
- #: includes/classes/wp-maintenance-mode.php:895
255
  msgid "All fields required."
256
  msgstr "Todos los campos son obligatorios."
257
 
258
- #: includes/classes/wp-maintenance-mode.php:907
259
  msgid "Message via contact"
260
  msgstr "Mensaje vía formulario de contacto."
261
 
262
- #: includes/classes/wp-maintenance-mode.php:924
263
  msgid "Your email was sent to the website administrator. Thanks!"
264
  msgstr "Tu mensaje ha sido enviado al administrador. ¡Muchas gracias!"
265
 
@@ -288,7 +289,7 @@ msgstr "Iniciar sesión"
288
  msgid "your e-mail..."
289
  msgstr "dirección de correo electrónico ..."
290
 
291
- #: views/maintenance.php:75 views/settings.php:273
292
  msgid "Subscribe"
293
  msgstr "Suscribirse"
294
 
@@ -321,19 +322,19 @@ msgstr "Contáctanos"
321
  msgid "Dashboard"
322
  msgstr "Escritorio"
323
 
324
- #: views/promo-strictthemes.php:1
325
- msgid "Premium WordPress Themes from WP Maintenance Mode authors!"
326
  msgstr ""
327
 
328
- #: views/promo-strictthemes.php:4
329
  msgid ""
330
- "We hope you like the WP Maintenance Mode plugin! Now you can buy WordPress "
331
- "Themes directly from us on ThemeForest. We're StrictThemes and we create "
332
- "best designed and coded WordPress Themes."
333
  msgstr ""
334
 
335
- #: views/promo-strictthemes.php:8
336
- msgid "See our WordPress Themes!"
337
  msgstr ""
338
 
339
  #: views/settings.php:6
@@ -360,15 +361,15 @@ msgstr ""
360
  msgid "GDPR"
361
  msgstr ""
362
 
363
- #: views/settings.php:26 views/settings.php:470 views/settings.php:637
364
  msgid "Status"
365
  msgstr "Estado"
366
 
367
- #: views/settings.php:28 views/settings.php:473 views/settings.php:639
368
  msgid "Activated"
369
  msgstr "Activado"
370
 
371
- #: views/settings.php:29 views/settings.php:474 views/settings.php:640
372
  msgid "Deactivated"
373
  msgstr "Desactivado"
374
 
@@ -376,15 +377,15 @@ msgstr "Desactivado"
376
  msgid "Bypass for Search Bots"
377
  msgstr "Evitar Robots de Búsqueda"
378
 
379
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
380
- #: views/settings.php:245 views/settings.php:281 views/settings.php:319
381
- #: views/settings.php:393 views/settings.php:425 views/settings.php:434
382
  msgid "Yes"
383
  msgstr "Si"
384
 
385
- #: views/settings.php:37 views/settings.php:107 views/settings.php:117
386
- #: views/settings.php:246 views/settings.php:282 views/settings.php:320
387
- #: views/settings.php:394 views/settings.php:426 views/settings.php:435
388
  msgid "No"
389
  msgstr "No"
390
 
@@ -396,31 +397,31 @@ msgstr "¿Permitir a los Robots de Búsqueda evitar el modo de mantenimiento?"
396
  msgid "Backend Role"
397
  msgstr "Rol de administración"
398
 
399
- #: views/settings.php:45 views/settings.php:61
400
  msgid "Select role(s)"
401
  msgstr ""
402
 
403
- #: views/settings.php:55
404
  msgid ""
405
  "Which user role is allowed to access the backend of this blog? "
406
  "Administrators will always have access."
407
  msgstr ""
408
 
409
- #: views/settings.php:59
410
  msgid "Frontend Role"
411
  msgstr "Rol de sitio"
412
 
413
- #: views/settings.php:71
414
  msgid ""
415
  "Which user role is allowed to access the frontend of this blog? "
416
  "Administrators will always have access."
417
  msgstr ""
418
 
419
- #: views/settings.php:75
420
  msgid "Robots Meta Tag"
421
  msgstr "Meta Etiqueta Robots"
422
 
423
- #: views/settings.php:81
424
  msgid ""
425
  "The robots meta tag lets you use a granular, page-specific approach to "
426
  "control how an individual page should be indexed and served to users in "
@@ -430,22 +431,22 @@ msgstr ""
430
  "ser indexadas y servidas las paginas a los usuarios en los resultados de "
431
  "búsqueda. "
432
 
433
- #: views/settings.php:85
434
  msgid "Redirection"
435
  msgstr "Redirección"
436
 
437
- #: views/settings.php:88
438
  msgid ""
439
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
440
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
441
  "(incl. http://)"
442
  msgstr ""
443
 
444
- #: views/settings.php:92
445
  msgid "Exclude"
446
  msgstr "Excluir"
447
 
448
- #: views/settings.php:99
449
  msgid ""
450
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
451
  "IP per line!"
@@ -453,135 +454,135 @@ msgstr ""
453
  "Excluye feed, paginas, archivos o direcciones IP del modo de mantenimiento. "
454
  "Agregua un slug por linea!"
455
 
456
- #: views/settings.php:103
457
  msgid "Notice"
458
  msgstr "Aviso"
459
 
460
- #: views/settings.php:109
461
  msgid "Do you want to see notices when maintenance mode is activated?"
462
  msgstr "¿Deseas ver avisos cuando el modo de mantenimiento esta activo?"
463
 
464
- #: views/settings.php:113
465
  msgid "Dashboard link"
466
  msgstr "Enlace al escritorio"
467
 
468
- #: views/settings.php:119
469
  msgid ""
470
  "Do you want to add a link to the dashboard on your maintenance mode page?"
471
  msgstr "¿Deseas agregar un enlace al escritorio en tu página de mantenimiento?"
472
 
473
- #: views/settings.php:127 views/settings.php:231 views/settings.php:452
474
- #: views/settings.php:622 views/settings.php:695
475
  msgid "Save settings"
476
  msgstr "Guardar ajustes"
477
 
478
- #: views/settings.php:128 views/settings.php:232 views/settings.php:453
479
- #: views/settings.php:623 views/settings.php:696
480
  msgid "Reset settings"
481
  msgstr "Restablecer ajustes"
482
 
483
- #: views/settings.php:133
484
  msgid "Content"
485
  msgstr "Contenido"
486
 
487
- #: views/settings.php:138
488
  msgid "Title (HTML tag)"
489
  msgstr "Título (Etiqueta HTML)"
490
 
491
- #: views/settings.php:144
492
  msgid "Heading"
493
  msgstr "Encabezado"
494
 
495
- #: views/settings.php:151 views/settings.php:287
496
  msgid "Text"
497
  msgstr "Texto"
498
 
499
- #: views/settings.php:166
500
  msgid "This text will not be shown when the bot feature is enabled."
501
  msgstr ""
502
 
503
- #: views/settings.php:172
504
  msgid "Background"
505
  msgstr "Fondo"
506
 
507
- #: views/settings.php:177
508
  msgid "Choose type"
509
  msgstr "Seleccionar tipo"
510
 
511
- #: views/settings.php:180
512
  msgid "Custom color"
513
  msgstr "Color personalizado"
514
 
515
- #: views/settings.php:181
516
  msgid "Uploaded background"
517
  msgstr "Fondo cargado"
518
 
519
- #: views/settings.php:182
520
  msgid "Predefined background"
521
  msgstr "Fondo predefinido"
522
 
523
- #: views/settings.php:187
524
  msgid "Choose color"
525
  msgstr "Elige un color"
526
 
527
- #: views/settings.php:193
528
  msgid "Upload background"
529
  msgstr "Sube un fondo"
530
 
531
- #: views/settings.php:197
532
  msgid "Backgrounds should have 1920x1280 px size."
533
  msgstr "El fondo debe medir 1920x1280 pixeles."
534
 
535
- #: views/settings.php:202
536
  msgid "Choose background"
537
  msgstr "Elige el fondo"
538
 
539
- #: views/settings.php:204
540
  #, php-format
541
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
542
  msgstr ""
543
 
544
- #: views/settings.php:237
545
  msgid "Countdown"
546
  msgstr "Contador"
547
 
548
- #: views/settings.php:242
549
  msgid "Show countdown?"
550
  msgstr "¿Mostrar contador?"
551
 
552
- #: views/settings.php:251
553
  msgid "Start date"
554
  msgstr "Fecha de inicio"
555
 
556
- #: views/settings.php:257
557
  msgid "Countdown (remaining time)"
558
  msgstr "Contador (tiempo restante)"
559
 
560
- #: views/settings.php:259
561
  msgid "Days"
562
  msgstr "Días"
563
 
564
- #: views/settings.php:260
565
  msgid "Hours"
566
  msgstr "Horas"
567
 
568
- #: views/settings.php:261
569
  msgid "Minutes"
570
  msgstr "Minutos"
571
 
572
- #: views/settings.php:265
573
  msgid "Color"
574
  msgstr "Color"
575
 
576
- #: views/settings.php:278
577
  msgid "Show subscribe?"
578
  msgstr "¿Mostrar suscribirse?"
579
 
580
- #: views/settings.php:294
581
  msgid "Stats"
582
  msgstr "Estadísticas"
583
 
584
- #: views/settings.php:298
585
  #, php-format
586
  msgctxt "settings page"
587
  msgid "You have %d subscriber"
@@ -589,238 +590,239 @@ msgid_plural "You have %s subscribers"
589
  msgstr[0] ""
590
  msgstr[1] ""
591
 
592
- #: views/settings.php:303
593
  msgid "Export as CSV"
594
  msgstr "Exportar como CSV"
595
 
596
- #: views/settings.php:304
597
  msgid "Empty subscribers list"
598
  msgstr ""
599
 
600
- #: views/settings.php:311
601
  msgid "Social Networks"
602
  msgstr "Redes Sociales"
603
 
604
- #: views/settings.php:316
605
  msgid "Show social networks?"
606
  msgstr "¿Mostrar redes sociales?"
607
 
608
- #: views/settings.php:325
609
  msgid "Links target?"
610
  msgstr "¿Destino de enlaces?"
611
 
612
- #: views/settings.php:328 views/settings.php:666
613
  msgid "New page"
614
  msgstr "Página nueva"
615
 
616
- #: views/settings.php:329 views/settings.php:667
617
  msgid "Same page"
618
  msgstr "Misma página"
619
 
620
- #: views/settings.php:331
621
  msgid "Choose how the links will open."
622
  msgstr "Selecciona como se abrirán los enlaces."
623
 
624
- #: views/settings.php:385
625
  msgid "Contact"
626
  msgstr "Contacto"
627
 
628
- #: views/settings.php:390
629
  msgid "Show contact?"
630
  msgstr "¿Mostrar contacto?"
631
 
632
- #: views/settings.php:399
633
  msgid "Email address"
634
  msgstr "Dirección de correo electrónico"
635
 
636
- #: views/settings.php:405
637
  msgid "Effects"
638
  msgstr "Efectos"
639
 
640
- #: views/settings.php:408
641
  msgid "Move top - Move bottom"
642
  msgstr "Mover al inicio - Mover al final"
643
 
644
- #: views/settings.php:409
645
  msgid "Zoom - Zoomed"
646
  msgstr "Ampliar - Ampliado"
647
 
648
- #: views/settings.php:410
649
  msgid "Fold - Unfold"
650
  msgstr "Colapsar - Expandir"
651
 
652
- #: views/settings.php:417
653
  msgid "Google Analytics"
654
  msgstr "Google Analytics"
655
 
656
- #: views/settings.php:422
657
  msgid "Use Google Analytics?"
658
  msgstr "¿Usar Google Analytics?"
659
 
660
- #: views/settings.php:431
661
  msgid "Enable IP anonymization?"
662
  msgstr ""
663
 
664
- #: views/settings.php:441
665
  msgid "Tracking code"
666
  msgstr "Código de rastreo"
667
 
668
- #: views/settings.php:444
669
  msgid ""
670
- "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
 
671
  msgstr ""
672
 
673
- #: views/settings.php:462
674
  msgid ""
675
  "Setup the conversation steps to capture more subscribers with this friendly "
676
  "way of asking email addresess."
677
  msgstr ""
678
 
679
- #: views/settings.php:463
680
  msgid ""
681
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
682
  "make the conversation even more realistic."
683
  msgstr ""
684
 
685
- #: views/settings.php:464
686
  msgid ""
687
  "It is also ok if you don't fill in all the conversation steps if you don't "
688
  "need to."
689
  msgstr ""
690
 
691
- #: views/settings.php:465
692
  msgid ""
693
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
694
  "&raquo; Export as CSV."
695
  msgstr ""
696
 
697
- #: views/settings.php:478
698
  #, fuzzy
699
  msgid "Bot Name"
700
  msgstr "Nombre"
701
 
702
- #: views/settings.php:481
703
  msgid "This name will appear when the bot is typing."
704
  msgstr ""
705
 
706
- #: views/settings.php:485
707
  #, fuzzy
708
  msgid "Upload avatar"
709
  msgstr "Sube un fondo"
710
 
711
- #: views/settings.php:489
712
  msgid "A 512 x 512 px will work just fine."
713
  msgstr ""
714
 
715
- #: views/settings.php:495
716
  msgid "Customize Messages"
717
  msgstr ""
718
 
719
- #: views/settings.php:500
720
  msgid "Message 1"
721
  msgstr ""
722
 
723
- #: views/settings.php:508
724
  msgid "Message 2"
725
  msgstr ""
726
 
727
- #: views/settings.php:516
728
  msgid "Message 3"
729
  msgstr ""
730
 
731
- #: views/settings.php:524 views/settings.php:564 views/settings.php:586
732
  msgid "Response"
733
  msgstr ""
734
 
735
- #: views/settings.php:528 views/settings.php:590
736
  msgid "Edit the placeholder's text"
737
  msgstr ""
738
 
739
- #: views/settings.php:532
740
  msgid "Message 4"
741
  msgstr ""
742
 
743
- #: views/settings.php:540
744
  msgid "Message 5"
745
  msgstr ""
746
 
747
- #: views/settings.php:548
748
  msgid "Message 6"
749
  msgstr ""
750
 
751
- #: views/settings.php:556
752
  msgid "Message 7"
753
  msgstr ""
754
 
755
- #: views/settings.php:568
756
  msgid "Edit button one"
757
  msgstr ""
758
 
759
- #: views/settings.php:572
760
  msgid "Edit button two"
761
  msgstr ""
762
 
763
- #: views/settings.php:578 views/settings.php:594
764
  msgid "Message 8"
765
  msgstr ""
766
 
767
- #: views/settings.php:578 views/settings.php:602 views/settings.php:610
768
  msgid "(click on button one)"
769
  msgstr ""
770
 
771
- #: views/settings.php:594
772
  msgid "(click on button two)"
773
  msgstr ""
774
 
775
- #: views/settings.php:602
776
  msgid "Message 9"
777
  msgstr ""
778
 
779
- #: views/settings.php:610
780
  msgid "Message 10"
781
  msgstr ""
782
 
783
- #: views/settings.php:632
784
  msgid ""
785
  "To make the plugin GDPR compliant, fill in the details and enable this "
786
  "section."
787
  msgstr ""
788
 
789
- #: views/settings.php:633
790
  msgid ""
791
  "Here we added some generic texts that you may want to review, change or "
792
  "remove."
793
  msgstr ""
794
 
795
- #: views/settings.php:645
796
  msgid "Link name"
797
  msgstr ""
798
 
799
- #: views/settings.php:649
800
  msgid "Label the link that will be shown on frontend footer"
801
  msgstr ""
802
 
803
- #: views/settings.php:654
804
  msgid "P. Policy page link"
805
  msgstr ""
806
 
807
- #: views/settings.php:663
808
  msgid "P. Policy link target"
809
  msgstr ""
810
 
811
- #: views/settings.php:669
812
  msgid "Choose how the link will open."
813
  msgstr ""
814
 
815
- #: views/settings.php:674
816
  msgid "Contact form 'tail'"
817
  msgstr ""
818
 
819
- #: views/settings.php:678 views/settings.php:687
820
  msgid "This will be shown together with the acceptance checkbox below the form"
821
  msgstr ""
822
 
823
- #: views/settings.php:683
824
  msgid "Subscribe form 'tail'"
825
  msgstr ""
826
 
@@ -845,12 +847,11 @@ msgid "GitHub"
845
  msgstr "GitHub"
846
 
847
  #: views/sidebar.php:27
848
- msgid "Other products"
849
  msgstr ""
850
 
851
- #: views/sidebar.php:48
852
- msgid "Resources"
853
- msgstr "Recursos"
854
 
855
  #~ msgid "You have %d subscriber(s)"
856
  #~ msgstr "Hay %d suscriptor(es)"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.3.0\n"
4
+ "POT-Creation-Date: 2020-12-07 17:14+0200\n"
5
+ "PO-Revision-Date: 2020-12-07 17:14+0200\n"
6
  "Last-Translator: Erick Ruiz de Chavez <erick@erch.co>\n"
7
  "Language-Team: Designmodo <info@designmodo.com>\n"
8
  "Language: es_ES\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 2.4.2\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
26
  #: includes/classes/wp-maintenance-mode-admin.php:121
27
  #: includes/classes/wp-maintenance-mode-admin.php:159
28
  #: includes/classes/wp-maintenance-mode-admin.php:182
29
+ #: includes/classes/wp-maintenance-mode-admin.php:252
30
  msgid "You do not have access to this resource."
31
  msgstr ""
32
 
47
  msgstr ""
48
 
49
  #: includes/classes/wp-maintenance-mode-admin.php:197
50
+ #: includes/classes/wp-maintenance-mode-admin.php:248
51
  msgid "Security check."
52
  msgstr ""
53
 
59
  msgid "WP Maintenance Mode"
60
  msgstr "Modo de Mantenimiento WP"
61
 
62
+ #: includes/classes/wp-maintenance-mode-admin.php:500
63
  msgid ""
64
  "WPMM: The file data.js could not be written, the bot will not work correctly."
65
  msgstr ""
66
 
67
+ #: includes/classes/wp-maintenance-mode-admin.php:534
68
  msgid "Settings"
69
  msgstr "Ajustes"
70
 
71
+ #: includes/classes/wp-maintenance-mode-admin.php:553
72
  #, php-format
73
  msgid ""
74
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
77
  "El modo de mantenimiento está <strong>activo</strong>. Por favor no olvides "
78
  "<a href=\"%s\">desactivarlo</a> tan pronto como termines."
79
 
80
+ #: includes/classes/wp-maintenance-mode-admin.php:590
81
  msgid "Notice key cannot be empty."
82
  msgstr ""
83
 
84
+ #: includes/classes/wp-maintenance-mode-admin.php:638
85
  #, php-format
86
  msgid ""
87
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
88
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
89
  msgstr ""
90
 
91
+ #: includes/classes/wp-maintenance-mode-admin.php:662
92
  msgid ""
93
  "Your WordPress version supports Privacy settings but you haven't set any "
94
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
95
  msgstr ""
96
 
97
+ #: includes/classes/wp-maintenance-mode-admin.php:665
98
  #, php-format
99
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
100
  msgstr ""
101
 
102
+ #: includes/classes/wp-maintenance-mode-admin.php:670
103
  #, php-format
104
  msgid ""
105
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
106
  "that's correct ignore this message, otherwise %s"
107
  msgstr ""
108
 
109
+ #: includes/classes/wp-maintenance-mode-admin.php:674
110
  msgid ""
111
  "No privacy features detected for your WordPress version. Update WordPress to "
112
  "get this field automatically filled in or type in the URL that points to "
149
  msgstr ""
150
 
151
  #: includes/classes/wp-maintenance-mode.php:152
152
+ msgid "How you can see, our website will be launched very soon."
153
  msgstr ""
154
 
155
  #: includes/classes/wp-maintenance-mode.php:153
180
  msgstr ""
181
 
182
  #: includes/classes/wp-maintenance-mode.php:161
183
+ #: includes/classes/wp-maintenance-mode.php:654
184
  msgid "Type your name here…"
185
  msgstr ""
186
 
193
  msgstr ""
194
 
195
  #: includes/classes/wp-maintenance-mode.php:164
196
+ #: includes/classes/wp-maintenance-mode.php:655
197
  #, fuzzy
198
  msgid "Type your email here…"
199
  msgstr "Introduce tu dirección de correo electrónico"
230
  msgid "Maintenance Mode"
231
  msgstr "Modo de Mantenimiento"
232
 
233
+ #: includes/classes/wp-maintenance-mode.php:651
234
  msgid "Please type in your name."
235
  msgstr ""
236
 
237
+ #: includes/classes/wp-maintenance-mode.php:652
238
  #, fuzzy
239
  msgid "Please type in a valid email address."
240
  msgstr "Por favor usa una dirección de correo electrónico valida."
241
 
242
+ #: includes/classes/wp-maintenance-mode.php:656 views/maintenance.php:161
243
  msgid "Send"
244
  msgstr "Enviar"
245
 
246
+ #: includes/classes/wp-maintenance-mode.php:869
247
+ #: includes/classes/wp-maintenance-mode.php:903 views/maintenance.php:140
248
  msgid "Please enter a valid email address."
249
  msgstr "Por favor usa una dirección de correo electrónico valida."
250
 
251
+ #: includes/classes/wp-maintenance-mode.php:881
252
  msgid "You successfully subscribed. Thanks!"
253
  msgstr ""
254
 
255
+ #: includes/classes/wp-maintenance-mode.php:899
256
  msgid "All fields required."
257
  msgstr "Todos los campos son obligatorios."
258
 
259
+ #: includes/classes/wp-maintenance-mode.php:911
260
  msgid "Message via contact"
261
  msgstr "Mensaje vía formulario de contacto."
262
 
263
+ #: includes/classes/wp-maintenance-mode.php:928
264
  msgid "Your email was sent to the website administrator. Thanks!"
265
  msgstr "Tu mensaje ha sido enviado al administrador. ¡Muchas gracias!"
266
 
289
  msgid "your e-mail..."
290
  msgstr "dirección de correo electrónico ..."
291
 
292
+ #: views/maintenance.php:75 views/settings.php:257
293
  msgid "Subscribe"
294
  msgstr "Suscribirse"
295
 
322
  msgid "Dashboard"
323
  msgstr "Escritorio"
324
 
325
+ #: views/promo-blocksy.php:1
326
+ msgid "Blocksy - The Most Innovative & Lightning Fast WordPress Theme"
327
  msgstr ""
328
 
329
+ #: views/promo-blocksy.php:4
330
  msgid ""
331
+ "A blazing fast and lightweight WordPress theme built with the latest web "
332
+ "technologies. It was built with the Gutenberg editor in mind and has a lot "
333
+ "of options that makes it extendable and customizable."
334
  msgstr ""
335
 
336
+ #: views/promo-blocksy.php:8
337
+ msgid "Download for Free Now"
338
  msgstr ""
339
 
340
  #: views/settings.php:6
361
  msgid "GDPR"
362
  msgstr ""
363
 
364
+ #: views/settings.php:26 views/settings.php:455 views/settings.php:622
365
  msgid "Status"
366
  msgstr "Estado"
367
 
368
+ #: views/settings.php:28 views/settings.php:458 views/settings.php:624
369
  msgid "Activated"
370
  msgstr "Activado"
371
 
372
+ #: views/settings.php:29 views/settings.php:459 views/settings.php:625
373
  msgid "Deactivated"
374
  msgstr "Desactivado"
375
 
377
  msgid "Bypass for Search Bots"
378
  msgstr "Evitar Robots de Búsqueda"
379
 
380
+ #: views/settings.php:36 views/settings.php:96 views/settings.php:106
381
+ #: views/settings.php:229 views/settings.php:265 views/settings.php:304
382
+ #: views/settings.php:378 views/settings.php:410 views/settings.php:419
383
  msgid "Yes"
384
  msgstr "Si"
385
 
386
+ #: views/settings.php:37 views/settings.php:97 views/settings.php:107
387
+ #: views/settings.php:230 views/settings.php:266 views/settings.php:305
388
+ #: views/settings.php:379 views/settings.php:411 views/settings.php:420
389
  msgid "No"
390
  msgstr "No"
391
 
397
  msgid "Backend Role"
398
  msgstr "Rol de administración"
399
 
400
+ #: views/settings.php:45 views/settings.php:56
401
  msgid "Select role(s)"
402
  msgstr ""
403
 
404
+ #: views/settings.php:50
405
  msgid ""
406
  "Which user role is allowed to access the backend of this blog? "
407
  "Administrators will always have access."
408
  msgstr ""
409
 
410
+ #: views/settings.php:54
411
  msgid "Frontend Role"
412
  msgstr "Rol de sitio"
413
 
414
+ #: views/settings.php:61
415
  msgid ""
416
  "Which user role is allowed to access the frontend of this blog? "
417
  "Administrators will always have access."
418
  msgstr ""
419
 
420
+ #: views/settings.php:65
421
  msgid "Robots Meta Tag"
422
  msgstr "Meta Etiqueta Robots"
423
 
424
+ #: views/settings.php:71
425
  msgid ""
426
  "The robots meta tag lets you use a granular, page-specific approach to "
427
  "control how an individual page should be indexed and served to users in "
431
  "ser indexadas y servidas las paginas a los usuarios en los resultados de "
432
  "búsqueda. "
433
 
434
+ #: views/settings.php:75
435
  msgid "Redirection"
436
  msgstr "Redirección"
437
 
438
+ #: views/settings.php:78
439
  msgid ""
440
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
441
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
442
  "(incl. http://)"
443
  msgstr ""
444
 
445
+ #: views/settings.php:82
446
  msgid "Exclude"
447
  msgstr "Excluir"
448
 
449
+ #: views/settings.php:89
450
  msgid ""
451
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
452
  "IP per line!"
454
  "Excluye feed, paginas, archivos o direcciones IP del modo de mantenimiento. "
455
  "Agregua un slug por linea!"
456
 
457
+ #: views/settings.php:93
458
  msgid "Notice"
459
  msgstr "Aviso"
460
 
461
+ #: views/settings.php:99
462
  msgid "Do you want to see notices when maintenance mode is activated?"
463
  msgstr "¿Deseas ver avisos cuando el modo de mantenimiento esta activo?"
464
 
465
+ #: views/settings.php:103
466
  msgid "Dashboard link"
467
  msgstr "Enlace al escritorio"
468
 
469
+ #: views/settings.php:109
470
  msgid ""
471
  "Do you want to add a link to the dashboard on your maintenance mode page?"
472
  msgstr "¿Deseas agregar un enlace al escritorio en tu página de mantenimiento?"
473
 
474
+ #: views/settings.php:117 views/settings.php:215 views/settings.php:437
475
+ #: views/settings.php:607 views/settings.php:680
476
  msgid "Save settings"
477
  msgstr "Guardar ajustes"
478
 
479
+ #: views/settings.php:118 views/settings.php:216 views/settings.php:438
480
+ #: views/settings.php:608 views/settings.php:681
481
  msgid "Reset settings"
482
  msgstr "Restablecer ajustes"
483
 
484
+ #: views/settings.php:123
485
  msgid "Content"
486
  msgstr "Contenido"
487
 
488
+ #: views/settings.php:128
489
  msgid "Title (HTML tag)"
490
  msgstr "Título (Etiqueta HTML)"
491
 
492
+ #: views/settings.php:134
493
  msgid "Heading"
494
  msgstr "Encabezado"
495
 
496
+ #: views/settings.php:141 views/settings.php:271
497
  msgid "Text"
498
  msgstr "Texto"
499
 
500
+ #: views/settings.php:156
501
  msgid "This text will not be shown when the bot feature is enabled."
502
  msgstr ""
503
 
504
+ #: views/settings.php:162
505
  msgid "Background"
506
  msgstr "Fondo"
507
 
508
+ #: views/settings.php:167
509
  msgid "Choose type"
510
  msgstr "Seleccionar tipo"
511
 
512
+ #: views/settings.php:170
513
  msgid "Custom color"
514
  msgstr "Color personalizado"
515
 
516
+ #: views/settings.php:171
517
  msgid "Uploaded background"
518
  msgstr "Fondo cargado"
519
 
520
+ #: views/settings.php:172
521
  msgid "Predefined background"
522
  msgstr "Fondo predefinido"
523
 
524
+ #: views/settings.php:177
525
  msgid "Choose color"
526
  msgstr "Elige un color"
527
 
528
+ #: views/settings.php:183
529
  msgid "Upload background"
530
  msgstr "Sube un fondo"
531
 
532
+ #: views/settings.php:187
533
  msgid "Backgrounds should have 1920x1280 px size."
534
  msgstr "El fondo debe medir 1920x1280 pixeles."
535
 
536
+ #: views/settings.php:192
537
  msgid "Choose background"
538
  msgstr "Elige el fondo"
539
 
540
+ #: views/settings.php:194
541
  #, php-format
542
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
543
  msgstr ""
544
 
545
+ #: views/settings.php:221
546
  msgid "Countdown"
547
  msgstr "Contador"
548
 
549
+ #: views/settings.php:226
550
  msgid "Show countdown?"
551
  msgstr "¿Mostrar contador?"
552
 
553
+ #: views/settings.php:235
554
  msgid "Start date"
555
  msgstr "Fecha de inicio"
556
 
557
+ #: views/settings.php:241
558
  msgid "Countdown (remaining time)"
559
  msgstr "Contador (tiempo restante)"
560
 
561
+ #: views/settings.php:243
562
  msgid "Days"
563
  msgstr "Días"
564
 
565
+ #: views/settings.php:244
566
  msgid "Hours"
567
  msgstr "Horas"
568
 
569
+ #: views/settings.php:245
570
  msgid "Minutes"
571
  msgstr "Minutos"
572
 
573
+ #: views/settings.php:249
574
  msgid "Color"
575
  msgstr "Color"
576
 
577
+ #: views/settings.php:262
578
  msgid "Show subscribe?"
579
  msgstr "¿Mostrar suscribirse?"
580
 
581
+ #: views/settings.php:278
582
  msgid "Stats"
583
  msgstr "Estadísticas"
584
 
585
+ #: views/settings.php:282
586
  #, php-format
587
  msgctxt "settings page"
588
  msgid "You have %d subscriber"
590
  msgstr[0] ""
591
  msgstr[1] ""
592
 
593
+ #: views/settings.php:287
594
  msgid "Export as CSV"
595
  msgstr "Exportar como CSV"
596
 
597
+ #: views/settings.php:288
598
  msgid "Empty subscribers list"
599
  msgstr ""
600
 
601
+ #: views/settings.php:296
602
  msgid "Social Networks"
603
  msgstr "Redes Sociales"
604
 
605
+ #: views/settings.php:301
606
  msgid "Show social networks?"
607
  msgstr "¿Mostrar redes sociales?"
608
 
609
+ #: views/settings.php:310
610
  msgid "Links target?"
611
  msgstr "¿Destino de enlaces?"
612
 
613
+ #: views/settings.php:313 views/settings.php:651
614
  msgid "New page"
615
  msgstr "Página nueva"
616
 
617
+ #: views/settings.php:314 views/settings.php:652
618
  msgid "Same page"
619
  msgstr "Misma página"
620
 
621
+ #: views/settings.php:316
622
  msgid "Choose how the links will open."
623
  msgstr "Selecciona como se abrirán los enlaces."
624
 
625
+ #: views/settings.php:370
626
  msgid "Contact"
627
  msgstr "Contacto"
628
 
629
+ #: views/settings.php:375
630
  msgid "Show contact?"
631
  msgstr "¿Mostrar contacto?"
632
 
633
+ #: views/settings.php:384
634
  msgid "Email address"
635
  msgstr "Dirección de correo electrónico"
636
 
637
+ #: views/settings.php:390
638
  msgid "Effects"
639
  msgstr "Efectos"
640
 
641
+ #: views/settings.php:393
642
  msgid "Move top - Move bottom"
643
  msgstr "Mover al inicio - Mover al final"
644
 
645
+ #: views/settings.php:394
646
  msgid "Zoom - Zoomed"
647
  msgstr "Ampliar - Ampliado"
648
 
649
+ #: views/settings.php:395
650
  msgid "Fold - Unfold"
651
  msgstr "Colapsar - Expandir"
652
 
653
+ #: views/settings.php:402
654
  msgid "Google Analytics"
655
  msgstr "Google Analytics"
656
 
657
+ #: views/settings.php:407
658
  msgid "Use Google Analytics?"
659
  msgstr "¿Usar Google Analytics?"
660
 
661
+ #: views/settings.php:416
662
  msgid "Enable IP anonymization?"
663
  msgstr ""
664
 
665
+ #: views/settings.php:426
666
  msgid "Tracking code"
667
  msgstr "Código de rastreo"
668
 
669
+ #: views/settings.php:429
670
  msgid ""
671
+ "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX, G-XXXXXXXX. Eg: "
672
+ "UA-12345678-1 is valid"
673
  msgstr ""
674
 
675
+ #: views/settings.php:447
676
  msgid ""
677
  "Setup the conversation steps to capture more subscribers with this friendly "
678
  "way of asking email addresess."
679
  msgstr ""
680
 
681
+ #: views/settings.php:448
682
  msgid ""
683
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
684
  "make the conversation even more realistic."
685
  msgstr ""
686
 
687
+ #: views/settings.php:449
688
  msgid ""
689
  "It is also ok if you don't fill in all the conversation steps if you don't "
690
  "need to."
691
  msgstr ""
692
 
693
+ #: views/settings.php:450
694
  msgid ""
695
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
696
  "&raquo; Export as CSV."
697
  msgstr ""
698
 
699
+ #: views/settings.php:463
700
  #, fuzzy
701
  msgid "Bot Name"
702
  msgstr "Nombre"
703
 
704
+ #: views/settings.php:466
705
  msgid "This name will appear when the bot is typing."
706
  msgstr ""
707
 
708
+ #: views/settings.php:470
709
  #, fuzzy
710
  msgid "Upload avatar"
711
  msgstr "Sube un fondo"
712
 
713
+ #: views/settings.php:474
714
  msgid "A 512 x 512 px will work just fine."
715
  msgstr ""
716
 
717
+ #: views/settings.php:480
718
  msgid "Customize Messages"
719
  msgstr ""
720
 
721
+ #: views/settings.php:485
722
  msgid "Message 1"
723
  msgstr ""
724
 
725
+ #: views/settings.php:493
726
  msgid "Message 2"
727
  msgstr ""
728
 
729
+ #: views/settings.php:501
730
  msgid "Message 3"
731
  msgstr ""
732
 
733
+ #: views/settings.php:509 views/settings.php:549 views/settings.php:571
734
  msgid "Response"
735
  msgstr ""
736
 
737
+ #: views/settings.php:513 views/settings.php:575
738
  msgid "Edit the placeholder's text"
739
  msgstr ""
740
 
741
+ #: views/settings.php:517
742
  msgid "Message 4"
743
  msgstr ""
744
 
745
+ #: views/settings.php:525
746
  msgid "Message 5"
747
  msgstr ""
748
 
749
+ #: views/settings.php:533
750
  msgid "Message 6"
751
  msgstr ""
752
 
753
+ #: views/settings.php:541
754
  msgid "Message 7"
755
  msgstr ""
756
 
757
+ #: views/settings.php:553
758
  msgid "Edit button one"
759
  msgstr ""
760
 
761
+ #: views/settings.php:557
762
  msgid "Edit button two"
763
  msgstr ""
764
 
765
+ #: views/settings.php:563 views/settings.php:579
766
  msgid "Message 8"
767
  msgstr ""
768
 
769
+ #: views/settings.php:563 views/settings.php:587 views/settings.php:595
770
  msgid "(click on button one)"
771
  msgstr ""
772
 
773
+ #: views/settings.php:579
774
  msgid "(click on button two)"
775
  msgstr ""
776
 
777
+ #: views/settings.php:587
778
  msgid "Message 9"
779
  msgstr ""
780
 
781
+ #: views/settings.php:595
782
  msgid "Message 10"
783
  msgstr ""
784
 
785
+ #: views/settings.php:617
786
  msgid ""
787
  "To make the plugin GDPR compliant, fill in the details and enable this "
788
  "section."
789
  msgstr ""
790
 
791
+ #: views/settings.php:618
792
  msgid ""
793
  "Here we added some generic texts that you may want to review, change or "
794
  "remove."
795
  msgstr ""
796
 
797
+ #: views/settings.php:630
798
  msgid "Link name"
799
  msgstr ""
800
 
801
+ #: views/settings.php:634
802
  msgid "Label the link that will be shown on frontend footer"
803
  msgstr ""
804
 
805
+ #: views/settings.php:639
806
  msgid "P. Policy page link"
807
  msgstr ""
808
 
809
+ #: views/settings.php:648
810
  msgid "P. Policy link target"
811
  msgstr ""
812
 
813
+ #: views/settings.php:654
814
  msgid "Choose how the link will open."
815
  msgstr ""
816
 
817
+ #: views/settings.php:659
818
  msgid "Contact form 'tail'"
819
  msgstr ""
820
 
821
+ #: views/settings.php:663 views/settings.php:672
822
  msgid "This will be shown together with the acceptance checkbox below the form"
823
  msgstr ""
824
 
825
+ #: views/settings.php:668
826
  msgid "Subscribe form 'tail'"
827
  msgstr ""
828
 
847
  msgstr "GitHub"
848
 
849
  #: views/sidebar.php:27
850
+ msgid "Recommended"
851
  msgstr ""
852
 
853
+ #~ msgid "Resources"
854
+ #~ msgstr "Recursos"
 
855
 
856
  #~ msgid "You have %d subscriber(s)"
857
  #~ msgstr "Hay %d suscriptor(es)"
languages/wp-maintenance-mode-fa_IR.mo CHANGED
Binary file
languages/wp-maintenance-mode-fa_IR.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WP Maintenance Mode 2.2.4\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-05-20 10:30+0300\n"
6
- "PO-Revision-Date: 2019-05-20 10:30+0300\n"
7
  "Last-Translator: Milad Nekofar <milad@nekofar.com>\n"
8
  "Language-Team: Milad Nekofar <milad@nekofar.com>\n"
9
  "Language: fa\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=1; plural=0;\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
- "X-Generator: Poedit 2.2.2\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
18
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
@@ -28,6 +28,7 @@ msgstr ""
28
  #: includes/classes/wp-maintenance-mode-admin.php:121
29
  #: includes/classes/wp-maintenance-mode-admin.php:159
30
  #: includes/classes/wp-maintenance-mode-admin.php:182
 
31
  msgid "You do not have access to this resource."
32
  msgstr ""
33
 
@@ -47,7 +48,7 @@ msgid "The tab slug must not be empty."
47
  msgstr ""
48
 
49
  #: includes/classes/wp-maintenance-mode-admin.php:197
50
- #: includes/classes/wp-maintenance-mode-admin.php:251
51
  msgid "Security check."
52
  msgstr ""
53
 
@@ -59,16 +60,16 @@ msgstr ""
59
  msgid "WP Maintenance Mode"
60
  msgstr "حالت تعمیر و نگهداری"
61
 
62
- #: includes/classes/wp-maintenance-mode-admin.php:498
63
  msgid ""
64
  "WPMM: The file data.js could not be written, the bot will not work correctly."
65
  msgstr ""
66
 
67
- #: includes/classes/wp-maintenance-mode-admin.php:532
68
  msgid "Settings"
69
  msgstr "تنظیمات"
70
 
71
- #: includes/classes/wp-maintenance-mode-admin.php:551
72
  #, php-format
73
  msgid ""
74
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -77,36 +78,36 @@ msgstr ""
77
  "حالت حالت تعمیر و نگهداری <strong>فعال</strong> است. فراموش نکنید که در "
78
  "اولین فرصت ممکن ان را <a href=\"%s\">غیرفعال</a> کنید."
79
 
80
- #: includes/classes/wp-maintenance-mode-admin.php:588
81
  msgid "Notice key cannot be empty."
82
  msgstr ""
83
 
84
- #: includes/classes/wp-maintenance-mode-admin.php:636
85
  #, php-format
86
  msgid ""
87
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
88
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
89
  msgstr ""
90
 
91
- #: includes/classes/wp-maintenance-mode-admin.php:660
92
  msgid ""
93
  "Your WordPress version supports Privacy settings but you haven't set any "
94
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
95
  msgstr ""
96
 
97
- #: includes/classes/wp-maintenance-mode-admin.php:663
98
  #, php-format
99
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
100
  msgstr ""
101
 
102
- #: includes/classes/wp-maintenance-mode-admin.php:668
103
  #, php-format
104
  msgid ""
105
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
106
  "that's correct ignore this message, otherwise %s"
107
  msgstr ""
108
 
109
- #: includes/classes/wp-maintenance-mode-admin.php:672
110
  msgid ""
111
  "No privacy features detected for your WordPress version. Update WordPress to "
112
  "get this field automatically filled in or type in the URL that points to "
@@ -147,7 +148,7 @@ msgid "Nice to meet you here, {visitor_name}!"
147
  msgstr ""
148
 
149
  #: includes/classes/wp-maintenance-mode.php:152
150
- msgid "How you can see, our website will be lauched very soon."
151
  msgstr ""
152
 
153
  #: includes/classes/wp-maintenance-mode.php:153
@@ -178,7 +179,7 @@ msgid "Have a great day!"
178
  msgstr ""
179
 
180
  #: includes/classes/wp-maintenance-mode.php:161
181
- #: includes/classes/wp-maintenance-mode.php:650
182
  msgid "Type your name here…"
183
  msgstr ""
184
 
@@ -191,7 +192,7 @@ msgid "Boring"
191
  msgstr ""
192
 
193
  #: includes/classes/wp-maintenance-mode.php:164
194
- #: includes/classes/wp-maintenance-mode.php:651
195
  msgid "Type your email here…"
196
  msgstr ""
197
 
@@ -225,37 +226,37 @@ msgstr ""
225
  msgid "Maintenance Mode"
226
  msgstr "حالت تعمیر و نگهداری"
227
 
228
- #: includes/classes/wp-maintenance-mode.php:647
229
  msgid "Please type in your name."
230
  msgstr ""
231
 
232
- #: includes/classes/wp-maintenance-mode.php:648
233
  #, fuzzy
234
  msgid "Please type in a valid email address."
235
  msgstr "لطفا ایمیل آدرس معتبر وارد نمایید."
236
 
237
- #: includes/classes/wp-maintenance-mode.php:652 views/maintenance.php:161
238
  msgid "Send"
239
  msgstr "ارسال"
240
 
241
- #: includes/classes/wp-maintenance-mode.php:865
242
- #: includes/classes/wp-maintenance-mode.php:899 views/maintenance.php:140
243
  msgid "Please enter a valid email address."
244
  msgstr "لطفا ایمیل آدرس معتبر وارد نمایید."
245
 
246
- #: includes/classes/wp-maintenance-mode.php:877
247
  msgid "You successfully subscribed. Thanks!"
248
  msgstr ""
249
 
250
- #: includes/classes/wp-maintenance-mode.php:895
251
  msgid "All fields required."
252
  msgstr "تمام فیلد ها لازم است."
253
 
254
- #: includes/classes/wp-maintenance-mode.php:907
255
  msgid "Message via contact"
256
  msgstr ""
257
 
258
- #: includes/classes/wp-maintenance-mode.php:924
259
  msgid "Your email was sent to the website administrator. Thanks!"
260
  msgstr ""
261
 
@@ -284,7 +285,7 @@ msgstr "ورود"
284
  msgid "your e-mail..."
285
  msgstr "ایمیل شما..."
286
 
287
- #: views/maintenance.php:75 views/settings.php:273
288
  msgid "Subscribe"
289
  msgstr "اشتراک"
290
 
@@ -317,19 +318,19 @@ msgstr "ارتباط با ما"
317
  msgid "Dashboard"
318
  msgstr "پیشخوان"
319
 
320
- #: views/promo-strictthemes.php:1
321
- msgid "Premium WordPress Themes from WP Maintenance Mode authors!"
322
  msgstr ""
323
 
324
- #: views/promo-strictthemes.php:4
325
  msgid ""
326
- "We hope you like the WP Maintenance Mode plugin! Now you can buy WordPress "
327
- "Themes directly from us on ThemeForest. We're StrictThemes and we create "
328
- "best designed and coded WordPress Themes."
329
  msgstr ""
330
 
331
- #: views/promo-strictthemes.php:8
332
- msgid "See our WordPress Themes!"
333
  msgstr ""
334
 
335
  #: views/settings.php:6
@@ -356,15 +357,15 @@ msgstr ""
356
  msgid "GDPR"
357
  msgstr ""
358
 
359
- #: views/settings.php:26 views/settings.php:470 views/settings.php:637
360
  msgid "Status"
361
  msgstr "وضعیت"
362
 
363
- #: views/settings.php:28 views/settings.php:473 views/settings.php:639
364
  msgid "Activated"
365
  msgstr "فعال‌شده"
366
 
367
- #: views/settings.php:29 views/settings.php:474 views/settings.php:640
368
  msgid "Deactivated"
369
  msgstr "غیرفعال‌شده"
370
 
@@ -372,15 +373,15 @@ msgstr "غیرفعال‌شده"
372
  msgid "Bypass for Search Bots"
373
  msgstr ""
374
 
375
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
376
- #: views/settings.php:245 views/settings.php:281 views/settings.php:319
377
- #: views/settings.php:393 views/settings.php:425 views/settings.php:434
378
  msgid "Yes"
379
  msgstr "بله"
380
 
381
- #: views/settings.php:37 views/settings.php:107 views/settings.php:117
382
- #: views/settings.php:246 views/settings.php:282 views/settings.php:320
383
- #: views/settings.php:394 views/settings.php:426 views/settings.php:435
384
  msgid "No"
385
  msgstr "خیر"
386
 
@@ -392,425 +393,426 @@ msgstr ""
392
  msgid "Backend Role"
393
  msgstr ""
394
 
395
- #: views/settings.php:45 views/settings.php:61
396
  msgid "Select role(s)"
397
  msgstr ""
398
 
399
- #: views/settings.php:55
400
  msgid ""
401
  "Which user role is allowed to access the backend of this blog? "
402
  "Administrators will always have access."
403
  msgstr ""
404
 
405
- #: views/settings.php:59
406
  msgid "Frontend Role"
407
  msgstr ""
408
 
409
- #: views/settings.php:71
410
  msgid ""
411
  "Which user role is allowed to access the frontend of this blog? "
412
  "Administrators will always have access."
413
  msgstr ""
414
 
415
- #: views/settings.php:75
416
  msgid "Robots Meta Tag"
417
  msgstr ""
418
 
419
- #: views/settings.php:81
420
  msgid ""
421
  "The robots meta tag lets you use a granular, page-specific approach to "
422
  "control how an individual page should be indexed and served to users in "
423
  "search results."
424
  msgstr ""
425
 
426
- #: views/settings.php:85
427
  msgid "Redirection"
428
  msgstr "تغییر مسیر"
429
 
430
- #: views/settings.php:88
431
  msgid ""
432
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
433
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
434
  "(incl. http://)"
435
  msgstr ""
436
 
437
- #: views/settings.php:92
438
  msgid "Exclude"
439
  msgstr "مستثنی"
440
 
441
- #: views/settings.php:99
442
  msgid ""
443
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
444
  "IP per line!"
445
  msgstr ""
446
 
447
- #: views/settings.php:103
448
  msgid "Notice"
449
  msgstr "توجه"
450
 
451
- #: views/settings.php:109
452
  msgid "Do you want to see notices when maintenance mode is activated?"
453
  msgstr ""
454
 
455
- #: views/settings.php:113
456
  msgid "Dashboard link"
457
  msgstr "لینک پیشخوان"
458
 
459
- #: views/settings.php:119
460
  msgid ""
461
  "Do you want to add a link to the dashboard on your maintenance mode page?"
462
  msgstr ""
463
 
464
- #: views/settings.php:127 views/settings.php:231 views/settings.php:452
465
- #: views/settings.php:622 views/settings.php:695
466
  msgid "Save settings"
467
  msgstr "ذخیره تنظیمات"
468
 
469
- #: views/settings.php:128 views/settings.php:232 views/settings.php:453
470
- #: views/settings.php:623 views/settings.php:696
471
  msgid "Reset settings"
472
  msgstr "بازنشانی تنظیمات"
473
 
474
- #: views/settings.php:133
475
  msgid "Content"
476
  msgstr "محتوی"
477
 
478
- #: views/settings.php:138
479
  msgid "Title (HTML tag)"
480
  msgstr "عنوان"
481
 
482
- #: views/settings.php:144
483
  msgid "Heading"
484
  msgstr "عنوان"
485
 
486
- #: views/settings.php:151 views/settings.php:287
487
  msgid "Text"
488
  msgstr "متن"
489
 
490
- #: views/settings.php:166
491
  msgid "This text will not be shown when the bot feature is enabled."
492
  msgstr ""
493
 
494
- #: views/settings.php:172
495
  msgid "Background"
496
  msgstr "پس‌زمینه"
497
 
498
- #: views/settings.php:177
499
  msgid "Choose type"
500
  msgstr "انتخاب نوع"
501
 
502
- #: views/settings.php:180
503
  msgid "Custom color"
504
  msgstr "رنگ سفارشی"
505
 
506
- #: views/settings.php:181
507
  msgid "Uploaded background"
508
  msgstr "پس‌زمینه بارگزاری شده"
509
 
510
- #: views/settings.php:182
511
  msgid "Predefined background"
512
  msgstr "پس‌زمینه از پیش تعیین شده"
513
 
514
- #: views/settings.php:187
515
  msgid "Choose color"
516
  msgstr "انتخاب رنگ"
517
 
518
- #: views/settings.php:193
519
  msgid "Upload background"
520
  msgstr "بارگزاری پس‌زمینه"
521
 
522
- #: views/settings.php:197
523
  msgid "Backgrounds should have 1920x1280 px size."
524
  msgstr "پس‌زمینه باید 1920x1280 پیکسل باشد."
525
 
526
- #: views/settings.php:202
527
  msgid "Choose background"
528
  msgstr "انتخاب پس‌زمینه"
529
 
530
- #: views/settings.php:204
531
  #, php-format
532
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
533
  msgstr ""
534
 
535
- #: views/settings.php:237
536
  msgid "Countdown"
537
  msgstr "شمارش معکوس"
538
 
539
- #: views/settings.php:242
540
  msgid "Show countdown?"
541
  msgstr "شمارش معکوس نمایش داده شود؟"
542
 
543
- #: views/settings.php:251
544
  msgid "Start date"
545
  msgstr "تاریخ شروع"
546
 
547
- #: views/settings.php:257
548
  msgid "Countdown (remaining time)"
549
  msgstr "شمارش معکوس (زمان باقی مانده)"
550
 
551
- #: views/settings.php:259
552
  msgid "Days"
553
  msgstr "روز"
554
 
555
- #: views/settings.php:260
556
  msgid "Hours"
557
  msgstr "ساعت"
558
 
559
- #: views/settings.php:261
560
  msgid "Minutes"
561
  msgstr "دیقه"
562
 
563
- #: views/settings.php:265
564
  msgid "Color"
565
  msgstr "رنگ"
566
 
567
- #: views/settings.php:278
568
  msgid "Show subscribe?"
569
  msgstr "اشتراک نمایش داده شود."
570
 
571
- #: views/settings.php:294
572
  msgid "Stats"
573
  msgstr "آمار"
574
 
575
- #: views/settings.php:298
576
  #, php-format
577
  msgctxt "settings page"
578
  msgid "You have %d subscriber"
579
  msgid_plural "You have %s subscribers"
580
  msgstr[0] ""
581
 
582
- #: views/settings.php:303
583
  msgid "Export as CSV"
584
  msgstr "استخراج به فرمت CSV"
585
 
586
- #: views/settings.php:304
587
  msgid "Empty subscribers list"
588
  msgstr ""
589
 
590
- #: views/settings.php:311
591
  msgid "Social Networks"
592
  msgstr "شبکه‌های اجتماعی"
593
 
594
- #: views/settings.php:316
595
  msgid "Show social networks?"
596
  msgstr ""
597
 
598
- #: views/settings.php:325
599
  msgid "Links target?"
600
  msgstr ""
601
 
602
- #: views/settings.php:328 views/settings.php:666
603
  msgid "New page"
604
  msgstr "برگه جدید"
605
 
606
- #: views/settings.php:329 views/settings.php:667
607
  msgid "Same page"
608
  msgstr "همان برگه"
609
 
610
- #: views/settings.php:331
611
  msgid "Choose how the links will open."
612
  msgstr ""
613
 
614
- #: views/settings.php:385
615
  msgid "Contact"
616
  msgstr "تماس"
617
 
618
- #: views/settings.php:390
619
  msgid "Show contact?"
620
  msgstr "تماس نمایش داده شود؟"
621
 
622
- #: views/settings.php:399
623
  msgid "Email address"
624
  msgstr "آدرس ایمیل"
625
 
626
- #: views/settings.php:405
627
  msgid "Effects"
628
  msgstr "جلوه‌ها"
629
 
630
- #: views/settings.php:408
631
  msgid "Move top - Move bottom"
632
  msgstr ""
633
 
634
- #: views/settings.php:409
635
  msgid "Zoom - Zoomed"
636
  msgstr ""
637
 
638
- #: views/settings.php:410
639
  msgid "Fold - Unfold"
640
  msgstr ""
641
 
642
- #: views/settings.php:417
643
  msgid "Google Analytics"
644
  msgstr "گوگل انالیتیکس"
645
 
646
- #: views/settings.php:422
647
  msgid "Use Google Analytics?"
648
  msgstr "از گوگل انالیتیکس استفاده شود؟"
649
 
650
- #: views/settings.php:431
651
  msgid "Enable IP anonymization?"
652
  msgstr ""
653
 
654
- #: views/settings.php:441
655
  msgid "Tracking code"
656
  msgstr "کد پیگیری"
657
 
658
- #: views/settings.php:444
659
  msgid ""
660
- "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
 
661
  msgstr ""
662
 
663
- #: views/settings.php:462
664
  msgid ""
665
  "Setup the conversation steps to capture more subscribers with this friendly "
666
  "way of asking email addresess."
667
  msgstr ""
668
 
669
- #: views/settings.php:463
670
  msgid ""
671
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
672
  "make the conversation even more realistic."
673
  msgstr ""
674
 
675
- #: views/settings.php:464
676
  msgid ""
677
  "It is also ok if you don't fill in all the conversation steps if you don't "
678
  "need to."
679
  msgstr ""
680
 
681
- #: views/settings.php:465
682
  msgid ""
683
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
684
  "&raquo; Export as CSV."
685
  msgstr ""
686
 
687
- #: views/settings.php:478
688
  #, fuzzy
689
  msgid "Bot Name"
690
  msgstr "نام"
691
 
692
- #: views/settings.php:481
693
  msgid "This name will appear when the bot is typing."
694
  msgstr ""
695
 
696
- #: views/settings.php:485
697
  #, fuzzy
698
  msgid "Upload avatar"
699
  msgstr "بارگزاری پس‌زمینه"
700
 
701
- #: views/settings.php:489
702
  msgid "A 512 x 512 px will work just fine."
703
  msgstr ""
704
 
705
- #: views/settings.php:495
706
  msgid "Customize Messages"
707
  msgstr ""
708
 
709
- #: views/settings.php:500
710
  msgid "Message 1"
711
  msgstr ""
712
 
713
- #: views/settings.php:508
714
  msgid "Message 2"
715
  msgstr ""
716
 
717
- #: views/settings.php:516
718
  msgid "Message 3"
719
  msgstr ""
720
 
721
- #: views/settings.php:524 views/settings.php:564 views/settings.php:586
722
  msgid "Response"
723
  msgstr ""
724
 
725
- #: views/settings.php:528 views/settings.php:590
726
  msgid "Edit the placeholder's text"
727
  msgstr ""
728
 
729
- #: views/settings.php:532
730
  msgid "Message 4"
731
  msgstr ""
732
 
733
- #: views/settings.php:540
734
  msgid "Message 5"
735
  msgstr ""
736
 
737
- #: views/settings.php:548
738
  msgid "Message 6"
739
  msgstr ""
740
 
741
- #: views/settings.php:556
742
  msgid "Message 7"
743
  msgstr ""
744
 
745
- #: views/settings.php:568
746
  msgid "Edit button one"
747
  msgstr ""
748
 
749
- #: views/settings.php:572
750
  msgid "Edit button two"
751
  msgstr ""
752
 
753
- #: views/settings.php:578 views/settings.php:594
754
  msgid "Message 8"
755
  msgstr ""
756
 
757
- #: views/settings.php:578 views/settings.php:602 views/settings.php:610
758
  msgid "(click on button one)"
759
  msgstr ""
760
 
761
- #: views/settings.php:594
762
  msgid "(click on button two)"
763
  msgstr ""
764
 
765
- #: views/settings.php:602
766
  msgid "Message 9"
767
  msgstr ""
768
 
769
- #: views/settings.php:610
770
  msgid "Message 10"
771
  msgstr ""
772
 
773
- #: views/settings.php:632
774
  msgid ""
775
  "To make the plugin GDPR compliant, fill in the details and enable this "
776
  "section."
777
  msgstr ""
778
 
779
- #: views/settings.php:633
780
  msgid ""
781
  "Here we added some generic texts that you may want to review, change or "
782
  "remove."
783
  msgstr ""
784
 
785
- #: views/settings.php:645
786
  msgid "Link name"
787
  msgstr ""
788
 
789
- #: views/settings.php:649
790
  msgid "Label the link that will be shown on frontend footer"
791
  msgstr ""
792
 
793
- #: views/settings.php:654
794
  msgid "P. Policy page link"
795
  msgstr ""
796
 
797
- #: views/settings.php:663
798
  msgid "P. Policy link target"
799
  msgstr ""
800
 
801
- #: views/settings.php:669
802
  msgid "Choose how the link will open."
803
  msgstr ""
804
 
805
- #: views/settings.php:674
806
  msgid "Contact form 'tail'"
807
  msgstr ""
808
 
809
- #: views/settings.php:678 views/settings.php:687
810
  msgid "This will be shown together with the acceptance checkbox below the form"
811
  msgstr ""
812
 
813
- #: views/settings.php:683
814
  msgid "Subscribe form 'tail'"
815
  msgstr ""
816
 
@@ -835,12 +837,11 @@ msgid "GitHub"
835
  msgstr "گیت‌هاب"
836
 
837
  #: views/sidebar.php:27
838
- msgid "Other products"
839
  msgstr ""
840
 
841
- #: views/sidebar.php:48
842
- msgid "Resources"
843
- msgstr "منابع"
844
 
845
  #~ msgid "WordPress Themes"
846
  #~ msgstr "قالب‌های وردپرس"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.3.0\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-12-07 17:15+0200\n"
6
+ "PO-Revision-Date: 2020-12-07 17:15+0200\n"
7
  "Last-Translator: Milad Nekofar <milad@nekofar.com>\n"
8
  "Language-Team: Milad Nekofar <milad@nekofar.com>\n"
9
  "Language: fa\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=1; plural=0;\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
+ "X-Generator: Poedit 2.4.2\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
18
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
28
  #: includes/classes/wp-maintenance-mode-admin.php:121
29
  #: includes/classes/wp-maintenance-mode-admin.php:159
30
  #: includes/classes/wp-maintenance-mode-admin.php:182
31
+ #: includes/classes/wp-maintenance-mode-admin.php:252
32
  msgid "You do not have access to this resource."
33
  msgstr ""
34
 
48
  msgstr ""
49
 
50
  #: includes/classes/wp-maintenance-mode-admin.php:197
51
+ #: includes/classes/wp-maintenance-mode-admin.php:248
52
  msgid "Security check."
53
  msgstr ""
54
 
60
  msgid "WP Maintenance Mode"
61
  msgstr "حالت تعمیر و نگهداری"
62
 
63
+ #: includes/classes/wp-maintenance-mode-admin.php:500
64
  msgid ""
65
  "WPMM: The file data.js could not be written, the bot will not work correctly."
66
  msgstr ""
67
 
68
+ #: includes/classes/wp-maintenance-mode-admin.php:534
69
  msgid "Settings"
70
  msgstr "تنظیمات"
71
 
72
+ #: includes/classes/wp-maintenance-mode-admin.php:553
73
  #, php-format
74
  msgid ""
75
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
78
  "حالت حالت تعمیر و نگهداری <strong>فعال</strong> است. فراموش نکنید که در "
79
  "اولین فرصت ممکن ان را <a href=\"%s\">غیرفعال</a> کنید."
80
 
81
+ #: includes/classes/wp-maintenance-mode-admin.php:590
82
  msgid "Notice key cannot be empty."
83
  msgstr ""
84
 
85
+ #: includes/classes/wp-maintenance-mode-admin.php:638
86
  #, php-format
87
  msgid ""
88
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
89
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
90
  msgstr ""
91
 
92
+ #: includes/classes/wp-maintenance-mode-admin.php:662
93
  msgid ""
94
  "Your WordPress version supports Privacy settings but you haven't set any "
95
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
96
  msgstr ""
97
 
98
+ #: includes/classes/wp-maintenance-mode-admin.php:665
99
  #, php-format
100
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
101
  msgstr ""
102
 
103
+ #: includes/classes/wp-maintenance-mode-admin.php:670
104
  #, php-format
105
  msgid ""
106
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
107
  "that's correct ignore this message, otherwise %s"
108
  msgstr ""
109
 
110
+ #: includes/classes/wp-maintenance-mode-admin.php:674
111
  msgid ""
112
  "No privacy features detected for your WordPress version. Update WordPress to "
113
  "get this field automatically filled in or type in the URL that points to "
148
  msgstr ""
149
 
150
  #: includes/classes/wp-maintenance-mode.php:152
151
+ msgid "How you can see, our website will be launched very soon."
152
  msgstr ""
153
 
154
  #: includes/classes/wp-maintenance-mode.php:153
179
  msgstr ""
180
 
181
  #: includes/classes/wp-maintenance-mode.php:161
182
+ #: includes/classes/wp-maintenance-mode.php:654
183
  msgid "Type your name here…"
184
  msgstr ""
185
 
192
  msgstr ""
193
 
194
  #: includes/classes/wp-maintenance-mode.php:164
195
+ #: includes/classes/wp-maintenance-mode.php:655
196
  msgid "Type your email here…"
197
  msgstr ""
198
 
226
  msgid "Maintenance Mode"
227
  msgstr "حالت تعمیر و نگهداری"
228
 
229
+ #: includes/classes/wp-maintenance-mode.php:651
230
  msgid "Please type in your name."
231
  msgstr ""
232
 
233
+ #: includes/classes/wp-maintenance-mode.php:652
234
  #, fuzzy
235
  msgid "Please type in a valid email address."
236
  msgstr "لطفا ایمیل آدرس معتبر وارد نمایید."
237
 
238
+ #: includes/classes/wp-maintenance-mode.php:656 views/maintenance.php:161
239
  msgid "Send"
240
  msgstr "ارسال"
241
 
242
+ #: includes/classes/wp-maintenance-mode.php:869
243
+ #: includes/classes/wp-maintenance-mode.php:903 views/maintenance.php:140
244
  msgid "Please enter a valid email address."
245
  msgstr "لطفا ایمیل آدرس معتبر وارد نمایید."
246
 
247
+ #: includes/classes/wp-maintenance-mode.php:881
248
  msgid "You successfully subscribed. Thanks!"
249
  msgstr ""
250
 
251
+ #: includes/classes/wp-maintenance-mode.php:899
252
  msgid "All fields required."
253
  msgstr "تمام فیلد ها لازم است."
254
 
255
+ #: includes/classes/wp-maintenance-mode.php:911
256
  msgid "Message via contact"
257
  msgstr ""
258
 
259
+ #: includes/classes/wp-maintenance-mode.php:928
260
  msgid "Your email was sent to the website administrator. Thanks!"
261
  msgstr ""
262
 
285
  msgid "your e-mail..."
286
  msgstr "ایمیل شما..."
287
 
288
+ #: views/maintenance.php:75 views/settings.php:257
289
  msgid "Subscribe"
290
  msgstr "اشتراک"
291
 
318
  msgid "Dashboard"
319
  msgstr "پیشخوان"
320
 
321
+ #: views/promo-blocksy.php:1
322
+ msgid "Blocksy - The Most Innovative & Lightning Fast WordPress Theme"
323
  msgstr ""
324
 
325
+ #: views/promo-blocksy.php:4
326
  msgid ""
327
+ "A blazing fast and lightweight WordPress theme built with the latest web "
328
+ "technologies. It was built with the Gutenberg editor in mind and has a lot "
329
+ "of options that makes it extendable and customizable."
330
  msgstr ""
331
 
332
+ #: views/promo-blocksy.php:8
333
+ msgid "Download for Free Now"
334
  msgstr ""
335
 
336
  #: views/settings.php:6
357
  msgid "GDPR"
358
  msgstr ""
359
 
360
+ #: views/settings.php:26 views/settings.php:455 views/settings.php:622
361
  msgid "Status"
362
  msgstr "وضعیت"
363
 
364
+ #: views/settings.php:28 views/settings.php:458 views/settings.php:624
365
  msgid "Activated"
366
  msgstr "فعال‌شده"
367
 
368
+ #: views/settings.php:29 views/settings.php:459 views/settings.php:625
369
  msgid "Deactivated"
370
  msgstr "غیرفعال‌شده"
371
 
373
  msgid "Bypass for Search Bots"
374
  msgstr ""
375
 
376
+ #: views/settings.php:36 views/settings.php:96 views/settings.php:106
377
+ #: views/settings.php:229 views/settings.php:265 views/settings.php:304
378
+ #: views/settings.php:378 views/settings.php:410 views/settings.php:419
379
  msgid "Yes"
380
  msgstr "بله"
381
 
382
+ #: views/settings.php:37 views/settings.php:97 views/settings.php:107
383
+ #: views/settings.php:230 views/settings.php:266 views/settings.php:305
384
+ #: views/settings.php:379 views/settings.php:411 views/settings.php:420
385
  msgid "No"
386
  msgstr "خیر"
387
 
393
  msgid "Backend Role"
394
  msgstr ""
395
 
396
+ #: views/settings.php:45 views/settings.php:56
397
  msgid "Select role(s)"
398
  msgstr ""
399
 
400
+ #: views/settings.php:50
401
  msgid ""
402
  "Which user role is allowed to access the backend of this blog? "
403
  "Administrators will always have access."
404
  msgstr ""
405
 
406
+ #: views/settings.php:54
407
  msgid "Frontend Role"
408
  msgstr ""
409
 
410
+ #: views/settings.php:61
411
  msgid ""
412
  "Which user role is allowed to access the frontend of this blog? "
413
  "Administrators will always have access."
414
  msgstr ""
415
 
416
+ #: views/settings.php:65
417
  msgid "Robots Meta Tag"
418
  msgstr ""
419
 
420
+ #: views/settings.php:71
421
  msgid ""
422
  "The robots meta tag lets you use a granular, page-specific approach to "
423
  "control how an individual page should be indexed and served to users in "
424
  "search results."
425
  msgstr ""
426
 
427
+ #: views/settings.php:75
428
  msgid "Redirection"
429
  msgstr "تغییر مسیر"
430
 
431
+ #: views/settings.php:78
432
  msgid ""
433
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
434
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
435
  "(incl. http://)"
436
  msgstr ""
437
 
438
+ #: views/settings.php:82
439
  msgid "Exclude"
440
  msgstr "مستثنی"
441
 
442
+ #: views/settings.php:89
443
  msgid ""
444
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
445
  "IP per line!"
446
  msgstr ""
447
 
448
+ #: views/settings.php:93
449
  msgid "Notice"
450
  msgstr "توجه"
451
 
452
+ #: views/settings.php:99
453
  msgid "Do you want to see notices when maintenance mode is activated?"
454
  msgstr ""
455
 
456
+ #: views/settings.php:103
457
  msgid "Dashboard link"
458
  msgstr "لینک پیشخوان"
459
 
460
+ #: views/settings.php:109
461
  msgid ""
462
  "Do you want to add a link to the dashboard on your maintenance mode page?"
463
  msgstr ""
464
 
465
+ #: views/settings.php:117 views/settings.php:215 views/settings.php:437
466
+ #: views/settings.php:607 views/settings.php:680
467
  msgid "Save settings"
468
  msgstr "ذخیره تنظیمات"
469
 
470
+ #: views/settings.php:118 views/settings.php:216 views/settings.php:438
471
+ #: views/settings.php:608 views/settings.php:681
472
  msgid "Reset settings"
473
  msgstr "بازنشانی تنظیمات"
474
 
475
+ #: views/settings.php:123
476
  msgid "Content"
477
  msgstr "محتوی"
478
 
479
+ #: views/settings.php:128
480
  msgid "Title (HTML tag)"
481
  msgstr "عنوان"
482
 
483
+ #: views/settings.php:134
484
  msgid "Heading"
485
  msgstr "عنوان"
486
 
487
+ #: views/settings.php:141 views/settings.php:271
488
  msgid "Text"
489
  msgstr "متن"
490
 
491
+ #: views/settings.php:156
492
  msgid "This text will not be shown when the bot feature is enabled."
493
  msgstr ""
494
 
495
+ #: views/settings.php:162
496
  msgid "Background"
497
  msgstr "پس‌زمینه"
498
 
499
+ #: views/settings.php:167
500
  msgid "Choose type"
501
  msgstr "انتخاب نوع"
502
 
503
+ #: views/settings.php:170
504
  msgid "Custom color"
505
  msgstr "رنگ سفارشی"
506
 
507
+ #: views/settings.php:171
508
  msgid "Uploaded background"
509
  msgstr "پس‌زمینه بارگزاری شده"
510
 
511
+ #: views/settings.php:172
512
  msgid "Predefined background"
513
  msgstr "پس‌زمینه از پیش تعیین شده"
514
 
515
+ #: views/settings.php:177
516
  msgid "Choose color"
517
  msgstr "انتخاب رنگ"
518
 
519
+ #: views/settings.php:183
520
  msgid "Upload background"
521
  msgstr "بارگزاری پس‌زمینه"
522
 
523
+ #: views/settings.php:187
524
  msgid "Backgrounds should have 1920x1280 px size."
525
  msgstr "پس‌زمینه باید 1920x1280 پیکسل باشد."
526
 
527
+ #: views/settings.php:192
528
  msgid "Choose background"
529
  msgstr "انتخاب پس‌زمینه"
530
 
531
+ #: views/settings.php:194
532
  #, php-format
533
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
534
  msgstr ""
535
 
536
+ #: views/settings.php:221
537
  msgid "Countdown"
538
  msgstr "شمارش معکوس"
539
 
540
+ #: views/settings.php:226
541
  msgid "Show countdown?"
542
  msgstr "شمارش معکوس نمایش داده شود؟"
543
 
544
+ #: views/settings.php:235
545
  msgid "Start date"
546
  msgstr "تاریخ شروع"
547
 
548
+ #: views/settings.php:241
549
  msgid "Countdown (remaining time)"
550
  msgstr "شمارش معکوس (زمان باقی مانده)"
551
 
552
+ #: views/settings.php:243
553
  msgid "Days"
554
  msgstr "روز"
555
 
556
+ #: views/settings.php:244
557
  msgid "Hours"
558
  msgstr "ساعت"
559
 
560
+ #: views/settings.php:245
561
  msgid "Minutes"
562
  msgstr "دیقه"
563
 
564
+ #: views/settings.php:249
565
  msgid "Color"
566
  msgstr "رنگ"
567
 
568
+ #: views/settings.php:262
569
  msgid "Show subscribe?"
570
  msgstr "اشتراک نمایش داده شود."
571
 
572
+ #: views/settings.php:278
573
  msgid "Stats"
574
  msgstr "آمار"
575
 
576
+ #: views/settings.php:282
577
  #, php-format
578
  msgctxt "settings page"
579
  msgid "You have %d subscriber"
580
  msgid_plural "You have %s subscribers"
581
  msgstr[0] ""
582
 
583
+ #: views/settings.php:287
584
  msgid "Export as CSV"
585
  msgstr "استخراج به فرمت CSV"
586
 
587
+ #: views/settings.php:288
588
  msgid "Empty subscribers list"
589
  msgstr ""
590
 
591
+ #: views/settings.php:296
592
  msgid "Social Networks"
593
  msgstr "شبکه‌های اجتماعی"
594
 
595
+ #: views/settings.php:301
596
  msgid "Show social networks?"
597
  msgstr ""
598
 
599
+ #: views/settings.php:310
600
  msgid "Links target?"
601
  msgstr ""
602
 
603
+ #: views/settings.php:313 views/settings.php:651
604
  msgid "New page"
605
  msgstr "برگه جدید"
606
 
607
+ #: views/settings.php:314 views/settings.php:652
608
  msgid "Same page"
609
  msgstr "همان برگه"
610
 
611
+ #: views/settings.php:316
612
  msgid "Choose how the links will open."
613
  msgstr ""
614
 
615
+ #: views/settings.php:370
616
  msgid "Contact"
617
  msgstr "تماس"
618
 
619
+ #: views/settings.php:375
620
  msgid "Show contact?"
621
  msgstr "تماس نمایش داده شود؟"
622
 
623
+ #: views/settings.php:384
624
  msgid "Email address"
625
  msgstr "آدرس ایمیل"
626
 
627
+ #: views/settings.php:390
628
  msgid "Effects"
629
  msgstr "جلوه‌ها"
630
 
631
+ #: views/settings.php:393
632
  msgid "Move top - Move bottom"
633
  msgstr ""
634
 
635
+ #: views/settings.php:394
636
  msgid "Zoom - Zoomed"
637
  msgstr ""
638
 
639
+ #: views/settings.php:395
640
  msgid "Fold - Unfold"
641
  msgstr ""
642
 
643
+ #: views/settings.php:402
644
  msgid "Google Analytics"
645
  msgstr "گوگل انالیتیکس"
646
 
647
+ #: views/settings.php:407
648
  msgid "Use Google Analytics?"
649
  msgstr "از گوگل انالیتیکس استفاده شود؟"
650
 
651
+ #: views/settings.php:416
652
  msgid "Enable IP anonymization?"
653
  msgstr ""
654
 
655
+ #: views/settings.php:426
656
  msgid "Tracking code"
657
  msgstr "کد پیگیری"
658
 
659
+ #: views/settings.php:429
660
  msgid ""
661
+ "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX, G-XXXXXXXX. Eg: "
662
+ "UA-12345678-1 is valid"
663
  msgstr ""
664
 
665
+ #: views/settings.php:447
666
  msgid ""
667
  "Setup the conversation steps to capture more subscribers with this friendly "
668
  "way of asking email addresess."
669
  msgstr ""
670
 
671
+ #: views/settings.php:448
672
  msgid ""
673
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
674
  "make the conversation even more realistic."
675
  msgstr ""
676
 
677
+ #: views/settings.php:449
678
  msgid ""
679
  "It is also ok if you don't fill in all the conversation steps if you don't "
680
  "need to."
681
  msgstr ""
682
 
683
+ #: views/settings.php:450
684
  msgid ""
685
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
686
  "&raquo; Export as CSV."
687
  msgstr ""
688
 
689
+ #: views/settings.php:463
690
  #, fuzzy
691
  msgid "Bot Name"
692
  msgstr "نام"
693
 
694
+ #: views/settings.php:466
695
  msgid "This name will appear when the bot is typing."
696
  msgstr ""
697
 
698
+ #: views/settings.php:470
699
  #, fuzzy
700
  msgid "Upload avatar"
701
  msgstr "بارگزاری پس‌زمینه"
702
 
703
+ #: views/settings.php:474
704
  msgid "A 512 x 512 px will work just fine."
705
  msgstr ""
706
 
707
+ #: views/settings.php:480
708
  msgid "Customize Messages"
709
  msgstr ""
710
 
711
+ #: views/settings.php:485
712
  msgid "Message 1"
713
  msgstr ""
714
 
715
+ #: views/settings.php:493
716
  msgid "Message 2"
717
  msgstr ""
718
 
719
+ #: views/settings.php:501
720
  msgid "Message 3"
721
  msgstr ""
722
 
723
+ #: views/settings.php:509 views/settings.php:549 views/settings.php:571
724
  msgid "Response"
725
  msgstr ""
726
 
727
+ #: views/settings.php:513 views/settings.php:575
728
  msgid "Edit the placeholder's text"
729
  msgstr ""
730
 
731
+ #: views/settings.php:517
732
  msgid "Message 4"
733
  msgstr ""
734
 
735
+ #: views/settings.php:525
736
  msgid "Message 5"
737
  msgstr ""
738
 
739
+ #: views/settings.php:533
740
  msgid "Message 6"
741
  msgstr ""
742
 
743
+ #: views/settings.php:541
744
  msgid "Message 7"
745
  msgstr ""
746
 
747
+ #: views/settings.php:553
748
  msgid "Edit button one"
749
  msgstr ""
750
 
751
+ #: views/settings.php:557
752
  msgid "Edit button two"
753
  msgstr ""
754
 
755
+ #: views/settings.php:563 views/settings.php:579
756
  msgid "Message 8"
757
  msgstr ""
758
 
759
+ #: views/settings.php:563 views/settings.php:587 views/settings.php:595
760
  msgid "(click on button one)"
761
  msgstr ""
762
 
763
+ #: views/settings.php:579
764
  msgid "(click on button two)"
765
  msgstr ""
766
 
767
+ #: views/settings.php:587
768
  msgid "Message 9"
769
  msgstr ""
770
 
771
+ #: views/settings.php:595
772
  msgid "Message 10"
773
  msgstr ""
774
 
775
+ #: views/settings.php:617
776
  msgid ""
777
  "To make the plugin GDPR compliant, fill in the details and enable this "
778
  "section."
779
  msgstr ""
780
 
781
+ #: views/settings.php:618
782
  msgid ""
783
  "Here we added some generic texts that you may want to review, change or "
784
  "remove."
785
  msgstr ""
786
 
787
+ #: views/settings.php:630
788
  msgid "Link name"
789
  msgstr ""
790
 
791
+ #: views/settings.php:634
792
  msgid "Label the link that will be shown on frontend footer"
793
  msgstr ""
794
 
795
+ #: views/settings.php:639
796
  msgid "P. Policy page link"
797
  msgstr ""
798
 
799
+ #: views/settings.php:648
800
  msgid "P. Policy link target"
801
  msgstr ""
802
 
803
+ #: views/settings.php:654
804
  msgid "Choose how the link will open."
805
  msgstr ""
806
 
807
+ #: views/settings.php:659
808
  msgid "Contact form 'tail'"
809
  msgstr ""
810
 
811
+ #: views/settings.php:663 views/settings.php:672
812
  msgid "This will be shown together with the acceptance checkbox below the form"
813
  msgstr ""
814
 
815
+ #: views/settings.php:668
816
  msgid "Subscribe form 'tail'"
817
  msgstr ""
818
 
837
  msgstr "گیت‌هاب"
838
 
839
  #: views/sidebar.php:27
840
+ msgid "Recommended"
841
  msgstr ""
842
 
843
+ #~ msgid "Resources"
844
+ #~ msgstr "منابع"
 
845
 
846
  #~ msgid "WordPress Themes"
847
  #~ msgstr "قالب‌های وردپرس"
languages/wp-maintenance-mode-fr_FR.mo CHANGED
Binary file
languages/wp-maintenance-mode-fr_FR.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WP Maintenance Mode 2.2.4\n"
4
- "POT-Creation-Date: 2019-05-20 10:30+0300\n"
5
- "PO-Revision-Date: 2019-05-20 10:30+0300\n"
6
  "Last-Translator: Florian TIAR <tflorian91@hotmail.fr>\n"
7
  "Language-Team: Designmodo <info@designmodo.com>\n"
8
  "Language: fr\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 2.2.2\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -26,6 +26,7 @@ msgstr ""
26
  #: includes/classes/wp-maintenance-mode-admin.php:121
27
  #: includes/classes/wp-maintenance-mode-admin.php:159
28
  #: includes/classes/wp-maintenance-mode-admin.php:182
 
29
  msgid "You do not have access to this resource."
30
  msgstr ""
31
 
@@ -46,7 +47,7 @@ msgid "The tab slug must not be empty."
46
  msgstr ""
47
 
48
  #: includes/classes/wp-maintenance-mode-admin.php:197
49
- #: includes/classes/wp-maintenance-mode-admin.php:251
50
  msgid "Security check."
51
  msgstr ""
52
 
@@ -58,16 +59,16 @@ msgstr ""
58
  msgid "WP Maintenance Mode"
59
  msgstr "WP Maintenance Mode"
60
 
61
- #: includes/classes/wp-maintenance-mode-admin.php:498
62
  msgid ""
63
  "WPMM: The file data.js could not be written, the bot will not work correctly."
64
  msgstr ""
65
 
66
- #: includes/classes/wp-maintenance-mode-admin.php:532
67
  msgid "Settings"
68
  msgstr "Options"
69
 
70
- #: includes/classes/wp-maintenance-mode-admin.php:551
71
  #, php-format
72
  msgid ""
73
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -76,36 +77,36 @@ msgstr ""
76
  "Le mode Maintenance est <strong>actif</strong>. N'oubliez pas de le <a href="
77
  "\"%s\">désactiver</a> dès que vous avez terminé."
78
 
79
- #: includes/classes/wp-maintenance-mode-admin.php:588
80
  msgid "Notice key cannot be empty."
81
  msgstr ""
82
 
83
- #: includes/classes/wp-maintenance-mode-admin.php:636
84
  #, php-format
85
  msgid ""
86
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
87
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
88
  msgstr ""
89
 
90
- #: includes/classes/wp-maintenance-mode-admin.php:660
91
  msgid ""
92
  "Your WordPress version supports Privacy settings but you haven't set any "
93
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
94
  msgstr ""
95
 
96
- #: includes/classes/wp-maintenance-mode-admin.php:663
97
  #, php-format
98
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
99
  msgstr ""
100
 
101
- #: includes/classes/wp-maintenance-mode-admin.php:668
102
  #, php-format
103
  msgid ""
104
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
105
  "that's correct ignore this message, otherwise %s"
106
  msgstr ""
107
 
108
- #: includes/classes/wp-maintenance-mode-admin.php:672
109
  msgid ""
110
  "No privacy features detected for your WordPress version. Update WordPress to "
111
  "get this field automatically filled in or type in the URL that points to "
@@ -148,7 +149,7 @@ msgid "Nice to meet you here, {visitor_name}!"
148
  msgstr ""
149
 
150
  #: includes/classes/wp-maintenance-mode.php:152
151
- msgid "How you can see, our website will be lauched very soon."
152
  msgstr ""
153
 
154
  #: includes/classes/wp-maintenance-mode.php:153
@@ -179,7 +180,7 @@ msgid "Have a great day!"
179
  msgstr ""
180
 
181
  #: includes/classes/wp-maintenance-mode.php:161
182
- #: includes/classes/wp-maintenance-mode.php:650
183
  msgid "Type your name here…"
184
  msgstr ""
185
 
@@ -192,7 +193,7 @@ msgid "Boring"
192
  msgstr ""
193
 
194
  #: includes/classes/wp-maintenance-mode.php:164
195
- #: includes/classes/wp-maintenance-mode.php:651
196
  #, fuzzy
197
  msgid "Type your email here…"
198
  msgstr "Entrez votre adresse email"
@@ -229,37 +230,37 @@ msgstr ""
229
  msgid "Maintenance Mode"
230
  msgstr "Maintenance Mode"
231
 
232
- #: includes/classes/wp-maintenance-mode.php:647
233
  msgid "Please type in your name."
234
  msgstr ""
235
 
236
- #: includes/classes/wp-maintenance-mode.php:648
237
  #, fuzzy
238
  msgid "Please type in a valid email address."
239
  msgstr "Veuillez entrer une adresse email valide s'il vous plait."
240
 
241
- #: includes/classes/wp-maintenance-mode.php:652 views/maintenance.php:161
242
  msgid "Send"
243
  msgstr "Envoyer"
244
 
245
- #: includes/classes/wp-maintenance-mode.php:865
246
- #: includes/classes/wp-maintenance-mode.php:899 views/maintenance.php:140
247
  msgid "Please enter a valid email address."
248
  msgstr "Veuillez entrer une adresse email valide s'il vous plait."
249
 
250
- #: includes/classes/wp-maintenance-mode.php:877
251
  msgid "You successfully subscribed. Thanks!"
252
  msgstr ""
253
 
254
- #: includes/classes/wp-maintenance-mode.php:895
255
  msgid "All fields required."
256
  msgstr "Tous les champs requis."
257
 
258
- #: includes/classes/wp-maintenance-mode.php:907
259
  msgid "Message via contact"
260
  msgstr "Message via contact"
261
 
262
- #: includes/classes/wp-maintenance-mode.php:924
263
  msgid "Your email was sent to the website administrator. Thanks!"
264
  msgstr "Merci ! Votre email a été envoyé au webmaster du site."
265
 
@@ -288,7 +289,7 @@ msgstr ""
288
  msgid "your e-mail..."
289
  msgstr "votre e-mail"
290
 
291
- #: views/maintenance.php:75 views/settings.php:273
292
  msgid "Subscribe"
293
  msgstr "Abonnement Newsletter"
294
 
@@ -321,19 +322,19 @@ msgstr "Contactez-nous"
321
  msgid "Dashboard"
322
  msgstr ""
323
 
324
- #: views/promo-strictthemes.php:1
325
- msgid "Premium WordPress Themes from WP Maintenance Mode authors!"
326
  msgstr ""
327
 
328
- #: views/promo-strictthemes.php:4
329
  msgid ""
330
- "We hope you like the WP Maintenance Mode plugin! Now you can buy WordPress "
331
- "Themes directly from us on ThemeForest. We're StrictThemes and we create "
332
- "best designed and coded WordPress Themes."
333
  msgstr ""
334
 
335
- #: views/promo-strictthemes.php:8
336
- msgid "See our WordPress Themes!"
337
  msgstr ""
338
 
339
  #: views/settings.php:6
@@ -360,15 +361,15 @@ msgstr ""
360
  msgid "GDPR"
361
  msgstr ""
362
 
363
- #: views/settings.php:26 views/settings.php:470 views/settings.php:637
364
  msgid "Status"
365
  msgstr "Etat"
366
 
367
- #: views/settings.php:28 views/settings.php:473 views/settings.php:639
368
  msgid "Activated"
369
  msgstr "Activé"
370
 
371
- #: views/settings.php:29 views/settings.php:474 views/settings.php:640
372
  msgid "Deactivated"
373
  msgstr "Désactivé"
374
 
@@ -376,15 +377,15 @@ msgstr "Désactivé"
376
  msgid "Bypass for Search Bots"
377
  msgstr "Contournement pour les Robots"
378
 
379
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
380
- #: views/settings.php:245 views/settings.php:281 views/settings.php:319
381
- #: views/settings.php:393 views/settings.php:425 views/settings.php:434
382
  msgid "Yes"
383
  msgstr "Oui"
384
 
385
- #: views/settings.php:37 views/settings.php:107 views/settings.php:117
386
- #: views/settings.php:246 views/settings.php:282 views/settings.php:320
387
- #: views/settings.php:394 views/settings.php:426 views/settings.php:435
388
  msgid "No"
389
  msgstr "Non"
390
 
@@ -396,31 +397,31 @@ msgstr "Autoriser les robots à contourner le mode maintenance ?"
396
  msgid "Backend Role"
397
  msgstr "Rôle utilisateur du Panel d'Administration"
398
 
399
- #: views/settings.php:45 views/settings.php:61
400
  msgid "Select role(s)"
401
  msgstr ""
402
 
403
- #: views/settings.php:55
404
  msgid ""
405
  "Which user role is allowed to access the backend of this blog? "
406
  "Administrators will always have access."
407
  msgstr ""
408
 
409
- #: views/settings.php:59
410
  msgid "Frontend Role"
411
  msgstr "Rôle utilisateur du Site Web"
412
 
413
- #: views/settings.php:71
414
  msgid ""
415
  "Which user role is allowed to access the frontend of this blog? "
416
  "Administrators will always have access."
417
  msgstr ""
418
 
419
- #: views/settings.php:75
420
  msgid "Robots Meta Tag"
421
  msgstr "Balise Meta de Robots"
422
 
423
- #: views/settings.php:81
424
  msgid ""
425
  "The robots meta tag lets you use a granular, page-specific approach to "
426
  "control how an individual page should be indexed and served to users in "
@@ -430,22 +431,22 @@ msgstr ""
430
  "page spécifique pour contrôler comment une page individuelle peut être "
431
  "indexé et servi aux utilisateurs dans les résultats de recherche."
432
 
433
- #: views/settings.php:85
434
  msgid "Redirection"
435
  msgstr "Redirection"
436
 
437
- #: views/settings.php:88
438
  msgid ""
439
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
440
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
441
  "(incl. http://)"
442
  msgstr ""
443
 
444
- #: views/settings.php:92
445
  msgid "Exclude"
446
  msgstr "Exclure"
447
 
448
- #: views/settings.php:99
449
  msgid ""
450
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
451
  "IP per line!"
@@ -453,136 +454,136 @@ msgstr ""
453
  "Exclure les flux, pages, archives ou adresses IP du mode maintenance. "
454
  "Ajouter une exclusion par ligne."
455
 
456
- #: views/settings.php:103
457
  msgid "Notice"
458
  msgstr "Notification"
459
 
460
- #: views/settings.php:109
461
  msgid "Do you want to see notices when maintenance mode is activated?"
462
  msgstr ""
463
  "Souhaitez-vous voir une notification quand le mode maintenance est activé ?"
464
 
465
- #: views/settings.php:113
466
  msgid "Dashboard link"
467
  msgstr ""
468
 
469
- #: views/settings.php:119
470
  msgid ""
471
  "Do you want to add a link to the dashboard on your maintenance mode page?"
472
  msgstr ""
473
 
474
- #: views/settings.php:127 views/settings.php:231 views/settings.php:452
475
- #: views/settings.php:622 views/settings.php:695
476
  msgid "Save settings"
477
  msgstr ""
478
 
479
- #: views/settings.php:128 views/settings.php:232 views/settings.php:453
480
- #: views/settings.php:623 views/settings.php:696
481
  msgid "Reset settings"
482
  msgstr ""
483
 
484
- #: views/settings.php:133
485
  msgid "Content"
486
  msgstr "Contenu"
487
 
488
- #: views/settings.php:138
489
  msgid "Title (HTML tag)"
490
  msgstr "Title (balise meta HTML)"
491
 
492
- #: views/settings.php:144
493
  msgid "Heading"
494
  msgstr "En-tête (titre)"
495
 
496
- #: views/settings.php:151 views/settings.php:287
497
  msgid "Text"
498
  msgstr "Texte"
499
 
500
- #: views/settings.php:166
501
  msgid "This text will not be shown when the bot feature is enabled."
502
  msgstr ""
503
 
504
- #: views/settings.php:172
505
  msgid "Background"
506
  msgstr "Fond d'écran"
507
 
508
- #: views/settings.php:177
509
  msgid "Choose type"
510
  msgstr "Choix du type"
511
 
512
- #: views/settings.php:180
513
  msgid "Custom color"
514
  msgstr "Couleur personnalisée"
515
 
516
- #: views/settings.php:181
517
  msgid "Uploaded background"
518
  msgstr "Fond d'écran uploadé"
519
 
520
- #: views/settings.php:182
521
  msgid "Predefined background"
522
  msgstr "Fond d'écran prédéfini"
523
 
524
- #: views/settings.php:187
525
  msgid "Choose color"
526
  msgstr "Choix de la couleur"
527
 
528
- #: views/settings.php:193
529
  msgid "Upload background"
530
  msgstr "Uploader le fond d'écran"
531
 
532
- #: views/settings.php:197
533
  msgid "Backgrounds should have 1920x1280 px size."
534
  msgstr "Le fond d'écran doit avoir une taille de 1920x1280px."
535
 
536
- #: views/settings.php:202
537
  msgid "Choose background"
538
  msgstr "Choix du fond d'écran"
539
 
540
- #: views/settings.php:204
541
  #, php-format
542
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
543
  msgstr ""
544
 
545
- #: views/settings.php:237
546
  msgid "Countdown"
547
  msgstr "Compte à rebours"
548
 
549
- #: views/settings.php:242
550
  msgid "Show countdown?"
551
  msgstr "Afficher le compte à rebours ?"
552
 
553
- #: views/settings.php:251
554
  msgid "Start date"
555
  msgstr "Date de départ"
556
 
557
- #: views/settings.php:257
558
  msgid "Countdown (remaining time)"
559
  msgstr "Compte à rebours (temps restant)"
560
 
561
- #: views/settings.php:259
562
  msgid "Days"
563
  msgstr "Jours"
564
 
565
- #: views/settings.php:260
566
  msgid "Hours"
567
  msgstr "Heures"
568
 
569
- #: views/settings.php:261
570
  msgid "Minutes"
571
  msgstr "Minutes"
572
 
573
- #: views/settings.php:265
574
  msgid "Color"
575
  msgstr "Couleur"
576
 
577
- #: views/settings.php:278
578
  msgid "Show subscribe?"
579
  msgstr "Afficher l'abonnement (newsletter) ?"
580
 
581
- #: views/settings.php:294
582
  msgid "Stats"
583
  msgstr "Statistiques"
584
 
585
- #: views/settings.php:298
586
  #, php-format
587
  msgctxt "settings page"
588
  msgid "You have %d subscriber"
@@ -590,238 +591,239 @@ msgid_plural "You have %s subscribers"
590
  msgstr[0] ""
591
  msgstr[1] ""
592
 
593
- #: views/settings.php:303
594
  msgid "Export as CSV"
595
  msgstr "Exporter en CSV"
596
 
597
- #: views/settings.php:304
598
  msgid "Empty subscribers list"
599
  msgstr ""
600
 
601
- #: views/settings.php:311
602
  msgid "Social Networks"
603
  msgstr "Réseaux Sociaux"
604
 
605
- #: views/settings.php:316
606
  msgid "Show social networks?"
607
  msgstr "Afficher les réseaux sociaux ?"
608
 
609
- #: views/settings.php:325
610
  msgid "Links target?"
611
  msgstr ""
612
 
613
- #: views/settings.php:328 views/settings.php:666
614
  msgid "New page"
615
  msgstr ""
616
 
617
- #: views/settings.php:329 views/settings.php:667
618
  msgid "Same page"
619
  msgstr ""
620
 
621
- #: views/settings.php:331
622
  msgid "Choose how the links will open."
623
  msgstr ""
624
 
625
- #: views/settings.php:385
626
  msgid "Contact"
627
  msgstr "Contact"
628
 
629
- #: views/settings.php:390
630
  msgid "Show contact?"
631
  msgstr "Afficher le formulaire de contact ?"
632
 
633
- #: views/settings.php:399
634
  msgid "Email address"
635
  msgstr "Adresse email"
636
 
637
- #: views/settings.php:405
638
  msgid "Effects"
639
  msgstr "Animation"
640
 
641
- #: views/settings.php:408
642
  msgid "Move top - Move bottom"
643
  msgstr ""
644
 
645
- #: views/settings.php:409
646
  msgid "Zoom - Zoomed"
647
  msgstr ""
648
 
649
- #: views/settings.php:410
650
  msgid "Fold - Unfold"
651
  msgstr ""
652
 
653
- #: views/settings.php:417
654
  msgid "Google Analytics"
655
  msgstr ""
656
 
657
- #: views/settings.php:422
658
  msgid "Use Google Analytics?"
659
  msgstr ""
660
 
661
- #: views/settings.php:431
662
  msgid "Enable IP anonymization?"
663
  msgstr ""
664
 
665
- #: views/settings.php:441
666
  msgid "Tracking code"
667
  msgstr ""
668
 
669
- #: views/settings.php:444
670
  msgid ""
671
- "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
 
672
  msgstr ""
673
 
674
- #: views/settings.php:462
675
  msgid ""
676
  "Setup the conversation steps to capture more subscribers with this friendly "
677
  "way of asking email addresess."
678
  msgstr ""
679
 
680
- #: views/settings.php:463
681
  msgid ""
682
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
683
  "make the conversation even more realistic."
684
  msgstr ""
685
 
686
- #: views/settings.php:464
687
  msgid ""
688
  "It is also ok if you don't fill in all the conversation steps if you don't "
689
  "need to."
690
  msgstr ""
691
 
692
- #: views/settings.php:465
693
  msgid ""
694
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
695
  "&raquo; Export as CSV."
696
  msgstr ""
697
 
698
- #: views/settings.php:478
699
  #, fuzzy
700
  msgid "Bot Name"
701
  msgstr "Nom"
702
 
703
- #: views/settings.php:481
704
  msgid "This name will appear when the bot is typing."
705
  msgstr ""
706
 
707
- #: views/settings.php:485
708
  #, fuzzy
709
  msgid "Upload avatar"
710
  msgstr "Uploader le fond d'écran"
711
 
712
- #: views/settings.php:489
713
  msgid "A 512 x 512 px will work just fine."
714
  msgstr ""
715
 
716
- #: views/settings.php:495
717
  msgid "Customize Messages"
718
  msgstr ""
719
 
720
- #: views/settings.php:500
721
  msgid "Message 1"
722
  msgstr ""
723
 
724
- #: views/settings.php:508
725
  msgid "Message 2"
726
  msgstr ""
727
 
728
- #: views/settings.php:516
729
  msgid "Message 3"
730
  msgstr ""
731
 
732
- #: views/settings.php:524 views/settings.php:564 views/settings.php:586
733
  msgid "Response"
734
  msgstr ""
735
 
736
- #: views/settings.php:528 views/settings.php:590
737
  msgid "Edit the placeholder's text"
738
  msgstr ""
739
 
740
- #: views/settings.php:532
741
  msgid "Message 4"
742
  msgstr ""
743
 
744
- #: views/settings.php:540
745
  msgid "Message 5"
746
  msgstr ""
747
 
748
- #: views/settings.php:548
749
  msgid "Message 6"
750
  msgstr ""
751
 
752
- #: views/settings.php:556
753
  msgid "Message 7"
754
  msgstr ""
755
 
756
- #: views/settings.php:568
757
  msgid "Edit button one"
758
  msgstr ""
759
 
760
- #: views/settings.php:572
761
  msgid "Edit button two"
762
  msgstr ""
763
 
764
- #: views/settings.php:578 views/settings.php:594
765
  msgid "Message 8"
766
  msgstr ""
767
 
768
- #: views/settings.php:578 views/settings.php:602 views/settings.php:610
769
  msgid "(click on button one)"
770
  msgstr ""
771
 
772
- #: views/settings.php:594
773
  msgid "(click on button two)"
774
  msgstr ""
775
 
776
- #: views/settings.php:602
777
  msgid "Message 9"
778
  msgstr ""
779
 
780
- #: views/settings.php:610
781
  msgid "Message 10"
782
  msgstr ""
783
 
784
- #: views/settings.php:632
785
  msgid ""
786
  "To make the plugin GDPR compliant, fill in the details and enable this "
787
  "section."
788
  msgstr ""
789
 
790
- #: views/settings.php:633
791
  msgid ""
792
  "Here we added some generic texts that you may want to review, change or "
793
  "remove."
794
  msgstr ""
795
 
796
- #: views/settings.php:645
797
  msgid "Link name"
798
  msgstr ""
799
 
800
- #: views/settings.php:649
801
  msgid "Label the link that will be shown on frontend footer"
802
  msgstr ""
803
 
804
- #: views/settings.php:654
805
  msgid "P. Policy page link"
806
  msgstr ""
807
 
808
- #: views/settings.php:663
809
  msgid "P. Policy link target"
810
  msgstr ""
811
 
812
- #: views/settings.php:669
813
  msgid "Choose how the link will open."
814
  msgstr ""
815
 
816
- #: views/settings.php:674
817
  msgid "Contact form 'tail'"
818
  msgstr ""
819
 
820
- #: views/settings.php:678 views/settings.php:687
821
  msgid "This will be shown together with the acceptance checkbox below the form"
822
  msgstr ""
823
 
824
- #: views/settings.php:683
825
  msgid "Subscribe form 'tail'"
826
  msgstr ""
827
 
@@ -846,12 +848,11 @@ msgid "GitHub"
846
  msgstr "GitHub"
847
 
848
  #: views/sidebar.php:27
849
- msgid "Other products"
850
  msgstr ""
851
 
852
- #: views/sidebar.php:48
853
- msgid "Resources"
854
- msgstr "Resources"
855
 
856
  #~ msgid "You have %d subscriber(s)"
857
  #~ msgstr "Vous avez %d abonné(s)"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.3.0\n"
4
+ "POT-Creation-Date: 2020-12-07 17:15+0200\n"
5
+ "PO-Revision-Date: 2020-12-07 17:15+0200\n"
6
  "Last-Translator: Florian TIAR <tflorian91@hotmail.fr>\n"
7
  "Language-Team: Designmodo <info@designmodo.com>\n"
8
  "Language: fr\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 2.4.2\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
26
  #: includes/classes/wp-maintenance-mode-admin.php:121
27
  #: includes/classes/wp-maintenance-mode-admin.php:159
28
  #: includes/classes/wp-maintenance-mode-admin.php:182
29
+ #: includes/classes/wp-maintenance-mode-admin.php:252
30
  msgid "You do not have access to this resource."
31
  msgstr ""
32
 
47
  msgstr ""
48
 
49
  #: includes/classes/wp-maintenance-mode-admin.php:197
50
+ #: includes/classes/wp-maintenance-mode-admin.php:248
51
  msgid "Security check."
52
  msgstr ""
53
 
59
  msgid "WP Maintenance Mode"
60
  msgstr "WP Maintenance Mode"
61
 
62
+ #: includes/classes/wp-maintenance-mode-admin.php:500
63
  msgid ""
64
  "WPMM: The file data.js could not be written, the bot will not work correctly."
65
  msgstr ""
66
 
67
+ #: includes/classes/wp-maintenance-mode-admin.php:534
68
  msgid "Settings"
69
  msgstr "Options"
70
 
71
+ #: includes/classes/wp-maintenance-mode-admin.php:553
72
  #, php-format
73
  msgid ""
74
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
77
  "Le mode Maintenance est <strong>actif</strong>. N'oubliez pas de le <a href="
78
  "\"%s\">désactiver</a> dès que vous avez terminé."
79
 
80
+ #: includes/classes/wp-maintenance-mode-admin.php:590
81
  msgid "Notice key cannot be empty."
82
  msgstr ""
83
 
84
+ #: includes/classes/wp-maintenance-mode-admin.php:638
85
  #, php-format
86
  msgid ""
87
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
88
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
89
  msgstr ""
90
 
91
+ #: includes/classes/wp-maintenance-mode-admin.php:662
92
  msgid ""
93
  "Your WordPress version supports Privacy settings but you haven't set any "
94
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
95
  msgstr ""
96
 
97
+ #: includes/classes/wp-maintenance-mode-admin.php:665
98
  #, php-format
99
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
100
  msgstr ""
101
 
102
+ #: includes/classes/wp-maintenance-mode-admin.php:670
103
  #, php-format
104
  msgid ""
105
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
106
  "that's correct ignore this message, otherwise %s"
107
  msgstr ""
108
 
109
+ #: includes/classes/wp-maintenance-mode-admin.php:674
110
  msgid ""
111
  "No privacy features detected for your WordPress version. Update WordPress to "
112
  "get this field automatically filled in or type in the URL that points to "
149
  msgstr ""
150
 
151
  #: includes/classes/wp-maintenance-mode.php:152
152
+ msgid "How you can see, our website will be launched very soon."
153
  msgstr ""
154
 
155
  #: includes/classes/wp-maintenance-mode.php:153
180
  msgstr ""
181
 
182
  #: includes/classes/wp-maintenance-mode.php:161
183
+ #: includes/classes/wp-maintenance-mode.php:654
184
  msgid "Type your name here…"
185
  msgstr ""
186
 
193
  msgstr ""
194
 
195
  #: includes/classes/wp-maintenance-mode.php:164
196
+ #: includes/classes/wp-maintenance-mode.php:655
197
  #, fuzzy
198
  msgid "Type your email here…"
199
  msgstr "Entrez votre adresse email"
230
  msgid "Maintenance Mode"
231
  msgstr "Maintenance Mode"
232
 
233
+ #: includes/classes/wp-maintenance-mode.php:651
234
  msgid "Please type in your name."
235
  msgstr ""
236
 
237
+ #: includes/classes/wp-maintenance-mode.php:652
238
  #, fuzzy
239
  msgid "Please type in a valid email address."
240
  msgstr "Veuillez entrer une adresse email valide s'il vous plait."
241
 
242
+ #: includes/classes/wp-maintenance-mode.php:656 views/maintenance.php:161
243
  msgid "Send"
244
  msgstr "Envoyer"
245
 
246
+ #: includes/classes/wp-maintenance-mode.php:869
247
+ #: includes/classes/wp-maintenance-mode.php:903 views/maintenance.php:140
248
  msgid "Please enter a valid email address."
249
  msgstr "Veuillez entrer une adresse email valide s'il vous plait."
250
 
251
+ #: includes/classes/wp-maintenance-mode.php:881
252
  msgid "You successfully subscribed. Thanks!"
253
  msgstr ""
254
 
255
+ #: includes/classes/wp-maintenance-mode.php:899
256
  msgid "All fields required."
257
  msgstr "Tous les champs requis."
258
 
259
+ #: includes/classes/wp-maintenance-mode.php:911
260
  msgid "Message via contact"
261
  msgstr "Message via contact"
262
 
263
+ #: includes/classes/wp-maintenance-mode.php:928
264
  msgid "Your email was sent to the website administrator. Thanks!"
265
  msgstr "Merci ! Votre email a été envoyé au webmaster du site."
266
 
289
  msgid "your e-mail..."
290
  msgstr "votre e-mail"
291
 
292
+ #: views/maintenance.php:75 views/settings.php:257
293
  msgid "Subscribe"
294
  msgstr "Abonnement Newsletter"
295
 
322
  msgid "Dashboard"
323
  msgstr ""
324
 
325
+ #: views/promo-blocksy.php:1
326
+ msgid "Blocksy - The Most Innovative & Lightning Fast WordPress Theme"
327
  msgstr ""
328
 
329
+ #: views/promo-blocksy.php:4
330
  msgid ""
331
+ "A blazing fast and lightweight WordPress theme built with the latest web "
332
+ "technologies. It was built with the Gutenberg editor in mind and has a lot "
333
+ "of options that makes it extendable and customizable."
334
  msgstr ""
335
 
336
+ #: views/promo-blocksy.php:8
337
+ msgid "Download for Free Now"
338
  msgstr ""
339
 
340
  #: views/settings.php:6
361
  msgid "GDPR"
362
  msgstr ""
363
 
364
+ #: views/settings.php:26 views/settings.php:455 views/settings.php:622
365
  msgid "Status"
366
  msgstr "Etat"
367
 
368
+ #: views/settings.php:28 views/settings.php:458 views/settings.php:624
369
  msgid "Activated"
370
  msgstr "Activé"
371
 
372
+ #: views/settings.php:29 views/settings.php:459 views/settings.php:625
373
  msgid "Deactivated"
374
  msgstr "Désactivé"
375
 
377
  msgid "Bypass for Search Bots"
378
  msgstr "Contournement pour les Robots"
379
 
380
+ #: views/settings.php:36 views/settings.php:96 views/settings.php:106
381
+ #: views/settings.php:229 views/settings.php:265 views/settings.php:304
382
+ #: views/settings.php:378 views/settings.php:410 views/settings.php:419
383
  msgid "Yes"
384
  msgstr "Oui"
385
 
386
+ #: views/settings.php:37 views/settings.php:97 views/settings.php:107
387
+ #: views/settings.php:230 views/settings.php:266 views/settings.php:305
388
+ #: views/settings.php:379 views/settings.php:411 views/settings.php:420
389
  msgid "No"
390
  msgstr "Non"
391
 
397
  msgid "Backend Role"
398
  msgstr "Rôle utilisateur du Panel d'Administration"
399
 
400
+ #: views/settings.php:45 views/settings.php:56
401
  msgid "Select role(s)"
402
  msgstr ""
403
 
404
+ #: views/settings.php:50
405
  msgid ""
406
  "Which user role is allowed to access the backend of this blog? "
407
  "Administrators will always have access."
408
  msgstr ""
409
 
410
+ #: views/settings.php:54
411
  msgid "Frontend Role"
412
  msgstr "Rôle utilisateur du Site Web"
413
 
414
+ #: views/settings.php:61
415
  msgid ""
416
  "Which user role is allowed to access the frontend of this blog? "
417
  "Administrators will always have access."
418
  msgstr ""
419
 
420
+ #: views/settings.php:65
421
  msgid "Robots Meta Tag"
422
  msgstr "Balise Meta de Robots"
423
 
424
+ #: views/settings.php:71
425
  msgid ""
426
  "The robots meta tag lets you use a granular, page-specific approach to "
427
  "control how an individual page should be indexed and served to users in "
431
  "page spécifique pour contrôler comment une page individuelle peut être "
432
  "indexé et servi aux utilisateurs dans les résultats de recherche."
433
 
434
+ #: views/settings.php:75
435
  msgid "Redirection"
436
  msgstr "Redirection"
437
 
438
+ #: views/settings.php:78
439
  msgid ""
440
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
441
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
442
  "(incl. http://)"
443
  msgstr ""
444
 
445
+ #: views/settings.php:82
446
  msgid "Exclude"
447
  msgstr "Exclure"
448
 
449
+ #: views/settings.php:89
450
  msgid ""
451
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
452
  "IP per line!"
454
  "Exclure les flux, pages, archives ou adresses IP du mode maintenance. "
455
  "Ajouter une exclusion par ligne."
456
 
457
+ #: views/settings.php:93
458
  msgid "Notice"
459
  msgstr "Notification"
460
 
461
+ #: views/settings.php:99
462
  msgid "Do you want to see notices when maintenance mode is activated?"
463
  msgstr ""
464
  "Souhaitez-vous voir une notification quand le mode maintenance est activé ?"
465
 
466
+ #: views/settings.php:103
467
  msgid "Dashboard link"
468
  msgstr ""
469
 
470
+ #: views/settings.php:109
471
  msgid ""
472
  "Do you want to add a link to the dashboard on your maintenance mode page?"
473
  msgstr ""
474
 
475
+ #: views/settings.php:117 views/settings.php:215 views/settings.php:437
476
+ #: views/settings.php:607 views/settings.php:680
477
  msgid "Save settings"
478
  msgstr ""
479
 
480
+ #: views/settings.php:118 views/settings.php:216 views/settings.php:438
481
+ #: views/settings.php:608 views/settings.php:681
482
  msgid "Reset settings"
483
  msgstr ""
484
 
485
+ #: views/settings.php:123
486
  msgid "Content"
487
  msgstr "Contenu"
488
 
489
+ #: views/settings.php:128
490
  msgid "Title (HTML tag)"
491
  msgstr "Title (balise meta HTML)"
492
 
493
+ #: views/settings.php:134
494
  msgid "Heading"
495
  msgstr "En-tête (titre)"
496
 
497
+ #: views/settings.php:141 views/settings.php:271
498
  msgid "Text"
499
  msgstr "Texte"
500
 
501
+ #: views/settings.php:156
502
  msgid "This text will not be shown when the bot feature is enabled."
503
  msgstr ""
504
 
505
+ #: views/settings.php:162
506
  msgid "Background"
507
  msgstr "Fond d'écran"
508
 
509
+ #: views/settings.php:167
510
  msgid "Choose type"
511
  msgstr "Choix du type"
512
 
513
+ #: views/settings.php:170
514
  msgid "Custom color"
515
  msgstr "Couleur personnalisée"
516
 
517
+ #: views/settings.php:171
518
  msgid "Uploaded background"
519
  msgstr "Fond d'écran uploadé"
520
 
521
+ #: views/settings.php:172
522
  msgid "Predefined background"
523
  msgstr "Fond d'écran prédéfini"
524
 
525
+ #: views/settings.php:177
526
  msgid "Choose color"
527
  msgstr "Choix de la couleur"
528
 
529
+ #: views/settings.php:183
530
  msgid "Upload background"
531
  msgstr "Uploader le fond d'écran"
532
 
533
+ #: views/settings.php:187
534
  msgid "Backgrounds should have 1920x1280 px size."
535
  msgstr "Le fond d'écran doit avoir une taille de 1920x1280px."
536
 
537
+ #: views/settings.php:192
538
  msgid "Choose background"
539
  msgstr "Choix du fond d'écran"
540
 
541
+ #: views/settings.php:194
542
  #, php-format
543
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
544
  msgstr ""
545
 
546
+ #: views/settings.php:221
547
  msgid "Countdown"
548
  msgstr "Compte à rebours"
549
 
550
+ #: views/settings.php:226
551
  msgid "Show countdown?"
552
  msgstr "Afficher le compte à rebours ?"
553
 
554
+ #: views/settings.php:235
555
  msgid "Start date"
556
  msgstr "Date de départ"
557
 
558
+ #: views/settings.php:241
559
  msgid "Countdown (remaining time)"
560
  msgstr "Compte à rebours (temps restant)"
561
 
562
+ #: views/settings.php:243
563
  msgid "Days"
564
  msgstr "Jours"
565
 
566
+ #: views/settings.php:244
567
  msgid "Hours"
568
  msgstr "Heures"
569
 
570
+ #: views/settings.php:245
571
  msgid "Minutes"
572
  msgstr "Minutes"
573
 
574
+ #: views/settings.php:249
575
  msgid "Color"
576
  msgstr "Couleur"
577
 
578
+ #: views/settings.php:262
579
  msgid "Show subscribe?"
580
  msgstr "Afficher l'abonnement (newsletter) ?"
581
 
582
+ #: views/settings.php:278
583
  msgid "Stats"
584
  msgstr "Statistiques"
585
 
586
+ #: views/settings.php:282
587
  #, php-format
588
  msgctxt "settings page"
589
  msgid "You have %d subscriber"
591
  msgstr[0] ""
592
  msgstr[1] ""
593
 
594
+ #: views/settings.php:287
595
  msgid "Export as CSV"
596
  msgstr "Exporter en CSV"
597
 
598
+ #: views/settings.php:288
599
  msgid "Empty subscribers list"
600
  msgstr ""
601
 
602
+ #: views/settings.php:296
603
  msgid "Social Networks"
604
  msgstr "Réseaux Sociaux"
605
 
606
+ #: views/settings.php:301
607
  msgid "Show social networks?"
608
  msgstr "Afficher les réseaux sociaux ?"
609
 
610
+ #: views/settings.php:310
611
  msgid "Links target?"
612
  msgstr ""
613
 
614
+ #: views/settings.php:313 views/settings.php:651
615
  msgid "New page"
616
  msgstr ""
617
 
618
+ #: views/settings.php:314 views/settings.php:652
619
  msgid "Same page"
620
  msgstr ""
621
 
622
+ #: views/settings.php:316
623
  msgid "Choose how the links will open."
624
  msgstr ""
625
 
626
+ #: views/settings.php:370
627
  msgid "Contact"
628
  msgstr "Contact"
629
 
630
+ #: views/settings.php:375
631
  msgid "Show contact?"
632
  msgstr "Afficher le formulaire de contact ?"
633
 
634
+ #: views/settings.php:384
635
  msgid "Email address"
636
  msgstr "Adresse email"
637
 
638
+ #: views/settings.php:390
639
  msgid "Effects"
640
  msgstr "Animation"
641
 
642
+ #: views/settings.php:393
643
  msgid "Move top - Move bottom"
644
  msgstr ""
645
 
646
+ #: views/settings.php:394
647
  msgid "Zoom - Zoomed"
648
  msgstr ""
649
 
650
+ #: views/settings.php:395
651
  msgid "Fold - Unfold"
652
  msgstr ""
653
 
654
+ #: views/settings.php:402
655
  msgid "Google Analytics"
656
  msgstr ""
657
 
658
+ #: views/settings.php:407
659
  msgid "Use Google Analytics?"
660
  msgstr ""
661
 
662
+ #: views/settings.php:416
663
  msgid "Enable IP anonymization?"
664
  msgstr ""
665
 
666
+ #: views/settings.php:426
667
  msgid "Tracking code"
668
  msgstr ""
669
 
670
+ #: views/settings.php:429
671
  msgid ""
672
+ "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX, G-XXXXXXXX. Eg: "
673
+ "UA-12345678-1 is valid"
674
  msgstr ""
675
 
676
+ #: views/settings.php:447
677
  msgid ""
678
  "Setup the conversation steps to capture more subscribers with this friendly "
679
  "way of asking email addresess."
680
  msgstr ""
681
 
682
+ #: views/settings.php:448
683
  msgid ""
684
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
685
  "make the conversation even more realistic."
686
  msgstr ""
687
 
688
+ #: views/settings.php:449
689
  msgid ""
690
  "It is also ok if you don't fill in all the conversation steps if you don't "
691
  "need to."
692
  msgstr ""
693
 
694
+ #: views/settings.php:450
695
  msgid ""
696
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
697
  "&raquo; Export as CSV."
698
  msgstr ""
699
 
700
+ #: views/settings.php:463
701
  #, fuzzy
702
  msgid "Bot Name"
703
  msgstr "Nom"
704
 
705
+ #: views/settings.php:466
706
  msgid "This name will appear when the bot is typing."
707
  msgstr ""
708
 
709
+ #: views/settings.php:470
710
  #, fuzzy
711
  msgid "Upload avatar"
712
  msgstr "Uploader le fond d'écran"
713
 
714
+ #: views/settings.php:474
715
  msgid "A 512 x 512 px will work just fine."
716
  msgstr ""
717
 
718
+ #: views/settings.php:480
719
  msgid "Customize Messages"
720
  msgstr ""
721
 
722
+ #: views/settings.php:485
723
  msgid "Message 1"
724
  msgstr ""
725
 
726
+ #: views/settings.php:493
727
  msgid "Message 2"
728
  msgstr ""
729
 
730
+ #: views/settings.php:501
731
  msgid "Message 3"
732
  msgstr ""
733
 
734
+ #: views/settings.php:509 views/settings.php:549 views/settings.php:571
735
  msgid "Response"
736
  msgstr ""
737
 
738
+ #: views/settings.php:513 views/settings.php:575
739
  msgid "Edit the placeholder's text"
740
  msgstr ""
741
 
742
+ #: views/settings.php:517
743
  msgid "Message 4"
744
  msgstr ""
745
 
746
+ #: views/settings.php:525
747
  msgid "Message 5"
748
  msgstr ""
749
 
750
+ #: views/settings.php:533
751
  msgid "Message 6"
752
  msgstr ""
753
 
754
+ #: views/settings.php:541
755
  msgid "Message 7"
756
  msgstr ""
757
 
758
+ #: views/settings.php:553
759
  msgid "Edit button one"
760
  msgstr ""
761
 
762
+ #: views/settings.php:557
763
  msgid "Edit button two"
764
  msgstr ""
765
 
766
+ #: views/settings.php:563 views/settings.php:579
767
  msgid "Message 8"
768
  msgstr ""
769
 
770
+ #: views/settings.php:563 views/settings.php:587 views/settings.php:595
771
  msgid "(click on button one)"
772
  msgstr ""
773
 
774
+ #: views/settings.php:579
775
  msgid "(click on button two)"
776
  msgstr ""
777
 
778
+ #: views/settings.php:587
779
  msgid "Message 9"
780
  msgstr ""
781
 
782
+ #: views/settings.php:595
783
  msgid "Message 10"
784
  msgstr ""
785
 
786
+ #: views/settings.php:617
787
  msgid ""
788
  "To make the plugin GDPR compliant, fill in the details and enable this "
789
  "section."
790
  msgstr ""
791
 
792
+ #: views/settings.php:618
793
  msgid ""
794
  "Here we added some generic texts that you may want to review, change or "
795
  "remove."
796
  msgstr ""
797
 
798
+ #: views/settings.php:630
799
  msgid "Link name"
800
  msgstr ""
801
 
802
+ #: views/settings.php:634
803
  msgid "Label the link that will be shown on frontend footer"
804
  msgstr ""
805
 
806
+ #: views/settings.php:639
807
  msgid "P. Policy page link"
808
  msgstr ""
809
 
810
+ #: views/settings.php:648
811
  msgid "P. Policy link target"
812
  msgstr ""
813
 
814
+ #: views/settings.php:654
815
  msgid "Choose how the link will open."
816
  msgstr ""
817
 
818
+ #: views/settings.php:659
819
  msgid "Contact form 'tail'"
820
  msgstr ""
821
 
822
+ #: views/settings.php:663 views/settings.php:672
823
  msgid "This will be shown together with the acceptance checkbox below the form"
824
  msgstr ""
825
 
826
+ #: views/settings.php:668
827
  msgid "Subscribe form 'tail'"
828
  msgstr ""
829
 
848
  msgstr "GitHub"
849
 
850
  #: views/sidebar.php:27
851
+ msgid "Recommended"
852
  msgstr ""
853
 
854
+ #~ msgid "Resources"
855
+ #~ msgstr "Resources"
 
856
 
857
  #~ msgid "You have %d subscriber(s)"
858
  #~ msgstr "Vous avez %d abonné(s)"
languages/wp-maintenance-mode-it_IT.mo CHANGED
Binary file
languages/wp-maintenance-mode-it_IT.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WP Maintenance Mode 2.2.4\n"
4
- "POT-Creation-Date: 2019-05-20 10:30+0300\n"
5
- "PO-Revision-Date: 2019-05-20 10:30+0300\n"
6
  "Last-Translator: Massimiliano Losego <massimiliano@losego.it>\n"
7
  "Language-Team: Losego Massimiliano <massimiliano@losego.it>\n"
8
  "Language: it\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 2.2.2\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -26,6 +26,7 @@ msgstr ""
26
  #: includes/classes/wp-maintenance-mode-admin.php:121
27
  #: includes/classes/wp-maintenance-mode-admin.php:159
28
  #: includes/classes/wp-maintenance-mode-admin.php:182
 
29
  msgid "You do not have access to this resource."
30
  msgstr ""
31
 
@@ -46,7 +47,7 @@ msgid "The tab slug must not be empty."
46
  msgstr ""
47
 
48
  #: includes/classes/wp-maintenance-mode-admin.php:197
49
- #: includes/classes/wp-maintenance-mode-admin.php:251
50
  msgid "Security check."
51
  msgstr ""
52
 
@@ -58,16 +59,16 @@ msgstr ""
58
  msgid "WP Maintenance Mode"
59
  msgstr "WP Maintenance Mode"
60
 
61
- #: includes/classes/wp-maintenance-mode-admin.php:498
62
  msgid ""
63
  "WPMM: The file data.js could not be written, the bot will not work correctly."
64
  msgstr ""
65
 
66
- #: includes/classes/wp-maintenance-mode-admin.php:532
67
  msgid "Settings"
68
  msgstr "Impostazioni"
69
 
70
- #: includes/classes/wp-maintenance-mode-admin.php:551
71
  #, php-format
72
  msgid ""
73
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -76,36 +77,36 @@ msgstr ""
76
  "La Modalità Manutenzione è <strong>attiva</strong>. Non dimenticarti di <a "
77
  "href=\"%s\">disattivarla</a> appena avrai finito."
78
 
79
- #: includes/classes/wp-maintenance-mode-admin.php:588
80
  msgid "Notice key cannot be empty."
81
  msgstr ""
82
 
83
- #: includes/classes/wp-maintenance-mode-admin.php:636
84
  #, php-format
85
  msgid ""
86
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
87
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
88
  msgstr ""
89
 
90
- #: includes/classes/wp-maintenance-mode-admin.php:660
91
  msgid ""
92
  "Your WordPress version supports Privacy settings but you haven't set any "
93
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
94
  msgstr ""
95
 
96
- #: includes/classes/wp-maintenance-mode-admin.php:663
97
  #, php-format
98
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
99
  msgstr ""
100
 
101
- #: includes/classes/wp-maintenance-mode-admin.php:668
102
  #, php-format
103
  msgid ""
104
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
105
  "that's correct ignore this message, otherwise %s"
106
  msgstr ""
107
 
108
- #: includes/classes/wp-maintenance-mode-admin.php:672
109
  msgid ""
110
  "No privacy features detected for your WordPress version. Update WordPress to "
111
  "get this field automatically filled in or type in the URL that points to "
@@ -148,7 +149,7 @@ msgid "Nice to meet you here, {visitor_name}!"
148
  msgstr ""
149
 
150
  #: includes/classes/wp-maintenance-mode.php:152
151
- msgid "How you can see, our website will be lauched very soon."
152
  msgstr ""
153
 
154
  #: includes/classes/wp-maintenance-mode.php:153
@@ -179,7 +180,7 @@ msgid "Have a great day!"
179
  msgstr ""
180
 
181
  #: includes/classes/wp-maintenance-mode.php:161
182
- #: includes/classes/wp-maintenance-mode.php:650
183
  msgid "Type your name here…"
184
  msgstr ""
185
 
@@ -192,7 +193,7 @@ msgid "Boring"
192
  msgstr ""
193
 
194
  #: includes/classes/wp-maintenance-mode.php:164
195
- #: includes/classes/wp-maintenance-mode.php:651
196
  msgid "Type your email here…"
197
  msgstr ""
198
 
@@ -228,37 +229,37 @@ msgstr ""
228
  msgid "Maintenance Mode"
229
  msgstr "Modalità Manutenzione"
230
 
231
- #: includes/classes/wp-maintenance-mode.php:647
232
  msgid "Please type in your name."
233
  msgstr ""
234
 
235
- #: includes/classes/wp-maintenance-mode.php:648
236
  #, fuzzy
237
  msgid "Please type in a valid email address."
238
  msgstr "Per favore inserisci in email corretta."
239
 
240
- #: includes/classes/wp-maintenance-mode.php:652 views/maintenance.php:161
241
  msgid "Send"
242
  msgstr "Spedisci"
243
 
244
- #: includes/classes/wp-maintenance-mode.php:865
245
- #: includes/classes/wp-maintenance-mode.php:899 views/maintenance.php:140
246
  msgid "Please enter a valid email address."
247
  msgstr "Per favore inserisci in email corretta."
248
 
249
- #: includes/classes/wp-maintenance-mode.php:877
250
  msgid "You successfully subscribed. Thanks!"
251
  msgstr ""
252
 
253
- #: includes/classes/wp-maintenance-mode.php:895
254
  msgid "All fields required."
255
  msgstr "Sono richiesti tutti i campi."
256
 
257
- #: includes/classes/wp-maintenance-mode.php:907
258
  msgid "Message via contact"
259
  msgstr "Messaggio via contatto"
260
 
261
- #: includes/classes/wp-maintenance-mode.php:924
262
  msgid "Your email was sent to the website administrator. Thanks!"
263
  msgstr "La tua email è stata spedita all'amministratore del sito. Grazie!"
264
 
@@ -287,7 +288,7 @@ msgstr "Login"
287
  msgid "your e-mail..."
288
  msgstr "la tua e-mail..."
289
 
290
- #: views/maintenance.php:75 views/settings.php:273
291
  msgid "Subscribe"
292
  msgstr "Iscriviti"
293
 
@@ -320,19 +321,19 @@ msgstr "Contattaci"
320
  msgid "Dashboard"
321
  msgstr "Dashboard"
322
 
323
- #: views/promo-strictthemes.php:1
324
- msgid "Premium WordPress Themes from WP Maintenance Mode authors!"
325
  msgstr ""
326
 
327
- #: views/promo-strictthemes.php:4
328
  msgid ""
329
- "We hope you like the WP Maintenance Mode plugin! Now you can buy WordPress "
330
- "Themes directly from us on ThemeForest. We're StrictThemes and we create "
331
- "best designed and coded WordPress Themes."
332
  msgstr ""
333
 
334
- #: views/promo-strictthemes.php:8
335
- msgid "See our WordPress Themes!"
336
  msgstr ""
337
 
338
  #: views/settings.php:6
@@ -359,15 +360,15 @@ msgstr ""
359
  msgid "GDPR"
360
  msgstr ""
361
 
362
- #: views/settings.php:26 views/settings.php:470 views/settings.php:637
363
  msgid "Status"
364
  msgstr "Stato"
365
 
366
- #: views/settings.php:28 views/settings.php:473 views/settings.php:639
367
  msgid "Activated"
368
  msgstr "Attivato"
369
 
370
- #: views/settings.php:29 views/settings.php:474 views/settings.php:640
371
  msgid "Deactivated"
372
  msgstr "Disattivato"
373
 
@@ -375,15 +376,15 @@ msgstr "Disattivato"
375
  msgid "Bypass for Search Bots"
376
  msgstr "Bypass per Bot di ricerca"
377
 
378
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
379
- #: views/settings.php:245 views/settings.php:281 views/settings.php:319
380
- #: views/settings.php:393 views/settings.php:425 views/settings.php:434
381
  msgid "Yes"
382
  msgstr "Si"
383
 
384
- #: views/settings.php:37 views/settings.php:107 views/settings.php:117
385
- #: views/settings.php:246 views/settings.php:282 views/settings.php:320
386
- #: views/settings.php:394 views/settings.php:426 views/settings.php:435
387
  msgid "No"
388
  msgstr "No"
389
 
@@ -395,31 +396,31 @@ msgstr "Permetti ai Bot di ricerca di bypassare la modalità manutenzione?"
395
  msgid "Backend Role"
396
  msgstr "Ruolo Backend"
397
 
398
- #: views/settings.php:45 views/settings.php:61
399
  msgid "Select role(s)"
400
  msgstr ""
401
 
402
- #: views/settings.php:55
403
  msgid ""
404
  "Which user role is allowed to access the backend of this blog? "
405
  "Administrators will always have access."
406
  msgstr ""
407
 
408
- #: views/settings.php:59
409
  msgid "Frontend Role"
410
  msgstr "Ruolo Frontend"
411
 
412
- #: views/settings.php:71
413
  msgid ""
414
  "Which user role is allowed to access the frontend of this blog? "
415
  "Administrators will always have access."
416
  msgstr ""
417
 
418
- #: views/settings.php:75
419
  msgid "Robots Meta Tag"
420
  msgstr "Meta Tag Robots"
421
 
422
- #: views/settings.php:81
423
  msgid ""
424
  "The robots meta tag lets you use a granular, page-specific approach to "
425
  "control how an individual page should be indexed and served to users in "
@@ -429,22 +430,22 @@ msgstr ""
429
  "specifico per la pagina per controllare come ogni pagina potrà essere "
430
  "indicizzata e servita agli utenti nei risultati di ricerca."
431
 
432
- #: views/settings.php:85
433
  msgid "Redirection"
434
  msgstr "Redirezione"
435
 
436
- #: views/settings.php:88
437
  msgid ""
438
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
439
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
440
  "(incl. http://)"
441
  msgstr ""
442
 
443
- #: views/settings.php:92
444
  msgid "Exclude"
445
  msgstr "Escludi"
446
 
447
- #: views/settings.php:99
448
  msgid ""
449
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
450
  "IP per line!"
@@ -452,138 +453,138 @@ msgstr ""
452
  "Escludi feed, pagine, archivi o IPs dalla modalità manutenzione, Aggiungi un "
453
  "valore/IP per linea!"
454
 
455
- #: views/settings.php:103
456
  msgid "Notice"
457
  msgstr "Avviso"
458
 
459
- #: views/settings.php:109
460
  msgid "Do you want to see notices when maintenance mode is activated?"
461
  msgstr ""
462
  "Vuoi vedere gli avvisi quando viene attivata la modalità di manutenzione?"
463
 
464
- #: views/settings.php:113
465
  msgid "Dashboard link"
466
  msgstr "Link Dashboard"
467
 
468
- #: views/settings.php:119
469
  msgid ""
470
  "Do you want to add a link to the dashboard on your maintenance mode page?"
471
  msgstr ""
472
  "Vuoi aggiungere un collegamento alla dashboard sulla tua pagina modalità di "
473
  "manutenzione?"
474
 
475
- #: views/settings.php:127 views/settings.php:231 views/settings.php:452
476
- #: views/settings.php:622 views/settings.php:695
477
  msgid "Save settings"
478
  msgstr "Salva impostazioni"
479
 
480
- #: views/settings.php:128 views/settings.php:232 views/settings.php:453
481
- #: views/settings.php:623 views/settings.php:696
482
  msgid "Reset settings"
483
  msgstr "Resetta impostazioni"
484
 
485
- #: views/settings.php:133
486
  msgid "Content"
487
  msgstr "Contenuto"
488
 
489
- #: views/settings.php:138
490
  msgid "Title (HTML tag)"
491
  msgstr "Titolo (HTML tag)"
492
 
493
- #: views/settings.php:144
494
  msgid "Heading"
495
  msgstr "Intestazione"
496
 
497
- #: views/settings.php:151 views/settings.php:287
498
  msgid "Text"
499
  msgstr "Testo"
500
 
501
- #: views/settings.php:166
502
  msgid "This text will not be shown when the bot feature is enabled."
503
  msgstr ""
504
 
505
- #: views/settings.php:172
506
  msgid "Background"
507
  msgstr "Sfondo"
508
 
509
- #: views/settings.php:177
510
  msgid "Choose type"
511
  msgstr "Scegli il tipo"
512
 
513
- #: views/settings.php:180
514
  msgid "Custom color"
515
  msgstr "Colore Custom"
516
 
517
- #: views/settings.php:181
518
  msgid "Uploaded background"
519
  msgstr "Background caricato"
520
 
521
- #: views/settings.php:182
522
  msgid "Predefined background"
523
  msgstr "Background predefinito"
524
 
525
- #: views/settings.php:187
526
  msgid "Choose color"
527
  msgstr "Scegli il colore"
528
 
529
- #: views/settings.php:193
530
  msgid "Upload background"
531
  msgstr "Carica uno Sfondo"
532
 
533
- #: views/settings.php:197
534
  msgid "Backgrounds should have 1920x1280 px size."
535
  msgstr "Gli Sfondi dovrebbero avere una dimensione di 1920x1280 px."
536
 
537
- #: views/settings.php:202
538
  msgid "Choose background"
539
  msgstr "Scegli lo sfondo"
540
 
541
- #: views/settings.php:204
542
  #, php-format
543
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
544
  msgstr ""
545
 
546
- #: views/settings.php:237
547
  msgid "Countdown"
548
  msgstr "Conto alla rovescia"
549
 
550
- #: views/settings.php:242
551
  msgid "Show countdown?"
552
  msgstr "Mostra il conto alla rovescia?"
553
 
554
- #: views/settings.php:251
555
  msgid "Start date"
556
  msgstr "Data di inizio"
557
 
558
- #: views/settings.php:257
559
  msgid "Countdown (remaining time)"
560
  msgstr "Conto alla rovescia (tempo rimanente)"
561
 
562
- #: views/settings.php:259
563
  msgid "Days"
564
  msgstr "Giorni"
565
 
566
- #: views/settings.php:260
567
  msgid "Hours"
568
  msgstr "Ore"
569
 
570
- #: views/settings.php:261
571
  msgid "Minutes"
572
  msgstr "Minuti"
573
 
574
- #: views/settings.php:265
575
  msgid "Color"
576
  msgstr "Colore"
577
 
578
- #: views/settings.php:278
579
  msgid "Show subscribe?"
580
  msgstr "Mostra Sottoscrivi?"
581
 
582
- #: views/settings.php:294
583
  msgid "Stats"
584
  msgstr "Statistiche"
585
 
586
- #: views/settings.php:298
587
  #, php-format
588
  msgctxt "settings page"
589
  msgid "You have %d subscriber"
@@ -591,238 +592,239 @@ msgid_plural "You have %s subscribers"
591
  msgstr[0] ""
592
  msgstr[1] ""
593
 
594
- #: views/settings.php:303
595
  msgid "Export as CSV"
596
  msgstr "Esporta come CSV"
597
 
598
- #: views/settings.php:304
599
  msgid "Empty subscribers list"
600
  msgstr ""
601
 
602
- #: views/settings.php:311
603
  msgid "Social Networks"
604
  msgstr "Social Networks"
605
 
606
- #: views/settings.php:316
607
  msgid "Show social networks?"
608
  msgstr "Mostra Social Networks?"
609
 
610
- #: views/settings.php:325
611
  msgid "Links target?"
612
  msgstr "Link di destinazione?"
613
 
614
- #: views/settings.php:328 views/settings.php:666
615
  msgid "New page"
616
  msgstr "Nuova Pagina"
617
 
618
- #: views/settings.php:329 views/settings.php:667
619
  msgid "Same page"
620
  msgstr "Stessa Pagina"
621
 
622
- #: views/settings.php:331
623
  msgid "Choose how the links will open."
624
  msgstr "Scegli come si apriranno i link."
625
 
626
- #: views/settings.php:385
627
  msgid "Contact"
628
  msgstr "Contatti"
629
 
630
- #: views/settings.php:390
631
  msgid "Show contact?"
632
  msgstr "Mostra Contatti?"
633
 
634
- #: views/settings.php:399
635
  msgid "Email address"
636
  msgstr "Indirizzo Email"
637
 
638
- #: views/settings.php:405
639
  msgid "Effects"
640
  msgstr "Effetti"
641
 
642
- #: views/settings.php:408
643
  msgid "Move top - Move bottom"
644
  msgstr "Muovi Su - Giù"
645
 
646
- #: views/settings.php:409
647
  msgid "Zoom - Zoomed"
648
  msgstr "Zoom - Zoomato"
649
 
650
- #: views/settings.php:410
651
  msgid "Fold - Unfold"
652
  msgstr "Chiudere - Aprire"
653
 
654
- #: views/settings.php:417
655
  msgid "Google Analytics"
656
  msgstr "Google Analytics"
657
 
658
- #: views/settings.php:422
659
  msgid "Use Google Analytics?"
660
  msgstr "Usa Google Analytics?"
661
 
662
- #: views/settings.php:431
663
  msgid "Enable IP anonymization?"
664
  msgstr ""
665
 
666
- #: views/settings.php:441
667
  msgid "Tracking code"
668
  msgstr "Codice di tracciamento"
669
 
670
- #: views/settings.php:444
671
  msgid ""
672
- "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
 
673
  msgstr ""
674
 
675
- #: views/settings.php:462
676
  msgid ""
677
  "Setup the conversation steps to capture more subscribers with this friendly "
678
  "way of asking email addresess."
679
  msgstr ""
680
 
681
- #: views/settings.php:463
682
  msgid ""
683
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
684
  "make the conversation even more realistic."
685
  msgstr ""
686
 
687
- #: views/settings.php:464
688
  msgid ""
689
  "It is also ok if you don't fill in all the conversation steps if you don't "
690
  "need to."
691
  msgstr ""
692
 
693
- #: views/settings.php:465
694
  msgid ""
695
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
696
  "&raquo; Export as CSV."
697
  msgstr ""
698
 
699
- #: views/settings.php:478
700
  #, fuzzy
701
  msgid "Bot Name"
702
  msgstr "Nome"
703
 
704
- #: views/settings.php:481
705
  msgid "This name will appear when the bot is typing."
706
  msgstr ""
707
 
708
- #: views/settings.php:485
709
  #, fuzzy
710
  msgid "Upload avatar"
711
  msgstr "Carica uno Sfondo"
712
 
713
- #: views/settings.php:489
714
  msgid "A 512 x 512 px will work just fine."
715
  msgstr ""
716
 
717
- #: views/settings.php:495
718
  msgid "Customize Messages"
719
  msgstr ""
720
 
721
- #: views/settings.php:500
722
  msgid "Message 1"
723
  msgstr ""
724
 
725
- #: views/settings.php:508
726
  msgid "Message 2"
727
  msgstr ""
728
 
729
- #: views/settings.php:516
730
  msgid "Message 3"
731
  msgstr ""
732
 
733
- #: views/settings.php:524 views/settings.php:564 views/settings.php:586
734
  msgid "Response"
735
  msgstr ""
736
 
737
- #: views/settings.php:528 views/settings.php:590
738
  msgid "Edit the placeholder's text"
739
  msgstr ""
740
 
741
- #: views/settings.php:532
742
  msgid "Message 4"
743
  msgstr ""
744
 
745
- #: views/settings.php:540
746
  msgid "Message 5"
747
  msgstr ""
748
 
749
- #: views/settings.php:548
750
  msgid "Message 6"
751
  msgstr ""
752
 
753
- #: views/settings.php:556
754
  msgid "Message 7"
755
  msgstr ""
756
 
757
- #: views/settings.php:568
758
  msgid "Edit button one"
759
  msgstr ""
760
 
761
- #: views/settings.php:572
762
  msgid "Edit button two"
763
  msgstr ""
764
 
765
- #: views/settings.php:578 views/settings.php:594
766
  msgid "Message 8"
767
  msgstr ""
768
 
769
- #: views/settings.php:578 views/settings.php:602 views/settings.php:610
770
  msgid "(click on button one)"
771
  msgstr ""
772
 
773
- #: views/settings.php:594
774
  msgid "(click on button two)"
775
  msgstr ""
776
 
777
- #: views/settings.php:602
778
  msgid "Message 9"
779
  msgstr ""
780
 
781
- #: views/settings.php:610
782
  msgid "Message 10"
783
  msgstr ""
784
 
785
- #: views/settings.php:632
786
  msgid ""
787
  "To make the plugin GDPR compliant, fill in the details and enable this "
788
  "section."
789
  msgstr ""
790
 
791
- #: views/settings.php:633
792
  msgid ""
793
  "Here we added some generic texts that you may want to review, change or "
794
  "remove."
795
  msgstr ""
796
 
797
- #: views/settings.php:645
798
  msgid "Link name"
799
  msgstr ""
800
 
801
- #: views/settings.php:649
802
  msgid "Label the link that will be shown on frontend footer"
803
  msgstr ""
804
 
805
- #: views/settings.php:654
806
  msgid "P. Policy page link"
807
  msgstr ""
808
 
809
- #: views/settings.php:663
810
  msgid "P. Policy link target"
811
  msgstr ""
812
 
813
- #: views/settings.php:669
814
  msgid "Choose how the link will open."
815
  msgstr ""
816
 
817
- #: views/settings.php:674
818
  msgid "Contact form 'tail'"
819
  msgstr ""
820
 
821
- #: views/settings.php:678 views/settings.php:687
822
  msgid "This will be shown together with the acceptance checkbox below the form"
823
  msgstr ""
824
 
825
- #: views/settings.php:683
826
  msgid "Subscribe form 'tail'"
827
  msgstr ""
828
 
@@ -847,12 +849,11 @@ msgid "GitHub"
847
  msgstr "GitHub"
848
 
849
  #: views/sidebar.php:27
850
- msgid "Other products"
851
  msgstr ""
852
 
853
- #: views/sidebar.php:48
854
- msgid "Resources"
855
- msgstr "Risorse"
856
 
857
  #~ msgid "You have %d subscriber(s)"
858
  #~ msgstr "Hai %d iscritti"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.3.0\n"
4
+ "POT-Creation-Date: 2020-12-07 17:15+0200\n"
5
+ "PO-Revision-Date: 2020-12-07 17:15+0200\n"
6
  "Last-Translator: Massimiliano Losego <massimiliano@losego.it>\n"
7
  "Language-Team: Losego Massimiliano <massimiliano@losego.it>\n"
8
  "Language: it\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 2.4.2\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
26
  #: includes/classes/wp-maintenance-mode-admin.php:121
27
  #: includes/classes/wp-maintenance-mode-admin.php:159
28
  #: includes/classes/wp-maintenance-mode-admin.php:182
29
+ #: includes/classes/wp-maintenance-mode-admin.php:252
30
  msgid "You do not have access to this resource."
31
  msgstr ""
32
 
47
  msgstr ""
48
 
49
  #: includes/classes/wp-maintenance-mode-admin.php:197
50
+ #: includes/classes/wp-maintenance-mode-admin.php:248
51
  msgid "Security check."
52
  msgstr ""
53
 
59
  msgid "WP Maintenance Mode"
60
  msgstr "WP Maintenance Mode"
61
 
62
+ #: includes/classes/wp-maintenance-mode-admin.php:500
63
  msgid ""
64
  "WPMM: The file data.js could not be written, the bot will not work correctly."
65
  msgstr ""
66
 
67
+ #: includes/classes/wp-maintenance-mode-admin.php:534
68
  msgid "Settings"
69
  msgstr "Impostazioni"
70
 
71
+ #: includes/classes/wp-maintenance-mode-admin.php:553
72
  #, php-format
73
  msgid ""
74
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
77
  "La Modalità Manutenzione è <strong>attiva</strong>. Non dimenticarti di <a "
78
  "href=\"%s\">disattivarla</a> appena avrai finito."
79
 
80
+ #: includes/classes/wp-maintenance-mode-admin.php:590
81
  msgid "Notice key cannot be empty."
82
  msgstr ""
83
 
84
+ #: includes/classes/wp-maintenance-mode-admin.php:638
85
  #, php-format
86
  msgid ""
87
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
88
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
89
  msgstr ""
90
 
91
+ #: includes/classes/wp-maintenance-mode-admin.php:662
92
  msgid ""
93
  "Your WordPress version supports Privacy settings but you haven't set any "
94
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
95
  msgstr ""
96
 
97
+ #: includes/classes/wp-maintenance-mode-admin.php:665
98
  #, php-format
99
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
100
  msgstr ""
101
 
102
+ #: includes/classes/wp-maintenance-mode-admin.php:670
103
  #, php-format
104
  msgid ""
105
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
106
  "that's correct ignore this message, otherwise %s"
107
  msgstr ""
108
 
109
+ #: includes/classes/wp-maintenance-mode-admin.php:674
110
  msgid ""
111
  "No privacy features detected for your WordPress version. Update WordPress to "
112
  "get this field automatically filled in or type in the URL that points to "
149
  msgstr ""
150
 
151
  #: includes/classes/wp-maintenance-mode.php:152
152
+ msgid "How you can see, our website will be launched very soon."
153
  msgstr ""
154
 
155
  #: includes/classes/wp-maintenance-mode.php:153
180
  msgstr ""
181
 
182
  #: includes/classes/wp-maintenance-mode.php:161
183
+ #: includes/classes/wp-maintenance-mode.php:654
184
  msgid "Type your name here…"
185
  msgstr ""
186
 
193
  msgstr ""
194
 
195
  #: includes/classes/wp-maintenance-mode.php:164
196
+ #: includes/classes/wp-maintenance-mode.php:655
197
  msgid "Type your email here…"
198
  msgstr ""
199
 
229
  msgid "Maintenance Mode"
230
  msgstr "Modalità Manutenzione"
231
 
232
+ #: includes/classes/wp-maintenance-mode.php:651
233
  msgid "Please type in your name."
234
  msgstr ""
235
 
236
+ #: includes/classes/wp-maintenance-mode.php:652
237
  #, fuzzy
238
  msgid "Please type in a valid email address."
239
  msgstr "Per favore inserisci in email corretta."
240
 
241
+ #: includes/classes/wp-maintenance-mode.php:656 views/maintenance.php:161
242
  msgid "Send"
243
  msgstr "Spedisci"
244
 
245
+ #: includes/classes/wp-maintenance-mode.php:869
246
+ #: includes/classes/wp-maintenance-mode.php:903 views/maintenance.php:140
247
  msgid "Please enter a valid email address."
248
  msgstr "Per favore inserisci in email corretta."
249
 
250
+ #: includes/classes/wp-maintenance-mode.php:881
251
  msgid "You successfully subscribed. Thanks!"
252
  msgstr ""
253
 
254
+ #: includes/classes/wp-maintenance-mode.php:899
255
  msgid "All fields required."
256
  msgstr "Sono richiesti tutti i campi."
257
 
258
+ #: includes/classes/wp-maintenance-mode.php:911
259
  msgid "Message via contact"
260
  msgstr "Messaggio via contatto"
261
 
262
+ #: includes/classes/wp-maintenance-mode.php:928
263
  msgid "Your email was sent to the website administrator. Thanks!"
264
  msgstr "La tua email è stata spedita all'amministratore del sito. Grazie!"
265
 
288
  msgid "your e-mail..."
289
  msgstr "la tua e-mail..."
290
 
291
+ #: views/maintenance.php:75 views/settings.php:257
292
  msgid "Subscribe"
293
  msgstr "Iscriviti"
294
 
321
  msgid "Dashboard"
322
  msgstr "Dashboard"
323
 
324
+ #: views/promo-blocksy.php:1
325
+ msgid "Blocksy - The Most Innovative & Lightning Fast WordPress Theme"
326
  msgstr ""
327
 
328
+ #: views/promo-blocksy.php:4
329
  msgid ""
330
+ "A blazing fast and lightweight WordPress theme built with the latest web "
331
+ "technologies. It was built with the Gutenberg editor in mind and has a lot "
332
+ "of options that makes it extendable and customizable."
333
  msgstr ""
334
 
335
+ #: views/promo-blocksy.php:8
336
+ msgid "Download for Free Now"
337
  msgstr ""
338
 
339
  #: views/settings.php:6
360
  msgid "GDPR"
361
  msgstr ""
362
 
363
+ #: views/settings.php:26 views/settings.php:455 views/settings.php:622
364
  msgid "Status"
365
  msgstr "Stato"
366
 
367
+ #: views/settings.php:28 views/settings.php:458 views/settings.php:624
368
  msgid "Activated"
369
  msgstr "Attivato"
370
 
371
+ #: views/settings.php:29 views/settings.php:459 views/settings.php:625
372
  msgid "Deactivated"
373
  msgstr "Disattivato"
374
 
376
  msgid "Bypass for Search Bots"
377
  msgstr "Bypass per Bot di ricerca"
378
 
379
+ #: views/settings.php:36 views/settings.php:96 views/settings.php:106
380
+ #: views/settings.php:229 views/settings.php:265 views/settings.php:304
381
+ #: views/settings.php:378 views/settings.php:410 views/settings.php:419
382
  msgid "Yes"
383
  msgstr "Si"
384
 
385
+ #: views/settings.php:37 views/settings.php:97 views/settings.php:107
386
+ #: views/settings.php:230 views/settings.php:266 views/settings.php:305
387
+ #: views/settings.php:379 views/settings.php:411 views/settings.php:420
388
  msgid "No"
389
  msgstr "No"
390
 
396
  msgid "Backend Role"
397
  msgstr "Ruolo Backend"
398
 
399
+ #: views/settings.php:45 views/settings.php:56
400
  msgid "Select role(s)"
401
  msgstr ""
402
 
403
+ #: views/settings.php:50
404
  msgid ""
405
  "Which user role is allowed to access the backend of this blog? "
406
  "Administrators will always have access."
407
  msgstr ""
408
 
409
+ #: views/settings.php:54
410
  msgid "Frontend Role"
411
  msgstr "Ruolo Frontend"
412
 
413
+ #: views/settings.php:61
414
  msgid ""
415
  "Which user role is allowed to access the frontend of this blog? "
416
  "Administrators will always have access."
417
  msgstr ""
418
 
419
+ #: views/settings.php:65
420
  msgid "Robots Meta Tag"
421
  msgstr "Meta Tag Robots"
422
 
423
+ #: views/settings.php:71
424
  msgid ""
425
  "The robots meta tag lets you use a granular, page-specific approach to "
426
  "control how an individual page should be indexed and served to users in "
430
  "specifico per la pagina per controllare come ogni pagina potrà essere "
431
  "indicizzata e servita agli utenti nei risultati di ricerca."
432
 
433
+ #: views/settings.php:75
434
  msgid "Redirection"
435
  msgstr "Redirezione"
436
 
437
+ #: views/settings.php:78
438
  msgid ""
439
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
440
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
441
  "(incl. http://)"
442
  msgstr ""
443
 
444
+ #: views/settings.php:82
445
  msgid "Exclude"
446
  msgstr "Escludi"
447
 
448
+ #: views/settings.php:89
449
  msgid ""
450
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
451
  "IP per line!"
453
  "Escludi feed, pagine, archivi o IPs dalla modalità manutenzione, Aggiungi un "
454
  "valore/IP per linea!"
455
 
456
+ #: views/settings.php:93
457
  msgid "Notice"
458
  msgstr "Avviso"
459
 
460
+ #: views/settings.php:99
461
  msgid "Do you want to see notices when maintenance mode is activated?"
462
  msgstr ""
463
  "Vuoi vedere gli avvisi quando viene attivata la modalità di manutenzione?"
464
 
465
+ #: views/settings.php:103
466
  msgid "Dashboard link"
467
  msgstr "Link Dashboard"
468
 
469
+ #: views/settings.php:109
470
  msgid ""
471
  "Do you want to add a link to the dashboard on your maintenance mode page?"
472
  msgstr ""
473
  "Vuoi aggiungere un collegamento alla dashboard sulla tua pagina modalità di "
474
  "manutenzione?"
475
 
476
+ #: views/settings.php:117 views/settings.php:215 views/settings.php:437
477
+ #: views/settings.php:607 views/settings.php:680
478
  msgid "Save settings"
479
  msgstr "Salva impostazioni"
480
 
481
+ #: views/settings.php:118 views/settings.php:216 views/settings.php:438
482
+ #: views/settings.php:608 views/settings.php:681
483
  msgid "Reset settings"
484
  msgstr "Resetta impostazioni"
485
 
486
+ #: views/settings.php:123
487
  msgid "Content"
488
  msgstr "Contenuto"
489
 
490
+ #: views/settings.php:128
491
  msgid "Title (HTML tag)"
492
  msgstr "Titolo (HTML tag)"
493
 
494
+ #: views/settings.php:134
495
  msgid "Heading"
496
  msgstr "Intestazione"
497
 
498
+ #: views/settings.php:141 views/settings.php:271
499
  msgid "Text"
500
  msgstr "Testo"
501
 
502
+ #: views/settings.php:156
503
  msgid "This text will not be shown when the bot feature is enabled."
504
  msgstr ""
505
 
506
+ #: views/settings.php:162
507
  msgid "Background"
508
  msgstr "Sfondo"
509
 
510
+ #: views/settings.php:167
511
  msgid "Choose type"
512
  msgstr "Scegli il tipo"
513
 
514
+ #: views/settings.php:170
515
  msgid "Custom color"
516
  msgstr "Colore Custom"
517
 
518
+ #: views/settings.php:171
519
  msgid "Uploaded background"
520
  msgstr "Background caricato"
521
 
522
+ #: views/settings.php:172
523
  msgid "Predefined background"
524
  msgstr "Background predefinito"
525
 
526
+ #: views/settings.php:177
527
  msgid "Choose color"
528
  msgstr "Scegli il colore"
529
 
530
+ #: views/settings.php:183
531
  msgid "Upload background"
532
  msgstr "Carica uno Sfondo"
533
 
534
+ #: views/settings.php:187
535
  msgid "Backgrounds should have 1920x1280 px size."
536
  msgstr "Gli Sfondi dovrebbero avere una dimensione di 1920x1280 px."
537
 
538
+ #: views/settings.php:192
539
  msgid "Choose background"
540
  msgstr "Scegli lo sfondo"
541
 
542
+ #: views/settings.php:194
543
  #, php-format
544
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
545
  msgstr ""
546
 
547
+ #: views/settings.php:221
548
  msgid "Countdown"
549
  msgstr "Conto alla rovescia"
550
 
551
+ #: views/settings.php:226
552
  msgid "Show countdown?"
553
  msgstr "Mostra il conto alla rovescia?"
554
 
555
+ #: views/settings.php:235
556
  msgid "Start date"
557
  msgstr "Data di inizio"
558
 
559
+ #: views/settings.php:241
560
  msgid "Countdown (remaining time)"
561
  msgstr "Conto alla rovescia (tempo rimanente)"
562
 
563
+ #: views/settings.php:243
564
  msgid "Days"
565
  msgstr "Giorni"
566
 
567
+ #: views/settings.php:244
568
  msgid "Hours"
569
  msgstr "Ore"
570
 
571
+ #: views/settings.php:245
572
  msgid "Minutes"
573
  msgstr "Minuti"
574
 
575
+ #: views/settings.php:249
576
  msgid "Color"
577
  msgstr "Colore"
578
 
579
+ #: views/settings.php:262
580
  msgid "Show subscribe?"
581
  msgstr "Mostra Sottoscrivi?"
582
 
583
+ #: views/settings.php:278
584
  msgid "Stats"
585
  msgstr "Statistiche"
586
 
587
+ #: views/settings.php:282
588
  #, php-format
589
  msgctxt "settings page"
590
  msgid "You have %d subscriber"
592
  msgstr[0] ""
593
  msgstr[1] ""
594
 
595
+ #: views/settings.php:287
596
  msgid "Export as CSV"
597
  msgstr "Esporta come CSV"
598
 
599
+ #: views/settings.php:288
600
  msgid "Empty subscribers list"
601
  msgstr ""
602
 
603
+ #: views/settings.php:296
604
  msgid "Social Networks"
605
  msgstr "Social Networks"
606
 
607
+ #: views/settings.php:301
608
  msgid "Show social networks?"
609
  msgstr "Mostra Social Networks?"
610
 
611
+ #: views/settings.php:310
612
  msgid "Links target?"
613
  msgstr "Link di destinazione?"
614
 
615
+ #: views/settings.php:313 views/settings.php:651
616
  msgid "New page"
617
  msgstr "Nuova Pagina"
618
 
619
+ #: views/settings.php:314 views/settings.php:652
620
  msgid "Same page"
621
  msgstr "Stessa Pagina"
622
 
623
+ #: views/settings.php:316
624
  msgid "Choose how the links will open."
625
  msgstr "Scegli come si apriranno i link."
626
 
627
+ #: views/settings.php:370
628
  msgid "Contact"
629
  msgstr "Contatti"
630
 
631
+ #: views/settings.php:375
632
  msgid "Show contact?"
633
  msgstr "Mostra Contatti?"
634
 
635
+ #: views/settings.php:384
636
  msgid "Email address"
637
  msgstr "Indirizzo Email"
638
 
639
+ #: views/settings.php:390
640
  msgid "Effects"
641
  msgstr "Effetti"
642
 
643
+ #: views/settings.php:393
644
  msgid "Move top - Move bottom"
645
  msgstr "Muovi Su - Giù"
646
 
647
+ #: views/settings.php:394
648
  msgid "Zoom - Zoomed"
649
  msgstr "Zoom - Zoomato"
650
 
651
+ #: views/settings.php:395
652
  msgid "Fold - Unfold"
653
  msgstr "Chiudere - Aprire"
654
 
655
+ #: views/settings.php:402
656
  msgid "Google Analytics"
657
  msgstr "Google Analytics"
658
 
659
+ #: views/settings.php:407
660
  msgid "Use Google Analytics?"
661
  msgstr "Usa Google Analytics?"
662
 
663
+ #: views/settings.php:416
664
  msgid "Enable IP anonymization?"
665
  msgstr ""
666
 
667
+ #: views/settings.php:426
668
  msgid "Tracking code"
669
  msgstr "Codice di tracciamento"
670
 
671
+ #: views/settings.php:429
672
  msgid ""
673
+ "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX, G-XXXXXXXX. Eg: "
674
+ "UA-12345678-1 is valid"
675
  msgstr ""
676
 
677
+ #: views/settings.php:447
678
  msgid ""
679
  "Setup the conversation steps to capture more subscribers with this friendly "
680
  "way of asking email addresess."
681
  msgstr ""
682
 
683
+ #: views/settings.php:448
684
  msgid ""
685
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
686
  "make the conversation even more realistic."
687
  msgstr ""
688
 
689
+ #: views/settings.php:449
690
  msgid ""
691
  "It is also ok if you don't fill in all the conversation steps if you don't "
692
  "need to."
693
  msgstr ""
694
 
695
+ #: views/settings.php:450
696
  msgid ""
697
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
698
  "&raquo; Export as CSV."
699
  msgstr ""
700
 
701
+ #: views/settings.php:463
702
  #, fuzzy
703
  msgid "Bot Name"
704
  msgstr "Nome"
705
 
706
+ #: views/settings.php:466
707
  msgid "This name will appear when the bot is typing."
708
  msgstr ""
709
 
710
+ #: views/settings.php:470
711
  #, fuzzy
712
  msgid "Upload avatar"
713
  msgstr "Carica uno Sfondo"
714
 
715
+ #: views/settings.php:474
716
  msgid "A 512 x 512 px will work just fine."
717
  msgstr ""
718
 
719
+ #: views/settings.php:480
720
  msgid "Customize Messages"
721
  msgstr ""
722
 
723
+ #: views/settings.php:485
724
  msgid "Message 1"
725
  msgstr ""
726
 
727
+ #: views/settings.php:493
728
  msgid "Message 2"
729
  msgstr ""
730
 
731
+ #: views/settings.php:501
732
  msgid "Message 3"
733
  msgstr ""
734
 
735
+ #: views/settings.php:509 views/settings.php:549 views/settings.php:571
736
  msgid "Response"
737
  msgstr ""
738
 
739
+ #: views/settings.php:513 views/settings.php:575
740
  msgid "Edit the placeholder's text"
741
  msgstr ""
742
 
743
+ #: views/settings.php:517
744
  msgid "Message 4"
745
  msgstr ""
746
 
747
+ #: views/settings.php:525
748
  msgid "Message 5"
749
  msgstr ""
750
 
751
+ #: views/settings.php:533
752
  msgid "Message 6"
753
  msgstr ""
754
 
755
+ #: views/settings.php:541
756
  msgid "Message 7"
757
  msgstr ""
758
 
759
+ #: views/settings.php:553
760
  msgid "Edit button one"
761
  msgstr ""
762
 
763
+ #: views/settings.php:557
764
  msgid "Edit button two"
765
  msgstr ""
766
 
767
+ #: views/settings.php:563 views/settings.php:579
768
  msgid "Message 8"
769
  msgstr ""
770
 
771
+ #: views/settings.php:563 views/settings.php:587 views/settings.php:595
772
  msgid "(click on button one)"
773
  msgstr ""
774
 
775
+ #: views/settings.php:579
776
  msgid "(click on button two)"
777
  msgstr ""
778
 
779
+ #: views/settings.php:587
780
  msgid "Message 9"
781
  msgstr ""
782
 
783
+ #: views/settings.php:595
784
  msgid "Message 10"
785
  msgstr ""
786
 
787
+ #: views/settings.php:617
788
  msgid ""
789
  "To make the plugin GDPR compliant, fill in the details and enable this "
790
  "section."
791
  msgstr ""
792
 
793
+ #: views/settings.php:618
794
  msgid ""
795
  "Here we added some generic texts that you may want to review, change or "
796
  "remove."
797
  msgstr ""
798
 
799
+ #: views/settings.php:630
800
  msgid "Link name"
801
  msgstr ""
802
 
803
+ #: views/settings.php:634
804
  msgid "Label the link that will be shown on frontend footer"
805
  msgstr ""
806
 
807
+ #: views/settings.php:639
808
  msgid "P. Policy page link"
809
  msgstr ""
810
 
811
+ #: views/settings.php:648
812
  msgid "P. Policy link target"
813
  msgstr ""
814
 
815
+ #: views/settings.php:654
816
  msgid "Choose how the link will open."
817
  msgstr ""
818
 
819
+ #: views/settings.php:659
820
  msgid "Contact form 'tail'"
821
  msgstr ""
822
 
823
+ #: views/settings.php:663 views/settings.php:672
824
  msgid "This will be shown together with the acceptance checkbox below the form"
825
  msgstr ""
826
 
827
+ #: views/settings.php:668
828
  msgid "Subscribe form 'tail'"
829
  msgstr ""
830
 
849
  msgstr "GitHub"
850
 
851
  #: views/sidebar.php:27
852
+ msgid "Recommended"
853
  msgstr ""
854
 
855
+ #~ msgid "Resources"
856
+ #~ msgstr "Risorse"
 
857
 
858
  #~ msgid "You have %d subscriber(s)"
859
  #~ msgstr "Hai %d iscritti"
languages/wp-maintenance-mode-nb_NO.mo CHANGED
Binary file
languages/wp-maintenance-mode-nb_NO.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WP Maintenance Mode 2.2.4\n"
4
- "POT-Creation-Date: 2019-05-20 10:31+0300\n"
5
- "PO-Revision-Date: 2019-05-20 10:31+0300\n"
6
  "Last-Translator: Fredrik Hugås <fhugas@gmail.com>\n"
7
  "Language-Team: Designmodo <info@designmodo.com>\n"
8
  "Language: nb\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 2.2.2\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -26,6 +26,7 @@ msgstr ""
26
  #: includes/classes/wp-maintenance-mode-admin.php:121
27
  #: includes/classes/wp-maintenance-mode-admin.php:159
28
  #: includes/classes/wp-maintenance-mode-admin.php:182
 
29
  msgid "You do not have access to this resource."
30
  msgstr ""
31
 
@@ -46,7 +47,7 @@ msgid "The tab slug must not be empty."
46
  msgstr ""
47
 
48
  #: includes/classes/wp-maintenance-mode-admin.php:197
49
- #: includes/classes/wp-maintenance-mode-admin.php:251
50
  msgid "Security check."
51
  msgstr ""
52
 
@@ -58,16 +59,16 @@ msgstr ""
58
  msgid "WP Maintenance Mode"
59
  msgstr "WP Vedlikeholdsmodus"
60
 
61
- #: includes/classes/wp-maintenance-mode-admin.php:498
62
  msgid ""
63
  "WPMM: The file data.js could not be written, the bot will not work correctly."
64
  msgstr ""
65
 
66
- #: includes/classes/wp-maintenance-mode-admin.php:532
67
  msgid "Settings"
68
  msgstr "Innstillinger"
69
 
70
- #: includes/classes/wp-maintenance-mode-admin.php:551
71
  #, php-format
72
  msgid ""
73
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -76,36 +77,36 @@ msgstr ""
76
  "Vedlikeholdsmodus er <strong>aktivert</strong>. Husk å <a href=\"%s"
77
  "\">deaktiver vedlikeholdsmodus</a> når du er ferdig."
78
 
79
- #: includes/classes/wp-maintenance-mode-admin.php:588
80
  msgid "Notice key cannot be empty."
81
  msgstr ""
82
 
83
- #: includes/classes/wp-maintenance-mode-admin.php:636
84
  #, php-format
85
  msgid ""
86
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
87
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
88
  msgstr ""
89
 
90
- #: includes/classes/wp-maintenance-mode-admin.php:660
91
  msgid ""
92
  "Your WordPress version supports Privacy settings but you haven't set any "
93
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
94
  msgstr ""
95
 
96
- #: includes/classes/wp-maintenance-mode-admin.php:663
97
  #, php-format
98
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
99
  msgstr ""
100
 
101
- #: includes/classes/wp-maintenance-mode-admin.php:668
102
  #, php-format
103
  msgid ""
104
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
105
  "that's correct ignore this message, otherwise %s"
106
  msgstr ""
107
 
108
- #: includes/classes/wp-maintenance-mode-admin.php:672
109
  msgid ""
110
  "No privacy features detected for your WordPress version. Update WordPress to "
111
  "get this field automatically filled in or type in the URL that points to "
@@ -148,7 +149,7 @@ msgid "Nice to meet you here, {visitor_name}!"
148
  msgstr ""
149
 
150
  #: includes/classes/wp-maintenance-mode.php:152
151
- msgid "How you can see, our website will be lauched very soon."
152
  msgstr ""
153
 
154
  #: includes/classes/wp-maintenance-mode.php:153
@@ -179,7 +180,7 @@ msgid "Have a great day!"
179
  msgstr ""
180
 
181
  #: includes/classes/wp-maintenance-mode.php:161
182
- #: includes/classes/wp-maintenance-mode.php:650
183
  msgid "Type your name here…"
184
  msgstr ""
185
 
@@ -192,7 +193,7 @@ msgid "Boring"
192
  msgstr ""
193
 
194
  #: includes/classes/wp-maintenance-mode.php:164
195
- #: includes/classes/wp-maintenance-mode.php:651
196
  msgid "Type your email here…"
197
  msgstr ""
198
 
@@ -228,37 +229,37 @@ msgstr ""
228
  msgid "Maintenance Mode"
229
  msgstr "Vedlikehold pågår"
230
 
231
- #: includes/classes/wp-maintenance-mode.php:647
232
  msgid "Please type in your name."
233
  msgstr ""
234
 
235
- #: includes/classes/wp-maintenance-mode.php:648
236
  #, fuzzy
237
  msgid "Please type in a valid email address."
238
  msgstr "Vennligst oppgi en gyldig epostadresse."
239
 
240
- #: includes/classes/wp-maintenance-mode.php:652 views/maintenance.php:161
241
  msgid "Send"
242
  msgstr "Send"
243
 
244
- #: includes/classes/wp-maintenance-mode.php:865
245
- #: includes/classes/wp-maintenance-mode.php:899 views/maintenance.php:140
246
  msgid "Please enter a valid email address."
247
  msgstr "Vennligst oppgi en gyldig epostadresse."
248
 
249
- #: includes/classes/wp-maintenance-mode.php:877
250
  msgid "You successfully subscribed. Thanks!"
251
  msgstr ""
252
 
253
- #: includes/classes/wp-maintenance-mode.php:895
254
  msgid "All fields required."
255
  msgstr "Alle felt er påkrevd."
256
 
257
- #: includes/classes/wp-maintenance-mode.php:907
258
  msgid "Message via contact"
259
  msgstr "Melding via kontakt"
260
 
261
- #: includes/classes/wp-maintenance-mode.php:924
262
  msgid "Your email was sent to the website administrator. Thanks!"
263
  msgstr "Din epost ble sendt til administratoren for nettstedet. Takk!"
264
 
@@ -287,7 +288,7 @@ msgstr "Logg inn"
287
  msgid "your e-mail..."
288
  msgstr "Din epostadresse..."
289
 
290
- #: views/maintenance.php:75 views/settings.php:273
291
  msgid "Subscribe"
292
  msgstr "Få varsling"
293
 
@@ -320,19 +321,19 @@ msgstr "Kontakt oss"
320
  msgid "Dashboard"
321
  msgstr "Kontrollpanel"
322
 
323
- #: views/promo-strictthemes.php:1
324
- msgid "Premium WordPress Themes from WP Maintenance Mode authors!"
325
  msgstr ""
326
 
327
- #: views/promo-strictthemes.php:4
328
  msgid ""
329
- "We hope you like the WP Maintenance Mode plugin! Now you can buy WordPress "
330
- "Themes directly from us on ThemeForest. We're StrictThemes and we create "
331
- "best designed and coded WordPress Themes."
332
  msgstr ""
333
 
334
- #: views/promo-strictthemes.php:8
335
- msgid "See our WordPress Themes!"
336
  msgstr ""
337
 
338
  #: views/settings.php:6
@@ -359,15 +360,15 @@ msgstr ""
359
  msgid "GDPR"
360
  msgstr ""
361
 
362
- #: views/settings.php:26 views/settings.php:470 views/settings.php:637
363
  msgid "Status"
364
  msgstr "Status"
365
 
366
- #: views/settings.php:28 views/settings.php:473 views/settings.php:639
367
  msgid "Activated"
368
  msgstr "Aktivert"
369
 
370
- #: views/settings.php:29 views/settings.php:474 views/settings.php:640
371
  msgid "Deactivated"
372
  msgstr "Deaktivert"
373
 
@@ -375,15 +376,15 @@ msgstr "Deaktivert"
375
  msgid "Bypass for Search Bots"
376
  msgstr "Slipp igjennom søkemotorer"
377
 
378
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
379
- #: views/settings.php:245 views/settings.php:281 views/settings.php:319
380
- #: views/settings.php:393 views/settings.php:425 views/settings.php:434
381
  msgid "Yes"
382
  msgstr "Ja"
383
 
384
- #: views/settings.php:37 views/settings.php:107 views/settings.php:117
385
- #: views/settings.php:246 views/settings.php:282 views/settings.php:320
386
- #: views/settings.php:394 views/settings.php:426 views/settings.php:435
387
  msgid "No"
388
  msgstr "Nei"
389
 
@@ -395,31 +396,31 @@ msgstr "La søkemotorer slippe forbi vedlikeholdsmodus"
395
  msgid "Backend Role"
396
  msgstr "Backend Rolle"
397
 
398
- #: views/settings.php:45 views/settings.php:61
399
  msgid "Select role(s)"
400
  msgstr ""
401
 
402
- #: views/settings.php:55
403
  msgid ""
404
  "Which user role is allowed to access the backend of this blog? "
405
  "Administrators will always have access."
406
  msgstr ""
407
 
408
- #: views/settings.php:59
409
  msgid "Frontend Role"
410
  msgstr "Frontend Rolle"
411
 
412
- #: views/settings.php:71
413
  msgid ""
414
  "Which user role is allowed to access the frontend of this blog? "
415
  "Administrators will always have access."
416
  msgstr ""
417
 
418
- #: views/settings.php:75
419
  msgid "Robots Meta Tag"
420
  msgstr "Robots Meta Tag"
421
 
422
- #: views/settings.php:81
423
  msgid ""
424
  "The robots meta tag lets you use a granular, page-specific approach to "
425
  "control how an individual page should be indexed and served to users in "
@@ -429,22 +430,22 @@ msgstr ""
429
  "for å kontrollere hvordan den enkelte siden skal indekseres og vises til "
430
  "brukere i søkeresultatene."
431
 
432
- #: views/settings.php:85
433
  msgid "Redirection"
434
  msgstr "Omdirigering"
435
 
436
- #: views/settings.php:88
437
  msgid ""
438
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
439
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
440
  "(incl. http://)"
441
  msgstr ""
442
 
443
- #: views/settings.php:92
444
  msgid "Exclude"
445
  msgstr "Eksluder"
446
 
447
- #: views/settings.php:99
448
  msgid ""
449
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
450
  "IP per line!"
@@ -452,137 +453,137 @@ msgstr ""
452
  "Eksluder feed, sider, arkiv eller IP-er fra vedlikeholdsmodus. Legg inn en "
453
  "slug / IP per linje."
454
 
455
- #: views/settings.php:103
456
  msgid "Notice"
457
  msgstr "Notis"
458
 
459
- #: views/settings.php:109
460
  msgid "Do you want to see notices when maintenance mode is activated?"
461
  msgstr "Ønsker du å se en notis når vedlikeholdsmodus er aktivert?"
462
 
463
- #: views/settings.php:113
464
  msgid "Dashboard link"
465
  msgstr "Link i kontrollpanelet"
466
 
467
- #: views/settings.php:119
468
  msgid ""
469
  "Do you want to add a link to the dashboard on your maintenance mode page?"
470
  msgstr ""
471
  "Ønsker du å legge inn en link til kontrollpanelet på siden for "
472
  "vedlikeholdsmodus?"
473
 
474
- #: views/settings.php:127 views/settings.php:231 views/settings.php:452
475
- #: views/settings.php:622 views/settings.php:695
476
  msgid "Save settings"
477
  msgstr "Lagre innstillinger"
478
 
479
- #: views/settings.php:128 views/settings.php:232 views/settings.php:453
480
- #: views/settings.php:623 views/settings.php:696
481
  msgid "Reset settings"
482
  msgstr "Tilbakestill innstillinger"
483
 
484
- #: views/settings.php:133
485
  msgid "Content"
486
  msgstr "Innhold"
487
 
488
- #: views/settings.php:138
489
  msgid "Title (HTML tag)"
490
  msgstr "Tittel (HTML title tag)"
491
 
492
- #: views/settings.php:144
493
  msgid "Heading"
494
  msgstr "Overskrift"
495
 
496
- #: views/settings.php:151 views/settings.php:287
497
  msgid "Text"
498
  msgstr "Tekst"
499
 
500
- #: views/settings.php:166
501
  msgid "This text will not be shown when the bot feature is enabled."
502
  msgstr ""
503
 
504
- #: views/settings.php:172
505
  msgid "Background"
506
  msgstr "Bakgrunn"
507
 
508
- #: views/settings.php:177
509
  msgid "Choose type"
510
  msgstr "Velg type"
511
 
512
- #: views/settings.php:180
513
  msgid "Custom color"
514
  msgstr "Egendefinert farge"
515
 
516
- #: views/settings.php:181
517
  msgid "Uploaded background"
518
  msgstr "Opplastet bilde"
519
 
520
- #: views/settings.php:182
521
  msgid "Predefined background"
522
  msgstr "Forhåndsdefinert bilde"
523
 
524
- #: views/settings.php:187
525
  msgid "Choose color"
526
  msgstr "Velg farge"
527
 
528
- #: views/settings.php:193
529
  msgid "Upload background"
530
  msgstr "Last opp bakgrunn"
531
 
532
- #: views/settings.php:197
533
  msgid "Backgrounds should have 1920x1280 px size."
534
  msgstr "Bakgrunnen må være minst 1929x1280px i størrelse."
535
 
536
- #: views/settings.php:202
537
  msgid "Choose background"
538
  msgstr "Velg bakgrunn"
539
 
540
- #: views/settings.php:204
541
  #, php-format
542
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
543
  msgstr ""
544
 
545
- #: views/settings.php:237
546
  msgid "Countdown"
547
  msgstr "Nedtelling"
548
 
549
- #: views/settings.php:242
550
  msgid "Show countdown?"
551
  msgstr "Vis nedtelling?"
552
 
553
- #: views/settings.php:251
554
  msgid "Start date"
555
  msgstr "Dato for start"
556
 
557
- #: views/settings.php:257
558
  msgid "Countdown (remaining time)"
559
  msgstr "Nedtelling (gjenstående tid)"
560
 
561
- #: views/settings.php:259
562
  msgid "Days"
563
  msgstr "Dager"
564
 
565
- #: views/settings.php:260
566
  msgid "Hours"
567
  msgstr "Timer"
568
 
569
- #: views/settings.php:261
570
  msgid "Minutes"
571
  msgstr "Minutter"
572
 
573
- #: views/settings.php:265
574
  msgid "Color"
575
  msgstr "Farge"
576
 
577
- #: views/settings.php:278
578
  msgid "Show subscribe?"
579
  msgstr "Vis abboner"
580
 
581
- #: views/settings.php:294
582
  msgid "Stats"
583
  msgstr "Ønsker oppdatering"
584
 
585
- #: views/settings.php:298
586
  #, php-format
587
  msgctxt "settings page"
588
  msgid "You have %d subscriber"
@@ -590,238 +591,239 @@ msgid_plural "You have %s subscribers"
590
  msgstr[0] ""
591
  msgstr[1] ""
592
 
593
- #: views/settings.php:303
594
  msgid "Export as CSV"
595
  msgstr "Eksporter som CSV"
596
 
597
- #: views/settings.php:304
598
  msgid "Empty subscribers list"
599
  msgstr ""
600
 
601
- #: views/settings.php:311
602
  msgid "Social Networks"
603
  msgstr "Sosiale nettverk"
604
 
605
- #: views/settings.php:316
606
  msgid "Show social networks?"
607
  msgstr "Vis sosiale nettverk?"
608
 
609
- #: views/settings.php:325
610
  msgid "Links target?"
611
  msgstr "Lenkemål"
612
 
613
- #: views/settings.php:328 views/settings.php:666
614
  msgid "New page"
615
  msgstr "Ny side"
616
 
617
- #: views/settings.php:329 views/settings.php:667
618
  msgid "Same page"
619
  msgstr "Samme side"
620
 
621
- #: views/settings.php:331
622
  msgid "Choose how the links will open."
623
  msgstr "Velg hvordan side lenken skal åpnes i."
624
 
625
- #: views/settings.php:385
626
  msgid "Contact"
627
  msgstr "Kontakt"
628
 
629
- #: views/settings.php:390
630
  msgid "Show contact?"
631
  msgstr "Vis kontakt?"
632
 
633
- #: views/settings.php:399
634
  msgid "Email address"
635
  msgstr "Epost adresse"
636
 
637
- #: views/settings.php:405
638
  msgid "Effects"
639
  msgstr "Effekt"
640
 
641
- #: views/settings.php:408
642
  msgid "Move top - Move bottom"
643
  msgstr "Flytt til toppen - Flytt til bunnen"
644
 
645
- #: views/settings.php:409
646
  msgid "Zoom - Zoomed"
647
  msgstr "Zoom - Zoomet"
648
 
649
- #: views/settings.php:410
650
  msgid "Fold - Unfold"
651
  msgstr "Brett - Brett ut"
652
 
653
- #: views/settings.php:417
654
  msgid "Google Analytics"
655
  msgstr "Google Analytics"
656
 
657
- #: views/settings.php:422
658
  msgid "Use Google Analytics?"
659
  msgstr "Bruk Google Analytics?"
660
 
661
- #: views/settings.php:431
662
  msgid "Enable IP anonymization?"
663
  msgstr ""
664
 
665
- #: views/settings.php:441
666
  msgid "Tracking code"
667
  msgstr "Sporingskode"
668
 
669
- #: views/settings.php:444
670
  msgid ""
671
- "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
 
672
  msgstr ""
673
 
674
- #: views/settings.php:462
675
  msgid ""
676
  "Setup the conversation steps to capture more subscribers with this friendly "
677
  "way of asking email addresess."
678
  msgstr ""
679
 
680
- #: views/settings.php:463
681
  msgid ""
682
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
683
  "make the conversation even more realistic."
684
  msgstr ""
685
 
686
- #: views/settings.php:464
687
  msgid ""
688
  "It is also ok if you don't fill in all the conversation steps if you don't "
689
  "need to."
690
  msgstr ""
691
 
692
- #: views/settings.php:465
693
  msgid ""
694
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
695
  "&raquo; Export as CSV."
696
  msgstr ""
697
 
698
- #: views/settings.php:478
699
  #, fuzzy
700
  msgid "Bot Name"
701
  msgstr "Navn"
702
 
703
- #: views/settings.php:481
704
  msgid "This name will appear when the bot is typing."
705
  msgstr ""
706
 
707
- #: views/settings.php:485
708
  #, fuzzy
709
  msgid "Upload avatar"
710
  msgstr "Last opp bakgrunn"
711
 
712
- #: views/settings.php:489
713
  msgid "A 512 x 512 px will work just fine."
714
  msgstr ""
715
 
716
- #: views/settings.php:495
717
  msgid "Customize Messages"
718
  msgstr ""
719
 
720
- #: views/settings.php:500
721
  msgid "Message 1"
722
  msgstr ""
723
 
724
- #: views/settings.php:508
725
  msgid "Message 2"
726
  msgstr ""
727
 
728
- #: views/settings.php:516
729
  msgid "Message 3"
730
  msgstr ""
731
 
732
- #: views/settings.php:524 views/settings.php:564 views/settings.php:586
733
  msgid "Response"
734
  msgstr ""
735
 
736
- #: views/settings.php:528 views/settings.php:590
737
  msgid "Edit the placeholder's text"
738
  msgstr ""
739
 
740
- #: views/settings.php:532
741
  msgid "Message 4"
742
  msgstr ""
743
 
744
- #: views/settings.php:540
745
  msgid "Message 5"
746
  msgstr ""
747
 
748
- #: views/settings.php:548
749
  msgid "Message 6"
750
  msgstr ""
751
 
752
- #: views/settings.php:556
753
  msgid "Message 7"
754
  msgstr ""
755
 
756
- #: views/settings.php:568
757
  msgid "Edit button one"
758
  msgstr ""
759
 
760
- #: views/settings.php:572
761
  msgid "Edit button two"
762
  msgstr ""
763
 
764
- #: views/settings.php:578 views/settings.php:594
765
  msgid "Message 8"
766
  msgstr ""
767
 
768
- #: views/settings.php:578 views/settings.php:602 views/settings.php:610
769
  msgid "(click on button one)"
770
  msgstr ""
771
 
772
- #: views/settings.php:594
773
  msgid "(click on button two)"
774
  msgstr ""
775
 
776
- #: views/settings.php:602
777
  msgid "Message 9"
778
  msgstr ""
779
 
780
- #: views/settings.php:610
781
  msgid "Message 10"
782
  msgstr ""
783
 
784
- #: views/settings.php:632
785
  msgid ""
786
  "To make the plugin GDPR compliant, fill in the details and enable this "
787
  "section."
788
  msgstr ""
789
 
790
- #: views/settings.php:633
791
  msgid ""
792
  "Here we added some generic texts that you may want to review, change or "
793
  "remove."
794
  msgstr ""
795
 
796
- #: views/settings.php:645
797
  msgid "Link name"
798
  msgstr ""
799
 
800
- #: views/settings.php:649
801
  msgid "Label the link that will be shown on frontend footer"
802
  msgstr ""
803
 
804
- #: views/settings.php:654
805
  msgid "P. Policy page link"
806
  msgstr ""
807
 
808
- #: views/settings.php:663
809
  msgid "P. Policy link target"
810
  msgstr ""
811
 
812
- #: views/settings.php:669
813
  msgid "Choose how the link will open."
814
  msgstr ""
815
 
816
- #: views/settings.php:674
817
  msgid "Contact form 'tail'"
818
  msgstr ""
819
 
820
- #: views/settings.php:678 views/settings.php:687
821
  msgid "This will be shown together with the acceptance checkbox below the form"
822
  msgstr ""
823
 
824
- #: views/settings.php:683
825
  msgid "Subscribe form 'tail'"
826
  msgstr ""
827
 
@@ -846,12 +848,11 @@ msgid "GitHub"
846
  msgstr "GitHub"
847
 
848
  #: views/sidebar.php:27
849
- msgid "Other products"
850
  msgstr ""
851
 
852
- #: views/sidebar.php:48
853
- msgid "Resources"
854
- msgstr "Resurser"
855
 
856
  #~ msgid "You have %d subscriber(s)"
857
  #~ msgstr "Du har %d personer som ønsker oppdatering"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.3.0\n"
4
+ "POT-Creation-Date: 2020-12-07 17:16+0200\n"
5
+ "PO-Revision-Date: 2020-12-07 17:16+0200\n"
6
  "Last-Translator: Fredrik Hugås <fhugas@gmail.com>\n"
7
  "Language-Team: Designmodo <info@designmodo.com>\n"
8
  "Language: nb\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 2.4.2\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
26
  #: includes/classes/wp-maintenance-mode-admin.php:121
27
  #: includes/classes/wp-maintenance-mode-admin.php:159
28
  #: includes/classes/wp-maintenance-mode-admin.php:182
29
+ #: includes/classes/wp-maintenance-mode-admin.php:252
30
  msgid "You do not have access to this resource."
31
  msgstr ""
32
 
47
  msgstr ""
48
 
49
  #: includes/classes/wp-maintenance-mode-admin.php:197
50
+ #: includes/classes/wp-maintenance-mode-admin.php:248
51
  msgid "Security check."
52
  msgstr ""
53
 
59
  msgid "WP Maintenance Mode"
60
  msgstr "WP Vedlikeholdsmodus"
61
 
62
+ #: includes/classes/wp-maintenance-mode-admin.php:500
63
  msgid ""
64
  "WPMM: The file data.js could not be written, the bot will not work correctly."
65
  msgstr ""
66
 
67
+ #: includes/classes/wp-maintenance-mode-admin.php:534
68
  msgid "Settings"
69
  msgstr "Innstillinger"
70
 
71
+ #: includes/classes/wp-maintenance-mode-admin.php:553
72
  #, php-format
73
  msgid ""
74
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
77
  "Vedlikeholdsmodus er <strong>aktivert</strong>. Husk å <a href=\"%s"
78
  "\">deaktiver vedlikeholdsmodus</a> når du er ferdig."
79
 
80
+ #: includes/classes/wp-maintenance-mode-admin.php:590
81
  msgid "Notice key cannot be empty."
82
  msgstr ""
83
 
84
+ #: includes/classes/wp-maintenance-mode-admin.php:638
85
  #, php-format
86
  msgid ""
87
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
88
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
89
  msgstr ""
90
 
91
+ #: includes/classes/wp-maintenance-mode-admin.php:662
92
  msgid ""
93
  "Your WordPress version supports Privacy settings but you haven't set any "
94
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
95
  msgstr ""
96
 
97
+ #: includes/classes/wp-maintenance-mode-admin.php:665
98
  #, php-format
99
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
100
  msgstr ""
101
 
102
+ #: includes/classes/wp-maintenance-mode-admin.php:670
103
  #, php-format
104
  msgid ""
105
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
106
  "that's correct ignore this message, otherwise %s"
107
  msgstr ""
108
 
109
+ #: includes/classes/wp-maintenance-mode-admin.php:674
110
  msgid ""
111
  "No privacy features detected for your WordPress version. Update WordPress to "
112
  "get this field automatically filled in or type in the URL that points to "
149
  msgstr ""
150
 
151
  #: includes/classes/wp-maintenance-mode.php:152
152
+ msgid "How you can see, our website will be launched very soon."
153
  msgstr ""
154
 
155
  #: includes/classes/wp-maintenance-mode.php:153
180
  msgstr ""
181
 
182
  #: includes/classes/wp-maintenance-mode.php:161
183
+ #: includes/classes/wp-maintenance-mode.php:654
184
  msgid "Type your name here…"
185
  msgstr ""
186
 
193
  msgstr ""
194
 
195
  #: includes/classes/wp-maintenance-mode.php:164
196
+ #: includes/classes/wp-maintenance-mode.php:655
197
  msgid "Type your email here…"
198
  msgstr ""
199
 
229
  msgid "Maintenance Mode"
230
  msgstr "Vedlikehold pågår"
231
 
232
+ #: includes/classes/wp-maintenance-mode.php:651
233
  msgid "Please type in your name."
234
  msgstr ""
235
 
236
+ #: includes/classes/wp-maintenance-mode.php:652
237
  #, fuzzy
238
  msgid "Please type in a valid email address."
239
  msgstr "Vennligst oppgi en gyldig epostadresse."
240
 
241
+ #: includes/classes/wp-maintenance-mode.php:656 views/maintenance.php:161
242
  msgid "Send"
243
  msgstr "Send"
244
 
245
+ #: includes/classes/wp-maintenance-mode.php:869
246
+ #: includes/classes/wp-maintenance-mode.php:903 views/maintenance.php:140
247
  msgid "Please enter a valid email address."
248
  msgstr "Vennligst oppgi en gyldig epostadresse."
249
 
250
+ #: includes/classes/wp-maintenance-mode.php:881
251
  msgid "You successfully subscribed. Thanks!"
252
  msgstr ""
253
 
254
+ #: includes/classes/wp-maintenance-mode.php:899
255
  msgid "All fields required."
256
  msgstr "Alle felt er påkrevd."
257
 
258
+ #: includes/classes/wp-maintenance-mode.php:911
259
  msgid "Message via contact"
260
  msgstr "Melding via kontakt"
261
 
262
+ #: includes/classes/wp-maintenance-mode.php:928
263
  msgid "Your email was sent to the website administrator. Thanks!"
264
  msgstr "Din epost ble sendt til administratoren for nettstedet. Takk!"
265
 
288
  msgid "your e-mail..."
289
  msgstr "Din epostadresse..."
290
 
291
+ #: views/maintenance.php:75 views/settings.php:257
292
  msgid "Subscribe"
293
  msgstr "Få varsling"
294
 
321
  msgid "Dashboard"
322
  msgstr "Kontrollpanel"
323
 
324
+ #: views/promo-blocksy.php:1
325
+ msgid "Blocksy - The Most Innovative & Lightning Fast WordPress Theme"
326
  msgstr ""
327
 
328
+ #: views/promo-blocksy.php:4
329
  msgid ""
330
+ "A blazing fast and lightweight WordPress theme built with the latest web "
331
+ "technologies. It was built with the Gutenberg editor in mind and has a lot "
332
+ "of options that makes it extendable and customizable."
333
  msgstr ""
334
 
335
+ #: views/promo-blocksy.php:8
336
+ msgid "Download for Free Now"
337
  msgstr ""
338
 
339
  #: views/settings.php:6
360
  msgid "GDPR"
361
  msgstr ""
362
 
363
+ #: views/settings.php:26 views/settings.php:455 views/settings.php:622
364
  msgid "Status"
365
  msgstr "Status"
366
 
367
+ #: views/settings.php:28 views/settings.php:458 views/settings.php:624
368
  msgid "Activated"
369
  msgstr "Aktivert"
370
 
371
+ #: views/settings.php:29 views/settings.php:459 views/settings.php:625
372
  msgid "Deactivated"
373
  msgstr "Deaktivert"
374
 
376
  msgid "Bypass for Search Bots"
377
  msgstr "Slipp igjennom søkemotorer"
378
 
379
+ #: views/settings.php:36 views/settings.php:96 views/settings.php:106
380
+ #: views/settings.php:229 views/settings.php:265 views/settings.php:304
381
+ #: views/settings.php:378 views/settings.php:410 views/settings.php:419
382
  msgid "Yes"
383
  msgstr "Ja"
384
 
385
+ #: views/settings.php:37 views/settings.php:97 views/settings.php:107
386
+ #: views/settings.php:230 views/settings.php:266 views/settings.php:305
387
+ #: views/settings.php:379 views/settings.php:411 views/settings.php:420
388
  msgid "No"
389
  msgstr "Nei"
390
 
396
  msgid "Backend Role"
397
  msgstr "Backend Rolle"
398
 
399
+ #: views/settings.php:45 views/settings.php:56
400
  msgid "Select role(s)"
401
  msgstr ""
402
 
403
+ #: views/settings.php:50
404
  msgid ""
405
  "Which user role is allowed to access the backend of this blog? "
406
  "Administrators will always have access."
407
  msgstr ""
408
 
409
+ #: views/settings.php:54
410
  msgid "Frontend Role"
411
  msgstr "Frontend Rolle"
412
 
413
+ #: views/settings.php:61
414
  msgid ""
415
  "Which user role is allowed to access the frontend of this blog? "
416
  "Administrators will always have access."
417
  msgstr ""
418
 
419
+ #: views/settings.php:65
420
  msgid "Robots Meta Tag"
421
  msgstr "Robots Meta Tag"
422
 
423
+ #: views/settings.php:71
424
  msgid ""
425
  "The robots meta tag lets you use a granular, page-specific approach to "
426
  "control how an individual page should be indexed and served to users in "
430
  "for å kontrollere hvordan den enkelte siden skal indekseres og vises til "
431
  "brukere i søkeresultatene."
432
 
433
+ #: views/settings.php:75
434
  msgid "Redirection"
435
  msgstr "Omdirigering"
436
 
437
+ #: views/settings.php:78
438
  msgid ""
439
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
440
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
441
  "(incl. http://)"
442
  msgstr ""
443
 
444
+ #: views/settings.php:82
445
  msgid "Exclude"
446
  msgstr "Eksluder"
447
 
448
+ #: views/settings.php:89
449
  msgid ""
450
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
451
  "IP per line!"
453
  "Eksluder feed, sider, arkiv eller IP-er fra vedlikeholdsmodus. Legg inn en "
454
  "slug / IP per linje."
455
 
456
+ #: views/settings.php:93
457
  msgid "Notice"
458
  msgstr "Notis"
459
 
460
+ #: views/settings.php:99
461
  msgid "Do you want to see notices when maintenance mode is activated?"
462
  msgstr "Ønsker du å se en notis når vedlikeholdsmodus er aktivert?"
463
 
464
+ #: views/settings.php:103
465
  msgid "Dashboard link"
466
  msgstr "Link i kontrollpanelet"
467
 
468
+ #: views/settings.php:109
469
  msgid ""
470
  "Do you want to add a link to the dashboard on your maintenance mode page?"
471
  msgstr ""
472
  "Ønsker du å legge inn en link til kontrollpanelet på siden for "
473
  "vedlikeholdsmodus?"
474
 
475
+ #: views/settings.php:117 views/settings.php:215 views/settings.php:437
476
+ #: views/settings.php:607 views/settings.php:680
477
  msgid "Save settings"
478
  msgstr "Lagre innstillinger"
479
 
480
+ #: views/settings.php:118 views/settings.php:216 views/settings.php:438
481
+ #: views/settings.php:608 views/settings.php:681
482
  msgid "Reset settings"
483
  msgstr "Tilbakestill innstillinger"
484
 
485
+ #: views/settings.php:123
486
  msgid "Content"
487
  msgstr "Innhold"
488
 
489
+ #: views/settings.php:128
490
  msgid "Title (HTML tag)"
491
  msgstr "Tittel (HTML title tag)"
492
 
493
+ #: views/settings.php:134
494
  msgid "Heading"
495
  msgstr "Overskrift"
496
 
497
+ #: views/settings.php:141 views/settings.php:271
498
  msgid "Text"
499
  msgstr "Tekst"
500
 
501
+ #: views/settings.php:156
502
  msgid "This text will not be shown when the bot feature is enabled."
503
  msgstr ""
504
 
505
+ #: views/settings.php:162
506
  msgid "Background"
507
  msgstr "Bakgrunn"
508
 
509
+ #: views/settings.php:167
510
  msgid "Choose type"
511
  msgstr "Velg type"
512
 
513
+ #: views/settings.php:170
514
  msgid "Custom color"
515
  msgstr "Egendefinert farge"
516
 
517
+ #: views/settings.php:171
518
  msgid "Uploaded background"
519
  msgstr "Opplastet bilde"
520
 
521
+ #: views/settings.php:172
522
  msgid "Predefined background"
523
  msgstr "Forhåndsdefinert bilde"
524
 
525
+ #: views/settings.php:177
526
  msgid "Choose color"
527
  msgstr "Velg farge"
528
 
529
+ #: views/settings.php:183
530
  msgid "Upload background"
531
  msgstr "Last opp bakgrunn"
532
 
533
+ #: views/settings.php:187
534
  msgid "Backgrounds should have 1920x1280 px size."
535
  msgstr "Bakgrunnen må være minst 1929x1280px i størrelse."
536
 
537
+ #: views/settings.php:192
538
  msgid "Choose background"
539
  msgstr "Velg bakgrunn"
540
 
541
+ #: views/settings.php:194
542
  #, php-format
543
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
544
  msgstr ""
545
 
546
+ #: views/settings.php:221
547
  msgid "Countdown"
548
  msgstr "Nedtelling"
549
 
550
+ #: views/settings.php:226
551
  msgid "Show countdown?"
552
  msgstr "Vis nedtelling?"
553
 
554
+ #: views/settings.php:235
555
  msgid "Start date"
556
  msgstr "Dato for start"
557
 
558
+ #: views/settings.php:241
559
  msgid "Countdown (remaining time)"
560
  msgstr "Nedtelling (gjenstående tid)"
561
 
562
+ #: views/settings.php:243
563
  msgid "Days"
564
  msgstr "Dager"
565
 
566
+ #: views/settings.php:244
567
  msgid "Hours"
568
  msgstr "Timer"
569
 
570
+ #: views/settings.php:245
571
  msgid "Minutes"
572
  msgstr "Minutter"
573
 
574
+ #: views/settings.php:249
575
  msgid "Color"
576
  msgstr "Farge"
577
 
578
+ #: views/settings.php:262
579
  msgid "Show subscribe?"
580
  msgstr "Vis abboner"
581
 
582
+ #: views/settings.php:278
583
  msgid "Stats"
584
  msgstr "Ønsker oppdatering"
585
 
586
+ #: views/settings.php:282
587
  #, php-format
588
  msgctxt "settings page"
589
  msgid "You have %d subscriber"
591
  msgstr[0] ""
592
  msgstr[1] ""
593
 
594
+ #: views/settings.php:287
595
  msgid "Export as CSV"
596
  msgstr "Eksporter som CSV"
597
 
598
+ #: views/settings.php:288
599
  msgid "Empty subscribers list"
600
  msgstr ""
601
 
602
+ #: views/settings.php:296
603
  msgid "Social Networks"
604
  msgstr "Sosiale nettverk"
605
 
606
+ #: views/settings.php:301
607
  msgid "Show social networks?"
608
  msgstr "Vis sosiale nettverk?"
609
 
610
+ #: views/settings.php:310
611
  msgid "Links target?"
612
  msgstr "Lenkemål"
613
 
614
+ #: views/settings.php:313 views/settings.php:651
615
  msgid "New page"
616
  msgstr "Ny side"
617
 
618
+ #: views/settings.php:314 views/settings.php:652
619
  msgid "Same page"
620
  msgstr "Samme side"
621
 
622
+ #: views/settings.php:316
623
  msgid "Choose how the links will open."
624
  msgstr "Velg hvordan side lenken skal åpnes i."
625
 
626
+ #: views/settings.php:370
627
  msgid "Contact"
628
  msgstr "Kontakt"
629
 
630
+ #: views/settings.php:375
631
  msgid "Show contact?"
632
  msgstr "Vis kontakt?"
633
 
634
+ #: views/settings.php:384
635
  msgid "Email address"
636
  msgstr "Epost adresse"
637
 
638
+ #: views/settings.php:390
639
  msgid "Effects"
640
  msgstr "Effekt"
641
 
642
+ #: views/settings.php:393
643
  msgid "Move top - Move bottom"
644
  msgstr "Flytt til toppen - Flytt til bunnen"
645
 
646
+ #: views/settings.php:394
647
  msgid "Zoom - Zoomed"
648
  msgstr "Zoom - Zoomet"
649
 
650
+ #: views/settings.php:395
651
  msgid "Fold - Unfold"
652
  msgstr "Brett - Brett ut"
653
 
654
+ #: views/settings.php:402
655
  msgid "Google Analytics"
656
  msgstr "Google Analytics"
657
 
658
+ #: views/settings.php:407
659
  msgid "Use Google Analytics?"
660
  msgstr "Bruk Google Analytics?"
661
 
662
+ #: views/settings.php:416
663
  msgid "Enable IP anonymization?"
664
  msgstr ""
665
 
666
+ #: views/settings.php:426
667
  msgid "Tracking code"
668
  msgstr "Sporingskode"
669
 
670
+ #: views/settings.php:429
671
  msgid ""
672
+ "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX, G-XXXXXXXX. Eg: "
673
+ "UA-12345678-1 is valid"
674
  msgstr ""
675
 
676
+ #: views/settings.php:447
677
  msgid ""
678
  "Setup the conversation steps to capture more subscribers with this friendly "
679
  "way of asking email addresess."
680
  msgstr ""
681
 
682
+ #: views/settings.php:448
683
  msgid ""
684
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
685
  "make the conversation even more realistic."
686
  msgstr ""
687
 
688
+ #: views/settings.php:449
689
  msgid ""
690
  "It is also ok if you don't fill in all the conversation steps if you don't "
691
  "need to."
692
  msgstr ""
693
 
694
+ #: views/settings.php:450
695
  msgid ""
696
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
697
  "&raquo; Export as CSV."
698
  msgstr ""
699
 
700
+ #: views/settings.php:463
701
  #, fuzzy
702
  msgid "Bot Name"
703
  msgstr "Navn"
704
 
705
+ #: views/settings.php:466
706
  msgid "This name will appear when the bot is typing."
707
  msgstr ""
708
 
709
+ #: views/settings.php:470
710
  #, fuzzy
711
  msgid "Upload avatar"
712
  msgstr "Last opp bakgrunn"
713
 
714
+ #: views/settings.php:474
715
  msgid "A 512 x 512 px will work just fine."
716
  msgstr ""
717
 
718
+ #: views/settings.php:480
719
  msgid "Customize Messages"
720
  msgstr ""
721
 
722
+ #: views/settings.php:485
723
  msgid "Message 1"
724
  msgstr ""
725
 
726
+ #: views/settings.php:493
727
  msgid "Message 2"
728
  msgstr ""
729
 
730
+ #: views/settings.php:501
731
  msgid "Message 3"
732
  msgstr ""
733
 
734
+ #: views/settings.php:509 views/settings.php:549 views/settings.php:571
735
  msgid "Response"
736
  msgstr ""
737
 
738
+ #: views/settings.php:513 views/settings.php:575
739
  msgid "Edit the placeholder's text"
740
  msgstr ""
741
 
742
+ #: views/settings.php:517
743
  msgid "Message 4"
744
  msgstr ""
745
 
746
+ #: views/settings.php:525
747
  msgid "Message 5"
748
  msgstr ""
749
 
750
+ #: views/settings.php:533
751
  msgid "Message 6"
752
  msgstr ""
753
 
754
+ #: views/settings.php:541
755
  msgid "Message 7"
756
  msgstr ""
757
 
758
+ #: views/settings.php:553
759
  msgid "Edit button one"
760
  msgstr ""
761
 
762
+ #: views/settings.php:557
763
  msgid "Edit button two"
764
  msgstr ""
765
 
766
+ #: views/settings.php:563 views/settings.php:579
767
  msgid "Message 8"
768
  msgstr ""
769
 
770
+ #: views/settings.php:563 views/settings.php:587 views/settings.php:595
771
  msgid "(click on button one)"
772
  msgstr ""
773
 
774
+ #: views/settings.php:579
775
  msgid "(click on button two)"
776
  msgstr ""
777
 
778
+ #: views/settings.php:587
779
  msgid "Message 9"
780
  msgstr ""
781
 
782
+ #: views/settings.php:595
783
  msgid "Message 10"
784
  msgstr ""
785
 
786
+ #: views/settings.php:617
787
  msgid ""
788
  "To make the plugin GDPR compliant, fill in the details and enable this "
789
  "section."
790
  msgstr ""
791
 
792
+ #: views/settings.php:618
793
  msgid ""
794
  "Here we added some generic texts that you may want to review, change or "
795
  "remove."
796
  msgstr ""
797
 
798
+ #: views/settings.php:630
799
  msgid "Link name"
800
  msgstr ""
801
 
802
+ #: views/settings.php:634
803
  msgid "Label the link that will be shown on frontend footer"
804
  msgstr ""
805
 
806
+ #: views/settings.php:639
807
  msgid "P. Policy page link"
808
  msgstr ""
809
 
810
+ #: views/settings.php:648
811
  msgid "P. Policy link target"
812
  msgstr ""
813
 
814
+ #: views/settings.php:654
815
  msgid "Choose how the link will open."
816
  msgstr ""
817
 
818
+ #: views/settings.php:659
819
  msgid "Contact form 'tail'"
820
  msgstr ""
821
 
822
+ #: views/settings.php:663 views/settings.php:672
823
  msgid "This will be shown together with the acceptance checkbox below the form"
824
  msgstr ""
825
 
826
+ #: views/settings.php:668
827
  msgid "Subscribe form 'tail'"
828
  msgstr ""
829
 
848
  msgstr "GitHub"
849
 
850
  #: views/sidebar.php:27
851
+ msgid "Recommended"
852
  msgstr ""
853
 
854
+ #~ msgid "Resources"
855
+ #~ msgstr "Resurser"
 
856
 
857
  #~ msgid "You have %d subscriber(s)"
858
  #~ msgstr "Du har %d personer som ønsker oppdatering"
languages/wp-maintenance-mode-nl_NL.mo CHANGED
Binary file
languages/wp-maintenance-mode-nl_NL.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WP Maintenance Mode 2.2.4\n"
4
- "POT-Creation-Date: 2019-05-20 10:31+0300\n"
5
- "PO-Revision-Date: 2019-05-20 10:31+0300\n"
6
  "Last-Translator: Dennis Hunink <dennishunink@me.com>\n"
7
  "Language-Team: Designmodo <info@designmodo.com>\n"
8
  "Language: nl\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 2.2.2\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -26,6 +26,7 @@ msgstr ""
26
  #: includes/classes/wp-maintenance-mode-admin.php:121
27
  #: includes/classes/wp-maintenance-mode-admin.php:159
28
  #: includes/classes/wp-maintenance-mode-admin.php:182
 
29
  msgid "You do not have access to this resource."
30
  msgstr ""
31
 
@@ -46,7 +47,7 @@ msgid "The tab slug must not be empty."
46
  msgstr ""
47
 
48
  #: includes/classes/wp-maintenance-mode-admin.php:197
49
- #: includes/classes/wp-maintenance-mode-admin.php:251
50
  msgid "Security check."
51
  msgstr ""
52
 
@@ -58,16 +59,16 @@ msgstr ""
58
  msgid "WP Maintenance Mode"
59
  msgstr "WP Maintenance Mode"
60
 
61
- #: includes/classes/wp-maintenance-mode-admin.php:498
62
  msgid ""
63
  "WPMM: The file data.js could not be written, the bot will not work correctly."
64
  msgstr ""
65
 
66
- #: includes/classes/wp-maintenance-mode-admin.php:532
67
  msgid "Settings"
68
  msgstr "Instellingen"
69
 
70
- #: includes/classes/wp-maintenance-mode-admin.php:551
71
  #, php-format
72
  msgid ""
73
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -76,36 +77,36 @@ msgstr ""
76
  "De Onderhoudsmodus is <strong>actief</strong>. Vergeet niet om hem <a href="
77
  "\"%s\">uit te schakelen</a> wanneer je klaar bent."
78
 
79
- #: includes/classes/wp-maintenance-mode-admin.php:588
80
  msgid "Notice key cannot be empty."
81
  msgstr ""
82
 
83
- #: includes/classes/wp-maintenance-mode-admin.php:636
84
  #, php-format
85
  msgid ""
86
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
87
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
88
  msgstr ""
89
 
90
- #: includes/classes/wp-maintenance-mode-admin.php:660
91
  msgid ""
92
  "Your WordPress version supports Privacy settings but you haven't set any "
93
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
94
  msgstr ""
95
 
96
- #: includes/classes/wp-maintenance-mode-admin.php:663
97
  #, php-format
98
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
99
  msgstr ""
100
 
101
- #: includes/classes/wp-maintenance-mode-admin.php:668
102
  #, php-format
103
  msgid ""
104
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
105
  "that's correct ignore this message, otherwise %s"
106
  msgstr ""
107
 
108
- #: includes/classes/wp-maintenance-mode-admin.php:672
109
  msgid ""
110
  "No privacy features detected for your WordPress version. Update WordPress to "
111
  "get this field automatically filled in or type in the URL that points to "
@@ -148,7 +149,7 @@ msgid "Nice to meet you here, {visitor_name}!"
148
  msgstr ""
149
 
150
  #: includes/classes/wp-maintenance-mode.php:152
151
- msgid "How you can see, our website will be lauched very soon."
152
  msgstr ""
153
 
154
  #: includes/classes/wp-maintenance-mode.php:153
@@ -179,7 +180,7 @@ msgid "Have a great day!"
179
  msgstr ""
180
 
181
  #: includes/classes/wp-maintenance-mode.php:161
182
- #: includes/classes/wp-maintenance-mode.php:650
183
  msgid "Type your name here…"
184
  msgstr ""
185
 
@@ -192,7 +193,7 @@ msgid "Boring"
192
  msgstr ""
193
 
194
  #: includes/classes/wp-maintenance-mode.php:164
195
- #: includes/classes/wp-maintenance-mode.php:651
196
  #, fuzzy
197
  msgid "Type your email here…"
198
  msgstr "Voer je e-mailadres in"
@@ -229,37 +230,37 @@ msgstr ""
229
  msgid "Maintenance Mode"
230
  msgstr "Onderhousmodus"
231
 
232
- #: includes/classes/wp-maintenance-mode.php:647
233
  msgid "Please type in your name."
234
  msgstr ""
235
 
236
- #: includes/classes/wp-maintenance-mode.php:648
237
  #, fuzzy
238
  msgid "Please type in a valid email address."
239
  msgstr "Voer een geldig e-mailadres in."
240
 
241
- #: includes/classes/wp-maintenance-mode.php:652 views/maintenance.php:161
242
  msgid "Send"
243
  msgstr "Verstuur"
244
 
245
- #: includes/classes/wp-maintenance-mode.php:865
246
- #: includes/classes/wp-maintenance-mode.php:899 views/maintenance.php:140
247
  msgid "Please enter a valid email address."
248
  msgstr "Voer een geldig e-mailadres in."
249
 
250
- #: includes/classes/wp-maintenance-mode.php:877
251
  msgid "You successfully subscribed. Thanks!"
252
  msgstr ""
253
 
254
- #: includes/classes/wp-maintenance-mode.php:895
255
  msgid "All fields required."
256
  msgstr "Alle velden zijn verplicht."
257
 
258
- #: includes/classes/wp-maintenance-mode.php:907
259
  msgid "Message via contact"
260
  msgstr "Bericht via contact"
261
 
262
- #: includes/classes/wp-maintenance-mode.php:924
263
  msgid "Your email was sent to the website administrator. Thanks!"
264
  msgstr "Je bericht is verstuurd naar de beheerder. Dankjewel!"
265
 
@@ -288,7 +289,7 @@ msgstr ""
288
  msgid "your e-mail..."
289
  msgstr "e-mailadres..."
290
 
291
- #: views/maintenance.php:75 views/settings.php:273
292
  msgid "Subscribe"
293
  msgstr "Aanmelden"
294
 
@@ -321,19 +322,19 @@ msgstr "Neem contact met ons op"
321
  msgid "Dashboard"
322
  msgstr ""
323
 
324
- #: views/promo-strictthemes.php:1
325
- msgid "Premium WordPress Themes from WP Maintenance Mode authors!"
326
  msgstr ""
327
 
328
- #: views/promo-strictthemes.php:4
329
  msgid ""
330
- "We hope you like the WP Maintenance Mode plugin! Now you can buy WordPress "
331
- "Themes directly from us on ThemeForest. We're StrictThemes and we create "
332
- "best designed and coded WordPress Themes."
333
  msgstr ""
334
 
335
- #: views/promo-strictthemes.php:8
336
- msgid "See our WordPress Themes!"
337
  msgstr ""
338
 
339
  #: views/settings.php:6
@@ -360,15 +361,15 @@ msgstr ""
360
  msgid "GDPR"
361
  msgstr ""
362
 
363
- #: views/settings.php:26 views/settings.php:470 views/settings.php:637
364
  msgid "Status"
365
  msgstr "Status"
366
 
367
- #: views/settings.php:28 views/settings.php:473 views/settings.php:639
368
  msgid "Activated"
369
  msgstr "Geactiveerd"
370
 
371
- #: views/settings.php:29 views/settings.php:474 views/settings.php:640
372
  msgid "Deactivated"
373
  msgstr "Gedeactiveerd"
374
 
@@ -376,15 +377,15 @@ msgstr "Gedeactiveerd"
376
  msgid "Bypass for Search Bots"
377
  msgstr "Omleiding voor zoekmachine robots"
378
 
379
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
380
- #: views/settings.php:245 views/settings.php:281 views/settings.php:319
381
- #: views/settings.php:393 views/settings.php:425 views/settings.php:434
382
  msgid "Yes"
383
  msgstr "Ja"
384
 
385
- #: views/settings.php:37 views/settings.php:107 views/settings.php:117
386
- #: views/settings.php:246 views/settings.php:282 views/settings.php:320
387
- #: views/settings.php:394 views/settings.php:426 views/settings.php:435
388
  msgid "No"
389
  msgstr "Nee"
390
 
@@ -396,31 +397,31 @@ msgstr "Mogen zoekmachine robots de onderhoudsmodus omzeilen?"
396
  msgid "Backend Role"
397
  msgstr "Backend rol"
398
 
399
- #: views/settings.php:45 views/settings.php:61
400
  msgid "Select role(s)"
401
  msgstr ""
402
 
403
- #: views/settings.php:55
404
  msgid ""
405
  "Which user role is allowed to access the backend of this blog? "
406
  "Administrators will always have access."
407
  msgstr ""
408
 
409
- #: views/settings.php:59
410
  msgid "Frontend Role"
411
  msgstr "Frontend rol"
412
 
413
- #: views/settings.php:71
414
  msgid ""
415
  "Which user role is allowed to access the frontend of this blog? "
416
  "Administrators will always have access."
417
  msgstr ""
418
 
419
- #: views/settings.php:75
420
  msgid "Robots Meta Tag"
421
  msgstr "Robots Meta Tag"
422
 
423
- #: views/settings.php:81
424
  msgid ""
425
  "The robots meta tag lets you use a granular, page-specific approach to "
426
  "control how an individual page should be indexed and served to users in "
@@ -429,22 +430,22 @@ msgstr ""
429
  "De Robots Meta Tag maakt het mogelijk om per pagina te bepalen hoe deze "
430
  "pagina's geïndexeerd en getoond moeten worden in zoekresultaten."
431
 
432
- #: views/settings.php:85
433
  msgid "Redirection"
434
  msgstr "Doorverwijzing"
435
 
436
- #: views/settings.php:88
437
  msgid ""
438
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
439
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
440
  "(incl. http://)"
441
  msgstr ""
442
 
443
- #: views/settings.php:92
444
  msgid "Exclude"
445
  msgstr "Uitsluiten"
446
 
447
- #: views/settings.php:99
448
  msgid ""
449
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
450
  "IP per line!"
@@ -452,135 +453,135 @@ msgstr ""
452
  "Sluit Feeds, pagina's, archieven of IP-adressen uit van de Onderhoudsmodus. "
453
  "Voer één slug of IP in per regel!"
454
 
455
- #: views/settings.php:103
456
  msgid "Notice"
457
  msgstr "Kennisgeving"
458
 
459
- #: views/settings.php:109
460
  msgid "Do you want to see notices when maintenance mode is activated?"
461
  msgstr "Wil je een bericht zien wanneer de onderhoudsmodus actief is?"
462
 
463
- #: views/settings.php:113
464
  msgid "Dashboard link"
465
  msgstr ""
466
 
467
- #: views/settings.php:119
468
  msgid ""
469
  "Do you want to add a link to the dashboard on your maintenance mode page?"
470
  msgstr ""
471
 
472
- #: views/settings.php:127 views/settings.php:231 views/settings.php:452
473
- #: views/settings.php:622 views/settings.php:695
474
  msgid "Save settings"
475
  msgstr "Instellingen opslaan"
476
 
477
- #: views/settings.php:128 views/settings.php:232 views/settings.php:453
478
- #: views/settings.php:623 views/settings.php:696
479
  msgid "Reset settings"
480
  msgstr "Instellingen herstellen"
481
 
482
- #: views/settings.php:133
483
  msgid "Content"
484
  msgstr "Inhoud"
485
 
486
- #: views/settings.php:138
487
  msgid "Title (HTML tag)"
488
  msgstr "Titel (HTML tag)"
489
 
490
- #: views/settings.php:144
491
  msgid "Heading"
492
  msgstr "Titel"
493
 
494
- #: views/settings.php:151 views/settings.php:287
495
  msgid "Text"
496
  msgstr "Tekst"
497
 
498
- #: views/settings.php:166
499
  msgid "This text will not be shown when the bot feature is enabled."
500
  msgstr ""
501
 
502
- #: views/settings.php:172
503
  msgid "Background"
504
  msgstr "Achtergrond"
505
 
506
- #: views/settings.php:177
507
  msgid "Choose type"
508
  msgstr "Kies type"
509
 
510
- #: views/settings.php:180
511
  msgid "Custom color"
512
  msgstr "Aangepaste kleur"
513
 
514
- #: views/settings.php:181
515
  msgid "Uploaded background"
516
  msgstr "Upload achtergrond"
517
 
518
- #: views/settings.php:182
519
  msgid "Predefined background"
520
  msgstr "Vooraf gedefineerde achtergrond"
521
 
522
- #: views/settings.php:187
523
  msgid "Choose color"
524
  msgstr "Kies kleur"
525
 
526
- #: views/settings.php:193
527
  msgid "Upload background"
528
  msgstr "Upload achtergrond"
529
 
530
- #: views/settings.php:197
531
  msgid "Backgrounds should have 1920x1280 px size."
532
  msgstr "Achtergronden moeten een afmeting van 1920x1280 px hebben."
533
 
534
- #: views/settings.php:202
535
  msgid "Choose background"
536
  msgstr "Kies achtergrond"
537
 
538
- #: views/settings.php:204
539
  #, php-format
540
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
541
  msgstr ""
542
 
543
- #: views/settings.php:237
544
  msgid "Countdown"
545
  msgstr "Countdown"
546
 
547
- #: views/settings.php:242
548
  msgid "Show countdown?"
549
  msgstr "Countdown tonen?"
550
 
551
- #: views/settings.php:251
552
  msgid "Start date"
553
  msgstr "Start datum"
554
 
555
- #: views/settings.php:257
556
  msgid "Countdown (remaining time)"
557
  msgstr "Countdown (resterende tijd)"
558
 
559
- #: views/settings.php:259
560
  msgid "Days"
561
  msgstr "Dagen"
562
 
563
- #: views/settings.php:260
564
  msgid "Hours"
565
  msgstr "Uren"
566
 
567
- #: views/settings.php:261
568
  msgid "Minutes"
569
  msgstr "Minuten"
570
 
571
- #: views/settings.php:265
572
  msgid "Color"
573
  msgstr "Kleur"
574
 
575
- #: views/settings.php:278
576
  msgid "Show subscribe?"
577
  msgstr "Toon aanmelden e-mail?"
578
 
579
- #: views/settings.php:294
580
  msgid "Stats"
581
  msgstr "Statistieken"
582
 
583
- #: views/settings.php:298
584
  #, php-format
585
  msgctxt "settings page"
586
  msgid "You have %d subscriber"
@@ -588,238 +589,239 @@ msgid_plural "You have %s subscribers"
588
  msgstr[0] ""
589
  msgstr[1] ""
590
 
591
- #: views/settings.php:303
592
  msgid "Export as CSV"
593
  msgstr "Exporteren als CSV"
594
 
595
- #: views/settings.php:304
596
  msgid "Empty subscribers list"
597
  msgstr ""
598
 
599
- #: views/settings.php:311
600
  msgid "Social Networks"
601
  msgstr "Sociale netwerken"
602
 
603
- #: views/settings.php:316
604
  msgid "Show social networks?"
605
  msgstr "Toon sociale netwerken?"
606
 
607
- #: views/settings.php:325
608
  msgid "Links target?"
609
  msgstr ""
610
 
611
- #: views/settings.php:328 views/settings.php:666
612
  msgid "New page"
613
  msgstr ""
614
 
615
- #: views/settings.php:329 views/settings.php:667
616
  msgid "Same page"
617
  msgstr ""
618
 
619
- #: views/settings.php:331
620
  msgid "Choose how the links will open."
621
  msgstr ""
622
 
623
- #: views/settings.php:385
624
  msgid "Contact"
625
  msgstr "Contact"
626
 
627
- #: views/settings.php:390
628
  msgid "Show contact?"
629
  msgstr "Toon contact?"
630
 
631
- #: views/settings.php:399
632
  msgid "Email address"
633
  msgstr "E-mailadres"
634
 
635
- #: views/settings.php:405
636
  msgid "Effects"
637
  msgstr "Effecten"
638
 
639
- #: views/settings.php:408
640
  msgid "Move top - Move bottom"
641
  msgstr "Naar top - Naar beneden"
642
 
643
- #: views/settings.php:409
644
  msgid "Zoom - Zoomed"
645
  msgstr "Zoom - Ingezoomd"
646
 
647
- #: views/settings.php:410
648
  msgid "Fold - Unfold"
649
  msgstr "Vouwen - Opvouwen"
650
 
651
- #: views/settings.php:417
652
  msgid "Google Analytics"
653
  msgstr ""
654
 
655
- #: views/settings.php:422
656
  msgid "Use Google Analytics?"
657
  msgstr ""
658
 
659
- #: views/settings.php:431
660
  msgid "Enable IP anonymization?"
661
  msgstr ""
662
 
663
- #: views/settings.php:441
664
  msgid "Tracking code"
665
  msgstr ""
666
 
667
- #: views/settings.php:444
668
  msgid ""
669
- "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
 
670
  msgstr ""
671
 
672
- #: views/settings.php:462
673
  msgid ""
674
  "Setup the conversation steps to capture more subscribers with this friendly "
675
  "way of asking email addresess."
676
  msgstr ""
677
 
678
- #: views/settings.php:463
679
  msgid ""
680
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
681
  "make the conversation even more realistic."
682
  msgstr ""
683
 
684
- #: views/settings.php:464
685
  msgid ""
686
  "It is also ok if you don't fill in all the conversation steps if you don't "
687
  "need to."
688
  msgstr ""
689
 
690
- #: views/settings.php:465
691
  msgid ""
692
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
693
  "&raquo; Export as CSV."
694
  msgstr ""
695
 
696
- #: views/settings.php:478
697
  #, fuzzy
698
  msgid "Bot Name"
699
  msgstr "Naam"
700
 
701
- #: views/settings.php:481
702
  msgid "This name will appear when the bot is typing."
703
  msgstr ""
704
 
705
- #: views/settings.php:485
706
  #, fuzzy
707
  msgid "Upload avatar"
708
  msgstr "Upload achtergrond"
709
 
710
- #: views/settings.php:489
711
  msgid "A 512 x 512 px will work just fine."
712
  msgstr ""
713
 
714
- #: views/settings.php:495
715
  msgid "Customize Messages"
716
  msgstr ""
717
 
718
- #: views/settings.php:500
719
  msgid "Message 1"
720
  msgstr ""
721
 
722
- #: views/settings.php:508
723
  msgid "Message 2"
724
  msgstr ""
725
 
726
- #: views/settings.php:516
727
  msgid "Message 3"
728
  msgstr ""
729
 
730
- #: views/settings.php:524 views/settings.php:564 views/settings.php:586
731
  msgid "Response"
732
  msgstr ""
733
 
734
- #: views/settings.php:528 views/settings.php:590
735
  msgid "Edit the placeholder's text"
736
  msgstr ""
737
 
738
- #: views/settings.php:532
739
  msgid "Message 4"
740
  msgstr ""
741
 
742
- #: views/settings.php:540
743
  msgid "Message 5"
744
  msgstr ""
745
 
746
- #: views/settings.php:548
747
  msgid "Message 6"
748
  msgstr ""
749
 
750
- #: views/settings.php:556
751
  msgid "Message 7"
752
  msgstr ""
753
 
754
- #: views/settings.php:568
755
  msgid "Edit button one"
756
  msgstr ""
757
 
758
- #: views/settings.php:572
759
  msgid "Edit button two"
760
  msgstr ""
761
 
762
- #: views/settings.php:578 views/settings.php:594
763
  msgid "Message 8"
764
  msgstr ""
765
 
766
- #: views/settings.php:578 views/settings.php:602 views/settings.php:610
767
  msgid "(click on button one)"
768
  msgstr ""
769
 
770
- #: views/settings.php:594
771
  msgid "(click on button two)"
772
  msgstr ""
773
 
774
- #: views/settings.php:602
775
  msgid "Message 9"
776
  msgstr ""
777
 
778
- #: views/settings.php:610
779
  msgid "Message 10"
780
  msgstr ""
781
 
782
- #: views/settings.php:632
783
  msgid ""
784
  "To make the plugin GDPR compliant, fill in the details and enable this "
785
  "section."
786
  msgstr ""
787
 
788
- #: views/settings.php:633
789
  msgid ""
790
  "Here we added some generic texts that you may want to review, change or "
791
  "remove."
792
  msgstr ""
793
 
794
- #: views/settings.php:645
795
  msgid "Link name"
796
  msgstr ""
797
 
798
- #: views/settings.php:649
799
  msgid "Label the link that will be shown on frontend footer"
800
  msgstr ""
801
 
802
- #: views/settings.php:654
803
  msgid "P. Policy page link"
804
  msgstr ""
805
 
806
- #: views/settings.php:663
807
  msgid "P. Policy link target"
808
  msgstr ""
809
 
810
- #: views/settings.php:669
811
  msgid "Choose how the link will open."
812
  msgstr ""
813
 
814
- #: views/settings.php:674
815
  msgid "Contact form 'tail'"
816
  msgstr ""
817
 
818
- #: views/settings.php:678 views/settings.php:687
819
  msgid "This will be shown together with the acceptance checkbox below the form"
820
  msgstr ""
821
 
822
- #: views/settings.php:683
823
  msgid "Subscribe form 'tail'"
824
  msgstr ""
825
 
@@ -844,12 +846,11 @@ msgid "GitHub"
844
  msgstr "GitHub"
845
 
846
  #: views/sidebar.php:27
847
- msgid "Other products"
848
  msgstr ""
849
 
850
- #: views/sidebar.php:48
851
- msgid "Resources"
852
- msgstr "Ondersteuning"
853
 
854
  #~ msgid "You have %d subscriber(s)"
855
  #~ msgstr "Je hebt %d abonnee(s)"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.3.0\n"
4
+ "POT-Creation-Date: 2020-12-07 17:16+0200\n"
5
+ "PO-Revision-Date: 2020-12-07 17:16+0200\n"
6
  "Last-Translator: Dennis Hunink <dennishunink@me.com>\n"
7
  "Language-Team: Designmodo <info@designmodo.com>\n"
8
  "Language: nl\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 2.4.2\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
26
  #: includes/classes/wp-maintenance-mode-admin.php:121
27
  #: includes/classes/wp-maintenance-mode-admin.php:159
28
  #: includes/classes/wp-maintenance-mode-admin.php:182
29
+ #: includes/classes/wp-maintenance-mode-admin.php:252
30
  msgid "You do not have access to this resource."
31
  msgstr ""
32
 
47
  msgstr ""
48
 
49
  #: includes/classes/wp-maintenance-mode-admin.php:197
50
+ #: includes/classes/wp-maintenance-mode-admin.php:248
51
  msgid "Security check."
52
  msgstr ""
53
 
59
  msgid "WP Maintenance Mode"
60
  msgstr "WP Maintenance Mode"
61
 
62
+ #: includes/classes/wp-maintenance-mode-admin.php:500
63
  msgid ""
64
  "WPMM: The file data.js could not be written, the bot will not work correctly."
65
  msgstr ""
66
 
67
+ #: includes/classes/wp-maintenance-mode-admin.php:534
68
  msgid "Settings"
69
  msgstr "Instellingen"
70
 
71
+ #: includes/classes/wp-maintenance-mode-admin.php:553
72
  #, php-format
73
  msgid ""
74
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
77
  "De Onderhoudsmodus is <strong>actief</strong>. Vergeet niet om hem <a href="
78
  "\"%s\">uit te schakelen</a> wanneer je klaar bent."
79
 
80
+ #: includes/classes/wp-maintenance-mode-admin.php:590
81
  msgid "Notice key cannot be empty."
82
  msgstr ""
83
 
84
+ #: includes/classes/wp-maintenance-mode-admin.php:638
85
  #, php-format
86
  msgid ""
87
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
88
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
89
  msgstr ""
90
 
91
+ #: includes/classes/wp-maintenance-mode-admin.php:662
92
  msgid ""
93
  "Your WordPress version supports Privacy settings but you haven't set any "
94
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
95
  msgstr ""
96
 
97
+ #: includes/classes/wp-maintenance-mode-admin.php:665
98
  #, php-format
99
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
100
  msgstr ""
101
 
102
+ #: includes/classes/wp-maintenance-mode-admin.php:670
103
  #, php-format
104
  msgid ""
105
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
106
  "that's correct ignore this message, otherwise %s"
107
  msgstr ""
108
 
109
+ #: includes/classes/wp-maintenance-mode-admin.php:674
110
  msgid ""
111
  "No privacy features detected for your WordPress version. Update WordPress to "
112
  "get this field automatically filled in or type in the URL that points to "
149
  msgstr ""
150
 
151
  #: includes/classes/wp-maintenance-mode.php:152
152
+ msgid "How you can see, our website will be launched very soon."
153
  msgstr ""
154
 
155
  #: includes/classes/wp-maintenance-mode.php:153
180
  msgstr ""
181
 
182
  #: includes/classes/wp-maintenance-mode.php:161
183
+ #: includes/classes/wp-maintenance-mode.php:654
184
  msgid "Type your name here…"
185
  msgstr ""
186
 
193
  msgstr ""
194
 
195
  #: includes/classes/wp-maintenance-mode.php:164
196
+ #: includes/classes/wp-maintenance-mode.php:655
197
  #, fuzzy
198
  msgid "Type your email here…"
199
  msgstr "Voer je e-mailadres in"
230
  msgid "Maintenance Mode"
231
  msgstr "Onderhousmodus"
232
 
233
+ #: includes/classes/wp-maintenance-mode.php:651
234
  msgid "Please type in your name."
235
  msgstr ""
236
 
237
+ #: includes/classes/wp-maintenance-mode.php:652
238
  #, fuzzy
239
  msgid "Please type in a valid email address."
240
  msgstr "Voer een geldig e-mailadres in."
241
 
242
+ #: includes/classes/wp-maintenance-mode.php:656 views/maintenance.php:161
243
  msgid "Send"
244
  msgstr "Verstuur"
245
 
246
+ #: includes/classes/wp-maintenance-mode.php:869
247
+ #: includes/classes/wp-maintenance-mode.php:903 views/maintenance.php:140
248
  msgid "Please enter a valid email address."
249
  msgstr "Voer een geldig e-mailadres in."
250
 
251
+ #: includes/classes/wp-maintenance-mode.php:881
252
  msgid "You successfully subscribed. Thanks!"
253
  msgstr ""
254
 
255
+ #: includes/classes/wp-maintenance-mode.php:899
256
  msgid "All fields required."
257
  msgstr "Alle velden zijn verplicht."
258
 
259
+ #: includes/classes/wp-maintenance-mode.php:911
260
  msgid "Message via contact"
261
  msgstr "Bericht via contact"
262
 
263
+ #: includes/classes/wp-maintenance-mode.php:928
264
  msgid "Your email was sent to the website administrator. Thanks!"
265
  msgstr "Je bericht is verstuurd naar de beheerder. Dankjewel!"
266
 
289
  msgid "your e-mail..."
290
  msgstr "e-mailadres..."
291
 
292
+ #: views/maintenance.php:75 views/settings.php:257
293
  msgid "Subscribe"
294
  msgstr "Aanmelden"
295
 
322
  msgid "Dashboard"
323
  msgstr ""
324
 
325
+ #: views/promo-blocksy.php:1
326
+ msgid "Blocksy - The Most Innovative & Lightning Fast WordPress Theme"
327
  msgstr ""
328
 
329
+ #: views/promo-blocksy.php:4
330
  msgid ""
331
+ "A blazing fast and lightweight WordPress theme built with the latest web "
332
+ "technologies. It was built with the Gutenberg editor in mind and has a lot "
333
+ "of options that makes it extendable and customizable."
334
  msgstr ""
335
 
336
+ #: views/promo-blocksy.php:8
337
+ msgid "Download for Free Now"
338
  msgstr ""
339
 
340
  #: views/settings.php:6
361
  msgid "GDPR"
362
  msgstr ""
363
 
364
+ #: views/settings.php:26 views/settings.php:455 views/settings.php:622
365
  msgid "Status"
366
  msgstr "Status"
367
 
368
+ #: views/settings.php:28 views/settings.php:458 views/settings.php:624
369
  msgid "Activated"
370
  msgstr "Geactiveerd"
371
 
372
+ #: views/settings.php:29 views/settings.php:459 views/settings.php:625
373
  msgid "Deactivated"
374
  msgstr "Gedeactiveerd"
375
 
377
  msgid "Bypass for Search Bots"
378
  msgstr "Omleiding voor zoekmachine robots"
379
 
380
+ #: views/settings.php:36 views/settings.php:96 views/settings.php:106
381
+ #: views/settings.php:229 views/settings.php:265 views/settings.php:304
382
+ #: views/settings.php:378 views/settings.php:410 views/settings.php:419
383
  msgid "Yes"
384
  msgstr "Ja"
385
 
386
+ #: views/settings.php:37 views/settings.php:97 views/settings.php:107
387
+ #: views/settings.php:230 views/settings.php:266 views/settings.php:305
388
+ #: views/settings.php:379 views/settings.php:411 views/settings.php:420
389
  msgid "No"
390
  msgstr "Nee"
391
 
397
  msgid "Backend Role"
398
  msgstr "Backend rol"
399
 
400
+ #: views/settings.php:45 views/settings.php:56
401
  msgid "Select role(s)"
402
  msgstr ""
403
 
404
+ #: views/settings.php:50
405
  msgid ""
406
  "Which user role is allowed to access the backend of this blog? "
407
  "Administrators will always have access."
408
  msgstr ""
409
 
410
+ #: views/settings.php:54
411
  msgid "Frontend Role"
412
  msgstr "Frontend rol"
413
 
414
+ #: views/settings.php:61
415
  msgid ""
416
  "Which user role is allowed to access the frontend of this blog? "
417
  "Administrators will always have access."
418
  msgstr ""
419
 
420
+ #: views/settings.php:65
421
  msgid "Robots Meta Tag"
422
  msgstr "Robots Meta Tag"
423
 
424
+ #: views/settings.php:71
425
  msgid ""
426
  "The robots meta tag lets you use a granular, page-specific approach to "
427
  "control how an individual page should be indexed and served to users in "
430
  "De Robots Meta Tag maakt het mogelijk om per pagina te bepalen hoe deze "
431
  "pagina's geïndexeerd en getoond moeten worden in zoekresultaten."
432
 
433
+ #: views/settings.php:75
434
  msgid "Redirection"
435
  msgstr "Doorverwijzing"
436
 
437
+ #: views/settings.php:78
438
  msgid ""
439
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
440
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
441
  "(incl. http://)"
442
  msgstr ""
443
 
444
+ #: views/settings.php:82
445
  msgid "Exclude"
446
  msgstr "Uitsluiten"
447
 
448
+ #: views/settings.php:89
449
  msgid ""
450
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
451
  "IP per line!"
453
  "Sluit Feeds, pagina's, archieven of IP-adressen uit van de Onderhoudsmodus. "
454
  "Voer één slug of IP in per regel!"
455
 
456
+ #: views/settings.php:93
457
  msgid "Notice"
458
  msgstr "Kennisgeving"
459
 
460
+ #: views/settings.php:99
461
  msgid "Do you want to see notices when maintenance mode is activated?"
462
  msgstr "Wil je een bericht zien wanneer de onderhoudsmodus actief is?"
463
 
464
+ #: views/settings.php:103
465
  msgid "Dashboard link"
466
  msgstr ""
467
 
468
+ #: views/settings.php:109
469
  msgid ""
470
  "Do you want to add a link to the dashboard on your maintenance mode page?"
471
  msgstr ""
472
 
473
+ #: views/settings.php:117 views/settings.php:215 views/settings.php:437
474
+ #: views/settings.php:607 views/settings.php:680
475
  msgid "Save settings"
476
  msgstr "Instellingen opslaan"
477
 
478
+ #: views/settings.php:118 views/settings.php:216 views/settings.php:438
479
+ #: views/settings.php:608 views/settings.php:681
480
  msgid "Reset settings"
481
  msgstr "Instellingen herstellen"
482
 
483
+ #: views/settings.php:123
484
  msgid "Content"
485
  msgstr "Inhoud"
486
 
487
+ #: views/settings.php:128
488
  msgid "Title (HTML tag)"
489
  msgstr "Titel (HTML tag)"
490
 
491
+ #: views/settings.php:134
492
  msgid "Heading"
493
  msgstr "Titel"
494
 
495
+ #: views/settings.php:141 views/settings.php:271
496
  msgid "Text"
497
  msgstr "Tekst"
498
 
499
+ #: views/settings.php:156
500
  msgid "This text will not be shown when the bot feature is enabled."
501
  msgstr ""
502
 
503
+ #: views/settings.php:162
504
  msgid "Background"
505
  msgstr "Achtergrond"
506
 
507
+ #: views/settings.php:167
508
  msgid "Choose type"
509
  msgstr "Kies type"
510
 
511
+ #: views/settings.php:170
512
  msgid "Custom color"
513
  msgstr "Aangepaste kleur"
514
 
515
+ #: views/settings.php:171
516
  msgid "Uploaded background"
517
  msgstr "Upload achtergrond"
518
 
519
+ #: views/settings.php:172
520
  msgid "Predefined background"
521
  msgstr "Vooraf gedefineerde achtergrond"
522
 
523
+ #: views/settings.php:177
524
  msgid "Choose color"
525
  msgstr "Kies kleur"
526
 
527
+ #: views/settings.php:183
528
  msgid "Upload background"
529
  msgstr "Upload achtergrond"
530
 
531
+ #: views/settings.php:187
532
  msgid "Backgrounds should have 1920x1280 px size."
533
  msgstr "Achtergronden moeten een afmeting van 1920x1280 px hebben."
534
 
535
+ #: views/settings.php:192
536
  msgid "Choose background"
537
  msgstr "Kies achtergrond"
538
 
539
+ #: views/settings.php:194
540
  #, php-format
541
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
542
  msgstr ""
543
 
544
+ #: views/settings.php:221
545
  msgid "Countdown"
546
  msgstr "Countdown"
547
 
548
+ #: views/settings.php:226
549
  msgid "Show countdown?"
550
  msgstr "Countdown tonen?"
551
 
552
+ #: views/settings.php:235
553
  msgid "Start date"
554
  msgstr "Start datum"
555
 
556
+ #: views/settings.php:241
557
  msgid "Countdown (remaining time)"
558
  msgstr "Countdown (resterende tijd)"
559
 
560
+ #: views/settings.php:243
561
  msgid "Days"
562
  msgstr "Dagen"
563
 
564
+ #: views/settings.php:244
565
  msgid "Hours"
566
  msgstr "Uren"
567
 
568
+ #: views/settings.php:245
569
  msgid "Minutes"
570
  msgstr "Minuten"
571
 
572
+ #: views/settings.php:249
573
  msgid "Color"
574
  msgstr "Kleur"
575
 
576
+ #: views/settings.php:262
577
  msgid "Show subscribe?"
578
  msgstr "Toon aanmelden e-mail?"
579
 
580
+ #: views/settings.php:278
581
  msgid "Stats"
582
  msgstr "Statistieken"
583
 
584
+ #: views/settings.php:282
585
  #, php-format
586
  msgctxt "settings page"
587
  msgid "You have %d subscriber"
589
  msgstr[0] ""
590
  msgstr[1] ""
591
 
592
+ #: views/settings.php:287
593
  msgid "Export as CSV"
594
  msgstr "Exporteren als CSV"
595
 
596
+ #: views/settings.php:288
597
  msgid "Empty subscribers list"
598
  msgstr ""
599
 
600
+ #: views/settings.php:296
601
  msgid "Social Networks"
602
  msgstr "Sociale netwerken"
603
 
604
+ #: views/settings.php:301
605
  msgid "Show social networks?"
606
  msgstr "Toon sociale netwerken?"
607
 
608
+ #: views/settings.php:310
609
  msgid "Links target?"
610
  msgstr ""
611
 
612
+ #: views/settings.php:313 views/settings.php:651
613
  msgid "New page"
614
  msgstr ""
615
 
616
+ #: views/settings.php:314 views/settings.php:652
617
  msgid "Same page"
618
  msgstr ""
619
 
620
+ #: views/settings.php:316
621
  msgid "Choose how the links will open."
622
  msgstr ""
623
 
624
+ #: views/settings.php:370
625
  msgid "Contact"
626
  msgstr "Contact"
627
 
628
+ #: views/settings.php:375
629
  msgid "Show contact?"
630
  msgstr "Toon contact?"
631
 
632
+ #: views/settings.php:384
633
  msgid "Email address"
634
  msgstr "E-mailadres"
635
 
636
+ #: views/settings.php:390
637
  msgid "Effects"
638
  msgstr "Effecten"
639
 
640
+ #: views/settings.php:393
641
  msgid "Move top - Move bottom"
642
  msgstr "Naar top - Naar beneden"
643
 
644
+ #: views/settings.php:394
645
  msgid "Zoom - Zoomed"
646
  msgstr "Zoom - Ingezoomd"
647
 
648
+ #: views/settings.php:395
649
  msgid "Fold - Unfold"
650
  msgstr "Vouwen - Opvouwen"
651
 
652
+ #: views/settings.php:402
653
  msgid "Google Analytics"
654
  msgstr ""
655
 
656
+ #: views/settings.php:407
657
  msgid "Use Google Analytics?"
658
  msgstr ""
659
 
660
+ #: views/settings.php:416
661
  msgid "Enable IP anonymization?"
662
  msgstr ""
663
 
664
+ #: views/settings.php:426
665
  msgid "Tracking code"
666
  msgstr ""
667
 
668
+ #: views/settings.php:429
669
  msgid ""
670
+ "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX, G-XXXXXXXX. Eg: "
671
+ "UA-12345678-1 is valid"
672
  msgstr ""
673
 
674
+ #: views/settings.php:447
675
  msgid ""
676
  "Setup the conversation steps to capture more subscribers with this friendly "
677
  "way of asking email addresess."
678
  msgstr ""
679
 
680
+ #: views/settings.php:448
681
  msgid ""
682
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
683
  "make the conversation even more realistic."
684
  msgstr ""
685
 
686
+ #: views/settings.php:449
687
  msgid ""
688
  "It is also ok if you don't fill in all the conversation steps if you don't "
689
  "need to."
690
  msgstr ""
691
 
692
+ #: views/settings.php:450
693
  msgid ""
694
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
695
  "&raquo; Export as CSV."
696
  msgstr ""
697
 
698
+ #: views/settings.php:463
699
  #, fuzzy
700
  msgid "Bot Name"
701
  msgstr "Naam"
702
 
703
+ #: views/settings.php:466
704
  msgid "This name will appear when the bot is typing."
705
  msgstr ""
706
 
707
+ #: views/settings.php:470
708
  #, fuzzy
709
  msgid "Upload avatar"
710
  msgstr "Upload achtergrond"
711
 
712
+ #: views/settings.php:474
713
  msgid "A 512 x 512 px will work just fine."
714
  msgstr ""
715
 
716
+ #: views/settings.php:480
717
  msgid "Customize Messages"
718
  msgstr ""
719
 
720
+ #: views/settings.php:485
721
  msgid "Message 1"
722
  msgstr ""
723
 
724
+ #: views/settings.php:493
725
  msgid "Message 2"
726
  msgstr ""
727
 
728
+ #: views/settings.php:501
729
  msgid "Message 3"
730
  msgstr ""
731
 
732
+ #: views/settings.php:509 views/settings.php:549 views/settings.php:571
733
  msgid "Response"
734
  msgstr ""
735
 
736
+ #: views/settings.php:513 views/settings.php:575
737
  msgid "Edit the placeholder's text"
738
  msgstr ""
739
 
740
+ #: views/settings.php:517
741
  msgid "Message 4"
742
  msgstr ""
743
 
744
+ #: views/settings.php:525
745
  msgid "Message 5"
746
  msgstr ""
747
 
748
+ #: views/settings.php:533
749
  msgid "Message 6"
750
  msgstr ""
751
 
752
+ #: views/settings.php:541
753
  msgid "Message 7"
754
  msgstr ""
755
 
756
+ #: views/settings.php:553
757
  msgid "Edit button one"
758
  msgstr ""
759
 
760
+ #: views/settings.php:557
761
  msgid "Edit button two"
762
  msgstr ""
763
 
764
+ #: views/settings.php:563 views/settings.php:579
765
  msgid "Message 8"
766
  msgstr ""
767
 
768
+ #: views/settings.php:563 views/settings.php:587 views/settings.php:595
769
  msgid "(click on button one)"
770
  msgstr ""
771
 
772
+ #: views/settings.php:579
773
  msgid "(click on button two)"
774
  msgstr ""
775
 
776
+ #: views/settings.php:587
777
  msgid "Message 9"
778
  msgstr ""
779
 
780
+ #: views/settings.php:595
781
  msgid "Message 10"
782
  msgstr ""
783
 
784
+ #: views/settings.php:617
785
  msgid ""
786
  "To make the plugin GDPR compliant, fill in the details and enable this "
787
  "section."
788
  msgstr ""
789
 
790
+ #: views/settings.php:618
791
  msgid ""
792
  "Here we added some generic texts that you may want to review, change or "
793
  "remove."
794
  msgstr ""
795
 
796
+ #: views/settings.php:630
797
  msgid "Link name"
798
  msgstr ""
799
 
800
+ #: views/settings.php:634
801
  msgid "Label the link that will be shown on frontend footer"
802
  msgstr ""
803
 
804
+ #: views/settings.php:639
805
  msgid "P. Policy page link"
806
  msgstr ""
807
 
808
+ #: views/settings.php:648
809
  msgid "P. Policy link target"
810
  msgstr ""
811
 
812
+ #: views/settings.php:654
813
  msgid "Choose how the link will open."
814
  msgstr ""
815
 
816
+ #: views/settings.php:659
817
  msgid "Contact form 'tail'"
818
  msgstr ""
819
 
820
+ #: views/settings.php:663 views/settings.php:672
821
  msgid "This will be shown together with the acceptance checkbox below the form"
822
  msgstr ""
823
 
824
+ #: views/settings.php:668
825
  msgid "Subscribe form 'tail'"
826
  msgstr ""
827
 
846
  msgstr "GitHub"
847
 
848
  #: views/sidebar.php:27
849
+ msgid "Recommended"
850
  msgstr ""
851
 
852
+ #~ msgid "Resources"
853
+ #~ msgstr "Ondersteuning"
 
854
 
855
  #~ msgid "You have %d subscriber(s)"
856
  #~ msgstr "Je hebt %d abonnee(s)"
languages/wp-maintenance-mode-pl_PL.mo CHANGED
Binary file
languages/wp-maintenance-mode-pl_PL.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WP Maintenance Mode 2.2.4\n"
4
- "POT-Creation-Date: 2019-05-20 10:32+0300\n"
5
- "PO-Revision-Date: 2019-05-20 10:32+0300\n"
6
  "Last-Translator: Maciej Gryniuk <maciejka45@gmail.com>\n"
7
  "Language-Team: Maciej Gryniuk <maciejka45@gmail.com>\n"
8
  "Language: pl\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 2.2.2\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -26,6 +26,7 @@ msgstr ""
26
  #: includes/classes/wp-maintenance-mode-admin.php:121
27
  #: includes/classes/wp-maintenance-mode-admin.php:159
28
  #: includes/classes/wp-maintenance-mode-admin.php:182
 
29
  msgid "You do not have access to this resource."
30
  msgstr ""
31
 
@@ -46,7 +47,7 @@ msgid "The tab slug must not be empty."
46
  msgstr ""
47
 
48
  #: includes/classes/wp-maintenance-mode-admin.php:197
49
- #: includes/classes/wp-maintenance-mode-admin.php:251
50
  msgid "Security check."
51
  msgstr ""
52
 
@@ -58,16 +59,16 @@ msgstr ""
58
  msgid "WP Maintenance Mode"
59
  msgstr "WP Tryb Konserwacji"
60
 
61
- #: includes/classes/wp-maintenance-mode-admin.php:498
62
  msgid ""
63
  "WPMM: The file data.js could not be written, the bot will not work correctly."
64
  msgstr ""
65
 
66
- #: includes/classes/wp-maintenance-mode-admin.php:532
67
  msgid "Settings"
68
  msgstr "Ustawienia"
69
 
70
- #: includes/classes/wp-maintenance-mode-admin.php:551
71
  #, php-format
72
  msgid ""
73
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -76,36 +77,36 @@ msgstr ""
76
  "Tryb Konserwacji jest <strong>aktywny</strong>. Pamiętaj, aby go <a href=\"%s"
77
  "\">wyłączyć</a>, kiedy skończysz.\v"
78
 
79
- #: includes/classes/wp-maintenance-mode-admin.php:588
80
  msgid "Notice key cannot be empty."
81
  msgstr ""
82
 
83
- #: includes/classes/wp-maintenance-mode-admin.php:636
84
  #, php-format
85
  msgid ""
86
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
87
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
88
  msgstr ""
89
 
90
- #: includes/classes/wp-maintenance-mode-admin.php:660
91
  msgid ""
92
  "Your WordPress version supports Privacy settings but you haven't set any "
93
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
94
  msgstr ""
95
 
96
- #: includes/classes/wp-maintenance-mode-admin.php:663
97
  #, php-format
98
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
99
  msgstr ""
100
 
101
- #: includes/classes/wp-maintenance-mode-admin.php:668
102
  #, php-format
103
  msgid ""
104
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
105
  "that's correct ignore this message, otherwise %s"
106
  msgstr ""
107
 
108
- #: includes/classes/wp-maintenance-mode-admin.php:672
109
  msgid ""
110
  "No privacy features detected for your WordPress version. Update WordPress to "
111
  "get this field automatically filled in or type in the URL that points to "
@@ -148,7 +149,7 @@ msgid "Nice to meet you here, {visitor_name}!"
148
  msgstr ""
149
 
150
  #: includes/classes/wp-maintenance-mode.php:152
151
- msgid "How you can see, our website will be lauched very soon."
152
  msgstr ""
153
 
154
  #: includes/classes/wp-maintenance-mode.php:153
@@ -179,7 +180,7 @@ msgid "Have a great day!"
179
  msgstr ""
180
 
181
  #: includes/classes/wp-maintenance-mode.php:161
182
- #: includes/classes/wp-maintenance-mode.php:650
183
  msgid "Type your name here…"
184
  msgstr ""
185
 
@@ -192,7 +193,7 @@ msgid "Boring"
192
  msgstr ""
193
 
194
  #: includes/classes/wp-maintenance-mode.php:164
195
- #: includes/classes/wp-maintenance-mode.php:651
196
  msgid "Type your email here…"
197
  msgstr ""
198
 
@@ -228,37 +229,37 @@ msgstr ""
228
  msgid "Maintenance Mode"
229
  msgstr "Tryb Konserwacji"
230
 
231
- #: includes/classes/wp-maintenance-mode.php:647
232
  msgid "Please type in your name."
233
  msgstr ""
234
 
235
- #: includes/classes/wp-maintenance-mode.php:648
236
  #, fuzzy
237
  msgid "Please type in a valid email address."
238
  msgstr "Proszę podać poprawny adres e-mail."
239
 
240
- #: includes/classes/wp-maintenance-mode.php:652 views/maintenance.php:161
241
  msgid "Send"
242
  msgstr "Wyślij"
243
 
244
- #: includes/classes/wp-maintenance-mode.php:865
245
- #: includes/classes/wp-maintenance-mode.php:899 views/maintenance.php:140
246
  msgid "Please enter a valid email address."
247
  msgstr "Proszę podać poprawny adres e-mail."
248
 
249
- #: includes/classes/wp-maintenance-mode.php:877
250
  msgid "You successfully subscribed. Thanks!"
251
  msgstr ""
252
 
253
- #: includes/classes/wp-maintenance-mode.php:895
254
  msgid "All fields required."
255
  msgstr "Wszystkie pola są wymagane"
256
 
257
- #: includes/classes/wp-maintenance-mode.php:907
258
  msgid "Message via contact"
259
  msgstr "Wiadomość poprzez kontakt"
260
 
261
- #: includes/classes/wp-maintenance-mode.php:924
262
  msgid "Your email was sent to the website administrator. Thanks!"
263
  msgstr "Twój adres e-mail został wysłany do administratora strony. Dzięki!"
264
 
@@ -287,7 +288,7 @@ msgstr "Login"
287
  msgid "your e-mail..."
288
  msgstr "Twój e-mail..."
289
 
290
- #: views/maintenance.php:75 views/settings.php:273
291
  msgid "Subscribe"
292
  msgstr "Subskrybuj"
293
 
@@ -320,19 +321,19 @@ msgstr "Skontaktuj się z nami"
320
  msgid "Dashboard"
321
  msgstr "Kokpit"
322
 
323
- #: views/promo-strictthemes.php:1
324
- msgid "Premium WordPress Themes from WP Maintenance Mode authors!"
325
  msgstr ""
326
 
327
- #: views/promo-strictthemes.php:4
328
  msgid ""
329
- "We hope you like the WP Maintenance Mode plugin! Now you can buy WordPress "
330
- "Themes directly from us on ThemeForest. We're StrictThemes and we create "
331
- "best designed and coded WordPress Themes."
332
  msgstr ""
333
 
334
- #: views/promo-strictthemes.php:8
335
- msgid "See our WordPress Themes!"
336
  msgstr ""
337
 
338
  #: views/settings.php:6
@@ -359,15 +360,15 @@ msgstr ""
359
  msgid "GDPR"
360
  msgstr ""
361
 
362
- #: views/settings.php:26 views/settings.php:470 views/settings.php:637
363
  msgid "Status"
364
  msgstr "Status"
365
 
366
- #: views/settings.php:28 views/settings.php:473 views/settings.php:639
367
  msgid "Activated"
368
  msgstr "Aktywny"
369
 
370
- #: views/settings.php:29 views/settings.php:474 views/settings.php:640
371
  msgid "Deactivated"
372
  msgstr "Zdezaktywowany"
373
 
@@ -375,15 +376,15 @@ msgstr "Zdezaktywowany"
375
  msgid "Bypass for Search Bots"
376
  msgstr "Wstęp dla wyszukiwarek"
377
 
378
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
379
- #: views/settings.php:245 views/settings.php:281 views/settings.php:319
380
- #: views/settings.php:393 views/settings.php:425 views/settings.php:434
381
  msgid "Yes"
382
  msgstr "Tak"
383
 
384
- #: views/settings.php:37 views/settings.php:107 views/settings.php:117
385
- #: views/settings.php:246 views/settings.php:282 views/settings.php:320
386
- #: views/settings.php:394 views/settings.php:426 views/settings.php:435
387
  msgid "No"
388
  msgstr "Nie"
389
 
@@ -395,31 +396,31 @@ msgstr "Umożliwić wyszukiwarkom pominięcie trybu konserwacji?"
395
  msgid "Backend Role"
396
  msgstr "Rola back-end"
397
 
398
- #: views/settings.php:45 views/settings.php:61
399
  msgid "Select role(s)"
400
  msgstr ""
401
 
402
- #: views/settings.php:55
403
  msgid ""
404
  "Which user role is allowed to access the backend of this blog? "
405
  "Administrators will always have access."
406
  msgstr ""
407
 
408
- #: views/settings.php:59
409
  msgid "Frontend Role"
410
  msgstr "Rola front-end"
411
 
412
- #: views/settings.php:71
413
  msgid ""
414
  "Which user role is allowed to access the frontend of this blog? "
415
  "Administrators will always have access."
416
  msgstr ""
417
 
418
- #: views/settings.php:75
419
  msgid "Robots Meta Tag"
420
  msgstr "Metatag Robots"
421
 
422
- #: views/settings.php:81
423
  msgid ""
424
  "The robots meta tag lets you use a granular, page-specific approach to "
425
  "control how an individual page should be indexed and served to users in "
@@ -429,22 +430,22 @@ msgstr ""
429
  "być indeksowane i widoczne dla użytkowników w wynikach wyszukiwarkek "
430
  "internetowych."
431
 
432
- #: views/settings.php:85
433
  msgid "Redirection"
434
  msgstr "Przekierowanie"
435
 
436
- #: views/settings.php:88
437
  msgid ""
438
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
439
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
440
  "(incl. http://)"
441
  msgstr ""
442
 
443
- #: views/settings.php:92
444
  msgid "Exclude"
445
  msgstr "Wyklucz"
446
 
447
- #: views/settings.php:99
448
  msgid ""
449
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
450
  "IP per line!"
@@ -452,135 +453,135 @@ msgstr ""
452
  "Zezwól na dostęp podczas trybu konserwacji do kanałów internetowych, stron, "
453
  "archiwów lub adresów IP. Podaj jeden wpis / IP na linię!"
454
 
455
- #: views/settings.php:103
456
  msgid "Notice"
457
  msgstr "Powiadomienie"
458
 
459
- #: views/settings.php:109
460
  msgid "Do you want to see notices when maintenance mode is activated?"
461
  msgstr "Chcesz widzieć powiadomienia podczas aktywnego trybu konserwacji?"
462
 
463
- #: views/settings.php:113
464
  msgid "Dashboard link"
465
  msgstr "Link do kokpitu"
466
 
467
- #: views/settings.php:119
468
  msgid ""
469
  "Do you want to add a link to the dashboard on your maintenance mode page?"
470
  msgstr "Chcesz dodać link do kokpitu na stronie trybu konserwacyjnego?"
471
 
472
- #: views/settings.php:127 views/settings.php:231 views/settings.php:452
473
- #: views/settings.php:622 views/settings.php:695
474
  msgid "Save settings"
475
  msgstr "Zapisz ustawienia"
476
 
477
- #: views/settings.php:128 views/settings.php:232 views/settings.php:453
478
- #: views/settings.php:623 views/settings.php:696
479
  msgid "Reset settings"
480
  msgstr "Zresetuj ustawienia"
481
 
482
- #: views/settings.php:133
483
  msgid "Content"
484
  msgstr "Zawartość"
485
 
486
- #: views/settings.php:138
487
  msgid "Title (HTML tag)"
488
  msgstr "Tytuł (tag HTML)"
489
 
490
- #: views/settings.php:144
491
  msgid "Heading"
492
  msgstr "Nagłówek"
493
 
494
- #: views/settings.php:151 views/settings.php:287
495
  msgid "Text"
496
  msgstr "Tekst"
497
 
498
- #: views/settings.php:166
499
  msgid "This text will not be shown when the bot feature is enabled."
500
  msgstr ""
501
 
502
- #: views/settings.php:172
503
  msgid "Background"
504
  msgstr "Tło"
505
 
506
- #: views/settings.php:177
507
  msgid "Choose type"
508
  msgstr "Wybierz rodzaj"
509
 
510
- #: views/settings.php:180
511
  msgid "Custom color"
512
  msgstr "Własny kolor"
513
 
514
- #: views/settings.php:181
515
  msgid "Uploaded background"
516
  msgstr "Przesłane tło"
517
 
518
- #: views/settings.php:182
519
  msgid "Predefined background"
520
  msgstr "Uprzednio zdefiniowane tło"
521
 
522
- #: views/settings.php:187
523
  msgid "Choose color"
524
  msgstr "Wybierz kolor"
525
 
526
- #: views/settings.php:193
527
  msgid "Upload background"
528
  msgstr "Prześlij tło"
529
 
530
- #: views/settings.php:197
531
  msgid "Backgrounds should have 1920x1280 px size."
532
  msgstr "Tło powinno mieć rozmiar 1920x1280 px."
533
 
534
- #: views/settings.php:202
535
  msgid "Choose background"
536
  msgstr "Wybierz tło"
537
 
538
- #: views/settings.php:204
539
  #, php-format
540
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
541
  msgstr ""
542
 
543
- #: views/settings.php:237
544
  msgid "Countdown"
545
  msgstr "Odliczanie"
546
 
547
- #: views/settings.php:242
548
  msgid "Show countdown?"
549
  msgstr "Pokazać odliczanie?"
550
 
551
- #: views/settings.php:251
552
  msgid "Start date"
553
  msgstr "Początkowa data"
554
 
555
- #: views/settings.php:257
556
  msgid "Countdown (remaining time)"
557
  msgstr "Odliczanie (pozostały czas)"
558
 
559
- #: views/settings.php:259
560
  msgid "Days"
561
  msgstr "Dni"
562
 
563
- #: views/settings.php:260
564
  msgid "Hours"
565
  msgstr "Godzin"
566
 
567
- #: views/settings.php:261
568
  msgid "Minutes"
569
  msgstr "Minut"
570
 
571
- #: views/settings.php:265
572
  msgid "Color"
573
  msgstr "Kolor"
574
 
575
- #: views/settings.php:278
576
  msgid "Show subscribe?"
577
  msgstr "Umożliwić subskrypcję?"
578
 
579
- #: views/settings.php:294
580
  msgid "Stats"
581
  msgstr "Statystyki"
582
 
583
- #: views/settings.php:298
584
  #, php-format
585
  msgctxt "settings page"
586
  msgid "You have %d subscriber"
@@ -588,238 +589,239 @@ msgid_plural "You have %s subscribers"
588
  msgstr[0] ""
589
  msgstr[1] ""
590
 
591
- #: views/settings.php:303
592
  msgid "Export as CSV"
593
  msgstr "Eksportuj jako CSV"
594
 
595
- #: views/settings.php:304
596
  msgid "Empty subscribers list"
597
  msgstr ""
598
 
599
- #: views/settings.php:311
600
  msgid "Social Networks"
601
  msgstr "Serwisy społecznościowe"
602
 
603
- #: views/settings.php:316
604
  msgid "Show social networks?"
605
  msgstr "Pokazać serwisy społecznościowe?"
606
 
607
- #: views/settings.php:325
608
  msgid "Links target?"
609
  msgstr "Cel linków?"
610
 
611
- #: views/settings.php:328 views/settings.php:666
612
  msgid "New page"
613
  msgstr "Nowa karta"
614
 
615
- #: views/settings.php:329 views/settings.php:667
616
  msgid "Same page"
617
  msgstr "Ta sama karta"
618
 
619
- #: views/settings.php:331
620
  msgid "Choose how the links will open."
621
  msgstr "Wybierz, w jakim miejscu powinny zostać otwierane linki."
622
 
623
- #: views/settings.php:385
624
  msgid "Contact"
625
  msgstr "Kontakt"
626
 
627
- #: views/settings.php:390
628
  msgid "Show contact?"
629
  msgstr "Pokazać kontakt?"
630
 
631
- #: views/settings.php:399
632
  msgid "Email address"
633
  msgstr "Adres e-mail"
634
 
635
- #: views/settings.php:405
636
  msgid "Effects"
637
  msgstr "Efekty"
638
 
639
- #: views/settings.php:408
640
  msgid "Move top - Move bottom"
641
  msgstr "Wejście z góry - w dół"
642
 
643
- #: views/settings.php:409
644
  msgid "Zoom - Zoomed"
645
  msgstr "Przybliżenie - przybliżone"
646
 
647
- #: views/settings.php:410
648
  msgid "Fold - Unfold"
649
  msgstr "Obrót - obrócone"
650
 
651
- #: views/settings.php:417
652
  msgid "Google Analytics"
653
  msgstr "Google Analytics"
654
 
655
- #: views/settings.php:422
656
  msgid "Use Google Analytics?"
657
  msgstr "Używać Google Analytics?"
658
 
659
- #: views/settings.php:431
660
  msgid "Enable IP anonymization?"
661
  msgstr ""
662
 
663
- #: views/settings.php:441
664
  msgid "Tracking code"
665
  msgstr "Kod śledzenia"
666
 
667
- #: views/settings.php:444
668
  msgid ""
669
- "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
 
670
  msgstr ""
671
 
672
- #: views/settings.php:462
673
  msgid ""
674
  "Setup the conversation steps to capture more subscribers with this friendly "
675
  "way of asking email addresess."
676
  msgstr ""
677
 
678
- #: views/settings.php:463
679
  msgid ""
680
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
681
  "make the conversation even more realistic."
682
  msgstr ""
683
 
684
- #: views/settings.php:464
685
  msgid ""
686
  "It is also ok if you don't fill in all the conversation steps if you don't "
687
  "need to."
688
  msgstr ""
689
 
690
- #: views/settings.php:465
691
  msgid ""
692
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
693
  "&raquo; Export as CSV."
694
  msgstr ""
695
 
696
- #: views/settings.php:478
697
  #, fuzzy
698
  msgid "Bot Name"
699
  msgstr "Nazwa"
700
 
701
- #: views/settings.php:481
702
  msgid "This name will appear when the bot is typing."
703
  msgstr ""
704
 
705
- #: views/settings.php:485
706
  #, fuzzy
707
  msgid "Upload avatar"
708
  msgstr "Prześlij tło"
709
 
710
- #: views/settings.php:489
711
  msgid "A 512 x 512 px will work just fine."
712
  msgstr ""
713
 
714
- #: views/settings.php:495
715
  msgid "Customize Messages"
716
  msgstr ""
717
 
718
- #: views/settings.php:500
719
  msgid "Message 1"
720
  msgstr ""
721
 
722
- #: views/settings.php:508
723
  msgid "Message 2"
724
  msgstr ""
725
 
726
- #: views/settings.php:516
727
  msgid "Message 3"
728
  msgstr ""
729
 
730
- #: views/settings.php:524 views/settings.php:564 views/settings.php:586
731
  msgid "Response"
732
  msgstr ""
733
 
734
- #: views/settings.php:528 views/settings.php:590
735
  msgid "Edit the placeholder's text"
736
  msgstr ""
737
 
738
- #: views/settings.php:532
739
  msgid "Message 4"
740
  msgstr ""
741
 
742
- #: views/settings.php:540
743
  msgid "Message 5"
744
  msgstr ""
745
 
746
- #: views/settings.php:548
747
  msgid "Message 6"
748
  msgstr ""
749
 
750
- #: views/settings.php:556
751
  msgid "Message 7"
752
  msgstr ""
753
 
754
- #: views/settings.php:568
755
  msgid "Edit button one"
756
  msgstr ""
757
 
758
- #: views/settings.php:572
759
  msgid "Edit button two"
760
  msgstr ""
761
 
762
- #: views/settings.php:578 views/settings.php:594
763
  msgid "Message 8"
764
  msgstr ""
765
 
766
- #: views/settings.php:578 views/settings.php:602 views/settings.php:610
767
  msgid "(click on button one)"
768
  msgstr ""
769
 
770
- #: views/settings.php:594
771
  msgid "(click on button two)"
772
  msgstr ""
773
 
774
- #: views/settings.php:602
775
  msgid "Message 9"
776
  msgstr ""
777
 
778
- #: views/settings.php:610
779
  msgid "Message 10"
780
  msgstr ""
781
 
782
- #: views/settings.php:632
783
  msgid ""
784
  "To make the plugin GDPR compliant, fill in the details and enable this "
785
  "section."
786
  msgstr ""
787
 
788
- #: views/settings.php:633
789
  msgid ""
790
  "Here we added some generic texts that you may want to review, change or "
791
  "remove."
792
  msgstr ""
793
 
794
- #: views/settings.php:645
795
  msgid "Link name"
796
  msgstr ""
797
 
798
- #: views/settings.php:649
799
  msgid "Label the link that will be shown on frontend footer"
800
  msgstr ""
801
 
802
- #: views/settings.php:654
803
  msgid "P. Policy page link"
804
  msgstr ""
805
 
806
- #: views/settings.php:663
807
  msgid "P. Policy link target"
808
  msgstr ""
809
 
810
- #: views/settings.php:669
811
  msgid "Choose how the link will open."
812
  msgstr ""
813
 
814
- #: views/settings.php:674
815
  msgid "Contact form 'tail'"
816
  msgstr ""
817
 
818
- #: views/settings.php:678 views/settings.php:687
819
  msgid "This will be shown together with the acceptance checkbox below the form"
820
  msgstr ""
821
 
822
- #: views/settings.php:683
823
  msgid "Subscribe form 'tail'"
824
  msgstr ""
825
 
@@ -844,12 +846,11 @@ msgid "GitHub"
844
  msgstr "GitHub"
845
 
846
  #: views/sidebar.php:27
847
- msgid "Other products"
848
  msgstr ""
849
 
850
- #: views/sidebar.php:48
851
- msgid "Resources"
852
- msgstr "Źródła"
853
 
854
  #~ msgid "You have %d subscriber(s)"
855
  #~ msgstr "Obecne subskrypcje: %d."
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.3.0\n"
4
+ "POT-Creation-Date: 2020-12-07 17:17+0200\n"
5
+ "PO-Revision-Date: 2020-12-07 17:17+0200\n"
6
  "Last-Translator: Maciej Gryniuk <maciejka45@gmail.com>\n"
7
  "Language-Team: Maciej Gryniuk <maciejka45@gmail.com>\n"
8
  "Language: pl\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 2.4.2\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
26
  #: includes/classes/wp-maintenance-mode-admin.php:121
27
  #: includes/classes/wp-maintenance-mode-admin.php:159
28
  #: includes/classes/wp-maintenance-mode-admin.php:182
29
+ #: includes/classes/wp-maintenance-mode-admin.php:252
30
  msgid "You do not have access to this resource."
31
  msgstr ""
32
 
47
  msgstr ""
48
 
49
  #: includes/classes/wp-maintenance-mode-admin.php:197
50
+ #: includes/classes/wp-maintenance-mode-admin.php:248
51
  msgid "Security check."
52
  msgstr ""
53
 
59
  msgid "WP Maintenance Mode"
60
  msgstr "WP Tryb Konserwacji"
61
 
62
+ #: includes/classes/wp-maintenance-mode-admin.php:500
63
  msgid ""
64
  "WPMM: The file data.js could not be written, the bot will not work correctly."
65
  msgstr ""
66
 
67
+ #: includes/classes/wp-maintenance-mode-admin.php:534
68
  msgid "Settings"
69
  msgstr "Ustawienia"
70
 
71
+ #: includes/classes/wp-maintenance-mode-admin.php:553
72
  #, php-format
73
  msgid ""
74
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
77
  "Tryb Konserwacji jest <strong>aktywny</strong>. Pamiętaj, aby go <a href=\"%s"
78
  "\">wyłączyć</a>, kiedy skończysz.\v"
79
 
80
+ #: includes/classes/wp-maintenance-mode-admin.php:590
81
  msgid "Notice key cannot be empty."
82
  msgstr ""
83
 
84
+ #: includes/classes/wp-maintenance-mode-admin.php:638
85
  #, php-format
86
  msgid ""
87
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
88
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
89
  msgstr ""
90
 
91
+ #: includes/classes/wp-maintenance-mode-admin.php:662
92
  msgid ""
93
  "Your WordPress version supports Privacy settings but you haven't set any "
94
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
95
  msgstr ""
96
 
97
+ #: includes/classes/wp-maintenance-mode-admin.php:665
98
  #, php-format
99
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
100
  msgstr ""
101
 
102
+ #: includes/classes/wp-maintenance-mode-admin.php:670
103
  #, php-format
104
  msgid ""
105
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
106
  "that's correct ignore this message, otherwise %s"
107
  msgstr ""
108
 
109
+ #: includes/classes/wp-maintenance-mode-admin.php:674
110
  msgid ""
111
  "No privacy features detected for your WordPress version. Update WordPress to "
112
  "get this field automatically filled in or type in the URL that points to "
149
  msgstr ""
150
 
151
  #: includes/classes/wp-maintenance-mode.php:152
152
+ msgid "How you can see, our website will be launched very soon."
153
  msgstr ""
154
 
155
  #: includes/classes/wp-maintenance-mode.php:153
180
  msgstr ""
181
 
182
  #: includes/classes/wp-maintenance-mode.php:161
183
+ #: includes/classes/wp-maintenance-mode.php:654
184
  msgid "Type your name here…"
185
  msgstr ""
186
 
193
  msgstr ""
194
 
195
  #: includes/classes/wp-maintenance-mode.php:164
196
+ #: includes/classes/wp-maintenance-mode.php:655
197
  msgid "Type your email here…"
198
  msgstr ""
199
 
229
  msgid "Maintenance Mode"
230
  msgstr "Tryb Konserwacji"
231
 
232
+ #: includes/classes/wp-maintenance-mode.php:651
233
  msgid "Please type in your name."
234
  msgstr ""
235
 
236
+ #: includes/classes/wp-maintenance-mode.php:652
237
  #, fuzzy
238
  msgid "Please type in a valid email address."
239
  msgstr "Proszę podać poprawny adres e-mail."
240
 
241
+ #: includes/classes/wp-maintenance-mode.php:656 views/maintenance.php:161
242
  msgid "Send"
243
  msgstr "Wyślij"
244
 
245
+ #: includes/classes/wp-maintenance-mode.php:869
246
+ #: includes/classes/wp-maintenance-mode.php:903 views/maintenance.php:140
247
  msgid "Please enter a valid email address."
248
  msgstr "Proszę podać poprawny adres e-mail."
249
 
250
+ #: includes/classes/wp-maintenance-mode.php:881
251
  msgid "You successfully subscribed. Thanks!"
252
  msgstr ""
253
 
254
+ #: includes/classes/wp-maintenance-mode.php:899
255
  msgid "All fields required."
256
  msgstr "Wszystkie pola są wymagane"
257
 
258
+ #: includes/classes/wp-maintenance-mode.php:911
259
  msgid "Message via contact"
260
  msgstr "Wiadomość poprzez kontakt"
261
 
262
+ #: includes/classes/wp-maintenance-mode.php:928
263
  msgid "Your email was sent to the website administrator. Thanks!"
264
  msgstr "Twój adres e-mail został wysłany do administratora strony. Dzięki!"
265
 
288
  msgid "your e-mail..."
289
  msgstr "Twój e-mail..."
290
 
291
+ #: views/maintenance.php:75 views/settings.php:257
292
  msgid "Subscribe"
293
  msgstr "Subskrybuj"
294
 
321
  msgid "Dashboard"
322
  msgstr "Kokpit"
323
 
324
+ #: views/promo-blocksy.php:1
325
+ msgid "Blocksy - The Most Innovative & Lightning Fast WordPress Theme"
326
  msgstr ""
327
 
328
+ #: views/promo-blocksy.php:4
329
  msgid ""
330
+ "A blazing fast and lightweight WordPress theme built with the latest web "
331
+ "technologies. It was built with the Gutenberg editor in mind and has a lot "
332
+ "of options that makes it extendable and customizable."
333
  msgstr ""
334
 
335
+ #: views/promo-blocksy.php:8
336
+ msgid "Download for Free Now"
337
  msgstr ""
338
 
339
  #: views/settings.php:6
360
  msgid "GDPR"
361
  msgstr ""
362
 
363
+ #: views/settings.php:26 views/settings.php:455 views/settings.php:622
364
  msgid "Status"
365
  msgstr "Status"
366
 
367
+ #: views/settings.php:28 views/settings.php:458 views/settings.php:624
368
  msgid "Activated"
369
  msgstr "Aktywny"
370
 
371
+ #: views/settings.php:29 views/settings.php:459 views/settings.php:625
372
  msgid "Deactivated"
373
  msgstr "Zdezaktywowany"
374
 
376
  msgid "Bypass for Search Bots"
377
  msgstr "Wstęp dla wyszukiwarek"
378
 
379
+ #: views/settings.php:36 views/settings.php:96 views/settings.php:106
380
+ #: views/settings.php:229 views/settings.php:265 views/settings.php:304
381
+ #: views/settings.php:378 views/settings.php:410 views/settings.php:419
382
  msgid "Yes"
383
  msgstr "Tak"
384
 
385
+ #: views/settings.php:37 views/settings.php:97 views/settings.php:107
386
+ #: views/settings.php:230 views/settings.php:266 views/settings.php:305
387
+ #: views/settings.php:379 views/settings.php:411 views/settings.php:420
388
  msgid "No"
389
  msgstr "Nie"
390
 
396
  msgid "Backend Role"
397
  msgstr "Rola back-end"
398
 
399
+ #: views/settings.php:45 views/settings.php:56
400
  msgid "Select role(s)"
401
  msgstr ""
402
 
403
+ #: views/settings.php:50
404
  msgid ""
405
  "Which user role is allowed to access the backend of this blog? "
406
  "Administrators will always have access."
407
  msgstr ""
408
 
409
+ #: views/settings.php:54
410
  msgid "Frontend Role"
411
  msgstr "Rola front-end"
412
 
413
+ #: views/settings.php:61
414
  msgid ""
415
  "Which user role is allowed to access the frontend of this blog? "
416
  "Administrators will always have access."
417
  msgstr ""
418
 
419
+ #: views/settings.php:65
420
  msgid "Robots Meta Tag"
421
  msgstr "Metatag Robots"
422
 
423
+ #: views/settings.php:71
424
  msgid ""
425
  "The robots meta tag lets you use a granular, page-specific approach to "
426
  "control how an individual page should be indexed and served to users in "
430
  "być indeksowane i widoczne dla użytkowników w wynikach wyszukiwarkek "
431
  "internetowych."
432
 
433
+ #: views/settings.php:75
434
  msgid "Redirection"
435
  msgstr "Przekierowanie"
436
 
437
+ #: views/settings.php:78
438
  msgid ""
439
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
440
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
441
  "(incl. http://)"
442
  msgstr ""
443
 
444
+ #: views/settings.php:82
445
  msgid "Exclude"
446
  msgstr "Wyklucz"
447
 
448
+ #: views/settings.php:89
449
  msgid ""
450
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
451
  "IP per line!"
453
  "Zezwól na dostęp podczas trybu konserwacji do kanałów internetowych, stron, "
454
  "archiwów lub adresów IP. Podaj jeden wpis / IP na linię!"
455
 
456
+ #: views/settings.php:93
457
  msgid "Notice"
458
  msgstr "Powiadomienie"
459
 
460
+ #: views/settings.php:99
461
  msgid "Do you want to see notices when maintenance mode is activated?"
462
  msgstr "Chcesz widzieć powiadomienia podczas aktywnego trybu konserwacji?"
463
 
464
+ #: views/settings.php:103
465
  msgid "Dashboard link"
466
  msgstr "Link do kokpitu"
467
 
468
+ #: views/settings.php:109
469
  msgid ""
470
  "Do you want to add a link to the dashboard on your maintenance mode page?"
471
  msgstr "Chcesz dodać link do kokpitu na stronie trybu konserwacyjnego?"
472
 
473
+ #: views/settings.php:117 views/settings.php:215 views/settings.php:437
474
+ #: views/settings.php:607 views/settings.php:680
475
  msgid "Save settings"
476
  msgstr "Zapisz ustawienia"
477
 
478
+ #: views/settings.php:118 views/settings.php:216 views/settings.php:438
479
+ #: views/settings.php:608 views/settings.php:681
480
  msgid "Reset settings"
481
  msgstr "Zresetuj ustawienia"
482
 
483
+ #: views/settings.php:123
484
  msgid "Content"
485
  msgstr "Zawartość"
486
 
487
+ #: views/settings.php:128
488
  msgid "Title (HTML tag)"
489
  msgstr "Tytuł (tag HTML)"
490
 
491
+ #: views/settings.php:134
492
  msgid "Heading"
493
  msgstr "Nagłówek"
494
 
495
+ #: views/settings.php:141 views/settings.php:271
496
  msgid "Text"
497
  msgstr "Tekst"
498
 
499
+ #: views/settings.php:156
500
  msgid "This text will not be shown when the bot feature is enabled."
501
  msgstr ""
502
 
503
+ #: views/settings.php:162
504
  msgid "Background"
505
  msgstr "Tło"
506
 
507
+ #: views/settings.php:167
508
  msgid "Choose type"
509
  msgstr "Wybierz rodzaj"
510
 
511
+ #: views/settings.php:170
512
  msgid "Custom color"
513
  msgstr "Własny kolor"
514
 
515
+ #: views/settings.php:171
516
  msgid "Uploaded background"
517
  msgstr "Przesłane tło"
518
 
519
+ #: views/settings.php:172
520
  msgid "Predefined background"
521
  msgstr "Uprzednio zdefiniowane tło"
522
 
523
+ #: views/settings.php:177
524
  msgid "Choose color"
525
  msgstr "Wybierz kolor"
526
 
527
+ #: views/settings.php:183
528
  msgid "Upload background"
529
  msgstr "Prześlij tło"
530
 
531
+ #: views/settings.php:187
532
  msgid "Backgrounds should have 1920x1280 px size."
533
  msgstr "Tło powinno mieć rozmiar 1920x1280 px."
534
 
535
+ #: views/settings.php:192
536
  msgid "Choose background"
537
  msgstr "Wybierz tło"
538
 
539
+ #: views/settings.php:194
540
  #, php-format
541
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
542
  msgstr ""
543
 
544
+ #: views/settings.php:221
545
  msgid "Countdown"
546
  msgstr "Odliczanie"
547
 
548
+ #: views/settings.php:226
549
  msgid "Show countdown?"
550
  msgstr "Pokazać odliczanie?"
551
 
552
+ #: views/settings.php:235
553
  msgid "Start date"
554
  msgstr "Początkowa data"
555
 
556
+ #: views/settings.php:241
557
  msgid "Countdown (remaining time)"
558
  msgstr "Odliczanie (pozostały czas)"
559
 
560
+ #: views/settings.php:243
561
  msgid "Days"
562
  msgstr "Dni"
563
 
564
+ #: views/settings.php:244
565
  msgid "Hours"
566
  msgstr "Godzin"
567
 
568
+ #: views/settings.php:245
569
  msgid "Minutes"
570
  msgstr "Minut"
571
 
572
+ #: views/settings.php:249
573
  msgid "Color"
574
  msgstr "Kolor"
575
 
576
+ #: views/settings.php:262
577
  msgid "Show subscribe?"
578
  msgstr "Umożliwić subskrypcję?"
579
 
580
+ #: views/settings.php:278
581
  msgid "Stats"
582
  msgstr "Statystyki"
583
 
584
+ #: views/settings.php:282
585
  #, php-format
586
  msgctxt "settings page"
587
  msgid "You have %d subscriber"
589
  msgstr[0] ""
590
  msgstr[1] ""
591
 
592
+ #: views/settings.php:287
593
  msgid "Export as CSV"
594
  msgstr "Eksportuj jako CSV"
595
 
596
+ #: views/settings.php:288
597
  msgid "Empty subscribers list"
598
  msgstr ""
599
 
600
+ #: views/settings.php:296
601
  msgid "Social Networks"
602
  msgstr "Serwisy społecznościowe"
603
 
604
+ #: views/settings.php:301
605
  msgid "Show social networks?"
606
  msgstr "Pokazać serwisy społecznościowe?"
607
 
608
+ #: views/settings.php:310
609
  msgid "Links target?"
610
  msgstr "Cel linków?"
611
 
612
+ #: views/settings.php:313 views/settings.php:651
613
  msgid "New page"
614
  msgstr "Nowa karta"
615
 
616
+ #: views/settings.php:314 views/settings.php:652
617
  msgid "Same page"
618
  msgstr "Ta sama karta"
619
 
620
+ #: views/settings.php:316
621
  msgid "Choose how the links will open."
622
  msgstr "Wybierz, w jakim miejscu powinny zostać otwierane linki."
623
 
624
+ #: views/settings.php:370
625
  msgid "Contact"
626
  msgstr "Kontakt"
627
 
628
+ #: views/settings.php:375
629
  msgid "Show contact?"
630
  msgstr "Pokazać kontakt?"
631
 
632
+ #: views/settings.php:384
633
  msgid "Email address"
634
  msgstr "Adres e-mail"
635
 
636
+ #: views/settings.php:390
637
  msgid "Effects"
638
  msgstr "Efekty"
639
 
640
+ #: views/settings.php:393
641
  msgid "Move top - Move bottom"
642
  msgstr "Wejście z góry - w dół"
643
 
644
+ #: views/settings.php:394
645
  msgid "Zoom - Zoomed"
646
  msgstr "Przybliżenie - przybliżone"
647
 
648
+ #: views/settings.php:395
649
  msgid "Fold - Unfold"
650
  msgstr "Obrót - obrócone"
651
 
652
+ #: views/settings.php:402
653
  msgid "Google Analytics"
654
  msgstr "Google Analytics"
655
 
656
+ #: views/settings.php:407
657
  msgid "Use Google Analytics?"
658
  msgstr "Używać Google Analytics?"
659
 
660
+ #: views/settings.php:416
661
  msgid "Enable IP anonymization?"
662
  msgstr ""
663
 
664
+ #: views/settings.php:426
665
  msgid "Tracking code"
666
  msgstr "Kod śledzenia"
667
 
668
+ #: views/settings.php:429
669
  msgid ""
670
+ "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX, G-XXXXXXXX. Eg: "
671
+ "UA-12345678-1 is valid"
672
  msgstr ""
673
 
674
+ #: views/settings.php:447
675
  msgid ""
676
  "Setup the conversation steps to capture more subscribers with this friendly "
677
  "way of asking email addresess."
678
  msgstr ""
679
 
680
+ #: views/settings.php:448
681
  msgid ""
682
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
683
  "make the conversation even more realistic."
684
  msgstr ""
685
 
686
+ #: views/settings.php:449
687
  msgid ""
688
  "It is also ok if you don't fill in all the conversation steps if you don't "
689
  "need to."
690
  msgstr ""
691
 
692
+ #: views/settings.php:450
693
  msgid ""
694
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
695
  "&raquo; Export as CSV."
696
  msgstr ""
697
 
698
+ #: views/settings.php:463
699
  #, fuzzy
700
  msgid "Bot Name"
701
  msgstr "Nazwa"
702
 
703
+ #: views/settings.php:466
704
  msgid "This name will appear when the bot is typing."
705
  msgstr ""
706
 
707
+ #: views/settings.php:470
708
  #, fuzzy
709
  msgid "Upload avatar"
710
  msgstr "Prześlij tło"
711
 
712
+ #: views/settings.php:474
713
  msgid "A 512 x 512 px will work just fine."
714
  msgstr ""
715
 
716
+ #: views/settings.php:480
717
  msgid "Customize Messages"
718
  msgstr ""
719
 
720
+ #: views/settings.php:485
721
  msgid "Message 1"
722
  msgstr ""
723
 
724
+ #: views/settings.php:493
725
  msgid "Message 2"
726
  msgstr ""
727
 
728
+ #: views/settings.php:501
729
  msgid "Message 3"
730
  msgstr ""
731
 
732
+ #: views/settings.php:509 views/settings.php:549 views/settings.php:571
733
  msgid "Response"
734
  msgstr ""
735
 
736
+ #: views/settings.php:513 views/settings.php:575
737
  msgid "Edit the placeholder's text"
738
  msgstr ""
739
 
740
+ #: views/settings.php:517
741
  msgid "Message 4"
742
  msgstr ""
743
 
744
+ #: views/settings.php:525
745
  msgid "Message 5"
746
  msgstr ""
747
 
748
+ #: views/settings.php:533
749
  msgid "Message 6"
750
  msgstr ""
751
 
752
+ #: views/settings.php:541
753
  msgid "Message 7"
754
  msgstr ""
755
 
756
+ #: views/settings.php:553
757
  msgid "Edit button one"
758
  msgstr ""
759
 
760
+ #: views/settings.php:557
761
  msgid "Edit button two"
762
  msgstr ""
763
 
764
+ #: views/settings.php:563 views/settings.php:579
765
  msgid "Message 8"
766
  msgstr ""
767
 
768
+ #: views/settings.php:563 views/settings.php:587 views/settings.php:595
769
  msgid "(click on button one)"
770
  msgstr ""
771
 
772
+ #: views/settings.php:579
773
  msgid "(click on button two)"
774
  msgstr ""
775
 
776
+ #: views/settings.php:587
777
  msgid "Message 9"
778
  msgstr ""
779
 
780
+ #: views/settings.php:595
781
  msgid "Message 10"
782
  msgstr ""
783
 
784
+ #: views/settings.php:617
785
  msgid ""
786
  "To make the plugin GDPR compliant, fill in the details and enable this "
787
  "section."
788
  msgstr ""
789
 
790
+ #: views/settings.php:618
791
  msgid ""
792
  "Here we added some generic texts that you may want to review, change or "
793
  "remove."
794
  msgstr ""
795
 
796
+ #: views/settings.php:630
797
  msgid "Link name"
798
  msgstr ""
799
 
800
+ #: views/settings.php:634
801
  msgid "Label the link that will be shown on frontend footer"
802
  msgstr ""
803
 
804
+ #: views/settings.php:639
805
  msgid "P. Policy page link"
806
  msgstr ""
807
 
808
+ #: views/settings.php:648
809
  msgid "P. Policy link target"
810
  msgstr ""
811
 
812
+ #: views/settings.php:654
813
  msgid "Choose how the link will open."
814
  msgstr ""
815
 
816
+ #: views/settings.php:659
817
  msgid "Contact form 'tail'"
818
  msgstr ""
819
 
820
+ #: views/settings.php:663 views/settings.php:672
821
  msgid "This will be shown together with the acceptance checkbox below the form"
822
  msgstr ""
823
 
824
+ #: views/settings.php:668
825
  msgid "Subscribe form 'tail'"
826
  msgstr ""
827
 
846
  msgstr "GitHub"
847
 
848
  #: views/sidebar.php:27
849
+ msgid "Recommended"
850
  msgstr ""
851
 
852
+ #~ msgid "Resources"
853
+ #~ msgstr "Źródła"
 
854
 
855
  #~ msgid "You have %d subscriber(s)"
856
  #~ msgstr "Obecne subskrypcje: %d."
languages/wp-maintenance-mode-pt_BR.mo CHANGED
Binary file
languages/wp-maintenance-mode-pt_BR.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WP Maintenance Mode v2.2.4\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-05-20 10:33+0300\n"
6
- "PO-Revision-Date: 2019-05-20 10:33+0300\n"
7
  "Last-Translator: Jônatas Araújo <jonatasaraujos@live.com>\n"
8
  "Language-Team: \n"
9
  "Language: pt_BR\n"
@@ -11,7 +11,7 @@ msgstr ""
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
14
- "X-Generator: Poedit 2.2.2\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
@@ -28,6 +28,7 @@ msgstr ""
28
  #: includes/classes/wp-maintenance-mode-admin.php:121
29
  #: includes/classes/wp-maintenance-mode-admin.php:159
30
  #: includes/classes/wp-maintenance-mode-admin.php:182
 
31
  msgid "You do not have access to this resource."
32
  msgstr ""
33
 
@@ -48,7 +49,7 @@ msgid "The tab slug must not be empty."
48
  msgstr ""
49
 
50
  #: includes/classes/wp-maintenance-mode-admin.php:197
51
- #: includes/classes/wp-maintenance-mode-admin.php:251
52
  msgid "Security check."
53
  msgstr ""
54
 
@@ -61,18 +62,18 @@ msgstr ""
61
  msgid "WP Maintenance Mode"
62
  msgstr "Manutenção Site"
63
 
64
- #: includes/classes/wp-maintenance-mode-admin.php:498
65
  msgid ""
66
  "WPMM: The file data.js could not be written, the bot will not work correctly."
67
  msgstr ""
68
 
69
  # @ wp-maintenance-mode
70
- #: includes/classes/wp-maintenance-mode-admin.php:532
71
  msgid "Settings"
72
  msgstr "Configurações"
73
 
74
  # @ wp-maintenance-mode
75
- #: includes/classes/wp-maintenance-mode-admin.php:551
76
  #, php-format
77
  msgid ""
78
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -81,36 +82,36 @@ msgstr ""
81
  "O modo de manutenção está <strong>ativo</strong>. Por favor, não se esqueça "
82
  "de<a href=\"%s\"> desativar</a> assim que estiver pronto."
83
 
84
- #: includes/classes/wp-maintenance-mode-admin.php:588
85
  msgid "Notice key cannot be empty."
86
  msgstr ""
87
 
88
- #: includes/classes/wp-maintenance-mode-admin.php:636
89
  #, php-format
90
  msgid ""
91
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
92
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
93
  msgstr ""
94
 
95
- #: includes/classes/wp-maintenance-mode-admin.php:660
96
  msgid ""
97
  "Your WordPress version supports Privacy settings but you haven't set any "
98
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
99
  msgstr ""
100
 
101
- #: includes/classes/wp-maintenance-mode-admin.php:663
102
  #, php-format
103
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
104
  msgstr ""
105
 
106
- #: includes/classes/wp-maintenance-mode-admin.php:668
107
  #, php-format
108
  msgid ""
109
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
110
  "that's correct ignore this message, otherwise %s"
111
  msgstr ""
112
 
113
- #: includes/classes/wp-maintenance-mode-admin.php:672
114
  msgid ""
115
  "No privacy features detected for your WordPress version. Update WordPress to "
116
  "get this field automatically filled in or type in the URL that points to "
@@ -156,7 +157,7 @@ msgid "Nice to meet you here, {visitor_name}!"
156
  msgstr ""
157
 
158
  #: includes/classes/wp-maintenance-mode.php:152
159
- msgid "How you can see, our website will be lauched very soon."
160
  msgstr ""
161
 
162
  #: includes/classes/wp-maintenance-mode.php:153
@@ -187,7 +188,7 @@ msgid "Have a great day!"
187
  msgstr ""
188
 
189
  #: includes/classes/wp-maintenance-mode.php:161
190
- #: includes/classes/wp-maintenance-mode.php:650
191
  msgid "Type your name here…"
192
  msgstr ""
193
 
@@ -200,7 +201,7 @@ msgid "Boring"
200
  msgstr ""
201
 
202
  #: includes/classes/wp-maintenance-mode.php:164
203
- #: includes/classes/wp-maintenance-mode.php:651
204
  msgid "Type your email here…"
205
  msgstr ""
206
 
@@ -238,43 +239,43 @@ msgstr ""
238
  msgid "Maintenance Mode"
239
  msgstr "Modo de Manutenção"
240
 
241
- #: includes/classes/wp-maintenance-mode.php:647
242
  msgid "Please type in your name."
243
  msgstr ""
244
 
245
  # @ wp-maintenance-mode
246
- #: includes/classes/wp-maintenance-mode.php:648
247
  #, fuzzy
248
  msgid "Please type in a valid email address."
249
  msgstr "Por favor insira um endereço de e-mail válido."
250
 
251
  # @ wp-maintenance-mode
252
- #: includes/classes/wp-maintenance-mode.php:652 views/maintenance.php:161
253
  msgid "Send"
254
  msgstr "Enviar"
255
 
256
  # @ wp-maintenance-mode
257
- #: includes/classes/wp-maintenance-mode.php:865
258
- #: includes/classes/wp-maintenance-mode.php:899 views/maintenance.php:140
259
  msgid "Please enter a valid email address."
260
  msgstr "Por favor insira um endereço de e-mail válido."
261
 
262
- #: includes/classes/wp-maintenance-mode.php:877
263
  msgid "You successfully subscribed. Thanks!"
264
  msgstr ""
265
 
266
  # @ wp-maintenance-mode
267
- #: includes/classes/wp-maintenance-mode.php:895
268
  msgid "All fields required."
269
  msgstr "Todos os campos são obrigatórios."
270
 
271
  # @ wp-maintenance-mode
272
- #: includes/classes/wp-maintenance-mode.php:907
273
  msgid "Message via contact"
274
  msgstr "Mensagem via contato"
275
 
276
  # @ wp-maintenance-mode
277
- #: includes/classes/wp-maintenance-mode.php:924
278
  msgid "Your email was sent to the website administrator. Thanks!"
279
  msgstr "Seu e-mail foi enviado ao administrador do site. Obrigado!"
280
 
@@ -305,7 +306,7 @@ msgid "your e-mail..."
305
  msgstr "digite seu e-mail..."
306
 
307
  # @ wp-maintenance-mode
308
- #: views/maintenance.php:75 views/settings.php:273
309
  msgid "Subscribe"
310
  msgstr "Assinante"
311
 
@@ -342,19 +343,19 @@ msgstr "Contato"
342
  msgid "Dashboard"
343
  msgstr ""
344
 
345
- #: views/promo-strictthemes.php:1
346
- msgid "Premium WordPress Themes from WP Maintenance Mode authors!"
347
  msgstr ""
348
 
349
- #: views/promo-strictthemes.php:4
350
  msgid ""
351
- "We hope you like the WP Maintenance Mode plugin! Now you can buy WordPress "
352
- "Themes directly from us on ThemeForest. We're StrictThemes and we create "
353
- "best designed and coded WordPress Themes."
354
  msgstr ""
355
 
356
- #: views/promo-strictthemes.php:8
357
- msgid "See our WordPress Themes!"
358
  msgstr ""
359
 
360
  # @ wp-maintenance-mode
@@ -386,17 +387,17 @@ msgid "GDPR"
386
  msgstr ""
387
 
388
  # @ wp-maintenance-mode
389
- #: views/settings.php:26 views/settings.php:470 views/settings.php:637
390
  msgid "Status"
391
  msgstr "Status"
392
 
393
  # @ wp-maintenance-mode
394
- #: views/settings.php:28 views/settings.php:473 views/settings.php:639
395
  msgid "Activated"
396
  msgstr "Ativado"
397
 
398
  # @ wp-maintenance-mode
399
- #: views/settings.php:29 views/settings.php:474 views/settings.php:640
400
  msgid "Deactivated"
401
  msgstr "Desativado"
402
 
@@ -406,16 +407,16 @@ msgid "Bypass for Search Bots"
406
  msgstr "Bypass para robôs de busca"
407
 
408
  # @ wp-maintenance-mode
409
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
410
- #: views/settings.php:245 views/settings.php:281 views/settings.php:319
411
- #: views/settings.php:393 views/settings.php:425 views/settings.php:434
412
  msgid "Yes"
413
  msgstr "Sim"
414
 
415
  # @ wp-maintenance-mode
416
- #: views/settings.php:37 views/settings.php:107 views/settings.php:117
417
- #: views/settings.php:246 views/settings.php:282 views/settings.php:320
418
- #: views/settings.php:394 views/settings.php:426 views/settings.php:435
419
  msgid "No"
420
  msgstr "Não"
421
 
@@ -429,34 +430,34 @@ msgstr "Deixe que os robôs para ignorar o modo de manutenção?"
429
  msgid "Backend Role"
430
  msgstr ""
431
 
432
- #: views/settings.php:45 views/settings.php:61
433
  msgid "Select role(s)"
434
  msgstr ""
435
 
436
- #: views/settings.php:55
437
  msgid ""
438
  "Which user role is allowed to access the backend of this blog? "
439
  "Administrators will always have access."
440
  msgstr ""
441
 
442
  # @ wp-maintenance-mode
443
- #: views/settings.php:59
444
  msgid "Frontend Role"
445
  msgstr ""
446
 
447
- #: views/settings.php:71
448
  msgid ""
449
  "Which user role is allowed to access the frontend of this blog? "
450
  "Administrators will always have access."
451
  msgstr ""
452
 
453
  # @ wp-maintenance-mode
454
- #: views/settings.php:75
455
  msgid "Robots Meta Tag"
456
  msgstr "Meta Tag Robots "
457
 
458
  # @ wp-maintenance-mode
459
- #: views/settings.php:81
460
  msgid ""
461
  "The robots meta tag lets you use a granular, page-specific approach to "
462
  "control how an individual page should be indexed and served to users in "
@@ -467,11 +468,11 @@ msgstr ""
467
  "serviu para os usuários em resultados de pesquisa."
468
 
469
  # @ wp-maintenance-mode
470
- #: views/settings.php:85
471
  msgid "Redirection"
472
  msgstr "Redirecionamento"
473
 
474
- #: views/settings.php:88
475
  msgid ""
476
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
477
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
@@ -479,12 +480,12 @@ msgid ""
479
  msgstr ""
480
 
481
  # @ wp-maintenance-mode
482
- #: views/settings.php:92
483
  msgid "Exclude"
484
  msgstr "Excluir"
485
 
486
  # @ wp-maintenance-mode
487
- #: views/settings.php:99
488
  msgid ""
489
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
490
  "IP per line!"
@@ -493,162 +494,162 @@ msgstr ""
493
  "manutenção. Adicionar uma lesma / IP por linha!"
494
 
495
  # @ wp-maintenance-mode
496
- #: views/settings.php:103
497
  msgid "Notice"
498
  msgstr "Aviso"
499
 
500
  # @ wp-maintenance-mode
501
- #: views/settings.php:109
502
  msgid "Do you want to see notices when maintenance mode is activated?"
503
  msgstr "Você quer ver os avisos de quando o modo de manutenção está ativado?"
504
 
505
- #: views/settings.php:113
506
  msgid "Dashboard link"
507
  msgstr ""
508
 
509
  # @ wp-maintenance-mode
510
- #: views/settings.php:119
511
  msgid ""
512
  "Do you want to add a link to the dashboard on your maintenance mode page?"
513
  msgstr ""
514
 
515
  # @ wp-maintenance-mode
516
- #: views/settings.php:127 views/settings.php:231 views/settings.php:452
517
- #: views/settings.php:622 views/settings.php:695
518
  msgid "Save settings"
519
  msgstr ""
520
 
521
  # @ wp-maintenance-mode
522
- #: views/settings.php:128 views/settings.php:232 views/settings.php:453
523
- #: views/settings.php:623 views/settings.php:696
524
  msgid "Reset settings"
525
  msgstr ""
526
 
527
  # @ wp-maintenance-mode
528
- #: views/settings.php:133
529
  msgid "Content"
530
  msgstr "Conteúdo"
531
 
532
  # @ wp-maintenance-mode
533
- #: views/settings.php:138
534
  msgid "Title (HTML tag)"
535
  msgstr "Título (HTML Tag)"
536
 
537
  # @ wp-maintenance-mode
538
- #: views/settings.php:144
539
  msgid "Heading"
540
  msgstr "Título H1 da Página"
541
 
542
  # @ wp-maintenance-mode
543
- #: views/settings.php:151 views/settings.php:287
544
  msgid "Text"
545
  msgstr "Mensagem"
546
 
547
- #: views/settings.php:166
548
  msgid "This text will not be shown when the bot feature is enabled."
549
  msgstr ""
550
 
551
  # @ wp-maintenance-mode
552
- #: views/settings.php:172
553
  msgid "Background"
554
  msgstr "Fundo"
555
 
556
  # @ wp-maintenance-mode
557
- #: views/settings.php:177
558
  msgid "Choose type"
559
  msgstr "Escolha o tipo de"
560
 
561
  # @ wp-maintenance-mode
562
- #: views/settings.php:180
563
  msgid "Custom color"
564
  msgstr "Cor personalizada"
565
 
566
  # @ wp-maintenance-mode
567
- #: views/settings.php:181
568
  msgid "Uploaded background"
569
  msgstr "Enviar Imagem Fundo"
570
 
571
  # @ wp-maintenance-mode
572
- #: views/settings.php:182
573
  msgid "Predefined background"
574
  msgstr "Imagem Pré-definida"
575
 
576
  # @ wp-maintenance-mode
577
- #: views/settings.php:187
578
  msgid "Choose color"
579
  msgstr "Escolha cor"
580
 
581
  # @ wp-maintenance-mode
582
- #: views/settings.php:193
583
  msgid "Upload background"
584
  msgstr "Enviar Imagem de Fundo"
585
 
586
  # @ wp-maintenance-mode
587
- #: views/settings.php:197
588
  msgid "Backgrounds should have 1920x1280 px size."
589
  msgstr "A Imagem devem ter tamanho 1920x1280px."
590
 
591
  # @ wp-maintenance-mode
592
- #: views/settings.php:202
593
  msgid "Choose background"
594
  msgstr "Escolha o fundo"
595
 
596
- #: views/settings.php:204
597
  #, php-format
598
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
599
  msgstr ""
600
 
601
  # @ wp-maintenance-mode
602
- #: views/settings.php:237
603
  msgid "Countdown"
604
  msgstr "Contagem Regressiva"
605
 
606
  # @ wp-maintenance-mode
607
- #: views/settings.php:242
608
  msgid "Show countdown?"
609
  msgstr "Mostrar contagem regressiva?"
610
 
611
  # @ wp-maintenance-mode
612
- #: views/settings.php:251
613
  msgid "Start date"
614
  msgstr "Data Inicial"
615
 
616
  # @ wp-maintenance-mode
617
- #: views/settings.php:257
618
  msgid "Countdown (remaining time)"
619
  msgstr "Contagem regressiva (tempo restante)"
620
 
621
  # @ wp-maintenance-mode
622
- #: views/settings.php:259
623
  msgid "Days"
624
  msgstr "Dias"
625
 
626
  # @ wp-maintenance-mode
627
- #: views/settings.php:260
628
  msgid "Hours"
629
  msgstr "Horas"
630
 
631
  # @ wp-maintenance-mode
632
- #: views/settings.php:261
633
  msgid "Minutes"
634
  msgstr "Minutos"
635
 
636
  # @ wp-maintenance-mode
637
- #: views/settings.php:265
638
  msgid "Color"
639
  msgstr "Cor"
640
 
641
  # @ wp-maintenance-mode
642
- #: views/settings.php:278
643
  msgid "Show subscribe?"
644
  msgstr "Mostrar Assinatura?"
645
 
646
  # @ wp-maintenance-mode
647
- #: views/settings.php:294
648
  msgid "Stats"
649
  msgstr "Estatísticas"
650
 
651
- #: views/settings.php:298
652
  #, php-format
653
  msgctxt "settings page"
654
  msgid "You have %d subscriber"
@@ -657,246 +658,247 @@ msgstr[0] ""
657
  msgstr[1] ""
658
 
659
  # @ wp-maintenance-mode
660
- #: views/settings.php:303
661
  msgid "Export as CSV"
662
  msgstr "Exportar para CSV"
663
 
664
- #: views/settings.php:304
665
  msgid "Empty subscribers list"
666
  msgstr ""
667
 
668
  # @ wp-maintenance-mode
669
- #: views/settings.php:311
670
  msgid "Social Networks"
671
  msgstr "Rede Sociais"
672
 
673
  # @ wp-maintenance-mode
674
- #: views/settings.php:316
675
  msgid "Show social networks?"
676
  msgstr "Mostrar Rede Sociais?"
677
 
678
- #: views/settings.php:325
679
  msgid "Links target?"
680
  msgstr ""
681
 
682
- #: views/settings.php:328 views/settings.php:666
683
  msgid "New page"
684
  msgstr ""
685
 
686
- #: views/settings.php:329 views/settings.php:667
687
  msgid "Same page"
688
  msgstr ""
689
 
690
- #: views/settings.php:331
691
  msgid "Choose how the links will open."
692
  msgstr ""
693
 
694
  # @ wp-maintenance-mode
695
- #: views/settings.php:385
696
  msgid "Contact"
697
  msgstr "Contato"
698
 
699
  # @ wp-maintenance-mode
700
- #: views/settings.php:390
701
  msgid "Show contact?"
702
  msgstr "Mostrar Contato?"
703
 
704
  # @ wp-maintenance-mode
705
- #: views/settings.php:399
706
  msgid "Email address"
707
  msgstr "Endereço de E-mail"
708
 
709
  # @ wp-maintenance-mode
710
- #: views/settings.php:405
711
  msgid "Effects"
712
  msgstr "Efeitos"
713
 
714
- #: views/settings.php:408
715
  msgid "Move top - Move bottom"
716
  msgstr ""
717
 
718
- #: views/settings.php:409
719
  msgid "Zoom - Zoomed"
720
  msgstr ""
721
 
722
- #: views/settings.php:410
723
  msgid "Fold - Unfold"
724
  msgstr ""
725
 
726
- #: views/settings.php:417
727
  msgid "Google Analytics"
728
  msgstr ""
729
 
730
- #: views/settings.php:422
731
  msgid "Use Google Analytics?"
732
  msgstr ""
733
 
734
- #: views/settings.php:431
735
  msgid "Enable IP anonymization?"
736
  msgstr ""
737
 
738
- #: views/settings.php:441
739
  msgid "Tracking code"
740
  msgstr ""
741
 
742
- #: views/settings.php:444
743
  msgid ""
744
- "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
 
745
  msgstr ""
746
 
747
- #: views/settings.php:462
748
  msgid ""
749
  "Setup the conversation steps to capture more subscribers with this friendly "
750
  "way of asking email addresess."
751
  msgstr ""
752
 
753
- #: views/settings.php:463
754
  msgid ""
755
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
756
  "make the conversation even more realistic."
757
  msgstr ""
758
 
759
- #: views/settings.php:464
760
  msgid ""
761
  "It is also ok if you don't fill in all the conversation steps if you don't "
762
  "need to."
763
  msgstr ""
764
 
765
- #: views/settings.php:465
766
  msgid ""
767
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
768
  "&raquo; Export as CSV."
769
  msgstr ""
770
 
771
  # @ wp-maintenance-mode
772
- #: views/settings.php:478
773
  #, fuzzy
774
  msgid "Bot Name"
775
  msgstr "Nome"
776
 
777
- #: views/settings.php:481
778
  msgid "This name will appear when the bot is typing."
779
  msgstr ""
780
 
781
  # @ wp-maintenance-mode
782
- #: views/settings.php:485
783
  #, fuzzy
784
  msgid "Upload avatar"
785
  msgstr "Enviar Imagem de Fundo"
786
 
787
- #: views/settings.php:489
788
  msgid "A 512 x 512 px will work just fine."
789
  msgstr ""
790
 
791
- #: views/settings.php:495
792
  msgid "Customize Messages"
793
  msgstr ""
794
 
795
- #: views/settings.php:500
796
  msgid "Message 1"
797
  msgstr ""
798
 
799
- #: views/settings.php:508
800
  msgid "Message 2"
801
  msgstr ""
802
 
803
- #: views/settings.php:516
804
  msgid "Message 3"
805
  msgstr ""
806
 
807
- #: views/settings.php:524 views/settings.php:564 views/settings.php:586
808
  msgid "Response"
809
  msgstr ""
810
 
811
- #: views/settings.php:528 views/settings.php:590
812
  msgid "Edit the placeholder's text"
813
  msgstr ""
814
 
815
- #: views/settings.php:532
816
  msgid "Message 4"
817
  msgstr ""
818
 
819
- #: views/settings.php:540
820
  msgid "Message 5"
821
  msgstr ""
822
 
823
- #: views/settings.php:548
824
  msgid "Message 6"
825
  msgstr ""
826
 
827
- #: views/settings.php:556
828
  msgid "Message 7"
829
  msgstr ""
830
 
831
- #: views/settings.php:568
832
  msgid "Edit button one"
833
  msgstr ""
834
 
835
- #: views/settings.php:572
836
  msgid "Edit button two"
837
  msgstr ""
838
 
839
- #: views/settings.php:578 views/settings.php:594
840
  msgid "Message 8"
841
  msgstr ""
842
 
843
- #: views/settings.php:578 views/settings.php:602 views/settings.php:610
844
  msgid "(click on button one)"
845
  msgstr ""
846
 
847
- #: views/settings.php:594
848
  msgid "(click on button two)"
849
  msgstr ""
850
 
851
- #: views/settings.php:602
852
  msgid "Message 9"
853
  msgstr ""
854
 
855
- #: views/settings.php:610
856
  msgid "Message 10"
857
  msgstr ""
858
 
859
- #: views/settings.php:632
860
  msgid ""
861
  "To make the plugin GDPR compliant, fill in the details and enable this "
862
  "section."
863
  msgstr ""
864
 
865
- #: views/settings.php:633
866
  msgid ""
867
  "Here we added some generic texts that you may want to review, change or "
868
  "remove."
869
  msgstr ""
870
 
871
- #: views/settings.php:645
872
  msgid "Link name"
873
  msgstr ""
874
 
875
- #: views/settings.php:649
876
  msgid "Label the link that will be shown on frontend footer"
877
  msgstr ""
878
 
879
- #: views/settings.php:654
880
  msgid "P. Policy page link"
881
  msgstr ""
882
 
883
- #: views/settings.php:663
884
  msgid "P. Policy link target"
885
  msgstr ""
886
 
887
- #: views/settings.php:669
888
  msgid "Choose how the link will open."
889
  msgstr ""
890
 
891
- #: views/settings.php:674
892
  msgid "Contact form 'tail'"
893
  msgstr ""
894
 
895
- #: views/settings.php:678 views/settings.php:687
896
  msgid "This will be shown together with the acceptance checkbox below the form"
897
  msgstr ""
898
 
899
- #: views/settings.php:683
900
  msgid "Subscribe form 'tail'"
901
  msgstr ""
902
 
@@ -926,13 +928,12 @@ msgid "GitHub"
926
  msgstr "GitHub"
927
 
928
  #: views/sidebar.php:27
929
- msgid "Other products"
930
  msgstr ""
931
 
932
  # @ wp-maintenance-mode
933
- #: views/sidebar.php:48
934
- msgid "Resources"
935
- msgstr "Recursos"
936
 
937
  # @ wp-maintenance-mode
938
  #~ msgid "You have %d subscriber(s)"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode v2.3.0\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-12-07 17:17+0200\n"
6
+ "PO-Revision-Date: 2020-12-07 17:17+0200\n"
7
  "Last-Translator: Jônatas Araújo <jonatasaraujos@live.com>\n"
8
  "Language-Team: \n"
9
  "Language: pt_BR\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
14
+ "X-Generator: Poedit 2.4.2\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
28
  #: includes/classes/wp-maintenance-mode-admin.php:121
29
  #: includes/classes/wp-maintenance-mode-admin.php:159
30
  #: includes/classes/wp-maintenance-mode-admin.php:182
31
+ #: includes/classes/wp-maintenance-mode-admin.php:252
32
  msgid "You do not have access to this resource."
33
  msgstr ""
34
 
49
  msgstr ""
50
 
51
  #: includes/classes/wp-maintenance-mode-admin.php:197
52
+ #: includes/classes/wp-maintenance-mode-admin.php:248
53
  msgid "Security check."
54
  msgstr ""
55
 
62
  msgid "WP Maintenance Mode"
63
  msgstr "Manutenção Site"
64
 
65
+ #: includes/classes/wp-maintenance-mode-admin.php:500
66
  msgid ""
67
  "WPMM: The file data.js could not be written, the bot will not work correctly."
68
  msgstr ""
69
 
70
  # @ wp-maintenance-mode
71
+ #: includes/classes/wp-maintenance-mode-admin.php:534
72
  msgid "Settings"
73
  msgstr "Configurações"
74
 
75
  # @ wp-maintenance-mode
76
+ #: includes/classes/wp-maintenance-mode-admin.php:553
77
  #, php-format
78
  msgid ""
79
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
82
  "O modo de manutenção está <strong>ativo</strong>. Por favor, não se esqueça "
83
  "de<a href=\"%s\"> desativar</a> assim que estiver pronto."
84
 
85
+ #: includes/classes/wp-maintenance-mode-admin.php:590
86
  msgid "Notice key cannot be empty."
87
  msgstr ""
88
 
89
+ #: includes/classes/wp-maintenance-mode-admin.php:638
90
  #, php-format
91
  msgid ""
92
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
93
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
94
  msgstr ""
95
 
96
+ #: includes/classes/wp-maintenance-mode-admin.php:662
97
  msgid ""
98
  "Your WordPress version supports Privacy settings but you haven't set any "
99
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
100
  msgstr ""
101
 
102
+ #: includes/classes/wp-maintenance-mode-admin.php:665
103
  #, php-format
104
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
105
  msgstr ""
106
 
107
+ #: includes/classes/wp-maintenance-mode-admin.php:670
108
  #, php-format
109
  msgid ""
110
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
111
  "that's correct ignore this message, otherwise %s"
112
  msgstr ""
113
 
114
+ #: includes/classes/wp-maintenance-mode-admin.php:674
115
  msgid ""
116
  "No privacy features detected for your WordPress version. Update WordPress to "
117
  "get this field automatically filled in or type in the URL that points to "
157
  msgstr ""
158
 
159
  #: includes/classes/wp-maintenance-mode.php:152
160
+ msgid "How you can see, our website will be launched very soon."
161
  msgstr ""
162
 
163
  #: includes/classes/wp-maintenance-mode.php:153
188
  msgstr ""
189
 
190
  #: includes/classes/wp-maintenance-mode.php:161
191
+ #: includes/classes/wp-maintenance-mode.php:654
192
  msgid "Type your name here…"
193
  msgstr ""
194
 
201
  msgstr ""
202
 
203
  #: includes/classes/wp-maintenance-mode.php:164
204
+ #: includes/classes/wp-maintenance-mode.php:655
205
  msgid "Type your email here…"
206
  msgstr ""
207
 
239
  msgid "Maintenance Mode"
240
  msgstr "Modo de Manutenção"
241
 
242
+ #: includes/classes/wp-maintenance-mode.php:651
243
  msgid "Please type in your name."
244
  msgstr ""
245
 
246
  # @ wp-maintenance-mode
247
+ #: includes/classes/wp-maintenance-mode.php:652
248
  #, fuzzy
249
  msgid "Please type in a valid email address."
250
  msgstr "Por favor insira um endereço de e-mail válido."
251
 
252
  # @ wp-maintenance-mode
253
+ #: includes/classes/wp-maintenance-mode.php:656 views/maintenance.php:161
254
  msgid "Send"
255
  msgstr "Enviar"
256
 
257
  # @ wp-maintenance-mode
258
+ #: includes/classes/wp-maintenance-mode.php:869
259
+ #: includes/classes/wp-maintenance-mode.php:903 views/maintenance.php:140
260
  msgid "Please enter a valid email address."
261
  msgstr "Por favor insira um endereço de e-mail válido."
262
 
263
+ #: includes/classes/wp-maintenance-mode.php:881
264
  msgid "You successfully subscribed. Thanks!"
265
  msgstr ""
266
 
267
  # @ wp-maintenance-mode
268
+ #: includes/classes/wp-maintenance-mode.php:899
269
  msgid "All fields required."
270
  msgstr "Todos os campos são obrigatórios."
271
 
272
  # @ wp-maintenance-mode
273
+ #: includes/classes/wp-maintenance-mode.php:911
274
  msgid "Message via contact"
275
  msgstr "Mensagem via contato"
276
 
277
  # @ wp-maintenance-mode
278
+ #: includes/classes/wp-maintenance-mode.php:928
279
  msgid "Your email was sent to the website administrator. Thanks!"
280
  msgstr "Seu e-mail foi enviado ao administrador do site. Obrigado!"
281
 
306
  msgstr "digite seu e-mail..."
307
 
308
  # @ wp-maintenance-mode
309
+ #: views/maintenance.php:75 views/settings.php:257
310
  msgid "Subscribe"
311
  msgstr "Assinante"
312
 
343
  msgid "Dashboard"
344
  msgstr ""
345
 
346
+ #: views/promo-blocksy.php:1
347
+ msgid "Blocksy - The Most Innovative & Lightning Fast WordPress Theme"
348
  msgstr ""
349
 
350
+ #: views/promo-blocksy.php:4
351
  msgid ""
352
+ "A blazing fast and lightweight WordPress theme built with the latest web "
353
+ "technologies. It was built with the Gutenberg editor in mind and has a lot "
354
+ "of options that makes it extendable and customizable."
355
  msgstr ""
356
 
357
+ #: views/promo-blocksy.php:8
358
+ msgid "Download for Free Now"
359
  msgstr ""
360
 
361
  # @ wp-maintenance-mode
387
  msgstr ""
388
 
389
  # @ wp-maintenance-mode
390
+ #: views/settings.php:26 views/settings.php:455 views/settings.php:622
391
  msgid "Status"
392
  msgstr "Status"
393
 
394
  # @ wp-maintenance-mode
395
+ #: views/settings.php:28 views/settings.php:458 views/settings.php:624
396
  msgid "Activated"
397
  msgstr "Ativado"
398
 
399
  # @ wp-maintenance-mode
400
+ #: views/settings.php:29 views/settings.php:459 views/settings.php:625
401
  msgid "Deactivated"
402
  msgstr "Desativado"
403
 
407
  msgstr "Bypass para robôs de busca"
408
 
409
  # @ wp-maintenance-mode
410
+ #: views/settings.php:36 views/settings.php:96 views/settings.php:106
411
+ #: views/settings.php:229 views/settings.php:265 views/settings.php:304
412
+ #: views/settings.php:378 views/settings.php:410 views/settings.php:419
413
  msgid "Yes"
414
  msgstr "Sim"
415
 
416
  # @ wp-maintenance-mode
417
+ #: views/settings.php:37 views/settings.php:97 views/settings.php:107
418
+ #: views/settings.php:230 views/settings.php:266 views/settings.php:305
419
+ #: views/settings.php:379 views/settings.php:411 views/settings.php:420
420
  msgid "No"
421
  msgstr "Não"
422
 
430
  msgid "Backend Role"
431
  msgstr ""
432
 
433
+ #: views/settings.php:45 views/settings.php:56
434
  msgid "Select role(s)"
435
  msgstr ""
436
 
437
+ #: views/settings.php:50
438
  msgid ""
439
  "Which user role is allowed to access the backend of this blog? "
440
  "Administrators will always have access."
441
  msgstr ""
442
 
443
  # @ wp-maintenance-mode
444
+ #: views/settings.php:54
445
  msgid "Frontend Role"
446
  msgstr ""
447
 
448
+ #: views/settings.php:61
449
  msgid ""
450
  "Which user role is allowed to access the frontend of this blog? "
451
  "Administrators will always have access."
452
  msgstr ""
453
 
454
  # @ wp-maintenance-mode
455
+ #: views/settings.php:65
456
  msgid "Robots Meta Tag"
457
  msgstr "Meta Tag Robots "
458
 
459
  # @ wp-maintenance-mode
460
+ #: views/settings.php:71
461
  msgid ""
462
  "The robots meta tag lets you use a granular, page-specific approach to "
463
  "control how an individual page should be indexed and served to users in "
468
  "serviu para os usuários em resultados de pesquisa."
469
 
470
  # @ wp-maintenance-mode
471
+ #: views/settings.php:75
472
  msgid "Redirection"
473
  msgstr "Redirecionamento"
474
 
475
+ #: views/settings.php:78
476
  msgid ""
477
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
478
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
480
  msgstr ""
481
 
482
  # @ wp-maintenance-mode
483
+ #: views/settings.php:82
484
  msgid "Exclude"
485
  msgstr "Excluir"
486
 
487
  # @ wp-maintenance-mode
488
+ #: views/settings.php:89
489
  msgid ""
490
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
491
  "IP per line!"
494
  "manutenção. Adicionar uma lesma / IP por linha!"
495
 
496
  # @ wp-maintenance-mode
497
+ #: views/settings.php:93
498
  msgid "Notice"
499
  msgstr "Aviso"
500
 
501
  # @ wp-maintenance-mode
502
+ #: views/settings.php:99
503
  msgid "Do you want to see notices when maintenance mode is activated?"
504
  msgstr "Você quer ver os avisos de quando o modo de manutenção está ativado?"
505
 
506
+ #: views/settings.php:103
507
  msgid "Dashboard link"
508
  msgstr ""
509
 
510
  # @ wp-maintenance-mode
511
+ #: views/settings.php:109
512
  msgid ""
513
  "Do you want to add a link to the dashboard on your maintenance mode page?"
514
  msgstr ""
515
 
516
  # @ wp-maintenance-mode
517
+ #: views/settings.php:117 views/settings.php:215 views/settings.php:437
518
+ #: views/settings.php:607 views/settings.php:680
519
  msgid "Save settings"
520
  msgstr ""
521
 
522
  # @ wp-maintenance-mode
523
+ #: views/settings.php:118 views/settings.php:216 views/settings.php:438
524
+ #: views/settings.php:608 views/settings.php:681
525
  msgid "Reset settings"
526
  msgstr ""
527
 
528
  # @ wp-maintenance-mode
529
+ #: views/settings.php:123
530
  msgid "Content"
531
  msgstr "Conteúdo"
532
 
533
  # @ wp-maintenance-mode
534
+ #: views/settings.php:128
535
  msgid "Title (HTML tag)"
536
  msgstr "Título (HTML Tag)"
537
 
538
  # @ wp-maintenance-mode
539
+ #: views/settings.php:134
540
  msgid "Heading"
541
  msgstr "Título H1 da Página"
542
 
543
  # @ wp-maintenance-mode
544
+ #: views/settings.php:141 views/settings.php:271
545
  msgid "Text"
546
  msgstr "Mensagem"
547
 
548
+ #: views/settings.php:156
549
  msgid "This text will not be shown when the bot feature is enabled."
550
  msgstr ""
551
 
552
  # @ wp-maintenance-mode
553
+ #: views/settings.php:162
554
  msgid "Background"
555
  msgstr "Fundo"
556
 
557
  # @ wp-maintenance-mode
558
+ #: views/settings.php:167
559
  msgid "Choose type"
560
  msgstr "Escolha o tipo de"
561
 
562
  # @ wp-maintenance-mode
563
+ #: views/settings.php:170
564
  msgid "Custom color"
565
  msgstr "Cor personalizada"
566
 
567
  # @ wp-maintenance-mode
568
+ #: views/settings.php:171
569
  msgid "Uploaded background"
570
  msgstr "Enviar Imagem Fundo"
571
 
572
  # @ wp-maintenance-mode
573
+ #: views/settings.php:172
574
  msgid "Predefined background"
575
  msgstr "Imagem Pré-definida"
576
 
577
  # @ wp-maintenance-mode
578
+ #: views/settings.php:177
579
  msgid "Choose color"
580
  msgstr "Escolha cor"
581
 
582
  # @ wp-maintenance-mode
583
+ #: views/settings.php:183
584
  msgid "Upload background"
585
  msgstr "Enviar Imagem de Fundo"
586
 
587
  # @ wp-maintenance-mode
588
+ #: views/settings.php:187
589
  msgid "Backgrounds should have 1920x1280 px size."
590
  msgstr "A Imagem devem ter tamanho 1920x1280px."
591
 
592
  # @ wp-maintenance-mode
593
+ #: views/settings.php:192
594
  msgid "Choose background"
595
  msgstr "Escolha o fundo"
596
 
597
+ #: views/settings.php:194
598
  #, php-format
599
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
600
  msgstr ""
601
 
602
  # @ wp-maintenance-mode
603
+ #: views/settings.php:221
604
  msgid "Countdown"
605
  msgstr "Contagem Regressiva"
606
 
607
  # @ wp-maintenance-mode
608
+ #: views/settings.php:226
609
  msgid "Show countdown?"
610
  msgstr "Mostrar contagem regressiva?"
611
 
612
  # @ wp-maintenance-mode
613
+ #: views/settings.php:235
614
  msgid "Start date"
615
  msgstr "Data Inicial"
616
 
617
  # @ wp-maintenance-mode
618
+ #: views/settings.php:241
619
  msgid "Countdown (remaining time)"
620
  msgstr "Contagem regressiva (tempo restante)"
621
 
622
  # @ wp-maintenance-mode
623
+ #: views/settings.php:243
624
  msgid "Days"
625
  msgstr "Dias"
626
 
627
  # @ wp-maintenance-mode
628
+ #: views/settings.php:244
629
  msgid "Hours"
630
  msgstr "Horas"
631
 
632
  # @ wp-maintenance-mode
633
+ #: views/settings.php:245
634
  msgid "Minutes"
635
  msgstr "Minutos"
636
 
637
  # @ wp-maintenance-mode
638
+ #: views/settings.php:249
639
  msgid "Color"
640
  msgstr "Cor"
641
 
642
  # @ wp-maintenance-mode
643
+ #: views/settings.php:262
644
  msgid "Show subscribe?"
645
  msgstr "Mostrar Assinatura?"
646
 
647
  # @ wp-maintenance-mode
648
+ #: views/settings.php:278
649
  msgid "Stats"
650
  msgstr "Estatísticas"
651
 
652
+ #: views/settings.php:282
653
  #, php-format
654
  msgctxt "settings page"
655
  msgid "You have %d subscriber"
658
  msgstr[1] ""
659
 
660
  # @ wp-maintenance-mode
661
+ #: views/settings.php:287
662
  msgid "Export as CSV"
663
  msgstr "Exportar para CSV"
664
 
665
+ #: views/settings.php:288
666
  msgid "Empty subscribers list"
667
  msgstr ""
668
 
669
  # @ wp-maintenance-mode
670
+ #: views/settings.php:296
671
  msgid "Social Networks"
672
  msgstr "Rede Sociais"
673
 
674
  # @ wp-maintenance-mode
675
+ #: views/settings.php:301
676
  msgid "Show social networks?"
677
  msgstr "Mostrar Rede Sociais?"
678
 
679
+ #: views/settings.php:310
680
  msgid "Links target?"
681
  msgstr ""
682
 
683
+ #: views/settings.php:313 views/settings.php:651
684
  msgid "New page"
685
  msgstr ""
686
 
687
+ #: views/settings.php:314 views/settings.php:652
688
  msgid "Same page"
689
  msgstr ""
690
 
691
+ #: views/settings.php:316
692
  msgid "Choose how the links will open."
693
  msgstr ""
694
 
695
  # @ wp-maintenance-mode
696
+ #: views/settings.php:370
697
  msgid "Contact"
698
  msgstr "Contato"
699
 
700
  # @ wp-maintenance-mode
701
+ #: views/settings.php:375
702
  msgid "Show contact?"
703
  msgstr "Mostrar Contato?"
704
 
705
  # @ wp-maintenance-mode
706
+ #: views/settings.php:384
707
  msgid "Email address"
708
  msgstr "Endereço de E-mail"
709
 
710
  # @ wp-maintenance-mode
711
+ #: views/settings.php:390
712
  msgid "Effects"
713
  msgstr "Efeitos"
714
 
715
+ #: views/settings.php:393
716
  msgid "Move top - Move bottom"
717
  msgstr ""
718
 
719
+ #: views/settings.php:394
720
  msgid "Zoom - Zoomed"
721
  msgstr ""
722
 
723
+ #: views/settings.php:395
724
  msgid "Fold - Unfold"
725
  msgstr ""
726
 
727
+ #: views/settings.php:402
728
  msgid "Google Analytics"
729
  msgstr ""
730
 
731
+ #: views/settings.php:407
732
  msgid "Use Google Analytics?"
733
  msgstr ""
734
 
735
+ #: views/settings.php:416
736
  msgid "Enable IP anonymization?"
737
  msgstr ""
738
 
739
+ #: views/settings.php:426
740
  msgid "Tracking code"
741
  msgstr ""
742
 
743
+ #: views/settings.php:429
744
  msgid ""
745
+ "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX, G-XXXXXXXX. Eg: "
746
+ "UA-12345678-1 is valid"
747
  msgstr ""
748
 
749
+ #: views/settings.php:447
750
  msgid ""
751
  "Setup the conversation steps to capture more subscribers with this friendly "
752
  "way of asking email addresess."
753
  msgstr ""
754
 
755
+ #: views/settings.php:448
756
  msgid ""
757
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
758
  "make the conversation even more realistic."
759
  msgstr ""
760
 
761
+ #: views/settings.php:449
762
  msgid ""
763
  "It is also ok if you don't fill in all the conversation steps if you don't "
764
  "need to."
765
  msgstr ""
766
 
767
+ #: views/settings.php:450
768
  msgid ""
769
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
770
  "&raquo; Export as CSV."
771
  msgstr ""
772
 
773
  # @ wp-maintenance-mode
774
+ #: views/settings.php:463
775
  #, fuzzy
776
  msgid "Bot Name"
777
  msgstr "Nome"
778
 
779
+ #: views/settings.php:466
780
  msgid "This name will appear when the bot is typing."
781
  msgstr ""
782
 
783
  # @ wp-maintenance-mode
784
+ #: views/settings.php:470
785
  #, fuzzy
786
  msgid "Upload avatar"
787
  msgstr "Enviar Imagem de Fundo"
788
 
789
+ #: views/settings.php:474
790
  msgid "A 512 x 512 px will work just fine."
791
  msgstr ""
792
 
793
+ #: views/settings.php:480
794
  msgid "Customize Messages"
795
  msgstr ""
796
 
797
+ #: views/settings.php:485
798
  msgid "Message 1"
799
  msgstr ""
800
 
801
+ #: views/settings.php:493
802
  msgid "Message 2"
803
  msgstr ""
804
 
805
+ #: views/settings.php:501
806
  msgid "Message 3"
807
  msgstr ""
808
 
809
+ #: views/settings.php:509 views/settings.php:549 views/settings.php:571
810
  msgid "Response"
811
  msgstr ""
812
 
813
+ #: views/settings.php:513 views/settings.php:575
814
  msgid "Edit the placeholder's text"
815
  msgstr ""
816
 
817
+ #: views/settings.php:517
818
  msgid "Message 4"
819
  msgstr ""
820
 
821
+ #: views/settings.php:525
822
  msgid "Message 5"
823
  msgstr ""
824
 
825
+ #: views/settings.php:533
826
  msgid "Message 6"
827
  msgstr ""
828
 
829
+ #: views/settings.php:541
830
  msgid "Message 7"
831
  msgstr ""
832
 
833
+ #: views/settings.php:553
834
  msgid "Edit button one"
835
  msgstr ""
836
 
837
+ #: views/settings.php:557
838
  msgid "Edit button two"
839
  msgstr ""
840
 
841
+ #: views/settings.php:563 views/settings.php:579
842
  msgid "Message 8"
843
  msgstr ""
844
 
845
+ #: views/settings.php:563 views/settings.php:587 views/settings.php:595
846
  msgid "(click on button one)"
847
  msgstr ""
848
 
849
+ #: views/settings.php:579
850
  msgid "(click on button two)"
851
  msgstr ""
852
 
853
+ #: views/settings.php:587
854
  msgid "Message 9"
855
  msgstr ""
856
 
857
+ #: views/settings.php:595
858
  msgid "Message 10"
859
  msgstr ""
860
 
861
+ #: views/settings.php:617
862
  msgid ""
863
  "To make the plugin GDPR compliant, fill in the details and enable this "
864
  "section."
865
  msgstr ""
866
 
867
+ #: views/settings.php:618
868
  msgid ""
869
  "Here we added some generic texts that you may want to review, change or "
870
  "remove."
871
  msgstr ""
872
 
873
+ #: views/settings.php:630
874
  msgid "Link name"
875
  msgstr ""
876
 
877
+ #: views/settings.php:634
878
  msgid "Label the link that will be shown on frontend footer"
879
  msgstr ""
880
 
881
+ #: views/settings.php:639
882
  msgid "P. Policy page link"
883
  msgstr ""
884
 
885
+ #: views/settings.php:648
886
  msgid "P. Policy link target"
887
  msgstr ""
888
 
889
+ #: views/settings.php:654
890
  msgid "Choose how the link will open."
891
  msgstr ""
892
 
893
+ #: views/settings.php:659
894
  msgid "Contact form 'tail'"
895
  msgstr ""
896
 
897
+ #: views/settings.php:663 views/settings.php:672
898
  msgid "This will be shown together with the acceptance checkbox below the form"
899
  msgstr ""
900
 
901
+ #: views/settings.php:668
902
  msgid "Subscribe form 'tail'"
903
  msgstr ""
904
 
928
  msgstr "GitHub"
929
 
930
  #: views/sidebar.php:27
931
+ msgid "Recommended"
932
  msgstr ""
933
 
934
  # @ wp-maintenance-mode
935
+ #~ msgid "Resources"
936
+ #~ msgstr "Recursos"
 
937
 
938
  # @ wp-maintenance-mode
939
  #~ msgid "You have %d subscriber(s)"
languages/wp-maintenance-mode-pt_PT.mo CHANGED
Binary file
languages/wp-maintenance-mode-pt_PT.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WP Maintenance Mode 2.2.4\n"
4
- "POT-Creation-Date: 2019-05-20 10:33+0300\n"
5
- "PO-Revision-Date: 2019-05-20 10:33+0300\n"
6
  "Last-Translator: Pedro Mendonça <ped.gaspar@gmail.com>\n"
7
  "Language-Team: Pedro Mendonça <ped.gaspar@gmail.com>\n"
8
  "Language: pt_PT\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 2.2.2\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -25,6 +25,7 @@ msgstr ""
25
  #: includes/classes/wp-maintenance-mode-admin.php:121
26
  #: includes/classes/wp-maintenance-mode-admin.php:159
27
  #: includes/classes/wp-maintenance-mode-admin.php:182
 
28
  msgid "You do not have access to this resource."
29
  msgstr "Não tem permissão para aceder a este recurso."
30
 
@@ -45,7 +46,7 @@ msgid "The tab slug must not be empty."
45
  msgstr "A slug do separador não pode estar vazia."
46
 
47
  #: includes/classes/wp-maintenance-mode-admin.php:197
48
- #: includes/classes/wp-maintenance-mode-admin.php:251
49
  msgid "Security check."
50
  msgstr "Verificação de segurança."
51
 
@@ -58,16 +59,16 @@ msgstr "A slug do separador tem que existir."
58
  msgid "WP Maintenance Mode"
59
  msgstr "WP Maintenance Mode"
60
 
61
- #: includes/classes/wp-maintenance-mode-admin.php:498
62
  msgid ""
63
  "WPMM: The file data.js could not be written, the bot will not work correctly."
64
  msgstr ""
65
 
66
- #: includes/classes/wp-maintenance-mode-admin.php:532
67
  msgid "Settings"
68
  msgstr "Definições"
69
 
70
- #: includes/classes/wp-maintenance-mode-admin.php:551
71
  #, php-format
72
  msgid ""
73
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -76,11 +77,11 @@ msgstr ""
76
  "O modo de manutenção está <strong>activo</strong>. Por favor não se esqueça "
77
  "de <a href=\"%s\">desactivar</a> assim que termine."
78
 
79
- #: includes/classes/wp-maintenance-mode-admin.php:588
80
  msgid "Notice key cannot be empty."
81
  msgstr "A notice key não pode estar vazia."
82
 
83
- #: includes/classes/wp-maintenance-mode-admin.php:636
84
  #, php-format
85
  msgid ""
86
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
@@ -90,25 +91,25 @@ msgstr ""
90
  "classificação de %s. Os criadores do WP Maintenance Mode agradecem-lhe desde "
91
  "já!"
92
 
93
- #: includes/classes/wp-maintenance-mode-admin.php:660
94
  msgid ""
95
  "Your WordPress version supports Privacy settings but you haven't set any "
96
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
97
  msgstr ""
98
 
99
- #: includes/classes/wp-maintenance-mode-admin.php:663
100
  #, php-format
101
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
102
  msgstr ""
103
 
104
- #: includes/classes/wp-maintenance-mode-admin.php:668
105
  #, php-format
106
  msgid ""
107
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
108
  "that's correct ignore this message, otherwise %s"
109
  msgstr ""
110
 
111
- #: includes/classes/wp-maintenance-mode-admin.php:672
112
  msgid ""
113
  "No privacy features detected for your WordPress version. Update WordPress to "
114
  "get this field automatically filled in or type in the URL that points to "
@@ -151,7 +152,7 @@ msgid "Nice to meet you here, {visitor_name}!"
151
  msgstr ""
152
 
153
  #: includes/classes/wp-maintenance-mode.php:152
154
- msgid "How you can see, our website will be lauched very soon."
155
  msgstr ""
156
 
157
  #: includes/classes/wp-maintenance-mode.php:153
@@ -182,7 +183,7 @@ msgid "Have a great day!"
182
  msgstr ""
183
 
184
  #: includes/classes/wp-maintenance-mode.php:161
185
- #: includes/classes/wp-maintenance-mode.php:650
186
  msgid "Type your name here…"
187
  msgstr ""
188
 
@@ -195,7 +196,7 @@ msgid "Boring"
195
  msgstr ""
196
 
197
  #: includes/classes/wp-maintenance-mode.php:164
198
- #: includes/classes/wp-maintenance-mode.php:651
199
  msgid "Type your email here…"
200
  msgstr ""
201
 
@@ -231,37 +232,37 @@ msgstr ""
231
  msgid "Maintenance Mode"
232
  msgstr "Modo de manutenção"
233
 
234
- #: includes/classes/wp-maintenance-mode.php:647
235
  msgid "Please type in your name."
236
  msgstr ""
237
 
238
- #: includes/classes/wp-maintenance-mode.php:648
239
  #, fuzzy
240
  msgid "Please type in a valid email address."
241
  msgstr "Por favor introduza um endereço de email válido."
242
 
243
- #: includes/classes/wp-maintenance-mode.php:652 views/maintenance.php:161
244
  msgid "Send"
245
  msgstr "Enviar"
246
 
247
- #: includes/classes/wp-maintenance-mode.php:865
248
- #: includes/classes/wp-maintenance-mode.php:899 views/maintenance.php:140
249
  msgid "Please enter a valid email address."
250
  msgstr "Por favor introduza um endereço de email válido."
251
 
252
- #: includes/classes/wp-maintenance-mode.php:877
253
  msgid "You successfully subscribed. Thanks!"
254
  msgstr "Subscreveu com sucesso. Obrigado!"
255
 
256
- #: includes/classes/wp-maintenance-mode.php:895
257
  msgid "All fields required."
258
  msgstr "Todos os campos são necessários."
259
 
260
- #: includes/classes/wp-maintenance-mode.php:907
261
  msgid "Message via contact"
262
  msgstr "Mensagem via formulário de contacto"
263
 
264
- #: includes/classes/wp-maintenance-mode.php:924
265
  msgid "Your email was sent to the website administrator. Thanks!"
266
  msgstr "O seu email foi enviado ao administrador do site. Obrigado!"
267
 
@@ -290,7 +291,7 @@ msgstr "Iniciar sessão"
290
  msgid "your e-mail..."
291
  msgstr "o seu email..."
292
 
293
- #: views/maintenance.php:75 views/settings.php:273
294
  msgid "Subscribe"
295
  msgstr "Subscrever"
296
 
@@ -323,19 +324,19 @@ msgstr "Contacte-nos"
323
  msgid "Dashboard"
324
  msgstr "Painel de administração"
325
 
326
- #: views/promo-strictthemes.php:1
327
- msgid "Premium WordPress Themes from WP Maintenance Mode authors!"
328
  msgstr ""
329
 
330
- #: views/promo-strictthemes.php:4
331
  msgid ""
332
- "We hope you like the WP Maintenance Mode plugin! Now you can buy WordPress "
333
- "Themes directly from us on ThemeForest. We're StrictThemes and we create "
334
- "best designed and coded WordPress Themes."
335
  msgstr ""
336
 
337
- #: views/promo-strictthemes.php:8
338
- msgid "See our WordPress Themes!"
339
  msgstr ""
340
 
341
  #: views/settings.php:6
@@ -362,15 +363,15 @@ msgstr ""
362
  msgid "GDPR"
363
  msgstr ""
364
 
365
- #: views/settings.php:26 views/settings.php:470 views/settings.php:637
366
  msgid "Status"
367
  msgstr "Estado"
368
 
369
- #: views/settings.php:28 views/settings.php:473 views/settings.php:639
370
  msgid "Activated"
371
  msgstr "Activado"
372
 
373
- #: views/settings.php:29 views/settings.php:474 views/settings.php:640
374
  msgid "Deactivated"
375
  msgstr "Desactivado"
376
 
@@ -378,15 +379,15 @@ msgstr "Desactivado"
378
  msgid "Bypass for Search Bots"
379
  msgstr "Bypass para robôs de pesquisa"
380
 
381
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
382
- #: views/settings.php:245 views/settings.php:281 views/settings.php:319
383
- #: views/settings.php:393 views/settings.php:425 views/settings.php:434
384
  msgid "Yes"
385
  msgstr "Sim"
386
 
387
- #: views/settings.php:37 views/settings.php:107 views/settings.php:117
388
- #: views/settings.php:246 views/settings.php:282 views/settings.php:320
389
- #: views/settings.php:394 views/settings.php:426 views/settings.php:435
390
  msgid "No"
391
  msgstr "Não"
392
 
@@ -398,11 +399,11 @@ msgstr "Permitir que os robôs de pesquisa ultrapassem o modo de manutenção?"
398
  msgid "Backend Role"
399
  msgstr "Perfil de utilizador da administração"
400
 
401
- #: views/settings.php:45 views/settings.php:61
402
  msgid "Select role(s)"
403
  msgstr "Seleccione o(s) perfil(s)"
404
 
405
- #: views/settings.php:55
406
  msgid ""
407
  "Which user role is allowed to access the backend of this blog? "
408
  "Administrators will always have access."
@@ -410,11 +411,11 @@ msgstr ""
410
  "Que perfil tem permissão de acesso à administração deste site? Os "
411
  "administradores terão sempre acesso."
412
 
413
- #: views/settings.php:59
414
  msgid "Frontend Role"
415
  msgstr "Perfil de utilizador da frente do site"
416
 
417
- #: views/settings.php:71
418
  msgid ""
419
  "Which user role is allowed to access the frontend of this blog? "
420
  "Administrators will always have access."
@@ -422,11 +423,11 @@ msgstr ""
422
  "Que perfil tem permissão de acesso à frente deste site? Os administradores "
423
  "terão sempre acesso."
424
 
425
- #: views/settings.php:75
426
  msgid "Robots Meta Tag"
427
  msgstr "Metatag para robôs"
428
 
429
- #: views/settings.php:81
430
  msgid ""
431
  "The robots meta tag lets you use a granular, page-specific approach to "
432
  "control how an individual page should be indexed and served to users in "
@@ -436,11 +437,11 @@ msgstr ""
436
  "controlar como cada página individual deve ser indexada e disponibilizada "
437
  "aos utilizadores nos seus resultados de pesquisa."
438
 
439
- #: views/settings.php:85
440
  msgid "Redirection"
441
  msgstr "Redireccionar"
442
 
443
- #: views/settings.php:88
444
  msgid ""
445
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
446
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
@@ -450,11 +451,11 @@ msgstr ""
450
  "administração ou frente do site) para um URL (diferente do URL do painel do "
451
  "WordPress) depois de iniciar a sessão, defina um URL incluindo http://."
452
 
453
- #: views/settings.php:92
454
  msgid "Exclude"
455
  msgstr "Excluir"
456
 
457
- #: views/settings.php:99
458
  msgid ""
459
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
460
  "IP per line!"
@@ -462,138 +463,138 @@ msgstr ""
462
  "Excluir feeds, páginas, arquivos ou IPs do modo de manutenção. Adicionar um "
463
  "URL / IP por cada linha!"
464
 
465
- #: views/settings.php:103
466
  msgid "Notice"
467
  msgstr "Notificações"
468
 
469
- #: views/settings.php:109
470
  msgid "Do you want to see notices when maintenance mode is activated?"
471
  msgstr ""
472
  "Pretende ver notificações enquanto o modo de manutenção estiver activo?"
473
 
474
- #: views/settings.php:113
475
  msgid "Dashboard link"
476
  msgstr "Ligação para o painel de administração"
477
 
478
- #: views/settings.php:119
479
  msgid ""
480
  "Do you want to add a link to the dashboard on your maintenance mode page?"
481
  msgstr ""
482
  "Pretende deixar uma ligação para o painel de administração no seu modo de "
483
  "manutenção?"
484
 
485
- #: views/settings.php:127 views/settings.php:231 views/settings.php:452
486
- #: views/settings.php:622 views/settings.php:695
487
  msgid "Save settings"
488
  msgstr "Guardar definições"
489
 
490
- #: views/settings.php:128 views/settings.php:232 views/settings.php:453
491
- #: views/settings.php:623 views/settings.php:696
492
  msgid "Reset settings"
493
  msgstr "Repor definições"
494
 
495
- #: views/settings.php:133
496
  msgid "Content"
497
  msgstr "Conteúdo"
498
 
499
- #: views/settings.php:138
500
  msgid "Title (HTML tag)"
501
  msgstr "Título (etiqueta HTML)"
502
 
503
- #: views/settings.php:144
504
  msgid "Heading"
505
  msgstr "Cabeçalho"
506
 
507
- #: views/settings.php:151 views/settings.php:287
508
  msgid "Text"
509
  msgstr "Texto"
510
 
511
- #: views/settings.php:166
512
  msgid "This text will not be shown when the bot feature is enabled."
513
  msgstr ""
514
 
515
- #: views/settings.php:172
516
  msgid "Background"
517
  msgstr "Fundo"
518
 
519
- #: views/settings.php:177
520
  msgid "Choose type"
521
  msgstr "Escolher tipo"
522
 
523
- #: views/settings.php:180
524
  msgid "Custom color"
525
  msgstr "Cor personalizada"
526
 
527
- #: views/settings.php:181
528
  msgid "Uploaded background"
529
  msgstr "Fundo carregado"
530
 
531
- #: views/settings.php:182
532
  msgid "Predefined background"
533
  msgstr "Fundo predefinido"
534
 
535
- #: views/settings.php:187
536
  msgid "Choose color"
537
  msgstr "Escolher cor"
538
 
539
- #: views/settings.php:193
540
  msgid "Upload background"
541
  msgstr "Carregar fundo"
542
 
543
- #: views/settings.php:197
544
  msgid "Backgrounds should have 1920x1280 px size."
545
  msgstr "Fundos deverão ter 1920x1280 px de tamanho."
546
 
547
- #: views/settings.php:202
548
  msgid "Choose background"
549
  msgstr "Escolher fundo"
550
 
551
- #: views/settings.php:204
552
  #, php-format
553
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
554
  msgstr "fonte <a href=\"%s\" target=\"_blank\">fotos gratuitas</a>"
555
 
556
- #: views/settings.php:237
557
  msgid "Countdown"
558
  msgstr "Contagem decrescente"
559
 
560
- #: views/settings.php:242
561
  msgid "Show countdown?"
562
  msgstr "Mostrar contagem decrescente?"
563
 
564
- #: views/settings.php:251
565
  msgid "Start date"
566
  msgstr "Data de início"
567
 
568
- #: views/settings.php:257
569
  msgid "Countdown (remaining time)"
570
  msgstr "Contagem decrescente (tempo que falta)"
571
 
572
- #: views/settings.php:259
573
  msgid "Days"
574
  msgstr "Dias"
575
 
576
- #: views/settings.php:260
577
  msgid "Hours"
578
  msgstr "Horas"
579
 
580
- #: views/settings.php:261
581
  msgid "Minutes"
582
  msgstr "Minutos"
583
 
584
- #: views/settings.php:265
585
  msgid "Color"
586
  msgstr "Cor"
587
 
588
- #: views/settings.php:278
589
  msgid "Show subscribe?"
590
  msgstr "Mostrar subscrição?"
591
 
592
- #: views/settings.php:294
593
  msgid "Stats"
594
  msgstr "Estatísticas"
595
 
596
- #: views/settings.php:298
597
  #, php-format
598
  msgctxt "settings page"
599
  msgid "You have %d subscriber"
@@ -601,240 +602,244 @@ msgid_plural "You have %s subscribers"
601
  msgstr[0] ""
602
  msgstr[1] ""
603
 
604
- #: views/settings.php:303
605
  msgid "Export as CSV"
606
  msgstr "Exportar como CSV"
607
 
608
- #: views/settings.php:304
609
  msgid "Empty subscribers list"
610
  msgstr "Limpar lista de subscritores"
611
 
612
- #: views/settings.php:311
613
  msgid "Social Networks"
614
  msgstr "Redes sociais"
615
 
616
- #: views/settings.php:316
617
  msgid "Show social networks?"
618
  msgstr "Mostrar redes sociais?"
619
 
620
- #: views/settings.php:325
621
  msgid "Links target?"
622
  msgstr "Destino das ligações?"
623
 
624
- #: views/settings.php:328 views/settings.php:666
625
  msgid "New page"
626
  msgstr "Nova página"
627
 
628
- #: views/settings.php:329 views/settings.php:667
629
  msgid "Same page"
630
  msgstr "Mesma página"
631
 
632
- #: views/settings.php:331
633
  msgid "Choose how the links will open."
634
  msgstr "Escolher como abrir as ligações."
635
 
636
- #: views/settings.php:385
637
  msgid "Contact"
638
  msgstr "Contacto"
639
 
640
- #: views/settings.php:390
641
  msgid "Show contact?"
642
  msgstr "Mostrar contacto?"
643
 
644
- #: views/settings.php:399
645
  msgid "Email address"
646
  msgstr "Endereço de email"
647
 
648
- #: views/settings.php:405
649
  msgid "Effects"
650
  msgstr "Efeitos"
651
 
652
- #: views/settings.php:408
653
  msgid "Move top - Move bottom"
654
  msgstr "Subir - descer"
655
 
656
- #: views/settings.php:409
657
  msgid "Zoom - Zoomed"
658
  msgstr "Zoom"
659
 
660
- #: views/settings.php:410
661
  msgid "Fold - Unfold"
662
  msgstr "Dobrar - desdrobrar"
663
 
664
- #: views/settings.php:417
665
  msgid "Google Analytics"
666
  msgstr "Google Analytics"
667
 
668
- #: views/settings.php:422
669
  msgid "Use Google Analytics?"
670
  msgstr "Utilizar Google Analytics?"
671
 
672
- #: views/settings.php:431
673
  msgid "Enable IP anonymization?"
674
  msgstr ""
675
 
676
- #: views/settings.php:441
677
  msgid "Tracking code"
678
  msgstr "Código de acompanhamento"
679
 
680
- #: views/settings.php:444
 
 
 
681
  msgid ""
682
- "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
 
683
  msgstr ""
684
  "Formatos permitidos: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Por exemplo:: "
685
  "UA-12345678-1 é válido"
686
 
687
- #: views/settings.php:462
688
  msgid ""
689
  "Setup the conversation steps to capture more subscribers with this friendly "
690
  "way of asking email addresess."
691
  msgstr ""
692
 
693
- #: views/settings.php:463
694
  msgid ""
695
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
696
  "make the conversation even more realistic."
697
  msgstr ""
698
 
699
- #: views/settings.php:464
700
  msgid ""
701
  "It is also ok if you don't fill in all the conversation steps if you don't "
702
  "need to."
703
  msgstr ""
704
 
705
- #: views/settings.php:465
706
  msgid ""
707
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
708
  "&raquo; Export as CSV."
709
  msgstr ""
710
 
711
- #: views/settings.php:478
712
  #, fuzzy
713
  msgid "Bot Name"
714
  msgstr "Nome"
715
 
716
- #: views/settings.php:481
717
  msgid "This name will appear when the bot is typing."
718
  msgstr ""
719
 
720
- #: views/settings.php:485
721
  #, fuzzy
722
  msgid "Upload avatar"
723
  msgstr "Carregar fundo"
724
 
725
- #: views/settings.php:489
726
  msgid "A 512 x 512 px will work just fine."
727
  msgstr ""
728
 
729
- #: views/settings.php:495
730
  msgid "Customize Messages"
731
  msgstr ""
732
 
733
- #: views/settings.php:500
734
  msgid "Message 1"
735
  msgstr ""
736
 
737
- #: views/settings.php:508
738
  msgid "Message 2"
739
  msgstr ""
740
 
741
- #: views/settings.php:516
742
  msgid "Message 3"
743
  msgstr ""
744
 
745
- #: views/settings.php:524 views/settings.php:564 views/settings.php:586
746
  msgid "Response"
747
  msgstr ""
748
 
749
- #: views/settings.php:528 views/settings.php:590
750
  msgid "Edit the placeholder's text"
751
  msgstr ""
752
 
753
- #: views/settings.php:532
754
  msgid "Message 4"
755
  msgstr ""
756
 
757
- #: views/settings.php:540
758
  msgid "Message 5"
759
  msgstr ""
760
 
761
- #: views/settings.php:548
762
  msgid "Message 6"
763
  msgstr ""
764
 
765
- #: views/settings.php:556
766
  msgid "Message 7"
767
  msgstr ""
768
 
769
- #: views/settings.php:568
770
  msgid "Edit button one"
771
  msgstr ""
772
 
773
- #: views/settings.php:572
774
  msgid "Edit button two"
775
  msgstr ""
776
 
777
- #: views/settings.php:578 views/settings.php:594
778
  msgid "Message 8"
779
  msgstr ""
780
 
781
- #: views/settings.php:578 views/settings.php:602 views/settings.php:610
782
  msgid "(click on button one)"
783
  msgstr ""
784
 
785
- #: views/settings.php:594
786
  msgid "(click on button two)"
787
  msgstr ""
788
 
789
- #: views/settings.php:602
790
  msgid "Message 9"
791
  msgstr ""
792
 
793
- #: views/settings.php:610
794
  msgid "Message 10"
795
  msgstr ""
796
 
797
- #: views/settings.php:632
798
  msgid ""
799
  "To make the plugin GDPR compliant, fill in the details and enable this "
800
  "section."
801
  msgstr ""
802
 
803
- #: views/settings.php:633
804
  msgid ""
805
  "Here we added some generic texts that you may want to review, change or "
806
  "remove."
807
  msgstr ""
808
 
809
- #: views/settings.php:645
810
  msgid "Link name"
811
  msgstr ""
812
 
813
- #: views/settings.php:649
814
  msgid "Label the link that will be shown on frontend footer"
815
  msgstr ""
816
 
817
- #: views/settings.php:654
818
  msgid "P. Policy page link"
819
  msgstr ""
820
 
821
- #: views/settings.php:663
822
  msgid "P. Policy link target"
823
  msgstr ""
824
 
825
- #: views/settings.php:669
826
  msgid "Choose how the link will open."
827
  msgstr ""
828
 
829
- #: views/settings.php:674
830
  msgid "Contact form 'tail'"
831
  msgstr ""
832
 
833
- #: views/settings.php:678 views/settings.php:687
834
  msgid "This will be shown together with the acceptance checkbox below the form"
835
  msgstr ""
836
 
837
- #: views/settings.php:683
838
  msgid "Subscribe form 'tail'"
839
  msgstr ""
840
 
@@ -859,12 +864,8 @@ msgid "GitHub"
859
  msgstr "GitHub"
860
 
861
  #: views/sidebar.php:27
862
- msgid "Other products"
863
- msgstr "Outros produtos"
864
-
865
- #: views/sidebar.php:48
866
- msgid "Resources"
867
- msgstr "Recursos"
868
 
869
  #. Plugin URI of the plugin/theme
870
  #. Author URI of the plugin/theme
@@ -885,5 +886,11 @@ msgstr ""
885
  msgid "Designmodo"
886
  msgstr "Designmodo"
887
 
 
 
 
 
 
 
888
  #~ msgid "You have %d subscriber(s)"
889
  #~ msgstr "Tem %d subscritor(es)"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.3.0\n"
4
+ "POT-Creation-Date: 2020-12-07 17:17+0200\n"
5
+ "PO-Revision-Date: 2020-12-07 17:18+0200\n"
6
  "Last-Translator: Pedro Mendonça <ped.gaspar@gmail.com>\n"
7
  "Language-Team: Pedro Mendonça <ped.gaspar@gmail.com>\n"
8
  "Language: pt_PT\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 2.4.2\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
25
  #: includes/classes/wp-maintenance-mode-admin.php:121
26
  #: includes/classes/wp-maintenance-mode-admin.php:159
27
  #: includes/classes/wp-maintenance-mode-admin.php:182
28
+ #: includes/classes/wp-maintenance-mode-admin.php:252
29
  msgid "You do not have access to this resource."
30
  msgstr "Não tem permissão para aceder a este recurso."
31
 
46
  msgstr "A slug do separador não pode estar vazia."
47
 
48
  #: includes/classes/wp-maintenance-mode-admin.php:197
49
+ #: includes/classes/wp-maintenance-mode-admin.php:248
50
  msgid "Security check."
51
  msgstr "Verificação de segurança."
52
 
59
  msgid "WP Maintenance Mode"
60
  msgstr "WP Maintenance Mode"
61
 
62
+ #: includes/classes/wp-maintenance-mode-admin.php:500
63
  msgid ""
64
  "WPMM: The file data.js could not be written, the bot will not work correctly."
65
  msgstr ""
66
 
67
+ #: includes/classes/wp-maintenance-mode-admin.php:534
68
  msgid "Settings"
69
  msgstr "Definições"
70
 
71
+ #: includes/classes/wp-maintenance-mode-admin.php:553
72
  #, php-format
73
  msgid ""
74
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
77
  "O modo de manutenção está <strong>activo</strong>. Por favor não se esqueça "
78
  "de <a href=\"%s\">desactivar</a> assim que termine."
79
 
80
+ #: includes/classes/wp-maintenance-mode-admin.php:590
81
  msgid "Notice key cannot be empty."
82
  msgstr "A notice key não pode estar vazia."
83
 
84
+ #: includes/classes/wp-maintenance-mode-admin.php:638
85
  #, php-format
86
  msgid ""
87
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
91
  "classificação de %s. Os criadores do WP Maintenance Mode agradecem-lhe desde "
92
  "já!"
93
 
94
+ #: includes/classes/wp-maintenance-mode-admin.php:662
95
  msgid ""
96
  "Your WordPress version supports Privacy settings but you haven't set any "
97
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
98
  msgstr ""
99
 
100
+ #: includes/classes/wp-maintenance-mode-admin.php:665
101
  #, php-format
102
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
103
  msgstr ""
104
 
105
+ #: includes/classes/wp-maintenance-mode-admin.php:670
106
  #, php-format
107
  msgid ""
108
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
109
  "that's correct ignore this message, otherwise %s"
110
  msgstr ""
111
 
112
+ #: includes/classes/wp-maintenance-mode-admin.php:674
113
  msgid ""
114
  "No privacy features detected for your WordPress version. Update WordPress to "
115
  "get this field automatically filled in or type in the URL that points to "
152
  msgstr ""
153
 
154
  #: includes/classes/wp-maintenance-mode.php:152
155
+ msgid "How you can see, our website will be launched very soon."
156
  msgstr ""
157
 
158
  #: includes/classes/wp-maintenance-mode.php:153
183
  msgstr ""
184
 
185
  #: includes/classes/wp-maintenance-mode.php:161
186
+ #: includes/classes/wp-maintenance-mode.php:654
187
  msgid "Type your name here…"
188
  msgstr ""
189
 
196
  msgstr ""
197
 
198
  #: includes/classes/wp-maintenance-mode.php:164
199
+ #: includes/classes/wp-maintenance-mode.php:655
200
  msgid "Type your email here…"
201
  msgstr ""
202
 
232
  msgid "Maintenance Mode"
233
  msgstr "Modo de manutenção"
234
 
235
+ #: includes/classes/wp-maintenance-mode.php:651
236
  msgid "Please type in your name."
237
  msgstr ""
238
 
239
+ #: includes/classes/wp-maintenance-mode.php:652
240
  #, fuzzy
241
  msgid "Please type in a valid email address."
242
  msgstr "Por favor introduza um endereço de email válido."
243
 
244
+ #: includes/classes/wp-maintenance-mode.php:656 views/maintenance.php:161
245
  msgid "Send"
246
  msgstr "Enviar"
247
 
248
+ #: includes/classes/wp-maintenance-mode.php:869
249
+ #: includes/classes/wp-maintenance-mode.php:903 views/maintenance.php:140
250
  msgid "Please enter a valid email address."
251
  msgstr "Por favor introduza um endereço de email válido."
252
 
253
+ #: includes/classes/wp-maintenance-mode.php:881
254
  msgid "You successfully subscribed. Thanks!"
255
  msgstr "Subscreveu com sucesso. Obrigado!"
256
 
257
+ #: includes/classes/wp-maintenance-mode.php:899
258
  msgid "All fields required."
259
  msgstr "Todos os campos são necessários."
260
 
261
+ #: includes/classes/wp-maintenance-mode.php:911
262
  msgid "Message via contact"
263
  msgstr "Mensagem via formulário de contacto"
264
 
265
+ #: includes/classes/wp-maintenance-mode.php:928
266
  msgid "Your email was sent to the website administrator. Thanks!"
267
  msgstr "O seu email foi enviado ao administrador do site. Obrigado!"
268
 
291
  msgid "your e-mail..."
292
  msgstr "o seu email..."
293
 
294
+ #: views/maintenance.php:75 views/settings.php:257
295
  msgid "Subscribe"
296
  msgstr "Subscrever"
297
 
324
  msgid "Dashboard"
325
  msgstr "Painel de administração"
326
 
327
+ #: views/promo-blocksy.php:1
328
+ msgid "Blocksy - The Most Innovative & Lightning Fast WordPress Theme"
329
  msgstr ""
330
 
331
+ #: views/promo-blocksy.php:4
332
  msgid ""
333
+ "A blazing fast and lightweight WordPress theme built with the latest web "
334
+ "technologies. It was built with the Gutenberg editor in mind and has a lot "
335
+ "of options that makes it extendable and customizable."
336
  msgstr ""
337
 
338
+ #: views/promo-blocksy.php:8
339
+ msgid "Download for Free Now"
340
  msgstr ""
341
 
342
  #: views/settings.php:6
363
  msgid "GDPR"
364
  msgstr ""
365
 
366
+ #: views/settings.php:26 views/settings.php:455 views/settings.php:622
367
  msgid "Status"
368
  msgstr "Estado"
369
 
370
+ #: views/settings.php:28 views/settings.php:458 views/settings.php:624
371
  msgid "Activated"
372
  msgstr "Activado"
373
 
374
+ #: views/settings.php:29 views/settings.php:459 views/settings.php:625
375
  msgid "Deactivated"
376
  msgstr "Desactivado"
377
 
379
  msgid "Bypass for Search Bots"
380
  msgstr "Bypass para robôs de pesquisa"
381
 
382
+ #: views/settings.php:36 views/settings.php:96 views/settings.php:106
383
+ #: views/settings.php:229 views/settings.php:265 views/settings.php:304
384
+ #: views/settings.php:378 views/settings.php:410 views/settings.php:419
385
  msgid "Yes"
386
  msgstr "Sim"
387
 
388
+ #: views/settings.php:37 views/settings.php:97 views/settings.php:107
389
+ #: views/settings.php:230 views/settings.php:266 views/settings.php:305
390
+ #: views/settings.php:379 views/settings.php:411 views/settings.php:420
391
  msgid "No"
392
  msgstr "Não"
393
 
399
  msgid "Backend Role"
400
  msgstr "Perfil de utilizador da administração"
401
 
402
+ #: views/settings.php:45 views/settings.php:56
403
  msgid "Select role(s)"
404
  msgstr "Seleccione o(s) perfil(s)"
405
 
406
+ #: views/settings.php:50
407
  msgid ""
408
  "Which user role is allowed to access the backend of this blog? "
409
  "Administrators will always have access."
411
  "Que perfil tem permissão de acesso à administração deste site? Os "
412
  "administradores terão sempre acesso."
413
 
414
+ #: views/settings.php:54
415
  msgid "Frontend Role"
416
  msgstr "Perfil de utilizador da frente do site"
417
 
418
+ #: views/settings.php:61
419
  msgid ""
420
  "Which user role is allowed to access the frontend of this blog? "
421
  "Administrators will always have access."
423
  "Que perfil tem permissão de acesso à frente deste site? Os administradores "
424
  "terão sempre acesso."
425
 
426
+ #: views/settings.php:65
427
  msgid "Robots Meta Tag"
428
  msgstr "Metatag para robôs"
429
 
430
+ #: views/settings.php:71
431
  msgid ""
432
  "The robots meta tag lets you use a granular, page-specific approach to "
433
  "control how an individual page should be indexed and served to users in "
437
  "controlar como cada página individual deve ser indexada e disponibilizada "
438
  "aos utilizadores nos seus resultados de pesquisa."
439
 
440
+ #: views/settings.php:75
441
  msgid "Redirection"
442
  msgstr "Redireccionar"
443
 
444
+ #: views/settings.php:78
445
  msgid ""
446
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
447
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
451
  "administração ou frente do site) para um URL (diferente do URL do painel do "
452
  "WordPress) depois de iniciar a sessão, defina um URL incluindo http://."
453
 
454
+ #: views/settings.php:82
455
  msgid "Exclude"
456
  msgstr "Excluir"
457
 
458
+ #: views/settings.php:89
459
  msgid ""
460
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
461
  "IP per line!"
463
  "Excluir feeds, páginas, arquivos ou IPs do modo de manutenção. Adicionar um "
464
  "URL / IP por cada linha!"
465
 
466
+ #: views/settings.php:93
467
  msgid "Notice"
468
  msgstr "Notificações"
469
 
470
+ #: views/settings.php:99
471
  msgid "Do you want to see notices when maintenance mode is activated?"
472
  msgstr ""
473
  "Pretende ver notificações enquanto o modo de manutenção estiver activo?"
474
 
475
+ #: views/settings.php:103
476
  msgid "Dashboard link"
477
  msgstr "Ligação para o painel de administração"
478
 
479
+ #: views/settings.php:109
480
  msgid ""
481
  "Do you want to add a link to the dashboard on your maintenance mode page?"
482
  msgstr ""
483
  "Pretende deixar uma ligação para o painel de administração no seu modo de "
484
  "manutenção?"
485
 
486
+ #: views/settings.php:117 views/settings.php:215 views/settings.php:437
487
+ #: views/settings.php:607 views/settings.php:680
488
  msgid "Save settings"
489
  msgstr "Guardar definições"
490
 
491
+ #: views/settings.php:118 views/settings.php:216 views/settings.php:438
492
+ #: views/settings.php:608 views/settings.php:681
493
  msgid "Reset settings"
494
  msgstr "Repor definições"
495
 
496
+ #: views/settings.php:123
497
  msgid "Content"
498
  msgstr "Conteúdo"
499
 
500
+ #: views/settings.php:128
501
  msgid "Title (HTML tag)"
502
  msgstr "Título (etiqueta HTML)"
503
 
504
+ #: views/settings.php:134
505
  msgid "Heading"
506
  msgstr "Cabeçalho"
507
 
508
+ #: views/settings.php:141 views/settings.php:271
509
  msgid "Text"
510
  msgstr "Texto"
511
 
512
+ #: views/settings.php:156
513
  msgid "This text will not be shown when the bot feature is enabled."
514
  msgstr ""
515
 
516
+ #: views/settings.php:162
517
  msgid "Background"
518
  msgstr "Fundo"
519
 
520
+ #: views/settings.php:167
521
  msgid "Choose type"
522
  msgstr "Escolher tipo"
523
 
524
+ #: views/settings.php:170
525
  msgid "Custom color"
526
  msgstr "Cor personalizada"
527
 
528
+ #: views/settings.php:171
529
  msgid "Uploaded background"
530
  msgstr "Fundo carregado"
531
 
532
+ #: views/settings.php:172
533
  msgid "Predefined background"
534
  msgstr "Fundo predefinido"
535
 
536
+ #: views/settings.php:177
537
  msgid "Choose color"
538
  msgstr "Escolher cor"
539
 
540
+ #: views/settings.php:183
541
  msgid "Upload background"
542
  msgstr "Carregar fundo"
543
 
544
+ #: views/settings.php:187
545
  msgid "Backgrounds should have 1920x1280 px size."
546
  msgstr "Fundos deverão ter 1920x1280 px de tamanho."
547
 
548
+ #: views/settings.php:192
549
  msgid "Choose background"
550
  msgstr "Escolher fundo"
551
 
552
+ #: views/settings.php:194
553
  #, php-format
554
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
555
  msgstr "fonte <a href=\"%s\" target=\"_blank\">fotos gratuitas</a>"
556
 
557
+ #: views/settings.php:221
558
  msgid "Countdown"
559
  msgstr "Contagem decrescente"
560
 
561
+ #: views/settings.php:226
562
  msgid "Show countdown?"
563
  msgstr "Mostrar contagem decrescente?"
564
 
565
+ #: views/settings.php:235
566
  msgid "Start date"
567
  msgstr "Data de início"
568
 
569
+ #: views/settings.php:241
570
  msgid "Countdown (remaining time)"
571
  msgstr "Contagem decrescente (tempo que falta)"
572
 
573
+ #: views/settings.php:243
574
  msgid "Days"
575
  msgstr "Dias"
576
 
577
+ #: views/settings.php:244
578
  msgid "Hours"
579
  msgstr "Horas"
580
 
581
+ #: views/settings.php:245
582
  msgid "Minutes"
583
  msgstr "Minutos"
584
 
585
+ #: views/settings.php:249
586
  msgid "Color"
587
  msgstr "Cor"
588
 
589
+ #: views/settings.php:262
590
  msgid "Show subscribe?"
591
  msgstr "Mostrar subscrição?"
592
 
593
+ #: views/settings.php:278
594
  msgid "Stats"
595
  msgstr "Estatísticas"
596
 
597
+ #: views/settings.php:282
598
  #, php-format
599
  msgctxt "settings page"
600
  msgid "You have %d subscriber"
602
  msgstr[0] ""
603
  msgstr[1] ""
604
 
605
+ #: views/settings.php:287
606
  msgid "Export as CSV"
607
  msgstr "Exportar como CSV"
608
 
609
+ #: views/settings.php:288
610
  msgid "Empty subscribers list"
611
  msgstr "Limpar lista de subscritores"
612
 
613
+ #: views/settings.php:296
614
  msgid "Social Networks"
615
  msgstr "Redes sociais"
616
 
617
+ #: views/settings.php:301
618
  msgid "Show social networks?"
619
  msgstr "Mostrar redes sociais?"
620
 
621
+ #: views/settings.php:310
622
  msgid "Links target?"
623
  msgstr "Destino das ligações?"
624
 
625
+ #: views/settings.php:313 views/settings.php:651
626
  msgid "New page"
627
  msgstr "Nova página"
628
 
629
+ #: views/settings.php:314 views/settings.php:652
630
  msgid "Same page"
631
  msgstr "Mesma página"
632
 
633
+ #: views/settings.php:316
634
  msgid "Choose how the links will open."
635
  msgstr "Escolher como abrir as ligações."
636
 
637
+ #: views/settings.php:370
638
  msgid "Contact"
639
  msgstr "Contacto"
640
 
641
+ #: views/settings.php:375
642
  msgid "Show contact?"
643
  msgstr "Mostrar contacto?"
644
 
645
+ #: views/settings.php:384
646
  msgid "Email address"
647
  msgstr "Endereço de email"
648
 
649
+ #: views/settings.php:390
650
  msgid "Effects"
651
  msgstr "Efeitos"
652
 
653
+ #: views/settings.php:393
654
  msgid "Move top - Move bottom"
655
  msgstr "Subir - descer"
656
 
657
+ #: views/settings.php:394
658
  msgid "Zoom - Zoomed"
659
  msgstr "Zoom"
660
 
661
+ #: views/settings.php:395
662
  msgid "Fold - Unfold"
663
  msgstr "Dobrar - desdrobrar"
664
 
665
+ #: views/settings.php:402
666
  msgid "Google Analytics"
667
  msgstr "Google Analytics"
668
 
669
+ #: views/settings.php:407
670
  msgid "Use Google Analytics?"
671
  msgstr "Utilizar Google Analytics?"
672
 
673
+ #: views/settings.php:416
674
  msgid "Enable IP anonymization?"
675
  msgstr ""
676
 
677
+ #: views/settings.php:426
678
  msgid "Tracking code"
679
  msgstr "Código de acompanhamento"
680
 
681
+ #: views/settings.php:429
682
+ #, fuzzy
683
+ #| msgid ""
684
+ #| "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
685
  msgid ""
686
+ "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX, G-XXXXXXXX. Eg: "
687
+ "UA-12345678-1 is valid"
688
  msgstr ""
689
  "Formatos permitidos: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Por exemplo:: "
690
  "UA-12345678-1 é válido"
691
 
692
+ #: views/settings.php:447
693
  msgid ""
694
  "Setup the conversation steps to capture more subscribers with this friendly "
695
  "way of asking email addresess."
696
  msgstr ""
697
 
698
+ #: views/settings.php:448
699
  msgid ""
700
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
701
  "make the conversation even more realistic."
702
  msgstr ""
703
 
704
+ #: views/settings.php:449
705
  msgid ""
706
  "It is also ok if you don't fill in all the conversation steps if you don't "
707
  "need to."
708
  msgstr ""
709
 
710
+ #: views/settings.php:450
711
  msgid ""
712
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
713
  "&raquo; Export as CSV."
714
  msgstr ""
715
 
716
+ #: views/settings.php:463
717
  #, fuzzy
718
  msgid "Bot Name"
719
  msgstr "Nome"
720
 
721
+ #: views/settings.php:466
722
  msgid "This name will appear when the bot is typing."
723
  msgstr ""
724
 
725
+ #: views/settings.php:470
726
  #, fuzzy
727
  msgid "Upload avatar"
728
  msgstr "Carregar fundo"
729
 
730
+ #: views/settings.php:474
731
  msgid "A 512 x 512 px will work just fine."
732
  msgstr ""
733
 
734
+ #: views/settings.php:480
735
  msgid "Customize Messages"
736
  msgstr ""
737
 
738
+ #: views/settings.php:485
739
  msgid "Message 1"
740
  msgstr ""
741
 
742
+ #: views/settings.php:493
743
  msgid "Message 2"
744
  msgstr ""
745
 
746
+ #: views/settings.php:501
747
  msgid "Message 3"
748
  msgstr ""
749
 
750
+ #: views/settings.php:509 views/settings.php:549 views/settings.php:571
751
  msgid "Response"
752
  msgstr ""
753
 
754
+ #: views/settings.php:513 views/settings.php:575
755
  msgid "Edit the placeholder's text"
756
  msgstr ""
757
 
758
+ #: views/settings.php:517
759
  msgid "Message 4"
760
  msgstr ""
761
 
762
+ #: views/settings.php:525
763
  msgid "Message 5"
764
  msgstr ""
765
 
766
+ #: views/settings.php:533
767
  msgid "Message 6"
768
  msgstr ""
769
 
770
+ #: views/settings.php:541
771
  msgid "Message 7"
772
  msgstr ""
773
 
774
+ #: views/settings.php:553
775
  msgid "Edit button one"
776
  msgstr ""
777
 
778
+ #: views/settings.php:557
779
  msgid "Edit button two"
780
  msgstr ""
781
 
782
+ #: views/settings.php:563 views/settings.php:579
783
  msgid "Message 8"
784
  msgstr ""
785
 
786
+ #: views/settings.php:563 views/settings.php:587 views/settings.php:595
787
  msgid "(click on button one)"
788
  msgstr ""
789
 
790
+ #: views/settings.php:579
791
  msgid "(click on button two)"
792
  msgstr ""
793
 
794
+ #: views/settings.php:587
795
  msgid "Message 9"
796
  msgstr ""
797
 
798
+ #: views/settings.php:595
799
  msgid "Message 10"
800
  msgstr ""
801
 
802
+ #: views/settings.php:617
803
  msgid ""
804
  "To make the plugin GDPR compliant, fill in the details and enable this "
805
  "section."
806
  msgstr ""
807
 
808
+ #: views/settings.php:618
809
  msgid ""
810
  "Here we added some generic texts that you may want to review, change or "
811
  "remove."
812
  msgstr ""
813
 
814
+ #: views/settings.php:630
815
  msgid "Link name"
816
  msgstr ""
817
 
818
+ #: views/settings.php:634
819
  msgid "Label the link that will be shown on frontend footer"
820
  msgstr ""
821
 
822
+ #: views/settings.php:639
823
  msgid "P. Policy page link"
824
  msgstr ""
825
 
826
+ #: views/settings.php:648
827
  msgid "P. Policy link target"
828
  msgstr ""
829
 
830
+ #: views/settings.php:654
831
  msgid "Choose how the link will open."
832
  msgstr ""
833
 
834
+ #: views/settings.php:659
835
  msgid "Contact form 'tail'"
836
  msgstr ""
837
 
838
+ #: views/settings.php:663 views/settings.php:672
839
  msgid "This will be shown together with the acceptance checkbox below the form"
840
  msgstr ""
841
 
842
+ #: views/settings.php:668
843
  msgid "Subscribe form 'tail'"
844
  msgstr ""
845
 
864
  msgstr "GitHub"
865
 
866
  #: views/sidebar.php:27
867
+ msgid "Recommended"
868
+ msgstr ""
 
 
 
 
869
 
870
  #. Plugin URI of the plugin/theme
871
  #. Author URI of the plugin/theme
886
  msgid "Designmodo"
887
  msgstr "Designmodo"
888
 
889
+ #~ msgid "Other products"
890
+ #~ msgstr "Outros produtos"
891
+
892
+ #~ msgid "Resources"
893
+ #~ msgstr "Recursos"
894
+
895
  #~ msgid "You have %d subscriber(s)"
896
  #~ msgstr "Tem %d subscritor(es)"
languages/wp-maintenance-mode-ro_RO.mo CHANGED
Binary file
languages/wp-maintenance-mode-ro_RO.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WP Maintenance Mode 2.2.4\n"
4
- "POT-Creation-Date: 2019-05-20 10:33+0300\n"
5
- "PO-Revision-Date: 2019-05-20 10:33+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Designmodo <info@designmodo.com>\n"
8
  "Language: ro\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 2.2.2\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
15
  "2:1));\n"
@@ -27,6 +27,7 @@ msgstr ""
27
  #: includes/classes/wp-maintenance-mode-admin.php:121
28
  #: includes/classes/wp-maintenance-mode-admin.php:159
29
  #: includes/classes/wp-maintenance-mode-admin.php:182
 
30
  msgid "You do not have access to this resource."
31
  msgstr "Nu aveti acces la aceasta resursa."
32
 
@@ -48,7 +49,7 @@ msgid "The tab slug must not be empty."
48
  msgstr "Identificatorul tabului nu trebuie sa fie gol."
49
 
50
  #: includes/classes/wp-maintenance-mode-admin.php:197
51
- #: includes/classes/wp-maintenance-mode-admin.php:251
52
  msgid "Security check."
53
  msgstr "Verificare securitate."
54
 
@@ -60,16 +61,16 @@ msgstr "Identificatorul tabului trebuie sa existe."
60
  msgid "WP Maintenance Mode"
61
  msgstr "WP Maintenance Mode"
62
 
63
- #: includes/classes/wp-maintenance-mode-admin.php:498
64
  msgid ""
65
  "WPMM: The file data.js could not be written, the bot will not work correctly."
66
  msgstr ""
67
 
68
- #: includes/classes/wp-maintenance-mode-admin.php:532
69
  msgid "Settings"
70
  msgstr "Setari"
71
 
72
- #: includes/classes/wp-maintenance-mode-admin.php:551
73
  #, php-format
74
  msgid ""
75
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -78,11 +79,11 @@ msgstr ""
78
  "Modul de mentenanta este <strong>activ</strong>. Nu uita sa-l <a href=\"%s"
79
  "\">dezactivezi</a> imediat dupa ce termini."
80
 
81
- #: includes/classes/wp-maintenance-mode-admin.php:588
82
  msgid "Notice key cannot be empty."
83
  msgstr "Cheia de identificare a notificarii nu trebuie sa fie goala."
84
 
85
- #: includes/classes/wp-maintenance-mode-admin.php:636
86
  #, php-format
87
  msgid ""
88
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
@@ -91,25 +92,25 @@ msgstr ""
91
  "Daca iti place <strong>WP Maintenance Mode</strong> te rugam sa ne lasi o "
92
  "recenzie (%s). Iti multumim in avans!"
93
 
94
- #: includes/classes/wp-maintenance-mode-admin.php:660
95
  msgid ""
96
  "Your WordPress version supports Privacy settings but you haven't set any "
97
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
98
  msgstr ""
99
 
100
- #: includes/classes/wp-maintenance-mode-admin.php:663
101
  #, php-format
102
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
103
  msgstr ""
104
 
105
- #: includes/classes/wp-maintenance-mode-admin.php:668
106
  #, php-format
107
  msgid ""
108
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
109
  "that's correct ignore this message, otherwise %s"
110
  msgstr ""
111
 
112
- #: includes/classes/wp-maintenance-mode-admin.php:672
113
  msgid ""
114
  "No privacy features detected for your WordPress version. Update WordPress to "
115
  "get this field automatically filled in or type in the URL that points to "
@@ -152,7 +153,7 @@ msgid "Nice to meet you here, {visitor_name}!"
152
  msgstr ""
153
 
154
  #: includes/classes/wp-maintenance-mode.php:152
155
- msgid "How you can see, our website will be lauched very soon."
156
  msgstr ""
157
 
158
  #: includes/classes/wp-maintenance-mode.php:153
@@ -183,7 +184,7 @@ msgid "Have a great day!"
183
  msgstr ""
184
 
185
  #: includes/classes/wp-maintenance-mode.php:161
186
- #: includes/classes/wp-maintenance-mode.php:650
187
  msgid "Type your name here…"
188
  msgstr ""
189
 
@@ -196,7 +197,7 @@ msgid "Boring"
196
  msgstr ""
197
 
198
  #: includes/classes/wp-maintenance-mode.php:164
199
- #: includes/classes/wp-maintenance-mode.php:651
200
  #, fuzzy
201
  msgid "Type your email here…"
202
  msgstr "Completeaza adresa de email"
@@ -233,37 +234,37 @@ msgstr ""
233
  msgid "Maintenance Mode"
234
  msgstr "Mentenanta"
235
 
236
- #: includes/classes/wp-maintenance-mode.php:647
237
  msgid "Please type in your name."
238
  msgstr ""
239
 
240
- #: includes/classes/wp-maintenance-mode.php:648
241
  #, fuzzy
242
  msgid "Please type in a valid email address."
243
  msgstr "Te rog sa completezi o adresa de email valida."
244
 
245
- #: includes/classes/wp-maintenance-mode.php:652 views/maintenance.php:161
246
  msgid "Send"
247
  msgstr "Trimite"
248
 
249
- #: includes/classes/wp-maintenance-mode.php:865
250
- #: includes/classes/wp-maintenance-mode.php:899 views/maintenance.php:140
251
  msgid "Please enter a valid email address."
252
  msgstr "Te rog sa completezi o adresa de email valida."
253
 
254
- #: includes/classes/wp-maintenance-mode.php:877
255
  msgid "You successfully subscribed. Thanks!"
256
  msgstr "Te-ai inscris cu succes in lista de contacte. Multumesc!"
257
 
258
- #: includes/classes/wp-maintenance-mode.php:895
259
  msgid "All fields required."
260
  msgstr "Toate campurile sunt obligatorii."
261
 
262
- #: includes/classes/wp-maintenance-mode.php:907
263
  msgid "Message via contact"
264
  msgstr "Mesaj trimis prin formularul de contact"
265
 
266
- #: includes/classes/wp-maintenance-mode.php:924
267
  msgid "Your email was sent to the website administrator. Thanks!"
268
  msgstr "Emailul tau a fost trimis catre administratorul site-ului. Multumim!"
269
 
@@ -292,7 +293,7 @@ msgstr "Autentificare"
292
  msgid "your e-mail..."
293
  msgstr "emailul tau..."
294
 
295
- #: views/maintenance.php:75 views/settings.php:273
296
  msgid "Subscribe"
297
  msgstr "Aboneaza-ma"
298
 
@@ -325,19 +326,19 @@ msgstr "Contacteaza-ne"
325
  msgid "Dashboard"
326
  msgstr "Admin"
327
 
328
- #: views/promo-strictthemes.php:1
329
- msgid "Premium WordPress Themes from WP Maintenance Mode authors!"
330
  msgstr ""
331
 
332
- #: views/promo-strictthemes.php:4
333
  msgid ""
334
- "We hope you like the WP Maintenance Mode plugin! Now you can buy WordPress "
335
- "Themes directly from us on ThemeForest. We're StrictThemes and we create "
336
- "best designed and coded WordPress Themes."
337
  msgstr ""
338
 
339
- #: views/promo-strictthemes.php:8
340
- msgid "See our WordPress Themes!"
341
  msgstr ""
342
 
343
  #: views/settings.php:6
@@ -364,15 +365,15 @@ msgstr ""
364
  msgid "GDPR"
365
  msgstr ""
366
 
367
- #: views/settings.php:26 views/settings.php:470 views/settings.php:637
368
  msgid "Status"
369
  msgstr "Status"
370
 
371
- #: views/settings.php:28 views/settings.php:473 views/settings.php:639
372
  msgid "Activated"
373
  msgstr "Activat"
374
 
375
- #: views/settings.php:29 views/settings.php:474 views/settings.php:640
376
  msgid "Deactivated"
377
  msgstr "Dezactivat"
378
 
@@ -380,15 +381,15 @@ msgstr "Dezactivat"
380
  msgid "Bypass for Search Bots"
381
  msgstr "Nu afisa pagina de mentenanta robotilor motoarelor de cautare"
382
 
383
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
384
- #: views/settings.php:245 views/settings.php:281 views/settings.php:319
385
- #: views/settings.php:393 views/settings.php:425 views/settings.php:434
386
  msgid "Yes"
387
  msgstr "Da"
388
 
389
- #: views/settings.php:37 views/settings.php:107 views/settings.php:117
390
- #: views/settings.php:246 views/settings.php:282 views/settings.php:320
391
- #: views/settings.php:394 views/settings.php:426 views/settings.php:435
392
  msgid "No"
393
  msgstr "Nu"
394
 
@@ -402,11 +403,11 @@ msgstr ""
402
  msgid "Backend Role"
403
  msgstr "Rol interfata administrare"
404
 
405
- #: views/settings.php:45 views/settings.php:61
406
  msgid "Select role(s)"
407
  msgstr "Selecteaza rol(urile)"
408
 
409
- #: views/settings.php:55
410
  msgid ""
411
  "Which user role is allowed to access the backend of this blog? "
412
  "Administrators will always have access."
@@ -414,11 +415,11 @@ msgstr ""
414
  "Care rol are acces la partea de backend a acestui blog? Administratorii vor "
415
  "avea intotdeauna acces."
416
 
417
- #: views/settings.php:59
418
  msgid "Frontend Role"
419
  msgstr "Rol interfata publica"
420
 
421
- #: views/settings.php:71
422
  msgid ""
423
  "Which user role is allowed to access the frontend of this blog? "
424
  "Administrators will always have access."
@@ -426,11 +427,11 @@ msgstr ""
426
  "Care rol are acces la partea de frontend a acestui blog? Administratorii vor "
427
  "avea intotdeauna acces."
428
 
429
- #: views/settings.php:75
430
  msgid "Robots Meta Tag"
431
  msgstr "Meta Tag-ul \"robots\""
432
 
433
- #: views/settings.php:81
434
  msgid ""
435
  "The robots meta tag lets you use a granular, page-specific approach to "
436
  "control how an individual page should be indexed and served to users in "
@@ -439,11 +440,11 @@ msgstr ""
439
  "Meta tag-ul \"robots\" permite controlul asupra felului in care motoarele de "
440
  "cautare indexeaza si servesc rezultatele pentru o anumita pagina."
441
 
442
- #: views/settings.php:85
443
  msgid "Redirection"
444
  msgstr "Redirectionare"
445
 
446
- #: views/settings.php:88
447
  msgid ""
448
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
449
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
@@ -453,11 +454,11 @@ msgstr ""
453
  "Backend) catre un URL (diferit de URL-ul Wordpress Dashboard) dupa "
454
  "autentificare, atunci defineste un URL (incepe cu http://)"
455
 
456
- #: views/settings.php:92
457
  msgid "Exclude"
458
  msgstr "Exclude"
459
 
460
- #: views/settings.php:99
461
  msgid ""
462
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
463
  "IP per line!"
@@ -465,136 +466,136 @@ msgstr ""
465
  "Exclude rss feed, pagini, arhive ori IP-uri din modul de mentenanta. Adauga "
466
  "cate slug/IP pe linie."
467
 
468
- #: views/settings.php:103
469
  msgid "Notice"
470
  msgstr "Atentionare"
471
 
472
- #: views/settings.php:109
473
  msgid "Do you want to see notices when maintenance mode is activated?"
474
  msgstr ""
475
  "Doresti sa vezi atentionarea atunci cand modul de mentenanta este activat?"
476
 
477
- #: views/settings.php:113
478
  msgid "Dashboard link"
479
  msgstr "Link catre admin"
480
 
481
- #: views/settings.php:119
482
  msgid ""
483
  "Do you want to add a link to the dashboard on your maintenance mode page?"
484
  msgstr "Doresti sa adaugi un link catre admin pe pagina de mentenanta?"
485
 
486
- #: views/settings.php:127 views/settings.php:231 views/settings.php:452
487
- #: views/settings.php:622 views/settings.php:695
488
  msgid "Save settings"
489
  msgstr "Salveaza setari"
490
 
491
- #: views/settings.php:128 views/settings.php:232 views/settings.php:453
492
- #: views/settings.php:623 views/settings.php:696
493
  msgid "Reset settings"
494
  msgstr "Reseteaza setari"
495
 
496
- #: views/settings.php:133
497
  msgid "Content"
498
  msgstr "Continut"
499
 
500
- #: views/settings.php:138
501
  msgid "Title (HTML tag)"
502
  msgstr "Titlu (tag HTML)"
503
 
504
- #: views/settings.php:144
505
  msgid "Heading"
506
  msgstr "Subtitlu"
507
 
508
- #: views/settings.php:151 views/settings.php:287
509
  msgid "Text"
510
  msgstr "Text"
511
 
512
- #: views/settings.php:166
513
  msgid "This text will not be shown when the bot feature is enabled."
514
  msgstr ""
515
 
516
- #: views/settings.php:172
517
  msgid "Background"
518
  msgstr "Fundal"
519
 
520
- #: views/settings.php:177
521
  msgid "Choose type"
522
  msgstr "Alege tip"
523
 
524
- #: views/settings.php:180
525
  msgid "Custom color"
526
  msgstr "Culoare"
527
 
528
- #: views/settings.php:181
529
  msgid "Uploaded background"
530
  msgstr "Imagine de fundal urcata de utilizator"
531
 
532
- #: views/settings.php:182
533
  msgid "Predefined background"
534
  msgstr "Imagine de fundal predefinita"
535
 
536
- #: views/settings.php:187
537
  msgid "Choose color"
538
  msgstr "Alege culoare"
539
 
540
- #: views/settings.php:193
541
  msgid "Upload background"
542
  msgstr "Incarca imagine"
543
 
544
- #: views/settings.php:197
545
  msgid "Backgrounds should have 1920x1280 px size."
546
  msgstr "Imaginea ar trebui sa fie 1920x1280 px"
547
 
548
- #: views/settings.php:202
549
  msgid "Choose background"
550
  msgstr "Alege imagine"
551
 
552
- #: views/settings.php:204
553
  #, php-format
554
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
555
  msgstr "sursa <a href=\"%s\" target=\"_blank\">Free Photos</a>"
556
 
557
- #: views/settings.php:237
558
  msgid "Countdown"
559
  msgstr "Countdown"
560
 
561
- #: views/settings.php:242
562
  msgid "Show countdown?"
563
  msgstr "Afiseaza countdown?"
564
 
565
- #: views/settings.php:251
566
  msgid "Start date"
567
  msgstr "Data de inceput"
568
 
569
- #: views/settings.php:257
570
  msgid "Countdown (remaining time)"
571
  msgstr "Countdown (timpul ramas)"
572
 
573
- #: views/settings.php:259
574
  msgid "Days"
575
  msgstr "Zile"
576
 
577
- #: views/settings.php:260
578
  msgid "Hours"
579
  msgstr "Ore"
580
 
581
- #: views/settings.php:261
582
  msgid "Minutes"
583
  msgstr "Minute"
584
 
585
- #: views/settings.php:265
586
  msgid "Color"
587
  msgstr "Culoare"
588
 
589
- #: views/settings.php:278
590
  msgid "Show subscribe?"
591
  msgstr "Afiseaza formular abonare?"
592
 
593
- #: views/settings.php:294
594
  msgid "Stats"
595
  msgstr "Statistici"
596
 
597
- #: views/settings.php:298
598
  #, php-format
599
  msgctxt "settings page"
600
  msgid "You have %d subscriber"
@@ -603,239 +604,243 @@ msgstr[0] ""
603
  msgstr[1] ""
604
  msgstr[2] ""
605
 
606
- #: views/settings.php:303
607
  msgid "Export as CSV"
608
  msgstr "Exporta lista in format CSV"
609
 
610
- #: views/settings.php:304
611
  msgid "Empty subscribers list"
612
  msgstr "Goleste lista de contacte"
613
 
614
- #: views/settings.php:311
615
  msgid "Social Networks"
616
  msgstr "Retele sociale"
617
 
618
- #: views/settings.php:316
619
  msgid "Show social networks?"
620
  msgstr "Afiseaza butoane retele sociale?"
621
 
622
- #: views/settings.php:325
623
  msgid "Links target?"
624
  msgstr "Target-ul link-urilor"
625
 
626
- #: views/settings.php:328 views/settings.php:666
627
  msgid "New page"
628
  msgstr "Pagina noua"
629
 
630
- #: views/settings.php:329 views/settings.php:667
631
  msgid "Same page"
632
  msgstr "Aceeasi pagina"
633
 
634
- #: views/settings.php:331
635
  msgid "Choose how the links will open."
636
  msgstr "Alege felul in care link-urile se vor deschide."
637
 
638
- #: views/settings.php:385
639
  msgid "Contact"
640
  msgstr "Contact"
641
 
642
- #: views/settings.php:390
643
  msgid "Show contact?"
644
  msgstr "Afiseaza contact ?"
645
 
646
- #: views/settings.php:399
647
  msgid "Email address"
648
  msgstr "Adresa de email"
649
 
650
- #: views/settings.php:405
651
  msgid "Effects"
652
  msgstr "Efecte"
653
 
654
- #: views/settings.php:408
655
  msgid "Move top - Move bottom"
656
  msgstr "Move top - Move bottom"
657
 
658
- #: views/settings.php:409
659
  msgid "Zoom - Zoomed"
660
  msgstr "Zoom - Zoomed"
661
 
662
- #: views/settings.php:410
663
  msgid "Fold - Unfold"
664
  msgstr "Fold - Unfold"
665
 
666
- #: views/settings.php:417
667
  msgid "Google Analytics"
668
  msgstr "Google Analytics"
669
 
670
- #: views/settings.php:422
671
  msgid "Use Google Analytics?"
672
  msgstr "Folosesti Google Analytics?"
673
 
674
- #: views/settings.php:431
675
  msgid "Enable IP anonymization?"
676
  msgstr ""
677
 
678
- #: views/settings.php:441
679
  msgid "Tracking code"
680
  msgstr "Cod de monitorizare"
681
 
682
- #: views/settings.php:444
 
 
 
683
  msgid ""
684
- "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
 
685
  msgstr ""
686
  "Formate permise: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Ex: UA-12345678-1 este valid."
687
 
688
- #: views/settings.php:462
689
  msgid ""
690
  "Setup the conversation steps to capture more subscribers with this friendly "
691
  "way of asking email addresess."
692
  msgstr ""
693
 
694
- #: views/settings.php:463
695
  msgid ""
696
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
697
  "make the conversation even more realistic."
698
  msgstr ""
699
 
700
- #: views/settings.php:464
701
  msgid ""
702
  "It is also ok if you don't fill in all the conversation steps if you don't "
703
  "need to."
704
  msgstr ""
705
 
706
- #: views/settings.php:465
707
  msgid ""
708
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
709
  "&raquo; Export as CSV."
710
  msgstr ""
711
 
712
- #: views/settings.php:478
713
  #, fuzzy
714
  msgid "Bot Name"
715
  msgstr "Nume"
716
 
717
- #: views/settings.php:481
718
  msgid "This name will appear when the bot is typing."
719
  msgstr ""
720
 
721
- #: views/settings.php:485
722
  #, fuzzy
723
  msgid "Upload avatar"
724
  msgstr "Incarca imagine"
725
 
726
- #: views/settings.php:489
727
  msgid "A 512 x 512 px will work just fine."
728
  msgstr ""
729
 
730
- #: views/settings.php:495
731
  msgid "Customize Messages"
732
  msgstr ""
733
 
734
- #: views/settings.php:500
735
  msgid "Message 1"
736
  msgstr ""
737
 
738
- #: views/settings.php:508
739
  msgid "Message 2"
740
  msgstr ""
741
 
742
- #: views/settings.php:516
743
  msgid "Message 3"
744
  msgstr ""
745
 
746
- #: views/settings.php:524 views/settings.php:564 views/settings.php:586
747
  msgid "Response"
748
  msgstr ""
749
 
750
- #: views/settings.php:528 views/settings.php:590
751
  msgid "Edit the placeholder's text"
752
  msgstr ""
753
 
754
- #: views/settings.php:532
755
  msgid "Message 4"
756
  msgstr ""
757
 
758
- #: views/settings.php:540
759
  msgid "Message 5"
760
  msgstr ""
761
 
762
- #: views/settings.php:548
763
  msgid "Message 6"
764
  msgstr ""
765
 
766
- #: views/settings.php:556
767
  msgid "Message 7"
768
  msgstr ""
769
 
770
- #: views/settings.php:568
771
  msgid "Edit button one"
772
  msgstr ""
773
 
774
- #: views/settings.php:572
775
  msgid "Edit button two"
776
  msgstr ""
777
 
778
- #: views/settings.php:578 views/settings.php:594
779
  msgid "Message 8"
780
  msgstr ""
781
 
782
- #: views/settings.php:578 views/settings.php:602 views/settings.php:610
783
  msgid "(click on button one)"
784
  msgstr ""
785
 
786
- #: views/settings.php:594
787
  msgid "(click on button two)"
788
  msgstr ""
789
 
790
- #: views/settings.php:602
791
  msgid "Message 9"
792
  msgstr ""
793
 
794
- #: views/settings.php:610
795
  msgid "Message 10"
796
  msgstr ""
797
 
798
- #: views/settings.php:632
799
  msgid ""
800
  "To make the plugin GDPR compliant, fill in the details and enable this "
801
  "section."
802
  msgstr ""
803
 
804
- #: views/settings.php:633
805
  msgid ""
806
  "Here we added some generic texts that you may want to review, change or "
807
  "remove."
808
  msgstr ""
809
 
810
- #: views/settings.php:645
811
  msgid "Link name"
812
  msgstr ""
813
 
814
- #: views/settings.php:649
815
  msgid "Label the link that will be shown on frontend footer"
816
  msgstr ""
817
 
818
- #: views/settings.php:654
819
  msgid "P. Policy page link"
820
  msgstr ""
821
 
822
- #: views/settings.php:663
823
  msgid "P. Policy link target"
824
  msgstr ""
825
 
826
- #: views/settings.php:669
827
  msgid "Choose how the link will open."
828
  msgstr ""
829
 
830
- #: views/settings.php:674
831
  msgid "Contact form 'tail'"
832
  msgstr ""
833
 
834
- #: views/settings.php:678 views/settings.php:687
835
  msgid "This will be shown together with the acceptance checkbox below the form"
836
  msgstr ""
837
 
838
- #: views/settings.php:683
839
  msgid "Subscribe form 'tail'"
840
  msgstr ""
841
 
@@ -860,12 +865,14 @@ msgid "GitHub"
860
  msgstr "GitHub"
861
 
862
  #: views/sidebar.php:27
863
- msgid "Other products"
864
- msgstr "Alte produse"
 
 
 
865
 
866
- #: views/sidebar.php:48
867
- msgid "Resources"
868
- msgstr "Resurse"
869
 
870
  #~ msgid "You have %d subscriber(s)"
871
  #~ msgstr "Lista contine %d abonati"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.3.0\n"
4
+ "POT-Creation-Date: 2020-12-07 17:18+0200\n"
5
+ "PO-Revision-Date: 2020-12-07 17:18+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Designmodo <info@designmodo.com>\n"
8
  "Language: ro\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 2.4.2\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
15
  "2:1));\n"
27
  #: includes/classes/wp-maintenance-mode-admin.php:121
28
  #: includes/classes/wp-maintenance-mode-admin.php:159
29
  #: includes/classes/wp-maintenance-mode-admin.php:182
30
+ #: includes/classes/wp-maintenance-mode-admin.php:252
31
  msgid "You do not have access to this resource."
32
  msgstr "Nu aveti acces la aceasta resursa."
33
 
49
  msgstr "Identificatorul tabului nu trebuie sa fie gol."
50
 
51
  #: includes/classes/wp-maintenance-mode-admin.php:197
52
+ #: includes/classes/wp-maintenance-mode-admin.php:248
53
  msgid "Security check."
54
  msgstr "Verificare securitate."
55
 
61
  msgid "WP Maintenance Mode"
62
  msgstr "WP Maintenance Mode"
63
 
64
+ #: includes/classes/wp-maintenance-mode-admin.php:500
65
  msgid ""
66
  "WPMM: The file data.js could not be written, the bot will not work correctly."
67
  msgstr ""
68
 
69
+ #: includes/classes/wp-maintenance-mode-admin.php:534
70
  msgid "Settings"
71
  msgstr "Setari"
72
 
73
+ #: includes/classes/wp-maintenance-mode-admin.php:553
74
  #, php-format
75
  msgid ""
76
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
79
  "Modul de mentenanta este <strong>activ</strong>. Nu uita sa-l <a href=\"%s"
80
  "\">dezactivezi</a> imediat dupa ce termini."
81
 
82
+ #: includes/classes/wp-maintenance-mode-admin.php:590
83
  msgid "Notice key cannot be empty."
84
  msgstr "Cheia de identificare a notificarii nu trebuie sa fie goala."
85
 
86
+ #: includes/classes/wp-maintenance-mode-admin.php:638
87
  #, php-format
88
  msgid ""
89
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
92
  "Daca iti place <strong>WP Maintenance Mode</strong> te rugam sa ne lasi o "
93
  "recenzie (%s). Iti multumim in avans!"
94
 
95
+ #: includes/classes/wp-maintenance-mode-admin.php:662
96
  msgid ""
97
  "Your WordPress version supports Privacy settings but you haven't set any "
98
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
99
  msgstr ""
100
 
101
+ #: includes/classes/wp-maintenance-mode-admin.php:665
102
  #, php-format
103
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
104
  msgstr ""
105
 
106
+ #: includes/classes/wp-maintenance-mode-admin.php:670
107
  #, php-format
108
  msgid ""
109
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
110
  "that's correct ignore this message, otherwise %s"
111
  msgstr ""
112
 
113
+ #: includes/classes/wp-maintenance-mode-admin.php:674
114
  msgid ""
115
  "No privacy features detected for your WordPress version. Update WordPress to "
116
  "get this field automatically filled in or type in the URL that points to "
153
  msgstr ""
154
 
155
  #: includes/classes/wp-maintenance-mode.php:152
156
+ msgid "How you can see, our website will be launched very soon."
157
  msgstr ""
158
 
159
  #: includes/classes/wp-maintenance-mode.php:153
184
  msgstr ""
185
 
186
  #: includes/classes/wp-maintenance-mode.php:161
187
+ #: includes/classes/wp-maintenance-mode.php:654
188
  msgid "Type your name here…"
189
  msgstr ""
190
 
197
  msgstr ""
198
 
199
  #: includes/classes/wp-maintenance-mode.php:164
200
+ #: includes/classes/wp-maintenance-mode.php:655
201
  #, fuzzy
202
  msgid "Type your email here…"
203
  msgstr "Completeaza adresa de email"
234
  msgid "Maintenance Mode"
235
  msgstr "Mentenanta"
236
 
237
+ #: includes/classes/wp-maintenance-mode.php:651
238
  msgid "Please type in your name."
239
  msgstr ""
240
 
241
+ #: includes/classes/wp-maintenance-mode.php:652
242
  #, fuzzy
243
  msgid "Please type in a valid email address."
244
  msgstr "Te rog sa completezi o adresa de email valida."
245
 
246
+ #: includes/classes/wp-maintenance-mode.php:656 views/maintenance.php:161
247
  msgid "Send"
248
  msgstr "Trimite"
249
 
250
+ #: includes/classes/wp-maintenance-mode.php:869
251
+ #: includes/classes/wp-maintenance-mode.php:903 views/maintenance.php:140
252
  msgid "Please enter a valid email address."
253
  msgstr "Te rog sa completezi o adresa de email valida."
254
 
255
+ #: includes/classes/wp-maintenance-mode.php:881
256
  msgid "You successfully subscribed. Thanks!"
257
  msgstr "Te-ai inscris cu succes in lista de contacte. Multumesc!"
258
 
259
+ #: includes/classes/wp-maintenance-mode.php:899
260
  msgid "All fields required."
261
  msgstr "Toate campurile sunt obligatorii."
262
 
263
+ #: includes/classes/wp-maintenance-mode.php:911
264
  msgid "Message via contact"
265
  msgstr "Mesaj trimis prin formularul de contact"
266
 
267
+ #: includes/classes/wp-maintenance-mode.php:928
268
  msgid "Your email was sent to the website administrator. Thanks!"
269
  msgstr "Emailul tau a fost trimis catre administratorul site-ului. Multumim!"
270
 
293
  msgid "your e-mail..."
294
  msgstr "emailul tau..."
295
 
296
+ #: views/maintenance.php:75 views/settings.php:257
297
  msgid "Subscribe"
298
  msgstr "Aboneaza-ma"
299
 
326
  msgid "Dashboard"
327
  msgstr "Admin"
328
 
329
+ #: views/promo-blocksy.php:1
330
+ msgid "Blocksy - The Most Innovative & Lightning Fast WordPress Theme"
331
  msgstr ""
332
 
333
+ #: views/promo-blocksy.php:4
334
  msgid ""
335
+ "A blazing fast and lightweight WordPress theme built with the latest web "
336
+ "technologies. It was built with the Gutenberg editor in mind and has a lot "
337
+ "of options that makes it extendable and customizable."
338
  msgstr ""
339
 
340
+ #: views/promo-blocksy.php:8
341
+ msgid "Download for Free Now"
342
  msgstr ""
343
 
344
  #: views/settings.php:6
365
  msgid "GDPR"
366
  msgstr ""
367
 
368
+ #: views/settings.php:26 views/settings.php:455 views/settings.php:622
369
  msgid "Status"
370
  msgstr "Status"
371
 
372
+ #: views/settings.php:28 views/settings.php:458 views/settings.php:624
373
  msgid "Activated"
374
  msgstr "Activat"
375
 
376
+ #: views/settings.php:29 views/settings.php:459 views/settings.php:625
377
  msgid "Deactivated"
378
  msgstr "Dezactivat"
379
 
381
  msgid "Bypass for Search Bots"
382
  msgstr "Nu afisa pagina de mentenanta robotilor motoarelor de cautare"
383
 
384
+ #: views/settings.php:36 views/settings.php:96 views/settings.php:106
385
+ #: views/settings.php:229 views/settings.php:265 views/settings.php:304
386
+ #: views/settings.php:378 views/settings.php:410 views/settings.php:419
387
  msgid "Yes"
388
  msgstr "Da"
389
 
390
+ #: views/settings.php:37 views/settings.php:97 views/settings.php:107
391
+ #: views/settings.php:230 views/settings.php:266 views/settings.php:305
392
+ #: views/settings.php:379 views/settings.php:411 views/settings.php:420
393
  msgid "No"
394
  msgstr "Nu"
395
 
403
  msgid "Backend Role"
404
  msgstr "Rol interfata administrare"
405
 
406
+ #: views/settings.php:45 views/settings.php:56
407
  msgid "Select role(s)"
408
  msgstr "Selecteaza rol(urile)"
409
 
410
+ #: views/settings.php:50
411
  msgid ""
412
  "Which user role is allowed to access the backend of this blog? "
413
  "Administrators will always have access."
415
  "Care rol are acces la partea de backend a acestui blog? Administratorii vor "
416
  "avea intotdeauna acces."
417
 
418
+ #: views/settings.php:54
419
  msgid "Frontend Role"
420
  msgstr "Rol interfata publica"
421
 
422
+ #: views/settings.php:61
423
  msgid ""
424
  "Which user role is allowed to access the frontend of this blog? "
425
  "Administrators will always have access."
427
  "Care rol are acces la partea de frontend a acestui blog? Administratorii vor "
428
  "avea intotdeauna acces."
429
 
430
+ #: views/settings.php:65
431
  msgid "Robots Meta Tag"
432
  msgstr "Meta Tag-ul \"robots\""
433
 
434
+ #: views/settings.php:71
435
  msgid ""
436
  "The robots meta tag lets you use a granular, page-specific approach to "
437
  "control how an individual page should be indexed and served to users in "
440
  "Meta tag-ul \"robots\" permite controlul asupra felului in care motoarele de "
441
  "cautare indexeaza si servesc rezultatele pentru o anumita pagina."
442
 
443
+ #: views/settings.php:75
444
  msgid "Redirection"
445
  msgstr "Redirectionare"
446
 
447
+ #: views/settings.php:78
448
  msgid ""
449
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
450
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
454
  "Backend) catre un URL (diferit de URL-ul Wordpress Dashboard) dupa "
455
  "autentificare, atunci defineste un URL (incepe cu http://)"
456
 
457
+ #: views/settings.php:82
458
  msgid "Exclude"
459
  msgstr "Exclude"
460
 
461
+ #: views/settings.php:89
462
  msgid ""
463
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
464
  "IP per line!"
466
  "Exclude rss feed, pagini, arhive ori IP-uri din modul de mentenanta. Adauga "
467
  "cate slug/IP pe linie."
468
 
469
+ #: views/settings.php:93
470
  msgid "Notice"
471
  msgstr "Atentionare"
472
 
473
+ #: views/settings.php:99
474
  msgid "Do you want to see notices when maintenance mode is activated?"
475
  msgstr ""
476
  "Doresti sa vezi atentionarea atunci cand modul de mentenanta este activat?"
477
 
478
+ #: views/settings.php:103
479
  msgid "Dashboard link"
480
  msgstr "Link catre admin"
481
 
482
+ #: views/settings.php:109
483
  msgid ""
484
  "Do you want to add a link to the dashboard on your maintenance mode page?"
485
  msgstr "Doresti sa adaugi un link catre admin pe pagina de mentenanta?"
486
 
487
+ #: views/settings.php:117 views/settings.php:215 views/settings.php:437
488
+ #: views/settings.php:607 views/settings.php:680
489
  msgid "Save settings"
490
  msgstr "Salveaza setari"
491
 
492
+ #: views/settings.php:118 views/settings.php:216 views/settings.php:438
493
+ #: views/settings.php:608 views/settings.php:681
494
  msgid "Reset settings"
495
  msgstr "Reseteaza setari"
496
 
497
+ #: views/settings.php:123
498
  msgid "Content"
499
  msgstr "Continut"
500
 
501
+ #: views/settings.php:128
502
  msgid "Title (HTML tag)"
503
  msgstr "Titlu (tag HTML)"
504
 
505
+ #: views/settings.php:134
506
  msgid "Heading"
507
  msgstr "Subtitlu"
508
 
509
+ #: views/settings.php:141 views/settings.php:271
510
  msgid "Text"
511
  msgstr "Text"
512
 
513
+ #: views/settings.php:156
514
  msgid "This text will not be shown when the bot feature is enabled."
515
  msgstr ""
516
 
517
+ #: views/settings.php:162
518
  msgid "Background"
519
  msgstr "Fundal"
520
 
521
+ #: views/settings.php:167
522
  msgid "Choose type"
523
  msgstr "Alege tip"
524
 
525
+ #: views/settings.php:170
526
  msgid "Custom color"
527
  msgstr "Culoare"
528
 
529
+ #: views/settings.php:171
530
  msgid "Uploaded background"
531
  msgstr "Imagine de fundal urcata de utilizator"
532
 
533
+ #: views/settings.php:172
534
  msgid "Predefined background"
535
  msgstr "Imagine de fundal predefinita"
536
 
537
+ #: views/settings.php:177
538
  msgid "Choose color"
539
  msgstr "Alege culoare"
540
 
541
+ #: views/settings.php:183
542
  msgid "Upload background"
543
  msgstr "Incarca imagine"
544
 
545
+ #: views/settings.php:187
546
  msgid "Backgrounds should have 1920x1280 px size."
547
  msgstr "Imaginea ar trebui sa fie 1920x1280 px"
548
 
549
+ #: views/settings.php:192
550
  msgid "Choose background"
551
  msgstr "Alege imagine"
552
 
553
+ #: views/settings.php:194
554
  #, php-format
555
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
556
  msgstr "sursa <a href=\"%s\" target=\"_blank\">Free Photos</a>"
557
 
558
+ #: views/settings.php:221
559
  msgid "Countdown"
560
  msgstr "Countdown"
561
 
562
+ #: views/settings.php:226
563
  msgid "Show countdown?"
564
  msgstr "Afiseaza countdown?"
565
 
566
+ #: views/settings.php:235
567
  msgid "Start date"
568
  msgstr "Data de inceput"
569
 
570
+ #: views/settings.php:241
571
  msgid "Countdown (remaining time)"
572
  msgstr "Countdown (timpul ramas)"
573
 
574
+ #: views/settings.php:243
575
  msgid "Days"
576
  msgstr "Zile"
577
 
578
+ #: views/settings.php:244
579
  msgid "Hours"
580
  msgstr "Ore"
581
 
582
+ #: views/settings.php:245
583
  msgid "Minutes"
584
  msgstr "Minute"
585
 
586
+ #: views/settings.php:249
587
  msgid "Color"
588
  msgstr "Culoare"
589
 
590
+ #: views/settings.php:262
591
  msgid "Show subscribe?"
592
  msgstr "Afiseaza formular abonare?"
593
 
594
+ #: views/settings.php:278
595
  msgid "Stats"
596
  msgstr "Statistici"
597
 
598
+ #: views/settings.php:282
599
  #, php-format
600
  msgctxt "settings page"
601
  msgid "You have %d subscriber"
604
  msgstr[1] ""
605
  msgstr[2] ""
606
 
607
+ #: views/settings.php:287
608
  msgid "Export as CSV"
609
  msgstr "Exporta lista in format CSV"
610
 
611
+ #: views/settings.php:288
612
  msgid "Empty subscribers list"
613
  msgstr "Goleste lista de contacte"
614
 
615
+ #: views/settings.php:296
616
  msgid "Social Networks"
617
  msgstr "Retele sociale"
618
 
619
+ #: views/settings.php:301
620
  msgid "Show social networks?"
621
  msgstr "Afiseaza butoane retele sociale?"
622
 
623
+ #: views/settings.php:310
624
  msgid "Links target?"
625
  msgstr "Target-ul link-urilor"
626
 
627
+ #: views/settings.php:313 views/settings.php:651
628
  msgid "New page"
629
  msgstr "Pagina noua"
630
 
631
+ #: views/settings.php:314 views/settings.php:652
632
  msgid "Same page"
633
  msgstr "Aceeasi pagina"
634
 
635
+ #: views/settings.php:316
636
  msgid "Choose how the links will open."
637
  msgstr "Alege felul in care link-urile se vor deschide."
638
 
639
+ #: views/settings.php:370
640
  msgid "Contact"
641
  msgstr "Contact"
642
 
643
+ #: views/settings.php:375
644
  msgid "Show contact?"
645
  msgstr "Afiseaza contact ?"
646
 
647
+ #: views/settings.php:384
648
  msgid "Email address"
649
  msgstr "Adresa de email"
650
 
651
+ #: views/settings.php:390
652
  msgid "Effects"
653
  msgstr "Efecte"
654
 
655
+ #: views/settings.php:393
656
  msgid "Move top - Move bottom"
657
  msgstr "Move top - Move bottom"
658
 
659
+ #: views/settings.php:394
660
  msgid "Zoom - Zoomed"
661
  msgstr "Zoom - Zoomed"
662
 
663
+ #: views/settings.php:395
664
  msgid "Fold - Unfold"
665
  msgstr "Fold - Unfold"
666
 
667
+ #: views/settings.php:402
668
  msgid "Google Analytics"
669
  msgstr "Google Analytics"
670
 
671
+ #: views/settings.php:407
672
  msgid "Use Google Analytics?"
673
  msgstr "Folosesti Google Analytics?"
674
 
675
+ #: views/settings.php:416
676
  msgid "Enable IP anonymization?"
677
  msgstr ""
678
 
679
+ #: views/settings.php:426
680
  msgid "Tracking code"
681
  msgstr "Cod de monitorizare"
682
 
683
+ #: views/settings.php:429
684
+ #, fuzzy
685
+ #| msgid ""
686
+ #| "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
687
  msgid ""
688
+ "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX, G-XXXXXXXX. Eg: "
689
+ "UA-12345678-1 is valid"
690
  msgstr ""
691
  "Formate permise: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Ex: UA-12345678-1 este valid."
692
 
693
+ #: views/settings.php:447
694
  msgid ""
695
  "Setup the conversation steps to capture more subscribers with this friendly "
696
  "way of asking email addresess."
697
  msgstr ""
698
 
699
+ #: views/settings.php:448
700
  msgid ""
701
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
702
  "make the conversation even more realistic."
703
  msgstr ""
704
 
705
+ #: views/settings.php:449
706
  msgid ""
707
  "It is also ok if you don't fill in all the conversation steps if you don't "
708
  "need to."
709
  msgstr ""
710
 
711
+ #: views/settings.php:450
712
  msgid ""
713
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
714
  "&raquo; Export as CSV."
715
  msgstr ""
716
 
717
+ #: views/settings.php:463
718
  #, fuzzy
719
  msgid "Bot Name"
720
  msgstr "Nume"
721
 
722
+ #: views/settings.php:466
723
  msgid "This name will appear when the bot is typing."
724
  msgstr ""
725
 
726
+ #: views/settings.php:470
727
  #, fuzzy
728
  msgid "Upload avatar"
729
  msgstr "Incarca imagine"
730
 
731
+ #: views/settings.php:474
732
  msgid "A 512 x 512 px will work just fine."
733
  msgstr ""
734
 
735
+ #: views/settings.php:480
736
  msgid "Customize Messages"
737
  msgstr ""
738
 
739
+ #: views/settings.php:485
740
  msgid "Message 1"
741
  msgstr ""
742
 
743
+ #: views/settings.php:493
744
  msgid "Message 2"
745
  msgstr ""
746
 
747
+ #: views/settings.php:501
748
  msgid "Message 3"
749
  msgstr ""
750
 
751
+ #: views/settings.php:509 views/settings.php:549 views/settings.php:571
752
  msgid "Response"
753
  msgstr ""
754
 
755
+ #: views/settings.php:513 views/settings.php:575
756
  msgid "Edit the placeholder's text"
757
  msgstr ""
758
 
759
+ #: views/settings.php:517
760
  msgid "Message 4"
761
  msgstr ""
762
 
763
+ #: views/settings.php:525
764
  msgid "Message 5"
765
  msgstr ""
766
 
767
+ #: views/settings.php:533
768
  msgid "Message 6"
769
  msgstr ""
770
 
771
+ #: views/settings.php:541
772
  msgid "Message 7"
773
  msgstr ""
774
 
775
+ #: views/settings.php:553
776
  msgid "Edit button one"
777
  msgstr ""
778
 
779
+ #: views/settings.php:557
780
  msgid "Edit button two"
781
  msgstr ""
782
 
783
+ #: views/settings.php:563 views/settings.php:579
784
  msgid "Message 8"
785
  msgstr ""
786
 
787
+ #: views/settings.php:563 views/settings.php:587 views/settings.php:595
788
  msgid "(click on button one)"
789
  msgstr ""
790
 
791
+ #: views/settings.php:579
792
  msgid "(click on button two)"
793
  msgstr ""
794
 
795
+ #: views/settings.php:587
796
  msgid "Message 9"
797
  msgstr ""
798
 
799
+ #: views/settings.php:595
800
  msgid "Message 10"
801
  msgstr ""
802
 
803
+ #: views/settings.php:617
804
  msgid ""
805
  "To make the plugin GDPR compliant, fill in the details and enable this "
806
  "section."
807
  msgstr ""
808
 
809
+ #: views/settings.php:618
810
  msgid ""
811
  "Here we added some generic texts that you may want to review, change or "
812
  "remove."
813
  msgstr ""
814
 
815
+ #: views/settings.php:630
816
  msgid "Link name"
817
  msgstr ""
818
 
819
+ #: views/settings.php:634
820
  msgid "Label the link that will be shown on frontend footer"
821
  msgstr ""
822
 
823
+ #: views/settings.php:639
824
  msgid "P. Policy page link"
825
  msgstr ""
826
 
827
+ #: views/settings.php:648
828
  msgid "P. Policy link target"
829
  msgstr ""
830
 
831
+ #: views/settings.php:654
832
  msgid "Choose how the link will open."
833
  msgstr ""
834
 
835
+ #: views/settings.php:659
836
  msgid "Contact form 'tail'"
837
  msgstr ""
838
 
839
+ #: views/settings.php:663 views/settings.php:672
840
  msgid "This will be shown together with the acceptance checkbox below the form"
841
  msgstr ""
842
 
843
+ #: views/settings.php:668
844
  msgid "Subscribe form 'tail'"
845
  msgstr ""
846
 
865
  msgstr "GitHub"
866
 
867
  #: views/sidebar.php:27
868
+ msgid "Recommended"
869
+ msgstr ""
870
+
871
+ #~ msgid "Other products"
872
+ #~ msgstr "Alte produse"
873
 
874
+ #~ msgid "Resources"
875
+ #~ msgstr "Resurse"
 
876
 
877
  #~ msgid "You have %d subscriber(s)"
878
  #~ msgstr "Lista contine %d abonati"
languages/wp-maintenance-mode-ru_RU.mo CHANGED
Binary file
languages/wp-maintenance-mode-ru_RU.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WP Maintenance Mode 2.2.4\n"
4
- "POT-Creation-Date: 2019-05-20 10:34+0300\n"
5
- "PO-Revision-Date: 2019-05-20 10:34+0300\n"
6
  "Last-Translator: Constantine Reeves <affectiosus@gmail.com>\n"
7
  "Language-Team: Designmodo <info@designmodo.com>\n"
8
  "Language: ru\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 2.2.2\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
@@ -27,6 +27,7 @@ msgstr ""
27
  #: includes/classes/wp-maintenance-mode-admin.php:121
28
  #: includes/classes/wp-maintenance-mode-admin.php:159
29
  #: includes/classes/wp-maintenance-mode-admin.php:182
 
30
  msgid "You do not have access to this resource."
31
  msgstr ""
32
 
@@ -48,7 +49,7 @@ msgid "The tab slug must not be empty."
48
  msgstr ""
49
 
50
  #: includes/classes/wp-maintenance-mode-admin.php:197
51
- #: includes/classes/wp-maintenance-mode-admin.php:251
52
  msgid "Security check."
53
  msgstr ""
54
 
@@ -60,16 +61,16 @@ msgstr ""
60
  msgid "WP Maintenance Mode"
61
  msgstr "Техническое обслуживание"
62
 
63
- #: includes/classes/wp-maintenance-mode-admin.php:498
64
  msgid ""
65
  "WPMM: The file data.js could not be written, the bot will not work correctly."
66
  msgstr ""
67
 
68
- #: includes/classes/wp-maintenance-mode-admin.php:532
69
  msgid "Settings"
70
  msgstr "Настройки"
71
 
72
- #: includes/classes/wp-maintenance-mode-admin.php:551
73
  #, php-format
74
  msgid ""
75
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -78,36 +79,36 @@ msgstr ""
78
  "Режим технического обслуживания <strong>включён</strong>. Не забудьте <a "
79
  "href=\"%s\">выключить</a> его, как только закончите."
80
 
81
- #: includes/classes/wp-maintenance-mode-admin.php:588
82
  msgid "Notice key cannot be empty."
83
  msgstr ""
84
 
85
- #: includes/classes/wp-maintenance-mode-admin.php:636
86
  #, php-format
87
  msgid ""
88
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
89
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
90
  msgstr ""
91
 
92
- #: includes/classes/wp-maintenance-mode-admin.php:660
93
  msgid ""
94
  "Your WordPress version supports Privacy settings but you haven't set any "
95
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
96
  msgstr ""
97
 
98
- #: includes/classes/wp-maintenance-mode-admin.php:663
99
  #, php-format
100
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
101
  msgstr ""
102
 
103
- #: includes/classes/wp-maintenance-mode-admin.php:668
104
  #, php-format
105
  msgid ""
106
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
107
  "that's correct ignore this message, otherwise %s"
108
  msgstr ""
109
 
110
- #: includes/classes/wp-maintenance-mode-admin.php:672
111
  msgid ""
112
  "No privacy features detected for your WordPress version. Update WordPress to "
113
  "get this field automatically filled in or type in the URL that points to "
@@ -150,7 +151,7 @@ msgid "Nice to meet you here, {visitor_name}!"
150
  msgstr ""
151
 
152
  #: includes/classes/wp-maintenance-mode.php:152
153
- msgid "How you can see, our website will be lauched very soon."
154
  msgstr ""
155
 
156
  #: includes/classes/wp-maintenance-mode.php:153
@@ -181,7 +182,7 @@ msgid "Have a great day!"
181
  msgstr ""
182
 
183
  #: includes/classes/wp-maintenance-mode.php:161
184
- #: includes/classes/wp-maintenance-mode.php:650
185
  msgid "Type your name here…"
186
  msgstr ""
187
 
@@ -194,7 +195,7 @@ msgid "Boring"
194
  msgstr ""
195
 
196
  #: includes/classes/wp-maintenance-mode.php:164
197
- #: includes/classes/wp-maintenance-mode.php:651
198
  #, fuzzy
199
  msgid "Type your email here…"
200
  msgstr "Введите ваш e-mail адрес"
@@ -231,37 +232,37 @@ msgstr ""
231
  msgid "Maintenance Mode"
232
  msgstr "Режим технического обслуживания"
233
 
234
- #: includes/classes/wp-maintenance-mode.php:647
235
  msgid "Please type in your name."
236
  msgstr ""
237
 
238
- #: includes/classes/wp-maintenance-mode.php:648
239
  #, fuzzy
240
  msgid "Please type in a valid email address."
241
  msgstr "Введите корректный e-mail адрес."
242
 
243
- #: includes/classes/wp-maintenance-mode.php:652 views/maintenance.php:161
244
  msgid "Send"
245
  msgstr "Отправить"
246
 
247
- #: includes/classes/wp-maintenance-mode.php:865
248
- #: includes/classes/wp-maintenance-mode.php:899 views/maintenance.php:140
249
  msgid "Please enter a valid email address."
250
  msgstr "Введите корректный e-mail адрес."
251
 
252
- #: includes/classes/wp-maintenance-mode.php:877
253
  msgid "You successfully subscribed. Thanks!"
254
  msgstr ""
255
 
256
- #: includes/classes/wp-maintenance-mode.php:895
257
  msgid "All fields required."
258
  msgstr "Все поля обязательны."
259
 
260
- #: includes/classes/wp-maintenance-mode.php:907
261
  msgid "Message via contact"
262
  msgstr "Сообщение"
263
 
264
- #: includes/classes/wp-maintenance-mode.php:924
265
  msgid "Your email was sent to the website administrator. Thanks!"
266
  msgstr "Ваше сообщение отправлено администратору сайта. Спасибо!"
267
 
@@ -290,7 +291,7 @@ msgstr "Войти"
290
  msgid "your e-mail..."
291
  msgstr "ваш e-mail..."
292
 
293
- #: views/maintenance.php:75 views/settings.php:273
294
  msgid "Subscribe"
295
  msgstr "Подписаться"
296
 
@@ -323,19 +324,19 @@ msgstr "Свяжитесь с нами"
323
  msgid "Dashboard"
324
  msgstr "Панель управления"
325
 
326
- #: views/promo-strictthemes.php:1
327
- msgid "Premium WordPress Themes from WP Maintenance Mode authors!"
328
  msgstr ""
329
 
330
- #: views/promo-strictthemes.php:4
331
  msgid ""
332
- "We hope you like the WP Maintenance Mode plugin! Now you can buy WordPress "
333
- "Themes directly from us on ThemeForest. We're StrictThemes and we create "
334
- "best designed and coded WordPress Themes."
335
  msgstr ""
336
 
337
- #: views/promo-strictthemes.php:8
338
- msgid "See our WordPress Themes!"
339
  msgstr ""
340
 
341
  #: views/settings.php:6
@@ -362,15 +363,15 @@ msgstr ""
362
  msgid "GDPR"
363
  msgstr ""
364
 
365
- #: views/settings.php:26 views/settings.php:470 views/settings.php:637
366
  msgid "Status"
367
  msgstr "Статус"
368
 
369
- #: views/settings.php:28 views/settings.php:473 views/settings.php:639
370
  msgid "Activated"
371
  msgstr "Включено"
372
 
373
- #: views/settings.php:29 views/settings.php:474 views/settings.php:640
374
  msgid "Deactivated"
375
  msgstr "Отключено"
376
 
@@ -378,15 +379,15 @@ msgstr "Отключено"
378
  msgid "Bypass for Search Bots"
379
  msgstr "Индексация роботами"
380
 
381
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
382
- #: views/settings.php:245 views/settings.php:281 views/settings.php:319
383
- #: views/settings.php:393 views/settings.php:425 views/settings.php:434
384
  msgid "Yes"
385
  msgstr "Да"
386
 
387
- #: views/settings.php:37 views/settings.php:107 views/settings.php:117
388
- #: views/settings.php:246 views/settings.php:282 views/settings.php:320
389
- #: views/settings.php:394 views/settings.php:426 views/settings.php:435
390
  msgid "No"
391
  msgstr "Нет"
392
 
@@ -400,31 +401,31 @@ msgstr ""
400
  msgid "Backend Role"
401
  msgstr "Доступ к панели управления"
402
 
403
- #: views/settings.php:45 views/settings.php:61
404
  msgid "Select role(s)"
405
  msgstr ""
406
 
407
- #: views/settings.php:55
408
  msgid ""
409
  "Which user role is allowed to access the backend of this blog? "
410
  "Administrators will always have access."
411
  msgstr ""
412
 
413
- #: views/settings.php:59
414
  msgid "Frontend Role"
415
  msgstr "Доступ к сайту"
416
 
417
- #: views/settings.php:71
418
  msgid ""
419
  "Which user role is allowed to access the frontend of this blog? "
420
  "Administrators will always have access."
421
  msgstr ""
422
 
423
- #: views/settings.php:75
424
  msgid "Robots Meta Tag"
425
  msgstr "Метатэг для роботов"
426
 
427
- #: views/settings.php:81
428
  msgid ""
429
  "The robots meta tag lets you use a granular, page-specific approach to "
430
  "control how an individual page should be indexed and served to users in "
@@ -433,22 +434,22 @@ msgstr ""
433
  "Метатэг для роботов позволяет Вам определить специфическое для каждой "
434
  "страницы индексирование и отображение пользователям в результатах поиска."
435
 
436
- #: views/settings.php:85
437
  msgid "Redirection"
438
  msgstr "Перенаправление"
439
 
440
- #: views/settings.php:88
441
  msgid ""
442
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
443
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
444
  "(incl. http://)"
445
  msgstr ""
446
 
447
- #: views/settings.php:92
448
  msgid "Exclude"
449
  msgstr "Исключения"
450
 
451
- #: views/settings.php:99
452
  msgid ""
453
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
454
  "IP per line!"
@@ -456,139 +457,139 @@ msgstr ""
456
  "Разрешите доступ к новостям (ленте), страницам, архивам или по IP во время "
457
  "технического обслуживания. Одна страница/IP на строке!"
458
 
459
- #: views/settings.php:103
460
  msgid "Notice"
461
  msgstr "Предупреждение"
462
 
463
- #: views/settings.php:109
464
  msgid "Do you want to see notices when maintenance mode is activated?"
465
  msgstr ""
466
  "Вы хотите видеть предупреждения, когда режим технического обслуживания "
467
  "включён?"
468
 
469
- #: views/settings.php:113
470
  msgid "Dashboard link"
471
  msgstr "Ссылка на панель управления"
472
 
473
- #: views/settings.php:119
474
  msgid ""
475
  "Do you want to add a link to the dashboard on your maintenance mode page?"
476
  msgstr ""
477
  "Вы хотите добавить ссылку на панель управления на странице технического "
478
  "обслуживания?"
479
 
480
- #: views/settings.php:127 views/settings.php:231 views/settings.php:452
481
- #: views/settings.php:622 views/settings.php:695
482
  msgid "Save settings"
483
  msgstr "Сохранить настройки"
484
 
485
- #: views/settings.php:128 views/settings.php:232 views/settings.php:453
486
- #: views/settings.php:623 views/settings.php:696
487
  msgid "Reset settings"
488
  msgstr "Сбросить настройки"
489
 
490
- #: views/settings.php:133
491
  msgid "Content"
492
  msgstr "Содержимое"
493
 
494
- #: views/settings.php:138
495
  msgid "Title (HTML tag)"
496
  msgstr "Название (тэг HTML)"
497
 
498
- #: views/settings.php:144
499
  msgid "Heading"
500
  msgstr "Заголовок"
501
 
502
- #: views/settings.php:151 views/settings.php:287
503
  msgid "Text"
504
  msgstr "Текст"
505
 
506
- #: views/settings.php:166
507
  msgid "This text will not be shown when the bot feature is enabled."
508
  msgstr ""
509
 
510
- #: views/settings.php:172
511
  msgid "Background"
512
  msgstr "Фон"
513
 
514
- #: views/settings.php:177
515
  msgid "Choose type"
516
  msgstr "Выберите тип"
517
 
518
- #: views/settings.php:180
519
  msgid "Custom color"
520
  msgstr "Другой цвет"
521
 
522
- #: views/settings.php:181
523
  msgid "Uploaded background"
524
  msgstr "Загруженный фон"
525
 
526
- #: views/settings.php:182
527
  msgid "Predefined background"
528
  msgstr "Предустановленный фон"
529
 
530
- #: views/settings.php:187
531
  msgid "Choose color"
532
  msgstr "Выберите цвет"
533
 
534
- #: views/settings.php:193
535
  msgid "Upload background"
536
  msgstr "Загрузить фон"
537
 
538
- #: views/settings.php:197
539
  msgid "Backgrounds should have 1920x1280 px size."
540
  msgstr "Фоновое изображение должно быть размера 1920x1080."
541
 
542
- #: views/settings.php:202
543
  msgid "Choose background"
544
  msgstr "Выберите фон"
545
 
546
- #: views/settings.php:204
547
  #, php-format
548
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
549
  msgstr ""
550
 
551
- #: views/settings.php:237
552
  msgid "Countdown"
553
  msgstr "Обратный отсчёт"
554
 
555
- #: views/settings.php:242
556
  msgid "Show countdown?"
557
  msgstr "Показывать обратный отсчёт?"
558
 
559
- #: views/settings.php:251
560
  msgid "Start date"
561
  msgstr "Дата начала"
562
 
563
- #: views/settings.php:257
564
  msgid "Countdown (remaining time)"
565
  msgstr "Обратный отсчёт (оставшееся время)"
566
 
567
- #: views/settings.php:259
568
  msgid "Days"
569
  msgstr "Дни"
570
 
571
- #: views/settings.php:260
572
  msgid "Hours"
573
  msgstr "Часы"
574
 
575
- #: views/settings.php:261
576
  msgid "Minutes"
577
  msgstr "Минуты"
578
 
579
- #: views/settings.php:265
580
  msgid "Color"
581
  msgstr "Цвет"
582
 
583
- #: views/settings.php:278
584
  msgid "Show subscribe?"
585
  msgstr "Отображать возможность подписки?"
586
 
587
- #: views/settings.php:294
588
  msgid "Stats"
589
  msgstr "Статистика"
590
 
591
- #: views/settings.php:298
592
  #, php-format
593
  msgctxt "settings page"
594
  msgid "You have %d subscriber"
@@ -597,238 +598,239 @@ msgstr[0] ""
597
  msgstr[1] ""
598
  msgstr[2] ""
599
 
600
- #: views/settings.php:303
601
  msgid "Export as CSV"
602
  msgstr "Экспорт в .csv"
603
 
604
- #: views/settings.php:304
605
  msgid "Empty subscribers list"
606
  msgstr ""
607
 
608
- #: views/settings.php:311
609
  msgid "Social Networks"
610
  msgstr "Социальные сети"
611
 
612
- #: views/settings.php:316
613
  msgid "Show social networks?"
614
  msgstr "Отображать социальные сети?"
615
 
616
- #: views/settings.php:325
617
  msgid "Links target?"
618
  msgstr "Куда ведут ссылки?"
619
 
620
- #: views/settings.php:328 views/settings.php:666
621
  msgid "New page"
622
  msgstr "Новая страница"
623
 
624
- #: views/settings.php:329 views/settings.php:667
625
  msgid "Same page"
626
  msgstr "Такая же страница"
627
 
628
- #: views/settings.php:331
629
  msgid "Choose how the links will open."
630
  msgstr "Как будут открываться ссылки?"
631
 
632
- #: views/settings.php:385
633
  msgid "Contact"
634
  msgstr "Обратная связь"
635
 
636
- #: views/settings.php:390
637
  msgid "Show contact?"
638
  msgstr "Включить обратную связь?"
639
 
640
- #: views/settings.php:399
641
  msgid "Email address"
642
  msgstr "E-mail адрес"
643
 
644
- #: views/settings.php:405
645
  msgid "Effects"
646
  msgstr "Эффекты"
647
 
648
- #: views/settings.php:408
649
  msgid "Move top - Move bottom"
650
  msgstr "Сверху вниз"
651
 
652
- #: views/settings.php:409
653
  msgid "Zoom - Zoomed"
654
  msgstr "Увеличение"
655
 
656
- #: views/settings.php:410
657
  msgid "Fold - Unfold"
658
  msgstr "Поворот"
659
 
660
- #: views/settings.php:417
661
  msgid "Google Analytics"
662
  msgstr "Google Analytics"
663
 
664
- #: views/settings.php:422
665
  msgid "Use Google Analytics?"
666
  msgstr "Использовать Google Analytics?"
667
 
668
- #: views/settings.php:431
669
  msgid "Enable IP anonymization?"
670
  msgstr ""
671
 
672
- #: views/settings.php:441
673
  msgid "Tracking code"
674
  msgstr "Код слежения"
675
 
676
- #: views/settings.php:444
677
  msgid ""
678
- "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
 
679
  msgstr ""
680
 
681
- #: views/settings.php:462
682
  msgid ""
683
  "Setup the conversation steps to capture more subscribers with this friendly "
684
  "way of asking email addresess."
685
  msgstr ""
686
 
687
- #: views/settings.php:463
688
  msgid ""
689
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
690
  "make the conversation even more realistic."
691
  msgstr ""
692
 
693
- #: views/settings.php:464
694
  msgid ""
695
  "It is also ok if you don't fill in all the conversation steps if you don't "
696
  "need to."
697
  msgstr ""
698
 
699
- #: views/settings.php:465
700
  msgid ""
701
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
702
  "&raquo; Export as CSV."
703
  msgstr ""
704
 
705
- #: views/settings.php:478
706
  #, fuzzy
707
  msgid "Bot Name"
708
  msgstr "Имя"
709
 
710
- #: views/settings.php:481
711
  msgid "This name will appear when the bot is typing."
712
  msgstr ""
713
 
714
- #: views/settings.php:485
715
  #, fuzzy
716
  msgid "Upload avatar"
717
  msgstr "Загрузить фон"
718
 
719
- #: views/settings.php:489
720
  msgid "A 512 x 512 px will work just fine."
721
  msgstr ""
722
 
723
- #: views/settings.php:495
724
  msgid "Customize Messages"
725
  msgstr ""
726
 
727
- #: views/settings.php:500
728
  msgid "Message 1"
729
  msgstr ""
730
 
731
- #: views/settings.php:508
732
  msgid "Message 2"
733
  msgstr ""
734
 
735
- #: views/settings.php:516
736
  msgid "Message 3"
737
  msgstr ""
738
 
739
- #: views/settings.php:524 views/settings.php:564 views/settings.php:586
740
  msgid "Response"
741
  msgstr ""
742
 
743
- #: views/settings.php:528 views/settings.php:590
744
  msgid "Edit the placeholder's text"
745
  msgstr ""
746
 
747
- #: views/settings.php:532
748
  msgid "Message 4"
749
  msgstr ""
750
 
751
- #: views/settings.php:540
752
  msgid "Message 5"
753
  msgstr ""
754
 
755
- #: views/settings.php:548
756
  msgid "Message 6"
757
  msgstr ""
758
 
759
- #: views/settings.php:556
760
  msgid "Message 7"
761
  msgstr ""
762
 
763
- #: views/settings.php:568
764
  msgid "Edit button one"
765
  msgstr ""
766
 
767
- #: views/settings.php:572
768
  msgid "Edit button two"
769
  msgstr ""
770
 
771
- #: views/settings.php:578 views/settings.php:594
772
  msgid "Message 8"
773
  msgstr ""
774
 
775
- #: views/settings.php:578 views/settings.php:602 views/settings.php:610
776
  msgid "(click on button one)"
777
  msgstr ""
778
 
779
- #: views/settings.php:594
780
  msgid "(click on button two)"
781
  msgstr ""
782
 
783
- #: views/settings.php:602
784
  msgid "Message 9"
785
  msgstr ""
786
 
787
- #: views/settings.php:610
788
  msgid "Message 10"
789
  msgstr ""
790
 
791
- #: views/settings.php:632
792
  msgid ""
793
  "To make the plugin GDPR compliant, fill in the details and enable this "
794
  "section."
795
  msgstr ""
796
 
797
- #: views/settings.php:633
798
  msgid ""
799
  "Here we added some generic texts that you may want to review, change or "
800
  "remove."
801
  msgstr ""
802
 
803
- #: views/settings.php:645
804
  msgid "Link name"
805
  msgstr ""
806
 
807
- #: views/settings.php:649
808
  msgid "Label the link that will be shown on frontend footer"
809
  msgstr ""
810
 
811
- #: views/settings.php:654
812
  msgid "P. Policy page link"
813
  msgstr ""
814
 
815
- #: views/settings.php:663
816
  msgid "P. Policy link target"
817
  msgstr ""
818
 
819
- #: views/settings.php:669
820
  msgid "Choose how the link will open."
821
  msgstr ""
822
 
823
- #: views/settings.php:674
824
  msgid "Contact form 'tail'"
825
  msgstr ""
826
 
827
- #: views/settings.php:678 views/settings.php:687
828
  msgid "This will be shown together with the acceptance checkbox below the form"
829
  msgstr ""
830
 
831
- #: views/settings.php:683
832
  msgid "Subscribe form 'tail'"
833
  msgstr ""
834
 
@@ -853,12 +855,11 @@ msgid "GitHub"
853
  msgstr "GitHub"
854
 
855
  #: views/sidebar.php:27
856
- msgid "Other products"
857
  msgstr ""
858
 
859
- #: views/sidebar.php:48
860
- msgid "Resources"
861
- msgstr "Ресурсы"
862
 
863
  #~ msgid "You have %d subscriber(s)"
864
  #~ msgstr "Подписчиков: %d"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.3.0\n"
4
+ "POT-Creation-Date: 2020-12-07 17:19+0200\n"
5
+ "PO-Revision-Date: 2020-12-07 17:19+0200\n"
6
  "Last-Translator: Constantine Reeves <affectiosus@gmail.com>\n"
7
  "Language-Team: Designmodo <info@designmodo.com>\n"
8
  "Language: ru\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 2.4.2\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
27
  #: includes/classes/wp-maintenance-mode-admin.php:121
28
  #: includes/classes/wp-maintenance-mode-admin.php:159
29
  #: includes/classes/wp-maintenance-mode-admin.php:182
30
+ #: includes/classes/wp-maintenance-mode-admin.php:252
31
  msgid "You do not have access to this resource."
32
  msgstr ""
33
 
49
  msgstr ""
50
 
51
  #: includes/classes/wp-maintenance-mode-admin.php:197
52
+ #: includes/classes/wp-maintenance-mode-admin.php:248
53
  msgid "Security check."
54
  msgstr ""
55
 
61
  msgid "WP Maintenance Mode"
62
  msgstr "Техническое обслуживание"
63
 
64
+ #: includes/classes/wp-maintenance-mode-admin.php:500
65
  msgid ""
66
  "WPMM: The file data.js could not be written, the bot will not work correctly."
67
  msgstr ""
68
 
69
+ #: includes/classes/wp-maintenance-mode-admin.php:534
70
  msgid "Settings"
71
  msgstr "Настройки"
72
 
73
+ #: includes/classes/wp-maintenance-mode-admin.php:553
74
  #, php-format
75
  msgid ""
76
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
79
  "Режим технического обслуживания <strong>включён</strong>. Не забудьте <a "
80
  "href=\"%s\">выключить</a> его, как только закончите."
81
 
82
+ #: includes/classes/wp-maintenance-mode-admin.php:590
83
  msgid "Notice key cannot be empty."
84
  msgstr ""
85
 
86
+ #: includes/classes/wp-maintenance-mode-admin.php:638
87
  #, php-format
88
  msgid ""
89
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
90
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
91
  msgstr ""
92
 
93
+ #: includes/classes/wp-maintenance-mode-admin.php:662
94
  msgid ""
95
  "Your WordPress version supports Privacy settings but you haven't set any "
96
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
97
  msgstr ""
98
 
99
+ #: includes/classes/wp-maintenance-mode-admin.php:665
100
  #, php-format
101
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
102
  msgstr ""
103
 
104
+ #: includes/classes/wp-maintenance-mode-admin.php:670
105
  #, php-format
106
  msgid ""
107
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
108
  "that's correct ignore this message, otherwise %s"
109
  msgstr ""
110
 
111
+ #: includes/classes/wp-maintenance-mode-admin.php:674
112
  msgid ""
113
  "No privacy features detected for your WordPress version. Update WordPress to "
114
  "get this field automatically filled in or type in the URL that points to "
151
  msgstr ""
152
 
153
  #: includes/classes/wp-maintenance-mode.php:152
154
+ msgid "How you can see, our website will be launched very soon."
155
  msgstr ""
156
 
157
  #: includes/classes/wp-maintenance-mode.php:153
182
  msgstr ""
183
 
184
  #: includes/classes/wp-maintenance-mode.php:161
185
+ #: includes/classes/wp-maintenance-mode.php:654
186
  msgid "Type your name here…"
187
  msgstr ""
188
 
195
  msgstr ""
196
 
197
  #: includes/classes/wp-maintenance-mode.php:164
198
+ #: includes/classes/wp-maintenance-mode.php:655
199
  #, fuzzy
200
  msgid "Type your email here…"
201
  msgstr "Введите ваш e-mail адрес"
232
  msgid "Maintenance Mode"
233
  msgstr "Режим технического обслуживания"
234
 
235
+ #: includes/classes/wp-maintenance-mode.php:651
236
  msgid "Please type in your name."
237
  msgstr ""
238
 
239
+ #: includes/classes/wp-maintenance-mode.php:652
240
  #, fuzzy
241
  msgid "Please type in a valid email address."
242
  msgstr "Введите корректный e-mail адрес."
243
 
244
+ #: includes/classes/wp-maintenance-mode.php:656 views/maintenance.php:161
245
  msgid "Send"
246
  msgstr "Отправить"
247
 
248
+ #: includes/classes/wp-maintenance-mode.php:869
249
+ #: includes/classes/wp-maintenance-mode.php:903 views/maintenance.php:140
250
  msgid "Please enter a valid email address."
251
  msgstr "Введите корректный e-mail адрес."
252
 
253
+ #: includes/classes/wp-maintenance-mode.php:881
254
  msgid "You successfully subscribed. Thanks!"
255
  msgstr ""
256
 
257
+ #: includes/classes/wp-maintenance-mode.php:899
258
  msgid "All fields required."
259
  msgstr "Все поля обязательны."
260
 
261
+ #: includes/classes/wp-maintenance-mode.php:911
262
  msgid "Message via contact"
263
  msgstr "Сообщение"
264
 
265
+ #: includes/classes/wp-maintenance-mode.php:928
266
  msgid "Your email was sent to the website administrator. Thanks!"
267
  msgstr "Ваше сообщение отправлено администратору сайта. Спасибо!"
268
 
291
  msgid "your e-mail..."
292
  msgstr "ваш e-mail..."
293
 
294
+ #: views/maintenance.php:75 views/settings.php:257
295
  msgid "Subscribe"
296
  msgstr "Подписаться"
297
 
324
  msgid "Dashboard"
325
  msgstr "Панель управления"
326
 
327
+ #: views/promo-blocksy.php:1
328
+ msgid "Blocksy - The Most Innovative & Lightning Fast WordPress Theme"
329
  msgstr ""
330
 
331
+ #: views/promo-blocksy.php:4
332
  msgid ""
333
+ "A blazing fast and lightweight WordPress theme built with the latest web "
334
+ "technologies. It was built with the Gutenberg editor in mind and has a lot "
335
+ "of options that makes it extendable and customizable."
336
  msgstr ""
337
 
338
+ #: views/promo-blocksy.php:8
339
+ msgid "Download for Free Now"
340
  msgstr ""
341
 
342
  #: views/settings.php:6
363
  msgid "GDPR"
364
  msgstr ""
365
 
366
+ #: views/settings.php:26 views/settings.php:455 views/settings.php:622
367
  msgid "Status"
368
  msgstr "Статус"
369
 
370
+ #: views/settings.php:28 views/settings.php:458 views/settings.php:624
371
  msgid "Activated"
372
  msgstr "Включено"
373
 
374
+ #: views/settings.php:29 views/settings.php:459 views/settings.php:625
375
  msgid "Deactivated"
376
  msgstr "Отключено"
377
 
379
  msgid "Bypass for Search Bots"
380
  msgstr "Индексация роботами"
381
 
382
+ #: views/settings.php:36 views/settings.php:96 views/settings.php:106
383
+ #: views/settings.php:229 views/settings.php:265 views/settings.php:304
384
+ #: views/settings.php:378 views/settings.php:410 views/settings.php:419
385
  msgid "Yes"
386
  msgstr "Да"
387
 
388
+ #: views/settings.php:37 views/settings.php:97 views/settings.php:107
389
+ #: views/settings.php:230 views/settings.php:266 views/settings.php:305
390
+ #: views/settings.php:379 views/settings.php:411 views/settings.php:420
391
  msgid "No"
392
  msgstr "Нет"
393
 
401
  msgid "Backend Role"
402
  msgstr "Доступ к панели управления"
403
 
404
+ #: views/settings.php:45 views/settings.php:56
405
  msgid "Select role(s)"
406
  msgstr ""
407
 
408
+ #: views/settings.php:50
409
  msgid ""
410
  "Which user role is allowed to access the backend of this blog? "
411
  "Administrators will always have access."
412
  msgstr ""
413
 
414
+ #: views/settings.php:54
415
  msgid "Frontend Role"
416
  msgstr "Доступ к сайту"
417
 
418
+ #: views/settings.php:61
419
  msgid ""
420
  "Which user role is allowed to access the frontend of this blog? "
421
  "Administrators will always have access."
422
  msgstr ""
423
 
424
+ #: views/settings.php:65
425
  msgid "Robots Meta Tag"
426
  msgstr "Метатэг для роботов"
427
 
428
+ #: views/settings.php:71
429
  msgid ""
430
  "The robots meta tag lets you use a granular, page-specific approach to "
431
  "control how an individual page should be indexed and served to users in "
434
  "Метатэг для роботов позволяет Вам определить специфическое для каждой "
435
  "страницы индексирование и отображение пользователям в результатах поиска."
436
 
437
+ #: views/settings.php:75
438
  msgid "Redirection"
439
  msgstr "Перенаправление"
440
 
441
+ #: views/settings.php:78
442
  msgid ""
443
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
444
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
445
  "(incl. http://)"
446
  msgstr ""
447
 
448
+ #: views/settings.php:82
449
  msgid "Exclude"
450
  msgstr "Исключения"
451
 
452
+ #: views/settings.php:89
453
  msgid ""
454
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
455
  "IP per line!"
457
  "Разрешите доступ к новостям (ленте), страницам, архивам или по IP во время "
458
  "технического обслуживания. Одна страница/IP на строке!"
459
 
460
+ #: views/settings.php:93
461
  msgid "Notice"
462
  msgstr "Предупреждение"
463
 
464
+ #: views/settings.php:99
465
  msgid "Do you want to see notices when maintenance mode is activated?"
466
  msgstr ""
467
  "Вы хотите видеть предупреждения, когда режим технического обслуживания "
468
  "включён?"
469
 
470
+ #: views/settings.php:103
471
  msgid "Dashboard link"
472
  msgstr "Ссылка на панель управления"
473
 
474
+ #: views/settings.php:109
475
  msgid ""
476
  "Do you want to add a link to the dashboard on your maintenance mode page?"
477
  msgstr ""
478
  "Вы хотите добавить ссылку на панель управления на странице технического "
479
  "обслуживания?"
480
 
481
+ #: views/settings.php:117 views/settings.php:215 views/settings.php:437
482
+ #: views/settings.php:607 views/settings.php:680
483
  msgid "Save settings"
484
  msgstr "Сохранить настройки"
485
 
486
+ #: views/settings.php:118 views/settings.php:216 views/settings.php:438
487
+ #: views/settings.php:608 views/settings.php:681
488
  msgid "Reset settings"
489
  msgstr "Сбросить настройки"
490
 
491
+ #: views/settings.php:123
492
  msgid "Content"
493
  msgstr "Содержимое"
494
 
495
+ #: views/settings.php:128
496
  msgid "Title (HTML tag)"
497
  msgstr "Название (тэг HTML)"
498
 
499
+ #: views/settings.php:134
500
  msgid "Heading"
501
  msgstr "Заголовок"
502
 
503
+ #: views/settings.php:141 views/settings.php:271
504
  msgid "Text"
505
  msgstr "Текст"
506
 
507
+ #: views/settings.php:156
508
  msgid "This text will not be shown when the bot feature is enabled."
509
  msgstr ""
510
 
511
+ #: views/settings.php:162
512
  msgid "Background"
513
  msgstr "Фон"
514
 
515
+ #: views/settings.php:167
516
  msgid "Choose type"
517
  msgstr "Выберите тип"
518
 
519
+ #: views/settings.php:170
520
  msgid "Custom color"
521
  msgstr "Другой цвет"
522
 
523
+ #: views/settings.php:171
524
  msgid "Uploaded background"
525
  msgstr "Загруженный фон"
526
 
527
+ #: views/settings.php:172
528
  msgid "Predefined background"
529
  msgstr "Предустановленный фон"
530
 
531
+ #: views/settings.php:177
532
  msgid "Choose color"
533
  msgstr "Выберите цвет"
534
 
535
+ #: views/settings.php:183
536
  msgid "Upload background"
537
  msgstr "Загрузить фон"
538
 
539
+ #: views/settings.php:187
540
  msgid "Backgrounds should have 1920x1280 px size."
541
  msgstr "Фоновое изображение должно быть размера 1920x1080."
542
 
543
+ #: views/settings.php:192
544
  msgid "Choose background"
545
  msgstr "Выберите фон"
546
 
547
+ #: views/settings.php:194
548
  #, php-format
549
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
550
  msgstr ""
551
 
552
+ #: views/settings.php:221
553
  msgid "Countdown"
554
  msgstr "Обратный отсчёт"
555
 
556
+ #: views/settings.php:226
557
  msgid "Show countdown?"
558
  msgstr "Показывать обратный отсчёт?"
559
 
560
+ #: views/settings.php:235
561
  msgid "Start date"
562
  msgstr "Дата начала"
563
 
564
+ #: views/settings.php:241
565
  msgid "Countdown (remaining time)"
566
  msgstr "Обратный отсчёт (оставшееся время)"
567
 
568
+ #: views/settings.php:243
569
  msgid "Days"
570
  msgstr "Дни"
571
 
572
+ #: views/settings.php:244
573
  msgid "Hours"
574
  msgstr "Часы"
575
 
576
+ #: views/settings.php:245
577
  msgid "Minutes"
578
  msgstr "Минуты"
579
 
580
+ #: views/settings.php:249
581
  msgid "Color"
582
  msgstr "Цвет"
583
 
584
+ #: views/settings.php:262
585
  msgid "Show subscribe?"
586
  msgstr "Отображать возможность подписки?"
587
 
588
+ #: views/settings.php:278
589
  msgid "Stats"
590
  msgstr "Статистика"
591
 
592
+ #: views/settings.php:282
593
  #, php-format
594
  msgctxt "settings page"
595
  msgid "You have %d subscriber"
598
  msgstr[1] ""
599
  msgstr[2] ""
600
 
601
+ #: views/settings.php:287
602
  msgid "Export as CSV"
603
  msgstr "Экспорт в .csv"
604
 
605
+ #: views/settings.php:288
606
  msgid "Empty subscribers list"
607
  msgstr ""
608
 
609
+ #: views/settings.php:296
610
  msgid "Social Networks"
611
  msgstr "Социальные сети"
612
 
613
+ #: views/settings.php:301
614
  msgid "Show social networks?"
615
  msgstr "Отображать социальные сети?"
616
 
617
+ #: views/settings.php:310
618
  msgid "Links target?"
619
  msgstr "Куда ведут ссылки?"
620
 
621
+ #: views/settings.php:313 views/settings.php:651
622
  msgid "New page"
623
  msgstr "Новая страница"
624
 
625
+ #: views/settings.php:314 views/settings.php:652
626
  msgid "Same page"
627
  msgstr "Такая же страница"
628
 
629
+ #: views/settings.php:316
630
  msgid "Choose how the links will open."
631
  msgstr "Как будут открываться ссылки?"
632
 
633
+ #: views/settings.php:370
634
  msgid "Contact"
635
  msgstr "Обратная связь"
636
 
637
+ #: views/settings.php:375
638
  msgid "Show contact?"
639
  msgstr "Включить обратную связь?"
640
 
641
+ #: views/settings.php:384
642
  msgid "Email address"
643
  msgstr "E-mail адрес"
644
 
645
+ #: views/settings.php:390
646
  msgid "Effects"
647
  msgstr "Эффекты"
648
 
649
+ #: views/settings.php:393
650
  msgid "Move top - Move bottom"
651
  msgstr "Сверху вниз"
652
 
653
+ #: views/settings.php:394
654
  msgid "Zoom - Zoomed"
655
  msgstr "Увеличение"
656
 
657
+ #: views/settings.php:395
658
  msgid "Fold - Unfold"
659
  msgstr "Поворот"
660
 
661
+ #: views/settings.php:402
662
  msgid "Google Analytics"
663
  msgstr "Google Analytics"
664
 
665
+ #: views/settings.php:407
666
  msgid "Use Google Analytics?"
667
  msgstr "Использовать Google Analytics?"
668
 
669
+ #: views/settings.php:416
670
  msgid "Enable IP anonymization?"
671
  msgstr ""
672
 
673
+ #: views/settings.php:426
674
  msgid "Tracking code"
675
  msgstr "Код слежения"
676
 
677
+ #: views/settings.php:429
678
  msgid ""
679
+ "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX, G-XXXXXXXX. Eg: "
680
+ "UA-12345678-1 is valid"
681
  msgstr ""
682
 
683
+ #: views/settings.php:447
684
  msgid ""
685
  "Setup the conversation steps to capture more subscribers with this friendly "
686
  "way of asking email addresess."
687
  msgstr ""
688
 
689
+ #: views/settings.php:448
690
  msgid ""
691
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
692
  "make the conversation even more realistic."
693
  msgstr ""
694
 
695
+ #: views/settings.php:449
696
  msgid ""
697
  "It is also ok if you don't fill in all the conversation steps if you don't "
698
  "need to."
699
  msgstr ""
700
 
701
+ #: views/settings.php:450
702
  msgid ""
703
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
704
  "&raquo; Export as CSV."
705
  msgstr ""
706
 
707
+ #: views/settings.php:463
708
  #, fuzzy
709
  msgid "Bot Name"
710
  msgstr "Имя"
711
 
712
+ #: views/settings.php:466
713
  msgid "This name will appear when the bot is typing."
714
  msgstr ""
715
 
716
+ #: views/settings.php:470
717
  #, fuzzy
718
  msgid "Upload avatar"
719
  msgstr "Загрузить фон"
720
 
721
+ #: views/settings.php:474
722
  msgid "A 512 x 512 px will work just fine."
723
  msgstr ""
724
 
725
+ #: views/settings.php:480
726
  msgid "Customize Messages"
727
  msgstr ""
728
 
729
+ #: views/settings.php:485
730
  msgid "Message 1"
731
  msgstr ""
732
 
733
+ #: views/settings.php:493
734
  msgid "Message 2"
735
  msgstr ""
736
 
737
+ #: views/settings.php:501
738
  msgid "Message 3"
739
  msgstr ""
740
 
741
+ #: views/settings.php:509 views/settings.php:549 views/settings.php:571
742
  msgid "Response"
743
  msgstr ""
744
 
745
+ #: views/settings.php:513 views/settings.php:575
746
  msgid "Edit the placeholder's text"
747
  msgstr ""
748
 
749
+ #: views/settings.php:517
750
  msgid "Message 4"
751
  msgstr ""
752
 
753
+ #: views/settings.php:525
754
  msgid "Message 5"
755
  msgstr ""
756
 
757
+ #: views/settings.php:533
758
  msgid "Message 6"
759
  msgstr ""
760
 
761
+ #: views/settings.php:541
762
  msgid "Message 7"
763
  msgstr ""
764
 
765
+ #: views/settings.php:553
766
  msgid "Edit button one"
767
  msgstr ""
768
 
769
+ #: views/settings.php:557
770
  msgid "Edit button two"
771
  msgstr ""
772
 
773
+ #: views/settings.php:563 views/settings.php:579
774
  msgid "Message 8"
775
  msgstr ""
776
 
777
+ #: views/settings.php:563 views/settings.php:587 views/settings.php:595
778
  msgid "(click on button one)"
779
  msgstr ""
780
 
781
+ #: views/settings.php:579
782
  msgid "(click on button two)"
783
  msgstr ""
784
 
785
+ #: views/settings.php:587
786
  msgid "Message 9"
787
  msgstr ""
788
 
789
+ #: views/settings.php:595
790
  msgid "Message 10"
791
  msgstr ""
792
 
793
+ #: views/settings.php:617
794
  msgid ""
795
  "To make the plugin GDPR compliant, fill in the details and enable this "
796
  "section."
797
  msgstr ""
798
 
799
+ #: views/settings.php:618
800
  msgid ""
801
  "Here we added some generic texts that you may want to review, change or "
802
  "remove."
803
  msgstr ""
804
 
805
+ #: views/settings.php:630
806
  msgid "Link name"
807
  msgstr ""
808
 
809
+ #: views/settings.php:634
810
  msgid "Label the link that will be shown on frontend footer"
811
  msgstr ""
812
 
813
+ #: views/settings.php:639
814
  msgid "P. Policy page link"
815
  msgstr ""
816
 
817
+ #: views/settings.php:648
818
  msgid "P. Policy link target"
819
  msgstr ""
820
 
821
+ #: views/settings.php:654
822
  msgid "Choose how the link will open."
823
  msgstr ""
824
 
825
+ #: views/settings.php:659
826
  msgid "Contact form 'tail'"
827
  msgstr ""
828
 
829
+ #: views/settings.php:663 views/settings.php:672
830
  msgid "This will be shown together with the acceptance checkbox below the form"
831
  msgstr ""
832
 
833
+ #: views/settings.php:668
834
  msgid "Subscribe form 'tail'"
835
  msgstr ""
836
 
855
  msgstr "GitHub"
856
 
857
  #: views/sidebar.php:27
858
+ msgid "Recommended"
859
  msgstr ""
860
 
861
+ #~ msgid "Resources"
862
+ #~ msgstr "Ресурсы"
 
863
 
864
  #~ msgid "You have %d subscriber(s)"
865
  #~ msgstr "Подписчиков: %d"
languages/wp-maintenance-mode-sv_SE.mo CHANGED
Binary file
languages/wp-maintenance-mode-sv_SE.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WP Maintenance Mode 2.2.4\n"
4
- "POT-Creation-Date: 2019-05-20 10:34+0300\n"
5
- "PO-Revision-Date: 2019-05-20 10:34+0300\n"
6
  "Last-Translator: Andréas Lundgren <adevade@gmail.com>\n"
7
  "Language-Team: Designmodo <info@designmodo.com>\n"
8
  "Language: sv_SE\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 2.2.2\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -26,6 +26,7 @@ msgstr ""
26
  #: includes/classes/wp-maintenance-mode-admin.php:121
27
  #: includes/classes/wp-maintenance-mode-admin.php:159
28
  #: includes/classes/wp-maintenance-mode-admin.php:182
 
29
  msgid "You do not have access to this resource."
30
  msgstr ""
31
 
@@ -46,7 +47,7 @@ msgid "The tab slug must not be empty."
46
  msgstr ""
47
 
48
  #: includes/classes/wp-maintenance-mode-admin.php:197
49
- #: includes/classes/wp-maintenance-mode-admin.php:251
50
  msgid "Security check."
51
  msgstr ""
52
 
@@ -58,16 +59,16 @@ msgstr ""
58
  msgid "WP Maintenance Mode"
59
  msgstr "WP Underhållsläge"
60
 
61
- #: includes/classes/wp-maintenance-mode-admin.php:498
62
  msgid ""
63
  "WPMM: The file data.js could not be written, the bot will not work correctly."
64
  msgstr ""
65
 
66
- #: includes/classes/wp-maintenance-mode-admin.php:532
67
  msgid "Settings"
68
  msgstr "Inställningar"
69
 
70
- #: includes/classes/wp-maintenance-mode-admin.php:551
71
  #, php-format
72
  msgid ""
73
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -76,36 +77,36 @@ msgstr ""
76
  "Underhållsläget är <strong>aktiverat</strong>. Glöm inte att <a href=\"%s"
77
  "\">avaktivera</a> det när du är klar."
78
 
79
- #: includes/classes/wp-maintenance-mode-admin.php:588
80
  msgid "Notice key cannot be empty."
81
  msgstr ""
82
 
83
- #: includes/classes/wp-maintenance-mode-admin.php:636
84
  #, php-format
85
  msgid ""
86
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
87
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
88
  msgstr ""
89
 
90
- #: includes/classes/wp-maintenance-mode-admin.php:660
91
  msgid ""
92
  "Your WordPress version supports Privacy settings but you haven't set any "
93
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
94
  msgstr ""
95
 
96
- #: includes/classes/wp-maintenance-mode-admin.php:663
97
  #, php-format
98
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
99
  msgstr ""
100
 
101
- #: includes/classes/wp-maintenance-mode-admin.php:668
102
  #, php-format
103
  msgid ""
104
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
105
  "that's correct ignore this message, otherwise %s"
106
  msgstr ""
107
 
108
- #: includes/classes/wp-maintenance-mode-admin.php:672
109
  msgid ""
110
  "No privacy features detected for your WordPress version. Update WordPress to "
111
  "get this field automatically filled in or type in the URL that points to "
@@ -148,7 +149,7 @@ msgid "Nice to meet you here, {visitor_name}!"
148
  msgstr ""
149
 
150
  #: includes/classes/wp-maintenance-mode.php:152
151
- msgid "How you can see, our website will be lauched very soon."
152
  msgstr ""
153
 
154
  #: includes/classes/wp-maintenance-mode.php:153
@@ -179,7 +180,7 @@ msgid "Have a great day!"
179
  msgstr ""
180
 
181
  #: includes/classes/wp-maintenance-mode.php:161
182
- #: includes/classes/wp-maintenance-mode.php:650
183
  msgid "Type your name here…"
184
  msgstr ""
185
 
@@ -192,7 +193,7 @@ msgid "Boring"
192
  msgstr ""
193
 
194
  #: includes/classes/wp-maintenance-mode.php:164
195
- #: includes/classes/wp-maintenance-mode.php:651
196
  #, fuzzy
197
  msgid "Type your email here…"
198
  msgstr "Fyll i din e-postadress"
@@ -229,37 +230,37 @@ msgstr ""
229
  msgid "Maintenance Mode"
230
  msgstr "Underhållsläge"
231
 
232
- #: includes/classes/wp-maintenance-mode.php:647
233
  msgid "Please type in your name."
234
  msgstr ""
235
 
236
- #: includes/classes/wp-maintenance-mode.php:648
237
  #, fuzzy
238
  msgid "Please type in a valid email address."
239
  msgstr "Vänligen fyll i en giltig e-postadress. "
240
 
241
- #: includes/classes/wp-maintenance-mode.php:652 views/maintenance.php:161
242
  msgid "Send"
243
  msgstr "Skicka"
244
 
245
- #: includes/classes/wp-maintenance-mode.php:865
246
- #: includes/classes/wp-maintenance-mode.php:899 views/maintenance.php:140
247
  msgid "Please enter a valid email address."
248
  msgstr "Vänligen fyll i en giltig e-postadress. "
249
 
250
- #: includes/classes/wp-maintenance-mode.php:877
251
  msgid "You successfully subscribed. Thanks!"
252
  msgstr ""
253
 
254
- #: includes/classes/wp-maintenance-mode.php:895
255
  msgid "All fields required."
256
  msgstr "Vänligen fyll i alla fält."
257
 
258
- #: includes/classes/wp-maintenance-mode.php:907
259
  msgid "Message via contact"
260
  msgstr "Meddelande från underhållsläget"
261
 
262
- #: includes/classes/wp-maintenance-mode.php:924
263
  msgid "Your email was sent to the website administrator. Thanks!"
264
  msgstr "Ditt meddelande skickades till hemsidans ägare. Tack! "
265
 
@@ -288,7 +289,7 @@ msgstr ""
288
  msgid "your e-mail..."
289
  msgstr "Din e-postadress..."
290
 
291
- #: views/maintenance.php:75 views/settings.php:273
292
  msgid "Subscribe"
293
  msgstr "Prenumerera"
294
 
@@ -321,19 +322,19 @@ msgstr "Kontakta oss"
321
  msgid "Dashboard"
322
  msgstr ""
323
 
324
- #: views/promo-strictthemes.php:1
325
- msgid "Premium WordPress Themes from WP Maintenance Mode authors!"
326
  msgstr ""
327
 
328
- #: views/promo-strictthemes.php:4
329
  msgid ""
330
- "We hope you like the WP Maintenance Mode plugin! Now you can buy WordPress "
331
- "Themes directly from us on ThemeForest. We're StrictThemes and we create "
332
- "best designed and coded WordPress Themes."
333
  msgstr ""
334
 
335
- #: views/promo-strictthemes.php:8
336
- msgid "See our WordPress Themes!"
337
  msgstr ""
338
 
339
  #: views/settings.php:6
@@ -360,15 +361,15 @@ msgstr ""
360
  msgid "GDPR"
361
  msgstr ""
362
 
363
- #: views/settings.php:26 views/settings.php:470 views/settings.php:637
364
  msgid "Status"
365
  msgstr "Status"
366
 
367
- #: views/settings.php:28 views/settings.php:473 views/settings.php:639
368
  msgid "Activated"
369
  msgstr "Aktiverad"
370
 
371
- #: views/settings.php:29 views/settings.php:474 views/settings.php:640
372
  msgid "Deactivated"
373
  msgstr "Avaktiverad"
374
 
@@ -376,15 +377,15 @@ msgstr "Avaktiverad"
376
  msgid "Bypass for Search Bots"
377
  msgstr "Låt sökrobotar gå förbi"
378
 
379
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
380
- #: views/settings.php:245 views/settings.php:281 views/settings.php:319
381
- #: views/settings.php:393 views/settings.php:425 views/settings.php:434
382
  msgid "Yes"
383
  msgstr "Ja"
384
 
385
- #: views/settings.php:37 views/settings.php:107 views/settings.php:117
386
- #: views/settings.php:246 views/settings.php:282 views/settings.php:320
387
- #: views/settings.php:394 views/settings.php:426 views/settings.php:435
388
  msgid "No"
389
  msgstr "Nej"
390
 
@@ -396,31 +397,31 @@ msgstr "Tillåt sökrobotar att gå förbi underhållsläget? "
396
  msgid "Backend Role"
397
  msgstr "Back end-roll"
398
 
399
- #: views/settings.php:45 views/settings.php:61
400
  msgid "Select role(s)"
401
  msgstr ""
402
 
403
- #: views/settings.php:55
404
  msgid ""
405
  "Which user role is allowed to access the backend of this blog? "
406
  "Administrators will always have access."
407
  msgstr ""
408
 
409
- #: views/settings.php:59
410
  msgid "Frontend Role"
411
  msgstr "Front end-roll"
412
 
413
- #: views/settings.php:71
414
  msgid ""
415
  "Which user role is allowed to access the frontend of this blog? "
416
  "Administrators will always have access."
417
  msgstr ""
418
 
419
- #: views/settings.php:75
420
  msgid "Robots Meta Tag"
421
  msgstr "Robots meta-tagg"
422
 
423
- #: views/settings.php:81
424
  msgid ""
425
  "The robots meta tag lets you use a granular, page-specific approach to "
426
  "control how an individual page should be indexed and served to users in "
@@ -430,22 +431,22 @@ msgstr ""
430
  "tillvägagångssätt för att kontrollera hur en enskild sida ska indexeras och "
431
  "visas för användare i sökresultat. "
432
 
433
- #: views/settings.php:85
434
  msgid "Redirection"
435
  msgstr "Omdirigering"
436
 
437
- #: views/settings.php:88
438
  msgid ""
439
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
440
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
441
  "(incl. http://)"
442
  msgstr ""
443
 
444
- #: views/settings.php:92
445
  msgid "Exclude"
446
  msgstr "Exkludera"
447
 
448
- #: views/settings.php:99
449
  msgid ""
450
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
451
  "IP per line!"
@@ -453,135 +454,135 @@ msgstr ""
453
  "Exkludera flöde, sidor, arkiv eller IP-adresser från underhållsläget. Lägg "
454
  "max till en permalänk/IP per rad! "
455
 
456
- #: views/settings.php:103
457
  msgid "Notice"
458
  msgstr "Meddelande"
459
 
460
- #: views/settings.php:109
461
  msgid "Do you want to see notices when maintenance mode is activated?"
462
  msgstr "Vill du se ett meddelande när underhållsläget är aktiverat?"
463
 
464
- #: views/settings.php:113
465
  msgid "Dashboard link"
466
  msgstr ""
467
 
468
- #: views/settings.php:119
469
  msgid ""
470
  "Do you want to add a link to the dashboard on your maintenance mode page?"
471
  msgstr ""
472
 
473
- #: views/settings.php:127 views/settings.php:231 views/settings.php:452
474
- #: views/settings.php:622 views/settings.php:695
475
  msgid "Save settings"
476
  msgstr "Spara"
477
 
478
- #: views/settings.php:128 views/settings.php:232 views/settings.php:453
479
- #: views/settings.php:623 views/settings.php:696
480
  msgid "Reset settings"
481
  msgstr "Återställ inställningar"
482
 
483
- #: views/settings.php:133
484
  msgid "Content"
485
  msgstr "Innehåll"
486
 
487
- #: views/settings.php:138
488
  msgid "Title (HTML tag)"
489
  msgstr "Titel (HTML-tagg)"
490
 
491
- #: views/settings.php:144
492
  msgid "Heading"
493
  msgstr "Rubrik"
494
 
495
- #: views/settings.php:151 views/settings.php:287
496
  msgid "Text"
497
  msgstr "Text"
498
 
499
- #: views/settings.php:166
500
  msgid "This text will not be shown when the bot feature is enabled."
501
  msgstr ""
502
 
503
- #: views/settings.php:172
504
  msgid "Background"
505
  msgstr "Bakgrund"
506
 
507
- #: views/settings.php:177
508
  msgid "Choose type"
509
  msgstr "Välj typ"
510
 
511
- #: views/settings.php:180
512
  msgid "Custom color"
513
  msgstr "Egen färg"
514
 
515
- #: views/settings.php:181
516
  msgid "Uploaded background"
517
  msgstr "Uppladdad bakgrund"
518
 
519
- #: views/settings.php:182
520
  msgid "Predefined background"
521
  msgstr "Fördefinierad bakgrund"
522
 
523
- #: views/settings.php:187
524
  msgid "Choose color"
525
  msgstr "Välj färg"
526
 
527
- #: views/settings.php:193
528
  msgid "Upload background"
529
  msgstr "Ladda upp bakgrund"
530
 
531
- #: views/settings.php:197
532
  msgid "Backgrounds should have 1920x1280 px size."
533
  msgstr "En bakgrund bör vara minst 1920x1280px. "
534
 
535
- #: views/settings.php:202
536
  msgid "Choose background"
537
  msgstr "Välj bakgrund"
538
 
539
- #: views/settings.php:204
540
  #, php-format
541
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
542
  msgstr ""
543
 
544
- #: views/settings.php:237
545
  msgid "Countdown"
546
  msgstr "Nedräkning"
547
 
548
- #: views/settings.php:242
549
  msgid "Show countdown?"
550
  msgstr "Visa nedräkning?"
551
 
552
- #: views/settings.php:251
553
  msgid "Start date"
554
  msgstr "Startdatum"
555
 
556
- #: views/settings.php:257
557
  msgid "Countdown (remaining time)"
558
  msgstr "Nedräkning (återstående tid)"
559
 
560
- #: views/settings.php:259
561
  msgid "Days"
562
  msgstr "Dagar"
563
 
564
- #: views/settings.php:260
565
  msgid "Hours"
566
  msgstr "Timmar"
567
 
568
- #: views/settings.php:261
569
  msgid "Minutes"
570
  msgstr "Minuter"
571
 
572
- #: views/settings.php:265
573
  msgid "Color"
574
  msgstr "Färg"
575
 
576
- #: views/settings.php:278
577
  msgid "Show subscribe?"
578
  msgstr "Visa prenumerationsknapp?"
579
 
580
- #: views/settings.php:294
581
  msgid "Stats"
582
  msgstr "Statistik"
583
 
584
- #: views/settings.php:298
585
  #, php-format
586
  msgctxt "settings page"
587
  msgid "You have %d subscriber"
@@ -589,238 +590,239 @@ msgid_plural "You have %s subscribers"
589
  msgstr[0] ""
590
  msgstr[1] ""
591
 
592
- #: views/settings.php:303
593
  msgid "Export as CSV"
594
  msgstr "Exportera som CSV"
595
 
596
- #: views/settings.php:304
597
  msgid "Empty subscribers list"
598
  msgstr ""
599
 
600
- #: views/settings.php:311
601
  msgid "Social Networks"
602
  msgstr "Sociala nätverk"
603
 
604
- #: views/settings.php:316
605
  msgid "Show social networks?"
606
  msgstr "Visa sociala nätverk?"
607
 
608
- #: views/settings.php:325
609
  msgid "Links target?"
610
  msgstr ""
611
 
612
- #: views/settings.php:328 views/settings.php:666
613
  msgid "New page"
614
  msgstr ""
615
 
616
- #: views/settings.php:329 views/settings.php:667
617
  msgid "Same page"
618
  msgstr ""
619
 
620
- #: views/settings.php:331
621
  msgid "Choose how the links will open."
622
  msgstr ""
623
 
624
- #: views/settings.php:385
625
  msgid "Contact"
626
  msgstr "Kontakt"
627
 
628
- #: views/settings.php:390
629
  msgid "Show contact?"
630
  msgstr "Visa kontaktknapp?"
631
 
632
- #: views/settings.php:399
633
  msgid "Email address"
634
  msgstr "E-postadress"
635
 
636
- #: views/settings.php:405
637
  msgid "Effects"
638
  msgstr "Effekter"
639
 
640
- #: views/settings.php:408
641
  msgid "Move top - Move bottom"
642
  msgstr "Glid"
643
 
644
- #: views/settings.php:409
645
  msgid "Zoom - Zoomed"
646
  msgstr "Zoom"
647
 
648
- #: views/settings.php:410
649
  msgid "Fold - Unfold"
650
  msgstr "Vik"
651
 
652
- #: views/settings.php:417
653
  msgid "Google Analytics"
654
  msgstr ""
655
 
656
- #: views/settings.php:422
657
  msgid "Use Google Analytics?"
658
  msgstr ""
659
 
660
- #: views/settings.php:431
661
  msgid "Enable IP anonymization?"
662
  msgstr ""
663
 
664
- #: views/settings.php:441
665
  msgid "Tracking code"
666
  msgstr ""
667
 
668
- #: views/settings.php:444
669
  msgid ""
670
- "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
 
671
  msgstr ""
672
 
673
- #: views/settings.php:462
674
  msgid ""
675
  "Setup the conversation steps to capture more subscribers with this friendly "
676
  "way of asking email addresess."
677
  msgstr ""
678
 
679
- #: views/settings.php:463
680
  msgid ""
681
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
682
  "make the conversation even more realistic."
683
  msgstr ""
684
 
685
- #: views/settings.php:464
686
  msgid ""
687
  "It is also ok if you don't fill in all the conversation steps if you don't "
688
  "need to."
689
  msgstr ""
690
 
691
- #: views/settings.php:465
692
  msgid ""
693
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
694
  "&raquo; Export as CSV."
695
  msgstr ""
696
 
697
- #: views/settings.php:478
698
  #, fuzzy
699
  msgid "Bot Name"
700
  msgstr "Namn"
701
 
702
- #: views/settings.php:481
703
  msgid "This name will appear when the bot is typing."
704
  msgstr ""
705
 
706
- #: views/settings.php:485
707
  #, fuzzy
708
  msgid "Upload avatar"
709
  msgstr "Ladda upp bakgrund"
710
 
711
- #: views/settings.php:489
712
  msgid "A 512 x 512 px will work just fine."
713
  msgstr ""
714
 
715
- #: views/settings.php:495
716
  msgid "Customize Messages"
717
  msgstr ""
718
 
719
- #: views/settings.php:500
720
  msgid "Message 1"
721
  msgstr ""
722
 
723
- #: views/settings.php:508
724
  msgid "Message 2"
725
  msgstr ""
726
 
727
- #: views/settings.php:516
728
  msgid "Message 3"
729
  msgstr ""
730
 
731
- #: views/settings.php:524 views/settings.php:564 views/settings.php:586
732
  msgid "Response"
733
  msgstr ""
734
 
735
- #: views/settings.php:528 views/settings.php:590
736
  msgid "Edit the placeholder's text"
737
  msgstr ""
738
 
739
- #: views/settings.php:532
740
  msgid "Message 4"
741
  msgstr ""
742
 
743
- #: views/settings.php:540
744
  msgid "Message 5"
745
  msgstr ""
746
 
747
- #: views/settings.php:548
748
  msgid "Message 6"
749
  msgstr ""
750
 
751
- #: views/settings.php:556
752
  msgid "Message 7"
753
  msgstr ""
754
 
755
- #: views/settings.php:568
756
  msgid "Edit button one"
757
  msgstr ""
758
 
759
- #: views/settings.php:572
760
  msgid "Edit button two"
761
  msgstr ""
762
 
763
- #: views/settings.php:578 views/settings.php:594
764
  msgid "Message 8"
765
  msgstr ""
766
 
767
- #: views/settings.php:578 views/settings.php:602 views/settings.php:610
768
  msgid "(click on button one)"
769
  msgstr ""
770
 
771
- #: views/settings.php:594
772
  msgid "(click on button two)"
773
  msgstr ""
774
 
775
- #: views/settings.php:602
776
  msgid "Message 9"
777
  msgstr ""
778
 
779
- #: views/settings.php:610
780
  msgid "Message 10"
781
  msgstr ""
782
 
783
- #: views/settings.php:632
784
  msgid ""
785
  "To make the plugin GDPR compliant, fill in the details and enable this "
786
  "section."
787
  msgstr ""
788
 
789
- #: views/settings.php:633
790
  msgid ""
791
  "Here we added some generic texts that you may want to review, change or "
792
  "remove."
793
  msgstr ""
794
 
795
- #: views/settings.php:645
796
  msgid "Link name"
797
  msgstr ""
798
 
799
- #: views/settings.php:649
800
  msgid "Label the link that will be shown on frontend footer"
801
  msgstr ""
802
 
803
- #: views/settings.php:654
804
  msgid "P. Policy page link"
805
  msgstr ""
806
 
807
- #: views/settings.php:663
808
  msgid "P. Policy link target"
809
  msgstr ""
810
 
811
- #: views/settings.php:669
812
  msgid "Choose how the link will open."
813
  msgstr ""
814
 
815
- #: views/settings.php:674
816
  msgid "Contact form 'tail'"
817
  msgstr ""
818
 
819
- #: views/settings.php:678 views/settings.php:687
820
  msgid "This will be shown together with the acceptance checkbox below the form"
821
  msgstr ""
822
 
823
- #: views/settings.php:683
824
  msgid "Subscribe form 'tail'"
825
  msgstr ""
826
 
@@ -845,12 +847,11 @@ msgid "GitHub"
845
  msgstr "GitHub"
846
 
847
  #: views/sidebar.php:27
848
- msgid "Other products"
849
  msgstr ""
850
 
851
- #: views/sidebar.php:48
852
- msgid "Resources"
853
- msgstr "Resurser"
854
 
855
  #~ msgid "You have %d subscriber(s)"
856
  #~ msgstr "Du har %d prenumeranter"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.3.0\n"
4
+ "POT-Creation-Date: 2020-12-07 17:19+0200\n"
5
+ "PO-Revision-Date: 2020-12-07 17:19+0200\n"
6
  "Last-Translator: Andréas Lundgren <adevade@gmail.com>\n"
7
  "Language-Team: Designmodo <info@designmodo.com>\n"
8
  "Language: sv_SE\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 2.4.2\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
26
  #: includes/classes/wp-maintenance-mode-admin.php:121
27
  #: includes/classes/wp-maintenance-mode-admin.php:159
28
  #: includes/classes/wp-maintenance-mode-admin.php:182
29
+ #: includes/classes/wp-maintenance-mode-admin.php:252
30
  msgid "You do not have access to this resource."
31
  msgstr ""
32
 
47
  msgstr ""
48
 
49
  #: includes/classes/wp-maintenance-mode-admin.php:197
50
+ #: includes/classes/wp-maintenance-mode-admin.php:248
51
  msgid "Security check."
52
  msgstr ""
53
 
59
  msgid "WP Maintenance Mode"
60
  msgstr "WP Underhållsläge"
61
 
62
+ #: includes/classes/wp-maintenance-mode-admin.php:500
63
  msgid ""
64
  "WPMM: The file data.js could not be written, the bot will not work correctly."
65
  msgstr ""
66
 
67
+ #: includes/classes/wp-maintenance-mode-admin.php:534
68
  msgid "Settings"
69
  msgstr "Inställningar"
70
 
71
+ #: includes/classes/wp-maintenance-mode-admin.php:553
72
  #, php-format
73
  msgid ""
74
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
77
  "Underhållsläget är <strong>aktiverat</strong>. Glöm inte att <a href=\"%s"
78
  "\">avaktivera</a> det när du är klar."
79
 
80
+ #: includes/classes/wp-maintenance-mode-admin.php:590
81
  msgid "Notice key cannot be empty."
82
  msgstr ""
83
 
84
+ #: includes/classes/wp-maintenance-mode-admin.php:638
85
  #, php-format
86
  msgid ""
87
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
88
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
89
  msgstr ""
90
 
91
+ #: includes/classes/wp-maintenance-mode-admin.php:662
92
  msgid ""
93
  "Your WordPress version supports Privacy settings but you haven't set any "
94
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
95
  msgstr ""
96
 
97
+ #: includes/classes/wp-maintenance-mode-admin.php:665
98
  #, php-format
99
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
100
  msgstr ""
101
 
102
+ #: includes/classes/wp-maintenance-mode-admin.php:670
103
  #, php-format
104
  msgid ""
105
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
106
  "that's correct ignore this message, otherwise %s"
107
  msgstr ""
108
 
109
+ #: includes/classes/wp-maintenance-mode-admin.php:674
110
  msgid ""
111
  "No privacy features detected for your WordPress version. Update WordPress to "
112
  "get this field automatically filled in or type in the URL that points to "
149
  msgstr ""
150
 
151
  #: includes/classes/wp-maintenance-mode.php:152
152
+ msgid "How you can see, our website will be launched very soon."
153
  msgstr ""
154
 
155
  #: includes/classes/wp-maintenance-mode.php:153
180
  msgstr ""
181
 
182
  #: includes/classes/wp-maintenance-mode.php:161
183
+ #: includes/classes/wp-maintenance-mode.php:654
184
  msgid "Type your name here…"
185
  msgstr ""
186
 
193
  msgstr ""
194
 
195
  #: includes/classes/wp-maintenance-mode.php:164
196
+ #: includes/classes/wp-maintenance-mode.php:655
197
  #, fuzzy
198
  msgid "Type your email here…"
199
  msgstr "Fyll i din e-postadress"
230
  msgid "Maintenance Mode"
231
  msgstr "Underhållsläge"
232
 
233
+ #: includes/classes/wp-maintenance-mode.php:651
234
  msgid "Please type in your name."
235
  msgstr ""
236
 
237
+ #: includes/classes/wp-maintenance-mode.php:652
238
  #, fuzzy
239
  msgid "Please type in a valid email address."
240
  msgstr "Vänligen fyll i en giltig e-postadress. "
241
 
242
+ #: includes/classes/wp-maintenance-mode.php:656 views/maintenance.php:161
243
  msgid "Send"
244
  msgstr "Skicka"
245
 
246
+ #: includes/classes/wp-maintenance-mode.php:869
247
+ #: includes/classes/wp-maintenance-mode.php:903 views/maintenance.php:140
248
  msgid "Please enter a valid email address."
249
  msgstr "Vänligen fyll i en giltig e-postadress. "
250
 
251
+ #: includes/classes/wp-maintenance-mode.php:881
252
  msgid "You successfully subscribed. Thanks!"
253
  msgstr ""
254
 
255
+ #: includes/classes/wp-maintenance-mode.php:899
256
  msgid "All fields required."
257
  msgstr "Vänligen fyll i alla fält."
258
 
259
+ #: includes/classes/wp-maintenance-mode.php:911
260
  msgid "Message via contact"
261
  msgstr "Meddelande från underhållsläget"
262
 
263
+ #: includes/classes/wp-maintenance-mode.php:928
264
  msgid "Your email was sent to the website administrator. Thanks!"
265
  msgstr "Ditt meddelande skickades till hemsidans ägare. Tack! "
266
 
289
  msgid "your e-mail..."
290
  msgstr "Din e-postadress..."
291
 
292
+ #: views/maintenance.php:75 views/settings.php:257
293
  msgid "Subscribe"
294
  msgstr "Prenumerera"
295
 
322
  msgid "Dashboard"
323
  msgstr ""
324
 
325
+ #: views/promo-blocksy.php:1
326
+ msgid "Blocksy - The Most Innovative & Lightning Fast WordPress Theme"
327
  msgstr ""
328
 
329
+ #: views/promo-blocksy.php:4
330
  msgid ""
331
+ "A blazing fast and lightweight WordPress theme built with the latest web "
332
+ "technologies. It was built with the Gutenberg editor in mind and has a lot "
333
+ "of options that makes it extendable and customizable."
334
  msgstr ""
335
 
336
+ #: views/promo-blocksy.php:8
337
+ msgid "Download for Free Now"
338
  msgstr ""
339
 
340
  #: views/settings.php:6
361
  msgid "GDPR"
362
  msgstr ""
363
 
364
+ #: views/settings.php:26 views/settings.php:455 views/settings.php:622
365
  msgid "Status"
366
  msgstr "Status"
367
 
368
+ #: views/settings.php:28 views/settings.php:458 views/settings.php:624
369
  msgid "Activated"
370
  msgstr "Aktiverad"
371
 
372
+ #: views/settings.php:29 views/settings.php:459 views/settings.php:625
373
  msgid "Deactivated"
374
  msgstr "Avaktiverad"
375
 
377
  msgid "Bypass for Search Bots"
378
  msgstr "Låt sökrobotar gå förbi"
379
 
380
+ #: views/settings.php:36 views/settings.php:96 views/settings.php:106
381
+ #: views/settings.php:229 views/settings.php:265 views/settings.php:304
382
+ #: views/settings.php:378 views/settings.php:410 views/settings.php:419
383
  msgid "Yes"
384
  msgstr "Ja"
385
 
386
+ #: views/settings.php:37 views/settings.php:97 views/settings.php:107
387
+ #: views/settings.php:230 views/settings.php:266 views/settings.php:305
388
+ #: views/settings.php:379 views/settings.php:411 views/settings.php:420
389
  msgid "No"
390
  msgstr "Nej"
391
 
397
  msgid "Backend Role"
398
  msgstr "Back end-roll"
399
 
400
+ #: views/settings.php:45 views/settings.php:56
401
  msgid "Select role(s)"
402
  msgstr ""
403
 
404
+ #: views/settings.php:50
405
  msgid ""
406
  "Which user role is allowed to access the backend of this blog? "
407
  "Administrators will always have access."
408
  msgstr ""
409
 
410
+ #: views/settings.php:54
411
  msgid "Frontend Role"
412
  msgstr "Front end-roll"
413
 
414
+ #: views/settings.php:61
415
  msgid ""
416
  "Which user role is allowed to access the frontend of this blog? "
417
  "Administrators will always have access."
418
  msgstr ""
419
 
420
+ #: views/settings.php:65
421
  msgid "Robots Meta Tag"
422
  msgstr "Robots meta-tagg"
423
 
424
+ #: views/settings.php:71
425
  msgid ""
426
  "The robots meta tag lets you use a granular, page-specific approach to "
427
  "control how an individual page should be indexed and served to users in "
431
  "tillvägagångssätt för att kontrollera hur en enskild sida ska indexeras och "
432
  "visas för användare i sökresultat. "
433
 
434
+ #: views/settings.php:75
435
  msgid "Redirection"
436
  msgstr "Omdirigering"
437
 
438
+ #: views/settings.php:78
439
  msgid ""
440
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
441
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
442
  "(incl. http://)"
443
  msgstr ""
444
 
445
+ #: views/settings.php:82
446
  msgid "Exclude"
447
  msgstr "Exkludera"
448
 
449
+ #: views/settings.php:89
450
  msgid ""
451
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
452
  "IP per line!"
454
  "Exkludera flöde, sidor, arkiv eller IP-adresser från underhållsläget. Lägg "
455
  "max till en permalänk/IP per rad! "
456
 
457
+ #: views/settings.php:93
458
  msgid "Notice"
459
  msgstr "Meddelande"
460
 
461
+ #: views/settings.php:99
462
  msgid "Do you want to see notices when maintenance mode is activated?"
463
  msgstr "Vill du se ett meddelande när underhållsläget är aktiverat?"
464
 
465
+ #: views/settings.php:103
466
  msgid "Dashboard link"
467
  msgstr ""
468
 
469
+ #: views/settings.php:109
470
  msgid ""
471
  "Do you want to add a link to the dashboard on your maintenance mode page?"
472
  msgstr ""
473
 
474
+ #: views/settings.php:117 views/settings.php:215 views/settings.php:437
475
+ #: views/settings.php:607 views/settings.php:680
476
  msgid "Save settings"
477
  msgstr "Spara"
478
 
479
+ #: views/settings.php:118 views/settings.php:216 views/settings.php:438
480
+ #: views/settings.php:608 views/settings.php:681
481
  msgid "Reset settings"
482
  msgstr "Återställ inställningar"
483
 
484
+ #: views/settings.php:123
485
  msgid "Content"
486
  msgstr "Innehåll"
487
 
488
+ #: views/settings.php:128
489
  msgid "Title (HTML tag)"
490
  msgstr "Titel (HTML-tagg)"
491
 
492
+ #: views/settings.php:134
493
  msgid "Heading"
494
  msgstr "Rubrik"
495
 
496
+ #: views/settings.php:141 views/settings.php:271
497
  msgid "Text"
498
  msgstr "Text"
499
 
500
+ #: views/settings.php:156
501
  msgid "This text will not be shown when the bot feature is enabled."
502
  msgstr ""
503
 
504
+ #: views/settings.php:162
505
  msgid "Background"
506
  msgstr "Bakgrund"
507
 
508
+ #: views/settings.php:167
509
  msgid "Choose type"
510
  msgstr "Välj typ"
511
 
512
+ #: views/settings.php:170
513
  msgid "Custom color"
514
  msgstr "Egen färg"
515
 
516
+ #: views/settings.php:171
517
  msgid "Uploaded background"
518
  msgstr "Uppladdad bakgrund"
519
 
520
+ #: views/settings.php:172
521
  msgid "Predefined background"
522
  msgstr "Fördefinierad bakgrund"
523
 
524
+ #: views/settings.php:177
525
  msgid "Choose color"
526
  msgstr "Välj färg"
527
 
528
+ #: views/settings.php:183
529
  msgid "Upload background"
530
  msgstr "Ladda upp bakgrund"
531
 
532
+ #: views/settings.php:187
533
  msgid "Backgrounds should have 1920x1280 px size."
534
  msgstr "En bakgrund bör vara minst 1920x1280px. "
535
 
536
+ #: views/settings.php:192
537
  msgid "Choose background"
538
  msgstr "Välj bakgrund"
539
 
540
+ #: views/settings.php:194
541
  #, php-format
542
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
543
  msgstr ""
544
 
545
+ #: views/settings.php:221
546
  msgid "Countdown"
547
  msgstr "Nedräkning"
548
 
549
+ #: views/settings.php:226
550
  msgid "Show countdown?"
551
  msgstr "Visa nedräkning?"
552
 
553
+ #: views/settings.php:235
554
  msgid "Start date"
555
  msgstr "Startdatum"
556
 
557
+ #: views/settings.php:241
558
  msgid "Countdown (remaining time)"
559
  msgstr "Nedräkning (återstående tid)"
560
 
561
+ #: views/settings.php:243
562
  msgid "Days"
563
  msgstr "Dagar"
564
 
565
+ #: views/settings.php:244
566
  msgid "Hours"
567
  msgstr "Timmar"
568
 
569
+ #: views/settings.php:245
570
  msgid "Minutes"
571
  msgstr "Minuter"
572
 
573
+ #: views/settings.php:249
574
  msgid "Color"
575
  msgstr "Färg"
576
 
577
+ #: views/settings.php:262
578
  msgid "Show subscribe?"
579
  msgstr "Visa prenumerationsknapp?"
580
 
581
+ #: views/settings.php:278
582
  msgid "Stats"
583
  msgstr "Statistik"
584
 
585
+ #: views/settings.php:282
586
  #, php-format
587
  msgctxt "settings page"
588
  msgid "You have %d subscriber"
590
  msgstr[0] ""
591
  msgstr[1] ""
592
 
593
+ #: views/settings.php:287
594
  msgid "Export as CSV"
595
  msgstr "Exportera som CSV"
596
 
597
+ #: views/settings.php:288
598
  msgid "Empty subscribers list"
599
  msgstr ""
600
 
601
+ #: views/settings.php:296
602
  msgid "Social Networks"
603
  msgstr "Sociala nätverk"
604
 
605
+ #: views/settings.php:301
606
  msgid "Show social networks?"
607
  msgstr "Visa sociala nätverk?"
608
 
609
+ #: views/settings.php:310
610
  msgid "Links target?"
611
  msgstr ""
612
 
613
+ #: views/settings.php:313 views/settings.php:651
614
  msgid "New page"
615
  msgstr ""
616
 
617
+ #: views/settings.php:314 views/settings.php:652
618
  msgid "Same page"
619
  msgstr ""
620
 
621
+ #: views/settings.php:316
622
  msgid "Choose how the links will open."
623
  msgstr ""
624
 
625
+ #: views/settings.php:370
626
  msgid "Contact"
627
  msgstr "Kontakt"
628
 
629
+ #: views/settings.php:375
630
  msgid "Show contact?"
631
  msgstr "Visa kontaktknapp?"
632
 
633
+ #: views/settings.php:384
634
  msgid "Email address"
635
  msgstr "E-postadress"
636
 
637
+ #: views/settings.php:390
638
  msgid "Effects"
639
  msgstr "Effekter"
640
 
641
+ #: views/settings.php:393
642
  msgid "Move top - Move bottom"
643
  msgstr "Glid"
644
 
645
+ #: views/settings.php:394
646
  msgid "Zoom - Zoomed"
647
  msgstr "Zoom"
648
 
649
+ #: views/settings.php:395
650
  msgid "Fold - Unfold"
651
  msgstr "Vik"
652
 
653
+ #: views/settings.php:402
654
  msgid "Google Analytics"
655
  msgstr ""
656
 
657
+ #: views/settings.php:407
658
  msgid "Use Google Analytics?"
659
  msgstr ""
660
 
661
+ #: views/settings.php:416
662
  msgid "Enable IP anonymization?"
663
  msgstr ""
664
 
665
+ #: views/settings.php:426
666
  msgid "Tracking code"
667
  msgstr ""
668
 
669
+ #: views/settings.php:429
670
  msgid ""
671
+ "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX, G-XXXXXXXX. Eg: "
672
+ "UA-12345678-1 is valid"
673
  msgstr ""
674
 
675
+ #: views/settings.php:447
676
  msgid ""
677
  "Setup the conversation steps to capture more subscribers with this friendly "
678
  "way of asking email addresess."
679
  msgstr ""
680
 
681
+ #: views/settings.php:448
682
  msgid ""
683
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
684
  "make the conversation even more realistic."
685
  msgstr ""
686
 
687
+ #: views/settings.php:449
688
  msgid ""
689
  "It is also ok if you don't fill in all the conversation steps if you don't "
690
  "need to."
691
  msgstr ""
692
 
693
+ #: views/settings.php:450
694
  msgid ""
695
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
696
  "&raquo; Export as CSV."
697
  msgstr ""
698
 
699
+ #: views/settings.php:463
700
  #, fuzzy
701
  msgid "Bot Name"
702
  msgstr "Namn"
703
 
704
+ #: views/settings.php:466
705
  msgid "This name will appear when the bot is typing."
706
  msgstr ""
707
 
708
+ #: views/settings.php:470
709
  #, fuzzy
710
  msgid "Upload avatar"
711
  msgstr "Ladda upp bakgrund"
712
 
713
+ #: views/settings.php:474
714
  msgid "A 512 x 512 px will work just fine."
715
  msgstr ""
716
 
717
+ #: views/settings.php:480
718
  msgid "Customize Messages"
719
  msgstr ""
720
 
721
+ #: views/settings.php:485
722
  msgid "Message 1"
723
  msgstr ""
724
 
725
+ #: views/settings.php:493
726
  msgid "Message 2"
727
  msgstr ""
728
 
729
+ #: views/settings.php:501
730
  msgid "Message 3"
731
  msgstr ""
732
 
733
+ #: views/settings.php:509 views/settings.php:549 views/settings.php:571
734
  msgid "Response"
735
  msgstr ""
736
 
737
+ #: views/settings.php:513 views/settings.php:575
738
  msgid "Edit the placeholder's text"
739
  msgstr ""
740
 
741
+ #: views/settings.php:517
742
  msgid "Message 4"
743
  msgstr ""
744
 
745
+ #: views/settings.php:525
746
  msgid "Message 5"
747
  msgstr ""
748
 
749
+ #: views/settings.php:533
750
  msgid "Message 6"
751
  msgstr ""
752
 
753
+ #: views/settings.php:541
754
  msgid "Message 7"
755
  msgstr ""
756
 
757
+ #: views/settings.php:553
758
  msgid "Edit button one"
759
  msgstr ""
760
 
761
+ #: views/settings.php:557
762
  msgid "Edit button two"
763
  msgstr ""
764
 
765
+ #: views/settings.php:563 views/settings.php:579
766
  msgid "Message 8"
767
  msgstr ""
768
 
769
+ #: views/settings.php:563 views/settings.php:587 views/settings.php:595
770
  msgid "(click on button one)"
771
  msgstr ""
772
 
773
+ #: views/settings.php:579
774
  msgid "(click on button two)"
775
  msgstr ""
776
 
777
+ #: views/settings.php:587
778
  msgid "Message 9"
779
  msgstr ""
780
 
781
+ #: views/settings.php:595
782
  msgid "Message 10"
783
  msgstr ""
784
 
785
+ #: views/settings.php:617
786
  msgid ""
787
  "To make the plugin GDPR compliant, fill in the details and enable this "
788
  "section."
789
  msgstr ""
790
 
791
+ #: views/settings.php:618
792
  msgid ""
793
  "Here we added some generic texts that you may want to review, change or "
794
  "remove."
795
  msgstr ""
796
 
797
+ #: views/settings.php:630
798
  msgid "Link name"
799
  msgstr ""
800
 
801
+ #: views/settings.php:634
802
  msgid "Label the link that will be shown on frontend footer"
803
  msgstr ""
804
 
805
+ #: views/settings.php:639
806
  msgid "P. Policy page link"
807
  msgstr ""
808
 
809
+ #: views/settings.php:648
810
  msgid "P. Policy link target"
811
  msgstr ""
812
 
813
+ #: views/settings.php:654
814
  msgid "Choose how the link will open."
815
  msgstr ""
816
 
817
+ #: views/settings.php:659
818
  msgid "Contact form 'tail'"
819
  msgstr ""
820
 
821
+ #: views/settings.php:663 views/settings.php:672
822
  msgid "This will be shown together with the acceptance checkbox below the form"
823
  msgstr ""
824
 
825
+ #: views/settings.php:668
826
  msgid "Subscribe form 'tail'"
827
  msgstr ""
828
 
847
  msgstr "GitHub"
848
 
849
  #: views/sidebar.php:27
850
+ msgid "Recommended"
851
  msgstr ""
852
 
853
+ #~ msgid "Resources"
854
+ #~ msgstr "Resurser"
 
855
 
856
  #~ msgid "You have %d subscriber(s)"
857
  #~ msgstr "Du har %d prenumeranter"
languages/wp-maintenance-mode-uk_UA.mo CHANGED
Binary file
languages/wp-maintenance-mode-uk_UA.po CHANGED
@@ -1,16 +1,16 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WP Maintenance Mode 2.2.4\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2019-05-20 10:35+0300\n"
6
- "PO-Revision-Date: 2019-05-20 10:35+0300\n"
7
  "Last-Translator: Serhii Matrunchyk <sergiy.matrunchyk@gmail.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 2.2.2\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10 >= 2 && n"
16
  "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
@@ -28,6 +28,7 @@ msgstr ""
28
  #: includes/classes/wp-maintenance-mode-admin.php:121
29
  #: includes/classes/wp-maintenance-mode-admin.php:159
30
  #: includes/classes/wp-maintenance-mode-admin.php:182
 
31
  msgid "You do not have access to this resource."
32
  msgstr "У вас немає доступу до цього ресурсу."
33
 
@@ -49,7 +50,7 @@ msgid "The tab slug must not be empty."
49
  msgstr "Закладка не може бути порожньою."
50
 
51
  #: includes/classes/wp-maintenance-mode-admin.php:197
52
- #: includes/classes/wp-maintenance-mode-admin.php:251
53
  msgid "Security check."
54
  msgstr "Перевірка безпеки."
55
 
@@ -61,16 +62,16 @@ msgstr "Закладка мусить бути заповненою."
61
  msgid "WP Maintenance Mode"
62
  msgstr "Режим обслуговування WP"
63
 
64
- #: includes/classes/wp-maintenance-mode-admin.php:498
65
  msgid ""
66
  "WPMM: The file data.js could not be written, the bot will not work correctly."
67
  msgstr ""
68
 
69
- #: includes/classes/wp-maintenance-mode-admin.php:532
70
  msgid "Settings"
71
  msgstr "Налаштування"
72
 
73
- #: includes/classes/wp-maintenance-mode-admin.php:551
74
  #, php-format
75
  msgid ""
76
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -79,11 +80,11 @@ msgstr ""
79
  "Режим обслуговування <strong>активовано</strong>. Будь ласка, не забудьте "
80
  "його <a href=\"%s\">деактувувати</a> як тільки будете готові."
81
 
82
- #: includes/classes/wp-maintenance-mode-admin.php:588
83
  msgid "Notice key cannot be empty."
84
  msgstr "Ключ сповіщення не може бути порожнім."
85
 
86
- #: includes/classes/wp-maintenance-mode-admin.php:636
87
  #, php-format
88
  msgid ""
89
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
@@ -92,25 +93,25 @@ msgstr ""
92
  "Якщо Вам сподобався плагін <strong>Режим обслуговування WP</strong>, будь "
93
  "ласка, оцініть нас як %s. Велике дякую від нас заздалегідь!"
94
 
95
- #: includes/classes/wp-maintenance-mode-admin.php:660
96
  msgid ""
97
  "Your WordPress version supports Privacy settings but you haven't set any "
98
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
99
  msgstr ""
100
 
101
- #: includes/classes/wp-maintenance-mode-admin.php:663
102
  #, php-format
103
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
104
  msgstr ""
105
 
106
- #: includes/classes/wp-maintenance-mode-admin.php:668
107
  #, php-format
108
  msgid ""
109
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
110
  "that's correct ignore this message, otherwise %s"
111
  msgstr ""
112
 
113
- #: includes/classes/wp-maintenance-mode-admin.php:672
114
  msgid ""
115
  "No privacy features detected for your WordPress version. Update WordPress to "
116
  "get this field automatically filled in or type in the URL that points to "
@@ -153,7 +154,7 @@ msgid "Nice to meet you here, {visitor_name}!"
153
  msgstr ""
154
 
155
  #: includes/classes/wp-maintenance-mode.php:152
156
- msgid "How you can see, our website will be lauched very soon."
157
  msgstr ""
158
 
159
  #: includes/classes/wp-maintenance-mode.php:153
@@ -184,7 +185,7 @@ msgid "Have a great day!"
184
  msgstr ""
185
 
186
  #: includes/classes/wp-maintenance-mode.php:161
187
- #: includes/classes/wp-maintenance-mode.php:650
188
  msgid "Type your name here…"
189
  msgstr ""
190
 
@@ -197,7 +198,7 @@ msgid "Boring"
197
  msgstr ""
198
 
199
  #: includes/classes/wp-maintenance-mode.php:164
200
- #: includes/classes/wp-maintenance-mode.php:651
201
  msgid "Type your email here…"
202
  msgstr ""
203
 
@@ -233,37 +234,37 @@ msgstr ""
233
  msgid "Maintenance Mode"
234
  msgstr "Режим обслуговування"
235
 
236
- #: includes/classes/wp-maintenance-mode.php:647
237
  msgid "Please type in your name."
238
  msgstr ""
239
 
240
- #: includes/classes/wp-maintenance-mode.php:648
241
  #, fuzzy
242
  msgid "Please type in a valid email address."
243
  msgstr "Будь ласка, вкажіть правильну адресу email."
244
 
245
- #: includes/classes/wp-maintenance-mode.php:652 views/maintenance.php:161
246
  msgid "Send"
247
  msgstr "Надіслати"
248
 
249
- #: includes/classes/wp-maintenance-mode.php:865
250
- #: includes/classes/wp-maintenance-mode.php:899 views/maintenance.php:140
251
  msgid "Please enter a valid email address."
252
  msgstr "Будь ласка, вкажіть правильну адресу email."
253
 
254
- #: includes/classes/wp-maintenance-mode.php:877
255
  msgid "You successfully subscribed. Thanks!"
256
  msgstr "Дякуємо, ми сповістимо Вас відразу!"
257
 
258
- #: includes/classes/wp-maintenance-mode.php:895
259
  msgid "All fields required."
260
  msgstr "Всі поля необхідні для заповнення."
261
 
262
- #: includes/classes/wp-maintenance-mode.php:907
263
  msgid "Message via contact"
264
  msgstr "Повідомити через форму контакту"
265
 
266
- #: includes/classes/wp-maintenance-mode.php:924
267
  msgid "Your email was sent to the website administrator. Thanks!"
268
  msgstr "Ми отримали Ваше повідомлення, дякуємо!"
269
 
@@ -292,7 +293,7 @@ msgstr "Логін"
292
  msgid "your e-mail..."
293
  msgstr "ваш e-mail..."
294
 
295
- #: views/maintenance.php:75 views/settings.php:273
296
  msgid "Subscribe"
297
  msgstr "Сповістити мене"
298
 
@@ -325,24 +326,20 @@ msgstr "Зв'язатися з нами"
325
  msgid "Dashboard"
326
  msgstr "Головна сторінка"
327
 
328
- #: views/promo-strictthemes.php:1
329
- msgid "Premium WordPress Themes from WP Maintenance Mode authors!"
330
- msgstr "Преміум теми WordPress від авторів Режиму обслуговування WP!"
331
 
332
- #: views/promo-strictthemes.php:4
333
  msgid ""
334
- "We hope you like the WP Maintenance Mode plugin! Now you can buy WordPress "
335
- "Themes directly from us on ThemeForest. We're StrictThemes and we create "
336
- "best designed and coded WordPress Themes."
337
  msgstr ""
338
- "Ми сподіваємось, вам сподобався плагін режиму технічного обслуговування WP! "
339
- "Тепер ви можете придбати теми WordPress безпосередньо від нас на "
340
- "ThemeForest. Ми StrictThemes і ми створюємо найкращі розроблені та кодовані "
341
- "теми WordPress."
342
 
343
- #: views/promo-strictthemes.php:8
344
- msgid "See our WordPress Themes!"
345
- msgstr "Перегляньте наші теми WordPress!"
346
 
347
  #: views/settings.php:6
348
  msgid "Settings saved."
@@ -368,15 +365,15 @@ msgstr ""
368
  msgid "GDPR"
369
  msgstr ""
370
 
371
- #: views/settings.php:26 views/settings.php:470 views/settings.php:637
372
  msgid "Status"
373
  msgstr "Статус"
374
 
375
- #: views/settings.php:28 views/settings.php:473 views/settings.php:639
376
  msgid "Activated"
377
  msgstr "Активовано"
378
 
379
- #: views/settings.php:29 views/settings.php:474 views/settings.php:640
380
  msgid "Deactivated"
381
  msgstr "Деактивовано"
382
 
@@ -384,15 +381,15 @@ msgstr "Деактивовано"
384
  msgid "Bypass for Search Bots"
385
  msgstr "Пропускати пошукових ботів"
386
 
387
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
388
- #: views/settings.php:245 views/settings.php:281 views/settings.php:319
389
- #: views/settings.php:393 views/settings.php:425 views/settings.php:434
390
  msgid "Yes"
391
  msgstr "Так"
392
 
393
- #: views/settings.php:37 views/settings.php:107 views/settings.php:117
394
- #: views/settings.php:246 views/settings.php:282 views/settings.php:320
395
- #: views/settings.php:394 views/settings.php:426 views/settings.php:435
396
  msgid "No"
397
  msgstr "Ні"
398
 
@@ -404,11 +401,11 @@ msgstr "Не показувати пошуковим ботам режим об
404
  msgid "Backend Role"
405
  msgstr "Адміністративна роль"
406
 
407
- #: views/settings.php:45 views/settings.php:61
408
  msgid "Select role(s)"
409
  msgstr "Вказати роль(і)"
410
 
411
- #: views/settings.php:55
412
  msgid ""
413
  "Which user role is allowed to access the backend of this blog? "
414
  "Administrators will always have access."
@@ -416,11 +413,11 @@ msgstr ""
416
  "Якому користувачу дозволено доступ до адміністративної панелі? "
417
  "Адміністратори завжди мають доступ."
418
 
419
- #: views/settings.php:59
420
  msgid "Frontend Role"
421
  msgstr "Роль користувацької частини"
422
 
423
- #: views/settings.php:71
424
  msgid ""
425
  "Which user role is allowed to access the frontend of this blog? "
426
  "Administrators will always have access."
@@ -428,11 +425,11 @@ msgstr ""
428
  "Якому користувачу дозволено доступ до користувацької частини? Адміністратори "
429
  "завжди мають доступ."
430
 
431
- #: views/settings.php:75
432
  msgid "Robots Meta Tag"
433
  msgstr "Мета тег Robots"
434
 
435
- #: views/settings.php:81
436
  msgid ""
437
  "The robots meta tag lets you use a granular, page-specific approach to "
438
  "control how an individual page should be indexed and served to users in "
@@ -442,11 +439,11 @@ msgstr ""
442
  "кожної спосіб контролювати індексування окремих сторінки та показувати їх в "
443
  "результатах пошуку."
444
 
445
- #: views/settings.php:85
446
  msgid "Redirection"
447
  msgstr "Переадресація"
448
 
449
- #: views/settings.php:88
450
  msgid ""
451
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
452
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
@@ -456,11 +453,11 @@ msgstr ""
456
  "частини) на певний URL (інший, ніж URL адміністративної частини WordPress) "
457
  "після входу, вкажіть цей URL (включно з http://)"
458
 
459
- #: views/settings.php:92
460
  msgid "Exclude"
461
  msgstr "Виключення"
462
 
463
- #: views/settings.php:99
464
  msgid ""
465
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
466
  "IP per line!"
@@ -468,135 +465,135 @@ msgstr ""
468
  "Виключити стрічку, сторінки, архіви ти IP з режиму обслувування. Додавайте "
469
  "один слаґ/IP на рядок!"
470
 
471
- #: views/settings.php:103
472
  msgid "Notice"
473
  msgstr "Сповіщення"
474
 
475
- #: views/settings.php:109
476
  msgid "Do you want to see notices when maintenance mode is activated?"
477
  msgstr "Чи бажаєте бачити сповіщення, коли активовано режим обслуговування?"
478
 
479
- #: views/settings.php:113
480
  msgid "Dashboard link"
481
  msgstr "Посилання на адміністративну частину"
482
 
483
- #: views/settings.php:119
484
  msgid ""
485
  "Do you want to add a link to the dashboard on your maintenance mode page?"
486
  msgstr "Чи бажаєте додати посилання на адміністративну частину?"
487
 
488
- #: views/settings.php:127 views/settings.php:231 views/settings.php:452
489
- #: views/settings.php:622 views/settings.php:695
490
  msgid "Save settings"
491
  msgstr "Зберегти налаштування"
492
 
493
- #: views/settings.php:128 views/settings.php:232 views/settings.php:453
494
- #: views/settings.php:623 views/settings.php:696
495
  msgid "Reset settings"
496
  msgstr "Скинути налаштування"
497
 
498
- #: views/settings.php:133
499
  msgid "Content"
500
  msgstr "Текст"
501
 
502
- #: views/settings.php:138
503
  msgid "Title (HTML tag)"
504
  msgstr "Назва (HTML тег)"
505
 
506
- #: views/settings.php:144
507
  msgid "Heading"
508
  msgstr "Заголовок"
509
 
510
- #: views/settings.php:151 views/settings.php:287
511
  msgid "Text"
512
  msgstr "Текст"
513
 
514
- #: views/settings.php:166
515
  msgid "This text will not be shown when the bot feature is enabled."
516
  msgstr ""
517
 
518
- #: views/settings.php:172
519
  msgid "Background"
520
  msgstr "Фон"
521
 
522
- #: views/settings.php:177
523
  msgid "Choose type"
524
  msgstr "Обрати тип"
525
 
526
- #: views/settings.php:180
527
  msgid "Custom color"
528
  msgstr "Обрати колір"
529
 
530
- #: views/settings.php:181
531
  msgid "Uploaded background"
532
  msgstr "Завантажений фон"
533
 
534
- #: views/settings.php:182
535
  msgid "Predefined background"
536
  msgstr "Стандартний фон"
537
 
538
- #: views/settings.php:187
539
  msgid "Choose color"
540
  msgstr "Обрати колір"
541
 
542
- #: views/settings.php:193
543
  msgid "Upload background"
544
  msgstr "Обрати фон"
545
 
546
- #: views/settings.php:197
547
  msgid "Backgrounds should have 1920x1280 px size."
548
  msgstr "Фон повинен мати розмір 1920x1280 пікс."
549
 
550
- #: views/settings.php:202
551
  msgid "Choose background"
552
  msgstr "Обрати фон"
553
 
554
- #: views/settings.php:204
555
  #, php-format
556
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
557
  msgstr "джерело: <a href=\"%s\" target=\"_blank\">Free Photos</a>"
558
 
559
- #: views/settings.php:237
560
  msgid "Countdown"
561
  msgstr "Зворотній відлік"
562
 
563
- #: views/settings.php:242
564
  msgid "Show countdown?"
565
  msgstr "Показувати зворотній відлік?"
566
 
567
- #: views/settings.php:251
568
  msgid "Start date"
569
  msgstr "Початкова дата"
570
 
571
- #: views/settings.php:257
572
  msgid "Countdown (remaining time)"
573
  msgstr "Зворотній відлік (лишилося часу)"
574
 
575
- #: views/settings.php:259
576
  msgid "Days"
577
  msgstr "Дні"
578
 
579
- #: views/settings.php:260
580
  msgid "Hours"
581
  msgstr "Години"
582
 
583
- #: views/settings.php:261
584
  msgid "Minutes"
585
  msgstr "Хвилини"
586
 
587
- #: views/settings.php:265
588
  msgid "Color"
589
  msgstr "Колір"
590
 
591
- #: views/settings.php:278
592
  msgid "Show subscribe?"
593
  msgstr "Показувати підписку?"
594
 
595
- #: views/settings.php:294
596
  msgid "Stats"
597
  msgstr "Статистика"
598
 
599
- #: views/settings.php:298
600
  #, php-format
601
  msgctxt "settings page"
602
  msgid "You have %d subscriber"
@@ -605,240 +602,244 @@ msgstr[0] ""
605
  msgstr[1] ""
606
  msgstr[2] ""
607
 
608
- #: views/settings.php:303
609
  msgid "Export as CSV"
610
  msgstr "Експортувати як CSV"
611
 
612
- #: views/settings.php:304
613
  msgid "Empty subscribers list"
614
  msgstr "Очистити список підписників"
615
 
616
- #: views/settings.php:311
617
  msgid "Social Networks"
618
  msgstr "Соціальні мережі"
619
 
620
- #: views/settings.php:316
621
  msgid "Show social networks?"
622
  msgstr "Показувати соціальні мережі?"
623
 
624
- #: views/settings.php:325
625
  msgid "Links target?"
626
  msgstr "Посилання відкривати"
627
 
628
- #: views/settings.php:328 views/settings.php:666
629
  msgid "New page"
630
  msgstr "В новому вікні"
631
 
632
- #: views/settings.php:329 views/settings.php:667
633
  msgid "Same page"
634
  msgstr "В тому ж вікні"
635
 
636
- #: views/settings.php:331
637
  msgid "Choose how the links will open."
638
  msgstr "Оберіть, як відкривати посилання."
639
 
640
- #: views/settings.php:385
641
  msgid "Contact"
642
  msgstr "Форма контакту"
643
 
644
- #: views/settings.php:390
645
  msgid "Show contact?"
646
  msgstr "Показувати форму контакту?"
647
 
648
- #: views/settings.php:399
649
  msgid "Email address"
650
  msgstr "Адреса email"
651
 
652
- #: views/settings.php:405
653
  msgid "Effects"
654
  msgstr "Ефекти"
655
 
656
- #: views/settings.php:408
657
  msgid "Move top - Move bottom"
658
  msgstr "Move top - Move bottom"
659
 
660
- #: views/settings.php:409
661
  msgid "Zoom - Zoomed"
662
  msgstr "Zoom - Zoomed"
663
 
664
- #: views/settings.php:410
665
  msgid "Fold - Unfold"
666
  msgstr "Fold - Unfold"
667
 
668
- #: views/settings.php:417
669
  msgid "Google Analytics"
670
  msgstr "Google Analytics"
671
 
672
- #: views/settings.php:422
673
  msgid "Use Google Analytics?"
674
  msgstr "Використовувати Google Analytics?"
675
 
676
- #: views/settings.php:431
677
  msgid "Enable IP anonymization?"
678
  msgstr ""
679
 
680
- #: views/settings.php:441
681
  msgid "Tracking code"
682
  msgstr "Код відстеження"
683
 
684
- #: views/settings.php:444
 
 
 
685
  msgid ""
686
- "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
 
687
  msgstr ""
688
  "Дозволені формати: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Наприклад, UA-12345678-1 "
689
  "вірний формат"
690
 
691
- #: views/settings.php:462
692
  msgid ""
693
  "Setup the conversation steps to capture more subscribers with this friendly "
694
  "way of asking email addresess."
695
  msgstr ""
696
 
697
- #: views/settings.php:463
698
  msgid ""
699
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
700
  "make the conversation even more realistic."
701
  msgstr ""
702
 
703
- #: views/settings.php:464
704
  msgid ""
705
  "It is also ok if you don't fill in all the conversation steps if you don't "
706
  "need to."
707
  msgstr ""
708
 
709
- #: views/settings.php:465
710
  msgid ""
711
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
712
  "&raquo; Export as CSV."
713
  msgstr ""
714
 
715
- #: views/settings.php:478
716
  #, fuzzy
717
  msgid "Bot Name"
718
  msgstr "Ім'я"
719
 
720
- #: views/settings.php:481
721
  msgid "This name will appear when the bot is typing."
722
  msgstr ""
723
 
724
- #: views/settings.php:485
725
  #, fuzzy
726
  msgid "Upload avatar"
727
  msgstr "Обрати фон"
728
 
729
- #: views/settings.php:489
730
  msgid "A 512 x 512 px will work just fine."
731
  msgstr ""
732
 
733
- #: views/settings.php:495
734
  msgid "Customize Messages"
735
  msgstr ""
736
 
737
- #: views/settings.php:500
738
  msgid "Message 1"
739
  msgstr ""
740
 
741
- #: views/settings.php:508
742
  msgid "Message 2"
743
  msgstr ""
744
 
745
- #: views/settings.php:516
746
  msgid "Message 3"
747
  msgstr ""
748
 
749
- #: views/settings.php:524 views/settings.php:564 views/settings.php:586
750
  msgid "Response"
751
  msgstr ""
752
 
753
- #: views/settings.php:528 views/settings.php:590
754
  msgid "Edit the placeholder's text"
755
  msgstr ""
756
 
757
- #: views/settings.php:532
758
  msgid "Message 4"
759
  msgstr ""
760
 
761
- #: views/settings.php:540
762
  msgid "Message 5"
763
  msgstr ""
764
 
765
- #: views/settings.php:548
766
  msgid "Message 6"
767
  msgstr ""
768
 
769
- #: views/settings.php:556
770
  msgid "Message 7"
771
  msgstr ""
772
 
773
- #: views/settings.php:568
774
  msgid "Edit button one"
775
  msgstr ""
776
 
777
- #: views/settings.php:572
778
  msgid "Edit button two"
779
  msgstr ""
780
 
781
- #: views/settings.php:578 views/settings.php:594
782
  msgid "Message 8"
783
  msgstr ""
784
 
785
- #: views/settings.php:578 views/settings.php:602 views/settings.php:610
786
  msgid "(click on button one)"
787
  msgstr ""
788
 
789
- #: views/settings.php:594
790
  msgid "(click on button two)"
791
  msgstr ""
792
 
793
- #: views/settings.php:602
794
  msgid "Message 9"
795
  msgstr ""
796
 
797
- #: views/settings.php:610
798
  msgid "Message 10"
799
  msgstr ""
800
 
801
- #: views/settings.php:632
802
  msgid ""
803
  "To make the plugin GDPR compliant, fill in the details and enable this "
804
  "section."
805
  msgstr ""
806
 
807
- #: views/settings.php:633
808
  msgid ""
809
  "Here we added some generic texts that you may want to review, change or "
810
  "remove."
811
  msgstr ""
812
 
813
- #: views/settings.php:645
814
  msgid "Link name"
815
  msgstr ""
816
 
817
- #: views/settings.php:649
818
  msgid "Label the link that will be shown on frontend footer"
819
  msgstr ""
820
 
821
- #: views/settings.php:654
822
  msgid "P. Policy page link"
823
  msgstr ""
824
 
825
- #: views/settings.php:663
826
  msgid "P. Policy link target"
827
  msgstr ""
828
 
829
- #: views/settings.php:669
830
  msgid "Choose how the link will open."
831
  msgstr ""
832
 
833
- #: views/settings.php:674
834
  msgid "Contact form 'tail'"
835
  msgstr ""
836
 
837
- #: views/settings.php:678 views/settings.php:687
838
  msgid "This will be shown together with the acceptance checkbox below the form"
839
  msgstr ""
840
 
841
- #: views/settings.php:683
842
  msgid "Subscribe form 'tail'"
843
  msgstr ""
844
 
@@ -863,12 +864,30 @@ msgid "GitHub"
863
  msgstr "GitHub"
864
 
865
  #: views/sidebar.php:27
866
- msgid "Other products"
867
- msgstr "Інші продукти"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
868
 
869
- #: views/sidebar.php:48
870
- msgid "Resources"
871
- msgstr "Ресурси"
872
 
873
  #~ msgid "You have %d subscriber(s)"
874
  #~ msgstr "Ви маєте %d підписник (ів)"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.3.0\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-12-07 17:19+0200\n"
6
+ "PO-Revision-Date: 2020-12-07 17:19+0200\n"
7
  "Last-Translator: Serhii Matrunchyk <sergiy.matrunchyk@gmail.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.4.2\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10 >= 2 && n"
16
  "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
28
  #: includes/classes/wp-maintenance-mode-admin.php:121
29
  #: includes/classes/wp-maintenance-mode-admin.php:159
30
  #: includes/classes/wp-maintenance-mode-admin.php:182
31
+ #: includes/classes/wp-maintenance-mode-admin.php:252
32
  msgid "You do not have access to this resource."
33
  msgstr "У вас немає доступу до цього ресурсу."
34
 
50
  msgstr "Закладка не може бути порожньою."
51
 
52
  #: includes/classes/wp-maintenance-mode-admin.php:197
53
+ #: includes/classes/wp-maintenance-mode-admin.php:248
54
  msgid "Security check."
55
  msgstr "Перевірка безпеки."
56
 
62
  msgid "WP Maintenance Mode"
63
  msgstr "Режим обслуговування WP"
64
 
65
+ #: includes/classes/wp-maintenance-mode-admin.php:500
66
  msgid ""
67
  "WPMM: The file data.js could not be written, the bot will not work correctly."
68
  msgstr ""
69
 
70
+ #: includes/classes/wp-maintenance-mode-admin.php:534
71
  msgid "Settings"
72
  msgstr "Налаштування"
73
 
74
+ #: includes/classes/wp-maintenance-mode-admin.php:553
75
  #, php-format
76
  msgid ""
77
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
80
  "Режим обслуговування <strong>активовано</strong>. Будь ласка, не забудьте "
81
  "його <a href=\"%s\">деактувувати</a> як тільки будете готові."
82
 
83
+ #: includes/classes/wp-maintenance-mode-admin.php:590
84
  msgid "Notice key cannot be empty."
85
  msgstr "Ключ сповіщення не може бути порожнім."
86
 
87
+ #: includes/classes/wp-maintenance-mode-admin.php:638
88
  #, php-format
89
  msgid ""
90
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
93
  "Якщо Вам сподобався плагін <strong>Режим обслуговування WP</strong>, будь "
94
  "ласка, оцініть нас як %s. Велике дякую від нас заздалегідь!"
95
 
96
+ #: includes/classes/wp-maintenance-mode-admin.php:662
97
  msgid ""
98
  "Your WordPress version supports Privacy settings but you haven't set any "
99
  "privacy policy page yet. Go to Settings ➡ Privacy to set one."
100
  msgstr ""
101
 
102
+ #: includes/classes/wp-maintenance-mode-admin.php:665
103
  #, php-format
104
  msgid "The plugin detected this Privacy page: %1$s – %2$sUse this url%3$s"
105
  msgstr ""
106
 
107
+ #: includes/classes/wp-maintenance-mode-admin.php:670
108
  #, php-format
109
  msgid ""
110
  "Your Privacy page is pointing to a different URL in WordPress settings. If "
111
  "that's correct ignore this message, otherwise %s"
112
  msgstr ""
113
 
114
+ #: includes/classes/wp-maintenance-mode-admin.php:674
115
  msgid ""
116
  "No privacy features detected for your WordPress version. Update WordPress to "
117
  "get this field automatically filled in or type in the URL that points to "
154
  msgstr ""
155
 
156
  #: includes/classes/wp-maintenance-mode.php:152
157
+ msgid "How you can see, our website will be launched very soon."
158
  msgstr ""
159
 
160
  #: includes/classes/wp-maintenance-mode.php:153
185
  msgstr ""
186
 
187
  #: includes/classes/wp-maintenance-mode.php:161
188
+ #: includes/classes/wp-maintenance-mode.php:654
189
  msgid "Type your name here…"
190
  msgstr ""
191
 
198
  msgstr ""
199
 
200
  #: includes/classes/wp-maintenance-mode.php:164
201
+ #: includes/classes/wp-maintenance-mode.php:655
202
  msgid "Type your email here…"
203
  msgstr ""
204
 
234
  msgid "Maintenance Mode"
235
  msgstr "Режим обслуговування"
236
 
237
+ #: includes/classes/wp-maintenance-mode.php:651
238
  msgid "Please type in your name."
239
  msgstr ""
240
 
241
+ #: includes/classes/wp-maintenance-mode.php:652
242
  #, fuzzy
243
  msgid "Please type in a valid email address."
244
  msgstr "Будь ласка, вкажіть правильну адресу email."
245
 
246
+ #: includes/classes/wp-maintenance-mode.php:656 views/maintenance.php:161
247
  msgid "Send"
248
  msgstr "Надіслати"
249
 
250
+ #: includes/classes/wp-maintenance-mode.php:869
251
+ #: includes/classes/wp-maintenance-mode.php:903 views/maintenance.php:140
252
  msgid "Please enter a valid email address."
253
  msgstr "Будь ласка, вкажіть правильну адресу email."
254
 
255
+ #: includes/classes/wp-maintenance-mode.php:881
256
  msgid "You successfully subscribed. Thanks!"
257
  msgstr "Дякуємо, ми сповістимо Вас відразу!"
258
 
259
+ #: includes/classes/wp-maintenance-mode.php:899
260
  msgid "All fields required."
261
  msgstr "Всі поля необхідні для заповнення."
262
 
263
+ #: includes/classes/wp-maintenance-mode.php:911
264
  msgid "Message via contact"
265
  msgstr "Повідомити через форму контакту"
266
 
267
+ #: includes/classes/wp-maintenance-mode.php:928
268
  msgid "Your email was sent to the website administrator. Thanks!"
269
  msgstr "Ми отримали Ваше повідомлення, дякуємо!"
270
 
293
  msgid "your e-mail..."
294
  msgstr "ваш e-mail..."
295
 
296
+ #: views/maintenance.php:75 views/settings.php:257
297
  msgid "Subscribe"
298
  msgstr "Сповістити мене"
299
 
326
  msgid "Dashboard"
327
  msgstr "Головна сторінка"
328
 
329
+ #: views/promo-blocksy.php:1
330
+ msgid "Blocksy - The Most Innovative & Lightning Fast WordPress Theme"
331
+ msgstr ""
332
 
333
+ #: views/promo-blocksy.php:4
334
  msgid ""
335
+ "A blazing fast and lightweight WordPress theme built with the latest web "
336
+ "technologies. It was built with the Gutenberg editor in mind and has a lot "
337
+ "of options that makes it extendable and customizable."
338
  msgstr ""
 
 
 
 
339
 
340
+ #: views/promo-blocksy.php:8
341
+ msgid "Download for Free Now"
342
+ msgstr ""
343
 
344
  #: views/settings.php:6
345
  msgid "Settings saved."
365
  msgid "GDPR"
366
  msgstr ""
367
 
368
+ #: views/settings.php:26 views/settings.php:455 views/settings.php:622
369
  msgid "Status"
370
  msgstr "Статус"
371
 
372
+ #: views/settings.php:28 views/settings.php:458 views/settings.php:624
373
  msgid "Activated"
374
  msgstr "Активовано"
375
 
376
+ #: views/settings.php:29 views/settings.php:459 views/settings.php:625
377
  msgid "Deactivated"
378
  msgstr "Деактивовано"
379
 
381
  msgid "Bypass for Search Bots"
382
  msgstr "Пропускати пошукових ботів"
383
 
384
+ #: views/settings.php:36 views/settings.php:96 views/settings.php:106
385
+ #: views/settings.php:229 views/settings.php:265 views/settings.php:304
386
+ #: views/settings.php:378 views/settings.php:410 views/settings.php:419
387
  msgid "Yes"
388
  msgstr "Так"
389
 
390
+ #: views/settings.php:37 views/settings.php:97 views/settings.php:107
391
+ #: views/settings.php:230 views/settings.php:266 views/settings.php:305
392
+ #: views/settings.php:379 views/settings.php:411 views/settings.php:420
393
  msgid "No"
394
  msgstr "Ні"
395
 
401
  msgid "Backend Role"
402
  msgstr "Адміністративна роль"
403
 
404
+ #: views/settings.php:45 views/settings.php:56
405
  msgid "Select role(s)"
406
  msgstr "Вказати роль(і)"
407
 
408
+ #: views/settings.php:50
409
  msgid ""
410
  "Which user role is allowed to access the backend of this blog? "
411
  "Administrators will always have access."
413
  "Якому користувачу дозволено доступ до адміністративної панелі? "
414
  "Адміністратори завжди мають доступ."
415
 
416
+ #: views/settings.php:54
417
  msgid "Frontend Role"
418
  msgstr "Роль користувацької частини"
419
 
420
+ #: views/settings.php:61
421
  msgid ""
422
  "Which user role is allowed to access the frontend of this blog? "
423
  "Administrators will always have access."
425
  "Якому користувачу дозволено доступ до користувацької частини? Адміністратори "
426
  "завжди мають доступ."
427
 
428
+ #: views/settings.php:65
429
  msgid "Robots Meta Tag"
430
  msgstr "Мета тег Robots"
431
 
432
+ #: views/settings.php:71
433
  msgid ""
434
  "The robots meta tag lets you use a granular, page-specific approach to "
435
  "control how an individual page should be indexed and served to users in "
439
  "кожної спосіб контролювати індексування окремих сторінки та показувати їх в "
440
  "результатах пошуку."
441
 
442
+ #: views/settings.php:75
443
  msgid "Redirection"
444
  msgstr "Переадресація"
445
 
446
+ #: views/settings.php:78
447
  msgid ""
448
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
449
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
453
  "частини) на певний URL (інший, ніж URL адміністративної частини WordPress) "
454
  "після входу, вкажіть цей URL (включно з http://)"
455
 
456
+ #: views/settings.php:82
457
  msgid "Exclude"
458
  msgstr "Виключення"
459
 
460
+ #: views/settings.php:89
461
  msgid ""
462
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
463
  "IP per line!"
465
  "Виключити стрічку, сторінки, архіви ти IP з режиму обслувування. Додавайте "
466
  "один слаґ/IP на рядок!"
467
 
468
+ #: views/settings.php:93
469
  msgid "Notice"
470
  msgstr "Сповіщення"
471
 
472
+ #: views/settings.php:99
473
  msgid "Do you want to see notices when maintenance mode is activated?"
474
  msgstr "Чи бажаєте бачити сповіщення, коли активовано режим обслуговування?"
475
 
476
+ #: views/settings.php:103
477
  msgid "Dashboard link"
478
  msgstr "Посилання на адміністративну частину"
479
 
480
+ #: views/settings.php:109
481
  msgid ""
482
  "Do you want to add a link to the dashboard on your maintenance mode page?"
483
  msgstr "Чи бажаєте додати посилання на адміністративну частину?"
484
 
485
+ #: views/settings.php:117 views/settings.php:215 views/settings.php:437
486
+ #: views/settings.php:607 views/settings.php:680
487
  msgid "Save settings"
488
  msgstr "Зберегти налаштування"
489
 
490
+ #: views/settings.php:118 views/settings.php:216 views/settings.php:438
491
+ #: views/settings.php:608 views/settings.php:681
492
  msgid "Reset settings"
493
  msgstr "Скинути налаштування"
494
 
495
+ #: views/settings.php:123
496
  msgid "Content"
497
  msgstr "Текст"
498
 
499
+ #: views/settings.php:128
500
  msgid "Title (HTML tag)"
501
  msgstr "Назва (HTML тег)"
502
 
503
+ #: views/settings.php:134
504
  msgid "Heading"
505
  msgstr "Заголовок"
506
 
507
+ #: views/settings.php:141 views/settings.php:271
508
  msgid "Text"
509
  msgstr "Текст"
510
 
511
+ #: views/settings.php:156
512
  msgid "This text will not be shown when the bot feature is enabled."
513
  msgstr ""
514
 
515
+ #: views/settings.php:162
516
  msgid "Background"
517
  msgstr "Фон"
518
 
519
+ #: views/settings.php:167
520
  msgid "Choose type"
521
  msgstr "Обрати тип"
522
 
523
+ #: views/settings.php:170
524
  msgid "Custom color"
525
  msgstr "Обрати колір"
526
 
527
+ #: views/settings.php:171
528
  msgid "Uploaded background"
529
  msgstr "Завантажений фон"
530
 
531
+ #: views/settings.php:172
532
  msgid "Predefined background"
533
  msgstr "Стандартний фон"
534
 
535
+ #: views/settings.php:177
536
  msgid "Choose color"
537
  msgstr "Обрати колір"
538
 
539
+ #: views/settings.php:183
540
  msgid "Upload background"
541
  msgstr "Обрати фон"
542
 
543
+ #: views/settings.php:187
544
  msgid "Backgrounds should have 1920x1280 px size."
545
  msgstr "Фон повинен мати розмір 1920x1280 пікс."
546
 
547
+ #: views/settings.php:192
548
  msgid "Choose background"
549
  msgstr "Обрати фон"
550
 
551
+ #: views/settings.php:194
552
  #, php-format
553
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
554
  msgstr "джерело: <a href=\"%s\" target=\"_blank\">Free Photos</a>"
555
 
556
+ #: views/settings.php:221
557
  msgid "Countdown"
558
  msgstr "Зворотній відлік"
559
 
560
+ #: views/settings.php:226
561
  msgid "Show countdown?"
562
  msgstr "Показувати зворотній відлік?"
563
 
564
+ #: views/settings.php:235
565
  msgid "Start date"
566
  msgstr "Початкова дата"
567
 
568
+ #: views/settings.php:241
569
  msgid "Countdown (remaining time)"
570
  msgstr "Зворотній відлік (лишилося часу)"
571
 
572
+ #: views/settings.php:243
573
  msgid "Days"
574
  msgstr "Дні"
575
 
576
+ #: views/settings.php:244
577
  msgid "Hours"
578
  msgstr "Години"
579
 
580
+ #: views/settings.php:245
581
  msgid "Minutes"
582
  msgstr "Хвилини"
583
 
584
+ #: views/settings.php:249
585
  msgid "Color"
586
  msgstr "Колір"
587
 
588
+ #: views/settings.php:262
589
  msgid "Show subscribe?"
590
  msgstr "Показувати підписку?"
591
 
592
+ #: views/settings.php:278
593
  msgid "Stats"
594
  msgstr "Статистика"
595
 
596
+ #: views/settings.php:282
597
  #, php-format
598
  msgctxt "settings page"
599
  msgid "You have %d subscriber"
602
  msgstr[1] ""
603
  msgstr[2] ""
604
 
605
+ #: views/settings.php:287
606
  msgid "Export as CSV"
607
  msgstr "Експортувати як CSV"
608
 
609
+ #: views/settings.php:288
610
  msgid "Empty subscribers list"
611
  msgstr "Очистити список підписників"
612
 
613
+ #: views/settings.php:296
614
  msgid "Social Networks"
615
  msgstr "Соціальні мережі"
616
 
617
+ #: views/settings.php:301
618
  msgid "Show social networks?"
619
  msgstr "Показувати соціальні мережі?"
620
 
621
+ #: views/settings.php:310
622
  msgid "Links target?"
623
  msgstr "Посилання відкривати"
624
 
625
+ #: views/settings.php:313 views/settings.php:651
626
  msgid "New page"
627
  msgstr "В новому вікні"
628
 
629
+ #: views/settings.php:314 views/settings.php:652
630
  msgid "Same page"
631
  msgstr "В тому ж вікні"
632
 
633
+ #: views/settings.php:316
634
  msgid "Choose how the links will open."
635
  msgstr "Оберіть, як відкривати посилання."
636
 
637
+ #: views/settings.php:370
638
  msgid "Contact"
639
  msgstr "Форма контакту"
640
 
641
+ #: views/settings.php:375
642
  msgid "Show contact?"
643
  msgstr "Показувати форму контакту?"
644
 
645
+ #: views/settings.php:384
646
  msgid "Email address"
647
  msgstr "Адреса email"
648
 
649
+ #: views/settings.php:390
650
  msgid "Effects"
651
  msgstr "Ефекти"
652
 
653
+ #: views/settings.php:393
654
  msgid "Move top - Move bottom"
655
  msgstr "Move top - Move bottom"
656
 
657
+ #: views/settings.php:394
658
  msgid "Zoom - Zoomed"
659
  msgstr "Zoom - Zoomed"
660
 
661
+ #: views/settings.php:395
662
  msgid "Fold - Unfold"
663
  msgstr "Fold - Unfold"
664
 
665
+ #: views/settings.php:402
666
  msgid "Google Analytics"
667
  msgstr "Google Analytics"
668
 
669
+ #: views/settings.php:407
670
  msgid "Use Google Analytics?"
671
  msgstr "Використовувати Google Analytics?"
672
 
673
+ #: views/settings.php:416
674
  msgid "Enable IP anonymization?"
675
  msgstr ""
676
 
677
+ #: views/settings.php:426
678
  msgid "Tracking code"
679
  msgstr "Код відстеження"
680
 
681
+ #: views/settings.php:429
682
+ #, fuzzy
683
+ #| msgid ""
684
+ #| "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
685
  msgid ""
686
+ "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX, G-XXXXXXXX. Eg: "
687
+ "UA-12345678-1 is valid"
688
  msgstr ""
689
  "Дозволені формати: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Наприклад, UA-12345678-1 "
690
  "вірний формат"
691
 
692
+ #: views/settings.php:447
693
  msgid ""
694
  "Setup the conversation steps to capture more subscribers with this friendly "
695
  "way of asking email addresess."
696
  msgstr ""
697
 
698
+ #: views/settings.php:448
699
  msgid ""
700
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
701
  "make the conversation even more realistic."
702
  msgstr ""
703
 
704
+ #: views/settings.php:449
705
  msgid ""
706
  "It is also ok if you don't fill in all the conversation steps if you don't "
707
  "need to."
708
  msgstr ""
709
 
710
+ #: views/settings.php:450
711
  msgid ""
712
  "If you want to see the list of subscribers, go to Modules &raquo; Subscribe "
713
  "&raquo; Export as CSV."
714
  msgstr ""
715
 
716
+ #: views/settings.php:463
717
  #, fuzzy
718
  msgid "Bot Name"
719
  msgstr "Ім'я"
720
 
721
+ #: views/settings.php:466
722
  msgid "This name will appear when the bot is typing."
723
  msgstr ""
724
 
725
+ #: views/settings.php:470
726
  #, fuzzy
727
  msgid "Upload avatar"
728
  msgstr "Обрати фон"
729
 
730
+ #: views/settings.php:474
731
  msgid "A 512 x 512 px will work just fine."
732
  msgstr ""
733
 
734
+ #: views/settings.php:480
735
  msgid "Customize Messages"
736
  msgstr ""
737
 
738
+ #: views/settings.php:485
739
  msgid "Message 1"
740
  msgstr ""
741
 
742
+ #: views/settings.php:493
743
  msgid "Message 2"
744
  msgstr ""
745
 
746
+ #: views/settings.php:501
747
  msgid "Message 3"
748
  msgstr ""
749
 
750
+ #: views/settings.php:509 views/settings.php:549 views/settings.php:571
751
  msgid "Response"
752
  msgstr ""
753
 
754
+ #: views/settings.php:513 views/settings.php:575
755
  msgid "Edit the placeholder's text"
756
  msgstr ""
757
 
758
+ #: views/settings.php:517
759
  msgid "Message 4"
760
  msgstr ""
761
 
762
+ #: views/settings.php:525
763
  msgid "Message 5"
764
  msgstr ""
765
 
766
+ #: views/settings.php:533
767
  msgid "Message 6"
768
  msgstr ""
769
 
770
+ #: views/settings.php:541
771
  msgid "Message 7"
772
  msgstr ""
773
 
774
+ #: views/settings.php:553
775
  msgid "Edit button one"
776
  msgstr ""
777
 
778
+ #: views/settings.php:557
779
  msgid "Edit button two"
780
  msgstr ""
781
 
782
+ #: views/settings.php:563 views/settings.php:579
783
  msgid "Message 8"
784
  msgstr ""
785
 
786
+ #: views/settings.php:563 views/settings.php:587 views/settings.php:595
787
  msgid "(click on button one)"
788
  msgstr ""
789
 
790
+ #: views/settings.php:579
791
  msgid "(click on button two)"
792
  msgstr ""
793
 
794
+ #: views/settings.php:587
795
  msgid "Message 9"
796
  msgstr ""
797
 
798
+ #: views/settings.php:595
799
  msgid "Message 10"
800
  msgstr ""
801
 
802
+ #: views/settings.php:617
803
  msgid ""
804
  "To make the plugin GDPR compliant, fill in the details and enable this "
805
  "section."
806
  msgstr ""
807
 
808
+ #: views/settings.php:618
809
  msgid ""
810
  "Here we added some generic texts that you may want to review, change or "
811
  "remove."
812
  msgstr ""
813
 
814
+ #: views/settings.php:630
815
  msgid "Link name"
816
  msgstr ""
817
 
818
+ #: views/settings.php:634
819
  msgid "Label the link that will be shown on frontend footer"
820
  msgstr ""
821
 
822
+ #: views/settings.php:639
823
  msgid "P. Policy page link"
824
  msgstr ""
825
 
826
+ #: views/settings.php:648
827
  msgid "P. Policy link target"
828
  msgstr ""
829
 
830
+ #: views/settings.php:654
831
  msgid "Choose how the link will open."
832
  msgstr ""
833
 
834
+ #: views/settings.php:659
835
  msgid "Contact form 'tail'"
836
  msgstr ""
837
 
838
+ #: views/settings.php:663 views/settings.php:672
839
  msgid "This will be shown together with the acceptance checkbox below the form"
840
  msgstr ""
841
 
842
+ #: views/settings.php:668
843
  msgid "Subscribe form 'tail'"
844
  msgstr ""
845
 
864
  msgstr "GitHub"
865
 
866
  #: views/sidebar.php:27
867
+ msgid "Recommended"
868
+ msgstr ""
869
+
870
+ #~ msgid "Premium WordPress Themes from WP Maintenance Mode authors!"
871
+ #~ msgstr "Преміум теми WordPress від авторів Режиму обслуговування WP!"
872
+
873
+ #~ msgid ""
874
+ #~ "We hope you like the WP Maintenance Mode plugin! Now you can buy "
875
+ #~ "WordPress Themes directly from us on ThemeForest. We're StrictThemes and "
876
+ #~ "we create best designed and coded WordPress Themes."
877
+ #~ msgstr ""
878
+ #~ "Ми сподіваємось, вам сподобався плагін режиму технічного обслуговування "
879
+ #~ "WP! Тепер ви можете придбати теми WordPress безпосередньо від нас на "
880
+ #~ "ThemeForest. Ми StrictThemes і ми створюємо найкращі розроблені та "
881
+ #~ "кодовані теми WordPress."
882
+
883
+ #~ msgid "See our WordPress Themes!"
884
+ #~ msgstr "Перегляньте наші теми WordPress!"
885
+
886
+ #~ msgid "Other products"
887
+ #~ msgstr "Інші продукти"
888
 
889
+ #~ msgid "Resources"
890
+ #~ msgstr "Ресурси"
 
891
 
892
  #~ msgid "You have %d subscriber(s)"
893
  #~ msgstr "Ви маєте %d підписник (ів)"
readme.txt CHANGED
@@ -6,8 +6,8 @@ Author: Designmodo
6
  Author URI: https://designmodo.com/
7
  Tags: maintenance mode, admin, administration, unavailable, coming soon, multisite, landing page, under construction, contact form, subscribe, countdown
8
  Requires at least: 3.5
9
- Tested up to: 5.2.0
10
- Stable tag: 2.2.4
11
  Requires PHP: 5.6
12
  License: GPL-2.0+
13
 
@@ -40,7 +40,7 @@ Also works with WordPress Multisite installs (each blog from the network has it'
40
 
41
  = Bugs, technical hints or contribute =
42
 
43
- Please give us feedback, contribute and file technical bugs on [GitHub Repo](https://github.com/Designmodocom/WP-Maintenance-Mode).
44
 
45
  = Credits =
46
 
@@ -67,7 +67,7 @@ Developed by [Designmodo](https://designmodo.com) & [StrictThemes – WordPress
67
  == Frequently Asked Questions ==
68
 
69
  = How to use plugin filters =
70
- See [GitHub Repo] (https://github.com/Designmodocom/WP-Maintenance-Mode) FAQ.
71
 
72
  = Cache Plugin Support =
73
  WP Maintenance Mode can be unstable due the cache plugins, we recommend to deactivate any cache plugin when maintenance mode is active.
@@ -77,11 +77,20 @@ If you change your login url, please add the new slug (url: http://domain.com/ne
77
 
78
  == Changelog ==
79
 
 
 
 
 
 
 
 
 
 
80
  = 2.2.4 (20/05/2019) =
81
  * bump "Tested up to" to 5.2.0
82
  * fix typo in Italian translation (it_IT)
83
- * Bot: add a note about how you can export the list of subscribers [#195](https://github.com/Designmodocom/WP-Maintenance-Mode/issues/195)
84
- * Bot: add client-side sanitization to the input fields [#176](https://github.com/Designmodocom/WP-Maintenance-Mode/issues/176)
85
 
86
  = 2.2.3 (20/02/2019) =
87
  * bump "Tested up to" version to 5.1.0
@@ -89,14 +98,14 @@ If you change your login url, please add the new slug (url: http://domain.com/ne
89
  * small improvement to "check_exclude" method from "WP_Maintenance_Mode" class
90
 
91
  = 2.2.2 (27/11/2018) =
92
- * Google Analytics module: migrate from analytics.js to gtag.js + add ip anonymization [#178](https://github.com/Designmodocom/WP-Maintenance-Mode/issues/178)
93
- * GDPR module: accept links inside texareas + add policy link target [#188](https://github.com/Designmodocom/WP-Maintenance-Mode/issues/188)
94
- * add charset meta tag [#200](https://github.com/Designmodocom/WP-Maintenance-Mode/issues/200)
95
  * fix PHP Notice: Undefined index: HTTP_USER_AGENT
96
  * add plural and single form translation for subscribers number (settings page)
97
 
98
  = 2.2.1 (13/07/2018) =
99
- * replace create_function; solves [#186](https://github.com/Designmodocom/WP-Maintenance-Mode/issues/186) issue and [ticket](https://wordpress.org/support/topic/create_function-deprecated-in-php-7-2-8/) (thanks @ [George Jipa](https://github.com/georgejipa))
100
  * solve "set options on first activation" bug [ticket](https://wordpress.org/support/topic/notice-undefined-index-general-in-srv-www-mysite-test-current/) (thanks @ [George Jipa](https://github.com/georgejipa))
101
  * make (frontend) privacy labels clickable (thanks @ [George Jipa](https://github.com/georgejipa))
102
  * added array key check to avoid notice (thanks @ [Smiggel](https://github.com/Smiggel))
6
  Author URI: https://designmodo.com/
7
  Tags: maintenance mode, admin, administration, unavailable, coming soon, multisite, landing page, under construction, contact form, subscribe, countdown
8
  Requires at least: 3.5
9
+ Tested up to: 5.6
10
+ Stable tag: trunk
11
  Requires PHP: 5.6
12
  License: GPL-2.0+
13
 
40
 
41
  = Bugs, technical hints or contribute =
42
 
43
+ Please give us feedback, contribute and file technical bugs on [GitHub Repo](https://github.com/andrianvaleanu/WP-Maintenance-Mode).
44
 
45
  = Credits =
46
 
67
  == Frequently Asked Questions ==
68
 
69
  = How to use plugin filters =
70
+ See [GitHub Repo] (https://github.com/andrianvaleanu/WP-Maintenance-Mode) FAQ.
71
 
72
  = Cache Plugin Support =
73
  WP Maintenance Mode can be unstable due the cache plugins, we recommend to deactivate any cache plugin when maintenance mode is active.
77
 
78
  == Changelog ==
79
 
80
+ = 2.3.0 (07/12/2020) =
81
+ * Modules: add support for Google Analytics 4 measurement ID
82
+ * Design: enable media buttons on wp_editor (now you can add images from the editor)
83
+ * Bot: fix translation issue
84
+ * Misc: add filters for capabilities `wpmm_settings_capability`, `wpmm_subscribers_capability`, and `wpmm_all_actions_capability` (the last one can be used to override all capabilities)
85
+ * Misc: fix [loginform] shortcode redirect attribute
86
+ * Misc: a few CSS & Javascript improvements
87
+ * Misc: bump "Tested up to" version to 5.6
88
+
89
  = 2.2.4 (20/05/2019) =
90
  * bump "Tested up to" to 5.2.0
91
  * fix typo in Italian translation (it_IT)
92
+ * Bot: add a note about how you can export the list of subscribers [#195](https://github.com/andrianvaleanu/WP-Maintenance-Mode/issues/195)
93
+ * Bot: add client-side sanitization to the input fields [#176](https://github.com/andrianvaleanu/WP-Maintenance-Mode/issues/176)
94
 
95
  = 2.2.3 (20/02/2019) =
96
  * bump "Tested up to" version to 5.1.0
98
  * small improvement to "check_exclude" method from "WP_Maintenance_Mode" class
99
 
100
  = 2.2.2 (27/11/2018) =
101
+ * Google Analytics module: migrate from analytics.js to gtag.js + add ip anonymization [#178](https://github.com/andrianvaleanu/WP-Maintenance-Mode/issues/178)
102
+ * GDPR module: accept links inside texareas + add policy link target [#188](https://github.com/andrianvaleanu/WP-Maintenance-Mode/issues/188)
103
+ * add charset meta tag [#200](https://github.com/andrianvaleanu/WP-Maintenance-Mode/issues/200)
104
  * fix PHP Notice: Undefined index: HTTP_USER_AGENT
105
  * add plural and single form translation for subscribers number (settings page)
106
 
107
  = 2.2.1 (13/07/2018) =
108
+ * replace create_function; solves [#186](https://github.com/andrianvaleanu/WP-Maintenance-Mode/issues/186) issue and [ticket](https://wordpress.org/support/topic/create_function-deprecated-in-php-7-2-8/) (thanks @ [George Jipa](https://github.com/georgejipa))
109
  * solve "set options on first activation" bug [ticket](https://wordpress.org/support/topic/notice-undefined-index-general-in-srv-www-mysite-test-current/) (thanks @ [George Jipa](https://github.com/georgejipa))
110
  * make (frontend) privacy labels clickable (thanks @ [George Jipa](https://github.com/georgejipa))
111
  * added array key check to avoid notice (thanks @ [Smiggel](https://github.com/Smiggel))
views/google-analytics.php CHANGED
@@ -1,9 +1,13 @@
1
  <!-- Global site tag (gtag.js) - Google Analytics -->
2
- <script async src="https://www.googletagmanager.com/gtag/js?id=<?php esc_attr_e($ga_code); ?>"></script>
3
  <script>
4
- window.dataLayer = window.dataLayer || [];
5
- function gtag(){dataLayer.push(arguments);}
6
- gtag('js', new Date());
7
 
8
- gtag('config', '<?php esc_attr_e($ga_code); ?>', <?php echo wp_json_encode($ga_options); ?>);
 
 
 
 
9
  </script>
1
  <!-- Global site tag (gtag.js) - Google Analytics -->
2
+ <script async src="https://www.googletagmanager.com/gtag/js?id=<?php echo esc_attr($ga_code); ?>"></script>
3
  <script>
4
+ window.dataLayer = window.dataLayer || [];
5
+ function gtag() {dataLayer.push(arguments);}
6
+ gtag('js', new Date());
7
 
8
+ <?php if (substr($ga_code, 0, 2) === 'UA') { ?>
9
+ gtag('config', '<?php echo esc_attr($ga_code); ?>', <?php echo wp_json_encode($ga_options); ?>);
10
+ <?php } else { ?>
11
+ gtag('config', '<?php echo esc_attr($ga_code); ?>');
12
+ <?php } ?>
13
  </script>
views/promo-blocksy.php ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <strong><?php _e('Blocksy - The Most Innovative & Lightning Fast WordPress Theme', $this->plugin_slug); ?></strong>
2
+
3
+ <br /><br />
4
+ <?php _e('A blazing fast and lightweight WordPress theme built with the latest web technologies. It was built with the Gutenberg editor in mind and has a lot of options that makes it extendable and customizable.', $this->plugin_slug); ?>
5
+ <br /><br />
6
+
7
+ <a class="button button-primary" href="<?php echo esc_url(wpmm_get_utmized_url('https://creativethemes.com/blocksy/', array('source' => 'notice'))); ?>" target="_blank">
8
+ <?php _e('Download for Free Now', $this->plugin_slug); ?>
9
+ </a>
views/promo-strictthemes.php DELETED
@@ -1,9 +0,0 @@
1
- <strong><?php _e('Premium WordPress Themes from WP Maintenance Mode authors!', $this->plugin_slug); ?></strong>
2
-
3
- <br /><br />
4
- <?php _e('We hope you like the WP Maintenance Mode plugin! Now you can buy WordPress Themes directly from us on ThemeForest. We\'re StrictThemes and we create best designed and coded WordPress Themes.', $this->plugin_slug); ?>
5
- <br /><br />
6
-
7
- <a class="button button-primary" href="https://themeforest.net/user/strictthemes/portfolio?utf8=%E2%9C%93&order_by=sales&ref=StrictThemes" target="_blank">
8
- <?php _e('See our WordPress Themes!', $this->plugin_slug); ?>
9
- </a>
 
 
 
 
 
 
 
 
 
views/settings.php CHANGED
@@ -43,13 +43,8 @@
43
  <th scope="row"><label for="options[general][backend_role][]"><?php _e('Backend Role', $this->plugin_slug); ?></label></th>
44
  <td>
45
  <select name="options[general][backend_role][]" multiple="multiple" class="chosen-select" data-placeholder="<?php _e('Select role(s)', $this->plugin_slug); ?>">
46
- <?php
47
- foreach ($wp_roles->roles as $role => $details) {
48
- if ($role == 'administrator') {
49
- continue;
50
- }
51
- ?>
52
- <option value="<?php echo esc_attr($role); ?>" <?php echo wpmm_multiselect((array) $this->plugin_settings['general']['backend_role'], $role); ?>><?php echo $details['name']; ?></option>
53
  <?php } ?>
54
  </select>
55
  <p class="description"><?php _e('Which user role is allowed to access the backend of this blog? Administrators will always have access.', $this->plugin_slug); ?></p>
@@ -59,13 +54,8 @@
59
  <th scope="row"><label for="options[general][frontend_role][]"><?php _e('Frontend Role', $this->plugin_slug); ?></label></th>
60
  <td>
61
  <select name="options[general][frontend_role][]" multiple="multiple" class="chosen-select" data-placeholder="<?php _e('Select role(s)', $this->plugin_slug); ?>">
62
- <?php
63
- foreach ($wp_roles->roles as $role => $details) {
64
- if ($role == 'administrator') {
65
- continue;
66
- }
67
- ?>
68
- <option value="<?php echo esc_attr($role); ?>" <?php echo wpmm_multiselect((array) $this->plugin_settings['general']['frontend_role'], $role); ?>><?php echo $details['name']; ?></option>
69
  <?php } ?>
70
  </select>
71
  <p class="description"><?php _e('Which user role is allowed to access the frontend of this blog? Administrators will always have access.', $this->plugin_slug); ?></p>
@@ -142,7 +132,7 @@
142
  </tr>
143
  <tr valign="top">
144
  <th scope="row"><label for="options[design][heading]"><?php _e('Heading', $this->plugin_slug); ?></label></th>
145
- <td>
146
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['design']['heading'])); ?>" name="options[design][heading]" />
147
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['design']['heading_color'])); ?>" name="options[design][heading_color]" data-default-color="<?php echo esc_attr(stripslashes($this->plugin_settings['design']['heading_color'])); ?>" class="color_picker_trigger"/>
148
  </td>
@@ -155,7 +145,7 @@
155
  'textarea_name' => 'options[design][text]',
156
  'textarea_rows' => 8,
157
  'editor_class' => 'large-text',
158
- 'media_buttons' => false,
159
  'wpautop' => false,
160
  'default_editor' => 'tinymce',
161
  'teeny' => true
@@ -201,25 +191,19 @@
201
  <th scope="row">
202
  <label for="options[design][bg_predefined]"><?php _e('Choose background', $this->plugin_slug); ?></label>
203
  <p class="description">
204
- * <?php echo sprintf(__('source <a href="%s" target="_blank">Free Photos</a>', $this->plugin_slug), 'http://designmodo.com/free-photos/' . WPMM_AUTHOR_UTM); ?>
205
  </p>
206
  </th>
207
  <td>
208
  <ul class="bg_list">
209
- <?php
210
- foreach (glob(WPMM_PATH . 'assets/images/backgrounds/*_thumb.jpg') as $filename) {
211
- $file_thumb = basename($filename);
212
- $file = str_replace('_thumb', '', $file_thumb);
213
- ?>
214
- <li class="<?php echo $this->plugin_settings['design']['bg_predefined'] == $file ? 'active' : ''; ?>">
215
  <label>
216
- <input type="radio" value="<?php echo esc_attr($file); ?>" name="options[design][bg_predefined]" <?php checked($this->plugin_settings['design']['bg_predefined'], $file); ?>>
217
- <img src="<?php echo WPMM_URL . 'assets/images/backgrounds/' . $file_thumb; ?>" width="200" height="150" />
218
  </label>
219
  </li>
220
- <?php
221
- }
222
- ?>
223
  </ul>
224
  </td>
225
  </tr>
@@ -285,7 +269,7 @@
285
  </tr>
286
  <tr valign="top">
287
  <th scope="row"><label for="options[modules][subscribe_text]"><?php _e('Text', $this->plugin_slug); ?></label></th>
288
- <td>
289
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['subscribe_text'])); ?>" name="options[modules][subscribe_text]" />
290
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['subscribe_text_color'])); ?>" name="options[modules][subscribe_text_color]" data-default-color="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['subscribe_text_color'])); ?>" class="color_picker_trigger"/>
291
  </td>
@@ -295,13 +279,14 @@
295
  <td id="subscribers_wrap">
296
  <?php
297
  $subscribers_no = wpmm_count_where('wpmm_subscribers', 'id_subscriber');
298
- echo sprintf(_nx('You have %d subscriber', 'You have %s subscribers', $subscribers_no, 'settings page', $this->plugin_slug), $subscribers_no);
299
 
300
- if ($subscribers_no > 0) {
301
  ?>
302
- <br />
303
- <a class="button button-primary" id="subscribers-export" href="javascript:void(0);"><?php _e('Export as CSV', $this->plugin_slug); ?></a>
304
- <a class="button button-secondary" id="subscribers-empty-list" href="javascript:void(0);"><?php _e('Empty subscribers list', $this->plugin_slug); ?></a>
 
305
  <?php } ?>
306
  </td>
307
  </tr>
@@ -434,14 +419,14 @@
434
  <option value="1" <?php selected($this->plugin_settings['modules']['ga_anonymize_ip'], 1); ?>><?php _e('Yes', $this->plugin_slug); ?></option>
435
  <option value="0" <?php selected($this->plugin_settings['modules']['ga_anonymize_ip'], 0); ?>><?php _e('No', $this->plugin_slug); ?></option>
436
  </select>
437
- <p class="description"><?php _e(sprintf('Read about IP anonymization on <a href="%s" rel="noreferrer" target="_blank">Google Analytics</a> docs.', 'https://support.google.com/analytics/answer/2763052'), $this->plugin_slug); ?></p>
438
  </td>
439
  </tr>
440
  <tr valign="top">
441
  <th scope="row"><label for="options[modules][ga_code]"><?php _e('Tracking code', $this->plugin_slug); ?></label></th>
442
  <td>
443
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['ga_code'])); ?>" name="options[modules][ga_code]" />
444
- <p class="description"><?php _e('Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid', $this->plugin_slug); ?></p>
445
  </td>
446
  </tr>
447
  </tbody>
43
  <th scope="row"><label for="options[general][backend_role][]"><?php _e('Backend Role', $this->plugin_slug); ?></label></th>
44
  <td>
45
  <select name="options[general][backend_role][]" multiple="multiple" class="chosen-select" data-placeholder="<?php _e('Select role(s)', $this->plugin_slug); ?>">
46
+ <?php foreach (wpmm_get_user_roles() as $role => $role_name) { ?>
47
+ <option value="<?php echo esc_attr($role); ?>" <?php echo wpmm_multiselect((array) $this->plugin_settings['general']['backend_role'], $role); ?>><?php echo esc_html($role_name); ?></option>
 
 
 
 
 
48
  <?php } ?>
49
  </select>
50
  <p class="description"><?php _e('Which user role is allowed to access the backend of this blog? Administrators will always have access.', $this->plugin_slug); ?></p>
54
  <th scope="row"><label for="options[general][frontend_role][]"><?php _e('Frontend Role', $this->plugin_slug); ?></label></th>
55
  <td>
56
  <select name="options[general][frontend_role][]" multiple="multiple" class="chosen-select" data-placeholder="<?php _e('Select role(s)', $this->plugin_slug); ?>">
57
+ <?php foreach (wpmm_get_user_roles() as $role => $role_name) { ?>
58
+ <option value="<?php echo esc_attr($role); ?>" <?php echo wpmm_multiselect((array) $this->plugin_settings['general']['frontend_role'], $role); ?>><?php echo esc_html($role_name); ?></option>
 
 
 
 
 
59
  <?php } ?>
60
  </select>
61
  <p class="description"><?php _e('Which user role is allowed to access the frontend of this blog? Administrators will always have access.', $this->plugin_slug); ?></p>
132
  </tr>
133
  <tr valign="top">
134
  <th scope="row"><label for="options[design][heading]"><?php _e('Heading', $this->plugin_slug); ?></label></th>
135
+ <td class="has-inline-color-picker">
136
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['design']['heading'])); ?>" name="options[design][heading]" />
137
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['design']['heading_color'])); ?>" name="options[design][heading_color]" data-default-color="<?php echo esc_attr(stripslashes($this->plugin_settings['design']['heading_color'])); ?>" class="color_picker_trigger"/>
138
  </td>
145
  'textarea_name' => 'options[design][text]',
146
  'textarea_rows' => 8,
147
  'editor_class' => 'large-text',
148
+ 'media_buttons' => true,
149
  'wpautop' => false,
150
  'default_editor' => 'tinymce',
151
  'teeny' => true
191
  <th scope="row">
192
  <label for="options[design][bg_predefined]"><?php _e('Choose background', $this->plugin_slug); ?></label>
193
  <p class="description">
194
+ * <?php echo sprintf(__('source <a href="%s" target="_blank">Free Photos</a>', $this->plugin_slug), esc_url(wpmm_get_utmized_url('http://designmodo.com/free-photos/', array('source' => 'settings')))); ?>
195
  </p>
196
  </th>
197
  <td>
198
  <ul class="bg_list">
199
+ <?php foreach (wpmm_get_backgrounds() as $filename) { ?>
200
+ <li class="<?php echo $this->plugin_settings['design']['bg_predefined'] == $filename['big'] ? 'active' : ''; ?>">
 
 
 
 
201
  <label>
202
+ <input type="radio" value="<?php echo esc_attr($filename['big']); ?>" name="options[design][bg_predefined]" <?php checked($this->plugin_settings['design']['bg_predefined'], $filename['big']); ?>>
203
+ <img src="<?php echo esc_url(WPMM_URL . 'assets/images/backgrounds/' . $filename['small']); ?>" width="200" height="150" />
204
  </label>
205
  </li>
206
+ <?php } ?>
 
 
207
  </ul>
208
  </td>
209
  </tr>
269
  </tr>
270
  <tr valign="top">
271
  <th scope="row"><label for="options[modules][subscribe_text]"><?php _e('Text', $this->plugin_slug); ?></label></th>
272
+ <td class="has-inline-color-picker">
273
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['subscribe_text'])); ?>" name="options[modules][subscribe_text]" />
274
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['subscribe_text_color'])); ?>" name="options[modules][subscribe_text_color]" data-default-color="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['subscribe_text_color'])); ?>" class="color_picker_trigger"/>
275
  </td>
279
  <td id="subscribers_wrap">
280
  <?php
281
  $subscribers_no = wpmm_count_where('wpmm_subscribers', 'id_subscriber');
282
+ echo sprintf(_nx('You have %d subscriber', 'You have %s subscribers', $subscribers_no, 'settings page', $this->plugin_slug), $subscribers_no);
283
 
284
+ if (current_user_can(wpmm_get_capability('subscribers')) && $subscribers_no > 0) {
285
  ?>
286
+ <div class="buttons">
287
+ <a class="button button-primary" id="subscribers-export" href="javascript:void(0);"><?php _e('Export as CSV', $this->plugin_slug); ?></a>
288
+ <a class="button button-secondary" id="subscribers-empty-list" href="javascript:void(0);"><?php _e('Empty subscribers list', $this->plugin_slug); ?></a>
289
+ </div>
290
  <?php } ?>
291
  </td>
292
  </tr>
419
  <option value="1" <?php selected($this->plugin_settings['modules']['ga_anonymize_ip'], 1); ?>><?php _e('Yes', $this->plugin_slug); ?></option>
420
  <option value="0" <?php selected($this->plugin_settings['modules']['ga_anonymize_ip'], 0); ?>><?php _e('No', $this->plugin_slug); ?></option>
421
  </select>
422
+ <p class="description"><?php _e(sprintf('Read about IP anonymization on <a href="%s" rel="noreferrer" target="_blank">Google Analytics</a> docs. It is always enabled on Google Analytics 4.', 'https://support.google.com/analytics/answer/2763052'), $this->plugin_slug); ?></p>
423
  </td>
424
  </tr>
425
  <tr valign="top">
426
  <th scope="row"><label for="options[modules][ga_code]"><?php _e('Tracking code', $this->plugin_slug); ?></label></th>
427
  <td>
428
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['ga_code'])); ?>" name="options[modules][ga_code]" />
429
+ <p class="description"><?php _e('Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX, G-XXXXXXXX. Eg: UA-12345678-1 is valid', $this->plugin_slug); ?></p>
430
  </td>
431
  </tr>
432
  </tbody>
views/sidebar.php CHANGED
@@ -6,14 +6,14 @@
6
  <ul>
7
  <li><?php _e('Name', $this->plugin_slug); ?>:
8
  <?php
9
- echo!empty($plugin_data['Name']) ? $plugin_data['Name'] : '';
10
- echo!empty($plugin_data['Version']) ? ' v' . $plugin_data['Version'] : '';
11
  ?>
12
  </li>
13
- <li><?php _e('Author', $this->plugin_slug); ?>: <?php echo!empty($plugin_data['AuthorName']) ? $plugin_data['AuthorName'] : ''; ?></li>
14
- <li><?php _e('Website', $this->plugin_slug); ?>: <?php echo!empty($plugin_data['AuthorURI']) ? '<a href="' . $plugin_data['AuthorURI'] . WPMM_AUTHOR_UTM . '" target="_blank">' . $plugin_data['AuthorName'] . '</a>' : ''; ?></li>
15
- <li><?php _e('Twitter', $this->plugin_slug); ?>: <?php echo!empty($plugin_data['Twitter']) ? '<a href="http://twitter.com/' . $plugin_data['Twitter'] . '" target="_blank">@' . $plugin_data['Twitter'] . '</a>' : ''; ?></li>
16
- <li><?php _e('GitHub', $this->plugin_slug); ?>: <?php echo!empty($plugin_data['GitHub Plugin URI']) ? '<a href="' . $plugin_data['GitHub Plugin URI'] . '" target="_blank">' . basename($plugin_data['GitHub Plugin URI']) . '</a>' : ''; ?></li>
17
  </ul>
18
  </div>
19
  </div>
@@ -21,44 +21,25 @@
21
  <?php
22
  $banners = wpmm_get_banners();
23
 
24
- if (!empty($banners['product'])) {
25
  ?>
26
  <div class="sidebar_box themes_box">
27
- <h3><?php _e('Other products', $this->plugin_slug); ?></h3>
28
  <div class="inside">
29
  <ul>
30
  <?php
31
- foreach ($banners['product'] as $item) {
 
 
32
  if ($item['utm']) {
33
- $item['link'] = $item['link'] . WPMM_AUTHOR_UTM;
34
  }
35
 
36
- printf('<li><a href="%s" target="_blank" title="%s"><img src="%s" alt="%s" width="280" height="160" /></a></li>', $item['link'], $item['title'], $item['image'], $item['title']);
37
  }
38
  ?>
39
  </ul>
40
  </div>
41
  </div>
42
  <?php } ?>
43
-
44
- <?php
45
- if (!empty($banners['resource'])) {
46
- ?>
47
- <div class="sidebar_box resources_box">
48
- <h3><?php _e('Resources', $this->plugin_slug); ?></h3>
49
- <div class="inside">
50
- <ul>
51
- <?php
52
- foreach ($banners['resource'] as $item) {
53
- if ($item['utm']) {
54
- $item['link'] = $item['link'] . WPMM_AUTHOR_UTM;
55
- }
56
-
57
- printf('<li><a href="%s" target="_blank" title="%s"><img src="%s" alt="%s" width="280" height="160" /></a></li>', $item['link'], $item['title'], $item['image'], $item['title']);
58
- }
59
- ?>
60
- </ul>
61
- </div>
62
- </div>
63
- <?php } ?>
64
  </div>
6
  <ul>
7
  <li><?php _e('Name', $this->plugin_slug); ?>:
8
  <?php
9
+ echo!empty($plugin_data['Name']) ? esc_html($plugin_data['Name']) : '';
10
+ echo!empty($plugin_data['Version']) ? esc_html(' v' . $plugin_data['Version']) : '';
11
  ?>
12
  </li>
13
+ <li><?php _e('Author', $this->plugin_slug); ?>: <?php echo!empty($plugin_data['AuthorName']) ? esc_html($plugin_data['AuthorName']) : ''; ?></li>
14
+ <li><?php _e('Website', $this->plugin_slug); ?>: <?php echo!empty($plugin_data['AuthorURI']) ? '<a href="' . esc_url(wpmm_get_utmized_url($plugin_data['AuthorURI'], array('source' => 'plugininfo'))) . '" target="_blank">' . esc_html($plugin_data['AuthorName']) . '</a>' : ''; ?></li>
15
+ <li><?php _e('Twitter', $this->plugin_slug); ?>: <?php echo!empty($plugin_data['Twitter']) ? '<a href="' . esc_url('https://twitter.com/' . $plugin_data['Twitter']) . '" target="_blank">@' . esc_html($plugin_data['Twitter']) . '</a>' : ''; ?></li>
16
+ <li><?php _e('GitHub', $this->plugin_slug); ?>: <?php echo!empty($plugin_data['GitHub Plugin URI']) ? '<a href="' . esc_url(wpmm_get_utmized_url($plugin_data['GitHub Plugin URI'], array('source' => 'plugininfo'))) . '" target="_blank">' . esc_html(basename($plugin_data['GitHub Plugin URI'])) . '</a>' : ''; ?></li>
17
  </ul>
18
  </div>
19
  </div>
21
  <?php
22
  $banners = wpmm_get_banners();
23
 
24
+ if (!empty($banners)) {
25
  ?>
26
  <div class="sidebar_box themes_box">
27
+ <h3><?php _e('Recommended', $this->plugin_slug); ?></h3>
28
  <div class="inside">
29
  <ul>
30
  <?php
31
+ foreach ($banners as $item) {
32
+ $item['image'] = wpmm_get_banner_url($item['image']);
33
+
34
  if ($item['utm']) {
35
+ $item['link'] = wpmm_get_utmized_url($item['link'], array('source' => 'recommended'));
36
  }
37
 
38
+ printf('<li><a href="%s" target="_blank" title="%s"><img src="%s" alt="%s" width="280" height="160" /></a></li>', esc_url($item['link']), esc_attr($item['title']), esc_url($item['image']), esc_attr($item['title']));
39
  }
40
  ?>
41
  </ul>
42
  </div>
43
  </div>
44
  <?php } ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  </div>
wp-maintenance-mode.php CHANGED
@@ -6,11 +6,11 @@
6
  * Plugin Name: WP Maintenance Mode
7
  * Plugin URI: https://designmodo.com/
8
  * Description: Adds a splash page to your site that lets visitors know your site is down for maintenance. It's perfect for a coming soon page.
9
- * Version: 2.2.4
10
  * Author: Designmodo
11
  * Author URI: https://designmodo.com/
12
  * Twitter: designmodo
13
- * GitHub Plugin URI: https://github.com/Designmodocom/WP-Maintenance-Mode
14
  * GitHub Branch: master
15
  * Text Domain: wp-maintenance-mode
16
  * License: GPL-2.0+
@@ -38,7 +38,6 @@ define('WPMM_URL', plugin_dir_url(__FILE__));
38
  define('WPMM_JS_URL', WPMM_URL . 'assets/js/');
39
  define('WPMM_CSS_URL', WPMM_URL . 'assets/css/');
40
  define('WPMM_IMAGES_URL', WPMM_URL . 'assets/images/');
41
- define('WPMM_AUTHOR_UTM', '?utm_source=wpplugin&utm_medium=wpmaintenance');
42
 
43
  /**
44
  * OTHER DEFINES
6
  * Plugin Name: WP Maintenance Mode
7
  * Plugin URI: https://designmodo.com/
8
  * Description: Adds a splash page to your site that lets visitors know your site is down for maintenance. It's perfect for a coming soon page.
9
+ * Version: 2.3.0
10
  * Author: Designmodo
11
  * Author URI: https://designmodo.com/
12
  * Twitter: designmodo
13
+ * GitHub Plugin URI: https://github.com/andrianvaleanu/WP-Maintenance-Mode
14
  * GitHub Branch: master
15
  * Text Domain: wp-maintenance-mode
16
  * License: GPL-2.0+
38
  define('WPMM_JS_URL', WPMM_URL . 'assets/js/');
39
  define('WPMM_CSS_URL', WPMM_URL . 'assets/css/');
40
  define('WPMM_IMAGES_URL', WPMM_URL . 'assets/images/');
 
41
 
42
  /**
43
  * OTHER DEFINES