Constant Contact Forms - Version 1.1.1

Version Description

  • Fixed: Made frontend form default to an empty action attribute to take care of occasional 404 errors after submission.
  • Added: New filter on the default empty string from above, so others can provide their own redirect location if desired.
Download this release

Release Info

Developer constantcontact
Plugin Icon 128x128 Constant Contact Forms
Version 1.1.1
Comparing to
See all releases

Code changes from version 1.1.0 to 1.1.1

assets/wporg/banner-1544x500.jpg ADDED
Binary file
assets/wporg/banner-772x250.jpg ADDED
Binary file
assets/wporg/icon-128x128.png ADDED
Binary file
assets/wporg/icon-256x256.png ADDED
Binary file
assets/wporg/screenshot-1.png ADDED
Binary file
assets/wporg/screenshot-2.png ADDED
Binary file
assets/wporg/screenshot-3.png ADDED
Binary file
assets/wporg/screenshot-4.png ADDED
Binary file
constant-contact-forms.php CHANGED
@@ -12,7 +12,7 @@
12
  * Plugin Name: Constant Contact Forms for WordPress
13
  * Plugin URI: https://www.constantcontact.com
14
  * Description: Be a better marketer. All it takes is Constant Contact email marketing.
15
- * Version: 1.1.0
16
  * Author: Constant Contact
17
  * Author URI: https://www.constantcontact.com
18
  * License: GPLv3
