Ninja Forms – The Easy and Powerful Forms Builder - Version 3.3.1

Version Description

(22 May 2018) =

Bugs:

  • Resolved a bug that was sometimes causing clicks to not register in the admin.
  • Removed a fatal error caused by having a WordPress version below 4.9.6.
  • Export personal data requests created by anonymous uers through Ninja Forms should no longer error out in the admin.
  • Updated a setting in our submissions to prevent them from being shown in archives created by WordPress.

Changes:

  • Individual fields can now be excluded from the store submission action.
  • (GDPR) The delete data request action can now be added to a form, allowing your users to request deletion of their Ninja Forms submissions.
  • (GDPR) The export data request action can now be added to a form, allowing your users to request a record of their Ninja Forms submissions.
  • (GDPR) Added templates for data removal and data export requests.
  • (GDPR) Added a suggested privacy policy content block for the use of Ninja Forms.
  • (GDPR) We've updated our Ninja Forms opt-in/opt-out behavior for anonymous usage statistics.
  • (Developers) We've added a layout of our database structure to our public repository.

=

Download this release

Release Info

Developer krmoorhouse
Plugin Icon 128x128 Ninja Forms – The Easy and Powerful Forms Builder
Version 3.3.1
Comparing to
See all releases

Code changes from version 3.3.0 to 3.3.1

deprecated/ninja-forms.php CHANGED
@@ -265,7 +265,7 @@ class Ninja_Forms {
265
 
266
  // Plugin version
267
  if ( ! defined( 'NF_PLUGIN_VERSION' ) )
268
- define( 'NF_PLUGIN_VERSION', '3.3.0' );
269
 
270
  // Plugin Folder Path
271
  if ( ! defined( 'NF_PLUGIN_DIR' ) )
265
 
266
  // Plugin version
267
  if ( ! defined( 'NF_PLUGIN_VERSION' ) )
268
+ define( 'NF_PLUGIN_VERSION', '3.3.1' );
269
 
270
  // Plugin Folder Path
271
  if ( ! defined( 'NF_PLUGIN_DIR' ) )
includes/Admin/CPT/Submission.php CHANGED
@@ -78,11 +78,12 @@ class NF_Admin_CPT_Submission
78
  'show_in_menu' => false,
79
  'menu_position' => 5,
80
  'show_in_admin_bar' => false,
81
- 'show_in_nav_menus' => true,
82
  'can_export' => true,
83
- 'has_archive' => true,
84
  'exclude_from_search' => true,
85
- 'publicly_queryable' => true,
 
86
  'capability_type' => 'nf_sub',
87
  'capabilities' => array(
88
  'publish_posts' => 'nf_sub',
78
  'show_in_menu' => false,
79
  'menu_position' => 5,
80
  'show_in_admin_bar' => false,
81
+ 'show_in_nav_menus' => false,
82
  'can_export' => true,
83
+ 'has_archive' => false,
84
  'exclude_from_search' => true,
85
+ 'publicly_queryable' => false,
86
+ // 'rewrite' => false,
87
  'capability_type' => 'nf_sub',
88
  'capabilities' => array(
89
  'publish_posts' => 'nf_sub',
includes/Admin/UserDataRequests.php CHANGED
@@ -118,15 +118,13 @@ class NF_Admin_UserDataRequests {
118
  );
119
  }
120
  }
121
-
122
-
123
- // Returns an array of exported items for this pass, but also a boolean whether this exporter is finished.
124
- //If not it will be called again with $page increased by 1.
125
- return array(
126
- 'data' => $export_items,
127
- 'done' => true,
128
- );
129
  }
 
 
 
 
 
 
130
  }
131
 
