Version Description
- Modifies numeric fields. When Digits format is selected, the field does not accept other symbols to be typed by the user.
- Includes a new button in the form builder to list the form fields, their labels and whether they are excluded from submission or not.
- Modifies the DataTable DS field to trigger the custom event cff-datatatable-click with the corresponding record index as parameter (Platinum and Developer versions).
- 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).
- 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).
Download this release
Release Info
Developer | codepeople |
Plugin | Calculated Fields Form |
Version | 1.1.89 |
Comparing to | |
See all releases |
Code changes from version 1.1.88 to 1.1.89
- README.txt +10 -10
- changelog.txt +8 -0
- cp_calculatedfieldsf_free.php +2 -2
- inc/cpcff_admin_int.inc.php +5 -4
- inc/cpcff_main.inc.php +1 -0
- js/fbuilder-pro-admin.jquery.js +13 -0
- js/fbuilder-pro-public.jquery.js +1 -1
- js/fields-public/02_fbuilder.fnumber.js +4 -1
- languages/calculated-fields-form-en_US.mo +0 -0
- languages/calculated-fields-form-en_US.po +126 -118
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.
|
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.88 =
|
969 |
|
970 |
* Modifies the method of loading the admin resources to fix a conflict with third-party website builders.
|
@@ -1021,12 +1029,4 @@ A: Please, follow the steps below:
|
|
1021 |
* Implements the UNFORMAT operation.
|
1022 |
* Modifies From and To attributes in the RecordSet DS fields for the Submissions data-source (Developer and Platinum versions).
|
1023 |
* Modifies the User Registration add-on (Developer and Platinum versions).
|
1024 |
-
* Fixes an issue in the MailChimp add-on (Platinum version).
|
1025 |
-
|
1026 |
-
= 1.1.79 =
|
1027 |
-
|
1028 |
-
* Includes a new attribute in the form's settings to categorize the forms.
|
1029 |
-
* Allow listing the forms by categories on the plugin settings page.
|
1030 |
-
* Modifies the DISTANCE operations module (Developer and Platinum versions).
|
1031 |
-
* Fixes a malfunction between the CFF WooCommerce add-on and some WP Rocket settings (Developer and Platinum versions).
|
1032 |
-
* Improves the integration between the CFF Registration User and the CFF Email Verification add-ons (Developer and Platinum 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: 6.0
|
7 |
+
Stable tag: 1.1.89
|
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.89 =
|
969 |
+
|
970 |
+
* Modifies numeric fields. When Digits format is selected, the field does not accept other symbols to be typed by the user.
|
971 |
+
* Includes a new button in the form builder to list the form fields, their labels and whether they are excluded from submission or not.
|
972 |
+
* Modifies the DataTable DS field to trigger the custom event cff-datatatable-click with the corresponding record index as parameter (Platinum and Developer versions).
|
973 |
+
* 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).
|
974 |
+
* 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).
|
975 |
+
|
976 |
= 1.1.88 =
|
977 |
|
978 |
* Modifies the method of loading the admin resources to fix a conflict with third-party website builders.
|
1029 |
* Implements the UNFORMAT operation.
|
1030 |
* Modifies From and To attributes in the RecordSet DS fields for the Submissions data-source (Developer and Platinum versions).
|
1031 |
* Modifies the User Registration add-on (Developer and Platinum versions).
|
1032 |
+
* Fixes an issue in the MailChimp add-on (Platinum version).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
changelog.txt
CHANGED
@@ -1,5 +1,13 @@
|
|
1 |
== Changelog ==
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
= 1.1.88 =
|
4 |
|
5 |
* Modifies the method of loading the admin resources to fix a conflict with third-party website builders.
|
1 |
== Changelog ==
|
2 |
|
3 |
+
= 1.1.89 =
|
4 |
+
|
5 |
+
* Modifies numeric fields. When Digits format is selected, the field does not accept other symbols to be typed by the user.
|
6 |
+
* Includes a new button in the form builder to list the form fields, their labels and whether they are excluded from submission or not.
|
7 |
+
* Modifies the DataTable DS field to trigger the custom event cff-datatatable-click with the corresponding record index as parameter (Platinum and Developer versions).
|
8 |
+
* 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).
|
9 |
+
* 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).
|
10 |
+
|
11 |
= 1.1.88 =
|
12 |
|
13 |
* Modifies the method of loading the admin resources to fix a conflict with third-party website builders.
|
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.89
|
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.89' );
|
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
@@ -100,7 +100,8 @@ $cpcff_texts_array = CPCFF_AUXILIARY::array_replace_recursive(
|
|
100 |
?>
|
101 |
</select>
|
102 |
<input type="button" name="cff_apply_revision" value="<?php print esc_attr('Load Revision', 'calculated-fields-form'); ?>" class="button" style="float:none;" />
|
103 |
-
<input type="button" name="previewbtn" id="previewbtn2" class="button-primary" value="<?php esc_attr_e( 'Preview', 'calculated-fields-form' ); ?>" onclick="
|
|
|
104 |
</div>
|
105 |
</div>
|
106 |
<div class="inside">
|
@@ -220,8 +221,8 @@ $cpcff_texts_array = CPCFF_AUXILIARY::array_replace_recursive(
|
|
220 |
</div>
|
221 |
|
222 |
<p class="submit">
|
223 |
-
<input type="submit" name="save" id="
|
224 |
-
<input type="button" name="previewbtn" id="previewbtn" class="button-primary" value="<?php esc_attr_e( 'Preview', 'calculated-fields-form' ); ?>" onclick="
|
225 |
| <input type="checkbox" name="cff-revisions-in-preview" <?php if(get_option('CP_CALCULATEDFIELDSF_REVISIONS_IN_PREVIEW', true)) print 'CHECKED'; ?> /><?php _e('Generate revisions in the form preview as well', 'calculated-fields-form'); ?>
|
226 |
</p>
|
227 |
<div style="margin-bottom:20px;">
|
@@ -345,7 +346,7 @@ $cpcff_texts_array = CPCFF_AUXILIARY::array_replace_recursive(
|
|
345 |
</div>
|
346 |
|
347 |
<p class="submit">
|
348 |
-
<input type="submit" name="save" id="
|
349 |
</p>
|
350 |
|
351 |
[<a href="https://cff.dwbooster.com/customization" target="_blank"><?php _e( 'Request Custom Modifications', 'calculated-fields-form' ); ?></a>] | [<a href="https://wordpress.org/support/plugin/calculated-fields-form#new-post" target="_blank"><?php _e( 'Help', 'calculated-fields-form' ); ?></a>]
|
100 |
?>
|
101 |
</select>
|
102 |
<input type="button" name="cff_apply_revision" value="<?php print esc_attr('Load Revision', 'calculated-fields-form'); ?>" class="button" style="float:none;" />
|
103 |
+
<input type="button" name="previewbtn" id="previewbtn2" class="button-primary" value="<?php esc_attr_e( 'Preview', 'calculated-fields-form' ); ?>" onclick="fbuilderjQuery.fbuilder.preview( this );" title="<?php esc_attr_e("Saves the form's structure only, and opens a preview windows", 'calculated-fields-form');?>" />
|
104 |
+
<input type="button" name="cff_fields_list" class="button-secondary" value="☰" title="<?php esc_attr_e( 'Fields List', 'calculated-fields-form'); ?>" onclick="fbuilderjQuery.fbuilder.printFields();" />
|
105 |
</div>
|
106 |
</div>
|
107 |
<div class="inside">
|
221 |
</div>
|
222 |
|
223 |
<p class="submit">
|
224 |
+
<input type="submit" name="save" id="save2" class="button-primary" value="<?php esc_attr_e( 'Save Changes', 'calculated-fields-form' ); ?>" title="Saves the form's structure and settings and creates a revision" />
|
225 |
+
<input type="button" name="previewbtn" id="previewbtn" class="button-primary" value="<?php esc_attr_e( 'Preview', 'calculated-fields-form' ); ?>" onclick="fbuilderjQuery.fbuilder.preview( this );" title="Saves the form's structure only, and opens a preview windows" />
|
226 |
| <input type="checkbox" name="cff-revisions-in-preview" <?php if(get_option('CP_CALCULATEDFIELDSF_REVISIONS_IN_PREVIEW', true)) print 'CHECKED'; ?> /><?php _e('Generate revisions in the form preview as well', 'calculated-fields-form'); ?>
|
227 |
</p>
|
228 |
<div style="margin-bottom:20px;">
|
346 |
</div>
|
347 |
|
348 |
<p class="submit">
|
349 |
+
<input type="submit" name="save" id="save1" class="button-primary" value="<?php esc_attr_e( 'Save Changes', 'calculated-fields-form' ); ?>" title="Saves the form's structure and settings and creates a revision" />
|
350 |
</p>
|
351 |
|
352 |
[<a href="https://cff.dwbooster.com/customization" target="_blank"><?php _e( 'Request Custom Modifications', 'calculated-fields-form' ); ?></a>] | [<a href="https://wordpress.org/support/plugin/calculated-fields-form#new-post" target="_blank"><?php _e( 'Help', 'calculated-fields-form' ); ?></a>]
|
inc/cpcff_main.inc.php
CHANGED
@@ -1013,6 +1013,7 @@ if(!class_exists('CPCFF_MAIN'))
|
|
1013 |
{
|
1014 |
$excluded_js[] = 'form_structure_';
|
1015 |
$excluded_js[] = 'doValidate_';
|
|
|
1016 |
$excluded_js[] = 'cp_calculatedfieldsf_fbuilder_config_';
|
1017 |
$excluded_js[] = 'form_structure(.*)';
|
1018 |
$excluded_js[] = 'doValidate(.*)';
|
1013 |
{
|
1014 |
$excluded_js[] = 'form_structure_';
|
1015 |
$excluded_js[] = 'doValidate_';
|
1016 |
+
$excluded_js[] = 'cpcff_default';
|
1017 |
$excluded_js[] = 'cp_calculatedfieldsf_fbuilder_config_';
|
1018 |
$excluded_js[] = 'form_structure(.*)';
|
1019 |
$excluded_js[] = 'doValidate(.*)';
|
js/fbuilder-pro-admin.jquery.js
CHANGED
@@ -27,6 +27,19 @@
|
|
27 |
f.attr( 'target', '_self' ).find( 'input[name="preview"]').remove();
|
28 |
};
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
$.fbuilder[ 'htmlEncode' ] = window[ 'cff_esc_attr' ] = function(value)
|
31 |
{
|
32 |
value = $('<div/>').text(value).html();
|
27 |
f.attr( 'target', '_self' ).find( 'input[name="preview"]').remove();
|
28 |
};
|
29 |
|
30 |
+
$.fbuilder['printFields'] = function(){
|
31 |
+
var h = '<div><b>field name (title) [Exclude from submission]</b></div><hr />', w;
|
32 |
+
$.each(window.cff_form.fBuild.getItems(), function(i, item){
|
33 |
+
h += '<div>'+item.name;
|
34 |
+
if('title' in item) h += ' ('+item.title+')';
|
35 |
+
if('exclude' in item && item.exclude) h += '[EXCLUDED]';
|
36 |
+
h += '</div>';
|
37 |
+
});
|
38 |
+
w = window.open("","cff-fieldlist-popup", "width=500,height=300,scrollbars=1,resizable=1");
|
39 |
+
w.document.title = 'Fields List';
|
40 |
+
w.document.body.innerHTML = h;
|
41 |
+
};
|
42 |
+
|
43 |
$.fbuilder[ 'htmlEncode' ] = window[ 'cff_esc_attr' ] = function(value)
|
44 |
{
|
45 |
value = $('<div/>').text(value).html();
|
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 |
|
1 |
+
$.fbuilder['version'] = '1.1.89';
|
2 |
$.fbuilder['controls'] = $.fbuilder['controls'] || {};
|
3 |
$.fbuilder['forms'] = $.fbuilder['forms'] || {};
|
4 |
|
js/fields-public/02_fbuilder.fnumber.js
CHANGED
@@ -88,7 +88,10 @@
|
|
88 |
show:function()
|
89 |
{
|
90 |
var _type = (this.dformat == 'digits' || (this.dformat != 'percent' && /^$/.test(this.thousandSeparator) && /^\s*(\.\s*)?$/.test(this.decimalSymbol))) ? 'number' : 'text';
|
91 |
-
|
|
|
|
|
|
|
92 |
return '<div class="fields '+cff_esc_attr(this.csslayout)+' '+this.name+' cff-number-field" id="field'+this.form_identifier+'-'+this.index+'"><label for="'+this.name+'">'+this.title+''+((this.required)?"<span class='r'>*</span>":"")+'</label><div class="dfield"><input '+((this.numberpad) ? 'inputmode="decimal"' : '')+' aria-label="'+cff_esc_attr(this.title)+'" id="'+this.name+'" name="'+this.name+'" '+((!/^\s*$/.test(this.min)) ? 'min="'+cff_esc_attr($.fbuilder.parseVal(this._getAttr('min'), this.thousandSeparator, this.decimalSymbol))+'" ' : '')+((!/^\s*$/.test(this.max)) ? ' max="'+cff_esc_attr($.fbuilder.parseVal(this._getAttr('max'), this.thousandSeparator, this.decimalSymbol))+'" ' : '')+' class="field '+this.dformat+((this.dformat == 'percent') ? ' number' : '')+' '+this.size+((this.required)?" required":"")+'" type="'+_type+'" value="'+cff_esc_attr((this.formatDynamically) ? this.getFormattedValue(this.predefined) : this.predefined)+'" '+((this.readonly)?'readonly':'')+' /><span class="uh">'+this.userhelp+'</span></div><div class="clearer"></div></div>';
|
93 |
},
|
94 |
after_show:function()
|
88 |
show:function()
|
89 |
{
|
90 |
var _type = (this.dformat == 'digits' || (this.dformat != 'percent' && /^$/.test(this.thousandSeparator) && /^\s*(\.\s*)?$/.test(this.decimalSymbol))) ? 'number' : 'text';
|
91 |
+
|
92 |
+
if(this.dformat == 'digits') $(document).on('keydown', '#'+this.name, function(evt){if(/^[\-,\+,e,\.,\,]$/i.test(evt.key)){evt.preventDefault(); return false;}});
|
93 |
+
|
94 |
+
this.predefined = this._getAttr('predefined');
|
95 |
return '<div class="fields '+cff_esc_attr(this.csslayout)+' '+this.name+' cff-number-field" id="field'+this.form_identifier+'-'+this.index+'"><label for="'+this.name+'">'+this.title+''+((this.required)?"<span class='r'>*</span>":"")+'</label><div class="dfield"><input '+((this.numberpad) ? 'inputmode="decimal"' : '')+' aria-label="'+cff_esc_attr(this.title)+'" id="'+this.name+'" name="'+this.name+'" '+((!/^\s*$/.test(this.min)) ? 'min="'+cff_esc_attr($.fbuilder.parseVal(this._getAttr('min'), this.thousandSeparator, this.decimalSymbol))+'" ' : '')+((!/^\s*$/.test(this.max)) ? ' max="'+cff_esc_attr($.fbuilder.parseVal(this._getAttr('max'), this.thousandSeparator, this.decimalSymbol))+'" ' : '')+' class="field '+this.dformat+((this.dformat == 'percent') ? ' number' : '')+' '+this.size+((this.required)?" required":"")+'" type="'+_type+'" value="'+cff_esc_attr((this.formatDynamically) ? this.getFormattedValue(this.predefined) : this.predefined)+'" '+((this.readonly)?'readonly':'')+' /><span class="uh">'+this.userhelp+'</span></div><div class="clearer"></div></div>';
|
96 |
},
|
97 |
after_show:function()
|
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-
|
5 |
-
"PO-Revision-Date: 2022-05-
|
6 |
"Last-Translator: CodePeople\n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: en_US\n"
|
@@ -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 |
|
@@ -90,12 +90,20 @@ msgstr ""
|
|
90 |
msgid "Select a revision"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: inc/cpcff_admin_int.inc.php:103 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 +111,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 +119,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:427
|
262 |
msgid "Request Custom Modifications"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: inc/cpcff_admin_int.inc.php:
|
266 |
#: inc/cpcff_admin_int_list.inc.php:427 inc/cpcff_main.inc.php:221
|
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 |
|
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"
|
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 |
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 |
|
98 |
+
#: inc/cpcff_admin_int.inc.php:103
|
99 |
+
msgid "Saves the form's structure only, and opens a preview windows"
|
100 |
+
msgstr ""
|
101 |
+
|
102 |
+
#: inc/cpcff_admin_int.inc.php:104
|
103 |
+
msgid "Fields List"
|
104 |
+
msgstr ""
|
105 |
+
|
106 |
+
#: inc/cpcff_admin_int.inc.php:115
|
107 |
msgid ""
|
108 |
"If the form is not loading in the public website, go to the settings page of "
|
109 |
"the plugin through the menu option: \"Settings/Calculated Fields Form\", "
|
111 |
"press the \"Update\" button."
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: inc/cpcff_admin_int.inc.php:115
|
115 |
msgid ""
|
116 |
"If you need also the form to be sent to the server side for processing (for "
|
117 |
"example to deliver emails) then the <a href=\"https://cff.dwbooster.com/"
|
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 |
|