CMP – Coming Soon & Maintenance Plugin by NiteoThemes - Version 3.8.2

Version Description

Download this release

Release Info

Developer niteo
Plugin Icon 128x128 CMP – Coming Soon & Maintenance Plugin by NiteoThemes
Version 3.8.2
Comparing to
See all releases

Code changes from version 3.8.1 to 3.8.2

cmp-advanced.php CHANGED
@@ -311,7 +311,7 @@ $cmp_cookie_notice_comp = get_option('cmp_cookie_notice_comp', '1');
311
 
312
  <td>
313
  <fieldset class="page-whitelist-switch x1">
314
- <h4><?php _e('CMP Whitelist - set CMP landing page to specific page(s) only.', 'cmp-coming-soon-maintenance');?></h4>
315
  <select name="niteoCS_page-whitelist[]" class="cmp-whitelist-select" multiple="multiple">
316
  <option value="-1" <?php echo in_array('-1', $niteoCS_page_whitelist) ? 'selected' : '';?>><?php _e('Homepage', 'cmp-coming-soon-maintenance');?></option>
317
  <?php
@@ -333,7 +333,7 @@ $cmp_cookie_notice_comp = get_option('cmp_cookie_notice_comp', '1');
333
  </fieldset>
334
 
335
  <fieldset class="page-whitelist-switch x2">
336
- <h4><?php _e('CMP Blacklist - select the pages to NOT display CMP landing page.', 'cmp-coming-soon-maintenance');?></h4>
337
  <select name="niteoCS_page-blacklist[]" class="cmp-blacklist" multiple="multiple">
338
  <option value="-1" <?php echo in_array('-1', $niteoCS_page_blacklist) ? 'selected' : '';?>><?php _e('Homepage', 'cmp-coming-soon-maintenance');?></option>
339
  <?php
@@ -409,7 +409,7 @@ $cmp_cookie_notice_comp = get_option('cmp_cookie_notice_comp', '1');
409
 
410
  <td>
411
  <fieldset>
412
- <h4><?php _e('Select User Roles to bypass CMP landing page.', 'cmp-coming-soon-maintenance');?></h4>
413
 
414
  <select name="niteoCS_roles[]" class="cmp-user_roles" multiple="multiple">
415
 
@@ -584,7 +584,7 @@ $cmp_cookie_notice_comp = get_option('cmp_cookie_notice_comp', '1');
584
 
585
  <td>
586
  <fieldset class="cmp-topbar-icon-switch x1">
587
- <h4><?php _e('You can specify which roles have access to CMP Top Bar.', 'cmp-coming-soon-maintenance');?></h4>
588
 
589
  <select name="niteoCS_roles_topbar[]" class="cmp-user_roles" multiple="multiple">
590
  <?php
@@ -597,9 +597,9 @@ $cmp_cookie_notice_comp = get_option('cmp_cookie_notice_comp', '1');
597
  }
598
  } ?>
599
  </select>
600
- <p class="cmp-hint" style="margin-top:0"><?php _e('Administrator role can always access Top Bar.', 'cmp-coming-soon-maintenance');?></p>
601
 
602
- <h4><?php _e('CMP Top Bar layout.', 'cmp-coming-soon-maintenance');?></h4>
603
  <select name="niteoCS_topbar_version">
604
  <option value="cmp-topbar-full" <?php selected($topbar_version, 'cmp-topbar-full');?>><?php _e('Full - CMP Icon with description', 'cmp-coming-soon-maintenace');?></option>
605
  <option value="cmp-topbar-compact" <?php selected($topbar_version, 'cmp-topbar-compact');?>><?php _e('Compact - CMP Icon only ', 'cmp-coming-soon-maintenace');?></option>
@@ -819,7 +819,7 @@ $cmp_cookie_notice_comp = get_option('cmp_cookie_notice_comp', '1');
819
  </label>
820
 
821
  <p>
822
- <label for="cmp-import-media"><input type="checkbox" name="cmp-import-media" id="cmp-import-media" value="1" checked><?php _e('Import with media images', 'cmp-coming-soon-maintenance');?></label>
823
  </p>
824
 
825
  <p class="cmp-hint"><?php _e('Insert valid JSON file with CMP Settings to import complete CMP Settings. All current settings will be overwritten.', 'cmp-coming-soon-maintenance');?></p>
311
 
312
  <td>
313
  <fieldset class="page-whitelist-switch x1">
314
+ <h4><?php _e('CMP Whitelist - set CMP landing page to specific page(s) only', 'cmp-coming-soon-maintenance');?></h4>
315
  <select name="niteoCS_page-whitelist[]" class="cmp-whitelist-select" multiple="multiple">
316
  <option value="-1" <?php echo in_array('-1', $niteoCS_page_whitelist) ? 'selected' : '';?>><?php _e('Homepage', 'cmp-coming-soon-maintenance');?></option>
317
  <?php
333
  </fieldset>
334
 
335
  <fieldset class="page-whitelist-switch x2">
336
+ <h4><?php _e('CMP Blacklist - select the pages to NOT display CMP landing page', 'cmp-coming-soon-maintenance');?></h4>
337
  <select name="niteoCS_page-blacklist[]" class="cmp-blacklist" multiple="multiple">
338
  <option value="-1" <?php echo in_array('-1', $niteoCS_page_blacklist) ? 'selected' : '';?>><?php _e('Homepage', 'cmp-coming-soon-maintenance');?></option>
339
  <?php
409
 
410
  <td>
411
  <fieldset>
412
+ <h4><?php _e('Select User Roles to bypass CMP landing page', 'cmp-coming-soon-maintenance');?></h4>
413
 
414
  <select name="niteoCS_roles[]" class="cmp-user_roles" multiple="multiple">
415
 
584
 
585
  <td>
586
  <fieldset class="cmp-topbar-icon-switch x1">
587
+ <h4><?php _e('You can specify which roles have access to CMP Top Bar', 'cmp-coming-soon-maintenance');?></h4>
588
 
589
  <select name="niteoCS_roles_topbar[]" class="cmp-user_roles" multiple="multiple">
590
  <?php
597
  }
598
  } ?>
599
  </select>
600
+ <p class="cmp-hint" style="margin-top:0"><?php _e('Administrator role can always access Top Bar', 'cmp-coming-soon-maintenance');?></p>
601
 
602
+ <h4><?php _e('CMP Top Bar layout', 'cmp-coming-soon-maintenance');?></h4>
603
  <select name="niteoCS_topbar_version">
604
  <option value="cmp-topbar-full" <?php selected($topbar_version, 'cmp-topbar-full');?>><?php _e('Full - CMP Icon with description', 'cmp-coming-soon-maintenace');?></option>
605
  <option value="cmp-topbar-compact" <?php selected($topbar_version, 'cmp-topbar-compact');?>><?php _e('Compact - CMP Icon only ', 'cmp-coming-soon-maintenace');?></option>
819
  </label>
820
 
821
  <p>
822
+ <label for="cmp-import-media"><input type="checkbox" name="cmp-import-media" id="cmp-import-media" value="1"><?php _e('Import with media images', 'cmp-coming-soon-maintenance');?></label>
823
  </p>
824
 
825
  <p class="cmp-hint"><?php _e('Insert valid JSON file with CMP Settings to import complete CMP Settings. All current settings will be overwritten.', 'cmp-coming-soon-maintenance');?></p>
inc/render/content.php CHANGED
@@ -4,8 +4,11 @@ $lang = $this->cmp_get_current_lang() ? '_'.$this->cmp_get_current_lang() : '';
4
  $content = stripslashes( get_option('niteoCS_body'.$lang, '') );
5
  $wpautop = get_option('niteoCS_wpautop', '1');
6
 
 
 
 
 
 
7
  if ( isset($GLOBALS['wp_embed']) ) {
8
- $html = $GLOBALS['wp_embed']->autoembed( $content );
9
  }
10
-
11
- $html = $wpautop == "1" ? wpautop( do_shortcode( $content ) ) : do_shortcode( $content );
4
  $content = stripslashes( get_option('niteoCS_body'.$lang, '') );
5
  $wpautop = get_option('niteoCS_wpautop', '1');
6
 
7
+
8
+ $html = do_shortcode( $content );
9
+
10
+ $html = $wpautop == "1" ? wpautop( $html ) : $html;
11
+
12
  if ( isset($GLOBALS['wp_embed']) ) {
13
+ $html = $GLOBALS['wp_embed']->autoembed( $html );
14
  }
 
 
inc/render/custom-css.php CHANGED
@@ -26,8 +26,12 @@ ob_start(); ?>
26
  .grecaptcha-badge {display: none!important;}
27
  .text-logo {display: inline-block;}
28
  #gdpr-checkbox {-webkit-appearance: checkbox;-moz-appearance: checkbox;width: initial;height: initial;}
29
- #counter.expired {
30
- display: none;
 
 
 
 
31
  }
32
  </style>
33
 
26
  .grecaptcha-badge {display: none!important;}
27
  .text-logo {display: inline-block;}
28
  #gdpr-checkbox {-webkit-appearance: checkbox;-moz-appearance: checkbox;width: initial;height: initial;}
29
+ #counter.expired {display: none; }
30
+ input, button {
31
+ box-shadow: inset 0 0 0 0 !important;
32
+ -webkit-box-shadow: inset 0 0 0 0 !important;
33
+ -webkit-appearance: none;
34
+ outline: none;
35
  }
36
  </style>
37
 
inc/render/javascripts.php CHANGED
@@ -402,7 +402,7 @@ if ( strpos( $content, 'iframe' ) !== false ) { ?>
402
  wrap.style.position = 'relative';
403
  wrap.style.paddingTop = videoRatio + '%';
404
  var iframeParent = iframe.parentNode;
405
- iframeParent.className = 'video-paragraph';
406
  iframeParent.insertBefore( wrap, iframe );
407
  wrap.appendChild( iframe );
408
  }
402
  wrap.style.position = 'relative';
403
  wrap.style.paddingTop = videoRatio + '%';
404
  var iframeParent = iframe.parentNode;
405
+ iframeParent.classList.add('video-paragraph');
406
  iframeParent.insertBefore( wrap, iframe );
407
  wrap.appendChild( iframe );
408
  }
