Calculated Fields Form - Version 1.1.98

Version Description

  • Improves the feedback module that alerts to errors in the database.
  • Improves the CSV data source (Developer and Platinum versions).
  • Implements support for Google Analytics 4 (Platinum version).
Download this release

Release Info

Developer codepeople
Plugin Icon 128x128 Calculated Fields Form
Version 1.1.98
Comparing to
See all releases

Code changes from version 1.1.97 to 1.1.98

README.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://cff.dwbooster.com
4
  Tags: form,quote form,contact form,form builder,calculator,calculated,quote calculator,forms,form editor,advanced forms,payment calculator,payment,recurring payment,quote,fields,calculated field,price calculator,email,form design,paypal,equation editor,formula,equation,quote calculator,post,posts,plugin,widget,admin,sidebar,images,image,page,shortcode,products form,woocommerce,addons,layout,session,post,cookie,get,webhook,Dropbox,pdf,language
5
  Requires at least: 3.0.5
6
  Tested up to: 6.0
7
- Stable tag: 1.1.97
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -965,6 +965,12 @@ A: Please, follow the steps below:
965
 
966
  == Changelog ==
967
 
 
 
 
 
 
 
968
  = 1.1.97 =
969
 
970
  * Reduces the form creation process. It redirects the user to the form settings after creating the form.
@@ -1015,9 +1021,4 @@ A: Please, follow the steps below:
1015
  * Includes a new button in the form builder to list the form fields, their labels and whether they are excluded from submission or not.
1016
  * Modifies the DataTable DS field to trigger the custom event cff-datatatable-click with the corresponding record index as parameter (Platinum and Developer versions).
1017
  * Modify the Verification Code add-on to allow to include the email address where the notification email was sent in the popup label (Platinum and Developer versions).
1018
- * Modify the CSV Generator add-on to allow configuring the add-on to write the entry in the CSV file only after payment confirmation (Platinum version).
1019
-
1020
- = 1.1.88 =
1021
-
1022
- * Modifies the method of loading the admin resources to fix a conflict with third-party website builders.
1023
- * Modifies the Stripe add-on (Platinum version).
4
  Tags: form,quote form,contact form,form builder,calculator,calculated,quote calculator,forms,form editor,advanced forms,payment calculator,payment,recurring payment,quote,fields,calculated field,price calculator,email,form design,paypal,equation editor,formula,equation,quote calculator,post,posts,plugin,widget,admin,sidebar,images,image,page,shortcode,products form,woocommerce,addons,layout,session,post,cookie,get,webhook,Dropbox,pdf,language
5
  Requires at least: 3.0.5
6
  Tested up to: 6.0
7
+ Stable tag: 1.1.98
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
965
 
966
  == Changelog ==
967
 
968
+ = 1.1.98 =
969
+
970
+ * Improves the feedback module that alerts to errors in the database.
971
+ * Improves the CSV data source (Developer and Platinum versions).
972
+ * Implements support for Google Analytics 4 (Platinum version).
973
+
974
  = 1.1.97 =
975
 
976
  * Reduces the form creation process. It redirects the user to the form settings after creating the form.
1021
  * Includes a new button in the form builder to list the form fields, their labels and whether they are excluded from submission or not.
1022
  * Modifies the DataTable DS field to trigger the custom event cff-datatatable-click with the corresponding record index as parameter (Platinum and Developer versions).
1023
  * Modify the Verification Code add-on to allow to include the email address where the notification email was sent in the popup label (Platinum and Developer versions).
1024
+ * Modify the CSV Generator add-on to allow configuring the add-on to write the entry in the CSV file only after payment confirmation (Platinum version).
 
 
 
 
 
changelog.txt CHANGED
@@ -1,5 +1,11 @@
1
  == Changelog ==
2
 
 
 
 
 
 
 
3
  = 1.1.97 =
4
 
5
  * Reduces the form creation process. It redirects the user to the form settings after creating the form.
1
  == Changelog ==
2
 
3
+ = 1.1.98 =
4
+
5
+ * Improves the feedback module that alerts to errors in the database.
6
+ * Improves the CSV data source (Developer and Platinum versions).
7
+ * Implements support for Google Analytics 4 (Platinum version).
8
+
9
  = 1.1.97 =
10
 
11
  * Reduces the form creation process. It redirects the user to the form settings after creating the form.
cp_calculatedfieldsf_free.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Calculated Fields Form
4
  Plugin URI: https://cff.dwbooster.com
5
  Description: Create forms with field values calculated based in other form field values.
6
- Version: 1.1.97
7
  Text Domain: calculated-fields-form
8
  Author: CodePeople
9
  Author URI: https://cff.dwbooster.com
@@ -16,7 +16,7 @@ if(!defined('WP_DEBUG') || true != WP_DEBUG)
16
  }
17
 
18
  // Defining main constants
19
- define('CP_CALCULATEDFIELDSF_VERSION', '1.1.97' );
20
  define('CP_CALCULATEDFIELDSF_MAIN_FILE_PATH', __FILE__ );
21
  define('CP_CALCULATEDFIELDSF_BASE_PATH', dirname( CP_CALCULATEDFIELDSF_MAIN_FILE_PATH ) );
22
  define('CP_CALCULATEDFIELDSF_BASE_NAME', plugin_basename( CP_CALCULATEDFIELDSF_MAIN_FILE_PATH ) );
3
  Plugin Name: Calculated Fields Form
4
  Plugin URI: https://cff.dwbooster.com
5
  Description: Create forms with field values calculated based in other form field values.
6
+ Version: 1.1.98
7
  Text Domain: calculated-fields-form
8
  Author: CodePeople
9
  Author URI: https://cff.dwbooster.com
16
  }
17
 
18
  // Defining main constants
19
+ define('CP_CALCULATEDFIELDSF_VERSION', '1.1.98' );
20
  define('CP_CALCULATEDFIELDSF_MAIN_FILE_PATH', __FILE__ );
21
  define('CP_CALCULATEDFIELDSF_BASE_PATH', dirname( CP_CALCULATEDFIELDSF_MAIN_FILE_PATH ) );
22
  define('CP_CALCULATEDFIELDSF_BASE_NAME', plugin_basename( CP_CALCULATEDFIELDSF_MAIN_FILE_PATH ) );
inc/cpcff_admin_int_list.inc.php CHANGED
@@ -328,7 +328,7 @@ endif;
328
  ?>
329
  </datalist>
330
  &nbsp;
331
- <input type="button" onclick="cp_addItem();" name="gobtn" value="<?php esc_attr_e( 'Add', 'calculated-fields-form' ); ?>" class="button-secondary" style="margin-top:5px;" />
332
  <br /><br />
333
  </form>
334
  </div>
328
  ?>
329
  </datalist>
330
  &nbsp;
331
+ <input type="button" onclick="cp_addItem();" name="gobtn" value="<?php esc_attr_e( 'Create Form', 'calculated-fields-form' ); ?>" class="button-secondary" style="margin-top:5px;" />
332
  <br /><br />
333
  </form>
334
  </div>
js/fbuilder-pro-admin.jquery.js CHANGED
@@ -795,6 +795,10 @@
795
  // If the global_varible_save_data exists clear the form-builder-error-messages
796
  $( '.form-builder-error-messages' ).html( '' );
797
  }
 
 
 
 
798
 
799
  try{
800
  if( $.parseJSON( itemsStringified ) != null && $.parseJSON( theFormStringified ) != null )
@@ -811,8 +815,6 @@
811
  {
812
  $.fbuilder[ 'showErrorMssg' ]( errorTxt );
813
  }
814
-
815
- global_varible_save_data = true;
816
  }catch( err ){}
817
  },
818
  loadData:function(form_structure, available_templates)
795
  // If the global_varible_save_data exists clear the form-builder-error-messages
796
  $( '.form-builder-error-messages' ).html( '' );
797
  }
798
+ else
799
+ {
800
+ setTimeout(function(){ global_varible_save_data = true; }, 1000);
801
+ }
802
 
803
  try{
804
  if( $.parseJSON( itemsStringified ) != null && $.parseJSON( theFormStringified ) != null )
815
  {
816
  $.fbuilder[ 'showErrorMssg' ]( errorTxt );
817
  }
 
 
818
  }catch( err ){}