@@ -77,7 +77,7 @@ class Constant_Contact {
77
  * @var string
78
  * @since 1.0.0
79
  */
80
- const VERSION = '1.1.0';
81
 
82
  /**
83
  * URL of plugin directory
12
  * Plugin Name: Constant Contact Forms for WordPress
13
  * Plugin URI: https://www.constantcontact.com
14
  * Description: Be a better marketer. All it takes is Constant Contact email marketing.
15
+ * Version: 1.1.1
16
  * Author: Constant Contact
17
  * Author URI: https://www.constantcontact.com
18
  * License: GPLv3
77
  * @var string
78
  * @since 1.0.0
79
  */
80
+ const VERSION = '1.1.1';
81
 
82
  /**
83
  * URL of plugin directory
includes/class-display.php CHANGED
@@ -141,8 +141,18 @@ class ConstantContact_Display {
141
  // @todo figure out another way to do this maybe?
142
  $rf_id = 'ctct-form-' . mt_rand();
143
 
 
 
 
 
 
 
 
 
 
 
144
  // Build out our form.
145
- $return .= '<form class="ctct-form" id=' . $rf_id . ' action="' . esc_url( $this->get_current_page() ) . '" method="post">';
146
 
147
  // If we have errors, display them.
148
  $return .= $form_err_display;
141
  // @todo figure out another way to do this maybe?
142
  $rf_id = 'ctct-form-' . mt_rand();
143
 
144
+ /**
145
+ * Filters the action value to use for the contact form.
146
+ *
147
+ * @since 1.1.1
148
+ *
149
+ * @param string $value Value to put in the form action attribute. Default empty string.
150
+ * @param int $form_id ID of the Constant Contact form being rendered.
151
+ */
152
+ $form_action = apply_filters( 'constant_contact_front_form_action', '', $form_id );
153
+
154
  // Build out our form.
155
+ $return .= '<form class="ctct-form" id=' . $rf_id . ' action="' . esc_attr( $form_action ) . '" method="post">';
156
 
157
  // If we have errors, display them.
158
  $return .= $form_err_display;
languages/constant-contact-forms.pot CHANGED
@@ -1,22 +1,30 @@
1
- # Copyright (C) 2016 Constant Contact Forms for WordPress
2
- # This file is distributed under the same license as the Constant Contact Forms for WordPress package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Constant Contact Forms for WordPress 1.0.2\n"
6
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/constant-contact-"
7
- "forms\n"
8
- "POT-Creation-Date: 2016-10-03 14:05:32+00:00\n"
 
 
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
13
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
- "Language-Team: LANGUAGE <LL@li.org>\n"
 
 
 
 
 
 
 
 
15
 
16
- #. #-#-#-#-# constant-contact-forms.pot (Constant Contact Forms for WordPress 1.0.2) #-#-#-#-#
17
  #. Author of the plugin/theme
18
  #: constant-contact-forms.php:201 includes/class-builder.php:309
19
- #: includes/class-cpts.php:93 includes/class-cpts.php:151
20
  msgid "Constant Contact"
21
  msgstr ""
22
 
@@ -26,92 +34,92 @@ msgid ""
26
  "administrator should be able to assist in updating your PHP version."
27
  msgstr ""
28
 
29
- #: constant-contact-forms.php:522
30
  msgid "Error loading license."
31
  msgstr ""
32
 
33
- #: includes/class-admin-pages.php:80
34
  msgid "This is a sample help header"
35
  msgstr ""
36
 
37
- #: includes/class-admin-pages.php:81
38
  msgid "This is some sample help text."
39
  msgstr ""
40
 
41
- #: includes/class-admin-pages.php:84
42
  msgid "This is another sample header"
43
  msgstr ""
44
 
45
- #: includes/class-admin-pages.php:85
46
  msgid "This is also some sample help text."
47
  msgstr ""
48
 
49
- #: includes/class-admin-pages.php:101
50
  msgid "Is this a sample question?"
51
  msgstr ""
52
 
53
- #: includes/class-admin-pages.php:102
54
  msgid "This is a sample answer"
55
  msgstr ""
56
 
57
- #: includes/class-admin-pages.php:105
58
  msgid "This is also a sample question"
59
  msgstr ""
60
 
61
- #: includes/class-admin-pages.php:106
62
  msgid "This is another sample answer"
63
  msgstr ""
64
 
65
- #: includes/class-admin-pages.php:124
66
  msgid "Help / FAQ"
67
  msgstr ""
68
 
69
- #: includes/class-admin-pages.php:131
70
  msgid "Help"
71
  msgstr ""
72
 
73
- #: includes/class-admin-pages.php:165
74
  msgid "FAQ"
75
  msgstr ""
76
 
77
- #: includes/class-admin-pages.php:233
78
  #: includes/class-notification-content.php:47
79
  msgid "Constant Contact Forms"
80
  msgstr ""
81
 
82
- #: includes/class-admin-pages.php:236
83
  msgid ""
84
  "This plugin makes it fast and easy to capture all kinds of visitor "
85
  "information right from your WordPress site—even if you don’t have a Constant "
86
  "Contact account."
87
  msgstr ""
88
 
89
- #: includes/class-admin-pages.php:239
90
  msgid ""
91
  "Whether you’re looking to collect email addresses, contact info, event sign-"
92
  "ups, or visitor feedback, you can customize your forms with data fields that "
93
  "work best for you."
94
  msgstr ""
95
 
96
- #: includes/class-admin-pages.php:241
97
  msgid ""
98
  "Quickly create different types of forms that are clear, simple, and mobile-"
99
  "optimized."
100
  msgstr ""
101
 
102
- #: includes/class-admin-pages.php:242
103
  msgid ""
104
  "Choose forms that automatically select the theme and style of your WordPress "
105
  "site."
106
  msgstr ""
107
 
108
- #: includes/class-admin-pages.php:243
109
  msgid ""
110
  "Customize the form data fields, so you can tailor the type of information "
111
  "you collect."
112
  msgstr ""
113
 
114
- #: includes/class-admin-pages.php:247
115
  msgid ""
116
  "Using your sign-up forms to collect email addresses? Email marketing is a "
117
  "great way to stay connected with visitors after they’ve left your site. And "
@@ -119,27 +127,27 @@ msgid ""
119
  "will be automatically added to your selected email lists. "
120
  msgstr ""
121
 
122
- #: includes/class-admin-pages.php:250 includes/class-connect.php:218
123
  msgid "Try us Free"
124
  msgstr ""
125
 
126
- #: includes/class-admin-pages.php:260
127
  msgid "Already have a Constant Contact account?"
128
  msgstr ""
129
 
130
- #: includes/class-admin-pages.php:262
131
  msgid "Connect the plugin"
132
  msgstr ""
133
 
134
- #: includes/class-admin-pages.php:271
135
  msgid "Powerful Email Marketing, Made Simple."
136
  msgstr ""
137
 
138
- #: includes/class-admin-pages.php:274
139
  msgid "Create professional emails that bring customers to your door"
140
  msgstr ""
141
 
142
- #: includes/class-admin-pages.php:278
143
  msgid ""
144
  "Email marketing is good for your business. $44-back-for-every-$1-spent kind "
145
  "of good.* And with the Constant Contact Forms plugin, you can easily add "
@@ -147,109 +155,110 @@ msgid ""
147
  "after they’ve left."
148
  msgstr ""
149
 
150
- #: includes/class-admin-pages.php:282
151
  msgid "GPLv3 license"
152
  msgstr ""
153
 
154
- #: includes/class-admin-pages.php:285
 
155
  msgid "This software is released under a modified %s."
156
  msgstr ""
157
 
158
- #: includes/class-admin-pages.php:292
159
  msgid "*Direct Marketing Association 2013 Statistical Fact Book"
160
  msgstr ""
161
 
162
- #: includes/class-admin-pages.php:301
163
  msgid "Easily Add Forms"
164
  msgstr ""
165
 
166
- #: includes/class-admin-pages.php:304
167
  msgctxt "add forms alt text"
168
  msgid "add forms screenshot"
169
  msgstr ""
170
 
171
- #: includes/class-admin-pages.php:307
172
  msgid ""
173
  "Create forms that automatically select the theme and styling of your "
174
  "WordPress site for a perfect match. "
175
  msgstr ""
176
 
177
- #: includes/class-admin-pages.php:313
178
  msgid "Stay Connected With Your WordPress Visitors"
179
  msgstr ""
180
 
181
- #: includes/class-admin-pages.php:316
182
  msgctxt "stay connected alt text"
183
  msgid "stay connected screenshot"
184
  msgstr ""
185
 
186
- #: includes/class-admin-pages.php:319
187
  msgid ""
188
  "Form completions from site visitors are conveniently added to your Constant "
189
  "Contact email list."
190
  msgstr ""
191
 
192
- #: includes/class-admin-pages.php:339
193
  msgid "Constant Contact Forms - License"
194
  msgstr ""
195
 
196
- #: includes/class-admin.php:109 includes/class-admin.php:110
197
- #: includes/class-admin.php:275
198
  msgid "About"
199
  msgstr ""
200
 
201
- #: includes/class-admin.php:118 includes/class-admin.php:119
202
- #: includes/class-admin.php:276
203
  msgid "License"
204
  msgstr ""
205
 
206
- #: includes/class-admin.php:192 includes/class-settings.php:596
207
  msgid "Settings updated."
208
  msgstr ""
209
 
210
- #: includes/class-admin.php:229
211
  msgid "Description"
212
  msgstr ""
213
 
214
- #: includes/class-admin.php:230
215
  msgid "Shortcode"
216
  msgstr ""
217
 
218
- #: includes/class-admin.php:272
219
  msgid "Check out the official WordPress plugin from @constantcontact :"
220
  msgstr ""
221
 
222
- #: includes/class-admin.php:281
223
  msgid "Spread the word!"
224
  msgstr ""
225
 
226
- #: includes/class-admin.php:344
227
  msgid "You have unsaved changes."
228
  msgstr ""
229
 
230
- #: includes/class-admin.php:345
231
  msgid "move up"
232
  msgstr ""
233
 
234
- #: includes/class-admin.php:346
235
  msgid "move down"
236
  msgstr ""
237
 
238
- #: includes/class-api.php:467
239
  msgid "Contact type not returned"
240
  msgstr ""
241
 
242
- #: includes/class-api.php:637
243
  msgid ""
244
  "Your API access token is invalid. Reconnect to Constant Contact to receive a "
245
  "new token."
246
  msgstr ""
247
 
248
- #: includes/class-builder-fields.php:85
249
  msgid "Form Description"
250
  msgstr ""
251
 
252
- #: includes/class-builder-fields.php:93
253
  msgid ""
254
  "This message will display above the form fields, so use it as an opportunity "
255
  "to pitch your email list. Tell visitors why they should subscribe to your "
@@ -257,138 +266,149 @@ msgid ""
257
  "coupons, and more."
258
  msgstr ""
259
 
260
- #: includes/class-builder-fields.php:115
261
  msgid "Form Options"
262
  msgstr ""
263
 
264
- #: includes/class-builder-fields.php:147 includes/class-settings.php:235
 
 
 
 
265
  msgid "Add subscribers to"
266
  msgstr ""
267
 
268
- #: includes/class-builder-fields.php:150
269
  msgid "No List Selected"
270
  msgstr ""
271
 
272
- #: includes/class-builder-fields.php:173
273
  msgid "Enable email subscriber opt-in"
274
  msgstr ""
275
 
276
- #: includes/class-builder-fields.php:175
277
  msgid "Adds an opt-in to the bottom of your form."
278
  msgstr ""
279
 
280
- #: includes/class-builder-fields.php:195
281
  msgid "Show opt-in checkbox to allow visitors to opt-in to your email list."
282
  msgstr ""
283
 
284
- #: includes/class-builder-fields.php:197
285
  msgid "(usually used with a Contact Us type form)"
286
  msgstr ""
287
 
288
- #: includes/class-builder-fields.php:200
289
  msgid "Show Opt-in checkbox"
290
  msgstr ""
291
 
292
- #: includes/class-builder-fields.php:218
293
  msgid "Your Business Name"
294
  msgstr ""
295
 
296
- #: includes/class-builder-fields.php:221 includes/class-settings.php:256
297
  msgid "Opt-in Affirmation"
298
  msgstr ""
299
 
300
- #: includes/class-builder-fields.php:224
 
301
  msgid ""
302
  "Example: Yes, I would like to receive emails from %s. (You can unsubscribe "
303
  "anytime)"
304
  msgstr ""
305
 
306
- #: includes/class-builder-fields.php:241
307
  msgid "Form Fields"
308
  msgstr ""
309
 
310
- #: includes/class-builder-fields.php:250
311
  msgid "Add Fields"
312
  msgstr ""
313
 
314
- #: includes/class-builder-fields.php:257
315
  msgid ""
316
  "Create a field for each piece of information you want to collect. Good "
317
  "basics include email address, first name, and last name."
318
  msgstr ""
319
 
320
- #: includes/class-builder-fields.php:268
321
  msgid "Field {#}"
322
  msgstr ""
323
 
324
- #: includes/class-builder-fields.php:269
325
  msgid "Add Another Field"
326
  msgstr ""
327
 
328
- #: includes/class-builder-fields.php:270
329
  msgid "Remove Field"
330
  msgstr ""
331
 
332
- #: includes/class-builder-fields.php:277
333
  msgid "Field Label"
334
  msgstr ""
335
 
336
- #: includes/class-builder-fields.php:280
337
  msgid "Email"
338
  msgstr ""
339
 
340
- #: includes/class-builder-fields.php:285
341
  msgid "Field Description"
342
  msgstr ""
343
 
344
- #: includes/class-builder-fields.php:292
345
  msgid "Email (required)"
346
  msgstr ""
347
 
348
- #: includes/class-builder-fields.php:293
349
  msgid "First Name"
350
  msgstr ""
351
 
352
- #: includes/class-builder-fields.php:294
353
  msgid "Last Name"
354
  msgstr ""
355
 
356
- #: includes/class-builder-fields.php:295
357
  msgid "Phone Number"
358
  msgstr ""
359
 
360
- #: includes/class-builder-fields.php:296
361
  msgid "Address"
362
  msgstr ""
363
 
364
- #: includes/class-builder-fields.php:297
365
  msgid "Job Title"
366
  msgstr ""
367
 
368
- #: includes/class-builder-fields.php:298
369
  msgid "Company"
370
  msgstr ""
371
 
372
- #: includes/class-builder-fields.php:299
373
  msgid "Website"
374
  msgstr ""
375
 
376
- #: includes/class-builder-fields.php:307
377
  msgid "Custom Text Field"
378
  msgstr ""
379
 
380
- #: includes/class-builder-fields.php:308
381
  msgid "Custom Text Area"
382
  msgstr ""
383
 
384
- #: includes/class-builder-fields.php:313
385
  msgid "Select a Field"
386
  msgstr ""
387
 
388
- #: includes/class-builder-fields.php:324
389
  msgid "Required"
390
  msgstr ""
391
 
 
 
 
 
 
 
392
  #: includes/class-builder.php:195
393
  msgid "Please add an email field to continue."
394
  msgstr ""
@@ -401,7 +421,7 @@ msgstr ""
401
  msgid "Now, how would you like to manage the information you collect?"
402
  msgstr ""
403
 
404
- #: includes/class-builder.php:299 includes/class-connect.php:212
405
  msgctxt "email marketing alt text"
406
  msgid "? mail"
407
  msgstr ""
@@ -416,7 +436,7 @@ msgid ""
416
  "can do for me."
417
  msgstr ""
418
 
419
- #: includes/class-builder.php:316 includes/class-connect.php:224
420
  msgctxt "connect alt text"
421
  msgid "hand holding phone"
422
  msgstr ""
@@ -431,7 +451,7 @@ msgid ""
431
  "account."
432
  msgstr ""
433
 
434
- #: includes/class-builder.php:323 includes/class-connect.php:240
435
  msgid "Connect Plugin"
436
  msgstr ""
437
 
@@ -449,414 +469,428 @@ msgstr ""
449
  msgid "I'll manage the information on my own for now."
450
  msgstr ""
451
 
452
- #: includes/class-check.php:46
453
  msgid "Server Check"
454
  msgstr ""
455
 
456
- #: includes/class-check.php:121
457
  msgid "Encrpytion Library: "
458
  msgstr ""
459
 
460
- #: includes/class-connect.php:127
461
  msgid "Connect Now"
462
  msgstr ""
463
 
464
- #: includes/class-connect.php:133 includes/class-connect.php:189
465
  msgid "Disconnect"
466
  msgstr ""
467
 
468
- #: includes/class-connect.php:172
469
  msgid "Are you sure you want to disconnect?"
470
  msgstr ""
471
 
472
- #: includes/class-connect.php:182
473
  msgid "Plugin connected to Constant Contact."
474
  msgstr ""
475
 
476
- #: includes/class-connect.php:198
477
  msgid "There was an error connecting your account. Please try again."
478
  msgstr ""
479
 
480
- #: includes/class-connect.php:204
481
  msgid ""
482
  "To take full advantage of this plugin, we recommend having an active "
483
  "Constant Contact account."
484
  msgstr ""
485
 
486
- #: includes/class-connect.php:214
487
  msgid "Need an account?"
488
  msgstr ""
489
 
490
- #: includes/class-connect.php:216
491
  msgid ""
492
  "Sign up for a free 60-day trial to connect with visitors beyond your website."
493
  msgstr ""
494
 
495
- #: includes/class-connect.php:226
496
  msgid "Have an account?"
497
  msgstr ""
498
 
499
- #: includes/class-connect.php:228
500
  msgid "Connect the plugin to log in to your Constant Contact account"
501
  msgstr ""
502
 
503
- #: includes/class-connect.php:229
504
  msgid "(by connecting, you authorize this plugin to access your account)."
505
  msgstr ""
506
 
507
- #: includes/class-connect.php:247
508
  msgid "NOTE: "
509
  msgstr ""
510
 
511
- #: includes/class-connect.php:247
512
  msgid ""
513
  "It’s possible to use the plugin without connecting to a Constant Contact "
514
  "account. In this case, all information collected by the forms will be "
515
  "individually emailed to the Site Admin."
516
  msgstr ""
517
 
518
- #: includes/class-cpts.php:66
519
  msgctxt "Post Type General Name"
520
  msgid "Forms"
521
  msgstr ""
522
 
523
- #: includes/class-cpts.php:67
524
  msgctxt "Post Type Singular Name"
525
  msgid "Form"
526
  msgstr ""
527
 
528
- #: includes/class-cpts.php:68 includes/class-cpts.php:69
529
  msgid "Contact Form"
530
  msgstr ""
531
 
532
- #: includes/class-cpts.php:70
533
  msgid "Form Archives"
534
  msgstr ""
535
 
536
- #: includes/class-cpts.php:71
537
  msgid "Parent Form:"
538
  msgstr ""
539
 
540
- #: includes/class-cpts.php:72
541
  msgid "All Forms"
542
  msgstr ""
543
 
544
- #: includes/class-cpts.php:73 includes/class-cpts.php:74
545
  msgid "Add New Form"
546
  msgstr ""
547
 
548
- #: includes/class-cpts.php:75
549
  msgid "New Form"
550
  msgstr ""
551
 
552
- #: includes/class-cpts.php:76 includes/class-display.php:509
553
  msgid "Edit Form"
554
  msgstr ""
555
 
556
- #: includes/class-cpts.php:77
557
  msgid "Update Form"
558
  msgstr ""
559
 
560
- #: includes/class-cpts.php:78
561
  msgid "View Form"
562
  msgstr ""
563
 
564
- #: includes/class-cpts.php:79
565
  msgid "Search Form"
566
  msgstr ""
567
 
568
- #: includes/class-cpts.php:80 includes/class-cpts.php:138
569
- msgid "Not found"
570
  msgstr ""
571
 
572
- #: includes/class-cpts.php:81 includes/class-cpts.php:139
573
- msgid "Not found in Trash"
574
  msgstr ""
575
 
576
- #: includes/class-cpts.php:82 includes/class-cpts.php:140
577
  msgid "Featured Image"
578
  msgstr ""
579
 
580
- #: includes/class-cpts.php:83 includes/class-cpts.php:141
581
  msgid "Set featured image"
582
  msgstr ""
583
 
584
- #: includes/class-cpts.php:84 includes/class-cpts.php:142
585
  msgid "Remove featured image"
586
  msgstr ""
587
 
588
- #: includes/class-cpts.php:85 includes/class-cpts.php:143
589
  msgid "Use as featured image"
590
  msgstr ""
591
 
592
- #: includes/class-cpts.php:86
593
  msgid "Insert into Form"
594
  msgstr ""
595
 
596
- #: includes/class-cpts.php:87
597
  msgid "Uploaded to this Form"
598
  msgstr ""
599
 
600
- #: includes/class-cpts.php:88
601
  msgid "Forms list"
602
  msgstr ""
603
 
604
- #: includes/class-cpts.php:89
605
  msgid "Forms list navigation"
606
  msgstr ""
607
 
608
- #: includes/class-cpts.php:90
609
  msgid "Filter forms list"
610
  msgstr ""
611
 
612
- #: includes/class-cpts.php:94
613
  msgid "Constant Contact forms."
614
  msgstr ""
615
 
616
- #: includes/class-cpts.php:124
617
  msgctxt "Post Type General Name"
618
  msgid "Lists"
619
  msgstr ""
620
 
621
- #: includes/class-cpts.php:125
622
  msgctxt "Post Type Singular Name"
623
  msgid "List"
624
  msgstr ""
625
 
626
- #: includes/class-cpts.php:126 includes/class-cpts.php:127
627
- #: includes/class-cpts.php:130
628
  msgid "Lists"
629
  msgstr ""
630
 
631
- #: includes/class-cpts.php:128
632
  msgid "List Archives"
633
  msgstr ""
634
 
635
- #: includes/class-cpts.php:129
636
  msgid "Parent List:"
637
  msgstr ""
638
 
639
- #: includes/class-cpts.php:131 includes/class-cpts.php:132
640
  msgid "Add New List"
641
  msgstr ""
642
 
643
- #: includes/class-cpts.php:133
644
  msgid "New List"
645
  msgstr ""
646
 
647
- #: includes/class-cpts.php:134
648
  msgid "Edit List"
649
  msgstr ""
650
 
651
- #: includes/class-cpts.php:135
652
  msgid "Update List"
653
  msgstr ""
654
 
655
- #: includes/class-cpts.php:136
656
  msgid "View List"
657
  msgstr ""
658
 
659
- #: includes/class-cpts.php:137
660
  msgid "Search List"
661
  msgstr ""
662
 
663
- #: includes/class-cpts.php:144
 
 
 
 
 
 
 
 
664
  msgid "Insert into List"
665
  msgstr ""
666
 
667
- #: includes/class-cpts.php:145
668
  msgid "Uploaded to this List"
669
  msgstr ""
670
 
671
- #: includes/class-cpts.php:146
672
  msgid "Lists list"
673
  msgstr ""
674
 
675
- #: includes/class-cpts.php:147
676
  msgid "Lists list navigation"
677
  msgstr ""
678
 
679
- #: includes/class-cpts.php:148
680
  msgid "Filter lists list"
681
  msgstr ""
682
 
683
- #: includes/class-cpts.php:152
684
  msgid "Constant Contact lists."
685
  msgstr ""
686
 
687
- #: includes/class-cpts.php:190 includes/class-cpts.php:193
688
  msgid "List updated."
689
  msgstr ""
690
 
691
- #: includes/class-cpts.php:191 includes/class-cpts.php:205
692
  msgid "Custom field updated."
693
  msgstr ""
694
 
695
- #: includes/class-cpts.php:192 includes/class-cpts.php:206
696
  msgid "Custom field deleted."
697
  msgstr ""
698
 
699
- #: includes/class-cpts.php:194
 
700
  msgid "List restored to revision from %s"
701
  msgstr ""
702
 
703
- #: includes/class-cpts.php:195
704
  msgid "List published."
705
  msgstr ""
706
 
707
- #: includes/class-cpts.php:196
708
  msgid "List saved."
709
  msgstr ""
710
 
711
- #: includes/class-cpts.php:197
712
  msgid "List submitted."
713
  msgstr ""
714
 
715
- #: includes/class-cpts.php:198
 
716
  msgid "List scheduled for: <strong>%1$s</strong>."
717
  msgstr ""
718
 
719
- #: includes/class-cpts.php:199
720
  msgid "List draft updated."
721
  msgstr ""
722
 
723
- #: includes/class-cpts.php:204 includes/class-cpts.php:207
724
  msgid "Form updated."
725
  msgstr ""
726
 
727
- #: includes/class-cpts.php:208
 
728
  msgid "Form restored to revision from %s"
729
  msgstr ""
730
 
731
- #: includes/class-cpts.php:209
732
  msgid "Form published."
733
  msgstr ""
734
 
735
- #: includes/class-cpts.php:210
736
  msgid "Form saved."
737
  msgstr ""
738
 
739
- #: includes/class-cpts.php:211
740
  msgid "Form submitted."
741
  msgstr ""
742
 
743
- #: includes/class-cpts.php:212
 
744
  msgid "Form scheduled for: <strong>%1$s</strong>."
745
  msgstr ""
746
 
747
- #: includes/class-cpts.php:213
748
  msgid "Form draft updated."
749
  msgstr ""
750
 
751
- #: includes/class-cpts.php:243
752
  msgid "Enter a form name"
753
  msgstr ""
754
 
755
- #: includes/class-cpts.php:244
756
  msgid "(Examples: Join Our Email List, Contact Us)"
757
  msgstr ""
758
 
759
- #: includes/class-cpts.php:306
760
  msgid "No title"
761
  msgstr ""
762
 
763
- #: includes/class-cpts.php:313
 
764
  msgid "%s (last modified %s ago)"
765
  msgstr ""
766
 
767
- #: includes/class-display.php:326 includes/class-display.php:1048
768
  msgid "Error: Please correct your entry."
769
  msgstr ""
770
 
771
- #: includes/class-display.php:328
772
  msgid " Error: Please fill out this field."
773
  msgstr ""
774
 
775
- #: includes/class-display.php:682
776
  msgid "Send"
777
  msgstr ""
778
 
779
- #: includes/class-display.php:788
780
  msgid "Street Address"
781
  msgstr ""
782
 
783
- #: includes/class-display.php:789
784
  msgid "Address Line 2"
785
  msgstr ""
786
 
787
- #: includes/class-display.php:790
788
  msgid "City"
789
  msgstr ""
790
 
791
- #: includes/class-display.php:791
792
  msgid "State"
793
  msgstr ""
794
 
795
- #: includes/class-display.php:792
796
  msgid "ZIP Code"
797
  msgstr ""
798
 
799
- #: includes/class-display.php:846
800
  msgid "Month"
801
  msgstr ""
802
 
803
- #: includes/class-display.php:847
804
  msgid "Day"
805
  msgstr ""
806
 
807
- #: includes/class-display.php:848
808
  msgid "Year"
809
  msgstr ""
810
 
811
- #: includes/class-display.php:960
812
  msgid "January"
813
  msgstr ""
814
 
815
- #: includes/class-display.php:961
816
  msgid "February"
817
  msgstr ""
818
 
819
- #: includes/class-display.php:962
820
  msgid "March"
821
  msgstr ""
822
 
823
- #: includes/class-display.php:963
824
  msgid "April"
825
  msgstr ""
826
 
827
- #: includes/class-display.php:964
828
  msgid "May"
829
  msgstr ""
830
 
831
- #: includes/class-display.php:965
832
  msgid "June"
833
  msgstr ""
834
 
835
- #: includes/class-display.php:966
836
  msgid "July "
837
  msgstr ""
838
 
839
- #: includes/class-display.php:967
840
  msgid "August"
841
  msgstr ""
842
 
843
- #: includes/class-display.php:968
844
  msgid "September"
845
  msgstr ""
846
 
847
- #: includes/class-display.php:969
848
  msgid "October"
849
  msgstr ""
850
 
851
- #: includes/class-display.php:970
852
  msgid "November"
853
  msgstr ""
854
 
855
- #: includes/class-display.php:971
856
  msgid "December"
857
  msgstr ""
858
 
859
- #: includes/class-display.php:1109
 
860
  msgid ""
861
  "By submitting this form, you are granting: %s, permission to email you. You "
862
  "may unsubscribe via the link found at the bottom of every email. (See our "
@@ -864,7 +898,7 @@ msgid ""
864
  "for details.) Emails are serviced by Constant Contact."
865
  msgstr ""
866
 
867
- #: includes/class-lists.php:93
868
  msgid "List Information"
869
  msgstr ""
870
 
@@ -872,37 +906,40 @@ msgstr ""
872
  msgid "List information will populate upon saving."
873
  msgstr ""
874
 
875
- #: includes/class-lists.php:801
876
  msgid "You already have a list with that name."
877
  msgstr ""
878
 
879
- #: includes/class-lists.php:829
880
  msgid "Sync Lists with Constant Contact"
881
  msgstr ""
882
 
883
  #: includes/class-mail.php:191
 
884
  msgid "Duplicate send mail for: %s and: %s"
885
  msgstr ""
886
 
887
- #: includes/class-mail.php:208
888
  msgid ""
889
  "Congratulations! Your Constant Contact Forms plugin has successfully "
890
  "captured new information:"
891
  msgstr ""
892
 
893
- #: includes/class-mail.php:211
894
  msgid ""
895
- "Don't forget: Email marketing is a great way to stay connected with visitors "
896
- "after they’ve left your site. To make the most of the information you "
897
- "collect, connect the plugin to an active Constant Contact account. Just go "
898
- "to the Connect page from the Plugin console view."
 
899
  msgstr ""
900
 
901
- #: includes/class-mail.php:219
902
- msgid "New submission"
903
  msgstr ""
904
 
905
  #: includes/class-notification-content.php:46
 
906
  msgid ""
907
  "To take full advantage of the %s plugin, we recommend having an active "
908
  "Constant Contact account."
@@ -916,310 +953,112 @@ msgstr ""
916
  msgid "Try Us Free"
917
  msgstr ""
918
 
919
- #: includes/class-notification-content.php:73
920
  msgid ""
921
  "You currently have a large number of lists in your Constant Contact account. "
922
  "You may experience some issues with syncing them."
923
  msgstr ""
924
 
925
- #: includes/class-notifications.php:403
926
  msgid "Dismiss this notice."
927
  msgstr ""
928
 
929
- #: includes/class-process-form.php:148 includes/class-process-form.php:563
930
  msgid ""
931
  "We had trouble processing your submission. Please review your entries and "
932
  "try again."
933
  msgstr ""
934
 
935
- #: includes/class-process-form.php:157 includes/class-process-form.php:166
936
- #: includes/class-process-form.php:175
937
  msgid ""
938
  "We had trouble processing your submission. Make sure you haven't changed the "
939
  "required Form ID and try again."
940
  msgstr ""
941
 
942
- #: includes/class-process-form.php:531
943
  msgid "There was an error sending your form."
944
  msgstr ""
945
 
946
- #: includes/class-process-form.php:546
947
  msgid "Your information has been submitted."
948
  msgstr ""
949
 
950
- #: includes/class-settings.php:133 includes/class-settings.php:134
951
- #: includes/class-settings.php:153
952
  msgid "Advanced Opt-in"
953
  msgstr ""
954
 
955
- #: includes/class-settings.php:225
956
  msgid "Opt-in Location"
957
  msgstr ""
958
 
959
- #: includes/class-settings.php:232 includes/class-settings.php:239
960
  msgid "Select a list"
961
  msgstr ""
962
 
963
- #: includes/class-settings.php:244
964
  msgid "Business Name"
965
  msgstr ""
966
 
967
- #: includes/class-settings.php:259
 
968
  msgid "Yes, I would like to receive emails from %s. Sign me up!"
969
  msgstr ""
970
 
971
- #: includes/class-settings.php:264
972
  msgid "Disclosure Name"
973
  msgstr ""
974
 
975
- #: includes/class-settings.php:272
976
  msgid "Disclosure Address"
977
  msgstr ""
978
 
979
- #: includes/class-settings.php:292
980
  msgid "Add a checkbox to the comment field in your posts"
981
  msgstr ""
982
 
983
- #: includes/class-settings.php:293
984
  msgid "Add a checkbox to the main WordPress login page"
985
  msgstr ""
986
 
987
- #: includes/class-settings.php:298
988
  msgid "Add a checkbox to the WordPress user registration page"
989
  msgstr ""
990
 
991
- #: includes/class-settings.php:390
992
  msgid "Sign up to our newsletter."
993
  msgstr ""
994
 
995
- #: includes/class-shortcode-admin.php:40 includes/class-shortcode-admin.php:41
996
  msgid "Add Constant Contact Form"
997
  msgstr ""
998
 
999
- #: includes/class-shortcode-admin.php:61
1000
  msgid "Form Shortcode"
1001
  msgstr ""
1002
 
1003
- #: vendor/CMB2/includes/CMB2.php:122
1004
- msgid "Metabox configuration is required to have an ID parameter"
1005
- msgstr ""
1006
-
1007
- #: vendor/CMB2/includes/CMB2.php:375
1008
- msgid "Click to toggle"
1009
- msgstr ""
1010
-
1011
- #: vendor/CMB2/includes/CMB2_Ajax.php:65
1012
- msgid "Please Try Again"
1013
- msgstr ""
1014
-
1015
- #: vendor/CMB2/includes/CMB2_Ajax.php:155
1016
- msgid "Remove Embed"
1017
- msgstr ""
1018
-
1019
- #: vendor/CMB2/includes/CMB2_Ajax.php:159
1020
- msgid "No oEmbed Results Found for %s. View more info at"
1021
- msgstr ""
1022
-
1023
- #: vendor/CMB2/includes/CMB2_Field.php:1030
1024
- msgid "Add Group"
1025
- msgstr ""
1026
-
1027
- #: vendor/CMB2/includes/CMB2_Field.php:1031
1028
- msgid "Remove Group"
1029
- msgstr ""
1030
-
1031
- #: vendor/CMB2/includes/CMB2_Field.php:1053
1032
- #: vendor/CMB2/includes/CMB2_Field.php:1057
1033
- msgid "None"
1034
- msgstr ""
1035
-
1036
- #: vendor/CMB2/includes/CMB2_JS.php:86 vendor/CMB2/includes/CMB2_JS.php:119
1037
- msgid "Clear"
1038
- msgstr ""
1039
-
1040
- #: vendor/CMB2/includes/CMB2_JS.php:87
1041
- msgid "Default"
1042
- msgstr ""
1043
-
1044
- #: vendor/CMB2/includes/CMB2_JS.php:88
1045
- msgid "Select Color"
1046
- msgstr ""
1047
-
1048
- #: vendor/CMB2/includes/CMB2_JS.php:89
1049
- msgid "Current Color"
1050
- msgstr ""
1051
-
1052
- #: vendor/CMB2/includes/CMB2_JS.php:109
1053
- msgctxt "Valid formatDate string for jquery-ui datepicker"
1054
- msgid "mm/dd/yy"
1055
- msgstr ""
1056
-
1057
- #: vendor/CMB2/includes/CMB2_JS.php:110
1058
- msgid "Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday"
1059
- msgstr ""
1060
-
1061
- #: vendor/CMB2/includes/CMB2_JS.php:111
1062
- msgid "Su, Mo, Tu, We, Th, Fr, Sa"
1063
- msgstr ""
1064
-
1065
- #: vendor/CMB2/includes/CMB2_JS.php:112
1066
- msgid "Sun, Mon, Tue, Wed, Thu, Fri, Sat"
1067
- msgstr ""
1068
-
1069
- #: vendor/CMB2/includes/CMB2_JS.php:113
1070
- msgid ""
1071
- "January, February, March, April, May, June, July, August, September, "
1072
- "October, November, December"
1073
- msgstr ""
1074
-
1075
- #: vendor/CMB2/includes/CMB2_JS.php:114
1076
- msgid "Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec"
1077
- msgstr ""
1078
-
1079
- #: vendor/CMB2/includes/CMB2_JS.php:115
1080
- msgid "Next"
1081
- msgstr ""
1082
-
1083
- #: vendor/CMB2/includes/CMB2_JS.php:116
1084
- msgid "Prev"
1085
- msgstr ""
1086
-
1087
- #: vendor/CMB2/includes/CMB2_JS.php:117
1088
- msgid "Today"
1089
- msgstr ""
1090
-
1091
- #: vendor/CMB2/includes/CMB2_JS.php:118 vendor/CMB2/includes/CMB2_JS.php:128
1092
- msgid "Done"
1093
- msgstr ""
1094
-
1095
- #: vendor/CMB2/includes/CMB2_JS.php:122
1096
- msgid "Choose Time"
1097
- msgstr ""
1098
-
1099
- #: vendor/CMB2/includes/CMB2_JS.php:123
1100
- msgid "Time"
1101
- msgstr ""
1102
-
1103
- #: vendor/CMB2/includes/CMB2_JS.php:124
1104
- msgid "Hour"
1105
- msgstr ""
1106
-
1107
- #: vendor/CMB2/includes/CMB2_JS.php:125
1108
- msgid "Minute"
1109
- msgstr ""
1110
-
1111
- #: vendor/CMB2/includes/CMB2_JS.php:126
1112
- msgid "Second"
1113
- msgstr ""
1114
-
1115
- #: vendor/CMB2/includes/CMB2_JS.php:127
1116
- msgid "Now"
1117
- msgstr ""
1118
-
1119
- #: vendor/CMB2/includes/CMB2_JS.php:129
1120
- msgctxt ""
1121
- "Valid formatting string, as per http://trentrichardson.com/examples/"
1122
- "timepicker/"
1123
- msgid "hh:mm TT"
1124
- msgstr ""
1125
-
1126
- #: vendor/CMB2/includes/CMB2_JS.php:135
1127
- msgid "Use this file"
1128
- msgstr ""
1129
-
1130
- #: vendor/CMB2/includes/CMB2_JS.php:136
1131
- msgid "Use these files"
1132
  msgstr ""
1133
 
1134
- #: vendor/CMB2/includes/CMB2_JS.php:137
1135
- #: vendor/CMB2/includes/CMB2_Types.php:1021
1136
- msgid "Remove Image"
1137
  msgstr ""
1138
 
1139
- #: vendor/CMB2/includes/CMB2_JS.php:138 vendor/CMB2/includes/CMB2_Types.php:357
1140
- #: vendor/CMB2/includes/CMB2_Types.php:1040
1141
- msgid "Remove"
1142
  msgstr ""
1143
 
1144
- #: vendor/CMB2/includes/CMB2_JS.php:139
1145
- #: vendor/CMB2/includes/CMB2_Types.php:1035
1146
- msgid "File:"
1147
- msgstr ""
1148
-
1149
- #: vendor/CMB2/includes/CMB2_JS.php:140
1150
- #: vendor/CMB2/includes/CMB2_Types.php:1038
1151
- msgid "Download"
1152
- msgstr ""
1153
-
1154
- #: vendor/CMB2/includes/CMB2_JS.php:141
1155
- msgid "Select / Deselect All"
1156
- msgstr ""
1157
-
1158
- #: vendor/CMB2/includes/CMB2_Types.php:298
1159
- msgid "Add Row"
1160
- msgstr ""
1161
-
1162
- #: vendor/CMB2/includes/CMB2_Types.php:768
1163
- #: vendor/CMB2/includes/CMB2_Types.php:816
1164
- msgid "No terms"
1165
- msgstr ""
1166
-
1167
- #: vendor/CMB2/includes/CMB2_Types.php:884
1168
- msgid "Add or Upload Files"
1169
- msgstr ""
1170
-
1171
- #: vendor/CMB2/includes/CMB2_Types.php:945
1172
- msgid "Add or Upload File"
1173
- msgstr ""
1174
-
1175
- #: vendor/CMB2/includes/CMB2_hookup.php:120
1176
- msgid ""
1177
- "Term Metadata is a WordPress > 4.4 feature. Please upgrade your WordPress "
1178
- "install."
1179
- msgstr ""
1180
-
1181
- #: vendor/CMB2/includes/CMB2_hookup.php:124
1182
- msgid "Term metaboxes configuration requires a 'taxonomies' parameter"
1183
- msgstr ""
1184
-
1185
- #: vendor/CMB2/includes/helper-functions.php:250
1186
- msgid "Save"
1187
- msgstr ""
1188
-
1189
- #: vendor/WDS-Shortcodes/includes/shortcode-admin.php:57
1190
- #: vendor/WDS-Shortcodes/vendor/jtsternberg/shortcode-button/shortcode-button.php:48
1191
- msgid "Cancel"
1192
- msgstr ""
1193
-
1194
- #: vendor/WDS-Shortcodes/includes/shortcode-admin.php:58
1195
- #: vendor/WDS-Shortcodes/vendor/jtsternberg/shortcode-button/shortcode-button.php:49
1196
- msgid "Insert Shortcode"
1197
- msgstr ""
1198
-
1199
- #: vendor/WDS-Shortcodes/vendor/jtsternberg/shortcode-button/shortcode-button.php:50
1200
- msgid "Update Shortcode"
1201
- msgstr ""
1202
-
1203
- #: vendor/WDS-Shortcodes/vendor/jtsternberg/shortcode-button/shortcode-button.php:302
1204
- msgid "failed verification"
1205
- msgstr ""
1206
-
1207
- #: vendor/WDS-Shortcodes/vendor/jtsternberg/shortcode-button/shortcode-button.php:380
1208
- msgid "No items found."
1209
- msgstr ""
1210
-
1211
- #: vendor/WDS-Shortcodes/vendor/jtsternberg/shortcode-button/templates/modal.php:6
1212
- #: vendor/WDS-Shortcodes/vendor/jtsternberg/shortcode-button/templates/modal.php:9
1213
- msgid "Close"
1214
  msgstr ""
1215
 
1216
  #. Plugin Name of the plugin/theme
1217
  msgid "Constant Contact Forms for WordPress"
1218
  msgstr ""
1219
 
1220
- #. #-#-#-#-# constant-contact-forms.pot (Constant Contact Forms for WordPress 1.0.2) #-#-#-#-#
1221
  #. Plugin URI of the plugin/theme
1222
- #. #-#-#-#-# constant-contact-forms.pot (Constant Contact Forms for WordPress 1.0.2) #-#-#-#-#
1223
  #. Author URI of the plugin/theme
1224
  msgid "https://www.constantcontact.com"
1225
  msgstr ""
1
+ #, fuzzy
 
2
  msgid ""
3
  msgstr ""
4
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
+ "Project-Id-Version: Constant Contact Forms for WordPress\n"
6
+ "POT-Creation-Date: 2016-11-30 14:07-0600\n"
7
+ "PO-Revision-Date: 2016-10-26 11:35-0500\n"
8
+ "Last-Translator: Michael Beckwith <michael.d.beckwith@gmail.com>\n"
9
+ "Language-Team: Michael Beckwith <michael.d.beckwith@gmail.com>\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 1.8.11\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-WPHeader: constant-contact-forms.php\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
18
+ "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
19
+ "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPathExcluded-0: *.js\n"
22
+ "X-Poedit-SearchPathExcluded-1: vendor\n"
23
+ "X-Poedit-SearchPathExcluded-2: tests\n"
24
 
 
25
  #. Author of the plugin/theme
26
  #: constant-contact-forms.php:201 includes/class-builder.php:309
27
+ #: includes/class-cpts.php:95 includes/class-cpts.php:153
28
  msgid "Constant Contact"
29
  msgstr ""
30
 
34
  "administrator should be able to assist in updating your PHP version."
35
  msgstr ""
36
 
37
+ #: constant-contact-forms.php:533
38
  msgid "Error loading license."
39
  msgstr ""
40
 
41
+ #: includes/class-admin-pages.php:87
42
  msgid "This is a sample help header"
43
  msgstr ""
44
 
45
+ #: includes/class-admin-pages.php:88
46
  msgid "This is some sample help text."
47
  msgstr ""
48
 
49
+ #: includes/class-admin-pages.php:91
50
  msgid "This is another sample header"
51
  msgstr ""
52
 
53
+ #: includes/class-admin-pages.php:92
54
  msgid "This is also some sample help text."
55
  msgstr ""
56
 
57
+ #: includes/class-admin-pages.php:114
58
  msgid "Is this a sample question?"
59
  msgstr ""
60
 
61
+ #: includes/class-admin-pages.php:115
62
  msgid "This is a sample answer"
63
  msgstr ""
64
 
65
+ #: includes/class-admin-pages.php:118
66
  msgid "This is also a sample question"
67
  msgstr ""
68
 
69
+ #: includes/class-admin-pages.php:119
70
  msgid "This is another sample answer"
71
  msgstr ""
72
 
73
+ #: includes/class-admin-pages.php:136
74
  msgid "Help / FAQ"
75
  msgstr ""
76
 
77
+ #: includes/class-admin-pages.php:143
78
  msgid "Help"
79
  msgstr ""
80
 
81
+ #: includes/class-admin-pages.php:177
82
  msgid "FAQ"
83
  msgstr ""
84
 
85
+ #: includes/class-admin-pages.php:241
86
  #: includes/class-notification-content.php:47
87
  msgid "Constant Contact Forms"
88
  msgstr ""
89
 
90
+ #: includes/class-admin-pages.php:244
91
  msgid ""
92
  "This plugin makes it fast and easy to capture all kinds of visitor "
93
  "information right from your WordPress site—even if you don’t have a Constant "
94
  "Contact account."
95
  msgstr ""
96
 
97
+ #: includes/class-admin-pages.php:247
98
  msgid ""
99
  "Whether you’re looking to collect email addresses, contact info, event sign-"
100
  "ups, or visitor feedback, you can customize your forms with data fields that "
101
  "work best for you."
102
  msgstr ""
103
 
104
+ #: includes/class-admin-pages.php:249
105
  msgid ""
106
  "Quickly create different types of forms that are clear, simple, and mobile-"
107
  "optimized."
108
  msgstr ""
109
 
110
+ #: includes/class-admin-pages.php:250
111
  msgid ""
112
  "Choose forms that automatically select the theme and style of your WordPress "
113
  "site."
114
  msgstr ""
115
 
116
+ #: includes/class-admin-pages.php:251
117
  msgid ""
118
  "Customize the form data fields, so you can tailor the type of information "
119
  "you collect."
120
  msgstr ""
121
 
122
+ #: includes/class-admin-pages.php:255
123
  msgid ""
124
  "Using your sign-up forms to collect email addresses? Email marketing is a "
125
  "great way to stay connected with visitors after they’ve left your site. And "
127
  "will be automatically added to your selected email lists. "
128
  msgstr ""
129
 
130
+ #: includes/class-admin-pages.php:258 includes/class-connect.php:220
131
  msgid "Try us Free"
132
  msgstr ""
133
 
134
+ #: includes/class-admin-pages.php:268
135
  msgid "Already have a Constant Contact account?"
136
  msgstr ""
137
 
138
+ #: includes/class-admin-pages.php:270
139
  msgid "Connect the plugin"
140
  msgstr ""
141
 
142
+ #: includes/class-admin-pages.php:279
143
  msgid "Powerful Email Marketing, Made Simple."
144
  msgstr ""
145
 
146
+ #: includes/class-admin-pages.php:282
147
  msgid "Create professional emails that bring customers to your door"
148
  msgstr ""
149
 
150
+ #: includes/class-admin-pages.php:286
151
  msgid ""
152
  "Email marketing is good for your business. $44-back-for-every-$1-spent kind "
153
  "of good.* And with the Constant Contact Forms plugin, you can easily add "
155
  "after they’ve left."
156
  msgstr ""
157
 
158
+ #: includes/class-admin-pages.php:290
159
  msgid "GPLv3 license"
160
  msgstr ""
161
 
162
+ #: includes/class-admin-pages.php:293
163
+ #, php-format
164
  msgid "This software is released under a modified %s."
165
  msgstr ""
166
 
167
+ #: includes/class-admin-pages.php:300
168
  msgid "*Direct Marketing Association 2013 Statistical Fact Book"
169
  msgstr ""
170
 
171
+ #: includes/class-admin-pages.php:309
172
  msgid "Easily Add Forms"
173
  msgstr ""
174
 
175
+ #: includes/class-admin-pages.php:312
176
  msgctxt "add forms alt text"
177
  msgid "add forms screenshot"
178
  msgstr ""
179
 
180
+ #: includes/class-admin-pages.php:315
181
  msgid ""
182
  "Create forms that automatically select the theme and styling of your "
183
  "WordPress site for a perfect match. "
184
  msgstr ""
185
 
186
+ #: includes/class-admin-pages.php:321
187
  msgid "Stay Connected With Your WordPress Visitors"
188
  msgstr ""
189
 
190
+ #: includes/class-admin-pages.php:324
191
  msgctxt "stay connected alt text"
192
  msgid "stay connected screenshot"
193
  msgstr ""
194
 
195
+ #: includes/class-admin-pages.php:327
196
  msgid ""
197
  "Form completions from site visitors are conveniently added to your Constant "
198
  "Contact email list."
199
  msgstr ""
200
 
201
+ #: includes/class-admin-pages.php:347
202
  msgid "Constant Contact Forms - License"
203
  msgstr ""
204
 
205
+ #: includes/class-admin.php:110 includes/class-admin.php:111
206
+ #: includes/class-admin.php:290
207
  msgid "About"
208
  msgstr ""
209
 
210
+ #: includes/class-admin.php:119 includes/class-admin.php:120
211
+ #: includes/class-admin.php:291
212
  msgid "License"
213
  msgstr ""
214
 
215
+ #: includes/class-admin.php:204 includes/class-settings.php:597
216
  msgid "Settings updated."
217
  msgstr ""
218
 
219
+ #: includes/class-admin.php:242
220
  msgid "Description"
221
  msgstr ""
222
 
223
+ #: includes/class-admin.php:243 includes/class-builder-fields.php:362
224
  msgid "Shortcode"
225
  msgstr ""
226
 
227
+ #: includes/class-admin.php:287
228
  msgid "Check out the official WordPress plugin from @constantcontact :"
229
  msgstr ""
230
 
231
+ #: includes/class-admin.php:303
232
  msgid "Spread the word!"
233
  msgstr ""
234
 
235
+ #: includes/class-admin.php:377
236
  msgid "You have unsaved changes."
237
  msgstr ""
238
 
239
+ #: includes/class-admin.php:378
240
  msgid "move up"
241
  msgstr ""
242
 
243
+ #: includes/class-admin.php:379
244
  msgid "move down"
245
  msgstr ""
246
 
247
+ #: includes/class-api.php:495
248
  msgid "Contact type not returned"
249
  msgstr ""
250
 
251
+ #: includes/class-api.php:666
252
  msgid ""
253
  "Your API access token is invalid. Reconnect to Constant Contact to receive a "
254
  "new token."
255
  msgstr ""
256
 
257
+ #: includes/class-builder-fields.php:95
258
  msgid "Form Description"
259
  msgstr ""
260
 
261
+ #: includes/class-builder-fields.php:103
262
  msgid ""
263
  "This message will display above the form fields, so use it as an opportunity "
264
  "to pitch your email list. Tell visitors why they should subscribe to your "
266
  "coupons, and more."
267
  msgstr ""
268
 
269
+ #: includes/class-builder-fields.php:124
270
  msgid "Form Options"
271
  msgstr ""
272
 
273
+ #: includes/class-builder-fields.php:132
274
+ msgid "Button text"
275
+ msgstr ""
276
+
277
+ #: includes/class-builder-fields.php:163 includes/class-settings.php:236
278
  msgid "Add subscribers to"
279
  msgstr ""
280
 
281
+ #: includes/class-builder-fields.php:166
282
  msgid "No List Selected"
283
  msgstr ""
284
 
285
+ #: includes/class-builder-fields.php:189
286
  msgid "Enable email subscriber opt-in"
287
  msgstr ""
288
 
289
+ #: includes/class-builder-fields.php:191
290
  msgid "Adds an opt-in to the bottom of your form."
291
  msgstr ""
292
 
293
+ #: includes/class-builder-fields.php:211
294
  msgid "Show opt-in checkbox to allow visitors to opt-in to your email list."
295
  msgstr ""
296
 
297
+ #: includes/class-builder-fields.php:213
298
  msgid "(usually used with a Contact Us type form)"
299
  msgstr ""
300
 
301
+ #: includes/class-builder-fields.php:216
302
  msgid "Show Opt-in checkbox"
303
  msgstr ""
304
 
305
+ #: includes/class-builder-fields.php:233
306
  msgid "Your Business Name"
307
  msgstr ""
308
 
309
+ #: includes/class-builder-fields.php:236 includes/class-settings.php:257
310
  msgid "Opt-in Affirmation"
311
  msgstr ""
312
 
313
+ #: includes/class-builder-fields.php:239
314
+ #, php-format
315
  msgid ""
316
  "Example: Yes, I would like to receive emails from %s. (You can unsubscribe "
317
  "anytime)"
318
  msgstr ""
319
 
320
+ #: includes/class-builder-fields.php:256
321
  msgid "Form Fields"
322
  msgstr ""
323
 
324
+ #: includes/class-builder-fields.php:265
325
  msgid "Add Fields"
326
  msgstr ""
327
 
328
+ #: includes/class-builder-fields.php:272
329
  msgid ""
330
  "Create a field for each piece of information you want to collect. Good "
331
  "basics include email address, first name, and last name."
332
  msgstr ""
333
 
334
+ #: includes/class-builder-fields.php:283
335
  msgid "Field {#}"
336
  msgstr ""
337
 
338
+ #: includes/class-builder-fields.php:284
339
  msgid "Add Another Field"
340
  msgstr ""
341
 
342
+ #: includes/class-builder-fields.php:285
343
  msgid "Remove Field"
344
  msgstr ""
345
 
346
+ #: includes/class-builder-fields.php:292
347
  msgid "Field Label"
348
  msgstr ""
349
 
350
+ #: includes/class-builder-fields.php:295
351
  msgid "Email"
352
  msgstr ""
353
 
354
+ #: includes/class-builder-fields.php:300
355
  msgid "Field Description"
356
  msgstr ""
357
 
358
+ #: includes/class-builder-fields.php:314
359
  msgid "Email (required)"
360
  msgstr ""
361
 
362
+ #: includes/class-builder-fields.php:315
363
  msgid "First Name"
364
  msgstr ""
365
 
366
+ #: includes/class-builder-fields.php:316
367
  msgid "Last Name"
368
  msgstr ""
369
 
370
+ #: includes/class-builder-fields.php:317
371
  msgid "Phone Number"
372
  msgstr ""
373
 
374
+ #: includes/class-builder-fields.php:318
375
  msgid "Address"
376
  msgstr ""
377
 
378
+ #: includes/class-builder-fields.php:319
379
  msgid "Job Title"
380
  msgstr ""
381
 
382
+ #: includes/class-builder-fields.php:320
383
  msgid "Company"
384
  msgstr ""
385
 
386
+ #: includes/class-builder-fields.php:321
387
  msgid "Website"
388
  msgstr ""
389
 
390
+ #: includes/class-builder-fields.php:329
391
  msgid "Custom Text Field"
392
  msgstr ""
393
 
394
+ #: includes/class-builder-fields.php:330
395
  msgid "Custom Text Area"
396
  msgstr ""
397
 
398
+ #: includes/class-builder-fields.php:335
399
  msgid "Select a Field"
400
  msgstr ""
401
 
402
+ #: includes/class-builder-fields.php:346
403
  msgid "Required"
404
  msgstr ""
405
 
406
+ #: includes/class-builder-fields.php:373
407
+ msgid ""
408
+ "Shortcode to embed - <em><small>You can copy and paste this in a post to "
409
+ "display your form.</small></em>"
410
+ msgstr ""
411
+
412
  #: includes/class-builder.php:195
413
  msgid "Please add an email field to continue."
414
  msgstr ""
421
  msgid "Now, how would you like to manage the information you collect?"
422
  msgstr ""
423
 
424
+ #: includes/class-builder.php:299 includes/class-connect.php:214
425
  msgctxt "email marketing alt text"
426
  msgid "? mail"
427
  msgstr ""
436
  "can do for me."
437
  msgstr ""
438
 
439
+ #: includes/class-builder.php:316 includes/class-connect.php:226
440
  msgctxt "connect alt text"
441
  msgid "hand holding phone"
442
  msgstr ""
451
  "account."
452
  msgstr ""
453
 
454
+ #: includes/class-builder.php:323 includes/class-connect.php:242
455
  msgid "Connect Plugin"
456
  msgstr ""
457
 
469
  msgid "I'll manage the information on my own for now."
470
  msgstr ""
471
 
472
+ #: includes/class-check.php:47
473
  msgid "Server Check"
474
  msgstr ""
475
 
476
+ #: includes/class-check.php:119
477
  msgid "Encrpytion Library: "
478
  msgstr ""
479
 
480
+ #: includes/class-connect.php:130
481
  msgid "Connect Now"
482
  msgstr ""
483
 
484
+ #: includes/class-connect.php:136 includes/class-connect.php:191
485
  msgid "Disconnect"
486
  msgstr ""
487
 
488
+ #: includes/class-connect.php:174
489
  msgid "Are you sure you want to disconnect?"
490
  msgstr ""
491
 
492
+ #: includes/class-connect.php:184
493
  msgid "Plugin connected to Constant Contact."
494
  msgstr ""
495
 
496
+ #: includes/class-connect.php:200
497
  msgid "There was an error connecting your account. Please try again."
498
  msgstr ""
499
 
500
+ #: includes/class-connect.php:206
501
  msgid ""
502
  "To take full advantage of this plugin, we recommend having an active "
503
  "Constant Contact account."
504
  msgstr ""
505
 
506
+ #: includes/class-connect.php:216
507
  msgid "Need an account?"
508
  msgstr ""
509
 
510
+ #: includes/class-connect.php:218
511
  msgid ""
512
  "Sign up for a free 60-day trial to connect with visitors beyond your website."
513
  msgstr ""
514
 
515
+ #: includes/class-connect.php:228
516
  msgid "Have an account?"
517
  msgstr ""
518
 
519
+ #: includes/class-connect.php:230
520
  msgid "Connect the plugin to log in to your Constant Contact account"
521
  msgstr ""
522
 
523
+ #: includes/class-connect.php:231
524
  msgid "(by connecting, you authorize this plugin to access your account)."
525
  msgstr ""
526
 
527
+ #: includes/class-connect.php:249
528
  msgid "NOTE: "
529
  msgstr ""
530
 
531
+ #: includes/class-connect.php:249
532
  msgid ""
533
  "It’s possible to use the plugin without connecting to a Constant Contact "
534
  "account. In this case, all information collected by the forms will be "
535
  "individually emailed to the Site Admin."
536
  msgstr ""
537
 
538
+ #: includes/class-cpts.php:68
539
  msgctxt "Post Type General Name"
540
  msgid "Forms"
541
  msgstr ""
542
 
543
+ #: includes/class-cpts.php:69
544
  msgctxt "Post Type Singular Name"
545
  msgid "Form"
546
  msgstr ""
547
 
548
+ #: includes/class-cpts.php:70 includes/class-cpts.php:71
549
  msgid "Contact Form"
550
  msgstr ""
551
 
552
+ #: includes/class-cpts.php:72
553
  msgid "Form Archives"
554
  msgstr ""
555
 
556
+ #: includes/class-cpts.php:73
557
  msgid "Parent Form:"
558
  msgstr ""
559
 
560
+ #: includes/class-cpts.php:74
561
  msgid "All Forms"
562
  msgstr ""
563
 
564
+ #: includes/class-cpts.php:75 includes/class-cpts.php:76
565
  msgid "Add New Form"
566
  msgstr ""
567
 
568
+ #: includes/class-cpts.php:77
569
  msgid "New Form"
570
  msgstr ""
571
 
572
+ #: includes/class-cpts.php:78 includes/class-display.php:525
573
  msgid "Edit Form"
574
  msgstr ""
575
 
576
+ #: includes/class-cpts.php:79
577
  msgid "Update Form"
578
  msgstr ""
579
 
580
+ #: includes/class-cpts.php:80
581
  msgid "View Form"
582
  msgstr ""
583
 
584
+ #: includes/class-cpts.php:81
585
  msgid "Search Form"
586
  msgstr ""
587
 
588
+ #: includes/class-cpts.php:82
589
+ msgid "No forms found"
590
  msgstr ""
591
 
592
+ #: includes/class-cpts.php:83
593
+ msgid "No forms found in Trash"
594
  msgstr ""
595
 
596
+ #: includes/class-cpts.php:84 includes/class-cpts.php:142
597
  msgid "Featured Image"
598
  msgstr ""
599
 
600
+ #: includes/class-cpts.php:85 includes/class-cpts.php:143
601
  msgid "Set featured image"
602
  msgstr ""
603
 
604
+ #: includes/class-cpts.php:86 includes/class-cpts.php:144
605
  msgid "Remove featured image"
606
  msgstr ""
607
 
608
+ #: includes/class-cpts.php:87 includes/class-cpts.php:145
609
  msgid "Use as featured image"
610
  msgstr ""
611
 
612
+ #: includes/class-cpts.php:88
613
  msgid "Insert into Form"
614
  msgstr ""
615
 
616
+ #: includes/class-cpts.php:89
617
  msgid "Uploaded to this Form"
618
  msgstr ""
619
 
620
+ #: includes/class-cpts.php:90
621
  msgid "Forms list"
622
  msgstr ""
623
 
624
+ #: includes/class-cpts.php:91
625
  msgid "Forms list navigation"
626
  msgstr ""
627
 
628
+ #: includes/class-cpts.php:92
629
  msgid "Filter forms list"
630
  msgstr ""
631
 
632
+ #: includes/class-cpts.php:96
633
  msgid "Constant Contact forms."
634
  msgstr ""
635
 
636
+ #: includes/class-cpts.php:126
637
  msgctxt "Post Type General Name"
638
  msgid "Lists"
639
  msgstr ""
640
 
641
+ #: includes/class-cpts.php:127
642
  msgctxt "Post Type Singular Name"
643
  msgid "List"
644
  msgstr ""
645
 
646
+ #: includes/class-cpts.php:128 includes/class-cpts.php:129
647
+ #: includes/class-cpts.php:132
648
  msgid "Lists"
649
  msgstr ""
650
 
651
+ #: includes/class-cpts.php:130
652
  msgid "List Archives"
653
  msgstr ""
654
 
655
+ #: includes/class-cpts.php:131
656
  msgid "Parent List:"
657
  msgstr ""
658
 
659
+ #: includes/class-cpts.php:133 includes/class-cpts.php:134
660
  msgid "Add New List"
661
  msgstr ""
662
 
663
+ #: includes/class-cpts.php:135
664
  msgid "New List"
665
  msgstr ""
666
 
667
+ #: includes/class-cpts.php:136
668
  msgid "Edit List"
669
  msgstr ""
670
 
671
+ #: includes/class-cpts.php:137
672
  msgid "Update List"
673
  msgstr ""
674
 
675
+ #: includes/class-cpts.php:138
676
  msgid "View List"
677
  msgstr ""
678
 
679
+ #: includes/class-cpts.php:139
680
  msgid "Search List"
681
  msgstr ""
682
 
683
+ #: includes/class-cpts.php:140
684
+ msgid "Not found"
685
+ msgstr ""
686
+
687
+ #: includes/class-cpts.php:141
688
+ msgid "Not found in Trash"
689
+ msgstr ""
690
+
691
+ #: includes/class-cpts.php:146
692
  msgid "Insert into List"
693
  msgstr ""
694
 
695
+ #: includes/class-cpts.php:147
696
  msgid "Uploaded to this List"
697
  msgstr ""
698
 
699
+ #: includes/class-cpts.php:148
700
  msgid "Lists list"
701
  msgstr ""
702
 
703
+ #: includes/class-cpts.php:149
704
  msgid "Lists list navigation"
705
  msgstr ""
706
 
707
+ #: includes/class-cpts.php:150
708
  msgid "Filter lists list"
709
  msgstr ""
710
 
711
+ #: includes/class-cpts.php:154
712
  msgid "Constant Contact lists."
713
  msgstr ""
714
 
715
+ #: includes/class-cpts.php:192 includes/class-cpts.php:195
716
  msgid "List updated."
717
  msgstr ""
718
 
719
+ #: includes/class-cpts.php:193 includes/class-cpts.php:207
720
  msgid "Custom field updated."
721
  msgstr ""
722
 
723
+ #: includes/class-cpts.php:194 includes/class-cpts.php:208
724
  msgid "Custom field deleted."
725
  msgstr ""
726
 
727
+ #: includes/class-cpts.php:196
728
+ #, php-format
729
  msgid "List restored to revision from %s"
730
  msgstr ""
731
 
732
+ #: includes/class-cpts.php:197
733
  msgid "List published."
734
  msgstr ""
735
 
736
+ #: includes/class-cpts.php:198
737
  msgid "List saved."
738
  msgstr ""
739
 
740
+ #: includes/class-cpts.php:199
741
  msgid "List submitted."
742
  msgstr ""
743
 
744
+ #: includes/class-cpts.php:200
745
+ #, php-format
746
  msgid "List scheduled for: <strong>%1$s</strong>."
747
  msgstr ""
748
 
749
+ #: includes/class-cpts.php:201
750
  msgid "List draft updated."
751
  msgstr ""
752
 
753
+ #: includes/class-cpts.php:206 includes/class-cpts.php:209
754
  msgid "Form updated."
755
  msgstr ""
756
 
757
+ #: includes/class-cpts.php:210
758
+ #, php-format
759
  msgid "Form restored to revision from %s"
760
  msgstr ""
761
 
762
+ #: includes/class-cpts.php:211
763
  msgid "Form published."
764
  msgstr ""
765
 
766
+ #: includes/class-cpts.php:212
767
  msgid "Form saved."
768
  msgstr ""
769
 
770
+ #: includes/class-cpts.php:213
771
  msgid "Form submitted."
772
  msgstr ""
773
 
774
+ #: includes/class-cpts.php:214
775
+ #, php-format
776
  msgid "Form scheduled for: <strong>%1$s</strong>."
777
  msgstr ""
778
 
779
+ #: includes/class-cpts.php:215
780
  msgid "Form draft updated."
781
  msgstr ""
782
 
783
+ #: includes/class-cpts.php:244
784
  msgid "Enter a form name"
785
  msgstr ""
786
 
787
+ #: includes/class-cpts.php:245
788
  msgid "(Examples: Join Our Email List, Contact Us)"
789
  msgstr ""
790
 
791
+ #: includes/class-cpts.php:311
792
  msgid "No title"
793
  msgstr ""
794
 
795
+ #: includes/class-cpts.php:318
796
+ #, php-format
797
  msgid "%s (last modified %s ago)"
798
  msgstr ""
799
 
800
+ #: includes/class-display.php:350 includes/class-display.php:1119
801
  msgid "Error: Please correct your entry."
802
  msgstr ""
803
 
804
+ #: includes/class-display.php:352
805
  msgid " Error: Please fill out this field."
806
  msgstr ""
807
 
808
+ #: includes/class-display.php:721
809
  msgid "Send"
810
  msgstr ""
811
 
812
+ #: includes/class-display.php:834
813
  msgid "Street Address"
814
  msgstr ""
815
 
816
+ #: includes/class-display.php:835
817
  msgid "Address Line 2"
818
  msgstr ""
819
 
820
+ #: includes/class-display.php:836
821
  msgid "City"
822
  msgstr ""
823
 
824
+ #: includes/class-display.php:837
825
  msgid "State"
826
  msgstr ""
827
 
828
+ #: includes/class-display.php:838
829
  msgid "ZIP Code"
830
  msgstr ""
831
 
832
+ #: includes/class-display.php:894
833
  msgid "Month"
834
  msgstr ""
835
 
836
+ #: includes/class-display.php:895
837
  msgid "Day"
838
  msgstr ""
839
 
840
+ #: includes/class-display.php:896
841
  msgid "Year"
842
  msgstr ""
843
 
844
+ #: includes/class-display.php:1017
845
  msgid "January"
846
  msgstr ""
847
 
848
+ #: includes/class-display.php:1018
849
  msgid "February"
850
  msgstr ""
851
 
852
+ #: includes/class-display.php:1019
853
  msgid "March"
854
  msgstr ""
855
 
856
+ #: includes/class-display.php:1020
857
  msgid "April"
858
  msgstr ""
859
 
860
+ #: includes/class-display.php:1021
861
  msgid "May"
862
  msgstr ""
863
 
864
+ #: includes/class-display.php:1022
865
  msgid "June"
866
  msgstr ""
867
 
868
+ #: includes/class-display.php:1023
869
  msgid "July "
870
  msgstr ""
871
 
872
+ #: includes/class-display.php:1024
873
  msgid "August"
874
  msgstr ""
875
 
876
+ #: includes/class-display.php:1025
877
  msgid "September"
878
  msgstr ""
879
 
880
+ #: includes/class-display.php:1026
881
  msgid "October"
882
  msgstr ""
883
 
884
+ #: includes/class-display.php:1027
885
  msgid "November"
886
  msgstr ""
887
 
888
+ #: includes/class-display.php:1028
889
  msgid "December"
890
  msgstr ""
891
 
892
+ #: includes/class-display.php:1183
893
+ #, php-format
894
  msgid ""
895
  "By submitting this form, you are granting: %s, permission to email you. You "
896
  "may unsubscribe via the link found at the bottom of every email. (See our "
898
  "for details.) Emails are serviced by Constant Contact."
899
  msgstr ""
900
 
901
+ #: includes/class-lists.php:94
902
  msgid "List Information"
903
  msgstr ""
904
 
906
  msgid "List information will populate upon saving."
907
  msgstr ""
908
 
909
+ #: includes/class-lists.php:821
910
  msgid "You already have a list with that name."
911
  msgstr ""
912
 
913
+ #: includes/class-lists.php:849
914
  msgid "Sync Lists with Constant Contact"
915
  msgstr ""
916
 
917
  #: includes/class-mail.php:191
918
+ #, php-format
919
  msgid "Duplicate send mail for: %s and: %s"
920
  msgstr ""
921
 
922
+ #: includes/class-mail.php:207
923
  msgid ""
924
  "Congratulations! Your Constant Contact Forms plugin has successfully "
925
  "captured new information:"
926
  msgstr ""
927
 
928
+ #: includes/class-mail.php:209
929
  msgid ""
930
+ "Don't forget: Email marketing is a great way to stay connected and engage "
931
+ "with visitors after they’ve left your site. When you connect to a Constant "
932
+ "Contact account, all new subscribers are automatically synced so you can "
933
+ "keep the interaction going through emails and more. Sign up for a Free Trial "
934
+ "on the Connect page in the Plugin console view."
935
  msgstr ""
936
 
937
+ #: includes/class-mail.php:215
938
+ msgid "Great News: You just captured a new visitor submission"
939
  msgstr ""
940
 
941
  #: includes/class-notification-content.php:46
942
+ #, php-format
943
  msgid ""
944
  "To take full advantage of the %s plugin, we recommend having an active "
945
  "Constant Contact account."
953
  msgid "Try Us Free"
954
  msgstr ""
955
 
956
+ #: includes/class-notification-content.php:72
957
  msgid ""
958
  "You currently have a large number of lists in your Constant Contact account. "
959
  "You may experience some issues with syncing them."
960
  msgstr ""
961
 
962
+ #: includes/class-notifications.php:404
963
  msgid "Dismiss this notice."
964
  msgstr ""
965
 
966
+ #: includes/class-process-form.php:149 includes/class-process-form.php:564
967
  msgid ""
968
  "We had trouble processing your submission. Please review your entries and "
969
  "try again."
970
  msgstr ""
971
 
972
+ #: includes/class-process-form.php:158 includes/class-process-form.php:167
973
+ #: includes/class-process-form.php:176
974
  msgid ""
975
  "We had trouble processing your submission. Make sure you haven't changed the "
976
  "required Form ID and try again."
977
  msgstr ""
978
 
979
+ #: includes/class-process-form.php:533
980
  msgid "There was an error sending your form."
981
  msgstr ""
982
 
983
+ #: includes/class-process-form.php:547
984
  msgid "Your information has been submitted."
985
  msgstr ""
986
 
987
+ #: includes/class-settings.php:134 includes/class-settings.php:135
988
+ #: includes/class-settings.php:154
989
  msgid "Advanced Opt-in"
990
  msgstr ""
991
 
992
+ #: includes/class-settings.php:226
993
  msgid "Opt-in Location"
994
  msgstr ""
995
 
996
+ #: includes/class-settings.php:233 includes/class-settings.php:240
997
  msgid "Select a list"
998
  msgstr ""
999
 
1000
+ #: includes/class-settings.php:245
1001
  msgid "Business Name"
1002
  msgstr ""
1003
 
1004
+ #: includes/class-settings.php:260
1005
+ #, php-format
1006
  msgid "Yes, I would like to receive emails from %s. Sign me up!"
1007
  msgstr ""
1008
 
1009
+ #: includes/class-settings.php:265
1010
  msgid "Disclosure Name"
1011
  msgstr ""
1012
 
1013
+ #: includes/class-settings.php:273
1014
  msgid "Disclosure Address"
1015
  msgstr ""
1016
 
1017
+ #: includes/class-settings.php:293
1018
  msgid "Add a checkbox to the comment field in your posts"
1019
  msgstr ""
1020
 
1021
+ #: includes/class-settings.php:294
1022
  msgid "Add a checkbox to the main WordPress login page"
1023
  msgstr ""
1024
 
1025
+ #: includes/class-settings.php:299
1026
  msgid "Add a checkbox to the WordPress user registration page"
1027
  msgstr ""
1028
 
1029
+ #: includes/class-settings.php:391
1030
  msgid "Sign up to our newsletter."
1031
  msgstr ""
1032
 
1033
+ #: includes/class-shortcode-admin.php:49 includes/class-shortcode-admin.php:50
1034
  msgid "Add Constant Contact Form"
1035
  msgstr ""
1036
 
1037
+ #: includes/class-shortcode-admin.php:70
1038
  msgid "Form Shortcode"
1039
  msgstr ""
1040
 
1041
+ #: includes/widgets/contact-form-select.php:23
1042
+ msgid "Display a Constant Contact form."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1043
  msgstr ""
1044
 
1045
+ #: includes/widgets/contact-form-select.php:27
1046
+ msgid "Constant Contact Form"
 
1047
  msgstr ""
1048
 
1049
+ #: includes/widgets/contact-form-select.php:51
1050
+ msgid "Title"
 
1051
  msgstr ""
1052
 
1053
+ #: includes/widgets/contact-form-select.php:58
1054
+ msgid "Form"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1055
  msgstr ""
1056
 
1057
  #. Plugin Name of the plugin/theme
1058
  msgid "Constant Contact Forms for WordPress"
1059
  msgstr ""
1060
 
 
1061
  #. Plugin URI of the plugin/theme
 
1062
  #. Author URI of the plugin/theme
1063
  msgid "https://www.constantcontact.com"
1064
  msgstr ""
readme.txt CHANGED
@@ -1,13 +1,13 @@
1
  === Constant Contact Forms ===
2
  Contributors: constantcontact
3
- Tags:
4
  Requires at least: 4.0.0
5
- Tested up to: 4.6.1
6
- Stable tag: 1.1.0
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
- Add a contact form to your WordPress site and quickly capture information from visitors.
11
 
12
  == Description ==
13
 
@@ -33,6 +33,10 @@ BONUS: If you have a Constant Contact account, all new email addresses that you
33
 
34
  == Changelog ==
35
 
 
 
 
 
36
  = 1.1.0 =
37
  * Added: Widget that allows you to select a form to display.
38
  * Added: Small metabox in form editor showing shortcode to use for current form.
1
  === Constant Contact Forms ===
2
  Contributors: constantcontact
3
+ Tags: capture, contacts, constant contact, constant contact form, constant contact newsletter, constant contact official, contact forms, email, form, forms, marketing, mobile, newsletter, opt-in, plugin, signup, subscribe, subscription, widget
4
  Requires at least: 4.0.0
5
+ Tested up to: 4.7.1
6
+ Stable tag: 1.1.1
7
  License: GPLv2
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
10
+ The official Constant Contact plugin adds a contact form to your WordPress site to quickly capture information from visitors.
11
 
12
  == Description ==
13
 
33
 
34
  == Changelog ==
35
 
36
+ = 1.1.1 =
37
+ * Fixed: Made frontend form default to an empty action attribute to take care of occasional 404 errors after submission.
38
+ * Added: New filter on the default empty string from above, so others can provide their own redirect location if desired.
39
+
40
  = 1.1.0 =
41
  * Added: Widget that allows you to select a form to display.
42
  * Added: Small metabox in form editor showing shortcode to use for current form.