Contact Form by WPForms – Drag & Drop Form Builder for WordPress - Version 1.5.9.5

Version Description

  • Fixed: do not try to process entries in Lite.
Download this release

Release Info

Developer slaFFik
Plugin Icon 128x128 Contact Form by WPForms – Drag & Drop Form Builder for WordPress
Version 1.5.9.5
Comparing to
See all releases

Code changes from version 1.5.9.4 to 1.5.9.5

changelog.txt CHANGED
@@ -1,5 +1,8 @@
1
  == Changelog ==
2
 
 
 
 
3
  = 1.5.9.4 =
4
  - Changed: Improve async notification emails scheduling compatibility with certain caching plugins and site installs.
5
  - Fixed: Some smart tags are not rendered correctly in the email notifications if sent asynchronously.
1
  == Changelog ==
2
 
3
+ = 1.5.9.5 =
4
+ - Fixed: do not try to process entries in Lite.
5
+
6
  = 1.5.9.4 =
7
  - Changed: Improve async notification emails scheduling compatibility with certain caching plugins and site installs.
8
  - Fixed: Some smart tags are not rendered correctly in the email notifications if sent asynchronously.
includes/emails/class-emails.php CHANGED
@@ -383,7 +383,7 @@ class WPForms_WP_Emails {
383
  'wpforms_tasks_entry_emails_trigger_send_same_process',
384
  false,
385
  $this->fields,
386
- wpforms()->entry->get( $this->entry_id ),
387
  $this->form_data,
388
  $this->entry_id,
389
  'entry'
383
  'wpforms_tasks_entry_emails_trigger_send_same_process',
384
  false,
385
  $this->fields,
386
+ ! empty( wpforms()->entry ) ? wpforms()->entry->get( $this->entry_id ) : [],
387
  $this->form_data,
388
  $this->entry_id,
389
  'entry'
languages/wpforms-lite.pot CHANGED
@@ -1,19 +1,29 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WPForms Lite 1.5.9.3\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wpforms-lite\n"
5
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
6
  "Language-Team: LANGUAGE <LL@li.org>\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=UTF-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
10
- "POT-Creation-Date: 2020-03-19T15:36:10+02:00\n"
11
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12
  "X-Generator: WP-CLI 2.4.0\n"
13
  "X-Domain: wpforms-lite\n"
14
 
15
  #. Plugin Name of the plugin
16
  #. Author of the plugin
 
 
 
 
 
 
 
 
 
 
17
  #: includes/admin/class-menu.php:37
18
  #: includes/admin/class-menu.php:38
19
  #: includes/admin/class-menu.php:49
@@ -37,54 +47,76 @@ msgstr ""
37
  msgid "Beginner friendly WordPress contact form plugin. Use our Drag & Drop form builder to create your WordPress forms."
38
  msgstr ""
39
 
 
 
 
40
  #: includes/admin/admin.php:117
41
  #: includes/admin/admin.php:150
42
  #: includes/admin/class-about.php:411
43
  msgid "Activate"
44
  msgstr ""
45
 
 
 
46
  #: includes/admin/admin.php:118
47
  #: includes/admin/class-about.php:403
48
  msgid "Activated"
49
  msgstr ""
50
 
 
 
51
  #: includes/admin/admin.php:119
52
  #: includes/admin/class-about.php:400
53
  msgid "Active"
54
  msgstr ""
55
 
 
56
  #: includes/admin/admin.php:120
57
  msgid "Deactivate"
58
  msgstr ""
59
 
 
 
60
  #: includes/admin/admin.php:121
61
  #: includes/admin/class-about.php:408
62
  msgid "Inactive"
63
  msgstr ""
64
 
 
65
  #: includes/admin/admin.php:122
66
  msgid "Install Addon"
67
  msgstr ""
68
 
 
 
69
  #: includes/admin/admin.php:123
70
  #: includes/admin/ajax-actions.php:499
71
  msgid "Could not install addon. Please download from wpforms.com and install manually."
72
  msgstr ""
73
 
 
74
  #: includes/admin/admin.php:124
75
  msgid "Could not install a plugin. Please download from WordPress.org and install manually."
76
  msgstr ""
77
 
 
78
  #: includes/admin/admin.php:125
79
  msgid "Searching Addons"
80
  msgstr ""
81
 
 
 
 
82
  #: includes/admin/admin.php:127
83
  #: includes/admin/builder/class-builder.php:346
84
  #: includes/admin/class-editor.php:126
85
  msgid "Cancel"
86
  msgstr ""
87
 
 
 
 
 
88
  #: includes/admin/admin.php:128
89
  #: includes/admin/builder/class-builder.php:348
90
  #: includes/admin/class-editor.php:72
@@ -92,54 +124,70 @@ msgstr ""
92
  msgid "Close"
93
  msgstr ""
94
 
 
95
  #: includes/admin/admin.php:129
96
  msgid "Are you sure you want to delete this entry?"
97
  msgstr ""
98
 
 
99
  #: includes/admin/admin.php:130
100
  msgid "Are you sure you want to delete ALL entries?"
101
  msgstr ""
102
 
 
103
  #: includes/admin/admin.php:131
104
  msgid "Hide Empty Fields"
105
  msgstr ""
106
 
 
107
  #: includes/admin/admin.php:132
108
  msgid "Show Empty Fields"
109
  msgstr ""
110
 
 
111
  #: includes/admin/admin.php:133
112
  msgid "Entries Field Columns"
113
  msgstr ""
114
 
 
115
  #: includes/admin/admin.php:134
116
  msgid "Are you sure you want to delete this note?"
117
  msgstr ""
118
 
 
119
  #: includes/admin/admin.php:135
120
  msgid "Unstar entry"
121
  msgstr ""
122
 
 
123
  #: includes/admin/admin.php:136
124
  msgid "Star entry"
125
  msgstr ""
126
 
 
127
  #: includes/admin/admin.php:137
128
  msgid "Mark entry read"
129
  msgstr ""
130
 
 
131
  #: includes/admin/admin.php:138
132
  msgid "Mark entry unread"
133
  msgstr ""
134
 
 
135
  #: includes/admin/admin.php:139
136
  msgid "Are you sure you want to delete this form?"
137
  msgstr ""
138
 
 
139
  #: includes/admin/admin.php:140
140
  msgid "Are you sure you want to duplicate this form?"
141
  msgstr ""
142
 
 
 
 
 
143
  #: includes/admin/admin.php:141
144
  #: includes/admin/builder/class-builder.php:356
145
  #: src/Integrations/Gutenberg/FormSelector.php:104
@@ -148,132 +196,168 @@ msgstr ""
148
  msgid "Heads up!"
149
  msgstr ""
150
 
 
151
  #: includes/admin/admin.php:142
152
  msgid "Please select at least one form to import."
153
  msgstr ""
154
 
 
155
  #: includes/admin/admin.php:145
156
  msgid "Almost Done"
157
  msgstr ""
158
 
 
159
  #: includes/admin/admin.php:146
160
  msgid "Oops!"
161
  msgstr ""
162
 
 
 
163
  #: includes/admin/admin.php:147
164
  #: includes/admin/builder/class-builder.php:347
165
  msgid "OK"
166
  msgstr ""
167
 
 
168
  #: includes/admin/admin.php:148
169
  msgid "Install and Activate"
170
  msgstr ""
171
 
 
172
  #: includes/admin/admin.php:149
173
  msgid "needs to be installed and activated to import its forms. Would you like us to install and activate it for you?"
174
  msgstr ""
175
 
 
176
  #: includes/admin/admin.php:151
177
  msgid "needs to be activated to import its forms. Would you like us to activate it for you?"
178
  msgstr ""
179
 
 
180
  #: includes/admin/admin.php:152
181
  msgid "Are you sure you want to disconnect this account?"
182
  msgstr ""
183
 
 
184
  #: includes/admin/admin.php:153
185
  msgid "Could not authenticate with the provider."
186
  msgstr ""
187
 
 
188
  #: includes/admin/admin.php:154
189
  msgid "Save and Refresh"
190
  msgstr ""
191
 
 
192
  #: includes/admin/admin.php:155
193
  msgid "Unfortunately, there was an server connection error."
194
  msgstr ""
195
 
196
  #. translators: %s - WPForms.com docs page URL.
 
197
  #: includes/admin/admin.php:159
198
  msgid "You've selected <strong>Base Styling Only</strong>, which may result in styling issues. <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Please check out our tutorial</a> for common issues and recommendations."
199
  msgstr ""
200
 
201
  #. translators: %s - WPForms.com docs page URL.
 
202
  #: includes/admin/admin.php:174
203
  msgid "You've selected <strong>No Styling</strong>, which will likely result in significant styling issues and is recommended only for developers. <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Please check out our tutorial</a> for more details and recommendations."
204
  msgstr ""
205
 
 
206
  #: includes/admin/admin.php:186
207
  msgid "Testing"
208
  msgstr ""
209
 
 
210
  #: includes/admin/admin.php:187
211
  msgid "Upgrade was successfully completed!"
212
  msgstr ""
213
 
 
 
214
  #: includes/admin/admin.php:188
215
  #: includes/admin/builder/class-builder.php:426
216
  msgid "Upload or Choose Your Image"
217
  msgstr ""
218
 
 
 
219
  #: includes/admin/admin.php:189
220
  #: includes/admin/builder/class-builder.php:427
221
  msgid "Use Image"
222
  msgstr ""
223
 
 
224
  #: includes/admin/admin.php:191
225
  msgid "Select fields"
226
  msgstr ""
227
 
 
228
  #: includes/admin/admin.php:192
229
  msgid "Loading..."
230
  msgstr ""
231
 
 
232
  #: includes/admin/admin.php:193
233
  msgid "No results found"
234
  msgstr ""
235
 
 
236
  #: includes/admin/admin.php:194
237
  msgid "No choices to choose from"
238
  msgstr ""
239
 
 
240
  #: includes/admin/admin.php:195
241
  msgid "Press to select"
242
  msgstr ""
243
 
244
  #. translators: %1$s - WPForms plugin name; %2$s - WPForms.com URL to a related doc.
 
245
  #: includes/admin/admin.php:377
246
  msgid "Your site is running an outdated version of PHP that is no longer supported and may cause issues with %1$s. <a href=\"%2$s\" target=\"_blank\" rel=\"noopener noreferrer\">Read more</a> for additional information."
247
  msgstr ""
248
 
 
249
  #: includes/admin/admin.php:391
250
  msgid "<strong>Please Note:</strong> Support for PHP 5.5 will be discontinued in 2020. After this, if no further action is taken, WPForms functionality will be disabled."
251
  msgstr ""
252
 
253
  #. translators: %s - license level, WPForms Pro or WPForms Elite.
 
254
  #: includes/admin/admin.php:425
255
  msgid "Thanks for your interest in %s!"
256
  msgstr ""
257
 
258
  #. translators: %s - WPForms.com contact page URL.
 
259
  #: includes/admin/admin.php:431
260
  msgid "If you have any questions or issues just <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">let us know</a>."
261
  msgstr ""
262
 
263
  #. translators: %s - license level, WPForms Pro or WPForms Elite.
 
264
  #: includes/admin/admin.php:446
265
  msgid "After purchasing a license,<br>just <strong>enter your license key on the WPForms Settings page</strong>.<br>This will let your site automatically upgrade to %s!"
266
  msgstr ""
267
 
 
268
  #: includes/admin/admin.php:454
269
  msgid "(Don't worry, all your forms and settings will be preserved.)"
270
  msgstr ""
271
 
272
  #. translators: %s - WPForms.com upgrade from Lite to paid docs page URL.
 
273
  #: includes/admin/admin.php:459
274
  msgid "Check out <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">our documentation</a> for step-by-step instructions."
275
  msgstr ""
276
 
 
 
 
 
277
  #: includes/admin/ajax-actions.php:20
278
  #: includes/fields/class-base.php:1609
279
  #: src/Admin/Pages/Analytics.php:483
@@ -282,40 +366,55 @@ msgstr ""
282
  msgid "You do not have permission."
283
  msgstr ""
284
 
 
285
  #: includes/admin/ajax-actions.php:25
286
  msgid "No data provided"
287
  msgstr ""
288
 
 
289
  #: includes/admin/ajax-actions.php:65
290
  msgid "An error occurred and the form could not be saved"
291
  msgstr ""
292
 
 
293
  #: includes/admin/ajax-actions.php:96
294
  msgid "No form name provided"
295
  msgstr ""
296
 
 
297
  #: includes/admin/ajax-actions.php:120
298
  msgid "Error creating form"
299
  msgstr ""
300
 
 
301
  #: includes/admin/ajax-actions.php:160
302
  msgid "No form ID provided"
303
  msgstr ""
304
 
 
305
  #: includes/admin/ajax-actions.php:190
306
  msgid "Error updating form template"
307
  msgstr ""
308
 
 
 
309
  #: includes/admin/ajax-actions.php:298
310
  #: includes/fields/class-base.php:865
311
  msgid "post type"
312
  msgstr ""
313
 
 
 
314
  #: includes/admin/ajax-actions.php:329
315
  #: includes/fields/class-base.php:872
316
  msgid "taxonomy"
317
  msgstr ""
318
 
 
 
 
 
 
319
  #: includes/admin/ajax-actions.php:356
320
  #: includes/class-smart-tags.php:329
321
  #: includes/emails/class-emails.php:569
@@ -324,42 +423,52 @@ msgstr ""
324
  msgid "(empty)"
325
  msgstr ""
326
 
 
327
  #: includes/admin/ajax-actions.php:389
328
  msgid "You do not have permission to perform this operation."
329
  msgstr ""
330
 
 
331
  #: includes/admin/ajax-actions.php:399
332
  msgid "Success! Your server can make SSL connections."
333
  msgstr ""
334
 
 
335
  #: includes/admin/ajax-actions.php:406
336
  msgid "There was an error and the connection failed. Please contact your web host with the technical details below."
337
  msgstr ""
338
 
 
339
  #: includes/admin/ajax-actions.php:437
340
  msgid "Plugin deactivated."
341
  msgstr ""
342
 
 
343
  #: includes/admin/ajax-actions.php:439
344
  msgid "Addon deactivated."
345
  msgstr ""
346
 
 
347
  #: includes/admin/ajax-actions.php:443
348
  msgid "Could not deactivate the addon. Please deactivate from the Plugins page."
349
  msgstr ""
350
 
 
351
  #: includes/admin/ajax-actions.php:473
352
  msgid "Plugin activated."
353
  msgstr ""
354
 
 
355
  #: includes/admin/ajax-actions.php:475
356
  msgid "Addon activated."
357
  msgstr ""
358
 
 
359
  #: includes/admin/ajax-actions.php:480
360
  msgid "Could not activate addon. Please activate from the Plugins page."
361
  msgstr ""
362
 
 
363
  #: includes/admin/ajax-actions.php:566
364
  #: src/Lite/Admin/Connect.php:206
365
  #: src/Lite/Admin/Connect.php:214
@@ -367,47 +476,59 @@ msgstr ""
367
  msgid "Plugin installed & activated."
368
  msgstr ""
369
 
 
370
  #: includes/admin/ajax-actions.php:566
371
  msgid "Addon installed & activated."
372
  msgstr ""
373
 
 
374
  #: includes/admin/ajax-actions.php:574
375
  msgid "Plugin installed."
376
  msgstr ""
377
 
 
378
  #: includes/admin/ajax-actions.php:574
379
  msgid "Addon installed."
380
  msgstr ""
381
 
 
382
  #: includes/admin/builder/class-builder.php:102
383
  msgid "Sorry, you are not allowed to create new forms."
384
  msgstr ""
385
 
 
386
  #: includes/admin/builder/class-builder.php:106
387
  msgid "Sorry, you are not allowed to edit this form."
388
  msgstr ""
389
 
 
390
  #: includes/admin/builder/class-builder.php:333
391
  msgid "AND"
392
  msgstr ""
393
 
 
394
  #: includes/admin/builder/class-builder.php:335
395
  msgid "Add New Choices"
396
  msgstr ""
397
 
 
 
398
  #: includes/admin/builder/class-builder.php:336
399
  #: includes/fields/class-base.php:794
400
  msgid "Bulk Add"
401
  msgstr ""
402
 
 
403
  #: includes/admin/builder/class-builder.php:337
404
  msgid "Hide Bulk Add"
405
  msgstr ""
406
 
 
407
  #: includes/admin/builder/class-builder.php:338
408
  msgid "Add Choices (one per line)"
409
  msgstr ""
410
 
 
411
  #: includes/admin/builder/class-builder.php:339
412
  msgid ""
413
  "Blue\n"
@@ -415,185 +536,236 @@ msgid ""
415
  "Green"
416
  msgstr ""
417
 
 
418
  #: includes/admin/builder/class-builder.php:340
419
  msgid "Show presets"
420
  msgstr ""
421
 
 
422
  #: includes/admin/builder/class-builder.php:341
423
  msgid "Hide presets"
424
  msgstr ""
425
 
 
426
  #: includes/admin/builder/class-builder.php:345
427
  msgid "The {source} {type} contains over {limit} items ({total}). This may make the field difficult for your visitors to use and/or cause the form to be slow."
428
  msgstr ""
429
 
 
430
  #: includes/admin/builder/class-builder.php:349
431
  msgid "Due to form changes, conditional logic rules have been removed or updated:"
432
  msgstr ""
433
 
 
434
  #: includes/admin/builder/class-builder.php:350
435
  msgid "Are you sure you want to disable conditional logic? This will remove the rules for this field or setting."
436
  msgstr ""
437
 
 
438
  #: includes/admin/builder/class-builder.php:351
439
  msgid "Field"
440
  msgstr ""
441
 
 
442
  #: includes/admin/builder/class-builder.php:352
443
  msgid "Field Locked"
444
  msgstr ""
445
 
 
446
  #: includes/admin/builder/class-builder.php:353
447
  msgid "This field cannot be deleted or duplicated."
448
  msgstr ""
449
 
 
450
  #: includes/admin/builder/class-builder.php:354
451
  msgid "Available Fields"
452
  msgstr ""
453
 
 
454
  #: includes/admin/builder/class-builder.php:355
455
  msgid "No fields available"
456
  msgstr ""
457
 
 
458
  #: includes/admin/builder/class-builder.php:359
459
  msgid "No email fields"
460
  msgstr ""
461
 
 
462
  #: includes/admin/builder/class-builder.php:360
463
  msgid "Are you sure you want to delete this notification?"
464
  msgstr ""
465
 
 
466
  #: includes/admin/builder/class-builder.php:361
467
  msgid "Enter a notification name"
468
  msgstr ""
469
 
 
470
  #: includes/admin/builder/class-builder.php:362
471
  msgid "Eg: User Confirmation"
472
  msgstr ""
473
 
 
474
  #: includes/admin/builder/class-builder.php:363
475
  msgid "You must provide a notification name"
476
  msgstr ""
477
 
 
478
  #: includes/admin/builder/class-builder.php:364
479
  msgid "Form must contain one notification. To disable all notifications use the Notifications dropdown setting."
480
  msgstr ""
481
 
 
 
482
  #: includes/admin/builder/class-builder.php:365
483
  #: includes/admin/importers/class-pirate-forms.php:441
484
  #: lite/wpforms-lite.php:93
485
  msgid "Default Notification"
486
  msgstr ""
487
 
 
488
  #: includes/admin/builder/class-builder.php:366
489
  msgid "Are you sure you want to delete this confirmation?"
490
  msgstr ""
491
 
 
492
  #: includes/admin/builder/class-builder.php:367
493
  msgid "Enter a confirmation name"
494
  msgstr ""
495
 
 
496
  #: includes/admin/builder/class-builder.php:368
497
  msgid "Eg: Alternative Confirmation"
498
  msgstr ""
499
 
 
500
  #: includes/admin/builder/class-builder.php:369
501
  msgid "You must provide a confirmation name"
502
  msgstr ""
503
 
 
504
  #: includes/admin/builder/class-builder.php:370
505
  msgid "Form must contain at least one confirmation."
506
  msgstr ""
507
 
 
508
  #: includes/admin/builder/class-builder.php:371
509
  #: lite/wpforms-lite.php:287
510
  msgid "Default Confirmation"
511
  msgstr ""
512
 
 
 
513
  #: includes/admin/builder/class-builder.php:372
514
  #: includes/admin/builder/class-builder.php:573
515
  msgid "Save"
516
  msgstr ""
517
 
 
518
  #: includes/admin/builder/class-builder.php:373
519
  msgid "Saving ..."
520
  msgstr ""
521
 
 
522
  #: includes/admin/builder/class-builder.php:374
523
  msgid "Saved!"
524
  msgstr ""
525
 
 
526
  #: includes/admin/builder/class-builder.php:375
527
  msgid "Save and Exit"
528
  msgstr ""
529
 
 
 
530
  #: includes/admin/builder/class-builder.php:377
531
  #: includes/fields/class-base.php:1153
532
  msgid "Show Layouts"
533
  msgstr ""
534
 
 
535
  #: includes/admin/builder/class-builder.php:378
536
  msgid "Hide Layouts"
537
  msgstr ""
538
 
 
539
  #: includes/admin/builder/class-builder.php:379
540
  msgid "Select your layout"
541
  msgstr ""
542
 
 
543
  #: includes/admin/builder/class-builder.php:380
544
  msgid "Select your column"
545
  msgstr ""
546
 
 
 
547
  #: includes/admin/builder/class-builder.php:381
548
  #: includes/admin/builder/class-builder.php:532
549
  msgid "Loading"
550
  msgstr ""
551
 
 
552
  #: includes/admin/builder/class-builder.php:387
553
  msgid "Use Template"
554
  msgstr ""
555
 
 
556
  #: includes/admin/builder/class-builder.php:388
557
  msgid "Changing templates on an existing form will DELETE existing form fields. Are you sure you want apply the new template?"
558
  msgstr ""
559
 
 
560
  #: includes/admin/builder/class-builder.php:389
561
  msgid "You are almost done. To embed this form on your site, please paste the following shortcode inside a post or page."
562
  msgstr ""
563
 
 
564
  #: includes/admin/builder/class-builder.php:390
565
  msgid "Or you can follow the instructions in this video."
566
  msgstr ""
567
 
 
 
568
  #: includes/admin/builder/class-builder.php:391
569
  #: includes/admin/builder/class-builder.php:578
570
  msgid "Exit"
571
  msgstr ""
572
 
 
573
  #: includes/admin/builder/class-builder.php:393
574
  msgid "If you exit without saving, your changes will be lost."
575
  msgstr ""
576
 
 
577
  #: includes/admin/builder/class-builder.php:394
578
  msgid "Are you sure you want to delete this field?"
579
  msgstr ""
580
 
 
581
  #: includes/admin/builder/class-builder.php:395
582
  msgid "Are you sure you want to duplicate this field?"
583
  msgstr ""
584
 
 
585
  #: includes/admin/builder/class-builder.php:396
586
  msgid "(copy)"
587
  msgstr ""
588
 
 
589
  #: includes/admin/builder/class-builder.php:397
590
  msgid "Please enter a form name."
591
  msgstr ""
592
 
 
593
  #: includes/admin/builder/class-builder.php:398
594
  msgid "This item must contain at least one choice."
595
  msgstr ""
596
 
 
 
 
597
  #: includes/admin/builder/class-builder.php:399
598
  #: includes/fields/class-base.php:656
599
  #: includes/fields/class-base.php:1207
@@ -601,111 +773,155 @@ msgstr ""
601
  msgid "Off"
602
  msgstr ""
603
 
 
 
604
  #: includes/admin/builder/class-builder.php:400
605
  #: includes/fields/class-base.php:656
606
  #: lite/wpforms-lite.php:83
607
  msgid "On"
608
  msgstr ""
609
 
 
610
  #: includes/admin/builder/class-builder.php:401
611
  msgid "or"
612
  msgstr ""
613
 
 
 
614
  #: includes/admin/builder/class-builder.php:402
615
  #: includes/templates/class-suggestion.php:57
616
  msgid "Other"
617
  msgstr ""
618
 
 
 
619
  #: includes/admin/builder/class-builder.php:403
620
  #: includes/class-conditional-logic-core.php:408
621
  msgid "is"
622
  msgstr ""
623
 
 
 
624
  #: includes/admin/builder/class-builder.php:404
625
  #: includes/class-conditional-logic-core.php:409
626
  msgid "is not"
627
  msgstr ""
628
 
 
 
629
  #: includes/admin/builder/class-builder.php:405
630
  #: includes/class-conditional-logic-core.php:410
631
  msgid "empty"
632
  msgstr ""
633
 
 
 
634
  #: includes/admin/builder/class-builder.php:406
635
  #: includes/class-conditional-logic-core.php:411
636
  msgid "not empty"
637
  msgstr ""
638
 
 
 
639
  #: includes/admin/builder/class-builder.php:407
640
  #: includes/class-conditional-logic-core.php:420
641
  msgid "contains"
642
  msgstr ""
643
 
 
 
644
  #: includes/admin/builder/class-builder.php:408
645
  #: includes/class-conditional-logic-core.php:421
646
  msgid "does not contain"
647
  msgstr ""
648
 
 
 
649
  #: includes/admin/builder/class-builder.php:409
650
  #: includes/class-conditional-logic-core.php:422
651
  msgid "starts with"
652
  msgstr ""
653
 
 
 
654
  #: includes/admin/builder/class-builder.php:410
655
  #: includes/class-conditional-logic-core.php:423
656
  msgid "ends with"
657
  msgstr ""
658
 
 
 
659
  #: includes/admin/builder/class-builder.php:411
660
  #: includes/class-conditional-logic-core.php:424
661
  msgid "greater than"
662
  msgstr ""
663
 
 
 
664
  #: includes/admin/builder/class-builder.php:412
665
  #: includes/class-conditional-logic-core.php:425
666
  msgid "less than"
667
  msgstr ""
668
 
 
669
  #: includes/admin/builder/class-builder.php:413
670
  msgid "Entry storage is currently disabled, but is required to accept payments. Please enable in your form settings."
671
  msgstr ""
672
 
 
673
  #: includes/admin/builder/class-builder.php:414
674
  msgid "This form is currently accepting payments. Entry storage is required to accept payments. To disable entry storage, please first disable payments."
675
  msgstr ""
676
 
 
677
  #: includes/admin/builder/class-builder.php:415
678
  msgid "Previous"
679
  msgstr ""
680
 
 
681
  #: includes/admin/builder/class-builder.php:416
682
  msgid "Your form contains required {provider} settings that have not been configured. Please double-check and configure these settings to complete the connection setup."
683
  msgstr ""
684
 
 
 
685
  #: includes/admin/builder/class-builder.php:417
686
  #: includes/class-conditional-logic-core.php:490
687
  msgid "Create new rule"
688
  msgstr ""
689
 
 
690
  #: includes/admin/builder/class-builder.php:418
691
  msgid "Add new group"
692
  msgstr ""
693
 
 
 
694
  #: includes/admin/builder/class-builder.php:419
695
  #: includes/class-conditional-logic-core.php:491
696
  msgid "Delete rule"
697
  msgstr ""
698
 
 
 
 
699
  #: includes/admin/builder/class-builder.php:422
700
  #: includes/admin/builder/functions.php:276
701
  #: includes/fields/class-base.php:1095
702
  msgid "Show Smart Tags"
703
  msgstr ""
704
 
 
705
  #: includes/admin/builder/class-builder.php:423
706
  msgid "Hide Smart Tags"
707
  msgstr ""
708
 
 
 
 
 
 
 
709
  #: includes/admin/builder/class-builder.php:424
710
  #: includes/class-conditional-logic-core.php:367
711
  #: src/Providers/Provider/Settings/FormBuilder.php:119
@@ -715,49 +931,66 @@ msgstr ""
715
  msgid "--- Select Field ---"
716
  msgstr ""
717
 
 
 
718
  #: includes/admin/builder/class-builder.php:425
719
  #: includes/class-conditional-logic-core.php:470
720
  msgid "--- Select Choice ---"
721
  msgstr ""
722
 
 
 
 
723
  #: includes/admin/builder/class-builder.php:428
724
  #: includes/fields/class-base.php:837
725
  #: includes/fields/class-base.php:968
726
  msgid "Remove Image"
727
  msgstr ""
728
 
 
729
  #: includes/admin/builder/class-builder.php:429
730
  msgid "Add"
731
  msgstr ""
732
 
 
733
  #: includes/admin/builder/class-builder.php:433
734
  msgid "You should enter a valid absolute address to the Confirmation Redirect URL field."
735
  msgstr ""
736
 
 
737
  #: includes/admin/builder/class-builder.php:466
738
  msgid "Countries"
739
  msgstr ""
740
 
 
741
  #: includes/admin/builder/class-builder.php:470
742
  msgid "Countries Postal Code"
743
  msgstr ""
744
 
 
745
  #: includes/admin/builder/class-builder.php:474
746
  msgid "States"
747
  msgstr ""
748
 
 
749
  #: includes/admin/builder/class-builder.php:478
750
  msgid "States Postal Code"
751
  msgstr ""
752
 
 
753
  #: includes/admin/builder/class-builder.php:482
754
  msgid "Months"
755
  msgstr ""
756
 
 
757
  #: includes/admin/builder/class-builder.php:486
758
  msgid "Days"
759
  msgstr ""
760
 
 
 
 
 
761
  #: includes/admin/builder/class-builder.php:516
762
  #: includes/admin/builder/class-builder.php:547
763
  #: includes/admin/class-welcome.php:138
@@ -766,50 +999,64 @@ msgstr ""
766
  msgid "Sullie the WPForms mascot"
767
  msgstr ""
768
 
 
769
  #: includes/admin/builder/class-builder.php:518
770
  msgid "Oh, hi there!"
771
  msgstr ""
772
 
 
773
  #: includes/admin/builder/class-builder.php:520
774
  msgid "Our form builder is optimized for desktop computers and tablets. Please manage your forms on a different device."
775
  msgstr ""
776
 
 
777
  #: includes/admin/builder/class-builder.php:522
778
  msgid "Go back"
779
  msgstr ""
780
 
 
781
  #: includes/admin/builder/class-builder.php:555
782
  msgid "Now editing"
783
  msgstr ""
784
 
 
785
  #: includes/admin/builder/class-builder.php:566
786
  msgid "Embed Form"
787
  msgstr ""
788
 
 
789
  #: includes/admin/builder/class-builder.php:568
790
  msgid "Embed"
791
  msgstr ""
792
 
 
793
  #: includes/admin/builder/class-builder.php:571
794
  msgid "Save Form"
795
  msgstr ""
796
 
 
797
  #: includes/admin/builder/panels/class-fields.php:18
798
  msgid "Fields"
799
  msgstr ""
800
 
 
801
  #: includes/admin/builder/panels/class-fields.php:66
802
  msgid "Add Fields"
803
  msgstr ""
804
 
 
805
  #: includes/admin/builder/panels/class-fields.php:73
806
  msgid "Field Options"
807
  msgstr ""
808
 
 
809
  #: includes/admin/builder/panels/class-fields.php:101
810
  msgid "You need to <a href=\"#\" class=\"wpforms-panel-switch\" data-panel=\"setup\">setup your form</a> before you can manage the fields."
811
  msgstr ""
812
 
 
 
 
813
  #: includes/admin/builder/panels/class-fields.php:136
814
  #: includes/admin/class-settings.php:185
815
  #: includes/admin/class-settings.php:416
@@ -817,10 +1064,17 @@ msgstr ""
817
  msgid "reCAPTCHA"
818
  msgstr ""
819
 
 
820
  #: includes/admin/builder/panels/class-fields.php:138
821
  msgid "Enabled"
822
  msgstr ""
823
 
 
 
 
 
 
 
824
  #: includes/admin/builder/panels/class-fields.php:145
825
  #: includes/admin/builder/panels/class-settings.php:115
826
  #: includes/admin/importers/class-contact-form-7.php:111
@@ -830,54 +1084,71 @@ msgstr ""
830
  msgid "Submit"
831
  msgstr ""
832
 
 
833
  #: includes/admin/builder/panels/class-fields.php:166
834
  msgid "Standard Fields"
835
  msgstr ""
836
 
 
837
  #: includes/admin/builder/panels/class-fields.php:170
838
  msgid "Fancy Fields"
839
  msgstr ""
840
 
 
841
  #: includes/admin/builder/panels/class-fields.php:174
842
  msgid "Payment Fields"
843
  msgstr ""
844
 
 
845
  #: includes/admin/builder/panels/class-fields.php:235
846
  msgid "You don't have any fields yet."
847
  msgstr ""
848
 
 
849
  #: includes/admin/builder/panels/class-fields.php:267
850
  msgid "You don't have any fields yet. Add some!"
851
  msgstr ""
852
 
 
 
853
  #: includes/admin/builder/panels/class-fields.php:290
854
  #: includes/fields/class-base.php:1649
855
  msgid "Duplicate Field"
856
  msgstr ""
857
 
 
 
858
  #: includes/admin/builder/panels/class-fields.php:293
859
  #: includes/fields/class-base.php:1651
860
  msgid "Delete Field"
861
  msgstr ""
862
 
 
 
863
  #: includes/admin/builder/panels/class-fields.php:295
864
  #: includes/fields/class-base.php:1652
865
  msgid "Click to edit. Drag to reorder."
866
  msgstr ""
867
 
 
868
  #: includes/admin/builder/panels/class-payments.php:18
869
  msgid "Payments"
870
  msgstr ""
871
 
 
872
  #: includes/admin/builder/panels/class-payments.php:37
873
  msgid "Default"
874
  msgstr ""
875
 
 
 
876
  #: includes/admin/builder/panels/class-payments.php:58
877
  #: includes/admin/builder/panels/class-providers.php:92
878
  msgid "You need to <a href=\"#\" class=\"wpforms-panel-switch\" data-panel=\"setup\">setup your form</a> before you can manage these settings."
879
  msgstr ""
880
 
 
 
881
  #: includes/admin/builder/panels/class-payments.php:78
882
  #: includes/admin/class-welcome.php:261
883
  #: src/Lite/Admin/Builder/Education.php:86
@@ -885,74 +1156,96 @@ msgstr ""
885
  msgid "Upgrade to PRO"
886
  msgstr ""
887
 
 
888
  #: includes/admin/builder/panels/class-payments.php:87
889
  msgid "Install Your Payment Integration"
890
  msgstr ""
891
 
892
  #. translators: %s - Addons page URL.
 
893
  #: includes/admin/builder/panels/class-payments.php:93
894
  msgid "It seems you do not have any payment addons activated. You can head over to the <a href=\"%s\">Addons page</a> to install and activate the addon for your payment service."
895
  msgstr ""
896
 
 
897
  #: includes/admin/builder/panels/class-payments.php:108
898
  msgid "Select Your Payment Integration"
899
  msgstr ""
900
 
 
901
  #: includes/admin/builder/panels/class-payments.php:109
902
  msgid "Select your payment provider from the options on the left. If you don't see your payment service listed, then let us know and we'll do our best to get it added as fast as possible."
903
  msgstr ""
904
 
 
905
  #: includes/admin/builder/panels/class-providers.php:18
906
  msgid "Marketing"
907
  msgstr ""
908
 
 
909
  #: includes/admin/builder/panels/class-providers.php:52
910
  msgid "We need to save your progress to continue to the Marketing panel. Is that OK?"
911
  msgstr ""
912
 
 
913
  #: includes/admin/builder/panels/class-providers.php:53
914
  msgid "Are you sure you want to delete this connection?"
915
  msgstr ""
916
 
 
917
  #: includes/admin/builder/panels/class-providers.php:54
918
  msgid "Enter a %type% nickname"
919
  msgstr ""
920
 
 
921
  #: includes/admin/builder/panels/class-providers.php:55
922
  msgid "Eg: Newsletter Optin"
923
  msgstr ""
924
 
 
925
  #: includes/admin/builder/panels/class-providers.php:56
926
  msgid "You must provide a connection nickname."
927
  msgstr ""
928
 
 
929
  #: includes/admin/builder/panels/class-providers.php:57
930
  msgid "Field required"
931
  msgstr ""
932
 
 
933
  #: includes/admin/builder/panels/class-providers.php:115
934
  msgid "Install Your Marketing Integration"
935
  msgstr ""
936
 
937
  #. translators: %s - plugin admin area Addons page.
 
938
  #: includes/admin/builder/panels/class-providers.php:120
939
  msgid "It seems you do not have any marketing addons activated. You can head over to the <a href=\"%s\">Addons page</a> to install and activate the addon for your provider."
940
  msgstr ""
941
 
 
942
  #: includes/admin/builder/panels/class-providers.php:135
943
  msgid "Select Your Marketing Integration"
944
  msgstr ""
945
 
 
946
  #: includes/admin/builder/panels/class-providers.php:136
947
  msgid "Select your email marketing service provider or CRM from the options on the left. If you don't see your email marketing service listed, then let us know and we'll do our best to get it added as fast as possible."
948
  msgstr ""
949
 
 
 
 
950
  #: includes/admin/builder/panels/class-settings.php:18
951
  #: includes/admin/class-menu.php:88
952
  #: includes/admin/class-menu.php:246
953
  msgid "Settings"
954
  msgstr ""
955
 
 
 
 
 
956
  #: includes/admin/builder/panels/class-settings.php:38
957
  #: includes/admin/builder/panels/class-settings.php:78
958
  #: includes/admin/class-settings.php:175
@@ -960,347 +1253,442 @@ msgstr ""
960
  msgid "General"
961
  msgstr ""
962
 
 
963
  #: includes/admin/builder/panels/class-settings.php:39
964
  #: lite/wpforms-lite.php:66
965
  #: lite/wpforms-lite.php:79
966
  msgid "Notifications"
967
  msgstr ""
968
 
 
969
  #: includes/admin/builder/panels/class-settings.php:40
970
  #: lite/wpforms-lite.php:277
971
  msgid "Confirmations"
972
  msgstr ""
973
 
 
974
  #: includes/admin/builder/panels/class-settings.php:59
975
  msgid "You need to <a href=\"#\" class=\"wpforms-panel-switch\" data-panel=\"setup\">setup your form</a> before you can manage the settings."
976
  msgstr ""
977
 
 
 
 
978
  #: includes/admin/builder/panels/class-settings.php:86
979
  #: includes/admin/builder/panels/class-setup.php:52
980
  #: includes/class-smart-tags.php:33
981
  msgid "Form Name"
982
  msgstr ""
983
 
 
984
  #: includes/admin/builder/panels/class-settings.php:96
985
  msgid "Form Description"
986
  msgstr ""
987
 
 
988
  #: includes/admin/builder/panels/class-settings.php:103
989
  msgid "Form CSS Class"
990
  msgstr ""
991
 
 
992
  #: includes/admin/builder/panels/class-settings.php:105
993
  msgid "Enter CSS class names for the form wrapper. Multiple class names should be separated with spaces."
994
  msgstr ""
995
 
 
996
  #: includes/admin/builder/panels/class-settings.php:113
997
  msgid "Submit Button Text"
998
  msgstr ""
999
 
 
1000
  #: includes/admin/builder/panels/class-settings.php:123
1001
  msgid "Submit Button Processing Text"
1002
  msgstr ""
1003
 
 
1004
  #: includes/admin/builder/panels/class-settings.php:125
1005
  msgid "Enter the submit button text you would like the button display while the form submit is processing."
1006
  msgstr ""
1007
 
 
1008
  #: includes/admin/builder/panels/class-settings.php:133
1009
  msgid "Submit Button CSS Class"
1010
  msgstr ""
1011
 
 
1012
  #: includes/admin/builder/panels/class-settings.php:135
1013
  msgid "Enter CSS class names for the form submit button. Multiple names should be separated with spaces."
1014
  msgstr ""
1015
 
 
1016
  #: includes/admin/builder/panels/class-settings.php:143
1017
  msgid "Enable anti-spam honeypot"
1018
  msgstr ""
1019
 
 
1020
  #: includes/admin/builder/panels/class-settings.php:151
1021
  msgid "Enable Google Checkbox v2 reCAPTCHA"
1022
  msgstr ""
1023
 
 
1024
  #: includes/admin/builder/panels/class-settings.php:154
1025
  msgid "Enable Google Invisible v2 reCAPTCHA"
1026
  msgstr ""
1027
 
 
1028
  #: includes/admin/builder/panels/class-settings.php:157
1029
  msgid "Enable Google v3 reCAPTCHA"
1030
  msgstr ""
1031
 
 
1032
  #: includes/admin/builder/panels/class-settings.php:173
1033
  msgid "Enable dynamic fields population"
1034
  msgstr ""
1035
 
 
1036
  #: includes/admin/builder/panels/class-settings.php:175
1037
  msgid "How to use Dynamic Field Population"
1038
  msgstr ""
1039
 
 
1040
  #: includes/admin/builder/panels/class-settings.php:183
1041
  msgid "Enable AJAX form submission"
1042
  msgstr ""
1043
 
 
1044
  #: includes/admin/builder/panels/class-settings.php:185
1045
  msgid "Enables form submission without page reload."
1046
  msgstr ""
1047
 
 
1048
  #: includes/admin/builder/panels/class-setup.php:18
1049
  msgid "Setup"
1050
  msgstr ""
1051
 
 
1052
  #: includes/admin/builder/panels/class-setup.php:53
1053
  msgid "Enter your form name here&hellip;"
1054
  msgstr ""
1055
 
 
 
 
1056
  #: includes/admin/builder/panels/class-setup.php:57
1057
  #: src/Admin/Challenge.php:483
1058
  #: src/Admin/Challenge.php:540
1059
  msgid "Select a Template"
1060
  msgstr ""
1061
 
 
1062
  #: includes/admin/builder/panels/class-setup.php:63
1063
  msgid "To speed up the process, you can select from one of our pre-made templates or start with a <strong><a href=\"#\" class=\"wpforms-trigger-blank\">blank form.</a></strong>"
1064
  msgstr ""
1065
 
 
1066
  #: includes/admin/builder/panels/class-setup.php:78
1067
  msgid "Additional Templates"
1068
  msgstr ""
1069
 
1070
  #. translators: %1$s - WPForms.com URL to a template suggestion, %2$s - WPForms.com URL to a doc about custom templates.
 
1071
  #: includes/admin/builder/panels/class-setup.php:89
1072
  msgid "Have a suggestion for a new template? <a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">We'd love to hear it</a>. Also, you can <a href=\"%2$s\" target=\"_blank\" rel=\"noopener noreferrer\">create your own templates</a>!"
1073
  msgstr ""
1074
 
 
1075
  #: includes/admin/builder/panels/class-setup.php:106
1076
  msgid "Search additional templates..."
1077
  msgstr ""
1078
 
1079
  #. translators: %1$s - WPForms.com URL to an addon page, %2$s - WPForms.com URL to a docs article.
 
1080
  #: includes/admin/builder/panels/class-setup.php:118
1081
  msgid "More are available in the <a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">Form Templates Pack addon</a> or by <a href=\"%2$s\" target=\"_blank\" rel=\"noopener noreferrer\">creating your own</a>."
1082
  msgstr ""
1083
 
 
1084
  #: includes/admin/builder/panels/class-setup.php:166
1085
  msgid "Selected"
1086
  msgstr ""
1087
 
1088
  #. translators: %s - Form template name.
 
1089
  #: includes/admin/builder/panels/class-setup.php:178
1090
  msgid "%s template"
1091
  msgstr ""
1092
 
1093
  #. translators: %s - Form template name.
 
1094
  #: includes/admin/builder/panels/class-setup.php:191
1095
  msgid "Create a %s"
1096
  msgstr ""
1097
 
 
 
1098
  #: includes/admin/class-about.php:73
1099
  #: includes/admin/class-menu.php:69
1100
  msgid "Form Entries"
1101
  msgstr ""
1102
 
 
1103
  #: includes/admin/class-about.php:74
1104
  msgid "Form Fields"
1105
  msgstr ""
1106
 
 
 
1107
  #: includes/admin/class-about.php:75
1108
  #: includes/admin/class-welcome.php:191
1109
  msgid "Form Templates"
1110
  msgstr ""
1111
 
 
 
1112
  #: includes/admin/class-about.php:76
1113
  #: includes/admin/class-welcome.php:203
1114
  msgid "Smart Conditional Logic"
1115
  msgstr ""
1116
 
 
1117
  #: includes/admin/class-about.php:77
1118
  msgid "Marketing Integrations"
1119
  msgstr ""
1120
 
 
1121
  #: includes/admin/class-about.php:78
1122
  msgid "Payment Forms"
1123
  msgstr ""
1124
 
 
1125
  #: includes/admin/class-about.php:79
1126
  msgid "Surveys & Polls"
1127
  msgstr ""
1128
 
 
1129
  #: includes/admin/class-about.php:80
1130
  msgid "Advanced Form Features"
1131
  msgstr ""
1132
 
 
 
1133
  #: includes/admin/class-about.php:81
1134
  #: includes/admin/class-menu.php:117
1135
  #: lite/wpforms-lite.php:1096
1136
  msgid "WPForms Addons"
1137
  msgstr ""
1138
 
 
 
1139
  #: includes/admin/class-about.php:82
1140
  #: includes/templates/class-suggestion.php:51
1141
  msgid "Customer Support"
1142
  msgstr ""
1143
 
 
1144
  #: includes/admin/class-about.php:83
1145
  msgid "Number of Sites"
1146
  msgstr ""
1147
 
 
 
1148
  #: includes/admin/class-about.php:113
1149
  #: includes/admin/class-menu.php:148
1150
  msgid "About Us"
1151
  msgstr ""
1152
 
 
1153
  #: includes/admin/class-about.php:114
1154
  msgid "Getting Started"
1155
  msgstr ""
1156
 
1157
  #. translators: %1$s - current license type, %2$s - suggested license type.
 
1158
  #: includes/admin/class-about.php:128
1159
  msgid "%1$s vs %2$s"
1160
  msgstr ""
1161
 
 
1162
  #: includes/admin/class-about.php:255
1163
  msgid "Hello and welcome to WPForms, the most beginner friendly drag & drop WordPress forms plugin. At WPForms, we build software that helps you create beautiful responsive online forms for your website in minutes."
1164
  msgstr ""
1165
 
 
1166
  #: includes/admin/class-about.php:259
1167
  msgid "Over the years, we found that most WordPress contact form plugins were bloated, buggy, slow, and very hard to use. So we started with a simple goal: build a WordPress forms plugin that’s both easy and powerful."
1168
  msgstr ""
1169
 
 
1170
  #: includes/admin/class-about.php:262
1171
  msgid "Our goal is to take the pain out of creating online forms and make it easy."
1172
  msgstr ""
1173
 
1174
  #. translators: %1$s - WPBeginner URL, %2$s - OptinMonster URL, %3$s - MonsterInsights URL, %4$s - RafflePress URL.
 
1175
  #: includes/admin/class-about.php:269
1176
  msgid "WPForms is brought to you by the same team that’s behind the largest WordPress resource site, <a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">WPBeginner</a>, the most popular lead-generation software, <a href=\"%2$s\" target=\"_blank\" rel=\"noopener noreferrer\">OptinMonster</a>, the best WordPress analytics plugin, <a href=\"%3$s\" target=\"_blank\" rel=\"noopener noreferrer\">MonsterInsights</a>, and the most powerful WordPress contest plugin, <a href=\"%4$s\" target=\"_blank\" rel=\"noopener noreferrer\">RafflePress</a>."
1177
  msgstr ""
1178
 
 
1179
  #: includes/admin/class-about.php:286
1180
  msgid "Yup, we know a thing or two about building awesome products that customers love."
1181
  msgstr ""
1182
 
 
1183
  #: includes/admin/class-about.php:292
1184
  msgid "The WPForms Team photo"
1185
  msgstr ""
1186
 
 
1187
  #: includes/admin/class-about.php:294
1188
  msgid "The WPForms Team"
1189
  msgstr ""
1190
 
1191
  #. translators: %s - addon status label.
 
1192
  #: includes/admin/class-about.php:343
1193
  msgid "Status: %s"
1194
  msgstr ""
1195
 
 
 
1196
  #: includes/admin/class-about.php:421
1197
  #: includes/admin/class-tools.php:284
1198
  msgid "Not Installed"
1199
  msgstr ""
1200
 
 
1201
  #: includes/admin/class-about.php:424
1202
  msgid "Install Plugin"
1203
  msgstr ""
1204
 
 
1205
  #: includes/admin/class-about.php:448
1206
  msgid "Creating Your First Form"
1207
  msgstr ""
1208
 
 
1209
  #: includes/admin/class-about.php:452
1210
  msgid "Want to get started creating your first form with WPForms? By following the step by step instructions in this walkthrough, you can easily publish your first form on your site."
1211
  msgstr ""
1212
 
 
1213
  #: includes/admin/class-about.php:456
1214
  msgid "To begin, you’ll need to be logged into the WordPress admin area. Once there, click on WPForms in the admin sidebar to go the Forms Overview page."
1215
  msgstr ""
1216
 
 
1217
  #: includes/admin/class-about.php:460
1218
  msgid "In the Forms Overview page, the forms list will be empty because there are no forms yet. To create a new form, click on the Add New button, and this will launch the WPForms Form Builder."
1219
  msgstr ""
1220
 
 
1221
  #: includes/admin/class-about.php:466
1222
  msgid "How to Add a New Form"
1223
  msgstr ""
1224
 
 
1225
  #: includes/admin/class-about.php:471
1226
  msgid "How to Customize Form Fields"
1227
  msgstr ""
1228
 
 
1229
  #: includes/admin/class-about.php:476
1230
  msgid "How to Display Forms on Your Site"
1231
  msgstr ""
1232
 
 
1233
  #: includes/admin/class-about.php:494
1234
  #: lite/wpforms-lite.php:436
1235
  msgid "Get WPForms Pro and Unlock all the Powerful Features"
1236
  msgstr ""
1237
 
 
1238
  #: includes/admin/class-about.php:500
1239
  msgid "Thanks for being a loyal WPForms Lite user. <strong>Upgrade to WPForms Pro</strong> to unlock all the awesome features and experience<br>why WPForms is consistently rated the best WordPress form builder."
1240
  msgstr ""
1241
 
1242
  #. translators: %s - stars.
 
1243
  #: includes/admin/class-about.php:514
1244
  msgid "We know that you will truly love WPForms. It has over <strong>5000+ five star ratings</strong> (%s) and is active on over 1 million websites."
1245
  msgstr ""
1246
 
 
1247
  #: includes/admin/class-about.php:535
1248
  msgid "Entry Management - view all leads in one place."
1249
  msgstr ""
1250
 
 
1251
  #: includes/admin/class-about.php:539
1252
  msgid "All form features like file upload, pagination, etc."
1253
  msgstr ""
1254
 
 
1255
  #: includes/admin/class-about.php:543
1256
  msgid "Create surveys & polls with the surveys addon."
1257
  msgstr ""
1258
 
 
1259
  #: includes/admin/class-about.php:547
1260
  msgid "WordPress user registration and login forms."
1261
  msgstr ""
1262
 
 
1263
  #: includes/admin/class-about.php:551
1264
  msgid "Create payment forms with Stripe and PayPal."
1265
  msgstr ""
1266
 
 
1267
  #: includes/admin/class-about.php:559
1268
  msgid "Powerful Conditional Logic so you can create smart forms."
1269
  msgstr ""
1270
 
 
1271
  #: includes/admin/class-about.php:563
1272
  msgid "500+ integrations with different marketing & payment services."
1273
  msgstr ""
1274
 
 
1275
  #: includes/admin/class-about.php:567
1276
  msgid "Collect signatures, geo-location data, and more."
1277
  msgstr ""
1278
 
 
1279
  #: includes/admin/class-about.php:571
1280
  msgid "Accept user submitted content with Post Submissions addon."
1281
  msgstr ""
1282
 
 
1283
  #: includes/admin/class-about.php:575
1284
  msgid "Bonus form templates, form abandonment, and more."
1285
  msgstr ""
1286
 
 
1287
  #: includes/admin/class-about.php:590
1288
  msgid "Get WPForms Pro Today and Unlock all the Powerful Features"
1289
  msgstr ""
1290
 
 
 
1291
  #: includes/admin/class-about.php:599
1292
  #: includes/admin/class-about.php:821
1293
  msgid "Bonus: WPForms Lite users get <span class=\"price-20-off\">50% off regular price</span>, automatically applied at checkout."
1294
  msgstr ""
1295
 
 
1296
  #: includes/admin/class-about.php:620
1297
  msgid "How to Choose the Right Form Field"
1298
  msgstr ""
1299
 
 
1300
  #: includes/admin/class-about.php:624
1301
  msgid "Are you wondering which form fields you have access to in WPForms and what each field does? WPForms has lots of field types to make creating and filling out forms easy. In this tutorial, we’ll cover all of the fields available in WPForms."
1302
  msgstr ""
1303
 
 
 
 
 
1304
  #: includes/admin/class-about.php:628
1305
  #: includes/admin/class-about.php:647
1306
  #: includes/admin/class-about.php:666
@@ -1308,164 +1696,219 @@ msgstr ""
1308
  msgid "Read Documentation"
1309
  msgstr ""
1310
 
 
1311
  #: includes/admin/class-about.php:639
1312
  msgid "A Complete Guide to WPForms Settings"
1313
  msgstr ""
1314
 
 
1315
  #: includes/admin/class-about.php:643
1316
  msgid "Would you like to learn more about all of the settings available in WPForms? In addition to tons of customization options within the form builder, WPForms has an extensive list of plugin-wide options available. This includes choosing your currency, adding GDPR enhancements, setting up integrations."
1317
  msgstr ""
1318
 
 
1319
  #: includes/admin/class-about.php:658
1320
  msgid "How to Create GDPR Compliant Forms"
1321
  msgstr ""
1322
 
 
1323
  #: includes/admin/class-about.php:662
1324
  msgid "Do you need to check that your forms are compliant with the European Union’s General Data Protection Regulation? The best way to ensure GDPR compliance for your specific site is always to consult legal counsel. In this guide, we’ll discuss general considerations for GDPR compliance in your WordPress forms."
1325
  msgstr ""
1326
 
 
1327
  #: includes/admin/class-about.php:677
1328
  msgid "How to Install and Activate WPForms Addons"
1329
  msgstr ""
1330
 
 
1331
  #: includes/admin/class-about.php:681
1332
  msgid "Would you like to access WPForms addons to extend the functionality of your forms? The first thing you need to do is install WPForms. Once that’s done, let’s go ahead and look at the process of activating addons."
1333
  msgstr ""
1334
 
 
1335
  #: includes/admin/class-about.php:732
1336
  msgid "Get the most out of WPForms by upgrading to Pro and unlocking all of the powerful features."
1337
  msgstr ""
1338
 
 
1339
  #: includes/admin/class-about.php:741
1340
  msgid "Feature"
1341
  msgstr ""
1342
 
1343
  #. translators: %s - next license level.
 
1344
  #: includes/admin/class-about.php:810
1345
  msgid "Get WPForms %s Today and Unlock all the Powerful Features"
1346
  msgstr ""
1347
 
 
1348
  #: includes/admin/class-about.php:852
1349
  #: src/Lite/Admin/DashboardWidget.php:364
1350
  msgid "MonsterInsights"
1351
  msgstr ""
1352
 
 
 
1353
  #: includes/admin/class-about.php:853
1354
  #: includes/admin/class-about.php:859
1355
  msgid "MonsterInsights makes it “effortless” to properly connect your WordPress site with Google Analytics, so you can start making data-driven decisions to grow your business."
1356
  msgstr ""
1357
 
 
1358
  #: includes/admin/class-about.php:858
1359
  msgid "MonsterInsights Pro"
1360
  msgstr ""
1361
 
 
1362
  #: includes/admin/class-about.php:867
1363
  msgid "OptinMonster"
1364
  msgstr ""
1365
 
 
1366
  #: includes/admin/class-about.php:868
1367
  msgid "Our high-converting optin forms like Exit-Intent® popups, Fullscreen Welcome Mats, and Scroll boxes help you dramatically boost conversions and get more email subscribers."
1368
  msgstr ""
1369
 
 
1370
  #: includes/admin/class-about.php:874
1371
  msgid "WP Mail SMTP"
1372
  msgstr ""
1373
 
 
 
1374
  #: includes/admin/class-about.php:875
1375
  #: includes/admin/class-about.php:881
1376
  msgid "Make sure your website's emails reach the inbox. Our goal is to make email deliverability easy and reliable. Trusted by over 1 million websites."
1377
  msgstr ""
1378
 
 
1379
  #: includes/admin/class-about.php:880
1380
  msgid "WP Mail SMTP Pro"
1381
  msgstr ""
1382
 
 
1383
  #: includes/admin/class-about.php:889
1384
  msgid "RafflePress"
1385
  msgstr ""
1386
 
 
 
1387
  #: includes/admin/class-about.php:890
1388
  #: includes/admin/class-about.php:896
1389
  msgid "Turn your visitors into brand ambassadors! Easily grow your email list, website traffic, and social media followers with powerful viral giveaways & contests."
1390
  msgstr ""
1391
 
 
1392
  #: includes/admin/class-about.php:895
1393
  msgid "RafflePress Pro"
1394
  msgstr ""
1395
 
 
1396
  #: includes/admin/class-about.php:921
1397
  msgid "Entries via Email Only"
1398
  msgstr ""
1399
 
 
 
 
1400
  #: includes/admin/class-about.php:927
1401
  #: includes/admin/class-about.php:933
1402
  #: includes/admin/class-about.php:939
1403
  msgid "Complete Entry Management inside WordPress"
1404
  msgstr ""
1405
 
 
1406
  #: includes/admin/class-about.php:947
1407
  msgid "Standard Fields Only"
1408
  msgstr ""
1409
 
 
1410
  #: includes/admin/class-about.php:948
1411
  msgid "Name, Email, Single Line Text, Paragraph Text, Dropdown, Multiple Choice, Checkboxes, and Numbers"
1412
  msgstr ""
1413
 
 
 
 
1414
  #: includes/admin/class-about.php:954
1415
  #: includes/admin/class-about.php:961
1416
  #: includes/admin/class-about.php:968
1417
  msgid "Access to all Standard and Fancy Fields"
1418
  msgstr ""
1419
 
 
 
 
1420
  #: includes/admin/class-about.php:955
1421
  #: includes/admin/class-about.php:962
1422
  #: includes/admin/class-about.php:969
1423
  msgid "Address, Phone, Website URL, Date/Time, Password, File Upload, HTML, Pagebreaks, Section Dividers, Ratings, and Hidden Field"
1424
  msgstr ""
1425
 
 
1426
  #: includes/admin/class-about.php:977
1427
  msgid "Not available"
1428
  msgstr ""
1429
 
 
 
 
1430
  #: includes/admin/class-about.php:983
1431
  #: includes/admin/class-about.php:989
1432
  #: includes/admin/class-about.php:995
1433
  msgid "Powerful Form Logic for Building Smart Forms"
1434
  msgstr ""
1435
 
 
 
 
1436
  #: includes/admin/class-about.php:1003
1437
  #: includes/admin/class-about.php:1009
1438
  #: includes/admin/class-about.php:1015
1439
  msgid "Basic Form Templates"
1440
  msgstr ""
1441
 
 
1442
  #: includes/admin/class-about.php:1021
1443
  msgid "All Form Templates including Bonus 150+ pre-made form templates."
1444
  msgstr ""
1445
 
 
 
1446
  #: includes/admin/class-about.php:1029
1447
  #: includes/admin/class-about.php:1036
1448
  msgid "Limited Marketing Integration"
1449
  msgstr ""
1450
 
 
 
1451
  #: includes/admin/class-about.php:1030
1452
  #: includes/admin/class-about.php:1037
1453
  msgid "Constant Contact only"
1454
  msgstr ""
1455
 
 
 
1456
  #: includes/admin/class-about.php:1043
1457
  #: includes/admin/class-about.php:1050
1458
  msgid "Additional Marketing Integrations"
1459
  msgstr ""
1460
 
 
1461
  #: includes/admin/class-about.php:1044
1462
  msgid "Constant Contact, Mailchimp, AWeber, GetResponse, Campaign Monitor, and Drip"
1463
  msgstr ""
1464
 
 
1465
  #: includes/admin/class-about.php:1051
1466
  msgid "Constant Contact, Mailchimp, AWeber, GetResponse, Campaign Monitor, and Drip."
1467
  msgstr ""
1468
 
 
 
 
 
1469
  #: includes/admin/class-about.php:1054
1470
  #: includes/admin/class-about.php:1068
1471
  #: includes/admin/class-about.php:1082
@@ -1473,18 +1916,30 @@ msgstr ""
1473
  msgid "<strong>Bonus:</strong> 500+ integrations with Zapier."
1474
  msgstr ""
1475
 
 
 
 
1476
  #: includes/admin/class-about.php:1064
1477
  #: includes/admin/class-about.php:1078
1478
  #: includes/admin/class-about.php:1092
1479
  msgid "All Marketing Integrations"
1480
  msgstr ""
1481
 
 
 
 
1482
  #: includes/admin/class-about.php:1065
1483
  #: includes/admin/class-about.php:1079
1484
  #: includes/admin/class-about.php:1093
1485
  msgid "ActiveCampaign, Constant Contact, Mailchimp, AWeber, GetResponse, Campaign Monitor, and Drip."
1486
  msgstr ""
1487
 
 
 
 
 
 
 
1488
  #: includes/admin/class-about.php:1108
1489
  #: includes/admin/class-about.php:1114
1490
  #: includes/admin/class-about.php:1120
@@ -1494,86 +1949,116 @@ msgstr ""
1494
  msgid "Not Available"
1495
  msgstr ""
1496
 
 
1497
  #: includes/admin/class-about.php:1126
1498
  msgid "Create Payment Forms"
1499
  msgstr ""
1500
 
 
1501
  #: includes/admin/class-about.php:1127
1502
  msgid "Accept payments using Stripe (credit card) and PayPal"
1503
  msgstr ""
1504
 
 
1505
  #: includes/admin/class-about.php:1153
1506
  msgid "Create interactive Surveys and Polls with beautiful reports"
1507
  msgstr ""
1508
 
 
1509
  #: includes/admin/class-about.php:1161
1510
  msgid "No Advanced Features"
1511
  msgstr ""
1512
 
 
 
1513
  #: includes/admin/class-about.php:1167
1514
  #: includes/admin/class-about.php:1174
1515
  msgid "Limited Advanced Features"
1516
  msgstr ""
1517
 
 
 
1518
  #: includes/admin/class-about.php:1168
1519
  #: includes/admin/class-about.php:1175
1520
  msgid "Multi-page Forms, File Upload Forms, Multiple Form Notifications, Conditional Form Confirmation"
1521
  msgstr ""
1522
 
 
1523
  #: includes/admin/class-about.php:1181
1524
  msgid "All Advanced Features"
1525
  msgstr ""
1526
 
 
1527
  #: includes/admin/class-about.php:1182
1528
  msgid "Multi-page Forms, File Upload Forms, Multiple Form Notifications, Conditional Form Confirmation, Custom CAPTCHA, Offline Forms, Signature Forms"
1529
  msgstr ""
1530
 
 
1531
  #: includes/admin/class-about.php:1190
1532
  msgid "No Addons Included"
1533
  msgstr ""
1534
 
 
1535
  #: includes/admin/class-about.php:1196
1536
  msgid "Custom Captcha Addon included"
1537
  msgstr ""
1538
 
 
1539
  #: includes/admin/class-about.php:1202
1540
  msgid "Email Marketing Addons included"
1541
  msgstr ""
1542
 
 
1543
  #: includes/admin/class-about.php:1208
1544
  msgid "Pro Addons Included"
1545
  msgstr ""
1546
 
 
1547
  #: includes/admin/class-about.php:1209
1548
  msgid "Form Abandonment, Front-end Post Submission, User Registration, Geo-location, and more (21 total)"
1549
  msgstr ""
1550
 
 
 
 
1551
  #: includes/admin/class-about.php:1215
1552
  #: includes/admin/class-about.php:1222
1553
  #: includes/admin/class-about.php:1229
1554
  msgid "All Addons Included"
1555
  msgstr ""
1556
 
 
 
 
1557
  #: includes/admin/class-about.php:1216
1558
  #: includes/admin/class-about.php:1223
1559
  #: includes/admin/class-about.php:1230
1560
  msgid "Form Abandonment, Front-end Post Submission, User Registration, Geo-location, and more (22 total)"
1561
  msgstr ""
1562
 
 
1563
  #: includes/admin/class-about.php:1238
1564
  msgid "Limited Support"
1565
  msgstr ""
1566
 
 
 
1567
  #: includes/admin/class-about.php:1244
1568
  #: includes/admin/class-about.php:1250
1569
  msgid "Standard Support"
1570
  msgstr ""
1571
 
 
 
1572
  #: includes/admin/class-about.php:1256
1573
  #: includes/admin/class-welcome.php:274
1574
  msgid "Priority Support"
1575
  msgstr ""
1576
 
 
 
 
 
1577
  #: includes/admin/class-about.php:1262
1578
  #: includes/admin/class-about.php:1268
1579
  #: includes/admin/class-about.php:1274
@@ -1581,18 +2066,25 @@ msgstr ""
1581
  msgid "Premium Support"
1582
  msgstr ""
1583
 
 
1584
  #: includes/admin/class-about.php:1282
1585
  msgid "1 Site"
1586
  msgstr ""
1587
 
 
1588
  #: includes/admin/class-about.php:1288
1589
  msgid "3 Sites"
1590
  msgstr ""
1591
 
 
1592
  #: includes/admin/class-about.php:1294
1593
  msgid "5 Sites"
1594
  msgstr ""
1595
 
 
 
 
 
1596
  #: includes/admin/class-about.php:1300
1597
  #: includes/admin/class-about.php:1306
1598
  #: includes/admin/class-about.php:1312
@@ -1600,52 +2092,70 @@ msgstr ""
1600
  msgid "Unlimited Sites"
1601
  msgstr ""
1602
 
 
 
 
1603
  #: includes/admin/class-editor.php:45
1604
  #: includes/admin/class-editor.php:47
1605
  #: includes/admin/class-editor.php:130
1606
  msgid "Add Form"
1607
  msgstr ""
1608
 
 
1609
  #: includes/admin/class-editor.php:71
1610
  msgid "Insert Form"
1611
  msgstr ""
1612
 
1613
  #. translators: %s - WPForms documentation link.
 
1614
  #: includes/admin/class-editor.php:82
1615
  msgid "Heads up! Don't forget to test your form. <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Check out our complete guide</a>!"
1616
  msgstr ""
1617
 
 
1618
  #: includes/admin/class-editor.php:97
1619
  msgid "Select a form below to insert"
1620
  msgstr ""
1621
 
 
1622
  #: includes/admin/class-editor.php:103
1623
  msgid "Show form name"
1624
  msgstr ""
1625
 
 
1626
  #: includes/admin/class-editor.php:104
1627
  msgid "Show form description"
1628
  msgstr ""
1629
 
1630
  #. translators: %s - WPForms Builder page.
 
 
1631
  #: includes/admin/class-editor.php:110
1632
  #: includes/admin/overview/class-overview-table.php:329
1633
  msgid "Whoops, you haven't created a form yet. Want to <a href=\"%s\">give it a go</a>?"
1634
  msgstr ""
1635
 
 
1636
  #: includes/admin/class-menu.php:50
1637
  msgid "All Forms"
1638
  msgstr ""
1639
 
 
1640
  #: includes/admin/class-menu.php:59
1641
  msgid "WPForms Builder"
1642
  msgstr ""
1643
 
 
 
1644
  #: includes/admin/class-menu.php:60
1645
  #: includes/admin/overview/class-overview.php:125
1646
  msgid "Add New"
1647
  msgstr ""
1648
 
 
 
 
 
1649
  #: includes/admin/class-menu.php:70
1650
  #: includes/admin/overview/class-overview-table.php:241
1651
  #: src/Lite/Admin/DashboardWidget.php:143
@@ -1654,91 +2164,124 @@ msgstr ""
1654
  msgid "Entries"
1655
  msgstr ""
1656
 
 
1657
  #: includes/admin/class-menu.php:87
1658
  msgid "WPForms Settings"
1659
  msgstr ""
1660
 
 
1661
  #: includes/admin/class-menu.php:97
1662
  msgid "WPForms Tools"
1663
  msgstr ""
1664
 
 
1665
  #: includes/admin/class-menu.php:98
1666
  msgid "Tools"
1667
  msgstr ""
1668
 
 
1669
  #: includes/admin/class-menu.php:108
1670
  msgid "Info"
1671
  msgstr ""
1672
 
 
1673
  #: includes/admin/class-menu.php:118
1674
  msgid "Addons"
1675
  msgstr ""
1676
 
 
 
1677
  #: includes/admin/class-menu.php:127
1678
  #: includes/admin/class-menu.php:128
1679
  msgid "Analytics"
1680
  msgstr ""
1681
 
 
 
1682
  #: includes/admin/class-menu.php:137
1683
  #: includes/admin/class-menu.php:138
1684
  msgid "SMTP"
1685
  msgstr ""
1686
 
 
1687
  #: includes/admin/class-menu.php:147
1688
  msgid "About WPForms"
1689
  msgstr ""
1690
 
 
 
 
1691
  #: includes/admin/class-menu.php:157
1692
  #: includes/admin/class-menu.php:158
1693
  #: src/Admin/Pages/Community.php:125
1694
  msgid "Community"
1695
  msgstr ""
1696
 
 
1697
  #: includes/admin/class-menu.php:245
1698
  msgid "Go to WPForms Settings page"
1699
  msgstr ""
1700
 
 
1701
  #: includes/admin/class-menu.php:260
1702
  msgid "Go to WPForms Lite vs Pro comparison page"
1703
  msgstr ""
1704
 
 
1705
  #: includes/admin/class-review.php:92
1706
  msgid "Hey, I noticed you collected over 50 entries from WPForms - that’s awesome! Could you please do me a BIG favor and give it a 5-star rating on WordPress to help us spread the word and boost our motivation?"
1707
  msgstr ""
1708
 
 
 
1709
  #: includes/admin/class-review.php:93
1710
  #: includes/admin/class-review.php:157
1711
  msgid "~ Syed Balkhi<br>Co-Founder of WPForms"
1712
  msgstr ""
1713
 
 
 
1714
  #: includes/admin/class-review.php:95
1715
  #: includes/admin/class-review.php:159
1716
  msgid "Ok, you deserve it"
1717
  msgstr ""
1718
 
 
 
1719
  #: includes/admin/class-review.php:96
1720
  #: includes/admin/class-review.php:160
1721
  msgid "Nope, maybe later"
1722
  msgstr ""
1723
 
 
 
1724
  #: includes/admin/class-review.php:97
1725
  #: includes/admin/class-review.php:161
1726
  msgid "I already did"
1727
  msgstr ""
1728
 
 
1729
  #: includes/admin/class-review.php:156
1730
  msgid "Hey, I noticed you created a contact form with WPForms - that’s awesome! Could you please do me a BIG favor and give it a 5-star rating on WordPress to help us spread the word and boost our motivation?"
1731
  msgstr ""
1732
 
1733
  #. translators: $1$s - WPForms plugin name; $2$s - WP.org review link; $3$s - WP.org review link.
 
1734
  #: includes/admin/class-review.php:214
1735
  msgid "Please rate %1$s <a href=\"%2$s\" target=\"_blank\" rel=\"noopener noreferrer\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> on <a href=\"%3$s\" target=\"_blank\" rel=\"noopener\">WordPress.org</a> to help us spread the word. Thank you from the WPForms team!"
1736
  msgstr ""
1737
 
 
1738
  #: includes/admin/class-settings.php:152
1739
  msgid "Settings were successfully saved."
1740
  msgstr ""
1741
 
 
 
 
 
 
 
1742
  #: includes/admin/class-settings.php:177
1743
  #: includes/admin/class-settings.php:182
1744
  #: includes/admin/class-settings.php:187
@@ -1748,6 +2291,15 @@ msgstr ""
1748
  msgid "Save Settings"
1749
  msgstr ""
1750
 
 
 
 
 
 
 
 
 
 
1751
  #: includes/admin/class-settings.php:180
1752
  #: includes/admin/class-settings.php:376
1753
  #: includes/admin/class-settings.php:491
@@ -1760,294 +2312,382 @@ msgstr ""
1760
  msgid "Email"
1761
  msgstr ""
1762
 
 
1763
  #: includes/admin/class-settings.php:190
1764
  msgid "Validation"
1765
  msgstr ""
1766
 
 
 
 
1767
  #: includes/admin/class-settings.php:195
1768
  #: includes/admin/class-settings.php:524
1769
  #: includes/admin/class-settings.php:531
1770
  msgid "Integrations"
1771
  msgstr ""
1772
 
 
 
1773
  #: includes/admin/class-settings.php:200
1774
  #: includes/admin/class-settings.php:540
1775
  msgid "Misc"
1776
  msgstr ""
1777
 
 
1778
  #: includes/admin/class-settings.php:241
1779
  msgid "reCAPTCHA is a free anti-spam service from Google which helps to protect your website from spam and abuse while letting real people pass through with ease."
1780
  msgstr ""
1781
 
 
1782
  #: includes/admin/class-settings.php:242
1783
  msgid "Google offers 3 versions of reCAPTCHA (all supported within WPForms):"
1784
  msgstr ""
1785
 
 
1786
  #: includes/admin/class-settings.php:247
1787
  msgid "<strong>v2 Checkbox reCAPTCHA</strong>: Prompts users to check a box to prove they're human."
1788
  msgstr ""
1789
 
 
1790
  #: includes/admin/class-settings.php:256
1791
  msgid "<strong>v2 Invisible reCAPTCHA</strong>: Uses advanced technology to detect real users without requiring any input."
1792
  msgstr ""
1793
 
 
1794
  #: includes/admin/class-settings.php:265
1795
  msgid "<strong>v3 reCAPTCHA</strong>: Uses a behind-the-scenes scoring system to detect abusive traffic, and lets you decide the minimum passing score. Recommended for advanced use only (or if using Google AMP)."
1796
  msgstr ""
1797
 
 
1798
  #: includes/admin/class-settings.php:272
1799
  msgid "Sites already using one type of reCAPTCHA will need to create new site keys before switching to a different option."
1800
  msgstr ""
1801
 
1802
  #. translators: %s - WPForms.com Setup Captcha URL.
 
1803
  #: includes/admin/class-settings.php:278
1804
  msgid "<a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Read our walk through</a> to learn more and for step-by-step directions."
1805
  msgstr ""
1806
 
 
1807
  #: includes/admin/class-settings.php:296
1808
  msgid "License"
1809
  msgstr ""
1810
 
 
1811
  #: includes/admin/class-settings.php:296
1812
  msgid "Your license key provides access to updates and addons."
1813
  msgstr ""
1814
 
 
1815
  #: includes/admin/class-settings.php:303
1816
  msgid "License Key"
1817
  msgstr ""
1818
 
 
1819
  #: includes/admin/class-settings.php:315
1820
  msgid "Include Form Styling"
1821
  msgstr ""
1822
 
1823
  #. translators: %s - WPForms.com documentation URL.
 
1824
  #: includes/admin/class-settings.php:319
1825
  msgid "Determines which CSS files to load for the site (<a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">please see our tutorial for full details</a>). Unless experienced with CSS or instructed by support, \"Base and Form Theme Styling\" is recommended."
1826
  msgstr ""
1827
 
 
1828
  #: includes/admin/class-settings.php:334
1829
  msgid "Base and form theme styling"
1830
  msgstr ""
1831
 
 
1832
  #: includes/admin/class-settings.php:335
1833
  msgid "Base styling only"
1834
  msgstr ""
1835
 
 
1836
  #: includes/admin/class-settings.php:336
1837
  msgid "No styling"
1838
  msgstr ""
1839
 
 
1840
  #: includes/admin/class-settings.php:341
1841
  msgid "Load Assets Globally"
1842
  msgstr ""
1843
 
 
1844
  #: includes/admin/class-settings.php:342
1845
  msgid "Check this if you would like to load WPForms assets site-wide. Only check if your site is having compatibility issues or instructed to by support."
1846
  msgstr ""
1847
 
 
1848
  #: includes/admin/class-settings.php:347
1849
  msgid "GDPR"
1850
  msgstr ""
1851
 
 
1852
  #: includes/admin/class-settings.php:354
1853
  msgid "GDPR Enhancements"
1854
  msgstr ""
1855
 
1856
  #. translators: %s - WPForms.com GDPR documentation URL.
 
1857
  #: includes/admin/class-settings.php:358
1858
  msgid "Check this to turn on GDPR related features and enhancements. <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Read our GDPR documentation</a> to learn more."
1859
  msgstr ""
1860
 
 
1861
  #: includes/admin/class-settings.php:383
1862
  msgid "Template"
1863
  msgstr ""
1864
 
 
1865
  #: includes/admin/class-settings.php:384
1866
  msgid "Determines how email notifications will be formatted. HTML Templates are the default."
1867
  msgstr ""
1868
 
 
1869
  #: includes/admin/class-settings.php:388
1870
  msgid "HTML Template"
1871
  msgstr ""
1872
 
 
1873
  #: includes/admin/class-settings.php:389
1874
  msgid "Plain text"
1875
  msgstr ""
1876
 
 
1877
  #: includes/admin/class-settings.php:394
1878
  msgid "Header Image"
1879
  msgstr ""
1880
 
 
1881
  #: includes/admin/class-settings.php:395
1882
  msgid "Upload or choose a logo to be displayed at the top of email notifications.<br>Recommended size is 300x100 or smaller for best support on all devices."
1883
  msgstr ""
1884
 
 
1885
  #: includes/admin/class-settings.php:400
1886
  msgid "Background Color"
1887
  msgstr ""
1888
 
 
1889
  #: includes/admin/class-settings.php:401
1890
  msgid "Customize the background color of the HTML email template."
1891
  msgstr ""
1892
 
 
1893
  #: includes/admin/class-settings.php:407
1894
  msgid "Carbon Copy"
1895
  msgstr ""
1896
 
 
1897
  #: includes/admin/class-settings.php:408
1898
  msgid "Check this if you would like to enable the ability to CC: email addresses in the form notification settings."
1899
  msgstr ""
1900
 
 
1901
  #: includes/admin/class-settings.php:423
1902
  msgid "Type"
1903
  msgstr ""
1904
 
 
1905
  #: includes/admin/class-settings.php:427
1906
  msgid "Checkbox reCAPTCHA v2"
1907
  msgstr ""
1908
 
 
1909
  #: includes/admin/class-settings.php:428
1910
  msgid "Invisible reCAPTCHA v2"
1911
  msgstr ""
1912
 
 
1913
  #: includes/admin/class-settings.php:429
1914
  msgid "reCAPTCHA v3"
1915
  msgstr ""
1916
 
 
1917
  #: includes/admin/class-settings.php:434
1918
  msgid "Site Key"
1919
  msgstr ""
1920
 
 
1921
  #: includes/admin/class-settings.php:439
1922
  msgid "Secret Key"
1923
  msgstr ""
1924
 
 
1925
  #: includes/admin/class-settings.php:444
1926
  msgid "Fail Message"
1927
  msgstr ""
1928
 
 
1929
  #: includes/admin/class-settings.php:445
1930
  msgid "The message displayed to users who fail the reCAPTCHA verification process."
1931
  msgstr ""
1932
 
 
 
 
1933
  #: includes/admin/class-settings.php:447
1934
  #: includes/class-frontend.php:1318
1935
  #: includes/class-process.php:173
1936
  msgid "Google reCAPTCHA verification failed, please try again later."
1937
  msgstr ""
1938
 
 
1939
  #: includes/admin/class-settings.php:451
1940
  msgid "Score Threshold"
1941
  msgstr ""
1942
 
 
1943
  #: includes/admin/class-settings.php:452
1944
  msgid "reCAPTCHA v3 returns a score (1.0 is very likely a good interaction, 0.0 is very likely a bot). If the score less than or equal to this threshold, the form submission will be blocked and the message above will be displayed."
1945
  msgstr ""
1946
 
 
1947
  #: includes/admin/class-settings.php:459
1948
  msgid "0.4"
1949
  msgstr ""
1950
 
 
1951
  #: includes/admin/class-settings.php:463
1952
  msgid "No-Conflict Mode"
1953
  msgstr ""
1954
 
 
1955
  #: includes/admin/class-settings.php:464
1956
  msgid "When checked, other reCAPTCHA occurrences are forcefully removed, to prevent conflicts. Only check if your site is having compatibility issues or instructed to by support."
1957
  msgstr ""
1958
 
 
1959
  #: includes/admin/class-settings.php:472
1960
  msgid "Validation Messages"
1961
  msgstr ""
1962
 
 
1963
  #: includes/admin/class-settings.php:472
1964
  msgid "These messages are displayed to the users as they fill out a form in real-time."
1965
  msgstr ""
1966
 
 
 
1967
  #: includes/admin/class-settings.php:479
1968
  #: includes/fields/class-base.php:744
1969
  msgid "Required"
1970
  msgstr ""
1971
 
 
 
 
1972
  #: includes/admin/class-settings.php:481
1973
  #: includes/class-frontend.php:1301
1974
  #: includes/functions.php:1713
1975
  msgid "This field is required."
1976
  msgstr ""
1977
 
 
1978
  #: includes/admin/class-settings.php:485
1979
  msgid "Website URL"
1980
  msgstr ""
1981
 
 
 
1982
  #: includes/admin/class-settings.php:487
1983
  #: includes/class-frontend.php:1302
1984
  msgid "Please enter a valid URL."
1985
  msgstr ""
1986
 
 
 
1987
  #: includes/admin/class-settings.php:493
1988
  #: includes/class-frontend.php:1303
1989
  msgid "Please enter a valid email address."
1990
  msgstr ""
1991
 
 
1992
  #: includes/admin/class-settings.php:497
1993
  msgid "Email Suggestion"
1994
  msgstr ""
1995
 
 
 
1996
  #: includes/admin/class-settings.php:499
1997
  #: includes/class-frontend.php:1304
1998
  msgid "Did you mean {suggestion}?"
1999
  msgstr ""
2000
 
 
2001
  #: includes/admin/class-settings.php:503
2002
  msgid "Number"
2003
  msgstr ""
2004
 
 
 
 
2005
  #: includes/admin/class-settings.php:505
2006
  #: includes/class-frontend.php:1306
2007
  #: includes/fields/class-number.php:159
2008
  msgid "Please enter a valid number."
2009
  msgstr ""
2010
 
 
2011
  #: includes/admin/class-settings.php:509
2012
  msgid "Confirm Value"
2013
  msgstr ""
2014
 
 
 
2015
  #: includes/admin/class-settings.php:511
2016
  #: includes/class-frontend.php:1307
2017
  msgid "Field values do not match."
2018
  msgstr ""
2019
 
 
2020
  #: includes/admin/class-settings.php:515
2021
  msgid "Checkbox Selection Limit"
2022
  msgstr ""
2023
 
 
 
 
2024
  #: includes/admin/class-settings.php:517
2025
  #: includes/class-frontend.php:1315
2026
  #: includes/fields/class-checkbox.php:589
2027
  msgid "You have exceeded the number of allowed selections: {#}."
2028
  msgstr ""
2029
 
 
 
2030
  #: includes/admin/class-settings.php:524
2031
  #: includes/admin/class-settings.php:531
2032
  msgid "Manage integrations with popular providers such as Constant Contact, Mailchimp, Zapier, and more."
2033
  msgstr ""
2034
 
 
2035
  #: includes/admin/class-settings.php:547
2036
  msgid "Hide Announcements"
2037
  msgstr ""
2038
 
 
2039
  #: includes/admin/class-settings.php:548
2040
  msgid "Check this if you would like to hide plugin announcements and update details."
2041
  msgstr ""
2042
 
 
2043
  #: includes/admin/class-settings.php:553
2044
  msgid "Uninstall WPForms"
2045
  msgstr ""
2046
 
 
2047
  #: includes/admin/class-settings.php:554
2048
  msgid "Check this if you would like to remove ALL WPForms data upon plugin deletion. All forms and settings will be unrecoverable."
2049
  msgstr ""
2050
 
 
 
 
 
2051
  #: includes/admin/class-tools.php:93
2052
  #: includes/admin/class-tools.php:262
2053
  #: includes/admin/class-tools.php:302
@@ -2055,105 +2695,133 @@ msgstr ""
2055
  msgid "Import"
2056
  msgstr ""
2057
 
 
 
2058
  #: includes/admin/class-tools.php:97
2059
  #: includes/admin/class-tools.php:563
2060
  msgid "Export"
2061
  msgstr ""
2062
 
 
2063
  #: includes/admin/class-tools.php:101
2064
  msgid "System Info"
2065
  msgstr ""
2066
 
2067
  #. translators: %s - Forms list page URL.
 
2068
  #: includes/admin/class-tools.php:197
2069
  msgid "Import was successfully finished. You can go and <a href=\"%s\">check your forms</a>."
2070
  msgstr ""
2071
 
 
2072
  #: includes/admin/class-tools.php:247
2073
  msgid "WPForms Import"
2074
  msgstr ""
2075
 
 
2076
  #: includes/admin/class-tools.php:248
2077
  msgid "Select a WPForms export file."
2078
  msgstr ""
2079
 
 
2080
  #: includes/admin/class-tools.php:252
2081
  msgid "files selected"
2082
  msgstr ""
2083
 
 
2084
  #: includes/admin/class-tools.php:254
2085
  msgid "No file chosen"
2086
  msgstr ""
2087
 
 
2088
  #: includes/admin/class-tools.php:256
2089
  msgid "Choose a file&hellip;"
2090
  msgstr ""
2091
 
 
2092
  #: includes/admin/class-tools.php:268
2093
  msgid "Import from Other Form Plugins"
2094
  msgstr ""
2095
 
 
2096
  #: includes/admin/class-tools.php:269
2097
  msgid "Not happy with other WordPress contact form plugins?"
2098
  msgstr ""
2099
 
 
2100
  #: includes/admin/class-tools.php:270
2101
  msgid "WPForms makes it easy for you to switch by allowing you import your third-party forms with a single click."
2102
  msgstr ""
2103
 
 
2104
  #: includes/admin/class-tools.php:274
2105
  msgid "No form importers are currently enabled."
2106
  msgstr ""
2107
 
 
2108
  #: includes/admin/class-tools.php:279
2109
  msgid "Select previous contact form plugin..."
2110
  msgstr ""
2111
 
 
2112
  #: includes/admin/class-tools.php:286
2113
  msgid "Not Active"
2114
  msgstr ""
2115
 
 
2116
  #: includes/admin/class-tools.php:323
2117
  msgid "Form Import"
2118
  msgstr ""
2119
 
 
2120
  #: includes/admin/class-tools.php:329
2121
  msgid "Select the forms you would like to import."
2122
  msgstr ""
2123
 
 
2124
  #: includes/admin/class-tools.php:333
2125
  msgid "Available Forms"
2126
  msgstr ""
2127
 
 
2128
  #: includes/admin/class-tools.php:338
2129
  msgid "No forms found."
2130
  msgstr ""
2131
 
 
2132
  #: includes/admin/class-tools.php:352
2133
  msgid "Select All"
2134
  msgstr ""
2135
 
 
2136
  #: includes/admin/class-tools.php:357
2137
  msgid "Forms to Import"
2138
  msgstr ""
2139
 
2140
  #. translators: %1$s - current forms counter; %2$s - total forms counter; %3$s - provider name.
 
2141
  #: includes/admin/class-tools.php:376
2142
  msgid "Analyzing %1$s of %2$s forms from %3$s."
2143
  msgstr ""
2144
 
 
2145
  #: includes/admin/class-tools.php:384
2146
  msgid "Heads Up!"
2147
  msgstr ""
2148
 
 
2149
  #: includes/admin/class-tools.php:385
2150
  msgid "One or more of your forms contain fields that are not available in WPForms Lite. To properly import these fields, we recommend upgrading to WPForms Pro."
2151
  msgstr ""
2152
 
 
2153
  #: includes/admin/class-tools.php:386
2154
  msgid "You can continue with the import without upgrading, and we will do our best to match the fields. However, some of them will be omitted due to compatibility issues."
2155
  msgstr ""
2156
 
 
 
 
2157
  #: includes/admin/class-tools.php:388
2158
  #: includes/admin/class-welcome.php:333
2159
  #: src/Admin/FlyoutMenu.php:65
@@ -2161,46 +2829,59 @@ msgstr ""
2161
  msgid "Upgrade to WPForms Pro"
2162
  msgstr ""
2163
 
 
2164
  #: includes/admin/class-tools.php:389
2165
  msgid "Continue Import without Upgrading"
2166
  msgstr ""
2167
 
 
2168
  #: includes/admin/class-tools.php:392
2169
  msgid "Below is the list of form fields that may be impacted:"
2170
  msgstr ""
2171
 
2172
  #. translators: %1$s - current forms counter; %2$s - total forms counter; %3$s - provider name.
 
2173
  #: includes/admin/class-tools.php:403
2174
  msgid "Importing %1$s of %2$s forms from %3$s."
2175
  msgstr ""
2176
 
2177
  #. translators: %s - number of imported forms.
 
2178
  #: includes/admin/class-tools.php:415
2179
  msgid "Congrats, the import process has finished! We have successfully imported %s forms. You can review the results below."
2180
  msgstr ""
2181
 
 
 
2182
  #: includes/admin/class-tools.php:473
2183
  #: includes/admin/overview/class-overview-table.php:223
2184
  msgid "Edit"
2185
  msgstr ""
2186
 
 
 
2187
  #: includes/admin/class-tools.php:475
2188
  #: includes/admin/overview/class-overview-table.php:251
2189
  msgid "Preview"
2190
  msgstr ""
2191
 
 
2192
  #: includes/admin/class-tools.php:479
2193
  msgid "The following fields are available in PRO and were not imported:"
2194
  msgstr ""
2195
 
 
2196
  #: includes/admin/class-tools.php:487
2197
  msgid "The following fields are available in PRO and were imported as text fields:"
2198
  msgstr ""
2199
 
 
2200
  #: includes/admin/class-tools.php:495
2201
  msgid "The following fields are not supported and were not imported:"
2202
  msgstr ""
2203
 
 
 
2204
  #: includes/admin/class-tools.php:506
2205
  #: includes/admin/class-welcome.php:286
2206
  #: lite/wpforms-lite.php:1104
@@ -2208,275 +2889,353 @@ msgstr ""
2208
  msgid "Upgrade Now"
2209
  msgstr ""
2210
 
 
2211
  #: includes/admin/class-tools.php:542
2212
  msgid "Form Export"
2213
  msgstr ""
2214
 
 
2215
  #: includes/admin/class-tools.php:544
2216
  msgid "Form exports files can be used to create a backup of your forms or to import forms into another site."
2217
  msgstr ""
2218
 
 
2219
  #: includes/admin/class-tools.php:550
2220
  msgid "Select form(s)"
2221
  msgstr ""
2222
 
 
2223
  #: includes/admin/class-tools.php:557
2224
  msgid "You need to create a form before you can use form export."
2225
  msgstr ""
2226
 
 
2227
  #: includes/admin/class-tools.php:569
2228
  msgid "Form Template Export"
2229
  msgstr ""
2230
 
 
2231
  #: includes/admin/class-tools.php:573
2232
  msgid "The following code can be used to register your custom form template. Copy and paste the following code to your theme's functions.php file or include it within an external file."
2233
  msgstr ""
2234
 
2235
  #. translators: %s - WPForms.com docs URL.
 
2236
  #: includes/admin/class-tools.php:578
2237
  msgid "For more information <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">see our documentation</a>."
2238
  msgstr ""
2239
 
 
2240
  #: includes/admin/class-tools.php:594
2241
  msgid "Select a form to generate PHP code that can be used to register a custom form template."
2242
  msgstr ""
2243
 
 
2244
  #: includes/admin/class-tools.php:607
2245
  msgid "You need to create a form before you can generate a template."
2246
  msgstr ""
2247
 
 
2248
  #: includes/admin/class-tools.php:613
2249
  msgid "Export Template"
2250
  msgstr ""
2251
 
 
2252
  #: includes/admin/class-tools.php:635
2253
  msgid "System Information"
2254
  msgstr ""
2255
 
 
2256
  #: includes/admin/class-tools.php:640
2257
  msgid "Test SSL Connections"
2258
  msgstr ""
2259
 
 
2260
  #: includes/admin/class-tools.php:641
2261
  msgid "Click the button below to verify your web server can perform SSL connections successfully."
2262
  msgstr ""
2263
 
 
2264
  #: includes/admin/class-tools.php:642
2265
  msgid "Test Connection"
2266
  msgstr ""
2267
 
 
2268
  #: includes/admin/class-tools.php:703
2269
  msgid "Please upload a valid .json form export file."
2270
  msgstr ""
2271
 
 
 
2272
  #: includes/admin/class-tools.php:704
2273
  #: includes/admin/class-tools.php:717
2274
  msgid "Error"
2275
  msgstr ""
2276
 
 
2277
  #: includes/admin/class-tools.php:716
2278
  msgid "Form data cannot be imported."
2279
  msgstr ""
2280
 
 
 
 
2281
  #: includes/admin/class-welcome.php:63
2282
  #: includes/admin/class-welcome.php:64
2283
  #: includes/admin/class-welcome.php:142
2284
  msgid "Welcome to WPForms"
2285
  msgstr ""
2286
 
 
2287
  #: includes/admin/class-welcome.php:143
2288
  msgid "Thank you for choosing WPForms - the most powerful drag & drop WordPress form builder in the market."
2289
  msgstr ""
2290
 
 
 
2291
  #: includes/admin/class-welcome.php:146
2292
  #: includes/admin/class-welcome.php:147
2293
  msgid "Watch how to create your first form"
2294
  msgstr ""
2295
 
 
2296
  #: includes/admin/class-welcome.php:152
2297
  msgid "WPForms makes it easy to create forms in WordPress. You can watch the video tutorial or read our guide on how create your first form."
2298
  msgstr ""
2299
 
 
 
2300
  #: includes/admin/class-welcome.php:157
2301
  #: includes/admin/class-welcome.php:326
2302
  msgid "Create Your First Form"
2303
  msgstr ""
2304
 
 
2305
  #: includes/admin/class-welcome.php:163
2306
  msgid "Read the Full Guide"
2307
  msgstr ""
2308
 
 
2309
  #: includes/admin/class-welcome.php:178
2310
  msgid "WPForms Features &amp; Addons"
2311
  msgstr ""
2312
 
 
2313
  #: includes/admin/class-welcome.php:179
2314
  msgid "WPForms is both easy to use and extremely powerful. We have tons of helpful features that allow us to give you everything you need from a form builder."
2315
  msgstr ""
2316
 
 
2317
  #: includes/admin/class-welcome.php:185
2318
  msgid "Drag &amp; Drop Form Builder"
2319
  msgstr ""
2320
 
 
2321
  #: includes/admin/class-welcome.php:186
2322
  msgid "Easily create an amazing form in just a few minutes without writing any code."
2323
  msgstr ""
2324
 
 
2325
  #: includes/admin/class-welcome.php:192
2326
  msgid "Start with pre-built form templates to save even more time."
2327
  msgstr ""
2328
 
 
2329
  #: includes/admin/class-welcome.php:197
2330
  msgid "Responsive Mobile Friendly"
2331
  msgstr ""
2332
 
 
2333
  #: includes/admin/class-welcome.php:198
2334
  msgid "WPForms is 100% responsive meaning it works on mobile, tablets & desktop."
2335
  msgstr ""
2336
 
 
2337
  #: includes/admin/class-welcome.php:204
2338
  msgid "Easily create high performance forms with our smart conditional logic."
2339
  msgstr ""
2340
 
 
2341
  #: includes/admin/class-welcome.php:209
2342
  msgid "Instant Notifications"
2343
  msgstr ""
2344
 
 
2345
  #: includes/admin/class-welcome.php:210
2346
  msgid "Respond to leads quickly with our instant form notification feature for your team."
2347
  msgstr ""
2348
 
 
2349
  #: includes/admin/class-welcome.php:215
2350
  msgid "Entry Management"
2351
  msgstr ""
2352
 
 
2353
  #: includes/admin/class-welcome.php:216
2354
  msgid "View all your leads in one place to streamline your workflow."
2355
  msgstr ""
2356
 
 
2357
  #: includes/admin/class-welcome.php:221
2358
  msgid "Payments Made Easy"
2359
  msgstr ""
2360
 
 
2361
  #: includes/admin/class-welcome.php:222
2362
  msgid "Easily collect payments, donations, and online orders without hiring a developer."
2363
  msgstr ""
2364
 
 
2365
  #: includes/admin/class-welcome.php:227
2366
  msgid "Marketing &amp; Subscriptions"
2367
  msgstr ""
2368
 
 
2369
  #: includes/admin/class-welcome.php:228
2370
  msgid "Create subscription forms and connect with your email marketing service."
2371
  msgstr ""
2372
 
 
2373
  #: includes/admin/class-welcome.php:233
2374
  msgid "Easy to Embed"
2375
  msgstr ""
2376
 
 
2377
  #: includes/admin/class-welcome.php:234
2378
  msgid "Easily embed your forms in blog posts, pages, sidebar widgets, footer, etc."
2379
  msgstr ""
2380
 
 
2381
  #: includes/admin/class-welcome.php:239
2382
  msgid "Spam Protection"
2383
  msgstr ""
2384
 
 
2385
  #: includes/admin/class-welcome.php:240
2386
  msgid "Our smart captcha and honeypot automatically prevent spam submissions."
2387
  msgstr ""
2388
 
 
2389
  #: includes/admin/class-welcome.php:248
2390
  msgid "See All Features"
2391
  msgstr ""
2392
 
 
2393
  #: includes/admin/class-welcome.php:263
2394
  msgid "PayPal"
2395
  msgstr ""
2396
 
 
2397
  #: includes/admin/class-welcome.php:264
2398
  #: src/Lite/Admin/Builder/Education.php:436
2399
  msgid "Post Submissions"
2400
  msgstr ""
2401
 
 
2402
  #: includes/admin/class-welcome.php:265
2403
  #: src/Lite/Admin/Builder/Education.php:489
2404
  msgid "Stripe"
2405
  msgstr ""
2406
 
 
2407
  #: includes/admin/class-welcome.php:266
2408
  msgid "Signatures"
2409
  msgstr ""
2410
 
 
2411
  #: includes/admin/class-welcome.php:267
2412
  msgid "User Registration"
2413
  msgstr ""
2414
 
 
2415
  #: includes/admin/class-welcome.php:268
2416
  #: src/Lite/Admin/Builder/Education.php:429
2417
  msgid "Form Abandonment"
2418
  msgstr ""
2419
 
 
2420
  #: includes/admin/class-welcome.php:269
2421
  msgid "Geolocation"
2422
  msgstr ""
2423
 
 
2424
  #: includes/admin/class-welcome.php:270
2425
  msgid "Polls"
2426
  msgstr ""
2427
 
 
2428
  #: includes/admin/class-welcome.php:271
2429
  msgid "Zapier"
2430
  msgstr ""
2431
 
 
2432
  #: includes/admin/class-welcome.php:273
2433
  msgid "Surveys"
2434
  msgstr ""
2435
 
 
2436
  #: includes/admin/class-welcome.php:279
2437
  msgid "PRO"
2438
  msgstr ""
2439
 
 
2440
  #: includes/admin/class-welcome.php:282
2441
  msgid "per year"
2442
  msgstr ""
2443
 
 
2444
  #: includes/admin/class-welcome.php:298
2445
  msgid "Testimonials"
2446
  msgstr ""
2447
 
 
2448
  #: includes/admin/class-welcome.php:302
2449
  msgid "WPForms is by far the easiest form plugin to use. My clients love it – it’s one of the few plugins they can use without any training. As a developer I appreciate how fast, modern, clean and extensible it is."
2450
  msgstr ""
2451
 
 
2452
  #: includes/admin/class-welcome.php:309
2453
  msgid "As a business owner, time is my most valuable asset. WPForms allow me to create smart online forms with just a few clicks. With their pre-built form templates and the drag & drop builder, I can create a new form that works in less than 2 minutes without writing a single line of code. Well worth the investment."
2454
  msgstr ""
2455
 
 
2456
  #: includes/admin/importers/class-base.php:110
2457
  msgid "There was an error while creating a new form."
2458
  msgstr ""
2459
 
 
2460
  #: includes/admin/importers/class-contact-form-7.php:89
2461
  msgid "Unknown Form"
2462
  msgstr ""
2463
 
 
2464
  #: includes/admin/importers/class-contact-form-7.php:90
2465
  msgid "The form you are trying to import does not exist."
2466
  msgstr ""
2467
 
 
 
 
2468
  #: includes/admin/importers/class-contact-form-7.php:112
2469
  #: includes/admin/importers/class-ninja-forms.php:120
2470
  #: includes/admin/importers/class-pirate-forms.php:436
2471
  msgid "Sending"
2472
  msgstr ""
2473
 
 
 
2474
  #: includes/admin/importers/class-contact-form-7.php:117
2475
  #: includes/admin/importers/class-ninja-forms.php:125
2476
  msgid "Notification 1"
2477
  msgstr ""
2478
 
2479
  #. translators: %s - form name.
 
 
 
 
 
 
2480
  #: includes/admin/importers/class-contact-form-7.php:120
2481
  #: includes/admin/importers/class-contact-form-7.php:410
2482
  #: includes/admin/importers/class-ninja-forms.php:128
@@ -2487,6 +3246,12 @@ msgstr ""
2487
  msgid "New Entry: %s"
2488
  msgstr ""
2489
 
 
 
 
 
 
 
2490
  #: includes/admin/importers/class-contact-form-7.php:130
2491
  #: includes/admin/importers/class-ninja-forms.php:138
2492
  #: includes/admin/importers/class-pirate-forms.php:455
@@ -2498,46 +3263,66 @@ msgstr ""
2498
  msgid "Thanks for contacting us! We will be in touch with you shortly."
2499
  msgstr ""
2500
 
 
 
 
2501
  #: includes/admin/importers/class-contact-form-7.php:143
2502
  #: includes/admin/importers/class-ninja-forms.php:151
2503
  #: includes/admin/importers/class-pirate-forms.php:422
2504
  msgid "No form fields found."
2505
  msgstr ""
2506
 
 
2507
  #: includes/admin/importers/class-contact-form-7.php:312
2508
  msgid "Acceptance Field"
2509
  msgstr ""
2510
 
 
2511
  #: includes/admin/importers/class-contact-form-7.php:407
2512
  msgid "Notification 2"
2513
  msgstr ""
2514
 
2515
  #. translators: %1$s - field type; %2$s - field name if available.
 
2516
  #: includes/admin/importers/class-contact-form-7.php:500
2517
  msgid "%1$s Field %2$s"
2518
  msgstr ""
2519
 
 
 
 
2520
  #: includes/admin/importers/class-ninja-forms.php:227
2521
  #: includes/admin/importers/class-pirate-forms.php:239
2522
  #: includes/admin/importers/class-pirate-forms.php:331
2523
  msgid "Single Checkbox Field"
2524
  msgstr ""
2525
 
 
 
2526
  #: includes/admin/importers/class-ninja-forms.php:402
2527
  #: includes/admin/importers/class-ninja-forms.php:418
2528
  msgid "Notification"
2529
  msgstr ""
2530
 
2531
  #. translators: %1$s - field type; %2$s - field name if available.
 
2532
  #: includes/admin/importers/class-ninja-forms.php:472
2533
  msgid "%1$s Field"
2534
  msgstr ""
2535
 
 
 
2536
  #: includes/admin/importers/class-pirate-forms.php:84
2537
  #: includes/admin/importers/class-pirate-forms.php:172
2538
  msgid "Default Form"
2539
  msgstr ""
2540
 
 
 
 
 
 
 
2541
  #: includes/admin/overview/class-overview-table.php:50
2542
  #: includes/fields/class-name.php:18
2543
  #: includes/fields/class-name.php:264
@@ -2547,56 +3332,73 @@ msgstr ""
2547
  msgid "Name"
2548
  msgstr ""
2549
 
 
2550
  #: includes/admin/overview/class-overview-table.php:51
2551
  msgid "Shortcode"
2552
  msgstr ""
2553
 
 
2554
  #: includes/admin/overview/class-overview-table.php:52
2555
  msgid "Created"
2556
  msgstr ""
2557
 
 
 
2558
  #: includes/admin/overview/class-overview-table.php:153
2559
  #: includes/admin/overview/class-overview-table.php:250
2560
  msgid "View preview"
2561
  msgstr ""
2562
 
 
 
2563
  #: includes/admin/overview/class-overview-table.php:170
2564
  #: includes/admin/overview/class-overview-table.php:240
2565
  msgid "View entries"
2566
  msgstr ""
2567
 
 
 
2568
  #: includes/admin/overview/class-overview-table.php:187
2569
  #: includes/admin/overview/class-overview-table.php:222
2570
  msgid "Edit This Form"
2571
  msgstr ""
2572
 
 
2573
  #: includes/admin/overview/class-overview-table.php:271
2574
  msgid "Duplicate this form"
2575
  msgstr ""
2576
 
 
2577
  #: includes/admin/overview/class-overview-table.php:272
2578
  msgid "Duplicate"
2579
  msgstr ""
2580
 
 
2581
  #: includes/admin/overview/class-overview-table.php:292
2582
  msgid "Delete this form"
2583
  msgstr ""
2584
 
 
 
 
2585
  #: includes/admin/overview/class-overview-table.php:293
2586
  #: includes/admin/overview/class-overview-table.php:313
2587
  #: src/Providers/Provider/Settings/FormBuilder.php:209
2588
  msgid "Delete"
2589
  msgstr ""
2590
 
 
2591
  #: includes/admin/overview/class-overview.php:73
2592
  msgid "Number of forms per page:"
2593
  msgstr ""
2594
 
 
2595
  #: includes/admin/overview/class-overview.php:122
2596
  msgid "Forms Overview"
2597
  msgstr ""
2598
 
2599
  #. translators: %s - Deleted forms count.
 
2600
  #: includes/admin/overview/class-overview.php:169
2601
  msgid "%s form was successfully deleted."
2602
  msgid_plural "%s forms were successfully deleted."
@@ -2604,118 +3406,153 @@ msgstr[0] ""
2604
  msgstr[1] ""
2605
 
2606
  #. translators: %s - Duplicated forms count.
 
2607
  #: includes/admin/overview/class-overview.php:177
2608
  msgid "%s form was successfully duplicated."
2609
  msgid_plural "%s forms were successfully duplicated."
2610
  msgstr[0] ""
2611
  msgstr[1] ""
2612
 
 
2613
  #: includes/admin/overview/class-overview.php:184
2614
  msgid "Security check failed. Please try again."
2615
  msgstr ""
2616
 
2617
  #. translators: %s - ID of a setting.
 
2618
  #: includes/admin/settings-api.php:74
2619
  msgid "The callback function used for the %s setting is missing."
2620
  msgstr ""
2621
 
 
2622
  #: includes/admin/settings-api.php:106
2623
  msgid "You're using WPForms Lite - no license needed. Enjoy!"
2624
  msgstr ""
2625
 
2626
  #. translators: %s - WPForms.com upgrade URL.
 
2627
  #: includes/admin/settings-api.php:112
2628
  msgid "To unlock more features consider <strong><a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"wpforms-upgrade-modal\">upgrading to PRO</a></strong>."
2629
  msgstr ""
2630
 
 
2631
  #: includes/admin/settings-api.php:129
2632
  msgid "As a valued WPForms Lite user you receive <strong>50% off</strong>, automatically applied at checkout!"
2633
  msgstr ""
2634
 
 
2635
  #: includes/admin/settings-api.php:137
2636
  msgid "Already purchased? Simply enter your license key below to connect with WPForms PRO!"
2637
  msgstr ""
2638
 
 
2639
  #: includes/admin/settings-api.php:139
2640
  msgid "Paste license key here"
2641
  msgstr ""
2642
 
 
 
2643
  #: includes/admin/settings-api.php:140
2644
  #: includes/providers/class-constant-contact.php:507
2645
  msgid "Connect"
2646
  msgstr ""
2647
 
 
2648
  #: includes/admin/settings-api.php:150
2649
  msgid "Verify Key"
2650
  msgstr ""
2651
 
 
2652
  #: includes/admin/settings-api.php:154
2653
  msgid "Deactivate Key"
2654
  msgstr ""
2655
 
2656
  #. translators: $s - license type.
 
2657
  #: includes/admin/settings-api.php:161
2658
  msgid "Your license key type is %s."
2659
  msgstr ""
2660
 
 
2661
  #: includes/admin/settings-api.php:167
2662
  msgid "If your license has been upgraded or is incorrect, <a href=\"#\" id=\"wpforms-setting-license-key-refresh\">click here to force a refresh</a>."
2663
  msgstr ""
2664
 
 
 
 
2665
  #: includes/admin/settings-api.php:380
2666
  #: includes/fields/class-base.php:847
2667
  #: includes/fields/class-base.php:978
2668
  msgid "Upload Image"
2669
  msgstr ""
2670
 
 
2671
  #: includes/class-conditional-logic-core.php:189
2672
  msgid "this field if"
2673
  msgstr ""
2674
 
 
2675
  #: includes/class-conditional-logic-core.php:193
2676
  msgid "Show"
2677
  msgstr ""
2678
 
 
2679
  #: includes/class-conditional-logic-core.php:194
2680
  msgid "Hide"
2681
  msgstr ""
2682
 
 
 
2683
  #: includes/class-conditional-logic-core.php:207
2684
  #: includes/class-conditional-logic-core.php:282
2685
  msgid "Enable conditional logic"
2686
  msgstr ""
2687
 
 
 
2688
  #: includes/class-conditional-logic-core.php:208
2689
  #: includes/class-conditional-logic-core.php:284
2690
  msgid "How to use Conditional Logic"
2691
  msgstr ""
2692
 
 
2693
  #: includes/class-conditional-logic-core.php:240
2694
  msgid "this connection if"
2695
  msgstr ""
2696
 
 
2697
  #: includes/class-conditional-logic-core.php:244
2698
  msgid "Process"
2699
  msgstr ""
2700
 
 
2701
  #: includes/class-conditional-logic-core.php:245
2702
  msgid "Don't process"
2703
  msgstr ""
2704
 
 
2705
  #: includes/class-conditional-logic-core.php:490
2706
  msgctxt "Conditional Logic: new rule logic."
2707
  msgid "AND"
2708
  msgstr ""
2709
 
 
2710
  #: includes/class-conditional-logic-core.php:500
2711
  msgctxt "Conditional Logic: new rule logic."
2712
  msgid "or"
2713
  msgstr ""
2714
 
 
2715
  #: includes/class-conditional-logic-core.php:506
2716
  msgid "Add rule group"
2717
  msgstr ""
2718
 
 
 
 
 
 
2719
  #: includes/class-form.php:278
2720
  #: includes/templates/class-blank.php:30
2721
  #: includes/templates/class-contact.php:72
@@ -2725,331 +3562,421 @@ msgid "Sending..."
2725
  msgstr ""
2726
 
2727
  #. translators: %s - URL to a non-amp version of a page with the form.
 
2728
  #: includes/class-frontend.php:157
2729
  msgid "<a href=\"%s\">Go to the full page</a> to view and submit the form."
2730
  msgstr ""
2731
 
 
2732
  #: includes/class-frontend.php:409
2733
  msgid "Please enable JavaScript in your browser to complete this form."
2734
  msgstr ""
2735
 
 
2736
  #: includes/class-frontend.php:1305
2737
  msgid "Click to accept this suggestion."
2738
  msgstr ""
2739
 
 
2740
  #: includes/class-frontend.php:1308
2741
  msgid "File type is not allowed."
2742
  msgstr ""
2743
 
 
2744
  #: includes/class-frontend.php:1309
2745
  msgid "File exceeds max size allowed. File was not uploaded."
2746
  msgstr ""
2747
 
 
2748
  #: includes/class-frontend.php:1310
2749
  msgid "Please enter time in 12-hour AM/PM format (eg 8:45 AM)."
2750
  msgstr ""
2751
 
 
2752
  #: includes/class-frontend.php:1311
2753
  msgid "Please enter time in 24-hour format (eg 22:45)."
2754
  msgstr ""
2755
 
 
2756
  #: includes/class-frontend.php:1312
2757
  msgid "Payment is required."
2758
  msgstr ""
2759
 
 
2760
  #: includes/class-frontend.php:1313
2761
  msgid "Please enter a valid credit card number."
2762
  msgstr ""
2763
 
 
 
2764
  #: includes/class-frontend.php:1314
2765
  #: includes/class-process.php:562
2766
  msgid "The total size of the selected files {totalSize} Mb exceeds the allowed limit {maxSize} Mb."
2767
  msgstr ""
2768
 
 
2769
  #: includes/class-frontend.php:1316
2770
  msgid "{count} of {limit} max characters."
2771
  msgstr ""
2772
 
 
2773
  #: includes/class-frontend.php:1317
2774
  msgid "{count} of {limit} max words."
2775
  msgstr ""
2776
 
 
2777
  #: includes/class-logging.php:35
2778
  msgid "WPForms Logs"
2779
  msgstr ""
2780
 
 
2781
  #: includes/class-logging.php:35
2782
  msgid "Logs"
2783
  msgstr ""
2784
 
 
2785
  #: includes/class-process.php:136
2786
  msgid "Invalid form."
2787
  msgstr ""
2788
 
 
2789
  #: includes/class-process.php:213
2790
  msgid "Uploaded files combined size exceeds allowed maximum."
2791
  msgstr ""
2792
 
 
 
 
2793
  #: includes/class-process.php:273
2794
  #: includes/class-process.php:334
2795
  #: includes/class-process.php:561
2796
  msgid "Form has not been submitted, please see the errors below."
2797
  msgstr ""
2798
 
 
2799
  #: includes/class-process.php:285
2800
  msgid "WPForms honeypot field triggered."
2801
  msgstr ""
2802
 
 
2803
  #: includes/class-process.php:492
2804
  msgid "Redirecting…"
2805
  msgstr ""
2806
 
2807
  #. translators: %s - form name.
 
2808
  #: includes/class-process.php:634
2809
  #: lite/wpforms-lite.php:57
2810
  msgid "New %s Entry"
2811
  msgstr ""
2812
 
 
2813
  #: includes/class-smart-tags.php:30
2814
  msgid "Site Administrator Email"
2815
  msgstr ""
2816
 
 
2817
  #: includes/class-smart-tags.php:31
2818
  msgid "Entry ID"
2819
  msgstr ""
2820
 
 
2821
  #: includes/class-smart-tags.php:32
2822
  msgid "Form ID"
2823
  msgstr ""
2824
 
 
2825
  #: includes/class-smart-tags.php:34
2826
  msgid "Embedded Post/Page Title"
2827
  msgstr ""
2828
 
 
2829
  #: includes/class-smart-tags.php:35
2830
  msgid "Embedded Post/Page URL"
2831
  msgstr ""
2832
 
 
2833
  #: includes/class-smart-tags.php:36
2834
  msgid "Embedded Post/Page ID"
2835
  msgstr ""
2836
 
 
2837
  #: includes/class-smart-tags.php:37
2838
  msgid "Date"
2839
  msgstr ""
2840
 
 
2841
  #: includes/class-smart-tags.php:38
2842
  msgid "Query String Variable"
2843
  msgstr ""
2844
 
 
2845
  #: includes/class-smart-tags.php:39
2846
  msgid "User IP Address"
2847
  msgstr ""
2848
 
 
2849
  #: includes/class-smart-tags.php:40
2850
  msgid "User ID"
2851
  msgstr ""
2852
 
 
2853
  #: includes/class-smart-tags.php:41
2854
  msgid "User Display Name"
2855
  msgstr ""
2856
 
 
2857
  #: includes/class-smart-tags.php:42
2858
  msgid "User Full Name"
2859
  msgstr ""
2860
 
 
2861
  #: includes/class-smart-tags.php:43
2862
  msgid "User First Name"
2863
  msgstr ""
2864
 
 
2865
  #: includes/class-smart-tags.php:44
2866
  msgid "User Last Name"
2867
  msgstr ""
2868
 
 
2869
  #: includes/class-smart-tags.php:45
2870
  msgid "User Email"
2871
  msgstr ""
2872
 
 
2873
  #: includes/class-smart-tags.php:46
2874
  msgid "User Meta"
2875
  msgstr ""
2876
 
 
2877
  #: includes/class-smart-tags.php:47
2878
  msgid "Author ID"
2879
  msgstr ""
2880
 
 
2881
  #: includes/class-smart-tags.php:48
2882
  msgid "Author Name"
2883
  msgstr ""
2884
 
 
2885
  #: includes/class-smart-tags.php:49
2886
  msgid "Author Email"
2887
  msgstr ""
2888
 
 
2889
  #: includes/class-smart-tags.php:50
2890
  msgid "Referrer URL"
2891
  msgstr ""
2892
 
 
2893
  #: includes/class-smart-tags.php:51
2894
  msgid "Login URL"
2895
  msgstr ""
2896
 
 
2897
  #: includes/class-smart-tags.php:52
2898
  msgid "Logout URL"
2899
  msgstr ""
2900
 
 
2901
  #: includes/class-smart-tags.php:53
2902
  msgid "Register URL"
2903
  msgstr ""
2904
 
 
2905
  #: includes/class-smart-tags.php:54
2906
  msgid "Lost Password URL"
2907
  msgstr ""
2908
 
 
2909
  #: includes/class-widget.php:39
2910
  msgctxt "Widget"
2911
  msgid "Display a form."
2912
  msgstr ""
2913
 
 
2914
  #: includes/class-widget.php:48
2915
  msgctxt "Widget"
2916
  msgid "WPForms"
2917
  msgstr ""
2918
 
 
2919
  #: includes/class-widget.php:116
2920
  msgctxt "Widget"
2921
  msgid "Title:"
2922
  msgstr ""
2923
 
 
2924
  #: includes/class-widget.php:125
2925
  msgctxt "Widget"
2926
  msgid "Form:"
2927
  msgstr ""
2928
 
 
2929
  #: includes/class-widget.php:133
2930
  msgctxt "Widget"
2931
  msgid "Select your form"
2932
  msgstr ""
2933
 
 
2934
  #: includes/class-widget.php:139
2935
  msgctxt "Widget"
2936
  msgid "No forms"
2937
  msgstr ""
2938
 
 
2939
  #: includes/class-widget.php:148
2940
  msgctxt "Widget"
2941
  msgid "Display form name"
2942
  msgstr ""
2943
 
 
2944
  #: includes/class-widget.php:154
2945
  msgctxt "Widget"
2946
  msgid "Display form description"
2947
  msgstr ""
2948
 
 
2949
  #: includes/emails/class-emails.php:339
2950
  msgid "You cannot send emails with WPForms_WP_Emails() until init/admin_init has been reached."
2951
  msgstr ""
2952
 
 
2953
  #: includes/emails/class-emails.php:553
2954
  #: src/Lite/Admin/Builder/Education.php:255
2955
  msgid "Page Break"
2956
  msgstr ""
2957
 
2958
  #. translators: %d - field ID.
 
 
 
2959
  #: includes/emails/class-emails.php:574
2960
  #: includes/emails/class-emails.php:619
2961
  #: src/Pro/Admin/Entries/PrintPreview.php:230
2962
  msgid "Field ID #%d"
2963
  msgstr ""
2964
 
 
2965
  #: includes/emails/class-emails.php:631
2966
  msgid "An empty form was submitted."
2967
  msgstr ""
2968
 
2969
  #. translators: %s - link to a site.
 
 
2970
  #: includes/emails/templates/footer-default.php:37
2971
  #: templates/emails/general-footer.php:24
2972
  msgid "Sent from %s"
2973
  msgstr ""
2974
 
 
2975
  #: includes/fields/class-base.php:720
2976
  msgid "Enter text for the form field label. Field labels are recommended and can be hidden in the Advanced Settings."
2977
  msgstr ""
2978
 
 
 
2979
  #: includes/fields/class-base.php:721
2980
  #: pro/includes/fields/class-html.php:106
2981
  msgid "Label"
2982
  msgstr ""
2983
 
 
2984
  #: includes/fields/class-base.php:731
2985
  msgid "Enter text for the form field description."
2986
  msgstr ""
2987
 
 
2988
  #: includes/fields/class-base.php:732
2989
  msgid "Description"
2990
  msgstr ""
2991
 
 
2992
  #: includes/fields/class-base.php:743
2993
  msgid "Check this option to mark the field required. A form will not submit unless all required fields are provided."
2994
  msgstr ""
2995
 
 
2996
  #: includes/fields/class-base.php:762
2997
  msgid "Enter code for the form field."
2998
  msgstr ""
2999
 
 
3000
  #: includes/fields/class-base.php:763
3001
  msgid "Code"
3002
  msgstr ""
3003
 
 
3004
  #: includes/fields/class-base.php:773
3005
  msgid "Choices"
3006
  msgstr ""
3007
 
 
 
3008
  #: includes/fields/class-base.php:793
3009
  #: includes/fields/class-base.php:924
3010
  msgid "Add choices for the form field."
3011
  msgstr ""
3012
 
 
3013
  #: includes/fields/class-base.php:923
3014
  msgid "Items"
3015
  msgstr ""
3016
 
 
3017
  #: includes/fields/class-base.php:1011
3018
  msgid "Images are not cropped or resized. For best results, they should be the same size and 250x250 pixels or smaller."
3019
  msgstr ""
3020
 
 
3021
  #: includes/fields/class-base.php:1021
3022
  msgid "Use image choices"
3023
  msgstr ""
3024
 
 
3025
  #: includes/fields/class-base.php:1022
3026
  msgid "Check this option to enable using images with the choices."
3027
  msgstr ""
3028
 
 
3029
  #: includes/fields/class-base.php:1050
3030
  msgid "Image Choice Style"
3031
  msgstr ""
3032
 
 
3033
  #: includes/fields/class-base.php:1051
3034
  msgid "Select the style for the image choices."
3035
  msgstr ""
3036
 
 
3037
  #: includes/fields/class-base.php:1064
3038
  msgid "Modern"
3039
  msgstr ""
3040
 
 
3041
  #: includes/fields/class-base.php:1065
3042
  msgid "Classic"
3043
  msgstr ""
3044
 
 
3045
  #: includes/fields/class-base.php:1066
3046
  msgid "None"
3047
  msgstr ""
3048
 
 
3049
  #: includes/fields/class-base.php:1094
3050
  msgid "Enter text for the default form field value."
3051
  msgstr ""
3052
 
 
 
 
 
 
 
3053
  #: includes/fields/class-base.php:1096
3054
  #: includes/fields/class-name.php:271
3055
  #: includes/fields/class-name.php:286
@@ -3059,276 +3986,360 @@ msgstr ""
3059
  msgid "Default Value"
3060
  msgstr ""
3061
 
 
3062
  #: includes/fields/class-base.php:1107
3063
  msgid "Select the default form field size."
3064
  msgstr ""
3065
 
 
3066
  #: includes/fields/class-base.php:1109
3067
  msgid "Small"
3068
  msgstr ""
3069
 
 
3070
  #: includes/fields/class-base.php:1110
3071
  msgid "Medium"
3072
  msgstr ""
3073
 
 
3074
  #: includes/fields/class-base.php:1111
3075
  msgid "Large"
3076
  msgstr ""
3077
 
 
3078
  #: includes/fields/class-base.php:1113
3079
  msgid "Field Size"
3080
  msgstr ""
3081
 
 
3082
  #: includes/fields/class-base.php:1127
3083
  msgid "Advanced Options"
3084
  msgstr ""
3085
 
 
3086
  #: includes/fields/class-base.php:1139
3087
  msgid "Enter text for the form field placeholder."
3088
  msgstr ""
3089
 
 
3090
  #: includes/fields/class-base.php:1140
3091
  msgid "Placeholder Text"
3092
  msgstr ""
3093
 
 
3094
  #: includes/fields/class-base.php:1151
3095
  msgid "Enter CSS class names for the form field container. Class names should be separated with spaces."
3096
  msgstr ""
3097
 
 
3098
  #: includes/fields/class-base.php:1156
3099
  msgid "CSS Classes"
3100
  msgstr ""
3101
 
 
3102
  #: includes/fields/class-base.php:1166
3103
  msgid "Check this option to hide the form field label."
3104
  msgstr ""
3105
 
 
3106
  #: includes/fields/class-base.php:1168
3107
  msgid "Hide Label"
3108
  msgstr ""
3109
 
 
3110
  #: includes/fields/class-base.php:1177
3111
  msgid "Check this option to hide the form field sub-label."
3112
  msgstr ""
3113
 
 
3114
  #: includes/fields/class-base.php:1179
3115
  msgid "Hide Sub-Labels"
3116
  msgstr ""
3117
 
 
3118
  #: includes/fields/class-base.php:1188
3119
  msgid "Select the layout for displaying field choices."
3120
  msgstr ""
3121
 
 
3122
  #: includes/fields/class-base.php:1190
3123
  msgid "One Column"
3124
  msgstr ""
3125
 
 
3126
  #: includes/fields/class-base.php:1191
3127
  msgid "Two Columns"
3128
  msgstr ""
3129
 
 
3130
  #: includes/fields/class-base.php:1192
3131
  msgid "Three Columns"
3132
  msgstr ""
3133
 
 
3134
  #: includes/fields/class-base.php:1193
3135
  msgid "Inline"
3136
  msgstr ""
3137
 
 
3138
  #: includes/fields/class-base.php:1195
3139
  msgid "Choice Layout"
3140
  msgstr ""
3141
 
 
3142
  #: includes/fields/class-base.php:1205
3143
  msgid "Select auto-populate method to use."
3144
  msgstr ""
3145
 
 
 
3146
  #: includes/fields/class-base.php:1208
3147
  #: includes/fields/class-base.php:1230
3148
  msgid "Post Type"
3149
  msgstr ""
3150
 
 
 
3151
  #: includes/fields/class-base.php:1209
3152
  #: includes/fields/class-base.php:1241
3153
  msgid "Taxonomy"
3154
  msgstr ""
3155
 
 
3156
  #: includes/fields/class-base.php:1211
3157
  msgid "Dynamic Choices"
3158
  msgstr ""
3159
 
3160
  #. translators: %s - dynamic source type name.
 
3161
  #: includes/fields/class-base.php:1252
3162
  msgid "Select %s to use for auto-populating field choices."
3163
  msgstr ""
3164
 
3165
  #. translators: %s - dynamic source type name.
 
3166
  #: includes/fields/class-base.php:1254
3167
  msgid "Dynamic %s Source"
3168
  msgstr ""
3169
 
3170
  #. translators: %d - total amount of choices.
 
3171
  #: includes/fields/class-base.php:1578
3172
  msgid "Showing the first 20 choices.<br> All %d choices will be displayed when viewing the form."
3173
  msgstr ""
3174
 
 
3175
  #: includes/fields/class-base.php:1614
3176
  msgid "No form ID found"
3177
  msgstr ""
3178
 
 
3179
  #: includes/fields/class-base.php:1619
3180
  msgid "No field type found"
3181
  msgstr ""
3182
 
 
3183
  #: includes/fields/class-checkbox.php:18
3184
  msgid "Checkboxes"
3185
  msgstr ""
3186
 
 
 
 
3187
  #: includes/fields/class-checkbox.php:24
3188
  #: includes/fields/class-radio.php:24
3189
  #: includes/fields/class-select.php:24
3190
  msgid "First Choice"
3191
  msgstr ""
3192
 
 
 
 
3193
  #: includes/fields/class-checkbox.php:30
3194
  #: includes/fields/class-radio.php:30
3195
  #: includes/fields/class-select.php:29
3196
  msgid "Second Choice"
3197
  msgstr ""
3198
 
 
 
 
3199
  #: includes/fields/class-checkbox.php:36
3200
  #: includes/fields/class-radio.php:36
3201
  #: includes/fields/class-select.php:34
3202
  msgid "Third Choice"
3203
  msgstr ""
3204
 
 
3205
  #: includes/fields/class-checkbox.php:148
3206
  msgid "Checked"
3207
  msgstr ""
3208
 
3209
  #. translators: %s - choice number.
 
3210
  #: includes/fields/class-checkbox.php:151
3211
  msgid "Choice %s"
3212
  msgstr ""
3213
 
 
 
3214
  #: includes/fields/class-checkbox.php:296
3215
  #: includes/fields/class-radio.php:257
3216
  msgid "Randomize Choices"
3217
  msgstr ""
3218
 
 
 
3219
  #: includes/fields/class-checkbox.php:297
3220
  #: includes/fields/class-radio.php:258
3221
  msgid "Check this option to randomize the order of the choices."
3222
  msgstr ""
3223
 
 
 
 
3224
  #: includes/fields/class-checkbox.php:318
3225
  #: includes/fields/class-radio.php:279
3226
  #: includes/fields/class-select.php:192
3227
  msgid "Show Values"
3228
  msgstr ""
3229
 
 
 
 
3230
  #: includes/fields/class-checkbox.php:319
3231
  #: includes/fields/class-radio.php:280
3232
  #: includes/fields/class-select.php:193
3233
  msgid "Check this to manually set form field values."
3234
  msgstr ""
3235
 
 
3236
  #: includes/fields/class-checkbox.php:346
3237
  msgid "Choice Limit"
3238
  msgstr ""
3239
 
 
3240
  #: includes/fields/class-checkbox.php:347
3241
  msgid "Limit the number of checkboxes a user can select. Leave empty for unlimited."
3242
  msgstr ""
3243
 
 
3244
  #: includes/fields/class-checkbox.php:387
3245
  msgid "Enable Disclaimer / Terms of Service Display"
3246
  msgstr ""
3247
 
 
3248
  #: includes/fields/class-checkbox.php:388
3249
  msgid "Check this option to adjust the field styling to support Disclaimers and Terms of Service type agreements."
3250
  msgstr ""
3251
 
 
 
3252
  #: includes/fields/class-email.php:88
3253
  #: includes/fields/class-email.php:304
3254
  msgid "Confirm Email"
3255
  msgstr ""
3256
 
 
3257
  #: includes/fields/class-email.php:200
3258
  msgid "Enable Email Confirmation"
3259
  msgstr ""
3260
 
 
3261
  #: includes/fields/class-email.php:201
3262
  msgid "Check this option to ask users to provide an email address twice."
3263
  msgstr ""
3264
 
 
3265
  #: includes/fields/class-email.php:239
3266
  msgid "Confirmation Placeholder Text"
3267
  msgstr ""
3268
 
 
3269
  #: includes/fields/class-email.php:240
3270
  msgid "Enter text for the confirmation field placeholder."
3271
  msgstr ""
3272
 
 
3273
  #: includes/fields/class-email.php:423
3274
  msgid "The provided email is not valid."
3275
  msgstr ""
3276
 
 
3277
  #: includes/fields/class-email.php:425
3278
  msgid "The provided emails do not match."
3279
  msgstr ""
3280
 
 
3281
  #: includes/fields/class-gdpr-checkbox.php:18
3282
  msgid "GDPR Agreement"
3283
  msgstr ""
3284
 
 
3285
  #: includes/fields/class-gdpr-checkbox.php:24
3286
  msgid "I consent to having this website store my submitted information so they can respond to my inquiry."
3287
  msgstr ""
3288
 
 
3289
  #: includes/fields/class-gdpr-checkbox.php:175
3290
  msgid "Agreement"
3291
  msgstr ""
3292
 
 
 
3293
  #: includes/fields/class-name.php:80
3294
  #: includes/fields/class-name.php:366
3295
  msgid "First"
3296
  msgstr ""
3297
 
 
 
3298
  #: includes/fields/class-name.php:101
3299
  #: includes/fields/class-name.php:371
3300
  msgid "Middle"
3301
  msgstr ""
3302
 
 
 
3303
  #: includes/fields/class-name.php:122
3304
  #: includes/fields/class-name.php:376
3305
  msgid "Last"
3306
  msgstr ""
3307
 
 
3308
  #: includes/fields/class-name.php:208
3309
  msgid "Format"
3310
  msgstr ""
3311
 
 
3312
  #: includes/fields/class-name.php:209
3313
  msgid "Select format to use for the name form field"
3314
  msgstr ""
3315
 
 
3316
  #: includes/fields/class-name.php:220
3317
  msgid "Simple"
3318
  msgstr ""
3319
 
 
3320
  #: includes/fields/class-name.php:221
3321
  msgid "First Last"
3322
  msgstr ""
3323
 
 
3324
  #: includes/fields/class-name.php:222
3325
  msgid "First Middle Last"
3326
  msgstr ""
3327
 
 
3328
  #: includes/fields/class-name.php:264
3329
  msgid "Name field advanced options."
3330
  msgstr ""
3331
 
 
 
 
 
3332
  #: includes/fields/class-name.php:267
3333
  #: includes/fields/class-name.php:282
3334
  #: includes/fields/class-name.php:297
@@ -3336,126 +4347,162 @@ msgstr ""
3336
  msgid "Placeholder"
3337
  msgstr ""
3338
 
 
3339
  #: includes/fields/class-name.php:279
3340
  msgid "First Name"
3341
  msgstr ""
3342
 
 
3343
  #: includes/fields/class-name.php:279
3344
  msgid "First name field advanced options."
3345
  msgstr ""
3346
 
 
3347
  #: includes/fields/class-name.php:294
3348
  msgid "Middle Name"
3349
  msgstr ""
3350
 
 
3351
  #: includes/fields/class-name.php:294
3352
  msgid "Middle name field advanced options."
3353
  msgstr ""
3354
 
 
3355
  #: includes/fields/class-name.php:309
3356
  msgid "Last Name"
3357
  msgstr ""
3358
 
 
3359
  #: includes/fields/class-name.php:309
3360
  msgid "Last name field advanced options."
3361
  msgstr ""
3362
 
 
3363
  #: includes/fields/class-number-slider.php:39
3364
  msgid "Number Slider"
3365
  msgstr ""
3366
 
3367
  #. translators: %1$s - Number slider selected value, %2$s - its minimum value, %3$s - its maximum value.
 
3368
  #: includes/fields/class-number-slider.php:75
3369
  msgid "%1$s (%2$s min / %3$s max)"
3370
  msgstr ""
3371
 
 
3372
  #: includes/fields/class-number-slider.php:124
3373
  msgid "Value"
3374
  msgstr ""
3375
 
 
3376
  #: includes/fields/class-number-slider.php:125
3377
  msgid "Define the minimum and the maximum values for the slider."
3378
  msgstr ""
3379
 
 
3380
  #: includes/fields/class-number-slider.php:201
3381
  msgid "Enter a default value for this field."
3382
  msgstr ""
3383
 
 
3384
  #: includes/fields/class-number-slider.php:238
3385
  msgid "Value Display"
3386
  msgstr ""
3387
 
 
3388
  #: includes/fields/class-number-slider.php:239
3389
  msgid "Displays the currently selected value below the slider."
3390
  msgstr ""
3391
 
 
 
 
3392
  #: includes/fields/class-number-slider.php:250
3393
  #: includes/fields/class-number-slider.php:323
3394
  #: includes/fields/class-number-slider.php:358
3395
  msgid "Selected Value: {value}"
3396
  msgstr ""
3397
 
 
3398
  #: includes/fields/class-number-slider.php:270
3399
  msgid "Increment"
3400
  msgstr ""
3401
 
 
3402
  #: includes/fields/class-number-slider.php:271
3403
  msgid "Determines the increment between selectable values on the slider."
3404
  msgstr ""
3405
 
 
3406
  #: includes/fields/class-number-slider.php:403
3407
  msgid "Please provide a valid value."
3408
  msgstr ""
3409
 
 
3410
  #: includes/fields/class-number.php:18
3411
  msgid "Numbers"
3412
  msgstr ""
3413
 
 
3414
  #: includes/fields/class-radio.php:18
3415
  msgid "Multiple Choice"
3416
  msgstr ""
3417
 
 
3418
  #: includes/fields/class-select.php:18
3419
  msgid "Dropdown"
3420
  msgstr ""
3421
 
 
3422
  #: includes/fields/class-text.php:18
3423
  msgid "Single Line Text"
3424
  msgstr ""
3425
 
 
 
3426
  #: includes/fields/class-text.php:245
3427
  #: includes/fields/class-textarea.php:92
3428
  msgid "Limit Length"
3429
  msgstr ""
3430
 
 
 
3431
  #: includes/fields/class-text.php:246
3432
  #: includes/fields/class-textarea.php:93
3433
  msgid "Check this option to limit text length by characters or words count."
3434
  msgstr ""
3435
 
 
 
3436
  #: includes/fields/class-text.php:276
3437
  #: includes/fields/class-textarea.php:123
3438
  msgid "Characters"
3439
  msgstr ""
3440
 
 
 
3441
  #: includes/fields/class-text.php:277
3442
  #: includes/fields/class-textarea.php:124
3443
  msgid "Words"
3444
  msgstr ""
3445
 
 
3446
  #: includes/fields/class-text.php:301
3447
  msgid "Input Mask"
3448
  msgstr ""
3449
 
 
3450
  #: includes/fields/class-text.php:302
3451
  msgid "Enter your custom input mask."
3452
  msgstr ""
3453
 
 
3454
  #: includes/fields/class-text.php:303
3455
  msgid "See Examples & Docs"
3456
  msgstr ""
3457
 
3458
  #. translators: %s - limit characters number.
 
 
3459
  #: includes/fields/class-text.php:460
3460
  #: includes/fields/class-textarea.php:288
3461
  msgid "Text can't exceed %d character."
@@ -3464,6 +4511,8 @@ msgstr[0] ""
3464
  msgstr[1] ""
3465
 
3466
  #. translators: %s - limit words number.
 
 
3467
  #: includes/fields/class-text.php:468
3468
  #: includes/fields/class-textarea.php:296
3469
  msgid "Text can't exceed %d word."
@@ -3471,1300 +4520,1628 @@ msgid_plural "Text can't exceed %d words."
3471
  msgstr[0] ""
3472
  msgstr[1] ""
3473
 
 
3474
  #: includes/fields/class-textarea.php:18
3475
  msgid "Paragraph Text"
3476
  msgstr ""
3477
 
 
3478
  #: includes/functions.php:724
3479
  msgid "Alabama"
3480
  msgstr ""
3481
 
 
3482
  #: includes/functions.php:725
3483
  msgid "Alaska"
3484
  msgstr ""
3485
 
 
3486
  #: includes/functions.php:726
3487
  msgid "Arizona"
3488
  msgstr ""
3489
 
 
3490
  #: includes/functions.php:727
3491
  msgid "Arkansas"
3492
  msgstr ""
3493
 
 
3494
  #: includes/functions.php:728
3495
  msgid "California"
3496
  msgstr ""
3497
 
 
3498
  #: includes/functions.php:729
3499
  msgid "Colorado"
3500
  msgstr ""
3501
 
 
3502
  #: includes/functions.php:730
3503
  msgid "Connecticut"
3504
  msgstr ""
3505
 
 
3506
  #: includes/functions.php:731
3507
  msgid "Delaware"
3508
  msgstr ""
3509
 
 
3510
  #: includes/functions.php:732
3511
  msgid "District of Columbia"
3512
  msgstr ""
3513
 
 
3514
  #: includes/functions.php:733
3515
  msgid "Florida"
3516
  msgstr ""
3517
 
 
3518
  #: includes/functions.php:734
3519
  msgctxt "US State"
3520
  msgid "Georgia"
3521
  msgstr ""
3522
 
 
3523
  #: includes/functions.php:735
3524
  msgid "Hawaii"
3525
  msgstr ""
3526
 
 
3527
  #: includes/functions.php:736
3528
  msgid "Idaho"
3529
  msgstr ""
3530
 
 
3531
  #: includes/functions.php:737
3532
  msgid "Illinois"
3533
  msgstr ""
3534
 
 
3535
  #: includes/functions.php:738
3536
  msgid "Indiana"
3537
  msgstr ""
3538
 
 
3539
  #: includes/functions.php:739
3540
  msgid "Iowa"
3541
  msgstr ""
3542
 
 
3543
  #: includes/functions.php:740
3544
  msgid "Kansas"
3545
  msgstr ""
3546
 
 
3547
  #: includes/functions.php:741
3548
  msgid "Kentucky"
3549
  msgstr ""
3550
 
 
3551
  #: includes/functions.php:742
3552
  msgid "Louisiana"
3553
  msgstr ""
3554
 
 
3555
  #: includes/functions.php:743
3556
  msgid "Maine"
3557
  msgstr ""
3558
 
 
3559
  #: includes/functions.php:744
3560
  msgid "Maryland"
3561
  msgstr ""
3562
 
 
3563
  #: includes/functions.php:745
3564
  msgid "Massachusetts"
3565
  msgstr ""
3566
 
 
3567
  #: includes/functions.php:746
3568
  msgid "Michigan"
3569
  msgstr ""
3570
 
 
3571
  #: includes/functions.php:747
3572
  msgid "Minnesota"
3573
  msgstr ""
3574
 
 
3575
  #: includes/functions.php:748
3576
  msgid "Mississippi"
3577
  msgstr ""
3578
 
 
3579
  #: includes/functions.php:749
3580
  msgid "Missouri"
3581
  msgstr ""
3582
 
 
3583
  #: includes/functions.php:750
3584
  msgid "Montana"
3585
  msgstr ""
3586
 
 
3587
  #: includes/functions.php:751
3588
  msgid "Nebraska"
3589
  msgstr ""
3590
 
 
3591
  #: includes/functions.php:752
3592
  msgid "Nevada"
3593
  msgstr ""
3594
 
 
3595
  #: includes/functions.php:753
3596
  msgid "New Hampshire"
3597
  msgstr ""
3598
 
 
3599
  #: includes/functions.php:754
3600
  msgid "New Jersey"
3601
  msgstr ""
3602
 
 
3603
  #: includes/functions.php:755
3604
  msgid "New Mexico"
3605
  msgstr ""
3606
 
 
3607
  #: includes/functions.php:756
3608
  msgid "New York"
3609
  msgstr ""
3610
 
 
3611
  #: includes/functions.php:757
3612
  msgid "North Carolina"
3613
  msgstr ""
3614
 
 
3615
  #: includes/functions.php:758
3616
  msgid "North Dakota"
3617
  msgstr ""
3618
 
 
3619
  #: includes/functions.php:759
3620
  msgid "Ohio"
3621
  msgstr ""
3622
 
 
3623
  #: includes/functions.php:760
3624
  msgid "Oklahoma"
3625
  msgstr ""
3626
 
 
3627
  #: includes/functions.php:761
3628
  msgid "Oregon"
3629
  msgstr ""
3630
 
 
3631
  #: includes/functions.php:762
3632
  msgid "Pennsylvania"
3633
  msgstr ""
3634
 
 
3635
  #: includes/functions.php:763
3636
  msgid "Rhode Island"
3637
  msgstr ""
3638
 
 
3639
  #: includes/functions.php:764
3640
  msgid "South Carolina"
3641
  msgstr ""
3642
 
 
3643
  #: includes/functions.php:765
3644
  msgid "South Dakota"
3645
  msgstr ""
3646
 
 
3647
  #: includes/functions.php:766
3648
  msgid "Tennessee"
3649
  msgstr ""
3650
 
 
3651
  #: includes/functions.php:767
3652
  msgid "Texas"
3653
  msgstr ""
3654
 
 
3655
  #: includes/functions.php:768
3656
  msgid "Utah"
3657
  msgstr ""
3658
 
 
3659
  #: includes/functions.php:769
3660
  msgid "Vermont"
3661
  msgstr ""
3662
 
 
3663
  #: includes/functions.php:770
3664
  msgid "Virginia"
3665
  msgstr ""
3666
 
 
3667
  #: includes/functions.php:771
3668
  msgid "Washington"
3669
  msgstr ""
3670
 
 
3671
  #: includes/functions.php:772
3672
  msgid "West Virginia"
3673
  msgstr ""
3674
 
 
3675
  #: includes/functions.php:773
3676
  msgid "Wisconsin"
3677
  msgstr ""
3678
 
 
3679
  #: includes/functions.php:774
3680
  msgid "Wyoming"
3681
  msgstr ""
3682
 
 
3683
  #: includes/functions.php:790
3684
  msgid "Afghanistan"
3685
  msgstr ""
3686
 
 
3687
  #: includes/functions.php:791
3688
  msgid "Åland Islands"
3689
  msgstr ""
3690
 
 
3691
  #: includes/functions.php:792
3692
  msgid "Albania"
3693
  msgstr ""
3694
 
 
3695
  #: includes/functions.php:793
3696
  msgid "Algeria"
3697
  msgstr ""
3698
 
 
3699
  #: includes/functions.php:794
3700
  msgid "American Samoa"
3701
  msgstr ""
3702
 
 
3703
  #: includes/functions.php:795
3704
  msgid "Andorra"
3705
  msgstr ""
3706
 
 
3707
  #: includes/functions.php:796
3708
  msgid "Angola"
3709
  msgstr ""
3710
 
 
3711
  #: includes/functions.php:797
3712
  msgid "Anguilla"
3713
  msgstr ""
3714
 
 
3715
  #: includes/functions.php:798
3716
  msgid "Antarctica"
3717
  msgstr ""
3718
 
 
3719
  #: includes/functions.php:799
3720
  msgid "Antigua and Barbuda"
3721
  msgstr ""
3722
 
 
3723
  #: includes/functions.php:800
3724
  msgid "Argentina"
3725
  msgstr ""
3726
 
 
3727
  #: includes/functions.php:801
3728
  msgid "Armenia"
3729
  msgstr ""
3730
 
 
3731
  #: includes/functions.php:802
3732
  msgid "Aruba"
3733
  msgstr ""
3734
 
 
3735
  #: includes/functions.php:803
3736
  msgid "Australia"
3737
  msgstr ""
3738
 
 
3739
  #: includes/functions.php:804
3740
  msgid "Austria"
3741
  msgstr ""
3742
 
 
3743
  #: includes/functions.php:805
3744
  msgid "Azerbaijan"
3745
  msgstr ""
3746
 
 
3747
  #: includes/functions.php:806
3748
  msgid "Bahamas"
3749
  msgstr ""
3750
 
 
3751
  #: includes/functions.php:807
3752
  msgid "Bahrain"
3753
  msgstr ""
3754
 
 
3755
  #: includes/functions.php:808
3756
  msgid "Bangladesh"
3757
  msgstr ""
3758
 
 
3759
  #: includes/functions.php:809
3760
  msgid "Barbados"
3761
  msgstr ""
3762
 
 
3763
  #: includes/functions.php:810
3764
  msgid "Belarus"
3765
  msgstr ""
3766
 
 
3767
  #: includes/functions.php:811
3768
  msgid "Belgium"
3769
  msgstr ""
3770
 
 
3771
  #: includes/functions.php:812
3772
  msgid "Belize"
3773
  msgstr ""
3774
 
 
3775
  #: includes/functions.php:813
3776
  msgid "Benin"
3777
  msgstr ""
3778
 
 
3779
  #: includes/functions.php:814
3780
  msgid "Bermuda"
3781
  msgstr ""
3782
 
 
3783
  #: includes/functions.php:815
3784
  msgid "Bhutan"
3785
  msgstr ""
3786
 
 
3787
  #: includes/functions.php:816
3788
  msgid "Bolivia (Plurinational State of)"
3789
  msgstr ""
3790
 
 
3791
  #: includes/functions.php:817
3792
  msgid "Bosnia and Herzegovina"
3793
  msgstr ""
3794
 
 
3795
  #: includes/functions.php:818
3796
  msgid "Botswana"
3797
  msgstr ""
3798
 
 
3799
  #: includes/functions.php:819
3800
  msgid "Bouvet Island"
3801
  msgstr ""
3802
 
 
3803
  #: includes/functions.php:820
3804
  msgid "Brazil"
3805
  msgstr ""
3806
 
 
3807
  #: includes/functions.php:821
3808
  msgid "British Indian Ocean Territory"
3809
  msgstr ""
3810
 
 
3811
  #: includes/functions.php:822
3812
  msgid "Brunei Darussalam"
3813
  msgstr ""
3814
 
 
3815
  #: includes/functions.php:823
3816
  msgid "Bulgaria"
3817
  msgstr ""
3818
 
 
3819
  #: includes/functions.php:824
3820
  msgid "Burkina Faso"
3821
  msgstr ""
3822
 
 
3823
  #: includes/functions.php:825
3824
  msgid "Burundi"
3825
  msgstr ""
3826
 
 
3827
  #: includes/functions.php:826
3828
  msgid "Cabo Verde"
3829
  msgstr ""
3830
 
 
3831
  #: includes/functions.php:827
3832
  msgid "Cambodia"
3833
  msgstr ""
3834
 
 
3835
  #: includes/functions.php:828
3836
  msgid "Cameroon"
3837
  msgstr ""
3838
 
 
3839
  #: includes/functions.php:829
3840
  msgid "Canada"
3841
  msgstr ""
3842
 
 
3843
  #: includes/functions.php:830
3844
  msgid "Cayman Islands"
3845
  msgstr ""
3846
 
 
3847
  #: includes/functions.php:831
3848
  msgid "Central African Republic"
3849
  msgstr ""
3850
 
 
3851
  #: includes/functions.php:832
3852
  msgid "Chad"
3853
  msgstr ""
3854
 
 
3855
  #: includes/functions.php:833
3856
  msgid "Chile"
3857
  msgstr ""
3858
 
 
3859
  #: includes/functions.php:834
3860
  msgid "China"
3861
  msgstr ""
3862
 
 
3863
  #: includes/functions.php:835
3864
  msgid "Christmas Island"
3865
  msgstr ""
3866
 
 
3867
  #: includes/functions.php:836
3868
  msgid "Cocos (Keeling) Islands"
3869
  msgstr ""
3870
 
 
3871
  #: includes/functions.php:837
3872
  msgid "Colombia"
3873
  msgstr ""
3874
 
 
3875
  #: includes/functions.php:838
3876
  msgid "Comoros"
3877
  msgstr ""
3878
 
 
3879
  #: includes/functions.php:839
3880
  msgid "Congo"
3881
  msgstr ""
3882
 
 
3883
  #: includes/functions.php:840
3884
  msgid "Congo (Democratic Republic of the)"
3885
  msgstr ""
3886
 
 
3887
  #: includes/functions.php:841
3888
  msgid "Cook Islands"
3889
  msgstr ""
3890
 
 
3891
  #: includes/functions.php:842
3892
  msgid "Costa Rica"
3893
  msgstr ""
3894
 
 
3895
  #: includes/functions.php:843
3896
  msgid "Côte d'Ivoire"
3897
  msgstr ""
3898
 
 
3899
  #: includes/functions.php:844
3900
  msgid "Croatia"
3901
  msgstr ""
3902
 
 
3903
  #: includes/functions.php:845
3904
  msgid "Cuba"
3905
  msgstr ""
3906
 
 
3907
  #: includes/functions.php:846
3908
  msgid "Curaçao"
3909
  msgstr ""
3910
 
 
3911
  #: includes/functions.php:847
3912
  msgid "Cyprus"
3913
  msgstr ""
3914
 
 
3915
  #: includes/functions.php:848
3916
  msgid "Czech Republic"
3917
  msgstr ""
3918
 
 
3919
  #: includes/functions.php:849
3920
  msgid "Denmark"
3921
  msgstr ""
3922
 
 
3923
  #: includes/functions.php:850
3924
  msgid "Djibouti"
3925
  msgstr ""
3926
 
 
3927
  #: includes/functions.php:851
3928
  msgid "Dominica"
3929
  msgstr ""
3930
 
 
3931
  #: includes/functions.php:852
3932
  msgid "Dominican Republic"
3933
  msgstr ""
3934
 
 
3935
  #: includes/functions.php:853
3936
  msgid "Ecuador"
3937
  msgstr ""
3938
 
 
3939
  #: includes/functions.php:854
3940
  msgid "Egypt"
3941
  msgstr ""
3942
 
 
3943
  #: includes/functions.php:855
3944
  msgid "El Salvador"
3945
  msgstr ""
3946
 
 
3947
  #: includes/functions.php:856
3948
  msgid "Equatorial Guinea"
3949
  msgstr ""
3950
 
 
3951
  #: includes/functions.php:857
3952
  msgid "Eritrea"
3953
  msgstr ""
3954
 
 
3955
  #: includes/functions.php:858
3956
  msgid "Estonia"
3957
  msgstr ""
3958
 
 
3959
  #: includes/functions.php:859
3960
  msgid "Ethiopia"
3961
  msgstr ""
3962
 
 
3963
  #: includes/functions.php:860
3964
  msgid "Falkland Islands (Malvinas)"
3965
  msgstr ""
3966
 
 
3967
  #: includes/functions.php:861
3968
  msgid "Faroe Islands"
3969
  msgstr ""
3970
 
 
3971
  #: includes/functions.php:862
3972
  msgid "Fiji"
3973
  msgstr ""
3974
 
 
3975
  #: includes/functions.php:863
3976
  msgid "Finland"
3977
  msgstr ""
3978
 
 
3979
  #: includes/functions.php:864
3980
  msgid "France"
3981
  msgstr ""
3982
 
 
3983
  #: includes/functions.php:865
3984
  msgid "French Guiana"
3985
  msgstr ""
3986
 
 
3987
  #: includes/functions.php:866
3988
  msgid "French Polynesia"
3989
  msgstr ""
3990
 
 
3991
  #: includes/functions.php:867
3992
  msgid "French Southern Territories"
3993
  msgstr ""
3994
 
 
3995
  #: includes/functions.php:868
3996
  msgid "Gabon"
3997
  msgstr ""
3998
 
 
3999
  #: includes/functions.php:869
4000
  msgid "Gambia"
4001
  msgstr ""
4002
 
 
4003
  #: includes/functions.php:870
4004
  msgctxt "Country"
4005
  msgid "Georgia"
4006
  msgstr ""
4007
 
 
4008
  #: includes/functions.php:871
4009
  msgid "Germany"
4010
  msgstr ""
4011
 
 
4012
  #: includes/functions.php:872
4013
  msgid "Ghana"
4014
  msgstr ""
4015
 
 
4016
  #: includes/functions.php:873
4017
  msgid "Gibraltar"
4018
  msgstr ""
4019
 
 
4020
  #: includes/functions.php:874
4021
  msgid "Greece"
4022
  msgstr ""
4023
 
 
4024
  #: includes/functions.php:875
4025
  msgid "Greenland"
4026
  msgstr ""
4027
 
 
4028
  #: includes/functions.php:876
4029
  msgid "Grenada"
4030
  msgstr ""
4031
 
 
4032
  #: includes/functions.php:877
4033
  msgid "Guadeloupe"
4034
  msgstr ""
4035
 
 
4036
  #: includes/functions.php:878
4037
  msgid "Guam"
4038
  msgstr ""
4039
 
 
4040
  #: includes/functions.php:879
4041
  msgid "Guatemala"
4042
  msgstr ""
4043
 
 
4044
  #: includes/functions.php:880
4045
  msgid "Guernsey"
4046
  msgstr ""
4047
 
 
4048
  #: includes/functions.php:881
4049
  msgid "Guinea"
4050
  msgstr ""
4051
 
 
4052
  #: includes/functions.php:882
4053
  msgid "Guinea-Bissau"
4054
  msgstr ""
4055
 
 
4056
  #: includes/functions.php:883
4057
  msgid "Guyana"
4058
  msgstr ""
4059
 
 
4060
  #: includes/functions.php:884
4061
  msgid "Haiti"
4062
  msgstr ""
4063
 
 
4064
  #: includes/functions.php:885
4065
  msgid "Heard Island and McDonald Islands"
4066
  msgstr ""
4067
 
 
4068
  #: includes/functions.php:886
4069
  msgid "Honduras"
4070
  msgstr ""
4071
 
 
4072
  #: includes/functions.php:887
4073
  msgid "Hong Kong"
4074
  msgstr ""
4075
 
 
4076
  #: includes/functions.php:888
4077
  msgid "Hungary"
4078
  msgstr ""
4079
 
 
4080
  #: includes/functions.php:889
4081
  msgid "Iceland"
4082
  msgstr ""
4083
 
 
4084
  #: includes/functions.php:890
4085
  msgid "India"
4086
  msgstr ""
4087
 
 
4088
  #: includes/functions.php:891
4089
  msgid "Indonesia"
4090
  msgstr ""
4091
 
 
4092
  #: includes/functions.php:892
4093
  msgid "Iran (Islamic Republic of)"
4094
  msgstr ""
4095
 
 
4096
  #: includes/functions.php:893
4097
  msgid "Iraq"
4098
  msgstr ""
4099
 
 
4100
  #: includes/functions.php:894
4101
  msgid "Ireland (Republic of)"
4102
  msgstr ""
4103
 
 
4104
  #: includes/functions.php:895
4105
  msgid "Isle of Man"
4106
  msgstr ""
4107
 
 
4108
  #: includes/functions.php:896
4109
  msgid "Israel"
4110
  msgstr ""
4111
 
 
4112
  #: includes/functions.php:897
4113
  msgid "Italy"
4114
  msgstr ""
4115
 
 
4116
  #: includes/functions.php:898
4117
  msgid "Jamaica"
4118
  msgstr ""
4119
 
 
4120
  #: includes/functions.php:899
4121
  msgid "Japan"
4122
  msgstr ""
4123
 
 
4124
  #: includes/functions.php:900
4125
  msgid "Jersey"
4126
  msgstr ""
4127
 
 
4128
  #: includes/functions.php:901
4129
  msgid "Jordan"
4130
  msgstr ""
4131
 
 
4132
  #: includes/functions.php:902
4133
  msgid "Kazakhstan"
4134
  msgstr ""
4135
 
 
4136
  #: includes/functions.php:903
4137
  msgid "Kenya"
4138
  msgstr ""
4139
 
 
4140
  #: includes/functions.php:904
4141
  msgid "Kiribati"
4142
  msgstr ""
4143
 
 
4144
  #: includes/functions.php:905
4145
  msgid "Korea (Democratic People's Republic of)"
4146
  msgstr ""
4147
 
 
4148
  #: includes/functions.php:906
4149
  msgid "Korea (Republic of)"
4150
  msgstr ""
4151
 
 
4152
  #: includes/functions.php:907
4153
  msgid "Kuwait"
4154
  msgstr ""
4155
 
 
4156
  #: includes/functions.php:908
4157
  msgid "Kyrgyzstan"
4158
  msgstr ""
4159
 
 
4160
  #: includes/functions.php:909
4161
  msgid "Lao People's Democratic Republic"
4162
  msgstr ""
4163
 
 
4164
  #: includes/functions.php:910
4165
  msgid "Latvia"
4166
  msgstr ""
4167
 
 
4168
  #: includes/functions.php:911
4169
  msgid "Lebanon"
4170
  msgstr ""
4171
 
 
4172
  #: includes/functions.php:912
4173
  msgid "Lesotho"
4174
  msgstr ""
4175
 
 
4176
  #: includes/functions.php:913
4177
  msgid "Liberia"
4178
  msgstr ""
4179
 
 
4180
  #: includes/functions.php:914
4181
  msgid "Libya"
4182
  msgstr ""
4183
 
 
4184
  #: includes/functions.php:915
4185
  msgid "Liechtenstein"
4186
  msgstr ""
4187
 
 
4188
  #: includes/functions.php:916
4189
  msgid "Lithuania"
4190
  msgstr ""
4191
 
 
4192
  #: includes/functions.php:917
4193
  msgid "Luxembourg"
4194
  msgstr ""
4195
 
 
4196
  #: includes/functions.php:918
4197
  msgid "Macao"
4198
  msgstr ""
4199
 
 
4200
  #: includes/functions.php:919
4201
  msgid "Macedonia (Republic of)"
4202
  msgstr ""
4203
 
 
4204
  #: includes/functions.php:920
4205
  msgid "Madagascar"
4206
  msgstr ""
4207
 
 
4208
  #: includes/functions.php:921
4209
  msgid "Malawi"
4210
  msgstr ""
4211
 
 
4212
  #: includes/functions.php:922
4213
  msgid "Malaysia"
4214
  msgstr ""
4215
 
 
4216
  #: includes/functions.php:923
4217
  msgid "Maldives"
4218
  msgstr ""
4219
 
 
4220
  #: includes/functions.php:924
4221
  msgid "Mali"
4222
  msgstr ""
4223
 
 
4224
  #: includes/functions.php:925
4225
  msgid "Malta"
4226
  msgstr ""
4227
 
 
4228
  #: includes/functions.php:926
4229
  msgid "Marshall Islands"
4230
  msgstr ""
4231
 
 
4232
  #: includes/functions.php:927
4233
  msgid "Martinique"
4234
  msgstr ""
4235
 
 
4236
  #: includes/functions.php:928
4237
  msgid "Mauritania"
4238
  msgstr ""
4239
 
 
4240
  #: includes/functions.php:929
4241
  msgid "Mauritius"
4242
  msgstr ""
4243
 
 
4244
  #: includes/functions.php:930
4245
  msgid "Mayotte"
4246
  msgstr ""
4247
 
 
4248
  #: includes/functions.php:931
4249
  msgid "Mexico"
4250
  msgstr ""
4251
 
 
4252
  #: includes/functions.php:932
4253
  msgid "Micronesia (Federated States of)"
4254
  msgstr ""
4255
 
 
4256
  #: includes/functions.php:933
4257
  msgid "Moldova (Republic of)"
4258
  msgstr ""
4259
 
 
4260
  #: includes/functions.php:934
4261
  msgid "Monaco"
4262
  msgstr ""
4263
 
 
4264
  #: includes/functions.php:935
4265
  msgid "Mongolia"
4266
  msgstr ""
4267
 
 
4268
  #: includes/functions.php:936
4269
  msgid "Montenegro"
4270
  msgstr ""
4271
 
 
4272
  #: includes/functions.php:937
4273
  msgid "Montserrat"
4274
  msgstr ""
4275
 
 
4276
  #: includes/functions.php:938
4277
  msgid "Morocco"
4278
  msgstr ""
4279
 
 
4280
  #: includes/functions.php:939
4281
  msgid "Mozambique"
4282
  msgstr ""
4283
 
 
4284
  #: includes/functions.php:940
4285
  msgid "Myanmar"
4286
  msgstr ""
4287
 
 
4288
  #: includes/functions.php:941
4289
  msgid "Namibia"
4290
  msgstr ""
4291
 
 
4292
  #: includes/functions.php:942
4293
  msgid "Nauru"
4294
  msgstr ""
4295
 
 
4296
  #: includes/functions.php:943
4297
  msgid "Nepal"
4298
  msgstr ""
4299
 
 
4300
  #: includes/functions.php:944
4301
  msgid "Netherlands"
4302
  msgstr ""
4303
 
 
4304
  #: includes/functions.php:945
4305
  msgid "New Caledonia"
4306
  msgstr ""
4307
 
 
4308
  #: includes/functions.php:946
4309
  msgid "New Zealand"
4310
  msgstr ""
4311
 
 
4312
  #: includes/functions.php:947
4313
  msgid "Nicaragua"
4314
  msgstr ""
4315
 
 
4316
  #: includes/functions.php:948
4317
  msgid "Niger"
4318
  msgstr ""
4319
 
 
4320
  #: includes/functions.php:949
4321
  msgid "Nigeria"
4322
  msgstr ""
4323
 
 
4324
  #: includes/functions.php:950
4325
  msgid "Niue"
4326
  msgstr ""
4327
 
 
4328
  #: includes/functions.php:951
4329
  msgid "Norfolk Island"
4330
  msgstr ""
4331
 
 
4332
  #: includes/functions.php:952
4333
  msgid "Northern Mariana Islands"
4334
  msgstr ""
4335
 
 
4336
  #: includes/functions.php:953
4337
  msgid "Norway"
4338
  msgstr ""
4339
 
 
4340
  #: includes/functions.php:954
4341
  msgid "Oman"
4342
  msgstr ""
4343
 
 
4344
  #: includes/functions.php:955
4345
  msgid "Pakistan"
4346
  msgstr ""
4347
 
 
4348
  #: includes/functions.php:956
4349
  msgid "Palau"
4350
  msgstr ""
4351
 
 
4352
  #: includes/functions.php:957
4353
  msgid "Palestine (State of)"
4354
  msgstr ""
4355
 
 
4356
  #: includes/functions.php:958
4357
  msgid "Panama"
4358
  msgstr ""
4359
 
 
4360
  #: includes/functions.php:959
4361
  msgid "Papua New Guinea"
4362
  msgstr ""
4363
 
 
4364
  #: includes/functions.php:960
4365
  msgid "Paraguay"
4366
  msgstr ""
4367
 
 
4368
  #: includes/functions.php:961
4369
  msgid "Peru"
4370
  msgstr ""
4371
 
 
4372
  #: includes/functions.php:962
4373
  msgid "Philippines"
4374
  msgstr ""
4375
 
 
4376
  #: includes/functions.php:963
4377
  msgid "Pitcairn"
4378
  msgstr ""
4379
 
 
4380
  #: includes/functions.php:964
4381
  msgid "Poland"
4382
  msgstr ""
4383
 
 
4384
  #: includes/functions.php:965
4385
  msgid "Portugal"
4386
  msgstr ""
4387
 
 
4388
  #: includes/functions.php:966
4389
  msgid "Puerto Rico"
4390
  msgstr ""
4391
 
 
4392
  #: includes/functions.php:967
4393
  msgid "Qatar"
4394
  msgstr ""
4395
 
 
4396
  #: includes/functions.php:968
4397
  msgid "Réunion"
4398
  msgstr ""
4399
 
 
4400
  #: includes/functions.php:969
4401
  msgid "Romania"
4402
  msgstr ""
4403
 
 
4404
  #: includes/functions.php:970
4405
  msgid "Russian Federation"
4406
  msgstr ""
4407
 
 
4408
  #: includes/functions.php:971
4409
  msgid "Rwanda"
4410
  msgstr ""
4411
 
 
4412
  #: includes/functions.php:972
4413
  msgid "Saint Barthélemy"
4414
  msgstr ""
4415
 
 
4416
  #: includes/functions.php:973
4417
  msgid "Saint Helena, Ascension and Tristan da Cunha"
4418
  msgstr ""
4419
 
 
4420
  #: includes/functions.php:974
4421
  msgid "Saint Kitts and Nevis"
4422
  msgstr ""
4423
 
 
4424
  #: includes/functions.php:975
4425
  msgid "Saint Lucia"
4426
  msgstr ""
4427
 
 
4428
  #: includes/functions.php:976
4429
  msgid "Saint Martin (French part)"
4430
  msgstr ""
4431
 
 
4432
  #: includes/functions.php:977
4433
  msgid "Saint Pierre and Miquelon"
4434
  msgstr ""
4435
 
 
4436
  #: includes/functions.php:978
4437
  msgid "Saint Vincent and the Grenadines"
4438
  msgstr ""
4439
 
 
4440
  #: includes/functions.php:979
4441
  msgid "Samoa"
4442
  msgstr ""
4443
 
 
4444
  #: includes/functions.php:980
4445
  msgid "San Marino"
4446
  msgstr ""
4447
 
 
4448
  #: includes/functions.php:981
4449
  msgid "Sao Tome and Principe"
4450
  msgstr ""
4451
 
 
4452
  #: includes/functions.php:982
4453
  msgid "Saudi Arabia"
4454
  msgstr ""
4455
 
 
4456
  #: includes/functions.php:983
4457
  msgid "Senegal"
4458
  msgstr ""
4459
 
 
4460
  #: includes/functions.php:984
4461
  msgid "Serbia"
4462
  msgstr ""
4463
 
 
4464
  #: includes/functions.php:985
4465
  msgid "Seychelles"
4466
  msgstr ""
4467
 
 
4468
  #: includes/functions.php:986
4469
  msgid "Sierra Leone"
4470
  msgstr ""
4471
 
 
4472
  #: includes/functions.php:987
4473
  msgid "Singapore"
4474
  msgstr ""
4475
 
 
4476
  #: includes/functions.php:988
4477
  msgid "Sint Maarten (Dutch part)"
4478
  msgstr ""
4479
 
 
4480
  #: includes/functions.php:989
4481
  msgid "Slovakia"
4482
  msgstr ""
4483
 
 
4484
  #: includes/functions.php:990
4485
  msgid "Slovenia"
4486
  msgstr ""
4487
 
 
4488
  #: includes/functions.php:991
4489
  msgid "Solomon Islands"
4490
  msgstr ""
4491
 
 
4492
  #: includes/functions.php:992
4493
  msgid "Somalia"
4494
  msgstr ""
4495
 
 
4496
  #: includes/functions.php:993
4497
  msgid "South Africa"
4498
  msgstr ""
4499
 
 
4500
  #: includes/functions.php:994
4501
  msgid "South Georgia and the South Sandwich Islands"
4502
  msgstr ""
4503
 
 
4504
  #: includes/functions.php:995
4505
  msgid "South Sudan"
4506
  msgstr ""
4507
 
 
4508
  #: includes/functions.php:996
4509
  msgid "Spain"
4510
  msgstr ""
4511
 
 
4512
  #: includes/functions.php:997
4513
  msgid "Sri Lanka"
4514
  msgstr ""
4515
 
 
4516
  #: includes/functions.php:998
4517
  msgid "Sudan"
4518
  msgstr ""
4519
 
 
4520
  #: includes/functions.php:999
4521
  msgid "Suriname"
4522
  msgstr ""
4523
 
 
4524
  #: includes/functions.php:1000
4525
  msgid "Svalbard and Jan Mayen"
4526
  msgstr ""
4527
 
 
4528
  #: includes/functions.php:1001
4529
  msgid "Swaziland"
4530
  msgstr ""
4531
 
 
4532
  #: includes/functions.php:1002
4533
  msgid "Sweden"
4534
  msgstr ""
4535
 
 
4536
  #: includes/functions.php:1003
4537
  msgid "Switzerland"
4538
  msgstr ""
4539
 
 
4540
  #: includes/functions.php:1004
4541
  msgid "Syrian Arab Republic"
4542
  msgstr ""
4543
 
 
4544
  #: includes/functions.php:1005
4545
  msgid "Taiwan, Province of China"
4546
  msgstr ""
4547
 
 
4548
  #: includes/functions.php:1006
4549
  msgid "Tajikistan"
4550
  msgstr ""
4551
 
 
4552
  #: includes/functions.php:1007
4553
  msgid "Tanzania (United Republic of)"
4554
  msgstr ""
4555
 
 
4556
  #: includes/functions.php:1008
4557
  msgid "Thailand"
4558
  msgstr ""
4559
 
 
4560
  #: includes/functions.php:1009
4561
  msgid "Timor-Leste"
4562
  msgstr ""
4563
 
 
4564
  #: includes/functions.php:1010
4565
  msgid "Togo"
4566
  msgstr ""
4567
 
 
4568
  #: includes/functions.php:1011
4569
  msgid "Tokelau"
4570
  msgstr ""
4571
 
 
4572
  #: includes/functions.php:1012
4573
  msgid "Tonga"
4574
  msgstr ""
4575
 
 
4576
  #: includes/functions.php:1013
4577
  msgid "Trinidad and Tobago"
4578
  msgstr ""
4579
 
 
4580
  #: includes/functions.php:1014
4581
  msgid "Tunisia"
4582
  msgstr ""
4583
 
 
4584
  #: includes/functions.php:1015
4585
  msgid "Turkey"
4586
  msgstr ""
4587
 
 
4588
  #: includes/functions.php:1016
4589
  msgid "Turkmenistan"
4590
  msgstr ""
4591
 
 
4592
  #: includes/functions.php:1017
4593
  msgid "Turks and Caicos Islands"
4594
  msgstr ""
4595
 
 
4596
  #: includes/functions.php:1018
4597
  msgid "Tuvalu"
4598
  msgstr ""
4599
 
 
4600
  #: includes/functions.php:1019
4601
  msgid "Uganda"
4602
  msgstr ""
4603
 
 
4604
  #: includes/functions.php:1020
4605
  msgid "Ukraine"
4606
  msgstr ""
4607
 
 
4608
  #: includes/functions.php:1021
4609
  msgid "United Arab Emirates"
4610
  msgstr ""
4611
 
 
4612
  #: includes/functions.php:1022
4613
  msgid "United Kingdom of Great Britain and Northern Ireland"
4614
  msgstr ""
4615
 
 
4616
  #: includes/functions.php:1023
4617
  msgid "United States of America"
4618
  msgstr ""
4619
 
 
4620
  #: includes/functions.php:1024
4621
  msgid "United States Minor Outlying Islands"
4622
  msgstr ""
4623
 
 
4624
  #: includes/functions.php:1025
4625
  msgid "Uruguay"
4626
  msgstr ""
4627
 
 
4628
  #: includes/functions.php:1026
4629
  msgid "Uzbekistan"
4630
  msgstr ""
4631
 
 
4632
  #: includes/functions.php:1027
4633
  msgid "Vanuatu"
4634
  msgstr ""
4635
 
 
4636
  #: includes/functions.php:1028
4637
  msgid "Vatican City State"
4638
  msgstr ""
4639
 
 
4640
  #: includes/functions.php:1029
4641
  msgid "Venezuela (Bolivarian Republic of)"
4642
  msgstr ""
4643
 
 
4644
  #: includes/functions.php:1030
4645
  msgid "Viet Nam"
4646
  msgstr ""
4647
 
 
4648
  #: includes/functions.php:1031
4649
  msgid "Virgin Islands (British)"
4650
  msgstr ""
4651
 
 
4652
  #: includes/functions.php:1032
4653
  msgid "Virgin Islands (U.S.)"
4654
  msgstr ""
4655
 
 
4656
  #: includes/functions.php:1033
4657
  msgid "Wallis and Futuna"
4658
  msgstr ""
4659
 
 
4660
  #: includes/functions.php:1034
4661
  msgid "Western Sahara"
4662
  msgstr ""
4663
 
 
4664
  #: includes/functions.php:1035
4665
  msgid "Yemen"
4666
  msgstr ""
4667
 
 
4668
  #: includes/functions.php:1036
4669
  msgid "Zambia"
4670
  msgstr ""
4671
 
 
4672
  #: includes/functions.php:1037
4673
  msgid "Zimbabwe"
4674
  msgstr ""
4675
 
 
4676
  #: includes/functions.php:1053
4677
  msgid "January"
4678
  msgstr ""
4679
 
 
4680
  #: includes/functions.php:1054
4681
  msgid "February"
4682
  msgstr ""
4683
 
 
4684
  #: includes/functions.php:1055
4685
  msgid "March"
4686
  msgstr ""
4687
 
 
4688
  #: includes/functions.php:1056
4689
  msgid "April"
4690
  msgstr ""
4691
 
 
4692
  #: includes/functions.php:1057
4693
  msgid "May"
4694
  msgstr ""
4695
 
 
4696
  #: includes/functions.php:1058
4697
  msgid "June"
4698
  msgstr ""
4699
 
 
4700
  #: includes/functions.php:1059
4701
  msgid "July"
4702
  msgstr ""
4703
 
 
4704
  #: includes/functions.php:1060
4705
  msgid "August"
4706
  msgstr ""
4707
 
 
4708
  #: includes/functions.php:1061
4709
  msgid "September"
4710
  msgstr ""
4711
 
 
4712
  #: includes/functions.php:1062
4713
  msgid "October"
4714
  msgstr ""
4715
 
 
4716
  #: includes/functions.php:1063
4717
  msgid "November"
4718
  msgstr ""
4719
 
 
4720
  #: includes/functions.php:1064
4721
  msgid "December"
4722
  msgstr ""
4723
 
 
4724
  #: includes/functions.php:1080
4725
  msgid "Sunday"
4726
  msgstr ""
4727
 
 
4728
  #: includes/functions.php:1081
4729
  msgid "Monday"
4730
  msgstr ""
4731
 
 
4732
  #: includes/functions.php:1082
4733
  msgid "Tuesday"
4734
  msgstr ""
4735
 
 
4736
  #: includes/functions.php:1083
4737
  msgid "Wednesday"
4738
  msgstr ""
4739
 
 
4740
  #: includes/functions.php:1084
4741
  msgid "Thursday"
4742
  msgstr ""
4743
 
 
4744
  #: includes/functions.php:1085
4745
  msgid "Friday"
4746
  msgstr ""
4747
 
 
4748
  #: includes/functions.php:1086
4749
  msgid "Saturday"
4750
  msgstr ""
4751
 
 
4752
  #: includes/integrations.php:28
4753
  msgid "Select a form to display"
4754
  msgstr ""
4755
 
 
4756
  #: includes/integrations.php:35
4757
  msgid "No forms found"
4758
  msgstr ""
4759
 
 
4760
  #: includes/integrations.php:44
4761
  msgid "Content"
4762
  msgstr ""
4763
 
 
4764
  #: includes/integrations.php:45
4765
  msgid "Add your form"
4766
  msgstr ""
4767
 
 
 
 
 
 
4768
  #: includes/integrations.php:49
4769
  #: src/Forms/Preview.php:124
4770
  #: src/Integrations/Gutenberg/FormSelector.php:101
@@ -4773,40 +6150,54 @@ msgstr ""
4773
  msgid "Form"
4774
  msgstr ""
4775
 
 
4776
  #: includes/integrations.php:53
4777
  msgid "Select a form to add it to your post or page."
4778
  msgstr ""
4779
 
 
4780
  #: includes/integrations.php:58
4781
  msgid "Display Form Name"
4782
  msgstr ""
4783
 
 
 
4784
  #: includes/integrations.php:61
4785
  #: includes/integrations.php:76
4786
  msgid "No"
4787
  msgstr ""
4788
 
 
 
4789
  #: includes/integrations.php:62
4790
  #: includes/integrations.php:77
4791
  msgid "Yes"
4792
  msgstr ""
4793
 
 
4794
  #: includes/integrations.php:65
4795
  msgid "Would you like to display the forms name?"
4796
  msgstr ""
4797
 
 
4798
  #: includes/integrations.php:73
4799
  msgid "Display Form Description"
4800
  msgstr ""
4801
 
 
4802
  #: includes/integrations.php:80
4803
  msgid "Would you like to display the form description?"
4804
  msgstr ""
4805
 
 
4806
  #: includes/providers/class-base.php:89
4807
  msgid "Connection"
4808
  msgstr ""
4809
 
 
 
 
 
4810
  #: includes/providers/class-base.php:159
4811
  #: includes/providers/class-base.php:1143
4812
  #: includes/providers/class-base.php:1191
@@ -4815,29 +6206,39 @@ msgid "You do not have permission"
4815
  msgstr ""
4816
 
4817
  #. translators: %s - Name field label.
 
4818
  #: includes/providers/class-base.php:477
4819
  msgid "%s (Full)"
4820
  msgstr ""
4821
 
4822
  #. translators: %s - Name field label.
 
4823
  #: includes/providers/class-base.php:492
4824
  msgid "%s (First)"
4825
  msgstr ""
4826
 
4827
  #. translators: %s - Name field label.
 
4828
  #: includes/providers/class-base.php:508
4829
  msgid "%s (Middle)"
4830
  msgstr ""
4831
 
4832
  #. translators: %s - Name field label.
 
4833
  #: includes/providers/class-base.php:524
4834
  msgid "%s (Last)"
4835
  msgstr ""
4836
 
 
4837
  #: includes/providers/class-base.php:730
4838
  msgid "Select Account"
4839
  msgstr ""
4840
 
 
 
 
 
 
4841
  #: includes/providers/class-base.php:742
4842
  #: includes/providers/class-base.php:1304
4843
  #: includes/providers/class-constant-contact.php:486
@@ -4846,59 +6247,80 @@ msgstr ""
4846
  msgid "Add New Account"
4847
  msgstr ""
4848
 
 
4849
  #: includes/providers/class-base.php:775
4850
  msgid "Select List"
4851
  msgstr ""
4852
 
 
4853
  #: includes/providers/class-base.php:821
4854
  msgid "Select Groups"
4855
  msgstr ""
4856
 
 
4857
  #: includes/providers/class-base.php:823
4858
  msgid "We also noticed that you have some segments in your list. You can select specific list segments below if needed. This is optional."
4859
  msgstr ""
4860
 
 
 
4861
  #: includes/providers/class-base.php:883
4862
  #: includes/providers/class-base.php:888
4863
  msgid "List Fields"
4864
  msgstr ""
4865
 
 
4866
  #: includes/providers/class-base.php:888
4867
  msgid "Available Form Fields"
4868
  msgstr ""
4869
 
 
 
4870
  #: includes/providers/class-base.php:961
4871
  #: src/Providers/Provider/Settings/FormBuilder.php:235
4872
  msgid "Marketing provider connection"
4873
  msgstr ""
4874
 
4875
  #. translators: %s - Provider type.
 
4876
  #: includes/providers/class-base.php:1077
4877
  msgid "Add New %s"
4878
  msgstr ""
4879
 
 
 
 
4880
  #: includes/providers/class-base.php:1151
4881
  #: includes/providers/class-base.php:1199
4882
  #: src/Providers/Provider/Settings/PageIntegrations.php:189
4883
  msgid "Missing data"
4884
  msgstr ""
4885
 
 
 
4886
  #: includes/providers/class-base.php:1167
4887
  #: src/Providers/Provider/Settings/PageIntegrations.php:205
4888
  msgid "Connection missing"
4889
  msgstr ""
4890
 
 
4891
  #: includes/providers/class-base.php:1211
4892
  msgid "Could not connect to the provider."
4893
  msgstr ""
4894
 
4895
  #. translators: %s - Connection date.
 
 
 
4896
  #: includes/providers/class-base.php:1221
4897
  #: includes/providers/class-base.php:1293
4898
  #: src/Providers/Provider/Settings/PageIntegrations.php:104
4899
  msgid "Connected on: %s"
4900
  msgstr ""
4901
 
 
 
 
4902
  #: includes/providers/class-base.php:1222
4903
  #: includes/providers/class-base.php:1294
4904
  #: src/Providers/Provider/Settings/PageIntegrations.php:105
@@ -4906,522 +6328,397 @@ msgid "Disconnect"
4906
  msgstr ""
4907
 
4908
  #. translators: %s - provider name.
 
 
4909
  #: includes/providers/class-base.php:1248
4910
  #: src/Providers/Provider/Settings/PageIntegrations.php:131
4911
  msgid "Connect to %s"
4912
  msgstr ""
4913
 
 
 
4914
  #: includes/providers/class-base.php:1266
4915
  #: src/Providers/Provider/Settings/PageIntegrations.php:77
4916
  msgid "Show Accounts"
4917
  msgstr ""
4918
 
4919
  #. translators: %s - provider name.
 
 
4920
  #: includes/providers/class-base.php:1275
4921
  #: src/Providers/Provider/Settings/PageIntegrations.php:86
4922
  msgid "Integrate %s with WPForms"
4923
  msgstr ""
4924
 
 
 
4925
  #: includes/providers/class-base.php:1278
4926
  #: src/Providers/Provider/Settings/PageIntegrations.php:89
4927
  msgid "Connected"
4928
  msgstr ""
4929
 
 
 
4930
  #: includes/providers/class-base.php:1311
4931
  #: src/Providers/Provider/Settings/PageIntegrations.php:143
4932
  msgid "Please fill out all of the fields below to add your new provider account."
4933
  msgstr ""
4934
 
 
4935
  #: includes/providers/class-constant-contact.php:109
4936
  msgid "Constant Contact Subscription stopped by conditional logic"
4937
  msgstr ""
4938
 
 
 
 
4939
  #: includes/providers/class-constant-contact.php:127
4940
  #: includes/providers/class-constant-contact.php:305
4941
  #: includes/providers/class-constant-contact.php:390
4942
  msgid "Constant Contact API Error"
4943
  msgstr ""
4944
 
 
4945
  #: includes/providers/class-constant-contact.php:397
4946
  msgid "API list error: Constant API error"
4947
  msgstr ""
4948
 
 
4949
  #: includes/providers/class-constant-contact.php:489
4950
  msgid "Please fill out all of the fields below to register your new Constant Contact account."
4951
  msgstr ""
4952
 
 
 
4953
  #: includes/providers/class-constant-contact.php:491
4954
  #: includes/providers/class-constant-contact.php:592
4955
  msgid "Click here for documentation on connecting WPForms with Constant Contact."
4956
  msgstr ""
4957
 
 
 
4958
  #: includes/providers/class-constant-contact.php:496
4959
  #: includes/providers/class-constant-contact.php:597
4960
  msgid "Because Constant Contact requires external authentication, you will need to register WPForms with Constant Contact before you can proceed."
4961
  msgstr ""
4962
 
 
 
4963
  #: includes/providers/class-constant-contact.php:500
4964
  #: includes/providers/class-constant-contact.php:601
4965
  msgid "Click here to register with Constant Contact"
4966
  msgstr ""
4967
 
 
 
4968
  #: includes/providers/class-constant-contact.php:503
4969
  #: includes/providers/class-constant-contact.php:604
4970
  msgid "Authorization Code"
4971
  msgstr ""
4972
 
 
 
4973
  #: includes/providers/class-constant-contact.php:505
4974
  #: includes/providers/class-constant-contact.php:606
4975
  msgid "Account Nickname"
4976
  msgstr ""
4977
 
 
4978
  #: includes/providers/class-constant-contact.php:547
4979
  msgid "Get the most out of <strong>WPForms</strong> &mdash; use it with an active Constant Contact account."
4980
  msgstr ""
4981
 
 
 
4982
  #: includes/providers/class-constant-contact.php:556
4983
  #: includes/providers/class-constant-contact.php:663
4984
  msgid "Try Constant Contact for Free"
4985
  msgstr ""
4986
 
4987
  #. translators: %s - WPForms Constant Contact internal URL.
 
4988
  #: includes/providers/class-constant-contact.php:562
4989
  msgid "Learn More about the <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">power of email marketing</a>"
4990
  msgstr ""
4991
 
 
4992
  #: includes/providers/class-constant-contact.php:654
4993
  msgid "Get the most out of the <strong>WPForms</strong> plugin &mdash; use it with an active Constant Contact account."
4994
  msgstr ""
4995
 
 
4996
  #: includes/providers/class-constant-contact.php:666
4997
  msgid "Connect your existing account"
4998
  msgstr ""
4999
 
5000
  #. translators: %s - WPForms Constant Contact internal URL.
 
5001
  #: includes/providers/class-constant-contact.php:672
5002
  msgid "Learn More about the <a href=\"%s\">power of email marketing</a>"
5003
  msgstr ""
5004
 
 
5005
  #: includes/providers/class-constant-contact.php:744
5006
  msgid "Grow Your Website with WPForms + Email Marketing"
5007
  msgstr ""
5008
 
 
5009
  #: includes/providers/class-constant-contact.php:745
5010
  msgid "Wondering if email marketing is really worth your time?"
5011
  msgstr ""
5012
 
 
5013
  #: includes/providers/class-constant-contact.php:746
5014
  msgid "Email is hands-down the most effective way to nurture leads and turn them into customers, with a return on investment (ROI) of <strong>$44 back for every $1 spent</strong> according to DMA."
5015
  msgstr ""
5016
 
 
5017
  #: includes/providers/class-constant-contact.php:747
5018
  msgid "Here are 3 big reasons why every smart business in the world has an email list:"
5019
  msgstr ""
5020
 
 
5021
  #: includes/providers/class-constant-contact.php:752
5022
  msgid "<strong>Email is still #1</strong> - At least 91% of consumers check their email on a daily basis. You get direct access to your subscribers, without having to play by social media&#39;s rules and algorithms."
5023
  msgstr ""
5024
 
 
5025
  #: includes/providers/class-constant-contact.php:753
5026
  msgid "<strong>You own your email list</strong> - Unlike with social media, your list is your property and no one can revoke your access to it."
5027
  msgstr ""
5028
 
 
5029
  #: includes/providers/class-constant-contact.php:754
5030
  msgid "<strong>Email converts</strong> - People who buy products marketed through email spend 138% more than those who don&#39;t receive email offers."
5031
  msgstr ""
5032
 
 
5033
  #: includes/providers/class-constant-contact.php:756
5034
  msgid "That&#39;s why it&#39;s crucial to start collecting email addresses and building your list as soon as possible."
5035
  msgstr ""
5036
 
5037
  #. translators: %s - WPBeginners.com Guide to Email Lists URL.
 
5038
  #: includes/providers/class-constant-contact.php:762
5039
  msgid "For more details, see this guide on <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">why building your email list is so important</a>."
5040
  msgstr ""
5041
 
 
5042
  #: includes/providers/class-constant-contact.php:776
5043
  msgid "You&#39;ve Already Started - Here&#39;s the Next Step (It&#39;s Easy)"
5044
  msgstr ""
5045
 
 
5046
  #: includes/providers/class-constant-contact.php:777
5047
  msgid "Here are the 3 things you need to build an email list:"
5048
  msgstr ""
5049
 
 
5050
  #: includes/providers/class-constant-contact.php:779
5051
  msgid "A Website or Blog"
5052
  msgstr ""
5053
 
 
5054
  #: includes/providers/class-constant-contact.php:780
5055
  msgid "High-Converting Form Builder"
5056
  msgstr ""
5057
 
 
5058
  #: includes/providers/class-constant-contact.php:781
5059
  msgid "The Best Email Marketing Service"
5060
  msgstr ""
5061
 
 
5062
  #: includes/providers/class-constant-contact.php:783
5063
  msgid "With a powerful email marketing service like Constant Contact, you can instantly send out mass notifications and beautifully designed newsletters to engage your subscribers."
5064
  msgstr ""
5065
 
 
5066
  #: includes/providers/class-constant-contact.php:786
5067
  msgid "Get Started with Constant Contact for Free"
5068
  msgstr ""
5069
 
 
5070
  #: includes/providers/class-constant-contact.php:789
5071
  msgid "WPForms plugin makes it fast and easy to capture all kinds of visitor information right from your WordPress site - even if you don&#39;t have a Constant Contact account."
5072
  msgstr ""
5073
 
 
5074
  #: includes/providers/class-constant-contact.php:790
5075
  msgid "But when you combine WPForms with Constant Contact, you can nurture your contacts and engage with them even after they leave your website. When you use Constant Contact + WPForms together, you can:"
5076
  msgstr ""
5077
 
 
5078
  #: includes/providers/class-constant-contact.php:792
5079
  msgid "Seamlessly add new contacts to your email list"
5080
  msgstr ""
5081
 
 
5082
  #: includes/providers/class-constant-contact.php:793
5083
  msgid "Create and send professional email newsletters"
5084
  msgstr ""
5085
 
 
5086
  #: includes/providers/class-constant-contact.php:794
5087
  msgid "Get expert marketing and support"
5088
  msgstr ""
5089
 
 
5090
  #: includes/providers/class-constant-contact.php:798
5091
  msgid "Try Constant Contact Today"
5092
  msgstr ""
5093
 
 
5094
  #: includes/providers/class-constant-contact.php:802
5095
  msgid "WPForms Makes List Building Easy"
5096
  msgstr ""
5097
 
 
5098
  #: includes/providers/class-constant-contact.php:803
5099
  msgid "When creating WPForms, our goal was to make a WordPress forms plugin that&#39;s both EASY and POWERFUL."
5100
  msgstr ""
5101
 
 
5102
  #: includes/providers/class-constant-contact.php:804
5103
  msgid "We made the form creation process extremely intuitive, so you can create a form to start capturing emails within 5 minutes or less."
5104
  msgstr ""
5105
 
 
5106
  #: includes/providers/class-constant-contact.php:805
5107
  msgid "Here&#39;s how it works."
5108
  msgstr ""
5109
 
 
5110
  #: includes/providers/class-constant-contact.php:809
5111
  msgid "1. Select from our pre-built templates, or create a form from scratch."
5112
  msgstr ""
5113
 
 
5114
  #: includes/providers/class-constant-contact.php:813
5115
  msgid "2. Drag and drop any field you want onto your signup form."
5116
  msgstr ""
5117
 
 
5118
  #: includes/providers/class-constant-contact.php:817
5119
  msgid "3. Connect your Constant Contact email list."
5120
  msgstr ""
5121
 
 
5122
  #: includes/providers/class-constant-contact.php:821
5123
  msgid "4. Add your new form to any post, page, or sidebar."
5124
  msgstr ""
5125
 
 
5126
  #: includes/providers/class-constant-contact.php:824
5127
  msgid "It doesn&#39;t matter what kind of business you run, what kind of website you have, or what industry you are in - you need to start building your email list today."
5128
  msgstr ""
5129
 
 
5130
  #: includes/providers/class-constant-contact.php:825
5131
  msgid "With Constant Contact + WPForms, growing your list is easy."
5132
  msgstr ""
5133
 
 
5134
  #: includes/templates/class-blank.php:17
5135
  msgid "Blank Form"
5136
  msgstr ""
5137
 
 
5138
  #: includes/templates/class-blank.php:19
5139
  msgid "The blank form allows you to create any type of form using our drag & drop builder."
5140
  msgstr ""
5141
 
 
5142
  #: includes/templates/class-contact.php:17
5143
  msgid "Simple Contact Form"
5144
  msgstr ""
5145
 
 
5146
  #: includes/templates/class-contact.php:19
5147
  msgid "Allow your users to contact you with this simple contact form. You can add and remove fields as needed."
5148
  msgstr ""
5149
 
 
5150
  #: includes/templates/class-contact.php:45
5151
  msgid "Comment or Message"
5152
  msgstr ""
5153
 
 
5154
  #: includes/templates/class-subscribe.php:17
5155
  msgid "Newsletter Signup Form"
5156
  msgstr ""
5157
 
 
5158
  #: includes/templates/class-subscribe.php:19
5159
  msgid "Add subscribers and grow your email list with this newsletter signup form. You can add and remove fields as needed."
5160
  msgstr ""
5161
 
 
5162
  #: includes/templates/class-subscribe.php:24
5163
  msgid "Don&#39;t Forget"
5164
  msgstr ""
5165
 
 
5166
  #: includes/templates/class-subscribe.php:25
5167
  msgid "Click the marketing tab to configure your newsletter service provider"
5168
  msgstr ""
5169
 
 
5170
  #: includes/templates/class-suggestion.php:17
5171
  msgid "Suggestion Form"
5172
  msgstr ""
5173
 
 
5174
  #: includes/templates/class-suggestion.php:19
5175
  msgid "Ask your users for suggestions with this simple form template. You can add and remove fields as needed."
5176
  msgstr ""
5177
 
 
5178
  #: includes/templates/class-suggestion.php:38
5179
  msgid "Please enter your email, so we can follow up with you."
5180
  msgstr ""
5181
 
 
5182
  #: includes/templates/class-suggestion.php:45
5183
  msgid "Which department do you have a suggestion for?"
5184
  msgstr ""
5185
 
 
5186
  #: includes/templates/class-suggestion.php:48
5187
  msgid "Sales"
5188
  msgstr ""
5189
 
 
5190
  #: includes/templates/class-suggestion.php:54
5191
  msgid "Product Development"
5192
  msgstr ""
5193
 
 
5194
  #: includes/templates/class-suggestion.php:65
5195
  msgid "Subject"
5196
  msgstr ""
5197
 
 
5198
  #: includes/templates/class-suggestion.php:72
5199
  #: lite/wpforms-lite.php:206
5200
  #: lite/wpforms-lite.php:302
5201
  msgid "Message"
5202
  msgstr ""
5203
 
5204
- #: lite/wpforms-lite.php:67
5205
- msgid "Multiple notifications"
5206
- msgstr ""
5207
-
5208
- #: lite/wpforms-lite.php:68
5209
- msgid "Add New Notification"
5210
- msgstr ""
5211
-
5212
- #: lite/wpforms-lite.php:104
5213
- msgid "Send To Email Address"
5214
- msgstr ""
5215
-
5216
- #: lite/wpforms-lite.php:107
5217
- msgid "Enter the email address to receive form entry notifications. For multiple notifications, separate email addresses with a comma."
5218
- msgstr ""
5219
-
5220
- #: lite/wpforms-lite.php:123
5221
- msgid "CC"
5222
- msgstr ""
5223
-
5224
- #: lite/wpforms-lite.php:139
5225
- msgid "Email Subject"
5226
- msgstr ""
5227
-
5228
- #: lite/wpforms-lite.php:155
5229
- msgid "From Name"
5230
- msgstr ""
5231
-
5232
- #: lite/wpforms-lite.php:173
5233
- msgid "From Email"
5234
- msgstr ""
5235
-
5236
- #: lite/wpforms-lite.php:191
5237
- msgid "Reply-To"
5238
- msgstr ""
5239
-
5240
- #. translators: %s - {all_fields} Smart Tag.
5241
- #: lite/wpforms-lite.php:219
5242
- msgid "To display all form fields, use the %s Smart Tag."
5243
- msgstr ""
5244
-
5245
- #: lite/wpforms-lite.php:278
5246
- msgid "Multiple confirmations"
5247
- msgstr ""
5248
-
5249
- #: lite/wpforms-lite.php:279
5250
- msgid "Add New Confirmation"
5251
- msgstr ""
5252
-
5253
- #: lite/wpforms-lite.php:298
5254
- msgid "Confirmation Type"
5255
- msgstr ""
5256
-
5257
- #: lite/wpforms-lite.php:303
5258
- msgid "Show Page"
5259
- msgstr ""
5260
-
5261
- #: lite/wpforms-lite.php:304
5262
- msgid "Go to URL (Redirect)"
5263
- msgstr ""
5264
-
5265
- #: lite/wpforms-lite.php:317
5266
- msgid "Confirmation Message"
5267
- msgstr ""
5268
-
5269
- #: lite/wpforms-lite.php:334
5270
- msgid "Automatically scroll to the confirmation message"
5271
- msgstr ""
5272
-
5273
- #: lite/wpforms-lite.php:352
5274
- msgid "Confirmation Page"
5275
- msgstr ""
5276
-
5277
- #: lite/wpforms-lite.php:365
5278
- msgid "Confirmation Redirect URL"
5279
- msgstr ""
5280
-
5281
- #. translators: %s - WPForms.com docs page URL.
5282
- #: lite/wpforms-lite.php:399
5283
- msgid "You've just turned off notification emails for this form. Since entries are not stored in WPForms Lite, notification emails are recommended for collecting entry details. For setup steps, <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">please see our notification tutorial</a>."
5284
- msgstr ""
5285
-
5286
- #: lite/wpforms-lite.php:435
5287
- msgid "Dismiss this message"
5288
- msgstr ""
5289
-
5290
- #: lite/wpforms-lite.php:437
5291
- msgid "Thanks for being a loyal WPForms Lite user. Upgrade to WPForms Pro to unlock all the awesome features and experience why WPForms is consistently rated the best WordPress form builder."
5292
- msgstr ""
5293
-
5294
- #. translators: %s - star icons.
5295
- #: lite/wpforms-lite.php:443
5296
- msgid "We know that you will truly love WPForms. It has over 5000+ five star ratings (%s) and is active on over 3 million websites."
5297
- msgstr ""
5298
-
5299
- #: lite/wpforms-lite.php:455
5300
- msgid "Pro Features:"
5301
- msgstr ""
5302
-
5303
- #: lite/wpforms-lite.php:458
5304
- msgid "Entry Management - view all leads in one place"
5305
- msgstr ""
5306
-
5307
- #: lite/wpforms-lite.php:459
5308
- msgid "All form features like file upload, pagination, etc"
5309
- msgstr ""
5310
-
5311
- #: lite/wpforms-lite.php:460
5312
- msgid "Create surveys & polls with the surveys addon"
5313
- msgstr ""
5314
-
5315
- #: lite/wpforms-lite.php:461
5316
- msgid "WordPress user registration and login forms"
5317
- msgstr ""
5318
-
5319
- #: lite/wpforms-lite.php:462
5320
- msgid "Create payment forms with Stripe and PayPal"
5321
- msgstr ""
5322
-
5323
- #: lite/wpforms-lite.php:465
5324
- msgid "Powerful Conditional Logic so you can create smart forms"
5325
- msgstr ""
5326
-
5327
- #: lite/wpforms-lite.php:466
5328
- msgid "500+ integrations with different marketing & payment services"
5329
- msgstr ""
5330
-
5331
- #: lite/wpforms-lite.php:467
5332
- msgid "Collect signatures, geo-location data, and more"
5333
- msgstr ""
5334
-
5335
- #: lite/wpforms-lite.php:468
5336
- msgid "Accept user submitted content with Post Submissions addon"
5337
- msgstr ""
5338
-
5339
- #: lite/wpforms-lite.php:469
5340
- msgid "Bonus form templates, form abandonment, and more"
5341
- msgstr ""
5342
-
5343
- #: lite/wpforms-lite.php:474
5344
- msgid "Get WPForms Pro Today and Unlock all the Powerful Features »"
5345
- msgstr ""
5346
-
5347
- #: lite/wpforms-lite.php:480
5348
- msgid "<strong>Bonus:</strong> WPForms Lite users get <span class=\"green\">50% off regular price</span>, automatically applied at checkout."
5349
- msgstr ""
5350
-
5351
- #: lite/wpforms-lite.php:649
5352
- msgid "View and Manage All Your Form Entries inside WordPress"
5353
- msgstr ""
5354
-
5355
- #: lite/wpforms-lite.php:651
5356
- msgid "Form entries are not stored in WPForms Lite."
5357
- msgstr ""
5358
-
5359
- #: lite/wpforms-lite.php:652
5360
- msgid "Once you upgrade to WPForms Pro, all future form entries will be stored in your WordPress database and displayed on this Entries screen."
5361
- msgstr ""
5362
-
5363
- #: lite/wpforms-lite.php:656
5364
- msgid "View Entries in Dashboard"
5365
- msgstr ""
5366
-
5367
- #: lite/wpforms-lite.php:657
5368
- msgid "Export Entries in a CSV File"
5369
- msgstr ""
5370
-
5371
- #: lite/wpforms-lite.php:658
5372
- msgid "Add Notes / Comments"
5373
- msgstr ""
5374
-
5375
- #: lite/wpforms-lite.php:659
5376
- msgid "Save Favorite Entries"
5377
- msgstr ""
5378
-
5379
- #: lite/wpforms-lite.php:662
5380
- msgid "Mark Read / Unread"
5381
- msgstr ""
5382
-
5383
- #: lite/wpforms-lite.php:663
5384
- msgid "Print Entries"
5385
- msgstr ""
5386
-
5387
- #: lite/wpforms-lite.php:664
5388
- msgid "Resend Notifications"
5389
- msgstr ""
5390
-
5391
- #: lite/wpforms-lite.php:665
5392
- msgid "See Geolocation Data"
5393
- msgstr ""
5394
-
5395
- #: lite/wpforms-lite.php:671
5396
- msgid "Upgrade to WPForms Pro Now"
5397
- msgstr ""
5398
-
5399
- #: lite/wpforms-lite.php:1097
5400
- msgid "Search Addons"
5401
- msgstr ""
5402
-
5403
- #: lite/wpforms-lite.php:1100
5404
- msgid "Form Addons are a PRO feature."
5405
- msgstr ""
5406
-
5407
- #: lite/wpforms-lite.php:1101
5408
- msgid "Please upgrade to the PRO plan to unlock them and more awesome features."
5409
- msgstr ""
5410
-
5411
- #. translators: %s - addon name
5412
- #: lite/wpforms-lite.php:1120
5413
- msgid "%s Addon"
5414
- msgstr ""
5415
-
5416
  #: pro/includes/fields/class-html.php:107
5417
  msgid "Enter text for the form field label. It will help identify your HTML blocks inside the form builder, but will not be displayed in the form."
5418
  msgstr ""
5419
 
5420
  #. translators: %1$d - Number of minutes; %2$s - Single or plural word 'minute'.
 
5421
  #: src/Admin/Challenge.php:468
5422
  msgid "Complete the <b>WPForms Challenge</b> and get up and running within %1$d&nbsp;%2$s."
5423
  msgstr ""
5424
 
 
 
 
5425
  #: src/Admin/Challenge.php:470
5426
  #: src/Admin/Challenge.php:596
5427
  #: src/Admin/Challenge.php:633
@@ -5430,51 +6727,69 @@ msgid_plural "minutes"
5430
  msgstr[0] ""
5431
  msgstr[1] ""
5432
 
 
 
5433
  #: src/Admin/Challenge.php:482
5434
  #: src/Admin/Challenge.php:534
5435
  msgid "Name Your Form"
5436
  msgstr ""
5437
 
 
 
5438
  #: src/Admin/Challenge.php:484
5439
  #: src/Admin/Challenge.php:545
5440
  msgid "Add Fields to Your Form"
5441
  msgstr ""
5442
 
 
 
5443
  #: src/Admin/Challenge.php:485
5444
  #: src/Admin/Challenge.php:551
5445
  msgid "Check Notification Settings"
5446
  msgstr ""
5447
 
 
 
5448
  #: src/Admin/Challenge.php:486
5449
  #: src/Admin/Challenge.php:575
5450
  msgid "Embed in a Page"
5451
  msgstr ""
5452
 
 
5453
  #: src/Admin/Challenge.php:491
5454
  msgid "Start Challenge"
5455
  msgstr ""
5456
 
 
5457
  #: src/Admin/Challenge.php:493
5458
  msgid "Skip Challenge"
5459
  msgstr ""
5460
 
 
5461
  #: src/Admin/Challenge.php:497
5462
  msgid "Cancel Challenge"
5463
  msgstr ""
5464
 
 
5465
  #: src/Admin/Challenge.php:504
5466
  msgid "WPForms Challenge"
5467
  msgstr ""
5468
 
5469
  #. translators: %s - minutes in 2:00 format.
 
5470
  #: src/Admin/Challenge.php:509
5471
  msgid "%s remaining"
5472
  msgstr ""
5473
 
 
5474
  #: src/Admin/Challenge.php:535
5475
  msgid "Give your form a name so you can easily identify it."
5476
  msgstr ""
5477
 
 
 
 
 
5478
  #: src/Admin/Challenge.php:536
5479
  #: src/Admin/Challenge.php:547
5480
  #: src/Admin/Challenge.php:553
@@ -5482,548 +6797,1091 @@ msgstr ""
5482
  msgid "Done"
5483
  msgstr ""
5484
 
 
5485
  #: src/Admin/Challenge.php:541
5486
  msgid "Build your form from scratch or use one of our pre-made templates."
5487
  msgstr ""
5488
 
 
5489
  #: src/Admin/Challenge.php:546
5490
  msgid "You can add additional fields to your form, if you need them. This step is optional."
5491
  msgstr ""
5492
 
 
5493
  #: src/Admin/Challenge.php:552
5494
  msgid "The default notification settings might be sufficient, but double&#8209;check to be sure."
5495
  msgstr ""
5496
 
 
5497
  #: src/Admin/Challenge.php:572
5498
  msgid "Add a Block"
5499
  msgstr ""
5500
 
 
5501
  #: src/Admin/Challenge.php:573
5502
  msgid "Click the “Add Block” button, search WPForms, select block to embed."
5503
  msgstr ""
5504
 
 
5505
  #: src/Admin/Challenge.php:576
5506
  msgid "Click the “Add Form” button, select your form, then add the embed code."
5507
  msgstr ""
5508
 
 
5509
  #: src/Admin/Challenge.php:588
5510
  msgid "Congrats, you did it!"
5511
  msgstr ""
5512
 
5513
  #. translators: %1$s - Number of minutes in HTML container; %2$s - Single or plural word 'minute'; %3$s - Number of seconds in HTML container; %4$s - Single or plural word 'second'; %5$s - 5 rating star symbols HTML.
 
5514
  #: src/Admin/Challenge.php:594
5515
  msgid "You completed the WPForms Challenge in <b>%1$s %2$s %3$s %4$s</b>. Share your success story with other WPForms users and help us spread the word <b>by giving WPForms a 5-star rating (%5$s) on WordPress.org</b>. Thanks for your support and we look forward to bringing more awesome features."
5516
  msgstr ""
5517
 
 
5518
  #: src/Admin/Challenge.php:598
5519
  msgid "second"
5520
  msgid_plural "seconds"
5521
  msgstr[0] ""
5522
  msgstr[1] ""
5523
 
 
5524
  #: src/Admin/Challenge.php:614
5525
  msgid "Rate WPForms on WordPress.org"
5526
  msgstr ""
5527
 
 
5528
  #: src/Admin/Challenge.php:625
5529
  msgid "Help us improve WPForms"
5530
  msgstr ""
5531
 
5532
  #. translators: %1$d - Number of minutes; %2$s - Single or plural word 'minute'.
 
5533
  #: src/Admin/Challenge.php:631
5534
  msgid "We`re sorry that it took longer than %1$d %2$s to create a form. Our goal is to create the most beginner friendly WordPress form plugin. Please take a moment to let us know how we can improve WPForms."
5535
  msgstr ""
5536
 
 
5537
  #: src/Admin/Challenge.php:640
5538
  msgid "Yes, I give WPForms permission to contact me for any follow up questions."
5539
  msgstr ""
5540
 
 
5541
  #: src/Admin/Challenge.php:642
5542
  msgid "Submit Feedback"
5543
  msgstr ""
5544
 
 
5545
  #: src/Admin/Challenge.php:665
5546
  msgid "Take the WPForms Challenge"
5547
  msgstr ""
5548
 
 
5549
  #: src/Admin/Challenge.php:666
5550
  msgid "Create your first form with our guided setup wizard in less than 5 minutes to experience the WPForms difference."
5551
  msgstr ""
5552
 
 
5553
  #: src/Admin/Challenge.php:669
5554
  msgid "Start the WPForms Challenge"
5555
  msgstr ""
5556
 
 
5557
  #: src/Admin/FlyoutMenu.php:72
5558
  msgid "Support & Docs"
5559
  msgstr ""
5560
 
 
5561
  #: src/Admin/FlyoutMenu.php:77
5562
  msgid "Join Our Community"
5563
  msgstr ""
5564
 
 
 
 
5565
  #: src/Admin/FlyoutMenu.php:82
5566
  #: src/Admin/Pages/Community.php:104
5567
  #: src/Admin/Pages/Community.php:106
5568
  msgid "Suggest a Feature"
5569
  msgstr ""
5570
 
 
5571
  #: src/Admin/FlyoutMenu.php:113
5572
  msgid "See Quick Links"
5573
  msgstr ""
5574
 
5575
  #. translators: %s - Lite plugin download URL.
 
 
5576
  #: src/Admin/Pages/Analytics.php:141
5577
  #: src/Admin/Pages/SMTP.php:137
5578
  msgid "Could not install plugin. Please <a href=\"%s\">download</a> and install manually."
5579
  msgstr ""
5580
 
5581
  #. translators: %s - Lite plugin download URL.
 
 
5582
  #: src/Admin/Pages/Analytics.php:153
5583
  #: src/Admin/Pages/SMTP.php:149
5584
  msgid "Could not activate plugin. Please activate from the <a href=\"%s\">Plugins page</a>."
5585
  msgstr ""
5586
 
 
 
5587
  #: src/Admin/Pages/Analytics.php:164
5588
  #: src/Admin/Pages/SMTP.php:160
5589
  msgid "Installing..."
5590
  msgstr ""
5591
 
 
 
5592
  #: src/Admin/Pages/Analytics.php:165
5593
  #: src/Admin/Pages/SMTP.php:161
5594
  msgid "Activating..."
5595
  msgstr ""
5596
 
 
 
5597
  #: src/Admin/Pages/Analytics.php:166
5598
  #: src/Admin/Pages/Analytics.php:383
5599
  msgid "MonsterInsights Installed & Activated"
5600
  msgstr ""
5601
 
 
 
 
5602
  #: src/Admin/Pages/Analytics.php:167
5603
  #: src/Admin/Pages/Analytics.php:459
5604
  #: src/Admin/Pages/SMTP.php:163
5605
  msgid "Install Now"
5606
  msgstr ""
5607
 
 
 
 
5608
  #: src/Admin/Pages/Analytics.php:168
5609
  #: src/Admin/Pages/Analytics.php:459
5610
  #: src/Admin/Pages/SMTP.php:164
5611
  msgid "Activate Now"
5612
  msgstr ""
5613
 
 
 
5614
  #: src/Admin/Pages/Analytics.php:169
5615
  #: src/Admin/Pages/SMTP.php:165
5616
  msgid "Download Now"
5617
  msgstr ""
5618
 
 
 
5619
  #: src/Admin/Pages/Analytics.php:170
5620
  #: src/Admin/Pages/SMTP.php:166
5621
  msgid "Go to Plugins page"
5622
  msgstr ""
5623
 
 
5624
  #: src/Admin/Pages/Analytics.php:212
5625
  msgid "WPForms ♥ MonsterInsights"
5626
  msgstr ""
5627
 
 
5628
  #: src/Admin/Pages/Analytics.php:213
5629
  msgid "The Best Google Analytics Plugin for WordPress"
5630
  msgstr ""
5631
 
 
5632
  #: src/Admin/Pages/Analytics.php:214
5633
  msgid "MonsterInsights connects WPForms to Google Analytics, providing a powerful integration with their Forms addon. MonsterInsights is a sister company of WPForms."
5634
  msgstr ""
5635
 
 
5636
  #: src/Admin/Pages/Analytics.php:240
5637
  msgid "Analytics screenshot"
5638
  msgstr ""
5639
 
 
 
5640
  #: src/Admin/Pages/Analytics.php:242
5641
  #: src/Admin/Pages/Analytics.php:277
5642
  msgid "Track form impressions and conversions."
5643
  msgstr ""
5644
 
 
5645
  #: src/Admin/Pages/Analytics.php:243
5646
  msgid "View form conversion rates from WordPress."
5647
  msgstr ""
5648
 
 
5649
  #: src/Admin/Pages/Analytics.php:244
5650
  msgid "Complete UTM tracking with form entries."
5651
  msgstr ""
5652
 
 
5653
  #: src/Admin/Pages/Analytics.php:245
5654
  msgid "Automatic integration with WPForms."
5655
  msgstr ""
5656
 
 
 
5657
  #: src/Admin/Pages/Analytics.php:275
5658
  #: src/Admin/Pages/SMTP.php:271
5659
  msgid "Step 1"
5660
  msgstr ""
5661
 
 
5662
  #: src/Admin/Pages/Analytics.php:276
5663
  msgid "Install & Activate MonsterInsights"
5664
  msgstr ""
5665
 
 
 
5666
  #: src/Admin/Pages/Analytics.php:312
5667
  #: src/Admin/Pages/SMTP.php:308
5668
  msgid "Step 2"
5669
  msgstr ""
5670
 
 
5671
  #: src/Admin/Pages/Analytics.php:313
5672
  msgid "Setup MonsterInsights"
5673
  msgstr ""
5674
 
 
5675
  #: src/Admin/Pages/Analytics.php:314
5676
  msgid "MonsterInsights has an intuitive setup wizard to guide you through the setup process."
5677
  msgstr ""
5678
 
 
5679
  #: src/Admin/Pages/Analytics.php:348
5680
  msgid "Step 3"
5681
  msgstr ""
5682
 
 
5683
  #: src/Admin/Pages/Analytics.php:349
5684
  msgid "Get Form Conversion Tracking"
5685
  msgstr ""
5686
 
 
5687
  #: src/Admin/Pages/Analytics.php:350
5688
  msgid "With the MonsterInsights Form addon you can easily track your form views, entries, conversion rates, and more."
5689
  msgstr ""
5690
 
 
5691
  #: src/Admin/Pages/Analytics.php:376
5692
  msgid "Install MonsterInsights"
5693
  msgstr ""
5694
 
 
5695
  #: src/Admin/Pages/Analytics.php:383
5696
  msgid "Activate MonsterInsights"
5697
  msgstr ""
5698
 
 
5699
  #: src/Admin/Pages/Analytics.php:410
5700
  msgid "Run Setup Wizard"
5701
  msgstr ""
5702
 
 
5703
  #: src/Admin/Pages/Analytics.php:416
5704
  msgid "Setup Complete"
5705
  msgstr ""
5706
 
 
5707
  #: src/Admin/Pages/Analytics.php:437
5708
  #: src/Lite/Admin/DashboardWidget.php:223
5709
  #: src/Lite/Admin/DashboardWidget.php:366
5710
  msgid "Learn More"
5711
  msgstr ""
5712
 
 
 
5713
  #: src/Admin/Pages/Analytics.php:493
5714
  #: src/Admin/Pages/SMTP.php:405
5715
  msgid "Plugin unavailable."
5716
  msgstr ""
5717
 
 
5718
  #: src/Admin/Pages/Community.php:64
5719
  msgid "WPForms VIP Circle Facebook Group"
5720
  msgstr ""
5721
 
 
5722
  #: src/Admin/Pages/Community.php:65
5723
  msgid "Powered by the community, for the community. Anything and everything WPForms: Discussions. Questions. Tutorials. Insights and sneak peaks. Also, exclusive giveaways!"
5724
  msgstr ""
5725
 
 
5726
  #: src/Admin/Pages/Community.php:66
5727
  msgid "Join WPForms VIP Circle"
5728
  msgstr ""
5729
 
 
5730
  #: src/Admin/Pages/Community.php:74
5731
  msgid "WPForms Developer Documentation"
5732
  msgstr ""
5733
 
 
5734
  #: src/Admin/Pages/Community.php:75
5735
  msgid "Customize and extend WPForms with code. Our comprehensive developer resources include tutorials, snippets, and documentation on core actions, filters, functions, and more."
5736
  msgstr ""
5737
 
 
5738
  #: src/Admin/Pages/Community.php:76
5739
  msgid "View WPForms Dev Docs"
5740
  msgstr ""
5741
 
 
5742
  #: src/Admin/Pages/Community.php:84
5743
  msgid "WPBeginner Engage Facebook Group"
5744
  msgstr ""
5745
 
 
5746
  #: src/Admin/Pages/Community.php:85
5747
  msgid "Hang out with other WordPress experts and like minded website owners such as yourself! Hosted by WPBeginner, the largest free WordPress site for beginners."
5748
  msgstr ""
5749
 
 
5750
  #: src/Admin/Pages/Community.php:86
5751
  msgid "Join WPBeginner Engage"
5752
  msgstr ""
5753
 
 
5754
  #: src/Admin/Pages/Community.php:94
5755
  msgid "WPForms Translators Community"
5756
  msgstr ""
5757
 
 
5758
  #: src/Admin/Pages/Community.php:95
5759
  msgid "We're building a community of translators and i18n experts to translate WPForms. Sign up to our translator community newsletter to learn more and get information on how you can contribute!"
5760
  msgstr ""
5761
 
 
5762
  #: src/Admin/Pages/Community.php:96
5763
  msgid "Join Translators Community"
5764
  msgstr ""
5765
 
 
5766
  #: src/Admin/Pages/Community.php:105
5767
  msgid "Do you have an idea or suggestion for WPForms? If you have thoughts on features, integrations, addons, or improvements - we want to hear it! We appreciate all feedback and insight from our users."
5768
  msgstr ""
5769
 
 
 
5770
  #: src/Admin/Pages/SMTP.php:162
5771
  #: src/Admin/Pages/SMTP.php:344
5772
  msgid "WP Mail SMTP Installed & Activated"
5773
  msgstr ""
5774
 
 
5775
  #: src/Admin/Pages/SMTP.php:171
5776
  msgid "Go to SMTP Settings"
5777
  msgstr ""
5778
 
 
5779
  #: src/Admin/Pages/SMTP.php:208
5780
  msgid "WPForms ♥ WP Mail SMTP"
5781
  msgstr ""
5782
 
 
5783
  #: src/Admin/Pages/SMTP.php:209
5784
  msgid "Making Email Deliverability Easy for WordPress"
5785
  msgstr ""
5786
 
 
5787
  #: src/Admin/Pages/SMTP.php:210
5788
  msgid "WP Mail SMTP allows you to easily set up WordPress to use a trusted provider to reliably send emails, including form notifications. Built by the same folks behind WPForms."
5789
  msgstr ""
5790
 
 
5791
  #: src/Admin/Pages/SMTP.php:236
5792
  msgid "WP Mail SMTP screenshot"
5793
  msgstr ""
5794
 
 
5795
  #: src/Admin/Pages/SMTP.php:238
5796
  msgid "Over 1,000,000 websites use WP Mail SMTP."
5797
  msgstr ""
5798
 
 
5799
  #: src/Admin/Pages/SMTP.php:239
5800
  msgid "Send emails authenticated via trusted parties."
5801
  msgstr ""
5802
 
 
5803
  #: src/Admin/Pages/SMTP.php:240
5804
  msgid "Transactional Mailers: Pepipost, SendinBlue, Mailgun, SendGrid, Amazon SES."
5805
  msgstr ""
5806
 
 
5807
  #: src/Admin/Pages/SMTP.php:241
5808
  msgid "Web Mailers: Gmail, G Suite, Office 365, Outlook.com."
5809
  msgstr ""
5810
 
 
5811
  #: src/Admin/Pages/SMTP.php:272
5812
  msgid "Install and Activate WP Mail SMTP"
5813
  msgstr ""
5814
 
 
5815
  #: src/Admin/Pages/SMTP.php:273
5816
  msgid "Install WP Mail SMTP from the WordPress.org plugin repository."
5817
  msgstr ""
5818
 
 
5819
  #: src/Admin/Pages/SMTP.php:309
5820
  msgid "Set Up WP Mail SMTP"
5821
  msgstr ""
5822
 
 
5823
  #: src/Admin/Pages/SMTP.php:310
5824
  msgid "Select and configure your mailer."
5825
  msgstr ""
5826
 
 
5827
  #: src/Admin/Pages/SMTP.php:336
5828
  msgid "Install WP Mail SMTP"
5829
  msgstr ""
5830
 
 
5831
  #: src/Admin/Pages/SMTP.php:344
5832
  msgid "Activate WP Mail SMTP"
5833
  msgstr ""
5834
 
 
5835
  #: src/Admin/Pages/SMTP.php:366
5836
  msgid "Start Setup"
5837
  msgstr ""
5838
 
 
5839
  #: src/Admin/Pages/SMTP.php:372
5840
  msgid "Go to SMTP settings"
5841
  msgstr ""
5842
 
 
5843
  #: src/Emails/Mailer.php:427
5844
  msgid "[WPForms\\Emails\\Mailer] Invalid email address."
5845
  msgstr ""
5846
 
 
5847
  #: src/Emails/Mailer.php:431
5848
  msgid "[WPForms\\Emails\\Mailer] Empty subject line."
5849
  msgstr ""
5850
 
 
5851
  #: src/Emails/Mailer.php:435
5852
  msgid "[WPForms\\Emails\\Mailer] Empty message."
5853
  msgstr ""
5854
 
 
5855
  #: src/Emails/Mailer.php:479
5856
  msgid "You cannot send emails with WPForms\\Emails\\Mailer until init/admin_init has been reached."
5857
  msgstr ""
5858
 
 
5859
  #: src/Emails/Summaries.php:98
5860
  msgid "Disable Email Summaries weekly delivery."
5861
  msgstr ""
5862
 
 
5863
  #: src/Emails/Summaries.php:101
5864
  msgid "View Email Summary Example"
5865
  msgstr ""
5866
 
 
5867
  #: src/Emails/Summaries.php:106
5868
  msgid "Disable Email Summaries"
5869
  msgstr ""
5870
 
 
5871
  #: src/Emails/Summaries.php:181
5872
  msgid "Weekly WPForms Email Summaries"
5873
  msgstr ""
5874
 
 
5875
  #: src/Emails/Summaries.php:222
5876
  msgid "WPForms Summary"
5877
  msgstr ""
5878
 
5879
  #. translators: %s - form title.
 
5880
  #: src/Forms/Preview.php:123
5881
  msgid "%s Preview"
5882
  msgstr ""
5883
 
 
5884
  #: src/Forms/Preview.php:185
5885
  msgid "Close this window"
5886
  msgstr ""
5887
 
 
5888
  #: src/Forms/Preview.php:190
5889
  msgid "This is a preview of your form. This page is not publicly accessible."
5890
  msgstr ""
5891
 
5892
  #. translators: %1$s - WPForms doc link.
 
5893
  #: src/Forms/Preview.php:207
5894
  msgid "For form testing tips, check out our <a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">complete guide!</a>"
5895
  msgstr ""
5896
 
 
5897
  #: src/Integrations/Gutenberg/FormSelector.php:93
5898
  msgid "Select and display one of your forms."
5899
  msgstr ""
5900
 
 
5901
  #: src/Integrations/Gutenberg/FormSelector.php:95
5902
  msgid "form"
5903
  msgstr ""
5904
 
 
5905
  #: src/Integrations/Gutenberg/FormSelector.php:96
5906
  msgid "contact"
5907
  msgstr ""
5908
 
 
5909
  #: src/Integrations/Gutenberg/FormSelector.php:97
5910
  msgid "survey"
5911
  msgstr ""
5912
 
 
5913
  #: src/Integrations/Gutenberg/FormSelector.php:99
5914
  msgid "Select a Form"
5915
  msgstr ""
5916
 
 
5917
  #: src/Integrations/Gutenberg/FormSelector.php:100
5918
  msgid "Form Settings"
5919
  msgstr ""
5920
 
 
5921
  #: src/Integrations/Gutenberg/FormSelector.php:102
5922
  msgid "Show Title"
5923
  msgstr ""
5924
 
 
5925
  #: src/Integrations/Gutenberg/FormSelector.php:103
5926
  msgid "Show Description"
5927
  msgstr ""
5928
 
 
5929
  #: src/Integrations/Gutenberg/FormSelector.php:105
5930
  msgid "Do not forget to test your form."
5931
  msgstr ""
5932
 
 
5933
  #: src/Integrations/Gutenberg/FormSelector.php:106
5934
  msgid "Check out our complete guide!"
5935
  msgstr ""
5936
 
 
5937
  #: src/Integrations/Gutenberg/FormSelector.php:220
5938
  msgid "The form cannot be displayed."
5939
  msgstr ""
5940
 
 
5941
  #: src/Integrations/SiteHealth/SiteHealth.php:63
5942
  msgid "Version"
5943
  msgstr ""
5944
 
 
5945
  #: src/Integrations/SiteHealth/SiteHealth.php:71
5946
  msgid "License key type"
5947
  msgstr ""
5948
 
 
5949
  #: src/Integrations/SiteHealth/SiteHealth.php:81
5950
  msgid "Lite install date"
5951
  msgstr ""
5952
 
 
5953
  #: src/Integrations/SiteHealth/SiteHealth.php:89
5954
  msgid "Pro install date"
5955
  msgstr ""
5956
 
 
5957
  #: src/Integrations/SiteHealth/SiteHealth.php:97
5958
  msgid "Not found"
5959
  msgstr ""
5960
 
 
5961
  #: src/Integrations/SiteHealth/SiteHealth.php:100
5962
  msgid "DB tables"
5963
  msgstr ""
5964
 
 
5965
  #: src/Integrations/SiteHealth/SiteHealth.php:107
5966
  msgid "Total forms"
5967
  msgstr ""
5968
 
 
5969
  #: src/Integrations/SiteHealth/SiteHealth.php:114
5970
  msgid "Total entries"
5971
  msgstr ""
5972
 
 
5973
  #: src/Integrations/SiteHealth/SiteHealth.php:131
5974
  msgid "Total submissions (since v1.5.0)"
5975
  msgstr ""
5976
 
5977
  #. translators: %s - URL WP Mail SMTP settings.
 
5978
  #: src/Integrations/WPMailSMTP/Notifications.php:74
5979
  msgid "This setting is disabled because you have the \"Force From Name\" setting enabled in <a href=\"%s\" rel=\"noopener noreferrer\" target=\"_blank\">WP Mail SMTP</a>."
5980
  msgstr ""
5981
 
5982
  #. translators: %s - URL WP Mail SMTP settings.
 
5983
  #: src/Integrations/WPMailSMTP/Notifications.php:105
5984
  msgid "This setting is disabled because you have the \"Force From Email\" setting enabled in <a href=\"%s\" rel=\"noopener noreferrer\" target=\"_blank\">WP Mail SMTP</a>."
5985
  msgstr ""
5986
 
5987
- #: src/Lite/Admin/Builder/Education.php:74
5988
- #: src/Lite/Admin/Settings/Education.php:56
5989
- msgid "is a PRO Feature"
5990
  msgstr ""
5991
 
5992
- #: src/Lite/Admin/Builder/Education.php:75
5993
- #: src/Lite/Admin/Settings/Education.php:57
5994
- msgid "We're sorry, the %name% is not available on your plan. Please upgrade to the PRO plan to unlock all these awesome features."
 
 
5995
  msgstr ""
5996
 
5997
- #: src/Lite/Admin/Builder/Education.php:78
5998
- #: src/Lite/Admin/Builder/Education.php:95
5999
- #: src/Lite/Admin/Settings/Education.php:60
6000
- #: src/Lite/Admin/Settings/Education.php:77
6001
- msgid "<strong>Bonus:</strong> WPForms Lite users get <span>50% off</span> regular price, automatically applied at checkout."
6002
  msgstr ""
6003
 
6004
- #: src/Lite/Admin/Builder/Education.php:85
6005
- #: src/Lite/Admin/Builder/Education.php:102
6006
- #: src/Lite/Admin/Settings/Education.php:67
6007
- #: src/Lite/Admin/Settings/Education.php:84
6008
- msgid "Already purchased?"
6009
  msgstr ""
6010
 
6011
- #: src/Lite/Admin/Builder/Education.php:91
6012
- #: src/Lite/Admin/Settings/Education.php:73
6013
- msgid "is an Elite Feature"
6014
  msgstr ""
6015
 
6016
- #: src/Lite/Admin/Builder/Education.php:92
6017
- #: src/Lite/Admin/Settings/Education.php:74
6018
- msgid "We're sorry, the %name% is not available on your plan. Please upgrade to the Elite plan to unlock all these awesome features."
 
 
6019
  msgstr ""
6020
 
6021
- #: src/Lite/Admin/Builder/Education.php:103
6022
- #: src/Lite/Admin/Settings/Education.php:85
6023
- msgid "Upgrade to Elite"
 
6024
  msgstr ""
6025
 
6026
- #: src/Lite/Admin/Builder/Education.php:139
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6027
  msgid "Request A Quote Form"
6028
  msgstr ""
6029
 
@@ -6211,12 +8069,6 @@ msgstr ""
6211
  msgid "You can have multiple confirmations with conditional logic."
6212
  msgstr ""
6213
 
6214
- #: src/Lite/Admin/Builder/Education.php:744
6215
- #: src/Lite/Admin/Education.php:118
6216
- #: src/Providers/Provider/Settings/FormBuilder.php:285
6217
- msgid "You do not have permission to perform this action."
6218
- msgstr ""
6219
-
6220
  #: src/Lite/Admin/Connect.php:78
6221
  msgid "Sorry, you do not have permission to install plugins."
6222
  msgstr ""
@@ -6331,12 +8183,6 @@ msgstr ""
6331
  msgid "Dismiss this message."
6332
  msgstr ""
6333
 
6334
- #: src/Lite/Admin/Settings/Access.php:84
6335
- #: src/Pro/Admin/Settings/Access.php:195
6336
- #: src/Pro/Admin/Settings/Access.php:217
6337
- msgid "Access"
6338
- msgstr ""
6339
-
6340
  #: src/Lite/Admin/Settings/Access.php:134
6341
  msgid "Access Controls"
6342
  msgstr ""
@@ -6427,143 +8273,3 @@ msgstr ""
6427
  #: src/Lite/Admin/Settings/Access.php:242
6428
  msgid "Upgrade to WPForms Now"
6429
  msgstr ""
6430
-
6431
- #: src/Pro/Admin/Entries/PrintPreview.php:153
6432
- msgid "Hide empty fields"
6433
- msgstr ""
6434
-
6435
- #: src/Pro/Admin/Entries/PrintPreview.php:155
6436
- #: src/Pro/Admin/Entries/PrintPreview.php:198
6437
- msgid "Show empty fields"
6438
- msgstr ""
6439
-
6440
- #: src/Pro/Admin/Entries/PrintPreview.php:164
6441
- msgid "Hide notes"
6442
- msgstr ""
6443
-
6444
- #: src/Pro/Admin/Entries/PrintPreview.php:166
6445
- #: src/Pro/Admin/Entries/PrintPreview.php:199
6446
- msgid "Show notes"
6447
- msgstr ""
6448
-
6449
- #: src/Pro/Admin/Entries/PrintPreview.php:175
6450
- msgid "Normal view"
6451
- msgstr ""
6452
-
6453
- #: src/Pro/Admin/Entries/PrintPreview.php:177
6454
- #: src/Pro/Admin/Entries/PrintPreview.php:200
6455
- msgid "Compact view"
6456
- msgstr ""
6457
-
6458
- #. translators: %d - entry ID.
6459
- #: src/Pro/Admin/Entries/PrintPreview.php:191
6460
- msgid "Entry #%d"
6461
- msgstr ""
6462
-
6463
- #: src/Pro/Admin/Entries/PrintPreview.php:194
6464
- msgid "Print"
6465
- msgstr ""
6466
-
6467
- #: src/Pro/Admin/Entries/PrintPreview.php:215
6468
- msgid "This entry does not have any fields"
6469
- msgstr ""
6470
-
6471
- #: src/Pro/Admin/Entries/PrintPreview.php:233
6472
- msgid "Empty"
6473
- msgstr ""
6474
-
6475
- #: src/Pro/Admin/Entries/PrintPreview.php:250
6476
- msgid "Notes"
6477
- msgstr ""
6478
-
6479
- #. translators: %1$s - user name; %2$s - date
6480
- #: src/Pro/Admin/Entries/PrintPreview.php:263
6481
- msgid "Added by %1$s on %2$s"
6482
- msgstr ""
6483
-
6484
- #: src/Pro/Admin/Settings/Access.php:217
6485
- msgid "Select the user roles that are allowed access to WPForms."
6486
- msgstr ""
6487
-
6488
- #: src/Providers/Provider/Settings/FormBuilder.php:107
6489
- msgid "Custom Field Name"
6490
- msgstr ""
6491
-
6492
- #: src/Providers/Provider/Settings/FormBuilder.php:108
6493
- msgid "Form Field Value"
6494
- msgstr ""
6495
-
6496
- #: src/Providers/Provider/Settings/FormBuilder.php:134
6497
- #: src/Providers/Provider/Settings/FormBuilder.php:185
6498
- msgid "Field Name"
6499
- msgstr ""
6500
-
6501
- #: src/Providers/Provider/Settings/FormBuilder.php:154
6502
- #: src/Providers/Provider/Settings/FormBuilder.php:203
6503
- msgid "Add Another"
6504
- msgstr ""
6505
-
6506
- #: src/Providers/Provider/Settings/FormBuilder.php:160
6507
- msgid "Remove"
6508
- msgstr ""
6509
-
6510
- #: src/Providers/Provider/Settings/FormBuilder.php:219
6511
- msgid "Map custom fields (or properties) to form fields values."
6512
- msgstr ""
6513
-
6514
- #: src/Providers/Provider/Settings/FormBuilder.php:291
6515
- msgid "Something went wrong while performing an AJAX request."
6516
- msgstr ""
6517
-
6518
- #: src/Providers/Provider/Settings/FormBuilder.php:413
6519
- msgid "Add New Connection"
6520
- msgstr ""
6521
-
6522
- #: src/Providers/Provider/Settings/PageIntegrations.php:227
6523
- msgid "You do not have permissions."
6524
- msgstr ""
6525
-
6526
- #: src/Providers/Provider/Settings/PageIntegrations.php:235
6527
- msgid "Missing required data in payload."
6528
- msgstr ""
6529
-
6530
- #: templates/emails/summary-body-plain.php:19
6531
- msgid "Hi there!"
6532
- msgstr ""
6533
-
6534
- #: templates/emails/summary-body-plain.php:24
6535
- #: templates/emails/summary-body.php:29
6536
- msgid "Let’s see how your forms performed."
6537
- msgstr ""
6538
-
6539
- #: templates/emails/summary-body-plain.php:25
6540
- #: templates/emails/summary-body.php:31
6541
- msgid "Below is the total number of submissions for each form, however actual entries are not stored in WPForms Lite. To generate detailed reports and view future entries inside your WordPress dashboard, consider upgrading to Pro."
6542
- msgstr ""
6543
-
6544
- #: templates/emails/summary-body-plain.php:39
6545
- #: templates/emails/summary-body.php:62
6546
- msgid "It appears you do not have any form entries yet."
6547
- msgstr ""
6548
-
6549
- #: templates/fields/number-slider/builder-option-min-max.php:4
6550
- msgid "Minimum"
6551
- msgstr ""
6552
-
6553
- #: templates/fields/number-slider/builder-option-min-max.php:8
6554
- msgid "Maximum"
6555
- msgstr ""
6556
-
6557
- #: wpforms.php:126
6558
- msgid "Your site already has WPForms Pro activated. If you want to switch to WPForms Lite, please first go to Plugins > Installed Plugins and deactivate WPForms. Then, you can activate WPForms Lite."
6559
- msgstr ""
6560
-
6561
- #. translators: %1$s - WPBeginner URL for recommended WordPress hosting.
6562
- #: wpforms.php:159
6563
- msgid "Your site is running an <strong>insecure version</strong> of PHP that is no longer supported. Please contact your web hosting provider to update your PHP version or switch to a <a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">recommended WordPress hosting company</a>."
6564
- msgstr ""
6565
-
6566
- #. translators: %1$s - WPForms.com URL for documentation with more details.
6567
- #: wpforms.php:177
6568
- msgid "<strong>Note:</strong> WPForms plugin is disabled on your site until you fix the issue. <a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">Read more for additional information.</a>"
6569
- msgstr ""
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WPForms Lite 1.5.9.4\n"
4
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wpforms-lite\n"
5
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
6
  "Language-Team: LANGUAGE <LL@li.org>\n"
7
  "MIME-Version: 1.0\n"
8
  "Content-Type: text/plain; charset=UTF-8\n"
9
  "Content-Transfer-Encoding: 8bit\n"
10
+ "POT-Creation-Date: 2020-03-19T17:48:20+02:00\n"
11
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12
  "X-Generator: WP-CLI 2.4.0\n"
13
  "X-Domain: wpforms-lite\n"
14
 
15
  #. Plugin Name of the plugin
16
  #. Author of the plugin
17
+ #: build/wpforms/includes/admin/class-menu.php:37
18
+ #: build/wpforms/includes/admin/class-menu.php:38
19
+ #: build/wpforms/includes/admin/class-menu.php:49
20
+ #: build/wpforms/includes/admin/class-menu.php:107
21
+ #: build/wpforms/includes/class-form.php:71
22
+ #: build/wpforms/includes/integrations.php:41
23
+ #: build/wpforms/src/Emails/Templates/General.php:93
24
+ #: build/wpforms/src/Integrations/Gutenberg/FormSelector.php:92
25
+ #: build/wpforms/src/Pro/Access/Integrations.php:94
26
+ #: build/wpforms/src/Pro/Access/Integrations.php:151
27
  #: includes/admin/class-menu.php:37
28
  #: includes/admin/class-menu.php:38
29
  #: includes/admin/class-menu.php:49
47
  msgid "Beginner friendly WordPress contact form plugin. Use our Drag & Drop form builder to create your WordPress forms."
48
  msgstr ""
49
 
50
+ #: build/wpforms/includes/admin/admin.php:117
51
+ #: build/wpforms/includes/admin/admin.php:150
52
+ #: build/wpforms/includes/admin/class-about.php:411
53
  #: includes/admin/admin.php:117
54
  #: includes/admin/admin.php:150
55
  #: includes/admin/class-about.php:411
56
  msgid "Activate"
57
  msgstr ""
58
 
59
+ #: build/wpforms/includes/admin/admin.php:118
60
+ #: build/wpforms/includes/admin/class-about.php:403
61
  #: includes/admin/admin.php:118
62
  #: includes/admin/class-about.php:403
63
  msgid "Activated"
64
  msgstr ""
65
 
66
+ #: build/wpforms/includes/admin/admin.php:119
67
+ #: build/wpforms/includes/admin/class-about.php:400
68
  #: includes/admin/admin.php:119
69
  #: includes/admin/class-about.php:400
70
  msgid "Active"
71
  msgstr ""
72
 
73
+ #: build/wpforms/includes/admin/admin.php:120
74
  #: includes/admin/admin.php:120
75
  msgid "Deactivate"
76
  msgstr ""
77
 
78
+ #: build/wpforms/includes/admin/admin.php:121
79
+ #: build/wpforms/includes/admin/class-about.php:408
80
  #: includes/admin/admin.php:121
81
  #: includes/admin/class-about.php:408
82
  msgid "Inactive"
83
  msgstr ""
84
 
85
+ #: build/wpforms/includes/admin/admin.php:122
86
  #: includes/admin/admin.php:122
87
  msgid "Install Addon"
88
  msgstr ""
89
 
90
+ #: build/wpforms/includes/admin/admin.php:123
91
+ #: build/wpforms/includes/admin/ajax-actions.php:499
92
  #: includes/admin/admin.php:123
93
  #: includes/admin/ajax-actions.php:499
94
  msgid "Could not install addon. Please download from wpforms.com and install manually."
95
  msgstr ""
96
 
97
+ #: build/wpforms/includes/admin/admin.php:124
98
  #: includes/admin/admin.php:124
99
  msgid "Could not install a plugin. Please download from WordPress.org and install manually."
100
  msgstr ""
101
 
102
+ #: build/wpforms/includes/admin/admin.php:125
103
  #: includes/admin/admin.php:125
104
  msgid "Searching Addons"
105
  msgstr ""
106
 
107
+ #: build/wpforms/includes/admin/admin.php:127
108
+ #: build/wpforms/includes/admin/builder/class-builder.php:346
109
+ #: build/wpforms/includes/admin/class-editor.php:126
110
  #: includes/admin/admin.php:127
111
  #: includes/admin/builder/class-builder.php:346
112
  #: includes/admin/class-editor.php:126
113
  msgid "Cancel"
114
  msgstr ""
115
 
116
+ #: build/wpforms/includes/admin/admin.php:128
117
+ #: build/wpforms/includes/admin/builder/class-builder.php:348
118
+ #: build/wpforms/includes/admin/class-editor.php:72
119
+ #: build/wpforms/src/Pro/Admin/Entries/PrintPreview.php:193
120
  #: includes/admin/admin.php:128
121
  #: includes/admin/builder/class-builder.php:348
122
  #: includes/admin/class-editor.php:72
124
  msgid "Close"
125
  msgstr ""
126
 
127
+ #: build/wpforms/includes/admin/admin.php:129
128
  #: includes/admin/admin.php:129
129
  msgid "Are you sure you want to delete this entry?"
130
  msgstr ""
131
 
132
+ #: build/wpforms/includes/admin/admin.php:130
133
  #: includes/admin/admin.php:130
134
  msgid "Are you sure you want to delete ALL entries?"
135
  msgstr ""
136
 
137
+ #: build/wpforms/includes/admin/admin.php:131
138
  #: includes/admin/admin.php:131
139
  msgid "Hide Empty Fields"
140
  msgstr ""
141
 
142
+ #: build/wpforms/includes/admin/admin.php:132
143
  #: includes/admin/admin.php:132
144
  msgid "Show Empty Fields"
145
  msgstr ""
146
 
147
+ #: build/wpforms/includes/admin/admin.php:133
148
  #: includes/admin/admin.php:133
149
  msgid "Entries Field Columns"
150
  msgstr ""
151
 
152
+ #: build/wpforms/includes/admin/admin.php:134
153
  #: includes/admin/admin.php:134
154
  msgid "Are you sure you want to delete this note?"
155
  msgstr ""
156
 
157
+ #: build/wpforms/includes/admin/admin.php:135
158
  #: includes/admin/admin.php:135
159
  msgid "Unstar entry"
160
  msgstr ""
161
 
162
+ #: build/wpforms/includes/admin/admin.php:136
163
  #: includes/admin/admin.php:136
164
  msgid "Star entry"
165
  msgstr ""
166
 
167
+ #: build/wpforms/includes/admin/admin.php:137
168
  #: includes/admin/admin.php:137
169
  msgid "Mark entry read"
170
  msgstr ""
171
 
172
+ #: build/wpforms/includes/admin/admin.php:138
173
  #: includes/admin/admin.php:138
174
  msgid "Mark entry unread"
175
  msgstr ""
176
 
177
+ #: build/wpforms/includes/admin/admin.php:139
178
  #: includes/admin/admin.php:139
179
  msgid "Are you sure you want to delete this form?"
180
  msgstr ""
181
 
182
+ #: build/wpforms/includes/admin/admin.php:140
183
  #: includes/admin/admin.php:140
184
  msgid "Are you sure you want to duplicate this form?"
185
  msgstr ""
186
 
187
+ #: build/wpforms/includes/admin/admin.php:141
188
+ #: build/wpforms/includes/admin/builder/class-builder.php:356
189
+ #: build/wpforms/src/Integrations/Gutenberg/FormSelector.php:104
190
+ #: build/wpforms/wpforms.php:125
191
  #: includes/admin/admin.php:141
192
  #: includes/admin/builder/class-builder.php:356
193
  #: src/Integrations/Gutenberg/FormSelector.php:104
196
  msgid "Heads up!"
197
  msgstr ""
198
 
199
+ #: build/wpforms/includes/admin/admin.php:142
200
  #: includes/admin/admin.php:142
201
  msgid "Please select at least one form to import."
202
  msgstr ""
203
 
204
+ #: build/wpforms/includes/admin/admin.php:145
205
  #: includes/admin/admin.php:145
206
  msgid "Almost Done"
207
  msgstr ""
208
 
209
+ #: build/wpforms/includes/admin/admin.php:146
210
  #: includes/admin/admin.php:146
211
  msgid "Oops!"
212
  msgstr ""
213
 
214
+ #: build/wpforms/includes/admin/admin.php:147
215
+ #: build/wpforms/includes/admin/builder/class-builder.php:347
216
  #: includes/admin/admin.php:147
217
  #: includes/admin/builder/class-builder.php:347
218
  msgid "OK"
219
  msgstr ""
220
 
221
+ #: build/wpforms/includes/admin/admin.php:148
222
  #: includes/admin/admin.php:148
223
  msgid "Install and Activate"
224
  msgstr ""
225
 
226
+ #: build/wpforms/includes/admin/admin.php:149
227
  #: includes/admin/admin.php:149
228
  msgid "needs to be installed and activated to import its forms. Would you like us to install and activate it for you?"
229
  msgstr ""
230
 
231
+ #: build/wpforms/includes/admin/admin.php:151
232
  #: includes/admin/admin.php:151
233
  msgid "needs to be activated to import its forms. Would you like us to activate it for you?"
234
  msgstr ""
235
 
236
+ #: build/wpforms/includes/admin/admin.php:152
237
  #: includes/admin/admin.php:152
238
  msgid "Are you sure you want to disconnect this account?"
239
  msgstr ""
240
 
241
+ #: build/wpforms/includes/admin/admin.php:153
242
  #: includes/admin/admin.php:153
243
  msgid "Could not authenticate with the provider."
244
  msgstr ""
245
 
246
+ #: build/wpforms/includes/admin/admin.php:154
247
  #: includes/admin/admin.php:154
248
  msgid "Save and Refresh"
249
  msgstr ""
250
 
251
+ #: build/wpforms/includes/admin/admin.php:155
252
  #: includes/admin/admin.php:155
253
  msgid "Unfortunately, there was an server connection error."
254
  msgstr ""
255
 
256
  #. translators: %s - WPForms.com docs page URL.
257
+ #: build/wpforms/includes/admin/admin.php:159
258
  #: includes/admin/admin.php:159
259
  msgid "You've selected <strong>Base Styling Only</strong>, which may result in styling issues. <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Please check out our tutorial</a> for common issues and recommendations."
260
  msgstr ""
261
 
262
  #. translators: %s - WPForms.com docs page URL.
263
+ #: build/wpforms/includes/admin/admin.php:174
264
  #: includes/admin/admin.php:174
265
  msgid "You've selected <strong>No Styling</strong>, which will likely result in significant styling issues and is recommended only for developers. <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Please check out our tutorial</a> for more details and recommendations."
266
  msgstr ""
267
 
268
+ #: build/wpforms/includes/admin/admin.php:186
269
  #: includes/admin/admin.php:186
270
  msgid "Testing"
271
  msgstr ""
272
 
273
+ #: build/wpforms/includes/admin/admin.php:187
274
  #: includes/admin/admin.php:187
275
  msgid "Upgrade was successfully completed!"
276
  msgstr ""
277
 
278
+ #: build/wpforms/includes/admin/admin.php:188
279
+ #: build/wpforms/includes/admin/builder/class-builder.php:426
280
  #: includes/admin/admin.php:188
281
  #: includes/admin/builder/class-builder.php:426
282
  msgid "Upload or Choose Your Image"
283
  msgstr ""
284
 
285
+ #: build/wpforms/includes/admin/admin.php:189
286
+ #: build/wpforms/includes/admin/builder/class-builder.php:427
287
  #: includes/admin/admin.php:189
288
  #: includes/admin/builder/class-builder.php:427
289
  msgid "Use Image"
290
  msgstr ""
291
 
292
+ #: build/wpforms/includes/admin/admin.php:191
293
  #: includes/admin/admin.php:191
294
  msgid "Select fields"
295
  msgstr ""
296
 
297
+ #: build/wpforms/includes/admin/admin.php:192
298
  #: includes/admin/admin.php:192
299
  msgid "Loading..."
300
  msgstr ""
301
 
302
+ #: build/wpforms/includes/admin/admin.php:193
303
  #: includes/admin/admin.php:193
304
  msgid "No results found"
305
  msgstr ""
306
 
307
+ #: build/wpforms/includes/admin/admin.php:194
308
  #: includes/admin/admin.php:194
309
  msgid "No choices to choose from"
310
  msgstr ""
311
 
312
+ #: build/wpforms/includes/admin/admin.php:195
313
  #: includes/admin/admin.php:195
314
  msgid "Press to select"
315
  msgstr ""
316
 
317
  #. translators: %1$s - WPForms plugin name; %2$s - WPForms.com URL to a related doc.
318
+ #: build/wpforms/includes/admin/admin.php:377
319
  #: includes/admin/admin.php:377
320
  msgid "Your site is running an outdated version of PHP that is no longer supported and may cause issues with %1$s. <a href=\"%2$s\" target=\"_blank\" rel=\"noopener noreferrer\">Read more</a> for additional information."
321
  msgstr ""
322
 
323
+ #: build/wpforms/includes/admin/admin.php:391
324
  #: includes/admin/admin.php:391
325
  msgid "<strong>Please Note:</strong> Support for PHP 5.5 will be discontinued in 2020. After this, if no further action is taken, WPForms functionality will be disabled."
326
  msgstr ""
327
 
328
  #. translators: %s - license level, WPForms Pro or WPForms Elite.
329
+ #: build/wpforms/includes/admin/admin.php:425
330
  #: includes/admin/admin.php:425
331
  msgid "Thanks for your interest in %s!"
332
  msgstr ""
333
 
334
  #. translators: %s - WPForms.com contact page URL.
335
+ #: build/wpforms/includes/admin/admin.php:431
336
  #: includes/admin/admin.php:431
337
  msgid "If you have any questions or issues just <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">let us know</a>."
338
  msgstr ""
339
 
340
  #. translators: %s - license level, WPForms Pro or WPForms Elite.
341
+ #: build/wpforms/includes/admin/admin.php:446
342
  #: includes/admin/admin.php:446
343
  msgid "After purchasing a license,<br>just <strong>enter your license key on the WPForms Settings page</strong>.<br>This will let your site automatically upgrade to %s!"
344
  msgstr ""
345
 
346
+ #: build/wpforms/includes/admin/admin.php:454
347
  #: includes/admin/admin.php:454
348
  msgid "(Don't worry, all your forms and settings will be preserved.)"
349
  msgstr ""
350
 
351
  #. translators: %s - WPForms.com upgrade from Lite to paid docs page URL.
352
+ #: build/wpforms/includes/admin/admin.php:459
353
  #: includes/admin/admin.php:459
354
  msgid "Check out <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">our documentation</a> for step-by-step instructions."
355
  msgstr ""
356
 
357
+ #: build/wpforms/includes/admin/ajax-actions.php:20
358
+ #: build/wpforms/includes/fields/class-base.php:1609
359
+ #: build/wpforms/src/Admin/Pages/Analytics.php:483
360
+ #: build/wpforms/src/Admin/Pages/SMTP.php:395
361
  #: includes/admin/ajax-actions.php:20
362
  #: includes/fields/class-base.php:1609
363
  #: src/Admin/Pages/Analytics.php:483
366
  msgid "You do not have permission."
367
  msgstr ""
368
 
369
+ #: build/wpforms/includes/admin/ajax-actions.php:25
370
  #: includes/admin/ajax-actions.php:25
371
  msgid "No data provided"
372
  msgstr ""
373
 
374
+ #: build/wpforms/includes/admin/ajax-actions.php:65
375
  #: includes/admin/ajax-actions.php:65
376
  msgid "An error occurred and the form could not be saved"
377
  msgstr ""
378
 
379
+ #: build/wpforms/includes/admin/ajax-actions.php:96
380
  #: includes/admin/ajax-actions.php:96
381
  msgid "No form name provided"
382
  msgstr ""
383
 
384
+ #: build/wpforms/includes/admin/ajax-actions.php:120
385
  #: includes/admin/ajax-actions.php:120
386
  msgid "Error creating form"
387
  msgstr ""
388
 
389
+ #: build/wpforms/includes/admin/ajax-actions.php:160
390
  #: includes/admin/ajax-actions.php:160
391
  msgid "No form ID provided"
392
  msgstr ""
393
 
394
+ #: build/wpforms/includes/admin/ajax-actions.php:190
395
  #: includes/admin/ajax-actions.php:190
396
  msgid "Error updating form template"
397
  msgstr ""
398
 
399
+ #: build/wpforms/includes/admin/ajax-actions.php:298
400
+ #: build/wpforms/includes/fields/class-base.php:865
401
  #: includes/admin/ajax-actions.php:298
402
  #: includes/fields/class-base.php:865
403
  msgid "post type"
404
  msgstr ""
405
 
406
+ #: build/wpforms/includes/admin/ajax-actions.php:329
407
+ #: build/wpforms/includes/fields/class-base.php:872
408
  #: includes/admin/ajax-actions.php:329
409
  #: includes/fields/class-base.php:872
410
  msgid "taxonomy"
411
  msgstr ""
412
 
413
+ #: build/wpforms/includes/admin/ajax-actions.php:356
414
+ #: build/wpforms/includes/class-smart-tags.php:329
415
+ #: build/wpforms/includes/emails/class-emails.php:569
416
+ #: build/wpforms/includes/emails/class-emails.php:614
417
+ #: build/wpforms/includes/fields/class-base.php:1431
418
  #: includes/admin/ajax-actions.php:356
419
  #: includes/class-smart-tags.php:329
420
  #: includes/emails/class-emails.php:569
423
  msgid "(empty)"
424
  msgstr ""
425
 
426
+ #: build/wpforms/includes/admin/ajax-actions.php:389
427
  #: includes/admin/ajax-actions.php:389
428
  msgid "You do not have permission to perform this operation."
429
  msgstr ""
430
 
431
+ #: build/wpforms/includes/admin/ajax-actions.php:399
432
  #: includes/admin/ajax-actions.php:399
433
  msgid "Success! Your server can make SSL connections."
434
  msgstr ""
435
 
436
+ #: build/wpforms/includes/admin/ajax-actions.php:406
437
  #: includes/admin/ajax-actions.php:406
438
  msgid "There was an error and the connection failed. Please contact your web host with the technical details below."
439
  msgstr ""
440
 
441
+ #: build/wpforms/includes/admin/ajax-actions.php:437
442
  #: includes/admin/ajax-actions.php:437
443
  msgid "Plugin deactivated."
444
  msgstr ""
445
 
446
+ #: build/wpforms/includes/admin/ajax-actions.php:439
447
  #: includes/admin/ajax-actions.php:439
448
  msgid "Addon deactivated."
449
  msgstr ""
450
 
451
+ #: build/wpforms/includes/admin/ajax-actions.php:443
452
  #: includes/admin/ajax-actions.php:443
453
  msgid "Could not deactivate the addon. Please deactivate from the Plugins page."
454
  msgstr ""
455
 
456
+ #: build/wpforms/includes/admin/ajax-actions.php:473
457
  #: includes/admin/ajax-actions.php:473
458
  msgid "Plugin activated."
459
  msgstr ""
460
 
461
+ #: build/wpforms/includes/admin/ajax-actions.php:475
462
  #: includes/admin/ajax-actions.php:475
463
  msgid "Addon activated."
464
  msgstr ""
465
 
466
+ #: build/wpforms/includes/admin/ajax-actions.php:480
467
  #: includes/admin/ajax-actions.php:480
468
  msgid "Could not activate addon. Please activate from the Plugins page."
469
  msgstr ""
470
 
471
+ #: build/wpforms/includes/admin/ajax-actions.php:566
472
  #: includes/admin/ajax-actions.php:566
473
  #: src/Lite/Admin/Connect.php:206
474
  #: src/Lite/Admin/Connect.php:214
476
  msgid "Plugin installed & activated."
477
  msgstr ""
478
 
479
+ #: build/wpforms/includes/admin/ajax-actions.php:566
480
  #: includes/admin/ajax-actions.php:566
481
  msgid "Addon installed & activated."
482
  msgstr ""
483
 
484
+ #: build/wpforms/includes/admin/ajax-actions.php:574
485
  #: includes/admin/ajax-actions.php:574
486
  msgid "Plugin installed."
487
  msgstr ""
488
 
489
+ #: build/wpforms/includes/admin/ajax-actions.php:574
490
  #: includes/admin/ajax-actions.php:574
491
  msgid "Addon installed."
492
  msgstr ""
493
 
494
+ #: build/wpforms/includes/admin/builder/class-builder.php:102
495
  #: includes/admin/builder/class-builder.php:102
496
  msgid "Sorry, you are not allowed to create new forms."
497
  msgstr ""
498
 
499
+ #: build/wpforms/includes/admin/builder/class-builder.php:106
500
  #: includes/admin/builder/class-builder.php:106
501
  msgid "Sorry, you are not allowed to edit this form."
502
  msgstr ""
503
 
504
+ #: build/wpforms/includes/admin/builder/class-builder.php:333
505
  #: includes/admin/builder/class-builder.php:333
506
  msgid "AND"
507
  msgstr ""
508
 
509
+ #: build/wpforms/includes/admin/builder/class-builder.php:335
510
  #: includes/admin/builder/class-builder.php:335
511
  msgid "Add New Choices"
512
  msgstr ""
513
 
514
+ #: build/wpforms/includes/admin/builder/class-builder.php:336
515
+ #: build/wpforms/includes/fields/class-base.php:794
516
  #: includes/admin/builder/class-builder.php:336
517
  #: includes/fields/class-base.php:794
518
  msgid "Bulk Add"
519
  msgstr ""
520
 
521
+ #: build/wpforms/includes/admin/builder/class-builder.php:337
522
  #: includes/admin/builder/class-builder.php:337
523
  msgid "Hide Bulk Add"
524
  msgstr ""
525
 
526
+ #: build/wpforms/includes/admin/builder/class-builder.php:338
527
  #: includes/admin/builder/class-builder.php:338
528
  msgid "Add Choices (one per line)"
529
  msgstr ""
530
 
531
+ #: build/wpforms/includes/admin/builder/class-builder.php:339
532
  #: includes/admin/builder/class-builder.php:339
533
  msgid ""
534
  "Blue\n"
536
  "Green"
537
  msgstr ""
538
 
539
+ #: build/wpforms/includes/admin/builder/class-builder.php:340
540
  #: includes/admin/builder/class-builder.php:340
541
  msgid "Show presets"
542
  msgstr ""
543
 
544
+ #: build/wpforms/includes/admin/builder/class-builder.php:341
545
  #: includes/admin/builder/class-builder.php:341
546
  msgid "Hide presets"
547
  msgstr ""
548
 
549
+ #: build/wpforms/includes/admin/builder/class-builder.php:345
550
  #: includes/admin/builder/class-builder.php:345
551
  msgid "The {source} {type} contains over {limit} items ({total}). This may make the field difficult for your visitors to use and/or cause the form to be slow."
552
  msgstr ""
553
 
554
+ #: build/wpforms/includes/admin/builder/class-builder.php:349
555
  #: includes/admin/builder/class-builder.php:349
556
  msgid "Due to form changes, conditional logic rules have been removed or updated:"
557
  msgstr ""
558
 
559
+ #: build/wpforms/includes/admin/builder/class-builder.php:350
560
  #: includes/admin/builder/class-builder.php:350
561
  msgid "Are you sure you want to disable conditional logic? This will remove the rules for this field or setting."
562
  msgstr ""
563
 
564
+ #: build/wpforms/includes/admin/builder/class-builder.php:351
565
  #: includes/admin/builder/class-builder.php:351
566
  msgid "Field"
567
  msgstr ""
568
 
569
+ #: build/wpforms/includes/admin/builder/class-builder.php:352
570
  #: includes/admin/builder/class-builder.php:352
571
  msgid "Field Locked"
572
  msgstr ""
573
 
574
+ #: build/wpforms/includes/admin/builder/class-builder.php:353
575
  #: includes/admin/builder/class-builder.php:353
576
  msgid "This field cannot be deleted or duplicated."
577
  msgstr ""
578
 
579
+ #: build/wpforms/includes/admin/builder/class-builder.php:354
580
  #: includes/admin/builder/class-builder.php:354
581
  msgid "Available Fields"
582
  msgstr ""
583
 
584
+ #: build/wpforms/includes/admin/builder/class-builder.php:355
585
  #: includes/admin/builder/class-builder.php:355
586
  msgid "No fields available"
587
  msgstr ""
588
 
589
+ #: build/wpforms/includes/admin/builder/class-builder.php:359
590
  #: includes/admin/builder/class-builder.php:359
591
  msgid "No email fields"
592
  msgstr ""
593
 
594
+ #: build/wpforms/includes/admin/builder/class-builder.php:360
595
  #: includes/admin/builder/class-builder.php:360
596
  msgid "Are you sure you want to delete this notification?"
597
  msgstr ""
598
 
599
+ #: build/wpforms/includes/admin/builder/class-builder.php:361
600
  #: includes/admin/builder/class-builder.php:361
601
  msgid "Enter a notification name"
602
  msgstr ""
603
 
604
+ #: build/wpforms/includes/admin/builder/class-builder.php:362
605
  #: includes/admin/builder/class-builder.php:362
606
  msgid "Eg: User Confirmation"
607
  msgstr ""
608
 
609
+ #: build/wpforms/includes/admin/builder/class-builder.php:363
610
  #: includes/admin/builder/class-builder.php:363
611
  msgid "You must provide a notification name"
612
  msgstr ""
613
 
614
+ #: build/wpforms/includes/admin/builder/class-builder.php:364
615
  #: includes/admin/builder/class-builder.php:364
616
  msgid "Form must contain one notification. To disable all notifications use the Notifications dropdown setting."
617
  msgstr ""
618
 
619
+ #: build/wpforms/includes/admin/builder/class-builder.php:365
620
+ #: build/wpforms/includes/admin/importers/class-pirate-forms.php:441
621
  #: includes/admin/builder/class-builder.php:365
622
  #: includes/admin/importers/class-pirate-forms.php:441
623
  #: lite/wpforms-lite.php:93
624
  msgid "Default Notification"
625
  msgstr ""
626
 
627
+ #: build/wpforms/includes/admin/builder/class-builder.php:366
628
  #: includes/admin/builder/class-builder.php:366
629
  msgid "Are you sure you want to delete this confirmation?"
630
  msgstr ""
631
 
632
+ #: build/wpforms/includes/admin/builder/class-builder.php:367
633
  #: includes/admin/builder/class-builder.php:367
634
  msgid "Enter a confirmation name"
635
  msgstr ""
636
 
637
+ #: build/wpforms/includes/admin/builder/class-builder.php:368
638
  #: includes/admin/builder/class-builder.php:368
639
  msgid "Eg: Alternative Confirmation"
640
  msgstr ""
641
 
642
+ #: build/wpforms/includes/admin/builder/class-builder.php:369
643
  #: includes/admin/builder/class-builder.php:369
644
  msgid "You must provide a confirmation name"
645
  msgstr ""
646
 
647
+ #: build/wpforms/includes/admin/builder/class-builder.php:370
648
  #: includes/admin/builder/class-builder.php:370
649
  msgid "Form must contain at least one confirmation."
650
  msgstr ""
651
 
652
+ #: build/wpforms/includes/admin/builder/class-builder.php:371
653
  #: includes/admin/builder/class-builder.php:371
654
  #: lite/wpforms-lite.php:287
655
  msgid "Default Confirmation"
656
  msgstr ""
657
 
658
+ #: build/wpforms/includes/admin/builder/class-builder.php:372
659
+ #: build/wpforms/includes/admin/builder/class-builder.php:573
660
  #: includes/admin/builder/class-builder.php:372
661
  #: includes/admin/builder/class-builder.php:573
662
  msgid "Save"
663
  msgstr ""
664
 
665
+ #: build/wpforms/includes/admin/builder/class-builder.php:373
666
  #: includes/admin/builder/class-builder.php:373
667
  msgid "Saving ..."
668
  msgstr ""
669
 
670
+ #: build/wpforms/includes/admin/builder/class-builder.php:374
671
  #: includes/admin/builder/class-builder.php:374
672
  msgid "Saved!"
673
  msgstr ""
674
 
675
+ #: build/wpforms/includes/admin/builder/class-builder.php:375
676
  #: includes/admin/builder/class-builder.php:375
677
  msgid "Save and Exit"
678
  msgstr ""
679
 
680
+ #: build/wpforms/includes/admin/builder/class-builder.php:377
681
+ #: build/wpforms/includes/fields/class-base.php:1153
682
  #: includes/admin/builder/class-builder.php:377
683
  #: includes/fields/class-base.php:1153
684
  msgid "Show Layouts"
685
  msgstr ""
686
 
687
+ #: build/wpforms/includes/admin/builder/class-builder.php:378
688
  #: includes/admin/builder/class-builder.php:378
689
  msgid "Hide Layouts"
690
  msgstr ""
691
 
692
+ #: build/wpforms/includes/admin/builder/class-builder.php:379
693
  #: includes/admin/builder/class-builder.php:379
694
  msgid "Select your layout"
695
  msgstr ""
696
 
697
+ #: build/wpforms/includes/admin/builder/class-builder.php:380
698
  #: includes/admin/builder/class-builder.php:380
699
  msgid "Select your column"
700
  msgstr ""
701
 
702
+ #: build/wpforms/includes/admin/builder/class-builder.php:381
703
+ #: build/wpforms/includes/admin/builder/class-builder.php:532
704
  #: includes/admin/builder/class-builder.php:381
705
  #: includes/admin/builder/class-builder.php:532
706
  msgid "Loading"
707
  msgstr ""
708
 
709
+ #: build/wpforms/includes/admin/builder/class-builder.php:387
710
  #: includes/admin/builder/class-builder.php:387
711
  msgid "Use Template"
712
  msgstr ""
713
 
714
+ #: build/wpforms/includes/admin/builder/class-builder.php:388
715
  #: includes/admin/builder/class-builder.php:388
716
  msgid "Changing templates on an existing form will DELETE existing form fields. Are you sure you want apply the new template?"
717
  msgstr ""
718
 
719
+ #: build/wpforms/includes/admin/builder/class-builder.php:389
720
  #: includes/admin/builder/class-builder.php:389
721
  msgid "You are almost done. To embed this form on your site, please paste the following shortcode inside a post or page."
722
  msgstr ""
723
 
724
+ #: build/wpforms/includes/admin/builder/class-builder.php:390
725
  #: includes/admin/builder/class-builder.php:390
726
  msgid "Or you can follow the instructions in this video."
727
  msgstr ""
728
 
729
+ #: build/wpforms/includes/admin/builder/class-builder.php:391
730
+ #: build/wpforms/includes/admin/builder/class-builder.php:578
731
  #: includes/admin/builder/class-builder.php:391
732
  #: includes/admin/builder/class-builder.php:578
733
  msgid "Exit"
734
  msgstr ""
735
 
736
+ #: build/wpforms/includes/admin/builder/class-builder.php:393
737
  #: includes/admin/builder/class-builder.php:393
738
  msgid "If you exit without saving, your changes will be lost."
739
  msgstr ""
740
 
741
+ #: build/wpforms/includes/admin/builder/class-builder.php:394
742
  #: includes/admin/builder/class-builder.php:394
743
  msgid "Are you sure you want to delete this field?"
744
  msgstr ""
745
 
746
+ #: build/wpforms/includes/admin/builder/class-builder.php:395
747
  #: includes/admin/builder/class-builder.php:395
748
  msgid "Are you sure you want to duplicate this field?"
749
  msgstr ""
750
 
751
+ #: build/wpforms/includes/admin/builder/class-builder.php:396
752
  #: includes/admin/builder/class-builder.php:396
753
  msgid "(copy)"
754
  msgstr ""
755
 
756
+ #: build/wpforms/includes/admin/builder/class-builder.php:397
757
  #: includes/admin/builder/class-builder.php:397
758
  msgid "Please enter a form name."
759
  msgstr ""
760
 
761
+ #: build/wpforms/includes/admin/builder/class-builder.php:398
762
  #: includes/admin/builder/class-builder.php:398
763
  msgid "This item must contain at least one choice."
764
  msgstr ""
765
 
766
+ #: build/wpforms/includes/admin/builder/class-builder.php:399
767
+ #: build/wpforms/includes/fields/class-base.php:656
768
+ #: build/wpforms/includes/fields/class-base.php:1207
769
  #: includes/admin/builder/class-builder.php:399
770
  #: includes/fields/class-base.php:656
771
  #: includes/fields/class-base.php:1207
773
  msgid "Off"
774
  msgstr ""
775
 
776
+ #: build/wpforms/includes/admin/builder/class-builder.php:400
777
+ #: build/wpforms/includes/fields/class-base.php:656
778
  #: includes/admin/builder/class-builder.php:400
779
  #: includes/fields/class-base.php:656
780
  #: lite/wpforms-lite.php:83
781
  msgid "On"
782
  msgstr ""
783
 
784
+ #: build/wpforms/includes/admin/builder/class-builder.php:401
785
  #: includes/admin/builder/class-builder.php:401
786
  msgid "or"
787
  msgstr ""
788
 
789
+ #: build/wpforms/includes/admin/builder/class-builder.php:402
790
+ #: build/wpforms/includes/templates/class-suggestion.php:57
791
  #: includes/admin/builder/class-builder.php:402
792
  #: includes/templates/class-suggestion.php:57
793
  msgid "Other"
794
  msgstr ""
795
 
796
+ #: build/wpforms/includes/admin/builder/class-builder.php:403
797
+ #: build/wpforms/includes/class-conditional-logic-core.php:408
798
  #: includes/admin/builder/class-builder.php:403
799
  #: includes/class-conditional-logic-core.php:408
800
  msgid "is"
801
  msgstr ""
802
 
803
+ #: build/wpforms/includes/admin/builder/class-builder.php:404
804
+ #: build/wpforms/includes/class-conditional-logic-core.php:409
805
  #: includes/admin/builder/class-builder.php:404
806
  #: includes/class-conditional-logic-core.php:409
807
  msgid "is not"
808
  msgstr ""
809
 
810
+ #: build/wpforms/includes/admin/builder/class-builder.php:405
811
+ #: build/wpforms/includes/class-conditional-logic-core.php:410
812
  #: includes/admin/builder/class-builder.php:405
813
  #: includes/class-conditional-logic-core.php:410
814
  msgid "empty"
815
  msgstr ""
816
 
817
+ #: build/wpforms/includes/admin/builder/class-builder.php:406
818
+ #: build/wpforms/includes/class-conditional-logic-core.php:411
819
  #: includes/admin/builder/class-builder.php:406
820
  #: includes/class-conditional-logic-core.php:411
821
  msgid "not empty"
822
  msgstr ""
823
 
824
+ #: build/wpforms/includes/admin/builder/class-builder.php:407
825
+ #: build/wpforms/includes/class-conditional-logic-core.php:420
826
  #: includes/admin/builder/class-builder.php:407
827
  #: includes/class-conditional-logic-core.php:420
828
  msgid "contains"
829
  msgstr ""
830
 
831
+ #: build/wpforms/includes/admin/builder/class-builder.php:408
832
+ #: build/wpforms/includes/class-conditional-logic-core.php:421
833
  #: includes/admin/builder/class-builder.php:408
834
  #: includes/class-conditional-logic-core.php:421
835
  msgid "does not contain"
836
  msgstr ""
837
 
838
+ #: build/wpforms/includes/admin/builder/class-builder.php:409
839
+ #: build/wpforms/includes/class-conditional-logic-core.php:422
840
  #: includes/admin/builder/class-builder.php:409
841
  #: includes/class-conditional-logic-core.php:422
842
  msgid "starts with"
843
  msgstr ""
844
 
845
+ #: build/wpforms/includes/admin/builder/class-builder.php:410
846
+ #: build/wpforms/includes/class-conditional-logic-core.php:423
847
  #: includes/admin/builder/class-builder.php:410
848
  #: includes/class-conditional-logic-core.php:423
849
  msgid "ends with"
850
  msgstr ""
851
 
852
+ #: build/wpforms/includes/admin/builder/class-builder.php:411
853
+ #: build/wpforms/includes/class-conditional-logic-core.php:424
854
  #: includes/admin/builder/class-builder.php:411
855
  #: includes/class-conditional-logic-core.php:424
856
  msgid "greater than"
857
  msgstr ""
858
 
859
+ #: build/wpforms/includes/admin/builder/class-builder.php:412
860
+ #: build/wpforms/includes/class-conditional-logic-core.php:425
861
  #: includes/admin/builder/class-builder.php:412
862
  #: includes/class-conditional-logic-core.php:425
863
  msgid "less than"
864
  msgstr ""
865
 
866
+ #: build/wpforms/includes/admin/builder/class-builder.php:413
867
  #: includes/admin/builder/class-builder.php:413
868
  msgid "Entry storage is currently disabled, but is required to accept payments. Please enable in your form settings."
869
  msgstr ""
870
 
871
+ #: build/wpforms/includes/admin/builder/class-builder.php:414
872
  #: includes/admin/builder/class-builder.php:414
873
  msgid "This form is currently accepting payments. Entry storage is required to accept payments. To disable entry storage, please first disable payments."
874
  msgstr ""
875
 
876
+ #: build/wpforms/includes/admin/builder/class-builder.php:415
877
  #: includes/admin/builder/class-builder.php:415
878
  msgid "Previous"
879
  msgstr ""
880
 
881
+ #: build/wpforms/includes/admin/builder/class-builder.php:416
882
  #: includes/admin/builder/class-builder.php:416
883
  msgid "Your form contains required {provider} settings that have not been configured. Please double-check and configure these settings to complete the connection setup."
884
  msgstr ""
885
 
886
+ #: build/wpforms/includes/admin/builder/class-builder.php:417
887
+ #: build/wpforms/includes/class-conditional-logic-core.php:490
888
  #: includes/admin/builder/class-builder.php:417
889
  #: includes/class-conditional-logic-core.php:490
890
  msgid "Create new rule"
891
  msgstr ""
892
 
893
+ #: build/wpforms/includes/admin/builder/class-builder.php:418
894
  #: includes/admin/builder/class-builder.php:418
895
  msgid "Add new group"
896
  msgstr ""
897
 
898
+ #: build/wpforms/includes/admin/builder/class-builder.php:419
899
+ #: build/wpforms/includes/class-conditional-logic-core.php:491
900
  #: includes/admin/builder/class-builder.php:419
901
  #: includes/class-conditional-logic-core.php:491
902
  msgid "Delete rule"
903
  msgstr ""
904
 
905
+ #: build/wpforms/includes/admin/builder/class-builder.php:422
906
+ #: build/wpforms/includes/admin/builder/functions.php:276
907
+ #: build/wpforms/includes/fields/class-base.php:1095
908
  #: includes/admin/builder/class-builder.php:422
909
  #: includes/admin/builder/functions.php:276
910
  #: includes/fields/class-base.php:1095
911
  msgid "Show Smart Tags"
912
  msgstr ""
913
 
914
+ #: build/wpforms/includes/admin/builder/class-builder.php:423
915
  #: includes/admin/builder/class-builder.php:423
916
  msgid "Hide Smart Tags"
917
  msgstr ""
918
 
919
+ #: build/wpforms/includes/admin/builder/class-builder.php:424
920
+ #: build/wpforms/includes/class-conditional-logic-core.php:367
921
+ #: build/wpforms/src/Providers/Provider/Settings/FormBuilder.php:119
922
+ #: build/wpforms/src/Providers/Provider/Settings/FormBuilder.php:141
923
+ #: build/wpforms/src/Providers/Provider/Settings/FormBuilder.php:172
924
+ #: build/wpforms/src/Providers/Provider/Settings/FormBuilder.php:192
925
  #: includes/admin/builder/class-builder.php:424
926
  #: includes/class-conditional-logic-core.php:367
927
  #: src/Providers/Provider/Settings/FormBuilder.php:119
931
  msgid "--- Select Field ---"
932
  msgstr ""
933
 
934
+ #: build/wpforms/includes/admin/builder/class-builder.php:425
935
+ #: build/wpforms/includes/class-conditional-logic-core.php:470
936
  #: includes/admin/builder/class-builder.php:425
937
  #: includes/class-conditional-logic-core.php:470
938
  msgid "--- Select Choice ---"
939
  msgstr ""
940
 
941
+ #: build/wpforms/includes/admin/builder/class-builder.php:428
942
+ #: build/wpforms/includes/fields/class-base.php:837
943
+ #: build/wpforms/includes/fields/class-base.php:968
944
  #: includes/admin/builder/class-builder.php:428
945
  #: includes/fields/class-base.php:837
946
  #: includes/fields/class-base.php:968
947
  msgid "Remove Image"
948
  msgstr ""
949
 
950
+ #: build/wpforms/includes/admin/builder/class-builder.php:429
951
  #: includes/admin/builder/class-builder.php:429
952
  msgid "Add"
953
  msgstr ""
954
 
955
+ #: build/wpforms/includes/admin/builder/class-builder.php:433
956
  #: includes/admin/builder/class-builder.php:433
957
  msgid "You should enter a valid absolute address to the Confirmation Redirect URL field."
958
  msgstr ""
959
 
960
+ #: build/wpforms/includes/admin/builder/class-builder.php:466
961
  #: includes/admin/builder/class-builder.php:466
962
  msgid "Countries"
963
  msgstr ""
964
 
965
+ #: build/wpforms/includes/admin/builder/class-builder.php:470
966
  #: includes/admin/builder/class-builder.php:470
967
  msgid "Countries Postal Code"
968
  msgstr ""
969
 
970
+ #: build/wpforms/includes/admin/builder/class-builder.php:474
971
  #: includes/admin/builder/class-builder.php:474
972
  msgid "States"
973
  msgstr ""
974
 
975
+ #: build/wpforms/includes/admin/builder/class-builder.php:478
976
  #: includes/admin/builder/class-builder.php:478
977
  msgid "States Postal Code"
978
  msgstr ""
979
 
980
+ #: build/wpforms/includes/admin/builder/class-builder.php:482
981
  #: includes/admin/builder/class-builder.php:482
982
  msgid "Months"
983
  msgstr ""
984
 
985
+ #: build/wpforms/includes/admin/builder/class-builder.php:486
986
  #: includes/admin/builder/class-builder.php:486
987
  msgid "Days"
988
  msgstr ""
989
 
990
+ #: build/wpforms/includes/admin/builder/class-builder.php:516
991
+ #: build/wpforms/includes/admin/builder/class-builder.php:547
992
+ #: build/wpforms/includes/admin/class-welcome.php:138
993
+ #: build/wpforms/src/Admin/Challenge.php:502
994
  #: includes/admin/builder/class-builder.php:516
995
  #: includes/admin/builder/class-builder.php:547
996
  #: includes/admin/class-welcome.php:138
999
  msgid "Sullie the WPForms mascot"
1000
  msgstr ""
1001
 
1002
+ #: build/wpforms/includes/admin/builder/class-builder.php:518
1003
  #: includes/admin/builder/class-builder.php:518
1004
  msgid "Oh, hi there!"
1005
  msgstr ""
1006
 
1007
+ #: build/wpforms/includes/admin/builder/class-builder.php:520
1008
  #: includes/admin/builder/class-builder.php:520
1009
  msgid "Our form builder is optimized for desktop computers and tablets. Please manage your forms on a different device."
1010
  msgstr ""
1011
 
1012
+ #: build/wpforms/includes/admin/builder/class-builder.php:522
1013
  #: includes/admin/builder/class-builder.php:522
1014
  msgid "Go back"
1015
  msgstr ""
1016
 
1017
+ #: build/wpforms/includes/admin/builder/class-builder.php:555
1018
  #: includes/admin/builder/class-builder.php:555
1019
  msgid "Now editing"
1020
  msgstr ""
1021
 
1022
+ #: build/wpforms/includes/admin/builder/class-builder.php:566
1023
  #: includes/admin/builder/class-builder.php:566
1024
  msgid "Embed Form"
1025
  msgstr ""
1026
 
1027
+ #: build/wpforms/includes/admin/builder/class-builder.php:568
1028
  #: includes/admin/builder/class-builder.php:568
1029
  msgid "Embed"
1030
  msgstr ""
1031
 
1032
+ #: build/wpforms/includes/admin/builder/class-builder.php:571
1033
  #: includes/admin/builder/class-builder.php:571
1034
  msgid "Save Form"
1035
  msgstr ""
1036
 
1037
+ #: build/wpforms/includes/admin/builder/panels/class-fields.php:18
1038
  #: includes/admin/builder/panels/class-fields.php:18
1039
  msgid "Fields"
1040
  msgstr ""
1041
 
1042
+ #: build/wpforms/includes/admin/builder/panels/class-fields.php:66
1043
  #: includes/admin/builder/panels/class-fields.php:66
1044
  msgid "Add Fields"
1045
  msgstr ""
1046
 
1047
+ #: build/wpforms/includes/admin/builder/panels/class-fields.php:73
1048
  #: includes/admin/builder/panels/class-fields.php:73
1049
  msgid "Field Options"
1050
  msgstr ""
1051
 
1052
+ #: build/wpforms/includes/admin/builder/panels/class-fields.php:101
1053
  #: includes/admin/builder/panels/class-fields.php:101
1054
  msgid "You need to <a href=\"#\" class=\"wpforms-panel-switch\" data-panel=\"setup\">setup your form</a> before you can manage the fields."
1055
  msgstr ""
1056
 
1057
+ #: build/wpforms/includes/admin/builder/panels/class-fields.php:136
1058
+ #: build/wpforms/includes/admin/class-settings.php:185
1059
+ #: build/wpforms/includes/admin/class-settings.php:416
1060
  #: includes/admin/builder/panels/class-fields.php:136
1061
  #: includes/admin/class-settings.php:185
1062
  #: includes/admin/class-settings.php:416
1064
  msgid "reCAPTCHA"
1065
  msgstr ""
1066
 
1067
+ #: build/wpforms/includes/admin/builder/panels/class-fields.php:138
1068
  #: includes/admin/builder/panels/class-fields.php:138
1069
  msgid "Enabled"
1070
  msgstr ""
1071
 
1072
+ #: build/wpforms/includes/admin/builder/panels/class-fields.php:145
1073
+ #: build/wpforms/includes/admin/builder/panels/class-settings.php:115
1074
+ #: build/wpforms/includes/admin/importers/class-contact-form-7.php:111
1075
+ #: build/wpforms/includes/admin/importers/class-ninja-forms.php:119
1076
+ #: build/wpforms/includes/class-form.php:277
1077
+ #: build/wpforms/includes/templates/class-contact.php:71
1078
  #: includes/admin/builder/panels/class-fields.php:145
1079
  #: includes/admin/builder/panels/class-settings.php:115
1080
  #: includes/admin/importers/class-contact-form-7.php:111
1084
  msgid "Submit"
1085
  msgstr ""
1086
 
1087
+ #: build/wpforms/includes/admin/builder/panels/class-fields.php:166
1088
  #: includes/admin/builder/panels/class-fields.php:166
1089
  msgid "Standard Fields"
1090
  msgstr ""
1091
 
1092
+ #: build/wpforms/includes/admin/builder/panels/class-fields.php:170
1093
  #: includes/admin/builder/panels/class-fields.php:170
1094
  msgid "Fancy Fields"
1095
  msgstr ""
1096
 
1097
+ #: build/wpforms/includes/admin/builder/panels/class-fields.php:174
1098
  #: includes/admin/builder/panels/class-fields.php:174
1099
  msgid "Payment Fields"
1100
  msgstr ""
1101
 
1102
+ #: build/wpforms/includes/admin/builder/panels/class-fields.php:235
1103
  #: includes/admin/builder/panels/class-fields.php:235
1104
  msgid "You don't have any fields yet."
1105
  msgstr ""
1106
 
1107
+ #: build/wpforms/includes/admin/builder/panels/class-fields.php:267
1108
  #: includes/admin/builder/panels/class-fields.php:267
1109
  msgid "You don't have any fields yet. Add some!"
1110
  msgstr ""
1111
 
1112
+ #: build/wpforms/includes/admin/builder/panels/class-fields.php:290
1113
+ #: build/wpforms/includes/fields/class-base.php:1649
1114
  #: includes/admin/builder/panels/class-fields.php:290
1115
  #: includes/fields/class-base.php:1649
1116
  msgid "Duplicate Field"
1117
  msgstr ""
1118
 
1119
+ #: build/wpforms/includes/admin/builder/panels/class-fields.php:293
1120
+ #: build/wpforms/includes/fields/class-base.php:1651
1121
  #: includes/admin/builder/panels/class-fields.php:293
1122
  #: includes/fields/class-base.php:1651
1123
  msgid "Delete Field"
1124
  msgstr ""
1125
 
1126
+ #: build/wpforms/includes/admin/builder/panels/class-fields.php:295
1127
+ #: build/wpforms/includes/fields/class-base.php:1652
1128
  #: includes/admin/builder/panels/class-fields.php:295
1129
  #: includes/fields/class-base.php:1652
1130
  msgid "Click to edit. Drag to reorder."
1131
  msgstr ""
1132
 
1133
+ #: build/wpforms/includes/admin/builder/panels/class-payments.php:18
1134
  #: includes/admin/builder/panels/class-payments.php:18
1135
  msgid "Payments"
1136
  msgstr ""
1137
 
1138
+ #: build/wpforms/includes/admin/builder/panels/class-payments.php:37
1139
  #: includes/admin/builder/panels/class-payments.php:37
1140
  msgid "Default"
1141
  msgstr ""
1142
 
1143
+ #: build/wpforms/includes/admin/builder/panels/class-payments.php:58
1144
+ #: build/wpforms/includes/admin/builder/panels/class-providers.php:92
1145
  #: includes/admin/builder/panels/class-payments.php:58
1146
  #: includes/admin/builder/panels/class-providers.php:92
1147
  msgid "You need to <a href=\"#\" class=\"wpforms-panel-switch\" data-panel=\"setup\">setup your form</a> before you can manage these settings."
1148
  msgstr ""
1149
 
1150
+ #: build/wpforms/includes/admin/builder/panels/class-payments.php:78
1151
+ #: build/wpforms/includes/admin/class-welcome.php:261
1152
  #: includes/admin/builder/panels/class-payments.php:78
1153
  #: includes/admin/class-welcome.php:261
1154
  #: src/Lite/Admin/Builder/Education.php:86
1156
  msgid "Upgrade to PRO"
1157
  msgstr ""
1158
 
1159
+ #: build/wpforms/includes/admin/builder/panels/class-payments.php:87
1160
  #: includes/admin/builder/panels/class-payments.php:87
1161
  msgid "Install Your Payment Integration"
1162
  msgstr ""
1163
 
1164
  #. translators: %s - Addons page URL.
1165
+ #: build/wpforms/includes/admin/builder/panels/class-payments.php:93
1166
  #: includes/admin/builder/panels/class-payments.php:93
1167
  msgid "It seems you do not have any payment addons activated. You can head over to the <a href=\"%s\">Addons page</a> to install and activate the addon for your payment service."
1168
  msgstr ""
1169
 
1170
+ #: build/wpforms/includes/admin/builder/panels/class-payments.php:108
1171
  #: includes/admin/builder/panels/class-payments.php:108
1172
  msgid "Select Your Payment Integration"
1173
  msgstr ""
1174
 
1175
+ #: build/wpforms/includes/admin/builder/panels/class-payments.php:109
1176
  #: includes/admin/builder/panels/class-payments.php:109
1177
  msgid "Select your payment provider from the options on the left. If you don't see your payment service listed, then let us know and we'll do our best to get it added as fast as possible."
1178
  msgstr ""
1179
 
1180
+ #: build/wpforms/includes/admin/builder/panels/class-providers.php:18
1181
  #: includes/admin/builder/panels/class-providers.php:18
1182
  msgid "Marketing"
1183
  msgstr ""
1184
 
1185
+ #: build/wpforms/includes/admin/builder/panels/class-providers.php:52
1186
  #: includes/admin/builder/panels/class-providers.php:52
1187
  msgid "We need to save your progress to continue to the Marketing panel. Is that OK?"
1188
  msgstr ""
1189
 
1190
+ #: build/wpforms/includes/admin/builder/panels/class-providers.php:53
1191
  #: includes/admin/builder/panels/class-providers.php:53
1192
  msgid "Are you sure you want to delete this connection?"
1193
  msgstr ""
1194
 
1195
+ #: build/wpforms/includes/admin/builder/panels/class-providers.php:54
1196
  #: includes/admin/builder/panels/class-providers.php:54
1197
  msgid "Enter a %type% nickname"
1198
  msgstr ""
1199
 
1200
+ #: build/wpforms/includes/admin/builder/panels/class-providers.php:55
1201
  #: includes/admin/builder/panels/class-providers.php:55
1202
  msgid "Eg: Newsletter Optin"
1203
  msgstr ""
1204
 
1205
+ #: build/wpforms/includes/admin/builder/panels/class-providers.php:56
1206
  #: includes/admin/builder/panels/class-providers.php:56
1207
  msgid "You must provide a connection nickname."
1208
  msgstr ""
1209
 
1210
+ #: build/wpforms/includes/admin/builder/panels/class-providers.php:57
1211
  #: includes/admin/builder/panels/class-providers.php:57
1212
  msgid "Field required"
1213
  msgstr ""
1214
 
1215
+ #: build/wpforms/includes/admin/builder/panels/class-providers.php:115
1216
  #: includes/admin/builder/panels/class-providers.php:115
1217
  msgid "Install Your Marketing Integration"
1218
  msgstr ""
1219
 
1220
  #. translators: %s - plugin admin area Addons page.
1221
+ #: build/wpforms/includes/admin/builder/panels/class-providers.php:120
1222
  #: includes/admin/builder/panels/class-providers.php:120
1223
  msgid "It seems you do not have any marketing addons activated. You can head over to the <a href=\"%s\">Addons page</a> to install and activate the addon for your provider."
1224
  msgstr ""
1225
 
1226
+ #: build/wpforms/includes/admin/builder/panels/class-providers.php:135
1227
  #: includes/admin/builder/panels/class-providers.php:135
1228
  msgid "Select Your Marketing Integration"
1229
  msgstr ""
1230
 
1231
+ #: build/wpforms/includes/admin/builder/panels/class-providers.php:136
1232
  #: includes/admin/builder/panels/class-providers.php:136
1233
  msgid "Select your email marketing service provider or CRM from the options on the left. If you don't see your email marketing service listed, then let us know and we'll do our best to get it added as fast as possible."
1234
  msgstr ""
1235
 
1236
+ #: build/wpforms/includes/admin/builder/panels/class-settings.php:18
1237
+ #: build/wpforms/includes/admin/class-menu.php:88
1238
+ #: build/wpforms/includes/admin/class-menu.php:246
1239
  #: includes/admin/builder/panels/class-settings.php:18
1240
  #: includes/admin/class-menu.php:88
1241
  #: includes/admin/class-menu.php:246
1242
  msgid "Settings"
1243
  msgstr ""
1244
 
1245
+ #: build/wpforms/includes/admin/builder/panels/class-settings.php:38
1246
+ #: build/wpforms/includes/admin/builder/panels/class-settings.php:78
1247
+ #: build/wpforms/includes/admin/class-settings.php:175
1248
+ #: build/wpforms/includes/admin/class-settings.php:308
1249
  #: includes/admin/builder/panels/class-settings.php:38
1250
  #: includes/admin/builder/panels/class-settings.php:78
1251
  #: includes/admin/class-settings.php:175
1253
  msgid "General"
1254
  msgstr ""
1255
 
1256
+ #: build/wpforms/includes/admin/builder/panels/class-settings.php:39
1257
  #: includes/admin/builder/panels/class-settings.php:39
1258
  #: lite/wpforms-lite.php:66
1259
  #: lite/wpforms-lite.php:79
1260
  msgid "Notifications"
1261
  msgstr ""
1262
 
1263
+ #: build/wpforms/includes/admin/builder/panels/class-settings.php:40
1264
  #: includes/admin/builder/panels/class-settings.php:40
1265
  #: lite/wpforms-lite.php:277
1266
  msgid "Confirmations"
1267
  msgstr ""
1268
 
1269
+ #: build/wpforms/includes/admin/builder/panels/class-settings.php:59
1270
  #: includes/admin/builder/panels/class-settings.php:59
1271
  msgid "You need to <a href=\"#\" class=\"wpforms-panel-switch\" data-panel=\"setup\">setup your form</a> before you can manage the settings."
1272
  msgstr ""
1273
 
1274
+ #: build/wpforms/includes/admin/builder/panels/class-settings.php:86
1275
+ #: build/wpforms/includes/admin/builder/panels/class-setup.php:52
1276
+ #: build/wpforms/includes/class-smart-tags.php:33
1277
  #: includes/admin/builder/panels/class-settings.php:86
1278
  #: includes/admin/builder/panels/class-setup.php:52
1279
  #: includes/class-smart-tags.php:33
1280
  msgid "Form Name"
1281
  msgstr ""
1282
 
1283
+ #: build/wpforms/includes/admin/builder/panels/class-settings.php:96
1284
  #: includes/admin/builder/panels/class-settings.php:96
1285
  msgid "Form Description"
1286
  msgstr ""
1287
 
1288
+ #: build/wpforms/includes/admin/builder/panels/class-settings.php:103
1289
  #: includes/admin/builder/panels/class-settings.php:103
1290
  msgid "Form CSS Class"
1291
  msgstr ""
1292
 
1293
+ #: build/wpforms/includes/admin/builder/panels/class-settings.php:105
1294
  #: includes/admin/builder/panels/class-settings.php:105
1295
  msgid "Enter CSS class names for the form wrapper. Multiple class names should be separated with spaces."
1296
  msgstr ""
1297
 
1298
+ #: build/wpforms/includes/admin/builder/panels/class-settings.php:113
1299
  #: includes/admin/builder/panels/class-settings.php:113
1300
  msgid "Submit Button Text"
1301
  msgstr ""
1302
 
1303
+ #: build/wpforms/includes/admin/builder/panels/class-settings.php:123
1304
  #: includes/admin/builder/panels/class-settings.php:123
1305
  msgid "Submit Button Processing Text"
1306
  msgstr ""
1307
 
1308
+ #: build/wpforms/includes/admin/builder/panels/class-settings.php:125
1309
  #: includes/admin/builder/panels/class-settings.php:125
1310
  msgid "Enter the submit button text you would like the button display while the form submit is processing."
1311
  msgstr ""
1312
 
1313
+ #: build/wpforms/includes/admin/builder/panels/class-settings.php:133
1314
  #: includes/admin/builder/panels/class-settings.php:133
1315
  msgid "Submit Button CSS Class"
1316
  msgstr ""
1317
 
1318
+ #: build/wpforms/includes/admin/builder/panels/class-settings.php:135
1319
  #: includes/admin/builder/panels/class-settings.php:135
1320
  msgid "Enter CSS class names for the form submit button. Multiple names should be separated with spaces."
1321
  msgstr ""
1322
 
1323
+ #: build/wpforms/includes/admin/builder/panels/class-settings.php:143
1324
  #: includes/admin/builder/panels/class-settings.php:143
1325
  msgid "Enable anti-spam honeypot"
1326
  msgstr ""
1327
 
1328
+ #: build/wpforms/includes/admin/builder/panels/class-settings.php:151
1329
  #: includes/admin/builder/panels/class-settings.php:151
1330
  msgid "Enable Google Checkbox v2 reCAPTCHA"
1331
  msgstr ""
1332
 
1333
+ #: build/wpforms/includes/admin/builder/panels/class-settings.php:154
1334
  #: includes/admin/builder/panels/class-settings.php:154
1335
  msgid "Enable Google Invisible v2 reCAPTCHA"
1336
  msgstr ""
1337
 
1338
+ #: build/wpforms/includes/admin/builder/panels/class-settings.php:157
1339
  #: includes/admin/builder/panels/class-settings.php:157
1340
  msgid "Enable Google v3 reCAPTCHA"
1341
  msgstr ""
1342
 
1343
+ #: build/wpforms/includes/admin/builder/panels/class-settings.php:173
1344
  #: includes/admin/builder/panels/class-settings.php:173
1345
  msgid "Enable dynamic fields population"
1346
  msgstr ""
1347
 
1348
+ #: build/wpforms/includes/admin/builder/panels/class-settings.php:175
1349
  #: includes/admin/builder/panels/class-settings.php:175
1350
  msgid "How to use Dynamic Field Population"
1351
  msgstr ""
1352
 
1353
+ #: build/wpforms/includes/admin/builder/panels/class-settings.php:183
1354
  #: includes/admin/builder/panels/class-settings.php:183
1355
  msgid "Enable AJAX form submission"
1356
  msgstr ""
1357
 
1358
+ #: build/wpforms/includes/admin/builder/panels/class-settings.php:185
1359
  #: includes/admin/builder/panels/class-settings.php:185
1360
  msgid "Enables form submission without page reload."
1361
  msgstr ""
1362
 
1363
+ #: build/wpforms/includes/admin/builder/panels/class-setup.php:18
1364
  #: includes/admin/builder/panels/class-setup.php:18
1365
  msgid "Setup"
1366
  msgstr ""
1367
 
1368
+ #: build/wpforms/includes/admin/builder/panels/class-setup.php:53
1369
  #: includes/admin/builder/panels/class-setup.php:53
1370
  msgid "Enter your form name here&hellip;"
1371
  msgstr ""
1372
 
1373
+ #: build/wpforms/includes/admin/builder/panels/class-setup.php:57
1374
+ #: build/wpforms/src/Admin/Challenge.php:483
1375
+ #: build/wpforms/src/Admin/Challenge.php:540
1376
  #: includes/admin/builder/panels/class-setup.php:57
1377
  #: src/Admin/Challenge.php:483
1378
  #: src/Admin/Challenge.php:540
1379
  msgid "Select a Template"
1380
  msgstr ""
1381
 
1382
+ #: build/wpforms/includes/admin/builder/panels/class-setup.php:63
1383
  #: includes/admin/builder/panels/class-setup.php:63
1384
  msgid "To speed up the process, you can select from one of our pre-made templates or start with a <strong><a href=\"#\" class=\"wpforms-trigger-blank\">blank form.</a></strong>"
1385
  msgstr ""
1386
 
1387
+ #: build/wpforms/includes/admin/builder/panels/class-setup.php:78
1388
  #: includes/admin/builder/panels/class-setup.php:78
1389
  msgid "Additional Templates"
1390
  msgstr ""
1391
 
1392
  #. translators: %1$s - WPForms.com URL to a template suggestion, %2$s - WPForms.com URL to a doc about custom templates.
1393
+ #: build/wpforms/includes/admin/builder/panels/class-setup.php:89
1394
  #: includes/admin/builder/panels/class-setup.php:89
1395
  msgid "Have a suggestion for a new template? <a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">We'd love to hear it</a>. Also, you can <a href=\"%2$s\" target=\"_blank\" rel=\"noopener noreferrer\">create your own templates</a>!"
1396
  msgstr ""
1397
 
1398
+ #: build/wpforms/includes/admin/builder/panels/class-setup.php:106
1399
  #: includes/admin/builder/panels/class-setup.php:106
1400
  msgid "Search additional templates..."
1401
  msgstr ""
1402
 
1403
  #. translators: %1$s - WPForms.com URL to an addon page, %2$s - WPForms.com URL to a docs article.
1404
+ #: build/wpforms/includes/admin/builder/panels/class-setup.php:118
1405
  #: includes/admin/builder/panels/class-setup.php:118
1406
  msgid "More are available in the <a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">Form Templates Pack addon</a> or by <a href=\"%2$s\" target=\"_blank\" rel=\"noopener noreferrer\">creating your own</a>."
1407
  msgstr ""
1408
 
1409
+ #: build/wpforms/includes/admin/builder/panels/class-setup.php:166
1410
  #: includes/admin/builder/panels/class-setup.php:166
1411
  msgid "Selected"
1412
  msgstr ""
1413
 
1414
  #. translators: %s - Form template name.
1415
+ #: build/wpforms/includes/admin/builder/panels/class-setup.php:178
1416
  #: includes/admin/builder/panels/class-setup.php:178
1417
  msgid "%s template"
1418
  msgstr ""
1419
 
1420
  #. translators: %s - Form template name.
1421
+ #: build/wpforms/includes/admin/builder/panels/class-setup.php:191
1422
  #: includes/admin/builder/panels/class-setup.php:191
1423
  msgid "Create a %s"
1424
  msgstr ""
1425
 
1426
+ #: build/wpforms/includes/admin/class-about.php:73
1427
+ #: build/wpforms/includes/admin/class-menu.php:69
1428
  #: includes/admin/class-about.php:73
1429
  #: includes/admin/class-menu.php:69
1430
  msgid "Form Entries"
1431
  msgstr ""
1432
 
1433
+ #: build/wpforms/includes/admin/class-about.php:74
1434
  #: includes/admin/class-about.php:74
1435
  msgid "Form Fields"
1436
  msgstr ""
1437
 
1438
+ #: build/wpforms/includes/admin/class-about.php:75
1439
+ #: build/wpforms/includes/admin/class-welcome.php:191
1440
  #: includes/admin/class-about.php:75
1441
  #: includes/admin/class-welcome.php:191
1442
  msgid "Form Templates"
1443
  msgstr ""
1444
 
1445
+ #: build/wpforms/includes/admin/class-about.php:76
1446
+ #: build/wpforms/includes/admin/class-welcome.php:203
1447
  #: includes/admin/class-about.php:76
1448
  #: includes/admin/class-welcome.php:203
1449
  msgid "Smart Conditional Logic"
1450
  msgstr ""
1451
 
1452
+ #: build/wpforms/includes/admin/class-about.php:77
1453
  #: includes/admin/class-about.php:77
1454
  msgid "Marketing Integrations"
1455
  msgstr ""
1456
 
1457
+ #: build/wpforms/includes/admin/class-about.php:78
1458
  #: includes/admin/class-about.php:78
1459
  msgid "Payment Forms"
1460
  msgstr ""
1461
 
1462
+ #: build/wpforms/includes/admin/class-about.php:79
1463
  #: includes/admin/class-about.php:79
1464
  msgid "Surveys & Polls"
1465
  msgstr ""
1466
 
1467
+ #: build/wpforms/includes/admin/class-about.php:80
1468
  #: includes/admin/class-about.php:80
1469
  msgid "Advanced Form Features"
1470
  msgstr ""
1471
 
1472
+ #: build/wpforms/includes/admin/class-about.php:81
1473
+ #: build/wpforms/includes/admin/class-menu.php:117
1474
  #: includes/admin/class-about.php:81
1475
  #: includes/admin/class-menu.php:117
1476
  #: lite/wpforms-lite.php:1096
1477
  msgid "WPForms Addons"
1478
  msgstr ""
1479
 
1480
+ #: build/wpforms/includes/admin/class-about.php:82
1481
+ #: build/wpforms/includes/templates/class-suggestion.php:51
1482
  #: includes/admin/class-about.php:82
1483
  #: includes/templates/class-suggestion.php:51
1484
  msgid "Customer Support"
1485
  msgstr ""
1486
 
1487
+ #: build/wpforms/includes/admin/class-about.php:83
1488
  #: includes/admin/class-about.php:83
1489
  msgid "Number of Sites"
1490
  msgstr ""
1491
 
1492
+ #: build/wpforms/includes/admin/class-about.php:113
1493
+ #: build/wpforms/includes/admin/class-menu.php:148
1494
  #: includes/admin/class-about.php:113
1495
  #: includes/admin/class-menu.php:148
1496
  msgid "About Us"
1497
  msgstr ""
1498
 
1499
+ #: build/wpforms/includes/admin/class-about.php:114
1500
  #: includes/admin/class-about.php:114
1501
  msgid "Getting Started"
1502
  msgstr ""
1503
 
1504
  #. translators: %1$s - current license type, %2$s - suggested license type.
1505
+ #: build/wpforms/includes/admin/class-about.php:128
1506
  #: includes/admin/class-about.php:128
1507
  msgid "%1$s vs %2$s"
1508
  msgstr ""
1509
 
1510
+ #: build/wpforms/includes/admin/class-about.php:255
1511
  #: includes/admin/class-about.php:255
1512
  msgid "Hello and welcome to WPForms, the most beginner friendly drag & drop WordPress forms plugin. At WPForms, we build software that helps you create beautiful responsive online forms for your website in minutes."
1513
  msgstr ""
1514
 
1515
+ #: build/wpforms/includes/admin/class-about.php:259
1516
  #: includes/admin/class-about.php:259
1517
  msgid "Over the years, we found that most WordPress contact form plugins were bloated, buggy, slow, and very hard to use. So we started with a simple goal: build a WordPress forms plugin that’s both easy and powerful."
1518
  msgstr ""
1519
 
1520
+ #: build/wpforms/includes/admin/class-about.php:262
1521
  #: includes/admin/class-about.php:262
1522
  msgid "Our goal is to take the pain out of creating online forms and make it easy."
1523
  msgstr ""
1524
 
1525
  #. translators: %1$s - WPBeginner URL, %2$s - OptinMonster URL, %3$s - MonsterInsights URL, %4$s - RafflePress URL.
1526
+ #: build/wpforms/includes/admin/class-about.php:269
1527
  #: includes/admin/class-about.php:269
1528
  msgid "WPForms is brought to you by the same team that’s behind the largest WordPress resource site, <a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">WPBeginner</a>, the most popular lead-generation software, <a href=\"%2$s\" target=\"_blank\" rel=\"noopener noreferrer\">OptinMonster</a>, the best WordPress analytics plugin, <a href=\"%3$s\" target=\"_blank\" rel=\"noopener noreferrer\">MonsterInsights</a>, and the most powerful WordPress contest plugin, <a href=\"%4$s\" target=\"_blank\" rel=\"noopener noreferrer\">RafflePress</a>."
1529
  msgstr ""
1530
 
1531
+ #: build/wpforms/includes/admin/class-about.php:286
1532
  #: includes/admin/class-about.php:286
1533
  msgid "Yup, we know a thing or two about building awesome products that customers love."
1534
  msgstr ""
1535
 
1536
+ #: build/wpforms/includes/admin/class-about.php:292
1537
  #: includes/admin/class-about.php:292
1538
  msgid "The WPForms Team photo"
1539
  msgstr ""
1540
 
1541
+ #: build/wpforms/includes/admin/class-about.php:294
1542
  #: includes/admin/class-about.php:294
1543
  msgid "The WPForms Team"
1544
  msgstr ""
1545
 
1546
  #. translators: %s - addon status label.
1547
+ #: build/wpforms/includes/admin/class-about.php:343
1548
  #: includes/admin/class-about.php:343
1549
  msgid "Status: %s"
1550
  msgstr ""
1551
 
1552
+ #: build/wpforms/includes/admin/class-about.php:421
1553
+ #: build/wpforms/includes/admin/class-tools.php:284
1554
  #: includes/admin/class-about.php:421
1555
  #: includes/admin/class-tools.php:284
1556
  msgid "Not Installed"
1557
  msgstr ""
1558
 
1559
+ #: build/wpforms/includes/admin/class-about.php:424
1560
  #: includes/admin/class-about.php:424
1561
  msgid "Install Plugin"
1562
  msgstr ""
1563
 
1564
+ #: build/wpforms/includes/admin/class-about.php:448
1565
  #: includes/admin/class-about.php:448
1566
  msgid "Creating Your First Form"
1567
  msgstr ""
1568
 
1569
+ #: build/wpforms/includes/admin/class-about.php:452
1570
  #: includes/admin/class-about.php:452
1571
  msgid "Want to get started creating your first form with WPForms? By following the step by step instructions in this walkthrough, you can easily publish your first form on your site."
1572
  msgstr ""
1573
 
1574
+ #: build/wpforms/includes/admin/class-about.php:456
1575
  #: includes/admin/class-about.php:456
1576
  msgid "To begin, you’ll need to be logged into the WordPress admin area. Once there, click on WPForms in the admin sidebar to go the Forms Overview page."
1577
  msgstr ""
1578
 
1579
+ #: build/wpforms/includes/admin/class-about.php:460
1580
  #: includes/admin/class-about.php:460
1581
  msgid "In the Forms Overview page, the forms list will be empty because there are no forms yet. To create a new form, click on the Add New button, and this will launch the WPForms Form Builder."
1582
  msgstr ""
1583
 
1584
+ #: build/wpforms/includes/admin/class-about.php:466
1585
  #: includes/admin/class-about.php:466
1586
  msgid "How to Add a New Form"
1587
  msgstr ""
1588
 
1589
+ #: build/wpforms/includes/admin/class-about.php:471
1590
  #: includes/admin/class-about.php:471
1591
  msgid "How to Customize Form Fields"
1592
  msgstr ""
1593
 
1594
+ #: build/wpforms/includes/admin/class-about.php:476
1595
  #: includes/admin/class-about.php:476
1596
  msgid "How to Display Forms on Your Site"
1597
  msgstr ""
1598
 
1599
+ #: build/wpforms/includes/admin/class-about.php:494
1600
  #: includes/admin/class-about.php:494
1601
  #: lite/wpforms-lite.php:436
1602
  msgid "Get WPForms Pro and Unlock all the Powerful Features"
1603
  msgstr ""
1604
 
1605
+ #: build/wpforms/includes/admin/class-about.php:500
1606
  #: includes/admin/class-about.php:500
1607
  msgid "Thanks for being a loyal WPForms Lite user. <strong>Upgrade to WPForms Pro</strong> to unlock all the awesome features and experience<br>why WPForms is consistently rated the best WordPress form builder."
1608
  msgstr ""
1609
 
1610
  #. translators: %s - stars.
1611
+ #: build/wpforms/includes/admin/class-about.php:514
1612
  #: includes/admin/class-about.php:514
1613
  msgid "We know that you will truly love WPForms. It has over <strong>5000+ five star ratings</strong> (%s) and is active on over 1 million websites."
1614
  msgstr ""
1615
 
1616
+ #: build/wpforms/includes/admin/class-about.php:535
1617
  #: includes/admin/class-about.php:535
1618
  msgid "Entry Management - view all leads in one place."
1619
  msgstr ""
1620
 
1621
+ #: build/wpforms/includes/admin/class-about.php:539
1622
  #: includes/admin/class-about.php:539
1623
  msgid "All form features like file upload, pagination, etc."
1624
  msgstr ""
1625
 
1626
+ #: build/wpforms/includes/admin/class-about.php:543
1627
  #: includes/admin/class-about.php:543
1628
  msgid "Create surveys & polls with the surveys addon."
1629
  msgstr ""
1630
 
1631
+ #: build/wpforms/includes/admin/class-about.php:547
1632
  #: includes/admin/class-about.php:547
1633
  msgid "WordPress user registration and login forms."
1634
  msgstr ""
1635
 
1636
+ #: build/wpforms/includes/admin/class-about.php:551
1637
  #: includes/admin/class-about.php:551
1638
  msgid "Create payment forms with Stripe and PayPal."
1639
  msgstr ""
1640
 
1641
+ #: build/wpforms/includes/admin/class-about.php:559
1642
  #: includes/admin/class-about.php:559
1643
  msgid "Powerful Conditional Logic so you can create smart forms."
1644
  msgstr ""
1645
 
1646
+ #: build/wpforms/includes/admin/class-about.php:563
1647
  #: includes/admin/class-about.php:563
1648
  msgid "500+ integrations with different marketing & payment services."
1649
  msgstr ""
1650
 
1651
+ #: build/wpforms/includes/admin/class-about.php:567
1652
  #: includes/admin/class-about.php:567
1653
  msgid "Collect signatures, geo-location data, and more."
1654
  msgstr ""
1655
 
1656
+ #: build/wpforms/includes/admin/class-about.php:571
1657
  #: includes/admin/class-about.php:571
1658
  msgid "Accept user submitted content with Post Submissions addon."
1659
  msgstr ""
1660
 
1661
+ #: build/wpforms/includes/admin/class-about.php:575
1662
  #: includes/admin/class-about.php:575
1663
  msgid "Bonus form templates, form abandonment, and more."
1664
  msgstr ""
1665
 
1666
+ #: build/wpforms/includes/admin/class-about.php:590
1667
  #: includes/admin/class-about.php:590
1668
  msgid "Get WPForms Pro Today and Unlock all the Powerful Features"
1669
  msgstr ""
1670
 
1671
+ #: build/wpforms/includes/admin/class-about.php:599
1672
+ #: build/wpforms/includes/admin/class-about.php:821
1673
  #: includes/admin/class-about.php:599
1674
  #: includes/admin/class-about.php:821
1675
  msgid "Bonus: WPForms Lite users get <span class=\"price-20-off\">50% off regular price</span>, automatically applied at checkout."
1676
  msgstr ""
1677
 
1678
+ #: build/wpforms/includes/admin/class-about.php:620
1679
  #: includes/admin/class-about.php:620
1680
  msgid "How to Choose the Right Form Field"
1681
  msgstr ""
1682
 
1683
+ #: build/wpforms/includes/admin/class-about.php:624
1684
  #: includes/admin/class-about.php:624
1685
  msgid "Are you wondering which form fields you have access to in WPForms and what each field does? WPForms has lots of field types to make creating and filling out forms easy. In this tutorial, we’ll cover all of the fields available in WPForms."
1686
  msgstr ""
1687
 
1688
+ #: build/wpforms/includes/admin/class-about.php:628
1689
+ #: build/wpforms/includes/admin/class-about.php:647
1690
+ #: build/wpforms/includes/admin/class-about.php:666
1691
+ #: build/wpforms/includes/admin/class-about.php:685
1692
  #: includes/admin/class-about.php:628
1693
  #: includes/admin/class-about.php:647
1694
  #: includes/admin/class-about.php:666
1696
  msgid "Read Documentation"
1697
  msgstr ""
1698
 
1699
+ #: build/wpforms/includes/admin/class-about.php:639
1700
  #: includes/admin/class-about.php:639
1701
  msgid "A Complete Guide to WPForms Settings"
1702
  msgstr ""
1703
 
1704
+ #: build/wpforms/includes/admin/class-about.php:643
1705
  #: includes/admin/class-about.php:643
1706
  msgid "Would you like to learn more about all of the settings available in WPForms? In addition to tons of customization options within the form builder, WPForms has an extensive list of plugin-wide options available. This includes choosing your currency, adding GDPR enhancements, setting up integrations."
1707
  msgstr ""
1708
 
1709
+ #: build/wpforms/includes/admin/class-about.php:658
1710
  #: includes/admin/class-about.php:658
1711
  msgid "How to Create GDPR Compliant Forms"
1712
  msgstr ""
1713
 
1714
+ #: build/wpforms/includes/admin/class-about.php:662
1715
  #: includes/admin/class-about.php:662
1716
  msgid "Do you need to check that your forms are compliant with the European Union’s General Data Protection Regulation? The best way to ensure GDPR compliance for your specific site is always to consult legal counsel. In this guide, we’ll discuss general considerations for GDPR compliance in your WordPress forms."
1717
  msgstr ""
1718
 
1719
+ #: build/wpforms/includes/admin/class-about.php:677
1720
  #: includes/admin/class-about.php:677
1721
  msgid "How to Install and Activate WPForms Addons"
1722
  msgstr ""
1723
 
1724
+ #: build/wpforms/includes/admin/class-about.php:681
1725
  #: includes/admin/class-about.php:681
1726
  msgid "Would you like to access WPForms addons to extend the functionality of your forms? The first thing you need to do is install WPForms. Once that’s done, let’s go ahead and look at the process of activating addons."
1727
  msgstr ""
1728
 
1729
+ #: build/wpforms/includes/admin/class-about.php:732
1730
  #: includes/admin/class-about.php:732
1731
  msgid "Get the most out of WPForms by upgrading to Pro and unlocking all of the powerful features."
1732
  msgstr ""
1733
 
1734
+ #: build/wpforms/includes/admin/class-about.php:741
1735
  #: includes/admin/class-about.php:741
1736
  msgid "Feature"
1737
  msgstr ""
1738
 
1739
  #. translators: %s - next license level.
1740
+ #: build/wpforms/includes/admin/class-about.php:810
1741
  #: includes/admin/class-about.php:810
1742
  msgid "Get WPForms %s Today and Unlock all the Powerful Features"
1743
  msgstr ""
1744
 
1745
+ #: build/wpforms/includes/admin/class-about.php:852
1746
  #: includes/admin/class-about.php:852
1747
  #: src/Lite/Admin/DashboardWidget.php:364
1748
  msgid "MonsterInsights"
1749
  msgstr ""
1750
 
1751
+ #: build/wpforms/includes/admin/class-about.php:853
1752
+ #: build/wpforms/includes/admin/class-about.php:859
1753
  #: includes/admin/class-about.php:853
1754
  #: includes/admin/class-about.php:859
1755
  msgid "MonsterInsights makes it “effortless” to properly connect your WordPress site with Google Analytics, so you can start making data-driven decisions to grow your business."
1756
  msgstr ""
1757
 
1758
+ #: build/wpforms/includes/admin/class-about.php:858
1759
  #: includes/admin/class-about.php:858
1760
  msgid "MonsterInsights Pro"
1761
  msgstr ""
1762
 
1763
+ #: build/wpforms/includes/admin/class-about.php:867
1764
  #: includes/admin/class-about.php:867
1765
  msgid "OptinMonster"
1766
  msgstr ""
1767
 
1768
+ #: build/wpforms/includes/admin/class-about.php:868
1769
  #: includes/admin/class-about.php:868
1770
  msgid "Our high-converting optin forms like Exit-Intent® popups, Fullscreen Welcome Mats, and Scroll boxes help you dramatically boost conversions and get more email subscribers."
1771
  msgstr ""
1772
 
1773
+ #: build/wpforms/includes/admin/class-about.php:874
1774
  #: includes/admin/class-about.php:874
1775
  msgid "WP Mail SMTP"
1776
  msgstr ""
1777
 
1778
+ #: build/wpforms/includes/admin/class-about.php:875
1779
+ #: build/wpforms/includes/admin/class-about.php:881
1780
  #: includes/admin/class-about.php:875
1781
  #: includes/admin/class-about.php:881
1782
  msgid "Make sure your website's emails reach the inbox. Our goal is to make email deliverability easy and reliable. Trusted by over 1 million websites."
1783
  msgstr ""
1784
 
1785
+ #: build/wpforms/includes/admin/class-about.php:880
1786
  #: includes/admin/class-about.php:880
1787
  msgid "WP Mail SMTP Pro"
1788
  msgstr ""
1789
 
1790
+ #: build/wpforms/includes/admin/class-about.php:889
1791
  #: includes/admin/class-about.php:889
1792
  msgid "RafflePress"
1793
  msgstr ""
1794
 
1795
+ #: build/wpforms/includes/admin/class-about.php:890
1796
+ #: build/wpforms/includes/admin/class-about.php:896
1797
  #: includes/admin/class-about.php:890
1798
  #: includes/admin/class-about.php:896
1799
  msgid "Turn your visitors into brand ambassadors! Easily grow your email list, website traffic, and social media followers with powerful viral giveaways & contests."
1800
  msgstr ""
1801
 
1802
+ #: build/wpforms/includes/admin/class-about.php:895
1803
  #: includes/admin/class-about.php:895
1804
  msgid "RafflePress Pro"
1805
  msgstr ""
1806
 
1807
+ #: build/wpforms/includes/admin/class-about.php:921
1808
  #: includes/admin/class-about.php:921
1809
  msgid "Entries via Email Only"
1810
  msgstr ""
1811
 
1812
+ #: build/wpforms/includes/admin/class-about.php:927
1813
+ #: build/wpforms/includes/admin/class-about.php:933
1814
+ #: build/wpforms/includes/admin/class-about.php:939
1815
  #: includes/admin/class-about.php:927
1816
  #: includes/admin/class-about.php:933
1817
  #: includes/admin/class-about.php:939
1818
  msgid "Complete Entry Management inside WordPress"
1819
  msgstr ""
1820
 
1821
+ #: build/wpforms/includes/admin/class-about.php:947
1822
  #: includes/admin/class-about.php:947
1823
  msgid "Standard Fields Only"
1824
  msgstr ""
1825
 
1826
+ #: build/wpforms/includes/admin/class-about.php:948
1827
  #: includes/admin/class-about.php:948
1828
  msgid "Name, Email, Single Line Text, Paragraph Text, Dropdown, Multiple Choice, Checkboxes, and Numbers"
1829
  msgstr ""
1830
 
1831
+ #: build/wpforms/includes/admin/class-about.php:954
1832
+ #: build/wpforms/includes/admin/class-about.php:961
1833
+ #: build/wpforms/includes/admin/class-about.php:968
1834
  #: includes/admin/class-about.php:954
1835
  #: includes/admin/class-about.php:961
1836
  #: includes/admin/class-about.php:968
1837
  msgid "Access to all Standard and Fancy Fields"
1838
  msgstr ""
1839
 
1840
+ #: build/wpforms/includes/admin/class-about.php:955
1841
+ #: build/wpforms/includes/admin/class-about.php:962
1842
+ #: build/wpforms/includes/admin/class-about.php:969
1843
  #: includes/admin/class-about.php:955
1844
  #: includes/admin/class-about.php:962
1845
  #: includes/admin/class-about.php:969
1846
  msgid "Address, Phone, Website URL, Date/Time, Password, File Upload, HTML, Pagebreaks, Section Dividers, Ratings, and Hidden Field"
1847
  msgstr ""
1848
 
1849
+ #: build/wpforms/includes/admin/class-about.php:977
1850
  #: includes/admin/class-about.php:977
1851
  msgid "Not available"
1852
  msgstr ""
1853
 
1854
+ #: build/wpforms/includes/admin/class-about.php:983
1855
+ #: build/wpforms/includes/admin/class-about.php:989
1856
+ #: build/wpforms/includes/admin/class-about.php:995
1857
  #: includes/admin/class-about.php:983
1858
  #: includes/admin/class-about.php:989
1859
  #: includes/admin/class-about.php:995
1860
  msgid "Powerful Form Logic for Building Smart Forms"
1861
  msgstr ""
1862
 
1863
+ #: build/wpforms/includes/admin/class-about.php:1003
1864
+ #: build/wpforms/includes/admin/class-about.php:1009
1865
+ #: build/wpforms/includes/admin/class-about.php:1015
1866
  #: includes/admin/class-about.php:1003
1867
  #: includes/admin/class-about.php:1009
1868
  #: includes/admin/class-about.php:1015
1869
  msgid "Basic Form Templates"
1870
  msgstr ""
1871
 
1872
+ #: build/wpforms/includes/admin/class-about.php:1021
1873
  #: includes/admin/class-about.php:1021
1874
  msgid "All Form Templates including Bonus 150+ pre-made form templates."
1875
  msgstr ""
1876
 
1877
+ #: build/wpforms/includes/admin/class-about.php:1029
1878
+ #: build/wpforms/includes/admin/class-about.php:1036
1879
  #: includes/admin/class-about.php:1029
1880
  #: includes/admin/class-about.php:1036
1881
  msgid "Limited Marketing Integration"
1882
  msgstr ""
1883
 
1884
+ #: build/wpforms/includes/admin/class-about.php:1030
1885
+ #: build/wpforms/includes/admin/class-about.php:1037
1886
  #: includes/admin/class-about.php:1030
1887
  #: includes/admin/class-about.php:1037
1888
  msgid "Constant Contact only"
1889
  msgstr ""
1890
 
1891
+ #: build/wpforms/includes/admin/class-about.php:1043
1892
+ #: build/wpforms/includes/admin/class-about.php:1050
1893
  #: includes/admin/class-about.php:1043
1894
  #: includes/admin/class-about.php:1050
1895
  msgid "Additional Marketing Integrations"
1896
  msgstr ""
1897
 
1898
+ #: build/wpforms/includes/admin/class-about.php:1044
1899
  #: includes/admin/class-about.php:1044
1900
  msgid "Constant Contact, Mailchimp, AWeber, GetResponse, Campaign Monitor, and Drip"
1901
  msgstr ""
1902
 
1903
+ #: build/wpforms/includes/admin/class-about.php:1051
1904
  #: includes/admin/class-about.php:1051
1905
  msgid "Constant Contact, Mailchimp, AWeber, GetResponse, Campaign Monitor, and Drip."
1906
  msgstr ""
1907
 
1908
+ #: build/wpforms/includes/admin/class-about.php:1054
1909
+ #: build/wpforms/includes/admin/class-about.php:1068
1910
+ #: build/wpforms/includes/admin/class-about.php:1082
1911
+ #: build/wpforms/includes/admin/class-about.php:1096
1912
  #: includes/admin/class-about.php:1054
1913
  #: includes/admin/class-about.php:1068
1914
  #: includes/admin/class-about.php:1082
1916
  msgid "<strong>Bonus:</strong> 500+ integrations with Zapier."
1917
  msgstr ""
1918
 
1919
+ #: build/wpforms/includes/admin/class-about.php:1064
1920
+ #: build/wpforms/includes/admin/class-about.php:1078
1921
+ #: build/wpforms/includes/admin/class-about.php:1092
1922
  #: includes/admin/class-about.php:1064
1923
  #: includes/admin/class-about.php:1078
1924
  #: includes/admin/class-about.php:1092
1925
  msgid "All Marketing Integrations"
1926
  msgstr ""
1927
 
1928
+ #: build/wpforms/includes/admin/class-about.php:1065
1929
+ #: build/wpforms/includes/admin/class-about.php:1079
1930
+ #: build/wpforms/includes/admin/class-about.php:1093
1931
  #: includes/admin/class-about.php:1065
1932
  #: includes/admin/class-about.php:1079
1933
  #: includes/admin/class-about.php:1093
1934
  msgid "ActiveCampaign, Constant Contact, Mailchimp, AWeber, GetResponse, Campaign Monitor, and Drip."
1935
  msgstr ""
1936
 
1937
+ #: build/wpforms/includes/admin/class-about.php:1108
1938
+ #: build/wpforms/includes/admin/class-about.php:1114
1939
+ #: build/wpforms/includes/admin/class-about.php:1120
1940
+ #: build/wpforms/includes/admin/class-about.php:1135
1941
+ #: build/wpforms/includes/admin/class-about.php:1141
1942
+ #: build/wpforms/includes/admin/class-about.php:1147
1943
  #: includes/admin/class-about.php:1108
1944
  #: includes/admin/class-about.php:1114
1945
  #: includes/admin/class-about.php:1120
1949
  msgid "Not Available"
1950
  msgstr ""
1951
 
1952
+ #: build/wpforms/includes/admin/class-about.php:1126
1953
  #: includes/admin/class-about.php:1126
1954
  msgid "Create Payment Forms"
1955
  msgstr ""
1956
 
1957
+ #: build/wpforms/includes/admin/class-about.php:1127
1958
  #: includes/admin/class-about.php:1127
1959
  msgid "Accept payments using Stripe (credit card) and PayPal"
1960
  msgstr ""
1961
 
1962
+ #: build/wpforms/includes/admin/class-about.php:1153
1963
  #: includes/admin/class-about.php:1153
1964
  msgid "Create interactive Surveys and Polls with beautiful reports"
1965
  msgstr ""
1966
 
1967
+ #: build/wpforms/includes/admin/class-about.php:1161
1968
  #: includes/admin/class-about.php:1161
1969
  msgid "No Advanced Features"
1970
  msgstr ""
1971
 
1972
+ #: build/wpforms/includes/admin/class-about.php:1167
1973
+ #: build/wpforms/includes/admin/class-about.php:1174
1974
  #: includes/admin/class-about.php:1167
1975
  #: includes/admin/class-about.php:1174
1976
  msgid "Limited Advanced Features"
1977
  msgstr ""
1978
 
1979
+ #: build/wpforms/includes/admin/class-about.php:1168
1980
+ #: build/wpforms/includes/admin/class-about.php:1175
1981
  #: includes/admin/class-about.php:1168
1982
  #: includes/admin/class-about.php:1175
1983
  msgid "Multi-page Forms, File Upload Forms, Multiple Form Notifications, Conditional Form Confirmation"
1984
  msgstr ""
1985
 
1986
+ #: build/wpforms/includes/admin/class-about.php:1181
1987
  #: includes/admin/class-about.php:1181
1988
  msgid "All Advanced Features"
1989
  msgstr ""
1990
 
1991
+ #: build/wpforms/includes/admin/class-about.php:1182
1992
  #: includes/admin/class-about.php:1182
1993
  msgid "Multi-page Forms, File Upload Forms, Multiple Form Notifications, Conditional Form Confirmation, Custom CAPTCHA, Offline Forms, Signature Forms"
1994
  msgstr ""
1995
 
1996
+ #: build/wpforms/includes/admin/class-about.php:1190
1997
  #: includes/admin/class-about.php:1190
1998
  msgid "No Addons Included"
1999
  msgstr ""
2000
 
2001
+ #: build/wpforms/includes/admin/class-about.php:1196
2002
  #: includes/admin/class-about.php:1196
2003
  msgid "Custom Captcha Addon included"
2004
  msgstr ""
2005
 
2006
+ #: build/wpforms/includes/admin/class-about.php:1202
2007
  #: includes/admin/class-about.php:1202
2008
  msgid "Email Marketing Addons included"
2009
  msgstr ""
2010
 
2011
+ #: build/wpforms/includes/admin/class-about.php:1208
2012
  #: includes/admin/class-about.php:1208
2013
  msgid "Pro Addons Included"
2014
  msgstr ""
2015
 
2016
+ #: build/wpforms/includes/admin/class-about.php:1209
2017
  #: includes/admin/class-about.php:1209
2018
  msgid "Form Abandonment, Front-end Post Submission, User Registration, Geo-location, and more (21 total)"
2019
  msgstr ""
2020
 
2021
+ #: build/wpforms/includes/admin/class-about.php:1215
2022
+ #: build/wpforms/includes/admin/class-about.php:1222
2023
+ #: build/wpforms/includes/admin/class-about.php:1229
2024
  #: includes/admin/class-about.php:1215
2025
  #: includes/admin/class-about.php:1222
2026
  #: includes/admin/class-about.php:1229
2027
  msgid "All Addons Included"
2028
  msgstr ""
2029
 
2030
+ #: build/wpforms/includes/admin/class-about.php:1216
2031
+ #: build/wpforms/includes/admin/class-about.php:1223
2032
+ #: build/wpforms/includes/admin/class-about.php:1230
2033
  #: includes/admin/class-about.php:1216
2034
  #: includes/admin/class-about.php:1223
2035
  #: includes/admin/class-about.php:1230
2036
  msgid "Form Abandonment, Front-end Post Submission, User Registration, Geo-location, and more (22 total)"
2037
  msgstr ""
2038
 
2039
+ #: build/wpforms/includes/admin/class-about.php:1238
2040
  #: includes/admin/class-about.php:1238
2041
  msgid "Limited Support"
2042
  msgstr ""
2043
 
2044
+ #: build/wpforms/includes/admin/class-about.php:1244
2045
+ #: build/wpforms/includes/admin/class-about.php:1250
2046
  #: includes/admin/class-about.php:1244
2047
  #: includes/admin/class-about.php:1250
2048
  msgid "Standard Support"
2049
  msgstr ""
2050
 
2051
+ #: build/wpforms/includes/admin/class-about.php:1256
2052
+ #: build/wpforms/includes/admin/class-welcome.php:274
2053
  #: includes/admin/class-about.php:1256
2054
  #: includes/admin/class-welcome.php:274
2055
  msgid "Priority Support"
2056
  msgstr ""
2057
 
2058
+ #: build/wpforms/includes/admin/class-about.php:1262
2059
+ #: build/wpforms/includes/admin/class-about.php:1268
2060
+ #: build/wpforms/includes/admin/class-about.php:1274
2061
+ #: build/wpforms/includes/admin/class-menu.php:261
2062
  #: includes/admin/class-about.php:1262
2063
  #: includes/admin/class-about.php:1268
2064
  #: includes/admin/class-about.php:1274
2066
  msgid "Premium Support"
2067
  msgstr ""
2068
 
2069
+ #: build/wpforms/includes/admin/class-about.php:1282
2070
  #: includes/admin/class-about.php:1282
2071
  msgid "1 Site"
2072
  msgstr ""
2073
 
2074
+ #: build/wpforms/includes/admin/class-about.php:1288
2075
  #: includes/admin/class-about.php:1288
2076
  msgid "3 Sites"
2077
  msgstr ""
2078
 
2079
+ #: build/wpforms/includes/admin/class-about.php:1294
2080
  #: includes/admin/class-about.php:1294
2081
  msgid "5 Sites"
2082
  msgstr ""
2083
 
2084
+ #: build/wpforms/includes/admin/class-about.php:1300
2085
+ #: build/wpforms/includes/admin/class-about.php:1306
2086
+ #: build/wpforms/includes/admin/class-about.php:1312
2087
+ #: build/wpforms/includes/admin/class-welcome.php:272
2088
  #: includes/admin/class-about.php:1300
2089
  #: includes/admin/class-about.php:1306
2090
  #: includes/admin/class-about.php:1312
2092
  msgid "Unlimited Sites"
2093
  msgstr ""
2094
 
2095
+ #: build/wpforms/includes/admin/class-editor.php:45
2096
+ #: build/wpforms/includes/admin/class-editor.php:47
2097
+ #: build/wpforms/includes/admin/class-editor.php:130
2098
  #: includes/admin/class-editor.php:45
2099
  #: includes/admin/class-editor.php:47
2100
  #: includes/admin/class-editor.php:130
2101
  msgid "Add Form"
2102
  msgstr ""
2103
 
2104
+ #: build/wpforms/includes/admin/class-editor.php:71
2105
  #: includes/admin/class-editor.php:71
2106
  msgid "Insert Form"
2107
  msgstr ""
2108
 
2109
  #. translators: %s - WPForms documentation link.
2110
+ #: build/wpforms/includes/admin/class-editor.php:82
2111
  #: includes/admin/class-editor.php:82
2112
  msgid "Heads up! Don't forget to test your form. <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Check out our complete guide</a>!"
2113
  msgstr ""
2114
 
2115
+ #: build/wpforms/includes/admin/class-editor.php:97
2116
  #: includes/admin/class-editor.php:97
2117
  msgid "Select a form below to insert"
2118
  msgstr ""
2119
 
2120
+ #: build/wpforms/includes/admin/class-editor.php:103
2121
  #: includes/admin/class-editor.php:103
2122
  msgid "Show form name"
2123
  msgstr ""
2124
 
2125
+ #: build/wpforms/includes/admin/class-editor.php:104
2126
  #: includes/admin/class-editor.php:104
2127
  msgid "Show form description"
2128
  msgstr ""
2129
 
2130
  #. translators: %s - WPForms Builder page.
2131
+ #: build/wpforms/includes/admin/class-editor.php:110
2132
+ #: build/wpforms/includes/admin/overview/class-overview-table.php:329
2133
  #: includes/admin/class-editor.php:110
2134
  #: includes/admin/overview/class-overview-table.php:329
2135
  msgid "Whoops, you haven't created a form yet. Want to <a href=\"%s\">give it a go</a>?"
2136
  msgstr ""
2137
 
2138
+ #: build/wpforms/includes/admin/class-menu.php:50
2139
  #: includes/admin/class-menu.php:50
2140
  msgid "All Forms"
2141
  msgstr ""
2142
 
2143
+ #: build/wpforms/includes/admin/class-menu.php:59
2144
  #: includes/admin/class-menu.php:59
2145
  msgid "WPForms Builder"
2146
  msgstr ""
2147
 
2148
+ #: build/wpforms/includes/admin/class-menu.php:60
2149
+ #: build/wpforms/includes/admin/overview/class-overview.php:125
2150
  #: includes/admin/class-menu.php:60
2151
  #: includes/admin/overview/class-overview.php:125
2152
  msgid "Add New"
2153
  msgstr ""
2154
 
2155
+ #: build/wpforms/includes/admin/class-menu.php:70
2156
+ #: build/wpforms/includes/admin/overview/class-overview-table.php:241
2157
+ #: build/wpforms/templates/emails/summary-body-plain.php:30
2158
+ #: build/wpforms/templates/emails/summary-body.php:38
2159
  #: includes/admin/class-menu.php:70
2160
  #: includes/admin/overview/class-overview-table.php:241
2161
  #: src/Lite/Admin/DashboardWidget.php:143
2164
  msgid "Entries"
2165
  msgstr ""
2166
 
2167
+ #: build/wpforms/includes/admin/class-menu.php:87
2168
  #: includes/admin/class-menu.php:87
2169
  msgid "WPForms Settings"
2170
  msgstr ""
2171
 
2172
+ #: build/wpforms/includes/admin/class-menu.php:97
2173
  #: includes/admin/class-menu.php:97
2174
  msgid "WPForms Tools"
2175
  msgstr ""
2176
 
2177
+ #: build/wpforms/includes/admin/class-menu.php:98
2178
  #: includes/admin/class-menu.php:98
2179
  msgid "Tools"
2180
  msgstr ""
2181
 
2182
+ #: build/wpforms/includes/admin/class-menu.php:108
2183
  #: includes/admin/class-menu.php:108
2184
  msgid "Info"
2185
  msgstr ""
2186
 
2187
+ #: build/wpforms/includes/admin/class-menu.php:118
2188
  #: includes/admin/class-menu.php:118
2189
  msgid "Addons"
2190
  msgstr ""
2191
 
2192
+ #: build/wpforms/includes/admin/class-menu.php:127
2193
+ #: build/wpforms/includes/admin/class-menu.php:128
2194
  #: includes/admin/class-menu.php:127
2195
  #: includes/admin/class-menu.php:128
2196
  msgid "Analytics"
2197
  msgstr ""
2198
 
2199
+ #: build/wpforms/includes/admin/class-menu.php:137
2200
+ #: build/wpforms/includes/admin/class-menu.php:138
2201
  #: includes/admin/class-menu.php:137
2202
  #: includes/admin/class-menu.php:138
2203
  msgid "SMTP"
2204
  msgstr ""
2205
 
2206
+ #: build/wpforms/includes/admin/class-menu.php:147
2207
  #: includes/admin/class-menu.php:147
2208
  msgid "About WPForms"
2209
  msgstr ""
2210
 
2211
+ #: build/wpforms/includes/admin/class-menu.php:157
2212
+ #: build/wpforms/includes/admin/class-menu.php:158
2213
+ #: build/wpforms/src/Admin/Pages/Community.php:125
2214
  #: includes/admin/class-menu.php:157
2215
  #: includes/admin/class-menu.php:158
2216
  #: src/Admin/Pages/Community.php:125
2217
  msgid "Community"
2218
  msgstr ""
2219
 
2220
+ #: build/wpforms/includes/admin/class-menu.php:245
2221
  #: includes/admin/class-menu.php:245
2222
  msgid "Go to WPForms Settings page"
2223
  msgstr ""
2224
 
2225
+ #: build/wpforms/includes/admin/class-menu.php:260
2226
  #: includes/admin/class-menu.php:260
2227
  msgid "Go to WPForms Lite vs Pro comparison page"
2228
  msgstr ""
2229
 
2230
+ #: build/wpforms/includes/admin/class-review.php:92
2231
  #: includes/admin/class-review.php:92
2232
  msgid "Hey, I noticed you collected over 50 entries from WPForms - that’s awesome! Could you please do me a BIG favor and give it a 5-star rating on WordPress to help us spread the word and boost our motivation?"
2233
  msgstr ""
2234
 
2235
+ #: build/wpforms/includes/admin/class-review.php:93
2236
+ #: build/wpforms/includes/admin/class-review.php:157
2237
  #: includes/admin/class-review.php:93
2238
  #: includes/admin/class-review.php:157
2239
  msgid "~ Syed Balkhi<br>Co-Founder of WPForms"
2240
  msgstr ""
2241
 
2242
+ #: build/wpforms/includes/admin/class-review.php:95
2243
+ #: build/wpforms/includes/admin/class-review.php:159
2244
  #: includes/admin/class-review.php:95
2245
  #: includes/admin/class-review.php:159
2246
  msgid "Ok, you deserve it"
2247
  msgstr ""
2248
 
2249
+ #: build/wpforms/includes/admin/class-review.php:96
2250
+ #: build/wpforms/includes/admin/class-review.php:160
2251
  #: includes/admin/class-review.php:96
2252
  #: includes/admin/class-review.php:160
2253
  msgid "Nope, maybe later"
2254
  msgstr ""
2255
 
2256
+ #: build/wpforms/includes/admin/class-review.php:97
2257
+ #: build/wpforms/includes/admin/class-review.php:161
2258
  #: includes/admin/class-review.php:97
2259
  #: includes/admin/class-review.php:161
2260
  msgid "I already did"
2261
  msgstr ""
2262
 
2263
+ #: build/wpforms/includes/admin/class-review.php:156
2264
  #: includes/admin/class-review.php:156
2265
  msgid "Hey, I noticed you created a contact form with WPForms - that’s awesome! Could you please do me a BIG favor and give it a 5-star rating on WordPress to help us spread the word and boost our motivation?"
2266
  msgstr ""
2267
 
2268
  #. translators: $1$s - WPForms plugin name; $2$s - WP.org review link; $3$s - WP.org review link.
2269
+ #: build/wpforms/includes/admin/class-review.php:214
2270
  #: includes/admin/class-review.php:214
2271
  msgid "Please rate %1$s <a href=\"%2$s\" target=\"_blank\" rel=\"noopener noreferrer\">&#9733;&#9733;&#9733;&#9733;&#9733;</a> on <a href=\"%3$s\" target=\"_blank\" rel=\"noopener\">WordPress.org</a> to help us spread the word. Thank you from the WPForms team!"
2272
  msgstr ""
2273
 
2274
+ #: build/wpforms/includes/admin/class-settings.php:152
2275
  #: includes/admin/class-settings.php:152
2276
  msgid "Settings were successfully saved."
2277
  msgstr ""
2278
 
2279
+ #: build/wpforms/includes/admin/class-settings.php:177
2280
+ #: build/wpforms/includes/admin/class-settings.php:182
2281
+ #: build/wpforms/includes/admin/class-settings.php:187
2282
+ #: build/wpforms/includes/admin/class-settings.php:192
2283
+ #: build/wpforms/includes/admin/class-settings.php:202
2284
+ #: build/wpforms/src/Pro/Admin/Settings/Access.php:197
2285
  #: includes/admin/class-settings.php:177
2286
  #: includes/admin/class-settings.php:182
2287
  #: includes/admin/class-settings.php:187
2291
  msgid "Save Settings"
2292
  msgstr ""
2293
 
2294
+ #: build/wpforms/includes/admin/class-settings.php:180
2295
+ #: build/wpforms/includes/admin/class-settings.php:376
2296
+ #: build/wpforms/includes/admin/class-settings.php:491
2297
+ #: build/wpforms/includes/fields/class-email.php:18
2298
+ #: build/wpforms/includes/fields/class-email.php:65
2299
+ #: build/wpforms/includes/fields/class-email.php:299
2300
+ #: build/wpforms/includes/templates/class-contact.php:38
2301
+ #: build/wpforms/includes/templates/class-subscribe.php:40
2302
+ #: build/wpforms/includes/templates/class-suggestion.php:37
2303
  #: includes/admin/class-settings.php:180
2304
  #: includes/admin/class-settings.php:376
2305
  #: includes/admin/class-settings.php:491
2312
  msgid "Email"
2313
  msgstr ""
2314
 
2315
+ #: build/wpforms/includes/admin/class-settings.php:190
2316
  #: includes/admin/class-settings.php:190
2317
  msgid "Validation"
2318
  msgstr ""
2319
 
2320
+ #: build/wpforms/includes/admin/class-settings.php:195
2321
+ #: build/wpforms/includes/admin/class-settings.php:524
2322
+ #: build/wpforms/includes/admin/class-settings.php:531
2323
  #: includes/admin/class-settings.php:195
2324
  #: includes/admin/class-settings.php:524
2325
  #: includes/admin/class-settings.php:531
2326
  msgid "Integrations"
2327
  msgstr ""
2328
 
2329
+ #: build/wpforms/includes/admin/class-settings.php:200
2330
+ #: build/wpforms/includes/admin/class-settings.php:540
2331
  #: includes/admin/class-settings.php:200
2332
  #: includes/admin/class-settings.php:540
2333
  msgid "Misc"
2334
  msgstr ""
2335
 
2336
+ #: build/wpforms/includes/admin/class-settings.php:241
2337
  #: includes/admin/class-settings.php:241
2338
  msgid "reCAPTCHA is a free anti-spam service from Google which helps to protect your website from spam and abuse while letting real people pass through with ease."
2339
  msgstr ""
2340
 
2341
+ #: build/wpforms/includes/admin/class-settings.php:242
2342
  #: includes/admin/class-settings.php:242
2343
  msgid "Google offers 3 versions of reCAPTCHA (all supported within WPForms):"
2344
  msgstr ""
2345
 
2346
+ #: build/wpforms/includes/admin/class-settings.php:247
2347
  #: includes/admin/class-settings.php:247
2348
  msgid "<strong>v2 Checkbox reCAPTCHA</strong>: Prompts users to check a box to prove they're human."
2349
  msgstr ""
2350
 
2351
+ #: build/wpforms/includes/admin/class-settings.php:256
2352
  #: includes/admin/class-settings.php:256
2353
  msgid "<strong>v2 Invisible reCAPTCHA</strong>: Uses advanced technology to detect real users without requiring any input."
2354
  msgstr ""
2355
 
2356
+ #: build/wpforms/includes/admin/class-settings.php:265
2357
  #: includes/admin/class-settings.php:265
2358
  msgid "<strong>v3 reCAPTCHA</strong>: Uses a behind-the-scenes scoring system to detect abusive traffic, and lets you decide the minimum passing score. Recommended for advanced use only (or if using Google AMP)."
2359
  msgstr ""
2360
 
2361
+ #: build/wpforms/includes/admin/class-settings.php:272
2362
  #: includes/admin/class-settings.php:272
2363
  msgid "Sites already using one type of reCAPTCHA will need to create new site keys before switching to a different option."
2364
  msgstr ""
2365
 
2366
  #. translators: %s - WPForms.com Setup Captcha URL.
2367
+ #: build/wpforms/includes/admin/class-settings.php:278
2368
  #: includes/admin/class-settings.php:278
2369
  msgid "<a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Read our walk through</a> to learn more and for step-by-step directions."
2370
  msgstr ""
2371
 
2372
+ #: build/wpforms/includes/admin/class-settings.php:296
2373
  #: includes/admin/class-settings.php:296
2374
  msgid "License"
2375
  msgstr ""
2376
 
2377
+ #: build/wpforms/includes/admin/class-settings.php:296
2378
  #: includes/admin/class-settings.php:296
2379
  msgid "Your license key provides access to updates and addons."
2380
  msgstr ""
2381
 
2382
+ #: build/wpforms/includes/admin/class-settings.php:303
2383
  #: includes/admin/class-settings.php:303
2384
  msgid "License Key"
2385
  msgstr ""
2386
 
2387
+ #: build/wpforms/includes/admin/class-settings.php:315
2388
  #: includes/admin/class-settings.php:315
2389
  msgid "Include Form Styling"
2390
  msgstr ""
2391
 
2392
  #. translators: %s - WPForms.com documentation URL.
2393
+ #: build/wpforms/includes/admin/class-settings.php:319
2394
  #: includes/admin/class-settings.php:319
2395
  msgid "Determines which CSS files to load for the site (<a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">please see our tutorial for full details</a>). Unless experienced with CSS or instructed by support, \"Base and Form Theme Styling\" is recommended."
2396
  msgstr ""
2397
 
2398
+ #: build/wpforms/includes/admin/class-settings.php:334
2399
  #: includes/admin/class-settings.php:334
2400
  msgid "Base and form theme styling"
2401
  msgstr ""
2402
 
2403
+ #: build/wpforms/includes/admin/class-settings.php:335
2404
  #: includes/admin/class-settings.php:335
2405
  msgid "Base styling only"
2406
  msgstr ""
2407
 
2408
+ #: build/wpforms/includes/admin/class-settings.php:336
2409
  #: includes/admin/class-settings.php:336
2410
  msgid "No styling"
2411
  msgstr ""
2412
 
2413
+ #: build/wpforms/includes/admin/class-settings.php:341
2414
  #: includes/admin/class-settings.php:341
2415
  msgid "Load Assets Globally"
2416
  msgstr ""
2417
 
2418
+ #: build/wpforms/includes/admin/class-settings.php:342
2419
  #: includes/admin/class-settings.php:342
2420
  msgid "Check this if you would like to load WPForms assets site-wide. Only check if your site is having compatibility issues or instructed to by support."
2421
  msgstr ""
2422
 
2423
+ #: build/wpforms/includes/admin/class-settings.php:347
2424
  #: includes/admin/class-settings.php:347
2425
  msgid "GDPR"
2426
  msgstr ""
2427
 
2428
+ #: build/wpforms/includes/admin/class-settings.php:354
2429
  #: includes/admin/class-settings.php:354
2430
  msgid "GDPR Enhancements"
2431
  msgstr ""
2432
 
2433
  #. translators: %s - WPForms.com GDPR documentation URL.
2434
+ #: build/wpforms/includes/admin/class-settings.php:358
2435
  #: includes/admin/class-settings.php:358
2436
  msgid "Check this to turn on GDPR related features and enhancements. <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">Read our GDPR documentation</a> to learn more."
2437
  msgstr ""
2438
 
2439
+ #: build/wpforms/includes/admin/class-settings.php:383
2440
  #: includes/admin/class-settings.php:383
2441
  msgid "Template"
2442
  msgstr ""
2443
 
2444
+ #: build/wpforms/includes/admin/class-settings.php:384
2445
  #: includes/admin/class-settings.php:384
2446
  msgid "Determines how email notifications will be formatted. HTML Templates are the default."
2447
  msgstr ""
2448
 
2449
+ #: build/wpforms/includes/admin/class-settings.php:388
2450
  #: includes/admin/class-settings.php:388
2451
  msgid "HTML Template"
2452
  msgstr ""
2453
 
2454
+ #: build/wpforms/includes/admin/class-settings.php:389
2455
  #: includes/admin/class-settings.php:389
2456
  msgid "Plain text"
2457
  msgstr ""
2458
 
2459
+ #: build/wpforms/includes/admin/class-settings.php:394
2460
  #: includes/admin/class-settings.php:394
2461
  msgid "Header Image"
2462
  msgstr ""
2463
 
2464
+ #: build/wpforms/includes/admin/class-settings.php:395
2465
  #: includes/admin/class-settings.php:395
2466
  msgid "Upload or choose a logo to be displayed at the top of email notifications.<br>Recommended size is 300x100 or smaller for best support on all devices."
2467
  msgstr ""
2468
 
2469
+ #: build/wpforms/includes/admin/class-settings.php:400
2470
  #: includes/admin/class-settings.php:400
2471
  msgid "Background Color"
2472
  msgstr ""
2473
 
2474
+ #: build/wpforms/includes/admin/class-settings.php:401
2475
  #: includes/admin/class-settings.php:401
2476
  msgid "Customize the background color of the HTML email template."
2477
  msgstr ""
2478
 
2479
+ #: build/wpforms/includes/admin/class-settings.php:407
2480
  #: includes/admin/class-settings.php:407
2481
  msgid "Carbon Copy"
2482
  msgstr ""
2483
 
2484
+ #: build/wpforms/includes/admin/class-settings.php:408
2485
  #: includes/admin/class-settings.php:408
2486
  msgid "Check this if you would like to enable the ability to CC: email addresses in the form notification settings."
2487
  msgstr ""
2488
 
2489
+ #: build/wpforms/includes/admin/class-settings.php:423
2490
  #: includes/admin/class-settings.php:423
2491
  msgid "Type"
2492
  msgstr ""
2493
 
2494
+ #: build/wpforms/includes/admin/class-settings.php:427
2495
  #: includes/admin/class-settings.php:427
2496
  msgid "Checkbox reCAPTCHA v2"
2497
  msgstr ""
2498
 
2499
+ #: build/wpforms/includes/admin/class-settings.php:428
2500
  #: includes/admin/class-settings.php:428
2501
  msgid "Invisible reCAPTCHA v2"
2502
  msgstr ""
2503
 
2504
+ #: build/wpforms/includes/admin/class-settings.php:429
2505
  #: includes/admin/class-settings.php:429
2506
  msgid "reCAPTCHA v3"
2507
  msgstr ""
2508
 
2509
+ #: build/wpforms/includes/admin/class-settings.php:434
2510
  #: includes/admin/class-settings.php:434
2511
  msgid "Site Key"
2512
  msgstr ""
2513
 
2514
+ #: build/wpforms/includes/admin/class-settings.php:439
2515
  #: includes/admin/class-settings.php:439
2516
  msgid "Secret Key"
2517
  msgstr ""
2518
 
2519
+ #: build/wpforms/includes/admin/class-settings.php:444
2520
  #: includes/admin/class-settings.php:444
2521
  msgid "Fail Message"
2522
  msgstr ""
2523
 
2524
+ #: build/wpforms/includes/admin/class-settings.php:445
2525
  #: includes/admin/class-settings.php:445
2526
  msgid "The message displayed to users who fail the reCAPTCHA verification process."
2527
  msgstr ""
2528
 
2529
+ #: build/wpforms/includes/admin/class-settings.php:447
2530
+ #: build/wpforms/includes/class-frontend.php:1318
2531
+ #: build/wpforms/includes/class-process.php:173
2532
  #: includes/admin/class-settings.php:447
2533
  #: includes/class-frontend.php:1318
2534
  #: includes/class-process.php:173
2535
  msgid "Google reCAPTCHA verification failed, please try again later."
2536
  msgstr ""
2537
 
2538
+ #: build/wpforms/includes/admin/class-settings.php:451
2539
  #: includes/admin/class-settings.php:451
2540
  msgid "Score Threshold"
2541
  msgstr ""
2542
 
2543
+ #: build/wpforms/includes/admin/class-settings.php:452
2544
  #: includes/admin/class-settings.php:452
2545
  msgid "reCAPTCHA v3 returns a score (1.0 is very likely a good interaction, 0.0 is very likely a bot). If the score less than or equal to this threshold, the form submission will be blocked and the message above will be displayed."
2546
  msgstr ""
2547
 
2548
+ #: build/wpforms/includes/admin/class-settings.php:459
2549
  #: includes/admin/class-settings.php:459
2550
  msgid "0.4"
2551
  msgstr ""
2552
 
2553
+ #: build/wpforms/includes/admin/class-settings.php:463
2554
  #: includes/admin/class-settings.php:463
2555
  msgid "No-Conflict Mode"
2556
  msgstr ""
2557
 
2558
+ #: build/wpforms/includes/admin/class-settings.php:464
2559
  #: includes/admin/class-settings.php:464
2560
  msgid "When checked, other reCAPTCHA occurrences are forcefully removed, to prevent conflicts. Only check if your site is having compatibility issues or instructed to by support."
2561
  msgstr ""
2562
 
2563
+ #: build/wpforms/includes/admin/class-settings.php:472
2564
  #: includes/admin/class-settings.php:472
2565
  msgid "Validation Messages"
2566
  msgstr ""
2567
 
2568
+ #: build/wpforms/includes/admin/class-settings.php:472
2569
  #: includes/admin/class-settings.php:472
2570
  msgid "These messages are displayed to the users as they fill out a form in real-time."
2571
  msgstr ""
2572
 
2573
+ #: build/wpforms/includes/admin/class-settings.php:479
2574
+ #: build/wpforms/includes/fields/class-base.php:744
2575
  #: includes/admin/class-settings.php:479
2576
  #: includes/fields/class-base.php:744
2577
  msgid "Required"
2578
  msgstr ""
2579
 
2580
+ #: build/wpforms/includes/admin/class-settings.php:481
2581
+ #: build/wpforms/includes/class-frontend.php:1301
2582
+ #: build/wpforms/includes/functions.php:1713
2583
  #: includes/admin/class-settings.php:481
2584
  #: includes/class-frontend.php:1301
2585
  #: includes/functions.php:1713
2586
  msgid "This field is required."
2587
  msgstr ""
2588
 
2589
+ #: build/wpforms/includes/admin/class-settings.php:485
2590
  #: includes/admin/class-settings.php:485
2591
  msgid "Website URL"
2592
  msgstr ""
2593
 
2594
+ #: build/wpforms/includes/admin/class-settings.php:487
2595
+ #: build/wpforms/includes/class-frontend.php:1302
2596
  #: includes/admin/class-settings.php:487
2597
  #: includes/class-frontend.php:1302
2598
  msgid "Please enter a valid URL."
2599
  msgstr ""
2600
 
2601
+ #: build/wpforms/includes/admin/class-settings.php:493
2602
+ #: build/wpforms/includes/class-frontend.php:1303
2603
  #: includes/admin/class-settings.php:493
2604
  #: includes/class-frontend.php:1303
2605
  msgid "Please enter a valid email address."
2606
  msgstr ""
2607
 
2608
+ #: build/wpforms/includes/admin/class-settings.php:497
2609
  #: includes/admin/class-settings.php:497
2610
  msgid "Email Suggestion"
2611
  msgstr ""
2612
 
2613
+ #: build/wpforms/includes/admin/class-settings.php:499
2614
+ #: build/wpforms/includes/class-frontend.php:1304
2615
  #: includes/admin/class-settings.php:499
2616
  #: includes/class-frontend.php:1304
2617
  msgid "Did you mean {suggestion}?"
2618
  msgstr ""
2619
 
2620
+ #: build/wpforms/includes/admin/class-settings.php:503
2621
  #: includes/admin/class-settings.php:503
2622
  msgid "Number"
2623
  msgstr ""
2624
 
2625
+ #: build/wpforms/includes/admin/class-settings.php:505
2626
+ #: build/wpforms/includes/class-frontend.php:1306
2627
+ #: build/wpforms/includes/fields/class-number.php:159
2628
  #: includes/admin/class-settings.php:505
2629
  #: includes/class-frontend.php:1306
2630
  #: includes/fields/class-number.php:159
2631
  msgid "Please enter a valid number."
2632
  msgstr ""
2633
 
2634
+ #: build/wpforms/includes/admin/class-settings.php:509
2635
  #: includes/admin/class-settings.php:509
2636
  msgid "Confirm Value"
2637
  msgstr ""
2638
 
2639
+ #: build/wpforms/includes/admin/class-settings.php:511
2640
+ #: build/wpforms/includes/class-frontend.php:1307
2641
  #: includes/admin/class-settings.php:511
2642
  #: includes/class-frontend.php:1307
2643
  msgid "Field values do not match."
2644
  msgstr ""
2645
 
2646
+ #: build/wpforms/includes/admin/class-settings.php:515
2647
  #: includes/admin/class-settings.php:515
2648
  msgid "Checkbox Selection Limit"
2649
  msgstr ""
2650
 
2651
+ #: build/wpforms/includes/admin/class-settings.php:517
2652
+ #: build/wpforms/includes/class-frontend.php:1315
2653
+ #: build/wpforms/includes/fields/class-checkbox.php:589
2654
  #: includes/admin/class-settings.php:517
2655
  #: includes/class-frontend.php:1315
2656
  #: includes/fields/class-checkbox.php:589
2657
  msgid "You have exceeded the number of allowed selections: {#}."
2658
  msgstr ""
2659
 
2660
+ #: build/wpforms/includes/admin/class-settings.php:524
2661
+ #: build/wpforms/includes/admin/class-settings.php:531
2662
  #: includes/admin/class-settings.php:524
2663
  #: includes/admin/class-settings.php:531
2664
  msgid "Manage integrations with popular providers such as Constant Contact, Mailchimp, Zapier, and more."
2665
  msgstr ""
2666
 
2667
+ #: build/wpforms/includes/admin/class-settings.php:547
2668
  #: includes/admin/class-settings.php:547
2669
  msgid "Hide Announcements"
2670
  msgstr ""
2671
 
2672
+ #: build/wpforms/includes/admin/class-settings.php:548
2673
  #: includes/admin/class-settings.php:548
2674
  msgid "Check this if you would like to hide plugin announcements and update details."
2675
  msgstr ""
2676
 
2677
+ #: build/wpforms/includes/admin/class-settings.php:553
2678
  #: includes/admin/class-settings.php:553
2679
  msgid "Uninstall WPForms"
2680
  msgstr ""
2681
 
2682
+ #: build/wpforms/includes/admin/class-settings.php:554
2683
  #: includes/admin/class-settings.php:554
2684
  msgid "Check this if you would like to remove ALL WPForms data upon plugin deletion. All forms and settings will be unrecoverable."
2685
  msgstr ""
2686
 
2687
+ #: build/wpforms/includes/admin/class-tools.php:93
2688
+ #: build/wpforms/includes/admin/class-tools.php:262
2689
+ #: build/wpforms/includes/admin/class-tools.php:302
2690
+ #: build/wpforms/includes/admin/class-tools.php:365
2691
  #: includes/admin/class-tools.php:93
2692
  #: includes/admin/class-tools.php:262
2693
  #: includes/admin/class-tools.php:302
2695
  msgid "Import"
2696
  msgstr ""
2697
 
2698
+ #: build/wpforms/includes/admin/class-tools.php:97
2699
+ #: build/wpforms/includes/admin/class-tools.php:563
2700
  #: includes/admin/class-tools.php:97
2701
  #: includes/admin/class-tools.php:563
2702
  msgid "Export"
2703
  msgstr ""
2704
 
2705
+ #: build/wpforms/includes/admin/class-tools.php:101
2706
  #: includes/admin/class-tools.php:101
2707
  msgid "System Info"
2708
  msgstr ""
2709
 
2710
  #. translators: %s - Forms list page URL.
2711
+ #: build/wpforms/includes/admin/class-tools.php:197
2712
  #: includes/admin/class-tools.php:197
2713
  msgid "Import was successfully finished. You can go and <a href=\"%s\">check your forms</a>."
2714
  msgstr ""
2715
 
2716
+ #: build/wpforms/includes/admin/class-tools.php:247
2717
  #: includes/admin/class-tools.php:247
2718
  msgid "WPForms Import"
2719
  msgstr ""
2720
 
2721
+ #: build/wpforms/includes/admin/class-tools.php:248
2722
  #: includes/admin/class-tools.php:248
2723
  msgid "Select a WPForms export file."
2724
  msgstr ""
2725
 
2726
+ #: build/wpforms/includes/admin/class-tools.php:252
2727
  #: includes/admin/class-tools.php:252
2728
  msgid "files selected"
2729
  msgstr ""
2730
 
2731
+ #: build/wpforms/includes/admin/class-tools.php:254
2732
  #: includes/admin/class-tools.php:254
2733
  msgid "No file chosen"
2734
  msgstr ""
2735
 
2736
+ #: build/wpforms/includes/admin/class-tools.php:256
2737
  #: includes/admin/class-tools.php:256
2738
  msgid "Choose a file&hellip;"
2739
  msgstr ""
2740
 
2741
+ #: build/wpforms/includes/admin/class-tools.php:268
2742
  #: includes/admin/class-tools.php:268
2743
  msgid "Import from Other Form Plugins"
2744
  msgstr ""
2745
 
2746
+ #: build/wpforms/includes/admin/class-tools.php:269
2747
  #: includes/admin/class-tools.php:269
2748
  msgid "Not happy with other WordPress contact form plugins?"
2749
  msgstr ""
2750
 
2751
+ #: build/wpforms/includes/admin/class-tools.php:270
2752
  #: includes/admin/class-tools.php:270
2753
  msgid "WPForms makes it easy for you to switch by allowing you import your third-party forms with a single click."
2754
  msgstr ""
2755
 
2756
+ #: build/wpforms/includes/admin/class-tools.php:274
2757
  #: includes/admin/class-tools.php:274
2758
  msgid "No form importers are currently enabled."
2759
  msgstr ""
2760
 
2761
+ #: build/wpforms/includes/admin/class-tools.php:279
2762
  #: includes/admin/class-tools.php:279
2763
  msgid "Select previous contact form plugin..."
2764
  msgstr ""
2765
 
2766
+ #: build/wpforms/includes/admin/class-tools.php:286
2767
  #: includes/admin/class-tools.php:286
2768
  msgid "Not Active"
2769
  msgstr ""
2770
 
2771
+ #: build/wpforms/includes/admin/class-tools.php:323
2772
  #: includes/admin/class-tools.php:323
2773
  msgid "Form Import"
2774
  msgstr ""
2775
 
2776
+ #: build/wpforms/includes/admin/class-tools.php:329
2777
  #: includes/admin/class-tools.php:329
2778
  msgid "Select the forms you would like to import."
2779
  msgstr ""
2780
 
2781
+ #: build/wpforms/includes/admin/class-tools.php:333
2782
  #: includes/admin/class-tools.php:333
2783
  msgid "Available Forms"
2784
  msgstr ""
2785
 
2786
+ #: build/wpforms/includes/admin/class-tools.php:338
2787
  #: includes/admin/class-tools.php:338
2788
  msgid "No forms found."
2789
  msgstr ""
2790
 
2791
+ #: build/wpforms/includes/admin/class-tools.php:352
2792
  #: includes/admin/class-tools.php:352
2793
  msgid "Select All"
2794
  msgstr ""
2795
 
2796
+ #: build/wpforms/includes/admin/class-tools.php:357
2797
  #: includes/admin/class-tools.php:357
2798
  msgid "Forms to Import"
2799
  msgstr ""
2800
 
2801
  #. translators: %1$s - current forms counter; %2$s - total forms counter; %3$s - provider name.
2802
+ #: build/wpforms/includes/admin/class-tools.php:376
2803
  #: includes/admin/class-tools.php:376
2804
  msgid "Analyzing %1$s of %2$s forms from %3$s."
2805
  msgstr ""
2806
 
2807
+ #: build/wpforms/includes/admin/class-tools.php:384
2808
  #: includes/admin/class-tools.php:384
2809
  msgid "Heads Up!"
2810
  msgstr ""
2811
 
2812
+ #: build/wpforms/includes/admin/class-tools.php:385
2813
  #: includes/admin/class-tools.php:385
2814
  msgid "One or more of your forms contain fields that are not available in WPForms Lite. To properly import these fields, we recommend upgrading to WPForms Pro."
2815
  msgstr ""
2816
 
2817
+ #: build/wpforms/includes/admin/class-tools.php:386
2818
  #: includes/admin/class-tools.php:386
2819
  msgid "You can continue with the import without upgrading, and we will do our best to match the fields. However, some of them will be omitted due to compatibility issues."
2820
  msgstr ""
2821
 
2822
+ #: build/wpforms/includes/admin/class-tools.php:388
2823
+ #: build/wpforms/includes/admin/class-welcome.php:333
2824
+ #: build/wpforms/src/Admin/FlyoutMenu.php:65
2825
  #: includes/admin/class-tools.php:388
2826
  #: includes/admin/class-welcome.php:333
2827
  #: src/Admin/FlyoutMenu.php:65
2829
  msgid "Upgrade to WPForms Pro"
2830
  msgstr ""
2831
 
2832
+ #: build/wpforms/includes/admin/class-tools.php:389
2833
  #: includes/admin/class-tools.php:389
2834
  msgid "Continue Import without Upgrading"
2835
  msgstr ""
2836
 
2837
+ #: build/wpforms/includes/admin/class-tools.php:392
2838
  #: includes/admin/class-tools.php:392
2839
  msgid "Below is the list of form fields that may be impacted:"
2840
  msgstr ""
2841
 
2842
  #. translators: %1$s - current forms counter; %2$s - total forms counter; %3$s - provider name.
2843
+ #: build/wpforms/includes/admin/class-tools.php:403
2844
  #: includes/admin/class-tools.php:403
2845
  msgid "Importing %1$s of %2$s forms from %3$s."
2846
  msgstr ""
2847
 
2848
  #. translators: %s - number of imported forms.
2849
+ #: build/wpforms/includes/admin/class-tools.php:415
2850
  #: includes/admin/class-tools.php:415
2851
  msgid "Congrats, the import process has finished! We have successfully imported %s forms. You can review the results below."
2852
  msgstr ""
2853
 
2854
+ #: build/wpforms/includes/admin/class-tools.php:473
2855
+ #: build/wpforms/includes/admin/overview/class-overview-table.php:223
2856
  #: includes/admin/class-tools.php:473
2857
  #: includes/admin/overview/class-overview-table.php:223
2858
  msgid "Edit"
2859
  msgstr ""
2860
 
2861
+ #: build/wpforms/includes/admin/class-tools.php:475
2862
+ #: build/wpforms/includes/admin/overview/class-overview-table.php:251
2863
  #: includes/admin/class-tools.php:475
2864
  #: includes/admin/overview/class-overview-table.php:251
2865
  msgid "Preview"
2866
  msgstr ""
2867
 
2868
+ #: build/wpforms/includes/admin/class-tools.php:479
2869
  #: includes/admin/class-tools.php:479
2870
  msgid "The following fields are available in PRO and were not imported:"
2871
  msgstr ""
2872
 
2873
+ #: build/wpforms/includes/admin/class-tools.php:487
2874
  #: includes/admin/class-tools.php:487
2875
  msgid "The following fields are available in PRO and were imported as text fields:"
2876
  msgstr ""
2877
 
2878
+ #: build/wpforms/includes/admin/class-tools.php:495
2879
  #: includes/admin/class-tools.php:495
2880
  msgid "The following fields are not supported and were not imported:"
2881
  msgstr ""
2882
 
2883
+ #: build/wpforms/includes/admin/class-tools.php:506
2884
+ #: build/wpforms/includes/admin/class-welcome.php:286
2885
  #: includes/admin/class-tools.php:506
2886
  #: includes/admin/class-welcome.php:286
2887
  #: lite/wpforms-lite.php:1104
2889
  msgid "Upgrade Now"
2890
  msgstr ""
2891
 
2892
+ #: build/wpforms/includes/admin/class-tools.php:542
2893
  #: includes/admin/class-tools.php:542
2894
  msgid "Form Export"
2895
  msgstr ""
2896
 
2897
+ #: build/wpforms/includes/admin/class-tools.php:544
2898
  #: includes/admin/class-tools.php:544
2899
  msgid "Form exports files can be used to create a backup of your forms or to import forms into another site."
2900
  msgstr ""
2901
 
2902
+ #: build/wpforms/includes/admin/class-tools.php:550
2903
  #: includes/admin/class-tools.php:550
2904
  msgid "Select form(s)"
2905
  msgstr ""
2906
 
2907
+ #: build/wpforms/includes/admin/class-tools.php:557
2908
  #: includes/admin/class-tools.php:557
2909
  msgid "You need to create a form before you can use form export."
2910
  msgstr ""
2911
 
2912
+ #: build/wpforms/includes/admin/class-tools.php:569
2913
  #: includes/admin/class-tools.php:569
2914
  msgid "Form Template Export"
2915
  msgstr ""
2916
 
2917
+ #: build/wpforms/includes/admin/class-tools.php:573
2918
  #: includes/admin/class-tools.php:573
2919
  msgid "The following code can be used to register your custom form template. Copy and paste the following code to your theme's functions.php file or include it within an external file."
2920
  msgstr ""
2921
 
2922
  #. translators: %s - WPForms.com docs URL.
2923
+ #: build/wpforms/includes/admin/class-tools.php:578
2924
  #: includes/admin/class-tools.php:578
2925
  msgid "For more information <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">see our documentation</a>."
2926
  msgstr ""
2927
 
2928
+ #: build/wpforms/includes/admin/class-tools.php:594
2929
  #: includes/admin/class-tools.php:594
2930
  msgid "Select a form to generate PHP code that can be used to register a custom form template."
2931
  msgstr ""
2932
 
2933
+ #: build/wpforms/includes/admin/class-tools.php:607
2934
  #: includes/admin/class-tools.php:607
2935
  msgid "You need to create a form before you can generate a template."
2936
  msgstr ""
2937
 
2938
+ #: build/wpforms/includes/admin/class-tools.php:613
2939
  #: includes/admin/class-tools.php:613
2940
  msgid "Export Template"
2941
  msgstr ""
2942
 
2943
+ #: build/wpforms/includes/admin/class-tools.php:635
2944
  #: includes/admin/class-tools.php:635
2945
  msgid "System Information"
2946
  msgstr ""
2947
 
2948
+ #: build/wpforms/includes/admin/class-tools.php:640
2949
  #: includes/admin/class-tools.php:640
2950
  msgid "Test SSL Connections"
2951
  msgstr ""
2952
 
2953
+ #: build/wpforms/includes/admin/class-tools.php:641
2954
  #: includes/admin/class-tools.php:641
2955
  msgid "Click the button below to verify your web server can perform SSL connections successfully."
2956
  msgstr ""
2957
 
2958
+ #: build/wpforms/includes/admin/class-tools.php:642
2959
  #: includes/admin/class-tools.php:642
2960
  msgid "Test Connection"
2961
  msgstr ""
2962
 
2963
+ #: build/wpforms/includes/admin/class-tools.php:703
2964
  #: includes/admin/class-tools.php:703
2965
  msgid "Please upload a valid .json form export file."
2966
  msgstr ""
2967
 
2968
+ #: build/wpforms/includes/admin/class-tools.php:704
2969
+ #: build/wpforms/includes/admin/class-tools.php:717
2970
  #: includes/admin/class-tools.php:704
2971
  #: includes/admin/class-tools.php:717
2972
  msgid "Error"
2973
  msgstr ""
2974
 
2975
+ #: build/wpforms/includes/admin/class-tools.php:716
2976
  #: includes/admin/class-tools.php:716
2977
  msgid "Form data cannot be imported."
2978
  msgstr ""
2979
 
2980
+ #: build/wpforms/includes/admin/class-welcome.php:63
2981
+ #: build/wpforms/includes/admin/class-welcome.php:64
2982
+ #: build/wpforms/includes/admin/class-welcome.php:142
2983
  #: includes/admin/class-welcome.php:63
2984
  #: includes/admin/class-welcome.php:64
2985
  #: includes/admin/class-welcome.php:142
2986
  msgid "Welcome to WPForms"
2987
  msgstr ""
2988
 
2989
+ #: build/wpforms/includes/admin/class-welcome.php:143
2990
  #: includes/admin/class-welcome.php:143
2991
  msgid "Thank you for choosing WPForms - the most powerful drag & drop WordPress form builder in the market."
2992
  msgstr ""
2993
 
2994
+ #: build/wpforms/includes/admin/class-welcome.php:146
2995
+ #: build/wpforms/includes/admin/class-welcome.php:147
2996
  #: includes/admin/class-welcome.php:146
2997
  #: includes/admin/class-welcome.php:147
2998
  msgid "Watch how to create your first form"
2999
  msgstr ""
3000
 
3001
+ #: build/wpforms/includes/admin/class-welcome.php:152
3002
  #: includes/admin/class-welcome.php:152
3003
  msgid "WPForms makes it easy to create forms in WordPress. You can watch the video tutorial or read our guide on how create your first form."
3004
  msgstr ""
3005
 
3006
+ #: build/wpforms/includes/admin/class-welcome.php:157
3007
+ #: build/wpforms/includes/admin/class-welcome.php:326
3008
  #: includes/admin/class-welcome.php:157
3009
  #: includes/admin/class-welcome.php:326
3010
  msgid "Create Your First Form"
3011
  msgstr ""
3012
 
3013
+ #: build/wpforms/includes/admin/class-welcome.php:163
3014
  #: includes/admin/class-welcome.php:163
3015
  msgid "Read the Full Guide"
3016
  msgstr ""
3017
 
3018
+ #: build/wpforms/includes/admin/class-welcome.php:178
3019
  #: includes/admin/class-welcome.php:178
3020
  msgid "WPForms Features &amp; Addons"
3021
  msgstr ""
3022
 
3023
+ #: build/wpforms/includes/admin/class-welcome.php:179
3024
  #: includes/admin/class-welcome.php:179
3025
  msgid "WPForms is both easy to use and extremely powerful. We have tons of helpful features that allow us to give you everything you need from a form builder."
3026
  msgstr ""
3027
 
3028
+ #: build/wpforms/includes/admin/class-welcome.php:185
3029
  #: includes/admin/class-welcome.php:185
3030
  msgid "Drag &amp; Drop Form Builder"
3031
  msgstr ""
3032
 
3033
+ #: build/wpforms/includes/admin/class-welcome.php:186
3034
  #: includes/admin/class-welcome.php:186
3035
  msgid "Easily create an amazing form in just a few minutes without writing any code."
3036
  msgstr ""
3037
 
3038
+ #: build/wpforms/includes/admin/class-welcome.php:192
3039
  #: includes/admin/class-welcome.php:192
3040
  msgid "Start with pre-built form templates to save even more time."
3041
  msgstr ""
3042
 
3043
+ #: build/wpforms/includes/admin/class-welcome.php:197
3044
  #: includes/admin/class-welcome.php:197
3045
  msgid "Responsive Mobile Friendly"
3046
  msgstr ""
3047
 
3048
+ #: build/wpforms/includes/admin/class-welcome.php:198
3049
  #: includes/admin/class-welcome.php:198
3050
  msgid "WPForms is 100% responsive meaning it works on mobile, tablets & desktop."
3051
  msgstr ""
3052
 
3053
+ #: build/wpforms/includes/admin/class-welcome.php:204
3054
  #: includes/admin/class-welcome.php:204
3055
  msgid "Easily create high performance forms with our smart conditional logic."
3056
  msgstr ""
3057
 
3058
+ #: build/wpforms/includes/admin/class-welcome.php:209
3059
  #: includes/admin/class-welcome.php:209
3060
  msgid "Instant Notifications"
3061
  msgstr ""
3062
 
3063
+ #: build/wpforms/includes/admin/class-welcome.php:210
3064
  #: includes/admin/class-welcome.php:210
3065
  msgid "Respond to leads quickly with our instant form notification feature for your team."
3066
  msgstr ""
3067
 
3068
+ #: build/wpforms/includes/admin/class-welcome.php:215
3069
  #: includes/admin/class-welcome.php:215
3070
  msgid "Entry Management"
3071
  msgstr ""
3072
 
3073
+ #: build/wpforms/includes/admin/class-welcome.php:216
3074
  #: includes/admin/class-welcome.php:216
3075
  msgid "View all your leads in one place to streamline your workflow."
3076
  msgstr ""
3077
 
3078
+ #: build/wpforms/includes/admin/class-welcome.php:221
3079
  #: includes/admin/class-welcome.php:221
3080
  msgid "Payments Made Easy"
3081
  msgstr ""
3082
 
3083
+ #: build/wpforms/includes/admin/class-welcome.php:222
3084
  #: includes/admin/class-welcome.php:222
3085
  msgid "Easily collect payments, donations, and online orders without hiring a developer."
3086
  msgstr ""
3087
 
3088
+ #: build/wpforms/includes/admin/class-welcome.php:227
3089
  #: includes/admin/class-welcome.php:227
3090
  msgid "Marketing &amp; Subscriptions"
3091
  msgstr ""
3092
 
3093
+ #: build/wpforms/includes/admin/class-welcome.php:228
3094
  #: includes/admin/class-welcome.php:228
3095
  msgid "Create subscription forms and connect with your email marketing service."
3096
  msgstr ""
3097
 
3098
+ #: build/wpforms/includes/admin/class-welcome.php:233
3099
  #: includes/admin/class-welcome.php:233
3100
  msgid "Easy to Embed"
3101
  msgstr ""
3102
 
3103
+ #: build/wpforms/includes/admin/class-welcome.php:234
3104
  #: includes/admin/class-welcome.php:234
3105
  msgid "Easily embed your forms in blog posts, pages, sidebar widgets, footer, etc."
3106
  msgstr ""
3107
 
3108
+ #: build/wpforms/includes/admin/class-welcome.php:239
3109
  #: includes/admin/class-welcome.php:239
3110
  msgid "Spam Protection"
3111
  msgstr ""
3112
 
3113
+ #: build/wpforms/includes/admin/class-welcome.php:240
3114
  #: includes/admin/class-welcome.php:240
3115
  msgid "Our smart captcha and honeypot automatically prevent spam submissions."
3116
  msgstr ""
3117
 
3118
+ #: build/wpforms/includes/admin/class-welcome.php:248
3119
  #: includes/admin/class-welcome.php:248
3120
  msgid "See All Features"
3121
  msgstr ""
3122
 
3123
+ #: build/wpforms/includes/admin/class-welcome.php:263
3124
  #: includes/admin/class-welcome.php:263
3125
  msgid "PayPal"
3126
  msgstr ""
3127
 
3128
+ #: build/wpforms/includes/admin/class-welcome.php:264
3129
  #: includes/admin/class-welcome.php:264
3130
  #: src/Lite/Admin/Builder/Education.php:436
3131
  msgid "Post Submissions"
3132
  msgstr ""
3133
 
3134
+ #: build/wpforms/includes/admin/class-welcome.php:265
3135
  #: includes/admin/class-welcome.php:265
3136
  #: src/Lite/Admin/Builder/Education.php:489
3137
  msgid "Stripe"
3138
  msgstr ""
3139
 
3140
+ #: build/wpforms/includes/admin/class-welcome.php:266
3141
  #: includes/admin/class-welcome.php:266
3142
  msgid "Signatures"
3143
  msgstr ""
3144
 
3145
+ #: build/wpforms/includes/admin/class-welcome.php:267
3146
  #: includes/admin/class-welcome.php:267
3147
  msgid "User Registration"
3148
  msgstr ""
3149
 
3150
+ #: build/wpforms/includes/admin/class-welcome.php:268
3151
  #: includes/admin/class-welcome.php:268
3152
  #: src/Lite/Admin/Builder/Education.php:429
3153
  msgid "Form Abandonment"
3154
  msgstr ""
3155
 
3156
+ #: build/wpforms/includes/admin/class-welcome.php:269
3157
  #: includes/admin/class-welcome.php:269
3158
  msgid "Geolocation"
3159
  msgstr ""
3160
 
3161
+ #: build/wpforms/includes/admin/class-welcome.php:270
3162
  #: includes/admin/class-welcome.php:270
3163
  msgid "Polls"
3164
  msgstr ""
3165
 
3166
+ #: build/wpforms/includes/admin/class-welcome.php:271
3167
  #: includes/admin/class-welcome.php:271
3168
  msgid "Zapier"
3169
  msgstr ""
3170
 
3171
+ #: build/wpforms/includes/admin/class-welcome.php:273
3172
  #: includes/admin/class-welcome.php:273
3173
  msgid "Surveys"
3174
  msgstr ""
3175
 
3176
+ #: build/wpforms/includes/admin/class-welcome.php:279
3177
  #: includes/admin/class-welcome.php:279
3178
  msgid "PRO"
3179
  msgstr ""
3180
 
3181
+ #: build/wpforms/includes/admin/class-welcome.php:282
3182
  #: includes/admin/class-welcome.php:282
3183
  msgid "per year"
3184
  msgstr ""
3185
 
3186
+ #: build/wpforms/includes/admin/class-welcome.php:298
3187
  #: includes/admin/class-welcome.php:298
3188
  msgid "Testimonials"
3189
  msgstr ""
3190
 
3191
+ #: build/wpforms/includes/admin/class-welcome.php:302
3192
  #: includes/admin/class-welcome.php:302
3193
  msgid "WPForms is by far the easiest form plugin to use. My clients love it – it’s one of the few plugins they can use without any training. As a developer I appreciate how fast, modern, clean and extensible it is."
3194
  msgstr ""
3195
 
3196
+ #: build/wpforms/includes/admin/class-welcome.php:309
3197
  #: includes/admin/class-welcome.php:309
3198
  msgid "As a business owner, time is my most valuable asset. WPForms allow me to create smart online forms with just a few clicks. With their pre-built form templates and the drag & drop builder, I can create a new form that works in less than 2 minutes without writing a single line of code. Well worth the investment."
3199
  msgstr ""
3200
 
3201
+ #: build/wpforms/includes/admin/importers/class-base.php:110
3202
  #: includes/admin/importers/class-base.php:110
3203
  msgid "There was an error while creating a new form."
3204
  msgstr ""
3205
 
3206
+ #: build/wpforms/includes/admin/importers/class-contact-form-7.php:89
3207
  #: includes/admin/importers/class-contact-form-7.php:89
3208
  msgid "Unknown Form"
3209
  msgstr ""
3210
 
3211
+ #: build/wpforms/includes/admin/importers/class-contact-form-7.php:90
3212
  #: includes/admin/importers/class-contact-form-7.php:90
3213
  msgid "The form you are trying to import does not exist."
3214
  msgstr ""
3215
 
3216
+ #: build/wpforms/includes/admin/importers/class-contact-form-7.php:112
3217
+ #: build/wpforms/includes/admin/importers/class-ninja-forms.php:120
3218
+ #: build/wpforms/includes/admin/importers/class-pirate-forms.php:436
3219
  #: includes/admin/importers/class-contact-form-7.php:112
3220
  #: includes/admin/importers/class-ninja-forms.php:120
3221
  #: includes/admin/importers/class-pirate-forms.php:436
3222
  msgid "Sending"
3223
  msgstr ""
3224
 
3225
+ #: build/wpforms/includes/admin/importers/class-contact-form-7.php:117
3226
+ #: build/wpforms/includes/admin/importers/class-ninja-forms.php:125
3227
  #: includes/admin/importers/class-contact-form-7.php:117
3228
  #: includes/admin/importers/class-ninja-forms.php:125
3229
  msgid "Notification 1"
3230
  msgstr ""
3231
 
3232
  #. translators: %s - form name.
3233
+ #: build/wpforms/includes/admin/importers/class-contact-form-7.php:120
3234
+ #: build/wpforms/includes/admin/importers/class-contact-form-7.php:410
3235
+ #: build/wpforms/includes/admin/importers/class-ninja-forms.php:128
3236
+ #: build/wpforms/includes/admin/importers/class-ninja-forms.php:405
3237
+ #: build/wpforms/includes/admin/importers/class-pirate-forms.php:444
3238
+ #: build/wpforms/includes/class-form.php:283
3239
  #: includes/admin/importers/class-contact-form-7.php:120
3240
  #: includes/admin/importers/class-contact-form-7.php:410
3241
  #: includes/admin/importers/class-ninja-forms.php:128
3246
  msgid "New Entry: %s"
3247
  msgstr ""
3248
 
3249
+ #: build/wpforms/includes/admin/importers/class-contact-form-7.php:130
3250
+ #: build/wpforms/includes/admin/importers/class-ninja-forms.php:138
3251
+ #: build/wpforms/includes/admin/importers/class-pirate-forms.php:455
3252
+ #: build/wpforms/includes/class-form.php:293
3253
+ #: build/wpforms/includes/class-process.php:440
3254
+ #: build/wpforms/includes/templates/class-contact.php:66
3255
  #: includes/admin/importers/class-contact-form-7.php:130
3256
  #: includes/admin/importers/class-ninja-forms.php:138
3257
  #: includes/admin/importers/class-pirate-forms.php:455
3263
  msgid "Thanks for contacting us! We will be in touch with you shortly."
3264
  msgstr ""
3265
 
3266
+ #: build/wpforms/includes/admin/importers/class-contact-form-7.php:143
3267
+ #: build/wpforms/includes/admin/importers/class-ninja-forms.php:151
3268
+ #: build/wpforms/includes/admin/importers/class-pirate-forms.php:422
3269
  #: includes/admin/importers/class-contact-form-7.php:143
3270
  #: includes/admin/importers/class-ninja-forms.php:151
3271
  #: includes/admin/importers/class-pirate-forms.php:422
3272
  msgid "No form fields found."
3273
  msgstr ""
3274
 
3275
+ #: build/wpforms/includes/admin/importers/class-contact-form-7.php:312
3276
  #: includes/admin/importers/class-contact-form-7.php:312
3277
  msgid "Acceptance Field"
3278
  msgstr ""
3279
 
3280
+ #: build/wpforms/includes/admin/importers/class-contact-form-7.php:407
3281
  #: includes/admin/importers/class-contact-form-7.php:407
3282
  msgid "Notification 2"
3283
  msgstr ""
3284
 
3285
  #. translators: %1$s - field type; %2$s - field name if available.
3286
+ #: build/wpforms/includes/admin/importers/class-contact-form-7.php:500
3287
  #: includes/admin/importers/class-contact-form-7.php:500
3288
  msgid "%1$s Field %2$s"
3289
  msgstr ""
3290
 
3291
+ #: build/wpforms/includes/admin/importers/class-ninja-forms.php:227
3292
+ #: build/wpforms/includes/admin/importers/class-pirate-forms.php:239
3293
+ #: build/wpforms/includes/admin/importers/class-pirate-forms.php:331
3294
  #: includes/admin/importers/class-ninja-forms.php:227
3295
  #: includes/admin/importers/class-pirate-forms.php:239
3296
  #: includes/admin/importers/class-pirate-forms.php:331
3297
  msgid "Single Checkbox Field"
3298
  msgstr ""
3299
 
3300
+ #: build/wpforms/includes/admin/importers/class-ninja-forms.php:402
3301
+ #: build/wpforms/includes/admin/importers/class-ninja-forms.php:418
3302
  #: includes/admin/importers/class-ninja-forms.php:402
3303
  #: includes/admin/importers/class-ninja-forms.php:418
3304
  msgid "Notification"
3305
  msgstr ""
3306
 
3307
  #. translators: %1$s - field type; %2$s - field name if available.
3308
+ #: build/wpforms/includes/admin/importers/class-ninja-forms.php:472
3309
  #: includes/admin/importers/class-ninja-forms.php:472
3310
  msgid "%1$s Field"
3311
  msgstr ""
3312
 
3313
+ #: build/wpforms/includes/admin/importers/class-pirate-forms.php:84
3314
+ #: build/wpforms/includes/admin/importers/class-pirate-forms.php:172
3315
  #: includes/admin/importers/class-pirate-forms.php:84
3316
  #: includes/admin/importers/class-pirate-forms.php:172
3317
  msgid "Default Form"
3318
  msgstr ""
3319
 
3320
+ #: build/wpforms/includes/admin/overview/class-overview-table.php:50
3321
+ #: build/wpforms/includes/fields/class-name.php:18
3322
+ #: build/wpforms/includes/fields/class-name.php:264
3323
+ #: build/wpforms/includes/templates/class-contact.php:31
3324
+ #: build/wpforms/includes/templates/class-subscribe.php:33
3325
+ #: build/wpforms/includes/templates/class-suggestion.php:30
3326
  #: includes/admin/overview/class-overview-table.php:50
3327
  #: includes/fields/class-name.php:18
3328
  #: includes/fields/class-name.php:264
3332
  msgid "Name"
3333
  msgstr ""
3334
 
3335
+ #: build/wpforms/includes/admin/overview/class-overview-table.php:51
3336
  #: includes/admin/overview/class-overview-table.php:51
3337
  msgid "Shortcode"
3338
  msgstr ""
3339
 
3340
+ #: build/wpforms/includes/admin/overview/class-overview-table.php:52
3341
  #: includes/admin/overview/class-overview-table.php:52
3342
  msgid "Created"
3343
  msgstr ""
3344
 
3345
+ #: build/wpforms/includes/admin/overview/class-overview-table.php:153
3346
+ #: build/wpforms/includes/admin/overview/class-overview-table.php:250
3347
  #: includes/admin/overview/class-overview-table.php:153
3348
  #: includes/admin/overview/class-overview-table.php:250
3349
  msgid "View preview"
3350
  msgstr ""
3351
 
3352
+ #: build/wpforms/includes/admin/overview/class-overview-table.php:170
3353
+ #: build/wpforms/includes/admin/overview/class-overview-table.php:240
3354
  #: includes/admin/overview/class-overview-table.php:170
3355
  #: includes/admin/overview/class-overview-table.php:240
3356
  msgid "View entries"
3357
  msgstr ""
3358
 
3359
+ #: build/wpforms/includes/admin/overview/class-overview-table.php:187
3360
+ #: build/wpforms/includes/admin/overview/class-overview-table.php:222
3361
  #: includes/admin/overview/class-overview-table.php:187
3362
  #: includes/admin/overview/class-overview-table.php:222
3363
  msgid "Edit This Form"
3364
  msgstr ""
3365
 
3366
+ #: build/wpforms/includes/admin/overview/class-overview-table.php:271
3367
  #: includes/admin/overview/class-overview-table.php:271
3368
  msgid "Duplicate this form"
3369
  msgstr ""
3370
 
3371
+ #: build/wpforms/includes/admin/overview/class-overview-table.php:272
3372
  #: includes/admin/overview/class-overview-table.php:272
3373
  msgid "Duplicate"
3374
  msgstr ""
3375
 
3376
+ #: build/wpforms/includes/admin/overview/class-overview-table.php:292
3377
  #: includes/admin/overview/class-overview-table.php:292
3378
  msgid "Delete this form"
3379
  msgstr ""
3380
 
3381
+ #: build/wpforms/includes/admin/overview/class-overview-table.php:293
3382
+ #: build/wpforms/includes/admin/overview/class-overview-table.php:313
3383
+ #: build/wpforms/src/Providers/Provider/Settings/FormBuilder.php:209
3384
  #: includes/admin/overview/class-overview-table.php:293
3385
  #: includes/admin/overview/class-overview-table.php:313
3386
  #: src/Providers/Provider/Settings/FormBuilder.php:209
3387
  msgid "Delete"
3388
  msgstr ""
3389
 
3390
+ #: build/wpforms/includes/admin/overview/class-overview.php:73
3391
  #: includes/admin/overview/class-overview.php:73
3392
  msgid "Number of forms per page:"
3393
  msgstr ""
3394
 
3395
+ #: build/wpforms/includes/admin/overview/class-overview.php:122
3396
  #: includes/admin/overview/class-overview.php:122
3397
  msgid "Forms Overview"
3398
  msgstr ""
3399
 
3400
  #. translators: %s - Deleted forms count.
3401
+ #: build/wpforms/includes/admin/overview/class-overview.php:169
3402
  #: includes/admin/overview/class-overview.php:169
3403
  msgid "%s form was successfully deleted."
3404
  msgid_plural "%s forms were successfully deleted."
3406
  msgstr[1] ""
3407
 
3408
  #. translators: %s - Duplicated forms count.
3409
+ #: build/wpforms/includes/admin/overview/class-overview.php:177
3410
  #: includes/admin/overview/class-overview.php:177
3411
  msgid "%s form was successfully duplicated."
3412
  msgid_plural "%s forms were successfully duplicated."
3413
  msgstr[0] ""
3414
  msgstr[1] ""
3415
 
3416
+ #: build/wpforms/includes/admin/overview/class-overview.php:184
3417
  #: includes/admin/overview/class-overview.php:184
3418
  msgid "Security check failed. Please try again."
3419
  msgstr ""
3420
 
3421
  #. translators: %s - ID of a setting.
3422
+ #: build/wpforms/includes/admin/settings-api.php:74
3423
  #: includes/admin/settings-api.php:74
3424
  msgid "The callback function used for the %s setting is missing."
3425
  msgstr ""
3426
 
3427
+ #: build/wpforms/includes/admin/settings-api.php:106
3428
  #: includes/admin/settings-api.php:106
3429
  msgid "You're using WPForms Lite - no license needed. Enjoy!"
3430
  msgstr ""
3431
 
3432
  #. translators: %s - WPForms.com upgrade URL.
3433
+ #: build/wpforms/includes/admin/settings-api.php:112
3434
  #: includes/admin/settings-api.php:112
3435
  msgid "To unlock more features consider <strong><a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"wpforms-upgrade-modal\">upgrading to PRO</a></strong>."
3436
  msgstr ""
3437
 
3438
+ #: build/wpforms/includes/admin/settings-api.php:129
3439
  #: includes/admin/settings-api.php:129
3440
  msgid "As a valued WPForms Lite user you receive <strong>50% off</strong>, automatically applied at checkout!"
3441
  msgstr ""
3442
 
3443
+ #: build/wpforms/includes/admin/settings-api.php:137
3444
  #: includes/admin/settings-api.php:137
3445
  msgid "Already purchased? Simply enter your license key below to connect with WPForms PRO!"
3446
  msgstr ""
3447
 
3448
+ #: build/wpforms/includes/admin/settings-api.php:139
3449
  #: includes/admin/settings-api.php:139
3450
  msgid "Paste license key here"
3451
  msgstr ""
3452
 
3453
+ #: build/wpforms/includes/admin/settings-api.php:140
3454
+ #: build/wpforms/includes/providers/class-constant-contact.php:507
3455
  #: includes/admin/settings-api.php:140
3456
  #: includes/providers/class-constant-contact.php:507
3457
  msgid "Connect"
3458
  msgstr ""
3459
 
3460
+ #: build/wpforms/includes/admin/settings-api.php:150
3461
  #: includes/admin/settings-api.php:150
3462
  msgid "Verify Key"
3463
  msgstr ""
3464
 
3465
+ #: build/wpforms/includes/admin/settings-api.php:154
3466
  #: includes/admin/settings-api.php:154
3467
  msgid "Deactivate Key"
3468
  msgstr ""
3469
 
3470
  #. translators: $s - license type.
3471
+ #: build/wpforms/includes/admin/settings-api.php:161
3472
  #: includes/admin/settings-api.php:161
3473
  msgid "Your license key type is %s."
3474
  msgstr ""
3475
 
3476
+ #: build/wpforms/includes/admin/settings-api.php:167
3477
  #: includes/admin/settings-api.php:167
3478
  msgid "If your license has been upgraded or is incorrect, <a href=\"#\" id=\"wpforms-setting-license-key-refresh\">click here to force a refresh</a>."
3479
  msgstr ""
3480
 
3481
+ #: build/wpforms/includes/admin/settings-api.php:380
3482
+ #: build/wpforms/includes/fields/class-base.php:847
3483
+ #: build/wpforms/includes/fields/class-base.php:978
3484
  #: includes/admin/settings-api.php:380
3485
  #: includes/fields/class-base.php:847
3486
  #: includes/fields/class-base.php:978
3487
  msgid "Upload Image"
3488
  msgstr ""
3489
 
3490
+ #: build/wpforms/includes/class-conditional-logic-core.php:189
3491
  #: includes/class-conditional-logic-core.php:189
3492
  msgid "this field if"
3493
  msgstr ""
3494
 
3495
+ #: build/wpforms/includes/class-conditional-logic-core.php:193
3496
  #: includes/class-conditional-logic-core.php:193
3497
  msgid "Show"
3498
  msgstr ""
3499
 
3500
+ #: build/wpforms/includes/class-conditional-logic-core.php:194
3501
  #: includes/class-conditional-logic-core.php:194
3502
  msgid "Hide"
3503
  msgstr ""
3504
 
3505
+ #: build/wpforms/includes/class-conditional-logic-core.php:207
3506
+ #: build/wpforms/includes/class-conditional-logic-core.php:282
3507
  #: includes/class-conditional-logic-core.php:207
3508
  #: includes/class-conditional-logic-core.php:282
3509
  msgid "Enable conditional logic"
3510
  msgstr ""
3511
 
3512
+ #: build/wpforms/includes/class-conditional-logic-core.php:208
3513
+ #: build/wpforms/includes/class-conditional-logic-core.php:284
3514
  #: includes/class-conditional-logic-core.php:208
3515
  #: includes/class-conditional-logic-core.php:284
3516
  msgid "How to use Conditional Logic"
3517
  msgstr ""
3518
 
3519
+ #: build/wpforms/includes/class-conditional-logic-core.php:240
3520
  #: includes/class-conditional-logic-core.php:240
3521
  msgid "this connection if"
3522
  msgstr ""
3523
 
3524
+ #: build/wpforms/includes/class-conditional-logic-core.php:244
3525
  #: includes/class-conditional-logic-core.php:244
3526
  msgid "Process"
3527
  msgstr ""
3528
 
3529
+ #: build/wpforms/includes/class-conditional-logic-core.php:245
3530
  #: includes/class-conditional-logic-core.php:245
3531
  msgid "Don't process"
3532
  msgstr ""
3533
 
3534
+ #: build/wpforms/includes/class-conditional-logic-core.php:490
3535
  #: includes/class-conditional-logic-core.php:490
3536
  msgctxt "Conditional Logic: new rule logic."
3537
  msgid "AND"
3538
  msgstr ""
3539
 
3540
+ #: build/wpforms/includes/class-conditional-logic-core.php:500
3541
  #: includes/class-conditional-logic-core.php:500
3542
  msgctxt "Conditional Logic: new rule logic."
3543
  msgid "or"
3544
  msgstr ""
3545
 
3546
+ #: build/wpforms/includes/class-conditional-logic-core.php:506
3547
  #: includes/class-conditional-logic-core.php:506
3548
  msgid "Add rule group"
3549
  msgstr ""
3550
 
3551
+ #: build/wpforms/includes/class-form.php:278
3552
+ #: build/wpforms/includes/templates/class-blank.php:30
3553
+ #: build/wpforms/includes/templates/class-contact.php:72
3554
+ #: build/wpforms/includes/templates/class-subscribe.php:48
3555
+ #: build/wpforms/includes/templates/class-suggestion.php:87
3556
  #: includes/class-form.php:278
3557
  #: includes/templates/class-blank.php:30
3558
  #: includes/templates/class-contact.php:72
3562
  msgstr ""
3563
 
3564
  #. translators: %s - URL to a non-amp version of a page with the form.
3565
+ #: build/wpforms/includes/class-frontend.php:157
3566
  #: includes/class-frontend.php:157
3567
  msgid "<a href=\"%s\">Go to the full page</a> to view and submit the form."
3568
  msgstr ""
3569
 
3570
+ #: build/wpforms/includes/class-frontend.php:409
3571
  #: includes/class-frontend.php:409
3572
  msgid "Please enable JavaScript in your browser to complete this form."
3573
  msgstr ""
3574
 
3575
+ #: build/wpforms/includes/class-frontend.php:1305
3576
  #: includes/class-frontend.php:1305
3577
  msgid "Click to accept this suggestion."
3578
  msgstr ""
3579
 
3580
+ #: build/wpforms/includes/class-frontend.php:1308
3581
  #: includes/class-frontend.php:1308
3582
  msgid "File type is not allowed."
3583
  msgstr ""
3584
 
3585
+ #: build/wpforms/includes/class-frontend.php:1309
3586
  #: includes/class-frontend.php:1309
3587
  msgid "File exceeds max size allowed. File was not uploaded."
3588
  msgstr ""
3589
 
3590
+ #: build/wpforms/includes/class-frontend.php:1310
3591
  #: includes/class-frontend.php:1310
3592
  msgid "Please enter time in 12-hour AM/PM format (eg 8:45 AM)."
3593
  msgstr ""
3594
 
3595
+ #: build/wpforms/includes/class-frontend.php:1311
3596
  #: includes/class-frontend.php:1311
3597
  msgid "Please enter time in 24-hour format (eg 22:45)."
3598
  msgstr ""
3599
 
3600
+ #: build/wpforms/includes/class-frontend.php:1312
3601
  #: includes/class-frontend.php:1312
3602
  msgid "Payment is required."
3603
  msgstr ""
3604
 
3605
+ #: build/wpforms/includes/class-frontend.php:1313
3606
  #: includes/class-frontend.php:1313
3607
  msgid "Please enter a valid credit card number."
3608
  msgstr ""
3609
 
3610
+ #: build/wpforms/includes/class-frontend.php:1314
3611
+ #: build/wpforms/includes/class-process.php:562
3612
  #: includes/class-frontend.php:1314
3613
  #: includes/class-process.php:562
3614
  msgid "The total size of the selected files {totalSize} Mb exceeds the allowed limit {maxSize} Mb."
3615
  msgstr ""
3616
 
3617
+ #: build/wpforms/includes/class-frontend.php:1316
3618
  #: includes/class-frontend.php:1316
3619
  msgid "{count} of {limit} max characters."
3620
  msgstr ""
3621
 
3622
+ #: build/wpforms/includes/class-frontend.php:1317
3623
  #: includes/class-frontend.php:1317
3624
  msgid "{count} of {limit} max words."
3625
  msgstr ""
3626
 
3627
+ #: build/wpforms/includes/class-logging.php:35
3628
  #: includes/class-logging.php:35
3629
  msgid "WPForms Logs"
3630
  msgstr ""
3631
 
3632
+ #: build/wpforms/includes/class-logging.php:35
3633
  #: includes/class-logging.php:35
3634
  msgid "Logs"
3635
  msgstr ""
3636
 
3637
+ #: build/wpforms/includes/class-process.php:136
3638
  #: includes/class-process.php:136
3639
  msgid "Invalid form."
3640
  msgstr ""
3641
 
3642
+ #: build/wpforms/includes/class-process.php:213
3643
  #: includes/class-process.php:213
3644
  msgid "Uploaded files combined size exceeds allowed maximum."
3645
  msgstr ""
3646
 
3647
+ #: build/wpforms/includes/class-process.php:273
3648
+ #: build/wpforms/includes/class-process.php:334
3649
+ #: build/wpforms/includes/class-process.php:561
3650
  #: includes/class-process.php:273
3651
  #: includes/class-process.php:334
3652
  #: includes/class-process.php:561
3653
  msgid "Form has not been submitted, please see the errors below."
3654
  msgstr ""
3655
 
3656
+ #: build/wpforms/includes/class-process.php:285
3657
  #: includes/class-process.php:285
3658
  msgid "WPForms honeypot field triggered."
3659
  msgstr ""
3660
 
3661
+ #: build/wpforms/includes/class-process.php:492
3662
  #: includes/class-process.php:492
3663
  msgid "Redirecting…"
3664
  msgstr ""
3665
 
3666
  #. translators: %s - form name.
3667
+ #: build/wpforms/includes/class-process.php:634
3668
  #: includes/class-process.php:634
3669
  #: lite/wpforms-lite.php:57
3670
  msgid "New %s Entry"
3671
  msgstr ""
3672
 
3673
+ #: build/wpforms/includes/class-smart-tags.php:30
3674
  #: includes/class-smart-tags.php:30
3675
  msgid "Site Administrator Email"
3676
  msgstr ""
3677
 
3678
+ #: build/wpforms/includes/class-smart-tags.php:31
3679
  #: includes/class-smart-tags.php:31
3680
  msgid "Entry ID"
3681
  msgstr ""
3682
 
3683
+ #: build/wpforms/includes/class-smart-tags.php:32
3684
  #: includes/class-smart-tags.php:32
3685
  msgid "Form ID"
3686
  msgstr ""
3687
 
3688
+ #: build/wpforms/includes/class-smart-tags.php:34
3689
  #: includes/class-smart-tags.php:34
3690
  msgid "Embedded Post/Page Title"
3691
  msgstr ""
3692
 
3693
+ #: build/wpforms/includes/class-smart-tags.php:35
3694
  #: includes/class-smart-tags.php:35
3695
  msgid "Embedded Post/Page URL"
3696
  msgstr ""
3697
 
3698
+ #: build/wpforms/includes/class-smart-tags.php:36
3699
  #: includes/class-smart-tags.php:36
3700
  msgid "Embedded Post/Page ID"
3701
  msgstr ""
3702
 
3703
+ #: build/wpforms/includes/class-smart-tags.php:37
3704
  #: includes/class-smart-tags.php:37
3705
  msgid "Date"
3706
  msgstr ""
3707
 
3708
+ #: build/wpforms/includes/class-smart-tags.php:38
3709
  #: includes/class-smart-tags.php:38
3710
  msgid "Query String Variable"
3711
  msgstr ""
3712
 
3713
+ #: build/wpforms/includes/class-smart-tags.php:39
3714
  #: includes/class-smart-tags.php:39
3715
  msgid "User IP Address"
3716
  msgstr ""
3717
 
3718
+ #: build/wpforms/includes/class-smart-tags.php:40
3719
  #: includes/class-smart-tags.php:40
3720
  msgid "User ID"
3721
  msgstr ""
3722
 
3723
+ #: build/wpforms/includes/class-smart-tags.php:41
3724
  #: includes/class-smart-tags.php:41
3725
  msgid "User Display Name"
3726
  msgstr ""
3727
 
3728
+ #: build/wpforms/includes/class-smart-tags.php:42
3729
  #: includes/class-smart-tags.php:42
3730
  msgid "User Full Name"
3731
  msgstr ""
3732
 
3733
+ #: build/wpforms/includes/class-smart-tags.php:43
3734
  #: includes/class-smart-tags.php:43
3735
  msgid "User First Name"
3736
  msgstr ""
3737
 
3738
+ #: build/wpforms/includes/class-smart-tags.php:44
3739
  #: includes/class-smart-tags.php:44
3740
  msgid "User Last Name"
3741
  msgstr ""
3742
 
3743
+ #: build/wpforms/includes/class-smart-tags.php:45
3744
  #: includes/class-smart-tags.php:45
3745
  msgid "User Email"
3746
  msgstr ""
3747
 
3748
+ #: build/wpforms/includes/class-smart-tags.php:46
3749
  #: includes/class-smart-tags.php:46
3750
  msgid "User Meta"
3751
  msgstr ""
3752
 
3753
+ #: build/wpforms/includes/class-smart-tags.php:47
3754
  #: includes/class-smart-tags.php:47
3755
  msgid "Author ID"
3756
  msgstr ""
3757
 
3758
+ #: build/wpforms/includes/class-smart-tags.php:48
3759
  #: includes/class-smart-tags.php:48
3760
  msgid "Author Name"
3761
  msgstr ""
3762
 
3763
+ #: build/wpforms/includes/class-smart-tags.php:49
3764
  #: includes/class-smart-tags.php:49
3765
  msgid "Author Email"
3766
  msgstr ""
3767
 
3768
+ #: build/wpforms/includes/class-smart-tags.php:50
3769
  #: includes/class-smart-tags.php:50
3770
  msgid "Referrer URL"
3771
  msgstr ""
3772
 
3773
+ #: build/wpforms/includes/class-smart-tags.php:51
3774
  #: includes/class-smart-tags.php:51
3775
  msgid "Login URL"
3776
  msgstr ""
3777
 
3778
+ #: build/wpforms/includes/class-smart-tags.php:52
3779
  #: includes/class-smart-tags.php:52
3780
  msgid "Logout URL"
3781
  msgstr ""
3782
 
3783
+ #: build/wpforms/includes/class-smart-tags.php:53
3784
  #: includes/class-smart-tags.php:53
3785
  msgid "Register URL"
3786
  msgstr ""
3787
 
3788
+ #: build/wpforms/includes/class-smart-tags.php:54
3789
  #: includes/class-smart-tags.php:54
3790
  msgid "Lost Password URL"
3791
  msgstr ""
3792
 
3793
+ #: build/wpforms/includes/class-widget.php:39
3794
  #: includes/class-widget.php:39
3795
  msgctxt "Widget"
3796
  msgid "Display a form."
3797
  msgstr ""
3798
 
3799
+ #: build/wpforms/includes/class-widget.php:48
3800
  #: includes/class-widget.php:48
3801
  msgctxt "Widget"
3802
  msgid "WPForms"
3803
  msgstr ""
3804
 
3805
+ #: build/wpforms/includes/class-widget.php:116
3806
  #: includes/class-widget.php:116
3807
  msgctxt "Widget"
3808
  msgid "Title:"
3809
  msgstr ""
3810
 
3811
+ #: build/wpforms/includes/class-widget.php:125
3812
  #: includes/class-widget.php:125
3813
  msgctxt "Widget"
3814
  msgid "Form:"
3815
  msgstr ""
3816
 
3817
+ #: build/wpforms/includes/class-widget.php:133
3818
  #: includes/class-widget.php:133
3819
  msgctxt "Widget"
3820
  msgid "Select your form"
3821
  msgstr ""
3822
 
3823
+ #: build/wpforms/includes/class-widget.php:139
3824
  #: includes/class-widget.php:139
3825
  msgctxt "Widget"
3826
  msgid "No forms"
3827
  msgstr ""
3828
 
3829
+ #: build/wpforms/includes/class-widget.php:148
3830
  #: includes/class-widget.php:148
3831
  msgctxt "Widget"
3832
  msgid "Display form name"
3833
  msgstr ""
3834
 
3835
+ #: build/wpforms/includes/class-widget.php:154
3836
  #: includes/class-widget.php:154
3837
  msgctxt "Widget"
3838
  msgid "Display form description"
3839
  msgstr ""
3840
 
3841
+ #: build/wpforms/includes/emails/class-emails.php:339
3842
  #: includes/emails/class-emails.php:339
3843
  msgid "You cannot send emails with WPForms_WP_Emails() until init/admin_init has been reached."
3844
  msgstr ""
3845
 
3846
+ #: build/wpforms/includes/emails/class-emails.php:553
3847
  #: includes/emails/class-emails.php:553
3848
  #: src/Lite/Admin/Builder/Education.php:255
3849
  msgid "Page Break"
3850
  msgstr ""
3851
 
3852
  #. translators: %d - field ID.
3853
+ #: build/wpforms/includes/emails/class-emails.php:574
3854
+ #: build/wpforms/includes/emails/class-emails.php:619
3855
+ #: build/wpforms/src/Pro/Admin/Entries/PrintPreview.php:230
3856
  #: includes/emails/class-emails.php:574
3857
  #: includes/emails/class-emails.php:619
3858
  #: src/Pro/Admin/Entries/PrintPreview.php:230
3859
  msgid "Field ID #%d"
3860
  msgstr ""
3861
 
3862
+ #: build/wpforms/includes/emails/class-emails.php:631
3863
  #: includes/emails/class-emails.php:631
3864
  msgid "An empty form was submitted."
3865
  msgstr ""
3866
 
3867
  #. translators: %s - link to a site.
3868
+ #: build/wpforms/includes/emails/templates/footer-default.php:37
3869
+ #: build/wpforms/templates/emails/general-footer.php:24
3870
  #: includes/emails/templates/footer-default.php:37
3871
  #: templates/emails/general-footer.php:24
3872
  msgid "Sent from %s"
3873
  msgstr ""
3874
 
3875
+ #: build/wpforms/includes/fields/class-base.php:720
3876
  #: includes/fields/class-base.php:720
3877
  msgid "Enter text for the form field label. Field labels are recommended and can be hidden in the Advanced Settings."
3878
  msgstr ""
3879
 
3880
+ #: build/wpforms/includes/fields/class-base.php:721
3881
+ #: build/wpforms/pro/includes/fields/class-html.php:106
3882
  #: includes/fields/class-base.php:721
3883
  #: pro/includes/fields/class-html.php:106
3884
  msgid "Label"
3885
  msgstr ""
3886
 
3887
+ #: build/wpforms/includes/fields/class-base.php:731
3888
  #: includes/fields/class-base.php:731
3889
  msgid "Enter text for the form field description."
3890
  msgstr ""
3891
 
3892
+ #: build/wpforms/includes/fields/class-base.php:732
3893
  #: includes/fields/class-base.php:732
3894
  msgid "Description"
3895
  msgstr ""
3896
 
3897
+ #: build/wpforms/includes/fields/class-base.php:743
3898
  #: includes/fields/class-base.php:743
3899
  msgid "Check this option to mark the field required. A form will not submit unless all required fields are provided."
3900
  msgstr ""
3901
 
3902
+ #: build/wpforms/includes/fields/class-base.php:762
3903
  #: includes/fields/class-base.php:762
3904
  msgid "Enter code for the form field."
3905
  msgstr ""
3906
 
3907
+ #: build/wpforms/includes/fields/class-base.php:763
3908
  #: includes/fields/class-base.php:763
3909
  msgid "Code"
3910
  msgstr ""
3911
 
3912
+ #: build/wpforms/includes/fields/class-base.php:773
3913
  #: includes/fields/class-base.php:773
3914
  msgid "Choices"
3915
  msgstr ""
3916
 
3917
+ #: build/wpforms/includes/fields/class-base.php:793
3918
+ #: build/wpforms/includes/fields/class-base.php:924
3919
  #: includes/fields/class-base.php:793
3920
  #: includes/fields/class-base.php:924
3921
  msgid "Add choices for the form field."
3922
  msgstr ""
3923
 
3924
+ #: build/wpforms/includes/fields/class-base.php:923
3925
  #: includes/fields/class-base.php:923
3926
  msgid "Items"
3927
  msgstr ""
3928
 
3929
+ #: build/wpforms/includes/fields/class-base.php:1011
3930
  #: includes/fields/class-base.php:1011
3931
  msgid "Images are not cropped or resized. For best results, they should be the same size and 250x250 pixels or smaller."
3932
  msgstr ""
3933
 
3934
+ #: build/wpforms/includes/fields/class-base.php:1021
3935
  #: includes/fields/class-base.php:1021
3936
  msgid "Use image choices"
3937
  msgstr ""
3938
 
3939
+ #: build/wpforms/includes/fields/class-base.php:1022
3940
  #: includes/fields/class-base.php:1022
3941
  msgid "Check this option to enable using images with the choices."
3942
  msgstr ""
3943
 
3944
+ #: build/wpforms/includes/fields/class-base.php:1050
3945
  #: includes/fields/class-base.php:1050
3946
  msgid "Image Choice Style"
3947
  msgstr ""
3948
 
3949
+ #: build/wpforms/includes/fields/class-base.php:1051
3950
  #: includes/fields/class-base.php:1051
3951
  msgid "Select the style for the image choices."
3952
  msgstr ""
3953
 
3954
+ #: build/wpforms/includes/fields/class-base.php:1064
3955
  #: includes/fields/class-base.php:1064
3956
  msgid "Modern"
3957
  msgstr ""
3958
 
3959
+ #: build/wpforms/includes/fields/class-base.php:1065
3960
  #: includes/fields/class-base.php:1065
3961
  msgid "Classic"
3962
  msgstr ""
3963
 
3964
+ #: build/wpforms/includes/fields/class-base.php:1066
3965
  #: includes/fields/class-base.php:1066
3966
  msgid "None"
3967
  msgstr ""
3968
 
3969
+ #: build/wpforms/includes/fields/class-base.php:1094
3970
  #: includes/fields/class-base.php:1094
3971
  msgid "Enter text for the default form field value."
3972
  msgstr ""
3973
 
3974
+ #: build/wpforms/includes/fields/class-base.php:1096
3975
+ #: build/wpforms/includes/fields/class-name.php:271
3976
+ #: build/wpforms/includes/fields/class-name.php:286
3977
+ #: build/wpforms/includes/fields/class-name.php:301
3978
+ #: build/wpforms/includes/fields/class-name.php:316
3979
+ #: build/wpforms/includes/fields/class-number-slider.php:200
3980
  #: includes/fields/class-base.php:1096
3981
  #: includes/fields/class-name.php:271
3982
  #: includes/fields/class-name.php:286
3986
  msgid "Default Value"
3987
  msgstr ""
3988
 
3989
+ #: build/wpforms/includes/fields/class-base.php:1107
3990
  #: includes/fields/class-base.php:1107
3991
  msgid "Select the default form field size."
3992
  msgstr ""
3993
 
3994
+ #: build/wpforms/includes/fields/class-base.php:1109
3995
  #: includes/fields/class-base.php:1109
3996
  msgid "Small"
3997
  msgstr ""
3998
 
3999
+ #: build/wpforms/includes/fields/class-base.php:1110
4000
  #: includes/fields/class-base.php:1110
4001
  msgid "Medium"
4002
  msgstr ""
4003
 
4004
+ #: build/wpforms/includes/fields/class-base.php:1111
4005
  #: includes/fields/class-base.php:1111
4006
  msgid "Large"
4007
  msgstr ""
4008
 
4009
+ #: build/wpforms/includes/fields/class-base.php:1113
4010
  #: includes/fields/class-base.php:1113
4011
  msgid "Field Size"
4012
  msgstr ""
4013
 
4014
+ #: build/wpforms/includes/fields/class-base.php:1127
4015
  #: includes/fields/class-base.php:1127
4016
  msgid "Advanced Options"
4017
  msgstr ""
4018
 
4019
+ #: build/wpforms/includes/fields/class-base.php:1139
4020
  #: includes/fields/class-base.php:1139
4021
  msgid "Enter text for the form field placeholder."
4022
  msgstr ""
4023
 
4024
+ #: build/wpforms/includes/fields/class-base.php:1140
4025
  #: includes/fields/class-base.php:1140
4026
  msgid "Placeholder Text"
4027
  msgstr ""
4028
 
4029
+ #: build/wpforms/includes/fields/class-base.php:1151
4030
  #: includes/fields/class-base.php:1151
4031
  msgid "Enter CSS class names for the form field container. Class names should be separated with spaces."
4032
  msgstr ""
4033
 
4034
+ #: build/wpforms/includes/fields/class-base.php:1156
4035
  #: includes/fields/class-base.php:1156
4036
  msgid "CSS Classes"
4037
  msgstr ""
4038
 
4039
+ #: build/wpforms/includes/fields/class-base.php:1166
4040
  #: includes/fields/class-base.php:1166
4041
  msgid "Check this option to hide the form field label."
4042
  msgstr ""
4043
 
4044
+ #: build/wpforms/includes/fields/class-base.php:1168
4045
  #: includes/fields/class-base.php:1168
4046
  msgid "Hide Label"
4047
  msgstr ""
4048
 
4049
+ #: build/wpforms/includes/fields/class-base.php:1177
4050
  #: includes/fields/class-base.php:1177
4051
  msgid "Check this option to hide the form field sub-label."
4052
  msgstr ""
4053
 
4054
+ #: build/wpforms/includes/fields/class-base.php:1179
4055
  #: includes/fields/class-base.php:1179
4056
  msgid "Hide Sub-Labels"
4057
  msgstr ""
4058
 
4059
+ #: build/wpforms/includes/fields/class-base.php:1188
4060
  #: includes/fields/class-base.php:1188
4061
  msgid "Select the layout for displaying field choices."
4062
  msgstr ""
4063
 
4064
+ #: build/wpforms/includes/fields/class-base.php:1190
4065
  #: includes/fields/class-base.php:1190
4066
  msgid "One Column"
4067
  msgstr ""
4068
 
4069
+ #: build/wpforms/includes/fields/class-base.php:1191
4070
  #: includes/fields/class-base.php:1191
4071
  msgid "Two Columns"
4072
  msgstr ""
4073
 
4074
+ #: build/wpforms/includes/fields/class-base.php:1192
4075
  #: includes/fields/class-base.php:1192
4076
  msgid "Three Columns"
4077
  msgstr ""
4078
 
4079
+ #: build/wpforms/includes/fields/class-base.php:1193
4080
  #: includes/fields/class-base.php:1193
4081
  msgid "Inline"
4082
  msgstr ""
4083
 
4084
+ #: build/wpforms/includes/fields/class-base.php:1195
4085
  #: includes/fields/class-base.php:1195
4086
  msgid "Choice Layout"
4087
  msgstr ""
4088
 
4089
+ #: build/wpforms/includes/fields/class-base.php:1205
4090
  #: includes/fields/class-base.php:1205
4091
  msgid "Select auto-populate method to use."
4092
  msgstr ""
4093
 
4094
+ #: build/wpforms/includes/fields/class-base.php:1208
4095
+ #: build/wpforms/includes/fields/class-base.php:1230
4096
  #: includes/fields/class-base.php:1208
4097
  #: includes/fields/class-base.php:1230
4098
  msgid "Post Type"
4099
  msgstr ""
4100
 
4101
+ #: build/wpforms/includes/fields/class-base.php:1209
4102
+ #: build/wpforms/includes/fields/class-base.php:1241
4103
  #: includes/fields/class-base.php:1209
4104
  #: includes/fields/class-base.php:1241
4105
  msgid "Taxonomy"
4106
  msgstr ""
4107
 
4108
+ #: build/wpforms/includes/fields/class-base.php:1211
4109
  #: includes/fields/class-base.php:1211
4110
  msgid "Dynamic Choices"
4111
  msgstr ""
4112
 
4113
  #. translators: %s - dynamic source type name.
4114
+ #: build/wpforms/includes/fields/class-base.php:1252
4115
  #: includes/fields/class-base.php:1252
4116
  msgid "Select %s to use for auto-populating field choices."
4117
  msgstr ""
4118
 
4119
  #. translators: %s - dynamic source type name.
4120
+ #: build/wpforms/includes/fields/class-base.php:1254
4121
  #: includes/fields/class-base.php:1254
4122
  msgid "Dynamic %s Source"
4123
  msgstr ""
4124
 
4125
  #. translators: %d - total amount of choices.
4126
+ #: build/wpforms/includes/fields/class-base.php:1578
4127
  #: includes/fields/class-base.php:1578
4128
  msgid "Showing the first 20 choices.<br> All %d choices will be displayed when viewing the form."
4129
  msgstr ""
4130
 
4131
+ #: build/wpforms/includes/fields/class-base.php:1614
4132
  #: includes/fields/class-base.php:1614
4133
  msgid "No form ID found"
4134
  msgstr ""
4135
 
4136
+ #: build/wpforms/includes/fields/class-base.php:1619
4137
  #: includes/fields/class-base.php:1619
4138
  msgid "No field type found"
4139
  msgstr ""
4140
 
4141
+ #: build/wpforms/includes/fields/class-checkbox.php:18
4142
  #: includes/fields/class-checkbox.php:18
4143
  msgid "Checkboxes"
4144
  msgstr ""
4145
 
4146
+ #: build/wpforms/includes/fields/class-checkbox.php:24
4147
+ #: build/wpforms/includes/fields/class-radio.php:24
4148
+ #: build/wpforms/includes/fields/class-select.php:24
4149
  #: includes/fields/class-checkbox.php:24
4150
  #: includes/fields/class-radio.php:24
4151
  #: includes/fields/class-select.php:24
4152
  msgid "First Choice"
4153
  msgstr ""
4154
 
4155
+ #: build/wpforms/includes/fields/class-checkbox.php:30
4156
+ #: build/wpforms/includes/fields/class-radio.php:30
4157
+ #: build/wpforms/includes/fields/class-select.php:29
4158
  #: includes/fields/class-checkbox.php:30
4159
  #: includes/fields/class-radio.php:30
4160
  #: includes/fields/class-select.php:29
4161
  msgid "Second Choice"
4162
  msgstr ""
4163
 
4164
+ #: build/wpforms/includes/fields/class-checkbox.php:36
4165
+ #: build/wpforms/includes/fields/class-radio.php:36
4166
+ #: build/wpforms/includes/fields/class-select.php:34
4167
  #: includes/fields/class-checkbox.php:36
4168
  #: includes/fields/class-radio.php:36
4169
  #: includes/fields/class-select.php:34
4170
  msgid "Third Choice"
4171
  msgstr ""
4172
 
4173
+ #: build/wpforms/includes/fields/class-checkbox.php:148
4174
  #: includes/fields/class-checkbox.php:148
4175
  msgid "Checked"
4176
  msgstr ""
4177
 
4178
  #. translators: %s - choice number.
4179
+ #: build/wpforms/includes/fields/class-checkbox.php:151
4180
  #: includes/fields/class-checkbox.php:151
4181
  msgid "Choice %s"
4182
  msgstr ""
4183
 
4184
+ #: build/wpforms/includes/fields/class-checkbox.php:296
4185
+ #: build/wpforms/includes/fields/class-radio.php:257
4186
  #: includes/fields/class-checkbox.php:296
4187
  #: includes/fields/class-radio.php:257
4188
  msgid "Randomize Choices"
4189
  msgstr ""
4190
 
4191
+ #: build/wpforms/includes/fields/class-checkbox.php:297
4192
+ #: build/wpforms/includes/fields/class-radio.php:258
4193
  #: includes/fields/class-checkbox.php:297
4194
  #: includes/fields/class-radio.php:258
4195
  msgid "Check this option to randomize the order of the choices."
4196
  msgstr ""
4197
 
4198
+ #: build/wpforms/includes/fields/class-checkbox.php:318
4199
+ #: build/wpforms/includes/fields/class-radio.php:279
4200
+ #: build/wpforms/includes/fields/class-select.php:192
4201
  #: includes/fields/class-checkbox.php:318
4202
  #: includes/fields/class-radio.php:279
4203
  #: includes/fields/class-select.php:192
4204
  msgid "Show Values"
4205
  msgstr ""
4206
 
4207
+ #: build/wpforms/includes/fields/class-checkbox.php:319
4208
+ #: build/wpforms/includes/fields/class-radio.php:280
4209
+ #: build/wpforms/includes/fields/class-select.php:193
4210
  #: includes/fields/class-checkbox.php:319
4211
  #: includes/fields/class-radio.php:280
4212
  #: includes/fields/class-select.php:193
4213
  msgid "Check this to manually set form field values."
4214
  msgstr ""
4215
 
4216
+ #: build/wpforms/includes/fields/class-checkbox.php:346
4217
  #: includes/fields/class-checkbox.php:346
4218
  msgid "Choice Limit"
4219
  msgstr ""
4220
 
4221
+ #: build/wpforms/includes/fields/class-checkbox.php:347
4222
  #: includes/fields/class-checkbox.php:347
4223
  msgid "Limit the number of checkboxes a user can select. Leave empty for unlimited."
4224
  msgstr ""
4225
 
4226
+ #: build/wpforms/includes/fields/class-checkbox.php:387
4227
  #: includes/fields/class-checkbox.php:387
4228
  msgid "Enable Disclaimer / Terms of Service Display"
4229
  msgstr ""
4230
 
4231
+ #: build/wpforms/includes/fields/class-checkbox.php:388
4232
  #: includes/fields/class-checkbox.php:388
4233
  msgid "Check this option to adjust the field styling to support Disclaimers and Terms of Service type agreements."
4234
  msgstr ""
4235
 
4236
+ #: build/wpforms/includes/fields/class-email.php:88
4237
+ #: build/wpforms/includes/fields/class-email.php:304
4238
  #: includes/fields/class-email.php:88
4239
  #: includes/fields/class-email.php:304
4240
  msgid "Confirm Email"
4241
  msgstr ""
4242
 
4243
+ #: build/wpforms/includes/fields/class-email.php:200
4244
  #: includes/fields/class-email.php:200
4245
  msgid "Enable Email Confirmation"
4246
  msgstr ""
4247
 
4248
+ #: build/wpforms/includes/fields/class-email.php:201
4249
  #: includes/fields/class-email.php:201
4250
  msgid "Check this option to ask users to provide an email address twice."
4251
  msgstr ""
4252
 
4253
+ #: build/wpforms/includes/fields/class-email.php:239
4254
  #: includes/fields/class-email.php:239
4255
  msgid "Confirmation Placeholder Text"
4256
  msgstr ""
4257
 
4258
+ #: build/wpforms/includes/fields/class-email.php:240
4259
  #: includes/fields/class-email.php:240
4260
  msgid "Enter text for the confirmation field placeholder."
4261
  msgstr ""
4262
 
4263
+ #: build/wpforms/includes/fields/class-email.php:423
4264
  #: includes/fields/class-email.php:423
4265
  msgid "The provided email is not valid."
4266
  msgstr ""
4267
 
4268
+ #: build/wpforms/includes/fields/class-email.php:425
4269
  #: includes/fields/class-email.php:425
4270
  msgid "The provided emails do not match."
4271
  msgstr ""
4272
 
4273
+ #: build/wpforms/includes/fields/class-gdpr-checkbox.php:18
4274
  #: includes/fields/class-gdpr-checkbox.php:18
4275
  msgid "GDPR Agreement"
4276
  msgstr ""
4277
 
4278
+ #: build/wpforms/includes/fields/class-gdpr-checkbox.php:24
4279
  #: includes/fields/class-gdpr-checkbox.php:24
4280
  msgid "I consent to having this website store my submitted information so they can respond to my inquiry."
4281
  msgstr ""
4282
 
4283
+ #: build/wpforms/includes/fields/class-gdpr-checkbox.php:175
4284
  #: includes/fields/class-gdpr-checkbox.php:175
4285
  msgid "Agreement"
4286
  msgstr ""
4287
 
4288
+ #: build/wpforms/includes/fields/class-name.php:80
4289
+ #: build/wpforms/includes/fields/class-name.php:366
4290
  #: includes/fields/class-name.php:80
4291
  #: includes/fields/class-name.php:366
4292
  msgid "First"
4293
  msgstr ""
4294
 
4295
+ #: build/wpforms/includes/fields/class-name.php:101
4296
+ #: build/wpforms/includes/fields/class-name.php:371
4297
  #: includes/fields/class-name.php:101
4298
  #: includes/fields/class-name.php:371
4299
  msgid "Middle"
4300
  msgstr ""
4301
 
4302
+ #: build/wpforms/includes/fields/class-name.php:122
4303
+ #: build/wpforms/includes/fields/class-name.php:376
4304
  #: includes/fields/class-name.php:122
4305
  #: includes/fields/class-name.php:376
4306
  msgid "Last"
4307
  msgstr ""
4308
 
4309
+ #: build/wpforms/includes/fields/class-name.php:208
4310
  #: includes/fields/class-name.php:208
4311
  msgid "Format"
4312
  msgstr ""
4313
 
4314
+ #: build/wpforms/includes/fields/class-name.php:209
4315
  #: includes/fields/class-name.php:209
4316
  msgid "Select format to use for the name form field"
4317
  msgstr ""
4318
 
4319
+ #: build/wpforms/includes/fields/class-name.php:220
4320
  #: includes/fields/class-name.php:220
4321
  msgid "Simple"
4322
  msgstr ""
4323
 
4324
+ #: build/wpforms/includes/fields/class-name.php:221
4325
  #: includes/fields/class-name.php:221
4326
  msgid "First Last"
4327
  msgstr ""
4328
 
4329
+ #: build/wpforms/includes/fields/class-name.php:222
4330
  #: includes/fields/class-name.php:222
4331
  msgid "First Middle Last"
4332
  msgstr ""
4333
 
4334
+ #: build/wpforms/includes/fields/class-name.php:264
4335
  #: includes/fields/class-name.php:264
4336
  msgid "Name field advanced options."
4337
  msgstr ""
4338
 
4339
+ #: build/wpforms/includes/fields/class-name.php:267
4340
+ #: build/wpforms/includes/fields/class-name.php:282
4341
+ #: build/wpforms/includes/fields/class-name.php:297
4342
+ #: build/wpforms/includes/fields/class-name.php:312
4343
  #: includes/fields/class-name.php:267
4344
  #: includes/fields/class-name.php:282
4345
  #: includes/fields/class-name.php:297
4347
  msgid "Placeholder"
4348
  msgstr ""
4349
 
4350
+ #: build/wpforms/includes/fields/class-name.php:279
4351
  #: includes/fields/class-name.php:279
4352
  msgid "First Name"
4353
  msgstr ""
4354
 
4355
+ #: build/wpforms/includes/fields/class-name.php:279
4356
  #: includes/fields/class-name.php:279
4357
  msgid "First name field advanced options."
4358
  msgstr ""
4359
 
4360
+ #: build/wpforms/includes/fields/class-name.php:294
4361
  #: includes/fields/class-name.php:294
4362
  msgid "Middle Name"
4363
  msgstr ""
4364
 
4365
+ #: build/wpforms/includes/fields/class-name.php:294
4366
  #: includes/fields/class-name.php:294
4367
  msgid "Middle name field advanced options."
4368
  msgstr ""
4369
 
4370
+ #: build/wpforms/includes/fields/class-name.php:309
4371
  #: includes/fields/class-name.php:309
4372
  msgid "Last Name"
4373
  msgstr ""
4374
 
4375
+ #: build/wpforms/includes/fields/class-name.php:309
4376
  #: includes/fields/class-name.php:309
4377
  msgid "Last name field advanced options."
4378
  msgstr ""
4379
 
4380
+ #: build/wpforms/includes/fields/class-number-slider.php:39
4381
  #: includes/fields/class-number-slider.php:39
4382
  msgid "Number Slider"
4383
  msgstr ""
4384
 
4385
  #. translators: %1$s - Number slider selected value, %2$s - its minimum value, %3$s - its maximum value.
4386
+ #: build/wpforms/includes/fields/class-number-slider.php:75
4387
  #: includes/fields/class-number-slider.php:75
4388
  msgid "%1$s (%2$s min / %3$s max)"
4389
  msgstr ""
4390
 
4391
+ #: build/wpforms/includes/fields/class-number-slider.php:124
4392
  #: includes/fields/class-number-slider.php:124
4393
  msgid "Value"
4394
  msgstr ""
4395
 
4396
+ #: build/wpforms/includes/fields/class-number-slider.php:125
4397
  #: includes/fields/class-number-slider.php:125
4398
  msgid "Define the minimum and the maximum values for the slider."
4399
  msgstr ""
4400
 
4401
+ #: build/wpforms/includes/fields/class-number-slider.php:201
4402
  #: includes/fields/class-number-slider.php:201
4403
  msgid "Enter a default value for this field."
4404
  msgstr ""
4405
 
4406
+ #: build/wpforms/includes/fields/class-number-slider.php:238
4407
  #: includes/fields/class-number-slider.php:238
4408
  msgid "Value Display"
4409
  msgstr ""
4410
 
4411
+ #: build/wpforms/includes/fields/class-number-slider.php:239
4412
  #: includes/fields/class-number-slider.php:239
4413
  msgid "Displays the currently selected value below the slider."
4414
  msgstr ""
4415
 
4416
+ #: build/wpforms/includes/fields/class-number-slider.php:250
4417
+ #: build/wpforms/includes/fields/class-number-slider.php:323
4418
+ #: build/wpforms/includes/fields/class-number-slider.php:358
4419
  #: includes/fields/class-number-slider.php:250
4420
  #: includes/fields/class-number-slider.php:323
4421
  #: includes/fields/class-number-slider.php:358
4422
  msgid "Selected Value: {value}"
4423
  msgstr ""
4424
 
4425
+ #: build/wpforms/includes/fields/class-number-slider.php:270
4426
  #: includes/fields/class-number-slider.php:270
4427
  msgid "Increment"
4428
  msgstr ""
4429
 
4430
+ #: build/wpforms/includes/fields/class-number-slider.php:271
4431
  #: includes/fields/class-number-slider.php:271
4432
  msgid "Determines the increment between selectable values on the slider."
4433
  msgstr ""
4434
 
4435
+ #: build/wpforms/includes/fields/class-number-slider.php:403
4436
  #: includes/fields/class-number-slider.php:403
4437
  msgid "Please provide a valid value."
4438
  msgstr ""
4439
 
4440
+ #: build/wpforms/includes/fields/class-number.php:18
4441
  #: includes/fields/class-number.php:18
4442
  msgid "Numbers"
4443
  msgstr ""
4444
 
4445
+ #: build/wpforms/includes/fields/class-radio.php:18
4446
  #: includes/fields/class-radio.php:18
4447
  msgid "Multiple Choice"
4448
  msgstr ""
4449
 
4450
+ #: build/wpforms/includes/fields/class-select.php:18
4451
  #: includes/fields/class-select.php:18
4452
  msgid "Dropdown"
4453
  msgstr ""
4454
 
4455
+ #: build/wpforms/includes/fields/class-text.php:18
4456
  #: includes/fields/class-text.php:18
4457
  msgid "Single Line Text"
4458
  msgstr ""
4459
 
4460
+ #: build/wpforms/includes/fields/class-text.php:245
4461
+ #: build/wpforms/includes/fields/class-textarea.php:92
4462
  #: includes/fields/class-text.php:245
4463
  #: includes/fields/class-textarea.php:92
4464
  msgid "Limit Length"
4465
  msgstr ""
4466
 
4467
+ #: build/wpforms/includes/fields/class-text.php:246
4468
+ #: build/wpforms/includes/fields/class-textarea.php:93
4469
  #: includes/fields/class-text.php:246
4470
  #: includes/fields/class-textarea.php:93
4471
  msgid "Check this option to limit text length by characters or words count."
4472
  msgstr ""
4473
 
4474
+ #: build/wpforms/includes/fields/class-text.php:276
4475
+ #: build/wpforms/includes/fields/class-textarea.php:123
4476
  #: includes/fields/class-text.php:276
4477
  #: includes/fields/class-textarea.php:123
4478
  msgid "Characters"
4479
  msgstr ""
4480
 
4481
+ #: build/wpforms/includes/fields/class-text.php:277
4482
+ #: build/wpforms/includes/fields/class-textarea.php:124
4483
  #: includes/fields/class-text.php:277
4484
  #: includes/fields/class-textarea.php:124
4485
  msgid "Words"
4486
  msgstr ""
4487
 
4488
+ #: build/wpforms/includes/fields/class-text.php:301
4489
  #: includes/fields/class-text.php:301
4490
  msgid "Input Mask"
4491
  msgstr ""
4492
 
4493
+ #: build/wpforms/includes/fields/class-text.php:302
4494
  #: includes/fields/class-text.php:302
4495
  msgid "Enter your custom input mask."
4496
  msgstr ""
4497
 
4498
+ #: build/wpforms/includes/fields/class-text.php:303
4499
  #: includes/fields/class-text.php:303
4500
  msgid "See Examples & Docs"
4501
  msgstr ""
4502
 
4503
  #. translators: %s - limit characters number.
4504
+ #: build/wpforms/includes/fields/class-text.php:460
4505
+ #: build/wpforms/includes/fields/class-textarea.php:288
4506
  #: includes/fields/class-text.php:460
4507
  #: includes/fields/class-textarea.php:288
4508
  msgid "Text can't exceed %d character."
4511
  msgstr[1] ""
4512
 
4513
  #. translators: %s - limit words number.
4514
+ #: build/wpforms/includes/fields/class-text.php:468
4515
+ #: build/wpforms/includes/fields/class-textarea.php:296
4516
  #: includes/fields/class-text.php:468
4517
  #: includes/fields/class-textarea.php:296
4518
  msgid "Text can't exceed %d word."
4520
  msgstr[0] ""
4521
  msgstr[1] ""
4522
 
4523
+ #: build/wpforms/includes/fields/class-textarea.php:18
4524
  #: includes/fields/class-textarea.php:18
4525
  msgid "Paragraph Text"
4526
  msgstr ""
4527
 
4528
+ #: build/wpforms/includes/functions.php:724
4529
  #: includes/functions.php:724
4530
  msgid "Alabama"
4531
  msgstr ""
4532
 
4533
+ #: build/wpforms/includes/functions.php:725
4534
  #: includes/functions.php:725
4535
  msgid "Alaska"
4536
  msgstr ""
4537
 
4538
+ #: build/wpforms/includes/functions.php:726
4539
  #: includes/functions.php:726
4540
  msgid "Arizona"
4541
  msgstr ""
4542
 
4543
+ #: build/wpforms/includes/functions.php:727
4544
  #: includes/functions.php:727
4545
  msgid "Arkansas"
4546
  msgstr ""
4547
 
4548
+ #: build/wpforms/includes/functions.php:728
4549
  #: includes/functions.php:728
4550
  msgid "California"
4551
  msgstr ""
4552
 
4553
+ #: build/wpforms/includes/functions.php:729
4554
  #: includes/functions.php:729
4555
  msgid "Colorado"
4556
  msgstr ""
4557
 
4558
+ #: build/wpforms/includes/functions.php:730
4559
  #: includes/functions.php:730
4560
  msgid "Connecticut"
4561
  msgstr ""
4562
 
4563
+ #: build/wpforms/includes/functions.php:731
4564
  #: includes/functions.php:731
4565
  msgid "Delaware"
4566
  msgstr ""
4567
 
4568
+ #: build/wpforms/includes/functions.php:732
4569
  #: includes/functions.php:732
4570
  msgid "District of Columbia"
4571
  msgstr ""
4572
 
4573
+ #: build/wpforms/includes/functions.php:733
4574
  #: includes/functions.php:733
4575
  msgid "Florida"
4576
  msgstr ""
4577
 
4578
+ #: build/wpforms/includes/functions.php:734
4579
  #: includes/functions.php:734
4580
  msgctxt "US State"
4581
  msgid "Georgia"
4582
  msgstr ""
4583
 
4584
+ #: build/wpforms/includes/functions.php:735
4585
  #: includes/functions.php:735
4586
  msgid "Hawaii"
4587
  msgstr ""
4588
 
4589
+ #: build/wpforms/includes/functions.php:736
4590
  #: includes/functions.php:736
4591
  msgid "Idaho"
4592
  msgstr ""
4593
 
4594
+ #: build/wpforms/includes/functions.php:737
4595
  #: includes/functions.php:737
4596
  msgid "Illinois"
4597
  msgstr ""
4598
 
4599
+ #: build/wpforms/includes/functions.php:738
4600
  #: includes/functions.php:738
4601
  msgid "Indiana"
4602
  msgstr ""
4603
 
4604
+ #: build/wpforms/includes/functions.php:739
4605
  #: includes/functions.php:739
4606
  msgid "Iowa"
4607
  msgstr ""
4608
 
4609
+ #: build/wpforms/includes/functions.php:740
4610
  #: includes/functions.php:740
4611
  msgid "Kansas"
4612
  msgstr ""
4613
 
4614
+ #: build/wpforms/includes/functions.php:741
4615
  #: includes/functions.php:741
4616
  msgid "Kentucky"
4617
  msgstr ""
4618
 
4619
+ #: build/wpforms/includes/functions.php:742
4620
  #: includes/functions.php:742
4621
  msgid "Louisiana"
4622
  msgstr ""
4623
 
4624
+ #: build/wpforms/includes/functions.php:743
4625
  #: includes/functions.php:743
4626
  msgid "Maine"
4627
  msgstr ""
4628
 
4629
+ #: build/wpforms/includes/functions.php:744
4630
  #: includes/functions.php:744
4631
  msgid "Maryland"
4632
  msgstr ""
4633
 
4634
+ #: build/wpforms/includes/functions.php:745
4635
  #: includes/functions.php:745
4636
  msgid "Massachusetts"
4637
  msgstr ""
4638
 
4639
+ #: build/wpforms/includes/functions.php:746
4640
  #: includes/functions.php:746
4641
  msgid "Michigan"
4642
  msgstr ""
4643
 
4644
+ #: build/wpforms/includes/functions.php:747
4645
  #: includes/functions.php:747
4646
  msgid "Minnesota"
4647
  msgstr ""
4648
 
4649
+ #: build/wpforms/includes/functions.php:748
4650
  #: includes/functions.php:748
4651
  msgid "Mississippi"
4652
  msgstr ""
4653
 
4654
+ #: build/wpforms/includes/functions.php:749
4655
  #: includes/functions.php:749
4656
  msgid "Missouri"
4657
  msgstr ""
4658
 
4659
+ #: build/wpforms/includes/functions.php:750
4660
  #: includes/functions.php:750
4661
  msgid "Montana"
4662
  msgstr ""
4663
 
4664
+ #: build/wpforms/includes/functions.php:751
4665
  #: includes/functions.php:751
4666
  msgid "Nebraska"
4667
  msgstr ""
4668
 
4669
+ #: build/wpforms/includes/functions.php:752
4670
  #: includes/functions.php:752
4671
  msgid "Nevada"
4672
  msgstr ""
4673
 
4674
+ #: build/wpforms/includes/functions.php:753
4675
  #: includes/functions.php:753
4676
  msgid "New Hampshire"
4677
  msgstr ""
4678
 
4679
+ #: build/wpforms/includes/functions.php:754
4680
  #: includes/functions.php:754
4681
  msgid "New Jersey"
4682
  msgstr ""
4683
 
4684
+ #: build/wpforms/includes/functions.php:755
4685
  #: includes/functions.php:755
4686
  msgid "New Mexico"
4687
  msgstr ""
4688
 
4689
+ #: build/wpforms/includes/functions.php:756
4690
  #: includes/functions.php:756
4691
  msgid "New York"
4692
  msgstr ""
4693
 
4694
+ #: build/wpforms/includes/functions.php:757
4695
  #: includes/functions.php:757
4696
  msgid "North Carolina"
4697
  msgstr ""
4698
 
4699
+ #: build/wpforms/includes/functions.php:758
4700
  #: includes/functions.php:758
4701
  msgid "North Dakota"
4702
  msgstr ""
4703
 
4704
+ #: build/wpforms/includes/functions.php:759
4705
  #: includes/functions.php:759
4706
  msgid "Ohio"
4707
  msgstr ""
4708
 
4709
+ #: build/wpforms/includes/functions.php:760
4710
  #: includes/functions.php:760
4711
  msgid "Oklahoma"
4712
  msgstr ""
4713
 
4714
+ #: build/wpforms/includes/functions.php:761
4715
  #: includes/functions.php:761
4716
  msgid "Oregon"
4717
  msgstr ""
4718
 
4719
+ #: build/wpforms/includes/functions.php:762
4720
  #: includes/functions.php:762
4721
  msgid "Pennsylvania"
4722
  msgstr ""
4723
 
4724
+ #: build/wpforms/includes/functions.php:763
4725
  #: includes/functions.php:763
4726
  msgid "Rhode Island"
4727
  msgstr ""
4728
 
4729
+ #: build/wpforms/includes/functions.php:764
4730
  #: includes/functions.php:764
4731
  msgid "South Carolina"
4732
  msgstr ""
4733
 
4734
+ #: build/wpforms/includes/functions.php:765
4735
  #: includes/functions.php:765
4736
  msgid "South Dakota"
4737
  msgstr ""
4738
 
4739
+ #: build/wpforms/includes/functions.php:766
4740
  #: includes/functions.php:766
4741
  msgid "Tennessee"
4742
  msgstr ""
4743
 
4744
+ #: build/wpforms/includes/functions.php:767
4745
  #: includes/functions.php:767
4746
  msgid "Texas"
4747
  msgstr ""
4748
 
4749
+ #: build/wpforms/includes/functions.php:768
4750
  #: includes/functions.php:768
4751
  msgid "Utah"
4752
  msgstr ""
4753
 
4754
+ #: build/wpforms/includes/functions.php:769
4755
  #: includes/functions.php:769
4756
  msgid "Vermont"
4757
  msgstr ""
4758
 
4759
+ #: build/wpforms/includes/functions.php:770
4760
  #: includes/functions.php:770
4761
  msgid "Virginia"
4762
  msgstr ""
4763
 
4764
+ #: build/wpforms/includes/functions.php:771
4765
  #: includes/functions.php:771
4766
  msgid "Washington"
4767
  msgstr ""
4768
 
4769
+ #: build/wpforms/includes/functions.php:772
4770
  #: includes/functions.php:772
4771
  msgid "West Virginia"
4772
  msgstr ""
4773
 
4774
+ #: build/wpforms/includes/functions.php:773
4775
  #: includes/functions.php:773
4776
  msgid "Wisconsin"
4777
  msgstr ""
4778
 
4779
+ #: build/wpforms/includes/functions.php:774
4780
  #: includes/functions.php:774
4781
  msgid "Wyoming"
4782
  msgstr ""
4783
 
4784
+ #: build/wpforms/includes/functions.php:790
4785
  #: includes/functions.php:790
4786
  msgid "Afghanistan"
4787
  msgstr ""
4788
 
4789
+ #: build/wpforms/includes/functions.php:791
4790
  #: includes/functions.php:791
4791
  msgid "Åland Islands"
4792
  msgstr ""
4793
 
4794
+ #: build/wpforms/includes/functions.php:792
4795
  #: includes/functions.php:792
4796
  msgid "Albania"
4797
  msgstr ""
4798
 
4799
+ #: build/wpforms/includes/functions.php:793
4800
  #: includes/functions.php:793
4801
  msgid "Algeria"
4802
  msgstr ""
4803
 
4804
+ #: build/wpforms/includes/functions.php:794
4805
  #: includes/functions.php:794
4806
  msgid "American Samoa"
4807
  msgstr ""
4808
 
4809
+ #: build/wpforms/includes/functions.php:795
4810
  #: includes/functions.php:795
4811
  msgid "Andorra"
4812
  msgstr ""
4813
 
4814
+ #: build/wpforms/includes/functions.php:796
4815
  #: includes/functions.php:796
4816
  msgid "Angola"
4817
  msgstr ""
4818
 
4819
+ #: build/wpforms/includes/functions.php:797
4820
  #: includes/functions.php:797
4821
  msgid "Anguilla"
4822
  msgstr ""
4823
 
4824
+ #: build/wpforms/includes/functions.php:798
4825
  #: includes/functions.php:798
4826
  msgid "Antarctica"
4827
  msgstr ""
4828
 
4829
+ #: build/wpforms/includes/functions.php:799
4830
  #: includes/functions.php:799
4831
  msgid "Antigua and Barbuda"
4832
  msgstr ""
4833
 
4834
+ #: build/wpforms/includes/functions.php:800
4835
  #: includes/functions.php:800
4836
  msgid "Argentina"
4837
  msgstr ""
4838
 
4839
+ #: build/wpforms/includes/functions.php:801
4840
  #: includes/functions.php:801
4841
  msgid "Armenia"
4842
  msgstr ""
4843
 
4844
+ #: build/wpforms/includes/functions.php:802
4845
  #: includes/functions.php:802
4846
  msgid "Aruba"
4847
  msgstr ""
4848
 
4849
+ #: build/wpforms/includes/functions.php:803
4850
  #: includes/functions.php:803
4851
  msgid "Australia"
4852
  msgstr ""
4853
 
4854
+ #: build/wpforms/includes/functions.php:804
4855
  #: includes/functions.php:804
4856
  msgid "Austria"
4857
  msgstr ""
4858
 
4859
+ #: build/wpforms/includes/functions.php:805
4860
  #: includes/functions.php:805
4861
  msgid "Azerbaijan"
4862
  msgstr ""
4863
 
4864
+ #: build/wpforms/includes/functions.php:806
4865
  #: includes/functions.php:806
4866
  msgid "Bahamas"
4867
  msgstr ""
4868
 
4869
+ #: build/wpforms/includes/functions.php:807
4870
  #: includes/functions.php:807
4871
  msgid "Bahrain"
4872
  msgstr ""
4873
 
4874
+ #: build/wpforms/includes/functions.php:808
4875
  #: includes/functions.php:808
4876
  msgid "Bangladesh"
4877
  msgstr ""
4878
 
4879
+ #: build/wpforms/includes/functions.php:809
4880
  #: includes/functions.php:809
4881
  msgid "Barbados"
4882
  msgstr ""
4883
 
4884
+ #: build/wpforms/includes/functions.php:810
4885
  #: includes/functions.php:810
4886
  msgid "Belarus"
4887
  msgstr ""
4888
 
4889
+ #: build/wpforms/includes/functions.php:811
4890
  #: includes/functions.php:811
4891
  msgid "Belgium"
4892
  msgstr ""
4893
 
4894
+ #: build/wpforms/includes/functions.php:812
4895
  #: includes/functions.php:812
4896
  msgid "Belize"
4897
  msgstr ""
4898
 
4899
+ #: build/wpforms/includes/functions.php:813
4900
  #: includes/functions.php:813
4901
  msgid "Benin"
4902
  msgstr ""
4903
 
4904
+ #: build/wpforms/includes/functions.php:814
4905
  #: includes/functions.php:814
4906
  msgid "Bermuda"
4907
  msgstr ""
4908
 
4909
+ #: build/wpforms/includes/functions.php:815
4910
  #: includes/functions.php:815
4911
  msgid "Bhutan"
4912
  msgstr ""
4913
 
4914
+ #: build/wpforms/includes/functions.php:816
4915
  #: includes/functions.php:816
4916
  msgid "Bolivia (Plurinational State of)"
4917
  msgstr ""
4918
 
4919
+ #: build/wpforms/includes/functions.php:817
4920
  #: includes/functions.php:817
4921
  msgid "Bosnia and Herzegovina"
4922
  msgstr ""
4923
 
4924
+ #: build/wpforms/includes/functions.php:818
4925
  #: includes/functions.php:818
4926
  msgid "Botswana"
4927
  msgstr ""
4928
 
4929
+ #: build/wpforms/includes/functions.php:819
4930
  #: includes/functions.php:819
4931
  msgid "Bouvet Island"
4932
  msgstr ""
4933
 
4934
+ #: build/wpforms/includes/functions.php:820
4935
  #: includes/functions.php:820
4936
  msgid "Brazil"
4937
  msgstr ""
4938
 
4939
+ #: build/wpforms/includes/functions.php:821
4940
  #: includes/functions.php:821
4941
  msgid "British Indian Ocean Territory"
4942
  msgstr ""
4943
 
4944
+ #: build/wpforms/includes/functions.php:822
4945
  #: includes/functions.php:822
4946
  msgid "Brunei Darussalam"
4947
  msgstr ""
4948
 
4949
+ #: build/wpforms/includes/functions.php:823
4950
  #: includes/functions.php:823
4951
  msgid "Bulgaria"
4952
  msgstr ""
4953
 
4954
+ #: build/wpforms/includes/functions.php:824
4955
  #: includes/functions.php:824
4956
  msgid "Burkina Faso"
4957
  msgstr ""
4958
 
4959
+ #: build/wpforms/includes/functions.php:825
4960
  #: includes/functions.php:825
4961
  msgid "Burundi"
4962
  msgstr ""
4963
 
4964
+ #: build/wpforms/includes/functions.php:826
4965
  #: includes/functions.php:826
4966
  msgid "Cabo Verde"
4967
  msgstr ""
4968
 
4969
+ #: build/wpforms/includes/functions.php:827
4970
  #: includes/functions.php:827
4971
  msgid "Cambodia"
4972
  msgstr ""
4973
 
4974
+ #: build/wpforms/includes/functions.php:828
4975
  #: includes/functions.php:828
4976
  msgid "Cameroon"
4977
  msgstr ""
4978
 
4979
+ #: build/wpforms/includes/functions.php:829
4980
  #: includes/functions.php:829
4981
  msgid "Canada"
4982
  msgstr ""
4983
 
4984
+ #: build/wpforms/includes/functions.php:830
4985
  #: includes/functions.php:830
4986
  msgid "Cayman Islands"
4987
  msgstr ""
4988
 
4989
+ #: build/wpforms/includes/functions.php:831
4990
  #: includes/functions.php:831
4991
  msgid "Central African Republic"
4992
  msgstr ""
4993
 
4994
+ #: build/wpforms/includes/functions.php:832
4995
  #: includes/functions.php:832
4996
  msgid "Chad"
4997
  msgstr ""
4998
 
4999
+ #: build/wpforms/includes/functions.php:833
5000
  #: includes/functions.php:833
5001
  msgid "Chile"
5002
  msgstr ""
5003
 
5004
+ #: build/wpforms/includes/functions.php:834
5005
  #: includes/functions.php:834
5006
  msgid "China"
5007
  msgstr ""
5008
 
5009
+ #: build/wpforms/includes/functions.php:835
5010
  #: includes/functions.php:835
5011
  msgid "Christmas Island"
5012
  msgstr ""
5013
 
5014
+ #: build/wpforms/includes/functions.php:836
5015
  #: includes/functions.php:836
5016
  msgid "Cocos (Keeling) Islands"
5017
  msgstr ""
5018
 
5019
+ #: build/wpforms/includes/functions.php:837
5020
  #: includes/functions.php:837
5021
  msgid "Colombia"
5022
  msgstr ""
5023
 
5024
+ #: build/wpforms/includes/functions.php:838
5025
  #: includes/functions.php:838
5026
  msgid "Comoros"
5027
  msgstr ""
5028
 
5029
+ #: build/wpforms/includes/functions.php:839
5030
  #: includes/functions.php:839
5031
  msgid "Congo"
5032
  msgstr ""
5033
 
5034
+ #: build/wpforms/includes/functions.php:840
5035
  #: includes/functions.php:840
5036
  msgid "Congo (Democratic Republic of the)"
5037
  msgstr ""
5038
 
5039
+ #: build/wpforms/includes/functions.php:841
5040
  #: includes/functions.php:841
5041
  msgid "Cook Islands"
5042
  msgstr ""
5043
 
5044
+ #: build/wpforms/includes/functions.php:842
5045
  #: includes/functions.php:842
5046
  msgid "Costa Rica"
5047
  msgstr ""
5048
 
5049
+ #: build/wpforms/includes/functions.php:843
5050
  #: includes/functions.php:843
5051
  msgid "Côte d'Ivoire"
5052
  msgstr ""
5053
 
5054
+ #: build/wpforms/includes/functions.php:844
5055
  #: includes/functions.php:844
5056
  msgid "Croatia"
5057
  msgstr ""
5058
 
5059
+ #: build/wpforms/includes/functions.php:845
5060
  #: includes/functions.php:845
5061
  msgid "Cuba"
5062
  msgstr ""
5063
 
5064
+ #: build/wpforms/includes/functions.php:846
5065
  #: includes/functions.php:846
5066
  msgid "Curaçao"
5067
  msgstr ""
5068
 
5069
+ #: build/wpforms/includes/functions.php:847
5070
  #: includes/functions.php:847
5071
  msgid "Cyprus"
5072
  msgstr ""
5073
 
5074
+ #: build/wpforms/includes/functions.php:848
5075
  #: includes/functions.php:848
5076
  msgid "Czech Republic"
5077
  msgstr ""
5078
 
5079
+ #: build/wpforms/includes/functions.php:849
5080
  #: includes/functions.php:849
5081
  msgid "Denmark"
5082
  msgstr ""
5083
 
5084
+ #: build/wpforms/includes/functions.php:850
5085
  #: includes/functions.php:850
5086
  msgid "Djibouti"
5087
  msgstr ""
5088
 
5089
+ #: build/wpforms/includes/functions.php:851
5090
  #: includes/functions.php:851
5091
  msgid "Dominica"
5092
  msgstr ""
5093
 
5094
+ #: build/wpforms/includes/functions.php:852
5095
  #: includes/functions.php:852
5096
  msgid "Dominican Republic"
5097
  msgstr ""
5098
 
5099
+ #: build/wpforms/includes/functions.php:853
5100
  #: includes/functions.php:853
5101
  msgid "Ecuador"
5102
  msgstr ""
5103
 
5104
+ #: build/wpforms/includes/functions.php:854
5105
  #: includes/functions.php:854
5106
  msgid "Egypt"
5107
  msgstr ""
5108
 
5109
+ #: build/wpforms/includes/functions.php:855
5110
  #: includes/functions.php:855
5111
  msgid "El Salvador"
5112
  msgstr ""
5113
 
5114
+ #: build/wpforms/includes/functions.php:856
5115
  #: includes/functions.php:856
5116
  msgid "Equatorial Guinea"
5117
  msgstr ""
5118
 
5119
+ #: build/wpforms/includes/functions.php:857
5120
  #: includes/functions.php:857
5121
  msgid "Eritrea"
5122
  msgstr ""
5123
 
5124
+ #: build/wpforms/includes/functions.php:858
5125
  #: includes/functions.php:858
5126
  msgid "Estonia"
5127
  msgstr ""
5128
 
5129
+ #: build/wpforms/includes/functions.php:859
5130
  #: includes/functions.php:859
5131
  msgid "Ethiopia"
5132
  msgstr ""
5133
 
5134
+ #: build/wpforms/includes/functions.php:860
5135
  #: includes/functions.php:860
5136
  msgid "Falkland Islands (Malvinas)"
5137
  msgstr ""
5138
 
5139
+ #: build/wpforms/includes/functions.php:861
5140
  #: includes/functions.php:861
5141
  msgid "Faroe Islands"
5142
  msgstr ""
5143
 
5144
+ #: build/wpforms/includes/functions.php:862
5145
  #: includes/functions.php:862
5146
  msgid "Fiji"
5147
  msgstr ""
5148
 
5149
+ #: build/wpforms/includes/functions.php:863
5150
  #: includes/functions.php:863
5151
  msgid "Finland"
5152
  msgstr ""
5153
 
5154
+ #: build/wpforms/includes/functions.php:864
5155
  #: includes/functions.php:864
5156
  msgid "France"
5157
  msgstr ""
5158
 
5159
+ #: build/wpforms/includes/functions.php:865
5160
  #: includes/functions.php:865
5161
  msgid "French Guiana"
5162
  msgstr ""
5163
 
5164
+ #: build/wpforms/includes/functions.php:866
5165
  #: includes/functions.php:866
5166
  msgid "French Polynesia"
5167
  msgstr ""
5168
 
5169
+ #: build/wpforms/includes/functions.php:867
5170
  #: includes/functions.php:867
5171
  msgid "French Southern Territories"
5172
  msgstr ""
5173
 
5174
+ #: build/wpforms/includes/functions.php:868
5175
  #: includes/functions.php:868
5176
  msgid "Gabon"
5177
  msgstr ""
5178
 
5179
+ #: build/wpforms/includes/functions.php:869
5180
  #: includes/functions.php:869
5181
  msgid "Gambia"
5182
  msgstr ""
5183
 
5184
+ #: build/wpforms/includes/functions.php:870
5185
  #: includes/functions.php:870
5186
  msgctxt "Country"
5187
  msgid "Georgia"
5188
  msgstr ""
5189
 
5190
+ #: build/wpforms/includes/functions.php:871
5191
  #: includes/functions.php:871
5192
  msgid "Germany"
5193
  msgstr ""
5194
 
5195
+ #: build/wpforms/includes/functions.php:872
5196
  #: includes/functions.php:872
5197
  msgid "Ghana"
5198
  msgstr ""
5199
 
5200
+ #: build/wpforms/includes/functions.php:873
5201
  #: includes/functions.php:873
5202
  msgid "Gibraltar"
5203
  msgstr ""
5204
 
5205
+ #: build/wpforms/includes/functions.php:874
5206
  #: includes/functions.php:874
5207
  msgid "Greece"
5208
  msgstr ""
5209
 
5210
+ #: build/wpforms/includes/functions.php:875
5211
  #: includes/functions.php:875
5212
  msgid "Greenland"
5213
  msgstr ""
5214
 
5215
+ #: build/wpforms/includes/functions.php:876
5216
  #: includes/functions.php:876
5217
  msgid "Grenada"
5218
  msgstr ""
5219
 
5220
+ #: build/wpforms/includes/functions.php:877
5221
  #: includes/functions.php:877
5222
  msgid "Guadeloupe"
5223
  msgstr ""
5224
 
5225
+ #: build/wpforms/includes/functions.php:878
5226
  #: includes/functions.php:878
5227
  msgid "Guam"
5228
  msgstr ""
5229
 
5230
+ #: build/wpforms/includes/functions.php:879
5231
  #: includes/functions.php:879
5232
  msgid "Guatemala"
5233
  msgstr ""
5234
 
5235
+ #: build/wpforms/includes/functions.php:880
5236
  #: includes/functions.php:880
5237
  msgid "Guernsey"
5238
  msgstr ""
5239
 
5240
+ #: build/wpforms/includes/functions.php:881
5241
  #: includes/functions.php:881
5242
  msgid "Guinea"
5243
  msgstr ""
5244
 
5245
+ #: build/wpforms/includes/functions.php:882
5246
  #: includes/functions.php:882
5247
  msgid "Guinea-Bissau"
5248
  msgstr ""
5249
 
5250
+ #: build/wpforms/includes/functions.php:883
5251
  #: includes/functions.php:883
5252
  msgid "Guyana"
5253
  msgstr ""
5254
 
5255
+ #: build/wpforms/includes/functions.php:884
5256
  #: includes/functions.php:884
5257
  msgid "Haiti"
5258
  msgstr ""
5259
 
5260
+ #: build/wpforms/includes/functions.php:885
5261
  #: includes/functions.php:885
5262
  msgid "Heard Island and McDonald Islands"
5263
  msgstr ""
5264
 
5265
+ #: build/wpforms/includes/functions.php:886
5266
  #: includes/functions.php:886
5267
  msgid "Honduras"
5268
  msgstr ""
5269
 
5270
+ #: build/wpforms/includes/functions.php:887
5271
  #: includes/functions.php:887
5272
  msgid "Hong Kong"
5273
  msgstr ""
5274
 
5275
+ #: build/wpforms/includes/functions.php:888
5276
  #: includes/functions.php:888
5277
  msgid "Hungary"
5278
  msgstr ""
5279
 
5280
+ #: build/wpforms/includes/functions.php:889
5281
  #: includes/functions.php:889
5282
  msgid "Iceland"
5283
  msgstr ""
5284
 
5285
+ #: build/wpforms/includes/functions.php:890
5286
  #: includes/functions.php:890
5287
  msgid "India"
5288
  msgstr ""
5289
 
5290
+ #: build/wpforms/includes/functions.php:891
5291
  #: includes/functions.php:891
5292
  msgid "Indonesia"
5293
  msgstr ""
5294
 
5295
+ #: build/wpforms/includes/functions.php:892
5296
  #: includes/functions.php:892
5297
  msgid "Iran (Islamic Republic of)"
5298
  msgstr ""
5299
 
5300
+ #: build/wpforms/includes/functions.php:893
5301
  #: includes/functions.php:893
5302
  msgid "Iraq"
5303
  msgstr ""
5304
 
5305
+ #: build/wpforms/includes/functions.php:894
5306
  #: includes/functions.php:894
5307
  msgid "Ireland (Republic of)"
5308
  msgstr ""
5309
 
5310
+ #: build/wpforms/includes/functions.php:895
5311
  #: includes/functions.php:895
5312
  msgid "Isle of Man"
5313
  msgstr ""
5314
 
5315
+ #: build/wpforms/includes/functions.php:896
5316
  #: includes/functions.php:896
5317
  msgid "Israel"
5318
  msgstr ""
5319
 
5320
+ #: build/wpforms/includes/functions.php:897
5321
  #: includes/functions.php:897
5322
  msgid "Italy"
5323
  msgstr ""
5324
 
5325
+ #: build/wpforms/includes/functions.php:898
5326
  #: includes/functions.php:898
5327
  msgid "Jamaica"
5328
  msgstr ""
5329
 
5330
+ #: build/wpforms/includes/functions.php:899
5331
  #: includes/functions.php:899
5332
  msgid "Japan"
5333
  msgstr ""
5334
 
5335
+ #: build/wpforms/includes/functions.php:900
5336
  #: includes/functions.php:900
5337
  msgid "Jersey"
5338
  msgstr ""
5339
 
5340
+ #: build/wpforms/includes/functions.php:901
5341
  #: includes/functions.php:901
5342
  msgid "Jordan"
5343
  msgstr ""
5344
 
5345
+ #: build/wpforms/includes/functions.php:902
5346
  #: includes/functions.php:902
5347
  msgid "Kazakhstan"
5348
  msgstr ""
5349
 
5350
+ #: build/wpforms/includes/functions.php:903
5351
  #: includes/functions.php:903
5352
  msgid "Kenya"
5353
  msgstr ""
5354
 
5355
+ #: build/wpforms/includes/functions.php:904
5356
  #: includes/functions.php:904
5357
  msgid "Kiribati"
5358
  msgstr ""
5359
 
5360
+ #: build/wpforms/includes/functions.php:905
5361
  #: includes/functions.php:905
5362
  msgid "Korea (Democratic People's Republic of)"
5363
  msgstr ""
5364
 
5365
+ #: build/wpforms/includes/functions.php:906
5366
  #: includes/functions.php:906
5367
  msgid "Korea (Republic of)"
5368
  msgstr ""
5369
 
5370
+ #: build/wpforms/includes/functions.php:907
5371
  #: includes/functions.php:907
5372
  msgid "Kuwait"
5373
  msgstr ""
5374
 
5375
+ #: build/wpforms/includes/functions.php:908
5376
  #: includes/functions.php:908
5377
  msgid "Kyrgyzstan"
5378
  msgstr ""
5379
 
5380
+ #: build/wpforms/includes/functions.php:909
5381
  #: includes/functions.php:909
5382
  msgid "Lao People's Democratic Republic"
5383
  msgstr ""
5384
 
5385
+ #: build/wpforms/includes/functions.php:910
5386
  #: includes/functions.php:910
5387
  msgid "Latvia"
5388
  msgstr ""
5389
 
5390
+ #: build/wpforms/includes/functions.php:911
5391
  #: includes/functions.php:911
5392
  msgid "Lebanon"
5393
  msgstr ""
5394
 
5395
+ #: build/wpforms/includes/functions.php:912
5396
  #: includes/functions.php:912
5397
  msgid "Lesotho"
5398
  msgstr ""
5399
 
5400
+ #: build/wpforms/includes/functions.php:913
5401
  #: includes/functions.php:913
5402
  msgid "Liberia"
5403
  msgstr ""
5404
 
5405
+ #: build/wpforms/includes/functions.php:914
5406
  #: includes/functions.php:914
5407
  msgid "Libya"
5408
  msgstr ""
5409
 
5410
+ #: build/wpforms/includes/functions.php:915
5411
  #: includes/functions.php:915
5412
  msgid "Liechtenstein"
5413
  msgstr ""
5414
 
5415
+ #: build/wpforms/includes/functions.php:916
5416
  #: includes/functions.php:916
5417
  msgid "Lithuania"
5418
  msgstr ""
5419
 
5420
+ #: build/wpforms/includes/functions.php:917
5421
  #: includes/functions.php:917
5422
  msgid "Luxembourg"
5423
  msgstr ""
5424
 
5425
+ #: build/wpforms/includes/functions.php:918
5426
  #: includes/functions.php:918
5427
  msgid "Macao"
5428
  msgstr ""
5429
 
5430
+ #: build/wpforms/includes/functions.php:919
5431
  #: includes/functions.php:919
5432
  msgid "Macedonia (Republic of)"
5433
  msgstr ""
5434
 
5435
+ #: build/wpforms/includes/functions.php:920
5436
  #: includes/functions.php:920
5437
  msgid "Madagascar"
5438
  msgstr ""
5439
 
5440
+ #: build/wpforms/includes/functions.php:921
5441
  #: includes/functions.php:921
5442
  msgid "Malawi"
5443
  msgstr ""
5444
 
5445
+ #: build/wpforms/includes/functions.php:922
5446
  #: includes/functions.php:922
5447
  msgid "Malaysia"
5448
  msgstr ""
5449
 
5450
+ #: build/wpforms/includes/functions.php:923
5451
  #: includes/functions.php:923
5452
  msgid "Maldives"
5453
  msgstr ""
5454
 
5455
+ #: build/wpforms/includes/functions.php:924
5456
  #: includes/functions.php:924
5457
  msgid "Mali"
5458
  msgstr ""
5459
 
5460
+ #: build/wpforms/includes/functions.php:925
5461
  #: includes/functions.php:925
5462
  msgid "Malta"
5463
  msgstr ""
5464
 
5465
+ #: build/wpforms/includes/functions.php:926
5466
  #: includes/functions.php:926
5467
  msgid "Marshall Islands"
5468
  msgstr ""
5469
 
5470
+ #: build/wpforms/includes/functions.php:927
5471
  #: includes/functions.php:927
5472
  msgid "Martinique"
5473
  msgstr ""
5474
 
5475
+ #: build/wpforms/includes/functions.php:928
5476
  #: includes/functions.php:928
5477
  msgid "Mauritania"
5478
  msgstr ""
5479
 
5480
+ #: build/wpforms/includes/functions.php:929
5481
  #: includes/functions.php:929
5482
  msgid "Mauritius"
5483
  msgstr ""
5484
 
5485
+ #: build/wpforms/includes/functions.php:930
5486
  #: includes/functions.php:930
5487
  msgid "Mayotte"
5488
  msgstr ""
5489
 
5490
+ #: build/wpforms/includes/functions.php:931
5491
  #: includes/functions.php:931
5492
  msgid "Mexico"
5493
  msgstr ""
5494
 
5495
+ #: build/wpforms/includes/functions.php:932
5496
  #: includes/functions.php:932
5497
  msgid "Micronesia (Federated States of)"
5498
  msgstr ""
5499
 
5500
+ #: build/wpforms/includes/functions.php:933
5501
  #: includes/functions.php:933
5502
  msgid "Moldova (Republic of)"
5503
  msgstr ""
5504
 
5505
+ #: build/wpforms/includes/functions.php:934
5506
  #: includes/functions.php:934
5507
  msgid "Monaco"
5508
  msgstr ""
5509
 
5510
+ #: build/wpforms/includes/functions.php:935
5511
  #: includes/functions.php:935
5512
  msgid "Mongolia"
5513
  msgstr ""
5514
 
5515
+ #: build/wpforms/includes/functions.php:936
5516
  #: includes/functions.php:936
5517
  msgid "Montenegro"
5518
  msgstr ""
5519
 
5520
+ #: build/wpforms/includes/functions.php:937
5521
  #: includes/functions.php:937
5522
  msgid "Montserrat"
5523
  msgstr ""
5524
 
5525
+ #: build/wpforms/includes/functions.php:938
5526
  #: includes/functions.php:938
5527
  msgid "Morocco"
5528
  msgstr ""
5529
 
5530
+ #: build/wpforms/includes/functions.php:939
5531
  #: includes/functions.php:939
5532
  msgid "Mozambique"
5533
  msgstr ""
5534
 
5535
+ #: build/wpforms/includes/functions.php:940
5536
  #: includes/functions.php:940
5537
  msgid "Myanmar"
5538
  msgstr ""
5539
 
5540
+ #: build/wpforms/includes/functions.php:941
5541
  #: includes/functions.php:941
5542
  msgid "Namibia"
5543
  msgstr ""
5544
 
5545
+ #: build/wpforms/includes/functions.php:942
5546
  #: includes/functions.php:942
5547
  msgid "Nauru"
5548
  msgstr ""
5549
 
5550
+ #: build/wpforms/includes/functions.php:943
5551
  #: includes/functions.php:943
5552
  msgid "Nepal"
5553
  msgstr ""
5554
 
5555
+ #: build/wpforms/includes/functions.php:944
5556
  #: includes/functions.php:944
5557
  msgid "Netherlands"
5558
  msgstr ""
5559
 
5560
+ #: build/wpforms/includes/functions.php:945
5561
  #: includes/functions.php:945
5562
  msgid "New Caledonia"
5563
  msgstr ""
5564
 
5565
+ #: build/wpforms/includes/functions.php:946
5566
  #: includes/functions.php:946
5567
  msgid "New Zealand"
5568
  msgstr ""
5569
 
5570
+ #: build/wpforms/includes/functions.php:947
5571
  #: includes/functions.php:947
5572
  msgid "Nicaragua"
5573
  msgstr ""
5574
 
5575
+ #: build/wpforms/includes/functions.php:948
5576
  #: includes/functions.php:948
5577
  msgid "Niger"
5578
  msgstr ""
5579
 
5580
+ #: build/wpforms/includes/functions.php:949
5581
  #: includes/functions.php:949
5582
  msgid "Nigeria"
5583
  msgstr ""
5584
 
5585
+ #: build/wpforms/includes/functions.php:950
5586
  #: includes/functions.php:950
5587
  msgid "Niue"
5588
  msgstr ""
5589
 
5590
+ #: build/wpforms/includes/functions.php:951
5591
  #: includes/functions.php:951
5592
  msgid "Norfolk Island"
5593
  msgstr ""
5594
 
5595
+ #: build/wpforms/includes/functions.php:952
5596
  #: includes/functions.php:952
5597
  msgid "Northern Mariana Islands"
5598
  msgstr ""
5599
 
5600
+ #: build/wpforms/includes/functions.php:953
5601
  #: includes/functions.php:953
5602
  msgid "Norway"
5603
  msgstr ""
5604
 
5605
+ #: build/wpforms/includes/functions.php:954
5606
  #: includes/functions.php:954
5607
  msgid "Oman"
5608
  msgstr ""
5609
 
5610
+ #: build/wpforms/includes/functions.php:955
5611
  #: includes/functions.php:955
5612
  msgid "Pakistan"
5613
  msgstr ""
5614
 
5615
+ #: build/wpforms/includes/functions.php:956
5616
  #: includes/functions.php:956
5617
  msgid "Palau"
5618
  msgstr ""
5619
 
5620
+ #: build/wpforms/includes/functions.php:957
5621
  #: includes/functions.php:957
5622
  msgid "Palestine (State of)"
5623
  msgstr ""
5624
 
5625
+ #: build/wpforms/includes/functions.php:958
5626
  #: includes/functions.php:958
5627
  msgid "Panama"
5628
  msgstr ""
5629
 
5630
+ #: build/wpforms/includes/functions.php:959
5631
  #: includes/functions.php:959
5632
  msgid "Papua New Guinea"
5633
  msgstr ""
5634
 
5635
+ #: build/wpforms/includes/functions.php:960
5636
  #: includes/functions.php:960
5637
  msgid "Paraguay"
5638
  msgstr ""
5639
 
5640
+ #: build/wpforms/includes/functions.php:961
5641
  #: includes/functions.php:961
5642
  msgid "Peru"
5643
  msgstr ""
5644
 
5645
+ #: build/wpforms/includes/functions.php:962
5646
  #: includes/functions.php:962
5647
  msgid "Philippines"
5648
  msgstr ""
5649
 
5650
+ #: build/wpforms/includes/functions.php:963
5651
  #: includes/functions.php:963
5652
  msgid "Pitcairn"
5653
  msgstr ""
5654
 
5655
+ #: build/wpforms/includes/functions.php:964
5656
  #: includes/functions.php:964
5657
  msgid "Poland"
5658
  msgstr ""
5659
 
5660
+ #: build/wpforms/includes/functions.php:965
5661
  #: includes/functions.php:965
5662
  msgid "Portugal"
5663
  msgstr ""
5664
 
5665
+ #: build/wpforms/includes/functions.php:966
5666
  #: includes/functions.php:966
5667
  msgid "Puerto Rico"
5668
  msgstr ""
5669
 
5670
+ #: build/wpforms/includes/functions.php:967
5671
  #: includes/functions.php:967
5672
  msgid "Qatar"
5673
  msgstr ""
5674
 
5675
+ #: build/wpforms/includes/functions.php:968
5676
  #: includes/functions.php:968
5677
  msgid "Réunion"
5678
  msgstr ""
5679
 
5680
+ #: build/wpforms/includes/functions.php:969
5681
  #: includes/functions.php:969
5682
  msgid "Romania"
5683
  msgstr ""
5684
 
5685
+ #: build/wpforms/includes/functions.php:970
5686
  #: includes/functions.php:970
5687
  msgid "Russian Federation"
5688
  msgstr ""
5689
 
5690
+ #: build/wpforms/includes/functions.php:971
5691
  #: includes/functions.php:971
5692
  msgid "Rwanda"
5693
  msgstr ""
5694
 
5695
+ #: build/wpforms/includes/functions.php:972
5696
  #: includes/functions.php:972
5697
  msgid "Saint Barthélemy"
5698
  msgstr ""
5699
 
5700
+ #: build/wpforms/includes/functions.php:973
5701
  #: includes/functions.php:973
5702
  msgid "Saint Helena, Ascension and Tristan da Cunha"
5703
  msgstr ""
5704
 
5705
+ #: build/wpforms/includes/functions.php:974
5706
  #: includes/functions.php:974
5707
  msgid "Saint Kitts and Nevis"
5708
  msgstr ""
5709
 
5710
+ #: build/wpforms/includes/functions.php:975
5711
  #: includes/functions.php:975
5712
  msgid "Saint Lucia"
5713
  msgstr ""
5714
 
5715
+ #: build/wpforms/includes/functions.php:976
5716
  #: includes/functions.php:976
5717
  msgid "Saint Martin (French part)"
5718
  msgstr ""
5719
 
5720
+ #: build/wpforms/includes/functions.php:977
5721
  #: includes/functions.php:977
5722
  msgid "Saint Pierre and Miquelon"
5723
  msgstr ""
5724
 
5725
+ #: build/wpforms/includes/functions.php:978
5726
  #: includes/functions.php:978
5727
  msgid "Saint Vincent and the Grenadines"
5728
  msgstr ""
5729
 
5730
+ #: build/wpforms/includes/functions.php:979
5731
  #: includes/functions.php:979
5732
  msgid "Samoa"
5733
  msgstr ""
5734
 
5735
+ #: build/wpforms/includes/functions.php:980
5736
  #: includes/functions.php:980
5737
  msgid "San Marino"
5738
  msgstr ""
5739
 
5740
+ #: build/wpforms/includes/functions.php:981
5741
  #: includes/functions.php:981
5742
  msgid "Sao Tome and Principe"
5743
  msgstr ""
5744
 
5745
+ #: build/wpforms/includes/functions.php:982
5746
  #: includes/functions.php:982
5747
  msgid "Saudi Arabia"
5748
  msgstr ""
5749
 
5750
+ #: build/wpforms/includes/functions.php:983
5751
  #: includes/functions.php:983
5752
  msgid "Senegal"
5753
  msgstr ""
5754
 
5755
+ #: build/wpforms/includes/functions.php:984
5756
  #: includes/functions.php:984
5757
  msgid "Serbia"
5758
  msgstr ""
5759
 
5760
+ #: build/wpforms/includes/functions.php:985
5761
  #: includes/functions.php:985
5762
  msgid "Seychelles"
5763
  msgstr ""
5764
 
5765
+ #: build/wpforms/includes/functions.php:986
5766
  #: includes/functions.php:986
5767
  msgid "Sierra Leone"
5768
  msgstr ""
5769
 
5770
+ #: build/wpforms/includes/functions.php:987
5771
  #: includes/functions.php:987
5772
  msgid "Singapore"
5773
  msgstr ""
5774
 
5775
+ #: build/wpforms/includes/functions.php:988
5776
  #: includes/functions.php:988
5777
  msgid "Sint Maarten (Dutch part)"
5778
  msgstr ""
5779
 
5780
+ #: build/wpforms/includes/functions.php:989
5781
  #: includes/functions.php:989
5782
  msgid "Slovakia"
5783
  msgstr ""
5784
 
5785
+ #: build/wpforms/includes/functions.php:990
5786
  #: includes/functions.php:990
5787
  msgid "Slovenia"
5788
  msgstr ""
5789
 
5790
+ #: build/wpforms/includes/functions.php:991
5791
  #: includes/functions.php:991
5792
  msgid "Solomon Islands"
5793
  msgstr ""
5794
 
5795
+ #: build/wpforms/includes/functions.php:992
5796
  #: includes/functions.php:992
5797
  msgid "Somalia"
5798
  msgstr ""
5799
 
5800
+ #: build/wpforms/includes/functions.php:993
5801
  #: includes/functions.php:993
5802
  msgid "South Africa"
5803
  msgstr ""
5804
 
5805
+ #: build/wpforms/includes/functions.php:994
5806
  #: includes/functions.php:994
5807
  msgid "South Georgia and the South Sandwich Islands"
5808
  msgstr ""
5809
 
5810
+ #: build/wpforms/includes/functions.php:995
5811
  #: includes/functions.php:995
5812
  msgid "South Sudan"
5813
  msgstr ""
5814
 
5815
+ #: build/wpforms/includes/functions.php:996
5816
  #: includes/functions.php:996
5817
  msgid "Spain"
5818
  msgstr ""
5819
 
5820
+ #: build/wpforms/includes/functions.php:997
5821
  #: includes/functions.php:997
5822
  msgid "Sri Lanka"
5823
  msgstr ""
5824
 
5825
+ #: build/wpforms/includes/functions.php:998
5826
  #: includes/functions.php:998
5827
  msgid "Sudan"
5828
  msgstr ""
5829
 
5830
+ #: build/wpforms/includes/functions.php:999
5831
  #: includes/functions.php:999
5832
  msgid "Suriname"
5833
  msgstr ""
5834
 
5835
+ #: build/wpforms/includes/functions.php:1000
5836
  #: includes/functions.php:1000
5837
  msgid "Svalbard and Jan Mayen"
5838
  msgstr ""
5839
 
5840
+ #: build/wpforms/includes/functions.php:1001
5841
  #: includes/functions.php:1001
5842
  msgid "Swaziland"
5843
  msgstr ""
5844
 
5845
+ #: build/wpforms/includes/functions.php:1002
5846
  #: includes/functions.php:1002
5847
  msgid "Sweden"
5848
  msgstr ""
5849
 
5850
+ #: build/wpforms/includes/functions.php:1003
5851
  #: includes/functions.php:1003
5852
  msgid "Switzerland"
5853
  msgstr ""
5854
 
5855
+ #: build/wpforms/includes/functions.php:1004
5856
  #: includes/functions.php:1004
5857
  msgid "Syrian Arab Republic"
5858
  msgstr ""
5859
 
5860
+ #: build/wpforms/includes/functions.php:1005
5861
  #: includes/functions.php:1005
5862
  msgid "Taiwan, Province of China"
5863
  msgstr ""
5864
 
5865
+ #: build/wpforms/includes/functions.php:1006
5866
  #: includes/functions.php:1006
5867
  msgid "Tajikistan"
5868
  msgstr ""
5869
 
5870
+ #: build/wpforms/includes/functions.php:1007
5871
  #: includes/functions.php:1007
5872
  msgid "Tanzania (United Republic of)"
5873
  msgstr ""
5874
 
5875
+ #: build/wpforms/includes/functions.php:1008
5876
  #: includes/functions.php:1008
5877
  msgid "Thailand"
5878
  msgstr ""
5879
 
5880
+ #: build/wpforms/includes/functions.php:1009
5881
  #: includes/functions.php:1009
5882
  msgid "Timor-Leste"
5883
  msgstr ""
5884
 
5885
+ #: build/wpforms/includes/functions.php:1010
5886
  #: includes/functions.php:1010
5887
  msgid "Togo"
5888
  msgstr ""
5889
 
5890
+ #: build/wpforms/includes/functions.php:1011
5891
  #: includes/functions.php:1011
5892
  msgid "Tokelau"
5893
  msgstr ""
5894
 
5895
+ #: build/wpforms/includes/functions.php:1012
5896
  #: includes/functions.php:1012
5897
  msgid "Tonga"
5898
  msgstr ""
5899
 
5900
+ #: build/wpforms/includes/functions.php:1013
5901
  #: includes/functions.php:1013
5902
  msgid "Trinidad and Tobago"
5903
  msgstr ""
5904
 
5905
+ #: build/wpforms/includes/functions.php:1014
5906
  #: includes/functions.php:1014
5907
  msgid "Tunisia"
5908
  msgstr ""
5909
 
5910
+ #: build/wpforms/includes/functions.php:1015
5911
  #: includes/functions.php:1015
5912
  msgid "Turkey"
5913
  msgstr ""
5914
 
5915
+ #: build/wpforms/includes/functions.php:1016
5916
  #: includes/functions.php:1016
5917
  msgid "Turkmenistan"
5918
  msgstr ""
5919
 
5920
+ #: build/wpforms/includes/functions.php:1017
5921
  #: includes/functions.php:1017
5922
  msgid "Turks and Caicos Islands"
5923
  msgstr ""
5924
 
5925
+ #: build/wpforms/includes/functions.php:1018
5926
  #: includes/functions.php:1018
5927
  msgid "Tuvalu"
5928
  msgstr ""
5929
 
5930
+ #: build/wpforms/includes/functions.php:1019
5931
  #: includes/functions.php:1019
5932
  msgid "Uganda"
5933
  msgstr ""
5934
 
5935
+ #: build/wpforms/includes/functions.php:1020
5936
  #: includes/functions.php:1020
5937
  msgid "Ukraine"
5938
  msgstr ""
5939
 
5940
+ #: build/wpforms/includes/functions.php:1021
5941
  #: includes/functions.php:1021
5942
  msgid "United Arab Emirates"
5943
  msgstr ""
5944
 
5945
+ #: build/wpforms/includes/functions.php:1022
5946
  #: includes/functions.php:1022
5947
  msgid "United Kingdom of Great Britain and Northern Ireland"
5948
  msgstr ""
5949
 
5950
+ #: build/wpforms/includes/functions.php:1023
5951
  #: includes/functions.php:1023
5952
  msgid "United States of America"
5953
  msgstr ""
5954
 
5955
+ #: build/wpforms/includes/functions.php:1024
5956
  #: includes/functions.php:1024
5957
  msgid "United States Minor Outlying Islands"
5958
  msgstr ""
5959
 
5960
+ #: build/wpforms/includes/functions.php:1025
5961
  #: includes/functions.php:1025
5962
  msgid "Uruguay"
5963
  msgstr ""
5964
 
5965
+ #: build/wpforms/includes/functions.php:1026
5966
  #: includes/functions.php:1026
5967
  msgid "Uzbekistan"
5968
  msgstr ""
5969
 
5970
+ #: build/wpforms/includes/functions.php:1027
5971
  #: includes/functions.php:1027
5972
  msgid "Vanuatu"
5973
  msgstr ""
5974
 
5975
+ #: build/wpforms/includes/functions.php:1028
5976
  #: includes/functions.php:1028
5977
  msgid "Vatican City State"
5978
  msgstr ""
5979
 
5980
+ #: build/wpforms/includes/functions.php:1029
5981
  #: includes/functions.php:1029
5982
  msgid "Venezuela (Bolivarian Republic of)"
5983
  msgstr ""
5984
 
5985
+ #: build/wpforms/includes/functions.php:1030
5986
  #: includes/functions.php:1030
5987
  msgid "Viet Nam"
5988
  msgstr ""
5989
 
5990
+ #: build/wpforms/includes/functions.php:1031
5991
  #: includes/functions.php:1031
5992
  msgid "Virgin Islands (British)"
5993
  msgstr ""
5994
 
5995
+ #: build/wpforms/includes/functions.php:1032
5996
  #: includes/functions.php:1032
5997
  msgid "Virgin Islands (U.S.)"
5998
  msgstr ""
5999
 
6000
+ #: build/wpforms/includes/functions.php:1033
6001
  #: includes/functions.php:1033
6002
  msgid "Wallis and Futuna"
6003
  msgstr ""
6004
 
6005
+ #: build/wpforms/includes/functions.php:1034
6006
  #: includes/functions.php:1034
6007
  msgid "Western Sahara"
6008
  msgstr ""
6009
 
6010
+ #: build/wpforms/includes/functions.php:1035
6011
  #: includes/functions.php:1035
6012
  msgid "Yemen"
6013
  msgstr ""
6014
 
6015
+ #: build/wpforms/includes/functions.php:1036
6016
  #: includes/functions.php:1036
6017
  msgid "Zambia"
6018
  msgstr ""
6019
 
6020
+ #: build/wpforms/includes/functions.php:1037
6021
  #: includes/functions.php:1037
6022
  msgid "Zimbabwe"
6023
  msgstr ""
6024
 
6025
+ #: build/wpforms/includes/functions.php:1053
6026
  #: includes/functions.php:1053
6027
  msgid "January"
6028
  msgstr ""
6029
 
6030
+ #: build/wpforms/includes/functions.php:1054
6031
  #: includes/functions.php:1054
6032
  msgid "February"
6033
  msgstr ""
6034
 
6035
+ #: build/wpforms/includes/functions.php:1055
6036
  #: includes/functions.php:1055
6037
  msgid "March"
6038
  msgstr ""
6039
 
6040
+ #: build/wpforms/includes/functions.php:1056
6041
  #: includes/functions.php:1056
6042
  msgid "April"
6043
  msgstr ""
6044
 
6045
+ #: build/wpforms/includes/functions.php:1057
6046
  #: includes/functions.php:1057
6047
  msgid "May"
6048
  msgstr ""
6049
 
6050
+ #: build/wpforms/includes/functions.php:1058
6051
  #: includes/functions.php:1058
6052
  msgid "June"
6053
  msgstr ""
6054
 
6055
+ #: build/wpforms/includes/functions.php:1059
6056
  #: includes/functions.php:1059
6057
  msgid "July"
6058
  msgstr ""
6059
 
6060
+ #: build/wpforms/includes/functions.php:1060
6061
  #: includes/functions.php:1060
6062
  msgid "August"
6063
  msgstr ""
6064
 
6065
+ #: build/wpforms/includes/functions.php:1061
6066
  #: includes/functions.php:1061
6067
  msgid "September"
6068
  msgstr ""
6069
 
6070
+ #: build/wpforms/includes/functions.php:1062
6071
  #: includes/functions.php:1062
6072
  msgid "October"
6073
  msgstr ""
6074
 
6075
+ #: build/wpforms/includes/functions.php:1063
6076
  #: includes/functions.php:1063
6077
  msgid "November"
6078
  msgstr ""
6079
 
6080
+ #: build/wpforms/includes/functions.php:1064
6081
  #: includes/functions.php:1064
6082
  msgid "December"
6083
  msgstr ""
6084
 
6085
+ #: build/wpforms/includes/functions.php:1080
6086
  #: includes/functions.php:1080
6087
  msgid "Sunday"
6088
  msgstr ""
6089
 
6090
+ #: build/wpforms/includes/functions.php:1081
6091
  #: includes/functions.php:1081
6092
  msgid "Monday"
6093
  msgstr ""
6094
 
6095
+ #: build/wpforms/includes/functions.php:1082
6096
  #: includes/functions.php:1082
6097
  msgid "Tuesday"
6098
  msgstr ""
6099
 
6100
+ #: build/wpforms/includes/functions.php:1083
6101
  #: includes/functions.php:1083
6102
  msgid "Wednesday"
6103
  msgstr ""
6104
 
6105
+ #: build/wpforms/includes/functions.php:1084
6106
  #: includes/functions.php:1084
6107
  msgid "Thursday"
6108
  msgstr ""
6109
 
6110
+ #: build/wpforms/includes/functions.php:1085
6111
  #: includes/functions.php:1085
6112
  msgid "Friday"
6113
  msgstr ""
6114
 
6115
+ #: build/wpforms/includes/functions.php:1086
6116
  #: includes/functions.php:1086
6117
  msgid "Saturday"
6118
  msgstr ""
6119
 
6120
+ #: build/wpforms/includes/integrations.php:28
6121
  #: includes/integrations.php:28
6122
  msgid "Select a form to display"
6123
  msgstr ""
6124
 
6125
+ #: build/wpforms/includes/integrations.php:35
6126
  #: includes/integrations.php:35
6127
  msgid "No forms found"
6128
  msgstr ""
6129
 
6130
+ #: build/wpforms/includes/integrations.php:44
6131
  #: includes/integrations.php:44
6132
  msgid "Content"
6133
  msgstr ""
6134
 
6135
+ #: build/wpforms/includes/integrations.php:45
6136
  #: includes/integrations.php:45
6137
  msgid "Add your form"
6138
  msgstr ""
6139
 
6140
+ #: build/wpforms/includes/integrations.php:49
6141
+ #: build/wpforms/src/Forms/Preview.php:124
6142
+ #: build/wpforms/src/Integrations/Gutenberg/FormSelector.php:101
6143
+ #: build/wpforms/templates/emails/summary-body-plain.php:30
6144
+ #: build/wpforms/templates/emails/summary-body.php:37
6145
  #: includes/integrations.php:49
6146
  #: src/Forms/Preview.php:124
6147
  #: src/Integrations/Gutenberg/FormSelector.php:101
6150
  msgid "Form"
6151
  msgstr ""
6152
 
6153
+ #: build/wpforms/includes/integrations.php:53
6154
  #: includes/integrations.php:53
6155
  msgid "Select a form to add it to your post or page."
6156
  msgstr ""
6157
 
6158
+ #: build/wpforms/includes/integrations.php:58
6159
  #: includes/integrations.php:58
6160
  msgid "Display Form Name"
6161
  msgstr ""
6162
 
6163
+ #: build/wpforms/includes/integrations.php:61
6164
+ #: build/wpforms/includes/integrations.php:76
6165
  #: includes/integrations.php:61
6166
  #: includes/integrations.php:76
6167
  msgid "No"
6168
  msgstr ""
6169
 
6170
+ #: build/wpforms/includes/integrations.php:62
6171
+ #: build/wpforms/includes/integrations.php:77
6172
  #: includes/integrations.php:62
6173
  #: includes/integrations.php:77
6174
  msgid "Yes"
6175
  msgstr ""
6176
 
6177
+ #: build/wpforms/includes/integrations.php:65
6178
  #: includes/integrations.php:65
6179
  msgid "Would you like to display the forms name?"
6180
  msgstr ""
6181
 
6182
+ #: build/wpforms/includes/integrations.php:73
6183
  #: includes/integrations.php:73
6184
  msgid "Display Form Description"
6185
  msgstr ""
6186
 
6187
+ #: build/wpforms/includes/integrations.php:80
6188
  #: includes/integrations.php:80
6189
  msgid "Would you like to display the form description?"
6190
  msgstr ""
6191
 
6192
+ #: build/wpforms/includes/providers/class-base.php:89
6193
  #: includes/providers/class-base.php:89
6194
  msgid "Connection"
6195
  msgstr ""
6196
 
6197
+ #: build/wpforms/includes/providers/class-base.php:159
6198
+ #: build/wpforms/includes/providers/class-base.php:1143
6199
+ #: build/wpforms/includes/providers/class-base.php:1191
6200
+ #: build/wpforms/src/Providers/Provider/Settings/PageIntegrations.php:181
6201
  #: includes/providers/class-base.php:159
6202
  #: includes/providers/class-base.php:1143
6203
  #: includes/providers/class-base.php:1191
6206
  msgstr ""
6207
 
6208
  #. translators: %s - Name field label.
6209
+ #: build/wpforms/includes/providers/class-base.php:477
6210
  #: includes/providers/class-base.php:477
6211
  msgid "%s (Full)"
6212
  msgstr ""
6213
 
6214
  #. translators: %s - Name field label.
6215
+ #: build/wpforms/includes/providers/class-base.php:492
6216
  #: includes/providers/class-base.php:492
6217
  msgid "%s (First)"
6218
  msgstr ""
6219
 
6220
  #. translators: %s - Name field label.
6221
+ #: build/wpforms/includes/providers/class-base.php:508
6222
  #: includes/providers/class-base.php:508
6223
  msgid "%s (Middle)"
6224
  msgstr ""
6225
 
6226
  #. translators: %s - Name field label.
6227
+ #: build/wpforms/includes/providers/class-base.php:524
6228
  #: includes/providers/class-base.php:524
6229
  msgid "%s (Last)"
6230
  msgstr ""
6231
 
6232
+ #: build/wpforms/includes/providers/class-base.php:730
6233
  #: includes/providers/class-base.php:730
6234
  msgid "Select Account"
6235
  msgstr ""
6236
 
6237
+ #: build/wpforms/includes/providers/class-base.php:742
6238
+ #: build/wpforms/includes/providers/class-base.php:1304
6239
+ #: build/wpforms/includes/providers/class-constant-contact.php:486
6240
+ #: build/wpforms/src/Providers/Provider/Settings/FormBuilder.php:419
6241
+ #: build/wpforms/src/Providers/Provider/Settings/PageIntegrations.php:136
6242
  #: includes/providers/class-base.php:742
6243
  #: includes/providers/class-base.php:1304
6244
  #: includes/providers/class-constant-contact.php:486
6247
  msgid "Add New Account"
6248
  msgstr ""
6249
 
6250
+ #: build/wpforms/includes/providers/class-base.php:775
6251
  #: includes/providers/class-base.php:775
6252
  msgid "Select List"
6253
  msgstr ""
6254
 
6255
+ #: build/wpforms/includes/providers/class-base.php:821
6256
  #: includes/providers/class-base.php:821
6257
  msgid "Select Groups"
6258
  msgstr ""
6259
 
6260
+ #: build/wpforms/includes/providers/class-base.php:823
6261
  #: includes/providers/class-base.php:823
6262
  msgid "We also noticed that you have some segments in your list. You can select specific list segments below if needed. This is optional."
6263
  msgstr ""
6264
 
6265
+ #: build/wpforms/includes/providers/class-base.php:883
6266
+ #: build/wpforms/includes/providers/class-base.php:888
6267
  #: includes/providers/class-base.php:883
6268
  #: includes/providers/class-base.php:888
6269
  msgid "List Fields"
6270
  msgstr ""
6271
 
6272
+ #: build/wpforms/includes/providers/class-base.php:888
6273
  #: includes/providers/class-base.php:888
6274
  msgid "Available Form Fields"
6275
  msgstr ""
6276
 
6277
+ #: build/wpforms/includes/providers/class-base.php:961
6278
+ #: build/wpforms/src/Providers/Provider/Settings/FormBuilder.php:235
6279
  #: includes/providers/class-base.php:961
6280
  #: src/Providers/Provider/Settings/FormBuilder.php:235
6281
  msgid "Marketing provider connection"
6282
  msgstr ""
6283
 
6284
  #. translators: %s - Provider type.
6285
+ #: build/wpforms/includes/providers/class-base.php:1077
6286
  #: includes/providers/class-base.php:1077
6287
  msgid "Add New %s"
6288
  msgstr ""
6289
 
6290
+ #: build/wpforms/includes/providers/class-base.php:1151
6291
+ #: build/wpforms/includes/providers/class-base.php:1199
6292
+ #: build/wpforms/src/Providers/Provider/Settings/PageIntegrations.php:189
6293
  #: includes/providers/class-base.php:1151
6294
  #: includes/providers/class-base.php:1199
6295
  #: src/Providers/Provider/Settings/PageIntegrations.php:189
6296
  msgid "Missing data"
6297
  msgstr ""
6298
 
6299
+ #: build/wpforms/includes/providers/class-base.php:1167
6300
+ #: build/wpforms/src/Providers/Provider/Settings/PageIntegrations.php:205
6301
  #: includes/providers/class-base.php:1167
6302
  #: src/Providers/Provider/Settings/PageIntegrations.php:205
6303
  msgid "Connection missing"
6304
  msgstr ""
6305
 
6306
+ #: build/wpforms/includes/providers/class-base.php:1211
6307
  #: includes/providers/class-base.php:1211
6308
  msgid "Could not connect to the provider."
6309
  msgstr ""
6310
 
6311
  #. translators: %s - Connection date.
6312
+ #: build/wpforms/includes/providers/class-base.php:1221
6313
+ #: build/wpforms/includes/providers/class-base.php:1293
6314
+ #: build/wpforms/src/Providers/Provider/Settings/PageIntegrations.php:104
6315
  #: includes/providers/class-base.php:1221
6316
  #: includes/providers/class-base.php:1293
6317
  #: src/Providers/Provider/Settings/PageIntegrations.php:104
6318
  msgid "Connected on: %s"
6319
  msgstr ""
6320
 
6321
+ #: build/wpforms/includes/providers/class-base.php:1222
6322
+ #: build/wpforms/includes/providers/class-base.php:1294
6323
+ #: build/wpforms/src/Providers/Provider/Settings/PageIntegrations.php:105
6324
  #: includes/providers/class-base.php:1222
6325
  #: includes/providers/class-base.php:1294
6326
  #: src/Providers/Provider/Settings/PageIntegrations.php:105
6328
  msgstr ""
6329
 
6330
  #. translators: %s - provider name.
6331
+ #: build/wpforms/includes/providers/class-base.php:1248
6332
+ #: build/wpforms/src/Providers/Provider/Settings/PageIntegrations.php:131
6333
  #: includes/providers/class-base.php:1248
6334
  #: src/Providers/Provider/Settings/PageIntegrations.php:131
6335
  msgid "Connect to %s"
6336
  msgstr ""
6337
 
6338
+ #: build/wpforms/includes/providers/class-base.php:1266
6339
+ #: build/wpforms/src/Providers/Provider/Settings/PageIntegrations.php:77
6340
  #: includes/providers/class-base.php:1266
6341
  #: src/Providers/Provider/Settings/PageIntegrations.php:77
6342
  msgid "Show Accounts"
6343
  msgstr ""
6344
 
6345
  #. translators: %s - provider name.
6346
+ #: build/wpforms/includes/providers/class-base.php:1275
6347
+ #: build/wpforms/src/Providers/Provider/Settings/PageIntegrations.php:86
6348
  #: includes/providers/class-base.php:1275
6349
  #: src/Providers/Provider/Settings/PageIntegrations.php:86
6350
  msgid "Integrate %s with WPForms"
6351
  msgstr ""
6352
 
6353
+ #: build/wpforms/includes/providers/class-base.php:1278
6354
+ #: build/wpforms/src/Providers/Provider/Settings/PageIntegrations.php:89
6355
  #: includes/providers/class-base.php:1278
6356
  #: src/Providers/Provider/Settings/PageIntegrations.php:89
6357
  msgid "Connected"
6358
  msgstr ""
6359
 
6360
+ #: build/wpforms/includes/providers/class-base.php:1311
6361
+ #: build/wpforms/src/Providers/Provider/Settings/PageIntegrations.php:143
6362
  #: includes/providers/class-base.php:1311
6363
  #: src/Providers/Provider/Settings/PageIntegrations.php:143
6364
  msgid "Please fill out all of the fields below to add your new provider account."
6365
  msgstr ""
6366
 
6367
+ #: build/wpforms/includes/providers/class-constant-contact.php:109
6368
  #: includes/providers/class-constant-contact.php:109
6369
  msgid "Constant Contact Subscription stopped by conditional logic"
6370
  msgstr ""
6371
 
6372
+ #: build/wpforms/includes/providers/class-constant-contact.php:127
6373
+ #: build/wpforms/includes/providers/class-constant-contact.php:305
6374
+ #: build/wpforms/includes/providers/class-constant-contact.php:390
6375
  #: includes/providers/class-constant-contact.php:127
6376
  #: includes/providers/class-constant-contact.php:305
6377
  #: includes/providers/class-constant-contact.php:390
6378
  msgid "Constant Contact API Error"
6379
  msgstr ""
6380
 
6381
+ #: build/wpforms/includes/providers/class-constant-contact.php:397
6382
  #: includes/providers/class-constant-contact.php:397
6383
  msgid "API list error: Constant API error"
6384
  msgstr ""
6385
 
6386
+ #: build/wpforms/includes/providers/class-constant-contact.php:489
6387
  #: includes/providers/class-constant-contact.php:489
6388
  msgid "Please fill out all of the fields below to register your new Constant Contact account."
6389
  msgstr ""
6390
 
6391
+ #: build/wpforms/includes/providers/class-constant-contact.php:491
6392
+ #: build/wpforms/includes/providers/class-constant-contact.php:592
6393
  #: includes/providers/class-constant-contact.php:491
6394
  #: includes/providers/class-constant-contact.php:592
6395
  msgid "Click here for documentation on connecting WPForms with Constant Contact."
6396
  msgstr ""
6397
 
6398
+ #: build/wpforms/includes/providers/class-constant-contact.php:496
6399
+ #: build/wpforms/includes/providers/class-constant-contact.php:597
6400
  #: includes/providers/class-constant-contact.php:496
6401
  #: includes/providers/class-constant-contact.php:597
6402
  msgid "Because Constant Contact requires external authentication, you will need to register WPForms with Constant Contact before you can proceed."
6403
  msgstr ""
6404
 
6405
+ #: build/wpforms/includes/providers/class-constant-contact.php:500
6406
+ #: build/wpforms/includes/providers/class-constant-contact.php:601
6407
  #: includes/providers/class-constant-contact.php:500
6408
  #: includes/providers/class-constant-contact.php:601
6409
  msgid "Click here to register with Constant Contact"
6410
  msgstr ""
6411
 
6412
+ #: build/wpforms/includes/providers/class-constant-contact.php:503
6413
+ #: build/wpforms/includes/providers/class-constant-contact.php:604
6414
  #: includes/providers/class-constant-contact.php:503
6415
  #: includes/providers/class-constant-contact.php:604
6416
  msgid "Authorization Code"
6417
  msgstr ""
6418
 
6419
+ #: build/wpforms/includes/providers/class-constant-contact.php:505
6420
+ #: build/wpforms/includes/providers/class-constant-contact.php:606
6421
  #: includes/providers/class-constant-contact.php:505
6422
  #: includes/providers/class-constant-contact.php:606
6423
  msgid "Account Nickname"
6424
  msgstr ""
6425
 
6426
+ #: build/wpforms/includes/providers/class-constant-contact.php:547
6427
  #: includes/providers/class-constant-contact.php:547
6428
  msgid "Get the most out of <strong>WPForms</strong> &mdash; use it with an active Constant Contact account."
6429
  msgstr ""
6430
 
6431
+ #: build/wpforms/includes/providers/class-constant-contact.php:556
6432
+ #: build/wpforms/includes/providers/class-constant-contact.php:663
6433
  #: includes/providers/class-constant-contact.php:556
6434
  #: includes/providers/class-constant-contact.php:663
6435
  msgid "Try Constant Contact for Free"
6436
  msgstr ""
6437
 
6438
  #. translators: %s - WPForms Constant Contact internal URL.
6439
+ #: build/wpforms/includes/providers/class-constant-contact.php:562
6440
  #: includes/providers/class-constant-contact.php:562
6441
  msgid "Learn More about the <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">power of email marketing</a>"
6442
  msgstr ""
6443
 
6444
+ #: build/wpforms/includes/providers/class-constant-contact.php:654
6445
  #: includes/providers/class-constant-contact.php:654
6446
  msgid "Get the most out of the <strong>WPForms</strong> plugin &mdash; use it with an active Constant Contact account."
6447
  msgstr ""
6448
 
6449
+ #: build/wpforms/includes/providers/class-constant-contact.php:666
6450
  #: includes/providers/class-constant-contact.php:666
6451
  msgid "Connect your existing account"
6452
  msgstr ""
6453
 
6454
  #. translators: %s - WPForms Constant Contact internal URL.
6455
+ #: build/wpforms/includes/providers/class-constant-contact.php:672
6456
  #: includes/providers/class-constant-contact.php:672
6457
  msgid "Learn More about the <a href=\"%s\">power of email marketing</a>"
6458
  msgstr ""
6459
 
6460
+ #: build/wpforms/includes/providers/class-constant-contact.php:744
6461
  #: includes/providers/class-constant-contact.php:744
6462
  msgid "Grow Your Website with WPForms + Email Marketing"
6463
  msgstr ""
6464
 
6465
+ #: build/wpforms/includes/providers/class-constant-contact.php:745
6466
  #: includes/providers/class-constant-contact.php:745
6467
  msgid "Wondering if email marketing is really worth your time?"
6468
  msgstr ""
6469
 
6470
+ #: build/wpforms/includes/providers/class-constant-contact.php:746
6471
  #: includes/providers/class-constant-contact.php:746
6472
  msgid "Email is hands-down the most effective way to nurture leads and turn them into customers, with a return on investment (ROI) of <strong>$44 back for every $1 spent</strong> according to DMA."
6473
  msgstr ""
6474
 
6475
+ #: build/wpforms/includes/providers/class-constant-contact.php:747
6476
  #: includes/providers/class-constant-contact.php:747
6477
  msgid "Here are 3 big reasons why every smart business in the world has an email list:"
6478
  msgstr ""
6479
 
6480
+ #: build/wpforms/includes/providers/class-constant-contact.php:752
6481
  #: includes/providers/class-constant-contact.php:752
6482
  msgid "<strong>Email is still #1</strong> - At least 91% of consumers check their email on a daily basis. You get direct access to your subscribers, without having to play by social media&#39;s rules and algorithms."
6483
  msgstr ""
6484
 
6485
+ #: build/wpforms/includes/providers/class-constant-contact.php:753
6486
  #: includes/providers/class-constant-contact.php:753
6487
  msgid "<strong>You own your email list</strong> - Unlike with social media, your list is your property and no one can revoke your access to it."
6488
  msgstr ""
6489
 
6490
+ #: build/wpforms/includes/providers/class-constant-contact.php:754
6491
  #: includes/providers/class-constant-contact.php:754
6492
  msgid "<strong>Email converts</strong> - People who buy products marketed through email spend 138% more than those who don&#39;t receive email offers."
6493
  msgstr ""
6494
 
6495
+ #: build/wpforms/includes/providers/class-constant-contact.php:756
6496
  #: includes/providers/class-constant-contact.php:756
6497
  msgid "That&#39;s why it&#39;s crucial to start collecting email addresses and building your list as soon as possible."
6498
  msgstr ""
6499
 
6500
  #. translators: %s - WPBeginners.com Guide to Email Lists URL.
6501
+ #: build/wpforms/includes/providers/class-constant-contact.php:762
6502
  #: includes/providers/class-constant-contact.php:762
6503
  msgid "For more details, see this guide on <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">why building your email list is so important</a>."
6504
  msgstr ""
6505
 
6506
+ #: build/wpforms/includes/providers/class-constant-contact.php:776
6507
  #: includes/providers/class-constant-contact.php:776
6508
  msgid "You&#39;ve Already Started - Here&#39;s the Next Step (It&#39;s Easy)"
6509
  msgstr ""
6510
 
6511
+ #: build/wpforms/includes/providers/class-constant-contact.php:777
6512
  #: includes/providers/class-constant-contact.php:777
6513
  msgid "Here are the 3 things you need to build an email list:"
6514
  msgstr ""
6515
 
6516
+ #: build/wpforms/includes/providers/class-constant-contact.php:779
6517
  #: includes/providers/class-constant-contact.php:779
6518
  msgid "A Website or Blog"
6519
  msgstr ""
6520
 
6521
+ #: build/wpforms/includes/providers/class-constant-contact.php:780
6522
  #: includes/providers/class-constant-contact.php:780
6523
  msgid "High-Converting Form Builder"
6524
  msgstr ""
6525
 
6526
+ #: build/wpforms/includes/providers/class-constant-contact.php:781
6527
  #: includes/providers/class-constant-contact.php:781
6528
  msgid "The Best Email Marketing Service"
6529
  msgstr ""
6530
 
6531
+ #: build/wpforms/includes/providers/class-constant-contact.php:783
6532
  #: includes/providers/class-constant-contact.php:783
6533
  msgid "With a powerful email marketing service like Constant Contact, you can instantly send out mass notifications and beautifully designed newsletters to engage your subscribers."
6534
  msgstr ""
6535
 
6536
+ #: build/wpforms/includes/providers/class-constant-contact.php:786
6537
  #: includes/providers/class-constant-contact.php:786
6538
  msgid "Get Started with Constant Contact for Free"
6539
  msgstr ""
6540
 
6541
+ #: build/wpforms/includes/providers/class-constant-contact.php:789
6542
  #: includes/providers/class-constant-contact.php:789
6543
  msgid "WPForms plugin makes it fast and easy to capture all kinds of visitor information right from your WordPress site - even if you don&#39;t have a Constant Contact account."
6544
  msgstr ""
6545
 
6546
+ #: build/wpforms/includes/providers/class-constant-contact.php:790
6547
  #: includes/providers/class-constant-contact.php:790
6548
  msgid "But when you combine WPForms with Constant Contact, you can nurture your contacts and engage with them even after they leave your website. When you use Constant Contact + WPForms together, you can:"
6549
  msgstr ""
6550
 
6551
+ #: build/wpforms/includes/providers/class-constant-contact.php:792
6552
  #: includes/providers/class-constant-contact.php:792
6553
  msgid "Seamlessly add new contacts to your email list"
6554
  msgstr ""
6555
 
6556
+ #: build/wpforms/includes/providers/class-constant-contact.php:793
6557
  #: includes/providers/class-constant-contact.php:793
6558
  msgid "Create and send professional email newsletters"
6559
  msgstr ""
6560
 
6561
+ #: build/wpforms/includes/providers/class-constant-contact.php:794
6562
  #: includes/providers/class-constant-contact.php:794
6563
  msgid "Get expert marketing and support"
6564
  msgstr ""
6565
 
6566
+ #: build/wpforms/includes/providers/class-constant-contact.php:798
6567
  #: includes/providers/class-constant-contact.php:798
6568
  msgid "Try Constant Contact Today"
6569
  msgstr ""
6570
 
6571
+ #: build/wpforms/includes/providers/class-constant-contact.php:802
6572
  #: includes/providers/class-constant-contact.php:802
6573
  msgid "WPForms Makes List Building Easy"
6574
  msgstr ""
6575
 
6576
+ #: build/wpforms/includes/providers/class-constant-contact.php:803
6577
  #: includes/providers/class-constant-contact.php:803
6578
  msgid "When creating WPForms, our goal was to make a WordPress forms plugin that&#39;s both EASY and POWERFUL."
6579
  msgstr ""
6580
 
6581
+ #: build/wpforms/includes/providers/class-constant-contact.php:804
6582
  #: includes/providers/class-constant-contact.php:804
6583
  msgid "We made the form creation process extremely intuitive, so you can create a form to start capturing emails within 5 minutes or less."
6584
  msgstr ""
6585
 
6586
+ #: build/wpforms/includes/providers/class-constant-contact.php:805
6587
  #: includes/providers/class-constant-contact.php:805
6588
  msgid "Here&#39;s how it works."
6589
  msgstr ""
6590
 
6591
+ #: build/wpforms/includes/providers/class-constant-contact.php:809
6592
  #: includes/providers/class-constant-contact.php:809
6593
  msgid "1. Select from our pre-built templates, or create a form from scratch."
6594
  msgstr ""
6595
 
6596
+ #: build/wpforms/includes/providers/class-constant-contact.php:813
6597
  #: includes/providers/class-constant-contact.php:813
6598
  msgid "2. Drag and drop any field you want onto your signup form."
6599
  msgstr ""
6600
 
6601
+ #: build/wpforms/includes/providers/class-constant-contact.php:817
6602
  #: includes/providers/class-constant-contact.php:817
6603
  msgid "3. Connect your Constant Contact email list."
6604
  msgstr ""
6605
 
6606
+ #: build/wpforms/includes/providers/class-constant-contact.php:821
6607
  #: includes/providers/class-constant-contact.php:821
6608
  msgid "4. Add your new form to any post, page, or sidebar."
6609
  msgstr ""
6610
 
6611
+ #: build/wpforms/includes/providers/class-constant-contact.php:824
6612
  #: includes/providers/class-constant-contact.php:824
6613
  msgid "It doesn&#39;t matter what kind of business you run, what kind of website you have, or what industry you are in - you need to start building your email list today."
6614
  msgstr ""
6615
 
6616
+ #: build/wpforms/includes/providers/class-constant-contact.php:825
6617
  #: includes/providers/class-constant-contact.php:825
6618
  msgid "With Constant Contact + WPForms, growing your list is easy."
6619
  msgstr ""
6620
 
6621
+ #: build/wpforms/includes/templates/class-blank.php:17
6622
  #: includes/templates/class-blank.php:17
6623
  msgid "Blank Form"
6624
  msgstr ""
6625
 
6626
+ #: build/wpforms/includes/templates/class-blank.php:19
6627
  #: includes/templates/class-blank.php:19
6628
  msgid "The blank form allows you to create any type of form using our drag & drop builder."
6629
  msgstr ""
6630
 
6631
+ #: build/wpforms/includes/templates/class-contact.php:17
6632
  #: includes/templates/class-contact.php:17
6633
  msgid "Simple Contact Form"
6634
  msgstr ""
6635
 
6636
+ #: build/wpforms/includes/templates/class-contact.php:19
6637
  #: includes/templates/class-contact.php:19
6638
  msgid "Allow your users to contact you with this simple contact form. You can add and remove fields as needed."
6639
  msgstr ""
6640
 
6641
+ #: build/wpforms/includes/templates/class-contact.php:45
6642
  #: includes/templates/class-contact.php:45
6643
  msgid "Comment or Message"
6644
  msgstr ""
6645
 
6646
+ #: build/wpforms/includes/templates/class-subscribe.php:17
6647
  #: includes/templates/class-subscribe.php:17
6648
  msgid "Newsletter Signup Form"
6649
  msgstr ""
6650
 
6651
+ #: build/wpforms/includes/templates/class-subscribe.php:19
6652
  #: includes/templates/class-subscribe.php:19
6653
  msgid "Add subscribers and grow your email list with this newsletter signup form. You can add and remove fields as needed."
6654
  msgstr ""
6655
 
6656
+ #: build/wpforms/includes/templates/class-subscribe.php:24
6657
  #: includes/templates/class-subscribe.php:24
6658
  msgid "Don&#39;t Forget"
6659
  msgstr ""
6660
 
6661
+ #: build/wpforms/includes/templates/class-subscribe.php:25
6662
  #: includes/templates/class-subscribe.php:25
6663
  msgid "Click the marketing tab to configure your newsletter service provider"
6664
  msgstr ""
6665
 
6666
+ #: build/wpforms/includes/templates/class-suggestion.php:17
6667
  #: includes/templates/class-suggestion.php:17
6668
  msgid "Suggestion Form"
6669
  msgstr ""
6670
 
6671
+ #: build/wpforms/includes/templates/class-suggestion.php:19
6672
  #: includes/templates/class-suggestion.php:19
6673
  msgid "Ask your users for suggestions with this simple form template. You can add and remove fields as needed."
6674
  msgstr ""
6675
 
6676
+ #: build/wpforms/includes/templates/class-suggestion.php:38
6677
  #: includes/templates/class-suggestion.php:38
6678
  msgid "Please enter your email, so we can follow up with you."
6679
  msgstr ""
6680
 
6681
+ #: build/wpforms/includes/templates/class-suggestion.php:45
6682
  #: includes/templates/class-suggestion.php:45
6683
  msgid "Which department do you have a suggestion for?"
6684
  msgstr ""
6685
 
6686
+ #: build/wpforms/includes/templates/class-suggestion.php:48
6687
  #: includes/templates/class-suggestion.php:48
6688
  msgid "Sales"
6689
  msgstr ""
6690
 
6691
+ #: build/wpforms/includes/templates/class-suggestion.php:54
6692
  #: includes/templates/class-suggestion.php:54
6693
  msgid "Product Development"
6694
  msgstr ""
6695
 
6696
+ #: build/wpforms/includes/templates/class-suggestion.php:65
6697
  #: includes/templates/class-suggestion.php:65
6698
  msgid "Subject"
6699
  msgstr ""
6700
 
6701
+ #: build/wpforms/includes/templates/class-suggestion.php:72
6702
  #: includes/templates/class-suggestion.php:72
6703
  #: lite/wpforms-lite.php:206
6704
  #: lite/wpforms-lite.php:302
6705
  msgid "Message"
6706
  msgstr ""
6707
 
6708
+ #: build/wpforms/pro/includes/fields/class-html.php:107
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6709
  #: pro/includes/fields/class-html.php:107
6710
  msgid "Enter text for the form field label. It will help identify your HTML blocks inside the form builder, but will not be displayed in the form."
6711
  msgstr ""
6712
 
6713
  #. translators: %1$d - Number of minutes; %2$s - Single or plural word 'minute'.
6714
+ #: build/wpforms/src/Admin/Challenge.php:468
6715
  #: src/Admin/Challenge.php:468
6716
  msgid "Complete the <b>WPForms Challenge</b> and get up and running within %1$d&nbsp;%2$s."
6717
  msgstr ""
6718
 
6719
+ #: build/wpforms/src/Admin/Challenge.php:470
6720
+ #: build/wpforms/src/Admin/Challenge.php:596
6721
+ #: build/wpforms/src/Admin/Challenge.php:633
6722
  #: src/Admin/Challenge.php:470
6723
  #: src/Admin/Challenge.php:596
6724
  #: src/Admin/Challenge.php:633
6727
  msgstr[0] ""
6728
  msgstr[1] ""
6729
 
6730
+ #: build/wpforms/src/Admin/Challenge.php:482
6731
+ #: build/wpforms/src/Admin/Challenge.php:534
6732
  #: src/Admin/Challenge.php:482
6733
  #: src/Admin/Challenge.php:534
6734
  msgid "Name Your Form"
6735
  msgstr ""
6736
 
6737
+ #: build/wpforms/src/Admin/Challenge.php:484
6738
+ #: build/wpforms/src/Admin/Challenge.php:545
6739
  #: src/Admin/Challenge.php:484
6740
  #: src/Admin/Challenge.php:545
6741
  msgid "Add Fields to Your Form"
6742
  msgstr ""
6743
 
6744
+ #: build/wpforms/src/Admin/Challenge.php:485
6745
+ #: build/wpforms/src/Admin/Challenge.php:551
6746
  #: src/Admin/Challenge.php:485
6747
  #: src/Admin/Challenge.php:551
6748
  msgid "Check Notification Settings"
6749
  msgstr ""
6750
 
6751
+ #: build/wpforms/src/Admin/Challenge.php:486
6752
+ #: build/wpforms/src/Admin/Challenge.php:575
6753
  #: src/Admin/Challenge.php:486
6754
  #: src/Admin/Challenge.php:575
6755
  msgid "Embed in a Page"
6756
  msgstr ""
6757
 
6758
+ #: build/wpforms/src/Admin/Challenge.php:491
6759
  #: src/Admin/Challenge.php:491
6760
  msgid "Start Challenge"
6761
  msgstr ""
6762
 
6763
+ #: build/wpforms/src/Admin/Challenge.php:493
6764
  #: src/Admin/Challenge.php:493
6765
  msgid "Skip Challenge"
6766
  msgstr ""
6767
 
6768
+ #: build/wpforms/src/Admin/Challenge.php:497
6769
  #: src/Admin/Challenge.php:497
6770
  msgid "Cancel Challenge"
6771
  msgstr ""
6772
 
6773
+ #: build/wpforms/src/Admin/Challenge.php:504
6774
  #: src/Admin/Challenge.php:504
6775
  msgid "WPForms Challenge"
6776
  msgstr ""
6777
 
6778
  #. translators: %s - minutes in 2:00 format.
6779
+ #: build/wpforms/src/Admin/Challenge.php:509
6780
  #: src/Admin/Challenge.php:509
6781
  msgid "%s remaining"
6782
  msgstr ""
6783
 
6784
+ #: build/wpforms/src/Admin/Challenge.php:535
6785
  #: src/Admin/Challenge.php:535
6786
  msgid "Give your form a name so you can easily identify it."
6787
  msgstr ""
6788
 
6789
+ #: build/wpforms/src/Admin/Challenge.php:536
6790
+ #: build/wpforms/src/Admin/Challenge.php:547
6791
+ #: build/wpforms/src/Admin/Challenge.php:553
6792
+ #: build/wpforms/src/Admin/Challenge.php:578
6793
  #: src/Admin/Challenge.php:536
6794
  #: src/Admin/Challenge.php:547
6795
  #: src/Admin/Challenge.php:553
6797
  msgid "Done"
6798
  msgstr ""
6799
 
6800
+ #: build/wpforms/src/Admin/Challenge.php:541
6801
  #: src/Admin/Challenge.php:541
6802
  msgid "Build your form from scratch or use one of our pre-made templates."
6803
  msgstr ""
6804
 
6805
+ #: build/wpforms/src/Admin/Challenge.php:546
6806
  #: src/Admin/Challenge.php:546
6807
  msgid "You can add additional fields to your form, if you need them. This step is optional."
6808
  msgstr ""
6809
 
6810
+ #: build/wpforms/src/Admin/Challenge.php:552
6811
  #: src/Admin/Challenge.php:552
6812
  msgid "The default notification settings might be sufficient, but double&#8209;check to be sure."
6813
  msgstr ""
6814
 
6815
+ #: build/wpforms/src/Admin/Challenge.php:572
6816
  #: src/Admin/Challenge.php:572
6817
  msgid "Add a Block"
6818
  msgstr ""
6819
 
6820
+ #: build/wpforms/src/Admin/Challenge.php:573
6821
  #: src/Admin/Challenge.php:573
6822
  msgid "Click the “Add Block” button, search WPForms, select block to embed."
6823
  msgstr ""
6824
 
6825
+ #: build/wpforms/src/Admin/Challenge.php:576
6826
  #: src/Admin/Challenge.php:576
6827
  msgid "Click the “Add Form” button, select your form, then add the embed code."
6828
  msgstr ""
6829
 
6830
+ #: build/wpforms/src/Admin/Challenge.php:588
6831
  #: src/Admin/Challenge.php:588
6832
  msgid "Congrats, you did it!"
6833
  msgstr ""
6834
 
6835
  #. translators: %1$s - Number of minutes in HTML container; %2$s - Single or plural word 'minute'; %3$s - Number of seconds in HTML container; %4$s - Single or plural word 'second'; %5$s - 5 rating star symbols HTML.
6836
+ #: build/wpforms/src/Admin/Challenge.php:594
6837
  #: src/Admin/Challenge.php:594
6838
  msgid "You completed the WPForms Challenge in <b>%1$s %2$s %3$s %4$s</b>. Share your success story with other WPForms users and help us spread the word <b>by giving WPForms a 5-star rating (%5$s) on WordPress.org</b>. Thanks for your support and we look forward to bringing more awesome features."
6839
  msgstr ""
6840
 
6841
+ #: build/wpforms/src/Admin/Challenge.php:598
6842
  #: src/Admin/Challenge.php:598
6843
  msgid "second"
6844
  msgid_plural "seconds"
6845
  msgstr[0] ""
6846
  msgstr[1] ""
6847
 
6848
+ #: build/wpforms/src/Admin/Challenge.php:614
6849
  #: src/Admin/Challenge.php:614
6850
  msgid "Rate WPForms on WordPress.org"
6851
  msgstr ""
6852
 
6853
+ #: build/wpforms/src/Admin/Challenge.php:625
6854
  #: src/Admin/Challenge.php:625
6855
  msgid "Help us improve WPForms"
6856
  msgstr ""
6857
 
6858
  #. translators: %1$d - Number of minutes; %2$s - Single or plural word 'minute'.
6859
+ #: build/wpforms/src/Admin/Challenge.php:631
6860
  #: src/Admin/Challenge.php:631
6861
  msgid "We`re sorry that it took longer than %1$d %2$s to create a form. Our goal is to create the most beginner friendly WordPress form plugin. Please take a moment to let us know how we can improve WPForms."
6862
  msgstr ""
6863
 
6864
+ #: build/wpforms/src/Admin/Challenge.php:640
6865
  #: src/Admin/Challenge.php:640
6866
  msgid "Yes, I give WPForms permission to contact me for any follow up questions."
6867
  msgstr ""
6868
 
6869
+ #: build/wpforms/src/Admin/Challenge.php:642
6870
  #: src/Admin/Challenge.php:642
6871
  msgid "Submit Feedback"
6872
  msgstr ""
6873
 
6874
+ #: build/wpforms/src/Admin/Challenge.php:665
6875
  #: src/Admin/Challenge.php:665
6876
  msgid "Take the WPForms Challenge"
6877
  msgstr ""
6878
 
6879
+ #: build/wpforms/src/Admin/Challenge.php:666
6880
  #: src/Admin/Challenge.php:666
6881
  msgid "Create your first form with our guided setup wizard in less than 5 minutes to experience the WPForms difference."
6882
  msgstr ""
6883
 
6884
+ #: build/wpforms/src/Admin/Challenge.php:669
6885
  #: src/Admin/Challenge.php:669
6886
  msgid "Start the WPForms Challenge"
6887
  msgstr ""
6888
 
6889
+ #: build/wpforms/src/Admin/FlyoutMenu.php:72
6890
  #: src/Admin/FlyoutMenu.php:72
6891
  msgid "Support & Docs"
6892
  msgstr ""
6893
 
6894
+ #: build/wpforms/src/Admin/FlyoutMenu.php:77
6895
  #: src/Admin/FlyoutMenu.php:77
6896
  msgid "Join Our Community"
6897
  msgstr ""
6898
 
6899
+ #: build/wpforms/src/Admin/FlyoutMenu.php:82
6900
+ #: build/wpforms/src/Admin/Pages/Community.php:104
6901
+ #: build/wpforms/src/Admin/Pages/Community.php:106
6902
  #: src/Admin/FlyoutMenu.php:82
6903
  #: src/Admin/Pages/Community.php:104
6904
  #: src/Admin/Pages/Community.php:106
6905
  msgid "Suggest a Feature"
6906
  msgstr ""
6907
 
6908
+ #: build/wpforms/src/Admin/FlyoutMenu.php:113
6909
  #: src/Admin/FlyoutMenu.php:113
6910
  msgid "See Quick Links"
6911
  msgstr ""
6912
 
6913
  #. translators: %s - Lite plugin download URL.
6914
+ #: build/wpforms/src/Admin/Pages/Analytics.php:141
6915
+ #: build/wpforms/src/Admin/Pages/SMTP.php:137
6916
  #: src/Admin/Pages/Analytics.php:141
6917
  #: src/Admin/Pages/SMTP.php:137
6918
  msgid "Could not install plugin. Please <a href=\"%s\">download</a> and install manually."
6919
  msgstr ""
6920
 
6921
  #. translators: %s - Lite plugin download URL.
6922
+ #: build/wpforms/src/Admin/Pages/Analytics.php:153
6923
+ #: build/wpforms/src/Admin/Pages/SMTP.php:149
6924
  #: src/Admin/Pages/Analytics.php:153
6925
  #: src/Admin/Pages/SMTP.php:149
6926
  msgid "Could not activate plugin. Please activate from the <a href=\"%s\">Plugins page</a>."
6927
  msgstr ""
6928
 
6929
+ #: build/wpforms/src/Admin/Pages/Analytics.php:164
6930
+ #: build/wpforms/src/Admin/Pages/SMTP.php:160
6931
  #: src/Admin/Pages/Analytics.php:164
6932
  #: src/Admin/Pages/SMTP.php:160
6933
  msgid "Installing..."
6934
  msgstr ""
6935
 
6936
+ #: build/wpforms/src/Admin/Pages/Analytics.php:165
6937
+ #: build/wpforms/src/Admin/Pages/SMTP.php:161
6938
  #: src/Admin/Pages/Analytics.php:165
6939
  #: src/Admin/Pages/SMTP.php:161
6940
  msgid "Activating..."
6941
  msgstr ""
6942
 
6943
+ #: build/wpforms/src/Admin/Pages/Analytics.php:166
6944
+ #: build/wpforms/src/Admin/Pages/Analytics.php:383
6945
  #: src/Admin/Pages/Analytics.php:166
6946
  #: src/Admin/Pages/Analytics.php:383
6947
  msgid "MonsterInsights Installed & Activated"
6948
  msgstr ""
6949
 
6950
+ #: build/wpforms/src/Admin/Pages/Analytics.php:167
6951
+ #: build/wpforms/src/Admin/Pages/Analytics.php:459
6952
+ #: build/wpforms/src/Admin/Pages/SMTP.php:163
6953
  #: src/Admin/Pages/Analytics.php:167
6954
  #: src/Admin/Pages/Analytics.php:459
6955
  #: src/Admin/Pages/SMTP.php:163
6956
  msgid "Install Now"
6957
  msgstr ""
6958
 
6959
+ #: build/wpforms/src/Admin/Pages/Analytics.php:168
6960
+ #: build/wpforms/src/Admin/Pages/Analytics.php:459
6961
+ #: build/wpforms/src/Admin/Pages/SMTP.php:164
6962
  #: src/Admin/Pages/Analytics.php:168
6963
  #: src/Admin/Pages/Analytics.php:459
6964
  #: src/Admin/Pages/SMTP.php:164
6965
  msgid "Activate Now"
6966
  msgstr ""
6967
 
6968
+ #: build/wpforms/src/Admin/Pages/Analytics.php:169
6969
+ #: build/wpforms/src/Admin/Pages/SMTP.php:165
6970
  #: src/Admin/Pages/Analytics.php:169
6971
  #: src/Admin/Pages/SMTP.php:165
6972
  msgid "Download Now"
6973
  msgstr ""
6974
 
6975
+ #: build/wpforms/src/Admin/Pages/Analytics.php:170
6976
+ #: build/wpforms/src/Admin/Pages/SMTP.php:166
6977
  #: src/Admin/Pages/Analytics.php:170
6978
  #: src/Admin/Pages/SMTP.php:166
6979
  msgid "Go to Plugins page"
6980
  msgstr ""
6981
 
6982
+ #: build/wpforms/src/Admin/Pages/Analytics.php:212
6983
  #: src/Admin/Pages/Analytics.php:212
6984
  msgid "WPForms ♥ MonsterInsights"
6985
  msgstr ""
6986
 
6987
+ #: build/wpforms/src/Admin/Pages/Analytics.php:213
6988
  #: src/Admin/Pages/Analytics.php:213
6989
  msgid "The Best Google Analytics Plugin for WordPress"
6990
  msgstr ""
6991
 
6992
+ #: build/wpforms/src/Admin/Pages/Analytics.php:214
6993
  #: src/Admin/Pages/Analytics.php:214
6994
  msgid "MonsterInsights connects WPForms to Google Analytics, providing a powerful integration with their Forms addon. MonsterInsights is a sister company of WPForms."
6995
  msgstr ""
6996
 
6997
+ #: build/wpforms/src/Admin/Pages/Analytics.php:240
6998
  #: src/Admin/Pages/Analytics.php:240
6999
  msgid "Analytics screenshot"
7000
  msgstr ""
7001
 
7002
+ #: build/wpforms/src/Admin/Pages/Analytics.php:242
7003
+ #: build/wpforms/src/Admin/Pages/Analytics.php:277
7004
  #: src/Admin/Pages/Analytics.php:242
7005
  #: src/Admin/Pages/Analytics.php:277
7006
  msgid "Track form impressions and conversions."
7007
  msgstr ""
7008
 
7009
+ #: build/wpforms/src/Admin/Pages/Analytics.php:243
7010
  #: src/Admin/Pages/Analytics.php:243
7011
  msgid "View form conversion rates from WordPress."
7012
  msgstr ""
7013
 
7014
+ #: build/wpforms/src/Admin/Pages/Analytics.php:244
7015
  #: src/Admin/Pages/Analytics.php:244
7016
  msgid "Complete UTM tracking with form entries."
7017
  msgstr ""
7018
 
7019
+ #: build/wpforms/src/Admin/Pages/Analytics.php:245
7020
  #: src/Admin/Pages/Analytics.php:245
7021
  msgid "Automatic integration with WPForms."
7022
  msgstr ""
7023
 
7024
+ #: build/wpforms/src/Admin/Pages/Analytics.php:275
7025
+ #: build/wpforms/src/Admin/Pages/SMTP.php:271
7026
  #: src/Admin/Pages/Analytics.php:275
7027
  #: src/Admin/Pages/SMTP.php:271
7028
  msgid "Step 1"
7029
  msgstr ""
7030
 
7031
+ #: build/wpforms/src/Admin/Pages/Analytics.php:276
7032
  #: src/Admin/Pages/Analytics.php:276
7033
  msgid "Install & Activate MonsterInsights"
7034
  msgstr ""
7035
 
7036
+ #: build/wpforms/src/Admin/Pages/Analytics.php:312
7037
+ #: build/wpforms/src/Admin/Pages/SMTP.php:308
7038
  #: src/Admin/Pages/Analytics.php:312
7039
  #: src/Admin/Pages/SMTP.php:308
7040
  msgid "Step 2"
7041
  msgstr ""
7042
 
7043
+ #: build/wpforms/src/Admin/Pages/Analytics.php:313
7044
  #: src/Admin/Pages/Analytics.php:313
7045
  msgid "Setup MonsterInsights"
7046
  msgstr ""
7047
 
7048
+ #: build/wpforms/src/Admin/Pages/Analytics.php:314
7049
  #: src/Admin/Pages/Analytics.php:314
7050
  msgid "MonsterInsights has an intuitive setup wizard to guide you through the setup process."
7051
  msgstr ""
7052
 
7053
+ #: build/wpforms/src/Admin/Pages/Analytics.php:348
7054
  #: src/Admin/Pages/Analytics.php:348
7055
  msgid "Step 3"
7056
  msgstr ""
7057
 
7058
+ #: build/wpforms/src/Admin/Pages/Analytics.php:349
7059
  #: src/Admin/Pages/Analytics.php:349
7060
  msgid "Get Form Conversion Tracking"
7061
  msgstr ""
7062
 
7063
+ #: build/wpforms/src/Admin/Pages/Analytics.php:350
7064
  #: src/Admin/Pages/Analytics.php:350
7065
  msgid "With the MonsterInsights Form addon you can easily track your form views, entries, conversion rates, and more."
7066
  msgstr ""
7067
 
7068
+ #: build/wpforms/src/Admin/Pages/Analytics.php:376
7069
  #: src/Admin/Pages/Analytics.php:376
7070
  msgid "Install MonsterInsights"
7071
  msgstr ""
7072
 
7073
+ #: build/wpforms/src/Admin/Pages/Analytics.php:383
7074
  #: src/Admin/Pages/Analytics.php:383
7075
  msgid "Activate MonsterInsights"
7076
  msgstr ""
7077
 
7078
+ #: build/wpforms/src/Admin/Pages/Analytics.php:410
7079
  #: src/Admin/Pages/Analytics.php:410
7080
  msgid "Run Setup Wizard"
7081
  msgstr ""
7082
 
7083
+ #: build/wpforms/src/Admin/Pages/Analytics.php:416
7084
  #: src/Admin/Pages/Analytics.php:416
7085
  msgid "Setup Complete"
7086
  msgstr ""
7087
 
7088
+ #: build/wpforms/src/Admin/Pages/Analytics.php:437
7089
  #: src/Admin/Pages/Analytics.php:437
7090
  #: src/Lite/Admin/DashboardWidget.php:223
7091
  #: src/Lite/Admin/DashboardWidget.php:366
7092
  msgid "Learn More"
7093
  msgstr ""
7094
 
7095
+ #: build/wpforms/src/Admin/Pages/Analytics.php:493
7096
+ #: build/wpforms/src/Admin/Pages/SMTP.php:405
7097
  #: src/Admin/Pages/Analytics.php:493
7098
  #: src/Admin/Pages/SMTP.php:405
7099
  msgid "Plugin unavailable."
7100
  msgstr ""
7101
 
7102
+ #: build/wpforms/src/Admin/Pages/Community.php:64
7103
  #: src/Admin/Pages/Community.php:64
7104
  msgid "WPForms VIP Circle Facebook Group"
7105
  msgstr ""
7106
 
7107
+ #: build/wpforms/src/Admin/Pages/Community.php:65
7108
  #: src/Admin/Pages/Community.php:65
7109
  msgid "Powered by the community, for the community. Anything and everything WPForms: Discussions. Questions. Tutorials. Insights and sneak peaks. Also, exclusive giveaways!"
7110
  msgstr ""
7111
 
7112
+ #: build/wpforms/src/Admin/Pages/Community.php:66
7113
  #: src/Admin/Pages/Community.php:66
7114
  msgid "Join WPForms VIP Circle"
7115
  msgstr ""
7116
 
7117
+ #: build/wpforms/src/Admin/Pages/Community.php:74
7118
  #: src/Admin/Pages/Community.php:74
7119
  msgid "WPForms Developer Documentation"
7120
  msgstr ""
7121
 
7122
+ #: build/wpforms/src/Admin/Pages/Community.php:75
7123
  #: src/Admin/Pages/Community.php:75
7124
  msgid "Customize and extend WPForms with code. Our comprehensive developer resources include tutorials, snippets, and documentation on core actions, filters, functions, and more."
7125
  msgstr ""
7126
 
7127
+ #: build/wpforms/src/Admin/Pages/Community.php:76
7128
  #: src/Admin/Pages/Community.php:76
7129
  msgid "View WPForms Dev Docs"
7130
  msgstr ""
7131
 
7132
+ #: build/wpforms/src/Admin/Pages/Community.php:84
7133
  #: src/Admin/Pages/Community.php:84
7134
  msgid "WPBeginner Engage Facebook Group"
7135
  msgstr ""
7136
 
7137
+ #: build/wpforms/src/Admin/Pages/Community.php:85
7138
  #: src/Admin/Pages/Community.php:85
7139
  msgid "Hang out with other WordPress experts and like minded website owners such as yourself! Hosted by WPBeginner, the largest free WordPress site for beginners."
7140
  msgstr ""
7141
 
7142
+ #: build/wpforms/src/Admin/Pages/Community.php:86
7143
  #: src/Admin/Pages/Community.php:86
7144
  msgid "Join WPBeginner Engage"
7145
  msgstr ""
7146
 
7147
+ #: build/wpforms/src/Admin/Pages/Community.php:94
7148
  #: src/Admin/Pages/Community.php:94
7149
  msgid "WPForms Translators Community"
7150
  msgstr ""
7151
 
7152
+ #: build/wpforms/src/Admin/Pages/Community.php:95
7153
  #: src/Admin/Pages/Community.php:95
7154
  msgid "We're building a community of translators and i18n experts to translate WPForms. Sign up to our translator community newsletter to learn more and get information on how you can contribute!"
7155
  msgstr ""
7156
 
7157
+ #: build/wpforms/src/Admin/Pages/Community.php:96
7158
  #: src/Admin/Pages/Community.php:96
7159
  msgid "Join Translators Community"
7160
  msgstr ""
7161
 
7162
+ #: build/wpforms/src/Admin/Pages/Community.php:105
7163
  #: src/Admin/Pages/Community.php:105
7164
  msgid "Do you have an idea or suggestion for WPForms? If you have thoughts on features, integrations, addons, or improvements - we want to hear it! We appreciate all feedback and insight from our users."
7165
  msgstr ""
7166
 
7167
+ #: build/wpforms/src/Admin/Pages/SMTP.php:162
7168
+ #: build/wpforms/src/Admin/Pages/SMTP.php:344
7169
  #: src/Admin/Pages/SMTP.php:162
7170
  #: src/Admin/Pages/SMTP.php:344
7171
  msgid "WP Mail SMTP Installed & Activated"
7172
  msgstr ""
7173
 
7174
+ #: build/wpforms/src/Admin/Pages/SMTP.php:171
7175
  #: src/Admin/Pages/SMTP.php:171
7176
  msgid "Go to SMTP Settings"
7177
  msgstr ""
7178
 
7179
+ #: build/wpforms/src/Admin/Pages/SMTP.php:208
7180
  #: src/Admin/Pages/SMTP.php:208
7181
  msgid "WPForms ♥ WP Mail SMTP"
7182
  msgstr ""
7183
 
7184
+ #: build/wpforms/src/Admin/Pages/SMTP.php:209
7185
  #: src/Admin/Pages/SMTP.php:209
7186
  msgid "Making Email Deliverability Easy for WordPress"
7187
  msgstr ""
7188
 
7189
+ #: build/wpforms/src/Admin/Pages/SMTP.php:210
7190
  #: src/Admin/Pages/SMTP.php:210
7191
  msgid "WP Mail SMTP allows you to easily set up WordPress to use a trusted provider to reliably send emails, including form notifications. Built by the same folks behind WPForms."
7192
  msgstr ""
7193
 
7194
+ #: build/wpforms/src/Admin/Pages/SMTP.php:236
7195
  #: src/Admin/Pages/SMTP.php:236
7196
  msgid "WP Mail SMTP screenshot"
7197
  msgstr ""
7198
 
7199
+ #: build/wpforms/src/Admin/Pages/SMTP.php:238
7200
  #: src/Admin/Pages/SMTP.php:238
7201
  msgid "Over 1,000,000 websites use WP Mail SMTP."
7202
  msgstr ""
7203
 
7204
+ #: build/wpforms/src/Admin/Pages/SMTP.php:239
7205
  #: src/Admin/Pages/SMTP.php:239
7206
  msgid "Send emails authenticated via trusted parties."
7207
  msgstr ""
7208
 
7209
+ #: build/wpforms/src/Admin/Pages/SMTP.php:240
7210
  #: src/Admin/Pages/SMTP.php:240
7211
  msgid "Transactional Mailers: Pepipost, SendinBlue, Mailgun, SendGrid, Amazon SES."
7212
  msgstr ""
7213
 
7214
+ #: build/wpforms/src/Admin/Pages/SMTP.php:241
7215
  #: src/Admin/Pages/SMTP.php:241
7216
  msgid "Web Mailers: Gmail, G Suite, Office 365, Outlook.com."
7217
  msgstr ""
7218
 
7219
+ #: build/wpforms/src/Admin/Pages/SMTP.php:272
7220
  #: src/Admin/Pages/SMTP.php:272
7221
  msgid "Install and Activate WP Mail SMTP"
7222
  msgstr ""
7223
 
7224
+ #: build/wpforms/src/Admin/Pages/SMTP.php:273
7225
  #: src/Admin/Pages/SMTP.php:273
7226
  msgid "Install WP Mail SMTP from the WordPress.org plugin repository."
7227
  msgstr ""
7228
 
7229
+ #: build/wpforms/src/Admin/Pages/SMTP.php:309
7230
  #: src/Admin/Pages/SMTP.php:309
7231
  msgid "Set Up WP Mail SMTP"
7232
  msgstr ""
7233
 
7234
+ #: build/wpforms/src/Admin/Pages/SMTP.php:310
7235
  #: src/Admin/Pages/SMTP.php:310
7236
  msgid "Select and configure your mailer."
7237
  msgstr ""
7238
 
7239
+ #: build/wpforms/src/Admin/Pages/SMTP.php:336
7240
  #: src/Admin/Pages/SMTP.php:336
7241
  msgid "Install WP Mail SMTP"
7242
  msgstr ""
7243
 
7244
+ #: build/wpforms/src/Admin/Pages/SMTP.php:344
7245
  #: src/Admin/Pages/SMTP.php:344
7246
  msgid "Activate WP Mail SMTP"
7247
  msgstr ""
7248
 
7249
+ #: build/wpforms/src/Admin/Pages/SMTP.php:366
7250
  #: src/Admin/Pages/SMTP.php:366
7251
  msgid "Start Setup"
7252
  msgstr ""
7253
 
7254
+ #: build/wpforms/src/Admin/Pages/SMTP.php:372
7255
  #: src/Admin/Pages/SMTP.php:372
7256
  msgid "Go to SMTP settings"
7257
  msgstr ""
7258
 
7259
+ #: build/wpforms/src/Emails/Mailer.php:427
7260
  #: src/Emails/Mailer.php:427
7261
  msgid "[WPForms\\Emails\\Mailer] Invalid email address."
7262
  msgstr ""
7263
 
7264
+ #: build/wpforms/src/Emails/Mailer.php:431
7265
  #: src/Emails/Mailer.php:431
7266
  msgid "[WPForms\\Emails\\Mailer] Empty subject line."
7267
  msgstr ""
7268
 
7269
+ #: build/wpforms/src/Emails/Mailer.php:435
7270
  #: src/Emails/Mailer.php:435
7271
  msgid "[WPForms\\Emails\\Mailer] Empty message."
7272
  msgstr ""
7273
 
7274
+ #: build/wpforms/src/Emails/Mailer.php:479
7275
  #: src/Emails/Mailer.php:479
7276
  msgid "You cannot send emails with WPForms\\Emails\\Mailer until init/admin_init has been reached."
7277
  msgstr ""
7278
 
7279
+ #: build/wpforms/src/Emails/Summaries.php:98
7280
  #: src/Emails/Summaries.php:98
7281
  msgid "Disable Email Summaries weekly delivery."
7282
  msgstr ""
7283
 
7284
+ #: build/wpforms/src/Emails/Summaries.php:101
7285
  #: src/Emails/Summaries.php:101
7286
  msgid "View Email Summary Example"
7287
  msgstr ""
7288
 
7289
+ #: build/wpforms/src/Emails/Summaries.php:106
7290
  #: src/Emails/Summaries.php:106
7291
  msgid "Disable Email Summaries"
7292
  msgstr ""
7293
 
7294
+ #: build/wpforms/src/Emails/Summaries.php:181
7295
  #: src/Emails/Summaries.php:181
7296
  msgid "Weekly WPForms Email Summaries"
7297
  msgstr ""
7298
 
7299
+ #: build/wpforms/src/Emails/Summaries.php:222
7300
  #: src/Emails/Summaries.php:222
7301
  msgid "WPForms Summary"
7302
  msgstr ""
7303
 
7304
  #. translators: %s - form title.
7305
+ #: build/wpforms/src/Forms/Preview.php:123
7306
  #: src/Forms/Preview.php:123
7307
  msgid "%s Preview"
7308
  msgstr ""
7309
 
7310
+ #: build/wpforms/src/Forms/Preview.php:185
7311
  #: src/Forms/Preview.php:185
7312
  msgid "Close this window"
7313
  msgstr ""
7314
 
7315
+ #: build/wpforms/src/Forms/Preview.php:190
7316
  #: src/Forms/Preview.php:190
7317
  msgid "This is a preview of your form. This page is not publicly accessible."
7318
  msgstr ""
7319
 
7320
  #. translators: %1$s - WPForms doc link.
7321
+ #: build/wpforms/src/Forms/Preview.php:207
7322
  #: src/Forms/Preview.php:207
7323
  msgid "For form testing tips, check out our <a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">complete guide!</a>"
7324
  msgstr ""
7325
 
7326
+ #: build/wpforms/src/Integrations/Gutenberg/FormSelector.php:93
7327
  #: src/Integrations/Gutenberg/FormSelector.php:93
7328
  msgid "Select and display one of your forms."
7329
  msgstr ""
7330
 
7331
+ #: build/wpforms/src/Integrations/Gutenberg/FormSelector.php:95
7332
  #: src/Integrations/Gutenberg/FormSelector.php:95
7333
  msgid "form"
7334
  msgstr ""
7335
 
7336
+ #: build/wpforms/src/Integrations/Gutenberg/FormSelector.php:96
7337
  #: src/Integrations/Gutenberg/FormSelector.php:96
7338
  msgid "contact"
7339
  msgstr ""
7340
 
7341
+ #: build/wpforms/src/Integrations/Gutenberg/FormSelector.php:97
7342
  #: src/Integrations/Gutenberg/FormSelector.php:97
7343
  msgid "survey"
7344
  msgstr ""
7345
 
7346
+ #: build/wpforms/src/Integrations/Gutenberg/FormSelector.php:99
7347
  #: src/Integrations/Gutenberg/FormSelector.php:99
7348
  msgid "Select a Form"
7349
  msgstr ""
7350
 
7351
+ #: build/wpforms/src/Integrations/Gutenberg/FormSelector.php:100
7352
  #: src/Integrations/Gutenberg/FormSelector.php:100
7353
  msgid "Form Settings"
7354
  msgstr ""
7355
 
7356
+ #: build/wpforms/src/Integrations/Gutenberg/FormSelector.php:102
7357
  #: src/Integrations/Gutenberg/FormSelector.php:102
7358
  msgid "Show Title"
7359
  msgstr ""
7360
 
7361
+ #: build/wpforms/src/Integrations/Gutenberg/FormSelector.php:103
7362
  #: src/Integrations/Gutenberg/FormSelector.php:103
7363
  msgid "Show Description"
7364
  msgstr ""
7365
 
7366
+ #: build/wpforms/src/Integrations/Gutenberg/FormSelector.php:105
7367
  #: src/Integrations/Gutenberg/FormSelector.php:105
7368
  msgid "Do not forget to test your form."
7369
  msgstr ""
7370
 
7371
+ #: build/wpforms/src/Integrations/Gutenberg/FormSelector.php:106
7372
  #: src/Integrations/Gutenberg/FormSelector.php:106
7373
  msgid "Check out our complete guide!"
7374
  msgstr ""
7375
 
7376
+ #: build/wpforms/src/Integrations/Gutenberg/FormSelector.php:220
7377
  #: src/Integrations/Gutenberg/FormSelector.php:220
7378
  msgid "The form cannot be displayed."
7379
  msgstr ""
7380
 
7381
+ #: build/wpforms/src/Integrations/SiteHealth/SiteHealth.php:63
7382
  #: src/Integrations/SiteHealth/SiteHealth.php:63
7383
  msgid "Version"
7384
  msgstr ""
7385
 
7386
+ #: build/wpforms/src/Integrations/SiteHealth/SiteHealth.php:71
7387
  #: src/Integrations/SiteHealth/SiteHealth.php:71
7388
  msgid "License key type"
7389
  msgstr ""
7390
 
7391
+ #: build/wpforms/src/Integrations/SiteHealth/SiteHealth.php:81
7392
  #: src/Integrations/SiteHealth/SiteHealth.php:81
7393
  msgid "Lite install date"
7394
  msgstr ""
7395
 
7396
+ #: build/wpforms/src/Integrations/SiteHealth/SiteHealth.php:89
7397
  #: src/Integrations/SiteHealth/SiteHealth.php:89
7398
  msgid "Pro install date"
7399
  msgstr ""
7400
 
7401
+ #: build/wpforms/src/Integrations/SiteHealth/SiteHealth.php:97
7402
  #: src/Integrations/SiteHealth/SiteHealth.php:97
7403
  msgid "Not found"
7404
  msgstr ""
7405
 
7406
+ #: build/wpforms/src/Integrations/SiteHealth/SiteHealth.php:100
7407
  #: src/Integrations/SiteHealth/SiteHealth.php:100
7408
  msgid "DB tables"
7409
  msgstr ""
7410
 
7411
+ #: build/wpforms/src/Integrations/SiteHealth/SiteHealth.php:107
7412
  #: src/Integrations/SiteHealth/SiteHealth.php:107
7413
  msgid "Total forms"
7414
  msgstr ""
7415
 
7416
+ #: build/wpforms/src/Integrations/SiteHealth/SiteHealth.php:114
7417
  #: src/Integrations/SiteHealth/SiteHealth.php:114
7418
  msgid "Total entries"
7419
  msgstr ""
7420
 
7421
+ #: build/wpforms/src/Integrations/SiteHealth/SiteHealth.php:131
7422
  #: src/Integrations/SiteHealth/SiteHealth.php:131
7423
  msgid "Total submissions (since v1.5.0)"
7424
  msgstr ""
7425
 
7426
  #. translators: %s - URL WP Mail SMTP settings.
7427
+ #: build/wpforms/src/Integrations/WPMailSMTP/Notifications.php:74
7428
  #: src/Integrations/WPMailSMTP/Notifications.php:74
7429
  msgid "This setting is disabled because you have the \"Force From Name\" setting enabled in <a href=\"%s\" rel=\"noopener noreferrer\" target=\"_blank\">WP Mail SMTP</a>."
7430
  msgstr ""
7431
 
7432
  #. translators: %s - URL WP Mail SMTP settings.
7433
+ #: build/wpforms/src/Integrations/WPMailSMTP/Notifications.php:105
7434
  #: src/Integrations/WPMailSMTP/Notifications.php:105
7435
  msgid "This setting is disabled because you have the \"Force From Email\" setting enabled in <a href=\"%s\" rel=\"noopener noreferrer\" target=\"_blank\">WP Mail SMTP</a>."
7436
  msgstr ""
7437
 
7438
+ #: build/wpforms/src/Pro/Admin/Entries/PrintPreview.php:153
7439
+ #: src/Pro/Admin/Entries/PrintPreview.php:153
7440
+ msgid "Hide empty fields"
7441
  msgstr ""
7442
 
7443
+ #: build/wpforms/src/Pro/Admin/Entries/PrintPreview.php:155
7444
+ #: build/wpforms/src/Pro/Admin/Entries/PrintPreview.php:198
7445
+ #: src/Pro/Admin/Entries/PrintPreview.php:155
7446
+ #: src/Pro/Admin/Entries/PrintPreview.php:198
7447
+ msgid "Show empty fields"
7448
  msgstr ""
7449
 
7450
+ #: build/wpforms/src/Pro/Admin/Entries/PrintPreview.php:164
7451
+ #: src/Pro/Admin/Entries/PrintPreview.php:164
7452
+ msgid "Hide notes"
 
 
7453
  msgstr ""
7454
 
7455
+ #: build/wpforms/src/Pro/Admin/Entries/PrintPreview.php:166
7456
+ #: build/wpforms/src/Pro/Admin/Entries/PrintPreview.php:199
7457
+ #: src/Pro/Admin/Entries/PrintPreview.php:166
7458
+ #: src/Pro/Admin/Entries/PrintPreview.php:199
7459
+ msgid "Show notes"
7460
  msgstr ""
7461
 
7462
+ #: build/wpforms/src/Pro/Admin/Entries/PrintPreview.php:175
7463
+ #: src/Pro/Admin/Entries/PrintPreview.php:175
7464
+ msgid "Normal view"
7465
  msgstr ""
7466
 
7467
+ #: build/wpforms/src/Pro/Admin/Entries/PrintPreview.php:177
7468
+ #: build/wpforms/src/Pro/Admin/Entries/PrintPreview.php:200
7469
+ #: src/Pro/Admin/Entries/PrintPreview.php:177
7470
+ #: src/Pro/Admin/Entries/PrintPreview.php:200
7471
+ msgid "Compact view"
7472
  msgstr ""
7473
 
7474
+ #. translators: %d - entry ID.
7475
+ #: build/wpforms/src/Pro/Admin/Entries/PrintPreview.php:191
7476
+ #: src/Pro/Admin/Entries/PrintPreview.php:191
7477
+ msgid "Entry #%d"
7478
  msgstr ""
7479
 
7480
+ #: build/wpforms/src/Pro/Admin/Entries/PrintPreview.php:194
7481
+ #: src/Pro/Admin/Entries/PrintPreview.php:194
7482
+ msgid "Print"
7483
+ msgstr ""
7484
+
7485
+ #: build/wpforms/src/Pro/Admin/Entries/PrintPreview.php:215
7486
+ #: src/Pro/Admin/Entries/PrintPreview.php:215
7487
+ msgid "This entry does not have any fields"
7488
+ msgstr ""
7489
+
7490
+ #: build/wpforms/src/Pro/Admin/Entries/PrintPreview.php:233
7491
+ #: src/Pro/Admin/Entries/PrintPreview.php:233
7492
+ msgid "Empty"
7493
+ msgstr ""
7494
+
7495
+ #: build/wpforms/src/Pro/Admin/Entries/PrintPreview.php:250
7496
+ #: src/Pro/Admin/Entries/PrintPreview.php:250
7497
+ msgid "Notes"
7498
+ msgstr ""
7499
+
7500
+ #. translators: %1$s - user name; %2$s - date
7501
+ #: build/wpforms/src/Pro/Admin/Entries/PrintPreview.php:263
7502
+ #: src/Pro/Admin/Entries/PrintPreview.php:263
7503
+ msgid "Added by %1$s on %2$s"
7504
+ msgstr ""
7505
+
7506
+ #: build/wpforms/src/Pro/Admin/Settings/Access.php:195
7507
+ #: build/wpforms/src/Pro/Admin/Settings/Access.php:217
7508
+ #: src/Lite/Admin/Settings/Access.php:84
7509
+ #: src/Pro/Admin/Settings/Access.php:195
7510
+ #: src/Pro/Admin/Settings/Access.php:217
7511
+ msgid "Access"
7512
+ msgstr ""
7513
+
7514
+ #: build/wpforms/src/Pro/Admin/Settings/Access.php:217
7515
+ #: src/Pro/Admin/Settings/Access.php:217
7516
+ msgid "Select the user roles that are allowed access to WPForms."
7517
+ msgstr ""
7518
+
7519
+ #: build/wpforms/src/Providers/Provider/Settings/FormBuilder.php:107
7520
+ #: src/Providers/Provider/Settings/FormBuilder.php:107
7521
+ msgid "Custom Field Name"
7522
+ msgstr ""
7523
+
7524
+ #: build/wpforms/src/Providers/Provider/Settings/FormBuilder.php:108
7525
+ #: src/Providers/Provider/Settings/FormBuilder.php:108
7526
+ msgid "Form Field Value"
7527
+ msgstr ""
7528
+
7529
+ #: build/wpforms/src/Providers/Provider/Settings/FormBuilder.php:134
7530
+ #: build/wpforms/src/Providers/Provider/Settings/FormBuilder.php:185
7531
+ #: src/Providers/Provider/Settings/FormBuilder.php:134
7532
+ #: src/Providers/Provider/Settings/FormBuilder.php:185
7533
+ msgid "Field Name"
7534
+ msgstr ""
7535
+
7536
+ #: build/wpforms/src/Providers/Provider/Settings/FormBuilder.php:154
7537
+ #: build/wpforms/src/Providers/Provider/Settings/FormBuilder.php:203
7538
+ #: src/Providers/Provider/Settings/FormBuilder.php:154
7539
+ #: src/Providers/Provider/Settings/FormBuilder.php:203
7540
+ msgid "Add Another"
7541
+ msgstr ""
7542
+
7543
+ #: build/wpforms/src/Providers/Provider/Settings/FormBuilder.php:160
7544
+ #: src/Providers/Provider/Settings/FormBuilder.php:160
7545
+ msgid "Remove"
7546
+ msgstr ""
7547
+
7548
+ #: build/wpforms/src/Providers/Provider/Settings/FormBuilder.php:219
7549
+ #: src/Providers/Provider/Settings/FormBuilder.php:219
7550
+ msgid "Map custom fields (or properties) to form fields values."
7551
+ msgstr ""
7552
+
7553
+ #: build/wpforms/src/Providers/Provider/Settings/FormBuilder.php:285
7554
+ #: src/Lite/Admin/Builder/Education.php:744
7555
+ #: src/Lite/Admin/Education.php:118
7556
+ #: src/Providers/Provider/Settings/FormBuilder.php:285
7557
+ msgid "You do not have permission to perform this action."
7558
+ msgstr ""
7559
+
7560
+ #: build/wpforms/src/Providers/Provider/Settings/FormBuilder.php:291
7561
+ #: src/Providers/Provider/Settings/FormBuilder.php:291
7562
+ msgid "Something went wrong while performing an AJAX request."
7563
+ msgstr ""
7564
+
7565
+ #: build/wpforms/src/Providers/Provider/Settings/FormBuilder.php:413
7566
+ #: src/Providers/Provider/Settings/FormBuilder.php:413
7567
+ msgid "Add New Connection"
7568
+ msgstr ""
7569
+
7570
+ #: build/wpforms/src/Providers/Provider/Settings/PageIntegrations.php:227
7571
+ #: src/Providers/Provider/Settings/PageIntegrations.php:227
7572
+ msgid "You do not have permissions."
7573
+ msgstr ""
7574
+
7575
+ #: build/wpforms/src/Providers/Provider/Settings/PageIntegrations.php:235
7576
+ #: src/Providers/Provider/Settings/PageIntegrations.php:235
7577
+ msgid "Missing required data in payload."
7578
+ msgstr ""
7579
+
7580
+ #: build/wpforms/templates/emails/summary-body-plain.php:19
7581
+ #: templates/emails/summary-body-plain.php:19
7582
+ msgid "Hi there!"
7583
+ msgstr ""
7584
+
7585
+ #: build/wpforms/templates/emails/summary-body-plain.php:24
7586
+ #: build/wpforms/templates/emails/summary-body.php:29
7587
+ #: templates/emails/summary-body-plain.php:24
7588
+ #: templates/emails/summary-body.php:29
7589
+ msgid "Let’s see how your forms performed."
7590
+ msgstr ""
7591
+
7592
+ #: build/wpforms/templates/emails/summary-body-plain.php:25
7593
+ #: build/wpforms/templates/emails/summary-body.php:31
7594
+ #: templates/emails/summary-body-plain.php:25
7595
+ #: templates/emails/summary-body.php:31
7596
+ msgid "Below is the total number of submissions for each form, however actual entries are not stored in WPForms Lite. To generate detailed reports and view future entries inside your WordPress dashboard, consider upgrading to Pro."
7597
+ msgstr ""
7598
+
7599
+ #: build/wpforms/templates/emails/summary-body-plain.php:39
7600
+ #: build/wpforms/templates/emails/summary-body.php:62
7601
+ #: templates/emails/summary-body-plain.php:39
7602
+ #: templates/emails/summary-body.php:62
7603
+ msgid "It appears you do not have any form entries yet."
7604
+ msgstr ""
7605
+
7606
+ #: build/wpforms/templates/fields/number-slider/builder-option-min-max.php:4
7607
+ #: templates/fields/number-slider/builder-option-min-max.php:4
7608
+ msgid "Minimum"
7609
+ msgstr ""
7610
+
7611
+ #: build/wpforms/templates/fields/number-slider/builder-option-min-max.php:8
7612
+ #: templates/fields/number-slider/builder-option-min-max.php:8
7613
+ msgid "Maximum"
7614
+ msgstr ""
7615
+
7616
+ #: build/wpforms/wpforms.php:126
7617
+ #: wpforms.php:126
7618
+ msgid "Your site already has WPForms Pro activated. If you want to switch to WPForms Lite, please first go to Plugins > Installed Plugins and deactivate WPForms. Then, you can activate WPForms Lite."
7619
+ msgstr ""
7620
+
7621
+ #. translators: %1$s - WPBeginner URL for recommended WordPress hosting.
7622
+ #: build/wpforms/wpforms.php:159
7623
+ #: wpforms.php:159
7624
+ msgid "Your site is running an <strong>insecure version</strong> of PHP that is no longer supported. Please contact your web hosting provider to update your PHP version or switch to a <a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">recommended WordPress hosting company</a>."
7625
+ msgstr ""
7626
+
7627
+ #. translators: %1$s - WPForms.com URL for documentation with more details.
7628
+ #: build/wpforms/wpforms.php:177
7629
+ #: wpforms.php:177
7630
+ msgid "<strong>Note:</strong> WPForms plugin is disabled on your site until you fix the issue. <a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">Read more for additional information.</a>"
7631
+ msgstr ""
7632
+
7633
+ #: lite/wpforms-lite.php:67
7634
+ msgid "Multiple notifications"
7635
+ msgstr ""
7636
+
7637
+ #: lite/wpforms-lite.php:68
7638
+ msgid "Add New Notification"
7639
+ msgstr ""
7640
+
7641
+ #: lite/wpforms-lite.php:104
7642
+ msgid "Send To Email Address"
7643
+ msgstr ""
7644
+
7645
+ #: lite/wpforms-lite.php:107
7646
+ msgid "Enter the email address to receive form entry notifications. For multiple notifications, separate email addresses with a comma."
7647
+ msgstr ""
7648
+
7649
+ #: lite/wpforms-lite.php:123
7650
+ msgid "CC"
7651
+ msgstr ""
7652
+
7653
+ #: lite/wpforms-lite.php:139
7654
+ msgid "Email Subject"
7655
+ msgstr ""
7656
+
7657
+ #: lite/wpforms-lite.php:155
7658
+ msgid "From Name"
7659
+ msgstr ""
7660
+
7661
+ #: lite/wpforms-lite.php:173
7662
+ msgid "From Email"
7663
+ msgstr ""
7664
+
7665
+ #: lite/wpforms-lite.php:191
7666
+ msgid "Reply-To"
7667
+ msgstr ""
7668
+
7669
+ #. translators: %s - {all_fields} Smart Tag.
7670
+ #: lite/wpforms-lite.php:219
7671
+ msgid "To display all form fields, use the %s Smart Tag."
7672
+ msgstr ""
7673
+
7674
+ #: lite/wpforms-lite.php:278
7675
+ msgid "Multiple confirmations"
7676
+ msgstr ""
7677
+
7678
+ #: lite/wpforms-lite.php:279
7679
+ msgid "Add New Confirmation"
7680
+ msgstr ""
7681
+
7682
+ #: lite/wpforms-lite.php:298
7683
+ msgid "Confirmation Type"
7684
+ msgstr ""
7685
+
7686
+ #: lite/wpforms-lite.php:303
7687
+ msgid "Show Page"
7688
+ msgstr ""
7689
+
7690
+ #: lite/wpforms-lite.php:304
7691
+ msgid "Go to URL (Redirect)"
7692
+ msgstr ""
7693
+
7694
+ #: lite/wpforms-lite.php:317
7695
+ msgid "Confirmation Message"
7696
+ msgstr ""
7697
+
7698
+ #: lite/wpforms-lite.php:334
7699
+ msgid "Automatically scroll to the confirmation message"
7700
+ msgstr ""
7701
+
7702
+ #: lite/wpforms-lite.php:352
7703
+ msgid "Confirmation Page"
7704
+ msgstr ""
7705
+
7706
+ #: lite/wpforms-lite.php:365
7707
+ msgid "Confirmation Redirect URL"
7708
+ msgstr ""
7709
+
7710
+ #. translators: %s - WPForms.com docs page URL.
7711
+ #: lite/wpforms-lite.php:399
7712
+ msgid "You've just turned off notification emails for this form. Since entries are not stored in WPForms Lite, notification emails are recommended for collecting entry details. For setup steps, <a href=\"%s\" target=\"_blank\" rel=\"noopener noreferrer\">please see our notification tutorial</a>."
7713
+ msgstr ""
7714
+
7715
+ #: lite/wpforms-lite.php:435
7716
+ msgid "Dismiss this message"
7717
+ msgstr ""
7718
+
7719
+ #: lite/wpforms-lite.php:437
7720
+ msgid "Thanks for being a loyal WPForms Lite user. Upgrade to WPForms Pro to unlock all the awesome features and experience why WPForms is consistently rated the best WordPress form builder."
7721
+ msgstr ""
7722
+
7723
+ #. translators: %s - star icons.
7724
+ #: lite/wpforms-lite.php:443
7725
+ msgid "We know that you will truly love WPForms. It has over 5000+ five star ratings (%s) and is active on over 3 million websites."
7726
+ msgstr ""
7727
+
7728
+ #: lite/wpforms-lite.php:455
7729
+ msgid "Pro Features:"
7730
+ msgstr ""
7731
+
7732
+ #: lite/wpforms-lite.php:458
7733
+ msgid "Entry Management - view all leads in one place"
7734
+ msgstr ""
7735
+
7736
+ #: lite/wpforms-lite.php:459
7737
+ msgid "All form features like file upload, pagination, etc"
7738
+ msgstr ""
7739
+
7740
+ #: lite/wpforms-lite.php:460
7741
+ msgid "Create surveys & polls with the surveys addon"
7742
+ msgstr ""
7743
+
7744
+ #: lite/wpforms-lite.php:461
7745
+ msgid "WordPress user registration and login forms"
7746
+ msgstr ""
7747
+
7748
+ #: lite/wpforms-lite.php:462
7749
+ msgid "Create payment forms with Stripe and PayPal"
7750
+ msgstr ""
7751
+
7752
+ #: lite/wpforms-lite.php:465
7753
+ msgid "Powerful Conditional Logic so you can create smart forms"
7754
+ msgstr ""
7755
+
7756
+ #: lite/wpforms-lite.php:466
7757
+ msgid "500+ integrations with different marketing & payment services"
7758
+ msgstr ""
7759
+
7760
+ #: lite/wpforms-lite.php:467
7761
+ msgid "Collect signatures, geo-location data, and more"
7762
+ msgstr ""
7763
+
7764
+ #: lite/wpforms-lite.php:468
7765
+ msgid "Accept user submitted content with Post Submissions addon"
7766
+ msgstr ""
7767
+
7768
+ #: lite/wpforms-lite.php:469
7769
+ msgid "Bonus form templates, form abandonment, and more"
7770
+ msgstr ""
7771
+
7772
+ #: lite/wpforms-lite.php:474
7773
+ msgid "Get WPForms Pro Today and Unlock all the Powerful Features »"
7774
+ msgstr ""
7775
+
7776
+ #: lite/wpforms-lite.php:480
7777
+ msgid "<strong>Bonus:</strong> WPForms Lite users get <span class=\"green\">50% off regular price</span>, automatically applied at checkout."
7778
+ msgstr ""
7779
+
7780
+ #: lite/wpforms-lite.php:649
7781
+ msgid "View and Manage All Your Form Entries inside WordPress"
7782
+ msgstr ""
7783
+
7784
+ #: lite/wpforms-lite.php:651
7785
+ msgid "Form entries are not stored in WPForms Lite."
7786
+ msgstr ""
7787
+
7788
+ #: lite/wpforms-lite.php:652
7789
+ msgid "Once you upgrade to WPForms Pro, all future form entries will be stored in your WordPress database and displayed on this Entries screen."
7790
+ msgstr ""
7791
+
7792
+ #: lite/wpforms-lite.php:656
7793
+ msgid "View Entries in Dashboard"
7794
+ msgstr ""
7795
+
7796
+ #: lite/wpforms-lite.php:657
7797
+ msgid "Export Entries in a CSV File"
7798
+ msgstr ""
7799
+
7800
+ #: lite/wpforms-lite.php:658
7801
+ msgid "Add Notes / Comments"
7802
+ msgstr ""
7803
+
7804
+ #: lite/wpforms-lite.php:659
7805
+ msgid "Save Favorite Entries"
7806
+ msgstr ""
7807
+
7808
+ #: lite/wpforms-lite.php:662
7809
+ msgid "Mark Read / Unread"
7810
+ msgstr ""
7811
+
7812
+ #: lite/wpforms-lite.php:663
7813
+ msgid "Print Entries"
7814
+ msgstr ""
7815
+
7816
+ #: lite/wpforms-lite.php:664
7817
+ msgid "Resend Notifications"
7818
+ msgstr ""
7819
+
7820
+ #: lite/wpforms-lite.php:665
7821
+ msgid "See Geolocation Data"
7822
+ msgstr ""
7823
+
7824
+ #: lite/wpforms-lite.php:671
7825
+ msgid "Upgrade to WPForms Pro Now"
7826
+ msgstr ""
7827
+
7828
+ #: lite/wpforms-lite.php:1097
7829
+ msgid "Search Addons"
7830
+ msgstr ""
7831
+
7832
+ #: lite/wpforms-lite.php:1100
7833
+ msgid "Form Addons are a PRO feature."
7834
+ msgstr ""
7835
+
7836
+ #: lite/wpforms-lite.php:1101
7837
+ msgid "Please upgrade to the PRO plan to unlock them and more awesome features."
7838
+ msgstr ""
7839
+
7840
+ #. translators: %s - addon name
7841
+ #: lite/wpforms-lite.php:1120
7842
+ msgid "%s Addon"
7843
+ msgstr ""
7844
+
7845
+ #: src/Lite/Admin/Builder/Education.php:74
7846
+ #: src/Lite/Admin/Settings/Education.php:56
7847
+ msgid "is a PRO Feature"
7848
+ msgstr ""
7849
+
7850
+ #: src/Lite/Admin/Builder/Education.php:75
7851
+ #: src/Lite/Admin/Settings/Education.php:57
7852
+ msgid "We're sorry, the %name% is not available on your plan. Please upgrade to the PRO plan to unlock all these awesome features."
7853
+ msgstr ""
7854
+
7855
+ #: src/Lite/Admin/Builder/Education.php:78
7856
+ #: src/Lite/Admin/Builder/Education.php:95
7857
+ #: src/Lite/Admin/Settings/Education.php:60
7858
+ #: src/Lite/Admin/Settings/Education.php:77
7859
+ msgid "<strong>Bonus:</strong> WPForms Lite users get <span>50% off</span> regular price, automatically applied at checkout."
7860
+ msgstr ""
7861
+
7862
+ #: src/Lite/Admin/Builder/Education.php:85
7863
+ #: src/Lite/Admin/Builder/Education.php:102
7864
+ #: src/Lite/Admin/Settings/Education.php:67
7865
+ #: src/Lite/Admin/Settings/Education.php:84
7866
+ msgid "Already purchased?"
7867
+ msgstr ""
7868
+
7869
+ #: src/Lite/Admin/Builder/Education.php:91
7870
+ #: src/Lite/Admin/Settings/Education.php:73
7871
+ msgid "is an Elite Feature"
7872
+ msgstr ""
7873
+
7874
+ #: src/Lite/Admin/Builder/Education.php:92
7875
+ #: src/Lite/Admin/Settings/Education.php:74
7876
+ msgid "We're sorry, the %name% is not available on your plan. Please upgrade to the Elite plan to unlock all these awesome features."
7877
+ msgstr ""
7878
+
7879
+ #: src/Lite/Admin/Builder/Education.php:103
7880
+ #: src/Lite/Admin/Settings/Education.php:85
7881
+ msgid "Upgrade to Elite"
7882
+ msgstr ""
7883
+
7884
+ #: src/Lite/Admin/Builder/Education.php:139
7885
  msgid "Request A Quote Form"
7886
  msgstr ""
7887
 
8069
  msgid "You can have multiple confirmations with conditional logic."
8070
  msgstr ""
8071
 
 
 
 
 
 
 
8072
  #: src/Lite/Admin/Connect.php:78
8073
  msgid "Sorry, you do not have permission to install plugins."
8074
  msgstr ""
8183
  msgid "Dismiss this message."
8184
  msgstr ""
8185
 
 
 
 
 
 
 
8186
  #: src/Lite/Admin/Settings/Access.php:134
8187
  msgid "Access Controls"
8188
  msgstr ""
8273
  #: src/Lite/Admin/Settings/Access.php:242
8274
  msgid "Upgrade to WPForms Now"
8275
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: wpforms, jaredatch, smub, slaFFik
3
  Tags: contact form, contact form plugin, forms, form builder, custom form, contact button, contact me, custom contact form, form manager, form, forms builder, forms creator, captcha, recaptcha, Akismet, email form, web form, feedback form, payment form, survey form, donation form, email submit form, message form, mailchimp, mailchimp form, aweber, aweber form, paypal, paypal form, stripe, stripe form, getresponse, getresponse form, email subscription, contact form widget, user registration form, wordpress registration, wordpress login form, feedback
4
  Requires at least: 4.9
5
  Tested up to: 5.3
6
- Stable tag: 1.5.9.4
7
  Requires PHP: 5.5
8
  License: GNU General Public License v2.0 or later
9
 
@@ -401,6 +401,9 @@ Syed Balkhi
401
 
402
  == Changelog ==
403
 
 
 
 
404
  = 1.5.9.4 =
405
  - Changed: Improve async notification emails scheduling compatibility with certain caching plugins and site installs.
406
  - Fixed: Some smart tags are not rendered correctly in the email notifications if sent asynchronously.
3
  Tags: contact form, contact form plugin, forms, form builder, custom form, contact button, contact me, custom contact form, form manager, form, forms builder, forms creator, captcha, recaptcha, Akismet, email form, web form, feedback form, payment form, survey form, donation form, email submit form, message form, mailchimp, mailchimp form, aweber, aweber form, paypal, paypal form, stripe, stripe form, getresponse, getresponse form, email subscription, contact form widget, user registration form, wordpress registration, wordpress login form, feedback
4
  Requires at least: 4.9
5
  Tested up to: 5.3
6
+ Stable tag: 1.5.9.5
7
  Requires PHP: 5.5
8
  License: GNU General Public License v2.0 or later
9
 
401
 
402
  == Changelog ==
403
 
404
+ = 1.5.9.5 =
405
+ - Fixed: do not try to process entries in Lite.
406
+
407
  = 1.5.9.4 =
408
  - Changed: Improve async notification emails scheduling compatibility with certain caching plugins and site installs.
409
  - Fixed: Some smart tags are not rendered correctly in the email notifications if sent asynchronously.
vendor/woocommerce/action-scheduler/action-scheduler.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: A robust scheduling library for use in WordPress plugins.
6
  * Author: Automattic
7
  * Author URI: https://automattic.com/
8
- * Version: 1.5.9.4
9
  * License: GPLv3
10
  *
11
  * Copyright 2019 Automattic, Inc. (https://automattic.com/contact/)
5
  * Description: A robust scheduling library for use in WordPress plugins.
6
  * Author: Automattic
7
  * Author URI: https://automattic.com/
8
+ * Version: 1.5.9.5
9
  * License: GPLv3
10
  *
11
  * Copyright 2019 Automattic, Inc. (https://automattic.com/contact/)
wpforms.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Beginner friendly WordPress contact form plugin. Use our Drag & Drop form builder to create your WordPress forms.
6
  * Author: WPForms
7
  * Author URI: https://wpforms.com
8
- * Version: 1.5.9.4
9
  * Text Domain: wpforms-lite
10
  * Domain Path: languages
11
  *
@@ -30,7 +30,7 @@ if ( ! defined( 'ABSPATH' ) ) {
30
 
31
  // Plugin version.
32
  if ( ! defined( 'WPFORMS_VERSION' ) ) {
33
- define( 'WPFORMS_VERSION', '1.5.9.4' );
34
  }
35
 
36
  // Plugin Folder Path.
5
  * Description: Beginner friendly WordPress contact form plugin. Use our Drag & Drop form builder to create your WordPress forms.
6
  * Author: WPForms
7
  * Author URI: https://wpforms.com
8
+ * Version: 1.5.9.5
9
  * Text Domain: wpforms-lite
10
  * Domain Path: languages
11
  *
30
 
31
  // Plugin version.
32
  if ( ! defined( 'WPFORMS_VERSION' ) ) {
33
+ define( 'WPFORMS_VERSION', '1.5.9.5' );
34
  }
35
 
36
  // Plugin Folder Path.