132
  /**
118
  );
119
  }
120
  }
 
 
 
 
 
 
 
 
121
  }
122
+ // Returns an array of exported items for this pass, but also a boolean whether this exporter is finished.
123
+ //If not it will be called again with $page increased by 1.
124
+ return array(
125
+ 'data' => $export_items,
126
+ 'done' => true,
127
+ );
128
  }
129
 
130
  /**
lang/ninja-forms.pot CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Ninja Forms\n"
4
- "POT-Creation-Date: 2018-04-05 13:20-0400\n"
5
- "PO-Revision-Date: 2018-04-05 13:20-0400\n"
6
  "Last-Translator: \n"
7
  "Language-Team: WP Ninjas <info@wpninjas.com>\n"
8
  "Language: en\n"
@@ -14,9 +14,9 @@ msgstr ""
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
16
  "X-Poedit-SearchPath-0: includes\n"
17
- "X-Poedit-SearchPath-1: deprecated\n"
18
- "X-Poedit-SearchPath-2: lib\n"
19
- "X-Poedit-SearchPath-3: ninja-forms.php\n"
20
 
21
  #: deprecated/classes/add-form-modal.php:41
22
  #: deprecated/classes/add-form-modal.php:99 includes/Admin/AddFormModal.php:41
@@ -69,7 +69,7 @@ msgstr ""
69
 
70
  #: deprecated/classes/notices-multipart.php:66
71
  #: deprecated/classes/notices-save-progress.php:66
72
- #: deprecated/includes/admin/notices.php:57 includes/Config/AdminNotices.php:16
73
  msgid "Dismiss"
74
  msgstr ""
75
 
@@ -86,6 +86,8 @@ msgstr ""
86
 
87
  #: deprecated/classes/notification-email.php:19 includes/Actions/Email.php:35
88
  #: includes/Config/ActionAkismetSettings.php:19
 
 
89
  #: includes/Database/MockData.php:81 includes/Database/MockData.php:262
90
  #: includes/Database/MockData.php:294 includes/Database/MockData.php:663
91
  #: includes/Fields/Email.php:28
@@ -327,8 +329,8 @@ msgstr ""
327
  #: deprecated/includes/admin/admin.php:6
328
  #: deprecated/includes/admin/admin.php:101
329
  #: deprecated/includes/fields/list.php:149 includes/Admin/CPT/Submission.php:61
330
- #: includes/Admin/Menus/AddNew.php:20 includes/Config/FieldSettings.php:180
331
- #: includes/Config/FieldSettings.php:1054
332
  #: includes/Config/FormCalculationSettings.php:12
333
  #: includes/Templates/admin-menu-dashboard.html.php:167
334
  msgid "Add New"
@@ -372,11 +374,11 @@ msgstr ""
372
  msgid "Insert All Fields"
373
  msgstr ""
374
 
375
- #: deprecated/classes/subs-cpt.php:103 includes/Admin/CPT/Submission.php:429
376
  msgid "Please select a form to view submissions"
377
  msgstr ""
378
 
379
- #: deprecated/classes/subs-cpt.php:105 includes/Admin/CPT/Submission.php:431
380
  msgid "No Submissions Found"
381
  msgstr ""
382
 
@@ -412,15 +414,15 @@ msgid "Submissions"
412
  msgstr ""
413
 
414
  #: deprecated/classes/subs-cpt.php:279 deprecated/classes/subs-cpt.php:996
415
- #: deprecated/classes/subs.php:174 includes/Admin/CPT/Submission.php:159
416
- #: includes/Admin/Menus/Submissions.php:147
417
  msgid "#"
418
  msgstr ""
419
 
420
  #: deprecated/classes/subs-cpt.php:315
421
  #: deprecated/includes/fields/textbox.php:175
422
- #: includes/Admin/CPT/Submission.php:183
423
- #: includes/Admin/Menus/Submissions.php:166
424
  #: includes/Config/FieldSettings.php:241
425
  #: includes/Config/MergeTagsDeprecated.php:183
426
  #: includes/Config/MergeTagsOther.php:25 includes/Database/MockData.php:620
@@ -437,9 +439,9 @@ msgid "Export this item"
437
  msgstr ""
438
 
439
  #: deprecated/classes/subs-cpt.php:390 deprecated/classes/subs-cpt.php:694
440
- #: deprecated/classes/subs-cpt.php:695 includes/Admin/CPT/Submission.php:141
441
- #: includes/Admin/Menus/Submissions.php:313
442
- #: includes/Admin/Menus/Submissions.php:314
443
  msgid "Export"
444
  msgstr ""
445
 
@@ -543,7 +545,7 @@ msgstr ""
543
 
544
  #: deprecated/classes/subs-cpt.php:712
545
  #: includes/Admin/CPT/DownloadAllSubmissions.php:160
546
- #: includes/Admin/Menus/Submissions.php:331
547
  msgid "Download All Submissions"
548
  msgstr ""
549
 
@@ -551,7 +553,7 @@ msgstr ""
551
  msgid "Back to list"
552
  msgstr ""
553
 
554
- #: deprecated/classes/subs-cpt.php:868 includes/Admin/CPT/Submission.php:257
555
  msgid "User Submitted Values"
556
  msgstr ""
557
 
@@ -758,7 +760,7 @@ msgstr ""
758
  #: deprecated/includes/fields/textbox.php:125
759
  #: deprecated/includes/fields/textbox.php:173 deprecated/includes/widget.php:96
760
  #: includes/Admin/Metaboxes/AppendAForm.php:62
761
- #: includes/Config/PluginSettingsAdvanced.php:70 includes/Widget.php:89
762
  msgid "None"
763
  msgstr ""
764
 
@@ -828,7 +830,7 @@ msgstr ""
828
  #: deprecated/includes/admin/edit-field/input-limit.php:40
829
  #: deprecated/includes/admin/pages/ninja-forms/tabs/form-list/form-list.php:119
830
  #: deprecated/includes/admin/pages/ninja-forms/tabs/form-list/form-list.php:144
831
- #: includes/Config/i18nFrontEnd.php:29
832
  msgid "of"
833
  msgstr ""
834
 
@@ -991,37 +993,46 @@ msgstr ""
991
  msgid "Upgrade to Ninja Forms THREE"
992
  msgstr ""
993
 
994
- #: deprecated/includes/admin/notices.php:24
995
  #, php-format
996
  msgid "You are eligible to upgrade to Ninja Forms THREE! %sUpgrade Now%s"
997
  msgstr ""
998
 
999
- #: deprecated/includes/admin/notices.php:38
 
 
 
 
 
 
 
 
 
1000
  msgid "THREE is coming!"
1001
  msgstr ""
1002
 
1003
- #: deprecated/includes/admin/notices.php:39
1004
  #, php-format
1005
  msgid ""
1006
  "A major update is coming to Ninja Forms. %sLearn more about new features, "
1007
  "backwards compatibility, and more Frequently Asked Questions.%s"
1008
  msgstr ""
1009
 
1010
- #: deprecated/includes/admin/notices.php:53 includes/Config/AdminNotices.php:12
1011
  msgid "How's It Going?"
1012
  msgstr ""
1013
 
1014
- #: deprecated/includes/admin/notices.php:54 includes/Config/AdminNotices.php:13
1015
  msgid ""
1016
  "Thank you for using Ninja Forms! We hope that you've found everything you "
1017
  "need, but if you have any questions:"
1018
  msgstr ""
1019
 
1020
- #: deprecated/includes/admin/notices.php:55 includes/Config/AdminNotices.php:14
1021
  msgid "Check out our documentation"
1022
  msgstr ""
1023
 
1024
- #: deprecated/includes/admin/notices.php:56 includes/Config/AdminNotices.php:15
1025
  msgid "Get Some Help"
1026
  msgstr ""
1027
 
@@ -1096,7 +1107,7 @@ msgstr ""
1096
 
1097
  #: deprecated/includes/admin/pages/ninja-forms-impexp/tabs/impexp-fields/impexp-fields.php:28
1098
  #: deprecated/includes/admin/pages/ninja-forms-impexp/tabs/impexp-forms/impexp-forms.php:27
1099
- #: includes/Config/i18nFrontEnd.php:17
1100
  #: includes/Templates/admin-metabox-import-export-favorite-fields-import.html.php:9
1101
  #: includes/Templates/admin-metabox-import-export-forms-import.html.php:9
1102
  msgid "Select a file"
@@ -1244,7 +1255,7 @@ msgstr ""
1244
 
1245
  #: deprecated/includes/admin/pages/ninja-forms-settings/tabs/general-settings/general-settings.php:93
1246
  #: deprecated/includes/admin/scripts.php:54
1247
- #: includes/Admin/Menus/Settings.php:155
1248
  #: includes/Config/PluginSettingsAdvanced.php:16
1249
  msgid "Remove ALL Ninja Forms data upon uninstall?"
1250
  msgstr ""
@@ -1910,7 +1921,7 @@ msgstr ""
1910
  msgid "Reset the form conversion process for v2.9+"
1911
  msgstr ""
1912
 
1913
- #: deprecated/includes/admin/scripts.php:75 includes/Admin/Menus/Forms.php:233
1914
  msgid "Edit Form"
1915
  msgstr ""
1916
 
@@ -2422,8 +2433,8 @@ msgid "Fields marked with a * are required."
2422
  msgstr ""
2423
 
2424
  #: deprecated/includes/display/processing/req-fields-pre-process.php:65
2425
- #: includes/Config/FormDisplaySettings.php:206
2426
- #: includes/Config/i18nFrontEnd.php:19
2427
  msgid "This is a required field."
2428
  msgstr ""
2429
 
@@ -4553,7 +4564,7 @@ msgstr ""
4553
 
4554
  #: deprecated/includes/fields/textbox.php:176
4555
  #: includes/Config/FieldSettings.php:245
4556
- #: includes/Config/FormDisplaySettings.php:232
4557
  #: includes/Config/PluginSettingsGeneral.php:41
4558
  msgid "Currency"
4559
  msgstr ""
@@ -4620,8 +4631,8 @@ msgstr ""
4620
  msgid "Cheatin&#8217; huh?"
4621
  msgstr ""
4622
 
4623
- #: deprecated/ninja-forms.php:674 includes/Config/FormDisplaySettings.php:218
4624
- #: includes/Config/i18nFrontEnd.php:24
4625
  #, php-format
4626
  msgid "Fields marked with an %s*%s are required"
4627
  msgstr ""
@@ -4658,11 +4669,11 @@ msgstr ""
4658
  msgid "Update to Ninja Forms THREE"
4659
  msgstr ""
4660
 
4661
- #: deprecated/upgrade/class-submenu.php:168
4662
  msgid "Ninja Forms THREE"
4663
  msgstr ""
4664
 
4665
- #: deprecated/upgrade/class-submenu.php:170
4666
  msgid "Upgrade to the Ninja Forms THREE."
4667
  msgstr ""
4668
 
@@ -4670,7 +4681,7 @@ msgstr ""
4670
  msgid "Please update your add-ons before upgrading."
4671
  msgstr ""
4672
 
4673
- #: includes/AJAX/Controllers/Form.php:26
4674
  msgid "Form Not Found"
4675
  msgstr ""
4676
 
@@ -4715,11 +4726,11 @@ msgstr ""
4715
  msgid "Endpoint does not exist."
4716
  msgstr ""
4717
 
4718
- #: includes/AJAX/REST/NewFormTemplates.php:16
4719
  msgid "Blank Form"
4720
  msgstr ""
4721
 
4722
- #: includes/AJAX/REST/NewFormTemplates.php:17
4723
  msgid ""
4724
  "The blank form allows you to create any type of form using our drag & drop "
4725
  "builder."
@@ -4777,6 +4788,11 @@ msgstr ""
4777
  msgid "WP Hook"
4778
  msgstr ""
4779
 
 
 
 
 
 
4780
  #: includes/Actions/Email.php:177
4781
  #, php-format
4782
  msgid ""
@@ -4784,6 +4800,11 @@ msgid ""
4784
  "check this setting and try again."
4785
  msgstr ""
4786
 
 
 
 
 
 
4787
  #: includes/Actions/Save.php:35 includes/Config/FormActionDefaults.php:24
4788
  msgid "Store Submission"
4789
  msgstr ""
@@ -4868,11 +4889,11 @@ msgstr ""
4868
  msgid "Form Submissions"
4869
  msgstr ""
4870
 
4871
- #: includes/Admin/CPT/Submission.php:266
4872
  msgid "Submission Info"
4873
  msgstr ""
4874
 
4875
- #: includes/Admin/CPT/Submission.php:316
4876
  msgid "Anonymous"
4877
  msgstr ""
4878
 
@@ -4885,15 +4906,16 @@ msgid "Dashboard"
4885
  msgstr ""
4886
 
4887
  #: includes/Admin/Menus/Forms.php:37 includes/Config/i18nBuilder.php:5
4888
- #: includes/Config/i18nFrontEnd.php:9
4889
  msgid "Ninja Forms"
4890
  msgstr ""
4891
 
4892
- #: includes/Admin/Menus/Forms.php:169
4893
  msgid "Form Template Import Error."
4894
  msgstr ""
4895
 
4896
- #: includes/Admin/Menus/Forms.php:568 includes/MergeTags/Fields.php:14
 
4897
  msgid "Fields"
4898
  msgstr ""
4899
 
@@ -4991,7 +5013,7 @@ msgstr ""
4991
  msgid "Save Settings"
4992
  msgstr ""
4993
 
4994
- #: includes/Admin/Menus/Settings.php:158
4995
  msgid "Are you sure you want to rollback?"
4996
  msgstr ""
4997
 
@@ -5005,7 +5027,7 @@ msgstr ""
5005
  msgid "Trashed"
5006
  msgstr ""
5007
 
5008
- #: includes/Admin/Menus/Submissions.php:331
5009
  msgid "button-secondary nf-download-all"
5010
  msgstr ""
5011
 
@@ -5047,11 +5069,22 @@ msgstr ""
5047
  msgid "Calculations"
5048
  msgstr ""
5049
 
 
 
 
 
 
 
 
 
 
5050
  #: includes/Config/ActionAkismetSettings.php:11
5051
  msgid "Name field"
5052
  msgstr ""
5053
 
5054
  #: includes/Config/ActionAkismetSettings.php:20
 
 
5055
  msgid "Email address field"
5056
  msgstr ""
5057
 
@@ -5096,6 +5129,18 @@ msgstr ""
5096
  msgid "Hook Tag"
5097
  msgstr ""
5098
 
 
 
 
 
 
 
 
 
 
 
 
 
5099
  #: includes/Config/ActionEmailSettings.php:20
5100
  msgid "Email address or search for a field"
5101
  msgstr ""
@@ -5112,6 +5157,29 @@ msgstr ""
5112
  msgid "Attach CSV"
5113
  msgstr ""
5114
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5115
  #: includes/Config/ActionSuccessMessageSettings.php:16
5116
  #: includes/Config/FormActionDefaults.php:9
5117
  msgid "Your form has been successfully submitted."
@@ -5503,7 +5571,7 @@ msgid ""
5503
  " password and re-password textboxes will be output"
5504
  msgstr ""
5505
 
5506
- #: includes/Config/FieldSettings.php:867 includes/Database/Models/Form.php:699
5507
  #: includes/Fields/Confirm.php:26
5508
  msgid "Confirm"
5509
  msgstr ""
@@ -5703,35 +5771,40 @@ msgstr ""
5703
 
5704
  #: includes/Config/FormDisplaySettings.php:176
5705
  #: includes/Config/i18nFrontEnd.php:11
5706
- msgid "These fields must match!"
5707
  msgstr ""
5708
 
5709
  #: includes/Config/FormDisplaySettings.php:182
5710
  #: includes/Config/i18nFrontEnd.php:12
5711
- msgid "Number Min Error"
5712
  msgstr ""
5713
 
5714
  #: includes/Config/FormDisplaySettings.php:188
5715
  #: includes/Config/i18nFrontEnd.php:13
5716
- msgid "Number Max Error"
5717
  msgstr ""
5718
 
5719
  #: includes/Config/FormDisplaySettings.php:194
5720
  #: includes/Config/i18nFrontEnd.php:14
5721
- msgid "Please increment by "
5722
  msgstr ""
5723
 
5724
  #: includes/Config/FormDisplaySettings.php:200
5725
- #: includes/Config/i18nFrontEnd.php:18
 
 
 
 
 
5726
  msgid "Please correct errors before submitting this form."
5727
  msgstr ""
5728
 
5729
- #: includes/Config/FormDisplaySettings.php:212
5730
- #: includes/Config/i18nFrontEnd.php:20
5731
  msgid "Honeypot Error"
5732
  msgstr ""
5733
 
5734
- #: includes/Config/FormDisplaySettings.php:231
5735
  msgid "Plugin Default"
5736
  msgstr ""
5737
 
@@ -5872,36 +5945,155 @@ msgstr ""
5872
  msgid "User Meta"
5873
  msgstr ""
5874
 
5875
- #: includes/Config/NewFormTemplates.php:15
5876
  msgid "Contact Us"
5877
  msgstr ""
5878
 
5879
- #: includes/Config/NewFormTemplates.php:16
5880
  msgid ""
5881
  "Allow your users to contact you with this simple contact form. You can add "
5882
  "and remove fields as needed."
5883
  msgstr ""
5884
 
5885
- #: includes/Config/NewFormTemplates.php:21
5886
  msgid "Quote Request"
5887
  msgstr ""
5888
 
5889
- #: includes/Config/NewFormTemplates.php:22
5890
  msgid ""
5891
  "Manage quote requests from your website easily with this template. You can "
5892
  "add and remove fields as needed."
5893
  msgstr ""
5894
 
5895
- #: includes/Config/NewFormTemplates.php:27
5896
  msgid "Event Registration"
5897
  msgstr ""
5898
 
5899
- #: includes/Config/NewFormTemplates.php:28
5900
  msgid ""
5901
  "Allow user to register for your next event this easy to complete form. You "
5902
  "can add and remove fields as needed."
5903
  msgstr ""
5904
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5905
  #: includes/Config/PluginSettingsAdvanced.php:15
5906
  msgid "Delete All Data"
5907
  msgstr ""
@@ -5915,50 +6107,59 @@ msgid ""
5915
  msgstr ""
5916
 
5917
  #: includes/Config/PluginSettingsAdvanced.php:54
5918
- msgid "Allow Tracking"
 
 
 
 
5919
  msgstr ""
5920
 
5921
  #: includes/Config/PluginSettingsAdvanced.php:55
 
 
 
 
5922
  msgid ""
5923
- "If you opt-in, some data about your installation of Ninja Forms will be sent "
5924
- "to NinjaForms.com (this does NOT include your submissions)."
 
5925
  msgstr ""
5926
 
5927
- #: includes/Config/PluginSettingsAdvanced.php:67
5928
  msgid "Opinionated Styles"
5929
  msgstr ""
5930
 
5931
- #: includes/Config/PluginSettingsAdvanced.php:74
5932
  #: includes/Config/PluginSettingsReCaptcha.php:54
5933
  msgid "Light"
5934
  msgstr ""
5935
 
5936
- #: includes/Config/PluginSettingsAdvanced.php:78
5937
  #: includes/Config/PluginSettingsReCaptcha.php:55
5938
  msgid "Dark"
5939
  msgstr ""
5940
 
5941
- #: includes/Config/PluginSettingsAdvanced.php:82
5942
  msgid "Use default Ninja Forms styling conventions."
5943
  msgstr ""
5944
 
5945
- #: includes/Config/PluginSettingsAdvanced.php:95
5946
  msgid "Rollback"
5947
  msgstr ""
5948
 
5949
- #: includes/Config/PluginSettingsAdvanced.php:96
5950
  msgid "Rollback to v2.9.x"
5951
  msgstr ""
5952
 
5953
- #: includes/Config/PluginSettingsAdvanced.php:97
5954
  msgid "Rollback to the most recent 2.9.x release."
5955
  msgstr ""
5956
 
5957
- #: includes/Config/PluginSettingsAdvanced.php:97
5958
  msgid "IMPORTANT: All 3.0 data will be removed."
5959
  msgstr ""
5960
 
5961
- #: includes/Config/PluginSettingsAdvanced.php:97
5962
  msgid ""
5963
  "Please export any forms or submissions you do not want to be lost during "
5964
  "this process."
@@ -6026,233 +6227,233 @@ msgid "Possible issue detected. %sLearn More%s"
6026
  msgstr ""
6027
 
6028
  #: includes/Config/i18nBuilder.php:17 includes/Config/i18nDashboard.php:5
6029
- #: includes/Config/i18nFrontEnd.php:30
6030
  msgid "Previous Month"
6031
  msgstr ""
6032
 
6033
  #: includes/Config/i18nBuilder.php:18 includes/Config/i18nDashboard.php:6
6034
- #: includes/Config/i18nFrontEnd.php:31
6035
  msgid "Next Month"
6036
  msgstr ""
6037
 
6038
  #: includes/Config/i18nBuilder.php:20 includes/Config/i18nDashboard.php:8
6039
- #: includes/Config/i18nFrontEnd.php:33
6040
  msgid "January"
6041
  msgstr ""
6042
 
6043
  #: includes/Config/i18nBuilder.php:21 includes/Config/i18nDashboard.php:9
6044
- #: includes/Config/i18nFrontEnd.php:34
6045
  msgid "February"
6046
  msgstr ""
6047
 
6048
  #: includes/Config/i18nBuilder.php:22 includes/Config/i18nDashboard.php:10
6049
- #: includes/Config/i18nFrontEnd.php:35
6050
  msgid "March"
6051
  msgstr ""
6052
 
6053
  #: includes/Config/i18nBuilder.php:23 includes/Config/i18nDashboard.php:11
6054
- #: includes/Config/i18nFrontEnd.php:36
6055
  msgid "April"
6056
  msgstr ""
6057
 
6058
  #: includes/Config/i18nBuilder.php:24 includes/Config/i18nBuilder.php:38
6059
  #: includes/Config/i18nDashboard.php:12 includes/Config/i18nDashboard.php:26
6060
- #: includes/Config/i18nFrontEnd.php:37 includes/Config/i18nFrontEnd.php:51
6061
  msgid "May"
6062
  msgstr ""
6063
 
6064
  #: includes/Config/i18nBuilder.php:25 includes/Config/i18nDashboard.php:13
6065
- #: includes/Config/i18nFrontEnd.php:38
6066
  msgid "June"
6067
  msgstr ""
6068
 
6069
  #: includes/Config/i18nBuilder.php:26 includes/Config/i18nDashboard.php:14
6070
- #: includes/Config/i18nFrontEnd.php:39
6071
  msgid "July"
6072
  msgstr ""
6073
 
6074
  #: includes/Config/i18nBuilder.php:27 includes/Config/i18nDashboard.php:15
6075
- #: includes/Config/i18nFrontEnd.php:40
6076
  msgid "August"
6077
  msgstr ""
6078
 
6079
  #: includes/Config/i18nBuilder.php:28 includes/Config/i18nDashboard.php:16
6080
- #: includes/Config/i18nFrontEnd.php:41
6081
  msgid "September"
6082
  msgstr ""
6083
 
6084
  #: includes/Config/i18nBuilder.php:29 includes/Config/i18nDashboard.php:17
6085
- #: includes/Config/i18nFrontEnd.php:42
6086
  msgid "October"
6087
  msgstr ""
6088
 
6089
  #: includes/Config/i18nBuilder.php:30 includes/Config/i18nDashboard.php:18
6090
- #: includes/Config/i18nFrontEnd.php:43
6091
  msgid "November"
6092
  msgstr ""
6093
 
6094
  #: includes/Config/i18nBuilder.php:31 includes/Config/i18nDashboard.php:19
6095
- #: includes/Config/i18nFrontEnd.php:44
6096
  msgid "December"
6097
  msgstr ""
6098
 
6099
  #: includes/Config/i18nBuilder.php:34 includes/Config/i18nDashboard.php:22
6100
- #: includes/Config/i18nFrontEnd.php:47
6101
  msgid "Jan"
6102
  msgstr ""
6103
 
6104
  #: includes/Config/i18nBuilder.php:35 includes/Config/i18nDashboard.php:23
6105
- #: includes/Config/i18nFrontEnd.php:48
6106
  msgid "Feb"
6107
  msgstr ""
6108
 
6109
  #: includes/Config/i18nBuilder.php:36 includes/Config/i18nDashboard.php:24
6110
- #: includes/Config/i18nFrontEnd.php:49
6111
  msgid "Mar"
6112
  msgstr ""
6113
 
6114
  #: includes/Config/i18nBuilder.php:37 includes/Config/i18nDashboard.php:25
6115
- #: includes/Config/i18nFrontEnd.php:50
6116
  msgid "Apr"
6117
  msgstr ""
6118
 
6119
  #: includes/Config/i18nBuilder.php:39 includes/Config/i18nDashboard.php:27
6120
- #: includes/Config/i18nFrontEnd.php:52
6121
  msgid "Jun"
6122
  msgstr ""
6123
 
6124
  #: includes/Config/i18nBuilder.php:40 includes/Config/i18nDashboard.php:28
6125
- #: includes/Config/i18nFrontEnd.php:53
6126
  msgid "Jul"
6127
  msgstr ""
6128
 
6129
  #: includes/Config/i18nBuilder.php:41 includes/Config/i18nDashboard.php:29
6130
- #: includes/Config/i18nFrontEnd.php:54
6131
  msgid "Aug"
6132
  msgstr ""
6133
 
6134
  #: includes/Config/i18nBuilder.php:42 includes/Config/i18nDashboard.php:30
6135
- #: includes/Config/i18nFrontEnd.php:55
6136
  msgid "Sep"
6137
  msgstr ""
6138
 
6139
  #: includes/Config/i18nBuilder.php:43 includes/Config/i18nDashboard.php:31
6140
- #: includes/Config/i18nFrontEnd.php:56
6141
  msgid "Oct"
6142
  msgstr ""
6143
 
6144
  #: includes/Config/i18nBuilder.php:44 includes/Config/i18nDashboard.php:32
6145
- #: includes/Config/i18nFrontEnd.php:57
6146
  msgid "Nov"
6147
  msgstr ""
6148
 
6149
  #: includes/Config/i18nBuilder.php:45 includes/Config/i18nDashboard.php:33
6150
- #: includes/Config/i18nFrontEnd.php:58
6151
  msgid "Dec"
6152
  msgstr ""
6153
 
6154
  #: includes/Config/i18nBuilder.php:48 includes/Config/i18nDashboard.php:36
6155
- #: includes/Config/i18nFrontEnd.php:61
6156
  msgid "Sunday"
6157
  msgstr ""
6158
 
6159
  #: includes/Config/i18nBuilder.php:49 includes/Config/i18nDashboard.php:37
6160
- #: includes/Config/i18nFrontEnd.php:62
6161
  msgid "Monday"
6162
  msgstr ""
6163
 
6164
  #: includes/Config/i18nBuilder.php:50 includes/Config/i18nDashboard.php:38
6165
- #: includes/Config/i18nFrontEnd.php:63
6166
  msgid "Tuesday"
6167
  msgstr ""
6168
 
6169
  #: includes/Config/i18nBuilder.php:51 includes/Config/i18nDashboard.php:39
6170
- #: includes/Config/i18nFrontEnd.php:64
6171
  msgid "Wednesday"
6172
  msgstr ""
6173
 
6174
  #: includes/Config/i18nBuilder.php:52 includes/Config/i18nDashboard.php:40
6175
- #: includes/Config/i18nFrontEnd.php:65
6176
  msgid "Thursday"
6177
  msgstr ""
6178
 
6179
  #: includes/Config/i18nBuilder.php:53 includes/Config/i18nDashboard.php:41
6180
- #: includes/Config/i18nFrontEnd.php:66
6181
  msgid "Friday"
6182
  msgstr ""
6183
 
6184
  #: includes/Config/i18nBuilder.php:54 includes/Config/i18nDashboard.php:42
6185
- #: includes/Config/i18nFrontEnd.php:67
6186
  msgid "Saturday"
6187
  msgstr ""
6188
 
6189
  #: includes/Config/i18nBuilder.php:57 includes/Config/i18nDashboard.php:45
6190
- #: includes/Config/i18nFrontEnd.php:70
6191
  msgid "Sun"
6192
  msgstr ""
6193
 
6194
  #: includes/Config/i18nBuilder.php:58 includes/Config/i18nDashboard.php:46
6195
- #: includes/Config/i18nFrontEnd.php:71
6196
  msgid "Mon"
6197
  msgstr ""
6198
 
6199
  #: includes/Config/i18nBuilder.php:59 includes/Config/i18nDashboard.php:47
6200
- #: includes/Config/i18nFrontEnd.php:72
6201
  msgid "Tue"
6202
  msgstr ""
6203
 
6204
  #: includes/Config/i18nBuilder.php:60 includes/Config/i18nDashboard.php:48
6205
- #: includes/Config/i18nFrontEnd.php:73
6206
  msgid "Wed"
6207
  msgstr ""
6208
 
6209
  #: includes/Config/i18nBuilder.php:61 includes/Config/i18nDashboard.php:49
6210
- #: includes/Config/i18nFrontEnd.php:74
6211
  msgid "Thu"
6212
  msgstr ""
6213
 
6214
  #: includes/Config/i18nBuilder.php:62 includes/Config/i18nDashboard.php:50
6215
- #: includes/Config/i18nFrontEnd.php:75
6216
  msgid "Fri"
6217
  msgstr ""
6218
 
6219
  #: includes/Config/i18nBuilder.php:63 includes/Config/i18nDashboard.php:51
6220
- #: includes/Config/i18nFrontEnd.php:76
6221
  msgid "Sat"
6222
  msgstr ""
6223
 
6224
  #: includes/Config/i18nBuilder.php:66 includes/Config/i18nDashboard.php:54
6225
- #: includes/Config/i18nFrontEnd.php:79
6226
  msgid "Su"
6227
  msgstr ""
6228
 
6229
  #: includes/Config/i18nBuilder.php:67 includes/Config/i18nDashboard.php:55
6230
- #: includes/Config/i18nFrontEnd.php:80
6231
  msgid "Mo"
6232
  msgstr ""
6233
 
6234
  #: includes/Config/i18nBuilder.php:68 includes/Config/i18nDashboard.php:56
6235
- #: includes/Config/i18nFrontEnd.php:81
6236
  msgid "Tu"
6237
  msgstr ""
6238
 
6239
  #: includes/Config/i18nBuilder.php:69 includes/Config/i18nDashboard.php:57
6240
- #: includes/Config/i18nFrontEnd.php:82
6241
  msgid "We"
6242
  msgstr ""
6243
 
6244
  #: includes/Config/i18nBuilder.php:70 includes/Config/i18nDashboard.php:58
6245
- #: includes/Config/i18nFrontEnd.php:83
6246
  msgid "Th"
6247
  msgstr ""
6248
 
6249
  #: includes/Config/i18nBuilder.php:71 includes/Config/i18nDashboard.php:59
6250
- #: includes/Config/i18nFrontEnd.php:84
6251
  msgid "Fr"
6252
  msgstr ""
6253
 
6254
  #: includes/Config/i18nBuilder.php:72 includes/Config/i18nDashboard.php:60
6255
- #: includes/Config/i18nFrontEnd.php:85
6256
  msgid "Sa"
6257
  msgstr ""
6258
 
@@ -6278,19 +6479,48 @@ msgstr ""
6278
  msgid "Export Submissions"
6279
  msgstr ""
6280
 
6281
- #: includes/Config/i18nFrontEnd.php:15
6282
- msgid "Insert Link"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6283
  msgstr ""
6284
 
6285
  #: includes/Config/i18nFrontEnd.php:16
 
 
 
 
6286
  msgid "Insert Media"
6287
  msgstr ""
6288
 
6289
- #: includes/Config/i18nFrontEnd.php:21
6290
  msgid "File Upload in Progress."
6291
  msgstr ""
6292
 
6293
- #: includes/Config/i18nFrontEnd.php:22
6294
  msgid "FILE UPLOAD"
6295
  msgstr ""
6296
 
@@ -6618,11 +6848,11 @@ msgid ""
6618
  "Calculations are returned with the AJAX response ( response -> data -> calcs"
6619
  msgstr ""
6620
 
6621
- #: includes/Database/Models/Form.php:438
6622
  msgid "Save Form"
6623
  msgstr ""
6624
 
6625
- #: includes/Database/Models/Form.php:723 includes/Fields/CreditCardZip.php:23
6626
  msgid "Credit Card Zip"
6627
  msgstr ""
6628
 
@@ -6634,7 +6864,7 @@ msgstr ""
6634
  msgid "You must provide a valid form ID."
6635
  msgstr ""
6636
 
6637
- #: includes/Display/Render.php:135 includes/Display/Render.php:399
6638
  msgid "No Fields Found."
6639
  msgstr ""
6640
 
@@ -7261,11 +7491,11 @@ msgstr ""
7261
  msgid "Label, Value, Calc Value"
7262
  msgstr ""
7263
 
7264
- #: includes/Templates/admin-menu-new-form.html.php:649
7265
  msgid "Decimals"
7266
  msgstr ""
7267
 
7268
- #: includes/Templates/admin-menu-new-form.html.php:689
7269
  msgid " Open in new window"
7270
  msgstr ""
7271
 
@@ -7396,20 +7626,6 @@ msgstr ""
7396
  msgid "%s was deactivated."
7397
  msgstr ""
7398
 
7399
- #: lib/NF_Tracking.php:103
7400
- msgid "Please help us improve Ninja Forms!"
7401
- msgstr ""
7402
-
7403
- #: lib/NF_Tracking.php:113
7404
- #, php-format
7405
- msgid "%sYes, I want to make Ninja Forms better!%s"
7406
- msgstr ""
7407
-
7408
- #: lib/NF_Tracking.php:114
7409
- #, php-format
7410
- msgid "%sNo, please don't collect errors or other data.%s"
7411
- msgstr ""
7412
-
7413
  #: lib/NF_VersionSwitcher.php:26 lib/NF_VersionSwitcher.php:42
7414
  msgid "You do not have permission."
7415
  msgstr ""
@@ -7452,22 +7668,32 @@ msgstr ""
7452
  msgid "Looks Good!"
7453
  msgstr ""
7454
 
7455
- #: ninja-forms.php:637
 
 
 
 
 
 
 
 
 
 
7456
  msgid "Notice: JavaScript is required for this content."
7457
  msgstr ""
7458
 
7459
- #: ninja-forms.php:752
7460
  #, php-format
7461
  msgid ""
7462
  "%1$s is <strong>deprecated</strong> since Ninja Forms version %2$s! Use %3$s "
7463
  "instead."
7464
  msgstr ""
7465
 
7466
- #: ninja-forms.php:756
7467
  #, php-format
7468
  msgid "%1$s is <strong>deprecated</strong> since Ninja Forms version %2$s."
7469
  msgstr ""
7470
 
7471
- #: ninja-forms.php:826
7472
  msgid "Once per month"
7473
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Ninja Forms\n"
4
+ "POT-Creation-Date: 2018-05-22 19:17-0400\n"
5
+ "PO-Revision-Date: 2018-05-22 19:17-0400\n"
6
  "Last-Translator: \n"
7
  "Language-Team: WP Ninjas <info@wpninjas.com>\n"
8
  "Language: en\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
16
  "X-Poedit-SearchPath-0: includes\n"
17
+ "X-Poedit-SearchPath-1: ninja-forms.php\n"
18
+ "X-Poedit-SearchPath-2: deprecated\n"
19
+ "X-Poedit-SearchPath-3: lib\n"
20
 
21
  #: deprecated/classes/add-form-modal.php:41
22
  #: deprecated/classes/add-form-modal.php:99 includes/Admin/AddFormModal.php:41
69
 
70
  #: deprecated/classes/notices-multipart.php:66
71
  #: deprecated/classes/notices-save-progress.php:66
72
+ #: deprecated/includes/admin/notices.php:91 includes/Config/AdminNotices.php:16
73
  msgid "Dismiss"
74
  msgstr ""
75
 
86
 
87
  #: deprecated/classes/notification-email.php:19 includes/Actions/Email.php:35
88
  #: includes/Config/ActionAkismetSettings.php:19
89
+ #: includes/Config/ActionDeleteDataRequestSettings.php:19
90
+ #: includes/Config/ActionExportDataRequestSettings.php:19
91
  #: includes/Database/MockData.php:81 includes/Database/MockData.php:262
92
  #: includes/Database/MockData.php:294 includes/Database/MockData.php:663
93
  #: includes/Fields/Email.php:28
329
  #: deprecated/includes/admin/admin.php:6
330
  #: deprecated/includes/admin/admin.php:101
331
  #: deprecated/includes/fields/list.php:149 includes/Admin/CPT/Submission.php:61
332
+ #: includes/Admin/Menus/AddNew.php:20 includes/Config/ActionSaveSettings.php:31
333
+ #: includes/Config/FieldSettings.php:180 includes/Config/FieldSettings.php:1054
334
  #: includes/Config/FormCalculationSettings.php:12
335
  #: includes/Templates/admin-menu-dashboard.html.php:167
336
  msgid "Add New"
374
  msgid "Insert All Fields"
375
  msgstr ""
376
 
377
+ #: deprecated/classes/subs-cpt.php:103 includes/Admin/CPT/Submission.php:430
378
  msgid "Please select a form to view submissions"
379
  msgstr ""
380
 
381
+ #: deprecated/classes/subs-cpt.php:105 includes/Admin/CPT/Submission.php:432
382
  msgid "No Submissions Found"
383
  msgstr ""
384
 
414
  msgstr ""
415
 
416
  #: deprecated/classes/subs-cpt.php:279 deprecated/classes/subs-cpt.php:996
417
+ #: deprecated/classes/subs.php:174 includes/Admin/CPT/Submission.php:160
418
+ #: includes/Admin/Menus/Submissions.php:153
419
  msgid "#"
420
  msgstr ""
421
 
422
  #: deprecated/classes/subs-cpt.php:315
423
  #: deprecated/includes/fields/textbox.php:175
424
+ #: includes/Admin/CPT/Submission.php:184
425
+ #: includes/Admin/Menus/Submissions.php:172
426
  #: includes/Config/FieldSettings.php:241
427
  #: includes/Config/MergeTagsDeprecated.php:183
428
  #: includes/Config/MergeTagsOther.php:25 includes/Database/MockData.php:620
439
  msgstr ""
440
 
441
  #: deprecated/classes/subs-cpt.php:390 deprecated/classes/subs-cpt.php:694
442
+ #: deprecated/classes/subs-cpt.php:695 includes/Admin/CPT/Submission.php:142
443
+ #: includes/Admin/Menus/Submissions.php:319
444
+ #: includes/Admin/Menus/Submissions.php:320
445
  msgid "Export"
446
  msgstr ""
447
 
545
 
546
  #: deprecated/classes/subs-cpt.php:712
547
  #: includes/Admin/CPT/DownloadAllSubmissions.php:160
548
+ #: includes/Admin/Menus/Submissions.php:337
549
  msgid "Download All Submissions"
550
  msgstr ""
551
 
553
  msgid "Back to list"
554
  msgstr ""
555
 
556
+ #: deprecated/classes/subs-cpt.php:868 includes/Admin/CPT/Submission.php:258
557
  msgid "User Submitted Values"
558
  msgstr ""
559
 
760
  #: deprecated/includes/fields/textbox.php:125
761
  #: deprecated/includes/fields/textbox.php:173 deprecated/includes/widget.php:96
762
  #: includes/Admin/Metaboxes/AppendAForm.php:62
763
+ #: includes/Config/PluginSettingsAdvanced.php:78 includes/Widget.php:89
764
  msgid "None"
765
  msgstr ""
766
 
830
  #: deprecated/includes/admin/edit-field/input-limit.php:40
831
  #: deprecated/includes/admin/pages/ninja-forms/tabs/form-list/form-list.php:119
832
  #: deprecated/includes/admin/pages/ninja-forms/tabs/form-list/form-list.php:144
833
+ #: includes/Config/i18nFrontEnd.php:30
834
  msgid "of"
835
  msgstr ""
836
 
993
  msgid "Upgrade to Ninja Forms THREE"
994
  msgstr ""
995
 
996
+ #: deprecated/includes/admin/notices.php:29
997
  #, php-format
998
  msgid "You are eligible to upgrade to Ninja Forms THREE! %sUpgrade Now%s"
999
  msgstr ""
1000
 
1001
+ #: deprecated/includes/admin/notices.php:55
1002
+ #, php-format
1003
+ msgid ""
1004
+ "You are eligible to upgrade to Ninja Forms THREE! However, the following "
1005
+ "plugins are not compatible with Ninja Forms THREE and could lead to issues "
1006
+ "with the upgrade process.%sPlease deactivate and remove the following before "
1007
+ "attempting to upgrade:%s"
1008
+ msgstr ""
1009
+
1010
+ #: deprecated/includes/admin/notices.php:72
1011
  msgid "THREE is coming!"
1012
  msgstr ""
1013
 
1014
+ #: deprecated/includes/admin/notices.php:73
1015
  #, php-format
1016
  msgid ""
1017
  "A major update is coming to Ninja Forms. %sLearn more about new features, "
1018
  "backwards compatibility, and more Frequently Asked Questions.%s"
1019
  msgstr ""
1020
 
1021
+ #: deprecated/includes/admin/notices.php:87 includes/Config/AdminNotices.php:12
1022
  msgid "How's It Going?"
1023
  msgstr ""
1024
 
1025
+ #: deprecated/includes/admin/notices.php:88 includes/Config/AdminNotices.php:13
1026
  msgid ""
1027
  "Thank you for using Ninja Forms! We hope that you've found everything you "
1028
  "need, but if you have any questions:"
1029
  msgstr ""
1030
 
1031
+ #: deprecated/includes/admin/notices.php:89 includes/Config/AdminNotices.php:14
1032
  msgid "Check out our documentation"
1033
  msgstr ""
1034
 
1035
+ #: deprecated/includes/admin/notices.php:90 includes/Config/AdminNotices.php:15
1036
  msgid "Get Some Help"
1037
  msgstr ""
1038
 
1107
 
1108
  #: deprecated/includes/admin/pages/ninja-forms-impexp/tabs/impexp-fields/impexp-fields.php:28
1109
  #: deprecated/includes/admin/pages/ninja-forms-impexp/tabs/impexp-forms/impexp-forms.php:27
1110
+ #: includes/Config/i18nFrontEnd.php:18
1111
  #: includes/Templates/admin-metabox-import-export-favorite-fields-import.html.php:9
1112
  #: includes/Templates/admin-metabox-import-export-forms-import.html.php:9
1113
  msgid "Select a file"
1255
 
1256
  #: deprecated/includes/admin/pages/ninja-forms-settings/tabs/general-settings/general-settings.php:93
1257
  #: deprecated/includes/admin/scripts.php:54
1258
+ #: includes/Admin/Menus/Settings.php:162
1259
  #: includes/Config/PluginSettingsAdvanced.php:16
1260
  msgid "Remove ALL Ninja Forms data upon uninstall?"
1261
  msgstr ""
1921
  msgid "Reset the form conversion process for v2.9+"
1922
  msgstr ""
1923
 
1924
+ #: deprecated/includes/admin/scripts.php:75 includes/Admin/Menus/Forms.php:237
1925
  msgid "Edit Form"
1926
  msgstr ""
1927
 
2433
  msgstr ""
2434
 
2435
  #: deprecated/includes/display/processing/req-fields-pre-process.php:65
2436
+ #: includes/Config/FormDisplaySettings.php:212
2437
+ #: includes/Config/i18nFrontEnd.php:20
2438
  msgid "This is a required field."
2439
  msgstr ""
2440
 
4564
 
4565
  #: deprecated/includes/fields/textbox.php:176
4566
  #: includes/Config/FieldSettings.php:245
4567
+ #: includes/Config/FormDisplaySettings.php:238
4568
  #: includes/Config/PluginSettingsGeneral.php:41
4569
  msgid "Currency"
4570
  msgstr ""
4631
  msgid "Cheatin&#8217; huh?"
4632
  msgstr ""
4633
 
4634
+ #: deprecated/ninja-forms.php:674 includes/Config/FormDisplaySettings.php:224
4635
+ #: includes/Config/i18nFrontEnd.php:25
4636
  #, php-format
4637
  msgid "Fields marked with an %s*%s are required"
4638
  msgstr ""
4669
  msgid "Update to Ninja Forms THREE"
4670
  msgstr ""
4671
 
4672
+ #: deprecated/upgrade/class-submenu.php:165
4673
  msgid "Ninja Forms THREE"
4674
  msgstr ""
4675
 
4676
+ #: deprecated/upgrade/class-submenu.php:167
4677
  msgid "Upgrade to the Ninja Forms THREE."
4678
  msgstr ""
4679
 
4681
  msgid "Please update your add-ons before upgrading."
4682
  msgstr ""
4683
 
4684
+ #: includes/AJAX/Controllers/Form.php:27
4685
  msgid "Form Not Found"
4686
  msgstr ""
4687
 
4726
  msgid "Endpoint does not exist."
4727
  msgstr ""
4728
 
4729
+ #: includes/AJAX/REST/NewFormTemplates.php:17
4730
  msgid "Blank Form"
4731
  msgstr ""
4732
 
4733
+ #: includes/AJAX/REST/NewFormTemplates.php:18
4734
  msgid ""
4735
  "The blank form allows you to create any type of form using our drag & drop "
4736
  "builder."
4788
  msgid "WP Hook"
4789
  msgstr ""
4790
 
4791
+ #: includes/Actions/DeleteDataRequest.php:35
4792
+ #: includes/Config/NewFormTemplates.php:61
4793
+ msgid "Delete Data Request"
4794
+ msgstr ""
4795
+
4796
  #: includes/Actions/Email.php:177
4797
  #, php-format
4798
  msgid ""
4800
  "check this setting and try again."
4801
  msgstr ""
4802
 
4803
+ #: includes/Actions/ExportDataRequest.php:35
4804
+ #: includes/Config/NewFormTemplates.php:67
4805
+ msgid "Export Data Request"
4806
+ msgstr ""
4807
+
4808
  #: includes/Actions/Save.php:35 includes/Config/FormActionDefaults.php:24
4809
  msgid "Store Submission"
4810
  msgstr ""
4889
  msgid "Form Submissions"
4890
  msgstr ""
4891
 
4892
+ #: includes/Admin/CPT/Submission.php:267
4893
  msgid "Submission Info"
4894
  msgstr ""
4895
 
4896
+ #: includes/Admin/CPT/Submission.php:317
4897
  msgid "Anonymous"
4898
  msgstr ""
4899
 
4906
  msgstr ""
4907
 
4908
  #: includes/Admin/Menus/Forms.php:37 includes/Config/i18nBuilder.php:5
4909
+ #: includes/Config/i18nFrontEnd.php:9 ninja-forms.php:430
4910
  msgid "Ninja Forms"
4911
  msgstr ""
4912
 
4913
+ #: includes/Admin/Menus/Forms.php:173
4914
  msgid "Form Template Import Error."
4915
  msgstr ""
4916
 
4917
+ #: includes/Admin/Menus/Forms.php:572 includes/Config/ActionSaveSettings.php:18
4918
+ #: includes/MergeTags/Fields.php:14
4919
  msgid "Fields"
4920
  msgstr ""
4921
 
5013
  msgid "Save Settings"
5014
  msgstr ""
5015
 
5016
+ #: includes/Admin/Menus/Settings.php:165
5017
  msgid "Are you sure you want to rollback?"
5018
  msgstr ""
5019
 
5027
  msgid "Trashed"
5028
  msgstr ""
5029
 
5030
+ #: includes/Admin/Menus/Submissions.php:337
5031
  msgid "button-secondary nf-download-all"
5032
  msgstr ""
5033
 
5069
  msgid "Calculations"
5070
  msgstr ""
5071
 
5072
+ #: includes/Admin/UserDataRequests.php:23
5073
+ #: includes/Admin/UserDataRequests.php:64
5074
+ msgid "Ninja Forms Submission Data"
5075
+ msgstr ""
5076
+
5077
+ #: includes/Admin/UserDataRequests.php:38
5078
+ msgid "Ninja Forms Submissions Data"
5079
+ msgstr ""
5080
+
5081
  #: includes/Config/ActionAkismetSettings.php:11
5082
  msgid "Name field"
5083
  msgstr ""
5084
 
5085
  #: includes/Config/ActionAkismetSettings.php:20
5086
+ #: includes/Config/ActionDeleteDataRequestSettings.php:20
5087
+ #: includes/Config/ActionExportDataRequestSettings.php:20
5088
  msgid "Email address field"
5089
  msgstr ""
5090
 
5129
  msgid "Hook Tag"
5130
  msgstr ""
5131
 
5132
+ #: includes/Config/ActionDeleteDataRequestSettings.php:10
5133
+ #: includes/Config/ActionExportDataRequestSettings.php:10
5134
+ msgid "This is a message"
5135
+ msgstr ""
5136
+
5137
+ #: includes/Config/ActionDeleteDataRequestSettings.php:11
5138
+ msgid ""
5139
+ "This action adds users to WordPress' personal data delete tool, allowing "
5140
+ "admins to comply with the GDPR and other privacy regulations from the site's "
5141
+ "front end."
5142
+ msgstr ""
5143
+
5144
  #: includes/Config/ActionEmailSettings.php:20
5145
  msgid "Email address or search for a field"
5146
  msgstr ""
5157
  msgid "Attach CSV"
5158
  msgstr ""
5159
 
5160
+ #: includes/Config/ActionExportDataRequestSettings.php:11
5161
+ msgid ""
5162
+ "This action adds users to WordPress' personal data export tool, allowing "
5163
+ "admins to comply with the GDPR and other privacy regulations from the site's "
5164
+ "front end."
5165
+ msgstr ""
5166
+
5167
+ #: includes/Config/ActionSaveSettings.php:14
5168
+ msgid "Save All"
5169
+ msgstr ""
5170
+
5171
+ #: includes/Config/ActionSaveSettings.php:15
5172
+ msgid "Save None"
5173
+ msgstr ""
5174
+
5175
+ #: includes/Config/ActionSaveSettings.php:30
5176
+ msgid "Except"
5177
+ msgstr ""
5178
+
5179
+ #: includes/Config/ActionSaveSettings.php:38
5180
+ msgid "Form Field"
5181
+ msgstr ""
5182
+
5183
  #: includes/Config/ActionSuccessMessageSettings.php:16
5184
  #: includes/Config/FormActionDefaults.php:9
5185
  msgid "Your form has been successfully submitted."
5571
  " password and re-password textboxes will be output"
5572
  msgstr ""
5573
 
5574
+ #: includes/Config/FieldSettings.php:867 includes/Database/Models/Form.php:708
5575
  #: includes/Fields/Confirm.php:26
5576
  msgid "Confirm"
5577
  msgstr ""
5771
 
5772
  #: includes/Config/FormDisplaySettings.php:176
5773
  #: includes/Config/i18nFrontEnd.php:11
5774
+ msgid "Please enter a valid date!"
5775
  msgstr ""
5776
 
5777
  #: includes/Config/FormDisplaySettings.php:182
5778
  #: includes/Config/i18nFrontEnd.php:12
5779
+ msgid "These fields must match!"
5780
  msgstr ""
5781
 
5782
  #: includes/Config/FormDisplaySettings.php:188
5783
  #: includes/Config/i18nFrontEnd.php:13
5784
+ msgid "Number Min Error"
5785
  msgstr ""
5786
 
5787
  #: includes/Config/FormDisplaySettings.php:194
5788
  #: includes/Config/i18nFrontEnd.php:14
5789
+ msgid "Number Max Error"
5790
  msgstr ""
5791
 
5792
  #: includes/Config/FormDisplaySettings.php:200
5793
+ #: includes/Config/i18nFrontEnd.php:15
5794
+ msgid "Please increment by "
5795
+ msgstr ""
5796
+
5797
+ #: includes/Config/FormDisplaySettings.php:206
5798
+ #: includes/Config/i18nFrontEnd.php:19
5799
  msgid "Please correct errors before submitting this form."
5800
  msgstr ""
5801
 
5802
+ #: includes/Config/FormDisplaySettings.php:218
5803
+ #: includes/Config/i18nFrontEnd.php:21
5804
  msgid "Honeypot Error"
5805
  msgstr ""
5806
 
5807
+ #: includes/Config/FormDisplaySettings.php:237
5808
  msgid "Plugin Default"
5809
  msgstr ""
5810
 
5945
  msgid "User Meta"
5946
  msgstr ""
5947
 
5948
+ #: includes/Config/NewFormTemplates.php:19
5949
  msgid "Contact Us"
5950
  msgstr ""
5951
 
5952
+ #: includes/Config/NewFormTemplates.php:20
5953
  msgid ""
5954
  "Allow your users to contact you with this simple contact form. You can add "
5955
  "and remove fields as needed."
5956
  msgstr ""
5957
 
5958
+ #: includes/Config/NewFormTemplates.php:25
5959
  msgid "Quote Request"
5960
  msgstr ""
5961
 
5962
+ #: includes/Config/NewFormTemplates.php:26
5963
  msgid ""
5964
  "Manage quote requests from your website easily with this template. You can "
5965
  "add and remove fields as needed."
5966
  msgstr ""
5967
 
5968
+ #: includes/Config/NewFormTemplates.php:31
5969
  msgid "Event Registration"
5970
  msgstr ""
5971
 
5972
+ #: includes/Config/NewFormTemplates.php:32
5973
  msgid ""
5974
  "Allow user to register for your next event this easy to complete form. You "
5975
  "can add and remove fields as needed."
5976
  msgstr ""
5977
 
5978
+ #: includes/Config/NewFormTemplates.php:37
5979
+ msgid "General Enquiry"
5980
+ msgstr ""
5981
+
5982
+ #: includes/Config/NewFormTemplates.php:38
5983
+ msgid ""
5984
+ "Collect user enquiries with this simple, generic form. You can add and "
5985
+ "remove fields as needed."
5986
+ msgstr ""
5987
+
5988
+ #: includes/Config/NewFormTemplates.php:43
5989
+ msgid "Collect feedback"
5990
+ msgstr ""
5991
+
5992
+ #: includes/Config/NewFormTemplates.php:44
5993
+ msgid ""
5994
+ "Collect feedback for an event, blog post, or anything else. You can add and "
5995
+ "remove fields as needed."
5996
+ msgstr ""
5997
+
5998
+ #: includes/Config/NewFormTemplates.php:49
5999
+ msgid "Questionnaire"
6000
+ msgstr ""
6001
+
6002
+ #: includes/Config/NewFormTemplates.php:50
6003
+ msgid ""
6004
+ "Collect information about your users. You can add and remove fields as "
6005
+ "needed."
6006
+ msgstr ""
6007
+
6008
+ #: includes/Config/NewFormTemplates.php:55
6009
+ msgid "Job Application"
6010
+ msgstr ""
6011
+
6012
+ #: includes/Config/NewFormTemplates.php:56
6013
+ msgid ""
6014
+ "Allow users to apply for a job. You can add and remove fields as needed."
6015
+ msgstr ""
6016
+
6017
+ #: includes/Config/NewFormTemplates.php:62
6018
+ msgid ""
6019
+ "Includes action to add users to WordPress' personal data delete tool, "
6020
+ "allowing admins to comply with the GDPR and other privacy regulations from "
6021
+ "the site's front end."
6022
+ msgstr ""
6023
+
6024
+ #: includes/Config/NewFormTemplates.php:68
6025
+ msgid ""
6026
+ "Includes action to add users to WordPress' personal data export tool, "
6027
+ "allowing admins to comply with the GDPR and other privacy regulations from "
6028
+ "the site's front end."
6029
+ msgstr ""
6030
+
6031
+ #: includes/Config/NewFormTemplates.php:79
6032
+ msgid "MailChimp Signup"
6033
+ msgstr ""
6034
+
6035
+ #: includes/Config/NewFormTemplates.php:80
6036
+ msgid ""
6037
+ "Add a user to a list in MailChimp. You can add and remove fields as needed."
6038
+ msgstr ""
6039
+
6040
+ #: includes/Config/NewFormTemplates.php:95
6041
+ msgid "Stripe Payment"
6042
+ msgstr ""
6043
+
6044
+ #: includes/Config/NewFormTemplates.php:96
6045
+ msgid ""
6046
+ "Collect a payment using Stripe. You can add and remove fields as needed."
6047
+ msgstr ""
6048
+
6049
+ #: includes/Config/NewFormTemplates.php:110
6050
+ msgid "File Upload"
6051
+ msgstr ""
6052
+
6053
+ #: includes/Config/NewFormTemplates.php:111
6054
+ msgid ""
6055
+ "Allow users to upload files with their forms. You can add and remove fields "
6056
+ "as needed."
6057
+ msgstr ""
6058
+
6059
+ #: includes/Config/NewFormTemplates.php:125
6060
+ msgid "PayPal Payment"
6061
+ msgstr ""
6062
+
6063
+ #: includes/Config/NewFormTemplates.php:126
6064
+ msgid ""
6065
+ "Collect a payment using PayPal Express. You can add and remove fields as "
6066
+ "needed."
6067
+ msgstr ""
6068
+
6069
+ #: includes/Config/NewFormTemplates.php:141
6070
+ msgid "Create a Post"
6071
+ msgstr ""
6072
+
6073
+ #: includes/Config/NewFormTemplates.php:142
6074
+ msgid ""
6075
+ "Allow users to create posts from the front-end using a form, including "
6076
+ "custom post meta!"
6077
+ msgstr ""
6078
+
6079
+ #: includes/Config/NewFormTemplates.php:158
6080
+ msgid "Register a User"
6081
+ msgstr ""
6082
+
6083
+ #: includes/Config/NewFormTemplates.php:159
6084
+ msgid "Register a WordPress User"
6085
+ msgstr ""
6086
+
6087
+ #: includes/Config/NewFormTemplates.php:174
6088
+ msgid "Edit User Profile"
6089
+ msgstr ""
6090
+
6091
+ #: includes/Config/NewFormTemplates.php:175
6092
+ msgid ""
6093
+ "Allow WordPress users to edit their profiles from the front-end, including "
6094
+ "custom user meta!"
6095
+ msgstr ""
6096
+
6097
  #: includes/Config/PluginSettingsAdvanced.php:15
6098
  msgid "Delete All Data"
6099
  msgstr ""
6107
  msgstr ""
6108
 
6109
  #: includes/Config/PluginSettingsAdvanced.php:54
6110
+ msgid "Opt-in"
6111
+ msgstr ""
6112
+
6113
+ #: includes/Config/PluginSettingsAdvanced.php:54
6114
+ msgid "Opt-out"
6115
  msgstr ""
6116
 
6117
  #: includes/Config/PluginSettingsAdvanced.php:55
6118
+ msgid "Allow Telemetry"
6119
+ msgstr ""
6120
+
6121
+ #: includes/Config/PluginSettingsAdvanced.php:56
6122
  msgid ""
6123
+ "Opt-in to allow Ninja Forms to collect anonymous usage statistics from your "
6124
+ "site, such as PHP version, installed plugins, and other non-personally "
6125
+ "idetifiable informations."
6126
  msgstr ""
6127
 
6128
+ #: includes/Config/PluginSettingsAdvanced.php:75
6129
  msgid "Opinionated Styles"
6130
  msgstr ""
6131
 
6132
+ #: includes/Config/PluginSettingsAdvanced.php:82
6133
  #: includes/Config/PluginSettingsReCaptcha.php:54
6134
  msgid "Light"
6135
  msgstr ""
6136
 
6137
+ #: includes/Config/PluginSettingsAdvanced.php:86
6138
  #: includes/Config/PluginSettingsReCaptcha.php:55
6139
  msgid "Dark"
6140
  msgstr ""
6141
 
6142
+ #: includes/Config/PluginSettingsAdvanced.php:90
6143
  msgid "Use default Ninja Forms styling conventions."
6144
  msgstr ""
6145
 
6146
+ #: includes/Config/PluginSettingsAdvanced.php:103
6147
  msgid "Rollback"
6148
  msgstr ""
6149
 
6150
+ #: includes/Config/PluginSettingsAdvanced.php:104
6151
  msgid "Rollback to v2.9.x"
6152
  msgstr ""
6153
 
6154
+ #: includes/Config/PluginSettingsAdvanced.php:105
6155
  msgid "Rollback to the most recent 2.9.x release."
6156
  msgstr ""
6157
 
6158
+ #: includes/Config/PluginSettingsAdvanced.php:105
6159
  msgid "IMPORTANT: All 3.0 data will be removed."
6160
  msgstr ""
6161
 
6162
+ #: includes/Config/PluginSettingsAdvanced.php:105
6163
  msgid ""
6164
  "Please export any forms or submissions you do not want to be lost during "
6165
  "this process."
6227
  msgstr ""
6228
 
6229
  #: includes/Config/i18nBuilder.php:17 includes/Config/i18nDashboard.php:5
6230
+ #: includes/Config/i18nFrontEnd.php:31
6231
  msgid "Previous Month"
6232
  msgstr ""
6233
 
6234
  #: includes/Config/i18nBuilder.php:18 includes/Config/i18nDashboard.php:6
6235
+ #: includes/Config/i18nFrontEnd.php:32
6236
  msgid "Next Month"
6237
  msgstr ""
6238
 
6239
  #: includes/Config/i18nBuilder.php:20 includes/Config/i18nDashboard.php:8
6240
+ #: includes/Config/i18nFrontEnd.php:34
6241
  msgid "January"
6242
  msgstr ""
6243
 
6244
  #: includes/Config/i18nBuilder.php:21 includes/Config/i18nDashboard.php:9
6245
+ #: includes/Config/i18nFrontEnd.php:35
6246
  msgid "February"
6247
  msgstr ""
6248
 
6249
  #: includes/Config/i18nBuilder.php:22 includes/Config/i18nDashboard.php:10
6250
+ #: includes/Config/i18nFrontEnd.php:36
6251
  msgid "March"
6252
  msgstr ""
6253
 
6254
  #: includes/Config/i18nBuilder.php:23 includes/Config/i18nDashboard.php:11
6255
+ #: includes/Config/i18nFrontEnd.php:37
6256
  msgid "April"
6257
  msgstr ""
6258
 
6259
  #: includes/Config/i18nBuilder.php:24 includes/Config/i18nBuilder.php:38
6260
  #: includes/Config/i18nDashboard.php:12 includes/Config/i18nDashboard.php:26
6261
+ #: includes/Config/i18nFrontEnd.php:38 includes/Config/i18nFrontEnd.php:52
6262
  msgid "May"
6263
  msgstr ""
6264
 
6265
  #: includes/Config/i18nBuilder.php:25 includes/Config/i18nDashboard.php:13
6266
+ #: includes/Config/i18nFrontEnd.php:39
6267
  msgid "June"
6268
  msgstr ""
6269
 
6270
  #: includes/Config/i18nBuilder.php:26 includes/Config/i18nDashboard.php:14
6271
+ #: includes/Config/i18nFrontEnd.php:40
6272
  msgid "July"
6273
  msgstr ""
6274
 
6275
  #: includes/Config/i18nBuilder.php:27 includes/Config/i18nDashboard.php:15
6276
+ #: includes/Config/i18nFrontEnd.php:41
6277
  msgid "August"
6278
  msgstr ""
6279
 
6280
  #: includes/Config/i18nBuilder.php:28 includes/Config/i18nDashboard.php:16
6281
+ #: includes/Config/i18nFrontEnd.php:42
6282
  msgid "September"
6283
  msgstr ""
6284
 
6285
  #: includes/Config/i18nBuilder.php:29 includes/Config/i18nDashboard.php:17
6286
+ #: includes/Config/i18nFrontEnd.php:43
6287
  msgid "October"
6288
  msgstr ""
6289
 
6290
  #: includes/Config/i18nBuilder.php:30 includes/Config/i18nDashboard.php:18
6291
+ #: includes/Config/i18nFrontEnd.php:44
6292
  msgid "November"
6293
  msgstr ""
6294
 
6295
  #: includes/Config/i18nBuilder.php:31 includes/Config/i18nDashboard.php:19
6296
+ #: includes/Config/i18nFrontEnd.php:45
6297
  msgid "December"
6298
  msgstr ""
6299
 
6300
  #: includes/Config/i18nBuilder.php:34 includes/Config/i18nDashboard.php:22
6301
+ #: includes/Config/i18nFrontEnd.php:48
6302
  msgid "Jan"
6303
  msgstr ""
6304
 
6305
  #: includes/Config/i18nBuilder.php:35 includes/Config/i18nDashboard.php:23
6306
+ #: includes/Config/i18nFrontEnd.php:49
6307
  msgid "Feb"
6308
  msgstr ""
6309
 
6310
  #: includes/Config/i18nBuilder.php:36 includes/Config/i18nDashboard.php:24
6311
+ #: includes/Config/i18nFrontEnd.php:50
6312
  msgid "Mar"
6313
  msgstr ""
6314
 
6315
  #: includes/Config/i18nBuilder.php:37 includes/Config/i18nDashboard.php:25
6316
+ #: includes/Config/i18nFrontEnd.php:51
6317
  msgid "Apr"
6318
  msgstr ""
6319
 
6320
  #: includes/Config/i18nBuilder.php:39 includes/Config/i18nDashboard.php:27
6321
+ #: includes/Config/i18nFrontEnd.php:53
6322
  msgid "Jun"
6323
  msgstr ""
6324
 
6325
  #: includes/Config/i18nBuilder.php:40 includes/Config/i18nDashboard.php:28
6326
+ #: includes/Config/i18nFrontEnd.php:54
6327
  msgid "Jul"
6328
  msgstr ""
6329
 
6330
  #: includes/Config/i18nBuilder.php:41 includes/Config/i18nDashboard.php:29
6331
+ #: includes/Config/i18nFrontEnd.php:55
6332
  msgid "Aug"
6333
  msgstr ""
6334
 
6335
  #: includes/Config/i18nBuilder.php:42 includes/Config/i18nDashboard.php:30
6336
+ #: includes/Config/i18nFrontEnd.php:56
6337
  msgid "Sep"
6338
  msgstr ""
6339
 
6340
  #: includes/Config/i18nBuilder.php:43 includes/Config/i18nDashboard.php:31
6341
+ #: includes/Config/i18nFrontEnd.php:57
6342
  msgid "Oct"
6343
  msgstr ""
6344
 
6345
  #: includes/Config/i18nBuilder.php:44 includes/Config/i18nDashboard.php:32
6346
+ #: includes/Config/i18nFrontEnd.php:58
6347
  msgid "Nov"
6348
  msgstr ""
6349
 
6350
  #: includes/Config/i18nBuilder.php:45 includes/Config/i18nDashboard.php:33
6351
+ #: includes/Config/i18nFrontEnd.php:59
6352
  msgid "Dec"
6353
  msgstr ""
6354
 
6355
  #: includes/Config/i18nBuilder.php:48 includes/Config/i18nDashboard.php:36
6356
+ #: includes/Config/i18nFrontEnd.php:62
6357
  msgid "Sunday"
6358
  msgstr ""
6359
 
6360
  #: includes/Config/i18nBuilder.php:49 includes/Config/i18nDashboard.php:37
6361
+ #: includes/Config/i18nFrontEnd.php:63
6362
  msgid "Monday"
6363
  msgstr ""
6364
 
6365
  #: includes/Config/i18nBuilder.php:50 includes/Config/i18nDashboard.php:38
6366
+ #: includes/Config/i18nFrontEnd.php:64
6367
  msgid "Tuesday"
6368
  msgstr ""
6369
 
6370
  #: includes/Config/i18nBuilder.php:51 includes/Config/i18nDashboard.php:39
6371
+ #: includes/Config/i18nFrontEnd.php:65
6372
  msgid "Wednesday"
6373
  msgstr ""
6374
 
6375
  #: includes/Config/i18nBuilder.php:52 includes/Config/i18nDashboard.php:40
6376
+ #: includes/Config/i18nFrontEnd.php:66
6377
  msgid "Thursday"
6378
  msgstr ""
6379
 
6380
  #: includes/Config/i18nBuilder.php:53 includes/Config/i18nDashboard.php:41
6381
+ #: includes/Config/i18nFrontEnd.php:67
6382
  msgid "Friday"
6383
  msgstr ""
6384
 
6385
  #: includes/Config/i18nBuilder.php:54 includes/Config/i18nDashboard.php:42
6386
+ #: includes/Config/i18nFrontEnd.php:68
6387
  msgid "Saturday"
6388
  msgstr ""
6389
 
6390
  #: includes/Config/i18nBuilder.php:57 includes/Config/i18nDashboard.php:45
6391
+ #: includes/Config/i18nFrontEnd.php:71
6392
  msgid "Sun"
6393
  msgstr ""
6394
 
6395
  #: includes/Config/i18nBuilder.php:58 includes/Config/i18nDashboard.php:46
6396
+ #: includes/Config/i18nFrontEnd.php:72
6397
  msgid "Mon"
6398
  msgstr ""
6399
 
6400
  #: includes/Config/i18nBuilder.php:59 includes/Config/i18nDashboard.php:47
6401
+ #: includes/Config/i18nFrontEnd.php:73
6402
  msgid "Tue"
6403
  msgstr ""
6404
 
6405
  #: includes/Config/i18nBuilder.php:60 includes/Config/i18nDashboard.php:48
6406
+ #: includes/Config/i18nFrontEnd.php:74
6407
  msgid "Wed"
6408
  msgstr ""
6409
 
6410
  #: includes/Config/i18nBuilder.php:61 includes/Config/i18nDashboard.php:49
6411
+ #: includes/Config/i18nFrontEnd.php:75
6412
  msgid "Thu"
6413
  msgstr ""
6414
 
6415
  #: includes/Config/i18nBuilder.php:62 includes/Config/i18nDashboard.php:50
6416
+ #: includes/Config/i18nFrontEnd.php:76
6417
  msgid "Fri"
6418
  msgstr ""
6419
 
6420
  #: includes/Config/i18nBuilder.php:63 includes/Config/i18nDashboard.php:51
6421
+ #: includes/Config/i18nFrontEnd.php:77
6422
  msgid "Sat"
6423
  msgstr ""
6424
 
6425
  #: includes/Config/i18nBuilder.php:66 includes/Config/i18nDashboard.php:54
6426
+ #: includes/Config/i18nFrontEnd.php:80
6427
  msgid "Su"
6428
  msgstr ""
6429
 
6430
  #: includes/Config/i18nBuilder.php:67 includes/Config/i18nDashboard.php:55
6431
+ #: includes/Config/i18nFrontEnd.php:81
6432
  msgid "Mo"
6433
  msgstr ""
6434
 
6435
  #: includes/Config/i18nBuilder.php:68 includes/Config/i18nDashboard.php:56
6436
+ #: includes/Config/i18nFrontEnd.php:82
6437
  msgid "Tu"
6438
  msgstr ""
6439
 
6440
  #: includes/Config/i18nBuilder.php:69 includes/Config/i18nDashboard.php:57
6441
+ #: includes/Config/i18nFrontEnd.php:83
6442
  msgid "We"
6443
  msgstr ""
6444
 
6445
  #: includes/Config/i18nBuilder.php:70 includes/Config/i18nDashboard.php:58
6446
+ #: includes/Config/i18nFrontEnd.php:84
6447
  msgid "Th"
6448
  msgstr ""
6449
 
6450
  #: includes/Config/i18nBuilder.php:71 includes/Config/i18nDashboard.php:59
6451
+ #: includes/Config/i18nFrontEnd.php:85
6452
  msgid "Fr"
6453
  msgstr ""
6454
 
6455
  #: includes/Config/i18nBuilder.php:72 includes/Config/i18nDashboard.php:60
6456
+ #: includes/Config/i18nFrontEnd.php:86
6457
  msgid "Sa"
6458
  msgstr ""
6459
 
6479
  msgid "Export Submissions"
6480
  msgstr ""
6481
 
6482
+ #: includes/Config/i18nDashboard.php:72
6483
+ #, php-format
6484
+ msgid ""
6485
+ "%sWe would like to collect data about how Ninja Forms is used so that we can "
6486
+ "improve the experience for everyone. This data will not include ANY "
6487
+ "submission data or personally identifiable information.%sPlease check out "
6488
+ "our %sprivacy policy%s for additional clarification.%s"
6489
+ msgstr ""
6490
+
6491
+ #: includes/Config/i18nDashboard.php:73
6492
+ msgid "Yes, please send me occasional emails about Ninja Forms."
6493
+ msgstr ""
6494
+
6495
+ #: includes/Config/i18nDashboard.php:74
6496
+ msgid "Not Now"
6497
+ msgstr ""
6498
+
6499
+ #: includes/Config/i18nDashboard.php:75
6500
+ msgid "Yes, I agree!"
6501
+ msgstr ""
6502
+
6503
+ #: includes/Config/i18nDashboard.php:76
6504
+ msgid "Keep being awesome!"
6505
+ msgstr ""
6506
+
6507
+ #: includes/Config/i18nDashboard.php:77
6508
+ msgid "Thank you for opting in!"
6509
  msgstr ""
6510
 
6511
  #: includes/Config/i18nFrontEnd.php:16
6512
+ msgid "Insert Link"
6513
+ msgstr ""
6514
+
6515
+ #: includes/Config/i18nFrontEnd.php:17
6516
  msgid "Insert Media"
6517
  msgstr ""
6518
 
6519
+ #: includes/Config/i18nFrontEnd.php:22
6520
  msgid "File Upload in Progress."
6521
  msgstr ""
6522
 
6523
+ #: includes/Config/i18nFrontEnd.php:23
6524
  msgid "FILE UPLOAD"
6525
  msgstr ""
6526
 
6848
  "Calculations are returned with the AJAX response ( response -> data -> calcs"
6849
  msgstr ""
6850
 
6851
+ #: includes/Database/Models/Form.php:439
6852
  msgid "Save Form"
6853
  msgstr ""
6854
 
6855
+ #: includes/Database/Models/Form.php:732 includes/Fields/CreditCardZip.php:23
6856
  msgid "Credit Card Zip"
6857
  msgstr ""
6858
 
6864
  msgid "You must provide a valid form ID."
6865
  msgstr ""
6866
 
6867
+ #: includes/Display/Render.php:136 includes/Display/Render.php:400
6868
  msgid "No Fields Found."
6869
  msgstr ""
6870
 
7491
  msgid "Label, Value, Calc Value"
7492
  msgstr ""
7493
 
7494
+ #: includes/Templates/admin-menu-new-form.html.php:689
7495
  msgid "Decimals"
7496
  msgstr ""
7497
 
7498
+ #: includes/Templates/admin-menu-new-form.html.php:729
7499
  msgid " Open in new window"
7500
  msgstr ""
7501
 
7626
  msgid "%s was deactivated."
7627
  msgstr ""
7628
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7629
  #: lib/NF_VersionSwitcher.php:26 lib/NF_VersionSwitcher.php:42
7630
  msgid "You do not have permission."
7631
  msgstr ""
7668
  msgid "Looks Good!"
7669
  msgstr ""
7670
 
7671
+ #: ninja-forms.php:442
7672
+ msgid "Ninja Forms allows you to collect personal information"
7673
+ msgstr ""
7674
+
7675
+ #: ninja-forms.php:443
7676
+ msgid ""
7677
+ "If you are using Ninja Forms to collect personal information, you should "
7678
+ "consult a legal professional for your use case."
7679
+ msgstr ""
7680
+
7681
+ #: ninja-forms.php:715
7682
  msgid "Notice: JavaScript is required for this content."
7683
  msgstr ""
7684
 
7685
+ #: ninja-forms.php:830
7686
  #, php-format
7687
  msgid ""
7688
  "%1$s is <strong>deprecated</strong> since Ninja Forms version %2$s! Use %3$s "
7689
  "instead."
7690
  msgstr ""
7691
 
7692
+ #: ninja-forms.php:834
7693
  #, php-format
7694
  msgid "%1$s is <strong>deprecated</strong> since Ninja Forms version %2$s."
7695
  msgstr ""
7696
 
7697
+ #: ninja-forms.php:904
7698
  msgid "Once per month"
7699
  msgstr ""
ninja-forms.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Ninja Forms
4
  Plugin URI: http://ninjaforms.com/
5
  Description: Ninja Forms is a webform builder with unparalleled ease of use and features.
6
- Version: 3.3.0
7
  Author: The WP Ninjas
8
  Author URI: http://ninjaforms.com
9
  Text Domain: ninja-forms
@@ -53,7 +53,7 @@ if( get_option( 'ninja_forms_load_deprecated', FALSE ) && ! ( isset( $_POST[ 'nf
53
  /**
54
  * @since 3.0
55
  */
