Version Description
- Modifies the forms categories module to assign the category from form creation and improves the category assignment.
- Modifies the validation of the Upload File fields to prevent showing the error message when the select file dialog is opened.
- Modifies the CAPTCHA module to fix an issue when the website uses a CDN server (Professional, Developer, and Platinum versions).
- Modifies the import forms module to display possible solutions to the errors detected (Professional, Developer, and Platinum versions).
- Modifies the PDF Generator add-on to include the PDF files on the submissions list (Platinum version).
Download this release
Release Info
Developer | codepeople |
Plugin | Calculated Fields Form |
Version | 1.1.82 |
Comparing to | |
See all releases |
Code changes from version 1.1.81 to 1.1.82
- README.txt +10 -9
- changelog.txt +9 -15
- cp_calculatedfieldsf_free.php +2 -2
- inc/cpcff_admin_int.inc.php +6 -1
- inc/cpcff_admin_int_list.inc.php +26 -21
- inc/cpcff_form.inc.php +4 -3
- inc/cpcff_main.inc.php +43 -2
- js/fbuilder-pro-public.jquery.js +11 -3
- languages/calculated-fields-form-en_US.mo +0 -0
- languages/calculated-fields-form-en_US.po +188 -180
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: 5.9
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -965,6 +965,14 @@ A: Please, follow the steps below:
|
|
965 |
|
966 |
== Changelog ==
|
967 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
968 |
= 1.1.81 =
|
969 |
|
970 |
* Modifies the date/time control.
|
@@ -1022,11 +1030,4 @@ A: Please, follow the steps below:
|
|
1022 |
= 1.1.73 =
|
1023 |
|
1024 |
* Fixes a minor issue with the next/previous pages feature in multi-page forms.
|
1025 |
-
* Modifies the appearance of the controls on mobile devices.
|
1026 |
-
|
1027 |
-
= 1.1.72 =
|
1028 |
-
|
1029 |
-
* Modifies the forms builder design.
|
1030 |
-
* Modifies the PREC operation to support an additional parameter to return the number without decimal if it is an integer.
|
1031 |
-
* Modifies the WooCommerce add-on to support signatures in the WooCommerce carts and orders (Developer and Platinum versions).
|
1032 |
-
* Registering the plugin becomes a MUST (Commercial plugin versions).
|
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: 5.9
|
7 |
+
Stable tag: 1.1.82
|
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.82 =
|
969 |
+
|
970 |
+
* Modifies the forms categories module to assign the category from form creation and improves the category assignment.
|
971 |
+
* Modifies the validation of the Upload File fields to prevent showing the error message when the select file dialog is opened.
|
972 |
+
* Modifies the CAPTCHA module to fix an issue when the website uses a CDN server (Professional, Developer, and Platinum versions).
|
973 |
+
* Modifies the import forms module to display possible solutions to the errors detected (Professional, Developer, and Platinum versions).
|
974 |
+
* Modifies the PDF Generator add-on to include the PDF files on the submissions list (Platinum version).
|
975 |
+
|
976 |
= 1.1.81 =
|
977 |
|
978 |
* Modifies the date/time control.
|
1030 |
= 1.1.73 =
|
1031 |
|
1032 |
* Fixes a minor issue with the next/previous pages feature in multi-page forms.
|
1033 |
+
* Modifies the appearance of the controls on mobile devices.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
changelog.txt
CHANGED
@@ -1,5 +1,13 @@
|
|
1 |
== Changelog ==
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
= 1.1.81 =
|
4 |
|
5 |
* Modifies the date/time control.
|
@@ -482,18 +490,4 @@
|
|
482 |
|
483 |
= 1.0.463 =
|
484 |
|
485 |
-
* Fixes a conflict with the latest update of Divi.
|
486 |
-
|
487 |
-
= 1.0.462 =
|
488 |
-
|
489 |
-
* Modifies the Slider control. Allow to configure them as read-only and format the typed values.
|
490 |
-
* Loads the styles files as soon as possible to fix an issue with the loading form animation.
|
491 |
-
|
492 |
-
= 1.0.461 =
|
493 |
-
|
494 |
-
* Modifies the getURLParameter operation.
|
495 |
-
* Improves the integration with the Gutenberg editor.
|
496 |
-
|
497 |
-
= 1.0.460 =
|
498 |
-
|
499 |
-
* Fixes a typo.
|
1 |
== Changelog ==
|
2 |
|
3 |
+
= 1.1.82 =
|
4 |
+
|
5 |
+
* Modifies the forms categories module to assign the category from form creation and improves the category assignment.
|
6 |
+
* Modifies the validation of the Upload File fields to prevent showing the error message when the select file dialog is opened.
|
7 |
+
* Modifies the CAPTCHA module to fix an issue when the website uses a CDN server (Professional, Developer, and Platinum versions).
|
8 |
+
* Modifies the import forms module to display possible solutions to the errors detected (Professional, Developer, and Platinum versions).
|
9 |
+
* Modifies the PDF Generator add-on to include the PDF files on the submissions list (Platinum version).
|
10 |
+
|
11 |
= 1.1.81 =
|
12 |
|
13 |
* Modifies the date/time control.
|
490 |
|
491 |
= 1.0.463 =
|
492 |
|
493 |
+
* Fixes a conflict with the latest update of Divi.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
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.
|
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.82
|
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.82' );
|
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.inc.php
CHANGED
@@ -72,7 +72,12 @@ $cpcff_texts_array = CPCFF_AUXILIARY::array_replace_recursive(
|
|
72 |
<div class="postbox" >
|
73 |
<div class="inside">
|
74 |
<b><?php _e('Form Category', 'calculated-fields-form'); ?></b>
|
75 |
-
<input type="text" name="calculated-fields-form-category" class="width75" value="<?php print esc_attr($form_obj->get_option('category', '')); ?>" />
|
|
|
|
|
|
|
|
|
|
|
76 |
</div>
|
77 |
</div>
|
78 |
<hr />
|
72 |
<div class="postbox" >
|
73 |
<div class="inside">
|
74 |
<b><?php _e('Form Category', 'calculated-fields-form'); ?></b>
|
75 |
+
<input type="text" name="calculated-fields-form-category" class="width75" value="<?php print esc_attr($form_obj->get_option('category', '')); ?>" list="calculated-fields-form-categories" />
|
76 |
+
<datalist id="calculated-fields-form-categories">
|
77 |
+
<?php
|
78 |
+
print $cpcff_main->get_categories('DATALIST');
|
79 |
+
?>
|
80 |
+
</datalist>
|
81 |
</div>
|
82 |
</div>
|
83 |
<hr />
|
inc/cpcff_admin_int_list.inc.php
CHANGED
@@ -56,7 +56,15 @@ if( isset($_REQUEST['cp_default_template']) )
|
|
56 |
if (isset($_GET['a']) && $_GET['a'] == '1')
|
57 |
{
|
58 |
check_admin_referer( 'cff-add-form', '_cpcff_nonce' );
|
59 |
-
$cpcff_main->create_form(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
$message = __( "Item added", 'calculated-fields-form' );
|
61 |
}
|
62 |
else if (!empty($_GET['u']))
|
@@ -127,7 +135,7 @@ else if (!empty($_GET['d']))
|
|
127 |
}
|
128 |
|
129 |
$orderby = get_option('CP_CALCULATEDFIELDSF_FORMS_LIST_ORDERBY', 'id'); // For sortin the forms list
|
130 |
-
if ($message) echo "<div id='setting-error-settings_updated' class='updated settings-error'><p><strong>".$message."</strong></p></div>";
|
131 |
|
132 |
?>
|
133 |
<div class="wrap">
|
@@ -146,17 +154,15 @@ endif;
|
|
146 |
<script type="text/javascript">
|
147 |
function cp_addItem()
|
148 |
{
|
149 |
-
var calname
|
150 |
-
|
|
|
151 |
}
|
152 |
|
153 |
function cp_addItem_keyup( e )
|
154 |
{
|
155 |
e.which = e.which || e.keyCode;
|
156 |
-
if(e.which == 13)
|
157 |
-
var calname = document.getElementById("cp_itemname").value;
|
158 |
-
document.location = 'admin.php?page=cp_calculated_fields_form&a=1&r='+Math.random()+'&name='+encodeURIComponent(calname)+'&_cpcff_nonce=<?php echo wp_create_nonce( 'cff-add-form' ); ?>';
|
159 |
-
}
|
160 |
}
|
161 |
|
162 |
function cp_updateItem(id)
|
@@ -251,16 +257,7 @@ endif;
|
|
251 |
<select name="calculated-fields-form-category" class="width50" onchange="this.form.submit();">
|
252 |
<option value=""><?php print esc_html(__('All forms', 'calculated-fields-form')); ?></option>
|
253 |
<?php
|
254 |
-
|
255 |
-
|
256 |
-
if(!empty($cff_form_categories))
|
257 |
-
{
|
258 |
-
foreach($cff_form_categories as $cff_form_category)
|
259 |
-
{
|
260 |
-
$selected_category = ($cff_form_category->category == $cff_current_form_category) ? 'SELECTED' : '';
|
261 |
-
print '<option value="'.esc_attr($cff_form_category->category).'" '.$selected_category.'>'.esc_html($cff_form_category->category).'</option>';
|
262 |
-
}
|
263 |
-
}
|
264 |
?>
|
265 |
</select>
|
266 |
</form>
|
@@ -284,7 +281,7 @@ endif;
|
|
284 |
<th align="left"><a href="?page=cp_calculated_fields_form&orderby=id" <?php if($orderby == 'id') print 'class="cff-active-column"'; ?>><?php _e( 'ID', 'calculated-fields-form' ); ?></a></th>
|
285 |
<th align="left"><a href="?page=cp_calculated_fields_form&orderby=form_name" <?php if($orderby == 'form_name') print 'class="cff-active-column"'; ?>><?php _e( 'Form Name', 'calculated-fields-form' ); ?></a></th>
|
286 |
<th align="center"><?php _e( 'Options', 'calculated-fields-form' ); ?></th>
|
287 |
-
<th align="left"><?php _e( 'Shortcode', 'calculated-fields-form' ); ?></th>
|
288 |
</tr>
|
289 |
</thead>
|
290 |
<tbody>
|
@@ -303,7 +300,7 @@ endif;
|
|
303 |
<input type="button" name="calclone_<?php echo $item->id; ?>" value="<?php esc_attr_e( 'Clone', 'calculated-fields-form' ); ?>" onclick="cp_cloneItem(<?php echo $item->id; ?>);" class="button-secondary" />
|
304 |
<input type="button" name="caldelete_<?php echo $item->id; ?>" value="<?php esc_attr_e( 'Delete', 'calculated-fields-form' ); ?>" onclick="cp_deleteItem(<?php echo $item->id; ?>);" class="button-secondary" />
|
305 |
</td>
|
306 |
-
<td nowrap>[CP_CALCULATED_FIELDS id="<?php echo $item->id; ?>"]</td>
|
307 |
</tr>
|
308 |
<?php
|
309 |
}
|
@@ -318,7 +315,15 @@ endif;
|
|
318 |
<div class="inside">
|
319 |
<form name="additem">
|
320 |
<?php _e( 'Item Name', 'calculated-fields-form' ); ?>:<br />
|
321 |
-
<input type="text" name="cp_itemname" id="cp_itemname" value="" onkeyup="cp_addItem_keyup( event );" class="width50"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
322 |
<br /><br />
|
323 |
</form>
|
324 |
</div>
|
56 |
if (isset($_GET['a']) && $_GET['a'] == '1')
|
57 |
{
|
58 |
check_admin_referer( 'cff-add-form', '_cpcff_nonce' );
|
59 |
+
$cpcff_main->create_form(
|
60 |
+
isset($_GET["name"]) ? sanitize_text_field(stripcslashes($_GET["name"])) : '',
|
61 |
+
isset($_GET["category"]) ? sanitize_text_field(stripcslashes($_GET["category"])) : ''
|
62 |
+
);
|
63 |
+
// Update the default category
|
64 |
+
$cff_current_form_category = get_option('calculated-fields-form-category', '');
|
65 |
+
if(!empty($cff_current_form_category))
|
66 |
+
update_option('calculated-fields-form-category', sanitize_text_field(stripcslashes($_GET["category"])));
|
67 |
+
|
68 |
$message = __( "Item added", 'calculated-fields-form' );
|
69 |
}
|
70 |
else if (!empty($_GET['u']))
|
135 |
}
|
136 |
|
137 |
$orderby = get_option('CP_CALCULATEDFIELDSF_FORMS_LIST_ORDERBY', 'id'); // For sortin the forms list
|
138 |
+
if ($message) echo "<div id='setting-error-settings_updated' class='".( stripos($message, 'error') !== false ? "error" : "updated")." settings-error'><p><strong>".$message."</strong></p></div>";
|
139 |
|
140 |
?>
|
141 |
<div class="wrap">
|
154 |
<script type="text/javascript">
|
155 |
function cp_addItem()
|
156 |
{
|
157 |
+
var calname = document.getElementById("cp_itemname").value,
|
158 |
+
category = document.getElementById("calculated-fields-form-category").value;
|
159 |
+
document.location = 'admin.php?page=cp_calculated_fields_form&a=1&r='+Math.random()+'&name='+encodeURIComponent(calname)+'&category='+encodeURIComponent(category)+'&_cpcff_nonce=<?php echo wp_create_nonce( 'cff-add-form' ); ?>';
|
160 |
}
|
161 |
|
162 |
function cp_addItem_keyup( e )
|
163 |
{
|
164 |
e.which = e.which || e.keyCode;
|
165 |
+
if(e.which == 13) cp_addItem();
|
|
|
|
|
|
|
166 |
}
|
167 |
|
168 |
function cp_updateItem(id)
|
257 |
<select name="calculated-fields-form-category" class="width50" onchange="this.form.submit();">
|
258 |
<option value=""><?php print esc_html(__('All forms', 'calculated-fields-form')); ?></option>
|
259 |
<?php
|
260 |
+
print $cpcff_main->get_categories('SELECT', $cff_current_form_category);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
261 |
?>
|
262 |
</select>
|
263 |
</form>
|
281 |
<th align="left"><a href="?page=cp_calculated_fields_form&orderby=id" <?php if($orderby == 'id') print 'class="cff-active-column"'; ?>><?php _e( 'ID', 'calculated-fields-form' ); ?></a></th>
|
282 |
<th align="left"><a href="?page=cp_calculated_fields_form&orderby=form_name" <?php if($orderby == 'form_name') print 'class="cff-active-column"'; ?>><?php _e( 'Form Name', 'calculated-fields-form' ); ?></a></th>
|
283 |
<th align="center"><?php _e( 'Options', 'calculated-fields-form' ); ?></th>
|
284 |
+
<th align="left"><?php _e( 'Category/Shortcode', 'calculated-fields-form' ); ?></th>
|
285 |
</tr>
|
286 |
</thead>
|
287 |
<tbody>
|
300 |
<input type="button" name="calclone_<?php echo $item->id; ?>" value="<?php esc_attr_e( 'Clone', 'calculated-fields-form' ); ?>" onclick="cp_cloneItem(<?php echo $item->id; ?>);" class="button-secondary" />
|
301 |
<input type="button" name="caldelete_<?php echo $item->id; ?>" value="<?php esc_attr_e( 'Delete', 'calculated-fields-form' ); ?>" onclick="cp_deleteItem(<?php echo $item->id; ?>);" class="button-secondary" />
|
302 |
</td>
|
303 |
+
<td><?php if(!empty($item->category)) print __('Category: ', 'calculated-fields-form').'<b>'.esc_html($item->category).'</b><br>'; ?><div style="white-space:nowrap;">[CP_CALCULATED_FIELDS id="<?php echo $item->id; ?>"]</div></td>
|
304 |
</tr>
|
305 |
<?php
|
306 |
}
|
315 |
<div class="inside">
|
316 |
<form name="additem">
|
317 |
<?php _e( 'Item Name', 'calculated-fields-form' ); ?>:<br />
|
318 |
+
<input type="text" name="cp_itemname" id="cp_itemname" value="" onkeyup="cp_addItem_keyup( event );" class="width50" style="margin-top:5px;" />
|
319 |
+
<input type="text" name="calculated-fields-form-category" id="calculated-fields-form-category" value="<?php print esc_attr($cff_current_form_category); ?>" class="width30" style="margin-top:5px;" placeholder="<?php esc_attr_e('Category', 'calculated-fields-form'); ?>" list="calculated-fields-form-categories" />
|
320 |
+
<datalist id="calculated-fields-form-categories">
|
321 |
+
<?php
|
322 |
+
print $cpcff_main->get_categories('DATALIST');
|
323 |
+
?>
|
324 |
+
</datalist>
|
325 |
+
|
326 |
+
<input type="button" onclick="cp_addItem();" name="gobtn" value="<?php esc_attr_e( 'Add', 'calculated-fields-form' ); ?>" class="button-secondary" style="margin-top:5px;" />
|
327 |
<br /><br />
|
328 |
</form>
|
329 |
</div>
|
inc/cpcff_form.inc.php
CHANGED
@@ -67,7 +67,7 @@ if(!class_exists('CPCFF_FORM'))
|
|
67 |
*
|
68 |
* @return object.
|
69 |
*/
|
70 |
-
static public function create_default( $form_name )
|
71 |
{
|
72 |
global $wpdb, $cpcff_default_texts_array;
|
73 |
|
@@ -129,10 +129,11 @@ if(!class_exists('CPCFF_FORM'))
|
|
129 |
'cv_border' => CP_CALCULATEDFIELDSF_DEFAULT_cv_border,
|
130 |
'cv_text_enter_valid_captcha' => CP_CALCULATEDFIELDSF_DEFAULT_cv_text_enter_valid_captcha,
|
131 |
|
132 |
-
'enable_submit' => CP_CALCULATEDFIELDSF_DEFAULT_display_submit_button
|
|
|
133 |
),
|
134 |
array(
|
135 |
-
'%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s'
|
136 |
)
|
137 |
)
|
138 |
)
|
67 |
*
|
68 |
* @return object.
|
69 |
*/
|
70 |
+
static public function create_default( $form_name, $category_name = '' )
|
71 |
{
|
72 |
global $wpdb, $cpcff_default_texts_array;
|
73 |
|
129 |
'cv_border' => CP_CALCULATEDFIELDSF_DEFAULT_cv_border,
|
130 |
'cv_text_enter_valid_captcha' => CP_CALCULATEDFIELDSF_DEFAULT_cv_text_enter_valid_captcha,
|
131 |
|
132 |
+
'enable_submit' => CP_CALCULATEDFIELDSF_DEFAULT_display_submit_button,
|
133 |
+
'category' => $category_name
|
134 |
),
|
135 |
array(
|
136 |
+
'%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s'
|
137 |
)
|
138 |
)
|
139 |
)
|
inc/cpcff_main.inc.php
CHANGED
@@ -567,6 +567,47 @@ if(!class_exists('CPCFF_MAIN'))
|
|
567 |
return '';
|
568 |
} // End create_variable_shortcode
|
569 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
570 |
/**
|
571 |
* Returns an instance of the active form
|
572 |
*
|
@@ -592,9 +633,9 @@ if(!class_exists('CPCFF_MAIN'))
|
|
592 |
* @param string $form_name, the name of form.
|
593 |
* @return mixed, an instance of the created form or false.
|
594 |
*/
|
595 |
-
public function create_form($form_name)
|
596 |
{
|
597 |
-
$form = CPCFF_FORM::create_default($form_name);
|
598 |
if($form) $this->_forms[$form->get_id()] = $form;
|
599 |
return $form;
|
600 |
} // End create_form
|
567 |
return '';
|
568 |
} // End create_variable_shortcode
|
569 |
|
570 |
+
/**
|
571 |
+
* Return the list of categories associted with the forms
|
572 |
+
*/
|
573 |
+
public function get_categories($html = '', &$current = NULL)
|
574 |
+
{
|
575 |
+
global $wpdb;
|
576 |
+
$categories = $wpdb->get_results('SELECT DISTINCT category FROM '.$wpdb->prefix.CP_CALCULATEDFIELDSF_FORMS_TABLE.' WHERE category IS NOT NULL AND category <> ""', ARRAY_A);
|
577 |
+
|
578 |
+
if(empty($html)) return $categories;
|
579 |
+
|
580 |
+
$output = '';
|
581 |
+
$flag = false;
|
582 |
+
|
583 |
+
if(!empty($categories))
|
584 |
+
{
|
585 |
+
foreach($categories as $category)
|
586 |
+
{
|
587 |
+
$selected = '';
|
588 |
+
|
589 |
+
if($current === $category['category'])
|
590 |
+
{
|
591 |
+
$selected = 'SELECTED';
|
592 |
+
$flag = true;
|
593 |
+
}
|
594 |
+
|
595 |
+
if($html == 'SELECT')
|
596 |
+
{
|
597 |
+
$output .= '<option value="'.esc_attr($category['category']).'" '.$selected.' >'.esc_html($category['category']).'</option>';
|
598 |
+
}
|
599 |
+
else // DATALIST
|
600 |
+
{
|
601 |
+
$output .= '<option value="'.esc_attr($category['category']).'">';
|
602 |
+
}
|
603 |
+
}
|
604 |
+
}
|
605 |
+
|
606 |
+
if(!$flag) $current = '';
|
607 |
+
|
608 |
+
return $output;
|
609 |
+
} // End get_categories
|
610 |
+
|
611 |
/**
|
612 |
* Returns an instance of the active form
|
613 |
*
|
633 |
* @param string $form_name, the name of form.
|
634 |
* @return mixed, an instance of the created form or false.
|
635 |
*/
|
636 |
+
public function create_form($form_name, $category_name = '')
|
637 |
{
|
638 |
+
$form = CPCFF_FORM::create_default($form_name, $category_name);
|
639 |
if($form) $this->_forms[$form->get_id()] = $form;
|
640 |
return $form;
|
641 |
} // End create_form
|
js/fbuilder-pro-public.jquery.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
$.fbuilder['version'] = '1.1.
|
2 |
$.fbuilder['controls'] = $.fbuilder['controls'] || {};
|
3 |
$.fbuilder['forms'] = $.fbuilder['forms'] || {};
|
4 |
|
@@ -455,7 +455,15 @@
|
|
455 |
jQuery(document).on('click', '.cff-help-icon', function(evt){evt.stopPropagation(); evt.preventDefault();});
|
456 |
|
457 |
// Set Captcha Event
|
458 |
-
$(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
459 |
$( form_tag ).find( '.captcha img' ).click();
|
460 |
|
461 |
$( '#fieldlist'+opt.identifier).find(".pbSubmit").bind("keyup", function(evt){
|
@@ -604,7 +612,7 @@
|
|
604 |
.attr( 'data-animate_form', this.animate_form )
|
605 |
.attr( 'autocomplete', ( ( this.autocomplete ) ? 'on' : 'off' ) )
|
606 |
.find( 'input,select' )
|
607 |
-
.blur( function(){ try{ $(this).valid(); }catch(e){};} );
|
608 |
if(!this.autocomplete) form.find('input[name*="fieldname"]:not([autocomplete])').attr('autocomplete', 'new-password');
|
609 |
}
|
610 |
});
|
1 |
+
$.fbuilder['version'] = '1.1.82';
|
2 |
$.fbuilder['controls'] = $.fbuilder['controls'] || {};
|
3 |
$.fbuilder['forms'] = $.fbuilder['forms'] || {};
|
4 |
|
455 |
jQuery(document).on('click', '.cff-help-icon', function(evt){evt.stopPropagation(); evt.preventDefault();});
|
456 |
|
457 |
// Set Captcha Event
|
458 |
+
$(document).on('click', '#fbuilder .captcha img', function(){
|
459 |
+
var e = $( this ), src = e.attr('src');
|
460 |
+
// Check URL, and replace it if different from website domain
|
461 |
+
if(
|
462 |
+
!(new RegExp('^http(s)?\:\/\/'+$.fbuilder.escapeSymbol(window.location.host), 'i')).
|
463 |
+
test(src)
|
464 |
+
) src = document.location.href.split('?')[0]+'?'+src.split('?')[1];
|
465 |
+
e.attr('src', src.replace(/&\d+$/, '') + '&' + Math.floor(Math.random()*1000));
|
466 |
+
});
|
467 |
$( form_tag ).find( '.captcha img' ).click();
|
468 |
|
469 |
$( '#fieldlist'+opt.identifier).find(".pbSubmit").bind("keyup", function(evt){
|
612 |
.attr( 'data-animate_form', this.animate_form )
|
613 |
.attr( 'autocomplete', ( ( this.autocomplete ) ? 'on' : 'off' ) )
|
614 |
.find( 'input,select' )
|
615 |
+
.blur( function(){ try{ if(!$(this).is(':file')) $(this).valid(); }catch(e){};} );
|
616 |
if(!this.autocomplete) form.find('input[name*="fieldname"]:not([autocomplete])').attr('autocomplete', 'new-password');
|
617 |
}
|
618 |
});
|
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-04-
|
5 |
-
"PO-Revision-Date: 2022-04-
|
6 |
"Last-Translator: CodePeople\n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: en_US\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:
|
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:
|
68 |
msgid "Form Settings"
|
69 |
msgstr ""
|
70 |
|
@@ -72,30 +72,30 @@ msgstr ""
|
|
72 |
msgid "Form Category"
|
73 |
msgstr ""
|
74 |
|
75 |
-
#: inc/cpcff_admin_int.inc.php:
|
76 |
msgid ""
|
77 |
"* Different form styles available on the tab Form Settings >> Form "
|
78 |
"Template"
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: inc/cpcff_admin_int.inc.php:
|
82 |
msgid "Form Builder"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: inc/cpcff_admin_int.inc.php:
|
86 |
msgid "Revisions"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: inc/cpcff_admin_int.inc.php:
|
90 |
msgid "Select a revision"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: inc/cpcff_admin_int.inc.php:
|
94 |
-
#: inc/cpcff_admin_int.inc.php:
|
95 |
msgid "Preview"
|
96 |
msgstr ""
|
97 |
|
98 |
-
#: inc/cpcff_admin_int.inc.php:
|
99 |
msgid ""
|
100 |
"If the form is not loading in the public website, go to the settings page of "
|
101 |
"the plugin through the menu option: \"Settings/Calculated Fields Form\", "
|
@@ -103,7 +103,7 @@ msgid ""
|
|
103 |
"press the \"Update\" button."
|
104 |
msgstr ""
|
105 |
|
106 |
-
#: inc/cpcff_admin_int.inc.php:
|
107 |
msgid ""
|
108 |
"If you need also the form to be sent to the server side for processing (for "
|
109 |
"example to deliver emails) then the <a href=\"https://cff.dwbooster.com/"
|
@@ -111,452 +111,452 @@ msgid ""
|
|
111 |
"required."
|
112 |
msgstr ""
|
113 |
|
114 |
-
#: inc/cpcff_admin_int.inc.php:
|
115 |
msgid ""
|
116 |
"The action will load the revision selected, the data are not stored will be "
|
117 |
"lose. Do you want continue?"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: inc/cpcff_admin_int.inc.php:
|
121 |
msgid ""
|
122 |
"These features aren't available in this version. Do you want to open the "
|
123 |
"plugin's page to check other versions?"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: inc/cpcff_admin_int.inc.php:
|
127 |
msgid "Add a Field"
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: inc/cpcff_admin_int.inc.php:
|
131 |
msgid "Field Settings"
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: inc/cpcff_admin_int.inc.php:
|
135 |
-
#: inc/cpcff_admin_int.inc.php:
|
136 |
msgid "Save Changes"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: inc/cpcff_admin_int.inc.php:
|
140 |
msgid "Generate revisions in the form preview as well"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: inc/cpcff_admin_int.inc.php:
|
144 |
msgid "Texts definition"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: inc/cpcff_admin_int.inc.php:
|
148 |
msgid "Error texts"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: inc/cpcff_admin_int.inc.php:
|
152 |
msgid "General payment settings"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: inc/cpcff_admin_int.inc.php:
|
156 |
msgid "PayPal integration"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: inc/cpcff_admin_int.inc.php:
|
160 |
msgid "Notification email"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: inc/cpcff_admin_int.inc.php:
|
164 |
msgid "Email copy to user"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: inc/cpcff_admin_int.inc.php:
|
168 |
msgid "Captcha settings"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: inc/cpcff_admin_int.inc.php:
|
172 |
msgid "Define Texts"
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: inc/cpcff_admin_int.inc.php:
|
176 |
msgid "Previous button label (text)"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: inc/cpcff_admin_int.inc.php:
|
180 |
msgid "Next button label (text)"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: inc/cpcff_admin_int.inc.php:
|
184 |
msgid ""
|
185 |
"- The styles can be applied into any of the CSS files of your theme or into "
|
186 |
"the CSS file <em>\"calculated-fields-form\\css\\stylepublic.css\"</em>."
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: inc/cpcff_admin_int.inc.php:
|
190 |
msgid ""
|
191 |
"- For general CSS styles modifications to the form and samples <a href="
|
192 |
"\"https://cff.dwbooster.com/faq#q82\" target=\"_blank\">check this FAQ</a>."
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: inc/cpcff_admin_int.inc.php:
|
196 |
-
#: inc/cpcff_admin_int.inc.php:
|
197 |
-
#: inc/cpcff_admin_int.inc.php:
|
198 |
-
#: inc/cpcff_admin_int.inc.php:
|
199 |
msgid "Up to form structure"
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: inc/cpcff_admin_int.inc.php:
|
203 |
msgid "Validation Settings"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: inc/cpcff_admin_int.inc.php:
|
207 |
msgid "\"is required\" text"
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: inc/cpcff_admin_int.inc.php:
|
211 |
msgid "\"is email\" text"
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: inc/cpcff_admin_int.inc.php:
|
215 |
msgid "\"is valid captcha\" text"
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: inc/cpcff_admin_int.inc.php:
|
219 |
msgid "\"is valid date (mm/dd/yyyy)\" text"
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: inc/cpcff_admin_int.inc.php:
|
223 |
msgid "\"is valid date (dd/mm/yyyy)\" text"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: inc/cpcff_admin_int.inc.php:
|
227 |
msgid "\"is number\" text"
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: inc/cpcff_admin_int.inc.php:
|
231 |
msgid "\"only digits\" text"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: inc/cpcff_admin_int.inc.php:
|
235 |
msgid "\"under maximum\" text"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: inc/cpcff_admin_int.inc.php:
|
239 |
msgid "\"over minimum\" text"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: inc/cpcff_admin_int.inc.php:
|
243 |
msgid "Note"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: inc/cpcff_admin_int.inc.php:
|
247 |
msgid "To insert this form in a post/page, use the dedicated icon"
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: inc/cpcff_admin_int.inc.php:
|
251 |
msgid "Insert Calculated Fields Form"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: inc/cpcff_admin_int.inc.php:
|
255 |
msgid ""
|
256 |
"which has been added to your Upload/Insert Menu, just below the title of "
|
257 |
"your Post/Page."
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: inc/cpcff_admin_int.inc.php:
|
261 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
262 |
msgid "Request Custom Modifications"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: inc/cpcff_admin_int.inc.php:
|
266 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
267 |
msgid "Help"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: inc/cpcff_admin_int.inc.php:
|
271 |
msgid ""
|
272 |
"The following features are available in the commercial version of the <a "
|
273 |
"href=\"https://cff.dwbooster.com/download\" target=\"_blank\" style=\"text-"
|
274 |
"decoration:none;\">\"Calculated Fields Form\"</a>"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: inc/cpcff_admin_int.inc.php:
|
278 |
msgid "Pay only ONCE, use it FOREVER"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: inc/cpcff_admin_int.inc.php:
|
282 |
msgid "Form Processing and Payment Settings"
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: inc/cpcff_admin_int.inc.php:
|
286 |
msgid "Payment Settings"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: inc/cpcff_admin_int.inc.php:
|
290 |
msgid "Request cost"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: inc/cpcff_admin_int.inc.php:
|
294 |
msgid "Currency"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: inc/cpcff_admin_int.inc.php:
|
298 |
msgid "Base amount"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: inc/cpcff_admin_int.inc.php:
|
302 |
msgid ""
|
303 |
"Minimum amount to charge. If the final price is lesser than this number, the "
|
304 |
"base amount will be applied."
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: inc/cpcff_admin_int.inc.php:
|
308 |
msgid "Paypal product name"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: inc/cpcff_admin_int.inc.php:
|
312 |
msgid "Discount Codes"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: inc/cpcff_admin_int.inc.php:
|
316 |
msgid "This feature isn't available in this version."
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: inc/cpcff_admin_int.inc.php:
|
320 |
msgid "Add new discount code"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: inc/cpcff_admin_int.inc.php:
|
324 |
msgid "Code"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: inc/cpcff_admin_int.inc.php:
|
328 |
msgid "Discount"
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: inc/cpcff_admin_int.inc.php:
|
332 |
msgid "Percent"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: inc/cpcff_admin_int.inc.php:
|
336 |
msgid "Fixed Value"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: inc/cpcff_admin_int.inc.php:
|
340 |
msgid "Valid until"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: inc/cpcff_admin_int.inc.php:
|
344 |
msgid "Add"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: inc/cpcff_admin_int.inc.php:
|
348 |
msgid "Note: Expiration date based in server time. Server time now is"
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: inc/cpcff_admin_int.inc.php:
|
352 |
msgid "Paypal Payment Configuration"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: inc/cpcff_admin_int.inc.php:
|
356 |
msgid "Enable Paypal Payments?"
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: inc/cpcff_admin_int.inc.php:
|
360 |
-
#: inc/cpcff_admin_int.inc.php:
|
361 |
msgid "No"
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: inc/cpcff_admin_int.inc.php:
|
365 |
msgid ""
|
366 |
"Note: If \"Optional\" is selected, a radiobutton will appear in the form to "
|
367 |
"select if the payment will be made with PayPal or not."
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: inc/cpcff_admin_int.inc.php:
|
371 |
msgid "Label for the \"<strong>Pay with PayPal</strong>\" option"
|
372 |
msgstr ""
|
373 |
|
374 |
-
#: inc/cpcff_admin_int.inc.php:
|
375 |
msgid "Paypal Mode"
|
376 |
msgstr ""
|
377 |
|
378 |
-
#: inc/cpcff_admin_int.inc.php:
|
379 |
msgid "Production - real payments processed"
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: inc/cpcff_admin_int.inc.php:
|
383 |
msgid "SandBox - PayPal testing sandbox area"
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: inc/cpcff_admin_int.inc.php:
|
387 |
msgid "Paypal email"
|
388 |
msgstr ""
|
389 |
|
390 |
-
#: inc/cpcff_admin_int.inc.php:
|
391 |
msgid "A $0 amount to pay means"
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: inc/cpcff_admin_int.inc.php:
|
395 |
msgid "Let the user enter any amount at PayPal (ex: for a donation)"
|
396 |
msgstr ""
|
397 |
|
398 |
-
#: inc/cpcff_admin_int.inc.php:
|
399 |
msgid "Don't require any payment. Form is submitted skiping the PayPal page."
|
400 |
msgstr ""
|
401 |
|
402 |
-
#: inc/cpcff_admin_int.inc.php:
|
403 |
msgid "Paypal language"
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: inc/cpcff_admin_int.inc.php:
|
407 |
msgid "Payment frequency"
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: inc/cpcff_admin_int.inc.php:
|
411 |
msgid "One time payment (default option, user is billed only once)"
|
412 |
msgstr ""
|
413 |
|
414 |
-
#: inc/cpcff_admin_int.inc.php:
|
415 |
msgid "Bill the user every 1 month"
|
416 |
msgstr ""
|
417 |
|
418 |
-
#: inc/cpcff_admin_int.inc.php:
|
419 |
msgid "Bill the user every 3 months"
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: inc/cpcff_admin_int.inc.php:
|
423 |
msgid "Bill the user every 6 months"
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: inc/cpcff_admin_int.inc.php:
|
427 |
msgid "Bill the user every 12 months"
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: inc/cpcff_admin_int.inc.php:
|
431 |
msgid "Paypal prompt buyers for shipping address"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: inc/cpcff_admin_int.inc.php:
|
435 |
msgid "Do not prompt for an address"
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: inc/cpcff_admin_int.inc.php:
|
439 |
msgid "Prompt for an address, but do not require one"
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: inc/cpcff_admin_int.inc.php:
|
443 |
msgid "Prompt for an address and require one"
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: inc/cpcff_admin_int.inc.php:
|
447 |
msgid "Form Processing / Email Settings"
|
448 |
msgstr ""
|
449 |
|
450 |
-
#: inc/cpcff_admin_int.inc.php:
|
451 |
msgid "\"From\" email"
|
452 |
msgstr ""
|
453 |
|
454 |
-
#: inc/cpcff_admin_int.inc.php:
|
455 |
msgid ""
|
456 |
"This email is required if the \"From fixed email address\" option is "
|
457 |
"selected, or it is enabled the email copy to the user."
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: inc/cpcff_admin_int.inc.php:
|
461 |
msgid "Destination emails (comma separated)"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: inc/cpcff_admin_int.inc.php:
|
465 |
msgid "Email subject"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: inc/cpcff_admin_int.inc.php:
|
469 |
msgid "Include additional information?"
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: inc/cpcff_admin_int.inc.php:
|
473 |
-
#: inc/cpcff_admin_int.inc.php:
|
474 |
msgid "Yes"
|
475 |
msgstr ""
|
476 |
|
477 |
-
#: inc/cpcff_admin_int.inc.php:
|
478 |
msgid ""
|
479 |
"If the \"No\" option is selected the plugin won't capture the IP address of "
|
480 |
"users."
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: inc/cpcff_admin_int.inc.php:
|
484 |
msgid "Thank you page (after sending the message)"
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: inc/cpcff_admin_int.inc.php:
|
488 |
msgid "Email format?"
|
489 |
msgstr ""
|
490 |
|
491 |
-
#: inc/cpcff_admin_int.inc.php:
|
492 |
msgid "Plain Text (default)"
|
493 |
msgstr ""
|
494 |
|
495 |
-
#: inc/cpcff_admin_int.inc.php:
|
496 |
msgid "HTML (use html in the textarea below)"
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: inc/cpcff_admin_int.inc.php:
|
500 |
msgid "Message"
|
501 |
msgstr ""
|
502 |
|
503 |
-
#: inc/cpcff_admin_int.inc.php:
|
504 |
msgid "Email Copy to User"
|
505 |
msgstr ""
|
506 |
|
507 |
-
#: inc/cpcff_admin_int.inc.php:
|
508 |
msgid "Send confirmation/thank you message to user?"
|
509 |
msgstr ""
|
510 |
|
511 |
-
#: inc/cpcff_admin_int.inc.php:
|
512 |
msgid "Email field on the form"
|
513 |
msgstr ""
|
514 |
|
515 |
-
#: inc/cpcff_admin_int.inc.php:
|
516 |
msgid "Captcha Verification"
|
517 |
msgstr ""
|
518 |
|
519 |
-
#: inc/cpcff_admin_int.inc.php:
|
520 |
msgid "Use Captcha Verification?"
|
521 |
msgstr ""
|
522 |
|
523 |
-
#: inc/cpcff_admin_int.inc.php:
|
524 |
msgid "Width"
|
525 |
msgstr ""
|
526 |
|
527 |
-
#: inc/cpcff_admin_int.inc.php:
|
528 |
msgid "Height"
|
529 |
msgstr ""
|
530 |
|
531 |
-
#: inc/cpcff_admin_int.inc.php:
|
532 |
msgid "Chars"
|
533 |
msgstr ""
|
534 |
|
535 |
-
#: inc/cpcff_admin_int.inc.php:
|
536 |
msgid "Min font size"
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: inc/cpcff_admin_int.inc.php:
|
540 |
msgid "Max font size"
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: inc/cpcff_admin_int.inc.php:
|
544 |
msgid "security code"
|
545 |
msgstr ""
|
546 |
|
547 |
-
#: inc/cpcff_admin_int.inc.php:
|
548 |
msgid "Noise"
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: inc/cpcff_admin_int.inc.php:
|
552 |
msgid "Noise Length"
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: inc/cpcff_admin_int.inc.php:
|
556 |
msgid "Background"
|
557 |
msgstr ""
|
558 |
|
559 |
-
#: inc/cpcff_admin_int.inc.php:
|
560 |
msgid "Font"
|
561 |
msgstr ""
|
562 |
|
@@ -564,231 +564,239 @@ msgstr ""
|
|
564 |
msgid "Default settings updated"
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
568 |
msgid "Item added"
|
569 |
msgstr ""
|
570 |
|
571 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
572 |
msgid "Item updated"
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
576 |
msgid "Item deleted"
|
577 |
msgstr ""
|
578 |
|
579 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
580 |
msgid "Item duplicated/cloned"
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
584 |
msgid "Duplicate/Clone Error, the form cannot be cloned"
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
588 |
msgid "Troubleshoot settings updated"
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
592 |
msgid "Are you sure you want to delete this item?"
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
596 |
msgid "Are you sure you want to update these settings?"
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
600 |
msgid ""
|
601 |
"Are you sure you want to modify existing forms?\\nWe recommend modifying the "
|
602 |
"forms one by one."
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
606 |
msgid "Forms and Settings"
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
610 |
msgid "Marketplace"
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
614 |
msgid "Form Categories"
|
615 |
msgstr ""
|
616 |
|
617 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
618 |
msgid "All forms"
|
619 |
msgstr ""
|
620 |
|
621 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
622 |
msgid "Form List / Items List"
|
623 |
msgstr ""
|
624 |
|
625 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
626 |
msgid "in"
|
627 |
msgstr ""
|
628 |
|
629 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
630 |
msgid "category"
|
631 |
msgstr ""
|
632 |
|
633 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
634 |
msgid "ID"
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
638 |
msgid "Form Name"
|
639 |
msgstr ""
|
640 |
|
641 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
642 |
msgid "Options"
|
643 |
msgstr ""
|
644 |
|
645 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
646 |
-
msgid "Shortcode"
|
647 |
msgstr ""
|
648 |
|
649 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
650 |
msgid "Update"
|
651 |
msgstr ""
|
652 |
|
653 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
654 |
msgid "Settings"
|
655 |
msgstr ""
|
656 |
|
657 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
658 |
msgid "Messages"
|
659 |
msgstr ""
|
660 |
|
661 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
662 |
msgid "Clone"
|
663 |
msgstr ""
|
664 |
|
665 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
666 |
msgid "Delete"
|
667 |
msgstr ""
|
668 |
|
669 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
|
|
|
|
|
|
|
|
670 |
msgid "New Form"
|
671 |
msgstr ""
|
672 |
|
673 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
674 |
msgid "Item Name"
|
675 |
msgstr ""
|
676 |
|
677 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
|
|
|
|
|
|
|
|
678 |
msgid "Default Settings"
|
679 |
msgstr ""
|
680 |
|
681 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
682 |
msgid "Applies the default settings to new forms."
|
683 |
msgstr ""
|
684 |
|
685 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
686 |
msgid "Default Template"
|
687 |
msgstr ""
|
688 |
|
689 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
690 |
msgid "Apply To Existing Forms"
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
694 |
msgid "It will modify the settings of existing forms"
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
698 |
msgid "For additional resources visit the plugin's"
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
702 |
msgid "Troubleshoot Area & General Settings"
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
706 |
msgid ""
|
707 |
"<strong>Important!</strong>: Use this area <strong>only</strong> if you are "
|
708 |
"experiencing conflicts with third party plugins, with the theme scripts or "
|
709 |
"with the character encoding."
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
713 |
msgid "Script load method"
|
714 |
msgstr ""
|
715 |
|
716 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
717 |
msgid "Classic (Recommended)"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
721 |
msgid "Direct"
|
722 |
msgstr ""
|
723 |
|
724 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
725 |
msgid ""
|
726 |
"* Change the script load method if the form doesn't appear in the public "
|
727 |
"website."
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
731 |
msgid "Character encoding"
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
735 |
msgid "Keep current charset (Recommended)"
|
736 |
msgstr ""
|
737 |
|
738 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
739 |
msgid "try this first"
|
740 |
msgstr ""
|
741 |
|
742 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
743 |
msgid "Only from MySQL 5.5"
|
744 |
msgstr ""
|
745 |
|
746 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
747 |
msgid ""
|
748 |
"* Update the charset if you are getting problems displaying special/non-"
|
749 |
"latin characters. After updated you need to edit the special characters "
|
750 |
"again."
|
751 |
msgstr ""
|
752 |
|
753 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
754 |
msgid "There is active an optimization plugin in WordPress"
|
755 |
msgstr ""
|
756 |
|
757 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
758 |
msgid ""
|
759 |
"* Tick the checkbox if there is an optimization plugin active on the "
|
760 |
"website, and the forms are not visible."
|
761 |
msgstr ""
|
762 |
|
763 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
764 |
msgid "Activate Javascript Cache"
|
765 |
msgstr ""
|
766 |
|
767 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
768 |
msgid "Allows to access the forms directly"
|
769 |
msgstr ""
|
770 |
|
771 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
772 |
msgid "Allows to access the forms from amp pages"
|
773 |
msgstr ""
|
774 |
|
775 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
776 |
msgid "Do not load the forms with crawlers"
|
777 |
msgstr ""
|
778 |
|
779 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
780 |
msgid "* The forms are not loaded when website is being indexed by searchers."
|
781 |
msgstr ""
|
782 |
|
783 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
784 |
msgid "UPDATE"
|
785 |
msgstr ""
|
786 |
|
787 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
788 |
msgid "Calculated Fields Form Marketplace"
|
789 |
msgstr ""
|
790 |
|
791 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
792 |
msgid "Upgrade"
|
793 |
msgstr ""
|
794 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
+
"POT-Creation-Date: 2022-04-26 18:17+0200\n"
|
5 |
+
"PO-Revision-Date: 2022-04-26 18:17+0200\n"
|
6 |
"Last-Translator: CodePeople\n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: en_US\n"
|
41 |
msgid "Settings saved"
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: inc/cpcff_admin_int.inc.php:50 inc/cpcff_admin_int_list.inc.php:150
|
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:204
|
68 |
msgid "Form Settings"
|
69 |
msgstr ""
|
70 |
|
72 |
msgid "Form Category"
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: inc/cpcff_admin_int.inc.php:84
|
76 |
msgid ""
|
77 |
"* Different form styles available on the tab Form Settings >> Form "
|
78 |
"Template"
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: inc/cpcff_admin_int.inc.php:87
|
82 |
msgid "Form Builder"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: inc/cpcff_admin_int.inc.php:89
|
86 |
msgid "Revisions"
|
87 |
msgstr ""
|
88 |
|
89 |
+
#: inc/cpcff_admin_int.inc.php:93
|
90 |
msgid "Select a revision"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: inc/cpcff_admin_int.inc.php:103 inc/cpcff_admin_int.inc.php:224
|
94 |
+
#: inc/cpcff_admin_int.inc.php:617
|
95 |
msgid "Preview"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: inc/cpcff_admin_int.inc.php:114
|
99 |
msgid ""
|
100 |
"If the form is not loading in the public website, go to the settings page of "
|
101 |
"the plugin through the menu option: \"Settings/Calculated Fields Form\", "
|
103 |
"press the \"Update\" button."
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: inc/cpcff_admin_int.inc.php:114
|
107 |
msgid ""
|
108 |
"If you need also the form to be sent to the server side for processing (for "
|
109 |
"example to deliver emails) then the <a href=\"https://cff.dwbooster.com/"
|
111 |
"required."
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: inc/cpcff_admin_int.inc.php:130
|
115 |
msgid ""
|
116 |
"The action will load the revision selected, the data are not stored will be "
|
117 |
"lose. Do you want continue?"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: inc/cpcff_admin_int.inc.php:167
|
121 |
msgid ""
|
122 |
"These features aren't available in this version. Do you want to open the "
|
123 |
"plugin's page to check other versions?"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: inc/cpcff_admin_int.inc.php:202
|
127 |
msgid "Add a Field"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: inc/cpcff_admin_int.inc.php:203
|
131 |
msgid "Field Settings"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: inc/cpcff_admin_int.inc.php:223 inc/cpcff_admin_int.inc.php:348
|
135 |
+
#: inc/cpcff_admin_int.inc.php:661
|
136 |
msgid "Save Changes"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: inc/cpcff_admin_int.inc.php:225
|
140 |
msgid "Generate revisions in the form preview as well"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: inc/cpcff_admin_int.inc.php:228
|
144 |
msgid "Texts definition"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: inc/cpcff_admin_int.inc.php:229
|
148 |
msgid "Error texts"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: inc/cpcff_admin_int.inc.php:230
|
152 |
msgid "General payment settings"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: inc/cpcff_admin_int.inc.php:231
|
156 |
msgid "PayPal integration"
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: inc/cpcff_admin_int.inc.php:232
|
160 |
msgid "Notification email"
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: inc/cpcff_admin_int.inc.php:233
|
164 |
msgid "Email copy to user"
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: inc/cpcff_admin_int.inc.php:234
|
168 |
msgid "Captcha settings"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: inc/cpcff_admin_int.inc.php:237
|
172 |
msgid "Define Texts"
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: inc/cpcff_admin_int.inc.php:241
|
176 |
msgid "Previous button label (text)"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: inc/cpcff_admin_int.inc.php:245
|
180 |
msgid "Next button label (text)"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: inc/cpcff_admin_int.inc.php:250
|
184 |
msgid ""
|
185 |
"- The styles can be applied into any of the CSS files of your theme or into "
|
186 |
"the CSS file <em>\"calculated-fields-form\\css\\stylepublic.css\"</em>."
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: inc/cpcff_admin_int.inc.php:251
|
190 |
msgid ""
|
191 |
"- For general CSS styles modifications to the form and samples <a href="
|
192 |
"\"https://cff.dwbooster.com/faq#q82\" target=\"_blank\">check this FAQ</a>."
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: inc/cpcff_admin_int.inc.php:269 inc/cpcff_admin_int.inc.php:333
|
196 |
+
#: inc/cpcff_admin_int.inc.php:418 inc/cpcff_admin_int.inc.php:492
|
197 |
+
#: inc/cpcff_admin_int.inc.php:541 inc/cpcff_admin_int.inc.php:583
|
198 |
+
#: inc/cpcff_admin_int.inc.php:650
|
199 |
msgid "Up to form structure"
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: inc/cpcff_admin_int.inc.php:274
|
203 |
msgid "Validation Settings"
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: inc/cpcff_admin_int.inc.php:278
|
207 |
msgid "\"is required\" text"
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: inc/cpcff_admin_int.inc.php:282
|
211 |
msgid "\"is email\" text"
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: inc/cpcff_admin_int.inc.php:286
|
215 |
msgid "\"is valid captcha\" text"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: inc/cpcff_admin_int.inc.php:291
|
219 |
msgid "\"is valid date (mm/dd/yyyy)\" text"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: inc/cpcff_admin_int.inc.php:295
|
223 |
msgid "\"is valid date (dd/mm/yyyy)\" text"
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: inc/cpcff_admin_int.inc.php:299
|
227 |
msgid "\"is number\" text"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: inc/cpcff_admin_int.inc.php:303
|
231 |
msgid "\"only digits\" text"
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: inc/cpcff_admin_int.inc.php:307
|
235 |
msgid "\"under maximum\" text"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: inc/cpcff_admin_int.inc.php:311
|
239 |
msgid "\"over minimum\" text"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: inc/cpcff_admin_int.inc.php:338
|
243 |
msgid "Note"
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: inc/cpcff_admin_int.inc.php:340
|
247 |
msgid "To insert this form in a post/page, use the dedicated icon"
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: inc/cpcff_admin_int.inc.php:341 inc/cpcff_main.inc.php:238
|
251 |
msgid "Insert Calculated Fields Form"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: inc/cpcff_admin_int.inc.php:342
|
255 |
msgid ""
|
256 |
"which has been added to your Upload/Insert Menu, just below the title of "
|
257 |
"your Post/Page."
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: inc/cpcff_admin_int.inc.php:351 inc/cpcff_admin_int.inc.php:664
|
261 |
+
#: inc/cpcff_admin_int_list.inc.php:425
|
262 |
msgid "Request Custom Modifications"
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: inc/cpcff_admin_int.inc.php:351 inc/cpcff_admin_int.inc.php:664
|
266 |
+
#: inc/cpcff_admin_int_list.inc.php:425 inc/cpcff_main.inc.php:221
|
267 |
msgid "Help"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: inc/cpcff_admin_int.inc.php:358
|
271 |
msgid ""
|
272 |
"The following features are available in the commercial version of the <a "
|
273 |
"href=\"https://cff.dwbooster.com/download\" target=\"_blank\" style=\"text-"
|
274 |
"decoration:none;\">\"Calculated Fields Form\"</a>"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: inc/cpcff_admin_int.inc.php:359
|
278 |
msgid "Pay only ONCE, use it FOREVER"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: inc/cpcff_admin_int.inc.php:368
|
282 |
msgid "Form Processing and Payment Settings"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: inc/cpcff_admin_int.inc.php:372
|
286 |
msgid "Payment Settings"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: inc/cpcff_admin_int.inc.php:377
|
290 |
msgid "Request cost"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: inc/cpcff_admin_int.inc.php:382
|
294 |
msgid "Currency"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: inc/cpcff_admin_int.inc.php:387
|
298 |
msgid "Base amount"
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: inc/cpcff_admin_int.inc.php:388
|
302 |
msgid ""
|
303 |
"Minimum amount to charge. If the final price is lesser than this number, the "
|
304 |
"base amount will be applied."
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: inc/cpcff_admin_int.inc.php:393
|
308 |
msgid "Paypal product name"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: inc/cpcff_admin_int.inc.php:398
|
312 |
msgid "Discount Codes"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: inc/cpcff_admin_int.inc.php:400
|
316 |
msgid "This feature isn't available in this version."
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: inc/cpcff_admin_int.inc.php:403
|
320 |
msgid "Add new discount code"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: inc/cpcff_admin_int.inc.php:405
|
324 |
msgid "Code"
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: inc/cpcff_admin_int.inc.php:406
|
328 |
msgid "Discount"
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: inc/cpcff_admin_int.inc.php:407
|
332 |
msgid "Percent"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: inc/cpcff_admin_int.inc.php:408
|
336 |
msgid "Fixed Value"
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: inc/cpcff_admin_int.inc.php:411
|
340 |
msgid "Valid until"
|
341 |
msgstr ""
|
342 |
|
343 |
+
#: inc/cpcff_admin_int.inc.php:412 inc/cpcff_admin_int_list.inc.php:324
|
344 |
msgid "Add"
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: inc/cpcff_admin_int.inc.php:414
|
348 |
msgid "Note: Expiration date based in server time. Server time now is"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: inc/cpcff_admin_int.inc.php:423
|
352 |
msgid "Paypal Payment Configuration"
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: inc/cpcff_admin_int.inc.php:428
|
356 |
msgid "Enable Paypal Payments?"
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: inc/cpcff_admin_int.inc.php:430 inc/cpcff_admin_int.inc.php:518
|
360 |
+
#: inc/cpcff_admin_int.inc.php:556 inc/cpcff_admin_int.inc.php:597
|
361 |
msgid "No"
|
362 |
msgstr ""
|
363 |
|
364 |
+
#: inc/cpcff_admin_int.inc.php:432
|
365 |
msgid ""
|
366 |
"Note: If \"Optional\" is selected, a radiobutton will appear in the form to "
|
367 |
"select if the payment will be made with PayPal or not."
|
368 |
msgstr ""
|
369 |
|
370 |
+
#: inc/cpcff_admin_int.inc.php:434
|
371 |
msgid "Label for the \"<strong>Pay with PayPal</strong>\" option"
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: inc/cpcff_admin_int.inc.php:440
|
375 |
msgid "Paypal Mode"
|
376 |
msgstr ""
|
377 |
|
378 |
+
#: inc/cpcff_admin_int.inc.php:442
|
379 |
msgid "Production - real payments processed"
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: inc/cpcff_admin_int.inc.php:443
|
383 |
msgid "SandBox - PayPal testing sandbox area"
|
384 |
msgstr ""
|
385 |
|
386 |
+
#: inc/cpcff_admin_int.inc.php:449
|
387 |
msgid "Paypal email"
|
388 |
msgstr ""
|
389 |
|
390 |
+
#: inc/cpcff_admin_int.inc.php:454
|
391 |
msgid "A $0 amount to pay means"
|
392 |
msgstr ""
|
393 |
|
394 |
+
#: inc/cpcff_admin_int.inc.php:456
|
395 |
msgid "Let the user enter any amount at PayPal (ex: for a donation)"
|
396 |
msgstr ""
|
397 |
|
398 |
+
#: inc/cpcff_admin_int.inc.php:457
|
399 |
msgid "Don't require any payment. Form is submitted skiping the PayPal page."
|
400 |
msgstr ""
|
401 |
|
402 |
+
#: inc/cpcff_admin_int.inc.php:463
|
403 |
msgid "Paypal language"
|
404 |
msgstr ""
|
405 |
|
406 |
+
#: inc/cpcff_admin_int.inc.php:468
|
407 |
msgid "Payment frequency"
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: inc/cpcff_admin_int.inc.php:472
|
411 |
msgid "One time payment (default option, user is billed only once)"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: inc/cpcff_admin_int.inc.php:473
|
415 |
msgid "Bill the user every 1 month"
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: inc/cpcff_admin_int.inc.php:474
|
419 |
msgid "Bill the user every 3 months"
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: inc/cpcff_admin_int.inc.php:475
|
423 |
msgid "Bill the user every 6 months"
|
424 |
msgstr ""
|
425 |
|
426 |
+
#: inc/cpcff_admin_int.inc.php:476
|
427 |
msgid "Bill the user every 12 months"
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: inc/cpcff_admin_int.inc.php:481
|
431 |
msgid "Paypal prompt buyers for shipping address"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: inc/cpcff_admin_int.inc.php:485
|
435 |
msgid "Do not prompt for an address"
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: inc/cpcff_admin_int.inc.php:486
|
439 |
msgid "Prompt for an address, but do not require one"
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: inc/cpcff_admin_int.inc.php:487
|
443 |
msgid "Prompt for an address and require one"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: inc/cpcff_admin_int.inc.php:497
|
447 |
msgid "Form Processing / Email Settings"
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: inc/cpcff_admin_int.inc.php:501
|
451 |
msgid "\"From\" email"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: inc/cpcff_admin_int.inc.php:502
|
455 |
msgid ""
|
456 |
"This email is required if the \"From fixed email address\" option is "
|
457 |
"selected, or it is enabled the email copy to the user."
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: inc/cpcff_admin_int.inc.php:505
|
461 |
msgid "Destination emails (comma separated)"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: inc/cpcff_admin_int.inc.php:509 inc/cpcff_admin_int.inc.php:565
|
465 |
msgid "Email subject"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: inc/cpcff_admin_int.inc.php:513
|
469 |
msgid "Include additional information?"
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: inc/cpcff_admin_int.inc.php:517 inc/cpcff_admin_int.inc.php:555
|
473 |
+
#: inc/cpcff_admin_int.inc.php:596
|
474 |
msgid "Yes"
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: inc/cpcff_admin_int.inc.php:519
|
478 |
msgid ""
|
479 |
"If the \"No\" option is selected the plugin won't capture the IP address of "
|
480 |
"users."
|
481 |
msgstr ""
|
482 |
|
483 |
+
#: inc/cpcff_admin_int.inc.php:523
|
484 |
msgid "Thank you page (after sending the message)"
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: inc/cpcff_admin_int.inc.php:527 inc/cpcff_admin_int.inc.php:569
|
488 |
msgid "Email format?"
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: inc/cpcff_admin_int.inc.php:531 inc/cpcff_admin_int.inc.php:573
|
492 |
msgid "Plain Text (default)"
|
493 |
msgstr ""
|
494 |
|
495 |
+
#: inc/cpcff_admin_int.inc.php:532 inc/cpcff_admin_int.inc.php:574
|
496 |
msgid "HTML (use html in the textarea below)"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: inc/cpcff_admin_int.inc.php:537 inc/cpcff_admin_int.inc.php:579
|
500 |
msgid "Message"
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: inc/cpcff_admin_int.inc.php:547
|
504 |
msgid "Email Copy to User"
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: inc/cpcff_admin_int.inc.php:551
|
508 |
msgid "Send confirmation/thank you message to user?"
|
509 |
msgstr ""
|
510 |
|
511 |
+
#: inc/cpcff_admin_int.inc.php:561
|
512 |
msgid "Email field on the form"
|
513 |
msgstr ""
|
514 |
|
515 |
+
#: inc/cpcff_admin_int.inc.php:588
|
516 |
msgid "Captcha Verification"
|
517 |
msgstr ""
|
518 |
|
519 |
+
#: inc/cpcff_admin_int.inc.php:592
|
520 |
msgid "Use Captcha Verification?"
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: inc/cpcff_admin_int.inc.php:603
|
524 |
msgid "Width"
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: inc/cpcff_admin_int.inc.php:605
|
528 |
msgid "Height"
|
529 |
msgstr ""
|
530 |
|
531 |
+
#: inc/cpcff_admin_int.inc.php:607
|
532 |
msgid "Chars"
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: inc/cpcff_admin_int.inc.php:612
|
536 |
msgid "Min font size"
|
537 |
msgstr ""
|
538 |
|
539 |
+
#: inc/cpcff_admin_int.inc.php:614
|
540 |
msgid "Max font size"
|
541 |
msgstr ""
|
542 |
|
543 |
+
#: inc/cpcff_admin_int.inc.php:619
|
544 |
msgid "security code"
|
545 |
msgstr ""
|
546 |
|
547 |
+
#: inc/cpcff_admin_int.inc.php:625
|
548 |
msgid "Noise"
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: inc/cpcff_admin_int.inc.php:627
|
552 |
msgid "Noise Length"
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: inc/cpcff_admin_int.inc.php:632
|
556 |
msgid "Background"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: inc/cpcff_admin_int.inc.php:639
|
560 |
msgid "Font"
|
561 |
msgstr ""
|
562 |
|
564 |
msgid "Default settings updated"
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: inc/cpcff_admin_int_list.inc.php:66
|
568 |
msgid "Item added"
|
569 |
msgstr ""
|
570 |
|
571 |
+
#: inc/cpcff_admin_int_list.inc.php:72
|
572 |
msgid "Item updated"
|
573 |
msgstr ""
|
574 |
|
575 |
+
#: inc/cpcff_admin_int_list.inc.php:78
|
576 |
msgid "Item deleted"
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: inc/cpcff_admin_int_list.inc.php:82
|
580 |
msgid "Item duplicated/cloned"
|
581 |
msgstr ""
|
582 |
|
583 |
+
#: inc/cpcff_admin_int_list.inc.php:83
|
584 |
msgid "Duplicate/Clone Error, the form cannot be cloned"
|
585 |
msgstr ""
|
586 |
|
587 |
+
#: inc/cpcff_admin_int_list.inc.php:132
|
588 |
msgid "Troubleshoot settings updated"
|
589 |
msgstr ""
|
590 |
|
591 |
+
#: inc/cpcff_admin_int_list.inc.php:194
|
592 |
msgid "Are you sure you want to delete this item?"
|
593 |
msgstr ""
|
594 |
|
595 |
+
#: inc/cpcff_admin_int_list.inc.php:202
|
596 |
msgid "Are you sure you want to update these settings?"
|
597 |
msgstr ""
|
598 |
|
599 |
+
#: inc/cpcff_admin_int_list.inc.php:226
|
600 |
msgid ""
|
601 |
"Are you sure you want to modify existing forms?\\nWe recommend modifying the "
|
602 |
"forms one by one."
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: inc/cpcff_admin_int_list.inc.php:235
|
606 |
msgid "Forms and Settings"
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: inc/cpcff_admin_int_list.inc.php:236 inc/cpcff_admin_int_list.inc.php:360
|
610 |
msgid "Marketplace"
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: inc/cpcff_admin_int_list.inc.php:254
|
614 |
msgid "Form Categories"
|
615 |
msgstr ""
|
616 |
|
617 |
+
#: inc/cpcff_admin_int_list.inc.php:256
|
618 |
msgid "All forms"
|
619 |
msgstr ""
|
620 |
|
621 |
+
#: inc/cpcff_admin_int_list.inc.php:268
|
622 |
msgid "Form List / Items List"
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: inc/cpcff_admin_int_list.inc.php:272
|
626 |
msgid "in"
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: inc/cpcff_admin_int_list.inc.php:272
|
630 |
msgid "category"
|
631 |
msgstr ""
|
632 |
|
633 |
+
#: inc/cpcff_admin_int_list.inc.php:279
|
634 |
msgid "ID"
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: inc/cpcff_admin_int_list.inc.php:280
|
638 |
msgid "Form Name"
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: inc/cpcff_admin_int_list.inc.php:281
|
642 |
msgid "Options"
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: inc/cpcff_admin_int_list.inc.php:282
|
646 |
+
msgid "Category/Shortcode"
|
647 |
msgstr ""
|
648 |
|
649 |
+
#: inc/cpcff_admin_int_list.inc.php:295 inc/cpcff_admin_int_list.inc.php:354
|
650 |
msgid "Update"
|
651 |
msgstr ""
|
652 |
|
653 |
+
#: inc/cpcff_admin_int_list.inc.php:296 inc/cpcff_main.inc.php:219
|
654 |
msgid "Settings"
|
655 |
msgstr ""
|
656 |
|
657 |
+
#: inc/cpcff_admin_int_list.inc.php:297
|
658 |
msgid "Messages"
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: inc/cpcff_admin_int_list.inc.php:298
|
662 |
msgid "Clone"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: inc/cpcff_admin_int_list.inc.php:299
|
666 |
msgid "Delete"
|
667 |
msgstr ""
|
668 |
|
669 |
+
#: inc/cpcff_admin_int_list.inc.php:301
|
670 |
+
msgid "Category: "
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: inc/cpcff_admin_int_list.inc.php:312
|
674 |
msgid "New Form"
|
675 |
msgstr ""
|
676 |
|
677 |
+
#: inc/cpcff_admin_int_list.inc.php:315
|
678 |
msgid "Item Name"
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: inc/cpcff_admin_int_list.inc.php:317
|
682 |
+
msgid "Category"
|
683 |
+
msgstr ""
|
684 |
+
|
685 |
+
#: inc/cpcff_admin_int_list.inc.php:331
|
686 |
msgid "Default Settings"
|
687 |
msgstr ""
|
688 |
|
689 |
+
#: inc/cpcff_admin_int_list.inc.php:333
|
690 |
msgid "Applies the default settings to new forms."
|
691 |
msgstr ""
|
692 |
|
693 |
+
#: inc/cpcff_admin_int_list.inc.php:335
|
694 |
msgid "Default Template"
|
695 |
msgstr ""
|
696 |
|
697 |
+
#: inc/cpcff_admin_int_list.inc.php:351
|
698 |
msgid "Apply To Existing Forms"
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: inc/cpcff_admin_int_list.inc.php:351
|
702 |
msgid "It will modify the settings of existing forms"
|
703 |
msgstr ""
|
704 |
|
705 |
+
#: inc/cpcff_admin_int_list.inc.php:360
|
706 |
msgid "For additional resources visit the plugin's"
|
707 |
msgstr ""
|
708 |
|
709 |
+
#: inc/cpcff_admin_int_list.inc.php:364
|
710 |
msgid "Troubleshoot Area & General Settings"
|
711 |
msgstr ""
|
712 |
|
713 |
+
#: inc/cpcff_admin_int_list.inc.php:368
|
714 |
msgid ""
|
715 |
"<strong>Important!</strong>: Use this area <strong>only</strong> if you are "
|
716 |
"experiencing conflicts with third party plugins, with the theme scripts or "
|
717 |
"with the character encoding."
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: inc/cpcff_admin_int_list.inc.php:369
|
721 |
msgid "Script load method"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: inc/cpcff_admin_int_list.inc.php:371
|
725 |
msgid "Classic (Recommended)"
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: inc/cpcff_admin_int_list.inc.php:372
|
729 |
msgid "Direct"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: inc/cpcff_admin_int_list.inc.php:374
|
733 |
msgid ""
|
734 |
"* Change the script load method if the form doesn't appear in the public "
|
735 |
"website."
|
736 |
msgstr ""
|
737 |
|
738 |
+
#: inc/cpcff_admin_int_list.inc.php:376
|
739 |
msgid "Character encoding"
|
740 |
msgstr ""
|
741 |
|
742 |
+
#: inc/cpcff_admin_int_list.inc.php:378
|
743 |
msgid "Keep current charset (Recommended)"
|
744 |
msgstr ""
|
745 |
|
746 |
+
#: inc/cpcff_admin_int_list.inc.php:379
|
747 |
msgid "try this first"
|
748 |
msgstr ""
|
749 |
|
750 |
+
#: inc/cpcff_admin_int_list.inc.php:380
|
751 |
msgid "Only from MySQL 5.5"
|
752 |
msgstr ""
|
753 |
|
754 |
+
#: inc/cpcff_admin_int_list.inc.php:383
|
755 |
msgid ""
|
756 |
"* Update the charset if you are getting problems displaying special/non-"
|
757 |
"latin characters. After updated you need to edit the special characters "
|
758 |
"again."
|
759 |
msgstr ""
|
760 |
|
761 |
+
#: inc/cpcff_admin_int_list.inc.php:391
|
762 |
msgid "There is active an optimization plugin in WordPress"
|
763 |
msgstr ""
|
764 |
|
765 |
+
#: inc/cpcff_admin_int_list.inc.php:392
|
766 |
msgid ""
|
767 |
"* Tick the checkbox if there is an optimization plugin active on the "
|
768 |
"website, and the forms are not visible."
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: inc/cpcff_admin_int_list.inc.php:401
|
772 |
msgid "Activate Javascript Cache"
|
773 |
msgstr ""
|
774 |
|
775 |
+
#: inc/cpcff_admin_int_list.inc.php:403
|
776 |
msgid "Allows to access the forms directly"
|
777 |
msgstr ""
|
778 |
|
779 |
+
#: inc/cpcff_admin_int_list.inc.php:405
|
780 |
msgid "Allows to access the forms from amp pages"
|
781 |
msgstr ""
|
782 |
|
783 |
+
#: inc/cpcff_admin_int_list.inc.php:407
|
784 |
msgid "Do not load the forms with crawlers"
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: inc/cpcff_admin_int_list.inc.php:408
|
788 |
msgid "* The forms are not loaded when website is being indexed by searchers."
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: inc/cpcff_admin_int_list.inc.php:410
|
792 |
msgid "UPDATE"
|
793 |
msgstr ""
|
794 |
|
795 |
+
#: inc/cpcff_admin_int_list.inc.php:419
|
796 |
msgid "Calculated Fields Form Marketplace"
|
797 |
msgstr ""
|
798 |
|
799 |
+
#: inc/cpcff_admin_int_list.inc.php:425 inc/cpcff_main.inc.php:220
|
800 |
msgid "Upgrade"
|
801 |
msgstr ""
|
802 |
|