-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathweforms.pot
More file actions
4498 lines (3543 loc) · 123 KB
/
weforms.pot
File metadata and controls
4498 lines (3543 loc) · 123 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Copyright (C) 2024 weForms
# This file is distributed under the GPL2 or later.
msgid ""
msgstr ""
"Project-Id-Version: weForms 1.6.22\n"
"Report-Msgid-Bugs-To: https://wedevs.com/contact/\n"
"POT-Creation-Date: 2024-03-07 17:29:12+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-Country: United States\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: "
"__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
"attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
"X-Poedit-Basepath: ../\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-Bookmarks: \n"
"X-Textdomain-Support: yes\n"
"X-Generator: grunt-wp-i18n 1.0.3\n"
#: includes/templates/class-template-website-feedback-form.php:59
#: includes/templates/class-template-website-feedback-form.php:72
#: includes/templates/class-template-website-feedback-form.php:84
msgid "1"
msgstr ""
#: includes/templates/class-template-website-feedback-form.php:60
#: includes/templates/class-template-website-feedback-form.php:73
#: includes/templates/class-template-website-feedback-form.php:85
msgid "2"
msgstr ""
#: includes/templates/class-template-website-feedback-form.php:61
#: includes/templates/class-template-website-feedback-form.php:74
#: includes/templates/class-template-website-feedback-form.php:86
msgid "3"
msgstr ""
#: includes/templates/class-template-website-feedback-form.php:62
#: includes/templates/class-template-website-feedback-form.php:75
#: includes/templates/class-template-website-feedback-form.php:87
msgid "4"
msgstr ""
#: includes/templates/class-template-website-feedback-form.php:63
#: includes/templates/class-template-website-feedback-form.php:76
#: includes/templates/class-template-website-feedback-form.php:88
msgid "5"
msgstr ""
#: includes/admin/class-admin-welcome.php:22
msgid "Welcome to weForms"
msgstr ""
#: includes/admin/class-admin.php:37 includes/admin/class-admin.php:59
msgid "Contact Forms"
msgstr ""
#: includes/admin/class-admin.php:57
msgid "Forms"
msgstr ""
#: includes/admin/class-admin.php:58 includes/class-form-widget.php:49
#: includes/functions.php:770
msgid "Form"
msgstr ""
#: includes/admin/class-admin.php:60
msgid "Add Form"
msgstr ""
#: includes/admin/class-admin.php:61
msgid "Add New Form"
msgstr ""
#: includes/admin/class-admin.php:62
msgid "Edit"
msgstr ""
#: includes/admin/class-admin.php:63
msgid "Edit Form"
msgstr ""
#: includes/admin/class-admin.php:64
msgid "New Form"
msgstr ""
#: includes/admin/class-admin.php:65 includes/admin/class-admin.php:66
msgid "View Form"
msgstr ""
#: includes/admin/class-admin.php:67
msgid "Search Form"
msgstr ""
#: includes/admin/class-admin.php:68
msgid "No Form Found"
msgstr ""
#: includes/admin/class-admin.php:69
msgid "No Form Found in Trash"
msgstr ""
#: includes/admin/class-admin.php:70
msgid "Parent Form"
msgstr ""
#: includes/admin/class-admin.php:85
msgid "weForms - The Best Contact Form"
msgstr ""
#: includes/admin/class-admin.php:88
msgid "All Forms"
msgstr ""
#: includes/admin/class-admin.php:89
msgid "Entries"
msgstr ""
#: includes/admin/class-admin.php:90
msgid "Tools"
msgstr ""
#: includes/admin/class-admin.php:94
msgid "Modules"
msgstr ""
#: includes/admin/class-admin.php:97
#: includes/admin/views/weforms-settings-general.php:14
#: includes/admin/views/weforms-settings-general.php:15
#: includes/admin/views/weforms-settings-general.php:16
msgid "Premium"
msgstr ""
#: includes/admin/class-admin.php:102
msgid "<span style=\"color:#f18500\">Help</span>"
msgstr ""
#: includes/admin/class-admin.php:103 includes/admin/class-admin.php:357
#: includes/admin/views/weforms-settings-privacy.php:1
msgid "Privacy"
msgstr ""
#: includes/admin/class-admin.php:108 weforms.php:392
msgid "Settings"
msgstr ""
#: includes/admin/class-admin.php:174
msgid "You do not have permission to export entries"
msgstr ""
#: includes/admin/class-admin.php:178
msgid "Invalid nonce"
msgstr ""
#: includes/admin/class-admin.php:195
#: includes/api/class-weforms-forms-controller.php:1368
#: includes/functions.php:790
msgid "IP Address"
msgstr ""
#: includes/admin/class-admin.php:196
#: includes/api/class-weforms-forms-controller.php:1369
#: includes/functions.php:781
#: includes/templates/class-template-restaurant-reservation.php:61
msgid "Date"
msgstr ""
#: includes/admin/class-admin.php:317
msgid "If you like %1$s please leave us a %2$s rating."
msgstr ""
#. Author of the plugin/theme
msgid "weForms"
msgstr ""
#: includes/admin/class-admin.php:335
#: includes/admin/views/weforms-settings-general.php:1
msgid "General Settings"
msgstr ""
#: includes/admin/class-admin.php:340
#: includes/admin/views/weforms-settings-recaptcha.php:1
#: includes/fields/class-field-recaptcha.php:9
msgid "reCaptcha"
msgstr ""
#: includes/admin/class-admin.php:345
#: includes/admin/views/weforms-settings-secure-database.php:1
msgid "Secure Database"
msgstr ""
#: includes/admin/class-admin.php:350
#: includes/admin/views/humanpresence-settings.php:3
#: includes/admin/views/weforms-settings-humanpresence.php:1
msgid "Human Presence"
msgstr ""
#: includes/admin/class-admin.php:433
msgid ""
"You're using weForms Free. For more features, modules and more consider "
"upgrading to Pro."
msgstr ""
#: includes/admin/class-admin.php:436
msgid "UPGRADE NOW!"
msgstr ""
#: includes/admin/class-form-builder-assets.php:46 includes/functions.php:1185
#: includes/functions.php:1188
msgid "New Form Submission"
msgstr ""
#: includes/admin/class-form-builder-assets.php:88
#: includes/admin/class-form-builder-assets.php:297
#: includes/class-scripts-styles.php:426
msgid "Are you sure?"
msgstr ""
#: includes/admin/class-form-builder-assets.php:267
msgid "Advanced Options"
msgstr ""
#: includes/admin/class-form-builder-assets.php:268
msgid "Quiz Options"
msgstr ""
#: includes/admin/class-form-builder-assets.php:269
msgid "Are you sure you want to delete this field?"
msgstr ""
#: includes/admin/class-form-builder-assets.php:270
#: includes/class-scripts-styles.php:427
msgid "Yes, delete it"
msgstr ""
#: includes/admin/class-form-builder-assets.php:271
#: includes/class-scripts-styles.php:428
msgid "No, cancel it"
msgstr ""
#: includes/admin/class-form-builder-assets.php:272
msgid "OK"
msgstr ""
#: includes/admin/class-form-builder-assets.php:273
msgid "Cancel"
msgstr ""
#: includes/admin/class-form-builder-assets.php:274
#: includes/admin/class-shortcode-button.php:84
msgid "Close"
msgstr ""
#: includes/admin/class-form-builder-assets.php:275
msgid "Disable"
msgstr ""
#: includes/admin/class-form-builder-assets.php:276
msgid "This field must contain at least one choice"
msgstr ""
#: includes/admin/class-form-builder-assets.php:277
#: includes/fields/class-field-checkbox.php:90
#: includes/fields/class-field-dropdown.php:94
#: includes/fields/class-field-multidropdown.php:74
#: includes/fields/class-field-radio.php:96
msgid "Option"
msgstr ""
#: includes/admin/class-form-builder-assets.php:278
msgid "Row"
msgstr ""
#: includes/admin/class-form-builder-assets.php:279
msgid "Column"
msgstr ""
#: includes/admin/class-form-builder-assets.php:280
msgid "This field must contain at least one column"
msgstr ""
#: includes/admin/class-form-builder-assets.php:281
msgid "is available in Pro version"
msgstr ""
#: includes/admin/class-form-builder-assets.php:282
msgid "Please upgrade to the Pro version to unlock all these awesome features"
msgstr ""
#: includes/admin/class-form-builder-assets.php:283
msgid "Get the Pro version"
msgstr ""
#: includes/admin/class-form-builder-assets.php:284
msgid "Select"
msgstr ""
#: includes/admin/class-form-builder-assets.php:285
msgid "Saved form data"
msgstr ""
#: includes/admin/class-form-builder-assets.php:286
msgid "You have unsaved changes."
msgstr ""
#: includes/admin/class-form-builder-assets.php:287
msgid "Are you sure to leave this page?"
msgstr ""
#: includes/admin/class-form-builder-assets.php:288
msgid "Click to copy shortcode"
msgstr ""
#: includes/admin/class-form-builder-assets.php:290
msgid "Select an image"
msgstr ""
#: includes/admin/class-form-builder-assets.php:291
msgid "Please select an image"
msgstr ""
#: includes/admin/class-form-builder-assets.php:292
msgid "Upload an image"
msgstr ""
#: includes/admin/class-form-builder-assets.php:294
msgid "Share Your Form"
msgstr ""
#: includes/admin/class-form-builder-assets.php:295
msgid ""
"Sharing your form enables <strong>anyone</strong> to view and submit the "
"form without inserting the shortcode to a page."
msgstr ""
#: includes/admin/class-form-builder-assets.php:296
msgid "Anyone with this URL will be able to view and submit this form."
msgstr ""
#: includes/admin/class-form-builder-assets.php:298
msgid "You must select a notification"
msgstr ""
#: includes/admin/class-form-builder-assets.php:299
msgid "Anyone with existing URL won't be able to view and submit the form anymore."
msgstr ""
#: includes/admin/class-form-builder-assets.php:300
msgid "Disable Sharing"
msgstr ""
#: includes/admin/class-form-builder-assets.php:322
msgid "Notifications"
msgstr ""
#: includes/admin/class-form-builder-assets.php:323
msgid "Integrations"
msgstr ""
#: includes/admin/class-form-builder-assets.php:345
msgid "Form Settings"
msgstr ""
#: includes/admin/class-form-builder-assets.php:346
msgid "Submission Restriction"
msgstr ""
#: includes/admin/class-form-builder-assets.php:347
msgid "Display Settings"
msgstr ""
#: includes/admin/class-form-builder-assets.php:348
#: includes/fields/class-field-humanpresence.php:9
msgid "HP Anti-Spam"
msgstr ""
#: includes/admin/class-form-builder-assets.php:387
#: includes/admin/class-privacy.php:242 includes/functions.php:788
msgid "User"
msgstr ""
#: includes/admin/class-form-builder-assets.php:389 includes/functions.php:792
#: includes/integrations/mailpoet/component/template.php:38
#: includes/templates/class-template-conference-proposal.php:33
#: includes/templates/class-template-donation-form.php:32
#: includes/templates/class-template-job-listing.php:58
#: includes/templates/class-template-loan-application-form.php:45
#: includes/templates/class-template-online-booking-form.php:32
#: includes/templates/class-template-patient-itake-form.php:32
#: includes/templates/class-template-volunteer-application.php:37
msgid "First Name"
msgstr ""
#: includes/admin/class-privacy.php:42
msgid ""
"This sample policy includes the basics around what personal data you may be "
"collecting, storing and sharing, as well as who may have access to that "
"data. Depending on what settings are enabled and which additional plugins "
"are used, the specific information shared by your form will vary. We "
"recommend consulting with a lawyer when deciding what information to "
"disclose on your privacy policy."
msgstr ""
#: includes/admin/class-privacy.php:44
msgid ""
"We collect information about you during the form submission process on our "
"WordPress website."
msgstr ""
#: includes/admin/class-privacy.php:45
msgid "What we collect and store"
msgstr ""
#: includes/admin/class-privacy.php:46
msgid "While you visit our site, we’ll track:"
msgstr ""
#: includes/admin/class-privacy.php:48
msgid ""
"Form Fields Data: Forms Fields data includes the available field types when "
"creating a form. We’ll use this to, for example, collect informations like "
"Name, Email and other available fields."
msgstr ""
#: includes/admin/class-privacy.php:49
msgid ""
"Location, IP address and browser type: we’ll use this for purposes like "
"estimating taxes and shipping. Also, for reducing fraudulent activities and "
"prevent identity theft while placing orders"
msgstr ""
#: includes/admin/class-privacy.php:50
msgid ""
"Transaction Details: we’ll ask you to enter this so we can, for instance, "
"provide & regulate subscription packs that you bought and keep track of "
"your payment details for subscription packs!"
msgstr ""
#: includes/admin/class-privacy.php:52
msgid ""
"We’ll also use cookies to keep track of form elements while you’re browsing "
"our site."
msgstr ""
#: includes/admin/class-privacy.php:53
msgid ""
"Note: you may want to further detail your cookie policy, and link to that "
"section from here."
msgstr ""
#: includes/admin/class-privacy.php:54
msgid ""
"When you fill up a form, we’ll ask you to provide information including "
"your name, billing address, shipping address, email address, phone number, "
"credit card/payment details and optional account information like username "
"and password and any other form fields found in the form building options. "
"We’ll use this information for purposes, such as, to:"
msgstr ""
#: includes/admin/class-privacy.php:56
msgid "Send you information about your account and order"
msgstr ""
#: includes/admin/class-privacy.php:57
msgid "Respond to your requests, including transaction details and complaints"
msgstr ""
#: includes/admin/class-privacy.php:58
msgid "Process payments and prevent fraud"
msgstr ""
#: includes/admin/class-privacy.php:59
msgid "Set up your account"
msgstr ""
#: includes/admin/class-privacy.php:60
msgid "Comply with any legal obligations we have, such as calculating taxes"
msgstr ""
#: includes/admin/class-privacy.php:61
msgid "Improve our form offerings"
msgstr ""
#: includes/admin/class-privacy.php:62
msgid "Send you marketing messages, if you choose to receive them"
msgstr ""
#: includes/admin/class-privacy.php:63
msgid ""
"Or any other service the built form was created to comply with and it’s "
"necessary information"
msgstr ""
#: includes/admin/class-privacy.php:65
msgid ""
"If you create an account, we will store your name, address, email and phone "
"number, which will be used to populate the form fields for future "
"submissions."
msgstr ""
#: includes/admin/class-privacy.php:66
msgid ""
"We generally store information about you for as long as we need the "
"information for the purposes for which we collect and use it, and we are "
"not legally required to continue keeping it. For example, we will store "
"form submission information for XXX years for tax, accounting and marketing "
"purposes. This includes your name, email address and billing and shipping "
"addresses."
msgstr ""
#: includes/admin/class-privacy.php:67
msgid "Who on our team has access"
msgstr ""
#: includes/admin/class-privacy.php:68
msgid ""
"Members of our team have access to the information you provide us. For "
"example, Administrators and Editors and any body else who has permission "
"can access:"
msgstr ""
#: includes/admin/class-privacy.php:70
msgid "Form submission information and other details related to it"
msgstr ""
#: includes/admin/class-privacy.php:71
msgid ""
"Customer information like your name, email address, and billing and "
"shipping information."
msgstr ""
#: includes/admin/class-privacy.php:73
msgid ""
"Our team members have access to this information to help fulfill "
"transactions and support you."
msgstr ""
#: includes/admin/class-privacy.php:74
msgid "What we share with others"
msgstr ""
#: includes/admin/class-privacy.php:75
msgid ""
"In this section you should list who you’re sharing data with, and for what "
"purpose. This could include, but may not be limited to, analytics, "
"marketing, payment gateways, shipping providers, and third party embeds."
msgstr ""
#: includes/admin/class-privacy.php:76
msgid ""
"We share information with third parties who help us provide our orders and "
"store services to you; for example --"
msgstr ""
#: includes/admin/class-privacy.php:77
msgid "Payments"
msgstr ""
#: includes/admin/class-privacy.php:78
msgid ""
"In this subsection you should list which third party payment processors "
"you’re using to take payments on your site since these may handle customer "
"data. We’ve included PayPal as an example, but you should remove this if "
"you’re not using PayPal."
msgstr ""
#: includes/admin/class-privacy.php:79
msgid ""
"We accept payments through PayPal. When processing payments, some of your "
"data will be passed to PayPal, including information required to process or "
"support the payment, such as the purchase total and billing information."
msgstr ""
#: includes/admin/class-privacy.php:80
msgid ""
"Please see the <a "
"href=\"https://www.paypal.com/us/webapps/mpp/ua/privacy-full\">PayPal "
"Privacy Policy</a> for more details."
msgstr ""
#: includes/admin/class-privacy.php:81
msgid ""
"Also, we accept payments through Stripe. When processing payments, some of "
"your data will be passed to Stripe, including information required to "
"process or support the payment, such as the purchase total and billing "
"information."
msgstr ""
#: includes/admin/class-privacy.php:82
msgid ""
"Please see the <a href=\"https://stripe.com/us/privacy\">Stripe Privacy "
"Policy</a> for more details."
msgstr ""
#: includes/admin/class-privacy.php:83
msgid "Available Modules"
msgstr ""
#: includes/admin/class-privacy.php:84
msgid ""
"In this subsection you should list which third party modules you’re using "
"to increase the functionality of your created forms using weForms since "
"these may handle customer data."
msgstr ""
#: includes/admin/class-privacy.php:85
msgid ""
"weForms Pro comes with support for modules like HubSpot, Constant Contact, "
"Salesforce, PayPal, Stripe, Google Analytics, ConvertKit, Zapier, Campaign "
"Monitor, Aweber, MailChimp, Zoho, Trello, SMS Notification(Using Twilio, "
"Nexmo and other popular gateways), Google Sheets, GetResponse. Data sent to "
"those platforms will be handled by their own privacy policy."
msgstr ""
#: includes/admin/class-privacy.php:86
msgid ""
"Please note any future modules that will be added will have some data "
"transferred to their own platform which falls in their own data policy."
msgstr ""
#: includes/admin/class-privacy.php:87
msgid ""
"As an example while using MailChimp for your marketing email automation "
"service by integrating it with weForms, some of your data will be passed to "
"MailChimp, including information required to process or support the email "
"marketing services, such as name, email address and any other information "
"that you intend to pass or collect including all collected information "
"through subscription. "
msgstr ""
#: includes/admin/class-privacy.php:88
msgid ""
"Please see the <a href=\"https://mailchimp.com/legal/privacy/\">MailChimp "
"Privacy Policy</a> for more details."
msgstr ""
#: includes/admin/class-privacy.php:103 includes/admin/class-privacy.php:119
msgid "weForms Transaction Data"
msgstr ""
#: includes/admin/class-privacy.php:156
msgid "weForms Payment Data"
msgstr ""
#: includes/admin/class-privacy.php:157
msgid "The weForms payment data."
msgstr ""
#: includes/admin/class-privacy.php:246
#: includes/templates/class-template-product-order-form.php:110
msgid "Total"
msgstr ""
#: includes/admin/class-privacy.php:250
msgid "Gateway"
msgstr ""
#: includes/admin/class-privacy.php:254
msgid "Transaction ID"
msgstr ""
#: includes/admin/class-privacy.php:258
msgid "Payment Status"
msgstr ""
#: includes/admin/class-privacy.php:262
msgid "Payment Data"
msgstr ""
#: includes/admin/class-privacy.php:266
msgid "Transaction Time"
msgstr ""
#: includes/admin/class-pro-upgrade-fields.php:8
msgid "Address Field"
msgstr ""
#: includes/admin/class-pro-upgrade-fields.php:19
msgid "Country List"
msgstr ""
#: includes/admin/class-pro-upgrade-fields.php:30
msgid "File Upload"
msgstr ""
#: includes/admin/class-pro-upgrade-fields.php:41
msgid "Google Map"
msgstr ""
#: includes/admin/class-pro-upgrade-fields.php:52
msgid "Action Hook"
msgstr ""
#: includes/admin/class-pro-upgrade-fields.php:63
msgid "Numeric Field"
msgstr ""
#: includes/admin/class-pro-upgrade-fields.php:74
msgid "Ratings"
msgstr ""
#: includes/admin/class-pro-upgrade-fields.php:85
msgid "Linear Scale"
msgstr ""
#: includes/admin/class-pro-upgrade-fields.php:96
msgid "Checkbox Grid"
msgstr ""
#: includes/admin/class-pro-upgrade-fields.php:107
msgid "Multiple Choice Grid"
msgstr ""
#: includes/admin/class-pro-upgrade-fields.php:118
msgid "Repeat Field"
msgstr ""
#: includes/admin/class-pro-upgrade-fields.php:129
msgid "Shortcode"
msgstr ""
#: includes/admin/class-pro-upgrade-fields.php:140
msgid "Step Start"
msgstr ""
#: includes/admin/class-pro-upgrade-fields.php:151
msgid "Terms & Conditions"
msgstr ""
#: includes/admin/class-pro-upgrade-integrations.php:23
msgid "MailChimp"
msgstr ""
#: includes/admin/class-pro-upgrade-integrations.php:34
msgid "Campaign Monitor"
msgstr ""
#: includes/admin/class-pro-upgrade-integrations.php:45
msgid "Constant Contact"
msgstr ""
#: includes/admin/class-pro-upgrade-integrations.php:56
msgid "AWeber"
msgstr ""
#: includes/admin/class-pro-upgrade-integrations.php:67
msgid "ConvertKit"
msgstr ""
#: includes/admin/class-pro-upgrade-integrations.php:78
msgid "GetResponse"
msgstr ""
#: includes/admin/class-pro-upgrade-integrations.php:89
msgid "Google Analytics"
msgstr ""
#: includes/admin/class-pro-upgrade-integrations.php:100
msgid "Google Sheets"
msgstr ""
#: includes/admin/class-pro-upgrade-integrations.php:111
msgid "HubSpot"
msgstr ""
#: includes/admin/class-pro-upgrade-integrations.php:122
msgid "SalesForce"
msgstr ""
#: includes/admin/class-pro-upgrade-integrations.php:133
msgid "Trello"
msgstr ""
#: includes/admin/class-pro-upgrade-integrations.php:144
msgid "Zapier"
msgstr ""
#: includes/admin/class-pro-upgrade-integrations.php:155
msgid "Zoho"
msgstr ""
#: includes/admin/class-pro-upgrades.php:121
msgid "Conditional Logic"
msgstr ""
#: includes/admin/class-promotion.php:201
#: includes/admin/class-promotion.php:215
#. translators: opening <strong> tag, closing </strong> tag.
msgid "Enjoying %sweForms%s?"
msgstr ""
#: includes/admin/class-promotion.php:205
#. translators: opening <a>tag, closing </a> tag.
msgid ""
"Seems like you are getting a good response using weForms. Would you please "
"show us a little love by rating us in the %sWordPress.org%s?"
msgstr ""
#: includes/admin/class-promotion.php:221
#. translators: opening <a> tag, closing </a> tag
msgid ""
"Hope that you had a neat and snappy experience with the tool. Would you "
"please show us a little love by rating us in the %sWordPress.org%s?"
msgstr ""
#: includes/admin/class-promotion.php:234
msgid "Sure! I'd love to!"
msgstr ""
#: includes/admin/class-promotion.php:237
msgid "I've already left a review"
msgstr ""
#: includes/admin/class-promotion.php:240
msgid "Never show again"
msgstr ""
#: includes/admin/class-promotion.php:345
#: includes/admin/class-promotion.php:349
#: includes/admin/class-promotion.php:371
#: includes/admin/class-promotion.php:375 includes/class-ajax.php:99
#: includes/fields/class-abstract-fields.php:535
#: includes/fields/class-abstract-fields.php:539
#: includes/fields/class-field-checkbox.php:107
#: includes/fields/class-field-checkbox.php:111
#: includes/fields/class-field-date.php:152
#: includes/fields/class-field-date.php:156
#: includes/fields/class-field-dropdown.php:112
#: includes/fields/class-field-dropdown.php:116
#: includes/fields/class-field-email.php:104
#: includes/fields/class-field-email.php:108
#: includes/fields/class-field-image.php:129
#: includes/fields/class-field-image.php:133
#: includes/fields/class-field-multidropdown.php:92
#: includes/fields/class-field-multidropdown.php:96
#: includes/fields/class-field-name.php:209
#: includes/fields/class-field-name.php:213
#: includes/fields/class-field-radio.php:113
#: includes/fields/class-field-radio.php:117
#: includes/fields/class-field-text.php:143
#: includes/fields/class-field-text.php:147
#: includes/fields/class-field-textarea.php:139
#: includes/fields/class-field-textarea.php:143
#: includes/fields/class-field-url.php:98
#: includes/fields/class-field-url.php:102
msgid "Unauthorized operation"
msgstr ""
#: includes/admin/class-shortcode-button.php:45
msgid "Add a Form"
msgstr ""
#: includes/admin/class-shortcode-button.php:46
msgid " Add Contact Form"
msgstr ""
#: includes/admin/class-shortcode-button.php:69
msgid "— Select Form —"
msgstr ""
#: includes/admin/class-shortcode-button.php:76
msgid "Select a form to insert"
msgstr ""
#: includes/admin/class-shortcode-button.php:83
msgid "Insert Form"
msgstr ""
#: includes/admin/views/display-settings.php:4
msgid "Label Position"
msgstr ""
#: includes/admin/views/display-settings.php:9
msgid "Above Element"
msgstr ""
#: includes/admin/views/display-settings.php:10
msgid "Left of Element"
msgstr ""
#: includes/admin/views/display-settings.php:11
msgid "Right of Element"
msgstr ""
#: includes/admin/views/display-settings.php:12
msgid "Hidden"
msgstr ""
#: includes/admin/views/display-settings.php:22
msgid "Where the labels of the form should display"
msgstr ""
#: includes/admin/views/display-settings.php:28
msgid "Use Theme CSS"
msgstr ""
#: includes/admin/views/display-settings.php:33
#: includes/fields/class-abstract-fields.php:209
#: includes/fields/class-field-checkbox.php:64
#: includes/fields/class-field-name.php:155
#: includes/fields/class-field-radio.php:70
#: includes/templates/class-template-event-registration.php:56
#: includes/templates/class-template-event-registration.php:82
#: includes/templates/class-template-loan-application-form.php:133
#: includes/templates/class-template-loan-application-form.php:146
#: includes/templates/class-template-patient-itake-form.php:197
#: includes/templates/class-template-patient-itake-form.php:211
#: includes/templates/class-template-patient-itake-form.php:230
#: includes/templates/class-template-patient-itake-form.php:239
#: includes/templates/class-template-patient-itake-form.php:248
#: includes/templates/class-template-patient-itake-form.php:257
#: includes/templates/class-template-patient-itake-form.php:266
#: includes/templates/class-template-patient-itake-form.php:275
#: includes/templates/class-template-patient-itake-form.php:284
#: includes/templates/class-template-patient-itake-form.php:293
#: includes/templates/class-template-patient-itake-form.php:302
#: includes/templates/class-template-patient-itake-form.php:311
#: includes/templates/class-template-patient-itake-form.php:320
#: includes/templates/class-template-patient-itake-form.php:329
#: includes/templates/class-template-patient-itake-form.php:338
#: includes/templates/class-template-patient-itake-form.php:347
#: includes/templates/class-template-patient-itake-form.php:356
#: includes/templates/class-template-patient-itake-form.php:365
#: includes/templates/class-template-patient-itake-form.php:374
#: includes/templates/class-template-patient-itake-form.php:383
#: includes/templates/class-template-patient-itake-form.php:392
#: includes/templates/class-template-patient-itake-form.php:401
#: includes/templates/class-template-patient-itake-form.php:410
#: includes/templates/class-template-patient-itake-form.php:419
#: includes/templates/class-template-patient-itake-form.php:428
#: includes/templates/class-template-patient-itake-form.php:437
#: includes/templates/class-template-patient-itake-form.php:446
#: includes/templates/class-template-patient-itake-form.php:455
#: includes/templates/class-template-patient-itake-form.php:464
#: includes/templates/class-template-patient-itake-form.php:473
#: includes/templates/class-template-patient-itake-form.php:482
#: includes/templates/class-template-patient-itake-form.php:491
#: includes/templates/class-template-patient-itake-form.php:500
#: includes/templates/class-template-patient-itake-form.php:509
#: includes/templates/class-template-patient-itake-form.php:518
#: includes/templates/class-template-patient-itake-form.php:527
#: includes/templates/class-template-patient-itake-form.php:536
#: includes/templates/class-template-patient-itake-form.php:545
#: includes/templates/class-template-patient-itake-form.php:554
#: includes/templates/class-template-patient-itake-form.php:563
#: includes/templates/class-template-patient-itake-form.php:572
#: includes/templates/class-template-patient-itake-form.php:581
#: includes/templates/class-template-patient-itake-form.php:590
#: includes/templates/class-template-patient-itake-form.php:599
#: includes/templates/class-template-patient-itake-form.php:608
#: includes/templates/class-template-patient-itake-form.php:617
#: includes/templates/class-template-patient-itake-form.php:626
#: includes/templates/class-template-patient-itake-form.php:635
#: includes/templates/class-template-patient-itake-form.php:644
#: includes/templates/class-template-patient-itake-form.php:653
#: includes/templates/class-template-patient-itake-form.php:662
#: includes/templates/class-template-patient-itake-form.php:686
#: includes/templates/class-template-patient-itake-form.php:695
#: includes/templates/class-template-patient-itake-form.php:704
#: includes/templates/class-template-patient-itake-form.php:713
#: includes/templates/class-template-patient-itake-form.php:722
#: includes/templates/class-template-patient-itake-form.php:731
#: includes/templates/class-template-patient-itake-form.php:740
#: includes/templates/class-template-patient-itake-form.php:749
#: includes/templates/class-template-patient-itake-form.php:758
#: includes/templates/class-template-patient-itake-form.php:767
#: includes/templates/class-template-patient-itake-form.php:776
#: includes/templates/class-template-patient-itake-form.php:785
#: includes/templates/class-template-patient-itake-form.php:794
#: includes/templates/class-template-patient-itake-form.php:813
#: includes/templates/class-template-patient-itake-form.php:822
#: includes/templates/class-template-patient-itake-form.php:831
#: includes/templates/class-template-patient-itake-form.php:840
#: includes/templates/class-template-patient-itake-form.php:849
#: includes/templates/class-template-patient-itake-form.php:858
#: includes/templates/class-template-product-order-form.php:118
#: includes/templates/class-template-restaurant-reservation.php:69
msgid "Yes"
msgstr ""
#: includes/admin/views/display-settings.php:34
#: includes/fields/class-abstract-fields.php:210
#: includes/fields/class-field-checkbox.php:65
#: includes/fields/class-field-name.php:156
#: includes/fields/class-field-radio.php:71
#: includes/templates/class-template-bug-report.php:112
#: includes/templates/class-template-event-registration.php:57
#: includes/templates/class-template-event-registration.php:83
#: includes/templates/class-template-patient-itake-form.php:198
#: includes/templates/class-template-patient-itake-form.php:212
#: includes/templates/class-template-patient-itake-form.php:231
#: includes/templates/class-template-patient-itake-form.php:240
#: includes/templates/class-template-patient-itake-form.php:249