56
- const VERSION = '3.3.0';
57
 
58
  const WP_MIN_VERSION = '4.7';
59
 
@@ -424,6 +424,7 @@ if( get_option( 'ninja_forms_load_deprecated', FALSE ) && ! ( isset( $_POST[ 'nf
424
  * Privacy policy suggested content for Ninja Forms
425
  */
426
  function nf_plugin_add_suggested_privacy_content() {
 
427
  $content = $this->plugin_get_default_privacy_content();
428
  wp_add_privacy_policy_content(
429
  __( 'Ninja Forms' ),
3
  Plugin Name: Ninja Forms
4
  Plugin URI: http://ninjaforms.com/
5
  Description: Ninja Forms is a webform builder with unparalleled ease of use and features.
6
+ Version: 3.3.1
7
  Author: The WP Ninjas
8
  Author URI: http://ninjaforms.com
9
  Text Domain: ninja-forms
53
  /**
54
  * @since 3.0
55
  */
56
+ const VERSION = '3.3.1';
57
 
58
  const WP_MIN_VERSION = '4.7';
59
 
424
  * Privacy policy suggested content for Ninja Forms
425
  */
426
  function nf_plugin_add_suggested_privacy_content() {
427
+ if ( ! function_exists( 'wp_add_privacy_policy_content' ) ) return;
428
  $content = $this->plugin_get_default_privacy_content();
429
  wp_add_privacy_policy_content(
430
  __( 'Ninja Forms' ),
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: wpninjasllc, kstover, jameslaws, kbjohnson90, klhall1987, krmoorho
3
  Tags: form, forms, contact form, custom form, form builder, form creator, form manager, form creation, contact forms, custom forms, forms builder, forms creator, forms manager, forms creation, form administration,
4
  Requires at least: 4.7
5
  Tested up to: 4.9
6
- Stable tag: 3.3.0
7
  License: GPLv2 or later
8
 
9
  Drag and drop fields in an intuitive UI to create contact forms, email subscription forms, order forms, payment forms, send emails and more!
@@ -111,11 +111,14 @@ For help and video tutorials, please visit our website: [Ninja Forms Documentati
111
 
112
  == Upgrade Notice ==
113
 
114
- = 3.3.0 (22 May 2018) =
115
 
116
  *Bugs:*
117
 
118
  * Resolved a bug that was sometimes causing clicks to not register in the admin.
 
 
 
119
 
120
  *Changes:*
121
 
@@ -129,6 +132,14 @@ For help and video tutorials, please visit our website: [Ninja Forms Documentati
129
 
130
  == Changelog ==
131
 
 
 
 
 
 
 
 
 
132
  = 3.3.0 (22 May 2018) =
133
 
134
  *Bugs:*
3
  Tags: form, forms, contact form, custom form, form builder, form creator, form manager, form creation, contact forms, custom forms, forms builder, forms creator, forms manager, forms creation, form administration,
4
  Requires at least: 4.7
5
  Tested up to: 4.9
6
+ Stable tag: 3.3.1
7
  License: GPLv2 or later
8
 
9
  Drag and drop fields in an intuitive UI to create contact forms, email subscription forms, order forms, payment forms, send emails and more!
111
 
112
  == Upgrade Notice ==
113
 
114
+ = 3.3.1 (22 May 2018) =
115
 
116
  *Bugs:*
117
 
118
  * Resolved a bug that was sometimes causing clicks to not register in the admin.
119
+ * Removed a fatal error caused by having a WordPress version below 4.9.6.
120
+ * Export personal data requests created by anonymous uers through Ninja Forms should no longer error out in the admin.
121
+ * Updated a setting in our submissions to prevent them from being shown in archives created by WordPress.
122
 
123
  *Changes:*
124
 
132
 
133
  == Changelog ==
134
 
135
+ = 3.3.1 (22 May 2018) =
136
+
137
+ *Bugs:*
138
+
139
+ * Removed a fatal error caused by having a WordPress version below 4.9.6.
140
+ * Export personal data requests created by anonymous uers through Ninja Forms should no longer error out in the admin.
141
+ * Updated a setting in our submissions to prevent them from being shown in archives created by WordPress.
142
+
143
  = 3.3.0 (22 May 2018) =
144
 
145
  *Bugs:*