Version Description
- Includes a new attribute in the form's settings to categorize the forms.
- Allow listing the forms by categories on the plugin settings page.
- Modifies the DISTANCE operations module (Developer and Platinum versions).
- Fixes a malfunction between the CFF WooCommerce add-on and some WP Rocket settings (Developer and Platinum versions).
- Improves the integration between the CFF Registration User and the CFF Email Verification add-ons (Developer and Platinum versions).
Download this release
Release Info
Developer | codepeople |
Plugin | Calculated Fields Form |
Version | 1.1.79 |
Comparing to | |
See all releases |
Code changes from version 1.1.78 to 1.1.79
- README.txt +10 -9
- changelog.txt +9 -7
- cp_calculatedfieldsf_free.php +2 -2
- inc/cpcff_admin_int.inc.php +7 -0
- inc/cpcff_admin_int_list.inc.php +48 -3
- inc/cpcff_form.inc.php +3 -2
- inc/cpcff_install_uninstall.inc.php +1 -0
- js/fbuilder-pro-public.jquery.js +1 -1
- languages/calculated-fields-form-en_US.mo +0 -0
- languages/calculated-fields-form-en_US.po +184 -164
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.78 =
|
969 |
|
970 |
* Modifies the Handling Files operations module.
|
@@ -1015,11 +1023,4 @@ A: Please, follow the steps below:
|
|
1015 |
|
1016 |
= 1.1.70 =
|
1017 |
|
1018 |
-
* Modifies the loading process to prevent the iframe tags affect the form generation.
|
1019 |
-
|
1020 |
-
= 1.1.69 =
|
1021 |
-
|
1022 |
-
* Includes a 'Files Operations' module to manage files. The operations module includes three operations: PDFPAGESNUMBER to obtain the pages number in a PDF file selected by the user with the Upload File control. IMGDIMENSION to get an object with the natural width and height of the image selected by the user. VIEWFILE displays the images and PDF files selected by the user into a tag decided by the form developer.
|
1023 |
-
* Moves the 'when to send notification emails' attribute to the payment settings section because this attribute affects every payment gateway activated in the form (Commercial versions of the plugin).
|
1024 |
-
* Includes a minor modification in the styles of the Users Permissions add-on to avoid word breaks in the users' submissions lists (Developer and Platinum versions of the plugin).
|
1025 |
-
* Triggers the 'cff-data-filled' custom event when the plugin fills the DS fields (Developer and Platinum versions of the plugin)
|
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.79
|
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.79 =
|
969 |
+
|
970 |
+
* Includes a new attribute in the form's settings to categorize the forms.
|
971 |
+
* Allow listing the forms by categories on the plugin settings page.
|
972 |
+
* Modifies the DISTANCE operations module (Developer and Platinum versions).
|
973 |
+
* Fixes a malfunction between the CFF WooCommerce add-on and some WP Rocket settings (Developer and Platinum versions).
|
974 |
+
* Improves the integration between the CFF Registration User and the CFF Email Verification add-ons (Developer and Platinum versions).
|
975 |
+
|
976 |
= 1.1.78 =
|
977 |
|
978 |
* Modifies the Handling Files operations module.
|
1023 |
|
1024 |
= 1.1.70 =
|
1025 |
|
1026 |
+
* Modifies the loading process to prevent the iframe tags affect the form generation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
changelog.txt
CHANGED
@@ -1,5 +1,13 @@
|
|
1 |
== Changelog ==
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
= 1.1.78 =
|
4 |
|
5 |
* Modifies the Handling Files operations module.
|
@@ -503,10 +511,4 @@
|
|
503 |
|
504 |
= 1.0.454 =
|
505 |
|
506 |
-
* Modifies the IGNOREFIELD and ACTIVATEFIELD operations for accepting the form as the second parameter.
|
507 |
-
|
508 |
-
= 1.0.453 =
|
509 |
-
|
510 |
-
* Fixes an issue with the default values in the Phone fields.
|
511 |
-
* Implements the IRR operation in the Financial Operations module (Developer and Platinum versions).
|
512 |
-
* Includes a new attribute in the CFF - WooCommerce add-on. It allows you to define the product's title in the cart through the form (Developer and Platinum versions).
|
1 |
== Changelog ==
|
2 |
|
3 |
+
= 1.1.79 =
|
4 |
+
|
5 |
+
* Includes a new attribute in the form's settings to categorize the forms.
|
6 |
+
* Allow listing the forms by categories on the plugin settings page.
|
7 |
+
* Modifies the DISTANCE operations module (Developer and Platinum versions).
|
8 |
+
* Fixes a malfunction between the CFF WooCommerce add-on and some WP Rocket settings (Developer and Platinum versions).
|
9 |
+
* Improves the integration between the CFF Registration User and the CFF Email Verification add-ons (Developer and Platinum versions).
|
10 |
+
|
11 |
= 1.1.78 =
|
12 |
|
13 |
* Modifies the Handling Files operations module.
|
511 |
|
512 |
= 1.0.454 =
|
513 |
|
514 |
+
* Modifies the IGNOREFIELD and ACTIVATEFIELD operations for accepting the form as the second parameter.
|
|
|
|
|
|
|
|
|
|
|
|
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.79
|
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.79' );
|
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
@@ -68,6 +68,13 @@ $cpcff_texts_array = CPCFF_AUXILIARY::array_replace_recursive(
|
|
68 |
<div id="normal-sortables" class="meta-box-sortables">
|
69 |
|
70 |
<h2><?php _e( 'Form Settings', 'calculated-fields-form' ); ?>:</h2>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
<hr />
|
72 |
<div><?php _e( '* Different form styles available on the tab Form Settings >> Form Template', 'calculated-fields-form' ); ?></div>
|
73 |
<div id="metabox_form_structure" class="postbox" >
|
68 |
<div id="normal-sortables" class="meta-box-sortables">
|
69 |
|
70 |
<h2><?php _e( 'Form Settings', 'calculated-fields-form' ); ?>:</h2>
|
71 |
+
<!-- Form category -->
|
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 />
|
79 |
<div><?php _e( '* Different form styles available on the tab Form Settings >> Form Template', 'calculated-fields-form' ); ?></div>
|
80 |
<div id="metabox_form_structure" class="postbox" >
|
inc/cpcff_admin_int_list.inc.php
CHANGED
@@ -233,18 +233,63 @@ endif;
|
|
233 |
</h2>
|
234 |
<div style="margin-top:20px;display:<?php print (empty($_GET['cff-tab']) || $_GET['cff-tab'] == 'forms' ) ? 'block' : 'none'; ?>;"><!-- Forms & Settings Section -->
|
235 |
<div id="normal-sortables" class="meta-box-sortables">
|
|
|
|
|
236 |
<div id="metabox_basic_settings" class="postbox" >
|
237 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
238 |
<div class="inside" style="overflow-x:auto;">
|
239 |
<table cellspacing="10" class="cff-custom-table cff-forms-list">
|
240 |
<thead>
|
241 |
<tr>
|
242 |
-
<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
|
|
|
|
|
|
|
243 |
</tr>
|
244 |
</thead>
|
245 |
<tbody>
|
246 |
<?php
|
247 |
-
$myrows = $wpdb->get_results( "SELECT * FROM ".$wpdb->prefix.CP_CALCULATEDFIELDSF_FORMS_TABLE." ORDER BY ".$orderby." ASC" );
|
248 |
foreach ($myrows as $item)
|
249 |
{
|
250 |
?>
|
233 |
</h2>
|
234 |
<div style="margin-top:20px;display:<?php print (empty($_GET['cff-tab']) || $_GET['cff-tab'] == 'forms' ) ? 'block' : 'none'; ?>;"><!-- Forms & Settings Section -->
|
235 |
<div id="normal-sortables" class="meta-box-sortables">
|
236 |
+
|
237 |
+
<!-- Form Categories -->
|
238 |
<div id="metabox_basic_settings" class="postbox" >
|
239 |
+
<div class="inside" style="overflow-x:auto;">
|
240 |
+
<form action="admin.php?page=cp_calculated_fields_form" method="post">
|
241 |
+
<?php
|
242 |
+
if(isset($_POST['calculated-fields-form-category']))
|
243 |
+
{
|
244 |
+
check_admin_referer( 'cff-change-category', '_cpcff_nonce' );
|
245 |
+
update_option('calculated-fields-form-category', stripcslashes(sanitize_text_field($_POST['calculated-fields-form-category'])));
|
246 |
+
}
|
247 |
+
$cff_current_form_category = get_option('calculated-fields-form-category', '');
|
248 |
+
?>
|
249 |
+
<input type="hidden" name="_cpcff_nonce" value="<?php echo wp_create_nonce( 'cff-change-category' ); ?>" />
|
250 |
+
<b><?php _e('Form Categories', 'calculated-fields-form'); ?></b>
|
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 |
+
$cff_form_categories = $wpdb->get_results( "SELECT DISTINCT category FROM ".$wpdb->prefix.CP_CALCULATEDFIELDSF_FORMS_TABLE." WHERE category IS NOT NULL ORDER BY LOWER(category) ASC" );
|
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>
|
267 |
+
</div>
|
268 |
+
</div>
|
269 |
+
|
270 |
+
<!-- Forms List -->
|
271 |
+
<div id="metabox_basic_settings" class="postbox" >
|
272 |
+
<h3 class='hndle' style="padding:5px;"><span><?php
|
273 |
+
_e( 'Form List / Items List', 'calculated-fields-form' );
|
274 |
+
|
275 |
+
if($cff_current_form_category != '')
|
276 |
+
{
|
277 |
+
print ' '.__('in', 'calculated-fields-form').' <u>'.$cff_current_form_category.'</u> '.__('category', 'calculated-fields-form');
|
278 |
+
}
|
279 |
+
?></span></h3>
|
280 |
<div class="inside" style="overflow-x:auto;">
|
281 |
<table cellspacing="10" class="cff-custom-table cff-forms-list">
|
282 |
<thead>
|
283 |
<tr>
|
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>
|
291 |
<?php
|
292 |
+
$myrows = $wpdb->get_results( "SELECT * FROM ".$wpdb->prefix.CP_CALCULATEDFIELDSF_FORMS_TABLE.($cff_current_form_category != '' ? $wpdb->prepare(' WHERE category=%s ', $cff_current_form_category) : '')." ORDER BY ".$orderby." ASC" );
|
293 |
foreach ($myrows as $item)
|
294 |
{
|
295 |
?>
|
inc/cpcff_form.inc.php
CHANGED
@@ -348,14 +348,15 @@ if(!class_exists('CPCFF_FORM'))
|
|
348 |
'cv_noise_length' => (isset($params['cv_noise_length'])) ? $params['cv_noise_length'] : CP_CALCULATEDFIELDSF_DEFAULT_cv_noise_length,
|
349 |
'cv_background' => (isset($params['cv_background'])) ? $params['cv_background'] : CP_CALCULATEDFIELDSF_DEFAULT_cv_background,
|
350 |
'cv_border' => (isset($params['cv_border'])) ? $params['cv_border'] : CP_CALCULATEDFIELDSF_DEFAULT_cv_border,
|
351 |
-
'cv_text_enter_valid_captcha' => (isset($params['cv_text_enter_valid_captcha'])) ? $params['cv_text_enter_valid_captcha'] : CP_CALCULATEDFIELDSF_DEFAULT_cv_text_enter_valid_captcha
|
|
|
352 |
);
|
353 |
|
354 |
$updated_rows = $wpdb->update (
|
355 |
$wpdb->prefix.CP_CALCULATEDFIELDSF_FORMS_TABLE,
|
356 |
$data,
|
357 |
array( 'id' => $this->_id ),
|
358 |
-
array( '%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', '%s', '%s', '%s', '%s', '%s' ),
|
359 |
array( '%d' )
|
360 |
);
|
361 |
|
348 |
'cv_noise_length' => (isset($params['cv_noise_length'])) ? $params['cv_noise_length'] : CP_CALCULATEDFIELDSF_DEFAULT_cv_noise_length,
|
349 |
'cv_background' => (isset($params['cv_background'])) ? $params['cv_background'] : CP_CALCULATEDFIELDSF_DEFAULT_cv_background,
|
350 |
'cv_border' => (isset($params['cv_border'])) ? $params['cv_border'] : CP_CALCULATEDFIELDSF_DEFAULT_cv_border,
|
351 |
+
'cv_text_enter_valid_captcha' => (isset($params['cv_text_enter_valid_captcha'])) ? $params['cv_text_enter_valid_captcha'] : CP_CALCULATEDFIELDSF_DEFAULT_cv_text_enter_valid_captcha,
|
352 |
+
'category' => trim(isset($params['calculated-fields-form-category']) ? $params['calculated-fields-form-category'] : '')
|
353 |
);
|
354 |
|
355 |
$updated_rows = $wpdb->update (
|
356 |
$wpdb->prefix.CP_CALCULATEDFIELDSF_FORMS_TABLE,
|
357 |
$data,
|
358 |
array( 'id' => $this->_id ),
|
359 |
+
array( '%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', '%s', '%s', '%s', '%s', '%s', '%s' ),
|
360 |
array( '%d' )
|
361 |
);
|
362 |
|
inc/cpcff_install_uninstall.inc.php
CHANGED
@@ -184,6 +184,7 @@ if(!class_exists('CPCFF_INSTALLER'))
|
|
184 |
cv_background VARCHAR(20) DEFAULT '' NOT NULL,
|
185 |
cv_border VARCHAR(20) DEFAULT '' NOT NULL,
|
186 |
cv_text_enter_valid_captcha VARCHAR(200) DEFAULT '' NOT NULL,
|
|
|
187 |
cache longtext DEFAULT '' NOT NULL,
|
188 |
UNIQUE KEY id (id)
|
189 |
) $charset_collate;";
|
184 |
cv_background VARCHAR(20) DEFAULT '' NOT NULL,
|
185 |
cv_border VARCHAR(20) DEFAULT '' NOT NULL,
|
186 |
cv_text_enter_valid_captcha VARCHAR(200) DEFAULT '' NOT NULL,
|
187 |
+
category VARCHAR(250),
|
188 |
cache longtext DEFAULT '' NOT NULL,
|
189 |
UNIQUE KEY id (id)
|
190 |
) $charset_collate;";
|
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.79';
|
2 |
$.fbuilder['controls'] = $.fbuilder['controls'] || {};
|
3 |
$.fbuilder['forms'] = $.fbuilder['forms'] || {};
|
4 |
|
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-
|
5 |
-
"PO-Revision-Date: 2022-
|
6 |
"Last-Translator: CodePeople\n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: en_US\n"
|
@@ -64,34 +64,38 @@ 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 |
|
71 |
-
#: inc/cpcff_admin_int.inc.php:
|
|
|
|
|
|
|
|
|
72 |
msgid ""
|
73 |
"* Different form styles available on the tab Form Settings >> Form "
|
74 |
"Template"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: inc/cpcff_admin_int.inc.php:
|
78 |
msgid "Form Builder"
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: inc/cpcff_admin_int.inc.php:
|
82 |
msgid "Revisions"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: inc/cpcff_admin_int.inc.php:
|
86 |
msgid "Select a revision"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: inc/cpcff_admin_int.inc.php:
|
90 |
-
#: inc/cpcff_admin_int.inc.php:
|
91 |
msgid "Preview"
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: inc/cpcff_admin_int.inc.php:
|
95 |
msgid ""
|
96 |
"If the form is not loading in the public website, go to the settings page of "
|
97 |
"the plugin through the menu option: \"Settings/Calculated Fields Form\", "
|
@@ -99,7 +103,7 @@ msgid ""
|
|
99 |
"press the \"Update\" button."
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: inc/cpcff_admin_int.inc.php:
|
103 |
msgid ""
|
104 |
"If you need also the form to be sent to the server side for processing (for "
|
105 |
"example to deliver emails) then the <a href=\"https://cff.dwbooster.com/"
|
@@ -107,452 +111,452 @@ msgid ""
|
|
107 |
"required."
|
108 |
msgstr ""
|
109 |
|
110 |
-
#: inc/cpcff_admin_int.inc.php:
|
111 |
msgid ""
|
112 |
"The action will load the revision selected, the data are not stored will be "
|
113 |
"lose. Do you want continue?"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: inc/cpcff_admin_int.inc.php:
|
117 |
msgid ""
|
118 |
"These features aren't available in this version. Do you want to open the "
|
119 |
"plugin's page to check other versions?"
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: inc/cpcff_admin_int.inc.php:
|
123 |
msgid "Add a Field"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: inc/cpcff_admin_int.inc.php:
|
127 |
msgid "Field Settings"
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: inc/cpcff_admin_int.inc.php:
|
131 |
-
#: inc/cpcff_admin_int.inc.php:
|
132 |
msgid "Save Changes"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: inc/cpcff_admin_int.inc.php:
|
136 |
msgid "Generate revisions in the form preview as well"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: inc/cpcff_admin_int.inc.php:
|
140 |
msgid "Texts definition"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: inc/cpcff_admin_int.inc.php:
|
144 |
msgid "Error texts"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: inc/cpcff_admin_int.inc.php:
|
148 |
msgid "General payment settings"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: inc/cpcff_admin_int.inc.php:
|
152 |
msgid "PayPal integration"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: inc/cpcff_admin_int.inc.php:
|
156 |
msgid "Notification email"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: inc/cpcff_admin_int.inc.php:
|
160 |
msgid "Email copy to user"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: inc/cpcff_admin_int.inc.php:
|
164 |
msgid "Captcha settings"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: inc/cpcff_admin_int.inc.php:
|
168 |
msgid "Define Texts"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: inc/cpcff_admin_int.inc.php:
|
172 |
msgid "Previous button label (text)"
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: inc/cpcff_admin_int.inc.php:
|
176 |
msgid "Next button label (text)"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: inc/cpcff_admin_int.inc.php:
|
180 |
msgid ""
|
181 |
"- The styles can be applied into any of the CSS files of your theme or into "
|
182 |
"the CSS file <em>\"calculated-fields-form\\css\\stylepublic.css\"</em>."
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: inc/cpcff_admin_int.inc.php:
|
186 |
msgid ""
|
187 |
"- For general CSS styles modifications to the form and samples <a href="
|
188 |
"\"https://cff.dwbooster.com/faq#q82\" target=\"_blank\">check this FAQ</a>."
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: inc/cpcff_admin_int.inc.php:
|
192 |
-
#: inc/cpcff_admin_int.inc.php:
|
193 |
-
#: inc/cpcff_admin_int.inc.php:
|
194 |
-
#: inc/cpcff_admin_int.inc.php:
|
195 |
msgid "Up to form structure"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: inc/cpcff_admin_int.inc.php:
|
199 |
msgid "Validation Settings"
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: inc/cpcff_admin_int.inc.php:
|
203 |
msgid "\"is required\" text"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: inc/cpcff_admin_int.inc.php:
|
207 |
msgid "\"is email\" text"
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: inc/cpcff_admin_int.inc.php:
|
211 |
msgid "\"is valid captcha\" text"
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: inc/cpcff_admin_int.inc.php:
|
215 |
msgid "\"is valid date (mm/dd/yyyy)\" text"
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: inc/cpcff_admin_int.inc.php:
|
219 |
msgid "\"is valid date (dd/mm/yyyy)\" text"
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: inc/cpcff_admin_int.inc.php:
|
223 |
msgid "\"is number\" text"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: inc/cpcff_admin_int.inc.php:
|
227 |
msgid "\"only digits\" text"
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: inc/cpcff_admin_int.inc.php:
|
231 |
msgid "\"under maximum\" text"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: inc/cpcff_admin_int.inc.php:
|
235 |
msgid "\"over minimum\" text"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: inc/cpcff_admin_int.inc.php:
|
239 |
msgid "Note"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: inc/cpcff_admin_int.inc.php:
|
243 |
msgid "To insert this form in a post/page, use the dedicated icon"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: inc/cpcff_admin_int.inc.php:
|
247 |
msgid "Insert Calculated Fields Form"
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: inc/cpcff_admin_int.inc.php:
|
251 |
msgid ""
|
252 |
"which has been added to your Upload/Insert Menu, just below the title of "
|
253 |
"your Post/Page."
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: inc/cpcff_admin_int.inc.php:
|
257 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
258 |
msgid "Request Custom Modifications"
|
259 |
msgstr ""
|
260 |
|
261 |
-
#: inc/cpcff_admin_int.inc.php:
|
262 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
263 |
msgid "Help"
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: inc/cpcff_admin_int.inc.php:
|
267 |
msgid ""
|
268 |
"The following features are available in the commercial version of the <a "
|
269 |
"href=\"https://cff.dwbooster.com/download\" target=\"_blank\" style=\"text-"
|
270 |
"decoration:none;\">\"Calculated Fields Form\"</a>"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: inc/cpcff_admin_int.inc.php:
|
274 |
msgid "Pay only ONCE, use it FOREVER"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: inc/cpcff_admin_int.inc.php:
|
278 |
msgid "Form Processing and Payment Settings"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: inc/cpcff_admin_int.inc.php:
|
282 |
msgid "Payment Settings"
|
283 |
msgstr ""
|
284 |
|
285 |
-
#: inc/cpcff_admin_int.inc.php:
|
286 |
msgid "Request cost"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: inc/cpcff_admin_int.inc.php:
|
290 |
msgid "Currency"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: inc/cpcff_admin_int.inc.php:
|
294 |
msgid "Base amount"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: inc/cpcff_admin_int.inc.php:
|
298 |
msgid ""
|
299 |
"Minimum amount to charge. If the final price is lesser than this number, the "
|
300 |
"base amount will be applied."
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: inc/cpcff_admin_int.inc.php:
|
304 |
msgid "Paypal product name"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: inc/cpcff_admin_int.inc.php:
|
308 |
msgid "Discount Codes"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: inc/cpcff_admin_int.inc.php:
|
312 |
msgid "This feature isn't available in this version."
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: inc/cpcff_admin_int.inc.php:
|
316 |
msgid "Add new discount code"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: inc/cpcff_admin_int.inc.php:
|
320 |
msgid "Code"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: inc/cpcff_admin_int.inc.php:
|
324 |
msgid "Discount"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: inc/cpcff_admin_int.inc.php:
|
328 |
msgid "Percent"
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: inc/cpcff_admin_int.inc.php:
|
332 |
msgid "Fixed Value"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: inc/cpcff_admin_int.inc.php:
|
336 |
msgid "Valid until"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: inc/cpcff_admin_int.inc.php:
|
340 |
msgid "Add"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: inc/cpcff_admin_int.inc.php:
|
344 |
msgid "Note: Expiration date based in server time. Server time now is"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: inc/cpcff_admin_int.inc.php:
|
348 |
msgid "Paypal Payment Configuration"
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: inc/cpcff_admin_int.inc.php:
|
352 |
msgid "Enable Paypal Payments?"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: inc/cpcff_admin_int.inc.php:
|
356 |
-
#: inc/cpcff_admin_int.inc.php:
|
357 |
msgid "No"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: inc/cpcff_admin_int.inc.php:
|
361 |
msgid ""
|
362 |
"Note: If \"Optional\" is selected, a radiobutton will appear in the form to "
|
363 |
"select if the payment will be made with PayPal or not."
|
364 |
msgstr ""
|
365 |
|
366 |
-
#: inc/cpcff_admin_int.inc.php:
|
367 |
msgid "Label for the \"<strong>Pay with PayPal</strong>\" option"
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: inc/cpcff_admin_int.inc.php:
|
371 |
msgid "Paypal Mode"
|
372 |
msgstr ""
|
373 |
|
374 |
-
#: inc/cpcff_admin_int.inc.php:
|
375 |
msgid "Production - real payments processed"
|
376 |
msgstr ""
|
377 |
|
378 |
-
#: inc/cpcff_admin_int.inc.php:
|
379 |
msgid "SandBox - PayPal testing sandbox area"
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: inc/cpcff_admin_int.inc.php:
|
383 |
msgid "Paypal email"
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: inc/cpcff_admin_int.inc.php:
|
387 |
msgid "A $0 amount to pay means"
|
388 |
msgstr ""
|
389 |
|
390 |
-
#: inc/cpcff_admin_int.inc.php:
|
391 |
msgid "Let the user enter any amount at PayPal (ex: for a donation)"
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: inc/cpcff_admin_int.inc.php:
|
395 |
msgid "Don't require any payment. Form is submitted skiping the PayPal page."
|
396 |
msgstr ""
|
397 |
|
398 |
-
#: inc/cpcff_admin_int.inc.php:
|
399 |
msgid "Paypal language"
|
400 |
msgstr ""
|
401 |
|
402 |
-
#: inc/cpcff_admin_int.inc.php:
|
403 |
msgid "Payment frequency"
|
404 |
msgstr ""
|
405 |
|
406 |
-
#: inc/cpcff_admin_int.inc.php:
|
407 |
msgid "One time payment (default option, user is billed only once)"
|
408 |
msgstr ""
|
409 |
|
410 |
-
#: inc/cpcff_admin_int.inc.php:
|
411 |
msgid "Bill the user every 1 month"
|
412 |
msgstr ""
|
413 |
|
414 |
-
#: inc/cpcff_admin_int.inc.php:
|
415 |
msgid "Bill the user every 3 months"
|
416 |
msgstr ""
|
417 |
|
418 |
-
#: inc/cpcff_admin_int.inc.php:
|
419 |
msgid "Bill the user every 6 months"
|
420 |
msgstr ""
|
421 |
|
422 |
-
#: inc/cpcff_admin_int.inc.php:
|
423 |
msgid "Bill the user every 12 months"
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: inc/cpcff_admin_int.inc.php:
|
427 |
msgid "Paypal prompt buyers for shipping address"
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: inc/cpcff_admin_int.inc.php:
|
431 |
msgid "Do not prompt for an address"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: inc/cpcff_admin_int.inc.php:
|
435 |
msgid "Prompt for an address, but do not require one"
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: inc/cpcff_admin_int.inc.php:
|
439 |
msgid "Prompt for an address and require one"
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: inc/cpcff_admin_int.inc.php:
|
443 |
msgid "Form Processing / Email Settings"
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: inc/cpcff_admin_int.inc.php:
|
447 |
msgid "\"From\" email"
|
448 |
msgstr ""
|
449 |
|
450 |
-
#: inc/cpcff_admin_int.inc.php:
|
451 |
msgid ""
|
452 |
"This email is required if the \"From fixed email address\" option is "
|
453 |
"selected, or it is enabled the email copy to the user."
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: inc/cpcff_admin_int.inc.php:
|
457 |
msgid "Destination emails (comma separated)"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: inc/cpcff_admin_int.inc.php:
|
461 |
msgid "Email subject"
|
462 |
msgstr ""
|
463 |
|
464 |
-
#: inc/cpcff_admin_int.inc.php:
|
465 |
msgid "Include additional information?"
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: inc/cpcff_admin_int.inc.php:
|
469 |
-
#: inc/cpcff_admin_int.inc.php:
|
470 |
msgid "Yes"
|
471 |
msgstr ""
|
472 |
|
473 |
-
#: inc/cpcff_admin_int.inc.php:
|
474 |
msgid ""
|
475 |
"If the \"No\" option is selected the plugin won't capture the IP address of "
|
476 |
"users."
|
477 |
msgstr ""
|
478 |
|
479 |
-
#: inc/cpcff_admin_int.inc.php:
|
480 |
msgid "Thank you page (after sending the message)"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: inc/cpcff_admin_int.inc.php:
|
484 |
msgid "Email format?"
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: inc/cpcff_admin_int.inc.php:
|
488 |
msgid "Plain Text (default)"
|
489 |
msgstr ""
|
490 |
|
491 |
-
#: inc/cpcff_admin_int.inc.php:
|
492 |
msgid "HTML (use html in the textarea below)"
|
493 |
msgstr ""
|
494 |
|
495 |
-
#: inc/cpcff_admin_int.inc.php:
|
496 |
msgid "Message"
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: inc/cpcff_admin_int.inc.php:
|
500 |
msgid "Email Copy to User"
|
501 |
msgstr ""
|
502 |
|
503 |
-
#: inc/cpcff_admin_int.inc.php:
|
504 |
msgid "Send confirmation/thank you message to user?"
|
505 |
msgstr ""
|
506 |
|
507 |
-
#: inc/cpcff_admin_int.inc.php:
|
508 |
msgid "Email field on the form"
|
509 |
msgstr ""
|
510 |
|
511 |
-
#: inc/cpcff_admin_int.inc.php:
|
512 |
msgid "Captcha Verification"
|
513 |
msgstr ""
|
514 |
|
515 |
-
#: inc/cpcff_admin_int.inc.php:
|
516 |
msgid "Use Captcha Verification?"
|
517 |
msgstr ""
|
518 |
|
519 |
-
#: inc/cpcff_admin_int.inc.php:
|
520 |
msgid "Width"
|
521 |
msgstr ""
|
522 |
|
523 |
-
#: inc/cpcff_admin_int.inc.php:
|
524 |
msgid "Height"
|
525 |
msgstr ""
|
526 |
|
527 |
-
#: inc/cpcff_admin_int.inc.php:
|
528 |
msgid "Chars"
|
529 |
msgstr ""
|
530 |
|
531 |
-
#: inc/cpcff_admin_int.inc.php:
|
532 |
msgid "Min font size"
|
533 |
msgstr ""
|
534 |
|
535 |
-
#: inc/cpcff_admin_int.inc.php:
|
536 |
msgid "Max font size"
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: inc/cpcff_admin_int.inc.php:
|
540 |
msgid "security code"
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: inc/cpcff_admin_int.inc.php:
|
544 |
msgid "Noise"
|
545 |
msgstr ""
|
546 |
|
547 |
-
#: inc/cpcff_admin_int.inc.php:
|
548 |
msgid "Noise Length"
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: inc/cpcff_admin_int.inc.php:
|
552 |
msgid "Background"
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: inc/cpcff_admin_int.inc.php:
|
556 |
msgid "Font"
|
557 |
msgstr ""
|
558 |
|
@@ -602,173 +606,189 @@ msgstr ""
|
|
602 |
msgid "Forms and Settings"
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: inc/cpcff_admin_int_list.inc.php:232 inc/cpcff_admin_int_list.inc.php:
|
606 |
msgid "Marketplace"
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
610 |
msgid "Form List / Items List"
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
614 |
msgid "ID"
|
615 |
msgstr ""
|
616 |
|
617 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
618 |
msgid "Form Name"
|
619 |
msgstr ""
|
620 |
|
621 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
622 |
msgid "Options"
|
623 |
msgstr ""
|
624 |
|
625 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
626 |
msgid "Shortcode"
|
627 |
msgstr ""
|
628 |
|
629 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
630 |
msgid "Update"
|
631 |
msgstr ""
|
632 |
|
633 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
634 |
msgid "Settings"
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
638 |
msgid "Messages"
|
639 |
msgstr ""
|
640 |
|
641 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
642 |
msgid "Clone"
|
643 |
msgstr ""
|
644 |
|
645 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
646 |
msgid "Delete"
|
647 |
msgstr ""
|
648 |
|
649 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
650 |
msgid "New Form"
|
651 |
msgstr ""
|
652 |
|
653 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
654 |
msgid "Item Name"
|
655 |
msgstr ""
|
656 |
|
657 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
658 |
msgid "Default Settings"
|
659 |
msgstr ""
|
660 |
|
661 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
662 |
msgid "Applies the default settings to new forms."
|
663 |
msgstr ""
|
664 |
|
665 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
666 |
msgid "Default Template"
|
667 |
msgstr ""
|
668 |
|
669 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
670 |
msgid "Apply To Existing Forms"
|
671 |
msgstr ""
|
672 |
|
673 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
674 |
msgid "It will modify the settings of existing forms"
|
675 |
msgstr ""
|
676 |
|
677 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
678 |
msgid "For additional resources visit the plugin's"
|
679 |
msgstr ""
|
680 |
|
681 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
682 |
msgid "Troubleshoot Area & General Settings"
|
683 |
msgstr ""
|
684 |
|
685 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
686 |
msgid ""
|
687 |
"<strong>Important!</strong>: Use this area <strong>only</strong> if you are "
|
688 |
"experiencing conflicts with third party plugins, with the theme scripts or "
|
689 |
"with the character encoding."
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
693 |
msgid "Script load method"
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
697 |
msgid "Classic (Recommended)"
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
701 |
msgid "Direct"
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
705 |
msgid ""
|
706 |
"* Change the script load method if the form doesn't appear in the public "
|
707 |
"website."
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
711 |
msgid "Character encoding"
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
715 |
msgid "Keep current charset (Recommended)"
|
716 |
msgstr ""
|
717 |
|
718 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
719 |
msgid "try this first"
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
723 |
msgid "Only from MySQL 5.5"
|
724 |
msgstr ""
|
725 |
|
726 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
727 |
msgid ""
|
728 |
"* Update the charset if you are getting problems displaying special/non-"
|
729 |
"latin characters. After updated you need to edit the special characters "
|
730 |
"again."
|
731 |
msgstr ""
|
732 |
|
733 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
734 |
msgid "There is active an optimization plugin in WordPress"
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
738 |
msgid ""
|
739 |
"* Tick the checkbox if there is an optimization plugin active on the "
|
740 |
"website, and the forms are not visible."
|
741 |
msgstr ""
|
742 |
|
743 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
744 |
msgid "Activate Javascript Cache"
|
745 |
msgstr ""
|
746 |
|
747 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
748 |
msgid "Allows to access the forms directly"
|
749 |
msgstr ""
|
750 |
|
751 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
752 |
msgid "Allows to access the forms from amp pages"
|
753 |
msgstr ""
|
754 |
|
755 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
756 |
msgid "Do not load the forms with crawlers"
|
757 |
msgstr ""
|
758 |
|
759 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
760 |
msgid "* The forms are not loaded when website is being indexed by searchers."
|
761 |
msgstr ""
|
762 |
|
763 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
764 |
msgid "UPDATE"
|
765 |
msgstr ""
|
766 |
|
767 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
768 |
msgid "Calculated Fields Form Marketplace"
|
769 |
msgstr ""
|
770 |
|
771 |
-
#: inc/cpcff_admin_int_list.inc.php:
|
772 |
msgid "Upgrade"
|
773 |
msgstr ""
|
774 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
+
"POT-Creation-Date: 2022-04-12 02:38+0200\n"
|
5 |
+
"PO-Revision-Date: 2022-04-12 02:38+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:199
|
68 |
msgid "Form Settings"
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: inc/cpcff_admin_int.inc.php:74
|
72 |
+
msgid "Form Category"
|
73 |
+
msgstr ""
|
74 |
+
|
75 |
+
#: inc/cpcff_admin_int.inc.php:79
|
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
|
82 |
msgid "Form Builder"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: inc/cpcff_admin_int.inc.php:84
|
86 |
msgid "Revisions"
|
87 |
msgstr ""
|
88 |
|
89 |
+
#: inc/cpcff_admin_int.inc.php:88
|
90 |
msgid "Select a revision"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: inc/cpcff_admin_int.inc.php:98 inc/cpcff_admin_int.inc.php:219
|
94 |
+
#: inc/cpcff_admin_int.inc.php:612
|
95 |
msgid "Preview"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: inc/cpcff_admin_int.inc.php:109
|
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:109
|
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:125
|
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:162
|
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:197
|
127 |
msgid "Add a Field"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: inc/cpcff_admin_int.inc.php:198
|
131 |
msgid "Field Settings"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: inc/cpcff_admin_int.inc.php:218 inc/cpcff_admin_int.inc.php:343
|
135 |
+
#: inc/cpcff_admin_int.inc.php:656
|
136 |
msgid "Save Changes"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: inc/cpcff_admin_int.inc.php:220
|
140 |
msgid "Generate revisions in the form preview as well"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: inc/cpcff_admin_int.inc.php:223
|
144 |
msgid "Texts definition"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: inc/cpcff_admin_int.inc.php:224
|
148 |
msgid "Error texts"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: inc/cpcff_admin_int.inc.php:225
|
152 |
msgid "General payment settings"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: inc/cpcff_admin_int.inc.php:226
|
156 |
msgid "PayPal integration"
|
157 |
msgstr ""
|
158 |
|
159 |
+
#: inc/cpcff_admin_int.inc.php:227
|
160 |
msgid "Notification email"
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: inc/cpcff_admin_int.inc.php:228
|
164 |
msgid "Email copy to user"
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: inc/cpcff_admin_int.inc.php:229
|
168 |
msgid "Captcha settings"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: inc/cpcff_admin_int.inc.php:232
|
172 |
msgid "Define Texts"
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: inc/cpcff_admin_int.inc.php:236
|
176 |
msgid "Previous button label (text)"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: inc/cpcff_admin_int.inc.php:240
|
180 |
msgid "Next button label (text)"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: inc/cpcff_admin_int.inc.php:245
|
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:246
|
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:264 inc/cpcff_admin_int.inc.php:328
|
196 |
+
#: inc/cpcff_admin_int.inc.php:413 inc/cpcff_admin_int.inc.php:487
|
197 |
+
#: inc/cpcff_admin_int.inc.php:536 inc/cpcff_admin_int.inc.php:578
|
198 |
+
#: inc/cpcff_admin_int.inc.php:645
|
199 |
msgid "Up to form structure"
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: inc/cpcff_admin_int.inc.php:269
|
203 |
msgid "Validation Settings"
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: inc/cpcff_admin_int.inc.php:273
|
207 |
msgid "\"is required\" text"
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: inc/cpcff_admin_int.inc.php:277
|
211 |
msgid "\"is email\" text"
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: inc/cpcff_admin_int.inc.php:281
|
215 |
msgid "\"is valid captcha\" text"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: inc/cpcff_admin_int.inc.php:286
|
219 |
msgid "\"is valid date (mm/dd/yyyy)\" text"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: inc/cpcff_admin_int.inc.php:290
|
223 |
msgid "\"is valid date (dd/mm/yyyy)\" text"
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: inc/cpcff_admin_int.inc.php:294
|
227 |
msgid "\"is number\" text"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: inc/cpcff_admin_int.inc.php:298
|
231 |
msgid "\"only digits\" text"
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: inc/cpcff_admin_int.inc.php:302
|
235 |
msgid "\"under maximum\" text"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: inc/cpcff_admin_int.inc.php:306
|
239 |
msgid "\"over minimum\" text"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: inc/cpcff_admin_int.inc.php:333
|
243 |
msgid "Note"
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: inc/cpcff_admin_int.inc.php:335
|
247 |
msgid "To insert this form in a post/page, use the dedicated icon"
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: inc/cpcff_admin_int.inc.php:336 inc/cpcff_main.inc.php:238
|
251 |
msgid "Insert Calculated Fields Form"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: inc/cpcff_admin_int.inc.php:337
|
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:346 inc/cpcff_admin_int.inc.php:659
|
261 |
+
#: inc/cpcff_admin_int_list.inc.php:422
|
262 |
msgid "Request Custom Modifications"
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: inc/cpcff_admin_int.inc.php:346 inc/cpcff_admin_int.inc.php:659
|
266 |
+
#: inc/cpcff_admin_int_list.inc.php:422 inc/cpcff_main.inc.php:221
|
267 |
msgid "Help"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: inc/cpcff_admin_int.inc.php:353
|
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:354
|
278 |
msgid "Pay only ONCE, use it FOREVER"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: inc/cpcff_admin_int.inc.php:363
|
282 |
msgid "Form Processing and Payment Settings"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: inc/cpcff_admin_int.inc.php:367
|
286 |
msgid "Payment Settings"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: inc/cpcff_admin_int.inc.php:372
|
290 |
msgid "Request cost"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: inc/cpcff_admin_int.inc.php:377
|
294 |
msgid "Currency"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: inc/cpcff_admin_int.inc.php:382
|
298 |
msgid "Base amount"
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: inc/cpcff_admin_int.inc.php:383
|
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:388
|
308 |
msgid "Paypal product name"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: inc/cpcff_admin_int.inc.php:393
|
312 |
msgid "Discount Codes"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: inc/cpcff_admin_int.inc.php:395
|
316 |
msgid "This feature isn't available in this version."
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: inc/cpcff_admin_int.inc.php:398
|
320 |
msgid "Add new discount code"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: inc/cpcff_admin_int.inc.php:400
|
324 |
msgid "Code"
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: inc/cpcff_admin_int.inc.php:401
|
328 |
msgid "Discount"
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: inc/cpcff_admin_int.inc.php:402
|
332 |
msgid "Percent"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: inc/cpcff_admin_int.inc.php:403
|
336 |
msgid "Fixed Value"
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: inc/cpcff_admin_int.inc.php:406
|
340 |
msgid "Valid until"
|
341 |
msgstr ""
|
342 |
|
343 |
+
#: inc/cpcff_admin_int.inc.php:407 inc/cpcff_admin_int_list.inc.php:321
|
344 |
msgid "Add"
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: inc/cpcff_admin_int.inc.php:409
|
348 |
msgid "Note: Expiration date based in server time. Server time now is"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: inc/cpcff_admin_int.inc.php:418
|
352 |
msgid "Paypal Payment Configuration"
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: inc/cpcff_admin_int.inc.php:423
|
356 |
msgid "Enable Paypal Payments?"
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: inc/cpcff_admin_int.inc.php:425 inc/cpcff_admin_int.inc.php:513
|
360 |
+
#: inc/cpcff_admin_int.inc.php:551 inc/cpcff_admin_int.inc.php:592
|
361 |
msgid "No"
|
362 |
msgstr ""
|
363 |
|
364 |
+
#: inc/cpcff_admin_int.inc.php:427
|
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:429
|
371 |
msgid "Label for the \"<strong>Pay with PayPal</strong>\" option"
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: inc/cpcff_admin_int.inc.php:435
|
375 |
msgid "Paypal Mode"
|
376 |
msgstr ""
|
377 |
|
378 |
+
#: inc/cpcff_admin_int.inc.php:437
|
379 |
msgid "Production - real payments processed"
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: inc/cpcff_admin_int.inc.php:438
|
383 |
msgid "SandBox - PayPal testing sandbox area"
|
384 |
msgstr ""
|
385 |
|
386 |
+
#: inc/cpcff_admin_int.inc.php:444
|
387 |
msgid "Paypal email"
|
388 |
msgstr ""
|
389 |
|
390 |
+
#: inc/cpcff_admin_int.inc.php:449
|
391 |
msgid "A $0 amount to pay means"
|
392 |
msgstr ""
|
393 |
|
394 |
+
#: inc/cpcff_admin_int.inc.php:451
|
395 |
msgid "Let the user enter any amount at PayPal (ex: for a donation)"
|
396 |
msgstr ""
|
397 |
|
398 |
+
#: inc/cpcff_admin_int.inc.php:452
|
399 |
msgid "Don't require any payment. Form is submitted skiping the PayPal page."
|
400 |
msgstr ""
|
401 |
|
402 |
+
#: inc/cpcff_admin_int.inc.php:458
|
403 |
msgid "Paypal language"
|
404 |
msgstr ""
|
405 |
|
406 |
+
#: inc/cpcff_admin_int.inc.php:463
|
407 |
msgid "Payment frequency"
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: inc/cpcff_admin_int.inc.php:467
|
411 |
msgid "One time payment (default option, user is billed only once)"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: inc/cpcff_admin_int.inc.php:468
|
415 |
msgid "Bill the user every 1 month"
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: inc/cpcff_admin_int.inc.php:469
|
419 |
msgid "Bill the user every 3 months"
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: inc/cpcff_admin_int.inc.php:470
|
423 |
msgid "Bill the user every 6 months"
|
424 |
msgstr ""
|
425 |
|
426 |
+
#: inc/cpcff_admin_int.inc.php:471
|
427 |
msgid "Bill the user every 12 months"
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: inc/cpcff_admin_int.inc.php:476
|
431 |
msgid "Paypal prompt buyers for shipping address"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: inc/cpcff_admin_int.inc.php:480
|
435 |
msgid "Do not prompt for an address"
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: inc/cpcff_admin_int.inc.php:481
|
439 |
msgid "Prompt for an address, but do not require one"
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: inc/cpcff_admin_int.inc.php:482
|
443 |
msgid "Prompt for an address and require one"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: inc/cpcff_admin_int.inc.php:492
|
447 |
msgid "Form Processing / Email Settings"
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: inc/cpcff_admin_int.inc.php:496
|
451 |
msgid "\"From\" email"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: inc/cpcff_admin_int.inc.php:497
|
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:500
|
461 |
msgid "Destination emails (comma separated)"
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: inc/cpcff_admin_int.inc.php:504 inc/cpcff_admin_int.inc.php:560
|
465 |
msgid "Email subject"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: inc/cpcff_admin_int.inc.php:508
|
469 |
msgid "Include additional information?"
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: inc/cpcff_admin_int.inc.php:512 inc/cpcff_admin_int.inc.php:550
|
473 |
+
#: inc/cpcff_admin_int.inc.php:591
|
474 |
msgid "Yes"
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: inc/cpcff_admin_int.inc.php:514
|
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:518
|
484 |
msgid "Thank you page (after sending the message)"
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: inc/cpcff_admin_int.inc.php:522 inc/cpcff_admin_int.inc.php:564
|
488 |
msgid "Email format?"
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: inc/cpcff_admin_int.inc.php:526 inc/cpcff_admin_int.inc.php:568
|
492 |
msgid "Plain Text (default)"
|
493 |
msgstr ""
|
494 |
|
495 |
+
#: inc/cpcff_admin_int.inc.php:527 inc/cpcff_admin_int.inc.php:569
|
496 |
msgid "HTML (use html in the textarea below)"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: inc/cpcff_admin_int.inc.php:532 inc/cpcff_admin_int.inc.php:574
|
500 |
msgid "Message"
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: inc/cpcff_admin_int.inc.php:542
|
504 |
msgid "Email Copy to User"
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: inc/cpcff_admin_int.inc.php:546
|
508 |
msgid "Send confirmation/thank you message to user?"
|
509 |
msgstr ""
|
510 |
|
511 |
+
#: inc/cpcff_admin_int.inc.php:556
|
512 |
msgid "Email field on the form"
|
513 |
msgstr ""
|
514 |
|
515 |
+
#: inc/cpcff_admin_int.inc.php:583
|
516 |
msgid "Captcha Verification"
|
517 |
msgstr ""
|
518 |
|
519 |
+
#: inc/cpcff_admin_int.inc.php:587
|
520 |
msgid "Use Captcha Verification?"
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: inc/cpcff_admin_int.inc.php:598
|
524 |
msgid "Width"
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: inc/cpcff_admin_int.inc.php:600
|
528 |
msgid "Height"
|
529 |
msgstr ""
|
530 |
|
531 |
+
#: inc/cpcff_admin_int.inc.php:602
|
532 |
msgid "Chars"
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: inc/cpcff_admin_int.inc.php:607
|
536 |
msgid "Min font size"
|
537 |
msgstr ""
|
538 |
|
539 |
+
#: inc/cpcff_admin_int.inc.php:609
|
540 |
msgid "Max font size"
|
541 |
msgstr ""
|
542 |
|
543 |
+
#: inc/cpcff_admin_int.inc.php:614
|
544 |
msgid "security code"
|
545 |
msgstr ""
|
546 |
|
547 |
+
#: inc/cpcff_admin_int.inc.php:620
|
548 |
msgid "Noise"
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: inc/cpcff_admin_int.inc.php:622
|
552 |
msgid "Noise Length"
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: inc/cpcff_admin_int.inc.php:627
|
556 |
msgid "Background"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: inc/cpcff_admin_int.inc.php:634
|
560 |
msgid "Font"
|
561 |
msgstr ""
|
562 |
|
606 |
msgid "Forms and Settings"
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: inc/cpcff_admin_int_list.inc.php:232 inc/cpcff_admin_int_list.inc.php:357
|
610 |
msgid "Marketplace"
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: inc/cpcff_admin_int_list.inc.php:250
|
614 |
+
msgid "Form Categories"
|
615 |
+
msgstr ""
|
616 |
+
|
617 |
+
#: inc/cpcff_admin_int_list.inc.php:252
|
618 |
+
msgid "All forms"
|
619 |
+
msgstr ""
|
620 |
+
|
621 |
+
#: inc/cpcff_admin_int_list.inc.php:273
|
622 |
msgid "Form List / Items List"
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: inc/cpcff_admin_int_list.inc.php:277
|
626 |
+
msgid "in"
|
627 |
+
msgstr ""
|
628 |
+
|
629 |
+
#: inc/cpcff_admin_int_list.inc.php:277
|
630 |
+
msgid "category"
|
631 |
+
msgstr ""
|
632 |
+
|
633 |
+
#: inc/cpcff_admin_int_list.inc.php:284
|
634 |
msgid "ID"
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: inc/cpcff_admin_int_list.inc.php:285
|
638 |
msgid "Form Name"
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: inc/cpcff_admin_int_list.inc.php:286
|
642 |
msgid "Options"
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: inc/cpcff_admin_int_list.inc.php:287
|
646 |
msgid "Shortcode"
|
647 |
msgstr ""
|
648 |
|
649 |
+
#: inc/cpcff_admin_int_list.inc.php:300 inc/cpcff_admin_int_list.inc.php:351
|
650 |
msgid "Update"
|
651 |
msgstr ""
|
652 |
|
653 |
+
#: inc/cpcff_admin_int_list.inc.php:301 inc/cpcff_main.inc.php:219
|
654 |
msgid "Settings"
|
655 |
msgstr ""
|
656 |
|
657 |
+
#: inc/cpcff_admin_int_list.inc.php:302
|
658 |
msgid "Messages"
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: inc/cpcff_admin_int_list.inc.php:303
|
662 |
msgid "Clone"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: inc/cpcff_admin_int_list.inc.php:304
|
666 |
msgid "Delete"
|
667 |
msgstr ""
|
668 |
|
669 |
+
#: inc/cpcff_admin_int_list.inc.php:317
|
670 |
msgid "New Form"
|
671 |
msgstr ""
|
672 |
|
673 |
+
#: inc/cpcff_admin_int_list.inc.php:320
|
674 |
msgid "Item Name"
|
675 |
msgstr ""
|
676 |
|
677 |
+
#: inc/cpcff_admin_int_list.inc.php:328
|
678 |
msgid "Default Settings"
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: inc/cpcff_admin_int_list.inc.php:330
|
682 |
msgid "Applies the default settings to new forms."
|
683 |
msgstr ""
|
684 |
|
685 |
+
#: inc/cpcff_admin_int_list.inc.php:332
|
686 |
msgid "Default Template"
|
687 |
msgstr ""
|
688 |
|
689 |
+
#: inc/cpcff_admin_int_list.inc.php:348
|
690 |
msgid "Apply To Existing Forms"
|
691 |
msgstr ""
|
692 |
|
693 |
+
#: inc/cpcff_admin_int_list.inc.php:348
|
694 |
msgid "It will modify the settings of existing forms"
|
695 |
msgstr ""
|
696 |
|
697 |
+
#: inc/cpcff_admin_int_list.inc.php:357
|
698 |
msgid "For additional resources visit the plugin's"
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: inc/cpcff_admin_int_list.inc.php:361
|
702 |
msgid "Troubleshoot Area & General Settings"
|
703 |
msgstr ""
|
704 |
|
705 |
+
#: inc/cpcff_admin_int_list.inc.php:365
|
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:366
|
713 |
msgid "Script load method"
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: inc/cpcff_admin_int_list.inc.php:368
|
717 |
msgid "Classic (Recommended)"
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: inc/cpcff_admin_int_list.inc.php:369
|
721 |
msgid "Direct"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: inc/cpcff_admin_int_list.inc.php:371
|
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:373
|
731 |
msgid "Character encoding"
|
732 |
msgstr ""
|
733 |
|
734 |
+
#: inc/cpcff_admin_int_list.inc.php:375
|
735 |
msgid "Keep current charset (Recommended)"
|
736 |
msgstr ""
|
737 |
|
738 |
+
#: inc/cpcff_admin_int_list.inc.php:376
|
739 |
msgid "try this first"
|
740 |
msgstr ""
|
741 |
|
742 |
+
#: inc/cpcff_admin_int_list.inc.php:377
|
743 |
msgid "Only from MySQL 5.5"
|
744 |
msgstr ""
|
745 |
|
746 |
+
#: inc/cpcff_admin_int_list.inc.php:380
|
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:388
|
754 |
msgid "There is active an optimization plugin in WordPress"
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: inc/cpcff_admin_int_list.inc.php:389
|
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:398
|
764 |
msgid "Activate Javascript Cache"
|
765 |
msgstr ""
|
766 |
|
767 |
+
#: inc/cpcff_admin_int_list.inc.php:400
|
768 |
msgid "Allows to access the forms directly"
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: inc/cpcff_admin_int_list.inc.php:402
|
772 |
msgid "Allows to access the forms from amp pages"
|
773 |
msgstr ""
|
774 |
|
775 |
+
#: inc/cpcff_admin_int_list.inc.php:404
|
776 |
msgid "Do not load the forms with crawlers"
|
777 |
msgstr ""
|
778 |
|
779 |
+
#: inc/cpcff_admin_int_list.inc.php:405
|
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:407
|
784 |
msgid "UPDATE"
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: inc/cpcff_admin_int_list.inc.php:416
|
788 |
msgid "Calculated Fields Form Marketplace"
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: inc/cpcff_admin_int_list.inc.php:422 inc/cpcff_main.inc.php:220
|
792 |
msgid "Upgrade"
|
793 |
msgstr ""
|
794 |
|