inc/settings/settings-counter.php CHANGED
@@ -79,7 +79,7 @@ $niteoCS_counter_heading = get_option('niteoCS_counter_heading', 'STAY TUNED, W
79
  </fieldset>
80
  <?php endif;?>
81
 
82
- <h4><?php _e('Click on a date input to set timer.', 'cmp-coming-soon-maintenance');?></h4>
83
  <fieldset>
84
 
85
  <legend class="screen-reader-text">
79
  </fieldset>
80
  <?php endif;?>
81
 
82
+ <h4><?php _e('Click on a date input to set timer', 'cmp-coming-soon-maintenance');?></h4>
83
  <fieldset>
84
 
85
  <legend class="screen-reader-text">
languages/cmp-coming-soon-maintenance-default.mo CHANGED
Binary file
languages/cmp-coming-soon-maintenance-default.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: cmp-coming-soon-maintenance\n"
4
- "POT-Creation-Date: 2020-04-29 14:04+0200\n"
5
- "PO-Revision-Date: 2020-04-29 14:05+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Niteothemes <info@niteothemes.com>\n"
8
  "Language: en\n"
@@ -17,49 +17,51 @@ msgstr ""
17
  "X-Poedit-SearchPath-0: .\n"
18
  "X-Poedit-SearchPathExcluded-0: *.js*\n"
19
 
20
- #: cmp-advanced.php:258 inc/settings/settings-general.php:32
21
  msgid "Whitelist/Blacklist"
22
  msgstr ""
23
 
24
- #: cmp-advanced.php:260
25
  msgid "Bypass"
26
  msgstr ""
27
 
28
- #: cmp-advanced.php:262
29
  msgid "Notifications"
30
  msgstr ""
31
 
32
- #: cmp-advanced.php:264
33
  msgid "Misc"
34
  msgstr ""
35
 
36
- #: cmp-advanced.php:266
37
  msgid "Import/Export"
38
  msgstr ""
39
 
40
- #: cmp-advanced.php:276
41
  msgid "CMP Page Whitelist and Blacklist Settings"
42
  msgstr ""
43
 
44
- #: cmp-advanced.php:284 cmp-advanced.php:448
45
  msgid "Whitelist Settings"
46
  msgstr ""
47
 
48
- #: cmp-advanced.php:289
49
  msgid "Page Whitelist"
50
  msgstr ""
51
 
52
- #: cmp-advanced.php:295
53
  msgid "Page Blacklist"
54
  msgstr ""
55
 
56
- #: cmp-advanced.php:301 cmp-advanced.php:459 cmp-advanced.php:574
57
- #: cmp-advanced.php:641 inc/settings/settings-background.php:433
 
58
  #: inc/settings/settings-contact_form-disabled.php:24
59
  #: inc/settings/settings-contact_form.php:46
60
  #: inc/settings/settings-counter-disabled.php:19
61
  #: inc/settings/settings-counter.php:60
62
  #: inc/settings/settings-footer-disabled.php:6
 
63
  #: inc/settings/settings-lang-switcher.php:54
64
  #: inc/settings/settings-login-icon.php:48
65
  #: inc/settings/settings-logo-disabled.php:28
@@ -71,44 +73,44 @@ msgstr ""
71
  #: inc/settings/settings-special_effects-disabled.php:30
72
  #: inc/settings/settings-special_effects.php:48
73
  #: inc/settings/settings-subscribe-disabled.php:30
74
- #: inc/settings/settings-subscribe.php:124
75
  msgid "Disabled"
76
  msgstr ""
77
 
78
- #: cmp-advanced.php:310
79
- msgid "CMP Whitelist - set CMP landing page to specific page(s) only."
80
  msgstr ""
81
 
82
- #: cmp-advanced.php:312 cmp-advanced.php:334
83
  msgid "Homepage"
84
  msgstr ""
85
 
86
- #: cmp-advanced.php:320
87
  msgid ""
88
  "By default CMP is enabled on all pages. Leave this field empty to use "
89
  "default settings."
90
  msgstr ""
91
 
92
- #: cmp-advanced.php:322 cmp-advanced.php:344
93
  msgid "You can also add the page URLs manually."
94
  msgstr ""
95
 
96
- #: cmp-advanced.php:332
97
- msgid "CMP Blacklist - select the pages to NOT display CMP landing page."
98
  msgstr ""
99
 
100
- #: cmp-advanced.php:342
101
  msgid "If you want to exclude some pages from CMP you can select them here."
102
  msgstr ""
103
 
104
- #: cmp-advanced.php:353
105
  msgid ""
106
  "Insert URL with http(s) separately at each line. Please make sure your "
107
  "Permalinks work correctly!<br> You can also use asterisk (*) as a wildcard "
108
  "to match any part of the URL."
109
  msgstr ""
110
 
111
- #: cmp-advanced.php:355
112
  msgid ""
113
  "CMP landing page is displayed on all pages by default. You can enable Page "
114
  "Whitelist to display CMP only on specific page(s) or Page Blacklist to "
@@ -116,43 +118,44 @@ msgid ""
116
  "Page Blacklist here."
117
  msgstr ""
118
 
119
- #: cmp-advanced.php:369
120
  msgid "Custom Login URL"
121
  msgstr ""
122
 
123
- #: cmp-advanced.php:374 cmp-advanced.php:378
124
  msgid "Login URL"
125
  msgstr ""
126
 
127
- #: cmp-advanced.php:381
128
  msgid ""
129
  "Insert custom login URL if you are using plugins to change default WordPress "
130
  "login URL."
131
  msgstr ""
132
 
133
- #: cmp-advanced.php:400
134
  msgid "CMP Bypass by User Roles"
135
  msgstr ""
136
 
137
- #: cmp-advanced.php:404
138
  msgid "Bypass User Roles"
139
  msgstr ""
140
 
141
- #: cmp-advanced.php:408
142
- msgid "Select User Roles to bypass CMP landing page."
143
  msgstr ""
144
 
145
- #: cmp-advanced.php:425
146
  msgid "Administrator role always bypass CMP by default."
147
  msgstr ""
148
 
149
- #: cmp-advanced.php:440
150
  msgid "CMP Bypass URL"
151
  msgstr ""
152
 
153
- #: cmp-advanced.php:453 cmp-advanced.php:568 cmp-advanced.php:635
154
- #: inc/settings/settings-counter-disabled.php:13
155
  #: inc/settings/settings-counter.php:54
 
156
  #: inc/settings/settings-lang-switcher.php:48
157
  #: inc/settings/settings-login-icon.php:42
158
  #: inc/settings/settings-slider-disabled.php:16
@@ -160,11 +163,11 @@ msgstr ""
160
  msgid "Enabled"
161
  msgstr ""
162
 
163
- #: cmp-advanced.php:470
164
  msgid "Bypass URL"
165
  msgstr ""
166
 
167
- #: cmp-advanced.php:473
168
  msgid ""
169
  "You can use this URL to bypass CMP maintenance page. Once you access your "
170
  "website with this URL, CMP Cookie will be set with default expiration of 2 "
@@ -172,171 +175,187 @@ msgid ""
172
  "URL."
173
  msgstr ""
174
 
175
- #: cmp-advanced.php:475
176
  msgid "Set Bypass Passphrase"
177
  msgstr ""
178
 
179
- #: cmp-advanced.php:478
180
  msgid ""
181
  "You can use passphrase which contains letters, numbers, underscores or "
182
  "dashes only."
183
  msgstr ""
184
 
185
- #: cmp-advanced.php:480
186
  msgid "Set bypass cookie Expiration Time in seconds"
187
  msgstr ""
188
 
189
- #: cmp-advanced.php:483
190
  msgid ""
191
  "You can set custom Bypass CMP Cookie expiration time in seconds (1hour = "
192
  "3600). Default expiration time is 2 days (172800)."
193
  msgstr ""
194
 
195
- #: cmp-advanced.php:485
196
  msgid ""
197
  "Please note this solution is using browser cookies which might not work "
198
  "correctly if you are using caching plugins."
199
  msgstr ""
200
 
201
- #: cmp-advanced.php:489
202
  msgid ""
203
  "You can Enable CMP Bypass where you can set custom URL parameter to bypass "
204
  "CMP page. You can send this URL to anyone who would like to sneak peak into "
205
  "your Website while it is under development or maintanence."
206
  msgstr ""
207
 
208
- #: cmp-advanced.php:504
209
  msgid "Email Notifications"
210
  msgstr ""
211
 
212
- #: cmp-advanced.php:508
213
  msgid "Timer Expiration"
214
  msgstr ""
215
 
216
- #: cmp-advanced.php:514
217
  msgid "Enable Email notification when Countdown timer expires to 0."
218
  msgstr ""
219
 
220
- #: cmp-advanced.php:519 cmp-advanced.php:538
221
  msgid "Specify Email Address"
222
  msgstr ""
223
 
224
- #: cmp-advanced.php:527
225
  msgid "CMP Status Change"
226
  msgstr ""
227
 
228
- #: cmp-advanced.php:533
229
  msgid ""
230
  "Enable Email notification if Coming Soon Mode is enabled or disabled by the "
231
  "user."
232
  msgstr ""
233
 
234
- #: cmp-advanced.php:555 cmp-advanced.php:563
235
  msgid "CMP Top Bar"
236
  msgstr ""
237
 
238
- #: cmp-advanced.php:582
239
- msgid "You can specify which roles have access to CMP Top Bar."
240
  msgstr ""
241
 
242
- #: cmp-advanced.php:595
243
- msgid "Administrator role can always access Top Bar."
244
  msgstr ""
245
 
246
- #: cmp-advanced.php:597
247
- msgid "CMP Top Bar layout."
248
  msgstr ""
249
 
250
- #: cmp-advanced.php:599
251
- msgid "Complete - CMP Icon with description"
252
  msgstr ""
253
 
254
- #: cmp-advanced.php:600
255
  msgid "Compact - CMP Icon only "
256
  msgstr ""
257
 
258
- #: cmp-advanced.php:606
259
  msgid "CMP Top Bar is disabled."
260
  msgstr ""
261
 
262
- #: cmp-advanced.php:608
263
  msgid ""
264
  " Once enabled, you can quickly enable or disable Coming Soon Mode or check "
265
  "out CMP Preview without visiting CMP Settings Plugin page."
266
  msgstr ""
267
 
268
- #: cmp-advanced.php:622 cmp-advanced.php:630
269
  msgid "Automatic paragraphs"
270
  msgstr ""
271
 
272
- #: cmp-advanced.php:649
273
  msgid ""
274
  "Paragraphs will be automatically created in the Content area. You can "
275
  "disable this if you have issues with rendering 3rd party shortcodes in the "
276
  "content."
277
  msgstr ""
278
 
279
- #: cmp-advanced.php:653
280
  msgid "Automatic paragraphs are disabled."
281
  msgstr ""
282
 
283
- #: cmp-advanced.php:667
284
  msgid "Custom External Scripts"
285
  msgstr ""
286
 
287
- #: cmp-advanced.php:671
288
  msgid "Head Scripts"
289
  msgstr ""
290
 
291
- #: cmp-advanced.php:675 cmp-advanced.php:707
292
  msgid "Insert Javascript or CSS external file URL"
293
  msgstr ""
294
 
295
- #: cmp-advanced.php:696 cmp-advanced.php:728
296
  msgid "Add More"
297
  msgstr ""
298
 
299
- #: cmp-advanced.php:703
300
  msgid "Footer Scripts"
301
  msgstr ""
302
 
303
- #: cmp-advanced.php:744
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
304
  msgid "Export or Import CMP Settings"
305
  msgstr ""
306
 
307
- #: cmp-advanced.php:749
308
  msgid "Export CMP Settings"
309
  msgstr ""
310
 
311
- #: cmp-advanced.php:753
312
  msgid "Export to JSON file"
313
  msgstr ""
314
 
315
- #: cmp-advanced.php:754
316
  msgid ""
317
  "You can export complete CMP Settings to external JSON file. Which can be "
318
  "used to backup or transfer CMP Settings to another website."
319
  msgstr ""
320
 
321
- #: cmp-advanced.php:760
322
  msgid "Import CMP Settings"
323
  msgstr ""
324
 
325
- #: cmp-advanced.php:767
326
  msgid "Select JSON file"
327
  msgstr ""
328
 
329
- #: cmp-advanced.php:772
330
  msgid "Import with media images"
331
  msgstr ""
332
 
333
- #: cmp-advanced.php:775
334
  msgid ""
335
  "Insert valid JSON file with CMP Settings to import complete CMP Settings. "
336
  "All current settings will be overwritten."
337
  msgstr ""
338
 
339
- #: cmp-advanced.php:783
340
  msgid "Import Settings"
341
  msgstr ""
342
 
@@ -354,37 +373,37 @@ msgstr ""
354
  msgid "WordPress Support Forum"
355
  msgstr ""
356
 
357
- #: cmp-settings.php:567
358
  msgid ""
359
  "JavaScript appears to be disabled in your browser. For this plugin to work "
360
  "correctly, please enable JavaScript or switch to a more modern browser."
361
  msgstr ""
362
 
363
- #: cmp-settings.php:589
364
  msgid "Settings"
365
  msgstr ""
366
 
367
- #: cmp-settings.php:592 inc/settings/settings-footer.php:63
368
  msgid "Content"
369
  msgstr ""
370
 
371
- #: cmp-settings.php:594
372
  msgid "Customize"
373
  msgstr ""
374
 
375
- #: cmp-settings.php:596
376
  msgid "SEO & Analytics"
377
  msgstr ""
378
 
379
- #: cmp-settings.php:598
380
  msgid "Custom CSS"
381
  msgstr ""
382
 
383
- #: cmp-settings.php:600
384
  msgid "Advanced"
385
  msgstr ""
386
 
387
- #: cmp-settings.php:602
388
  msgid "Preview"
389
  msgstr ""
390
 
@@ -443,17 +462,17 @@ msgstr ""
443
  msgid "Export All Subscribers"
444
  msgstr ""
445
 
446
- #: cmp-translate.php:47 niteo-cmp.php:556
447
  msgid "CMP Translation"
448
  msgstr ""
449
 
450
- #: cmp-translate.php:48
451
  msgid ""
452
  "You can edit any text on CMP landing page - button labels, countdown, "
453
  "subscription messages, etc."
454
  msgstr ""
455
 
456
- #: cmp-translate.php:53 inc/class-cmp-render_settings.php:31
457
  msgid "Save All Changes"
458
  msgstr ""
459
 
@@ -547,7 +566,7 @@ msgstr ""
547
  msgid "Delete"
548
  msgstr ""
549
 
550
- #: inc/class-cmp-subscribers.php:190 niteo-cmp.php:1755
551
  msgid "ID"
552
  msgstr ""
553
 
@@ -559,8 +578,8 @@ msgstr ""
559
  msgid "Last Name"
560
  msgstr ""
561
 
562
- #: inc/class-cmp-subscribers.php:193 inc/render/social-icons.php:33
563
- #: niteo-cmp.php:1757
564
  msgid "Email"
565
  msgstr ""
566
 
@@ -600,7 +619,7 @@ msgstr ""
600
  msgid "Thank you for installing CMP - Coming soon & Maintenance Plugin!"
601
  msgstr ""
602
 
603
- #: inc/render/social-icons.php:37
604
  msgid "Phone"
605
  msgstr ""
606
 
@@ -725,7 +744,7 @@ msgid "Graphic Pattern"
725
  msgstr ""
726
 
727
  #: inc/settings/settings-background.php:98
728
- #: inc/settings/settings-background.php:429
729
  msgid "Solid Color"
730
  msgstr ""
731
 
@@ -821,6 +840,7 @@ msgid "Select Video Source"
821
  msgstr ""
822
 
823
  #: inc/settings/settings-background.php:291
 
824
  msgid "YouTube"
825
  msgstr ""
826
 
@@ -844,113 +864,114 @@ msgstr ""
844
  msgid "Select or Upload custom Video file"
845
  msgstr ""
846
 
847
- #: inc/settings/settings-background.php:338
848
  msgid "Loop video automatically"
849
  msgstr ""
850
 
851
- #: inc/settings/settings-background.php:340
852
  msgid ""
853
  "YouTube background doesn`t work on mobile devices therefore only thumbnail "
854
  "will be displayed on mobile devices. You can upload custom thumbnail image "
855
- "by pressing button below. "
 
856
  msgstr ""
857
 
858
- #: inc/settings/settings-background.php:342
859
  msgid "Media Library"
860
  msgstr ""
861
 
862
- #: inc/settings/settings-background.php:363
863
  msgid "Select Pattern"
864
  msgstr ""
865
 
866
- #: inc/settings/settings-background.php:370
867
  msgid "Custom Pattern..."
868
  msgstr ""
869
 
870
- #: inc/settings/settings-background.php:384
871
  msgid "Select Color"
872
  msgstr ""
873
 
874
- #: inc/settings/settings-background.php:392
875
  msgid "Select Gradient Background"
876
  msgstr ""
877
 
878
- #: inc/settings/settings-background.php:402
879
- #: inc/settings/settings-background.php:459
880
  msgid "Custom Gradient"
881
  msgstr ""
882
 
883
- #: inc/settings/settings-background.php:407
884
- #: inc/settings/settings-background.php:465
885
  msgid "Select first gradient color:"
886
  msgstr ""
887
 
888
- #: inc/settings/settings-background.php:410
889
- #: inc/settings/settings-background.php:468
890
  msgid "Select second gradient color:"
891
  msgstr ""
892
 
893
- #: inc/settings/settings-background.php:422
894
  msgid "Background Overlay"
895
  msgstr ""
896
 
897
- #: inc/settings/settings-background.php:425
898
  msgid "Set Background Overlay"
899
  msgstr ""
900
 
901
- #: inc/settings/settings-background.php:431
902
  msgid "Gradient"
903
  msgstr ""
904
 
905
- #: inc/settings/settings-background.php:442
906
  msgid "Background Overlay Color"
907
  msgstr ""
908
 
909
- #: inc/settings/settings-background.php:449
910
  msgid "Select Gradient Overlay"
911
  msgstr ""
912
 
913
- #: inc/settings/settings-background.php:476
914
  msgid "Background Overlay Opacity"
915
  msgstr ""
916
 
917
- #: inc/settings/settings-background.php:482
918
  msgid "Background Blur Amount"
919
  msgstr ""
920
 
921
- #: inc/settings/settings-background.php:494
922
  msgid "Text Overlay"
923
  msgstr ""
924
 
925
- #: inc/settings/settings-background.php:497
926
  msgid "Display Text Overlay"
927
  msgstr ""
928
 
929
- #: inc/settings/settings-background.php:500
930
  msgid "Overlay Heading"
931
  msgstr ""
932
 
933
- #: inc/settings/settings-background.php:501
934
- #: inc/settings/settings-background.php:504
935
- #: inc/settings/settings-background.php:507
936
  #: inc/settings/settings-contact_form.php:62
937
- #: inc/settings/settings-content.php:39 inc/settings/settings-subscribe.php:167
938
  msgid "Leave empty to disable"
939
  msgstr ""
940
 
941
- #: inc/settings/settings-background.php:503
942
  msgid "Overlay Text"
943
  msgstr ""
944
 
945
- #: inc/settings/settings-background.php:506
946
  msgid "Overlay Call To Action Button Text"
947
  msgstr ""
948
 
949
- #: inc/settings/settings-background.php:509
950
  msgid "Overlay Call To Action Button URL"
951
  msgstr ""
952
 
953
- #: inc/settings/settings-background.php:510
954
  msgid "Insert Valid URL"
955
  msgstr ""
956
 
@@ -974,7 +995,7 @@ msgid "Contact Form is not supported by selected Theme."
974
  msgstr ""
975
 
976
  #: inc/settings/settings-contact_form.php:55
977
- #: inc/settings/settings-subscribe.php:132
978
  msgid "Subscribe Form is disabled."
979
  msgstr ""
980
 
@@ -1034,7 +1055,7 @@ msgid "Countdown Timer Setup"
1034
  msgstr ""
1035
 
1036
  #: inc/settings/settings-counter-disabled.php:8
1037
- #: inc/settings/settings-counter.php:49 inc/settings/settings-counter.php:85
1038
  msgid "Counter setup"
1039
  msgstr ""
1040
 
@@ -1050,49 +1071,49 @@ msgstr ""
1050
  msgid "Counter Heading"
1051
  msgstr ""
1052
 
1053
- #: inc/settings/settings-counter.php:81
1054
- msgid "Click on a date input to set timer."
1055
  msgstr ""
1056
 
1057
- #: inc/settings/settings-counter.php:88
1058
  msgid "Select Date.."
1059
  msgstr ""
1060
 
1061
- #: inc/settings/settings-counter.php:90
1062
  msgid "Countdown action:"
1063
  msgstr ""
1064
 
1065
- #: inc/settings/settings-counter.php:93
1066
  msgid "No Action"
1067
  msgstr ""
1068
 
1069
- #: inc/settings/settings-counter.php:94
1070
  msgid "Hide Counter"
1071
  msgstr ""
1072
 
1073
- #: inc/settings/settings-counter.php:95
1074
  msgid "Disable Coming Soon / Maintenance page."
1075
  msgstr ""
1076
 
1077
- #: inc/settings/settings-counter.php:96
1078
  msgid "URL Redirect"
1079
  msgstr ""
1080
 
1081
- #: inc/settings/settings-counter.php:103
1082
  #, php-format
1083
  msgid ""
1084
  "Notification e-mail will be sent to %s email address once counter expires."
1085
  msgstr ""
1086
 
1087
- #: inc/settings/settings-counter.php:106
1088
  msgid "E-mail notification is disabled."
1089
  msgstr ""
1090
 
1091
- #: inc/settings/settings-counter.php:110
1092
  msgid "Change e-mail notification settings."
1093
  msgstr ""
1094
 
1095
- #: inc/settings/settings-counter.php:113
1096
  msgid "Enter redirect URL"
1097
  msgstr ""
1098
 
@@ -1187,11 +1208,19 @@ msgstr ""
1187
  msgid "Delay Time in Seconds"
1188
  msgstr ""
1189
 
 
 
1190
  #: inc/settings/settings-lang-switcher.php:36
1191
  #: inc/settings/settings-lang-switcher.php:43
1192
  msgid "Language Switcher"
1193
  msgstr ""
1194
 
 
 
 
 
 
 
1195
  #: inc/settings/settings-lang-switcher.php:63
1196
  msgid "Language Switcher is disabled"
1197
  msgstr ""
@@ -1272,7 +1301,15 @@ msgstr ""
1272
  msgid "Set custom logo height"
1273
  msgstr ""
1274
 
1275
- #: inc/settings/settings-logo.php:68
 
 
 
 
 
 
 
 
1276
  msgid "Logo is disabled"
1277
  msgstr ""
1278
 
@@ -1430,44 +1467,47 @@ msgstr ""
1430
  msgid "Social Media"
1431
  msgstr ""
1432
 
1433
- #: inc/settings/settings-social-media.php:14
1434
  msgid "Social Section Title"
1435
  msgstr ""
1436
 
1437
- #: inc/settings/settings-social-media.php:25
1438
  msgid "Social Media Icons"
1439
  msgstr ""
1440
 
1441
- #: inc/settings/settings-social-media.php:27
1442
  msgid "Click on Social Icons below to enable Social Media settings."
1443
  msgstr ""
1444
 
1445
- #: inc/settings/settings-social-media.php:45
1446
- #: inc/settings/settings-social-media.php:78
1447
  msgid "Email Address"
1448
  msgstr ""
1449
 
1450
- #: inc/settings/settings-social-media.php:48
1451
- #: inc/settings/settings-social-media.php:51
1452
- #: inc/settings/settings-social-media.php:90
1453
  msgid "Phone Number"
1454
  msgstr ""
1455
 
1456
- #: inc/settings/settings-social-media.php:66
 
 
 
 
1457
  msgid "Position"
1458
  msgstr ""
1459
 
1460
- #: inc/settings/settings-social-media.php:66
1461
  #: inc/settings/settings-theme-selector.php:66
1462
  msgid "Active"
1463
  msgstr ""
1464
 
1465
- #: inc/settings/settings-social-media.php:66
1466
  msgid "Website URL"
1467
  msgstr ""
1468
 
1469
- #: inc/settings/settings-social-media.php:94
1470
- msgid "WhatsApp Phone Number"
1471
  msgstr ""
1472
 
1473
  #: inc/settings/settings-special_effects-disabled.php:6
@@ -1506,22 +1546,22 @@ msgid "Effect Color"
1506
  msgstr ""
1507
 
1508
  #: inc/settings/settings-subscribe-disabled.php:6
1509
- #: inc/settings/settings-subscribe.php:94
1510
  msgid "Subscribe Form"
1511
  msgstr ""
1512
 
1513
  #: inc/settings/settings-subscribe-disabled.php:13
1514
- #: inc/settings/settings-subscribe.php:101
1515
  msgid "Subscribe Form Options"
1516
  msgstr ""
1517
 
1518
  #: inc/settings/settings-subscribe-disabled.php:18
1519
- #: inc/settings/settings-subscribe.php:106
1520
  msgid "CMP Subscribe Form"
1521
  msgstr ""
1522
 
1523
  #: inc/settings/settings-subscribe-disabled.php:24
1524
- #: inc/settings/settings-subscribe.php:118
1525
  msgid "3rd Party Plugin"
1526
  msgstr ""
1527
 
@@ -1529,156 +1569,160 @@ msgstr ""
1529
  msgid "Subscribe Form is not supported by selected Theme."
1530
  msgstr ""
1531
 
1532
- #: inc/settings/settings-subscribe.php:112
1533
  msgid "MailOptin Integration"
1534
  msgstr ""
1535
 
1536
- #: inc/settings/settings-subscribe.php:145
1537
- msgid "Subcribe Form Title"
1538
  msgstr ""
1539
 
1540
- #: inc/settings/settings-subscribe.php:153
1541
  msgid "3rd Party Plugin Shortcode"
1542
  msgstr ""
1543
 
1544
- #: inc/settings/settings-subscribe.php:156
1545
  msgid ""
1546
  "You can find Shortode in your Contact Form Plugin settings. Should be "
1547
  "something similar to code below: "
1548
  msgstr ""
1549
 
1550
- #: inc/settings/settings-subscribe.php:158
1551
  msgid ""
1552
  "If you use 3rd party shortcode for subscribe or contact form, you might need "
1553
  "to apply custom CSS to style the form correctly."
1554
  msgstr ""
1555
 
1556
- #: inc/settings/settings-subscribe.php:164
1557
  msgid ""
1558
  "CMP Subscribe form will be used. It is guaranteed to always match selected "
1559
  "CMP Theme's style."
1560
  msgstr ""
1561
 
1562
- #: inc/settings/settings-subscribe.php:166
1563
  msgid ""
1564
  "Subscribe Form message (can be GDPR or any custom message). Supports anchor "
1565
  "HTML tags."
1566
  msgstr ""
1567
 
1568
- #: inc/settings/settings-subscribe.php:169
 
 
 
 
1569
  #, php-format
1570
  msgid ""
1571
  "* Did you know you can translate Subscribe form Labels and Placeholders to "
1572
  "your language in %s Settings?"
1573
  msgstr ""
1574
 
1575
- #: inc/settings/settings-subscribe.php:171
1576
  msgid "Select how to save your Subscribers"
1577
  msgstr ""
1578
 
1579
- #: inc/settings/settings-subscribe.php:173
1580
  msgid "CMP Custom Subscribe List"
1581
  msgstr ""
1582
 
1583
- #: inc/settings/settings-subscribe.php:174
1584
  msgid "MailChimp Integration"
1585
  msgstr ""
1586
 
1587
- #: inc/settings/settings-subscribe.php:175
1588
  msgid "MailPoet Integration"
1589
  msgstr ""
1590
 
1591
- #: inc/settings/settings-subscribe.php:176
1592
  msgid "Mailster Integration"
1593
  msgstr ""
1594
 
1595
- #: inc/settings/settings-subscribe.php:181
1596
  msgid ""
1597
  "Emails will be stored in custom CMP list with CSV export support. If you "
1598
  "ever delete CMP plugin then subscriber list will be purged as well."
1599
  msgstr ""
1600
 
1601
- #: inc/settings/settings-subscribe.php:182
1602
  msgid "Total Subscribers: "
1603
  msgstr ""
1604
 
1605
- #: inc/settings/settings-subscribe.php:187
1606
  msgid "MailChimp API key"
1607
  msgstr ""
1608
 
1609
- #: inc/settings/settings-subscribe.php:188
1610
  msgid "MailChimp API Key"
1611
  msgstr ""
1612
 
1613
- #: inc/settings/settings-subscribe.php:189
1614
  msgid "Retrieve Lists"
1615
  msgstr ""
1616
 
1617
- #: inc/settings/settings-subscribe.php:190
1618
  #, php-format
1619
  msgid "You can find or create new API key in your %s."
1620
  msgstr ""
1621
 
1622
- #: inc/settings/settings-subscribe.php:191
1623
  msgid "Select MailChimp subscriber`s list."
1624
  msgstr ""
1625
 
1626
- #: inc/settings/settings-subscribe.php:207
1627
  msgid "Please insert MailChimp API key to retrieve Lists."
1628
  msgstr ""
1629
 
1630
- #: inc/settings/settings-subscribe.php:212
1631
  msgid "Enable MailChimp Double Opt In"
1632
  msgstr ""
1633
 
1634
- #: inc/settings/settings-subscribe.php:228
1635
  msgid "Select MailPoet subscriber`s list."
1636
  msgstr ""
1637
 
1638
- #: inc/settings/settings-subscribe.php:238
1639
  msgid ""
1640
  "Could not retrieve MailPoet subcribers lists. Please make sure MailPoet is "
1641
  "correctly installed and configured."
1642
  msgstr ""
1643
 
1644
- #: inc/settings/settings-subscribe.php:255
1645
  msgid "Select Mailster subscriber`s list."
1646
  msgstr ""
1647
 
1648
- #: inc/settings/settings-subscribe.php:264
1649
  msgid ""
1650
  "Could not retrieve Mailster subribers lists. Please make sure Mailster is "
1651
  "correctly installed and configured."
1652
  msgstr ""
1653
 
1654
- #: inc/settings/settings-subscribe.php:269
1655
  msgid "Enable Mailster Double Opt In"
1656
  msgstr ""
1657
 
1658
- #: inc/settings/settings-subscribe.php:278
1659
  msgid "Enable Google reCAPTCHA v3 Integration"
1660
  msgstr ""
1661
 
1662
- #: inc/settings/settings-subscribe.php:282
1663
  msgid "Insert Site Key"
1664
  msgstr ""
1665
 
1666
- #: inc/settings/settings-subscribe.php:285
1667
  msgid "Insert Secret Key"
1668
  msgstr ""
1669
 
1670
- #: inc/settings/settings-subscribe.php:287
1671
  #, php-format
1672
  msgid ""
1673
  "Google reCAPTCHA protects you against spam and other types of automated "
1674
  "abuse. %1$s"
1675
  msgstr ""
1676
 
1677
- #: inc/settings/settings-subscribe.php:287
1678
  msgid "How to set reCAPTCHA v3?"
1679
  msgstr ""
1680
 
1681
- #: inc/settings/settings-subscribe.php:296
1682
  msgid ""
1683
  "MailOptin is a proven list building plugin that allows you to create popups "
1684
  "and embedded forms so you can convert visitors to your coming soon site into "
@@ -1686,29 +1730,29 @@ msgid ""
1686
  "AWeber, Campaign Monitor, Constant Contact, Mailerlite."
1687
  msgstr ""
1688
 
1689
- #: inc/settings/settings-subscribe.php:305
1690
  msgid "Select MailOptin Campaigns."
1691
  msgstr ""
1692
 
1693
- #: inc/settings/settings-subscribe.php:314
1694
  msgid ""
1695
  "No MailOptin Campaign was found. Please make there is at least one Optin "
1696
  "Campaign created."
1697
  msgstr ""
1698
 
1699
- #: inc/settings/settings-subscribe.php:323
1700
  msgid "Please activate MailOptin plugin first by clicking button below."
1701
  msgstr ""
1702
 
1703
- #: inc/settings/settings-subscribe.php:324
1704
  msgid "Activate MailOptin plugin"
1705
  msgstr ""
1706
 
1707
- #: inc/settings/settings-subscribe.php:334
1708
  msgid "Please Install MailOptin plugin first by clicking button below."
1709
  msgstr ""
1710
 
1711
- #: inc/settings/settings-subscribe.php:335
1712
  msgid "Install MailOptin plugin"
1713
  msgstr ""
1714
 
@@ -1888,163 +1932,163 @@ msgstr ""
1888
  msgid "Subscribe"
1889
  msgstr ""
1890
 
1891
- #: niteo-cmp.php:509 niteo-cmp.php:552 niteo-cmp.php:917
1892
  msgid "CMP Settings"
1893
  msgstr ""
1894
 
1895
- #: niteo-cmp.php:553
1896
  msgid "CMP Basic Setup"
1897
  msgstr ""
1898
 
1899
- #: niteo-cmp.php:554
1900
  msgid "CMP Advanced Setup"
1901
  msgstr ""
1902
 
1903
- #: niteo-cmp.php:555
1904
  msgid "CMP Subscribers"
1905
  msgstr ""
1906
 
1907
- #: niteo-cmp.php:557
1908
  msgid "Upload CMP Theme"
1909
  msgstr ""
1910
 
1911
- #: niteo-cmp.php:781
1912
  msgid ""
1913
  "Counter expired but it is set to make no action - you should login to your "
1914
  "Wordpress Admin and adjust the expired timer or disable Coming Soon / "
1915
  "Maintenance Mode."
1916
  msgstr ""
1917
 
1918
- #: niteo-cmp.php:784
1919
- msgid "Counter expired and and it is hidden on your website per settings.."
1920
  msgstr ""
1921
 
1922
- #: niteo-cmp.php:788
1923
  msgid "Counter expired and Coming soon / Maintanance mode was disabled."
1924
  msgstr ""
1925
 
1926
- #: niteo-cmp.php:792
1927
  msgid ""
1928
  "Counter expired and your Website is redirected to external URL per settings."
1929
  msgstr ""
1930
 
1931
- #: niteo-cmp.php:973
1932
  msgid "Maintenance Mode:"
1933
  msgstr ""
1934
 
1935
- #: niteo-cmp.php:977
1936
  msgid "Coming Soon Mode:"
1937
  msgstr ""
1938
 
1939
- #: niteo-cmp.php:981
1940
  msgid "Redirect Mode:"
1941
  msgstr ""
1942
 
1943
- #: niteo-cmp.php:1007
1944
  msgid "CMP Basic Settings"
1945
  msgstr ""
1946
 
1947
- #: niteo-cmp.php:1014
1948
  msgid "CMP Advanced Settings"
1949
  msgstr ""
1950
 
1951
- #: niteo-cmp.php:1022
1952
  msgid "CMP Preview"
1953
  msgstr ""
1954
 
1955
- #: niteo-cmp.php:1153
1956
  #, php-format
1957
  msgid "There is a <b>recommended</b> update of <b>CMP Theme: %s</b> available:"
1958
  msgstr ""
1959
 
1960
- #: niteo-cmp.php:1153
1961
  #, php-format
1962
  msgid " click to update to %s version from NiteoThemes server now"
1963
  msgstr ""
1964
 
1965
- #: niteo-cmp.php:1231
1966
  msgid " theme was successfully installed!"
1967
  msgstr ""
1968
 
1969
- #: niteo-cmp.php:1235
1970
  msgid "There was an error unzipping the file!"
1971
  msgstr ""
1972
 
1973
- #: niteo-cmp.php:1240 niteo-cmp.php:1323
1974
  msgid "Error creating Theme subdirectory!"
1975
  msgstr ""
1976
 
1977
- #: niteo-cmp.php:1253
1978
  msgid "Unable to upload new Theme file ."
1979
  msgstr ""
1980
 
1981
- #: niteo-cmp.php:1253
1982
  msgid ""
1983
  " file extension is not supported. Please upload ZIP file containing CMP "
1984
  "Theme."
1985
  msgstr ""
1986
 
1987
- #: niteo-cmp.php:1309
1988
  msgid "Theme has been updated to latest version!"
1989
  msgstr ""
1990
 
1991
- #: niteo-cmp.php:1314
1992
  msgid "There was an error unzipping the file due to error: "
1993
  msgstr ""
1994
 
1995
- #: niteo-cmp.php:1331
1996
  msgid "Error during updating Theme files:"
1997
  msgstr ""
1998
 
1999
- #: niteo-cmp.php:1339
2000
  msgid "General Error during updating Theme files."
2001
  msgstr ""
2002
 
2003
- #: niteo-cmp.php:1647 niteo-cmp.php:1690
2004
  msgid "Something went wrong please try again later."
2005
  msgstr ""
2006
 
2007
- #: niteo-cmp.php:1756
2008
  msgid "Date"
2009
  msgstr ""
2010
 
2011
- #: niteo-cmp.php:1758
2012
  msgid "Firstname"
2013
  msgstr ""
2014
 
2015
- #: niteo-cmp.php:1759
2016
  msgid "Lastname"
2017
  msgstr ""
2018
 
2019
- #: niteo-cmp.php:1760
2020
  msgid "Fullname"
2021
  msgstr ""
2022
 
2023
- #: niteo-cmp.php:1822
2024
  msgid "CMP Settings Saved"
2025
  msgstr ""
2026
 
2027
- #: niteo-cmp.php:2785
2028
  msgid "All done!"
2029
  msgstr ""
2030
 
2031
- #: niteo-cmp.php:2825
2032
  msgid "JSON file is valid but it does not contain CMP Settings."
2033
  msgstr ""
2034
 
2035
- #: niteo-cmp.php:2831
2036
  msgid "Please insert valid JSON file and try again."
2037
  msgstr ""
2038
 
2039
- #: niteo-cmp.php:2905
2040
  msgid "Maintenance"
2041
  msgstr ""
2042
 
2043
- #: niteo-cmp.php:2908
2044
  msgid "Coming Soon"
2045
  msgstr ""
2046
 
2047
- #: niteo-cmp.php:2911
2048
  msgid "Redirect"
2049
  msgstr ""
2050
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: cmp-coming-soon-maintenance\n"
4
+ "POT-Creation-Date: 2020-08-03 10:14+0200\n"
5
+ "PO-Revision-Date: 2020-08-03 10:14+0200\n"
6
  "Last-Translator: \n"
7
  "Language-Team: Niteothemes <info@niteothemes.com>\n"
8
  "Language: en\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
  "X-Poedit-SearchPathExcluded-0: *.js*\n"
19
 
20
+ #: cmp-advanced.php:262 inc/settings/settings-general.php:32
21
  msgid "Whitelist/Blacklist"
22
  msgstr ""
23
 
24
+ #: cmp-advanced.php:264
25
  msgid "Bypass"
26
  msgstr ""
27
 
28
+ #: cmp-advanced.php:266
29
  msgid "Notifications"
30
  msgstr ""
31
 
32
+ #: cmp-advanced.php:268
33
  msgid "Misc"
34
  msgstr ""
35
 
36
+ #: cmp-advanced.php:270
37
  msgid "Import/Export"
38
  msgstr ""
39
 
40
+ #: cmp-advanced.php:280
41
  msgid "CMP Page Whitelist and Blacklist Settings"
42
  msgstr ""
43
 
44
+ #: cmp-advanced.php:288 cmp-advanced.php:452
45
  msgid "Whitelist Settings"
46
  msgstr ""
47
 
48
+ #: cmp-advanced.php:293
49
  msgid "Page Whitelist"
50
  msgstr ""
51
 
52
+ #: cmp-advanced.php:299
53
  msgid "Page Blacklist"
54
  msgstr ""
55
 
56
+ #: cmp-advanced.php:305 cmp-advanced.php:463 cmp-advanced.php:579
57
+ #: cmp-advanced.php:646 cmp-advanced.php:767
58
+ #: inc/settings/settings-background.php:435
59
  #: inc/settings/settings-contact_form-disabled.php:24
60
  #: inc/settings/settings-contact_form.php:46
61
  #: inc/settings/settings-counter-disabled.php:19
62
  #: inc/settings/settings-counter.php:60
63
  #: inc/settings/settings-footer-disabled.php:6
64
+ #: inc/settings/settings-lang-switcher-disabled.php:23
65
  #: inc/settings/settings-lang-switcher.php:54
66
  #: inc/settings/settings-login-icon.php:48
67
  #: inc/settings/settings-logo-disabled.php:28
73
  #: inc/settings/settings-special_effects-disabled.php:30
74
  #: inc/settings/settings-special_effects.php:48
75
  #: inc/settings/settings-subscribe-disabled.php:30
76
+ #: inc/settings/settings-subscribe.php:135
77
  msgid "Disabled"
78
  msgstr ""
79
 
80
+ #: cmp-advanced.php:314
81
+ msgid "CMP Whitelist - set CMP landing page to specific page(s) only"
82
  msgstr ""
83
 
84
+ #: cmp-advanced.php:316 cmp-advanced.php:338
85
  msgid "Homepage"
86
  msgstr ""
87
 
88
+ #: cmp-advanced.php:324
89
  msgid ""
90
  "By default CMP is enabled on all pages. Leave this field empty to use "
91
  "default settings."
92
  msgstr ""
93
 
94
+ #: cmp-advanced.php:326 cmp-advanced.php:348
95
  msgid "You can also add the page URLs manually."
96
  msgstr ""
97
 
98
+ #: cmp-advanced.php:336
99
+ msgid "CMP Blacklist - select the pages to NOT display CMP landing page"
100
  msgstr ""
101
 
102
+ #: cmp-advanced.php:346
103
  msgid "If you want to exclude some pages from CMP you can select them here."
104
  msgstr ""
105
 
106
+ #: cmp-advanced.php:357
107
  msgid ""
108
  "Insert URL with http(s) separately at each line. Please make sure your "
109
  "Permalinks work correctly!<br> You can also use asterisk (*) as a wildcard "
110
  "to match any part of the URL."
111
  msgstr ""
112
 
113
+ #: cmp-advanced.php:359
114
  msgid ""
115
  "CMP landing page is displayed on all pages by default. You can enable Page "
116
  "Whitelist to display CMP only on specific page(s) or Page Blacklist to "
118
  "Page Blacklist here."
119
  msgstr ""
120
 
121
+ #: cmp-advanced.php:373
122
  msgid "Custom Login URL"
123
  msgstr ""
124
 
125
+ #: cmp-advanced.php:378 cmp-advanced.php:382
126
  msgid "Login URL"
127
  msgstr ""
128
 
129
+ #: cmp-advanced.php:385
130
  msgid ""
131
  "Insert custom login URL if you are using plugins to change default WordPress "
132
  "login URL."
133
  msgstr ""
134
 
135
+ #: cmp-advanced.php:404
136
  msgid "CMP Bypass by User Roles"
137
  msgstr ""
138
 
139
+ #: cmp-advanced.php:408
140
  msgid "Bypass User Roles"
141
  msgstr ""
142
 
143
+ #: cmp-advanced.php:412
144
+ msgid "Select User Roles to bypass CMP landing page"
145
  msgstr ""
146
 
147
+ #: cmp-advanced.php:429
148
  msgid "Administrator role always bypass CMP by default."
149
  msgstr ""
150
 
151
+ #: cmp-advanced.php:444
152
  msgid "CMP Bypass URL"
153
  msgstr ""
154
 
155
+ #: cmp-advanced.php:457 cmp-advanced.php:573 cmp-advanced.php:640
156
+ #: cmp-advanced.php:761 inc/settings/settings-counter-disabled.php:13
157
  #: inc/settings/settings-counter.php:54
158
+ #: inc/settings/settings-lang-switcher-disabled.php:17
159
  #: inc/settings/settings-lang-switcher.php:48
160
  #: inc/settings/settings-login-icon.php:42
161
  #: inc/settings/settings-slider-disabled.php:16
163
  msgid "Enabled"
164
  msgstr ""
165
 
166
+ #: cmp-advanced.php:474
167
  msgid "Bypass URL"
168
  msgstr ""
169
 
170
+ #: cmp-advanced.php:478
171
  msgid ""
172
  "You can use this URL to bypass CMP maintenance page. Once you access your "
173
  "website with this URL, CMP Cookie will be set with default expiration of 2 "
175
  "URL."
176
  msgstr ""
177
 
178
+ #: cmp-advanced.php:480
179
  msgid "Set Bypass Passphrase"
180
  msgstr ""
181
 
182
+ #: cmp-advanced.php:483
183
  msgid ""
184
  "You can use passphrase which contains letters, numbers, underscores or "
185
  "dashes only."
186
  msgstr ""
187
 
188
+ #: cmp-advanced.php:485
189
  msgid "Set bypass cookie Expiration Time in seconds"
190
  msgstr ""
191
 
192
+ #: cmp-advanced.php:488
193
  msgid ""
194
  "You can set custom Bypass CMP Cookie expiration time in seconds (1hour = "
195
  "3600). Default expiration time is 2 days (172800)."
196
  msgstr ""
197
 
198
+ #: cmp-advanced.php:490
199
  msgid ""
200
  "Please note this solution is using browser cookies which might not work "
201
  "correctly if you are using caching plugins."
202
  msgstr ""
203
 
204
+ #: cmp-advanced.php:494
205
  msgid ""
206
  "You can Enable CMP Bypass where you can set custom URL parameter to bypass "
207
  "CMP page. You can send this URL to anyone who would like to sneak peak into "
208
  "your Website while it is under development or maintanence."
209
  msgstr ""
210
 
211
+ #: cmp-advanced.php:509
212
  msgid "Email Notifications"
213
  msgstr ""
214
 
215
+ #: cmp-advanced.php:513
216
  msgid "Timer Expiration"
217
  msgstr ""
218
 
219
+ #: cmp-advanced.php:519
220
  msgid "Enable Email notification when Countdown timer expires to 0."
221
  msgstr ""
222
 
223
+ #: cmp-advanced.php:524 cmp-advanced.php:543
224
  msgid "Specify Email Address"
225
  msgstr ""
226
 
227
+ #: cmp-advanced.php:532
228
  msgid "CMP Status Change"
229
  msgstr ""
230
 
231
+ #: cmp-advanced.php:538
232
  msgid ""
233
  "Enable Email notification if Coming Soon Mode is enabled or disabled by the "
234
  "user."
235
  msgstr ""
236
 
237
+ #: cmp-advanced.php:560 cmp-advanced.php:568
238
  msgid "CMP Top Bar"
239
  msgstr ""
240
 
241
+ #: cmp-advanced.php:587
242
+ msgid "You can specify which roles have access to CMP Top Bar"
243
  msgstr ""
244
 
245
+ #: cmp-advanced.php:600
246
+ msgid "Administrator role can always access Top Bar"
247
  msgstr ""
248
 
249
+ #: cmp-advanced.php:602
250
+ msgid "CMP Top Bar layout"
251
  msgstr ""
252
 
253
+ #: cmp-advanced.php:604
254
+ msgid "Full - CMP Icon with description"
255
  msgstr ""
256
 
257
+ #: cmp-advanced.php:605
258
  msgid "Compact - CMP Icon only "
259
  msgstr ""
260
 
261
+ #: cmp-advanced.php:611
262
  msgid "CMP Top Bar is disabled."
263
  msgstr ""
264
 
265
+ #: cmp-advanced.php:613
266
  msgid ""
267
  " Once enabled, you can quickly enable or disable Coming Soon Mode or check "
268
  "out CMP Preview without visiting CMP Settings Plugin page."
269
  msgstr ""
270
 
271
+ #: cmp-advanced.php:627 cmp-advanced.php:635
272
  msgid "Automatic paragraphs"
273
  msgstr ""
274
 
275
+ #: cmp-advanced.php:654
276
  msgid ""
277
  "Paragraphs will be automatically created in the Content area. You can "
278
  "disable this if you have issues with rendering 3rd party shortcodes in the "
279
  "content."
280
  msgstr ""
281
 
282
+ #: cmp-advanced.php:658
283
  msgid "Automatic paragraphs are disabled."
284
  msgstr ""
285
 
286
+ #: cmp-advanced.php:672
287
  msgid "Custom External Scripts"
288
  msgstr ""
289
 
290
+ #: cmp-advanced.php:676
291
  msgid "Head Scripts"
292
  msgstr ""
293
 
294
+ #: cmp-advanced.php:680 cmp-advanced.php:712
295
  msgid "Insert Javascript or CSS external file URL"
296
  msgstr ""
297
 
298
+ #: cmp-advanced.php:701 cmp-advanced.php:733
299
  msgid "Add More"
300
  msgstr ""
301
 
302
+ #: cmp-advanced.php:708
303
  msgid "Footer Scripts"
304
  msgstr ""
305
 
306
+ #: cmp-advanced.php:748 cmp-advanced.php:756
307
+ msgid "Cookie Notice Compatibility"
308
+ msgstr ""
309
+
310
+ #: cmp-advanced.php:775
311
+ #, php-format
312
+ msgid ""
313
+ "If %s plugin is installed and activated then Cookie notice will be "
314
+ "automatically displayed also on Coming Soon page."
315
+ msgstr ""
316
+
317
+ #: cmp-advanced.php:779
318
+ #, php-format
319
+ msgid "Compatibility with %s plugin is disabled."
320
+ msgstr ""
321
+
322
+ #: cmp-advanced.php:794
323
  msgid "Export or Import CMP Settings"
324
  msgstr ""
325
 
326
+ #: cmp-advanced.php:799
327
  msgid "Export CMP Settings"
328
  msgstr ""
329
 
330
+ #: cmp-advanced.php:803
331
  msgid "Export to JSON file"
332
  msgstr ""
333
 
334
+ #: cmp-advanced.php:804
335
  msgid ""
336
  "You can export complete CMP Settings to external JSON file. Which can be "
337
  "used to backup or transfer CMP Settings to another website."
338
  msgstr ""
339
 
340
+ #: cmp-advanced.php:810
341
  msgid "Import CMP Settings"
342
  msgstr ""
343
 
344
+ #: cmp-advanced.php:817
345
  msgid "Select JSON file"
346
  msgstr ""
347
 
348
+ #: cmp-advanced.php:822
349
  msgid "Import with media images"
350
  msgstr ""
351
 
352
+ #: cmp-advanced.php:825
353
  msgid ""
354
  "Insert valid JSON file with CMP Settings to import complete CMP Settings. "
355
  "All current settings will be overwritten."
356
  msgstr ""
357
 
358
+ #: cmp-advanced.php:833
359
  msgid "Import Settings"
360
  msgstr ""
361
 
373
  msgid "WordPress Support Forum"
374
  msgstr ""
375
 
376
+ #: cmp-settings.php:575
377
  msgid ""
378
  "JavaScript appears to be disabled in your browser. For this plugin to work "
379
  "correctly, please enable JavaScript or switch to a more modern browser."
380
  msgstr ""
381
 
382
+ #: cmp-settings.php:597
383
  msgid "Settings"
384
  msgstr ""
385
 
386
+ #: cmp-settings.php:600 inc/settings/settings-footer.php:63
387
  msgid "Content"
388
  msgstr ""
389
 
390
+ #: cmp-settings.php:602
391
  msgid "Customize"
392
  msgstr ""
393
 
394
+ #: cmp-settings.php:604
395
  msgid "SEO & Analytics"
396
  msgstr ""
397
 
398
+ #: cmp-settings.php:606
399
  msgid "Custom CSS"
400
  msgstr ""
401
 
402
+ #: cmp-settings.php:608
403
  msgid "Advanced"
404
  msgstr ""
405
 
406
+ #: cmp-settings.php:610
407
  msgid "Preview"
408
  msgstr ""
409
 
462
  msgid "Export All Subscribers"
463
  msgstr ""
464
 
465
+ #: cmp-translate.php:46 niteo-cmp.php:616
466
  msgid "CMP Translation"
467
  msgstr ""
468
 
469
+ #: cmp-translate.php:47
470
  msgid ""
471
  "You can edit any text on CMP landing page - button labels, countdown, "
472
  "subscription messages, etc."
473
  msgstr ""
474
 
475
+ #: cmp-translate.php:52 inc/class-cmp-render_settings.php:31
476
  msgid "Save All Changes"
477
  msgstr ""
478
 
566
  msgid "Delete"
567
  msgstr ""
568
 
569
+ #: inc/class-cmp-subscribers.php:190 niteo-cmp.php:1850
570
  msgid "ID"
571
  msgstr ""
572
 
578
  msgid "Last Name"
579
  msgstr ""
580
 
581
+ #: inc/class-cmp-subscribers.php:193 inc/render/social-icons.php:34
582
+ #: niteo-cmp.php:1852
583
  msgid "Email"
584
  msgstr ""
585
 
619
  msgid "Thank you for installing CMP - Coming soon & Maintenance Plugin!"
620
  msgstr ""
621
 
622
+ #: inc/render/social-icons.php:38
623
  msgid "Phone"
624
  msgstr ""
625
 
744
  msgstr ""
745
 
746
  #: inc/settings/settings-background.php:98
747
+ #: inc/settings/settings-background.php:431
748
  msgid "Solid Color"
749
  msgstr ""
750
 
840
  msgstr ""
841
 
842
  #: inc/settings/settings-background.php:291
843
+ #: inc/settings/settings-social-media.php:58
844
  msgid "YouTube"
845
  msgstr ""
846
 
864
  msgid "Select or Upload custom Video file"
865
  msgstr ""
866
 
867
+ #: inc/settings/settings-background.php:339
868
  msgid "Loop video automatically"
869
  msgstr ""
870
 
871
+ #: inc/settings/settings-background.php:342
872
  msgid ""
873
  "YouTube background doesn`t work on mobile devices therefore only thumbnail "
874
  "will be displayed on mobile devices. You can upload custom thumbnail image "
875
+ "by pressing button below. This Image will be also displayed as a placeholder "
876
+ "before video is loaded. "
877
  msgstr ""
878
 
879
+ #: inc/settings/settings-background.php:344
880
  msgid "Media Library"
881
  msgstr ""
882
 
883
+ #: inc/settings/settings-background.php:365
884
  msgid "Select Pattern"
885
  msgstr ""
886
 
887
+ #: inc/settings/settings-background.php:372
888
  msgid "Custom Pattern..."
889
  msgstr ""
890
 
891
+ #: inc/settings/settings-background.php:386
892
  msgid "Select Color"
893
  msgstr ""
894
 
895
+ #: inc/settings/settings-background.php:394
896
  msgid "Select Gradient Background"
897
  msgstr ""
898
 
899
+ #: inc/settings/settings-background.php:404
900
+ #: inc/settings/settings-background.php:461
901
  msgid "Custom Gradient"
902
  msgstr ""
903
 
904
+ #: inc/settings/settings-background.php:409
905
+ #: inc/settings/settings-background.php:467
906
  msgid "Select first gradient color:"
907
  msgstr ""
908
 
909
+ #: inc/settings/settings-background.php:412
910
+ #: inc/settings/settings-background.php:470
911
  msgid "Select second gradient color:"
912
  msgstr ""
913
 
914
+ #: inc/settings/settings-background.php:424
915
  msgid "Background Overlay"
916
  msgstr ""
917
 
918
+ #: inc/settings/settings-background.php:427
919
  msgid "Set Background Overlay"
920
  msgstr ""
921
 
922
+ #: inc/settings/settings-background.php:433
923
  msgid "Gradient"
924
  msgstr ""
925
 
926
+ #: inc/settings/settings-background.php:444
927
  msgid "Background Overlay Color"
928
  msgstr ""
929
 
930
+ #: inc/settings/settings-background.php:451
931
  msgid "Select Gradient Overlay"
932
  msgstr ""
933
 
934
+ #: inc/settings/settings-background.php:478
935
  msgid "Background Overlay Opacity"
936
  msgstr ""
937
 
938
+ #: inc/settings/settings-background.php:484
939
  msgid "Background Blur Amount"
940
  msgstr ""
941
 
942
+ #: inc/settings/settings-background.php:496
943
  msgid "Text Overlay"
944
  msgstr ""
945
 
946
+ #: inc/settings/settings-background.php:499
947
  msgid "Display Text Overlay"
948
  msgstr ""
949
 
950
+ #: inc/settings/settings-background.php:502
951
  msgid "Overlay Heading"
952
  msgstr ""
953
 
954
+ #: inc/settings/settings-background.php:503
955
+ #: inc/settings/settings-background.php:506
956
+ #: inc/settings/settings-background.php:509
957
  #: inc/settings/settings-contact_form.php:62
958
+ #: inc/settings/settings-content.php:39 inc/settings/settings-subscribe.php:169
959
  msgid "Leave empty to disable"
960
  msgstr ""
961
 
962
+ #: inc/settings/settings-background.php:505
963
  msgid "Overlay Text"
964
  msgstr ""
965
 
966
+ #: inc/settings/settings-background.php:508
967
  msgid "Overlay Call To Action Button Text"
968
  msgstr ""
969
 
970
+ #: inc/settings/settings-background.php:511
971
  msgid "Overlay Call To Action Button URL"
972
  msgstr ""
973
 
974
+ #: inc/settings/settings-background.php:512
975
  msgid "Insert Valid URL"
976
  msgstr ""
977
 
995
  msgstr ""
996
 
997
  #: inc/settings/settings-contact_form.php:55
998
+ #: inc/settings/settings-subscribe.php:143
999
  msgid "Subscribe Form is disabled."
1000
  msgstr ""
1001
 
1055
  msgstr ""
1056
 
1057
  #: inc/settings/settings-counter-disabled.php:8
1058
+ #: inc/settings/settings-counter.php:49 inc/settings/settings-counter.php:86
1059
  msgid "Counter setup"
1060
  msgstr ""
1061
 
1071
  msgid "Counter Heading"
1072
  msgstr ""
1073
 
1074
+ #: inc/settings/settings-counter.php:82
1075
+ msgid "Click on a date input to set timer"
1076
  msgstr ""
1077
 
1078
+ #: inc/settings/settings-counter.php:89
1079
  msgid "Select Date.."
1080
  msgstr ""
1081
 
1082
+ #: inc/settings/settings-counter.php:91
1083
  msgid "Countdown action:"
1084
  msgstr ""
1085
 
1086
+ #: inc/settings/settings-counter.php:94
1087
  msgid "No Action"
1088
  msgstr ""
1089
 
1090
+ #: inc/settings/settings-counter.php:95
1091
  msgid "Hide Counter"
1092
  msgstr ""
1093
 
1094
+ #: inc/settings/settings-counter.php:96
1095
  msgid "Disable Coming Soon / Maintenance page."
1096
  msgstr ""
1097
 
1098
+ #: inc/settings/settings-counter.php:97
1099
  msgid "URL Redirect"
1100
  msgstr ""
1101
 
1102
+ #: inc/settings/settings-counter.php:104
1103
  #, php-format
1104
  msgid ""
1105
  "Notification e-mail will be sent to %s email address once counter expires."
1106
  msgstr ""
1107
 
1108
+ #: inc/settings/settings-counter.php:107
1109
  msgid "E-mail notification is disabled."
1110
  msgstr ""
1111
 
1112
+ #: inc/settings/settings-counter.php:111
1113
  msgid "Change e-mail notification settings."
1114
  msgstr ""
1115
 
1116
+ #: inc/settings/settings-counter.php:114
1117
  msgid "Enter redirect URL"
1118
  msgstr ""
1119
 
1208
  msgid "Delay Time in Seconds"
1209
  msgstr ""
1210
 
1211
+ #: inc/settings/settings-lang-switcher-disabled.php:5
1212
+ #: inc/settings/settings-lang-switcher-disabled.php:12
1213
  #: inc/settings/settings-lang-switcher.php:36
1214
  #: inc/settings/settings-lang-switcher.php:43
1215
  msgid "Language Switcher"
1216
  msgstr ""
1217
 
1218
+ #: inc/settings/settings-lang-switcher-disabled.php:32
1219
+ msgid ""
1220
+ "You must install Polylang or WPML with String Translation add-on to enable "
1221
+ "Multilanguage functionality."
1222
+ msgstr ""
1223
+
1224
  #: inc/settings/settings-lang-switcher.php:63
1225
  msgid "Language Switcher is disabled"
1226
  msgstr ""
1301
  msgid "Set custom logo height"
1302
  msgstr ""
1303
 
1304
+ #: inc/settings/settings-logo.php:66
1305
+ msgid "Logo Link URL"
1306
+ msgstr ""
1307
+
1308
+ #: inc/settings/settings-logo.php:67
1309
+ msgid "Custom Logo Link"
1310
+ msgstr ""
1311
+
1312
+ #: inc/settings/settings-logo.php:73
1313
  msgid "Logo is disabled"
1314
  msgstr ""
1315
 
1467
  msgid "Social Media"
1468
  msgstr ""
1469
 
1470
+ #: inc/settings/settings-social-media.php:15
1471
  msgid "Social Section Title"
1472
  msgstr ""
1473
 
1474
+ #: inc/settings/settings-social-media.php:26
1475
  msgid "Social Media Icons"
1476
  msgstr ""
1477
 
1478
+ #: inc/settings/settings-social-media.php:28
1479
  msgid "Click on Social Icons below to enable Social Media settings."
1480
  msgstr ""
1481
 
1482
+ #: inc/settings/settings-social-media.php:49
1483
+ #: inc/settings/settings-social-media.php:85
1484
  msgid "Email Address"
1485
  msgstr ""
1486
 
1487
+ #: inc/settings/settings-social-media.php:52
1488
+ #: inc/settings/settings-social-media.php:97
 
1489
  msgid "Phone Number"
1490
  msgstr ""
1491
 
1492
+ #: inc/settings/settings-social-media.php:55
1493
+ msgid "WhatsApp"
1494
+ msgstr ""
1495
+
1496
+ #: inc/settings/settings-social-media.php:73
1497
  msgid "Position"
1498
  msgstr ""
1499
 
1500
+ #: inc/settings/settings-social-media.php:73
1501
  #: inc/settings/settings-theme-selector.php:66
1502
  msgid "Active"
1503
  msgstr ""
1504
 
1505
+ #: inc/settings/settings-social-media.php:73
1506
  msgid "Website URL"
1507
  msgstr ""
1508
 
1509
+ #: inc/settings/settings-social-media.php:101
1510
+ msgid "WhatsApp Full International Phone Number"
1511
  msgstr ""
1512
 
1513
  #: inc/settings/settings-special_effects-disabled.php:6
1546
  msgstr ""
1547
 
1548
  #: inc/settings/settings-subscribe-disabled.php:6
1549
+ #: inc/settings/settings-subscribe.php:105
1550
  msgid "Subscribe Form"
1551
  msgstr ""
1552
 
1553
  #: inc/settings/settings-subscribe-disabled.php:13
1554
+ #: inc/settings/settings-subscribe.php:112
1555
  msgid "Subscribe Form Options"
1556
  msgstr ""
1557
 
1558
  #: inc/settings/settings-subscribe-disabled.php:18
1559
+ #: inc/settings/settings-subscribe.php:117
1560
  msgid "CMP Subscribe Form"
1561
  msgstr ""
1562
 
1563
  #: inc/settings/settings-subscribe-disabled.php:24
1564
+ #: inc/settings/settings-subscribe.php:129
1565
  msgid "3rd Party Plugin"
1566
  msgstr ""
1567
 
1569
  msgid "Subscribe Form is not supported by selected Theme."
1570
  msgstr ""
1571
 
1572
+ #: inc/settings/settings-subscribe.php:123
1573
  msgid "MailOptin Integration"
1574
  msgstr ""
1575
 
1576
+ #: inc/settings/settings-subscribe.php:149
1577
+ msgid "Subcribe Form Heading"
1578
  msgstr ""
1579
 
1580
+ #: inc/settings/settings-subscribe.php:157
1581
  msgid "3rd Party Plugin Shortcode"
1582
  msgstr ""
1583
 
1584
+ #: inc/settings/settings-subscribe.php:159
1585
  msgid ""
1586
  "You can find Shortode in your Contact Form Plugin settings. Should be "
1587
  "something similar to code below: "
1588
  msgstr ""
1589
 
1590
+ #: inc/settings/settings-subscribe.php:160
1591
  msgid ""
1592
  "If you use 3rd party shortcode for subscribe or contact form, you might need "
1593
  "to apply custom CSS to style the form correctly."
1594
  msgstr ""
1595
 
1596
+ #: inc/settings/settings-subscribe.php:166
1597
  msgid ""
1598
  "CMP Subscribe form will be used. It is guaranteed to always match selected "
1599
  "CMP Theme's style."
1600
  msgstr ""
1601
 
1602
+ #: inc/settings/settings-subscribe.php:168
1603
  msgid ""
1604
  "Subscribe Form message (can be GDPR or any custom message). Supports anchor "
1605
  "HTML tags."
1606
  msgstr ""
1607
 
1608
+ #: inc/settings/settings-subscribe.php:170
1609
+ msgid "Display GDPR Checkbox"
1610
+ msgstr ""
1611
+
1612
+ #: inc/settings/settings-subscribe.php:172
1613
  #, php-format
1614
  msgid ""
1615
  "* Did you know you can translate Subscribe form Labels and Placeholders to "
1616
  "your language in %s Settings?"
1617
  msgstr ""
1618
 
1619
+ #: inc/settings/settings-subscribe.php:174
1620
  msgid "Select how to save your Subscribers"
1621
  msgstr ""
1622
 
1623
+ #: inc/settings/settings-subscribe.php:176
1624
  msgid "CMP Custom Subscribe List"
1625
  msgstr ""
1626
 
1627
+ #: inc/settings/settings-subscribe.php:177
1628
  msgid "MailChimp Integration"
1629
  msgstr ""
1630
 
1631
+ #: inc/settings/settings-subscribe.php:178
1632
  msgid "MailPoet Integration"
1633
  msgstr ""
1634
 
1635
+ #: inc/settings/settings-subscribe.php:179
1636
  msgid "Mailster Integration"
1637
  msgstr ""
1638
 
1639
+ #: inc/settings/settings-subscribe.php:184
1640
  msgid ""
1641
  "Emails will be stored in custom CMP list with CSV export support. If you "
1642
  "ever delete CMP plugin then subscriber list will be purged as well."
1643
  msgstr ""
1644
 
1645
+ #: inc/settings/settings-subscribe.php:185
1646
  msgid "Total Subscribers: "
1647
  msgstr ""
1648
 
1649
+ #: inc/settings/settings-subscribe.php:190
1650
  msgid "MailChimp API key"
1651
  msgstr ""
1652
 
1653
+ #: inc/settings/settings-subscribe.php:191
1654
  msgid "MailChimp API Key"
1655
  msgstr ""
1656
 
1657
+ #: inc/settings/settings-subscribe.php:192
1658
  msgid "Retrieve Lists"
1659
  msgstr ""
1660
 
1661
+ #: inc/settings/settings-subscribe.php:193
1662
  #, php-format
1663
  msgid "You can find or create new API key in your %s."
1664
  msgstr ""
1665
 
1666
+ #: inc/settings/settings-subscribe.php:194
1667
  msgid "Select MailChimp subscriber`s list."
1668
  msgstr ""
1669
 
1670
+ #: inc/settings/settings-subscribe.php:210
1671
  msgid "Please insert MailChimp API key to retrieve Lists."
1672
  msgstr ""
1673
 
1674
+ #: inc/settings/settings-subscribe.php:215
1675
  msgid "Enable MailChimp Double Opt In"
1676
  msgstr ""
1677
 
1678
+ #: inc/settings/settings-subscribe.php:231
1679
  msgid "Select MailPoet subscriber`s list."
1680
  msgstr ""
1681
 
1682
+ #: inc/settings/settings-subscribe.php:241
1683
  msgid ""
1684
  "Could not retrieve MailPoet subcribers lists. Please make sure MailPoet is "
1685
  "correctly installed and configured."
1686
  msgstr ""
1687
 
1688
+ #: inc/settings/settings-subscribe.php:258
1689
  msgid "Select Mailster subscriber`s list."
1690
  msgstr ""
1691
 
1692
+ #: inc/settings/settings-subscribe.php:267
1693
  msgid ""
1694
  "Could not retrieve Mailster subribers lists. Please make sure Mailster is "
1695
  "correctly installed and configured."
1696
  msgstr ""
1697
 
1698
+ #: inc/settings/settings-subscribe.php:272
1699
  msgid "Enable Mailster Double Opt In"
1700
  msgstr ""
1701
 
1702
+ #: inc/settings/settings-subscribe.php:281
1703
  msgid "Enable Google reCAPTCHA v3 Integration"
1704
  msgstr ""
1705
 
1706
+ #: inc/settings/settings-subscribe.php:285
1707
  msgid "Insert Site Key"
1708
  msgstr ""
1709
 
1710
+ #: inc/settings/settings-subscribe.php:288
1711
  msgid "Insert Secret Key"
1712
  msgstr ""
1713
 
1714
+ #: inc/settings/settings-subscribe.php:290
1715
  #, php-format
1716
  msgid ""
1717
  "Google reCAPTCHA protects you against spam and other types of automated "
1718
  "abuse. %1$s"
1719
  msgstr ""
1720
 
1721
+ #: inc/settings/settings-subscribe.php:290
1722
  msgid "How to set reCAPTCHA v3?"
1723
  msgstr ""
1724
 
1725
+ #: inc/settings/settings-subscribe.php:299
1726
  msgid ""
1727
  "MailOptin is a proven list building plugin that allows you to create popups "
1728
  "and embedded forms so you can convert visitors to your coming soon site into "
1730
  "AWeber, Campaign Monitor, Constant Contact, Mailerlite."
1731
  msgstr ""
1732
 
1733
+ #: inc/settings/settings-subscribe.php:308
1734
  msgid "Select MailOptin Campaigns."
1735
  msgstr ""
1736
 
1737
+ #: inc/settings/settings-subscribe.php:317
1738
  msgid ""
1739
  "No MailOptin Campaign was found. Please make there is at least one Optin "
1740
  "Campaign created."
1741
  msgstr ""
1742
 
1743
+ #: inc/settings/settings-subscribe.php:326
1744
  msgid "Please activate MailOptin plugin first by clicking button below."
1745
  msgstr ""
1746
 
1747
+ #: inc/settings/settings-subscribe.php:327
1748
  msgid "Activate MailOptin plugin"
1749
  msgstr ""
1750
 
1751
+ #: inc/settings/settings-subscribe.php:337
1752
  msgid "Please Install MailOptin plugin first by clicking button below."
1753
  msgstr ""
1754
 
1755
+ #: inc/settings/settings-subscribe.php:338
1756
  msgid "Install MailOptin plugin"
1757
  msgstr ""
1758
 
1932
  msgid "Subscribe"
1933
  msgstr ""
1934
 
1935
+ #: niteo-cmp.php:569 niteo-cmp.php:612 niteo-cmp.php:973
1936
  msgid "CMP Settings"
1937
  msgstr ""
1938
 
1939
+ #: niteo-cmp.php:613
1940
  msgid "CMP Basic Setup"
1941
  msgstr ""
1942
 
1943
+ #: niteo-cmp.php:614
1944
  msgid "CMP Advanced Setup"
1945
  msgstr ""
1946
 
1947
+ #: niteo-cmp.php:615
1948
  msgid "CMP Subscribers"
1949
  msgstr ""
1950
 
1951
+ #: niteo-cmp.php:617
1952
  msgid "Upload CMP Theme"
1953
  msgstr ""
1954
 
1955
+ #: niteo-cmp.php:841
1956
  msgid ""
1957
  "Counter expired but it is set to make no action - you should login to your "
1958
  "Wordpress Admin and adjust the expired timer or disable Coming Soon / "
1959
  "Maintenance Mode."
1960
  msgstr ""
1961
 
1962
+ #: niteo-cmp.php:844
1963
+ msgid "Counter expired and and it is hidden on your website per settings."
1964
  msgstr ""
1965
 
1966
+ #: niteo-cmp.php:848
1967
  msgid "Counter expired and Coming soon / Maintanance mode was disabled."
1968
  msgstr ""
1969
 
1970
+ #: niteo-cmp.php:852
1971
  msgid ""
1972
  "Counter expired and your Website is redirected to external URL per settings."
1973
  msgstr ""
1974
 
1975
+ #: niteo-cmp.php:1029
1976
  msgid "Maintenance Mode:"
1977
  msgstr ""
1978
 
1979
+ #: niteo-cmp.php:1033
1980
  msgid "Coming Soon Mode:"
1981
  msgstr ""
1982
 
1983
+ #: niteo-cmp.php:1037
1984
  msgid "Redirect Mode:"
1985
  msgstr ""
1986
 
1987
+ #: niteo-cmp.php:1063
1988
  msgid "CMP Basic Settings"
1989
  msgstr ""
1990
 
1991
+ #: niteo-cmp.php:1070
1992
  msgid "CMP Advanced Settings"
1993
  msgstr ""
1994
 
1995
+ #: niteo-cmp.php:1078
1996
  msgid "CMP Preview"
1997
  msgstr ""
1998
 
1999
+ #: niteo-cmp.php:1242
2000
  #, php-format
2001
  msgid "There is a <b>recommended</b> update of <b>CMP Theme: %s</b> available:"
2002
  msgstr ""
2003
 
2004
+ #: niteo-cmp.php:1242
2005
  #, php-format
2006
  msgid " click to update to %s version from NiteoThemes server now"
2007
  msgstr ""
2008
 
2009
+ #: niteo-cmp.php:1320
2010
  msgid " theme was successfully installed!"
2011
  msgstr ""
2012
 
2013
+ #: niteo-cmp.php:1324
2014
  msgid "There was an error unzipping the file!"
2015
  msgstr ""
2016
 
2017
+ #: niteo-cmp.php:1329 niteo-cmp.php:1412
2018
  msgid "Error creating Theme subdirectory!"
2019
  msgstr ""
2020
 
2021
+ #: niteo-cmp.php:1342
2022
  msgid "Unable to upload new Theme file ."
2023
  msgstr ""
2024
 
2025
+ #: niteo-cmp.php:1342
2026
  msgid ""
2027
  " file extension is not supported. Please upload ZIP file containing CMP "
2028
  "Theme."
2029
  msgstr ""
2030
 
2031
+ #: niteo-cmp.php:1398
2032
  msgid "Theme has been updated to latest version!"
2033
  msgstr ""
2034
 
2035
+ #: niteo-cmp.php:1403
2036
  msgid "There was an error unzipping the file due to error: "
2037
  msgstr ""
2038
 
2039
+ #: niteo-cmp.php:1420
2040
  msgid "Error during updating Theme files:"
2041
  msgstr ""
2042
 
2043
+ #: niteo-cmp.php:1428
2044
  msgid "General Error during updating Theme files."
2045
  msgstr ""
2046
 
2047
+ #: niteo-cmp.php:1735 niteo-cmp.php:1778
2048
  msgid "Something went wrong please try again later."
2049
  msgstr ""
2050
 
2051
+ #: niteo-cmp.php:1851
2052
  msgid "Date"
2053
  msgstr ""
2054
 
2055
+ #: niteo-cmp.php:1853
2056
  msgid "Firstname"
2057
  msgstr ""
2058
 
2059
+ #: niteo-cmp.php:1854
2060
  msgid "Lastname"
2061
  msgstr ""
2062
 
2063
+ #: niteo-cmp.php:1855
2064
  msgid "Fullname"
2065
  msgstr ""
2066
 
2067
+ #: niteo-cmp.php:1915
2068
  msgid "CMP Settings Saved"
2069
  msgstr ""
2070
 
2071
+ #: niteo-cmp.php:2894
2072
  msgid "All done!"
2073
  msgstr ""
2074
 
2075
+ #: niteo-cmp.php:2934
2076
  msgid "JSON file is valid but it does not contain CMP Settings."
2077
  msgstr ""
2078
 
2079
+ #: niteo-cmp.php:2940
2080
  msgid "Please insert valid JSON file and try again."
2081
  msgstr ""
2082
 
2083
+ #: niteo-cmp.php:3014
2084
  msgid "Maintenance"
2085
  msgstr ""
2086
 
2087
+ #: niteo-cmp.php:3017
2088
  msgid "Coming Soon"
2089
  msgstr ""
2090
 
2091
+ #: niteo-cmp.php:3020
2092
  msgid "Redirect"
2093
  msgstr ""
2094
 
niteo-cmp.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: CMP - Coming Soon & Maintenance Plugin
4
  Plugin URI: https://wordpress.org/plugins/cmp-coming-soon-maintenance/
5
  Description: Display customizable landing page for Coming Soon, Maintenance & Under Construction page.
6
- Version: 3.8.1
7
  Author: NiteoThemes
8
  Author URI: https://www.niteothemes.com
9
  Text Domain: cmp-coming-soon-maintenance
@@ -63,7 +63,7 @@ if ( ! class_exists( 'CMP_Coming_Soon_and_Maintenance' ) ) :
63
 
64
  // define constants
65
  private function constants() {
66
- $this->define( 'CMP_VERSION', '3.8.1' );
67
  $this->define( 'CMP_DEBUG', FALSE );
68
  $this->define( 'CMP_AUTHOR', 'NiteoThemes' );
69
  $this->define( 'CMP_AUTHOR_HOMEPAGE', 'https://niteothemes.com' );
@@ -2667,12 +2667,12 @@ if ( ! class_exists( 'CMP_Coming_Soon_and_Maintenance' ) ) :
2667
  $post = array(
2668
  'img' => '',
2669
  'date' => '',
2670
- 'title' => 'Post is not published',
2671
  'body' => '',
2672
  'url' => '',
2673
  );
2674
 
2675
- if ( get_post_status( $id ) === 'publish' ) {
2676
 
2677
  $post = array(
2678
  'img' => get_the_post_thumbnail( $id, $size ),
@@ -2788,7 +2788,7 @@ if ( ! class_exists( 'CMP_Coming_Soon_and_Maintenance' ) ) :
2788
  $option_name = $option->option_name;
2789
  $option_value = get_option( $option_name );
2790
 
2791
- $img_settings = array( 'niteoCS_banner_id', 'niteoCS_logo_id', 'niteoCS_seo_img_id' );
2792
 
2793
  if ( in_array($option_name, $img_settings) && $option_value && $option_value != '' ) {
2794
  $option_value = $this->cmp_get_img_urls($option_value);
@@ -2909,7 +2909,7 @@ if ( ! class_exists( 'CMP_Coming_Soon_and_Maintenance' ) ) :
2909
  // import cmp settings from JSON structure
2910
  foreach ( $settings as $setting ) {
2911
 
2912
- $img_settings = array('niteoCS_banner_id', 'niteoCS_logo_id', 'niteoCS_seo_img_id' );
2913
 
2914
  $name = key($setting);
2915
  $value = $setting[$name];
3
  Plugin Name: CMP - Coming Soon & Maintenance Plugin
4
  Plugin URI: https://wordpress.org/plugins/cmp-coming-soon-maintenance/
5
  Description: Display customizable landing page for Coming Soon, Maintenance & Under Construction page.
6
+ Version: 3.8.2
7
  Author: NiteoThemes
8
  Author URI: https://www.niteothemes.com
9
  Text Domain: cmp-coming-soon-maintenance
63
 
64
  // define constants
65
  private function constants() {
66
+ $this->define( 'CMP_VERSION', '3.8.2' );
67
  $this->define( 'CMP_DEBUG', FALSE );
68
  $this->define( 'CMP_AUTHOR', 'NiteoThemes' );
69
  $this->define( 'CMP_AUTHOR_HOMEPAGE', 'https://niteothemes.com' );
2667
  $post = array(
2668
  'img' => '',
2669
  'date' => '',
2670
+ 'title' => 'Post is not published or is Password protected',
2671
  'body' => '',
2672
  'url' => '',
2673
  );
2674
 
2675
+ if ( get_post_status( $id ) === 'publish' && !post_password_required( $id ) ) {
2676
 
2677
  $post = array(
2678
  'img' => get_the_post_thumbnail( $id, $size ),
2788
  $option_name = $option->option_name;
2789
  $option_value = get_option( $option_name );
2790
 
2791
+ $img_settings = array( 'niteoCS_banner_id', 'niteoCS_logo_id', 'niteoCS_seo_img_id', 'niteoCS_favicon_id' );
2792
 
2793
  if ( in_array($option_name, $img_settings) && $option_value && $option_value != '' ) {
2794
  $option_value = $this->cmp_get_img_urls($option_value);
2909
  // import cmp settings from JSON structure
2910
  foreach ( $settings as $setting ) {
2911
 
2912
+ $img_settings = array('niteoCS_banner_id', 'niteoCS_logo_id', 'niteoCS_seo_img_id', 'niteoCS_favicon_id' );
2913
 
2914
  $name = key($setting);
2915
  $value = $setting[$name];
readme.txt CHANGED
@@ -4,8 +4,8 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KV2JF
4
  Tags: coming soon, coming soon page, launch page, maintenance mode, under construction
5
  Requires at least: 3.0
6
  Requires PHP: 5.6
7
- Tested up to: 5.4
8
- Stable tag: 3.8.1
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -154,6 +154,12 @@ https://www.youtube.com/watch?v=uxuJfHzwdtE
154
  <p>Nothing is better than a good feedback! Please go to <a href="https://wordpress.org/support/plugin/cmp-coming-soon-maintenance/reviews/">Plugin reviews</a> and rate it! Alternatively you can click on a Donate button too!:)</p>
155
 
156
  == Changelog ==
 
 
 
 
 
 
157
  <h4>CMP 3.8.1 - 16-July-20</h4>
158
  <ul>
159
  <li>Resolved UI issue with multiple social media icons.</li>
4
  Tags: coming soon, coming soon page, launch page, maintenance mode, under construction
5
  Requires at least: 3.0
6
  Requires PHP: 5.6
7
+ Tested up to: 5.5
8
+ Stable tag: 3.8.2
9
  License: GPLv2 or later
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
154
  <p>Nothing is better than a good feedback! Please go to <a href="https://wordpress.org/support/plugin/cmp-coming-soon-maintenance/reviews/">Plugin reviews</a> and rate it! Alternatively you can click on a Donate button too!:)</p>
155
 
156
  == Changelog ==
157
+ <h4>CMP 3.8.2 - 03-Aug-20</h4>
158
+ <ul>
159
+ <li>Small UI typography changes.</li>
160
+ <li>Import / Export function works with Favicon image correctly now.</li>
161
+ <li>Compatibility with WordPress version 5.5</li>
162
+ </ul>
163
  <h4>CMP 3.8.1 - 16-July-20</h4>
164
  <ul>
165
  <li>Resolved UI issue with multiple social media icons.</li>
themes/countdown/style.css CHANGED
@@ -146,7 +146,6 @@ button, select {
146
  }
147
 
148
  button, html input[type="button"], input[type="reset"], input[type="submit"] {
149
- -webkit-appearance: button;
150
  cursor: pointer;
151
  text-indent: 0;
152
  }
@@ -392,6 +391,7 @@ footer {
392
  .cmp-subscribe {
393
  display: flex;
394
  flex-direction: column;
 
395
  }
396
 
397
  .cmp-form-inputs {
146
  }
147
 
148
  button, html input[type="button"], input[type="reset"], input[type="submit"] {
 
149
  cursor: pointer;
150
  text-indent: 0;
151
  }
391
  .cmp-subscribe {
392
  display: flex;
393
  flex-direction: column;
394
+ margin: 2em 0;
395
  }
396
 
397
  .cmp-form-inputs {