WP Maintenance Mode - Version 2.1.1

Version Description

(1/03/2018) = * fixed a visual bug with wrap container * added internationalization support for bot fixed strings * fixed path for loading data.js required for the bot (thanks @ George Jipa) * added wpmm_before_scripts hook, fires just before loading the scripts * moved data.js to uploads directory (thanks @ George Jipa)

Download this release

Release Info

Developer Designmodo
Plugin Icon 128x128 WP Maintenance Mode
Version 2.1.1
Comparing to
See all releases

Code changes from version 2.1.0 to 2.1.1

Files changed (117) hide show
  1. assets/css/chosen.css +0 -0
  2. assets/css/chosen.min.css +0 -0
  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 +0 -0
  6. assets/css/style-admin.css +16 -6
  7. assets/css/style-admin.min.css +1 -1
  8. assets/css/style.bot.css +423 -0
  9. assets/css/style.bot.min.css +1 -0
  10. assets/css/style.css +14 -5
  11. assets/css/style.min.css +2 -1
  12. assets/images/backgrounds/bg1.jpg +0 -0
  13. assets/images/backgrounds/bg10.jpg +0 -0
  14. assets/images/backgrounds/bg10_thumb.jpg +0 -0
  15. assets/images/backgrounds/bg11.jpg +0 -0
  16. assets/images/backgrounds/bg11_thumb.jpg +0 -0
  17. assets/images/backgrounds/bg1_thumb.jpg +0 -0
  18. assets/images/backgrounds/bg2.jpg +0 -0
  19. assets/images/backgrounds/bg2_thumb.jpg +0 -0
  20. assets/images/backgrounds/bg3.jpg +0 -0
  21. assets/images/backgrounds/bg3_thumb.jpg +0 -0
  22. assets/images/backgrounds/bg4.jpg +0 -0
  23. assets/images/backgrounds/bg4_thumb.jpg +0 -0
  24. assets/images/backgrounds/bg5.jpg +0 -0
  25. assets/images/backgrounds/bg5_thumb.jpg +0 -0
  26. assets/images/backgrounds/bg6.jpg +0 -0
  27. assets/images/backgrounds/bg6_thumb.jpg +0 -0
  28. assets/images/backgrounds/bg7.jpg +0 -0
  29. assets/images/backgrounds/bg7_thumb.jpg +0 -0
  30. assets/images/backgrounds/bg8.jpg +0 -0
  31. assets/images/backgrounds/bg8_thumb.jpg +0 -0
  32. assets/images/backgrounds/bg9.jpg +0 -0
  33. assets/images/backgrounds/bg9_thumb.jpg +0 -0
  34. assets/images/chosen-sprite.png +0 -0
  35. assets/images/chosen-sprite@2x.png +0 -0
  36. assets/images/close.svg +1 -0
  37. assets/images/icn_sprite.png +0 -0
  38. assets/images/icon-48.png +0 -0
  39. assets/images/index.php +0 -0
  40. assets/images/resources/ayoshop.jpg +0 -0
  41. assets/images/resources/flatui.jpg +0 -0
  42. assets/images/resources/freephotoscc.jpg +0 -0
  43. assets/images/resources/linecons.jpg +0 -0
  44. assets/images/resources/postcards.jpg +0 -0
  45. assets/images/resources/qards.jpg +0 -0
  46. assets/images/resources/strictthemes.png +0 -0
  47. assets/index.php +0 -0
  48. assets/js/async.js +1211 -0
  49. assets/js/bot.js +391 -0
  50. assets/js/bot.min.js +1 -0
  51. assets/js/chosen.jquery.js +0 -0
  52. assets/js/chosen.jquery.min.js +0 -0
  53. assets/js/index.php +0 -0
  54. assets/js/jquery-ui-timepicker-addon.js +0 -0
  55. assets/js/jquery-ui-timepicker-addon.min.js +0 -0
  56. assets/js/jquery.countdown.js +0 -0
  57. assets/js/jquery.countdown.min.js +0 -0
  58. assets/js/jquery.plugin.js +343 -343
  59. assets/js/jquery.plugin.min.js +0 -0
  60. assets/js/jquery.validate.js +20 -20
  61. assets/js/jquery.validate.min.js +0 -0
  62. assets/js/scripts-admin-global.js +0 -0
  63. assets/js/scripts-admin-global.min.js +0 -0
  64. assets/js/scripts-admin.js +38 -2
  65. assets/js/scripts-admin.min.js +1 -1
  66. assets/js/scripts.js +7 -2
  67. assets/js/scripts.min.js +1 -1
  68. includes/classes/index.php +0 -0
  69. includes/classes/wp-maintenance-mode-admin.php +107 -22
  70. includes/classes/wp-maintenance-mode-shortcodes.php +0 -0
  71. includes/classes/wp-maintenance-mode.php +85 -27
  72. includes/functions/helpers.php +21 -15
  73. includes/functions/index.php +0 -0
  74. includes/index.php +0 -0
  75. languages/index.php +0 -0
  76. languages/wp-maintenance-mode-de_DE.mo +0 -0
  77. languages/wp-maintenance-mode-de_DE.po +298 -105
  78. languages/wp-maintenance-mode-en_US.mo +0 -0
  79. languages/wp-maintenance-mode-en_US.po +291 -103
  80. languages/wp-maintenance-mode-es_ES.mo +0 -0
  81. languages/wp-maintenance-mode-es_ES.po +298 -104
  82. languages/wp-maintenance-mode-fa_IR.mo +0 -0
  83. languages/wp-maintenance-mode-fa_IR.po +297 -103
  84. languages/wp-maintenance-mode-fr_FR.mo +0 -0
  85. languages/wp-maintenance-mode-fr_FR.po +299 -106
  86. languages/wp-maintenance-mode-it_IT.mo +0 -0
  87. languages/wp-maintenance-mode-it_IT.po +296 -101
  88. languages/wp-maintenance-mode-nb_NO.mo +0 -0
  89. languages/wp-maintenance-mode-nb_NO.po +297 -103
  90. languages/wp-maintenance-mode-nl_NL.mo +0 -0
  91. languages/wp-maintenance-mode-nl_NL.po +298 -104
  92. languages/wp-maintenance-mode-pl_PL.mo +0 -0
  93. languages/wp-maintenance-mode-pl_PL.po +296 -101
  94. languages/wp-maintenance-mode-pt_BR.mo +0 -0
  95. languages/wp-maintenance-mode-pt_BR.po +300 -102
  96. languages/wp-maintenance-mode-pt_PT.mo +0 -0
  97. languages/wp-maintenance-mode-pt_PT.po +299 -102
  98. languages/wp-maintenance-mode-ro_RO.mo +0 -0
  99. languages/wp-maintenance-mode-ro_RO.po +298 -104
  100. languages/wp-maintenance-mode-ru_RU.mo +0 -0
  101. languages/wp-maintenance-mode-ru_RU.po +298 -104
  102. languages/wp-maintenance-mode-sv_SE.mo +0 -0
  103. languages/wp-maintenance-mode-sv_SE.po +298 -104
  104. languages/wp-maintenance-mode-uk_UA.mo +0 -0
  105. languages/wp-maintenance-mode-uk_UA.po +749 -0
  106. readme.md +4 -3
  107. readme.txt +30 -12
  108. views/contact.php +106 -106
  109. views/google-analytics.php +9 -9
  110. views/index.php +0 -0
  111. views/loginform.php +0 -0
  112. views/maintenance.php +55 -12
  113. views/notice.php +0 -0
  114. views/promo-strictthemes.php +0 -0
  115. views/settings.php +245 -66
  116. views/sidebar.php +0 -0
  117. wp-maintenance-mode.php +3 -3
assets/css/chosen.css CHANGED
File without changes
assets/css/chosen.min.css CHANGED
File without changes
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
File without changes
assets/css/style-admin.css CHANGED
@@ -16,7 +16,7 @@ h2.wpmm-title {
16
  min-width: 800px;
17
  }
18
 
19
- .wpmm-wrapper #sidebar {
20
  padding: 0 0 0 20px;
21
  width: 280px;
22
  }
@@ -48,12 +48,12 @@ h2.wpmm-title {
48
  display: table-cell;
49
  }
50
 
51
- .wpmm-wrapper .hidden {
52
- display: none;
53
  }
54
 
55
  /* TABS */
56
- .nav-tab-wrapper {
57
  border-bottom: 1px solid #ccc;
58
  padding-bottom: 0;
59
  padding-left: 10px;
@@ -107,6 +107,16 @@ h2.wpmm-title {
107
  z-index:9999999;
108
  }
109
 
 
 
 
 
 
 
 
 
 
 
110
  /* SIDEBARS */
111
  #sidebar .info_box ul {
112
  margin-top: 10px;
@@ -138,7 +148,7 @@ h2.wpmm-title {
138
 
139
  .chosen-container-multi .chosen-choices {
140
  border: 1px solid #ddd !important;
141
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset !important;
142
  background-image: none !important;
143
  }
144
 
@@ -151,4 +161,4 @@ h2.wpmm-title {
151
  #footer-left .wpmm_rating:hover {
152
  text-decoration: none !important;
153
  color: #FFB900 !important;
154
- }
16
  min-width: 800px;
17
  }
18
 
19
+ .wpmm-wrapper #sidebar {
20
  padding: 0 0 0 20px;
21
  width: 280px;
22
  }
48
  display: table-cell;
49
  }
50
 
51
+ .wpmm-wrapper .hidden {
52
+ display: none;
53
  }
54
 
55
  /* TABS */
56
+ .nav-tab-wrapper {
57
  border-bottom: 1px solid #ccc;
58
  padding-bottom: 0;
59
  padding-left: 10px;
107
  z-index:9999999;
108
  }
109
 
110
+ .tabs-content .bot-hint {
111
+ background: #9f9f9f;
112
+ padding: 10px;
113
+ float: right;
114
+ border-radius: 5px;
115
+ color: #fff;
116
+ }
117
+
118
+ .tabs-content .bot-button { display: inline-block; }
119
+
120
  /* SIDEBARS */
121
  #sidebar .info_box ul {
122
  margin-top: 10px;
148
 
149
  .chosen-container-multi .chosen-choices {
150
  border: 1px solid #ddd !important;
151
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset !important;
152
  background-image: none !important;
153
  }
154
 
161
  #footer-left .wpmm_rating:hover {
162
  text-decoration: none !important;
163
  color: #FFB900 !important;
164
+ }
assets/css/style-admin.min.css CHANGED
@@ -1 +1 @@
1
- h2.wpmm-title{background:url(../images/icon-48.png) no-repeat 0;line-height:42px!important;margin-bottom:30px!important;height:48px;padding-left:55px!important}.wpmm-wrapper{display:table;width:100%}.wpmm-wrapper #content{min-width:800px}.wpmm-wrapper #sidebar{padding:0 0 0 20px;width:280px}.wpmm-wrapper #sidebar .sidebar_box{background:none repeat scroll 0 0 #fff;border:1px solid #e5e5e5;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:1}#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{box-shadow:none!important;background-image:none!important}.chosen-container-multi .chosen-choices{border:1px solid #ddd!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.07)!important;background-image:none!important}.chosen-container .chosen-results li.highlighted{background-color:#0074a2!important;background-image:none!important}#footer-left .wpmm_rating:hover{text-decoration:none!important;color:#ffb900!important}
1
+ h2.wpmm-title{background:url("../images/icon-48.png") no-repeat 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}
assets/css/style.bot.css ADDED
@@ -0,0 +1,423 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * BOT
3
+ *
4
+ */
5
+ .bot .wrap { margin-top: 60px; }
6
+ .bot .wrap h1 { margin-bottom: 50px; }
7
+ .wrap.under-bot { margin-top: 50px; }
8
+ .wrap.under-bot .countdown { margin-bottom: 50px; }
9
+ .wrap.under-bot .social { margin-bottom: 50px; }
10
+
11
+ .bot-container *,
12
+ .bot-container *::before,
13
+ .bot-container *::after {
14
+ box-sizing: border-box;
15
+ }
16
+ .bot-container p {
17
+ margin-top: 0;
18
+ margin-bottom: 16px;
19
+ }
20
+
21
+ .bot-container a {
22
+ text-decoration: none;
23
+ cursor: pointer;
24
+ }
25
+
26
+ .bot-container ul {
27
+ list-style-type: none;
28
+ padding-left: 0;
29
+ }
30
+
31
+ .bot-container {
32
+ display: flex;
33
+ justify-content: center;
34
+ align-items: center;
35
+ }
36
+
37
+ /*TODO: Remove this rule*/
38
+ /* With Image on Background ---- */
39
+ /*.bg-image {
40
+ background-image: url(http://static.simpledesktops.com/uploads/desktops/2011/09/01/urso_polar-10.png);
41
+ background-size: cover;
42
+ background-position: center;
43
+ background-repeat: no-repeat;
44
+ }*/
45
+
46
+ .background .bot-chat-wrapper {
47
+ border-radius: 10px;
48
+ background-color: rgb(255, 255, 255);
49
+ box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.2);
50
+ max-width: 720px;
51
+ padding-left: 110px;
52
+ }
53
+
54
+ .chat-message-wrapper {
55
+ position: relative;
56
+ display: flex;
57
+ align-items: center;
58
+ margin-bottom: 16px;
59
+ width: 100%;
60
+ padding-left: 80px;
61
+ }
62
+ .chat-message-wrapper .chat-message {
63
+ max-width: 100%;
64
+ width: 100%;
65
+ color: #3a3e45;
66
+ line-height: 24px;
67
+ }
68
+
69
+ .absolute-wrapper {
70
+ position: absolute;
71
+ left: 0;
72
+ bottom: 20%;
73
+ }
74
+
75
+ .message-details {
76
+ position: relative;
77
+ }
78
+
79
+ /* Show bot-avatar on last message. */
80
+ .chat-message-wrapper .bot-avatar {
81
+ display: none;
82
+ top: -18px;
83
+ }
84
+ .chat-message-wrapper:last-child .bot-avatar {
85
+ display: block;
86
+ }
87
+ /* ------------------------------ */
88
+
89
+ .chat-message-wrapper .message-date {
90
+ font-size: 12px;
91
+ color: #c3c3c3;
92
+ }
93
+
94
+ .chat-message-wrapper p,
95
+ .typing-wrapper p {
96
+ margin-bottom: 0;
97
+ }
98
+
99
+ /*--------------------
100
+ CHAT BOT STYLING
101
+ ---------------------*/
102
+
103
+ /*
104
+ // CHAT BOT & TYPING WRAPPER
105
+ */
106
+ .bot-chat-wrapper {
107
+ max-width: 700px;
108
+ width: 100%;
109
+ height: 460px;
110
+ padding-top: 40px;
111
+ padding-right: 40px;
112
+ padding-bottom: 40px;
113
+ padding-left: 75px;
114
+ overflow-y: scroll;
115
+ overflow-x: hidden;
116
+ }
117
+
118
+ .typing-wrapper {
119
+ width: 100%;
120
+ display: flex;
121
+ align-items: center;
122
+ margin-bottom: 16px;
123
+ position: relative;
124
+ }
125
+
126
+ .bot-avatar {
127
+ width: 60px;
128
+ height: 60px;
129
+
130
+ position: absolute;
131
+ left: -70px;
132
+ top: -10px;
133
+
134
+ /*background-image: url(/images/user-avatar.jpg);*/
135
+ background-size: cover;
136
+ background-repeat: no-repeat;
137
+ background-position: center;
138
+
139
+ border-radius: 50%;
140
+ margin-right: 10px;
141
+ }
142
+
143
+ .typing-wrapper .bot-name {
144
+ margin-right: 22px;
145
+ font-weight: bold;
146
+ }
147
+
148
+
149
+ /*
150
+ // CHAT MESSAGE LINE
151
+ */
152
+ .chat-message {
153
+ background-color: #f4f4f4;
154
+ border-radius: 5px;
155
+ padding: 15px;
156
+ max-width: 75%;
157
+ clear: both;
158
+ position: relative;
159
+ float: left;
160
+ animation: fade-in-left 0.2s linear both;
161
+ }
162
+
163
+ .chat-message:before {
164
+ content: ' ';
165
+ position: absolute;
166
+ width: 0;
167
+ height: 0;
168
+ left: -20px;
169
+ bottom: 20%;
170
+ border: 10px solid;
171
+ border-color: transparent #f4f4f4 transparent transparent;
172
+ }
173
+
174
+
175
+ /*
176
+ // HELPERS
177
+ */
178
+ .cf:before,
179
+ .cf:after {
180
+ content: " "; /* 1 */
181
+ display: table; /* 2 */
182
+ }
183
+
184
+ .cf:after {
185
+ clear: both;
186
+ }
187
+
188
+
189
+ /*
190
+ // USER
191
+ */
192
+ .chat-message.user {
193
+ animation: fade-in-right 0.2s linear 0.4s both;
194
+ background: #a0a0a0;
195
+ color: #fff;
196
+ float: right;
197
+ padding: 15px;
198
+ font-size: 14px;
199
+ }
200
+
201
+ .chat-message a {
202
+ color: #6ecff9;
203
+ text-decoration: underline;
204
+ transition: all 0.3s ease;
205
+ }
206
+ .chat-message a:hover {
207
+ color: #38a9d9;
208
+ }
209
+
210
+
211
+ /*
212
+ // USER CHOICES BUTTONS
213
+ */
214
+ .choices {
215
+ display: flex !important;
216
+ justify-content: flex-end;
217
+ }
218
+ .choices .chat-message {
219
+ background: none;
220
+ color: #6ecff9;
221
+ border: 2px solid #6ecff9;
222
+ cursor: pointer;
223
+ animation: fadeInGrownIn 0.5s ease;
224
+ float: none;
225
+ display: inline-block;
226
+ transition: all 0.3s ease;
227
+ }
228
+
229
+ .choices .chat-message:first-child {
230
+ margin-right: 10px;
231
+ }
232
+
233
+ .choices .chat-message:hover {
234
+ background: #6ecff9;
235
+ color: #fff;
236
+ }
237
+
238
+
239
+ /*
240
+ // NAME/EMAIL INPUT
241
+ */
242
+
243
+ .input .chat-message.user {
244
+ background: transparent;
245
+ border-bottom: 2px solid #6ecff9;
246
+ border-radius: 0;
247
+ padding: 10px;
248
+ }
249
+
250
+ .input { animation: fadeInGrownIn 0.5s ease; }
251
+
252
+ .input input {
253
+ border: none;
254
+ border-color: #fff;
255
+ color: #000;
256
+ background: none;
257
+ box-shadow: none;
258
+ margin-right: 60px;
259
+ font-size: 14px;
260
+ }
261
+
262
+ .input input:focus { outline: none; }
263
+ .input input::-webkit-input-placeholder { color: #c3c3c3; }
264
+ .input input:-ms-input-placeholder { color: #c3c3c3; }
265
+ .input input::-moz-placeholder { color: #c3c3c3; }
266
+ .input input:-moz-placeholder { color: #c3c3c3; }
267
+
268
+ .input a {
269
+ color: #6ecff9;
270
+ text-decoration: none;
271
+ text-transform: uppercase;
272
+ cursor: pointer;
273
+ font-size: 14px;
274
+ font-weight: 700;
275
+ }
276
+
277
+ .bot-error {
278
+ width: 100%;
279
+ background: rgba(255, 69, 69, 0.8);
280
+ line-height: 65px;
281
+ padding: 0 50px;
282
+ color: #fff;
283
+ font-size: 20px;
284
+ position: fixed;
285
+ bottom: -70px;
286
+ }
287
+
288
+ /*
289
+ // TYPING INDICATOR
290
+ */
291
+
292
+ .typing {
293
+ border-radius: 5px;
294
+ background-color: #fff;
295
+ box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.1);
296
+ width: 120px;
297
+ height: 40px;
298
+ display: flex;
299
+ justify-content: center;
300
+ align-items: center;
301
+ position: relative;
302
+ animation: fadeInGrownIn 0.5s ease;
303
+ /*margin-left: 90px;*/
304
+ }
305
+
306
+ /* Typing Dots ----*/
307
+ .typing .dot {
308
+ border-radius: 50%;
309
+ width: 8px;
310
+ height: 8px;
311
+ display: block;
312
+ margin-right: 12px;
313
+ animation: wave 0.9s linear infinite;
314
+ }
315
+
316
+ .typing .dot:nth-child(1) {
317
+ background-color: #4f3beb;
318
+ }
319
+ .typing .dot:nth-child(2) {
320
+ background-color: #6292f3;
321
+ animation-delay: -0.7s;
322
+ }
323
+ .typing .dot:nth-child(3) {
324
+ background-color: #6ecff9;
325
+ animation-delay: -0.5s;
326
+ margin-right: 0;
327
+ }
328
+
329
+
330
+ /*
331
+ // OVERRIDE STUFF
332
+ */
333
+ .typing:before,
334
+ .bot-chat-wrapper .chat-message.user:before {
335
+ content: "";
336
+ display: none;
337
+ }
338
+
339
+
340
+ /*
341
+ // ANIMATIONS
342
+ */
343
+
344
+ /* Fade In Grow In Animation ---- */
345
+ @keyframes fadeInGrownIn {
346
+ 0% {
347
+ opacity: 0;
348
+ transform: scale(0.9);
349
+ }
350
+ 100% {
351
+ opacity: 1;
352
+ transform: scale(1);
353
+ }
354
+ }
355
+
356
+ /* Slide Left Animation ---- */
357
+ @keyframes fade-in-left {
358
+ 0% {
359
+ transform: translateX(-50px);
360
+ opacity: 0;
361
+ }
362
+ 100% {
363
+ transform: translateX(0);
364
+ opacity: 1;
365
+ }
366
+ }
367
+ /* Slide Right Animation ---- */
368
+ @keyframes fade-in-right {
369
+ 0% {
370
+ transform: translateX(50px);
371
+ opacity: 0;
372
+ }
373
+ 100% {
374
+ transform: translateX(0);
375
+ opacity: 1;
376
+ }
377
+ }
378
+
379
+ /* Wave Dots Animation ----- */
380
+ @keyframes wave {
381
+ 0%, 60%, 100% { transform: initial; }
382
+
383
+ 30% { transform: translateY(-10px); }
384
+ }
385
+
386
+ /*
387
+ // RESPONSIVE
388
+ */
389
+
390
+ @media screen and (max-width: 700px) {
391
+ .bot-avatar {
392
+ display: none !important;
393
+ }
394
+
395
+ .bot-chat-wrapper,
396
+ .bg-image .bot-chat-wrapper {
397
+ padding-left: 20px;
398
+ padding-top: 20px;
399
+ padding-right: 20px;
400
+ padding-bottom: 20px;
401
+ }
402
+
403
+ .bg-image .bot-chat-wrapper {
404
+ margin-left: 10px;
405
+ margin-right: 10px;
406
+ }
407
+
408
+ .chat-message {
409
+ max-width: 100%;
410
+ }
411
+
412
+ .input input {
413
+ font-size: 16px;
414
+ }
415
+ }
416
+
417
+
418
+ /*
419
+ // CUSTOM SCROLL BAR
420
+ */
421
+ .bot-chat-wrapper::-webkit-scrollbar {
422
+ width: 0px;
423
+ }
assets/css/style.bot.min.css ADDED
@@ -0,0 +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}
assets/css/style.css CHANGED
@@ -119,7 +119,7 @@ body {
119
 
120
  .wrap form.subscribe_form {
121
  box-sizing: border-box;
122
- width: 465px;
123
  margin: 0 0 75px;
124
  display: inline-block;
125
  border: 3px solid #e0e0e0;
@@ -145,6 +145,7 @@ body {
145
  cursor: pointer;
146
  padding: 20px 30px;
147
  border-left: 3px solid #e0e0e0;
 
148
  }
149
  .wrap form.subscribe_form input[type="submit"]:hover {
150
  background: #fff;
@@ -256,9 +257,8 @@ body {
256
  background: #000;
257
  color: #fff;
258
  }
259
- .contact_us {
260
- text-decoration: none;
261
- }
262
  .contact {
263
  position: fixed;
264
  display: none;
@@ -275,6 +275,13 @@ body {
275
  font-size: 11px;
276
  padding-top: 10px;
277
  }
 
 
 
 
 
 
 
278
  .contact .form {
279
  width: 520px;
280
  text-align: center;
@@ -392,6 +399,8 @@ body {
392
  color: #fff;
393
  border-color: #fff;
394
  }
 
 
395
  /**
396
  * MEDIA QUERIES (RESPONSIVE)
397
  **/
@@ -432,7 +441,7 @@ body {
432
  box-sizing: border-box;
433
  }
434
  .wrap form input[type="text"], .wrap form input[type="submit"] {
435
- width: 100%;
436
  }
437
  .wrap form.subscribe_form input[type="submit"] {
438
  padding-left: 0;
119
 
120
  .wrap form.subscribe_form {
121
  box-sizing: border-box;
122
+ width: 450px;
123
  margin: 0 0 75px;
124
  display: inline-block;
125
  border: 3px solid #e0e0e0;
145
  cursor: pointer;
146
  padding: 20px 30px;
147
  border-left: 3px solid #e0e0e0;
148
+ transition: all .3s;
149
  }
150
  .wrap form.subscribe_form input[type="submit"]:hover {
151
  background: #fff;
257
  background: #000;
258
  color: #fff;
259
  }
260
+ .contact_us { text-decoration: none; }
261
+ .contact_us, input[type=submit] { transition: all .3s ease-in-out; }
 
262
  .contact {
263
  position: fixed;
264
  display: none;
275
  font-size: 11px;
276
  padding-top: 10px;
277
  }
278
+ .close-contact_form {
279
+ position: absolute;
280
+ left: 46%;
281
+ top: -60px;
282
+ cursor: pointer;
283
+ }
284
+ .close-contact_form img { width: 40px; height: 40px; }
285
  .contact .form {
286
  width: 520px;
287
  text-align: center;
399
  color: #fff;
400
  border-color: #fff;
401
  }
402
+
403
+
404
  /**
405
  * MEDIA QUERIES (RESPONSIVE)
406
  **/
441
  box-sizing: border-box;
442
  }
443
  .wrap form input[type="text"], .wrap form input[type="submit"] {
444
+ width: 100% !important;
445
  }
446
  .wrap form.subscribe_form input[type="submit"] {
447
  padding-left: 0;
assets/css/style.min.css CHANGED
@@ -1 +1,2 @@
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{-webkit-appearance:none;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{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 form.subscribe_form{box-sizing:border-box;width:465px;margin:0 0 75px;display:inline-block;border:3px solid #e0e0e0;overflow:hidden;text-align:center}.wrap form.subscribe_form input{margin:0;outline:0;border:0;float:left;font-size:18px;padding:20px 25px;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}.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 .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{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}.contact .form{width:520px;text-align:center;padding:40px;background:#f9f9f9;box-sizing:border-box;margin:100px auto;transition:transform .2s ease-in-out}.contact .form input,.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;box-sizing:border-box;resize:none}.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{transform:perspective(1000px) translateY(-200px)}.contact .move_bottom{transform:perspective(1000px) translateY(0)}.contact .zoom{transform:perspective(1000px) scale(.5);transition:transform .3s ease-in-out}.contact .zoomed{transform:perspective(1000px) scale(1)}.contact .fold{transform:perspective(1000px) rotateY(90deg)}.contact .unfold{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{box-sizing:border-box;width:100%}.wrap form.subscribe_form input{box-sizing:border-box}.wrap form input[type=submit],.wrap form input[type=text]{width:100%}.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%}}
 
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{-webkit-appearance:none;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 form.subscribe_form{-webkit-box-sizing:border-box;box-sizing:border-box;width:450px;margin:0 0 75px;display:inline-block;border:3px solid #e0e0e0;overflow:hidden;text-align:center}.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,.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 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%}}
2
+ /*# sourceMappingURL=style.min.css.map */
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/close.svg ADDED
@@ -0,0 +1 @@
 
1
+ <svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 100 100" x="0px" y="0px"><path fill="#fff" d="M50,10.35A39.65,39.65,0,1,0,78,22,39.38,39.38,0,0,0,50,10.35ZM71,71a29.65,29.65,0,1,1,8.68-21A29.68,29.68,0,0,1,71,71Z"/><path fill="#fff" d="M65.2,34.8a5,5,0,0,0-7.07,0L50,42.93,41.87,34.8a5,5,0,0,0-7.07,7.07L42.93,50,34.8,58.13a5,5,0,1,0,7.07,7.07L50,57.07l8.13,8.13a5,5,0,0,0,7.07-7.07L57.07,50l8.13-8.13A5,5,0,0,0,65.2,34.8Z"/></svg>
assets/images/icn_sprite.png CHANGED
File without changes
assets/images/icon-48.png CHANGED
Binary file
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/freephotoscc.jpg ADDED
Binary file
assets/images/resources/linecons.jpg CHANGED
File without changes
assets/images/resources/postcards.jpg ADDED
Binary file
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 ADDED
@@ -0,0 +1,1211 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * async
3
+ * https://github.com/caolan/async
4
+ *
5
+ * Copyright 2010-2014 Caolan McMahon
6
+ * Released under the MIT license
7
+ */
8
+ (function () {
9
+
10
+ var async = {};
11
+ function noop() {}
12
+ function identity(v) {
13
+ return v;
14
+ }
15
+ function toBool(v) {
16
+ return !!v;
17
+ }
18
+ function notId(v) {
19
+ return !v;
20
+ }
21
+
22
+ // global on the server, window in the browser
23
+ var previous_async;
24
+
25
+ // Establish the root object, `window` (`self`) in the browser, `global`
26
+ // on the server, or `this` in some virtual machines. We use `self`
27
+ // instead of `window` for `WebWorker` support.
28
+ var root = typeof self === 'object' && self.self === self && self ||
29
+ typeof global === 'object' && global.global === global && global ||
30
+ this;
31
+
32
+ if (root != null) {
33
+ previous_async = root.async;
34
+ }
35
+
36
+ async.noConflict = function () {
37
+ root.async = previous_async;
38
+ return async;
39
+ };
40
+
41
+ function only_once(fn) {
42
+ return function() {
43
+ if (fn === null) throw new Error("Callback was already called.");
44
+ fn.apply(this, arguments);
45
+ fn = null;
46
+ };
47
+ }
48
+
49
+ function _once(fn) {
50
+ return function() {
51
+ if (fn === null) return;
52
+ fn.apply(this, arguments);
53
+ fn = null;
54
+ };
55
+ }
56
+
57
+ //// cross-browser compatiblity functions ////
58
+
59
+ var _toString = Object.prototype.toString;
60
+
61
+ var _isArray = Array.isArray || function (obj) {
62
+ return _toString.call(obj) === '[object Array]';
63
+ };
64
+
65
+ function _isArrayLike(arr) {
66
+ return _isArray(arr) || (
67
+ // has a positive integer length property
68
+ typeof arr.length === "number" &&
69
+ arr.length >= 0 &&
70
+ arr.length % 1 === 0
71
+ );
72
+ }
73
+
74
+ function _each(coll, iterator) {
75
+ return _isArrayLike(coll) ?
76
+ _arrayEach(coll, iterator) :
77
+ _forEachOf(coll, iterator);
78
+ }
79
+
80
+ function _arrayEach(arr, iterator) {
81
+ var index = -1,
82
+ length = arr.length;
83
+
84
+ while (++index < length) {
85
+ iterator(arr[index], index, arr);
86
+ }
87
+ }
88
+
89
+ function _map(arr, iterator) {
90
+ var index = -1,
91
+ length = arr.length,
92
+ result = Array(length);
93
+
94
+ while (++index < length) {
95
+ result[index] = iterator(arr[index], index, arr);
96
+ }
97
+ return result;
98
+ }
99
+
100
+ function _range(count) {
101
+ return _map(Array(count), function (v, i) { return i; });
102
+ }
103
+
104
+ function _reduce(arr, iterator, memo) {
105
+ _arrayEach(arr, function (x, i, a) {
106
+ memo = iterator(memo, x, i, a);
107
+ });
108
+ return memo;
109
+ }
110
+
111
+ function _forEachOf(object, iterator) {
112
+ _arrayEach(_keys(object), function (key) {
113
+ iterator(object[key], key);
114
+ });
115
+ }
116
+
117
+ function _indexOf(arr, item) {
118
+ for (var i = 0; i < arr.length; i++) {
119
+ if (arr[i] === item) return i;
120
+ }
121
+ return -1;
122
+ }
123
+
124
+ var _keys = Object.keys || function (obj) {
125
+ var keys = [];
126
+ for (var k in obj) {
127
+ if (obj.hasOwnProperty(k)) {
128
+ keys.push(k);
129
+ }
130
+ }
131
+ return keys;
132
+ };
133
+
134
+ function _keyIterator(coll) {
135
+ var i = -1;
136
+ var len;
137
+ var keys;
138
+ if (_isArrayLike(coll)) {
139
+ len = coll.length;
140
+ return function next() {
141
+ i++;
142
+ return i < len ? i : null;
143
+ };
144
+ } else {
145
+ keys = _keys(coll);
146
+ len = keys.length;
147
+ return function next() {
148
+ i++;
149
+ return i < len ? keys[i] : null;
150
+ };
151
+ }
152
+ }
153
+
154
+ // Similar to ES6's rest param (http://ariya.ofilabs.com/2013/03/es6-and-rest-parameter.html)
155
+ // This accumulates the arguments passed into an array, after a given index.
156
+ // From underscore.js (https://github.com/jashkenas/underscore/pull/2140).
157
+ function _restParam(func, startIndex) {
158
+ startIndex = startIndex == null ? func.length - 1 : +startIndex;
159
+ return function() {
160
+ var length = Math.max(arguments.length - startIndex, 0);
161
+ var rest = Array(length);
162
+ for (var index = 0; index < length; index++) {
163
+ rest[index] = arguments[index + startIndex];
164
+ }
165
+ switch (startIndex) {
166
+ case 0: return func.call(this, rest);
167
+ case 1: return func.call(this, arguments[0], rest);
168
+ case 2: return func.call(this, arguments[0], arguments[1], rest);
169
+ }
170
+ // Currently unused but handle cases outside of the switch statement:
171
+ // var args = Array(startIndex + 1);
172
+ // for (index = 0; index < startIndex; index++) {
173
+ // args[index] = arguments[index];
174
+ // }
175
+ // args[startIndex] = rest;
176
+ // return func.apply(this, args);
177
+ };
178
+ }
179
+
180
+ function _withoutIndex(iterator) {
181
+ return function (value, index, callback) {
182
+ return iterator(value, callback);
183
+ };
184
+ }
185
+
186
+ //// exported async module functions ////
187
+
188
+ //// nextTick implementation with browser-compatible fallback ////
189
+
190
+ // capture the global reference to guard against fakeTimer mocks
191
+ var _setImmediate = typeof setImmediate === 'function' && setImmediate;
192
+
193
+ var _delay = _setImmediate ? function(fn) {
194
+ // not a direct alias for IE10 compatibility
195
+ _setImmediate(fn);
196
+ } : function(fn) {
197
+ setTimeout(fn, 0);
198
+ };
199
+
200
+ if (typeof process === 'object' && typeof process.nextTick === 'function') {
201
+ async.nextTick = process.nextTick;
202
+ } else {
203
+ async.nextTick = _delay;
204
+ }
205
+ async.setImmediate = _setImmediate ? _delay : async.nextTick;
206
+
207
+
208
+ async.forEach =
209
+ async.each = function (arr, iterator, callback) {
210
+ return async.eachOf(arr, _withoutIndex(iterator), callback);
211
+ };
212
+
213
+ async.forEachSeries =
214
+ async.eachSeries = function (arr, iterator, callback) {
215
+ return async.eachOfSeries(arr, _withoutIndex(iterator), callback);
216
+ };
217
+
218
+
219
+ async.forEachLimit =
220
+ async.eachLimit = function (arr, limit, iterator, callback) {
221
+ return _eachOfLimit(limit)(arr, _withoutIndex(iterator), callback);
222
+ };
223
+
224
+ async.forEachOf =
225
+ async.eachOf = function (object, iterator, callback) {
226
+ callback = _once(callback || noop);
227
+ object = object || [];
228
+ var size = _isArrayLike(object) ? object.length : _keys(object).length;
229
+ var completed = 0;
230
+ if (!size) {
231
+ return callback(null);
232
+ }
233
+ _each(object, function (value, key) {
234
+ iterator(object[key], key, only_once(done));
235
+ });
236
+ function done(err) {
237
+ if (err) {
238
+ callback(err);
239
+ }
240
+ else {
241
+ completed += 1;
242
+ if (completed >= size) {
243
+ callback(null);
244
+ }
245
+ }
246
+ }
247
+ };
248
+
249
+ async.forEachOfSeries =
250
+ async.eachOfSeries = function (obj, iterator, callback) {
251
+ callback = _once(callback || noop);
252
+ obj = obj || [];
253
+ var nextKey = _keyIterator(obj);
254
+ var key = nextKey();
255
+ function iterate() {
256
+ var sync = true;
257
+ if (key === null) {
258
+ return callback(null);
259
+ }
260
+ iterator(obj[key], key, only_once(function (err) {
261
+ if (err) {
262
+ callback(err);
263
+ }
264
+ else {
265
+ key = nextKey();
266
+ if (key === null) {
267
+ return callback(null);
268
+ } else {
269
+ if (sync) {
270
+ async.nextTick(iterate);
271
+ } else {
272
+ iterate();
273
+ }
274
+ }
275
+ }
276
+ }));
277
+ sync = false;
278
+ }
279
+ iterate();
280
+ };
281
+
282
+
283
+
284
+ async.forEachOfLimit =
285
+ async.eachOfLimit = function (obj, limit, iterator, callback) {
286
+ _eachOfLimit(limit)(obj, iterator, callback);
287
+ };
288
+
289
+ function _eachOfLimit(limit) {
290
+
291
+ return function (obj, iterator, callback) {
292
+ callback = _once(callback || noop);
293
+ obj = obj || [];
294
+ var nextKey = _keyIterator(obj);
295
+ if (limit <= 0) {
296
+ return callback(null);
297
+ }
298
+ var done = false;
299
+ var running = 0;
300
+ var errored = false;
301
+
302
+ (function replenish () {
303
+ if (done && running <= 0) {
304
+ return callback(null);
305
+ }
306
+
307
+ while (running < limit && !errored) {
308
+ var key = nextKey();
309
+ if (key === null) {
310
+ done = true;
311
+ if (running <= 0) {
312
+ callback(null);
313
+ }
314
+ return;
315
+ }
316
+ running += 1;
317
+ iterator(obj[key], key, only_once(function (err) {
318
+ running -= 1;
319
+ if (err) {
320
+ callback(err);
321
+ errored = true;
322
+ }
323
+ else {
324
+ replenish();
325
+ }
326
+ }));
327
+ }
328
+ })();
329
+ };
330
+ }
331
+
332
+
333
+ function doParallel(fn) {
334
+ return function (obj, iterator, callback) {
335
+ return fn(async.eachOf, obj, iterator, callback);
336
+ };
337
+ }
338
+ function doParallelLimit(fn) {
339
+ return function (obj, limit, iterator, callback) {
340
+ return fn(_eachOfLimit(limit), obj, iterator, callback);
341
+ };
342
+ }
343
+ function doSeries(fn) {
344
+ return function (obj, iterator, callback) {
345
+ return fn(async.eachOfSeries, obj, iterator, callback);
346
+ };
347
+ }
348
+
349
+ function _asyncMap(eachfn, arr, iterator, callback) {
350
+ callback = _once(callback || noop);
351
+ var results = [];
352
+ eachfn(arr, function (value, index, callback) {
353
+ iterator(value, function (err, v) {
354
+ results[index] = v;
355
+ callback(err);
356
+ });
357
+ }, function (err) {
358
+ callback(err, results);
359
+ });
360
+ }
361
+
362
+ async.map = doParallel(_asyncMap);
363
+ async.mapSeries = doSeries(_asyncMap);
364
+ async.mapLimit = doParallelLimit(_asyncMap);
365
+
366
+ // reduce only has a series version, as doing reduce in parallel won't
367
+ // work in many situations.
368
+ async.inject =
369
+ async.foldl =
370
+ async.reduce = function (arr, memo, iterator, callback) {
371
+ async.eachOfSeries(arr, function (x, i, callback) {
372
+ iterator(memo, x, function (err, v) {
373
+ memo = v;
374
+ callback(err);
375
+ });
376
+ }, function (err) {
377
+ callback(err || null, memo);
378
+ });
379
+ };
380
+
381
+ async.foldr =
382
+ async.reduceRight = function (arr, memo, iterator, callback) {
383
+ var reversed = _map(arr, function (x) {
384
+ return x;
385
+ }).reverse();
386
+ async.reduce(reversed, memo, iterator, callback);
387
+ };
388
+
389
+ function _filter(eachfn, arr, iterator, callback) {
390
+ var results = [];
391
+ eachfn(arr, function (x, index, callback) {
392
+ iterator(x, function (v) {
393
+ if (v) {
394
+ results.push({index: index, value: x});
395
+ }
396
+ callback();
397
+ });
398
+ }, function () {
399
+ callback(_map(results.sort(function (a, b) {
400
+ return a.index - b.index;
401
+ }), function (x) {
402
+ return x.value;
403
+ }));
404
+ });
405
+ }
406
+
407
+ async.select =
408
+ async.filter = doParallel(_filter);
409
+
410
+ async.selectLimit =
411
+ async.filterLimit = doParallelLimit(_filter);
412
+
413
+ async.selectSeries =
414
+ async.filterSeries = doSeries(_filter);
415
+
416
+ function _reject(eachfn, arr, iterator, callback) {
417
+ _filter(eachfn, arr, function(value, cb) {
418
+ iterator(value, function(v) {
419
+ cb(!v);
420
+ });
421
+ }, callback);
422
+ }
423
+ async.reject = doParallel(_reject);
424
+ async.rejectLimit = doParallelLimit(_reject);
425
+ async.rejectSeries = doSeries(_reject);
426
+
427
+ function _createTester(eachfn, check, getResult) {
428
+ return function(arr, limit, iterator, cb) {
429
+ function done() {
430
+ if (cb) cb(getResult(false, void 0));
431
+ }
432
+ function iteratee(x, _, callback) {
433
+ if (!cb) return callback();
434
+ iterator(x, function (v) {
435
+ if (cb && check(v)) {
436
+ cb(getResult(true, x));
437
+ cb = iterator = false;
438
+ }
439
+ callback();
440
+ });
441
+ }
442
+ if (arguments.length > 3) {
443
+ eachfn(arr, limit, iteratee, done);
444
+ } else {
445
+ cb = iterator;
446
+ iterator = limit;
447
+ eachfn(arr, iteratee, done);
448
+ }
449
+ };
450
+ }
451
+
452
+ async.any =
453
+ async.some = _createTester(async.eachOf, toBool, identity);
454
+
455
+ async.someLimit = _createTester(async.eachOfLimit, toBool, identity);
456
+
457
+ async.all =
458
+ async.every = _createTester(async.eachOf, notId, notId);
459
+
460
+ async.everyLimit = _createTester(async.eachOfLimit, notId, notId);
461
+
462
+ function _findGetResult(v, x) {
463
+ return x;
464
+ }
465
+ async.detect = _createTester(async.eachOf, identity, _findGetResult);
466
+ async.detectSeries = _createTester(async.eachOfSeries, identity, _findGetResult);
467
+
468
+ async.sortBy = function (arr, iterator, callback) {
469
+ async.map(arr, function (x, callback) {
470
+ iterator(x, function (err, criteria) {
471
+ if (err) {
472
+ callback(err);
473
+ }
474
+ else {
475
+ callback(null, {value: x, criteria: criteria});
476
+ }
477
+ });
478
+ }, function (err, results) {
479
+ if (err) {
480
+ return callback(err);
481
+ }
482
+ else {
483
+ callback(null, _map(results.sort(comparator), function (x) {
484
+ return x.value;
485
+ }));
486
+ }
487
+
488
+ });
489
+
490
+ function comparator(left, right) {
491
+ var a = left.criteria, b = right.criteria;
492
+ return a < b ? -1 : a > b ? 1 : 0;
493
+ }
494
+ };
495
+
496
+ async.auto = function (tasks, callback) {
497
+ callback = _once(callback || noop);
498
+ var keys = _keys(tasks);
499
+ var remainingTasks = keys.length;
500
+ if (!remainingTasks) {
501
+ return callback(null);
502
+ }
503
+
504
+ var results = {};
505
+
506
+ var listeners = [];
507
+ function addListener(fn) {
508
+ listeners.unshift(fn);
509
+ }
510
+ function removeListener(fn) {
511
+ var idx = _indexOf(listeners, fn);
512
+ if (idx >= 0) listeners.splice(idx, 1);
513
+ }
514
+ function taskComplete() {
515
+ remainingTasks--;
516
+ _arrayEach(listeners.slice(0), function (fn) {
517
+ fn();
518
+ });
519
+ }
520
+
521
+ addListener(function () {
522
+ if (!remainingTasks) {
523
+ callback(null, results);
524
+ }
525
+ });
526
+
527
+ _arrayEach(keys, function (k) {
528
+ var task = _isArray(tasks[k]) ? tasks[k]: [tasks[k]];
529
+ var taskCallback = _restParam(function(err, args) {
530
+ if (args.length <= 1) {
531
+ args = args[0];
532
+ }
533
+ if (err) {
534
+ var safeResults = {};
535
+ _forEachOf(results, function(val, rkey) {
536
+ safeResults[rkey] = val;
537
+ });
538
+ safeResults[k] = args;
539
+ callback(err, safeResults);
540
+ }
541
+ else {
542
+ results[k] = args;
543
+ async.setImmediate(taskComplete);
544
+ }
545
+ });
546
+ var requires = task.slice(0, task.length - 1);
547
+ // prevent dead-locks
548
+ var len = requires.length;
549
+ var dep;
550
+ while (len--) {
551
+ if (!(dep = tasks[requires[len]])) {
552
+ throw new Error('Has inexistant dependency');
553
+ }
554
+ if (_isArray(dep) && _indexOf(dep, k) >= 0) {
555
+ throw new Error('Has cyclic dependencies');
556
+ }
557
+ }
558
+ function ready() {
559
+ return _reduce(requires, function (a, x) {
560
+ return (a && results.hasOwnProperty(x));
561
+ }, true) && !results.hasOwnProperty(k);
562
+ }
563
+ if (ready()) {
564
+ task[task.length - 1](taskCallback, results);
565
+ }
566
+ else {
567
+ addListener(listener);
568
+ }
569
+ function listener() {
570
+ if (ready()) {
571
+ removeListener(listener);
572
+ task[task.length - 1](taskCallback, results);
573
+ }
574
+ }
575
+ });
576
+ };
577
+
578
+
579
+
580
+ async.retry = function(times, task, callback) {
581
+ var DEFAULT_TIMES = 5;
582
+ var DEFAULT_INTERVAL = 0;
583
+
584
+ var attempts = [];
585
+
586
+ var opts = {
587
+ times: DEFAULT_TIMES,
588
+ interval: DEFAULT_INTERVAL
589
+ };
590
+
591
+ function parseTimes(acc, t){
592
+ if(typeof t === 'number'){
593
+ acc.times = parseInt(t, 10) || DEFAULT_TIMES;
594
+ } else if(typeof t === 'object'){
595
+ acc.times = parseInt(t.times, 10) || DEFAULT_TIMES;
596
+ acc.interval = parseInt(t.interval, 10) || DEFAULT_INTERVAL;
597
+ } else {
598
+ throw new Error('Unsupported argument type for \'times\': ' + typeof(t));
599
+ }
600
+ }
601
+
602
+ var length = arguments.length;
603
+ if (length < 1 || length > 3) {
604
+ throw new Error('Invalid arguments - must be either (task), (task, callback), (times, task) or (times, task, callback)');
605
+ } else if (length <= 2 && typeof times === 'function') {
606
+ callback = task;
607
+ task = times;
608
+ }
609
+ if (typeof times !== 'function') {
610
+ parseTimes(opts, times);
611
+ }
612
+ opts.callback = callback;
613
+ opts.task = task;
614
+
615
+ function wrappedTask(wrappedCallback, wrappedResults) {
616
+ function retryAttempt(task, finalAttempt) {
617
+ return function(seriesCallback) {
618
+ task(function(err, result){
619
+ seriesCallback(!err || finalAttempt, {err: err, result: result});
620
+ }, wrappedResults);
621
+ };
622
+ }
623
+
624
+ function retryInterval(interval){
625
+ return function(seriesCallback){
626
+ setTimeout(function(){
627
+ seriesCallback(null);
628
+ }, interval);
629
+ };
630
+ }
631
+
632
+ while (opts.times) {
633
+
634
+ var finalAttempt = !(opts.times-=1);
635
+ attempts.push(retryAttempt(opts.task, finalAttempt));
636
+ if(!finalAttempt && opts.interval > 0){
637
+ attempts.push(retryInterval(opts.interval));
638
+ }
639
+ }
640
+
641
+ async.series(attempts, function(done, data){
642
+ data = data[data.length - 1];
643
+ (wrappedCallback || opts.callback)(data.err, data.result);
644
+ });
645
+ }
646
+
647
+ // If a callback is passed, run this as a controll flow
648
+ return opts.callback ? wrappedTask() : wrappedTask;
649
+ };
650
+
651
+ async.waterfall = function (tasks, callback) {
652
+ callback = _once(callback || noop);
653
+ if (!_isArray(tasks)) {
654
+ var err = new Error('First argument to waterfall must be an array of functions');
655
+ return callback(err);
656
+ }
657
+ if (!tasks.length) {
658
+ return callback();
659
+ }
660
+ function wrapIterator(iterator) {
661
+ return _restParam(function (err, args) {
662
+ if (err) {
663
+ callback.apply(null, [err].concat(args));
664
+ }
665
+ else {
666
+ var next = iterator.next();
667
+ if (next) {
668
+ args.push(wrapIterator(next));
669
+ }
670
+ else {
671
+ args.push(callback);
672
+ }
673
+ ensureAsync(iterator).apply(null, args);
674
+ }
675
+ });
676
+ }
677
+ wrapIterator(async.iterator(tasks))();
678
+ };
679
+
680
+ function _parallel(eachfn, tasks, callback) {
681
+ callback = callback || noop;
682
+ var results = _isArrayLike(tasks) ? [] : {};
683
+
684
+ eachfn(tasks, function (task, key, callback) {
685
+ task(_restParam(function (err, args) {
686
+ if (args.length <= 1) {
687
+ args = args[0];
688
+ }
689
+ results[key] = args;
690
+ callback(err);
691
+ }));
692
+ }, function (err) {
693
+ callback(err, results);
694
+ });
695
+ }
696
+
697
+ async.parallel = function (tasks, callback) {
698
+ _parallel(async.eachOf, tasks, callback);
699
+ };
700
+
701
+ async.parallelLimit = function(tasks, limit, callback) {
702
+ _parallel(_eachOfLimit(limit), tasks, callback);
703
+ };
704
+
705
+ async.series = function(tasks, callback) {
706
+ _parallel(async.eachOfSeries, tasks, callback);
707
+ };
708
+
709
+ async.iterator = function (tasks) {
710
+ function makeCallback(index) {
711
+ function fn() {
712
+ if (tasks.length) {
713
+ tasks[index].apply(null, arguments);
714
+ }
715
+ return fn.next();
716
+ }
717
+ fn.next = function () {
718
+ return (index < tasks.length - 1) ? makeCallback(index + 1): null;
719
+ };
720
+ return fn;
721
+ }
722
+ return makeCallback(0);
723
+ };
724
+
725
+ async.apply = _restParam(function (fn, args) {
726
+ return _restParam(function (callArgs) {
727
+ return fn.apply(
728
+ null, args.concat(callArgs)
729
+ );
730
+ });
731
+ });
732
+
733
+ function _concat(eachfn, arr, fn, callback) {
734
+ var result = [];
735
+ eachfn(arr, function (x, index, cb) {
736
+ fn(x, function (err, y) {
737
+ result = result.concat(y || []);
738
+ cb(err);
739
+ });
740
+ }, function (err) {
741
+ callback(err, result);
742
+ });
743
+ }
744
+ async.concat = doParallel(_concat);
745
+ async.concatSeries = doSeries(_concat);
746
+
747
+ async.whilst = function (test, iterator, callback) {
748
+ callback = callback || noop;
749
+ if (test()) {
750
+ var next = _restParam(function(err, args) {
751
+ if (err) {
752
+ callback(err);
753
+ } else if (test.apply(this, args)) {
754
+ iterator(next);
755
+ } else {
756
+ callback(null);
757
+ }
758
+ });
759
+ iterator(next);
760
+ } else {
761
+ callback(null);
762
+ }
763
+ };
764
+
765
+ async.doWhilst = function (iterator, test, callback) {
766
+ var calls = 0;
767
+ return async.whilst(function() {
768
+ return ++calls <= 1 || test.apply(this, arguments);
769
+ }, iterator, callback);
770
+ };
771
+
772
+ async.until = function (test, iterator, callback) {
773
+ return async.whilst(function() {
774
+ return !test.apply(this, arguments);
775
+ }, iterator, callback);
776
+ };
777
+
778
+ async.doUntil = function (iterator, test, callback) {
779
+ return async.doWhilst(iterator, function() {
780
+ return !test.apply(this, arguments);
781
+ }, callback);
782
+ };
783
+
784
+ async.during = function (test, iterator, callback) {
785
+ callback = callback || noop;
786
+
787
+ var next = _restParam(function(err, args) {
788
+ if (err) {
789
+ callback(err);
790
+ } else {
791
+ args.push(check);
792
+ test.apply(this, args);
793
+ }
794
+ });
795
+
796
+ var check = function(err, truth) {
797
+ if (err) {
798
+ callback(err);
799
+ } else if (truth) {
800
+ iterator(next);
801
+ } else {
802
+ callback(null);
803
+ }
804
+ };
805
+
806
+ test(check);
807
+ };
808
+
809
+ async.doDuring = function (iterator, test, callback) {
810
+ var calls = 0;
811
+ async.during(function(next) {
812
+ if (calls++ < 1) {
813
+ next(null, true);
814
+ } else {
815
+ test.apply(this, arguments);
816
+ }
817
+ }, iterator, callback);
818
+ };
819
+
820
+ function _queue(worker, concurrency, payload) {
821
+ if (concurrency == null) {
822
+ concurrency = 1;
823
+ }
824
+ else if(concurrency === 0) {
825
+ throw new Error('Concurrency must not be zero');
826
+ }
827
+ function _insert(q, data, pos, callback) {
828
+ if (callback != null && typeof callback !== "function") {
829
+ throw new Error("task callback must be a function");
830
+ }
831
+ q.started = true;
832
+ if (!_isArray(data)) {
833
+ data = [data];
834
+ }
835
+ if(data.length === 0 && q.idle()) {
836
+ // call drain immediately if there are no tasks
837
+ return async.setImmediate(function() {
838
+ q.drain();
839
+ });
840
+ }
841
+ _arrayEach(data, function(task) {
842
+ var item = {
843
+ data: task,
844
+ callback: callback || noop
845
+ };
846
+
847
+ if (pos) {
848
+ q.tasks.unshift(item);
849
+ } else {
850
+ q.tasks.push(item);
851
+ }
852
+
853
+ if (q.tasks.length === q.concurrency) {
854
+ q.saturated();
855
+ }
856
+ });
857
+ async.setImmediate(q.process);
858
+ }
859
+ function _next(q, tasks) {
860
+ return function(){
861
+ workers -= 1;
862
+ var args = arguments;
863
+ _arrayEach(tasks, function (task) {
864
+ task.callback.apply(task, args);
865
+ });
866
+ if (q.tasks.length + workers === 0) {
867
+ q.drain();
868
+ }
869
+ q.process();
870
+ };
871
+ }
872
+
873
+ var workers = 0;
874
+ var q = {
875
+ tasks: [],
876
+ concurrency: concurrency,
877
+ payload: payload,
878
+ saturated: noop,
879
+ empty: noop,
880
+ drain: noop,
881
+ started: false,
882
+ paused: false,
883
+ push: function (data, callback) {
884
+ _insert(q, data, false, callback);
885
+ },
886
+ kill: function () {
887
+ q.drain = noop;
888
+ q.tasks = [];
889
+ },
890
+ unshift: function (data, callback) {
891
+ _insert(q, data, true, callback);
892
+ },
893
+ process: function () {
894
+ if (!q.paused && workers < q.concurrency && q.tasks.length) {
895
+ while(workers < q.concurrency && q.tasks.length){
896
+ var tasks = q.payload ?
897
+ q.tasks.splice(0, q.payload) :
898
+ q.tasks.splice(0, q.tasks.length);
899
+
900
+ var data = _map(tasks, function (task) {
901
+ return task.data;
902
+ });
903
+
904
+ if (q.tasks.length === 0) {
905
+ q.empty();
906
+ }
907
+ workers += 1;
908
+ var cb = only_once(_next(q, tasks));
909
+ worker(data, cb);
910
+ }
911
+ }
912
+ },
913
+ length: function () {
914
+ return q.tasks.length;
915
+ },
916
+ running: function () {
917
+ return workers;
918
+ },
919
+ idle: function() {
920
+ return q.tasks.length + workers === 0;
921
+ },
922
+ pause: function () {
923
+ q.paused = true;
924
+ },
925
+ resume: function () {
926
+ if (q.paused === false) { return; }
927
+ q.paused = false;
928
+ var resumeCount = Math.min(q.concurrency, q.tasks.length);
929
+ // Need to call q.process once per concurrent
930
+ // worker to preserve full concurrency after pause
931
+ for (var w = 1; w <= resumeCount; w++) {
932
+ async.setImmediate(q.process);
933
+ }
934
+ }
935
+ };
936
+ return q;
937
+ }
938
+
939
+ async.queue = function (worker, concurrency) {
940
+ var q = _queue(function (items, cb) {
941
+ worker(items[0], cb);
942
+ }, concurrency, 1);
943
+
944
+ return q;
945
+ };
946
+
947
+ async.priorityQueue = function (worker, concurrency) {
948
+
949
+ function _compareTasks(a, b){
950
+ return a.priority - b.priority;
951
+ }
952
+
953
+ function _binarySearch(sequence, item, compare) {
954
+ var beg = -1,
955
+ end = sequence.length - 1;
956
+ while (beg < end) {
957
+ var mid = beg + ((end - beg + 1) >>> 1);
958
+ if (compare(item, sequence[mid]) >= 0) {
959
+ beg = mid;
960
+ } else {
961
+ end = mid - 1;
962
+ }
963
+ }
964
+ return beg;
965
+ }
966
+
967
+ function _insert(q, data, priority, callback) {
968
+ if (callback != null && typeof callback !== "function") {
969
+ throw new Error("task callback must be a function");
970
+ }
971
+ q.started = true;
972
+ if (!_isArray(data)) {
973
+ data = [data];
974
+ }
975
+ if(data.length === 0) {
976
+ // call drain immediately if there are no tasks
977
+ return async.setImmediate(function() {
978
+ q.drain();
979
+ });
980
+ }
981
+ _arrayEach(data, function(task) {
982
+ var item = {
983
+ data: task,
984
+ priority: priority,
985
+ callback: typeof callback === 'function' ? callback : noop
986
+ };
987
+
988
+ q.tasks.splice(_binarySearch(q.tasks, item, _compareTasks) + 1, 0, item);
989
+
990
+ if (q.tasks.length === q.concurrency) {
991
+ q.saturated();
992
+ }
993
+ async.setImmediate(q.process);
994
+ });
995
+ }
996
+
997
+ // Start with a normal queue
998
+ var q = async.queue(worker, concurrency);
999
+
1000
+ // Override push to accept second parameter representing priority
1001
+ q.push = function (data, priority, callback) {
1002
+ _insert(q, data, priority, callback);
1003
+ };
1004
+
1005
+ // Remove unshift function
1006
+ delete q.unshift;
1007
+
1008
+ return q;
1009
+ };
1010
+
1011
+ async.cargo = function (worker, payload) {
1012
+ return _queue(worker, 1, payload);
1013
+ };
1014
+
1015
+ function _console_fn(name) {
1016
+ return _restParam(function (fn, args) {
1017
+ fn.apply(null, args.concat([_restParam(function (err, args) {
1018
+ if (typeof console !== 'undefined') {
1019
+ if (err) {
1020
+ if (console.error) {
1021
+ console.error(err);
1022
+ }
1023
+ }
1024
+ else if (console[name]) {
1025
+ _arrayEach(args, function (x) {
1026
+ console[name](x);
1027
+ });
1028
+ }
1029
+ }
1030
+ })]));
1031
+ });
1032
+ }
1033
+ async.log = _console_fn('log');
1034
+ async.dir = _console_fn('dir');
1035
+ /*async.info = _console_fn('info');
1036
+ async.warn = _console_fn('warn');
1037
+ async.error = _console_fn('error');*/
1038
+
1039
+ async.memoize = function (fn, hasher) {
1040
+ var memo = {};
1041
+ var queues = {};
1042
+ hasher = hasher || function (x) {
1043
+ return x;
1044
+ };
1045
+ var memoized = _restParam(function memoized(args) {
1046
+ var callback = args.pop();
1047
+ var key = hasher.apply(null, args);
1048
+ if (key in memo) {
1049
+ async.nextTick(function () {
1050
+ callback.apply(null, memo[key]);
1051
+ });
1052
+ }
1053
+ else if (key in queues) {
1054
+ queues[key].push(callback);
1055
+ }
1056
+ else {
1057
+ queues[key] = [callback];
1058
+ fn.apply(null, args.concat([_restParam(function (args) {
1059
+ memo[key] = args;
1060
+ var q = queues[key];
1061
+ delete queues[key];
1062
+ for (var i = 0, l = q.length; i < l; i++) {
1063
+ q[i].apply(null, args);
1064
+ }
1065
+ })]));
1066
+ }
1067
+ });
1068
+ memoized.memo = memo;
1069
+ memoized.unmemoized = fn;
1070
+ return memoized;
1071
+ };
1072
+
1073
+ async.unmemoize = function (fn) {
1074
+ return function () {
1075
+ return (fn.unmemoized || fn).apply(null, arguments);
1076
+ };
1077
+ };
1078
+
1079
+ function _times(mapper) {
1080
+ return function (count, iterator, callback) {
1081
+ mapper(_range(count), iterator, callback);
1082
+ };
1083
+ }
1084
+
1085
+ async.times = _times(async.map);
1086
+ async.timesSeries = _times(async.mapSeries);
1087
+ async.timesLimit = function (count, limit, iterator, callback) {
1088
+ return async.mapLimit(_range(count), limit, iterator, callback);
1089
+ };
1090
+
1091
+ async.seq = function (/* functions... */) {
1092
+ var fns = arguments;
1093
+ return _restParam(function (args) {
1094
+ var that = this;
1095
+
1096
+ var callback = args[args.length - 1];
1097
+ if (typeof callback == 'function') {
1098
+ args.pop();
1099
+ } else {
1100
+ callback = noop;
1101
+ }
1102
+
1103
+ async.reduce(fns, args, function (newargs, fn, cb) {
1104
+ fn.apply(that, newargs.concat([_restParam(function (err, nextargs) {
1105
+ cb(err, nextargs);
1106
+ })]));
1107
+ },
1108
+ function (err, results) {
1109
+ callback.apply(that, [err].concat(results));
1110
+ });
1111
+ });
1112
+ };
1113
+
1114
+ async.compose = function (/* functions... */) {
1115
+ return async.seq.apply(null, Array.prototype.reverse.call(arguments));
1116
+ };
1117
+
1118
+
1119
+ function _applyEach(eachfn) {
1120
+ return _restParam(function(fns, args) {
1121
+ var go = _restParam(function(args) {
1122
+ var that = this;
1123
+ var callback = args.pop();
1124
+ return eachfn(fns, function (fn, _, cb) {
1125
+ fn.apply(that, args.concat([cb]));
1126
+ },
1127
+ callback);
1128
+ });
1129
+ if (args.length) {
1130
+ return go.apply(this, args);
1131
+ }
1132
+ else {
1133
+ return go;
1134
+ }
1135
+ });
1136
+ }
1137
+
1138
+ async.applyEach = _applyEach(async.eachOf);
1139
+ async.applyEachSeries = _applyEach(async.eachOfSeries);
1140
+
1141
+
1142
+ async.forever = function (fn, callback) {
1143
+ var done = only_once(callback || noop);
1144
+ var task = ensureAsync(fn);
1145
+ function next(err) {
1146
+ if (err) {
1147
+ return done(err);
1148
+ }
1149
+ task(next);
1150
+ }
1151
+ next();
1152
+ };
1153
+
1154
+ function ensureAsync(fn) {
1155
+ return _restParam(function (args) {
1156
+ var callback = args.pop();
1157
+ args.push(function () {
1158
+ var innerArgs = arguments;
1159
+ if (sync) {
1160
+ async.setImmediate(function () {
1161
+ callback.apply(null, innerArgs);
1162
+ });
1163
+ } else {
1164
+ callback.apply(null, innerArgs);
1165
+ }
1166
+ });
1167
+ var sync = true;
1168
+ fn.apply(this, args);
1169
+ sync = false;
1170
+ });
1171
+ }
1172
+
1173
+ async.ensureAsync = ensureAsync;
1174
+
1175
+ async.constant = _restParam(function(values) {
1176
+ var args = [null].concat(values);
1177
+ return function (callback) {
1178
+ return callback.apply(this, args);
1179
+ };
1180
+ });
1181
+
1182
+ async.wrapSync =
1183
+ async.asyncify = function asyncify(func) {
1184
+ return _restParam(function (args) {
1185
+ var callback = args.pop();
1186
+ var result;
1187
+ try {
1188
+ result = func.apply(this, args);
1189
+ } catch (e) {
1190
+ return callback(e);
1191
+ }
1192
+ callback(null, result);
1193
+ });
1194
+ };
1195
+
1196
+ // Node.js
1197
+ if (typeof module !== 'undefined' && module.exports) {
1198
+ module.exports = async;
1199
+ }
1200
+ // AMD / RequireJS
1201
+ else if (typeof define !== 'undefined' && define.amd) {
1202
+ define([], function () {
1203
+ return async;
1204
+ });
1205
+ }
1206
+ // included directly via <script> tag
1207
+ else {
1208
+ root.async = async;
1209
+ }
1210
+
1211
+ }());
assets/js/bot.js ADDED
@@ -0,0 +1,391 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var DEBUG = false;
2
+
3
+ // User info retrieved from chats is store in this object
4
+ var context = {};
5
+
6
+ // Cache conversation position
7
+ var conversationPos;
8
+
9
+ /*
10
+ ---------------
11
+ Utility Functions
12
+ ---------------
13
+ */
14
+
15
+ function getCurrentTime() {
16
+ var date = new Date();
17
+ var hours = date.getHours();
18
+ var minutes = date.getMinutes();
19
+ var ampm = hours >= 12 ? 'PM' : 'AM';
20
+ hours = hours % 12;
21
+ hours = hours ? hours : 12;
22
+ minutes = minutes < 10 ? '0'+minutes : minutes;
23
+ var strTime = hours + ':' + minutes + ' ' + ampm;
24
+ return strTime;
25
+ }
26
+
27
+ function renderStatement(statement) {
28
+ 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">' + statement + '</p></div>');
29
+ }
30
+
31
+ function showTyping() {
32
+ 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>');
33
+ }
34
+
35
+ function hideTyping() {
36
+ jQuery('.typing-wrapper').remove();
37
+ }
38
+
39
+ var chatWrapper = jQuery('.bot-chat-wrapper');
40
+
41
+ function scrollToBottom() {
42
+ chatWrapper.animate({
43
+ scrollTop: 600
44
+ }, "slow");
45
+ }
46
+
47
+ /**
48
+ * Input checking
49
+ */
50
+ function inputError(msg) {
51
+ jQuery('.bot-error p').text(msg);
52
+ jQuery('.bot-error')
53
+ .animate({bottom: 0}, 500)
54
+ .delay(3000)
55
+ .animate({bottom: "-70px"}, 500);
56
+ }
57
+
58
+ function checkInput(option) {
59
+
60
+ let input = jQuery('.bot-container input[type=text]');
61
+ if (input.val().length > 2) {
62
+ showResponse(option);
63
+ } else {
64
+ inputError(botVars.validationName);
65
+ }
66
+ return false;
67
+
68
+ }
69
+
70
+
71
+ function checkEmail(option) {
72
+
73
+ let input = jQuery('.bot-container input[type=email]').val();
74
+ let regex = /^(([^<>()\[\]\\.,;:\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,}))$/;
75
+ let result = regex.test(String(input.toLowerCase()) );
76
+
77
+ if (input.length > 7 && result === true) {
78
+
79
+ // Add new entry to our db
80
+ var bot_user_email = jQuery('.bot-container input[type=email]').serialize();
81
+ var subscribe_bot_data = 'action=wpmm_add_subscriber&' + bot_user_email;
82
+
83
+ jQuery.post(wpmm_vars.ajax_url, subscribe_bot_data, function(response) {
84
+ if (!response.success) {
85
+ // console.log(subscribe_bot_data);
86
+ alert(response.data);
87
+ return false;
88
+ }
89
+ }, 'json');
90
+
91
+ showResponse(option);
92
+
93
+ } else {
94
+ inputError(botVars.validationEmail);
95
+ }
96
+ return false;
97
+ }
98
+
99
+ function clearChat() {
100
+ jQuery('.chat-container').empty();
101
+ }
102
+
103
+ function clearFooter() {
104
+ jQuery('.choices').empty();
105
+ jQuery('.input').empty();
106
+ }
107
+
108
+ /*
109
+ ------------------------
110
+ Setup Conversation Data
111
+ ------------------------
112
+ */
113
+
114
+ function startConversation(conv, pos) {
115
+
116
+ clearFooter();
117
+ clearChat();
118
+
119
+ // Set conversation position
120
+ // 'conversation' is in the global scope
121
+ conversationPos = conv;
122
+
123
+ // Load conversation data
124
+ jQuery.getScript( botVars.uploadsBaseUrl + "data.js", function( data ) {
125
+ // Show first bot statement
126
+ showStatement(pos);
127
+
128
+ });
129
+
130
+ }
131
+
132
+ /*
133
+ -------------------
134
+ Show Bot Statement
135
+ -------------------
136
+ */
137
+ function showStatement(pos) {
138
+
139
+ // Where are we in conversationData?
140
+ var node = conversationData[conversationPos][pos];
141
+
142
+ // If there is a side effect execute that within the context
143
+ if ('sideeffect' in node && jQuery.type(node['sideeffect'] === "function")) {
144
+ node['sideeffect'](context);
145
+ }
146
+
147
+ // Wrap the statements in an array (if they're not already)
148
+ var statements;
149
+ if (jQuery.type(node['statement']) === "array") {
150
+ statements = node['statement'];
151
+ } else if (jQuery.type(node['statement']) === "string") {
152
+ statements = [node['statement']];
153
+ } else if (jQuery.type(node['statement']) === "function") {
154
+ statements = node['statement'](context);
155
+ }
156
+
157
+ /*
158
+ ------------------------
159
+ Render Bot Statement(s)
160
+ ------------------------
161
+ Run this function over each statement
162
+ */
163
+ async.eachSeries(statements, function(item, callback) {
164
+
165
+ // Emulate typing then scroll to bottom
166
+ showTyping();
167
+ scrollToBottom();
168
+
169
+ // Create random delay
170
+ // If statement is short, delay 1.8 seconds
171
+ // Else, random delay based on statement length
172
+ if (item.length <= 50) {
173
+ var delay = 1800;
174
+ } else {
175
+ var delay = (item.length / 3) * 30 * (Math.floor(Math.random() * 5) + 1.2);
176
+ }
177
+
178
+ if (DEBUG) { delay = 0; }
179
+
180
+
181
+ setTimeout(function() {
182
+ hideTyping();
183
+ renderStatement(item);
184
+ scrollToBottom();
185
+
186
+ callback();
187
+ }, delay);
188
+ },
189
+
190
+ /*
191
+ ----------------------
192
+ Render User Option(s)
193
+ ----------------------
194
+ This is the final callback of the series
195
+ */
196
+ function (err) {
197
+
198
+ /*
199
+ ----------------------------
200
+ If User Option is Button(s)
201
+ ----------------------------
202
+ */
203
+ if ('options' in node) {
204
+ jQuery('.input').hide();
205
+ jQuery('.choices').show();
206
+
207
+ // Get the options' data
208
+ var options = node["options"];
209
+
210
+ // If there are options render them
211
+ // Otherwise this is the end
212
+ if (options.length > 0) {
213
+
214
+ // Pause 750ms, then render options
215
+ setTimeout(function() {
216
+
217
+ for (var i = 0; i < options.length; i++) {
218
+ var option = options[i];
219
+ var extraClass;
220
+ var clickFunction;
221
+
222
+ // Check option for a consequence
223
+ if (option['consequence'] === null) {
224
+
225
+ // The consequence is null meaning this is a branch we won't be exploring
226
+ // The button is given class 'disabled' and does nothing on click
227
+ clickFunction = null;
228
+ extraClass = "disabled";
229
+
230
+ } else {
231
+
232
+ // Else, click function (showResponse) is binded to it
233
+ clickFunction = function(option) {
234
+ showResponse(option);
235
+ }.bind(null, option);
236
+
237
+ extraClass = "";
238
+
239
+ }
240
+
241
+ // Render button
242
+ var button = jQuery('<p/>', {
243
+ text: option['choice'],
244
+ "class": "chat-message user",
245
+ click: clickFunction
246
+ }).appendTo('.choices');
247
+ }
248
+
249
+ }, 750);
250
+
251
+ }
252
+
253
+ /*
254
+ ------------------------
255
+ If User Option is Input
256
+ ------------------------
257
+ */
258
+ } else if ('input' in node) {
259
+ jQuery('.input').show();
260
+ jQuery('.choices').hide();
261
+
262
+ var option = node['input'];
263
+
264
+
265
+ /*
266
+ Render Input
267
+ ---------------
268
+ */
269
+
270
+ // Create a form to hold our input and submit button
271
+ var form = jQuery('<form/>', {
272
+ submit: checkInput.bind(null, option)
273
+ });
274
+
275
+ // Create a user bubble, append to form
276
+ var inputBubble = jQuery('<p/>', {
277
+ "class": "chat-message user"
278
+ }).appendTo(form);
279
+
280
+ // Create an input, append to user bubble
281
+ var input = jQuery('<input/>', {
282
+ type: 'text',
283
+ placeholder: botVars.typeName,
284
+ name: option['name'],
285
+ autocomplete: 'off',
286
+ required: true
287
+ }).appendTo(inputBubble);
288
+
289
+ // Create an input button, append to user bubble
290
+ var button = jQuery('<a/>', {
291
+ text: 'Send',
292
+ click: checkInput.bind(null, option)
293
+ }).appendTo(inputBubble);
294
+
295
+ // Append form to div.input
296
+ form.appendTo('.input');
297
+
298
+ // Focus on the input we just put into the DOM
299
+ async.nextTick(function() {
300
+ input.focus();
301
+ });
302
+
303
+ /*
304
+ ------------------------
305
+ If User Option is Email
306
+ ------------------------
307
+ */
308
+ } else if ('email' in node) {
309
+ jQuery('.input').show();
310
+ jQuery('.choices').hide();
311
+
312
+ var option = node['email'];
313
+
314
+ /*
315
+ Render Input
316
+ ---------------
317
+ */
318
+
319
+ // Create a form to hold our input and submit button
320
+ var form = jQuery('<form/>', {
321
+ "class": "bot_subscribe_form",
322
+ submit: checkEmail.bind(null, option)
323
+ });
324
+
325
+ // Create a user bubble, append to form
326
+ var inputBubble = jQuery('<p/>', {
327
+ "class": "chat-message user"
328
+ }).appendTo(form);
329
+
330
+ // Create email input, append to user bubble
331
+ var input = jQuery('<input/>', {
332
+ type: 'email',
333
+ placeholder: botVars.typeEmail,
334
+ name: option['email'],
335
+ autocomplete: 'off'
336
+ }).appendTo(inputBubble);
337
+
338
+ // Create an input button, append to user bubble
339
+ var button = jQuery('<a/>', {
340
+ text: botVars.send,
341
+ // "class": "user-email-trigger",
342
+ click: checkEmail.bind(null, option)
343
+ }).appendTo(inputBubble);
344
+
345
+ // Append form to div.input
346
+ form.appendTo('.input');
347
+
348
+ // Focus on the input we just put into the DOM
349
+ async.nextTick(function() {
350
+ input.focus();
351
+ });
352
+
353
+ }
354
+
355
+ scrollToBottom();
356
+ });
357
+ }
358
+
359
+ /*
360
+ ---------------------
361
+ Render User Response
362
+ ---------------------
363
+ */
364
+ function showResponse(option) {
365
+
366
+ // If there was an input element, put that into the global context
367
+ var feedback = "";
368
+
369
+ if ('name' in option) {
370
+ context[option['name']] = jQuery('.bot-container input[type=text]').val();
371
+ feedback = context[option['name']];
372
+ }
373
+ else if('email' in option) {
374
+ context[option['email']] = jQuery('.bot-container input[type=email]').val();
375
+ feedback = context[option['email']];
376
+ }
377
+ else {
378
+ feedback = option['choice'];
379
+ }
380
+
381
+ clearFooter();
382
+
383
+ // Show what the user chose
384
+ jQuery(".chat-container").append('<p class="chat-message user">' + feedback + '</p>');
385
+
386
+ if ('consequence' in option) {
387
+ showStatement(option['consequence']);
388
+ } else {
389
+ // xxx
390
+ }
391
+ }
assets/js/bot.min.js ADDED
@@ -0,0 +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");
assets/js/chosen.jquery.js CHANGED
File without changes
assets/js/chosen.jquery.min.js CHANGED
File without changes
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
File without changes
assets/js/jquery.countdown.js CHANGED
File without changes
assets/js/jquery.countdown.min.js CHANGED
File without changes
assets/js/jquery.plugin.js CHANGED
@@ -1,344 +1,344 @@
1
- /* Simple JavaScript Inheritance
2
- * By John Resig http://ejohn.org/
3
- * MIT Licensed.
4
- */
5
- // Inspired by base2 and Prototype
6
- (function(){
7
- var initializing = false;
8
-
9
- // The base JQClass implementation (does nothing)
10
- window.JQClass = function(){};
11
-
12
- // Collection of derived classes
13
- JQClass.classes = {};
14
-
15
- // Create a new JQClass that inherits from this class
16
- JQClass.extend = function extender(prop) {
17
- var base = this.prototype;
18
-
19
- // Instantiate a base class (but only create the instance,
20
- // don't run the init constructor)
21
- initializing = true;
22
- var prototype = new this();
23
- initializing = false;
24
-
25
- // Copy the properties over onto the new prototype
26
- for (var name in prop) {
27
- // Check if we're overwriting an existing function
28
- prototype[name] = typeof prop[name] == 'function' &&
29
- typeof base[name] == 'function' ?
30
- (function(name, fn){
31
- return function() {
32
- var __super = this._super;
33
-
34
- // Add a new ._super() method that is the same method
35
- // but on the super-class
36
- this._super = function(args) {
37
- return base[name].apply(this, args || []);
38
- };
39
-
40
- var ret = fn.apply(this, arguments);
41
-
42
- // The method only need to be bound temporarily, so we
43
- // remove it when we're done executing
44
- this._super = __super;
45
-
46
- return ret;
47
- };
48
- })(name, prop[name]) :
49
- prop[name];
50
- }
51
-
52
- // The dummy class constructor
53
- function JQClass() {
54
- // All construction is actually done in the init method
55
- if (!initializing && this._init) {
56
- this._init.apply(this, arguments);
57
- }
58
- }
59
-
60
- // Populate our constructed prototype object
61
- JQClass.prototype = prototype;
62
-
63
- // Enforce the constructor to be what we expect
64
- JQClass.prototype.constructor = JQClass;
65
-
66
- // And make this class extendable
67
- JQClass.extend = extender;
68
-
69
- return JQClass;
70
- };
71
- })();
72
-
73
- (function($) { // Ensure $, encapsulate
74
-
75
- /** Abstract base class for collection plugins v1.0.1.
76
- Written by Keith Wood (kbwood{at}iinet.com.au) December 2013.
77
- Licensed under the MIT (http://keith-wood.name/licence.html) license.
78
- @module $.JQPlugin
79
- @abstract */
80
- JQClass.classes.JQPlugin = JQClass.extend({
81
-
82
- /** Name to identify this plugin.
83
- @example name: 'tabs' */
84
- name: 'plugin',
85
-
86
- /** Default options for instances of this plugin (default: {}).
87
- @example defaultOptions: {
88
- selectedClass: 'selected',
89
- triggers: 'click'
90
- } */
91
- defaultOptions: {},
92
-
93
- /** Options dependent on the locale.
94
- Indexed by language and (optional) country code, with '' denoting the default language (English/US).
95
- @example regionalOptions: {
96
- '': {
97
- greeting: 'Hi'
98
- }
99
- } */
100
- regionalOptions: {},
101
-
102
- /** Names of getter methods - those that can't be chained (default: []).
103
- @example _getters: ['activeTab'] */
104
- _getters: [],
105
-
106
- /** Retrieve a marker class for affected elements.
107
- @private
108
- @return {string} The marker class. */
109
- _getMarker: function() {
110
- return 'is-' + this.name;
111
- },
112
-
113
- /** Initialise the plugin.
114
- Create the jQuery bridge - plugin name <code>xyz</code>
115
- produces <code>$.xyz</code> and <code>$.fn.xyz</code>. */
116
- _init: function() {
117
- // Apply default localisations
118
- $.extend(this.defaultOptions, (this.regionalOptions && this.regionalOptions['']) || {});
119
- // Camel-case the name
120
- var jqName = camelCase(this.name);
121
- // Expose jQuery singleton manager
122
- $[jqName] = this;
123
- // Expose jQuery collection plugin
124
- $.fn[jqName] = function(options) {
125
- var otherArgs = Array.prototype.slice.call(arguments, 1);
126
- if ($[jqName]._isNotChained(options, otherArgs)) {
127
- return $[jqName][options].apply($[jqName], [this[0]].concat(otherArgs));
128
- }
129
- return this.each(function() {
130
- if (typeof options === 'string') {
131
- if (options[0] === '_' || !$[jqName][options]) {
132
- throw 'Unknown method: ' + options;
133
- }
134
- $[jqName][options].apply($[jqName], [this].concat(otherArgs));
135
- }
136
- else {
137
- $[jqName]._attach(this, options);
138
- }
139
- });
140
- };
141
- },
142
-
143
- /** Set default values for all subsequent instances.
144
- @param options {object} The new default options.
145
- @example $.plugin.setDefauls({name: value}) */
146
- setDefaults: function(options) {
147
- $.extend(this.defaultOptions, options || {});
148
- },
149
-
150
- /** Determine whether a method is a getter and doesn't permit chaining.
151
- @private
152
- @param name {string} The method name.
153
- @param otherArgs {any[]} Any other arguments for the method.
154
- @return {boolean} True if this method is a getter, false otherwise. */
155
- _isNotChained: function(name, otherArgs) {
156
- if (name === 'option' && (otherArgs.length === 0 ||
157
- (otherArgs.length === 1 && typeof otherArgs[0] === 'string'))) {
158
- return true;
159
- }
160
- return $.inArray(name, this._getters) > -1;
161
- },
162
-
163
- /** Initialise an element. Called internally only.
164
- Adds an instance object as data named for the plugin.
165
- @param elem {Element} The element to enhance.
166
- @param options {object} Overriding settings. */
167
- _attach: function(elem, options) {
168
- elem = $(elem);
169
- if (elem.hasClass(this._getMarker())) {
170
- return;
171
- }
172
- elem.addClass(this._getMarker());
173
- options = $.extend({}, this.defaultOptions, this._getMetadata(elem), options || {});
174
- var inst = $.extend({name: this.name, elem: elem, options: options},
175
- this._instSettings(elem, options));
176
- elem.data(this.name, inst); // Save instance against element
177
- this._postAttach(elem, inst);
178
- this.option(elem, options);
179
- },
180
-
181
- /** Retrieve additional instance settings.
182
- Override this in a sub-class to provide extra settings.
183
- @param elem {jQuery} The current jQuery element.
184
- @param options {object} The instance options.
185
- @return {object} Any extra instance values.
186
- @example _instSettings: function(elem, options) {
187
- return {nav: elem.find(options.navSelector)};
188
- } */
189
- _instSettings: function(elem, options) {
190
- return {};
191
- },
192
-
193
- /** Plugin specific post initialisation.
194
- Override this in a sub-class to perform extra activities.
195
- @param elem {jQuery} The current jQuery element.
196
- @param inst {object} The instance settings.
197
- @example _postAttach: function(elem, inst) {
198
- elem.on('click.' + this.name, function() {
199
- ...
200
- });
201
- } */
202
- _postAttach: function(elem, inst) {
203
- },
204
-
205
- /** Retrieve metadata configuration from the element.
206
- Metadata is specified as an attribute:
207
- <code>data-&lt;plugin name>="&lt;setting name>: '&lt;value>', ..."</code>.
208
- Dates should be specified as strings in this format: 'new Date(y, m-1, d)'.
209
- @private
210
- @param elem {jQuery} The source element.
211
- @return {object} The inline configuration or {}. */
212
- _getMetadata: function(elem) {
213
- try {
214
- var data = elem.data(this.name.toLowerCase()) || '';
215
- data = data.replace(/'/g, '"');
216
- data = data.replace(/([a-zA-Z0-9]+):/g, function(match, group, i) {
217
- var count = data.substring(0, i).match(/"/g); // Handle embedded ':'
218
- return (!count || count.length % 2 === 0 ? '"' + group + '":' : group + ':');
219
- });
220
- data = $.parseJSON('{' + data + '}');
221
- for (var name in data) { // Convert dates
222
- var value = data[name];
223
- if (typeof value === 'string' && value.match(/^new Date\((.*)\)$/)) {
224
- data[name] = eval(value);
225
- }
226
- }
227
- return data;
228
- }
229
- catch (e) {
230
- return {};
231
- }
232
- },
233
-
234
- /** Retrieve the instance data for element.
235
- @param elem {Element} The source element.
236
- @return {object} The instance data or {}. */
237
- _getInst: function(elem) {
238
- return $(elem).data(this.name) || {};
239
- },
240
-
241
- /** Retrieve or reconfigure the settings for a plugin.
242
- @param elem {Element} The source element.
243
- @param name {object|string} The collection of new option values or the name of a single option.
244
- @param [value] {any} The value for a single named option.
245
- @return {any|object} If retrieving a single value or all options.
246
- @example $(selector).plugin('option', 'name', value)
247
- $(selector).plugin('option', {name: value, ...})
248
- var value = $(selector).plugin('option', 'name')
249
- var options = $(selector).plugin('option') */
250
- option: function(elem, name, value) {
251
- elem = $(elem);
252
- var inst = elem.data(this.name);
253
- if (!name || (typeof name === 'string' && value == null)) {
254
- var options = (inst || {}).options;
255
- return (options && name ? options[name] : options);
256
- }
257
- if (!elem.hasClass(this._getMarker())) {
258
- return;
259
- }
260
- var options = name || {};
261
- if (typeof name === 'string') {
262
- options = {};
263
- options[name] = value;
264
- }
265
- this._optionsChanged(elem, inst, options);
266
- $.extend(inst.options, options);
267
- },
268
-
269
- /** Plugin specific options processing.
270
- Old value available in <code>inst.options[name]</code>, new value in <code>options[name]</code>.
271
- Override this in a sub-class to perform extra activities.
272
- @param elem {jQuery} The current jQuery element.
273
- @param inst {object} The instance settings.
274
- @param options {object} The new options.
275
- @example _optionsChanged: function(elem, inst, options) {
276
- if (options.name != inst.options.name) {
277
- elem.removeClass(inst.options.name).addClass(options.name);
278
- }
279
- } */
280
- _optionsChanged: function(elem, inst, options) {
281
- },
282
-
283
- /** Remove all trace of the plugin.
284
- Override <code>_preDestroy</code> for plugin-specific processing.
285
- @param elem {Element} The source element.
286
- @example $(selector).plugin('destroy') */
287
- destroy: function(elem) {
288
- elem = $(elem);
289
- if (!elem.hasClass(this._getMarker())) {
290
- return;
291
- }
292
- this._preDestroy(elem, this._getInst(elem));
293
- elem.removeData(this.name).removeClass(this._getMarker());
294
- },
295
-
296
- /** Plugin specific pre destruction.
297
- Override this in a sub-class to perform extra activities and undo everything that was
298
- done in the <code>_postAttach</code> or <code>_optionsChanged</code> functions.
299
- @param elem {jQuery} The current jQuery element.
300
- @param inst {object} The instance settings.
301
- @example _preDestroy: function(elem, inst) {
302
- elem.off('.' + this.name);
303
- } */
304
- _preDestroy: function(elem, inst) {
305
- }
306
- });
307
-
308
- /** Convert names from hyphenated to camel-case.
309
- @private
310
- @param value {string} The original hyphenated name.
311
- @return {string} The camel-case version. */
312
- function camelCase(name) {
313
- return name.replace(/-([a-z])/g, function(match, group) {
314
- return group.toUpperCase();
315
- });
316
- }
317
-
318
- /** Expose the plugin base.
319
- @namespace "$.JQPlugin" */
320
- $.JQPlugin = {
321
-
322
- /** Create a new collection plugin.
323
- @memberof "$.JQPlugin"
324
- @param [superClass='JQPlugin'] {string} The name of the parent class to inherit from.
325
- @param overrides {object} The property/function overrides for the new class.
326
- @example $.JQPlugin.createPlugin({
327
- name: 'tabs',
328
- defaultOptions: {selectedClass: 'selected'},
329
- _initSettings: function(elem, options) { return {...}; },
330
- _postAttach: function(elem, inst) { ... }
331
- }); */
332
- createPlugin: function(superClass, overrides) {
333
- if (typeof superClass === 'object') {
334
- overrides = superClass;
335
- superClass = 'JQPlugin';
336
- }
337
- superClass = camelCase(superClass);
338
- var className = camelCase(overrides.name);
339
- JQClass.classes[className] = JQClass.classes[superClass].extend(overrides);
340
- new JQClass.classes[className]();
341
- }
342
- };
343
-
344
  })(jQuery);
1
+ /* Simple JavaScript Inheritance
2
+ * By John Resig http://ejohn.org/
3
+ * MIT Licensed.
4
+ */
5
+ // Inspired by base2 and Prototype
6
+ (function(){
7
+ var initializing = false;
8
+
9
+ // The base JQClass implementation (does nothing)
10
+ window.JQClass = function(){};
11
+
12
+ // Collection of derived classes
13
+ JQClass.classes = {};
14
+
15
+ // Create a new JQClass that inherits from this class
16
+ JQClass.extend = function extender(prop) {
17
+ var base = this.prototype;
18
+
19
+ // Instantiate a base class (but only create the instance,
20
+ // don't run the init constructor)
21
+ initializing = true;
22
+ var prototype = new this();
23
+ initializing = false;
24
+
25
+ // Copy the properties over onto the new prototype
26
+ for (var name in prop) {
27
+ // Check if we're overwriting an existing function
28
+ prototype[name] = typeof prop[name] == 'function' &&
29
+ typeof base[name] == 'function' ?
30
+ (function(name, fn){
31
+ return function() {
32
+ var __super = this._super;
33
+
34
+ // Add a new ._super() method that is the same method
35
+ // but on the super-class
36
+ this._super = function(args) {
37
+ return base[name].apply(this, args || []);
38
+ };
39
+
40
+ var ret = fn.apply(this, arguments);
41
+
42
+ // The method only need to be bound temporarily, so we
43
+ // remove it when we're done executing
44
+ this._super = __super;
45
+
46
+ return ret;
47
+ };
48
+ })(name, prop[name]) :
49
+ prop[name];
50
+ }
51
+
52
+ // The dummy class constructor
53
+ function JQClass() {
54
+ // All construction is actually done in the init method
55
+ if (!initializing && this._init) {
56
+ this._init.apply(this, arguments);
57
+ }
58
+ }
59
+
60
+ // Populate our constructed prototype object
61
+ JQClass.prototype = prototype;
62
+
63
+ // Enforce the constructor to be what we expect
64
+ JQClass.prototype.constructor = JQClass;
65
+
66
+ // And make this class extendable
67
+ JQClass.extend = extender;
68
+
69
+ return JQClass;
70
+ };
71
+ })();
72
+
73
+ (function($) { // Ensure $, encapsulate
74
+
75
+ /** Abstract base class for collection plugins v1.0.1.
76
+ Written by Keith Wood (kbwood{at}iinet.com.au) December 2013.
77
+ Licensed under the MIT (http://keith-wood.name/licence.html) license.
78
+ @module $.JQPlugin
79
+ @abstract */
80
+ JQClass.classes.JQPlugin = JQClass.extend({
81
+
82
+ /** Name to identify this plugin.
83
+ @example name: 'tabs' */
84
+ name: 'plugin',
85
+
86
+ /** Default options for instances of this plugin (default: {}).
87
+ @example defaultOptions: {
88
+ selectedClass: 'selected',
89
+ triggers: 'click'
90
+ } */
91
+ defaultOptions: {},
92
+
93
+ /** Options dependent on the locale.
94
+ Indexed by language and (optional) country code, with '' denoting the default language (English/US).
95
+ @example regionalOptions: {
96
+ '': {
97
+ greeting: 'Hi'
98
+ }
99
+ } */
100
+ regionalOptions: {},
101
+
102
+ /** Names of getter methods - those that can't be chained (default: []).
103
+ @example _getters: ['activeTab'] */
104
+ _getters: [],
105
+
106
+ /** Retrieve a marker class for affected elements.
107
+ @private
108
+ @return {string} The marker class. */
109
+ _getMarker: function() {
110
+ return 'is-' + this.name;
111
+ },
112
+
113
+ /** Initialise the plugin.
114
+ Create the jQuery bridge - plugin name <code>xyz</code>
115
+ produces <code>$.xyz</code> and <code>$.fn.xyz</code>. */
116
+ _init: function() {
117
+ // Apply default localisations
118
+ $.extend(this.defaultOptions, (this.regionalOptions && this.regionalOptions['']) || {});
119
+ // Camel-case the name
120
+ var jqName = camelCase(this.name);
121
+ // Expose jQuery singleton manager
122
+ $[jqName] = this;
123
+ // Expose jQuery collection plugin
124
+ $.fn[jqName] = function(options) {
125
+ var otherArgs = Array.prototype.slice.call(arguments, 1);
126
+ if ($[jqName]._isNotChained(options, otherArgs)) {
127
+ return $[jqName][options].apply($[jqName], [this[0]].concat(otherArgs));
128
+ }
129
+ return this.each(function() {
130
+ if (typeof options === 'string') {
131
+ if (options[0] === '_' || !$[jqName][options]) {
132
+ throw 'Unknown method: ' + options;
133
+ }
134
+ $[jqName][options].apply($[jqName], [this].concat(otherArgs));
135
+ }
136
+ else {
137
+ $[jqName]._attach(this, options);
138
+ }
139
+ });
140
+ };
141
+ },
142
+
143
+ /** Set default values for all subsequent instances.
144
+ @param options {object} The new default options.
145
+ @example $.plugin.setDefauls({name: value}) */
146
+ setDefaults: function(options) {
147
+ $.extend(this.defaultOptions, options || {});
148
+ },
149
+
150
+ /** Determine whether a method is a getter and doesn't permit chaining.
151
+ @private
152
+ @param name {string} The method name.
153
+ @param otherArgs {any[]} Any other arguments for the method.
154
+ @return {boolean} True if this method is a getter, false otherwise. */
155
+ _isNotChained: function(name, otherArgs) {
156
+ if (name === 'option' && (otherArgs.length === 0 ||
157
+ (otherArgs.length === 1 && typeof otherArgs[0] === 'string'))) {
158
+ return true;
159
+ }
160
+ return $.inArray(name, this._getters) > -1;
161
+ },
162
+
163
+ /** Initialise an element. Called internally only.
164
+ Adds an instance object as data named for the plugin.
165
+ @param elem {Element} The element to enhance.
166
+ @param options {object} Overriding settings. */
167
+ _attach: function(elem, options) {
168
+ elem = $(elem);
169
+ if (elem.hasClass(this._getMarker())) {
170
+ return;
171
+ }
172
+ elem.addClass(this._getMarker());
173
+ options = $.extend({}, this.defaultOptions, this._getMetadata(elem), options || {});
174
+ var inst = $.extend({name: this.name, elem: elem, options: options},
175
+ this._instSettings(elem, options));
176
+ elem.data(this.name, inst); // Save instance against element
177
+ this._postAttach(elem, inst);
178
+ this.option(elem, options);
179
+ },
180
+
181
+ /** Retrieve additional instance settings.
182
+ Override this in a sub-class to provide extra settings.
183
+ @param elem {jQuery} The current jQuery element.
184
+ @param options {object} The instance options.
185
+ @return {object} Any extra instance values.
186
+ @example _instSettings: function(elem, options) {
187
+ return {nav: elem.find(options.navSelector)};
188
+ } */
189
+ _instSettings: function(elem, options) {
190
+ return {};
191
+ },
192
+
193
+ /** Plugin specific post initialisation.
194
+ Override this in a sub-class to perform extra activities.
195
+ @param elem {jQuery} The current jQuery element.
196
+ @param inst {object} The instance settings.
197
+ @example _postAttach: function(elem, inst) {
198
+ elem.on('click.' + this.name, function() {
199
+ ...
200
+ });
201
+ } */
202
+ _postAttach: function(elem, inst) {
203
+ },
204
+
205
+ /** Retrieve metadata configuration from the element.
206
+ Metadata is specified as an attribute:
207
+ <code>data-&lt;plugin name>="&lt;setting name>: '&lt;value>', ..."</code>.
208
+ Dates should be specified as strings in this format: 'new Date(y, m-1, d)'.
209
+ @private
210
+ @param elem {jQuery} The source element.
211
+ @return {object} The inline configuration or {}. */
212
+ _getMetadata: function(elem) {
213
+ try {
214
+ var data = elem.data(this.name.toLowerCase()) || '';
215
+ data = data.replace(/'/g, '"');
216
+ data = data.replace(/([a-zA-Z0-9]+):/g, function(match, group, i) {
217
+ var count = data.substring(0, i).match(/"/g); // Handle embedded ':'
218
+ return (!count || count.length % 2 === 0 ? '"' + group + '":' : group + ':');
219
+ });
220
+ data = $.parseJSON('{' + data + '}');
221
+ for (var name in data) { // Convert dates
222
+ var value = data[name];
223
+ if (typeof value === 'string' && value.match(/^new Date\((.*)\)$/)) {
224
+ data[name] = eval(value);
225
+ }
226
+ }
227
+ return data;
228
+ }
229
+ catch (e) {
230
+ return {};
231
+ }
232
+ },
233
+
234
+ /** Retrieve the instance data for element.
235
+ @param elem {Element} The source element.
236
+ @return {object} The instance data or {}. */
237
+ _getInst: function(elem) {
238
+ return $(elem).data(this.name) || {};
239
+ },
240
+
241
+ /** Retrieve or reconfigure the settings for a plugin.
242
+ @param elem {Element} The source element.
243
+ @param name {object|string} The collection of new option values or the name of a single option.
244
+ @param [value] {any} The value for a single named option.
245
+ @return {any|object} If retrieving a single value or all options.
246
+ @example $(selector).plugin('option', 'name', value)
247
+ $(selector).plugin('option', {name: value, ...})
248
+ var value = $(selector).plugin('option', 'name')
249
+ var options = $(selector).plugin('option') */
250
+ option: function(elem, name, value) {
251
+ elem = $(elem);
252
+ var inst = elem.data(this.name);
253
+ if (!name || (typeof name === 'string' && value == null)) {
254
+ var options = (inst || {}).options;
255
+ return (options && name ? options[name] : options);
256
+ }
257
+ if (!elem.hasClass(this._getMarker())) {
258
+ return;
259
+ }
260
+ var options = name || {};
261
+ if (typeof name === 'string') {
262
+ options = {};
263
+ options[name] = value;
264
+ }
265
+ this._optionsChanged(elem, inst, options);
266
+ $.extend(inst.options, options);
267
+ },
268
+
269
+ /** Plugin specific options processing.
270
+ Old value available in <code>inst.options[name]</code>, new value in <code>options[name]</code>.
271
+ Override this in a sub-class to perform extra activities.
272
+ @param elem {jQuery} The current jQuery element.
273
+ @param inst {object} The instance settings.
274
+ @param options {object} The new options.
275
+ @example _optionsChanged: function(elem, inst, options) {
276
+ if (options.name != inst.options.name) {
277
+ elem.removeClass(inst.options.name).addClass(options.name);
278
+ }
279
+ } */
280
+ _optionsChanged: function(elem, inst, options) {
281
+ },
282
+
283
+ /** Remove all trace of the plugin.
284
+ Override <code>_preDestroy</code> for plugin-specific processing.
285
+ @param elem {Element} The source element.
286
+ @example $(selector).plugin('destroy') */
287
+ destroy: function(elem) {
288
+ elem = $(elem);
289
+ if (!elem.hasClass(this._getMarker())) {
290
+ return;
291
+ }
292
+ this._preDestroy(elem, this._getInst(elem));
293
+ elem.removeData(this.name).removeClass(this._getMarker());
294
+ },
295
+
296
+ /** Plugin specific pre destruction.
297
+ Override this in a sub-class to perform extra activities and undo everything that was
298
+ done in the <code>_postAttach</code> or <code>_optionsChanged</code> functions.
299
+ @param elem {jQuery} The current jQuery element.
300
+ @param inst {object} The instance settings.
301
+ @example _preDestroy: function(elem, inst) {
302
+ elem.off('.' + this.name);
303
+ } */
304
+ _preDestroy: function(elem, inst) {
305
+ }
306
+ });
307
+
308
+ /** Convert names from hyphenated to camel-case.
309
+ @private
310
+ @param value {string} The original hyphenated name.
311
+ @return {string} The camel-case version. */
312
+ function camelCase(name) {
313
+ return name.replace(/-([a-z])/g, function(match, group) {
314
+ return group.toUpperCase();
315
+ });
316
+ }
317
+
318
+ /** Expose the plugin base.
319
+ @namespace "$.JQPlugin" */
320
+ $.JQPlugin = {
321
+
322
+ /** Create a new collection plugin.
323
+ @memberof "$.JQPlugin"
324
+ @param [superClass='JQPlugin'] {string} The name of the parent class to inherit from.
325
+ @param overrides {object} The property/function overrides for the new class.
326
+ @example $.JQPlugin.createPlugin({
327
+ name: 'tabs',
328
+ defaultOptions: {selectedClass: 'selected'},
329
+ _initSettings: function(elem, options) { return {...}; },
330
+ _postAttach: function(elem, inst) { ... }
331
+ }); */
332
+ createPlugin: function(superClass, overrides) {
333
+ if (typeof superClass === 'object') {
334
+ overrides = superClass;
335
+ superClass = 'JQPlugin';
336
+ }
337
+ superClass = camelCase(superClass);
338
+ var className = camelCase(overrides.name);
339
+ JQClass.classes[className] = JQClass.classes[superClass].extend(overrides);
340
+ new JQClass.classes[className]();
341
+ }
342
+ };
343
+
344
  })(jQuery);
assets/js/jquery.plugin.min.js CHANGED
File without changes
assets/js/jquery.validate.js CHANGED
@@ -1,21 +1,21 @@
1
- /*!
2
- * jQuery Validation Plugin v1.15.0
3
- *
4
- * http://jqueryvalidation.org/
5
- *
6
- * Copyright (c) 2016 Jörn Zaefferer
7
- * Released under the MIT license
8
- */
9
- (function( factory ) {
10
- if ( typeof define === "function" && define.amd ) {
11
- define( ["jquery"], factory );
12
- } else if (typeof module === "object" && module.exports) {
13
- module.exports = factory( require( "jquery" ) );
14
- } else {
15
- factory( jQuery );
16
- }
17
- }(function( $ ) {
18
-
19
  $.extend( $.fn, {
20
 
21
  // http://jqueryvalidation.org/validate/
@@ -1492,7 +1492,7 @@ $.extend( $.validator, {
1492
  }
1493
 
1494
  } );
1495
-
1496
  // Ajax mode: abort
1497
  // usage: $.ajax({ mode: "abort"[, port: "uniqueport"]});
1498
  // if mode:"abort" is used, the previous request on that port (port can be undefined) is aborted via XMLHttpRequest.abort()
@@ -1528,5 +1528,5 @@ if ( $.ajaxPrefilter ) {
1528
  return ajax.apply( this, arguments );
1529
  };
1530
  }
1531
-
1532
  }));
1
+ /*!
2
+ * jQuery Validation Plugin v1.15.0
3
+ *
4
+ * http://jqueryvalidation.org/
5
+ *
6
+ * Copyright (c) 2016 Jörn Zaefferer
7
+ * Released under the MIT license
8
+ */
9
+ (function( factory ) {
10
+ if ( typeof define === "function" && define.amd ) {
11
+ define( ["jquery"], factory );
12
+ } else if (typeof module === "object" && module.exports) {
13
+ module.exports = factory( require( "jquery" ) );
14
+ } else {
15
+ factory( jQuery );
16
+ }
17
+ }(function( $ ) {
18
+
19
  $.extend( $.fn, {
20
 
21
  // http://jqueryvalidation.org/validate/
1492
  }
1493
 
1494
  } );
1495
+
1496
  // Ajax mode: abort
1497
  // usage: $.ajax({ mode: "abort"[, port: "uniqueport"]});
1498
  // if mode:"abort" is used, the previous request on that port (port can be undefined) is aborted via XMLHttpRequest.abort()
1528
  return ajax.apply( this, arguments );
1529
  };
1530
  }
1531
+
1532
  }));
assets/js/jquery.validate.min.js CHANGED
File without changes
assets/js/scripts-admin-global.js CHANGED
File without changes
assets/js/scripts-admin-global.min.js CHANGED
File without changes
assets/js/scripts-admin.js CHANGED
@@ -101,7 +101,7 @@ jQuery(function($) {
101
 
102
  /**
103
  * SUBSCRIBERS EMPTY LIST
104
- *
105
  * @since 2.0.4
106
  */
107
  $('#subscribers-empty-list').click(function() {
@@ -123,7 +123,7 @@ jQuery(function($) {
123
  $('.reset_settings').click(function() {
124
  var tab = $(this).data('tab'),
125
  nonce = $('#tab-' + tab + ' #_wpnonce').val();
126
-
127
  $.post(wpmm_vars.ajax_url, {
128
  action: 'wpmm_reset_settings',
129
  tab: tab,
@@ -142,4 +142,40 @@ jQuery(function($) {
142
  * COUNTDOWN TIMEPICKER
143
  */
144
  $('.countdown_start').datetimepicker({timeFormat: 'HH:mm:ss', dateFormat: 'dd-mm-yy'});
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
  });
101
 
102
  /**
103
  * SUBSCRIBERS EMPTY LIST
104
+ *
105
  * @since 2.0.4
106
  */
107
  $('#subscribers-empty-list').click(function() {
123
  $('.reset_settings').click(function() {
124
  var tab = $(this).data('tab'),
125
  nonce = $('#tab-' + tab + ' #_wpnonce').val();
126
+
127
  $.post(wpmm_vars.ajax_url, {
128
  action: 'wpmm_reset_settings',
129
  tab: tab,
142
  * COUNTDOWN TIMEPICKER
143
  */
144
  $('.countdown_start').datetimepicker({timeFormat: 'HH:mm:ss', dateFormat: 'dd-mm-yy'});
145
+
146
+
147
+ /**
148
+ * BOT AVATAR UPLOADER
149
+ */
150
+ var avatar_custom_uploader;
151
+ $('#avatar_upload_trigger').click(function(e) {
152
+ e.preventDefault();
153
+
154
+ //If the uploader object has already been created, reopen the dialog
155
+ if (avatar_custom_uploader) {
156
+ avatar_custom_uploader.open();
157
+ return;
158
+ }
159
+
160
+ //Extend the wp.media object
161
+ avatar_custom_uploader = wp.media.frames.file_frame = wp.media({
162
+ title: 'Upload Avatar',
163
+ button: {
164
+ text: 'Choose picture'
165
+ },
166
+ multiple: false
167
+ });
168
+
169
+ //When a file is selected, grab the URL and set it as the text field's value
170
+ avatar_custom_uploader.on('select', function() {
171
+ attachment = avatar_custom_uploader.state().get('selection').first().toJSON();
172
+ var url = '';
173
+ url = attachment.url;
174
+ $('.upload_avatar_url').val(url);
175
+ });
176
+
177
+ //Open the uploader dialog
178
+ avatar_custom_uploader.open();
179
+ });
180
+
181
  });
assets/js/scripts-admin.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(function(a){var b=window.location.hash;""!==b&&(a(".nav-tab-wrapper").children().removeClass("nav-tab-active"),a('.nav-tab-wrapper a[href="'+b+'"]').addClass("nav-tab-active"),a(".tabs-content").children().addClass("hidden"),a(".tabs-content div"+b.replace("#","#tab-")).removeClass("hidden")),a(".nav-tab-wrapper a").click(function(){var b=a(this).attr("href").replace("#","#tab-");a(this).parent().children().removeClass("nav-tab-active"),a(this).addClass("nav-tab-active"),a(".tabs-content").children().addClass("hidden"),a(".tabs-content div"+b).removeClass("hidden")}),a(".color_picker_trigger").wpColorPicker(),a(".chosen-select").chosen({disable_search_threshold:10});var c;a("#upload_image_trigger").click(function(b){return b.preventDefault(),c?void c.open():(c=wp.media.frames.file_frame=wp.media({title:"Upload Background",button:{text:"Choose Background"},multiple:!1}),c.on("select",function(){attachment=c.state().get("selection").first().toJSON();var b="";b=attachment.url,a(".upload_image_url").val(b)}),void c.open())}),show_bg_type=function(b){a(".design_bg_types").hide(),a("#show_"+b).show()},show_bg_type(a("#design_bg_type").val()),a("#design_bg_type").change(function(){var b=a(this).val();show_bg_type(b)}),a("ul.bg_list li").click(function(){a(this).parent().children().removeClass("active"),a(this).addClass("active")}),a("#subscribers-export").click(function(){a("<iframe />").attr("src",wpmm_vars.ajax_url+"?action=wpmm_subscribers_export").appendTo("body").hide()}),a("#subscribers-empty-list").click(function(){a.post(wpmm_vars.ajax_url,{action:"wpmm_subscribers_empty_list"},function(b){return b.success?void a("#subscribers_wrap").html(b.data):(alert(b.data),!1)},"json")}),a(".reset_settings").click(function(){var b=a(this).data("tab"),c=a("#tab-"+b+" #_wpnonce").val();a.post(wpmm_vars.ajax_url,{action:"wpmm_reset_settings",tab:b,_wpnonce:c},function(a){return a.success?void window.location.reload(!0):(alert(a.data),!1)},"json")}),a(".countdown_start").datetimepicker({timeFormat:"HH:mm:ss",dateFormat:"dd-mm-yy"})});
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()})});
assets/js/scripts.js CHANGED
@@ -45,6 +45,7 @@ jQuery(function($) {
45
  }
46
 
47
  $('.subscribe_wrapper').html(response.data);
 
48
  }, 'json');
49
 
50
  return false;
@@ -61,7 +62,7 @@ jQuery(function($) {
61
  var open_contact = $(this).data('open'),
62
  close_contact = $(this).data('close');
63
 
64
- $('.contact').fadeIn(200);
65
  $('.' + open_contact).addClass(close_contact);
66
  });
67
 
@@ -94,12 +95,16 @@ jQuery(function($) {
94
  });
95
 
96
  // hide form
 
 
 
 
97
  $('body').on('click', '.contact', function(e) {
98
  if ($(e.target).hasClass('contact')) {
99
  var close_contact = $('.contact_us').data('close');
100
  $('.form', $(this)).removeClass(close_contact);
101
 
102
- $(this).hide();
103
  }
104
  });
105
  }
45
  }
46
 
47
  $('.subscribe_wrapper').html(response.data);
48
+
49
  }, 'json');
50
 
51
  return false;
62
  var open_contact = $(this).data('open'),
63
  close_contact = $(this).data('close');
64
 
65
+ $('.contact').fadeIn(700);
66
  $('.' + open_contact).addClass(close_contact);
67
  });
68
 
95
  });
96
 
97
  // hide form
98
+ $('.close-contact_form').on('click', function(e) {
99
+ $('.contact').fadeOut(200);
100
+ });
101
+
102
  $('body').on('click', '.contact', function(e) {
103
  if ($(e.target).hasClass('contact')) {
104
  var close_contact = $('.contact_us').data('close');
105
  $('.form', $(this)).removeClass(close_contact);
106
 
107
+ $(this).fadeOut(200);
108
  }
109
  });
110
  }
assets/js/scripts.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(function(a){var b=a(".countdown");if(b.length>0){var c=new Date(b.data("end"));b.countdown({until:c,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 d=a(".social");if(d.length>0){var e=d.data("target");1==e&&d.find("a").attr("target","_blank")}var f=a(".subscribe_form");if(f.length>0&&f.validate({submitHandler:function(b){var c="action=wpmm_add_subscriber&"+f.serialize();return a.post(wpmm_vars.ajax_url,c,function(b){return b.success?void a(".subscribe_wrapper").html(b.data):(alert(b.data),!1)},"json"),!1}}),a(".contact").length>0){a(".contact_us").click(function(){var b=a(this).data("open"),c=a(this).data("close");a(".contact").fadeIn(200),a("."+b).addClass(c)});var g=a(".contact_form");g.validate({submitHandler:function(b){var c="action=wpmm_send_contact&"+g.serialize();return a.post(wpmm_vars.ajax_url,c,function(b){return b.success?(g.parent().append('<div class="response">'+b.data+"</div>"),g.hide(),void setTimeout(function(){a(".contact").hide(),g.parent().find(".response").remove(),g.trigger("reset"),g.show()},2e3)):(alert(b.data),!1)},"json"),!1}}),a("body").on("click",".contact",function(b){if(a(b.target).hasClass("contact")){var c=a(".contact_us").data("close");a(".form",a(this)).removeClass(c),a(this).hide()}})}});
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)}})}});
includes/classes/index.php CHANGED
File without changes
includes/classes/wp-maintenance-mode-admin.php CHANGED
@@ -57,7 +57,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
57
 
58
  /**
59
  * Load CSS files
60
- *
61
  * @since 2.0.0
62
  * @return type
63
  */
@@ -80,7 +80,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
80
 
81
  /**
82
  * Load JS files and their dependencies
83
- *
84
  * @since 2.0.0
85
  * @return
86
  */
@@ -107,7 +107,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
107
 
108
  /**
109
  * Export subscribers list in CSV format (refactor @ 2.0.4)
110
- *
111
  * @since 2.0.0
112
  * @global object $wpdb
113
  * @throws Exception
@@ -145,7 +145,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
145
 
146
  /**
147
  * Empty subscribers list
148
- *
149
  * @since 2.0.4
150
  * @global object $wpdb
151
  * @throws Exception
@@ -170,7 +170,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
170
 
171
  /**
172
  * Reset settings (refactor @ 2.0.4)
173
- *
174
  * @since 2.0.0
175
  * @throws Exception
176
  */
@@ -180,17 +180,17 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
180
  if (!current_user_can('manage_options')) {
181
  throw new Exception(__('You do not have access to this resource.', $this->plugin_slug));
182
  }
183
-
184
  // check nonce existence
185
  if (empty($_POST['_wpnonce'])) {
186
  throw new Exception(__('The nonce field must not be empty.', $this->plugin_slug));
187
  }
188
-
189
  // check tab existence
190
  if (empty($_POST['tab'])) {
191
  throw new Exception(__('The tab slug must not be empty.', $this->plugin_slug));
192
  }
193
-
194
  // check nonce validation
195
  if (!wp_verify_nonce($_POST['_wpnonce'], 'tab-' . $_POST['tab'])) {
196
  throw new Exception(__('Security check.', $this->plugin_slug));
@@ -214,7 +214,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
214
 
215
  /**
216
  * Add plugin in Settings menu
217
- *
218
  * @since 2.0.0
219
  */
220
  public function add_plugin_menu() {
@@ -225,7 +225,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
225
 
226
  /**
227
  * Settings page
228
- *
229
  * @since 2.0.0
230
  * @global object $wp_roles
231
  */
@@ -241,7 +241,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
241
 
242
  /**
243
  * Save settings
244
- *
245
  * @since 2.0.0
246
  */
247
  public function save_plugin_settings() {
@@ -283,7 +283,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
283
  ) {
284
  $this->delete_cache();
285
  }
286
- break;
287
  case 'design':
288
  $custom_css = array();
289
 
@@ -329,7 +329,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
329
  if (!empty($this->plugin_settings['general']['status']) && $this->plugin_settings['general']['status'] == 1) {
330
  $this->delete_cache();
331
  }
332
- break;
333
  case 'modules':
334
  $custom_css = array();
335
 
@@ -379,7 +379,46 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
379
  if (!empty($this->plugin_settings['general']['status']) && $this->plugin_settings['general']['status'] == 1) {
380
  $this->delete_cache();
381
  }
382
- break;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
383
  }
384
 
385
  $this->plugin_settings[$tab] = $_POST['options'][$tab];
@@ -390,7 +429,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
390
  /**
391
  * Add new safe inline style css (use by wp_kses_attr in wp_kses_post)
392
  * - bug discovered by cokemorgan: https://github.com/Designmodocom/WP-Maintenance-Mode/issues/56
393
- *
394
  * @since 2.0.3
395
  * @param array $properties
396
  * @return array
@@ -406,9 +445,55 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
406
  return array_merge($new_properties, $properties);
407
  }
408
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
409
  /**
410
  * Delete cache if any cache plugin (wp_cache or w3tc) is activated
411
- *
412
  * @since 2.0.1
413
  */
414
  public function delete_cache() {
@@ -425,7 +510,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
425
 
426
  /**
427
  * Add settings link
428
- *
429
  * @since 2.0.0
430
  * @param array $links
431
  * @return array
@@ -440,7 +525,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
440
 
441
  /**
442
  * Add notices - will be displayed on dashboard
443
- *
444
  * @since 2.0.0
445
  */
446
  public function add_notices() {
@@ -483,7 +568,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
483
 
484
  /**
485
  * Dismiss plugin notices via AJAX
486
- *
487
  * @throws Exception
488
  */
489
  public function dismiss_notices() {
@@ -504,7 +589,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
504
 
505
  /**
506
  * Get dismissed notices
507
- *
508
  * @param int $user_id
509
  * @return array
510
  */
@@ -517,7 +602,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
517
  /**
518
  * Save dismissed notices
519
  * - save as string because of http://wordpress.stackexchange.com/questions/13353/problem-storing-arrays-with-update-user-meta
520
- *
521
  * @param int $user_id
522
  * @param string $notice_key
523
  */
@@ -530,7 +615,7 @@ if (!class_exists('WP_Maintenance_Mode_Admin')) {
530
 
531
  /**
532
  * Display custom text on plugin settings page
533
- *
534
  * @param string $text
535
  */
536
  public function admin_footer_text($text) {
57
 
58
  /**
59
  * Load CSS files
60
+ *
61
  * @since 2.0.0
62
  * @return type
63
  */
80
 
81
  /**
82
  * Load JS files and their dependencies
83
+ *
84
  * @since 2.0.0
85
  * @return
86
  */
107
 
108
  /**
109
  * Export subscribers list in CSV format (refactor @ 2.0.4)
110
+ *
111
  * @since 2.0.0
112
  * @global object $wpdb
113
  * @throws Exception
145
 
146
  /**
147
  * Empty subscribers list
148
+ *
149
  * @since 2.0.4
150
  * @global object $wpdb
151
  * @throws Exception
170
 
171
  /**
172
  * Reset settings (refactor @ 2.0.4)
173
+ *
174
  * @since 2.0.0
175
  * @throws Exception
176
  */
180
  if (!current_user_can('manage_options')) {
181
  throw new Exception(__('You do not have access to this resource.', $this->plugin_slug));
182
  }
183
+
184
  // check nonce existence
185
  if (empty($_POST['_wpnonce'])) {
186
  throw new Exception(__('The nonce field must not be empty.', $this->plugin_slug));
187
  }
188
+
189
  // check tab existence
190
  if (empty($_POST['tab'])) {
191
  throw new Exception(__('The tab slug must not be empty.', $this->plugin_slug));
192
  }
193
+
194
  // check nonce validation
195
  if (!wp_verify_nonce($_POST['_wpnonce'], 'tab-' . $_POST['tab'])) {
196
  throw new Exception(__('Security check.', $this->plugin_slug));
214
 
215
  /**
216
  * Add plugin in Settings menu
217
+ *
218
  * @since 2.0.0
219
  */
220
  public function add_plugin_menu() {
225
 
226
  /**
227
  * Settings page
228
+ *
229
  * @since 2.0.0
230
  * @global object $wp_roles
231
  */
241
 
242
  /**
243
  * Save settings
244
+ *
245
  * @since 2.0.0
246
  */
247
  public function save_plugin_settings() {
283
  ) {
284
  $this->delete_cache();
285
  }
286
+ break;
287
  case 'design':
288
  $custom_css = array();
289
 
329
  if (!empty($this->plugin_settings['general']['status']) && $this->plugin_settings['general']['status'] == 1) {
330
  $this->delete_cache();
331
  }
332
+ break;
333
  case 'modules':
334
  $custom_css = array();
335
 
379
  if (!empty($this->plugin_settings['general']['status']) && $this->plugin_settings['general']['status'] == 1) {
380
  $this->delete_cache();
381
  }
382
+ break;
383
+ case 'bot':
384
+ $custom_css = array();
385
+
386
+ $_POST['options']['bot']['status'] = (int) $_POST['options']['bot']['status'];
387
+
388
+ $_POST['options']['bot']['name'] = sanitize_text_field($_POST['options']['bot']['name']);
389
+
390
+ if(!empty($_POST['options']['bot']['avatar'])) {
391
+ $_POST['options']['bot']['avatar'] = esc_url($_POST['options']['bot']['avatar']);
392
+ $custom_css['bot-avatar'] = ".bot-avatar { background-image: url('{$_POST['options']['bot']['avatar']}');}";
393
+ }
394
+
395
+ $_POST['options']['bot']['messages']['01'] = sanitize_text_field($_POST['options']['bot']['messages']['01']);
396
+ $_POST['options']['bot']['messages']['02'] = sanitize_text_field($_POST['options']['bot']['messages']['02']);
397
+ $_POST['options']['bot']['messages']['03'] = sanitize_text_field($_POST['options']['bot']['messages']['03']);
398
+ $_POST['options']['bot']['messages']['04'] = sanitize_text_field($_POST['options']['bot']['messages']['04']);
399
+ $_POST['options']['bot']['messages']['05'] = sanitize_text_field($_POST['options']['bot']['messages']['05']);
400
+ $_POST['options']['bot']['messages']['06'] = sanitize_text_field($_POST['options']['bot']['messages']['06']);
401
+ $_POST['options']['bot']['messages']['07'] = sanitize_text_field($_POST['options']['bot']['messages']['07']);
402
+ $_POST['options']['bot']['messages']['08_1'] = sanitize_text_field($_POST['options']['bot']['messages']['08_1']);
403
+ $_POST['options']['bot']['messages']['08_2'] = sanitize_text_field($_POST['options']['bot']['messages']['08_2']);
404
+ $_POST['options']['bot']['messages']['09'] = sanitize_text_field($_POST['options']['bot']['messages']['09']);
405
+ $_POST['options']['bot']['messages']['10'] = sanitize_text_field($_POST['options']['bot']['messages']['10']);
406
+
407
+ $_POST['options']['bot']['responses']['01'] = sanitize_text_field($_POST['options']['bot']['responses']['01']);
408
+ $_POST['options']['bot']['responses']['02_1'] = sanitize_text_field($_POST['options']['bot']['responses']['02_1']);
409
+ $_POST['options']['bot']['responses']['02_2'] = sanitize_text_field($_POST['options']['bot']['responses']['02_2']);
410
+ $_POST['options']['bot']['responses']['03'] = sanitize_text_field($_POST['options']['bot']['responses']['03']);
411
+
412
+ $_POST['options']['bot']['custom_css'] = $custom_css;
413
+
414
+ // Write out JS file on saved
415
+ $this->set_datajs_file($_POST['options']['bot']);
416
+
417
+ // delete cache when is activated
418
+ if (!empty($this->plugin_settings['general']['status']) && $this->plugin_settings['general']['status'] == 1) {
419
+ $this->delete_cache();
420
+ }
421
+ break;
422
  }
423
 
424
  $this->plugin_settings[$tab] = $_POST['options'][$tab];
429
  /**
430
  * Add new safe inline style css (use by wp_kses_attr in wp_kses_post)
431
  * - bug discovered by cokemorgan: https://github.com/Designmodocom/WP-Maintenance-Mode/issues/56
432
+ *
433
  * @since 2.0.3
434
  * @param array $properties
435
  * @return array
445
  return array_merge($new_properties, $properties);
446
  }
447
 
448
+ /**
449
+ * Builds the data.js file and writes it into assets/js/
450
+ * This file is mandatory for the bot to work correctly.
451
+ *
452
+ * @param array $messages
453
+ * @throws Exception
454
+ */
455
+ public function set_datajs_file($messages = array()) {
456
+ $data = "var botName = \"{$messages['name']}\",\n"
457
+ . "botAvatar = \"{$messages['avatar']}\",\n"
458
+ . "conversationData = {\"homepage\": {1: { \"statement\": [ \n";
459
+ $data .= (!empty($messages['messages']['01'])) ? "\"{$messages['messages']['01']}\", \n" : '';
460
+ $data .= (!empty($messages['messages']['02'])) ? "\"{$messages['messages']['02']}\", \n" : '';
461
+ $data .= (!empty($messages['messages']['03'])) ? "\"{$messages['messages']['03']}\", \n" : '';
462
+ $data .= "], \"input\": {\"name\": \"name\", \"consequence\": 1.2}},1.2:{\"statement\": function(context) {return [ \n";
463
+ $data .= (!empty($messages['messages']['04'])) ? "\"{$messages['messages']['04']}\", \n" : '';
464
+ $data .= (!empty($messages['messages']['05'])) ? "\"{$messages['messages']['05']}\", \n" : '';
465
+ $data .= (!empty($messages['messages']['06'])) ? "\"{$messages['messages']['06']}\", \n" : '';
466
+ $data .= (!empty($messages['messages']['07'])) ? "\"{$messages['messages']['07']}\", \n" : '';
467
+ $data .= "];},\"options\": [{ \"choice\": \"{$messages['responses']['02_1']}\",\"consequence\": 1.4},{ \n"
468
+ . "\"choice\": \"{$messages['responses']['02_2']}\",\"consequence\": 1.5}]},1.4: { \"statement\": [ \n";
469
+ $data .= (!empty($messages['messages']['08_1'])) ? "\"{$messages['messages']['08_1']}\", \n" : '';
470
+ $data .= "], \"email\": {\"email\": \"email\", \"consequence\": 1.6}},1.5: {\"statement\": function(context) {return [ \n";
471
+ $data .= (!empty($messages['messages']['08_2'])) ? "\"{$messages['messages']['08_2']}\", \n" : '';
472
+ $data .= "];}},1.6: { \"statement\": [ \n";
473
+ $data .= (!empty($messages['messages']['09'])) ? "\"{$messages['messages']['09']}\", \n" : '';
474
+ $data .= (!empty($messages['messages']['10'])) ? "\"{$messages['messages']['10']}\", \n" : '';
475
+ $data .= "]}}};";
476
+
477
+ // Replace {visitor_name} KEY
478
+ $data = str_replace('{visitor_name}', "\" + context.name + \"", $data);
479
+ // Replace {bot_name} KEY
480
+ $data = str_replace('{bot_name}', $messages['name'], $data);
481
+
482
+ // Try to write data.js file
483
+ try {
484
+ $upload_dir = wp_upload_dir();
485
+ // if ( file_put_contents( WPMM_PATH . 'assets/js/data.js', $data) === false ){
486
+ if ( file_put_contents( trailingslashit($upload_dir['basedir']) . 'data.js', $data) === false ){
487
+ throw new Exception(__("WPMM: The file data.js could not be written, the bot will not work correctly.", $this->plugin_slug));
488
+ }
489
+ } catch (Exception $ex) {
490
+ error_log($ex->getMessage());
491
+ }
492
+ }
493
+
494
  /**
495
  * Delete cache if any cache plugin (wp_cache or w3tc) is activated
496
+ *
497
  * @since 2.0.1
498
  */
499
  public function delete_cache() {
510
 
511
  /**
512
  * Add settings link
513
+ *
514
  * @since 2.0.0
515
  * @param array $links
516
  * @return array
525
 
526
  /**
527
  * Add notices - will be displayed on dashboard
528
+ *
529
  * @since 2.0.0
530
  */
531
  public function add_notices() {
568
 
569
  /**
570
  * Dismiss plugin notices via AJAX
571
+ *
572
  * @throws Exception
573
  */
574
  public function dismiss_notices() {
589
 
590
  /**
591
  * Get dismissed notices
592
+ *
593
  * @param int $user_id
594
  * @return array
595
  */
602
  /**
603
  * Save dismissed notices
604
  * - save as string because of http://wordpress.stackexchange.com/questions/13353/problem-storing-arrays-with-update-user-meta
605
+ *
606
  * @param int $user_id
607
  * @param string $notice_key
608
  */
615
 
616
  /**
617
  * Display custom text on plugin settings page
618
+ *
619
  * @param string $text
620
  */
621
  public function admin_footer_text($text) {
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.0.9';
8
 
9
  protected $plugin_slug = 'wp-maintenance-mode';
10
  protected $plugin_settings;
@@ -29,7 +29,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
29
 
30
  if (!empty($this->plugin_settings['general']['status']) && $this->plugin_settings['general']['status'] == 1) {
31
  // INIT
32
- add_action('init', array($this, 'init'));
33
 
34
  // Add ajax methods
35
  add_action('wp_ajax_nopriv_wpmm_add_subscriber', array($this, 'add_subscriber'));
@@ -37,7 +37,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
37
  add_action('wp_ajax_nopriv_wpmm_send_contact', array($this, 'send_contact'));
38
  add_action('wp_ajax_wpmm_send_contact', array($this, 'send_contact'));
39
 
40
- // Redirect
41
  add_action('init', array($this, 'redirect'), 9);
42
 
43
  // Google Analytics tracking script
@@ -55,7 +55,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
55
 
56
  /**
57
  * Return plugin slug
58
- *
59
  * @since 2.0.0
60
  * @return string
61
  */
@@ -65,7 +65,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
65
 
66
  /**
67
  * Return plugin settings
68
- *
69
  * @since 2.0.0
70
  * @return array
71
  */
@@ -75,7 +75,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
75
 
76
  /**
77
  * Return plugin default settings
78
- *
79
  * @since 2.0.0
80
  * @return array
81
  */
@@ -136,7 +136,32 @@ if (!class_exists('WP_Maintenance_Mode')) {
136
  'ga_status' => 0,
137
  'ga_code' => '',
138
  'custom_css' => array()
139
- )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
140
  );
141
  }
142
 
@@ -174,7 +199,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
174
 
175
  /**
176
  * Check plugin version for updating process
177
- *
178
  * @since 2.0.3
179
  */
180
  public function check_update() {
@@ -227,7 +252,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
227
 
228
  /**
229
  * What to do on single activate
230
- *
231
  * @since 2.0.0
232
  * @global object $wpdb
233
  * @param boolean $network_wide
@@ -252,7 +277,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
252
 
253
  /**
254
  * Update from v1.8 to v2.x
255
- *
256
  * - set notice if the plugin was installed before & set default settings
257
  */
258
  if (!empty($old_options) && empty($v2_options)) {
@@ -394,7 +419,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
394
 
395
  /**
396
  * What to do on single deactivate
397
- *
398
  * @since 2.0.0
399
  */
400
  public static function single_deactivate() {
@@ -415,7 +440,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
415
 
416
  /**
417
  * Load languages files
418
- *
419
  * @since 2.0.0
420
  */
421
  public function load_plugin_textdomain() {
@@ -428,7 +453,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
428
 
429
  /**
430
  * Initialize when plugin is activated
431
- *
432
  * @since 2.0.0
433
  */
434
  public function init() {
@@ -439,9 +464,9 @@ if (!class_exists('WP_Maintenance_Mode')) {
439
  (!$this->check_user_role()) &&
440
  !strstr($_SERVER['PHP_SELF'], 'wp-cron.php') &&
441
  !strstr($_SERVER['PHP_SELF'], 'wp-login.php') &&
442
- // wp-admin/ is available to everyone only if the user is not loggedin, otherwise.. check_user_role decides
443
  !(strstr($_SERVER['PHP_SELF'], 'wp-admin/') && !is_user_logged_in()) &&
444
- // !strstr($_SERVER['PHP_SELF'], 'wp-admin/') &&
445
  !strstr($_SERVER['PHP_SELF'], 'wp-admin/admin-ajax.php') &&
446
  !strstr($_SERVER['PHP_SELF'], 'async-upload.php') &&
447
  !(strstr($_SERVER['PHP_SELF'], 'upgrade.php') && $this->check_user_role()) &&
@@ -482,7 +507,8 @@ if (!class_exists('WP_Maintenance_Mode')) {
482
  $body_classes = !empty($this->plugin_settings['design']['bg_type']) && $this->plugin_settings['design']['bg_type'] != 'color' ? 'background' : '';
483
  $custom_css_design = !empty($this->plugin_settings['design']['custom_css']) && is_array($this->plugin_settings['design']['custom_css']) ? $this->plugin_settings['design']['custom_css'] : array();
484
  $custom_css_modules = !empty($this->plugin_settings['modules']['custom_css']) && is_array($this->plugin_settings['modules']['custom_css']) ? $this->plugin_settings['modules']['custom_css'] : array();
485
- $custom_css = array_merge($custom_css_design, $custom_css_modules);
 
486
 
487
  // CONTENT
488
  $heading = !empty($this->plugin_settings['design']['heading']) ? $this->plugin_settings['design']['heading'] : '';
@@ -507,15 +533,25 @@ if (!class_exists('WP_Maintenance_Mode')) {
507
  $scripts['countdown-dependency'] = WPMM_JS_URL . 'jquery.plugin' . WPMM_ASSETS_SUFFIX . '.js';
508
  $scripts['countdown'] = WPMM_JS_URL . 'jquery.countdown' . WPMM_ASSETS_SUFFIX . '.js';
509
  }
510
- 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)) {
 
 
511
  $scripts['validate'] = WPMM_JS_URL . 'jquery.validate' . WPMM_ASSETS_SUFFIX . '.js';
512
  }
 
 
 
 
513
  $scripts = apply_filters('wpmm_scripts', $scripts);
514
 
515
  // CSS FILES
516
  $styles = array(
517
  'frontend' => WPMM_CSS_URL . 'style' . WPMM_ASSETS_SUFFIX . '.css'
518
  );
 
 
 
 
519
  $styles = apply_filters('wpmm_styles', $styles);
520
 
521
  nocache_headers();
@@ -527,7 +563,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
527
  // load maintenance mode template
528
  if (file_exists(get_stylesheet_directory() . '/wp-maintenance-mode.php')) { // check child theme folder
529
  include_once(get_stylesheet_directory() . '/wp-maintenance-mode.php');
530
- } else if (file_exists(get_template_directory() . "/wp-maintenance-mode.php")) { // check theme folder
531
  include_once(get_template_directory() . '/wp-maintenance-mode.php');
532
  } else if (file_exists(WP_CONTENT_DIR . '/wp-maintenance-mode.php')) { // check `wp-content` folder
533
  include_once(WP_CONTENT_DIR . '/wp-maintenance-mode.php');
@@ -541,8 +577,30 @@ if (!class_exists('WP_Maintenance_Mode')) {
541
  }
542
 
543
  /**
544
- * Check if the current user has access to backend / frontend based on his role compared with role from settings (refactor @ 2.0.4)
 
545
  *
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
546
  * @since 2.0.0
547
  * @return boolean
548
  */
@@ -568,7 +626,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
568
 
569
  /**
570
  * Calculate backtime based on countdown remaining time if it is activated
571
- *
572
  * @since 2.0.0
573
  * @return int
574
  */
@@ -584,7 +642,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
584
 
585
  /**
586
  * Check if the visitor is a bot (using useragent)
587
- *
588
  * @since 2.0.0
589
  * @return boolean
590
  */
@@ -627,7 +685,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
627
 
628
  /**
629
  * Check if slug / ip address exists in exclude list
630
- *
631
  * @since 2.0.0
632
  * @return boolean
633
  */
@@ -657,7 +715,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
657
 
658
  /**
659
  * Redirect if "Redirection" option is used and users don't have access to WordPress dashboard
660
- *
661
  * @since 2.0.0
662
  * @return null
663
  */
@@ -689,7 +747,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
689
 
690
  /**
691
  * Google Analytics code
692
- *
693
  * @since 2.0.7
694
  */
695
  public function google_analytics_code() {
@@ -714,7 +772,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
714
 
715
  /**
716
  * Save subscriber into database (refactor @ 2.0.4)
717
- *
718
  * @since 2.0.0
719
  * @global object $wpdb
720
  * @throws Exception
@@ -747,7 +805,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
747
 
748
  /**
749
  * Send email via contact form (refactor @ 2.0.4)
750
- *
751
  * @since 2.0.0
752
  * @throws Exception
753
  */
@@ -763,7 +821,7 @@ if (!class_exists('WP_Maintenance_Mode')) {
763
  if (!is_email($_POST['email'])) {
764
  throw new Exception(__('Please enter a valid email address.', $this->plugin_slug));
765
  }
766
-
767
  // if you add new fields to the contact form... you will definitely need to validate their values
768
  do_action('wpmm_contact_validation', $_POST);
769
 
4
 
5
  class WP_Maintenance_Mode {
6
 
7
+ const VERSION = '2.1.1';
8
 
9
  protected $plugin_slug = 'wp-maintenance-mode';
10
  protected $plugin_settings;
29
 
30
  if (!empty($this->plugin_settings['general']['status']) && $this->plugin_settings['general']['status'] == 1) {
31
  // INIT
32
+ add_action((is_admin() ? 'init' : 'template_redirect'), array($this, 'init'));
33
 
34
  // Add ajax methods
35
  add_action('wp_ajax_nopriv_wpmm_add_subscriber', array($this, 'add_subscriber'));
37
  add_action('wp_ajax_nopriv_wpmm_send_contact', array($this, 'send_contact'));
38
  add_action('wp_ajax_wpmm_send_contact', array($this, 'send_contact'));
39
 
40
+ // Redirect
41
  add_action('init', array($this, 'redirect'), 9);
42
 
43
  // Google Analytics tracking script
55
 
56
  /**
57
  * Return plugin slug
58
+ *
59
  * @since 2.0.0
60
  * @return string
61
  */
65
 
66
  /**
67
  * Return plugin settings
68
+ *
69
  * @since 2.0.0
70
  * @return array
71
  */
75
 
76
  /**
77
  * Return plugin default settings
78
+ *
79
  * @since 2.0.0
80
  * @return array
81
  */
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
  );
166
  }
167
 
199
 
200
  /**
201
  * Check plugin version for updating process
202
+ *
203
  * @since 2.0.3
204
  */
205
  public function check_update() {
252
 
253
  /**
254
  * What to do on single activate
255
+ *
256
  * @since 2.0.0
257
  * @global object $wpdb
258
  * @param boolean $network_wide
277
 
278
  /**
279
  * Update from v1.8 to v2.x
280
+ *
281
  * - set notice if the plugin was installed before & set default settings
282
  */
283
  if (!empty($old_options) && empty($v2_options)) {
419
 
420
  /**
421
  * What to do on single deactivate
422
+ *
423
  * @since 2.0.0
424
  */
425
  public static function single_deactivate() {
440
 
441
  /**
442
  * Load languages files
443
+ *
444
  * @since 2.0.0
445
  */
446
  public function load_plugin_textdomain() {
453
 
454
  /**
455
  * Initialize when plugin is activated
456
+ *
457
  * @since 2.0.0
458
  */
459
  public function init() {
464
  (!$this->check_user_role()) &&
465
  !strstr($_SERVER['PHP_SELF'], 'wp-cron.php') &&
466
  !strstr($_SERVER['PHP_SELF'], 'wp-login.php') &&
467
+ // wp-admin/ is available to everyone only if the user is not loggedin, otherwise.. check_user_role decides
468
  !(strstr($_SERVER['PHP_SELF'], 'wp-admin/') && !is_user_logged_in()) &&
469
+ // !strstr($_SERVER['PHP_SELF'], 'wp-admin/') &&
470
  !strstr($_SERVER['PHP_SELF'], 'wp-admin/admin-ajax.php') &&
471
  !strstr($_SERVER['PHP_SELF'], 'async-upload.php') &&
472
  !(strstr($_SERVER['PHP_SELF'], 'upgrade.php') && $this->check_user_role()) &&
507
  $body_classes = !empty($this->plugin_settings['design']['bg_type']) && $this->plugin_settings['design']['bg_type'] != 'color' ? 'background' : '';
508
  $custom_css_design = !empty($this->plugin_settings['design']['custom_css']) && is_array($this->plugin_settings['design']['custom_css']) ? $this->plugin_settings['design']['custom_css'] : array();
509
  $custom_css_modules = !empty($this->plugin_settings['modules']['custom_css']) && is_array($this->plugin_settings['modules']['custom_css']) ? $this->plugin_settings['modules']['custom_css'] : array();
510
+ $custom_css_bot = !empty($this->plugin_settings['bot']['custom_css']) && is_array($this->plugin_settings['bot']['custom_css']) ? $this->plugin_settings['bot']['custom_css'] : array();
511
+ $custom_css = array_merge($custom_css_design, $custom_css_modules, $custom_css_bot);
512
 
513
  // CONTENT
514
  $heading = !empty($this->plugin_settings['design']['heading']) ? $this->plugin_settings['design']['heading'] : '';
533
  $scripts['countdown-dependency'] = WPMM_JS_URL . 'jquery.plugin' . WPMM_ASSETS_SUFFIX . '.js';
534
  $scripts['countdown'] = WPMM_JS_URL . 'jquery.countdown' . WPMM_ASSETS_SUFFIX . '.js';
535
  }
536
+ if ((!empty($this->plugin_settings['modules']['contact_status']) && $this->plugin_settings['modules']['contact_status'] == 1)
537
+ || (!empty($this->plugin_settings['modules']['subscribe_status']) && $this->plugin_settings['modules']['subscribe_status'] == 1)
538
+ || (!empty($this->plugin_settings['bot']['status']) && $this->plugin_settings['bot']['status'] == 1) ) {
539
  $scripts['validate'] = WPMM_JS_URL . 'jquery.validate' . WPMM_ASSETS_SUFFIX . '.js';
540
  }
541
+ if(!empty($this->plugin_settings['bot']['status']) && $this->plugin_settings['bot']['status'] == 1) {
542
+ $scripts['bot'] = WPMM_JS_URL . 'bot' . WPMM_ASSETS_SUFFIX . '.js';
543
+ add_action('wpmm_before_scripts', array($this, 'add_bot_extras'));
544
+ }
545
  $scripts = apply_filters('wpmm_scripts', $scripts);
546
 
547
  // CSS FILES
548
  $styles = array(
549
  'frontend' => WPMM_CSS_URL . 'style' . WPMM_ASSETS_SUFFIX . '.css'
550
  );
551
+ if(!empty($this->plugin_settings['bot']['status']) && $this->plugin_settings['bot']['status'] == 1) {
552
+ $styles['bot'] = WPMM_CSS_URL . 'style.bot'. WPMM_ASSETS_SUFFIX . '.css';
553
+ $body_classes .= ' bot';
554
+ }
555
  $styles = apply_filters('wpmm_styles', $styles);
556
 
557
  nocache_headers();
563
  // load maintenance mode template
564
  if (file_exists(get_stylesheet_directory() . '/wp-maintenance-mode.php')) { // check child theme folder
565
  include_once(get_stylesheet_directory() . '/wp-maintenance-mode.php');
566
+ } else if (file_exists(get_template_directory() . "/wp-maintenance-mode.php")) { // check theme folder
567
  include_once(get_template_directory() . '/wp-maintenance-mode.php');
568
  } else if (file_exists(WP_CONTENT_DIR . '/wp-maintenance-mode.php')) { // check `wp-content` folder
569
  include_once(WP_CONTENT_DIR . '/wp-maintenance-mode.php');
577
  }
578
 
579
  /**
580
+ * Extra variables for the bot functionality. Added to the DOM via hooks.
581
+ * It has to be called before scripts are loaded so the variables are available globally.
582
  *
583
+ * @todo Maybe we can find a better home for this method
584
+ * @since 2.1.1
585
+ */
586
+ public function add_bot_extras(){
587
+ $upload_dir = wp_upload_dir();
588
+ $bot_vars = array(
589
+ 'validationName' => __('Please type in your name.', $this->plugin_slug),
590
+ 'validationEmail' => __('Please type in a valid email address.', $this->plugin_slug),
591
+ 'uploadsBaseUrl' => trailingslashit($upload_dir['baseurl']),
592
+ 'typeName' => __('Type your name here…', $this->plugin_slug),
593
+ 'typeEmail' => __('Type your email here…', $this->plugin_slug),
594
+ 'send' => __('Send', $this->plugin_slug)
595
+ );
596
+ echo "<script type='text/javascript'>" .
597
+ "var botVars = " . json_encode($bot_vars) .
598
+ "</script>";
599
+ }
600
+
601
+ /**
602
+ * Check if the current user has access to backend / frontend based on his role compared with role from settings (refactor @ 2.0.4)
603
+ *
604
  * @since 2.0.0
605
  * @return boolean
606
  */
626
 
627
  /**
628
  * Calculate backtime based on countdown remaining time if it is activated
629
+ *
630
  * @since 2.0.0
631
  * @return int
632
  */
642
 
643
  /**
644
  * Check if the visitor is a bot (using useragent)
645
+ *
646
  * @since 2.0.0
647
  * @return boolean
648
  */
685
 
686
  /**
687
  * Check if slug / ip address exists in exclude list
688
+ *
689
  * @since 2.0.0
690
  * @return boolean
691
  */
715
 
716
  /**
717
  * Redirect if "Redirection" option is used and users don't have access to WordPress dashboard
718
+ *
719
  * @since 2.0.0
720
  * @return null
721
  */
747
 
748
  /**
749
  * Google Analytics code
750
+ *
751
  * @since 2.0.7
752
  */
753
  public function google_analytics_code() {
772
 
773
  /**
774
  * Save subscriber into database (refactor @ 2.0.4)
775
+ *
776
  * @since 2.0.0
777
  * @global object $wpdb
778
  * @throws Exception
805
 
806
  /**
807
  * Send email via contact form (refactor @ 2.0.4)
808
+ *
809
  * @since 2.0.0
810
  * @throws Exception
811
  */
821
  if (!is_email($_POST['email'])) {
822
  throw new Exception(__('Please enter a valid email address.', $this->plugin_slug));
823
  }
824
+
825
  // if you add new fields to the contact form... you will definitely need to validate their values
826
  do_action('wpmm_contact_validation', $_POST);
827
 
includes/functions/helpers.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  /**
4
  * Get plugin info
5
- *
6
  * @since 2.0.0
7
  * @param string $plugin_slug
8
  * @return array
@@ -18,7 +18,7 @@ function wpmm_plugin_info($plugin_slug) {
18
  * Count db records using where
19
  *
20
  * EDIT: PHP Notice: wpdb::prepare was called <strong>incorrectly</strong>. The query argument of wpdb::prepare() must have a placeholder.
21
- *
22
  * @since 2.0.0
23
  * @global object $wpdb
24
  * @param string $table
@@ -64,7 +64,7 @@ function wpmm_multiselect($values, $current) {
64
 
65
  /**
66
  * Return list of banners
67
- *
68
  * @since 2.0.4
69
  * @return array
70
  */
@@ -80,28 +80,34 @@ function wpmm_get_banners() {
80
  'utm' => false
81
  ),
82
  array(
83
- 'title' => 'Qards',
84
- 'link' => 'http://designmodo.com/qards/',
85
- 'image' => $banners_path . 'qards.jpg',
 
 
 
 
 
 
86
  'utm' => true
87
  )
88
  ),
89
  'resource' => array(
90
  array(
91
  'title' => 'Free WordPress Theme',
92
- 'link' => 'http://designmodo.com/free-wordpress-theme/',
93
  'image' => $banners_path . 'ayoshop.jpg',
94
  'utm' => true
95
  ),
96
  array(
97
  'title' => 'Linecons',
98
- 'link' => 'http://designmodo.com/linecons-free/',
99
  'image' => $banners_path . 'linecons.jpg',
100
  'utm' => true
101
  ),
102
  array(
103
  'title' => 'Flat UI Free',
104
- 'link' => 'http://designmodo.com/flat-free/',
105
  'image' => $banners_path . 'flatui.jpg',
106
  'utm' => true
107
  )
@@ -111,11 +117,11 @@ function wpmm_get_banners() {
111
 
112
  /**
113
  * Sanitize Google Analytics SiteID code
114
- *
115
  * Valid examples:
116
  * UA-..........
117
  * UA-..........-....
118
- *
119
  * @since 2.0.7
120
  * @param string $string
121
  * @return string
@@ -130,20 +136,20 @@ if (!function_exists('wp_scripts')) {
130
 
131
  /**
132
  * Initialize $wp_scripts if it has not been set.
133
- *
134
  * (to maintain backward compatibility for those with WP < 4.2.0)
135
- *
136
  * @since 2.0.8
137
  * @global WP_Scripts $wp_scripts
138
  * @return WP_Scripts instance
139
  */
140
  function wp_scripts() {
141
  global $wp_scripts;
142
-
143
  if (!( $wp_scripts instanceof WP_Scripts )) {
144
  $wp_scripts = new WP_Scripts();
145
  }
146
-
147
  return $wp_scripts;
148
  }
149
 
2
 
3
  /**
4
  * Get plugin info
5
+ *
6
  * @since 2.0.0
7
  * @param string $plugin_slug
8
  * @return array
18
  * Count db records using where
19
  *
20
  * EDIT: PHP Notice: wpdb::prepare was called <strong>incorrectly</strong>. The query argument of wpdb::prepare() must have a placeholder.
21
+ *
22
  * @since 2.0.0
23
  * @global object $wpdb
24
  * @param string $table
64
 
65
  /**
66
  * Return list of banners
67
+ *
68
  * @since 2.0.4
69
  * @return array
70
  */
80
  'utm' => false
81
  ),
82
  array(
83
+ 'title' => 'Free Stock Images',
84
+ 'link' => 'https://freephotos.cc/',
85
+ 'image' => $banners_path . 'freephotoscc.jpg',
86
+ 'utm' => true
87
+ ),
88
+ array(
89
+ 'title' => 'Postcards',
90
+ 'link' => 'https://designmodo.com/postcards/',
91
+ 'image' => $banners_path . 'postcards.jpg',
92
  'utm' => true
93
  )
94
  ),
95
  'resource' => array(
96
  array(
97
  'title' => 'Free WordPress Theme',
98
+ 'link' => 'https://designmodo.com/free-wordpress-theme/',
99
  'image' => $banners_path . 'ayoshop.jpg',
100
  'utm' => true
101
  ),
102
  array(
103
  'title' => 'Linecons',
104
+ 'link' => 'https://designmodo.com/linecons-free/',
105
  'image' => $banners_path . 'linecons.jpg',
106
  'utm' => true
107
  ),
108
  array(
109
  'title' => 'Flat UI Free',
110
+ 'link' => 'https://designmodo.com/flat-free/',
111
  'image' => $banners_path . 'flatui.jpg',
112
  'utm' => true
113
  )
117
 
118
  /**
119
  * Sanitize Google Analytics SiteID code
120
+ *
121
  * Valid examples:
122
  * UA-..........
123
  * UA-..........-....
124
+ *
125
  * @since 2.0.7
126
  * @param string $string
127
  * @return string
136
 
137
  /**
138
  * Initialize $wp_scripts if it has not been set.
139
+ *
140
  * (to maintain backward compatibility for those with WP < 4.2.0)
141
+ *
142
  * @since 2.0.8
143
  * @global WP_Scripts $wp_scripts
144
  * @return WP_Scripts instance
145
  */
146
  function wp_scripts() {
147
  global $wp_scripts;
148
+
149
  if (!( $wp_scripts instanceof WP_Scripts )) {
150
  $wp_scripts = new WP_Scripts();
151
  }
152
+
153
  return $wp_scripts;
154
  }
155
 
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.0.9\n"
4
- "POT-Creation-Date: 2016-11-29 21:59+0200\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: \n"
7
  "Language-Team: Designmodo <info@designmodo.com>\n"
@@ -9,12 +9,11 @@ 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 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;"
16
- "esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;"
17
- "esc_html_x:1,2c\n"
18
  "X-Poedit-Basepath: ..\n"
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
  "X-Poedit-SearchPath-0: includes/classes\n"
@@ -27,7 +26,7 @@ msgstr ""
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:295
31
  #, php-format
32
  msgid "You have %d subscriber(s)"
33
  msgstr "Du hast %d Abonnenten"
@@ -53,11 +52,16 @@ msgstr ""
53
  msgid "WP Maintenance Mode"
54
  msgstr "WP Wartungsmodus"
55
 
56
- #: includes/classes/wp-maintenance-mode-admin.php:436
 
 
 
 
 
57
  msgid "Settings"
58
  msgstr "Einstellungen"
59
 
60
- #: includes/classes/wp-maintenance-mode-admin.php:455
61
  #, php-format
62
  msgid ""
63
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -66,11 +70,11 @@ msgstr ""
66
  "Der Wartungsmodus ist <strong>aktiv</strong>. Bitte vergiss nicht ihn zu <a "
67
  "href=\"%s\">deaktivieren</a>, wenn er nicht mehr benötigt wird."
68
 
69
- #: includes/classes/wp-maintenance-mode-admin.php:492
70
  msgid "Notice key cannot be empty."
71
  msgstr ""
72
 
73
- #: includes/classes/wp-maintenance-mode-admin.php:540
74
  #, php-format
75
  msgid ""
76
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
@@ -92,7 +96,76 @@ msgstr ""
92
  msgid "Notify me when it's ready"
93
  msgstr "Informiere mich, wenn die Arbeiten abgeschlossen sind."
94
 
95
- #: includes/classes/wp-maintenance-mode.php:261
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96
  #, php-format
97
  msgid ""
98
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
@@ -101,29 +174,43 @@ msgstr ""
101
  "Das WP Wartungsmodus Plugin wurde neu erstellt und du MUSST die <a href=\"%s"
102
  "\"></a> Einstellungen bearbeiten."
103
 
104
- #: includes/classes/wp-maintenance-mode.php:463
105
- #: includes/classes/wp-maintenance-mode.php:477
106
  msgid "Maintenance Mode"
107
  msgstr "Wartungsmodus"
108
 
109
- #: includes/classes/wp-maintenance-mode.php:730
110
- #: includes/classes/wp-maintenance-mode.php:764 views/maintenance.php:89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  msgid "Please enter a valid email address."
112
  msgstr "Bitte gib eine gültige E-Mail-Adresse an."
113
 
114
- #: includes/classes/wp-maintenance-mode.php:742
115
  msgid "You successfully subscribed. Thanks!"
116
  msgstr ""
117
 
118
- #: includes/classes/wp-maintenance-mode.php:760
119
  msgid "All fields required."
120
  msgstr "Alle Felder sind notwendig."
121
 
122
- #: includes/classes/wp-maintenance-mode.php:772
123
  msgid "Message via contact"
124
  msgstr "Mitteilung via Kontakt"
125
 
126
- #: includes/classes/wp-maintenance-mode.php:786
127
  msgid "Your email was sent to the website administrator. Thanks!"
128
  msgstr "Deine E-Mail wurde an den Administrator der Website gesendet. Danke!"
129
 
@@ -148,39 +235,36 @@ msgstr ""
148
  msgid "Login"
149
  msgstr ""
150
 
151
- #: views/maintenance.php:44
152
  msgid "your e-mail..."
153
  msgstr "deine E-Mail..."
154
 
155
- #: views/maintenance.php:45 views/settings.php:270
156
  msgid "Subscribe"
157
  msgstr "Abonniere"
158
 
159
- #: views/maintenance.php:88 views/sidebar.php:7
160
  msgid "Name"
161
  msgstr "Name"
162
 
163
- #: views/maintenance.php:88 views/maintenance.php:89 views/maintenance.php:94
 
164
  msgid "This field is required."
165
  msgstr ""
166
 
167
- #: views/maintenance.php:89
168
  msgid "E-mail"
169
  msgstr "E-Mail"
170
 
171
- #: views/maintenance.php:94
172
  msgid "Your message"
173
  msgstr "Deine Mitteilung"
174
 
175
- #: views/maintenance.php:98
176
- msgid "Send"
177
- msgstr "Senden"
178
-
179
- #: views/maintenance.php:105
180
  msgid "Contact us"
181
  msgstr "Kontaktiere uns"
182
 
183
- #: views/maintenance.php:110
184
  msgid "Dashboard"
185
  msgstr ""
186
 
@@ -215,67 +299,71 @@ msgstr "Design"
215
  msgid "Modules"
216
  msgstr "Module"
217
 
218
- #: views/settings.php:24
 
 
 
 
219
  msgid "Status"
220
  msgstr "Status"
221
 
222
- #: views/settings.php:26
223
  msgid "Activated"
224
  msgstr "Aktiv"
225
 
226
- #: views/settings.php:27
227
  msgid "Deactivated"
228
  msgstr "Inaktiv"
229
 
230
- #: views/settings.php:31
231
  msgid "Bypass for Search Bots"
232
  msgstr "Bypass für Such-Bots"
233
 
234
- #: views/settings.php:34 views/settings.php:104 views/settings.php:114
235
- #: views/settings.php:242 views/settings.php:278 views/settings.php:316
236
- #: views/settings.php:384 views/settings.php:416
237
- msgid "Yes"
238
- msgstr "Ja"
239
-
240
  #: views/settings.php:35 views/settings.php:105 views/settings.php:115
241
  #: views/settings.php:243 views/settings.php:279 views/settings.php:317
242
  #: views/settings.php:385 views/settings.php:417
 
 
 
 
 
 
243
  msgid "No"
244
  msgstr "Nein"
245
 
246
- #: views/settings.php:37
247
  msgid "Allow Search Bots to bypass maintenance mode?"
248
  msgstr "Erlaube Such-Bots den Zugang via Bypass?"
249
 
250
- #: views/settings.php:41
251
  msgid "Backend Role"
252
  msgstr "Backend-Rolle"
253
 
254
- #: views/settings.php:43 views/settings.php:59
255
  msgid "Select role(s)"
256
  msgstr ""
257
 
258
- #: views/settings.php:53
259
  msgid ""
260
  "Which user role is allowed to access the backend of this blog? "
261
  "Administrators will always have access."
262
  msgstr ""
263
 
264
- #: views/settings.php:57
265
  msgid "Frontend Role"
266
  msgstr "Frontend-Rolle"
267
 
268
- #: views/settings.php:69
269
  msgid ""
270
  "Which user role is allowed to access the frontend of this blog? "
271
  "Administrators will always have access."
272
  msgstr ""
273
 
274
- #: views/settings.php:73
275
  msgid "Robots Meta Tag"
276
  msgstr "Robots Meta Tag"
277
 
278
- #: views/settings.php:79
279
  msgid ""
280
  "The robots meta tag lets you use a granular, page-specific approach to "
281
  "control how an individual page should be indexed and served to users in "
@@ -284,22 +372,22 @@ msgstr ""
284
  "Mit dem Robots Meta Tag kannst du steuern, wie die Seite während des "
285
  "Wartungsmodus indiziert werden soll."
286
 
287
- #: views/settings.php:83
288
  msgid "Redirection"
289
  msgstr "Weiterleitung"
290
 
291
- #: views/settings.php:86
292
  msgid ""
293
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
294
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
295
  "(incl. http://)"
296
  msgstr ""
297
 
298
- #: views/settings.php:90
299
  msgid "Exclude"
300
  msgstr "Ausschluss"
301
 
302
- #: views/settings.php:97
303
  msgid ""
304
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
305
  "IP per line!"
@@ -307,205 +395,313 @@ msgstr ""
307
  "Ausschluss vom Wartungsmodus von Feed, Seiten, Archiven oder IPs möglich. "
308
  "Ergänze einen Slug oder die IP pro Zeile."
309
 
310
- #: views/settings.php:101
311
  msgid "Notice"
312
  msgstr "Hinweis"
313
 
314
- #: views/settings.php:107
315
  msgid "Do you want to see notices when maintenance mode is activated?"
316
  msgstr "Willst du den Hinweis sehen, wenn der Wartungsmodus aktiv ist?"
317
 
318
- #: views/settings.php:111
319
  msgid "Dashboard link"
320
  msgstr ""
321
 
322
- #: views/settings.php:117
323
  msgid ""
324
  "Do you want to add a link to the dashboard on your maintenance mode page?"
325
  msgstr "Soll ein Link zum Backend auf der Wartungswebseite angezeigt werden?"
326
 
327
- #: views/settings.php:125 views/settings.php:228 views/settings.php:433
 
328
  msgid "Save settings"
329
  msgstr "Einstellungen speichern"
330
 
331
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
 
332
  msgid "Reset settings"
333
  msgstr "Einstellungen zurücksetzen"
334
 
335
- #: views/settings.php:131
336
  msgid "Content"
337
  msgstr "Inhalt"
338
 
339
- #: views/settings.php:136
340
  msgid "Title (HTML tag)"
341
  msgstr "Titel (html Tag)"
342
 
343
- #: views/settings.php:142
344
  msgid "Heading"
345
  msgstr "Überschrift"
346
 
347
- #: views/settings.php:149 views/settings.php:284
348
  msgid "Text"
349
  msgstr "Text"
350
 
351
- #: views/settings.php:169
352
  msgid "Background"
353
  msgstr "Hintergrund"
354
 
355
- #: views/settings.php:174
356
  msgid "Choose type"
357
  msgstr "Type wählen"
358
 
359
- #: views/settings.php:177
360
  msgid "Custom color"
361
  msgstr "Benutzerdefinierte Farbe"
362
 
363
- #: views/settings.php:178
364
  msgid "Uploaded background"
365
  msgstr "Hochgeladene Hintergründe"
366
 
367
- #: views/settings.php:179
368
  msgid "Predefined background"
369
  msgstr "Vordefinierte Hintergründe"
370
 
371
- #: views/settings.php:184
372
  msgid "Choose color"
373
  msgstr "Farbe wählen"
374
 
375
- #: views/settings.php:190
376
  msgid "Upload background"
377
  msgstr "Hintergrund laden"
378
 
379
- #: views/settings.php:194
380
  msgid "Backgrounds should have 1920x1280 px size."
381
  msgstr "Hintergründe sollten eine Größe von 1920x1280 px haben."
382
 
383
- #: views/settings.php:199
384
  msgid "Choose background"
385
  msgstr "Hintergrund wählen"
386
 
387
- #: views/settings.php:201
388
  #, php-format
389
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
390
  msgstr ""
391
 
392
- #: views/settings.php:234
393
  msgid "Countdown"
394
  msgstr "Countdown"
395
 
396
- #: views/settings.php:239
397
  msgid "Show countdown?"
398
  msgstr "Zeige Countdown?"
399
 
400
- #: views/settings.php:248
401
  msgid "Start date"
402
  msgstr "Start-Datum"
403
 
404
- #: views/settings.php:254
405
  msgid "Countdown (remaining time)"
406
  msgstr "Countdown (Restzeit)"
407
 
408
- #: views/settings.php:256
409
  msgid "Days"
410
  msgstr "Tage"
411
 
412
- #: views/settings.php:257
413
  msgid "Hours"
414
  msgstr "Stunden"
415
 
416
- #: views/settings.php:258
417
  msgid "Minutes"
418
  msgstr "Minuten"
419
 
420
- #: views/settings.php:262
421
  msgid "Color"
422
  msgstr "Farbe"
423
 
424
- #: views/settings.php:275
425
  msgid "Show subscribe?"
426
  msgstr "Abonnieren anbieten?"
427
 
428
- #: views/settings.php:291
429
  msgid "Stats"
430
  msgstr "Statistik"
431
 
432
- #: views/settings.php:300
433
  msgid "Export as CSV"
434
  msgstr "Export als CSV"
435
 
436
- #: views/settings.php:301
437
  msgid "Empty subscribers list"
438
  msgstr ""
439
 
440
- #: views/settings.php:308
441
  msgid "Social Networks"
442
  msgstr "Soziale Netzwerke"
443
 
444
- #: views/settings.php:313
445
  msgid "Show social networks?"
446
  msgstr "Zeige soziale Netzwerke?"
447
 
448
- #: views/settings.php:322
449
  msgid "Links target?"
450
  msgstr "Link-Ziel"
451
 
452
- #: views/settings.php:325
453
  msgid "New page"
454
  msgstr "Neue Seite"
455
 
456
- #: views/settings.php:326
457
  msgid "Same page"
458
  msgstr "Selbe Seite"
459
 
460
- #: views/settings.php:328
461
  msgid "Choose how the links will open."
462
  msgstr "Wie soll der Link geöffnet werden?"
463
 
464
- #: views/settings.php:376
465
  msgid "Contact"
466
  msgstr "Kontakt"
467
 
468
- #: views/settings.php:381
469
  msgid "Show contact?"
470
  msgstr "Zeige Kontakt?"
471
 
472
- #: views/settings.php:390
473
  msgid "Email address"
474
  msgstr "E-Mail-Adresse"
475
 
476
- #: views/settings.php:396
477
  msgid "Effects"
478
  msgstr "Effekte"
479
 
480
- #: views/settings.php:399
481
  msgid "Move top - Move bottom"
482
  msgstr "Bewegung nach oben - nach untern"
483
 
484
- #: views/settings.php:400
485
  msgid "Zoom - Zoomed"
486
  msgstr "Zoom - Vergrößern"
487
 
488
- #: views/settings.php:401
489
  msgid "Fold - Unfold"
490
  msgstr "Falten - Klappen"
491
 
492
- #: views/settings.php:408
493
  msgid "Google Analytics"
494
  msgstr "Google Analytics"
495
 
496
- #: views/settings.php:413
497
  msgid "Use Google Analytics?"
498
  msgstr "Wird Google Analytics verwendet?"
499
 
500
- #: views/settings.php:422
501
  msgid "Tracking code"
502
  msgstr ""
503
 
504
- #: views/settings.php:425
505
  msgid ""
506
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
507
  msgstr ""
508
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
509
  #: views/sidebar.php:3
510
  msgid "Plugin Info"
511
  msgstr "Plugin Info"
@@ -558,9 +754,6 @@ msgstr "Ressourcen"
558
  #~ msgid "Subscribe now for early access to new WordPress themes."
559
  #~ msgstr "Abonniere jetzt für frühen Zugang zu neuen WordPress Themes."
560
 
561
- #~ msgid "Enter your email address"
562
- #~ msgstr "Gib deine E-Mail-Adresse an"
563
-
564
  #~ msgid "News"
565
  #~ msgstr "News"
566
 
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
  "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;"
16
+ "esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
 
17
  "X-Poedit-Basepath: ..\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
  "X-Poedit-SearchPath-0: includes/classes\n"
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"
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
  "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 "
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
  "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
  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
 
299
  msgid "Modules"
300
  msgstr "Module"
301
 
302
+ #: views/settings.php:16
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
  "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
  "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"
754
  #~ msgid "Subscribe now for early access to new WordPress themes."
755
  #~ msgstr "Abonniere jetzt für frühen Zugang zu neuen WordPress Themes."
756
 
 
 
 
757
  #~ msgid "News"
758
  #~ msgstr "News"
759
 
languages/wp-maintenance-mode-en_US.mo CHANGED
Binary file
languages/wp-maintenance-mode-en_US.po CHANGED
@@ -1,22 +1,21 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WP Maintenance Mode 2.0.9\n"
4
- "POT-Creation-Date: 2016-11-29 21:59+0200\n"
5
- "PO-Revision-Date: 2016-11-29 21:59+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"
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;"
18
- "esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;"
19
- "esc_html_x:1,2c\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: includes/classes\n"
22
  "X-Poedit-SearchPath-2: views\n"
@@ -27,7 +26,7 @@ msgstr ""
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:295
31
  #, php-format
32
  msgid "You have %d subscriber(s)"
33
  msgstr ""
@@ -53,22 +52,27 @@ msgstr ""
53
  msgid "WP Maintenance Mode"
54
  msgstr ""
55
 
56
- #: includes/classes/wp-maintenance-mode-admin.php:436
 
 
 
 
 
57
  msgid "Settings"
58
  msgstr ""
59
 
60
- #: includes/classes/wp-maintenance-mode-admin.php:455
61
  #, php-format
62
  msgid ""
63
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
64
  "href=\"%s\">deactivate</a> as soon as you are done."
65
  msgstr ""
66
 
67
- #: includes/classes/wp-maintenance-mode-admin.php:492
68
  msgid "Notice key cannot be empty."
69
  msgstr ""
70
 
71
- #: includes/classes/wp-maintenance-mode-admin.php:540
72
  #, php-format
73
  msgid ""
74
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
@@ -90,36 +94,115 @@ msgstr ""
90
  msgid "Notify me when it's ready"
91
  msgstr ""
92
 
93
- #: includes/classes/wp-maintenance-mode.php:261
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  #, php-format
95
  msgid ""
96
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
97
  "\">settings</a>."
98
  msgstr ""
99
 
100
- #: includes/classes/wp-maintenance-mode.php:463
101
- #: includes/classes/wp-maintenance-mode.php:477
102
  msgid "Maintenance Mode"
103
  msgstr ""
104
 
105
- #: includes/classes/wp-maintenance-mode.php:730
106
- #: includes/classes/wp-maintenance-mode.php:764 views/maintenance.php:89
 
 
 
 
 
 
 
 
 
 
 
 
107
  msgid "Please enter a valid email address."
108
  msgstr ""
109
 
110
- #: includes/classes/wp-maintenance-mode.php:742
111
  msgid "You successfully subscribed. Thanks!"
112
  msgstr ""
113
 
114
- #: includes/classes/wp-maintenance-mode.php:760
115
  msgid "All fields required."
116
  msgstr ""
117
 
118
- #: includes/classes/wp-maintenance-mode.php:772
119
  msgid "Message via contact"
120
  msgstr ""
121
 
122
- #: includes/classes/wp-maintenance-mode.php:786
123
  msgid "Your email was sent to the website administrator. Thanks!"
124
  msgstr ""
125
 
@@ -144,39 +227,36 @@ msgstr ""
144
  msgid "Login"
145
  msgstr ""
146
 
147
- #: views/maintenance.php:44
148
  msgid "your e-mail..."
149
  msgstr ""
150
 
151
- #: views/maintenance.php:45 views/settings.php:270
152
  msgid "Subscribe"
153
  msgstr ""
154
 
155
- #: views/maintenance.php:88 views/sidebar.php:7
156
  msgid "Name"
157
  msgstr ""
158
 
159
- #: views/maintenance.php:88 views/maintenance.php:89 views/maintenance.php:94
 
160
  msgid "This field is required."
161
  msgstr ""
162
 
163
- #: views/maintenance.php:89
164
  msgid "E-mail"
165
  msgstr ""
166
 
167
- #: views/maintenance.php:94
168
  msgid "Your message"
169
  msgstr ""
170
 
171
- #: views/maintenance.php:98
172
- msgid "Send"
173
- msgstr ""
174
-
175
- #: views/maintenance.php:105
176
  msgid "Contact us"
177
  msgstr ""
178
 
179
- #: views/maintenance.php:110
180
  msgid "Dashboard"
181
  msgstr ""
182
 
@@ -211,293 +291,401 @@ msgstr ""
211
  msgid "Modules"
212
  msgstr ""
213
 
214
- #: views/settings.php:24
 
 
 
 
215
  msgid "Status"
216
  msgstr ""
217
 
218
- #: views/settings.php:26
219
  msgid "Activated"
220
  msgstr ""
221
 
222
- #: views/settings.php:27
223
  msgid "Deactivated"
224
  msgstr ""
225
 
226
- #: views/settings.php:31
227
  msgid "Bypass for Search Bots"
228
  msgstr ""
229
 
230
- #: views/settings.php:34 views/settings.php:104 views/settings.php:114
231
- #: views/settings.php:242 views/settings.php:278 views/settings.php:316
232
- #: views/settings.php:384 views/settings.php:416
233
- msgid "Yes"
234
- msgstr ""
235
-
236
  #: views/settings.php:35 views/settings.php:105 views/settings.php:115
237
  #: views/settings.php:243 views/settings.php:279 views/settings.php:317
238
  #: views/settings.php:385 views/settings.php:417
 
 
 
 
 
 
239
  msgid "No"
240
  msgstr ""
241
 
242
- #: views/settings.php:37
243
  msgid "Allow Search Bots to bypass maintenance mode?"
244
  msgstr ""
245
 
246
- #: views/settings.php:41
247
  msgid "Backend Role"
248
  msgstr ""
249
 
250
- #: views/settings.php:43 views/settings.php:59
251
  msgid "Select role(s)"
252
  msgstr ""
253
 
254
- #: views/settings.php:53
255
  msgid ""
256
  "Which user role is allowed to access the backend of this blog? "
257
  "Administrators will always have access."
258
  msgstr ""
259
 
260
- #: views/settings.php:57
261
  msgid "Frontend Role"
262
  msgstr ""
263
 
264
- #: views/settings.php:69
265
  msgid ""
266
  "Which user role is allowed to access the frontend of this blog? "
267
  "Administrators will always have access."
268
  msgstr ""
269
 
270
- #: views/settings.php:73
271
  msgid "Robots Meta Tag"
272
  msgstr ""
273
 
274
- #: views/settings.php:79
275
  msgid ""
276
  "The robots meta tag lets you use a granular, page-specific approach to "
277
  "control how an individual page should be indexed and served to users in "
278
  "search results."
279
  msgstr ""
280
 
281
- #: views/settings.php:83
282
  msgid "Redirection"
283
  msgstr ""
284
 
285
- #: views/settings.php:86
286
  msgid ""
287
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
288
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
289
  "(incl. http://)"
290
  msgstr ""
291
 
292
- #: views/settings.php:90
293
  msgid "Exclude"
294
  msgstr ""
295
 
296
- #: views/settings.php:97
297
  msgid ""
298
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
299
  "IP per line!"
300
  msgstr ""
301
 
302
- #: views/settings.php:101
303
  msgid "Notice"
304
  msgstr ""
305
 
306
- #: views/settings.php:107
307
  msgid "Do you want to see notices when maintenance mode is activated?"
308
  msgstr ""
309
 
310
- #: views/settings.php:111
311
  msgid "Dashboard link"
312
  msgstr ""
313
 
314
- #: views/settings.php:117
315
  msgid ""
316
  "Do you want to add a link to the dashboard on your maintenance mode page?"
317
  msgstr ""
318
 
319
- #: views/settings.php:125 views/settings.php:228 views/settings.php:433
 
320
  msgid "Save settings"
321
  msgstr ""
322
 
323
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
 
324
  msgid "Reset settings"
325
  msgstr ""
326
 
327
- #: views/settings.php:131
328
  msgid "Content"
329
  msgstr ""
330
 
331
- #: views/settings.php:136
332
  msgid "Title (HTML tag)"
333
  msgstr ""
334
 
335
- #: views/settings.php:142
336
  msgid "Heading"
337
  msgstr ""
338
 
339
- #: views/settings.php:149 views/settings.php:284
340
  msgid "Text"
341
  msgstr ""
342
 
343
- #: views/settings.php:169
344
  msgid "Background"
345
  msgstr ""
346
 
347
- #: views/settings.php:174
348
  msgid "Choose type"
349
  msgstr ""
350
 
351
- #: views/settings.php:177
352
  msgid "Custom color"
353
  msgstr ""
354
 
355
- #: views/settings.php:178
356
  msgid "Uploaded background"
357
  msgstr ""
358
 
359
- #: views/settings.php:179
360
  msgid "Predefined background"
361
  msgstr ""
362
 
363
- #: views/settings.php:184
364
  msgid "Choose color"
365
  msgstr ""
366
 
367
- #: views/settings.php:190
368
  msgid "Upload background"
369
  msgstr ""
370
 
371
- #: views/settings.php:194
372
  msgid "Backgrounds should have 1920x1280 px size."
373
  msgstr ""
374
 
375
- #: views/settings.php:199
376
  msgid "Choose background"
377
  msgstr ""
378
 
379
- #: views/settings.php:201
380
  #, php-format
381
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
382
  msgstr ""
383
 
384
- #: views/settings.php:234
385
  msgid "Countdown"
386
  msgstr ""
387
 
388
- #: views/settings.php:239
389
  msgid "Show countdown?"
390
  msgstr ""
391
 
392
- #: views/settings.php:248
393
  msgid "Start date"
394
  msgstr ""
395
 
396
- #: views/settings.php:254
397
  msgid "Countdown (remaining time)"
398
  msgstr ""
399
 
400
- #: views/settings.php:256
401
  msgid "Days"
402
  msgstr ""
403
 
404
- #: views/settings.php:257
405
  msgid "Hours"
406
  msgstr ""
407
 
408
- #: views/settings.php:258
409
  msgid "Minutes"
410
  msgstr ""
411
 
412
- #: views/settings.php:262
413
  msgid "Color"
414
  msgstr ""
415
 
416
- #: views/settings.php:275
417
  msgid "Show subscribe?"
418
  msgstr ""
419
 
420
- #: views/settings.php:291
421
  msgid "Stats"
422
  msgstr ""
423
 
424
- #: views/settings.php:300
425
  msgid "Export as CSV"
426
  msgstr ""
427
 
428
- #: views/settings.php:301
429
  msgid "Empty subscribers list"
430
  msgstr ""
431
 
432
- #: views/settings.php:308
433
  msgid "Social Networks"
434
  msgstr ""
435
 
436
- #: views/settings.php:313
437
  msgid "Show social networks?"
438
  msgstr ""
439
 
440
- #: views/settings.php:322
441
  msgid "Links target?"
442
  msgstr ""
443
 
444
- #: views/settings.php:325
445
  msgid "New page"
446
  msgstr ""
447
 
448
- #: views/settings.php:326
449
  msgid "Same page"
450
  msgstr ""
451
 
452
- #: views/settings.php:328
453
  msgid "Choose how the links will open."
454
  msgstr ""
455
 
456
- #: views/settings.php:376
457
  msgid "Contact"
458
  msgstr ""
459
 
460
- #: views/settings.php:381
461
  msgid "Show contact?"
462
  msgstr ""
463
 
464
- #: views/settings.php:390
465
  msgid "Email address"
466
  msgstr ""
467
 
468
- #: views/settings.php:396
469
  msgid "Effects"
470
  msgstr ""
471
 
472
- #: views/settings.php:399
473
  msgid "Move top - Move bottom"
474
  msgstr ""
475
 
476
- #: views/settings.php:400
477
  msgid "Zoom - Zoomed"
478
  msgstr ""
479
 
480
- #: views/settings.php:401
481
  msgid "Fold - Unfold"
482
  msgstr ""
483
 
484
- #: views/settings.php:408
485
  msgid "Google Analytics"
486
  msgstr ""
487
 
488
- #: views/settings.php:413
489
  msgid "Use Google Analytics?"
490
  msgstr ""
491
 
492
- #: views/settings.php:422
493
  msgid "Tracking code"
494
  msgstr ""
495
 
496
- #: views/settings.php:425
497
  msgid ""
498
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
499
  msgstr ""
500
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
501
  #: views/sidebar.php:3
502
  msgid "Plugin Info"
503
  msgstr ""
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"
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;"
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-SearchPath-0: .\n"
20
  "X-Poedit-SearchPath-1: includes/classes\n"
21
  "X-Poedit-SearchPath-2: views\n"
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 ""
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 "
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
  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
 
291
  msgid "Modules"
292
  msgstr ""
293
 
294
+ #: views/settings.php:16
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 ""
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.0.9\n"
4
- "POT-Creation-Date: 2016-11-29 22:00+0200\n"
5
- "PO-Revision-Date: 2016-11-29 22:00+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"
@@ -26,7 +26,7 @@ msgstr ""
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:295
30
  #, php-format
31
  msgid "You have %d subscriber(s)"
32
  msgstr "Hay %d suscriptor(es)"
@@ -52,11 +52,16 @@ msgstr ""
52
  msgid "WP Maintenance Mode"
53
  msgstr "Modo de Mantenimiento WP"
54
 
55
- #: includes/classes/wp-maintenance-mode-admin.php:436
 
 
 
 
 
56
  msgid "Settings"
57
  msgstr "Ajustes"
58
 
59
- #: includes/classes/wp-maintenance-mode-admin.php:455
60
  #, php-format
61
  msgid ""
62
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -65,11 +70,11 @@ msgstr ""
65
  "El modo de mantenimiento está <strong>activo</strong>. Por favor no olvides "
66
  "<a href=\"%s\">desactivarlo</a> tan pronto como termines."
67
 
68
- #: includes/classes/wp-maintenance-mode-admin.php:492
69
  msgid "Notice key cannot be empty."
70
  msgstr ""
71
 
72
- #: includes/classes/wp-maintenance-mode-admin.php:540
73
  #, php-format
74
  msgid ""
75
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
@@ -93,7 +98,76 @@ msgstr ""
93
  msgid "Notify me when it's ready"
94
  msgstr "Notifícame cuanto este listo"
95
 
96
- #: includes/classes/wp-maintenance-mode.php:261
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  #, php-format
98
  msgid ""
99
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
@@ -102,29 +176,43 @@ msgstr ""
102
  "El plugin Modo de Mantenimiento WP fue reactivado y es NECESARIO que revises "
103
  "los <a href=\"%s\">ajustes</a>."
104
 
105
- #: includes/classes/wp-maintenance-mode.php:463
106
- #: includes/classes/wp-maintenance-mode.php:477
107
  msgid "Maintenance Mode"
108
  msgstr "Modo de Mantenimiento"
109
 
110
- #: includes/classes/wp-maintenance-mode.php:730
111
- #: includes/classes/wp-maintenance-mode.php:764 views/maintenance.php:89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
  msgid "Please enter a valid email address."
113
  msgstr "Por favor usa una dirección de correo electrónico valida."
114
 
115
- #: includes/classes/wp-maintenance-mode.php:742
116
  msgid "You successfully subscribed. Thanks!"
117
  msgstr ""
118
 
119
- #: includes/classes/wp-maintenance-mode.php:760
120
  msgid "All fields required."
121
  msgstr "Todos los campos son obligatorios."
122
 
123
- #: includes/classes/wp-maintenance-mode.php:772
124
  msgid "Message via contact"
125
  msgstr "Mensaje vía formulario de contacto."
126
 
127
- #: includes/classes/wp-maintenance-mode.php:786
128
  msgid "Your email was sent to the website administrator. Thanks!"
129
  msgstr "Tu mensaje ha sido enviado al administrador. ¡Muchas gracias!"
130
 
@@ -149,39 +237,36 @@ msgstr ""
149
  msgid "Login"
150
  msgstr "Iniciar sesión"
151
 
152
- #: views/maintenance.php:44
153
  msgid "your e-mail..."
154
  msgstr "dirección de correo electrónico ..."
155
 
156
- #: views/maintenance.php:45 views/settings.php:270
157
  msgid "Subscribe"
158
  msgstr "Suscribirse"
159
 
160
- #: views/maintenance.php:88 views/sidebar.php:7
161
  msgid "Name"
162
  msgstr "Nombre"
163
 
164
- #: views/maintenance.php:88 views/maintenance.php:89 views/maintenance.php:94
 
165
  msgid "This field is required."
166
  msgstr ""
167
 
168
- #: views/maintenance.php:89
169
  msgid "E-mail"
170
  msgstr "Correo electrónico"
171
 
172
- #: views/maintenance.php:94
173
  msgid "Your message"
174
  msgstr "Mensaje"
175
 
176
- #: views/maintenance.php:98
177
- msgid "Send"
178
- msgstr "Enviar"
179
-
180
- #: views/maintenance.php:105
181
  msgid "Contact us"
182
  msgstr "Contáctanos"
183
 
184
- #: views/maintenance.php:110
185
  msgid "Dashboard"
186
  msgstr "Escritorio"
187
 
@@ -216,67 +301,71 @@ msgstr "Diseño"
216
  msgid "Modules"
217
  msgstr "Módulos"
218
 
219
- #: views/settings.php:24
 
 
 
 
220
  msgid "Status"
221
  msgstr "Estado"
222
 
223
- #: views/settings.php:26
224
  msgid "Activated"
225
  msgstr "Activado"
226
 
227
- #: views/settings.php:27
228
  msgid "Deactivated"
229
  msgstr "Desactivado"
230
 
231
- #: views/settings.php:31
232
  msgid "Bypass for Search Bots"
233
  msgstr "Evitar Robots de Búsqueda"
234
 
235
- #: views/settings.php:34 views/settings.php:104 views/settings.php:114
236
- #: views/settings.php:242 views/settings.php:278 views/settings.php:316
237
- #: views/settings.php:384 views/settings.php:416
238
- msgid "Yes"
239
- msgstr "Si"
240
-
241
  #: views/settings.php:35 views/settings.php:105 views/settings.php:115
242
  #: views/settings.php:243 views/settings.php:279 views/settings.php:317
243
  #: views/settings.php:385 views/settings.php:417
 
 
 
 
 
 
244
  msgid "No"
245
  msgstr "No"
246
 
247
- #: views/settings.php:37
248
  msgid "Allow Search Bots to bypass maintenance mode?"
249
  msgstr "¿Permitir a los Robots de Búsqueda evitar el modo de mantenimiento?"
250
 
251
- #: views/settings.php:41
252
  msgid "Backend Role"
253
  msgstr "Rol de administración"
254
 
255
- #: views/settings.php:43 views/settings.php:59
256
  msgid "Select role(s)"
257
  msgstr ""
258
 
259
- #: views/settings.php:53
260
  msgid ""
261
  "Which user role is allowed to access the backend of this blog? "
262
  "Administrators will always have access."
263
  msgstr ""
264
 
265
- #: views/settings.php:57
266
  msgid "Frontend Role"
267
  msgstr "Rol de sitio"
268
 
269
- #: views/settings.php:69
270
  msgid ""
271
  "Which user role is allowed to access the frontend of this blog? "
272
  "Administrators will always have access."
273
  msgstr ""
274
 
275
- #: views/settings.php:73
276
  msgid "Robots Meta Tag"
277
  msgstr "Meta Etiqueta Robots"
278
 
279
- #: views/settings.php:79
280
  msgid ""
281
  "The robots meta tag lets you use a granular, page-specific approach to "
282
  "control how an individual page should be indexed and served to users in "
@@ -286,22 +375,22 @@ msgstr ""
286
  "ser indexadas y servidas las paginas a los usuarios en los resultados de "
287
  "búsqueda. "
288
 
289
- #: views/settings.php:83
290
  msgid "Redirection"
291
  msgstr "Redirección"
292
 
293
- #: views/settings.php:86
294
  msgid ""
295
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
296
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
297
  "(incl. http://)"
298
  msgstr ""
299
 
300
- #: views/settings.php:90
301
  msgid "Exclude"
302
  msgstr "Excluir"
303
 
304
- #: views/settings.php:97
305
  msgid ""
306
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
307
  "IP per line!"
@@ -309,205 +398,313 @@ msgstr ""
309
  "Excluye feed, paginas, archivos o direcciones IP del modo de mantenimiento. "
310
  "Agregua un slug por linea!"
311
 
312
- #: views/settings.php:101
313
  msgid "Notice"
314
  msgstr "Aviso"
315
 
316
- #: views/settings.php:107
317
  msgid "Do you want to see notices when maintenance mode is activated?"
318
  msgstr "¿Deseas ver avisos cuando el modo de mantenimiento esta activo?"
319
 
320
- #: views/settings.php:111
321
  msgid "Dashboard link"
322
  msgstr "Enlace al escritorio"
323
 
324
- #: views/settings.php:117
325
  msgid ""
326
  "Do you want to add a link to the dashboard on your maintenance mode page?"
327
  msgstr "¿Deseas agregar un enlace al escritorio en tu página de mantenimiento?"
328
 
329
- #: views/settings.php:125 views/settings.php:228 views/settings.php:433
 
330
  msgid "Save settings"
331
  msgstr "Guardar ajustes"
332
 
333
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
 
334
  msgid "Reset settings"
335
  msgstr "Restablecer ajustes"
336
 
337
- #: views/settings.php:131
338
  msgid "Content"
339
  msgstr "Contenido"
340
 
341
- #: views/settings.php:136
342
  msgid "Title (HTML tag)"
343
  msgstr "Título (Etiqueta HTML)"
344
 
345
- #: views/settings.php:142
346
  msgid "Heading"
347
  msgstr "Encabezado"
348
 
349
- #: views/settings.php:149 views/settings.php:284
350
  msgid "Text"
351
  msgstr "Texto"
352
 
353
- #: views/settings.php:169
354
  msgid "Background"
355
  msgstr "Fondo"
356
 
357
- #: views/settings.php:174
358
  msgid "Choose type"
359
  msgstr "Seleccionar tipo"
360
 
361
- #: views/settings.php:177
362
  msgid "Custom color"
363
  msgstr "Color personalizado"
364
 
365
- #: views/settings.php:178
366
  msgid "Uploaded background"
367
  msgstr "Fondo cargado"
368
 
369
- #: views/settings.php:179
370
  msgid "Predefined background"
371
  msgstr "Fondo predefinido"
372
 
373
- #: views/settings.php:184
374
  msgid "Choose color"
375
  msgstr "Elige un color"
376
 
377
- #: views/settings.php:190
378
  msgid "Upload background"
379
  msgstr "Sube un fondo"
380
 
381
- #: views/settings.php:194
382
  msgid "Backgrounds should have 1920x1280 px size."
383
  msgstr "El fondo debe medir 1920x1280 pixeles."
384
 
385
- #: views/settings.php:199
386
  msgid "Choose background"
387
  msgstr "Elige el fondo"
388
 
389
- #: views/settings.php:201
390
  #, php-format
391
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
392
  msgstr ""
393
 
394
- #: views/settings.php:234
395
  msgid "Countdown"
396
  msgstr "Contador"
397
 
398
- #: views/settings.php:239
399
  msgid "Show countdown?"
400
  msgstr "¿Mostrar contador?"
401
 
402
- #: views/settings.php:248
403
  msgid "Start date"
404
  msgstr "Fecha de inicio"
405
 
406
- #: views/settings.php:254
407
  msgid "Countdown (remaining time)"
408
  msgstr "Contador (tiempo restante)"
409
 
410
- #: views/settings.php:256
411
  msgid "Days"
412
  msgstr "Días"
413
 
414
- #: views/settings.php:257
415
  msgid "Hours"
416
  msgstr "Horas"
417
 
418
- #: views/settings.php:258
419
  msgid "Minutes"
420
  msgstr "Minutos"
421
 
422
- #: views/settings.php:262
423
  msgid "Color"
424
  msgstr "Color"
425
 
426
- #: views/settings.php:275
427
  msgid "Show subscribe?"
428
  msgstr "¿Mostrar suscribirse?"
429
 
430
- #: views/settings.php:291
431
  msgid "Stats"
432
  msgstr "Estadísticas"
433
 
434
- #: views/settings.php:300
435
  msgid "Export as CSV"
436
  msgstr "Exportar como CSV"
437
 
438
- #: views/settings.php:301
439
  msgid "Empty subscribers list"
440
  msgstr ""
441
 
442
- #: views/settings.php:308
443
  msgid "Social Networks"
444
  msgstr "Redes Sociales"
445
 
446
- #: views/settings.php:313
447
  msgid "Show social networks?"
448
  msgstr "¿Mostrar redes sociales?"
449
 
450
- #: views/settings.php:322
451
  msgid "Links target?"
452
  msgstr "¿Destino de enlaces?"
453
 
454
- #: views/settings.php:325
455
  msgid "New page"
456
  msgstr "Página nueva"
457
 
458
- #: views/settings.php:326
459
  msgid "Same page"
460
  msgstr "Misma página"
461
 
462
- #: views/settings.php:328
463
  msgid "Choose how the links will open."
464
  msgstr "Selecciona como se abrirán los enlaces."
465
 
466
- #: views/settings.php:376
467
  msgid "Contact"
468
  msgstr "Contacto"
469
 
470
- #: views/settings.php:381
471
  msgid "Show contact?"
472
  msgstr "¿Mostrar contacto?"
473
 
474
- #: views/settings.php:390
475
  msgid "Email address"
476
  msgstr "Dirección de correo electrónico"
477
 
478
- #: views/settings.php:396
479
  msgid "Effects"
480
  msgstr "Efectos"
481
 
482
- #: views/settings.php:399
483
  msgid "Move top - Move bottom"
484
  msgstr "Mover al inicio - Mover al final"
485
 
486
- #: views/settings.php:400
487
  msgid "Zoom - Zoomed"
488
  msgstr "Ampliar - Ampliado"
489
 
490
- #: views/settings.php:401
491
  msgid "Fold - Unfold"
492
  msgstr "Colapsar - Expandir"
493
 
494
- #: views/settings.php:408
495
  msgid "Google Analytics"
496
  msgstr "Google Analytics"
497
 
498
- #: views/settings.php:413
499
  msgid "Use Google Analytics?"
500
  msgstr "¿Usar Google Analytics?"
501
 
502
- #: views/settings.php:422
503
  msgid "Tracking code"
504
  msgstr "Código de rastreo"
505
 
506
- #: views/settings.php:425
507
  msgid ""
508
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
509
  msgstr ""
510
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
511
  #: views/sidebar.php:3
512
  msgid "Plugin Info"
513
  msgstr "Información del plugin"
@@ -568,8 +765,5 @@ msgstr "Recursos"
568
  #~ "Suscríbete ahora para obtener acceso preferencial a nuevos temas "
569
  #~ "WordPress."
570
 
571
- #~ msgid "Enter your email address"
572
- #~ msgstr "Introduce tu dirección de correo electrónico"
573
-
574
  #~ msgid "News"
575
  #~ msgstr "Noticias"
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"
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)"
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
  "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 "
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
  "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
  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
 
301
  msgid "Modules"
302
  msgstr "Módulos"
303
 
304
+ #: views/settings.php:16
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
  "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
  "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"
765
  #~ "Suscríbete ahora para obtener acceso preferencial a nuevos temas "
766
  #~ "WordPress."
767
 
 
 
 
768
  #~ msgid "News"
769
  #~ msgstr "Noticias"
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.0.9\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-11-29 22:00+0200\n"
6
- "PO-Revision-Date: 2016-11-29 22:01+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,12 +12,11 @@ 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 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;"
19
- "esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;"
20
- "esc_html_x:1,2c\n"
21
  "X-Loco-Target-Locale: fa_IR\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
  "X-Poedit-SearchPath-1: includes/classes\n"
@@ -29,7 +28,7 @@ msgstr ""
29
  msgid "You do not have access to this resource."
30
  msgstr ""
31
 
32
- #: includes/classes/wp-maintenance-mode-admin.php:165 views/settings.php:295
33
  #, php-format
34
  msgid "You have %d subscriber(s)"
35
  msgstr ""
@@ -55,11 +54,16 @@ msgstr ""
55
  msgid "WP Maintenance Mode"
56
  msgstr "حالت تعمیر و نگهداری"
57
 
58
- #: includes/classes/wp-maintenance-mode-admin.php:436
 
 
 
 
 
59
  msgid "Settings"
60
  msgstr "تنظیمات"
61
 
62
- #: includes/classes/wp-maintenance-mode-admin.php:455
63
  #, php-format
64
  msgid ""
65
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -68,11 +72,11 @@ msgstr ""
68
  "حالت حالت تعمیر و نگهداری <strong>فعال</strong> است. فراموش نکنید که در "
69
  "اولین فرصت ممکن ان را <a href=\"%s\">غیرفعال</a> کنید."
70
 
71
- #: includes/classes/wp-maintenance-mode-admin.php:492
72
  msgid "Notice key cannot be empty."
73
  msgstr ""
74
 
75
- #: includes/classes/wp-maintenance-mode-admin.php:540
76
  #, php-format
77
  msgid ""
78
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
@@ -94,36 +98,117 @@ msgstr ""
94
  msgid "Notify me when it's ready"
95
  msgstr ""
96
 
97
- #: includes/classes/wp-maintenance-mode.php:261
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
  #, php-format
99
  msgid ""
100
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
101
  "\">settings</a>."
102
  msgstr ""
103
 
104
- #: includes/classes/wp-maintenance-mode.php:463
105
- #: includes/classes/wp-maintenance-mode.php:477
106
  msgid "Maintenance Mode"
107
  msgstr "حالت تعمیر و نگهداری"
108
 
109
- #: includes/classes/wp-maintenance-mode.php:730
110
- #: includes/classes/wp-maintenance-mode.php:764 views/maintenance.php:89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  msgid "Please enter a valid email address."
112
  msgstr "لطفا ایمیل آدرس معتبر وارد نمایید."
113
 
114
- #: includes/classes/wp-maintenance-mode.php:742
115
  msgid "You successfully subscribed. Thanks!"
116
  msgstr ""
117
 
118
- #: includes/classes/wp-maintenance-mode.php:760
119
  msgid "All fields required."
120
  msgstr "تمام فیلد ها لازم است."
121
 
122
- #: includes/classes/wp-maintenance-mode.php:772
123
  msgid "Message via contact"
124
  msgstr ""
125
 
126
- #: includes/classes/wp-maintenance-mode.php:786
127
  msgid "Your email was sent to the website administrator. Thanks!"
128
  msgstr ""
129
 
@@ -148,39 +233,36 @@ msgstr ""
148
  msgid "Login"
149
  msgstr "ورود"
150
 
151
- #: views/maintenance.php:44
152
  msgid "your e-mail..."
153
  msgstr "ایمیل شما..."
154
 
155
- #: views/maintenance.php:45 views/settings.php:270
156
  msgid "Subscribe"
157
  msgstr "اشتراک"
158
 
159
- #: views/maintenance.php:88 views/sidebar.php:7
160
  msgid "Name"
161
  msgstr "نام"
162
 
163
- #: views/maintenance.php:88 views/maintenance.php:89 views/maintenance.php:94
 
164
  msgid "This field is required."
165
  msgstr ""
166
 
167
- #: views/maintenance.php:89
168
  msgid "E-mail"
169
  msgstr "ایمیل"
170
 
171
- #: views/maintenance.php:94
172
  msgid "Your message"
173
  msgstr "پیام شما"
174
 
175
- #: views/maintenance.php:98
176
- msgid "Send"
177
- msgstr "ارسال"
178
-
179
- #: views/maintenance.php:105
180
  msgid "Contact us"
181
  msgstr "ارتباط با ما"
182
 
183
- #: views/maintenance.php:110
184
  msgid "Dashboard"
185
  msgstr "پیشخوان"
186
 
@@ -215,293 +297,405 @@ msgstr "طراحی"
215
  msgid "Modules"
216
  msgstr "ماژول‌ها"
217
 
218
- #: views/settings.php:24
 
 
 
 
219
  msgid "Status"
220
  msgstr "وضعیت"
221
 
222
- #: views/settings.php:26
223
  msgid "Activated"
224
  msgstr "فعال‌شده"
225
 
226
- #: views/settings.php:27
227
  msgid "Deactivated"
228
  msgstr "غیرفعال‌شده"
229
 
230
- #: views/settings.php:31
231
  msgid "Bypass for Search Bots"
232
  msgstr ""
233
 
234
- #: views/settings.php:34 views/settings.php:104 views/settings.php:114
235
- #: views/settings.php:242 views/settings.php:278 views/settings.php:316
236
- #: views/settings.php:384 views/settings.php:416
237
- msgid "Yes"
238
- msgstr "بله"
239
-
240
  #: views/settings.php:35 views/settings.php:105 views/settings.php:115
241
  #: views/settings.php:243 views/settings.php:279 views/settings.php:317
242
  #: views/settings.php:385 views/settings.php:417
 
 
 
 
 
 
243
  msgid "No"
244
  msgstr "خیر"
245
 
246
- #: views/settings.php:37
247
  msgid "Allow Search Bots to bypass maintenance mode?"
248
  msgstr ""
249
 
250
- #: views/settings.php:41
251
  msgid "Backend Role"
252
  msgstr ""
253
 
254
- #: views/settings.php:43 views/settings.php:59
255
  msgid "Select role(s)"
256
  msgstr ""
257
 
258
- #: views/settings.php:53
259
  msgid ""
260
  "Which user role is allowed to access the backend of this blog? "
261
  "Administrators will always have access."
262
  msgstr ""
263
 
264
- #: views/settings.php:57
265
  msgid "Frontend Role"
266
  msgstr ""
267
 
268
- #: views/settings.php:69
269
  msgid ""
270
  "Which user role is allowed to access the frontend of this blog? "
271
  "Administrators will always have access."
272
  msgstr ""
273
 
274
- #: views/settings.php:73
275
  msgid "Robots Meta Tag"
276
  msgstr ""
277
 
278
- #: views/settings.php:79
279
  msgid ""
280
  "The robots meta tag lets you use a granular, page-specific approach to "
281
  "control how an individual page should be indexed and served to users in "
282
  "search results."
283
  msgstr ""
284
 
285
- #: views/settings.php:83
286
  msgid "Redirection"
287
  msgstr "تغییر مسیر"
288
 
289
- #: views/settings.php:86
290
  msgid ""
291
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
292
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
293
  "(incl. http://)"
294
  msgstr ""
295
 
296
- #: views/settings.php:90
297
  msgid "Exclude"
298
  msgstr "مستثنی"
299
 
300
- #: views/settings.php:97
301
  msgid ""
302
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
303
  "IP per line!"
304
  msgstr ""
305
 
306
- #: views/settings.php:101
307
  msgid "Notice"
308
  msgstr "توجه"
309
 
310
- #: views/settings.php:107
311
  msgid "Do you want to see notices when maintenance mode is activated?"
312
  msgstr ""
313
 
314
- #: views/settings.php:111
315
  msgid "Dashboard link"
316
  msgstr "لینک پیشخوان"
317
 
318
- #: views/settings.php:117
319
  msgid ""
320
  "Do you want to add a link to the dashboard on your maintenance mode page?"
321
  msgstr ""
322
 
323
- #: views/settings.php:125 views/settings.php:228 views/settings.php:433
 
324
  msgid "Save settings"
325
  msgstr "ذخیره تنظیمات"
326
 
327
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
 
328
  msgid "Reset settings"
329
  msgstr "بازنشانی تنظیمات"
330
 
331
- #: views/settings.php:131
332
  msgid "Content"
333
  msgstr "محتوی"
334
 
335
- #: views/settings.php:136
336
  msgid "Title (HTML tag)"
337
  msgstr "عنوان"
338
 
339
- #: views/settings.php:142
340
  msgid "Heading"
341
  msgstr "عنوان"
342
 
343
- #: views/settings.php:149 views/settings.php:284
344
  msgid "Text"
345
  msgstr "متن"
346
 
347
- #: views/settings.php:169
348
  msgid "Background"
349
  msgstr "پس‌زمینه"
350
 
351
- #: views/settings.php:174
352
  msgid "Choose type"
353
  msgstr "انتخاب نوع"
354
 
355
- #: views/settings.php:177
356
  msgid "Custom color"
357
  msgstr "رنگ سفارشی"
358
 
359
- #: views/settings.php:178
360
  msgid "Uploaded background"
361
  msgstr "پس‌زمینه بارگزاری شده"
362
 
363
- #: views/settings.php:179
364
  msgid "Predefined background"
365
  msgstr "پس‌زمینه از پیش تعیین شده"
366
 
367
- #: views/settings.php:184
368
  msgid "Choose color"
369
  msgstr "انتخاب رنگ"
370
 
371
- #: views/settings.php:190
372
  msgid "Upload background"
373
  msgstr "بارگزاری پس‌زمینه"
374
 
375
- #: views/settings.php:194
376
  msgid "Backgrounds should have 1920x1280 px size."
377
  msgstr "پس‌زمینه باید 1920x1280 پیکسل باشد."
378
 
379
- #: views/settings.php:199
380
  msgid "Choose background"
381
  msgstr "انتخاب پس‌زمینه"
382
 
383
- #: views/settings.php:201
384
  #, php-format
385
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
386
  msgstr ""
387
 
388
- #: views/settings.php:234
389
  msgid "Countdown"
390
  msgstr "شمارش معکوس"
391
 
392
- #: views/settings.php:239
393
  msgid "Show countdown?"
394
  msgstr "شمارش معکوس نمایش داده شود؟"
395
 
396
- #: views/settings.php:248
397
  msgid "Start date"
398
  msgstr "تاریخ شروع"
399
 
400
- #: views/settings.php:254
401
  msgid "Countdown (remaining time)"
402
  msgstr "شمارش معکوس (زمان باقی مانده)"
403
 
404
- #: views/settings.php:256
405
  msgid "Days"
406
  msgstr "روز"
407
 
408
- #: views/settings.php:257
409
  msgid "Hours"
410
  msgstr "ساعت"
411
 
412
- #: views/settings.php:258
413
  msgid "Minutes"
414
  msgstr "دیقه"
415
 
416
- #: views/settings.php:262
417
  msgid "Color"
418
  msgstr "رنگ"
419
 
420
- #: views/settings.php:275
421
  msgid "Show subscribe?"
422
  msgstr "اشتراک نمایش داده شود."
423
 
424
- #: views/settings.php:291
425
  msgid "Stats"
426
  msgstr "آمار"
427
 
428
- #: views/settings.php:300
429
  msgid "Export as CSV"
430
  msgstr "استخراج به فرمت CSV"
431
 
432
- #: views/settings.php:301
433
  msgid "Empty subscribers list"
434
  msgstr ""
435
 
436
- #: views/settings.php:308
437
  msgid "Social Networks"
438
  msgstr "شبکه‌های اجتماعی"
439
 
440
- #: views/settings.php:313
441
  msgid "Show social networks?"
442
  msgstr ""
443
 
444
- #: views/settings.php:322
445
  msgid "Links target?"
446
  msgstr ""
447
 
448
- #: views/settings.php:325
449
  msgid "New page"
450
  msgstr "برگه جدید"
451
 
452
- #: views/settings.php:326
453
  msgid "Same page"
454
  msgstr "همان برگه"
455
 
456
- #: views/settings.php:328
457
  msgid "Choose how the links will open."
458
  msgstr ""
459
 
460
- #: views/settings.php:376
461
  msgid "Contact"
462
  msgstr "تماس"
463
 
464
- #: views/settings.php:381
465
  msgid "Show contact?"
466
  msgstr "تماس نمایش داده شود؟"
467
 
468
- #: views/settings.php:390
469
  msgid "Email address"
470
  msgstr "آدرس ایمیل"
471
 
472
- #: views/settings.php:396
473
  msgid "Effects"
474
  msgstr "جلوه‌ها"
475
 
476
- #: views/settings.php:399
477
  msgid "Move top - Move bottom"
478
  msgstr ""
479
 
480
- #: views/settings.php:400
481
  msgid "Zoom - Zoomed"
482
  msgstr ""
483
 
484
- #: views/settings.php:401
485
  msgid "Fold - Unfold"
486
  msgstr ""
487
 
488
- #: views/settings.php:408
489
  msgid "Google Analytics"
490
  msgstr "گوگل انالیتیکس"
491
 
492
- #: views/settings.php:413
493
  msgid "Use Google Analytics?"
494
  msgstr "از گوگل انالیتیکس استفاده شود؟"
495
 
496
- #: views/settings.php:422
497
  msgid "Tracking code"
498
  msgstr "کد پیگیری"
499
 
500
- #: views/settings.php:425
501
  msgid ""
502
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
503
  msgstr ""
504
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
505
  #: views/sidebar.php:3
506
  msgid "Plugin Info"
507
  msgstr "توضیحات افزونه"
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
  "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;"
19
+ "esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
 
20
  "X-Loco-Target-Locale: fa_IR\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPath-1: includes/classes\n"
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 ""
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
  "حالت حالت تعمیر و نگهداری <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 "
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
  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
 
297
  msgid "Modules"
298
  msgstr "ماژول‌ها"
299
 
300
+ #: views/settings.php:16
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 "توضیحات افزونه"
languages/wp-maintenance-mode-fr_FR.mo CHANGED
Binary file
languages/wp-maintenance-mode-fr_FR.po CHANGED
@@ -1,22 +1,21 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WP Maintenance Mode 2.0.9\n"
4
- "POT-Creation-Date: 2016-11-29 22:01+0200\n"
5
- "PO-Revision-Date: 2016-11-29 22:01+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"
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;"
18
- "esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;"
19
- "esc_html_x:1,2c\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: includes/classes\n"
22
  "X-Poedit-SearchPath-2: views\n"
@@ -27,7 +26,7 @@ msgstr ""
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:295
31
  #, php-format
32
  msgid "You have %d subscriber(s)"
33
  msgstr "Vous avez %d abonné(s)"
@@ -53,11 +52,16 @@ msgstr ""
53
  msgid "WP Maintenance Mode"
54
  msgstr "WP Maintenance Mode"
55
 
56
- #: includes/classes/wp-maintenance-mode-admin.php:436
 
 
 
 
 
57
  msgid "Settings"
58
  msgstr "Options"
59
 
60
- #: includes/classes/wp-maintenance-mode-admin.php:455
61
  #, php-format
62
  msgid ""
63
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -66,11 +70,11 @@ msgstr ""
66
  "Le mode Maintenance est <strong>actif</strong>. N'oubliez pas de le <a href="
67
  "\"%s\">désactiver</a> dès que vous avez terminé."
68
 
69
- #: includes/classes/wp-maintenance-mode-admin.php:492
70
  msgid "Notice key cannot be empty."
71
  msgstr ""
72
 
73
- #: includes/classes/wp-maintenance-mode-admin.php:540
74
  #, php-format
75
  msgid ""
76
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
@@ -94,7 +98,76 @@ msgstr ""
94
  msgid "Notify me when it's ready"
95
  msgstr "Me notifier quand c'est prêt"
96
 
97
- #: includes/classes/wp-maintenance-mode.php:261
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
  #, php-format
99
  msgid ""
100
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
@@ -103,29 +176,43 @@ msgstr ""
103
  "Le plugin WP Maintenance Mode a été relancé et vous devez redéfinir les <a "
104
  "href=\"%s\">options</a>."
105
 
106
- #: includes/classes/wp-maintenance-mode.php:463
107
- #: includes/classes/wp-maintenance-mode.php:477
108
  msgid "Maintenance Mode"
109
  msgstr "Maintenance Mode"
110
 
111
- #: includes/classes/wp-maintenance-mode.php:730
112
- #: includes/classes/wp-maintenance-mode.php:764 views/maintenance.php:89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
  msgid "Please enter a valid email address."
114
  msgstr "Veuillez entrer une adresse email valide s'il vous plait."
115
 
116
- #: includes/classes/wp-maintenance-mode.php:742
117
  msgid "You successfully subscribed. Thanks!"
118
  msgstr ""
119
 
120
- #: includes/classes/wp-maintenance-mode.php:760
121
  msgid "All fields required."
122
  msgstr "Tous les champs requis."
123
 
124
- #: includes/classes/wp-maintenance-mode.php:772
125
  msgid "Message via contact"
126
  msgstr "Message via contact"
127
 
128
- #: includes/classes/wp-maintenance-mode.php:786
129
  msgid "Your email was sent to the website administrator. Thanks!"
130
  msgstr "Merci ! Votre email a été envoyé au webmaster du site."
131
 
@@ -150,39 +237,36 @@ msgstr ""
150
  msgid "Login"
151
  msgstr ""
152
 
153
- #: views/maintenance.php:44
154
  msgid "your e-mail..."
155
  msgstr "votre e-mail"
156
 
157
- #: views/maintenance.php:45 views/settings.php:270
158
  msgid "Subscribe"
159
  msgstr "Abonnement Newsletter"
160
 
161
- #: views/maintenance.php:88 views/sidebar.php:7
162
  msgid "Name"
163
  msgstr "Nom"
164
 
165
- #: views/maintenance.php:88 views/maintenance.php:89 views/maintenance.php:94
 
166
  msgid "This field is required."
167
  msgstr ""
168
 
169
- #: views/maintenance.php:89
170
  msgid "E-mail"
171
  msgstr "E-mail"
172
 
173
- #: views/maintenance.php:94
174
  msgid "Your message"
175
  msgstr "Votre message"
176
 
177
- #: views/maintenance.php:98
178
- msgid "Send"
179
- msgstr "Envoyer"
180
-
181
- #: views/maintenance.php:105
182
  msgid "Contact us"
183
  msgstr "Contactez-nous"
184
 
185
- #: views/maintenance.php:110
186
  msgid "Dashboard"
187
  msgstr ""
188
 
@@ -217,67 +301,71 @@ msgstr "Design"
217
  msgid "Modules"
218
  msgstr "Modules"
219
 
220
- #: views/settings.php:24
 
 
 
 
221
  msgid "Status"
222
  msgstr "Etat"
223
 
224
- #: views/settings.php:26
225
  msgid "Activated"
226
  msgstr "Activé"
227
 
228
- #: views/settings.php:27
229
  msgid "Deactivated"
230
  msgstr "Désactivé"
231
 
232
- #: views/settings.php:31
233
  msgid "Bypass for Search Bots"
234
  msgstr "Contournement pour les Robots"
235
 
236
- #: views/settings.php:34 views/settings.php:104 views/settings.php:114
237
- #: views/settings.php:242 views/settings.php:278 views/settings.php:316
238
- #: views/settings.php:384 views/settings.php:416
239
- msgid "Yes"
240
- msgstr "Oui"
241
-
242
  #: views/settings.php:35 views/settings.php:105 views/settings.php:115
243
  #: views/settings.php:243 views/settings.php:279 views/settings.php:317
244
  #: views/settings.php:385 views/settings.php:417
 
 
 
 
 
 
245
  msgid "No"
246
  msgstr "Non"
247
 
248
- #: views/settings.php:37
249
  msgid "Allow Search Bots to bypass maintenance mode?"
250
  msgstr "Autoriser les robots à contourner le mode maintenance ?"
251
 
252
- #: views/settings.php:41
253
  msgid "Backend Role"
254
  msgstr "Rôle utilisateur du Panel d'Administration"
255
 
256
- #: views/settings.php:43 views/settings.php:59
257
  msgid "Select role(s)"
258
  msgstr ""
259
 
260
- #: views/settings.php:53
261
  msgid ""
262
  "Which user role is allowed to access the backend of this blog? "
263
  "Administrators will always have access."
264
  msgstr ""
265
 
266
- #: views/settings.php:57
267
  msgid "Frontend Role"
268
  msgstr "Rôle utilisateur du Site Web"
269
 
270
- #: views/settings.php:69
271
  msgid ""
272
  "Which user role is allowed to access the frontend of this blog? "
273
  "Administrators will always have access."
274
  msgstr ""
275
 
276
- #: views/settings.php:73
277
  msgid "Robots Meta Tag"
278
  msgstr "Balise Meta de Robots"
279
 
280
- #: views/settings.php:79
281
  msgid ""
282
  "The robots meta tag lets you use a granular, page-specific approach to "
283
  "control how an individual page should be indexed and served to users in "
@@ -287,22 +375,22 @@ msgstr ""
287
  "page spécifique pour contrôler comment une page individuelle peut être "
288
  "indexé et servi aux utilisateurs dans les résultats de recherche."
289
 
290
- #: views/settings.php:83
291
  msgid "Redirection"
292
  msgstr "Redirection"
293
 
294
- #: views/settings.php:86
295
  msgid ""
296
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
297
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
298
  "(incl. http://)"
299
  msgstr ""
300
 
301
- #: views/settings.php:90
302
  msgid "Exclude"
303
  msgstr "Exclure"
304
 
305
- #: views/settings.php:97
306
  msgid ""
307
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
308
  "IP per line!"
@@ -310,206 +398,314 @@ msgstr ""
310
  "Exclure les flux, pages, archives ou adresses IP du mode maintenance. "
311
  "Ajouter une exclusion par ligne."
312
 
313
- #: views/settings.php:101
314
  msgid "Notice"
315
  msgstr "Notification"
316
 
317
- #: views/settings.php:107
318
  msgid "Do you want to see notices when maintenance mode is activated?"
319
  msgstr ""
320
  "Souhaitez-vous voir une notification quand le mode maintenance est activé ?"
321
 
322
- #: views/settings.php:111
323
  msgid "Dashboard link"
324
  msgstr ""
325
 
326
- #: views/settings.php:117
327
  msgid ""
328
  "Do you want to add a link to the dashboard on your maintenance mode page?"
329
  msgstr ""
330
 
331
- #: views/settings.php:125 views/settings.php:228 views/settings.php:433
 
332
  msgid "Save settings"
333
  msgstr ""
334
 
335
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
 
336
  msgid "Reset settings"
337
  msgstr ""
338
 
339
- #: views/settings.php:131
340
  msgid "Content"
341
  msgstr "Contenu"
342
 
343
- #: views/settings.php:136
344
  msgid "Title (HTML tag)"
345
  msgstr "Title (balise meta HTML)"
346
 
347
- #: views/settings.php:142
348
  msgid "Heading"
349
  msgstr "En-tête (titre)"
350
 
351
- #: views/settings.php:149 views/settings.php:284
352
  msgid "Text"
353
  msgstr "Texte"
354
 
355
- #: views/settings.php:169
356
  msgid "Background"
357
  msgstr "Fond d'écran"
358
 
359
- #: views/settings.php:174
360
  msgid "Choose type"
361
  msgstr "Choix du type"
362
 
363
- #: views/settings.php:177
364
  msgid "Custom color"
365
  msgstr "Couleur personnalisée"
366
 
367
- #: views/settings.php:178
368
  msgid "Uploaded background"
369
  msgstr "Fond d'écran uploadé"
370
 
371
- #: views/settings.php:179
372
  msgid "Predefined background"
373
  msgstr "Fond d'écran prédéfini"
374
 
375
- #: views/settings.php:184
376
  msgid "Choose color"
377
  msgstr "Choix de la couleur"
378
 
379
- #: views/settings.php:190
380
  msgid "Upload background"
381
  msgstr "Uploader le fond d'écran"
382
 
383
- #: views/settings.php:194
384
  msgid "Backgrounds should have 1920x1280 px size."
385
  msgstr "Le fond d'écran doit avoir une taille de 1920x1280px."
386
 
387
- #: views/settings.php:199
388
  msgid "Choose background"
389
  msgstr "Choix du fond d'écran"
390
 
391
- #: views/settings.php:201
392
  #, php-format
393
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
394
  msgstr ""
395
 
396
- #: views/settings.php:234
397
  msgid "Countdown"
398
  msgstr "Compte à rebours"
399
 
400
- #: views/settings.php:239
401
  msgid "Show countdown?"
402
  msgstr "Afficher le compte à rebours ?"
403
 
404
- #: views/settings.php:248
405
  msgid "Start date"
406
  msgstr "Date de départ"
407
 
408
- #: views/settings.php:254
409
  msgid "Countdown (remaining time)"
410
  msgstr "Compte à rebours (temps restant)"
411
 
412
- #: views/settings.php:256
413
  msgid "Days"
414
  msgstr "Jours"
415
 
416
- #: views/settings.php:257
417
  msgid "Hours"
418
  msgstr "Heures"
419
 
420
- #: views/settings.php:258
421
  msgid "Minutes"
422
  msgstr "Minutes"
423
 
424
- #: views/settings.php:262
425
  msgid "Color"
426
  msgstr "Couleur"
427
 
428
- #: views/settings.php:275
429
  msgid "Show subscribe?"
430
  msgstr "Afficher l'abonnement (newsletter) ?"
431
 
432
- #: views/settings.php:291
433
  msgid "Stats"
434
  msgstr "Statistiques"
435
 
436
- #: views/settings.php:300
437
  msgid "Export as CSV"
438
  msgstr "Exporter en CSV"
439
 
440
- #: views/settings.php:301
441
  msgid "Empty subscribers list"
442
  msgstr ""
443
 
444
- #: views/settings.php:308
445
  msgid "Social Networks"
446
  msgstr "Réseaux Sociaux"
447
 
448
- #: views/settings.php:313
449
  msgid "Show social networks?"
450
  msgstr "Afficher les réseaux sociaux ?"
451
 
452
- #: views/settings.php:322
453
  msgid "Links target?"
454
  msgstr ""
455
 
456
- #: views/settings.php:325
457
  msgid "New page"
458
  msgstr ""
459
 
460
- #: views/settings.php:326
461
  msgid "Same page"
462
  msgstr ""
463
 
464
- #: views/settings.php:328
465
  msgid "Choose how the links will open."
466
  msgstr ""
467
 
468
- #: views/settings.php:376
469
  msgid "Contact"
470
  msgstr "Contact"
471
 
472
- #: views/settings.php:381
473
  msgid "Show contact?"
474
  msgstr "Afficher le formulaire de contact ?"
475
 
476
- #: views/settings.php:390
477
  msgid "Email address"
478
  msgstr "Adresse email"
479
 
480
- #: views/settings.php:396
481
  msgid "Effects"
482
  msgstr "Animation"
483
 
484
- #: views/settings.php:399
485
  msgid "Move top - Move bottom"
486
  msgstr ""
487
 
488
- #: views/settings.php:400
489
  msgid "Zoom - Zoomed"
490
  msgstr ""
491
 
492
- #: views/settings.php:401
493
  msgid "Fold - Unfold"
494
  msgstr ""
495
 
496
- #: views/settings.php:408
497
  msgid "Google Analytics"
498
  msgstr ""
499
 
500
- #: views/settings.php:413
501
  msgid "Use Google Analytics?"
502
  msgstr ""
503
 
504
- #: views/settings.php:422
505
  msgid "Tracking code"
506
  msgstr ""
507
 
508
- #: views/settings.php:425
509
  msgid ""
510
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
511
  msgstr ""
512
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
513
  #: views/sidebar.php:3
514
  msgid "Plugin Info"
515
  msgstr "Informations sur le Plugin"
@@ -564,8 +760,5 @@ msgstr "Resources"
564
  #~ "Abonnez-vous maintenant pour avoir facilement accès aux nouveaux thèmes "
565
  #~ "WordPress."
566
 
567
- #~ msgid "Enter your email address"
568
- #~ msgstr "Entrez votre adresse email"
569
-
570
  #~ msgid "News"
571
  #~ msgstr "Actualités"
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"
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;"
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-SearchPath-0: .\n"
20
  "X-Poedit-SearchPath-1: includes/classes\n"
21
  "X-Poedit-SearchPath-2: views\n"
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)"
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
  "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 "
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
  "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
  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
 
301
  msgid "Modules"
302
  msgstr "Modules"
303
 
304
+ #: views/settings.php:16
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
  "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
  "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"
760
  #~ "Abonnez-vous maintenant pour avoir facilement accès aux nouveaux thèmes "
761
  #~ "WordPress."
762
 
 
 
 
763
  #~ msgid "News"
764
  #~ msgstr "Actualités"
languages/wp-maintenance-mode-it_IT.mo CHANGED
Binary file
languages/wp-maintenance-mode-it_IT.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WP Maintenance Mode 2.0.9\n"
4
- "POT-Creation-Date: 2016-11-29 22:01+0200\n"
5
- "PO-Revision-Date: 2016-11-29 22:01+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"
@@ -26,7 +26,7 @@ msgstr ""
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:295
30
  #, php-format
31
  msgid "You have %d subscriber(s)"
32
  msgstr "Hai %d iscritti"
@@ -52,11 +52,16 @@ msgstr ""
52
  msgid "WP Maintenance Mode"
53
  msgstr "WP Maintenance Mode"
54
 
55
- #: includes/classes/wp-maintenance-mode-admin.php:436
 
 
 
 
 
56
  msgid "Settings"
57
  msgstr "Impotazioni"
58
 
59
- #: includes/classes/wp-maintenance-mode-admin.php:455
60
  #, php-format
61
  msgid ""
62
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -65,11 +70,11 @@ msgstr ""
65
  "La Modalità Manutenzione è <strong>attiva</strong>. Non dimenticarti di <a "
66
  "href=\"%s\">disattivarla</a> appena avrai finito."
67
 
68
- #: includes/classes/wp-maintenance-mode-admin.php:492
69
  msgid "Notice key cannot be empty."
70
  msgstr ""
71
 
72
- #: includes/classes/wp-maintenance-mode-admin.php:540
73
  #, php-format
74
  msgid ""
75
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
@@ -93,7 +98,74 @@ msgstr ""
93
  msgid "Notify me when it's ready"
94
  msgstr "Informatemi quando sarà pronto"
95
 
96
- #: includes/classes/wp-maintenance-mode.php:261
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  #, php-format
98
  msgid ""
99
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
@@ -102,29 +174,43 @@ msgstr ""
102
  "WP Maintenance Mode plugin è stato ri-lanciato e DOVRAI rivedere le <a href="
103
  "\"%s\">impostazioni</a>."
104
 
105
- #: includes/classes/wp-maintenance-mode.php:463
106
- #: includes/classes/wp-maintenance-mode.php:477
107
  msgid "Maintenance Mode"
108
  msgstr "Modalità Manutenzione"
109
 
110
- #: includes/classes/wp-maintenance-mode.php:730
111
- #: includes/classes/wp-maintenance-mode.php:764 views/maintenance.php:89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
  msgid "Please enter a valid email address."
113
  msgstr "Per favore inserisci in email corretta."
114
 
115
- #: includes/classes/wp-maintenance-mode.php:742
116
  msgid "You successfully subscribed. Thanks!"
117
  msgstr ""
118
 
119
- #: includes/classes/wp-maintenance-mode.php:760
120
  msgid "All fields required."
121
  msgstr "Sono richiesti tutti i campi."
122
 
123
- #: includes/classes/wp-maintenance-mode.php:772
124
  msgid "Message via contact"
125
  msgstr "Messaggio via contatto"
126
 
127
- #: includes/classes/wp-maintenance-mode.php:786
128
  msgid "Your email was sent to the website administrator. Thanks!"
129
  msgstr "La tua email è stata spedita all'amministratore del sito. Grazie!"
130
 
@@ -149,39 +235,36 @@ msgstr ""
149
  msgid "Login"
150
  msgstr "Login"
151
 
152
- #: views/maintenance.php:44
153
  msgid "your e-mail..."
154
  msgstr "la tua e-mail..."
155
 
156
- #: views/maintenance.php:45 views/settings.php:270
157
  msgid "Subscribe"
158
  msgstr "Iscriviti"
159
 
160
- #: views/maintenance.php:88 views/sidebar.php:7
161
  msgid "Name"
162
  msgstr "Nome"
163
 
164
- #: views/maintenance.php:88 views/maintenance.php:89 views/maintenance.php:94
 
165
  msgid "This field is required."
166
  msgstr ""
167
 
168
- #: views/maintenance.php:89
169
  msgid "E-mail"
170
  msgstr "E-mail"
171
 
172
- #: views/maintenance.php:94
173
  msgid "Your message"
174
  msgstr "Il tuo messaggio"
175
 
176
- #: views/maintenance.php:98
177
- msgid "Send"
178
- msgstr "Spedisci"
179
-
180
- #: views/maintenance.php:105
181
  msgid "Contact us"
182
  msgstr "Contattaci"
183
 
184
- #: views/maintenance.php:110
185
  msgid "Dashboard"
186
  msgstr "Dashboard"
187
 
@@ -216,67 +299,71 @@ msgstr "Design"
216
  msgid "Modules"
217
  msgstr "Moduli"
218
 
219
- #: views/settings.php:24
 
 
 
 
220
  msgid "Status"
221
  msgstr "Stato"
222
 
223
- #: views/settings.php:26
224
  msgid "Activated"
225
  msgstr "Attivato"
226
 
227
- #: views/settings.php:27
228
  msgid "Deactivated"
229
  msgstr "Disattivato"
230
 
231
- #: views/settings.php:31
232
  msgid "Bypass for Search Bots"
233
  msgstr "Bypass per Bot di ricerca"
234
 
235
- #: views/settings.php:34 views/settings.php:104 views/settings.php:114
236
- #: views/settings.php:242 views/settings.php:278 views/settings.php:316
237
- #: views/settings.php:384 views/settings.php:416
238
- msgid "Yes"
239
- msgstr "Si"
240
-
241
  #: views/settings.php:35 views/settings.php:105 views/settings.php:115
242
  #: views/settings.php:243 views/settings.php:279 views/settings.php:317
243
  #: views/settings.php:385 views/settings.php:417
 
 
 
 
 
 
244
  msgid "No"
245
  msgstr "No"
246
 
247
- #: views/settings.php:37
248
  msgid "Allow Search Bots to bypass maintenance mode?"
249
  msgstr "Permetti ai Bot di ricerca di bypassare la modalità manutenzione?"
250
 
251
- #: views/settings.php:41
252
  msgid "Backend Role"
253
  msgstr "Ruolo Backend"
254
 
255
- #: views/settings.php:43 views/settings.php:59
256
  msgid "Select role(s)"
257
  msgstr ""
258
 
259
- #: views/settings.php:53
260
  msgid ""
261
  "Which user role is allowed to access the backend of this blog? "
262
  "Administrators will always have access."
263
  msgstr ""
264
 
265
- #: views/settings.php:57
266
  msgid "Frontend Role"
267
  msgstr "Ruolo Frontend"
268
 
269
- #: views/settings.php:69
270
  msgid ""
271
  "Which user role is allowed to access the frontend of this blog? "
272
  "Administrators will always have access."
273
  msgstr ""
274
 
275
- #: views/settings.php:73
276
  msgid "Robots Meta Tag"
277
  msgstr "Meta Tag Robots"
278
 
279
- #: views/settings.php:79
280
  msgid ""
281
  "The robots meta tag lets you use a granular, page-specific approach to "
282
  "control how an individual page should be indexed and served to users in "
@@ -286,22 +373,22 @@ msgstr ""
286
  "specifico per la pagina per controllare come ogni pagina potrà essere "
287
  "indicizzata e servita agli utenti nei risultati di ricerca."
288
 
289
- #: views/settings.php:83
290
  msgid "Redirection"
291
  msgstr "Redirezione"
292
 
293
- #: views/settings.php:86
294
  msgid ""
295
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
296
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
297
  "(incl. http://)"
298
  msgstr ""
299
 
300
- #: views/settings.php:90
301
  msgid "Exclude"
302
  msgstr "Escludi"
303
 
304
- #: views/settings.php:97
305
  msgid ""
306
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
307
  "IP per line!"
@@ -309,208 +396,316 @@ msgstr ""
309
  "Escludi feed, pagine, archivi o IPs dalla modalità manutenzione, Aggiungi un "
310
  "valore/IP per linea!"
311
 
312
- #: views/settings.php:101
313
  msgid "Notice"
314
  msgstr "Avviso"
315
 
316
- #: views/settings.php:107
317
  msgid "Do you want to see notices when maintenance mode is activated?"
318
  msgstr ""
319
  "Vuoi vedere gli avvisi quando viene attivata la modalità di manutenzione?"
320
 
321
- #: views/settings.php:111
322
  msgid "Dashboard link"
323
  msgstr "Link Dashboard"
324
 
325
- #: views/settings.php:117
326
  msgid ""
327
  "Do you want to add a link to the dashboard on your maintenance mode page?"
328
  msgstr ""
329
  "Vuoi aggiungere un collegamento alla dashboard sulla tua pagina modalità di "
330
  "manutenzione?"
331
 
332
- #: views/settings.php:125 views/settings.php:228 views/settings.php:433
 
333
  msgid "Save settings"
334
  msgstr "Salva impostazioni"
335
 
336
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
 
337
  msgid "Reset settings"
338
  msgstr "Resetta impostazioni"
339
 
340
- #: views/settings.php:131
341
  msgid "Content"
342
  msgstr "Contenuto"
343
 
344
- #: views/settings.php:136
345
  msgid "Title (HTML tag)"
346
  msgstr "Titolo (HTML tag)"
347
 
348
- #: views/settings.php:142
349
  msgid "Heading"
350
  msgstr "Intestazione"
351
 
352
- #: views/settings.php:149 views/settings.php:284
353
  msgid "Text"
354
  msgstr "Testo"
355
 
356
- #: views/settings.php:169
357
  msgid "Background"
358
  msgstr "Sfondo"
359
 
360
- #: views/settings.php:174
361
  msgid "Choose type"
362
  msgstr "Scegli il tipo"
363
 
364
- #: views/settings.php:177
365
  msgid "Custom color"
366
  msgstr "Colore Custom"
367
 
368
- #: views/settings.php:178
369
  msgid "Uploaded background"
370
  msgstr "Background caricato"
371
 
372
- #: views/settings.php:179
373
  msgid "Predefined background"
374
  msgstr "Background predefinito"
375
 
376
- #: views/settings.php:184
377
  msgid "Choose color"
378
  msgstr "Scegli il colore"
379
 
380
- #: views/settings.php:190
381
  msgid "Upload background"
382
  msgstr "Carica uno Sfondo"
383
 
384
- #: views/settings.php:194
385
  msgid "Backgrounds should have 1920x1280 px size."
386
  msgstr "Gli Sfondi dovrebbero avere una dimensione di 1920x1280 px."
387
 
388
- #: views/settings.php:199
389
  msgid "Choose background"
390
  msgstr "Scegli lo sfondo"
391
 
392
- #: views/settings.php:201
393
  #, php-format
394
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
395
  msgstr ""
396
 
397
- #: views/settings.php:234
398
  msgid "Countdown"
399
  msgstr "Conto alla rovescia"
400
 
401
- #: views/settings.php:239
402
  msgid "Show countdown?"
403
  msgstr "Mostra il conto alla rovescia?"
404
 
405
- #: views/settings.php:248
406
  msgid "Start date"
407
  msgstr "Data di inizio"
408
 
409
- #: views/settings.php:254
410
  msgid "Countdown (remaining time)"
411
  msgstr "Conto alla rovescia (tempo rimanente)"
412
 
413
- #: views/settings.php:256
414
  msgid "Days"
415
  msgstr "Giorni"
416
 
417
- #: views/settings.php:257
418
  msgid "Hours"
419
  msgstr "Ore"
420
 
421
- #: views/settings.php:258
422
  msgid "Minutes"
423
  msgstr "Minuti"
424
 
425
- #: views/settings.php:262
426
  msgid "Color"
427
  msgstr "Colore"
428
 
429
- #: views/settings.php:275
430
  msgid "Show subscribe?"
431
  msgstr "Mostra Sottoscrivi?"
432
 
433
- #: views/settings.php:291
434
  msgid "Stats"
435
  msgstr "Statistiche"
436
 
437
- #: views/settings.php:300
438
  msgid "Export as CSV"
439
  msgstr "Esporta come CSV"
440
 
441
- #: views/settings.php:301
442
  msgid "Empty subscribers list"
443
  msgstr ""
444
 
445
- #: views/settings.php:308
446
  msgid "Social Networks"
447
  msgstr "Social Networks"
448
 
449
- #: views/settings.php:313
450
  msgid "Show social networks?"
451
  msgstr "Mostra Social Networks?"
452
 
453
- #: views/settings.php:322
454
  msgid "Links target?"
455
  msgstr "Link di destinazione?"
456
 
457
- #: views/settings.php:325
458
  msgid "New page"
459
  msgstr "Nuova Pagina"
460
 
461
- #: views/settings.php:326
462
  msgid "Same page"
463
  msgstr "Stessa Pagina"
464
 
465
- #: views/settings.php:328
466
  msgid "Choose how the links will open."
467
  msgstr "Scegli come si apriranno i link."
468
 
469
- #: views/settings.php:376
470
  msgid "Contact"
471
  msgstr "Contatti"
472
 
473
- #: views/settings.php:381
474
  msgid "Show contact?"
475
  msgstr "Mostra Contatti?"
476
 
477
- #: views/settings.php:390
478
  msgid "Email address"
479
  msgstr "Indirizzo Email"
480
 
481
- #: views/settings.php:396
482
  msgid "Effects"
483
  msgstr "Effetti"
484
 
485
- #: views/settings.php:399
486
  msgid "Move top - Move bottom"
487
  msgstr "Muovi Su - Giù"
488
 
489
- #: views/settings.php:400
490
  msgid "Zoom - Zoomed"
491
  msgstr "Zoom - Zoomato"
492
 
493
- #: views/settings.php:401
494
  msgid "Fold - Unfold"
495
  msgstr "Chiudere - Aprire"
496
 
497
- #: views/settings.php:408
498
  msgid "Google Analytics"
499
  msgstr "Google Analytics"
500
 
501
- #: views/settings.php:413
502
  msgid "Use Google Analytics?"
503
  msgstr "Usa Google Analytics?"
504
 
505
- #: views/settings.php:422
506
  msgid "Tracking code"
507
  msgstr "Codice di tracciamento"
508
 
509
- #: views/settings.php:425
510
  msgid ""
511
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
512
  msgstr ""
513
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
514
  #: views/sidebar.php:3
515
  msgid "Plugin Info"
516
  msgstr "Info sul Plugin"
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"
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"
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
  "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 "
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
  "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
  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
 
299
  msgid "Modules"
300
  msgstr "Moduli"
301
 
302
+ #: views/settings.php:16
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
  "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
  "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"
languages/wp-maintenance-mode-nb_NO.mo CHANGED
Binary file
languages/wp-maintenance-mode-nb_NO.po CHANGED
@@ -1,22 +1,21 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WP Maintenance Mode 2.0.9\n"
4
- "POT-Creation-Date: 2016-11-29 22:02+0200\n"
5
- "PO-Revision-Date: 2016-11-29 22:02+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"
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;"
18
- "esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;"
19
- "esc_html_x:1,2c\n"
20
  "X-Poedit-SearchPath-0: .\n"
21
  "X-Poedit-SearchPath-1: includes/classes\n"
22
  "X-Poedit-SearchPath-2: views\n"
@@ -27,7 +26,7 @@ msgstr ""
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:295
31
  #, php-format
32
  msgid "You have %d subscriber(s)"
33
  msgstr "Du har %d personer som ønsker oppdatering"
@@ -53,11 +52,16 @@ msgstr ""
53
  msgid "WP Maintenance Mode"
54
  msgstr "WP Vedlikeholdsmodus"
55
 
56
- #: includes/classes/wp-maintenance-mode-admin.php:436
 
 
 
 
 
57
  msgid "Settings"
58
  msgstr "Innstillinger"
59
 
60
- #: includes/classes/wp-maintenance-mode-admin.php:455
61
  #, php-format
62
  msgid ""
63
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -66,11 +70,11 @@ msgstr ""
66
  "Vedlikeholdsmodus er <strong>aktivert</strong>. Husk å <a href=\"%s"
67
  "\">deaktiver vedlikeholdsmodus</a> når du er ferdig."
68
 
69
- #: includes/classes/wp-maintenance-mode-admin.php:492
70
  msgid "Notice key cannot be empty."
71
  msgstr ""
72
 
73
- #: includes/classes/wp-maintenance-mode-admin.php:540
74
  #, php-format
75
  msgid ""
76
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
@@ -94,7 +98,74 @@ msgstr ""
94
  msgid "Notify me when it's ready"
95
  msgstr "Varsle meg når den er klar"
96
 
97
- #: includes/classes/wp-maintenance-mode.php:261
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
  #, php-format
99
  msgid ""
100
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
@@ -103,29 +174,43 @@ msgstr ""
103
  "Utvidelsen WP Maintanance Mode er oppdatert og du må <a href=\"%s\">se "
104
  "igjennom innstillingene</a>"
105
 
106
- #: includes/classes/wp-maintenance-mode.php:463
107
- #: includes/classes/wp-maintenance-mode.php:477
108
  msgid "Maintenance Mode"
109
  msgstr "Vedlikehold pågår"
110
 
111
- #: includes/classes/wp-maintenance-mode.php:730
112
- #: includes/classes/wp-maintenance-mode.php:764 views/maintenance.php:89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
  msgid "Please enter a valid email address."
114
  msgstr "Vennligst oppgi en gyldig epostadresse."
115
 
116
- #: includes/classes/wp-maintenance-mode.php:742
117
  msgid "You successfully subscribed. Thanks!"
118
  msgstr ""
119
 
120
- #: includes/classes/wp-maintenance-mode.php:760
121
  msgid "All fields required."
122
  msgstr "Alle felt er påkrevd."
123
 
124
- #: includes/classes/wp-maintenance-mode.php:772
125
  msgid "Message via contact"
126
  msgstr "Melding via kontakt"
127
 
128
- #: includes/classes/wp-maintenance-mode.php:786
129
  msgid "Your email was sent to the website administrator. Thanks!"
130
  msgstr "Din epost ble sendt til administratoren for nettstedet. Takk!"
131
 
@@ -150,39 +235,36 @@ msgstr ""
150
  msgid "Login"
151
  msgstr "Logg inn"
152
 
153
- #: views/maintenance.php:44
154
  msgid "your e-mail..."
155
  msgstr "Din epostadresse..."
156
 
157
- #: views/maintenance.php:45 views/settings.php:270
158
  msgid "Subscribe"
159
  msgstr "Få varsling"
160
 
161
- #: views/maintenance.php:88 views/sidebar.php:7
162
  msgid "Name"
163
  msgstr "Navn"
164
 
165
- #: views/maintenance.php:88 views/maintenance.php:89 views/maintenance.php:94
 
166
  msgid "This field is required."
167
  msgstr ""
168
 
169
- #: views/maintenance.php:89
170
  msgid "E-mail"
171
  msgstr "Epost"
172
 
173
- #: views/maintenance.php:94
174
  msgid "Your message"
175
  msgstr "Din melding"
176
 
177
- #: views/maintenance.php:98
178
- msgid "Send"
179
- msgstr "Send"
180
-
181
- #: views/maintenance.php:105
182
  msgid "Contact us"
183
  msgstr "Kontakt oss"
184
 
185
- #: views/maintenance.php:110
186
  msgid "Dashboard"
187
  msgstr "Kontrollpanel"
188
 
@@ -217,67 +299,71 @@ msgstr "Utseende"
217
  msgid "Modules"
218
  msgstr "Moduler"
219
 
220
- #: views/settings.php:24
 
 
 
 
221
  msgid "Status"
222
  msgstr "Status"
223
 
224
- #: views/settings.php:26
225
  msgid "Activated"
226
  msgstr "Aktivert"
227
 
228
- #: views/settings.php:27
229
  msgid "Deactivated"
230
  msgstr "Deaktivert"
231
 
232
- #: views/settings.php:31
233
  msgid "Bypass for Search Bots"
234
  msgstr "Slipp igjennom søkemotorer"
235
 
236
- #: views/settings.php:34 views/settings.php:104 views/settings.php:114
237
- #: views/settings.php:242 views/settings.php:278 views/settings.php:316
238
- #: views/settings.php:384 views/settings.php:416
239
- msgid "Yes"
240
- msgstr "Ja"
241
-
242
  #: views/settings.php:35 views/settings.php:105 views/settings.php:115
243
  #: views/settings.php:243 views/settings.php:279 views/settings.php:317
244
  #: views/settings.php:385 views/settings.php:417
 
 
 
 
 
 
245
  msgid "No"
246
  msgstr "Nei"
247
 
248
- #: views/settings.php:37
249
  msgid "Allow Search Bots to bypass maintenance mode?"
250
  msgstr "La søkemotorer slippe forbi vedlikeholdsmodus"
251
 
252
- #: views/settings.php:41
253
  msgid "Backend Role"
254
  msgstr "Backend Rolle"
255
 
256
- #: views/settings.php:43 views/settings.php:59
257
  msgid "Select role(s)"
258
  msgstr ""
259
 
260
- #: views/settings.php:53
261
  msgid ""
262
  "Which user role is allowed to access the backend of this blog? "
263
  "Administrators will always have access."
264
  msgstr ""
265
 
266
- #: views/settings.php:57
267
  msgid "Frontend Role"
268
  msgstr "Frontend Rolle"
269
 
270
- #: views/settings.php:69
271
  msgid ""
272
  "Which user role is allowed to access the frontend of this blog? "
273
  "Administrators will always have access."
274
  msgstr ""
275
 
276
- #: views/settings.php:73
277
  msgid "Robots Meta Tag"
278
  msgstr "Robots Meta Tag"
279
 
280
- #: views/settings.php:79
281
  msgid ""
282
  "The robots meta tag lets you use a granular, page-specific approach to "
283
  "control how an individual page should be indexed and served to users in "
@@ -287,22 +373,22 @@ msgstr ""
287
  "for å kontrollere hvordan den enkelte siden skal indekseres og vises til "
288
  "brukere i søkeresultatene."
289
 
290
- #: views/settings.php:83
291
  msgid "Redirection"
292
  msgstr "Omdirigering"
293
 
294
- #: views/settings.php:86
295
  msgid ""
296
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
297
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
298
  "(incl. http://)"
299
  msgstr ""
300
 
301
- #: views/settings.php:90
302
  msgid "Exclude"
303
  msgstr "Eksluder"
304
 
305
- #: views/settings.php:97
306
  msgid ""
307
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
308
  "IP per line!"
@@ -310,207 +396,315 @@ msgstr ""
310
  "Eksluder feed, sider, arkiv eller IP-er fra vedlikeholdsmodus. Legg inn en "
311
  "slug / IP per linje."
312
 
313
- #: views/settings.php:101
314
  msgid "Notice"
315
  msgstr "Notis"
316
 
317
- #: views/settings.php:107
318
  msgid "Do you want to see notices when maintenance mode is activated?"
319
  msgstr "Ønsker du å se en notis når vedlikeholdsmodus er aktivert?"
320
 
321
- #: views/settings.php:111
322
  msgid "Dashboard link"
323
  msgstr "Link i kontrollpanelet"
324
 
325
- #: views/settings.php:117
326
  msgid ""
327
  "Do you want to add a link to the dashboard on your maintenance mode page?"
328
  msgstr ""
329
  "Ønsker du å legge inn en link til kontrollpanelet på siden for "
330
  "vedlikeholdsmodus?"
331
 
332
- #: views/settings.php:125 views/settings.php:228 views/settings.php:433
 
333
  msgid "Save settings"
334
  msgstr "Lagre innstillinger"
335
 
336
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
 
337
  msgid "Reset settings"
338
  msgstr "Tilbakestill innstillinger"
339
 
340
- #: views/settings.php:131
341
  msgid "Content"
342
  msgstr "Innhold"
343
 
344
- #: views/settings.php:136
345
  msgid "Title (HTML tag)"
346
  msgstr "Tittel (HTML title tag)"
347
 
348
- #: views/settings.php:142
349
  msgid "Heading"
350
  msgstr "Overskrift"
351
 
352
- #: views/settings.php:149 views/settings.php:284
353
  msgid "Text"
354
  msgstr "Tekst"
355
 
356
- #: views/settings.php:169
357
  msgid "Background"
358
  msgstr "Bakgrunn"
359
 
360
- #: views/settings.php:174
361
  msgid "Choose type"
362
  msgstr "Velg type"
363
 
364
- #: views/settings.php:177
365
  msgid "Custom color"
366
  msgstr "Egendefinert farge"
367
 
368
- #: views/settings.php:178
369
  msgid "Uploaded background"
370
  msgstr "Opplastet bilde"
371
 
372
- #: views/settings.php:179
373
  msgid "Predefined background"
374
  msgstr "Forhåndsdefinert bilde"
375
 
376
- #: views/settings.php:184
377
  msgid "Choose color"
378
  msgstr "Velg farge"
379
 
380
- #: views/settings.php:190
381
  msgid "Upload background"
382
  msgstr "Last opp bakgrunn"
383
 
384
- #: views/settings.php:194
385
  msgid "Backgrounds should have 1920x1280 px size."
386
  msgstr "Bakgrunnen må være minst 1929x1280px i størrelse."
387
 
388
- #: views/settings.php:199
389
  msgid "Choose background"
390
  msgstr "Velg bakgrunn"
391
 
392
- #: views/settings.php:201
393
  #, php-format
394
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
395
  msgstr ""
396
 
397
- #: views/settings.php:234
398
  msgid "Countdown"
399
  msgstr "Nedtelling"
400
 
401
- #: views/settings.php:239
402
  msgid "Show countdown?"
403
  msgstr "Vis nedtelling?"
404
 
405
- #: views/settings.php:248
406
  msgid "Start date"
407
  msgstr "Dato for start"
408
 
409
- #: views/settings.php:254
410
  msgid "Countdown (remaining time)"
411
  msgstr "Nedtelling (gjenstående tid)"
412
 
413
- #: views/settings.php:256
414
  msgid "Days"
415
  msgstr "Dager"
416
 
417
- #: views/settings.php:257
418
  msgid "Hours"
419
  msgstr "Timer"
420
 
421
- #: views/settings.php:258
422
  msgid "Minutes"
423
  msgstr "Minutter"
424
 
425
- #: views/settings.php:262
426
  msgid "Color"
427
  msgstr "Farge"
428
 
429
- #: views/settings.php:275
430
  msgid "Show subscribe?"
431
  msgstr "Vis abboner"
432
 
433
- #: views/settings.php:291
434
  msgid "Stats"
435
  msgstr "Ønsker oppdatering"
436
 
437
- #: views/settings.php:300
438
  msgid "Export as CSV"
439
  msgstr "Eksporter som CSV"
440
 
441
- #: views/settings.php:301
442
  msgid "Empty subscribers list"
443
  msgstr ""
444
 
445
- #: views/settings.php:308
446
  msgid "Social Networks"
447
  msgstr "Sosiale nettverk"
448
 
449
- #: views/settings.php:313
450
  msgid "Show social networks?"
451
  msgstr "Vis sosiale nettverk?"
452
 
453
- #: views/settings.php:322
454
  msgid "Links target?"
455
  msgstr "Lenkemål"
456
 
457
- #: views/settings.php:325
458
  msgid "New page"
459
  msgstr "Ny side"
460
 
461
- #: views/settings.php:326
462
  msgid "Same page"
463
  msgstr "Samme side"
464
 
465
- #: views/settings.php:328
466
  msgid "Choose how the links will open."
467
  msgstr "Velg hvordan side lenken skal åpnes i."
468
 
469
- #: views/settings.php:376
470
  msgid "Contact"
471
  msgstr "Kontakt"
472
 
473
- #: views/settings.php:381
474
  msgid "Show contact?"
475
  msgstr "Vis kontakt?"
476
 
477
- #: views/settings.php:390
478
  msgid "Email address"
479
  msgstr "Epost adresse"
480
 
481
- #: views/settings.php:396
482
  msgid "Effects"
483
  msgstr "Effekt"
484
 
485
- #: views/settings.php:399
486
  msgid "Move top - Move bottom"
487
  msgstr "Flytt til toppen - Flytt til bunnen"
488
 
489
- #: views/settings.php:400
490
  msgid "Zoom - Zoomed"
491
  msgstr "Zoom - Zoomet"
492
 
493
- #: views/settings.php:401
494
  msgid "Fold - Unfold"
495
  msgstr "Brett - Brett ut"
496
 
497
- #: views/settings.php:408
498
  msgid "Google Analytics"
499
  msgstr "Google Analytics"
500
 
501
- #: views/settings.php:413
502
  msgid "Use Google Analytics?"
503
  msgstr "Bruk Google Analytics?"
504
 
505
- #: views/settings.php:422
506
  msgid "Tracking code"
507
  msgstr "Sporingskode"
508
 
509
- #: views/settings.php:425
510
  msgid ""
511
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
512
  msgstr ""
513
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
514
  #: views/sidebar.php:3
515
  msgid "Plugin Info"
516
  msgstr "Informasjon om utvidelsen"
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"
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;"
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-SearchPath-0: .\n"
20
  "X-Poedit-SearchPath-1: includes/classes\n"
21
  "X-Poedit-SearchPath-2: views\n"
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"
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
  "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 "
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
  "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
  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
 
299
  msgid "Modules"
300
  msgstr "Moduler"
301
 
302
+ #: views/settings.php:16
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
  "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
  "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"
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.0.9\n"
4
- "POT-Creation-Date: 2016-11-29 22:02+0200\n"
5
- "PO-Revision-Date: 2016-11-29 22:03+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"
@@ -26,7 +26,7 @@ msgstr ""
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:295
30
  #, php-format
31
  msgid "You have %d subscriber(s)"
32
  msgstr "Je hebt %d abonnee(s)"
@@ -52,11 +52,16 @@ msgstr ""
52
  msgid "WP Maintenance Mode"
53
  msgstr "WP Maintenance Mode"
54
 
55
- #: includes/classes/wp-maintenance-mode-admin.php:436
 
 
 
 
 
56
  msgid "Settings"
57
  msgstr "Instellingen"
58
 
59
- #: includes/classes/wp-maintenance-mode-admin.php:455
60
  #, php-format
61
  msgid ""
62
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -65,11 +70,11 @@ msgstr ""
65
  "De Onderhoudsmodus is <strong>actief</strong>. Vergeet niet om hem <a href="
66
  "\"%s\">uit te schakelen</a> wanneer je klaar bent."
67
 
68
- #: includes/classes/wp-maintenance-mode-admin.php:492
69
  msgid "Notice key cannot be empty."
70
  msgstr ""
71
 
72
- #: includes/classes/wp-maintenance-mode-admin.php:540
73
  #, php-format
74
  msgid ""
75
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
@@ -93,7 +98,76 @@ msgstr ""
93
  msgid "Notify me when it's ready"
94
  msgstr "Informeer mij wanneer het is afgerond"
95
 
96
- #: includes/classes/wp-maintenance-mode.php:261
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  #, php-format
98
  msgid ""
99
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
@@ -102,29 +176,43 @@ msgstr ""
102
  "De WP Maintenance Mode Plugin is opnieuw opgestart en je MOET de <a href=\"%s"
103
  "\">instellingen</a> opnieuw bekijken."
104
 
105
- #: includes/classes/wp-maintenance-mode.php:463
106
- #: includes/classes/wp-maintenance-mode.php:477
107
  msgid "Maintenance Mode"
108
  msgstr "Onderhousmodus"
109
 
110
- #: includes/classes/wp-maintenance-mode.php:730
111
- #: includes/classes/wp-maintenance-mode.php:764 views/maintenance.php:89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
  msgid "Please enter a valid email address."
113
  msgstr "Voer een geldig e-mailadres in."
114
 
115
- #: includes/classes/wp-maintenance-mode.php:742
116
  msgid "You successfully subscribed. Thanks!"
117
  msgstr ""
118
 
119
- #: includes/classes/wp-maintenance-mode.php:760
120
  msgid "All fields required."
121
  msgstr "Alle velden zijn verplicht."
122
 
123
- #: includes/classes/wp-maintenance-mode.php:772
124
  msgid "Message via contact"
125
  msgstr "Bericht via contact"
126
 
127
- #: includes/classes/wp-maintenance-mode.php:786
128
  msgid "Your email was sent to the website administrator. Thanks!"
129
  msgstr "Je bericht is verstuurd naar de beheerder. Dankjewel!"
130
 
@@ -149,39 +237,36 @@ msgstr ""
149
  msgid "Login"
150
  msgstr ""
151
 
152
- #: views/maintenance.php:44
153
  msgid "your e-mail..."
154
  msgstr "e-mailadres..."
155
 
156
- #: views/maintenance.php:45 views/settings.php:270
157
  msgid "Subscribe"
158
  msgstr "Aanmelden"
159
 
160
- #: views/maintenance.php:88 views/sidebar.php:7
161
  msgid "Name"
162
  msgstr "Naam"
163
 
164
- #: views/maintenance.php:88 views/maintenance.php:89 views/maintenance.php:94
 
165
  msgid "This field is required."
166
  msgstr ""
167
 
168
- #: views/maintenance.php:89
169
  msgid "E-mail"
170
  msgstr "E-mailadres"
171
 
172
- #: views/maintenance.php:94
173
  msgid "Your message"
174
  msgstr "Je bericht"
175
 
176
- #: views/maintenance.php:98
177
- msgid "Send"
178
- msgstr "Verstuur"
179
-
180
- #: views/maintenance.php:105
181
  msgid "Contact us"
182
  msgstr "Neem contact met ons op"
183
 
184
- #: views/maintenance.php:110
185
  msgid "Dashboard"
186
  msgstr ""
187
 
@@ -216,67 +301,71 @@ msgstr "Ontwerp"
216
  msgid "Modules"
217
  msgstr "Modules"
218
 
219
- #: views/settings.php:24
 
 
 
 
220
  msgid "Status"
221
  msgstr "Status"
222
 
223
- #: views/settings.php:26
224
  msgid "Activated"
225
  msgstr "Geactiveerd"
226
 
227
- #: views/settings.php:27
228
  msgid "Deactivated"
229
  msgstr "Gedeactiveerd"
230
 
231
- #: views/settings.php:31
232
  msgid "Bypass for Search Bots"
233
  msgstr "Omleiding voor zoekmachine robots"
234
 
235
- #: views/settings.php:34 views/settings.php:104 views/settings.php:114
236
- #: views/settings.php:242 views/settings.php:278 views/settings.php:316
237
- #: views/settings.php:384 views/settings.php:416
238
- msgid "Yes"
239
- msgstr "Ja"
240
-
241
  #: views/settings.php:35 views/settings.php:105 views/settings.php:115
242
  #: views/settings.php:243 views/settings.php:279 views/settings.php:317
243
  #: views/settings.php:385 views/settings.php:417
 
 
 
 
 
 
244
  msgid "No"
245
  msgstr "Nee"
246
 
247
- #: views/settings.php:37
248
  msgid "Allow Search Bots to bypass maintenance mode?"
249
  msgstr "Mogen zoekmachine robots de onderhoudsmodus omzeilen?"
250
 
251
- #: views/settings.php:41
252
  msgid "Backend Role"
253
  msgstr "Backend rol"
254
 
255
- #: views/settings.php:43 views/settings.php:59
256
  msgid "Select role(s)"
257
  msgstr ""
258
 
259
- #: views/settings.php:53
260
  msgid ""
261
  "Which user role is allowed to access the backend of this blog? "
262
  "Administrators will always have access."
263
  msgstr ""
264
 
265
- #: views/settings.php:57
266
  msgid "Frontend Role"
267
  msgstr "Frontend rol"
268
 
269
- #: views/settings.php:69
270
  msgid ""
271
  "Which user role is allowed to access the frontend of this blog? "
272
  "Administrators will always have access."
273
  msgstr ""
274
 
275
- #: views/settings.php:73
276
  msgid "Robots Meta Tag"
277
  msgstr "Robots Meta Tag"
278
 
279
- #: views/settings.php:79
280
  msgid ""
281
  "The robots meta tag lets you use a granular, page-specific approach to "
282
  "control how an individual page should be indexed and served to users in "
@@ -285,22 +374,22 @@ msgstr ""
285
  "De Robots Meta Tag maakt het mogelijk om per pagina te bepalen hoe deze "
286
  "pagina's geïndexeerd en getoond moeten worden in zoekresultaten."
287
 
288
- #: views/settings.php:83
289
  msgid "Redirection"
290
  msgstr "Doorverwijzing"
291
 
292
- #: views/settings.php:86
293
  msgid ""
294
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
295
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
296
  "(incl. http://)"
297
  msgstr ""
298
 
299
- #: views/settings.php:90
300
  msgid "Exclude"
301
  msgstr "Uitsluiten"
302
 
303
- #: views/settings.php:97
304
  msgid ""
305
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
306
  "IP per line!"
@@ -308,205 +397,313 @@ msgstr ""
308
  "Sluit Feeds, pagina's, archieven of IP-adressen uit van de Onderhoudsmodus. "
309
  "Voer één slug of IP in per regel!"
310
 
311
- #: views/settings.php:101
312
  msgid "Notice"
313
  msgstr "Kennisgeving"
314
 
315
- #: views/settings.php:107
316
  msgid "Do you want to see notices when maintenance mode is activated?"
317
  msgstr "Wil je een bericht zien wanneer de onderhoudsmodus actief is?"
318
 
319
- #: views/settings.php:111
320
  msgid "Dashboard link"
321
  msgstr ""
322
 
323
- #: views/settings.php:117
324
  msgid ""
325
  "Do you want to add a link to the dashboard on your maintenance mode page?"
326
  msgstr ""
327
 
328
- #: views/settings.php:125 views/settings.php:228 views/settings.php:433
 
329
  msgid "Save settings"
330
  msgstr "Instellingen opslaan"
331
 
332
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
 
333
  msgid "Reset settings"
334
  msgstr "Instellingen herstellen"
335
 
336
- #: views/settings.php:131
337
  msgid "Content"
338
  msgstr "Inhoud"
339
 
340
- #: views/settings.php:136
341
  msgid "Title (HTML tag)"
342
  msgstr "Titel (HTML tag)"
343
 
344
- #: views/settings.php:142
345
  msgid "Heading"
346
  msgstr "Titel"
347
 
348
- #: views/settings.php:149 views/settings.php:284
349
  msgid "Text"
350
  msgstr "Tekst"
351
 
352
- #: views/settings.php:169
353
  msgid "Background"
354
  msgstr "Achtergrond"
355
 
356
- #: views/settings.php:174
357
  msgid "Choose type"
358
  msgstr "Kies type"
359
 
360
- #: views/settings.php:177
361
  msgid "Custom color"
362
  msgstr "Aangepaste kleur"
363
 
364
- #: views/settings.php:178
365
  msgid "Uploaded background"
366
  msgstr "Upload achtergrond"
367
 
368
- #: views/settings.php:179
369
  msgid "Predefined background"
370
  msgstr "Vooraf gedefineerde achtergrond"
371
 
372
- #: views/settings.php:184
373
  msgid "Choose color"
374
  msgstr "Kies kleur"
375
 
376
- #: views/settings.php:190
377
  msgid "Upload background"
378
  msgstr "Upload achtergrond"
379
 
380
- #: views/settings.php:194
381
  msgid "Backgrounds should have 1920x1280 px size."
382
  msgstr "Achtergronden moeten een afmeting van 1920x1280 px hebben."
383
 
384
- #: views/settings.php:199
385
  msgid "Choose background"
386
  msgstr "Kies achtergrond"
387
 
388
- #: views/settings.php:201
389
  #, php-format
390
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
391
  msgstr ""
392
 
393
- #: views/settings.php:234
394
  msgid "Countdown"
395
  msgstr "Countdown"
396
 
397
- #: views/settings.php:239
398
  msgid "Show countdown?"
399
  msgstr "Countdown tonen?"
400
 
401
- #: views/settings.php:248
402
  msgid "Start date"
403
  msgstr "Start datum"
404
 
405
- #: views/settings.php:254
406
  msgid "Countdown (remaining time)"
407
  msgstr "Countdown (resterende tijd)"
408
 
409
- #: views/settings.php:256
410
  msgid "Days"
411
  msgstr "Dagen"
412
 
413
- #: views/settings.php:257
414
  msgid "Hours"
415
  msgstr "Uren"
416
 
417
- #: views/settings.php:258
418
  msgid "Minutes"
419
  msgstr "Minuten"
420
 
421
- #: views/settings.php:262
422
  msgid "Color"
423
  msgstr "Kleur"
424
 
425
- #: views/settings.php:275
426
  msgid "Show subscribe?"
427
  msgstr "Toon aanmelden e-mail?"
428
 
429
- #: views/settings.php:291
430
  msgid "Stats"
431
  msgstr "Statistieken"
432
 
433
- #: views/settings.php:300
434
  msgid "Export as CSV"
435
  msgstr "Exporteren als CSV"
436
 
437
- #: views/settings.php:301
438
  msgid "Empty subscribers list"
439
  msgstr ""
440
 
441
- #: views/settings.php:308
442
  msgid "Social Networks"
443
  msgstr "Sociale netwerken"
444
 
445
- #: views/settings.php:313
446
  msgid "Show social networks?"
447
  msgstr "Toon sociale netwerken?"
448
 
449
- #: views/settings.php:322
450
  msgid "Links target?"
451
  msgstr ""
452
 
453
- #: views/settings.php:325
454
  msgid "New page"
455
  msgstr ""
456
 
457
- #: views/settings.php:326
458
  msgid "Same page"
459
  msgstr ""
460
 
461
- #: views/settings.php:328
462
  msgid "Choose how the links will open."
463
  msgstr ""
464
 
465
- #: views/settings.php:376
466
  msgid "Contact"
467
  msgstr "Contact"
468
 
469
- #: views/settings.php:381
470
  msgid "Show contact?"
471
  msgstr "Toon contact?"
472
 
473
- #: views/settings.php:390
474
  msgid "Email address"
475
  msgstr "E-mailadres"
476
 
477
- #: views/settings.php:396
478
  msgid "Effects"
479
  msgstr "Effecten"
480
 
481
- #: views/settings.php:399
482
  msgid "Move top - Move bottom"
483
  msgstr "Naar top - Naar beneden"
484
 
485
- #: views/settings.php:400
486
  msgid "Zoom - Zoomed"
487
  msgstr "Zoom - Ingezoomd"
488
 
489
- #: views/settings.php:401
490
  msgid "Fold - Unfold"
491
  msgstr "Vouwen - Opvouwen"
492
 
493
- #: views/settings.php:408
494
  msgid "Google Analytics"
495
  msgstr ""
496
 
497
- #: views/settings.php:413
498
  msgid "Use Google Analytics?"
499
  msgstr ""
500
 
501
- #: views/settings.php:422
502
  msgid "Tracking code"
503
  msgstr ""
504
 
505
- #: views/settings.php:425
506
  msgid ""
507
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
508
  msgstr ""
509
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
510
  #: views/sidebar.php:3
511
  msgid "Plugin Info"
512
  msgstr "Plugin Info"
@@ -558,9 +755,6 @@ msgstr "Ondersteuning"
558
  #~ msgstr ""
559
  #~ "Meld je nu aan om eerder toegang te krijgen tot nieuw WordPress thema's."
560
 
561
- #~ msgid "Enter your email address"
562
- #~ msgstr "Voer je e-mailadres in"
563
-
564
  #~ msgid "News"
565
  #~ msgstr "Nieuws"
566
 
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"
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)"
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
  "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 "
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
  "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
  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
 
301
  msgid "Modules"
302
  msgstr "Modules"
303
 
304
+ #: views/settings.php:16
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
  "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
  "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"
755
  #~ msgstr ""
756
  #~ "Meld je nu aan om eerder toegang te krijgen tot nieuw WordPress thema's."
757
 
 
 
 
758
  #~ msgid "News"
759
  #~ msgstr "Nieuws"
760
 
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.0.9\n"
4
- "POT-Creation-Date: 2016-11-29 22:03+0200\n"
5
- "PO-Revision-Date: 2016-11-29 22:03+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"
@@ -26,7 +26,7 @@ msgstr ""
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:295
30
  #, php-format
31
  msgid "You have %d subscriber(s)"
32
  msgstr "Obecne subskrypcje: %d."
@@ -52,11 +52,16 @@ msgstr ""
52
  msgid "WP Maintenance Mode"
53
  msgstr "WP Tryb Konserwacji"
54
 
55
- #: includes/classes/wp-maintenance-mode-admin.php:436
 
 
 
 
 
56
  msgid "Settings"
57
  msgstr "Ustawienia"
58
 
59
- #: includes/classes/wp-maintenance-mode-admin.php:455
60
  #, php-format
61
  msgid ""
62
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -65,11 +70,11 @@ msgstr ""
65
  "Tryb Konserwacji jest <strong>aktywny</strong>. Pamiętaj, aby go <a href=\"%s"
66
  "\">wyłączyć</a>, kiedy skończysz.\v"
67
 
68
- #: includes/classes/wp-maintenance-mode-admin.php:492
69
  msgid "Notice key cannot be empty."
70
  msgstr ""
71
 
72
- #: includes/classes/wp-maintenance-mode-admin.php:540
73
  #, php-format
74
  msgid ""
75
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
@@ -93,7 +98,74 @@ msgstr ""
93
  msgid "Notify me when it's ready"
94
  msgstr "Powiadom mnie po uruchomieniu strony"
95
 
96
- #: includes/classes/wp-maintenance-mode.php:261
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  #, php-format
98
  msgid ""
99
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
@@ -102,29 +174,43 @@ msgstr ""
102
  "Wtyczka WP Tryb Konserwacji została ponownie uruchomiona i MUSISZ sprawdzić "
103
  "<a href=\"%s\">ustawienia</a>.\v"
104
 
105
- #: includes/classes/wp-maintenance-mode.php:463
106
- #: includes/classes/wp-maintenance-mode.php:477
107
  msgid "Maintenance Mode"
108
  msgstr "Tryb Konserwacji"
109
 
110
- #: includes/classes/wp-maintenance-mode.php:730
111
- #: includes/classes/wp-maintenance-mode.php:764 views/maintenance.php:89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
  msgid "Please enter a valid email address."
113
  msgstr "Proszę podać poprawny adres e-mail."
114
 
115
- #: includes/classes/wp-maintenance-mode.php:742
116
  msgid "You successfully subscribed. Thanks!"
117
  msgstr ""
118
 
119
- #: includes/classes/wp-maintenance-mode.php:760
120
  msgid "All fields required."
121
  msgstr "Wszystkie pola są wymagane"
122
 
123
- #: includes/classes/wp-maintenance-mode.php:772
124
  msgid "Message via contact"
125
  msgstr "Wiadomość poprzez kontakt"
126
 
127
- #: includes/classes/wp-maintenance-mode.php:786
128
  msgid "Your email was sent to the website administrator. Thanks!"
129
  msgstr "Twój adres e-mail został wysłany do administratora strony. Dzięki!"
130
 
@@ -149,39 +235,36 @@ msgstr ""
149
  msgid "Login"
150
  msgstr "Login"
151
 
152
- #: views/maintenance.php:44
153
  msgid "your e-mail..."
154
  msgstr "Twój e-mail..."
155
 
156
- #: views/maintenance.php:45 views/settings.php:270
157
  msgid "Subscribe"
158
  msgstr "Subskrybuj"
159
 
160
- #: views/maintenance.php:88 views/sidebar.php:7
161
  msgid "Name"
162
  msgstr "Nazwa"
163
 
164
- #: views/maintenance.php:88 views/maintenance.php:89 views/maintenance.php:94
 
165
  msgid "This field is required."
166
  msgstr ""
167
 
168
- #: views/maintenance.php:89
169
  msgid "E-mail"
170
  msgstr "E-mail"
171
 
172
- #: views/maintenance.php:94
173
  msgid "Your message"
174
  msgstr "Twoja wiadomość"
175
 
176
- #: views/maintenance.php:98
177
- msgid "Send"
178
- msgstr "Wyślij"
179
-
180
- #: views/maintenance.php:105
181
  msgid "Contact us"
182
  msgstr "Skontaktuj się z nami"
183
 
184
- #: views/maintenance.php:110
185
  msgid "Dashboard"
186
  msgstr "Kokpit"
187
 
@@ -216,67 +299,71 @@ msgstr "Wygląd"
216
  msgid "Modules"
217
  msgstr "Moduły"
218
 
219
- #: views/settings.php:24
 
 
 
 
220
  msgid "Status"
221
  msgstr "Status"
222
 
223
- #: views/settings.php:26
224
  msgid "Activated"
225
  msgstr "Aktywny"
226
 
227
- #: views/settings.php:27
228
  msgid "Deactivated"
229
  msgstr "Zdezaktywowany"
230
 
231
- #: views/settings.php:31
232
  msgid "Bypass for Search Bots"
233
  msgstr "Wstęp dla wyszukiwarek"
234
 
235
- #: views/settings.php:34 views/settings.php:104 views/settings.php:114
236
- #: views/settings.php:242 views/settings.php:278 views/settings.php:316
237
- #: views/settings.php:384 views/settings.php:416
238
- msgid "Yes"
239
- msgstr "Tak"
240
-
241
  #: views/settings.php:35 views/settings.php:105 views/settings.php:115
242
  #: views/settings.php:243 views/settings.php:279 views/settings.php:317
243
  #: views/settings.php:385 views/settings.php:417
 
 
 
 
 
 
244
  msgid "No"
245
  msgstr "Nie"
246
 
247
- #: views/settings.php:37
248
  msgid "Allow Search Bots to bypass maintenance mode?"
249
  msgstr "Umożliwić wyszukiwarkom pominięcie trybu konserwacji?"
250
 
251
- #: views/settings.php:41
252
  msgid "Backend Role"
253
  msgstr "Rola back-end"
254
 
255
- #: views/settings.php:43 views/settings.php:59
256
  msgid "Select role(s)"
257
  msgstr ""
258
 
259
- #: views/settings.php:53
260
  msgid ""
261
  "Which user role is allowed to access the backend of this blog? "
262
  "Administrators will always have access."
263
  msgstr ""
264
 
265
- #: views/settings.php:57
266
  msgid "Frontend Role"
267
  msgstr "Rola front-end"
268
 
269
- #: views/settings.php:69
270
  msgid ""
271
  "Which user role is allowed to access the frontend of this blog? "
272
  "Administrators will always have access."
273
  msgstr ""
274
 
275
- #: views/settings.php:73
276
  msgid "Robots Meta Tag"
277
  msgstr "Metatag Robots"
278
 
279
- #: views/settings.php:79
280
  msgid ""
281
  "The robots meta tag lets you use a granular, page-specific approach to "
282
  "control how an individual page should be indexed and served to users in "
@@ -286,22 +373,22 @@ msgstr ""
286
  "być indeksowane i widoczne dla użytkowników w wynikach wyszukiwarkek "
287
  "internetowych."
288
 
289
- #: views/settings.php:83
290
  msgid "Redirection"
291
  msgstr "Przekierowanie"
292
 
293
- #: views/settings.php:86
294
  msgid ""
295
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
296
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
297
  "(incl. http://)"
298
  msgstr ""
299
 
300
- #: views/settings.php:90
301
  msgid "Exclude"
302
  msgstr "Wyklucz"
303
 
304
- #: views/settings.php:97
305
  msgid ""
306
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
307
  "IP per line!"
@@ -309,205 +396,313 @@ msgstr ""
309
  "Zezwól na dostęp podczas trybu konserwacji do kanałów internetowych, stron, "
310
  "archiwów lub adresów IP. Podaj jeden wpis / IP na linię!"
311
 
312
- #: views/settings.php:101
313
  msgid "Notice"
314
  msgstr "Powiadomienie"
315
 
316
- #: views/settings.php:107
317
  msgid "Do you want to see notices when maintenance mode is activated?"
318
  msgstr "Chcesz widzieć powiadomienia podczas aktywnego trybu konserwacji?"
319
 
320
- #: views/settings.php:111
321
  msgid "Dashboard link"
322
  msgstr "Link do kokpitu"
323
 
324
- #: views/settings.php:117
325
  msgid ""
326
  "Do you want to add a link to the dashboard on your maintenance mode page?"
327
  msgstr "Chcesz dodać link do kokpitu na stronie trybu konserwacyjnego?"
328
 
329
- #: views/settings.php:125 views/settings.php:228 views/settings.php:433
 
330
  msgid "Save settings"
331
  msgstr "Zapisz ustawienia"
332
 
333
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
 
334
  msgid "Reset settings"
335
  msgstr "Zresetuj ustawienia"
336
 
337
- #: views/settings.php:131
338
  msgid "Content"
339
  msgstr "Zawartość"
340
 
341
- #: views/settings.php:136
342
  msgid "Title (HTML tag)"
343
  msgstr "Tytuł (tag HTML)"
344
 
345
- #: views/settings.php:142
346
  msgid "Heading"
347
  msgstr "Nagłówek"
348
 
349
- #: views/settings.php:149 views/settings.php:284
350
  msgid "Text"
351
  msgstr "Tekst"
352
 
353
- #: views/settings.php:169
354
  msgid "Background"
355
  msgstr "Tło"
356
 
357
- #: views/settings.php:174
358
  msgid "Choose type"
359
  msgstr "Wybierz rodzaj"
360
 
361
- #: views/settings.php:177
362
  msgid "Custom color"
363
  msgstr "Własny kolor"
364
 
365
- #: views/settings.php:178
366
  msgid "Uploaded background"
367
  msgstr "Przesłane tło"
368
 
369
- #: views/settings.php:179
370
  msgid "Predefined background"
371
  msgstr "Uprzednio zdefiniowane tło"
372
 
373
- #: views/settings.php:184
374
  msgid "Choose color"
375
  msgstr "Wybierz kolor"
376
 
377
- #: views/settings.php:190
378
  msgid "Upload background"
379
  msgstr "Prześlij tło"
380
 
381
- #: views/settings.php:194
382
  msgid "Backgrounds should have 1920x1280 px size."
383
  msgstr "Tło powinno mieć rozmiar 1920x1280 px."
384
 
385
- #: views/settings.php:199
386
  msgid "Choose background"
387
  msgstr "Wybierz tło"
388
 
389
- #: views/settings.php:201
390
  #, php-format
391
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
392
  msgstr ""
393
 
394
- #: views/settings.php:234
395
  msgid "Countdown"
396
  msgstr "Odliczanie"
397
 
398
- #: views/settings.php:239
399
  msgid "Show countdown?"
400
  msgstr "Pokazać odliczanie?"
401
 
402
- #: views/settings.php:248
403
  msgid "Start date"
404
  msgstr "Początkowa data"
405
 
406
- #: views/settings.php:254
407
  msgid "Countdown (remaining time)"
408
  msgstr "Odliczanie (pozostały czas)"
409
 
410
- #: views/settings.php:256
411
  msgid "Days"
412
  msgstr "Dni"
413
 
414
- #: views/settings.php:257
415
  msgid "Hours"
416
  msgstr "Godzin"
417
 
418
- #: views/settings.php:258
419
  msgid "Minutes"
420
  msgstr "Minut"
421
 
422
- #: views/settings.php:262
423
  msgid "Color"
424
  msgstr "Kolor"
425
 
426
- #: views/settings.php:275
427
  msgid "Show subscribe?"
428
  msgstr "Umożliwić subskrypcję?"
429
 
430
- #: views/settings.php:291
431
  msgid "Stats"
432
  msgstr "Statystyki"
433
 
434
- #: views/settings.php:300
435
  msgid "Export as CSV"
436
  msgstr "Eksportuj jako CSV"
437
 
438
- #: views/settings.php:301
439
  msgid "Empty subscribers list"
440
  msgstr ""
441
 
442
- #: views/settings.php:308
443
  msgid "Social Networks"
444
  msgstr "Serwisy społecznościowe"
445
 
446
- #: views/settings.php:313
447
  msgid "Show social networks?"
448
  msgstr "Pokazać serwisy społecznościowe?"
449
 
450
- #: views/settings.php:322
451
  msgid "Links target?"
452
  msgstr "Cel linków?"
453
 
454
- #: views/settings.php:325
455
  msgid "New page"
456
  msgstr "Nowa karta"
457
 
458
- #: views/settings.php:326
459
  msgid "Same page"
460
  msgstr "Ta sama karta"
461
 
462
- #: views/settings.php:328
463
  msgid "Choose how the links will open."
464
  msgstr "Wybierz, w jakim miejscu powinny zostać otwierane linki."
465
 
466
- #: views/settings.php:376
467
  msgid "Contact"
468
  msgstr "Kontakt"
469
 
470
- #: views/settings.php:381
471
  msgid "Show contact?"
472
  msgstr "Pokazać kontakt?"
473
 
474
- #: views/settings.php:390
475
  msgid "Email address"
476
  msgstr "Adres e-mail"
477
 
478
- #: views/settings.php:396
479
  msgid "Effects"
480
  msgstr "Efekty"
481
 
482
- #: views/settings.php:399
483
  msgid "Move top - Move bottom"
484
  msgstr "Wejście z góry - w dół"
485
 
486
- #: views/settings.php:400
487
  msgid "Zoom - Zoomed"
488
  msgstr "Przybliżenie - przybliżone"
489
 
490
- #: views/settings.php:401
491
  msgid "Fold - Unfold"
492
  msgstr "Obrót - obrócone"
493
 
494
- #: views/settings.php:408
495
  msgid "Google Analytics"
496
  msgstr "Google Analytics"
497
 
498
- #: views/settings.php:413
499
  msgid "Use Google Analytics?"
500
  msgstr "Używać Google Analytics?"
501
 
502
- #: views/settings.php:422
503
  msgid "Tracking code"
504
  msgstr "Kod śledzenia"
505
 
506
- #: views/settings.php:425
507
  msgid ""
508
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
509
  msgstr ""
510
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
511
  #: views/sidebar.php:3
512
  msgid "Plugin Info"
513
  msgstr "Informacje o wtyczce"
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"
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."
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
  "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 "
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
  "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
  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
 
299
  msgid "Modules"
300
  msgstr "Moduły"
301
 
302
+ #: views/settings.php:16
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
  "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
  "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"
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.0.9\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-11-29 22:04+0200\n"
6
- "PO-Revision-Date: 2016-11-29 22:04+0200\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 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;"
@@ -29,7 +29,7 @@ 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:295
33
  #, php-format
34
  msgid "You have %d subscriber(s)"
35
  msgstr "Você tem %d assinante(s)"
@@ -56,13 +56,18 @@ msgstr ""
56
  msgid "WP Maintenance Mode"
57
  msgstr "Manutenção Site"
58
 
 
 
 
 
 
59
  # @ wp-maintenance-mode
60
- #: includes/classes/wp-maintenance-mode-admin.php:436
61
  msgid "Settings"
62
  msgstr "Configurações"
63
 
64
  # @ wp-maintenance-mode
65
- #: includes/classes/wp-maintenance-mode-admin.php:455
66
  #, php-format
67
  msgid ""
68
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -71,11 +76,11 @@ msgstr ""
71
  "O modo de manutenção está <strong>ativo</strong>. Por favor, não se esqueça "
72
  "de<a href=\"%s\"> desativar</a> assim que estiver pronto."
73
 
74
- #: includes/classes/wp-maintenance-mode-admin.php:492
75
  msgid "Notice key cannot be empty."
76
  msgstr ""
77
 
78
- #: includes/classes/wp-maintenance-mode-admin.php:540
79
  #, php-format
80
  msgid ""
81
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
@@ -102,8 +107,75 @@ msgstr ""
102
  msgid "Notify me when it's ready"
103
  msgstr "Notifique-me quando estiver pronto"
104
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
105
  # @ wp-maintenance-mode
106
- #: includes/classes/wp-maintenance-mode.php:261
107
  #, php-format
108
  msgid ""
109
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
@@ -113,33 +185,49 @@ msgstr ""
113
  "\">configurações</a>."
114
 
115
  # @ wp-maintenance-mode
116
- #: includes/classes/wp-maintenance-mode.php:463
117
- #: includes/classes/wp-maintenance-mode.php:477
118
  msgid "Maintenance Mode"
119
  msgstr "Modo de Manutenção"
120
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
121
  # @ wp-maintenance-mode
122
- #: includes/classes/wp-maintenance-mode.php:730
123
- #: includes/classes/wp-maintenance-mode.php:764 views/maintenance.php:89
124
  msgid "Please enter a valid email address."
125
  msgstr "Por favor insira um endereço de e-mail válido."
126
 
127
- #: includes/classes/wp-maintenance-mode.php:742
128
  msgid "You successfully subscribed. Thanks!"
129
  msgstr ""
130
 
131
  # @ wp-maintenance-mode
132
- #: includes/classes/wp-maintenance-mode.php:760
133
  msgid "All fields required."
134
  msgstr "Todos os campos são obrigatórios."
135
 
136
  # @ wp-maintenance-mode
137
- #: includes/classes/wp-maintenance-mode.php:772
138
  msgid "Message via contact"
139
  msgstr "Mensagem via contato"
140
 
141
  # @ wp-maintenance-mode
142
- #: includes/classes/wp-maintenance-mode.php:786
143
  msgid "Your email was sent to the website administrator. Thanks!"
144
  msgstr "Seu e-mail foi enviado ao administrador do site. Obrigado!"
145
 
@@ -165,45 +253,41 @@ msgid "Login"
165
  msgstr ""
166
 
167
  # @ wp-maintenance-mode
168
- #: views/maintenance.php:44
169
  msgid "your e-mail..."
170
  msgstr "digite seu e-mail..."
171
 
172
  # @ wp-maintenance-mode
173
- #: views/maintenance.php:45 views/settings.php:270
174
  msgid "Subscribe"
175
  msgstr "Assinante"
176
 
177
  # @ wp-maintenance-mode
178
- #: views/maintenance.php:88 views/sidebar.php:7
179
  msgid "Name"
180
  msgstr "Nome"
181
 
182
- #: views/maintenance.php:88 views/maintenance.php:89 views/maintenance.php:94
 
183
  msgid "This field is required."
184
  msgstr ""
185
 
186
  # @ wp-maintenance-mode
187
- #: views/maintenance.php:89
188
  msgid "E-mail"
189
  msgstr "E-mail"
190
 
191
  # @ wp-maintenance-mode
192
- #: views/maintenance.php:94
193
  msgid "Your message"
194
  msgstr "Sua mensagem"
195
 
196
  # @ wp-maintenance-mode
197
- #: views/maintenance.php:98
198
- msgid "Send"
199
- msgstr "Enviar"
200
-
201
- # @ wp-maintenance-mode
202
- #: views/maintenance.php:105
203
  msgid "Contact us"
204
  msgstr "Contato"
205
 
206
- #: views/maintenance.php:110
207
  msgid "Dashboard"
208
  msgstr ""
209
 
@@ -242,78 +326,82 @@ msgstr "Visual"
242
  msgid "Modules"
243
  msgstr "Módulos"
244
 
 
 
 
 
245
  # @ wp-maintenance-mode
246
- #: views/settings.php:24
247
  msgid "Status"
248
  msgstr "Status"
249
 
250
  # @ wp-maintenance-mode
251
- #: views/settings.php:26
252
  msgid "Activated"
253
  msgstr "Ativado"
254
 
255
  # @ wp-maintenance-mode
256
- #: views/settings.php:27
257
  msgid "Deactivated"
258
  msgstr "Desativado"
259
 
260
  # @ wp-maintenance-mode
261
- #: views/settings.php:31
262
  msgid "Bypass for Search Bots"
263
  msgstr "Bypass para robôs de busca"
264
 
265
  # @ wp-maintenance-mode
266
- #: views/settings.php:34 views/settings.php:104 views/settings.php:114
267
- #: views/settings.php:242 views/settings.php:278 views/settings.php:316
268
- #: views/settings.php:384 views/settings.php:416
269
  msgid "Yes"
270
  msgstr "Sim"
271
 
272
  # @ wp-maintenance-mode
273
- #: views/settings.php:35 views/settings.php:105 views/settings.php:115
274
- #: views/settings.php:243 views/settings.php:279 views/settings.php:317
275
- #: views/settings.php:385 views/settings.php:417
276
  msgid "No"
277
  msgstr "Não"
278
 
279
  # @ wp-maintenance-mode
280
- #: views/settings.php:37
281
  msgid "Allow Search Bots to bypass maintenance mode?"
282
  msgstr "Deixe que os robôs para ignorar o modo de manutenção?"
283
 
284
  # @ wp-maintenance-mode
285
- #: views/settings.php:41
286
  msgid "Backend Role"
287
  msgstr ""
288
 
289
- #: views/settings.php:43 views/settings.php:59
290
  msgid "Select role(s)"
291
  msgstr ""
292
 
293
- #: views/settings.php:53
294
  msgid ""
295
  "Which user role is allowed to access the backend of this blog? "
296
  "Administrators will always have access."
297
  msgstr ""
298
 
299
  # @ wp-maintenance-mode
300
- #: views/settings.php:57
301
  msgid "Frontend Role"
302
  msgstr ""
303
 
304
- #: views/settings.php:69
305
  msgid ""
306
  "Which user role is allowed to access the frontend of this blog? "
307
  "Administrators will always have access."
308
  msgstr ""
309
 
310
  # @ wp-maintenance-mode
311
- #: views/settings.php:73
312
  msgid "Robots Meta Tag"
313
  msgstr "Meta Tag Robots "
314
 
315
  # @ wp-maintenance-mode
316
- #: views/settings.php:79
317
  msgid ""
318
  "The robots meta tag lets you use a granular, page-specific approach to "
319
  "control how an individual page should be indexed and served to users in "
@@ -324,11 +412,11 @@ msgstr ""
324
  "serviu para os usuários em resultados de pesquisa."
325
 
326
  # @ wp-maintenance-mode
327
- #: views/settings.php:83
328
  msgid "Redirection"
329
  msgstr "Redirecionamento"
330
 
331
- #: views/settings.php:86
332
  msgid ""
333
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
334
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
@@ -336,12 +424,12 @@ msgid ""
336
  msgstr ""
337
 
338
  # @ wp-maintenance-mode
339
- #: views/settings.php:90
340
  msgid "Exclude"
341
  msgstr "Excluir"
342
 
343
  # @ wp-maintenance-mode
344
- #: views/settings.php:97
345
  msgid ""
346
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
347
  "IP per line!"
@@ -350,239 +438,349 @@ msgstr ""
350
  "manutenção. Adicionar uma lesma / IP por linha!"
351
 
352
  # @ wp-maintenance-mode
353
- #: views/settings.php:101
354
  msgid "Notice"
355
  msgstr "Aviso"
356
 
357
  # @ wp-maintenance-mode
358
- #: views/settings.php:107
359
  msgid "Do you want to see notices when maintenance mode is activated?"
360
  msgstr "Você quer ver os avisos de quando o modo de manutenção está ativado?"
361
 
362
- #: views/settings.php:111
363
  msgid "Dashboard link"
364
  msgstr ""
365
 
366
  # @ wp-maintenance-mode
367
- #: views/settings.php:117
368
  msgid ""
369
  "Do you want to add a link to the dashboard on your maintenance mode page?"
370
  msgstr ""
371
 
372
  # @ wp-maintenance-mode
373
- #: views/settings.php:125 views/settings.php:228 views/settings.php:433
 
374
  msgid "Save settings"
375
  msgstr ""
376
 
377
  # @ wp-maintenance-mode
378
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
 
379
  msgid "Reset settings"
380
  msgstr ""
381
 
382
  # @ wp-maintenance-mode
383
- #: views/settings.php:131
384
  msgid "Content"
385
  msgstr "Conteúdo"
386
 
387
  # @ wp-maintenance-mode
388
- #: views/settings.php:136
389
  msgid "Title (HTML tag)"
390
  msgstr "Título (HTML Tag)"
391
 
392
  # @ wp-maintenance-mode
393
- #: views/settings.php:142
394
  msgid "Heading"
395
  msgstr "Título H1 da Página"
396
 
397
  # @ wp-maintenance-mode
398
- #: views/settings.php:149 views/settings.php:284
399
  msgid "Text"
400
  msgstr "Mensagem"
401
 
402
  # @ wp-maintenance-mode
403
- #: views/settings.php:169
404
  msgid "Background"
405
  msgstr "Fundo"
406
 
407
  # @ wp-maintenance-mode
408
- #: views/settings.php:174
409
  msgid "Choose type"
410
  msgstr "Escolha o tipo de"
411
 
412
  # @ wp-maintenance-mode
413
- #: views/settings.php:177
414
  msgid "Custom color"
415
  msgstr "Cor personalizada"
416
 
417
  # @ wp-maintenance-mode
418
- #: views/settings.php:178
419
  msgid "Uploaded background"
420
  msgstr "Enviar Imagem Fundo"
421
 
422
  # @ wp-maintenance-mode
423
- #: views/settings.php:179
424
  msgid "Predefined background"
425
  msgstr "Imagem Pré-definida"
426
 
427
  # @ wp-maintenance-mode
428
- #: views/settings.php:184
429
  msgid "Choose color"
430
  msgstr "Escolha cor"
431
 
432
  # @ wp-maintenance-mode
433
- #: views/settings.php:190
434
  msgid "Upload background"
435
  msgstr "Enviar Imagem de Fundo"
436
 
437
  # @ wp-maintenance-mode
438
- #: views/settings.php:194
439
  msgid "Backgrounds should have 1920x1280 px size."
440
  msgstr "A Imagem devem ter tamanho 1920x1280px."
441
 
442
  # @ wp-maintenance-mode
443
- #: views/settings.php:199
444
  msgid "Choose background"
445
  msgstr "Escolha o fundo"
446
 
447
- #: views/settings.php:201
448
  #, php-format
449
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
450
  msgstr ""
451
 
452
  # @ wp-maintenance-mode
453
- #: views/settings.php:234
454
  msgid "Countdown"
455
  msgstr "Contagem Regressiva"
456
 
457
  # @ wp-maintenance-mode
458
- #: views/settings.php:239
459
  msgid "Show countdown?"
460
  msgstr "Mostrar contagem regressiva?"
461
 
462
  # @ wp-maintenance-mode
463
- #: views/settings.php:248
464
  msgid "Start date"
465
  msgstr "Data Inicial"
466
 
467
  # @ wp-maintenance-mode
468
- #: views/settings.php:254
469
  msgid "Countdown (remaining time)"
470
  msgstr "Contagem regressiva (tempo restante)"
471
 
472
  # @ wp-maintenance-mode
473
- #: views/settings.php:256
474
  msgid "Days"
475
  msgstr "Dias"
476
 
477
  # @ wp-maintenance-mode
478
- #: views/settings.php:257
479
  msgid "Hours"
480
  msgstr "Horas"
481
 
482
  # @ wp-maintenance-mode
483
- #: views/settings.php:258
484
  msgid "Minutes"
485
  msgstr "Minutos"
486
 
487
  # @ wp-maintenance-mode
488
- #: views/settings.php:262
489
  msgid "Color"
490
  msgstr "Cor"
491
 
492
  # @ wp-maintenance-mode
493
- #: views/settings.php:275
494
  msgid "Show subscribe?"
495
  msgstr "Mostrar Assinatura?"
496
 
497
  # @ wp-maintenance-mode
498
- #: views/settings.php:291
499
  msgid "Stats"
500
  msgstr "Estatísticas"
501
 
502
  # @ wp-maintenance-mode
503
- #: views/settings.php:300
504
  msgid "Export as CSV"
505
  msgstr "Exportar para CSV"
506
 
507
- #: views/settings.php:301
508
  msgid "Empty subscribers list"
509
  msgstr ""
510
 
511
  # @ wp-maintenance-mode
512
- #: views/settings.php:308
513
  msgid "Social Networks"
514
  msgstr "Rede Sociais"
515
 
516
  # @ wp-maintenance-mode
517
- #: views/settings.php:313
518
  msgid "Show social networks?"
519
  msgstr "Mostrar Rede Sociais?"
520
 
521
- #: views/settings.php:322
522
  msgid "Links target?"
523
  msgstr ""
524
 
525
- #: views/settings.php:325
526
  msgid "New page"
527
  msgstr ""
528
 
529
- #: views/settings.php:326
530
  msgid "Same page"
531
  msgstr ""
532
 
533
- #: views/settings.php:328
534
  msgid "Choose how the links will open."
535
  msgstr ""
536
 
537
  # @ wp-maintenance-mode
538
- #: views/settings.php:376
539
  msgid "Contact"
540
  msgstr "Contato"
541
 
542
  # @ wp-maintenance-mode
543
- #: views/settings.php:381
544
  msgid "Show contact?"
545
  msgstr "Mostrar Contato?"
546
 
547
  # @ wp-maintenance-mode
548
- #: views/settings.php:390
549
  msgid "Email address"
550
  msgstr "Endereço de E-mail"
551
 
552
  # @ wp-maintenance-mode
553
- #: views/settings.php:396
554
  msgid "Effects"
555
  msgstr "Efeitos"
556
 
557
- #: views/settings.php:399
558
  msgid "Move top - Move bottom"
559
  msgstr ""
560
 
561
- #: views/settings.php:400
562
  msgid "Zoom - Zoomed"
563
  msgstr ""
564
 
565
- #: views/settings.php:401
566
  msgid "Fold - Unfold"
567
  msgstr ""
568
 
569
- #: views/settings.php:408
570
  msgid "Google Analytics"
571
  msgstr ""
572
 
573
- #: views/settings.php:413
574
  msgid "Use Google Analytics?"
575
  msgstr ""
576
 
577
- #: views/settings.php:422
578
  msgid "Tracking code"
579
  msgstr ""
580
 
581
- #: views/settings.php:425
582
  msgid ""
583
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
584
  msgstr ""
585
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
586
  # @ wp-maintenance-mode
587
  #: views/sidebar.php:3
588
  msgid "Plugin Info"
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
  "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;"
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)"
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
  "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 "
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
  "\">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
  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
 
326
  msgid "Modules"
327
  msgstr "Módulos"
328
 
329
+ #: views/settings.php:16
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
  "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
  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
  "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"
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.0.9\n"
4
- "POT-Creation-Date: 2016-11-29 22:04+0200\n"
5
- "PO-Revision-Date: 2016-11-29 22:04+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"
@@ -25,7 +25,7 @@ msgstr ""
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:295
29
  #, php-format
30
  msgid "You have %d subscriber(s)"
31
  msgstr "Tem %d subscritor(es)"
@@ -52,11 +52,16 @@ msgstr "A slug do separador tem que existir."
52
  msgid "WP Maintenance Mode"
53
  msgstr "WP Maintenance Mode"
54
 
55
- #: includes/classes/wp-maintenance-mode-admin.php:436
 
 
 
 
 
56
  msgid "Settings"
57
  msgstr "Definições"
58
 
59
- #: includes/classes/wp-maintenance-mode-admin.php:455
60
  #, php-format
61
  msgid ""
62
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -65,11 +70,11 @@ msgstr ""
65
  "O modo de manutenção está <strong>activo</strong>. Por favor não se esqueça "
66
  "de <a href=\"%s\">desactivar</a> assim que termine."
67
 
68
- #: includes/classes/wp-maintenance-mode-admin.php:492
69
  msgid "Notice key cannot be empty."
70
  msgstr "A notice key não pode estar vazia."
71
 
72
- #: includes/classes/wp-maintenance-mode-admin.php:540
73
  #, php-format
74
  msgid ""
75
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
@@ -96,7 +101,74 @@ msgstr ""
96
  msgid "Notify me when it's ready"
97
  msgstr "Notificar-me quando estiver disponível."
98
 
99
- #: includes/classes/wp-maintenance-mode.php:261
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
  #, php-format
101
  msgid ""
102
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
@@ -105,29 +177,43 @@ msgstr ""
105
  "O plugin WP Maintenance Mode foi reactivado e DEVE rever as suas <a href=\"%s"
106
  "\">definições</a>."
107
 
108
- #: includes/classes/wp-maintenance-mode.php:463
109
- #: includes/classes/wp-maintenance-mode.php:477
110
  msgid "Maintenance Mode"
111
  msgstr "Modo de manutenção"
112
 
113
- #: includes/classes/wp-maintenance-mode.php:730
114
- #: includes/classes/wp-maintenance-mode.php:764 views/maintenance.php:89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
  msgid "Please enter a valid email address."
116
  msgstr "Por favor introduza um endereço de email válido."
117
 
118
- #: includes/classes/wp-maintenance-mode.php:742
119
  msgid "You successfully subscribed. Thanks!"
120
  msgstr "Subscreveu com sucesso. Obrigado!"
121
 
122
- #: includes/classes/wp-maintenance-mode.php:760
123
  msgid "All fields required."
124
  msgstr "Todos os campos são necessários."
125
 
126
- #: includes/classes/wp-maintenance-mode.php:772
127
  msgid "Message via contact"
128
  msgstr "Mensagem via formulário de contacto"
129
 
130
- #: includes/classes/wp-maintenance-mode.php:786
131
  msgid "Your email was sent to the website administrator. Thanks!"
132
  msgstr "O seu email foi enviado ao administrador do site. Obrigado!"
133
 
@@ -152,39 +238,36 @@ msgstr "Conteúdo:"
152
  msgid "Login"
153
  msgstr "Iniciar sessão"
154
 
155
- #: views/maintenance.php:44
156
  msgid "your e-mail..."
157
  msgstr "o seu email..."
158
 
159
- #: views/maintenance.php:45 views/settings.php:270
160
  msgid "Subscribe"
161
  msgstr "Subscrever"
162
 
163
- #: views/maintenance.php:88 views/sidebar.php:7
164
  msgid "Name"
165
  msgstr "Nome"
166
 
167
- #: views/maintenance.php:88 views/maintenance.php:89 views/maintenance.php:94
 
168
  msgid "This field is required."
169
  msgstr "Este campo é obrigatório."
170
 
171
- #: views/maintenance.php:89
172
  msgid "E-mail"
173
  msgstr "Email"
174
 
175
- #: views/maintenance.php:94
176
  msgid "Your message"
177
  msgstr "A sua mensagem"
178
 
179
- #: views/maintenance.php:98
180
- msgid "Send"
181
- msgstr "Enviar"
182
-
183
- #: views/maintenance.php:105
184
  msgid "Contact us"
185
  msgstr "Contacte-nos"
186
 
187
- #: views/maintenance.php:110
188
  msgid "Dashboard"
189
  msgstr "Painel de administração"
190
 
@@ -219,47 +302,51 @@ msgstr "Design"
219
  msgid "Modules"
220
  msgstr "Módulos"
221
 
222
- #: views/settings.php:24
 
 
 
 
223
  msgid "Status"
224
  msgstr "Estado"
225
 
226
- #: views/settings.php:26
227
  msgid "Activated"
228
  msgstr "Activado"
229
 
230
- #: views/settings.php:27
231
  msgid "Deactivated"
232
  msgstr "Desactivado"
233
 
234
- #: views/settings.php:31
235
  msgid "Bypass for Search Bots"
236
  msgstr "Bypass para robôs de pesquisa"
237
 
238
- #: views/settings.php:34 views/settings.php:104 views/settings.php:114
239
- #: views/settings.php:242 views/settings.php:278 views/settings.php:316
240
- #: views/settings.php:384 views/settings.php:416
241
- msgid "Yes"
242
- msgstr "Sim"
243
-
244
  #: views/settings.php:35 views/settings.php:105 views/settings.php:115
245
  #: views/settings.php:243 views/settings.php:279 views/settings.php:317
246
  #: views/settings.php:385 views/settings.php:417
 
 
 
 
 
 
247
  msgid "No"
248
  msgstr "Não"
249
 
250
- #: views/settings.php:37
251
  msgid "Allow Search Bots to bypass maintenance mode?"
252
  msgstr "Permitir que os robôs de pesquisa ultrapassem o modo de manutenção?"
253
 
254
- #: views/settings.php:41
255
  msgid "Backend Role"
256
  msgstr "Perfil de utilizador da administração"
257
 
258
- #: views/settings.php:43 views/settings.php:59
259
  msgid "Select role(s)"
260
  msgstr "Seleccione o(s) perfil(s)"
261
 
262
- #: views/settings.php:53
263
  msgid ""
264
  "Which user role is allowed to access the backend of this blog? "
265
  "Administrators will always have access."
@@ -267,11 +354,11 @@ msgstr ""
267
  "Que perfil tem permissão de acesso à administração deste site? Os "
268
  "administradores terão sempre acesso."
269
 
270
- #: views/settings.php:57
271
  msgid "Frontend Role"
272
  msgstr "Perfil de utilizador da frente do site"
273
 
274
- #: views/settings.php:69
275
  msgid ""
276
  "Which user role is allowed to access the frontend of this blog? "
277
  "Administrators will always have access."
@@ -279,11 +366,11 @@ msgstr ""
279
  "Que perfil tem permissão de acesso à frente deste site? Os administradores "
280
  "terão sempre acesso."
281
 
282
- #: views/settings.php:73
283
  msgid "Robots Meta Tag"
284
  msgstr "Metatag para robôs"
285
 
286
- #: views/settings.php:79
287
  msgid ""
288
  "The robots meta tag lets you use a granular, page-specific approach to "
289
  "control how an individual page should be indexed and served to users in "
@@ -293,11 +380,11 @@ msgstr ""
293
  "controlar como cada página individual deve ser indexada e disponibilizada "
294
  "aos utilizadores nos seus resultados de pesquisa."
295
 
296
- #: views/settings.php:83
297
  msgid "Redirection"
298
  msgstr "Redireccionar"
299
 
300
- #: views/settings.php:86
301
  msgid ""
302
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
303
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
@@ -307,11 +394,11 @@ msgstr ""
307
  "administração ou frente do site) para um URL (diferente do URL do painel do "
308
  "WordPress) depois de iniciar a sessão, defina um URL incluindo http://."
309
 
310
- #: views/settings.php:90
311
  msgid "Exclude"
312
  msgstr "Excluir"
313
 
314
- #: views/settings.php:97
315
  msgid ""
316
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
317
  "IP per line!"
@@ -319,210 +406,318 @@ msgstr ""
319
  "Excluir feeds, páginas, arquivos ou IPs do modo de manutenção. Adicionar um "
320
  "URL / IP por cada linha!"
321
 
322
- #: views/settings.php:101
323
  msgid "Notice"
324
  msgstr "Notificações"
325
 
326
- #: views/settings.php:107
327
  msgid "Do you want to see notices when maintenance mode is activated?"
328
  msgstr ""
329
  "Pretende ver notificações enquanto o modo de manutenção estiver activo?"
330
 
331
- #: views/settings.php:111
332
  msgid "Dashboard link"
333
  msgstr "Ligação para o painel de administração"
334
 
335
- #: views/settings.php:117
336
  msgid ""
337
  "Do you want to add a link to the dashboard on your maintenance mode page?"
338
  msgstr ""
339
  "Pretende deixar uma ligação para o painel de administração no seu modo de "
340
  "manutenção?"
341
 
342
- #: views/settings.php:125 views/settings.php:228 views/settings.php:433
 
343
  msgid "Save settings"
344
  msgstr "Guardar definições"
345
 
346
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
 
347
  msgid "Reset settings"
348
  msgstr "Repor definições"
349
 
350
- #: views/settings.php:131
351
  msgid "Content"
352
  msgstr "Conteúdo"
353
 
354
- #: views/settings.php:136
355
  msgid "Title (HTML tag)"
356
  msgstr "Título (etiqueta HTML)"
357
 
358
- #: views/settings.php:142
359
  msgid "Heading"
360
  msgstr "Cabeçalho"
361
 
362
- #: views/settings.php:149 views/settings.php:284
363
  msgid "Text"
364
  msgstr "Texto"
365
 
366
- #: views/settings.php:169
367
  msgid "Background"
368
  msgstr "Fundo"
369
 
370
- #: views/settings.php:174
371
  msgid "Choose type"
372
  msgstr "Escolher tipo"
373
 
374
- #: views/settings.php:177
375
  msgid "Custom color"
376
  msgstr "Cor personalizada"
377
 
378
- #: views/settings.php:178
379
  msgid "Uploaded background"
380
  msgstr "Fundo carregado"
381
 
382
- #: views/settings.php:179
383
  msgid "Predefined background"
384
  msgstr "Fundo predefinido"
385
 
386
- #: views/settings.php:184
387
  msgid "Choose color"
388
  msgstr "Escolher cor"
389
 
390
- #: views/settings.php:190
391
  msgid "Upload background"
392
  msgstr "Carregar fundo"
393
 
394
- #: views/settings.php:194
395
  msgid "Backgrounds should have 1920x1280 px size."
396
  msgstr "Fundos deverão ter 1920x1280 px de tamanho."
397
 
398
- #: views/settings.php:199
399
  msgid "Choose background"
400
  msgstr "Escolher fundo"
401
 
402
- #: views/settings.php:201
403
  #, php-format
404
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
405
  msgstr "fonte <a href=\"%s\" target=\"_blank\">fotos gratuitas</a>"
406
 
407
- #: views/settings.php:234
408
  msgid "Countdown"
409
  msgstr "Contagem decrescente"
410
 
411
- #: views/settings.php:239
412
  msgid "Show countdown?"
413
  msgstr "Mostrar contagem decrescente?"
414
 
415
- #: views/settings.php:248
416
  msgid "Start date"
417
  msgstr "Data de início"
418
 
419
- #: views/settings.php:254
420
  msgid "Countdown (remaining time)"
421
  msgstr "Contagem decrescente (tempo que falta)"
422
 
423
- #: views/settings.php:256
424
  msgid "Days"
425
  msgstr "Dias"
426
 
427
- #: views/settings.php:257
428
  msgid "Hours"
429
  msgstr "Horas"
430
 
431
- #: views/settings.php:258
432
  msgid "Minutes"
433
  msgstr "Minutos"
434
 
435
- #: views/settings.php:262
436
  msgid "Color"
437
  msgstr "Cor"
438
 
439
- #: views/settings.php:275
440
  msgid "Show subscribe?"
441
  msgstr "Mostrar subscrição?"
442
 
443
- #: views/settings.php:291
444
  msgid "Stats"
445
  msgstr "Estatísticas"
446
 
447
- #: views/settings.php:300
448
  msgid "Export as CSV"
449
  msgstr "Exportar como CSV"
450
 
451
- #: views/settings.php:301
452
  msgid "Empty subscribers list"
453
  msgstr "Limpar lista de subscritores"
454
 
455
- #: views/settings.php:308
456
  msgid "Social Networks"
457
  msgstr "Redes sociais"
458
 
459
- #: views/settings.php:313
460
  msgid "Show social networks?"
461
  msgstr "Mostrar redes sociais?"
462
 
463
- #: views/settings.php:322
464
  msgid "Links target?"
465
  msgstr "Destino das ligações?"
466
 
467
- #: views/settings.php:325
468
  msgid "New page"
469
  msgstr "Nova página"
470
 
471
- #: views/settings.php:326
472
  msgid "Same page"
473
  msgstr "Mesma página"
474
 
475
- #: views/settings.php:328
476
  msgid "Choose how the links will open."
477
  msgstr "Escolher como abrir as ligações."
478
 
479
- #: views/settings.php:376
480
  msgid "Contact"
481
  msgstr "Contacto"
482
 
483
- #: views/settings.php:381
484
  msgid "Show contact?"
485
  msgstr "Mostrar contacto?"
486
 
487
- #: views/settings.php:390
488
  msgid "Email address"
489
  msgstr "Endereço de email"
490
 
491
- #: views/settings.php:396
492
  msgid "Effects"
493
  msgstr "Efeitos"
494
 
495
- #: views/settings.php:399
496
  msgid "Move top - Move bottom"
497
  msgstr "Subir - descer"
498
 
499
- #: views/settings.php:400
500
  msgid "Zoom - Zoomed"
501
  msgstr "Zoom"
502
 
503
- #: views/settings.php:401
504
  msgid "Fold - Unfold"
505
  msgstr "Dobrar - desdrobrar"
506
 
507
- #: views/settings.php:408
508
  msgid "Google Analytics"
509
  msgstr "Google Analytics"
510
 
511
- #: views/settings.php:413
512
  msgid "Use Google Analytics?"
513
  msgstr "Utilizar Google Analytics?"
514
 
515
- #: views/settings.php:422
516
  msgid "Tracking code"
517
  msgstr "Código de acompanhamento"
518
 
519
- #: views/settings.php:425
520
  msgid ""
521
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
522
  msgstr ""
523
  "Formatos permitidos: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Por exemplo:: "
524
  "UA-12345678-1 é válido"
525
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
526
  #: views/sidebar.php:3
527
  msgid "Plugin Info"
528
  msgstr "Informação do plugin"
@@ -553,7 +748,9 @@ msgstr "Recursos"
553
 
554
  #. Plugin URI of the plugin/theme
555
  #. Author URI of the plugin/theme
556
- msgid "http://designmodo.com/"
 
 
557
  msgstr "http://designmodo.com/"
558
 
559
  #. Description of the plugin/theme
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"
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)"
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
  "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 "
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
  "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
  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
 
302
  msgid "Modules"
303
  msgstr "Módulos"
304
 
305
+ #: views/settings.php:16
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
  "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
  "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
  "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
  "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
  "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"
748
 
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
 
756
  #. Description of the plugin/theme
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.0.9\n"
4
- "POT-Creation-Date: 2016-11-29 22:05+0200\n"
5
- "PO-Revision-Date: 2016-11-29 22:05+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"
@@ -27,7 +27,7 @@ msgstr ""
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:295
31
  #, php-format
32
  msgid "You have %d subscriber(s)"
33
  msgstr "Lista contine %d abonati"
@@ -53,11 +53,16 @@ msgstr "Identificatorul tabului trebuie sa existe."
53
  msgid "WP Maintenance Mode"
54
  msgstr "WP Maintenance Mode"
55
 
56
- #: includes/classes/wp-maintenance-mode-admin.php:436
 
 
 
 
 
57
  msgid "Settings"
58
  msgstr "Setari"
59
 
60
- #: includes/classes/wp-maintenance-mode-admin.php:455
61
  #, php-format
62
  msgid ""
63
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -66,11 +71,11 @@ msgstr ""
66
  "Modul de mentenanta este <strong>activ</strong>. Nu uita sa-l <a href=\"%s"
67
  "\">dezactivezi</a> imediat dupa ce termini."
68
 
69
- #: includes/classes/wp-maintenance-mode-admin.php:492
70
  msgid "Notice key cannot be empty."
71
  msgstr "Cheia de identificare a notificarii nu trebuie sa fie goala."
72
 
73
- #: includes/classes/wp-maintenance-mode-admin.php:540
74
  #, php-format
75
  msgid ""
76
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
@@ -96,7 +101,76 @@ msgstr ""
96
  msgid "Notify me when it's ready"
97
  msgstr "Notifica-ma atunci cand procesul de mentenanta este gata"
98
 
99
- #: includes/classes/wp-maintenance-mode.php:261
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
  #, php-format
101
  msgid ""
102
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
@@ -105,29 +179,43 @@ msgstr ""
105
  "Plugin-ul WP Maintenance Mode a fost relansat si TREBUIE sa revedeti <a href="
106
  "\"%s\">setarile</a> acestuia."
107
 
108
- #: includes/classes/wp-maintenance-mode.php:463
109
- #: includes/classes/wp-maintenance-mode.php:477
110
  msgid "Maintenance Mode"
111
  msgstr "Mentenanta"
112
 
113
- #: includes/classes/wp-maintenance-mode.php:730
114
- #: includes/classes/wp-maintenance-mode.php:764 views/maintenance.php:89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
  msgid "Please enter a valid email address."
116
  msgstr "Te rog sa completezi o adresa de email valida."
117
 
118
- #: includes/classes/wp-maintenance-mode.php:742
119
  msgid "You successfully subscribed. Thanks!"
120
  msgstr "Te-ai inscris cu succes in lista de contacte. Multumesc!"
121
 
122
- #: includes/classes/wp-maintenance-mode.php:760
123
  msgid "All fields required."
124
  msgstr "Toate campurile sunt obligatorii."
125
 
126
- #: includes/classes/wp-maintenance-mode.php:772
127
  msgid "Message via contact"
128
  msgstr "Mesaj trimis prin formularul de contact"
129
 
130
- #: includes/classes/wp-maintenance-mode.php:786
131
  msgid "Your email was sent to the website administrator. Thanks!"
132
  msgstr "Emailul tau a fost trimis catre administratorul site-ului. Multumim!"
133
 
@@ -152,39 +240,36 @@ msgstr "Continut:"
152
  msgid "Login"
153
  msgstr "Autentificare"
154
 
155
- #: views/maintenance.php:44
156
  msgid "your e-mail..."
157
  msgstr "emailul tau..."
158
 
159
- #: views/maintenance.php:45 views/settings.php:270
160
  msgid "Subscribe"
161
  msgstr "Aboneaza-ma"
162
 
163
- #: views/maintenance.php:88 views/sidebar.php:7
164
  msgid "Name"
165
  msgstr "Nume"
166
 
167
- #: views/maintenance.php:88 views/maintenance.php:89 views/maintenance.php:94
 
168
  msgid "This field is required."
169
  msgstr "Acest camp este obligatoriu."
170
 
171
- #: views/maintenance.php:89
172
  msgid "E-mail"
173
  msgstr "E-Mail"
174
 
175
- #: views/maintenance.php:94
176
  msgid "Your message"
177
  msgstr "Mesajul tau"
178
 
179
- #: views/maintenance.php:98
180
- msgid "Send"
181
- msgstr "Trimite"
182
-
183
- #: views/maintenance.php:105
184
  msgid "Contact us"
185
  msgstr "Contacteaza-ne"
186
 
187
- #: views/maintenance.php:110
188
  msgid "Dashboard"
189
  msgstr "Admin"
190
 
@@ -219,49 +304,53 @@ msgstr "Design"
219
  msgid "Modules"
220
  msgstr "Module"
221
 
222
- #: views/settings.php:24
 
 
 
 
223
  msgid "Status"
224
  msgstr "Status"
225
 
226
- #: views/settings.php:26
227
  msgid "Activated"
228
  msgstr "Activat"
229
 
230
- #: views/settings.php:27
231
  msgid "Deactivated"
232
  msgstr "Dezactivat"
233
 
234
- #: views/settings.php:31
235
  msgid "Bypass for Search Bots"
236
  msgstr "Nu afisa pagina de mentenanta robotilor motoarelor de cautare"
237
 
238
- #: views/settings.php:34 views/settings.php:104 views/settings.php:114
239
- #: views/settings.php:242 views/settings.php:278 views/settings.php:316
240
- #: views/settings.php:384 views/settings.php:416
241
- msgid "Yes"
242
- msgstr "Da"
243
-
244
  #: views/settings.php:35 views/settings.php:105 views/settings.php:115
245
  #: views/settings.php:243 views/settings.php:279 views/settings.php:317
246
  #: views/settings.php:385 views/settings.php:417
 
 
 
 
 
 
247
  msgid "No"
248
  msgstr "Nu"
249
 
250
- #: views/settings.php:37
251
  msgid "Allow Search Bots to bypass maintenance mode?"
252
  msgstr ""
253
  "Dai voie robotilor motoarelor de cautare sa acceseze site-ul, fara a vedea "
254
  "pagina de mentenanta?"
255
 
256
- #: views/settings.php:41
257
  msgid "Backend Role"
258
  msgstr "Rol interfata administrare"
259
 
260
- #: views/settings.php:43 views/settings.php:59
261
  msgid "Select role(s)"
262
  msgstr "Selecteaza rol(urile)"
263
 
264
- #: views/settings.php:53
265
  msgid ""
266
  "Which user role is allowed to access the backend of this blog? "
267
  "Administrators will always have access."
@@ -269,11 +358,11 @@ msgstr ""
269
  "Care rol are acces la partea de backend a acestui blog? Administratorii vor "
270
  "avea intotdeauna acces."
271
 
272
- #: views/settings.php:57
273
  msgid "Frontend Role"
274
  msgstr "Rol interfata publica"
275
 
276
- #: views/settings.php:69
277
  msgid ""
278
  "Which user role is allowed to access the frontend of this blog? "
279
  "Administrators will always have access."
@@ -281,11 +370,11 @@ msgstr ""
281
  "Care rol are acces la partea de frontend a acestui blog? Administratorii vor "
282
  "avea intotdeauna acces."
283
 
284
- #: views/settings.php:73
285
  msgid "Robots Meta Tag"
286
  msgstr "Meta Tag-ul \"robots\""
287
 
288
- #: views/settings.php:79
289
  msgid ""
290
  "The robots meta tag lets you use a granular, page-specific approach to "
291
  "control how an individual page should be indexed and served to users in "
@@ -294,11 +383,11 @@ msgstr ""
294
  "Meta tag-ul \"robots\" permite controlul asupra felului in care motoarele de "
295
  "cautare indexeaza si servesc rezultatele pentru o anumita pagina."
296
 
297
- #: views/settings.php:83
298
  msgid "Redirection"
299
  msgstr "Redirectionare"
300
 
301
- #: views/settings.php:86
302
  msgid ""
303
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
304
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
@@ -308,11 +397,11 @@ msgstr ""
308
  "Backend) catre un URL (diferit de URL-ul Wordpress Dashboard) dupa "
309
  "autentificare, atunci defineste un URL (incepe cu http://)"
310
 
311
- #: views/settings.php:90
312
  msgid "Exclude"
313
  msgstr "Exclude"
314
 
315
- #: views/settings.php:97
316
  msgid ""
317
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
318
  "IP per line!"
@@ -320,207 +409,315 @@ msgstr ""
320
  "Exclude rss feed, pagini, arhive ori IP-uri din modul de mentenanta. Adauga "
321
  "cate slug/IP pe linie."
322
 
323
- #: views/settings.php:101
324
  msgid "Notice"
325
  msgstr "Atentionare"
326
 
327
- #: views/settings.php:107
328
  msgid "Do you want to see notices when maintenance mode is activated?"
329
  msgstr ""
330
  "Doresti sa vezi atentionarea atunci cand modul de mentenanta este activat?"
331
 
332
- #: views/settings.php:111
333
  msgid "Dashboard link"
334
  msgstr "Link catre admin"
335
 
336
- #: views/settings.php:117
337
  msgid ""
338
  "Do you want to add a link to the dashboard on your maintenance mode page?"
339
  msgstr "Doresti sa adaugi un link catre admin pe pagina de mentenanta?"
340
 
341
- #: views/settings.php:125 views/settings.php:228 views/settings.php:433
 
342
  msgid "Save settings"
343
  msgstr "Salveaza setari"
344
 
345
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
 
346
  msgid "Reset settings"
347
  msgstr "Reseteaza setari"
348
 
349
- #: views/settings.php:131
350
  msgid "Content"
351
  msgstr "Continut"
352
 
353
- #: views/settings.php:136
354
  msgid "Title (HTML tag)"
355
  msgstr "Titlu (tag HTML)"
356
 
357
- #: views/settings.php:142
358
  msgid "Heading"
359
  msgstr "Subtitlu"
360
 
361
- #: views/settings.php:149 views/settings.php:284
362
  msgid "Text"
363
  msgstr "Text"
364
 
365
- #: views/settings.php:169
366
  msgid "Background"
367
  msgstr "Fundal"
368
 
369
- #: views/settings.php:174
370
  msgid "Choose type"
371
  msgstr "Alege tip"
372
 
373
- #: views/settings.php:177
374
  msgid "Custom color"
375
  msgstr "Culoare"
376
 
377
- #: views/settings.php:178
378
  msgid "Uploaded background"
379
  msgstr "Imagine de fundal urcata de utilizator"
380
 
381
- #: views/settings.php:179
382
  msgid "Predefined background"
383
  msgstr "Imagine de fundal predefinita"
384
 
385
- #: views/settings.php:184
386
  msgid "Choose color"
387
  msgstr "Alege culoare"
388
 
389
- #: views/settings.php:190
390
  msgid "Upload background"
391
  msgstr "Incarca imagine"
392
 
393
- #: views/settings.php:194
394
  msgid "Backgrounds should have 1920x1280 px size."
395
  msgstr "Imaginea ar trebui sa fie 1920x1280 px"
396
 
397
- #: views/settings.php:199
398
  msgid "Choose background"
399
  msgstr "Alege imagine"
400
 
401
- #: views/settings.php:201
402
  #, php-format
403
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
404
  msgstr "sursa <a href=\"%s\" target=\"_blank\">Free Photos</a>"
405
 
406
- #: views/settings.php:234
407
  msgid "Countdown"
408
  msgstr "Countdown"
409
 
410
- #: views/settings.php:239
411
  msgid "Show countdown?"
412
  msgstr "Afiseaza countdown?"
413
 
414
- #: views/settings.php:248
415
  msgid "Start date"
416
  msgstr "Data de inceput"
417
 
418
- #: views/settings.php:254
419
  msgid "Countdown (remaining time)"
420
  msgstr "Countdown (timpul ramas)"
421
 
422
- #: views/settings.php:256
423
  msgid "Days"
424
  msgstr "Zile"
425
 
426
- #: views/settings.php:257
427
  msgid "Hours"
428
  msgstr "Ore"
429
 
430
- #: views/settings.php:258
431
  msgid "Minutes"
432
  msgstr "Minute"
433
 
434
- #: views/settings.php:262
435
  msgid "Color"
436
  msgstr "Culoare"
437
 
438
- #: views/settings.php:275
439
  msgid "Show subscribe?"
440
  msgstr "Afiseaza formular abonare?"
441
 
442
- #: views/settings.php:291
443
  msgid "Stats"
444
  msgstr "Statistici"
445
 
446
- #: views/settings.php:300
447
  msgid "Export as CSV"
448
  msgstr "Exporta lista in format CSV"
449
 
450
- #: views/settings.php:301
451
  msgid "Empty subscribers list"
452
  msgstr "Goleste lista de contacte"
453
 
454
- #: views/settings.php:308
455
  msgid "Social Networks"
456
  msgstr "Retele sociale"
457
 
458
- #: views/settings.php:313
459
  msgid "Show social networks?"
460
  msgstr "Afiseaza butoane retele sociale?"
461
 
462
- #: views/settings.php:322
463
  msgid "Links target?"
464
  msgstr "Target-ul link-urilor"
465
 
466
- #: views/settings.php:325
467
  msgid "New page"
468
  msgstr "Pagina noua"
469
 
470
- #: views/settings.php:326
471
  msgid "Same page"
472
  msgstr "Aceeasi pagina"
473
 
474
- #: views/settings.php:328
475
  msgid "Choose how the links will open."
476
  msgstr "Alege felul in care link-urile se vor deschide."
477
 
478
- #: views/settings.php:376
479
  msgid "Contact"
480
  msgstr "Contact"
481
 
482
- #: views/settings.php:381
483
  msgid "Show contact?"
484
  msgstr "Afiseaza contact ?"
485
 
486
- #: views/settings.php:390
487
  msgid "Email address"
488
  msgstr "Adresa de email"
489
 
490
- #: views/settings.php:396
491
  msgid "Effects"
492
  msgstr "Efecte"
493
 
494
- #: views/settings.php:399
495
  msgid "Move top - Move bottom"
496
  msgstr "Move top - Move bottom"
497
 
498
- #: views/settings.php:400
499
  msgid "Zoom - Zoomed"
500
  msgstr "Zoom - Zoomed"
501
 
502
- #: views/settings.php:401
503
  msgid "Fold - Unfold"
504
  msgstr "Fold - Unfold"
505
 
506
- #: views/settings.php:408
507
  msgid "Google Analytics"
508
  msgstr "Google Analytics"
509
 
510
- #: views/settings.php:413
511
  msgid "Use Google Analytics?"
512
  msgstr "Folosesti Google Analytics?"
513
 
514
- #: views/settings.php:422
515
  msgid "Tracking code"
516
  msgstr "Cod de monitorizare"
517
 
518
- #: views/settings.php:425
519
  msgid ""
520
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
521
  msgstr ""
522
  "Formate permise: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Ex: UA-12345678-1 este valid."
523
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
524
  #: views/sidebar.php:3
525
  msgid "Plugin Info"
526
  msgstr "Informatii plugin"
@@ -579,9 +776,6 @@ msgstr "Resurse"
579
  #~ msgid "Subscribe now for early access to new WordPress themes."
580
  #~ msgstr "Aboneaza-te acum pentru a avea acces la noi teme WordPress"
581
 
582
- #~ msgid "Enter your email address"
583
- #~ msgstr "Completeaza adresa de email"
584
-
585
  #~ msgid "News"
586
  #~ msgstr "Stiri"
587
 
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"
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"
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
  "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 "
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
  "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
  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
 
304
  msgid "Modules"
305
  msgstr "Module"
306
 
307
+ #: views/settings.php:16
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
  "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
  "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
  "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
  "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
  "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"
776
  #~ msgid "Subscribe now for early access to new WordPress themes."
777
  #~ msgstr "Aboneaza-te acum pentru a avea acces la noi teme WordPress"
778
 
 
 
 
779
  #~ msgid "News"
780
  #~ msgstr "Stiri"
781
 
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.0.9\n"
4
- "POT-Creation-Date: 2016-11-29 22:05+0200\n"
5
- "PO-Revision-Date: 2016-11-29 22:05+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"
@@ -27,7 +27,7 @@ msgstr ""
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:295
31
  #, php-format
32
  msgid "You have %d subscriber(s)"
33
  msgstr "Подписчиков: %d"
@@ -53,11 +53,16 @@ msgstr ""
53
  msgid "WP Maintenance Mode"
54
  msgstr "Техническое обслуживание"
55
 
56
- #: includes/classes/wp-maintenance-mode-admin.php:436
 
 
 
 
 
57
  msgid "Settings"
58
  msgstr "Настройки"
59
 
60
- #: includes/classes/wp-maintenance-mode-admin.php:455
61
  #, php-format
62
  msgid ""
63
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -66,11 +71,11 @@ msgstr ""
66
  "Режим технического обслуживания <strong>включён</strong>. Не забудьте <a "
67
  "href=\"%s\">выключить</a> его, как только закончите."
68
 
69
- #: includes/classes/wp-maintenance-mode-admin.php:492
70
  msgid "Notice key cannot be empty."
71
  msgstr ""
72
 
73
- #: includes/classes/wp-maintenance-mode-admin.php:540
74
  #, php-format
75
  msgid ""
76
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
@@ -94,7 +99,76 @@ msgstr ""
94
  msgid "Notify me when it's ready"
95
  msgstr "Сообщить о готовности"
96
 
97
- #: includes/classes/wp-maintenance-mode.php:261
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
  #, php-format
99
  msgid ""
100
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
@@ -103,29 +177,43 @@ msgstr ""
103
  "Плагин технического обслуживания был перезапущен. Вам НЕОБХОДИМО "
104
  "пересмотреть <a href=\"%s\">настройки</a>."
105
 
106
- #: includes/classes/wp-maintenance-mode.php:463
107
- #: includes/classes/wp-maintenance-mode.php:477
108
  msgid "Maintenance Mode"
109
  msgstr "Режим технического обслуживания"
110
 
111
- #: includes/classes/wp-maintenance-mode.php:730
112
- #: includes/classes/wp-maintenance-mode.php:764 views/maintenance.php:89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
  msgid "Please enter a valid email address."
114
  msgstr "Введите корректный e-mail адрес."
115
 
116
- #: includes/classes/wp-maintenance-mode.php:742
117
  msgid "You successfully subscribed. Thanks!"
118
  msgstr ""
119
 
120
- #: includes/classes/wp-maintenance-mode.php:760
121
  msgid "All fields required."
122
  msgstr "Все поля обязательны."
123
 
124
- #: includes/classes/wp-maintenance-mode.php:772
125
  msgid "Message via contact"
126
  msgstr "Сообщение"
127
 
128
- #: includes/classes/wp-maintenance-mode.php:786
129
  msgid "Your email was sent to the website administrator. Thanks!"
130
  msgstr "Ваше сообщение отправлено администратору сайта. Спасибо!"
131
 
@@ -150,39 +238,36 @@ msgstr ""
150
  msgid "Login"
151
  msgstr "Войти"
152
 
153
- #: views/maintenance.php:44
154
  msgid "your e-mail..."
155
  msgstr "ваш e-mail..."
156
 
157
- #: views/maintenance.php:45 views/settings.php:270
158
  msgid "Subscribe"
159
  msgstr "Подписаться"
160
 
161
- #: views/maintenance.php:88 views/sidebar.php:7
162
  msgid "Name"
163
  msgstr "Имя"
164
 
165
- #: views/maintenance.php:88 views/maintenance.php:89 views/maintenance.php:94
 
166
  msgid "This field is required."
167
  msgstr ""
168
 
169
- #: views/maintenance.php:89
170
  msgid "E-mail"
171
  msgstr "E-mail"
172
 
173
- #: views/maintenance.php:94
174
  msgid "Your message"
175
  msgstr "Ваше сообщение"
176
 
177
- #: views/maintenance.php:98
178
- msgid "Send"
179
- msgstr "Отправить"
180
-
181
- #: views/maintenance.php:105
182
  msgid "Contact us"
183
  msgstr "Свяжитесь с нами"
184
 
185
- #: views/maintenance.php:110
186
  msgid "Dashboard"
187
  msgstr "Панель управления"
188
 
@@ -217,69 +302,73 @@ msgstr "Дизайн"
217
  msgid "Modules"
218
  msgstr "Модули"
219
 
220
- #: views/settings.php:24
 
 
 
 
221
  msgid "Status"
222
  msgstr "Статус"
223
 
224
- #: views/settings.php:26
225
  msgid "Activated"
226
  msgstr "Включено"
227
 
228
- #: views/settings.php:27
229
  msgid "Deactivated"
230
  msgstr "Отключено"
231
 
232
- #: views/settings.php:31
233
  msgid "Bypass for Search Bots"
234
  msgstr "Индексация роботами"
235
 
236
- #: views/settings.php:34 views/settings.php:104 views/settings.php:114
237
- #: views/settings.php:242 views/settings.php:278 views/settings.php:316
238
- #: views/settings.php:384 views/settings.php:416
239
- msgid "Yes"
240
- msgstr "Да"
241
-
242
  #: views/settings.php:35 views/settings.php:105 views/settings.php:115
243
  #: views/settings.php:243 views/settings.php:279 views/settings.php:317
244
  #: views/settings.php:385 views/settings.php:417
 
 
 
 
 
 
245
  msgid "No"
246
  msgstr "Нет"
247
 
248
- #: views/settings.php:37
249
  msgid "Allow Search Bots to bypass maintenance mode?"
250
  msgstr ""
251
  "Разрешить поисковым роботам индексацию сайта во время технического "
252
  "обслуживания?"
253
 
254
- #: views/settings.php:41
255
  msgid "Backend Role"
256
  msgstr "Доступ к панели управления"
257
 
258
- #: views/settings.php:43 views/settings.php:59
259
  msgid "Select role(s)"
260
  msgstr ""
261
 
262
- #: views/settings.php:53
263
  msgid ""
264
  "Which user role is allowed to access the backend of this blog? "
265
  "Administrators will always have access."
266
  msgstr ""
267
 
268
- #: views/settings.php:57
269
  msgid "Frontend Role"
270
  msgstr "Доступ к сайту"
271
 
272
- #: views/settings.php:69
273
  msgid ""
274
  "Which user role is allowed to access the frontend of this blog? "
275
  "Administrators will always have access."
276
  msgstr ""
277
 
278
- #: views/settings.php:73
279
  msgid "Robots Meta Tag"
280
  msgstr "Метатэг для роботов"
281
 
282
- #: views/settings.php:79
283
  msgid ""
284
  "The robots meta tag lets you use a granular, page-specific approach to "
285
  "control how an individual page should be indexed and served to users in "
@@ -288,22 +377,22 @@ msgstr ""
288
  "Метатэг для роботов позволяет Вам определить специфическое для каждой "
289
  "страницы индексирование и отображение пользователям в результатах поиска."
290
 
291
- #: views/settings.php:83
292
  msgid "Redirection"
293
  msgstr "Перенаправление"
294
 
295
- #: views/settings.php:86
296
  msgid ""
297
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
298
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
299
  "(incl. http://)"
300
  msgstr ""
301
 
302
- #: views/settings.php:90
303
  msgid "Exclude"
304
  msgstr "Исключения"
305
 
306
- #: views/settings.php:97
307
  msgid ""
308
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
309
  "IP per line!"
@@ -311,209 +400,317 @@ msgstr ""
311
  "Разрешите доступ к новостям (ленте), страницам, архивам или по IP во время "
312
  "технического обслуживания. Одна страница/IP на строке!"
313
 
314
- #: views/settings.php:101
315
  msgid "Notice"
316
  msgstr "Предупреждение"
317
 
318
- #: views/settings.php:107
319
  msgid "Do you want to see notices when maintenance mode is activated?"
320
  msgstr ""
321
  "Вы хотите видеть предупреждения, когда режим технического обслуживания "
322
  "включён?"
323
 
324
- #: views/settings.php:111
325
  msgid "Dashboard link"
326
  msgstr "Ссылка на панель управления"
327
 
328
- #: views/settings.php:117
329
  msgid ""
330
  "Do you want to add a link to the dashboard on your maintenance mode page?"
331
  msgstr ""
332
  "Вы хотите добавить ссылку на панель управления на странице технического "
333
  "обслуживания?"
334
 
335
- #: views/settings.php:125 views/settings.php:228 views/settings.php:433
 
336
  msgid "Save settings"
337
  msgstr "Сохранить настройки"
338
 
339
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
 
340
  msgid "Reset settings"
341
  msgstr "Сбросить настройки"
342
 
343
- #: views/settings.php:131
344
  msgid "Content"
345
  msgstr "Содержимое"
346
 
347
- #: views/settings.php:136
348
  msgid "Title (HTML tag)"
349
  msgstr "Название (тэг HTML)"
350
 
351
- #: views/settings.php:142
352
  msgid "Heading"
353
  msgstr "Заголовок"
354
 
355
- #: views/settings.php:149 views/settings.php:284
356
  msgid "Text"
357
  msgstr "Текст"
358
 
359
- #: views/settings.php:169
360
  msgid "Background"
361
  msgstr "Фон"
362
 
363
- #: views/settings.php:174
364
  msgid "Choose type"
365
  msgstr "Выберите тип"
366
 
367
- #: views/settings.php:177
368
  msgid "Custom color"
369
  msgstr "Другой цвет"
370
 
371
- #: views/settings.php:178
372
  msgid "Uploaded background"
373
  msgstr "Загруженный фон"
374
 
375
- #: views/settings.php:179
376
  msgid "Predefined background"
377
  msgstr "Предустановленный фон"
378
 
379
- #: views/settings.php:184
380
  msgid "Choose color"
381
  msgstr "Выберите цвет"
382
 
383
- #: views/settings.php:190
384
  msgid "Upload background"
385
  msgstr "Загрузить фон"
386
 
387
- #: views/settings.php:194
388
  msgid "Backgrounds should have 1920x1280 px size."
389
  msgstr "Фоновое изображение должно быть размера 1920x1080."
390
 
391
- #: views/settings.php:199
392
  msgid "Choose background"
393
  msgstr "Выберите фон"
394
 
395
- #: views/settings.php:201
396
  #, php-format
397
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
398
  msgstr ""
399
 
400
- #: views/settings.php:234
401
  msgid "Countdown"
402
  msgstr "Обратный отсчёт"
403
 
404
- #: views/settings.php:239
405
  msgid "Show countdown?"
406
  msgstr "Показывать обратный отсчёт?"
407
 
408
- #: views/settings.php:248
409
  msgid "Start date"
410
  msgstr "Дата начала"
411
 
412
- #: views/settings.php:254
413
  msgid "Countdown (remaining time)"
414
  msgstr "Обратный отсчёт (оставшееся время)"
415
 
416
- #: views/settings.php:256
417
  msgid "Days"
418
  msgstr "Дни"
419
 
420
- #: views/settings.php:257
421
  msgid "Hours"
422
  msgstr "Часы"
423
 
424
- #: views/settings.php:258
425
  msgid "Minutes"
426
  msgstr "Минуты"
427
 
428
- #: views/settings.php:262
429
  msgid "Color"
430
  msgstr "Цвет"
431
 
432
- #: views/settings.php:275
433
  msgid "Show subscribe?"
434
  msgstr "Отображать возможность подписки?"
435
 
436
- #: views/settings.php:291
437
  msgid "Stats"
438
  msgstr "Статистика"
439
 
440
- #: views/settings.php:300
441
  msgid "Export as CSV"
442
  msgstr "Экспорт в .csv"
443
 
444
- #: views/settings.php:301
445
  msgid "Empty subscribers list"
446
  msgstr ""
447
 
448
- #: views/settings.php:308
449
  msgid "Social Networks"
450
  msgstr "Социальные сети"
451
 
452
- #: views/settings.php:313
453
  msgid "Show social networks?"
454
  msgstr "Отображать социальные сети?"
455
 
456
- #: views/settings.php:322
457
  msgid "Links target?"
458
  msgstr "Куда ведут ссылки?"
459
 
460
- #: views/settings.php:325
461
  msgid "New page"
462
  msgstr "Новая страница"
463
 
464
- #: views/settings.php:326
465
  msgid "Same page"
466
  msgstr "Такая же страница"
467
 
468
- #: views/settings.php:328
469
  msgid "Choose how the links will open."
470
  msgstr "Как будут открываться ссылки?"
471
 
472
- #: views/settings.php:376
473
  msgid "Contact"
474
  msgstr "Обратная связь"
475
 
476
- #: views/settings.php:381
477
  msgid "Show contact?"
478
  msgstr "Включить обратную связь?"
479
 
480
- #: views/settings.php:390
481
  msgid "Email address"
482
  msgstr "E-mail адрес"
483
 
484
- #: views/settings.php:396
485
  msgid "Effects"
486
  msgstr "Эффекты"
487
 
488
- #: views/settings.php:399
489
  msgid "Move top - Move bottom"
490
  msgstr "Сверху вниз"
491
 
492
- #: views/settings.php:400
493
  msgid "Zoom - Zoomed"
494
  msgstr "Увеличение"
495
 
496
- #: views/settings.php:401
497
  msgid "Fold - Unfold"
498
  msgstr "Поворот"
499
 
500
- #: views/settings.php:408
501
  msgid "Google Analytics"
502
  msgstr "Google Analytics"
503
 
504
- #: views/settings.php:413
505
  msgid "Use Google Analytics?"
506
  msgstr "Использовать Google Analytics?"
507
 
508
- #: views/settings.php:422
509
  msgid "Tracking code"
510
  msgstr "Код слежения"
511
 
512
- #: views/settings.php:425
513
  msgid ""
514
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
515
  msgstr ""
516
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
517
  #: views/sidebar.php:3
518
  msgid "Plugin Info"
519
  msgstr "Информация о плагине"
@@ -567,8 +764,5 @@ msgstr "Ресурсы"
567
  #~ msgid "Subscribe now for early access to new WordPress themes."
568
  #~ msgstr "Подпишитесь, чтобы заранее узнать о новых темах для WordPress."
569
 
570
- #~ msgid "Enter your email address"
571
- #~ msgstr "Введите ваш e-mail адрес"
572
-
573
  #~ msgid "News"
574
  #~ msgstr "Новости"
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"
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"
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
  "Режим технического обслуживания <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 "
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
  "Плагин технического обслуживания был перезапущен. Вам НЕОБХОДИМО "
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
  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
 
302
  msgid "Modules"
303
  msgstr "Модули"
304
 
305
+ #: views/settings.php:16
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
  "Метатэг для роботов позволяет Вам определить специфическое для каждой "
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
  "Разрешите доступ к новостям (ленте), страницам, архивам или по 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 "Информация о плагине"
764
  #~ msgid "Subscribe now for early access to new WordPress themes."
765
  #~ msgstr "Подпишитесь, чтобы заранее узнать о новых темах для WordPress."
766
 
 
 
 
767
  #~ msgid "News"
768
  #~ msgstr "Новости"
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.0.9\n"
4
- "POT-Creation-Date: 2016-11-29 22:06+0200\n"
5
- "PO-Revision-Date: 2016-11-29 22:06+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"
@@ -26,7 +26,7 @@ msgstr ""
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:295
30
  #, php-format
31
  msgid "You have %d subscriber(s)"
32
  msgstr "Du har %d prenumeranter"
@@ -52,11 +52,16 @@ msgstr ""
52
  msgid "WP Maintenance Mode"
53
  msgstr "WP Underhållsläge"
54
 
55
- #: includes/classes/wp-maintenance-mode-admin.php:436
 
 
 
 
 
56
  msgid "Settings"
57
  msgstr "Inställningar"
58
 
59
- #: includes/classes/wp-maintenance-mode-admin.php:455
60
  #, php-format
61
  msgid ""
62
  "The Maintenance Mode is <strong>active</strong>. Please don't forget to <a "
@@ -65,11 +70,11 @@ msgstr ""
65
  "Underhållsläget är <strong>aktiverat</strong>. Glöm inte att <a href=\"%s"
66
  "\">avaktivera</a> det när du är klar."
67
 
68
- #: includes/classes/wp-maintenance-mode-admin.php:492
69
  msgid "Notice key cannot be empty."
70
  msgstr ""
71
 
72
- #: includes/classes/wp-maintenance-mode-admin.php:540
73
  #, php-format
74
  msgid ""
75
  "If you like <strong>WP Maintenance Mode</strong> please leave us a %s "
@@ -93,7 +98,76 @@ msgstr ""
93
  msgid "Notify me when it's ready"
94
  msgstr "Meddela mig när sidan är färdig"
95
 
96
- #: includes/classes/wp-maintenance-mode.php:261
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  #, php-format
98
  msgid ""
99
  "WP Maintenance Mode plugin was relaunched and you MUST revise <a href=\"%s"
@@ -102,29 +176,43 @@ msgstr ""
102
  "Tillägget WP Underhållsläge återlanserades nyligen med massa nya <a href=\"%s"
103
  "\">inställningar</a>."
104
 
105
- #: includes/classes/wp-maintenance-mode.php:463
106
- #: includes/classes/wp-maintenance-mode.php:477
107
  msgid "Maintenance Mode"
108
  msgstr "Underhållsläge"
109
 
110
- #: includes/classes/wp-maintenance-mode.php:730
111
- #: includes/classes/wp-maintenance-mode.php:764 views/maintenance.php:89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
  msgid "Please enter a valid email address."
113
  msgstr "Vänligen fyll i en giltig e-postadress. "
114
 
115
- #: includes/classes/wp-maintenance-mode.php:742
116
  msgid "You successfully subscribed. Thanks!"
117
  msgstr ""
118
 
119
- #: includes/classes/wp-maintenance-mode.php:760
120
  msgid "All fields required."
121
  msgstr "Vänligen fyll i alla fält."
122
 
123
- #: includes/classes/wp-maintenance-mode.php:772
124
  msgid "Message via contact"
125
  msgstr "Meddelande från underhållsläget"
126
 
127
- #: includes/classes/wp-maintenance-mode.php:786
128
  msgid "Your email was sent to the website administrator. Thanks!"
129
  msgstr "Ditt meddelande skickades till hemsidans ägare. Tack! "
130
 
@@ -149,39 +237,36 @@ msgstr ""
149
  msgid "Login"
150
  msgstr ""
151
 
152
- #: views/maintenance.php:44
153
  msgid "your e-mail..."
154
  msgstr "Din e-postadress..."
155
 
156
- #: views/maintenance.php:45 views/settings.php:270
157
  msgid "Subscribe"
158
  msgstr "Prenumerera"
159
 
160
- #: views/maintenance.php:88 views/sidebar.php:7
161
  msgid "Name"
162
  msgstr "Namn"
163
 
164
- #: views/maintenance.php:88 views/maintenance.php:89 views/maintenance.php:94
 
165
  msgid "This field is required."
166
  msgstr ""
167
 
168
- #: views/maintenance.php:89
169
  msgid "E-mail"
170
  msgstr "E-post"
171
 
172
- #: views/maintenance.php:94
173
  msgid "Your message"
174
  msgstr "Ditt meddelande"
175
 
176
- #: views/maintenance.php:98
177
- msgid "Send"
178
- msgstr "Skicka"
179
-
180
- #: views/maintenance.php:105
181
  msgid "Contact us"
182
  msgstr "Kontakta oss"
183
 
184
- #: views/maintenance.php:110
185
  msgid "Dashboard"
186
  msgstr ""
187
 
@@ -216,67 +301,71 @@ msgstr "Design"
216
  msgid "Modules"
217
  msgstr "Moduler"
218
 
219
- #: views/settings.php:24
 
 
 
 
220
  msgid "Status"
221
  msgstr "Status"
222
 
223
- #: views/settings.php:26
224
  msgid "Activated"
225
  msgstr "Aktiverad"
226
 
227
- #: views/settings.php:27
228
  msgid "Deactivated"
229
  msgstr "Avaktiverad"
230
 
231
- #: views/settings.php:31
232
  msgid "Bypass for Search Bots"
233
  msgstr "Låt sökrobotar gå förbi"
234
 
235
- #: views/settings.php:34 views/settings.php:104 views/settings.php:114
236
- #: views/settings.php:242 views/settings.php:278 views/settings.php:316
237
- #: views/settings.php:384 views/settings.php:416
238
- msgid "Yes"
239
- msgstr "Ja"
240
-
241
  #: views/settings.php:35 views/settings.php:105 views/settings.php:115
242
  #: views/settings.php:243 views/settings.php:279 views/settings.php:317
243
  #: views/settings.php:385 views/settings.php:417
 
 
 
 
 
 
244
  msgid "No"
245
  msgstr "Nej"
246
 
247
- #: views/settings.php:37
248
  msgid "Allow Search Bots to bypass maintenance mode?"
249
  msgstr "Tillåt sökrobotar att gå förbi underhållsläget? "
250
 
251
- #: views/settings.php:41
252
  msgid "Backend Role"
253
  msgstr "Back end-roll"
254
 
255
- #: views/settings.php:43 views/settings.php:59
256
  msgid "Select role(s)"
257
  msgstr ""
258
 
259
- #: views/settings.php:53
260
  msgid ""
261
  "Which user role is allowed to access the backend of this blog? "
262
  "Administrators will always have access."
263
  msgstr ""
264
 
265
- #: views/settings.php:57
266
  msgid "Frontend Role"
267
  msgstr "Front end-roll"
268
 
269
- #: views/settings.php:69
270
  msgid ""
271
  "Which user role is allowed to access the frontend of this blog? "
272
  "Administrators will always have access."
273
  msgstr ""
274
 
275
- #: views/settings.php:73
276
  msgid "Robots Meta Tag"
277
  msgstr "Robots meta-tagg"
278
 
279
- #: views/settings.php:79
280
  msgid ""
281
  "The robots meta tag lets you use a granular, page-specific approach to "
282
  "control how an individual page should be indexed and served to users in "
@@ -286,22 +375,22 @@ msgstr ""
286
  "tillvägagångssätt för att kontrollera hur en enskild sida ska indexeras och "
287
  "visas för användare i sökresultat. "
288
 
289
- #: views/settings.php:83
290
  msgid "Redirection"
291
  msgstr "Omdirigering"
292
 
293
- #: views/settings.php:86
294
  msgid ""
295
  "If you want to redirect a user (with no access to Dashboard/Backend) to a "
296
  "URL (different from WordPress Dashboard URL) after login, then define a URL "
297
  "(incl. http://)"
298
  msgstr ""
299
 
300
- #: views/settings.php:90
301
  msgid "Exclude"
302
  msgstr "Exkludera"
303
 
304
- #: views/settings.php:97
305
  msgid ""
306
  "Exclude feed, pages, archives or IPs from maintenance mode. Add one slug / "
307
  "IP per line!"
@@ -309,205 +398,313 @@ msgstr ""
309
  "Exkludera flöde, sidor, arkiv eller IP-adresser från underhållsläget. Lägg "
310
  "max till en permalänk/IP per rad! "
311
 
312
- #: views/settings.php:101
313
  msgid "Notice"
314
  msgstr "Meddelande"
315
 
316
- #: views/settings.php:107
317
  msgid "Do you want to see notices when maintenance mode is activated?"
318
  msgstr "Vill du se ett meddelande när underhållsläget är aktiverat?"
319
 
320
- #: views/settings.php:111
321
  msgid "Dashboard link"
322
  msgstr ""
323
 
324
- #: views/settings.php:117
325
  msgid ""
326
  "Do you want to add a link to the dashboard on your maintenance mode page?"
327
  msgstr ""
328
 
329
- #: views/settings.php:125 views/settings.php:228 views/settings.php:433
 
330
  msgid "Save settings"
331
  msgstr "Spara"
332
 
333
- #: views/settings.php:126 views/settings.php:229 views/settings.php:434
 
334
  msgid "Reset settings"
335
  msgstr "Återställ inställningar"
336
 
337
- #: views/settings.php:131
338
  msgid "Content"
339
  msgstr "Innehåll"
340
 
341
- #: views/settings.php:136
342
  msgid "Title (HTML tag)"
343
  msgstr "Titel (HTML-tagg)"
344
 
345
- #: views/settings.php:142
346
  msgid "Heading"
347
  msgstr "Rubrik"
348
 
349
- #: views/settings.php:149 views/settings.php:284
350
  msgid "Text"
351
  msgstr "Text"
352
 
353
- #: views/settings.php:169
354
  msgid "Background"
355
  msgstr "Bakgrund"
356
 
357
- #: views/settings.php:174
358
  msgid "Choose type"
359
  msgstr "Välj typ"
360
 
361
- #: views/settings.php:177
362
  msgid "Custom color"
363
  msgstr "Egen färg"
364
 
365
- #: views/settings.php:178
366
  msgid "Uploaded background"
367
  msgstr "Uppladdad bakgrund"
368
 
369
- #: views/settings.php:179
370
  msgid "Predefined background"
371
  msgstr "Fördefinierad bakgrund"
372
 
373
- #: views/settings.php:184
374
  msgid "Choose color"
375
  msgstr "Välj färg"
376
 
377
- #: views/settings.php:190
378
  msgid "Upload background"
379
  msgstr "Ladda upp bakgrund"
380
 
381
- #: views/settings.php:194
382
  msgid "Backgrounds should have 1920x1280 px size."
383
  msgstr "En bakgrund bör vara minst 1920x1280px. "
384
 
385
- #: views/settings.php:199
386
  msgid "Choose background"
387
  msgstr "Välj bakgrund"
388
 
389
- #: views/settings.php:201
390
  #, php-format
391
  msgid "source <a href=\"%s\" target=\"_blank\">Free Photos</a>"
392
  msgstr ""
393
 
394
- #: views/settings.php:234
395
  msgid "Countdown"
396
  msgstr "Nedräkning"
397
 
398
- #: views/settings.php:239
399
  msgid "Show countdown?"
400
  msgstr "Visa nedräkning?"
401
 
402
- #: views/settings.php:248
403
  msgid "Start date"
404
  msgstr "Startdatum"
405
 
406
- #: views/settings.php:254
407
  msgid "Countdown (remaining time)"
408
  msgstr "Nedräkning (återstående tid)"
409
 
410
- #: views/settings.php:256
411
  msgid "Days"
412
  msgstr "Dagar"
413
 
414
- #: views/settings.php:257
415
  msgid "Hours"
416
  msgstr "Timmar"
417
 
418
- #: views/settings.php:258
419
  msgid "Minutes"
420
  msgstr "Minuter"
421
 
422
- #: views/settings.php:262
423
  msgid "Color"
424
  msgstr "Färg"
425
 
426
- #: views/settings.php:275
427
  msgid "Show subscribe?"
428
  msgstr "Visa prenumerationsknapp?"
429
 
430
- #: views/settings.php:291
431
  msgid "Stats"
432
  msgstr "Statistik"
433
 
434
- #: views/settings.php:300
435
  msgid "Export as CSV"
436
  msgstr "Exportera som CSV"
437
 
438
- #: views/settings.php:301
439
  msgid "Empty subscribers list"
440
  msgstr ""
441
 
442
- #: views/settings.php:308
443
  msgid "Social Networks"
444
  msgstr "Sociala nätverk"
445
 
446
- #: views/settings.php:313
447
  msgid "Show social networks?"
448
  msgstr "Visa sociala nätverk?"
449
 
450
- #: views/settings.php:322
451
  msgid "Links target?"
452
  msgstr ""
453
 
454
- #: views/settings.php:325
455
  msgid "New page"
456
  msgstr ""
457
 
458
- #: views/settings.php:326
459
  msgid "Same page"
460
  msgstr ""
461
 
462
- #: views/settings.php:328
463
  msgid "Choose how the links will open."
464
  msgstr ""
465
 
466
- #: views/settings.php:376
467
  msgid "Contact"
468
  msgstr "Kontakt"
469
 
470
- #: views/settings.php:381
471
  msgid "Show contact?"
472
  msgstr "Visa kontaktknapp?"
473
 
474
- #: views/settings.php:390
475
  msgid "Email address"
476
  msgstr "E-postadress"
477
 
478
- #: views/settings.php:396
479
  msgid "Effects"
480
  msgstr "Effekter"
481
 
482
- #: views/settings.php:399
483
  msgid "Move top - Move bottom"
484
  msgstr "Glid"
485
 
486
- #: views/settings.php:400
487
  msgid "Zoom - Zoomed"
488
  msgstr "Zoom"
489
 
490
- #: views/settings.php:401
491
  msgid "Fold - Unfold"
492
  msgstr "Vik"
493
 
494
- #: views/settings.php:408
495
  msgid "Google Analytics"
496
  msgstr ""
497
 
498
- #: views/settings.php:413
499
  msgid "Use Google Analytics?"
500
  msgstr ""
501
 
502
- #: views/settings.php:422
503
  msgid "Tracking code"
504
  msgstr ""
505
 
506
- #: views/settings.php:425
507
  msgid ""
508
  "Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid"
509
  msgstr ""
510
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
511
  #: views/sidebar.php:3
512
  msgid "Plugin Info"
513
  msgstr "Information om tillägg"
@@ -558,8 +755,5 @@ msgstr "Resurser"
558
  #~ msgid "Subscribe now for early access to new WordPress themes."
559
  #~ msgstr "Prenumerera nu för tidig tillgång till nya WordPress-teman."
560
 
561
- #~ msgid "Enter your email address"
562
- #~ msgstr "Fyll i din e-postadress"
563
-
564
  #~ msgid "News"
565
  #~ msgstr "Nyheter"
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"
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"
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
  "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 "
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
  "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
  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
 
301
  msgid "Modules"
302
  msgstr "Moduler"
303
 
304
+ #: views/settings.php:16
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
  "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
  "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"
755
  #~ msgid "Subscribe now for early access to new WordPress themes."
756
  #~ msgstr "Prenumerera nu för tidig tillgång till nya WordPress-teman."
757
 
 
 
 
758
  #~ msgid "News"
759
  #~ msgstr "Nyheter"
languages/wp-maintenance-mode-uk_UA.mo ADDED
Binary file
languages/wp-maintenance-mode-uk_UA.po ADDED
@@ -0,0 +1,749 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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"
17
+ "X-Poedit-SourceCharset: UTF-8\n"
18
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
19
+ "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;"
20
+ "esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
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 "
70
+ "href=\"%s\">deactivate</a> as soon as you are done."
71
+ 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
+ "Якщо Вам сподобався плагін <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"
91
+ msgstr "Режим обслуговування"
92
+
93
+ #: includes/classes/wp-maintenance-mode.php:104
94
+ msgid ""
95
+ "<p>Sorry for the inconvenience.<br />Our website is currently undergoing "
96
+ "scheduled maintenance.<br />Thank you for your understanding.</p>"
97
+ msgstr ""
98
+ "<p>Вибачте за незручності.<br />Наш сайт на разі перебуває в режимі "
99
+ "обслуговування.<br />Дякуємо за розуміння.</p>"
100
+
101
+ #: includes/classes/wp-maintenance-mode.php:122
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"
176
+ "\">settings</a>."
177
+ 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
+
221
+ #: views/contact.php:34
222
+ #, php-format
223
+ msgid "You have been contacted via %s."
224
+ msgstr "Вам надійшло повідомлення через %s."
225
+
226
+ #: views/contact.php:52
227
+ msgid "Name:"
228
+ msgstr "Ім'я:"
229
+
230
+ #: views/contact.php:64
231
+ msgid "Email:"
232
+ msgstr "Email:"
233
+
234
+ #: views/contact.php:79
235
+ msgid "Content:"
236
+ msgstr "Текст:"
237
+
238
+ #: views/loginform.php:8
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
+
275
+ #: views/promo-strictthemes.php:1
276
+ msgid "Premium WordPress Themes from WP Maintenance Mode authors!"
277
+ msgstr "Преміум теми WordPress від авторів Режиму обслуговування WP!"
278
+
279
+ #: views/promo-strictthemes.php:4
280
+ msgid ""
281
+ "We hope you like the WP Maintenance Mode plugin! Now you can buy WordPress "
282
+ "Themes directly from us on ThemeForest. We're StrictThemes and we create "
283
+ "best designed and coded WordPress Themes."
284
+ msgstr ""
285
+ "Ми сподіваємось, вам сподобався плагін режиму технічного обслуговування WP! "
286
+ "Тепер ви можете придбати теми WordPress безпосередньо від нас на "
287
+ "ThemeForest. Ми StrictThemes і ми створюємо найкращі розроблені та кодовані "
288
+ "теми WordPress."
289
+
290
+ #: views/promo-strictthemes.php:8
291
+ msgid "See our WordPress Themes!"
292
+ msgstr "Перегляньте наші теми WordPress!"
293
+
294
+ #: views/settings.php:6
295
+ msgid "Settings saved."
296
+ msgstr "Налаштування збережено."
297
+
298
+ #: views/settings.php:13
299
+ msgid "General"
300
+ msgstr "Головні"
301
+
302
+ #: views/settings.php:14
303
+ msgid "Design"
304
+ msgstr "Вигляд"
305
+
306
+ #: views/settings.php:15
307
+ msgid "Modules"
308
+ msgstr "Модулі"
309
+
310
+ #: views/settings.php:16
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."
358
+ 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."
370
+ 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 "
382
+ "search results."
383
+ msgstr ""
384
+ "Robots мета тег дозволить використовувати багатогранний, специфічний для "
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 "
396
+ "(incl. http://)"
397
+ msgstr ""
398
+ "Якщо Ви бажаєте передресовувати користувача (без доступу до Адміністративної "
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!"
410
+ 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 "Інформація про плагін"
726
+
727
+ #: views/sidebar.php:13
728
+ msgid "Author"
729
+ msgstr "Автор"
730
+
731
+ #: views/sidebar.php:14
732
+ msgid "Website"
733
+ msgstr "Вебсайт"
734
+
735
+ #: views/sidebar.php:15
736
+ msgid "Twitter"
737
+ msgstr "Twitter"
738
+
739
+ #: views/sidebar.php:16
740
+ msgid "GitHub"
741
+ msgstr "GitHub"
742
+
743
+ #: views/sidebar.php:27
744
+ msgid "Other products"
745
+ msgstr "Інші продукти"
746
+
747
+ #: views/sidebar.php:48
748
+ msgid "Resources"
749
+ msgstr "Ресурси"
readme.md CHANGED
@@ -1,8 +1,8 @@
1
- # Version 2.0.9
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.
6
 
7
  **Features**
8
 
@@ -18,10 +18,11 @@ Adds a splash page to your site that lets visitors know your site is down for ma
18
  * Works with any WordPress theme;
19
  * SEO options;
20
  * Exclude URLs from maintenance.
 
21
 
22
  **Credits**
23
 
24
- Developed by [Designmodo](http://designmodo.com) & [StrictThemes – WordPress Themes](http://strictthemes.com/)
25
 
26
  ## F.A.Q.
27
 
1
+ # Version 2.1.1
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
 
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
 
23
  **Credits**
24
 
25
+ Developed by [Designmodo](https://designmodo.com) & [StrictThemes – WordPress Themes](http://strictthemes.com/)
26
 
27
  ## F.A.Q.
28
 
readme.txt CHANGED
@@ -1,21 +1,23 @@
1
  === WP Maintenance Mode ===
2
- Contributors: Designmodo, GeorgeJipa
3
  Plugin Name: WP Maintenance Mode
4
  Plugin URI: https://designmodo.com/
5
  Author: Designmodo
6
  Author URI: https://designmodo.com/
7
- Tags: maintenance mode, maintenance, website maintenance, launch page, coming soon, coming soon page, admin, administration, unavailable, multisite, landing page, under construction, contact form, subscribe form, countdown
8
  Requires at least: 3.5
9
- Tested up to: 4.8.2
 
10
  License: GPL-2.0+
11
 
12
- 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.
13
 
14
  == Description ==
15
 
16
  Add a maintenance page to your blog that lets visitors know your blog is down for maintenance, or add a coming soon page for a new website. User with admin rights gets full access to the blog including the front end.
17
 
18
  Activate the plugin and your blog is in maintenance-mode, works and only registered users with enough rights can see the front end. You can use a date with a countdown timer for visitor information or set a value and unit for information.
 
19
  Also works with WordPress Multisite installs (each blog from the network has it's own maintenance settings).
20
 
21
  = Features =
@@ -31,7 +33,8 @@ Also works with WordPress Multisite installs (each blog from the network has it'
31
  * Social media icons;
32
  * Works with any WordPress theme;
33
  * SEO options;
34
- * Exclude URLs from maintenance.
 
35
 
36
  = Bugs, technical hints or contribute =
37
 
@@ -39,7 +42,7 @@ Please give us feedback, contribute and file technical bugs on [GitHub Repo](htt
39
 
40
  = Credits =
41
 
42
- Developed by [Designmodo](https://designmodo.com/) & [StrictThemes – WordPress Themes](http://strictthemes.com/)
43
 
44
  == Installation ==
45
 
@@ -50,12 +53,13 @@ Developed by [Designmodo](https://designmodo.com/) & [StrictThemes – WordPress
50
 
51
  == Screenshots ==
52
 
53
- 1. Maintenance Mode example
54
- 2. Maintenance Mode example #2
55
- 3. Contact form
56
- 4. Dashboard General settings
57
- 5. Dashboard Design settings
58
- 6. Dashboard Modules settings
 
59
 
60
  == Frequently Asked Questions ==
61
 
@@ -70,6 +74,20 @@ If you change your login url, please add the new slug (url: http://domain.com/ne
70
 
71
  == Changelog ==
72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
  = 2.0.9 (29/11/2016) =
74
  * new hook (`wpmm_after_body`) in maintenance mode template (thanks @ [Karolína Vyskočilová](https://github.com/vyskoczilova))
75
  * pt_PT (portuguese) language update (thanks @ [Pedro Mendonça](https://github.com/pedro-mendonca))
1
  === WP Maintenance Mode ===
2
+ Contributors: Designmodo
3
  Plugin Name: WP Maintenance Mode
4
  Plugin URI: https://designmodo.com/
5
  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.4
10
+ Stable tag: 2.1.1
11
  License: GPL-2.0+
12
 
13
+ 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!
14
 
15
  == Description ==
16
 
17
  Add a maintenance page to your blog that lets visitors know your blog is down for maintenance, or add a coming soon page for a new website. User with admin rights gets full access to the blog including the front end.
18
 
19
  Activate the plugin and your blog is in maintenance-mode, works and only registered users with enough rights can see the front end. You can use a date with a countdown timer for visitor information or set a value and unit for information.
20
+
21
  Also works with WordPress Multisite installs (each blog from the network has it's own maintenance settings).
22
 
23
  = Features =
33
  * Social media icons;
34
  * Works with any WordPress theme;
35
  * SEO options;
36
+ * Exclude URLs from maintenance;
37
+ * Bot functionality to collect the emails in a friendly and efficient way.
38
 
39
  = Bugs, technical hints or contribute =
40
 
42
 
43
  = Credits =
44
 
45
+ Developed by [Designmodo](https://designmodo.com) & [StrictThemes – WordPress Themes](http://strictthemes.com/)
46
 
47
  == Installation ==
48
 
53
 
54
  == Screenshots ==
55
 
56
+ 1. Maintenance Mode Example
57
+ 2. Maintenance Mode Example #2
58
+ 3. Contact Form
59
+ 4. Dashboard General Settings
60
+ 5. Dashboard Design Settings
61
+ 6. Dashboard Modules Settings
62
+ 7. Dashboard Bot Settings
63
 
64
  == Frequently Asked Questions ==
65
 
74
 
75
  == Changelog ==
76
 
77
+ = 2.1.1 (1/03/2018) =
78
+ * fixed a visual bug with wrap container
79
+ * added internationalization support for bot fixed strings
80
+ * fixed path for loading data.js required for the bot (thanks @ [George Jipa](https://github.com/georgejipa))
81
+ * added wpmm_before_scripts hook, fires just before loading the scripts
82
+ * moved data.js to uploads directory (thanks @ [George Jipa](https://github.com/georgejipa))
83
+
84
+ = 2.1 (27/02/2018) =
85
+ * added bot feature
86
+ * css fixes
87
+ * new css transitions for buttons
88
+ * fixed https problem (thanks @ [George Jipa](https://github.com/georgejipa))
89
+ * updated translations, help us! :)
90
+
91
  = 2.0.9 (29/11/2016) =
92
  * new hook (`wpmm_after_body`) in maintenance mode template (thanks @ [Karolína Vyskočilová](https://github.com/vyskoczilova))
93
  * pt_PT (portuguese) language update (thanks @ [Pedro Mendonça](https://github.com/pedro-mendonca))
views/contact.php CHANGED
@@ -1,107 +1,107 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <style>
5
- @media screen and (max-width: 500px) {
6
- #wrap {
7
- width: 100%;
8
- }
9
- }
10
- </style>
11
- </head>
12
- <body style="margin:0;padding:0;background:#efefef;">
13
- <table align="center" cellpadding="0" cellspacing="0" width="500" id="wrap">
14
- <tr>
15
- <td height="60"></td>
16
- </tr>
17
- <!-- Content -->
18
- <tr>
19
- <td>
20
- <table style="padding:0 25px;" cellspacing="0" cellspacing="0" style="border:1px solid #e3e5e5" bgcolor="#fff" width="100%">
21
- <tr>
22
- <td height="60"></td>
23
- </tr>
24
- <tr>
25
- <td style="text-align:center;">
26
- <img src="<?php echo WPMM_IMAGES_URL . 'icon-48.png'; ?>" />
27
- </td>
28
- </tr>
29
- <tr>
30
- <td height="40"></td>
31
- </tr>
32
- <tr>
33
- <td style="color:#747e7e;font-family:Lato, Helvetica, Arial, sans-serif;text-align:center;font-size:18px;font-weight:normal;">
34
- <?php printf(__('You have been contacted via %s.', $this->plugin_slug), get_bloginfo('name')); ?>
35
- </td>
36
- </tr>
37
- <tr>
38
- <td height="30"></td>
39
- </tr>
40
- <tr>
41
- <td width="100%">
42
- <table cellspacing="0" cellpadding="0" width="100%">
43
- <tbody>
44
- <?php do_action('wpmm_contact_template_start'); ?>
45
-
46
- <tr>
47
- <td height="30"></td>
48
- <td height="30"></td>
49
- </tr>
50
- <tr>
51
- <td width="20%" style="border-bottom:1px solid #e3e5e5;padding:0 0 30px 20px;text-align:left;font-size:14px;font-family:Lato, Helvetica, Arial, sans-serif;color:#747e7e;font-weight:bold;">
52
- <?php _e('Name:', $this->plugin_slug); ?>
53
- </td>
54
- <td width="80%" style="border-bottom:1px solid #e3e5e5;padding:0 0 30px 20px;text-align:left;font-size:14px;font-family:Lato, Helvetica, Arial, sans-serif;color:#747e7e;">
55
- <?php echo sanitize_text_field($_POST['name']); ?>
56
- </td>
57
- </tr>
58
- <tr>
59
- <td height="30"></td>
60
- <td height="30"></td>
61
- </tr>
62
- <tr>
63
- <td width="20%" style="border-bottom:1px solid #e3e5e5;padding:0 0 30px 20px;text-align:left;font-size:14px;font-family:Lato, Helvetica, Arial, sans-serif;color:#747e7e;font-weight:bold;">
64
- <?php _e('Email:', $this->plugin_slug); ?>
65
- </td>
66
- <td width="80%" style="border-bottom:1px solid #e3e5e5;padding:0 0 30px 20px;text-align:left;font-size:14px;font-family:Lato, Helvetica, Arial, sans-serif;color:#747e7e;">
67
- <?php echo sanitize_text_field($_POST['email']); ?>
68
- </td>
69
- </tr>
70
-
71
- <?php do_action('wpmm_contact_template_before_message'); ?>
72
-
73
- <tr>
74
- <td height="30"></td>
75
- <td height="30"></td>
76
- </tr>
77
- <tr>
78
- <td colspan="2" style="padding:0 0 30px 20px;text-align:left;font-size:14px;font-family:Lato, Helvetica, Arial, sans-serif;color:#747e7e;font-weight:bold;">
79
- <?php _e('Content:', $this->plugin_slug); ?>
80
- </td>
81
- </tr>
82
- <tr>
83
- <td colspan="2" style="padding:0 0 20px 20px;text-align:left;font-size:14px;font-family:Lato, Helvetica, Arial, sans-serif;color:#747e7e;">
84
- <?php echo nl2br(stripslashes($_POST['content'])); ?>
85
- </td>
86
- </tr>
87
-
88
- <?php do_action('wpmm_contact_template_after_message'); ?>
89
-
90
- <?php do_action('wpmm_contact_template_end'); ?>
91
- </tbody>
92
- </table>
93
- </td>
94
- </tr>
95
- <tr>
96
- <td height="60"></td>
97
- </tr>
98
- </table>
99
- </td>
100
- </tr>
101
- <tr>
102
- <td height="60"></td>
103
- </tr>
104
- <!-- End Content -->
105
- </table>
106
- </body>
107
  </html>
1
+ <!doctype html>
2
+ <html>
3
+ <head>
4
+ <style>
5
+ @media screen and (max-width: 500px) {
6
+ #wrap {
7
+ width: 100%;
8
+ }
9
+ }
10
+ </style>
11
+ </head>
12
+ <body style="margin:0;padding:0;background:#efefef;">
13
+ <table align="center" cellpadding="0" cellspacing="0" width="500" id="wrap">
14
+ <tr>
15
+ <td height="60"></td>
16
+ </tr>
17
+ <!-- Content -->
18
+ <tr>
19
+ <td>
20
+ <table style="padding:0 25px;" cellspacing="0" cellspacing="0" style="border:1px solid #e3e5e5" bgcolor="#fff" width="100%">
21
+ <tr>
22
+ <td height="60"></td>
23
+ </tr>
24
+ <tr>
25
+ <td style="text-align:center;">
26
+ <img src="<?php echo WPMM_IMAGES_URL . 'icon-48.png'; ?>" />
27
+ </td>
28
+ </tr>
29
+ <tr>
30
+ <td height="40"></td>
31
+ </tr>
32
+ <tr>
33
+ <td style="color:#747e7e;font-family:Lato, Helvetica, Arial, sans-serif;text-align:center;font-size:18px;font-weight:normal;">
34
+ <?php printf(__('You have been contacted via %s.', $this->plugin_slug), get_bloginfo('name')); ?>
35
+ </td>
36
+ </tr>
37
+ <tr>
38
+ <td height="30"></td>
39
+ </tr>
40
+ <tr>
41
+ <td width="100%">
42
+ <table cellspacing="0" cellpadding="0" width="100%">
43
+ <tbody>
44
+ <?php do_action('wpmm_contact_template_start'); ?>
45
+
46
+ <tr>
47
+ <td height="30"></td>
48
+ <td height="30"></td>
49
+ </tr>
50
+ <tr>
51
+ <td width="20%" style="border-bottom:1px solid #e3e5e5;padding:0 0 30px 20px;text-align:left;font-size:14px;font-family:Lato, Helvetica, Arial, sans-serif;color:#747e7e;font-weight:bold;">
52
+ <?php _e('Name:', $this->plugin_slug); ?>
53
+ </td>
54
+ <td width="80%" style="border-bottom:1px solid #e3e5e5;padding:0 0 30px 20px;text-align:left;font-size:14px;font-family:Lato, Helvetica, Arial, sans-serif;color:#747e7e;">
55
+ <?php echo sanitize_text_field($_POST['name']); ?>
56
+ </td>
57
+ </tr>
58
+ <tr>
59
+ <td height="30"></td>
60
+ <td height="30"></td>
61
+ </tr>
62
+ <tr>
63
+ <td width="20%" style="border-bottom:1px solid #e3e5e5;padding:0 0 30px 20px;text-align:left;font-size:14px;font-family:Lato, Helvetica, Arial, sans-serif;color:#747e7e;font-weight:bold;">
64
+ <?php _e('Email:', $this->plugin_slug); ?>
65
+ </td>
66
+ <td width="80%" style="border-bottom:1px solid #e3e5e5;padding:0 0 30px 20px;text-align:left;font-size:14px;font-family:Lato, Helvetica, Arial, sans-serif;color:#747e7e;">
67
+ <?php echo sanitize_text_field($_POST['email']); ?>
68
+ </td>
69
+ </tr>
70
+
71
+ <?php do_action('wpmm_contact_template_before_message'); ?>
72
+
73
+ <tr>
74
+ <td height="30"></td>
75
+ <td height="30"></td>
76
+ </tr>
77
+ <tr>
78
+ <td colspan="2" style="padding:0 0 30px 20px;text-align:left;font-size:14px;font-family:Lato, Helvetica, Arial, sans-serif;color:#747e7e;font-weight:bold;">
79
+ <?php _e('Content:', $this->plugin_slug); ?>
80
+ </td>
81
+ </tr>
82
+ <tr>
83
+ <td colspan="2" style="padding:0 0 20px 20px;text-align:left;font-size:14px;font-family:Lato, Helvetica, Arial, sans-serif;color:#747e7e;">
84
+ <?php echo nl2br(stripslashes($_POST['content'])); ?>
85
+ </td>
86
+ </tr>
87
+
88
+ <?php do_action('wpmm_contact_template_after_message'); ?>
89
+
90
+ <?php do_action('wpmm_contact_template_end'); ?>
91
+ </tbody>
92
+ </table>
93
+ </td>
94
+ </tr>
95
+ <tr>
96
+ <td height="60"></td>
97
+ </tr>
98
+ </table>
99
+ </td>
100
+ </tr>
101
+ <tr>
102
+ <td height="60"></td>
103
+ </tr>
104
+ <!-- End Content -->
105
+ </table>
106
+ </body>
107
  </html>
views/google-analytics.php CHANGED
@@ -1,10 +1,10 @@
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
+ <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>
views/index.php CHANGED
File without changes
views/loginform.php CHANGED
File without changes
views/maintenance.php CHANGED
@@ -29,7 +29,32 @@
29
 
30
  <div class="wrap">
31
  <?php if (!empty($heading)) { ?><h1><?php echo stripslashes($heading); ?></h1><?php } ?>
32
- <?php if (!empty($text)) { ?><h2><?php echo stripslashes($text); ?></h2><?php } ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
 
34
  <?php
35
  if (!empty($this->plugin_settings['modules']['countdown_status']) && $this->plugin_settings['modules']['countdown_status'] == 1) {
@@ -37,7 +62,10 @@
37
  <div class="countdown" data-start="<?php echo date('F d, Y H:i:s', strtotime($countdown_start)); ?>" data-end="<?php echo date('F d, Y H:i:s', $countdown_end); ?>"></div>
38
  <?php } ?>
39
 
40
- <?php if (!empty($this->plugin_settings['modules']['subscribe_status']) && $this->plugin_settings['modules']['subscribe_status'] == 1) { ?>
 
 
 
41
  <?php if (!empty($this->plugin_settings['modules']['subscribe_text'])) { ?><h3><?php echo stripslashes($this->plugin_settings['modules']['subscribe_text']); ?></h3><?php } ?>
42
  <div class="subscribe_wrapper" style="min-height: 100px;">
43
  <form class="subscribe_form">
@@ -48,18 +76,18 @@
48
  <?php } ?>
49
 
50
  <?php if (!empty($this->plugin_settings['modules']['social_status']) && $this->plugin_settings['modules']['social_status'] == 1) { ?>
51
- <div class="social" data-target="<?php echo!empty($this->plugin_settings['modules']['social_target']) ? 1 : 0; ?>">
52
  <?php if (!empty($this->plugin_settings['modules']['social_twitter'])) { ?>
53
  <a class="tw" href="<?php echo stripslashes($this->plugin_settings['modules']['social_twitter']); ?>">twitter</a>
54
  <?php } ?>
55
 
56
  <?php if (!empty($this->plugin_settings['modules']['social_facebook'])) { ?>
57
  <a class="fb" href="<?php echo stripslashes($this->plugin_settings['modules']['social_facebook']); ?>">facebook</a>
58
- <?php } ?>
59
 
60
  <?php if (!empty($this->plugin_settings['modules']['social_pinterest'])) { ?>
61
  <a class="pin" href="<?php echo stripslashes($this->plugin_settings['modules']['social_pinterest']); ?>">pinterest</a>
62
- <?php } ?>
63
 
64
  <?php if (!empty($this->plugin_settings['modules']['social_github'])) { ?>
65
  <a class="git" href="<?php echo stripslashes($this->plugin_settings['modules']['social_github']); ?>">github</a>
@@ -67,21 +95,25 @@
67
 
68
  <?php if (!empty($this->plugin_settings['modules']['social_dribbble'])) { ?>
69
  <a class="dribbble" href="<?php echo stripslashes($this->plugin_settings['modules']['social_dribbble']); ?>">dribbble</a>
70
- <?php } ?>
71
 
72
  <?php if (!empty($this->plugin_settings['modules']['social_google+'])) { ?>
73
  <a class="gplus" href="<?php echo stripslashes($this->plugin_settings['modules']['social_google+']); ?>">google plus</a>
74
- <?php } ?>
75
 
76
  <?php if (!empty($this->plugin_settings['modules']['social_linkedin'])) { ?>
77
  <a class="linkedin" href="<?php echo stripslashes($this->plugin_settings['modules']['social_linkedin']); ?>">linkedin</a>
78
- <?php } ?>
79
  </div>
80
  <?php } ?>
81
  <?php if (!empty($this->plugin_settings['modules']['contact_status']) && $this->plugin_settings['modules']['contact_status'] == 1) { ?>
82
  <div class="contact">
83
  <?php list($open, $close) = !empty($this->plugin_settings['modules']['contact_effects']) && strstr($this->plugin_settings['modules']['contact_effects'], '|') ? explode('|', $this->plugin_settings['modules']['contact_effects']) : explode('|', 'move_top|move_bottom'); ?>
84
  <div class="form <?php echo esc_attr($open); ?>">
 
 
 
 
85
  <form class="contact_form">
86
  <?php do_action('wpmm_contact_form_start'); ?>
87
 
@@ -100,7 +132,7 @@
100
  <?php do_action('wpmm_contact_form_end'); ?>
101
  </form>
102
  </div>
103
- </div>
104
 
105
  <a class="contact_us" href="javascript:void(0);" data-open="<?php echo esc_attr($open); ?>" data-close="<?php echo esc_attr($close); ?>"><?php _e('Contact us', $this->plugin_slug); ?></a>
106
  <?php } ?>
@@ -109,13 +141,18 @@
109
  <div class="author_link">
110
  <a href="<?php echo admin_url(); ?>"><?php _e('Dashboard', $this->plugin_slug); ?></a>
111
  </div>
112
- <?php } ?>
113
  </div>
114
 
115
  <script type='text/javascript'>
116
  var wpmm_vars = {"ajax_url": "<?php echo admin_url('admin-ajax.php'); ?>"};
117
- </script>
 
118
  <?php
 
 
 
 
119
  if (!empty($scripts) && is_array($scripts)) {
120
  foreach ($scripts as $src) {
121
  ?>
@@ -123,10 +160,16 @@
123
  <?php
124
  }
125
  }
126
-
127
  // Do some actions
128
  do_action('wm_footer'); // this hook will be removed in the next versions
129
  do_action('wpmm_footer');
130
  ?>
 
 
 
 
 
 
 
131
  </body>
132
  </html>
29
 
30
  <div class="wrap">
31
  <?php if (!empty($heading)) { ?><h1><?php echo stripslashes($heading); ?></h1><?php } ?>
32
+
33
+ <?php
34
+ // If bot is enabled no text will be shown
35
+ if ( !empty($text) && $this->plugin_settings['bot']['status'] === 0) {
36
+ echo "<h2>" . stripslashes($text) . "</h2>";
37
+ }
38
+ ?>
39
+
40
+
41
+ <?php if (!empty($this->plugin_settings['bot']['status']) && $this->plugin_settings['bot']['status'] === 1) { ?>
42
+ </div><!-- .wrap -->
43
+ <div class="bot-container">
44
+ <!-- WP Bot -->
45
+ <div class="bot-chat-wrapper">
46
+ <!-- Chats -->
47
+ <div class="chat-container cf"></div>
48
+ <!-- User input -->
49
+ <div class="input"></div>
50
+ <!-- User choices -->
51
+ <div class="choices cf"></div>
52
+ </div>
53
+ <!-- /WP Bot -->
54
+ </div>
55
+ <div class="bot-error"><p></p></div>
56
+ <div class="wrap under-bot">
57
+ <?php } ?>
58
 
59
  <?php
60
  if (!empty($this->plugin_settings['modules']['countdown_status']) && $this->plugin_settings['modules']['countdown_status'] == 1) {
62
  <div class="countdown" data-start="<?php echo date('F d, Y H:i:s', strtotime($countdown_start)); ?>" data-end="<?php echo date('F d, Y H:i:s', $countdown_end); ?>"></div>
63
  <?php } ?>
64
 
65
+ <?php if (!empty($this->plugin_settings['modules']['subscribe_status']) && $this->plugin_settings['modules']['subscribe_status'] == 1
66
+ // If the bot is active, legacy subscribe form will be hidden
67
+ // !empty($this->plugin_settings['bot']['status']) &&
68
+ && $this->plugin_settings['bot']['status'] === 0 ) { ?>
69
  <?php if (!empty($this->plugin_settings['modules']['subscribe_text'])) { ?><h3><?php echo stripslashes($this->plugin_settings['modules']['subscribe_text']); ?></h3><?php } ?>
70
  <div class="subscribe_wrapper" style="min-height: 100px;">
71
  <form class="subscribe_form">
76
  <?php } ?>
77
 
78
  <?php if (!empty($this->plugin_settings['modules']['social_status']) && $this->plugin_settings['modules']['social_status'] == 1) { ?>
79
+ <div class="social" data-target="<?php echo !empty($this->plugin_settings['modules']['social_target']) ? 1 : 0; ?>">
80
  <?php if (!empty($this->plugin_settings['modules']['social_twitter'])) { ?>
81
  <a class="tw" href="<?php echo stripslashes($this->plugin_settings['modules']['social_twitter']); ?>">twitter</a>
82
  <?php } ?>
83
 
84
  <?php if (!empty($this->plugin_settings['modules']['social_facebook'])) { ?>
85
  <a class="fb" href="<?php echo stripslashes($this->plugin_settings['modules']['social_facebook']); ?>">facebook</a>
86
+ <?php } ?>
87
 
88
  <?php if (!empty($this->plugin_settings['modules']['social_pinterest'])) { ?>
89
  <a class="pin" href="<?php echo stripslashes($this->plugin_settings['modules']['social_pinterest']); ?>">pinterest</a>
90
+ <?php } ?>
91
 
92
  <?php if (!empty($this->plugin_settings['modules']['social_github'])) { ?>
93
  <a class="git" href="<?php echo stripslashes($this->plugin_settings['modules']['social_github']); ?>">github</a>
95
 
96
  <?php if (!empty($this->plugin_settings['modules']['social_dribbble'])) { ?>
97
  <a class="dribbble" href="<?php echo stripslashes($this->plugin_settings['modules']['social_dribbble']); ?>">dribbble</a>
98
+ <?php } ?>
99
 
100
  <?php if (!empty($this->plugin_settings['modules']['social_google+'])) { ?>
101
  <a class="gplus" href="<?php echo stripslashes($this->plugin_settings['modules']['social_google+']); ?>">google plus</a>
102
+ <?php } ?>
103
 
104
  <?php if (!empty($this->plugin_settings['modules']['social_linkedin'])) { ?>
105
  <a class="linkedin" href="<?php echo stripslashes($this->plugin_settings['modules']['social_linkedin']); ?>">linkedin</a>
106
+ <?php } ?>
107
  </div>
108
  <?php } ?>
109
  <?php if (!empty($this->plugin_settings['modules']['contact_status']) && $this->plugin_settings['modules']['contact_status'] == 1) { ?>
110
  <div class="contact">
111
  <?php list($open, $close) = !empty($this->plugin_settings['modules']['contact_effects']) && strstr($this->plugin_settings['modules']['contact_effects'], '|') ? explode('|', $this->plugin_settings['modules']['contact_effects']) : explode('|', 'move_top|move_bottom'); ?>
112
  <div class="form <?php echo esc_attr($open); ?>">
113
+ <span class="close-contact_form">
114
+ <img src="<?php echo WPMM_URL ?>assets/images/close.svg" alt="">
115
+ </span>
116
+
117
  <form class="contact_form">
118
  <?php do_action('wpmm_contact_form_start'); ?>
119
 
132
  <?php do_action('wpmm_contact_form_end'); ?>
133
  </form>
134
  </div>
135
+ </div>
136
 
137
  <a class="contact_us" href="javascript:void(0);" data-open="<?php echo esc_attr($open); ?>" data-close="<?php echo esc_attr($close); ?>"><?php _e('Contact us', $this->plugin_slug); ?></a>
138
  <?php } ?>
141
  <div class="author_link">
142
  <a href="<?php echo admin_url(); ?>"><?php _e('Dashboard', $this->plugin_slug); ?></a>
143
  </div>
144
+ <?php } ?>
145
  </div>
146
 
147
  <script type='text/javascript'>
148
  var wpmm_vars = {"ajax_url": "<?php echo admin_url('admin-ajax.php'); ?>"};
149
+ </script>
150
+
151
  <?php
152
+
153
+ // Hook before scripts, mostly for internationalization
154
+ do_action('wpmm_before_scripts');
155
+
156
  if (!empty($scripts) && is_array($scripts)) {
157
  foreach ($scripts as $src) {
158
  ?>
160
  <?php
161
  }
162
  }
 
163
  // Do some actions
164
  do_action('wm_footer'); // this hook will be removed in the next versions
165
  do_action('wpmm_footer');
166
  ?>
167
+ <?php if (!empty($this->plugin_settings['bot']['status']) && $this->plugin_settings['bot']['status'] === 1) { ?>
168
+ <script type='text/javascript'>
169
+ jQuery(function($) {
170
+ startConversation('homepage', 1);
171
+ });
172
+ </script>
173
+ <?php } ?>
174
  </body>
175
  </html>
views/notice.php CHANGED
File without changes
views/promo-strictthemes.php CHANGED
File without changes
views/settings.php CHANGED
@@ -2,7 +2,7 @@
2
  <h2 class="wpmm-title"><?php echo get_admin_page_title(); ?></h2>
3
 
4
  <?php if (!empty($_POST)) { ?>
5
- <div class="updated settings-error" id="setting-error-settings_updated">
6
  <p><strong><?php _e('Settings saved.', $this->plugin_slug); ?></strong></p>
7
  </div>
8
  <?php } ?>
@@ -13,6 +13,7 @@
13
  <a class="nav-tab nav-tab-active" href="#general"><?php _e('General', $this->plugin_slug); ?></a>
14
  <a class="nav-tab" href="#design"><?php _e('Design', $this->plugin_slug); ?></a>
15
  <a class="nav-tab" href="#modules"><?php _e('Modules', $this->plugin_slug); ?></a>
 
16
  </div>
17
 
18
  <div class="tabs-content">
@@ -22,24 +23,24 @@
22
  <tbody>
23
  <tr valign="top">
24
  <th scope="row"><label for="options[general][status]"><?php _e('Status', $this->plugin_slug); ?></label></th>
25
- <td>
26
  <label><input type="radio" value="1" name="options[general][status]" <?php checked($this->plugin_settings['general']['status'], 1); ?>> <?php _e('Activated', $this->plugin_slug); ?></label> <br />
27
- <label><input type="radio" value="0" name="options[general][status]" <?php checked($this->plugin_settings['general']['status'], 0); ?>> <?php _e('Deactivated', $this->plugin_slug); ?></label>
28
  </td>
29
  </tr>
30
  <tr valign="top">
31
  <th scope="row"><label for="options[general][bypass_bots]"><?php _e('Bypass for Search Bots', $this->plugin_slug); ?></label></th>
32
- <td>
33
  <select name="options[general][bypass_bots]">
34
  <option value="1" <?php selected($this->plugin_settings['general']['bypass_bots'], 1); ?>><?php _e('Yes', $this->plugin_slug); ?></option>
35
  <option value="0" <?php selected($this->plugin_settings['general']['bypass_bots'], 0); ?>><?php _e('No', $this->plugin_slug); ?></option>
36
  </select>
37
  <p class="description"><?php _e('Allow Search Bots to bypass maintenance mode?', $this->plugin_slug); ?></p>
38
  </td>
39
- </tr>
40
  <tr valign="top">
41
  <th scope="row"><label for="options[general][backend_role][]"><?php _e('Backend Role', $this->plugin_slug); ?></label></th>
42
- <td>
43
  <select name="options[general][backend_role][]" multiple="multiple" class="chosen-select" data-placeholder="<?php _e('Select role(s)', $this->plugin_slug); ?>">
44
  <?php
45
  foreach ($wp_roles->roles as $role => $details) {
@@ -52,10 +53,10 @@
52
  </select>
53
  <p class="description"><?php _e('Which user role is allowed to access the backend of this blog? Administrators will always have access.', $this->plugin_slug); ?></p>
54
  </td>
55
- </tr>
56
  <tr valign="top">
57
  <th scope="row"><label for="options[general][frontend_role][]"><?php _e('Frontend Role', $this->plugin_slug); ?></label></th>
58
- <td>
59
  <select name="options[general][frontend_role][]" multiple="multiple" class="chosen-select" data-placeholder="<?php _e('Select role(s)', $this->plugin_slug); ?>">
60
  <?php
61
  foreach ($wp_roles->roles as $role => $details) {
@@ -68,27 +69,27 @@
68
  </select>
69
  <p class="description"><?php _e('Which user role is allowed to access the frontend of this blog? Administrators will always have access.', $this->plugin_slug); ?></p>
70
  </td>
71
- </tr>
72
  <tr valign="top">
73
  <th scope="row"><label for="options[general][meta_robots]"><?php _e('Robots Meta Tag', $this->plugin_slug); ?></label></th>
74
- <td>
75
  <select name="options[general][meta_robots]">
76
  <option value="1" <?php selected($this->plugin_settings['general']['meta_robots'], 1); ?>>noindex, nofollow</option>
77
  <option value="0" <?php selected($this->plugin_settings['general']['meta_robots'], 0); ?>>index, follow</option>
78
  </select>
79
  <p class="description"><?php _e('The robots meta tag lets you use a granular, page-specific approach to control how an individual page should be indexed and served to users in search results.', $this->plugin_slug); ?></p>
80
  </td>
81
- </tr>
82
  <tr valign="top">
83
  <th scope="row"><label for="options[general][redirection]"><?php _e('Redirection', $this->plugin_slug); ?></label></th>
84
- <td>
85
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['general']['redirection'])); ?>" name="options[general][redirection]" />
86
  <p class="description"><?php _e('If you want to redirect a user (with no access to Dashboard/Backend) to a URL (different from WordPress Dashboard URL) after login, then define a URL (incl. http://)', $this->plugin_slug); ?></p>
87
  </td>
88
- </tr>
89
  <tr valign="top">
90
  <th scope="row"><label for="options[general][exclude]"><?php _e('Exclude', $this->plugin_slug); ?></label></th>
91
- <td>
92
  <textarea rows="7" name="options[general][exclude]" style="width: 625px;"><?php
93
  if (!empty($this->plugin_settings['general']['exclude']) && is_array($this->plugin_settings['general']['exclude'])) {
94
  echo implode("\n", stripslashes_deep($this->plugin_settings['general']['exclude']));
@@ -99,7 +100,7 @@
99
  </tr>
100
  <tr valign="top">
101
  <th scope="row"><label for="options[general][notice]"><?php _e('Notice', $this->plugin_slug); ?></label></th>
102
- <td>
103
  <select name="options[general][notice]">
104
  <option value="1" <?php selected($this->plugin_settings['general']['notice'], 1); ?>><?php _e('Yes', $this->plugin_slug); ?></option>
105
  <option value="0" <?php selected($this->plugin_settings['general']['notice'], 0); ?>><?php _e('No', $this->plugin_slug); ?></option>
@@ -109,14 +110,14 @@
109
  </tr>
110
  <tr valign="top">
111
  <th scope="row"><label for="options[general][admin_link]"><?php _e('Dashboard link', $this->plugin_slug); ?></label></th>
112
- <td>
113
  <select name="options[general][admin_link]">
114
  <option value="1" <?php selected($this->plugin_settings['general']['admin_link'], 1); ?>><?php _e('Yes', $this->plugin_slug); ?></option>
115
  <option value="0" <?php selected($this->plugin_settings['general']['admin_link'], 0); ?>><?php _e('No', $this->plugin_slug); ?></option>
116
  </select>
117
  <p class="description"><?php _e('Do you want to add a link to the dashboard on your maintenance mode page?', $this->plugin_slug); ?></p>
118
  </td>
119
- </tr>
120
  </tbody>
121
  </table>
122
 
@@ -134,20 +135,20 @@
134
  <tbody>
135
  <tr valign="top">
136
  <th scope="row"><label for="options[design][title]"><?php _e('Title (HTML tag)', $this->plugin_slug); ?></label></th>
137
- <td>
138
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['design']['title'])); ?>" name="options[design][title]" />
139
  </td>
140
- </tr>
141
  <tr valign="top">
142
  <th scope="row"><label for="options[design][heading]"><?php _e('Heading', $this->plugin_slug); ?></label></th>
143
- <td>
144
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['design']['heading'])); ?>" name="options[design][heading]" />
145
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['design']['heading_color'])); ?>" name="options[design][heading_color]" data-default-color="<?php echo esc_attr(stripslashes($this->plugin_settings['design']['heading_color'])); ?>" class="color_picker_trigger"/>
146
  </td>
147
- </tr>
148
  <tr valign="top">
149
  <th scope="row"><label for="options[design][text]"><?php _e('Text', $this->plugin_slug); ?></label></th>
150
- <td>
151
  <?php
152
  wp_editor(stripslashes($this->plugin_settings['design']['text']), 'options_design_text', array(
153
  'textarea_name' => 'options[design][text]',
@@ -162,7 +163,7 @@
162
  <br />
163
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['design']['text_color'])); ?>" data-default-color="<?php echo esc_attr(stripslashes($this->plugin_settings['design']['text_color'])); ?>" name="options[design][text_color]" class="color_picker_trigger" />
164
  </td>
165
- </tr>
166
  </tbody>
167
  </table>
168
 
@@ -172,28 +173,28 @@
172
  <tbody>
173
  <tr valign="top">
174
  <th scope="row"><label for="options[design][bg_type]"><?php _e('Choose type', $this->plugin_slug); ?></label></th>
175
- <td>
176
  <select name="options[design][bg_type]" id="design_bg_type">
177
  <option value="color" <?php selected($this->plugin_settings['design']['bg_type'], 'color'); ?>><?php _e('Custom color', $this->plugin_slug); ?></option>
178
  <option value="custom" <?php selected($this->plugin_settings['design']['bg_type'], 'custom'); ?>><?php _e('Uploaded background', $this->plugin_slug); ?></option>
179
  <option value="predefined" <?php selected($this->plugin_settings['design']['bg_type'], 'predefined'); ?>><?php _e('Predefined background', $this->plugin_slug); ?></option>
180
  </select>
181
  </td>
182
- </tr>
183
  <tr valign="top" class="design_bg_types <?php echo $this->plugin_settings['design']['bg_type'] != 'color' ? 'hidden' : ''; ?>" id="show_color">
184
  <th scope="row"><label for="options[design][bg_color]"><?php _e('Choose color', $this->plugin_slug); ?></label></th>
185
- <td>
186
  <input type="text" value="<?php echo $this->plugin_settings['design']['bg_color']; ?>" data-default-color="<?php echo $this->plugin_settings['design']['bg_color']; ?>" name="options[design][bg_color]" class="color_picker_trigger"/>
187
  </td>
188
- </tr>
189
  <tr valign="top" class="design_bg_types <?php echo $this->plugin_settings['design']['bg_type'] != 'custom' ? 'hidden' : ''; ?>" id="show_custom">
190
  <th scope="row"><label for="options[design][bg_custom]"><?php _e('Upload background', $this->plugin_slug); ?></label></th>
191
- <td>
192
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['design']['bg_custom'])); ?>" name="options[design][bg_custom]" class="upload_image_url" />
193
  <input type="button" value="Upload" class="button" id="upload_image_trigger" />
194
  <p class="description"><?php _e('Backgrounds should have 1920x1280 px size.', $this->plugin_slug); ?></p>
195
  </td>
196
- </tr>
197
  <tr valign="top" class="design_bg_types <?php echo $this->plugin_settings['design']['bg_type'] != 'predefined' ? 'hidden' : ''; ?>" id="show_predefined">
198
  <th scope="row">
199
  <label for="options[design][bg_predefined]"><?php _e('Choose background', $this->plugin_slug); ?></label>
@@ -201,7 +202,7 @@
201
  * <?php echo sprintf(__('source <a href="%s" target="_blank">Free Photos</a>', $this->plugin_slug), 'http://designmodo.com/free-photos/' . WPMM_AUTHOR_UTM); ?>
202
  </p>
203
  </th>
204
- <td>
205
  <ul class="bg_list">
206
  <?php
207
  foreach (glob(WPMM_PATH . 'assets/images/backgrounds/*_thumb.jpg') as $filename) {
@@ -219,9 +220,9 @@
219
  ?>
220
  </ul>
221
  </td>
222
- </tr>
223
  </tbody>
224
- </table>
225
 
226
  <?php wp_nonce_field('tab-design'); ?>
227
  <input type="hidden" value="design" name="tab" />
@@ -237,33 +238,33 @@
237
  <tbody>
238
  <tr valign="top">
239
  <th scope="row"><label for="options[modules][countdown_status]"><?php _e('Show countdown?', $this->plugin_slug); ?></label></th>
240
- <td>
241
  <select name="options[modules][countdown_status]">
242
  <option value="1" <?php selected($this->plugin_settings['modules']['countdown_status'], 1); ?>><?php _e('Yes', $this->plugin_slug); ?></option>
243
  <option value="0" <?php selected($this->plugin_settings['modules']['countdown_status'], 0); ?>><?php _e('No', $this->plugin_slug); ?></option>
244
  </select>
245
  </td>
246
- </tr>
247
  <tr valign="top">
248
  <th scope="row"><label for="options[modules][countdown_start]"><?php _e('Start date', $this->plugin_slug); ?></label></th>
249
- <td>
250
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['countdown_start'])); ?>" name="options[modules][countdown_start]" class="countdown_start" />
251
  </td>
252
- </tr>
253
  <tr valign="top">
254
  <th scope="row"><label for="options[modules][countdown_details]"><?php _e('Countdown (remaining time)', $this->plugin_slug); ?></label></th>
255
- <td class="countdown_details">
256
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['countdown_details']['days'])); ?>" name="options[modules][countdown_details][days]" /> <?php _e('Days', $this->plugin_slug); ?>
257
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['countdown_details']['hours'])); ?>" name="options[modules][countdown_details][hours]" class="margin_left"/> <?php _e('Hours', $this->plugin_slug); ?>
258
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['countdown_details']['minutes'])); ?>" name="options[modules][countdown_details][minutes]" class="margin_left" /> <?php _e('Minutes', $this->plugin_slug); ?>
259
  </td>
260
- </tr>
261
  <tr valign="top">
262
  <th scope="row"><label for="options[modules][countdown_color]"><?php _e('Color', $this->plugin_slug); ?></label></th>
263
  <td>
264
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['countdown_color'])); ?>" name="options[modules][countdown_color]" data-default-color="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['countdown_color'])); ?>" class="color_picker_trigger"/>
265
  </td>
266
- </tr>
267
  </tbody>
268
  </table>
269
 
@@ -273,23 +274,23 @@
273
  <tbody>
274
  <tr valign="top">
275
  <th scope="row"><label for="options[modules][subscribe_status]"><?php _e('Show subscribe?', $this->plugin_slug); ?></label></th>
276
- <td>
277
  <select name="options[modules][subscribe_status]">
278
  <option value="1" <?php selected($this->plugin_settings['modules']['subscribe_status'], 1); ?>><?php _e('Yes', $this->plugin_slug); ?></option>
279
  <option value="0" <?php selected($this->plugin_settings['modules']['subscribe_status'], 0); ?>><?php _e('No', $this->plugin_slug); ?></option>
280
  </select>
281
  </td>
282
- </tr>
283
  <tr valign="top">
284
  <th scope="row"><label for="options[modules][subscribe_text]"><?php _e('Text', $this->plugin_slug); ?></label></th>
285
- <td>
286
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['subscribe_text'])); ?>" name="options[modules][subscribe_text]" />
287
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['subscribe_text_color'])); ?>" name="options[modules][subscribe_text_color]" data-default-color="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['subscribe_text_color'])); ?>" class="color_picker_trigger"/>
288
  </td>
289
- </tr>
290
  <tr valign="top">
291
  <th scope="row"><label for="options[modules][stats]"><?php _e('Stats', $this->plugin_slug); ?></label></th>
292
- <td id="subscribers_wrap">
293
  <?php
294
  $subscribers_no = wpmm_count_where('wpmm_subscribers', 'id_subscriber');
295
  echo sprintf(__('You have %d subscriber(s)', $this->plugin_slug), $subscribers_no);
@@ -301,9 +302,9 @@
301
  <a class="button button-secondary" id="subscribers-empty-list" href="javascript:void(0);"><?php _e('Empty subscribers list', $this->plugin_slug); ?></a>
302
  <?php } ?>
303
  </td>
304
- </tr>
305
  </tbody>
306
- </table>
307
 
308
  <h3>&raquo; <?php _e('Social Networks', $this->plugin_slug); ?></h3>
309
 
@@ -311,7 +312,7 @@
311
  <tbody>
312
  <tr valign="top">
313
  <th scope="row"><label for="options[modules][social_status]"><?php _e('Show social networks?', $this->plugin_slug); ?></label></th>
314
- <td>
315
  <select name="options[modules][social_status]">
316
  <option value="1" <?php selected($this->plugin_settings['modules']['social_status'], 1); ?>><?php _e('Yes', $this->plugin_slug); ?></option>
317
  <option value="0" <?php selected($this->plugin_settings['modules']['social_status'], 0); ?>><?php _e('No', $this->plugin_slug); ?></option>
@@ -320,58 +321,58 @@
320
  </tr>
321
  <tr valign="top">
322
  <th scope="row"><label for="options[modules][social_target]"><?php _e('Links target?', $this->plugin_slug); ?></label></th>
323
- <td>
324
  <select name="options[modules][social_target]">
325
  <option value="1" <?php selected($this->plugin_settings['modules']['social_target'], 1); ?>><?php _e('New page', $this->plugin_slug); ?></option>
326
  <option value="0" <?php selected($this->plugin_settings['modules']['social_target'], 0); ?>><?php _e('Same page', $this->plugin_slug); ?></option>
327
  </select>
328
  <p class="description"><?php _e('Choose how the links will open.', $this->plugin_slug); ?></p>
329
  </td>
330
- </tr>
331
  <tr valign="top">
332
  <th scope="row"><label for="options[modules][social_github]">Github</label></th>
333
- <td>
334
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['social_github'])); ?>" name="options[modules][social_github]" />
335
  </td>
336
  </tr>
337
  <tr valign="top">
338
  <th scope="row"><label for="options[modules][social_dribbble]">Dribbble</label></th>
339
- <td>
340
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['social_dribbble'])); ?>" name="options[modules][social_dribbble]" />
341
  </td>
342
  </tr>
343
  <tr valign="top">
344
  <th scope="row"><label for="options[modules][social_twitter]">Twitter</label></th>
345
- <td>
346
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['social_twitter'])); ?>" name="options[modules][social_twitter]" />
347
  </td>
348
  </tr>
349
  <tr valign="top">
350
  <th scope="row"><label for="options[modules][social_facebook]">Facebook</label></th>
351
- <td>
352
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['social_facebook'])); ?>" name="options[modules][social_facebook]" />
353
  </td>
354
  </tr>
355
  <tr valign="top">
356
  <th scope="row"><label for="options[modules][social_pinterest]">Pinterest</label></th>
357
- <td>
358
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['social_pinterest'])); ?>" name="options[modules][social_pinterest]" />
359
  </td>
360
  </tr>
361
  <tr valign="top">
362
  <th scope="row"><label for="options[modules][social_google+]">Google+</label></th>
363
- <td>
364
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['social_google+'])); ?>" name="options[modules][social_google+]" />
365
  </td>
366
  </tr>
367
  <tr valign="top">
368
  <th scope="row"><label for="options[modules][social_linkedin]">Linkedin</label></th>
369
- <td>
370
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['social_linkedin'])); ?>" name="options[modules][social_linkedin]" />
371
  </td>
372
  </tr>
373
  </tbody>
374
- </table>
375
 
376
  <h3>&raquo; <?php _e('Contact', $this->plugin_slug); ?></h3>
377
 
@@ -379,7 +380,7 @@
379
  <tbody>
380
  <tr valign="top">
381
  <th scope="row"><label for="options[modules][contact_status]"><?php _e('Show contact?', $this->plugin_slug); ?></label></th>
382
- <td>
383
  <select name="options[modules][contact_status]">
384
  <option value="1" <?php selected($this->plugin_settings['modules']['contact_status'], 1); ?>><?php _e('Yes', $this->plugin_slug); ?></option>
385
  <option value="0" <?php selected($this->plugin_settings['modules']['contact_status'], 0); ?>><?php _e('No', $this->plugin_slug); ?></option>
@@ -388,22 +389,22 @@
388
  </tr>
389
  <tr valign="top">
390
  <th scope="row"><label for="options[modules][contact_email]"><?php _e('Email address', $this->plugin_slug); ?></label></th>
391
- <td>
392
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['contact_email'])); ?>" name="options[modules][contact_email]" />
393
  </td>
394
  </tr>
395
  <tr valign="top">
396
  <th scope="row"><label for="options[modules][contact_effects]"><?php _e('Effects', $this->plugin_slug); ?></label></th>
397
- <td>
398
  <select name="options[modules][contact_effects]">
399
  <option value="move_top|move_bottom" <?php selected($this->plugin_settings['modules']['contact_effects'], 'move_top|move_bottom'); ?>><?php _e('Move top - Move bottom', $this->plugin_slug); ?></option>
400
  <option value="zoom|zoomed" <?php selected($this->plugin_settings['modules']['contact_effects'], 'zoom|zoomed'); ?>><?php _e('Zoom - Zoomed', $this->plugin_slug); ?></option>
401
  <option value="fold|unfold" <?php selected($this->plugin_settings['modules']['contact_effects'], 'fold|unfold'); ?>><?php _e('Fold - Unfold', $this->plugin_slug); ?></option>
402
  </select>
403
  </td>
404
- </tr>
405
  </tbody>
406
- </table>
407
 
408
  <h3>&raquo; <?php _e('Google Analytics', $this->plugin_slug); ?></h3>
409
 
@@ -411,7 +412,7 @@
411
  <tbody>
412
  <tr valign="top">
413
  <th scope="row"><label for="options[modules][ga_status]"><?php _e('Use Google Analytics?', $this->plugin_slug); ?></label></th>
414
- <td>
415
  <select name="options[modules][ga_status]">
416
  <option value="1" <?php selected($this->plugin_settings['modules']['ga_status'], 1); ?>><?php _e('Yes', $this->plugin_slug); ?></option>
417
  <option value="0" <?php selected($this->plugin_settings['modules']['ga_status'], 0); ?>><?php _e('No', $this->plugin_slug); ?></option>
@@ -420,13 +421,13 @@
420
  </tr>
421
  <tr valign="top">
422
  <th scope="row"><label for="options[modules][ga_code]"><?php _e('Tracking code', $this->plugin_slug); ?></label></th>
423
- <td>
424
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['ga_code'])); ?>" name="options[modules][ga_code]" />
425
  <p class="description"><?php _e('Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid', $this->plugin_slug); ?></p>
426
  </td>
427
- </tr>
428
  </tbody>
429
- </table>
430
 
431
  <?php wp_nonce_field('tab-modules'); ?>
432
  <input type="hidden" value="modules" name="tab" />
@@ -434,6 +435,184 @@
434
  <input type="button" value="<?php _e('Reset settings', $this->plugin_slug); ?>" class="button button-secondary reset_settings" data-tab="modules" name="submit">
435
  </form>
436
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
437
  </div>
438
  </div>
439
 
2
  <h2 class="wpmm-title"><?php echo get_admin_page_title(); ?></h2>
3
 
4
  <?php if (!empty($_POST)) { ?>
5
+ <div class="updated settings-error" id="setting-error-settings_updated">
6
  <p><strong><?php _e('Settings saved.', $this->plugin_slug); ?></strong></p>
7
  </div>
8
  <?php } ?>
13
  <a class="nav-tab nav-tab-active" href="#general"><?php _e('General', $this->plugin_slug); ?></a>
14
  <a class="nav-tab" href="#design"><?php _e('Design', $this->plugin_slug); ?></a>
15
  <a class="nav-tab" href="#modules"><?php _e('Modules', $this->plugin_slug); ?></a>
16
+ <a class="nav-tab" href="#bot"><?php _e('Manage Bot', $this->plugin_slug); ?></a>
17
  </div>
18
 
19
  <div class="tabs-content">
23
  <tbody>
24
  <tr valign="top">
25
  <th scope="row"><label for="options[general][status]"><?php _e('Status', $this->plugin_slug); ?></label></th>
26
+ <td>
27
  <label><input type="radio" value="1" name="options[general][status]" <?php checked($this->plugin_settings['general']['status'], 1); ?>> <?php _e('Activated', $this->plugin_slug); ?></label> <br />
28
+ <label><input type="radio" value="0" name="options[general][status]" <?php checked($this->plugin_settings['general']['status'], 0); ?>> <?php _e('Deactivated', $this->plugin_slug); ?></label>
29
  </td>
30
  </tr>
31
  <tr valign="top">
32
  <th scope="row"><label for="options[general][bypass_bots]"><?php _e('Bypass for Search Bots', $this->plugin_slug); ?></label></th>
33
+ <td>
34
  <select name="options[general][bypass_bots]">
35
  <option value="1" <?php selected($this->plugin_settings['general']['bypass_bots'], 1); ?>><?php _e('Yes', $this->plugin_slug); ?></option>
36
  <option value="0" <?php selected($this->plugin_settings['general']['bypass_bots'], 0); ?>><?php _e('No', $this->plugin_slug); ?></option>
37
  </select>
38
  <p class="description"><?php _e('Allow Search Bots to bypass maintenance mode?', $this->plugin_slug); ?></p>
39
  </td>
40
+ </tr>
41
  <tr valign="top">
42
  <th scope="row"><label for="options[general][backend_role][]"><?php _e('Backend Role', $this->plugin_slug); ?></label></th>
43
+ <td>
44
  <select name="options[general][backend_role][]" multiple="multiple" class="chosen-select" data-placeholder="<?php _e('Select role(s)', $this->plugin_slug); ?>">
45
  <?php
46
  foreach ($wp_roles->roles as $role => $details) {
53
  </select>
54
  <p class="description"><?php _e('Which user role is allowed to access the backend of this blog? Administrators will always have access.', $this->plugin_slug); ?></p>
55
  </td>
56
+ </tr>
57
  <tr valign="top">
58
  <th scope="row"><label for="options[general][frontend_role][]"><?php _e('Frontend Role', $this->plugin_slug); ?></label></th>
59
+ <td>
60
  <select name="options[general][frontend_role][]" multiple="multiple" class="chosen-select" data-placeholder="<?php _e('Select role(s)', $this->plugin_slug); ?>">
61
  <?php
62
  foreach ($wp_roles->roles as $role => $details) {
69
  </select>
70
  <p class="description"><?php _e('Which user role is allowed to access the frontend of this blog? Administrators will always have access.', $this->plugin_slug); ?></p>
71
  </td>
72
+ </tr>
73
  <tr valign="top">
74
  <th scope="row"><label for="options[general][meta_robots]"><?php _e('Robots Meta Tag', $this->plugin_slug); ?></label></th>
75
+ <td>
76
  <select name="options[general][meta_robots]">
77
  <option value="1" <?php selected($this->plugin_settings['general']['meta_robots'], 1); ?>>noindex, nofollow</option>
78
  <option value="0" <?php selected($this->plugin_settings['general']['meta_robots'], 0); ?>>index, follow</option>
79
  </select>
80
  <p class="description"><?php _e('The robots meta tag lets you use a granular, page-specific approach to control how an individual page should be indexed and served to users in search results.', $this->plugin_slug); ?></p>
81
  </td>
82
+ </tr>
83
  <tr valign="top">
84
  <th scope="row"><label for="options[general][redirection]"><?php _e('Redirection', $this->plugin_slug); ?></label></th>
85
+ <td>
86
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['general']['redirection'])); ?>" name="options[general][redirection]" />
87
  <p class="description"><?php _e('If you want to redirect a user (with no access to Dashboard/Backend) to a URL (different from WordPress Dashboard URL) after login, then define a URL (incl. http://)', $this->plugin_slug); ?></p>
88
  </td>
89
+ </tr>
90
  <tr valign="top">
91
  <th scope="row"><label for="options[general][exclude]"><?php _e('Exclude', $this->plugin_slug); ?></label></th>
92
+ <td>
93
  <textarea rows="7" name="options[general][exclude]" style="width: 625px;"><?php
94
  if (!empty($this->plugin_settings['general']['exclude']) && is_array($this->plugin_settings['general']['exclude'])) {
95
  echo implode("\n", stripslashes_deep($this->plugin_settings['general']['exclude']));
100
  </tr>
101
  <tr valign="top">
102
  <th scope="row"><label for="options[general][notice]"><?php _e('Notice', $this->plugin_slug); ?></label></th>
103
+ <td>
104
  <select name="options[general][notice]">
105
  <option value="1" <?php selected($this->plugin_settings['general']['notice'], 1); ?>><?php _e('Yes', $this->plugin_slug); ?></option>
106
  <option value="0" <?php selected($this->plugin_settings['general']['notice'], 0); ?>><?php _e('No', $this->plugin_slug); ?></option>
110
  </tr>
111
  <tr valign="top">
112
  <th scope="row"><label for="options[general][admin_link]"><?php _e('Dashboard link', $this->plugin_slug); ?></label></th>
113
+ <td>
114
  <select name="options[general][admin_link]">
115
  <option value="1" <?php selected($this->plugin_settings['general']['admin_link'], 1); ?>><?php _e('Yes', $this->plugin_slug); ?></option>
116
  <option value="0" <?php selected($this->plugin_settings['general']['admin_link'], 0); ?>><?php _e('No', $this->plugin_slug); ?></option>
117
  </select>
118
  <p class="description"><?php _e('Do you want to add a link to the dashboard on your maintenance mode page?', $this->plugin_slug); ?></p>
119
  </td>
120
+ </tr>
121
  </tbody>
122
  </table>
123
 
135
  <tbody>
136
  <tr valign="top">
137
  <th scope="row"><label for="options[design][title]"><?php _e('Title (HTML tag)', $this->plugin_slug); ?></label></th>
138
+ <td>
139
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['design']['title'])); ?>" name="options[design][title]" />
140
  </td>
141
+ </tr>
142
  <tr valign="top">
143
  <th scope="row"><label for="options[design][heading]"><?php _e('Heading', $this->plugin_slug); ?></label></th>
144
+ <td>
145
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['design']['heading'])); ?>" name="options[design][heading]" />
146
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['design']['heading_color'])); ?>" name="options[design][heading_color]" data-default-color="<?php echo esc_attr(stripslashes($this->plugin_settings['design']['heading_color'])); ?>" class="color_picker_trigger"/>
147
  </td>
148
+ </tr>
149
  <tr valign="top">
150
  <th scope="row"><label for="options[design][text]"><?php _e('Text', $this->plugin_slug); ?></label></th>
151
+ <td>
152
  <?php
153
  wp_editor(stripslashes($this->plugin_settings['design']['text']), 'options_design_text', array(
154
  'textarea_name' => 'options[design][text]',
163
  <br />
164
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['design']['text_color'])); ?>" data-default-color="<?php echo esc_attr(stripslashes($this->plugin_settings['design']['text_color'])); ?>" name="options[design][text_color]" class="color_picker_trigger" />
165
  </td>
166
+ </tr>
167
  </tbody>
168
  </table>
169
 
173
  <tbody>
174
  <tr valign="top">
175
  <th scope="row"><label for="options[design][bg_type]"><?php _e('Choose type', $this->plugin_slug); ?></label></th>
176
+ <td>
177
  <select name="options[design][bg_type]" id="design_bg_type">
178
  <option value="color" <?php selected($this->plugin_settings['design']['bg_type'], 'color'); ?>><?php _e('Custom color', $this->plugin_slug); ?></option>
179
  <option value="custom" <?php selected($this->plugin_settings['design']['bg_type'], 'custom'); ?>><?php _e('Uploaded background', $this->plugin_slug); ?></option>
180
  <option value="predefined" <?php selected($this->plugin_settings['design']['bg_type'], 'predefined'); ?>><?php _e('Predefined background', $this->plugin_slug); ?></option>
181
  </select>
182
  </td>
183
+ </tr>
184
  <tr valign="top" class="design_bg_types <?php echo $this->plugin_settings['design']['bg_type'] != 'color' ? 'hidden' : ''; ?>" id="show_color">
185
  <th scope="row"><label for="options[design][bg_color]"><?php _e('Choose color', $this->plugin_slug); ?></label></th>
186
+ <td>
187
  <input type="text" value="<?php echo $this->plugin_settings['design']['bg_color']; ?>" data-default-color="<?php echo $this->plugin_settings['design']['bg_color']; ?>" name="options[design][bg_color]" class="color_picker_trigger"/>
188
  </td>
189
+ </tr>
190
  <tr valign="top" class="design_bg_types <?php echo $this->plugin_settings['design']['bg_type'] != 'custom' ? 'hidden' : ''; ?>" id="show_custom">
191
  <th scope="row"><label for="options[design][bg_custom]"><?php _e('Upload background', $this->plugin_slug); ?></label></th>
192
+ <td>
193
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['design']['bg_custom'])); ?>" name="options[design][bg_custom]" class="upload_image_url" />
194
  <input type="button" value="Upload" class="button" id="upload_image_trigger" />
195
  <p class="description"><?php _e('Backgrounds should have 1920x1280 px size.', $this->plugin_slug); ?></p>
196
  </td>
197
+ </tr>
198
  <tr valign="top" class="design_bg_types <?php echo $this->plugin_settings['design']['bg_type'] != 'predefined' ? 'hidden' : ''; ?>" id="show_predefined">
199
  <th scope="row">
200
  <label for="options[design][bg_predefined]"><?php _e('Choose background', $this->plugin_slug); ?></label>
202
  * <?php echo sprintf(__('source <a href="%s" target="_blank">Free Photos</a>', $this->plugin_slug), 'http://designmodo.com/free-photos/' . WPMM_AUTHOR_UTM); ?>
203
  </p>
204
  </th>
205
+ <td>
206
  <ul class="bg_list">
207
  <?php
208
  foreach (glob(WPMM_PATH . 'assets/images/backgrounds/*_thumb.jpg') as $filename) {
220
  ?>
221
  </ul>
222
  </td>
223
+ </tr>
224
  </tbody>
225
+ </table>
226
 
227
  <?php wp_nonce_field('tab-design'); ?>
228
  <input type="hidden" value="design" name="tab" />
238
  <tbody>
239
  <tr valign="top">
240
  <th scope="row"><label for="options[modules][countdown_status]"><?php _e('Show countdown?', $this->plugin_slug); ?></label></th>
241
+ <td>
242
  <select name="options[modules][countdown_status]">
243
  <option value="1" <?php selected($this->plugin_settings['modules']['countdown_status'], 1); ?>><?php _e('Yes', $this->plugin_slug); ?></option>
244
  <option value="0" <?php selected($this->plugin_settings['modules']['countdown_status'], 0); ?>><?php _e('No', $this->plugin_slug); ?></option>
245
  </select>
246
  </td>
247
+ </tr>
248
  <tr valign="top">
249
  <th scope="row"><label for="options[modules][countdown_start]"><?php _e('Start date', $this->plugin_slug); ?></label></th>
250
+ <td>
251
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['countdown_start'])); ?>" name="options[modules][countdown_start]" class="countdown_start" />
252
  </td>
253
+ </tr>
254
  <tr valign="top">
255
  <th scope="row"><label for="options[modules][countdown_details]"><?php _e('Countdown (remaining time)', $this->plugin_slug); ?></label></th>
256
+ <td class="countdown_details">
257
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['countdown_details']['days'])); ?>" name="options[modules][countdown_details][days]" /> <?php _e('Days', $this->plugin_slug); ?>
258
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['countdown_details']['hours'])); ?>" name="options[modules][countdown_details][hours]" class="margin_left"/> <?php _e('Hours', $this->plugin_slug); ?>
259
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['countdown_details']['minutes'])); ?>" name="options[modules][countdown_details][minutes]" class="margin_left" /> <?php _e('Minutes', $this->plugin_slug); ?>
260
  </td>
261
+ </tr>
262
  <tr valign="top">
263
  <th scope="row"><label for="options[modules][countdown_color]"><?php _e('Color', $this->plugin_slug); ?></label></th>
264
  <td>
265
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['countdown_color'])); ?>" name="options[modules][countdown_color]" data-default-color="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['countdown_color'])); ?>" class="color_picker_trigger"/>
266
  </td>
267
+ </tr>
268
  </tbody>
269
  </table>
270
 
274
  <tbody>
275
  <tr valign="top">
276
  <th scope="row"><label for="options[modules][subscribe_status]"><?php _e('Show subscribe?', $this->plugin_slug); ?></label></th>
277
+ <td>
278
  <select name="options[modules][subscribe_status]">
279
  <option value="1" <?php selected($this->plugin_settings['modules']['subscribe_status'], 1); ?>><?php _e('Yes', $this->plugin_slug); ?></option>
280
  <option value="0" <?php selected($this->plugin_settings['modules']['subscribe_status'], 0); ?>><?php _e('No', $this->plugin_slug); ?></option>
281
  </select>
282
  </td>
283
+ </tr>
284
  <tr valign="top">
285
  <th scope="row"><label for="options[modules][subscribe_text]"><?php _e('Text', $this->plugin_slug); ?></label></th>
286
+ <td>
287
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['subscribe_text'])); ?>" name="options[modules][subscribe_text]" />
288
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['subscribe_text_color'])); ?>" name="options[modules][subscribe_text_color]" data-default-color="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['subscribe_text_color'])); ?>" class="color_picker_trigger"/>
289
  </td>
290
+ </tr>
291
  <tr valign="top">
292
  <th scope="row"><label for="options[modules][stats]"><?php _e('Stats', $this->plugin_slug); ?></label></th>
293
+ <td id="subscribers_wrap">
294
  <?php
295
  $subscribers_no = wpmm_count_where('wpmm_subscribers', 'id_subscriber');
296
  echo sprintf(__('You have %d subscriber(s)', $this->plugin_slug), $subscribers_no);
302
  <a class="button button-secondary" id="subscribers-empty-list" href="javascript:void(0);"><?php _e('Empty subscribers list', $this->plugin_slug); ?></a>
303
  <?php } ?>
304
  </td>
305
+ </tr>
306
  </tbody>
307
+ </table>
308
 
309
  <h3>&raquo; <?php _e('Social Networks', $this->plugin_slug); ?></h3>
310
 
312
  <tbody>
313
  <tr valign="top">
314
  <th scope="row"><label for="options[modules][social_status]"><?php _e('Show social networks?', $this->plugin_slug); ?></label></th>
315
+ <td>
316
  <select name="options[modules][social_status]">
317
  <option value="1" <?php selected($this->plugin_settings['modules']['social_status'], 1); ?>><?php _e('Yes', $this->plugin_slug); ?></option>
318
  <option value="0" <?php selected($this->plugin_settings['modules']['social_status'], 0); ?>><?php _e('No', $this->plugin_slug); ?></option>
321
  </tr>
322
  <tr valign="top">
323
  <th scope="row"><label for="options[modules][social_target]"><?php _e('Links target?', $this->plugin_slug); ?></label></th>
324
+ <td>
325
  <select name="options[modules][social_target]">
326
  <option value="1" <?php selected($this->plugin_settings['modules']['social_target'], 1); ?>><?php _e('New page', $this->plugin_slug); ?></option>
327
  <option value="0" <?php selected($this->plugin_settings['modules']['social_target'], 0); ?>><?php _e('Same page', $this->plugin_slug); ?></option>
328
  </select>
329
  <p class="description"><?php _e('Choose how the links will open.', $this->plugin_slug); ?></p>
330
  </td>
331
+ </tr>
332
  <tr valign="top">
333
  <th scope="row"><label for="options[modules][social_github]">Github</label></th>
334
+ <td>
335
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['social_github'])); ?>" name="options[modules][social_github]" />
336
  </td>
337
  </tr>
338
  <tr valign="top">
339
  <th scope="row"><label for="options[modules][social_dribbble]">Dribbble</label></th>
340
+ <td>
341
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['social_dribbble'])); ?>" name="options[modules][social_dribbble]" />
342
  </td>
343
  </tr>
344
  <tr valign="top">
345
  <th scope="row"><label for="options[modules][social_twitter]">Twitter</label></th>
346
+ <td>
347
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['social_twitter'])); ?>" name="options[modules][social_twitter]" />
348
  </td>
349
  </tr>
350
  <tr valign="top">
351
  <th scope="row"><label for="options[modules][social_facebook]">Facebook</label></th>
352
+ <td>
353
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['social_facebook'])); ?>" name="options[modules][social_facebook]" />
354
  </td>
355
  </tr>
356
  <tr valign="top">
357
  <th scope="row"><label for="options[modules][social_pinterest]">Pinterest</label></th>
358
+ <td>
359
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['social_pinterest'])); ?>" name="options[modules][social_pinterest]" />
360
  </td>
361
  </tr>
362
  <tr valign="top">
363
  <th scope="row"><label for="options[modules][social_google+]">Google+</label></th>
364
+ <td>
365
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['social_google+'])); ?>" name="options[modules][social_google+]" />
366
  </td>
367
  </tr>
368
  <tr valign="top">
369
  <th scope="row"><label for="options[modules][social_linkedin]">Linkedin</label></th>
370
+ <td>
371
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['social_linkedin'])); ?>" name="options[modules][social_linkedin]" />
372
  </td>
373
  </tr>
374
  </tbody>
375
+ </table>
376
 
377
  <h3>&raquo; <?php _e('Contact', $this->plugin_slug); ?></h3>
378
 
380
  <tbody>
381
  <tr valign="top">
382
  <th scope="row"><label for="options[modules][contact_status]"><?php _e('Show contact?', $this->plugin_slug); ?></label></th>
383
+ <td>
384
  <select name="options[modules][contact_status]">
385
  <option value="1" <?php selected($this->plugin_settings['modules']['contact_status'], 1); ?>><?php _e('Yes', $this->plugin_slug); ?></option>
386
  <option value="0" <?php selected($this->plugin_settings['modules']['contact_status'], 0); ?>><?php _e('No', $this->plugin_slug); ?></option>
389
  </tr>
390
  <tr valign="top">
391
  <th scope="row"><label for="options[modules][contact_email]"><?php _e('Email address', $this->plugin_slug); ?></label></th>
392
+ <td>
393
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['contact_email'])); ?>" name="options[modules][contact_email]" />
394
  </td>
395
  </tr>
396
  <tr valign="top">
397
  <th scope="row"><label for="options[modules][contact_effects]"><?php _e('Effects', $this->plugin_slug); ?></label></th>
398
+ <td>
399
  <select name="options[modules][contact_effects]">
400
  <option value="move_top|move_bottom" <?php selected($this->plugin_settings['modules']['contact_effects'], 'move_top|move_bottom'); ?>><?php _e('Move top - Move bottom', $this->plugin_slug); ?></option>
401
  <option value="zoom|zoomed" <?php selected($this->plugin_settings['modules']['contact_effects'], 'zoom|zoomed'); ?>><?php _e('Zoom - Zoomed', $this->plugin_slug); ?></option>
402
  <option value="fold|unfold" <?php selected($this->plugin_settings['modules']['contact_effects'], 'fold|unfold'); ?>><?php _e('Fold - Unfold', $this->plugin_slug); ?></option>
403
  </select>
404
  </td>
405
+ </tr>
406
  </tbody>
407
+ </table>
408
 
409
  <h3>&raquo; <?php _e('Google Analytics', $this->plugin_slug); ?></h3>
410
 
412
  <tbody>
413
  <tr valign="top">
414
  <th scope="row"><label for="options[modules][ga_status]"><?php _e('Use Google Analytics?', $this->plugin_slug); ?></label></th>
415
+ <td>
416
  <select name="options[modules][ga_status]">
417
  <option value="1" <?php selected($this->plugin_settings['modules']['ga_status'], 1); ?>><?php _e('Yes', $this->plugin_slug); ?></option>
418
  <option value="0" <?php selected($this->plugin_settings['modules']['ga_status'], 0); ?>><?php _e('No', $this->plugin_slug); ?></option>
421
  </tr>
422
  <tr valign="top">
423
  <th scope="row"><label for="options[modules][ga_code]"><?php _e('Tracking code', $this->plugin_slug); ?></label></th>
424
+ <td>
425
  <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['modules']['ga_code'])); ?>" name="options[modules][ga_code]" />
426
  <p class="description"><?php _e('Allowed formats: UA-XXXXXXXX, UA-XXXXXXXX-XXXX. Eg: UA-12345678-1 is valid', $this->plugin_slug); ?></p>
427
  </td>
428
+ </tr>
429
  </tbody>
430
+ </table>
431
 
432
  <?php wp_nonce_field('tab-modules'); ?>
433
  <input type="hidden" value="modules" name="tab" />
435
  <input type="button" value="<?php _e('Reset settings', $this->plugin_slug); ?>" class="button button-secondary reset_settings" data-tab="modules" name="submit">
436
  </form>
437
  </div>
438
+ <div id="tab-bot" class="hidden">
439
+ <form method="post">
440
+ <table class="form-table">
441
+ <tbody>
442
+ <tr valign="top">
443
+ <!-- <th valign="top" colspan="2">
444
+ <h4><?php _e("Setup the conversation steps to capture more subscribers with this friendly way of asking email addresess.", $this->plugin_slug) ?></h4>
445
+ </th> -->
446
+ <td colspan="2">
447
+ <h4><?php _e("Setup the conversation steps to capture more subscribers with this friendly way of asking email addresess.", $this->plugin_slug) ?></h4>
448
+ <p><?php _e("You may also want to use these wildcards: {bot_name} and {visitor_name} to make the conversation even more realistic.", $this->plugin_slug) ?></p>
449
+ <p><?php _e("It is also ok if you don't fill in all the conversation steps if you don't need to.", $this->plugin_slug) ?></p>
450
+ </td>
451
+ </tr>
452
+ <tr valign="top">
453
+ <th scope="row">
454
+ <label for="options[bot][status]"><?php _e('Status', $this->plugin_slug); ?></label>
455
+ </th>
456
+ <td>
457
+ <label><input type="radio" value="1" name="options[bot][status]" <?php checked($this->plugin_settings['bot']['status'], 1); ?>> <?php _e('Activated', $this->plugin_slug); ?></label> <br />
458
+ <label><input type="radio" value="0" name="options[bot][status]" <?php checked($this->plugin_settings['bot']['status'], 0); ?>> <?php _e('Deactivated', $this->plugin_slug); ?></label>
459
+ </td>
460
+ </tr>
461
+ <tr valign="top">
462
+ <th scope="row"><label for="options[bot][name]"><?php _e('Bot Name', $this->plugin_slug); ?></label></th>
463
+ <td>
464
+ <input type="text" name="options[bot][name]" id="options[bot][name]" value="<?php esc_attr_e(stripslashes($this->plugin_settings['bot']['name'])); ?>" />
465
+ <p class="description"><?php _e("This name will appear when the bot is typing.", $this->plugin_slug); ?></p>
466
+ </td>
467
+ </tr>
468
+ <tr valign="top">
469
+ <th scope="row"><label for="options[bot][avatar]"><?php _e('Upload avatar', $this->plugin_slug); ?></label></th>
470
+ <td>
471
+ <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['bot']['avatar'])); ?>" name="options[bot][avatar]" id="options[bot][avatar]" class="upload_avatar_url" />
472
+ <input type="button" value="Upload" class="button" id="avatar_upload_trigger" />
473
+ <p class="description"><?php _e('A 512 x 512 px will work just fine.', $this->plugin_slug); ?></p>
474
+ </td>
475
+ </tr>
476
+ </tbody>
477
+ </table>
478
+
479
+ <h3>&raquo; <?php _e('Customize Messages', $this->plugin_slug); ?></h3>
480
+
481
+ <table class="form-table">
482
+ <tbody>
483
+ <tr valign="top">
484
+ <th scope="row"><label for="options[bot][messages][01]"><?php _e('Message 1', $this->plugin_slug); ?></label></th>
485
+ <td>
486
+ <textarea name="options[bot][messages][01]" id="options[bot][messages][01]" rows="2" style="width: 625px;"><?php
487
+ esc_attr_e(stripslashes($this->plugin_settings['bot']['messages']['01']));
488
+ ?></textarea>
489
+ </td>
490
+ </tr>
491
+ <tr valign="top">
492
+ <th scope="row"><label for="options[bot][messages][02]"><?php _e('Message 2', $this->plugin_slug); ?></label></th>
493
+ <td>
494
+ <textarea name="options[bot][messages][02]" id="options[bot][messages][02]" rows="2" style="width: 625px;"><?php
495
+ echo esc_attr(stripslashes($this->plugin_settings['bot']['messages']['02']));
496
+ ?></textarea>
497
+ </td>
498
+ </tr>
499
+ <tr valign="top">
500
+ <th scope="row"><label for="options[bot][messages][03]"><?php _e('Message 3', $this->plugin_slug); ?></label></th>
501
+ <td>
502
+ <textarea name="options[bot][messages][03]" id="options[bot][messages][03]" rows="2" style="width: 625px;"><?php
503
+ esc_attr_e(stripslashes($this->plugin_settings['bot']['messages']['03']));
504
+ ?></textarea>
505
+ </td>
506
+ </tr>
507
+ <tr valign="top">
508
+ <th scope="row"><label for="options[bot][responses][01]"><?php _e('Response', $this->plugin_slug); ?></label></th>
509
+ <td>
510
+ <input type="text" name="options[bot][responses][01]" id="options[bot][responses][01]" value="<?php esc_attr_e(stripslashes($this->plugin_settings['bot']['responses']['01'])); ?>" />
511
+ <span class="bot-hint">Visitor's response will be here.</span>
512
+ <p class="description"><?php _e("Edit the placeholder's text", $this->plugin_slug); ?></p>
513
+ </td>
514
+ </tr>
515
+ <tr valign="top">
516
+ <th scope="row"><label for="options[bot][messages][04]"><?php _e('Message 4', $this->plugin_slug); ?></label></th>
517
+ <td>
518
+ <textarea name="options[bot][messages][04]" id="options[bot][messages][04]" rows="2" style="width: 625px;"><?php
519
+ esc_attr_e(stripslashes($this->plugin_settings['bot']['messages']['04']));
520
+ ?></textarea>
521
+ </td>
522
+ </tr>
523
+ <tr valign="top">
524
+ <th scope="row"><label for="options[bot][messages][05]"><?php _e('Message 5', $this->plugin_slug); ?></label></th>
525
+ <td>
526
+ <textarea name="options[bot][messages][05]" id="options[bot][messages][05]" rows="2" style="width: 625px;"><?php
527
+ esc_attr_e(stripslashes($this->plugin_settings['bot']['messages']['05']));
528
+ ?></textarea>
529
+ </td>
530
+ </tr>
531
+ <tr valign="top">
532
+ <th scope="row"><label for="options[bot][messages][06]"><?php _e('Message 6', $this->plugin_slug); ?></label></th>
533
+ <td>
534
+ <textarea name="options[bot][messages][06]" id="options[bot][messages][06]" rows="2" style="width: 625px;"><?php
535
+ esc_attr_e(stripslashes($this->plugin_settings['bot']['messages']['06']));
536
+ ?></textarea>
537
+ </td>
538
+ </tr>
539
+ <tr valign="top">
540
+ <th scope="row"><label for="options[bot][messages][07]"><?php _e('Message 7', $this->plugin_slug); ?></label></th>
541
+ <td>
542
+ <textarea name="options[bot][messages][07]" id="options[bot][messages][07]" rows="2" style="width: 625px;"><?php
543
+ esc_attr_e(stripslashes($this->plugin_settings['bot']['messages']['07']));
544
+ ?></textarea>
545
+ </td>
546
+ </tr>
547
+ <tr valign="top">
548
+ <th scope="row"><label for="options[bot][responses][02_1]"><?php _e('Response', $this->plugin_slug); ?></label></th>
549
+ <td>
550
+ <div class="bot-button">
551
+ <input type="text" name="options[bot][responses][02_1]" id="options[bot][responses][02_1]" value="<?php esc_attr_e(stripslashes($this->plugin_settings['bot']['responses']['02_1'])); ?>" />
552
+ <p class="description"><?php _e("Edit button one", $this->plugin_slug); ?></p>
553
+ </div>
554
+ <div class="bot-button">
555
+ <input type="text" name="options[bot][responses][02_2]" id="options[bot][responses][02_2]" value="<?php esc_attr_e(stripslashes($this->plugin_settings['bot']['responses']['02_2'])); ?>" />
556
+ <p class="description"><?php _e("Edit button two", $this->plugin_slug); ?></p>
557
+ </div>
558
+ <span class="bot-hint">Visitor's response will be here.</span>
559
+ </td>
560
+ </tr>
561
+ <tr valign="top">
562
+ <th scope="row"><label for="options[bot][messages][08_1]"><?php _e('Message 8', $this->plugin_slug); ?><br><small><?php _e('(click on button one)', $this->plugin_slug) ?></small></label></th>
563
+ <td>
564
+ <textarea name="options[bot][messages][08_1]" id="options[bot][messages][08_1]" rows="2" style="width: 625px;"><?php
565
+ esc_attr_e(stripslashes($this->plugin_settings['bot']['messages']['08_1']));
566
+ ?></textarea>
567
+ </td>
568
+ </tr>
569
+ <tr valign="top">
570
+ <th scope="row"><label for="options[bot][responses][03]"><?php _e('Response', $this->plugin_slug); ?></label></th>
571
+ <td>
572
+ <input type="text" name="options[bot][responses][03]" id="options[bot][responses][03]" value="<?php esc_attr_e(stripslashes($this->plugin_settings['bot']['responses']['03'])); ?>" />
573
+ <span class="bot-hint">Visitor's response will be here.</span>
574
+ <p class="description"><?php _e("Edit the placeholder's text", $this->plugin_slug); ?></p>
575
+ </td>
576
+ </tr>
577
+ <tr valign="top">
578
+ <th scope="row"><label for="options[bot][messages][08_2]"><?php _e('Message 8', $this->plugin_slug); ?><br><small><?php _e('(click on button two)', $this->plugin_slug) ?></small></label></th>
579
+ <td>
580
+ <textarea name="options[bot][messages][08_2]" id="options[bot][messages][08_2]" rows="2" style="width: 625px;"><?php
581
+ esc_attr_e(stripslashes($this->plugin_settings['bot']['messages']['08_2']));
582
+ ?></textarea>
583
+ </td>
584
+ </tr>
585
+ <tr valign="top">
586
+ <th scope="row"><label for="options[bot][messages][09]"><?php _e('Message 9', $this->plugin_slug); ?><br><small><?php _e('(click on button one)', $this->plugin_slug) ?></small></label></th>
587
+ <td>
588
+ <textarea name="options[bot][messages][09]" id="options[bot][messages][09]" rows="2" style="width: 625px;"><?php
589
+ esc_attr_e(stripslashes($this->plugin_settings['bot']['messages']['09']));
590
+ ?></textarea>
591
+ </td>
592
+ </tr>
593
+ <tr valign="top">
594
+ <th scope="row"><label for="options[bot][messages][10]"><?php _e('Message 10', $this->plugin_slug); ?><br><small><?php _e('(click on button one)', $this->plugin_slug) ?></small></label></th>
595
+ <td>
596
+ <textarea name="options[bot][messages][10]" id="options[bot][messages][10]" rows="2" style="width: 625px;"><?php
597
+ esc_attr_e(stripslashes($this->plugin_settings['bot']['messages']['10']));
598
+ ?></textarea>
599
+ </td>
600
+ </tr>
601
+ <?php
602
+ /*
603
+ <input type="text" value="<?php echo esc_attr(stripslashes($this->plugin_settings['general']['redirection'])); ?>" name="options[general][redirection]" />
604
+ <p class="description"><?php _e('If you want to redirect a user (with no access to Dashboard/Backend) to a URL (different from WordPress Dashboard URL) after login, then define a URL (incl. http://)', $this->plugin_slug); ?></p>
605
+ */
606
+ ?>
607
+ </tbody>
608
+ </table>
609
+
610
+ <?php wp_nonce_field('tab-bot'); ?>
611
+ <input type="hidden" value="bot" name="tab" />
612
+ <input type="submit" value="<?php _e('Save settings', $this->plugin_slug); ?>" class="button button-primary" name="submit">
613
+ <input type="button" value="<?php _e('Reset settings', $this->plugin_slug); ?>" class="button button-secondary reset_settings" data-tab="bot" name="submit">
614
+ </form>
615
+ </div>
616
  </div>
617
  </div>
618
 
views/sidebar.php CHANGED
File without changes
wp-maintenance-mode.php CHANGED
@@ -4,11 +4,11 @@
4
  * WP Maintenance Mode
5
  *
6
  * Plugin Name: WP Maintenance Mode
7
- * Plugin URI: http://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.0.9
10
  * Author: Designmodo
11
- * Author URI: http://designmodo.com/
12
  * Twitter: designmodo
13
  * GitHub Plugin URI: https://github.com/Designmodocom/WP-Maintenance-Mode
14
  * GitHub Branch: master
4
  * WP Maintenance Mode
5
  *
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.1.1
10
  * Author: Designmodo
11
+ * Author URI: https://designmodo.com/
12
  * Twitter: designmodo
13
  * GitHub Plugin URI: https://github.com/Designmodocom/WP-Maintenance-Mode
14
  * GitHub Branch: master