819
  },
820
  loadData:function(form_structure, available_templates)
js/fbuilder-pro-public.jquery.js CHANGED
@@ -1,4 +1,4 @@
1
- $.fbuilder['version'] = '1.1.97';
2
  $.fbuilder['controls'] = $.fbuilder['controls'] || {};
3
  $.fbuilder['forms'] = $.fbuilder['forms'] || {};
4
 
@@ -163,6 +163,7 @@
163
  var ff = pageDom.find(":focusable:first");
164
  if( ff &&
165
  !ff.hasClass('hasDatepicker') &&
 
166
  ff.attr('type') != 'radio' &&
167
  ff.attr('type') != 'checkbox' &&
168
  ff.closest('[uh]').length == 0 /* FIXES AUTO-OPEN TOOLTIPS */
1
+ $.fbuilder['version'] = '1.1.98';
2
  $.fbuilder['controls'] = $.fbuilder['controls'] || {};
3
  $.fbuilder['forms'] = $.fbuilder['forms'] || {};
4
 
163
  var ff = pageDom.find(":focusable:first");
164
  if( ff &&
165
  !ff.hasClass('hasDatepicker') &&
166
+ ff.attr('type') != 'button' &&
167
  ff.attr('type') != 'radio' &&
168
  ff.attr('type') != 'checkbox' &&
169
  ff.closest('[uh]').length == 0 /* FIXES AUTO-OPEN TOOLTIPS */
languages/calculated-fields-form-en_US.mo CHANGED
Binary file
languages/calculated-fields-form-en_US.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
- "POT-Creation-Date: 2022-05-23 15:29+0200\n"
5
- "PO-Revision-Date: 2022-05-23 15:29+0200\n"
6
  "Last-Translator: CodePeople\n"
7
  "Language-Team: \n"
8
  "Language: en_US\n"
@@ -10,7 +10,7 @@ msgstr ""
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
13
- "X-Generator: Poedit 3.0.1\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-KeywordsList: __;_e;esc_attr__;esc_attr_e\n"
16
  "X-Poedit-SearchPath-0: .\n"
@@ -41,7 +41,7 @@ msgstr ""
41
  msgid "Settings saved"
42
  msgstr ""
43
 
44
- #: inc/cpcff_admin_int.inc.php:50 inc/cpcff_admin_int_list.inc.php:152
45
  #: inc/cpcff_page_builders.inc.php:185
46
  #: pagebuilders/beaverbuilder/cff/cff/cff.php:9
47
  #: pagebuilders/beaverbuilder/cff/cff/cff.php:11
@@ -64,7 +64,7 @@ msgstr ""
64
  msgid "Back to items list..."
65
  msgstr ""
66
 
67
- #: inc/cpcff_admin_int.inc.php:70 inc/cpcff_admin_int.inc.php:205
68
  msgid "Form Settings"
69
  msgstr ""
70
 
@@ -90,8 +90,8 @@ msgstr ""
90
  msgid "Select a revision"
91
  msgstr ""
92
 
93
- #: inc/cpcff_admin_int.inc.php:103 inc/cpcff_admin_int.inc.php:225
94
- #: inc/cpcff_admin_int.inc.php:618
95
  msgid "Preview"
96
  msgstr ""
97
 
@@ -119,452 +119,452 @@ msgid ""
119
  "required."
120
  msgstr ""
121
 
122
- #: inc/cpcff_admin_int.inc.php:131
123
  msgid ""
124
  "The action will load the revision selected, the data are not stored will be "
125
  "lose. Do you want continue?"
126
  msgstr ""
127
 
128
- #: inc/cpcff_admin_int.inc.php:168
129
  msgid ""
130
  "These features aren't available in this version. Do you want to open the "
131
  "plugin's page to check other versions?"
132
  msgstr ""
133
 
134
- #: inc/cpcff_admin_int.inc.php:203
135
  msgid "Add a Field"
136
  msgstr ""
137
 
138
- #: inc/cpcff_admin_int.inc.php:204
139
  msgid "Field Settings"
140
  msgstr ""
141
 
142
- #: inc/cpcff_admin_int.inc.php:224 inc/cpcff_admin_int.inc.php:349
143
- #: inc/cpcff_admin_int.inc.php:662
144
  msgid "Save Changes"
145
  msgstr ""
146
 
147
- #: inc/cpcff_admin_int.inc.php:226
148
  msgid "Generate revisions in the form preview as well"
149
  msgstr ""
150
 
151
- #: inc/cpcff_admin_int.inc.php:229
152
  msgid "Texts definition"
153
  msgstr ""
154
 
155
- #: inc/cpcff_admin_int.inc.php:230
156
  msgid "Error texts"
157
  msgstr ""
158
 
159
- #: inc/cpcff_admin_int.inc.php:231
160
  msgid "General payment settings"
161
  msgstr ""
162
 
163
- #: inc/cpcff_admin_int.inc.php:232
164
  msgid "PayPal integration"
165
  msgstr ""
166
 
167
- #: inc/cpcff_admin_int.inc.php:233
168
  msgid "Notification email"
169
  msgstr ""
170
 
171
- #: inc/cpcff_admin_int.inc.php:234
172
  msgid "Email copy to user"
173
  msgstr ""
174
 
175
- #: inc/cpcff_admin_int.inc.php:235
176
  msgid "Captcha settings"
177
  msgstr ""
178
 
179
- #: inc/cpcff_admin_int.inc.php:238
180
  msgid "Define Texts"
181
  msgstr ""
182
 
183
- #: inc/cpcff_admin_int.inc.php:242
184
  msgid "Previous button label (text)"
185
  msgstr ""
186
 
187
- #: inc/cpcff_admin_int.inc.php:246
188
  msgid "Next button label (text)"
189
  msgstr ""
190
 
191
- #: inc/cpcff_admin_int.inc.php:251
192
  msgid ""
193
  "- The styles can be applied into any of the CSS files of your theme or into "
194
  "the CSS file <em>\"calculated-fields-form\\css\\stylepublic.css\"</em>."
195
  msgstr ""
196
 
197
- #: inc/cpcff_admin_int.inc.php:252
198
  msgid ""
199
  "- For general CSS styles modifications to the form and samples <a href="
200
  "\"https://cff.dwbooster.com/faq#q82\" target=\"_blank\">check this FAQ</a>."
201
  msgstr ""
202
 
203
- #: inc/cpcff_admin_int.inc.php:270 inc/cpcff_admin_int.inc.php:334
204
- #: inc/cpcff_admin_int.inc.php:419 inc/cpcff_admin_int.inc.php:493
205
- #: inc/cpcff_admin_int.inc.php:542 inc/cpcff_admin_int.inc.php:584
206
- #: inc/cpcff_admin_int.inc.php:651
207
  msgid "Up to form structure"
208
  msgstr ""
209
 
210
- #: inc/cpcff_admin_int.inc.php:275
211
  msgid "Validation Settings"
212
  msgstr ""
213
 
214
- #: inc/cpcff_admin_int.inc.php:279
215
  msgid "\"is required\" text"
216
  msgstr ""
217
 
218
- #: inc/cpcff_admin_int.inc.php:283
219
  msgid "\"is email\" text"
220
  msgstr ""
221
 
222
- #: inc/cpcff_admin_int.inc.php:287
223
  msgid "\"is valid captcha\" text"
224
  msgstr ""
225
 
226
- #: inc/cpcff_admin_int.inc.php:292
227
  msgid "\"is valid date (mm/dd/yyyy)\" text"
228
  msgstr ""
229
 
230
- #: inc/cpcff_admin_int.inc.php:296
231
  msgid "\"is valid date (dd/mm/yyyy)\" text"
232
  msgstr ""
233
 
234
- #: inc/cpcff_admin_int.inc.php:300
235
  msgid "\"is number\" text"
236
  msgstr ""
237
 
238
- #: inc/cpcff_admin_int.inc.php:304
239
  msgid "\"only digits\" text"
240
  msgstr ""
241
 
242
- #: inc/cpcff_admin_int.inc.php:308
243
  msgid "\"under maximum\" text"
244
  msgstr ""
245
 
246
- #: inc/cpcff_admin_int.inc.php:312
247
  msgid "\"over minimum\" text"
248
  msgstr ""
249
 
250
- #: inc/cpcff_admin_int.inc.php:339
251
  msgid "Note"
252
  msgstr ""
253
 
254
- #: inc/cpcff_admin_int.inc.php:341
255
- msgid "To insert this form in a post/page, use the dedicated icon"
256
- msgstr ""
257
-
258
- #: inc/cpcff_admin_int.inc.php:342 inc/cpcff_main.inc.php:238
259
- msgid "Insert Calculated Fields Form"
260
  msgstr ""
261
 
262
- #: inc/cpcff_admin_int.inc.php:343
263
  msgid ""
264
- "which has been added to your Upload/Insert Menu, just below the title of "
265
- "your Post/Page."
 
 
266
  msgstr ""
267
 
268
- #: inc/cpcff_admin_int.inc.php:352 inc/cpcff_admin_int.inc.php:665
269
- #: inc/cpcff_admin_int_list.inc.php:427
270
  msgid "Request Custom Modifications"
271
  msgstr ""
272
 
273
- #: inc/cpcff_admin_int.inc.php:352 inc/cpcff_admin_int.inc.php:665
274
- #: inc/cpcff_admin_int_list.inc.php:427 inc/cpcff_main.inc.php:221
275
  msgid "Help"
276
  msgstr ""
277
 
278
- #: inc/cpcff_admin_int.inc.php:359
279
  msgid ""
280
  "The following features are available in the commercial version of the <a "
281
  "href=\"https://cff.dwbooster.com/download\" target=\"_blank\" style=\"text-"
282
  "decoration:none;\">\"Calculated Fields Form\"</a>"
283
  msgstr ""
284
 
285
- #: inc/cpcff_admin_int.inc.php:360
286
  msgid "Pay only ONCE, use it FOREVER"
287
  msgstr ""
288
 
289
- #: inc/cpcff_admin_int.inc.php:369
290
  msgid "Form Processing and Payment Settings"
291
  msgstr ""
292
 
293
- #: inc/cpcff_admin_int.inc.php:373
294
  msgid "Payment Settings"
295
  msgstr ""
296
 
297
- #: inc/cpcff_admin_int.inc.php:378
298
  msgid "Request cost"
299
  msgstr ""
300
 
301
- #: inc/cpcff_admin_int.inc.php:383
302
  msgid "Currency"
303
  msgstr ""
304
 
305
- #: inc/cpcff_admin_int.inc.php:388
306
  msgid "Base amount"
307
  msgstr ""
308
 
309
- #: inc/cpcff_admin_int.inc.php:389
310
  msgid ""
311
  "Minimum amount to charge. If the final price is lesser than this number, the "
312
  "base amount will be applied."
313
  msgstr ""
314
 
315
- #: inc/cpcff_admin_int.inc.php:394
316
  msgid "Paypal product name"
317
  msgstr ""
318
 
319
- #: inc/cpcff_admin_int.inc.php:399
320
  msgid "Discount Codes"
321
  msgstr ""
322
 
323
- #: inc/cpcff_admin_int.inc.php:401
324
  msgid "This feature isn't available in this version."
325
  msgstr ""
326
 
327
- #: inc/cpcff_admin_int.inc.php:404
328
  msgid "Add new discount code"
329
  msgstr ""
330
 
331
- #: inc/cpcff_admin_int.inc.php:406
332
  msgid "Code"
333
  msgstr ""
334
 
335
- #: inc/cpcff_admin_int.inc.php:407
336
  msgid "Discount"
337
  msgstr ""
338
 
339
- #: inc/cpcff_admin_int.inc.php:408
340
  msgid "Percent"
341
  msgstr ""
342
 
343
- #: inc/cpcff_admin_int.inc.php:409
344
  msgid "Fixed Value"
345
  msgstr ""
346
 
347
- #: inc/cpcff_admin_int.inc.php:412
348
  msgid "Valid until"
349
  msgstr ""
350
 
351
- #: inc/cpcff_admin_int.inc.php:413 inc/cpcff_admin_int_list.inc.php:326
352
  msgid "Add"
353
  msgstr ""
354
 
355
- #: inc/cpcff_admin_int.inc.php:415
356
  msgid "Note: Expiration date based in server time. Server time now is"
357
  msgstr ""
358
 
359
- #: inc/cpcff_admin_int.inc.php:424
360
  msgid "Paypal Payment Configuration"
361
  msgstr ""
362
 
363
- #: inc/cpcff_admin_int.inc.php:429
364
  msgid "Enable Paypal Payments?"
365
  msgstr ""
366
 
367
- #: inc/cpcff_admin_int.inc.php:431 inc/cpcff_admin_int.inc.php:519
368
- #: inc/cpcff_admin_int.inc.php:557 inc/cpcff_admin_int.inc.php:598
369
  msgid "No"
370
  msgstr ""
371
 
372
- #: inc/cpcff_admin_int.inc.php:433
373
  msgid ""
374
  "Note: If \"Optional\" is selected, a radiobutton will appear in the form to "
375
  "select if the payment will be made with PayPal or not."
376
  msgstr ""
377
 
378
- #: inc/cpcff_admin_int.inc.php:435
379
  msgid "Label for the \"<strong>Pay with PayPal</strong>\" option"
380
  msgstr ""
381
 
382
- #: inc/cpcff_admin_int.inc.php:441
383
  msgid "Paypal Mode"
384
  msgstr ""
385
 
386
- #: inc/cpcff_admin_int.inc.php:443
387
  msgid "Production - real payments processed"
388
  msgstr ""
389
 
390
- #: inc/cpcff_admin_int.inc.php:444
391
  msgid "SandBox - PayPal testing sandbox area"
392
  msgstr ""
393
 
394
- #: inc/cpcff_admin_int.inc.php:450
395
  msgid "Paypal email"
396
  msgstr ""
397
 
398
- #: inc/cpcff_admin_int.inc.php:455
399
  msgid "A $0 amount to pay means"
400
  msgstr ""
401
 
402
- #: inc/cpcff_admin_int.inc.php:457
403
  msgid "Let the user enter any amount at PayPal (ex: for a donation)"
404
  msgstr ""
405
 
406
- #: inc/cpcff_admin_int.inc.php:458
407
  msgid "Don't require any payment. Form is submitted skiping the PayPal page."
408
  msgstr ""
409
 
410
- #: inc/cpcff_admin_int.inc.php:464
411
  msgid "Paypal language"
412
  msgstr ""
413
 
414
- #: inc/cpcff_admin_int.inc.php:469
415
  msgid "Payment frequency"
416
  msgstr ""
417
 
418
- #: inc/cpcff_admin_int.inc.php:473
419
  msgid "One time payment (default option, user is billed only once)"
420
  msgstr ""
421
 
422
- #: inc/cpcff_admin_int.inc.php:474
423
  msgid "Bill the user every 1 month"
424
  msgstr ""
425
 
426
- #: inc/cpcff_admin_int.inc.php:475
427
  msgid "Bill the user every 3 months"
428
  msgstr ""
429
 
430
- #: inc/cpcff_admin_int.inc.php:476
431
  msgid "Bill the user every 6 months"
432
  msgstr ""
433
 
434
- #: inc/cpcff_admin_int.inc.php:477
435
  msgid "Bill the user every 12 months"
436
  msgstr ""
437
 
438
- #: inc/cpcff_admin_int.inc.php:482
439
  msgid "Paypal prompt buyers for shipping address"
440
  msgstr ""
441
 
442
- #: inc/cpcff_admin_int.inc.php:486
443
  msgid "Do not prompt for an address"
444
  msgstr ""
445
 
446
- #: inc/cpcff_admin_int.inc.php:487
447
  msgid "Prompt for an address, but do not require one"
448
  msgstr ""
449
 
450
- #: inc/cpcff_admin_int.inc.php:488
451
  msgid "Prompt for an address and require one"
452
  msgstr ""
453
 
454
- #: inc/cpcff_admin_int.inc.php:498
455
  msgid "Form Processing / Email Settings"
456
  msgstr ""
457
 
458
- #: inc/cpcff_admin_int.inc.php:502
459
  msgid "\"From\" email"
460
  msgstr ""
461
 
462
- #: inc/cpcff_admin_int.inc.php:503
463
  msgid ""
464
  "This email is required if the \"From fixed email address\" option is "
465
  "selected, or it is enabled the email copy to the user."
466
  msgstr ""
467
 
468
- #: inc/cpcff_admin_int.inc.php:506
469
  msgid "Destination emails (comma separated)"
470
  msgstr ""
471
 
472
- #: inc/cpcff_admin_int.inc.php:510 inc/cpcff_admin_int.inc.php:566
473
  msgid "Email subject"
474
  msgstr ""
475
 
476
- #: inc/cpcff_admin_int.inc.php:514
477
  msgid "Include additional information?"
478
  msgstr ""
479
 
480
- #: inc/cpcff_admin_int.inc.php:518 inc/cpcff_admin_int.inc.php:556
481
- #: inc/cpcff_admin_int.inc.php:597
482
  msgid "Yes"
483
  msgstr ""
484
 
485
- #: inc/cpcff_admin_int.inc.php:520
486
  msgid ""
487
  "If the \"No\" option is selected the plugin won't capture the IP address of "
488
  "users."
489
  msgstr ""
490
 
491
- #: inc/cpcff_admin_int.inc.php:524
492
  msgid "Thank you page (after sending the message)"
493
  msgstr ""
494
 
495
- #: inc/cpcff_admin_int.inc.php:528 inc/cpcff_admin_int.inc.php:570
496
  msgid "Email format?"
497
  msgstr ""
498
 
499
- #: inc/cpcff_admin_int.inc.php:532 inc/cpcff_admin_int.inc.php:574
500
  msgid "Plain Text (default)"
501
  msgstr ""
502
 
503
- #: inc/cpcff_admin_int.inc.php:533 inc/cpcff_admin_int.inc.php:575
504
  msgid "HTML (use html in the textarea below)"
505
  msgstr ""
506
 
507
- #: inc/cpcff_admin_int.inc.php:538 inc/cpcff_admin_int.inc.php:580
508
  msgid "Message"
509
  msgstr ""
510
 
511
- #: inc/cpcff_admin_int.inc.php:548
512
  msgid "Email Copy to User"
513
  msgstr ""
514
 
515
- #: inc/cpcff_admin_int.inc.php:552
516
  msgid "Send confirmation/thank you message to user?"
517
  msgstr ""
518
 
519
- #: inc/cpcff_admin_int.inc.php:562
520
  msgid "Email field on the form"
521
  msgstr ""
522
 
523
- #: inc/cpcff_admin_int.inc.php:589
524
  msgid "Captcha Verification"
525
  msgstr ""
526
 
527
- #: inc/cpcff_admin_int.inc.php:593
528
  msgid "Use Captcha Verification?"
529
  msgstr ""
530
 
531
- #: inc/cpcff_admin_int.inc.php:604
532
  msgid "Width"
533
  msgstr ""
534
 
535
- #: inc/cpcff_admin_int.inc.php:606
536
  msgid "Height"
537
  msgstr ""
538
 
539
- #: inc/cpcff_admin_int.inc.php:608
540
  msgid "Chars"
541
  msgstr ""
542
 
543
- #: inc/cpcff_admin_int.inc.php:613
544
  msgid "Min font size"
545
  msgstr ""
546
 
547
- #: inc/cpcff_admin_int.inc.php:615
548
  msgid "Max font size"
549
  msgstr ""
550
 
551
- #: inc/cpcff_admin_int.inc.php:620
552
  msgid "security code"
553
  msgstr ""
554
 
555
- #: inc/cpcff_admin_int.inc.php:626
556
  msgid "Noise"
557
  msgstr ""
558
 
559
- #: inc/cpcff_admin_int.inc.php:628
560
  msgid "Noise Length"
561
  msgstr ""
562
 
563
- #: inc/cpcff_admin_int.inc.php:633
564
  msgid "Background"
565
  msgstr ""
566
 
567
- #: inc/cpcff_admin_int.inc.php:640
568
  msgid "Font"
569
  msgstr ""
570
 
@@ -576,235 +576,239 @@ msgstr ""
576
  msgid "Item added"
577
  msgstr ""
578
 
579
- #: inc/cpcff_admin_int_list.inc.php:74
580
  msgid "Item updated"
581
  msgstr ""
582
 
583
- #: inc/cpcff_admin_int_list.inc.php:80
584
  msgid "Item deleted"
585
  msgstr ""
586
 
587
- #: inc/cpcff_admin_int_list.inc.php:84
588
  msgid "Item duplicated/cloned"
589
  msgstr ""
590
 
591
- #: inc/cpcff_admin_int_list.inc.php:85
592
  msgid "Duplicate/Clone Error, the form cannot be cloned"
593
  msgstr ""
594
 
595
- #: inc/cpcff_admin_int_list.inc.php:134
596
  msgid "Troubleshoot settings updated"
597
  msgstr ""
598
 
599
- #: inc/cpcff_admin_int_list.inc.php:196
600
  msgid "Are you sure you want to delete this item?"
601
  msgstr ""
602
 
603
- #: inc/cpcff_admin_int_list.inc.php:204
604
  msgid "Are you sure you want to update these settings?"
605
  msgstr ""
606
 
607
- #: inc/cpcff_admin_int_list.inc.php:228
608
  msgid ""
609
  "Are you sure you want to modify existing forms?\\nWe recommend modifying the "
610
  "forms one by one."
611
  msgstr ""
612
 
613
- #: inc/cpcff_admin_int_list.inc.php:237
614
  msgid "Forms and Settings"
615
  msgstr ""
616
 
617
- #: inc/cpcff_admin_int_list.inc.php:238 inc/cpcff_admin_int_list.inc.php:362
618
  msgid "Marketplace"
619
  msgstr ""
620
 
621
- #: inc/cpcff_admin_int_list.inc.php:256
622
  msgid "Form Categories"
623
  msgstr ""
624
 
625
- #: inc/cpcff_admin_int_list.inc.php:258
626
  msgid "All forms"
627
  msgstr ""
628
 
629
- #: inc/cpcff_admin_int_list.inc.php:270
630
  msgid "Form List / Items List"
631
  msgstr ""
632
 
633
- #: inc/cpcff_admin_int_list.inc.php:274
634
  msgid "in"
635
  msgstr ""
636
 
637
- #: inc/cpcff_admin_int_list.inc.php:274
638
  msgid "category"
639
  msgstr ""
640
 
641
- #: inc/cpcff_admin_int_list.inc.php:281
642
  msgid "ID"
643
  msgstr ""
644
 
645
- #: inc/cpcff_admin_int_list.inc.php:282
646
  msgid "Form Name"
647
  msgstr ""
648
 
649
- #: inc/cpcff_admin_int_list.inc.php:283
650
  msgid "Options"
651
  msgstr ""
652
 
653
- #: inc/cpcff_admin_int_list.inc.php:284
654
  msgid "Category/Shortcode"
655
  msgstr ""
656
 
657
- #: inc/cpcff_admin_int_list.inc.php:297 inc/cpcff_admin_int_list.inc.php:356
658
  msgid "Update"
659
  msgstr ""
660
 
661
- #: inc/cpcff_admin_int_list.inc.php:298 inc/cpcff_main.inc.php:219
662
  msgid "Settings"
663
  msgstr ""
664
 
665
- #: inc/cpcff_admin_int_list.inc.php:299
666
  msgid "Messages"
667
  msgstr ""
668
 
669
- #: inc/cpcff_admin_int_list.inc.php:300
670
  msgid "Clone"
671
  msgstr ""
672
 
673
- #: inc/cpcff_admin_int_list.inc.php:301
674
  msgid "Delete"
675
  msgstr ""
676
 
677
- #: inc/cpcff_admin_int_list.inc.php:303
678
  msgid "Category: "
679
  msgstr ""
680
 
681
- #: inc/cpcff_admin_int_list.inc.php:314
682
  msgid "New Form"
683
  msgstr ""
684
 
685
- #: inc/cpcff_admin_int_list.inc.php:317
686
  msgid "Item Name"
687
  msgstr ""
688
 
689
- #: inc/cpcff_admin_int_list.inc.php:319
690
  msgid "Category"
691
  msgstr ""
692
 
693
- #: inc/cpcff_admin_int_list.inc.php:333
 
 
 
 
694
  msgid "Default Settings"
695
  msgstr ""
696
 
697
- #: inc/cpcff_admin_int_list.inc.php:335
698
  msgid "Applies the default settings to new forms."
699
  msgstr ""
700
 
701
- #: inc/cpcff_admin_int_list.inc.php:337
702
  msgid "Default Template"
703
  msgstr ""
704
 
705
- #: inc/cpcff_admin_int_list.inc.php:353
706
  msgid "Apply To Existing Forms"
707
  msgstr ""
708
 
709
- #: inc/cpcff_admin_int_list.inc.php:353
710
  msgid "It will modify the settings of existing forms"
711
  msgstr ""
712
 
713
- #: inc/cpcff_admin_int_list.inc.php:362
714
  msgid "For additional resources visit the plugin's"
715
  msgstr ""
716
 
717
- #: inc/cpcff_admin_int_list.inc.php:366
718
  msgid "Troubleshoot Area & General Settings"
719
  msgstr ""
720
 
721
- #: inc/cpcff_admin_int_list.inc.php:370
722
  msgid ""
723
  "<strong>Important!</strong>: Use this area <strong>only</strong> if you are "
724
  "experiencing conflicts with third party plugins, with the theme scripts or "
725
  "with the character encoding."
726
  msgstr ""
727
 
728
- #: inc/cpcff_admin_int_list.inc.php:371
729
  msgid "Script load method"
730
  msgstr ""
731
 
732
- #: inc/cpcff_admin_int_list.inc.php:373
733
  msgid "Classic (Recommended)"
734
  msgstr ""
735
 
736
- #: inc/cpcff_admin_int_list.inc.php:374
737
  msgid "Direct"
738
  msgstr ""
739
 
740
- #: inc/cpcff_admin_int_list.inc.php:376
741
  msgid ""
742
  "* Change the script load method if the form doesn't appear in the public "
743
  "website."
744
  msgstr ""
745
 
746
- #: inc/cpcff_admin_int_list.inc.php:378
747
  msgid "Character encoding"
748
  msgstr ""
749
 
750
- #: inc/cpcff_admin_int_list.inc.php:380
751
  msgid "Keep current charset (Recommended)"
752
  msgstr ""
753
 
754
- #: inc/cpcff_admin_int_list.inc.php:381
755
  msgid "try this first"
756
  msgstr ""
757
 
758
- #: inc/cpcff_admin_int_list.inc.php:382
759
  msgid "Only from MySQL 5.5"
760
  msgstr ""
761
 
762
- #: inc/cpcff_admin_int_list.inc.php:385
763
  msgid ""
764
  "* Update the charset if you are getting problems displaying special/non-"
765
  "latin characters. After updated you need to edit the special characters "
766
  "again."
767
  msgstr ""
768
 
769
- #: inc/cpcff_admin_int_list.inc.php:393
770
  msgid "There is active an optimization plugin in WordPress"
771
  msgstr ""
772
 
773
- #: inc/cpcff_admin_int_list.inc.php:394
774
  msgid ""
775
  "* Tick the checkbox if there is an optimization plugin active on the "
776
  "website, and the forms are not visible."
777
  msgstr ""
778
 
779
- #: inc/cpcff_admin_int_list.inc.php:403
780
  msgid "Activate Javascript Cache"
781
  msgstr ""
782
 
783
- #: inc/cpcff_admin_int_list.inc.php:405
784
  msgid "Allows to access the forms directly"
785
  msgstr ""
786
 
787
- #: inc/cpcff_admin_int_list.inc.php:407
788
  msgid "Allows to access the forms from amp pages"
789
  msgstr ""
790
 
791
- #: inc/cpcff_admin_int_list.inc.php:409
792
  msgid "Do not load the forms with crawlers"
793
  msgstr ""
794
 
795
- #: inc/cpcff_admin_int_list.inc.php:410
796
  msgid "* The forms are not loaded when website is being indexed by searchers."
797
  msgstr ""
798
 
799
- #: inc/cpcff_admin_int_list.inc.php:412
800
  msgid "UPDATE"
801
  msgstr ""
802
 
803
- #: inc/cpcff_admin_int_list.inc.php:421
804
  msgid "Calculated Fields Form Marketplace"
805
  msgstr ""
806
 
807
- #: inc/cpcff_admin_int_list.inc.php:427 inc/cpcff_main.inc.php:220
808
  msgid "Upgrade"
809
  msgstr ""
810
 
@@ -866,11 +870,15 @@ msgid ""
866
  "settings."
867
  msgstr ""
868
 
869
- #: inc/cpcff_main.inc.php:218
870
  msgid "Request custom changes"
871
  msgstr ""
872
 
873
- #: inc/cpcff_main.inc.php:238
 
 
 
 
874
  msgid "Create a JavaScript var from POST, GET, SESSION, or COOKIE var"
875
  msgstr ""
876
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2022-07-19 02:05+0200\n"
5
+ "PO-Revision-Date: 2022-07-19 02:05+0200\n"
6
  "Last-Translator: CodePeople\n"
7
  "Language-Team: \n"
8
  "Language: en_US\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
13
+ "X-Generator: Poedit 3.1.1\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-KeywordsList: __;_e;esc_attr__;esc_attr_e\n"
16
  "X-Poedit-SearchPath-0: .\n"
41
  msgid "Settings saved"
42
  msgstr ""
43
 
44
+ #: inc/cpcff_admin_int.inc.php:50 inc/cpcff_admin_int_list.inc.php:156
45
  #: inc/cpcff_page_builders.inc.php:185
46
  #: pagebuilders/beaverbuilder/cff/cff/cff.php:9
47
  #: pagebuilders/beaverbuilder/cff/cff/cff.php:11
64
  msgid "Back to items list..."
65
  msgstr ""
66
 
67
+ #: inc/cpcff_admin_int.inc.php:70 inc/cpcff_admin_int.inc.php:226
68
  msgid "Form Settings"
69
  msgstr ""
70
 
90
  msgid "Select a revision"
91
  msgstr ""
92
 
93
+ #: inc/cpcff_admin_int.inc.php:103 inc/cpcff_admin_int.inc.php:246
94
+ #: inc/cpcff_admin_int.inc.php:639
95
  msgid "Preview"
96
  msgstr ""
97
 
119
  "required."
120
  msgstr ""
121
 
122
+ #: inc/cpcff_admin_int.inc.php:132
123
  msgid ""
124
  "The action will load the revision selected, the data are not stored will be "
125
  "lose. Do you want continue?"
126
  msgstr ""
127
 
128
+ #: inc/cpcff_admin_int.inc.php:189
129
  msgid ""
130
  "These features aren't available in this version. Do you want to open the "
131
  "plugin's page to check other versions?"
132
  msgstr ""
133
 
134
+ #: inc/cpcff_admin_int.inc.php:224
135
  msgid "Add a Field"
136
  msgstr ""
137
 
138
+ #: inc/cpcff_admin_int.inc.php:225
139
  msgid "Field Settings"
140
  msgstr ""
141
 
142
+ #: inc/cpcff_admin_int.inc.php:245 inc/cpcff_admin_int.inc.php:370
143
+ #: inc/cpcff_admin_int.inc.php:683
144
  msgid "Save Changes"
145
  msgstr ""
146
 
147
+ #: inc/cpcff_admin_int.inc.php:247
148
  msgid "Generate revisions in the form preview as well"
149
  msgstr ""
150
 
151
+ #: inc/cpcff_admin_int.inc.php:250
152
  msgid "Texts definition"
153
  msgstr ""
154
 
155
+ #: inc/cpcff_admin_int.inc.php:251
156
  msgid "Error texts"
157
  msgstr ""
158
 
159
+ #: inc/cpcff_admin_int.inc.php:252
160
  msgid "General payment settings"
161
  msgstr ""
162
 
163
+ #: inc/cpcff_admin_int.inc.php:253
164
  msgid "PayPal integration"
165
  msgstr ""
166
 
167
+ #: inc/cpcff_admin_int.inc.php:254
168
  msgid "Notification email"
169
  msgstr ""
170
 
171
+ #: inc/cpcff_admin_int.inc.php:255
172
  msgid "Email copy to user"
173
  msgstr ""
174
 
175
+ #: inc/cpcff_admin_int.inc.php:256
176
  msgid "Captcha settings"
177
  msgstr ""
178
 
179
+ #: inc/cpcff_admin_int.inc.php:259
180
  msgid "Define Texts"
181
  msgstr ""
182
 
183
+ #: inc/cpcff_admin_int.inc.php:263
184
  msgid "Previous button label (text)"
185
  msgstr ""
186
 
187
+ #: inc/cpcff_admin_int.inc.php:267
188
  msgid "Next button label (text)"
189
  msgstr ""
190
 
191
+ #: inc/cpcff_admin_int.inc.php:272
192
  msgid ""
193
  "- The styles can be applied into any of the CSS files of your theme or into "
194
  "the CSS file <em>\"calculated-fields-form\\css\\stylepublic.css\"</em>."
195
  msgstr ""
196
 
197
+ #: inc/cpcff_admin_int.inc.php:273
198
  msgid ""
199
  "- For general CSS styles modifications to the form and samples <a href="
200
  "\"https://cff.dwbooster.com/faq#q82\" target=\"_blank\">check this FAQ</a>."
201
  msgstr ""
202
 
203
+ #: inc/cpcff_admin_int.inc.php:291 inc/cpcff_admin_int.inc.php:355
204
+ #: inc/cpcff_admin_int.inc.php:440 inc/cpcff_admin_int.inc.php:514
205
+ #: inc/cpcff_admin_int.inc.php:563 inc/cpcff_admin_int.inc.php:605
206
+ #: inc/cpcff_admin_int.inc.php:672
207
  msgid "Up to form structure"
208
  msgstr ""
209
 
210
+ #: inc/cpcff_admin_int.inc.php:296
211
  msgid "Validation Settings"
212
  msgstr ""
213
 
214
+ #: inc/cpcff_admin_int.inc.php:300
215
  msgid "\"is required\" text"
216
  msgstr ""
217
 
218
+ #: inc/cpcff_admin_int.inc.php:304
219
  msgid "\"is email\" text"
220
  msgstr ""
221
 
222
+ #: inc/cpcff_admin_int.inc.php:308
223
  msgid "\"is valid captcha\" text"
224
  msgstr ""
225
 
226
+ #: inc/cpcff_admin_int.inc.php:313
227
  msgid "\"is valid date (mm/dd/yyyy)\" text"
228
  msgstr ""
229
 
230
+ #: inc/cpcff_admin_int.inc.php:317
231
  msgid "\"is valid date (dd/mm/yyyy)\" text"
232
  msgstr ""
233
 
234
+ #: inc/cpcff_admin_int.inc.php:321
235
  msgid "\"is number\" text"
236
  msgstr ""
237
 
238
+ #: inc/cpcff_admin_int.inc.php:325
239
  msgid "\"only digits\" text"
240
  msgstr ""
241
 
242
+ #: inc/cpcff_admin_int.inc.php:329
243
  msgid "\"under maximum\" text"
244
  msgstr ""
245
 
246
+ #: inc/cpcff_admin_int.inc.php:333
247
  msgid "\"over minimum\" text"
248
  msgstr ""
249
 
250
+ #: inc/cpcff_admin_int.inc.php:360
251
  msgid "Note"
252
  msgstr ""
253
 
254
+ #: inc/cpcff_admin_int.inc.php:362
255
+ msgid ""
256
+ "To display the form in a post/page, enter your shortcode in the post/page "
257
+ "content:"
 
 
258
  msgstr ""
259
 
260
+ #: inc/cpcff_admin_int.inc.php:364
261
  msgid ""
262
+ "The CFF plugin implements widgets and blocks to allow inserting the form "
263
+ "visually with the most popular page builders such as Gutenberg Editor, "
264
+ "Classic Editor, Elementor, Site Origin, Visual Composer, Beaver Builder, "
265
+ "Divi, and for the other page builders insert the shortcode directly."
266
  msgstr ""
267
 
268
+ #: inc/cpcff_admin_int.inc.php:373 inc/cpcff_admin_int.inc.php:686
269
+ #: inc/cpcff_admin_int_list.inc.php:432
270
  msgid "Request Custom Modifications"
271
  msgstr ""
272
 
273
+ #: inc/cpcff_admin_int.inc.php:373 inc/cpcff_admin_int.inc.php:686
274
+ #: inc/cpcff_admin_int_list.inc.php:432 inc/cpcff_main.inc.php:224
275
  msgid "Help"
276
  msgstr ""
277
 
278
+ #: inc/cpcff_admin_int.inc.php:380
279
  msgid ""
280
  "The following features are available in the commercial version of the <a "
281
  "href=\"https://cff.dwbooster.com/download\" target=\"_blank\" style=\"text-"
282
  "decoration:none;\">\"Calculated Fields Form\"</a>"
283
  msgstr ""
284
 
285
+ #: inc/cpcff_admin_int.inc.php:381
286
  msgid "Pay only ONCE, use it FOREVER"
287
  msgstr ""
288
 
289
+ #: inc/cpcff_admin_int.inc.php:390
290
  msgid "Form Processing and Payment Settings"
291
  msgstr ""
292
 
293
+ #: inc/cpcff_admin_int.inc.php:394
294
  msgid "Payment Settings"
295
  msgstr ""
296
 
297
+ #: inc/cpcff_admin_int.inc.php:399
298
  msgid "Request cost"
299
  msgstr ""
300
 
301
+ #: inc/cpcff_admin_int.inc.php:404
302
  msgid "Currency"
303
  msgstr ""
304
 
305
+ #: inc/cpcff_admin_int.inc.php:409
306
  msgid "Base amount"
307
  msgstr ""
308
 
309
+ #: inc/cpcff_admin_int.inc.php:410
310
  msgid ""
311
  "Minimum amount to charge. If the final price is lesser than this number, the "
312
  "base amount will be applied."
313
  msgstr ""
314
 
315
+ #: inc/cpcff_admin_int.inc.php:415
316
  msgid "Paypal product name"
317
  msgstr ""
318
 
319
+ #: inc/cpcff_admin_int.inc.php:420
320
  msgid "Discount Codes"
321
  msgstr ""
322
 
323
+ #: inc/cpcff_admin_int.inc.php:422
324
  msgid "This feature isn't available in this version."
325
  msgstr ""
326
 
327
+ #: inc/cpcff_admin_int.inc.php:425
328
  msgid "Add new discount code"
329
  msgstr ""
330
 
331
+ #: inc/cpcff_admin_int.inc.php:427
332
  msgid "Code"
333
  msgstr ""
334
 
335
+ #: inc/cpcff_admin_int.inc.php:428
336
  msgid "Discount"
337
  msgstr ""
338
 
339
+ #: inc/cpcff_admin_int.inc.php:429
340
  msgid "Percent"
341
  msgstr ""
342
 
343
+ #: inc/cpcff_admin_int.inc.php:430
344
  msgid "Fixed Value"
345
  msgstr ""
346
 
347
+ #: inc/cpcff_admin_int.inc.php:433
348
  msgid "Valid until"
349
  msgstr ""
350
 
351
+ #: inc/cpcff_admin_int.inc.php:434
352
  msgid "Add"
353
  msgstr ""
354
 
355
+ #: inc/cpcff_admin_int.inc.php:436
356
  msgid "Note: Expiration date based in server time. Server time now is"
357
  msgstr ""
358
 
359
+ #: inc/cpcff_admin_int.inc.php:445
360
  msgid "Paypal Payment Configuration"
361
  msgstr ""
362
 
363
+ #: inc/cpcff_admin_int.inc.php:450
364
  msgid "Enable Paypal Payments?"
365
  msgstr ""
366
 
367
+ #: inc/cpcff_admin_int.inc.php:452 inc/cpcff_admin_int.inc.php:540
368
+ #: inc/cpcff_admin_int.inc.php:578 inc/cpcff_admin_int.inc.php:619
369
  msgid "No"
370
  msgstr ""
371
 
372
+ #: inc/cpcff_admin_int.inc.php:454
373
  msgid ""
374
  "Note: If \"Optional\" is selected, a radiobutton will appear in the form to "
375
  "select if the payment will be made with PayPal or not."
376
  msgstr ""
377
 
378
+ #: inc/cpcff_admin_int.inc.php:456
379
  msgid "Label for the \"<strong>Pay with PayPal</strong>\" option"
380
  msgstr ""
381
 
382
+ #: inc/cpcff_admin_int.inc.php:462
383
  msgid "Paypal Mode"
384
  msgstr ""
385
 
386
+ #: inc/cpcff_admin_int.inc.php:464
387
  msgid "Production - real payments processed"
388
  msgstr ""
389
 
390
+ #: inc/cpcff_admin_int.inc.php:465
391
  msgid "SandBox - PayPal testing sandbox area"
392
  msgstr ""
393
 
394
+ #: inc/cpcff_admin_int.inc.php:471
395
  msgid "Paypal email"
396
  msgstr ""
397
 
398
+ #: inc/cpcff_admin_int.inc.php:476
399
  msgid "A $0 amount to pay means"
400
  msgstr ""
401
 
402
+ #: inc/cpcff_admin_int.inc.php:478
403
  msgid "Let the user enter any amount at PayPal (ex: for a donation)"
404
  msgstr ""
405
 
406
+ #: inc/cpcff_admin_int.inc.php:479
407
  msgid "Don't require any payment. Form is submitted skiping the PayPal page."
408
  msgstr ""
409
 
410
+ #: inc/cpcff_admin_int.inc.php:485
411
  msgid "Paypal language"
412
  msgstr ""
413
 
414
+ #: inc/cpcff_admin_int.inc.php:490
415
  msgid "Payment frequency"
416
  msgstr ""
417
 
418
+ #: inc/cpcff_admin_int.inc.php:494
419
  msgid "One time payment (default option, user is billed only once)"
420
  msgstr ""
421
 
422
+ #: inc/cpcff_admin_int.inc.php:495
423
  msgid "Bill the user every 1 month"
424
  msgstr ""
425
 
426
+ #: inc/cpcff_admin_int.inc.php:496
427
  msgid "Bill the user every 3 months"
428
  msgstr ""
429
 
430
+ #: inc/cpcff_admin_int.inc.php:497
431
  msgid "Bill the user every 6 months"
432
  msgstr ""
433
 
434
+ #: inc/cpcff_admin_int.inc.php:498
435
  msgid "Bill the user every 12 months"
436
  msgstr ""
437
 
438
+ #: inc/cpcff_admin_int.inc.php:503
439
  msgid "Paypal prompt buyers for shipping address"
440
  msgstr ""
441
 
442
+ #: inc/cpcff_admin_int.inc.php:507
443
  msgid "Do not prompt for an address"
444
  msgstr ""
445
 
446
+ #: inc/cpcff_admin_int.inc.php:508
447
  msgid "Prompt for an address, but do not require one"
448
  msgstr ""
449
 
450
+ #: inc/cpcff_admin_int.inc.php:509
451
  msgid "Prompt for an address and require one"
452
  msgstr ""
453
 
454
+ #: inc/cpcff_admin_int.inc.php:519
455
  msgid "Form Processing / Email Settings"
456
  msgstr ""
457
 
458
+ #: inc/cpcff_admin_int.inc.php:523
459
  msgid "\"From\" email"
460
  msgstr ""
461
 
462
+ #: inc/cpcff_admin_int.inc.php:524
463
  msgid ""
464
  "This email is required if the \"From fixed email address\" option is "
465
  "selected, or it is enabled the email copy to the user."
466
  msgstr ""
467
 
468
+ #: inc/cpcff_admin_int.inc.php:527
469
  msgid "Destination emails (comma separated)"
470
  msgstr ""
471
 
472
+ #: inc/cpcff_admin_int.inc.php:531 inc/cpcff_admin_int.inc.php:587
473
  msgid "Email subject"
474
  msgstr ""
475
 
476
+ #: inc/cpcff_admin_int.inc.php:535
477
  msgid "Include additional information?"
478
  msgstr ""
479
 
480
+ #: inc/cpcff_admin_int.inc.php:539 inc/cpcff_admin_int.inc.php:577
481
+ #: inc/cpcff_admin_int.inc.php:618
482
  msgid "Yes"
483
  msgstr ""
484
 
485
+ #: inc/cpcff_admin_int.inc.php:541
486
  msgid ""
487
  "If the \"No\" option is selected the plugin won't capture the IP address of "
488
  "users."
489
  msgstr ""
490
 
491
+ #: inc/cpcff_admin_int.inc.php:545
492
  msgid "Thank you page (after sending the message)"
493
  msgstr ""
494
 
495
+ #: inc/cpcff_admin_int.inc.php:549 inc/cpcff_admin_int.inc.php:591
496
  msgid "Email format?"
497
  msgstr ""
498
 
499
+ #: inc/cpcff_admin_int.inc.php:553 inc/cpcff_admin_int.inc.php:595
500
  msgid "Plain Text (default)"
501
  msgstr ""
502
 
503
+ #: inc/cpcff_admin_int.inc.php:554 inc/cpcff_admin_int.inc.php:596
504
  msgid "HTML (use html in the textarea below)"
505
  msgstr ""
506
 
507
+ #: inc/cpcff_admin_int.inc.php:559 inc/cpcff_admin_int.inc.php:601
508
  msgid "Message"
509
  msgstr ""
510
 
511
+ #: inc/cpcff_admin_int.inc.php:569
512
  msgid "Email Copy to User"
513
  msgstr ""
514
 
515
+ #: inc/cpcff_admin_int.inc.php:573
516
  msgid "Send confirmation/thank you message to user?"
517
  msgstr ""
518
 
519
+ #: inc/cpcff_admin_int.inc.php:583
520
  msgid "Email field on the form"
521
  msgstr ""
522
 
523
+ #: inc/cpcff_admin_int.inc.php:610
524
  msgid "Captcha Verification"
525
  msgstr ""
526
 
527
+ #: inc/cpcff_admin_int.inc.php:614
528
  msgid "Use Captcha Verification?"
529
  msgstr ""
530
 
531
+ #: inc/cpcff_admin_int.inc.php:625
532
  msgid "Width"
533
  msgstr ""
534
 
535
+ #: inc/cpcff_admin_int.inc.php:627
536
  msgid "Height"
537
  msgstr ""
538
 
539
+ #: inc/cpcff_admin_int.inc.php:629
540
  msgid "Chars"
541
  msgstr ""
542
 
543
+ #: inc/cpcff_admin_int.inc.php:634
544
  msgid "Min font size"
545
  msgstr ""
546
 
547
+ #: inc/cpcff_admin_int.inc.php:636
548
  msgid "Max font size"
549
  msgstr ""
550
 
551
+ #: inc/cpcff_admin_int.inc.php:641
552
  msgid "security code"
553
  msgstr ""
554
 
555
+ #: inc/cpcff_admin_int.inc.php:647
556
  msgid "Noise"
557
  msgstr ""
558
 
559
+ #: inc/cpcff_admin_int.inc.php:649
560
  msgid "Noise Length"
561
  msgstr ""
562
 
563
+ #: inc/cpcff_admin_int.inc.php:654
564
  msgid "Background"
565
  msgstr ""
566
 
567
+ #: inc/cpcff_admin_int.inc.php:661
568
  msgid "Font"
569
  msgstr ""
570
 
576
  msgid "Item added"
577
  msgstr ""
578
 
579
+ #: inc/cpcff_admin_int_list.inc.php:78
580
  msgid "Item updated"
581
  msgstr ""
582
 
583
+ #: inc/cpcff_admin_int_list.inc.php:84
584
  msgid "Item deleted"
585
  msgstr ""
586
 
587
+ #: inc/cpcff_admin_int_list.inc.php:88
588
  msgid "Item duplicated/cloned"
589
  msgstr ""
590
 
591
+ #: inc/cpcff_admin_int_list.inc.php:89
592
  msgid "Duplicate/Clone Error, the form cannot be cloned"
593
  msgstr ""
594
 
595
+ #: inc/cpcff_admin_int_list.inc.php:138
596
  msgid "Troubleshoot settings updated"
597
  msgstr ""
598
 
599
+ #: inc/cpcff_admin_int_list.inc.php:201
600
  msgid "Are you sure you want to delete this item?"
601
  msgstr ""
602
 
603
+ #: inc/cpcff_admin_int_list.inc.php:209
604
  msgid "Are you sure you want to update these settings?"
605
  msgstr ""
606
 
607
+ #: inc/cpcff_admin_int_list.inc.php:233
608
  msgid ""
609
  "Are you sure you want to modify existing forms?\\nWe recommend modifying the "
610
  "forms one by one."
611
  msgstr ""
612
 
613
+ #: inc/cpcff_admin_int_list.inc.php:242
614
  msgid "Forms and Settings"
615
  msgstr ""
616
 
617
+ #: inc/cpcff_admin_int_list.inc.php:243 inc/cpcff_admin_int_list.inc.php:367
618
  msgid "Marketplace"
619
  msgstr ""
620
 
621
+ #: inc/cpcff_admin_int_list.inc.php:261
622
  msgid "Form Categories"
623
  msgstr ""
624
 
625
+ #: inc/cpcff_admin_int_list.inc.php:263
626
  msgid "All forms"
627
  msgstr ""
628
 
629
+ #: inc/cpcff_admin_int_list.inc.php:275
630
  msgid "Form List / Items List"
631
  msgstr ""
632
 
633
+ #: inc/cpcff_admin_int_list.inc.php:279
634
  msgid "in"
635
  msgstr ""
636
 
637
+ #: inc/cpcff_admin_int_list.inc.php:279
638
  msgid "category"
639
  msgstr ""
640
 
641
+ #: inc/cpcff_admin_int_list.inc.php:286
642
  msgid "ID"
643
  msgstr ""
644
 
645
+ #: inc/cpcff_admin_int_list.inc.php:287
646
  msgid "Form Name"
647
  msgstr ""
648
 
649
+ #: inc/cpcff_admin_int_list.inc.php:288
650
  msgid "Options"
651
  msgstr ""
652
 
653
+ #: inc/cpcff_admin_int_list.inc.php:289
654
  msgid "Category/Shortcode"
655
  msgstr ""
656
 
657
+ #: inc/cpcff_admin_int_list.inc.php:302 inc/cpcff_admin_int_list.inc.php:361
658
  msgid "Update"
659
  msgstr ""
660
 
661
+ #: inc/cpcff_admin_int_list.inc.php:303 inc/cpcff_main.inc.php:222
662
  msgid "Settings"
663
  msgstr ""
664
 
665
+ #: inc/cpcff_admin_int_list.inc.php:304
666
  msgid "Messages"
667
  msgstr ""
668
 
669
+ #: inc/cpcff_admin_int_list.inc.php:305
670
  msgid "Clone"
671
  msgstr ""
672
 
673
+ #: inc/cpcff_admin_int_list.inc.php:306
674
  msgid "Delete"
675
  msgstr ""
676
 
677
+ #: inc/cpcff_admin_int_list.inc.php:308
678
  msgid "Category: "
679
  msgstr ""
680
 
681
+ #: inc/cpcff_admin_int_list.inc.php:319
682
  msgid "New Form"
683
  msgstr ""
684
 
685
+ #: inc/cpcff_admin_int_list.inc.php:322
686
  msgid "Item Name"
687
  msgstr ""
688
 
689
+ #: inc/cpcff_admin_int_list.inc.php:324
690
  msgid "Category"
691
  msgstr ""
692
 
693
+ #: inc/cpcff_admin_int_list.inc.php:331
694
+ msgid "Create Form"
695
+ msgstr ""
696
+
697
+ #: inc/cpcff_admin_int_list.inc.php:338
698
  msgid "Default Settings"
699
  msgstr ""
700
 
701
+ #: inc/cpcff_admin_int_list.inc.php:340
702
  msgid "Applies the default settings to new forms."
703
  msgstr ""
704
 
705
+ #: inc/cpcff_admin_int_list.inc.php:342
706
  msgid "Default Template"
707
  msgstr ""
708
 
709
+ #: inc/cpcff_admin_int_list.inc.php:358
710
  msgid "Apply To Existing Forms"
711
  msgstr ""
712
 
713
+ #: inc/cpcff_admin_int_list.inc.php:358
714
  msgid "It will modify the settings of existing forms"
715
  msgstr ""
716
 
717
+ #: inc/cpcff_admin_int_list.inc.php:367
718
  msgid "For additional resources visit the plugin's"
719
  msgstr ""
720
 
721
+ #: inc/cpcff_admin_int_list.inc.php:371
722
  msgid "Troubleshoot Area & General Settings"
723
  msgstr ""
724
 
725
+ #: inc/cpcff_admin_int_list.inc.php:375
726
  msgid ""
727
  "<strong>Important!</strong>: Use this area <strong>only</strong> if you are "
728
  "experiencing conflicts with third party plugins, with the theme scripts or "
729
  "with the character encoding."
730
  msgstr ""
731
 
732
+ #: inc/cpcff_admin_int_list.inc.php:376
733
  msgid "Script load method"
734
  msgstr ""
735
 
736
+ #: inc/cpcff_admin_int_list.inc.php:378
737
  msgid "Classic (Recommended)"
738
  msgstr ""
739
 
740
+ #: inc/cpcff_admin_int_list.inc.php:379
741
  msgid "Direct"
742
  msgstr ""
743
 
744
+ #: inc/cpcff_admin_int_list.inc.php:381
745
  msgid ""
746
  "* Change the script load method if the form doesn't appear in the public "
747
  "website."
748
  msgstr ""
749
 
750
+ #: inc/cpcff_admin_int_list.inc.php:383
751
  msgid "Character encoding"
752
  msgstr ""
753
 
754
+ #: inc/cpcff_admin_int_list.inc.php:385
755
  msgid "Keep current charset (Recommended)"
756
  msgstr ""
757
 
758
+ #: inc/cpcff_admin_int_list.inc.php:386
759
  msgid "try this first"
760
  msgstr ""
761
 
762
+ #: inc/cpcff_admin_int_list.inc.php:387
763
  msgid "Only from MySQL 5.5"
764
  msgstr ""
765
 
766
+ #: inc/cpcff_admin_int_list.inc.php:390
767
  msgid ""
768
  "* Update the charset if you are getting problems displaying special/non-"
769
  "latin characters. After updated you need to edit the special characters "
770
  "again."
771
  msgstr ""
772
 
773
+ #: inc/cpcff_admin_int_list.inc.php:398
774
  msgid "There is active an optimization plugin in WordPress"
775
  msgstr ""
776
 
777
+ #: inc/cpcff_admin_int_list.inc.php:399
778
  msgid ""
779
  "* Tick the checkbox if there is an optimization plugin active on the "
780
  "website, and the forms are not visible."
781
  msgstr ""
782
 
783
+ #: inc/cpcff_admin_int_list.inc.php:408
784
  msgid "Activate Javascript Cache"
785
  msgstr ""
786
 
787
+ #: inc/cpcff_admin_int_list.inc.php:410
788
  msgid "Allows to access the forms directly"
789
  msgstr ""
790
 
791
+ #: inc/cpcff_admin_int_list.inc.php:412
792
  msgid "Allows to access the forms from amp pages"
793
  msgstr ""
794
 
795
+ #: inc/cpcff_admin_int_list.inc.php:414
796
  msgid "Do not load the forms with crawlers"
797
  msgstr ""
798
 
799
+ #: inc/cpcff_admin_int_list.inc.php:415
800
  msgid "* The forms are not loaded when website is being indexed by searchers."
801
  msgstr ""
802
 
803
+ #: inc/cpcff_admin_int_list.inc.php:417
804
  msgid "UPDATE"
805
  msgstr ""
806
 
807
+ #: inc/cpcff_admin_int_list.inc.php:426
808
  msgid "Calculated Fields Form Marketplace"
809
  msgstr ""
810
 
811
+ #: inc/cpcff_admin_int_list.inc.php:432 inc/cpcff_main.inc.php:223
812
  msgid "Upgrade"
813
  msgstr ""
814
 
870
  "settings."
871
  msgstr ""
872
 
873
+ #: inc/cpcff_main.inc.php:221
874
  msgid "Request custom changes"
875
  msgstr ""
876
 
877
+ #: inc/cpcff_main.inc.php:241
878
+ msgid "Insert Calculated Fields Form"
879
+ msgstr ""
880
+
881
+ #: inc/cpcff_main.inc.php:241
882
  msgid "Create a JavaScript var from POST, GET, SESSION, or COOKIE var"
883
  msgstr ""
884