Custom Contact Forms - Version 4.7.0.4

Version Description

  • custom-contact-forms-front.php - Language stuff changed
Download this release

Release Info

Developer tlovett1
Plugin Icon 128x128 Custom Contact Forms
Version 4.7.0.4
Comparing to
See all releases

Code changes from version 4.7.0.3 to 4.7.0.4

custom-contact-forms-front.php CHANGED
@@ -131,7 +131,7 @@ if (!class_exists('CustomContactFormsFront')) {
131
  foreach ($errors as $error) {
132
  $out .= '<li>'.$error.'</li>' . "\n";
133
  }
134
- $err_link = (!empty($this->error_return)) ? '<p><a href="'.$this->error_return.'" title="Go Back">&lt; ' . __('Go Back to Form.', 'custom-contact-forms') . '</a></p>' : '';
135
  $this->emptyFormErrors();
136
  return $out . '</ul>' . "\n" . $err_link . '</div>';
137
  }
@@ -347,12 +347,12 @@ if (!class_exists('CustomContactFormsFront')) {
347
 
348
  function processFileUpload($field) {
349
  $errors = array();
350
- if (empty($_FILES[$field->field_slug])) $errors[] = __('Any error occured while uploading ' . $field->field_slug . '.', 'custom-contact-forms');
351
  $admin_options = parent::getAdminOptions();
352
- if ($field->field_max_upload_size > 0 && $_FILES[$field->field_slug]['size'] > ($field->field_max_upload_size * 1000)) $errors[] = __(basename($_FILES[$field->field_slug]['name']) . ' is too large of a file. The maximum file size for that field is ' . $field->field_max_upload_size . ' KB.', 'custom-contact-forms');
353
  $allowed_exts = unserialize($field->field_allowed_file_extensions);
354
  $ext = preg_replace('/.*\.(.*)/i', '$1', basename($_FILES[$field->field_slug]['name']));
355
- if (!in_array($ext, $allowed_exts)) $errors[] = __($ext . ' is an invalid file extension.', 'custom-contact-forms');
356
  if (!empty($errors)) return $errors;
357
 
358
  // create necessary directories
@@ -373,7 +373,7 @@ if (!class_exists('CustomContactFormsFront')) {
373
  $this->form_uploads[$field->field_slug] = ABSPATH . "wp-content/plugins/custom-contact-forms/uploads/".date("Y")."/".date("m")."/" . $file_name . $file_name_addon . $ext;
374
  if(!move_uploaded_file($_FILES[$field->field_slug]['tmp_name'], $target_path)) {
375
  // Error!
376
- $errors[] = __('Any error occured while uploading ' . $field->field_slug . '.', 'custom-contact-forms');
377
  }
378
  return $errors;
379
  }
131
  foreach ($errors as $error) {
132
  $out .= '<li>'.$error.'</li>' . "\n";
133
  }
134
+ $err_link = (!empty($this->error_return)) ? '<p><a href="'.$this->error_return.'" title="'.__('Go Back', 'custom-contact-forms').'">&lt; ' . __('Go Back to Form.', 'custom-contact-forms') . '</a></p>' : '';
135
  $this->emptyFormErrors();
136
  return $out . '</ul>' . "\n" . $err_link . '</div>';
137
  }
347
 
348
  function processFileUpload($field) {
349
  $errors = array();
350
+ if (empty($_FILES[$field->field_slug])) $errors[] = __('An error occured while uploading: ', 'custom-contact-forms') . $field->field_slug;
351
  $admin_options = parent::getAdminOptions();
352
+ if ($field->field_max_upload_size > 0 && $_FILES[$field->field_slug]['size'] > ($field->field_max_upload_size * 1000)) $errors[] = basename($_FILES[$field->field_slug]['name']) . __(' is too large of a file. The maximum file size for that field is ', 'custom-contact-forms') . $field->field_max_upload_size . __(' KB.', 'custom-contact-forms');
353
  $allowed_exts = unserialize($field->field_allowed_file_extensions);
354
  $ext = preg_replace('/.*\.(.*)/i', '$1', basename($_FILES[$field->field_slug]['name']));
355
+ if (!in_array($ext, $allowed_exts)) $errors[] = $ext . __(' is an invalid file extension.', 'custom-contact-forms');
356
  if (!empty($errors)) return $errors;
357
 
358
  // create necessary directories
373
  $this->form_uploads[$field->field_slug] = ABSPATH . "wp-content/plugins/custom-contact-forms/uploads/".date("Y")."/".date("m")."/" . $file_name . $file_name_addon . $ext;
374
  if(!move_uploaded_file($_FILES[$field->field_slug]['tmp_name'], $target_path)) {
375
  // Error!
376
+ $errors[] = __('An error occured while uploading: ', 'custom-contact-forms') . $field->field_slug;
377
  }
378
  return $errors;
379
  }
custom-contact-forms.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Custom Contact Forms
4
  Plugin URI: http://taylorlovett.com/wordpress-plugins
5
  Description: Guaranteed to be 1000X more customizable and intuitive than Fast Secure Contact Forms or Contact Form 7. Customize every aspect of your forms without any knowledge of CSS: borders, padding, sizes, colors. Ton's of great features. Required fields, form submissions saved to database, captchas, tooltip popovers, unlimited fields/forms/form styles, import/export, use a custom thank you page or built-in popover with a custom success message set for each form.
6
- Version: 4.7.0.3
7
  Author: Taylor Lovett
8
  Author URI: http://www.taylorlovett.com
9
  */
3
  Plugin Name: Custom Contact Forms
4
  Plugin URI: http://taylorlovett.com/wordpress-plugins
5
  Description: Guaranteed to be 1000X more customizable and intuitive than Fast Secure Contact Forms or Contact Form 7. Customize every aspect of your forms without any knowledge of CSS: borders, padding, sizes, colors. Ton's of great features. Required fields, form submissions saved to database, captchas, tooltip popovers, unlimited fields/forms/form styles, import/export, use a custom thank you page or built-in popover with a custom success message set for each form.
6
+ Version: 4.7.0.4
7
  Author: Taylor Lovett
8
  Author URI: http://www.taylorlovett.com
9
  */
lang/custom-contact-forms.mo CHANGED
Binary file
lang/custom-contact-forms.po CHANGED
@@ -2,14 +2,14 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: custom-contact-forms\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-08-05 09:07-0800\n"
6
- "PO-Revision-Date: 2011-08-05 09:07-0800\n"
7
  "Last-Translator: Taylor Lovett <admin@taylorlovett.com>\n"
8
  "Language-Team: TaylorLovett.com <admin@taylorlovett.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Poedit-KeywordsList: _;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-Language: English\n"
15
  "X-Poedit-Country: UNITED STATES\n"
@@ -20,6 +20,104 @@ msgstr ""
20
  "X-Poedit-SearchPath-4: ../modules/usage_popover\n"
21
  "X-Poedit-SearchPath-5: ../modules/widget\n"
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  #: ../custom-contact-forms-admin.php:313
24
  msgid "Rate This Plugin"
25
  msgstr ""
@@ -28,30 +126,48 @@ msgstr ""
28
  msgid "We need your help to continue development! Please <span>rate this plugin</span> to show your support."
29
  msgstr ""
30
 
 
 
 
 
 
 
 
 
31
  #: ../custom-contact-forms-admin.php:356
32
  #: ../custom-contact-forms-admin.php:1932
33
  #: ../custom-contact-forms-admin.php:2075
 
 
 
34
  msgid "Custom Contact Forms"
35
  msgstr ""
36
 
37
  #: ../custom-contact-forms-admin.php:364
38
  #: ../custom-contact-forms-admin.php:2455
39
  #: ../custom-contact-forms-admin.php:2473
 
 
40
  msgid "Forms"
41
  msgstr ""
42
 
43
  #: ../custom-contact-forms-admin.php:365
44
  #: ../custom-contact-forms-admin.php:2467
 
 
45
  msgid "Fields"
46
  msgstr ""
47
 
48
  #: ../custom-contact-forms-admin.php:366
49
  #: ../custom-contact-forms-admin.php:2479
 
 
50
  msgid "Field Options"
51
  msgstr ""
52
 
53
  #: ../custom-contact-forms-admin.php:367
54
  #: ../custom-contact-forms-admin.php:2485
 
55
  msgid "Styles"
56
  msgstr ""
57
 
@@ -104,6 +220,7 @@ msgid "This is just a unique way for CCF to refer to your form. Must be unique f
104
  msgstr ""
105
 
106
  #: ../custom-contact-forms-admin.php:418
 
107
  msgid "Form Title:"
108
  msgstr ""
109
 
@@ -112,14 +229,17 @@ msgid "This text is displayed above the form as the heading."
112
  msgstr ""
113
 
114
  #: ../custom-contact-forms-admin.php:425
 
115
  msgid "Form Style:"
116
  msgstr ""
117
 
118
  #: ../custom-contact-forms-admin.php:432
 
119
  msgid "Submit Button Text:"
120
  msgstr ""
121
 
122
  #: ../custom-contact-forms-admin.php:438
 
123
  msgid "Form Destination Email:"
124
  msgstr ""
125
 
@@ -144,19 +264,23 @@ msgid "When submitted and configured accordingly, the form will send an email wi
144
  msgstr ""
145
 
146
  #: ../custom-contact-forms-admin.php:464
 
147
  msgid "Form Success Message:"
148
  msgstr ""
149
 
150
  #: ../custom-contact-forms-admin.php:468
151
  #: ../custom-contact-forms-admin.php:476
 
152
  msgid "Will be displayed in a popover when the form is filled out successfully when no custom success page is specified; if left blank it will use the default specified in general settings."
153
  msgstr ""
154
 
155
  #: ../custom-contact-forms-admin.php:472
 
156
  msgid "Form Success Message Title:"
157
  msgstr ""
158
 
159
  #: ../custom-contact-forms-admin.php:480
 
160
  msgid "Custom Success URL:"
161
  msgstr ""
162
 
@@ -228,6 +352,7 @@ msgid "Form Action"
228
  msgstr ""
229
 
230
  #: ../custom-contact-forms-admin.php:564
 
231
  msgid "Email Subject"
232
  msgstr ""
233
 
@@ -288,6 +413,7 @@ msgid "This field allows you to insert HTML directly after the starting <form> t
288
  msgstr ""
289
 
290
  #: ../custom-contact-forms-admin.php:594
 
291
  msgid "Custom Code:"
292
  msgstr ""
293
 
@@ -324,6 +450,32 @@ msgstr ""
324
  msgid "create"
325
  msgstr ""
326
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
327
  #: ../custom-contact-forms-admin.php:676
328
  msgid "Form Code"
329
  msgstr ""
@@ -375,18 +527,22 @@ msgid "This is just a unique way for CCF to refer to your field. Must be unique
375
  msgstr ""
376
 
377
  #: ../custom-contact-forms-admin.php:716
 
378
  msgid "Field Label:"
379
  msgstr ""
380
 
381
  #: ../custom-contact-forms-admin.php:720
 
382
  msgid "The field label is displayed next to the field and is visible to the user."
383
  msgstr ""
384
 
385
  #: ../custom-contact-forms-admin.php:724
 
386
  msgid "Field Type:"
387
  msgstr ""
388
 
389
  #: ../custom-contact-forms-admin.php:739
 
390
  msgid "Initial Value:"
391
  msgstr ""
392
 
@@ -413,6 +569,7 @@ msgid "you would like initially selected."
413
  msgstr ""
414
 
415
  #: ../custom-contact-forms-admin.php:752
 
416
  msgid "Max Length:"
417
  msgstr ""
418
 
@@ -421,32 +578,10 @@ msgid "0 for no limit; only applies to Text fields"
421
  msgstr ""
422
 
423
  #: ../custom-contact-forms-admin.php:762
 
424
  msgid "Required Field:"
425
  msgstr ""
426
 
427
- #: ../custom-contact-forms-admin.php:766
428
- #: ../custom-contact-forms-admin.php:868
429
- #: ../custom-contact-forms-admin.php:1034
430
- #: ../custom-contact-forms-admin.php:1144
431
- #: ../custom-contact-forms-admin.php:1203
432
- #: ../custom-contact-forms-admin.php:2119
433
- #: ../custom-contact-forms-admin.php:2232
434
- #: ../custom-contact-forms-admin.php:2277
435
- msgid "No"
436
- msgstr ""
437
-
438
- #: ../custom-contact-forms-admin.php:769
439
- #: ../custom-contact-forms-admin.php:865
440
- #: ../custom-contact-forms-admin.php:1031
441
- #: ../custom-contact-forms-admin.php:1041
442
- #: ../custom-contact-forms-admin.php:1144
443
- #: ../custom-contact-forms-admin.php:1203
444
- #: ../custom-contact-forms-admin.php:2116
445
- #: ../custom-contact-forms-admin.php:2229
446
- #: ../custom-contact-forms-admin.php:2274
447
- msgid "Yes"
448
- msgstr ""
449
-
450
  #: ../custom-contact-forms-admin.php:773
451
  msgid "If a field is required and a user leaves it blank, the plugin will display an error message (which you can customize using 'Field Error') explaining the problem."
452
  msgstr ""
@@ -454,6 +589,7 @@ msgstr ""
454
  #: ../custom-contact-forms-admin.php:777
455
  #: ../custom-contact-forms-admin.php:887
456
  #: ../custom-contact-forms-admin.php:1064
 
457
  msgid "Field Instructions:"
458
  msgstr ""
459
 
@@ -476,10 +612,12 @@ msgstr ""
476
  #: ../custom-contact-forms-admin.php:793
477
  #: ../custom-contact-forms-admin.php:897
478
  #: ../custom-contact-forms-admin.php:1069
 
479
  msgid "Field Error:"
480
  msgstr ""
481
 
482
  #: ../custom-contact-forms-admin.php:797
 
483
  msgid "If a user leaves this field blank and the field is required, this error message will be shown. A generic default will show if left blank."
484
  msgstr ""
485
 
@@ -628,6 +766,7 @@ msgid "Used to identify this option, solely for admin purposes; must be unique,
628
  msgstr ""
629
 
630
  #: ../custom-contact-forms-admin.php:1187
 
631
  msgid "Option Label:"
632
  msgstr ""
633
 
@@ -636,6 +775,7 @@ msgid "This is what is shown to the user in the dropdown or radio field. Example
636
  msgstr ""
637
 
638
  #: ../custom-contact-forms-admin.php:1195
 
639
  msgid "Option Value:"
640
  msgstr ""
641
 
@@ -648,6 +788,7 @@ msgid "This is the actual value of the option which is not shown to the user. Th
648
  msgstr ""
649
 
650
  #: ../custom-contact-forms-admin.php:1202
 
651
  msgid "Is Dead Option:"
652
  msgstr ""
653
 
@@ -973,6 +1114,9 @@ msgid "Manage Form Styles"
973
  msgstr ""
974
 
975
  #: ../custom-contact-forms-admin.php:1542
 
 
 
976
  msgid "Slug:"
977
  msgstr ""
978
 
@@ -1031,6 +1175,7 @@ msgid "Report a Bug/Suggest a Feature"
1031
  msgstr ""
1032
 
1033
  #: ../custom-contact-forms-admin.php:1801
 
1034
  msgid "Your Name:"
1035
  msgstr ""
1036
 
@@ -1067,10 +1212,12 @@ msgid "Version of WordPress?"
1067
  msgstr ""
1068
 
1069
  #: ../custom-contact-forms-admin.php:1853
 
1070
  msgid "Your Message:"
1071
  msgstr ""
1072
 
1073
  #: ../custom-contact-forms-admin.php:1859
 
1074
  msgid "Send Message"
1075
  msgstr ""
1076
 
@@ -1098,6 +1245,8 @@ msgid "Custom Contact Forms Plugin News"
1098
  msgstr ""
1099
 
1100
  #: ../custom-contact-forms-admin.php:1959
 
 
1101
  msgid "Saved Form Submissions"
1102
  msgstr ""
1103
 
@@ -1117,10 +1266,20 @@ msgid "Form Page"
1117
  msgstr ""
1118
 
1119
  #: ../custom-contact-forms-admin.php:1987
 
1120
  msgid "Custom HTML Form"
1121
  msgstr ""
1122
 
 
 
 
 
 
 
 
 
1123
  #: ../custom-contact-forms-admin.php:2105
 
1124
  msgid "General Settings"
1125
  msgstr ""
1126
 
@@ -1437,6 +1596,7 @@ msgid "Use General Settings"
1437
  msgstr ""
1438
 
1439
  #: ../custom-contact-forms-admin.php:2461
 
1440
  msgid "Form Submissions"
1441
  msgstr ""
1442
 
@@ -1452,6 +1612,256 @@ msgstr ""
1452
  msgid "Yes, I want to do this and have created a backup."
1453
  msgstr ""
1454
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1455
  #: ../modules/usage_popover/custom-contact-forms-quick-start-popover.php:1
1456
  msgid "Quick Start Guide"
1457
  msgstr ""
@@ -1465,6 +1875,7 @@ msgid "First insert some default content by clicking the button below. This will
1465
  msgstr ""
1466
 
1467
  #: ../modules/usage_popover/custom-contact-forms-quick-start-popover.php:8
 
1468
  msgid "Insert Default Content"
1469
  msgstr ""
1470
 
@@ -1736,10 +2147,6 @@ msgstr ""
1736
  msgid "This is the actual value of the option which isn't shown to the user. This can be the same thing as the label. An example pairing of label => value is: 'The color green' => 'green' or 'Yes' => '1'. The option value is behind the scences; unseen by the user, but when a user fills out the form, the option value is what is actually emailed to you and stored in the database. For dropdown fields the option value is optional, <span>for radio fields it is required</span>."
1737
  msgstr ""
1738
 
1739
- #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:232
1740
- msgid "Please Select:"
1741
- msgstr ""
1742
-
1743
  #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:232
1744
  msgid "Option 1"
1745
  msgstr ""
@@ -1924,6 +2331,10 @@ msgstr ""
1924
  msgid "More import/export methods will be added in the future. Always create a backup before attempting an import! * Note: If you are having problems getting the importer/exporter to work, try CHMODing the import/ and export/ directories to 0777."
1925
  msgstr ""
1926
 
 
 
 
 
1927
  #: ../modules/widget/custom-contact-forms-dashboard.php:73
1928
  msgid "No submissions to display."
1929
  msgstr ""
@@ -1940,6 +2351,10 @@ msgstr ""
1940
  msgid "Form Submitted:"
1941
  msgstr ""
1942
 
 
 
 
 
1943
  #: ../modules/widget/custom-contact-forms-dashboard.php:107
1944
  msgid "Form Location:"
1945
  msgstr ""
@@ -1949,6 +2364,10 @@ msgstr ""
1949
  msgid "View All Submissions"
1950
  msgstr ""
1951
 
 
 
 
 
1952
  #: ../modules/widget/custom-contact-forms-widget.php:44
1953
  msgid "Choose a Form:"
1954
  msgstr ""
2
  msgstr ""
3
  "Project-Id-Version: custom-contact-forms\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-09-01 08:29-0800\n"
6
+ "PO-Revision-Date: 2011-09-01 08:39-0800\n"
7
  "Last-Translator: Taylor Lovett <admin@taylorlovett.com>\n"
8
  "Language-Team: TaylorLovett.com <admin@taylorlovett.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: __;_e\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-Language: English\n"
15
  "X-Poedit-Country: UNITED STATES\n"
20
  "X-Poedit-SearchPath-4: ../modules/usage_popover\n"
21
  "X-Poedit-SearchPath-5: ../modules/widget\n"
22
 
23
+ #: ../custom-contact-forms-admin.php:32
24
+ msgid "Manage Custom Contact Forms"
25
+ msgstr ""
26
+
27
+ #: ../custom-contact-forms-admin.php:32
28
+ msgid "Settings"
29
+ msgstr ""
30
+
31
+ #: ../custom-contact-forms-admin.php:114
32
+ #: ../custom-contact-forms-admin.php:187
33
+ msgid "Nothing to show."
34
+ msgstr ""
35
+
36
+ #: ../custom-contact-forms-admin.php:143
37
+ msgid "Invalid request."
38
+ msgstr ""
39
+
40
+ #: ../custom-contact-forms-admin.php:176
41
+ msgid "Attaching"
42
+ msgstr ""
43
+
44
+ #: ../custom-contact-forms-admin.php:177
45
+ msgid "Detaching"
46
+ msgstr ""
47
+
48
+ #: ../custom-contact-forms-admin.php:178
49
+ msgid "Detach"
50
+ msgstr ""
51
+
52
+ #: ../custom-contact-forms-admin.php:179
53
+ msgid "Attach"
54
+ msgstr ""
55
+
56
+ #: ../custom-contact-forms-admin.php:180
57
+ msgid "Saving"
58
+ msgstr ""
59
+
60
+ #: ../custom-contact-forms-admin.php:181
61
+ msgid "More Options"
62
+ msgstr ""
63
+
64
+ #: ../custom-contact-forms-admin.php:182
65
+ msgid "Expand"
66
+ msgstr ""
67
+
68
+ #: ../custom-contact-forms-admin.php:183
69
+ msgid "Click to Confirm"
70
+ msgstr ""
71
+
72
+ #: ../custom-contact-forms-admin.php:185
73
+ msgid "Are you sure you want to delete this"
74
+ msgstr ""
75
+
76
+ #: ../custom-contact-forms-admin.php:186
77
+ msgid "An error has occured. Please try again later."
78
+ msgstr ""
79
+
80
+ #: ../custom-contact-forms-admin.php:188
81
+ msgid "Nothing Attached!"
82
+ msgstr ""
83
+
84
+ #: ../custom-contact-forms-admin.php:226
85
+ msgid "A new form was successfully created!"
86
+ msgstr ""
87
+
88
+ #: ../custom-contact-forms-admin.php:229
89
+ msgid "A new field was successful created!"
90
+ msgstr ""
91
+
92
+ #: ../custom-contact-forms-admin.php:232
93
+ msgid "A new field option was successful created!"
94
+ msgstr ""
95
+
96
+ #: ../custom-contact-forms-admin.php:235
97
+ msgid "A new style was successful created!"
98
+ msgstr ""
99
+
100
+ #: ../custom-contact-forms-admin.php:243
101
+ msgid "A field was successful attached!"
102
+ msgstr ""
103
+
104
+ #: ../custom-contact-forms-admin.php:246
105
+ msgid "A field option was successful attached!"
106
+ msgstr ""
107
+
108
+ #: ../custom-contact-forms-admin.php:254
109
+ msgid "A field was successful detached!"
110
+ msgstr ""
111
+
112
+ #: ../custom-contact-forms-admin.php:257
113
+ msgid "A field option was successful detached!"
114
+ msgstr ""
115
+
116
+ #: ../custom-contact-forms-admin.php:286
117
+ #: ../custom-contact-forms-admin.php:302
118
+ msgid "Your bulk action has been completed!"
119
+ msgstr ""
120
+
121
  #: ../custom-contact-forms-admin.php:313
122
  msgid "Rate This Plugin"
123
  msgstr ""
126
  msgid "We need your help to continue development! Please <span>rate this plugin</span> to show your support."
127
  msgstr ""
128
 
129
+ #: ../custom-contact-forms-admin.php:339
130
+ msgid "Default content has been inserted!"
131
+ msgstr ""
132
+
133
+ #: ../custom-contact-forms-admin.php:342
134
+ msgid "Your message has been sent!"
135
+ msgstr ""
136
+
137
  #: ../custom-contact-forms-admin.php:356
138
  #: ../custom-contact-forms-admin.php:1932
139
  #: ../custom-contact-forms-admin.php:2075
140
+ #: ../custom-contact-forms-front.php:567
141
+ #: ../custom-contact-forms.php:99
142
+ #: ../custom-contact-forms.php:100
143
  msgid "Custom Contact Forms"
144
  msgstr ""
145
 
146
  #: ../custom-contact-forms-admin.php:364
147
  #: ../custom-contact-forms-admin.php:2455
148
  #: ../custom-contact-forms-admin.php:2473
149
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:5
150
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:242
151
  msgid "Forms"
152
  msgstr ""
153
 
154
  #: ../custom-contact-forms-admin.php:365
155
  #: ../custom-contact-forms-admin.php:2467
156
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:8
157
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:49
158
  msgid "Fields"
159
  msgstr ""
160
 
161
  #: ../custom-contact-forms-admin.php:366
162
  #: ../custom-contact-forms-admin.php:2479
163
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:14
164
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:209
165
  msgid "Field Options"
166
  msgstr ""
167
 
168
  #: ../custom-contact-forms-admin.php:367
169
  #: ../custom-contact-forms-admin.php:2485
170
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:17
171
  msgid "Styles"
172
  msgstr ""
173
 
220
  msgstr ""
221
 
222
  #: ../custom-contact-forms-admin.php:418
223
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:254
224
  msgid "Form Title:"
225
  msgstr ""
226
 
229
  msgstr ""
230
 
231
  #: ../custom-contact-forms-admin.php:425
232
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:269
233
  msgid "Form Style:"
234
  msgstr ""
235
 
236
  #: ../custom-contact-forms-admin.php:432
237
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:274
238
  msgid "Submit Button Text:"
239
  msgstr ""
240
 
241
  #: ../custom-contact-forms-admin.php:438
242
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:284
243
  msgid "Form Destination Email:"
244
  msgstr ""
245
 
264
  msgstr ""
265
 
266
  #: ../custom-contact-forms-admin.php:464
267
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:289
268
  msgid "Form Success Message:"
269
  msgstr ""
270
 
271
  #: ../custom-contact-forms-admin.php:468
272
  #: ../custom-contact-forms-admin.php:476
273
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:296
274
  msgid "Will be displayed in a popover when the form is filled out successfully when no custom success page is specified; if left blank it will use the default specified in general settings."
275
  msgstr ""
276
 
277
  #: ../custom-contact-forms-admin.php:472
278
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:294
279
  msgid "Form Success Message Title:"
280
  msgstr ""
281
 
282
  #: ../custom-contact-forms-admin.php:480
283
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:299
284
  msgid "Custom Success URL:"
285
  msgstr ""
286
 
352
  msgstr ""
353
 
354
  #: ../custom-contact-forms-admin.php:564
355
+ #: ../modules/db/custom-contact-forms-activate-db.php:226
356
  msgid "Email Subject"
357
  msgstr ""
358
 
413
  msgstr ""
414
 
415
  #: ../custom-contact-forms-admin.php:594
416
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:279
417
  msgid "Custom Code:"
418
  msgstr ""
419
 
450
  msgid "create"
451
  msgstr ""
452
 
453
+ #: ../custom-contact-forms-admin.php:665
454
+ #: ../custom-contact-forms-admin.php:769
455
+ #: ../custom-contact-forms-admin.php:865
456
+ #: ../custom-contact-forms-admin.php:1031
457
+ #: ../custom-contact-forms-admin.php:1041
458
+ #: ../custom-contact-forms-admin.php:1144
459
+ #: ../custom-contact-forms-admin.php:1203
460
+ #: ../custom-contact-forms-admin.php:2116
461
+ #: ../custom-contact-forms-admin.php:2229
462
+ #: ../custom-contact-forms-admin.php:2274
463
+ #: ../modules/db/custom-contact-forms-default-db.php:39
464
+ msgid "Yes"
465
+ msgstr ""
466
+
467
+ #: ../custom-contact-forms-admin.php:665
468
+ #: ../custom-contact-forms-admin.php:766
469
+ #: ../custom-contact-forms-admin.php:868
470
+ #: ../custom-contact-forms-admin.php:1034
471
+ #: ../custom-contact-forms-admin.php:1144
472
+ #: ../custom-contact-forms-admin.php:1203
473
+ #: ../custom-contact-forms-admin.php:2119
474
+ #: ../custom-contact-forms-admin.php:2232
475
+ #: ../custom-contact-forms-admin.php:2277
476
+ msgid "No"
477
+ msgstr ""
478
+
479
  #: ../custom-contact-forms-admin.php:676
480
  msgid "Form Code"
481
  msgstr ""
527
  msgstr ""
528
 
529
  #: ../custom-contact-forms-admin.php:716
530
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:144
531
  msgid "Field Label:"
532
  msgstr ""
533
 
534
  #: ../custom-contact-forms-admin.php:720
535
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:146
536
  msgid "The field label is displayed next to the field and is visible to the user."
537
  msgstr ""
538
 
539
  #: ../custom-contact-forms-admin.php:724
540
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:149
541
  msgid "Field Type:"
542
  msgstr ""
543
 
544
  #: ../custom-contact-forms-admin.php:739
545
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:154
546
  msgid "Initial Value:"
547
  msgstr ""
548
 
569
  msgstr ""
570
 
571
  #: ../custom-contact-forms-admin.php:752
572
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:159
573
  msgid "Max Length:"
574
  msgstr ""
575
 
578
  msgstr ""
579
 
580
  #: ../custom-contact-forms-admin.php:762
581
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:164
582
  msgid "Required Field:"
583
  msgstr ""
584
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
585
  #: ../custom-contact-forms-admin.php:773
586
  msgid "If a field is required and a user leaves it blank, the plugin will display an error message (which you can customize using 'Field Error') explaining the problem."
587
  msgstr ""
589
  #: ../custom-contact-forms-admin.php:777
590
  #: ../custom-contact-forms-admin.php:887
591
  #: ../custom-contact-forms-admin.php:1064
592
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:169
593
  msgid "Field Instructions:"
594
  msgstr ""
595
 
612
  #: ../custom-contact-forms-admin.php:793
613
  #: ../custom-contact-forms-admin.php:897
614
  #: ../custom-contact-forms-admin.php:1069
615
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:174
616
  msgid "Field Error:"
617
  msgstr ""
618
 
619
  #: ../custom-contact-forms-admin.php:797
620
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:176
621
  msgid "If a user leaves this field blank and the field is required, this error message will be shown. A generic default will show if left blank."
622
  msgstr ""
623
 
766
  msgstr ""
767
 
768
  #: ../custom-contact-forms-admin.php:1187
769
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:221
770
  msgid "Option Label:"
771
  msgstr ""
772
 
775
  msgstr ""
776
 
777
  #: ../custom-contact-forms-admin.php:1195
778
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:226
779
  msgid "Option Value:"
780
  msgstr ""
781
 
788
  msgstr ""
789
 
790
  #: ../custom-contact-forms-admin.php:1202
791
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:231
792
  msgid "Is Dead Option:"
793
  msgstr ""
794
 
1114
  msgstr ""
1115
 
1116
  #: ../custom-contact-forms-admin.php:1542
1117
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:139
1118
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:216
1119
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:249
1120
  msgid "Slug:"
1121
  msgstr ""
1122
 
1175
  msgstr ""
1176
 
1177
  #: ../custom-contact-forms-admin.php:1801
1178
+ #: ../modules/db/custom-contact-forms-default-db.php:25
1179
  msgid "Your Name:"
1180
  msgstr ""
1181
 
1212
  msgstr ""
1213
 
1214
  #: ../custom-contact-forms-admin.php:1853
1215
+ #: ../modules/db/custom-contact-forms-default-db.php:31
1216
  msgid "Your Message:"
1217
  msgstr ""
1218
 
1219
  #: ../custom-contact-forms-admin.php:1859
1220
+ #: ../modules/db/custom-contact-forms-default-db.php:53
1221
  msgid "Send Message"
1222
  msgstr ""
1223
 
1245
  msgstr ""
1246
 
1247
  #: ../custom-contact-forms-admin.php:1959
1248
+ #: ../custom-contact-forms.php:101
1249
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:365
1250
  msgid "Saved Form Submissions"
1251
  msgstr ""
1252
 
1266
  msgstr ""
1267
 
1268
  #: ../custom-contact-forms-admin.php:1987
1269
+ #: ../modules/widget/custom-contact-forms-dashboard.php:90
1270
  msgid "Custom HTML Form"
1271
  msgstr ""
1272
 
1273
+ #: ../custom-contact-forms-admin.php:2062
1274
+ msgid "Your settings have been successfully saved!"
1275
+ msgstr ""
1276
+
1277
+ #: ../custom-contact-forms-admin.php:2067
1278
+ msgid "Your mail settings have been successfully saved!"
1279
+ msgstr ""
1280
+
1281
  #: ../custom-contact-forms-admin.php:2105
1282
+ #: ../custom-contact-forms.php:102
1283
  msgid "General Settings"
1284
  msgstr ""
1285
 
1596
  msgstr ""
1597
 
1598
  #: ../custom-contact-forms-admin.php:2461
1599
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:26
1600
  msgid "Form Submissions"
1601
  msgstr ""
1602
 
1612
  msgid "Yes, I want to do this and have created a backup."
1613
  msgstr ""
1614
 
1615
+ #: ../custom-contact-forms-front.php:134
1616
+ msgid "Go Back to Form."
1617
+ msgstr ""
1618
+
1619
+ #: ../custom-contact-forms-front.php:227
1620
+ msgid "(required)"
1621
+ msgstr ""
1622
+
1623
+ #: ../custom-contact-forms-front.php:350
1624
+ #: ../custom-contact-forms-front.php:376
1625
+ msgid "Any error occured while uploading "
1626
+ msgstr ""
1627
+
1628
+ #: ../custom-contact-forms-front.php:352
1629
+ msgid " is too large of a file. The maximum file size for that field is "
1630
+ msgstr ""
1631
+
1632
+ #: ../custom-contact-forms-front.php:355
1633
+ msgid " is an invalid file extension."
1634
+ msgstr ""
1635
+
1636
+ #: ../custom-contact-forms-front.php:385
1637
+ msgid "You left this field blank: "
1638
+ msgstr ""
1639
+
1640
+ #: ../custom-contact-forms-front.php:386
1641
+ msgid "Form Displayed on Page: "
1642
+ msgstr ""
1643
+
1644
+ #: ../custom-contact-forms-front.php:387
1645
+ msgid "Sender IP: "
1646
+ msgstr ""
1647
+
1648
+ #: ../custom-contact-forms-front.php:463
1649
+ msgid "Only humans can use this form."
1650
+ msgstr ""
1651
+
1652
+ #: ../custom-contact-forms-front.php:469
1653
+ msgid "You copied the number from the captcha field incorrectly."
1654
+ msgstr ""
1655
+
1656
+ #: ../custom-contact-forms-front.php:475
1657
+ msgid "The email address you provided is not valid."
1658
+ msgstr ""
1659
+
1660
+ #: ../custom-contact-forms-front.php:481
1661
+ msgid "The website address you provided is not valid."
1662
+ msgstr ""
1663
+
1664
+ #: ../custom-contact-forms-front.php:538
1665
+ msgid "Not Checked"
1666
+ msgstr ""
1667
+
1668
+ #: ../custom-contact-forms-front.php:584
1669
+ msgid "To view the message, please use an HTML compatible email viewer."
1670
+ msgstr ""
1671
+
1672
+ #: ../custom-contact-forms-front.php:609
1673
+ msgid "Captcha image for Custom Contact Forms plugin. You must type the numbers shown in the image"
1674
+ msgstr ""
1675
+
1676
+ #: ../custom-contact-forms-utils.php:69
1677
+ msgid "Use this field if you want the plugin to throw an error on fake emails."
1678
+ msgstr ""
1679
+
1680
+ #: ../custom-contact-forms-utils.php:70
1681
+ msgid "This field will throw an error on invalid website addresses."
1682
+ msgstr ""
1683
+
1684
+ #: ../custom-contact-forms-utils.php:71
1685
+ msgid "This field lets users specify the subject of the email sent to you on submission."
1686
+ msgstr ""
1687
+
1688
+ #: ../custom-contact-forms-utils.php:73
1689
+ msgid "This field requires users to type numbers in an image preventing spam."
1690
+ msgstr ""
1691
+
1692
+ #: ../custom-contact-forms-utils.php:74
1693
+ msgid "This field requires users to check a box to prove they aren't a spam bot."
1694
+ msgstr ""
1695
+
1696
+ #: ../custom-contact-forms-utils.php:75
1697
+ msgid "This is a dropdown field showing each state in the US. If you want a state initially selected, enter it in 'Initial Value.'"
1698
+ msgstr ""
1699
+
1700
+ #: ../custom-contact-forms-utils.php:76
1701
+ msgid "This field displays a text box that when clicked pops up an interactive calender.'"
1702
+ msgstr ""
1703
+
1704
+ #: ../custom-contact-forms-utils.php:77
1705
+ msgid "This is a dropdown field showing countries. If you want a country initially selected, enter it in 'Initial Value.'"
1706
+ msgstr ""
1707
+
1708
+ #: ../custom-contact-forms-utils.php:78
1709
+ msgid "This field lets users reset all form fields to their initial values. This will be inserted next to the submit button."
1710
+ msgstr ""
1711
+
1712
+ #: ../custom-contact-forms.php:53
1713
+ msgid "Someone Filled Out Your Contact Form!"
1714
+ msgstr ""
1715
+
1716
+ #: ../custom-contact-forms.php:54
1717
+ msgid "Successful Form Submission"
1718
+ msgstr ""
1719
+
1720
+ #: ../custom-contact-forms.php:54
1721
+ msgid "Thank you for filling out our web form. We will get back to you ASAP."
1722
+ msgstr ""
1723
+
1724
+ #: ../custom-contact-forms.php:55
1725
+ msgid "You filled out the form incorrectly."
1726
+ msgstr ""
1727
+
1728
+ #: ../custom-contact-forms.php:56
1729
+ msgid "You don't have the proper permissions to view this form."
1730
+ msgstr ""
1731
+
1732
+ #: ../modules/db/custom-contact-forms-activate-db.php:143
1733
+ msgid "Form Success!"
1734
+ msgstr ""
1735
+
1736
+ #: ../modules/db/custom-contact-forms-activate-db.php:222
1737
+ msgid "Type the numbers."
1738
+ msgstr ""
1739
+
1740
+ #: ../modules/db/custom-contact-forms-activate-db.php:223
1741
+ msgid "Check if you are human."
1742
+ msgstr ""
1743
+
1744
+ #: ../modules/db/custom-contact-forms-activate-db.php:224
1745
+ msgid "Your Email"
1746
+ msgstr ""
1747
+
1748
+ #: ../modules/db/custom-contact-forms-activate-db.php:225
1749
+ msgid "Your Website"
1750
+ msgstr ""
1751
+
1752
+ #: ../modules/db/custom-contact-forms-activate-db.php:227
1753
+ msgid "Reset Form"
1754
+ msgstr ""
1755
+
1756
+ #: ../modules/db/custom-contact-forms-activate-db.php:228
1757
+ msgid "Select a State"
1758
+ msgstr ""
1759
+
1760
+ #: ../modules/db/custom-contact-forms-activate-db.php:229
1761
+ msgid "Select a Country"
1762
+ msgstr ""
1763
+
1764
+ #: ../modules/db/custom-contact-forms-db.php:421
1765
+ msgid "Non-Registered User"
1766
+ msgstr ""
1767
+
1768
+ #: ../modules/db/custom-contact-forms-default-db.php:26
1769
+ msgid "Please enter your full name."
1770
+ msgstr ""
1771
+
1772
+ #: ../modules/db/custom-contact-forms-default-db.php:28
1773
+ msgid "When Should I Contact You:"
1774
+ msgstr ""
1775
+
1776
+ #: ../modules/db/custom-contact-forms-default-db.php:29
1777
+ msgid "Please choose a date you would like to be contacted."
1778
+ msgstr ""
1779
+
1780
+ #: ../modules/db/custom-contact-forms-default-db.php:32
1781
+ msgid "Enter any message or comment."
1782
+ msgstr ""
1783
+
1784
+ #: ../modules/db/custom-contact-forms-default-db.php:34
1785
+ msgid "Your Phone Number:"
1786
+ msgstr ""
1787
+
1788
+ #: ../modules/db/custom-contact-forms-default-db.php:35
1789
+ msgid "Please enter your phone number."
1790
+ msgstr ""
1791
+
1792
+ #: ../modules/db/custom-contact-forms-default-db.php:37
1793
+ msgid "Did you find my website through Google?"
1794
+ msgstr ""
1795
+
1796
+ #: ../modules/db/custom-contact-forms-default-db.php:38
1797
+ msgid "If you found my website through Google, check this box."
1798
+ msgstr ""
1799
+
1800
+ #: ../modules/db/custom-contact-forms-default-db.php:40
1801
+ msgid "How should we contact you?"
1802
+ msgstr ""
1803
+
1804
+ #: ../modules/db/custom-contact-forms-default-db.php:41
1805
+ msgid "By which method we should contact you?"
1806
+ msgstr ""
1807
+
1808
+ #: ../modules/db/custom-contact-forms-default-db.php:47
1809
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:232
1810
+ msgid "Please Select:"
1811
+ msgstr ""
1812
+
1813
+ #: ../modules/db/custom-contact-forms-default-db.php:48
1814
+ msgid "By Email"
1815
+ msgstr ""
1816
+
1817
+ #: ../modules/db/custom-contact-forms-default-db.php:49
1818
+ msgid "By Phone"
1819
+ msgstr ""
1820
+
1821
+ #: ../modules/db/custom-contact-forms-default-db.php:50
1822
+ msgid "Do Not Contact Me"
1823
+ msgstr ""
1824
+
1825
+ #: ../modules/db/custom-contact-forms-default-db.php:51
1826
+ msgid "Yes, I did."
1827
+ msgstr ""
1828
+
1829
+ #: ../modules/db/custom-contact-forms-default-db.php:52
1830
+ msgid "Contact Form"
1831
+ msgstr ""
1832
+
1833
+ #: ../modules/db/custom-contact-forms-default-db.php:53
1834
+ msgid "Thank you for filling out our contact form. We will contact you very soon by the way you specified."
1835
+ msgstr ""
1836
+
1837
+ #: ../modules/db/custom-contact-forms-default-db.php:54
1838
+ msgid "Thank You!"
1839
+ msgstr ""
1840
+
1841
+ #: ../modules/export/custom-contact-forms-export.php:57
1842
+ msgid "Custom Contact Forms Export File"
1843
+ msgstr ""
1844
+
1845
+ #: ../modules/export/custom-contact-forms-export.php:58
1846
+ msgid "It is recommended that you do not edit this file. The order of the"
1847
+ msgstr ""
1848
+
1849
+ #: ../modules/export/custom-contact-forms-export.php:59
1850
+ msgid "queries is important if you intend to use this file through the CCF"
1851
+ msgstr ""
1852
+
1853
+ #: ../modules/export/custom-contact-forms-export.php:60
1854
+ msgid "exporter. The query to update general settings MUST be the last query"
1855
+ msgstr ""
1856
+
1857
+ #: ../modules/export/custom-contact-forms-export.php:61
1858
+ msgid "in this file."
1859
+ msgstr ""
1860
+
1861
+ #: ../modules/export/custom-contact-forms-user-data.php:78
1862
+ msgid "View File Upload"
1863
+ msgstr ""
1864
+
1865
  #: ../modules/usage_popover/custom-contact-forms-quick-start-popover.php:1
1866
  msgid "Quick Start Guide"
1867
  msgstr ""
1875
  msgstr ""
1876
 
1877
  #: ../modules/usage_popover/custom-contact-forms-quick-start-popover.php:8
1878
+ #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:41
1879
  msgid "Insert Default Content"
1880
  msgstr ""
1881
 
2147
  msgid "This is the actual value of the option which isn't shown to the user. This can be the same thing as the label. An example pairing of label => value is: 'The color green' => 'green' or 'Yes' => '1'. The option value is behind the scences; unseen by the user, but when a user fills out the form, the option value is what is actually emailed to you and stored in the database. For dropdown fields the option value is optional, <span>for radio fields it is required</span>."
2148
  msgstr ""
2149
 
 
 
 
 
2150
  #: ../modules/usage_popover/custom-contact-forms-usage-popover.php:232
2151
  msgid "Option 1"
2152
  msgstr ""
2331
  msgid "More import/export methods will be added in the future. Always create a backup before attempting an import! * Note: If you are having problems getting the importer/exporter to work, try CHMODing the import/ and export/ directories to 0777."
2332
  msgstr ""
2333
 
2334
+ #: ../modules/widget/custom-contact-forms-dashboard.php:11
2335
+ msgid "Custom Contact Forms - Saved Form Submissions"
2336
+ msgstr ""
2337
+
2338
  #: ../modules/widget/custom-contact-forms-dashboard.php:73
2339
  msgid "No submissions to display."
2340
  msgstr ""
2351
  msgid "Form Submitted:"
2352
  msgstr ""
2353
 
2354
+ #: ../modules/widget/custom-contact-forms-dashboard.php:106
2355
+ msgid "Not Found"
2356
+ msgstr ""
2357
+
2358
  #: ../modules/widget/custom-contact-forms-dashboard.php:107
2359
  msgid "Form Location:"
2360
  msgstr ""
2364
  msgid "View All Submissions"
2365
  msgstr ""
2366
 
2367
+ #: ../modules/widget/custom-contact-forms-widget.php:10
2368
+ msgid "Add a customized contact form to your sidebar."
2369
+ msgstr ""
2370
+
2371
  #: ../modules/widget/custom-contact-forms-widget.php:44
2372
  msgid "Choose a Form:"
2373
  msgstr ""
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.taylorlovett.com
4
  Tags: contact form, web form, custom contact form, custom forms, captcha form, contact fields, form mailers
5
  Requires at least: 2.8.1
6
  Tested up to: 3.2.1
7
- Stable tag: 4.7.0.3
8
 
9
  Gauranteed to be the most customizable and intuitive contact form plugin for Wordpress.
10
 
@@ -142,6 +142,9 @@ Visit http://www.taylorlovett.com/wordpress-plugins for screenshots. Right now a
142
 
143
  == Changelog ==
144
 
 
 
 
145
  = 4.7.0.3 =
146
  * js/jquery.tools.js - Updated to not include jQuery
147
  * custom-contact-forms-front.php - jQuery bug fixed
4
  Tags: contact form, web form, custom contact form, custom forms, captcha form, contact fields, form mailers
5
  Requires at least: 2.8.1
6
  Tested up to: 3.2.1
7
+ Stable tag: 4.7.0.4
8
 
9
  Gauranteed to be the most customizable and intuitive contact form plugin for Wordpress.
10
 
142
 
143
  == Changelog ==
144
 
145
+ = 4.7.0.4 =
146
+ * custom-contact-forms-front.php - Language stuff changed
147
+
148
  = 4.7.0.3 =
149
  * js/jquery.tools.js - Updated to not include jQuery
150
  * custom-contact-forms-front.php - jQuery bug fixed