WP Maintenance Mode - Version 2.2.2

Version Description

(27/11/2018) = * Google Analytics module: migrate from analytics.js to gtag.js + add ip anonymization #178 * GDPR module: accept links inside texareas + add policy link target #188 * add charset meta tag #200 * fix PHP Notice: Undefined index: HTTP_USER_AGENT * add plural and single form translation for subscribers number (settings page)

Download this release

Release Info

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

Code changes from version 2.2 to 2.2.2

Files changed (113) hide show
  1. assets/css/chosen.css +0 -0
  2. assets/css/chosen.min.css +1 -1
  3. assets/css/index.php +0 -0
  4. assets/css/jquery-ui-timepicker-addon.css +0 -0
  5. assets/css/jquery-ui-timepicker-addon.min.css +1 -1
  6. assets/css/style-admin.css +0 -0
  7. assets/css/style-admin.min.css +1 -1
  8. assets/css/style.bot.min.css +1 -1
  9. assets/css/style.css +3 -0
  10. assets/css/style.min.css +1 -1
  11. assets/images/backgrounds/bg1.jpg +0 -0
  12. assets/images/backgrounds/bg10.jpg +0 -0
  13. assets/images/backgrounds/bg10_thumb.jpg +0 -0
  14. assets/images/backgrounds/bg11.jpg +0 -0
  15. assets/images/backgrounds/bg11_thumb.jpg +0 -0
  16. assets/images/backgrounds/bg1_thumb.jpg +0 -0
  17. assets/images/backgrounds/bg2.jpg +0 -0
  18. assets/images/backgrounds/bg2_thumb.jpg +0 -0
  19. assets/images/backgrounds/bg3.jpg +0 -0
  20. assets/images/backgrounds/bg3_thumb.jpg +0 -0
  21. assets/images/backgrounds/bg4.jpg +0 -0
  22. assets/images/backgrounds/bg4_thumb.jpg +0 -0
  23. assets/images/backgrounds/bg5.jpg +0 -0
  24. assets/images/backgrounds/bg5_thumb.jpg +0 -0
  25. assets/images/backgrounds/bg6.jpg +0 -0
  26. assets/images/backgrounds/bg6_thumb.jpg +0 -0
  27. assets/images/backgrounds/bg7.jpg +0 -0
  28. assets/images/backgrounds/bg7_thumb.jpg +0 -0
  29. assets/images/backgrounds/bg8.jpg +0 -0
  30. assets/images/backgrounds/bg8_thumb.jpg +0 -0
  31. assets/images/backgrounds/bg9.jpg +0 -0
  32. assets/images/backgrounds/bg9_thumb.jpg +0 -0
  33. assets/images/chosen-sprite.png +0 -0
  34. assets/images/chosen-sprite@2x.png +0 -0
  35. assets/images/icn_sprite.png +0 -0
  36. assets/images/icon-48.png +0 -0
  37. assets/images/index.php +0 -0
  38. assets/images/resources/ayoshop.jpg +0 -0
  39. assets/images/resources/flatui.jpg +0 -0
  40. assets/images/resources/linecons.jpg +0 -0
  41. assets/images/resources/qards.jpg +0 -0
  42. assets/images/resources/strictthemes.png +0 -0
  43. assets/index.php +0 -0
  44. assets/js/{async.js → bot.async.js} +0 -0
  45. assets/js/bot.min.js +1 -1
  46. assets/js/chosen.jquery.js +0 -0
  47. assets/js/chosen.jquery.min.js +1 -1
  48. assets/js/index.php +0 -0
  49. assets/js/jquery-ui-timepicker-addon.js +0 -0
  50. assets/js/jquery-ui-timepicker-addon.min.js +1 -2
  51. assets/js/jquery.countdown.js +0 -0
  52. assets/js/jquery.countdown.min.js +1 -1
  53. assets/js/jquery.plugin.js +0 -0
  54. assets/js/jquery.plugin.min.js +1 -1
  55. assets/js/jquery.validate.js +0 -0
  56. assets/js/jquery.validate.min.js +1 -1
  57. assets/js/scripts-admin-global.js +0 -0
  58. assets/js/scripts-admin-global.min.js +1 -1
  59. assets/js/scripts-admin.js +0 -0
  60. assets/js/scripts-admin.min.js +1 -1
  61. assets/js/scripts.js +0 -0
  62. assets/js/scripts.min.js +1 -1
  63. includes/classes/index.php +0 -0
  64. includes/classes/wp-maintenance-mode-admin.php +10 -6
  65. includes/classes/wp-maintenance-mode-shortcodes.php +0 -0
  66. includes/classes/wp-maintenance-mode.php +98 -51
  67. includes/functions/helpers.php +25 -1
  68. includes/functions/hooks.php +26 -0
  69. includes/functions/index.php +0 -0
  70. includes/index.php +0 -0
  71. languages/index.php +0 -0
  72. languages/wp-maintenance-mode-de_DE.mo +0 -0
  73. languages/wp-maintenance-mode-de_DE.po +276 -160
  74. languages/wp-maintenance-mode-en_US.mo +0 -0
  75. languages/wp-maintenance-mode-en_US.po +273 -156
  76. languages/wp-maintenance-mode-es_ES.mo +0 -0
  77. languages/wp-maintenance-mode-es_ES.po +277 -161
  78. languages/wp-maintenance-mode-fa_IR.mo +0 -0
  79. languages/wp-maintenance-mode-fa_IR.po +272 -160
  80. languages/wp-maintenance-mode-fr_FR.mo +0 -0
  81. languages/wp-maintenance-mode-fr_FR.po +277 -161
  82. languages/wp-maintenance-mode-it_IT.mo +0 -0
  83. languages/wp-maintenance-mode-it_IT.po +277 -160
  84. languages/wp-maintenance-mode-nb_NO.mo +0 -0
  85. languages/wp-maintenance-mode-nb_NO.po +277 -160
  86. languages/wp-maintenance-mode-nl_NL.mo +0 -0
  87. languages/wp-maintenance-mode-nl_NL.po +277 -161
  88. languages/wp-maintenance-mode-pl_PL.mo +0 -0
  89. languages/wp-maintenance-mode-pl_PL.po +277 -160
  90. languages/wp-maintenance-mode-pt_BR.mo +0 -0
  91. languages/wp-maintenance-mode-pt_BR.po +278 -161
  92. languages/wp-maintenance-mode-pt_PT.mo +0 -0
  93. languages/wp-maintenance-mode-pt_PT.po +277 -161
  94. languages/wp-maintenance-mode-ro_RO.mo +0 -0
  95. languages/wp-maintenance-mode-ro_RO.po +280 -162
  96. languages/wp-maintenance-mode-ru_RU.mo +0 -0
  97. languages/wp-maintenance-mode-ru_RU.po +280 -162
  98. languages/wp-maintenance-mode-sv_SE.mo +0 -0
  99. languages/wp-maintenance-mode-sv_SE.po +277 -161
  100. languages/wp-maintenance-mode-uk_UA.mo +0 -0
  101. languages/wp-maintenance-mode-uk_UA.po +280 -161
  102. readme.md +0 -107
  103. readme.txt +31 -17
  104. views/contact.php +0 -0
  105. views/google-analytics.php +6 -7
  106. views/index.php +0 -0
  107. views/loginform.php +0 -0
  108. views/maintenance.php +25 -6
  109. views/notice.php +0 -0
  110. views/promo-strictthemes.php +0 -0
  111. views/settings.php +27 -1
  112. views/sidebar.php +0 -0
  113. wp-maintenance-mode.php +6 -5
assets/css/chosen.css CHANGED
File without changes
assets/css/chosen.min.css CHANGED
@@ -1 +1 @@
1
- .chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4);background-clip:padding-box;box-shadow:inset 0 0 3px #fff,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover,.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url(chosen-sprite.png) no-repeat 100% -20px;background:url(chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:inset 0 0 2px #fff,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:inset 0 1px 0 #fff}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close,.chosen-disabled .chosen-single{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(../images/chosen-sprite.png) no-repeat -30px -20px;background:url(../images/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-rtl .chosen-search input[type=text]{background-image:url(../images/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
1
+ .chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 0 3px #fff,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover,.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url(chosen-sprite.png) no-repeat 100% -20px;background:url(chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:inset 0 0 2px #fff,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:inset 0 1px 0 #fff}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close,.chosen-disabled .chosen-single{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(../images/chosen-sprite.png) no-repeat -30px -20px;background:url(../images/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-rtl .chosen-search input[type=text]{background-image:url(../images/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
assets/css/index.php CHANGED
File without changes
assets/css/jquery-ui-timepicker-addon.css CHANGED
File without changes
assets/css/jquery-ui-timepicker-addon.min.css CHANGED
@@ -1 +1 @@
1
- .ui-timepicker-div .ui-widget-header{margin-bottom:8px}.ui-timepicker-div dl{text-align:left}.ui-timepicker-div dl dt{float:left;clear:left;padding:0 0 0 5px}.ui-timepicker-div dl dd{margin:0 10px 10px 40%}.ui-timepicker-div td{font-size:90%}.ui-tpicker-grid-label{background:none;border:none;margin:0;padding:0}.ui-timepicker-div .ui_tpicker_unit_hide{display:none}.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input{background:none;color:inherit;border:none;outline:none;border-bottom:1px solid #555;width:95%}.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus{border-bottom-color:#aaa}.ui-timepicker-rtl{direction:rtl}.ui-timepicker-rtl dl{text-align:right;padding:0 5px 0 0}.ui-timepicker-rtl dl dt{float:right;clear:right}.ui-timepicker-rtl dl dd{margin:0 40% 10px 10px}.ui-timepicker-div.ui-timepicker-oneLine{padding-right:2px}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,.ui-timepicker-div.ui-timepicker-oneLine dt{display:none}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label{display:block;padding-top:2px}.ui-timepicker-div.ui-timepicker-oneLine dl{text-align:right}.ui-timepicker-div.ui-timepicker-oneLine dl dd,.ui-timepicker-div.ui-timepicker-oneLine dl dd>div{display:inline-block;margin:0}.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before{content:':';display:inline-block}.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before,.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before{content:'.';display:inline-block}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{display:none}
1
+ .ui-timepicker-div .ui-widget-header{margin-bottom:8px}.ui-timepicker-div dl{text-align:left}.ui-timepicker-div dl dt{float:left;clear:left;padding:0 0 0 5px}.ui-timepicker-div dl dd{margin:0 10px 10px 40%}.ui-timepicker-div td{font-size:90%}.ui-tpicker-grid-label{background:none;border:none;margin:0;padding:0}.ui-timepicker-div .ui_tpicker_unit_hide{display:none}.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input{background:none;color:inherit;outline:none;border:none;border-bottom:1px solid #555;width:95%}.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus{border-bottom-color:#aaa}.ui-timepicker-rtl{direction:rtl}.ui-timepicker-rtl dl{text-align:right;padding:0 5px 0 0}.ui-timepicker-rtl dl dt{float:right;clear:right}.ui-timepicker-rtl dl dd{margin:0 40% 10px 10px}.ui-timepicker-div.ui-timepicker-oneLine{padding-right:2px}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,.ui-timepicker-div.ui-timepicker-oneLine dt{display:none}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label{display:block;padding-top:2px}.ui-timepicker-div.ui-timepicker-oneLine dl{text-align:right}.ui-timepicker-div.ui-timepicker-oneLine dl dd,.ui-timepicker-div.ui-timepicker-oneLine dl dd>div{display:inline-block;margin:0}.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before{content:":";display:inline-block}.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before,.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before{content:".";display:inline-block}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{display:none}
assets/css/style-admin.css CHANGED
File without changes
assets/css/style-admin.min.css CHANGED
@@ -1 +1 @@
1
- h2.wpmm-title{background:url("../images/icon-48.png") no-repeat left center;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,0.04);box-shadow:0 1px 1px rgba(0,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:0.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-select{width:195px !important}.chosen-container{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,0.07) inset !important;box-shadow:0 1px 2px rgba(0,0,0,0.07) inset !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 .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}
assets/css/style.bot.min.css CHANGED
@@ -1 +1 @@
1
- .bot .wrap{margin-top:60px}.bot .wrap h1{margin-bottom:50px}.wrap.under-bot{margin-top:50px}.wrap.under-bot .countdown{margin-bottom:50px}.wrap.under-bot .social{margin-bottom:50px}.bot-container *,.bot-container *::before,.bot-container *::after{-webkit-box-sizing:border-box;box-sizing:border-box}.bot-container p{margin-top:0;margin-bottom:16px}.bot-container a{text-decoration:none;cursor:pointer}.bot-container ul{list-style-type:none;padding-left:0}.bot-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.background .bot-chat-wrapper{border-radius:10px;background-color:#fff;-webkit-box-shadow:0px 4px 40px rgba(0,0,0,0.2);box-shadow:0px 4px 40px rgba(0,0,0,0.2);max-width:720px;padding-left:110px}.chat-message-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px;width:100%;padding-left:80px}.chat-message-wrapper .chat-message{max-width:100%;width:100%;color:#3a3e45;line-height:24px}.absolute-wrapper{position:absolute;left:0;bottom:20%}.message-details{position:relative}.chat-message-wrapper .bot-avatar{display:none;top:-18px}.chat-message-wrapper:last-child .bot-avatar{display:block}.chat-message-wrapper .message-date{font-size:12px;color:#c3c3c3}.chat-message-wrapper p,.typing-wrapper p{margin-bottom:0}.bot-chat-wrapper{max-width:700px;width:100%;height:460px;padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:75px;overflow-y:scroll;overflow-x:hidden}.typing-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px;position:relative}.bot-avatar{width:60px;height:60px;position:absolute;left:-70px;top:-10px;background-size:cover;background-repeat:no-repeat;background-position:center;border-radius:50%;margin-right:10px}.typing-wrapper .bot-name{margin-right:22px;font-weight:bold}.chat-message{background-color:#f4f4f4;border-radius:5px;padding:15px;max-width:75%;clear:both;position:relative;float:left;-webkit-animation:fade-in-left 0.2s linear both;animation:fade-in-left 0.2s linear both}.chat-message:before{content:' ';position:absolute;width:0;height:0;left:-20px;bottom:20%;border:10px solid;border-color:transparent #f4f4f4 transparent transparent}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.chat-message.user{-webkit-animation:fade-in-right 0.2s linear 0.4s both;animation:fade-in-right 0.2s linear 0.4s both;background:#a0a0a0;color:#fff;float:right;padding:15px;font-size:14px}.chat-message a{color:#6ecff9;text-decoration:underline;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.chat-message a:hover{color:#38a9d9}.choices{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.choices .chat-message{background:none;color:#6ecff9;border:2px solid #6ecff9;cursor:pointer;-webkit-animation:fadeInGrownIn 0.5s ease;animation:fadeInGrownIn 0.5s ease;float:none;display:inline-block;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.choices .chat-message:first-child{margin-right:10px}.choices .chat-message:hover{background:#6ecff9;color:#fff}.input .chat-message.user{background:transparent;border-bottom:2px solid #6ecff9;border-radius:0;padding:10px}.input{-webkit-animation:fadeInGrownIn 0.5s ease;animation:fadeInGrownIn 0.5s ease}.input input{border:none;border-color:#fff;color:#000;background:none;-webkit-box-shadow:none;box-shadow:none;margin-right:60px;font-size:14px}.input input:focus{outline:none}.input input::-webkit-input-placeholder{color:#c3c3c3}.input input:-ms-input-placeholder{color:#c3c3c3}.input input::-moz-placeholder{color:#c3c3c3}.input input:-moz-placeholder{color:#c3c3c3}.input a{color:#6ecff9;text-decoration:none;text-transform:uppercase;cursor:pointer;font-size:14px;font-weight:700}.bot-error{width:100%;background:rgba(255,69,69,0.8);line-height:65px;padding:0 50px;color:#fff;font-size:20px;position:fixed;bottom:-70px}.typing{border-radius:5px;background-color:#fff;-webkit-box-shadow:0px 7px 15px 0px rgba(0,0,0,0.1);box-shadow:0px 7px 15px 0px rgba(0,0,0,0.1);width:120px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-animation:fadeInGrownIn 0.5s ease;animation:fadeInGrownIn 0.5s ease}.typing .dot{border-radius:50%;width:8px;height:8px;display:block;margin-right:12px;-webkit-animation:wave 0.9s linear infinite;animation:wave 0.9s linear infinite}.typing .dot:nth-child(1){background-color:#4f3beb}.typing .dot:nth-child(2){background-color:#6292f3;-webkit-animation-delay:-0.7s;animation-delay:-0.7s}.typing .dot:nth-child(3){background-color:#6ecff9;-webkit-animation-delay:-0.5s;animation-delay:-0.5s;margin-right:0}.typing:before,.bot-chat-wrapper .chat-message.user:before{content:"";display:none}@-webkit-keyframes fadeInGrownIn{0%{opacity:0;-webkit-transform:scale(0.9);transform:scale(0.9)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes fadeInGrownIn{0%{opacity:0;-webkit-transform:scale(0.9);transform:scale(0.9)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes fade-in-left{0%{-webkit-transform:translateX(-50px);transform:translateX(-50px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-left{0%{-webkit-transform:translateX(-50px);transform:translateX(-50px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@-webkit-keyframes fade-in-right{0%{-webkit-transform:translateX(50px);transform:translateX(50px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-right{0%{-webkit-transform:translateX(50px);transform:translateX(50px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@-webkit-keyframes wave{0%,60%,100%{-webkit-transform:initial;transform:initial}30%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}@keyframes wave{0%,60%,100%{-webkit-transform:initial;transform:initial}30%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}@media screen and (max-width: 700px){.bot-avatar{display:none !important}.bot-chat-wrapper,.bg-image .bot-chat-wrapper{padding-left:20px;padding-top:20px;padding-right:20px;padding-bottom:20px}.bg-image .bot-chat-wrapper{margin-left:10px;margin-right:10px}.chat-message{max-width:100%}.input input{font-size:16px}}.bot-chat-wrapper::-webkit-scrollbar{width:0px}
1
+ .bot .wrap{margin-top:60px}.bot .wrap h1{margin-bottom:50px}.wrap.under-bot{margin-top:50px}.wrap.under-bot .countdown,.wrap.under-bot .social{margin-bottom:50px}.bot-container *,.bot-container :after,.bot-container :before{-webkit-box-sizing:border-box;box-sizing:border-box}.bot-container p{margin-top:0;margin-bottom:16px}.bot-container a{text-decoration:none;cursor:pointer}.bot-container ul{list-style-type:none;padding-left:0}.bot-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.background .bot-chat-wrapper{border-radius:10px;background-color:#fff;-webkit-box-shadow:0 4px 40px rgba(0,0,0,.2);box-shadow:0 4px 40px rgba(0,0,0,.2);max-width:720px;padding-left:110px}.chat-message-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px;width:100%;padding-left:80px}.chat-message-wrapper .chat-message{max-width:100%;width:100%;color:#3a3e45;line-height:24px}.absolute-wrapper{position:absolute;left:0;bottom:20%}.message-details{position:relative}.chat-message-wrapper .bot-avatar{display:none;top:-18px}.chat-message-wrapper:last-child .bot-avatar{display:block}.chat-message-wrapper .message-date{font-size:12px;color:#c3c3c3}.chat-message-wrapper p,.typing-wrapper p{margin-bottom:0}.bot-chat-wrapper{max-width:700px;width:100%;height:460px;padding:40px 40px 40px 75px;overflow-y:scroll;overflow-x:hidden}.typing-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px;position:relative}.bot-avatar{width:60px;height:60px;position:absolute;left:-70px;top:-10px;background-size:cover;background-repeat:no-repeat;background-position:50%;border-radius:50%;margin-right:10px}.typing-wrapper .bot-name{margin-right:22px;font-weight:700}.chat-message{background-color:#f4f4f4;border-radius:5px;padding:15px;max-width:75%;clear:both;position:relative;float:left;-webkit-animation:fade-in-left .2s linear both;animation:fade-in-left .2s linear both}.chat-message:before{content:" ";position:absolute;width:0;height:0;left:-20px;bottom:20%;border:10px solid transparent;border-right-color:#f4f4f4}.cf:after,.cf:before{content:" ";display:table}.cf:after{clear:both}.chat-message.user{-webkit-animation:fade-in-right .2s linear .4s both;animation:fade-in-right .2s linear .4s both;background:#a0a0a0;color:#fff;float:right;padding:15px;font-size:14px}.chat-message a{color:#6ecff9;text-decoration:underline;-webkit-transition:all .3s ease;transition:all .3s ease}.chat-message a:hover{color:#38a9d9}.choices{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.choices .chat-message{background:none;color:#6ecff9;border:2px solid #6ecff9;cursor:pointer;-webkit-animation:fadeInGrownIn .5s ease;animation:fadeInGrownIn .5s ease;float:none;display:inline-block;-webkit-transition:all .3s ease;transition:all .3s ease}.choices .chat-message:first-child{margin-right:10px}.choices .chat-message:hover{background:#6ecff9;color:#fff}.input .chat-message.user{background:transparent;border-bottom:2px solid #6ecff9;border-radius:0;padding:10px}.input{-webkit-animation:fadeInGrownIn .5s ease;animation:fadeInGrownIn .5s ease}.input input{border:#fff;color:#000;background:none;-webkit-box-shadow:none;box-shadow:none;margin-right:60px;font-size:14px}.input input:focus{outline:none}.input input::-webkit-input-placeholder{color:#c3c3c3}.input input:-ms-input-placeholder{color:#c3c3c3}.input input:-moz-placeholder,.input input::-moz-placeholder{color:#c3c3c3}.input a{color:#6ecff9;text-decoration:none;text-transform:uppercase;cursor:pointer;font-size:14px;font-weight:700}.bot-error{width:100%;background:rgba(255,69,69,.8);line-height:65px;padding:0 50px;color:#fff;font-size:20px;position:fixed;bottom:-70px}.typing{border-radius:5px;background-color:#fff;-webkit-box-shadow:0 7px 15px 0 rgba(0,0,0,.1);box-shadow:0 7px 15px 0 rgba(0,0,0,.1);width:120px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-animation:fadeInGrownIn .5s ease;animation:fadeInGrownIn .5s ease}.typing .dot{border-radius:50%;width:8px;height:8px;display:block;margin-right:12px;-webkit-animation:wave .9s linear infinite;animation:wave .9s linear infinite}.typing .dot:first-child{background-color:#4f3beb}.typing .dot:nth-child(2){background-color:#6292f3;-webkit-animation-delay:-.7s;animation-delay:-.7s}.typing .dot:nth-child(3){background-color:#6ecff9;-webkit-animation-delay:-.5s;animation-delay:-.5s;margin-right:0}.bot-chat-wrapper .chat-message.user:before,.typing:before{content:"";display:none}@-webkit-keyframes fadeInGrownIn{0%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes fadeInGrownIn{0%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes fade-in-left{0%{-webkit-transform:translateX(-50px);transform:translateX(-50px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-left{0%{-webkit-transform:translateX(-50px);transform:translateX(-50px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@-webkit-keyframes fade-in-right{0%{-webkit-transform:translateX(50px);transform:translateX(50px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-right{0%{-webkit-transform:translateX(50px);transform:translateX(50px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@-webkit-keyframes wave{0%,60%,to{-webkit-transform:initial;transform:none}30%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}@keyframes wave{0%,60%,to{-webkit-transform:initial;transform:none}30%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}@media screen and (max-width:700px){.bot-avatar{display:none!important}.bg-image .bot-chat-wrapper,.bot-chat-wrapper{padding:20px}.bg-image .bot-chat-wrapper{margin-left:10px;margin-right:10px}.chat-message{max-width:100%}.input input{font-size:16px}}.bot-chat-wrapper::-webkit-scrollbar{width:0}
assets/css/style.css CHANGED
@@ -247,6 +247,9 @@ body {
247
  .wrap .social .fb {
248
  background-position: -240px 0;
249
  }
 
 
 
250
  .wrap .social .tw {
251
  background-position: -162px 0px;
252
  }
247
  .wrap .social .fb {
248
  background-position: -240px 0;
249
  }
250
+ .wrap .social .instagram {
251
+ background-position: -707px 0;
252
+ }
253
  .wrap .social .tw {
254
  background-position: -162px 0px;
255
  }
assets/css/style.min.css CHANGED
@@ -1 +1 @@
1
- html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,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:before,blockquote:after,q:before,q:after{content:'"';content:none}input,button{border-radius:0}table{border-collapse:collapse;border-spacing:0}em,i{font-style:italic}del{text-decoration:line-through}strong,b{font-weight:bold}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 h3{font-size:24px;font-weight:400;margin:0 0 45px}.wrap .author_link{margin-top:15px;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:bold;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 0}.wrap .social .git{background-position:0 0}.wrap .social .fb{background-position:-240px 0}.wrap .social .tw{background-position:-162px 0px}.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,0.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:0.2s -webkit-transform ease-in-out;transition:0.2s -webkit-transform ease-in-out;transition:0.2s transform ease-in-out;transition:0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out}.contact .form input[type=text],.contact .form input[type=submit],.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(0.5);transform:perspective(1000px) scale(0.5);-webkit-transition:0.3s -webkit-transform ease-in-out;transition:0.3s -webkit-transform ease-in-out;transition:0.3s transform ease-in-out;transition:0.3s transform ease-in-out, 0.3s -webkit-transform 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 center 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{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.wrap form.subscribe_form input{-webkit-box-sizing:border-box;box-sizing:border-box}.wrap form input[type="text"],.wrap form input[type="submit"]{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 p.col{width:100%}.contact .form input[type="submit"]{width:100%}.wrap form.login_form{width:90%}.wrap form.login_form input{width:100%;margin:0 0 10px 0}.wrap form.login_form input[type="submit"]{margin:10px 0 0}ul,ol{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{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%}}
assets/images/backgrounds/bg1.jpg CHANGED
File without changes
assets/images/backgrounds/bg10.jpg CHANGED
File without changes
assets/images/backgrounds/bg10_thumb.jpg CHANGED
File without changes
assets/images/backgrounds/bg11.jpg CHANGED
File without changes
assets/images/backgrounds/bg11_thumb.jpg CHANGED
File without changes
assets/images/backgrounds/bg1_thumb.jpg CHANGED
File without changes
assets/images/backgrounds/bg2.jpg CHANGED
File without changes
assets/images/backgrounds/bg2_thumb.jpg CHANGED
File without changes
assets/images/backgrounds/bg3.jpg CHANGED
File without changes
assets/images/backgrounds/bg3_thumb.jpg CHANGED
File without changes
assets/images/backgrounds/bg4.jpg CHANGED
File without changes
assets/images/backgrounds/bg4_thumb.jpg CHANGED
File without changes
assets/images/backgrounds/bg5.jpg CHANGED
File without changes
assets/images/backgrounds/bg5_thumb.jpg CHANGED
File without changes
assets/images/backgrounds/bg6.jpg CHANGED
File without changes
assets/images/backgrounds/bg6_thumb.jpg CHANGED
File without changes
assets/images/backgrounds/bg7.jpg CHANGED
File without changes
assets/images/backgrounds/bg7_thumb.jpg CHANGED
File without changes
assets/images/backgrounds/bg8.jpg CHANGED
File without changes
assets/images/backgrounds/bg8_thumb.jpg CHANGED
File without changes
assets/images/backgrounds/bg9.jpg CHANGED
File without changes
assets/images/backgrounds/bg9_thumb.jpg CHANGED
File without changes
assets/images/chosen-sprite.png CHANGED
File without changes
assets/images/chosen-sprite@2x.png CHANGED
File without changes
assets/images/icn_sprite.png CHANGED
Binary file
assets/images/icon-48.png CHANGED
File without changes
assets/images/index.php CHANGED
File without changes
assets/images/resources/ayoshop.jpg CHANGED
File without changes
assets/images/resources/flatui.jpg CHANGED
File without changes
assets/images/resources/linecons.jpg CHANGED
File without changes
assets/images/resources/qards.jpg CHANGED
File without changes
assets/images/resources/strictthemes.png CHANGED
File without changes
assets/index.php CHANGED
File without changes
assets/js/{async.js → bot.async.js} RENAMED
File without changes
assets/js/bot.min.js CHANGED
@@ -1 +1 @@
1
- "use strict";function getCurrentTime(){var n=new Date,t=n.getHours(),e=n.getMinutes(),r=t>=12?"PM":"AM";return t%=12,t=t||12,e=e<10?"0"+e:e,t+":"+e+" "+r}function renderStatement(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()}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){return jQuery(".bot-container input[type=text]").val().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,}))$/,r=e.test(String(t.toLowerCase()));if(t.length>7&&!0===r){var i=jQuery(".bot-container input[type=email]").serialize(),o="action=wpmm_add_subscriber&"+i;jQuery.post(wpmm_vars.ajax_url,o,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=conversationData[conversationPos][n];"sideeffect"in t&&jQuery.type("function"===t.sideeffect)&&t.sideeffect(context);var e;"array"===jQuery.type(t.statement)?e=t.statement:"string"===jQuery.type(t.statement)?e=[t.statement]:"function"===jQuery.type(t.statement)&&(e=t.statement(context)),async.eachSeries(e,function(n,t){if(showTyping(),scrollToBottom(),n.length<=50)var e=1800;else var 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 t){jQuery(".input").hide(),jQuery(".choices").show();var e=t.options;e.length>0&&setTimeout(function(){for(var n=0;n<e.length;n++){var t=e[n],r,i;null===t.consequence?(i=null,r="disabled"):(i=function(n){showResponse(n)}.bind(null,t),r="");var o=jQuery("<p/>",{text:t.choice,class:"chat-message user",click:i}).appendTo(".choices")}},750)}else if("input"in t){jQuery(".input").show(),jQuery(".choices").hide();var r=t.input,i=jQuery("<form/>",{submit:checkInput.bind(null,r)}),o=jQuery("<p/>",{class:"chat-message user"}).appendTo(i),u=jQuery("<input/>",{type:"text",placeholder:botVars.typeName,name:r.name,autocomplete:"off",required:!0}).appendTo(o),c=jQuery("<a/>",{text:"Send",click:checkInput.bind(null,r)}).appendTo(o);i.appendTo(".input"),async.nextTick(function(){u.focus()})}else if("email"in t){jQuery(".input").show(),jQuery(".choices").hide();var r=t.email,i=jQuery("<form/>",{class:"bot_subscribe_form",submit:checkEmail.bind(null,r)}),o=jQuery("<p/>",{class:"chat-message user"}).appendTo(i),u=jQuery("<input/>",{type:"email",placeholder:botVars.typeEmail,name:r.email,autocomplete:"off"}).appendTo(o),c=jQuery("<a/>",{text:botVars.send,click:checkEmail.bind(null,r)}).appendTo(o);i.appendTo(".input"),async.nextTick(function(){u.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(),jQuery(".chat-container").append('<p class="chat-message user">'+t+"</p>"),"consequence"in n&&showStatement(n.consequence)}var _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(n){return typeof n}:function(n){return n&&"function"==typeof Symbol&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n};!function(){function n(){}function t(n){return n}function e(n){return!!n}function r(n){return!n}function i(n){return function(){if(null===n)throw new Error("Callback was already called.");n.apply(this,arguments),n=null}}function o(n){return function(){null!==n&&(n.apply(this,arguments),n=null)}}function u(n){return M(n)||"number"==typeof n.length&&n.length>=0&&n.length%1==0}function c(n,t){return u(n)?a(n,t):p(n,t)}function a(n,t){for(var e=-1,r=n.length;++e<r;)t(n[e],e,n)}function s(n,t){for(var e=-1,r=n.length,i=Array(r);++e<r;)i[e]=t(n[e],e,n);return i}function l(n){return s(Array(n),function(n,t){return t})}function f(n,t,e){return a(n,function(n,r,i){e=t(e,n,r,i)}),e}function p(n,t){a(P(n),function(e){t(n[e],e)})}function h(n,t){for(var e=0;e<n.length;e++)if(n[e]===t)return e;return-1}function y(n){var t=-1,e,r;return u(n)?(e=n.length,function n(){return t++,t<e?t:null}):(r=P(n),e=r.length,function n(){return t++,t<e?r[t]:null})}function m(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 d(n){return function(t,e,r){return n(t,r)}}function v(t){return function(e,r,u){u=o(u||n),e=e||[];var c=y(e);if(t<=0)return u(null);var a=!1,s=0,l=!1;!function n(){if(a&&s<=0)return u(null);for(;s<t&&!l;){var o=c();if(null===o)return a=!0,void(s<=0&&u(null));s+=1,r(e[o],o,i(function(t){s-=1,t?(u(t),l=!0):n()}))}}()}}function g(n){return function(t,e,r){return n(C.eachOf,t,e,r)}}function b(n){return function(t,e,r,i){return n(v(e),t,r,i)}}function k(n){return function(t,e,r){return n(C.eachOfSeries,t,e,r)}}function j(t,e,r,i){i=o(i||n);var u=[];t(e,function(n,t,e){r(n,function(n,r){u[t]=r,e(n)})},function(n){i(n,u)})}function w(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(s(i.sort(function(n,t){return n.index-t.index}),function(n){return n.value}))})}function Q(n,t,e,r){w(n,t,function(n,t){e(n,function(n){t(!n)})},r)}function x(n,t,e){return function(r,i,o,u){function c(){u&&u(e(!1,void 0))}function a(n,r,i){if(!u)return i();o(n,function(r){u&&t(r)&&(u(e(!0,n)),u=o=!1),i()})}arguments.length>3?n(r,i,a,c):(u=o,o=i,n(r,a,c))}}function S(n,t){return t}function T(t,e,r){r=r||n;var i=u(e)?[]:{};t(e,function(n,t,e){n(m(function(n,r){r.length<=1&&(r=r[0]),i[t]=r,e(n)}))},function(n){r(n,i)})}function E(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 O(t,e,r){function o(t,e,r,i){if(null!=i&&"function"!=typeof i)throw new Error("task callback must be a function");if(t.started=!0,M(e)||(e=[e]),0===e.length&&t.idle())return C.setImmediate(function(){t.drain()});a(e,function(e){var o={data:e,callback:i||n};r?t.tasks.unshift(o):t.tasks.push(o),t.tasks.length===t.concurrency&&t.saturated()}),C.setImmediate(t.process)}function u(n,t){return function(){c-=1;var e=arguments;a(t,function(n){n.callback.apply(n,e)}),n.tasks.length+c===0&&n.drain(),n.process()}}if(null==e)e=1;else if(0===e)throw new Error("Concurrency must not be zero");var c=0,l={tasks:[],concurrency:e,payload:r,saturated:n,empty:n,drain:n,started:!1,paused:!1,push:function n(t,e){o(l,t,!1,e)},kill:function t(){l.drain=n,l.tasks=[]},unshift:function n(t,e){o(l,t,!0,e)},process:function n(){if(!l.paused&&c<l.concurrency&&l.tasks.length)for(;c<l.concurrency&&l.tasks.length;){var e=l.payload?l.tasks.splice(0,l.payload):l.tasks.splice(0,l.tasks.length),r=s(e,function(n){return n.data});0===l.tasks.length&&l.empty(),c+=1;var o=i(u(l,e));t(r,o)}},length:function n(){return l.tasks.length},running:function n(){return c},idle:function n(){return l.tasks.length+c===0},pause:function n(){l.paused=!0},resume:function n(){if(!1!==l.paused){l.paused=!1;for(var t=Math.min(l.concurrency,l.tasks.length),e=1;e<=t;e++)C.setImmediate(l.process)}}};return l}function I(n){return m(function(t,e){t.apply(null,e.concat([m(function(t,e){"undefined"!=typeof console&&(t?console.error&&console.error(t):console[n]&&a(e,function(t){console[n](t)}))})]))})}function L(n){return function(t,e,r){n(l(t),e,r)}}function _(n){return m(function(t,e){var r=m(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 A(n){return m(function(t){var e=t.pop();t.push(function(){var n=arguments;r?C.setImmediate(function(){e.apply(null,n)}):e.apply(null,n)});var r=!0;n.apply(this,t),r=!1})}var C={},q,z="object"===("undefined"==typeof self?"undefined":_typeof(self))&&self.self===self&&self||"object"===("undefined"==typeof global?"undefined":_typeof(global))&&global.global===global&&global||this;null!=z&&(q=z.async),C.noConflict=function(){return z.async=q,C};var B=Object.prototype.toString,M=Array.isArray||function(n){return"[object Array]"===B.call(n)},P=Object.keys||function(n){var t=[];for(var e in n)n.hasOwnProperty(e)&&t.push(e);return t},V="function"==typeof setImmediate&&setImmediate,D=V?function(n){V(n)}:function(n){setTimeout(n,0)};"object"===("undefined"==typeof process?"undefined":_typeof(process))&&"function"==typeof process.nextTick?C.nextTick=process.nextTick:C.nextTick=D,C.setImmediate=V?D:C.nextTick,C.forEach=C.each=function(n,t,e){return C.eachOf(n,d(t),e)},C.forEachSeries=C.eachSeries=function(n,t,e){return C.eachOfSeries(n,d(t),e)},C.forEachLimit=C.eachLimit=function(n,t,e,r){return v(t)(n,d(e),r)},C.forEachOf=C.eachOf=function(t,e,r){function a(n){n?r(n):(l+=1)>=s&&r(null)}r=o(r||n),t=t||[];var s=u(t)?t.length:P(t).length,l=0;if(!s)return r(null);c(t,function(n,r){e(t[r],r,i(a))})},C.forEachOfSeries=C.eachOfSeries=function(t,e,r){function u(){var n=!0;if(null===a)return r(null);e(t[a],a,i(function(t){if(t)r(t);else{if(null===(a=c()))return r(null);n?C.nextTick(u):u()}})),n=!1}r=o(r||n),t=t||[];var c=y(t),a=c();u()},C.forEachOfLimit=C.eachOfLimit=function(n,t,e,r){v(t)(n,e,r)},C.map=g(j),C.mapSeries=k(j),C.mapLimit=b(j),C.inject=C.foldl=C.reduce=function(n,t,e,r){C.eachOfSeries(n,function(n,r,i){e(t,n,function(n,e){t=e,i(n)})},function(n){r(n||null,t)})},C.foldr=C.reduceRight=function(n,t,e,r){var i=s(n,function(n){return n}).reverse();C.reduce(i,t,e,r)},C.select=C.filter=g(w),C.selectLimit=C.filterLimit=b(w),C.selectSeries=C.filterSeries=k(w),C.reject=g(Q),C.rejectLimit=b(Q),C.rejectSeries=k(Q),C.any=C.some=x(C.eachOf,e,t),C.someLimit=x(C.eachOfLimit,e,t),C.all=C.every=x(C.eachOf,r,r),C.everyLimit=x(C.eachOfLimit,r,r),C.detect=x(C.eachOf,t,S),C.detectSeries=x(C.eachOfSeries,t,S),C.sortBy=function(n,t,e){function r(n,t){var e=n.criteria,r=t.criteria;return e<r?-1:e>r?1:0}C.map(n,function(n,e){t(n,function(t,r){t?e(t):e(null,{value:n,criteria:r})})},function(n,t){if(n)return e(n);e(null,s(t.sort(r),function(n){return n.value}))})},C.auto=function(t,e){function r(n){y.unshift(n)}function i(n){var t=h(y,n);t>=0&&y.splice(t,1)}function u(){s--,a(y.slice(0),function(n){n()})}e=o(e||n);var c=P(t),s=c.length;if(!s)return e(null);var l={},y=[];r(function(){s||e(null,l)}),a(c,function(n){function o(){return f(y,function(n,t){return n&&l.hasOwnProperty(t)},!0)&&!l.hasOwnProperty(n)}function c(){o()&&(i(c),a[a.length-1](s,l))}for(var a=M(t[n])?t[n]:[t[n]],s=m(function(t,r){if(r.length<=1&&(r=r[0]),t){var i={};p(l,function(n,t){i[t]=n}),i[n]=r,e(t,i)}else l[n]=r,C.setImmediate(u)}),y=a.slice(0,a.length-1),d=y.length,v;d--;){if(!(v=t[y[d]]))throw new Error("Has inexistant dependency");if(M(v)&&h(v,n)>=0)throw new Error("Has cyclic dependencies")}o()?a[a.length-1](s,l):r(c)})},C.retry=function(n,t,e){function r(n,t){if("number"==typeof t)n.times=parseInt(t,10)||o;else{if("object"!==(void 0===t?"undefined":_typeof(t)))throw new Error("Unsupported argument type for 'times': "+(void 0===t?"undefined":_typeof(t)));n.times=parseInt(t.times,10)||o,n.interval=parseInt(t.interval,10)||u}}function i(n,t){function e(n,e){return function(r){n(function(n,t){r(!n||e,{err:n,result:t})},t)}}function r(n){return function(t){setTimeout(function(){t(null)},n)}}for(;a.times;){var i=!(a.times-=1);c.push(e(a.task,i)),!i&&a.interval>0&&c.push(r(a.interval))}C.series(c,function(t,e){e=e[e.length-1],(n||a.callback)(e.err,e.result)})}var o=5,u=0,c=[],a={times:o,interval:u},s=arguments.length;if(s<1||s>3)throw new Error("Invalid arguments - must be either (task), (task, callback), (times, task) or (times, task, callback)");return s<=2&&"function"==typeof n&&(e=t,t=n),"function"!=typeof n&&r(a,n),a.callback=e,a.task=t,a.callback?i():i},C.waterfall=function(t,e){function r(n){return m(function(t,i){if(t)e.apply(null,[t].concat(i));else{var o=n.next();o?i.push(r(o)):i.push(e),A(n).apply(null,i)}})}if(e=o(e||n),!M(t)){var i=new Error("First argument to waterfall must be an array of functions");return e(i)}if(!t.length)return e();r(C.iterator(t))()},C.parallel=function(n,t){T(C.eachOf,n,t)},C.parallelLimit=function(n,t,e){T(v(t),n,e)},C.series=function(n,t){T(C.eachOfSeries,n,t)},C.iterator=function(n){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}return t(0)},C.apply=m(function(n,t){return m(function(e){return n.apply(null,t.concat(e))})}),C.concat=g(E),C.concatSeries=k(E),C.whilst=function(t,e,r){if(r=r||n,t()){var i=m(function(n,o){n?r(n):t.apply(this,o)?e(i):r(null)});e(i)}else r(null)},C.doWhilst=function(n,t,e){var r=0;return C.whilst(function(){return++r<=1||t.apply(this,arguments)},n,e)},C.until=function(n,t,e){return C.whilst(function(){return!n.apply(this,arguments)},t,e)},C.doUntil=function(n,t,e){return C.doWhilst(n,function(){return!t.apply(this,arguments)},e)},C.during=function(t,e,r){r=r||n;var i=m(function(n,e){n?r(n):(e.push(o),t.apply(this,e))}),o=function n(t,o){t?r(t):o?e(i):r(null)};t(o)},C.doDuring=function(n,t,e){var r=0;C.during(function(n){r++<1?n(null,!0):t.apply(this,arguments)},n,e)},C.queue=function(n,t){return O(function(t,e){n(t[0],e)},t,1)},C.priorityQueue=function(t,e){function r(n,t){return n.priority-t.priority}function i(n,t,e){for(var r=-1,i=n.length-1;r<i;){var o=r+(i-r+1>>>1);e(t,n[o])>=0?r=o:i=o-1}return r}function o(t,e,o,u){if(null!=u&&"function"!=typeof u)throw new Error("task callback must be a function");if(t.started=!0,M(e)||(e=[e]),0===e.length)return C.setImmediate(function(){t.drain()});a(e,function(e){var c={data:e,priority:o,callback:"function"==typeof u?u:n};t.tasks.splice(i(t.tasks,c,r)+1,0,c),t.tasks.length===t.concurrency&&t.saturated(),C.setImmediate(t.process)})}var u=C.queue(t,e);return u.push=function(n,t,e){o(u,n,t,e)},delete u.unshift,u},C.cargo=function(n,t){return O(n,1,t)},C.log=I("log"),C.dir=I("dir"),C.memoize=function(n,t){var e={},r={};t=t||function(n){return n};var i=m(function i(o){var u=o.pop(),c=t.apply(null,o);c in e?C.nextTick(function(){u.apply(null,e[c])}):c in r?r[c].push(u):(r[c]=[u],n.apply(null,o.concat([m(function(n){e[c]=n;var t=r[c];delete r[c];for(var i=0,o=t.length;i<o;i++)t[i].apply(null,n)})])))});return i.memo=e,i.unmemoized=n,i},C.unmemoize=function(n){return function(){return(n.unmemoized||n).apply(null,arguments)}},C.times=L(C.map),C.timesSeries=L(C.mapSeries),C.timesLimit=function(n,t,e,r){return C.mapLimit(l(n),t,e,r)},C.seq=function(){var t=arguments;return m(function(e){var r=this,i=e[e.length-1];"function"==typeof i?e.pop():i=n,C.reduce(t,e,function(n,t,e){t.apply(r,n.concat([m(function(n,t){e(n,t)})]))},function(n,t){i.apply(r,[n].concat(t))})})},C.compose=function(){return C.seq.apply(null,Array.prototype.reverse.call(arguments))},C.applyEach=_(C.eachOf),C.applyEachSeries=_(C.eachOfSeries),C.forever=function(t,e){function r(n){if(n)return o(n);u(r)}var o=i(e||n),u=A(t);r()},C.ensureAsync=A,C.constant=m(function(n){var t=[null].concat(n);return function(n){return n.apply(this,t)}}),C.wrapSync=C.asyncify=function n(t){return m(function(n){var e=n.pop(),r;try{r=t.apply(this,n)}catch(n){return e(n)}e(null,r)})},"undefined"!=typeof module&&module.exports?module.exports=C:"undefined"!=typeof define&&define.amd?define([],function(){return C}):z.async=C}();var DEBUG=!1,context={},conversationPos,chatWrapper=jQuery(".bot-chat-wrapper");
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 c(n){return function(){if(null===n)throw new Error("Callback was already called.");n.apply(this,arguments),n=null}}function a(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 m(n){return h(Array(n),function(n,t){return t})}function y(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 j="function"==typeof setImmediate&&setImmediate,w=j?function(n){j(n)}:function(n){setTimeout(n,0)};function Q(n){return function(t,r,i){i=a(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 a=u();if(null===a)return o=!0,void(s<=0&&i(null));s+=1,r(t[a],a,c(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 T(n){return function(t,e,r,i){return n(Q(e),t,r,i)}}function S(n){return function(e,r,i){return n(t.eachOfSeries,e,r,i)}}function E(n,t,r,i){i=a(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 c(){o&&o(e(!1,void 0))}function a(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,a,c):(o=u,u=i,n(r,a,c))}}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 q(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(){a-=1;var e=arguments;p(t,function(n){n.callback.apply(n,e)}),n.tasks.length+a===0&&n.drain(),n.process()}}var a=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&&a<s.concurrency&&s.tasks.length)for(;a<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(),a+=1;var r=c(o(s,t));n(e,r)}},length:function(){return s.tasks.length},running:function(){return a},idle:function(){return s.tasks.length+a===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 B(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 M(n){return function(t,e,r){n(m(t),e,r)}}function P(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 V(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=w,t.setImmediate=j?w: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=a(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):y(n,t)}(n,function(e,r){t(n[r],r,c(o))})},t.forEachOfSeries=t.eachOfSeries=function(n,r,i){i=a(i||e);var u=g(n=n||[]),o=u();!function e(){var a=!0;if(null===o)return i(null);r(n[o],o,c(function(n){if(n)i(n);else{if(null===(o=u()))return i(null);a?t.nextTick(e):e()}})),a=!1}()},t.forEachOfLimit=t.eachOfLimit=function(n,t,e,r){Q(t)(n,e,r)},t.map=x(E),t.mapSeries=S(E),t.mapLimit=T(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=T(O),t.selectSeries=t.filterSeries=S(O),t.reject=x(I),t.rejectLimit=T(I),t.rejectSeries=S(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=a(r||e);var i=v(n),u=i.length;if(!u)return r(null);var o={},c=[];function s(n){c.unshift(n)}function f(){u--,p(c.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]],a=b(function(n,i){if(i.length<=1&&(i=i[0]),n){var u={};y(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),m=h.length;m--;){if(!(i=n[h[m]]))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](a,o):s(function n(){v()&&((t=d(c,n))>=0&&c.splice(t,1),u[u.length-1](a,o));var t})})},t.retry=function(n,e,r){var i=5,u=0,o=[],c={times:i,interval:u};var a=arguments.length;if(a<1||a>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(;c.times;){var u=!(c.times-=1);o.push(r(c.task,u)),!u&&c.interval>0&&o.push(i(c.interval))}t.series(o,function(t,e){e=e[e.length-1],(n||c.callback)(e.err,e.result)})}return a<=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}}(c,n),c.callback=r,c.task=e,c.callback?s():s},t.waterfall=function(n,r){if(r=a(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),V(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(q),t.concatSeries=S(q),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 c={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,c,i)+1,0,c),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=B("log"),t.dir=B("dir"),t.memoize=function(n,e){var r={},i={};e=e||function(n){return n};var u=b(function(u){var o=u.pop(),c=e.apply(null,u);c in r?t.nextTick(function(){o.apply(null,r[c])}):c in i?i[c].push(o):(i[c]=[o],n.apply(null,u.concat([b(function(n){r[c]=n;var t=i[c];delete i[c];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=M(t.map),t.timesSeries=M(t.mapSeries),t.timesLimit=function(n,e,r,i){return t.mapLimit(m(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=P(t.eachOf),t.applyEachSeries=P(t.eachOfSeries),t.forever=function(n,t){var r=c(t||e),i=V(n);!function n(t){if(t)return r(t);i(n)}()},t.ensureAsync=V,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 renderStatement(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){return jQuery(".bot-container input[type=text]").val().length>2?showResponse(n):inputError(botVars.validationName),!1}function checkEmail(n){let 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(),jQuery(".chat-container").append('<p class="chat-message user">'+t+"</p>"),"consequence"in n&&showStatement(n.consequence)}
assets/js/chosen.jquery.js CHANGED
File without changes
assets/js/chosen.jquery.min.js CHANGED
@@ -1 +1 @@
1
- (function(){var a,b,c,d,e,f={}.hasOwnProperty,g=function(a,b){function c(){this.constructor=a}for(var d in b)f.call(b,d)&&(a[d]=b[d]);return c.prototype=b.prototype,a.prototype=new c,a.__super__=b.prototype,a};d=function(){function a(){this.options_index=0,this.parsed=[]}return a.prototype.add_node=function(a){return"OPTGROUP"===a.nodeName.toUpperCase()?this.add_group(a):this.add_option(a)},a.prototype.add_group=function(a){var b,c,d,e,f,g;for(b=this.parsed.length,this.parsed.push({array_index:b,group:!0,label:this.escapeExpression(a.label),title:a.title?a.title:void 0,children:0,disabled:a.disabled,classes:a.className}),f=a.childNodes,g=[],d=0,e=f.length;e>d;d++)c=f[d],g.push(this.add_option(c,b,a.disabled));return g},a.prototype.add_option=function(a,b,c){return"OPTION"===a.nodeName.toUpperCase()?(""!==a.text?(null!=b&&(this.parsed[b].children+=1),this.parsed.push({array_index:this.parsed.length,options_index:this.options_index,value:a.value,text:a.text,html:a.innerHTML,title:a.title?a.title:void 0,selected:a.selected,disabled:c===!0?c:a.disabled,group_array_index:b,group_label:null!=b?this.parsed[b].label:null,classes:a.className,style:a.style.cssText})):this.parsed.push({array_index:this.parsed.length,options_index:this.options_index,empty:!0}),this.options_index+=1):void 0},a.prototype.escapeExpression=function(a){var b,c;return null==a||a===!1?"":/[\&\<\>\"\'\`]/.test(a)?(b={"<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"},c=/&(?!\w+;)|[\<\>\"\'\`]/g,a.replace(c,function(a){return b[a]||"&amp;"})):a},a}(),d.select_to_array=function(a){var b,c,e,f,g;for(c=new d,g=a.childNodes,e=0,f=g.length;f>e;e++)b=g[e],c.add_node(b);return c.parsed},b=function(){function a(b,c){this.form_field=b,this.options=null!=c?c:{},a.browser_is_supported()&&(this.is_multiple=this.form_field.multiple,this.set_default_text(),this.set_default_values(),this.setup(),this.set_up_html(),this.register_observers(),this.on_ready())}return a.prototype.set_default_values=function(){var a=this;return this.click_test_action=function(b){return a.test_active_click(b)},this.activate_action=function(b){return a.activate_field(b)},this.active_field=!1,this.mouse_on_container=!1,this.results_showing=!1,this.result_highlighted=null,this.allow_single_deselect=null!=this.options.allow_single_deselect&&null!=this.form_field.options[0]&&""===this.form_field.options[0].text?this.options.allow_single_deselect:!1,this.disable_search_threshold=this.options.disable_search_threshold||0,this.disable_search=this.options.disable_search||!1,this.enable_split_word_search=null!=this.options.enable_split_word_search?this.options.enable_split_word_search:!0,this.group_search=null!=this.options.group_search?this.options.group_search:!0,this.search_contains=this.options.search_contains||!1,this.single_backstroke_delete=null!=this.options.single_backstroke_delete?this.options.single_backstroke_delete:!0,this.max_selected_options=this.options.max_selected_options||1/0,this.inherit_select_classes=this.options.inherit_select_classes||!1,this.display_selected_options=null!=this.options.display_selected_options?this.options.display_selected_options:!0,this.display_disabled_options=null!=this.options.display_disabled_options?this.options.display_disabled_options:!0,this.include_group_label_in_selected=this.options.include_group_label_in_selected||!1,this.max_shown_results=this.options.max_shown_results||Number.POSITIVE_INFINITY},a.prototype.set_default_text=function(){return this.form_field.getAttribute("data-placeholder")?this.default_text=this.form_field.getAttribute("data-placeholder"):this.is_multiple?this.default_text=this.options.placeholder_text_multiple||this.options.placeholder_text||a.default_multiple_text:this.default_text=this.options.placeholder_text_single||this.options.placeholder_text||a.default_single_text,this.results_none_found=this.form_field.getAttribute("data-no_results_text")||this.options.no_results_text||a.default_no_result_text},a.prototype.choice_label=function(a){return this.include_group_label_in_selected&&null!=a.group_label?"<b class='group-name'>"+a.group_label+"</b>"+a.html:a.html},a.prototype.mouse_enter=function(){return this.mouse_on_container=!0},a.prototype.mouse_leave=function(){return this.mouse_on_container=!1},a.prototype.input_focus=function(a){var b=this;if(this.is_multiple){if(!this.active_field)return setTimeout(function(){return b.container_mousedown()},50)}else if(!this.active_field)return this.activate_field()},a.prototype.input_blur=function(a){var b=this;return this.mouse_on_container?void 0:(this.active_field=!1,setTimeout(function(){return b.blur_test()},100))},a.prototype.results_option_build=function(a){var b,c,d,e,f,g,h;for(b="",e=0,h=this.results_data,f=0,g=h.length;g>f&&(c=h[f],d="",d=c.group?this.result_add_group(c):this.result_add_option(c),""!==d&&(e++,b+=d),(null!=a?a.first:void 0)&&(c.selected&&this.is_multiple?this.choice_build(c):c.selected&&!this.is_multiple&&this.single_set_selected_text(this.choice_label(c))),!(e>=this.max_shown_results));f++);return b},a.prototype.result_add_option=function(a){var b,c;return a.search_match&&this.include_option_in_results(a)?(b=[],a.disabled||a.selected&&this.is_multiple||b.push("active-result"),!a.disabled||a.selected&&this.is_multiple||b.push("disabled-result"),a.selected&&b.push("result-selected"),null!=a.group_array_index&&b.push("group-option"),""!==a.classes&&b.push(a.classes),c=document.createElement("li"),c.className=b.join(" "),c.style.cssText=a.style,c.setAttribute("data-option-array-index",a.array_index),c.innerHTML=a.search_text,a.title&&(c.title=a.title),this.outerHTML(c)):""},a.prototype.result_add_group=function(a){var b,c;return(a.search_match||a.group_match)&&a.active_options>0?(b=[],b.push("group-result"),a.classes&&b.push(a.classes),c=document.createElement("li"),c.className=b.join(" "),c.innerHTML=a.search_text,a.title&&(c.title=a.title),this.outerHTML(c)):""},a.prototype.results_update_field=function(){return this.set_default_text(),this.is_multiple||this.results_reset_cleanup(),this.result_clear_highlight(),this.results_build(),this.results_showing?this.winnow_results():void 0},a.prototype.reset_single_select_options=function(){var a,b,c,d,e;for(d=this.results_data,e=[],b=0,c=d.length;c>b;b++)a=d[b],a.selected?e.push(a.selected=!1):e.push(void 0);return e},a.prototype.results_toggle=function(){return this.results_showing?this.results_hide():this.results_show()},a.prototype.results_search=function(a){return this.results_showing?this.winnow_results():this.results_show()},a.prototype.winnow_results=function(){var a,b,c,d,e,f,g,h,i,j,k,l;for(this.no_results_clear(),d=0,f=this.get_search_text(),a=f.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),i=new RegExp(a,"i"),c=this.get_search_regex(a),l=this.results_data,j=0,k=l.length;k>j;j++)b=l[j],b.search_match=!1,e=null,this.include_option_in_results(b)&&(b.group&&(b.group_match=!1,b.active_options=0),null!=b.group_array_index&&this.results_data[b.group_array_index]&&(e=this.results_data[b.group_array_index],0===e.active_options&&e.search_match&&(d+=1),e.active_options+=1),b.search_text=b.group?b.label:b.html,b.group&&!this.group_search||(b.search_match=this.search_string_match(b.search_text,c),b.search_match&&!b.group&&(d+=1),b.search_match?(f.length&&(g=b.search_text.search(i),h=b.search_text.substr(0,g+f.length)+"</em>"+b.search_text.substr(g+f.length),b.search_text=h.substr(0,g)+"<em>"+h.substr(g)),null!=e&&(e.group_match=!0)):null!=b.group_array_index&&this.results_data[b.group_array_index].search_match&&(b.search_match=!0)));return this.result_clear_highlight(),1>d&&f.length?(this.update_results_content(""),this.no_results(f)):(this.update_results_content(this.results_option_build()),this.winnow_results_set_highlight())},a.prototype.get_search_regex=function(a){var b;return b=this.search_contains?"":"^",new RegExp(b+a,"i")},a.prototype.search_string_match=function(a,b){var c,d,e,f;if(b.test(a))return!0;if(this.enable_split_word_search&&(a.indexOf(" ")>=0||0===a.indexOf("["))&&(d=a.replace(/\[|\]/g,"").split(" "),d.length))for(e=0,f=d.length;f>e;e++)if(c=d[e],b.test(c))return!0},a.prototype.choices_count=function(){var a,b,c,d;if(null!=this.selected_option_count)return this.selected_option_count;for(this.selected_option_count=0,d=this.form_field.options,b=0,c=d.length;c>b;b++)a=d[b],a.selected&&(this.selected_option_count+=1);return this.selected_option_count},a.prototype.choices_click=function(a){return a.preventDefault(),this.results_showing||this.is_disabled?void 0:this.results_show()},a.prototype.keyup_checker=function(a){var b,c;switch(b=null!=(c=a.which)?c:a.keyCode,this.search_field_scale(),b){case 8:if(this.is_multiple&&this.backstroke_length<1&&this.choices_count()>0)return this.keydown_backstroke();if(!this.pending_backstroke)return this.result_clear_highlight(),this.results_search();break;case 13:if(a.preventDefault(),this.results_showing)return this.result_select(a);break;case 27:return this.results_showing&&this.results_hide(),!0;case 9:case 38:case 40:case 16:case 91:case 17:case 18:break;default:return this.results_search()}},a.prototype.clipboard_event_checker=function(a){var b=this;return setTimeout(function(){return b.results_search()},50)},a.prototype.container_width=function(){return null!=this.options.width?this.options.width:""+this.form_field.offsetWidth+"px"},a.prototype.include_option_in_results=function(a){return this.is_multiple&&!this.display_selected_options&&a.selected?!1:!this.display_disabled_options&&a.disabled?!1:!a.empty},a.prototype.search_results_touchstart=function(a){return this.touch_started=!0,this.search_results_mouseover(a)},a.prototype.search_results_touchmove=function(a){return this.touch_started=!1,this.search_results_mouseout(a)},a.prototype.search_results_touchend=function(a){return this.touch_started?this.search_results_mouseup(a):void 0},a.prototype.outerHTML=function(a){var b;return a.outerHTML?a.outerHTML:(b=document.createElement("div"),b.appendChild(a),b.innerHTML)},a.browser_is_supported=function(){return/iP(od|hone)/i.test(window.navigator.userAgent)?!1:/Android/i.test(window.navigator.userAgent)&&/Mobile/i.test(window.navigator.userAgent)?!1:/IEMobile/i.test(window.navigator.userAgent)?!1:/Windows Phone/i.test(window.navigator.userAgent)?!1:/BlackBerry/i.test(window.navigator.userAgent)?!1:/BB10/i.test(window.navigator.userAgent)?!1:"Microsoft Internet Explorer"===window.navigator.appName?document.documentMode>=8:!0},a.default_multiple_text="Select Some Options",a.default_single_text="Select an Option",a.default_no_result_text="No results match",a}(),a=jQuery,a.fn.extend({chosen:function(d){return b.browser_is_supported()?this.each(function(b){var e,f;return e=a(this),f=e.data("chosen"),"destroy"===d?void(f instanceof c&&f.destroy()):void(f instanceof c||e.data("chosen",new c(this,d)))}):this}}),c=function(b){function c(){return e=c.__super__.constructor.apply(this,arguments)}return g(c,b),c.prototype.setup=function(){return this.form_field_jq=a(this.form_field),this.current_selectedIndex=this.form_field.selectedIndex,this.is_rtl=this.form_field_jq.hasClass("chosen-rtl")},c.prototype.set_up_html=function(){var b,c;return b=["chosen-container"],b.push("chosen-container-"+(this.is_multiple?"multi":"single")),this.inherit_select_classes&&this.form_field.className&&b.push(this.form_field.className),this.is_rtl&&b.push("chosen-rtl"),c={"class":b.join(" "),style:"width: "+this.container_width()+";",title:this.form_field.title},this.form_field.id.length&&(c.id=this.form_field.id.replace(/[^\w]/g,"_")+"_chosen"),this.container=a("<div />",c),this.is_multiple?this.container.html('<ul class="chosen-choices"><li class="search-field"><input type="text" value="'+this.default_text+'" class="default" autocomplete="off" style="width:25px;" /></li></ul><div class="chosen-drop"><ul class="chosen-results"></ul></div>'):this.container.html('<a class="chosen-single chosen-default"><span>'+this.default_text+'</span><div><b></b></div></a><div class="chosen-drop"><div class="chosen-search"><input type="text" autocomplete="off" /></div><ul class="chosen-results"></ul></div>'),this.form_field_jq.hide().after(this.container),this.dropdown=this.container.find("div.chosen-drop").first(),this.search_field=this.container.find("input").first(),this.search_results=this.container.find("ul.chosen-results").first(),this.search_field_scale(),this.search_no_results=this.container.find("li.no-results").first(),this.is_multiple?(this.search_choices=this.container.find("ul.chosen-choices").first(),this.search_container=this.container.find("li.search-field").first()):(this.search_container=this.container.find("div.chosen-search").first(),this.selected_item=this.container.find(".chosen-single").first()),this.results_build(),this.set_tab_index(),this.set_label_behavior()},c.prototype.on_ready=function(){return this.form_field_jq.trigger("chosen:ready",{chosen:this})},c.prototype.register_observers=function(){var a=this;return this.container.bind("touchstart.chosen",function(b){return a.container_mousedown(b),b.preventDefault()}),this.container.bind("touchend.chosen",function(b){return a.container_mouseup(b),b.preventDefault()}),this.container.bind("mousedown.chosen",function(b){a.container_mousedown(b)}),this.container.bind("mouseup.chosen",function(b){a.container_mouseup(b)}),this.container.bind("mouseenter.chosen",function(b){a.mouse_enter(b)}),this.container.bind("mouseleave.chosen",function(b){a.mouse_leave(b)}),this.search_results.bind("mouseup.chosen",function(b){a.search_results_mouseup(b)}),this.search_results.bind("mouseover.chosen",function(b){a.search_results_mouseover(b)}),this.search_results.bind("mouseout.chosen",function(b){a.search_results_mouseout(b)}),this.search_results.bind("mousewheel.chosen DOMMouseScroll.chosen",function(b){a.search_results_mousewheel(b)}),this.search_results.bind("touchstart.chosen",function(b){a.search_results_touchstart(b)}),this.search_results.bind("touchmove.chosen",function(b){a.search_results_touchmove(b)}),this.search_results.bind("touchend.chosen",function(b){a.search_results_touchend(b)}),this.form_field_jq.bind("chosen:updated.chosen",function(b){a.results_update_field(b)}),this.form_field_jq.bind("chosen:activate.chosen",function(b){a.activate_field(b)}),this.form_field_jq.bind("chosen:open.chosen",function(b){a.container_mousedown(b)}),this.form_field_jq.bind("chosen:close.chosen",function(b){a.input_blur(b)}),this.search_field.bind("blur.chosen",function(b){a.input_blur(b)}),this.search_field.bind("keyup.chosen",function(b){a.keyup_checker(b)}),this.search_field.bind("keydown.chosen",function(b){a.keydown_checker(b)}),this.search_field.bind("focus.chosen",function(b){a.input_focus(b)}),this.search_field.bind("cut.chosen",function(b){a.clipboard_event_checker(b)}),this.search_field.bind("paste.chosen",function(b){a.clipboard_event_checker(b)}),this.is_multiple?this.search_choices.bind("click.chosen",function(b){a.choices_click(b)}):this.container.bind("click.chosen",function(a){a.preventDefault()})},c.prototype.destroy=function(){return a(this.container[0].ownerDocument).unbind("click.chosen",this.click_test_action),this.search_field[0].tabIndex&&(this.form_field_jq[0].tabIndex=this.search_field[0].tabIndex),this.container.remove(),this.form_field_jq.removeData("chosen"),this.form_field_jq.show()},c.prototype.search_field_disabled=function(){return this.is_disabled=this.form_field_jq[0].disabled,this.is_disabled?(this.container.addClass("chosen-disabled"),this.search_field[0].disabled=!0,this.is_multiple||this.selected_item.unbind("focus.chosen",this.activate_action),this.close_field()):(this.container.removeClass("chosen-disabled"),this.search_field[0].disabled=!1,this.is_multiple?void 0:this.selected_item.bind("focus.chosen",this.activate_action))},c.prototype.container_mousedown=function(b){return this.is_disabled||(b&&"mousedown"===b.type&&!this.results_showing&&b.preventDefault(),null!=b&&a(b.target).hasClass("search-choice-close"))?void 0:(this.active_field?this.is_multiple||!b||a(b.target)[0]!==this.selected_item[0]&&!a(b.target).parents("a.chosen-single").length||(b.preventDefault(),this.results_toggle()):(this.is_multiple&&this.search_field.val(""),a(this.container[0].ownerDocument).bind("click.chosen",this.click_test_action),this.results_show()),this.activate_field())},c.prototype.container_mouseup=function(a){return"ABBR"!==a.target.nodeName||this.is_disabled?void 0:this.results_reset(a)},c.prototype.search_results_mousewheel=function(a){var b;return a.originalEvent&&(b=a.originalEvent.deltaY||-a.originalEvent.wheelDelta||a.originalEvent.detail),null!=b?(a.preventDefault(),"DOMMouseScroll"===a.type&&(b=40*b),this.search_results.scrollTop(b+this.search_results.scrollTop())):void 0},c.prototype.blur_test=function(a){return!this.active_field&&this.container.hasClass("chosen-container-active")?this.close_field():void 0},c.prototype.close_field=function(){return a(this.container[0].ownerDocument).unbind("click.chosen",this.click_test_action),this.active_field=!1,this.results_hide(),this.container.removeClass("chosen-container-active"),this.clear_backstroke(),this.show_search_field_default(),this.search_field_scale()},c.prototype.activate_field=function(){return this.container.addClass("chosen-container-active"),this.active_field=!0,this.search_field.val(this.search_field.val()),this.search_field.focus()},c.prototype.test_active_click=function(b){var c;return c=a(b.target).closest(".chosen-container"),c.length&&this.container[0]===c[0]?this.active_field=!0:this.close_field()},c.prototype.results_build=function(){return this.parsing=!0,this.selected_option_count=null,this.results_data=d.select_to_array(this.form_field),this.is_multiple?this.search_choices.find("li.search-choice").remove():this.is_multiple||(this.single_set_selected_text(),this.disable_search||this.form_field.options.length<=this.disable_search_threshold?(this.search_field[0].readOnly=!0,this.container.addClass("chosen-container-single-nosearch")):(this.search_field[0].readOnly=!1,this.container.removeClass("chosen-container-single-nosearch"))),this.update_results_content(this.results_option_build({first:!0})),this.search_field_disabled(),this.show_search_field_default(),this.search_field_scale(),this.parsing=!1},c.prototype.result_do_highlight=function(a){var b,c,d,e,f;if(a.length){if(this.result_clear_highlight(),this.result_highlight=a,this.result_highlight.addClass("highlighted"),d=parseInt(this.search_results.css("maxHeight"),10),f=this.search_results.scrollTop(),e=d+f,c=this.result_highlight.position().top+this.search_results.scrollTop(),b=c+this.result_highlight.outerHeight(),b>=e)return this.search_results.scrollTop(b-d>0?b-d:0);if(f>c)return this.search_results.scrollTop(c)}},c.prototype.result_clear_highlight=function(){return this.result_highlight&&this.result_highlight.removeClass("highlighted"),this.result_highlight=null},c.prototype.results_show=function(){return this.is_multiple&&this.max_selected_options<=this.choices_count()?(this.form_field_jq.trigger("chosen:maxselected",{chosen:this}),!1):(this.container.addClass("chosen-with-drop"),this.results_showing=!0,this.search_field.focus(),this.search_field.val(this.search_field.val()),this.winnow_results(),this.form_field_jq.trigger("chosen:showing_dropdown",{chosen:this}))},c.prototype.update_results_content=function(a){return this.search_results.html(a)},c.prototype.results_hide=function(){return this.results_showing&&(this.result_clear_highlight(),this.container.removeClass("chosen-with-drop"),this.form_field_jq.trigger("chosen:hiding_dropdown",{chosen:this})),this.results_showing=!1},c.prototype.set_tab_index=function(a){var b;return this.form_field.tabIndex?(b=this.form_field.tabIndex,this.form_field.tabIndex=-1,this.search_field[0].tabIndex=b):void 0},c.prototype.set_label_behavior=function(){var b=this;return this.form_field_label=this.form_field_jq.parents("label"),!this.form_field_label.length&&this.form_field.id.length&&(this.form_field_label=a("label[for='"+this.form_field.id+"']")),this.form_field_label.length>0?this.form_field_label.bind("click.chosen",function(a){return b.is_multiple?b.container_mousedown(a):b.activate_field()}):void 0},c.prototype.show_search_field_default=function(){return this.is_multiple&&this.choices_count()<1&&!this.active_field?(this.search_field.val(this.default_text),this.search_field.addClass("default")):(this.search_field.val(""),this.search_field.removeClass("default"))},c.prototype.search_results_mouseup=function(b){var c;return c=a(b.target).hasClass("active-result")?a(b.target):a(b.target).parents(".active-result").first(),c.length?(this.result_highlight=c,this.result_select(b),this.search_field.focus()):void 0},c.prototype.search_results_mouseover=function(b){var c;return c=a(b.target).hasClass("active-result")?a(b.target):a(b.target).parents(".active-result").first(),c?this.result_do_highlight(c):void 0},c.prototype.search_results_mouseout=function(b){return a(b.target).hasClass("active-result")?this.result_clear_highlight():void 0},c.prototype.choice_build=function(b){var c,d,e=this;return c=a("<li />",{"class":"search-choice"}).html("<span>"+this.choice_label(b)+"</span>"),b.disabled?c.addClass("search-choice-disabled"):(d=a("<a />",{"class":"search-choice-close","data-option-array-index":b.array_index}),d.bind("click.chosen",function(a){return e.choice_destroy_link_click(a)}),c.append(d)),this.search_container.before(c)},c.prototype.choice_destroy_link_click=function(b){return b.preventDefault(),b.stopPropagation(),this.is_disabled?void 0:this.choice_destroy(a(b.target))},c.prototype.choice_destroy=function(a){return this.result_deselect(a[0].getAttribute("data-option-array-index"))?(this.show_search_field_default(),this.is_multiple&&this.choices_count()>0&&this.search_field.val().length<1&&this.results_hide(),a.parents("li").first().remove(),this.search_field_scale()):void 0},c.prototype.results_reset=function(){return this.reset_single_select_options(),this.form_field.options[0].selected=!0,this.single_set_selected_text(),this.show_search_field_default(),this.results_reset_cleanup(),this.form_field_jq.trigger("change"),this.active_field?this.results_hide():void 0},c.prototype.results_reset_cleanup=function(){return this.current_selectedIndex=this.form_field.selectedIndex,this.selected_item.find("abbr").remove()},c.prototype.result_select=function(a){var b,c;return this.result_highlight?(b=this.result_highlight,this.result_clear_highlight(),this.is_multiple&&this.max_selected_options<=this.choices_count()?(this.form_field_jq.trigger("chosen:maxselected",{chosen:this}),!1):(this.is_multiple?b.removeClass("active-result"):this.reset_single_select_options(),b.addClass("result-selected"),c=this.results_data[b[0].getAttribute("data-option-array-index")],c.selected=!0,this.form_field.options[c.options_index].selected=!0,this.selected_option_count=null,this.is_multiple?this.choice_build(c):this.single_set_selected_text(this.choice_label(c)),(a.metaKey||a.ctrlKey)&&this.is_multiple||this.results_hide(),this.show_search_field_default(),(this.is_multiple||this.form_field.selectedIndex!==this.current_selectedIndex)&&this.form_field_jq.trigger("change",{selected:this.form_field.options[c.options_index].value}),this.current_selectedIndex=this.form_field.selectedIndex,a.preventDefault(),this.search_field_scale())):void 0},c.prototype.single_set_selected_text=function(a){return null==a&&(a=this.default_text),a===this.default_text?this.selected_item.addClass("chosen-default"):(this.single_deselect_control_build(),this.selected_item.removeClass("chosen-default")),this.selected_item.find("span").html(a)},c.prototype.result_deselect=function(a){var b;return b=this.results_data[a],this.form_field.options[b.options_index].disabled?!1:(b.selected=!1,this.form_field.options[b.options_index].selected=!1,this.selected_option_count=null,this.result_clear_highlight(),this.results_showing&&this.winnow_results(),this.form_field_jq.trigger("change",{deselected:this.form_field.options[b.options_index].value}),this.search_field_scale(),!0)},c.prototype.single_deselect_control_build=function(){return this.allow_single_deselect?(this.selected_item.find("abbr").length||this.selected_item.find("span").first().after('<abbr class="search-choice-close"></abbr>'),this.selected_item.addClass("chosen-single-with-deselect")):void 0},c.prototype.get_search_text=function(){return a("<div/>").text(a.trim(this.search_field.val())).html()},c.prototype.winnow_results_set_highlight=function(){var a,b;return b=this.is_multiple?[]:this.search_results.find(".result-selected.active-result"),a=b.length?b.first():this.search_results.find(".active-result").first(),null!=a?this.result_do_highlight(a):void 0},c.prototype.no_results=function(b){var c;return c=a('<li class="no-results">'+this.results_none_found+' "<span></span>"</li>'),c.find("span").first().html(b),this.search_results.append(c),this.form_field_jq.trigger("chosen:no_results",{chosen:this})},c.prototype.no_results_clear=function(){return this.search_results.find(".no-results").remove()},c.prototype.keydown_arrow=function(){var a;return this.results_showing&&this.result_highlight?(a=this.result_highlight.nextAll("li.active-result").first())?this.result_do_highlight(a):void 0:this.results_show()},c.prototype.keyup_arrow=function(){var a;return this.results_showing||this.is_multiple?this.result_highlight?(a=this.result_highlight.prevAll("li.active-result"),a.length?this.result_do_highlight(a.first()):(this.choices_count()>0&&this.results_hide(),this.result_clear_highlight())):void 0:this.results_show()},c.prototype.keydown_backstroke=function(){var a;return this.pending_backstroke?(this.choice_destroy(this.pending_backstroke.find("a").first()),this.clear_backstroke()):(a=this.search_container.siblings("li.search-choice").last(),a.length&&!a.hasClass("search-choice-disabled")?(this.pending_backstroke=a,this.single_backstroke_delete?this.keydown_backstroke():this.pending_backstroke.addClass("search-choice-focus")):void 0)},c.prototype.clear_backstroke=function(){return this.pending_backstroke&&this.pending_backstroke.removeClass("search-choice-focus"),this.pending_backstroke=null},c.prototype.keydown_checker=function(a){var b,c;switch(b=null!=(c=a.which)?c:a.keyCode,this.search_field_scale(),8!==b&&this.pending_backstroke&&this.clear_backstroke(),b){case 8:this.backstroke_length=this.search_field.val().length;break;case 9:this.results_showing&&!this.is_multiple&&this.result_select(a),this.mouse_on_container=!1;break;case 13:this.results_showing&&a.preventDefault();break;case 32:this.disable_search&&a.preventDefault();break;case 38:a.preventDefault(),this.keyup_arrow();break;case 40:a.preventDefault(),this.keydown_arrow()}},c.prototype.search_field_scale=function(){var b,c,d,e,f,g,h,i,j;if(this.is_multiple){for(d=0,h=0,f="position:absolute; left: -1000px; top: -1000px; display:none;",g=["font-size","font-style","font-weight","font-family","line-height","text-transform","letter-spacing"],i=0,j=g.length;j>i;i++)e=g[i],f+=e+":"+this.search_field.css(e)+";";return b=a("<div />",{style:f}),b.text(this.search_field.val()),a("body").append(b),h=b.width()+25,b.remove(),c=this.container.outerWidth(),h>c-10&&(h=c-10),this.search_field.css({width:h+"px"})}},c}(b)}).call(this);
1
+ (function(){var t,e,s,i,r={}.hasOwnProperty;(i=function(){function t(){this.options_index=0,this.parsed=[]}return t.prototype.add_node=function(t){return"OPTGROUP"===t.nodeName.toUpperCase()?this.add_group(t):this.add_option(t)},t.prototype.add_group=function(t){var e,s,i,r,o,n;for(e=this.parsed.length,this.parsed.push({array_index:e,group:!0,label:this.escapeExpression(t.label),title:t.title?t.title:void 0,children:0,disabled:t.disabled,classes:t.className}),n=[],i=0,r=(o=t.childNodes).length;i<r;i++)s=o[i],n.push(this.add_option(s,e,t.disabled));return n},t.prototype.add_option=function(t,e,s){if("OPTION"===t.nodeName.toUpperCase())return""!==t.text?(null!=e&&(this.parsed[e].children+=1),this.parsed.push({array_index:this.parsed.length,options_index:this.options_index,value:t.value,text:t.text,html:t.innerHTML,title:t.title?t.title:void 0,selected:t.selected,disabled:!0===s?s:t.disabled,group_array_index:e,group_label:null!=e?this.parsed[e].label:null,classes:t.className,style:t.style.cssText})):this.parsed.push({array_index:this.parsed.length,options_index:this.options_index,empty:!0}),this.options_index+=1},t.prototype.escapeExpression=function(t){var e,s;return null==t||!1===t?"":/[\&\<\>\"\'\`]/.test(t)?(e={"<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"},s=/&(?!\w+;)|[\<\>\"\'\`]/g,t.replace(s,function(t){return e[t]||"&amp;"})):t},t}()).select_to_array=function(t){var e,s,r,o,n;for(s=new i,r=0,o=(n=t.childNodes).length;r<o;r++)e=n[r],s.add_node(e);return s.parsed},e=function(){function t(e,s){this.form_field=e,this.options=null!=s?s:{},t.browser_is_supported()&&(this.is_multiple=this.form_field.multiple,this.set_default_text(),this.set_default_values(),this.setup(),this.set_up_html(),this.register_observers(),this.on_ready())}return t.prototype.set_default_values=function(){var t=this;return this.click_test_action=function(e){return t.test_active_click(e)},this.activate_action=function(e){return t.activate_field(e)},this.active_field=!1,this.mouse_on_container=!1,this.results_showing=!1,this.result_highlighted=null,this.allow_single_deselect=null!=this.options.allow_single_deselect&&null!=this.form_field.options[0]&&""===this.form_field.options[0].text&&this.options.allow_single_deselect,this.disable_search_threshold=this.options.disable_search_threshold||0,this.disable_search=this.options.disable_search||!1,this.enable_split_word_search=null==this.options.enable_split_word_search||this.options.enable_split_word_search,this.group_search=null==this.options.group_search||this.options.group_search,this.search_contains=this.options.search_contains||!1,this.single_backstroke_delete=null==this.options.single_backstroke_delete||this.options.single_backstroke_delete,this.max_selected_options=this.options.max_selected_options||1/0,this.inherit_select_classes=this.options.inherit_select_classes||!1,this.display_selected_options=null==this.options.display_selected_options||this.options.display_selected_options,this.display_disabled_options=null==this.options.display_disabled_options||this.options.display_disabled_options,this.include_group_label_in_selected=this.options.include_group_label_in_selected||!1,this.max_shown_results=this.options.max_shown_results||Number.POSITIVE_INFINITY},t.prototype.set_default_text=function(){return this.form_field.getAttribute("data-placeholder")?this.default_text=this.form_field.getAttribute("data-placeholder"):this.is_multiple?this.default_text=this.options.placeholder_text_multiple||this.options.placeholder_text||t.default_multiple_text:this.default_text=this.options.placeholder_text_single||this.options.placeholder_text||t.default_single_text,this.results_none_found=this.form_field.getAttribute("data-no_results_text")||this.options.no_results_text||t.default_no_result_text},t.prototype.choice_label=function(t){return this.include_group_label_in_selected&&null!=t.group_label?"<b class='group-name'>"+t.group_label+"</b>"+t.html:t.html},t.prototype.mouse_enter=function(){return this.mouse_on_container=!0},t.prototype.mouse_leave=function(){return this.mouse_on_container=!1},t.prototype.input_focus=function(t){var e=this;if(this.is_multiple){if(!this.active_field)return setTimeout(function(){return e.container_mousedown()},50)}else if(!this.active_field)return this.activate_field()},t.prototype.input_blur=function(t){var e=this;if(!this.mouse_on_container)return this.active_field=!1,setTimeout(function(){return e.blur_test()},100)},t.prototype.results_option_build=function(t){var e,s,i,r,o,n,l;for(e="",r=0,o=0,n=(l=this.results_data).length;o<n&&(i="",""!==(i=(s=l[o]).group?this.result_add_group(s):this.result_add_option(s))&&(r++,e+=i),(null!=t?t.first:void 0)&&(s.selected&&this.is_multiple?this.choice_build(s):s.selected&&!this.is_multiple&&this.single_set_selected_text(this.choice_label(s))),!(r>=this.max_shown_results));o++);return e},t.prototype.result_add_option=function(t){var e,s;return t.search_match&&this.include_option_in_results(t)?(e=[],t.disabled||t.selected&&this.is_multiple||e.push("active-result"),!t.disabled||t.selected&&this.is_multiple||e.push("disabled-result"),t.selected&&e.push("result-selected"),null!=t.group_array_index&&e.push("group-option"),""!==t.classes&&e.push(t.classes),(s=document.createElement("li")).className=e.join(" "),s.style.cssText=t.style,s.setAttribute("data-option-array-index",t.array_index),s.innerHTML=t.search_text,t.title&&(s.title=t.title),this.outerHTML(s)):""},t.prototype.result_add_group=function(t){var e,s;return(t.search_match||t.group_match)&&t.active_options>0?((e=[]).push("group-result"),t.classes&&e.push(t.classes),(s=document.createElement("li")).className=e.join(" "),s.innerHTML=t.search_text,t.title&&(s.title=t.title),this.outerHTML(s)):""},t.prototype.results_update_field=function(){if(this.set_default_text(),this.is_multiple||this.results_reset_cleanup(),this.result_clear_highlight(),this.results_build(),this.results_showing)return this.winnow_results()},t.prototype.reset_single_select_options=function(){var t,e,s,i,r;for(r=[],e=0,s=(i=this.results_data).length;e<s;e++)(t=i[e]).selected?r.push(t.selected=!1):r.push(void 0);return r},t.prototype.results_toggle=function(){return this.results_showing?this.results_hide():this.results_show()},t.prototype.results_search=function(t){return this.results_showing?this.winnow_results():this.results_show()},t.prototype.winnow_results=function(){var t,e,s,i,r,o,n,l,h,c,a,_;for(this.no_results_clear(),i=0,t=(o=this.get_search_text()).replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),h=new RegExp(t,"i"),s=this.get_search_regex(t),c=0,a=(_=this.results_data).length;c<a;c++)(e=_[c]).search_match=!1,r=null,this.include_option_in_results(e)&&(e.group&&(e.group_match=!1,e.active_options=0),null!=e.group_array_index&&this.results_data[e.group_array_index]&&(0===(r=this.results_data[e.group_array_index]).active_options&&r.search_match&&(i+=1),r.active_options+=1),e.search_text=e.group?e.label:e.html,e.group&&!this.group_search||(e.search_match=this.search_string_match(e.search_text,s),e.search_match&&!e.group&&(i+=1),e.search_match?(o.length&&(n=e.search_text.search(h),l=e.search_text.substr(0,n+o.length)+"</em>"+e.search_text.substr(n+o.length),e.search_text=l.substr(0,n)+"<em>"+l.substr(n)),null!=r&&(r.group_match=!0)):null!=e.group_array_index&&this.results_data[e.group_array_index].search_match&&(e.search_match=!0)));return this.result_clear_highlight(),i<1&&o.length?(this.update_results_content(""),this.no_results(o)):(this.update_results_content(this.results_option_build()),this.winnow_results_set_highlight())},t.prototype.get_search_regex=function(t){var e;return e=this.search_contains?"":"^",new RegExp(e+t,"i")},t.prototype.search_string_match=function(t,e){var s,i,r,o;if(e.test(t))return!0;if(this.enable_split_word_search&&(t.indexOf(" ")>=0||0===t.indexOf("["))&&(i=t.replace(/\[|\]/g,"").split(" ")).length)for(r=0,o=i.length;r<o;r++)if(s=i[r],e.test(s))return!0},t.prototype.choices_count=function(){var t,e,s;if(null!=this.selected_option_count)return this.selected_option_count;for(this.selected_option_count=0,t=0,e=(s=this.form_field.options).length;t<e;t++)s[t].selected&&(this.selected_option_count+=1);return this.selected_option_count},t.prototype.choices_click=function(t){if(t.preventDefault(),!this.results_showing&&!this.is_disabled)return this.results_show()},t.prototype.keyup_checker=function(t){var e,s;switch(e=null!=(s=t.which)?s:t.keyCode,this.search_field_scale(),e){case 8:if(this.is_multiple&&this.backstroke_length<1&&this.choices_count()>0)return this.keydown_backstroke();if(!this.pending_backstroke)return this.result_clear_highlight(),this.results_search();break;case 13:if(t.preventDefault(),this.results_showing)return this.result_select(t);break;case 27:return this.results_showing&&this.results_hide(),!0;case 9:case 38:case 40:case 16:case 91:case 17:case 18:break;default:return this.results_search()}},t.prototype.clipboard_event_checker=function(t){var e=this;return setTimeout(function(){return e.results_search()},50)},t.prototype.container_width=function(){return null!=this.options.width?this.options.width:this.form_field.offsetWidth+"px"},t.prototype.include_option_in_results=function(t){return!(this.is_multiple&&!this.display_selected_options&&t.selected)&&(!(!this.display_disabled_options&&t.disabled)&&!t.empty)},t.prototype.search_results_touchstart=function(t){return this.touch_started=!0,this.search_results_mouseover(t)},t.prototype.search_results_touchmove=function(t){return this.touch_started=!1,this.search_results_mouseout(t)},t.prototype.search_results_touchend=function(t){if(this.touch_started)return this.search_results_mouseup(t)},t.prototype.outerHTML=function(t){var e;return t.outerHTML?t.outerHTML:((e=document.createElement("div")).appendChild(t),e.innerHTML)},t.browser_is_supported=function(){return!/iP(od|hone)/i.test(window.navigator.userAgent)&&((!/Android/i.test(window.navigator.userAgent)||!/Mobile/i.test(window.navigator.userAgent))&&(!/IEMobile/i.test(window.navigator.userAgent)&&(!/Windows Phone/i.test(window.navigator.userAgent)&&(!/BlackBerry/i.test(window.navigator.userAgent)&&(!/BB10/i.test(window.navigator.userAgent)&&("Microsoft Internet Explorer"!==window.navigator.appName||document.documentMode>=8))))))},t.default_multiple_text="Select Some Options",t.default_single_text="Select an Option",t.default_no_result_text="No results match",t}(),(t=jQuery).fn.extend({chosen:function(i){return e.browser_is_supported()?this.each(function(e){var r,o;o=(r=t(this)).data("chosen"),"destroy"!==i?o instanceof s||r.data("chosen",new s(this,i)):o instanceof s&&o.destroy()}):this}}),s=function(s){function o(){return o.__super__.constructor.apply(this,arguments)}return function(t,e){for(var s in e)r.call(e,s)&&(t[s]=e[s]);function i(){this.constructor=t}i.prototype=e.prototype,t.prototype=new i,t.__super__=e.prototype}(o,e),o.prototype.setup=function(){return this.form_field_jq=t(this.form_field),this.current_selectedIndex=this.form_field.selectedIndex,this.is_rtl=this.form_field_jq.hasClass("chosen-rtl")},o.prototype.set_up_html=function(){var e,s;return(e=["chosen-container"]).push("chosen-container-"+(this.is_multiple?"multi":"single")),this.inherit_select_classes&&this.form_field.className&&e.push(this.form_field.className),this.is_rtl&&e.push("chosen-rtl"),s={class:e.join(" "),style:"width: "+this.container_width()+";",title:this.form_field.title},this.form_field.id.length&&(s.id=this.form_field.id.replace(/[^\w]/g,"_")+"_chosen"),this.container=t("<div />",s),this.is_multiple?this.container.html('<ul class="chosen-choices"><li class="search-field"><input type="text" value="'+this.default_text+'" class="default" autocomplete="off" style="width:25px;" /></li></ul><div class="chosen-drop"><ul class="chosen-results"></ul></div>'):this.container.html('<a class="chosen-single chosen-default"><span>'+this.default_text+'</span><div><b></b></div></a><div class="chosen-drop"><div class="chosen-search"><input type="text" autocomplete="off" /></div><ul class="chosen-results"></ul></div>'),this.form_field_jq.hide().after(this.container),this.dropdown=this.container.find("div.chosen-drop").first(),this.search_field=this.container.find("input").first(),this.search_results=this.container.find("ul.chosen-results").first(),this.search_field_scale(),this.search_no_results=this.container.find("li.no-results").first(),this.is_multiple?(this.search_choices=this.container.find("ul.chosen-choices").first(),this.search_container=this.container.find("li.search-field").first()):(this.search_container=this.container.find("div.chosen-search").first(),this.selected_item=this.container.find(".chosen-single").first()),this.results_build(),this.set_tab_index(),this.set_label_behavior()},o.prototype.on_ready=function(){return this.form_field_jq.trigger("chosen:ready",{chosen:this})},o.prototype.register_observers=function(){var t=this;return this.container.bind("touchstart.chosen",function(e){return t.container_mousedown(e),e.preventDefault()}),this.container.bind("touchend.chosen",function(e){return t.container_mouseup(e),e.preventDefault()}),this.container.bind("mousedown.chosen",function(e){t.container_mousedown(e)}),this.container.bind("mouseup.chosen",function(e){t.container_mouseup(e)}),this.container.bind("mouseenter.chosen",function(e){t.mouse_enter(e)}),this.container.bind("mouseleave.chosen",function(e){t.mouse_leave(e)}),this.search_results.bind("mouseup.chosen",function(e){t.search_results_mouseup(e)}),this.search_results.bind("mouseover.chosen",function(e){t.search_results_mouseover(e)}),this.search_results.bind("mouseout.chosen",function(e){t.search_results_mouseout(e)}),this.search_results.bind("mousewheel.chosen DOMMouseScroll.chosen",function(e){t.search_results_mousewheel(e)}),this.search_results.bind("touchstart.chosen",function(e){t.search_results_touchstart(e)}),this.search_results.bind("touchmove.chosen",function(e){t.search_results_touchmove(e)}),this.search_results.bind("touchend.chosen",function(e){t.search_results_touchend(e)}),this.form_field_jq.bind("chosen:updated.chosen",function(e){t.results_update_field(e)}),this.form_field_jq.bind("chosen:activate.chosen",function(e){t.activate_field(e)}),this.form_field_jq.bind("chosen:open.chosen",function(e){t.container_mousedown(e)}),this.form_field_jq.bind("chosen:close.chosen",function(e){t.input_blur(e)}),this.search_field.bind("blur.chosen",function(e){t.input_blur(e)}),this.search_field.bind("keyup.chosen",function(e){t.keyup_checker(e)}),this.search_field.bind("keydown.chosen",function(e){t.keydown_checker(e)}),this.search_field.bind("focus.chosen",function(e){t.input_focus(e)}),this.search_field.bind("cut.chosen",function(e){t.clipboard_event_checker(e)}),this.search_field.bind("paste.chosen",function(e){t.clipboard_event_checker(e)}),this.is_multiple?this.search_choices.bind("click.chosen",function(e){t.choices_click(e)}):this.container.bind("click.chosen",function(t){t.preventDefault()})},o.prototype.destroy=function(){return t(this.container[0].ownerDocument).unbind("click.chosen",this.click_test_action),this.search_field[0].tabIndex&&(this.form_field_jq[0].tabIndex=this.search_field[0].tabIndex),this.container.remove(),this.form_field_jq.removeData("chosen"),this.form_field_jq.show()},o.prototype.search_field_disabled=function(){return this.is_disabled=this.form_field_jq[0].disabled,this.is_disabled?(this.container.addClass("chosen-disabled"),this.search_field[0].disabled=!0,this.is_multiple||this.selected_item.unbind("focus.chosen",this.activate_action),this.close_field()):(this.container.removeClass("chosen-disabled"),this.search_field[0].disabled=!1,this.is_multiple?void 0:this.selected_item.bind("focus.chosen",this.activate_action))},o.prototype.container_mousedown=function(e){if(!this.is_disabled&&(e&&"mousedown"===e.type&&!this.results_showing&&e.preventDefault(),null==e||!t(e.target).hasClass("search-choice-close")))return this.active_field?this.is_multiple||!e||t(e.target)[0]!==this.selected_item[0]&&!t(e.target).parents("a.chosen-single").length||(e.preventDefault(),this.results_toggle()):(this.is_multiple&&this.search_field.val(""),t(this.container[0].ownerDocument).bind("click.chosen",this.click_test_action),this.results_show()),this.activate_field()},o.prototype.container_mouseup=function(t){if("ABBR"===t.target.nodeName&&!this.is_disabled)return this.results_reset(t)},o.prototype.search_results_mousewheel=function(t){var e;if(t.originalEvent&&(e=t.originalEvent.deltaY||-t.originalEvent.wheelDelta||t.originalEvent.detail),null!=e)return t.preventDefault(),"DOMMouseScroll"===t.type&&(e*=40),this.search_results.scrollTop(e+this.search_results.scrollTop())},o.prototype.blur_test=function(t){if(!this.active_field&&this.container.hasClass("chosen-container-active"))return this.close_field()},o.prototype.close_field=function(){return t(this.container[0].ownerDocument).unbind("click.chosen",this.click_test_action),this.active_field=!1,this.results_hide(),this.container.removeClass("chosen-container-active"),this.clear_backstroke(),this.show_search_field_default(),this.search_field_scale()},o.prototype.activate_field=function(){return this.container.addClass("chosen-container-active"),this.active_field=!0,this.search_field.val(this.search_field.val()),this.search_field.focus()},o.prototype.test_active_click=function(e){var s;return(s=t(e.target).closest(".chosen-container")).length&&this.container[0]===s[0]?this.active_field=!0:this.close_field()},o.prototype.results_build=function(){return this.parsing=!0,this.selected_option_count=null,this.results_data=i.select_to_array(this.form_field),this.is_multiple?this.search_choices.find("li.search-choice").remove():this.is_multiple||(this.single_set_selected_text(),this.disable_search||this.form_field.options.length<=this.disable_search_threshold?(this.search_field[0].readOnly=!0,this.container.addClass("chosen-container-single-nosearch")):(this.search_field[0].readOnly=!1,this.container.removeClass("chosen-container-single-nosearch"))),this.update_results_content(this.results_option_build({first:!0})),this.search_field_disabled(),this.show_search_field_default(),this.search_field_scale(),this.parsing=!1},o.prototype.result_do_highlight=function(t){var e,s,i,r,o;if(t.length){if(this.result_clear_highlight(),this.result_highlight=t,this.result_highlight.addClass("highlighted"),r=(i=parseInt(this.search_results.css("maxHeight"),10))+(o=this.search_results.scrollTop()),(e=(s=this.result_highlight.position().top+this.search_results.scrollTop())+this.result_highlight.outerHeight())>=r)return this.search_results.scrollTop(e-i>0?e-i:0);if(s<o)return this.search_results.scrollTop(s)}},o.prototype.result_clear_highlight=function(){return this.result_highlight&&this.result_highlight.removeClass("highlighted"),this.result_highlight=null},o.prototype.results_show=function(){return this.is_multiple&&this.max_selected_options<=this.choices_count()?(this.form_field_jq.trigger("chosen:maxselected",{chosen:this}),!1):(this.container.addClass("chosen-with-drop"),this.results_showing=!0,this.search_field.focus(),this.search_field.val(this.search_field.val()),this.winnow_results(),this.form_field_jq.trigger("chosen:showing_dropdown",{chosen:this}))},o.prototype.update_results_content=function(t){return this.search_results.html(t)},o.prototype.results_hide=function(){return this.results_showing&&(this.result_clear_highlight(),this.container.removeClass("chosen-with-drop"),this.form_field_jq.trigger("chosen:hiding_dropdown",{chosen:this})),this.results_showing=!1},o.prototype.set_tab_index=function(t){var e;if(this.form_field.tabIndex)return e=this.form_field.tabIndex,this.form_field.tabIndex=-1,this.search_field[0].tabIndex=e},o.prototype.set_label_behavior=function(){var e=this;if(this.form_field_label=this.form_field_jq.parents("label"),!this.form_field_label.length&&this.form_field.id.length&&(this.form_field_label=t("label[for='"+this.form_field.id+"']")),this.form_field_label.length>0)return this.form_field_label.bind("click.chosen",function(t){return e.is_multiple?e.container_mousedown(t):e.activate_field()})},o.prototype.show_search_field_default=function(){return this.is_multiple&&this.choices_count()<1&&!this.active_field?(this.search_field.val(this.default_text),this.search_field.addClass("default")):(this.search_field.val(""),this.search_field.removeClass("default"))},o.prototype.search_results_mouseup=function(e){var s;if((s=t(e.target).hasClass("active-result")?t(e.target):t(e.target).parents(".active-result").first()).length)return this.result_highlight=s,this.result_select(e),this.search_field.focus()},o.prototype.search_results_mouseover=function(e){var s;if(s=t(e.target).hasClass("active-result")?t(e.target):t(e.target).parents(".active-result").first())return this.result_do_highlight(s)},o.prototype.search_results_mouseout=function(e){if(t(e.target).hasClass("active-result"))return this.result_clear_highlight()},o.prototype.choice_build=function(e){var s,i,r=this;return s=t("<li />",{class:"search-choice"}).html("<span>"+this.choice_label(e)+"</span>"),e.disabled?s.addClass("search-choice-disabled"):((i=t("<a />",{class:"search-choice-close","data-option-array-index":e.array_index})).bind("click.chosen",function(t){return r.choice_destroy_link_click(t)}),s.append(i)),this.search_container.before(s)},o.prototype.choice_destroy_link_click=function(e){if(e.preventDefault(),e.stopPropagation(),!this.is_disabled)return this.choice_destroy(t(e.target))},o.prototype.choice_destroy=function(t){if(this.result_deselect(t[0].getAttribute("data-option-array-index")))return this.show_search_field_default(),this.is_multiple&&this.choices_count()>0&&this.search_field.val().length<1&&this.results_hide(),t.parents("li").first().remove(),this.search_field_scale()},o.prototype.results_reset=function(){if(this.reset_single_select_options(),this.form_field.options[0].selected=!0,this.single_set_selected_text(),this.show_search_field_default(),this.results_reset_cleanup(),this.form_field_jq.trigger("change"),this.active_field)return this.results_hide()},o.prototype.results_reset_cleanup=function(){return this.current_selectedIndex=this.form_field.selectedIndex,this.selected_item.find("abbr").remove()},o.prototype.result_select=function(t){var e,s;if(this.result_highlight)return e=this.result_highlight,this.result_clear_highlight(),this.is_multiple&&this.max_selected_options<=this.choices_count()?(this.form_field_jq.trigger("chosen:maxselected",{chosen:this}),!1):(this.is_multiple?e.removeClass("active-result"):this.reset_single_select_options(),e.addClass("result-selected"),(s=this.results_data[e[0].getAttribute("data-option-array-index")]).selected=!0,this.form_field.options[s.options_index].selected=!0,this.selected_option_count=null,this.is_multiple?this.choice_build(s):this.single_set_selected_text(this.choice_label(s)),(t.metaKey||t.ctrlKey)&&this.is_multiple||this.results_hide(),this.show_search_field_default(),(this.is_multiple||this.form_field.selectedIndex!==this.current_selectedIndex)&&this.form_field_jq.trigger("change",{selected:this.form_field.options[s.options_index].value}),this.current_selectedIndex=this.form_field.selectedIndex,t.preventDefault(),this.search_field_scale())},o.prototype.single_set_selected_text=function(t){return null==t&&(t=this.default_text),t===this.default_text?this.selected_item.addClass("chosen-default"):(this.single_deselect_control_build(),this.selected_item.removeClass("chosen-default")),this.selected_item.find("span").html(t)},o.prototype.result_deselect=function(t){var e;return e=this.results_data[t],!this.form_field.options[e.options_index].disabled&&(e.selected=!1,this.form_field.options[e.options_index].selected=!1,this.selected_option_count=null,this.result_clear_highlight(),this.results_showing&&this.winnow_results(),this.form_field_jq.trigger("change",{deselected:this.form_field.options[e.options_index].value}),this.search_field_scale(),!0)},o.prototype.single_deselect_control_build=function(){if(this.allow_single_deselect)return this.selected_item.find("abbr").length||this.selected_item.find("span").first().after('<abbr class="search-choice-close"></abbr>'),this.selected_item.addClass("chosen-single-with-deselect")},o.prototype.get_search_text=function(){return t("<div/>").text(t.trim(this.search_field.val())).html()},o.prototype.winnow_results_set_highlight=function(){var t,e;if(null!=(t=(e=this.is_multiple?[]:this.search_results.find(".result-selected.active-result")).length?e.first():this.search_results.find(".active-result").first()))return this.result_do_highlight(t)},o.prototype.no_results=function(e){var s;return(s=t('<li class="no-results">'+this.results_none_found+' "<span></span>"</li>')).find("span").first().html(e),this.search_results.append(s),this.form_field_jq.trigger("chosen:no_results",{chosen:this})},o.prototype.no_results_clear=function(){return this.search_results.find(".no-results").remove()},o.prototype.keydown_arrow=function(){var t;return this.results_showing&&this.result_highlight?(t=this.result_highlight.nextAll("li.active-result").first())?this.result_do_highlight(t):void 0:this.results_show()},o.prototype.keyup_arrow=function(){var t;return this.results_showing||this.is_multiple?this.result_highlight?(t=this.result_highlight.prevAll("li.active-result")).length?this.result_do_highlight(t.first()):(this.choices_count()>0&&this.results_hide(),this.result_clear_highlight()):void 0:this.results_show()},o.prototype.keydown_backstroke=function(){var t;return this.pending_backstroke?(this.choice_destroy(this.pending_backstroke.find("a").first()),this.clear_backstroke()):(t=this.search_container.siblings("li.search-choice").last()).length&&!t.hasClass("search-choice-disabled")?(this.pending_backstroke=t,this.single_backstroke_delete?this.keydown_backstroke():this.pending_backstroke.addClass("search-choice-focus")):void 0},o.prototype.clear_backstroke=function(){return this.pending_backstroke&&this.pending_backstroke.removeClass("search-choice-focus"),this.pending_backstroke=null},o.prototype.keydown_checker=function(t){var e,s;switch(e=null!=(s=t.which)?s:t.keyCode,this.search_field_scale(),8!==e&&this.pending_backstroke&&this.clear_backstroke(),e){case 8:this.backstroke_length=this.search_field.val().length;break;case 9:this.results_showing&&!this.is_multiple&&this.result_select(t),this.mouse_on_container=!1;break;case 13:this.results_showing&&t.preventDefault();break;case 32:this.disable_search&&t.preventDefault();break;case 38:t.preventDefault(),this.keyup_arrow();break;case 40:t.preventDefault(),this.keydown_arrow()}},o.prototype.search_field_scale=function(){var e,s,i,r,o,n,l,h;if(this.is_multiple){for(0,n=0,r="position:absolute; left: -1000px; top: -1000px; display:none;",l=0,h=(o=["font-size","font-style","font-weight","font-family","line-height","text-transform","letter-spacing"]).length;l<h;l++)r+=(i=o[l])+":"+this.search_field.css(i)+";";return(e=t("<div />",{style:r})).text(this.search_field.val()),t("body").append(e),n=e.width()+25,e.remove(),n>(s=this.container.outerWidth())-10&&(n=s-10),this.search_field.css({width:n+"px"})}},o}()}).call(this);
assets/js/index.php CHANGED
File without changes
assets/js/jquery-ui-timepicker-addon.js CHANGED
File without changes
assets/js/jquery-ui-timepicker-addon.min.js CHANGED
@@ -1,2 +1 @@
1
- !function(a){"function"==typeof define&&define.amd?define(["jquery","jquery-ui"],a):a(jQuery)}(function($){if($.ui.timepicker=$.ui.timepicker||{},!$.ui.timepicker.version){$.extend($.ui,{timepicker:{version:"@@version"}});var Timepicker=function(){this.regional=[],this.regional[""]={currentText:"Now",closeText:"Done",amNames:["AM","A"],pmNames:["PM","P"],timeFormat:"HH:mm",timeSuffix:"",timeOnlyTitle:"Choose Time",timeText:"Time",hourText:"Hour",minuteText:"Minute",secondText:"Second",millisecText:"Millisecond",microsecText:"Microsecond",timezoneText:"Time Zone",isRTL:!1},this._defaults={showButtonPanel:!0,timeOnly:!1,timeOnlyShowDate:!1,showHour:null,showMinute:null,showSecond:null,showMillisec:null,showMicrosec:null,showTimezone:null,showTime:!0,stepHour:1,stepMinute:1,stepSecond:1,stepMillisec:1,stepMicrosec:1,hour:0,minute:0,second:0,millisec:0,microsec:0,timezone:null,hourMin:0,minuteMin:0,secondMin:0,millisecMin:0,microsecMin:0,hourMax:23,minuteMax:59,secondMax:59,millisecMax:999,microsecMax:999,minDateTime:null,maxDateTime:null,maxTime:null,minTime:null,onSelect:null,hourGrid:0,minuteGrid:0,secondGrid:0,millisecGrid:0,microsecGrid:0,alwaysSetTime:!0,separator:" ",altFieldTimeOnly:!0,altTimeFormat:null,altSeparator:null,altTimeSuffix:null,altRedirectFocus:!0,pickerTimeFormat:null,pickerTimeSuffix:null,showTimepicker:!0,timezoneList:null,addSliderAccess:!1,sliderAccessArgs:null,controlType:"slider",oneLine:!1,defaultValue:null,parse:"strict",afterInject:null},$.extend(this._defaults,this.regional[""])};$.extend(Timepicker.prototype,{$input:null,$altInput:null,$timeObj:null,inst:null,hour_slider:null,minute_slider:null,second_slider:null,millisec_slider:null,microsec_slider:null,timezone_select:null,maxTime:null,minTime:null,hour:0,minute:0,second:0,millisec:0,microsec:0,timezone:null,hourMinOriginal:null,minuteMinOriginal:null,secondMinOriginal:null,millisecMinOriginal:null,microsecMinOriginal:null,hourMaxOriginal:null,minuteMaxOriginal:null,secondMaxOriginal:null,millisecMaxOriginal:null,microsecMaxOriginal:null,ampm:"",formattedDate:"",formattedTime:"",formattedDateTime:"",timezoneList:null,units:["hour","minute","second","millisec","microsec"],support:{},control:null,setDefaults:function(a){return extendRemove(this._defaults,a||{}),this},_newInst:function($input,opts){var tp_inst=new Timepicker,inlineSettings={},fns={},overrides,i;for(var attrName in this._defaults)if(this._defaults.hasOwnProperty(attrName)){var attrValue=$input.attr("time:"+attrName);if(attrValue)try{inlineSettings[attrName]=eval(attrValue)}catch(err){inlineSettings[attrName]=attrValue}}overrides={beforeShow:function(a,b){return $.isFunction(tp_inst._defaults.evnts.beforeShow)?tp_inst._defaults.evnts.beforeShow.call($input[0],a,b,tp_inst):void 0},onChangeMonthYear:function(a,b,c){$.isFunction(tp_inst._defaults.evnts.onChangeMonthYear)&&tp_inst._defaults.evnts.onChangeMonthYear.call($input[0],a,b,c,tp_inst)},onClose:function(a,b){tp_inst.timeDefined===!0&&""!==$input.val()&&tp_inst._updateDateTime(b),$.isFunction(tp_inst._defaults.evnts.onClose)&&tp_inst._defaults.evnts.onClose.call($input[0],a,b,tp_inst)}};for(i in overrides)overrides.hasOwnProperty(i)&&(fns[i]=opts[i]||this._defaults[i]||null);tp_inst._defaults=$.extend({},this._defaults,inlineSettings,opts,overrides,{evnts:fns,timepicker:tp_inst}),tp_inst.amNames=$.map(tp_inst._defaults.amNames,function(a){return a.toUpperCase()}),tp_inst.pmNames=$.map(tp_inst._defaults.pmNames,function(a){return a.toUpperCase()}),tp_inst.support=detectSupport(tp_inst._defaults.timeFormat+(tp_inst._defaults.pickerTimeFormat?tp_inst._defaults.pickerTimeFormat:"")+(tp_inst._defaults.altTimeFormat?tp_inst._defaults.altTimeFormat:"")),"string"==typeof tp_inst._defaults.controlType?("slider"===tp_inst._defaults.controlType&&"undefined"==typeof $.ui.slider&&(tp_inst._defaults.controlType="select"),tp_inst.control=tp_inst._controls[tp_inst._defaults.controlType]):tp_inst.control=tp_inst._defaults.controlType;var timezoneList=[-720,-660,-600,-570,-540,-480,-420,-360,-300,-270,-240,-210,-180,-120,-60,0,60,120,180,210,240,270,300,330,345,360,390,420,480,525,540,570,600,630,660,690,720,765,780,840];null!==tp_inst._defaults.timezoneList&&(timezoneList=tp_inst._defaults.timezoneList);var tzl=timezoneList.length,tzi=0,tzv=null;if(tzl>0&&"object"!=typeof timezoneList[0])for(;tzl>tzi;tzi++)tzv=timezoneList[tzi],timezoneList[tzi]={value:tzv,label:$.timepicker.timezoneOffsetString(tzv,tp_inst.support.iso8601)};return tp_inst._defaults.timezoneList=timezoneList,tp_inst.timezone=null!==tp_inst._defaults.timezone?$.timepicker.timezoneOffsetNumber(tp_inst._defaults.timezone):-1*(new Date).getTimezoneOffset(),tp_inst.hour=tp_inst._defaults.hour<tp_inst._defaults.hourMin?tp_inst._defaults.hourMin:tp_inst._defaults.hour>tp_inst._defaults.hourMax?tp_inst._defaults.hourMax:tp_inst._defaults.hour,tp_inst.minute=tp_inst._defaults.minute<tp_inst._defaults.minuteMin?tp_inst._defaults.minuteMin:tp_inst._defaults.minute>tp_inst._defaults.minuteMax?tp_inst._defaults.minuteMax:tp_inst._defaults.minute,tp_inst.second=tp_inst._defaults.second<tp_inst._defaults.secondMin?tp_inst._defaults.secondMin:tp_inst._defaults.second>tp_inst._defaults.secondMax?tp_inst._defaults.secondMax:tp_inst._defaults.second,tp_inst.millisec=tp_inst._defaults.millisec<tp_inst._defaults.millisecMin?tp_inst._defaults.millisecMin:tp_inst._defaults.millisec>tp_inst._defaults.millisecMax?tp_inst._defaults.millisecMax:tp_inst._defaults.millisec,tp_inst.microsec=tp_inst._defaults.microsec<tp_inst._defaults.microsecMin?tp_inst._defaults.microsecMin:tp_inst._defaults.microsec>tp_inst._defaults.microsecMax?tp_inst._defaults.microsecMax:tp_inst._defaults.microsec,tp_inst.ampm="",tp_inst.$input=$input,tp_inst._defaults.altField&&(tp_inst.$altInput=$(tp_inst._defaults.altField),tp_inst._defaults.altRedirectFocus===!0&&tp_inst.$altInput.css({cursor:"pointer"}).focus(function(){$input.trigger("focus")})),0!==tp_inst._defaults.minDate&&0!==tp_inst._defaults.minDateTime||(tp_inst._defaults.minDate=new Date),0!==tp_inst._defaults.maxDate&&0!==tp_inst._defaults.maxDateTime||(tp_inst._defaults.maxDate=new Date),void 0!==tp_inst._defaults.minDate&&tp_inst._defaults.minDate instanceof Date&&(tp_inst._defaults.minDateTime=new Date(tp_inst._defaults.minDate.getTime())),void 0!==tp_inst._defaults.minDateTime&&tp_inst._defaults.minDateTime instanceof Date&&(tp_inst._defaults.minDate=new Date(tp_inst._defaults.minDateTime.getTime())),void 0!==tp_inst._defaults.maxDate&&tp_inst._defaults.maxDate instanceof Date&&(tp_inst._defaults.maxDateTime=new Date(tp_inst._defaults.maxDate.getTime())),void 0!==tp_inst._defaults.maxDateTime&&tp_inst._defaults.maxDateTime instanceof Date&&(tp_inst._defaults.maxDate=new Date(tp_inst._defaults.maxDateTime.getTime())),tp_inst.$input.bind("focus",function(){tp_inst._onFocus()}),tp_inst},_addTimePicker:function(a){var b=$.trim(this.$altInput&&this._defaults.altFieldTimeOnly?this.$input.val()+" "+this.$altInput.val():this.$input.val());this.timeDefined=this._parseTime(b),this._limitMinMaxDateTime(a,!1),this._injectTimePicker(),this._afterInject()},_parseTime:function(a,b){if(this.inst||(this.inst=$.datepicker._getInst(this.$input[0])),b||!this._defaults.timeOnly){var c=$.datepicker._get(this.inst,"dateFormat");try{var d=parseDateTimeInternal(c,this._defaults.timeFormat,a,$.datepicker._getFormatConfig(this.inst),this._defaults);if(!d.timeObj)return!1;$.extend(this,d.timeObj)}catch(e){return $.timepicker.log("Error parsing the date/time string: "+e+"\ndate/time string = "+a+"\ntimeFormat = "+this._defaults.timeFormat+"\ndateFormat = "+c),!1}return!0}var f=$.datepicker.parseTime(this._defaults.timeFormat,a,this._defaults);return f?($.extend(this,f),!0):!1},_afterInject:function(){var a=this.inst.settings;$.isFunction(a.afterInject)&&a.afterInject.call(this)},_injectTimePicker:function(){var a=this.inst.dpDiv,b=this.inst.settings,c=this,d="",e="",f=null,g={},h={},i=null,j=0,k=0;if(0===a.find("div.ui-timepicker-div").length&&b.showTimepicker){var l=" ui_tpicker_unit_hide",m='<div class="ui-timepicker-div'+(b.isRTL?" ui-timepicker-rtl":"")+(b.oneLine&&"select"===b.controlType?" ui-timepicker-oneLine":"")+'"><dl><dt class="ui_tpicker_time_label'+(b.showTime?"":l)+'">'+b.timeText+'</dt><dd class="ui_tpicker_time '+(b.showTime?"":l)+'"><input class="ui_tpicker_time_input" '+(b.timeInput?"":"disabled")+"/></dd>";for(j=0,k=this.units.length;k>j;j++){if(d=this.units[j],e=d.substr(0,1).toUpperCase()+d.substr(1),f=null!==b["show"+e]?b["show"+e]:this.support[d],g[d]=parseInt(b[d+"Max"]-(b[d+"Max"]-b[d+"Min"])%b["step"+e],10),h[d]=0,m+='<dt class="ui_tpicker_'+d+"_label"+(f?"":l)+'">'+b[d+"Text"]+'</dt><dd class="ui_tpicker_'+d+(f?"":l)+'"><div class="ui_tpicker_'+d+"_slider"+(f?"":l)+'"></div>',f&&b[d+"Grid"]>0){if(m+='<div style="padding-left: 1px"><table class="ui-tpicker-grid-label"><tr>',"hour"===d)for(var n=b[d+"Min"];n<=g[d];n+=parseInt(b[d+"Grid"],10)){h[d]++;var o=$.datepicker.formatTime(this.support.ampm?"hht":"HH",{hour:n},b);m+='<td data-for="'+d+'">'+o+"</td>"}else for(var p=b[d+"Min"];p<=g[d];p+=parseInt(b[d+"Grid"],10))h[d]++,m+='<td data-for="'+d+'">'+(10>p?"0":"")+p+"</td>";m+="</tr></table></div>"}m+="</dd>"}var q=null!==b.showTimezone?b.showTimezone:this.support.timezone;m+='<dt class="ui_tpicker_timezone_label'+(q?"":l)+'">'+b.timezoneText+"</dt>",m+='<dd class="ui_tpicker_timezone'+(q?"":l)+'"></dd>',m+="</dl></div>";var r=$(m);for(b.timeOnly===!0&&(r.prepend('<div class="ui-widget-header ui-helper-clearfix ui-corner-all"><div class="ui-datepicker-title">'+b.timeOnlyTitle+"</div></div>"),a.find(".ui-datepicker-header, .ui-datepicker-calendar").hide()),j=0,k=c.units.length;k>j;j++)d=c.units[j],e=d.substr(0,1).toUpperCase()+d.substr(1),f=null!==b["show"+e]?b["show"+e]:this.support[d],c[d+"_slider"]=c.control.create(c,r.find(".ui_tpicker_"+d+"_slider"),d,c[d],b[d+"Min"],g[d],b["step"+e]),f&&b[d+"Grid"]>0&&(i=100*h[d]*b[d+"Grid"]/(g[d]-b[d+"Min"]),r.find(".ui_tpicker_"+d+" table").css({width:i+"%",marginLeft:b.isRTL?"0":i/(-2*h[d])+"%",marginRight:b.isRTL?i/(-2*h[d])+"%":"0",borderCollapse:"collapse"}).find("td").click(function(a){var b=$(this),e=b.html(),f=parseInt(e.replace(/[^0-9]/g),10),g=e.replace(/[^apm]/gi),h=b.data("for");"hour"===h&&(-1!==g.indexOf("p")&&12>f?f+=12:-1!==g.indexOf("a")&&12===f&&(f=0)),c.control.value(c,c[h+"_slider"],d,f),c._onTimeChange(),c._onSelectHandler()}).css({cursor:"pointer",width:100/h[d]+"%",textAlign:"center",overflow:"hidden"}));if(this.timezone_select=r.find(".ui_tpicker_timezone").append("<select></select>").find("select"),$.fn.append.apply(this.timezone_select,$.map(b.timezoneList,function(a,b){return $("<option />").val("object"==typeof a?a.value:a).text("object"==typeof a?a.label:a)})),"undefined"!=typeof this.timezone&&null!==this.timezone&&""!==this.timezone){var s=-1*new Date(this.inst.selectedYear,this.inst.selectedMonth,this.inst.selectedDay,12).getTimezoneOffset();s===this.timezone?selectLocalTimezone(c):this.timezone_select.val(this.timezone)}else"undefined"!=typeof this.hour&&null!==this.hour&&""!==this.hour?this.timezone_select.val(b.timezone):selectLocalTimezone(c);this.timezone_select.change(function(){c._onTimeChange(),c._onSelectHandler(),c._afterInject()});var t=a.find(".ui-datepicker-buttonpane");if(t.length?t.before(r):a.append(r),this.$timeObj=r.find(".ui_tpicker_time_input"),this.$timeObj.change(function(){var a=c.inst.settings.timeFormat,b=$.datepicker.parseTime(a,this.value),d=new Date;b?(d.setHours(b.hour),d.setMinutes(b.minute),d.setSeconds(b.second),$.datepicker._setTime(c.inst,d)):(this.value=c.formattedTime,this.blur())}),null!==this.inst){var u=this.timeDefined;this._onTimeChange(),this.timeDefined=u}if(this._defaults.addSliderAccess){var v=this._defaults.sliderAccessArgs,w=this._defaults.isRTL;v.isRTL=w,setTimeout(function(){if(0===r.find(".ui-slider-access").length){r.find(".ui-slider:visible").sliderAccess(v);var a=r.find(".ui-slider-access:eq(0)").outerWidth(!0);a&&r.find("table:visible").each(function(){var b=$(this),c=b.outerWidth(),d=b.css(w?"marginRight":"marginLeft").toString().replace("%",""),e=c-a,f=d*e/c+"%",g={width:e,marginRight:0,marginLeft:0};g[w?"marginRight":"marginLeft"]=f,b.css(g)})}},10)}c._limitMinMaxDateTime(this.inst,!0)}},_limitMinMaxDateTime:function(a,b){var c=this._defaults,d=new Date(a.selectedYear,a.selectedMonth,a.selectedDay);if(this._defaults.showTimepicker){if(null!==$.datepicker._get(a,"minDateTime")&&void 0!==$.datepicker._get(a,"minDateTime")&&d){var e=$.datepicker._get(a,"minDateTime"),f=new Date(e.getFullYear(),e.getMonth(),e.getDate(),0,0,0,0);null!==this.hourMinOriginal&&null!==this.minuteMinOriginal&&null!==this.secondMinOriginal&&null!==this.millisecMinOriginal&&null!==this.microsecMinOriginal||(this.hourMinOriginal=c.hourMin,this.minuteMinOriginal=c.minuteMin,this.secondMinOriginal=c.secondMin,this.millisecMinOriginal=c.millisecMin,this.microsecMinOriginal=c.microsecMin),a.settings.timeOnly||f.getTime()===d.getTime()?(this._defaults.hourMin=e.getHours(),this.hour<=this._defaults.hourMin?(this.hour=this._defaults.hourMin,this._defaults.minuteMin=e.getMinutes(),this.minute<=this._defaults.minuteMin?(this.minute=this._defaults.minuteMin,this._defaults.secondMin=e.getSeconds(),this.second<=this._defaults.secondMin?(this.second=this._defaults.secondMin,this._defaults.millisecMin=e.getMilliseconds(),this.millisec<=this._defaults.millisecMin?(this.millisec=this._defaults.millisecMin,this._defaults.microsecMin=e.getMicroseconds()):(this.microsec<this._defaults.microsecMin&&(this.microsec=this._defaults.microsecMin),this._defaults.microsecMin=this.microsecMinOriginal)):(this._defaults.millisecMin=this.millisecMinOriginal,this._defaults.microsecMin=this.microsecMinOriginal)):(this._defaults.secondMin=this.secondMinOriginal,this._defaults.millisecMin=this.millisecMinOriginal,this._defaults.microsecMin=this.microsecMinOriginal)):(this._defaults.minuteMin=this.minuteMinOriginal,this._defaults.secondMin=this.secondMinOriginal,this._defaults.millisecMin=this.millisecMinOriginal,this._defaults.microsecMin=this.microsecMinOriginal)):(this._defaults.hourMin=this.hourMinOriginal,this._defaults.minuteMin=this.minuteMinOriginal,this._defaults.secondMin=this.secondMinOriginal,this._defaults.millisecMin=this.millisecMinOriginal,this._defaults.microsecMin=this.microsecMinOriginal)}if(null!==$.datepicker._get(a,"maxDateTime")&&void 0!==$.datepicker._get(a,"maxDateTime")&&d){var g=$.datepicker._get(a,"maxDateTime"),h=new Date(g.getFullYear(),g.getMonth(),g.getDate(),0,0,0,0);null!==this.hourMaxOriginal&&null!==this.minuteMaxOriginal&&null!==this.secondMaxOriginal&&null!==this.millisecMaxOriginal||(this.hourMaxOriginal=c.hourMax,this.minuteMaxOriginal=c.minuteMax,this.secondMaxOriginal=c.secondMax,this.millisecMaxOriginal=c.millisecMax,this.microsecMaxOriginal=c.microsecMax),a.settings.timeOnly||h.getTime()===d.getTime()?(this._defaults.hourMax=g.getHours(),this.hour>=this._defaults.hourMax?(this.hour=this._defaults.hourMax,this._defaults.minuteMax=g.getMinutes(),this.minute>=this._defaults.minuteMax?(this.minute=this._defaults.minuteMax,this._defaults.secondMax=g.getSeconds(),this.second>=this._defaults.secondMax?(this.second=this._defaults.secondMax,this._defaults.millisecMax=g.getMilliseconds(),this.millisec>=this._defaults.millisecMax?(this.millisec=this._defaults.millisecMax,this._defaults.microsecMax=g.getMicroseconds()):(this.microsec>this._defaults.microsecMax&&(this.microsec=this._defaults.microsecMax),this._defaults.microsecMax=this.microsecMaxOriginal)):(this._defaults.millisecMax=this.millisecMaxOriginal,this._defaults.microsecMax=this.microsecMaxOriginal)):(this._defaults.secondMax=this.secondMaxOriginal,this._defaults.millisecMax=this.millisecMaxOriginal,this._defaults.microsecMax=this.microsecMaxOriginal)):(this._defaults.minuteMax=this.minuteMaxOriginal,this._defaults.secondMax=this.secondMaxOriginal,this._defaults.millisecMax=this.millisecMaxOriginal,this._defaults.microsecMax=this.microsecMaxOriginal)):(this._defaults.hourMax=this.hourMaxOriginal,this._defaults.minuteMax=this.minuteMaxOriginal,this._defaults.secondMax=this.secondMaxOriginal,this._defaults.millisecMax=this.millisecMaxOriginal,this._defaults.microsecMax=this.microsecMaxOriginal)}if(null!==a.settings.minTime){var i=new Date("01/01/1970 "+a.settings.minTime);this.hour<i.getHours()?(this.hour=this._defaults.hourMin=i.getHours(),this.minute=this._defaults.minuteMin=i.getMinutes()):this.hour===i.getHours()&&this.minute<i.getMinutes()?this.minute=this._defaults.minuteMin=i.getMinutes():this._defaults.hourMin<i.getHours()?(this._defaults.hourMin=i.getHours(),this._defaults.minuteMin=i.getMinutes()):this._defaults.hourMin===i.getHours()===this.hour&&this._defaults.minuteMin<i.getMinutes()?this._defaults.minuteMin=i.getMinutes():this._defaults.minuteMin=0}if(null!==a.settings.maxTime){var j=new Date("01/01/1970 "+a.settings.maxTime);this.hour>j.getHours()?(this.hour=this._defaults.hourMax=j.getHours(),this.minute=this._defaults.minuteMax=j.getMinutes()):this.hour===j.getHours()&&this.minute>j.getMinutes()?this.minute=this._defaults.minuteMax=j.getMinutes():this._defaults.hourMax>j.getHours()?(this._defaults.hourMax=j.getHours(),this._defaults.minuteMax=j.getMinutes()):this._defaults.hourMax===j.getHours()===this.hour&&this._defaults.minuteMax>j.getMinutes()?this._defaults.minuteMax=j.getMinutes():this._defaults.minuteMax=59}if(void 0!==b&&b===!0){var k=parseInt(this._defaults.hourMax-(this._defaults.hourMax-this._defaults.hourMin)%this._defaults.stepHour,10),l=parseInt(this._defaults.minuteMax-(this._defaults.minuteMax-this._defaults.minuteMin)%this._defaults.stepMinute,10),m=parseInt(this._defaults.secondMax-(this._defaults.secondMax-this._defaults.secondMin)%this._defaults.stepSecond,10),n=parseInt(this._defaults.millisecMax-(this._defaults.millisecMax-this._defaults.millisecMin)%this._defaults.stepMillisec,10),o=parseInt(this._defaults.microsecMax-(this._defaults.microsecMax-this._defaults.microsecMin)%this._defaults.stepMicrosec,10);this.hour_slider&&(this.control.options(this,this.hour_slider,"hour",{min:this._defaults.hourMin,max:k,step:this._defaults.stepHour}),this.control.value(this,this.hour_slider,"hour",this.hour-this.hour%this._defaults.stepHour)),this.minute_slider&&(this.control.options(this,this.minute_slider,"minute",{min:this._defaults.minuteMin,max:l,step:this._defaults.stepMinute}),this.control.value(this,this.minute_slider,"minute",this.minute-this.minute%this._defaults.stepMinute)),this.second_slider&&(this.control.options(this,this.second_slider,"second",{min:this._defaults.secondMin,max:m,step:this._defaults.stepSecond}),this.control.value(this,this.second_slider,"second",this.second-this.second%this._defaults.stepSecond)),this.millisec_slider&&(this.control.options(this,this.millisec_slider,"millisec",{min:this._defaults.millisecMin,max:n,step:this._defaults.stepMillisec}),this.control.value(this,this.millisec_slider,"millisec",this.millisec-this.millisec%this._defaults.stepMillisec)),this.microsec_slider&&(this.control.options(this,this.microsec_slider,"microsec",{min:this._defaults.microsecMin,max:o,step:this._defaults.stepMicrosec}),this.control.value(this,this.microsec_slider,"microsec",this.microsec-this.microsec%this._defaults.stepMicrosec))}}},_onTimeChange:function(){if(this._defaults.showTimepicker){var a=this.hour_slider?this.control.value(this,this.hour_slider,"hour"):!1,b=this.minute_slider?this.control.value(this,this.minute_slider,"minute"):!1,c=this.second_slider?this.control.value(this,this.second_slider,"second"):!1,d=this.millisec_slider?this.control.value(this,this.millisec_slider,"millisec"):!1,e=this.microsec_slider?this.control.value(this,this.microsec_slider,"microsec"):!1,f=this.timezone_select?this.timezone_select.val():!1,g=this._defaults,h=g.pickerTimeFormat||g.timeFormat,i=g.pickerTimeSuffix||g.timeSuffix;"object"==typeof a&&(a=!1),"object"==typeof b&&(b=!1),"object"==typeof c&&(c=!1),"object"==typeof d&&(d=!1),"object"==typeof e&&(e=!1),"object"==typeof f&&(f=!1),a!==!1&&(a=parseInt(a,10)),b!==!1&&(b=parseInt(b,10)),c!==!1&&(c=parseInt(c,10)),d!==!1&&(d=parseInt(d,10)),e!==!1&&(e=parseInt(e,10)),f!==!1&&(f=f.toString());var j=g[12>a?"amNames":"pmNames"][0],k=a!==parseInt(this.hour,10)||b!==parseInt(this.minute,10)||c!==parseInt(this.second,10)||d!==parseInt(this.millisec,10)||e!==parseInt(this.microsec,10)||this.ampm.length>0&&12>a!=(-1!==$.inArray(this.ampm.toUpperCase(),this.amNames))||null!==this.timezone&&f!==this.timezone.toString();if(k&&(a!==!1&&(this.hour=a),b!==!1&&(this.minute=b),c!==!1&&(this.second=c),d!==!1&&(this.millisec=d),e!==!1&&(this.microsec=e),f!==!1&&(this.timezone=f),this.inst||(this.inst=$.datepicker._getInst(this.$input[0])),this._limitMinMaxDateTime(this.inst,!0)),this.support.ampm&&(this.ampm=j),this.formattedTime=$.datepicker.formatTime(g.timeFormat,this,g),this.$timeObj&&(h===g.timeFormat?this.$timeObj.val(this.formattedTime+i):this.$timeObj.val($.datepicker.formatTime(h,this,g)+i),this.$timeObj[0].setSelectionRange)){var l=this.$timeObj[0].selectionStart,m=this.$timeObj[0].selectionEnd;this.$timeObj[0].setSelectionRange(l,m)}this.timeDefined=!0,k&&this._updateDateTime()}},_onSelectHandler:function(){var a=this._defaults.onSelect||this.inst.settings.onSelect,b=this.$input?this.$input[0]:null;a&&b&&a.apply(b,[this.formattedDateTime,this])},_updateDateTime:function(a){a=this.inst||a;var b=a.currentYear>0?new Date(a.currentYear,a.currentMonth,a.currentDay):new Date(a.selectedYear,a.selectedMonth,a.selectedDay),c=$.datepicker._daylightSavingAdjust(b),d=$.datepicker._get(a,"dateFormat"),e=$.datepicker._getFormatConfig(a),f=null!==c&&this.timeDefined;this.formattedDate=$.datepicker.formatDate(d,null===c?new Date:c,e);var g=this.formattedDate;if(""===a.lastVal&&(a.currentYear=a.selectedYear,a.currentMonth=a.selectedMonth,a.currentDay=a.selectedDay),this._defaults.timeOnly===!0&&this._defaults.timeOnlyShowDate===!1?g=this.formattedTime:(this._defaults.timeOnly!==!0&&(this._defaults.alwaysSetTime||f)||this._defaults.timeOnly===!0&&this._defaults.timeOnlyShowDate===!0)&&(g+=this._defaults.separator+this.formattedTime+this._defaults.timeSuffix),this.formattedDateTime=g,this._defaults.showTimepicker)if(this.$altInput&&this._defaults.timeOnly===!1&&this._defaults.altFieldTimeOnly===!0)this.$altInput.val(this.formattedTime),this.$input.val(this.formattedDate);else if(this.$altInput){this.$input.val(g);var h="",i=null!==this._defaults.altSeparator?this._defaults.altSeparator:this._defaults.separator,j=null!==this._defaults.altTimeSuffix?this._defaults.altTimeSuffix:this._defaults.timeSuffix;this._defaults.timeOnly||(h=this._defaults.altFormat?$.datepicker.formatDate(this._defaults.altFormat,null===c?new Date:c,e):this.formattedDate,h&&(h+=i)),h+=null!==this._defaults.altTimeFormat?$.datepicker.formatTime(this._defaults.altTimeFormat,this,this._defaults)+j:this.formattedTime+j,this.$altInput.val(h)}else this.$input.val(g);else this.$input.val(this.formattedDate);this.$input.trigger("change")},_onFocus:function(){if(!this.$input.val()&&this._defaults.defaultValue){this.$input.val(this._defaults.defaultValue);var a=$.datepicker._getInst(this.$input.get(0)),b=$.datepicker._get(a,"timepicker");if(b&&b._defaults.timeOnly&&a.input.val()!==a.lastVal)try{$.datepicker._updateDatepicker(a)}catch(c){$.timepicker.log(c)}}},_controls:{slider:{create:function(a,b,c,d,e,f,g){var h=a._defaults.isRTL;return b.prop("slide",null).slider({orientation:"horizontal",value:h?-1*d:d,min:h?-1*f:e,max:h?-1*e:f,step:g,slide:function(b,d){a.control.value(a,$(this),c,h?-1*d.value:d.value),a._onTimeChange()},stop:function(b,c){a._onSelectHandler()}})},options:function(a,b,c,d,e){if(a._defaults.isRTL){if("string"==typeof d)return"min"===d||"max"===d?void 0!==e?b.slider(d,-1*e):Math.abs(b.slider(d)):b.slider(d);var f=d.min,g=d.max;return d.min=d.max=null,void 0!==f&&(d.max=-1*f),void 0!==g&&(d.min=-1*g),b.slider(d)}return"string"==typeof d&&void 0!==e?b.slider(d,e):b.slider(d)},value:function(a,b,c,d){return a._defaults.isRTL?void 0!==d?b.slider("value",-1*d):Math.abs(b.slider("value")):void 0!==d?b.slider("value",d):b.slider("value")}},select:{create:function(a,b,c,d,e,f,g){for(var h='<select class="ui-timepicker-select ui-state-default ui-corner-all" data-unit="'+c+'" data-min="'+e+'" data-max="'+f+'" data-step="'+g+'">',i=a._defaults.pickerTimeFormat||a._defaults.timeFormat,j=e;f>=j;j+=g)h+='<option value="'+j+'"'+(j===d?" selected":"")+">",h+="hour"===c?$.datepicker.formatTime($.trim(i.replace(/[^ht ]/gi,"")),{hour:j},a._defaults):"millisec"===c||"microsec"===c||j>=10?j:"0"+j.toString(),h+="</option>";return h+="</select>",b.children("select").remove(),$(h).appendTo(b).change(function(b){a._onTimeChange(),a._onSelectHandler(),a._afterInject()}),b},options:function(a,b,c,d,e){var f={},g=b.children("select");if("string"==typeof d){if(void 0===e)return g.data(d);f[d]=e}else f=d;return a.control.create(a,b,g.data("unit"),g.val(),f.min>=0?f.min:g.data("min"),f.max||g.data("max"),f.step||g.data("step"))},value:function(a,b,c,d){var e=b.children("select");return void 0!==d?e.val(d):e.val()}}}}),$.fn.extend({timepicker:function(a){a=a||{};var b=Array.prototype.slice.call(arguments);return"object"==typeof a&&(b[0]=$.extend(a,{timeOnly:!0})),$(this).each(function(){$.fn.datetimepicker.apply($(this),b)})},datetimepicker:function(a){a=a||{};var b=arguments;return"string"==typeof a?"getDate"===a||"option"===a&&2===b.length&&"string"==typeof b[1]?$.fn.datepicker.apply($(this[0]),b):this.each(function(){var a=$(this);a.datepicker.apply(a,b)}):this.each(function(){var b=$(this);b.datepicker($.timepicker._newInst(b,a)._defaults)})}}),$.datepicker.parseDateTime=function(a,b,c,d,e){var f=parseDateTimeInternal(a,b,c,d,e);if(f.timeObj){var g=f.timeObj;f.date.setHours(g.hour,g.minute,g.second,g.millisec),f.date.setMicroseconds(g.microsec)}return f.date},$.datepicker.parseTime=function(a,b,c){var d=extendRemove(extendRemove({},$.timepicker._defaults),c||{}),e=(-1!==a.replace(/\'.*?\'/g,"").indexOf("Z"),function(a,b,c){var d,e=function(a,b){var c=[];return a&&$.merge(c,a),b&&$.merge(c,b),c=$.map(c,function(a){return a.replace(/[.*+?|()\[\]{}\\]/g,"\\$&")}),"("+c.join("|")+")?"},f=function(a){var b=a.toLowerCase().match(/(h{1,2}|m{1,2}|s{1,2}|l{1}|c{1}|t{1,2}|z|'.*?')/g),c={h:-1,m:-1,s:-1,l:-1,c:-1,t:-1,z:-1};if(b)for(var d=0;d<b.length;d++)-1===c[b[d].toString().charAt(0)]&&(c[b[d].toString().charAt(0)]=d+1);return c},g="^"+a.toString().replace(/([hH]{1,2}|mm?|ss?|[tT]{1,2}|[zZ]|[lc]|'.*?')/g,function(a){var b=a.length;switch(a.charAt(0).toLowerCase()){case"h":return 1===b?"(\\d?\\d)":"(\\d{"+b+"})";case"m":return 1===b?"(\\d?\\d)":"(\\d{"+b+"})";case"s":return 1===b?"(\\d?\\d)":"(\\d{"+b+"})";case"l":return"(\\d?\\d?\\d)";case"c":return"(\\d?\\d?\\d)";case"z":return"(z|[-+]\\d\\d:?\\d\\d|\\S+)?";case"t":return e(c.amNames,c.pmNames);default:return"("+a.replace(/\'/g,"").replace(/(\.|\$|\^|\\|\/|\(|\)|\[|\]|\?|\+|\*)/g,function(a){return"\\"+a})+")?"}}).replace(/\s/g,"\\s?")+c.timeSuffix+"$",h=f(a),i="";d=b.match(new RegExp(g,"i"));var j={hour:0,minute:0,second:0,millisec:0,microsec:0};return d?(-1!==h.t&&(void 0===d[h.t]||0===d[h.t].length?(i="",j.ampm=""):(i=-1!==$.inArray(d[h.t].toUpperCase(),$.map(c.amNames,function(a,b){return a.toUpperCase()}))?"AM":"PM",j.ampm=c["AM"===i?"amNames":"pmNames"][0])),-1!==h.h&&("AM"===i&&"12"===d[h.h]?j.hour=0:"PM"===i&&"12"!==d[h.h]?j.hour=parseInt(d[h.h],10)+12:j.hour=Number(d[h.h])),-1!==h.m&&(j.minute=Number(d[h.m])),-1!==h.s&&(j.second=Number(d[h.s])),-1!==h.l&&(j.millisec=Number(d[h.l])),-1!==h.c&&(j.microsec=Number(d[h.c])),-1!==h.z&&void 0!==d[h.z]&&(j.timezone=$.timepicker.timezoneOffsetNumber(d[h.z])),j):!1}),f=function(a,b,c){try{var d=new Date("2012-01-01 "+b);if(isNaN(d.getTime())&&(d=new Date("2012-01-01T"+b),isNaN(d.getTime())&&(d=new Date("01/01/2012 "+b),isNaN(d.getTime()))))throw"Unable to parse time with native Date: "+b;return{hour:d.getHours(),minute:d.getMinutes(),second:d.getSeconds(),millisec:d.getMilliseconds(),microsec:d.getMicroseconds(),timezone:-1*d.getTimezoneOffset()}}catch(f){try{return e(a,b,c)}catch(g){$.timepicker.log("Unable to parse \ntimeString: "+b+"\ntimeFormat: "+a)}}return!1};return"function"==typeof d.parse?d.parse(a,b,d):"loose"===d.parse?f(a,b,d):e(a,b,d)},$.datepicker.formatTime=function(a,b,c){c=c||{},c=$.extend({},$.timepicker._defaults,c),b=$.extend({hour:0,minute:0,second:0,millisec:0,microsec:0,timezone:null},b);var d=a,e=c.amNames[0],f=parseInt(b.hour,10);return f>11&&(e=c.pmNames[0]),d=d.replace(/(?:HH?|hh?|mm?|ss?|[tT]{1,2}|[zZ]|[lc]|'.*?')/g,function(a){switch(a){case"HH":return("0"+f).slice(-2);case"H":return f;case"hh":return("0"+convert24to12(f)).slice(-2);case"h":return convert24to12(f);case"mm":return("0"+b.minute).slice(-2);case"m":return b.minute;case"ss":return("0"+b.second).slice(-2);case"s":return b.second;case"l":return("00"+b.millisec).slice(-3);case"c":return("00"+b.microsec).slice(-3);case"z":return $.timepicker.timezoneOffsetString(null===b.timezone?c.timezone:b.timezone,!1);case"Z":return $.timepicker.timezoneOffsetString(null===b.timezone?c.timezone:b.timezone,!0);case"T":return e.charAt(0).toUpperCase();case"TT":return e.toUpperCase();case"t":return e.charAt(0).toLowerCase();case"tt":return e.toLowerCase();default:return a.replace(/'/g,"")}})},$.datepicker._base_selectDate=$.datepicker._selectDate,$.datepicker._selectDate=function(a,b){var c,d=this._getInst($(a)[0]),e=this._get(d,"timepicker");e&&d.settings.showTimepicker?(e._limitMinMaxDateTime(d,!0),c=d.inline,d.inline=d.stay_open=!0,this._base_selectDate(a,b),d.inline=c,d.stay_open=!1,this._notifyChange(d),this._updateDatepicker(d)):this._base_selectDate(a,b)},$.datepicker._base_updateDatepicker=$.datepicker._updateDatepicker,$.datepicker._updateDatepicker=function(a){var b=a.input[0];if(!($.datepicker._curInst&&$.datepicker._curInst!==a&&$.datepicker._datepickerShowing&&$.datepicker._lastInput!==b||"boolean"==typeof a.stay_open&&a.stay_open!==!1)){this._base_updateDatepicker(a);var c=this._get(a,"timepicker");c&&c._addTimePicker(a)}},$.datepicker._base_doKeyPress=$.datepicker._doKeyPress,$.datepicker._doKeyPress=function(a){var b=$.datepicker._getInst(a.target),c=$.datepicker._get(b,"timepicker");if(c&&$.datepicker._get(b,"constrainInput")){var d=c.support.ampm,e=null!==c._defaults.showTimezone?c._defaults.showTimezone:c.support.timezone,f=$.datepicker._possibleChars($.datepicker._get(b,"dateFormat")),g=c._defaults.timeFormat.toString().replace(/[hms]/g,"").replace(/TT/g,d?"APM":"").replace(/Tt/g,d?"AaPpMm":"").replace(/tT/g,d?"AaPpMm":"").replace(/T/g,d?"AP":"").replace(/tt/g,d?"apm":"").replace(/t/g,d?"ap":"")+" "+c._defaults.separator+c._defaults.timeSuffix+(e?c._defaults.timezoneList.join(""):"")+c._defaults.amNames.join("")+c._defaults.pmNames.join("")+f,h=String.fromCharCode(void 0===a.charCode?a.keyCode:a.charCode);return a.ctrlKey||" ">h||!f||g.indexOf(h)>-1}return $.datepicker._base_doKeyPress(a)},$.datepicker._base_updateAlternate=$.datepicker._updateAlternate,$.datepicker._updateAlternate=function(a){var b=this._get(a,"timepicker");if(b){var c=b._defaults.altField;if(c){var d=(b._defaults.altFormat||b._defaults.dateFormat,this._getDate(a)),e=$.datepicker._getFormatConfig(a),f="",g=b._defaults.altSeparator?b._defaults.altSeparator:b._defaults.separator,h=b._defaults.altTimeSuffix?b._defaults.altTimeSuffix:b._defaults.timeSuffix,i=null!==b._defaults.altTimeFormat?b._defaults.altTimeFormat:b._defaults.timeFormat;f+=$.datepicker.formatTime(i,b,b._defaults)+h,b._defaults.timeOnly||b._defaults.altFieldTimeOnly||null===d||(f=b._defaults.altFormat?$.datepicker.formatDate(b._defaults.altFormat,d,e)+g+f:b.formattedDate+g+f),$(c).val(a.input.val()?f:"")}}else $.datepicker._base_updateAlternate(a)},$.datepicker._base_doKeyUp=$.datepicker._doKeyUp,$.datepicker._doKeyUp=function(a){var b=$.datepicker._getInst(a.target),c=$.datepicker._get(b,"timepicker");
2
- if(c&&c._defaults.timeOnly&&b.input.val()!==b.lastVal)try{$.datepicker._updateDatepicker(b)}catch(d){$.timepicker.log(d)}return $.datepicker._base_doKeyUp(a)},$.datepicker._base_gotoToday=$.datepicker._gotoToday,$.datepicker._gotoToday=function(a){var b=this._getInst($(a)[0]);this._base_gotoToday(a);var c=this._get(b,"timepicker");if(c){var d=$.timepicker.timezoneOffsetNumber(c.timezone),e=new Date;e.setMinutes(e.getMinutes()+e.getTimezoneOffset()+parseInt(d,10)),this._setTime(b,e),this._setDate(b,e),c._onSelectHandler()}},$.datepicker._disableTimepickerDatepicker=function(a){var b=this._getInst(a);if(b){var c=this._get(b,"timepicker");$(a).datepicker("getDate"),c&&(b.settings.showTimepicker=!1,c._defaults.showTimepicker=!1,c._updateDateTime(b))}},$.datepicker._enableTimepickerDatepicker=function(a){var b=this._getInst(a);if(b){var c=this._get(b,"timepicker");$(a).datepicker("getDate"),c&&(b.settings.showTimepicker=!0,c._defaults.showTimepicker=!0,c._addTimePicker(b),c._updateDateTime(b))}},$.datepicker._setTime=function(a,b){var c=this._get(a,"timepicker");if(c){var d=c._defaults;c.hour=b?b.getHours():d.hour,c.minute=b?b.getMinutes():d.minute,c.second=b?b.getSeconds():d.second,c.millisec=b?b.getMilliseconds():d.millisec,c.microsec=b?b.getMicroseconds():d.microsec,c._limitMinMaxDateTime(a,!0),c._onTimeChange(),c._updateDateTime(a)}},$.datepicker._setTimeDatepicker=function(a,b,c){var d=this._getInst(a);if(d){var e=this._get(d,"timepicker");if(e){this._setDateFromField(d);var f;b&&("string"==typeof b?(e._parseTime(b,c),f=new Date,f.setHours(e.hour,e.minute,e.second,e.millisec),f.setMicroseconds(e.microsec)):(f=new Date(b.getTime()),f.setMicroseconds(b.getMicroseconds())),"Invalid Date"===f.toString()&&(f=void 0),this._setTime(d,f))}}},$.datepicker._base_setDateDatepicker=$.datepicker._setDateDatepicker,$.datepicker._setDateDatepicker=function(a,b){var c=this._getInst(a),d=b;if(c){"string"==typeof b&&(d=new Date(b),d.getTime()||(this._base_setDateDatepicker.apply(this,arguments),d=$(a).datepicker("getDate")));var e,f=this._get(c,"timepicker");d instanceof Date?(e=new Date(d.getTime()),e.setMicroseconds(d.getMicroseconds())):e=d,f&&e&&(f.support.timezone||null!==f._defaults.timezone||(f.timezone=-1*e.getTimezoneOffset()),d=$.timepicker.timezoneAdjust(d,$.timepicker.timezoneOffsetString(-d.getTimezoneOffset()),f.timezone),e=$.timepicker.timezoneAdjust(e,$.timepicker.timezoneOffsetString(-e.getTimezoneOffset()),f.timezone)),this._updateDatepicker(c),this._base_setDateDatepicker.apply(this,arguments),this._setTimeDatepicker(a,e,!0)}},$.datepicker._base_getDateDatepicker=$.datepicker._getDateDatepicker,$.datepicker._getDateDatepicker=function(a,b){var c=this._getInst(a);if(c){var d=this._get(c,"timepicker");if(d){void 0===c.lastVal&&this._setDateFromField(c,b);var e=this._getDate(c),f=null;return f=d.$altInput&&d._defaults.altFieldTimeOnly?d.$input.val()+" "+d.$altInput.val():"INPUT"!==d.$input.get(0).tagName&&d.$altInput?d.$altInput.val():d.$input.val(),e&&d._parseTime(f,!c.settings.timeOnly)&&(e.setHours(d.hour,d.minute,d.second,d.millisec),e.setMicroseconds(d.microsec),null!=d.timezone&&(d.support.timezone||null!==d._defaults.timezone||(d.timezone=-1*e.getTimezoneOffset()),e=$.timepicker.timezoneAdjust(e,d.timezone,$.timepicker.timezoneOffsetString(-e.getTimezoneOffset())))),e}return this._base_getDateDatepicker(a,b)}},$.datepicker._base_parseDate=$.datepicker.parseDate,$.datepicker.parseDate=function(a,b,c){var d;try{d=this._base_parseDate(a,b,c)}catch(e){if(!(e.indexOf(":")>=0))throw e;d=this._base_parseDate(a,b.substring(0,b.length-(e.length-e.indexOf(":")-2)),c),$.timepicker.log("Error parsing the date string: "+e+"\ndate string = "+b+"\ndate format = "+a)}return d},$.datepicker._base_formatDate=$.datepicker._formatDate,$.datepicker._formatDate=function(a,b,c,d){var e=this._get(a,"timepicker");return e?(e._updateDateTime(a),e.$input.val()):this._base_formatDate(a)},$.datepicker._base_optionDatepicker=$.datepicker._optionDatepicker,$.datepicker._optionDatepicker=function(a,b,c){var d,e=this._getInst(a);if(!e)return null;var f=this._get(e,"timepicker");if(f){var g,h,i,j,k=null,l=null,m=null,n=f._defaults.evnts,o={};if("string"==typeof b){if("minDate"===b||"minDateTime"===b)k=c;else if("maxDate"===b||"maxDateTime"===b)l=c;else if("onSelect"===b)m=c;else if(n.hasOwnProperty(b)){if("undefined"==typeof c)return n[b];o[b]=c,d={}}}else if("object"==typeof b){b.minDate?k=b.minDate:b.minDateTime?k=b.minDateTime:b.maxDate?l=b.maxDate:b.maxDateTime&&(l=b.maxDateTime);for(g in n)n.hasOwnProperty(g)&&b[g]&&(o[g]=b[g])}for(g in o)o.hasOwnProperty(g)&&(n[g]=o[g],d||(d=$.extend({},b)),delete d[g]);if(d&&isEmptyObject(d))return;if(k?(k=0===k?new Date:new Date(k),f._defaults.minDate=k,f._defaults.minDateTime=k):l?(l=0===l?new Date:new Date(l),f._defaults.maxDate=l,f._defaults.maxDateTime=l):m&&(f._defaults.onSelect=m),k||l)return j=$(a),i=j.datetimepicker("getDate"),h=this._base_optionDatepicker.call($.datepicker,a,d||b,c),j.datetimepicker("setDate",i),h}return void 0===c?this._base_optionDatepicker.call($.datepicker,a,b):this._base_optionDatepicker.call($.datepicker,a,d||b,c)};var isEmptyObject=function(a){var b;for(b in a)if(a.hasOwnProperty(b))return!1;return!0},extendRemove=function(a,b){$.extend(a,b);for(var c in b)null!==b[c]&&void 0!==b[c]||(a[c]=b[c]);return a},detectSupport=function(a){var b=a.replace(/'.*?'/g,"").toLowerCase(),c=function(a,b){return-1!==a.indexOf(b)};return{hour:c(b,"h"),minute:c(b,"m"),second:c(b,"s"),millisec:c(b,"l"),microsec:c(b,"c"),timezone:c(b,"z"),ampm:c(b,"t")&&c(a,"h"),iso8601:c(a,"Z")}},convert24to12=function(a){return a%=12,0===a&&(a=12),String(a)},computeEffectiveSetting=function(a,b){return a&&a[b]?a[b]:$.timepicker._defaults[b]},splitDateTime=function(a,b){var c=computeEffectiveSetting(b,"separator"),d=computeEffectiveSetting(b,"timeFormat"),e=d.split(c),f=e.length,g=a.split(c),h=g.length;return h>1?{dateString:g.splice(0,h-f).join(c),timeString:g.splice(0,f).join(c)}:{dateString:a,timeString:""}},parseDateTimeInternal=function(a,b,c,d,e){var f,g,h;if(g=splitDateTime(c,e),f=$.datepicker._base_parseDate(a,g.dateString,d),""===g.timeString)return{date:f};if(h=$.datepicker.parseTime(b,g.timeString,e),!h)throw"Wrong time format";return{date:f,timeObj:h}},selectLocalTimezone=function(a,b){if(a&&a.timezone_select){var c=b||new Date;a.timezone_select.val(-c.getTimezoneOffset())}};$.timepicker=new Timepicker,$.timepicker.timezoneOffsetString=function(a,b){if(isNaN(a)||a>840||-720>a)return a;var c=a,d=c%60,e=(c-d)/60,f=b?":":"",g=(c>=0?"+":"-")+("0"+Math.abs(e)).slice(-2)+f+("0"+Math.abs(d)).slice(-2);return"+00:00"===g?"Z":g},$.timepicker.timezoneOffsetNumber=function(a){var b=a.toString().replace(":","");return"Z"===b.toUpperCase()?0:/^(\-|\+)\d{4}$/.test(b)?("-"===b.substr(0,1)?-1:1)*(60*parseInt(b.substr(1,2),10)+parseInt(b.substr(3,2),10)):parseInt(a,10)},$.timepicker.timezoneAdjust=function(a,b,c){var d=$.timepicker.timezoneOffsetNumber(b),e=$.timepicker.timezoneOffsetNumber(c);return isNaN(e)||a.setMinutes(a.getMinutes()+-d- -e),a},$.timepicker.timeRange=function(a,b,c){return $.timepicker.handleRange("timepicker",a,b,c)},$.timepicker.datetimeRange=function(a,b,c){$.timepicker.handleRange("datetimepicker",a,b,c)},$.timepicker.dateRange=function(a,b,c){$.timepicker.handleRange("datepicker",a,b,c)},$.timepicker.handleRange=function(a,b,c,d){function e(e,f){var g=b[a]("getDate"),h=c[a]("getDate"),i=e[a]("getDate");if(null!==g){var j=new Date(g.getTime()),k=new Date(g.getTime());j.setMilliseconds(j.getMilliseconds()+d.minInterval),k.setMilliseconds(k.getMilliseconds()+d.maxInterval),d.minInterval>0&&j>h?c[a]("setDate",j):d.maxInterval>0&&h>k?c[a]("setDate",k):g>h&&f[a]("setDate",i)}}function f(b,c,e){if(b.val()){var f=b[a].call(b,"getDate");null!==f&&d.minInterval>0&&("minDate"===e&&f.setMilliseconds(f.getMilliseconds()+d.minInterval),"maxDate"===e&&f.setMilliseconds(f.getMilliseconds()-d.minInterval)),f.getTime&&c[a].call(c,"option",e,f)}}d=$.extend({},{minInterval:0,maxInterval:0,start:{},end:{}},d);var g=!1;return"timepicker"===a&&(g=!0,a="datetimepicker"),$.fn[a].call(b,$.extend({timeOnly:g,onClose:function(a,b){e($(this),c)},onSelect:function(a){f($(this),c,"minDate")}},d,d.start)),$.fn[a].call(c,$.extend({timeOnly:g,onClose:function(a,c){e($(this),b)},onSelect:function(a){f($(this),b,"maxDate")}},d,d.end)),e(b,c),f(b,c,"minDate"),f(c,b,"maxDate"),$([b.get(0),c.get(0)])},$.timepicker.log=function(){window.console&&window.console.log&&window.console.log.apply&&window.console.log.apply(window.console,Array.prototype.slice.call(arguments))},$.timepicker._util={_extendRemove:extendRemove,_isEmptyObject:isEmptyObject,_convert24to12:convert24to12,_detectSupport:detectSupport,_selectLocalTimezone:selectLocalTimezone,_computeEffectiveSetting:computeEffectiveSetting,_splitDateTime:splitDateTime,_parseDateTimeInternal:parseDateTimeInternal},Date.prototype.getMicroseconds||(Date.prototype.microseconds=0,Date.prototype.getMicroseconds=function(){return this.microseconds},Date.prototype.setMicroseconds=function(a){return this.setMilliseconds(this.getMilliseconds()+Math.floor(a/1e3)),this.microseconds=a%1e3,this}),$.timepicker.version="@@version"}});
1
+ !function(e){"function"==typeof define&&define.amd?define(["jquery","jquery-ui"],e):e(jQuery)}(function($){if($.ui.timepicker=$.ui.timepicker||{},!$.ui.timepicker.version){$.extend($.ui,{timepicker:{version:"@@version"}});var Timepicker=function(){this.regional=[],this.regional[""]={currentText:"Now",closeText:"Done",amNames:["AM","A"],pmNames:["PM","P"],timeFormat:"HH:mm",timeSuffix:"",timeOnlyTitle:"Choose Time",timeText:"Time",hourText:"Hour",minuteText:"Minute",secondText:"Second",millisecText:"Millisecond",microsecText:"Microsecond",timezoneText:"Time Zone",isRTL:!1},this._defaults={showButtonPanel:!0,timeOnly:!1,timeOnlyShowDate:!1,showHour:null,showMinute:null,showSecond:null,showMillisec:null,showMicrosec:null,showTimezone:null,showTime:!0,stepHour:1,stepMinute:1,stepSecond:1,stepMillisec:1,stepMicrosec:1,hour:0,minute:0,second:0,millisec:0,microsec:0,timezone:null,hourMin:0,minuteMin:0,secondMin:0,millisecMin:0,microsecMin:0,hourMax:23,minuteMax:59,secondMax:59,millisecMax:999,microsecMax:999,minDateTime:null,maxDateTime:null,maxTime:null,minTime:null,onSelect:null,hourGrid:0,minuteGrid:0,secondGrid:0,millisecGrid:0,microsecGrid:0,alwaysSetTime:!0,separator:" ",altFieldTimeOnly:!0,altTimeFormat:null,altSeparator:null,altTimeSuffix:null,altRedirectFocus:!0,pickerTimeFormat:null,pickerTimeSuffix:null,showTimepicker:!0,timezoneList:null,addSliderAccess:!1,sliderAccessArgs:null,controlType:"slider",oneLine:!1,defaultValue:null,parse:"strict",afterInject:null},$.extend(this._defaults,this.regional[""])};$.extend(Timepicker.prototype,{$input:null,$altInput:null,$timeObj:null,inst:null,hour_slider:null,minute_slider:null,second_slider:null,millisec_slider:null,microsec_slider:null,timezone_select:null,maxTime:null,minTime:null,hour:0,minute:0,second:0,millisec:0,microsec:0,timezone:null,hourMinOriginal:null,minuteMinOriginal:null,secondMinOriginal:null,millisecMinOriginal:null,microsecMinOriginal:null,hourMaxOriginal:null,minuteMaxOriginal:null,secondMaxOriginal:null,millisecMaxOriginal:null,microsecMaxOriginal:null,ampm:"",formattedDate:"",formattedTime:"",formattedDateTime:"",timezoneList:null,units:["hour","minute","second","millisec","microsec"],support:{},control:null,setDefaults:function(e){return extendRemove(this._defaults,e||{}),this},_newInst:function($input,opts){var tp_inst=new Timepicker,inlineSettings={},fns={},overrides,i;for(var attrName in this._defaults)if(this._defaults.hasOwnProperty(attrName)){var attrValue=$input.attr("time:"+attrName);if(attrValue)try{inlineSettings[attrName]=eval(attrValue)}catch(e){inlineSettings[attrName]=attrValue}}for(i in overrides={beforeShow:function(e,t){if($.isFunction(tp_inst._defaults.evnts.beforeShow))return tp_inst._defaults.evnts.beforeShow.call($input[0],e,t,tp_inst)},onChangeMonthYear:function(e,t,i){$.isFunction(tp_inst._defaults.evnts.onChangeMonthYear)&&tp_inst._defaults.evnts.onChangeMonthYear.call($input[0],e,t,i,tp_inst)},onClose:function(e,t){!0===tp_inst.timeDefined&&""!==$input.val()&&tp_inst._updateDateTime(t),$.isFunction(tp_inst._defaults.evnts.onClose)&&tp_inst._defaults.evnts.onClose.call($input[0],e,t,tp_inst)}},overrides)overrides.hasOwnProperty(i)&&(fns[i]=opts[i]||this._defaults[i]||null);tp_inst._defaults=$.extend({},this._defaults,inlineSettings,opts,overrides,{evnts:fns,timepicker:tp_inst}),tp_inst.amNames=$.map(tp_inst._defaults.amNames,function(e){return e.toUpperCase()}),tp_inst.pmNames=$.map(tp_inst._defaults.pmNames,function(e){return e.toUpperCase()}),tp_inst.support=detectSupport(tp_inst._defaults.timeFormat+(tp_inst._defaults.pickerTimeFormat?tp_inst._defaults.pickerTimeFormat:"")+(tp_inst._defaults.altTimeFormat?tp_inst._defaults.altTimeFormat:"")),"string"==typeof tp_inst._defaults.controlType?("slider"===tp_inst._defaults.controlType&&void 0===$.ui.slider&&(tp_inst._defaults.controlType="select"),tp_inst.control=tp_inst._controls[tp_inst._defaults.controlType]):tp_inst.control=tp_inst._defaults.controlType;var timezoneList=[-720,-660,-600,-570,-540,-480,-420,-360,-300,-270,-240,-210,-180,-120,-60,0,60,120,180,210,240,270,300,330,345,360,390,420,480,525,540,570,600,630,660,690,720,765,780,840];null!==tp_inst._defaults.timezoneList&&(timezoneList=tp_inst._defaults.timezoneList);var tzl=timezoneList.length,tzi=0,tzv=null;if(tzl>0&&"object"!=typeof timezoneList[0])for(;tzi<tzl;tzi++)tzv=timezoneList[tzi],timezoneList[tzi]={value:tzv,label:$.timepicker.timezoneOffsetString(tzv,tp_inst.support.iso8601)};return tp_inst._defaults.timezoneList=timezoneList,tp_inst.timezone=null!==tp_inst._defaults.timezone?$.timepicker.timezoneOffsetNumber(tp_inst._defaults.timezone):-1*(new Date).getTimezoneOffset(),tp_inst.hour=tp_inst._defaults.hour<tp_inst._defaults.hourMin?tp_inst._defaults.hourMin:tp_inst._defaults.hour>tp_inst._defaults.hourMax?tp_inst._defaults.hourMax:tp_inst._defaults.hour,tp_inst.minute=tp_inst._defaults.minute<tp_inst._defaults.minuteMin?tp_inst._defaults.minuteMin:tp_inst._defaults.minute>tp_inst._defaults.minuteMax?tp_inst._defaults.minuteMax:tp_inst._defaults.minute,tp_inst.second=tp_inst._defaults.second<tp_inst._defaults.secondMin?tp_inst._defaults.secondMin:tp_inst._defaults.second>tp_inst._defaults.secondMax?tp_inst._defaults.secondMax:tp_inst._defaults.second,tp_inst.millisec=tp_inst._defaults.millisec<tp_inst._defaults.millisecMin?tp_inst._defaults.millisecMin:tp_inst._defaults.millisec>tp_inst._defaults.millisecMax?tp_inst._defaults.millisecMax:tp_inst._defaults.millisec,tp_inst.microsec=tp_inst._defaults.microsec<tp_inst._defaults.microsecMin?tp_inst._defaults.microsecMin:tp_inst._defaults.microsec>tp_inst._defaults.microsecMax?tp_inst._defaults.microsecMax:tp_inst._defaults.microsec,tp_inst.ampm="",tp_inst.$input=$input,tp_inst._defaults.altField&&(tp_inst.$altInput=$(tp_inst._defaults.altField),!0===tp_inst._defaults.altRedirectFocus&&tp_inst.$altInput.css({cursor:"pointer"}).focus(function(){$input.trigger("focus")})),0!==tp_inst._defaults.minDate&&0!==tp_inst._defaults.minDateTime||(tp_inst._defaults.minDate=new Date),0!==tp_inst._defaults.maxDate&&0!==tp_inst._defaults.maxDateTime||(tp_inst._defaults.maxDate=new Date),void 0!==tp_inst._defaults.minDate&&tp_inst._defaults.minDate instanceof Date&&(tp_inst._defaults.minDateTime=new Date(tp_inst._defaults.minDate.getTime())),void 0!==tp_inst._defaults.minDateTime&&tp_inst._defaults.minDateTime instanceof Date&&(tp_inst._defaults.minDate=new Date(tp_inst._defaults.minDateTime.getTime())),void 0!==tp_inst._defaults.maxDate&&tp_inst._defaults.maxDate instanceof Date&&(tp_inst._defaults.maxDateTime=new Date(tp_inst._defaults.maxDate.getTime())),void 0!==tp_inst._defaults.maxDateTime&&tp_inst._defaults.maxDateTime instanceof Date&&(tp_inst._defaults.maxDate=new Date(tp_inst._defaults.maxDateTime.getTime())),tp_inst.$input.bind("focus",function(){tp_inst._onFocus()}),tp_inst},_addTimePicker:function(e){var t=$.trim(this.$altInput&&this._defaults.altFieldTimeOnly?this.$input.val()+" "+this.$altInput.val():this.$input.val());this.timeDefined=this._parseTime(t),this._limitMinMaxDateTime(e,!1),this._injectTimePicker(),this._afterInject()},_parseTime:function(e,t){if(this.inst||(this.inst=$.datepicker._getInst(this.$input[0])),t||!this._defaults.timeOnly){var i=$.datepicker._get(this.inst,"dateFormat");try{var s=parseDateTimeInternal(i,this._defaults.timeFormat,e,$.datepicker._getFormatConfig(this.inst),this._defaults);if(!s.timeObj)return!1;$.extend(this,s.timeObj)}catch(t){return $.timepicker.log("Error parsing the date/time string: "+t+"\ndate/time string = "+e+"\ntimeFormat = "+this._defaults.timeFormat+"\ndateFormat = "+i),!1}return!0}var n=$.datepicker.parseTime(this._defaults.timeFormat,e,this._defaults);return!!n&&($.extend(this,n),!0)},_afterInject:function(){var e=this.inst.settings;$.isFunction(e.afterInject)&&e.afterInject.call(this)},_injectTimePicker:function(){var e=this.inst.dpDiv,t=this.inst.settings,i=this,s="",n="",a=null,r={},l={},o=null,c=0,u=0;if(0===e.find("div.ui-timepicker-div").length&&t.showTimepicker){var m=" ui_tpicker_unit_hide",d='<div class="ui-timepicker-div'+(t.isRTL?" ui-timepicker-rtl":"")+(t.oneLine&&"select"===t.controlType?" ui-timepicker-oneLine":"")+'"><dl><dt class="ui_tpicker_time_label'+(t.showTime?"":m)+'">'+t.timeText+'</dt><dd class="ui_tpicker_time '+(t.showTime?"":m)+'"><input class="ui_tpicker_time_input" '+(t.timeInput?"":"disabled")+"/></dd>";for(c=0,u=this.units.length;c<u;c++){if(a=null!==t["show"+(n=(s=this.units[c]).substr(0,1).toUpperCase()+s.substr(1))]?t["show"+n]:this.support[s],r[s]=parseInt(t[s+"Max"]-(t[s+"Max"]-t[s+"Min"])%t["step"+n],10),l[s]=0,d+='<dt class="ui_tpicker_'+s+"_label"+(a?"":m)+'">'+t[s+"Text"]+'</dt><dd class="ui_tpicker_'+s+(a?"":m)+'"><div class="ui_tpicker_'+s+"_slider"+(a?"":m)+'"></div>',a&&t[s+"Grid"]>0){if(d+='<div style="padding-left: 1px"><table class="ui-tpicker-grid-label"><tr>',"hour"===s)for(var h=t[s+"Min"];h<=r[s];h+=parseInt(t[s+"Grid"],10)){l[s]++;var p=$.datepicker.formatTime(this.support.ampm?"hht":"HH",{hour:h},t);d+='<td data-for="'+s+'">'+p+"</td>"}else for(var f=t[s+"Min"];f<=r[s];f+=parseInt(t[s+"Grid"],10))l[s]++,d+='<td data-for="'+s+'">'+(f<10?"0":"")+f+"</td>";d+="</tr></table></div>"}d+="</dd>"}var _=null!==t.showTimezone?t.showTimezone:this.support.timezone;d+='<dt class="ui_tpicker_timezone_label'+(_?"":m)+'">'+t.timezoneText+"</dt>",d+='<dd class="ui_tpicker_timezone'+(_?"":m)+'"></dd>';var g=$(d+="</dl></div>");for(!0===t.timeOnly&&(g.prepend('<div class="ui-widget-header ui-helper-clearfix ui-corner-all"><div class="ui-datepicker-title">'+t.timeOnlyTitle+"</div></div>"),e.find(".ui-datepicker-header, .ui-datepicker-calendar").hide()),c=0,u=i.units.length;c<u;c++)a=null!==t["show"+(n=(s=i.units[c]).substr(0,1).toUpperCase()+s.substr(1))]?t["show"+n]:this.support[s],i[s+"_slider"]=i.control.create(i,g.find(".ui_tpicker_"+s+"_slider"),s,i[s],t[s+"Min"],r[s],t["step"+n]),a&&t[s+"Grid"]>0&&(o=100*l[s]*t[s+"Grid"]/(r[s]-t[s+"Min"]),g.find(".ui_tpicker_"+s+" table").css({width:o+"%",marginLeft:t.isRTL?"0":o/(-2*l[s])+"%",marginRight:t.isRTL?o/(-2*l[s])+"%":"0",borderCollapse:"collapse"}).find("td").click(function(e){var t=$(this),n=t.html(),a=parseInt(n.replace(/[^0-9]/g),10),r=n.replace(/[^apm]/gi),l=t.data("for");"hour"===l&&(-1!==r.indexOf("p")&&a<12?a+=12:-1!==r.indexOf("a")&&12===a&&(a=0)),i.control.value(i,i[l+"_slider"],s,a),i._onTimeChange(),i._onSelectHandler()}).css({cursor:"pointer",width:100/l[s]+"%",textAlign:"center",overflow:"hidden"}));if(this.timezone_select=g.find(".ui_tpicker_timezone").append("<select></select>").find("select"),$.fn.append.apply(this.timezone_select,$.map(t.timezoneList,function(e,t){return $("<option />").val("object"==typeof e?e.value:e).text("object"==typeof e?e.label:e)})),void 0!==this.timezone&&null!==this.timezone&&""!==this.timezone)-1*new Date(this.inst.selectedYear,this.inst.selectedMonth,this.inst.selectedDay,12).getTimezoneOffset()===this.timezone?selectLocalTimezone(i):this.timezone_select.val(this.timezone);else void 0!==this.hour&&null!==this.hour&&""!==this.hour?this.timezone_select.val(t.timezone):selectLocalTimezone(i);this.timezone_select.change(function(){i._onTimeChange(),i._onSelectHandler(),i._afterInject()});var M=e.find(".ui-datepicker-buttonpane");if(M.length?M.before(g):e.append(g),this.$timeObj=g.find(".ui_tpicker_time_input"),this.$timeObj.change(function(){var e=i.inst.settings.timeFormat,t=$.datepicker.parseTime(e,this.value),s=new Date;t?(s.setHours(t.hour),s.setMinutes(t.minute),s.setSeconds(t.second),$.datepicker._setTime(i.inst,s)):(this.value=i.formattedTime,this.blur())}),null!==this.inst){var v=this.timeDefined;this._onTimeChange(),this.timeDefined=v}if(this._defaults.addSliderAccess){var k=this._defaults.sliderAccessArgs,T=this._defaults.isRTL;k.isRTL=T,setTimeout(function(){if(0===g.find(".ui-slider-access").length){g.find(".ui-slider:visible").sliderAccess(k);var e=g.find(".ui-slider-access:eq(0)").outerWidth(!0);e&&g.find("table:visible").each(function(){var t=$(this),i=t.outerWidth(),s=t.css(T?"marginRight":"marginLeft").toString().replace("%",""),n=i-e,a=s*n/i+"%",r={width:n,marginRight:0,marginLeft:0};r[T?"marginRight":"marginLeft"]=a,t.css(r)})}},10)}i._limitMinMaxDateTime(this.inst,!0)}},_limitMinMaxDateTime:function(e,t){var i=this._defaults,s=new Date(e.selectedYear,e.selectedMonth,e.selectedDay);if(this._defaults.showTimepicker){if(null!==$.datepicker._get(e,"minDateTime")&&void 0!==$.datepicker._get(e,"minDateTime")&&s){var n=$.datepicker._get(e,"minDateTime"),a=new Date(n.getFullYear(),n.getMonth(),n.getDate(),0,0,0,0);null!==this.hourMinOriginal&&null!==this.minuteMinOriginal&&null!==this.secondMinOriginal&&null!==this.millisecMinOriginal&&null!==this.microsecMinOriginal||(this.hourMinOriginal=i.hourMin,this.minuteMinOriginal=i.minuteMin,this.secondMinOriginal=i.secondMin,this.millisecMinOriginal=i.millisecMin,this.microsecMinOriginal=i.microsecMin),e.settings.timeOnly||a.getTime()===s.getTime()?(this._defaults.hourMin=n.getHours(),this.hour<=this._defaults.hourMin?(this.hour=this._defaults.hourMin,this._defaults.minuteMin=n.getMinutes(),this.minute<=this._defaults.minuteMin?(this.minute=this._defaults.minuteMin,this._defaults.secondMin=n.getSeconds(),this.second<=this._defaults.secondMin?(this.second=this._defaults.secondMin,this._defaults.millisecMin=n.getMilliseconds(),this.millisec<=this._defaults.millisecMin?(this.millisec=this._defaults.millisecMin,this._defaults.microsecMin=n.getMicroseconds()):(this.microsec<this._defaults.microsecMin&&(this.microsec=this._defaults.microsecMin),this._defaults.microsecMin=this.microsecMinOriginal)):(this._defaults.millisecMin=this.millisecMinOriginal,this._defaults.microsecMin=this.microsecMinOriginal)):(this._defaults.secondMin=this.secondMinOriginal,this._defaults.millisecMin=this.millisecMinOriginal,this._defaults.microsecMin=this.microsecMinOriginal)):(this._defaults.minuteMin=this.minuteMinOriginal,this._defaults.secondMin=this.secondMinOriginal,this._defaults.millisecMin=this.millisecMinOriginal,this._defaults.microsecMin=this.microsecMinOriginal)):(this._defaults.hourMin=this.hourMinOriginal,this._defaults.minuteMin=this.minuteMinOriginal,this._defaults.secondMin=this.secondMinOriginal,this._defaults.millisecMin=this.millisecMinOriginal,this._defaults.microsecMin=this.microsecMinOriginal)}if(null!==$.datepicker._get(e,"maxDateTime")&&void 0!==$.datepicker._get(e,"maxDateTime")&&s){var r=$.datepicker._get(e,"maxDateTime"),l=new Date(r.getFullYear(),r.getMonth(),r.getDate(),0,0,0,0);null!==this.hourMaxOriginal&&null!==this.minuteMaxOriginal&&null!==this.secondMaxOriginal&&null!==this.millisecMaxOriginal||(this.hourMaxOriginal=i.hourMax,this.minuteMaxOriginal=i.minuteMax,this.secondMaxOriginal=i.secondMax,this.millisecMaxOriginal=i.millisecMax,this.microsecMaxOriginal=i.microsecMax),e.settings.timeOnly||l.getTime()===s.getTime()?(this._defaults.hourMax=r.getHours(),this.hour>=this._defaults.hourMax?(this.hour=this._defaults.hourMax,this._defaults.minuteMax=r.getMinutes(),this.minute>=this._defaults.minuteMax?(this.minute=this._defaults.minuteMax,this._defaults.secondMax=r.getSeconds(),this.second>=this._defaults.secondMax?(this.second=this._defaults.secondMax,this._defaults.millisecMax=r.getMilliseconds(),this.millisec>=this._defaults.millisecMax?(this.millisec=this._defaults.millisecMax,this._defaults.microsecMax=r.getMicroseconds()):(this.microsec>this._defaults.microsecMax&&(this.microsec=this._defaults.microsecMax),this._defaults.microsecMax=this.microsecMaxOriginal)):(this._defaults.millisecMax=this.millisecMaxOriginal,this._defaults.microsecMax=this.microsecMaxOriginal)):(this._defaults.secondMax=this.secondMaxOriginal,this._defaults.millisecMax=this.millisecMaxOriginal,this._defaults.microsecMax=this.microsecMaxOriginal)):(this._defaults.minuteMax=this.minuteMaxOriginal,this._defaults.secondMax=this.secondMaxOriginal,this._defaults.millisecMax=this.millisecMaxOriginal,this._defaults.microsecMax=this.microsecMaxOriginal)):(this._defaults.hourMax=this.hourMaxOriginal,this._defaults.minuteMax=this.minuteMaxOriginal,this._defaults.secondMax=this.secondMaxOriginal,this._defaults.millisecMax=this.millisecMaxOriginal,this._defaults.microsecMax=this.microsecMaxOriginal)}if(null!==e.settings.minTime){var o=new Date("01/01/1970 "+e.settings.minTime);this.hour<o.getHours()?(this.hour=this._defaults.hourMin=o.getHours(),this.minute=this._defaults.minuteMin=o.getMinutes()):this.hour===o.getHours()&&this.minute<o.getMinutes()?this.minute=this._defaults.minuteMin=o.getMinutes():this._defaults.hourMin<o.getHours()?(this._defaults.hourMin=o.getHours(),this._defaults.minuteMin=o.getMinutes()):this._defaults.hourMin===o.getHours()===this.hour&&this._defaults.minuteMin<o.getMinutes()?this._defaults.minuteMin=o.getMinutes():this._defaults.minuteMin=0}if(null!==e.settings.maxTime){var c=new Date("01/01/1970 "+e.settings.maxTime);this.hour>c.getHours()?(this.hour=this._defaults.hourMax=c.getHours(),this.minute=this._defaults.minuteMax=c.getMinutes()):this.hour===c.getHours()&&this.minute>c.getMinutes()?this.minute=this._defaults.minuteMax=c.getMinutes():this._defaults.hourMax>c.getHours()?(this._defaults.hourMax=c.getHours(),this._defaults.minuteMax=c.getMinutes()):this._defaults.hourMax===c.getHours()===this.hour&&this._defaults.minuteMax>c.getMinutes()?this._defaults.minuteMax=c.getMinutes():this._defaults.minuteMax=59}if(void 0!==t&&!0===t){var u=parseInt(this._defaults.hourMax-(this._defaults.hourMax-this._defaults.hourMin)%this._defaults.stepHour,10),m=parseInt(this._defaults.minuteMax-(this._defaults.minuteMax-this._defaults.minuteMin)%this._defaults.stepMinute,10),d=parseInt(this._defaults.secondMax-(this._defaults.secondMax-this._defaults.secondMin)%this._defaults.stepSecond,10),h=parseInt(this._defaults.millisecMax-(this._defaults.millisecMax-this._defaults.millisecMin)%this._defaults.stepMillisec,10),p=parseInt(this._defaults.microsecMax-(this._defaults.microsecMax-this._defaults.microsecMin)%this._defaults.stepMicrosec,10);this.hour_slider&&(this.control.options(this,this.hour_slider,"hour",{min:this._defaults.hourMin,max:u,step:this._defaults.stepHour}),this.control.value(this,this.hour_slider,"hour",this.hour-this.hour%this._defaults.stepHour)),this.minute_slider&&(this.control.options(this,this.minute_slider,"minute",{min:this._defaults.minuteMin,max:m,step:this._defaults.stepMinute}),this.control.value(this,this.minute_slider,"minute",this.minute-this.minute%this._defaults.stepMinute)),this.second_slider&&(this.control.options(this,this.second_slider,"second",{min:this._defaults.secondMin,max:d,step:this._defaults.stepSecond}),this.control.value(this,this.second_slider,"second",this.second-this.second%this._defaults.stepSecond)),this.millisec_slider&&(this.control.options(this,this.millisec_slider,"millisec",{min:this._defaults.millisecMin,max:h,step:this._defaults.stepMillisec}),this.control.value(this,this.millisec_slider,"millisec",this.millisec-this.millisec%this._defaults.stepMillisec)),this.microsec_slider&&(this.control.options(this,this.microsec_slider,"microsec",{min:this._defaults.microsecMin,max:p,step:this._defaults.stepMicrosec}),this.control.value(this,this.microsec_slider,"microsec",this.microsec-this.microsec%this._defaults.stepMicrosec))}}},_onTimeChange:function(){if(this._defaults.showTimepicker){var e=!!this.hour_slider&&this.control.value(this,this.hour_slider,"hour"),t=!!this.minute_slider&&this.control.value(this,this.minute_slider,"minute"),i=!!this.second_slider&&this.control.value(this,this.second_slider,"second"),s=!!this.millisec_slider&&this.control.value(this,this.millisec_slider,"millisec"),n=!!this.microsec_slider&&this.control.value(this,this.microsec_slider,"microsec"),a=!!this.timezone_select&&this.timezone_select.val(),r=this._defaults,l=r.pickerTimeFormat||r.timeFormat,o=r.pickerTimeSuffix||r.timeSuffix;"object"==typeof e&&(e=!1),"object"==typeof t&&(t=!1),"object"==typeof i&&(i=!1),"object"==typeof s&&(s=!1),"object"==typeof n&&(n=!1),"object"==typeof a&&(a=!1),!1!==e&&(e=parseInt(e,10)),!1!==t&&(t=parseInt(t,10)),!1!==i&&(i=parseInt(i,10)),!1!==s&&(s=parseInt(s,10)),!1!==n&&(n=parseInt(n,10)),!1!==a&&(a=a.toString());var c=r[e<12?"amNames":"pmNames"][0],u=e!==parseInt(this.hour,10)||t!==parseInt(this.minute,10)||i!==parseInt(this.second,10)||s!==parseInt(this.millisec,10)||n!==parseInt(this.microsec,10)||this.ampm.length>0&&e<12!=(-1!==$.inArray(this.ampm.toUpperCase(),this.amNames))||null!==this.timezone&&a!==this.timezone.toString();if(u&&(!1!==e&&(this.hour=e),!1!==t&&(this.minute=t),!1!==i&&(this.second=i),!1!==s&&(this.millisec=s),!1!==n&&(this.microsec=n),!1!==a&&(this.timezone=a),this.inst||(this.inst=$.datepicker._getInst(this.$input[0])),this._limitMinMaxDateTime(this.inst,!0)),this.support.ampm&&(this.ampm=c),this.formattedTime=$.datepicker.formatTime(r.timeFormat,this,r),this.$timeObj&&(l===r.timeFormat?this.$timeObj.val(this.formattedTime+o):this.$timeObj.val($.datepicker.formatTime(l,this,r)+o),this.$timeObj[0].setSelectionRange)){var m=this.$timeObj[0].selectionStart,d=this.$timeObj[0].selectionEnd;this.$timeObj[0].setSelectionRange(m,d)}this.timeDefined=!0,u&&this._updateDateTime()}},_onSelectHandler:function(){var e=this._defaults.onSelect||this.inst.settings.onSelect,t=this.$input?this.$input[0]:null;e&&t&&e.apply(t,[this.formattedDateTime,this])},_updateDateTime:function(e){var t=(e=this.inst||e).currentYear>0?new Date(e.currentYear,e.currentMonth,e.currentDay):new Date(e.selectedYear,e.selectedMonth,e.selectedDay),i=$.datepicker._daylightSavingAdjust(t),s=$.datepicker._get(e,"dateFormat"),n=$.datepicker._getFormatConfig(e),a=null!==i&&this.timeDefined;this.formattedDate=$.datepicker.formatDate(s,null===i?new Date:i,n);var r=this.formattedDate;if(""===e.lastVal&&(e.currentYear=e.selectedYear,e.currentMonth=e.selectedMonth,e.currentDay=e.selectedDay),!0===this._defaults.timeOnly&&!1===this._defaults.timeOnlyShowDate?r=this.formattedTime:(!0!==this._defaults.timeOnly&&(this._defaults.alwaysSetTime||a)||!0===this._defaults.timeOnly&&!0===this._defaults.timeOnlyShowDate)&&(r+=this._defaults.separator+this.formattedTime+this._defaults.timeSuffix),this.formattedDateTime=r,this._defaults.showTimepicker)if(this.$altInput&&!1===this._defaults.timeOnly&&!0===this._defaults.altFieldTimeOnly)this.$altInput.val(this.formattedTime),this.$input.val(this.formattedDate);else if(this.$altInput){this.$input.val(r);var l="",o=null!==this._defaults.altSeparator?this._defaults.altSeparator:this._defaults.separator,c=null!==this._defaults.altTimeSuffix?this._defaults.altTimeSuffix:this._defaults.timeSuffix;this._defaults.timeOnly||(l=this._defaults.altFormat?$.datepicker.formatDate(this._defaults.altFormat,null===i?new Date:i,n):this.formattedDate)&&(l+=o),null!==this._defaults.altTimeFormat?l+=$.datepicker.formatTime(this._defaults.altTimeFormat,this,this._defaults)+c:l+=this.formattedTime+c,this.$altInput.val(l)}else this.$input.val(r);else this.$input.val(this.formattedDate);this.$input.trigger("change")},_onFocus:function(){if(!this.$input.val()&&this._defaults.defaultValue){this.$input.val(this._defaults.defaultValue);var e=$.datepicker._getInst(this.$input.get(0)),t=$.datepicker._get(e,"timepicker");if(t&&t._defaults.timeOnly&&e.input.val()!==e.lastVal)try{$.datepicker._updateDatepicker(e)}catch(e){$.timepicker.log(e)}}},_controls:{slider:{create:function(e,t,i,s,n,a,r){var l=e._defaults.isRTL;return t.prop("slide",null).slider({orientation:"horizontal",value:l?-1*s:s,min:l?-1*a:n,max:l?-1*n:a,step:r,slide:function(t,s){e.control.value(e,$(this),i,l?-1*s.value:s.value),e._onTimeChange()},stop:function(t,i){e._onSelectHandler()}})},options:function(e,t,i,s,n){if(e._defaults.isRTL){if("string"==typeof s)return"min"===s||"max"===s?void 0!==n?t.slider(s,-1*n):Math.abs(t.slider(s)):t.slider(s);var a=s.min,r=s.max;return s.min=s.max=null,void 0!==a&&(s.max=-1*a),void 0!==r&&(s.min=-1*r),t.slider(s)}return"string"==typeof s&&void 0!==n?t.slider(s,n):t.slider(s)},value:function(e,t,i,s){return e._defaults.isRTL?void 0!==s?t.slider("value",-1*s):Math.abs(t.slider("value")):void 0!==s?t.slider("value",s):t.slider("value")}},select:{create:function(e,t,i,s,n,a,r){for(var l='<select class="ui-timepicker-select ui-state-default ui-corner-all" data-unit="'+i+'" data-min="'+n+'" data-max="'+a+'" data-step="'+r+'">',o=e._defaults.pickerTimeFormat||e._defaults.timeFormat,c=n;c<=a;c+=r)l+='<option value="'+c+'"'+(c===s?" selected":"")+">",l+="hour"===i?$.datepicker.formatTime($.trim(o.replace(/[^ht ]/gi,"")),{hour:c},e._defaults):"millisec"===i||"microsec"===i||c>=10?c:"0"+c.toString(),l+="</option>";return l+="</select>",t.children("select").remove(),$(l).appendTo(t).change(function(t){e._onTimeChange(),e._onSelectHandler(),e._afterInject()}),t},options:function(e,t,i,s,n){var a={},r=t.children("select");if("string"==typeof s){if(void 0===n)return r.data(s);a[s]=n}else a=s;return e.control.create(e,t,r.data("unit"),r.val(),a.min>=0?a.min:r.data("min"),a.max||r.data("max"),a.step||r.data("step"))},value:function(e,t,i,s){var n=t.children("select");return void 0!==s?n.val(s):n.val()}}}}),$.fn.extend({timepicker:function(e){e=e||{};var t=Array.prototype.slice.call(arguments);return"object"==typeof e&&(t[0]=$.extend(e,{timeOnly:!0})),$(this).each(function(){$.fn.datetimepicker.apply($(this),t)})},datetimepicker:function(e){var t=arguments;return"string"==typeof(e=e||{})?"getDate"===e||"option"===e&&2===t.length&&"string"==typeof t[1]?$.fn.datepicker.apply($(this[0]),t):this.each(function(){var e=$(this);e.datepicker.apply(e,t)}):this.each(function(){var t=$(this);t.datepicker($.timepicker._newInst(t,e)._defaults)})}}),$.datepicker.parseDateTime=function(e,t,i,s,n){var a=parseDateTimeInternal(e,t,i,s,n);if(a.timeObj){var r=a.timeObj;a.date.setHours(r.hour,r.minute,r.second,r.millisec),a.date.setMicroseconds(r.microsec)}return a.date},$.datepicker.parseTime=function(e,t,i){var s=extendRemove(extendRemove({},$.timepicker._defaults),i||{}),n=(e.replace(/\'.*?\'/g,"").indexOf("Z"),function(e,t,i){var s,n="^"+e.toString().replace(/([hH]{1,2}|mm?|ss?|[tT]{1,2}|[zZ]|[lc]|'.*?')/g,function(e){var t,s,n,a=e.length;switch(e.charAt(0).toLowerCase()){case"h":case"m":case"s":return 1===a?"(\\d?\\d)":"(\\d{"+a+"})";case"l":case"c":return"(\\d?\\d?\\d)";case"z":return"(z|[-+]\\d\\d:?\\d\\d|\\S+)?";case"t":return t=i.amNames,s=i.pmNames,n=[],t&&$.merge(n,t),s&&$.merge(n,s),"("+(n=$.map(n,function(e){return e.replace(/[.*+?|()\[\]{}\\]/g,"\\$&")})).join("|")+")?";default:return"("+e.replace(/\'/g,"").replace(/(\.|\$|\^|\\|\/|\(|\)|\[|\]|\?|\+|\*)/g,function(e){return"\\"+e})+")?"}}).replace(/\s/g,"\\s?")+i.timeSuffix+"$",a=function(e){var t=e.toLowerCase().match(/(h{1,2}|m{1,2}|s{1,2}|l{1}|c{1}|t{1,2}|z|'.*?')/g),i={h:-1,m:-1,s:-1,l:-1,c:-1,t:-1,z:-1};if(t)for(var s=0;s<t.length;s++)-1===i[t[s].toString().charAt(0)]&&(i[t[s].toString().charAt(0)]=s+1);return i}(e),r="",l={hour:0,minute:0,second:0,millisec:0,microsec:0};return!!(s=t.match(new RegExp(n,"i")))&&(-1!==a.t&&(void 0===s[a.t]||0===s[a.t].length?(r="",l.ampm=""):(r=-1!==$.inArray(s[a.t].toUpperCase(),$.map(i.amNames,function(e,t){return e.toUpperCase()}))?"AM":"PM",l.ampm=i["AM"===r?"amNames":"pmNames"][0])),-1!==a.h&&("AM"===r&&"12"===s[a.h]?l.hour=0:"PM"===r&&"12"!==s[a.h]?l.hour=parseInt(s[a.h],10)+12:l.hour=Number(s[a.h])),-1!==a.m&&(l.minute=Number(s[a.m])),-1!==a.s&&(l.second=Number(s[a.s])),-1!==a.l&&(l.millisec=Number(s[a.l])),-1!==a.c&&(l.microsec=Number(s[a.c])),-1!==a.z&&void 0!==s[a.z]&&(l.timezone=$.timepicker.timezoneOffsetNumber(s[a.z])),l)});return"function"==typeof s.parse?s.parse(e,t,s):"loose"===s.parse?function(e,t,i){try{var s=new Date("2012-01-01 "+t);if(isNaN(s.getTime())&&(s=new Date("2012-01-01T"+t),isNaN(s.getTime())&&(s=new Date("01/01/2012 "+t),isNaN(s.getTime()))))throw"Unable to parse time with native Date: "+t;return{hour:s.getHours(),minute:s.getMinutes(),second:s.getSeconds(),millisec:s.getMilliseconds(),microsec:s.getMicroseconds(),timezone:-1*s.getTimezoneOffset()}}catch(s){try{return n(e,t,i)}catch(i){$.timepicker.log("Unable to parse \ntimeString: "+t+"\ntimeFormat: "+e)}}return!1}(e,t,s):n(e,t,s)},$.datepicker.formatTime=function(e,t,i){i=i||{},i=$.extend({},$.timepicker._defaults,i),t=$.extend({hour:0,minute:0,second:0,millisec:0,microsec:0,timezone:null},t);var s=e,n=i.amNames[0],a=parseInt(t.hour,10);return a>11&&(n=i.pmNames[0]),s=s.replace(/(?:HH?|hh?|mm?|ss?|[tT]{1,2}|[zZ]|[lc]|'.*?')/g,function(e){switch(e){case"HH":return("0"+a).slice(-2);case"H":return a;case"hh":return("0"+convert24to12(a)).slice(-2);case"h":return convert24to12(a);case"mm":return("0"+t.minute).slice(-2);case"m":return t.minute;case"ss":return("0"+t.second).slice(-2);case"s":return t.second;case"l":return("00"+t.millisec).slice(-3);case"c":return("00"+t.microsec).slice(-3);case"z":return $.timepicker.timezoneOffsetString(null===t.timezone?i.timezone:t.timezone,!1);case"Z":return $.timepicker.timezoneOffsetString(null===t.timezone?i.timezone:t.timezone,!0);case"T":return n.charAt(0).toUpperCase();case"TT":return n.toUpperCase();case"t":return n.charAt(0).toLowerCase();case"tt":return n.toLowerCase();default:return e.replace(/'/g,"")}})},$.datepicker._base_selectDate=$.datepicker._selectDate,$.datepicker._selectDate=function(e,t){var i,s=this._getInst($(e)[0]),n=this._get(s,"timepicker");n&&s.settings.showTimepicker?(n._limitMinMaxDateTime(s,!0),i=s.inline,s.inline=s.stay_open=!0,this._base_selectDate(e,t),s.inline=i,s.stay_open=!1,this._notifyChange(s),this._updateDatepicker(s)):this._base_selectDate(e,t)},$.datepicker._base_updateDatepicker=$.datepicker._updateDatepicker,$.datepicker._updateDatepicker=function(e){var t=e.input[0];if(!($.datepicker._curInst&&$.datepicker._curInst!==e&&$.datepicker._datepickerShowing&&$.datepicker._lastInput!==t||"boolean"==typeof e.stay_open&&!1!==e.stay_open)){this._base_updateDatepicker(e);var i=this._get(e,"timepicker");i&&i._addTimePicker(e)}},$.datepicker._base_doKeyPress=$.datepicker._doKeyPress,$.datepicker._doKeyPress=function(e){var t=$.datepicker._getInst(e.target),i=$.datepicker._get(t,"timepicker");if(i&&$.datepicker._get(t,"constrainInput")){var s=i.support.ampm,n=null!==i._defaults.showTimezone?i._defaults.showTimezone:i.support.timezone,a=$.datepicker._possibleChars($.datepicker._get(t,"dateFormat")),r=i._defaults.timeFormat.toString().replace(/[hms]/g,"").replace(/TT/g,s?"APM":"").replace(/Tt/g,s?"AaPpMm":"").replace(/tT/g,s?"AaPpMm":"").replace(/T/g,s?"AP":"").replace(/tt/g,s?"apm":"").replace(/t/g,s?"ap":"")+" "+i._defaults.separator+i._defaults.timeSuffix+(n?i._defaults.timezoneList.join(""):"")+i._defaults.amNames.join("")+i._defaults.pmNames.join("")+a,l=String.fromCharCode(void 0===e.charCode?e.keyCode:e.charCode);return e.ctrlKey||l<" "||!a||r.indexOf(l)>-1}return $.datepicker._base_doKeyPress(e)},$.datepicker._base_updateAlternate=$.datepicker._updateAlternate,$.datepicker._updateAlternate=function(e){var t=this._get(e,"timepicker");if(t){var i=t._defaults.altField;if(i){t._defaults.altFormat||t._defaults.dateFormat;var s=this._getDate(e),n=$.datepicker._getFormatConfig(e),a="",r=t._defaults.altSeparator?t._defaults.altSeparator:t._defaults.separator,l=t._defaults.altTimeSuffix?t._defaults.altTimeSuffix:t._defaults.timeSuffix,o=null!==t._defaults.altTimeFormat?t._defaults.altTimeFormat:t._defaults.timeFormat;a+=$.datepicker.formatTime(o,t,t._defaults)+l,t._defaults.timeOnly||t._defaults.altFieldTimeOnly||null===s||(a=t._defaults.altFormat?$.datepicker.formatDate(t._defaults.altFormat,s,n)+r+a:t.formattedDate+r+a),$(i).val(e.input.val()?a:"")}}else $.datepicker._base_updateAlternate(e)},$.datepicker._base_doKeyUp=$.datepicker._doKeyUp,$.datepicker._doKeyUp=function(e){var t=$.datepicker._getInst(e.target),i=$.datepicker._get(t,"timepicker");if(i&&i._defaults.timeOnly&&t.input.val()!==t.lastVal)try{$.datepicker._updateDatepicker(t)}catch(e){$.timepicker.log(e)}return $.datepicker._base_doKeyUp(e)},$.datepicker._base_gotoToday=$.datepicker._gotoToday,$.datepicker._gotoToday=function(e){var t=this._getInst($(e)[0]);this._base_gotoToday(e);var i=this._get(t,"timepicker");if(i){var s=$.timepicker.timezoneOffsetNumber(i.timezone),n=new Date;n.setMinutes(n.getMinutes()+n.getTimezoneOffset()+parseInt(s,10)),this._setTime(t,n),this._setDate(t,n),i._onSelectHandler()}},$.datepicker._disableTimepickerDatepicker=function(e){var t=this._getInst(e);if(t){var i=this._get(t,"timepicker");$(e).datepicker("getDate"),i&&(t.settings.showTimepicker=!1,i._defaults.showTimepicker=!1,i._updateDateTime(t))}},$.datepicker._enableTimepickerDatepicker=function(e){var t=this._getInst(e);if(t){var i=this._get(t,"timepicker");$(e).datepicker("getDate"),i&&(t.settings.showTimepicker=!0,i._defaults.showTimepicker=!0,i._addTimePicker(t),i._updateDateTime(t))}},$.datepicker._setTime=function(e,t){var i=this._get(e,"timepicker");if(i){var s=i._defaults;i.hour=t?t.getHours():s.hour,i.minute=t?t.getMinutes():s.minute,i.second=t?t.getSeconds():s.second,i.millisec=t?t.getMilliseconds():s.millisec,i.microsec=t?t.getMicroseconds():s.microsec,i._limitMinMaxDateTime(e,!0),i._onTimeChange(),i._updateDateTime(e)}},$.datepicker._setTimeDatepicker=function(e,t,i){var s=this._getInst(e);if(s){var n,a=this._get(s,"timepicker");if(a)this._setDateFromField(s),t&&("string"==typeof t?(a._parseTime(t,i),(n=new Date).setHours(a.hour,a.minute,a.second,a.millisec),n.setMicroseconds(a.microsec)):(n=new Date(t.getTime())).setMicroseconds(t.getMicroseconds()),"Invalid Date"===n.toString()&&(n=void 0),this._setTime(s,n))}},$.datepicker._base_setDateDatepicker=$.datepicker._setDateDatepicker,$.datepicker._setDateDatepicker=function(e,t){var i=this._getInst(e),s=t;if(i){"string"==typeof t&&((s=new Date(t)).getTime()||(this._base_setDateDatepicker.apply(this,arguments),s=$(e).datepicker("getDate")));var n,a=this._get(i,"timepicker");s instanceof Date?(n=new Date(s.getTime())).setMicroseconds(s.getMicroseconds()):n=s,a&&n&&(a.support.timezone||null!==a._defaults.timezone||(a.timezone=-1*n.getTimezoneOffset()),s=$.timepicker.timezoneAdjust(s,$.timepicker.timezoneOffsetString(-s.getTimezoneOffset()),a.timezone),n=$.timepicker.timezoneAdjust(n,$.timepicker.timezoneOffsetString(-n.getTimezoneOffset()),a.timezone)),this._updateDatepicker(i),this._base_setDateDatepicker.apply(this,arguments),this._setTimeDatepicker(e,n,!0)}},$.datepicker._base_getDateDatepicker=$.datepicker._getDateDatepicker,$.datepicker._getDateDatepicker=function(e,t){var i=this._getInst(e);if(i){var s=this._get(i,"timepicker");if(s){void 0===i.lastVal&&this._setDateFromField(i,t);var n=this._getDate(i),a=null;return a=s.$altInput&&s._defaults.altFieldTimeOnly?s.$input.val()+" "+s.$altInput.val():"INPUT"!==s.$input.get(0).tagName&&s.$altInput?s.$altInput.val():s.$input.val(),n&&s._parseTime(a,!i.settings.timeOnly)&&(n.setHours(s.hour,s.minute,s.second,s.millisec),n.setMicroseconds(s.microsec),null!=s.timezone&&(s.support.timezone||null!==s._defaults.timezone||(s.timezone=-1*n.getTimezoneOffset()),n=$.timepicker.timezoneAdjust(n,s.timezone,$.timepicker.timezoneOffsetString(-n.getTimezoneOffset())))),n}return this._base_getDateDatepicker(e,t)}},$.datepicker._base_parseDate=$.datepicker.parseDate,$.datepicker.parseDate=function(e,t,i){var s;try{s=this._base_parseDate(e,t,i)}catch(n){if(!(n.indexOf(":")>=0))throw n;s=this._base_parseDate(e,t.substring(0,t.length-(n.length-n.indexOf(":")-2)),i),$.timepicker.log("Error parsing the date string: "+n+"\ndate string = "+t+"\ndate format = "+e)}return s},$.datepicker._base_formatDate=$.datepicker._formatDate,$.datepicker._formatDate=function(e,t,i,s){var n=this._get(e,"timepicker");return n?(n._updateDateTime(e),n.$input.val()):this._base_formatDate(e)},$.datepicker._base_optionDatepicker=$.datepicker._optionDatepicker,$.datepicker._optionDatepicker=function(e,t,i){var s,n=this._getInst(e);if(!n)return null;var a=this._get(n,"timepicker");if(a){var r,l,o,c,u=null,m=null,d=null,h=a._defaults.evnts,p={};if("string"==typeof t){if("minDate"===t||"minDateTime"===t)u=i;else if("maxDate"===t||"maxDateTime"===t)m=i;else if("onSelect"===t)d=i;else if(h.hasOwnProperty(t)){if(void 0===i)return h[t];p[t]=i,s={}}}else if("object"==typeof t)for(r in t.minDate?u=t.minDate:t.minDateTime?u=t.minDateTime:t.maxDate?m=t.maxDate:t.maxDateTime&&(m=t.maxDateTime),h)h.hasOwnProperty(r)&&t[r]&&(p[r]=t[r]);for(r in p)p.hasOwnProperty(r)&&(h[r]=p[r],s||(s=$.extend({},t)),delete s[r]);if(s&&isEmptyObject(s))return;if(u?(u=0===u?new Date:new Date(u),a._defaults.minDate=u,a._defaults.minDateTime=u):m?(m=0===m?new Date:new Date(m),a._defaults.maxDate=m,a._defaults.maxDateTime=m):d&&(a._defaults.onSelect=d),u||m)return o=(c=$(e)).datetimepicker("getDate"),l=this._base_optionDatepicker.call($.datepicker,e,s||t,i),c.datetimepicker("setDate",o),l}return void 0===i?this._base_optionDatepicker.call($.datepicker,e,t):this._base_optionDatepicker.call($.datepicker,e,s||t,i)};var isEmptyObject=function(e){var t;for(t in e)if(e.hasOwnProperty(t))return!1;return!0},extendRemove=function(e,t){for(var i in $.extend(e,t),t)null!==t[i]&&void 0!==t[i]||(e[i]=t[i]);return e},detectSupport=function(e){var t=e.replace(/'.*?'/g,"").toLowerCase(),i=function(e,t){return-1!==e.indexOf(t)};return{hour:i(t,"h"),minute:i(t,"m"),second:i(t,"s"),millisec:i(t,"l"),microsec:i(t,"c"),timezone:i(t,"z"),ampm:i(t,"t")&&i(e,"h"),iso8601:i(e,"Z")}},convert24to12=function(e){return 0===(e%=12)&&(e=12),String(e)},computeEffectiveSetting=function(e,t){return e&&e[t]?e[t]:$.timepicker._defaults[t]},splitDateTime=function(e,t){var i=computeEffectiveSetting(t,"separator"),s=computeEffectiveSetting(t,"timeFormat").split(i).length,n=e.split(i),a=n.length;return a>1?{dateString:n.splice(0,a-s).join(i),timeString:n.splice(0,s).join(i)}:{dateString:e,timeString:""}},parseDateTimeInternal=function(e,t,i,s,n){var a,r,l;if(r=splitDateTime(i,n),a=$.datepicker._base_parseDate(e,r.dateString,s),""===r.timeString)return{date:a};if(!(l=$.datepicker.parseTime(t,r.timeString,n)))throw"Wrong time format";return{date:a,timeObj:l}},selectLocalTimezone=function(e,t){if(e&&e.timezone_select){var i=t||new Date;e.timezone_select.val(-i.getTimezoneOffset())}};$.timepicker=new Timepicker,$.timepicker.timezoneOffsetString=function(e,t){if(isNaN(e)||e>840||e<-720)return e;var i=e%60,s=(e-i)/60,n=t?":":"",a=(e>=0?"+":"-")+("0"+Math.abs(s)).slice(-2)+n+("0"+Math.abs(i)).slice(-2);return"+00:00"===a?"Z":a},$.timepicker.timezoneOffsetNumber=function(e){var t=e.toString().replace(":","");return"Z"===t.toUpperCase()?0:/^(\-|\+)\d{4}$/.test(t)?("-"===t.substr(0,1)?-1:1)*(60*parseInt(t.substr(1,2),10)+parseInt(t.substr(3,2),10)):parseInt(e,10)},$.timepicker.timezoneAdjust=function(e,t,i){var s=$.timepicker.timezoneOffsetNumber(t),n=$.timepicker.timezoneOffsetNumber(i);return isNaN(n)||e.setMinutes(e.getMinutes()+-s- -n),e},$.timepicker.timeRange=function(e,t,i){return $.timepicker.handleRange("timepicker",e,t,i)},$.timepicker.datetimeRange=function(e,t,i){$.timepicker.handleRange("datetimepicker",e,t,i)},$.timepicker.dateRange=function(e,t,i){$.timepicker.handleRange("datepicker",e,t,i)},$.timepicker.handleRange=function(e,t,i,s){s=$.extend({},{minInterval:0,maxInterval:0,start:{},end:{}},s);var n=!1;function a(n,a){var r=t[e]("getDate"),l=i[e]("getDate"),o=n[e]("getDate");if(null!==r){var c=new Date(r.getTime()),u=new Date(r.getTime());c.setMilliseconds(c.getMilliseconds()+s.minInterval),u.setMilliseconds(u.getMilliseconds()+s.maxInterval),s.minInterval>0&&c>l?i[e]("setDate",c):s.maxInterval>0&&u<l?i[e]("setDate",u):r>l&&a[e]("setDate",o)}}function r(t,i,n){if(t.val()){var a=t[e].call(t,"getDate");null!==a&&s.minInterval>0&&("minDate"===n&&a.setMilliseconds(a.getMilliseconds()+s.minInterval),"maxDate"===n&&a.setMilliseconds(a.getMilliseconds()-s.minInterval)),a.getTime&&i[e].call(i,"option",n,a)}}return"timepicker"===e&&(n=!0,e="datetimepicker"),$.fn[e].call(t,$.extend({timeOnly:n,onClose:function(e,t){a($(this),i)},onSelect:function(e){r($(this),i,"minDate")}},s,s.start)),$.fn[e].call(i,$.extend({timeOnly:n,onClose:function(e,i){a($(this),t)},onSelect:function(e){r($(this),t,"maxDate")}},s,s.end)),a(t,i),r(t,i,"minDate"),r(i,t,"maxDate"),$([t.get(0),i.get(0)])},$.timepicker.log=function(){window.console&&window.console.log&&window.console.log.apply&&window.console.log.apply(window.console,Array.prototype.slice.call(arguments))},$.timepicker._util={_extendRemove:extendRemove,_isEmptyObject:isEmptyObject,_convert24to12:convert24to12,_detectSupport:detectSupport,_selectLocalTimezone:selectLocalTimezone,_computeEffectiveSetting:computeEffectiveSetting,_splitDateTime:splitDateTime,_parseDateTimeInternal:parseDateTimeInternal},Date.prototype.getMicroseconds||(Date.prototype.microseconds=0,Date.prototype.getMicroseconds=function(){return this.microseconds},Date.prototype.setMicroseconds=function(e){return this.setMilliseconds(this.getMilliseconds()+Math.floor(e/1e3)),this.microseconds=e%1e3,this}),$.timepicker.version="@@version"}});
 
assets/js/jquery.countdown.js CHANGED
File without changes
assets/js/jquery.countdown.min.js CHANGED
@@ -1 +1 @@
1
- !function(a){var b="countdown",c=0,d=1,e=2,f=3,g=4,h=5,i=6;a.JQPlugin.createPlugin({name:b,defaultOptions:{until:null,since:null,timezone:null,serverSync:null,format:"dHMS",layout:"",compact:!1,padZeroes:!1,significant:0,description:"",expiryUrl:"",expiryText:"",alwaysExpire:!1,onExpiry:null,onTick:null,tickInterval:1},regionalOptions:{"":{labels:["Years","Months","Weeks","Days","Hours","Minutes","Seconds"],labels1:["Year","Month","Week","Day","Hour","Minute","Second"],compactLabels:["y","m","w","d"],whichLabels:null,digits:["0","1","2","3","4","5","6","7","8","9"],timeSeparator:":",isRTL:!1}},_getters:["getTimes"],_rtlClass:b+"-rtl",_sectionClass:b+"-section",_amountClass:b+"-amount",_periodClass:b+"-period",_rowClass:b+"-row",_holdingClass:b+"-holding",_showClass:b+"-show",_descrClass:b+"-descr",_timerElems:[],_init:function(){function b(a){var h=1e12>a?e?performance.now()+performance.timing.navigationStart:d():a||d();h-g>=1e3&&(c._updateElems(),g=h),f(b)}var c=this;this._super(),this._serverSyncs=[];var d="function"==typeof Date.now?Date.now:function(){return(new Date).getTime()},e=window.performance&&"function"==typeof window.performance.now,f=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||null,g=0;!f||a.noRequestAnimationFrame?(a.noRequestAnimationFrame=null,setInterval(function(){c._updateElems()},980)):(g=window.animationStartTime||window.webkitAnimationStartTime||window.mozAnimationStartTime||window.oAnimationStartTime||window.msAnimationStartTime||d(),f(b))},UTCDate:function(a,b,c,d,e,f,g,h){"object"==typeof b&&b.constructor==Date&&(h=b.getMilliseconds(),g=b.getSeconds(),f=b.getMinutes(),e=b.getHours(),d=b.getDate(),c=b.getMonth(),b=b.getFullYear());var i=new Date;return i.setUTCFullYear(b),i.setUTCDate(1),i.setUTCMonth(c||0),i.setUTCDate(d||1),i.setUTCHours(e||0),i.setUTCMinutes((f||0)-(Math.abs(a)<30?60*a:a)),i.setUTCSeconds(g||0),i.setUTCMilliseconds(h||0),i},periodsToSeconds:function(a){return 31557600*a[0]+2629800*a[1]+604800*a[2]+86400*a[3]+3600*a[4]+60*a[5]+a[6]},resync:function(){var b=this;a("."+this._getMarker()).each(function(){var c=a.data(this,b.name);if(c.options.serverSync){for(var d=null,e=0;e<b._serverSyncs.length;e++)if(b._serverSyncs[e][0]==c.options.serverSync){d=b._serverSyncs[e];break}if(null==d[2]){var f=a.isFunction(c.options.serverSync)?c.options.serverSync.apply(this,[]):null;d[2]=(f?(new Date).getTime()-f.getTime():0)-d[1]}c._since&&c._since.setMilliseconds(c._since.getMilliseconds()+d[2]),c._until.setMilliseconds(c._until.getMilliseconds()+d[2])}});for(var c=0;c<b._serverSyncs.length;c++)null!=b._serverSyncs[c][2]&&(b._serverSyncs[c][1]+=b._serverSyncs[c][2],delete b._serverSyncs[c][2])},_instSettings:function(a,b){return{_periods:[0,0,0,0,0,0,0]}},_addElem:function(a){this._hasElem(a)||this._timerElems.push(a)},_hasElem:function(b){return a.inArray(b,this._timerElems)>-1},_removeElem:function(b){this._timerElems=a.map(this._timerElems,function(a){return a==b?null:a})},_updateElems:function(){for(var a=this._timerElems.length-1;a>=0;a--)this._updateCountdown(this._timerElems[a])},_optionsChanged:function(b,c,d){d.layout&&(d.layout=d.layout.replace(/&lt;/g,"<").replace(/&gt;/g,">")),this._resetExtraLabels(c.options,d);var e=c.options.timezone!=d.timezone;a.extend(c.options,d),this._adjustSettings(b,c,null!=d.until||null!=d.since||e);var f=new Date;(c._since&&c._since<f||c._until&&c._until>f)&&this._addElem(b[0]),this._updateCountdown(b,c)},_updateCountdown:function(b,c){if(b=b.jquery?b:a(b),c=c||this._getInst(b)){if(b.html(this._generateHTML(c)).toggleClass(this._rtlClass,c.options.isRTL),a.isFunction(c.options.onTick)){var d="lap"!=c._hold?c._periods:this._calculatePeriods(c,c._show,c.options.significant,new Date);1!=c.options.tickInterval&&this.periodsToSeconds(d)%c.options.tickInterval!=0||c.options.onTick.apply(b[0],[d])}var e="pause"!=c._hold&&(c._since?c._now.getTime()<c._since.getTime():c._now.getTime()>=c._until.getTime());if(e&&!c._expiring){if(c._expiring=!0,this._hasElem(b[0])||c.options.alwaysExpire){if(this._removeElem(b[0]),a.isFunction(c.options.onExpiry)&&c.options.onExpiry.apply(b[0],[]),c.options.expiryText){var f=c.options.layout;c.options.layout=c.options.expiryText,this._updateCountdown(b[0],c),c.options.layout=f}c.options.expiryUrl&&(window.location=c.options.expiryUrl)}c._expiring=!1}else"pause"==c._hold&&this._removeElem(b[0])}},_resetExtraLabels:function(a,b){for(var c in b)c.match(/[Ll]abels[02-9]|compactLabels1/)&&(a[c]=b[c]);for(var c in a)c.match(/[Ll]abels[02-9]|compactLabels1/)&&"undefined"==typeof b[c]&&(a[c]=null)},_adjustSettings:function(b,c,d){for(var e=null,f=0;f<this._serverSyncs.length;f++)if(this._serverSyncs[f][0]==c.options.serverSync){e=this._serverSyncs[f][1];break}if(null!=e)var g=c.options.serverSync?e:0,h=new Date;else{var i=a.isFunction(c.options.serverSync)?c.options.serverSync.apply(b[0],[]):null,h=new Date,g=i?h.getTime()-i.getTime():0;this._serverSyncs.push([c.options.serverSync,g])}var j=c.options.timezone;j=null==j?-h.getTimezoneOffset():j,(d||!d&&null==c._until&&null==c._since)&&(c._since=c.options.since,null!=c._since&&(c._since=this.UTCDate(j,this._determineTime(c._since,null)),c._since&&g&&c._since.setMilliseconds(c._since.getMilliseconds()+g)),c._until=this.UTCDate(j,this._determineTime(c.options.until,h)),g&&c._until.setMilliseconds(c._until.getMilliseconds()+g)),c._show=this._determineShow(c)},_preDestroy:function(a,b){this._removeElem(a[0]),a.empty()},pause:function(a){this._hold(a,"pause")},lap:function(a){this._hold(a,"lap")},resume:function(a){this._hold(a,null)},toggle:function(b){var c=a.data(b,this.name)||{};this[c._hold?"resume":"pause"](b)},toggleLap:function(b){var c=a.data(b,this.name)||{};this[c._hold?"resume":"lap"](b)},_hold:function(b,c){var d=a.data(b,this.name);if(d){if("pause"==d._hold&&!c){d._periods=d._savePeriods;var e=d._since?"-":"+";d[d._since?"_since":"_until"]=this._determineTime(e+d._periods[0]+"y"+e+d._periods[1]+"o"+e+d._periods[2]+"w"+e+d._periods[3]+"d"+e+d._periods[4]+"h"+e+d._periods[5]+"m"+e+d._periods[6]+"s"),this._addElem(b)}d._hold=c,d._savePeriods="pause"==c?d._periods:null,a.data(b,this.name,d),this._updateCountdown(b,d)}},getTimes:function(b){var c=a.data(b,this.name);return c?"pause"==c._hold?c._savePeriods:c._hold?this._calculatePeriods(c,c._show,c.options.significant,new Date):c._periods:null},_determineTime:function(a,b){var c=this,d=function(a){var b=new Date;return b.setTime(b.getTime()+1e3*a),b},e=function(a){a=a.toLowerCase();for(var b=new Date,d=b.getFullYear(),e=b.getMonth(),f=b.getDate(),g=b.getHours(),h=b.getMinutes(),i=b.getSeconds(),j=/([+-]?[0-9]+)\s*(s|m|h|d|w|o|y)?/g,k=j.exec(a);k;){switch(k[2]||"s"){case"s":i+=parseInt(k[1],10);break;case"m":h+=parseInt(k[1],10);break;case"h":g+=parseInt(k[1],10);break;case"d":f+=parseInt(k[1],10);break;case"w":f+=7*parseInt(k[1],10);break;case"o":e+=parseInt(k[1],10),f=Math.min(f,c._getDaysInMonth(d,e));break;case"y":d+=parseInt(k[1],10),f=Math.min(f,c._getDaysInMonth(d,e))}k=j.exec(a)}return new Date(d,e,f,g,h,i,0)},f=null==a?b:"string"==typeof a?e(a):"number"==typeof a?d(a):a;return f&&f.setMilliseconds(0),f},_getDaysInMonth:function(a,b){return 32-new Date(a,b,32).getDate()},_normalLabels:function(a){return a},_generateHTML:function(b){var j=this;b._periods=b._hold?b._periods:this._calculatePeriods(b,b._show,b.options.significant,new Date);for(var k=!1,l=0,m=b.options.significant,n=a.extend({},b._show),o=c;i>=o;o++)k|="?"==b._show[o]&&b._periods[o]>0,n[o]="?"!=b._show[o]||k?b._show[o]:null,l+=n[o]?1:0,m-=b._periods[o]>0?1:0;for(var p=[!1,!1,!1,!1,!1,!1,!1],o=i;o>=c;o--)b._show[o]&&(b._periods[o]?p[o]=!0:(p[o]=m>0,m--));var q=b.options.compact?b.options.compactLabels:b.options.labels,r=b.options.whichLabels||this._normalLabels,s=function(a){var c=b.options["compactLabels"+r(b._periods[a])];return n[a]?j._translateDigits(b,b._periods[a])+(c?c[a]:q[a])+" ":""},t=b.options.padZeroes?2:1,u=function(a){var c=b.options["labels"+r(b._periods[a])];return!b.options.significant&&n[a]||b.options.significant&&p[a]?'<span class="'+j._sectionClass+'"><span class="'+j._amountClass+'">'+j._minDigits(b,b._periods[a],t)+'</span><span class="'+j._periodClass+'">'+(c?c[a]:q[a])+"</span></span>":""};return b.options.layout?this._buildLayout(b,n,b.options.layout,b.options.compact,b.options.significant,p):(b.options.compact?'<span class="'+this._rowClass+" "+this._amountClass+(b._hold?" "+this._holdingClass:"")+'">'+s(c)+s(d)+s(e)+s(f)+(n[g]?this._minDigits(b,b._periods[g],2):"")+(n[h]?(n[g]?b.options.timeSeparator:"")+this._minDigits(b,b._periods[h],2):"")+(n[i]?(n[g]||n[h]?b.options.timeSeparator:"")+this._minDigits(b,b._periods[i],2):""):'<span class="'+this._rowClass+" "+this._showClass+(b.options.significant||l)+(b._hold?" "+this._holdingClass:"")+'">'+u(c)+u(d)+u(e)+u(f)+u(g)+u(h)+u(i))+"</span>"+(b.options.description?'<span class="'+this._rowClass+" "+this._descrClass+'">'+b.options.description+"</span>":"")},_buildLayout:function(b,j,k,l,m,n){for(var o=b.options[l?"compactLabels":"labels"],p=b.options.whichLabels||this._normalLabels,q=function(a){return(b.options[(l?"compactLabels":"labels")+p(b._periods[a])]||o)[a]},r=function(a,c){return b.options.digits[Math.floor(a/c)%10]},s={desc:b.options.description,sep:b.options.timeSeparator,yl:q(c),yn:this._minDigits(b,b._periods[c],1),ynn:this._minDigits(b,b._periods[c],2),ynnn:this._minDigits(b,b._periods[c],3),y1:r(b._periods[c],1),y10:r(b._periods[c],10),y100:r(b._periods[c],100),y1000:r(b._periods[c],1e3),ol:q(d),on:this._minDigits(b,b._periods[d],1),onn:this._minDigits(b,b._periods[d],2),onnn:this._minDigits(b,b._periods[d],3),o1:r(b._periods[d],1),o10:r(b._periods[d],10),o100:r(b._periods[d],100),o1000:r(b._periods[d],1e3),wl:q(e),wn:this._minDigits(b,b._periods[e],1),wnn:this._minDigits(b,b._periods[e],2),wnnn:this._minDigits(b,b._periods[e],3),w1:r(b._periods[e],1),w10:r(b._periods[e],10),w100:r(b._periods[e],100),w1000:r(b._periods[e],1e3),dl:q(f),dn:this._minDigits(b,b._periods[f],1),dnn:this._minDigits(b,b._periods[f],2),dnnn:this._minDigits(b,b._periods[f],3),d1:r(b._periods[f],1),d10:r(b._periods[f],10),d100:r(b._periods[f],100),d1000:r(b._periods[f],1e3),hl:q(g),hn:this._minDigits(b,b._periods[g],1),hnn:this._minDigits(b,b._periods[g],2),hnnn:this._minDigits(b,b._periods[g],3),h1:r(b._periods[g],1),h10:r(b._periods[g],10),h100:r(b._periods[g],100),h1000:r(b._periods[g],1e3),ml:q(h),mn:this._minDigits(b,b._periods[h],1),mnn:this._minDigits(b,b._periods[h],2),mnnn:this._minDigits(b,b._periods[h],3),m1:r(b._periods[h],1),m10:r(b._periods[h],10),m100:r(b._periods[h],100),m1000:r(b._periods[h],1e3),sl:q(i),sn:this._minDigits(b,b._periods[i],1),snn:this._minDigits(b,b._periods[i],2),snnn:this._minDigits(b,b._periods[i],3),s1:r(b._periods[i],1),s10:r(b._periods[i],10),s100:r(b._periods[i],100),s1000:r(b._periods[i],1e3)},t=k,u=c;i>=u;u++){var v="yowdhms".charAt(u),w=new RegExp("\\{"+v+"<\\}([\\s\\S]*)\\{"+v+">\\}","g");t=t.replace(w,!m&&j[u]||m&&n[u]?"$1":"")}return a.each(s,function(a,b){var c=new RegExp("\\{"+a+"\\}","g");t=t.replace(c,b)}),t},_minDigits:function(a,b,c){return b=""+b,b.length>=c?this._translateDigits(a,b):(b="0000000000"+b,this._translateDigits(a,b.substr(b.length-c)))},_translateDigits:function(a,b){return(""+b).replace(/[0-9]/g,function(b){return a.options.digits[b]})},_determineShow:function(a){var b=a.options.format,j=[];return j[c]=b.match("y")?"?":b.match("Y")?"!":null,j[d]=b.match("o")?"?":b.match("O")?"!":null,j[e]=b.match("w")?"?":b.match("W")?"!":null,j[f]=b.match("d")?"?":b.match("D")?"!":null,j[g]=b.match("h")?"?":b.match("H")?"!":null,j[h]=b.match("m")?"?":b.match("M")?"!":null,j[i]=b.match("s")?"?":b.match("S")?"!":null,j},_calculatePeriods:function(a,b,j,k){a._now=k,a._now.setMilliseconds(0);var l=new Date(a._now.getTime());a._since?k.getTime()<a._since.getTime()?a._now=k=l:k=a._since:(l.setTime(a._until.getTime()),k.getTime()>a._until.getTime()&&(a._now=k=l));var m=[0,0,0,0,0,0,0];if(b[c]||b[d]){var n=this._getDaysInMonth(k.getFullYear(),k.getMonth()),o=this._getDaysInMonth(l.getFullYear(),l.getMonth()),p=l.getDate()==k.getDate()||l.getDate()>=Math.min(n,o)&&k.getDate()>=Math.min(n,o),q=function(a){return 60*(60*a.getHours()+a.getMinutes())+a.getSeconds()},r=Math.max(0,12*(l.getFullYear()-k.getFullYear())+l.getMonth()-k.getMonth()+(l.getDate()<k.getDate()&&!p||p&&q(l)<q(k)?-1:0));m[c]=b[c]?Math.floor(r/12):0,m[d]=b[d]?r-12*m[c]:0,k=new Date(k.getTime());var s=k.getDate()==n,t=this._getDaysInMonth(k.getFullYear()+m[c],k.getMonth()+m[d]);k.getDate()>t&&k.setDate(t),k.setFullYear(k.getFullYear()+m[c]),k.setMonth(k.getMonth()+m[d]),s&&k.setDate(t)}var u=Math.floor((l.getTime()-k.getTime())/1e3),v=function(a,c){m[a]=b[a]?Math.floor(u/c):0,u-=m[a]*c};if(v(e,604800),v(f,86400),v(g,3600),v(h,60),v(i,1),u>0&&!a._since)for(var w=[1,12,4.3482,7,24,60,60],x=i,y=1,z=i;z>=c;z--)b[z]&&(m[x]>=y&&(m[x]=0,u=1),u>0&&(m[z]++,u=0,x=z,y=1)),y*=w[z];if(j)for(var z=c;i>=z;z++)j&&m[z]?j--:j||(m[z]=0);return m}})}(jQuery);
1
+ !function(e){e.JQPlugin.createPlugin({name:"countdown",defaultOptions:{until:null,since:null,timezone:null,serverSync:null,format:"dHMS",layout:"",compact:!1,padZeroes:!1,significant:0,description:"",expiryUrl:"",expiryText:"",alwaysExpire:!1,onExpiry:null,onTick:null,tickInterval:1},regionalOptions:{"":{labels:["Years","Months","Weeks","Days","Hours","Minutes","Seconds"],labels1:["Year","Month","Week","Day","Hour","Minute","Second"],compactLabels:["y","m","w","d"],whichLabels:null,digits:["0","1","2","3","4","5","6","7","8","9"],timeSeparator:":",isRTL:!1}},_getters:["getTimes"],_rtlClass:"countdown-rtl",_sectionClass:"countdown-section",_amountClass:"countdown-amount",_periodClass:"countdown-period",_rowClass:"countdown-row",_holdingClass:"countdown-holding",_showClass:"countdown-show",_descrClass:"countdown-descr",_timerElems:[],_init:function(){var t=this;this._super(),this._serverSyncs=[];var i="function"==typeof Date.now?Date.now:function(){return(new Date).getTime()},s=window.performance&&"function"==typeof window.performance.now;var n=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||null,o=0;!n||e.noRequestAnimationFrame?(e.noRequestAnimationFrame=null,setInterval(function(){t._updateElems()},980)):(o=window.animationStartTime||window.webkitAnimationStartTime||window.mozAnimationStartTime||window.oAnimationStartTime||window.msAnimationStartTime||i(),n(function e(r){var a=r<1e12?s?performance.now()+performance.timing.navigationStart:i():r||i();a-o>=1e3&&(t._updateElems(),o=a),n(e)}))},UTCDate:function(e,t,i,s,n,o,r,a){"object"==typeof t&&t.constructor==Date&&(a=t.getMilliseconds(),r=t.getSeconds(),o=t.getMinutes(),n=t.getHours(),s=t.getDate(),i=t.getMonth(),t=t.getFullYear());var l=new Date;return l.setUTCFullYear(t),l.setUTCDate(1),l.setUTCMonth(i||0),l.setUTCDate(s||1),l.setUTCHours(n||0),l.setUTCMinutes((o||0)-(Math.abs(e)<30?60*e:e)),l.setUTCSeconds(r||0),l.setUTCMilliseconds(a||0),l},periodsToSeconds:function(e){return 31557600*e[0]+2629800*e[1]+604800*e[2]+86400*e[3]+3600*e[4]+60*e[5]+e[6]},resync:function(){var t=this;e("."+this._getMarker()).each(function(){var i=e.data(this,t.name);if(i.options.serverSync){for(var s=null,n=0;n<t._serverSyncs.length;n++)if(t._serverSyncs[n][0]==i.options.serverSync){s=t._serverSyncs[n];break}if(null==s[2]){var o=e.isFunction(i.options.serverSync)?i.options.serverSync.apply(this,[]):null;s[2]=(o?(new Date).getTime()-o.getTime():0)-s[1]}i._since&&i._since.setMilliseconds(i._since.getMilliseconds()+s[2]),i._until.setMilliseconds(i._until.getMilliseconds()+s[2])}});for(var i=0;i<t._serverSyncs.length;i++)null!=t._serverSyncs[i][2]&&(t._serverSyncs[i][1]+=t._serverSyncs[i][2],delete t._serverSyncs[i][2])},_instSettings:function(e,t){return{_periods:[0,0,0,0,0,0,0]}},_addElem:function(e){this._hasElem(e)||this._timerElems.push(e)},_hasElem:function(t){return e.inArray(t,this._timerElems)>-1},_removeElem:function(t){this._timerElems=e.map(this._timerElems,function(e){return e==t?null:e})},_updateElems:function(){for(var e=this._timerElems.length-1;e>=0;e--)this._updateCountdown(this._timerElems[e])},_optionsChanged:function(t,i,s){s.layout&&(s.layout=s.layout.replace(/&lt;/g,"<").replace(/&gt;/g,">")),this._resetExtraLabels(i.options,s);var n=i.options.timezone!=s.timezone;e.extend(i.options,s),this._adjustSettings(t,i,null!=s.until||null!=s.since||n);var o=new Date;(i._since&&i._since<o||i._until&&i._until>o)&&this._addElem(t[0]),this._updateCountdown(t,i)},_updateCountdown:function(t,i){if(t=t.jquery?t:e(t),i=i||this._getInst(t)){if(t.html(this._generateHTML(i)).toggleClass(this._rtlClass,i.options.isRTL),e.isFunction(i.options.onTick)){var s="lap"!=i._hold?i._periods:this._calculatePeriods(i,i._show,i.options.significant,new Date);1!=i.options.tickInterval&&this.periodsToSeconds(s)%i.options.tickInterval!=0||i.options.onTick.apply(t[0],[s])}if("pause"!=i._hold&&(i._since?i._now.getTime()<i._since.getTime():i._now.getTime()>=i._until.getTime())&&!i._expiring){if(i._expiring=!0,this._hasElem(t[0])||i.options.alwaysExpire){if(this._removeElem(t[0]),e.isFunction(i.options.onExpiry)&&i.options.onExpiry.apply(t[0],[]),i.options.expiryText){var n=i.options.layout;i.options.layout=i.options.expiryText,this._updateCountdown(t[0],i),i.options.layout=n}i.options.expiryUrl&&(window.location=i.options.expiryUrl)}i._expiring=!1}else"pause"==i._hold&&this._removeElem(t[0])}},_resetExtraLabels:function(e,t){for(var i in t)i.match(/[Ll]abels[02-9]|compactLabels1/)&&(e[i]=t[i]);for(var i in e)i.match(/[Ll]abels[02-9]|compactLabels1/)&&void 0===t[i]&&(e[i]=null)},_adjustSettings:function(t,i,s){for(var n=null,o=0;o<this._serverSyncs.length;o++)if(this._serverSyncs[o][0]==i.options.serverSync){n=this._serverSyncs[o][1];break}if(null!=n)var r=i.options.serverSync?n:0,a=new Date;else{var l=e.isFunction(i.options.serverSync)?i.options.serverSync.apply(t[0],[]):null;a=new Date,r=l?a.getTime()-l.getTime():0;this._serverSyncs.push([i.options.serverSync,r])}var _=i.options.timezone;_=null==_?-a.getTimezoneOffset():_,(s||!s&&null==i._until&&null==i._since)&&(i._since=i.options.since,null!=i._since&&(i._since=this.UTCDate(_,this._determineTime(i._since,null)),i._since&&r&&i._since.setMilliseconds(i._since.getMilliseconds()+r)),i._until=this.UTCDate(_,this._determineTime(i.options.until,a)),r&&i._until.setMilliseconds(i._until.getMilliseconds()+r)),i._show=this._determineShow(i)},_preDestroy:function(e,t){this._removeElem(e[0]),e.empty()},pause:function(e){this._hold(e,"pause")},lap:function(e){this._hold(e,"lap")},resume:function(e){this._hold(e,null)},toggle:function(t){this[(e.data(t,this.name)||{})._hold?"resume":"pause"](t)},toggleLap:function(t){this[(e.data(t,this.name)||{})._hold?"resume":"lap"](t)},_hold:function(t,i){var s=e.data(t,this.name);if(s){if("pause"==s._hold&&!i){s._periods=s._savePeriods;var n=s._since?"-":"+";s[s._since?"_since":"_until"]=this._determineTime(n+s._periods[0]+"y"+n+s._periods[1]+"o"+n+s._periods[2]+"w"+n+s._periods[3]+"d"+n+s._periods[4]+"h"+n+s._periods[5]+"m"+n+s._periods[6]+"s"),this._addElem(t)}s._hold=i,s._savePeriods="pause"==i?s._periods:null,e.data(t,this.name,s),this._updateCountdown(t,s)}},getTimes:function(t){var i=e.data(t,this.name);return i?"pause"==i._hold?i._savePeriods:i._hold?this._calculatePeriods(i,i._show,i.options.significant,new Date):i._periods:null},_determineTime:function(e,t){var i=this,s=null==e?t:"string"==typeof e?function(e){e=e.toLowerCase();for(var t=new Date,s=t.getFullYear(),n=t.getMonth(),o=t.getDate(),r=t.getHours(),a=t.getMinutes(),l=t.getSeconds(),_=/([+-]?[0-9]+)\s*(s|m|h|d|w|o|y)?/g,p=_.exec(e);p;){switch(p[2]||"s"){case"s":l+=parseInt(p[1],10);break;case"m":a+=parseInt(p[1],10);break;case"h":r+=parseInt(p[1],10);break;case"d":o+=parseInt(p[1],10);break;case"w":o+=7*parseInt(p[1],10);break;case"o":n+=parseInt(p[1],10),o=Math.min(o,i._getDaysInMonth(s,n));break;case"y":s+=parseInt(p[1],10),o=Math.min(o,i._getDaysInMonth(s,n))}p=_.exec(e)}return new Date(s,n,o,r,a,l,0)}(e):"number"==typeof e?function(e){var t=new Date;return t.setTime(t.getTime()+1e3*e),t}(e):e;return s&&s.setMilliseconds(0),s},_getDaysInMonth:function(e,t){return 32-new Date(e,t,32).getDate()},_normalLabels:function(e){return e},_generateHTML:function(t){var i=this;t._periods=t._hold?t._periods:this._calculatePeriods(t,t._show,t.options.significant,new Date);for(var s=!1,n=0,o=t.options.significant,r=e.extend({},t._show),a=0;a<=6;a++)s|="?"==t._show[a]&&t._periods[a]>0,r[a]="?"!=t._show[a]||s?t._show[a]:null,n+=r[a]?1:0,o-=t._periods[a]>0?1:0;var l=[!1,!1,!1,!1,!1,!1,!1];for(a=6;a>=0;a--)t._show[a]&&(t._periods[a]?l[a]=!0:(l[a]=o>0,o--));var _=t.options.compact?t.options.compactLabels:t.options.labels,p=t.options.whichLabels||this._normalLabels,c=function(e){var s=t.options["compactLabels"+p(t._periods[e])];return r[e]?i._translateDigits(t,t._periods[e])+(s?s[e]:_[e])+" ":""},u=t.options.padZeroes?2:1,d=function(e){var s=t.options["labels"+p(t._periods[e])];return!t.options.significant&&r[e]||t.options.significant&&l[e]?'<span class="'+i._sectionClass+'"><span class="'+i._amountClass+'">'+i._minDigits(t,t._periods[e],u)+'</span><span class="'+i._periodClass+'">'+(s?s[e]:_[e])+"</span></span>":""};return t.options.layout?this._buildLayout(t,r,t.options.layout,t.options.compact,t.options.significant,l):(t.options.compact?'<span class="'+this._rowClass+" "+this._amountClass+(t._hold?" "+this._holdingClass:"")+'">'+c(0)+c(1)+c(2)+c(3)+(r[4]?this._minDigits(t,t._periods[4],2):"")+(r[5]?(r[4]?t.options.timeSeparator:"")+this._minDigits(t,t._periods[5],2):"")+(r[6]?(r[4]||r[5]?t.options.timeSeparator:"")+this._minDigits(t,t._periods[6],2):""):'<span class="'+this._rowClass+" "+this._showClass+(t.options.significant||n)+(t._hold?" "+this._holdingClass:"")+'">'+d(0)+d(1)+d(2)+d(3)+d(4)+d(5)+d(6))+"</span>"+(t.options.description?'<span class="'+this._rowClass+" "+this._descrClass+'">'+t.options.description+"</span>":"")},_buildLayout:function(t,i,s,n,o,r){for(var a=t.options[n?"compactLabels":"labels"],l=t.options.whichLabels||this._normalLabels,_=function(e){return(t.options[(n?"compactLabels":"labels")+l(t._periods[e])]||a)[e]},p=function(e,i){return t.options.digits[Math.floor(e/i)%10]},c={desc:t.options.description,sep:t.options.timeSeparator,yl:_(0),yn:this._minDigits(t,t._periods[0],1),ynn:this._minDigits(t,t._periods[0],2),ynnn:this._minDigits(t,t._periods[0],3),y1:p(t._periods[0],1),y10:p(t._periods[0],10),y100:p(t._periods[0],100),y1000:p(t._periods[0],1e3),ol:_(1),on:this._minDigits(t,t._periods[1],1),onn:this._minDigits(t,t._periods[1],2),onnn:this._minDigits(t,t._periods[1],3),o1:p(t._periods[1],1),o10:p(t._periods[1],10),o100:p(t._periods[1],100),o1000:p(t._periods[1],1e3),wl:_(2),wn:this._minDigits(t,t._periods[2],1),wnn:this._minDigits(t,t._periods[2],2),wnnn:this._minDigits(t,t._periods[2],3),w1:p(t._periods[2],1),w10:p(t._periods[2],10),w100:p(t._periods[2],100),w1000:p(t._periods[2],1e3),dl:_(3),dn:this._minDigits(t,t._periods[3],1),dnn:this._minDigits(t,t._periods[3],2),dnnn:this._minDigits(t,t._periods[3],3),d1:p(t._periods[3],1),d10:p(t._periods[3],10),d100:p(t._periods[3],100),d1000:p(t._periods[3],1e3),hl:_(4),hn:this._minDigits(t,t._periods[4],1),hnn:this._minDigits(t,t._periods[4],2),hnnn:this._minDigits(t,t._periods[4],3),h1:p(t._periods[4],1),h10:p(t._periods[4],10),h100:p(t._periods[4],100),h1000:p(t._periods[4],1e3),ml:_(5),mn:this._minDigits(t,t._periods[5],1),mnn:this._minDigits(t,t._periods[5],2),mnnn:this._minDigits(t,t._periods[5],3),m1:p(t._periods[5],1),m10:p(t._periods[5],10),m100:p(t._periods[5],100),m1000:p(t._periods[5],1e3),sl:_(6),sn:this._minDigits(t,t._periods[6],1),snn:this._minDigits(t,t._periods[6],2),snnn:this._minDigits(t,t._periods[6],3),s1:p(t._periods[6],1),s10:p(t._periods[6],10),s100:p(t._periods[6],100),s1000:p(t._periods[6],1e3)},u=s,d=0;d<=6;d++){var h="yowdhms".charAt(d),m=new RegExp("\\{"+h+"<\\}([\\s\\S]*)\\{"+h+">\\}","g");u=u.replace(m,!o&&i[d]||o&&r[d]?"$1":"")}return e.each(c,function(e,t){var i=new RegExp("\\{"+e+"\\}","g");u=u.replace(i,t)}),u},_minDigits:function(e,t,i){return(t=""+t).length>=i?this._translateDigits(e,t):(t="0000000000"+t,this._translateDigits(e,t.substr(t.length-i)))},_translateDigits:function(e,t){return(""+t).replace(/[0-9]/g,function(t){return e.options.digits[t]})},_determineShow:function(e){var t=e.options.format,i=[];return i[0]=t.match("y")?"?":t.match("Y")?"!":null,i[1]=t.match("o")?"?":t.match("O")?"!":null,i[2]=t.match("w")?"?":t.match("W")?"!":null,i[3]=t.match("d")?"?":t.match("D")?"!":null,i[4]=t.match("h")?"?":t.match("H")?"!":null,i[5]=t.match("m")?"?":t.match("M")?"!":null,i[6]=t.match("s")?"?":t.match("S")?"!":null,i},_calculatePeriods:function(e,t,i,s){e._now=s,e._now.setMilliseconds(0);var n=new Date(e._now.getTime());e._since?s.getTime()<e._since.getTime()?e._now=s=n:s=e._since:(n.setTime(e._until.getTime()),s.getTime()>e._until.getTime()&&(e._now=s=n));var o=[0,0,0,0,0,0,0];if(t[0]||t[1]){var r=this._getDaysInMonth(s.getFullYear(),s.getMonth()),a=this._getDaysInMonth(n.getFullYear(),n.getMonth()),l=n.getDate()==s.getDate()||n.getDate()>=Math.min(r,a)&&s.getDate()>=Math.min(r,a),_=function(e){return 60*(60*e.getHours()+e.getMinutes())+e.getSeconds()},p=Math.max(0,12*(n.getFullYear()-s.getFullYear())+n.getMonth()-s.getMonth()+(n.getDate()<s.getDate()&&!l||l&&_(n)<_(s)?-1:0));o[0]=t[0]?Math.floor(p/12):0,o[1]=t[1]?p-12*o[0]:0;var c=(s=new Date(s.getTime())).getDate()==r,u=this._getDaysInMonth(s.getFullYear()+o[0],s.getMonth()+o[1]);s.getDate()>u&&s.setDate(u),s.setFullYear(s.getFullYear()+o[0]),s.setMonth(s.getMonth()+o[1]),c&&s.setDate(u)}var d=Math.floor((n.getTime()-s.getTime())/1e3),h=function(e,i){o[e]=t[e]?Math.floor(d/i):0,d-=o[e]*i};if(h(2,604800),h(3,86400),h(4,3600),h(5,60),h(6,1),d>0&&!e._since)for(var m=[1,12,4.3482,7,24,60,60],g=6,w=1,f=6;f>=0;f--)t[f]&&(o[g]>=w&&(o[g]=0,d=1),d>0&&(o[f]++,d=0,g=f,w=1)),w*=m[f];if(i)for(f=0;f<=6;f++)i&&o[f]?i--:i||(o[f]=0);return o}})}(jQuery);
assets/js/jquery.plugin.js CHANGED
File without changes
assets/js/jquery.plugin.min.js CHANGED
@@ -1 +1 @@
1
- !function(){var a=!1;window.JQClass=function(){},JQClass.classes={},JQClass.extend=function b(c){function d(){!a&&this._init&&this._init.apply(this,arguments)}var e=this.prototype;a=!0;var f=new this;a=!1;for(var g in c)f[g]="function"==typeof c[g]&&"function"==typeof e[g]?function(a,b){return function(){var c=this._super;this._super=function(b){return e[a].apply(this,b||[])};var d=b.apply(this,arguments);return this._super=c,d}}(g,c[g]):c[g];return d.prototype=f,d.prototype.constructor=d,d.extend=b,d}}(),function($){function camelCase(a){return a.replace(/-([a-z])/g,function(a,b){return b.toUpperCase()})}JQClass.classes.JQPlugin=JQClass.extend({name:"plugin",defaultOptions:{},regionalOptions:{},_getters:[],_getMarker:function(){return"is-"+this.name},_init:function(){$.extend(this.defaultOptions,this.regionalOptions&&this.regionalOptions[""]||{});var a=camelCase(this.name);$[a]=this,$.fn[a]=function(b){var c=Array.prototype.slice.call(arguments,1);return $[a]._isNotChained(b,c)?$[a][b].apply($[a],[this[0]].concat(c)):this.each(function(){if("string"==typeof b){if("_"===b[0]||!$[a][b])throw"Unknown method: "+b;$[a][b].apply($[a],[this].concat(c))}else $[a]._attach(this,b)})}},setDefaults:function(a){$.extend(this.defaultOptions,a||{})},_isNotChained:function(a,b){return"option"===a&&(0===b.length||1===b.length&&"string"==typeof b[0])?!0:$.inArray(a,this._getters)>-1},_attach:function(a,b){if(a=$(a),!a.hasClass(this._getMarker())){a.addClass(this._getMarker()),b=$.extend({},this.defaultOptions,this._getMetadata(a),b||{});var c=$.extend({name:this.name,elem:a,options:b},this._instSettings(a,b));a.data(this.name,c),this._postAttach(a,c),this.option(a,b)}},_instSettings:function(a,b){return{}},_postAttach:function(a,b){},_getMetadata:function(elem){try{var data=elem.data(this.name.toLowerCase())||"";data=data.replace(/'/g,'"'),data=data.replace(/([a-zA-Z0-9]+):/g,function(a,b,c){var d=data.substring(0,c).match(/"/g);return d&&d.length%2!==0?b+":":'"'+b+'":'}),data=$.parseJSON("{"+data+"}");for(var name in data){var value=data[name];"string"==typeof value&&value.match(/^new Date\((.*)\)$/)&&(data[name]=eval(value))}return data}catch(e){return{}}},_getInst:function(a){return $(a).data(this.name)||{}},option:function(a,b,c){a=$(a);var d=a.data(this.name);if(!b||"string"==typeof b&&null==c){var e=(d||{}).options;return e&&b?e[b]:e}if(a.hasClass(this._getMarker())){var e=b||{};"string"==typeof b&&(e={},e[b]=c),this._optionsChanged(a,d,e),$.extend(d.options,e)}},_optionsChanged:function(a,b,c){},destroy:function(a){a=$(a),a.hasClass(this._getMarker())&&(this._preDestroy(a,this._getInst(a)),a.removeData(this.name).removeClass(this._getMarker()))},_preDestroy:function(a,b){}}),$.JQPlugin={createPlugin:function(a,b){"object"==typeof a&&(b=a,a="JQPlugin"),a=camelCase(a);var c=camelCase(b.name);JQClass.classes[c]=JQClass.classes[a].extend(b),new JQClass.classes[c]}}}(jQuery);
1
+ !function(){var t=!1;window.JQClass=function(){},JQClass.classes={},JQClass.extend=function e(n){var a=this.prototype;t=!0;var s=new this;for(var i in t=!1,n)s[i]="function"==typeof n[i]&&"function"==typeof a[i]?function(t,e){return function(){var n=this._super;this._super=function(e){return a[t].apply(this,e||[])};var s=e.apply(this,arguments);return this._super=n,s}}(i,n[i]):n[i];function r(){!t&&this._init&&this._init.apply(this,arguments)}return r.prototype=s,r.prototype.constructor=r,r.extend=e,r}}(),function($){function camelCase(t){return t.replace(/-([a-z])/g,function(t,e){return e.toUpperCase()})}JQClass.classes.JQPlugin=JQClass.extend({name:"plugin",defaultOptions:{},regionalOptions:{},_getters:[],_getMarker:function(){return"is-"+this.name},_init:function(){$.extend(this.defaultOptions,this.regionalOptions&&this.regionalOptions[""]||{});var t=camelCase(this.name);$[t]=this,$.fn[t]=function(e){var n=Array.prototype.slice.call(arguments,1);return $[t]._isNotChained(e,n)?$[t][e].apply($[t],[this[0]].concat(n)):this.each(function(){if("string"==typeof e){if("_"===e[0]||!$[t][e])throw"Unknown method: "+e;$[t][e].apply($[t],[this].concat(n))}else $[t]._attach(this,e)})}},setDefaults:function(t){$.extend(this.defaultOptions,t||{})},_isNotChained:function(t,e){return"option"===t&&(0===e.length||1===e.length&&"string"==typeof e[0])||$.inArray(t,this._getters)>-1},_attach:function(t,e){if(!(t=$(t)).hasClass(this._getMarker())){t.addClass(this._getMarker()),e=$.extend({},this.defaultOptions,this._getMetadata(t),e||{});var n=$.extend({name:this.name,elem:t,options:e},this._instSettings(t,e));t.data(this.name,n),this._postAttach(t,n),this.option(t,e)}},_instSettings:function(t,e){return{}},_postAttach:function(t,e){},_getMetadata:function(elem){try{var data=elem.data(this.name.toLowerCase())||"";for(var name in data=data.replace(/'/g,'"'),data=data.replace(/([a-zA-Z0-9]+):/g,function(t,e,n){var a=data.substring(0,n).match(/"/g);return a&&a.length%2!=0?e+":":'"'+e+'":'}),data=$.parseJSON("{"+data+"}"),data){var value=data[name];"string"==typeof value&&value.match(/^new Date\((.*)\)$/)&&(data[name]=eval(value))}return data}catch(t){return{}}},_getInst:function(t){return $(t).data(this.name)||{}},option:function(t,e,n){var a=(t=$(t)).data(this.name);if(!e||"string"==typeof e&&null==n)return(s=(a||{}).options)&&e?s[e]:s;if(t.hasClass(this._getMarker())){var s=e||{};"string"==typeof e&&((s={})[e]=n),this._optionsChanged(t,a,s),$.extend(a.options,s)}},_optionsChanged:function(t,e,n){},destroy:function(t){(t=$(t)).hasClass(this._getMarker())&&(this._preDestroy(t,this._getInst(t)),t.removeData(this.name).removeClass(this._getMarker()))},_preDestroy:function(t,e){}}),$.JQPlugin={createPlugin:function(t,e){"object"==typeof t&&(e=t,t="JQPlugin"),t=camelCase(t);var n=camelCase(e.name);JQClass.classes[n]=JQClass.classes[t].extend(e),new JQClass.classes[n]}}}(jQuery);
assets/js/jquery.validate.js CHANGED
File without changes
assets/js/jquery.validate.min.js CHANGED
@@ -1 +1 @@
1
- !function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}(function(a){a.extend(a.fn,{validate:function(b){if(!this.length)return void(b&&b.debug&&window.console&&console.warn("Nothing selected, can't validate, returning nothing."));var c=a.data(this[0],"validator");return c?c:(this.attr("novalidate","novalidate"),c=new a.validator(b,this[0]),a.data(this[0],"validator",c),c.settings.onsubmit&&(this.on("click.validate",":submit",function(b){c.settings.submitHandler&&(c.submitButton=b.target),a(this).hasClass("cancel")&&(c.cancelSubmit=!0),void 0!==a(this).attr("formnovalidate")&&(c.cancelSubmit=!0)}),this.on("submit.validate",function(b){function d(){var d,e;return c.settings.submitHandler?(c.submitButton&&(d=a("<input type='hidden'/>").attr("name",c.submitButton.name).val(a(c.submitButton).val()).appendTo(c.currentForm)),e=c.settings.submitHandler.call(c,c.currentForm,b),c.submitButton&&d.remove(),void 0!==e?e:!1):!0}return c.settings.debug&&b.preventDefault(),c.cancelSubmit?(c.cancelSubmit=!1,d()):c.form()?c.pendingRequest?(c.formSubmitted=!0,!1):d():(c.focusInvalid(),!1)})),c)},valid:function(){var b,c,d;return a(this[0]).is("form")?b=this.validate().form():(d=[],b=!0,c=a(this[0].form).validate(),this.each(function(){b=c.element(this)&&b,b||(d=d.concat(c.errorList))}),c.errorList=d),b},rules:function(b,c){if(this.length){var d,e,f,g,h,i,j=this[0];if(b)switch(d=a.data(j.form,"validator").settings,e=d.rules,f=a.validator.staticRules(j),b){case"add":a.extend(f,a.validator.normalizeRule(c)),delete f.messages,e[j.name]=f,c.messages&&(d.messages[j.name]=a.extend(d.messages[j.name],c.messages));break;case"remove":return c?(i={},a.each(c.split(/\s/),function(b,c){i[c]=f[c],delete f[c],"required"===c&&a(j).removeAttr("aria-required")}),i):(delete e[j.name],f)}return g=a.validator.normalizeRules(a.extend({},a.validator.classRules(j),a.validator.attributeRules(j),a.validator.dataRules(j),a.validator.staticRules(j)),j),g.required&&(h=g.required,delete g.required,g=a.extend({required:h},g),a(j).attr("aria-required","true")),g.remote&&(h=g.remote,delete g.remote,g=a.extend(g,{remote:h})),g}}}),a.extend(a.expr[":"],{blank:function(b){return!a.trim(""+a(b).val())},filled:function(b){var c=a(b).val();return null!==c&&!!a.trim(""+c)},unchecked:function(b){return!a(b).prop("checked")}}),a.validator=function(b,c){this.settings=a.extend(!0,{},a.validator.defaults,b),this.currentForm=c,this.init()},a.validator.format=function(b,c){return 1===arguments.length?function(){var c=a.makeArray(arguments);return c.unshift(b),a.validator.format.apply(this,c)}:void 0===c?b:(arguments.length>2&&c.constructor!==Array&&(c=a.makeArray(arguments).slice(1)),c.constructor!==Array&&(c=[c]),a.each(c,function(a,c){b=b.replace(new RegExp("\\{"+a+"\\}","g"),function(){return c})}),b)},a.extend(a.validator,{defaults:{messages:{},groups:{},rules:{},errorClass:"error",pendingClass:"pending",validClass:"valid",errorElement:"label",focusCleanup:!1,focusInvalid:!0,errorContainer:a([]),errorLabelContainer:a([]),onsubmit:!0,ignore:":hidden",ignoreTitle:!1,onfocusin:function(a){this.lastActive=a,this.settings.focusCleanup&&(this.settings.unhighlight&&this.settings.unhighlight.call(this,a,this.settings.errorClass,this.settings.validClass),this.hideThese(this.errorsFor(a)))},onfocusout:function(a){this.checkable(a)||!(a.name in this.submitted)&&this.optional(a)||this.element(a)},onkeyup:function(b,c){var d=[16,17,18,20,35,36,37,38,39,40,45,144,225];9===c.which&&""===this.elementValue(b)||-1!==a.inArray(c.keyCode,d)||(b.name in this.submitted||b.name in this.invalid)&&this.element(b)},onclick:function(a){a.name in this.submitted?this.element(a):a.parentNode.name in this.submitted&&this.element(a.parentNode)},highlight:function(b,c,d){"radio"===b.type?this.findByName(b.name).addClass(c).removeClass(d):a(b).addClass(c).removeClass(d)},unhighlight:function(b,c,d){"radio"===b.type?this.findByName(b.name).removeClass(c).addClass(d):a(b).removeClass(c).addClass(d)}},setDefaults:function(b){a.extend(a.validator.defaults,b)},messages:{required:"This field is required.",remote:"Please fix this field.",email:"Please enter a valid email address.",url:"Please enter a valid URL.",date:"Please enter a valid date.",dateISO:"Please enter a valid date ( ISO ).",number:"Please enter a valid number.",digits:"Please enter only digits.",equalTo:"Please enter the same value again.",maxlength:a.validator.format("Please enter no more than {0} characters."),minlength:a.validator.format("Please enter at least {0} characters."),rangelength:a.validator.format("Please enter a value between {0} and {1} characters long."),range:a.validator.format("Please enter a value between {0} and {1}."),max:a.validator.format("Please enter a value less than or equal to {0}."),min:a.validator.format("Please enter a value greater than or equal to {0}."),step:a.validator.format("Please enter a multiple of {0}.")},autoCreateRanges:!1,prototype:{init:function(){function b(b){var c=a.data(this.form,"validator"),d="on"+b.type.replace(/^validate/,""),e=c.settings;e[d]&&!a(this).is(e.ignore)&&e[d].call(c,this,b)}this.labelContainer=a(this.settings.errorLabelContainer),this.errorContext=this.labelContainer.length&&this.labelContainer||a(this.currentForm),this.containers=a(this.settings.errorContainer).add(this.settings.errorLabelContainer),this.submitted={},this.valueCache={},this.pendingRequest=0,this.pending={},this.invalid={},this.reset();var c,d=this.groups={};a.each(this.settings.groups,function(b,c){"string"==typeof c&&(c=c.split(/\s/)),a.each(c,function(a,c){d[c]=b})}),c=this.settings.rules,a.each(c,function(b,d){c[b]=a.validator.normalizeRule(d)}),a(this.currentForm).on("focusin.validate focusout.validate keyup.validate",":text, [type='password'], [type='file'], select, textarea, [type='number'], [type='search'], [type='tel'], [type='url'], [type='email'], [type='datetime'], [type='date'], [type='month'], [type='week'], [type='time'], [type='datetime-local'], [type='range'], [type='color'], [type='radio'], [type='checkbox'], [contenteditable]",b).on("click.validate","select, option, [type='radio'], [type='checkbox']",b),this.settings.invalidHandler&&a(this.currentForm).on("invalid-form.validate",this.settings.invalidHandler),a(this.currentForm).find("[required], [data-rule-required], .required").attr("aria-required","true")},form:function(){return this.checkForm(),a.extend(this.submitted,this.errorMap),this.invalid=a.extend({},this.errorMap),this.valid()||a(this.currentForm).triggerHandler("invalid-form",[this]),this.showErrors(),this.valid()},checkForm:function(){this.prepareForm();for(var a=0,b=this.currentElements=this.elements();b[a];a++)this.check(b[a]);return this.valid()},element:function(b){var c,d,e=this.clean(b),f=this.validationTargetFor(e),g=this,h=!0;return void 0===f?delete this.invalid[e.name]:(this.prepareElement(f),this.currentElements=a(f),d=this.groups[f.name],d&&a.each(this.groups,function(a,b){b===d&&a!==f.name&&(e=g.validationTargetFor(g.clean(g.findByName(a))),e&&e.name in g.invalid&&(g.currentElements.push(e),h=h&&g.check(e)))}),c=this.check(f)!==!1,h=h&&c,c?this.invalid[f.name]=!1:this.invalid[f.name]=!0,this.numberOfInvalids()||(this.toHide=this.toHide.add(this.containers)),this.showErrors(),a(b).attr("aria-invalid",!c)),h},showErrors:function(b){if(b){var c=this;a.extend(this.errorMap,b),this.errorList=a.map(this.errorMap,function(a,b){return{message:a,element:c.findByName(b)[0]}}),this.successList=a.grep(this.successList,function(a){return!(a.name in b)})}this.settings.showErrors?this.settings.showErrors.call(this,this.errorMap,this.errorList):this.defaultShowErrors()},resetForm:function(){a.fn.resetForm&&a(this.currentForm).resetForm(),this.invalid={},this.submitted={},this.prepareForm(),this.hideErrors();var b=this.elements().removeData("previousValue").removeAttr("aria-invalid");this.resetElements(b)},resetElements:function(a){var b;if(this.settings.unhighlight)for(b=0;a[b];b++)this.settings.unhighlight.call(this,a[b],this.settings.errorClass,""),this.findByName(a[b].name).removeClass(this.settings.validClass);else a.removeClass(this.settings.errorClass).removeClass(this.settings.validClass)},numberOfInvalids:function(){return this.objectLength(this.invalid)},objectLength:function(a){var b,c=0;for(b in a)a[b]&&c++;return c},hideErrors:function(){this.hideThese(this.toHide)},hideThese:function(a){a.not(this.containers).text(""),this.addWrapper(a).hide()},valid:function(){return 0===this.size()},size:function(){return this.errorList.length},focusInvalid:function(){if(this.settings.focusInvalid)try{a(this.findLastActive()||this.errorList.length&&this.errorList[0].element||[]).filter(":visible").focus().trigger("focusin")}catch(b){}},findLastActive:function(){var b=this.lastActive;return b&&1===a.grep(this.errorList,function(a){return a.element.name===b.name}).length&&b},elements:function(){var b=this,c={};return a(this.currentForm).find("input, select, textarea, [contenteditable]").not(":submit, :reset, :image, :disabled").not(this.settings.ignore).filter(function(){var d=this.name||a(this).attr("name");return!d&&b.settings.debug&&window.console&&console.error("%o has no name assigned",this),this.hasAttribute("contenteditable")&&(this.form=a(this).closest("form")[0]),d in c||!b.objectLength(a(this).rules())?!1:(c[d]=!0,!0)})},clean:function(b){return a(b)[0]},errors:function(){var b=this.settings.errorClass.split(" ").join(".");return a(this.settings.errorElement+"."+b,this.errorContext)},resetInternals:function(){this.successList=[],this.errorList=[],this.errorMap={},this.toShow=a([]),this.toHide=a([])},reset:function(){this.resetInternals(),this.currentElements=a([])},prepareForm:function(){this.reset(),this.toHide=this.errors().add(this.containers)},prepareElement:function(a){this.reset(),this.toHide=this.errorsFor(a)},elementValue:function(b){var c,d,e=a(b),f=b.type;return"radio"===f||"checkbox"===f?this.findByName(b.name).filter(":checked").val():"number"===f&&"undefined"!=typeof b.validity?b.validity.badInput?"NaN":e.val():(c=b.hasAttribute("contenteditable")?e.text():e.val(),"file"===f?"C:\\fakepath\\"===c.substr(0,12)?c.substr(12):(d=c.lastIndexOf("/"),d>=0?c.substr(d+1):(d=c.lastIndexOf("\\"),d>=0?c.substr(d+1):c)):"string"==typeof c?c.replace(/\r/g,""):c)},check:function(b){b=this.validationTargetFor(this.clean(b));var c,d,e,f=a(b).rules(),g=a.map(f,function(a,b){return b}).length,h=!1,i=this.elementValue(b);if("function"==typeof f.normalizer){if(i=f.normalizer.call(b,i),"string"!=typeof i)throw new TypeError("The normalizer should return a string value.");delete f.normalizer}for(d in f){e={method:d,parameters:f[d]};try{if(c=a.validator.methods[d].call(this,i,b,e.parameters),"dependency-mismatch"===c&&1===g){h=!0;continue}if(h=!1,"pending"===c)return void(this.toHide=this.toHide.not(this.errorsFor(b)));if(!c)return this.formatAndAdd(b,e),!1}catch(j){throw this.settings.debug&&window.console&&console.log("Exception occurred when checking element "+b.id+", check the '"+e.method+"' method.",j),j instanceof TypeError&&(j.message+=". Exception occurred when checking element "+b.id+", check the '"+e.method+"' method."),j}}if(!h)return this.objectLength(f)&&this.successList.push(b),!0},customDataMessage:function(b,c){return a(b).data("msg"+c.charAt(0).toUpperCase()+c.substring(1).toLowerCase())||a(b).data("msg")},customMessage:function(a,b){var c=this.settings.messages[a];return c&&(c.constructor===String?c:c[b])},findDefined:function(){for(var a=0;a<arguments.length;a++)if(void 0!==arguments[a])return arguments[a]},defaultMessage:function(b,c){var d=this.findDefined(this.customMessage(b.name,c.method),this.customDataMessage(b,c.method),!this.settings.ignoreTitle&&b.title||void 0,a.validator.messages[c.method],"<strong>Warning: No message defined for "+b.name+"</strong>"),e=/\$?\{(\d+)\}/g;return"function"==typeof d?d=d.call(this,c.parameters,b):e.test(d)&&(d=a.validator.format(d.replace(e,"{$1}"),c.parameters)),d},formatAndAdd:function(a,b){var c=this.defaultMessage(a,b);this.errorList.push({message:c,element:a,method:b.method}),this.errorMap[a.name]=c,this.submitted[a.name]=c},addWrapper:function(a){return this.settings.wrapper&&(a=a.add(a.parent(this.settings.wrapper))),a},defaultShowErrors:function(){var a,b,c;for(a=0;this.errorList[a];a++)c=this.errorList[a],this.settings.highlight&&this.settings.highlight.call(this,c.element,this.settings.errorClass,this.settings.validClass),this.showLabel(c.element,c.message);if(this.errorList.length&&(this.toShow=this.toShow.add(this.containers)),this.settings.success)for(a=0;this.successList[a];a++)this.showLabel(this.successList[a]);if(this.settings.unhighlight)for(a=0,b=this.validElements();b[a];a++)this.settings.unhighlight.call(this,b[a],this.settings.errorClass,this.settings.validClass);this.toHide=this.toHide.not(this.toShow),this.hideErrors(),this.addWrapper(this.toShow).show()},validElements:function(){return this.currentElements.not(this.invalidElements())},invalidElements:function(){return a(this.errorList).map(function(){return this.element})},showLabel:function(b,c){var d,e,f,g,h=this.errorsFor(b),i=this.idOrName(b),j=a(b).attr("aria-describedby");h.length?(h.removeClass(this.settings.validClass).addClass(this.settings.errorClass),h.html(c)):(h=a("<"+this.settings.errorElement+">").attr("id",i+"-error").addClass(this.settings.errorClass).html(c||""),d=h,this.settings.wrapper&&(d=h.hide().show().wrap("<"+this.settings.wrapper+"/>").parent()),this.labelContainer.length?this.labelContainer.append(d):this.settings.errorPlacement?this.settings.errorPlacement(d,a(b)):d.insertAfter(b),h.is("label")?h.attr("for",i):0===h.parents("label[for='"+this.escapeCssMeta(i)+"']").length&&(f=h.attr("id"),j?j.match(new RegExp("\\b"+this.escapeCssMeta(f)+"\\b"))||(j+=" "+f):j=f,a(b).attr("aria-describedby",j),e=this.groups[b.name],e&&(g=this,a.each(g.groups,function(b,c){c===e&&a("[name='"+g.escapeCssMeta(b)+"']",g.currentForm).attr("aria-describedby",h.attr("id"))})))),!c&&this.settings.success&&(h.text(""),"string"==typeof this.settings.success?h.addClass(this.settings.success):this.settings.success(h,b)),this.toShow=this.toShow.add(h)},errorsFor:function(b){var c=this.escapeCssMeta(this.idOrName(b)),d=a(b).attr("aria-describedby"),e="label[for='"+c+"'], label[for='"+c+"'] *";return d&&(e=e+", #"+this.escapeCssMeta(d).replace(/\s+/g,", #")),this.errors().filter(e)},escapeCssMeta:function(a){return a.replace(/([\\!"#$%&'()*+,.\/:;<=>?@\[\]^`{|}~])/g,"\\$1")},idOrName:function(a){return this.groups[a.name]||(this.checkable(a)?a.name:a.id||a.name)},validationTargetFor:function(b){return this.checkable(b)&&(b=this.findByName(b.name)),a(b).not(this.settings.ignore)[0]},checkable:function(a){return/radio|checkbox/i.test(a.type)},findByName:function(b){return a(this.currentForm).find("[name='"+this.escapeCssMeta(b)+"']")},getLength:function(b,c){switch(c.nodeName.toLowerCase()){case"select":return a("option:selected",c).length;case"input":if(this.checkable(c))return this.findByName(c.name).filter(":checked").length}return b.length},depend:function(a,b){return this.dependTypes[typeof a]?this.dependTypes[typeof a](a,b):!0},dependTypes:{"boolean":function(a){return a},string:function(b,c){return!!a(b,c.form).length},"function":function(a,b){return a(b)}},optional:function(b){var c=this.elementValue(b);return!a.validator.methods.required.call(this,c,b)&&"dependency-mismatch"},startRequest:function(b){this.pending[b.name]||(this.pendingRequest++,a(b).addClass(this.settings.pendingClass),this.pending[b.name]=!0)},stopRequest:function(b,c){this.pendingRequest--,this.pendingRequest<0&&(this.pendingRequest=0),delete this.pending[b.name],a(b).removeClass(this.settings.pendingClass),c&&0===this.pendingRequest&&this.formSubmitted&&this.form()?(a(this.currentForm).submit(),this.formSubmitted=!1):!c&&0===this.pendingRequest&&this.formSubmitted&&(a(this.currentForm).triggerHandler("invalid-form",[this]),this.formSubmitted=!1)},previousValue:function(b,c){return a.data(b,"previousValue")||a.data(b,"previousValue",{old:null,valid:!0,message:this.defaultMessage(b,{method:c})})},destroy:function(){this.resetForm(),a(this.currentForm).off(".validate").removeData("validator").find(".validate-equalTo-blur").off(".validate-equalTo").removeClass("validate-equalTo-blur")}},classRuleSettings:{required:{required:!0},email:{email:!0},url:{url:!0},date:{date:!0},dateISO:{dateISO:!0},number:{number:!0},digits:{digits:!0},creditcard:{creditcard:!0}},addClassRules:function(b,c){b.constructor===String?this.classRuleSettings[b]=c:a.extend(this.classRuleSettings,b)},classRules:function(b){var c={},d=a(b).attr("class");return d&&a.each(d.split(" "),function(){this in a.validator.classRuleSettings&&a.extend(c,a.validator.classRuleSettings[this])}),c},normalizeAttributeRule:function(a,b,c,d){/min|max|step/.test(c)&&(null===b||/number|range|text/.test(b))&&(d=Number(d),isNaN(d)&&(d=void 0)),d||0===d?a[c]=d:b===c&&"range"!==b&&(a[c]=!0)},attributeRules:function(b){var c,d,e={},f=a(b),g=b.getAttribute("type");for(c in a.validator.methods)"required"===c?(d=b.getAttribute(c),""===d&&(d=!0),d=!!d):d=f.attr(c),this.normalizeAttributeRule(e,g,c,d);return e.maxlength&&/-1|2147483647|524288/.test(e.maxlength)&&delete e.maxlength,e},dataRules:function(b){var c,d,e={},f=a(b),g=b.getAttribute("type");for(c in a.validator.methods)d=f.data("rule"+c.charAt(0).toUpperCase()+c.substring(1).toLowerCase()),this.normalizeAttributeRule(e,g,c,d);return e},staticRules:function(b){var c={},d=a.data(b.form,"validator");return d.settings.rules&&(c=a.validator.normalizeRule(d.settings.rules[b.name])||{}),c},normalizeRules:function(b,c){return a.each(b,function(d,e){if(e===!1)return void delete b[d];if(e.param||e.depends){var f=!0;switch(typeof e.depends){case"string":f=!!a(e.depends,c.form).length;break;case"function":f=e.depends.call(c,c)}f?b[d]=void 0!==e.param?e.param:!0:(a.data(c.form,"validator").resetElements(a(c)),delete b[d])}}),a.each(b,function(d,e){b[d]=a.isFunction(e)&&"normalizer"!==d?e(c):e}),a.each(["minlength","maxlength"],function(){b[this]&&(b[this]=Number(b[this]))}),a.each(["rangelength","range"],function(){var c;b[this]&&(a.isArray(b[this])?b[this]=[Number(b[this][0]),Number(b[this][1])]:"string"==typeof b[this]&&(c=b[this].replace(/[\[\]]/g,"").split(/[\s,]+/),b[this]=[Number(c[0]),Number(c[1])]))}),a.validator.autoCreateRanges&&(null!=b.min&&null!=b.max&&(b.range=[b.min,b.max],delete b.min,delete b.max),null!=b.minlength&&null!=b.maxlength&&(b.rangelength=[b.minlength,b.maxlength],delete b.minlength,delete b.maxlength)),b},normalizeRule:function(b){if("string"==typeof b){var c={};a.each(b.split(/\s/),function(){c[this]=!0}),b=c}return b},addMethod:function(b,c,d){a.validator.methods[b]=c,a.validator.messages[b]=void 0!==d?d:a.validator.messages[b],c.length<3&&a.validator.addClassRules(b,a.validator.normalizeRule(b))},methods:{required:function(b,c,d){if(!this.depend(d,c))return"dependency-mismatch";if("select"===c.nodeName.toLowerCase()){var e=a(c).val();return e&&e.length>0}return this.checkable(c)?this.getLength(b,c)>0:b.length>0},email:function(a,b){return this.optional(b)||/^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/.test(a)},url:function(a,b){return this.optional(b)||/^(?:(?:(?:https?|ftp):)?\/\/)(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z\u00a1-\uffff0-9]-*)*[a-z\u00a1-\uffff0-9]+)(?:\.(?:[a-z\u00a1-\uffff0-9]-*)*[a-z\u00a1-\uffff0-9]+)*(?:\.(?:[a-z\u00a1-\uffff]{2,})).?)(?::\d{2,5})?(?:[\/?#]\S*)?$/i.test(a)},date:function(a,b){return this.optional(b)||!/Invalid|NaN/.test(new Date(a).toString())},dateISO:function(a,b){return this.optional(b)||/^\d{4}[\/\-](0?[1-9]|1[012])[\/\-](0?[1-9]|[12][0-9]|3[01])$/.test(a)},number:function(a,b){return this.optional(b)||/^(?:-?\d+|-?\d{1,3}(?:,\d{3})+)?(?:\.\d+)?$/.test(a)},digits:function(a,b){return this.optional(b)||/^\d+$/.test(a)},minlength:function(b,c,d){var e=a.isArray(b)?b.length:this.getLength(b,c);return this.optional(c)||e>=d},maxlength:function(b,c,d){var e=a.isArray(b)?b.length:this.getLength(b,c);return this.optional(c)||d>=e},rangelength:function(b,c,d){var e=a.isArray(b)?b.length:this.getLength(b,c);return this.optional(c)||e>=d[0]&&e<=d[1]},min:function(a,b,c){return this.optional(b)||a>=c},max:function(a,b,c){return this.optional(b)||c>=a},range:function(a,b,c){return this.optional(b)||a>=c[0]&&a<=c[1]},step:function(b,c,d){var e=a(c).attr("type"),f="Step attribute on input type "+e+" is not supported.",g=["text","number","range"],h=new RegExp("\\b"+e+"\\b"),i=e&&!h.test(g.join());if(i)throw new Error(f);return this.optional(c)||b%d===0},equalTo:function(b,c,d){var e=a(d);return this.settings.onfocusout&&e.not(".validate-equalTo-blur").length&&e.addClass("validate-equalTo-blur").on("blur.validate-equalTo",function(){a(c).valid()}),b===e.val()},remote:function(b,c,d,e){if(this.optional(c))return"dependency-mismatch";e="string"==typeof e&&e||"remote";var f,g,h,i=this.previousValue(c,e);return this.settings.messages[c.name]||(this.settings.messages[c.name]={}),i.originalMessage=i.originalMessage||this.settings.messages[c.name][e],this.settings.messages[c.name][e]=i.message,d="string"==typeof d&&{url:d}||d,h=a.param(a.extend({data:b},d.data)),i.old===h?i.valid:(i.old=h,f=this,this.startRequest(c),g={},g[c.name]=b,a.ajax(a.extend(!0,{mode:"abort",port:"validate"+c.name,dataType:"json",data:g,context:f.currentForm,success:function(a){var d,g,h,j=a===!0||"true"===a;f.settings.messages[c.name][e]=i.originalMessage,j?(h=f.formSubmitted,f.resetInternals(),f.toHide=f.errorsFor(c),f.formSubmitted=h,f.successList.push(c),f.invalid[c.name]=!1,f.showErrors()):(d={},g=a||f.defaultMessage(c,{method:e,parameters:b}),d[c.name]=i.message=g,f.invalid[c.name]=!0,f.showErrors(d)),i.valid=j,f.stopRequest(c,j)}},d)),"pending")}}});var b,c={};a.ajaxPrefilter?a.ajaxPrefilter(function(a,b,d){var e=a.port;"abort"===a.mode&&(c[e]&&c[e].abort(),c[e]=d)}):(b=a.ajax,a.ajax=function(d){var e=("mode"in d?d:a.ajaxSettings).mode,f=("port"in d?d:a.ajaxSettings).port;return"abort"===e?(c[f]&&c[f].abort(),c[f]=b.apply(this,arguments),c[f]):b.apply(this,arguments)})});
1
+ !function(t){"function"==typeof define&&define.amd?define(["jquery"],t):"object"==typeof module&&module.exports?module.exports=t(require("jquery")):t(jQuery)}(function(t){t.extend(t.fn,{validate:function(e){if(this.length){var i=t.data(this[0],"validator");return i||(this.attr("novalidate","novalidate"),i=new t.validator(e,this[0]),t.data(this[0],"validator",i),i.settings.onsubmit&&(this.on("click.validate",":submit",function(e){i.settings.submitHandler&&(i.submitButton=e.target),t(this).hasClass("cancel")&&(i.cancelSubmit=!0),void 0!==t(this).attr("formnovalidate")&&(i.cancelSubmit=!0)}),this.on("submit.validate",function(e){function s(){var s,r;return!i.settings.submitHandler||(i.submitButton&&(s=t("<input type='hidden'/>").attr("name",i.submitButton.name).val(t(i.submitButton).val()).appendTo(i.currentForm)),r=i.settings.submitHandler.call(i,i.currentForm,e),i.submitButton&&s.remove(),void 0!==r&&r)}return i.settings.debug&&e.preventDefault(),i.cancelSubmit?(i.cancelSubmit=!1,s()):i.form()?i.pendingRequest?(i.formSubmitted=!0,!1):s():(i.focusInvalid(),!1)})),i)}e&&e.debug&&window.console&&console.warn("Nothing selected, can't validate, returning nothing.")},valid:function(){var e,i,s;return t(this[0]).is("form")?e=this.validate().form():(s=[],e=!0,i=t(this[0].form).validate(),this.each(function(){(e=i.element(this)&&e)||(s=s.concat(i.errorList))}),i.errorList=s),e},rules:function(e,i){if(this.length){var s,r,n,a,o,l,h=this[0];if(e)switch(r=(s=t.data(h.form,"validator").settings).rules,n=t.validator.staticRules(h),e){case"add":t.extend(n,t.validator.normalizeRule(i)),delete n.messages,r[h.name]=n,i.messages&&(s.messages[h.name]=t.extend(s.messages[h.name],i.messages));break;case"remove":return i?(l={},t.each(i.split(/\s/),function(e,i){l[i]=n[i],delete n[i],"required"===i&&t(h).removeAttr("aria-required")}),l):(delete r[h.name],n)}return(a=t.validator.normalizeRules(t.extend({},t.validator.classRules(h),t.validator.attributeRules(h),t.validator.dataRules(h),t.validator.staticRules(h)),h)).required&&(o=a.required,delete a.required,a=t.extend({required:o},a),t(h).attr("aria-required","true")),a.remote&&(o=a.remote,delete a.remote,a=t.extend(a,{remote:o})),a}}}),t.extend(t.expr[":"],{blank:function(e){return!t.trim(""+t(e).val())},filled:function(e){var i=t(e).val();return null!==i&&!!t.trim(""+i)},unchecked:function(e){return!t(e).prop("checked")}}),t.validator=function(e,i){this.settings=t.extend(!0,{},t.validator.defaults,e),this.currentForm=i,this.init()},t.validator.format=function(e,i){return 1===arguments.length?function(){var i=t.makeArray(arguments);return i.unshift(e),t.validator.format.apply(this,i)}:void 0===i?e:(arguments.length>2&&i.constructor!==Array&&(i=t.makeArray(arguments).slice(1)),i.constructor!==Array&&(i=[i]),t.each(i,function(t,i){e=e.replace(new RegExp("\\{"+t+"\\}","g"),function(){return i})}),e)},t.extend(t.validator,{defaults:{messages:{},groups:{},rules:{},errorClass:"error",pendingClass:"pending",validClass:"valid",errorElement:"label",focusCleanup:!1,focusInvalid:!0,errorContainer:t([]),errorLabelContainer:t([]),onsubmit:!0,ignore:":hidden",ignoreTitle:!1,onfocusin:function(t){this.lastActive=t,this.settings.focusCleanup&&(this.settings.unhighlight&&this.settings.unhighlight.call(this,t,this.settings.errorClass,this.settings.validClass),this.hideThese(this.errorsFor(t)))},onfocusout:function(t){this.checkable(t)||!(t.name in this.submitted)&&this.optional(t)||this.element(t)},onkeyup:function(e,i){9===i.which&&""===this.elementValue(e)||-1!==t.inArray(i.keyCode,[16,17,18,20,35,36,37,38,39,40,45,144,225])||(e.name in this.submitted||e.name in this.invalid)&&this.element(e)},onclick:function(t){t.name in this.submitted?this.element(t):t.parentNode.name in this.submitted&&this.element(t.parentNode)},highlight:function(e,i,s){"radio"===e.type?this.findByName(e.name).addClass(i).removeClass(s):t(e).addClass(i).removeClass(s)},unhighlight:function(e,i,s){"radio"===e.type?this.findByName(e.name).removeClass(i).addClass(s):t(e).removeClass(i).addClass(s)}},setDefaults:function(e){t.extend(t.validator.defaults,e)},messages:{required:"This field is required.",remote:"Please fix this field.",email:"Please enter a valid email address.",url:"Please enter a valid URL.",date:"Please enter a valid date.",dateISO:"Please enter a valid date ( ISO ).",number:"Please enter a valid number.",digits:"Please enter only digits.",equalTo:"Please enter the same value again.",maxlength:t.validator.format("Please enter no more than {0} characters."),minlength:t.validator.format("Please enter at least {0} characters."),rangelength:t.validator.format("Please enter a value between {0} and {1} characters long."),range:t.validator.format("Please enter a value between {0} and {1}."),max:t.validator.format("Please enter a value less than or equal to {0}."),min:t.validator.format("Please enter a value greater than or equal to {0}."),step:t.validator.format("Please enter a multiple of {0}.")},autoCreateRanges:!1,prototype:{init:function(){this.labelContainer=t(this.settings.errorLabelContainer),this.errorContext=this.labelContainer.length&&this.labelContainer||t(this.currentForm),this.containers=t(this.settings.errorContainer).add(this.settings.errorLabelContainer),this.submitted={},this.valueCache={},this.pendingRequest=0,this.pending={},this.invalid={},this.reset();var e,i=this.groups={};function s(e){var i=t.data(this.form,"validator"),s="on"+e.type.replace(/^validate/,""),r=i.settings;r[s]&&!t(this).is(r.ignore)&&r[s].call(i,this,e)}t.each(this.settings.groups,function(e,s){"string"==typeof s&&(s=s.split(/\s/)),t.each(s,function(t,s){i[s]=e})}),e=this.settings.rules,t.each(e,function(i,s){e[i]=t.validator.normalizeRule(s)}),t(this.currentForm).on("focusin.validate focusout.validate keyup.validate",":text, [type='password'], [type='file'], select, textarea, [type='number'], [type='search'], [type='tel'], [type='url'], [type='email'], [type='datetime'], [type='date'], [type='month'], [type='week'], [type='time'], [type='datetime-local'], [type='range'], [type='color'], [type='radio'], [type='checkbox'], [contenteditable]",s).on("click.validate","select, option, [type='radio'], [type='checkbox']",s),this.settings.invalidHandler&&t(this.currentForm).on("invalid-form.validate",this.settings.invalidHandler),t(this.currentForm).find("[required], [data-rule-required], .required").attr("aria-required","true")},form:function(){return this.checkForm(),t.extend(this.submitted,this.errorMap),this.invalid=t.extend({},this.errorMap),this.valid()||t(this.currentForm).triggerHandler("invalid-form",[this]),this.showErrors(),this.valid()},checkForm:function(){this.prepareForm();for(var t=0,e=this.currentElements=this.elements();e[t];t++)this.check(e[t]);return this.valid()},element:function(e){var i,s,r=this.clean(e),n=this.validationTargetFor(r),a=this,o=!0;return void 0===n?delete this.invalid[r.name]:(this.prepareElement(n),this.currentElements=t(n),(s=this.groups[n.name])&&t.each(this.groups,function(t,e){e===s&&t!==n.name&&(r=a.validationTargetFor(a.clean(a.findByName(t))))&&r.name in a.invalid&&(a.currentElements.push(r),o=o&&a.check(r))}),i=!1!==this.check(n),o=o&&i,this.invalid[n.name]=!i,this.numberOfInvalids()||(this.toHide=this.toHide.add(this.containers)),this.showErrors(),t(e).attr("aria-invalid",!i)),o},showErrors:function(e){if(e){var i=this;t.extend(this.errorMap,e),this.errorList=t.map(this.errorMap,function(t,e){return{message:t,element:i.findByName(e)[0]}}),this.successList=t.grep(this.successList,function(t){return!(t.name in e)})}this.settings.showErrors?this.settings.showErrors.call(this,this.errorMap,this.errorList):this.defaultShowErrors()},resetForm:function(){t.fn.resetForm&&t(this.currentForm).resetForm(),this.invalid={},this.submitted={},this.prepareForm(),this.hideErrors();var e=this.elements().removeData("previousValue").removeAttr("aria-invalid");this.resetElements(e)},resetElements:function(t){var e;if(this.settings.unhighlight)for(e=0;t[e];e++)this.settings.unhighlight.call(this,t[e],this.settings.errorClass,""),this.findByName(t[e].name).removeClass(this.settings.validClass);else t.removeClass(this.settings.errorClass).removeClass(this.settings.validClass)},numberOfInvalids:function(){return this.objectLength(this.invalid)},objectLength:function(t){var e,i=0;for(e in t)t[e]&&i++;return i},hideErrors:function(){this.hideThese(this.toHide)},hideThese:function(t){t.not(this.containers).text(""),this.addWrapper(t).hide()},valid:function(){return 0===this.size()},size:function(){return this.errorList.length},focusInvalid:function(){if(this.settings.focusInvalid)try{t(this.findLastActive()||this.errorList.length&&this.errorList[0].element||[]).filter(":visible").focus().trigger("focusin")}catch(t){}},findLastActive:function(){var e=this.lastActive;return e&&1===t.grep(this.errorList,function(t){return t.element.name===e.name}).length&&e},elements:function(){var e=this,i={};return t(this.currentForm).find("input, select, textarea, [contenteditable]").not(":submit, :reset, :image, :disabled").not(this.settings.ignore).filter(function(){var s=this.name||t(this).attr("name");return!s&&e.settings.debug&&window.console&&console.error("%o has no name assigned",this),this.hasAttribute("contenteditable")&&(this.form=t(this).closest("form")[0]),!(s in i||!e.objectLength(t(this).rules()))&&(i[s]=!0,!0)})},clean:function(e){return t(e)[0]},errors:function(){var e=this.settings.errorClass.split(" ").join(".");return t(this.settings.errorElement+"."+e,this.errorContext)},resetInternals:function(){this.successList=[],this.errorList=[],this.errorMap={},this.toShow=t([]),this.toHide=t([])},reset:function(){this.resetInternals(),this.currentElements=t([])},prepareForm:function(){this.reset(),this.toHide=this.errors().add(this.containers)},prepareElement:function(t){this.reset(),this.toHide=this.errorsFor(t)},elementValue:function(e){var i,s,r=t(e),n=e.type;return"radio"===n||"checkbox"===n?this.findByName(e.name).filter(":checked").val():"number"===n&&void 0!==e.validity?e.validity.badInput?"NaN":r.val():(i=e.hasAttribute("contenteditable")?r.text():r.val(),"file"===n?"C:\\fakepath\\"===i.substr(0,12)?i.substr(12):(s=i.lastIndexOf("/"))>=0?i.substr(s+1):(s=i.lastIndexOf("\\"))>=0?i.substr(s+1):i:"string"==typeof i?i.replace(/\r/g,""):i)},check:function(e){e=this.validationTargetFor(this.clean(e));var i,s,r,n=t(e).rules(),a=t.map(n,function(t,e){return e}).length,o=!1,l=this.elementValue(e);if("function"==typeof n.normalizer){if("string"!=typeof(l=n.normalizer.call(e,l)))throw new TypeError("The normalizer should return a string value.");delete n.normalizer}for(s in n){r={method:s,parameters:n[s]};try{if("dependency-mismatch"===(i=t.validator.methods[s].call(this,l,e,r.parameters))&&1===a){o=!0;continue}if(o=!1,"pending"===i)return void(this.toHide=this.toHide.not(this.errorsFor(e)));if(!i)return this.formatAndAdd(e,r),!1}catch(t){throw this.settings.debug&&window.console&&console.log("Exception occurred when checking element "+e.id+", check the '"+r.method+"' method.",t),t instanceof TypeError&&(t.message+=". Exception occurred when checking element "+e.id+", check the '"+r.method+"' method."),t}}if(!o)return this.objectLength(n)&&this.successList.push(e),!0},customDataMessage:function(e,i){return t(e).data("msg"+i.charAt(0).toUpperCase()+i.substring(1).toLowerCase())||t(e).data("msg")},customMessage:function(t,e){var i=this.settings.messages[t];return i&&(i.constructor===String?i:i[e])},findDefined:function(){for(var t=0;t<arguments.length;t++)if(void 0!==arguments[t])return arguments[t]},defaultMessage:function(e,i){var s=this.findDefined(this.customMessage(e.name,i.method),this.customDataMessage(e,i.method),!this.settings.ignoreTitle&&e.title||void 0,t.validator.messages[i.method],"<strong>Warning: No message defined for "+e.name+"</strong>"),r=/\$?\{(\d+)\}/g;return"function"==typeof s?s=s.call(this,i.parameters,e):r.test(s)&&(s=t.validator.format(s.replace(r,"{$1}"),i.parameters)),s},formatAndAdd:function(t,e){var i=this.defaultMessage(t,e);this.errorList.push({message:i,element:t,method:e.method}),this.errorMap[t.name]=i,this.submitted[t.name]=i},addWrapper:function(t){return this.settings.wrapper&&(t=t.add(t.parent(this.settings.wrapper))),t},defaultShowErrors:function(){var t,e,i;for(t=0;this.errorList[t];t++)i=this.errorList[t],this.settings.highlight&&this.settings.highlight.call(this,i.element,this.settings.errorClass,this.settings.validClass),this.showLabel(i.element,i.message);if(this.errorList.length&&(this.toShow=this.toShow.add(this.containers)),this.settings.success)for(t=0;this.successList[t];t++)this.showLabel(this.successList[t]);if(this.settings.unhighlight)for(t=0,e=this.validElements();e[t];t++)this.settings.unhighlight.call(this,e[t],this.settings.errorClass,this.settings.validClass);this.toHide=this.toHide.not(this.toShow),this.hideErrors(),this.addWrapper(this.toShow).show()},validElements:function(){return this.currentElements.not(this.invalidElements())},invalidElements:function(){return t(this.errorList).map(function(){return this.element})},showLabel:function(e,i){var s,r,n,a,o=this.errorsFor(e),l=this.idOrName(e),h=t(e).attr("aria-describedby");o.length?(o.removeClass(this.settings.validClass).addClass(this.settings.errorClass),o.html(i)):(s=o=t("<"+this.settings.errorElement+">").attr("id",l+"-error").addClass(this.settings.errorClass).html(i||""),this.settings.wrapper&&(s=o.hide().show().wrap("<"+this.settings.wrapper+"/>").parent()),this.labelContainer.length?this.labelContainer.append(s):this.settings.errorPlacement?this.settings.errorPlacement(s,t(e)):s.insertAfter(e),o.is("label")?o.attr("for",l):0===o.parents("label[for='"+this.escapeCssMeta(l)+"']").length&&(n=o.attr("id"),h?h.match(new RegExp("\\b"+this.escapeCssMeta(n)+"\\b"))||(h+=" "+n):h=n,t(e).attr("aria-describedby",h),(r=this.groups[e.name])&&(a=this,t.each(a.groups,function(e,i){i===r&&t("[name='"+a.escapeCssMeta(e)+"']",a.currentForm).attr("aria-describedby",o.attr("id"))})))),!i&&this.settings.success&&(o.text(""),"string"==typeof this.settings.success?o.addClass(this.settings.success):this.settings.success(o,e)),this.toShow=this.toShow.add(o)},errorsFor:function(e){var i=this.escapeCssMeta(this.idOrName(e)),s=t(e).attr("aria-describedby"),r="label[for='"+i+"'], label[for='"+i+"'] *";return s&&(r=r+", #"+this.escapeCssMeta(s).replace(/\s+/g,", #")),this.errors().filter(r)},escapeCssMeta:function(t){return t.replace(/([\\!"#$%&'()*+,./:;<=>?@\[\]^`{|}~])/g,"\\$1")},idOrName:function(t){return this.groups[t.name]||(this.checkable(t)?t.name:t.id||t.name)},validationTargetFor:function(e){return this.checkable(e)&&(e=this.findByName(e.name)),t(e).not(this.settings.ignore)[0]},checkable:function(t){return/radio|checkbox/i.test(t.type)},findByName:function(e){return t(this.currentForm).find("[name='"+this.escapeCssMeta(e)+"']")},getLength:function(e,i){switch(i.nodeName.toLowerCase()){case"select":return t("option:selected",i).length;case"input":if(this.checkable(i))return this.findByName(i.name).filter(":checked").length}return e.length},depend:function(t,e){return!this.dependTypes[typeof t]||this.dependTypes[typeof t](t,e)},dependTypes:{boolean:function(t){return t},string:function(e,i){return!!t(e,i.form).length},function:function(t,e){return t(e)}},optional:function(e){var i=this.elementValue(e);return!t.validator.methods.required.call(this,i,e)&&"dependency-mismatch"},startRequest:function(e){this.pending[e.name]||(this.pendingRequest++,t(e).addClass(this.settings.pendingClass),this.pending[e.name]=!0)},stopRequest:function(e,i){this.pendingRequest--,this.pendingRequest<0&&(this.pendingRequest=0),delete this.pending[e.name],t(e).removeClass(this.settings.pendingClass),i&&0===this.pendingRequest&&this.formSubmitted&&this.form()?(t(this.currentForm).submit(),this.formSubmitted=!1):!i&&0===this.pendingRequest&&this.formSubmitted&&(t(this.currentForm).triggerHandler("invalid-form",[this]),this.formSubmitted=!1)},previousValue:function(e,i){return t.data(e,"previousValue")||t.data(e,"previousValue",{old:null,valid:!0,message:this.defaultMessage(e,{method:i})})},destroy:function(){this.resetForm(),t(this.currentForm).off(".validate").removeData("validator").find(".validate-equalTo-blur").off(".validate-equalTo").removeClass("validate-equalTo-blur")}},classRuleSettings:{required:{required:!0},email:{email:!0},url:{url:!0},date:{date:!0},dateISO:{dateISO:!0},number:{number:!0},digits:{digits:!0},creditcard:{creditcard:!0}},addClassRules:function(e,i){e.constructor===String?this.classRuleSettings[e]=i:t.extend(this.classRuleSettings,e)},classRules:function(e){var i={},s=t(e).attr("class");return s&&t.each(s.split(" "),function(){this in t.validator.classRuleSettings&&t.extend(i,t.validator.classRuleSettings[this])}),i},normalizeAttributeRule:function(t,e,i,s){/min|max|step/.test(i)&&(null===e||/number|range|text/.test(e))&&(s=Number(s),isNaN(s)&&(s=void 0)),s||0===s?t[i]=s:e===i&&"range"!==e&&(t[i]=!0)},attributeRules:function(e){var i,s,r={},n=t(e),a=e.getAttribute("type");for(i in t.validator.methods)"required"===i?(""===(s=e.getAttribute(i))&&(s=!0),s=!!s):s=n.attr(i),this.normalizeAttributeRule(r,a,i,s);return r.maxlength&&/-1|2147483647|524288/.test(r.maxlength)&&delete r.maxlength,r},dataRules:function(e){var i,s,r={},n=t(e),a=e.getAttribute("type");for(i in t.validator.methods)s=n.data("rule"+i.charAt(0).toUpperCase()+i.substring(1).toLowerCase()),this.normalizeAttributeRule(r,a,i,s);return r},staticRules:function(e){var i={},s=t.data(e.form,"validator");return s.settings.rules&&(i=t.validator.normalizeRule(s.settings.rules[e.name])||{}),i},normalizeRules:function(e,i){return t.each(e,function(s,r){if(!1!==r){if(r.param||r.depends){var n=!0;switch(typeof r.depends){case"string":n=!!t(r.depends,i.form).length;break;case"function":n=r.depends.call(i,i)}n?e[s]=void 0===r.param||r.param:(t.data(i.form,"validator").resetElements(t(i)),delete e[s])}}else delete e[s]}),t.each(e,function(s,r){e[s]=t.isFunction(r)&&"normalizer"!==s?r(i):r}),t.each(["minlength","maxlength"],function(){e[this]&&(e[this]=Number(e[this]))}),t.each(["rangelength","range"],function(){var i;e[this]&&(t.isArray(e[this])?e[this]=[Number(e[this][0]),Number(e[this][1])]:"string"==typeof e[this]&&(i=e[this].replace(/[\[\]]/g,"").split(/[\s,]+/),e[this]=[Number(i[0]),Number(i[1])]))}),t.validator.autoCreateRanges&&(null!=e.min&&null!=e.max&&(e.range=[e.min,e.max],delete e.min,delete e.max),null!=e.minlength&&null!=e.maxlength&&(e.rangelength=[e.minlength,e.maxlength],delete e.minlength,delete e.maxlength)),e},normalizeRule:function(e){if("string"==typeof e){var i={};t.each(e.split(/\s/),function(){i[this]=!0}),e=i}return e},addMethod:function(e,i,s){t.validator.methods[e]=i,t.validator.messages[e]=void 0!==s?s:t.validator.messages[e],i.length<3&&t.validator.addClassRules(e,t.validator.normalizeRule(e))},methods:{required:function(e,i,s){if(!this.depend(s,i))return"dependency-mismatch";if("select"===i.nodeName.toLowerCase()){var r=t(i).val();return r&&r.length>0}return this.checkable(i)?this.getLength(e,i)>0:e.length>0},email:function(t,e){return this.optional(e)||/^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/.test(t)},url:function(t,e){return this.optional(e)||/^(?:(?:(?:https?|ftp):)?\/\/)(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z\u00a1-\uffff0-9]-*)*[a-z\u00a1-\uffff0-9]+)(?:\.(?:[a-z\u00a1-\uffff0-9]-*)*[a-z\u00a1-\uffff0-9]+)*(?:\.(?:[a-z\u00a1-\uffff]{2,})).?)(?::\d{2,5})?(?:[/?#]\S*)?$/i.test(t)},date:function(t,e){return this.optional(e)||!/Invalid|NaN/.test(new Date(t).toString())},dateISO:function(t,e){return this.optional(e)||/^\d{4}[\/\-](0?[1-9]|1[012])[\/\-](0?[1-9]|[12][0-9]|3[01])$/.test(t)},number:function(t,e){return this.optional(e)||/^(?:-?\d+|-?\d{1,3}(?:,\d{3})+)?(?:\.\d+)?$/.test(t)},digits:function(t,e){return this.optional(e)||/^\d+$/.test(t)},minlength:function(e,i,s){var r=t.isArray(e)?e.length:this.getLength(e,i);return this.optional(i)||r>=s},maxlength:function(e,i,s){var r=t.isArray(e)?e.length:this.getLength(e,i);return this.optional(i)||r<=s},rangelength:function(e,i,s){var r=t.isArray(e)?e.length:this.getLength(e,i);return this.optional(i)||r>=s[0]&&r<=s[1]},min:function(t,e,i){return this.optional(e)||t>=i},max:function(t,e,i){return this.optional(e)||t<=i},range:function(t,e,i){return this.optional(e)||t>=i[0]&&t<=i[1]},step:function(e,i,s){var r=t(i).attr("type"),n="Step attribute on input type "+r+" is not supported.",a=new RegExp("\\b"+r+"\\b");if(r&&!a.test(["text","number","range"].join()))throw new Error(n);return this.optional(i)||e%s==0},equalTo:function(e,i,s){var r=t(s);return this.settings.onfocusout&&r.not(".validate-equalTo-blur").length&&r.addClass("validate-equalTo-blur").on("blur.validate-equalTo",function(){t(i).valid()}),e===r.val()},remote:function(e,i,s,r){if(this.optional(i))return"dependency-mismatch";r="string"==typeof r&&r||"remote";var n,a,o,l=this.previousValue(i,r);return this.settings.messages[i.name]||(this.settings.messages[i.name]={}),l.originalMessage=l.originalMessage||this.settings.messages[i.name][r],this.settings.messages[i.name][r]=l.message,s="string"==typeof s&&{url:s}||s,o=t.param(t.extend({data:e},s.data)),l.old===o?l.valid:(l.old=o,n=this,this.startRequest(i),(a={})[i.name]=e,t.ajax(t.extend(!0,{mode:"abort",port:"validate"+i.name,dataType:"json",data:a,context:n.currentForm,success:function(t){var s,a,o,h=!0===t||"true"===t;n.settings.messages[i.name][r]=l.originalMessage,h?(o=n.formSubmitted,n.resetInternals(),n.toHide=n.errorsFor(i),n.formSubmitted=o,n.successList.push(i),n.invalid[i.name]=!1,n.showErrors()):(s={},a=t||n.defaultMessage(i,{method:r,parameters:e}),s[i.name]=l.message=a,n.invalid[i.name]=!0,n.showErrors(s)),l.valid=h,n.stopRequest(i,h)}},s)),"pending")}}});var e,i={};t.ajaxPrefilter?t.ajaxPrefilter(function(t,e,s){var r=t.port;"abort"===t.mode&&(i[r]&&i[r].abort(),i[r]=s)}):(e=t.ajax,t.ajax=function(s){var r=("mode"in s?s:t.ajaxSettings).mode,n=("port"in s?s:t.ajaxSettings).port;return"abort"===r?(i[n]&&i[n].abort(),i[n]=e.apply(this,arguments),i[n]):e.apply(this,arguments)})});
assets/js/scripts-admin-global.js CHANGED
File without changes
assets/js/scripts-admin-global.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(function(a){a(".wpmm_notices").on("click",".notice-dismiss",function(){var b=a(this).parent().data("key");a.post(ajaxurl,{action:"wpmm_dismiss_notices",notice_key:b},function(a){return a.success?void 0:!1},"json")})});
1
+ jQuery(function(i){i(".wpmm_notices").on("click",".notice-dismiss",function(){var n=i(this).parent().data("key");i.post(ajaxurl,{action:"wpmm_dismiss_notices",notice_key:n},function(i){if(!i.success)return!1},"json")})});
assets/js/scripts-admin.js CHANGED
File without changes
assets/js/scripts-admin.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(function($){var t=window.location.hash;""!==t&&($(".nav-tab-wrapper").children().removeClass("nav-tab-active"),$('.nav-tab-wrapper a[href="'+t+'"]').addClass("nav-tab-active"),$(".tabs-content").children().addClass("hidden"),$(".tabs-content div"+t.replace("#","#tab-")).removeClass("hidden")),$(".nav-tab-wrapper a").click(function(){var t=$(this).attr("href").replace("#","#tab-");$(this).parent().children().removeClass("nav-tab-active"),$(this).addClass("nav-tab-active"),$(".tabs-content").children().addClass("hidden"),$(".tabs-content div"+t).removeClass("hidden")}),$(".color_picker_trigger").wpColorPicker(),$(".chosen-select").chosen({disable_search_threshold:10});var e;$("#upload_image_trigger").click(function(t){if(t.preventDefault(),e)return void e.open();e=wp.media.frames.file_frame=wp.media({title:"Upload Background",button:{text:"Choose Background"},multiple:!1}),e.on("select",function(){attachment=e.state().get("selection").first().toJSON();var t="";t=attachment.url,$(".upload_image_url").val(t)}),e.open()}),show_bg_type=function(t){$(".design_bg_types").hide(),$("#show_"+t).show()},show_bg_type($("#design_bg_type").val()),$("#design_bg_type").change(function(){var t=$(this).val();show_bg_type(t)}),$("ul.bg_list li").click(function(){$(this).parent().children().removeClass("active"),$(this).addClass("active")}),$("#subscribers-export").click(function(){$("<iframe />").attr("src",wpmm_vars.ajax_url+"?action=wpmm_subscribers_export").appendTo("body").hide()}),$("#subscribers-empty-list").click(function(){$.post(wpmm_vars.ajax_url,{action:"wpmm_subscribers_empty_list"},function(t){if(!t.success)return alert(t.data),!1;$("#subscribers_wrap").html(t.data)},"json")}),$(".reset_settings").click(function(){var t=$(this).data("tab"),e=$("#tab-"+t+" #_wpnonce").val();$.post(wpmm_vars.ajax_url,{action:"wpmm_reset_settings",tab:t,_wpnonce:e},function(t){if(!t.success)return alert(t.data),!1;window.location.reload(!0)},"json")}),$(".countdown_start").datetimepicker({timeFormat:"HH:mm:ss",dateFormat:"dd-mm-yy"});var a;$("#avatar_upload_trigger").click(function(t){if(t.preventDefault(),a)return void a.open();a=wp.media.frames.file_frame=wp.media({title:"Upload Avatar",button:{text:"Choose picture"},multiple:!1}),a.on("select",function(){attachment=a.state().get("selection").first().toJSON();var t="";t=attachment.url,$(".upload_avatar_url").val(t)}),a.open()})});
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())})});
assets/js/scripts.js CHANGED
File without changes
assets/js/scripts.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(function($){var a=$(".countdown");if(a.length>0){var t=new Date(a.data("end"));a.countdown({until:t,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 n=$(".social");if(n.length>0){1==n.data("target")&&n.find("a").attr("target","_blank")}var s=$(".subscribe_form");if(s.length>0&&s.validate({submitHandler:function(a){var t="action=wpmm_add_subscriber&"+s.serialize();return $.post(wpmm_vars.ajax_url,t,function(a){if(!a.success)return alert(a.data),!1;$(".subscribe_wrapper").html(a.data)},"json"),!1}}),$(".contact").length>0){$(".contact_us").click(function(){var a=$(this).data("open"),t=$(this).data("close");$(".contact").fadeIn(700),$("."+a).addClass(t)});var c=$(".contact_form");c.validate({submitHandler:function(a){var t="action=wpmm_send_contact&"+c.serialize();return $.post(wpmm_vars.ajax_url,t,function(a){if(!a.success)return alert(a.data),!1;c.parent().append('<div class="response">'+a.data+"</div>"),c.hide(),setTimeout(function(){$(".contact").hide(),c.parent().find(".response").remove(),c.trigger("reset"),c.show()},2e3)},"json"),!1}}),$(".close-contact_form").on("click",function(a){$(".contact").fadeOut(200)}),$("body").on("click",".contact",function(a){if($(a.target).hasClass("contact")){var t=$(".contact_us").data("close");$(".form",$(this)).removeClass(t),$(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(".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)}})}});
includes/classes/index.php CHANGED
File without changes
includes/classes/wp-maintenance-mode-admin.php CHANGED
@@ -161,8 +161,9 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
161
 
162
  // delete all subscribers
163
  $wpdb->query("DELETE FROM {$wpdb->prefix}wpmm_subscribers");
164
-
165
- wp_send_json_success(sprintf(__('You have %d subscriber(s)', $this->plugin_slug), 0));
 
166
  } catch (Exception $ex) {
167
  wp_send_json_error($ex->getMessage());
168
  }
@@ -360,6 +361,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
360
  $_POST['options']['modules']['social_dribbble'] = sanitize_text_field($_POST['options']['modules']['social_dribbble']);
361
  $_POST['options']['modules']['social_twitter'] = sanitize_text_field($_POST['options']['modules']['social_twitter']);
362
  $_POST['options']['modules']['social_facebook'] = sanitize_text_field($_POST['options']['modules']['social_facebook']);
 
363
  $_POST['options']['modules']['social_pinterest'] = sanitize_text_field($_POST['options']['modules']['social_pinterest']);
364
  $_POST['options']['modules']['social_google+'] = sanitize_text_field($_POST['options']['modules']['social_google+']);
365
  $_POST['options']['modules']['social_linkedin'] = sanitize_text_field($_POST['options']['modules']['social_linkedin']);
@@ -371,6 +373,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
371
 
372
  // GOOGLE ANALYTICS
373
  $_POST['options']['modules']['ga_status'] = (int) $_POST['options']['modules']['ga_status'];
 
374
  $_POST['options']['modules']['ga_code'] = wpmm_sanitize_ga_code($_POST['options']['modules']['ga_code']);
375
 
376
  $_POST['options']['modules']['custom_css'] = $custom_css;
@@ -425,8 +428,9 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
425
  $_POST['options']['gdpr']['status'] = (int)$_POST['options']['gdpr']['status'];
426
  $_POST['options']['gdpr']['policy_page_label'] = sanitize_text_field($_POST['options']['gdpr']['policy_page_label']);
427
  $_POST['options']['gdpr']['policy_page_link'] = sanitize_text_field($_POST['options']['gdpr']['policy_page_link']);
428
- $_POST['options']['gdpr']['contact_form_tail'] = sanitize_text_field($_POST['options']['gdpr']['contact_form_tail']);
429
- $_POST['options']['gdpr']['subscribe_form_tail'] = sanitize_text_field($_POST['options']['gdpr']['subscribe_form_tail']);
 
430
  }
431
 
432
  $this->plugin_settings[$tab] = $_POST['options'][$tab];
@@ -541,7 +545,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
541
 
542
  if ($this->plugin_screen_hook_suffix != $screen->id) {
543
  // notice if plugin is activated
544
- if ($this->plugin_settings['general']['status'] == 1 && $this->plugin_settings['general']['notice'] == 1) {
545
  $notices['is_activated'] = array(
546
  'class' => 'error',
547
  'msg' => sprintf(__('The Maintenance Mode is <strong>active</strong>. Please don\'t forget to <a href="%s">deactivate</a> as soon as you are done.', $this->plugin_slug), admin_url('options-general.php?page=' . $this->plugin_slug))
@@ -674,4 +678,4 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
674
 
675
  }
676
 
677
- }
161
 
162
  // delete all subscribers
163
  $wpdb->query("DELETE FROM {$wpdb->prefix}wpmm_subscribers");
164
+
165
+ $message = sprintf(_nx('You have %d subscriber', 'You have %s subscribers', 0, 'ajax response',$this->plugin_slug), 0);
166
+ wp_send_json_success($message);
167
  } catch (Exception $ex) {
168
  wp_send_json_error($ex->getMessage());
169
  }
361
  $_POST['options']['modules']['social_dribbble'] = sanitize_text_field($_POST['options']['modules']['social_dribbble']);
362
  $_POST['options']['modules']['social_twitter'] = sanitize_text_field($_POST['options']['modules']['social_twitter']);
363
  $_POST['options']['modules']['social_facebook'] = sanitize_text_field($_POST['options']['modules']['social_facebook']);
364
+ $_POST['options']['modules']['social_instagram'] = sanitize_text_field($_POST['options']['modules']['social_instagram']);
365
  $_POST['options']['modules']['social_pinterest'] = sanitize_text_field($_POST['options']['modules']['social_pinterest']);
366
  $_POST['options']['modules']['social_google+'] = sanitize_text_field($_POST['options']['modules']['social_google+']);
367
  $_POST['options']['modules']['social_linkedin'] = sanitize_text_field($_POST['options']['modules']['social_linkedin']);
373
 
374
  // GOOGLE ANALYTICS
375
  $_POST['options']['modules']['ga_status'] = (int) $_POST['options']['modules']['ga_status'];
376
+ $_POST['options']['modules']['ga_anonymize_ip'] = (int) $_POST['options']['modules']['ga_anonymize_ip'];
377
  $_POST['options']['modules']['ga_code'] = wpmm_sanitize_ga_code($_POST['options']['modules']['ga_code']);
378
 
379
  $_POST['options']['modules']['custom_css'] = $custom_css;
428
  $_POST['options']['gdpr']['status'] = (int)$_POST['options']['gdpr']['status'];
429
  $_POST['options']['gdpr']['policy_page_label'] = sanitize_text_field($_POST['options']['gdpr']['policy_page_label']);
430
  $_POST['options']['gdpr']['policy_page_link'] = sanitize_text_field($_POST['options']['gdpr']['policy_page_link']);
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];
545
 
546
  if ($this->plugin_screen_hook_suffix != $screen->id) {
547
  // notice if plugin is activated
548
+ if (array_key_exists('general', $this->plugin_settings) && $this->plugin_settings['general']['status'] == 1 && $this->plugin_settings['general']['notice'] == 1) {
549
  $notices['is_activated'] = array(
550
  'class' => 'error',
551
  'msg' => sprintf(__('The Maintenance Mode is <strong>active</strong>. Please don\'t forget to <a href="%s">deactivate</a> as soon as you are done.', $this->plugin_slug), admin_url('options-general.php?page=' . $this->plugin_slug))
678
 
679
  }
680
 
681
+ }
includes/classes/wp-maintenance-mode-shortcodes.php CHANGED
File without changes
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';
8
 
9
  protected $plugin_slug = 'wp-maintenance-mode';
10
  protected $plugin_settings;
@@ -127,6 +127,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
127
  'social_dribbble' => '',
128
  'social_twitter' => '',
129
  'social_facebook' => '',
 
130
  'social_pinterest' => '',
131
  'social_google+' => '',
132
  'social_linkedin' => '',
@@ -134,38 +135,40 @@ if (!class_exists('WP_Maintenance_Mode')) {
134
  'contact_email' => get_option('admin_email') ? get_option('admin_email') : '',
135
  'contact_effects' => 'move_top|move_bottom',
136
  'ga_status' => 0,
 
137
  'ga_code' => '',
138
  'custom_css' => array()
139
  ),
140
- 'bot' => array(
141
- 'status' => 0,
142
- 'name' => 'Admin',
143
- 'avatar' => '',
144
- 'messages' => array(
145
- '01' => __("Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be your assistant here.", $this->plugin_slug),
146
- '02' => __("I have just a few questions.", $this->plugin_slug),
147
- '03' => __("What is your name?", $this->plugin_slug),
148
- '04' => __("Nice to meet you here, {visitor_name}!"),
149
- '05' => __("How you can see, our website will be lauched very soon.", $this->plugin_slug),
150
- '06' => __("I know, you are very excited to see it, but we need a few days to finish it.", $this->plugin_slug),
151
- '07' => __("Would you like to be first to see it?", $this->plugin_slug),
152
- '08_1' => __("Cool! Please leave your email here and I will send you a message when it's ready.", $this->plugin_slug),
153
- '08_2' => __("Sad to hear that, {visitor_name} :( See you next time…", $this->plugin_slug),
154
- '09' => __("Got it! Thank you and see you soon here!", $this->plugin_slug),
155
- '10' => __("Have a great day!", $this->plugin_slug)
156
- ),
157
- 'responses' => array(
158
- '01' => __("Type your name here…", $this->plugin_slug),
159
- '02_1' => __("Tell me more", $this->plugin_slug),
160
- '02_2' => __("Boring", $this->plugin_slug),
161
- '03' => __("Type your email here…", $this->plugin_slug)
162
  ),
163
- 'custom_css' => array()
164
  ),
165
  'gdpr' => array(
166
  'status' => 0,
167
  'policy_page_label' => __('Privacy Policy', $this->plugin_slug),
168
  'policy_page_link' => '',
 
169
  'contact_form_tail' => __('This form collects your name and email so that we can reach you back. Check out our <a href="#">Privacy Policy</a> page to fully understand how we protect and manage your submitted data.', $this->plugin_slug),
170
  'subscribe_form_tail' => __('This form collects your email so that we can add you to our newsletter list. Check out our <a href="#">Privacy Policy</a> page to fully understand how we protect and manage your submitted data.', $this->plugin_slug),
171
  ),
@@ -405,10 +408,17 @@ if (!class_exists('WP_Maintenance_Mode')) {
405
  }
406
  }
407
 
 
 
 
408
  if (empty($v2_options)) {
 
 
409
  // set options
410
- add_option('wpmm_settings', $default_options);
411
  }
 
 
412
 
413
  /**
414
  * Update from <= v2.0.6 to v2.0.7
@@ -423,17 +433,36 @@ if (!class_exists('WP_Maintenance_Mode')) {
423
  /**
424
  * Update from <= v2.09 to v^2.1.2
425
  */
426
- if(empty($v2_options['bot'])) {
427
  $v2_options['bot'] = $default_options['bot'];
 
428
  // update options
429
- update_option('wpmm_settings', $v2_options);
430
  }
431
 
432
  /**
433
- * Update from =< v2.1.2 to 2.1.5
434
  */
435
- if(empty($v2_options['gdpr'])) {
436
  $v2_options['gdpr'] = $default_options['gdpr'];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
437
  // update options
438
  update_option('wpmm_settings', $v2_options);
439
  }
@@ -558,25 +587,23 @@ if (!class_exists('WP_Maintenance_Mode')) {
558
  $scripts['countdown-dependency'] = WPMM_JS_URL . 'jquery.plugin' . WPMM_ASSETS_SUFFIX . '.js';
559
  $scripts['countdown'] = WPMM_JS_URL . 'jquery.countdown' . WPMM_ASSETS_SUFFIX . '.js';
560
  }
561
- if ((!empty($this->plugin_settings['modules']['contact_status']) && $this->plugin_settings['modules']['contact_status'] == 1)
562
- || (!empty($this->plugin_settings['modules']['subscribe_status']) && $this->plugin_settings['modules']['subscribe_status'] == 1)
563
- || (!empty($this->plugin_settings['bot']['status']) && $this->plugin_settings['bot']['status'] == 1) ) {
564
  $scripts['validate'] = WPMM_JS_URL . 'jquery.validate' . WPMM_ASSETS_SUFFIX . '.js';
565
  }
566
- if(!empty($this->plugin_settings['bot']['status']) && $this->plugin_settings['bot']['status'] == 1) {
567
  $scripts['bot'] = WPMM_JS_URL . 'bot' . WPMM_ASSETS_SUFFIX . '.js';
568
  add_action('wpmm_before_scripts', array($this, 'add_bot_extras'));
569
- }
570
  $scripts = apply_filters('wpmm_scripts', $scripts);
571
 
572
  // CSS FILES
573
  $styles = array(
574
  'frontend' => WPMM_CSS_URL . 'style' . WPMM_ASSETS_SUFFIX . '.css'
575
  );
576
- if(!empty($this->plugin_settings['bot']['status']) && $this->plugin_settings['bot']['status'] == 1) {
577
- $styles['bot'] = WPMM_CSS_URL . 'style.bot'. WPMM_ASSETS_SUFFIX . '.css';
578
  $body_classes .= ' bot';
579
- }
580
  $styles = apply_filters('wpmm_styles', $styles);
581
 
582
  nocache_headers();
@@ -609,19 +636,19 @@ if (!class_exists('WP_Maintenance_Mode')) {
609
  * @since 2.1.1
610
  * @return string Script tag with all the fixed text strings for the bot.
611
  */
612
- public function add_bot_extras(){
613
  $upload_dir = wp_upload_dir();
614
  $bot_vars = array(
615
- 'validationName' => __('Please type in your name.', $this->plugin_slug),
616
  'validationEmail' => __('Please type in a valid email address.', $this->plugin_slug),
617
- 'uploadsBaseUrl' => trailingslashit($upload_dir['baseurl']),
618
- 'typeName' => __('Type your name here…', $this->plugin_slug),
619
- 'typeEmail' => __('Type your email here…', $this->plugin_slug),
620
- 'send' => __('Send', $this->plugin_slug)
621
  );
622
  echo "<script type='text/javascript'>" .
623
- "var botVars = " . json_encode($bot_vars) .
624
- "</script>";
625
  }
626
 
627
  /**
@@ -673,9 +700,13 @@ if (!class_exists('WP_Maintenance_Mode')) {
673
  * @return boolean
674
  */
675
  public function check_search_bots() {
676
- $is_search_bots = false;
677
 
678
- if (!empty($this->plugin_settings['general']['bypass_bots']) && $this->plugin_settings['general']['bypass_bots'] == 1) {
 
 
 
 
679
  $bots = apply_filters('wpmm_search_bots', array(
680
  'Abacho' => 'AbachoBOT',
681
  'Accoona' => 'Acoon',
@@ -703,10 +734,10 @@ if (!class_exists('WP_Maintenance_Mode')) {
703
  'Yahoo' => 'Yahoo'
704
  ));
705
 
706
- $is_search_bots = (bool) preg_match('~(' . implode('|', array_values($bots)) . ')~i', $_SERVER['HTTP_USER_AGENT']);
707
  }
708
 
709
- return $is_search_bots;
710
  }
711
 
712
  /**
@@ -788,10 +819,23 @@ if (!class_exists('WP_Maintenance_Mode')) {
788
 
789
  // sanitize code
790
  $ga_code = wpmm_sanitize_ga_code($this->plugin_settings['modules']['ga_code']);
 
791
  if (empty($ga_code)) {
792
  return false;
793
  }
794
 
 
 
 
 
 
 
 
 
 
 
 
 
795
  // show google analytics javascript snippet
796
  include_once(WPMM_VIEWS_PATH . 'google-analytics.php');
797
  }
@@ -856,14 +900,17 @@ if (!class_exists('WP_Maintenance_Mode')) {
856
  $subject = apply_filters('wpmm_contact_subject', __('Message via contact', $this->plugin_slug));
857
  $headers = apply_filters('wpmm_contact_headers', array('Reply-To: ' . sanitize_text_field($_POST['email'])));
858
  $template_path = apply_filters('wpmm_contact_template', WPMM_VIEWS_PATH . 'contact.php');
 
859
 
860
  ob_start();
861
  include_once($template_path);
862
  $message = ob_get_clean();
863
 
864
  // filters
865
- add_filter('wp_mail_content_type', create_function('', 'return "text/html";'));
866
- add_filter('wp_mail_from_name', create_function('', 'return sanitize_text_field($_POST["name"]);'));
 
 
867
 
868
  // send email
869
  @wp_mail($send_to, $subject, $message, $headers);
4
 
5
  class WP_Maintenance_Mode {
6
 
7
+ const VERSION = '2.2.2';
8
 
9
  protected $plugin_slug = 'wp-maintenance-mode';
10
  protected $plugin_settings;
127
  'social_dribbble' => '',
128
  'social_twitter' => '',
129
  'social_facebook' => '',
130
+ 'social_instagram' => '',
131
  'social_pinterest' => '',
132
  'social_google+' => '',
133
  'social_linkedin' => '',
135
  'contact_email' => get_option('admin_email') ? get_option('admin_email') : '',
136
  'contact_effects' => 'move_top|move_bottom',
137
  'ga_status' => 0,
138
+ 'ga_anonymize_ip' => 0,
139
  'ga_code' => '',
140
  'custom_css' => array()
141
  ),
142
+ 'bot' => array(
143
+ 'status' => 0,
144
+ 'name' => 'Admin',
145
+ 'avatar' => '',
146
+ 'messages' => array(
147
+ '01' => __("Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be your assistant here.", $this->plugin_slug),
148
+ '02' => __("I have just a few questions.", $this->plugin_slug),
149
+ '03' => __("What is your name?", $this->plugin_slug),
150
+ '04' => __("Nice to meet you here, {visitor_name}!"),
151
+ '05' => __("How you can see, our website will be lauched very soon.", $this->plugin_slug),
152
+ '06' => __("I know, you are very excited to see it, but we need a few days to finish it.", $this->plugin_slug),
153
+ '07' => __("Would you like to be first to see it?", $this->plugin_slug),
154
+ '08_1' => __("Cool! Please leave your email here and I will send you a message when it's ready.", $this->plugin_slug),
155
+ '08_2' => __("Sad to hear that, {visitor_name} :( See you next time…", $this->plugin_slug),
156
+ '09' => __("Got it! Thank you and see you soon here!", $this->plugin_slug),
157
+ '10' => __("Have a great day!", $this->plugin_slug)
158
+ ),
159
+ 'responses' => array(
160
+ '01' => __("Type your name here…", $this->plugin_slug),
161
+ '02_1' => __("Tell me more", $this->plugin_slug),
162
+ '02_2' => __("Boring", $this->plugin_slug),
163
+ '03' => __("Type your email here…", $this->plugin_slug)
164
  ),
165
+ 'custom_css' => array()
166
  ),
167
  'gdpr' => array(
168
  'status' => 0,
169
  'policy_page_label' => __('Privacy Policy', $this->plugin_slug),
170
  'policy_page_link' => '',
171
+ 'policy_page_target' => 0,
172
  'contact_form_tail' => __('This form collects your name and email so that we can reach you back. Check out our <a href="#">Privacy Policy</a> page to fully understand how we protect and manage your submitted data.', $this->plugin_slug),
173
  'subscribe_form_tail' => __('This form collects your email so that we can add you to our newsletter list. Check out our <a href="#">Privacy Policy</a> page to fully understand how we protect and manage your submitted data.', $this->plugin_slug),
174
  ),
408
  }
409
  }
410
 
411
+ /**
412
+ * Set options on first activation
413
+ */
414
  if (empty($v2_options)) {
415
+ $v2_options = $default_options;
416
+
417
  // set options
418
+ add_option('wpmm_settings', $v2_options);
419
  }
420
+
421
+ $should_update = false;
422
 
423
  /**
424
  * Update from <= v2.0.6 to v2.0.7
433
  /**
434
  * Update from <= v2.09 to v^2.1.2
435
  */
436
+ if (empty($v2_options['bot'])) {
437
  $v2_options['bot'] = $default_options['bot'];
438
+
439
  // update options
440
+ update_option('wpmm_settings', $v2_options);
441
  }
442
 
443
  /**
444
+ * Update from <= v2.1.2 to 2.1.5
445
  */
446
+ if (empty($v2_options['gdpr'])) {
447
  $v2_options['gdpr'] = $default_options['gdpr'];
448
+
449
+ // update options
450
+ update_option('wpmm_settings', $v2_options);
451
+ }
452
+
453
+ /**
454
+ * Update from <= v2.2.1 to 2.2.2
455
+ */
456
+ if (empty($v2_options['modules']['ga_anonymize_ip'])) {
457
+ $v2_options['modules']['ga_anonymize_ip'] = $default_options['modules']['ga_anonymize_ip'];
458
+
459
+ // update options
460
+ update_option('wpmm_settings', $v2_options);
461
+ }
462
+
463
+ if (empty($v2_options['gdpr']['policy_page_target'])) {
464
+ $v2_options['gdpr']['policy_page_target'] = $default_options['gdpr']['policy_page_target'];
465
+
466
  // update options
467
  update_option('wpmm_settings', $v2_options);
468
  }
587
  $scripts['countdown-dependency'] = WPMM_JS_URL . 'jquery.plugin' . WPMM_ASSETS_SUFFIX . '.js';
588
  $scripts['countdown'] = WPMM_JS_URL . 'jquery.countdown' . WPMM_ASSETS_SUFFIX . '.js';
589
  }
590
+ if ((!empty($this->plugin_settings['modules']['contact_status']) && $this->plugin_settings['modules']['contact_status'] == 1) || (!empty($this->plugin_settings['modules']['subscribe_status']) && $this->plugin_settings['modules']['subscribe_status'] == 1) || (!empty($this->plugin_settings['bot']['status']) && $this->plugin_settings['bot']['status'] == 1)) {
 
 
591
  $scripts['validate'] = WPMM_JS_URL . 'jquery.validate' . WPMM_ASSETS_SUFFIX . '.js';
592
  }
593
+ if (!empty($this->plugin_settings['bot']['status']) && $this->plugin_settings['bot']['status'] == 1) {
594
  $scripts['bot'] = WPMM_JS_URL . 'bot' . WPMM_ASSETS_SUFFIX . '.js';
595
  add_action('wpmm_before_scripts', array($this, 'add_bot_extras'));
596
+ }
597
  $scripts = apply_filters('wpmm_scripts', $scripts);
598
 
599
  // CSS FILES
600
  $styles = array(
601
  'frontend' => WPMM_CSS_URL . 'style' . WPMM_ASSETS_SUFFIX . '.css'
602
  );
603
+ if (!empty($this->plugin_settings['bot']['status']) && $this->plugin_settings['bot']['status'] == 1) {
604
+ $styles['bot'] = WPMM_CSS_URL . 'style.bot' . WPMM_ASSETS_SUFFIX . '.css';
605
  $body_classes .= ' bot';
606
+ }
607
  $styles = apply_filters('wpmm_styles', $styles);
608
 
609
  nocache_headers();
636
  * @since 2.1.1
637
  * @return string Script tag with all the fixed text strings for the bot.
638
  */
639
+ public function add_bot_extras() {
640
  $upload_dir = wp_upload_dir();
641
  $bot_vars = array(
642
+ 'validationName' => __('Please type in your name.', $this->plugin_slug),
643
  'validationEmail' => __('Please type in a valid email address.', $this->plugin_slug),
644
+ 'uploadsBaseUrl' => trailingslashit($upload_dir['baseurl']),
645
+ 'typeName' => __('Type your name here…', $this->plugin_slug),
646
+ 'typeEmail' => __('Type your email here…', $this->plugin_slug),
647
+ 'send' => __('Send', $this->plugin_slug)
648
  );
649
  echo "<script type='text/javascript'>" .
650
+ "var botVars = " . json_encode($bot_vars) .
651
+ "</script>";
652
  }
653
 
654
  /**
700
  * @return boolean
701
  */
702
  public function check_search_bots() {
703
+ $is_search_bot = false;
704
 
705
+ if (
706
+ !empty($this->plugin_settings['general']['bypass_bots']) &&
707
+ $this->plugin_settings['general']['bypass_bots'] == 1 &&
708
+ isset($_SERVER['HTTP_USER_AGENT'])
709
+ ) {
710
  $bots = apply_filters('wpmm_search_bots', array(
711
  'Abacho' => 'AbachoBOT',
712
  'Accoona' => 'Acoon',
734
  'Yahoo' => 'Yahoo'
735
  ));
736
 
737
+ $is_search_bot = (bool) preg_match('~(' . implode('|', array_values($bots)) . ')~i', $_SERVER['HTTP_USER_AGENT']);
738
  }
739
 
740
+ return $is_search_bot;
741
  }
742
 
743
  /**
819
 
820
  // sanitize code
821
  $ga_code = wpmm_sanitize_ga_code($this->plugin_settings['modules']['ga_code']);
822
+
823
  if (empty($ga_code)) {
824
  return false;
825
  }
826
 
827
+ // set options
828
+ $ga_options = array();
829
+
830
+ if (
831
+ !empty($this->plugin_settings['modules']['ga_anonymize_ip']) &&
832
+ $this->plugin_settings['modules']['ga_anonymize_ip'] == 1
833
+ ) {
834
+ $ga_options['anonymize_ip'] = true;
835
+ }
836
+
837
+ $ga_options = (object) $ga_options;
838
+
839
  // show google analytics javascript snippet
840
  include_once(WPMM_VIEWS_PATH . 'google-analytics.php');
841
  }
900
  $subject = apply_filters('wpmm_contact_subject', __('Message via contact', $this->plugin_slug));
901
  $headers = apply_filters('wpmm_contact_headers', array('Reply-To: ' . sanitize_text_field($_POST['email'])));
902
  $template_path = apply_filters('wpmm_contact_template', WPMM_VIEWS_PATH . 'contact.php');
903
+ $from_name = sanitize_text_field($_POST['name']);
904
 
905
  ob_start();
906
  include_once($template_path);
907
  $message = ob_get_clean();
908
 
909
  // filters
910
+ add_filter('wp_mail_content_type', 'wpmm_change_mail_content_type', 10, 1);
911
+ add_filter('wp_mail_from_name', function() use ($from_name) {
912
+ return $from_name;
913
+ });
914
 
915
  // send email
916
  @wp_mail($send_to, $subject, $message, $headers);
includes/functions/helpers.php CHANGED
@@ -8,7 +8,8 @@
8
  * @return array
9
  */
10
  function wpmm_plugin_info($plugin_slug) {
11
- add_filter('extra_plugin_headers', create_function('', 'return array("GitHub Plugin URI","Twitter");'));
 
12
  $plugin_data = get_plugin_data(WPMM_PATH . $plugin_slug . '.php');
13
 
14
  return $plugin_data;
@@ -132,6 +133,29 @@ function wpmm_sanitize_ga_code($string) {
132
  return isset($matches[0]) ? $matches[0] : '';
133
  }
134
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
135
  if (!function_exists('wp_scripts')) {
136
 
137
  /**
8
  * @return array
9
  */
10
  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;
133
  return isset($matches[0]) ? $matches[0] : '';
134
  }
135
 
136
+ /**
137
+ * Return allowed HTML tags for GDPR module textareas
138
+ *
139
+ * @since 2.2.2
140
+ * @return array
141
+ */
142
+ function wpmm_gdpr_textarea_allowed_html() {
143
+ $allowed_html = array(
144
+ 'a' => array(
145
+ 'href' => array(),
146
+ 'title' => array(),
147
+ 'class' => array(),
148
+ 'rel' => array(),
149
+ 'target' => array()
150
+ ),
151
+ 'strong' => array(),
152
+ 'em' => array(),
153
+ 'p' => array(),
154
+ );
155
+
156
+ return apply_filters('wpmm_gdpr_textarea_allowed_html', $allowed_html);
157
+ }
158
+
159
  if (!function_exists('wp_scripts')) {
160
 
161
  /**
includes/functions/hooks.php ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Add extra plugin headers (used by get_file_data function)
5
+ *
6
+ * @since 2.2.1
7
+ * @param array $headers
8
+ * @return array
9
+ */
10
+ function wpmm_add_extra_plugin_headers($headers) {
11
+ $headers[] = 'GitHub Plugin URI';
12
+ $headers[] = 'Twitter';
13
+
14
+ return $headers;
15
+ }
16
+
17
+ /**
18
+ * Change email content type
19
+ *
20
+ * @since 2.2.1
21
+ * @param string $content_type
22
+ * @return string
23
+ */
24
+ function wpmm_change_mail_content_type($content_type) {
25
+ return 'text/html';
26
+ }
includes/functions/index.php CHANGED
File without changes
includes/index.php CHANGED
File without changes
languages/index.php CHANGED
File without changes
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.1.1\n"
4
- "POT-Creation-Date: 2018-03-02 10:25+0100\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.0.6\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;"
@@ -19,49 +19,55 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: includes/classes\n"
20
  "X-Poedit-SearchPath-1: views\n"
21
  "X-Poedit-SearchPath-2: .\n"
 
 
 
22
 
23
  #: includes/classes/wp-maintenance-mode-admin.php:121
24
  #: includes/classes/wp-maintenance-mode-admin.php:159
25
- #: includes/classes/wp-maintenance-mode-admin.php:181
26
  msgid "You do not have access to this resource."
27
  msgstr ""
28
 
29
- #: includes/classes/wp-maintenance-mode-admin.php:165 views/settings.php:296
30
  #, php-format
31
- msgid "You have %d subscriber(s)"
32
- msgstr "Du hast %d Abonnenten"
 
 
 
33
 
34
- #: includes/classes/wp-maintenance-mode-admin.php:186
35
  msgid "The nonce field must not be empty."
36
  msgstr ""
37
 
38
- #: includes/classes/wp-maintenance-mode-admin.php:191
39
  msgid "The tab slug must not be empty."
40
  msgstr ""
41
 
42
- #: includes/classes/wp-maintenance-mode-admin.php:196
43
- #: includes/classes/wp-maintenance-mode-admin.php:250
44
  msgid "Security check."
45
  msgstr ""
46
 
47
- #: includes/classes/wp-maintenance-mode-admin.php:202
48
  msgid "The tab slug must exist."
49
  msgstr ""
50
 
51
- #: includes/classes/wp-maintenance-mode-admin.php:222
52
  msgid "WP Maintenance Mode"
53
  msgstr "WP Wartungsmodus"
54
 
55
- #: includes/classes/wp-maintenance-mode-admin.php:487
56
  msgid ""
57
  "WPMM: The file data.js could not be written, the bot will not work correctly."
58
  msgstr ""
59
 
60
- #: includes/classes/wp-maintenance-mode-admin.php:521
61
  msgid "Settings"
62
  msgstr "Einstellungen"
63
 
64
- #: includes/classes/wp-maintenance-mode-admin.php:540
65
  #, php-format
66
  msgid ""
67
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -70,17 +76,42 @@ msgstr ""
70
  "Der Wartungsmodus ist <strong>aktiv</strong>. Bitte vergiss nicht ihn zu <a "
71
  "href=\"%s\">deaktivieren</a>, wenn er nicht mehr benötigt wird."
72
 
73
- #: includes/classes/wp-maintenance-mode-admin.php:577
74
  msgid "Notice key cannot be empty."
75
  msgstr ""
76
 
77
- #: includes/classes/wp-maintenance-mode-admin.php:625
78
  #, php-format
79
  msgid ""
80
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
81
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
82
  msgstr ""
83
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  #: includes/classes/wp-maintenance-mode.php:101
85
  #: includes/classes/wp-maintenance-mode.php:102
86
  msgid "Maintenance mode"
@@ -96,76 +127,93 @@ msgstr ""
96
  msgid "Notify me when it's ready"
97
  msgstr "Informiere mich, wenn die Arbeiten abgeschlossen sind."
98
 
99
- #: includes/classes/wp-maintenance-mode.php:145
100
  msgid ""
101
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
102
  "your assistant here."
103
  msgstr ""
104
 
105
- #: includes/classes/wp-maintenance-mode.php:146
106
  msgid "I have just a few questions."
107
  msgstr ""
108
 
109
- #: includes/classes/wp-maintenance-mode.php:147
110
  msgid "What is your name?"
111
  msgstr ""
112
 
113
- #: includes/classes/wp-maintenance-mode.php:148
114
  msgid "Nice to meet you here, {visitor_name}!"
115
  msgstr ""
116
 
117
- #: includes/classes/wp-maintenance-mode.php:149
118
  msgid "How you can see, our website will be lauched very soon."
119
  msgstr ""
120
 
121
- #: includes/classes/wp-maintenance-mode.php:150
122
  msgid ""
123
  "I know, you are very excited to see it, but we need a few days to finish it."
124
  msgstr ""
125
 
126
- #: includes/classes/wp-maintenance-mode.php:151
127
  msgid "Would you like to be first to see it?"
128
  msgstr ""
129
 
130
- #: includes/classes/wp-maintenance-mode.php:152
131
  msgid ""
132
  "Cool! Please leave your email here and I will send you a message when it's "
133
  "ready."
134
  msgstr ""
135
 
136
- #: includes/classes/wp-maintenance-mode.php:153
137
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
138
  msgstr ""
139
 
140
- #: includes/classes/wp-maintenance-mode.php:154
141
  msgid "Got it! Thank you and see you soon here!"
142
  msgstr ""
143
 
144
- #: includes/classes/wp-maintenance-mode.php:155
145
  msgid "Have a great day!"
146
  msgstr ""
147
 
148
- #: includes/classes/wp-maintenance-mode.php:158
149
- #: includes/classes/wp-maintenance-mode.php:592
150
  msgid "Type your name here…"
151
  msgstr ""
152
 
153
- #: includes/classes/wp-maintenance-mode.php:159
154
  msgid "Tell me more"
155
  msgstr ""
156
 
157
- #: includes/classes/wp-maintenance-mode.php:160
158
  msgid "Boring"
159
  msgstr ""
160
 
161
- #: includes/classes/wp-maintenance-mode.php:161
162
- #: includes/classes/wp-maintenance-mode.php:593
163
  #, fuzzy
164
- #| msgid "Enter your email address"
165
  msgid "Type your email here…"
166
  msgstr "Gib deine E-Mail-Adresse an"
167
 
168
- #: includes/classes/wp-maintenance-mode.php:286
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
169
  #, php-format
170
  msgid ""
171
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
@@ -174,43 +222,42 @@ msgstr ""
174
  "Das WP Wartungsmodus Plugin wurde neu erstellt und du MUSST die <a href=\"%s"
175
  "\"></a> Einstellungen bearbeiten."
176
 
177
- #: includes/classes/wp-maintenance-mode.php:488
178
- #: includes/classes/wp-maintenance-mode.php:502
179
  msgid "Maintenance Mode"
180
  msgstr "Wartungsmodus"
181
 
182
- #: includes/classes/wp-maintenance-mode.php:589
183
  msgid "Please type in your name."
184
  msgstr ""
185
 
186
- #: includes/classes/wp-maintenance-mode.php:590
187
  #, fuzzy
188
- #| msgid "Please enter a valid email address."
189
  msgid "Please type in a valid email address."
190
  msgstr "Bitte gib eine gültige E-Mail-Adresse an."
191
 
192
- #: includes/classes/wp-maintenance-mode.php:594 views/maintenance.php:130
193
  msgid "Send"
194
  msgstr "Senden"
195
 
196
- #: includes/classes/wp-maintenance-mode.php:788
197
- #: includes/classes/wp-maintenance-mode.php:822 views/maintenance.php:121
198
  msgid "Please enter a valid email address."
199
  msgstr "Bitte gib eine gültige E-Mail-Adresse an."
200
 
201
- #: includes/classes/wp-maintenance-mode.php:800
202
  msgid "You successfully subscribed. Thanks!"
203
  msgstr ""
204
 
205
- #: includes/classes/wp-maintenance-mode.php:818
206
  msgid "All fields required."
207
  msgstr "Alle Felder sind notwendig."
208
 
209
- #: includes/classes/wp-maintenance-mode.php:830
210
  msgid "Message via contact"
211
  msgstr "Mitteilung via Kontakt"
212
 
213
- #: includes/classes/wp-maintenance-mode.php:844
214
  msgid "Your email was sent to the website administrator. Thanks!"
215
  msgstr "Deine E-Mail wurde an den Administrator der Website gesendet. Danke!"
216
 
@@ -235,36 +282,40 @@ msgstr ""
235
  msgid "Login"
236
  msgstr ""
237
 
238
- #: views/maintenance.php:72
239
  msgid "your e-mail..."
240
  msgstr "deine E-Mail..."
241
 
242
- #: views/maintenance.php:73 views/settings.php:271
243
  msgid "Subscribe"
244
  msgstr "Abonniere"
245
 
246
- #: views/maintenance.php:120 views/sidebar.php:7
247
- msgid "Name"
248
- msgstr "Name"
249
-
250
- #: views/maintenance.php:120 views/maintenance.php:121
251
- #: views/maintenance.php:126
252
  msgid "This field is required."
253
  msgstr ""
254
 
255
- #: views/maintenance.php:121
 
 
 
 
 
 
 
 
256
  msgid "E-mail"
257
  msgstr "E-Mail"
258
 
259
- #: views/maintenance.php:126
260
  msgid "Your message"
261
  msgstr "Deine Mitteilung"
262
 
263
- #: views/maintenance.php:137
264
  msgid "Contact us"
265
  msgstr "Kontaktiere uns"
266
 
267
- #: views/maintenance.php:142
268
  msgid "Dashboard"
269
  msgstr ""
270
 
@@ -303,67 +354,71 @@ msgstr "Module"
303
  msgid "Manage Bot"
304
  msgstr ""
305
 
306
- #: views/settings.php:25 views/settings.php:454
 
 
 
 
307
  msgid "Status"
308
  msgstr "Status"
309
 
310
- #: views/settings.php:27 views/settings.php:457
311
  msgid "Activated"
312
  msgstr "Aktiv"
313
 
314
- #: views/settings.php:28 views/settings.php:458
315
  msgid "Deactivated"
316
  msgstr "Inaktiv"
317
 
318
- #: views/settings.php:32
319
  msgid "Bypass for Search Bots"
320
  msgstr "Bypass für Such-Bots"
321
 
322
- #: views/settings.php:35 views/settings.php:105 views/settings.php:115
323
- #: views/settings.php:243 views/settings.php:279 views/settings.php:317
324
- #: views/settings.php:385 views/settings.php:417
325
  msgid "Yes"
326
  msgstr "Ja"
327
 
328
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
329
- #: views/settings.php:244 views/settings.php:280 views/settings.php:318
330
- #: views/settings.php:386 views/settings.php:418
331
  msgid "No"
332
  msgstr "Nein"
333
 
334
- #: views/settings.php:38
335
  msgid "Allow Search Bots to bypass maintenance mode?"
336
  msgstr "Erlaube Such-Bots den Zugang via Bypass?"
337
 
338
- #: views/settings.php:42
339
  msgid "Backend Role"
340
  msgstr "Backend-Rolle"
341
 
342
- #: views/settings.php:44 views/settings.php:60
343
  msgid "Select role(s)"
344
  msgstr ""
345
 
346
- #: views/settings.php:54
347
  msgid ""
348
  "Which user role is allowed to access the backend of this blog? "
349
  "Administrators will always have access."
350
  msgstr ""
351
 
352
- #: views/settings.php:58
353
  msgid "Frontend Role"
354
  msgstr "Frontend-Rolle"
355
 
356
- #: views/settings.php:70
357
  msgid ""
358
  "Which user role is allowed to access the frontend of this blog? "
359
  "Administrators will always have access."
360
  msgstr ""
361
 
362
- #: views/settings.php:74
363
  msgid "Robots Meta Tag"
364
  msgstr "Robots Meta Tag"
365
 
366
- #: views/settings.php:80
367
  msgid ""
368
  "The robots meta tag lets you use a granular, page-specific approach to "
369
  "control how an individual page should be indexed and served to users in "
@@ -372,22 +427,22 @@ msgstr ""
372
  "Mit dem Robots Meta Tag kannst du steuern, wie die Seite während des "
373
  "Wartungsmodus indiziert werden soll."
374
 
375
- #: views/settings.php:84
376
  msgid "Redirection"
377
  msgstr "Weiterleitung"
378
 
379
- #: views/settings.php:87
380
  msgid ""
381
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
382
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
383
  "(incl. http://)"
384
  msgstr ""
385
 
386
- #: views/settings.php:91
387
  msgid "Exclude"
388
  msgstr "Ausschluss"
389
 
390
- #: views/settings.php:98
391
  msgid ""
392
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
393
  "IP per line!"
@@ -395,313 +450,371 @@ msgstr ""
395
  "Ausschluss vom Wartungsmodus von Feed, Seiten, Archiven oder IPs möglich. "
396
  "Ergänze einen Slug oder die IP pro Zeile."
397
 
398
- #: views/settings.php:102
399
  msgid "Notice"
400
  msgstr "Hinweis"
401
 
402
- #: views/settings.php:108
403
  msgid "Do you want to see notices when maintenance mode is activated?"
404
  msgstr "Willst du den Hinweis sehen, wenn der Wartungsmodus aktiv ist?"
405
 
406
- #: views/settings.php:112
407
  msgid "Dashboard link"
408
  msgstr ""
409
 
410
- #: views/settings.php:118
411
  msgid ""
412
  "Do you want to add a link to the dashboard on your maintenance mode page?"
413
  msgstr "Soll ein Link zum Backend auf der Wartungswebseite angezeigt werden?"
414
 
415
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
416
- #: views/settings.php:612
417
  msgid "Save settings"
418
  msgstr "Einstellungen speichern"
419
 
420
- #: views/settings.php:127 views/settings.php:230 views/settings.php:435
421
- #: views/settings.php:613
422
  msgid "Reset settings"
423
  msgstr "Einstellungen zurücksetzen"
424
 
425
- #: views/settings.php:132
426
  msgid "Content"
427
  msgstr "Inhalt"
428
 
429
- #: views/settings.php:137
430
  msgid "Title (HTML tag)"
431
  msgstr "Titel (html Tag)"
432
 
433
- #: views/settings.php:143
434
  msgid "Heading"
435
  msgstr "Überschrift"
436
 
437
- #: views/settings.php:150 views/settings.php:285
438
  msgid "Text"
439
  msgstr "Text"
440
 
441
- #: views/settings.php:170
 
 
 
 
442
  msgid "Background"
443
  msgstr "Hintergrund"
444
 
445
- #: views/settings.php:175
446
  msgid "Choose type"
447
  msgstr "Type wählen"
448
 
449
- #: views/settings.php:178
450
  msgid "Custom color"
451
  msgstr "Benutzerdefinierte Farbe"
452
 
453
- #: views/settings.php:179
454
  msgid "Uploaded background"
455
  msgstr "Hochgeladene Hintergründe"
456
 
457
- #: views/settings.php:180
458
  msgid "Predefined background"
459
  msgstr "Vordefinierte Hintergründe"
460
 
461
- #: views/settings.php:185
462
  msgid "Choose color"
463
  msgstr "Farbe wählen"
464
 
465
- #: views/settings.php:191
466
  msgid "Upload background"
467
  msgstr "Hintergrund laden"
468
 
469
- #: views/settings.php:195
470
  msgid "Backgrounds should have 1920x1280 px size."
471
  msgstr "Hintergründe sollten eine Größe von 1920x1280 px haben."
472
 
473
- #: views/settings.php:200
474
  msgid "Choose background"
475
  msgstr "Hintergrund wählen"
476
 
477
- #: views/settings.php:202
478
  #, php-format
479
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
480
  msgstr ""
481
 
482
- #: views/settings.php:235
483
  msgid "Countdown"
484
  msgstr "Countdown"
485
 
486
- #: views/settings.php:240
487
  msgid "Show countdown?"
488
  msgstr "Zeige Countdown?"
489
 
490
- #: views/settings.php:249
491
  msgid "Start date"
492
  msgstr "Start-Datum"
493
 
494
- #: views/settings.php:255
495
  msgid "Countdown (remaining time)"
496
  msgstr "Countdown (Restzeit)"
497
 
498
- #: views/settings.php:257
499
  msgid "Days"
500
  msgstr "Tage"
501
 
502
- #: views/settings.php:258
503
  msgid "Hours"
504
  msgstr "Stunden"
505
 
506
- #: views/settings.php:259
507
  msgid "Minutes"
508
  msgstr "Minuten"
509
 
510
- #: views/settings.php:263
511
  msgid "Color"
512
  msgstr "Farbe"
513
 
514
- #: views/settings.php:276
515
  msgid "Show subscribe?"
516
  msgstr "Abonnieren anbieten?"
517
 
518
- #: views/settings.php:292
519
  msgid "Stats"
520
  msgstr "Statistik"
521
 
522
- #: views/settings.php:301
 
 
 
 
 
 
 
 
523
  msgid "Export as CSV"
524
  msgstr "Export als CSV"
525
 
526
- #: views/settings.php:302
527
  msgid "Empty subscribers list"
528
  msgstr ""
529
 
530
- #: views/settings.php:309
531
  msgid "Social Networks"
532
  msgstr "Soziale Netzwerke"
533
 
534
- #: views/settings.php:314
535
  msgid "Show social networks?"
536
  msgstr "Zeige soziale Netzwerke?"
537
 
538
- #: views/settings.php:323
539
  msgid "Links target?"
540
  msgstr "Link-Ziel"
541
 
542
- #: views/settings.php:326
543
  msgid "New page"
544
  msgstr "Neue Seite"
545
 
546
- #: views/settings.php:327
547
  msgid "Same page"
548
  msgstr "Selbe Seite"
549
 
550
- #: views/settings.php:329
551
  msgid "Choose how the links will open."
552
  msgstr "Wie soll der Link geöffnet werden?"
553
 
554
- #: views/settings.php:377
555
  msgid "Contact"
556
  msgstr "Kontakt"
557
 
558
- #: views/settings.php:382
559
  msgid "Show contact?"
560
  msgstr "Zeige Kontakt?"
561
 
562
- #: views/settings.php:391
563
  msgid "Email address"
564
  msgstr "E-Mail-Adresse"
565
 
566
- #: views/settings.php:397
567
  msgid "Effects"
568
  msgstr "Effekte"
569
 
570
- #: views/settings.php:400
571
  msgid "Move top - Move bottom"
572
  msgstr "Bewegung nach oben - nach untern"
573
 
574
- #: views/settings.php:401
575
  msgid "Zoom - Zoomed"
576
  msgstr "Zoom - Vergrößern"
577
 
578
- #: views/settings.php:402
579
  msgid "Fold - Unfold"
580
  msgstr "Falten - Klappen"
581
 
582
- #: views/settings.php:409
583
  msgid "Google Analytics"
584
  msgstr "Google Analytics"
585
 
586
- #: views/settings.php:414
587
  msgid "Use Google Analytics?"
588
  msgstr "Wird Google Analytics verwendet?"
589
 
590
- #: views/settings.php:423
 
 
 
 
591
  msgid "Tracking code"
592
  msgstr ""
593
 
594
- #: views/settings.php:426
595
  msgid ""
596
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
597
  msgstr ""
598
 
599
- #: views/settings.php:444 views/settings.php:447
600
  msgid ""
601
  "Setup the conversation steps to capture more subscribers with this friendly "
602
  "way of asking email addresess."
603
  msgstr ""
604
 
605
- #: views/settings.php:448
606
  msgid ""
607
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
608
  "make the conversation even more realistic."
609
  msgstr ""
610
 
611
- #: views/settings.php:449
612
  msgid ""
613
  "It is also ok if you don't fill in all the conversation steps if you don't "
614
  "need to."
615
  msgstr ""
616
 
617
- #: views/settings.php:462
618
  #, fuzzy
619
- #| msgid "Name"
620
  msgid "Bot Name"
621
  msgstr "Name"
622
 
623
- #: views/settings.php:465
624
  msgid "This name will appear when the bot is typing."
625
  msgstr ""
626
 
627
- #: views/settings.php:469
628
  #, fuzzy
629
- #| msgid "Upload background"
630
  msgid "Upload avatar"
631
  msgstr "Hintergrund laden"
632
 
633
- #: views/settings.php:473
634
  msgid "A 512 x 512 px will work just fine."
635
  msgstr ""
636
 
637
- #: views/settings.php:479
638
  msgid "Customize Messages"
639
  msgstr ""
640
 
641
- #: views/settings.php:484
642
  msgid "Message 1"
643
  msgstr ""
644
 
645
- #: views/settings.php:492
646
  msgid "Message 2"
647
  msgstr ""
648
 
649
- #: views/settings.php:500
650
  msgid "Message 3"
651
  msgstr ""
652
 
653
- #: views/settings.php:508 views/settings.php:548 views/settings.php:570
654
  msgid "Response"
655
  msgstr ""
656
 
657
- #: views/settings.php:512 views/settings.php:574
658
  msgid "Edit the placeholder's text"
659
  msgstr ""
660
 
661
- #: views/settings.php:516
662
  msgid "Message 4"
663
  msgstr ""
664
 
665
- #: views/settings.php:524
666
  msgid "Message 5"
667
  msgstr ""
668
 
669
- #: views/settings.php:532
670
  msgid "Message 6"
671
  msgstr ""
672
 
673
- #: views/settings.php:540
674
  msgid "Message 7"
675
  msgstr ""
676
 
677
- #: views/settings.php:552
678
  msgid "Edit button one"
679
  msgstr ""
680
 
681
- #: views/settings.php:556
682
  msgid "Edit button two"
683
  msgstr ""
684
 
685
- #: views/settings.php:562 views/settings.php:578
686
  msgid "Message 8"
687
  msgstr ""
688
 
689
- #: views/settings.php:562 views/settings.php:586 views/settings.php:594
690
  msgid "(click on button one)"
691
  msgstr ""
692
 
693
- #: views/settings.php:578
694
  msgid "(click on button two)"
695
  msgstr ""
696
 
697
- #: views/settings.php:586
698
  msgid "Message 9"
699
  msgstr ""
700
 
701
- #: views/settings.php:594
702
  msgid "Message 10"
703
  msgstr ""
704
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
705
  #: views/sidebar.php:3
706
  msgid "Plugin Info"
707
  msgstr "Plugin Info"
@@ -730,6 +843,9 @@ msgstr ""
730
  msgid "Resources"
731
  msgstr "Ressourcen"
732
 
 
 
 
733
  #~ msgid "You successfuly subscribed. Thanks!"
734
  #~ msgstr "Erfolgreich abonniert, Danke!"
735
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.2.2\n"
4
+ "POT-Creation-Date: 2018-11-26 19:09+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 1.8.8\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;"
19
  "X-Poedit-SearchPath-0: includes/classes\n"
20
  "X-Poedit-SearchPath-1: views\n"
21
  "X-Poedit-SearchPath-2: .\n"
22
+ "X-Poedit-SearchPathExcluded-0: node_modules\n"
23
+ "X-Poedit-SearchPathExcluded-1: .git\n"
24
+ "X-Poedit-SearchPathExcluded-2: assets\n"
25
 
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
 
32
+ #: includes/classes/wp-maintenance-mode-admin.php:165
33
  #, php-format
34
+ msgctxt "ajax response"
35
+ msgid "You have %d subscriber"
36
+ msgid_plural "You have %s subscribers"
37
+ msgstr[0] ""
38
+ msgstr[1] ""
39
 
40
+ #: includes/classes/wp-maintenance-mode-admin.php:187
41
  msgid "The nonce field must not be empty."
42
  msgstr ""
43
 
44
+ #: includes/classes/wp-maintenance-mode-admin.php:192
45
  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
 
53
+ #: includes/classes/wp-maintenance-mode-admin.php:203
54
  msgid "The tab slug must exist."
55
  msgstr ""
56
 
57
+ #: includes/classes/wp-maintenance-mode-admin.php:223
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
  "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 "
112
+ "your privacy policy page."
113
+ msgstr ""
114
+
115
  #: includes/classes/wp-maintenance-mode.php:101
116
  #: includes/classes/wp-maintenance-mode.php:102
117
  msgid "Maintenance mode"
127
  msgid "Notify me when it's ready"
128
  msgstr "Informiere mich, wenn die Arbeiten abgeschlossen sind."
129
 
130
+ #: includes/classes/wp-maintenance-mode.php:147
131
  msgid ""
132
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
133
  "your assistant here."
134
  msgstr ""
135
 
136
+ #: includes/classes/wp-maintenance-mode.php:148
137
  msgid "I have just a few questions."
138
  msgstr ""
139
 
140
+ #: includes/classes/wp-maintenance-mode.php:149
141
  msgid "What is your name?"
142
  msgstr ""
143
 
144
+ #: includes/classes/wp-maintenance-mode.php:150
145
  msgid "Nice to meet you here, {visitor_name}!"
146
  msgstr ""
147
 
148
+ #: includes/classes/wp-maintenance-mode.php:151
149
  msgid "How you can see, our website will be lauched very soon."
150
  msgstr ""
151
 
152
+ #: includes/classes/wp-maintenance-mode.php:152
153
  msgid ""
154
  "I know, you are very excited to see it, but we need a few days to finish it."
155
  msgstr ""
156
 
157
+ #: includes/classes/wp-maintenance-mode.php:153
158
  msgid "Would you like to be first to see it?"
159
  msgstr ""
160
 
161
+ #: includes/classes/wp-maintenance-mode.php:154
162
  msgid ""
163
  "Cool! Please leave your email here and I will send you a message when it's "
164
  "ready."
165
  msgstr ""
166
 
167
+ #: includes/classes/wp-maintenance-mode.php:155
168
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
169
  msgstr ""
170
 
171
+ #: includes/classes/wp-maintenance-mode.php:156
172
  msgid "Got it! Thank you and see you soon here!"
173
  msgstr ""
174
 
175
+ #: includes/classes/wp-maintenance-mode.php:157
176
  msgid "Have a great day!"
177
  msgstr ""
178
 
179
+ #: includes/classes/wp-maintenance-mode.php:160
180
+ #: includes/classes/wp-maintenance-mode.php:645
181
  msgid "Type your name here…"
182
  msgstr ""
183
 
184
+ #: includes/classes/wp-maintenance-mode.php:161
185
  msgid "Tell me more"
186
  msgstr ""
187
 
188
+ #: includes/classes/wp-maintenance-mode.php:162
189
  msgid "Boring"
190
  msgstr ""
191
 
192
+ #: includes/classes/wp-maintenance-mode.php:163
193
+ #: includes/classes/wp-maintenance-mode.php:646
194
  #, fuzzy
 
195
  msgid "Type your email here…"
196
  msgstr "Gib deine E-Mail-Adresse an"
197
 
198
+ #: includes/classes/wp-maintenance-mode.php:169
199
+ msgid "Privacy Policy"
200
+ msgstr ""
201
+
202
+ #: includes/classes/wp-maintenance-mode.php:172
203
+ msgid ""
204
+ "This form collects your name and email so that we can reach you back. Check "
205
+ "out our <a href=\"#\">Privacy Policy</a> page to fully understand how we "
206
+ "protect and manage your submitted data."
207
+ msgstr ""
208
+
209
+ #: includes/classes/wp-maintenance-mode.php:173
210
+ msgid ""
211
+ "This form collects your email so that we can add you to our newsletter list. "
212
+ "Check out our <a href=\"#\">Privacy Policy</a> page to fully understand how "
213
+ "we protect and manage your submitted data."
214
+ msgstr ""
215
+
216
+ #: includes/classes/wp-maintenance-mode.php:296
217
  #, php-format
218
  msgid ""
219
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
222
  "Das WP Wartungsmodus Plugin wurde neu erstellt und du MUSST die <a href=\"%s"
223
  "\"></a> Einstellungen bearbeiten."
224
 
225
+ #: includes/classes/wp-maintenance-mode.php:542
226
+ #: includes/classes/wp-maintenance-mode.php:556
227
  msgid "Maintenance Mode"
228
  msgstr "Wartungsmodus"
229
 
230
+ #: includes/classes/wp-maintenance-mode.php:642
231
  msgid "Please type in your name."
232
  msgstr ""
233
 
234
+ #: includes/classes/wp-maintenance-mode.php:643
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:647 views/maintenance.php:161
240
  msgid "Send"
241
  msgstr "Senden"
242
 
243
+ #: includes/classes/wp-maintenance-mode.php:858
244
+ #: includes/classes/wp-maintenance-mode.php:892 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:870
249
  msgid "You successfully subscribed. Thanks!"
250
  msgstr ""
251
 
252
+ #: includes/classes/wp-maintenance-mode.php:888
253
  msgid "All fields required."
254
  msgstr "Alle Felder sind notwendig."
255
 
256
+ #: includes/classes/wp-maintenance-mode.php:900
257
  msgid "Message via contact"
258
  msgstr "Mitteilung via Kontakt"
259
 
260
+ #: includes/classes/wp-maintenance-mode.php:917
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
 
282
  msgid "Login"
283
  msgstr ""
284
 
285
+ #: views/maintenance.php:74
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
 
293
+ #: views/maintenance.php:80 views/maintenance.php:139 views/maintenance.php:140
294
+ #: views/maintenance.php:145 views/maintenance.php:152
 
 
 
 
295
  msgid "This field is required."
296
  msgstr ""
297
 
298
+ #: views/maintenance.php:82 views/maintenance.php:154
299
+ msgid "I've read and agree with the site's privacy policy"
300
+ msgstr ""
301
+
302
+ #: views/maintenance.php:139 views/sidebar.php:7
303
+ msgid "Name"
304
+ msgstr "Name"
305
+
306
+ #: views/maintenance.php:140
307
  msgid "E-mail"
308
  msgstr "E-Mail"
309
 
310
+ #: views/maintenance.php:145
311
  msgid "Your message"
312
  msgstr "Deine Mitteilung"
313
 
314
+ #: views/maintenance.php:168
315
  msgid "Contact us"
316
  msgstr "Kontaktiere uns"
317
 
318
+ #: views/maintenance.php:175
319
  msgid "Dashboard"
320
  msgstr ""
321
 
354
  msgid "Manage Bot"
355
  msgstr ""
356
 
357
+ #: views/settings.php:17
358
+ msgid "GDPR"
359
+ msgstr ""
360
+
361
+ #: views/settings.php:26 views/settings.php:469 views/settings.php:636
362
  msgid "Status"
363
  msgstr "Status"
364
 
365
+ #: views/settings.php:28 views/settings.php:472 views/settings.php:638
366
  msgid "Activated"
367
  msgstr "Aktiv"
368
 
369
+ #: views/settings.php:29 views/settings.php:473 views/settings.php:639
370
  msgid "Deactivated"
371
  msgstr "Inaktiv"
372
 
373
+ #: views/settings.php:33
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
 
389
+ #: views/settings.php:39
390
  msgid "Allow Search Bots to bypass maintenance mode?"
391
  msgstr "Erlaube Such-Bots den Zugang via Bypass?"
392
 
393
+ #: views/settings.php:43
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
  "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
  "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:621 views/settings.php:694
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:622 views/settings.php:695
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"
585
+ 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:665
610
  msgid "New page"
611
  msgstr "Neue Seite"
612
 
613
+ #: views/settings.php:329 views/settings.php:666
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:477
689
  #, fuzzy
 
690
  msgid "Bot Name"
691
  msgstr "Name"
692
 
693
+ #: views/settings.php:480
694
  msgid "This name will appear when the bot is typing."
695
  msgstr ""
696
 
697
+ #: views/settings.php:484
698
  #, fuzzy
 
699
  msgid "Upload avatar"
700
  msgstr "Hintergrund laden"
701
 
702
+ #: views/settings.php:488
703
  msgid "A 512 x 512 px will work just fine."
704
  msgstr ""
705
 
706
+ #: views/settings.php:494
707
  msgid "Customize Messages"
708
  msgstr ""
709
 
710
+ #: views/settings.php:499
711
  msgid "Message 1"
712
  msgstr ""
713
 
714
+ #: views/settings.php:507
715
  msgid "Message 2"
716
  msgstr ""
717
 
718
+ #: views/settings.php:515
719
  msgid "Message 3"
720
  msgstr ""
721
 
722
+ #: views/settings.php:523 views/settings.php:563 views/settings.php:585
723
  msgid "Response"
724
  msgstr ""
725
 
726
+ #: views/settings.php:527 views/settings.php:589
727
  msgid "Edit the placeholder's text"
728
  msgstr ""
729
 
730
+ #: views/settings.php:531
731
  msgid "Message 4"
732
  msgstr ""
733
 
734
+ #: views/settings.php:539
735
  msgid "Message 5"
736
  msgstr ""
737
 
738
+ #: views/settings.php:547
739
  msgid "Message 6"
740
  msgstr ""
741
 
742
+ #: views/settings.php:555
743
  msgid "Message 7"
744
  msgstr ""
745
 
746
+ #: views/settings.php:567
747
  msgid "Edit button one"
748
  msgstr ""
749
 
750
+ #: views/settings.php:571
751
  msgid "Edit button two"
752
  msgstr ""
753
 
754
+ #: views/settings.php:577 views/settings.php:593
755
  msgid "Message 8"
756
  msgstr ""
757
 
758
+ #: views/settings.php:577 views/settings.php:601 views/settings.php:609
759
  msgid "(click on button one)"
760
  msgstr ""
761
 
762
+ #: views/settings.php:593
763
  msgid "(click on button two)"
764
  msgstr ""
765
 
766
+ #: views/settings.php:601
767
  msgid "Message 9"
768
  msgstr ""
769
 
770
+ #: views/settings.php:609
771
  msgid "Message 10"
772
  msgstr ""
773
 
774
+ #: views/settings.php:631
775
+ msgid ""
776
+ "To make the plugin GDPR compliant, fill in the details and enable this "
777
+ "section."
778
+ msgstr ""
779
+
780
+ #: views/settings.php:632
781
+ msgid ""
782
+ "Here we added some generic texts that you may want to review, change or "
783
+ "remove."
784
+ msgstr ""
785
+
786
+ #: views/settings.php:644
787
+ msgid "Link name"
788
+ msgstr ""
789
+
790
+ #: views/settings.php:648
791
+ msgid "Label the link that will be shown on frontend footer"
792
+ msgstr ""
793
+
794
+ #: views/settings.php:653
795
+ msgid "P. Policy page link"
796
+ msgstr ""
797
+
798
+ #: views/settings.php:662
799
+ msgid "P. Policy link target"
800
+ msgstr ""
801
+
802
+ #: views/settings.php:668
803
+ msgid "Choose how the link will open."
804
+ msgstr ""
805
+
806
+ #: views/settings.php:673
807
+ msgid "Contact form 'tail'"
808
+ msgstr ""
809
+
810
+ #: views/settings.php:677 views/settings.php:686
811
+ msgid "This will be shown together with the acceptance checkbox below the form"
812
+ msgstr ""
813
+
814
+ #: views/settings.php:682
815
+ msgid "Subscribe form 'tail'"
816
+ msgstr ""
817
+
818
  #: views/sidebar.php:3
819
  msgid "Plugin Info"
820
  msgstr "Plugin Info"
843
  msgid "Resources"
844
  msgstr "Ressourcen"
845
 
846
+ #~ msgid "You have %d subscriber(s)"
847
+ #~ msgstr "Du hast %d Abonnenten"
848
+
849
  #~ msgid "You successfuly subscribed. Thanks!"
850
  #~ msgstr "Erfolgreich abonniert, Danke!"
851
 
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.1.1\n"
4
- "POT-Creation-Date: 2018-03-02 10:26+0100\n"
5
- "PO-Revision-Date: 2018-03-02 10:26+0100\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.0.6\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -19,66 +19,97 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPath-1: includes/classes\n"
21
  "X-Poedit-SearchPath-2: views\n"
 
 
 
22
 
23
  #: includes/classes/wp-maintenance-mode-admin.php:121
24
  #: includes/classes/wp-maintenance-mode-admin.php:159
25
- #: includes/classes/wp-maintenance-mode-admin.php:181
26
  msgid "You do not have access to this resource."
27
  msgstr ""
28
 
29
- #: includes/classes/wp-maintenance-mode-admin.php:165 views/settings.php:296
30
  #, php-format
31
- msgid "You have %d subscriber(s)"
32
- msgstr ""
 
 
 
33
 
34
- #: includes/classes/wp-maintenance-mode-admin.php:186
35
  msgid "The nonce field must not be empty."
36
  msgstr ""
37
 
38
- #: includes/classes/wp-maintenance-mode-admin.php:191
39
  msgid "The tab slug must not be empty."
40
  msgstr ""
41
 
42
- #: includes/classes/wp-maintenance-mode-admin.php:196
43
- #: includes/classes/wp-maintenance-mode-admin.php:250
44
  msgid "Security check."
45
  msgstr ""
46
 
47
- #: includes/classes/wp-maintenance-mode-admin.php:202
48
  msgid "The tab slug must exist."
49
  msgstr ""
50
 
51
- #: includes/classes/wp-maintenance-mode-admin.php:222
52
  msgid "WP Maintenance Mode"
53
  msgstr ""
54
 
55
- #: includes/classes/wp-maintenance-mode-admin.php:487
56
  msgid ""
57
  "WPMM: The file data.js could not be written, the bot will not work correctly."
58
  msgstr ""
59
 
60
- #: includes/classes/wp-maintenance-mode-admin.php:521
61
  msgid "Settings"
62
  msgstr ""
63
 
64
- #: includes/classes/wp-maintenance-mode-admin.php:540
65
  #, php-format
66
  msgid ""
67
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
68
  "href=\"%s\">deactivate</a> as soon as you are done."
69
  msgstr ""
70
 
71
- #: includes/classes/wp-maintenance-mode-admin.php:577
72
  msgid "Notice key cannot be empty."
73
  msgstr ""
74
 
75
- #: includes/classes/wp-maintenance-mode-admin.php:625
76
  #, php-format
77
  msgid ""
78
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
79
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
80
  msgstr ""
81
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  #: includes/classes/wp-maintenance-mode.php:101
83
  #: includes/classes/wp-maintenance-mode.php:102
84
  msgid "Maintenance mode"
@@ -94,115 +125,133 @@ msgstr ""
94
  msgid "Notify me when it's ready"
95
  msgstr ""
96
 
97
- #: includes/classes/wp-maintenance-mode.php:145
98
  msgid ""
99
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
100
  "your assistant here."
101
  msgstr ""
102
 
103
- #: includes/classes/wp-maintenance-mode.php:146
104
  msgid "I have just a few questions."
105
  msgstr ""
106
 
107
- #: includes/classes/wp-maintenance-mode.php:147
108
  msgid "What is your name?"
109
  msgstr ""
110
 
111
- #: includes/classes/wp-maintenance-mode.php:148
112
  msgid "Nice to meet you here, {visitor_name}!"
113
  msgstr ""
114
 
115
- #: includes/classes/wp-maintenance-mode.php:149
116
  msgid "How you can see, our website will be lauched very soon."
117
  msgstr ""
118
 
119
- #: includes/classes/wp-maintenance-mode.php:150
120
  msgid ""
121
  "I know, you are very excited to see it, but we need a few days to finish it."
122
  msgstr ""
123
 
124
- #: includes/classes/wp-maintenance-mode.php:151
125
  msgid "Would you like to be first to see it?"
126
  msgstr ""
127
 
128
- #: includes/classes/wp-maintenance-mode.php:152
129
  msgid ""
130
  "Cool! Please leave your email here and I will send you a message when it's "
131
  "ready."
132
  msgstr ""
133
 
134
- #: includes/classes/wp-maintenance-mode.php:153
135
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
136
  msgstr ""
137
 
138
- #: includes/classes/wp-maintenance-mode.php:154
139
  msgid "Got it! Thank you and see you soon here!"
140
  msgstr ""
141
 
142
- #: includes/classes/wp-maintenance-mode.php:155
143
  msgid "Have a great day!"
144
  msgstr ""
145
 
146
- #: includes/classes/wp-maintenance-mode.php:158
147
- #: includes/classes/wp-maintenance-mode.php:592
148
  msgid "Type your name here…"
149
  msgstr ""
150
 
151
- #: includes/classes/wp-maintenance-mode.php:159
152
  msgid "Tell me more"
153
  msgstr ""
154
 
155
- #: includes/classes/wp-maintenance-mode.php:160
156
  msgid "Boring"
157
  msgstr ""
158
 
159
- #: includes/classes/wp-maintenance-mode.php:161
160
- #: includes/classes/wp-maintenance-mode.php:593
161
  msgid "Type your email here…"
162
  msgstr ""
163
 
164
- #: includes/classes/wp-maintenance-mode.php:286
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
165
  #, php-format
166
  msgid ""
167
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
168
  "\">settings</a>."
169
  msgstr ""
170
 
171
- #: includes/classes/wp-maintenance-mode.php:488
172
- #: includes/classes/wp-maintenance-mode.php:502
173
  msgid "Maintenance Mode"
174
  msgstr ""
175
 
176
- #: includes/classes/wp-maintenance-mode.php:589
177
  msgid "Please type in your name."
178
  msgstr ""
179
 
180
- #: includes/classes/wp-maintenance-mode.php:590
181
  msgid "Please type in a valid email address."
182
  msgstr ""
183
 
184
- #: includes/classes/wp-maintenance-mode.php:594 views/maintenance.php:130
185
  msgid "Send"
186
  msgstr ""
187
 
188
- #: includes/classes/wp-maintenance-mode.php:788
189
- #: includes/classes/wp-maintenance-mode.php:822 views/maintenance.php:121
190
  msgid "Please enter a valid email address."
191
  msgstr ""
192
 
193
- #: includes/classes/wp-maintenance-mode.php:800
194
  msgid "You successfully subscribed. Thanks!"
195
  msgstr ""
196
 
197
- #: includes/classes/wp-maintenance-mode.php:818
198
  msgid "All fields required."
199
  msgstr ""
200
 
201
- #: includes/classes/wp-maintenance-mode.php:830
202
  msgid "Message via contact"
203
  msgstr ""
204
 
205
- #: includes/classes/wp-maintenance-mode.php:844
206
  msgid "Your email was sent to the website administrator. Thanks!"
207
  msgstr ""
208
 
@@ -227,36 +276,40 @@ msgstr ""
227
  msgid "Login"
228
  msgstr ""
229
 
230
- #: views/maintenance.php:72
231
  msgid "your e-mail..."
232
  msgstr ""
233
 
234
- #: views/maintenance.php:73 views/settings.php:271
235
  msgid "Subscribe"
236
  msgstr ""
237
 
238
- #: views/maintenance.php:120 views/sidebar.php:7
239
- msgid "Name"
 
240
  msgstr ""
241
 
242
- #: views/maintenance.php:120 views/maintenance.php:121
243
- #: views/maintenance.php:126
244
- msgid "This field is required."
 
 
 
245
  msgstr ""
246
 
247
- #: views/maintenance.php:121
248
  msgid "E-mail"
249
  msgstr ""
250
 
251
- #: views/maintenance.php:126
252
  msgid "Your message"
253
  msgstr ""
254
 
255
- #: views/maintenance.php:137
256
  msgid "Contact us"
257
  msgstr ""
258
 
259
- #: views/maintenance.php:142
260
  msgid "Dashboard"
261
  msgstr ""
262
 
@@ -295,397 +348,461 @@ msgstr ""
295
  msgid "Manage Bot"
296
  msgstr ""
297
 
298
- #: views/settings.php:25 views/settings.php:454
 
 
 
 
299
  msgid "Status"
300
  msgstr ""
301
 
302
- #: views/settings.php:27 views/settings.php:457
303
  msgid "Activated"
304
  msgstr ""
305
 
306
- #: views/settings.php:28 views/settings.php:458
307
  msgid "Deactivated"
308
  msgstr ""
309
 
310
- #: views/settings.php:32
311
  msgid "Bypass for Search Bots"
312
  msgstr ""
313
 
314
- #: views/settings.php:35 views/settings.php:105 views/settings.php:115
315
- #: views/settings.php:243 views/settings.php:279 views/settings.php:317
316
- #: views/settings.php:385 views/settings.php:417
317
  msgid "Yes"
318
  msgstr ""
319
 
320
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
321
- #: views/settings.php:244 views/settings.php:280 views/settings.php:318
322
- #: views/settings.php:386 views/settings.php:418
323
  msgid "No"
324
  msgstr ""
325
 
326
- #: views/settings.php:38
327
  msgid "Allow Search Bots to bypass maintenance mode?"
328
  msgstr ""
329
 
330
- #: views/settings.php:42
331
  msgid "Backend Role"
332
  msgstr ""
333
 
334
- #: views/settings.php:44 views/settings.php:60
335
  msgid "Select role(s)"
336
  msgstr ""
337
 
338
- #: views/settings.php:54
339
  msgid ""
340
  "Which user role is allowed to access the backend of this blog? "
341
  "Administrators will always have access."
342
  msgstr ""
343
 
344
- #: views/settings.php:58
345
  msgid "Frontend Role"
346
  msgstr ""
347
 
348
- #: views/settings.php:70
349
  msgid ""
350
  "Which user role is allowed to access the frontend of this blog? "
351
  "Administrators will always have access."
352
  msgstr ""
353
 
354
- #: views/settings.php:74
355
  msgid "Robots Meta Tag"
356
  msgstr ""
357
 
358
- #: views/settings.php:80
359
  msgid ""
360
  "The robots meta tag lets you use a granular, page-specific approach to "
361
  "control how an individual page should be indexed and served to users in "
362
  "search results."
363
  msgstr ""
364
 
365
- #: views/settings.php:84
366
  msgid "Redirection"
367
  msgstr ""
368
 
369
- #: views/settings.php:87
370
  msgid ""
371
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
372
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
373
  "(incl. http://)"
374
  msgstr ""
375
 
376
- #: views/settings.php:91
377
  msgid "Exclude"
378
  msgstr ""
379
 
380
- #: views/settings.php:98
381
  msgid ""
382
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
383
  "IP per line!"
384
  msgstr ""
385
 
386
- #: views/settings.php:102
387
  msgid "Notice"
388
  msgstr ""
389
 
390
- #: views/settings.php:108
391
  msgid "Do you want to see notices when maintenance mode is activated?"
392
  msgstr ""
393
 
394
- #: views/settings.php:112
395
  msgid "Dashboard link"
396
  msgstr ""
397
 
398
- #: views/settings.php:118
399
  msgid ""
400
  "Do you want to add a link to the dashboard on your maintenance mode page?"
401
  msgstr ""
402
 
403
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
404
- #: views/settings.php:612
405
  msgid "Save settings"
406
  msgstr ""
407
 
408
- #: views/settings.php:127 views/settings.php:230 views/settings.php:435
409
- #: views/settings.php:613
410
  msgid "Reset settings"
411
  msgstr ""
412
 
413
- #: views/settings.php:132
414
  msgid "Content"
415
  msgstr ""
416
 
417
- #: views/settings.php:137
418
  msgid "Title (HTML tag)"
419
  msgstr ""
420
 
421
- #: views/settings.php:143
422
  msgid "Heading"
423
  msgstr ""
424
 
425
- #: views/settings.php:150 views/settings.php:285
426
  msgid "Text"
427
  msgstr ""
428
 
429
- #: views/settings.php:170
 
 
 
 
430
  msgid "Background"
431
  msgstr ""
432
 
433
- #: views/settings.php:175
434
  msgid "Choose type"
435
  msgstr ""
436
 
437
- #: views/settings.php:178
438
  msgid "Custom color"
439
  msgstr ""
440
 
441
- #: views/settings.php:179
442
  msgid "Uploaded background"
443
  msgstr ""
444
 
445
- #: views/settings.php:180
446
  msgid "Predefined background"
447
  msgstr ""
448
 
449
- #: views/settings.php:185
450
  msgid "Choose color"
451
  msgstr ""
452
 
453
- #: views/settings.php:191
454
  msgid "Upload background"
455
  msgstr ""
456
 
457
- #: views/settings.php:195
458
  msgid "Backgrounds should have 1920x1280 px size."
459
  msgstr ""
460
 
461
- #: views/settings.php:200
462
  msgid "Choose background"
463
  msgstr ""
464
 
465
- #: views/settings.php:202
466
  #, php-format
467
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
468
  msgstr ""
469
 
470
- #: views/settings.php:235
471
  msgid "Countdown"
472
  msgstr ""
473
 
474
- #: views/settings.php:240
475
  msgid "Show countdown?"
476
  msgstr ""
477
 
478
- #: views/settings.php:249
479
  msgid "Start date"
480
  msgstr ""
481
 
482
- #: views/settings.php:255
483
  msgid "Countdown (remaining time)"
484
  msgstr ""
485
 
486
- #: views/settings.php:257
487
  msgid "Days"
488
  msgstr ""
489
 
490
- #: views/settings.php:258
491
  msgid "Hours"
492
  msgstr ""
493
 
494
- #: views/settings.php:259
495
  msgid "Minutes"
496
  msgstr ""
497
 
498
- #: views/settings.php:263
499
  msgid "Color"
500
  msgstr ""
501
 
502
- #: views/settings.php:276
503
  msgid "Show subscribe?"
504
  msgstr ""
505
 
506
- #: views/settings.php:292
507
  msgid "Stats"
508
  msgstr ""
509
 
510
- #: views/settings.php:301
 
 
 
 
 
 
 
 
511
  msgid "Export as CSV"
512
  msgstr ""
513
 
514
- #: views/settings.php:302
515
  msgid "Empty subscribers list"
516
  msgstr ""
517
 
518
- #: views/settings.php:309
519
  msgid "Social Networks"
520
  msgstr ""
521
 
522
- #: views/settings.php:314
523
  msgid "Show social networks?"
524
  msgstr ""
525
 
526
- #: views/settings.php:323
527
  msgid "Links target?"
528
  msgstr ""
529
 
530
- #: views/settings.php:326
531
  msgid "New page"
532
  msgstr ""
533
 
534
- #: views/settings.php:327
535
  msgid "Same page"
536
  msgstr ""
537
 
538
- #: views/settings.php:329
539
  msgid "Choose how the links will open."
540
  msgstr ""
541
 
542
- #: views/settings.php:377
543
  msgid "Contact"
544
  msgstr ""
545
 
546
- #: views/settings.php:382
547
  msgid "Show contact?"
548
  msgstr ""
549
 
550
- #: views/settings.php:391
551
  msgid "Email address"
552
  msgstr ""
553
 
554
- #: views/settings.php:397
555
  msgid "Effects"
556
  msgstr ""
557
 
558
- #: views/settings.php:400
559
  msgid "Move top - Move bottom"
560
  msgstr ""
561
 
562
- #: views/settings.php:401
563
  msgid "Zoom - Zoomed"
564
  msgstr ""
565
 
566
- #: views/settings.php:402
567
  msgid "Fold - Unfold"
568
  msgstr ""
569
 
570
- #: views/settings.php:409
571
  msgid "Google Analytics"
572
  msgstr ""
573
 
574
- #: views/settings.php:414
575
  msgid "Use Google Analytics?"
576
  msgstr ""
577
 
578
- #: views/settings.php:423
 
 
 
 
579
  msgid "Tracking code"
580
  msgstr ""
581
 
582
- #: views/settings.php:426
583
  msgid ""
584
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
585
  msgstr ""
586
 
587
- #: views/settings.php:444 views/settings.php:447
588
  msgid ""
589
  "Setup the conversation steps to capture more subscribers with this friendly "
590
  "way of asking email addresess."
591
  msgstr ""
592
 
593
- #: views/settings.php:448
594
  msgid ""
595
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
596
  "make the conversation even more realistic."
597
  msgstr ""
598
 
599
- #: views/settings.php:449
600
  msgid ""
601
  "It is also ok if you don't fill in all the conversation steps if you don't "
602
  "need to."
603
  msgstr ""
604
 
605
- #: views/settings.php:462
606
  msgid "Bot Name"
607
  msgstr ""
608
 
609
- #: views/settings.php:465
610
  msgid "This name will appear when the bot is typing."
611
  msgstr ""
612
 
613
- #: views/settings.php:469
614
  msgid "Upload avatar"
615
  msgstr ""
616
 
617
- #: views/settings.php:473
618
  msgid "A 512 x 512 px will work just fine."
619
  msgstr ""
620
 
621
- #: views/settings.php:479
622
  msgid "Customize Messages"
623
  msgstr ""
624
 
625
- #: views/settings.php:484
626
  msgid "Message 1"
627
  msgstr ""
628
 
629
- #: views/settings.php:492
630
  msgid "Message 2"
631
  msgstr ""
632
 
633
- #: views/settings.php:500
634
  msgid "Message 3"
635
  msgstr ""
636
 
637
- #: views/settings.php:508 views/settings.php:548 views/settings.php:570
638
  msgid "Response"
639
  msgstr ""
640
 
641
- #: views/settings.php:512 views/settings.php:574
642
  msgid "Edit the placeholder's text"
643
  msgstr ""
644
 
645
- #: views/settings.php:516
646
  msgid "Message 4"
647
  msgstr ""
648
 
649
- #: views/settings.php:524
650
  msgid "Message 5"
651
  msgstr ""
652
 
653
- #: views/settings.php:532
654
  msgid "Message 6"
655
  msgstr ""
656
 
657
- #: views/settings.php:540
658
  msgid "Message 7"
659
  msgstr ""
660
 
661
- #: views/settings.php:552
662
  msgid "Edit button one"
663
  msgstr ""
664
 
665
- #: views/settings.php:556
666
  msgid "Edit button two"
667
  msgstr ""
668
 
669
- #: views/settings.php:562 views/settings.php:578
670
  msgid "Message 8"
671
  msgstr ""
672
 
673
- #: views/settings.php:562 views/settings.php:586 views/settings.php:594
674
  msgid "(click on button one)"
675
  msgstr ""
676
 
677
- #: views/settings.php:578
678
  msgid "(click on button two)"
679
  msgstr ""
680
 
681
- #: views/settings.php:586
682
  msgid "Message 9"
683
  msgstr ""
684
 
685
- #: views/settings.php:594
686
  msgid "Message 10"
687
  msgstr ""
688
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
689
  #: views/sidebar.php:3
690
  msgid "Plugin Info"
691
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.2.2\n"
4
+ "POT-Creation-Date: 2018-11-26 19:09+0200\n"
5
+ "PO-Revision-Date: 2018-11-26 19:09+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 1.8.8\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPath-1: includes/classes\n"
21
  "X-Poedit-SearchPath-2: views\n"
22
+ "X-Poedit-SearchPathExcluded-0: node_modules\n"
23
+ "X-Poedit-SearchPathExcluded-1: .git\n"
24
+ "X-Poedit-SearchPathExcluded-2: assets\n"
25
 
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
 
32
+ #: includes/classes/wp-maintenance-mode-admin.php:165
33
  #, php-format
34
+ msgctxt "ajax response"
35
+ msgid "You have %d subscriber"
36
+ msgid_plural "You have %s subscribers"
37
+ msgstr[0] ""
38
+ msgstr[1] ""
39
 
40
+ #: includes/classes/wp-maintenance-mode-admin.php:187
41
  msgid "The nonce field must not be empty."
42
  msgstr ""
43
 
44
+ #: includes/classes/wp-maintenance-mode-admin.php:192
45
  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
 
53
+ #: includes/classes/wp-maintenance-mode-admin.php:203
54
  msgid "The tab slug must exist."
55
  msgstr ""
56
 
57
+ #: includes/classes/wp-maintenance-mode-admin.php:223
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 "
110
+ "your privacy policy page."
111
+ msgstr ""
112
+
113
  #: includes/classes/wp-maintenance-mode.php:101
114
  #: includes/classes/wp-maintenance-mode.php:102
115
  msgid "Maintenance mode"
125
  msgid "Notify me when it's ready"
126
  msgstr ""
127
 
128
+ #: includes/classes/wp-maintenance-mode.php:147
129
  msgid ""
130
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
131
  "your assistant here."
132
  msgstr ""
133
 
134
+ #: includes/classes/wp-maintenance-mode.php:148
135
  msgid "I have just a few questions."
136
  msgstr ""
137
 
138
+ #: includes/classes/wp-maintenance-mode.php:149
139
  msgid "What is your name?"
140
  msgstr ""
141
 
142
+ #: includes/classes/wp-maintenance-mode.php:150
143
  msgid "Nice to meet you here, {visitor_name}!"
144
  msgstr ""
145
 
146
+ #: includes/classes/wp-maintenance-mode.php:151
147
  msgid "How you can see, our website will be lauched very soon."
148
  msgstr ""
149
 
150
+ #: includes/classes/wp-maintenance-mode.php:152
151
  msgid ""
152
  "I know, you are very excited to see it, but we need a few days to finish it."
153
  msgstr ""
154
 
155
+ #: includes/classes/wp-maintenance-mode.php:153
156
  msgid "Would you like to be first to see it?"
157
  msgstr ""
158
 
159
+ #: includes/classes/wp-maintenance-mode.php:154
160
  msgid ""
161
  "Cool! Please leave your email here and I will send you a message when it's "
162
  "ready."
163
  msgstr ""
164
 
165
+ #: includes/classes/wp-maintenance-mode.php:155
166
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
167
  msgstr ""
168
 
169
+ #: includes/classes/wp-maintenance-mode.php:156
170
  msgid "Got it! Thank you and see you soon here!"
171
  msgstr ""
172
 
173
+ #: includes/classes/wp-maintenance-mode.php:157
174
  msgid "Have a great day!"
175
  msgstr ""
176
 
177
+ #: includes/classes/wp-maintenance-mode.php:160
178
+ #: includes/classes/wp-maintenance-mode.php:645
179
  msgid "Type your name here…"
180
  msgstr ""
181
 
182
+ #: includes/classes/wp-maintenance-mode.php:161
183
  msgid "Tell me more"
184
  msgstr ""
185
 
186
+ #: includes/classes/wp-maintenance-mode.php:162
187
  msgid "Boring"
188
  msgstr ""
189
 
190
+ #: includes/classes/wp-maintenance-mode.php:163
191
+ #: includes/classes/wp-maintenance-mode.php:646
192
  msgid "Type your email here…"
193
  msgstr ""
194
 
195
+ #: includes/classes/wp-maintenance-mode.php:169
196
+ msgid "Privacy Policy"
197
+ msgstr ""
198
+
199
+ #: includes/classes/wp-maintenance-mode.php:172
200
+ msgid ""
201
+ "This form collects your name and email so that we can reach you back. Check "
202
+ "out our <a href=\"#\">Privacy Policy</a> page to fully understand how we "
203
+ "protect and manage your submitted data."
204
+ msgstr ""
205
+
206
+ #: includes/classes/wp-maintenance-mode.php:173
207
+ msgid ""
208
+ "This form collects your email so that we can add you to our newsletter list. "
209
+ "Check out our <a href=\"#\">Privacy Policy</a> page to fully understand how "
210
+ "we protect and manage your submitted data."
211
+ msgstr ""
212
+
213
+ #: includes/classes/wp-maintenance-mode.php:296
214
  #, php-format
215
  msgid ""
216
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
217
  "\">settings</a>."
218
  msgstr ""
219
 
220
+ #: includes/classes/wp-maintenance-mode.php:542
221
+ #: includes/classes/wp-maintenance-mode.php:556
222
  msgid "Maintenance Mode"
223
  msgstr ""
224
 
225
+ #: includes/classes/wp-maintenance-mode.php:642
226
  msgid "Please type in your name."
227
  msgstr ""
228
 
229
+ #: includes/classes/wp-maintenance-mode.php:643
230
  msgid "Please type in a valid email address."
231
  msgstr ""
232
 
233
+ #: includes/classes/wp-maintenance-mode.php:647 views/maintenance.php:161
234
  msgid "Send"
235
  msgstr ""
236
 
237
+ #: includes/classes/wp-maintenance-mode.php:858
238
+ #: includes/classes/wp-maintenance-mode.php:892 views/maintenance.php:140
239
  msgid "Please enter a valid email address."
240
  msgstr ""
241
 
242
+ #: includes/classes/wp-maintenance-mode.php:870
243
  msgid "You successfully subscribed. Thanks!"
244
  msgstr ""
245
 
246
+ #: includes/classes/wp-maintenance-mode.php:888
247
  msgid "All fields required."
248
  msgstr ""
249
 
250
+ #: includes/classes/wp-maintenance-mode.php:900
251
  msgid "Message via contact"
252
  msgstr ""
253
 
254
+ #: includes/classes/wp-maintenance-mode.php:917
255
  msgid "Your email was sent to the website administrator. Thanks!"
256
  msgstr ""
257
 
276
  msgid "Login"
277
  msgstr ""
278
 
279
+ #: views/maintenance.php:74
280
  msgid "your e-mail..."
281
  msgstr ""
282
 
283
+ #: views/maintenance.php:75 views/settings.php:273
284
  msgid "Subscribe"
285
  msgstr ""
286
 
287
+ #: views/maintenance.php:80 views/maintenance.php:139 views/maintenance.php:140
288
+ #: views/maintenance.php:145 views/maintenance.php:152
289
+ msgid "This field is required."
290
  msgstr ""
291
 
292
+ #: views/maintenance.php:82 views/maintenance.php:154
293
+ msgid "I've read and agree with the site's privacy policy"
294
+ msgstr ""
295
+
296
+ #: views/maintenance.php:139 views/sidebar.php:7
297
+ msgid "Name"
298
  msgstr ""
299
 
300
+ #: views/maintenance.php:140
301
  msgid "E-mail"
302
  msgstr ""
303
 
304
+ #: views/maintenance.php:145
305
  msgid "Your message"
306
  msgstr ""
307
 
308
+ #: views/maintenance.php:168
309
  msgid "Contact us"
310
  msgstr ""
311
 
312
+ #: views/maintenance.php:175
313
  msgid "Dashboard"
314
  msgstr ""
315
 
348
  msgid "Manage Bot"
349
  msgstr ""
350
 
351
+ #: views/settings.php:17
352
+ msgid "GDPR"
353
+ msgstr ""
354
+
355
+ #: views/settings.php:26 views/settings.php:469 views/settings.php:636
356
  msgid "Status"
357
  msgstr ""
358
 
359
+ #: views/settings.php:28 views/settings.php:472 views/settings.php:638
360
  msgid "Activated"
361
  msgstr ""
362
 
363
+ #: views/settings.php:29 views/settings.php:473 views/settings.php:639
364
  msgid "Deactivated"
365
  msgstr ""
366
 
367
+ #: views/settings.php:33
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
 
383
+ #: views/settings.php:39
384
  msgid "Allow Search Bots to bypass maintenance mode?"
385
  msgstr ""
386
 
387
+ #: views/settings.php:43
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:621 views/settings.php:694
462
  msgid "Save settings"
463
  msgstr ""
464
 
465
+ #: views/settings.php:128 views/settings.php:232 views/settings.php:453
466
+ #: views/settings.php:622 views/settings.php:695
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"
575
+ 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:665
600
  msgid "New page"
601
  msgstr ""
602
 
603
+ #: views/settings.php:329 views/settings.php:666
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:477
679
  msgid "Bot Name"
680
  msgstr ""
681
 
682
+ #: views/settings.php:480
683
  msgid "This name will appear when the bot is typing."
684
  msgstr ""
685
 
686
+ #: views/settings.php:484
687
  msgid "Upload avatar"
688
  msgstr ""
689
 
690
+ #: views/settings.php:488
691
  msgid "A 512 x 512 px will work just fine."
692
  msgstr ""
693
 
694
+ #: views/settings.php:494
695
  msgid "Customize Messages"
696
  msgstr ""
697
 
698
+ #: views/settings.php:499
699
  msgid "Message 1"
700
  msgstr ""
701
 
702
+ #: views/settings.php:507
703
  msgid "Message 2"
704
  msgstr ""
705
 
706
+ #: views/settings.php:515
707
  msgid "Message 3"
708
  msgstr ""
709
 
710
+ #: views/settings.php:523 views/settings.php:563 views/settings.php:585
711
  msgid "Response"
712
  msgstr ""
713
 
714
+ #: views/settings.php:527 views/settings.php:589
715
  msgid "Edit the placeholder's text"
716
  msgstr ""
717
 
718
+ #: views/settings.php:531
719
  msgid "Message 4"
720
  msgstr ""
721
 
722
+ #: views/settings.php:539
723
  msgid "Message 5"
724
  msgstr ""
725
 
726
+ #: views/settings.php:547
727
  msgid "Message 6"
728
  msgstr ""
729
 
730
+ #: views/settings.php:555
731
  msgid "Message 7"
732
  msgstr ""
733
 
734
+ #: views/settings.php:567
735
  msgid "Edit button one"
736
  msgstr ""
737
 
738
+ #: views/settings.php:571
739
  msgid "Edit button two"
740
  msgstr ""
741
 
742
+ #: views/settings.php:577 views/settings.php:593
743
  msgid "Message 8"
744
  msgstr ""
745
 
746
+ #: views/settings.php:577 views/settings.php:601 views/settings.php:609
747
  msgid "(click on button one)"
748
  msgstr ""
749
 
750
+ #: views/settings.php:593
751
  msgid "(click on button two)"
752
  msgstr ""
753
 
754
+ #: views/settings.php:601
755
  msgid "Message 9"
756
  msgstr ""
757
 
758
+ #: views/settings.php:609
759
  msgid "Message 10"
760
  msgstr ""
761
 
762
+ #: views/settings.php:631
763
+ msgid ""
764
+ "To make the plugin GDPR compliant, fill in the details and enable this "
765
+ "section."
766
+ msgstr ""
767
+
768
+ #: views/settings.php:632
769
+ msgid ""
770
+ "Here we added some generic texts that you may want to review, change or "
771
+ "remove."
772
+ msgstr ""
773
+
774
+ #: views/settings.php:644
775
+ msgid "Link name"
776
+ msgstr ""
777
+
778
+ #: views/settings.php:648
779
+ msgid "Label the link that will be shown on frontend footer"
780
+ msgstr ""
781
+
782
+ #: views/settings.php:653
783
+ msgid "P. Policy page link"
784
+ msgstr ""
785
+
786
+ #: views/settings.php:662
787
+ msgid "P. Policy link target"
788
+ msgstr ""
789
+
790
+ #: views/settings.php:668
791
+ msgid "Choose how the link will open."
792
+ msgstr ""
793
+
794
+ #: views/settings.php:673
795
+ msgid "Contact form 'tail'"
796
+ msgstr ""
797
+
798
+ #: views/settings.php:677 views/settings.php:686
799
+ msgid "This will be shown together with the acceptance checkbox below the form"
800
+ msgstr ""
801
+
802
+ #: views/settings.php:682
803
+ msgid "Subscribe form 'tail'"
804
+ msgstr ""
805
+
806
  #: views/sidebar.php:3
807
  msgid "Plugin Info"
808
  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.1.1\n"
4
- "POT-Creation-Date: 2018-03-02 10:26+0100\n"
5
- "PO-Revision-Date: 2018-03-02 10:26+0100\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.0.6\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -19,49 +19,55 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPath-1: includes/classes\n"
21
  "X-Poedit-SearchPath-2: views\n"
 
 
 
22
 
23
  #: includes/classes/wp-maintenance-mode-admin.php:121
24
  #: includes/classes/wp-maintenance-mode-admin.php:159
25
- #: includes/classes/wp-maintenance-mode-admin.php:181
26
  msgid "You do not have access to this resource."
27
  msgstr ""
28
 
29
- #: includes/classes/wp-maintenance-mode-admin.php:165 views/settings.php:296
30
  #, php-format
31
- msgid "You have %d subscriber(s)"
32
- msgstr "Hay %d suscriptor(es)"
 
 
 
33
 
34
- #: includes/classes/wp-maintenance-mode-admin.php:186
35
  msgid "The nonce field must not be empty."
36
  msgstr ""
37
 
38
- #: includes/classes/wp-maintenance-mode-admin.php:191
39
  msgid "The tab slug must not be empty."
40
  msgstr ""
41
 
42
- #: includes/classes/wp-maintenance-mode-admin.php:196
43
- #: includes/classes/wp-maintenance-mode-admin.php:250
44
  msgid "Security check."
45
  msgstr ""
46
 
47
- #: includes/classes/wp-maintenance-mode-admin.php:202
48
  msgid "The tab slug must exist."
49
  msgstr ""
50
 
51
- #: includes/classes/wp-maintenance-mode-admin.php:222
52
  msgid "WP Maintenance Mode"
53
  msgstr "Modo de Mantenimiento WP"
54
 
55
- #: includes/classes/wp-maintenance-mode-admin.php:487
56
  msgid ""
57
  "WPMM: The file data.js could not be written, the bot will not work correctly."
58
  msgstr ""
59
 
60
- #: includes/classes/wp-maintenance-mode-admin.php:521
61
  msgid "Settings"
62
  msgstr "Ajustes"
63
 
64
- #: includes/classes/wp-maintenance-mode-admin.php:540
65
  #, php-format
66
  msgid ""
67
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -70,17 +76,42 @@ msgstr ""
70
  "El modo de mantenimiento está <strong>activo</strong>. Por favor no olvides "
71
  "<a href=\"%s\">desactivarlo</a> tan pronto como termines."
72
 
73
- #: includes/classes/wp-maintenance-mode-admin.php:577
74
  msgid "Notice key cannot be empty."
75
  msgstr ""
76
 
77
- #: includes/classes/wp-maintenance-mode-admin.php:625
78
  #, php-format
79
  msgid ""
80
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
81
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
82
  msgstr ""
83
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  #: includes/classes/wp-maintenance-mode.php:101
85
  #: includes/classes/wp-maintenance-mode.php:102
86
  msgid "Maintenance mode"
@@ -98,76 +129,93 @@ msgstr ""
98
  msgid "Notify me when it's ready"
99
  msgstr "Notifícame cuanto este listo"
100
 
101
- #: includes/classes/wp-maintenance-mode.php:145
102
  msgid ""
103
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
104
  "your assistant here."
105
  msgstr ""
106
 
107
- #: includes/classes/wp-maintenance-mode.php:146
108
  msgid "I have just a few questions."
109
  msgstr ""
110
 
111
- #: includes/classes/wp-maintenance-mode.php:147
112
  msgid "What is your name?"
113
  msgstr ""
114
 
115
- #: includes/classes/wp-maintenance-mode.php:148
116
  msgid "Nice to meet you here, {visitor_name}!"
117
  msgstr ""
118
 
119
- #: includes/classes/wp-maintenance-mode.php:149
120
  msgid "How you can see, our website will be lauched very soon."
121
  msgstr ""
122
 
123
- #: includes/classes/wp-maintenance-mode.php:150
124
  msgid ""
125
  "I know, you are very excited to see it, but we need a few days to finish it."
126
  msgstr ""
127
 
128
- #: includes/classes/wp-maintenance-mode.php:151
129
  msgid "Would you like to be first to see it?"
130
  msgstr ""
131
 
132
- #: includes/classes/wp-maintenance-mode.php:152
133
  msgid ""
134
  "Cool! Please leave your email here and I will send you a message when it's "
135
  "ready."
136
  msgstr ""
137
 
138
- #: includes/classes/wp-maintenance-mode.php:153
139
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
140
  msgstr ""
141
 
142
- #: includes/classes/wp-maintenance-mode.php:154
143
  msgid "Got it! Thank you and see you soon here!"
144
  msgstr ""
145
 
146
- #: includes/classes/wp-maintenance-mode.php:155
147
  msgid "Have a great day!"
148
  msgstr ""
149
 
150
- #: includes/classes/wp-maintenance-mode.php:158
151
- #: includes/classes/wp-maintenance-mode.php:592
152
  msgid "Type your name here…"
153
  msgstr ""
154
 
155
- #: includes/classes/wp-maintenance-mode.php:159
156
  msgid "Tell me more"
157
  msgstr ""
158
 
159
- #: includes/classes/wp-maintenance-mode.php:160
160
  msgid "Boring"
161
  msgstr ""
162
 
163
- #: includes/classes/wp-maintenance-mode.php:161
164
- #: includes/classes/wp-maintenance-mode.php:593
165
  #, fuzzy
166
- #| msgid "Enter your email address"
167
  msgid "Type your email here…"
168
  msgstr "Introduce tu dirección de correo electrónico"
169
 
170
- #: includes/classes/wp-maintenance-mode.php:286
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
171
  #, php-format
172
  msgid ""
173
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
@@ -176,43 +224,42 @@ msgstr ""
176
  "El plugin Modo de Mantenimiento WP fue reactivado y es NECESARIO que revises "
177
  "los <a href=\"%s\">ajustes</a>."
178
 
179
- #: includes/classes/wp-maintenance-mode.php:488
180
- #: includes/classes/wp-maintenance-mode.php:502
181
  msgid "Maintenance Mode"
182
  msgstr "Modo de Mantenimiento"
183
 
184
- #: includes/classes/wp-maintenance-mode.php:589
185
  msgid "Please type in your name."
186
  msgstr ""
187
 
188
- #: includes/classes/wp-maintenance-mode.php:590
189
  #, fuzzy
190
- #| msgid "Please enter a valid email address."
191
  msgid "Please type in a valid email address."
192
  msgstr "Por favor usa una dirección de correo electrónico valida."
193
 
194
- #: includes/classes/wp-maintenance-mode.php:594 views/maintenance.php:130
195
  msgid "Send"
196
  msgstr "Enviar"
197
 
198
- #: includes/classes/wp-maintenance-mode.php:788
199
- #: includes/classes/wp-maintenance-mode.php:822 views/maintenance.php:121
200
  msgid "Please enter a valid email address."
201
  msgstr "Por favor usa una dirección de correo electrónico valida."
202
 
203
- #: includes/classes/wp-maintenance-mode.php:800
204
  msgid "You successfully subscribed. Thanks!"
205
  msgstr ""
206
 
207
- #: includes/classes/wp-maintenance-mode.php:818
208
  msgid "All fields required."
209
  msgstr "Todos los campos son obligatorios."
210
 
211
- #: includes/classes/wp-maintenance-mode.php:830
212
  msgid "Message via contact"
213
  msgstr "Mensaje vía formulario de contacto."
214
 
215
- #: includes/classes/wp-maintenance-mode.php:844
216
  msgid "Your email was sent to the website administrator. Thanks!"
217
  msgstr "Tu mensaje ha sido enviado al administrador. ¡Muchas gracias!"
218
 
@@ -237,36 +284,40 @@ msgstr ""
237
  msgid "Login"
238
  msgstr "Iniciar sesión"
239
 
240
- #: views/maintenance.php:72
241
  msgid "your e-mail..."
242
  msgstr "dirección de correo electrónico ..."
243
 
244
- #: views/maintenance.php:73 views/settings.php:271
245
  msgid "Subscribe"
246
  msgstr "Suscribirse"
247
 
248
- #: views/maintenance.php:120 views/sidebar.php:7
249
- msgid "Name"
250
- msgstr "Nombre"
251
-
252
- #: views/maintenance.php:120 views/maintenance.php:121
253
- #: views/maintenance.php:126
254
  msgid "This field is required."
255
  msgstr ""
256
 
257
- #: views/maintenance.php:121
 
 
 
 
 
 
 
 
258
  msgid "E-mail"
259
  msgstr "Correo electrónico"
260
 
261
- #: views/maintenance.php:126
262
  msgid "Your message"
263
  msgstr "Mensaje"
264
 
265
- #: views/maintenance.php:137
266
  msgid "Contact us"
267
  msgstr "Contáctanos"
268
 
269
- #: views/maintenance.php:142
270
  msgid "Dashboard"
271
  msgstr "Escritorio"
272
 
@@ -305,67 +356,71 @@ msgstr "Módulos"
305
  msgid "Manage Bot"
306
  msgstr ""
307
 
308
- #: views/settings.php:25 views/settings.php:454
 
 
 
 
309
  msgid "Status"
310
  msgstr "Estado"
311
 
312
- #: views/settings.php:27 views/settings.php:457
313
  msgid "Activated"
314
  msgstr "Activado"
315
 
316
- #: views/settings.php:28 views/settings.php:458
317
  msgid "Deactivated"
318
  msgstr "Desactivado"
319
 
320
- #: views/settings.php:32
321
  msgid "Bypass for Search Bots"
322
  msgstr "Evitar Robots de Búsqueda"
323
 
324
- #: views/settings.php:35 views/settings.php:105 views/settings.php:115
325
- #: views/settings.php:243 views/settings.php:279 views/settings.php:317
326
- #: views/settings.php:385 views/settings.php:417
327
  msgid "Yes"
328
  msgstr "Si"
329
 
330
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
331
- #: views/settings.php:244 views/settings.php:280 views/settings.php:318
332
- #: views/settings.php:386 views/settings.php:418
333
  msgid "No"
334
  msgstr "No"
335
 
336
- #: views/settings.php:38
337
  msgid "Allow Search Bots to bypass maintenance mode?"
338
  msgstr "¿Permitir a los Robots de Búsqueda evitar el modo de mantenimiento?"
339
 
340
- #: views/settings.php:42
341
  msgid "Backend Role"
342
  msgstr "Rol de administración"
343
 
344
- #: views/settings.php:44 views/settings.php:60
345
  msgid "Select role(s)"
346
  msgstr ""
347
 
348
- #: views/settings.php:54
349
  msgid ""
350
  "Which user role is allowed to access the backend of this blog? "
351
  "Administrators will always have access."
352
  msgstr ""
353
 
354
- #: views/settings.php:58
355
  msgid "Frontend Role"
356
  msgstr "Rol de sitio"
357
 
358
- #: views/settings.php:70
359
  msgid ""
360
  "Which user role is allowed to access the frontend of this blog? "
361
  "Administrators will always have access."
362
  msgstr ""
363
 
364
- #: views/settings.php:74
365
  msgid "Robots Meta Tag"
366
  msgstr "Meta Etiqueta Robots"
367
 
368
- #: views/settings.php:80
369
  msgid ""
370
  "The robots meta tag lets you use a granular, page-specific approach to "
371
  "control how an individual page should be indexed and served to users in "
@@ -375,22 +430,22 @@ msgstr ""
375
  "ser indexadas y servidas las paginas a los usuarios en los resultados de "
376
  "búsqueda. "
377
 
378
- #: views/settings.php:84
379
  msgid "Redirection"
380
  msgstr "Redirección"
381
 
382
- #: views/settings.php:87
383
  msgid ""
384
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
385
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
386
  "(incl. http://)"
387
  msgstr ""
388
 
389
- #: views/settings.php:91
390
  msgid "Exclude"
391
  msgstr "Excluir"
392
 
393
- #: views/settings.php:98
394
  msgid ""
395
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
396
  "IP per line!"
@@ -398,313 +453,371 @@ msgstr ""
398
  "Excluye feed, paginas, archivos o direcciones IP del modo de mantenimiento. "
399
  "Agregua un slug por linea!"
400
 
401
- #: views/settings.php:102
402
  msgid "Notice"
403
  msgstr "Aviso"
404
 
405
- #: views/settings.php:108
406
  msgid "Do you want to see notices when maintenance mode is activated?"
407
  msgstr "¿Deseas ver avisos cuando el modo de mantenimiento esta activo?"
408
 
409
- #: views/settings.php:112
410
  msgid "Dashboard link"
411
  msgstr "Enlace al escritorio"
412
 
413
- #: views/settings.php:118
414
  msgid ""
415
  "Do you want to add a link to the dashboard on your maintenance mode page?"
416
  msgstr "¿Deseas agregar un enlace al escritorio en tu página de mantenimiento?"
417
 
418
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
419
- #: views/settings.php:612
420
  msgid "Save settings"
421
  msgstr "Guardar ajustes"
422
 
423
- #: views/settings.php:127 views/settings.php:230 views/settings.php:435
424
- #: views/settings.php:613
425
  msgid "Reset settings"
426
  msgstr "Restablecer ajustes"
427
 
428
- #: views/settings.php:132
429
  msgid "Content"
430
  msgstr "Contenido"
431
 
432
- #: views/settings.php:137
433
  msgid "Title (HTML tag)"
434
  msgstr "Título (Etiqueta HTML)"
435
 
436
- #: views/settings.php:143
437
  msgid "Heading"
438
  msgstr "Encabezado"
439
 
440
- #: views/settings.php:150 views/settings.php:285
441
  msgid "Text"
442
  msgstr "Texto"
443
 
444
- #: views/settings.php:170
 
 
 
 
445
  msgid "Background"
446
  msgstr "Fondo"
447
 
448
- #: views/settings.php:175
449
  msgid "Choose type"
450
  msgstr "Seleccionar tipo"
451
 
452
- #: views/settings.php:178
453
  msgid "Custom color"
454
  msgstr "Color personalizado"
455
 
456
- #: views/settings.php:179
457
  msgid "Uploaded background"
458
  msgstr "Fondo cargado"
459
 
460
- #: views/settings.php:180
461
  msgid "Predefined background"
462
  msgstr "Fondo predefinido"
463
 
464
- #: views/settings.php:185
465
  msgid "Choose color"
466
  msgstr "Elige un color"
467
 
468
- #: views/settings.php:191
469
  msgid "Upload background"
470
  msgstr "Sube un fondo"
471
 
472
- #: views/settings.php:195
473
  msgid "Backgrounds should have 1920x1280 px size."
474
  msgstr "El fondo debe medir 1920x1280 pixeles."
475
 
476
- #: views/settings.php:200
477
  msgid "Choose background"
478
  msgstr "Elige el fondo"
479
 
480
- #: views/settings.php:202
481
  #, php-format
482
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
483
  msgstr ""
484
 
485
- #: views/settings.php:235
486
  msgid "Countdown"
487
  msgstr "Contador"
488
 
489
- #: views/settings.php:240
490
  msgid "Show countdown?"
491
  msgstr "¿Mostrar contador?"
492
 
493
- #: views/settings.php:249
494
  msgid "Start date"
495
  msgstr "Fecha de inicio"
496
 
497
- #: views/settings.php:255
498
  msgid "Countdown (remaining time)"
499
  msgstr "Contador (tiempo restante)"
500
 
501
- #: views/settings.php:257
502
  msgid "Days"
503
  msgstr "Días"
504
 
505
- #: views/settings.php:258
506
  msgid "Hours"
507
  msgstr "Horas"
508
 
509
- #: views/settings.php:259
510
  msgid "Minutes"
511
  msgstr "Minutos"
512
 
513
- #: views/settings.php:263
514
  msgid "Color"
515
  msgstr "Color"
516
 
517
- #: views/settings.php:276
518
  msgid "Show subscribe?"
519
  msgstr "¿Mostrar suscribirse?"
520
 
521
- #: views/settings.php:292
522
  msgid "Stats"
523
  msgstr "Estadísticas"
524
 
525
- #: views/settings.php:301
 
 
 
 
 
 
 
 
526
  msgid "Export as CSV"
527
  msgstr "Exportar como CSV"
528
 
529
- #: views/settings.php:302
530
  msgid "Empty subscribers list"
531
  msgstr ""
532
 
533
- #: views/settings.php:309
534
  msgid "Social Networks"
535
  msgstr "Redes Sociales"
536
 
537
- #: views/settings.php:314
538
  msgid "Show social networks?"
539
  msgstr "¿Mostrar redes sociales?"
540
 
541
- #: views/settings.php:323
542
  msgid "Links target?"
543
  msgstr "¿Destino de enlaces?"
544
 
545
- #: views/settings.php:326
546
  msgid "New page"
547
  msgstr "Página nueva"
548
 
549
- #: views/settings.php:327
550
  msgid "Same page"
551
  msgstr "Misma página"
552
 
553
- #: views/settings.php:329
554
  msgid "Choose how the links will open."
555
  msgstr "Selecciona como se abrirán los enlaces."
556
 
557
- #: views/settings.php:377
558
  msgid "Contact"
559
  msgstr "Contacto"
560
 
561
- #: views/settings.php:382
562
  msgid "Show contact?"
563
  msgstr "¿Mostrar contacto?"
564
 
565
- #: views/settings.php:391
566
  msgid "Email address"
567
  msgstr "Dirección de correo electrónico"
568
 
569
- #: views/settings.php:397
570
  msgid "Effects"
571
  msgstr "Efectos"
572
 
573
- #: views/settings.php:400
574
  msgid "Move top - Move bottom"
575
  msgstr "Mover al inicio - Mover al final"
576
 
577
- #: views/settings.php:401
578
  msgid "Zoom - Zoomed"
579
  msgstr "Ampliar - Ampliado"
580
 
581
- #: views/settings.php:402
582
  msgid "Fold - Unfold"
583
  msgstr "Colapsar - Expandir"
584
 
585
- #: views/settings.php:409
586
  msgid "Google Analytics"
587
  msgstr "Google Analytics"
588
 
589
- #: views/settings.php:414
590
  msgid "Use Google Analytics?"
591
  msgstr "¿Usar Google Analytics?"
592
 
593
- #: views/settings.php:423
 
 
 
 
594
  msgid "Tracking code"
595
  msgstr "Código de rastreo"
596
 
597
- #: views/settings.php:426
598
  msgid ""
599
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
600
  msgstr ""
601
 
602
- #: views/settings.php:444 views/settings.php:447
603
  msgid ""
604
  "Setup the conversation steps to capture more subscribers with this friendly "
605
  "way of asking email addresess."
606
  msgstr ""
607
 
608
- #: views/settings.php:448
609
  msgid ""
610
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
611
  "make the conversation even more realistic."
612
  msgstr ""
613
 
614
- #: views/settings.php:449
615
  msgid ""
616
  "It is also ok if you don't fill in all the conversation steps if you don't "
617
  "need to."
618
  msgstr ""
619
 
620
- #: views/settings.php:462
621
  #, fuzzy
622
- #| msgid "Name"
623
  msgid "Bot Name"
624
  msgstr "Nombre"
625
 
626
- #: views/settings.php:465
627
  msgid "This name will appear when the bot is typing."
628
  msgstr ""
629
 
630
- #: views/settings.php:469
631
  #, fuzzy
632
- #| msgid "Upload background"
633
  msgid "Upload avatar"
634
  msgstr "Sube un fondo"
635
 
636
- #: views/settings.php:473
637
  msgid "A 512 x 512 px will work just fine."
638
  msgstr ""
639
 
640
- #: views/settings.php:479
641
  msgid "Customize Messages"
642
  msgstr ""
643
 
644
- #: views/settings.php:484
645
  msgid "Message 1"
646
  msgstr ""
647
 
648
- #: views/settings.php:492
649
  msgid "Message 2"
650
  msgstr ""
651
 
652
- #: views/settings.php:500
653
  msgid "Message 3"
654
  msgstr ""
655
 
656
- #: views/settings.php:508 views/settings.php:548 views/settings.php:570
657
  msgid "Response"
658
  msgstr ""
659
 
660
- #: views/settings.php:512 views/settings.php:574
661
  msgid "Edit the placeholder's text"
662
  msgstr ""
663
 
664
- #: views/settings.php:516
665
  msgid "Message 4"
666
  msgstr ""
667
 
668
- #: views/settings.php:524
669
  msgid "Message 5"
670
  msgstr ""
671
 
672
- #: views/settings.php:532
673
  msgid "Message 6"
674
  msgstr ""
675
 
676
- #: views/settings.php:540
677
  msgid "Message 7"
678
  msgstr ""
679
 
680
- #: views/settings.php:552
681
  msgid "Edit button one"
682
  msgstr ""
683
 
684
- #: views/settings.php:556
685
  msgid "Edit button two"
686
  msgstr ""
687
 
688
- #: views/settings.php:562 views/settings.php:578
689
  msgid "Message 8"
690
  msgstr ""
691
 
692
- #: views/settings.php:562 views/settings.php:586 views/settings.php:594
693
  msgid "(click on button one)"
694
  msgstr ""
695
 
696
- #: views/settings.php:578
697
  msgid "(click on button two)"
698
  msgstr ""
699
 
700
- #: views/settings.php:586
701
  msgid "Message 9"
702
  msgstr ""
703
 
704
- #: views/settings.php:594
705
  msgid "Message 10"
706
  msgstr ""
707
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
708
  #: views/sidebar.php:3
709
  msgid "Plugin Info"
710
  msgstr "Información del plugin"
@@ -733,6 +846,9 @@ msgstr ""
733
  msgid "Resources"
734
  msgstr "Recursos"
735
 
 
 
 
736
  #~ msgid "You successfuly subscribed. Thanks!"
737
  #~ msgstr "Te has suscrito exitosamente. ¡Muchas gracias!"
738
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.2.2\n"
4
+ "POT-Creation-Date: 2018-11-26 19:10+0200\n"
5
+ "PO-Revision-Date: 2018-11-26 19:10+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 1.8.8\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPath-1: includes/classes\n"
21
  "X-Poedit-SearchPath-2: views\n"
22
+ "X-Poedit-SearchPathExcluded-0: .git\n"
23
+ "X-Poedit-SearchPathExcluded-1: assets\n"
24
+ "X-Poedit-SearchPathExcluded-2: node_modules\n"
25
 
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
 
32
+ #: includes/classes/wp-maintenance-mode-admin.php:165
33
  #, php-format
34
+ msgctxt "ajax response"
35
+ msgid "You have %d subscriber"
36
+ msgid_plural "You have %s subscribers"
37
+ msgstr[0] ""
38
+ msgstr[1] ""
39
 
40
+ #: includes/classes/wp-maintenance-mode-admin.php:187
41
  msgid "The nonce field must not be empty."
42
  msgstr ""
43
 
44
+ #: includes/classes/wp-maintenance-mode-admin.php:192
45
  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
 
53
+ #: includes/classes/wp-maintenance-mode-admin.php:203
54
  msgid "The tab slug must exist."
55
  msgstr ""
56
 
57
+ #: includes/classes/wp-maintenance-mode-admin.php:223
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
  "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 "
112
+ "your privacy policy page."
113
+ msgstr ""
114
+
115
  #: includes/classes/wp-maintenance-mode.php:101
116
  #: includes/classes/wp-maintenance-mode.php:102
117
  msgid "Maintenance mode"
129
  msgid "Notify me when it's ready"
130
  msgstr "Notifícame cuanto este listo"
131
 
132
+ #: includes/classes/wp-maintenance-mode.php:147
133
  msgid ""
134
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
135
  "your assistant here."
136
  msgstr ""
137
 
138
+ #: includes/classes/wp-maintenance-mode.php:148
139
  msgid "I have just a few questions."
140
  msgstr ""
141
 
142
+ #: includes/classes/wp-maintenance-mode.php:149
143
  msgid "What is your name?"
144
  msgstr ""
145
 
146
+ #: includes/classes/wp-maintenance-mode.php:150
147
  msgid "Nice to meet you here, {visitor_name}!"
148
  msgstr ""
149
 
150
+ #: includes/classes/wp-maintenance-mode.php:151
151
  msgid "How you can see, our website will be lauched very soon."
152
  msgstr ""
153
 
154
+ #: includes/classes/wp-maintenance-mode.php:152
155
  msgid ""
156
  "I know, you are very excited to see it, but we need a few days to finish it."
157
  msgstr ""
158
 
159
+ #: includes/classes/wp-maintenance-mode.php:153
160
  msgid "Would you like to be first to see it?"
161
  msgstr ""
162
 
163
+ #: includes/classes/wp-maintenance-mode.php:154
164
  msgid ""
165
  "Cool! Please leave your email here and I will send you a message when it's "
166
  "ready."
167
  msgstr ""
168
 
169
+ #: includes/classes/wp-maintenance-mode.php:155
170
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
171
  msgstr ""
172
 
173
+ #: includes/classes/wp-maintenance-mode.php:156
174
  msgid "Got it! Thank you and see you soon here!"
175
  msgstr ""
176
 
177
+ #: includes/classes/wp-maintenance-mode.php:157
178
  msgid "Have a great day!"
179
  msgstr ""
180
 
181
+ #: includes/classes/wp-maintenance-mode.php:160
182
+ #: includes/classes/wp-maintenance-mode.php:645
183
  msgid "Type your name here…"
184
  msgstr ""
185
 
186
+ #: includes/classes/wp-maintenance-mode.php:161
187
  msgid "Tell me more"
188
  msgstr ""
189
 
190
+ #: includes/classes/wp-maintenance-mode.php:162
191
  msgid "Boring"
192
  msgstr ""
193
 
194
+ #: includes/classes/wp-maintenance-mode.php:163
195
+ #: includes/classes/wp-maintenance-mode.php:646
196
  #, fuzzy
 
197
  msgid "Type your email here…"
198
  msgstr "Introduce tu dirección de correo electrónico"
199
 
200
+ #: includes/classes/wp-maintenance-mode.php:169
201
+ msgid "Privacy Policy"
202
+ msgstr ""
203
+
204
+ #: includes/classes/wp-maintenance-mode.php:172
205
+ msgid ""
206
+ "This form collects your name and email so that we can reach you back. Check "
207
+ "out our <a href=\"#\">Privacy Policy</a> page to fully understand how we "
208
+ "protect and manage your submitted data."
209
+ msgstr ""
210
+
211
+ #: includes/classes/wp-maintenance-mode.php:173
212
+ msgid ""
213
+ "This form collects your email so that we can add you to our newsletter list. "
214
+ "Check out our <a href=\"#\">Privacy Policy</a> page to fully understand how "
215
+ "we protect and manage your submitted data."
216
+ msgstr ""
217
+
218
+ #: includes/classes/wp-maintenance-mode.php:296
219
  #, php-format
220
  msgid ""
221
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
224
  "El plugin Modo de Mantenimiento WP fue reactivado y es NECESARIO que revises "
225
  "los <a href=\"%s\">ajustes</a>."
226
 
227
+ #: includes/classes/wp-maintenance-mode.php:542
228
+ #: includes/classes/wp-maintenance-mode.php:556
229
  msgid "Maintenance Mode"
230
  msgstr "Modo de Mantenimiento"
231
 
232
+ #: includes/classes/wp-maintenance-mode.php:642
233
  msgid "Please type in your name."
234
  msgstr ""
235
 
236
+ #: includes/classes/wp-maintenance-mode.php:643
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:647 views/maintenance.php:161
242
  msgid "Send"
243
  msgstr "Enviar"
244
 
245
+ #: includes/classes/wp-maintenance-mode.php:858
246
+ #: includes/classes/wp-maintenance-mode.php:892 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:870
251
  msgid "You successfully subscribed. Thanks!"
252
  msgstr ""
253
 
254
+ #: includes/classes/wp-maintenance-mode.php:888
255
  msgid "All fields required."
256
  msgstr "Todos los campos son obligatorios."
257
 
258
+ #: includes/classes/wp-maintenance-mode.php:900
259
  msgid "Message via contact"
260
  msgstr "Mensaje vía formulario de contacto."
261
 
262
+ #: includes/classes/wp-maintenance-mode.php:917
263
  msgid "Your email was sent to the website administrator. Thanks!"
264
  msgstr "Tu mensaje ha sido enviado al administrador. ¡Muchas gracias!"
265
 
284
  msgid "Login"
285
  msgstr "Iniciar sesión"
286
 
287
+ #: views/maintenance.php:74
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
 
295
+ #: views/maintenance.php:80 views/maintenance.php:139 views/maintenance.php:140
296
+ #: views/maintenance.php:145 views/maintenance.php:152
 
 
 
 
297
  msgid "This field is required."
298
  msgstr ""
299
 
300
+ #: views/maintenance.php:82 views/maintenance.php:154
301
+ msgid "I've read and agree with the site's privacy policy"
302
+ msgstr ""
303
+
304
+ #: views/maintenance.php:139 views/sidebar.php:7
305
+ msgid "Name"
306
+ msgstr "Nombre"
307
+
308
+ #: views/maintenance.php:140
309
  msgid "E-mail"
310
  msgstr "Correo electrónico"
311
 
312
+ #: views/maintenance.php:145
313
  msgid "Your message"
314
  msgstr "Mensaje"
315
 
316
+ #: views/maintenance.php:168
317
  msgid "Contact us"
318
  msgstr "Contáctanos"
319
 
320
+ #: views/maintenance.php:175
321
  msgid "Dashboard"
322
  msgstr "Escritorio"
323
 
356
  msgid "Manage Bot"
357
  msgstr ""
358
 
359
+ #: views/settings.php:17
360
+ msgid "GDPR"
361
+ msgstr ""
362
+
363
+ #: views/settings.php:26 views/settings.php:469 views/settings.php:636
364
  msgid "Status"
365
  msgstr "Estado"
366
 
367
+ #: views/settings.php:28 views/settings.php:472 views/settings.php:638
368
  msgid "Activated"
369
  msgstr "Activado"
370
 
371
+ #: views/settings.php:29 views/settings.php:473 views/settings.php:639
372
  msgid "Deactivated"
373
  msgstr "Desactivado"
374
 
375
+ #: views/settings.php:33
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
 
391
+ #: views/settings.php:39
392
  msgid "Allow Search Bots to bypass maintenance mode?"
393
  msgstr "¿Permitir a los Robots de Búsqueda evitar el modo de mantenimiento?"
394
 
395
+ #: views/settings.php:43
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
  "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
  "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:621 views/settings.php:694
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:622 views/settings.php:695
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"
588
+ 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:665
613
  msgid "New page"
614
  msgstr "Página nueva"
615
 
616
+ #: views/settings.php:329 views/settings.php:666
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:477
692
  #, fuzzy
 
693
  msgid "Bot Name"
694
  msgstr "Nombre"
695
 
696
+ #: views/settings.php:480
697
  msgid "This name will appear when the bot is typing."
698
  msgstr ""
699
 
700
+ #: views/settings.php:484
701
  #, fuzzy
 
702
  msgid "Upload avatar"
703
  msgstr "Sube un fondo"
704
 
705
+ #: views/settings.php:488
706
  msgid "A 512 x 512 px will work just fine."
707
  msgstr ""
708
 
709
+ #: views/settings.php:494
710
  msgid "Customize Messages"
711
  msgstr ""
712
 
713
+ #: views/settings.php:499
714
  msgid "Message 1"
715
  msgstr ""
716
 
717
+ #: views/settings.php:507
718
  msgid "Message 2"
719
  msgstr ""
720
 
721
+ #: views/settings.php:515
722
  msgid "Message 3"
723
  msgstr ""
724
 
725
+ #: views/settings.php:523 views/settings.php:563 views/settings.php:585
726
  msgid "Response"
727
  msgstr ""
728
 
729
+ #: views/settings.php:527 views/settings.php:589
730
  msgid "Edit the placeholder's text"
731
  msgstr ""
732
 
733
+ #: views/settings.php:531
734
  msgid "Message 4"
735
  msgstr ""
736
 
737
+ #: views/settings.php:539
738
  msgid "Message 5"
739
  msgstr ""
740
 
741
+ #: views/settings.php:547
742
  msgid "Message 6"
743
  msgstr ""
744
 
745
+ #: views/settings.php:555
746
  msgid "Message 7"
747
  msgstr ""
748
 
749
+ #: views/settings.php:567
750
  msgid "Edit button one"
751
  msgstr ""
752
 
753
+ #: views/settings.php:571
754
  msgid "Edit button two"
755
  msgstr ""
756
 
757
+ #: views/settings.php:577 views/settings.php:593
758
  msgid "Message 8"
759
  msgstr ""
760
 
761
+ #: views/settings.php:577 views/settings.php:601 views/settings.php:609
762
  msgid "(click on button one)"
763
  msgstr ""
764
 
765
+ #: views/settings.php:593
766
  msgid "(click on button two)"
767
  msgstr ""
768
 
769
+ #: views/settings.php:601
770
  msgid "Message 9"
771
  msgstr ""
772
 
773
+ #: views/settings.php:609
774
  msgid "Message 10"
775
  msgstr ""
776
 
777
+ #: views/settings.php:631
778
+ msgid ""
779
+ "To make the plugin GDPR compliant, fill in the details and enable this "
780
+ "section."
781
+ msgstr ""
782
+
783
+ #: views/settings.php:632
784
+ msgid ""
785
+ "Here we added some generic texts that you may want to review, change or "
786
+ "remove."
787
+ msgstr ""
788
+
789
+ #: views/settings.php:644
790
+ msgid "Link name"
791
+ msgstr ""
792
+
793
+ #: views/settings.php:648
794
+ msgid "Label the link that will be shown on frontend footer"
795
+ msgstr ""
796
+
797
+ #: views/settings.php:653
798
+ msgid "P. Policy page link"
799
+ msgstr ""
800
+
801
+ #: views/settings.php:662
802
+ msgid "P. Policy link target"
803
+ msgstr ""
804
+
805
+ #: views/settings.php:668
806
+ msgid "Choose how the link will open."
807
+ msgstr ""
808
+
809
+ #: views/settings.php:673
810
+ msgid "Contact form 'tail'"
811
+ msgstr ""
812
+
813
+ #: views/settings.php:677 views/settings.php:686
814
+ msgid "This will be shown together with the acceptance checkbox below the form"
815
+ msgstr ""
816
+
817
+ #: views/settings.php:682
818
+ msgid "Subscribe form 'tail'"
819
+ msgstr ""
820
+
821
  #: views/sidebar.php:3
822
  msgid "Plugin Info"
823
  msgstr "Información del plugin"
846
  msgid "Resources"
847
  msgstr "Recursos"
848
 
849
+ #~ msgid "You have %d subscriber(s)"
850
+ #~ msgstr "Hay %d suscriptor(es)"
851
+
852
  #~ msgid "You successfuly subscribed. Thanks!"
853
  #~ msgstr "Te has suscrito exitosamente. ¡Muchas gracias!"
854
 
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.1.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-03-02 10:26+0100\n"
6
- "PO-Revision-Date: 2018-03-02 10:26+0100\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.0.6\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;"
@@ -21,49 +21,54 @@ msgstr ""
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPath-1: includes/classes\n"
23
  "X-Poedit-SearchPath-2: views\n"
 
 
 
24
 
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:181
28
  msgid "You do not have access to this resource."
29
  msgstr ""
30
 
31
- #: includes/classes/wp-maintenance-mode-admin.php:165 views/settings.php:296
32
  #, php-format
33
- msgid "You have %d subscriber(s)"
34
- msgstr ""
 
 
35
 
36
- #: includes/classes/wp-maintenance-mode-admin.php:186
37
  msgid "The nonce field must not be empty."
38
  msgstr ""
39
 
40
- #: includes/classes/wp-maintenance-mode-admin.php:191
41
  msgid "The tab slug must not be empty."
42
  msgstr ""
43
 
44
- #: includes/classes/wp-maintenance-mode-admin.php:196
45
- #: includes/classes/wp-maintenance-mode-admin.php:250
46
  msgid "Security check."
47
  msgstr ""
48
 
49
- #: includes/classes/wp-maintenance-mode-admin.php:202
50
  msgid "The tab slug must exist."
51
  msgstr ""
52
 
53
- #: includes/classes/wp-maintenance-mode-admin.php:222
54
  msgid "WP Maintenance Mode"
55
  msgstr "حالت تعمیر و نگهداری"
56
 
57
- #: includes/classes/wp-maintenance-mode-admin.php:487
58
  msgid ""
59
  "WPMM: The file data.js could not be written, the bot will not work correctly."
60
  msgstr ""
61
 
62
- #: includes/classes/wp-maintenance-mode-admin.php:521
63
  msgid "Settings"
64
  msgstr "تنظیمات"
65
 
66
- #: includes/classes/wp-maintenance-mode-admin.php:540
67
  #, php-format
68
  msgid ""
69
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -72,17 +77,42 @@ msgstr ""
72
  "حالت حالت تعمیر و نگهداری <strong>فعال</strong> است. فراموش نکنید که در "
73
  "اولین فرصت ممکن ان را <a href=\"%s\">غیرفعال</a> کنید."
74
 
75
- #: includes/classes/wp-maintenance-mode-admin.php:577
76
  msgid "Notice key cannot be empty."
77
  msgstr ""
78
 
79
- #: includes/classes/wp-maintenance-mode-admin.php:625
80
  #, php-format
81
  msgid ""
82
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
83
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
84
  msgstr ""
85
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
86
  #: includes/classes/wp-maintenance-mode.php:101
87
  #: includes/classes/wp-maintenance-mode.php:102
88
  msgid "Maintenance mode"
@@ -98,117 +128,134 @@ msgstr ""
98
  msgid "Notify me when it's ready"
99
  msgstr ""
100
 
101
- #: includes/classes/wp-maintenance-mode.php:145
102
  msgid ""
103
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
104
  "your assistant here."
105
  msgstr ""
106
 
107
- #: includes/classes/wp-maintenance-mode.php:146
108
  msgid "I have just a few questions."
109
  msgstr ""
110
 
111
- #: includes/classes/wp-maintenance-mode.php:147
112
  msgid "What is your name?"
113
  msgstr ""
114
 
115
- #: includes/classes/wp-maintenance-mode.php:148
116
  msgid "Nice to meet you here, {visitor_name}!"
117
  msgstr ""
118
 
119
- #: includes/classes/wp-maintenance-mode.php:149
120
  msgid "How you can see, our website will be lauched very soon."
121
  msgstr ""
122
 
123
- #: includes/classes/wp-maintenance-mode.php:150
124
  msgid ""
125
  "I know, you are very excited to see it, but we need a few days to finish it."
126
  msgstr ""
127
 
128
- #: includes/classes/wp-maintenance-mode.php:151
129
  msgid "Would you like to be first to see it?"
130
  msgstr ""
131
 
132
- #: includes/classes/wp-maintenance-mode.php:152
133
  msgid ""
134
  "Cool! Please leave your email here and I will send you a message when it's "
135
  "ready."
136
  msgstr ""
137
 
138
- #: includes/classes/wp-maintenance-mode.php:153
139
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
140
  msgstr ""
141
 
142
- #: includes/classes/wp-maintenance-mode.php:154
143
  msgid "Got it! Thank you and see you soon here!"
144
  msgstr ""
145
 
146
- #: includes/classes/wp-maintenance-mode.php:155
147
  msgid "Have a great day!"
148
  msgstr ""
149
 
150
- #: includes/classes/wp-maintenance-mode.php:158
151
- #: includes/classes/wp-maintenance-mode.php:592
152
  msgid "Type your name here…"
153
  msgstr ""
154
 
155
- #: includes/classes/wp-maintenance-mode.php:159
156
  msgid "Tell me more"
157
  msgstr ""
158
 
159
- #: includes/classes/wp-maintenance-mode.php:160
160
  msgid "Boring"
161
  msgstr ""
162
 
163
- #: includes/classes/wp-maintenance-mode.php:161
164
- #: includes/classes/wp-maintenance-mode.php:593
165
  msgid "Type your email here…"
166
  msgstr ""
167
 
168
- #: includes/classes/wp-maintenance-mode.php:286
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
169
  #, php-format
170
  msgid ""
171
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
172
  "\">settings</a>."
173
  msgstr ""
174
 
175
- #: includes/classes/wp-maintenance-mode.php:488
176
- #: includes/classes/wp-maintenance-mode.php:502
177
  msgid "Maintenance Mode"
178
  msgstr "حالت تعمیر و نگهداری"
179
 
180
- #: includes/classes/wp-maintenance-mode.php:589
181
  msgid "Please type in your name."
182
  msgstr ""
183
 
184
- #: includes/classes/wp-maintenance-mode.php:590
185
  #, fuzzy
186
- #| msgid "Please enter a valid email address."
187
  msgid "Please type in a valid email address."
188
  msgstr "لطفا ایمیل آدرس معتبر وارد نمایید."
189
 
190
- #: includes/classes/wp-maintenance-mode.php:594 views/maintenance.php:130
191
  msgid "Send"
192
  msgstr "ارسال"
193
 
194
- #: includes/classes/wp-maintenance-mode.php:788
195
- #: includes/classes/wp-maintenance-mode.php:822 views/maintenance.php:121
196
  msgid "Please enter a valid email address."
197
  msgstr "لطفا ایمیل آدرس معتبر وارد نمایید."
198
 
199
- #: includes/classes/wp-maintenance-mode.php:800
200
  msgid "You successfully subscribed. Thanks!"
201
  msgstr ""
202
 
203
- #: includes/classes/wp-maintenance-mode.php:818
204
  msgid "All fields required."
205
  msgstr "تمام فیلد ها لازم است."
206
 
207
- #: includes/classes/wp-maintenance-mode.php:830
208
  msgid "Message via contact"
209
  msgstr ""
210
 
211
- #: includes/classes/wp-maintenance-mode.php:844
212
  msgid "Your email was sent to the website administrator. Thanks!"
213
  msgstr ""
214
 
@@ -233,36 +280,40 @@ msgstr ""
233
  msgid "Login"
234
  msgstr "ورود"
235
 
236
- #: views/maintenance.php:72
237
  msgid "your e-mail..."
238
  msgstr "ایمیل شما..."
239
 
240
- #: views/maintenance.php:73 views/settings.php:271
241
  msgid "Subscribe"
242
  msgstr "اشتراک"
243
 
244
- #: views/maintenance.php:120 views/sidebar.php:7
245
- msgid "Name"
246
- msgstr "نام"
247
-
248
- #: views/maintenance.php:120 views/maintenance.php:121
249
- #: views/maintenance.php:126
250
  msgid "This field is required."
251
  msgstr ""
252
 
253
- #: views/maintenance.php:121
 
 
 
 
 
 
 
 
254
  msgid "E-mail"
255
  msgstr "ایمیل"
256
 
257
- #: views/maintenance.php:126
258
  msgid "Your message"
259
  msgstr "پیام شما"
260
 
261
- #: views/maintenance.php:137
262
  msgid "Contact us"
263
  msgstr "ارتباط با ما"
264
 
265
- #: views/maintenance.php:142
266
  msgid "Dashboard"
267
  msgstr "پیشخوان"
268
 
@@ -301,401 +352,462 @@ msgstr "ماژول‌ها"
301
  msgid "Manage Bot"
302
  msgstr ""
303
 
304
- #: views/settings.php:25 views/settings.php:454
 
 
 
 
305
  msgid "Status"
306
  msgstr "وضعیت"
307
 
308
- #: views/settings.php:27 views/settings.php:457
309
  msgid "Activated"
310
  msgstr "فعال‌شده"
311
 
312
- #: views/settings.php:28 views/settings.php:458
313
  msgid "Deactivated"
314
  msgstr "غیرفعال‌شده"
315
 
316
- #: views/settings.php:32
317
  msgid "Bypass for Search Bots"
318
  msgstr ""
319
 
320
- #: views/settings.php:35 views/settings.php:105 views/settings.php:115
321
- #: views/settings.php:243 views/settings.php:279 views/settings.php:317
322
- #: views/settings.php:385 views/settings.php:417
323
  msgid "Yes"
324
  msgstr "بله"
325
 
326
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
327
- #: views/settings.php:244 views/settings.php:280 views/settings.php:318
328
- #: views/settings.php:386 views/settings.php:418
329
  msgid "No"
330
  msgstr "خیر"
331
 
332
- #: views/settings.php:38
333
  msgid "Allow Search Bots to bypass maintenance mode?"
334
  msgstr ""
335
 
336
- #: views/settings.php:42
337
  msgid "Backend Role"
338
  msgstr ""
339
 
340
- #: views/settings.php:44 views/settings.php:60
341
  msgid "Select role(s)"
342
  msgstr ""
343
 
344
- #: views/settings.php:54
345
  msgid ""
346
  "Which user role is allowed to access the backend of this blog? "
347
  "Administrators will always have access."
348
  msgstr ""
349
 
350
- #: views/settings.php:58
351
  msgid "Frontend Role"
352
  msgstr ""
353
 
354
- #: views/settings.php:70
355
  msgid ""
356
  "Which user role is allowed to access the frontend of this blog? "
357
  "Administrators will always have access."
358
  msgstr ""
359
 
360
- #: views/settings.php:74
361
  msgid "Robots Meta Tag"
362
  msgstr ""
363
 
364
- #: views/settings.php:80
365
  msgid ""
366
  "The robots meta tag lets you use a granular, page-specific approach to "
367
  "control how an individual page should be indexed and served to users in "
368
  "search results."
369
  msgstr ""
370
 
371
- #: views/settings.php:84
372
  msgid "Redirection"
373
  msgstr "تغییر مسیر"
374
 
375
- #: views/settings.php:87
376
  msgid ""
377
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
378
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
379
  "(incl. http://)"
380
  msgstr ""
381
 
382
- #: views/settings.php:91
383
  msgid "Exclude"
384
  msgstr "مستثنی"
385
 
386
- #: views/settings.php:98
387
  msgid ""
388
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
389
  "IP per line!"
390
  msgstr ""
391
 
392
- #: views/settings.php:102
393
  msgid "Notice"
394
  msgstr "توجه"
395
 
396
- #: views/settings.php:108
397
  msgid "Do you want to see notices when maintenance mode is activated?"
398
  msgstr ""
399
 
400
- #: views/settings.php:112
401
  msgid "Dashboard link"
402
  msgstr "لینک پیشخوان"
403
 
404
- #: views/settings.php:118
405
  msgid ""
406
  "Do you want to add a link to the dashboard on your maintenance mode page?"
407
  msgstr ""
408
 
409
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
410
- #: views/settings.php:612
411
  msgid "Save settings"
412
  msgstr "ذخیره تنظیمات"
413
 
414
- #: views/settings.php:127 views/settings.php:230 views/settings.php:435
415
- #: views/settings.php:613
416
  msgid "Reset settings"
417
  msgstr "بازنشانی تنظیمات"
418
 
419
- #: views/settings.php:132
420
  msgid "Content"
421
  msgstr "محتوی"
422
 
423
- #: views/settings.php:137
424
  msgid "Title (HTML tag)"
425
  msgstr "عنوان"
426
 
427
- #: views/settings.php:143
428
  msgid "Heading"
429
  msgstr "عنوان"
430
 
431
- #: views/settings.php:150 views/settings.php:285
432
  msgid "Text"
433
  msgstr "متن"
434
 
435
- #: views/settings.php:170
 
 
 
 
436
  msgid "Background"
437
  msgstr "پس‌زمینه"
438
 
439
- #: views/settings.php:175
440
  msgid "Choose type"
441
  msgstr "انتخاب نوع"
442
 
443
- #: views/settings.php:178
444
  msgid "Custom color"
445
  msgstr "رنگ سفارشی"
446
 
447
- #: views/settings.php:179
448
  msgid "Uploaded background"
449
  msgstr "پس‌زمینه بارگزاری شده"
450
 
451
- #: views/settings.php:180
452
  msgid "Predefined background"
453
  msgstr "پس‌زمینه از پیش تعیین شده"
454
 
455
- #: views/settings.php:185
456
  msgid "Choose color"
457
  msgstr "انتخاب رنگ"
458
 
459
- #: views/settings.php:191
460
  msgid "Upload background"
461
  msgstr "بارگزاری پس‌زمینه"
462
 
463
- #: views/settings.php:195
464
  msgid "Backgrounds should have 1920x1280 px size."
465
  msgstr "پس‌زمینه باید 1920x1280 پیکسل باشد."
466
 
467
- #: views/settings.php:200
468
  msgid "Choose background"
469
  msgstr "انتخاب پس‌زمینه"
470
 
471
- #: views/settings.php:202
472
  #, php-format
473
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
474
  msgstr ""
475
 
476
- #: views/settings.php:235
477
  msgid "Countdown"
478
  msgstr "شمارش معکوس"
479
 
480
- #: views/settings.php:240
481
  msgid "Show countdown?"
482
  msgstr "شمارش معکوس نمایش داده شود؟"
483
 
484
- #: views/settings.php:249
485
  msgid "Start date"
486
  msgstr "تاریخ شروع"
487
 
488
- #: views/settings.php:255
489
  msgid "Countdown (remaining time)"
490
  msgstr "شمارش معکوس (زمان باقی مانده)"
491
 
492
- #: views/settings.php:257
493
  msgid "Days"
494
  msgstr "روز"
495
 
496
- #: views/settings.php:258
497
  msgid "Hours"
498
  msgstr "ساعت"
499
 
500
- #: views/settings.php:259
501
  msgid "Minutes"
502
  msgstr "دیقه"
503
 
504
- #: views/settings.php:263
505
  msgid "Color"
506
  msgstr "رنگ"
507
 
508
- #: views/settings.php:276
509
  msgid "Show subscribe?"
510
  msgstr "اشتراک نمایش داده شود."
511
 
512
- #: views/settings.php:292
513
  msgid "Stats"
514
  msgstr "آمار"
515
 
516
- #: views/settings.php:301
 
 
 
 
 
 
 
517
  msgid "Export as CSV"
518
  msgstr "استخراج به فرمت CSV"
519
 
520
- #: views/settings.php:302
521
  msgid "Empty subscribers list"
522
  msgstr ""
523
 
524
- #: views/settings.php:309
525
  msgid "Social Networks"
526
  msgstr "شبکه‌های اجتماعی"
527
 
528
- #: views/settings.php:314
529
  msgid "Show social networks?"
530
  msgstr ""
531
 
532
- #: views/settings.php:323
533
  msgid "Links target?"
534
  msgstr ""
535
 
536
- #: views/settings.php:326
537
  msgid "New page"
538
  msgstr "برگه جدید"
539
 
540
- #: views/settings.php:327
541
  msgid "Same page"
542
  msgstr "همان برگه"
543
 
544
- #: views/settings.php:329
545
  msgid "Choose how the links will open."
546
  msgstr ""
547
 
548
- #: views/settings.php:377
549
  msgid "Contact"
550
  msgstr "تماس"
551
 
552
- #: views/settings.php:382
553
  msgid "Show contact?"
554
  msgstr "تماس نمایش داده شود؟"
555
 
556
- #: views/settings.php:391
557
  msgid "Email address"
558
  msgstr "آدرس ایمیل"
559
 
560
- #: views/settings.php:397
561
  msgid "Effects"
562
  msgstr "جلوه‌ها"
563
 
564
- #: views/settings.php:400
565
  msgid "Move top - Move bottom"
566
  msgstr ""
567
 
568
- #: views/settings.php:401
569
  msgid "Zoom - Zoomed"
570
  msgstr ""
571
 
572
- #: views/settings.php:402
573
  msgid "Fold - Unfold"
574
  msgstr ""
575
 
576
- #: views/settings.php:409
577
  msgid "Google Analytics"
578
  msgstr "گوگل انالیتیکس"
579
 
580
- #: views/settings.php:414
581
  msgid "Use Google Analytics?"
582
  msgstr "از گوگل انالیتیکس استفاده شود؟"
583
 
584
- #: views/settings.php:423
 
 
 
 
585
  msgid "Tracking code"
586
  msgstr "کد پیگیری"
587
 
588
- #: views/settings.php:426
589
  msgid ""
590
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
591
  msgstr ""
592
 
593
- #: views/settings.php:444 views/settings.php:447
594
  msgid ""
595
  "Setup the conversation steps to capture more subscribers with this friendly "
596
  "way of asking email addresess."
597
  msgstr ""
598
 
599
- #: views/settings.php:448
600
  msgid ""
601
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
602
  "make the conversation even more realistic."
603
  msgstr ""
604
 
605
- #: views/settings.php:449
606
  msgid ""
607
  "It is also ok if you don't fill in all the conversation steps if you don't "
608
  "need to."
609
  msgstr ""
610
 
611
- #: views/settings.php:462
612
  #, fuzzy
613
- #| msgid "Name"
614
  msgid "Bot Name"
615
  msgstr "نام"
616
 
617
- #: views/settings.php:465
618
  msgid "This name will appear when the bot is typing."
619
  msgstr ""
620
 
621
- #: views/settings.php:469
622
  #, fuzzy
623
- #| msgid "Upload background"
624
  msgid "Upload avatar"
625
  msgstr "بارگزاری پس‌زمینه"
626
 
627
- #: views/settings.php:473
628
  msgid "A 512 x 512 px will work just fine."
629
  msgstr ""
630
 
631
- #: views/settings.php:479
632
  msgid "Customize Messages"
633
  msgstr ""
634
 
635
- #: views/settings.php:484
636
  msgid "Message 1"
637
  msgstr ""
638
 
639
- #: views/settings.php:492
640
  msgid "Message 2"
641
  msgstr ""
642
 
643
- #: views/settings.php:500
644
  msgid "Message 3"
645
  msgstr ""
646
 
647
- #: views/settings.php:508 views/settings.php:548 views/settings.php:570
648
  msgid "Response"
649
  msgstr ""
650
 
651
- #: views/settings.php:512 views/settings.php:574
652
  msgid "Edit the placeholder's text"
653
  msgstr ""
654
 
655
- #: views/settings.php:516
656
  msgid "Message 4"
657
  msgstr ""
658
 
659
- #: views/settings.php:524
660
  msgid "Message 5"
661
  msgstr ""
662
 
663
- #: views/settings.php:532
664
  msgid "Message 6"
665
  msgstr ""
666
 
667
- #: views/settings.php:540
668
  msgid "Message 7"
669
  msgstr ""
670
 
671
- #: views/settings.php:552
672
  msgid "Edit button one"
673
  msgstr ""
674
 
675
- #: views/settings.php:556
676
  msgid "Edit button two"
677
  msgstr ""
678
 
679
- #: views/settings.php:562 views/settings.php:578
680
  msgid "Message 8"
681
  msgstr ""
682
 
683
- #: views/settings.php:562 views/settings.php:586 views/settings.php:594
684
  msgid "(click on button one)"
685
  msgstr ""
686
 
687
- #: views/settings.php:578
688
  msgid "(click on button two)"
689
  msgstr ""
690
 
691
- #: views/settings.php:586
692
  msgid "Message 9"
693
  msgstr ""
694
 
695
- #: views/settings.php:594
696
  msgid "Message 10"
697
  msgstr ""
698
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
699
  #: views/sidebar.php:3
700
  msgid "Plugin Info"
701
  msgstr "توضیحات افزونه"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.2.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-11-26 19:11+0200\n"
6
+ "PO-Revision-Date: 2018-11-26 19:11+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 1.8.8\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;"
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPath-1: includes/classes\n"
23
  "X-Poedit-SearchPath-2: views\n"
24
+ "X-Poedit-SearchPathExcluded-0: assets\n"
25
+ "X-Poedit-SearchPathExcluded-1: .git\n"
26
+ "X-Poedit-SearchPathExcluded-2: node_modules\n"
27
 
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
 
34
+ #: includes/classes/wp-maintenance-mode-admin.php:165
35
  #, php-format
36
+ msgctxt "ajax response"
37
+ msgid "You have %d subscriber"
38
+ msgid_plural "You have %s subscribers"
39
+ msgstr[0] ""
40
 
41
+ #: includes/classes/wp-maintenance-mode-admin.php:187
42
  msgid "The nonce field must not be empty."
43
  msgstr ""
44
 
45
+ #: includes/classes/wp-maintenance-mode-admin.php:192
46
  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
 
54
+ #: includes/classes/wp-maintenance-mode-admin.php:203
55
  msgid "The tab slug must exist."
56
  msgstr ""
57
 
58
+ #: includes/classes/wp-maintenance-mode-admin.php:223
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
  "حالت حالت تعمیر و نگهداری <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 "
113
+ "your privacy policy page."
114
+ msgstr ""
115
+
116
  #: includes/classes/wp-maintenance-mode.php:101
117
  #: includes/classes/wp-maintenance-mode.php:102
118
  msgid "Maintenance mode"
128
  msgid "Notify me when it's ready"
129
  msgstr ""
130
 
131
+ #: includes/classes/wp-maintenance-mode.php:147
132
  msgid ""
133
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
134
  "your assistant here."
135
  msgstr ""
136
 
137
+ #: includes/classes/wp-maintenance-mode.php:148
138
  msgid "I have just a few questions."
139
  msgstr ""
140
 
141
+ #: includes/classes/wp-maintenance-mode.php:149
142
  msgid "What is your name?"
143
  msgstr ""
144
 
145
+ #: includes/classes/wp-maintenance-mode.php:150
146
  msgid "Nice to meet you here, {visitor_name}!"
147
  msgstr ""
148
 
149
+ #: includes/classes/wp-maintenance-mode.php:151
150
  msgid "How you can see, our website will be lauched very soon."
151
  msgstr ""
152
 
153
+ #: includes/classes/wp-maintenance-mode.php:152
154
  msgid ""
155
  "I know, you are very excited to see it, but we need a few days to finish it."
156
  msgstr ""
157
 
158
+ #: includes/classes/wp-maintenance-mode.php:153
159
  msgid "Would you like to be first to see it?"
160
  msgstr ""
161
 
162
+ #: includes/classes/wp-maintenance-mode.php:154
163
  msgid ""
164
  "Cool! Please leave your email here and I will send you a message when it's "
165
  "ready."
166
  msgstr ""
167
 
168
+ #: includes/classes/wp-maintenance-mode.php:155
169
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
170
  msgstr ""
171
 
172
+ #: includes/classes/wp-maintenance-mode.php:156
173
  msgid "Got it! Thank you and see you soon here!"
174
  msgstr ""
175
 
176
+ #: includes/classes/wp-maintenance-mode.php:157
177
  msgid "Have a great day!"
178
  msgstr ""
179
 
180
+ #: includes/classes/wp-maintenance-mode.php:160
181
+ #: includes/classes/wp-maintenance-mode.php:645
182
  msgid "Type your name here…"
183
  msgstr ""
184
 
185
+ #: includes/classes/wp-maintenance-mode.php:161
186
  msgid "Tell me more"
187
  msgstr ""
188
 
189
+ #: includes/classes/wp-maintenance-mode.php:162
190
  msgid "Boring"
191
  msgstr ""
192
 
193
+ #: includes/classes/wp-maintenance-mode.php:163
194
+ #: includes/classes/wp-maintenance-mode.php:646
195
  msgid "Type your email here…"
196
  msgstr ""
197
 
198
+ #: includes/classes/wp-maintenance-mode.php:169
199
+ msgid "Privacy Policy"
200
+ msgstr ""
201
+
202
+ #: includes/classes/wp-maintenance-mode.php:172
203
+ msgid ""
204
+ "This form collects your name and email so that we can reach you back. Check "
205
+ "out our <a href=\"#\">Privacy Policy</a> page to fully understand how we "
206
+ "protect and manage your submitted data."
207
+ msgstr ""
208
+
209
+ #: includes/classes/wp-maintenance-mode.php:173
210
+ msgid ""
211
+ "This form collects your email so that we can add you to our newsletter list. "
212
+ "Check out our <a href=\"#\">Privacy Policy</a> page to fully understand how "
213
+ "we protect and manage your submitted data."
214
+ msgstr ""
215
+
216
+ #: includes/classes/wp-maintenance-mode.php:296
217
  #, php-format
218
  msgid ""
219
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
220
  "\">settings</a>."
221
  msgstr ""
222
 
223
+ #: includes/classes/wp-maintenance-mode.php:542
224
+ #: includes/classes/wp-maintenance-mode.php:556
225
  msgid "Maintenance Mode"
226
  msgstr "حالت تعمیر و نگهداری"
227
 
228
+ #: includes/classes/wp-maintenance-mode.php:642
229
  msgid "Please type in your name."
230
  msgstr ""
231
 
232
+ #: includes/classes/wp-maintenance-mode.php:643
233
  #, fuzzy
 
234
  msgid "Please type in a valid email address."
235
  msgstr "لطفا ایمیل آدرس معتبر وارد نمایید."
236
 
237
+ #: includes/classes/wp-maintenance-mode.php:647 views/maintenance.php:161
238
  msgid "Send"
239
  msgstr "ارسال"
240
 
241
+ #: includes/classes/wp-maintenance-mode.php:858
242
+ #: includes/classes/wp-maintenance-mode.php:892 views/maintenance.php:140
243
  msgid "Please enter a valid email address."
244
  msgstr "لطفا ایمیل آدرس معتبر وارد نمایید."
245
 
246
+ #: includes/classes/wp-maintenance-mode.php:870
247
  msgid "You successfully subscribed. Thanks!"
248
  msgstr ""
249
 
250
+ #: includes/classes/wp-maintenance-mode.php:888
251
  msgid "All fields required."
252
  msgstr "تمام فیلد ها لازم است."
253
 
254
+ #: includes/classes/wp-maintenance-mode.php:900
255
  msgid "Message via contact"
256
  msgstr ""
257
 
258
+ #: includes/classes/wp-maintenance-mode.php:917
259
  msgid "Your email was sent to the website administrator. Thanks!"
260
  msgstr ""
261
 
280
  msgid "Login"
281
  msgstr "ورود"
282
 
283
+ #: views/maintenance.php:74
284
  msgid "your e-mail..."
285
  msgstr "ایمیل شما..."
286
 
287
+ #: views/maintenance.php:75 views/settings.php:273
288
  msgid "Subscribe"
289
  msgstr "اشتراک"
290
 
291
+ #: views/maintenance.php:80 views/maintenance.php:139 views/maintenance.php:140
292
+ #: views/maintenance.php:145 views/maintenance.php:152
 
 
 
 
293
  msgid "This field is required."
294
  msgstr ""
295
 
296
+ #: views/maintenance.php:82 views/maintenance.php:154
297
+ msgid "I've read and agree with the site's privacy policy"
298
+ msgstr ""
299
+
300
+ #: views/maintenance.php:139 views/sidebar.php:7
301
+ msgid "Name"
302
+ msgstr "نام"
303
+
304
+ #: views/maintenance.php:140
305
  msgid "E-mail"
306
  msgstr "ایمیل"
307
 
308
+ #: views/maintenance.php:145
309
  msgid "Your message"
310
  msgstr "پیام شما"
311
 
312
+ #: views/maintenance.php:168
313
  msgid "Contact us"
314
  msgstr "ارتباط با ما"
315
 
316
+ #: views/maintenance.php:175
317
  msgid "Dashboard"
318
  msgstr "پیشخوان"
319
 
352
  msgid "Manage Bot"
353
  msgstr ""
354
 
355
+ #: views/settings.php:17
356
+ msgid "GDPR"
357
+ msgstr ""
358
+
359
+ #: views/settings.php:26 views/settings.php:469 views/settings.php:636
360
  msgid "Status"
361
  msgstr "وضعیت"
362
 
363
+ #: views/settings.php:28 views/settings.php:472 views/settings.php:638
364
  msgid "Activated"
365
  msgstr "فعال‌شده"
366
 
367
+ #: views/settings.php:29 views/settings.php:473 views/settings.php:639
368
  msgid "Deactivated"
369
  msgstr "غیرفعال‌شده"
370
 
371
+ #: views/settings.php:33
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
 
387
+ #: views/settings.php:39
388
  msgid "Allow Search Bots to bypass maintenance mode?"
389
  msgstr ""
390
 
391
+ #: views/settings.php:43
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:621 views/settings.php:694
466
  msgid "Save settings"
467
  msgstr "ذخیره تنظیمات"
468
 
469
+ #: views/settings.php:128 views/settings.php:232 views/settings.php:453
470
+ #: views/settings.php:622 views/settings.php:695
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:665
603
  msgid "New page"
604
  msgstr "برگه جدید"
605
 
606
+ #: views/settings.php:329 views/settings.php:666
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:477
682
  #, fuzzy
 
683
  msgid "Bot Name"
684
  msgstr "نام"
685
 
686
+ #: views/settings.php:480
687
  msgid "This name will appear when the bot is typing."
688
  msgstr ""
689
 
690
+ #: views/settings.php:484
691
  #, fuzzy
 
692
  msgid "Upload avatar"
693
  msgstr "بارگزاری پس‌زمینه"
694
 
695
+ #: views/settings.php:488
696
  msgid "A 512 x 512 px will work just fine."
697
  msgstr ""
698
 
699
+ #: views/settings.php:494
700
  msgid "Customize Messages"
701
  msgstr ""
702
 
703
+ #: views/settings.php:499
704
  msgid "Message 1"
705
  msgstr ""
706
 
707
+ #: views/settings.php:507
708
  msgid "Message 2"
709
  msgstr ""
710
 
711
+ #: views/settings.php:515
712
  msgid "Message 3"
713
  msgstr ""
714
 
715
+ #: views/settings.php:523 views/settings.php:563 views/settings.php:585
716
  msgid "Response"
717
  msgstr ""
718
 
719
+ #: views/settings.php:527 views/settings.php:589
720
  msgid "Edit the placeholder's text"
721
  msgstr ""
722
 
723
+ #: views/settings.php:531
724
  msgid "Message 4"
725
  msgstr ""
726
 
727
+ #: views/settings.php:539
728
  msgid "Message 5"
729
  msgstr ""
730
 
731
+ #: views/settings.php:547
732
  msgid "Message 6"
733
  msgstr ""
734
 
735
+ #: views/settings.php:555
736
  msgid "Message 7"
737
  msgstr ""
738
 
739
+ #: views/settings.php:567
740
  msgid "Edit button one"
741
  msgstr ""
742
 
743
+ #: views/settings.php:571
744
  msgid "Edit button two"
745
  msgstr ""
746
 
747
+ #: views/settings.php:577 views/settings.php:593
748
  msgid "Message 8"
749
  msgstr ""
750
 
751
+ #: views/settings.php:577 views/settings.php:601 views/settings.php:609
752
  msgid "(click on button one)"
753
  msgstr ""
754
 
755
+ #: views/settings.php:593
756
  msgid "(click on button two)"
757
  msgstr ""
758
 
759
+ #: views/settings.php:601
760
  msgid "Message 9"
761
  msgstr ""
762
 
763
+ #: views/settings.php:609
764
  msgid "Message 10"
765
  msgstr ""
766
 
767
+ #: views/settings.php:631
768
+ msgid ""
769
+ "To make the plugin GDPR compliant, fill in the details and enable this "
770
+ "section."
771
+ msgstr ""
772
+
773
+ #: views/settings.php:632
774
+ msgid ""
775
+ "Here we added some generic texts that you may want to review, change or "
776
+ "remove."
777
+ msgstr ""
778
+
779
+ #: views/settings.php:644
780
+ msgid "Link name"
781
+ msgstr ""
782
+
783
+ #: views/settings.php:648
784
+ msgid "Label the link that will be shown on frontend footer"
785
+ msgstr ""
786
+
787
+ #: views/settings.php:653
788
+ msgid "P. Policy page link"
789
+ msgstr ""
790
+
791
+ #: views/settings.php:662
792
+ msgid "P. Policy link target"
793
+ msgstr ""
794
+
795
+ #: views/settings.php:668
796
+ msgid "Choose how the link will open."
797
+ msgstr ""
798
+
799
+ #: views/settings.php:673
800
+ msgid "Contact form 'tail'"
801
+ msgstr ""
802
+
803
+ #: views/settings.php:677 views/settings.php:686
804
+ msgid "This will be shown together with the acceptance checkbox below the form"
805
+ msgstr ""
806
+
807
+ #: views/settings.php:682
808
+ msgid "Subscribe form 'tail'"
809
+ msgstr ""
810
+
811
  #: views/sidebar.php:3
812
  msgid "Plugin Info"
813
  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.1.1\n"
4
- "POT-Creation-Date: 2018-03-02 10:27+0100\n"
5
- "PO-Revision-Date: 2018-03-02 10:27+0100\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.0.6\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -19,49 +19,55 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPath-1: includes/classes\n"
21
  "X-Poedit-SearchPath-2: views\n"
 
 
 
22
 
23
  #: includes/classes/wp-maintenance-mode-admin.php:121
24
  #: includes/classes/wp-maintenance-mode-admin.php:159
25
- #: includes/classes/wp-maintenance-mode-admin.php:181
26
  msgid "You do not have access to this resource."
27
  msgstr ""
28
 
29
- #: includes/classes/wp-maintenance-mode-admin.php:165 views/settings.php:296
30
  #, php-format
31
- msgid "You have %d subscriber(s)"
32
- msgstr "Vous avez %d abonné(s)"
 
 
 
33
 
34
- #: includes/classes/wp-maintenance-mode-admin.php:186
35
  msgid "The nonce field must not be empty."
36
  msgstr ""
37
 
38
- #: includes/classes/wp-maintenance-mode-admin.php:191
39
  msgid "The tab slug must not be empty."
40
  msgstr ""
41
 
42
- #: includes/classes/wp-maintenance-mode-admin.php:196
43
- #: includes/classes/wp-maintenance-mode-admin.php:250
44
  msgid "Security check."
45
  msgstr ""
46
 
47
- #: includes/classes/wp-maintenance-mode-admin.php:202
48
  msgid "The tab slug must exist."
49
  msgstr ""
50
 
51
- #: includes/classes/wp-maintenance-mode-admin.php:222
52
  msgid "WP Maintenance Mode"
53
  msgstr "WP Maintenance Mode"
54
 
55
- #: includes/classes/wp-maintenance-mode-admin.php:487
56
  msgid ""
57
  "WPMM: The file data.js could not be written, the bot will not work correctly."
58
  msgstr ""
59
 
60
- #: includes/classes/wp-maintenance-mode-admin.php:521
61
  msgid "Settings"
62
  msgstr "Options"
63
 
64
- #: includes/classes/wp-maintenance-mode-admin.php:540
65
  #, php-format
66
  msgid ""
67
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -70,17 +76,42 @@ msgstr ""
70
  "Le mode Maintenance est <strong>actif</strong>. N'oubliez pas de le <a href="
71
  "\"%s\">désactiver</a> dès que vous avez terminé."
72
 
73
- #: includes/classes/wp-maintenance-mode-admin.php:577
74
  msgid "Notice key cannot be empty."
75
  msgstr ""
76
 
77
- #: includes/classes/wp-maintenance-mode-admin.php:625
78
  #, php-format
79
  msgid ""
80
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
81
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
82
  msgstr ""
83
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  #: includes/classes/wp-maintenance-mode.php:101
85
  #: includes/classes/wp-maintenance-mode.php:102
86
  msgid "Maintenance mode"
@@ -98,76 +129,93 @@ msgstr ""
98
  msgid "Notify me when it's ready"
99
  msgstr "Me notifier quand c'est prêt"
100
 
101
- #: includes/classes/wp-maintenance-mode.php:145
102
  msgid ""
103
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
104
  "your assistant here."
105
  msgstr ""
106
 
107
- #: includes/classes/wp-maintenance-mode.php:146
108
  msgid "I have just a few questions."
109
  msgstr ""
110
 
111
- #: includes/classes/wp-maintenance-mode.php:147
112
  msgid "What is your name?"
113
  msgstr ""
114
 
115
- #: includes/classes/wp-maintenance-mode.php:148
116
  msgid "Nice to meet you here, {visitor_name}!"
117
  msgstr ""
118
 
119
- #: includes/classes/wp-maintenance-mode.php:149
120
  msgid "How you can see, our website will be lauched very soon."
121
  msgstr ""
122
 
123
- #: includes/classes/wp-maintenance-mode.php:150
124
  msgid ""
125
  "I know, you are very excited to see it, but we need a few days to finish it."
126
  msgstr ""
127
 
128
- #: includes/classes/wp-maintenance-mode.php:151
129
  msgid "Would you like to be first to see it?"
130
  msgstr ""
131
 
132
- #: includes/classes/wp-maintenance-mode.php:152
133
  msgid ""
134
  "Cool! Please leave your email here and I will send you a message when it's "
135
  "ready."
136
  msgstr ""
137
 
138
- #: includes/classes/wp-maintenance-mode.php:153
139
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
140
  msgstr ""
141
 
142
- #: includes/classes/wp-maintenance-mode.php:154
143
  msgid "Got it! Thank you and see you soon here!"
144
  msgstr ""
145
 
146
- #: includes/classes/wp-maintenance-mode.php:155
147
  msgid "Have a great day!"
148
  msgstr ""
149
 
150
- #: includes/classes/wp-maintenance-mode.php:158
151
- #: includes/classes/wp-maintenance-mode.php:592
152
  msgid "Type your name here…"
153
  msgstr ""
154
 
155
- #: includes/classes/wp-maintenance-mode.php:159
156
  msgid "Tell me more"
157
  msgstr ""
158
 
159
- #: includes/classes/wp-maintenance-mode.php:160
160
  msgid "Boring"
161
  msgstr ""
162
 
163
- #: includes/classes/wp-maintenance-mode.php:161
164
- #: includes/classes/wp-maintenance-mode.php:593
165
  #, fuzzy
166
- #| msgid "Enter your email address"
167
  msgid "Type your email here…"
168
  msgstr "Entrez votre adresse email"
169
 
170
- #: includes/classes/wp-maintenance-mode.php:286
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
171
  #, php-format
172
  msgid ""
173
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
@@ -176,43 +224,42 @@ msgstr ""
176
  "Le plugin WP Maintenance Mode a été relancé et vous devez redéfinir les <a "
177
  "href=\"%s\">options</a>."
178
 
179
- #: includes/classes/wp-maintenance-mode.php:488
180
- #: includes/classes/wp-maintenance-mode.php:502
181
  msgid "Maintenance Mode"
182
  msgstr "Maintenance Mode"
183
 
184
- #: includes/classes/wp-maintenance-mode.php:589
185
  msgid "Please type in your name."
186
  msgstr ""
187
 
188
- #: includes/classes/wp-maintenance-mode.php:590
189
  #, fuzzy
190
- #| msgid "Please enter a valid email address."
191
  msgid "Please type in a valid email address."
192
  msgstr "Veuillez entrer une adresse email valide s'il vous plait."
193
 
194
- #: includes/classes/wp-maintenance-mode.php:594 views/maintenance.php:130
195
  msgid "Send"
196
  msgstr "Envoyer"
197
 
198
- #: includes/classes/wp-maintenance-mode.php:788
199
- #: includes/classes/wp-maintenance-mode.php:822 views/maintenance.php:121
200
  msgid "Please enter a valid email address."
201
  msgstr "Veuillez entrer une adresse email valide s'il vous plait."
202
 
203
- #: includes/classes/wp-maintenance-mode.php:800
204
  msgid "You successfully subscribed. Thanks!"
205
  msgstr ""
206
 
207
- #: includes/classes/wp-maintenance-mode.php:818
208
  msgid "All fields required."
209
  msgstr "Tous les champs requis."
210
 
211
- #: includes/classes/wp-maintenance-mode.php:830
212
  msgid "Message via contact"
213
  msgstr "Message via contact"
214
 
215
- #: includes/classes/wp-maintenance-mode.php:844
216
  msgid "Your email was sent to the website administrator. Thanks!"
217
  msgstr "Merci ! Votre email a été envoyé au webmaster du site."
218
 
@@ -237,36 +284,40 @@ msgstr ""
237
  msgid "Login"
238
  msgstr ""
239
 
240
- #: views/maintenance.php:72
241
  msgid "your e-mail..."
242
  msgstr "votre e-mail"
243
 
244
- #: views/maintenance.php:73 views/settings.php:271
245
  msgid "Subscribe"
246
  msgstr "Abonnement Newsletter"
247
 
248
- #: views/maintenance.php:120 views/sidebar.php:7
249
- msgid "Name"
250
- msgstr "Nom"
251
-
252
- #: views/maintenance.php:120 views/maintenance.php:121
253
- #: views/maintenance.php:126
254
  msgid "This field is required."
255
  msgstr ""
256
 
257
- #: views/maintenance.php:121
 
 
 
 
 
 
 
 
258
  msgid "E-mail"
259
  msgstr "E-mail"
260
 
261
- #: views/maintenance.php:126
262
  msgid "Your message"
263
  msgstr "Votre message"
264
 
265
- #: views/maintenance.php:137
266
  msgid "Contact us"
267
  msgstr "Contactez-nous"
268
 
269
- #: views/maintenance.php:142
270
  msgid "Dashboard"
271
  msgstr ""
272
 
@@ -305,67 +356,71 @@ msgstr "Modules"
305
  msgid "Manage Bot"
306
  msgstr ""
307
 
308
- #: views/settings.php:25 views/settings.php:454
 
 
 
 
309
  msgid "Status"
310
  msgstr "Etat"
311
 
312
- #: views/settings.php:27 views/settings.php:457
313
  msgid "Activated"
314
  msgstr "Activé"
315
 
316
- #: views/settings.php:28 views/settings.php:458
317
  msgid "Deactivated"
318
  msgstr "Désactivé"
319
 
320
- #: views/settings.php:32
321
  msgid "Bypass for Search Bots"
322
  msgstr "Contournement pour les Robots"
323
 
324
- #: views/settings.php:35 views/settings.php:105 views/settings.php:115
325
- #: views/settings.php:243 views/settings.php:279 views/settings.php:317
326
- #: views/settings.php:385 views/settings.php:417
327
  msgid "Yes"
328
  msgstr "Oui"
329
 
330
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
331
- #: views/settings.php:244 views/settings.php:280 views/settings.php:318
332
- #: views/settings.php:386 views/settings.php:418
333
  msgid "No"
334
  msgstr "Non"
335
 
336
- #: views/settings.php:38
337
  msgid "Allow Search Bots to bypass maintenance mode?"
338
  msgstr "Autoriser les robots à contourner le mode maintenance ?"
339
 
340
- #: views/settings.php:42
341
  msgid "Backend Role"
342
  msgstr "Rôle utilisateur du Panel d'Administration"
343
 
344
- #: views/settings.php:44 views/settings.php:60
345
  msgid "Select role(s)"
346
  msgstr ""
347
 
348
- #: views/settings.php:54
349
  msgid ""
350
  "Which user role is allowed to access the backend of this blog? "
351
  "Administrators will always have access."
352
  msgstr ""
353
 
354
- #: views/settings.php:58
355
  msgid "Frontend Role"
356
  msgstr "Rôle utilisateur du Site Web"
357
 
358
- #: views/settings.php:70
359
  msgid ""
360
  "Which user role is allowed to access the frontend of this blog? "
361
  "Administrators will always have access."
362
  msgstr ""
363
 
364
- #: views/settings.php:74
365
  msgid "Robots Meta Tag"
366
  msgstr "Balise Meta de Robots"
367
 
368
- #: views/settings.php:80
369
  msgid ""
370
  "The robots meta tag lets you use a granular, page-specific approach to "
371
  "control how an individual page should be indexed and served to users in "
@@ -375,22 +430,22 @@ msgstr ""
375
  "page spécifique pour contrôler comment une page individuelle peut être "
376
  "indexé et servi aux utilisateurs dans les résultats de recherche."
377
 
378
- #: views/settings.php:84
379
  msgid "Redirection"
380
  msgstr "Redirection"
381
 
382
- #: views/settings.php:87
383
  msgid ""
384
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
385
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
386
  "(incl. http://)"
387
  msgstr ""
388
 
389
- #: views/settings.php:91
390
  msgid "Exclude"
391
  msgstr "Exclure"
392
 
393
- #: views/settings.php:98
394
  msgid ""
395
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
396
  "IP per line!"
@@ -398,314 +453,372 @@ msgstr ""
398
  "Exclure les flux, pages, archives ou adresses IP du mode maintenance. "
399
  "Ajouter une exclusion par ligne."
400
 
401
- #: views/settings.php:102
402
  msgid "Notice"
403
  msgstr "Notification"
404
 
405
- #: views/settings.php:108
406
  msgid "Do you want to see notices when maintenance mode is activated?"
407
  msgstr ""
408
  "Souhaitez-vous voir une notification quand le mode maintenance est activé ?"
409
 
410
- #: views/settings.php:112
411
  msgid "Dashboard link"
412
  msgstr ""
413
 
414
- #: views/settings.php:118
415
  msgid ""
416
  "Do you want to add a link to the dashboard on your maintenance mode page?"
417
  msgstr ""
418
 
419
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
420
- #: views/settings.php:612
421
  msgid "Save settings"
422
  msgstr ""
423
 
424
- #: views/settings.php:127 views/settings.php:230 views/settings.php:435
425
- #: views/settings.php:613
426
  msgid "Reset settings"
427
  msgstr ""
428
 
429
- #: views/settings.php:132
430
  msgid "Content"
431
  msgstr "Contenu"
432
 
433
- #: views/settings.php:137
434
  msgid "Title (HTML tag)"
435
  msgstr "Title (balise meta HTML)"
436
 
437
- #: views/settings.php:143
438
  msgid "Heading"
439
  msgstr "En-tête (titre)"
440
 
441
- #: views/settings.php:150 views/settings.php:285
442
  msgid "Text"
443
  msgstr "Texte"
444
 
445
- #: views/settings.php:170
 
 
 
 
446
  msgid "Background"
447
  msgstr "Fond d'écran"
448
 
449
- #: views/settings.php:175
450
  msgid "Choose type"
451
  msgstr "Choix du type"
452
 
453
- #: views/settings.php:178
454
  msgid "Custom color"
455
  msgstr "Couleur personnalisée"
456
 
457
- #: views/settings.php:179
458
  msgid "Uploaded background"
459
  msgstr "Fond d'écran uploadé"
460
 
461
- #: views/settings.php:180
462
  msgid "Predefined background"
463
  msgstr "Fond d'écran prédéfini"
464
 
465
- #: views/settings.php:185
466
  msgid "Choose color"
467
  msgstr "Choix de la couleur"
468
 
469
- #: views/settings.php:191
470
  msgid "Upload background"
471
  msgstr "Uploader le fond d'écran"
472
 
473
- #: views/settings.php:195
474
  msgid "Backgrounds should have 1920x1280 px size."
475
  msgstr "Le fond d'écran doit avoir une taille de 1920x1280px."
476
 
477
- #: views/settings.php:200
478
  msgid "Choose background"
479
  msgstr "Choix du fond d'écran"
480
 
481
- #: views/settings.php:202
482
  #, php-format
483
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
484
  msgstr ""
485
 
486
- #: views/settings.php:235
487
  msgid "Countdown"
488
  msgstr "Compte à rebours"
489
 
490
- #: views/settings.php:240
491
  msgid "Show countdown?"
492
  msgstr "Afficher le compte à rebours ?"
493
 
494
- #: views/settings.php:249
495
  msgid "Start date"
496
  msgstr "Date de départ"
497
 
498
- #: views/settings.php:255
499
  msgid "Countdown (remaining time)"
500
  msgstr "Compte à rebours (temps restant)"
501
 
502
- #: views/settings.php:257
503
  msgid "Days"
504
  msgstr "Jours"
505
 
506
- #: views/settings.php:258
507
  msgid "Hours"
508
  msgstr "Heures"
509
 
510
- #: views/settings.php:259
511
  msgid "Minutes"
512
  msgstr "Minutes"
513
 
514
- #: views/settings.php:263
515
  msgid "Color"
516
  msgstr "Couleur"
517
 
518
- #: views/settings.php:276
519
  msgid "Show subscribe?"
520
  msgstr "Afficher l'abonnement (newsletter) ?"
521
 
522
- #: views/settings.php:292
523
  msgid "Stats"
524
  msgstr "Statistiques"
525
 
526
- #: views/settings.php:301
 
 
 
 
 
 
 
 
527
  msgid "Export as CSV"
528
  msgstr "Exporter en CSV"
529
 
530
- #: views/settings.php:302
531
  msgid "Empty subscribers list"
532
  msgstr ""
533
 
534
- #: views/settings.php:309
535
  msgid "Social Networks"
536
  msgstr "Réseaux Sociaux"
537
 
538
- #: views/settings.php:314
539
  msgid "Show social networks?"
540
  msgstr "Afficher les réseaux sociaux ?"
541
 
542
- #: views/settings.php:323
543
  msgid "Links target?"
544
  msgstr ""
545
 
546
- #: views/settings.php:326
547
  msgid "New page"
548
  msgstr ""
549
 
550
- #: views/settings.php:327
551
  msgid "Same page"
552
  msgstr ""
553
 
554
- #: views/settings.php:329
555
  msgid "Choose how the links will open."
556
  msgstr ""
557
 
558
- #: views/settings.php:377
559
  msgid "Contact"
560
  msgstr "Contact"
561
 
562
- #: views/settings.php:382
563
  msgid "Show contact?"
564
  msgstr "Afficher le formulaire de contact ?"
565
 
566
- #: views/settings.php:391
567
  msgid "Email address"
568
  msgstr "Adresse email"
569
 
570
- #: views/settings.php:397
571
  msgid "Effects"
572
  msgstr "Animation"
573
 
574
- #: views/settings.php:400
575
  msgid "Move top - Move bottom"
576
  msgstr ""
577
 
578
- #: views/settings.php:401
579
  msgid "Zoom - Zoomed"
580
  msgstr ""
581
 
582
- #: views/settings.php:402
583
  msgid "Fold - Unfold"
584
  msgstr ""
585
 
586
- #: views/settings.php:409
587
  msgid "Google Analytics"
588
  msgstr ""
589
 
590
- #: views/settings.php:414
591
  msgid "Use Google Analytics?"
592
  msgstr ""
593
 
594
- #: views/settings.php:423
 
 
 
 
595
  msgid "Tracking code"
596
  msgstr ""
597
 
598
- #: views/settings.php:426
599
  msgid ""
600
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
601
  msgstr ""
602
 
603
- #: views/settings.php:444 views/settings.php:447
604
  msgid ""
605
  "Setup the conversation steps to capture more subscribers with this friendly "
606
  "way of asking email addresess."
607
  msgstr ""
608
 
609
- #: views/settings.php:448
610
  msgid ""
611
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
612
  "make the conversation even more realistic."
613
  msgstr ""
614
 
615
- #: views/settings.php:449
616
  msgid ""
617
  "It is also ok if you don't fill in all the conversation steps if you don't "
618
  "need to."
619
  msgstr ""
620
 
621
- #: views/settings.php:462
622
  #, fuzzy
623
- #| msgid "Name"
624
  msgid "Bot Name"
625
  msgstr "Nom"
626
 
627
- #: views/settings.php:465
628
  msgid "This name will appear when the bot is typing."
629
  msgstr ""
630
 
631
- #: views/settings.php:469
632
  #, fuzzy
633
- #| msgid "Upload background"
634
  msgid "Upload avatar"
635
  msgstr "Uploader le fond d'écran"
636
 
637
- #: views/settings.php:473
638
  msgid "A 512 x 512 px will work just fine."
639
  msgstr ""
640
 
641
- #: views/settings.php:479
642
  msgid "Customize Messages"
643
  msgstr ""
644
 
645
- #: views/settings.php:484
646
  msgid "Message 1"
647
  msgstr ""
648
 
649
- #: views/settings.php:492
650
  msgid "Message 2"
651
  msgstr ""
652
 
653
- #: views/settings.php:500
654
  msgid "Message 3"
655
  msgstr ""
656
 
657
- #: views/settings.php:508 views/settings.php:548 views/settings.php:570
658
  msgid "Response"
659
  msgstr ""
660
 
661
- #: views/settings.php:512 views/settings.php:574
662
  msgid "Edit the placeholder's text"
663
  msgstr ""
664
 
665
- #: views/settings.php:516
666
  msgid "Message 4"
667
  msgstr ""
668
 
669
- #: views/settings.php:524
670
  msgid "Message 5"
671
  msgstr ""
672
 
673
- #: views/settings.php:532
674
  msgid "Message 6"
675
  msgstr ""
676
 
677
- #: views/settings.php:540
678
  msgid "Message 7"
679
  msgstr ""
680
 
681
- #: views/settings.php:552
682
  msgid "Edit button one"
683
  msgstr ""
684
 
685
- #: views/settings.php:556
686
  msgid "Edit button two"
687
  msgstr ""
688
 
689
- #: views/settings.php:562 views/settings.php:578
690
  msgid "Message 8"
691
  msgstr ""
692
 
693
- #: views/settings.php:562 views/settings.php:586 views/settings.php:594
694
  msgid "(click on button one)"
695
  msgstr ""
696
 
697
- #: views/settings.php:578
698
  msgid "(click on button two)"
699
  msgstr ""
700
 
701
- #: views/settings.php:586
702
  msgid "Message 9"
703
  msgstr ""
704
 
705
- #: views/settings.php:594
706
  msgid "Message 10"
707
  msgstr ""
708
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
709
  #: views/sidebar.php:3
710
  msgid "Plugin Info"
711
  msgstr "Informations sur le Plugin"
@@ -734,6 +847,9 @@ msgstr ""
734
  msgid "Resources"
735
  msgstr "Resources"
736
 
 
 
 
737
  #~ msgid "You successfuly subscribed. Thanks!"
738
  #~ msgstr "Merci ! Vous vous êtes abonné avec succès."
739
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.2.2\n"
4
+ "POT-Creation-Date: 2018-11-26 19:11+0200\n"
5
+ "PO-Revision-Date: 2018-11-26 19:11+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 1.8.8\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPath-1: includes/classes\n"
21
  "X-Poedit-SearchPath-2: views\n"
22
+ "X-Poedit-SearchPathExcluded-0: .git\n"
23
+ "X-Poedit-SearchPathExcluded-1: assets\n"
24
+ "X-Poedit-SearchPathExcluded-2: node_modules\n"
25
 
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
 
32
+ #: includes/classes/wp-maintenance-mode-admin.php:165
33
  #, php-format
34
+ msgctxt "ajax response"
35
+ msgid "You have %d subscriber"
36
+ msgid_plural "You have %s subscribers"
37
+ msgstr[0] ""
38
+ msgstr[1] ""
39
 
40
+ #: includes/classes/wp-maintenance-mode-admin.php:187
41
  msgid "The nonce field must not be empty."
42
  msgstr ""
43
 
44
+ #: includes/classes/wp-maintenance-mode-admin.php:192
45
  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
 
53
+ #: includes/classes/wp-maintenance-mode-admin.php:203
54
  msgid "The tab slug must exist."
55
  msgstr ""
56
 
57
+ #: includes/classes/wp-maintenance-mode-admin.php:223
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
  "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 "
112
+ "your privacy policy page."
113
+ msgstr ""
114
+
115
  #: includes/classes/wp-maintenance-mode.php:101
116
  #: includes/classes/wp-maintenance-mode.php:102
117
  msgid "Maintenance mode"
129
  msgid "Notify me when it's ready"
130
  msgstr "Me notifier quand c'est prêt"
131
 
132
+ #: includes/classes/wp-maintenance-mode.php:147
133
  msgid ""
134
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
135
  "your assistant here."
136
  msgstr ""
137
 
138
+ #: includes/classes/wp-maintenance-mode.php:148
139
  msgid "I have just a few questions."
140
  msgstr ""
141
 
142
+ #: includes/classes/wp-maintenance-mode.php:149
143
  msgid "What is your name?"
144
  msgstr ""
145
 
146
+ #: includes/classes/wp-maintenance-mode.php:150
147
  msgid "Nice to meet you here, {visitor_name}!"
148
  msgstr ""
149
 
150
+ #: includes/classes/wp-maintenance-mode.php:151
151
  msgid "How you can see, our website will be lauched very soon."
152
  msgstr ""
153
 
154
+ #: includes/classes/wp-maintenance-mode.php:152
155
  msgid ""
156
  "I know, you are very excited to see it, but we need a few days to finish it."
157
  msgstr ""
158
 
159
+ #: includes/classes/wp-maintenance-mode.php:153
160
  msgid "Would you like to be first to see it?"
161
  msgstr ""
162
 
163
+ #: includes/classes/wp-maintenance-mode.php:154
164
  msgid ""
165
  "Cool! Please leave your email here and I will send you a message when it's "
166
  "ready."
167
  msgstr ""
168
 
169
+ #: includes/classes/wp-maintenance-mode.php:155
170
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
171
  msgstr ""
172
 
173
+ #: includes/classes/wp-maintenance-mode.php:156
174
  msgid "Got it! Thank you and see you soon here!"
175
  msgstr ""
176
 
177
+ #: includes/classes/wp-maintenance-mode.php:157
178
  msgid "Have a great day!"
179
  msgstr ""
180
 
181
+ #: includes/classes/wp-maintenance-mode.php:160
182
+ #: includes/classes/wp-maintenance-mode.php:645
183
  msgid "Type your name here…"
184
  msgstr ""
185
 
186
+ #: includes/classes/wp-maintenance-mode.php:161
187
  msgid "Tell me more"
188
  msgstr ""
189
 
190
+ #: includes/classes/wp-maintenance-mode.php:162
191
  msgid "Boring"
192
  msgstr ""
193
 
194
+ #: includes/classes/wp-maintenance-mode.php:163
195
+ #: includes/classes/wp-maintenance-mode.php:646
196
  #, fuzzy
 
197
  msgid "Type your email here…"
198
  msgstr "Entrez votre adresse email"
199
 
200
+ #: includes/classes/wp-maintenance-mode.php:169
201
+ msgid "Privacy Policy"
202
+ msgstr ""
203
+
204
+ #: includes/classes/wp-maintenance-mode.php:172
205
+ msgid ""
206
+ "This form collects your name and email so that we can reach you back. Check "
207
+ "out our <a href=\"#\">Privacy Policy</a> page to fully understand how we "
208
+ "protect and manage your submitted data."
209
+ msgstr ""
210
+
211
+ #: includes/classes/wp-maintenance-mode.php:173
212
+ msgid ""
213
+ "This form collects your email so that we can add you to our newsletter list. "
214
+ "Check out our <a href=\"#\">Privacy Policy</a> page to fully understand how "
215
+ "we protect and manage your submitted data."
216
+ msgstr ""
217
+
218
+ #: includes/classes/wp-maintenance-mode.php:296
219
  #, php-format
220
  msgid ""
221
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
224
  "Le plugin WP Maintenance Mode a été relancé et vous devez redéfinir les <a "
225
  "href=\"%s\">options</a>."
226
 
227
+ #: includes/classes/wp-maintenance-mode.php:542
228
+ #: includes/classes/wp-maintenance-mode.php:556
229
  msgid "Maintenance Mode"
230
  msgstr "Maintenance Mode"
231
 
232
+ #: includes/classes/wp-maintenance-mode.php:642
233
  msgid "Please type in your name."
234
  msgstr ""
235
 
236
+ #: includes/classes/wp-maintenance-mode.php:643
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:647 views/maintenance.php:161
242
  msgid "Send"
243
  msgstr "Envoyer"
244
 
245
+ #: includes/classes/wp-maintenance-mode.php:858
246
+ #: includes/classes/wp-maintenance-mode.php:892 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:870
251
  msgid "You successfully subscribed. Thanks!"
252
  msgstr ""
253
 
254
+ #: includes/classes/wp-maintenance-mode.php:888
255
  msgid "All fields required."
256
  msgstr "Tous les champs requis."
257
 
258
+ #: includes/classes/wp-maintenance-mode.php:900
259
  msgid "Message via contact"
260
  msgstr "Message via contact"
261
 
262
+ #: includes/classes/wp-maintenance-mode.php:917
263
  msgid "Your email was sent to the website administrator. Thanks!"
264
  msgstr "Merci ! Votre email a été envoyé au webmaster du site."
265
 
284
  msgid "Login"
285
  msgstr ""
286
 
287
+ #: views/maintenance.php:74
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
 
295
+ #: views/maintenance.php:80 views/maintenance.php:139 views/maintenance.php:140
296
+ #: views/maintenance.php:145 views/maintenance.php:152
 
 
 
 
297
  msgid "This field is required."
298
  msgstr ""
299
 
300
+ #: views/maintenance.php:82 views/maintenance.php:154
301
+ msgid "I've read and agree with the site's privacy policy"
302
+ msgstr ""
303
+
304
+ #: views/maintenance.php:139 views/sidebar.php:7
305
+ msgid "Name"
306
+ msgstr "Nom"
307
+
308
+ #: views/maintenance.php:140
309
  msgid "E-mail"
310
  msgstr "E-mail"
311
 
312
+ #: views/maintenance.php:145
313
  msgid "Your message"
314
  msgstr "Votre message"
315
 
316
+ #: views/maintenance.php:168
317
  msgid "Contact us"
318
  msgstr "Contactez-nous"
319
 
320
+ #: views/maintenance.php:175
321
  msgid "Dashboard"
322
  msgstr ""
323
 
356
  msgid "Manage Bot"
357
  msgstr ""
358
 
359
+ #: views/settings.php:17
360
+ msgid "GDPR"
361
+ msgstr ""
362
+
363
+ #: views/settings.php:26 views/settings.php:469 views/settings.php:636
364
  msgid "Status"
365
  msgstr "Etat"
366
 
367
+ #: views/settings.php:28 views/settings.php:472 views/settings.php:638
368
  msgid "Activated"
369
  msgstr "Activé"
370
 
371
+ #: views/settings.php:29 views/settings.php:473 views/settings.php:639
372
  msgid "Deactivated"
373
  msgstr "Désactivé"
374
 
375
+ #: views/settings.php:33
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
 
391
+ #: views/settings.php:39
392
  msgid "Allow Search Bots to bypass maintenance mode?"
393
  msgstr "Autoriser les robots à contourner le mode maintenance ?"
394
 
395
+ #: views/settings.php:43
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
  "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
  "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:621 views/settings.php:694
476
  msgid "Save settings"
477
  msgstr ""
478
 
479
+ #: views/settings.php:128 views/settings.php:232 views/settings.php:453
480
+ #: views/settings.php:622 views/settings.php:695
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"
589
+ 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:665
614
  msgid "New page"
615
  msgstr ""
616
 
617
+ #: views/settings.php:329 views/settings.php:666
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:477
693
  #, fuzzy
 
694
  msgid "Bot Name"
695
  msgstr "Nom"
696
 
697
+ #: views/settings.php:480
698
  msgid "This name will appear when the bot is typing."
699
  msgstr ""
700
 
701
+ #: views/settings.php:484
702
  #, fuzzy
 
703
  msgid "Upload avatar"
704
  msgstr "Uploader le fond d'écran"
705
 
706
+ #: views/settings.php:488
707
  msgid "A 512 x 512 px will work just fine."
708
  msgstr ""
709
 
710
+ #: views/settings.php:494
711
  msgid "Customize Messages"
712
  msgstr ""
713
 
714
+ #: views/settings.php:499
715
  msgid "Message 1"
716
  msgstr ""
717
 
718
+ #: views/settings.php:507
719
  msgid "Message 2"
720
  msgstr ""
721
 
722
+ #: views/settings.php:515
723
  msgid "Message 3"
724
  msgstr ""
725
 
726
+ #: views/settings.php:523 views/settings.php:563 views/settings.php:585
727
  msgid "Response"
728
  msgstr ""
729
 
730
+ #: views/settings.php:527 views/settings.php:589
731
  msgid "Edit the placeholder's text"
732
  msgstr ""
733
 
734
+ #: views/settings.php:531
735
  msgid "Message 4"
736
  msgstr ""
737
 
738
+ #: views/settings.php:539
739
  msgid "Message 5"
740
  msgstr ""
741
 
742
+ #: views/settings.php:547
743
  msgid "Message 6"
744
  msgstr ""
745
 
746
+ #: views/settings.php:555
747
  msgid "Message 7"
748
  msgstr ""
749
 
750
+ #: views/settings.php:567
751
  msgid "Edit button one"
752
  msgstr ""
753
 
754
+ #: views/settings.php:571
755
  msgid "Edit button two"
756
  msgstr ""
757
 
758
+ #: views/settings.php:577 views/settings.php:593
759
  msgid "Message 8"
760
  msgstr ""
761
 
762
+ #: views/settings.php:577 views/settings.php:601 views/settings.php:609
763
  msgid "(click on button one)"
764
  msgstr ""
765
 
766
+ #: views/settings.php:593
767
  msgid "(click on button two)"
768
  msgstr ""
769
 
770
+ #: views/settings.php:601
771
  msgid "Message 9"
772
  msgstr ""
773
 
774
+ #: views/settings.php:609
775
  msgid "Message 10"
776
  msgstr ""
777
 
778
+ #: views/settings.php:631
779
+ msgid ""
780
+ "To make the plugin GDPR compliant, fill in the details and enable this "
781
+ "section."
782
+ msgstr ""
783
+
784
+ #: views/settings.php:632
785
+ msgid ""
786
+ "Here we added some generic texts that you may want to review, change or "
787
+ "remove."
788
+ msgstr ""
789
+
790
+ #: views/settings.php:644
791
+ msgid "Link name"
792
+ msgstr ""
793
+
794
+ #: views/settings.php:648
795
+ msgid "Label the link that will be shown on frontend footer"
796
+ msgstr ""
797
+
798
+ #: views/settings.php:653
799
+ msgid "P. Policy page link"
800
+ msgstr ""
801
+
802
+ #: views/settings.php:662
803
+ msgid "P. Policy link target"
804
+ msgstr ""
805
+
806
+ #: views/settings.php:668
807
+ msgid "Choose how the link will open."
808
+ msgstr ""
809
+
810
+ #: views/settings.php:673
811
+ msgid "Contact form 'tail'"
812
+ msgstr ""
813
+
814
+ #: views/settings.php:677 views/settings.php:686
815
+ msgid "This will be shown together with the acceptance checkbox below the form"
816
+ msgstr ""
817
+
818
+ #: views/settings.php:682
819
+ msgid "Subscribe form 'tail'"
820
+ msgstr ""
821
+
822
  #: views/sidebar.php:3
823
  msgid "Plugin Info"
824
  msgstr "Informations sur le Plugin"
847
  msgid "Resources"
848
  msgstr "Resources"
849
 
850
+ #~ msgid "You have %d subscriber(s)"
851
+ #~ msgstr "Vous avez %d abonné(s)"
852
+
853
  #~ msgid "You successfuly subscribed. Thanks!"
854
  #~ msgstr "Merci ! Vous vous êtes abonné avec succès."
855
 
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.1.1\n"
4
- "POT-Creation-Date: 2018-03-02 10:27+0100\n"
5
- "PO-Revision-Date: 2018-03-02 10:27+0100\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.0.6\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -19,49 +19,55 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPath-1: includes/classes\n"
21
  "X-Poedit-SearchPath-2: views\n"
 
 
 
22
 
23
  #: includes/classes/wp-maintenance-mode-admin.php:121
24
  #: includes/classes/wp-maintenance-mode-admin.php:159
25
- #: includes/classes/wp-maintenance-mode-admin.php:181
26
  msgid "You do not have access to this resource."
27
  msgstr ""
28
 
29
- #: includes/classes/wp-maintenance-mode-admin.php:165 views/settings.php:296
30
  #, php-format
31
- msgid "You have %d subscriber(s)"
32
- msgstr "Hai %d iscritti"
 
 
 
33
 
34
- #: includes/classes/wp-maintenance-mode-admin.php:186
35
  msgid "The nonce field must not be empty."
36
  msgstr ""
37
 
38
- #: includes/classes/wp-maintenance-mode-admin.php:191
39
  msgid "The tab slug must not be empty."
40
  msgstr ""
41
 
42
- #: includes/classes/wp-maintenance-mode-admin.php:196
43
- #: includes/classes/wp-maintenance-mode-admin.php:250
44
  msgid "Security check."
45
  msgstr ""
46
 
47
- #: includes/classes/wp-maintenance-mode-admin.php:202
48
  msgid "The tab slug must exist."
49
  msgstr ""
50
 
51
- #: includes/classes/wp-maintenance-mode-admin.php:222
52
  msgid "WP Maintenance Mode"
53
  msgstr "WP Maintenance Mode"
54
 
55
- #: includes/classes/wp-maintenance-mode-admin.php:487
56
  msgid ""
57
  "WPMM: The file data.js could not be written, the bot will not work correctly."
58
  msgstr ""
59
 
60
- #: includes/classes/wp-maintenance-mode-admin.php:521
61
  msgid "Settings"
62
  msgstr "Impotazioni"
63
 
64
- #: includes/classes/wp-maintenance-mode-admin.php:540
65
  #, php-format
66
  msgid ""
67
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -70,17 +76,42 @@ msgstr ""
70
  "La Modalità Manutenzione è <strong>attiva</strong>. Non dimenticarti di <a "
71
  "href=\"%s\">disattivarla</a> appena avrai finito."
72
 
73
- #: includes/classes/wp-maintenance-mode-admin.php:577
74
  msgid "Notice key cannot be empty."
75
  msgstr ""
76
 
77
- #: includes/classes/wp-maintenance-mode-admin.php:625
78
  #, php-format
79
  msgid ""
80
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
81
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
82
  msgstr ""
83
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  #: includes/classes/wp-maintenance-mode.php:101
85
  #: includes/classes/wp-maintenance-mode.php:102
86
  msgid "Maintenance mode"
@@ -98,74 +129,92 @@ msgstr ""
98
  msgid "Notify me when it's ready"
99
  msgstr "Informatemi quando sarà pronto"
100
 
101
- #: includes/classes/wp-maintenance-mode.php:145
102
  msgid ""
103
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
104
  "your assistant here."
105
  msgstr ""
106
 
107
- #: includes/classes/wp-maintenance-mode.php:146
108
  msgid "I have just a few questions."
109
  msgstr ""
110
 
111
- #: includes/classes/wp-maintenance-mode.php:147
112
  msgid "What is your name?"
113
  msgstr ""
114
 
115
- #: includes/classes/wp-maintenance-mode.php:148
116
  msgid "Nice to meet you here, {visitor_name}!"
117
  msgstr ""
118
 
119
- #: includes/classes/wp-maintenance-mode.php:149
120
  msgid "How you can see, our website will be lauched very soon."
121
  msgstr ""
122
 
123
- #: includes/classes/wp-maintenance-mode.php:150
124
  msgid ""
125
  "I know, you are very excited to see it, but we need a few days to finish it."
126
  msgstr ""
127
 
128
- #: includes/classes/wp-maintenance-mode.php:151
129
  msgid "Would you like to be first to see it?"
130
  msgstr ""
131
 
132
- #: includes/classes/wp-maintenance-mode.php:152
133
  msgid ""
134
  "Cool! Please leave your email here and I will send you a message when it's "
135
  "ready."
136
  msgstr ""
137
 
138
- #: includes/classes/wp-maintenance-mode.php:153
139
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
140
  msgstr ""
141
 
142
- #: includes/classes/wp-maintenance-mode.php:154
143
  msgid "Got it! Thank you and see you soon here!"
144
  msgstr ""
145
 
146
- #: includes/classes/wp-maintenance-mode.php:155
147
  msgid "Have a great day!"
148
  msgstr ""
149
 
150
- #: includes/classes/wp-maintenance-mode.php:158
151
- #: includes/classes/wp-maintenance-mode.php:592
152
  msgid "Type your name here…"
153
  msgstr ""
154
 
155
- #: includes/classes/wp-maintenance-mode.php:159
156
  msgid "Tell me more"
157
  msgstr ""
158
 
159
- #: includes/classes/wp-maintenance-mode.php:160
160
  msgid "Boring"
161
  msgstr ""
162
 
163
- #: includes/classes/wp-maintenance-mode.php:161
164
- #: includes/classes/wp-maintenance-mode.php:593
165
  msgid "Type your email here…"
166
  msgstr ""
167
 
168
- #: includes/classes/wp-maintenance-mode.php:286
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
169
  #, php-format
170
  msgid ""
171
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
@@ -174,43 +223,42 @@ msgstr ""
174
  "WP Maintenance Mode plugin è stato ri-lanciato e DOVRAI rivedere le <a href="
175
  "\"%s\">impostazioni</a>."
176
 
177
- #: includes/classes/wp-maintenance-mode.php:488
178
- #: includes/classes/wp-maintenance-mode.php:502
179
  msgid "Maintenance Mode"
180
  msgstr "Modalità Manutenzione"
181
 
182
- #: includes/classes/wp-maintenance-mode.php:589
183
  msgid "Please type in your name."
184
  msgstr ""
185
 
186
- #: includes/classes/wp-maintenance-mode.php:590
187
  #, fuzzy
188
- #| msgid "Please enter a valid email address."
189
  msgid "Please type in a valid email address."
190
  msgstr "Per favore inserisci in email corretta."
191
 
192
- #: includes/classes/wp-maintenance-mode.php:594 views/maintenance.php:130
193
  msgid "Send"
194
  msgstr "Spedisci"
195
 
196
- #: includes/classes/wp-maintenance-mode.php:788
197
- #: includes/classes/wp-maintenance-mode.php:822 views/maintenance.php:121
198
  msgid "Please enter a valid email address."
199
  msgstr "Per favore inserisci in email corretta."
200
 
201
- #: includes/classes/wp-maintenance-mode.php:800
202
  msgid "You successfully subscribed. Thanks!"
203
  msgstr ""
204
 
205
- #: includes/classes/wp-maintenance-mode.php:818
206
  msgid "All fields required."
207
  msgstr "Sono richiesti tutti i campi."
208
 
209
- #: includes/classes/wp-maintenance-mode.php:830
210
  msgid "Message via contact"
211
  msgstr "Messaggio via contatto"
212
 
213
- #: includes/classes/wp-maintenance-mode.php:844
214
  msgid "Your email was sent to the website administrator. Thanks!"
215
  msgstr "La tua email è stata spedita all'amministratore del sito. Grazie!"
216
 
@@ -235,36 +283,40 @@ msgstr ""
235
  msgid "Login"
236
  msgstr "Login"
237
 
238
- #: views/maintenance.php:72
239
  msgid "your e-mail..."
240
  msgstr "la tua e-mail..."
241
 
242
- #: views/maintenance.php:73 views/settings.php:271
243
  msgid "Subscribe"
244
  msgstr "Iscriviti"
245
 
246
- #: views/maintenance.php:120 views/sidebar.php:7
247
- msgid "Name"
248
- msgstr "Nome"
249
-
250
- #: views/maintenance.php:120 views/maintenance.php:121
251
- #: views/maintenance.php:126
252
  msgid "This field is required."
253
  msgstr ""
254
 
255
- #: views/maintenance.php:121
 
 
 
 
 
 
 
 
256
  msgid "E-mail"
257
  msgstr "E-mail"
258
 
259
- #: views/maintenance.php:126
260
  msgid "Your message"
261
  msgstr "Il tuo messaggio"
262
 
263
- #: views/maintenance.php:137
264
  msgid "Contact us"
265
  msgstr "Contattaci"
266
 
267
- #: views/maintenance.php:142
268
  msgid "Dashboard"
269
  msgstr "Dashboard"
270
 
@@ -303,67 +355,71 @@ msgstr "Moduli"
303
  msgid "Manage Bot"
304
  msgstr ""
305
 
306
- #: views/settings.php:25 views/settings.php:454
 
 
 
 
307
  msgid "Status"
308
  msgstr "Stato"
309
 
310
- #: views/settings.php:27 views/settings.php:457
311
  msgid "Activated"
312
  msgstr "Attivato"
313
 
314
- #: views/settings.php:28 views/settings.php:458
315
  msgid "Deactivated"
316
  msgstr "Disattivato"
317
 
318
- #: views/settings.php:32
319
  msgid "Bypass for Search Bots"
320
  msgstr "Bypass per Bot di ricerca"
321
 
322
- #: views/settings.php:35 views/settings.php:105 views/settings.php:115
323
- #: views/settings.php:243 views/settings.php:279 views/settings.php:317
324
- #: views/settings.php:385 views/settings.php:417
325
  msgid "Yes"
326
  msgstr "Si"
327
 
328
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
329
- #: views/settings.php:244 views/settings.php:280 views/settings.php:318
330
- #: views/settings.php:386 views/settings.php:418
331
  msgid "No"
332
  msgstr "No"
333
 
334
- #: views/settings.php:38
335
  msgid "Allow Search Bots to bypass maintenance mode?"
336
  msgstr "Permetti ai Bot di ricerca di bypassare la modalità manutenzione?"
337
 
338
- #: views/settings.php:42
339
  msgid "Backend Role"
340
  msgstr "Ruolo Backend"
341
 
342
- #: views/settings.php:44 views/settings.php:60
343
  msgid "Select role(s)"
344
  msgstr ""
345
 
346
- #: views/settings.php:54
347
  msgid ""
348
  "Which user role is allowed to access the backend of this blog? "
349
  "Administrators will always have access."
350
  msgstr ""
351
 
352
- #: views/settings.php:58
353
  msgid "Frontend Role"
354
  msgstr "Ruolo Frontend"
355
 
356
- #: views/settings.php:70
357
  msgid ""
358
  "Which user role is allowed to access the frontend of this blog? "
359
  "Administrators will always have access."
360
  msgstr ""
361
 
362
- #: views/settings.php:74
363
  msgid "Robots Meta Tag"
364
  msgstr "Meta Tag Robots"
365
 
366
- #: views/settings.php:80
367
  msgid ""
368
  "The robots meta tag lets you use a granular, page-specific approach to "
369
  "control how an individual page should be indexed and served to users in "
@@ -373,22 +429,22 @@ msgstr ""
373
  "specifico per la pagina per controllare come ogni pagina potrà essere "
374
  "indicizzata e servita agli utenti nei risultati di ricerca."
375
 
376
- #: views/settings.php:84
377
  msgid "Redirection"
378
  msgstr "Redirezione"
379
 
380
- #: views/settings.php:87
381
  msgid ""
382
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
383
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
384
  "(incl. http://)"
385
  msgstr ""
386
 
387
- #: views/settings.php:91
388
  msgid "Exclude"
389
  msgstr "Escludi"
390
 
391
- #: views/settings.php:98
392
  msgid ""
393
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
394
  "IP per line!"
@@ -396,316 +452,374 @@ msgstr ""
396
  "Escludi feed, pagine, archivi o IPs dalla modalità manutenzione, Aggiungi un "
397
  "valore/IP per linea!"
398
 
399
- #: views/settings.php:102
400
  msgid "Notice"
401
  msgstr "Avviso"
402
 
403
- #: views/settings.php:108
404
  msgid "Do you want to see notices when maintenance mode is activated?"
405
  msgstr ""
406
  "Vuoi vedere gli avvisi quando viene attivata la modalità di manutenzione?"
407
 
408
- #: views/settings.php:112
409
  msgid "Dashboard link"
410
  msgstr "Link Dashboard"
411
 
412
- #: views/settings.php:118
413
  msgid ""
414
  "Do you want to add a link to the dashboard on your maintenance mode page?"
415
  msgstr ""
416
  "Vuoi aggiungere un collegamento alla dashboard sulla tua pagina modalità di "
417
  "manutenzione?"
418
 
419
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
420
- #: views/settings.php:612
421
  msgid "Save settings"
422
  msgstr "Salva impostazioni"
423
 
424
- #: views/settings.php:127 views/settings.php:230 views/settings.php:435
425
- #: views/settings.php:613
426
  msgid "Reset settings"
427
  msgstr "Resetta impostazioni"
428
 
429
- #: views/settings.php:132
430
  msgid "Content"
431
  msgstr "Contenuto"
432
 
433
- #: views/settings.php:137
434
  msgid "Title (HTML tag)"
435
  msgstr "Titolo (HTML tag)"
436
 
437
- #: views/settings.php:143
438
  msgid "Heading"
439
  msgstr "Intestazione"
440
 
441
- #: views/settings.php:150 views/settings.php:285
442
  msgid "Text"
443
  msgstr "Testo"
444
 
445
- #: views/settings.php:170
 
 
 
 
446
  msgid "Background"
447
  msgstr "Sfondo"
448
 
449
- #: views/settings.php:175
450
  msgid "Choose type"
451
  msgstr "Scegli il tipo"
452
 
453
- #: views/settings.php:178
454
  msgid "Custom color"
455
  msgstr "Colore Custom"
456
 
457
- #: views/settings.php:179
458
  msgid "Uploaded background"
459
  msgstr "Background caricato"
460
 
461
- #: views/settings.php:180
462
  msgid "Predefined background"
463
  msgstr "Background predefinito"
464
 
465
- #: views/settings.php:185
466
  msgid "Choose color"
467
  msgstr "Scegli il colore"
468
 
469
- #: views/settings.php:191
470
  msgid "Upload background"
471
  msgstr "Carica uno Sfondo"
472
 
473
- #: views/settings.php:195
474
  msgid "Backgrounds should have 1920x1280 px size."
475
  msgstr "Gli Sfondi dovrebbero avere una dimensione di 1920x1280 px."
476
 
477
- #: views/settings.php:200
478
  msgid "Choose background"
479
  msgstr "Scegli lo sfondo"
480
 
481
- #: views/settings.php:202
482
  #, php-format
483
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
484
  msgstr ""
485
 
486
- #: views/settings.php:235
487
  msgid "Countdown"
488
  msgstr "Conto alla rovescia"
489
 
490
- #: views/settings.php:240
491
  msgid "Show countdown?"
492
  msgstr "Mostra il conto alla rovescia?"
493
 
494
- #: views/settings.php:249
495
  msgid "Start date"
496
  msgstr "Data di inizio"
497
 
498
- #: views/settings.php:255
499
  msgid "Countdown (remaining time)"
500
  msgstr "Conto alla rovescia (tempo rimanente)"
501
 
502
- #: views/settings.php:257
503
  msgid "Days"
504
  msgstr "Giorni"
505
 
506
- #: views/settings.php:258
507
  msgid "Hours"
508
  msgstr "Ore"
509
 
510
- #: views/settings.php:259
511
  msgid "Minutes"
512
  msgstr "Minuti"
513
 
514
- #: views/settings.php:263
515
  msgid "Color"
516
  msgstr "Colore"
517
 
518
- #: views/settings.php:276
519
  msgid "Show subscribe?"
520
  msgstr "Mostra Sottoscrivi?"
521
 
522
- #: views/settings.php:292
523
  msgid "Stats"
524
  msgstr "Statistiche"
525
 
526
- #: views/settings.php:301
 
 
 
 
 
 
 
 
527
  msgid "Export as CSV"
528
  msgstr "Esporta come CSV"
529
 
530
- #: views/settings.php:302
531
  msgid "Empty subscribers list"
532
  msgstr ""
533
 
534
- #: views/settings.php:309
535
  msgid "Social Networks"
536
  msgstr "Social Networks"
537
 
538
- #: views/settings.php:314
539
  msgid "Show social networks?"
540
  msgstr "Mostra Social Networks?"
541
 
542
- #: views/settings.php:323
543
  msgid "Links target?"
544
  msgstr "Link di destinazione?"
545
 
546
- #: views/settings.php:326
547
  msgid "New page"
548
  msgstr "Nuova Pagina"
549
 
550
- #: views/settings.php:327
551
  msgid "Same page"
552
  msgstr "Stessa Pagina"
553
 
554
- #: views/settings.php:329
555
  msgid "Choose how the links will open."
556
  msgstr "Scegli come si apriranno i link."
557
 
558
- #: views/settings.php:377
559
  msgid "Contact"
560
  msgstr "Contatti"
561
 
562
- #: views/settings.php:382
563
  msgid "Show contact?"
564
  msgstr "Mostra Contatti?"
565
 
566
- #: views/settings.php:391
567
  msgid "Email address"
568
  msgstr "Indirizzo Email"
569
 
570
- #: views/settings.php:397
571
  msgid "Effects"
572
  msgstr "Effetti"
573
 
574
- #: views/settings.php:400
575
  msgid "Move top - Move bottom"
576
  msgstr "Muovi Su - Giù"
577
 
578
- #: views/settings.php:401
579
  msgid "Zoom - Zoomed"
580
  msgstr "Zoom - Zoomato"
581
 
582
- #: views/settings.php:402
583
  msgid "Fold - Unfold"
584
  msgstr "Chiudere - Aprire"
585
 
586
- #: views/settings.php:409
587
  msgid "Google Analytics"
588
  msgstr "Google Analytics"
589
 
590
- #: views/settings.php:414
591
  msgid "Use Google Analytics?"
592
  msgstr "Usa Google Analytics?"
593
 
594
- #: views/settings.php:423
 
 
 
 
595
  msgid "Tracking code"
596
  msgstr "Codice di tracciamento"
597
 
598
- #: views/settings.php:426
599
  msgid ""
600
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
601
  msgstr ""
602
 
603
- #: views/settings.php:444 views/settings.php:447
604
  msgid ""
605
  "Setup the conversation steps to capture more subscribers with this friendly "
606
  "way of asking email addresess."
607
  msgstr ""
608
 
609
- #: views/settings.php:448
610
  msgid ""
611
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
612
  "make the conversation even more realistic."
613
  msgstr ""
614
 
615
- #: views/settings.php:449
616
  msgid ""
617
  "It is also ok if you don't fill in all the conversation steps if you don't "
618
  "need to."
619
  msgstr ""
620
 
621
- #: views/settings.php:462
622
  #, fuzzy
623
- #| msgid "Name"
624
  msgid "Bot Name"
625
  msgstr "Nome"
626
 
627
- #: views/settings.php:465
628
  msgid "This name will appear when the bot is typing."
629
  msgstr ""
630
 
631
- #: views/settings.php:469
632
  #, fuzzy
633
- #| msgid "Upload background"
634
  msgid "Upload avatar"
635
  msgstr "Carica uno Sfondo"
636
 
637
- #: views/settings.php:473
638
  msgid "A 512 x 512 px will work just fine."
639
  msgstr ""
640
 
641
- #: views/settings.php:479
642
  msgid "Customize Messages"
643
  msgstr ""
644
 
645
- #: views/settings.php:484
646
  msgid "Message 1"
647
  msgstr ""
648
 
649
- #: views/settings.php:492
650
  msgid "Message 2"
651
  msgstr ""
652
 
653
- #: views/settings.php:500
654
  msgid "Message 3"
655
  msgstr ""
656
 
657
- #: views/settings.php:508 views/settings.php:548 views/settings.php:570
658
  msgid "Response"
659
  msgstr ""
660
 
661
- #: views/settings.php:512 views/settings.php:574
662
  msgid "Edit the placeholder's text"
663
  msgstr ""
664
 
665
- #: views/settings.php:516
666
  msgid "Message 4"
667
  msgstr ""
668
 
669
- #: views/settings.php:524
670
  msgid "Message 5"
671
  msgstr ""
672
 
673
- #: views/settings.php:532
674
  msgid "Message 6"
675
  msgstr ""
676
 
677
- #: views/settings.php:540
678
  msgid "Message 7"
679
  msgstr ""
680
 
681
- #: views/settings.php:552
682
  msgid "Edit button one"
683
  msgstr ""
684
 
685
- #: views/settings.php:556
686
  msgid "Edit button two"
687
  msgstr ""
688
 
689
- #: views/settings.php:562 views/settings.php:578
690
  msgid "Message 8"
691
  msgstr ""
692
 
693
- #: views/settings.php:562 views/settings.php:586 views/settings.php:594
694
  msgid "(click on button one)"
695
  msgstr ""
696
 
697
- #: views/settings.php:578
698
  msgid "(click on button two)"
699
  msgstr ""
700
 
701
- #: views/settings.php:586
702
  msgid "Message 9"
703
  msgstr ""
704
 
705
- #: views/settings.php:594
706
  msgid "Message 10"
707
  msgstr ""
708
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
709
  #: views/sidebar.php:3
710
  msgid "Plugin Info"
711
  msgstr "Info sul Plugin"
@@ -734,6 +848,9 @@ msgstr ""
734
  msgid "Resources"
735
  msgstr "Risorse"
736
 
 
 
 
737
  #~ msgid "You successfuly subscribed. Thanks!"
738
  #~ msgstr "Ti sei iscritto con successo. Grazie!"
739
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.2.2\n"
4
+ "POT-Creation-Date: 2018-11-26 19:12+0200\n"
5
+ "PO-Revision-Date: 2018-11-26 19:12+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 1.8.8\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPath-1: includes/classes\n"
21
  "X-Poedit-SearchPath-2: views\n"
22
+ "X-Poedit-SearchPathExcluded-0: .git\n"
23
+ "X-Poedit-SearchPathExcluded-1: assets\n"
24
+ "X-Poedit-SearchPathExcluded-2: node_modules\n"
25
 
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
 
32
+ #: includes/classes/wp-maintenance-mode-admin.php:165
33
  #, php-format
34
+ msgctxt "ajax response"
35
+ msgid "You have %d subscriber"
36
+ msgid_plural "You have %s subscribers"
37
+ msgstr[0] ""
38
+ msgstr[1] ""
39
 
40
+ #: includes/classes/wp-maintenance-mode-admin.php:187
41
  msgid "The nonce field must not be empty."
42
  msgstr ""
43
 
44
+ #: includes/classes/wp-maintenance-mode-admin.php:192
45
  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
 
53
+ #: includes/classes/wp-maintenance-mode-admin.php:203
54
  msgid "The tab slug must exist."
55
  msgstr ""
56
 
57
+ #: includes/classes/wp-maintenance-mode-admin.php:223
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 "Impotazioni"
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
  "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 "
112
+ "your privacy policy page."
113
+ msgstr ""
114
+
115
  #: includes/classes/wp-maintenance-mode.php:101
116
  #: includes/classes/wp-maintenance-mode.php:102
117
  msgid "Maintenance mode"
129
  msgid "Notify me when it's ready"
130
  msgstr "Informatemi quando sarà pronto"
131
 
132
+ #: includes/classes/wp-maintenance-mode.php:147
133
  msgid ""
134
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
135
  "your assistant here."
136
  msgstr ""
137
 
138
+ #: includes/classes/wp-maintenance-mode.php:148
139
  msgid "I have just a few questions."
140
  msgstr ""
141
 
142
+ #: includes/classes/wp-maintenance-mode.php:149
143
  msgid "What is your name?"
144
  msgstr ""
145
 
146
+ #: includes/classes/wp-maintenance-mode.php:150
147
  msgid "Nice to meet you here, {visitor_name}!"
148
  msgstr ""
149
 
150
+ #: includes/classes/wp-maintenance-mode.php:151
151
  msgid "How you can see, our website will be lauched very soon."
152
  msgstr ""
153
 
154
+ #: includes/classes/wp-maintenance-mode.php:152
155
  msgid ""
156
  "I know, you are very excited to see it, but we need a few days to finish it."
157
  msgstr ""
158
 
159
+ #: includes/classes/wp-maintenance-mode.php:153
160
  msgid "Would you like to be first to see it?"
161
  msgstr ""
162
 
163
+ #: includes/classes/wp-maintenance-mode.php:154
164
  msgid ""
165
  "Cool! Please leave your email here and I will send you a message when it's "
166
  "ready."
167
  msgstr ""
168
 
169
+ #: includes/classes/wp-maintenance-mode.php:155
170
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
171
  msgstr ""
172
 
173
+ #: includes/classes/wp-maintenance-mode.php:156
174
  msgid "Got it! Thank you and see you soon here!"
175
  msgstr ""
176
 
177
+ #: includes/classes/wp-maintenance-mode.php:157
178
  msgid "Have a great day!"
179
  msgstr ""
180
 
181
+ #: includes/classes/wp-maintenance-mode.php:160
182
+ #: includes/classes/wp-maintenance-mode.php:645
183
  msgid "Type your name here…"
184
  msgstr ""
185
 
186
+ #: includes/classes/wp-maintenance-mode.php:161
187
  msgid "Tell me more"
188
  msgstr ""
189
 
190
+ #: includes/classes/wp-maintenance-mode.php:162
191
  msgid "Boring"
192
  msgstr ""
193
 
194
+ #: includes/classes/wp-maintenance-mode.php:163
195
+ #: includes/classes/wp-maintenance-mode.php:646
196
  msgid "Type your email here…"
197
  msgstr ""
198
 
199
+ #: includes/classes/wp-maintenance-mode.php:169
200
+ msgid "Privacy Policy"
201
+ msgstr ""
202
+
203
+ #: includes/classes/wp-maintenance-mode.php:172
204
+ msgid ""
205
+ "This form collects your name and email so that we can reach you back. Check "
206
+ "out our <a href=\"#\">Privacy Policy</a> page to fully understand how we "
207
+ "protect and manage your submitted data."
208
+ msgstr ""
209
+
210
+ #: includes/classes/wp-maintenance-mode.php:173
211
+ msgid ""
212
+ "This form collects your email so that we can add you to our newsletter list. "
213
+ "Check out our <a href=\"#\">Privacy Policy</a> page to fully understand how "
214
+ "we protect and manage your submitted data."
215
+ msgstr ""
216
+
217
+ #: includes/classes/wp-maintenance-mode.php:296
218
  #, php-format
219
  msgid ""
220
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
223
  "WP Maintenance Mode plugin è stato ri-lanciato e DOVRAI rivedere le <a href="
224
  "\"%s\">impostazioni</a>."
225
 
226
+ #: includes/classes/wp-maintenance-mode.php:542
227
+ #: includes/classes/wp-maintenance-mode.php:556
228
  msgid "Maintenance Mode"
229
  msgstr "Modalità Manutenzione"
230
 
231
+ #: includes/classes/wp-maintenance-mode.php:642
232
  msgid "Please type in your name."
233
  msgstr ""
234
 
235
+ #: includes/classes/wp-maintenance-mode.php:643
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:647 views/maintenance.php:161
241
  msgid "Send"
242
  msgstr "Spedisci"
243
 
244
+ #: includes/classes/wp-maintenance-mode.php:858
245
+ #: includes/classes/wp-maintenance-mode.php:892 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:870
250
  msgid "You successfully subscribed. Thanks!"
251
  msgstr ""
252
 
253
+ #: includes/classes/wp-maintenance-mode.php:888
254
  msgid "All fields required."
255
  msgstr "Sono richiesti tutti i campi."
256
 
257
+ #: includes/classes/wp-maintenance-mode.php:900
258
  msgid "Message via contact"
259
  msgstr "Messaggio via contatto"
260
 
261
+ #: includes/classes/wp-maintenance-mode.php:917
262
  msgid "Your email was sent to the website administrator. Thanks!"
263
  msgstr "La tua email è stata spedita all'amministratore del sito. Grazie!"
264
 
283
  msgid "Login"
284
  msgstr "Login"
285
 
286
+ #: views/maintenance.php:74
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
 
294
+ #: views/maintenance.php:80 views/maintenance.php:139 views/maintenance.php:140
295
+ #: views/maintenance.php:145 views/maintenance.php:152
 
 
 
 
296
  msgid "This field is required."
297
  msgstr ""
298
 
299
+ #: views/maintenance.php:82 views/maintenance.php:154
300
+ msgid "I've read and agree with the site's privacy policy"
301
+ msgstr ""
302
+
303
+ #: views/maintenance.php:139 views/sidebar.php:7
304
+ msgid "Name"
305
+ msgstr "Nome"
306
+
307
+ #: views/maintenance.php:140
308
  msgid "E-mail"
309
  msgstr "E-mail"
310
 
311
+ #: views/maintenance.php:145
312
  msgid "Your message"
313
  msgstr "Il tuo messaggio"
314
 
315
+ #: views/maintenance.php:168
316
  msgid "Contact us"
317
  msgstr "Contattaci"
318
 
319
+ #: views/maintenance.php:175
320
  msgid "Dashboard"
321
  msgstr "Dashboard"
322
 
355
  msgid "Manage Bot"
356
  msgstr ""
357
 
358
+ #: views/settings.php:17
359
+ msgid "GDPR"
360
+ msgstr ""
361
+
362
+ #: views/settings.php:26 views/settings.php:469 views/settings.php:636
363
  msgid "Status"
364
  msgstr "Stato"
365
 
366
+ #: views/settings.php:28 views/settings.php:472 views/settings.php:638
367
  msgid "Activated"
368
  msgstr "Attivato"
369
 
370
+ #: views/settings.php:29 views/settings.php:473 views/settings.php:639
371
  msgid "Deactivated"
372
  msgstr "Disattivato"
373
 
374
+ #: views/settings.php:33
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
 
390
+ #: views/settings.php:39
391
  msgid "Allow Search Bots to bypass maintenance mode?"
392
  msgstr "Permetti ai Bot di ricerca di bypassare la modalità manutenzione?"
393
 
394
+ #: views/settings.php:43
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
  "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
  "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:621 views/settings.php:694
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:622 views/settings.php:695
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"
590
+ 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:665
615
  msgid "New page"
616
  msgstr "Nuova Pagina"
617
 
618
+ #: views/settings.php:329 views/settings.php:666
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:477
694
  #, fuzzy
 
695
  msgid "Bot Name"
696
  msgstr "Nome"
697
 
698
+ #: views/settings.php:480
699
  msgid "This name will appear when the bot is typing."
700
  msgstr ""
701
 
702
+ #: views/settings.php:484
703
  #, fuzzy
 
704
  msgid "Upload avatar"
705
  msgstr "Carica uno Sfondo"
706
 
707
+ #: views/settings.php:488
708
  msgid "A 512 x 512 px will work just fine."
709
  msgstr ""
710
 
711
+ #: views/settings.php:494
712
  msgid "Customize Messages"
713
  msgstr ""
714
 
715
+ #: views/settings.php:499
716
  msgid "Message 1"
717
  msgstr ""
718
 
719
+ #: views/settings.php:507
720
  msgid "Message 2"
721
  msgstr ""
722
 
723
+ #: views/settings.php:515
724
  msgid "Message 3"
725
  msgstr ""
726
 
727
+ #: views/settings.php:523 views/settings.php:563 views/settings.php:585
728
  msgid "Response"
729
  msgstr ""
730
 
731
+ #: views/settings.php:527 views/settings.php:589
732
  msgid "Edit the placeholder's text"
733
  msgstr ""
734
 
735
+ #: views/settings.php:531
736
  msgid "Message 4"
737
  msgstr ""
738
 
739
+ #: views/settings.php:539
740
  msgid "Message 5"
741
  msgstr ""
742
 
743
+ #: views/settings.php:547
744
  msgid "Message 6"
745
  msgstr ""
746
 
747
+ #: views/settings.php:555
748
  msgid "Message 7"
749
  msgstr ""
750
 
751
+ #: views/settings.php:567
752
  msgid "Edit button one"
753
  msgstr ""
754
 
755
+ #: views/settings.php:571
756
  msgid "Edit button two"
757
  msgstr ""
758
 
759
+ #: views/settings.php:577 views/settings.php:593
760
  msgid "Message 8"
761
  msgstr ""
762
 
763
+ #: views/settings.php:577 views/settings.php:601 views/settings.php:609
764
  msgid "(click on button one)"
765
  msgstr ""
766
 
767
+ #: views/settings.php:593
768
  msgid "(click on button two)"
769
  msgstr ""
770
 
771
+ #: views/settings.php:601
772
  msgid "Message 9"
773
  msgstr ""
774
 
775
+ #: views/settings.php:609
776
  msgid "Message 10"
777
  msgstr ""
778
 
779
+ #: views/settings.php:631
780
+ msgid ""
781
+ "To make the plugin GDPR compliant, fill in the details and enable this "
782
+ "section."
783
+ msgstr ""
784
+
785
+ #: views/settings.php:632
786
+ msgid ""
787
+ "Here we added some generic texts that you may want to review, change or "
788
+ "remove."
789
+ msgstr ""
790
+
791
+ #: views/settings.php:644
792
+ msgid "Link name"
793
+ msgstr ""
794
+
795
+ #: views/settings.php:648
796
+ msgid "Label the link that will be shown on frontend footer"
797
+ msgstr ""
798
+
799
+ #: views/settings.php:653
800
+ msgid "P. Policy page link"
801
+ msgstr ""
802
+
803
+ #: views/settings.php:662
804
+ msgid "P. Policy link target"
805
+ msgstr ""
806
+
807
+ #: views/settings.php:668
808
+ msgid "Choose how the link will open."
809
+ msgstr ""
810
+
811
+ #: views/settings.php:673
812
+ msgid "Contact form 'tail'"
813
+ msgstr ""
814
+
815
+ #: views/settings.php:677 views/settings.php:686
816
+ msgid "This will be shown together with the acceptance checkbox below the form"
817
+ msgstr ""
818
+
819
+ #: views/settings.php:682
820
+ msgid "Subscribe form 'tail'"
821
+ msgstr ""
822
+
823
  #: views/sidebar.php:3
824
  msgid "Plugin Info"
825
  msgstr "Info sul Plugin"
848
  msgid "Resources"
849
  msgstr "Risorse"
850
 
851
+ #~ msgid "You have %d subscriber(s)"
852
+ #~ msgstr "Hai %d iscritti"
853
+
854
  #~ msgid "You successfuly subscribed. Thanks!"
855
  #~ msgstr "Ti sei iscritto con successo. Grazie!"
856
 
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.1.1\n"
4
- "POT-Creation-Date: 2018-03-02 10:27+0100\n"
5
- "PO-Revision-Date: 2018-03-02 10:27+0100\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.0.6\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -19,49 +19,55 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPath-1: includes/classes\n"
21
  "X-Poedit-SearchPath-2: views\n"
 
 
 
22
 
23
  #: includes/classes/wp-maintenance-mode-admin.php:121
24
  #: includes/classes/wp-maintenance-mode-admin.php:159
25
- #: includes/classes/wp-maintenance-mode-admin.php:181
26
  msgid "You do not have access to this resource."
27
  msgstr ""
28
 
29
- #: includes/classes/wp-maintenance-mode-admin.php:165 views/settings.php:296
30
  #, php-format
31
- msgid "You have %d subscriber(s)"
32
- msgstr "Du har %d personer som ønsker oppdatering"
 
 
 
33
 
34
- #: includes/classes/wp-maintenance-mode-admin.php:186
35
  msgid "The nonce field must not be empty."
36
  msgstr ""
37
 
38
- #: includes/classes/wp-maintenance-mode-admin.php:191
39
  msgid "The tab slug must not be empty."
40
  msgstr ""
41
 
42
- #: includes/classes/wp-maintenance-mode-admin.php:196
43
- #: includes/classes/wp-maintenance-mode-admin.php:250
44
  msgid "Security check."
45
  msgstr ""
46
 
47
- #: includes/classes/wp-maintenance-mode-admin.php:202
48
  msgid "The tab slug must exist."
49
  msgstr ""
50
 
51
- #: includes/classes/wp-maintenance-mode-admin.php:222
52
  msgid "WP Maintenance Mode"
53
  msgstr "WP Vedlikeholdsmodus"
54
 
55
- #: includes/classes/wp-maintenance-mode-admin.php:487
56
  msgid ""
57
  "WPMM: The file data.js could not be written, the bot will not work correctly."
58
  msgstr ""
59
 
60
- #: includes/classes/wp-maintenance-mode-admin.php:521
61
  msgid "Settings"
62
  msgstr "Innstillinger"
63
 
64
- #: includes/classes/wp-maintenance-mode-admin.php:540
65
  #, php-format
66
  msgid ""
67
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -70,17 +76,42 @@ msgstr ""
70
  "Vedlikeholdsmodus er <strong>aktivert</strong>. Husk å <a href=\"%s"
71
  "\">deaktiver vedlikeholdsmodus</a> når du er ferdig."
72
 
73
- #: includes/classes/wp-maintenance-mode-admin.php:577
74
  msgid "Notice key cannot be empty."
75
  msgstr ""
76
 
77
- #: includes/classes/wp-maintenance-mode-admin.php:625
78
  #, php-format
79
  msgid ""
80
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
81
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
82
  msgstr ""
83
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  #: includes/classes/wp-maintenance-mode.php:101
85
  #: includes/classes/wp-maintenance-mode.php:102
86
  msgid "Maintenance mode"
@@ -98,74 +129,92 @@ msgstr ""
98
  msgid "Notify me when it's ready"
99
  msgstr "Varsle meg når den er klar"
100
 
101
- #: includes/classes/wp-maintenance-mode.php:145
102
  msgid ""
103
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
104
  "your assistant here."
105
  msgstr ""
106
 
107
- #: includes/classes/wp-maintenance-mode.php:146
108
  msgid "I have just a few questions."
109
  msgstr ""
110
 
111
- #: includes/classes/wp-maintenance-mode.php:147
112
  msgid "What is your name?"
113
  msgstr ""
114
 
115
- #: includes/classes/wp-maintenance-mode.php:148
116
  msgid "Nice to meet you here, {visitor_name}!"
117
  msgstr ""
118
 
119
- #: includes/classes/wp-maintenance-mode.php:149
120
  msgid "How you can see, our website will be lauched very soon."
121
  msgstr ""
122
 
123
- #: includes/classes/wp-maintenance-mode.php:150
124
  msgid ""
125
  "I know, you are very excited to see it, but we need a few days to finish it."
126
  msgstr ""
127
 
128
- #: includes/classes/wp-maintenance-mode.php:151
129
  msgid "Would you like to be first to see it?"
130
  msgstr ""
131
 
132
- #: includes/classes/wp-maintenance-mode.php:152
133
  msgid ""
134
  "Cool! Please leave your email here and I will send you a message when it's "
135
  "ready."
136
  msgstr ""
137
 
138
- #: includes/classes/wp-maintenance-mode.php:153
139
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
140
  msgstr ""
141
 
142
- #: includes/classes/wp-maintenance-mode.php:154
143
  msgid "Got it! Thank you and see you soon here!"
144
  msgstr ""
145
 
146
- #: includes/classes/wp-maintenance-mode.php:155
147
  msgid "Have a great day!"
148
  msgstr ""
149
 
150
- #: includes/classes/wp-maintenance-mode.php:158
151
- #: includes/classes/wp-maintenance-mode.php:592
152
  msgid "Type your name here…"
153
  msgstr ""
154
 
155
- #: includes/classes/wp-maintenance-mode.php:159
156
  msgid "Tell me more"
157
  msgstr ""
158
 
159
- #: includes/classes/wp-maintenance-mode.php:160
160
  msgid "Boring"
161
  msgstr ""
162
 
163
- #: includes/classes/wp-maintenance-mode.php:161
164
- #: includes/classes/wp-maintenance-mode.php:593
165
  msgid "Type your email here…"
166
  msgstr ""
167
 
168
- #: includes/classes/wp-maintenance-mode.php:286
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
169
  #, php-format
170
  msgid ""
171
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
@@ -174,43 +223,42 @@ msgstr ""
174
  "Utvidelsen WP Maintanance Mode er oppdatert og du må <a href=\"%s\">se "
175
  "igjennom innstillingene</a>"
176
 
177
- #: includes/classes/wp-maintenance-mode.php:488
178
- #: includes/classes/wp-maintenance-mode.php:502
179
  msgid "Maintenance Mode"
180
  msgstr "Vedlikehold pågår"
181
 
182
- #: includes/classes/wp-maintenance-mode.php:589
183
  msgid "Please type in your name."
184
  msgstr ""
185
 
186
- #: includes/classes/wp-maintenance-mode.php:590
187
  #, fuzzy
188
- #| msgid "Please enter a valid email address."
189
  msgid "Please type in a valid email address."
190
  msgstr "Vennligst oppgi en gyldig epostadresse."
191
 
192
- #: includes/classes/wp-maintenance-mode.php:594 views/maintenance.php:130
193
  msgid "Send"
194
  msgstr "Send"
195
 
196
- #: includes/classes/wp-maintenance-mode.php:788
197
- #: includes/classes/wp-maintenance-mode.php:822 views/maintenance.php:121
198
  msgid "Please enter a valid email address."
199
  msgstr "Vennligst oppgi en gyldig epostadresse."
200
 
201
- #: includes/classes/wp-maintenance-mode.php:800
202
  msgid "You successfully subscribed. Thanks!"
203
  msgstr ""
204
 
205
- #: includes/classes/wp-maintenance-mode.php:818
206
  msgid "All fields required."
207
  msgstr "Alle felt er påkrevd."
208
 
209
- #: includes/classes/wp-maintenance-mode.php:830
210
  msgid "Message via contact"
211
  msgstr "Melding via kontakt"
212
 
213
- #: includes/classes/wp-maintenance-mode.php:844
214
  msgid "Your email was sent to the website administrator. Thanks!"
215
  msgstr "Din epost ble sendt til administratoren for nettstedet. Takk!"
216
 
@@ -235,36 +283,40 @@ msgstr ""
235
  msgid "Login"
236
  msgstr "Logg inn"
237
 
238
- #: views/maintenance.php:72
239
  msgid "your e-mail..."
240
  msgstr "Din epostadresse..."
241
 
242
- #: views/maintenance.php:73 views/settings.php:271
243
  msgid "Subscribe"
244
  msgstr "Få varsling"
245
 
246
- #: views/maintenance.php:120 views/sidebar.php:7
247
- msgid "Name"
248
- msgstr "Navn"
249
-
250
- #: views/maintenance.php:120 views/maintenance.php:121
251
- #: views/maintenance.php:126
252
  msgid "This field is required."
253
  msgstr ""
254
 
255
- #: views/maintenance.php:121
 
 
 
 
 
 
 
 
256
  msgid "E-mail"
257
  msgstr "Epost"
258
 
259
- #: views/maintenance.php:126
260
  msgid "Your message"
261
  msgstr "Din melding"
262
 
263
- #: views/maintenance.php:137
264
  msgid "Contact us"
265
  msgstr "Kontakt oss"
266
 
267
- #: views/maintenance.php:142
268
  msgid "Dashboard"
269
  msgstr "Kontrollpanel"
270
 
@@ -303,67 +355,71 @@ msgstr "Moduler"
303
  msgid "Manage Bot"
304
  msgstr ""
305
 
306
- #: views/settings.php:25 views/settings.php:454
 
 
 
 
307
  msgid "Status"
308
  msgstr "Status"
309
 
310
- #: views/settings.php:27 views/settings.php:457
311
  msgid "Activated"
312
  msgstr "Aktivert"
313
 
314
- #: views/settings.php:28 views/settings.php:458
315
  msgid "Deactivated"
316
  msgstr "Deaktivert"
317
 
318
- #: views/settings.php:32
319
  msgid "Bypass for Search Bots"
320
  msgstr "Slipp igjennom søkemotorer"
321
 
322
- #: views/settings.php:35 views/settings.php:105 views/settings.php:115
323
- #: views/settings.php:243 views/settings.php:279 views/settings.php:317
324
- #: views/settings.php:385 views/settings.php:417
325
  msgid "Yes"
326
  msgstr "Ja"
327
 
328
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
329
- #: views/settings.php:244 views/settings.php:280 views/settings.php:318
330
- #: views/settings.php:386 views/settings.php:418
331
  msgid "No"
332
  msgstr "Nei"
333
 
334
- #: views/settings.php:38
335
  msgid "Allow Search Bots to bypass maintenance mode?"
336
  msgstr "La søkemotorer slippe forbi vedlikeholdsmodus"
337
 
338
- #: views/settings.php:42
339
  msgid "Backend Role"
340
  msgstr "Backend Rolle"
341
 
342
- #: views/settings.php:44 views/settings.php:60
343
  msgid "Select role(s)"
344
  msgstr ""
345
 
346
- #: views/settings.php:54
347
  msgid ""
348
  "Which user role is allowed to access the backend of this blog? "
349
  "Administrators will always have access."
350
  msgstr ""
351
 
352
- #: views/settings.php:58
353
  msgid "Frontend Role"
354
  msgstr "Frontend Rolle"
355
 
356
- #: views/settings.php:70
357
  msgid ""
358
  "Which user role is allowed to access the frontend of this blog? "
359
  "Administrators will always have access."
360
  msgstr ""
361
 
362
- #: views/settings.php:74
363
  msgid "Robots Meta Tag"
364
  msgstr "Robots Meta Tag"
365
 
366
- #: views/settings.php:80
367
  msgid ""
368
  "The robots meta tag lets you use a granular, page-specific approach to "
369
  "control how an individual page should be indexed and served to users in "
@@ -373,22 +429,22 @@ msgstr ""
373
  "for å kontrollere hvordan den enkelte siden skal indekseres og vises til "
374
  "brukere i søkeresultatene."
375
 
376
- #: views/settings.php:84
377
  msgid "Redirection"
378
  msgstr "Omdirigering"
379
 
380
- #: views/settings.php:87
381
  msgid ""
382
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
383
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
384
  "(incl. http://)"
385
  msgstr ""
386
 
387
- #: views/settings.php:91
388
  msgid "Exclude"
389
  msgstr "Eksluder"
390
 
391
- #: views/settings.php:98
392
  msgid ""
393
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
394
  "IP per line!"
@@ -396,315 +452,373 @@ msgstr ""
396
  "Eksluder feed, sider, arkiv eller IP-er fra vedlikeholdsmodus. Legg inn en "
397
  "slug / IP per linje."
398
 
399
- #: views/settings.php:102
400
  msgid "Notice"
401
  msgstr "Notis"
402
 
403
- #: views/settings.php:108
404
  msgid "Do you want to see notices when maintenance mode is activated?"
405
  msgstr "Ønsker du å se en notis når vedlikeholdsmodus er aktivert?"
406
 
407
- #: views/settings.php:112
408
  msgid "Dashboard link"
409
  msgstr "Link i kontrollpanelet"
410
 
411
- #: views/settings.php:118
412
  msgid ""
413
  "Do you want to add a link to the dashboard on your maintenance mode page?"
414
  msgstr ""
415
  "Ønsker du å legge inn en link til kontrollpanelet på siden for "
416
  "vedlikeholdsmodus?"
417
 
418
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
419
- #: views/settings.php:612
420
  msgid "Save settings"
421
  msgstr "Lagre innstillinger"
422
 
423
- #: views/settings.php:127 views/settings.php:230 views/settings.php:435
424
- #: views/settings.php:613
425
  msgid "Reset settings"
426
  msgstr "Tilbakestill innstillinger"
427
 
428
- #: views/settings.php:132
429
  msgid "Content"
430
  msgstr "Innhold"
431
 
432
- #: views/settings.php:137
433
  msgid "Title (HTML tag)"
434
  msgstr "Tittel (HTML title tag)"
435
 
436
- #: views/settings.php:143
437
  msgid "Heading"
438
  msgstr "Overskrift"
439
 
440
- #: views/settings.php:150 views/settings.php:285
441
  msgid "Text"
442
  msgstr "Tekst"
443
 
444
- #: views/settings.php:170
 
 
 
 
445
  msgid "Background"
446
  msgstr "Bakgrunn"
447
 
448
- #: views/settings.php:175
449
  msgid "Choose type"
450
  msgstr "Velg type"
451
 
452
- #: views/settings.php:178
453
  msgid "Custom color"
454
  msgstr "Egendefinert farge"
455
 
456
- #: views/settings.php:179
457
  msgid "Uploaded background"
458
  msgstr "Opplastet bilde"
459
 
460
- #: views/settings.php:180
461
  msgid "Predefined background"
462
  msgstr "Forhåndsdefinert bilde"
463
 
464
- #: views/settings.php:185
465
  msgid "Choose color"
466
  msgstr "Velg farge"
467
 
468
- #: views/settings.php:191
469
  msgid "Upload background"
470
  msgstr "Last opp bakgrunn"
471
 
472
- #: views/settings.php:195
473
  msgid "Backgrounds should have 1920x1280 px size."
474
  msgstr "Bakgrunnen må være minst 1929x1280px i størrelse."
475
 
476
- #: views/settings.php:200
477
  msgid "Choose background"
478
  msgstr "Velg bakgrunn"
479
 
480
- #: views/settings.php:202
481
  #, php-format
482
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
483
  msgstr ""
484
 
485
- #: views/settings.php:235
486
  msgid "Countdown"
487
  msgstr "Nedtelling"
488
 
489
- #: views/settings.php:240
490
  msgid "Show countdown?"
491
  msgstr "Vis nedtelling?"
492
 
493
- #: views/settings.php:249
494
  msgid "Start date"
495
  msgstr "Dato for start"
496
 
497
- #: views/settings.php:255
498
  msgid "Countdown (remaining time)"
499
  msgstr "Nedtelling (gjenstående tid)"
500
 
501
- #: views/settings.php:257
502
  msgid "Days"
503
  msgstr "Dager"
504
 
505
- #: views/settings.php:258
506
  msgid "Hours"
507
  msgstr "Timer"
508
 
509
- #: views/settings.php:259
510
  msgid "Minutes"
511
  msgstr "Minutter"
512
 
513
- #: views/settings.php:263
514
  msgid "Color"
515
  msgstr "Farge"
516
 
517
- #: views/settings.php:276
518
  msgid "Show subscribe?"
519
  msgstr "Vis abboner"
520
 
521
- #: views/settings.php:292
522
  msgid "Stats"
523
  msgstr "Ønsker oppdatering"
524
 
525
- #: views/settings.php:301
 
 
 
 
 
 
 
 
526
  msgid "Export as CSV"
527
  msgstr "Eksporter som CSV"
528
 
529
- #: views/settings.php:302
530
  msgid "Empty subscribers list"
531
  msgstr ""
532
 
533
- #: views/settings.php:309
534
  msgid "Social Networks"
535
  msgstr "Sosiale nettverk"
536
 
537
- #: views/settings.php:314
538
  msgid "Show social networks?"
539
  msgstr "Vis sosiale nettverk?"
540
 
541
- #: views/settings.php:323
542
  msgid "Links target?"
543
  msgstr "Lenkemål"
544
 
545
- #: views/settings.php:326
546
  msgid "New page"
547
  msgstr "Ny side"
548
 
549
- #: views/settings.php:327
550
  msgid "Same page"
551
  msgstr "Samme side"
552
 
553
- #: views/settings.php:329
554
  msgid "Choose how the links will open."
555
  msgstr "Velg hvordan side lenken skal åpnes i."
556
 
557
- #: views/settings.php:377
558
  msgid "Contact"
559
  msgstr "Kontakt"
560
 
561
- #: views/settings.php:382
562
  msgid "Show contact?"
563
  msgstr "Vis kontakt?"
564
 
565
- #: views/settings.php:391
566
  msgid "Email address"
567
  msgstr "Epost adresse"
568
 
569
- #: views/settings.php:397
570
  msgid "Effects"
571
  msgstr "Effekt"
572
 
573
- #: views/settings.php:400
574
  msgid "Move top - Move bottom"
575
  msgstr "Flytt til toppen - Flytt til bunnen"
576
 
577
- #: views/settings.php:401
578
  msgid "Zoom - Zoomed"
579
  msgstr "Zoom - Zoomet"
580
 
581
- #: views/settings.php:402
582
  msgid "Fold - Unfold"
583
  msgstr "Brett - Brett ut"
584
 
585
- #: views/settings.php:409
586
  msgid "Google Analytics"
587
  msgstr "Google Analytics"
588
 
589
- #: views/settings.php:414
590
  msgid "Use Google Analytics?"
591
  msgstr "Bruk Google Analytics?"
592
 
593
- #: views/settings.php:423
 
 
 
 
594
  msgid "Tracking code"
595
  msgstr "Sporingskode"
596
 
597
- #: views/settings.php:426
598
  msgid ""
599
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
600
  msgstr ""
601
 
602
- #: views/settings.php:444 views/settings.php:447
603
  msgid ""
604
  "Setup the conversation steps to capture more subscribers with this friendly "
605
  "way of asking email addresess."
606
  msgstr ""
607
 
608
- #: views/settings.php:448
609
  msgid ""
610
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
611
  "make the conversation even more realistic."
612
  msgstr ""
613
 
614
- #: views/settings.php:449
615
  msgid ""
616
  "It is also ok if you don't fill in all the conversation steps if you don't "
617
  "need to."
618
  msgstr ""
619
 
620
- #: views/settings.php:462
621
  #, fuzzy
622
- #| msgid "Name"
623
  msgid "Bot Name"
624
  msgstr "Navn"
625
 
626
- #: views/settings.php:465
627
  msgid "This name will appear when the bot is typing."
628
  msgstr ""
629
 
630
- #: views/settings.php:469
631
  #, fuzzy
632
- #| msgid "Upload background"
633
  msgid "Upload avatar"
634
  msgstr "Last opp bakgrunn"
635
 
636
- #: views/settings.php:473
637
  msgid "A 512 x 512 px will work just fine."
638
  msgstr ""
639
 
640
- #: views/settings.php:479
641
  msgid "Customize Messages"
642
  msgstr ""
643
 
644
- #: views/settings.php:484
645
  msgid "Message 1"
646
  msgstr ""
647
 
648
- #: views/settings.php:492
649
  msgid "Message 2"
650
  msgstr ""
651
 
652
- #: views/settings.php:500
653
  msgid "Message 3"
654
  msgstr ""
655
 
656
- #: views/settings.php:508 views/settings.php:548 views/settings.php:570
657
  msgid "Response"
658
  msgstr ""
659
 
660
- #: views/settings.php:512 views/settings.php:574
661
  msgid "Edit the placeholder's text"
662
  msgstr ""
663
 
664
- #: views/settings.php:516
665
  msgid "Message 4"
666
  msgstr ""
667
 
668
- #: views/settings.php:524
669
  msgid "Message 5"
670
  msgstr ""
671
 
672
- #: views/settings.php:532
673
  msgid "Message 6"
674
  msgstr ""
675
 
676
- #: views/settings.php:540
677
  msgid "Message 7"
678
  msgstr ""
679
 
680
- #: views/settings.php:552
681
  msgid "Edit button one"
682
  msgstr ""
683
 
684
- #: views/settings.php:556
685
  msgid "Edit button two"
686
  msgstr ""
687
 
688
- #: views/settings.php:562 views/settings.php:578
689
  msgid "Message 8"
690
  msgstr ""
691
 
692
- #: views/settings.php:562 views/settings.php:586 views/settings.php:594
693
  msgid "(click on button one)"
694
  msgstr ""
695
 
696
- #: views/settings.php:578
697
  msgid "(click on button two)"
698
  msgstr ""
699
 
700
- #: views/settings.php:586
701
  msgid "Message 9"
702
  msgstr ""
703
 
704
- #: views/settings.php:594
705
  msgid "Message 10"
706
  msgstr ""
707
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
708
  #: views/sidebar.php:3
709
  msgid "Plugin Info"
710
  msgstr "Informasjon om utvidelsen"
@@ -733,6 +847,9 @@ msgstr ""
733
  msgid "Resources"
734
  msgstr "Resurser"
735
 
 
 
 
736
  #~ msgid "You successfuly subscribed. Thanks!"
737
  #~ msgstr "Du vil nå få oppdateringer om siden. Takk!"
738
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.2.2\n"
4
+ "POT-Creation-Date: 2018-11-26 19:13+0200\n"
5
+ "PO-Revision-Date: 2018-11-26 19:13+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 1.8.8\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPath-1: includes/classes\n"
21
  "X-Poedit-SearchPath-2: views\n"
22
+ "X-Poedit-SearchPathExcluded-0: .git\n"
23
+ "X-Poedit-SearchPathExcluded-1: assets\n"
24
+ "X-Poedit-SearchPathExcluded-2: node_modules\n"
25
 
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
 
32
+ #: includes/classes/wp-maintenance-mode-admin.php:165
33
  #, php-format
34
+ msgctxt "ajax response"
35
+ msgid "You have %d subscriber"
36
+ msgid_plural "You have %s subscribers"
37
+ msgstr[0] ""
38
+ msgstr[1] ""
39
 
40
+ #: includes/classes/wp-maintenance-mode-admin.php:187
41
  msgid "The nonce field must not be empty."
42
  msgstr ""
43
 
44
+ #: includes/classes/wp-maintenance-mode-admin.php:192
45
  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
 
53
+ #: includes/classes/wp-maintenance-mode-admin.php:203
54
  msgid "The tab slug must exist."
55
  msgstr ""
56
 
57
+ #: includes/classes/wp-maintenance-mode-admin.php:223
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
  "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 "
112
+ "your privacy policy page."
113
+ msgstr ""
114
+
115
  #: includes/classes/wp-maintenance-mode.php:101
116
  #: includes/classes/wp-maintenance-mode.php:102
117
  msgid "Maintenance mode"
129
  msgid "Notify me when it's ready"
130
  msgstr "Varsle meg når den er klar"
131
 
132
+ #: includes/classes/wp-maintenance-mode.php:147
133
  msgid ""
134
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
135
  "your assistant here."
136
  msgstr ""
137
 
138
+ #: includes/classes/wp-maintenance-mode.php:148
139
  msgid "I have just a few questions."
140
  msgstr ""
141
 
142
+ #: includes/classes/wp-maintenance-mode.php:149
143
  msgid "What is your name?"
144
  msgstr ""
145
 
146
+ #: includes/classes/wp-maintenance-mode.php:150
147
  msgid "Nice to meet you here, {visitor_name}!"
148
  msgstr ""
149
 
150
+ #: includes/classes/wp-maintenance-mode.php:151
151
  msgid "How you can see, our website will be lauched very soon."
152
  msgstr ""
153
 
154
+ #: includes/classes/wp-maintenance-mode.php:152
155
  msgid ""
156
  "I know, you are very excited to see it, but we need a few days to finish it."
157
  msgstr ""
158
 
159
+ #: includes/classes/wp-maintenance-mode.php:153
160
  msgid "Would you like to be first to see it?"
161
  msgstr ""
162
 
163
+ #: includes/classes/wp-maintenance-mode.php:154
164
  msgid ""
165
  "Cool! Please leave your email here and I will send you a message when it's "
166
  "ready."
167
  msgstr ""
168
 
169
+ #: includes/classes/wp-maintenance-mode.php:155
170
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
171
  msgstr ""
172
 
173
+ #: includes/classes/wp-maintenance-mode.php:156
174
  msgid "Got it! Thank you and see you soon here!"
175
  msgstr ""
176
 
177
+ #: includes/classes/wp-maintenance-mode.php:157
178
  msgid "Have a great day!"
179
  msgstr ""
180
 
181
+ #: includes/classes/wp-maintenance-mode.php:160
182
+ #: includes/classes/wp-maintenance-mode.php:645
183
  msgid "Type your name here…"
184
  msgstr ""
185
 
186
+ #: includes/classes/wp-maintenance-mode.php:161
187
  msgid "Tell me more"
188
  msgstr ""
189
 
190
+ #: includes/classes/wp-maintenance-mode.php:162
191
  msgid "Boring"
192
  msgstr ""
193
 
194
+ #: includes/classes/wp-maintenance-mode.php:163
195
+ #: includes/classes/wp-maintenance-mode.php:646
196
  msgid "Type your email here…"
197
  msgstr ""
198
 
199
+ #: includes/classes/wp-maintenance-mode.php:169
200
+ msgid "Privacy Policy"
201
+ msgstr ""
202
+
203
+ #: includes/classes/wp-maintenance-mode.php:172
204
+ msgid ""
205
+ "This form collects your name and email so that we can reach you back. Check "
206
+ "out our <a href=\"#\">Privacy Policy</a> page to fully understand how we "
207
+ "protect and manage your submitted data."
208
+ msgstr ""
209
+
210
+ #: includes/classes/wp-maintenance-mode.php:173
211
+ msgid ""
212
+ "This form collects your email so that we can add you to our newsletter list. "
213
+ "Check out our <a href=\"#\">Privacy Policy</a> page to fully understand how "
214
+ "we protect and manage your submitted data."
215
+ msgstr ""
216
+
217
+ #: includes/classes/wp-maintenance-mode.php:296
218
  #, php-format
219
  msgid ""
220
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
223
  "Utvidelsen WP Maintanance Mode er oppdatert og du må <a href=\"%s\">se "
224
  "igjennom innstillingene</a>"
225
 
226
+ #: includes/classes/wp-maintenance-mode.php:542
227
+ #: includes/classes/wp-maintenance-mode.php:556
228
  msgid "Maintenance Mode"
229
  msgstr "Vedlikehold pågår"
230
 
231
+ #: includes/classes/wp-maintenance-mode.php:642
232
  msgid "Please type in your name."
233
  msgstr ""
234
 
235
+ #: includes/classes/wp-maintenance-mode.php:643
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:647 views/maintenance.php:161
241
  msgid "Send"
242
  msgstr "Send"
243
 
244
+ #: includes/classes/wp-maintenance-mode.php:858
245
+ #: includes/classes/wp-maintenance-mode.php:892 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:870
250
  msgid "You successfully subscribed. Thanks!"
251
  msgstr ""
252
 
253
+ #: includes/classes/wp-maintenance-mode.php:888
254
  msgid "All fields required."
255
  msgstr "Alle felt er påkrevd."
256
 
257
+ #: includes/classes/wp-maintenance-mode.php:900
258
  msgid "Message via contact"
259
  msgstr "Melding via kontakt"
260
 
261
+ #: includes/classes/wp-maintenance-mode.php:917
262
  msgid "Your email was sent to the website administrator. Thanks!"
263
  msgstr "Din epost ble sendt til administratoren for nettstedet. Takk!"
264
 
283
  msgid "Login"
284
  msgstr "Logg inn"
285
 
286
+ #: views/maintenance.php:74
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
 
294
+ #: views/maintenance.php:80 views/maintenance.php:139 views/maintenance.php:140
295
+ #: views/maintenance.php:145 views/maintenance.php:152
 
 
 
 
296
  msgid "This field is required."
297
  msgstr ""
298
 
299
+ #: views/maintenance.php:82 views/maintenance.php:154
300
+ msgid "I've read and agree with the site's privacy policy"
301
+ msgstr ""
302
+
303
+ #: views/maintenance.php:139 views/sidebar.php:7
304
+ msgid "Name"
305
+ msgstr "Navn"
306
+
307
+ #: views/maintenance.php:140
308
  msgid "E-mail"
309
  msgstr "Epost"
310
 
311
+ #: views/maintenance.php:145
312
  msgid "Your message"
313
  msgstr "Din melding"
314
 
315
+ #: views/maintenance.php:168
316
  msgid "Contact us"
317
  msgstr "Kontakt oss"
318
 
319
+ #: views/maintenance.php:175
320
  msgid "Dashboard"
321
  msgstr "Kontrollpanel"
322
 
355
  msgid "Manage Bot"
356
  msgstr ""
357
 
358
+ #: views/settings.php:17
359
+ msgid "GDPR"
360
+ msgstr ""
361
+
362
+ #: views/settings.php:26 views/settings.php:469 views/settings.php:636
363
  msgid "Status"
364
  msgstr "Status"
365
 
366
+ #: views/settings.php:28 views/settings.php:472 views/settings.php:638
367
  msgid "Activated"
368
  msgstr "Aktivert"
369
 
370
+ #: views/settings.php:29 views/settings.php:473 views/settings.php:639
371
  msgid "Deactivated"
372
  msgstr "Deaktivert"
373
 
374
+ #: views/settings.php:33
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
 
390
+ #: views/settings.php:39
391
  msgid "Allow Search Bots to bypass maintenance mode?"
392
  msgstr "La søkemotorer slippe forbi vedlikeholdsmodus"
393
 
394
+ #: views/settings.php:43
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
  "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
  "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:621 views/settings.php:694
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:622 views/settings.php:695
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"
589
+ 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:665
614
  msgid "New page"
615
  msgstr "Ny side"
616
 
617
+ #: views/settings.php:329 views/settings.php:666
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:477
693
  #, fuzzy
 
694
  msgid "Bot Name"
695
  msgstr "Navn"
696
 
697
+ #: views/settings.php:480
698
  msgid "This name will appear when the bot is typing."
699
  msgstr ""
700
 
701
+ #: views/settings.php:484
702
  #, fuzzy
 
703
  msgid "Upload avatar"
704
  msgstr "Last opp bakgrunn"
705
 
706
+ #: views/settings.php:488
707
  msgid "A 512 x 512 px will work just fine."
708
  msgstr ""
709
 
710
+ #: views/settings.php:494
711
  msgid "Customize Messages"
712
  msgstr ""
713
 
714
+ #: views/settings.php:499
715
  msgid "Message 1"
716
  msgstr ""
717
 
718
+ #: views/settings.php:507
719
  msgid "Message 2"
720
  msgstr ""
721
 
722
+ #: views/settings.php:515
723
  msgid "Message 3"
724
  msgstr ""
725
 
726
+ #: views/settings.php:523 views/settings.php:563 views/settings.php:585
727
  msgid "Response"
728
  msgstr ""
729
 
730
+ #: views/settings.php:527 views/settings.php:589
731
  msgid "Edit the placeholder's text"
732
  msgstr ""
733
 
734
+ #: views/settings.php:531
735
  msgid "Message 4"
736
  msgstr ""
737
 
738
+ #: views/settings.php:539
739
  msgid "Message 5"
740
  msgstr ""
741
 
742
+ #: views/settings.php:547
743
  msgid "Message 6"
744
  msgstr ""
745
 
746
+ #: views/settings.php:555
747
  msgid "Message 7"
748
  msgstr ""
749
 
750
+ #: views/settings.php:567
751
  msgid "Edit button one"
752
  msgstr ""
753
 
754
+ #: views/settings.php:571
755
  msgid "Edit button two"
756
  msgstr ""
757
 
758
+ #: views/settings.php:577 views/settings.php:593
759
  msgid "Message 8"
760
  msgstr ""
761
 
762
+ #: views/settings.php:577 views/settings.php:601 views/settings.php:609
763
  msgid "(click on button one)"
764
  msgstr ""
765
 
766
+ #: views/settings.php:593
767
  msgid "(click on button two)"
768
  msgstr ""
769
 
770
+ #: views/settings.php:601
771
  msgid "Message 9"
772
  msgstr ""
773
 
774
+ #: views/settings.php:609
775
  msgid "Message 10"
776
  msgstr ""
777
 
778
+ #: views/settings.php:631
779
+ msgid ""
780
+ "To make the plugin GDPR compliant, fill in the details and enable this "
781
+ "section."
782
+ msgstr ""
783
+
784
+ #: views/settings.php:632
785
+ msgid ""
786
+ "Here we added some generic texts that you may want to review, change or "
787
+ "remove."
788
+ msgstr ""
789
+
790
+ #: views/settings.php:644
791
+ msgid "Link name"
792
+ msgstr ""
793
+
794
+ #: views/settings.php:648
795
+ msgid "Label the link that will be shown on frontend footer"
796
+ msgstr ""
797
+
798
+ #: views/settings.php:653
799
+ msgid "P. Policy page link"
800
+ msgstr ""
801
+
802
+ #: views/settings.php:662
803
+ msgid "P. Policy link target"
804
+ msgstr ""
805
+
806
+ #: views/settings.php:668
807
+ msgid "Choose how the link will open."
808
+ msgstr ""
809
+
810
+ #: views/settings.php:673
811
+ msgid "Contact form 'tail'"
812
+ msgstr ""
813
+
814
+ #: views/settings.php:677 views/settings.php:686
815
+ msgid "This will be shown together with the acceptance checkbox below the form"
816
+ msgstr ""
817
+
818
+ #: views/settings.php:682
819
+ msgid "Subscribe form 'tail'"
820
+ msgstr ""
821
+
822
  #: views/sidebar.php:3
823
  msgid "Plugin Info"
824
  msgstr "Informasjon om utvidelsen"
847
  msgid "Resources"
848
  msgstr "Resurser"
849
 
850
+ #~ msgid "You have %d subscriber(s)"
851
+ #~ msgstr "Du har %d personer som ønsker oppdatering"
852
+
853
  #~ msgid "You successfuly subscribed. Thanks!"
854
  #~ msgstr "Du vil nå få oppdateringer om siden. Takk!"
855
 
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.1.1\n"
4
- "POT-Creation-Date: 2018-03-02 10:27+0100\n"
5
- "PO-Revision-Date: 2018-03-02 10:28+0100\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.0.6\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -19,49 +19,55 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPath-1: includes/classes\n"
21
  "X-Poedit-SearchPath-2: views\n"
 
 
 
22
 
23
  #: includes/classes/wp-maintenance-mode-admin.php:121
24
  #: includes/classes/wp-maintenance-mode-admin.php:159
25
- #: includes/classes/wp-maintenance-mode-admin.php:181
26
  msgid "You do not have access to this resource."
27
  msgstr ""
28
 
29
- #: includes/classes/wp-maintenance-mode-admin.php:165 views/settings.php:296
30
  #, php-format
31
- msgid "You have %d subscriber(s)"
32
- msgstr "Je hebt %d abonnee(s)"
 
 
 
33
 
34
- #: includes/classes/wp-maintenance-mode-admin.php:186
35
  msgid "The nonce field must not be empty."
36
  msgstr ""
37
 
38
- #: includes/classes/wp-maintenance-mode-admin.php:191
39
  msgid "The tab slug must not be empty."
40
  msgstr ""
41
 
42
- #: includes/classes/wp-maintenance-mode-admin.php:196
43
- #: includes/classes/wp-maintenance-mode-admin.php:250
44
  msgid "Security check."
45
  msgstr ""
46
 
47
- #: includes/classes/wp-maintenance-mode-admin.php:202
48
  msgid "The tab slug must exist."
49
  msgstr ""
50
 
51
- #: includes/classes/wp-maintenance-mode-admin.php:222
52
  msgid "WP Maintenance Mode"
53
  msgstr "WP Maintenance Mode"
54
 
55
- #: includes/classes/wp-maintenance-mode-admin.php:487
56
  msgid ""
57
  "WPMM: The file data.js could not be written, the bot will not work correctly."
58
  msgstr ""
59
 
60
- #: includes/classes/wp-maintenance-mode-admin.php:521
61
  msgid "Settings"
62
  msgstr "Instellingen"
63
 
64
- #: includes/classes/wp-maintenance-mode-admin.php:540
65
  #, php-format
66
  msgid ""
67
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -70,17 +76,42 @@ msgstr ""
70
  "De Onderhoudsmodus is <strong>actief</strong>. Vergeet niet om hem <a href="
71
  "\"%s\">uit te schakelen</a> wanneer je klaar bent."
72
 
73
- #: includes/classes/wp-maintenance-mode-admin.php:577
74
  msgid "Notice key cannot be empty."
75
  msgstr ""
76
 
77
- #: includes/classes/wp-maintenance-mode-admin.php:625
78
  #, php-format
79
  msgid ""
80
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
81
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
82
  msgstr ""
83
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  #: includes/classes/wp-maintenance-mode.php:101
85
  #: includes/classes/wp-maintenance-mode.php:102
86
  msgid "Maintenance mode"
@@ -98,76 +129,93 @@ msgstr ""
98
  msgid "Notify me when it's ready"
99
  msgstr "Informeer mij wanneer het is afgerond"
100
 
101
- #: includes/classes/wp-maintenance-mode.php:145
102
  msgid ""
103
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
104
  "your assistant here."
105
  msgstr ""
106
 
107
- #: includes/classes/wp-maintenance-mode.php:146
108
  msgid "I have just a few questions."
109
  msgstr ""
110
 
111
- #: includes/classes/wp-maintenance-mode.php:147
112
  msgid "What is your name?"
113
  msgstr ""
114
 
115
- #: includes/classes/wp-maintenance-mode.php:148
116
  msgid "Nice to meet you here, {visitor_name}!"
117
  msgstr ""
118
 
119
- #: includes/classes/wp-maintenance-mode.php:149
120
  msgid "How you can see, our website will be lauched very soon."
121
  msgstr ""
122
 
123
- #: includes/classes/wp-maintenance-mode.php:150
124
  msgid ""
125
  "I know, you are very excited to see it, but we need a few days to finish it."
126
  msgstr ""
127
 
128
- #: includes/classes/wp-maintenance-mode.php:151
129
  msgid "Would you like to be first to see it?"
130
  msgstr ""
131
 
132
- #: includes/classes/wp-maintenance-mode.php:152
133
  msgid ""
134
  "Cool! Please leave your email here and I will send you a message when it's "
135
  "ready."
136
  msgstr ""
137
 
138
- #: includes/classes/wp-maintenance-mode.php:153
139
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
140
  msgstr ""
141
 
142
- #: includes/classes/wp-maintenance-mode.php:154
143
  msgid "Got it! Thank you and see you soon here!"
144
  msgstr ""
145
 
146
- #: includes/classes/wp-maintenance-mode.php:155
147
  msgid "Have a great day!"
148
  msgstr ""
149
 
150
- #: includes/classes/wp-maintenance-mode.php:158
151
- #: includes/classes/wp-maintenance-mode.php:592
152
  msgid "Type your name here…"
153
  msgstr ""
154
 
155
- #: includes/classes/wp-maintenance-mode.php:159
156
  msgid "Tell me more"
157
  msgstr ""
158
 
159
- #: includes/classes/wp-maintenance-mode.php:160
160
  msgid "Boring"
161
  msgstr ""
162
 
163
- #: includes/classes/wp-maintenance-mode.php:161
164
- #: includes/classes/wp-maintenance-mode.php:593
165
  #, fuzzy
166
- #| msgid "Enter your email address"
167
  msgid "Type your email here…"
168
  msgstr "Voer je e-mailadres in"
169
 
170
- #: includes/classes/wp-maintenance-mode.php:286
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
171
  #, php-format
172
  msgid ""
173
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
@@ -176,43 +224,42 @@ msgstr ""
176
  "De WP Maintenance Mode Plugin is opnieuw opgestart en je MOET de <a href=\"%s"
177
  "\">instellingen</a> opnieuw bekijken."
178
 
179
- #: includes/classes/wp-maintenance-mode.php:488
180
- #: includes/classes/wp-maintenance-mode.php:502
181
  msgid "Maintenance Mode"
182
  msgstr "Onderhousmodus"
183
 
184
- #: includes/classes/wp-maintenance-mode.php:589
185
  msgid "Please type in your name."
186
  msgstr ""
187
 
188
- #: includes/classes/wp-maintenance-mode.php:590
189
  #, fuzzy
190
- #| msgid "Please enter a valid email address."
191
  msgid "Please type in a valid email address."
192
  msgstr "Voer een geldig e-mailadres in."
193
 
194
- #: includes/classes/wp-maintenance-mode.php:594 views/maintenance.php:130
195
  msgid "Send"
196
  msgstr "Verstuur"
197
 
198
- #: includes/classes/wp-maintenance-mode.php:788
199
- #: includes/classes/wp-maintenance-mode.php:822 views/maintenance.php:121
200
  msgid "Please enter a valid email address."
201
  msgstr "Voer een geldig e-mailadres in."
202
 
203
- #: includes/classes/wp-maintenance-mode.php:800
204
  msgid "You successfully subscribed. Thanks!"
205
  msgstr ""
206
 
207
- #: includes/classes/wp-maintenance-mode.php:818
208
  msgid "All fields required."
209
  msgstr "Alle velden zijn verplicht."
210
 
211
- #: includes/classes/wp-maintenance-mode.php:830
212
  msgid "Message via contact"
213
  msgstr "Bericht via contact"
214
 
215
- #: includes/classes/wp-maintenance-mode.php:844
216
  msgid "Your email was sent to the website administrator. Thanks!"
217
  msgstr "Je bericht is verstuurd naar de beheerder. Dankjewel!"
218
 
@@ -237,36 +284,40 @@ msgstr ""
237
  msgid "Login"
238
  msgstr ""
239
 
240
- #: views/maintenance.php:72
241
  msgid "your e-mail..."
242
  msgstr "e-mailadres..."
243
 
244
- #: views/maintenance.php:73 views/settings.php:271
245
  msgid "Subscribe"
246
  msgstr "Aanmelden"
247
 
248
- #: views/maintenance.php:120 views/sidebar.php:7
249
- msgid "Name"
250
- msgstr "Naam"
251
-
252
- #: views/maintenance.php:120 views/maintenance.php:121
253
- #: views/maintenance.php:126
254
  msgid "This field is required."
255
  msgstr ""
256
 
257
- #: views/maintenance.php:121
 
 
 
 
 
 
 
 
258
  msgid "E-mail"
259
  msgstr "E-mailadres"
260
 
261
- #: views/maintenance.php:126
262
  msgid "Your message"
263
  msgstr "Je bericht"
264
 
265
- #: views/maintenance.php:137
266
  msgid "Contact us"
267
  msgstr "Neem contact met ons op"
268
 
269
- #: views/maintenance.php:142
270
  msgid "Dashboard"
271
  msgstr ""
272
 
@@ -305,67 +356,71 @@ msgstr "Modules"
305
  msgid "Manage Bot"
306
  msgstr ""
307
 
308
- #: views/settings.php:25 views/settings.php:454
 
 
 
 
309
  msgid "Status"
310
  msgstr "Status"
311
 
312
- #: views/settings.php:27 views/settings.php:457
313
  msgid "Activated"
314
  msgstr "Geactiveerd"
315
 
316
- #: views/settings.php:28 views/settings.php:458
317
  msgid "Deactivated"
318
  msgstr "Gedeactiveerd"
319
 
320
- #: views/settings.php:32
321
  msgid "Bypass for Search Bots"
322
  msgstr "Omleiding voor zoekmachine robots"
323
 
324
- #: views/settings.php:35 views/settings.php:105 views/settings.php:115
325
- #: views/settings.php:243 views/settings.php:279 views/settings.php:317
326
- #: views/settings.php:385 views/settings.php:417
327
  msgid "Yes"
328
  msgstr "Ja"
329
 
330
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
331
- #: views/settings.php:244 views/settings.php:280 views/settings.php:318
332
- #: views/settings.php:386 views/settings.php:418
333
  msgid "No"
334
  msgstr "Nee"
335
 
336
- #: views/settings.php:38
337
  msgid "Allow Search Bots to bypass maintenance mode?"
338
  msgstr "Mogen zoekmachine robots de onderhoudsmodus omzeilen?"
339
 
340
- #: views/settings.php:42
341
  msgid "Backend Role"
342
  msgstr "Backend rol"
343
 
344
- #: views/settings.php:44 views/settings.php:60
345
  msgid "Select role(s)"
346
  msgstr ""
347
 
348
- #: views/settings.php:54
349
  msgid ""
350
  "Which user role is allowed to access the backend of this blog? "
351
  "Administrators will always have access."
352
  msgstr ""
353
 
354
- #: views/settings.php:58
355
  msgid "Frontend Role"
356
  msgstr "Frontend rol"
357
 
358
- #: views/settings.php:70
359
  msgid ""
360
  "Which user role is allowed to access the frontend of this blog? "
361
  "Administrators will always have access."
362
  msgstr ""
363
 
364
- #: views/settings.php:74
365
  msgid "Robots Meta Tag"
366
  msgstr "Robots Meta Tag"
367
 
368
- #: views/settings.php:80
369
  msgid ""
370
  "The robots meta tag lets you use a granular, page-specific approach to "
371
  "control how an individual page should be indexed and served to users in "
@@ -374,22 +429,22 @@ msgstr ""
374
  "De Robots Meta Tag maakt het mogelijk om per pagina te bepalen hoe deze "
375
  "pagina's geïndexeerd en getoond moeten worden in zoekresultaten."
376
 
377
- #: views/settings.php:84
378
  msgid "Redirection"
379
  msgstr "Doorverwijzing"
380
 
381
- #: views/settings.php:87
382
  msgid ""
383
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
384
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
385
  "(incl. http://)"
386
  msgstr ""
387
 
388
- #: views/settings.php:91
389
  msgid "Exclude"
390
  msgstr "Uitsluiten"
391
 
392
- #: views/settings.php:98
393
  msgid ""
394
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
395
  "IP per line!"
@@ -397,313 +452,371 @@ msgstr ""
397
  "Sluit Feeds, pagina's, archieven of IP-adressen uit van de Onderhoudsmodus. "
398
  "Voer één slug of IP in per regel!"
399
 
400
- #: views/settings.php:102
401
  msgid "Notice"
402
  msgstr "Kennisgeving"
403
 
404
- #: views/settings.php:108
405
  msgid "Do you want to see notices when maintenance mode is activated?"
406
  msgstr "Wil je een bericht zien wanneer de onderhoudsmodus actief is?"
407
 
408
- #: views/settings.php:112
409
  msgid "Dashboard link"
410
  msgstr ""
411
 
412
- #: views/settings.php:118
413
  msgid ""
414
  "Do you want to add a link to the dashboard on your maintenance mode page?"
415
  msgstr ""
416
 
417
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
418
- #: views/settings.php:612
419
  msgid "Save settings"
420
  msgstr "Instellingen opslaan"
421
 
422
- #: views/settings.php:127 views/settings.php:230 views/settings.php:435
423
- #: views/settings.php:613
424
  msgid "Reset settings"
425
  msgstr "Instellingen herstellen"
426
 
427
- #: views/settings.php:132
428
  msgid "Content"
429
  msgstr "Inhoud"
430
 
431
- #: views/settings.php:137
432
  msgid "Title (HTML tag)"
433
  msgstr "Titel (HTML tag)"
434
 
435
- #: views/settings.php:143
436
  msgid "Heading"
437
  msgstr "Titel"
438
 
439
- #: views/settings.php:150 views/settings.php:285
440
  msgid "Text"
441
  msgstr "Tekst"
442
 
443
- #: views/settings.php:170
 
 
 
 
444
  msgid "Background"
445
  msgstr "Achtergrond"
446
 
447
- #: views/settings.php:175
448
  msgid "Choose type"
449
  msgstr "Kies type"
450
 
451
- #: views/settings.php:178
452
  msgid "Custom color"
453
  msgstr "Aangepaste kleur"
454
 
455
- #: views/settings.php:179
456
  msgid "Uploaded background"
457
  msgstr "Upload achtergrond"
458
 
459
- #: views/settings.php:180
460
  msgid "Predefined background"
461
  msgstr "Vooraf gedefineerde achtergrond"
462
 
463
- #: views/settings.php:185
464
  msgid "Choose color"
465
  msgstr "Kies kleur"
466
 
467
- #: views/settings.php:191
468
  msgid "Upload background"
469
  msgstr "Upload achtergrond"
470
 
471
- #: views/settings.php:195
472
  msgid "Backgrounds should have 1920x1280 px size."
473
  msgstr "Achtergronden moeten een afmeting van 1920x1280 px hebben."
474
 
475
- #: views/settings.php:200
476
  msgid "Choose background"
477
  msgstr "Kies achtergrond"
478
 
479
- #: views/settings.php:202
480
  #, php-format
481
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
482
  msgstr ""
483
 
484
- #: views/settings.php:235
485
  msgid "Countdown"
486
  msgstr "Countdown"
487
 
488
- #: views/settings.php:240
489
  msgid "Show countdown?"
490
  msgstr "Countdown tonen?"
491
 
492
- #: views/settings.php:249
493
  msgid "Start date"
494
  msgstr "Start datum"
495
 
496
- #: views/settings.php:255
497
  msgid "Countdown (remaining time)"
498
  msgstr "Countdown (resterende tijd)"
499
 
500
- #: views/settings.php:257
501
  msgid "Days"
502
  msgstr "Dagen"
503
 
504
- #: views/settings.php:258
505
  msgid "Hours"
506
  msgstr "Uren"
507
 
508
- #: views/settings.php:259
509
  msgid "Minutes"
510
  msgstr "Minuten"
511
 
512
- #: views/settings.php:263
513
  msgid "Color"
514
  msgstr "Kleur"
515
 
516
- #: views/settings.php:276
517
  msgid "Show subscribe?"
518
  msgstr "Toon aanmelden e-mail?"
519
 
520
- #: views/settings.php:292
521
  msgid "Stats"
522
  msgstr "Statistieken"
523
 
524
- #: views/settings.php:301
 
 
 
 
 
 
 
 
525
  msgid "Export as CSV"
526
  msgstr "Exporteren als CSV"
527
 
528
- #: views/settings.php:302
529
  msgid "Empty subscribers list"
530
  msgstr ""
531
 
532
- #: views/settings.php:309
533
  msgid "Social Networks"
534
  msgstr "Sociale netwerken"
535
 
536
- #: views/settings.php:314
537
  msgid "Show social networks?"
538
  msgstr "Toon sociale netwerken?"
539
 
540
- #: views/settings.php:323
541
  msgid "Links target?"
542
  msgstr ""
543
 
544
- #: views/settings.php:326
545
  msgid "New page"
546
  msgstr ""
547
 
548
- #: views/settings.php:327
549
  msgid "Same page"
550
  msgstr ""
551
 
552
- #: views/settings.php:329
553
  msgid "Choose how the links will open."
554
  msgstr ""
555
 
556
- #: views/settings.php:377
557
  msgid "Contact"
558
  msgstr "Contact"
559
 
560
- #: views/settings.php:382
561
  msgid "Show contact?"
562
  msgstr "Toon contact?"
563
 
564
- #: views/settings.php:391
565
  msgid "Email address"
566
  msgstr "E-mailadres"
567
 
568
- #: views/settings.php:397
569
  msgid "Effects"
570
  msgstr "Effecten"
571
 
572
- #: views/settings.php:400
573
  msgid "Move top - Move bottom"
574
  msgstr "Naar top - Naar beneden"
575
 
576
- #: views/settings.php:401
577
  msgid "Zoom - Zoomed"
578
  msgstr "Zoom - Ingezoomd"
579
 
580
- #: views/settings.php:402
581
  msgid "Fold - Unfold"
582
  msgstr "Vouwen - Opvouwen"
583
 
584
- #: views/settings.php:409
585
  msgid "Google Analytics"
586
  msgstr ""
587
 
588
- #: views/settings.php:414
589
  msgid "Use Google Analytics?"
590
  msgstr ""
591
 
592
- #: views/settings.php:423
 
 
 
 
593
  msgid "Tracking code"
594
  msgstr ""
595
 
596
- #: views/settings.php:426
597
  msgid ""
598
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
599
  msgstr ""
600
 
601
- #: views/settings.php:444 views/settings.php:447
602
  msgid ""
603
  "Setup the conversation steps to capture more subscribers with this friendly "
604
  "way of asking email addresess."
605
  msgstr ""
606
 
607
- #: views/settings.php:448
608
  msgid ""
609
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
610
  "make the conversation even more realistic."
611
  msgstr ""
612
 
613
- #: views/settings.php:449
614
  msgid ""
615
  "It is also ok if you don't fill in all the conversation steps if you don't "
616
  "need to."
617
  msgstr ""
618
 
619
- #: views/settings.php:462
620
  #, fuzzy
621
- #| msgid "Name"
622
  msgid "Bot Name"
623
  msgstr "Naam"
624
 
625
- #: views/settings.php:465
626
  msgid "This name will appear when the bot is typing."
627
  msgstr ""
628
 
629
- #: views/settings.php:469
630
  #, fuzzy
631
- #| msgid "Upload background"
632
  msgid "Upload avatar"
633
  msgstr "Upload achtergrond"
634
 
635
- #: views/settings.php:473
636
  msgid "A 512 x 512 px will work just fine."
637
  msgstr ""
638
 
639
- #: views/settings.php:479
640
  msgid "Customize Messages"
641
  msgstr ""
642
 
643
- #: views/settings.php:484
644
  msgid "Message 1"
645
  msgstr ""
646
 
647
- #: views/settings.php:492
648
  msgid "Message 2"
649
  msgstr ""
650
 
651
- #: views/settings.php:500
652
  msgid "Message 3"
653
  msgstr ""
654
 
655
- #: views/settings.php:508 views/settings.php:548 views/settings.php:570
656
  msgid "Response"
657
  msgstr ""
658
 
659
- #: views/settings.php:512 views/settings.php:574
660
  msgid "Edit the placeholder's text"
661
  msgstr ""
662
 
663
- #: views/settings.php:516
664
  msgid "Message 4"
665
  msgstr ""
666
 
667
- #: views/settings.php:524
668
  msgid "Message 5"
669
  msgstr ""
670
 
671
- #: views/settings.php:532
672
  msgid "Message 6"
673
  msgstr ""
674
 
675
- #: views/settings.php:540
676
  msgid "Message 7"
677
  msgstr ""
678
 
679
- #: views/settings.php:552
680
  msgid "Edit button one"
681
  msgstr ""
682
 
683
- #: views/settings.php:556
684
  msgid "Edit button two"
685
  msgstr ""
686
 
687
- #: views/settings.php:562 views/settings.php:578
688
  msgid "Message 8"
689
  msgstr ""
690
 
691
- #: views/settings.php:562 views/settings.php:586 views/settings.php:594
692
  msgid "(click on button one)"
693
  msgstr ""
694
 
695
- #: views/settings.php:578
696
  msgid "(click on button two)"
697
  msgstr ""
698
 
699
- #: views/settings.php:586
700
  msgid "Message 9"
701
  msgstr ""
702
 
703
- #: views/settings.php:594
704
  msgid "Message 10"
705
  msgstr ""
706
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
707
  #: views/sidebar.php:3
708
  msgid "Plugin Info"
709
  msgstr "Plugin Info"
@@ -732,6 +845,9 @@ msgstr ""
732
  msgid "Resources"
733
  msgstr "Ondersteuning"
734
 
 
 
 
735
  #~ msgid "You successfuly subscribed. Thanks!"
736
  #~ msgstr "Je bent succesvol aangemeld, dankjewel!"
737
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.2.2\n"
4
+ "POT-Creation-Date: 2018-11-26 19:14+0200\n"
5
+ "PO-Revision-Date: 2018-11-26 19:14+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 1.8.8\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPath-1: includes/classes\n"
21
  "X-Poedit-SearchPath-2: views\n"
22
+ "X-Poedit-SearchPathExcluded-0: .git\n"
23
+ "X-Poedit-SearchPathExcluded-1: assets\n"
24
+ "X-Poedit-SearchPathExcluded-2: node_modules\n"
25
 
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
 
32
+ #: includes/classes/wp-maintenance-mode-admin.php:165
33
  #, php-format
34
+ msgctxt "ajax response"
35
+ msgid "You have %d subscriber"
36
+ msgid_plural "You have %s subscribers"
37
+ msgstr[0] ""
38
+ msgstr[1] ""
39
 
40
+ #: includes/classes/wp-maintenance-mode-admin.php:187
41
  msgid "The nonce field must not be empty."
42
  msgstr ""
43
 
44
+ #: includes/classes/wp-maintenance-mode-admin.php:192
45
  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
 
53
+ #: includes/classes/wp-maintenance-mode-admin.php:203
54
  msgid "The tab slug must exist."
55
  msgstr ""
56
 
57
+ #: includes/classes/wp-maintenance-mode-admin.php:223
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
  "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 "
112
+ "your privacy policy page."
113
+ msgstr ""
114
+
115
  #: includes/classes/wp-maintenance-mode.php:101
116
  #: includes/classes/wp-maintenance-mode.php:102
117
  msgid "Maintenance mode"
129
  msgid "Notify me when it's ready"
130
  msgstr "Informeer mij wanneer het is afgerond"
131
 
132
+ #: includes/classes/wp-maintenance-mode.php:147
133
  msgid ""
134
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
135
  "your assistant here."
136
  msgstr ""
137
 
138
+ #: includes/classes/wp-maintenance-mode.php:148
139
  msgid "I have just a few questions."
140
  msgstr ""
141
 
142
+ #: includes/classes/wp-maintenance-mode.php:149
143
  msgid "What is your name?"
144
  msgstr ""
145
 
146
+ #: includes/classes/wp-maintenance-mode.php:150
147
  msgid "Nice to meet you here, {visitor_name}!"
148
  msgstr ""
149
 
150
+ #: includes/classes/wp-maintenance-mode.php:151
151
  msgid "How you can see, our website will be lauched very soon."
152
  msgstr ""
153
 
154
+ #: includes/classes/wp-maintenance-mode.php:152
155
  msgid ""
156
  "I know, you are very excited to see it, but we need a few days to finish it."
157
  msgstr ""
158
 
159
+ #: includes/classes/wp-maintenance-mode.php:153
160
  msgid "Would you like to be first to see it?"
161
  msgstr ""
162
 
163
+ #: includes/classes/wp-maintenance-mode.php:154
164
  msgid ""
165
  "Cool! Please leave your email here and I will send you a message when it's "
166
  "ready."
167
  msgstr ""
168
 
169
+ #: includes/classes/wp-maintenance-mode.php:155
170
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
171
  msgstr ""
172
 
173
+ #: includes/classes/wp-maintenance-mode.php:156
174
  msgid "Got it! Thank you and see you soon here!"
175
  msgstr ""
176
 
177
+ #: includes/classes/wp-maintenance-mode.php:157
178
  msgid "Have a great day!"
179
  msgstr ""
180
 
181
+ #: includes/classes/wp-maintenance-mode.php:160
182
+ #: includes/classes/wp-maintenance-mode.php:645
183
  msgid "Type your name here…"
184
  msgstr ""
185
 
186
+ #: includes/classes/wp-maintenance-mode.php:161
187
  msgid "Tell me more"
188
  msgstr ""
189
 
190
+ #: includes/classes/wp-maintenance-mode.php:162
191
  msgid "Boring"
192
  msgstr ""
193
 
194
+ #: includes/classes/wp-maintenance-mode.php:163
195
+ #: includes/classes/wp-maintenance-mode.php:646
196
  #, fuzzy
 
197
  msgid "Type your email here…"
198
  msgstr "Voer je e-mailadres in"
199
 
200
+ #: includes/classes/wp-maintenance-mode.php:169
201
+ msgid "Privacy Policy"
202
+ msgstr ""
203
+
204
+ #: includes/classes/wp-maintenance-mode.php:172
205
+ msgid ""
206
+ "This form collects your name and email so that we can reach you back. Check "
207
+ "out our <a href=\"#\">Privacy Policy</a> page to fully understand how we "
208
+ "protect and manage your submitted data."
209
+ msgstr ""
210
+
211
+ #: includes/classes/wp-maintenance-mode.php:173
212
+ msgid ""
213
+ "This form collects your email so that we can add you to our newsletter list. "
214
+ "Check out our <a href=\"#\">Privacy Policy</a> page to fully understand how "
215
+ "we protect and manage your submitted data."
216
+ msgstr ""
217
+
218
+ #: includes/classes/wp-maintenance-mode.php:296
219
  #, php-format
220
  msgid ""
221
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
224
  "De WP Maintenance Mode Plugin is opnieuw opgestart en je MOET de <a href=\"%s"
225
  "\">instellingen</a> opnieuw bekijken."
226
 
227
+ #: includes/classes/wp-maintenance-mode.php:542
228
+ #: includes/classes/wp-maintenance-mode.php:556
229
  msgid "Maintenance Mode"
230
  msgstr "Onderhousmodus"
231
 
232
+ #: includes/classes/wp-maintenance-mode.php:642
233
  msgid "Please type in your name."
234
  msgstr ""
235
 
236
+ #: includes/classes/wp-maintenance-mode.php:643
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:647 views/maintenance.php:161
242
  msgid "Send"
243
  msgstr "Verstuur"
244
 
245
+ #: includes/classes/wp-maintenance-mode.php:858
246
+ #: includes/classes/wp-maintenance-mode.php:892 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:870
251
  msgid "You successfully subscribed. Thanks!"
252
  msgstr ""
253
 
254
+ #: includes/classes/wp-maintenance-mode.php:888
255
  msgid "All fields required."
256
  msgstr "Alle velden zijn verplicht."
257
 
258
+ #: includes/classes/wp-maintenance-mode.php:900
259
  msgid "Message via contact"
260
  msgstr "Bericht via contact"
261
 
262
+ #: includes/classes/wp-maintenance-mode.php:917
263
  msgid "Your email was sent to the website administrator. Thanks!"
264
  msgstr "Je bericht is verstuurd naar de beheerder. Dankjewel!"
265
 
284
  msgid "Login"
285
  msgstr ""
286
 
287
+ #: views/maintenance.php:74
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
 
295
+ #: views/maintenance.php:80 views/maintenance.php:139 views/maintenance.php:140
296
+ #: views/maintenance.php:145 views/maintenance.php:152
 
 
 
 
297
  msgid "This field is required."
298
  msgstr ""
299
 
300
+ #: views/maintenance.php:82 views/maintenance.php:154
301
+ msgid "I've read and agree with the site's privacy policy"
302
+ msgstr ""
303
+
304
+ #: views/maintenance.php:139 views/sidebar.php:7
305
+ msgid "Name"
306
+ msgstr "Naam"
307
+
308
+ #: views/maintenance.php:140
309
  msgid "E-mail"
310
  msgstr "E-mailadres"
311
 
312
+ #: views/maintenance.php:145
313
  msgid "Your message"
314
  msgstr "Je bericht"
315
 
316
+ #: views/maintenance.php:168
317
  msgid "Contact us"
318
  msgstr "Neem contact met ons op"
319
 
320
+ #: views/maintenance.php:175
321
  msgid "Dashboard"
322
  msgstr ""
323
 
356
  msgid "Manage Bot"
357
  msgstr ""
358
 
359
+ #: views/settings.php:17
360
+ msgid "GDPR"
361
+ msgstr ""
362
+
363
+ #: views/settings.php:26 views/settings.php:469 views/settings.php:636
364
  msgid "Status"
365
  msgstr "Status"
366
 
367
+ #: views/settings.php:28 views/settings.php:472 views/settings.php:638
368
  msgid "Activated"
369
  msgstr "Geactiveerd"
370
 
371
+ #: views/settings.php:29 views/settings.php:473 views/settings.php:639
372
  msgid "Deactivated"
373
  msgstr "Gedeactiveerd"
374
 
375
+ #: views/settings.php:33
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
 
391
+ #: views/settings.php:39
392
  msgid "Allow Search Bots to bypass maintenance mode?"
393
  msgstr "Mogen zoekmachine robots de onderhoudsmodus omzeilen?"
394
 
395
+ #: views/settings.php:43
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
  "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
  "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:621 views/settings.php:694
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:622 views/settings.php:695
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"
587
+ 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:665
612
  msgid "New page"
613
  msgstr ""
614
 
615
+ #: views/settings.php:329 views/settings.php:666
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:477
691
  #, fuzzy
 
692
  msgid "Bot Name"
693
  msgstr "Naam"
694
 
695
+ #: views/settings.php:480
696
  msgid "This name will appear when the bot is typing."
697
  msgstr ""
698
 
699
+ #: views/settings.php:484
700
  #, fuzzy
 
701
  msgid "Upload avatar"
702
  msgstr "Upload achtergrond"
703
 
704
+ #: views/settings.php:488
705
  msgid "A 512 x 512 px will work just fine."
706
  msgstr ""
707
 
708
+ #: views/settings.php:494
709
  msgid "Customize Messages"
710
  msgstr ""
711
 
712
+ #: views/settings.php:499
713
  msgid "Message 1"
714
  msgstr ""
715
 
716
+ #: views/settings.php:507
717
  msgid "Message 2"
718
  msgstr ""
719
 
720
+ #: views/settings.php:515
721
  msgid "Message 3"
722
  msgstr ""
723
 
724
+ #: views/settings.php:523 views/settings.php:563 views/settings.php:585
725
  msgid "Response"
726
  msgstr ""
727
 
728
+ #: views/settings.php:527 views/settings.php:589
729
  msgid "Edit the placeholder's text"
730
  msgstr ""
731
 
732
+ #: views/settings.php:531
733
  msgid "Message 4"
734
  msgstr ""
735
 
736
+ #: views/settings.php:539
737
  msgid "Message 5"
738
  msgstr ""
739
 
740
+ #: views/settings.php:547
741
  msgid "Message 6"
742
  msgstr ""
743
 
744
+ #: views/settings.php:555
745
  msgid "Message 7"
746
  msgstr ""
747
 
748
+ #: views/settings.php:567
749
  msgid "Edit button one"
750
  msgstr ""
751
 
752
+ #: views/settings.php:571
753
  msgid "Edit button two"
754
  msgstr ""
755
 
756
+ #: views/settings.php:577 views/settings.php:593
757
  msgid "Message 8"
758
  msgstr ""
759
 
760
+ #: views/settings.php:577 views/settings.php:601 views/settings.php:609
761
  msgid "(click on button one)"
762
  msgstr ""
763
 
764
+ #: views/settings.php:593
765
  msgid "(click on button two)"
766
  msgstr ""
767
 
768
+ #: views/settings.php:601
769
  msgid "Message 9"
770
  msgstr ""
771
 
772
+ #: views/settings.php:609
773
  msgid "Message 10"
774
  msgstr ""
775
 
776
+ #: views/settings.php:631
777
+ msgid ""
778
+ "To make the plugin GDPR compliant, fill in the details and enable this "
779
+ "section."
780
+ msgstr ""
781
+
782
+ #: views/settings.php:632
783
+ msgid ""
784
+ "Here we added some generic texts that you may want to review, change or "
785
+ "remove."
786
+ msgstr ""
787
+
788
+ #: views/settings.php:644
789
+ msgid "Link name"
790
+ msgstr ""
791
+
792
+ #: views/settings.php:648
793
+ msgid "Label the link that will be shown on frontend footer"
794
+ msgstr ""
795
+
796
+ #: views/settings.php:653
797
+ msgid "P. Policy page link"
798
+ msgstr ""
799
+
800
+ #: views/settings.php:662
801
+ msgid "P. Policy link target"
802
+ msgstr ""
803
+
804
+ #: views/settings.php:668
805
+ msgid "Choose how the link will open."
806
+ msgstr ""
807
+
808
+ #: views/settings.php:673
809
+ msgid "Contact form 'tail'"
810
+ msgstr ""
811
+
812
+ #: views/settings.php:677 views/settings.php:686
813
+ msgid "This will be shown together with the acceptance checkbox below the form"
814
+ msgstr ""
815
+
816
+ #: views/settings.php:682
817
+ msgid "Subscribe form 'tail'"
818
+ msgstr ""
819
+
820
  #: views/sidebar.php:3
821
  msgid "Plugin Info"
822
  msgstr "Plugin Info"
845
  msgid "Resources"
846
  msgstr "Ondersteuning"
847
 
848
+ #~ msgid "You have %d subscriber(s)"
849
+ #~ msgstr "Je hebt %d abonnee(s)"
850
+
851
  #~ msgid "You successfuly subscribed. Thanks!"
852
  #~ msgstr "Je bent succesvol aangemeld, dankjewel!"
853
 
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.1.1\n"
4
- "POT-Creation-Date: 2018-03-02 10:28+0100\n"
5
- "PO-Revision-Date: 2018-03-02 10:28+0100\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.0.6\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -19,49 +19,55 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPath-1: includes/classes\n"
21
  "X-Poedit-SearchPath-2: views\n"
 
 
 
22
 
23
  #: includes/classes/wp-maintenance-mode-admin.php:121
24
  #: includes/classes/wp-maintenance-mode-admin.php:159
25
- #: includes/classes/wp-maintenance-mode-admin.php:181
26
  msgid "You do not have access to this resource."
27
  msgstr ""
28
 
29
- #: includes/classes/wp-maintenance-mode-admin.php:165 views/settings.php:296
30
  #, php-format
31
- msgid "You have %d subscriber(s)"
32
- msgstr "Obecne subskrypcje: %d."
 
 
 
33
 
34
- #: includes/classes/wp-maintenance-mode-admin.php:186
35
  msgid "The nonce field must not be empty."
36
  msgstr ""
37
 
38
- #: includes/classes/wp-maintenance-mode-admin.php:191
39
  msgid "The tab slug must not be empty."
40
  msgstr ""
41
 
42
- #: includes/classes/wp-maintenance-mode-admin.php:196
43
- #: includes/classes/wp-maintenance-mode-admin.php:250
44
  msgid "Security check."
45
  msgstr ""
46
 
47
- #: includes/classes/wp-maintenance-mode-admin.php:202
48
  msgid "The tab slug must exist."
49
  msgstr ""
50
 
51
- #: includes/classes/wp-maintenance-mode-admin.php:222
52
  msgid "WP Maintenance Mode"
53
  msgstr "WP Tryb Konserwacji"
54
 
55
- #: includes/classes/wp-maintenance-mode-admin.php:487
56
  msgid ""
57
  "WPMM: The file data.js could not be written, the bot will not work correctly."
58
  msgstr ""
59
 
60
- #: includes/classes/wp-maintenance-mode-admin.php:521
61
  msgid "Settings"
62
  msgstr "Ustawienia"
63
 
64
- #: includes/classes/wp-maintenance-mode-admin.php:540
65
  #, php-format
66
  msgid ""
67
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -70,17 +76,42 @@ msgstr ""
70
  "Tryb Konserwacji jest <strong>aktywny</strong>. Pamiętaj, aby go <a href=\"%s"
71
  "\">wyłączyć</a>, kiedy skończysz.\v"
72
 
73
- #: includes/classes/wp-maintenance-mode-admin.php:577
74
  msgid "Notice key cannot be empty."
75
  msgstr ""
76
 
77
- #: includes/classes/wp-maintenance-mode-admin.php:625
78
  #, php-format
79
  msgid ""
80
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
81
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
82
  msgstr ""
83
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  #: includes/classes/wp-maintenance-mode.php:101
85
  #: includes/classes/wp-maintenance-mode.php:102
86
  msgid "Maintenance mode"
@@ -98,74 +129,92 @@ msgstr ""
98
  msgid "Notify me when it's ready"
99
  msgstr "Powiadom mnie po uruchomieniu strony"
100
 
101
- #: includes/classes/wp-maintenance-mode.php:145
102
  msgid ""
103
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
104
  "your assistant here."
105
  msgstr ""
106
 
107
- #: includes/classes/wp-maintenance-mode.php:146
108
  msgid "I have just a few questions."
109
  msgstr ""
110
 
111
- #: includes/classes/wp-maintenance-mode.php:147
112
  msgid "What is your name?"
113
  msgstr ""
114
 
115
- #: includes/classes/wp-maintenance-mode.php:148
116
  msgid "Nice to meet you here, {visitor_name}!"
117
  msgstr ""
118
 
119
- #: includes/classes/wp-maintenance-mode.php:149
120
  msgid "How you can see, our website will be lauched very soon."
121
  msgstr ""
122
 
123
- #: includes/classes/wp-maintenance-mode.php:150
124
  msgid ""
125
  "I know, you are very excited to see it, but we need a few days to finish it."
126
  msgstr ""
127
 
128
- #: includes/classes/wp-maintenance-mode.php:151
129
  msgid "Would you like to be first to see it?"
130
  msgstr ""
131
 
132
- #: includes/classes/wp-maintenance-mode.php:152
133
  msgid ""
134
  "Cool! Please leave your email here and I will send you a message when it's "
135
  "ready."
136
  msgstr ""
137
 
138
- #: includes/classes/wp-maintenance-mode.php:153
139
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
140
  msgstr ""
141
 
142
- #: includes/classes/wp-maintenance-mode.php:154
143
  msgid "Got it! Thank you and see you soon here!"
144
  msgstr ""
145
 
146
- #: includes/classes/wp-maintenance-mode.php:155
147
  msgid "Have a great day!"
148
  msgstr ""
149
 
150
- #: includes/classes/wp-maintenance-mode.php:158
151
- #: includes/classes/wp-maintenance-mode.php:592
152
  msgid "Type your name here…"
153
  msgstr ""
154
 
155
- #: includes/classes/wp-maintenance-mode.php:159
156
  msgid "Tell me more"
157
  msgstr ""
158
 
159
- #: includes/classes/wp-maintenance-mode.php:160
160
  msgid "Boring"
161
  msgstr ""
162
 
163
- #: includes/classes/wp-maintenance-mode.php:161
164
- #: includes/classes/wp-maintenance-mode.php:593
165
  msgid "Type your email here…"
166
  msgstr ""
167
 
168
- #: includes/classes/wp-maintenance-mode.php:286
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
169
  #, php-format
170
  msgid ""
171
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
@@ -174,43 +223,42 @@ msgstr ""
174
  "Wtyczka WP Tryb Konserwacji została ponownie uruchomiona i MUSISZ sprawdzić "
175
  "<a href=\"%s\">ustawienia</a>.\v"
176
 
177
- #: includes/classes/wp-maintenance-mode.php:488
178
- #: includes/classes/wp-maintenance-mode.php:502
179
  msgid "Maintenance Mode"
180
  msgstr "Tryb Konserwacji"
181
 
182
- #: includes/classes/wp-maintenance-mode.php:589
183
  msgid "Please type in your name."
184
  msgstr ""
185
 
186
- #: includes/classes/wp-maintenance-mode.php:590
187
  #, fuzzy
188
- #| msgid "Please enter a valid email address."
189
  msgid "Please type in a valid email address."
190
  msgstr "Proszę podać poprawny adres e-mail."
191
 
192
- #: includes/classes/wp-maintenance-mode.php:594 views/maintenance.php:130
193
  msgid "Send"
194
  msgstr "Wyślij"
195
 
196
- #: includes/classes/wp-maintenance-mode.php:788
197
- #: includes/classes/wp-maintenance-mode.php:822 views/maintenance.php:121
198
  msgid "Please enter a valid email address."
199
  msgstr "Proszę podać poprawny adres e-mail."
200
 
201
- #: includes/classes/wp-maintenance-mode.php:800
202
  msgid "You successfully subscribed. Thanks!"
203
  msgstr ""
204
 
205
- #: includes/classes/wp-maintenance-mode.php:818
206
  msgid "All fields required."
207
  msgstr "Wszystkie pola są wymagane"
208
 
209
- #: includes/classes/wp-maintenance-mode.php:830
210
  msgid "Message via contact"
211
  msgstr "Wiadomość poprzez kontakt"
212
 
213
- #: includes/classes/wp-maintenance-mode.php:844
214
  msgid "Your email was sent to the website administrator. Thanks!"
215
  msgstr "Twój adres e-mail został wysłany do administratora strony. Dzięki!"
216
 
@@ -235,36 +283,40 @@ msgstr ""
235
  msgid "Login"
236
  msgstr "Login"
237
 
238
- #: views/maintenance.php:72
239
  msgid "your e-mail..."
240
  msgstr "Twój e-mail..."
241
 
242
- #: views/maintenance.php:73 views/settings.php:271
243
  msgid "Subscribe"
244
  msgstr "Subskrybuj"
245
 
246
- #: views/maintenance.php:120 views/sidebar.php:7
247
- msgid "Name"
248
- msgstr "Nazwa"
249
-
250
- #: views/maintenance.php:120 views/maintenance.php:121
251
- #: views/maintenance.php:126
252
  msgid "This field is required."
253
  msgstr ""
254
 
255
- #: views/maintenance.php:121
 
 
 
 
 
 
 
 
256
  msgid "E-mail"
257
  msgstr "E-mail"
258
 
259
- #: views/maintenance.php:126
260
  msgid "Your message"
261
  msgstr "Twoja wiadomość"
262
 
263
- #: views/maintenance.php:137
264
  msgid "Contact us"
265
  msgstr "Skontaktuj się z nami"
266
 
267
- #: views/maintenance.php:142
268
  msgid "Dashboard"
269
  msgstr "Kokpit"
270
 
@@ -303,67 +355,71 @@ msgstr "Moduły"
303
  msgid "Manage Bot"
304
  msgstr ""
305
 
306
- #: views/settings.php:25 views/settings.php:454
 
 
 
 
307
  msgid "Status"
308
  msgstr "Status"
309
 
310
- #: views/settings.php:27 views/settings.php:457
311
  msgid "Activated"
312
  msgstr "Aktywny"
313
 
314
- #: views/settings.php:28 views/settings.php:458
315
  msgid "Deactivated"
316
  msgstr "Zdezaktywowany"
317
 
318
- #: views/settings.php:32
319
  msgid "Bypass for Search Bots"
320
  msgstr "Wstęp dla wyszukiwarek"
321
 
322
- #: views/settings.php:35 views/settings.php:105 views/settings.php:115
323
- #: views/settings.php:243 views/settings.php:279 views/settings.php:317
324
- #: views/settings.php:385 views/settings.php:417
325
  msgid "Yes"
326
  msgstr "Tak"
327
 
328
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
329
- #: views/settings.php:244 views/settings.php:280 views/settings.php:318
330
- #: views/settings.php:386 views/settings.php:418
331
  msgid "No"
332
  msgstr "Nie"
333
 
334
- #: views/settings.php:38
335
  msgid "Allow Search Bots to bypass maintenance mode?"
336
  msgstr "Umożliwić wyszukiwarkom pominięcie trybu konserwacji?"
337
 
338
- #: views/settings.php:42
339
  msgid "Backend Role"
340
  msgstr "Rola back-end"
341
 
342
- #: views/settings.php:44 views/settings.php:60
343
  msgid "Select role(s)"
344
  msgstr ""
345
 
346
- #: views/settings.php:54
347
  msgid ""
348
  "Which user role is allowed to access the backend of this blog? "
349
  "Administrators will always have access."
350
  msgstr ""
351
 
352
- #: views/settings.php:58
353
  msgid "Frontend Role"
354
  msgstr "Rola front-end"
355
 
356
- #: views/settings.php:70
357
  msgid ""
358
  "Which user role is allowed to access the frontend of this blog? "
359
  "Administrators will always have access."
360
  msgstr ""
361
 
362
- #: views/settings.php:74
363
  msgid "Robots Meta Tag"
364
  msgstr "Metatag Robots"
365
 
366
- #: views/settings.php:80
367
  msgid ""
368
  "The robots meta tag lets you use a granular, page-specific approach to "
369
  "control how an individual page should be indexed and served to users in "
@@ -373,22 +429,22 @@ msgstr ""
373
  "być indeksowane i widoczne dla użytkowników w wynikach wyszukiwarkek "
374
  "internetowych."
375
 
376
- #: views/settings.php:84
377
  msgid "Redirection"
378
  msgstr "Przekierowanie"
379
 
380
- #: views/settings.php:87
381
  msgid ""
382
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
383
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
384
  "(incl. http://)"
385
  msgstr ""
386
 
387
- #: views/settings.php:91
388
  msgid "Exclude"
389
  msgstr "Wyklucz"
390
 
391
- #: views/settings.php:98
392
  msgid ""
393
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
394
  "IP per line!"
@@ -396,313 +452,371 @@ msgstr ""
396
  "Zezwól na dostęp podczas trybu konserwacji do kanałów internetowych, stron, "
397
  "archiwów lub adresów IP. Podaj jeden wpis / IP na linię!"
398
 
399
- #: views/settings.php:102
400
  msgid "Notice"
401
  msgstr "Powiadomienie"
402
 
403
- #: views/settings.php:108
404
  msgid "Do you want to see notices when maintenance mode is activated?"
405
  msgstr "Chcesz widzieć powiadomienia podczas aktywnego trybu konserwacji?"
406
 
407
- #: views/settings.php:112
408
  msgid "Dashboard link"
409
  msgstr "Link do kokpitu"
410
 
411
- #: views/settings.php:118
412
  msgid ""
413
  "Do you want to add a link to the dashboard on your maintenance mode page?"
414
  msgstr "Chcesz dodać link do kokpitu na stronie trybu konserwacyjnego?"
415
 
416
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
417
- #: views/settings.php:612
418
  msgid "Save settings"
419
  msgstr "Zapisz ustawienia"
420
 
421
- #: views/settings.php:127 views/settings.php:230 views/settings.php:435
422
- #: views/settings.php:613
423
  msgid "Reset settings"
424
  msgstr "Zresetuj ustawienia"
425
 
426
- #: views/settings.php:132
427
  msgid "Content"
428
  msgstr "Zawartość"
429
 
430
- #: views/settings.php:137
431
  msgid "Title (HTML tag)"
432
  msgstr "Tytuł (tag HTML)"
433
 
434
- #: views/settings.php:143
435
  msgid "Heading"
436
  msgstr "Nagłówek"
437
 
438
- #: views/settings.php:150 views/settings.php:285
439
  msgid "Text"
440
  msgstr "Tekst"
441
 
442
- #: views/settings.php:170
 
 
 
 
443
  msgid "Background"
444
  msgstr "Tło"
445
 
446
- #: views/settings.php:175
447
  msgid "Choose type"
448
  msgstr "Wybierz rodzaj"
449
 
450
- #: views/settings.php:178
451
  msgid "Custom color"
452
  msgstr "Własny kolor"
453
 
454
- #: views/settings.php:179
455
  msgid "Uploaded background"
456
  msgstr "Przesłane tło"
457
 
458
- #: views/settings.php:180
459
  msgid "Predefined background"
460
  msgstr "Uprzednio zdefiniowane tło"
461
 
462
- #: views/settings.php:185
463
  msgid "Choose color"
464
  msgstr "Wybierz kolor"
465
 
466
- #: views/settings.php:191
467
  msgid "Upload background"
468
  msgstr "Prześlij tło"
469
 
470
- #: views/settings.php:195
471
  msgid "Backgrounds should have 1920x1280 px size."
472
  msgstr "Tło powinno mieć rozmiar 1920x1280 px."
473
 
474
- #: views/settings.php:200
475
  msgid "Choose background"
476
  msgstr "Wybierz tło"
477
 
478
- #: views/settings.php:202
479
  #, php-format
480
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
481
  msgstr ""
482
 
483
- #: views/settings.php:235
484
  msgid "Countdown"
485
  msgstr "Odliczanie"
486
 
487
- #: views/settings.php:240
488
  msgid "Show countdown?"
489
  msgstr "Pokazać odliczanie?"
490
 
491
- #: views/settings.php:249
492
  msgid "Start date"
493
  msgstr "Początkowa data"
494
 
495
- #: views/settings.php:255
496
  msgid "Countdown (remaining time)"
497
  msgstr "Odliczanie (pozostały czas)"
498
 
499
- #: views/settings.php:257
500
  msgid "Days"
501
  msgstr "Dni"
502
 
503
- #: views/settings.php:258
504
  msgid "Hours"
505
  msgstr "Godzin"
506
 
507
- #: views/settings.php:259
508
  msgid "Minutes"
509
  msgstr "Minut"
510
 
511
- #: views/settings.php:263
512
  msgid "Color"
513
  msgstr "Kolor"
514
 
515
- #: views/settings.php:276
516
  msgid "Show subscribe?"
517
  msgstr "Umożliwić subskrypcję?"
518
 
519
- #: views/settings.php:292
520
  msgid "Stats"
521
  msgstr "Statystyki"
522
 
523
- #: views/settings.php:301
 
 
 
 
 
 
 
 
524
  msgid "Export as CSV"
525
  msgstr "Eksportuj jako CSV"
526
 
527
- #: views/settings.php:302
528
  msgid "Empty subscribers list"
529
  msgstr ""
530
 
531
- #: views/settings.php:309
532
  msgid "Social Networks"
533
  msgstr "Serwisy społecznościowe"
534
 
535
- #: views/settings.php:314
536
  msgid "Show social networks?"
537
  msgstr "Pokazać serwisy społecznościowe?"
538
 
539
- #: views/settings.php:323
540
  msgid "Links target?"
541
  msgstr "Cel linków?"
542
 
543
- #: views/settings.php:326
544
  msgid "New page"
545
  msgstr "Nowa karta"
546
 
547
- #: views/settings.php:327
548
  msgid "Same page"
549
  msgstr "Ta sama karta"
550
 
551
- #: views/settings.php:329
552
  msgid "Choose how the links will open."
553
  msgstr "Wybierz, w jakim miejscu powinny zostać otwierane linki."
554
 
555
- #: views/settings.php:377
556
  msgid "Contact"
557
  msgstr "Kontakt"
558
 
559
- #: views/settings.php:382
560
  msgid "Show contact?"
561
  msgstr "Pokazać kontakt?"
562
 
563
- #: views/settings.php:391
564
  msgid "Email address"
565
  msgstr "Adres e-mail"
566
 
567
- #: views/settings.php:397
568
  msgid "Effects"
569
  msgstr "Efekty"
570
 
571
- #: views/settings.php:400
572
  msgid "Move top - Move bottom"
573
  msgstr "Wejście z góry - w dół"
574
 
575
- #: views/settings.php:401
576
  msgid "Zoom - Zoomed"
577
  msgstr "Przybliżenie - przybliżone"
578
 
579
- #: views/settings.php:402
580
  msgid "Fold - Unfold"
581
  msgstr "Obrót - obrócone"
582
 
583
- #: views/settings.php:409
584
  msgid "Google Analytics"
585
  msgstr "Google Analytics"
586
 
587
- #: views/settings.php:414
588
  msgid "Use Google Analytics?"
589
  msgstr "Używać Google Analytics?"
590
 
591
- #: views/settings.php:423
 
 
 
 
592
  msgid "Tracking code"
593
  msgstr "Kod śledzenia"
594
 
595
- #: views/settings.php:426
596
  msgid ""
597
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
598
  msgstr ""
599
 
600
- #: views/settings.php:444 views/settings.php:447
601
  msgid ""
602
  "Setup the conversation steps to capture more subscribers with this friendly "
603
  "way of asking email addresess."
604
  msgstr ""
605
 
606
- #: views/settings.php:448
607
  msgid ""
608
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
609
  "make the conversation even more realistic."
610
  msgstr ""
611
 
612
- #: views/settings.php:449
613
  msgid ""
614
  "It is also ok if you don't fill in all the conversation steps if you don't "
615
  "need to."
616
  msgstr ""
617
 
618
- #: views/settings.php:462
619
  #, fuzzy
620
- #| msgid "Name"
621
  msgid "Bot Name"
622
  msgstr "Nazwa"
623
 
624
- #: views/settings.php:465
625
  msgid "This name will appear when the bot is typing."
626
  msgstr ""
627
 
628
- #: views/settings.php:469
629
  #, fuzzy
630
- #| msgid "Upload background"
631
  msgid "Upload avatar"
632
  msgstr "Prześlij tło"
633
 
634
- #: views/settings.php:473
635
  msgid "A 512 x 512 px will work just fine."
636
  msgstr ""
637
 
638
- #: views/settings.php:479
639
  msgid "Customize Messages"
640
  msgstr ""
641
 
642
- #: views/settings.php:484
643
  msgid "Message 1"
644
  msgstr ""
645
 
646
- #: views/settings.php:492
647
  msgid "Message 2"
648
  msgstr ""
649
 
650
- #: views/settings.php:500
651
  msgid "Message 3"
652
  msgstr ""
653
 
654
- #: views/settings.php:508 views/settings.php:548 views/settings.php:570
655
  msgid "Response"
656
  msgstr ""
657
 
658
- #: views/settings.php:512 views/settings.php:574
659
  msgid "Edit the placeholder's text"
660
  msgstr ""
661
 
662
- #: views/settings.php:516
663
  msgid "Message 4"
664
  msgstr ""
665
 
666
- #: views/settings.php:524
667
  msgid "Message 5"
668
  msgstr ""
669
 
670
- #: views/settings.php:532
671
  msgid "Message 6"
672
  msgstr ""
673
 
674
- #: views/settings.php:540
675
  msgid "Message 7"
676
  msgstr ""
677
 
678
- #: views/settings.php:552
679
  msgid "Edit button one"
680
  msgstr ""
681
 
682
- #: views/settings.php:556
683
  msgid "Edit button two"
684
  msgstr ""
685
 
686
- #: views/settings.php:562 views/settings.php:578
687
  msgid "Message 8"
688
  msgstr ""
689
 
690
- #: views/settings.php:562 views/settings.php:586 views/settings.php:594
691
  msgid "(click on button one)"
692
  msgstr ""
693
 
694
- #: views/settings.php:578
695
  msgid "(click on button two)"
696
  msgstr ""
697
 
698
- #: views/settings.php:586
699
  msgid "Message 9"
700
  msgstr ""
701
 
702
- #: views/settings.php:594
703
  msgid "Message 10"
704
  msgstr ""
705
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
706
  #: views/sidebar.php:3
707
  msgid "Plugin Info"
708
  msgstr "Informacje o wtyczce"
@@ -731,6 +845,9 @@ msgstr ""
731
  msgid "Resources"
732
  msgstr "Źródła"
733
 
 
 
 
734
  #~ msgid ""
735
  #~ "Adds a splash page to your site that lets visitors know your site is down "
736
  #~ "for maintenance. It's perfect for a coming soon page."
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.2.2\n"
4
+ "POT-Creation-Date: 2018-11-26 19:15+0200\n"
5
+ "PO-Revision-Date: 2018-11-26 19:15+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 1.8.8\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPath-1: includes/classes\n"
21
  "X-Poedit-SearchPath-2: views\n"
22
+ "X-Poedit-SearchPathExcluded-0: .git\n"
23
+ "X-Poedit-SearchPathExcluded-1: assets\n"
24
+ "X-Poedit-SearchPathExcluded-2: node_modules\n"
25
 
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
 
32
+ #: includes/classes/wp-maintenance-mode-admin.php:165
33
  #, php-format
34
+ msgctxt "ajax response"
35
+ msgid "You have %d subscriber"
36
+ msgid_plural "You have %s subscribers"
37
+ msgstr[0] ""
38
+ msgstr[1] ""
39
 
40
+ #: includes/classes/wp-maintenance-mode-admin.php:187
41
  msgid "The nonce field must not be empty."
42
  msgstr ""
43
 
44
+ #: includes/classes/wp-maintenance-mode-admin.php:192
45
  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
 
53
+ #: includes/classes/wp-maintenance-mode-admin.php:203
54
  msgid "The tab slug must exist."
55
  msgstr ""
56
 
57
+ #: includes/classes/wp-maintenance-mode-admin.php:223
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
  "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 "
112
+ "your privacy policy page."
113
+ msgstr ""
114
+
115
  #: includes/classes/wp-maintenance-mode.php:101
116
  #: includes/classes/wp-maintenance-mode.php:102
117
  msgid "Maintenance mode"
129
  msgid "Notify me when it's ready"
130
  msgstr "Powiadom mnie po uruchomieniu strony"
131
 
132
+ #: includes/classes/wp-maintenance-mode.php:147
133
  msgid ""
134
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
135
  "your assistant here."
136
  msgstr ""
137
 
138
+ #: includes/classes/wp-maintenance-mode.php:148
139
  msgid "I have just a few questions."
140
  msgstr ""
141
 
142
+ #: includes/classes/wp-maintenance-mode.php:149
143
  msgid "What is your name?"
144
  msgstr ""
145
 
146
+ #: includes/classes/wp-maintenance-mode.php:150
147
  msgid "Nice to meet you here, {visitor_name}!"
148
  msgstr ""
149
 
150
+ #: includes/classes/wp-maintenance-mode.php:151
151
  msgid "How you can see, our website will be lauched very soon."
152
  msgstr ""
153
 
154
+ #: includes/classes/wp-maintenance-mode.php:152
155
  msgid ""
156
  "I know, you are very excited to see it, but we need a few days to finish it."
157
  msgstr ""
158
 
159
+ #: includes/classes/wp-maintenance-mode.php:153
160
  msgid "Would you like to be first to see it?"
161
  msgstr ""
162
 
163
+ #: includes/classes/wp-maintenance-mode.php:154
164
  msgid ""
165
  "Cool! Please leave your email here and I will send you a message when it's "
166
  "ready."
167
  msgstr ""
168
 
169
+ #: includes/classes/wp-maintenance-mode.php:155
170
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
171
  msgstr ""
172
 
173
+ #: includes/classes/wp-maintenance-mode.php:156
174
  msgid "Got it! Thank you and see you soon here!"
175
  msgstr ""
176
 
177
+ #: includes/classes/wp-maintenance-mode.php:157
178
  msgid "Have a great day!"
179
  msgstr ""
180
 
181
+ #: includes/classes/wp-maintenance-mode.php:160
182
+ #: includes/classes/wp-maintenance-mode.php:645
183
  msgid "Type your name here…"
184
  msgstr ""
185
 
186
+ #: includes/classes/wp-maintenance-mode.php:161
187
  msgid "Tell me more"
188
  msgstr ""
189
 
190
+ #: includes/classes/wp-maintenance-mode.php:162
191
  msgid "Boring"
192
  msgstr ""
193
 
194
+ #: includes/classes/wp-maintenance-mode.php:163
195
+ #: includes/classes/wp-maintenance-mode.php:646
196
  msgid "Type your email here…"
197
  msgstr ""
198
 
199
+ #: includes/classes/wp-maintenance-mode.php:169
200
+ msgid "Privacy Policy"
201
+ msgstr ""
202
+
203
+ #: includes/classes/wp-maintenance-mode.php:172
204
+ msgid ""
205
+ "This form collects your name and email so that we can reach you back. Check "
206
+ "out our <a href=\"#\">Privacy Policy</a> page to fully understand how we "
207
+ "protect and manage your submitted data."
208
+ msgstr ""
209
+
210
+ #: includes/classes/wp-maintenance-mode.php:173
211
+ msgid ""
212
+ "This form collects your email so that we can add you to our newsletter list. "
213
+ "Check out our <a href=\"#\">Privacy Policy</a> page to fully understand how "
214
+ "we protect and manage your submitted data."
215
+ msgstr ""
216
+
217
+ #: includes/classes/wp-maintenance-mode.php:296
218
  #, php-format
219
  msgid ""
220
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
223
  "Wtyczka WP Tryb Konserwacji została ponownie uruchomiona i MUSISZ sprawdzić "
224
  "<a href=\"%s\">ustawienia</a>.\v"
225
 
226
+ #: includes/classes/wp-maintenance-mode.php:542
227
+ #: includes/classes/wp-maintenance-mode.php:556
228
  msgid "Maintenance Mode"
229
  msgstr "Tryb Konserwacji"
230
 
231
+ #: includes/classes/wp-maintenance-mode.php:642
232
  msgid "Please type in your name."
233
  msgstr ""
234
 
235
+ #: includes/classes/wp-maintenance-mode.php:643
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:647 views/maintenance.php:161
241
  msgid "Send"
242
  msgstr "Wyślij"
243
 
244
+ #: includes/classes/wp-maintenance-mode.php:858
245
+ #: includes/classes/wp-maintenance-mode.php:892 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:870
250
  msgid "You successfully subscribed. Thanks!"
251
  msgstr ""
252
 
253
+ #: includes/classes/wp-maintenance-mode.php:888
254
  msgid "All fields required."
255
  msgstr "Wszystkie pola są wymagane"
256
 
257
+ #: includes/classes/wp-maintenance-mode.php:900
258
  msgid "Message via contact"
259
  msgstr "Wiadomość poprzez kontakt"
260
 
261
+ #: includes/classes/wp-maintenance-mode.php:917
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
 
283
  msgid "Login"
284
  msgstr "Login"
285
 
286
+ #: views/maintenance.php:74
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
 
294
+ #: views/maintenance.php:80 views/maintenance.php:139 views/maintenance.php:140
295
+ #: views/maintenance.php:145 views/maintenance.php:152
 
 
 
 
296
  msgid "This field is required."
297
  msgstr ""
298
 
299
+ #: views/maintenance.php:82 views/maintenance.php:154
300
+ msgid "I've read and agree with the site's privacy policy"
301
+ msgstr ""
302
+
303
+ #: views/maintenance.php:139 views/sidebar.php:7
304
+ msgid "Name"
305
+ msgstr "Nazwa"
306
+
307
+ #: views/maintenance.php:140
308
  msgid "E-mail"
309
  msgstr "E-mail"
310
 
311
+ #: views/maintenance.php:145
312
  msgid "Your message"
313
  msgstr "Twoja wiadomość"
314
 
315
+ #: views/maintenance.php:168
316
  msgid "Contact us"
317
  msgstr "Skontaktuj się z nami"
318
 
319
+ #: views/maintenance.php:175
320
  msgid "Dashboard"
321
  msgstr "Kokpit"
322
 
355
  msgid "Manage Bot"
356
  msgstr ""
357
 
358
+ #: views/settings.php:17
359
+ msgid "GDPR"
360
+ msgstr ""
361
+
362
+ #: views/settings.php:26 views/settings.php:469 views/settings.php:636
363
  msgid "Status"
364
  msgstr "Status"
365
 
366
+ #: views/settings.php:28 views/settings.php:472 views/settings.php:638
367
  msgid "Activated"
368
  msgstr "Aktywny"
369
 
370
+ #: views/settings.php:29 views/settings.php:473 views/settings.php:639
371
  msgid "Deactivated"
372
  msgstr "Zdezaktywowany"
373
 
374
+ #: views/settings.php:33
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
 
390
+ #: views/settings.php:39
391
  msgid "Allow Search Bots to bypass maintenance mode?"
392
  msgstr "Umożliwić wyszukiwarkom pominięcie trybu konserwacji?"
393
 
394
+ #: views/settings.php:43
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
  "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
  "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:621 views/settings.php:694
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:622 views/settings.php:695
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"
587
+ 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:665
612
  msgid "New page"
613
  msgstr "Nowa karta"
614
 
615
+ #: views/settings.php:329 views/settings.php:666
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:477
691
  #, fuzzy
 
692
  msgid "Bot Name"
693
  msgstr "Nazwa"
694
 
695
+ #: views/settings.php:480
696
  msgid "This name will appear when the bot is typing."
697
  msgstr ""
698
 
699
+ #: views/settings.php:484
700
  #, fuzzy
 
701
  msgid "Upload avatar"
702
  msgstr "Prześlij tło"
703
 
704
+ #: views/settings.php:488
705
  msgid "A 512 x 512 px will work just fine."
706
  msgstr ""
707
 
708
+ #: views/settings.php:494
709
  msgid "Customize Messages"
710
  msgstr ""
711
 
712
+ #: views/settings.php:499
713
  msgid "Message 1"
714
  msgstr ""
715
 
716
+ #: views/settings.php:507
717
  msgid "Message 2"
718
  msgstr ""
719
 
720
+ #: views/settings.php:515
721
  msgid "Message 3"
722
  msgstr ""
723
 
724
+ #: views/settings.php:523 views/settings.php:563 views/settings.php:585
725
  msgid "Response"
726
  msgstr ""
727
 
728
+ #: views/settings.php:527 views/settings.php:589
729
  msgid "Edit the placeholder's text"
730
  msgstr ""
731
 
732
+ #: views/settings.php:531
733
  msgid "Message 4"
734
  msgstr ""
735
 
736
+ #: views/settings.php:539
737
  msgid "Message 5"
738
  msgstr ""
739
 
740
+ #: views/settings.php:547
741
  msgid "Message 6"
742
  msgstr ""
743
 
744
+ #: views/settings.php:555
745
  msgid "Message 7"
746
  msgstr ""
747
 
748
+ #: views/settings.php:567
749
  msgid "Edit button one"
750
  msgstr ""
751
 
752
+ #: views/settings.php:571
753
  msgid "Edit button two"
754
  msgstr ""
755
 
756
+ #: views/settings.php:577 views/settings.php:593
757
  msgid "Message 8"
758
  msgstr ""
759
 
760
+ #: views/settings.php:577 views/settings.php:601 views/settings.php:609
761
  msgid "(click on button one)"
762
  msgstr ""
763
 
764
+ #: views/settings.php:593
765
  msgid "(click on button two)"
766
  msgstr ""
767
 
768
+ #: views/settings.php:601
769
  msgid "Message 9"
770
  msgstr ""
771
 
772
+ #: views/settings.php:609
773
  msgid "Message 10"
774
  msgstr ""
775
 
776
+ #: views/settings.php:631
777
+ msgid ""
778
+ "To make the plugin GDPR compliant, fill in the details and enable this "
779
+ "section."
780
+ msgstr ""
781
+
782
+ #: views/settings.php:632
783
+ msgid ""
784
+ "Here we added some generic texts that you may want to review, change or "
785
+ "remove."
786
+ msgstr ""
787
+
788
+ #: views/settings.php:644
789
+ msgid "Link name"
790
+ msgstr ""
791
+
792
+ #: views/settings.php:648
793
+ msgid "Label the link that will be shown on frontend footer"
794
+ msgstr ""
795
+
796
+ #: views/settings.php:653
797
+ msgid "P. Policy page link"
798
+ msgstr ""
799
+
800
+ #: views/settings.php:662
801
+ msgid "P. Policy link target"
802
+ msgstr ""
803
+
804
+ #: views/settings.php:668
805
+ msgid "Choose how the link will open."
806
+ msgstr ""
807
+
808
+ #: views/settings.php:673
809
+ msgid "Contact form 'tail'"
810
+ msgstr ""
811
+
812
+ #: views/settings.php:677 views/settings.php:686
813
+ msgid "This will be shown together with the acceptance checkbox below the form"
814
+ msgstr ""
815
+
816
+ #: views/settings.php:682
817
+ msgid "Subscribe form 'tail'"
818
+ msgstr ""
819
+
820
  #: views/sidebar.php:3
821
  msgid "Plugin Info"
822
  msgstr "Informacje o wtyczce"
845
  msgid "Resources"
846
  msgstr "Źródła"
847
 
848
+ #~ msgid "You have %d subscriber(s)"
849
+ #~ msgstr "Obecne subskrypcje: %d."
850
+
851
  #~ msgid ""
852
  #~ "Adds a splash page to your site that lets visitors know your site is down "
853
  #~ "for maintenance. It's perfect for a coming soon page."
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.1.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-03-02 10:28+0100\n"
6
- "PO-Revision-Date: 2018-03-02 10:28+0100\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.0.6\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;"
@@ -21,53 +21,58 @@ msgstr ""
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPath-1: views\n"
23
  "X-Poedit-SearchPath-2: includes/classes\n"
 
 
 
24
 
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:181
28
  msgid "You do not have access to this resource."
29
  msgstr ""
30
 
31
- # @ wp-maintenance-mode
32
- #: includes/classes/wp-maintenance-mode-admin.php:165 views/settings.php:296
33
  #, php-format
34
- msgid "You have %d subscriber(s)"
35
- msgstr "Você tem %d assinante(s)"
 
 
 
36
 
37
- #: includes/classes/wp-maintenance-mode-admin.php:186
38
  msgid "The nonce field must not be empty."
39
  msgstr ""
40
 
41
- #: includes/classes/wp-maintenance-mode-admin.php:191
42
  msgid "The tab slug must not be empty."
43
  msgstr ""
44
 
45
- #: includes/classes/wp-maintenance-mode-admin.php:196
46
- #: includes/classes/wp-maintenance-mode-admin.php:250
47
  msgid "Security check."
48
  msgstr ""
49
 
50
- #: includes/classes/wp-maintenance-mode-admin.php:202
51
  msgid "The tab slug must exist."
52
  msgstr ""
53
 
54
  # @ wp-maintenance-mode
55
- #: includes/classes/wp-maintenance-mode-admin.php:222
56
  msgid "WP Maintenance Mode"
57
  msgstr "Manutenção Site"
58
 
59
- #: includes/classes/wp-maintenance-mode-admin.php:487
60
  msgid ""
61
  "WPMM: The file data.js could not be written, the bot will not work correctly."
62
  msgstr ""
63
 
64
  # @ wp-maintenance-mode
65
- #: includes/classes/wp-maintenance-mode-admin.php:521
66
  msgid "Settings"
67
  msgstr "Configurações"
68
 
69
  # @ wp-maintenance-mode
70
- #: includes/classes/wp-maintenance-mode-admin.php:540
71
  #, php-format
72
  msgid ""
73
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -76,17 +81,42 @@ msgstr ""
76
  "O modo de manutenção está <strong>ativo</strong>. Por favor, não se esqueça "
77
  "de<a href=\"%s\"> desativar</a> assim que estiver pronto."
78
 
79
- #: includes/classes/wp-maintenance-mode-admin.php:577
80
  msgid "Notice key cannot be empty."
81
  msgstr ""
82
 
83
- #: includes/classes/wp-maintenance-mode-admin.php:625
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
  # @ wp-maintenance-mode
91
  #: includes/classes/wp-maintenance-mode.php:101
92
  #: includes/classes/wp-maintenance-mode.php:102
@@ -107,75 +137,93 @@ msgstr ""
107
  msgid "Notify me when it's ready"
108
  msgstr "Notifique-me quando estiver pronto"
109
 
110
- #: includes/classes/wp-maintenance-mode.php:145
111
  msgid ""
112
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
113
  "your assistant here."
114
  msgstr ""
115
 
116
- #: includes/classes/wp-maintenance-mode.php:146
117
  msgid "I have just a few questions."
118
  msgstr ""
119
 
120
- #: includes/classes/wp-maintenance-mode.php:147
121
  msgid "What is your name?"
122
  msgstr ""
123
 
124
- #: includes/classes/wp-maintenance-mode.php:148
125
  msgid "Nice to meet you here, {visitor_name}!"
126
  msgstr ""
127
 
128
- #: includes/classes/wp-maintenance-mode.php:149
129
  msgid "How you can see, our website will be lauched very soon."
130
  msgstr ""
131
 
132
- #: includes/classes/wp-maintenance-mode.php:150
133
  msgid ""
134
  "I know, you are very excited to see it, but we need a few days to finish it."
135
  msgstr ""
136
 
137
- #: includes/classes/wp-maintenance-mode.php:151
138
  msgid "Would you like to be first to see it?"
139
  msgstr ""
140
 
141
- #: includes/classes/wp-maintenance-mode.php:152
142
  msgid ""
143
  "Cool! Please leave your email here and I will send you a message when it's "
144
  "ready."
145
  msgstr ""
146
 
147
- #: includes/classes/wp-maintenance-mode.php:153
148
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
149
  msgstr ""
150
 
151
- #: includes/classes/wp-maintenance-mode.php:154
152
  msgid "Got it! Thank you and see you soon here!"
153
  msgstr ""
154
 
155
- #: includes/classes/wp-maintenance-mode.php:155
156
  msgid "Have a great day!"
157
  msgstr ""
158
 
159
- #: includes/classes/wp-maintenance-mode.php:158
160
- #: includes/classes/wp-maintenance-mode.php:592
161
  msgid "Type your name here…"
162
  msgstr ""
163
 
164
- #: includes/classes/wp-maintenance-mode.php:159
165
  msgid "Tell me more"
166
  msgstr ""
167
 
168
- #: includes/classes/wp-maintenance-mode.php:160
169
  msgid "Boring"
170
  msgstr ""
171
 
172
- #: includes/classes/wp-maintenance-mode.php:161
173
- #: includes/classes/wp-maintenance-mode.php:593
174
  msgid "Type your email here…"
175
  msgstr ""
176
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
177
  # @ wp-maintenance-mode
178
- #: includes/classes/wp-maintenance-mode.php:286
179
  #, php-format
180
  msgid ""
181
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
@@ -185,49 +233,48 @@ msgstr ""
185
  "\">configurações</a>."
186
 
187
  # @ wp-maintenance-mode
188
- #: includes/classes/wp-maintenance-mode.php:488
189
- #: includes/classes/wp-maintenance-mode.php:502
190
  msgid "Maintenance Mode"
191
  msgstr "Modo de Manutenção"
192
 
193
- #: includes/classes/wp-maintenance-mode.php:589
194
  msgid "Please type in your name."
195
  msgstr ""
196
 
197
  # @ wp-maintenance-mode
198
- #: includes/classes/wp-maintenance-mode.php:590
199
  #, fuzzy
200
- #| msgid "Please enter a valid email address."
201
  msgid "Please type in a valid email address."
202
  msgstr "Por favor insira um endereço de e-mail válido."
203
 
204
  # @ wp-maintenance-mode
205
- #: includes/classes/wp-maintenance-mode.php:594 views/maintenance.php:130
206
  msgid "Send"
207
  msgstr "Enviar"
208
 
209
  # @ wp-maintenance-mode
210
- #: includes/classes/wp-maintenance-mode.php:788
211
- #: includes/classes/wp-maintenance-mode.php:822 views/maintenance.php:121
212
  msgid "Please enter a valid email address."
213
  msgstr "Por favor insira um endereço de e-mail válido."
214
 
215
- #: includes/classes/wp-maintenance-mode.php:800
216
  msgid "You successfully subscribed. Thanks!"
217
  msgstr ""
218
 
219
  # @ wp-maintenance-mode
220
- #: includes/classes/wp-maintenance-mode.php:818
221
  msgid "All fields required."
222
  msgstr "Todos os campos são obrigatórios."
223
 
224
  # @ wp-maintenance-mode
225
- #: includes/classes/wp-maintenance-mode.php:830
226
  msgid "Message via contact"
227
  msgstr "Mensagem via contato"
228
 
229
  # @ wp-maintenance-mode
230
- #: includes/classes/wp-maintenance-mode.php:844
231
  msgid "Your email was sent to the website administrator. Thanks!"
232
  msgstr "Seu e-mail foi enviado ao administrador do site. Obrigado!"
233
 
@@ -253,41 +300,45 @@ msgid "Login"
253
  msgstr ""
254
 
255
  # @ wp-maintenance-mode
256
- #: views/maintenance.php:72
257
  msgid "your e-mail..."
258
  msgstr "digite seu e-mail..."
259
 
260
  # @ wp-maintenance-mode
261
- #: views/maintenance.php:73 views/settings.php:271
262
  msgid "Subscribe"
263
  msgstr "Assinante"
264
 
 
 
 
 
 
 
 
 
 
265
  # @ wp-maintenance-mode
266
- #: views/maintenance.php:120 views/sidebar.php:7
267
  msgid "Name"
268
  msgstr "Nome"
269
 
270
- #: views/maintenance.php:120 views/maintenance.php:121
271
- #: views/maintenance.php:126
272
- msgid "This field is required."
273
- msgstr ""
274
-
275
  # @ wp-maintenance-mode
276
- #: views/maintenance.php:121
277
  msgid "E-mail"
278
  msgstr "E-mail"
279
 
280
  # @ wp-maintenance-mode
281
- #: views/maintenance.php:126
282
  msgid "Your message"
283
  msgstr "Sua mensagem"
284
 
285
  # @ wp-maintenance-mode
286
- #: views/maintenance.php:137
287
  msgid "Contact us"
288
  msgstr "Contato"
289
 
290
- #: views/maintenance.php:142
291
  msgid "Dashboard"
292
  msgstr ""
293
 
@@ -330,78 +381,82 @@ msgstr "Módulos"
330
  msgid "Manage Bot"
331
  msgstr ""
332
 
 
 
 
 
333
  # @ wp-maintenance-mode
334
- #: views/settings.php:25 views/settings.php:454
335
  msgid "Status"
336
  msgstr "Status"
337
 
338
  # @ wp-maintenance-mode
339
- #: views/settings.php:27 views/settings.php:457
340
  msgid "Activated"
341
  msgstr "Ativado"
342
 
343
  # @ wp-maintenance-mode
344
- #: views/settings.php:28 views/settings.php:458
345
  msgid "Deactivated"
346
  msgstr "Desativado"
347
 
348
  # @ wp-maintenance-mode
349
- #: views/settings.php:32
350
  msgid "Bypass for Search Bots"
351
  msgstr "Bypass para robôs de busca"
352
 
353
  # @ wp-maintenance-mode
354
- #: views/settings.php:35 views/settings.php:105 views/settings.php:115
355
- #: views/settings.php:243 views/settings.php:279 views/settings.php:317
356
- #: views/settings.php:385 views/settings.php:417
357
  msgid "Yes"
358
  msgstr "Sim"
359
 
360
  # @ wp-maintenance-mode
361
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
362
- #: views/settings.php:244 views/settings.php:280 views/settings.php:318
363
- #: views/settings.php:386 views/settings.php:418
364
  msgid "No"
365
  msgstr "Não"
366
 
367
  # @ wp-maintenance-mode
368
- #: views/settings.php:38
369
  msgid "Allow Search Bots to bypass maintenance mode?"
370
  msgstr "Deixe que os robôs para ignorar o modo de manutenção?"
371
 
372
  # @ wp-maintenance-mode
373
- #: views/settings.php:42
374
  msgid "Backend Role"
375
  msgstr ""
376
 
377
- #: views/settings.php:44 views/settings.php:60
378
  msgid "Select role(s)"
379
  msgstr ""
380
 
381
- #: views/settings.php:54
382
  msgid ""
383
  "Which user role is allowed to access the backend of this blog? "
384
  "Administrators will always have access."
385
  msgstr ""
386
 
387
  # @ wp-maintenance-mode
388
- #: views/settings.php:58
389
  msgid "Frontend Role"
390
  msgstr ""
391
 
392
- #: views/settings.php:70
393
  msgid ""
394
  "Which user role is allowed to access the frontend of this blog? "
395
  "Administrators will always have access."
396
  msgstr ""
397
 
398
  # @ wp-maintenance-mode
399
- #: views/settings.php:74
400
  msgid "Robots Meta Tag"
401
  msgstr "Meta Tag Robots "
402
 
403
  # @ wp-maintenance-mode
404
- #: views/settings.php:80
405
  msgid ""
406
  "The robots meta tag lets you use a granular, page-specific approach to "
407
  "control how an individual page should be indexed and served to users in "
@@ -412,11 +467,11 @@ msgstr ""
412
  "serviu para os usuários em resultados de pesquisa."
413
 
414
  # @ wp-maintenance-mode
415
- #: views/settings.php:84
416
  msgid "Redirection"
417
  msgstr "Redirecionamento"
418
 
419
- #: views/settings.php:87
420
  msgid ""
421
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
422
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
@@ -424,12 +479,12 @@ msgid ""
424
  msgstr ""
425
 
426
  # @ wp-maintenance-mode
427
- #: views/settings.php:91
428
  msgid "Exclude"
429
  msgstr "Excluir"
430
 
431
  # @ wp-maintenance-mode
432
- #: views/settings.php:98
433
  msgid ""
434
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
435
  "IP per line!"
@@ -438,349 +493,407 @@ msgstr ""
438
  "manutenção. Adicionar uma lesma / IP por linha!"
439
 
440
  # @ wp-maintenance-mode
441
- #: views/settings.php:102
442
  msgid "Notice"
443
  msgstr "Aviso"
444
 
445
  # @ wp-maintenance-mode
446
- #: views/settings.php:108
447
  msgid "Do you want to see notices when maintenance mode is activated?"
448
  msgstr "Você quer ver os avisos de quando o modo de manutenção está ativado?"
449
 
450
- #: views/settings.php:112
451
  msgid "Dashboard link"
452
  msgstr ""
453
 
454
  # @ wp-maintenance-mode
455
- #: views/settings.php:118
456
  msgid ""
457
  "Do you want to add a link to the dashboard on your maintenance mode page?"
458
  msgstr ""
459
 
460
  # @ wp-maintenance-mode
461
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
462
- #: views/settings.php:612
463
  msgid "Save settings"
464
  msgstr ""
465
 
466
  # @ wp-maintenance-mode
467
- #: views/settings.php:127 views/settings.php:230 views/settings.php:435
468
- #: views/settings.php:613
469
  msgid "Reset settings"
470
  msgstr ""
471
 
472
  # @ wp-maintenance-mode
473
- #: views/settings.php:132
474
  msgid "Content"
475
  msgstr "Conteúdo"
476
 
477
  # @ wp-maintenance-mode
478
- #: views/settings.php:137
479
  msgid "Title (HTML tag)"
480
  msgstr "Título (HTML Tag)"
481
 
482
  # @ wp-maintenance-mode
483
- #: views/settings.php:143
484
  msgid "Heading"
485
  msgstr "Título H1 da Página"
486
 
487
  # @ wp-maintenance-mode
488
- #: views/settings.php:150 views/settings.php:285
489
  msgid "Text"
490
  msgstr "Mensagem"
491
 
 
 
 
 
492
  # @ wp-maintenance-mode
493
- #: views/settings.php:170
494
  msgid "Background"
495
  msgstr "Fundo"
496
 
497
  # @ wp-maintenance-mode
498
- #: views/settings.php:175
499
  msgid "Choose type"
500
  msgstr "Escolha o tipo de"
501
 
502
  # @ wp-maintenance-mode
503
- #: views/settings.php:178
504
  msgid "Custom color"
505
  msgstr "Cor personalizada"
506
 
507
  # @ wp-maintenance-mode
508
- #: views/settings.php:179
509
  msgid "Uploaded background"
510
  msgstr "Enviar Imagem Fundo"
511
 
512
  # @ wp-maintenance-mode
513
- #: views/settings.php:180
514
  msgid "Predefined background"
515
  msgstr "Imagem Pré-definida"
516
 
517
  # @ wp-maintenance-mode
518
- #: views/settings.php:185
519
  msgid "Choose color"
520
  msgstr "Escolha cor"
521
 
522
  # @ wp-maintenance-mode
523
- #: views/settings.php:191
524
  msgid "Upload background"
525
  msgstr "Enviar Imagem de Fundo"
526
 
527
  # @ wp-maintenance-mode
528
- #: views/settings.php:195
529
  msgid "Backgrounds should have 1920x1280 px size."
530
  msgstr "A Imagem devem ter tamanho 1920x1280px."
531
 
532
  # @ wp-maintenance-mode
533
- #: views/settings.php:200
534
  msgid "Choose background"
535
  msgstr "Escolha o fundo"
536
 
537
- #: views/settings.php:202
538
  #, php-format
539
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
540
  msgstr ""
541
 
542
  # @ wp-maintenance-mode
543
- #: views/settings.php:235
544
  msgid "Countdown"
545
  msgstr "Contagem Regressiva"
546
 
547
  # @ wp-maintenance-mode
548
- #: views/settings.php:240
549
  msgid "Show countdown?"
550
  msgstr "Mostrar contagem regressiva?"
551
 
552
  # @ wp-maintenance-mode
553
- #: views/settings.php:249
554
  msgid "Start date"
555
  msgstr "Data Inicial"
556
 
557
  # @ wp-maintenance-mode
558
- #: views/settings.php:255
559
  msgid "Countdown (remaining time)"
560
  msgstr "Contagem regressiva (tempo restante)"
561
 
562
  # @ wp-maintenance-mode
563
- #: views/settings.php:257
564
  msgid "Days"
565
  msgstr "Dias"
566
 
567
  # @ wp-maintenance-mode
568
- #: views/settings.php:258
569
  msgid "Hours"
570
  msgstr "Horas"
571
 
572
  # @ wp-maintenance-mode
573
- #: views/settings.php:259
574
  msgid "Minutes"
575
  msgstr "Minutos"
576
 
577
  # @ wp-maintenance-mode
578
- #: views/settings.php:263
579
  msgid "Color"
580
  msgstr "Cor"
581
 
582
  # @ wp-maintenance-mode
583
- #: views/settings.php:276
584
  msgid "Show subscribe?"
585
  msgstr "Mostrar Assinatura?"
586
 
587
  # @ wp-maintenance-mode
588
- #: views/settings.php:292
589
  msgid "Stats"
590
  msgstr "Estatísticas"
591
 
 
 
 
 
 
 
 
 
592
  # @ wp-maintenance-mode
593
- #: views/settings.php:301
594
  msgid "Export as CSV"
595
  msgstr "Exportar para CSV"
596
 
597
- #: views/settings.php:302
598
  msgid "Empty subscribers list"
599
  msgstr ""
600
 
601
  # @ wp-maintenance-mode
602
- #: views/settings.php:309
603
  msgid "Social Networks"
604
  msgstr "Rede Sociais"
605
 
606
  # @ wp-maintenance-mode
607
- #: views/settings.php:314
608
  msgid "Show social networks?"
609
  msgstr "Mostrar Rede Sociais?"
610
 
611
- #: views/settings.php:323
612
  msgid "Links target?"
613
  msgstr ""
614
 
615
- #: views/settings.php:326
616
  msgid "New page"
617
  msgstr ""
618
 
619
- #: views/settings.php:327
620
  msgid "Same page"
621
  msgstr ""
622
 
623
- #: views/settings.php:329
624
  msgid "Choose how the links will open."
625
  msgstr ""
626
 
627
  # @ wp-maintenance-mode
628
- #: views/settings.php:377
629
  msgid "Contact"
630
  msgstr "Contato"
631
 
632
  # @ wp-maintenance-mode
633
- #: views/settings.php:382
634
  msgid "Show contact?"
635
  msgstr "Mostrar Contato?"
636
 
637
  # @ wp-maintenance-mode
638
- #: views/settings.php:391
639
  msgid "Email address"
640
  msgstr "Endereço de E-mail"
641
 
642
  # @ wp-maintenance-mode
643
- #: views/settings.php:397
644
  msgid "Effects"
645
  msgstr "Efeitos"
646
 
647
- #: views/settings.php:400
648
  msgid "Move top - Move bottom"
649
  msgstr ""
650
 
651
- #: views/settings.php:401
652
  msgid "Zoom - Zoomed"
653
  msgstr ""
654
 
655
- #: views/settings.php:402
656
  msgid "Fold - Unfold"
657
  msgstr ""
658
 
659
- #: views/settings.php:409
660
  msgid "Google Analytics"
661
  msgstr ""
662
 
663
- #: views/settings.php:414
664
  msgid "Use Google Analytics?"
665
  msgstr ""
666
 
667
- #: views/settings.php:423
 
 
 
 
668
  msgid "Tracking code"
669
  msgstr ""
670
 
671
- #: views/settings.php:426
672
  msgid ""
673
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
674
  msgstr ""
675
 
676
- #: views/settings.php:444 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
  # @ wp-maintenance-mode
695
- #: views/settings.php:462
696
  #, fuzzy
697
- #| msgid "Name"
698
  msgid "Bot Name"
699
  msgstr "Nome"
700
 
701
- #: views/settings.php:465
702
  msgid "This name will appear when the bot is typing."
703
  msgstr ""
704
 
705
  # @ wp-maintenance-mode
706
- #: views/settings.php:469
707
  #, fuzzy
708
- #| msgid "Upload background"
709
  msgid "Upload avatar"
710
  msgstr "Enviar Imagem de Fundo"
711
 
712
- #: views/settings.php:473
713
  msgid "A 512 x 512 px will work just fine."
714
  msgstr ""
715
 
716
- #: views/settings.php:479
717
  msgid "Customize Messages"
718
  msgstr ""
719
 
720
- #: views/settings.php:484
721
  msgid "Message 1"
722
  msgstr ""
723
 
724
- #: views/settings.php:492
725
  msgid "Message 2"
726
  msgstr ""
727
 
728
- #: views/settings.php:500
729
  msgid "Message 3"
730
  msgstr ""
731
 
732
- #: views/settings.php:508 views/settings.php:548 views/settings.php:570
733
  msgid "Response"
734
  msgstr ""
735
 
736
- #: views/settings.php:512 views/settings.php:574
737
  msgid "Edit the placeholder's text"
738
  msgstr ""
739
 
740
- #: views/settings.php:516
741
  msgid "Message 4"
742
  msgstr ""
743
 
744
- #: views/settings.php:524
745
  msgid "Message 5"
746
  msgstr ""
747
 
748
- #: views/settings.php:532
749
  msgid "Message 6"
750
  msgstr ""
751
 
752
- #: views/settings.php:540
753
  msgid "Message 7"
754
  msgstr ""
755
 
756
- #: views/settings.php:552
757
  msgid "Edit button one"
758
  msgstr ""
759
 
760
- #: views/settings.php:556
761
  msgid "Edit button two"
762
  msgstr ""
763
 
764
- #: views/settings.php:562 views/settings.php:578
765
  msgid "Message 8"
766
  msgstr ""
767
 
768
- #: views/settings.php:562 views/settings.php:586 views/settings.php:594
769
  msgid "(click on button one)"
770
  msgstr ""
771
 
772
- #: views/settings.php:578
773
  msgid "(click on button two)"
774
  msgstr ""
775
 
776
- #: views/settings.php:586
777
  msgid "Message 9"
778
  msgstr ""
779
 
780
- #: views/settings.php:594
781
  msgid "Message 10"
782
  msgstr ""
783
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
784
  # @ wp-maintenance-mode
785
  #: views/sidebar.php:3
786
  msgid "Plugin Info"
@@ -815,6 +928,10 @@ msgstr ""
815
  msgid "Resources"
816
  msgstr "Recursos"
817
 
 
 
 
 
818
  # @ wp-maintenance-mode
819
  #~ msgid "You successfuly subscribed. Thanks!"
820
  #~ msgstr "Você foi inscrito com sucesso. Obrigado!"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode v2.2.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-11-26 19:16+0200\n"
6
+ "PO-Revision-Date: 2018-11-26 19:16+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 1.8.8\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;"
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPath-1: views\n"
23
  "X-Poedit-SearchPath-2: includes/classes\n"
24
+ "X-Poedit-SearchPathExcluded-0: .git\n"
25
+ "X-Poedit-SearchPathExcluded-1: assets\n"
26
+ "X-Poedit-SearchPathExcluded-2: node_modules\n"
27
 
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
 
34
+ #: includes/classes/wp-maintenance-mode-admin.php:165
 
35
  #, php-format
36
+ msgctxt "ajax response"
37
+ msgid "You have %d subscriber"
38
+ msgid_plural "You have %s subscribers"
39
+ msgstr[0] ""
40
+ msgstr[1] ""
41
 
42
+ #: includes/classes/wp-maintenance-mode-admin.php:187
43
  msgid "The nonce field must not be empty."
44
  msgstr ""
45
 
46
+ #: includes/classes/wp-maintenance-mode-admin.php:192
47
  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
 
55
+ #: includes/classes/wp-maintenance-mode-admin.php:203
56
  msgid "The tab slug must exist."
57
  msgstr ""
58
 
59
  # @ wp-maintenance-mode
60
+ #: includes/classes/wp-maintenance-mode-admin.php:223
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
  "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 "
117
+ "your privacy policy page."
118
+ msgstr ""
119
+
120
  # @ wp-maintenance-mode
121
  #: includes/classes/wp-maintenance-mode.php:101
122
  #: includes/classes/wp-maintenance-mode.php:102
137
  msgid "Notify me when it's ready"
138
  msgstr "Notifique-me quando estiver pronto"
139
 
140
+ #: includes/classes/wp-maintenance-mode.php:147
141
  msgid ""
142
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
143
  "your assistant here."
144
  msgstr ""
145
 
146
+ #: includes/classes/wp-maintenance-mode.php:148
147
  msgid "I have just a few questions."
148
  msgstr ""
149
 
150
+ #: includes/classes/wp-maintenance-mode.php:149
151
  msgid "What is your name?"
152
  msgstr ""
153
 
154
+ #: includes/classes/wp-maintenance-mode.php:150
155
  msgid "Nice to meet you here, {visitor_name}!"
156
  msgstr ""
157
 
158
+ #: includes/classes/wp-maintenance-mode.php:151
159
  msgid "How you can see, our website will be lauched very soon."
160
  msgstr ""
161
 
162
+ #: includes/classes/wp-maintenance-mode.php:152
163
  msgid ""
164
  "I know, you are very excited to see it, but we need a few days to finish it."
165
  msgstr ""
166
 
167
+ #: includes/classes/wp-maintenance-mode.php:153
168
  msgid "Would you like to be first to see it?"
169
  msgstr ""
170
 
171
+ #: includes/classes/wp-maintenance-mode.php:154
172
  msgid ""
173
  "Cool! Please leave your email here and I will send you a message when it's "
174
  "ready."
175
  msgstr ""
176
 
177
+ #: includes/classes/wp-maintenance-mode.php:155
178
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
179
  msgstr ""
180
 
181
+ #: includes/classes/wp-maintenance-mode.php:156
182
  msgid "Got it! Thank you and see you soon here!"
183
  msgstr ""
184
 
185
+ #: includes/classes/wp-maintenance-mode.php:157
186
  msgid "Have a great day!"
187
  msgstr ""
188
 
189
+ #: includes/classes/wp-maintenance-mode.php:160
190
+ #: includes/classes/wp-maintenance-mode.php:645
191
  msgid "Type your name here…"
192
  msgstr ""
193
 
194
+ #: includes/classes/wp-maintenance-mode.php:161
195
  msgid "Tell me more"
196
  msgstr ""
197
 
198
+ #: includes/classes/wp-maintenance-mode.php:162
199
  msgid "Boring"
200
  msgstr ""
201
 
202
+ #: includes/classes/wp-maintenance-mode.php:163
203
+ #: includes/classes/wp-maintenance-mode.php:646
204
  msgid "Type your email here…"
205
  msgstr ""
206
 
207
+ #: includes/classes/wp-maintenance-mode.php:169
208
+ msgid "Privacy Policy"
209
+ msgstr ""
210
+
211
+ #: includes/classes/wp-maintenance-mode.php:172
212
+ msgid ""
213
+ "This form collects your name and email so that we can reach you back. Check "
214
+ "out our <a href=\"#\">Privacy Policy</a> page to fully understand how we "
215
+ "protect and manage your submitted data."
216
+ msgstr ""
217
+
218
+ #: includes/classes/wp-maintenance-mode.php:173
219
+ msgid ""
220
+ "This form collects your email so that we can add you to our newsletter list. "
221
+ "Check out our <a href=\"#\">Privacy Policy</a> page to fully understand how "
222
+ "we protect and manage your submitted data."
223
+ msgstr ""
224
+
225
  # @ wp-maintenance-mode
226
+ #: includes/classes/wp-maintenance-mode.php:296
227
  #, php-format
228
  msgid ""
229
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
233
  "\">configurações</a>."
234
 
235
  # @ wp-maintenance-mode
236
+ #: includes/classes/wp-maintenance-mode.php:542
237
+ #: includes/classes/wp-maintenance-mode.php:556
238
  msgid "Maintenance Mode"
239
  msgstr "Modo de Manutenção"
240
 
241
+ #: includes/classes/wp-maintenance-mode.php:642
242
  msgid "Please type in your name."
243
  msgstr ""
244
 
245
  # @ wp-maintenance-mode
246
+ #: includes/classes/wp-maintenance-mode.php:643
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:647 views/maintenance.php:161
253
  msgid "Send"
254
  msgstr "Enviar"
255
 
256
  # @ wp-maintenance-mode
257
+ #: includes/classes/wp-maintenance-mode.php:858
258
+ #: includes/classes/wp-maintenance-mode.php:892 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:870
263
  msgid "You successfully subscribed. Thanks!"
264
  msgstr ""
265
 
266
  # @ wp-maintenance-mode
267
+ #: includes/classes/wp-maintenance-mode.php:888
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:900
273
  msgid "Message via contact"
274
  msgstr "Mensagem via contato"
275
 
276
  # @ wp-maintenance-mode
277
+ #: includes/classes/wp-maintenance-mode.php:917
278
  msgid "Your email was sent to the website administrator. Thanks!"
279
  msgstr "Seu e-mail foi enviado ao administrador do site. Obrigado!"
280
 
300
  msgstr ""
301
 
302
  # @ wp-maintenance-mode
303
+ #: views/maintenance.php:74
304
  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
 
312
+ #: views/maintenance.php:80 views/maintenance.php:139 views/maintenance.php:140
313
+ #: views/maintenance.php:145 views/maintenance.php:152
314
+ msgid "This field is required."
315
+ msgstr ""
316
+
317
+ #: views/maintenance.php:82 views/maintenance.php:154
318
+ msgid "I've read and agree with the site's privacy policy"
319
+ msgstr ""
320
+
321
  # @ wp-maintenance-mode
322
+ #: views/maintenance.php:139 views/sidebar.php:7
323
  msgid "Name"
324
  msgstr "Nome"
325
 
 
 
 
 
 
326
  # @ wp-maintenance-mode
327
+ #: views/maintenance.php:140
328
  msgid "E-mail"
329
  msgstr "E-mail"
330
 
331
  # @ wp-maintenance-mode
332
+ #: views/maintenance.php:145
333
  msgid "Your message"
334
  msgstr "Sua mensagem"
335
 
336
  # @ wp-maintenance-mode
337
+ #: views/maintenance.php:168
338
  msgid "Contact us"
339
  msgstr "Contato"
340
 
341
+ #: views/maintenance.php:175
342
  msgid "Dashboard"
343
  msgstr ""
344
 
381
  msgid "Manage Bot"
382
  msgstr ""
383
 
384
+ #: views/settings.php:17
385
+ msgid "GDPR"
386
+ msgstr ""
387
+
388
  # @ wp-maintenance-mode
389
+ #: views/settings.php:26 views/settings.php:469 views/settings.php:636
390
  msgid "Status"
391
  msgstr "Status"
392
 
393
  # @ wp-maintenance-mode
394
+ #: views/settings.php:28 views/settings.php:472 views/settings.php:638
395
  msgid "Activated"
396
  msgstr "Ativado"
397
 
398
  # @ wp-maintenance-mode
399
+ #: views/settings.php:29 views/settings.php:473 views/settings.php:639
400
  msgid "Deactivated"
401
  msgstr "Desativado"
402
 
403
  # @ wp-maintenance-mode
404
+ #: views/settings.php:33
405
  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
 
422
  # @ wp-maintenance-mode
423
+ #: views/settings.php:39
424
  msgid "Allow Search Bots to bypass maintenance mode?"
425
  msgstr "Deixe que os robôs para ignorar o modo de manutenção?"
426
 
427
  # @ wp-maintenance-mode
428
+ #: views/settings.php:43
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
  "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
  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
  "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:621 views/settings.php:694
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:622 views/settings.php:695
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"
655
+ msgid_plural "You have %s subscribers"
656
+ 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:665
683
  msgid "New page"
684
  msgstr ""
685
 
686
+ #: views/settings.php:329 views/settings.php:666
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
  # @ wp-maintenance-mode
766
+ #: views/settings.php:477
767
  #, fuzzy
 
768
  msgid "Bot Name"
769
  msgstr "Nome"
770
 
771
+ #: views/settings.php:480
772
  msgid "This name will appear when the bot is typing."
773
  msgstr ""
774
 
775
  # @ wp-maintenance-mode
776
+ #: views/settings.php:484
777
  #, fuzzy
 
778
  msgid "Upload avatar"
779
  msgstr "Enviar Imagem de Fundo"
780
 
781
+ #: views/settings.php:488
782
  msgid "A 512 x 512 px will work just fine."
783
  msgstr ""
784
 
785
+ #: views/settings.php:494
786
  msgid "Customize Messages"
787
  msgstr ""
788
 
789
+ #: views/settings.php:499
790
  msgid "Message 1"
791
  msgstr ""
792
 
793
+ #: views/settings.php:507
794
  msgid "Message 2"
795
  msgstr ""
796
 
797
+ #: views/settings.php:515
798
  msgid "Message 3"
799
  msgstr ""
800
 
801
+ #: views/settings.php:523 views/settings.php:563 views/settings.php:585
802
  msgid "Response"
803
  msgstr ""
804
 
805
+ #: views/settings.php:527 views/settings.php:589
806
  msgid "Edit the placeholder's text"
807
  msgstr ""
808
 
809
+ #: views/settings.php:531
810
  msgid "Message 4"
811
  msgstr ""
812
 
813
+ #: views/settings.php:539
814
  msgid "Message 5"
815
  msgstr ""
816
 
817
+ #: views/settings.php:547
818
  msgid "Message 6"
819
  msgstr ""
820
 
821
+ #: views/settings.php:555
822
  msgid "Message 7"
823
  msgstr ""
824
 
825
+ #: views/settings.php:567
826
  msgid "Edit button one"
827
  msgstr ""
828
 
829
+ #: views/settings.php:571
830
  msgid "Edit button two"
831
  msgstr ""
832
 
833
+ #: views/settings.php:577 views/settings.php:593
834
  msgid "Message 8"
835
  msgstr ""
836
 
837
+ #: views/settings.php:577 views/settings.php:601 views/settings.php:609
838
  msgid "(click on button one)"
839
  msgstr ""
840
 
841
+ #: views/settings.php:593
842
  msgid "(click on button two)"
843
  msgstr ""
844
 
845
+ #: views/settings.php:601
846
  msgid "Message 9"
847
  msgstr ""
848
 
849
+ #: views/settings.php:609
850
  msgid "Message 10"
851
  msgstr ""
852
 
853
+ #: views/settings.php:631
854
+ msgid ""
855
+ "To make the plugin GDPR compliant, fill in the details and enable this "
856
+ "section."
857
+ msgstr ""
858
+
859
+ #: views/settings.php:632
860
+ msgid ""
861
+ "Here we added some generic texts that you may want to review, change or "
862
+ "remove."
863
+ msgstr ""
864
+
865
+ #: views/settings.php:644
866
+ msgid "Link name"
867
+ msgstr ""
868
+
869
+ #: views/settings.php:648
870
+ msgid "Label the link that will be shown on frontend footer"
871
+ msgstr ""
872
+
873
+ #: views/settings.php:653
874
+ msgid "P. Policy page link"
875
+ msgstr ""
876
+
877
+ #: views/settings.php:662
878
+ msgid "P. Policy link target"
879
+ msgstr ""
880
+
881
+ #: views/settings.php:668
882
+ msgid "Choose how the link will open."
883
+ msgstr ""
884
+
885
+ #: views/settings.php:673
886
+ msgid "Contact form 'tail'"
887
+ msgstr ""
888
+
889
+ #: views/settings.php:677 views/settings.php:686
890
+ msgid "This will be shown together with the acceptance checkbox below the form"
891
+ msgstr ""
892
+
893
+ #: views/settings.php:682
894
+ msgid "Subscribe form 'tail'"
895
+ msgstr ""
896
+
897
  # @ wp-maintenance-mode
898
  #: views/sidebar.php:3
899
  msgid "Plugin Info"
928
  msgid "Resources"
929
  msgstr "Recursos"
930
 
931
+ # @ wp-maintenance-mode
932
+ #~ msgid "You have %d subscriber(s)"
933
+ #~ msgstr "Você tem %d assinante(s)"
934
+
935
  # @ wp-maintenance-mode
936
  #~ msgid "You successfuly subscribed. Thanks!"
937
  #~ msgstr "Você foi inscrito com sucesso. Obrigado!"
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.1.1\n"
4
- "POT-Creation-Date: 2018-03-02 10:28+0100\n"
5
- "PO-Revision-Date: 2018-03-02 10:28+0100\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.0.6\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -18,50 +18,56 @@ msgstr ""
18
  "esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
19
  "X-Poedit-WPHeader: wp-maintenance-mode.php\n"
20
  "X-Poedit-SearchPath-0: .\n"
 
 
 
21
 
22
  #: includes/classes/wp-maintenance-mode-admin.php:121
23
  #: includes/classes/wp-maintenance-mode-admin.php:159
24
- #: includes/classes/wp-maintenance-mode-admin.php:181
25
  msgid "You do not have access to this resource."
26
  msgstr "Não tem permissão para aceder a este recurso."
27
 
28
- #: includes/classes/wp-maintenance-mode-admin.php:165 views/settings.php:296
29
  #, php-format
30
- msgid "You have %d subscriber(s)"
31
- msgstr "Tem %d subscritor(es)"
 
 
 
32
 
33
- #: includes/classes/wp-maintenance-mode-admin.php:186
34
  msgid "The nonce field must not be empty."
35
  msgstr "O campo nonce não pode estar vazio."
36
 
37
- #: includes/classes/wp-maintenance-mode-admin.php:191
38
  msgid "The tab slug must not be empty."
39
  msgstr "A slug do separador não pode estar vazia."
40
 
41
- #: includes/classes/wp-maintenance-mode-admin.php:196
42
- #: includes/classes/wp-maintenance-mode-admin.php:250
43
  msgid "Security check."
44
  msgstr "Verificação de segurança."
45
 
46
- #: includes/classes/wp-maintenance-mode-admin.php:202
47
  msgid "The tab slug must exist."
48
  msgstr "A slug do separador tem que existir."
49
 
50
  #. Plugin Name of the plugin/theme
51
- #: includes/classes/wp-maintenance-mode-admin.php:222
52
  msgid "WP Maintenance Mode"
53
  msgstr "WP Maintenance Mode"
54
 
55
- #: includes/classes/wp-maintenance-mode-admin.php:487
56
  msgid ""
57
  "WPMM: The file data.js could not be written, the bot will not work correctly."
58
  msgstr ""
59
 
60
- #: includes/classes/wp-maintenance-mode-admin.php:521
61
  msgid "Settings"
62
  msgstr "Definições"
63
 
64
- #: includes/classes/wp-maintenance-mode-admin.php:540
65
  #, php-format
66
  msgid ""
67
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -70,11 +76,11 @@ msgstr ""
70
  "O modo de manutenção está <strong>activo</strong>. Por favor não se esqueça "
71
  "de <a href=\"%s\">desactivar</a> assim que termine."
72
 
73
- #: includes/classes/wp-maintenance-mode-admin.php:577
74
  msgid "Notice key cannot be empty."
75
  msgstr "A notice key não pode estar vazia."
76
 
77
- #: includes/classes/wp-maintenance-mode-admin.php:625
78
  #, php-format
79
  msgid ""
80
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
@@ -84,6 +90,31 @@ msgstr ""
84
  "classificação de %s. Os criadores do WP Maintenance Mode agradecem-lhe desde "
85
  "já!"
86
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  #: includes/classes/wp-maintenance-mode.php:101
88
  #: includes/classes/wp-maintenance-mode.php:102
89
  msgid "Maintenance mode"
@@ -101,74 +132,92 @@ msgstr ""
101
  msgid "Notify me when it's ready"
102
  msgstr "Notificar-me quando estiver disponível."
103
 
104
- #: includes/classes/wp-maintenance-mode.php:145
105
  msgid ""
106
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
107
  "your assistant here."
108
  msgstr ""
109
 
110
- #: includes/classes/wp-maintenance-mode.php:146
111
  msgid "I have just a few questions."
112
  msgstr ""
113
 
114
- #: includes/classes/wp-maintenance-mode.php:147
115
  msgid "What is your name?"
116
  msgstr ""
117
 
118
- #: includes/classes/wp-maintenance-mode.php:148
119
  msgid "Nice to meet you here, {visitor_name}!"
120
  msgstr ""
121
 
122
- #: includes/classes/wp-maintenance-mode.php:149
123
  msgid "How you can see, our website will be lauched very soon."
124
  msgstr ""
125
 
126
- #: includes/classes/wp-maintenance-mode.php:150
127
  msgid ""
128
  "I know, you are very excited to see it, but we need a few days to finish it."
129
  msgstr ""
130
 
131
- #: includes/classes/wp-maintenance-mode.php:151
132
  msgid "Would you like to be first to see it?"
133
  msgstr ""
134
 
135
- #: includes/classes/wp-maintenance-mode.php:152
136
  msgid ""
137
  "Cool! Please leave your email here and I will send you a message when it's "
138
  "ready."
139
  msgstr ""
140
 
141
- #: includes/classes/wp-maintenance-mode.php:153
142
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
143
  msgstr ""
144
 
145
- #: includes/classes/wp-maintenance-mode.php:154
146
  msgid "Got it! Thank you and see you soon here!"
147
  msgstr ""
148
 
149
- #: includes/classes/wp-maintenance-mode.php:155
150
  msgid "Have a great day!"
151
  msgstr ""
152
 
153
- #: includes/classes/wp-maintenance-mode.php:158
154
- #: includes/classes/wp-maintenance-mode.php:592
155
  msgid "Type your name here…"
156
  msgstr ""
157
 
158
- #: includes/classes/wp-maintenance-mode.php:159
159
  msgid "Tell me more"
160
  msgstr ""
161
 
162
- #: includes/classes/wp-maintenance-mode.php:160
163
  msgid "Boring"
164
  msgstr ""
165
 
166
- #: includes/classes/wp-maintenance-mode.php:161
167
- #: includes/classes/wp-maintenance-mode.php:593
168
  msgid "Type your email here…"
169
  msgstr ""
170
 
171
- #: includes/classes/wp-maintenance-mode.php:286
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
172
  #, php-format
173
  msgid ""
174
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
@@ -177,43 +226,42 @@ msgstr ""
177
  "O plugin WP Maintenance Mode foi reactivado e DEVE rever as suas <a href=\"%s"
178
  "\">definições</a>."
179
 
180
- #: includes/classes/wp-maintenance-mode.php:488
181
- #: includes/classes/wp-maintenance-mode.php:502
182
  msgid "Maintenance Mode"
183
  msgstr "Modo de manutenção"
184
 
185
- #: includes/classes/wp-maintenance-mode.php:589
186
  msgid "Please type in your name."
187
  msgstr ""
188
 
189
- #: includes/classes/wp-maintenance-mode.php:590
190
  #, fuzzy
191
- #| msgid "Please enter a valid email address."
192
  msgid "Please type in a valid email address."
193
  msgstr "Por favor introduza um endereço de email válido."
194
 
195
- #: includes/classes/wp-maintenance-mode.php:594 views/maintenance.php:130
196
  msgid "Send"
197
  msgstr "Enviar"
198
 
199
- #: includes/classes/wp-maintenance-mode.php:788
200
- #: includes/classes/wp-maintenance-mode.php:822 views/maintenance.php:121
201
  msgid "Please enter a valid email address."
202
  msgstr "Por favor introduza um endereço de email válido."
203
 
204
- #: includes/classes/wp-maintenance-mode.php:800
205
  msgid "You successfully subscribed. Thanks!"
206
  msgstr "Subscreveu com sucesso. Obrigado!"
207
 
208
- #: includes/classes/wp-maintenance-mode.php:818
209
  msgid "All fields required."
210
  msgstr "Todos os campos são necessários."
211
 
212
- #: includes/classes/wp-maintenance-mode.php:830
213
  msgid "Message via contact"
214
  msgstr "Mensagem via formulário de contacto"
215
 
216
- #: includes/classes/wp-maintenance-mode.php:844
217
  msgid "Your email was sent to the website administrator. Thanks!"
218
  msgstr "O seu email foi enviado ao administrador do site. Obrigado!"
219
 
@@ -238,36 +286,40 @@ msgstr "Conteúdo:"
238
  msgid "Login"
239
  msgstr "Iniciar sessão"
240
 
241
- #: views/maintenance.php:72
242
  msgid "your e-mail..."
243
  msgstr "o seu email..."
244
 
245
- #: views/maintenance.php:73 views/settings.php:271
246
  msgid "Subscribe"
247
  msgstr "Subscrever"
248
 
249
- #: views/maintenance.php:120 views/sidebar.php:7
250
- msgid "Name"
251
- msgstr "Nome"
252
-
253
- #: views/maintenance.php:120 views/maintenance.php:121
254
- #: views/maintenance.php:126
255
  msgid "This field is required."
256
  msgstr "Este campo é obrigatório."
257
 
258
- #: views/maintenance.php:121
 
 
 
 
 
 
 
 
259
  msgid "E-mail"
260
  msgstr "Email"
261
 
262
- #: views/maintenance.php:126
263
  msgid "Your message"
264
  msgstr "A sua mensagem"
265
 
266
- #: views/maintenance.php:137
267
  msgid "Contact us"
268
  msgstr "Contacte-nos"
269
 
270
- #: views/maintenance.php:142
271
  msgid "Dashboard"
272
  msgstr "Painel de administração"
273
 
@@ -306,47 +358,51 @@ msgstr "Módulos"
306
  msgid "Manage Bot"
307
  msgstr ""
308
 
309
- #: views/settings.php:25 views/settings.php:454
 
 
 
 
310
  msgid "Status"
311
  msgstr "Estado"
312
 
313
- #: views/settings.php:27 views/settings.php:457
314
  msgid "Activated"
315
  msgstr "Activado"
316
 
317
- #: views/settings.php:28 views/settings.php:458
318
  msgid "Deactivated"
319
  msgstr "Desactivado"
320
 
321
- #: views/settings.php:32
322
  msgid "Bypass for Search Bots"
323
  msgstr "Bypass para robôs de pesquisa"
324
 
325
- #: views/settings.php:35 views/settings.php:105 views/settings.php:115
326
- #: views/settings.php:243 views/settings.php:279 views/settings.php:317
327
- #: views/settings.php:385 views/settings.php:417
328
  msgid "Yes"
329
  msgstr "Sim"
330
 
331
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
332
- #: views/settings.php:244 views/settings.php:280 views/settings.php:318
333
- #: views/settings.php:386 views/settings.php:418
334
  msgid "No"
335
  msgstr "Não"
336
 
337
- #: views/settings.php:38
338
  msgid "Allow Search Bots to bypass maintenance mode?"
339
  msgstr "Permitir que os robôs de pesquisa ultrapassem o modo de manutenção?"
340
 
341
- #: views/settings.php:42
342
  msgid "Backend Role"
343
  msgstr "Perfil de utilizador da administração"
344
 
345
- #: views/settings.php:44 views/settings.php:60
346
  msgid "Select role(s)"
347
  msgstr "Seleccione o(s) perfil(s)"
348
 
349
- #: views/settings.php:54
350
  msgid ""
351
  "Which user role is allowed to access the backend of this blog? "
352
  "Administrators will always have access."
@@ -354,11 +410,11 @@ msgstr ""
354
  "Que perfil tem permissão de acesso à administração deste site? Os "
355
  "administradores terão sempre acesso."
356
 
357
- #: views/settings.php:58
358
  msgid "Frontend Role"
359
  msgstr "Perfil de utilizador da frente do site"
360
 
361
- #: views/settings.php:70
362
  msgid ""
363
  "Which user role is allowed to access the frontend of this blog? "
364
  "Administrators will always have access."
@@ -366,11 +422,11 @@ msgstr ""
366
  "Que perfil tem permissão de acesso à frente deste site? Os administradores "
367
  "terão sempre acesso."
368
 
369
- #: views/settings.php:74
370
  msgid "Robots Meta Tag"
371
  msgstr "Metatag para robôs"
372
 
373
- #: views/settings.php:80
374
  msgid ""
375
  "The robots meta tag lets you use a granular, page-specific approach to "
376
  "control how an individual page should be indexed and served to users in "
@@ -380,11 +436,11 @@ msgstr ""
380
  "controlar como cada página individual deve ser indexada e disponibilizada "
381
  "aos utilizadores nos seus resultados de pesquisa."
382
 
383
- #: views/settings.php:84
384
  msgid "Redirection"
385
  msgstr "Redireccionar"
386
 
387
- #: views/settings.php:87
388
  msgid ""
389
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
390
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
@@ -394,11 +450,11 @@ msgstr ""
394
  "administração ou frente do site) para um URL (diferente do URL do painel do "
395
  "WordPress) depois de iniciar a sessão, defina um URL incluindo http://."
396
 
397
- #: views/settings.php:91
398
  msgid "Exclude"
399
  msgstr "Excluir"
400
 
401
- #: views/settings.php:98
402
  msgid ""
403
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
404
  "IP per line!"
@@ -406,318 +462,376 @@ msgstr ""
406
  "Excluir feeds, páginas, arquivos ou IPs do modo de manutenção. Adicionar um "
407
  "URL / IP por cada linha!"
408
 
409
- #: views/settings.php:102
410
  msgid "Notice"
411
  msgstr "Notificações"
412
 
413
- #: views/settings.php:108
414
  msgid "Do you want to see notices when maintenance mode is activated?"
415
  msgstr ""
416
  "Pretende ver notificações enquanto o modo de manutenção estiver activo?"
417
 
418
- #: views/settings.php:112
419
  msgid "Dashboard link"
420
  msgstr "Ligação para o painel de administração"
421
 
422
- #: views/settings.php:118
423
  msgid ""
424
  "Do you want to add a link to the dashboard on your maintenance mode page?"
425
  msgstr ""
426
  "Pretende deixar uma ligação para o painel de administração no seu modo de "
427
  "manutenção?"
428
 
429
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
430
- #: views/settings.php:612
431
  msgid "Save settings"
432
  msgstr "Guardar definições"
433
 
434
- #: views/settings.php:127 views/settings.php:230 views/settings.php:435
435
- #: views/settings.php:613
436
  msgid "Reset settings"
437
  msgstr "Repor definições"
438
 
439
- #: views/settings.php:132
440
  msgid "Content"
441
  msgstr "Conteúdo"
442
 
443
- #: views/settings.php:137
444
  msgid "Title (HTML tag)"
445
  msgstr "Título (etiqueta HTML)"
446
 
447
- #: views/settings.php:143
448
  msgid "Heading"
449
  msgstr "Cabeçalho"
450
 
451
- #: views/settings.php:150 views/settings.php:285
452
  msgid "Text"
453
  msgstr "Texto"
454
 
455
- #: views/settings.php:170
 
 
 
 
456
  msgid "Background"
457
  msgstr "Fundo"
458
 
459
- #: views/settings.php:175
460
  msgid "Choose type"
461
  msgstr "Escolher tipo"
462
 
463
- #: views/settings.php:178
464
  msgid "Custom color"
465
  msgstr "Cor personalizada"
466
 
467
- #: views/settings.php:179
468
  msgid "Uploaded background"
469
  msgstr "Fundo carregado"
470
 
471
- #: views/settings.php:180
472
  msgid "Predefined background"
473
  msgstr "Fundo predefinido"
474
 
475
- #: views/settings.php:185
476
  msgid "Choose color"
477
  msgstr "Escolher cor"
478
 
479
- #: views/settings.php:191
480
  msgid "Upload background"
481
  msgstr "Carregar fundo"
482
 
483
- #: views/settings.php:195
484
  msgid "Backgrounds should have 1920x1280 px size."
485
  msgstr "Fundos deverão ter 1920x1280 px de tamanho."
486
 
487
- #: views/settings.php:200
488
  msgid "Choose background"
489
  msgstr "Escolher fundo"
490
 
491
- #: views/settings.php:202
492
  #, php-format
493
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
494
  msgstr "fonte <a href=\"%s\" target=\"_blank\">fotos gratuitas</a>"
495
 
496
- #: views/settings.php:235
497
  msgid "Countdown"
498
  msgstr "Contagem decrescente"
499
 
500
- #: views/settings.php:240
501
  msgid "Show countdown?"
502
  msgstr "Mostrar contagem decrescente?"
503
 
504
- #: views/settings.php:249
505
  msgid "Start date"
506
  msgstr "Data de início"
507
 
508
- #: views/settings.php:255
509
  msgid "Countdown (remaining time)"
510
  msgstr "Contagem decrescente (tempo que falta)"
511
 
512
- #: views/settings.php:257
513
  msgid "Days"
514
  msgstr "Dias"
515
 
516
- #: views/settings.php:258
517
  msgid "Hours"
518
  msgstr "Horas"
519
 
520
- #: views/settings.php:259
521
  msgid "Minutes"
522
  msgstr "Minutos"
523
 
524
- #: views/settings.php:263
525
  msgid "Color"
526
  msgstr "Cor"
527
 
528
- #: views/settings.php:276
529
  msgid "Show subscribe?"
530
  msgstr "Mostrar subscrição?"
531
 
532
- #: views/settings.php:292
533
  msgid "Stats"
534
  msgstr "Estatísticas"
535
 
536
- #: views/settings.php:301
 
 
 
 
 
 
 
 
537
  msgid "Export as CSV"
538
  msgstr "Exportar como CSV"
539
 
540
- #: views/settings.php:302
541
  msgid "Empty subscribers list"
542
  msgstr "Limpar lista de subscritores"
543
 
544
- #: views/settings.php:309
545
  msgid "Social Networks"
546
  msgstr "Redes sociais"
547
 
548
- #: views/settings.php:314
549
  msgid "Show social networks?"
550
  msgstr "Mostrar redes sociais?"
551
 
552
- #: views/settings.php:323
553
  msgid "Links target?"
554
  msgstr "Destino das ligações?"
555
 
556
- #: views/settings.php:326
557
  msgid "New page"
558
  msgstr "Nova página"
559
 
560
- #: views/settings.php:327
561
  msgid "Same page"
562
  msgstr "Mesma página"
563
 
564
- #: views/settings.php:329
565
  msgid "Choose how the links will open."
566
  msgstr "Escolher como abrir as ligações."
567
 
568
- #: views/settings.php:377
569
  msgid "Contact"
570
  msgstr "Contacto"
571
 
572
- #: views/settings.php:382
573
  msgid "Show contact?"
574
  msgstr "Mostrar contacto?"
575
 
576
- #: views/settings.php:391
577
  msgid "Email address"
578
  msgstr "Endereço de email"
579
 
580
- #: views/settings.php:397
581
  msgid "Effects"
582
  msgstr "Efeitos"
583
 
584
- #: views/settings.php:400
585
  msgid "Move top - Move bottom"
586
  msgstr "Subir - descer"
587
 
588
- #: views/settings.php:401
589
  msgid "Zoom - Zoomed"
590
  msgstr "Zoom"
591
 
592
- #: views/settings.php:402
593
  msgid "Fold - Unfold"
594
  msgstr "Dobrar - desdrobrar"
595
 
596
- #: views/settings.php:409
597
  msgid "Google Analytics"
598
  msgstr "Google Analytics"
599
 
600
- #: views/settings.php:414
601
  msgid "Use Google Analytics?"
602
  msgstr "Utilizar Google Analytics?"
603
 
604
- #: views/settings.php:423
 
 
 
 
605
  msgid "Tracking code"
606
  msgstr "Código de acompanhamento"
607
 
608
- #: views/settings.php:426
609
  msgid ""
610
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
611
  msgstr ""
612
  "Formatos permitidos: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Por exemplo:: "
613
  "UA-12345678-1 é válido"
614
 
615
- #: views/settings.php:444 views/settings.php:447
616
  msgid ""
617
  "Setup the conversation steps to capture more subscribers with this friendly "
618
  "way of asking email addresess."
619
  msgstr ""
620
 
621
- #: views/settings.php:448
622
  msgid ""
623
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
624
  "make the conversation even more realistic."
625
  msgstr ""
626
 
627
- #: views/settings.php:449
628
  msgid ""
629
  "It is also ok if you don't fill in all the conversation steps if you don't "
630
  "need to."
631
  msgstr ""
632
 
633
- #: views/settings.php:462
634
  #, fuzzy
635
- #| msgid "Name"
636
  msgid "Bot Name"
637
  msgstr "Nome"
638
 
639
- #: views/settings.php:465
640
  msgid "This name will appear when the bot is typing."
641
  msgstr ""
642
 
643
- #: views/settings.php:469
644
  #, fuzzy
645
- #| msgid "Upload background"
646
  msgid "Upload avatar"
647
  msgstr "Carregar fundo"
648
 
649
- #: views/settings.php:473
650
  msgid "A 512 x 512 px will work just fine."
651
  msgstr ""
652
 
653
- #: views/settings.php:479
654
  msgid "Customize Messages"
655
  msgstr ""
656
 
657
- #: views/settings.php:484
658
  msgid "Message 1"
659
  msgstr ""
660
 
661
- #: views/settings.php:492
662
  msgid "Message 2"
663
  msgstr ""
664
 
665
- #: views/settings.php:500
666
  msgid "Message 3"
667
  msgstr ""
668
 
669
- #: views/settings.php:508 views/settings.php:548 views/settings.php:570
670
  msgid "Response"
671
  msgstr ""
672
 
673
- #: views/settings.php:512 views/settings.php:574
674
  msgid "Edit the placeholder's text"
675
  msgstr ""
676
 
677
- #: views/settings.php:516
678
  msgid "Message 4"
679
  msgstr ""
680
 
681
- #: views/settings.php:524
682
  msgid "Message 5"
683
  msgstr ""
684
 
685
- #: views/settings.php:532
686
  msgid "Message 6"
687
  msgstr ""
688
 
689
- #: views/settings.php:540
690
  msgid "Message 7"
691
  msgstr ""
692
 
693
- #: views/settings.php:552
694
  msgid "Edit button one"
695
  msgstr ""
696
 
697
- #: views/settings.php:556
698
  msgid "Edit button two"
699
  msgstr ""
700
 
701
- #: views/settings.php:562 views/settings.php:578
702
  msgid "Message 8"
703
  msgstr ""
704
 
705
- #: views/settings.php:562 views/settings.php:586 views/settings.php:594
706
  msgid "(click on button one)"
707
  msgstr ""
708
 
709
- #: views/settings.php:578
710
  msgid "(click on button two)"
711
  msgstr ""
712
 
713
- #: views/settings.php:586
714
  msgid "Message 9"
715
  msgstr ""
716
 
717
- #: views/settings.php:594
718
  msgid "Message 10"
719
  msgstr ""
720
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
721
  #: views/sidebar.php:3
722
  msgid "Plugin Info"
723
  msgstr "Informação do plugin"
@@ -749,7 +863,6 @@ msgstr "Recursos"
749
  #. Plugin URI of the plugin/theme
750
  #. Author URI of the plugin/theme
751
  #, fuzzy
752
- #| msgid "http://designmodo.com/"
753
  msgid "https://designmodo.com/"
754
  msgstr "http://designmodo.com/"
755
 
@@ -765,3 +878,6 @@ msgstr ""
765
  #. Author of the plugin/theme
766
  msgid "Designmodo"
767
  msgstr "Designmodo"
 
 
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.2.2\n"
4
+ "POT-Creation-Date: 2018-11-26 19:16+0200\n"
5
+ "PO-Revision-Date: 2018-11-26 19:16+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 1.8.8\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
18
  "esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
19
  "X-Poedit-WPHeader: wp-maintenance-mode.php\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPathExcluded-0: .git\n"
22
+ "X-Poedit-SearchPathExcluded-1: assets\n"
23
+ "X-Poedit-SearchPathExcluded-2: node_modules\n"
24
 
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
 
31
+ #: includes/classes/wp-maintenance-mode-admin.php:165
32
  #, php-format
33
+ msgctxt "ajax response"
34
+ msgid "You have %d subscriber"
35
+ msgid_plural "You have %s subscribers"
36
+ msgstr[0] ""
37
+ msgstr[1] ""
38
 
39
+ #: includes/classes/wp-maintenance-mode-admin.php:187
40
  msgid "The nonce field must not be empty."
41
  msgstr "O campo nonce não pode estar vazio."
42
 
43
+ #: includes/classes/wp-maintenance-mode-admin.php:192
44
  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
 
52
+ #: includes/classes/wp-maintenance-mode-admin.php:203
53
  msgid "The tab slug must exist."
54
  msgstr "A slug do separador tem que existir."
55
 
56
  #. Plugin Name of the plugin/theme
57
+ #: includes/classes/wp-maintenance-mode-admin.php:223
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
  "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
  "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 "
115
+ "your privacy policy page."
116
+ msgstr ""
117
+
118
  #: includes/classes/wp-maintenance-mode.php:101
119
  #: includes/classes/wp-maintenance-mode.php:102
120
  msgid "Maintenance mode"
132
  msgid "Notify me when it's ready"
133
  msgstr "Notificar-me quando estiver disponível."
134
 
135
+ #: includes/classes/wp-maintenance-mode.php:147
136
  msgid ""
137
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
138
  "your assistant here."
139
  msgstr ""
140
 
141
+ #: includes/classes/wp-maintenance-mode.php:148
142
  msgid "I have just a few questions."
143
  msgstr ""
144
 
145
+ #: includes/classes/wp-maintenance-mode.php:149
146
  msgid "What is your name?"
147
  msgstr ""
148
 
149
+ #: includes/classes/wp-maintenance-mode.php:150
150
  msgid "Nice to meet you here, {visitor_name}!"
151
  msgstr ""
152
 
153
+ #: includes/classes/wp-maintenance-mode.php:151
154
  msgid "How you can see, our website will be lauched very soon."
155
  msgstr ""
156
 
157
+ #: includes/classes/wp-maintenance-mode.php:152
158
  msgid ""
159
  "I know, you are very excited to see it, but we need a few days to finish it."
160
  msgstr ""
161
 
162
+ #: includes/classes/wp-maintenance-mode.php:153
163
  msgid "Would you like to be first to see it?"
164
  msgstr ""
165
 
166
+ #: includes/classes/wp-maintenance-mode.php:154
167
  msgid ""
168
  "Cool! Please leave your email here and I will send you a message when it's "
169
  "ready."
170
  msgstr ""
171
 
172
+ #: includes/classes/wp-maintenance-mode.php:155
173
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
174
  msgstr ""
175
 
176
+ #: includes/classes/wp-maintenance-mode.php:156
177
  msgid "Got it! Thank you and see you soon here!"
178
  msgstr ""
179
 
180
+ #: includes/classes/wp-maintenance-mode.php:157
181
  msgid "Have a great day!"
182
  msgstr ""
183
 
184
+ #: includes/classes/wp-maintenance-mode.php:160
185
+ #: includes/classes/wp-maintenance-mode.php:645
186
  msgid "Type your name here…"
187
  msgstr ""
188
 
189
+ #: includes/classes/wp-maintenance-mode.php:161
190
  msgid "Tell me more"
191
  msgstr ""
192
 
193
+ #: includes/classes/wp-maintenance-mode.php:162
194
  msgid "Boring"
195
  msgstr ""
196
 
197
+ #: includes/classes/wp-maintenance-mode.php:163
198
+ #: includes/classes/wp-maintenance-mode.php:646
199
  msgid "Type your email here…"
200
  msgstr ""
201
 
202
+ #: includes/classes/wp-maintenance-mode.php:169
203
+ msgid "Privacy Policy"
204
+ msgstr ""
205
+
206
+ #: includes/classes/wp-maintenance-mode.php:172
207
+ msgid ""
208
+ "This form collects your name and email so that we can reach you back. Check "
209
+ "out our <a href=\"#\">Privacy Policy</a> page to fully understand how we "
210
+ "protect and manage your submitted data."
211
+ msgstr ""
212
+
213
+ #: includes/classes/wp-maintenance-mode.php:173
214
+ msgid ""
215
+ "This form collects your email so that we can add you to our newsletter list. "
216
+ "Check out our <a href=\"#\">Privacy Policy</a> page to fully understand how "
217
+ "we protect and manage your submitted data."
218
+ msgstr ""
219
+
220
+ #: includes/classes/wp-maintenance-mode.php:296
221
  #, php-format
222
  msgid ""
223
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
226
  "O plugin WP Maintenance Mode foi reactivado e DEVE rever as suas <a href=\"%s"
227
  "\">definições</a>."
228
 
229
+ #: includes/classes/wp-maintenance-mode.php:542
230
+ #: includes/classes/wp-maintenance-mode.php:556
231
  msgid "Maintenance Mode"
232
  msgstr "Modo de manutenção"
233
 
234
+ #: includes/classes/wp-maintenance-mode.php:642
235
  msgid "Please type in your name."
236
  msgstr ""
237
 
238
+ #: includes/classes/wp-maintenance-mode.php:643
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:647 views/maintenance.php:161
244
  msgid "Send"
245
  msgstr "Enviar"
246
 
247
+ #: includes/classes/wp-maintenance-mode.php:858
248
+ #: includes/classes/wp-maintenance-mode.php:892 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:870
253
  msgid "You successfully subscribed. Thanks!"
254
  msgstr "Subscreveu com sucesso. Obrigado!"
255
 
256
+ #: includes/classes/wp-maintenance-mode.php:888
257
  msgid "All fields required."
258
  msgstr "Todos os campos são necessários."
259
 
260
+ #: includes/classes/wp-maintenance-mode.php:900
261
  msgid "Message via contact"
262
  msgstr "Mensagem via formulário de contacto"
263
 
264
+ #: includes/classes/wp-maintenance-mode.php:917
265
  msgid "Your email was sent to the website administrator. Thanks!"
266
  msgstr "O seu email foi enviado ao administrador do site. Obrigado!"
267
 
286
  msgid "Login"
287
  msgstr "Iniciar sessão"
288
 
289
+ #: views/maintenance.php:74
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
 
297
+ #: views/maintenance.php:80 views/maintenance.php:139 views/maintenance.php:140
298
+ #: views/maintenance.php:145 views/maintenance.php:152
 
 
 
 
299
  msgid "This field is required."
300
  msgstr "Este campo é obrigatório."
301
 
302
+ #: views/maintenance.php:82 views/maintenance.php:154
303
+ msgid "I've read and agree with the site's privacy policy"
304
+ msgstr ""
305
+
306
+ #: views/maintenance.php:139 views/sidebar.php:7
307
+ msgid "Name"
308
+ msgstr "Nome"
309
+
310
+ #: views/maintenance.php:140
311
  msgid "E-mail"
312
  msgstr "Email"
313
 
314
+ #: views/maintenance.php:145
315
  msgid "Your message"
316
  msgstr "A sua mensagem"
317
 
318
+ #: views/maintenance.php:168
319
  msgid "Contact us"
320
  msgstr "Contacte-nos"
321
 
322
+ #: views/maintenance.php:175
323
  msgid "Dashboard"
324
  msgstr "Painel de administração"
325
 
358
  msgid "Manage Bot"
359
  msgstr ""
360
 
361
+ #: views/settings.php:17
362
+ msgid "GDPR"
363
+ msgstr ""
364
+
365
+ #: views/settings.php:26 views/settings.php:469 views/settings.php:636
366
  msgid "Status"
367
  msgstr "Estado"
368
 
369
+ #: views/settings.php:28 views/settings.php:472 views/settings.php:638
370
  msgid "Activated"
371
  msgstr "Activado"
372
 
373
+ #: views/settings.php:29 views/settings.php:473 views/settings.php:639
374
  msgid "Deactivated"
375
  msgstr "Desactivado"
376
 
377
+ #: views/settings.php:33
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
 
393
+ #: views/settings.php:39
394
  msgid "Allow Search Bots to bypass maintenance mode?"
395
  msgstr "Permitir que os robôs de pesquisa ultrapassem o modo de manutenção?"
396
 
397
+ #: views/settings.php:43
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
  "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
  "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
  "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
  "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
  "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:621 views/settings.php:694
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:622 views/settings.php:695
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"
600
+ 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:665
625
  msgid "New page"
626
  msgstr "Nova página"
627
 
628
+ #: views/settings.php:329 views/settings.php:666
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:477
706
  #, fuzzy
 
707
  msgid "Bot Name"
708
  msgstr "Nome"
709
 
710
+ #: views/settings.php:480
711
  msgid "This name will appear when the bot is typing."
712
  msgstr ""
713
 
714
+ #: views/settings.php:484
715
  #, fuzzy
 
716
  msgid "Upload avatar"
717
  msgstr "Carregar fundo"
718
 
719
+ #: views/settings.php:488
720
  msgid "A 512 x 512 px will work just fine."
721
  msgstr ""
722
 
723
+ #: views/settings.php:494
724
  msgid "Customize Messages"
725
  msgstr ""
726
 
727
+ #: views/settings.php:499
728
  msgid "Message 1"
729
  msgstr ""
730
 
731
+ #: views/settings.php:507
732
  msgid "Message 2"
733
  msgstr ""
734
 
735
+ #: views/settings.php:515
736
  msgid "Message 3"
737
  msgstr ""
738
 
739
+ #: views/settings.php:523 views/settings.php:563 views/settings.php:585
740
  msgid "Response"
741
  msgstr ""
742
 
743
+ #: views/settings.php:527 views/settings.php:589
744
  msgid "Edit the placeholder's text"
745
  msgstr ""
746
 
747
+ #: views/settings.php:531
748
  msgid "Message 4"
749
  msgstr ""
750
 
751
+ #: views/settings.php:539
752
  msgid "Message 5"
753
  msgstr ""
754
 
755
+ #: views/settings.php:547
756
  msgid "Message 6"
757
  msgstr ""
758
 
759
+ #: views/settings.php:555
760
  msgid "Message 7"
761
  msgstr ""
762
 
763
+ #: views/settings.php:567
764
  msgid "Edit button one"
765
  msgstr ""
766
 
767
+ #: views/settings.php:571
768
  msgid "Edit button two"
769
  msgstr ""
770
 
771
+ #: views/settings.php:577 views/settings.php:593
772
  msgid "Message 8"
773
  msgstr ""
774
 
775
+ #: views/settings.php:577 views/settings.php:601 views/settings.php:609
776
  msgid "(click on button one)"
777
  msgstr ""
778
 
779
+ #: views/settings.php:593
780
  msgid "(click on button two)"
781
  msgstr ""
782
 
783
+ #: views/settings.php:601
784
  msgid "Message 9"
785
  msgstr ""
786
 
787
+ #: views/settings.php:609
788
  msgid "Message 10"
789
  msgstr ""
790
 
791
+ #: views/settings.php:631
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:632
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:644
804
+ msgid "Link name"
805
+ msgstr ""
806
+
807
+ #: views/settings.php:648
808
+ msgid "Label the link that will be shown on frontend footer"
809
+ msgstr ""
810
+
811
+ #: views/settings.php:653
812
+ msgid "P. Policy page link"
813
+ msgstr ""
814
+
815
+ #: views/settings.php:662
816
+ msgid "P. Policy link target"
817
+ msgstr ""
818
+
819
+ #: views/settings.php:668
820
+ msgid "Choose how the link will open."
821
+ msgstr ""
822
+
823
+ #: views/settings.php:673
824
+ msgid "Contact form 'tail'"
825
+ msgstr ""
826
+
827
+ #: views/settings.php:677 views/settings.php:686
828
+ msgid "This will be shown together with the acceptance checkbox below the form"
829
+ msgstr ""
830
+
831
+ #: views/settings.php:682
832
+ msgid "Subscribe form 'tail'"
833
+ msgstr ""
834
+
835
  #: views/sidebar.php:3
836
  msgid "Plugin Info"
837
  msgstr "Informação do plugin"
863
  #. Plugin URI of the plugin/theme
864
  #. Author URI of the plugin/theme
865
  #, fuzzy
 
866
  msgid "https://designmodo.com/"
867
  msgstr "http://designmodo.com/"
868
 
878
  #. Author of the plugin/theme
879
  msgid "Designmodo"
880
  msgstr "Designmodo"
881
+
882
+ #~ msgid "You have %d subscriber(s)"
883
+ #~ 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.1.1\n"
4
- "POT-Creation-Date: 2018-03-02 10:29+0100\n"
5
- "PO-Revision-Date: 2018-03-02 10:29+0100\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.0.6\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"
@@ -20,49 +20,56 @@ msgstr ""
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: includes/classes\n"
22
  "X-Poedit-SearchPath-2: views\n"
 
 
 
23
 
24
  #: includes/classes/wp-maintenance-mode-admin.php:121
25
  #: includes/classes/wp-maintenance-mode-admin.php:159
26
- #: includes/classes/wp-maintenance-mode-admin.php:181
27
  msgid "You do not have access to this resource."
28
  msgstr "Nu aveti acces la aceasta resursa."
29
 
30
- #: includes/classes/wp-maintenance-mode-admin.php:165 views/settings.php:296
31
  #, php-format
32
- msgid "You have %d subscriber(s)"
33
- msgstr "Lista contine %d abonati"
34
-
35
- #: includes/classes/wp-maintenance-mode-admin.php:186
 
 
 
 
36
  msgid "The nonce field must not be empty."
37
  msgstr "Campul nonce nu trebuie sa fie gol."
38
 
39
- #: includes/classes/wp-maintenance-mode-admin.php:191
40
  msgid "The tab slug must not be empty."
41
  msgstr "Identificatorul tabului nu trebuie sa fie gol."
42
 
43
- #: includes/classes/wp-maintenance-mode-admin.php:196
44
- #: includes/classes/wp-maintenance-mode-admin.php:250
45
  msgid "Security check."
46
  msgstr "Verificare securitate."
47
 
48
- #: includes/classes/wp-maintenance-mode-admin.php:202
49
  msgid "The tab slug must exist."
50
  msgstr "Identificatorul tabului trebuie sa existe."
51
 
52
- #: includes/classes/wp-maintenance-mode-admin.php:222
53
  msgid "WP Maintenance Mode"
54
  msgstr "WP Maintenance Mode"
55
 
56
- #: includes/classes/wp-maintenance-mode-admin.php:487
57
  msgid ""
58
  "WPMM: The file data.js could not be written, the bot will not work correctly."
59
  msgstr ""
60
 
61
- #: includes/classes/wp-maintenance-mode-admin.php:521
62
  msgid "Settings"
63
  msgstr "Setari"
64
 
65
- #: includes/classes/wp-maintenance-mode-admin.php:540
66
  #, php-format
67
  msgid ""
68
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -71,11 +78,11 @@ msgstr ""
71
  "Modul de mentenanta este <strong>activ</strong>. Nu uita sa-l <a href=\"%s"
72
  "\">dezactivezi</a> imediat dupa ce termini."
73
 
74
- #: includes/classes/wp-maintenance-mode-admin.php:577
75
  msgid "Notice key cannot be empty."
76
  msgstr "Cheia de identificare a notificarii nu trebuie sa fie goala."
77
 
78
- #: includes/classes/wp-maintenance-mode-admin.php:625
79
  #, php-format
80
  msgid ""
81
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
@@ -84,6 +91,31 @@ msgstr ""
84
  "Daca iti place <strong>WP Maintenance Mode</strong> te rugam sa ne lasi o "
85
  "recenzie (%s). Iti multumim in avans!"
86
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  #: includes/classes/wp-maintenance-mode.php:101
88
  #: includes/classes/wp-maintenance-mode.php:102
89
  msgid "Maintenance mode"
@@ -101,76 +133,93 @@ msgstr ""
101
  msgid "Notify me when it's ready"
102
  msgstr "Notifica-ma atunci cand procesul de mentenanta este gata"
103
 
104
- #: includes/classes/wp-maintenance-mode.php:145
105
  msgid ""
106
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
107
  "your assistant here."
108
  msgstr ""
109
 
110
- #: includes/classes/wp-maintenance-mode.php:146
111
  msgid "I have just a few questions."
112
  msgstr ""
113
 
114
- #: includes/classes/wp-maintenance-mode.php:147
115
  msgid "What is your name?"
116
  msgstr ""
117
 
118
- #: includes/classes/wp-maintenance-mode.php:148
119
  msgid "Nice to meet you here, {visitor_name}!"
120
  msgstr ""
121
 
122
- #: includes/classes/wp-maintenance-mode.php:149
123
  msgid "How you can see, our website will be lauched very soon."
124
  msgstr ""
125
 
126
- #: includes/classes/wp-maintenance-mode.php:150
127
  msgid ""
128
  "I know, you are very excited to see it, but we need a few days to finish it."
129
  msgstr ""
130
 
131
- #: includes/classes/wp-maintenance-mode.php:151
132
  msgid "Would you like to be first to see it?"
133
  msgstr ""
134
 
135
- #: includes/classes/wp-maintenance-mode.php:152
136
  msgid ""
137
  "Cool! Please leave your email here and I will send you a message when it's "
138
  "ready."
139
  msgstr ""
140
 
141
- #: includes/classes/wp-maintenance-mode.php:153
142
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
143
  msgstr ""
144
 
145
- #: includes/classes/wp-maintenance-mode.php:154
146
  msgid "Got it! Thank you and see you soon here!"
147
  msgstr ""
148
 
149
- #: includes/classes/wp-maintenance-mode.php:155
150
  msgid "Have a great day!"
151
  msgstr ""
152
 
153
- #: includes/classes/wp-maintenance-mode.php:158
154
- #: includes/classes/wp-maintenance-mode.php:592
155
  msgid "Type your name here…"
156
  msgstr ""
157
 
158
- #: includes/classes/wp-maintenance-mode.php:159
159
  msgid "Tell me more"
160
  msgstr ""
161
 
162
- #: includes/classes/wp-maintenance-mode.php:160
163
  msgid "Boring"
164
  msgstr ""
165
 
166
- #: includes/classes/wp-maintenance-mode.php:161
167
- #: includes/classes/wp-maintenance-mode.php:593
168
  #, fuzzy
169
- #| msgid "Enter your email address"
170
  msgid "Type your email here…"
171
  msgstr "Completeaza adresa de email"
172
 
173
- #: includes/classes/wp-maintenance-mode.php:286
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
174
  #, php-format
175
  msgid ""
176
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
@@ -179,43 +228,42 @@ msgstr ""
179
  "Plugin-ul WP Maintenance Mode a fost relansat si TREBUIE sa revedeti <a href="
180
  "\"%s\">setarile</a> acestuia."
181
 
182
- #: includes/classes/wp-maintenance-mode.php:488
183
- #: includes/classes/wp-maintenance-mode.php:502
184
  msgid "Maintenance Mode"
185
  msgstr "Mentenanta"
186
 
187
- #: includes/classes/wp-maintenance-mode.php:589
188
  msgid "Please type in your name."
189
  msgstr ""
190
 
191
- #: includes/classes/wp-maintenance-mode.php:590
192
  #, fuzzy
193
- #| msgid "Please enter a valid email address."
194
  msgid "Please type in a valid email address."
195
  msgstr "Te rog sa completezi o adresa de email valida."
196
 
197
- #: includes/classes/wp-maintenance-mode.php:594 views/maintenance.php:130
198
  msgid "Send"
199
  msgstr "Trimite"
200
 
201
- #: includes/classes/wp-maintenance-mode.php:788
202
- #: includes/classes/wp-maintenance-mode.php:822 views/maintenance.php:121
203
  msgid "Please enter a valid email address."
204
  msgstr "Te rog sa completezi o adresa de email valida."
205
 
206
- #: includes/classes/wp-maintenance-mode.php:800
207
  msgid "You successfully subscribed. Thanks!"
208
  msgstr "Te-ai inscris cu succes in lista de contacte. Multumesc!"
209
 
210
- #: includes/classes/wp-maintenance-mode.php:818
211
  msgid "All fields required."
212
  msgstr "Toate campurile sunt obligatorii."
213
 
214
- #: includes/classes/wp-maintenance-mode.php:830
215
  msgid "Message via contact"
216
  msgstr "Mesaj trimis prin formularul de contact"
217
 
218
- #: includes/classes/wp-maintenance-mode.php:844
219
  msgid "Your email was sent to the website administrator. Thanks!"
220
  msgstr "Emailul tau a fost trimis catre administratorul site-ului. Multumim!"
221
 
@@ -240,36 +288,40 @@ msgstr "Continut:"
240
  msgid "Login"
241
  msgstr "Autentificare"
242
 
243
- #: views/maintenance.php:72
244
  msgid "your e-mail..."
245
  msgstr "emailul tau..."
246
 
247
- #: views/maintenance.php:73 views/settings.php:271
248
  msgid "Subscribe"
249
  msgstr "Aboneaza-ma"
250
 
251
- #: views/maintenance.php:120 views/sidebar.php:7
252
- msgid "Name"
253
- msgstr "Nume"
254
-
255
- #: views/maintenance.php:120 views/maintenance.php:121
256
- #: views/maintenance.php:126
257
  msgid "This field is required."
258
  msgstr "Acest camp este obligatoriu."
259
 
260
- #: views/maintenance.php:121
 
 
 
 
 
 
 
 
261
  msgid "E-mail"
262
  msgstr "E-Mail"
263
 
264
- #: views/maintenance.php:126
265
  msgid "Your message"
266
  msgstr "Mesajul tau"
267
 
268
- #: views/maintenance.php:137
269
  msgid "Contact us"
270
  msgstr "Contacteaza-ne"
271
 
272
- #: views/maintenance.php:142
273
  msgid "Dashboard"
274
  msgstr "Admin"
275
 
@@ -308,49 +360,53 @@ msgstr "Module"
308
  msgid "Manage Bot"
309
  msgstr ""
310
 
311
- #: views/settings.php:25 views/settings.php:454
 
 
 
 
312
  msgid "Status"
313
  msgstr "Status"
314
 
315
- #: views/settings.php:27 views/settings.php:457
316
  msgid "Activated"
317
  msgstr "Activat"
318
 
319
- #: views/settings.php:28 views/settings.php:458
320
  msgid "Deactivated"
321
  msgstr "Dezactivat"
322
 
323
- #: views/settings.php:32
324
  msgid "Bypass for Search Bots"
325
  msgstr "Nu afisa pagina de mentenanta robotilor motoarelor de cautare"
326
 
327
- #: views/settings.php:35 views/settings.php:105 views/settings.php:115
328
- #: views/settings.php:243 views/settings.php:279 views/settings.php:317
329
- #: views/settings.php:385 views/settings.php:417
330
  msgid "Yes"
331
  msgstr "Da"
332
 
333
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
334
- #: views/settings.php:244 views/settings.php:280 views/settings.php:318
335
- #: views/settings.php:386 views/settings.php:418
336
  msgid "No"
337
  msgstr "Nu"
338
 
339
- #: views/settings.php:38
340
  msgid "Allow Search Bots to bypass maintenance mode?"
341
  msgstr ""
342
  "Dai voie robotilor motoarelor de cautare sa acceseze site-ul, fara a vedea "
343
  "pagina de mentenanta?"
344
 
345
- #: views/settings.php:42
346
  msgid "Backend Role"
347
  msgstr "Rol interfata administrare"
348
 
349
- #: views/settings.php:44 views/settings.php:60
350
  msgid "Select role(s)"
351
  msgstr "Selecteaza rol(urile)"
352
 
353
- #: views/settings.php:54
354
  msgid ""
355
  "Which user role is allowed to access the backend of this blog? "
356
  "Administrators will always have access."
@@ -358,11 +414,11 @@ msgstr ""
358
  "Care rol are acces la partea de backend a acestui blog? Administratorii vor "
359
  "avea intotdeauna acces."
360
 
361
- #: views/settings.php:58
362
  msgid "Frontend Role"
363
  msgstr "Rol interfata publica"
364
 
365
- #: views/settings.php:70
366
  msgid ""
367
  "Which user role is allowed to access the frontend of this blog? "
368
  "Administrators will always have access."
@@ -370,11 +426,11 @@ msgstr ""
370
  "Care rol are acces la partea de frontend a acestui blog? Administratorii vor "
371
  "avea intotdeauna acces."
372
 
373
- #: views/settings.php:74
374
  msgid "Robots Meta Tag"
375
  msgstr "Meta Tag-ul \"robots\""
376
 
377
- #: views/settings.php:80
378
  msgid ""
379
  "The robots meta tag lets you use a granular, page-specific approach to "
380
  "control how an individual page should be indexed and served to users in "
@@ -383,11 +439,11 @@ msgstr ""
383
  "Meta tag-ul \"robots\" permite controlul asupra felului in care motoarele de "
384
  "cautare indexeaza si servesc rezultatele pentru o anumita pagina."
385
 
386
- #: views/settings.php:84
387
  msgid "Redirection"
388
  msgstr "Redirectionare"
389
 
390
- #: views/settings.php:87
391
  msgid ""
392
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
393
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
@@ -397,11 +453,11 @@ msgstr ""
397
  "Backend) catre un URL (diferit de URL-ul Wordpress Dashboard) dupa "
398
  "autentificare, atunci defineste un URL (incepe cu http://)"
399
 
400
- #: views/settings.php:91
401
  msgid "Exclude"
402
  msgstr "Exclude"
403
 
404
- #: views/settings.php:98
405
  msgid ""
406
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
407
  "IP per line!"
@@ -409,315 +465,374 @@ msgstr ""
409
  "Exclude rss feed, pagini, arhive ori IP-uri din modul de mentenanta. Adauga "
410
  "cate slug/IP pe linie."
411
 
412
- #: views/settings.php:102
413
  msgid "Notice"
414
  msgstr "Atentionare"
415
 
416
- #: views/settings.php:108
417
  msgid "Do you want to see notices when maintenance mode is activated?"
418
  msgstr ""
419
  "Doresti sa vezi atentionarea atunci cand modul de mentenanta este activat?"
420
 
421
- #: views/settings.php:112
422
  msgid "Dashboard link"
423
  msgstr "Link catre admin"
424
 
425
- #: views/settings.php:118
426
  msgid ""
427
  "Do you want to add a link to the dashboard on your maintenance mode page?"
428
  msgstr "Doresti sa adaugi un link catre admin pe pagina de mentenanta?"
429
 
430
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
431
- #: views/settings.php:612
432
  msgid "Save settings"
433
  msgstr "Salveaza setari"
434
 
435
- #: views/settings.php:127 views/settings.php:230 views/settings.php:435
436
- #: views/settings.php:613
437
  msgid "Reset settings"
438
  msgstr "Reseteaza setari"
439
 
440
- #: views/settings.php:132
441
  msgid "Content"
442
  msgstr "Continut"
443
 
444
- #: views/settings.php:137
445
  msgid "Title (HTML tag)"
446
  msgstr "Titlu (tag HTML)"
447
 
448
- #: views/settings.php:143
449
  msgid "Heading"
450
  msgstr "Subtitlu"
451
 
452
- #: views/settings.php:150 views/settings.php:285
453
  msgid "Text"
454
  msgstr "Text"
455
 
456
- #: views/settings.php:170
 
 
 
 
457
  msgid "Background"
458
  msgstr "Fundal"
459
 
460
- #: views/settings.php:175
461
  msgid "Choose type"
462
  msgstr "Alege tip"
463
 
464
- #: views/settings.php:178
465
  msgid "Custom color"
466
  msgstr "Culoare"
467
 
468
- #: views/settings.php:179
469
  msgid "Uploaded background"
470
  msgstr "Imagine de fundal urcata de utilizator"
471
 
472
- #: views/settings.php:180
473
  msgid "Predefined background"
474
  msgstr "Imagine de fundal predefinita"
475
 
476
- #: views/settings.php:185
477
  msgid "Choose color"
478
  msgstr "Alege culoare"
479
 
480
- #: views/settings.php:191
481
  msgid "Upload background"
482
  msgstr "Incarca imagine"
483
 
484
- #: views/settings.php:195
485
  msgid "Backgrounds should have 1920x1280 px size."
486
  msgstr "Imaginea ar trebui sa fie 1920x1280 px"
487
 
488
- #: views/settings.php:200
489
  msgid "Choose background"
490
  msgstr "Alege imagine"
491
 
492
- #: views/settings.php:202
493
  #, php-format
494
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
495
  msgstr "sursa <a href=\"%s\" target=\"_blank\">Free Photos</a>"
496
 
497
- #: views/settings.php:235
498
  msgid "Countdown"
499
  msgstr "Countdown"
500
 
501
- #: views/settings.php:240
502
  msgid "Show countdown?"
503
  msgstr "Afiseaza countdown?"
504
 
505
- #: views/settings.php:249
506
  msgid "Start date"
507
  msgstr "Data de inceput"
508
 
509
- #: views/settings.php:255
510
  msgid "Countdown (remaining time)"
511
  msgstr "Countdown (timpul ramas)"
512
 
513
- #: views/settings.php:257
514
  msgid "Days"
515
  msgstr "Zile"
516
 
517
- #: views/settings.php:258
518
  msgid "Hours"
519
  msgstr "Ore"
520
 
521
- #: views/settings.php:259
522
  msgid "Minutes"
523
  msgstr "Minute"
524
 
525
- #: views/settings.php:263
526
  msgid "Color"
527
  msgstr "Culoare"
528
 
529
- #: views/settings.php:276
530
  msgid "Show subscribe?"
531
  msgstr "Afiseaza formular abonare?"
532
 
533
- #: views/settings.php:292
534
  msgid "Stats"
535
  msgstr "Statistici"
536
 
537
- #: views/settings.php:301
 
 
 
 
 
 
 
 
 
538
  msgid "Export as CSV"
539
  msgstr "Exporta lista in format CSV"
540
 
541
- #: views/settings.php:302
542
  msgid "Empty subscribers list"
543
  msgstr "Goleste lista de contacte"
544
 
545
- #: views/settings.php:309
546
  msgid "Social Networks"
547
  msgstr "Retele sociale"
548
 
549
- #: views/settings.php:314
550
  msgid "Show social networks?"
551
  msgstr "Afiseaza butoane retele sociale?"
552
 
553
- #: views/settings.php:323
554
  msgid "Links target?"
555
  msgstr "Target-ul link-urilor"
556
 
557
- #: views/settings.php:326
558
  msgid "New page"
559
  msgstr "Pagina noua"
560
 
561
- #: views/settings.php:327
562
  msgid "Same page"
563
  msgstr "Aceeasi pagina"
564
 
565
- #: views/settings.php:329
566
  msgid "Choose how the links will open."
567
  msgstr "Alege felul in care link-urile se vor deschide."
568
 
569
- #: views/settings.php:377
570
  msgid "Contact"
571
  msgstr "Contact"
572
 
573
- #: views/settings.php:382
574
  msgid "Show contact?"
575
  msgstr "Afiseaza contact ?"
576
 
577
- #: views/settings.php:391
578
  msgid "Email address"
579
  msgstr "Adresa de email"
580
 
581
- #: views/settings.php:397
582
  msgid "Effects"
583
  msgstr "Efecte"
584
 
585
- #: views/settings.php:400
586
  msgid "Move top - Move bottom"
587
  msgstr "Move top - Move bottom"
588
 
589
- #: views/settings.php:401
590
  msgid "Zoom - Zoomed"
591
  msgstr "Zoom - Zoomed"
592
 
593
- #: views/settings.php:402
594
  msgid "Fold - Unfold"
595
  msgstr "Fold - Unfold"
596
 
597
- #: views/settings.php:409
598
  msgid "Google Analytics"
599
  msgstr "Google Analytics"
600
 
601
- #: views/settings.php:414
602
  msgid "Use Google Analytics?"
603
  msgstr "Folosesti Google Analytics?"
604
 
605
- #: views/settings.php:423
 
 
 
 
606
  msgid "Tracking code"
607
  msgstr "Cod de monitorizare"
608
 
609
- #: views/settings.php:426
610
  msgid ""
611
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
612
  msgstr ""
613
  "Formate permise: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Ex: UA-12345678-1 este valid."
614
 
615
- #: views/settings.php:444 views/settings.php:447
616
  msgid ""
617
  "Setup the conversation steps to capture more subscribers with this friendly "
618
  "way of asking email addresess."
619
  msgstr ""
620
 
621
- #: views/settings.php:448
622
  msgid ""
623
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
624
  "make the conversation even more realistic."
625
  msgstr ""
626
 
627
- #: views/settings.php:449
628
  msgid ""
629
  "It is also ok if you don't fill in all the conversation steps if you don't "
630
  "need to."
631
  msgstr ""
632
 
633
- #: views/settings.php:462
634
  #, fuzzy
635
- #| msgid "Name"
636
  msgid "Bot Name"
637
  msgstr "Nume"
638
 
639
- #: views/settings.php:465
640
  msgid "This name will appear when the bot is typing."
641
  msgstr ""
642
 
643
- #: views/settings.php:469
644
  #, fuzzy
645
- #| msgid "Upload background"
646
  msgid "Upload avatar"
647
  msgstr "Incarca imagine"
648
 
649
- #: views/settings.php:473
650
  msgid "A 512 x 512 px will work just fine."
651
  msgstr ""
652
 
653
- #: views/settings.php:479
654
  msgid "Customize Messages"
655
  msgstr ""
656
 
657
- #: views/settings.php:484
658
  msgid "Message 1"
659
  msgstr ""
660
 
661
- #: views/settings.php:492
662
  msgid "Message 2"
663
  msgstr ""
664
 
665
- #: views/settings.php:500
666
  msgid "Message 3"
667
  msgstr ""
668
 
669
- #: views/settings.php:508 views/settings.php:548 views/settings.php:570
670
  msgid "Response"
671
  msgstr ""
672
 
673
- #: views/settings.php:512 views/settings.php:574
674
  msgid "Edit the placeholder's text"
675
  msgstr ""
676
 
677
- #: views/settings.php:516
678
  msgid "Message 4"
679
  msgstr ""
680
 
681
- #: views/settings.php:524
682
  msgid "Message 5"
683
  msgstr ""
684
 
685
- #: views/settings.php:532
686
  msgid "Message 6"
687
  msgstr ""
688
 
689
- #: views/settings.php:540
690
  msgid "Message 7"
691
  msgstr ""
692
 
693
- #: views/settings.php:552
694
  msgid "Edit button one"
695
  msgstr ""
696
 
697
- #: views/settings.php:556
698
  msgid "Edit button two"
699
  msgstr ""
700
 
701
- #: views/settings.php:562 views/settings.php:578
702
  msgid "Message 8"
703
  msgstr ""
704
 
705
- #: views/settings.php:562 views/settings.php:586 views/settings.php:594
706
  msgid "(click on button one)"
707
  msgstr ""
708
 
709
- #: views/settings.php:578
710
  msgid "(click on button two)"
711
  msgstr ""
712
 
713
- #: views/settings.php:586
714
  msgid "Message 9"
715
  msgstr ""
716
 
717
- #: views/settings.php:594
718
  msgid "Message 10"
719
  msgstr ""
720
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
721
  #: views/sidebar.php:3
722
  msgid "Plugin Info"
723
  msgstr "Informatii plugin"
@@ -746,6 +861,9 @@ msgstr "Alte produse"
746
  msgid "Resources"
747
  msgstr "Resurse"
748
 
 
 
 
749
  #~ msgid "You successfuly subscribed. Thanks!"
750
  #~ msgstr "Ai fost abonat cu succes. Multumim!"
751
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.2.2\n"
4
+ "POT-Creation-Date: 2018-11-26 19:17+0200\n"
5
+ "PO-Revision-Date: 2018-11-26 19:17+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 1.8.8\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"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: includes/classes\n"
22
  "X-Poedit-SearchPath-2: views\n"
23
+ "X-Poedit-SearchPathExcluded-0: .git\n"
24
+ "X-Poedit-SearchPathExcluded-1: assets\n"
25
+ "X-Poedit-SearchPathExcluded-2: node_modules\n"
26
 
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
 
33
+ #: includes/classes/wp-maintenance-mode-admin.php:165
34
  #, php-format
35
+ msgctxt "ajax response"
36
+ msgid "You have %d subscriber"
37
+ msgid_plural "You have %s subscribers"
38
+ msgstr[0] ""
39
+ msgstr[1] ""
40
+ msgstr[2] ""
41
+
42
+ #: includes/classes/wp-maintenance-mode-admin.php:187
43
  msgid "The nonce field must not be empty."
44
  msgstr "Campul nonce nu trebuie sa fie gol."
45
 
46
+ #: includes/classes/wp-maintenance-mode-admin.php:192
47
  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
 
55
+ #: includes/classes/wp-maintenance-mode-admin.php:203
56
  msgid "The tab slug must exist."
57
  msgstr "Identificatorul tabului trebuie sa existe."
58
 
59
+ #: includes/classes/wp-maintenance-mode-admin.php:223
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
  "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
  "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 "
116
+ "your privacy policy page."
117
+ msgstr ""
118
+
119
  #: includes/classes/wp-maintenance-mode.php:101
120
  #: includes/classes/wp-maintenance-mode.php:102
121
  msgid "Maintenance mode"
133
  msgid "Notify me when it's ready"
134
  msgstr "Notifica-ma atunci cand procesul de mentenanta este gata"
135
 
136
+ #: includes/classes/wp-maintenance-mode.php:147
137
  msgid ""
138
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
139
  "your assistant here."
140
  msgstr ""
141
 
142
+ #: includes/classes/wp-maintenance-mode.php:148
143
  msgid "I have just a few questions."
144
  msgstr ""
145
 
146
+ #: includes/classes/wp-maintenance-mode.php:149
147
  msgid "What is your name?"
148
  msgstr ""
149
 
150
+ #: includes/classes/wp-maintenance-mode.php:150
151
  msgid "Nice to meet you here, {visitor_name}!"
152
  msgstr ""
153
 
154
+ #: includes/classes/wp-maintenance-mode.php:151
155
  msgid "How you can see, our website will be lauched very soon."
156
  msgstr ""
157
 
158
+ #: includes/classes/wp-maintenance-mode.php:152
159
  msgid ""
160
  "I know, you are very excited to see it, but we need a few days to finish it."
161
  msgstr ""
162
 
163
+ #: includes/classes/wp-maintenance-mode.php:153
164
  msgid "Would you like to be first to see it?"
165
  msgstr ""
166
 
167
+ #: includes/classes/wp-maintenance-mode.php:154
168
  msgid ""
169
  "Cool! Please leave your email here and I will send you a message when it's "
170
  "ready."
171
  msgstr ""
172
 
173
+ #: includes/classes/wp-maintenance-mode.php:155
174
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
175
  msgstr ""
176
 
177
+ #: includes/classes/wp-maintenance-mode.php:156
178
  msgid "Got it! Thank you and see you soon here!"
179
  msgstr ""
180
 
181
+ #: includes/classes/wp-maintenance-mode.php:157
182
  msgid "Have a great day!"
183
  msgstr ""
184
 
185
+ #: includes/classes/wp-maintenance-mode.php:160
186
+ #: includes/classes/wp-maintenance-mode.php:645
187
  msgid "Type your name here…"
188
  msgstr ""
189
 
190
+ #: includes/classes/wp-maintenance-mode.php:161
191
  msgid "Tell me more"
192
  msgstr ""
193
 
194
+ #: includes/classes/wp-maintenance-mode.php:162
195
  msgid "Boring"
196
  msgstr ""
197
 
198
+ #: includes/classes/wp-maintenance-mode.php:163
199
+ #: includes/classes/wp-maintenance-mode.php:646
200
  #, fuzzy
 
201
  msgid "Type your email here…"
202
  msgstr "Completeaza adresa de email"
203
 
204
+ #: includes/classes/wp-maintenance-mode.php:169
205
+ msgid "Privacy Policy"
206
+ msgstr ""
207
+
208
+ #: includes/classes/wp-maintenance-mode.php:172
209
+ msgid ""
210
+ "This form collects your name and email so that we can reach you back. Check "
211
+ "out our <a href=\"#\">Privacy Policy</a> page to fully understand how we "
212
+ "protect and manage your submitted data."
213
+ msgstr ""
214
+
215
+ #: includes/classes/wp-maintenance-mode.php:173
216
+ msgid ""
217
+ "This form collects your email so that we can add you to our newsletter list. "
218
+ "Check out our <a href=\"#\">Privacy Policy</a> page to fully understand how "
219
+ "we protect and manage your submitted data."
220
+ msgstr ""
221
+
222
+ #: includes/classes/wp-maintenance-mode.php:296
223
  #, php-format
224
  msgid ""
225
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
228
  "Plugin-ul WP Maintenance Mode a fost relansat si TREBUIE sa revedeti <a href="
229
  "\"%s\">setarile</a> acestuia."
230
 
231
+ #: includes/classes/wp-maintenance-mode.php:542
232
+ #: includes/classes/wp-maintenance-mode.php:556
233
  msgid "Maintenance Mode"
234
  msgstr "Mentenanta"
235
 
236
+ #: includes/classes/wp-maintenance-mode.php:642
237
  msgid "Please type in your name."
238
  msgstr ""
239
 
240
+ #: includes/classes/wp-maintenance-mode.php:643
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:647 views/maintenance.php:161
246
  msgid "Send"
247
  msgstr "Trimite"
248
 
249
+ #: includes/classes/wp-maintenance-mode.php:858
250
+ #: includes/classes/wp-maintenance-mode.php:892 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:870
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:888
259
  msgid "All fields required."
260
  msgstr "Toate campurile sunt obligatorii."
261
 
262
+ #: includes/classes/wp-maintenance-mode.php:900
263
  msgid "Message via contact"
264
  msgstr "Mesaj trimis prin formularul de contact"
265
 
266
+ #: includes/classes/wp-maintenance-mode.php:917
267
  msgid "Your email was sent to the website administrator. Thanks!"
268
  msgstr "Emailul tau a fost trimis catre administratorul site-ului. Multumim!"
269
 
288
  msgid "Login"
289
  msgstr "Autentificare"
290
 
291
+ #: views/maintenance.php:74
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
 
299
+ #: views/maintenance.php:80 views/maintenance.php:139 views/maintenance.php:140
300
+ #: views/maintenance.php:145 views/maintenance.php:152
 
 
 
 
301
  msgid "This field is required."
302
  msgstr "Acest camp este obligatoriu."
303
 
304
+ #: views/maintenance.php:82 views/maintenance.php:154
305
+ msgid "I've read and agree with the site's privacy policy"
306
+ msgstr ""
307
+
308
+ #: views/maintenance.php:139 views/sidebar.php:7
309
+ msgid "Name"
310
+ msgstr "Nume"
311
+
312
+ #: views/maintenance.php:140
313
  msgid "E-mail"
314
  msgstr "E-Mail"
315
 
316
+ #: views/maintenance.php:145
317
  msgid "Your message"
318
  msgstr "Mesajul tau"
319
 
320
+ #: views/maintenance.php:168
321
  msgid "Contact us"
322
  msgstr "Contacteaza-ne"
323
 
324
+ #: views/maintenance.php:175
325
  msgid "Dashboard"
326
  msgstr "Admin"
327
 
360
  msgid "Manage Bot"
361
  msgstr ""
362
 
363
+ #: views/settings.php:17
364
+ msgid "GDPR"
365
+ msgstr ""
366
+
367
+ #: views/settings.php:26 views/settings.php:469 views/settings.php:636
368
  msgid "Status"
369
  msgstr "Status"
370
 
371
+ #: views/settings.php:28 views/settings.php:472 views/settings.php:638
372
  msgid "Activated"
373
  msgstr "Activat"
374
 
375
+ #: views/settings.php:29 views/settings.php:473 views/settings.php:639
376
  msgid "Deactivated"
377
  msgstr "Dezactivat"
378
 
379
+ #: views/settings.php:33
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
 
395
+ #: views/settings.php:39
396
  msgid "Allow Search Bots to bypass maintenance mode?"
397
  msgstr ""
398
  "Dai voie robotilor motoarelor de cautare sa acceseze site-ul, fara a vedea "
399
  "pagina de mentenanta?"
400
 
401
+ #: views/settings.php:43
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
  "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
  "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
  "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
  "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
  "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:621 views/settings.php:694
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:622 views/settings.php:695
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"
601
+ msgid_plural "You have %s subscribers"
602
+ 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:665
627
  msgid "New page"
628
  msgstr "Pagina noua"
629
 
630
+ #: views/settings.php:329 views/settings.php:666
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:477
707
  #, fuzzy
 
708
  msgid "Bot Name"
709
  msgstr "Nume"
710
 
711
+ #: views/settings.php:480
712
  msgid "This name will appear when the bot is typing."
713
  msgstr ""
714
 
715
+ #: views/settings.php:484
716
  #, fuzzy
 
717
  msgid "Upload avatar"
718
  msgstr "Incarca imagine"
719
 
720
+ #: views/settings.php:488
721
  msgid "A 512 x 512 px will work just fine."
722
  msgstr ""
723
 
724
+ #: views/settings.php:494
725
  msgid "Customize Messages"
726
  msgstr ""
727
 
728
+ #: views/settings.php:499
729
  msgid "Message 1"
730
  msgstr ""
731
 
732
+ #: views/settings.php:507
733
  msgid "Message 2"
734
  msgstr ""
735
 
736
+ #: views/settings.php:515
737
  msgid "Message 3"
738
  msgstr ""
739
 
740
+ #: views/settings.php:523 views/settings.php:563 views/settings.php:585
741
  msgid "Response"
742
  msgstr ""
743
 
744
+ #: views/settings.php:527 views/settings.php:589
745
  msgid "Edit the placeholder's text"
746
  msgstr ""
747
 
748
+ #: views/settings.php:531
749
  msgid "Message 4"
750
  msgstr ""
751
 
752
+ #: views/settings.php:539
753
  msgid "Message 5"
754
  msgstr ""
755
 
756
+ #: views/settings.php:547
757
  msgid "Message 6"
758
  msgstr ""
759
 
760
+ #: views/settings.php:555
761
  msgid "Message 7"
762
  msgstr ""
763
 
764
+ #: views/settings.php:567
765
  msgid "Edit button one"
766
  msgstr ""
767
 
768
+ #: views/settings.php:571
769
  msgid "Edit button two"
770
  msgstr ""
771
 
772
+ #: views/settings.php:577 views/settings.php:593
773
  msgid "Message 8"
774
  msgstr ""
775
 
776
+ #: views/settings.php:577 views/settings.php:601 views/settings.php:609
777
  msgid "(click on button one)"
778
  msgstr ""
779
 
780
+ #: views/settings.php:593
781
  msgid "(click on button two)"
782
  msgstr ""
783
 
784
+ #: views/settings.php:601
785
  msgid "Message 9"
786
  msgstr ""
787
 
788
+ #: views/settings.php:609
789
  msgid "Message 10"
790
  msgstr ""
791
 
792
+ #: views/settings.php:631
793
+ msgid ""
794
+ "To make the plugin GDPR compliant, fill in the details and enable this "
795
+ "section."
796
+ msgstr ""
797
+
798
+ #: views/settings.php:632
799
+ msgid ""
800
+ "Here we added some generic texts that you may want to review, change or "
801
+ "remove."
802
+ msgstr ""
803
+
804
+ #: views/settings.php:644
805
+ msgid "Link name"
806
+ msgstr ""
807
+
808
+ #: views/settings.php:648
809
+ msgid "Label the link that will be shown on frontend footer"
810
+ msgstr ""
811
+
812
+ #: views/settings.php:653
813
+ msgid "P. Policy page link"
814
+ msgstr ""
815
+
816
+ #: views/settings.php:662
817
+ msgid "P. Policy link target"
818
+ msgstr ""
819
+
820
+ #: views/settings.php:668
821
+ msgid "Choose how the link will open."
822
+ msgstr ""
823
+
824
+ #: views/settings.php:673
825
+ msgid "Contact form 'tail'"
826
+ msgstr ""
827
+
828
+ #: views/settings.php:677 views/settings.php:686
829
+ msgid "This will be shown together with the acceptance checkbox below the form"
830
+ msgstr ""
831
+
832
+ #: views/settings.php:682
833
+ msgid "Subscribe form 'tail'"
834
+ msgstr ""
835
+
836
  #: views/sidebar.php:3
837
  msgid "Plugin Info"
838
  msgstr "Informatii plugin"
861
  msgid "Resources"
862
  msgstr "Resurse"
863
 
864
+ #~ msgid "You have %d subscriber(s)"
865
+ #~ msgstr "Lista contine %d abonati"
866
+
867
  #~ msgid "You successfuly subscribed. Thanks!"
868
  #~ msgstr "Ai fost abonat cu succes. Multumim!"
869
 
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.1.1\n"
4
- "POT-Creation-Date: 2018-03-02 10:29+0100\n"
5
- "PO-Revision-Date: 2018-03-02 10:29+0100\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.0.6\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"
@@ -20,49 +20,56 @@ msgstr ""
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: includes/classes\n"
22
  "X-Poedit-SearchPath-2: views\n"
 
 
 
23
 
24
  #: includes/classes/wp-maintenance-mode-admin.php:121
25
  #: includes/classes/wp-maintenance-mode-admin.php:159
26
- #: includes/classes/wp-maintenance-mode-admin.php:181
27
  msgid "You do not have access to this resource."
28
  msgstr ""
29
 
30
- #: includes/classes/wp-maintenance-mode-admin.php:165 views/settings.php:296
31
  #, php-format
32
- msgid "You have %d subscriber(s)"
33
- msgstr "Подписчиков: %d"
34
-
35
- #: includes/classes/wp-maintenance-mode-admin.php:186
 
 
 
 
36
  msgid "The nonce field must not be empty."
37
  msgstr ""
38
 
39
- #: includes/classes/wp-maintenance-mode-admin.php:191
40
  msgid "The tab slug must not be empty."
41
  msgstr ""
42
 
43
- #: includes/classes/wp-maintenance-mode-admin.php:196
44
- #: includes/classes/wp-maintenance-mode-admin.php:250
45
  msgid "Security check."
46
  msgstr ""
47
 
48
- #: includes/classes/wp-maintenance-mode-admin.php:202
49
  msgid "The tab slug must exist."
50
  msgstr ""
51
 
52
- #: includes/classes/wp-maintenance-mode-admin.php:222
53
  msgid "WP Maintenance Mode"
54
  msgstr "Техническое обслуживание"
55
 
56
- #: includes/classes/wp-maintenance-mode-admin.php:487
57
  msgid ""
58
  "WPMM: The file data.js could not be written, the bot will not work correctly."
59
  msgstr ""
60
 
61
- #: includes/classes/wp-maintenance-mode-admin.php:521
62
  msgid "Settings"
63
  msgstr "Настройки"
64
 
65
- #: includes/classes/wp-maintenance-mode-admin.php:540
66
  #, php-format
67
  msgid ""
68
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -71,17 +78,42 @@ msgstr ""
71
  "Режим технического обслуживания <strong>включён</strong>. Не забудьте <a "
72
  "href=\"%s\">выключить</a> его, как только закончите."
73
 
74
- #: includes/classes/wp-maintenance-mode-admin.php:577
75
  msgid "Notice key cannot be empty."
76
  msgstr ""
77
 
78
- #: includes/classes/wp-maintenance-mode-admin.php:625
79
  #, php-format
80
  msgid ""
81
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
82
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
83
  msgstr ""
84
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
  #: includes/classes/wp-maintenance-mode.php:101
86
  #: includes/classes/wp-maintenance-mode.php:102
87
  msgid "Maintenance mode"
@@ -99,76 +131,93 @@ msgstr ""
99
  msgid "Notify me when it's ready"
100
  msgstr "Сообщить о готовности"
101
 
102
- #: includes/classes/wp-maintenance-mode.php:145
103
  msgid ""
104
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
105
  "your assistant here."
106
  msgstr ""
107
 
108
- #: includes/classes/wp-maintenance-mode.php:146
109
  msgid "I have just a few questions."
110
  msgstr ""
111
 
112
- #: includes/classes/wp-maintenance-mode.php:147
113
  msgid "What is your name?"
114
  msgstr ""
115
 
116
- #: includes/classes/wp-maintenance-mode.php:148
117
  msgid "Nice to meet you here, {visitor_name}!"
118
  msgstr ""
119
 
120
- #: includes/classes/wp-maintenance-mode.php:149
121
  msgid "How you can see, our website will be lauched very soon."
122
  msgstr ""
123
 
124
- #: includes/classes/wp-maintenance-mode.php:150
125
  msgid ""
126
  "I know, you are very excited to see it, but we need a few days to finish it."
127
  msgstr ""
128
 
129
- #: includes/classes/wp-maintenance-mode.php:151
130
  msgid "Would you like to be first to see it?"
131
  msgstr ""
132
 
133
- #: includes/classes/wp-maintenance-mode.php:152
134
  msgid ""
135
  "Cool! Please leave your email here and I will send you a message when it's "
136
  "ready."
137
  msgstr ""
138
 
139
- #: includes/classes/wp-maintenance-mode.php:153
140
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
141
  msgstr ""
142
 
143
- #: includes/classes/wp-maintenance-mode.php:154
144
  msgid "Got it! Thank you and see you soon here!"
145
  msgstr ""
146
 
147
- #: includes/classes/wp-maintenance-mode.php:155
148
  msgid "Have a great day!"
149
  msgstr ""
150
 
151
- #: includes/classes/wp-maintenance-mode.php:158
152
- #: includes/classes/wp-maintenance-mode.php:592
153
  msgid "Type your name here…"
154
  msgstr ""
155
 
156
- #: includes/classes/wp-maintenance-mode.php:159
157
  msgid "Tell me more"
158
  msgstr ""
159
 
160
- #: includes/classes/wp-maintenance-mode.php:160
161
  msgid "Boring"
162
  msgstr ""
163
 
164
- #: includes/classes/wp-maintenance-mode.php:161
165
- #: includes/classes/wp-maintenance-mode.php:593
166
  #, fuzzy
167
- #| msgid "Enter your email address"
168
  msgid "Type your email here…"
169
  msgstr "Введите ваш e-mail адрес"
170
 
171
- #: includes/classes/wp-maintenance-mode.php:286
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
172
  #, php-format
173
  msgid ""
174
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
@@ -177,43 +226,42 @@ msgstr ""
177
  "Плагин технического обслуживания был перезапущен. Вам НЕОБХОДИМО "
178
  "пересмотреть <a href=\"%s\">настройки</a>."
179
 
180
- #: includes/classes/wp-maintenance-mode.php:488
181
- #: includes/classes/wp-maintenance-mode.php:502
182
  msgid "Maintenance Mode"
183
  msgstr "Режим технического обслуживания"
184
 
185
- #: includes/classes/wp-maintenance-mode.php:589
186
  msgid "Please type in your name."
187
  msgstr ""
188
 
189
- #: includes/classes/wp-maintenance-mode.php:590
190
  #, fuzzy
191
- #| msgid "Please enter a valid email address."
192
  msgid "Please type in a valid email address."
193
  msgstr "Введите корректный e-mail адрес."
194
 
195
- #: includes/classes/wp-maintenance-mode.php:594 views/maintenance.php:130
196
  msgid "Send"
197
  msgstr "Отправить"
198
 
199
- #: includes/classes/wp-maintenance-mode.php:788
200
- #: includes/classes/wp-maintenance-mode.php:822 views/maintenance.php:121
201
  msgid "Please enter a valid email address."
202
  msgstr "Введите корректный e-mail адрес."
203
 
204
- #: includes/classes/wp-maintenance-mode.php:800
205
  msgid "You successfully subscribed. Thanks!"
206
  msgstr ""
207
 
208
- #: includes/classes/wp-maintenance-mode.php:818
209
  msgid "All fields required."
210
  msgstr "Все поля обязательны."
211
 
212
- #: includes/classes/wp-maintenance-mode.php:830
213
  msgid "Message via contact"
214
  msgstr "Сообщение"
215
 
216
- #: includes/classes/wp-maintenance-mode.php:844
217
  msgid "Your email was sent to the website administrator. Thanks!"
218
  msgstr "Ваше сообщение отправлено администратору сайта. Спасибо!"
219
 
@@ -238,36 +286,40 @@ msgstr ""
238
  msgid "Login"
239
  msgstr "Войти"
240
 
241
- #: views/maintenance.php:72
242
  msgid "your e-mail..."
243
  msgstr "ваш e-mail..."
244
 
245
- #: views/maintenance.php:73 views/settings.php:271
246
  msgid "Subscribe"
247
  msgstr "Подписаться"
248
 
249
- #: views/maintenance.php:120 views/sidebar.php:7
250
- msgid "Name"
251
- msgstr "Имя"
252
-
253
- #: views/maintenance.php:120 views/maintenance.php:121
254
- #: views/maintenance.php:126
255
  msgid "This field is required."
256
  msgstr ""
257
 
258
- #: views/maintenance.php:121
 
 
 
 
 
 
 
 
259
  msgid "E-mail"
260
  msgstr "E-mail"
261
 
262
- #: views/maintenance.php:126
263
  msgid "Your message"
264
  msgstr "Ваше сообщение"
265
 
266
- #: views/maintenance.php:137
267
  msgid "Contact us"
268
  msgstr "Свяжитесь с нами"
269
 
270
- #: views/maintenance.php:142
271
  msgid "Dashboard"
272
  msgstr "Панель управления"
273
 
@@ -306,69 +358,73 @@ msgstr "Модули"
306
  msgid "Manage Bot"
307
  msgstr ""
308
 
309
- #: views/settings.php:25 views/settings.php:454
 
 
 
 
310
  msgid "Status"
311
  msgstr "Статус"
312
 
313
- #: views/settings.php:27 views/settings.php:457
314
  msgid "Activated"
315
  msgstr "Включено"
316
 
317
- #: views/settings.php:28 views/settings.php:458
318
  msgid "Deactivated"
319
  msgstr "Отключено"
320
 
321
- #: views/settings.php:32
322
  msgid "Bypass for Search Bots"
323
  msgstr "Индексация роботами"
324
 
325
- #: views/settings.php:35 views/settings.php:105 views/settings.php:115
326
- #: views/settings.php:243 views/settings.php:279 views/settings.php:317
327
- #: views/settings.php:385 views/settings.php:417
328
  msgid "Yes"
329
  msgstr "Да"
330
 
331
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
332
- #: views/settings.php:244 views/settings.php:280 views/settings.php:318
333
- #: views/settings.php:386 views/settings.php:418
334
  msgid "No"
335
  msgstr "Нет"
336
 
337
- #: views/settings.php:38
338
  msgid "Allow Search Bots to bypass maintenance mode?"
339
  msgstr ""
340
  "Разрешить поисковым роботам индексацию сайта во время технического "
341
  "обслуживания?"
342
 
343
- #: views/settings.php:42
344
  msgid "Backend Role"
345
  msgstr "Доступ к панели управления"
346
 
347
- #: views/settings.php:44 views/settings.php:60
348
  msgid "Select role(s)"
349
  msgstr ""
350
 
351
- #: views/settings.php:54
352
  msgid ""
353
  "Which user role is allowed to access the backend of this blog? "
354
  "Administrators will always have access."
355
  msgstr ""
356
 
357
- #: views/settings.php:58
358
  msgid "Frontend Role"
359
  msgstr "Доступ к сайту"
360
 
361
- #: views/settings.php:70
362
  msgid ""
363
  "Which user role is allowed to access the frontend of this blog? "
364
  "Administrators will always have access."
365
  msgstr ""
366
 
367
- #: views/settings.php:74
368
  msgid "Robots Meta Tag"
369
  msgstr "Метатэг для роботов"
370
 
371
- #: views/settings.php:80
372
  msgid ""
373
  "The robots meta tag lets you use a granular, page-specific approach to "
374
  "control how an individual page should be indexed and served to users in "
@@ -377,22 +433,22 @@ msgstr ""
377
  "Метатэг для роботов позволяет Вам определить специфическое для каждой "
378
  "страницы индексирование и отображение пользователям в результатах поиска."
379
 
380
- #: views/settings.php:84
381
  msgid "Redirection"
382
  msgstr "Перенаправление"
383
 
384
- #: views/settings.php:87
385
  msgid ""
386
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
387
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
388
  "(incl. http://)"
389
  msgstr ""
390
 
391
- #: views/settings.php:91
392
  msgid "Exclude"
393
  msgstr "Исключения"
394
 
395
- #: views/settings.php:98
396
  msgid ""
397
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
398
  "IP per line!"
@@ -400,317 +456,376 @@ msgstr ""
400
  "Разрешите доступ к новостям (ленте), страницам, архивам или по IP во время "
401
  "технического обслуживания. Одна страница/IP на строке!"
402
 
403
- #: views/settings.php:102
404
  msgid "Notice"
405
  msgstr "Предупреждение"
406
 
407
- #: views/settings.php:108
408
  msgid "Do you want to see notices when maintenance mode is activated?"
409
  msgstr ""
410
  "Вы хотите видеть предупреждения, когда режим технического обслуживания "
411
  "включён?"
412
 
413
- #: views/settings.php:112
414
  msgid "Dashboard link"
415
  msgstr "Ссылка на панель управления"
416
 
417
- #: views/settings.php:118
418
  msgid ""
419
  "Do you want to add a link to the dashboard on your maintenance mode page?"
420
  msgstr ""
421
  "Вы хотите добавить ссылку на панель управления на странице технического "
422
  "обслуживания?"
423
 
424
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
425
- #: views/settings.php:612
426
  msgid "Save settings"
427
  msgstr "Сохранить настройки"
428
 
429
- #: views/settings.php:127 views/settings.php:230 views/settings.php:435
430
- #: views/settings.php:613
431
  msgid "Reset settings"
432
  msgstr "Сбросить настройки"
433
 
434
- #: views/settings.php:132
435
  msgid "Content"
436
  msgstr "Содержимое"
437
 
438
- #: views/settings.php:137
439
  msgid "Title (HTML tag)"
440
  msgstr "Название (тэг HTML)"
441
 
442
- #: views/settings.php:143
443
  msgid "Heading"
444
  msgstr "Заголовок"
445
 
446
- #: views/settings.php:150 views/settings.php:285
447
  msgid "Text"
448
  msgstr "Текст"
449
 
450
- #: views/settings.php:170
 
 
 
 
451
  msgid "Background"
452
  msgstr "Фон"
453
 
454
- #: views/settings.php:175
455
  msgid "Choose type"
456
  msgstr "Выберите тип"
457
 
458
- #: views/settings.php:178
459
  msgid "Custom color"
460
  msgstr "Другой цвет"
461
 
462
- #: views/settings.php:179
463
  msgid "Uploaded background"
464
  msgstr "Загруженный фон"
465
 
466
- #: views/settings.php:180
467
  msgid "Predefined background"
468
  msgstr "Предустановленный фон"
469
 
470
- #: views/settings.php:185
471
  msgid "Choose color"
472
  msgstr "Выберите цвет"
473
 
474
- #: views/settings.php:191
475
  msgid "Upload background"
476
  msgstr "Загрузить фон"
477
 
478
- #: views/settings.php:195
479
  msgid "Backgrounds should have 1920x1280 px size."
480
  msgstr "Фоновое изображение должно быть размера 1920x1080."
481
 
482
- #: views/settings.php:200
483
  msgid "Choose background"
484
  msgstr "Выберите фон"
485
 
486
- #: views/settings.php:202
487
  #, php-format
488
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
489
  msgstr ""
490
 
491
- #: views/settings.php:235
492
  msgid "Countdown"
493
  msgstr "Обратный отсчёт"
494
 
495
- #: views/settings.php:240
496
  msgid "Show countdown?"
497
  msgstr "Показывать обратный отсчёт?"
498
 
499
- #: views/settings.php:249
500
  msgid "Start date"
501
  msgstr "Дата начала"
502
 
503
- #: views/settings.php:255
504
  msgid "Countdown (remaining time)"
505
  msgstr "Обратный отсчёт (оставшееся время)"
506
 
507
- #: views/settings.php:257
508
  msgid "Days"
509
  msgstr "Дни"
510
 
511
- #: views/settings.php:258
512
  msgid "Hours"
513
  msgstr "Часы"
514
 
515
- #: views/settings.php:259
516
  msgid "Minutes"
517
  msgstr "Минуты"
518
 
519
- #: views/settings.php:263
520
  msgid "Color"
521
  msgstr "Цвет"
522
 
523
- #: views/settings.php:276
524
  msgid "Show subscribe?"
525
  msgstr "Отображать возможность подписки?"
526
 
527
- #: views/settings.php:292
528
  msgid "Stats"
529
  msgstr "Статистика"
530
 
531
- #: views/settings.php:301
 
 
 
 
 
 
 
 
 
532
  msgid "Export as CSV"
533
  msgstr "Экспорт в .csv"
534
 
535
- #: views/settings.php:302
536
  msgid "Empty subscribers list"
537
  msgstr ""
538
 
539
- #: views/settings.php:309
540
  msgid "Social Networks"
541
  msgstr "Социальные сети"
542
 
543
- #: views/settings.php:314
544
  msgid "Show social networks?"
545
  msgstr "Отображать социальные сети?"
546
 
547
- #: views/settings.php:323
548
  msgid "Links target?"
549
  msgstr "Куда ведут ссылки?"
550
 
551
- #: views/settings.php:326
552
  msgid "New page"
553
  msgstr "Новая страница"
554
 
555
- #: views/settings.php:327
556
  msgid "Same page"
557
  msgstr "Такая же страница"
558
 
559
- #: views/settings.php:329
560
  msgid "Choose how the links will open."
561
  msgstr "Как будут открываться ссылки?"
562
 
563
- #: views/settings.php:377
564
  msgid "Contact"
565
  msgstr "Обратная связь"
566
 
567
- #: views/settings.php:382
568
  msgid "Show contact?"
569
  msgstr "Включить обратную связь?"
570
 
571
- #: views/settings.php:391
572
  msgid "Email address"
573
  msgstr "E-mail адрес"
574
 
575
- #: views/settings.php:397
576
  msgid "Effects"
577
  msgstr "Эффекты"
578
 
579
- #: views/settings.php:400
580
  msgid "Move top - Move bottom"
581
  msgstr "Сверху вниз"
582
 
583
- #: views/settings.php:401
584
  msgid "Zoom - Zoomed"
585
  msgstr "Увеличение"
586
 
587
- #: views/settings.php:402
588
  msgid "Fold - Unfold"
589
  msgstr "Поворот"
590
 
591
- #: views/settings.php:409
592
  msgid "Google Analytics"
593
  msgstr "Google Analytics"
594
 
595
- #: views/settings.php:414
596
  msgid "Use Google Analytics?"
597
  msgstr "Использовать Google Analytics?"
598
 
599
- #: views/settings.php:423
 
 
 
 
600
  msgid "Tracking code"
601
  msgstr "Код слежения"
602
 
603
- #: views/settings.php:426
604
  msgid ""
605
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
606
  msgstr ""
607
 
608
- #: views/settings.php:444 views/settings.php:447
609
  msgid ""
610
  "Setup the conversation steps to capture more subscribers with this friendly "
611
  "way of asking email addresess."
612
  msgstr ""
613
 
614
- #: views/settings.php:448
615
  msgid ""
616
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
617
  "make the conversation even more realistic."
618
  msgstr ""
619
 
620
- #: views/settings.php:449
621
  msgid ""
622
  "It is also ok if you don't fill in all the conversation steps if you don't "
623
  "need to."
624
  msgstr ""
625
 
626
- #: views/settings.php:462
627
  #, fuzzy
628
- #| msgid "Name"
629
  msgid "Bot Name"
630
  msgstr "Имя"
631
 
632
- #: views/settings.php:465
633
  msgid "This name will appear when the bot is typing."
634
  msgstr ""
635
 
636
- #: views/settings.php:469
637
  #, fuzzy
638
- #| msgid "Upload background"
639
  msgid "Upload avatar"
640
  msgstr "Загрузить фон"
641
 
642
- #: views/settings.php:473
643
  msgid "A 512 x 512 px will work just fine."
644
  msgstr ""
645
 
646
- #: views/settings.php:479
647
  msgid "Customize Messages"
648
  msgstr ""
649
 
650
- #: views/settings.php:484
651
  msgid "Message 1"
652
  msgstr ""
653
 
654
- #: views/settings.php:492
655
  msgid "Message 2"
656
  msgstr ""
657
 
658
- #: views/settings.php:500
659
  msgid "Message 3"
660
  msgstr ""
661
 
662
- #: views/settings.php:508 views/settings.php:548 views/settings.php:570
663
  msgid "Response"
664
  msgstr ""
665
 
666
- #: views/settings.php:512 views/settings.php:574
667
  msgid "Edit the placeholder's text"
668
  msgstr ""
669
 
670
- #: views/settings.php:516
671
  msgid "Message 4"
672
  msgstr ""
673
 
674
- #: views/settings.php:524
675
  msgid "Message 5"
676
  msgstr ""
677
 
678
- #: views/settings.php:532
679
  msgid "Message 6"
680
  msgstr ""
681
 
682
- #: views/settings.php:540
683
  msgid "Message 7"
684
  msgstr ""
685
 
686
- #: views/settings.php:552
687
  msgid "Edit button one"
688
  msgstr ""
689
 
690
- #: views/settings.php:556
691
  msgid "Edit button two"
692
  msgstr ""
693
 
694
- #: views/settings.php:562 views/settings.php:578
695
  msgid "Message 8"
696
  msgstr ""
697
 
698
- #: views/settings.php:562 views/settings.php:586 views/settings.php:594
699
  msgid "(click on button one)"
700
  msgstr ""
701
 
702
- #: views/settings.php:578
703
  msgid "(click on button two)"
704
  msgstr ""
705
 
706
- #: views/settings.php:586
707
  msgid "Message 9"
708
  msgstr ""
709
 
710
- #: views/settings.php:594
711
  msgid "Message 10"
712
  msgstr ""
713
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
714
  #: views/sidebar.php:3
715
  msgid "Plugin Info"
716
  msgstr "Информация о плагине"
@@ -739,6 +854,9 @@ msgstr ""
739
  msgid "Resources"
740
  msgstr "Ресурсы"
741
 
 
 
 
742
  #~ msgid "You successfuly subscribed. Thanks!"
743
  #~ msgstr "Вы успешно подписались."
744
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.2.2\n"
4
+ "POT-Creation-Date: 2018-11-26 19:18+0200\n"
5
+ "PO-Revision-Date: 2018-11-26 19:18+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 1.8.8\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"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: includes/classes\n"
22
  "X-Poedit-SearchPath-2: views\n"
23
+ "X-Poedit-SearchPathExcluded-0: .git\n"
24
+ "X-Poedit-SearchPathExcluded-1: assets\n"
25
+ "X-Poedit-SearchPathExcluded-2: node_modules\n"
26
 
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
 
33
+ #: includes/classes/wp-maintenance-mode-admin.php:165
34
  #, php-format
35
+ msgctxt "ajax response"
36
+ msgid "You have %d subscriber"
37
+ msgid_plural "You have %s subscribers"
38
+ msgstr[0] ""
39
+ msgstr[1] ""
40
+ msgstr[2] ""
41
+
42
+ #: includes/classes/wp-maintenance-mode-admin.php:187
43
  msgid "The nonce field must not be empty."
44
  msgstr ""
45
 
46
+ #: includes/classes/wp-maintenance-mode-admin.php:192
47
  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
 
55
+ #: includes/classes/wp-maintenance-mode-admin.php:203
56
  msgid "The tab slug must exist."
57
  msgstr ""
58
 
59
+ #: includes/classes/wp-maintenance-mode-admin.php:223
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
  "Режим технического обслуживания <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 "
114
+ "your privacy policy page."
115
+ msgstr ""
116
+
117
  #: includes/classes/wp-maintenance-mode.php:101
118
  #: includes/classes/wp-maintenance-mode.php:102
119
  msgid "Maintenance mode"
131
  msgid "Notify me when it's ready"
132
  msgstr "Сообщить о готовности"
133
 
134
+ #: includes/classes/wp-maintenance-mode.php:147
135
  msgid ""
136
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
137
  "your assistant here."
138
  msgstr ""
139
 
140
+ #: includes/classes/wp-maintenance-mode.php:148
141
  msgid "I have just a few questions."
142
  msgstr ""
143
 
144
+ #: includes/classes/wp-maintenance-mode.php:149
145
  msgid "What is your name?"
146
  msgstr ""
147
 
148
+ #: includes/classes/wp-maintenance-mode.php:150
149
  msgid "Nice to meet you here, {visitor_name}!"
150
  msgstr ""
151
 
152
+ #: includes/classes/wp-maintenance-mode.php:151
153
  msgid "How you can see, our website will be lauched very soon."
154
  msgstr ""
155
 
156
+ #: includes/classes/wp-maintenance-mode.php:152
157
  msgid ""
158
  "I know, you are very excited to see it, but we need a few days to finish it."
159
  msgstr ""
160
 
161
+ #: includes/classes/wp-maintenance-mode.php:153
162
  msgid "Would you like to be first to see it?"
163
  msgstr ""
164
 
165
+ #: includes/classes/wp-maintenance-mode.php:154
166
  msgid ""
167
  "Cool! Please leave your email here and I will send you a message when it's "
168
  "ready."
169
  msgstr ""
170
 
171
+ #: includes/classes/wp-maintenance-mode.php:155
172
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
173
  msgstr ""
174
 
175
+ #: includes/classes/wp-maintenance-mode.php:156
176
  msgid "Got it! Thank you and see you soon here!"
177
  msgstr ""
178
 
179
+ #: includes/classes/wp-maintenance-mode.php:157
180
  msgid "Have a great day!"
181
  msgstr ""
182
 
183
+ #: includes/classes/wp-maintenance-mode.php:160
184
+ #: includes/classes/wp-maintenance-mode.php:645
185
  msgid "Type your name here…"
186
  msgstr ""
187
 
188
+ #: includes/classes/wp-maintenance-mode.php:161
189
  msgid "Tell me more"
190
  msgstr ""
191
 
192
+ #: includes/classes/wp-maintenance-mode.php:162
193
  msgid "Boring"
194
  msgstr ""
195
 
196
+ #: includes/classes/wp-maintenance-mode.php:163
197
+ #: includes/classes/wp-maintenance-mode.php:646
198
  #, fuzzy
 
199
  msgid "Type your email here…"
200
  msgstr "Введите ваш e-mail адрес"
201
 
202
+ #: includes/classes/wp-maintenance-mode.php:169
203
+ msgid "Privacy Policy"
204
+ msgstr ""
205
+
206
+ #: includes/classes/wp-maintenance-mode.php:172
207
+ msgid ""
208
+ "This form collects your name and email so that we can reach you back. Check "
209
+ "out our <a href=\"#\">Privacy Policy</a> page to fully understand how we "
210
+ "protect and manage your submitted data."
211
+ msgstr ""
212
+
213
+ #: includes/classes/wp-maintenance-mode.php:173
214
+ msgid ""
215
+ "This form collects your email so that we can add you to our newsletter list. "
216
+ "Check out our <a href=\"#\">Privacy Policy</a> page to fully understand how "
217
+ "we protect and manage your submitted data."
218
+ msgstr ""
219
+
220
+ #: includes/classes/wp-maintenance-mode.php:296
221
  #, php-format
222
  msgid ""
223
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
226
  "Плагин технического обслуживания был перезапущен. Вам НЕОБХОДИМО "
227
  "пересмотреть <a href=\"%s\">настройки</a>."
228
 
229
+ #: includes/classes/wp-maintenance-mode.php:542
230
+ #: includes/classes/wp-maintenance-mode.php:556
231
  msgid "Maintenance Mode"
232
  msgstr "Режим технического обслуживания"
233
 
234
+ #: includes/classes/wp-maintenance-mode.php:642
235
  msgid "Please type in your name."
236
  msgstr ""
237
 
238
+ #: includes/classes/wp-maintenance-mode.php:643
239
  #, fuzzy
 
240
  msgid "Please type in a valid email address."
241
  msgstr "Введите корректный e-mail адрес."
242
 
243
+ #: includes/classes/wp-maintenance-mode.php:647 views/maintenance.php:161
244
  msgid "Send"
245
  msgstr "Отправить"
246
 
247
+ #: includes/classes/wp-maintenance-mode.php:858
248
+ #: includes/classes/wp-maintenance-mode.php:892 views/maintenance.php:140
249
  msgid "Please enter a valid email address."
250
  msgstr "Введите корректный e-mail адрес."
251
 
252
+ #: includes/classes/wp-maintenance-mode.php:870
253
  msgid "You successfully subscribed. Thanks!"
254
  msgstr ""
255
 
256
+ #: includes/classes/wp-maintenance-mode.php:888
257
  msgid "All fields required."
258
  msgstr "Все поля обязательны."
259
 
260
+ #: includes/classes/wp-maintenance-mode.php:900
261
  msgid "Message via contact"
262
  msgstr "Сообщение"
263
 
264
+ #: includes/classes/wp-maintenance-mode.php:917
265
  msgid "Your email was sent to the website administrator. Thanks!"
266
  msgstr "Ваше сообщение отправлено администратору сайта. Спасибо!"
267
 
286
  msgid "Login"
287
  msgstr "Войти"
288
 
289
+ #: views/maintenance.php:74
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
 
297
+ #: views/maintenance.php:80 views/maintenance.php:139 views/maintenance.php:140
298
+ #: views/maintenance.php:145 views/maintenance.php:152
 
 
 
 
299
  msgid "This field is required."
300
  msgstr ""
301
 
302
+ #: views/maintenance.php:82 views/maintenance.php:154
303
+ msgid "I've read and agree with the site's privacy policy"
304
+ msgstr ""
305
+
306
+ #: views/maintenance.php:139 views/sidebar.php:7
307
+ msgid "Name"
308
+ msgstr "Имя"
309
+
310
+ #: views/maintenance.php:140
311
  msgid "E-mail"
312
  msgstr "E-mail"
313
 
314
+ #: views/maintenance.php:145
315
  msgid "Your message"
316
  msgstr "Ваше сообщение"
317
 
318
+ #: views/maintenance.php:168
319
  msgid "Contact us"
320
  msgstr "Свяжитесь с нами"
321
 
322
+ #: views/maintenance.php:175
323
  msgid "Dashboard"
324
  msgstr "Панель управления"
325
 
358
  msgid "Manage Bot"
359
  msgstr ""
360
 
361
+ #: views/settings.php:17
362
+ msgid "GDPR"
363
+ msgstr ""
364
+
365
+ #: views/settings.php:26 views/settings.php:469 views/settings.php:636
366
  msgid "Status"
367
  msgstr "Статус"
368
 
369
+ #: views/settings.php:28 views/settings.php:472 views/settings.php:638
370
  msgid "Activated"
371
  msgstr "Включено"
372
 
373
+ #: views/settings.php:29 views/settings.php:473 views/settings.php:639
374
  msgid "Deactivated"
375
  msgstr "Отключено"
376
 
377
+ #: views/settings.php:33
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
 
393
+ #: views/settings.php:39
394
  msgid "Allow Search Bots to bypass maintenance mode?"
395
  msgstr ""
396
  "Разрешить поисковым роботам индексацию сайта во время технического "
397
  "обслуживания?"
398
 
399
+ #: views/settings.php:43
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
  "Метатэг для роботов позволяет Вам определить специфическое для каждой "
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
  "Разрешите доступ к новостям (ленте), страницам, архивам или по 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:621 views/settings.php:694
482
  msgid "Save settings"
483
  msgstr "Сохранить настройки"
484
 
485
+ #: views/settings.php:128 views/settings.php:232 views/settings.php:453
486
+ #: views/settings.php:622 views/settings.php:695
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"
595
+ msgid_plural "You have %s subscribers"
596
+ 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:665
621
  msgid "New page"
622
  msgstr "Новая страница"
623
 
624
+ #: views/settings.php:329 views/settings.php:666
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:477
700
  #, fuzzy
 
701
  msgid "Bot Name"
702
  msgstr "Имя"
703
 
704
+ #: views/settings.php:480
705
  msgid "This name will appear when the bot is typing."
706
  msgstr ""
707
 
708
+ #: views/settings.php:484
709
  #, fuzzy
 
710
  msgid "Upload avatar"
711
  msgstr "Загрузить фон"
712
 
713
+ #: views/settings.php:488
714
  msgid "A 512 x 512 px will work just fine."
715
  msgstr ""
716
 
717
+ #: views/settings.php:494
718
  msgid "Customize Messages"
719
  msgstr ""
720
 
721
+ #: views/settings.php:499
722
  msgid "Message 1"
723
  msgstr ""
724
 
725
+ #: views/settings.php:507
726
  msgid "Message 2"
727
  msgstr ""
728
 
729
+ #: views/settings.php:515
730
  msgid "Message 3"
731
  msgstr ""
732
 
733
+ #: views/settings.php:523 views/settings.php:563 views/settings.php:585
734
  msgid "Response"
735
  msgstr ""
736
 
737
+ #: views/settings.php:527 views/settings.php:589
738
  msgid "Edit the placeholder's text"
739
  msgstr ""
740
 
741
+ #: views/settings.php:531
742
  msgid "Message 4"
743
  msgstr ""
744
 
745
+ #: views/settings.php:539
746
  msgid "Message 5"
747
  msgstr ""
748
 
749
+ #: views/settings.php:547
750
  msgid "Message 6"
751
  msgstr ""
752
 
753
+ #: views/settings.php:555
754
  msgid "Message 7"
755
  msgstr ""
756
 
757
+ #: views/settings.php:567
758
  msgid "Edit button one"
759
  msgstr ""
760
 
761
+ #: views/settings.php:571
762
  msgid "Edit button two"
763
  msgstr ""
764
 
765
+ #: views/settings.php:577 views/settings.php:593
766
  msgid "Message 8"
767
  msgstr ""
768
 
769
+ #: views/settings.php:577 views/settings.php:601 views/settings.php:609
770
  msgid "(click on button one)"
771
  msgstr ""
772
 
773
+ #: views/settings.php:593
774
  msgid "(click on button two)"
775
  msgstr ""
776
 
777
+ #: views/settings.php:601
778
  msgid "Message 9"
779
  msgstr ""
780
 
781
+ #: views/settings.php:609
782
  msgid "Message 10"
783
  msgstr ""
784
 
785
+ #: views/settings.php:631
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:632
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:644
798
+ msgid "Link name"
799
+ msgstr ""
800
+
801
+ #: views/settings.php:648
802
+ msgid "Label the link that will be shown on frontend footer"
803
+ msgstr ""
804
+
805
+ #: views/settings.php:653
806
+ msgid "P. Policy page link"
807
+ msgstr ""
808
+
809
+ #: views/settings.php:662
810
+ msgid "P. Policy link target"
811
+ msgstr ""
812
+
813
+ #: views/settings.php:668
814
+ msgid "Choose how the link will open."
815
+ msgstr ""
816
+
817
+ #: views/settings.php:673
818
+ msgid "Contact form 'tail'"
819
+ msgstr ""
820
+
821
+ #: views/settings.php:677 views/settings.php:686
822
+ msgid "This will be shown together with the acceptance checkbox below the form"
823
+ msgstr ""
824
+
825
+ #: views/settings.php:682
826
+ msgid "Subscribe form 'tail'"
827
+ msgstr ""
828
+
829
  #: views/sidebar.php:3
830
  msgid "Plugin Info"
831
  msgstr "Информация о плагине"
854
  msgid "Resources"
855
  msgstr "Ресурсы"
856
 
857
+ #~ msgid "You have %d subscriber(s)"
858
+ #~ msgstr "Подписчиков: %d"
859
+
860
  #~ msgid "You successfuly subscribed. Thanks!"
861
  #~ msgstr "Вы успешно подписались."
862
 
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.1.1\n"
4
- "POT-Creation-Date: 2018-03-02 10:29+0100\n"
5
- "PO-Revision-Date: 2018-03-02 10:29+0100\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.0.6\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -19,49 +19,55 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPath-1: includes/classes\n"
21
  "X-Poedit-SearchPath-2: views\n"
 
 
 
22
 
23
  #: includes/classes/wp-maintenance-mode-admin.php:121
24
  #: includes/classes/wp-maintenance-mode-admin.php:159
25
- #: includes/classes/wp-maintenance-mode-admin.php:181
26
  msgid "You do not have access to this resource."
27
  msgstr ""
28
 
29
- #: includes/classes/wp-maintenance-mode-admin.php:165 views/settings.php:296
30
  #, php-format
31
- msgid "You have %d subscriber(s)"
32
- msgstr "Du har %d prenumeranter"
 
 
 
33
 
34
- #: includes/classes/wp-maintenance-mode-admin.php:186
35
  msgid "The nonce field must not be empty."
36
  msgstr ""
37
 
38
- #: includes/classes/wp-maintenance-mode-admin.php:191
39
  msgid "The tab slug must not be empty."
40
  msgstr ""
41
 
42
- #: includes/classes/wp-maintenance-mode-admin.php:196
43
- #: includes/classes/wp-maintenance-mode-admin.php:250
44
  msgid "Security check."
45
  msgstr ""
46
 
47
- #: includes/classes/wp-maintenance-mode-admin.php:202
48
  msgid "The tab slug must exist."
49
  msgstr ""
50
 
51
- #: includes/classes/wp-maintenance-mode-admin.php:222
52
  msgid "WP Maintenance Mode"
53
  msgstr "WP Underhållsläge"
54
 
55
- #: includes/classes/wp-maintenance-mode-admin.php:487
56
  msgid ""
57
  "WPMM: The file data.js could not be written, the bot will not work correctly."
58
  msgstr ""
59
 
60
- #: includes/classes/wp-maintenance-mode-admin.php:521
61
  msgid "Settings"
62
  msgstr "Inställningar"
63
 
64
- #: includes/classes/wp-maintenance-mode-admin.php:540
65
  #, php-format
66
  msgid ""
67
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -70,17 +76,42 @@ msgstr ""
70
  "Underhållsläget är <strong>aktiverat</strong>. Glöm inte att <a href=\"%s"
71
  "\">avaktivera</a> det när du är klar."
72
 
73
- #: includes/classes/wp-maintenance-mode-admin.php:577
74
  msgid "Notice key cannot be empty."
75
  msgstr ""
76
 
77
- #: includes/classes/wp-maintenance-mode-admin.php:625
78
  #, php-format
79
  msgid ""
80
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
81
  "rating. A huge thank you from WP Maintenance Mode makers in advance!"
82
  msgstr ""
83
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  #: includes/classes/wp-maintenance-mode.php:101
85
  #: includes/classes/wp-maintenance-mode.php:102
86
  msgid "Maintenance mode"
@@ -98,76 +129,93 @@ msgstr ""
98
  msgid "Notify me when it's ready"
99
  msgstr "Meddela mig när sidan är färdig"
100
 
101
- #: includes/classes/wp-maintenance-mode.php:145
102
  msgid ""
103
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
104
  "your assistant here."
105
  msgstr ""
106
 
107
- #: includes/classes/wp-maintenance-mode.php:146
108
  msgid "I have just a few questions."
109
  msgstr ""
110
 
111
- #: includes/classes/wp-maintenance-mode.php:147
112
  msgid "What is your name?"
113
  msgstr ""
114
 
115
- #: includes/classes/wp-maintenance-mode.php:148
116
  msgid "Nice to meet you here, {visitor_name}!"
117
  msgstr ""
118
 
119
- #: includes/classes/wp-maintenance-mode.php:149
120
  msgid "How you can see, our website will be lauched very soon."
121
  msgstr ""
122
 
123
- #: includes/classes/wp-maintenance-mode.php:150
124
  msgid ""
125
  "I know, you are very excited to see it, but we need a few days to finish it."
126
  msgstr ""
127
 
128
- #: includes/classes/wp-maintenance-mode.php:151
129
  msgid "Would you like to be first to see it?"
130
  msgstr ""
131
 
132
- #: includes/classes/wp-maintenance-mode.php:152
133
  msgid ""
134
  "Cool! Please leave your email here and I will send you a message when it's "
135
  "ready."
136
  msgstr ""
137
 
138
- #: includes/classes/wp-maintenance-mode.php:153
139
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
140
  msgstr ""
141
 
142
- #: includes/classes/wp-maintenance-mode.php:154
143
  msgid "Got it! Thank you and see you soon here!"
144
  msgstr ""
145
 
146
- #: includes/classes/wp-maintenance-mode.php:155
147
  msgid "Have a great day!"
148
  msgstr ""
149
 
150
- #: includes/classes/wp-maintenance-mode.php:158
151
- #: includes/classes/wp-maintenance-mode.php:592
152
  msgid "Type your name here…"
153
  msgstr ""
154
 
155
- #: includes/classes/wp-maintenance-mode.php:159
156
  msgid "Tell me more"
157
  msgstr ""
158
 
159
- #: includes/classes/wp-maintenance-mode.php:160
160
  msgid "Boring"
161
  msgstr ""
162
 
163
- #: includes/classes/wp-maintenance-mode.php:161
164
- #: includes/classes/wp-maintenance-mode.php:593
165
  #, fuzzy
166
- #| msgid "Enter your email address"
167
  msgid "Type your email here…"
168
  msgstr "Fyll i din e-postadress"
169
 
170
- #: includes/classes/wp-maintenance-mode.php:286
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
171
  #, php-format
172
  msgid ""
173
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
@@ -176,43 +224,42 @@ msgstr ""
176
  "Tillägget WP Underhållsläge återlanserades nyligen med massa nya <a href=\"%s"
177
  "\">inställningar</a>."
178
 
179
- #: includes/classes/wp-maintenance-mode.php:488
180
- #: includes/classes/wp-maintenance-mode.php:502
181
  msgid "Maintenance Mode"
182
  msgstr "Underhållsläge"
183
 
184
- #: includes/classes/wp-maintenance-mode.php:589
185
  msgid "Please type in your name."
186
  msgstr ""
187
 
188
- #: includes/classes/wp-maintenance-mode.php:590
189
  #, fuzzy
190
- #| msgid "Please enter a valid email address."
191
  msgid "Please type in a valid email address."
192
  msgstr "Vänligen fyll i en giltig e-postadress. "
193
 
194
- #: includes/classes/wp-maintenance-mode.php:594 views/maintenance.php:130
195
  msgid "Send"
196
  msgstr "Skicka"
197
 
198
- #: includes/classes/wp-maintenance-mode.php:788
199
- #: includes/classes/wp-maintenance-mode.php:822 views/maintenance.php:121
200
  msgid "Please enter a valid email address."
201
  msgstr "Vänligen fyll i en giltig e-postadress. "
202
 
203
- #: includes/classes/wp-maintenance-mode.php:800
204
  msgid "You successfully subscribed. Thanks!"
205
  msgstr ""
206
 
207
- #: includes/classes/wp-maintenance-mode.php:818
208
  msgid "All fields required."
209
  msgstr "Vänligen fyll i alla fält."
210
 
211
- #: includes/classes/wp-maintenance-mode.php:830
212
  msgid "Message via contact"
213
  msgstr "Meddelande från underhållsläget"
214
 
215
- #: includes/classes/wp-maintenance-mode.php:844
216
  msgid "Your email was sent to the website administrator. Thanks!"
217
  msgstr "Ditt meddelande skickades till hemsidans ägare. Tack! "
218
 
@@ -237,36 +284,40 @@ msgstr ""
237
  msgid "Login"
238
  msgstr ""
239
 
240
- #: views/maintenance.php:72
241
  msgid "your e-mail..."
242
  msgstr "Din e-postadress..."
243
 
244
- #: views/maintenance.php:73 views/settings.php:271
245
  msgid "Subscribe"
246
  msgstr "Prenumerera"
247
 
248
- #: views/maintenance.php:120 views/sidebar.php:7
249
- msgid "Name"
250
- msgstr "Namn"
251
-
252
- #: views/maintenance.php:120 views/maintenance.php:121
253
- #: views/maintenance.php:126
254
  msgid "This field is required."
255
  msgstr ""
256
 
257
- #: views/maintenance.php:121
 
 
 
 
 
 
 
 
258
  msgid "E-mail"
259
  msgstr "E-post"
260
 
261
- #: views/maintenance.php:126
262
  msgid "Your message"
263
  msgstr "Ditt meddelande"
264
 
265
- #: views/maintenance.php:137
266
  msgid "Contact us"
267
  msgstr "Kontakta oss"
268
 
269
- #: views/maintenance.php:142
270
  msgid "Dashboard"
271
  msgstr ""
272
 
@@ -305,67 +356,71 @@ msgstr "Moduler"
305
  msgid "Manage Bot"
306
  msgstr ""
307
 
308
- #: views/settings.php:25 views/settings.php:454
 
 
 
 
309
  msgid "Status"
310
  msgstr "Status"
311
 
312
- #: views/settings.php:27 views/settings.php:457
313
  msgid "Activated"
314
  msgstr "Aktiverad"
315
 
316
- #: views/settings.php:28 views/settings.php:458
317
  msgid "Deactivated"
318
  msgstr "Avaktiverad"
319
 
320
- #: views/settings.php:32
321
  msgid "Bypass for Search Bots"
322
  msgstr "Låt sökrobotar gå förbi"
323
 
324
- #: views/settings.php:35 views/settings.php:105 views/settings.php:115
325
- #: views/settings.php:243 views/settings.php:279 views/settings.php:317
326
- #: views/settings.php:385 views/settings.php:417
327
  msgid "Yes"
328
  msgstr "Ja"
329
 
330
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
331
- #: views/settings.php:244 views/settings.php:280 views/settings.php:318
332
- #: views/settings.php:386 views/settings.php:418
333
  msgid "No"
334
  msgstr "Nej"
335
 
336
- #: views/settings.php:38
337
  msgid "Allow Search Bots to bypass maintenance mode?"
338
  msgstr "Tillåt sökrobotar att gå förbi underhållsläget? "
339
 
340
- #: views/settings.php:42
341
  msgid "Backend Role"
342
  msgstr "Back end-roll"
343
 
344
- #: views/settings.php:44 views/settings.php:60
345
  msgid "Select role(s)"
346
  msgstr ""
347
 
348
- #: views/settings.php:54
349
  msgid ""
350
  "Which user role is allowed to access the backend of this blog? "
351
  "Administrators will always have access."
352
  msgstr ""
353
 
354
- #: views/settings.php:58
355
  msgid "Frontend Role"
356
  msgstr "Front end-roll"
357
 
358
- #: views/settings.php:70
359
  msgid ""
360
  "Which user role is allowed to access the frontend of this blog? "
361
  "Administrators will always have access."
362
  msgstr ""
363
 
364
- #: views/settings.php:74
365
  msgid "Robots Meta Tag"
366
  msgstr "Robots meta-tagg"
367
 
368
- #: views/settings.php:80
369
  msgid ""
370
  "The robots meta tag lets you use a granular, page-specific approach to "
371
  "control how an individual page should be indexed and served to users in "
@@ -375,22 +430,22 @@ msgstr ""
375
  "tillvägagångssätt för att kontrollera hur en enskild sida ska indexeras och "
376
  "visas för användare i sökresultat. "
377
 
378
- #: views/settings.php:84
379
  msgid "Redirection"
380
  msgstr "Omdirigering"
381
 
382
- #: views/settings.php:87
383
  msgid ""
384
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
385
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
386
  "(incl. http://)"
387
  msgstr ""
388
 
389
- #: views/settings.php:91
390
  msgid "Exclude"
391
  msgstr "Exkludera"
392
 
393
- #: views/settings.php:98
394
  msgid ""
395
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
396
  "IP per line!"
@@ -398,313 +453,371 @@ msgstr ""
398
  "Exkludera flöde, sidor, arkiv eller IP-adresser från underhållsläget. Lägg "
399
  "max till en permalänk/IP per rad! "
400
 
401
- #: views/settings.php:102
402
  msgid "Notice"
403
  msgstr "Meddelande"
404
 
405
- #: views/settings.php:108
406
  msgid "Do you want to see notices when maintenance mode is activated?"
407
  msgstr "Vill du se ett meddelande när underhållsläget är aktiverat?"
408
 
409
- #: views/settings.php:112
410
  msgid "Dashboard link"
411
  msgstr ""
412
 
413
- #: views/settings.php:118
414
  msgid ""
415
  "Do you want to add a link to the dashboard on your maintenance mode page?"
416
  msgstr ""
417
 
418
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
419
- #: views/settings.php:612
420
  msgid "Save settings"
421
  msgstr "Spara"
422
 
423
- #: views/settings.php:127 views/settings.php:230 views/settings.php:435
424
- #: views/settings.php:613
425
  msgid "Reset settings"
426
  msgstr "Återställ inställningar"
427
 
428
- #: views/settings.php:132
429
  msgid "Content"
430
  msgstr "Innehåll"
431
 
432
- #: views/settings.php:137
433
  msgid "Title (HTML tag)"
434
  msgstr "Titel (HTML-tagg)"
435
 
436
- #: views/settings.php:143
437
  msgid "Heading"
438
  msgstr "Rubrik"
439
 
440
- #: views/settings.php:150 views/settings.php:285
441
  msgid "Text"
442
  msgstr "Text"
443
 
444
- #: views/settings.php:170
 
 
 
 
445
  msgid "Background"
446
  msgstr "Bakgrund"
447
 
448
- #: views/settings.php:175
449
  msgid "Choose type"
450
  msgstr "Välj typ"
451
 
452
- #: views/settings.php:178
453
  msgid "Custom color"
454
  msgstr "Egen färg"
455
 
456
- #: views/settings.php:179
457
  msgid "Uploaded background"
458
  msgstr "Uppladdad bakgrund"
459
 
460
- #: views/settings.php:180
461
  msgid "Predefined background"
462
  msgstr "Fördefinierad bakgrund"
463
 
464
- #: views/settings.php:185
465
  msgid "Choose color"
466
  msgstr "Välj färg"
467
 
468
- #: views/settings.php:191
469
  msgid "Upload background"
470
  msgstr "Ladda upp bakgrund"
471
 
472
- #: views/settings.php:195
473
  msgid "Backgrounds should have 1920x1280 px size."
474
  msgstr "En bakgrund bör vara minst 1920x1280px. "
475
 
476
- #: views/settings.php:200
477
  msgid "Choose background"
478
  msgstr "Välj bakgrund"
479
 
480
- #: views/settings.php:202
481
  #, php-format
482
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
483
  msgstr ""
484
 
485
- #: views/settings.php:235
486
  msgid "Countdown"
487
  msgstr "Nedräkning"
488
 
489
- #: views/settings.php:240
490
  msgid "Show countdown?"
491
  msgstr "Visa nedräkning?"
492
 
493
- #: views/settings.php:249
494
  msgid "Start date"
495
  msgstr "Startdatum"
496
 
497
- #: views/settings.php:255
498
  msgid "Countdown (remaining time)"
499
  msgstr "Nedräkning (återstående tid)"
500
 
501
- #: views/settings.php:257
502
  msgid "Days"
503
  msgstr "Dagar"
504
 
505
- #: views/settings.php:258
506
  msgid "Hours"
507
  msgstr "Timmar"
508
 
509
- #: views/settings.php:259
510
  msgid "Minutes"
511
  msgstr "Minuter"
512
 
513
- #: views/settings.php:263
514
  msgid "Color"
515
  msgstr "Färg"
516
 
517
- #: views/settings.php:276
518
  msgid "Show subscribe?"
519
  msgstr "Visa prenumerationsknapp?"
520
 
521
- #: views/settings.php:292
522
  msgid "Stats"
523
  msgstr "Statistik"
524
 
525
- #: views/settings.php:301
 
 
 
 
 
 
 
 
526
  msgid "Export as CSV"
527
  msgstr "Exportera som CSV"
528
 
529
- #: views/settings.php:302
530
  msgid "Empty subscribers list"
531
  msgstr ""
532
 
533
- #: views/settings.php:309
534
  msgid "Social Networks"
535
  msgstr "Sociala nätverk"
536
 
537
- #: views/settings.php:314
538
  msgid "Show social networks?"
539
  msgstr "Visa sociala nätverk?"
540
 
541
- #: views/settings.php:323
542
  msgid "Links target?"
543
  msgstr ""
544
 
545
- #: views/settings.php:326
546
  msgid "New page"
547
  msgstr ""
548
 
549
- #: views/settings.php:327
550
  msgid "Same page"
551
  msgstr ""
552
 
553
- #: views/settings.php:329
554
  msgid "Choose how the links will open."
555
  msgstr ""
556
 
557
- #: views/settings.php:377
558
  msgid "Contact"
559
  msgstr "Kontakt"
560
 
561
- #: views/settings.php:382
562
  msgid "Show contact?"
563
  msgstr "Visa kontaktknapp?"
564
 
565
- #: views/settings.php:391
566
  msgid "Email address"
567
  msgstr "E-postadress"
568
 
569
- #: views/settings.php:397
570
  msgid "Effects"
571
  msgstr "Effekter"
572
 
573
- #: views/settings.php:400
574
  msgid "Move top - Move bottom"
575
  msgstr "Glid"
576
 
577
- #: views/settings.php:401
578
  msgid "Zoom - Zoomed"
579
  msgstr "Zoom"
580
 
581
- #: views/settings.php:402
582
  msgid "Fold - Unfold"
583
  msgstr "Vik"
584
 
585
- #: views/settings.php:409
586
  msgid "Google Analytics"
587
  msgstr ""
588
 
589
- #: views/settings.php:414
590
  msgid "Use Google Analytics?"
591
  msgstr ""
592
 
593
- #: views/settings.php:423
 
 
 
 
594
  msgid "Tracking code"
595
  msgstr ""
596
 
597
- #: views/settings.php:426
598
  msgid ""
599
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
600
  msgstr ""
601
 
602
- #: views/settings.php:444 views/settings.php:447
603
  msgid ""
604
  "Setup the conversation steps to capture more subscribers with this friendly "
605
  "way of asking email addresess."
606
  msgstr ""
607
 
608
- #: views/settings.php:448
609
  msgid ""
610
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
611
  "make the conversation even more realistic."
612
  msgstr ""
613
 
614
- #: views/settings.php:449
615
  msgid ""
616
  "It is also ok if you don't fill in all the conversation steps if you don't "
617
  "need to."
618
  msgstr ""
619
 
620
- #: views/settings.php:462
621
  #, fuzzy
622
- #| msgid "Name"
623
  msgid "Bot Name"
624
  msgstr "Namn"
625
 
626
- #: views/settings.php:465
627
  msgid "This name will appear when the bot is typing."
628
  msgstr ""
629
 
630
- #: views/settings.php:469
631
  #, fuzzy
632
- #| msgid "Upload background"
633
  msgid "Upload avatar"
634
  msgstr "Ladda upp bakgrund"
635
 
636
- #: views/settings.php:473
637
  msgid "A 512 x 512 px will work just fine."
638
  msgstr ""
639
 
640
- #: views/settings.php:479
641
  msgid "Customize Messages"
642
  msgstr ""
643
 
644
- #: views/settings.php:484
645
  msgid "Message 1"
646
  msgstr ""
647
 
648
- #: views/settings.php:492
649
  msgid "Message 2"
650
  msgstr ""
651
 
652
- #: views/settings.php:500
653
  msgid "Message 3"
654
  msgstr ""
655
 
656
- #: views/settings.php:508 views/settings.php:548 views/settings.php:570
657
  msgid "Response"
658
  msgstr ""
659
 
660
- #: views/settings.php:512 views/settings.php:574
661
  msgid "Edit the placeholder's text"
662
  msgstr ""
663
 
664
- #: views/settings.php:516
665
  msgid "Message 4"
666
  msgstr ""
667
 
668
- #: views/settings.php:524
669
  msgid "Message 5"
670
  msgstr ""
671
 
672
- #: views/settings.php:532
673
  msgid "Message 6"
674
  msgstr ""
675
 
676
- #: views/settings.php:540
677
  msgid "Message 7"
678
  msgstr ""
679
 
680
- #: views/settings.php:552
681
  msgid "Edit button one"
682
  msgstr ""
683
 
684
- #: views/settings.php:556
685
  msgid "Edit button two"
686
  msgstr ""
687
 
688
- #: views/settings.php:562 views/settings.php:578
689
  msgid "Message 8"
690
  msgstr ""
691
 
692
- #: views/settings.php:562 views/settings.php:586 views/settings.php:594
693
  msgid "(click on button one)"
694
  msgstr ""
695
 
696
- #: views/settings.php:578
697
  msgid "(click on button two)"
698
  msgstr ""
699
 
700
- #: views/settings.php:586
701
  msgid "Message 9"
702
  msgstr ""
703
 
704
- #: views/settings.php:594
705
  msgid "Message 10"
706
  msgstr ""
707
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
708
  #: views/sidebar.php:3
709
  msgid "Plugin Info"
710
  msgstr "Information om tillägg"
@@ -733,6 +846,9 @@ msgstr ""
733
  msgid "Resources"
734
  msgstr "Resurser"
735
 
 
 
 
736
  #~ msgid "You successfuly subscribed. Thanks!"
737
  #~ msgstr "Din e-post registrerades. Tack! "
738
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.2.2\n"
4
+ "POT-Creation-Date: 2018-11-26 19:18+0200\n"
5
+ "PO-Revision-Date: 2018-11-26 19:18+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 1.8.8\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPath-1: includes/classes\n"
21
  "X-Poedit-SearchPath-2: views\n"
22
+ "X-Poedit-SearchPathExcluded-0: .git\n"
23
+ "X-Poedit-SearchPathExcluded-1: assets\n"
24
+ "X-Poedit-SearchPathExcluded-2: node_modules\n"
25
 
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
 
32
+ #: includes/classes/wp-maintenance-mode-admin.php:165
33
  #, php-format
34
+ msgctxt "ajax response"
35
+ msgid "You have %d subscriber"
36
+ msgid_plural "You have %s subscribers"
37
+ msgstr[0] ""
38
+ msgstr[1] ""
39
 
40
+ #: includes/classes/wp-maintenance-mode-admin.php:187
41
  msgid "The nonce field must not be empty."
42
  msgstr ""
43
 
44
+ #: includes/classes/wp-maintenance-mode-admin.php:192
45
  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
 
53
+ #: includes/classes/wp-maintenance-mode-admin.php:203
54
  msgid "The tab slug must exist."
55
  msgstr ""
56
 
57
+ #: includes/classes/wp-maintenance-mode-admin.php:223
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
  "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 "
112
+ "your privacy policy page."
113
+ msgstr ""
114
+
115
  #: includes/classes/wp-maintenance-mode.php:101
116
  #: includes/classes/wp-maintenance-mode.php:102
117
  msgid "Maintenance mode"
129
  msgid "Notify me when it's ready"
130
  msgstr "Meddela mig när sidan är färdig"
131
 
132
+ #: includes/classes/wp-maintenance-mode.php:147
133
  msgid ""
134
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
135
  "your assistant here."
136
  msgstr ""
137
 
138
+ #: includes/classes/wp-maintenance-mode.php:148
139
  msgid "I have just a few questions."
140
  msgstr ""
141
 
142
+ #: includes/classes/wp-maintenance-mode.php:149
143
  msgid "What is your name?"
144
  msgstr ""
145
 
146
+ #: includes/classes/wp-maintenance-mode.php:150
147
  msgid "Nice to meet you here, {visitor_name}!"
148
  msgstr ""
149
 
150
+ #: includes/classes/wp-maintenance-mode.php:151
151
  msgid "How you can see, our website will be lauched very soon."
152
  msgstr ""
153
 
154
+ #: includes/classes/wp-maintenance-mode.php:152
155
  msgid ""
156
  "I know, you are very excited to see it, but we need a few days to finish it."
157
  msgstr ""
158
 
159
+ #: includes/classes/wp-maintenance-mode.php:153
160
  msgid "Would you like to be first to see it?"
161
  msgstr ""
162
 
163
+ #: includes/classes/wp-maintenance-mode.php:154
164
  msgid ""
165
  "Cool! Please leave your email here and I will send you a message when it's "
166
  "ready."
167
  msgstr ""
168
 
169
+ #: includes/classes/wp-maintenance-mode.php:155
170
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
171
  msgstr ""
172
 
173
+ #: includes/classes/wp-maintenance-mode.php:156
174
  msgid "Got it! Thank you and see you soon here!"
175
  msgstr ""
176
 
177
+ #: includes/classes/wp-maintenance-mode.php:157
178
  msgid "Have a great day!"
179
  msgstr ""
180
 
181
+ #: includes/classes/wp-maintenance-mode.php:160
182
+ #: includes/classes/wp-maintenance-mode.php:645
183
  msgid "Type your name here…"
184
  msgstr ""
185
 
186
+ #: includes/classes/wp-maintenance-mode.php:161
187
  msgid "Tell me more"
188
  msgstr ""
189
 
190
+ #: includes/classes/wp-maintenance-mode.php:162
191
  msgid "Boring"
192
  msgstr ""
193
 
194
+ #: includes/classes/wp-maintenance-mode.php:163
195
+ #: includes/classes/wp-maintenance-mode.php:646
196
  #, fuzzy
 
197
  msgid "Type your email here…"
198
  msgstr "Fyll i din e-postadress"
199
 
200
+ #: includes/classes/wp-maintenance-mode.php:169
201
+ msgid "Privacy Policy"
202
+ msgstr ""
203
+
204
+ #: includes/classes/wp-maintenance-mode.php:172
205
+ msgid ""
206
+ "This form collects your name and email so that we can reach you back. Check "
207
+ "out our <a href=\"#\">Privacy Policy</a> page to fully understand how we "
208
+ "protect and manage your submitted data."
209
+ msgstr ""
210
+
211
+ #: includes/classes/wp-maintenance-mode.php:173
212
+ msgid ""
213
+ "This form collects your email so that we can add you to our newsletter list. "
214
+ "Check out our <a href=\"#\">Privacy Policy</a> page to fully understand how "
215
+ "we protect and manage your submitted data."
216
+ msgstr ""
217
+
218
+ #: includes/classes/wp-maintenance-mode.php:296
219
  #, php-format
220
  msgid ""
221
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
224
  "Tillägget WP Underhållsläge återlanserades nyligen med massa nya <a href=\"%s"
225
  "\">inställningar</a>."
226
 
227
+ #: includes/classes/wp-maintenance-mode.php:542
228
+ #: includes/classes/wp-maintenance-mode.php:556
229
  msgid "Maintenance Mode"
230
  msgstr "Underhållsläge"
231
 
232
+ #: includes/classes/wp-maintenance-mode.php:642
233
  msgid "Please type in your name."
234
  msgstr ""
235
 
236
+ #: includes/classes/wp-maintenance-mode.php:643
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:647 views/maintenance.php:161
242
  msgid "Send"
243
  msgstr "Skicka"
244
 
245
+ #: includes/classes/wp-maintenance-mode.php:858
246
+ #: includes/classes/wp-maintenance-mode.php:892 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:870
251
  msgid "You successfully subscribed. Thanks!"
252
  msgstr ""
253
 
254
+ #: includes/classes/wp-maintenance-mode.php:888
255
  msgid "All fields required."
256
  msgstr "Vänligen fyll i alla fält."
257
 
258
+ #: includes/classes/wp-maintenance-mode.php:900
259
  msgid "Message via contact"
260
  msgstr "Meddelande från underhållsläget"
261
 
262
+ #: includes/classes/wp-maintenance-mode.php:917
263
  msgid "Your email was sent to the website administrator. Thanks!"
264
  msgstr "Ditt meddelande skickades till hemsidans ägare. Tack! "
265
 
284
  msgid "Login"
285
  msgstr ""
286
 
287
+ #: views/maintenance.php:74
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
 
295
+ #: views/maintenance.php:80 views/maintenance.php:139 views/maintenance.php:140
296
+ #: views/maintenance.php:145 views/maintenance.php:152
 
 
 
 
297
  msgid "This field is required."
298
  msgstr ""
299
 
300
+ #: views/maintenance.php:82 views/maintenance.php:154
301
+ msgid "I've read and agree with the site's privacy policy"
302
+ msgstr ""
303
+
304
+ #: views/maintenance.php:139 views/sidebar.php:7
305
+ msgid "Name"
306
+ msgstr "Namn"
307
+
308
+ #: views/maintenance.php:140
309
  msgid "E-mail"
310
  msgstr "E-post"
311
 
312
+ #: views/maintenance.php:145
313
  msgid "Your message"
314
  msgstr "Ditt meddelande"
315
 
316
+ #: views/maintenance.php:168
317
  msgid "Contact us"
318
  msgstr "Kontakta oss"
319
 
320
+ #: views/maintenance.php:175
321
  msgid "Dashboard"
322
  msgstr ""
323
 
356
  msgid "Manage Bot"
357
  msgstr ""
358
 
359
+ #: views/settings.php:17
360
+ msgid "GDPR"
361
+ msgstr ""
362
+
363
+ #: views/settings.php:26 views/settings.php:469 views/settings.php:636
364
  msgid "Status"
365
  msgstr "Status"
366
 
367
+ #: views/settings.php:28 views/settings.php:472 views/settings.php:638
368
  msgid "Activated"
369
  msgstr "Aktiverad"
370
 
371
+ #: views/settings.php:29 views/settings.php:473 views/settings.php:639
372
  msgid "Deactivated"
373
  msgstr "Avaktiverad"
374
 
375
+ #: views/settings.php:33
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
 
391
+ #: views/settings.php:39
392
  msgid "Allow Search Bots to bypass maintenance mode?"
393
  msgstr "Tillåt sökrobotar att gå förbi underhållsläget? "
394
 
395
+ #: views/settings.php:43
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
  "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
  "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:621 views/settings.php:694
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:622 views/settings.php:695
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"
588
+ 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:665
613
  msgid "New page"
614
  msgstr ""
615
 
616
+ #: views/settings.php:329 views/settings.php:666
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:477
692
  #, fuzzy
 
693
  msgid "Bot Name"
694
  msgstr "Namn"
695
 
696
+ #: views/settings.php:480
697
  msgid "This name will appear when the bot is typing."
698
  msgstr ""
699
 
700
+ #: views/settings.php:484
701
  #, fuzzy
 
702
  msgid "Upload avatar"
703
  msgstr "Ladda upp bakgrund"
704
 
705
+ #: views/settings.php:488
706
  msgid "A 512 x 512 px will work just fine."
707
  msgstr ""
708
 
709
+ #: views/settings.php:494
710
  msgid "Customize Messages"
711
  msgstr ""
712
 
713
+ #: views/settings.php:499
714
  msgid "Message 1"
715
  msgstr ""
716
 
717
+ #: views/settings.php:507
718
  msgid "Message 2"
719
  msgstr ""
720
 
721
+ #: views/settings.php:515
722
  msgid "Message 3"
723
  msgstr ""
724
 
725
+ #: views/settings.php:523 views/settings.php:563 views/settings.php:585
726
  msgid "Response"
727
  msgstr ""
728
 
729
+ #: views/settings.php:527 views/settings.php:589
730
  msgid "Edit the placeholder's text"
731
  msgstr ""
732
 
733
+ #: views/settings.php:531
734
  msgid "Message 4"
735
  msgstr ""
736
 
737
+ #: views/settings.php:539
738
  msgid "Message 5"
739
  msgstr ""
740
 
741
+ #: views/settings.php:547
742
  msgid "Message 6"
743
  msgstr ""
744
 
745
+ #: views/settings.php:555
746
  msgid "Message 7"
747
  msgstr ""
748
 
749
+ #: views/settings.php:567
750
  msgid "Edit button one"
751
  msgstr ""
752
 
753
+ #: views/settings.php:571
754
  msgid "Edit button two"
755
  msgstr ""
756
 
757
+ #: views/settings.php:577 views/settings.php:593
758
  msgid "Message 8"
759
  msgstr ""
760
 
761
+ #: views/settings.php:577 views/settings.php:601 views/settings.php:609
762
  msgid "(click on button one)"
763
  msgstr ""
764
 
765
+ #: views/settings.php:593
766
  msgid "(click on button two)"
767
  msgstr ""
768
 
769
+ #: views/settings.php:601
770
  msgid "Message 9"
771
  msgstr ""
772
 
773
+ #: views/settings.php:609
774
  msgid "Message 10"
775
  msgstr ""
776
 
777
+ #: views/settings.php:631
778
+ msgid ""
779
+ "To make the plugin GDPR compliant, fill in the details and enable this "
780
+ "section."
781
+ msgstr ""
782
+
783
+ #: views/settings.php:632
784
+ msgid ""
785
+ "Here we added some generic texts that you may want to review, change or "
786
+ "remove."
787
+ msgstr ""
788
+
789
+ #: views/settings.php:644
790
+ msgid "Link name"
791
+ msgstr ""
792
+
793
+ #: views/settings.php:648
794
+ msgid "Label the link that will be shown on frontend footer"
795
+ msgstr ""
796
+
797
+ #: views/settings.php:653
798
+ msgid "P. Policy page link"
799
+ msgstr ""
800
+
801
+ #: views/settings.php:662
802
+ msgid "P. Policy link target"
803
+ msgstr ""
804
+
805
+ #: views/settings.php:668
806
+ msgid "Choose how the link will open."
807
+ msgstr ""
808
+
809
+ #: views/settings.php:673
810
+ msgid "Contact form 'tail'"
811
+ msgstr ""
812
+
813
+ #: views/settings.php:677 views/settings.php:686
814
+ msgid "This will be shown together with the acceptance checkbox below the form"
815
+ msgstr ""
816
+
817
+ #: views/settings.php:682
818
+ msgid "Subscribe form 'tail'"
819
+ msgstr ""
820
+
821
  #: views/sidebar.php:3
822
  msgid "Plugin Info"
823
  msgstr "Information om tillägg"
846
  msgid "Resources"
847
  msgstr "Resurser"
848
 
849
+ #~ msgid "You have %d subscriber(s)"
850
+ #~ msgstr "Du har %d prenumeranter"
851
+
852
  #~ msgid "You successfuly subscribed. Thanks!"
853
  #~ msgstr "Din e-post registrerades. Tack! "
854
 
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.1.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-03-02 10:29+0100\n"
6
- "PO-Revision-Date: 2018-03-02 10:29+0100\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.0.6\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"
@@ -21,49 +21,56 @@ msgstr ""
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPath-1: includes/classes\n"
23
  "X-Poedit-SearchPath-2: views\n"
 
 
 
24
 
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:181
28
  msgid "You do not have access to this resource."
29
  msgstr "У вас немає доступу до цього ресурсу."
30
 
31
- #: includes/classes/wp-maintenance-mode-admin.php:165 views/settings.php:296
32
  #, php-format
33
- msgid "You have %d subscriber(s)"
34
- msgstr "Ви маєте %d підписник (ів)"
35
-
36
- #: includes/classes/wp-maintenance-mode-admin.php:186
 
 
 
 
37
  msgid "The nonce field must not be empty."
38
  msgstr "Перевірочне поле не може бути порожнім."
39
 
40
- #: includes/classes/wp-maintenance-mode-admin.php:191
41
  msgid "The tab slug must not be empty."
42
  msgstr "Закладка не може бути порожньою."
43
 
44
- #: includes/classes/wp-maintenance-mode-admin.php:196
45
- #: includes/classes/wp-maintenance-mode-admin.php:250
46
  msgid "Security check."
47
  msgstr "Перевірка безпеки."
48
 
49
- #: includes/classes/wp-maintenance-mode-admin.php:202
50
  msgid "The tab slug must exist."
51
  msgstr "Закладка мусить бути заповненою."
52
 
53
- #: includes/classes/wp-maintenance-mode-admin.php:222
54
  msgid "WP Maintenance Mode"
55
  msgstr "Режим обслуговування WP"
56
 
57
- #: includes/classes/wp-maintenance-mode-admin.php:487
58
  msgid ""
59
  "WPMM: The file data.js could not be written, the bot will not work correctly."
60
  msgstr ""
61
 
62
- #: includes/classes/wp-maintenance-mode-admin.php:521
63
  msgid "Settings"
64
  msgstr "Налаштування"
65
 
66
- #: includes/classes/wp-maintenance-mode-admin.php:540
67
  #, php-format
68
  msgid ""
69
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -72,11 +79,11 @@ msgstr ""
72
  "Режим обслуговування <strong>активовано</strong>. Будь ласка, не забудьте "
73
  "його <a href=\"%s\">деактувувати</a> як тільки будете готові."
74
 
75
- #: includes/classes/wp-maintenance-mode-admin.php:577
76
  msgid "Notice key cannot be empty."
77
  msgstr "Ключ сповіщення не може бути порожнім."
78
 
79
- #: includes/classes/wp-maintenance-mode-admin.php:625
80
  #, php-format
81
  msgid ""
82
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
@@ -85,6 +92,31 @@ msgstr ""
85
  "Якщо Вам сподобався плагін <strong>Режим обслуговування WP</strong>, будь "
86
  "ласка, оцініть нас як %s. Велике дякую від нас заздалегідь!"
87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88
  #: includes/classes/wp-maintenance-mode.php:101
89
  #: includes/classes/wp-maintenance-mode.php:102
90
  msgid "Maintenance mode"
@@ -102,74 +134,92 @@ msgstr ""
102
  msgid "Notify me when it's ready"
103
  msgstr "Сповістити мене, коли все буде готово"
104
 
105
- #: includes/classes/wp-maintenance-mode.php:145
106
  msgid ""
107
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
108
  "your assistant here."
109
  msgstr ""
110
 
111
- #: includes/classes/wp-maintenance-mode.php:146
112
  msgid "I have just a few questions."
113
  msgstr ""
114
 
115
- #: includes/classes/wp-maintenance-mode.php:147
116
  msgid "What is your name?"
117
  msgstr ""
118
 
119
- #: includes/classes/wp-maintenance-mode.php:148
120
  msgid "Nice to meet you here, {visitor_name}!"
121
  msgstr ""
122
 
123
- #: includes/classes/wp-maintenance-mode.php:149
124
  msgid "How you can see, our website will be lauched very soon."
125
  msgstr ""
126
 
127
- #: includes/classes/wp-maintenance-mode.php:150
128
  msgid ""
129
  "I know, you are very excited to see it, but we need a few days to finish it."
130
  msgstr ""
131
 
132
- #: includes/classes/wp-maintenance-mode.php:151
133
  msgid "Would you like to be first to see it?"
134
  msgstr ""
135
 
136
- #: includes/classes/wp-maintenance-mode.php:152
137
  msgid ""
138
  "Cool! Please leave your email here and I will send you a message when it's "
139
  "ready."
140
  msgstr ""
141
 
142
- #: includes/classes/wp-maintenance-mode.php:153
143
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
144
  msgstr ""
145
 
146
- #: includes/classes/wp-maintenance-mode.php:154
147
  msgid "Got it! Thank you and see you soon here!"
148
  msgstr ""
149
 
150
- #: includes/classes/wp-maintenance-mode.php:155
151
  msgid "Have a great day!"
152
  msgstr ""
153
 
154
- #: includes/classes/wp-maintenance-mode.php:158
155
- #: includes/classes/wp-maintenance-mode.php:592
156
  msgid "Type your name here…"
157
  msgstr ""
158
 
159
- #: includes/classes/wp-maintenance-mode.php:159
160
  msgid "Tell me more"
161
  msgstr ""
162
 
163
- #: includes/classes/wp-maintenance-mode.php:160
164
  msgid "Boring"
165
  msgstr ""
166
 
167
- #: includes/classes/wp-maintenance-mode.php:161
168
- #: includes/classes/wp-maintenance-mode.php:593
169
  msgid "Type your email here…"
170
  msgstr ""
171
 
172
- #: includes/classes/wp-maintenance-mode.php:286
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
173
  #, php-format
174
  msgid ""
175
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
@@ -178,43 +228,42 @@ msgstr ""
178
  "Плгін Режим обслуговування WP було перезавантажено, тому ви ПОВИННІ "
179
  "переглянути його <a href=\"%s\">налаштування</a>."
180
 
181
- #: includes/classes/wp-maintenance-mode.php:488
182
- #: includes/classes/wp-maintenance-mode.php:502
183
  msgid "Maintenance Mode"
184
  msgstr "Режим обслуговування"
185
 
186
- #: includes/classes/wp-maintenance-mode.php:589
187
  msgid "Please type in your name."
188
  msgstr ""
189
 
190
- #: includes/classes/wp-maintenance-mode.php:590
191
  #, fuzzy
192
- #| msgid "Please enter a valid email address."
193
  msgid "Please type in a valid email address."
194
  msgstr "Будь ласка, вкажіть правильну адресу email."
195
 
196
- #: includes/classes/wp-maintenance-mode.php:594 views/maintenance.php:130
197
  msgid "Send"
198
  msgstr "Надіслати"
199
 
200
- #: includes/classes/wp-maintenance-mode.php:788
201
- #: includes/classes/wp-maintenance-mode.php:822 views/maintenance.php:121
202
  msgid "Please enter a valid email address."
203
  msgstr "Будь ласка, вкажіть правильну адресу email."
204
 
205
- #: includes/classes/wp-maintenance-mode.php:800
206
  msgid "You successfully subscribed. Thanks!"
207
  msgstr "Дякуємо, ми сповістимо Вас відразу!"
208
 
209
- #: includes/classes/wp-maintenance-mode.php:818
210
  msgid "All fields required."
211
  msgstr "Всі поля необхідні для заповнення."
212
 
213
- #: includes/classes/wp-maintenance-mode.php:830
214
  msgid "Message via contact"
215
  msgstr "Повідомити через форму контакту"
216
 
217
- #: includes/classes/wp-maintenance-mode.php:844
218
  msgid "Your email was sent to the website administrator. Thanks!"
219
  msgstr "Ми отримали Ваше повідомлення, дякуємо!"
220
 
@@ -239,36 +288,40 @@ msgstr "Текст:"
239
  msgid "Login"
240
  msgstr "Логін"
241
 
242
- #: views/maintenance.php:72
243
  msgid "your e-mail..."
244
  msgstr "ваш e-mail..."
245
 
246
- #: views/maintenance.php:73 views/settings.php:271
247
  msgid "Subscribe"
248
  msgstr "Сповістити мене"
249
 
250
- #: views/maintenance.php:120 views/sidebar.php:7
251
- msgid "Name"
252
- msgstr "Ім'я"
253
-
254
- #: views/maintenance.php:120 views/maintenance.php:121
255
- #: views/maintenance.php:126
256
  msgid "This field is required."
257
  msgstr "Це поле обов'язкове для заповнення."
258
 
259
- #: views/maintenance.php:121
 
 
 
 
 
 
 
 
260
  msgid "E-mail"
261
  msgstr "E-mail"
262
 
263
- #: views/maintenance.php:126
264
  msgid "Your message"
265
  msgstr "Ваше повідомлення"
266
 
267
- #: views/maintenance.php:137
268
  msgid "Contact us"
269
  msgstr "Зв'язатися з нами"
270
 
271
- #: views/maintenance.php:142
272
  msgid "Dashboard"
273
  msgstr "Головна сторінка"
274
 
@@ -311,47 +364,51 @@ msgstr "Модулі"
311
  msgid "Manage Bot"
312
  msgstr ""
313
 
314
- #: views/settings.php:25 views/settings.php:454
 
 
 
 
315
  msgid "Status"
316
  msgstr "Статус"
317
 
318
- #: views/settings.php:27 views/settings.php:457
319
  msgid "Activated"
320
  msgstr "Активовано"
321
 
322
- #: views/settings.php:28 views/settings.php:458
323
  msgid "Deactivated"
324
  msgstr "Деактивовано"
325
 
326
- #: views/settings.php:32
327
  msgid "Bypass for Search Bots"
328
  msgstr "Пропускати пошукових ботів"
329
 
330
- #: views/settings.php:35 views/settings.php:105 views/settings.php:115
331
- #: views/settings.php:243 views/settings.php:279 views/settings.php:317
332
- #: views/settings.php:385 views/settings.php:417
333
  msgid "Yes"
334
  msgstr "Так"
335
 
336
- #: views/settings.php:36 views/settings.php:106 views/settings.php:116
337
- #: views/settings.php:244 views/settings.php:280 views/settings.php:318
338
- #: views/settings.php:386 views/settings.php:418
339
  msgid "No"
340
  msgstr "Ні"
341
 
342
- #: views/settings.php:38
343
  msgid "Allow Search Bots to bypass maintenance mode?"
344
  msgstr "Не показувати пошуковим ботам режим обслуговування?"
345
 
346
- #: views/settings.php:42
347
  msgid "Backend Role"
348
  msgstr "Адміністративна роль"
349
 
350
- #: views/settings.php:44 views/settings.php:60
351
  msgid "Select role(s)"
352
  msgstr "Вказати роль(і)"
353
 
354
- #: views/settings.php:54
355
  msgid ""
356
  "Which user role is allowed to access the backend of this blog? "
357
  "Administrators will always have access."
@@ -359,11 +416,11 @@ msgstr ""
359
  "Якому користувачу дозволено доступ до адміністративної панелі? "
360
  "Адміністратори завжди мають доступ."
361
 
362
- #: views/settings.php:58
363
  msgid "Frontend Role"
364
  msgstr "Роль користувацької частини"
365
 
366
- #: views/settings.php:70
367
  msgid ""
368
  "Which user role is allowed to access the frontend of this blog? "
369
  "Administrators will always have access."
@@ -371,11 +428,11 @@ msgstr ""
371
  "Якому користувачу дозволено доступ до користувацької частини? Адміністратори "
372
  "завжди мають доступ."
373
 
374
- #: views/settings.php:74
375
  msgid "Robots Meta Tag"
376
  msgstr "Мета тег Robots"
377
 
378
- #: views/settings.php:80
379
  msgid ""
380
  "The robots meta tag lets you use a granular, page-specific approach to "
381
  "control how an individual page should be indexed and served to users in "
@@ -385,11 +442,11 @@ msgstr ""
385
  "кожної спосіб контролювати індексування окремих сторінки та показувати їх в "
386
  "результатах пошуку."
387
 
388
- #: views/settings.php:84
389
  msgid "Redirection"
390
  msgstr "Переадресація"
391
 
392
- #: views/settings.php:87
393
  msgid ""
394
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
395
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
@@ -399,11 +456,11 @@ msgstr ""
399
  "частини) на певний URL (інший, ніж URL адміністративної частини WordPress) "
400
  "після входу, вкажіть цей URL (включно з http://)"
401
 
402
- #: views/settings.php:91
403
  msgid "Exclude"
404
  msgstr "Виключення"
405
 
406
- #: views/settings.php:98
407
  msgid ""
408
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
409
  "IP per line!"
@@ -411,315 +468,374 @@ msgstr ""
411
  "Виключити стрічку, сторінки, архіви ти IP з режиму обслувування. Додавайте "
412
  "один слаґ/IP на рядок!"
413
 
414
- #: views/settings.php:102
415
  msgid "Notice"
416
  msgstr "Сповіщення"
417
 
418
- #: views/settings.php:108
419
  msgid "Do you want to see notices when maintenance mode is activated?"
420
  msgstr "Чи бажаєте бачити сповіщення, коли активовано режим обслуговування?"
421
 
422
- #: views/settings.php:112
423
  msgid "Dashboard link"
424
  msgstr "Посилання на адміністративну частину"
425
 
426
- #: views/settings.php:118
427
  msgid ""
428
  "Do you want to add a link to the dashboard on your maintenance mode page?"
429
  msgstr "Чи бажаєте додати посилання на адміністративну частину?"
430
 
431
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
432
- #: views/settings.php:612
433
  msgid "Save settings"
434
  msgstr "Зберегти налаштування"
435
 
436
- #: views/settings.php:127 views/settings.php:230 views/settings.php:435
437
- #: views/settings.php:613
438
  msgid "Reset settings"
439
  msgstr "Скинути налаштування"
440
 
441
- #: views/settings.php:132
442
  msgid "Content"
443
  msgstr "Текст"
444
 
445
- #: views/settings.php:137
446
  msgid "Title (HTML tag)"
447
  msgstr "Назва (HTML тег)"
448
 
449
- #: views/settings.php:143
450
  msgid "Heading"
451
  msgstr "Заголовок"
452
 
453
- #: views/settings.php:150 views/settings.php:285
454
  msgid "Text"
455
  msgstr "Текст"
456
 
457
- #: views/settings.php:170
 
 
 
 
458
  msgid "Background"
459
  msgstr "Фон"
460
 
461
- #: views/settings.php:175
462
  msgid "Choose type"
463
  msgstr "Обрати тип"
464
 
465
- #: views/settings.php:178
466
  msgid "Custom color"
467
  msgstr "Обрати колір"
468
 
469
- #: views/settings.php:179
470
  msgid "Uploaded background"
471
  msgstr "Завантажений фон"
472
 
473
- #: views/settings.php:180
474
  msgid "Predefined background"
475
  msgstr "Стандартний фон"
476
 
477
- #: views/settings.php:185
478
  msgid "Choose color"
479
  msgstr "Обрати колір"
480
 
481
- #: views/settings.php:191
482
  msgid "Upload background"
483
  msgstr "Обрати фон"
484
 
485
- #: views/settings.php:195
486
  msgid "Backgrounds should have 1920x1280 px size."
487
  msgstr "Фон повинен мати розмір 1920x1280 пікс."
488
 
489
- #: views/settings.php:200
490
  msgid "Choose background"
491
  msgstr "Обрати фон"
492
 
493
- #: views/settings.php:202
494
  #, php-format
495
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
496
  msgstr "джерело: <a href=\"%s\" target=\"_blank\">Free Photos</a>"
497
 
498
- #: views/settings.php:235
499
  msgid "Countdown"
500
  msgstr "Зворотній відлік"
501
 
502
- #: views/settings.php:240
503
  msgid "Show countdown?"
504
  msgstr "Показувати зворотній відлік?"
505
 
506
- #: views/settings.php:249
507
  msgid "Start date"
508
  msgstr "Початкова дата"
509
 
510
- #: views/settings.php:255
511
  msgid "Countdown (remaining time)"
512
  msgstr "Зворотній відлік (лишилося часу)"
513
 
514
- #: views/settings.php:257
515
  msgid "Days"
516
  msgstr "Дні"
517
 
518
- #: views/settings.php:258
519
  msgid "Hours"
520
  msgstr "Години"
521
 
522
- #: views/settings.php:259
523
  msgid "Minutes"
524
  msgstr "Хвилини"
525
 
526
- #: views/settings.php:263
527
  msgid "Color"
528
  msgstr "Колір"
529
 
530
- #: views/settings.php:276
531
  msgid "Show subscribe?"
532
  msgstr "Показувати підписку?"
533
 
534
- #: views/settings.php:292
535
  msgid "Stats"
536
  msgstr "Статистика"
537
 
538
- #: views/settings.php:301
 
 
 
 
 
 
 
 
 
539
  msgid "Export as CSV"
540
  msgstr "Експортувати як CSV"
541
 
542
- #: views/settings.php:302
543
  msgid "Empty subscribers list"
544
  msgstr "Очистити список підписників"
545
 
546
- #: views/settings.php:309
547
  msgid "Social Networks"
548
  msgstr "Соціальні мережі"
549
 
550
- #: views/settings.php:314
551
  msgid "Show social networks?"
552
  msgstr "Показувати соціальні мережі?"
553
 
554
- #: views/settings.php:323
555
  msgid "Links target?"
556
  msgstr "Посилання відкривати"
557
 
558
- #: views/settings.php:326
559
  msgid "New page"
560
  msgstr "В новому вікні"
561
 
562
- #: views/settings.php:327
563
  msgid "Same page"
564
  msgstr "В тому ж вікні"
565
 
566
- #: views/settings.php:329
567
  msgid "Choose how the links will open."
568
  msgstr "Оберіть, як відкривати посилання."
569
 
570
- #: views/settings.php:377
571
  msgid "Contact"
572
  msgstr "Форма контакту"
573
 
574
- #: views/settings.php:382
575
  msgid "Show contact?"
576
  msgstr "Показувати форму контакту?"
577
 
578
- #: views/settings.php:391
579
  msgid "Email address"
580
  msgstr "Адреса email"
581
 
582
- #: views/settings.php:397
583
  msgid "Effects"
584
  msgstr "Ефекти"
585
 
586
- #: views/settings.php:400
587
  msgid "Move top - Move bottom"
588
  msgstr "Move top - Move bottom"
589
 
590
- #: views/settings.php:401
591
  msgid "Zoom - Zoomed"
592
  msgstr "Zoom - Zoomed"
593
 
594
- #: views/settings.php:402
595
  msgid "Fold - Unfold"
596
  msgstr "Fold - Unfold"
597
 
598
- #: views/settings.php:409
599
  msgid "Google Analytics"
600
  msgstr "Google Analytics"
601
 
602
- #: views/settings.php:414
603
  msgid "Use Google Analytics?"
604
  msgstr "Використовувати Google Analytics?"
605
 
606
- #: views/settings.php:423
 
 
 
 
607
  msgid "Tracking code"
608
  msgstr "Код відстеження"
609
 
610
- #: views/settings.php:426
611
  msgid ""
612
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
613
  msgstr ""
614
  "Дозволені формати: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Наприклад, UA-12345678-1 "
615
  "вірний формат"
616
 
617
- #: views/settings.php:444 views/settings.php:447
618
  msgid ""
619
  "Setup the conversation steps to capture more subscribers with this friendly "
620
  "way of asking email addresess."
621
  msgstr ""
622
 
623
- #: views/settings.php:448
624
  msgid ""
625
  "You may also want to use these wildcards: {bot_name} and {visitor_name} to "
626
  "make the conversation even more realistic."
627
  msgstr ""
628
 
629
- #: views/settings.php:449
630
  msgid ""
631
  "It is also ok if you don't fill in all the conversation steps if you don't "
632
  "need to."
633
  msgstr ""
634
 
635
- #: views/settings.php:462
636
  #, fuzzy
637
- #| msgid "Name"
638
  msgid "Bot Name"
639
  msgstr "Ім'я"
640
 
641
- #: views/settings.php:465
642
  msgid "This name will appear when the bot is typing."
643
  msgstr ""
644
 
645
- #: views/settings.php:469
646
  #, fuzzy
647
- #| msgid "Upload background"
648
  msgid "Upload avatar"
649
  msgstr "Обрати фон"
650
 
651
- #: views/settings.php:473
652
  msgid "A 512 x 512 px will work just fine."
653
  msgstr ""
654
 
655
- #: views/settings.php:479
656
  msgid "Customize Messages"
657
  msgstr ""
658
 
659
- #: views/settings.php:484
660
  msgid "Message 1"
661
  msgstr ""
662
 
663
- #: views/settings.php:492
664
  msgid "Message 2"
665
  msgstr ""
666
 
667
- #: views/settings.php:500
668
  msgid "Message 3"
669
  msgstr ""
670
 
671
- #: views/settings.php:508 views/settings.php:548 views/settings.php:570
672
  msgid "Response"
673
  msgstr ""
674
 
675
- #: views/settings.php:512 views/settings.php:574
676
  msgid "Edit the placeholder's text"
677
  msgstr ""
678
 
679
- #: views/settings.php:516
680
  msgid "Message 4"
681
  msgstr ""
682
 
683
- #: views/settings.php:524
684
  msgid "Message 5"
685
  msgstr ""
686
 
687
- #: views/settings.php:532
688
  msgid "Message 6"
689
  msgstr ""
690
 
691
- #: views/settings.php:540
692
  msgid "Message 7"
693
  msgstr ""
694
 
695
- #: views/settings.php:552
696
  msgid "Edit button one"
697
  msgstr ""
698
 
699
- #: views/settings.php:556
700
  msgid "Edit button two"
701
  msgstr ""
702
 
703
- #: views/settings.php:562 views/settings.php:578
704
  msgid "Message 8"
705
  msgstr ""
706
 
707
- #: views/settings.php:562 views/settings.php:586 views/settings.php:594
708
  msgid "(click on button one)"
709
  msgstr ""
710
 
711
- #: views/settings.php:578
712
  msgid "(click on button two)"
713
  msgstr ""
714
 
715
- #: views/settings.php:586
716
  msgid "Message 9"
717
  msgstr ""
718
 
719
- #: views/settings.php:594
720
  msgid "Message 10"
721
  msgstr ""
722
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
723
  #: views/sidebar.php:3
724
  msgid "Plugin Info"
725
  msgstr "Інформація про плагін"
@@ -747,3 +863,6 @@ msgstr "Інші продукти"
747
  #: views/sidebar.php:48
748
  msgid "Resources"
749
  msgstr "Ресурси"
 
 
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Maintenance Mode 2.2.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-11-26 19:19+0200\n"
6
+ "PO-Revision-Date: 2018-11-26 19: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 1.8.8\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"
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPath-1: includes/classes\n"
23
  "X-Poedit-SearchPath-2: views\n"
24
+ "X-Poedit-SearchPathExcluded-0: .git\n"
25
+ "X-Poedit-SearchPathExcluded-1: assets\n"
26
+ "X-Poedit-SearchPathExcluded-2: node_modules\n"
27
 
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
 
34
+ #: includes/classes/wp-maintenance-mode-admin.php:165
35
  #, php-format
36
+ msgctxt "ajax response"
37
+ msgid "You have %d subscriber"
38
+ msgid_plural "You have %s subscribers"
39
+ msgstr[0] ""
40
+ msgstr[1] ""
41
+ msgstr[2] ""
42
+
43
+ #: includes/classes/wp-maintenance-mode-admin.php:187
44
  msgid "The nonce field must not be empty."
45
  msgstr "Перевірочне поле не може бути порожнім."
46
 
47
+ #: includes/classes/wp-maintenance-mode-admin.php:192
48
  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
 
56
+ #: includes/classes/wp-maintenance-mode-admin.php:203
57
  msgid "The tab slug must exist."
58
  msgstr "Закладка мусить бути заповненою."
59
 
60
+ #: includes/classes/wp-maintenance-mode-admin.php:223
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
  "Режим обслуговування <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
  "Якщо Вам сподобався плагін <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 "
117
+ "your privacy policy page."
118
+ msgstr ""
119
+
120
  #: includes/classes/wp-maintenance-mode.php:101
121
  #: includes/classes/wp-maintenance-mode.php:102
122
  msgid "Maintenance mode"
134
  msgid "Notify me when it's ready"
135
  msgstr "Сповістити мене, коли все буде готово"
136
 
137
+ #: includes/classes/wp-maintenance-mode.php:147
138
  msgid ""
139
  "Hey! My name is {bot_name}, I'm the owner of this website and I'd like to be "
140
  "your assistant here."
141
  msgstr ""
142
 
143
+ #: includes/classes/wp-maintenance-mode.php:148
144
  msgid "I have just a few questions."
145
  msgstr ""
146
 
147
+ #: includes/classes/wp-maintenance-mode.php:149
148
  msgid "What is your name?"
149
  msgstr ""
150
 
151
+ #: includes/classes/wp-maintenance-mode.php:150
152
  msgid "Nice to meet you here, {visitor_name}!"
153
  msgstr ""
154
 
155
+ #: includes/classes/wp-maintenance-mode.php:151
156
  msgid "How you can see, our website will be lauched very soon."
157
  msgstr ""
158
 
159
+ #: includes/classes/wp-maintenance-mode.php:152
160
  msgid ""
161
  "I know, you are very excited to see it, but we need a few days to finish it."
162
  msgstr ""
163
 
164
+ #: includes/classes/wp-maintenance-mode.php:153
165
  msgid "Would you like to be first to see it?"
166
  msgstr ""
167
 
168
+ #: includes/classes/wp-maintenance-mode.php:154
169
  msgid ""
170
  "Cool! Please leave your email here and I will send you a message when it's "
171
  "ready."
172
  msgstr ""
173
 
174
+ #: includes/classes/wp-maintenance-mode.php:155
175
  msgid "Sad to hear that, {visitor_name} :( See you next time…"
176
  msgstr ""
177
 
178
+ #: includes/classes/wp-maintenance-mode.php:156
179
  msgid "Got it! Thank you and see you soon here!"
180
  msgstr ""
181
 
182
+ #: includes/classes/wp-maintenance-mode.php:157
183
  msgid "Have a great day!"
184
  msgstr ""
185
 
186
+ #: includes/classes/wp-maintenance-mode.php:160
187
+ #: includes/classes/wp-maintenance-mode.php:645
188
  msgid "Type your name here…"
189
  msgstr ""
190
 
191
+ #: includes/classes/wp-maintenance-mode.php:161
192
  msgid "Tell me more"
193
  msgstr ""
194
 
195
+ #: includes/classes/wp-maintenance-mode.php:162
196
  msgid "Boring"
197
  msgstr ""
198
 
199
+ #: includes/classes/wp-maintenance-mode.php:163
200
+ #: includes/classes/wp-maintenance-mode.php:646
201
  msgid "Type your email here…"
202
  msgstr ""
203
 
204
+ #: includes/classes/wp-maintenance-mode.php:169
205
+ msgid "Privacy Policy"
206
+ msgstr ""
207
+
208
+ #: includes/classes/wp-maintenance-mode.php:172
209
+ msgid ""
210
+ "This form collects your name and email so that we can reach you back. Check "
211
+ "out our <a href=\"#\">Privacy Policy</a> page to fully understand how we "
212
+ "protect and manage your submitted data."
213
+ msgstr ""
214
+
215
+ #: includes/classes/wp-maintenance-mode.php:173
216
+ msgid ""
217
+ "This form collects your email so that we can add you to our newsletter list. "
218
+ "Check out our <a href=\"#\">Privacy Policy</a> page to fully understand how "
219
+ "we protect and manage your submitted data."
220
+ msgstr ""
221
+
222
+ #: includes/classes/wp-maintenance-mode.php:296
223
  #, php-format
224
  msgid ""
225
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
228
  "Плгін Режим обслуговування WP було перезавантажено, тому ви ПОВИННІ "
229
  "переглянути його <a href=\"%s\">налаштування</a>."
230
 
231
+ #: includes/classes/wp-maintenance-mode.php:542
232
+ #: includes/classes/wp-maintenance-mode.php:556
233
  msgid "Maintenance Mode"
234
  msgstr "Режим обслуговування"
235
 
236
+ #: includes/classes/wp-maintenance-mode.php:642
237
  msgid "Please type in your name."
238
  msgstr ""
239
 
240
+ #: includes/classes/wp-maintenance-mode.php:643
241
  #, fuzzy
 
242
  msgid "Please type in a valid email address."
243
  msgstr "Будь ласка, вкажіть правильну адресу email."
244
 
245
+ #: includes/classes/wp-maintenance-mode.php:647 views/maintenance.php:161
246
  msgid "Send"
247
  msgstr "Надіслати"
248
 
249
+ #: includes/classes/wp-maintenance-mode.php:858
250
+ #: includes/classes/wp-maintenance-mode.php:892 views/maintenance.php:140
251
  msgid "Please enter a valid email address."
252
  msgstr "Будь ласка, вкажіть правильну адресу email."
253
 
254
+ #: includes/classes/wp-maintenance-mode.php:870
255
  msgid "You successfully subscribed. Thanks!"
256
  msgstr "Дякуємо, ми сповістимо Вас відразу!"
257
 
258
+ #: includes/classes/wp-maintenance-mode.php:888
259
  msgid "All fields required."
260
  msgstr "Всі поля необхідні для заповнення."
261
 
262
+ #: includes/classes/wp-maintenance-mode.php:900
263
  msgid "Message via contact"
264
  msgstr "Повідомити через форму контакту"
265
 
266
+ #: includes/classes/wp-maintenance-mode.php:917
267
  msgid "Your email was sent to the website administrator. Thanks!"
268
  msgstr "Ми отримали Ваше повідомлення, дякуємо!"
269
 
288
  msgid "Login"
289
  msgstr "Логін"
290
 
291
+ #: views/maintenance.php:74
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
 
299
+ #: views/maintenance.php:80 views/maintenance.php:139 views/maintenance.php:140
300
+ #: views/maintenance.php:145 views/maintenance.php:152
 
 
 
 
301
  msgid "This field is required."
302
  msgstr "Це поле обов'язкове для заповнення."
303
 
304
+ #: views/maintenance.php:82 views/maintenance.php:154
305
+ msgid "I've read and agree with the site's privacy policy"
306
+ msgstr ""
307
+
308
+ #: views/maintenance.php:139 views/sidebar.php:7
309
+ msgid "Name"
310
+ msgstr "Ім'я"
311
+
312
+ #: views/maintenance.php:140
313
  msgid "E-mail"
314
  msgstr "E-mail"
315
 
316
+ #: views/maintenance.php:145
317
  msgid "Your message"
318
  msgstr "Ваше повідомлення"
319
 
320
+ #: views/maintenance.php:168
321
  msgid "Contact us"
322
  msgstr "Зв'язатися з нами"
323
 
324
+ #: views/maintenance.php:175
325
  msgid "Dashboard"
326
  msgstr "Головна сторінка"
327
 
364
  msgid "Manage Bot"
365
  msgstr ""
366
 
367
+ #: views/settings.php:17
368
+ msgid "GDPR"
369
+ msgstr ""
370
+
371
+ #: views/settings.php:26 views/settings.php:469 views/settings.php:636
372
  msgid "Status"
373
  msgstr "Статус"
374
 
375
+ #: views/settings.php:28 views/settings.php:472 views/settings.php:638
376
  msgid "Activated"
377
  msgstr "Активовано"
378
 
379
+ #: views/settings.php:29 views/settings.php:473 views/settings.php:639
380
  msgid "Deactivated"
381
  msgstr "Деактивовано"
382
 
383
+ #: views/settings.php:33
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
 
399
+ #: views/settings.php:39
400
  msgid "Allow Search Bots to bypass maintenance mode?"
401
  msgstr "Не показувати пошуковим ботам режим обслуговування?"
402
 
403
+ #: views/settings.php:43
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
  "Якому користувачу дозволено доступ до адміністративної панелі? "
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
  "Якому користувачу дозволено доступ до користувацької частини? Адміністратори "
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
  "кожної спосіб контролювати індексування окремих сторінки та показувати їх в "
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
  "частини) на певний 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
  "Виключити стрічку, сторінки, архіви ти 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:621 views/settings.php:694
490
  msgid "Save settings"
491
  msgstr "Зберегти налаштування"
492
 
493
+ #: views/settings.php:128 views/settings.php:232 views/settings.php:453
494
+ #: views/settings.php:622 views/settings.php:695
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"
603
+ msgid_plural "You have %s subscribers"
604
+ 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:665
629
  msgid "New page"
630
  msgstr "В новому вікні"
631
 
632
+ #: views/settings.php:329 views/settings.php:666
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:477
710
  #, fuzzy
 
711
  msgid "Bot Name"
712
  msgstr "Ім'я"
713
 
714
+ #: views/settings.php:480
715
  msgid "This name will appear when the bot is typing."
716
  msgstr ""
717
 
718
+ #: views/settings.php:484
719
  #, fuzzy
 
720
  msgid "Upload avatar"
721
  msgstr "Обрати фон"
722
 
723
+ #: views/settings.php:488
724
  msgid "A 512 x 512 px will work just fine."
725
  msgstr ""
726
 
727
+ #: views/settings.php:494
728
  msgid "Customize Messages"
729
  msgstr ""
730
 
731
+ #: views/settings.php:499
732
  msgid "Message 1"
733
  msgstr ""
734
 
735
+ #: views/settings.php:507
736
  msgid "Message 2"
737
  msgstr ""
738
 
739
+ #: views/settings.php:515
740
  msgid "Message 3"
741
  msgstr ""
742
 
743
+ #: views/settings.php:523 views/settings.php:563 views/settings.php:585
744
  msgid "Response"
745
  msgstr ""
746
 
747
+ #: views/settings.php:527 views/settings.php:589
748
  msgid "Edit the placeholder's text"
749
  msgstr ""
750
 
751
+ #: views/settings.php:531
752
  msgid "Message 4"
753
  msgstr ""
754
 
755
+ #: views/settings.php:539
756
  msgid "Message 5"
757
  msgstr ""
758
 
759
+ #: views/settings.php:547
760
  msgid "Message 6"
761
  msgstr ""
762
 
763
+ #: views/settings.php:555
764
  msgid "Message 7"
765
  msgstr ""
766
 
767
+ #: views/settings.php:567
768
  msgid "Edit button one"
769
  msgstr ""
770
 
771
+ #: views/settings.php:571
772
  msgid "Edit button two"
773
  msgstr ""
774
 
775
+ #: views/settings.php:577 views/settings.php:593
776
  msgid "Message 8"
777
  msgstr ""
778
 
779
+ #: views/settings.php:577 views/settings.php:601 views/settings.php:609
780
  msgid "(click on button one)"
781
  msgstr ""
782
 
783
+ #: views/settings.php:593
784
  msgid "(click on button two)"
785
  msgstr ""
786
 
787
+ #: views/settings.php:601
788
  msgid "Message 9"
789
  msgstr ""
790
 
791
+ #: views/settings.php:609
792
  msgid "Message 10"
793
  msgstr ""
794
 
795
+ #: views/settings.php:631
796
+ msgid ""
797
+ "To make the plugin GDPR compliant, fill in the details and enable this "
798
+ "section."
799
+ msgstr ""
800
+
801
+ #: views/settings.php:632
802
+ msgid ""
803
+ "Here we added some generic texts that you may want to review, change or "
804
+ "remove."
805
+ msgstr ""
806
+
807
+ #: views/settings.php:644
808
+ msgid "Link name"
809
+ msgstr ""
810
+
811
+ #: views/settings.php:648
812
+ msgid "Label the link that will be shown on frontend footer"
813
+ msgstr ""
814
+
815
+ #: views/settings.php:653
816
+ msgid "P. Policy page link"
817
+ msgstr ""
818
+
819
+ #: views/settings.php:662
820
+ msgid "P. Policy link target"
821
+ msgstr ""
822
+
823
+ #: views/settings.php:668
824
+ msgid "Choose how the link will open."
825
+ msgstr ""
826
+
827
+ #: views/settings.php:673
828
+ msgid "Contact form 'tail'"
829
+ msgstr ""
830
+
831
+ #: views/settings.php:677 views/settings.php:686
832
+ msgid "This will be shown together with the acceptance checkbox below the form"
833
+ msgstr ""
834
+
835
+ #: views/settings.php:682
836
+ msgid "Subscribe form 'tail'"
837
+ msgstr ""
838
+
839
  #: views/sidebar.php:3
840
  msgid "Plugin Info"
841
  msgstr "Інформація про плагін"
863
  #: views/sidebar.php:48
864
  msgid "Resources"
865
  msgstr "Ресурси"
866
+
867
+ #~ msgid "You have %d subscriber(s)"
868
+ #~ msgstr "Ви маєте %d підписник (ів)"
readme.md DELETED
@@ -1,107 +0,0 @@
1
- # Version 2.2
2
-
3
- # WP Maintenance Mode
4
-
5
- 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. The new Bot functionality is here!
6
-
7
- **Features**
8
-
9
- * Fully customizable (change colors, texts and backgrounds);
10
- * Subscription form (export emails to .csv file);
11
- * Countdown timer (remaining time);
12
- * Contact form (receive emails from visitors);
13
- * Coming soon page;
14
- * Landing page templates;
15
- * WordPress multisite;
16
- * Responsive design;
17
- * Social media icons;
18
- * Works with any WordPress theme;
19
- * SEO options;
20
- * Exclude URLs from maintenance.
21
- * Bot functionality to collect the emails in a friendly and efficient way.
22
- * GDPR Ready
23
-
24
- **Credits**
25
-
26
- Developed by [Designmodo](https://designmodo.com) & [StrictThemes – WordPress Themes](http://strictthemes.com/)
27
-
28
- ## F.A.Q.
29
-
30
- **How to use plugin filters**
31
-
32
- `wpmm_backtime` - can be used to change the backtime from page `Retry-After` header
33
-
34
- ```php
35
- function new_backtime() {
36
- return 1800;
37
- }
38
-
39
- add_filter('wpmm_backtime', 'new_backtime');
40
- ```
41
-
42
- Now... the search bots will retry to visit the page after 1800 seconds.
43
-
44
- `wpmm_search_bots` - if you have `Bypass for Search Bots` option (from General) activated, it can be used to add / delete bots (useragents)
45
-
46
- ```php
47
- function new_search_bots($bots) {
48
- // we delete a bot from array
49
- if(!empty($bots['AcoiRobot'])){
50
- unset($bots['AcoiRobot']);
51
- }
52
-
53
- // we add a new bot into array
54
- if(empty($bots['new_robot'])){
55
- $bots['new_robot'] = 'NewRobot'; // NewRobot is the user agent
56
- }
57
-
58
- return $bots;
59
- }
60
-
61
- add_filter('wpmm_search_bots', 'new_search_bots');
62
- ```
63
-
64
- We deleted a bot from list and added a new one.
65
-
66
- `wpmm_text` - can be used to change `Text` option
67
-
68
- ```php
69
- function new_text($text) {
70
- $text = str_replace('https://www.designmodo.com', 'https://designmodo.com', $text);
71
-
72
-
73
- return $text;
74
- }
75
-
76
- add_filter('wpmm_text', 'new_text');
77
- ```
78
-
79
- We replaced a string with another string. We can also add another text, add some extra html, etc.
80
-
81
- `wpmm_styles` - can be used to embed new css files
82
-
83
- ```php
84
- function new_css_styles($styles) {
85
- $styles['new-style'] = 'path_to_css_file/style.css'; // replace with the real path :)
86
-
87
- return $styles;
88
- }
89
-
90
- add_filter('wpmm_styles', 'new_css_styles');
91
- ```
92
-
93
- We embedded a new css style on maintenance page. Same mechanism can be used for javascript files (see `wpmm_scripts` filter).
94
-
95
- **Cache Plugin Support**
96
-
97
- WP Maintenance Mode can be unstable due the cache plugins, we recommend to deactivate any cache plugin when maintenance mode is active.
98
-
99
- ## Other Notes
100
- ### License
101
- Good news, this plugin is free for everyone! Since it's released under the GPL, you can use it free of charge on your personal or commercial blog.
102
-
103
- ### Translations
104
- The plugin comes with various translations, please refer to the [WordPress Codex](http://codex.wordpress.org/Installing_WordPress_in_Your_Language "Installing WordPress in Your Language") for more information about activating the translation. If you want to help to translate the plugin to your language, please have a look at the .pot file which contains all defintions and may be used with a [gettext](http://www.gnu.org/software/gettext/) editor like [Poedit](http://www.poedit.net/) (Linux, Mac OS X, Windows).
105
-
106
- ### Contact & Feedback
107
- Please let me know if you like the plugin or you hate it or whatever... Please fork it, add an issue for ideas and bugs.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 4.9.6
10
- Stable tag: 2.2
11
  Requires PHP: 5.6
12
  License: GPL-2.0+
13
 
@@ -77,6 +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 (25/05/2018) =
81
  * added GDPR feature
82
 
@@ -185,7 +199,7 @@ If you change your login url, please add the new slug (url: http://domain.com/ne
185
 
186
  = 2.0.0 (01/09/2014) =
187
  * Changed design and functionality, new features
188
- * Changed multisite behaviour: now you can activate maintenance individually (each blog from the network has it's own maintenance settings)
189
  * Removed actions: `wm_header`, `wm_footer`, `wm_content`
190
  * Removed filters: `wm_header`
191
  * Removed [loginform] shortcode
@@ -200,7 +214,7 @@ If you change your login url, please add the new slug (url: http://domain.com/ne
200
  - `wpmm_backtime` - can be used to change the backtime from page header
201
  - `wpmm_meta_robots` - can be used to change `Robots Meta Tag` option (from General)
202
  - `wpmm_text` - can be used to change `Text` option (from Design > Content)
203
- - `wpmm_scripts` - can be used to embed new javascripts files
204
  - `wpmm_styles` - can be used to embed new css files
205
  - `wpmm_search_bots` - if you have `Bypass for Search Bots` option (from General) activated, it can be used to add new bots (useragents)
206
  * Removed themes and now we have a "Design" & "Modules" tabs, where the look and functionality of the maintenance page can be changed as you need
@@ -209,7 +223,7 @@ If you change your login url, please add the new slug (url: http://domain.com/ne
209
  * Switch to new owner, contributor
210
 
211
  = 1.8.11 (07/25/2013) =
212
- * Fixes for php notices in scrict mode
213
  * Alternative for check url, if curl is not installed
214
 
215
  = 1.8.10 (07/18/2013) =
@@ -259,7 +273,7 @@ If you change your login url, please add the new slug (url: http://domain.com/ne
259
  * Fix for include JS in frontend to use countdown
260
  * Small mini fix for a php notice
261
  * Add charset on spalsh page for strange databases
262
- * Enhanced default exclude adresses
263
  * Add shortcode `[loginform]` for easy use a login form in splash page
264
  * Test with WordPress 3.5
265
 
@@ -280,8 +294,8 @@ If you change your login url, please add the new slug (url: http://domain.com/ne
280
  = 1.8.0 =
281
  * Include all scripts in backend via function
282
  * Update datepicker and countdown js
283
- * Supportet IP as exclude for see the frontend
284
- * Add support for flish cache od WP Super Cache and W3 Total Cache plugins
285
  * Fix for changes in WP 3.3 Multisite
286
 
287
  = 1.7.1 (12/05/2011) =
@@ -307,7 +321,7 @@ If you change your login url, please add the new slug (url: http://domain.com/ne
307
  * Bugfix: new check for files for different themes; hope this fix the server errors
308
  * Bugfix: fix add default settings
309
  * Maintenance: different changes on the syntax
310
- * Feature: add check for Super Admin on WP Multisite; has allways the rights for access
311
  * Feature: now it is possible to exclude feed from maintenance mode
312
  * Maintenance: check with 3.0.4 and 3.1-RC2
313
  * Maintenance: update language file: .pot, de_DE
@@ -323,7 +337,7 @@ If you change your login url, please add the new slug (url: http://domain.com/ne
323
 
324
  = 1.6.5 (09/16/2010) =
325
  * add new design "Chemistry" by [elmastudio.de](http://www.elmastudio.de/ "elmastudio.de")
326
- * changes for include methods od class for preview
327
  * changes the possibility for include of language specific flash files
328
 
329
  = 1.6.4 (09/13/2010) =
@@ -372,17 +386,17 @@ If you change your login url, please add the new slug (url: http://domain.com/ne
372
  = 1.5.4 (02/23/2010) =
373
  * add time for countdown
374
  * changes for WP 3.0
375
- * changees on rights to see frontend
376
 
377
  = 1.5.3 (01/05/2010) =
378
  * Fix for JavaScript with WordPress 2.9
379
  * Add new custom fields for fronted: title, header, heading
380
  * Fix for setting userrole to see frontend
381
- * Change laguage files
382
 
383
  = 1.5.2 (01/04/2010) =
384
  * add user-role setting
385
- * correctly the de_DE language file
386
 
387
  = 1.5.1 (10/04/2009) =
388
  * add small fix
@@ -392,7 +406,7 @@ If you change your login url, please add the new slug (url: http://domain.com/ne
392
  * add countdown
393
  * change options
394
  * change default options
395
- * add field for own adress to excerpt of the maintenance mode
396
  * etc.
397
 
398
  = 1.4.9 (07/09/2009) =
@@ -410,12 +424,12 @@ If you change your login url, please add the new slug (url: http://domain.com/ne
410
  = v1.4.6 (24/08/2009) =
411
  * add design "Animate (Flash)" by [Sebastian Schmiedel](http://www.cayou-media.de/ "Sebastian Schmiedel")
412
  * add new hook for add content `wm_content` to include flash on content
413
- * add frensh language files
414
 
415
  = v1.4.5 (19/08/2009) =
416
  * fix html string in text on frontend
417
  * add design "Paint" by [Marvin Labod](http://bugeyes.de/ "Marvin Labod")
418
- * add turkey language files
419
 
420
  = v1.4.4 (18/08/2009) =
421
  * add design "Chastely" by [Florian Andreas Vogelmaier](http://fv-web.de/ "Florian Andreas Vogelmaier")
@@ -435,6 +449,6 @@ If you change your login url, please add the new slug (url: http://domain.com/ne
435
  * small html-fix
436
 
437
  = v1.4 (06/08/2009) =
438
- * complety new code
439
  * options menu
440
  * new designs by [David Hellmann](http://www.davidhellmann.com/ "David Hellmann")
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.0-RC1
10
+ Stable tag: 2.2.2
11
  Requires PHP: 5.6
12
  License: GPL-2.0+
13
 
77
 
78
  == Changelog ==
79
 
80
+ = 2.2.2 (27/11/2018) =
81
+ * Google Analytics module: migrate from analytics.js to gtag.js + add ip anonymization [#178](https://github.com/Designmodocom/WP-Maintenance-Mode/issues/178)
82
+ * GDPR module: accept links inside texareas + add policy link target [#188](https://github.com/Designmodocom/WP-Maintenance-Mode/issues/188)
83
+ * add charset meta tag [#200](https://github.com/Designmodocom/WP-Maintenance-Mode/issues/200)
84
+ * fix PHP Notice: Undefined index: HTTP_USER_AGENT
85
+ * add plural and single form translation for subscribers number (settings page)
86
+
87
+ = 2.2.1 (13/07/2018) =
88
+ * 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))
89
+ * 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))
90
+ * make (frontend) privacy labels clickable (thanks @ [George Jipa](https://github.com/georgejipa))
91
+ * added array key check to avoid notice (thanks @ [Smiggel](https://github.com/Smiggel))
92
+ * added instagram icon (thanks @ [bozdoz](https://github.com/bozdoz))
93
+
94
  = 2.2 (25/05/2018) =
95
  * added GDPR feature
96
 
199
 
200
  = 2.0.0 (01/09/2014) =
201
  * Changed design and functionality, new features
202
+ * Changed multisite behavior: now you can activate maintenance individually (each blog from the network has it's own maintenance settings)
203
  * Removed actions: `wm_header`, `wm_footer`, `wm_content`
204
  * Removed filters: `wm_header`
205
  * Removed [loginform] shortcode
214
  - `wpmm_backtime` - can be used to change the backtime from page header
215
  - `wpmm_meta_robots` - can be used to change `Robots Meta Tag` option (from General)
216
  - `wpmm_text` - can be used to change `Text` option (from Design > Content)
217
+ - `wpmm_scripts` - can be used to embed new javascript files
218
  - `wpmm_styles` - can be used to embed new css files
219
  - `wpmm_search_bots` - if you have `Bypass for Search Bots` option (from General) activated, it can be used to add new bots (useragents)
220
  * Removed themes and now we have a "Design" & "Modules" tabs, where the look and functionality of the maintenance page can be changed as you need
223
  * Switch to new owner, contributor
224
 
225
  = 1.8.11 (07/25/2013) =
226
+ * Fixes for php notices in strict mode
227
  * Alternative for check url, if curl is not installed
228
 
229
  = 1.8.10 (07/18/2013) =
273
  * Fix for include JS in frontend to use countdown
274
  * Small mini fix for a php notice
275
  * Add charset on spalsh page for strange databases
276
+ * Enhanced default exclude addresses
277
  * Add shortcode `[loginform]` for easy use a login form in splash page
278
  * Test with WordPress 3.5
279
 
294
  = 1.8.0 =
295
  * Include all scripts in backend via function
296
  * Update datepicker and countdown js
297
+ * Supported IP as exclude for see the frontend
298
+ * Add support for flush cache of WP Super Cache and W3 Total Cache plugins
299
  * Fix for changes in WP 3.3 Multisite
300
 
301
  = 1.7.1 (12/05/2011) =
321
  * Bugfix: new check for files for different themes; hope this fix the server errors
322
  * Bugfix: fix add default settings
323
  * Maintenance: different changes on the syntax
324
+ * Feature: add check for Super Admin on WP Multisite; has always the rights for access
325
  * Feature: now it is possible to exclude feed from maintenance mode
326
  * Maintenance: check with 3.0.4 and 3.1-RC2
327
  * Maintenance: update language file: .pot, de_DE
337
 
338
  = 1.6.5 (09/16/2010) =
339
  * add new design "Chemistry" by [elmastudio.de](http://www.elmastudio.de/ "elmastudio.de")
340
+ * changes for include methods of class for preview
341
  * changes the possibility for include of language specific flash files
342
 
343
  = 1.6.4 (09/13/2010) =
386
  = 1.5.4 (02/23/2010) =
387
  * add time for countdown
388
  * changes for WP 3.0
389
+ * changes on rights to see frontend
390
 
391
  = 1.5.3 (01/05/2010) =
392
  * Fix for JavaScript with WordPress 2.9
393
  * Add new custom fields for fronted: title, header, heading
394
  * Fix for setting userrole to see frontend
395
+ * Change language files
396
 
397
  = 1.5.2 (01/04/2010) =
398
  * add user-role setting
399
+ * corrected the de_DE language file
400
 
401
  = 1.5.1 (10/04/2009) =
402
  * add small fix
406
  * add countdown
407
  * change options
408
  * change default options
409
+ * add field for own address to excerpt of the maintenance mode
410
  * etc.
411
 
412
  = 1.4.9 (07/09/2009) =
424
  = v1.4.6 (24/08/2009) =
425
  * add design "Animate (Flash)" by [Sebastian Schmiedel](http://www.cayou-media.de/ "Sebastian Schmiedel")
426
  * add new hook for add content `wm_content` to include flash on content
427
+ * add french language files
428
 
429
  = v1.4.5 (19/08/2009) =
430
  * fix html string in text on frontend
431
  * add design "Paint" by [Marvin Labod](http://bugeyes.de/ "Marvin Labod")
432
+ * add turkish language files
433
 
434
  = v1.4.4 (18/08/2009) =
435
  * add design "Chastely" by [Florian Andreas Vogelmaier](http://fv-web.de/ "Florian Andreas Vogelmaier")
449
  * small html-fix
450
 
451
  = v1.4 (06/08/2009) =
452
+ * completely new code
453
  * options menu
454
  * new designs by [David Hellmann](http://www.davidhellmann.com/ "David Hellmann")
views/contact.php CHANGED
File without changes
views/google-analytics.php CHANGED
@@ -1,10 +1,9 @@
 
 
1
  <script>
2
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
3
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
4
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
5
- })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
6
-
7
- ga('create', '<?php esc_attr_e($ga_code); ?>', 'auto');
8
- ga('send', 'pageview');
9
 
 
10
  </script>
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>
views/index.php CHANGED
File without changes
views/loginform.php CHANGED
File without changes
views/maintenance.php CHANGED
@@ -1,6 +1,7 @@
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
 
4
  <title><?php echo stripslashes($title); ?></title>
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
6
  <meta name="author" content="<?php echo esc_attr($author); ?>" />
@@ -74,9 +75,16 @@
74
  <input type="submit" value="<?php _e('Subscribe', $this->plugin_slug); ?>" />
75
  </div>
76
  <?php if (!empty($this->plugin_settings['gdpr']['status']) && $this->plugin_settings['gdpr']['status'] == 1) { ?>
77
- <div class="privacy_checkbox"><input type="checkbox" name="acceptance" value="YES" data-rule-required="true" data-msg-required="<?php esc_attr_e('This field is required.', $this->plugin_slug); ?>"><label for="acceptance"><?php _e("I've read and agree with the site's privacy policy", $this->plugin_slug); ?></label></div>
 
 
 
 
 
 
 
78
  <?php if(!empty($this->plugin_settings['gdpr']['subscribe_form_tail'])) { ?>
79
- <p class="privacy_tail"><?php echo $this->plugin_settings['gdpr']['subscribe_form_tail']; ?></p>
80
  <?php }} ?>
81
  </form>
82
  </div>
@@ -92,6 +100,10 @@
92
  <a class="fb" href="<?php echo stripslashes($this->plugin_settings['modules']['social_facebook']); ?>">facebook</a>
93
  <?php } ?>
94
 
 
 
 
 
95
  <?php if (!empty($this->plugin_settings['modules']['social_pinterest'])) { ?>
96
  <a class="pin" href="<?php echo stripslashes($this->plugin_settings['modules']['social_pinterest']); ?>">pinterest</a>
97
  <?php } ?>
@@ -135,9 +147,16 @@
135
  <?php do_action('wpmm_contact_form_after_message'); ?>
136
 
137
  <?php if (!empty($this->plugin_settings['gdpr']['status']) && $this->plugin_settings['gdpr']['status'] == 1) { ?>
138
- <div class="privacy_checkbox"><input type="checkbox" name="acceptance" value="YES" data-rule-required="true" data-msg-required="<?php esc_attr_e('This field is required.', $this->plugin_slug); ?>"><label for="acceptance"><?php _e("I've read and agree with the site's privacy policy", $this->plugin_slug); ?></label></div>
 
 
 
 
 
 
 
139
  <?php if(!empty($this->plugin_settings['gdpr']['contact_form_tail'])) { ?>
140
- <p class="privacy_tail"><?php echo $this->plugin_settings['gdpr']['contact_form_tail']; ?></p>
141
  <?php }} ?>
142
  <p class="submit"><input type="submit" value="<?php _e('Send', $this->plugin_slug); ?>"></p>
143
 
@@ -156,7 +175,7 @@
156
  <a href="<?php echo admin_url(); ?>"><?php _e('Dashboard', $this->plugin_slug); ?></a>
157
  <?php } ?>
158
  <?php if ($this->plugin_settings['gdpr']['status'] == 1) { ?>
159
- <a href="<?php echo $this->plugin_settings['gdpr']['policy_page_link']; ?>"><?php echo $this->plugin_settings['gdpr']['policy_page_label']; ?></a>
160
  <?php } ?>
161
  </div>
162
  <?php } ?>
@@ -190,4 +209,4 @@
190
  </script>
191
  <?php } ?>
192
  </body>
193
- </html>
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
+ <meta charset="UTF-8">
5
  <title><?php echo stripslashes($title); ?></title>
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
7
  <meta name="author" content="<?php echo esc_attr($author); ?>" />
75
  <input type="submit" value="<?php _e('Subscribe', $this->plugin_slug); ?>" />
76
  </div>
77
  <?php if (!empty($this->plugin_settings['gdpr']['status']) && $this->plugin_settings['gdpr']['status'] == 1) { ?>
78
+ <div class="privacy_checkbox">
79
+ <label>
80
+ <input type="checkbox" name="acceptance" value="YES" data-rule-required="true" data-msg-required="<?php esc_attr_e('This field is required.', $this->plugin_slug); ?>">
81
+
82
+ <?php _e("I've read and agree with the site's privacy policy", $this->plugin_slug); ?>
83
+ </label>
84
+ </div>
85
+
86
  <?php if(!empty($this->plugin_settings['gdpr']['subscribe_form_tail'])) { ?>
87
+ <p class="privacy_tail"><?php echo wp_kses($this->plugin_settings['gdpr']['subscribe_form_tail'], wpmm_gdpr_textarea_allowed_html()); ?></p>
88
  <?php }} ?>
89
  </form>
90
  </div>
100
  <a class="fb" href="<?php echo stripslashes($this->plugin_settings['modules']['social_facebook']); ?>">facebook</a>
101
  <?php } ?>
102
 
103
+ <?php if (!empty($this->plugin_settings['modules']['social_instagram'])) { ?>
104
+ <a class="instagram" href="<?php echo stripslashes($this->plugin_settings['modules']['social_instagram']); ?>">instagram</a>
105
+ <?php } ?>
106
+
107
  <?php if (!empty($this->plugin_settings['modules']['social_pinterest'])) { ?>
108
  <a class="pin" href="<?php echo stripslashes($this->plugin_settings['modules']['social_pinterest']); ?>">pinterest</a>
109
  <?php } ?>
147
  <?php do_action('wpmm_contact_form_after_message'); ?>
148
 
149
  <?php if (!empty($this->plugin_settings['gdpr']['status']) && $this->plugin_settings['gdpr']['status'] == 1) { ?>
150
+ <div class="privacy_checkbox">
151
+ <label>
152
+ <input type="checkbox" name="acceptance" value="YES" data-rule-required="true" data-msg-required="<?php esc_attr_e('This field is required.', $this->plugin_slug); ?>">
153
+
154
+ <?php _e("I've read and agree with the site's privacy policy", $this->plugin_slug); ?>
155
+ </label>
156
+ </div>
157
+
158
  <?php if(!empty($this->plugin_settings['gdpr']['contact_form_tail'])) { ?>
159
+ <p class="privacy_tail"><?php echo wp_kses($this->plugin_settings['gdpr']['contact_form_tail'], wpmm_gdpr_textarea_allowed_html()); ?></p>
160
  <?php }} ?>
161
  <p class="submit"><input type="submit" value="<?php _e('Send', $this->plugin_slug); ?>"></p>
162
 
175
  <a href="<?php echo admin_url(); ?>"><?php _e('Dashboard', $this->plugin_slug); ?></a>
176
  <?php } ?>
177
  <?php if ($this->plugin_settings['gdpr']['status'] == 1) { ?>
178
+ <a href="<?php echo esc_attr($this->plugin_settings['gdpr']['policy_page_link']); ?>" target="<?php echo !empty($this->plugin_settings['gdpr']['policy_page_target']) && $this->plugin_settings['gdpr']['policy_page_target'] == 1 ? '_blank' : '_self'; ?>"><?php echo esc_html($this->plugin_settings['gdpr']['policy_page_label']); ?></a>
179
  <?php } ?>
180
  </div>
181
  <?php } ?>
209
  </script>
210
  <?php } ?>
211
  </body>
212
+ </html>
views/notice.php CHANGED
File without changes
views/promo-strictthemes.php CHANGED
File without changes
views/settings.php CHANGED
@@ -295,7 +295,7 @@
295
  <td id="subscribers_wrap">
296
  <?php
297
  $subscribers_no = wpmm_count_where('wpmm_subscribers', 'id_subscriber');
298
- echo sprintf(__('You have %d subscriber(s)', $this->plugin_slug), $subscribers_no);
299
 
300
  if ($subscribers_no > 0) {
301
  ?>
@@ -355,6 +355,12 @@
355
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['social_facebook'])); ?>" name="options[modules][social_facebook]" />
356
  </td>
357
  </tr>
 
 
 
 
 
 
358
  <tr valign="top">
359
  <th scope="row"><label for="options[modules][social_pinterest]">Pinterest</label></th>
360
  <td>
@@ -421,6 +427,16 @@
421
  </select>
422
  </td>
423
  </tr>
 
 
 
 
 
 
 
 
 
 
424
  <tr valign="top">
425
  <th scope="row"><label for="options[modules][ga_code]"><?php _e('Tracking code', $this->plugin_slug); ?></label></th>
426
  <td>
@@ -642,6 +658,16 @@
642
  <p class="description">REMEMBER: In order to make the privacy policy page accessible you need to add it in General -> Exclude.</p>
643
  </td>
644
  </tr>
 
 
 
 
 
 
 
 
 
 
645
  <tr valign="top">
646
  <th scope="row">
647
  <label for="options[gdpr][contact_form_tail]"><?php _e('Contact form \'tail\'', $this->plugin_slug); ?></label>
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
  ?>
355
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['social_facebook'])); ?>" name="options[modules][social_facebook]" />
356
  </td>
357
  </tr>
358
+ <tr valign="top">
359
+ <th scope="row"><label for="options[modules][social_instagram]">Instagram</label></th>
360
+ <td>
361
+ <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['social_instagram'])); ?>" name="options[modules][social_instagram]" />
362
+ </td>
363
+ </tr>
364
  <tr valign="top">
365
  <th scope="row"><label for="options[modules][social_pinterest]">Pinterest</label></th>
366
  <td>
427
  </select>
428
  </td>
429
  </tr>
430
+ <tr valign="top">
431
+ <th scope="row"><label for="options[modules][ga_anonymize_ip]"><?php _e('Enable IP anonymization?', $this->plugin_slug); ?></label></th>
432
+ <td>
433
+ <select name="options[modules][ga_anonymize_ip]">
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>
658
  <p class="description">REMEMBER: In order to make the privacy policy page accessible you need to add it in General -> Exclude.</p>
659
  </td>
660
  </tr>
661
+ <tr valign="top">
662
+ <th scope="row"><label for="options[gdpr][policy_page_target]"><?php _e('P. Policy link target', $this->plugin_slug); ?></label></th>
663
+ <td>
664
+ <select name="options[gdpr][policy_page_target]">
665
+ <option value="1" <?php selected($this->plugin_settings['gdpr']['policy_page_target'], 1); ?>><?php _e('New page', $this->plugin_slug); ?></option>
666
+ <option value="0" <?php selected($this->plugin_settings['gdpr']['policy_page_target'], 0); ?>><?php _e('Same page', $this->plugin_slug); ?></option>
667
+ </select>
668
+ <p class="description"><?php _e('Choose how the link will open.', $this->plugin_slug); ?></p>
669
+ </td>
670
+ </tr>
671
  <tr valign="top">
672
  <th scope="row">
673
  <label for="options[gdpr][contact_form_tail]"><?php _e('Contact form \'tail\'', $this->plugin_slug); ?></label>
views/sidebar.php CHANGED
File without changes
wp-maintenance-mode.php CHANGED
@@ -6,7 +6,7 @@
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
10
  * Author: Designmodo
11
  * Author URI: https://designmodo.com/
12
  * Twitter: designmodo
@@ -19,7 +19,7 @@
19
  */
20
  // Exit if accessed directly
21
  if (!defined('ABSPATH'))
22
- exit;
23
 
24
  /**
25
  * DEFINE PATHS
@@ -48,9 +48,10 @@ define('WPMM_ASSETS_SUFFIX', (defined('SCRIPT_DEBUG') && SCRIPT_DEBUG) ? '' : '.
48
  /**
49
  * FUNCTIONS
50
  */
 
51
  require_once(WPMM_FUNCTIONS_PATH . 'helpers.php');
52
  if (is_multisite() && !function_exists('is_plugin_active_for_network')) {
53
- require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
54
  }
55
 
56
  /**
@@ -67,6 +68,6 @@ add_action('plugins_loaded', array('WP_Maintenance_Mode', 'get_instance'));
67
  * DASHBOARD
68
  */
69
  if (is_admin()) {
70
- require_once(WPMM_CLASSES_PATH . 'wp-maintenance-mode-admin.php');
71
- add_action('plugins_loaded', array('WP_Maintenance_Mode_Admin', 'get_instance'));
72
  }
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.2
10
  * Author: Designmodo
11
  * Author URI: https://designmodo.com/
12
  * Twitter: designmodo
19
  */
20
  // Exit if accessed directly
21
  if (!defined('ABSPATH'))
22
+ exit;
23
 
24
  /**
25
  * DEFINE PATHS
48
  /**
49
  * FUNCTIONS
50
  */
51
+ require_once(WPMM_FUNCTIONS_PATH . 'hooks.php');
52
  require_once(WPMM_FUNCTIONS_PATH . 'helpers.php');
53
  if (is_multisite() && !function_exists('is_plugin_active_for_network')) {
54
+ require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
55
  }
56
 
57
  /**
68
  * DASHBOARD
69
  */
70
  if (is_admin()) {
71
+ require_once(WPMM_CLASSES_PATH . 'wp-maintenance-mode-admin.php');
72
+ add_action('plugins_loaded', array('WP_Maintenance_Mode_Admin', 'get_instance'));
73
  }