From 3b76121c6f5a2e10b43b03a9b1e71ed6bd1fcf83 Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Tue, 9 Dec 2025 11:22:13 -0400 Subject: [PATCH 1/2] Update since versions --- classes/controllers/FrmAppController.php | 4 ++-- classes/controllers/FrmFormsController.php | 2 +- classes/controllers/FrmSimpleBlocksController.php | 2 +- classes/helpers/FrmAppHelper.php | 8 ++++---- classes/models/fields/FrmFieldCombo.php | 2 +- classes/models/fields/FrmFieldName.php | 4 ++-- classes/models/fields/FrmFieldType.php | 2 +- js/src/admin/admin.js | 2 +- square/controllers/FrmSquareLiteActionsController.php | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/classes/controllers/FrmAppController.php b/classes/controllers/FrmAppController.php index 2b7a8e08ac..5afd75eb96 100644 --- a/classes/controllers/FrmAppController.php +++ b/classes/controllers/FrmAppController.php @@ -968,7 +968,7 @@ private static function enqueue_legacy_views_assets() { /** * Unregister Popper if the registered version is outdated. * - * @since x.x + * @since 6.26 * * @return void */ @@ -990,7 +990,7 @@ private static function maybe_deregister_popper1() { /** * Register Popper required for Bootstrap 5. * - * @since x.x + * @since 6.26 * * @return void */ diff --git a/classes/controllers/FrmFormsController.php b/classes/controllers/FrmFormsController.php index 386fdd4dbe..37650e32ab 100644 --- a/classes/controllers/FrmFormsController.php +++ b/classes/controllers/FrmFormsController.php @@ -3318,7 +3318,7 @@ private static function show_form_after_submit( $args ) { * Gets message placement. * * @since 4.05.02 - * @since x.x This method changed from `private` to `public`. + * @since 6.26 This method changed from `private` to `public`. * * @param object $form Form object. * @param string $message The message. diff --git a/classes/controllers/FrmSimpleBlocksController.php b/classes/controllers/FrmSimpleBlocksController.php index 2665af78af..5c1c7f1ec0 100644 --- a/classes/controllers/FrmSimpleBlocksController.php +++ b/classes/controllers/FrmSimpleBlocksController.php @@ -73,7 +73,7 @@ public static function block_editor_assets() { /** * Enqueue Formidable Simple Blocks' JS and CSS for the content. * - * @since x.x + * @since 6.26 * * @return void */ diff --git a/classes/helpers/FrmAppHelper.php b/classes/helpers/FrmAppHelper.php index ad46049843..3a16ff953a 100644 --- a/classes/helpers/FrmAppHelper.php +++ b/classes/helpers/FrmAppHelper.php @@ -192,7 +192,7 @@ private static function maybe_add_utm_license( $query_args, $link = '' ) { } /** - * @since x.x + * @since 6.26 * * @param string $link * @@ -5053,7 +5053,7 @@ public static function is_valid_utf8( $string ) { /** * Get a documentation URL with UTM parameters and affiliate tracking. * - * @since x.x + * @since 6.26 * * @param string $path The relative path to append to the base URL. * @param string $campaign The campaign to use for UTM parameters. @@ -5073,12 +5073,12 @@ public static function get_doc_url( $path, $campaign, $add_kb_base = true ) { /** * @since 5.0.16 - * @deprecated x.x + * @deprecated 6.26 * * @return bool */ public static function show_landing_pages() { - _deprecated_function( __METHOD__, 'x.x' ); + _deprecated_function( __METHOD__, '6.26' ); return true; } } diff --git a/classes/models/fields/FrmFieldCombo.php b/classes/models/fields/FrmFieldCombo.php index 4acee50cc5..1b4ac842f6 100644 --- a/classes/models/fields/FrmFieldCombo.php +++ b/classes/models/fields/FrmFieldCombo.php @@ -517,7 +517,7 @@ protected function get_inputs_container_attrs() { /** * Gets subfield input attributes. * - * @since x.x + * @since 6.26 * * @param array $sub_field Subfield data. * @param array $args Field output args. See {@see FrmFieldCombo::load_field_output()}. diff --git a/classes/models/fields/FrmFieldName.php b/classes/models/fields/FrmFieldName.php index fbf83b8034..04bae95d08 100644 --- a/classes/models/fields/FrmFieldName.php +++ b/classes/models/fields/FrmFieldName.php @@ -307,7 +307,7 @@ public function show_after_default( $args ) { /** * Tracks the first name field ID in a form. * - * @since x.x + * @since 6.26 * * @param object[] $fields Array of fields in a form. * @@ -325,7 +325,7 @@ public static function track_first_name_field( $fields ) { /** * Gets subfield input attributes. * - * @since x.x + * @since 6.26 * * @param array $sub_field Subfield data. * @param array $args Field output args. See {@see FrmFieldCombo::load_field_output()}. diff --git a/classes/models/fields/FrmFieldType.php b/classes/models/fields/FrmFieldType.php index 512c09ae74..21b08d659d 100644 --- a/classes/models/fields/FrmFieldType.php +++ b/classes/models/fields/FrmFieldType.php @@ -2052,7 +2052,7 @@ public function should_unserialize_value() { } /** - * @since x.x + * @since 6.26 * * @param string $value * diff --git a/js/src/admin/admin.js b/js/src/admin/admin.js index 68aac742f0..c7be7ecff9 100644 --- a/js/src/admin/admin.js +++ b/js/src/admin/admin.js @@ -462,7 +462,7 @@ window.frmAdminBuildJS = function() { /** * Load a tooltip for a single element. * - * @since x.x + * @since 6.26 * * @param {HTMLElement} element * @param {boolean} show diff --git a/square/controllers/FrmSquareLiteActionsController.php b/square/controllers/FrmSquareLiteActionsController.php index f523e85b24..b8e455cc29 100644 --- a/square/controllers/FrmSquareLiteActionsController.php +++ b/square/controllers/FrmSquareLiteActionsController.php @@ -625,7 +625,7 @@ private static function get_style( $form_id ) { /** * Prepare the font family setting for the Stripe element. * - * @since x.x + * @since 6.26 * * @param string $font * From dd37d7b665ce191484991ab9992a60aeb6b12fb8 Mon Sep 17 00:00:00 2001 From: Mike Letellier Date: Tue, 9 Dec 2025 11:22:51 -0400 Subject: [PATCH 2/2] Prepare for release --- classes/helpers/FrmAppHelper.php | 2 +- formidable.php | 2 +- js/formidable.min.js | 141 +- languages/formidable.pot | 9290 +++++++++++++++--------------- 4 files changed, 4749 insertions(+), 4686 deletions(-) diff --git a/classes/helpers/FrmAppHelper.php b/classes/helpers/FrmAppHelper.php index 3a16ff953a..f2617ff032 100644 --- a/classes/helpers/FrmAppHelper.php +++ b/classes/helpers/FrmAppHelper.php @@ -29,7 +29,7 @@ class FrmAppHelper { * * @var string */ - public static $plug_version = '6.25.1'; + public static $plug_version = '6.26'; /** * @var bool diff --git a/formidable.php b/formidable.php index e64919ca75..e9f5bfe911 100644 --- a/formidable.php +++ b/formidable.php @@ -2,7 +2,7 @@ /** * Plugin Name: Formidable Forms * Description: Quickly and easily create drag-and-drop forms - * Version: 6.25.1 + * Version: 6.26 * Plugin URI: https://formidableforms.com/ * Author URI: https://formidableforms.com/ * Author: Strategy11 Form Builder Team diff --git a/js/formidable.min.js b/js/formidable.min.js index 179e929e0f..9e1d38c577 100644 --- a/js/formidable.min.js +++ b/js/formidable.min.js @@ -1,72 +1,75 @@ -function frmFrontFormJS(){let jsErrors=[];function triggerCustomEvent(el,eventName,data){if(typeof window.CustomEvent!=="function")return;const event=new CustomEvent(eventName);event.frmData=data;el.dispatchEvent(event)}function getFieldId(field,fullID){let nameParts,fieldId,isRepeating=false,fieldName="";if(field instanceof jQuery)fieldName=field.attr("name");else fieldName=field.name;if(typeof fieldName==="undefined")fieldName="";if(fieldName===""){if(field instanceof jQuery)fieldName=field.data("name"); -else fieldName=field.getAttribute("data-name");if(typeof fieldName==="undefined")fieldName="";if(fieldName!==""&&fieldName)return fieldName;return 0}nameParts=fieldName.replace("item_meta[","").replace("[]","").split("]");if(nameParts.length<1)return 0;nameParts=nameParts.filter(function(n){return n!==""});fieldId=nameParts[0];if(nameParts.length===1)return fieldId;if(nameParts[1]==="[form"||nameParts[1]==="[row_ids")return 0;if(document.querySelector('input[name="item_meta['+fieldId+'][form]"]')){fieldId= -nameParts[2].replace("[","");isRepeating=true}if("other"===fieldId)if(isRepeating)fieldId=nameParts[3].replace("[","");else fieldId=nameParts[1].replace("[","");if(fullID===true)if(fieldId===nameParts[0])fieldId=fieldId+"-"+nameParts[1].replace("[","");else fieldId=fieldId+"-"+nameParts[0]+"-"+nameParts[1].replace("[","");return fieldId}function disableSubmitButton($form){$form.find('input[type="submit"], input[type="button"], button[type="submit"], button.frm_save_draft').attr("disabled","disabled")} -function enableSubmitButton($form){$form.find('input[type="submit"], input[type="button"], button[type="submit"]').prop("disabled",false)}function disableSaveDraft($form){$form.find("a.frm_save_draft").css("pointer-events","none")}function enableSaveDraft($form){if(!$form.length)return;$form[0].querySelectorAll(".frm_save_draft").forEach(saveDraftButton=>{saveDraftButton.disabled=false;saveDraftButton.style.pointerEvents=""})}function validateForm(object){let errors=[];const vanillaJsObject="function"=== -typeof object.get?object.get(0):object;vanillaJsObject?.querySelectorAll(".frm_required_field").forEach(requiredField=>{const isVisible=requiredField.offsetParent!==null;if(!isVisible)return;requiredField.querySelectorAll("input, select, textarea").forEach(requiredInput=>{if(hasClass(requiredInput,"frm_optional")||hasClass(requiredInput,"ed_button"))return;errors=checkRequiredField(requiredInput,errors)})});vanillaJsObject?.querySelectorAll("input,select,textarea").forEach(field=>{if(""===field.value){if("number"=== -field.type)checkValidity(field,errors);const isConfirmationField=field.name&&0===field.name.indexOf("item_meta[conf_");if(!isConfirmationField)return}validateFieldValue(field,errors,true);checkValidity(field,errors)});if(!hasInvisibleRecaptcha(object))errors=validateRecaptcha(object,errors);return errors}function checkValidity(field,errors){let fieldID;if("object"!==typeof field.validity||false!==field.validity.valid)return;fieldID=getFieldId(field,true);if("undefined"===typeof errors[fieldID])errors[fieldID]= -getFieldValidationMessage(field,"data-invmsg");if("function"===typeof field.reportValidity)field.reportValidity()}function hasClass(element,targetClass){return element.classList&&element.classList.contains(targetClass)}function maybeValidateChange(field){if(field.type==="url")maybeAddHttpsToUrl(field);const form=field.closest("form");if(form&&hasClass(form,"frm_js_validate"))validateField(field)}function maybeAddHttpsToUrl(field){const url=field.value;const matches=url.match(/^(https?|ftps?|mailto|news|feed|telnet):/); -if(field.value!==""&&matches===null)field.value="https://"+url}function validateField(field){let errors,key;errors=[];const fieldContainer=field.closest(".frm_form_field");if(!fieldContainer)return;if(hasClass(fieldContainer,"frm_required_field")&&!hasClass(field,"frm_optional"))errors=checkRequiredField(field,errors);if(errors.length<1)validateFieldValue(field,errors,false);const $fieldCont=jQuery(fieldContainer);removeFieldError($fieldCont);if(Object.keys(errors).length>0)for(key in errors)addFieldError($fieldCont, -key,errors)}function validateFieldValue(field,errors,onSubmit){if(field.type==="hidden");else if(field.type==="number")checkNumberField(field,errors);else if(field.type==="email")checkEmailField(field,errors,onSubmit);else if(field.type==="password")checkPasswordField(field,errors,onSubmit);else if(field.type==="url")checkUrlField(field,errors);else if(field.pattern!==null)checkPatternField(field,errors);if("tel"===field.type&&shouldCheckConfirmField(field,onSubmit))confirmField(field,errors);triggerCustomEvent(document, -"frm_validate_field_value",{field:field,errors:errors,onSubmit:onSubmit})}function checkRequiredField(field,errors){let tempVal,i,placeholder,val="",fieldID="",fileID=field.getAttribute("data-frmfile");if(field.type==="hidden"&&fileID===null&&!isAppointmentField(field)&&!isInlineDatepickerField(field))return errors;if(field.type==="checkbox"||field.type==="radio")document.querySelectorAll('input[name="'+field.name+'"]').forEach(function(input){const requiredField=input.closest(".frm_required_field"); -if(!requiredField)return;const checkedInputs=requiredField.querySelectorAll("input:checked");checkedInputs.forEach(function(checkedInput){val=checkedInput.value})});else if(field.type==="file"||fileID){if(typeof fileID==="undefined"){fileID=getFieldId(field,true);fileID=fileID.replace("file","")}if(typeof errors[fileID]==="undefined")val=getFileVals(fileID);fieldID=fileID}else{if(hasClass(field,"frm_pos_none"))return errors;val=jQuery(field).val();if(val===null)val="";else if(typeof val!=="string"){tempVal= -val;val="";for(i=0;i()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/i; -if(""!==field.value&&pattern.test(field.value)===false)errors[fieldID]=getFieldValidationMessage(field,"data-invmsg");if(shouldCheckConfirmField(field,onSubmit))confirmField(field,errors)}function checkPasswordField(field,errors,onSubmit){if(shouldCheckConfirmField(field,onSubmit))confirmField(field,errors)}function confirmField(field,errors){let value,confirmValue,firstField,fieldID=getFieldId(field,true),strippedId=field.id.replace("conf_",""),strippedFieldID=fieldID.replace("conf_",""),confirmField= -document.getElementById(strippedId.replace("field_","field_conf_"));if(confirmField===null||typeof errors["conf_"+strippedFieldID]!=="undefined")return;if(fieldID!==strippedFieldID){firstField=document.getElementById(strippedId);value=firstField.value;confirmValue=confirmField.value;if(value!==confirmValue)errors["conf_"+strippedFieldID]=getFieldValidationMessage(confirmField,"data-confmsg")}else validateField(confirmField)}function checkNumberField(field,errors){let fieldID,number=field.value;if(number!== -""&&isNaN(number/1)!==false){fieldID=getFieldId(field,true);if(!(fieldID in errors))errors[fieldID]=getFieldValidationMessage(field,"data-invmsg")}}function checkPatternField(field,errors){let fieldID,text=field.value,format=getFieldValidationMessage(field,"pattern");if(format!==""&&text!==""){fieldID=getFieldId(field,true);if(!(fieldID in errors))if("object"===typeof window.frmProForm&&"function"===typeof window.frmProForm.isIntlPhoneInput&&window.frmProForm.isIntlPhoneInput(field)){if(!window.frmProForm.validateIntlPhoneInput(field))errors[fieldID]= -getFieldValidationMessage(field,"data-invmsg")}else{format=new RegExp("^"+format+"$","i");if(format.test(text)===false)errors[fieldID]=getFieldValidationMessage(field,"data-invmsg")}}}function setSelectPlaceholderColor(){let selects=document.querySelectorAll(".form-field select"),styleElement=document.querySelector(".with_frm_style"),textColorDisabled=styleElement?getComputedStyle(styleElement).getPropertyValue("--text-color-disabled").trim():"",changeSelectColor;if(!selects.length||!textColorDisabled)return; -changeSelectColor=function(select){if(select.options[select.selectedIndex]&&hasClass(select.options[select.selectedIndex],"frm-select-placeholder"))select.style.setProperty("color",textColorDisabled,"important");else select.style.color=""};Array.prototype.forEach.call(selects,function(select){changeSelectColor(select);select.addEventListener("change",function(){changeSelectColor(select)})})}function hasInvisibleRecaptcha(object){let recaptcha,recaptchaID,alreadyChecked;if(isGoingToPrevPage(object))return false; -recaptcha=jQuery(object).find('.frm-g-recaptcha[data-size="invisible"], .g-recaptcha[data-size="invisible"]');if(recaptcha.length){recaptchaID=recaptcha.data("rid");alreadyChecked=grecaptcha.getResponse(recaptchaID);if(alreadyChecked.length===0)return recaptcha}return false}function executeInvisibleRecaptcha(invisibleRecaptcha){const recaptchaID=invisibleRecaptcha.data("rid");grecaptcha.reset(recaptchaID);grecaptcha.execute(recaptchaID)}function validateRecaptcha(form,errors){let response;const $recaptcha= -jQuery(form).find(".frm-g-recaptcha");if(!$recaptcha.length)return errors;const recaptchaID=$recaptcha.data("rid");try{response=grecaptcha.getResponse(recaptchaID)}catch(e){if(jQuery(form).find('input[name="recaptcha_checked"]').length)return errors;response=""}if(response.length===0){const fieldContainer=$recaptcha.closest(".frm_form_field");const fieldID=fieldContainer.attr("id").replace("frm_field_","").replace("_container","");errors[fieldID]=""}return errors}function getFieldValidationMessage(field, -messageType){let msg=field.getAttribute(messageType);if(null===msg)msg="";if(""!==msg&&shouldWrapErrorHtmlAroundMessageType(messageType))msg=wrapErrorHtml(msg,field);return msg}function wrapErrorHtml(msg,field){let errorHtml=field.getAttribute("data-error-html");if(null===errorHtml)return msg;errorHtml=errorHtml.replace(/\+/g,"%20");msg=decodeURIComponent(errorHtml).replace("[error]",msg);const fieldId=getFieldId(field,false);const split=fieldId.split("-");const fieldIdParts=field.id.split("_");fieldIdParts.shift(); -split[0]=fieldIdParts.join("_");const errorKey=split.join("-");return msg.replace("[key]",errorKey)}function shouldWrapErrorHtmlAroundMessageType(type){return"pattern"!==type}function shouldJSValidate(object){if("function"===typeof object.get)object=object.get(0);let validate=hasClass(object,"frm_js_validate");if(validate&&typeof frmProForm!=="undefined"&&(frmProForm.savingDraft(object)||frmProForm.goingToPreviousPage(object)))validate=false;return validate}function getFormErrors(object,action){let fieldset, -data,success,error,shouldTriggerEvent;fieldset=jQuery(object).find(".frm_form_field");fieldset.addClass("frm_doing_ajax");data=jQuery(object).serialize()+"&action=frm_entries_"+action+"&nonce="+frm_js.nonce;shouldTriggerEvent=object.classList.contains("frm_trigger_event_on_submit");const doRedirect=response=>{jQuery(document).trigger("frmBeforeFormRedirect",[object,response]);if(!response.openInNewTab){window.location=response.redirect;return}const newTab=window.open(response.redirect,"_blank");if(!newTab&& -response.fallbackMsg&&response.content)response.content=response.content.trim().replace(/(<\/div><\/div>)$/," "+response.fallbackMsg+"")};success=function(response){let defaultResponse,formID,replaceContent,pageOrder,formReturned,contSubmit,delay,$fieldCont,key,inCollapsedSection,frmTrigger;defaultResponse={content:"",errors:{},pass:false};if(response===null)response=defaultResponse;else{response=response.replace(/^\s+|\s+$/g,"");if(response.indexOf("{")===0)response=JSON.parse(response); -else response=defaultResponse}if(typeof response.redirect!=="undefined"){if(shouldTriggerEvent){triggerCustomEvent(object,"frmSubmitEvent");return}if(response.delay)setTimeout(function(){doRedirect(response)},1E3*response.delay);else doRedirect(response)}if("string"===typeof response.content&&response.content!==""){if(shouldTriggerEvent){triggerCustomEvent(object,"frmSubmitEvent",{content:response.content});return}removeSubmitLoading(jQuery(object));if(frm_js.offset!=-1)frmFrontForm.scrollMsg(jQuery(object), -false);formID=jQuery(object).find('input[name="form_id"]').val();response.content=response.content.replace(/ frm_pro_form /g," frm_pro_form frm_no_hide ");replaceContent=jQuery(object).closest(".frm_forms");removeAddedScripts(replaceContent,formID);delay=maybeSlideOut(replaceContent,response.content);setTimeout(function(){afterFormSubmittedBeforeReplace(object,response);replaceContent.replaceWith(response.content);addUrlParam(response);if(typeof frmThemeOverride_frmAfterSubmit==="function"){pageOrder= -jQuery('input[name="frm_page_order_'+formID+'"]').val();formReturned=jQuery(response.content).find('input[name="form_id"]').val();frmThemeOverride_frmAfterSubmit(formReturned,pageOrder,response.content,object)}afterFormSubmitted(object,response)},delay)}else if(Object.keys(response.errors).length){removeSubmitLoading(jQuery(object),"enable");contSubmit=true;removeAllErrors();$fieldCont=null;for(key in response.errors){$fieldCont=jQuery(object).find("#frm_field_"+key+"_container");if($fieldCont.length){if(!$fieldCont.is(":visible")){inCollapsedSection= -$fieldCont.closest(".frm_toggle_container");if(inCollapsedSection.length){frmTrigger=inCollapsedSection.prev();if(!frmTrigger.hasClass("frm_trigger"))frmTrigger=frmTrigger.prev(".frm_trigger");frmTrigger.trigger("click")}}if($fieldCont.is(":visible")){addFieldError($fieldCont,key,response.errors);contSubmit=false}}}jQuery(object).find(".frm-g-recaptcha, .g-recaptcha, .h-captcha").each(function(){const $recaptcha=jQuery(this),recaptchaID=$recaptcha.data("rid");if(typeof grecaptcha!=="undefined"&&grecaptcha)if(recaptchaID)grecaptcha.reset(recaptchaID); -else grecaptcha.reset();if(typeof hcaptcha!=="undefined"&&hcaptcha)hcaptcha.reset()});if(window.turnstile)object.querySelectorAll(".frm-cf-turnstile").forEach(turnstileField=>turnstileField.dataset.rid&&turnstile.reset(turnstileField.dataset.rid));jQuery(document).trigger("frmFormErrors",[object,response]);fieldset.removeClass("frm_doing_ajax");scrollToFirstField(object);if(contSubmit)object.submit();else{object.insertAdjacentHTML("afterbegin",response.error_message);checkForErrorsAndMaybeSetFocus()}}else{showFileLoading(object); -object.submit()}};error=function(){jQuery(object).find('input[type="submit"], input[type="button"]').prop("disabled",false);object.submit()};postToAjaxUrl(object,data,success,error)}function postToAjaxUrl(form,data,success,error){let ajaxUrl,action,ajaxParams;ajaxUrl=frm_js.ajax_url;action=form.getAttribute("action");if("string"===typeof action&&-1!==action.indexOf("?action=frm_forms_preview"))ajaxUrl=action.split("?action=frm_forms_preview")[0];ajaxParams={type:"POST",url:ajaxUrl,data:data,success:success}; -if("function"===typeof error)ajaxParams.error=error;jQuery.ajax(ajaxParams)}function afterFormSubmitted(object,response){const formCompleted=jQuery(response.content).find(".frm_message");if(formCompleted.length)jQuery(document).trigger("frmFormComplete",[object,response]);else jQuery(document).trigger("frmPageChanged",[object,response])}function afterFormSubmittedBeforeReplace(object,response){const formCompleted=jQuery(response.content).find(".frm_message");if(formCompleted.length)triggerCustomEvent(document, -"frmFormCompleteBeforeReplace",{object,response})}function removeAddedScripts(formContainer,formID){const endReplace=jQuery(".frm_end_ajax_"+formID);if(endReplace.length){formContainer.nextUntil(".frm_end_ajax_"+formID).remove();endReplace.remove()}}function maybeSlideOut(oldContent,newContent){let c,newClass="frm_slideout";if(newContent.indexOf(" frm_slide")!==-1){c=oldContent.children();if(newContent.indexOf(" frm_going_back")!==-1)newClass+=" frm_going_back";c.removeClass("frm_going_back");c.addClass(newClass); -return 300}return 0}function addUrlParam(response){let url;if(history.pushState&&typeof response.page!=="undefined"){url=addQueryVar("frm_page",response.page);window.history.pushState({html:response.html},"","?"+url)}}function addQueryVar(key,value){let kvp,i,x;key=encodeURI(key);value=encodeURI(value);kvp=document.location.search.substr(1).split("&");i=kvp.length;while(i--){x=kvp[i].split("=");if(x[0]==key){x[1]=value;kvp[i]=x.join("=");break}}if(i<0)kvp[kvp.length]=[key,value].join("=");return kvp.join("&")} -function addFieldError($fieldCont,key,jsErrors){let input,id,describedBy,roleString;if($fieldCont.length&&$fieldCont.is(":visible")){$fieldCont.addClass("frm_blank_field");input=$fieldCont.find("input, select, textarea");id=getErrorElementId(key,input.get(0));describedBy=input.attr("aria-describedby");if(typeof frmThemeOverride_frmPlaceError==="function")frmThemeOverride_frmPlaceError(key,jsErrors);else{if(-1!==jsErrors[key].indexOf("'+jsErrors[key]+"")}if(typeof describedBy==="undefined")describedBy=id;else if(describedBy.indexOf(id)===-1&&describedBy.indexOf("frm_error_field_")===-1)if(input.data("error-first")===0)describedBy=describedBy+" "+id;else describedBy=id+" "+describedBy;input.attr("aria-describedby",describedBy)}if(["radio","checkbox"].includes(input.attr("type")))input.closest('[role="radiogroup"], [role="group"]').attr("aria-invalid", -true);else input.attr("aria-invalid",true);jQuery(document).trigger("frmAddFieldError",[$fieldCont,key,jsErrors])}}function getErrorElementId(key,input){if(isNaN(key)||!input||!input.id)return"frm_error_field_"+key;return"frm_error_"+input.id}function removeFieldError($fieldCont){const errorMessage=$fieldCont.find(".frm_error");const errorId=errorMessage.attr("id");const input=$fieldCont.find("input, select, textarea");let describedBy=input.attr("aria-describedby");const fieldContainer=$fieldCont.get(0); -if(fieldContainer&&fieldContainer.classList)fieldContainer.classList.remove("frm_blank_field","has-error");if("true"===input.attr("aria-invalid"))input.attr("aria-invalid",false);else if(["radio","checkbox"].includes(input.attr("type")))input.closest('[role="radiogroup"], [role="group"]').attr("aria-invalid",false);errorMessage.remove();input.removeAttr("aria-describedby");if(typeof describedBy!=="undefined"){describedBy=describedBy.replace(errorId,"");input.attr("aria-describedby",describedBy)}} -function removeAllErrors(){jQuery(".form-field").removeClass("frm_blank_field has-error");jQuery(".form-field .frm_error").replaceWith("");jQuery(".frm_error_style").remove()}function scrollToFirstField(object){if("function"===typeof object.get)object=object.get(0);const field=object.querySelector(".frm_blank_field");if(field)frmFrontForm.scrollMsg(jQuery(field),object,true)}function showSubmitLoading($object){showLoadingIndicator($object);disableSubmitButton($object);disableSaveDraft($object)}function showLoadingIndicator($object){if(!$object.hasClass("frm_loading_form")&& -!$object.hasClass("frm_loading_prev")){addLoadingClass($object);$object.trigger("frmStartFormLoading")}}function addLoadingClass($object){const loadingClass=isGoingToPrevPage($object)?"frm_loading_prev":"frm_loading_form";$object.addClass(loadingClass)}function isGoingToPrevPage($object){return typeof frmProForm!=="undefined"&&frmProForm.goingToPreviousPage($object)}function removeSubmitLoading(_,enable,processesRunning){let loadingForm;if(processesRunning>0)return;loadingForm=jQuery(".frm_loading_form"); -loadingForm.removeClass("frm_loading_form");loadingForm.removeClass("frm_loading_prev");loadingForm.trigger("frmEndFormLoading");if(enable==="enable"){enableSubmitButton(loadingForm);enableSaveDraft(loadingForm)}}function showFileLoading(object){let fileval,loading=document.getElementById("frm_loading");if(loading!==null){fileval=jQuery(object).find("input[type=file]").val();if(typeof fileval!=="undefined"&&fileval!=="")setTimeout(function(){jQuery(loading).fadeIn("slow")},2E3)}}function confirmClick(){const message= -jQuery(this).data("frmconfirm");return confirm(message)}function onHoneypotFieldChange(){const css=jQuery(this).css("box-shadow");if(css.match(/inset/))this.parentNode.removeChild(this)}function changeFocusWhenClickComboFieldLabel(){let label;const comboInputsContainer=document.querySelectorAll(".frm_combo_inputs_container");comboInputsContainer.forEach(function(inputsContainer){if(!inputsContainer.closest(".frm_form_field"))return;label=inputsContainer.closest(".frm_form_field").querySelector(".frm_primary_label"); -if(!label)return;label.addEventListener("click",function(){inputsContainer.querySelector(".frm_form_field:first-child input, .frm_form_field:first-child select, .frm_form_field:first-child textarea").focus()})})}function maybeFocusOnComboSubField(element){if("FIELDSET"!==element.nodeName)return false;if(!element.querySelector(".frm_combo_inputs_container"))return false;const comboSubfield=element.querySelector('[aria-invalid="true"]');if(comboSubfield){focusInput(comboSubfield);return true}return false} -function checkForErrorsAndMaybeSetFocus(){let errors,element,timeoutCallback;if(!frm_js.focus_first_error)return;errors=document.querySelectorAll(".frm_form_field .frm_error");if(!errors.length)return;element=errors[0];do{element=element.previousSibling;if(-1!==["input","select","textarea"].indexOf(element.nodeName.toLowerCase())){focusInput(element);break}if(maybeFocusOnComboSubField(element))break;if("undefined"!==typeof element.classList){if(element.classList.contains("html-active"))timeoutCallback= -function(){const textarea=element.querySelector("textarea");if(null!==textarea)textarea.focus()};else if(element.classList.contains("tmce-active"))timeoutCallback=function(){tinyMCE.activeEditor.focus()};else if(element.classList.contains("frm_opt_container")){const firstInput=element.querySelector("input");if(firstInput){focusInput(firstInput);break}}if("function"===typeof timeoutCallback){setTimeout(timeoutCallback,0);break}}}while(element.previousSibling)}function focusInput(input){if(input.offsetParent!== -null)input.focus();else triggerCustomEvent(document,"frmMaybeDelayFocus",{input})}function documentOn(event,selector,handler,options){if("undefined"===typeof options)options=false;document.addEventListener(event,function(e){let target;for(target=e.target;target&&target!=this;target=target.parentNode)if(target&&target.matches&&target.matches(selector)){handler.call(target,e);break}},options)}function initFloatingLabels(){let checkFloatLabel,checkDropdownLabel,runOnLoad,selector,floatClass;selector= -".frm-show-form .frm_inside_container input, .frm-show-form .frm_inside_container select, .frm-show-form .frm_inside_container textarea";floatClass="frm_label_float_top";checkFloatLabel=function(input){let container,shouldFloatTop,firstOpt;container=input.closest(".frm_inside_container");if(!container)return;shouldFloatTop=input.value||document.activeElement===input;container.classList.toggle(floatClass,shouldFloatTop);if("SELECT"===input.tagName){firstOpt=input.querySelector("option:first-child"); -if(shouldFloatTop){if(firstOpt.hasAttribute("data-label")){firstOpt.textContent=firstOpt.getAttribute("data-label");firstOpt.removeAttribute("data-label")}}else if(firstOpt.textContent){firstOpt.setAttribute("data-label",firstOpt.textContent);firstOpt.textContent=""}}};checkDropdownLabel=function(){document.querySelectorAll(".frm-show-form .frm_inside_container:not(."+floatClass+") select").forEach(function(input){const firstOpt=input.querySelector("option:first-child");if(firstOpt.textContent){firstOpt.setAttribute("data-label", -firstOpt.textContent);firstOpt.textContent=""}})};["focus","blur","change"].forEach(function(eventName){documentOn(eventName,selector,function(event){checkFloatLabel(event.target)},true)});jQuery(document).on("change",selector,function(event){checkFloatLabel(event.target)});runOnLoad=function(firstLoad){if(firstLoad&&document.activeElement&&-1!==["INPUT","SELECT","TEXTAREA"].indexOf(document.activeElement.tagName))checkFloatLabel(document.activeElement);else if(firstLoad)document.querySelectorAll(".frm_inside_container").forEach(function(container){const input= -container.querySelector("input, select, textarea");if(input&&""!==input.value)checkFloatLabel(input)});checkDropdownLabel()};runOnLoad(true);jQuery(document).on("frmPageChanged",function(event){runOnLoad()});document.addEventListener("frm_after_start_over",function(event){runOnLoad()})}function shouldUpdateValidityMessage(target){if("INPUT"!==target.nodeName)return false;if(!target.dataset.invmsg)return false;if("text"!==target.getAttribute("type"))return false;if(target.classList.contains("frm_verify"))return false; -return true}function maybeClearCustomValidityMessage(event,field){let key,isInvalid=false;if(!shouldUpdateValidityMessage(field))return;for(key in field.validity){if("customError"===key)continue;if("valid"!==key&&field.validity[key]===true){isInvalid=true;break}}if(!isInvalid)field.setCustomValidity("")}function maybeShowNewTabFallbackMessage(){let messageEl;if(!window.frmShowNewTabFallback)return;messageEl=document.querySelector("#frm_form_"+frmShowNewTabFallback.formId+"_container .frm_message"); -if(!messageEl)return;messageEl.insertAdjacentHTML("beforeend"," "+frmShowNewTabFallback.message)}function setCustomValidityMessage(){let forms,length,index;forms=document.getElementsByClassName("frm-show-form");length=forms.length;for(index=0;indexb.toString(16).padStart(2,"0")).join("");const timestamp=Date.now().toString(16); -return uniqueKey+"-"+timestamp}function animateScroll(start,end,duration){if(!window.hasOwnProperty("performance")||!window.hasOwnProperty("requestAnimationFrame")){document.documentElement.scrollTop=end;return}const startTime=performance.now();const step=currentTime=>{const progress=Math.min((currentTime-startTime)/duration,1);document.documentElement.scrollTop=start+(end-start)*progress;if(progress<1)requestAnimationFrame(step)};requestAnimationFrame(step)}function maybeFixCaptchaLabel(captcha){const form= -captcha.closest("form");if(!form)return;const label=form.querySelector('label[for="g-recaptcha-response"], label[for="cf-turnstile-response"]');const captchaResponse=form.querySelector('[name="g-recaptcha-response"], [name="cf-turnstile-response"]');if(label&&captchaResponse)label.htmlFor=captchaResponse.id}return{init:function(){jQuery(document).off("submit.formidable",".frm-show-form");jQuery(document).on("submit.formidable",".frm-show-form",frmFrontForm.submitForm);jQuery(".frm-show-form input[onblur], .frm-show-form textarea[onblur]").each(function(){if(jQuery(this).val()=== -"")jQuery(this).trigger("blur")});jQuery(document).on("change",'.frm-show-form input[name^="item_meta"], .frm-show-form select[name^="item_meta"], .frm-show-form textarea[name^="item_meta"]',frmFrontForm.fieldValueChanged);jQuery(document).on("change",".frm_verify[id^=field_]",onHoneypotFieldChange);jQuery(document).on("click","a[data-frmconfirm]",confirmClick);checkForErrorsAndMaybeSetFocus();changeFocusWhenClickComboFieldLabel();initFloatingLabels();maybeShowNewTabFallbackMessage();jQuery(document).on("frmAfterAddRow", -setCustomValidityMessage);setCustomValidityMessage();jQuery(document).on("frmFieldChanged",maybeClearCustomValidityMessage);setSelectPlaceholderColor();jQuery(document).on("elementor/popup/show",frmRecaptcha);enableSubmitButtonOnBackButtonPress();jQuery(document).on("frmPageChanged",destroyhCaptcha)},getFieldId,renderCaptcha:function(captcha,captchaSelector){const rendered=captcha.getAttribute("data-rid")!==null;if(rendered)return;const size=captcha.getAttribute("data-size");const params={sitekey:captcha.getAttribute("data-sitekey"), -size:size,theme:captcha.getAttribute("data-theme")};if(size==="invisible"){const formID=captcha.closest("form")?.querySelector('input[name="form_id"]')?.value;const captchaLabel=captcha.closest(".frm_form_field")?.querySelector(".frm_primary_label");if(captchaLabel)captchaLabel.style.display="none";params.callback=function(token){frmFrontForm.afterRecaptcha(token,formID)}}const activeCaptcha=getSelectedCaptcha(captchaSelector);const captchaContainer=typeof turnstile!=="undefined"&&turnstile===activeCaptcha? -"#"+captcha.id:captcha.id;const captchaID=activeCaptcha.render(captchaContainer,params);captcha.setAttribute("data-rid",captchaID);maybeFixCaptchaLabel(captcha)},afterSingleRecaptcha:function(){const object=jQuery(".frm-show-form .g-recaptcha").closest("form")[0];frmFrontForm.submitFormNow(object)},afterRecaptcha:function(_,formID){const object=jQuery("#frm_form_"+formID+"_container form")[0];frmFrontForm.submitFormNow(object)},submitForm:function(e){frmFrontForm.submitFormManual(e,this)},submitFormManual:function(e, -object){let isPro,errors,invisibleRecaptcha=hasInvisibleRecaptcha(object),classList=object.className.trim().split(/\s+/gi);if(classList&&invisibleRecaptcha.length<1){isPro=classList.indexOf("frm_pro_form")>-1;if(!isPro)return}if(jQuery("body").hasClass("wp-admin")&&jQuery(object).closest(".frmapi-form").length<1)return;e.preventDefault();if(typeof frmProForm!=="undefined"&&typeof frmProForm.submitAllowed==="function"&&!frmProForm.submitAllowed(object))return;errors=frmFrontForm.validateFormSubmit(object); -if(Object.keys(errors).length!==0)return;if(invisibleRecaptcha.length){showLoadingIndicator(jQuery(object));executeInvisibleRecaptcha(invisibleRecaptcha)}else{showSubmitLoading(jQuery(object));frmFrontForm.submitFormNow(object)}},submitFormNow:function(object){let hasFileFields,antispamInput,classList=object.className.trim().split(/\s+/gi);if(object.hasAttribute("data-token")&&null===object.querySelector('[name="antispam_token"]')){antispamInput=document.createElement("input");antispamInput.type= -"hidden";antispamInput.name="antispam_token";antispamInput.value=object.getAttribute("data-token");object.appendChild(antispamInput)}const uniqueIDInput=document.createElement("input");uniqueIDInput.type="hidden";uniqueIDInput.name="unique_id";uniqueIDInput.value=getUniqueKey();object.appendChild(uniqueIDInput);if(classList.indexOf("frm_ajax_submit")>-1){hasFileFields=jQuery(object).find('input[type="file"]').filter(function(){return!!this.value}).length;if(hasFileFields<1){const action=jQuery(object).find('input[name="frm_action"]').val(); -frmFrontForm.checkFormErrors(object,action)}else object.submit()}else object.submit()},validateFormSubmit:function(object){if(typeof tinyMCE!=="undefined"&&jQuery(object).find(".wp-editor-wrap").length)tinyMCE.triggerSave();jsErrors=[];if(shouldJSValidate(object)){frmFrontForm.getAjaxFormErrors(object);if(Object.keys(jsErrors).length)frmFrontForm.addAjaxFormErrors(object)}return jsErrors},getAjaxFormErrors:function(object){let customErrors,key;jsErrors=validateForm(object);if(typeof frmThemeOverride_jsErrors=== -"function"){const action=jQuery(object).find('input[name="frm_action"]').val();customErrors=frmThemeOverride_jsErrors(action,object);if(Object.keys(customErrors).length)for(key in customErrors)jsErrors[key]=customErrors[key]}triggerCustomEvent(document,"frm_get_ajax_form_errors",{formEl:object,errors:jsErrors});return jsErrors},addAjaxFormErrors:function(object){let key,$fieldCont;removeAllErrors();for(key in jsErrors){$fieldCont=jQuery(object).find("#frm_field_"+key+"_container");if($fieldCont.length)addFieldError($fieldCont, -key,jsErrors);else delete jsErrors[key]}scrollToFirstField(object);checkForErrorsAndMaybeSetFocus()},checkFormErrors:getFormErrors,checkRequiredField,showSubmitLoading,removeSubmitLoading,scrollToID:function(id){const object=jQuery(document.getElementById(id));frmFrontForm.scrollMsg(object,false)},scrollMsg:function(id,object,animate){let newPos,m,b,screenTop,screenBottom,scrollObj="";if(typeof object==="undefined"){scrollObj=jQuery(document.getElementById("frm_form_"+id+"_container"));if(scrollObj.length< -1)return}else if(typeof id==="string")scrollObj=jQuery(object).find("#frm_field_"+id+"_container");else scrollObj=id;jQuery(scrollObj).trigger("focus");newPos=scrollObj.offset().top;if(!newPos||frm_js.offset==="-1")return;newPos=newPos-frm_js.offset;m=jQuery("html").css("margin-top");b=jQuery("body").css("margin-top");if(m||b)newPos=newPos-parseInt(m)-parseInt(b);if(newPos&&window.innerHeight){screenTop=document.documentElement.scrollTop||document.body.scrollTop;screenBottom=screenTop+window.innerHeight; -if(newPos>screenBottom||newPos/g,">").replace(/"/g,""").replace(/'/g,"'")},invisible:function(classes){console.warn("DEPRECATED: function frmFrontForm.invisible in v6.16.3");jQuery(classes).css("visibility","hidden")},visible:function(classes){console.warn("DEPRECATED: function frmFrontForm.visible in v6.16.3");jQuery(classes).css("visibility","visible")},triggerCustomEvent:triggerCustomEvent,documentOn}}window.frmFrontForm=frmFrontFormJS();jQuery(document).ready(function(){frmFrontForm.init()}); +function frmFrontFormJS(){let jsErrors=[];function triggerCustomEvent(el,eventName,data){if(typeof window.CustomEvent!=="function")return;const event=new CustomEvent(eventName);event.frmData=data;el.dispatchEvent(event)}function getFieldId(field,fullID){let nameParts,fieldId,isRepeating=false,fieldName="";if(field instanceof jQuery)field=field.get(0);fieldName=field.name;if(typeof fieldName==="undefined")fieldName="";if(fieldName===""){fieldName=field.getAttribute("data-name");if(typeof fieldName=== +"undefined")fieldName="";if(fieldName!==""&&fieldName)return fieldName;return 0}nameParts=fieldName.replace("item_meta[","").replace("[]","").split("]");if(nameParts.length<1)return 0;nameParts=nameParts.filter(function(n){return n!==""});fieldId=nameParts[0];if(nameParts.length===1)return fieldId;if(nameParts[1]==="[form"||nameParts[1]==="[row_ids")return 0;if(document.querySelector('input[name="item_meta['+fieldId+'][form]"]')){fieldId=nameParts[2].replace("[","");isRepeating=true}if("other"=== +fieldId)if(isRepeating)fieldId=nameParts[3].replace("[","");else fieldId=nameParts[1].replace("[","");if(fullID===true)if(fieldId===nameParts[0])fieldId=fieldId+"-"+nameParts[1].replace("[","");else fieldId=fieldId+"-"+nameParts[0]+"-"+nameParts[1].replace("[","");return fieldId}function disableSubmitButton($form){const form=$form instanceof jQuery?$form.get(0):$form;if(!form)return;form.querySelectorAll('input[type="submit"], input[type="button"], button[type="submit"], button.frm_save_draft').forEach(button=> +button.disabled=true)}function enableSubmitButton(form){form.querySelectorAll('input[type="submit"], input[type="button"], button[type="submit"]').forEach(button=>button.disabled=false)}function disableSaveDraft($form){const form=$form instanceof jQuery?$form.get(0):$form;if(!form)return;form.querySelectorAll("a.frm_save_draft").forEach(link=>link.style.pointerEvents="none")}function enableSaveDraft($form){const form=$form instanceof jQuery?$form.get(0):$form;if(!form)return;form.querySelectorAll(".frm_save_draft").forEach(saveDraftButton=> +{saveDraftButton.disabled=false;saveDraftButton.style.pointerEvents=""})}function validateForm(object){let errors=[];const vanillaJsObject="function"===typeof object.get?object.get(0):object;vanillaJsObject?.querySelectorAll(".frm_required_field").forEach(requiredField=>{const isVisible=requiredField.offsetParent!==null;if(!isVisible)return;requiredField.querySelectorAll("input, select, textarea").forEach(requiredInput=>{if(hasClass(requiredInput,"frm_optional")||hasClass(requiredInput,"ed_button"))return; +errors=checkRequiredField(requiredInput,errors)})});vanillaJsObject?.querySelectorAll("input,select,textarea").forEach(field=>{if(""===field.value){if("number"===field.type)checkValidity(field,errors);const isConfirmationField=field.name&&0===field.name.indexOf("item_meta[conf_");if(!isConfirmationField)return}validateFieldValue(field,errors,true);checkValidity(field,errors)});if(!hasInvisibleRecaptcha(object))errors=validateRecaptcha(object,errors);return errors}function checkValidity(field,errors){let fieldID; +if("object"!==typeof field.validity||false!==field.validity.valid)return;fieldID=getFieldId(field,true);if("undefined"===typeof errors[fieldID])errors[fieldID]=getFieldValidationMessage(field,"data-invmsg");if("function"===typeof field.reportValidity)field.reportValidity()}function hasClass(element,targetClass){return element.classList&&element.classList.contains(targetClass)}function maybeValidateChange(field){if(field.type==="url")maybeAddHttpsToUrl(field);const form=field.closest("form");if(form&& +hasClass(form,"frm_js_validate"))validateField(field)}function maybeAddHttpsToUrl(field){const url=field.value;const matches=url.match(/^(https?|ftps?|mailto|news|feed|telnet):/);if(field.value!==""&&matches===null)field.value="https://"+url}function validateField(field){let errors,key;errors=[];const fieldContainer=field.closest(".frm_form_field");if(!fieldContainer)return;if(hasClass(fieldContainer,"frm_required_field")&&!hasClass(field,"frm_optional"))errors=checkRequiredField(field,errors);if(errors.length< +1)validateFieldValue(field,errors,false);removeFieldError(fieldContainer);if(Object.keys(errors).length>0)for(key in errors)addFieldError(fieldContainer,key,errors)}function validateFieldValue(field,errors,onSubmit){if(field.type==="hidden");else if(field.type==="number")checkNumberField(field,errors);else if(field.type==="email")checkEmailField(field,errors,onSubmit);else if(field.type==="password")checkPasswordField(field,errors,onSubmit);else if(field.type==="url")checkUrlField(field,errors);else if(field.pattern!== +null)checkPatternField(field,errors);if("tel"===field.type&&shouldCheckConfirmField(field,onSubmit))confirmField(field,errors);triggerCustomEvent(document,"frm_validate_field_value",{field:field,errors:errors,onSubmit:onSubmit})}function checkRequiredField(field,errors){let tempVal,i,placeholder,val="",fieldID="",fileID=field.getAttribute("data-frmfile");if(field.type==="hidden"&&fileID===null&&!isAppointmentField(field)&&!isInlineDatepickerField(field))return errors;if(field.type==="checkbox"||field.type=== +"radio")document.querySelectorAll('input[name="'+field.name+'"]').forEach(function(input){const requiredField=input.closest(".frm_required_field");if(!requiredField)return;const checkedInputs=requiredField.querySelectorAll("input:checked");checkedInputs.forEach(function(checkedInput){val=checkedInput.value})});else if(field.type==="file"||fileID){if(typeof fileID==="undefined"){fileID=getFieldId(field,true);fileID=fileID.replace("file","")}if(typeof errors[fileID]==="undefined")val=getFileVals(fileID); +fieldID=fileID}else{if(hasClass(field,"frm_pos_none"))return errors;val=jQuery(field).val();if(val===null)val="";else if(typeof val!=="string"){tempVal=val;val="";for(i=0;i()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/i;if(""!==field.value&&pattern.test(field.value)===false)errors[fieldID]=getFieldValidationMessage(field,"data-invmsg");if(shouldCheckConfirmField(field,onSubmit))confirmField(field, +errors)}function checkPasswordField(field,errors,onSubmit){if(shouldCheckConfirmField(field,onSubmit))confirmField(field,errors)}function confirmField(field,errors){let value,confirmValue,firstField,fieldID=getFieldId(field,true),strippedId=field.id.replace("conf_",""),strippedFieldID=fieldID.replace("conf_",""),confirmField=document.getElementById(strippedId.replace("field_","field_conf_"));if(confirmField===null||typeof errors["conf_"+strippedFieldID]!=="undefined")return;if(fieldID!==strippedFieldID){firstField= +document.getElementById(strippedId);value=firstField.value;confirmValue=confirmField.value;if(value!==confirmValue)errors["conf_"+strippedFieldID]=getFieldValidationMessage(confirmField,"data-confmsg")}else validateField(confirmField)}function checkNumberField(field,errors){let fieldID,number=field.value;if(number!==""&&isNaN(number/1)!==false){fieldID=getFieldId(field,true);if(!(fieldID in errors))errors[fieldID]=getFieldValidationMessage(field,"data-invmsg")}}function checkPatternField(field,errors){let fieldID, +text=field.value,format=getFieldValidationMessage(field,"pattern");if(format!==""&&text!==""){fieldID=getFieldId(field,true);if(!(fieldID in errors))if("object"===typeof window.frmProForm&&"function"===typeof window.frmProForm.isIntlPhoneInput&&window.frmProForm.isIntlPhoneInput(field)){if(!window.frmProForm.validateIntlPhoneInput(field))errors[fieldID]=getFieldValidationMessage(field,"data-invmsg")}else{format=new RegExp("^"+format+"$","i");if(format.test(text)===false)errors[fieldID]=getFieldValidationMessage(field, +"data-invmsg")}}}function setSelectPlaceholderColor(){let selects=document.querySelectorAll(".form-field select"),styleElement=document.querySelector(".with_frm_style"),textColorDisabled=styleElement?getComputedStyle(styleElement).getPropertyValue("--text-color-disabled").trim():"",changeSelectColor;if(!selects.length||!textColorDisabled)return;changeSelectColor=function(select){if(select.options[select.selectedIndex]&&hasClass(select.options[select.selectedIndex],"frm-select-placeholder"))select.style.setProperty("color", +textColorDisabled,"important");else select.style.color=""};Array.prototype.forEach.call(selects,function(select){changeSelectColor(select);select.addEventListener("change",function(){changeSelectColor(select)})})}function hasInvisibleRecaptcha(object){if(isGoingToPrevPage(object))return false;const form=object instanceof jQuery?object.get(0):object;if(!form)return false;const recaptcha=form.querySelector('.frm-g-recaptcha[data-size="invisible"], .g-recaptcha[data-size="invisible"]');if(recaptcha){const recaptchaID= +recaptcha.dataset.rid;const alreadyChecked=grecaptcha.getResponse(recaptchaID);if(alreadyChecked.length===0)return recaptcha}return false}function executeInvisibleRecaptcha(invisibleRecaptcha){const recaptchaID=invisibleRecaptcha.dataset.rid;grecaptcha.reset(recaptchaID);grecaptcha.execute(recaptchaID)}function validateRecaptcha(form,errors){const formEl=form instanceof jQuery?form.get(0):form;if(!formEl)return errors;const recaptcha=formEl.querySelector(".frm-g-recaptcha");if(!recaptcha)return errors; +const recaptchaID=recaptcha.dataset.rid;let response;try{response=grecaptcha.getResponse(recaptchaID)}catch(e){if(formEl.querySelector('input[name="recaptcha_checked"]'))return errors;response=""}if(response.length===0){const fieldContainer=recaptcha.closest(".frm_form_field");if(fieldContainer&&fieldContainer.id){const fieldID=fieldContainer.id.replace("frm_field_","").replace("_container","");errors[fieldID]=""}}return errors}function getFieldValidationMessage(field,messageType){let msg=field.getAttribute(messageType); +if(null===msg)msg="";if(""!==msg&&shouldWrapErrorHtmlAroundMessageType(messageType))msg=wrapErrorHtml(msg,field);return msg}function wrapErrorHtml(msg,field){let errorHtml=field.getAttribute("data-error-html");if(null===errorHtml)return msg;errorHtml=errorHtml.replace(/\+/g,"%20");msg=decodeURIComponent(errorHtml).replace("[error]",msg);const fieldId=getFieldId(field,false);const split=fieldId.split("-");const fieldIdParts=field.id.split("_");fieldIdParts.shift();split[0]=fieldIdParts.join("_");const errorKey= +split.join("-");return msg.replace("[key]",errorKey)}function shouldWrapErrorHtmlAroundMessageType(type){return"pattern"!==type}function shouldJSValidate(object){if("function"===typeof object.get)object=object.get(0);let validate=hasClass(object,"frm_js_validate");if(validate&&typeof frmProForm!=="undefined"&&(frmProForm.savingDraft(object)||frmProForm.goingToPreviousPage(object)))validate=false;return validate}function getFormErrors(object,action){let data,success,error,shouldTriggerEvent;const fieldsets= +object.querySelectorAll(".frm_form_field");fieldsets.forEach(field=>field.classList.add("frm_doing_ajax"));data=jQuery(object).serialize()+"&action=frm_entries_"+action+"&nonce="+frm_js.nonce;shouldTriggerEvent=object.classList.contains("frm_trigger_event_on_submit");const doRedirect=response=>{jQuery(document).trigger("frmBeforeFormRedirect",[object,response]);if(!response.openInNewTab){window.location=response.redirect;return}const newTab=window.open(response.redirect,"_blank");if(!newTab&&response.fallbackMsg&& +response.content)response.content=response.content.trim().replace(/(<\/div><\/div>)$/," "+response.fallbackMsg+"")};success=function(response){let defaultResponse,formID,replaceContent,pageOrder,formReturned,contSubmit,delay,$fieldCont,key,inCollapsedSection,frmTrigger;defaultResponse={content:"",errors:{},pass:false};if(response===null)response=defaultResponse;else{response=response.replace(/^\s+|\s+$/g,"");if(response.indexOf("{")===0)response=JSON.parse(response);else response=defaultResponse}if(typeof response.redirect!== +"undefined"){if(shouldTriggerEvent){triggerCustomEvent(object,"frmSubmitEvent");return}if(response.delay)setTimeout(function(){doRedirect(response)},1E3*response.delay);else doRedirect(response)}if("string"===typeof response.content&&response.content!==""){if(shouldTriggerEvent){triggerCustomEvent(object,"frmSubmitEvent",{content:response.content});return}removeSubmitLoading(jQuery(object));if(frm_js.offset!=-1)frmFrontForm.scrollMsg(jQuery(object),false);const formIdInput=object.querySelector('input[name="form_id"]'); +formID=formIdInput?formIdInput.value:"";response.content=response.content.replace(/ frm_pro_form /g," frm_pro_form frm_no_hide ");replaceContent=jQuery(object).closest(".frm_forms");removeAddedScripts(replaceContent,formID);delay=maybeSlideOut(replaceContent,response.content);setTimeout(function(){afterFormSubmittedBeforeReplace(object,response);replaceContent.replaceWith(response.content);addUrlParam(response);if(typeof frmThemeOverride_frmAfterSubmit==="function"){const pageOrderInput=document.querySelector('input[name="frm_page_order_'+ +formID+'"]');pageOrder=pageOrderInput?pageOrderInput.value:"";const tempDiv=document.createElement("div");tempDiv.innerHTML=response.content;const formReturnedInput=tempDiv.querySelector('input[name="form_id"]');formReturned=formReturnedInput?formReturnedInput.value:"";frmThemeOverride_frmAfterSubmit(formReturned,pageOrder,response.content,object)}afterFormSubmitted(object,response)},delay)}else if(Object.keys(response.errors).length){removeSubmitLoading(jQuery(object),"enable");contSubmit=true;removeAllErrors(); +$fieldCont=null;for(key in response.errors){const fieldContEl=object.querySelector("#frm_field_"+key+"_container");$fieldCont=fieldContEl?jQuery(fieldContEl):jQuery();if($fieldCont.length){if(!$fieldCont.is(":visible")){inCollapsedSection=$fieldCont.closest(".frm_toggle_container");if(inCollapsedSection.length){frmTrigger=inCollapsedSection.prev();if(!frmTrigger.hasClass("frm_trigger"))frmTrigger=frmTrigger.prev(".frm_trigger");frmTrigger.trigger("click")}}if($fieldCont.is(":visible")){addFieldError($fieldCont, +key,response.errors);contSubmit=false}}}object.querySelectorAll(".frm-g-recaptcha, .g-recaptcha, .h-captcha").forEach(function(captchaEl){const recaptchaID=captchaEl.dataset.rid;if(typeof grecaptcha!=="undefined"&&grecaptcha)if(recaptchaID)grecaptcha.reset(recaptchaID);else grecaptcha.reset();if(typeof hcaptcha!=="undefined"&&hcaptcha)hcaptcha.reset()});if(window.turnstile)object.querySelectorAll(".frm-cf-turnstile").forEach(turnstileField=>turnstileField.dataset.rid&&turnstile.reset(turnstileField.dataset.rid)); +jQuery(document).trigger("frmFormErrors",[object,response]);fieldsets.forEach(field=>field.classList.remove("frm_doing_ajax"));scrollToFirstField(object);if(contSubmit)object.submit();else{object.insertAdjacentHTML("afterbegin",response.error_message);checkForErrorsAndMaybeSetFocus()}}else{showFileLoading(object);object.submit()}};error=function(){object.querySelectorAll('input[type="submit"], input[type="button"]').forEach(button=>button.disabled=false);object.submit()};postToAjaxUrl(object,data, +success,error)}function postToAjaxUrl(form,data,success,error){let ajaxUrl,action,ajaxParams;ajaxUrl=frm_js.ajax_url;action=form.getAttribute("action");if("string"===typeof action&&-1!==action.indexOf("?action=frm_forms_preview"))ajaxUrl=action.split("?action=frm_forms_preview")[0];ajaxParams={type:"POST",url:ajaxUrl,data:data,success:success};if("function"===typeof error)ajaxParams.error=error;jQuery.ajax(ajaxParams)}function afterFormSubmitted(object,response){const tempDiv=document.createElement("div"); +tempDiv.innerHTML=response.content;const formCompleted=tempDiv.querySelector(".frm_message");if(formCompleted)jQuery(document).trigger("frmFormComplete",[object,response]);else jQuery(document).trigger("frmPageChanged",[object,response])}function afterFormSubmittedBeforeReplace(object,response){const tempDiv=document.createElement("div");tempDiv.innerHTML=response.content;const formCompleted=tempDiv.querySelector(".frm_message");if(formCompleted)triggerCustomEvent(document,"frmFormCompleteBeforeReplace", +{object,response})}function removeAddedScripts(formContainer,formID){const endReplace=document.querySelectorAll(".frm_end_ajax_"+formID);if(endReplace.length){formContainer.nextUntil(".frm_end_ajax_"+formID).remove();endReplace.forEach(el=>el.remove())}}function maybeSlideOut(oldContent,newContent){let c,newClass="frm_slideout";if(newContent.indexOf(" frm_slide")!==-1){c=oldContent.children();if(newContent.indexOf(" frm_going_back")!==-1)newClass+=" frm_going_back";c.removeClass("frm_going_back"); +c.addClass(newClass);return 300}return 0}function addUrlParam(response){let url;if(history.pushState&&typeof response.page!=="undefined"){url=addQueryVar("frm_page",response.page);window.history.pushState({html:response.html},"","?"+url)}}function addQueryVar(key,value){let kvp,i,x;key=encodeURI(key);value=encodeURI(value);kvp=document.location.search.substr(1).split("&");i=kvp.length;while(i--){x=kvp[i].split("=");if(x[0]==key){x[1]=value;kvp[i]=x.join("=");break}}if(i<0)kvp[kvp.length]=[key,value].join("="); +return kvp.join("&")}function addFieldError($fieldCont,key,jsErrors){let id,describedBy,roleString;const container=$fieldCont instanceof jQuery?$fieldCont.get(0):$fieldCont;if(!container||container.offsetParent===null)return;container.classList.add("frm_blank_field");const input=container.querySelector("input, select, textarea");id=getErrorElementId(key,input);describedBy=input?input.getAttribute("aria-describedby"):null;if(typeof frmThemeOverride_frmPlaceError==="function")frmThemeOverride_frmPlaceError(key, +jsErrors);else{let errorHtml;if(-1!==jsErrors[key].indexOf("'+jsErrors[key]+""}container.insertAdjacentHTML("beforeend",errorHtml);if(input){if(!describedBy)describedBy=id;else if(describedBy.indexOf(id)===-1&&describedBy.indexOf("frm_error_field_")===-1){const errorFirst=input.dataset.errorFirst;if(errorFirst==="0")describedBy=describedBy+" "+ +id;else describedBy=id+" "+describedBy}input.setAttribute("aria-describedby",describedBy)}}if(input)if(["radio","checkbox"].includes(input.type)){const group=input.closest('[role="radiogroup"], [role="group"]');if(group)group.setAttribute("aria-invalid","true")}else input.setAttribute("aria-invalid","true");jQuery(document).trigger("frmAddFieldError",[jQuery(container),key,jsErrors])}function getErrorElementId(key,input){if(isNaN(key)||!input||!input.id)return"frm_error_field_"+key;return"frm_error_"+ +input.id}function removeFieldError(fieldCont){const container=fieldCont instanceof jQuery?fieldCont.get(0):fieldCont;if(!container)return;const errorMessage=container.querySelector(".frm_error");const errorId=errorMessage?errorMessage.id:"";const input=container.querySelector("input, select, textarea");let describedBy=input?input.getAttribute("aria-describedby"):null;container.classList.remove("frm_blank_field","has-error");if(input)if("true"===input.getAttribute("aria-invalid"))input.setAttribute("aria-invalid", +"false");else if(["radio","checkbox"].includes(input.type)){const group=input.closest('[role="radiogroup"], [role="group"]');if(group)group.setAttribute("aria-invalid","false")}if(errorMessage)errorMessage.remove();if(input){input.removeAttribute("aria-describedby");if(describedBy){describedBy=describedBy.replace(errorId,"").trim();if(describedBy)input.setAttribute("aria-describedby",describedBy)}}}function removeAllErrors(){document.querySelectorAll(".form-field").forEach(field=>{field.classList.remove("frm_blank_field", +"has-error")});document.querySelectorAll(".form-field .frm_error").forEach(error=>error.remove());document.querySelectorAll(".frm_error_style").forEach(error=>error.remove())}function scrollToFirstField(object){if("function"===typeof object.get)object=object.get(0);const field=object.querySelector(".frm_blank_field");if(field)frmFrontForm.scrollMsg(jQuery(field),object,true)}function showSubmitLoading($object){showLoadingIndicator($object);disableSubmitButton($object);disableSaveDraft($object)}function showLoadingIndicator($object){if(!$object.hasClass("frm_loading_form")&& +!$object.hasClass("frm_loading_prev")){addLoadingClass($object);$object.trigger("frmStartFormLoading")}}function addLoadingClass($object){const loadingClass=isGoingToPrevPage($object)?"frm_loading_prev":"frm_loading_form";$object.addClass(loadingClass)}function isGoingToPrevPage($object){return typeof frmProForm!=="undefined"&&frmProForm.goingToPreviousPage($object)}function removeSubmitLoading(_,enable,processesRunning){if(processesRunning>0)return;document.querySelectorAll(".frm_loading_form").forEach(function(form){form.classList.remove("frm_loading_form", +"frm_loading_prev");jQuery(form).trigger("frmEndFormLoading");if(enable==="enable"){enableSubmitButton(form);enableSaveDraft(form)}})}function showFileLoading(object){const loading=document.getElementById("frm_loading");if(loading===null)return;const fileInput=object.querySelector("input[type=file]");const fileval=fileInput?fileInput.value:"";if(fileval!=="")setTimeout(function(){jQuery(loading).fadeIn("slow")},2E3)}function confirmClick(){const message=this.dataset.frmconfirm;return confirm(message)} +function onHoneypotFieldChange(){const css=window.getComputedStyle(this).boxShadow;if(css&&css.match(/inset/))this.parentNode.removeChild(this)}function changeFocusWhenClickComboFieldLabel(){let label;const comboInputsContainer=document.querySelectorAll(".frm_combo_inputs_container");comboInputsContainer.forEach(function(inputsContainer){if(!inputsContainer.closest(".frm_form_field"))return;label=inputsContainer.closest(".frm_form_field").querySelector(".frm_primary_label");if(!label)return;label.addEventListener("click", +function(){inputsContainer.querySelector(".frm_form_field:first-child input, .frm_form_field:first-child select, .frm_form_field:first-child textarea").focus()})})}function maybeFocusOnComboSubField(element){if("FIELDSET"!==element.nodeName)return false;if(!element.querySelector(".frm_combo_inputs_container"))return false;const comboSubfield=element.querySelector('[aria-invalid="true"]');if(comboSubfield){focusInput(comboSubfield);return true}return false}function checkForErrorsAndMaybeSetFocus(){let errors, +element,timeoutCallback;if(!frm_js.focus_first_error)return;errors=document.querySelectorAll(".frm_form_field .frm_error");if(!errors.length)return;element=errors[0];do{element=element.previousSibling;if(-1!==["input","select","textarea"].indexOf(element.nodeName.toLowerCase())){focusInput(element);break}if(maybeFocusOnComboSubField(element))break;if("undefined"!==typeof element.classList){if(element.classList.contains("html-active"))timeoutCallback=function(){const textarea=element.querySelector("textarea"); +if(null!==textarea)textarea.focus()};else if(element.classList.contains("tmce-active"))timeoutCallback=function(){tinyMCE.activeEditor.focus()};else if(element.classList.contains("frm_opt_container")){const firstInput=element.querySelector("input");if(firstInput){focusInput(firstInput);break}}if("function"===typeof timeoutCallback){setTimeout(timeoutCallback,0);break}}}while(element.previousSibling)}function focusInput(input){if(input.offsetParent!==null)input.focus();else triggerCustomEvent(document, +"frmMaybeDelayFocus",{input})}function documentOn(event,selector,handler,options){if("undefined"===typeof options)options=false;document.addEventListener(event,function(e){let target;for(target=e.target;target&&target!=this;target=target.parentNode)if(target&&target.matches&&target.matches(selector)){handler.call(target,e);break}},options)}function initFloatingLabels(){let checkFloatLabel,checkDropdownLabel,runOnLoad,selector,floatClass;selector=".frm-show-form .frm_inside_container input, .frm-show-form .frm_inside_container select, .frm-show-form .frm_inside_container textarea"; +floatClass="frm_label_float_top";checkFloatLabel=function(input){let container,shouldFloatTop,firstOpt;container=input.closest(".frm_inside_container");if(!container)return;shouldFloatTop=input.value||document.activeElement===input;container.classList.toggle(floatClass,shouldFloatTop);if("SELECT"===input.tagName){firstOpt=input.querySelector("option:first-child");if(shouldFloatTop){if(firstOpt.hasAttribute("data-label")){firstOpt.textContent=firstOpt.getAttribute("data-label");firstOpt.removeAttribute("data-label")}}else if(firstOpt.textContent){firstOpt.setAttribute("data-label", +firstOpt.textContent);firstOpt.textContent=""}}};checkDropdownLabel=function(){document.querySelectorAll(".frm-show-form .frm_inside_container:not(."+floatClass+") select").forEach(function(input){const firstOpt=input.querySelector("option:first-child");if(firstOpt.textContent){firstOpt.setAttribute("data-label",firstOpt.textContent);firstOpt.textContent=""}})};["focus","blur","change"].forEach(function(eventName){documentOn(eventName,selector,function(event){checkFloatLabel(event.target)},true)}); +jQuery(document).on("change",selector,function(event){checkFloatLabel(event.target)});runOnLoad=function(firstLoad){if(firstLoad&&document.activeElement&&-1!==["INPUT","SELECT","TEXTAREA"].indexOf(document.activeElement.tagName))checkFloatLabel(document.activeElement);else if(firstLoad)document.querySelectorAll(".frm_inside_container").forEach(function(container){const input=container.querySelector("input, select, textarea");if(input&&""!==input.value)checkFloatLabel(input)});checkDropdownLabel()}; +runOnLoad(true);jQuery(document).on("frmPageChanged",function(event){runOnLoad()});document.addEventListener("frm_after_start_over",function(event){runOnLoad()})}function shouldUpdateValidityMessage(target){if("INPUT"!==target.nodeName)return false;if(!target.dataset.invmsg)return false;if("text"!==target.getAttribute("type"))return false;if(target.classList.contains("frm_verify"))return false;return true}function maybeClearCustomValidityMessage(event,field){let key,isInvalid=false;if(!shouldUpdateValidityMessage(field))return; +for(key in field.validity){if("customError"===key)continue;if("valid"!==key&&field.validity[key]===true){isInvalid=true;break}}if(!isInvalid)field.setCustomValidity("")}function maybeShowNewTabFallbackMessage(){let messageEl;if(!window.frmShowNewTabFallback)return;messageEl=document.querySelector("#frm_form_"+frmShowNewTabFallback.formId+"_container .frm_message");if(!messageEl)return;messageEl.insertAdjacentHTML("beforeend"," "+frmShowNewTabFallback.message)}function setCustomValidityMessage(){let forms, +length,index;forms=document.getElementsByClassName("frm-show-form");length=forms.length;for(index=0;indexb.toString(16).padStart(2,"0")).join("");const timestamp=Date.now().toString(16);return uniqueKey+"-"+timestamp}function animateScroll(start,end,duration){if(!window.hasOwnProperty("performance")||!window.hasOwnProperty("requestAnimationFrame")){document.documentElement.scrollTop= +end;return}const startTime=performance.now();const step=currentTime=>{const progress=Math.min((currentTime-startTime)/duration,1);document.documentElement.scrollTop=start+(end-start)*progress;if(progress<1)requestAnimationFrame(step)};requestAnimationFrame(step)}function maybeFixCaptchaLabel(captcha){const form=captcha.closest("form");if(!form)return;const label=form.querySelector('label[for="g-recaptcha-response"], label[for="cf-turnstile-response"]');const captchaResponse=form.querySelector('[name="g-recaptcha-response"], [name="cf-turnstile-response"]'); +if(label&&captchaResponse)label.htmlFor=captchaResponse.id}return{init:function(){jQuery(document).off("submit.formidable",".frm-show-form");jQuery(document).on("submit.formidable",".frm-show-form",frmFrontForm.submitForm);document.querySelectorAll(".frm-show-form input[onblur], .frm-show-form textarea[onblur]").forEach(function(field){if(field.value==="")jQuery(field).trigger("blur")});jQuery(document).on("change",'.frm-show-form input[name^="item_meta"], .frm-show-form select[name^="item_meta"], .frm-show-form textarea[name^="item_meta"]', +frmFrontForm.fieldValueChanged);jQuery(document).on("change",".frm_verify[id^=field_]",onHoneypotFieldChange);jQuery(document).on("click","a[data-frmconfirm]",confirmClick);checkForErrorsAndMaybeSetFocus();changeFocusWhenClickComboFieldLabel();initFloatingLabels();maybeShowNewTabFallbackMessage();jQuery(document).on("frmAfterAddRow",setCustomValidityMessage);setCustomValidityMessage();jQuery(document).on("frmFieldChanged",maybeClearCustomValidityMessage);setSelectPlaceholderColor();jQuery(document).on("elementor/popup/show", +frmRecaptcha);enableSubmitButtonOnBackButtonPress();jQuery(document).on("frmPageChanged",destroyhCaptcha)},getFieldId,renderCaptcha:function(captcha,captchaSelector){const rendered=captcha.getAttribute("data-rid")!==null;if(rendered)return;const size=captcha.getAttribute("data-size");const params={sitekey:captcha.getAttribute("data-sitekey"),size:size,theme:captcha.getAttribute("data-theme")};if(size==="invisible"){const formID=captcha.closest("form")?.querySelector('input[name="form_id"]')?.value; +const captchaLabel=captcha.closest(".frm_form_field")?.querySelector(".frm_primary_label");if(captchaLabel)captchaLabel.style.display="none";params.callback=function(token){frmFrontForm.afterRecaptcha(token,formID)}}const activeCaptcha=getSelectedCaptcha(captchaSelector);const captchaContainer=typeof turnstile!=="undefined"&&turnstile===activeCaptcha?"#"+captcha.id:captcha.id;const captchaID=activeCaptcha.render(captchaContainer,params);captcha.setAttribute("data-rid",captchaID);maybeFixCaptchaLabel(captcha)}, +afterSingleRecaptcha:function(){const recaptcha=document.querySelector(".frm-show-form .g-recaptcha");const object=recaptcha?recaptcha.closest("form"):null;frmFrontForm.submitFormNow(object)},afterRecaptcha:function(_,formID){const object=document.querySelector("#frm_form_"+formID+"_container form");frmFrontForm.submitFormNow(object)},submitForm:function(e){frmFrontForm.submitFormManual(e,this)},submitFormManual:function(e,object){if(document.body.classList.contains("wp-admin")&&!object.closest(".frmapi-form"))return; +e.preventDefault();if(typeof frmProForm!=="undefined"&&typeof frmProForm.submitAllowed==="function"&&!frmProForm.submitAllowed(object))return;const errors=frmFrontForm.validateFormSubmit(object);if(Object.keys(errors).length!==0)return;const invisibleRecaptcha=hasInvisibleRecaptcha(object);if(invisibleRecaptcha){showLoadingIndicator(jQuery(object));executeInvisibleRecaptcha(invisibleRecaptcha)}else{showSubmitLoading(jQuery(object));frmFrontForm.submitFormNow(object)}},submitFormNow:function(object){let hasFileFields, +antispamInput,classList=object.className.trim().split(/\s+/gi);if(object.hasAttribute("data-token")&&null===object.querySelector('[name="antispam_token"]')){antispamInput=document.createElement("input");antispamInput.type="hidden";antispamInput.name="antispam_token";antispamInput.value=object.getAttribute("data-token");object.appendChild(antispamInput)}const uniqueIDInput=document.createElement("input");uniqueIDInput.type="hidden";uniqueIDInput.name="unique_id";uniqueIDInput.value=getUniqueKey(); +object.appendChild(uniqueIDInput);if(classList.indexOf("frm_ajax_submit")>-1){const fileInputs=object.querySelectorAll('input[type="file"]');hasFileFields=Array.from(fileInputs).filter(input=>!!input.value).length;if(hasFileFields<1){const actionInput=object.querySelector('input[name="frm_action"]');const action=actionInput?actionInput.value:"";frmFrontForm.checkFormErrors(object,action)}else object.submit()}else object.submit()},validateFormSubmit:function(object){const form=object instanceof jQuery? +object.get(0):object;if(typeof tinyMCE!=="undefined"&&form&&form.querySelector(".wp-editor-wrap"))tinyMCE.triggerSave();jsErrors=[];if(shouldJSValidate(object)){frmFrontForm.getAjaxFormErrors(object);if(Object.keys(jsErrors).length)frmFrontForm.addAjaxFormErrors(object)}return jsErrors},getAjaxFormErrors:function(object){let customErrors,key;const form=object instanceof jQuery?object.get(0):object;jsErrors=validateForm(object);if(typeof frmThemeOverride_jsErrors==="function"){const actionInput=form? +form.querySelector('input[name="frm_action"]'):null;const action=actionInput?actionInput.value:"";customErrors=frmThemeOverride_jsErrors(action,object);if(Object.keys(customErrors).length)for(key in customErrors)jsErrors[key]=customErrors[key]}triggerCustomEvent(document,"frm_get_ajax_form_errors",{formEl:object,errors:jsErrors});return jsErrors},addAjaxFormErrors:function(object){let key;const form=object instanceof jQuery?object.get(0):object;removeAllErrors();for(key in jsErrors){const fieldCont= +form?form.querySelector("#frm_field_"+key+"_container"):null;if(fieldCont)addFieldError(fieldCont,key,jsErrors);else delete jsErrors[key]}scrollToFirstField(object);checkForErrorsAndMaybeSetFocus()},checkFormErrors:getFormErrors,checkRequiredField,showSubmitLoading,removeSubmitLoading,scrollToID:function(id){const object=jQuery(document.getElementById(id));frmFrontForm.scrollMsg(object,false)},scrollMsg:function(id,object,animate){let newPos,m,b,screenTop,screenBottom,scrollObj="";if(typeof object=== +"undefined"){scrollObj=jQuery(document.getElementById("frm_form_"+id+"_container"));if(scrollObj.length<1)return}else if(typeof id==="string"){const formEl=object instanceof jQuery?object.get(0):object;const fieldEl=formEl?formEl.querySelector("#frm_field_"+id+"_container"):null;scrollObj=fieldEl?jQuery(fieldEl):jQuery()}else scrollObj=id;jQuery(scrollObj).trigger("focus");newPos=scrollObj.offset().top;if(!newPos||frm_js.offset==="-1")return;newPos=newPos-frm_js.offset;m=getComputedStyle(document.documentElement).marginTop; +b=getComputedStyle(document.body).marginTop;if(m||b)newPos=newPos-parseInt(m)-parseInt(b);if(newPos&&window.innerHeight){screenTop=document.documentElement.scrollTop||document.body.scrollTop;screenBottom=screenTop+window.innerHeight;if(newPos>screenBottom||newPos/g,">").replace(/"/g,""").replace(/'/g,"'")},triggerCustomEvent:triggerCustomEvent,documentOn}}window.frmFrontForm=frmFrontFormJS();jQuery(document).ready(function(){frmFrontForm.init()}); function frmRecaptcha(){frmCaptcha(".frm-g-recaptcha")}function frmHcaptcha(){frmCaptcha(".h-captcha")}function frmTurnstile(){frmCaptcha(".frm-cf-turnstile")} function frmCaptcha(captchaSelector){if(".h-captcha"===captchaSelector){const captchaLabels=document.querySelectorAll('label[for="h-captcha-response"]');if(captchaLabels.length)captchaLabels.forEach(label=>{const captchaResponse=label.closest("form")?.querySelector('[name="h-captcha-response"]');if(captchaResponse)label.htmlFor=captchaResponse.id});return}let c;const captchas=document.querySelectorAll(captchaSelector);const cl=captchas.length;for(c=0;c\n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2025-11-04T16:40:35+00:00\n" +"POT-Creation-Date: 2025-12-09T15:22:29+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.11.0\n" "X-Domain: formidable\n" -#: js/src/addons-page/ui/showEmptyState.js:30 -#: js/addons-page.js:2107 -msgid "No add-ons found" +#. Plugin Name of the plugin +#: formidable.php +msgid "Formidable Forms" msgstr "" -#: js/src/addons-page/ui/showEmptyState.js:31 -#: js/addons-page.js:2108 -msgid "Sorry, we didn't find any add-ons that match your criteria." +#. Plugin URI of the plugin +#. Author URI of the plugin +#: formidable.php +msgid "https://formidableforms.com/" msgstr "" -#: js/src/addons-page/ui/showEmptyState.js:36 -#: classes/views/addons/list.php:20 -#: js/addons-page.js:2113 -msgid "Request Add-On" +#. Description of the plugin +#: formidable.php +msgid "Quickly and easily create drag-and-drop forms" msgstr "" -#: js/src/admin/addon-state.js:177 -#: js/src/admin/admin.js:8423 -#: js/formidable_admin.js:1 -#: js/frm_testing_mode.js:2 -#: js/formidable_admin.js:8548 -#: js/formidable_admin.js:9449 -#: js/frm_testing_mode.js:1689 -msgid "Save and Reload" +#. Author of the plugin +#: formidable.php +msgid "Strategy11 Form Builder Team" msgstr "" -#: js/src/admin/addon-state.js:203 -#: classes/controllers/FrmDeactivationFeedbackController.php:114 -#: classes/controllers/FrmDeactivationFeedbackController.php:115 -#: classes/views/form-templates/modal.php:20 -#: classes/views/form-templates/modal.php:21 -#: classes/views/form-templates/modals/leave-email-modal.php:59 -#: classes/views/form-templates/modals/renew-account-modal.php:40 -#: classes/views/form-templates/modals/upgrade-modal.php:84 -#: classes/views/frm-fields/back-end/bulk-options-overlay.php:13 -#: classes/views/frm-fields/back-end/bulk-options-overlay.php:14 -#: classes/views/frm-fields/back-end/inline-modal.php:15 -#: classes/views/frm-fields/back-end/inline-modal.php:16 -#: classes/views/shared/admin-header.php:71 -#: js/formidable_admin.js:1 -#: js/frm_testing_mode.js:2 -#: js/formidable_admin.js:9464 -#: js/frm_testing_mode.js:1715 -msgid "Close" +#: classes/controllers/FrmAddonsController.php:101 +#: classes/controllers/FrmAddonsController.php:104 +msgid "Add-Ons" msgstr "" -#: js/src/admin/admin.js:10028 -#: js/formidable_admin.js:10369 -msgid "Thank you for signing up!" +#: classes/controllers/FrmAddonsController.php:113 +#: classes/controllers/FrmAddonsController.php:118 +#: classes/helpers/FrmFormsHelper.php:1683 +#: classes/views/applications/header.php:23 +#: classes/views/frm-fields/back-end/smart-values.php:16 +#: classes/views/shared/admin-footer-links.php:52 +#: classes/views/shared/admin-header.php:64 +#: js/packages/floating-links/config.js:55 +msgid "Upgrade" msgstr "" -#: js/src/admin/admin.js:1373 -#: js/formidable_admin.js:1373 -msgid "Set Row Layout" +#: classes/controllers/FrmAddonsController.php:205 +msgid "Available" msgstr "" -#: js/src/admin/admin.js:1380 -#: js/formidable_admin.js:1380 -msgid "Move Field Group" +#: classes/controllers/FrmAddonsController.php:212 +#: classes/controllers/FrmAddonsController.php:926 +#: classes/controllers/FrmTestModeController.php:356 +#: classes/helpers/FrmAppHelper.php:3964 +#: classes/views/styles/_field-colors.php:13 +#: stripe/helpers/FrmTransLiteAppHelper.php:111 +msgid "Active" msgstr "" -#: js/src/admin/admin.js:1414 -#: classes/views/frm-forms/add_field.php:46 -#: js/formidable_admin.js:1414 -msgid "Toggle More Options Dropdown" +#: classes/controllers/FrmAddonsController.php:218 +msgid "All Add-Ons" msgstr "" -#. %1$d: Maximum number of fields allowed in a field group. -#. translators: %1$d: Maximum number of fields allowed in a field group. -#: js/src/admin/admin.js:2289 -#: js/formidable_admin.js:2282 -msgid "You can only have a maximum of %1$d fields in a field group. Delete or move out a field from the group and try again." +#: classes/controllers/FrmAddonsController.php:271 +msgid "There are no plugins on your site that require a license" msgstr "" -#: js/src/admin/admin.js:2562 -#: classes/views/frm-forms/add_field.php:44 -#: js/src/admin/admin.js:1422 -#: js/src/admin/admin.js:1427 -#: js/formidable_admin.js:1422 -#: js/formidable_admin.js:1427 -#: js/formidable_admin.js:2555 -msgid "More Options" +#: classes/controllers/FrmAddonsController.php:921 +#: classes/controllers/FrmTestModeController.php:357 +#: classes/helpers/FrmAppHelper.php:3965 +msgid "Installed" msgstr "" -#: js/src/admin/admin.js:2603 -#: classes/controllers/FrmStylesController.php:990 -#: js/formidable_admin.js:2596 -msgid "Field Settings" +#: classes/controllers/FrmAddonsController.php:931 +#: classes/controllers/FrmTestModeController.php:358 +#: classes/helpers/FrmAppHelper.php:3966 +msgid "Not Installed" msgstr "" -#: js/src/admin/admin.js:2631 -#: js/formidable_admin.js:2624 -msgid "Delete Group" +#: classes/controllers/FrmAddonsController.php:981 +msgid "Current user cannot delete plugins." msgstr "" -#: js/src/admin/admin.js:2631 -#: classes/helpers/FrmEntriesListHelper.php:475 -#: classes/helpers/FrmFormsHelper.php:1282 -#: classes/helpers/FrmFormsListHelper.php:147 -#: classes/views/frm-form-actions/form_action.php:36 -#: stripe/helpers/FrmTransLiteListHelper.php:391 -#: stripe/views/payments/show.php:156 -#: stripe/views/subscriptions/show.php:129 -#: js/formidable_admin.js:2624 -msgid "Delete" +#: classes/controllers/FrmAddonsController.php:1058 +msgid "Sorry, your site requires FTP authentication. Please download plugins from FormidableForms.com and install them manually." msgstr "" -#: js/src/admin/admin.js:2637 -#: js/formidable_admin.js:2630 -msgid "Duplicate Group" +#: classes/controllers/FrmAddonsController.php:1252 +msgid "Your plugin has been activated. Would you like to save and reload the page now?" msgstr "" -#: js/src/admin/admin.js:2637 -#: classes/views/frm-form-actions/form_action.php:32 -#: js/admin/style.js:719 -#: js/formidable_admin.js:2630 -msgid "Duplicate" +#: classes/controllers/FrmAddonsController.php:1252 +msgid "Your plugin has been activated." msgstr "" -#. %1$s: Number of fields that are selected to be deleted. -#. translators: %1$s: Number of fields that are selected to be deleted. -#: js/src/admin/admin.js:3876 -#: js/formidable_admin.js:3830 -msgid "Are you sure you want to delete these %1$s selected field(s)?" +#: classes/controllers/FrmAddonsController.php:1415 +msgid "The plugin download was not found." msgstr "" -#: js/src/admin/admin.js:4113 -#: js/formidable_admin.js:4067 -msgid "Custom layout" +#: classes/controllers/FrmAddonsController.php:1497 +#: classes/controllers/FrmAddonsController.php:1514 +#: classes/views/form-templates/modals/upgrade-modal.php:91 +#: classes/views/shared/reports-info.php:22 +#: js/admin/applications.js:405 +#: js/admin/style.js:473 +msgid "Upgrade Now" msgstr "" -#: js/src/admin/admin.js:4136 -#: js/formidable_admin.js:4090 -msgid "Break into rows" +#: classes/controllers/FrmAntiSpamController.php:100 +#: classes/models/FrmEntryValidate.php:584 +msgid "Your entry appears to be spam!" msgstr "" -#: js/src/admin/admin.js:4146 -#: js/formidable_admin.js:4100 -msgid "Row Layout" +#: classes/controllers/FrmAppController.php:296 +msgid "Build" msgstr "" -#: js/src/admin/admin.js:4400 -#: js/formidable_admin.js:4354 -msgid "Enter number of columns for each field" +#: classes/controllers/FrmAppController.php:303 +#: classes/controllers/FrmStylesController.php:58 +#: classes/controllers/FrmStylesController.php:59 +#: classes/views/styles/_field-colors.php:331 +#: classes/views/styles/_field-description.php:63 +#: classes/views/xml/import_form.php:149 +msgid "Style" msgstr "" -#: js/src/admin/admin.js:4404 -#: js/formidable_admin.js:4358 -msgid "Layouts are based on a 12-column grid system" +#: classes/controllers/FrmAppController.php:310 +#: classes/helpers/FrmFormsListHelper.php:434 +#: classes/views/frm-forms/settings.php:13 +#: classes/views/frm-settings/form.php:14 +msgid "Settings" msgstr "" -#: js/src/admin/admin.js:4420 -#: classes/helpers/FrmFormsHelper.php:1838 -#: classes/views/form-templates/modals/name-your-form-modal.php:35 -#: js/formidable_admin.js:4374 -msgid "Save" +#: classes/controllers/FrmAppController.php:317 +#: classes/controllers/FrmEntriesController.php:14 +#: classes/controllers/FrmEntriesController.php:197 +#: classes/controllers/FrmFormsController.php:1234 +#: classes/controllers/FrmXMLController.php:332 +#: classes/views/xml/import_form.php:148 +msgid "Entries" msgstr "" -#: js/src/admin/admin.js:4854 -#: js/formidable_admin.js:4808 -msgid "Merge into row" +#: classes/controllers/FrmAppController.php:329 +#: classes/controllers/FrmEntriesController.php:19 +#: classes/controllers/FrmOnboardingWizardController.php:600 +#: classes/views/shared/views-info.php:10 +#: js/admin/applications.js:357 +msgid "Views" msgstr "" -#. %s: The detected option value. -#. translators: %s: The detected option value. -#: js/src/admin/admin.js:6433 -#: js/formidable_admin.js:6377 -msgid "Duplicate option value \"%s\" detected" +#: classes/controllers/FrmAppController.php:343 +#: classes/views/shared/reports-info.php:10 +msgid "Reports" msgstr "" -#. %s: Form Setting section name (ie Form Permissions, Form Scheduling). -#. translators: %s: Form Setting section name (ie Form Permissions, Form Scheduling). -#: js/src/admin/admin.js:7143 -#: js/formidable_admin.js:7179 -msgid "%s are not installed" +#: classes/controllers/FrmAppController.php:373 +#: classes/helpers/FrmTipsHelper.php:117 +#: classes/views/shared/upgrade_overlay.php:51 +msgid "Renew" msgstr "" -#: js/src/admin/admin.js:8404 -#: js/formidable_admin.js:8529 -msgid "You are changing the field type. Not all field settings will appear as expected until you reload the page. Would you like to reload the page now?" +#: classes/controllers/FrmAppController.php:378 +#: js/admin/applications.js:121 +msgid "Upgrade to Pro" msgstr "" -#: js/src/admin/admin.js:8409 -#: js/formidable_admin.js:8534 -msgid "Save and Reload?" +#: classes/controllers/FrmAppController.php:393 +msgid "Build a Form" msgstr "" -#: js/src/admin/admin.js:8432 -#: classes/controllers/FrmAppController.php:1308 -#: classes/controllers/FrmFormsController.php:233 -#: classes/controllers/FrmFormTemplatesController.php:646 -#: classes/controllers/FrmSettingsController.php:365 -#: classes/helpers/FrmAppHelper.php:3565 +#: classes/controllers/FrmAppController.php:1372 +#: classes/controllers/FrmFormsController.php:249 +#: classes/controllers/FrmFormTemplatesController.php:651 +#: classes/controllers/FrmSettingsController.php:396 +#: classes/helpers/FrmAppHelper.php:3923 #: classes/views/form-templates/modals/create-template-modal.php:66 #: classes/views/form-templates/modals/name-your-form-modal.php:32 #: classes/views/shared/admin-header.php:32 #: classes/views/shared/confirm-overlay.php:20 -#: stripe/controllers/FrmTransLiteSubscriptionsController.php:68 +#: stripe/controllers/FrmTransLiteSubscriptionsController.php:73 #: js/admin/style.js:855 #: js/admin/style.js:979 -#: js/src/admin/admin.js:4415 -#: js/formidable_admin.js:4369 -#: js/formidable_admin.js:8557 +#: js/src/admin/admin.js:4475 +#: js/src/admin/admin.js:8497 +#: js/formidable_admin.js:7254 +#: js/formidable_admin.js:11276 msgid "Cancel" msgstr "" -#: js/src/admin/admin.js:846 -#: js/formidable_admin.js:846 -msgid "Field Group" +#: classes/controllers/FrmAppController.php:1376 +msgid "Continue" msgstr "" -#: js/src/admin/admin.js:9315 -#: js/formidable_admin.js:9619 -msgid "Unable to install template" +#: classes/controllers/FrmApplicationsController.php:17 +#: classes/views/applications/index.php:8 +msgid "Applications" msgstr "" -#: js/src/admin/admin.js:9853 -#: js/formidable_admin.js:10194 -msgid "Only 10 columns can be selected at a time." +#: classes/controllers/FrmDashboardController.php:33 +#: classes/views/dashboard/dashboard.php:14 +msgid "Dashboard" msgstr "" -#: js/src/admin/styles.js:21 -#: js/formidable_styles.js:2331 -msgid "The class name has been copied." +#: classes/controllers/FrmDashboardController.php:90 +msgid "Latest Entries" msgstr "" -#: js/src/admin/upgrade-popup.js:55 -#: js/formidable_admin.js:1 -#: js/frm_testing_mode.js:2 -#: js/formidable_admin.js:7301 -#: js/frm_testing_mode.js:1781 -msgid "This plugin is not activated. Would you like to activate it now?" +#: classes/controllers/FrmDashboardController.php:92 +msgid "View All Entries" msgstr "" -#: js/src/admin/upgrade-popup.js:56 -#: js/src/form/views.js:31 -#: classes/controllers/FrmSMTPController.php:338 -#: classes/models/FrmPluginSearch.php:322 -#: classes/views/addons/settings.php:33 -#: js/formidable_admin.js:1 -#: js/frm_testing_mode.js:2 -#: js/formidable_admin.js:7302 -#: js/formidable_blocks.js:721 -#: js/frm_testing_mode.js:1782 -msgid "Activate" +#: classes/controllers/FrmDashboardController.php:102 +msgid "You don't have a payment form setup yet." msgstr "" -#: js/src/admin/upgrade-popup.js:58 -#: js/formidable_admin.js:1 -#: js/frm_testing_mode.js:2 -#: js/formidable_admin.js:7304 -#: js/frm_testing_mode.js:1784 -msgid "That add-on is not installed. Would you like to install it now?" +#: classes/controllers/FrmDashboardController.php:105 +msgid "Create a Payment Form" msgstr "" -#: js/src/admin/upgrade-popup.js:59 -#: js/src/form/views.js:31 -#: classes/controllers/FrmSMTPController.php:321 -#: classes/helpers/FrmAppHelper.php:3605 -#: classes/helpers/FrmFormMigratorsHelper.php:154 -#: classes/views/shared/upgrade_overlay.php:34 -#: js/formidable_admin.js:1 -#: js/frm_testing_mode.js:2 -#: js/formidable_admin.js:7305 -#: js/formidable_blocks.js:721 -#: js/frm_testing_mode.js:1785 -msgid "Install" +#: classes/controllers/FrmDashboardController.php:110 +msgid "Total Earnings" msgstr "" -#. %s is the name of the item -#. translators: %s is the name of the item -#: js/src/common/components/itemselect.js:27 -#: js/formidable_blocks.js:91 -msgid "Select a %s" +#: classes/controllers/FrmDashboardController.php:146 +msgid "Total Forms" msgstr "" -#. %s is the name of the item -#. translators: %s is the name of the item -#: js/src/common/components/itemselect.js:50 -#: js/formidable_blocks.js:114 -msgid "Currently, there are no %s" +#: classes/controllers/FrmDashboardController.php:148 +msgid "Total Entries" msgstr "" -#: js/src/core/page-skeleton/elements/emptyStateElement.js:35 -#: classes/views/frm-forms/add_field_links.php:153 -#: js/addons-page.js:2369 -#: js/form-templates.js:1763 -msgid "Empty State" +#: classes/controllers/FrmDashboardController.php:150 +msgid "Add Entry" msgstr "" -#: js/src/form-templates/elements/applicationTemplatesElement.js:44 -#: js/admin/applications.js:168 -msgid "Application Templates" +#: classes/controllers/FrmDashboardController.php:160 +msgid "All Views" msgstr "" -#: js/src/form-templates/elements/applicationTemplatesElement.js:84 -#: js/form-templates.js:2492 -msgid "Ready Made Solution" +#: classes/controllers/FrmDashboardController.php:162 +#: classes/controllers/FrmDashboardController.php:169 +#: classes/helpers/FrmFormMigratorsHelper.php:63 +#: js/admin/applications.js:381 +#: js/admin/applications.js:514 +#: js/admin/style.js:449 +msgid "Learn More" msgstr "" -#: js/src/form-templates/elements/applicationTemplatesElement.js:92 -#: js/form-templates.js:2500 -msgid "See all applications" +#: classes/controllers/FrmDashboardController.php:167 +msgid "Installed Apps" msgstr "" -#: js/src/form-templates/events/createTemplateListeners.js:79 -#: classes/views/xml/import_form.php:169 -#: js/form-templates.js:2783 -msgid "Template" +#. translators: %1$s: HTML start of a tag, %2$s: HTML close a tag +#. translators: %1$s: Start link HTML, %2$s: End link HTML, %3$s: Line break HTML +#: classes/controllers/FrmDashboardController.php:261 +#: classes/views/frm-entries/no_entries.php:41 +msgid "See the %1$sform documentation%2$s for instructions on publishing your form" msgstr "" -#: js/src/form-templates/events/getFreeTemplatesListener.js:96 -#: js/form-templates.js:3095 -msgid "Failed to get templates, please try again later." +#: classes/controllers/FrmDashboardController.php:267 +#: classes/controllers/FrmDashboardController.php:284 +msgid "You Have No Entries Yet" msgstr "" -#: js/src/form-templates/ui/searchState.js:38 -#: js/form-templates.js:3583 -msgid "Search Result" +#: classes/controllers/FrmDashboardController.php:270 +msgid "Add New Form" msgstr "" -#: js/src/form-templates/ui/showEmptyState.js:119 -#: js/form-templates.js:3856 -msgid "No Templates Available" +#. translators: %1$s: HTML start of a tag, %2$s: HTML close a tag +#: classes/controllers/FrmDashboardController.php:278 +msgid "See the %1$sform documentation%2$s for instructions on publishing a form. Once vou have at least one entry you'll see it here." msgstr "" -#. %s is the number of extra templates available -#. translators: %s is the number of extra templates available -#: js/src/form-templates/ui/showEmptyState.js:122 -#: js/form-templates.js:3859 -msgid "Upgrade to PRO for %s+ options or explore Free Templates." +#: classes/controllers/FrmDashboardController.php:357 +#: classes/controllers/FrmEntriesController.php:179 +#: classes/controllers/FrmFormsController.php:1095 +#: classes/views/xml/import_form.php:179 +#: classes/widgets/FrmElementorWidget.php:52 +#: classes/widgets/FrmShowForm.php:80 +#: stripe/controllers/FrmTransLiteListsController.php:53 +#: stripe/controllers/FrmTransLiteListsController.php:62 +#: js/admin/applications.js:353 +msgid "Form" msgstr "" -#: js/src/form-templates/ui/showEmptyState.js:44 -#: js/form-templates.js:3781 -msgid "No templates found" +#: classes/controllers/FrmDashboardController.php:358 +#: classes/models/FrmField.php:56 +msgid "Name" msgstr "" -#: js/src/form-templates/ui/showEmptyState.js:45 -#: js/form-templates.js:3782 -msgid "Sorry, we didn't find any templates that match your criteria." +#: classes/controllers/FrmDashboardController.php:359 +msgid "Author" msgstr "" -#: js/src/form-templates/ui/showEmptyState.js:49 -#: js/form-templates.js:3786 -msgid "Start from Scratch" +#: classes/controllers/FrmDashboardController.php:360 +msgid "Created on" msgstr "" -#: js/src/form-templates/ui/showEmptyState.js:69 -#: js/form-templates.js:3806 -msgid "No favorites" +#: classes/controllers/FrmDeactivationFeedbackController.php:100 +msgid "Skip & Deactivate" msgstr "" -#: js/src/form-templates/ui/showEmptyState.js:70 -#: js/form-templates.js:3807 -msgid "You haven't added any templates to your favorites yet." +#: classes/controllers/FrmDeactivationFeedbackController.php:118 +#: classes/controllers/FrmDeactivationFeedbackController.php:119 +#: classes/views/form-templates/modal.php:20 +#: classes/views/form-templates/modal.php:21 +#: classes/views/form-templates/modals/leave-email-modal.php:59 +#: classes/views/form-templates/modals/renew-account-modal.php:40 +#: classes/views/form-templates/modals/upgrade-modal.php:84 +#: classes/views/frm-fields/back-end/bulk-options-overlay.php:13 +#: classes/views/frm-fields/back-end/bulk-options-overlay.php:14 +#: classes/views/frm-fields/back-end/inline-modal.php:16 +#: classes/views/frm-fields/back-end/inline-modal.php:17 +#: classes/views/shared/admin-header.php:73 +#: js/frm_testing_mode.js:1715 +msgid "Close" msgstr "" -#: js/src/form-templates/ui/showEmptyState.js:93 -#: js/form-templates.js:3830 -msgid "You currently have no templates." -msgstr "" +#: classes/controllers/FrmEmailStylesController.php:29 +#: classes/views/shared/views-info.php:88 +msgid "Classic" +msgstr "" -#: js/src/form-templates/ui/showEmptyState.js:94 -#: js/form-templates.js:3831 -msgid "You haven't created any form templates. Begin now to simplify your workflow and save time." +#: classes/controllers/FrmEmailStylesController.php:35 +msgid "Plain Text" msgstr "" -#: js/src/form-templates/ui/showEmptyState.js:98 -#: classes/views/form-templates/list.php:14 -#: classes/views/form-templates/modals/create-template-modal.php:69 -#: js/form-templates.js:3835 -msgid "Create Template" +#: classes/controllers/FrmEmailStylesController.php:41 +msgid "Modern" msgstr "" -#: js/src/form/block.js:20 -#: js/formidable_blocks.js:222 -msgid "Display a Form" +#: classes/controllers/FrmEmailStylesController.php:47 +msgid "Sleek" msgstr "" -#: js/src/form/block.js:24 -#: js/formidable_blocks.js:226 -msgid "contact forms" +#: classes/controllers/FrmEmailStylesController.php:53 +#: classes/views/frm-fields/back-end/settings.php:355 +msgid "Compact" msgstr "" -#: js/src/form/block.js:36 -#: js/src/form/calculator.js:43 -#: js/formidable_blocks.js:238 -#: js/formidable_blocks.js:334 -msgid "This site does not have any forms." +#: classes/controllers/FrmEmailStylesController.php:273 +msgid "This email style doesn't exist" msgstr "" -#: js/src/form/calculator.js:27 -#: js/formidable_blocks.js:318 -msgid "Display a Calculator Form" +#: classes/controllers/FrmEmailStylesController.php:317 +msgid "Invalid email address" msgstr "" -#: js/src/form/calculator.js:55 -#: js/formidable_blocks.js:346 -msgid "This site does not have any calculator forms." +#: classes/controllers/FrmEmailStylesController.php:322 +msgid "Formidable Test Email" msgstr "" -#: js/src/form/calculator.js:58 -#: js/formidable_blocks.js:349 -msgid "Upgrade Formidable Forms." +#: classes/controllers/FrmEmailStylesController.php:333 +msgid "Test email sent successfully!" msgstr "" -#: js/src/form/calculator.js:61 -#: js/src/form/calculator.js:26 -#: js/src/form/calculator.js:52 -#: js/formidable_blocks.js:317 -#: js/formidable_blocks.js:343 -#: js/formidable_blocks.js:352 -msgid "Calculator Form" +#: classes/controllers/FrmEmailStylesController.php:336 +msgid "Failed to send test email!" msgstr "" -#: js/src/form/formselect.js:23 -#: js/admin/embed.js:345 -#: js/formidable_blocks.js:382 -msgid "form" +#: classes/controllers/FrmEntriesController.php:174 +#: classes/controllers/FrmFormsController.php:1850 +#: classes/views/frm-entries/form.php:88 +#: classes/views/frm-entries/sidebar-shared.php:57 +msgid "Entry Key" msgstr "" -#: js/src/form/formselect.js:24 -#: js/formidable_blocks.js:383 -msgid "forms" +#: classes/controllers/FrmEntriesController.php:180 +msgid "Entry Name" msgstr "" -#: js/src/form/graph.js:26 -#: js/formidable_blocks.js:465 -msgid "Formidable Chart" +#: classes/controllers/FrmEntriesController.php:181 +#: classes/helpers/FrmCSVExportHelper.php:463 +msgid "Created By" msgstr "" -#: js/src/form/graph.js:30 -#: js/formidable_blocks.js:469 -msgid "Display a chart or graph" +#: classes/controllers/FrmEntriesController.php:184 +#: classes/helpers/FrmCSVExportHelper.php:465 +msgid "Entry Status" msgstr "" -#: js/src/form/graph.js:53 -#: js/formidable_blocks.js:492 -msgid "This site does not have Formidable Charts active." +#: classes/controllers/FrmEntriesController.php:185 +msgid "Entry creation date" msgstr "" -#: js/src/form/graph.js:54 -#: js/formidable_blocks.js:493 -msgid "Install Formidable Charts" +#: classes/controllers/FrmEntriesController.php:186 +msgid "Entry update date" msgstr "" -#: js/src/form/graph.js:59 -#: js/formidable_blocks.js:498 -msgid "This site does not have Formidable Charts installed." +#: classes/controllers/FrmEntriesController.php:312 +msgid "value" msgstr "" -#: js/src/form/graph.js:60 -#: js/src/form/modal.js:58 -#: js/src/form/views.js:77 -#: js/formidable_blocks.js:499 -#: js/formidable_blocks.js:676 -#: js/formidable_blocks.js:767 -msgid "Upgrade Formidable Forms" +#: classes/controllers/FrmEntriesController.php:312 +msgid "label" msgstr "" -#: js/src/form/inspector.js:43 -#: classes/widgets/FrmElementorWidget.php:29 -#: js/formidable_blocks.js:557 -msgid "Select Form" +#: classes/controllers/FrmEntriesController.php:642 +msgid "Your import is complete" msgstr "" -#: js/src/form/inspector.js:57 -#: js/formidable_blocks.js:571 -msgid "Go to form" +#. translators: %1$s: Time string +#: classes/controllers/FrmEntriesController.php:660 +msgid "This form is in the trash and is scheduled to be deleted permanently in %s along with any entries." msgstr "" -#: js/src/form/inspector.js:62 -#: classes/views/frm-forms/shortcode_opts.php:16 -#: classes/widgets/FrmElementorWidget.php:48 -#: js/formidable_blocks.js:576 -msgid "Options" +#: classes/controllers/FrmEntriesController.php:687 +msgid "You can't view the entry" msgstr "" -#: js/src/form/inspector.js:66 -#: classes/widgets/FrmElementorWidget.php:53 -#: js/formidable_blocks.js:580 -msgid "Show Form Title" +#: classes/controllers/FrmEntriesController.php:688 +msgid "You are trying to view an entry that does not exist" msgstr "" -#: js/src/form/inspector.js:73 -#: classes/widgets/FrmElementorWidget.php:54 -#: js/formidable_blocks.js:587 -msgid "Show Form Description" +#: classes/controllers/FrmEntriesController.php:718 +#: classes/controllers/FrmFormActionsController.php:558 +#: classes/controllers/FrmFormsController.php:247 +#: classes/controllers/FrmSettingsController.php:394 +msgid "Verification failed" msgstr "" -#: js/src/form/inspector.js:80 -#: classes/widgets/FrmElementorWidget.php:55 -#: js/formidable_blocks.js:594 -msgid "Minimize HTML" +#: classes/controllers/FrmEntriesController.php:735 +msgid "Entry was successfully deleted" msgstr "" -#: js/src/form/inspector.js:88 -#: js/formidable_blocks.js:602 -msgid "Shortcode" +#: classes/controllers/FrmFieldsController.php:407 +#: classes/models/fields/FrmFieldCombo.php:216 +#: classes/views/frm-fields/back-end/default-value-setting.php:12 +msgid "Default Value" msgstr "" -#: js/src/form/modal.js:20 -#: js/formidable_blocks.js:638 -msgid "Modal" +#: classes/controllers/FrmFieldsController.php:414 +msgid "Calculate Value" msgstr "" -#: js/src/form/modal.js:21 -#: js/formidable_blocks.js:639 -msgid "Display a modal" +#: classes/controllers/FrmFieldsController.php:418 +msgid "Calculator forms" msgstr "" -#: js/src/form/modal.js:30 -#: js/formidable_blocks.js:648 -msgid "Bootstrap modal popup" +#: classes/controllers/FrmFieldsController.php:420 +msgid "Automatically calculate the value of this field based on values from other fields." msgstr "" -#: js/src/form/modal.js:51 -#: js/formidable_blocks.js:669 -msgid "This site does not have popup modals active." +#: classes/controllers/FrmFieldsController.php:424 +#: classes/models/FrmField.php:187 +msgid "Lookup" msgstr "" -#: js/src/form/modal.js:52 -#: js/formidable_blocks.js:670 -msgid "Install Formidable Modals" +#: classes/controllers/FrmFieldsController.php:428 +msgid "Lookup fields" msgstr "" -#: js/src/form/modal.js:57 -#: js/formidable_blocks.js:675 -msgid "This site does not have popup modals." +#: classes/controllers/FrmFieldsController.php:430 +msgid "Dynamically retrieve the value of this field from a lookup field." msgstr "" -#: js/src/form/views.js:18 -#: js/formidable_blocks.js:708 -msgid "Display a Visual View" +#: classes/controllers/FrmFormActionsController.php:28 +#: classes/views/frm-form-actions/settings.php:21 +msgid "Form Actions" msgstr "" -#: js/src/form/views.js:51 -#: js/src/form/views.js:17 -#: js/formidable_blocks.js:707 -#: js/formidable_blocks.js:741 -msgid "Formidable Views" +#: classes/controllers/FrmFormActionsController.php:187 +#: classes/views/frm-form-actions/default_actions.php:202 +msgid "eCommerce" msgstr "" -#: js/src/form/views.js:85 -#: js/src/form/views.js:73 -#: js/formidable_blocks.js:763 -#: js/formidable_blocks.js:775 -msgid "Effortlessly transform form data into webpages with Views, the only integrated form & application builder." +#: classes/controllers/FrmFormActionsController.php:195 +msgid "Email Marketing" msgstr "" -#: js/src/welcome-tour/elements/beginTourModalElement.js:32 -msgid "Get Started with Formidable Forms" +#: classes/controllers/FrmFormActionsController.php:208 +msgid "CRM" msgstr "" -#: js/src/welcome-tour/elements/beginTourModalElement.js:35 -msgid "Here's a quick checklist to help you set up and explore the key features of the plugin, so you can start building powerful forms in no time." +#. translators: %s: Name of form action +#: classes/controllers/FrmFormActionsController.php:274 +msgid "%s form actions" msgstr "" -#: js/src/welcome-tour/elements/beginTourModalElement.js:42 -msgid "Begin Tour" +#. translators: %s: URL to documentation +#: classes/controllers/FrmFormActionsController.php:429 +msgid "You have reached your form action limit. To increase this limit, you will require additional code. Visit our documentation at %s." msgstr "" -#. Plugin Name of the plugin -#: formidable.php -msgid "Formidable Forms" +#: classes/controllers/FrmFormsController.php:29 +#: classes/controllers/FrmFormsController.php:1246 +#: classes/controllers/FrmStylesController.php:78 +#: classes/controllers/FrmXMLController.php:331 +#: classes/views/frm-forms/list.php:10 +#: classes/widgets/FrmElementorWidget.php:20 +#: js/admin/applications.js:353 +msgid "Forms" msgstr "" -#. Plugin URI of the plugin -#. Author URI of the plugin -#: formidable.php -msgid "https://formidableforms.com/" +#: classes/controllers/FrmFormsController.php:68 +msgid "Only show the fields you need and create branching forms. Upgrade to get conditional logic and question branching." msgstr "" -#. Description of the plugin -#: formidable.php -msgid "Quickly and easily create drag-and-drop forms" +#: classes/controllers/FrmFormsController.php:69 +#: classes/controllers/FrmFormsController.php:70 +msgid "Conditional Logic options" msgstr "" -#. Author of the plugin -#: formidable.php -msgid "Strategy11 Form Builder Team" +#: classes/controllers/FrmFormsController.php:71 +msgid "Conditional Logic" msgstr "" -#: classes/controllers/FrmAddonsController.php:99 -#: classes/controllers/FrmAddonsController.php:102 -msgid "Add-Ons" +#: classes/controllers/FrmFormsController.php:198 +#: classes/helpers/FrmSubmitHelper.php:173 +#: classes/models/FrmField.php:84 +#: classes/models/FrmSettings.php:307 +#: classes/views/frm-forms/form.php:72 +#: classes/views/styles/_sample_form.php:84 +msgid "Submit" msgstr "" -#: classes/controllers/FrmAddonsController.php:110 -#: classes/controllers/FrmAddonsController.php:115 -#: classes/helpers/FrmFormsHelper.php:1483 -#: classes/views/applications/header.php:23 -#: classes/views/frm-fields/back-end/smart-values.php:16 -#: classes/views/shared/admin-footer-links.php:50 -#: classes/views/shared/admin-header.php:62 -#: js/packages/floating-links/config.js:55 -msgid "Upgrade" +#: classes/controllers/FrmFormsController.php:277 +msgid "Settings Successfully Updated" msgstr "" -#: classes/controllers/FrmAddonsController.php:201 -msgid "Available" +#: classes/controllers/FrmFormsController.php:324 +#: classes/controllers/FrmFormsController.php:1385 +msgid "Form was successfully updated." msgstr "" -#: classes/controllers/FrmAddonsController.php:208 -#: classes/controllers/FrmAddonsController.php:866 -#: classes/controllers/FrmTestModeController.php:347 -#: classes/helpers/FrmAppHelper.php:3606 -#: classes/views/styles/_field-colors.php:13 -#: stripe/helpers/FrmTransLiteAppHelper.php:107 -msgid "Active" +#. translators: %1$s: Start link HTML, %2$s: end link HTML +#: classes/controllers/FrmFormsController.php:329 +msgid "However, your form is very long and may be %1$sreaching server limits%2$s." msgstr "" -#: classes/controllers/FrmAddonsController.php:214 -msgid "All Add-Ons" +#: classes/controllers/FrmFormsController.php:459 +#: classes/controllers/FrmFormsController.php:460 +msgid "Form key is invalid" msgstr "" -#: classes/controllers/FrmAddonsController.php:265 -msgid "There are no plugins on your site that require a license" +#: classes/controllers/FrmFormsController.php:690 +msgid "Form Preview" msgstr "" -#: classes/controllers/FrmAddonsController.php:861 -#: classes/controllers/FrmTestModeController.php:348 -#: classes/helpers/FrmAppHelper.php:3607 -msgid "Installed" +#: classes/controllers/FrmFormsController.php:723 +msgid "Form key is missing" msgstr "" -#: classes/controllers/FrmAddonsController.php:871 -#: classes/controllers/FrmTestModeController.php:349 -#: classes/helpers/FrmAppHelper.php:3608 -msgid "Not Installed" +#: classes/controllers/FrmFormsController.php:736 +#: classes/controllers/FrmStylesController.php:528 +msgid "Form does not exist" msgstr "" -#: classes/controllers/FrmAddonsController.php:918 -msgid "Current user cannot delete plugins." +#: classes/controllers/FrmFormsController.php:765 +msgid "You do not have permission to view this form" msgstr "" -#: classes/controllers/FrmAddonsController.php:994 -msgid "Sorry, your site requires FTP authentication. Please download plugins from FormidableForms.com and install them manually." +#. translators: %1$s: Number of forms +#: classes/controllers/FrmFormsController.php:820 +#: classes/controllers/FrmFormsController.php:882 +msgid "%1$s form restored from the Trash." +msgid_plural "%1$s forms restored from the Trash." +msgstr[0] "" +msgstr[1] "" + +#. translators: %1$s: Number of forms, %2$s: Start link HTML, %3$s: End link HTML +#: classes/controllers/FrmFormsController.php:885 +#: classes/controllers/FrmFormsController.php:920 +msgid "%1$s form moved to the Trash. %2$sUndo%3$s" +msgid_plural "%1$s forms moved to the Trash. %2$sUndo%3$s" +msgstr[0] "" +msgstr[1] "" + +#. translators: %1$s: Number of forms +#: classes/controllers/FrmFormsController.php:944 +msgid "%1$s Form Permanently Deleted" +msgid_plural "%1$s Forms Permanently Deleted" +msgstr[0] "" +msgstr[1] "" + +#. translators: %1$s: Number of forms +#: classes/controllers/FrmFormsController.php:969 +#: classes/controllers/FrmFormsController.php:2180 +msgid "%1$s form permanently deleted." +msgid_plural "%1$s forms permanently deleted." +msgstr[0] "" +msgstr[1] "" + +#: classes/controllers/FrmFormsController.php:1077 +msgid "Add forms and content" msgstr "" -#: classes/controllers/FrmAddonsController.php:1183 -msgid "Your plugin has been activated. Would you like to save and reload the page now?" +#: classes/controllers/FrmFormsController.php:1096 +#: classes/views/frm-forms/insert_form_popup.php:33 +msgid "Insert a Form" msgstr "" -#: classes/controllers/FrmAddonsController.php:1183 -msgid "Your plugin has been activated." +#: classes/controllers/FrmFormsController.php:1151 +msgid "Display form title" msgstr "" -#: classes/controllers/FrmAddonsController.php:1292 -msgid "Could not install an upgrade. Please download from formidableforms.com and install manually." +#: classes/controllers/FrmFormsController.php:1155 +msgid "Display form description" msgstr "" -#: classes/controllers/FrmAddonsController.php:1339 -msgid "The plugin download was not found." +#: classes/controllers/FrmFormsController.php:1159 +msgid "Minimize form HTML" msgstr "" -#: classes/controllers/FrmAddonsController.php:1418 -#: classes/controllers/FrmAddonsController.php:1434 -#: classes/views/form-templates/modals/upgrade-modal.php:91 -#: classes/views/shared/reports-info.php:22 -#: js/admin/applications.js:405 -#: js/admin/style.js:473 -msgid "Upgrade Now" +#: classes/controllers/FrmFormsController.php:1233 +#: classes/controllers/FrmStylesController.php:1053 +#: classes/views/frm-forms/settings-advanced.php:13 +#: classes/views/styles/manage.php:36 +#: classes/views/styles/_sample_form.php:12 +#: classes/views/xml/import_form.php:145 +msgid "Form Title" msgstr "" -#: classes/controllers/FrmAntiSpamController.php:98 -#: classes/models/FrmEntryValidate.php:513 -msgid "Your entry appears to be spam!" +#: classes/controllers/FrmFormsController.php:1236 +#: classes/helpers/FrmCSVExportHelper.php:468 +msgid "Key" msgstr "" -#: classes/controllers/FrmAppController.php:275 -msgid "Build" +#: classes/controllers/FrmFormsController.php:1239 +msgid "Actions" msgstr "" -#: classes/controllers/FrmAppController.php:282 -#: classes/controllers/FrmStylesController.php:52 -#: classes/controllers/FrmStylesController.php:53 -#: classes/views/styles/_field-colors.php:331 -#: classes/views/styles/_field-description.php:63 -#: classes/views/xml/import_form.php:149 -msgid "Style" +#: classes/controllers/FrmFormsController.php:1241 +#: classes/models/FrmField.php:138 +#: stripe/controllers/FrmTransLiteListsController.php:73 +msgid "Date" msgstr "" -#: classes/controllers/FrmAppController.php:289 -#: classes/helpers/FrmFormsListHelper.php:417 -#: classes/views/frm-forms/settings.php:13 -#: classes/views/frm-settings/form.php:14 -msgid "Settings" +#: classes/controllers/FrmFormsController.php:1321 +msgid "You can't edit the form" msgstr "" -#: classes/controllers/FrmAppController.php:296 -#: classes/controllers/FrmEntriesController.php:11 -#: classes/controllers/FrmEntriesController.php:173 -#: classes/controllers/FrmFormsController.php:1169 -#: classes/controllers/FrmXMLController.php:313 -#: classes/views/xml/import_form.php:148 -msgid "Entries" +#: classes/controllers/FrmFormsController.php:1322 +msgid "You are trying to edit a form that does not exist" msgstr "" -#: classes/controllers/FrmAppController.php:308 -#: classes/controllers/FrmEntriesController.php:15 -#: classes/controllers/FrmOnboardingWizardController.php:593 -#: classes/views/shared/views-info.php:10 -#: js/admin/applications.js:357 -msgid "Views" +#: classes/controllers/FrmFormsController.php:1337 +msgid "The form you're trying to edit is in trash. You must restore it first before you can make changes" msgstr "" -#: classes/controllers/FrmAppController.php:322 -#: classes/views/shared/reports-info.php:10 -msgid "Reports" +#: classes/controllers/FrmFormsController.php:1347 +msgid "Restore form" msgstr "" -#: classes/controllers/FrmAppController.php:351 -#: classes/helpers/FrmTipsHelper.php:113 -#: classes/views/shared/upgrade_overlay.php:54 -msgid "Renew" +#. translators: %1$s: Start link HTML, %2$s: End link HTML +#: classes/controllers/FrmFormsController.php:1354 +msgid "You are trying to edit a child form. Please edit from %1$shere%2$s" msgstr "" -#: classes/controllers/FrmAppController.php:355 -#: js/admin/applications.js:121 -msgid "Upgrade to Pro" +#: classes/controllers/FrmFormsController.php:1388 +msgid "Template was successfully updated." msgstr "" -#: classes/controllers/FrmAppController.php:369 -msgid "Build a Form" +#: classes/controllers/FrmFormsController.php:1421 +msgid "Form was Successfully Copied" msgstr "" -#: classes/controllers/FrmAppController.php:1312 -msgid "Continue" +#: classes/controllers/FrmFormsController.php:1521 +#: classes/controllers/FrmStylesController.php:1052 +#: classes/views/styles/_field-labels.php:12 +msgid "General" msgstr "" -#: classes/controllers/FrmApplicationsController.php:17 -#: classes/views/applications/index.php:8 -msgid "Applications" +#: classes/controllers/FrmFormsController.php:1522 +msgid "General Form Settings" msgstr "" -#: classes/controllers/FrmDashboardController.php:33 -#: classes/views/dashboard/dashboard.php:14 -msgid "Dashboard" +#: classes/controllers/FrmFormsController.php:1527 +msgid "Actions & Notifications" msgstr "" -#: classes/controllers/FrmDashboardController.php:90 -msgid "Latest Entries" +#: classes/controllers/FrmFormsController.php:1533 +#: classes/controllers/FrmFormsController.php:1538 +msgid "Form Permissions" msgstr "" -#: classes/controllers/FrmDashboardController.php:92 -msgid "View All Entries" +#: classes/controllers/FrmFormsController.php:1539 +msgid "Allow editing, protect forms and files, limit entries, and save drafts. Upgrade to get form and entry permissions." msgstr "" -#: classes/controllers/FrmDashboardController.php:102 -msgid "You don't have a payment form setup yet." +#: classes/controllers/FrmFormsController.php:1545 +msgid "Form Scheduling" msgstr "" -#: classes/controllers/FrmDashboardController.php:105 -msgid "Create a Payment Form" +#: classes/controllers/FrmFormsController.php:1550 +msgid "Form scheduling settings" msgstr "" -#: classes/controllers/FrmDashboardController.php:110 -msgid "Total Earnings" +#: classes/controllers/FrmFormsController.php:1556 +#: classes/controllers/FrmStylesController.php:1060 +#: classes/helpers/FrmFieldsHelper.php:2529 +#: classes/views/frm-forms/settings-buttons.php:20 +msgid "Buttons" msgstr "" -#: classes/controllers/FrmDashboardController.php:146 -msgid "Total Forms" +#: classes/controllers/FrmFormsController.php:1562 +msgid "Form Landing Page" msgstr "" -#: classes/controllers/FrmDashboardController.php:148 -msgid "Total Entries" +#: classes/controllers/FrmFormsController.php:1568 +#: classes/controllers/FrmFormsController.php:1574 +msgid "Conversational Forms" msgstr "" -#: classes/controllers/FrmDashboardController.php:150 -msgid "Add Entry" +#: classes/controllers/FrmFormsController.php:1575 +msgid "Ask one question at a time for automated conversations." msgstr "" -#: classes/controllers/FrmDashboardController.php:160 -msgid "All Views" +#: classes/controllers/FrmFormsController.php:1582 +msgid "Form Abandonment" msgstr "" -#: classes/controllers/FrmDashboardController.php:162 -#: classes/controllers/FrmDashboardController.php:169 -#: classes/helpers/FrmFormMigratorsHelper.php:57 -#: js/admin/applications.js:381 -#: js/admin/applications.js:514 -#: js/admin/style.js:449 -msgid "Learn More" +#: classes/controllers/FrmFormsController.php:1588 +msgid "Form abandonment settings" msgstr "" -#: classes/controllers/FrmDashboardController.php:167 -msgid "Installed Apps" +#: classes/controllers/FrmFormsController.php:1589 +msgid "Unlock the power of data capture to boost lead generation and master the art of form optimization." msgstr "" -#. translators: %1$s: HTML start of a tag, %2$s: HTML close a tag -#. translators: %1$s: Start link HTML, %2$s: End link HTML, %3$s: Line break HTML -#: classes/controllers/FrmDashboardController.php:258 -#: classes/views/frm-entries/no_entries.php:41 -msgid "See the %1$sform documentation%2$s for instructions on publishing your form" +#: classes/controllers/FrmFormsController.php:1596 +msgid "Customize HTML" msgstr "" -#: classes/controllers/FrmDashboardController.php:264 -#: classes/controllers/FrmDashboardController.php:281 -msgid "You Have No Entries Yet" +#: classes/controllers/FrmFormsController.php:1755 +msgid "Customize field values with the following parameters." msgstr "" -#: classes/controllers/FrmDashboardController.php:267 -msgid "Add New Form" +#: classes/controllers/FrmFormsController.php:1797 +msgid "Separator" msgstr "" -#. translators: %1$s: HTML start of a tag, %2$s: HTML close a tag -#: classes/controllers/FrmDashboardController.php:275 -msgid "See the %1$sform documentation%2$s for instructions on publishing a form. Once vou have at least one entry you'll see it here." +#: classes/controllers/FrmFormsController.php:1798 +msgid "Use a different separator for checkbox fields" msgstr "" -#: classes/controllers/FrmDashboardController.php:351 -#: classes/controllers/FrmEntriesController.php:156 -#: classes/controllers/FrmFormsController.php:1037 -#: classes/views/xml/import_form.php:179 -#: classes/widgets/FrmElementorWidget.php:37 -#: classes/widgets/FrmShowForm.php:71 -#: stripe/controllers/FrmTransLiteListsController.php:52 -#: stripe/controllers/FrmTransLiteListsController.php:61 -#: js/admin/applications.js:353 -msgid "Form" +#: classes/controllers/FrmFormsController.php:1801 +msgid "Date Format" msgstr "" -#: classes/controllers/FrmDashboardController.php:352 -#: classes/models/FrmField.php:46 -msgid "Name" +#: classes/controllers/FrmFormsController.php:1804 +#: classes/views/frm-fields/back-end/settings.php:87 +msgid "Field Label" msgstr "" -#: classes/controllers/FrmDashboardController.php:353 -msgid "Author" +#: classes/controllers/FrmFormsController.php:1807 +msgid "No Auto P" msgstr "" -#: classes/controllers/FrmDashboardController.php:354 -msgid "Created on" +#: classes/controllers/FrmFormsController.php:1808 +msgid "Do not automatically add any paragraphs or line breaks" msgstr "" -#: classes/controllers/FrmDeactivationFeedbackController.php:96 -msgid "Skip & Deactivate" +#: classes/controllers/FrmFormsController.php:1825 +#: classes/models/FrmField.php:72 +msgid "User ID" msgstr "" -#: classes/controllers/FrmEmailStylesController.php:29 -#: classes/views/shared/views-info.php:88 -msgid "Classic" +#: classes/controllers/FrmFormsController.php:1826 +#: classes/models/fields/FrmFieldName.php:50 +#: stripe/views/action-settings/payments-options.php:171 +msgid "First Name" msgstr "" -#: classes/controllers/FrmEmailStylesController.php:35 -msgid "Plain Text" +#: classes/controllers/FrmFormsController.php:1827 +#: classes/models/fields/FrmFieldName.php:52 +#: stripe/views/action-settings/payments-options.php:177 +msgid "Last Name" msgstr "" -#: classes/controllers/FrmEmailStylesController.php:41 -msgid "Modern" +#: classes/controllers/FrmFormsController.php:1828 +msgid "Display Name" msgstr "" -#: classes/controllers/FrmEmailStylesController.php:47 -msgid "Sleek" +#: classes/controllers/FrmFormsController.php:1829 +msgid "User Login" msgstr "" -#: classes/controllers/FrmEmailStylesController.php:53 -#: classes/views/frm-fields/back-end/settings.php:354 -msgid "Compact" +#: classes/controllers/FrmFormsController.php:1830 +#: classes/controllers/FrmSettingsController.php:115 +#: classes/models/FrmField.php:44 +#: stripe/views/action-settings/payments-options.php:146 +msgid "Email" msgstr "" -#: classes/controllers/FrmEmailStylesController.php:259 -msgid "This email style doesn't exist" +#: classes/controllers/FrmFormsController.php:1831 +msgid "Avatar" msgstr "" -#: classes/controllers/FrmEmailStylesController.php:299 -msgid "Invalid email address" +#: classes/controllers/FrmFormsController.php:1832 +msgid "Author Link" msgstr "" -#: classes/controllers/FrmEmailStylesController.php:304 -msgid "Formidable Test Email" +#: classes/controllers/FrmFormsController.php:1849 +#: classes/views/frm-entries/sidebar-shared.php:51 +msgid "Entry ID" msgstr "" -#: classes/controllers/FrmEmailStylesController.php:314 -msgid "Test email sent successfully!" +#: classes/controllers/FrmFormsController.php:1851 +msgid "Post ID" msgstr "" -#: classes/controllers/FrmEmailStylesController.php:317 -msgid "Failed to send test email!" +#: classes/controllers/FrmFormsController.php:1852 +msgid "User IP" msgstr "" -#: classes/controllers/FrmEntriesController.php:151 -#: classes/controllers/FrmFormsController.php:1743 -#: classes/views/frm-entries/form.php:86 -#: classes/views/frm-entries/sidebar-shared.php:57 -msgid "Entry Key" +#: classes/controllers/FrmFormsController.php:1853 +msgid "Entry created" msgstr "" -#: classes/controllers/FrmEntriesController.php:157 -msgid "Entry Name" +#: classes/controllers/FrmFormsController.php:1854 +msgid "Entry updated" msgstr "" -#: classes/controllers/FrmEntriesController.php:158 -#: classes/helpers/FrmCSVExportHelper.php:426 -msgid "Created By" +#: classes/controllers/FrmFormsController.php:1856 +msgid "Site URL" msgstr "" -#: classes/controllers/FrmEntriesController.php:161 -#: classes/helpers/FrmCSVExportHelper.php:428 -msgid "Entry Status" +#: classes/controllers/FrmFormsController.php:1857 +msgid "Site Name" msgstr "" -#: classes/controllers/FrmEntriesController.php:162 -msgid "Entry creation date" +#: classes/controllers/FrmFormsController.php:1858 +#: classes/helpers/FrmFormsHelper.php:660 +msgid "Form Name" msgstr "" -#: classes/controllers/FrmEntriesController.php:163 -msgid "Entry update date" +#: classes/controllers/FrmFormsController.php:2043 +msgid "No forms were specified" msgstr "" -#: classes/controllers/FrmEntriesController.php:264 -msgid "value" +#: classes/controllers/FrmFormsController.php:2173 +msgid "There was a problem duplicating the form" msgstr "" -#: classes/controllers/FrmEntriesController.php:264 -msgid "label" +#: classes/controllers/FrmFormsController.php:2212 +msgid "Form not found" msgstr "" -#: classes/controllers/FrmEntriesController.php:533 -msgid "Your import is complete" +#: classes/controllers/FrmFormsController.php:2243 +msgid "Abnormal HTML characters prevented your form from saving correctly" msgstr "" -#. translators: %1$s: Time string -#: classes/controllers/FrmEntriesController.php:545 -msgid "This form is in the trash and is scheduled to be deleted permanently in %s along with any entries." +#: classes/controllers/FrmFormsController.php:2436 +#: classes/controllers/FrmFormsController.php:2458 +msgid "Please select a valid form" msgstr "" -#: classes/controllers/FrmEntriesController.php:567 -msgid "You can't view the entry" +#. translators: %1$s: Start link HTML, %2$s: End link HTML +#: classes/controllers/FrmFormsController.php:3241 +msgid "%1$sClick here%2$s if you are not automatically redirected." msgstr "" -#: classes/controllers/FrmEntriesController.php:568 -msgid "You are trying to view an entry that does not exist" +#: classes/controllers/FrmFormsController.php:3684 +#: classes/helpers/FrmAppHelper.php:2090 +#: classes/helpers/FrmOnSubmitHelper.php:124 +msgid "Select a Page" msgstr "" -#: classes/controllers/FrmEntriesController.php:596 -#: classes/controllers/FrmFormActionsController.php:500 -#: classes/controllers/FrmFormsController.php:231 -#: classes/controllers/FrmSettingsController.php:363 -msgid "Verification failed" +#: classes/controllers/FrmFormTemplatesController.php:172 +#: classes/views/form-templates/index.php:17 +msgid "Form Templates" msgstr "" -#: classes/controllers/FrmEntriesController.php:612 -msgid "Entry was successfully deleted" +#: classes/controllers/FrmFormTemplatesController.php:240 +msgid "Get 30+ Free Form Templates" msgstr "" -#: classes/controllers/FrmFieldsController.php:394 -#: classes/models/fields/FrmFieldCombo.php:213 -#: classes/views/frm-fields/back-end/default-value-setting.php:12 -msgid "Default Value" +#: classes/controllers/FrmFormTemplatesController.php:241 +msgid "Just add your email address and you'll get 30+ free form templates to your account." msgstr "" -#: classes/controllers/FrmFieldsController.php:401 -msgid "Calculate Value" +#: classes/controllers/FrmFormTemplatesController.php:242 +msgctxt "get free templates modal submit button text" +msgid "Get Templates" msgstr "" -#: classes/controllers/FrmFieldsController.php:405 -msgid "Calculator forms" +#: classes/controllers/FrmFormTemplatesController.php:381 +msgid "There was an error creating a template." msgstr "" -#: classes/controllers/FrmFieldsController.php:407 -msgid "Automatically calculate the value of this field based on values from other fields." +#: classes/controllers/FrmFormTemplatesController.php:412 +msgid "Please enter a valid email address." msgstr "" -#: classes/controllers/FrmFieldsController.php:411 -#: classes/models/FrmField.php:143 -msgid "Lookup" +#: classes/controllers/FrmFormTemplatesController.php:552 +msgid "Favorites" msgstr "" -#: classes/controllers/FrmFieldsController.php:415 -msgid "Lookup fields" +#: classes/controllers/FrmFormTemplatesController.php:556 +#: classes/views/form-templates/list.php:38 +#: classes/views/frm-fields/back-end/format-dropdown-options.php:22 +#: classes/views/frm-fields/back-end/format-dropdown-options.php:45 +#: classes/views/frm-fields/back-end/phone/phone-type.php:37 +msgid "Custom" msgstr "" -#: classes/controllers/FrmFieldsController.php:417 -msgid "Dynamically retrieve the value of this field from a lookup field." +#: classes/controllers/FrmFormTemplatesController.php:564 +msgid "Available Templates" msgstr "" -#: classes/controllers/FrmFormActionsController.php:24 -#: classes/views/frm-form-actions/settings.php:21 -msgid "Form Actions" +#: classes/controllers/FrmFormTemplatesController.php:570 +#: classes/views/form-templates/list.php:13 +msgid "All Templates" msgstr "" -#: classes/controllers/FrmFormActionsController.php:170 -#: classes/views/frm-form-actions/default_actions.php:189 -msgid "eCommerce" +#: classes/controllers/FrmInboxController.php:99 +msgid "Help Formidable improve with usage tracking" msgstr "" -#: classes/controllers/FrmFormActionsController.php:178 -msgid "Email Marketing" +#: classes/controllers/FrmOnboardingWizardController.php:253 +msgid "Onboarding Wizard" msgstr "" -#: classes/controllers/FrmFormActionsController.php:191 -msgid "CRM" +#: classes/controllers/FrmOnboardingWizardController.php:469 +msgid "Welcome to Formidable Forms! Click here to run the Onboarding Wizard and it will guide you through the basic settings and get you started in 2 minutes." msgstr "" -#. translators: %s: Name of form action -#: classes/controllers/FrmFormActionsController.php:253 -msgid "%s form actions" +#: classes/controllers/FrmOnboardingWizardController.php:473 +msgid "Begin With Ease!" msgstr "" -#. translators: %s: URL to documentation -#: classes/controllers/FrmFormActionsController.php:394 -msgid "You have reached your form action limit. To increase this limit, you will require additional code. Visit our documentation at %s." +#: classes/controllers/FrmOnboardingWizardController.php:476 +msgid "Begin Setup" msgstr "" -#: classes/controllers/FrmFormsController.php:29 -#: classes/controllers/FrmFormsController.php:1180 -#: classes/controllers/FrmStylesController.php:72 -#: classes/controllers/FrmXMLController.php:312 -#: classes/views/frm-forms/list.php:10 -#: classes/widgets/FrmElementorWidget.php:14 -#: js/admin/applications.js:353 -msgid "Forms" +#: classes/controllers/FrmOnboardingWizardController.php:552 +msgid "Spam Protection" msgstr "" -#: classes/controllers/FrmFormsController.php:67 -msgid "Only show the fields you need and create branching forms. Upgrade to get conditional logic and question branching." +#: classes/controllers/FrmOnboardingWizardController.php:555 +msgid "Get anti-spam options like reCAPTCHA, hCaptcha, Akismet, Turnstile and the blocklist." msgstr "" -#: classes/controllers/FrmFormsController.php:68 -#: classes/controllers/FrmFormsController.php:69 -msgid "Conditional Logic options" +#: classes/controllers/FrmOnboardingWizardController.php:558 +msgid "Stripe Payments" msgstr "" -#: classes/controllers/FrmFormsController.php:70 -msgid "Conditional Logic" +#: classes/controllers/FrmOnboardingWizardController.php:561 +msgid "Collect donations and payments with your forms. Offer physical products, digital goods, services, and more." msgstr "" -#: classes/controllers/FrmFormsController.php:185 -#: classes/helpers/FrmSubmitHelper.php:163 -#: classes/models/FrmField.php:74 -#: classes/models/FrmSettings.php:165 -#: classes/views/frm-forms/form.php:71 -#: classes/views/styles/_sample_form.php:83 -msgid "Submit" +#: classes/controllers/FrmOnboardingWizardController.php:567 +msgid "Visual Styler" msgstr "" -#: classes/controllers/FrmFormsController.php:260 -msgid "Settings Successfully Updated" +#: classes/controllers/FrmOnboardingWizardController.php:570 +msgid "Customize form appearance with an intuitive styling interface." msgstr "" -#: classes/controllers/FrmFormsController.php:303 -#: classes/controllers/FrmFormsController.php:1309 -msgid "Form was successfully updated." +#: classes/controllers/FrmOnboardingWizardController.php:573 +msgid "Save Entries" msgstr "" -#. translators: %1$s: Start link HTML, %2$s: end link HTML -#: classes/controllers/FrmFormsController.php:308 -msgid "However, your form is very long and may be %1$sreaching server limits%2$s." +#: classes/controllers/FrmOnboardingWizardController.php:576 +msgid "Save form submissions to your database for future reference and analysis." msgstr "" -#: classes/controllers/FrmFormsController.php:430 -#: classes/controllers/FrmFormsController.php:431 -msgid "Form key is invalid" +#: classes/controllers/FrmOnboardingWizardController.php:586 +#: classes/controllers/FrmSMTPController.php:115 +msgid "SMTP" msgstr "" -#: classes/controllers/FrmFormsController.php:646 -msgid "Form Preview" +#: classes/controllers/FrmOnboardingWizardController.php:591 +msgid "Improve email deliverability by routing WordPress emails through SMTP." msgstr "" -#: classes/controllers/FrmFormsController.php:677 -msgid "Form key is missing" +#: classes/controllers/FrmOnboardingWizardController.php:605 +msgid "Mailchimp" msgstr "" -#: classes/controllers/FrmFormsController.php:689 -#: classes/controllers/FrmStylesController.php:496 -msgid "Form does not exist" +#: classes/controllers/FrmOnboardingWizardController.php:610 +msgid "User Registration" msgstr "" -#: classes/controllers/FrmFormsController.php:717 -msgid "You do not have permission to view this form" +#: classes/controllers/FrmOnboardingWizardController.php:615 +msgid "Form Rest API" msgstr "" -#. translators: %1$s: Number of forms -#: classes/controllers/FrmFormsController.php:770 -#: classes/controllers/FrmFormsController.php:831 -msgid "%1$s form restored from the Trash." -msgid_plural "%1$s forms restored from the Trash." -msgstr[0] "" -msgstr[1] "" - -#. translators: %1$s: Number of forms, %2$s: Start link HTML, %3$s: End link HTML -#: classes/controllers/FrmFormsController.php:834 -#: classes/controllers/FrmFormsController.php:867 -msgid "%1$s form moved to the Trash. %2$sUndo%3$s" -msgid_plural "%1$s forms moved to the Trash. %2$sUndo%3$s" -msgstr[0] "" -msgstr[1] "" - -#. translators: %1$s: Number of forms -#: classes/controllers/FrmFormsController.php:890 -msgid "%1$s Form Permanently Deleted" -msgid_plural "%1$s Forms Permanently Deleted" -msgstr[0] "" -msgstr[1] "" - -#. translators: %1$s: Number of forms -#: classes/controllers/FrmFormsController.php:912 -#: classes/controllers/FrmFormsController.php:2044 -msgid "%1$s form permanently deleted." -msgid_plural "%1$s forms permanently deleted." -msgstr[0] "" -msgstr[1] "" - -#: classes/controllers/FrmFormsController.php:1019 -msgid "Add forms and content" +#: classes/controllers/FrmOnboardingWizardController.php:620 +msgid "Signature Forms" msgstr "" -#: classes/controllers/FrmFormsController.php:1038 -#: classes/views/frm-forms/insert_form_popup.php:33 -msgid "Insert a Form" +#: classes/controllers/FrmOnboardingWizardController.php:629 +msgid "ACF Forms" msgstr "" -#: classes/controllers/FrmFormsController.php:1091 -msgid "Display form title" +#: classes/controllers/FrmOnboardingWizardController.php:659 +msgid "Gravity Forms Migrator" msgstr "" -#: classes/controllers/FrmFormsController.php:1095 -msgid "Display form description" +#: classes/controllers/FrmOnboardingWizardController.php:664 +msgid "Easily migrate your forms from Gravity Forms to Formidable." msgstr "" -#: classes/controllers/FrmFormsController.php:1099 -msgid "Minimize form HTML" +#: classes/controllers/FrmSettingsController.php:24 +msgid "Global Settings" msgstr "" -#: classes/controllers/FrmFormsController.php:1168 -#: classes/controllers/FrmStylesController.php:985 -#: classes/views/frm-forms/settings-advanced.php:13 -#: classes/views/styles/manage.php:36 -#: classes/views/styles/_sample_form.php:12 -#: classes/views/xml/import_form.php:145 -msgid "Form Title" +#: classes/controllers/FrmSettingsController.php:73 +msgid "General Settings" msgstr "" -#: classes/controllers/FrmFormsController.php:1171 -#: classes/helpers/FrmCSVExportHelper.php:431 -msgid "Key" +#: classes/controllers/FrmSettingsController.php:79 +msgid "Message Defaults" msgstr "" -#: classes/controllers/FrmFormsController.php:1173 -msgid "Actions" +#: classes/controllers/FrmSettingsController.php:85 +msgid "Permissions" msgstr "" -#: classes/controllers/FrmFormsController.php:1175 -#: classes/models/FrmField.php:113 -#: stripe/controllers/FrmTransLiteListsController.php:72 -msgid "Date" +#: classes/controllers/FrmSettingsController.php:89 +#: stripe/controllers/FrmTransLiteListsController.php:32 +#: stripe/controllers/FrmTransLitePaymentsController.php:30 +#: stripe/helpers/FrmTransLiteListHelper.php:119 +#: stripe/views/lists/list.php:12 +msgid "Payments" msgstr "" -#: classes/controllers/FrmFormsController.php:1246 -msgid "You can't edit the form" +#: classes/controllers/FrmSettingsController.php:97 +#: classes/views/styles/_quick-settings.php:233 +#: classes/views/styles/_quick-settings.php:245 +msgid "Custom CSS" msgstr "" -#: classes/controllers/FrmFormsController.php:1247 -msgid "You are trying to edit a form that does not exist" +#: classes/controllers/FrmSettingsController.php:103 +msgid "Manage Styles" msgstr "" -#: classes/controllers/FrmFormsController.php:1261 -msgid "The form you're trying to edit is in trash. You must restore it first before you can make changes" +#: classes/controllers/FrmSettingsController.php:109 +msgid "Captcha/Spam" msgstr "" -#: classes/controllers/FrmFormsController.php:1271 -msgid "Restore form" +#: classes/controllers/FrmSettingsController.php:119 +msgid "White Labeling" msgstr "" -#. translators: %1$s: Start link HTML, %2$s: End link HTML -#: classes/controllers/FrmFormsController.php:1278 -msgid "You are trying to edit a child form. Please edit from %1$shere%2$s" +#: classes/controllers/FrmSettingsController.php:124 +msgid "White labeling options" msgstr "" -#: classes/controllers/FrmFormsController.php:1311 -msgid "Template was successfully updated." +#: classes/controllers/FrmSettingsController.php:130 +#: classes/views/inbox/list.php:11 +msgid "Inbox" msgstr "" -#: classes/controllers/FrmFormsController.php:1338 -msgid "Form was Successfully Copied" +#: classes/controllers/FrmSettingsController.php:135 +msgid "Inbox settings" msgstr "" -#: classes/controllers/FrmFormsController.php:1432 -#: classes/controllers/FrmStylesController.php:984 -#: classes/views/styles/_field-labels.php:12 -msgid "General" +#: classes/controllers/FrmSettingsController.php:158 +msgid "Plugin Licenses" msgstr "" -#: classes/controllers/FrmFormsController.php:1433 -msgid "General Form Settings" +#: classes/controllers/FrmSettingsController.php:172 +#: classes/views/frm-forms/settings-advanced.php:149 +msgid "Miscellaneous" msgstr "" -#: classes/controllers/FrmFormsController.php:1438 -msgid "Actions & Notifications" +#: classes/controllers/FrmSettingsController.php:412 +#: classes/controllers/FrmSettingsController.php:415 +msgid "Settings Saved" msgstr "" -#: classes/controllers/FrmFormsController.php:1444 -#: classes/controllers/FrmFormsController.php:1449 -msgid "Form Permissions" +#: classes/controllers/FrmSettingsController.php:435 +#: classes/helpers/FrmFormsHelper.php:2057 +#: classes/helpers/FrmStylesHelper.php:30 +#: classes/views/frm-forms/add_field_links.php:208 +#: classes/views/frm-forms/edit.php:28 +#: classes/views/summary-emails/stats.php:118 +msgid "Update" msgstr "" -#: classes/controllers/FrmFormsController.php:1450 -msgid "Allow editing, protect forms and files, limit entries, and save drafts. Upgrade to get form and entry permissions." +#: classes/controllers/FrmSettingsController.php:536 +msgid "Select Color" msgstr "" -#: classes/controllers/FrmFormsController.php:1455 -msgid "Form Scheduling" +#: classes/controllers/FrmSMTPController.php:169 +msgid "Making Email Deliverability Easy for WordPress" msgstr "" -#: classes/controllers/FrmFormsController.php:1460 -msgid "Form scheduling settings" +#: classes/controllers/FrmSMTPController.php:170 +msgid "WP Mail SMTP allows you to easily set up WordPress to use a trusted provider to reliably send emails, including form notifications." msgstr "" -#: classes/controllers/FrmFormsController.php:1465 -#: classes/controllers/FrmStylesController.php:992 -#: classes/helpers/FrmFieldsHelper.php:2246 -#: classes/views/frm-forms/settings-buttons.php:20 -msgid "Buttons" +#: classes/controllers/FrmSMTPController.php:197 +msgid "WP Mail SMTP screenshot" msgstr "" -#: classes/controllers/FrmFormsController.php:1471 -msgid "Form Landing Page" +#: classes/controllers/FrmSMTPController.php:199 +msgid "Over 1,000,000 websites use WP Mail SMTP." msgstr "" -#: classes/controllers/FrmFormsController.php:1477 -#: classes/controllers/FrmFormsController.php:1483 -msgid "Conversational Forms" +#: classes/controllers/FrmSMTPController.php:200 +msgid "Send emails authenticated via trusted parties." msgstr "" -#: classes/controllers/FrmFormsController.php:1484 -msgid "Ask one question at a time for automated conversations." +#: classes/controllers/FrmSMTPController.php:201 +msgid "Transactional Mailers: Pepipost, SendinBlue, Mailgun, SendGrid, Amazon SES." msgstr "" -#: classes/controllers/FrmFormsController.php:1490 -msgid "Form Abandonment" +#: classes/controllers/FrmSMTPController.php:202 +msgid "Web Mailers: Gmail, G Suite, Office 365, Outlook.com." msgstr "" -#: classes/controllers/FrmFormsController.php:1496 -msgid "Form abandonment settings" +#: classes/controllers/FrmSMTPController.php:224 +msgid "Step 1" msgstr "" -#: classes/controllers/FrmFormsController.php:1497 -msgid "Unlock the power of data capture to boost lead generation and master the art of form optimization." +#. translators: %s: Name of the plugin +#: classes/controllers/FrmSMTPController.php:231 +msgid "Install and Activate %s" msgstr "" -#: classes/controllers/FrmFormsController.php:1503 -msgid "Customize HTML" +#: classes/controllers/FrmSMTPController.php:247 +msgid "Install WP Mail SMTP from the WordPress.org plugin repository." msgstr "" -#: classes/controllers/FrmFormsController.php:1658 -msgid "Customize field values with the following parameters." +#: classes/controllers/FrmSMTPController.php:273 +msgid "Step 2" msgstr "" -#: classes/controllers/FrmFormsController.php:1696 -msgid "Separator" +#: classes/controllers/FrmSMTPController.php:293 +msgid "Set Up WP Mail SMTP" msgstr "" -#: classes/controllers/FrmFormsController.php:1697 -msgid "Use a different separator for checkbox fields" +#: classes/controllers/FrmSMTPController.php:294 +msgid "Select and configure your mailer." msgstr "" -#: classes/controllers/FrmFormsController.php:1700 -msgid "Date Format" +#: classes/controllers/FrmSMTPController.php:327 +msgid "Install WP Mail SMTP" msgstr "" -#: classes/controllers/FrmFormsController.php:1703 -#: classes/views/frm-fields/back-end/settings.php:86 -msgid "Field Label" +#: classes/controllers/FrmSMTPController.php:329 +#: classes/helpers/FrmAppHelper.php:3963 +#: classes/helpers/FrmFormMigratorsHelper.php:166 +#: classes/views/shared/upgrade_overlay.php:82 +#: js/src/form/views.js:21 +#: js/formidable_blocks.js:744 +#: js/frm_testing_mode.js:1785 +msgid "Install" msgstr "" -#: classes/controllers/FrmFormsController.php:1706 -msgid "No Auto P" +#: classes/controllers/FrmSMTPController.php:341 +msgid "WP Mail SMTP Installed & Activated" msgstr "" -#: classes/controllers/FrmFormsController.php:1707 -msgid "Do not automatically add any paragraphs or line breaks" +#: classes/controllers/FrmSMTPController.php:344 +msgid "Activate WP Mail SMTP" msgstr "" -#: classes/controllers/FrmFormsController.php:1722 -#: classes/models/FrmField.php:62 -msgid "User ID" +#: classes/controllers/FrmSMTPController.php:346 +#: classes/models/FrmPluginSearch.php:328 +#: classes/views/addons/settings.php:33 +#: js/formidable_admin.js:1 +#: js/frm_testing_mode.js:2 +#: js/src/admin/upgrade-popup.js:67 +#: js/src/form/views.js:21 +#: js/formidable_admin.js:1830 +#: js/formidable_blocks.js:744 +#: js/frm_testing_mode.js:1782 +msgid "Activate" msgstr "" -#: classes/controllers/FrmFormsController.php:1723 -#: classes/models/fields/FrmFieldName.php:40 -#: stripe/views/action-settings/payments-options.php:168 -msgid "First Name" +#: classes/controllers/FrmSMTPController.php:365 +msgid "Start Setup" msgstr "" -#: classes/controllers/FrmFormsController.php:1724 -#: classes/models/fields/FrmFieldName.php:42 -#: stripe/views/action-settings/payments-options.php:174 -msgid "Last Name" +#: classes/controllers/FrmSMTPController.php:371 +msgid "Go to SMTP settings" msgstr "" -#: classes/controllers/FrmFormsController.php:1725 -msgid "Display Name" +#: classes/controllers/FrmStylesController.php:39 +#: classes/controllers/FrmStylesController.php:57 +#: classes/controllers/FrmStylesController.php:77 +#: classes/controllers/FrmStylesController.php:78 +#: classes/views/frm-settings/email/email-styles.php:20 +msgid "Styles" msgstr "" -#: classes/controllers/FrmFormsController.php:1726 -msgid "User Login" +#: classes/controllers/FrmStylesController.php:60 +#: classes/helpers/FrmFormsListHelper.php:433 +#: classes/views/form-templates/template.php:73 +#: classes/views/frm-entries/sidebar-shared.php:40 +#: stripe/helpers/FrmTransLiteListHelper.php:401 +#: js/admin/style.js:657 +msgid "Edit" msgstr "" -#: classes/controllers/FrmFormsController.php:1727 -#: classes/controllers/FrmSettingsController.php:106 -#: classes/models/FrmField.php:34 -#: stripe/views/action-settings/payments-options.php:144 -msgid "Email" +#: classes/controllers/FrmStylesController.php:61 +msgid "Create a New Style" msgstr "" -#: classes/controllers/FrmFormsController.php:1728 -msgid "Avatar" +#: classes/controllers/FrmStylesController.php:62 +msgid "Edit Style" msgstr "" -#: classes/controllers/FrmFormsController.php:1729 -msgid "Author Link" +#: classes/controllers/FrmStylesController.php:351 +msgid "No styles" msgstr "" -#: classes/controllers/FrmFormsController.php:1742 -#: classes/views/frm-entries/sidebar-shared.php:51 -msgid "Entry ID" +#: classes/controllers/FrmStylesController.php:352 +msgid "You must have a style to use the Visual Styler." msgstr "" -#: classes/controllers/FrmFormsController.php:1744 -msgid "Post ID" +#: classes/controllers/FrmStylesController.php:369 +msgid "No forms" msgstr "" -#: classes/controllers/FrmFormsController.php:1745 -msgid "User IP" +#: classes/controllers/FrmStylesController.php:370 +msgid "You must have a form to use the Visual Styler." msgstr "" -#: classes/controllers/FrmFormsController.php:1746 -msgid "Entry created" +#: classes/controllers/FrmStylesController.php:499 +msgid "Invalid target style" msgstr "" -#: classes/controllers/FrmFormsController.php:1747 -msgid "Entry updated" +#: classes/controllers/FrmStylesController.php:514 +msgid "Invalid style value" msgstr "" -#: classes/controllers/FrmFormsController.php:1749 -msgid "Site URL" +#: classes/controllers/FrmStylesController.php:521 +msgid "No form specified" msgstr "" -#: classes/controllers/FrmFormsController.php:1750 -msgid "Site Name" +#: classes/controllers/FrmStylesController.php:548 +#: classes/controllers/FrmStylesController.php:565 +msgid "Successfully updated style." msgstr "" -#: classes/controllers/FrmFormsController.php:1751 -#: classes/helpers/FrmFormsHelper.php:577 -msgid "Form Name" +#: classes/controllers/FrmStylesController.php:746 +msgid "Your styling settings have been saved." msgstr "" -#: classes/controllers/FrmFormsController.php:1916 -msgid "No forms were specified" +#: classes/controllers/FrmStylesController.php:857 +msgid "You can add custom css here or in your theme style.css. Any CSS added here will be used anywhere the Formidable CSS is loaded." msgstr "" -#: classes/controllers/FrmFormsController.php:2037 -msgid "There was a problem duplicating the form" +#: classes/controllers/FrmStylesController.php:1054 +#: classes/helpers/FrmFormsHelper.php:664 +#: classes/views/frm-forms/settings-advanced.php:27 +msgid "Form Description" msgstr "" -#: classes/controllers/FrmFormsController.php:2075 -msgid "Form not found" +#: classes/controllers/FrmStylesController.php:1055 +msgid "Field Labels" msgstr "" -#: classes/controllers/FrmFormsController.php:2101 -msgid "Abnormal HTML characters prevented your form from saving correctly" +#: classes/controllers/FrmStylesController.php:1056 +#: classes/helpers/FrmFormsHelper.php:624 +#: classes/views/frm-fields/back-end/field-description.php:8 +msgid "Field Description" msgstr "" -#: classes/controllers/FrmFormsController.php:2279 -#: classes/controllers/FrmFormsController.php:2301 -msgid "Please select a valid form" +#: classes/controllers/FrmStylesController.php:1057 +msgid "Field Colors" msgstr "" -#. translators: %1$s: Start link HTML, %2$s: End link HTML -#: classes/controllers/FrmFormsController.php:3012 -msgid "%1$sClick here%2$s if you are not automatically redirected." +#: classes/controllers/FrmStylesController.php:1058 +#: js/src/admin/admin.js:2634 +#: js/formidable_admin.js:5413 +msgid "Field Settings" msgstr "" -#: classes/controllers/FrmFormsController.php:3393 -#: classes/helpers/FrmAppHelper.php:1947 -#: classes/helpers/FrmOnSubmitHelper.php:117 -msgid "Select a Page" +#: classes/controllers/FrmStylesController.php:1059 +msgid "Check Box & Radio Fields" msgstr "" -#: classes/controllers/FrmFormTemplatesController.php:170 -#: classes/views/form-templates/index.php:17 -msgid "Form Templates" +#: classes/controllers/FrmStylesController.php:1061 +msgid "Form Messages" msgstr "" -#: classes/controllers/FrmFormTemplatesController.php:238 -msgid "Get 30+ Free Form Templates" +#: classes/controllers/FrmStylesController.php:1430 +msgid "Unable to rename style" msgstr "" -#: classes/controllers/FrmFormTemplatesController.php:239 -msgid "Just add your email address and you'll get 30+ free form templates to your account." +#: classes/controllers/FrmStylesController.php:1441 +msgid "Invalid route" msgstr "" -#: classes/controllers/FrmFormTemplatesController.php:240 -msgctxt "get free templates modal submit button text" -msgid "Get Templates" +#: classes/controllers/FrmStylesController.php:1451 +msgid "The style you are renaming either does not exist or it is not a style" msgstr "" -#: classes/controllers/FrmFormTemplatesController.php:378 -msgid "There was an error creating a template." +#: classes/controllers/FrmTestModeController.php:101 +msgid "Test Mode is currently not supported for conversational forms." msgstr "" -#: classes/controllers/FrmFormTemplatesController.php:409 -msgid "Please enter a valid email address." +#: classes/controllers/FrmTestModeController.php:120 +msgid "Test Mode Controls" msgstr "" -#: classes/controllers/FrmFormTemplatesController.php:548 -msgid "Favorites" +#: classes/controllers/FrmTestModeController.php:127 +msgid "Autofilled forms with AI" msgstr "" -#: classes/controllers/FrmFormTemplatesController.php:552 -#: classes/views/form-templates/list.php:38 -#: classes/views/frm-fields/back-end/format-dropdown-options.php:21 -#: classes/views/frm-fields/back-end/format-dropdown-options.php:44 -#: classes/views/frm-fields/back-end/phone/phone-type.php:36 -msgid "Custom" +#: classes/controllers/FrmTestModeController.php:260 +msgid "Logged Out" msgstr "" -#: classes/controllers/FrmFormTemplatesController.php:559 -msgid "Available Templates" +#: classes/controllers/FrmTestModeController.php:304 +msgid "Disable Required Fields" msgstr "" -#: classes/controllers/FrmFormTemplatesController.php:565 -#: classes/views/form-templates/list.php:13 -msgid "All Templates" +#: classes/controllers/FrmTestModeController.php:330 +msgid "Show All Hidden Fields" msgstr "" -#: classes/controllers/FrmInboxController.php:96 -msgid "Help Formidable improve with usage tracking" +#: classes/controllers/FrmUsageController.php:69 +msgid "Once Weekly" msgstr "" -#: classes/controllers/FrmOnboardingWizardController.php:249 -msgid "Onboarding Wizard" +#: classes/controllers/FrmWelcomeTourController.php:171 +msgid "Create your first form" msgstr "" -#: classes/controllers/FrmOnboardingWizardController.php:462 -msgid "Welcome to Formidable Forms! Click here to run the Onboarding Wizard and it will guide you through the basic settings and get you started in 2 minutes." +#: classes/controllers/FrmWelcomeTourController.php:172 +msgid "Start from scratch or jump in with one of our ready-to-use templates." msgstr "" -#: classes/controllers/FrmOnboardingWizardController.php:466 -msgid "Begin With Ease!" +#: classes/controllers/FrmWelcomeTourController.php:175 +msgid "Add fields to your form" msgstr "" -#: classes/controllers/FrmOnboardingWizardController.php:469 -msgid "Begin Setup" +#: classes/controllers/FrmWelcomeTourController.php:176 +msgid "Click or drag fields from the left to add them to your form. Edit and/or delete them as needed." msgstr "" -#: classes/controllers/FrmOnboardingWizardController.php:545 -msgid "Spam Protection" +#: classes/controllers/FrmWelcomeTourController.php:179 +msgid "Style your form" msgstr "" -#: classes/controllers/FrmOnboardingWizardController.php:548 -msgid "Get anti-spam options like reCAPTCHA, hCaptcha, Akismet, Turnstile and the blocklist." +#: classes/controllers/FrmWelcomeTourController.php:180 +msgid "Our default style looks great, but feel free to modify it! Change the color, font size, spacing, or whatever else you'd like." msgstr "" -#: classes/controllers/FrmOnboardingWizardController.php:551 -msgid "Stripe Payments" +#: classes/controllers/FrmWelcomeTourController.php:184 +msgid "Embed in a page" msgstr "" -#: classes/controllers/FrmOnboardingWizardController.php:554 -msgid "Collect donations and payments with your forms. Offer physical products, digital goods, services, and more." +#: classes/controllers/FrmWelcomeTourController.php:185 +msgid "Time to get some responses! Add your brand new form to a current page, or embed it on a new one." msgstr "" -#: classes/controllers/FrmOnboardingWizardController.php:560 -msgid "Visual Styler" +#: classes/controllers/FrmWelcomeTourController.php:313 +msgid "Setup email notifications" msgstr "" -#: classes/controllers/FrmOnboardingWizardController.php:563 -msgid "Customize form appearance with an intuitive styling interface." +#: classes/controllers/FrmWelcomeTourController.php:317 +msgid "Customize success message" msgstr "" -#: classes/controllers/FrmOnboardingWizardController.php:566 -msgid "Save Entries" +#: classes/controllers/FrmWelcomeTourController.php:321 +msgid "Manage form entries" msgstr "" -#: classes/controllers/FrmOnboardingWizardController.php:569 -msgid "Save form submissions to your database for future reference and analysis." +#: classes/controllers/FrmWelcomeTourController.php:325 +msgid "Explore integrations" msgstr "" -#: classes/controllers/FrmOnboardingWizardController.php:579 -#: classes/controllers/FrmSMTPController.php:108 -msgid "SMTP" +#: classes/controllers/FrmWelcomeTourController.php:389 +msgid "Invalid step" msgstr "" -#: classes/controllers/FrmOnboardingWizardController.php:584 -msgid "Improve email deliverability by routing WordPress emails through SMTP." +#: classes/controllers/FrmXMLController.php:12 +#: classes/views/xml/import_form.php:10 +msgid "Import/Export" msgstr "" -#: classes/controllers/FrmOnboardingWizardController.php:598 -msgid "Mailchimp" +#: classes/controllers/FrmXMLController.php:53 +msgid "Your server is missing the Simple XML extension. This is required to install a template." msgstr "" -#: classes/controllers/FrmOnboardingWizardController.php:603 -msgid "User Registration" +#: classes/controllers/FrmXMLController.php:65 +msgid "The template you are trying to install could not be validated." msgstr "" -#: classes/controllers/FrmOnboardingWizardController.php:608 -msgid "Form Rest API" +#: classes/controllers/FrmXMLController.php:77 +msgid "There was an error reading the form template." msgstr "" -#: classes/controllers/FrmOnboardingWizardController.php:613 -msgid "Signature Forms" +#: classes/controllers/FrmXMLController.php:115 +msgid "There was an error importing form" msgstr "" -#: classes/controllers/FrmOnboardingWizardController.php:622 -msgid "ACF Forms" +#: classes/controllers/FrmXMLController.php:373 +msgid "Oops, you didn't select a file." msgstr "" -#: classes/controllers/FrmOnboardingWizardController.php:651 -msgid "Gravity Forms Migrator" +#: classes/controllers/FrmXMLController.php:384 +msgid "The file does not exist, please try again." msgstr "" -#: classes/controllers/FrmOnboardingWizardController.php:656 -msgid "Easily migrate your forms from Gravity Forms to Formidable." +#: classes/controllers/FrmXMLController.php:412 +msgid "XML import is not enabled on your server with the libxml_disable_entity_loader function." msgstr "" -#: classes/controllers/FrmSettingsController.php:21 -msgid "Global Settings" +#: classes/controllers/FrmXMLController.php:692 +msgid "Please select a form" msgstr "" -#: classes/controllers/FrmSettingsController.php:64 -msgid "General Settings" +#: classes/controllers/FrmXMLController.php:733 +msgid "Form not found." msgstr "" -#: classes/controllers/FrmSettingsController.php:70 -msgid "Message Defaults" +#: classes/controllers/FrmXMLController.php:766 +msgid "There are no entries for that form." msgstr "" -#: classes/controllers/FrmSettingsController.php:76 -msgid "Permissions" +#: classes/helpers/FrmAddonsHelper.php:60 +#: classes/helpers/FrmAddonsHelper.php:81 +msgid "Unlock Add-on library" msgstr "" -#: classes/controllers/FrmSettingsController.php:80 -#: stripe/controllers/FrmTransLiteListsController.php:31 -#: stripe/controllers/FrmTransLitePaymentsController.php:30 -#: stripe/helpers/FrmTransLiteListHelper.php:114 -#: stripe/views/lists/list.php:12 -msgid "Payments" +#: classes/helpers/FrmAddonsHelper.php:61 +msgid "Renew your subscription today and access our library of add-ons to supercharge your forms." msgstr "" -#: classes/controllers/FrmSettingsController.php:88 -msgid "Custom CSS" +#: classes/helpers/FrmAddonsHelper.php:62 +#: classes/helpers/FrmFormTemplatesHelper.php:191 +#: classes/views/form-templates/modals/renew-account-modal.php:43 +msgid "Renew Now" msgstr "" -#: classes/controllers/FrmSettingsController.php:94 -msgid "Manage Styles" +#: classes/helpers/FrmAddonsHelper.php:82 +msgid "Upgrade to Pro and access our library of add-ons to supercharge your forms." msgstr "" -#: classes/controllers/FrmSettingsController.php:100 -msgid "Captcha/Spam" +#: classes/helpers/FrmAddonsHelper.php:83 +#: classes/helpers/FrmAddonsHelper.php:112 +#: classes/views/form-templates/modals/upgrade-modal.php:89 +#: classes/views/frm-settings/email/settings.php:17 +msgid "Upgrade to PRO" msgstr "" -#: classes/controllers/FrmSettingsController.php:110 -msgid "White Labeling" +#: classes/helpers/FrmAddonsHelper.php:105 +msgid "Unlock Even More Add-ons" msgstr "" -#: classes/controllers/FrmSettingsController.php:115 -msgid "White labeling options" +#. translators: %1$s: Open span tag, %2$s: Close span tag +#: classes/helpers/FrmAddonsHelper.php:108 +msgid "Your plan includes %1$s%2$s add-ons. Upgrade to take your forms even farther" msgstr "" -#: classes/controllers/FrmSettingsController.php:120 -#: classes/views/inbox/list.php:11 -msgid "Inbox" +#: classes/helpers/FrmAddonsHelper.php:137 +msgid "Missing add-ons?" msgstr "" -#: classes/controllers/FrmSettingsController.php:125 -msgid "Inbox settings" +#: classes/helpers/FrmAddonsHelper.php:139 +msgid "Check now for a recent upgrade or renewal" msgstr "" -#: classes/controllers/FrmSettingsController.php:146 -msgid "Plugin Licenses" +#. Translators: %1$s is the number of reviews, %2$s is the site name. +#: classes/helpers/FrmAddonsHelper.php:328 +msgid "Based on %1$s reviews on %2$s" msgstr "" -#: classes/controllers/FrmSettingsController.php:160 -#: classes/views/frm-forms/settings-advanced.php:149 -msgid "Miscellaneous" +#: classes/helpers/FrmAppHelper.php:1593 +#: classes/views/xml/import_form.php:17 +msgid "Import" msgstr "" -#: classes/controllers/FrmSettingsController.php:381 -#: classes/controllers/FrmSettingsController.php:384 -msgid "Settings Saved" +#: classes/helpers/FrmAppHelper.php:1625 +#: classes/views/frm-settings/license_box.php:27 +msgid "upgrading to PRO" msgstr "" -#: classes/controllers/FrmSettingsController.php:402 -#: classes/helpers/FrmFormsHelper.php:1840 -#: classes/helpers/FrmStylesHelper.php:24 -#: classes/views/frm-forms/add_field_links.php:205 -#: classes/views/frm-forms/edit.php:28 -#: classes/views/summary-emails/stats.php:117 -msgid "Update" +#. translators: %1$s: Start link HTML, %2$s: CTA text ("upgrading to PRO" by default), %3$s: End link HTML +#: classes/helpers/FrmAppHelper.php:1642 +msgid "You're using Formidable Forms Lite. To unlock more features consider %1$s%2$s%3$s." msgstr "" -#: classes/controllers/FrmSettingsController.php:493 -msgid "Select Color" +#: classes/helpers/FrmAppHelper.php:1696 +msgid "Add New" msgstr "" -#: classes/controllers/FrmSMTPController.php:162 -msgid "Making Email Deliverability Easy for WordPress" +#: classes/helpers/FrmAppHelper.php:1712 +#: classes/views/frm-entries/list.php:43 +#: classes/views/frm-forms/list.php:36 +#: classes/views/shared/mb_adv_info.php:41 +#: classes/views/shared/mb_adv_info.php:190 +msgid "Search" msgstr "" -#: classes/controllers/FrmSMTPController.php:163 -msgid "WP Mail SMTP allows you to easily set up WordPress to use a trusted provider to reliably send emails, including form notifications." +#: classes/helpers/FrmAppHelper.php:1944 +msgid "Select an option" msgstr "" -#: classes/controllers/FrmSMTPController.php:190 -msgid "WP Mail SMTP screenshot" +#: classes/helpers/FrmAppHelper.php:2234 +msgid "Add Entries from Admin Area" msgstr "" -#: classes/controllers/FrmSMTPController.php:192 -msgid "Over 1,000,000 websites use WP Mail SMTP." +#: classes/helpers/FrmAppHelper.php:2235 +msgid "Edit Entries from Admin Area" msgstr "" -#: classes/controllers/FrmSMTPController.php:193 -msgid "Send emails authenticated via trusted parties." +#: classes/helpers/FrmAppHelper.php:2236 +msgid "View Reports" msgstr "" -#: classes/controllers/FrmSMTPController.php:194 -msgid "Transactional Mailers: Pepipost, SendinBlue, Mailgun, SendGrid, Amazon SES." +#: classes/helpers/FrmAppHelper.php:2261 +msgid "View Forms List" msgstr "" -#: classes/controllers/FrmSMTPController.php:195 -msgid "Web Mailers: Gmail, G Suite, Office 365, Outlook.com." +#: classes/helpers/FrmAppHelper.php:2262 +msgid "Add and Edit Forms" msgstr "" -#: classes/controllers/FrmSMTPController.php:217 -msgid "Step 1" +#: classes/helpers/FrmAppHelper.php:2263 +msgid "Delete Forms" msgstr "" -#. translators: %s: Name of the plugin -#: classes/controllers/FrmSMTPController.php:224 -msgid "Install and Activate %s" +#: classes/helpers/FrmAppHelper.php:2264 +msgid "Access this Settings Page" msgstr "" -#: classes/controllers/FrmSMTPController.php:240 -msgid "Install WP Mail SMTP from the WordPress.org plugin repository." +#: classes/helpers/FrmAppHelper.php:2265 +msgid "View Entries from Admin Area" msgstr "" -#: classes/controllers/FrmSMTPController.php:266 -msgid "Step 2" +#: classes/helpers/FrmAppHelper.php:2266 +msgid "Delete Entries from Admin Area" msgstr "" -#: classes/controllers/FrmSMTPController.php:286 -msgid "Set Up WP Mail SMTP" +#: classes/helpers/FrmAppHelper.php:3230 +msgid "at" msgstr "" -#: classes/controllers/FrmSMTPController.php:287 -msgid "Select and configure your mailer." +#: classes/helpers/FrmAppHelper.php:3400 +#: stripe/helpers/FrmTransLiteAppHelper.php:262 +msgid "year" +msgid_plural "years" +msgstr[0] "" +msgstr[1] "" + +#: classes/helpers/FrmAppHelper.php:3401 +msgid "years" msgstr "" -#: classes/controllers/FrmSMTPController.php:319 -msgid "Install WP Mail SMTP" +#: classes/helpers/FrmAppHelper.php:3405 +#: stripe/helpers/FrmTransLiteAppHelper.php:261 +msgid "month" +msgid_plural "months" +msgstr[0] "" +msgstr[1] "" + +#: classes/helpers/FrmAppHelper.php:3406 +msgid "months" msgstr "" -#: classes/controllers/FrmSMTPController.php:333 -msgid "WP Mail SMTP Installed & Activated" +#: classes/helpers/FrmAppHelper.php:3410 +#: stripe/helpers/FrmTransLiteAppHelper.php:260 +msgid "week" +msgid_plural "weeks" +msgstr[0] "" +msgstr[1] "" + +#: classes/helpers/FrmAppHelper.php:3411 +msgid "weeks" msgstr "" -#: classes/controllers/FrmSMTPController.php:336 -msgid "Activate WP Mail SMTP" +#: classes/helpers/FrmAppHelper.php:3415 +#: stripe/helpers/FrmTransLiteAppHelper.php:259 +msgid "day" +msgid_plural "days" +msgstr[0] "" +msgstr[1] "" + +#: classes/helpers/FrmAppHelper.php:3416 +msgid "days" msgstr "" -#: classes/controllers/FrmSMTPController.php:357 -msgid "Start Setup" +#: classes/helpers/FrmAppHelper.php:3420 +msgid "hour" msgstr "" -#: classes/controllers/FrmSMTPController.php:363 -msgid "Go to SMTP settings" +#: classes/helpers/FrmAppHelper.php:3421 +msgid "hours" msgstr "" -#: classes/controllers/FrmStylesController.php:33 -#: classes/controllers/FrmStylesController.php:51 -#: classes/controllers/FrmStylesController.php:71 -#: classes/controllers/FrmStylesController.php:72 -#: classes/views/frm-settings/email/email-styles.php:20 -msgid "Styles" +#: classes/helpers/FrmAppHelper.php:3425 +msgid "minute" msgstr "" -#: classes/controllers/FrmStylesController.php:54 -#: classes/helpers/FrmFormsListHelper.php:416 -#: classes/views/form-templates/template.php:73 -#: classes/views/frm-entries/sidebar-shared.php:40 -#: stripe/helpers/FrmTransLiteListHelper.php:388 -#: js/admin/style.js:657 -msgid "Edit" +#: classes/helpers/FrmAppHelper.php:3426 +msgid "minutes" msgstr "" -#: classes/controllers/FrmStylesController.php:55 -msgid "Create a New Style" +#: classes/helpers/FrmAppHelper.php:3430 +msgid "second" msgstr "" -#: classes/controllers/FrmStylesController.php:56 -msgid "Edit Style" +#: classes/helpers/FrmAppHelper.php:3431 +#: classes/views/frm-form-actions/on_submit_redirect_settings.php:100 +msgid "seconds" msgstr "" -#: classes/controllers/FrmStylesController.php:328 -msgid "No styles" +#: classes/helpers/FrmAppHelper.php:3548 +msgid "Give this action a label for easy reference." msgstr "" -#: classes/controllers/FrmStylesController.php:329 -msgid "You must have a style to use the Visual Styler." +#: classes/helpers/FrmAppHelper.php:3549 +msgid "Add one or more recipient addresses separated by a \",\". FORMAT: Name or name@email.com. [default-email] is the address set in the global \"Default Email Address\" settings." msgstr "" -#: classes/controllers/FrmStylesController.php:345 -msgid "No forms" +#: classes/helpers/FrmAppHelper.php:3550 +msgid "Add CC addresses separated by a \",\". FORMAT: Name or name@email.com." msgstr "" -#: classes/controllers/FrmStylesController.php:346 -msgid "You must have a form to use the Visual Styler." +#: classes/helpers/FrmAppHelper.php:3551 +msgid "Add BCC addresses separated by a \",\". FORMAT: Name or name@email.com." msgstr "" -#: classes/controllers/FrmStylesController.php:469 -msgid "Invalid target style" +#: classes/helpers/FrmAppHelper.php:3552 +msgid "If you would like a different reply to address than the \"from\" address, add a single address here. FORMAT: Name or name@email.com." msgstr "" -#: classes/controllers/FrmStylesController.php:484 -msgid "Invalid style value" +#: classes/helpers/FrmAppHelper.php:3553 +msgid "Enter the name and/or email address of the sender. FORMAT: John Bates or john@example.com." msgstr "" -#: classes/controllers/FrmStylesController.php:490 -msgid "No form specified" +#. translators: %1$s: Form name, %2$s: Date +#: classes/helpers/FrmAppHelper.php:3555 +msgid "If you leave the subject blank, the default will be used: %1$s Form submitted on %2$s" msgstr "" -#: classes/controllers/FrmStylesController.php:515 -#: classes/controllers/FrmStylesController.php:532 -msgid "Successfully updated style." +#: classes/helpers/FrmAppHelper.php:3556 +msgid "This option will open the link in a new browser tab. Please note that some popup blockers may prevent this from happening, in which case the link will be displayed." msgstr "" -#: classes/controllers/FrmStylesController.php:709 -msgid "Your styling settings have been saved." +#: classes/helpers/FrmAppHelper.php:3858 +#: classes/helpers/FrmAppHelper.php:3943 +msgid "Please wait while your site updates." msgstr "" -#: classes/controllers/FrmStylesController.php:986 -#: classes/helpers/FrmFormsHelper.php:581 -#: classes/views/frm-forms/settings-advanced.php:27 -msgid "Form Description" +#: classes/helpers/FrmAppHelper.php:3859 +msgid "Are you sure you want to deauthorize Formidable Forms on this site?" msgstr "" -#: classes/controllers/FrmStylesController.php:987 -msgid "Field Labels" +#: classes/helpers/FrmAppHelper.php:3864 +#: classes/helpers/FrmAppHelper.php:3896 +msgid "Loading…" msgstr "" -#: classes/controllers/FrmStylesController.php:988 -#: classes/helpers/FrmFormsHelper.php:541 -#: classes/views/frm-fields/back-end/field-description.php:8 -msgid "Field Description" +#: classes/helpers/FrmAppHelper.php:3897 +msgid "Remove" msgstr "" -#: classes/controllers/FrmStylesController.php:989 -msgid "Field Colors" +#: classes/helpers/FrmAppHelper.php:3900 +#: classes/helpers/FrmCSVExportHelper.php:467 +msgid "ID" msgstr "" -#: classes/controllers/FrmStylesController.php:991 -msgid "Check Box & Radio Fields" +#: classes/helpers/FrmAppHelper.php:3901 +msgid "No results match" msgstr "" -#: classes/controllers/FrmStylesController.php:993 -msgid "Form Messages" +#: classes/helpers/FrmAppHelper.php:3902 +msgid "That file looks like Spam." msgstr "" -#: classes/controllers/FrmStylesController.php:1327 -msgid "Unable to rename style" +#: classes/helpers/FrmAppHelper.php:3903 +msgid "There is an error in the calculation in the field with key" msgstr "" -#: classes/controllers/FrmStylesController.php:1338 -msgid "Invalid route" +#: classes/helpers/FrmAppHelper.php:3904 +msgid "Please complete the preceding required fields before uploading a file." msgstr "" -#: classes/controllers/FrmStylesController.php:1347 -msgid "The style you are renaming either does not exist or it is not a style" +#: classes/helpers/FrmAppHelper.php:3919 +msgid "(Click to add description)" msgstr "" -#: classes/controllers/FrmTestModeController.php:98 -msgid "Test Mode is currently not supported for conversational forms." +#: classes/helpers/FrmAppHelper.php:3920 +msgid "(Blank)" msgstr "" -#: classes/controllers/FrmTestModeController.php:117 -msgid "Test Mode Controls" +#: classes/helpers/FrmAppHelper.php:3922 +msgid "OK" msgstr "" -#: classes/controllers/FrmTestModeController.php:124 -msgid "Autofilled forms with AI" +#: classes/helpers/FrmAppHelper.php:3924 +#: classes/views/frm-fields/back-end/settings.php:397 +#: classes/views/styles/_buttons.php:12 +#: classes/views/styles/_field-colors.php:12 +msgid "Default" msgstr "" -#: classes/controllers/FrmTestModeController.php:251 -msgid "Logged Out" +#: classes/helpers/FrmAppHelper.php:3925 +msgid "Clear default value when typing" msgstr "" -#: classes/controllers/FrmTestModeController.php:295 -msgid "Disable Required Fields" +#: classes/helpers/FrmAppHelper.php:3926 +msgid "Do not clear default value when typing" msgstr "" -#: classes/controllers/FrmTestModeController.php:321 -msgid "Show All Hidden Fields" +#: classes/helpers/FrmAppHelper.php:3927 +msgid "Default value will pass form validation" msgstr "" -#: classes/controllers/FrmUsageController.php:63 -msgid "Once Weekly" +#: classes/helpers/FrmAppHelper.php:3928 +msgid "Default value will NOT pass form validation" msgstr "" -#: classes/controllers/FrmWelcomeTourController.php:169 -msgid "Create your first form" +#: classes/helpers/FrmAppHelper.php:3929 +#: classes/views/shared/confirm-overlay.php:15 +#: classes/views/shared/info-overlay.php:15 +msgid "Are you sure?" msgstr "" -#: classes/controllers/FrmWelcomeTourController.php:170 -msgid "Start from scratch or jump in with one of our ready-to-use templates." +#: classes/helpers/FrmAppHelper.php:3930 +msgid "Are you sure you want to delete this field and all data associated with it?" msgstr "" -#: classes/controllers/FrmWelcomeTourController.php:173 -msgid "Add fields to your form" +#: classes/helpers/FrmAppHelper.php:3931 +msgid "All fields inside this Section will be deleted along with their data. Are you sure you want to delete this group of fields?" msgstr "" -#: classes/controllers/FrmWelcomeTourController.php:174 -msgid "Click or drag fields from the left to add them to your form. Edit and/or delete them as needed." +#: classes/helpers/FrmAppHelper.php:3932 +msgid "Warning: If you have entries with multiple rows, all but the first row will be lost." msgstr "" -#: classes/controllers/FrmWelcomeTourController.php:177 -msgid "Style your form" +#: classes/helpers/FrmAppHelper.php:3934 +#: classes/helpers/FrmFieldsHelper.php:460 +msgid "The entered values do not match" msgstr "" -#: classes/controllers/FrmWelcomeTourController.php:178 -msgid "Our default style looks great, but feel free to modify it! Change the color, font size, spacing, or whatever else you'd like." +#: classes/helpers/FrmAppHelper.php:3935 +msgid "Enter Email" msgstr "" -#: classes/controllers/FrmWelcomeTourController.php:182 -msgid "Embed in a page" +#: classes/helpers/FrmAppHelper.php:3936 +msgid "Confirm Email" msgstr "" -#: classes/controllers/FrmWelcomeTourController.php:183 -msgid "Time to get some responses! Add your brand new form to a current page, or embed it on a new one." +#: classes/helpers/FrmAppHelper.php:3937 +#: classes/views/shared/mb_adv_info.php:174 +msgid "Conditional content here" msgstr "" -#: classes/controllers/FrmWelcomeTourController.php:308 -msgid "Setup email notifications" +#: classes/helpers/FrmAppHelper.php:3938 +#: classes/helpers/FrmFieldsHelper.php:745 +#: classes/helpers/FrmFieldsHelper.php:746 +msgid "New Option" msgstr "" -#: classes/controllers/FrmWelcomeTourController.php:312 -msgid "Customize success message" +#: classes/helpers/FrmAppHelper.php:3939 +msgid "In certain browsers (e.g. Firefox) text will not display correctly if the field height is too small relative to the field padding and text size. Please increase your field height or decrease your field padding." msgstr "" -#: classes/controllers/FrmWelcomeTourController.php:316 -msgid "Manage form entries" +#: classes/helpers/FrmAppHelper.php:3940 +msgid "Enter Password" msgstr "" -#: classes/controllers/FrmWelcomeTourController.php:320 -msgid "Explore integrations" +#: classes/helpers/FrmAppHelper.php:3941 +msgid "Confirm Password" msgstr "" -#: classes/controllers/FrmWelcomeTourController.php:383 -msgid "Invalid step" +#: classes/helpers/FrmAppHelper.php:3942 +msgid "Import Complete" msgstr "" -#: classes/controllers/FrmXMLController.php:12 -#: classes/views/xml/import_form.php:10 -msgid "Import/Export" +#: classes/helpers/FrmAppHelper.php:3944 +msgid "Warning: There is no way to retrieve unsaved entries." msgstr "" -#: classes/controllers/FrmXMLController.php:52 -msgid "Your server is missing the Simple XML extension. This is required to install a template." +#: classes/helpers/FrmAppHelper.php:3945 +msgid "Private" msgstr "" -#: classes/controllers/FrmXMLController.php:64 -msgid "The template you are trying to install could not be validated." +#: classes/helpers/FrmAppHelper.php:3948 +msgid "No new licenses were found" msgstr "" -#: classes/controllers/FrmXMLController.php:76 -msgid "There was an error reading the form template." +#: classes/helpers/FrmAppHelper.php:3949 +msgid "This calculation has at least one unmatched ( ) { } [ ]." msgstr "" -#: classes/controllers/FrmXMLController.php:112 -msgid "There was an error importing form" +#: classes/helpers/FrmAppHelper.php:3950 +msgid "This calculation may have shortcodes that work in Views but not forms." msgstr "" -#: classes/controllers/FrmXMLController.php:352 -msgid "Oops, you didn't select a file." +#: classes/helpers/FrmAppHelper.php:3951 +msgid "This calculation may have shortcodes that work in text calculations but not numeric calculations." msgstr "" -#: classes/controllers/FrmXMLController.php:363 -msgid "The file does not exist, please try again." +#. translators: %d is the number of allowed actions per form +#: classes/helpers/FrmAppHelper.php:3953 +msgid "This form action is limited to %d per form." msgstr "" -#: classes/controllers/FrmXMLController.php:390 -msgid "XML import is not enabled on your server with the libxml_disable_entity_loader function." +#: classes/helpers/FrmAppHelper.php:3954 +msgid "Please edit the existing form action." msgstr "" -#: classes/controllers/FrmXMLController.php:646 -msgid "Please select a form" +#. Translators: %s is the name of a Detail Page Slug that is a reserved word. +#: classes/helpers/FrmAppHelper.php:3957 +msgid "The Detail Page Slug \"%s\" is reserved by WordPress. This may cause problems. Is this intentional?" msgstr "" -#: classes/controllers/FrmXMLController.php:681 -msgid "Form not found." +#. Translators: %s is the name of a parameter that is a reserved word. More than one word could be listed here, though that would not be common. +#: classes/helpers/FrmAppHelper.php:3959 +msgid "The parameter \"%s\" is reserved by WordPress. This may cause problems when included in the URL. Is this intentional? " msgstr "" -#: classes/controllers/FrmXMLController.php:713 -msgid "There are no entries for that form." +#: classes/helpers/FrmAppHelper.php:3960 +#: classes/helpers/FrmFormsHelper.php:1905 +msgid "See the list of reserved words in WordPress." msgstr "" -#: classes/helpers/FrmAddonsHelper.php:58 -#: classes/helpers/FrmAddonsHelper.php:78 -msgid "Unlock Add-on library" +#: classes/helpers/FrmAppHelper.php:3961 +msgid "Please enter a Repeat Limit that is greater than 1." msgstr "" -#: classes/helpers/FrmAddonsHelper.php:59 -msgid "Renew your subscription today and access our library of add-ons to supercharge your forms." +#: classes/helpers/FrmAppHelper.php:3962 +msgid "Please select a limit between 0 and 200." msgstr "" -#: classes/helpers/FrmAddonsHelper.php:60 -#: classes/helpers/FrmFormTemplatesHelper.php:179 -#: classes/views/form-templates/modals/renew-account-modal.php:43 -msgid "Renew Now" +#: classes/helpers/FrmAppHelper.php:3967 +#: classes/views/shared/mb_adv_info.php:117 +#: classes/views/shared/mb_adv_info.php:133 +msgid "Select a Field" msgstr "" -#: classes/helpers/FrmAddonsHelper.php:79 -msgid "Upgrade to Pro and access our library of add-ons to supercharge your forms." +#: classes/helpers/FrmAppHelper.php:3968 +#: classes/helpers/FrmListHelper.php:271 +msgid "No items found." msgstr "" -#: classes/helpers/FrmAddonsHelper.php:80 -#: classes/helpers/FrmAddonsHelper.php:108 -#: classes/views/form-templates/modals/upgrade-modal.php:89 -#: classes/views/frm-settings/email/settings.php:16 -msgid "Upgrade to PRO" +#: classes/helpers/FrmAppHelper.php:3969 +msgid "Oops. You have already used that field." msgstr "" -#: classes/helpers/FrmAddonsHelper.php:101 -msgid "Unlock Even More Add-ons" +#. translators: %1$s: HTML open tag, %2$s: HTML end tag. +#: classes/helpers/FrmAppHelper.php:3978 +msgid "You can hold %1$sShift%2$s on your keyboard to select multiple fields" msgstr "" -#. translators: %1$s: Open span tag, %2$s: Close span tag -#: classes/helpers/FrmAddonsHelper.php:104 -msgid "Your plan includes %1$s%2$s add-ons. Upgrade to take your forms even farther" +#: classes/helpers/FrmAppHelper.php:4006 +msgid "(no label)" msgstr "" -#: classes/helpers/FrmAddonsHelper.php:132 -msgid "Missing add-ons?" +#: classes/helpers/FrmAppHelper.php:4066 +msgid "You are running an outdated version of Formidable. This plugin may not work correctly if you do not update Formidable." msgstr "" -#: classes/helpers/FrmAddonsHelper.php:134 -msgid "Check now for a recent upgrade or renewal" +#: classes/helpers/FrmAppHelper.php:4120 +msgid "The version of PHP on your server is too low. If this is not corrected, you may see issues with Formidable Forms. Please contact your web host and ask to be updated to PHP 7.0+." msgstr "" -#. Translators: %1$s is the number of reviews, %2$s is the site name. -#: classes/helpers/FrmAddonsHelper.php:315 -msgid "Based on %1$s reviews on %2$s" +#: classes/helpers/FrmAppHelper.php:4139 +msgid "English" msgstr "" -#: classes/helpers/FrmAppHelper.php:1478 -#: classes/views/xml/import_form.php:17 -msgid "Import" +#: classes/helpers/FrmAppHelper.php:4140 +msgid "Afrikaans" msgstr "" -#: classes/helpers/FrmAppHelper.php:1508 -#: classes/views/frm-settings/license_box.php:24 -msgid "upgrading to PRO" +#: classes/helpers/FrmAppHelper.php:4141 +msgid "Albanian" msgstr "" -#. translators: %1$s: Start link HTML, %2$s: CTA text ("upgrading to PRO" by default), %3$s: End link HTML -#: classes/helpers/FrmAppHelper.php:1525 -msgid "You're using Formidable Forms Lite. To unlock more features consider %1$s%2$s%3$s." +#: classes/helpers/FrmAppHelper.php:4142 +msgid "Algerian Arabic" msgstr "" -#: classes/helpers/FrmAppHelper.php:1577 -msgid "Add New" +#: classes/helpers/FrmAppHelper.php:4143 +msgid "Amharic" msgstr "" -#: classes/helpers/FrmAppHelper.php:1589 -#: classes/views/frm-entries/list.php:43 -#: classes/views/frm-forms/list.php:36 -#: classes/views/shared/mb_adv_info.php:41 -#: classes/views/shared/mb_adv_info.php:189 -msgid "Search" +#: classes/helpers/FrmAppHelper.php:4144 +msgid "Arabic" msgstr "" -#: classes/helpers/FrmAppHelper.php:1815 -msgid "Select an option" +#: classes/helpers/FrmAppHelper.php:4145 +msgid "Armenian" msgstr "" -#: classes/helpers/FrmAppHelper.php:2081 -msgid "Add Entries from Admin Area" +#: classes/helpers/FrmAppHelper.php:4146 +msgid "Azerbaijani" msgstr "" -#: classes/helpers/FrmAppHelper.php:2082 -msgid "Edit Entries from Admin Area" +#: classes/helpers/FrmAppHelper.php:4147 +msgid "Basque" msgstr "" -#: classes/helpers/FrmAppHelper.php:2083 -msgid "View Reports" +#: classes/helpers/FrmAppHelper.php:4148 +msgid "Belarusian" msgstr "" -#: classes/helpers/FrmAppHelper.php:2108 -msgid "View Forms List" +#: classes/helpers/FrmAppHelper.php:4149 +msgid "Bengali" msgstr "" -#: classes/helpers/FrmAppHelper.php:2109 -msgid "Add and Edit Forms" +#: classes/helpers/FrmAppHelper.php:4150 +msgid "Bosnian" msgstr "" -#: classes/helpers/FrmAppHelper.php:2110 -msgid "Delete Forms" +#: classes/helpers/FrmAppHelper.php:4151 +msgid "Bulgarian" msgstr "" -#: classes/helpers/FrmAppHelper.php:2111 -msgid "Access this Settings Page" +#: classes/helpers/FrmAppHelper.php:4152 +msgid "Catalan" msgstr "" -#: classes/helpers/FrmAppHelper.php:2112 -msgid "View Entries from Admin Area" +#: classes/helpers/FrmAppHelper.php:4153 +msgid "Chinese Hong Kong" msgstr "" -#: classes/helpers/FrmAppHelper.php:2113 -msgid "Delete Entries from Admin Area" +#: classes/helpers/FrmAppHelper.php:4154 +msgid "Chinese Simplified" msgstr "" -#: classes/helpers/FrmAppHelper.php:2951 -msgid "at" +#: classes/helpers/FrmAppHelper.php:4155 +msgid "Chinese Traditional" msgstr "" -#: classes/helpers/FrmAppHelper.php:3095 -#: stripe/helpers/FrmTransLiteAppHelper.php:245 -msgid "year" -msgid_plural "years" -msgstr[0] "" -msgstr[1] "" +#: classes/helpers/FrmAppHelper.php:4156 +msgid "Croatian" +msgstr "" -#: classes/helpers/FrmAppHelper.php:3096 -msgid "years" +#: classes/helpers/FrmAppHelper.php:4157 +msgid "Czech" msgstr "" -#: classes/helpers/FrmAppHelper.php:3100 -#: stripe/helpers/FrmTransLiteAppHelper.php:244 -msgid "month" -msgid_plural "months" -msgstr[0] "" -msgstr[1] "" +#: classes/helpers/FrmAppHelper.php:4158 +msgid "Danish" +msgstr "" -#: classes/helpers/FrmAppHelper.php:3101 -msgid "months" +#: classes/helpers/FrmAppHelper.php:4159 +msgid "Dutch" msgstr "" -#: classes/helpers/FrmAppHelper.php:3105 -#: stripe/helpers/FrmTransLiteAppHelper.php:243 -msgid "week" -msgid_plural "weeks" -msgstr[0] "" -msgstr[1] "" +#: classes/helpers/FrmAppHelper.php:4160 +msgid "English/UK" +msgstr "" -#: classes/helpers/FrmAppHelper.php:3106 -msgid "weeks" +#: classes/helpers/FrmAppHelper.php:4161 +msgid "Esperanto" msgstr "" -#: classes/helpers/FrmAppHelper.php:3110 -#: stripe/helpers/FrmTransLiteAppHelper.php:242 -msgid "day" -msgid_plural "days" -msgstr[0] "" -msgstr[1] "" - -#: classes/helpers/FrmAppHelper.php:3111 -msgid "days" +#: classes/helpers/FrmAppHelper.php:4162 +msgid "Estonian" msgstr "" -#: classes/helpers/FrmAppHelper.php:3115 -msgid "hour" +#: classes/helpers/FrmAppHelper.php:4163 +msgid "Faroese" msgstr "" -#: classes/helpers/FrmAppHelper.php:3116 -msgid "hours" +#: classes/helpers/FrmAppHelper.php:4164 +msgid "Farsi/Persian" msgstr "" -#: classes/helpers/FrmAppHelper.php:3120 -msgid "minute" +#: classes/helpers/FrmAppHelper.php:4165 +msgid "Filipino" msgstr "" -#: classes/helpers/FrmAppHelper.php:3121 -msgid "minutes" +#: classes/helpers/FrmAppHelper.php:4166 +msgid "Finnish" msgstr "" -#: classes/helpers/FrmAppHelper.php:3125 -msgid "second" +#: classes/helpers/FrmAppHelper.php:4167 +msgid "French" msgstr "" -#: classes/helpers/FrmAppHelper.php:3126 -#: classes/views/frm-form-actions/on_submit_redirect_settings.php:97 -msgid "seconds" +#: classes/helpers/FrmAppHelper.php:4168 +msgid "French/Canadian" msgstr "" -#: classes/helpers/FrmAppHelper.php:3225 -msgid "Give this action a label for easy reference." +#: classes/helpers/FrmAppHelper.php:4169 +msgid "French/Swiss" msgstr "" -#: classes/helpers/FrmAppHelper.php:3226 -msgid "Add one or more recipient addresses separated by a \",\". FORMAT: Name or name@email.com. [default-email] is the address set in the global \"Default Email Address\" settings." +#: classes/helpers/FrmAppHelper.php:4170 +msgid "Galician" msgstr "" -#: classes/helpers/FrmAppHelper.php:3227 -msgid "Add CC addresses separated by a \",\". FORMAT: Name or name@email.com." +#: classes/helpers/FrmAppHelper.php:4171 +msgid "Georgian" msgstr "" -#: classes/helpers/FrmAppHelper.php:3228 -msgid "Add BCC addresses separated by a \",\". FORMAT: Name or name@email.com." +#: classes/helpers/FrmAppHelper.php:4172 +msgid "German" msgstr "" -#: classes/helpers/FrmAppHelper.php:3229 -msgid "If you would like a different reply to address than the \"from\" address, add a single address here. FORMAT: Name or name@email.com." +#: classes/helpers/FrmAppHelper.php:4173 +msgid "German/Austria" msgstr "" -#: classes/helpers/FrmAppHelper.php:3230 -msgid "Enter the name and/or email address of the sender. FORMAT: John Bates or john@example.com." +#: classes/helpers/FrmAppHelper.php:4174 +msgid "German/Switzerland" msgstr "" -#. translators: %1$s: Form name, %2$s: Date -#: classes/helpers/FrmAppHelper.php:3232 -msgid "If you leave the subject blank, the default will be used: %1$s Form submitted on %2$s" +#: classes/helpers/FrmAppHelper.php:4175 +msgid "Greek" msgstr "" -#: classes/helpers/FrmAppHelper.php:3233 -msgid "This option will open the link in a new browser tab. Please note that some popup blockers may prevent this from happening, in which case the link will be displayed." +#: classes/helpers/FrmAppHelper.php:4176 +msgid "Gujarati" msgstr "" -#: classes/helpers/FrmAppHelper.php:3503 -#: classes/helpers/FrmAppHelper.php:3585 -msgid "Please wait while your site updates." +#: classes/helpers/FrmAppHelper.php:4177 +#: classes/helpers/FrmAppHelper.php:4178 +msgid "Hebrew" msgstr "" -#: classes/helpers/FrmAppHelper.php:3504 -msgid "Are you sure you want to deauthorize Formidable Forms on this site?" +#: classes/helpers/FrmAppHelper.php:4179 +msgid "Hindi" msgstr "" -#: classes/helpers/FrmAppHelper.php:3509 -#: classes/helpers/FrmAppHelper.php:3539 -msgid "Loading…" +#: classes/helpers/FrmAppHelper.php:4180 +msgid "Hungarian" msgstr "" -#: classes/helpers/FrmAppHelper.php:3540 -msgid "Remove" +#: classes/helpers/FrmAppHelper.php:4181 +msgid "Icelandic" msgstr "" -#: classes/helpers/FrmAppHelper.php:3543 -#: classes/helpers/FrmCSVExportHelper.php:430 -msgid "ID" +#: classes/helpers/FrmAppHelper.php:4182 +msgid "Indonesian" msgstr "" -#: classes/helpers/FrmAppHelper.php:3544 -msgid "No results match" +#: classes/helpers/FrmAppHelper.php:4183 +msgid "Italian" msgstr "" -#: classes/helpers/FrmAppHelper.php:3545 -msgid "That file looks like Spam." +#: classes/helpers/FrmAppHelper.php:4184 +msgid "Japanese" msgstr "" -#: classes/helpers/FrmAppHelper.php:3546 -msgid "There is an error in the calculation in the field with key" +#: classes/helpers/FrmAppHelper.php:4185 +msgid "Kannada" msgstr "" -#: classes/helpers/FrmAppHelper.php:3547 -msgid "Please complete the preceding required fields before uploading a file." +#: classes/helpers/FrmAppHelper.php:4186 +msgid "Kazakh" msgstr "" -#: classes/helpers/FrmAppHelper.php:3561 -msgid "(Click to add description)" +#: classes/helpers/FrmAppHelper.php:4187 +msgid "Khmer" msgstr "" -#: classes/helpers/FrmAppHelper.php:3562 -msgid "(Blank)" +#: classes/helpers/FrmAppHelper.php:4188 +msgid "Korean" msgstr "" -#: classes/helpers/FrmAppHelper.php:3564 -msgid "OK" +#: classes/helpers/FrmAppHelper.php:4189 +msgid "Kyrgyz" msgstr "" -#: classes/helpers/FrmAppHelper.php:3566 -#: classes/views/frm-fields/back-end/settings.php:396 -#: classes/views/styles/_buttons.php:12 -#: classes/views/styles/_field-colors.php:12 -msgid "Default" +#: classes/helpers/FrmAppHelper.php:4190 +msgid "Laothian" msgstr "" -#: classes/helpers/FrmAppHelper.php:3567 -msgid "Clear default value when typing" +#: classes/helpers/FrmAppHelper.php:4191 +msgid "Latvian" msgstr "" -#: classes/helpers/FrmAppHelper.php:3568 -msgid "Do not clear default value when typing" +#: classes/helpers/FrmAppHelper.php:4192 +msgid "Lithuanian" msgstr "" -#: classes/helpers/FrmAppHelper.php:3569 -msgid "Default value will pass form validation" +#: classes/helpers/FrmAppHelper.php:4193 +msgid "Luxembourgish" msgstr "" -#: classes/helpers/FrmAppHelper.php:3570 -msgid "Default value will NOT pass form validation" +#: classes/helpers/FrmAppHelper.php:4194 +msgid "Macedonian" msgstr "" -#: classes/helpers/FrmAppHelper.php:3571 -#: classes/views/shared/confirm-overlay.php:15 -#: classes/views/shared/info-overlay.php:15 -msgid "Are you sure?" +#: classes/helpers/FrmAppHelper.php:4195 +msgid "Malayalam" msgstr "" -#: classes/helpers/FrmAppHelper.php:3572 -msgid "Are you sure you want to delete this field and all data associated with it?" +#: classes/helpers/FrmAppHelper.php:4196 +msgid "Malaysian" msgstr "" -#: classes/helpers/FrmAppHelper.php:3573 -msgid "All fields inside this Section will be deleted along with their data. Are you sure you want to delete this group of fields?" +#: classes/helpers/FrmAppHelper.php:4197 +msgid "Marathi" msgstr "" -#: classes/helpers/FrmAppHelper.php:3574 -msgid "Warning: If you have entries with multiple rows, all but the first row will be lost." +#: classes/helpers/FrmAppHelper.php:4198 +msgid "Norwegian" msgstr "" -#: classes/helpers/FrmAppHelper.php:3576 -#: classes/helpers/FrmFieldsHelper.php:398 -msgid "The entered values do not match" +#: classes/helpers/FrmAppHelper.php:4199 +msgid "Norwegian BokmÃ¥l" msgstr "" -#: classes/helpers/FrmAppHelper.php:3577 -msgid "Enter Email" +#: classes/helpers/FrmAppHelper.php:4200 +msgid "Norwegian Nynorsk" msgstr "" -#: classes/helpers/FrmAppHelper.php:3578 -msgid "Confirm Email" +#: classes/helpers/FrmAppHelper.php:4201 +msgid "Polish" msgstr "" -#: classes/helpers/FrmAppHelper.php:3579 -#: classes/views/shared/mb_adv_info.php:173 -msgid "Conditional content here" +#: classes/helpers/FrmAppHelper.php:4202 +msgid "Portuguese" msgstr "" -#: classes/helpers/FrmAppHelper.php:3580 -#: classes/helpers/FrmFieldsHelper.php:634 -#: classes/helpers/FrmFieldsHelper.php:635 -msgid "New Option" +#: classes/helpers/FrmAppHelper.php:4203 +msgid "Portuguese/Brazilian" msgstr "" -#: classes/helpers/FrmAppHelper.php:3581 -msgid "In certain browsers (e.g. Firefox) text will not display correctly if the field height is too small relative to the field padding and text size. Please increase your field height or decrease your field padding." +#: classes/helpers/FrmAppHelper.php:4204 +msgid "Portuguese/Portugal" msgstr "" -#: classes/helpers/FrmAppHelper.php:3582 -msgid "Enter Password" +#: classes/helpers/FrmAppHelper.php:4205 +msgid "Romansh" msgstr "" -#: classes/helpers/FrmAppHelper.php:3583 -msgid "Confirm Password" +#: classes/helpers/FrmAppHelper.php:4206 +msgid "Romanian" msgstr "" -#: classes/helpers/FrmAppHelper.php:3584 -msgid "Import Complete" +#: classes/helpers/FrmAppHelper.php:4207 +msgid "Russian" msgstr "" -#: classes/helpers/FrmAppHelper.php:3586 -msgid "Warning: There is no way to retrieve unsaved entries." +#: classes/helpers/FrmAppHelper.php:4208 +#: classes/helpers/FrmAppHelper.php:4209 +msgid "Serbian" msgstr "" -#: classes/helpers/FrmAppHelper.php:3587 -msgid "Private" +#: classes/helpers/FrmAppHelper.php:4210 +msgid "Sinhalese" msgstr "" -#: classes/helpers/FrmAppHelper.php:3590 -msgid "No new licenses were found" +#: classes/helpers/FrmAppHelper.php:4211 +msgid "Slovak" msgstr "" -#: classes/helpers/FrmAppHelper.php:3591 -msgid "This calculation has at least one unmatched ( ) { } [ ]." +#: classes/helpers/FrmAppHelper.php:4212 +msgid "Slovenian" msgstr "" -#: classes/helpers/FrmAppHelper.php:3592 -msgid "This calculation may have shortcodes that work in Views but not forms." +#: classes/helpers/FrmAppHelper.php:4213 +msgid "Spanish" msgstr "" -#: classes/helpers/FrmAppHelper.php:3593 -msgid "This calculation may have shortcodes that work in text calculations but not numeric calculations." +#: classes/helpers/FrmAppHelper.php:4214 +msgid "Spanish/Latin America" msgstr "" -#. translators: %d is the number of allowed actions per form -#: classes/helpers/FrmAppHelper.php:3595 -msgid "This form action is limited to %d per form." +#: classes/helpers/FrmAppHelper.php:4215 +msgid "Swahili" msgstr "" -#: classes/helpers/FrmAppHelper.php:3596 -msgid "Please edit the existing form action." +#: classes/helpers/FrmAppHelper.php:4216 +msgid "Swedish" msgstr "" -#. Translators: %s is the name of a Detail Page Slug that is a reserved word. -#: classes/helpers/FrmAppHelper.php:3599 -msgid "The Detail Page Slug \"%s\" is reserved by WordPress. This may cause problems. Is this intentional?" +#: classes/helpers/FrmAppHelper.php:4217 +msgid "Tamil" msgstr "" -#. Translators: %s is the name of a parameter that is a reserved word. More than one word could be listed here, though that would not be common. -#: classes/helpers/FrmAppHelper.php:3601 -msgid "The parameter \"%s\" is reserved by WordPress. This may cause problems when included in the URL. Is this intentional? " +#: classes/helpers/FrmAppHelper.php:4218 +msgid "Telugu" msgstr "" -#: classes/helpers/FrmAppHelper.php:3602 -#: classes/helpers/FrmFormsHelper.php:1693 -msgid "See the list of reserved words in WordPress." +#: classes/helpers/FrmAppHelper.php:4219 +msgid "Thai" msgstr "" -#: classes/helpers/FrmAppHelper.php:3603 -msgid "Please enter a Repeat Limit that is greater than 1." +#: classes/helpers/FrmAppHelper.php:4220 +msgid "Tajiki" msgstr "" -#: classes/helpers/FrmAppHelper.php:3604 -msgid "Please select a limit between 0 and 200." +#: classes/helpers/FrmAppHelper.php:4221 +msgid "Turkish" msgstr "" -#: classes/helpers/FrmAppHelper.php:3609 -#: classes/views/shared/mb_adv_info.php:116 -#: classes/views/shared/mb_adv_info.php:132 -msgid "Select a Field" +#: classes/helpers/FrmAppHelper.php:4222 +msgid "Ukrainian" msgstr "" -#: classes/helpers/FrmAppHelper.php:3610 -#: classes/helpers/FrmListHelper.php:249 -msgid "No items found." +#: classes/helpers/FrmAppHelper.php:4223 +msgid "Urdu" msgstr "" -#: classes/helpers/FrmAppHelper.php:3611 -msgid "Oops. You have already used that field." +#: classes/helpers/FrmAppHelper.php:4224 +msgid "Vietnamese" msgstr "" -#. translators: %1$s: HTML open tag, %2$s: HTML end tag. -#: classes/helpers/FrmAppHelper.php:3620 -msgid "You can hold %1$sShift%2$s on your keyboard to select multiple fields" +#: classes/helpers/FrmAppHelper.php:4225 +msgid "Welsh" msgstr "" -#: classes/helpers/FrmAppHelper.php:3647 -msgid "(no label)" +#: classes/helpers/FrmAppHelper.php:4226 +msgid "Zulu" msgstr "" -#: classes/helpers/FrmAppHelper.php:3706 -msgid "You are running an outdated version of Formidable. This plugin may not work correctly if you do not update Formidable." +#: classes/helpers/FrmAppHelper.php:4623 +msgid "Form Landing Pages" msgstr "" -#: classes/helpers/FrmAppHelper.php:3754 -msgid "The version of PHP on your server is too low. If this is not corrected, you may see issues with Formidable Forms. Please contact your web host and ask to be updated to PHP 7.0+." +#: classes/helpers/FrmAppHelper.php:4624 +msgid "Easily manage a landing page for your form. Upgrade to get form landing pages." msgstr "" -#: classes/helpers/FrmAppHelper.php:3772 -msgid "English" +#: classes/helpers/FrmAppHelper.php:4720 +#: classes/views/styles/_style-card.php:38 +#: js/admin/applications.js:312 +msgid "NEW" msgstr "" -#: classes/helpers/FrmAppHelper.php:3773 -msgid "Afrikaans" +#: classes/helpers/FrmAppHelper.php:4886 +msgctxt "warning message: close icon label" +msgid "Dismiss" msgstr "" -#: classes/helpers/FrmAppHelper.php:3774 -msgid "Albanian" +#: classes/helpers/FrmAppHelper.php:4928 +msgid "You're using Formidable Forms Lite - no license needed. Enjoy!" msgstr "" -#: classes/helpers/FrmAppHelper.php:3775 -msgid "Algerian Arabic" +#: classes/helpers/FrmCSVExportHelper.php:356 +msgid "(label)" msgstr "" -#: classes/helpers/FrmAppHelper.php:3776 -msgid "Amharic" +#: classes/helpers/FrmCSVExportHelper.php:360 +msgid "(value)" msgstr "" -#: classes/helpers/FrmAppHelper.php:3777 -msgid "Arabic" +#: classes/helpers/FrmCSVExportHelper.php:454 +msgid "Comment" msgstr "" -#: classes/helpers/FrmAppHelper.php:3778 -msgid "Armenian" +#: classes/helpers/FrmCSVExportHelper.php:455 +msgid "Comment User" msgstr "" -#: classes/helpers/FrmAppHelper.php:3779 -msgid "Azerbaijani" +#: classes/helpers/FrmCSVExportHelper.php:456 +msgid "Comment Date" msgstr "" -#: classes/helpers/FrmAppHelper.php:3780 -msgid "Basque" +#: classes/helpers/FrmCSVExportHelper.php:461 +msgid "Timestamp" msgstr "" -#: classes/helpers/FrmAppHelper.php:3781 -msgid "Belarusian" +#: classes/helpers/FrmCSVExportHelper.php:462 +msgid "Last Updated" msgstr "" -#: classes/helpers/FrmAppHelper.php:3782 -msgid "Bengali" +#: classes/helpers/FrmCSVExportHelper.php:464 +msgid "Updated By" msgstr "" -#: classes/helpers/FrmAppHelper.php:3783 -msgid "Bosnian" +#: classes/helpers/FrmCSVExportHelper.php:466 +msgid "IP" msgstr "" -#: classes/helpers/FrmAppHelper.php:3784 -msgid "Bulgarian" +#: classes/helpers/FrmCSVExportHelper.php:471 +msgid "Parent ID" msgstr "" -#: classes/helpers/FrmAppHelper.php:3785 -msgid "Catalan" +#: classes/helpers/FrmCurrencyHelper.php:54 +msgid "Australian Dollar" msgstr "" -#: classes/helpers/FrmAppHelper.php:3786 -msgid "Chinese Hong Kong" +#: classes/helpers/FrmCurrencyHelper.php:63 +msgid "Bangladeshi Taka" msgstr "" -#: classes/helpers/FrmAppHelper.php:3787 -msgid "Chinese Simplified" +#: classes/helpers/FrmCurrencyHelper.php:72 +msgid "Brazilian Real" msgstr "" -#: classes/helpers/FrmAppHelper.php:3788 -msgid "Chinese Traditional" +#: classes/helpers/FrmCurrencyHelper.php:81 +msgid "Canadian Dollar" msgstr "" -#: classes/helpers/FrmAppHelper.php:3789 -msgid "Croatian" +#: classes/helpers/FrmCurrencyHelper.php:90 +msgid "Chinese Renminbi Yuan" msgstr "" -#: classes/helpers/FrmAppHelper.php:3790 -msgid "Czech" +#: classes/helpers/FrmCurrencyHelper.php:99 +msgid "Czech Koruna" msgstr "" -#: classes/helpers/FrmAppHelper.php:3791 -msgid "Danish" +#: classes/helpers/FrmCurrencyHelper.php:108 +msgid "Danish Krone" msgstr "" -#: classes/helpers/FrmAppHelper.php:3792 -msgid "Dutch" +#: classes/helpers/FrmCurrencyHelper.php:117 +msgid "Euro" msgstr "" -#: classes/helpers/FrmAppHelper.php:3793 -msgid "English/UK" +#: classes/helpers/FrmCurrencyHelper.php:126 +msgid "Hong Kong Dollar" msgstr "" -#: classes/helpers/FrmAppHelper.php:3794 -msgid "Esperanto" +#: classes/helpers/FrmCurrencyHelper.php:135 +msgid "Hungarian Forint" msgstr "" -#: classes/helpers/FrmAppHelper.php:3795 -msgid "Estonian" +#: classes/helpers/FrmCurrencyHelper.php:144 +msgid "Indian Rupee" msgstr "" -#: classes/helpers/FrmAppHelper.php:3796 -msgid "Faroese" +#: classes/helpers/FrmCurrencyHelper.php:153 +msgid "Israeli New Sheqel" msgstr "" -#: classes/helpers/FrmAppHelper.php:3797 -msgid "Farsi/Persian" +#: classes/helpers/FrmCurrencyHelper.php:162 +msgid "Japanese Yen" msgstr "" -#: classes/helpers/FrmAppHelper.php:3798 -msgid "Filipino" +#: classes/helpers/FrmCurrencyHelper.php:171 +msgid "Malaysian Ringgit" msgstr "" -#: classes/helpers/FrmAppHelper.php:3799 -msgid "Finnish" +#: classes/helpers/FrmCurrencyHelper.php:180 +msgid "Mexican Peso" msgstr "" -#: classes/helpers/FrmAppHelper.php:3800 -msgid "French" +#: classes/helpers/FrmCurrencyHelper.php:189 +msgid "Norwegian Krone" msgstr "" -#: classes/helpers/FrmAppHelper.php:3801 -msgid "French/Canadian" +#: classes/helpers/FrmCurrencyHelper.php:198 +msgid "New Zealand Dollar" msgstr "" -#: classes/helpers/FrmAppHelper.php:3802 -msgid "French/Swiss" +#: classes/helpers/FrmCurrencyHelper.php:207 +msgid "Pakistani Rupee" msgstr "" -#: classes/helpers/FrmAppHelper.php:3803 -msgid "Galician" +#: classes/helpers/FrmCurrencyHelper.php:216 +msgid "Philippine Peso" msgstr "" -#: classes/helpers/FrmAppHelper.php:3804 -msgid "Georgian" +#: classes/helpers/FrmCurrencyHelper.php:225 +msgid "Polish Zloty" msgstr "" -#: classes/helpers/FrmAppHelper.php:3805 -msgid "German" +#: classes/helpers/FrmCurrencyHelper.php:234 +msgid "Pound Sterling" msgstr "" -#: classes/helpers/FrmAppHelper.php:3806 -msgid "German/Austria" +#: classes/helpers/FrmCurrencyHelper.php:243 +msgid "Singapore Dollar" msgstr "" -#: classes/helpers/FrmAppHelper.php:3807 -msgid "German/Switzerland" +#: classes/helpers/FrmCurrencyHelper.php:252 +msgid "South African Rand" msgstr "" -#: classes/helpers/FrmAppHelper.php:3808 -msgid "Greek" +#: classes/helpers/FrmCurrencyHelper.php:261 +msgid "Sri Lankan Rupee" msgstr "" -#: classes/helpers/FrmAppHelper.php:3809 -msgid "Gujarati" +#: classes/helpers/FrmCurrencyHelper.php:270 +msgid "Swedish Krona" msgstr "" -#: classes/helpers/FrmAppHelper.php:3810 -#: classes/helpers/FrmAppHelper.php:3811 -msgid "Hebrew" +#: classes/helpers/FrmCurrencyHelper.php:279 +msgid "Swiss Franc" msgstr "" -#: classes/helpers/FrmAppHelper.php:3812 -msgid "Hindi" +#: classes/helpers/FrmCurrencyHelper.php:288 +msgid "Taiwan New Dollar" msgstr "" -#: classes/helpers/FrmAppHelper.php:3813 -msgid "Hungarian" +#: classes/helpers/FrmCurrencyHelper.php:297 +msgid "Thai Baht" msgstr "" -#: classes/helpers/FrmAppHelper.php:3814 -msgid "Icelandic" +#: classes/helpers/FrmCurrencyHelper.php:306 +msgid "Turkish Liras" msgstr "" -#: classes/helpers/FrmAppHelper.php:3815 -msgid "Indonesian" +#: classes/helpers/FrmCurrencyHelper.php:315 +msgid "U.S. Dollar" msgstr "" -#: classes/helpers/FrmAppHelper.php:3816 -msgid "Italian" +#: classes/helpers/FrmCurrencyHelper.php:324 +msgid "Uruguayan Peso" msgstr "" -#: classes/helpers/FrmAppHelper.php:3817 -msgid "Japanese" +#: classes/helpers/FrmDashboardHelper.php:215 +msgid "Get Formidable PRO" msgstr "" -#: classes/helpers/FrmAppHelper.php:3818 -msgid "Kannada" +#: classes/helpers/FrmDashboardHelper.php:232 +#: classes/views/onboarding-wizard/steps/install-addons-step.php:81 +msgid "Connect Account" msgstr "" -#: classes/helpers/FrmAppHelper.php:3819 -msgid "Kazakh" +#. translators: %d: number of form templates +#: classes/helpers/FrmDashboardHelper.php:268 +msgid "%d+ Form Templates" msgstr "" -#: classes/helpers/FrmAppHelper.php:3820 -msgid "Khmer" +#: classes/helpers/FrmDashboardHelper.php:271 +msgid "Calculated Fields and Math" msgstr "" -#: classes/helpers/FrmAppHelper.php:3821 -msgid "Korean" +#: classes/helpers/FrmDashboardHelper.php:272 +msgid "Quizzes" msgstr "" -#: classes/helpers/FrmAppHelper.php:3822 -msgid "Kyrgyz" +#: classes/helpers/FrmDashboardHelper.php:273 +msgid "Save and Continue" msgstr "" -#: classes/helpers/FrmAppHelper.php:3823 -msgid "Laothian" +#: classes/helpers/FrmDashboardHelper.php:274 +msgid "Smart Forms with Conditional Logic" msgstr "" -#: classes/helpers/FrmAppHelper.php:3824 -msgid "Latvian" +#: classes/helpers/FrmDashboardHelper.php:275 +msgid "Ecommerce Pricing Fields" msgstr "" -#: classes/helpers/FrmAppHelper.php:3825 -msgid "Lithuanian" +#: classes/helpers/FrmDashboardHelper.php:276 +#: classes/views/frm-forms/add_field_links.php:71 +msgid "Advanced Fields" msgstr "" -#: classes/helpers/FrmAppHelper.php:3826 -msgid "Luxembourgish" +#: classes/helpers/FrmDashboardHelper.php:277 +msgid "Schedule Forms & Limit Responses" msgstr "" -#: classes/helpers/FrmAppHelper.php:3827 -msgid "Macedonian" +#: classes/helpers/FrmDashboardHelper.php:278 +msgid "Display Form Data with Views" msgstr "" -#: classes/helpers/FrmAppHelper.php:3828 -msgid "Malayalam" +#: classes/helpers/FrmDashboardHelper.php:279 +msgid "And much more..." msgstr "" -#: classes/helpers/FrmAppHelper.php:3829 -msgid "Malaysian" +#: classes/helpers/FrmEntriesHelper.php:645 +msgid "Unknown" msgstr "" -#: classes/helpers/FrmAppHelper.php:3830 -msgid "Marathi" +#: classes/helpers/FrmEntriesHelper.php:767 +#: classes/views/frm-entries/show.php:11 +msgid "View Entry" msgstr "" -#: classes/helpers/FrmAppHelper.php:3831 -msgid "Norwegian" +#: classes/helpers/FrmEntriesHelper.php:775 +msgid "Delete Entry" msgstr "" -#: classes/helpers/FrmAppHelper.php:3832 -msgid "Norwegian BokmÃ¥l" +#: classes/helpers/FrmEntriesHelper.php:778 +#: classes/helpers/FrmEntriesListHelper.php:512 +msgid "Permanently delete this entry?" msgstr "" -#: classes/helpers/FrmAppHelper.php:3833 -msgid "Norwegian Nynorsk" +#: classes/helpers/FrmEntriesHelper.php:787 +msgid "Print Entry" msgstr "" -#: classes/helpers/FrmAppHelper.php:3834 -msgid "Polish" +#: classes/helpers/FrmEntriesHelper.php:797 +#: classes/helpers/FrmEntriesHelper.php:800 +msgid "Resend Emails" msgstr "" -#: classes/helpers/FrmAppHelper.php:3835 -msgid "Portuguese" +#: classes/helpers/FrmEntriesHelper.php:810 +msgid "Download as PDF" msgstr "" -#: classes/helpers/FrmAppHelper.php:3836 -msgid "Portuguese/Brazilian" +#: classes/helpers/FrmEntriesHelper.php:819 +msgid "Edit Entry" msgstr "" -#: classes/helpers/FrmAppHelper.php:3837 -msgid "Portuguese/Portugal" +#: classes/helpers/FrmEntriesHelper.php:822 +msgid "Entry edits" msgstr "" -#: classes/helpers/FrmAppHelper.php:3838 -msgid "Romansh" +#: classes/helpers/FrmEntriesHelper.php:843 +msgid "Forms to PDF" msgstr "" -#: classes/helpers/FrmAppHelper.php:3839 -msgid "Romanian" +#: classes/helpers/FrmEntriesHelper.php:876 +msgid "reCAPTCHA Score" msgstr "" -#: classes/helpers/FrmAppHelper.php:3840 -msgid "Russian" +#: classes/helpers/FrmEntriesHelper.php:935 +msgid "Submitted" msgstr "" -#: classes/helpers/FrmAppHelper.php:3841 -#: classes/helpers/FrmAppHelper.php:3842 -msgid "Serbian" +#: classes/helpers/FrmEntriesHelper.php:936 +#: classes/helpers/FrmFormsHelper.php:1559 +#: classes/helpers/FrmFormsListHelper.php:486 +msgid "Draft" msgstr "" -#: classes/helpers/FrmAppHelper.php:3843 -msgid "Sinhalese" +#: classes/helpers/FrmEntriesHelper.php:952 +msgid "Entry status must be return in array format." msgstr "" -#: classes/helpers/FrmAppHelper.php:3844 -msgid "Slovak" +#: classes/helpers/FrmEntriesListHelper.php:24 +msgid "Entries list" msgstr "" -#: classes/helpers/FrmAppHelper.php:3845 -msgid "Slovenian" +#: classes/helpers/FrmEntriesListHelper.php:211 +msgid "No Entries Found" msgstr "" -#: classes/helpers/FrmAppHelper.php:3846 -msgid "Spanish" +#: classes/helpers/FrmEntriesListHelper.php:260 +msgid "Getting spam form submissions?" msgstr "" -#: classes/helpers/FrmAppHelper.php:3847 -msgid "Spanish/Latin America" +#: classes/helpers/FrmEntriesListHelper.php:262 +msgid "Learn how to prevent them." msgstr "" -#: classes/helpers/FrmAppHelper.php:3848 -msgid "Swahili" +#: classes/helpers/FrmEntriesListHelper.php:284 +msgid "Filter by form" msgstr "" -#: classes/helpers/FrmAppHelper.php:3849 -msgid "Swedish" +#: classes/helpers/FrmEntriesListHelper.php:286 +#: stripe/helpers/FrmTransLiteListHelper.php:205 +msgid "View all forms" msgstr "" -#: classes/helpers/FrmAppHelper.php:3850 -msgid "Tamil" +#: classes/helpers/FrmEntriesListHelper.php:287 +msgid "Filter" msgstr "" -#: classes/helpers/FrmAppHelper.php:3851 -msgid "Telugu" +#. translators: %d: Entry id +#: classes/helpers/FrmEntriesListHelper.php:327 +msgid "Entry %d" msgstr "" -#: classes/helpers/FrmAppHelper.php:3852 -msgid "Thai" +#. translators: %s: Form name +#. translators: Form title +#: classes/helpers/FrmEntriesListHelper.php:348 +#: classes/helpers/FrmFormsListHelper.php:258 +msgid "Select %s" msgstr "" -#: classes/helpers/FrmAppHelper.php:3853 -msgid "Tajiki" +#: classes/helpers/FrmEntriesListHelper.php:508 +#: classes/views/frm-entries/sidebar-shared.php:43 +#: stripe/helpers/FrmTransLiteListHelper.php:375 +#: stripe/helpers/FrmTransLiteListHelper.php:397 +#: js/admin/applications.js:357 +msgid "View" msgstr "" -#: classes/helpers/FrmAppHelper.php:3854 -msgid "Turkish" +#: classes/helpers/FrmEntriesListHelper.php:512 +#: classes/helpers/FrmFormsHelper.php:1462 +#: classes/helpers/FrmFormsListHelper.php:153 +#: classes/views/frm-form-actions/form_action.php:36 +#: stripe/helpers/FrmTransLiteListHelper.php:404 +#: stripe/views/payments/show.php:156 +#: stripe/views/subscriptions/show.php:129 +#: js/src/admin/admin.js:2662 +#: js/formidable_admin.js:5441 +msgid "Delete" msgstr "" -#: classes/helpers/FrmAppHelper.php:3855 -msgid "Ukrainian" +#. translators: %1$s: HTML break line, %2$s: HTML bold text +#: classes/helpers/FrmEntriesListHelper.php:570 +msgid "ALL entries in this form will be permanently deleted.%1$sWant to proceed? Type %2$s below." msgstr "" -#: classes/helpers/FrmAppHelper.php:3856 -msgid "Urdu" +#: classes/helpers/FrmFieldGdprHelper.php:60 +#: classes/models/FrmField.php:88 +#: classes/views/frm-settings/general.php:60 +msgid "GDPR" msgstr "" -#: classes/helpers/FrmAppHelper.php:3857 -msgid "Vietnamese" +#. translators: %s: [field_name] shortcode (Which gets replaced by a Field Name) +#. translators: %s: Field name +#: classes/helpers/FrmFieldsHelper.php:308 +#: classes/helpers/FrmFieldsHelper.php:470 +#: classes/helpers/FrmXMLHelper.php:1796 +msgid "%s is invalid" msgstr "" -#: classes/helpers/FrmAppHelper.php:3858 -msgid "Welsh" +#. translators: %s: Field name +#: classes/helpers/FrmFieldsHelper.php:465 +msgid "%s must be unique" msgstr "" -#: classes/helpers/FrmAppHelper.php:3859 -msgid "Zulu" +#: classes/helpers/FrmFieldsHelper.php:468 +msgid "This field is invalid" msgstr "" -#: classes/helpers/FrmAppHelper.php:4246 -msgid "Form Landing Pages" +#: classes/helpers/FrmFieldsHelper.php:508 +msgid "This value" msgstr "" -#: classes/helpers/FrmAppHelper.php:4247 -msgid "Easily manage a landing page for your form. Upgrade to get form landing pages." +#: classes/helpers/FrmFieldsHelper.php:510 +msgid "This field" msgstr "" -#: classes/helpers/FrmAppHelper.php:4336 -#: classes/views/styles/_style-card.php:37 -#: js/admin/applications.js:312 -msgid "NEW" +#. translators: %1$s: Start HTML link, %2$s: Content type label, %3$s: Content type, %4$s: End HTML link +#: classes/helpers/FrmFieldsHelper.php:874 +msgid "Options are dynamically created from your %1$s%2$s: %3$s%4$s" msgstr "" -#: classes/helpers/FrmAppHelper.php:4495 -msgctxt "warning message: close icon label" -msgid "Dismiss" +#: classes/helpers/FrmFieldsHelper.php:876 +msgid "taxonomy" msgstr "" -#: classes/helpers/FrmAppHelper.php:4536 -msgid "You're using Formidable Forms Lite - no license needed. Enjoy!" +#: classes/helpers/FrmFieldsHelper.php:877 +#: classes/views/addons/categories.php:12 +#: classes/views/form-templates/categories.php:12 +msgid "Categories" msgstr "" -#: classes/helpers/FrmCSVExportHelper.php:327 -msgid "(label)" +#: classes/helpers/FrmFieldsHelper.php:1965 +msgid "Afghanistan" msgstr "" -#: classes/helpers/FrmCSVExportHelper.php:331 -msgid "(value)" +#: classes/helpers/FrmFieldsHelper.php:1966 +msgid "Aland Islands" msgstr "" -#: classes/helpers/FrmCSVExportHelper.php:417 -msgid "Comment" +#: classes/helpers/FrmFieldsHelper.php:1967 +msgid "Albania" msgstr "" -#: classes/helpers/FrmCSVExportHelper.php:418 -msgid "Comment User" +#: classes/helpers/FrmFieldsHelper.php:1968 +msgid "Algeria" msgstr "" -#: classes/helpers/FrmCSVExportHelper.php:419 -msgid "Comment Date" +#: classes/helpers/FrmFieldsHelper.php:1969 +msgid "American Samoa" msgstr "" -#: classes/helpers/FrmCSVExportHelper.php:424 -msgid "Timestamp" +#: classes/helpers/FrmFieldsHelper.php:1970 +msgid "Andorra" msgstr "" -#: classes/helpers/FrmCSVExportHelper.php:425 -msgid "Last Updated" +#: classes/helpers/FrmFieldsHelper.php:1971 +msgid "Angola" msgstr "" -#: classes/helpers/FrmCSVExportHelper.php:427 -msgid "Updated By" +#: classes/helpers/FrmFieldsHelper.php:1972 +msgid "Anguilla" msgstr "" -#: classes/helpers/FrmCSVExportHelper.php:429 -msgid "IP" +#: classes/helpers/FrmFieldsHelper.php:1973 +msgid "Antarctica" msgstr "" -#: classes/helpers/FrmCSVExportHelper.php:433 -msgid "Parent ID" +#: classes/helpers/FrmFieldsHelper.php:1974 +msgid "Antigua and Barbuda" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:51 -msgid "Australian Dollar" +#: classes/helpers/FrmFieldsHelper.php:1975 +msgid "Argentina" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:60 -msgid "Bangladeshi Taka" +#: classes/helpers/FrmFieldsHelper.php:1976 +msgid "Armenia" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:69 -msgid "Brazilian Real" +#: classes/helpers/FrmFieldsHelper.php:1977 +msgid "Aruba" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:78 -msgid "Canadian Dollar" +#: classes/helpers/FrmFieldsHelper.php:1978 +msgid "Australia" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:87 -msgid "Chinese Renminbi Yuan" +#: classes/helpers/FrmFieldsHelper.php:1979 +msgid "Austria" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:96 -msgid "Czech Koruna" +#: classes/helpers/FrmFieldsHelper.php:1980 +msgid "Azerbaijan" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:105 -msgid "Danish Krone" +#: classes/helpers/FrmFieldsHelper.php:1981 +msgid "Bahamas" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:114 -msgid "Euro" +#: classes/helpers/FrmFieldsHelper.php:1982 +msgid "Bahrain" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:123 -msgid "Hong Kong Dollar" +#: classes/helpers/FrmFieldsHelper.php:1983 +msgid "Bangladesh" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:132 -msgid "Hungarian Forint" +#: classes/helpers/FrmFieldsHelper.php:1984 +msgid "Barbados" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:141 -msgid "Indian Rupee" +#: classes/helpers/FrmFieldsHelper.php:1985 +msgid "Belarus" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:150 -msgid "Israeli New Sheqel" +#: classes/helpers/FrmFieldsHelper.php:1986 +msgid "Belgium" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:159 -msgid "Japanese Yen" +#: classes/helpers/FrmFieldsHelper.php:1987 +msgid "Belize" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:168 -msgid "Malaysian Ringgit" +#: classes/helpers/FrmFieldsHelper.php:1988 +msgid "Benin" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:177 -msgid "Mexican Peso" +#: classes/helpers/FrmFieldsHelper.php:1989 +msgid "Bermuda" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:186 -msgid "Norwegian Krone" +#: classes/helpers/FrmFieldsHelper.php:1990 +msgid "Bhutan" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:195 -msgid "New Zealand Dollar" +#: classes/helpers/FrmFieldsHelper.php:1991 +msgid "Bolivia" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:204 -msgid "Pakistani Rupee" +#: classes/helpers/FrmFieldsHelper.php:1992 +msgid "Bonaire, Sint Eustatius and Saba" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:213 -msgid "Philippine Peso" +#: classes/helpers/FrmFieldsHelper.php:1993 +msgid "Bosnia and Herzegovina" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:222 -msgid "Polish Zloty" +#: classes/helpers/FrmFieldsHelper.php:1994 +msgid "Botswana" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:231 -msgid "Pound Sterling" +#: classes/helpers/FrmFieldsHelper.php:1995 +msgid "Bouvet Island" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:240 -msgid "Singapore Dollar" +#: classes/helpers/FrmFieldsHelper.php:1996 +msgid "Brazil" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:249 -msgid "South African Rand" +#: classes/helpers/FrmFieldsHelper.php:1997 +msgid "British Indian Ocean Territory" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:258 -msgid "Sri Lankan Rupee" +#: classes/helpers/FrmFieldsHelper.php:1998 +msgid "Brunei" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:267 -msgid "Swedish Krona" +#: classes/helpers/FrmFieldsHelper.php:1999 +msgid "Bulgaria" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:276 -msgid "Swiss Franc" +#: classes/helpers/FrmFieldsHelper.php:2000 +msgid "Burkina Faso" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:285 -msgid "Taiwan New Dollar" +#: classes/helpers/FrmFieldsHelper.php:2001 +msgid "Burundi" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:294 -msgid "Thai Baht" +#: classes/helpers/FrmFieldsHelper.php:2002 +msgid "Cambodia" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:303 -msgid "Turkish Liras" +#: classes/helpers/FrmFieldsHelper.php:2003 +msgid "Cameroon" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:312 -msgid "U.S. Dollar" +#: classes/helpers/FrmFieldsHelper.php:2004 +msgid "Canada" msgstr "" -#: classes/helpers/FrmCurrencyHelper.php:321 -msgid "Uruguayan Peso" +#: classes/helpers/FrmFieldsHelper.php:2005 +msgid "Cape Verde" msgstr "" -#: classes/helpers/FrmDashboardHelper.php:212 -msgid "Get Formidable PRO" +#: classes/helpers/FrmFieldsHelper.php:2006 +msgid "Cayman Islands" msgstr "" -#: classes/helpers/FrmDashboardHelper.php:229 -#: classes/views/onboarding-wizard/steps/install-addons-step.php:81 -msgid "Connect Account" +#: classes/helpers/FrmFieldsHelper.php:2007 +msgid "Central African Republic" msgstr "" -#. translators: %d: number of form templates -#: classes/helpers/FrmDashboardHelper.php:265 -msgid "%d+ Form Templates" +#: classes/helpers/FrmFieldsHelper.php:2008 +msgid "Chad" msgstr "" -#: classes/helpers/FrmDashboardHelper.php:268 -msgid "Calculated Fields and Math" +#: classes/helpers/FrmFieldsHelper.php:2009 +msgid "Chile" msgstr "" -#: classes/helpers/FrmDashboardHelper.php:269 -msgid "Quizzes" +#: classes/helpers/FrmFieldsHelper.php:2010 +msgid "China" msgstr "" -#: classes/helpers/FrmDashboardHelper.php:270 -msgid "Save and Continue" +#: classes/helpers/FrmFieldsHelper.php:2011 +msgid "Christmas Island" msgstr "" -#: classes/helpers/FrmDashboardHelper.php:271 -msgid "Smart Forms with Conditional Logic" +#: classes/helpers/FrmFieldsHelper.php:2012 +msgid "Cocos (Keeling) Islands" msgstr "" -#: classes/helpers/FrmDashboardHelper.php:272 -msgid "Ecommerce Pricing Fields" +#: classes/helpers/FrmFieldsHelper.php:2013 +msgid "Colombia" msgstr "" -#: classes/helpers/FrmDashboardHelper.php:273 -#: classes/views/frm-forms/add_field_links.php:70 -msgid "Advanced Fields" +#: classes/helpers/FrmFieldsHelper.php:2014 +msgid "Comoros" msgstr "" -#: classes/helpers/FrmDashboardHelper.php:274 -msgid "Schedule Forms & Limit Responses" +#: classes/helpers/FrmFieldsHelper.php:2015 +msgid "Congo" msgstr "" -#: classes/helpers/FrmDashboardHelper.php:275 -msgid "Display Form Data with Views" +#: classes/helpers/FrmFieldsHelper.php:2016 +msgid "Cook Islands" msgstr "" -#: classes/helpers/FrmDashboardHelper.php:276 -msgid "And much more..." +#: classes/helpers/FrmFieldsHelper.php:2017 +msgid "Costa Rica" msgstr "" -#: classes/helpers/FrmEntriesHelper.php:570 -msgid "Unknown" +#: classes/helpers/FrmFieldsHelper.php:2018 +msgid "Côte d'Ivoire" msgstr "" -#: classes/helpers/FrmEntriesHelper.php:681 -#: classes/views/frm-entries/show.php:11 -msgid "View Entry" +#: classes/helpers/FrmFieldsHelper.php:2019 +msgid "Croatia" msgstr "" -#: classes/helpers/FrmEntriesHelper.php:689 -msgid "Delete Entry" +#: classes/helpers/FrmFieldsHelper.php:2020 +msgid "Cuba" msgstr "" -#: classes/helpers/FrmEntriesHelper.php:692 -#: classes/helpers/FrmEntriesListHelper.php:475 -msgid "Permanently delete this entry?" +#: classes/helpers/FrmFieldsHelper.php:2021 +msgid "Curacao" msgstr "" -#: classes/helpers/FrmEntriesHelper.php:701 -msgid "Print Entry" +#: classes/helpers/FrmFieldsHelper.php:2022 +msgid "Cyprus" msgstr "" -#: classes/helpers/FrmEntriesHelper.php:711 -#: classes/helpers/FrmEntriesHelper.php:714 -msgid "Resend Emails" +#: classes/helpers/FrmFieldsHelper.php:2023 +msgid "Czech Republic" msgstr "" -#: classes/helpers/FrmEntriesHelper.php:724 -msgid "Download as PDF" +#: classes/helpers/FrmFieldsHelper.php:2024 +msgid "Denmark" msgstr "" -#: classes/helpers/FrmEntriesHelper.php:733 -msgid "Edit Entry" +#: classes/helpers/FrmFieldsHelper.php:2025 +msgid "Djibouti" msgstr "" -#: classes/helpers/FrmEntriesHelper.php:736 -msgid "Entry edits" +#: classes/helpers/FrmFieldsHelper.php:2026 +msgid "Dominica" msgstr "" -#: classes/helpers/FrmEntriesHelper.php:756 -msgid "Forms to PDF" +#: classes/helpers/FrmFieldsHelper.php:2027 +msgid "Dominican Republic" msgstr "" -#: classes/helpers/FrmEntriesHelper.php:786 -msgid "reCAPTCHA Score" +#: classes/helpers/FrmFieldsHelper.php:2028 +msgid "East Timor" msgstr "" -#: classes/helpers/FrmEntriesHelper.php:845 -msgid "Submitted" +#: classes/helpers/FrmFieldsHelper.php:2029 +msgid "Ecuador" msgstr "" -#: classes/helpers/FrmEntriesHelper.php:846 -#: classes/helpers/FrmFormsHelper.php:1363 -#: classes/helpers/FrmFormsListHelper.php:465 -msgid "Draft" +#: classes/helpers/FrmFieldsHelper.php:2030 +msgid "Egypt" msgstr "" -#: classes/helpers/FrmEntriesHelper.php:862 -msgid "Entry status must be return in array format." +#: classes/helpers/FrmFieldsHelper.php:2031 +msgid "El Salvador" msgstr "" -#: classes/helpers/FrmEntriesListHelper.php:22 -msgid "Entries list" +#: classes/helpers/FrmFieldsHelper.php:2032 +msgid "Equatorial Guinea" msgstr "" -#: classes/helpers/FrmEntriesListHelper.php:195 -msgid "No Entries Found" +#: classes/helpers/FrmFieldsHelper.php:2033 +msgid "Eritrea" msgstr "" -#: classes/helpers/FrmEntriesListHelper.php:237 -msgid "Getting spam form submissions?" +#: classes/helpers/FrmFieldsHelper.php:2034 +msgid "Estonia" msgstr "" -#: classes/helpers/FrmEntriesListHelper.php:239 -msgid "Learn how to prevent them." +#: classes/helpers/FrmFieldsHelper.php:2035 +msgid "Ethiopia" msgstr "" -#: classes/helpers/FrmEntriesListHelper.php:258 -msgid "Filter by form" +#: classes/helpers/FrmFieldsHelper.php:2036 +msgid "Falkland Islands (Malvinas)" msgstr "" -#: classes/helpers/FrmEntriesListHelper.php:260 -#: stripe/helpers/FrmTransLiteListHelper.php:197 -msgid "View all forms" +#: classes/helpers/FrmFieldsHelper.php:2037 +msgid "Faroe Islands" msgstr "" -#: classes/helpers/FrmEntriesListHelper.php:261 -msgid "Filter" +#: classes/helpers/FrmFieldsHelper.php:2038 +msgid "Fiji" msgstr "" -#. translators: %d: Entry id -#: classes/helpers/FrmEntriesListHelper.php:300 -msgid "Entry %d" +#: classes/helpers/FrmFieldsHelper.php:2039 +msgid "Finland" msgstr "" -#. translators: %s: Form name -#. translators: Form title -#: classes/helpers/FrmEntriesListHelper.php:318 -#: classes/helpers/FrmFormsListHelper.php:248 -msgid "Select %s" +#: classes/helpers/FrmFieldsHelper.php:2040 +msgid "France" msgstr "" -#: classes/helpers/FrmEntriesListHelper.php:471 -#: classes/views/frm-entries/sidebar-shared.php:43 -#: stripe/helpers/FrmTransLiteListHelper.php:363 -#: stripe/helpers/FrmTransLiteListHelper.php:384 -#: js/admin/applications.js:357 -msgid "View" +#: classes/helpers/FrmFieldsHelper.php:2041 +msgid "French Guiana" msgstr "" -#. translators: %1$s: HTML break line, %2$s: HTML bold text -#: classes/helpers/FrmEntriesListHelper.php:532 -msgid "ALL entries in this form will be permanently deleted.%1$sWant to proceed? Type %2$s below." +#: classes/helpers/FrmFieldsHelper.php:2042 +msgid "French Polynesia" msgstr "" -#: classes/helpers/FrmFieldGdprHelper.php:54 -#: classes/models/FrmField.php:78 -#: classes/views/frm-settings/general.php:59 -msgid "GDPR" +#: classes/helpers/FrmFieldsHelper.php:2043 +msgid "French Southern Territories" msgstr "" -#. translators: %s: [field_name] shortcode (Which gets replaced by a Field Name) -#. translators: %s: Field name -#: classes/helpers/FrmFieldsHelper.php:259 -#: classes/helpers/FrmFieldsHelper.php:408 -#: classes/helpers/FrmXMLHelper.php:1620 -msgid "%s is invalid" +#: classes/helpers/FrmFieldsHelper.php:2044 +msgid "Gabon" msgstr "" -#. translators: %s: Field name -#: classes/helpers/FrmFieldsHelper.php:403 -msgid "%s must be unique" +#: classes/helpers/FrmFieldsHelper.php:2045 +msgid "Gambia" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:406 -msgid "This field is invalid" +#: classes/helpers/FrmFieldsHelper.php:2046 +msgid "Georgia" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:444 -msgid "This value" +#: classes/helpers/FrmFieldsHelper.php:2047 +msgid "Germany" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:446 -msgid "This field" +#: classes/helpers/FrmFieldsHelper.php:2048 +msgid "Ghana" msgstr "" -#. translators: %1$s: Start HTML link, %2$s: Content type label, %3$s: Content type, %4$s: End HTML link -#: classes/helpers/FrmFieldsHelper.php:737 -msgid "Options are dynamically created from your %1$s%2$s: %3$s%4$s" +#: classes/helpers/FrmFieldsHelper.php:2049 +msgid "Gibraltar" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:739 -msgid "taxonomy" +#: classes/helpers/FrmFieldsHelper.php:2050 +msgid "Greece" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:740 -#: classes/views/addons/categories.php:12 -#: classes/views/form-templates/categories.php:12 -msgid "Categories" +#: classes/helpers/FrmFieldsHelper.php:2051 +msgid "Greenland" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1715 -msgid "Afghanistan" +#: classes/helpers/FrmFieldsHelper.php:2052 +msgid "Grenada" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1716 -msgid "Aland Islands" +#: classes/helpers/FrmFieldsHelper.php:2053 +msgid "Guadeloupe" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1717 -msgid "Albania" +#: classes/helpers/FrmFieldsHelper.php:2054 +msgid "Guam" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1718 -msgid "Algeria" +#: classes/helpers/FrmFieldsHelper.php:2055 +msgid "Guatemala" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1719 -msgid "American Samoa" +#: classes/helpers/FrmFieldsHelper.php:2056 +msgid "Guernsey" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1720 -msgid "Andorra" +#: classes/helpers/FrmFieldsHelper.php:2057 +msgid "Guinea" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1721 -msgid "Angola" +#: classes/helpers/FrmFieldsHelper.php:2058 +msgid "Guinea-Bissau" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1722 -msgid "Anguilla" +#: classes/helpers/FrmFieldsHelper.php:2059 +msgid "Guyana" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1723 -msgid "Antarctica" +#: classes/helpers/FrmFieldsHelper.php:2060 +msgid "Haiti" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1724 -msgid "Antigua and Barbuda" +#: classes/helpers/FrmFieldsHelper.php:2061 +msgid "Heard Island and McDonald Islands" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1725 -msgid "Argentina" +#: classes/helpers/FrmFieldsHelper.php:2062 +msgid "Holy See" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1726 -msgid "Armenia" +#: classes/helpers/FrmFieldsHelper.php:2063 +msgid "Honduras" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1727 -msgid "Aruba" +#: classes/helpers/FrmFieldsHelper.php:2064 +msgid "Hong Kong" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1728 -msgid "Australia" +#: classes/helpers/FrmFieldsHelper.php:2065 +msgid "Hungary" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1729 -msgid "Austria" +#: classes/helpers/FrmFieldsHelper.php:2066 +msgid "Iceland" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1730 -msgid "Azerbaijan" +#: classes/helpers/FrmFieldsHelper.php:2067 +msgid "India" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1731 -msgid "Bahamas" +#: classes/helpers/FrmFieldsHelper.php:2068 +msgid "Indonesia" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1732 -msgid "Bahrain" +#: classes/helpers/FrmFieldsHelper.php:2069 +msgid "Iran" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1733 -msgid "Bangladesh" +#: classes/helpers/FrmFieldsHelper.php:2070 +msgid "Iraq" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1734 -msgid "Barbados" +#: classes/helpers/FrmFieldsHelper.php:2071 +msgid "Ireland" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1735 -msgid "Belarus" +#: classes/helpers/FrmFieldsHelper.php:2072 +msgid "Israel" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1736 -msgid "Belgium" +#: classes/helpers/FrmFieldsHelper.php:2073 +msgid "Isle of Man" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1737 -msgid "Belize" +#: classes/helpers/FrmFieldsHelper.php:2074 +msgid "Italy" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1738 -msgid "Benin" +#: classes/helpers/FrmFieldsHelper.php:2075 +msgid "Jamaica" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1739 -msgid "Bermuda" +#: classes/helpers/FrmFieldsHelper.php:2076 +msgid "Japan" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1740 -msgid "Bhutan" +#: classes/helpers/FrmFieldsHelper.php:2077 +msgid "Jersey" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1741 -msgid "Bolivia" +#: classes/helpers/FrmFieldsHelper.php:2078 +msgid "Jordan" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1742 -msgid "Bonaire, Sint Eustatius and Saba" +#: classes/helpers/FrmFieldsHelper.php:2079 +msgid "Kazakhstan" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1743 -msgid "Bosnia and Herzegovina" +#: classes/helpers/FrmFieldsHelper.php:2080 +msgid "Kenya" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1744 -msgid "Botswana" +#: classes/helpers/FrmFieldsHelper.php:2081 +msgid "Kiribati" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1745 -msgid "Bouvet Island" +#: classes/helpers/FrmFieldsHelper.php:2082 +msgid "North Korea" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1746 -msgid "Brazil" +#: classes/helpers/FrmFieldsHelper.php:2083 +msgid "South Korea" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1747 -msgid "British Indian Ocean Territory" +#: classes/helpers/FrmFieldsHelper.php:2084 +msgid "Kosovo" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1748 -msgid "Brunei" +#: classes/helpers/FrmFieldsHelper.php:2085 +msgid "Kuwait" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1749 -msgid "Bulgaria" +#: classes/helpers/FrmFieldsHelper.php:2086 +msgid "Kyrgyzstan" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1750 -msgid "Burkina Faso" +#: classes/helpers/FrmFieldsHelper.php:2087 +msgid "Laos" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1751 -msgid "Burundi" +#: classes/helpers/FrmFieldsHelper.php:2088 +msgid "Latvia" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1752 -msgid "Cambodia" +#: classes/helpers/FrmFieldsHelper.php:2089 +msgid "Lebanon" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1753 -msgid "Cameroon" +#: classes/helpers/FrmFieldsHelper.php:2090 +msgid "Lesotho" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1754 -msgid "Canada" +#: classes/helpers/FrmFieldsHelper.php:2091 +msgid "Liberia" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1755 -msgid "Cape Verde" +#: classes/helpers/FrmFieldsHelper.php:2092 +msgid "Libya" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1756 -msgid "Cayman Islands" +#: classes/helpers/FrmFieldsHelper.php:2093 +msgid "Liechtenstein" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1757 -msgid "Central African Republic" +#: classes/helpers/FrmFieldsHelper.php:2094 +msgid "Lithuania" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1758 -msgid "Chad" +#: classes/helpers/FrmFieldsHelper.php:2095 +msgid "Luxembourg" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1759 -msgid "Chile" +#: classes/helpers/FrmFieldsHelper.php:2096 +msgid "Macao" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1760 -msgid "China" +#: classes/helpers/FrmFieldsHelper.php:2097 +msgid "Macedonia" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1761 -msgid "Christmas Island" +#: classes/helpers/FrmFieldsHelper.php:2098 +msgid "Madagascar" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1762 -msgid "Cocos (Keeling) Islands" +#: classes/helpers/FrmFieldsHelper.php:2099 +msgid "Malawi" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1763 -msgid "Colombia" +#: classes/helpers/FrmFieldsHelper.php:2100 +msgid "Malaysia" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1764 -msgid "Comoros" +#: classes/helpers/FrmFieldsHelper.php:2101 +msgid "Maldives" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1765 -msgid "Congo" +#: classes/helpers/FrmFieldsHelper.php:2102 +msgid "Mali" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1766 -msgid "Cook Islands" +#: classes/helpers/FrmFieldsHelper.php:2103 +msgid "Malta" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1767 -msgid "Costa Rica" +#: classes/helpers/FrmFieldsHelper.php:2104 +msgid "Marshall Islands" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1768 -msgid "Côte d'Ivoire" +#: classes/helpers/FrmFieldsHelper.php:2105 +msgid "Martinique" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1769 -msgid "Croatia" +#: classes/helpers/FrmFieldsHelper.php:2106 +msgid "Mauritania" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1770 -msgid "Cuba" +#: classes/helpers/FrmFieldsHelper.php:2107 +msgid "Mauritius" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1771 -msgid "Curacao" +#: classes/helpers/FrmFieldsHelper.php:2108 +msgid "Mayotte" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1772 -msgid "Cyprus" +#: classes/helpers/FrmFieldsHelper.php:2109 +msgid "Mexico" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1773 -msgid "Czech Republic" +#: classes/helpers/FrmFieldsHelper.php:2110 +msgid "Micronesia" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1774 -msgid "Denmark" +#: classes/helpers/FrmFieldsHelper.php:2111 +msgid "Moldova" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1775 -msgid "Djibouti" +#: classes/helpers/FrmFieldsHelper.php:2112 +msgid "Monaco" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1776 -msgid "Dominica" +#: classes/helpers/FrmFieldsHelper.php:2113 +msgid "Mongolia" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1777 -msgid "Dominican Republic" +#: classes/helpers/FrmFieldsHelper.php:2114 +msgid "Montenegro" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1778 -msgid "East Timor" +#: classes/helpers/FrmFieldsHelper.php:2115 +msgid "Montserrat" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1779 -msgid "Ecuador" +#: classes/helpers/FrmFieldsHelper.php:2116 +msgid "Morocco" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1780 -msgid "Egypt" +#: classes/helpers/FrmFieldsHelper.php:2117 +msgid "Mozambique" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1781 -msgid "El Salvador" +#: classes/helpers/FrmFieldsHelper.php:2118 +msgid "Myanmar" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1782 -msgid "Equatorial Guinea" +#: classes/helpers/FrmFieldsHelper.php:2119 +msgid "Namibia" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1783 -msgid "Eritrea" +#: classes/helpers/FrmFieldsHelper.php:2120 +msgid "Nauru" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1784 -msgid "Estonia" +#: classes/helpers/FrmFieldsHelper.php:2121 +msgid "Nepal" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1785 -msgid "Ethiopia" +#: classes/helpers/FrmFieldsHelper.php:2122 +msgid "Netherlands" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1786 -msgid "Falkland Islands (Malvinas)" +#: classes/helpers/FrmFieldsHelper.php:2123 +msgid "New Caledonia" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1787 -msgid "Faroe Islands" +#: classes/helpers/FrmFieldsHelper.php:2124 +msgid "New Zealand" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1788 -msgid "Fiji" +#: classes/helpers/FrmFieldsHelper.php:2125 +msgid "Nicaragua" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1789 -msgid "Finland" +#: classes/helpers/FrmFieldsHelper.php:2126 +msgid "Niger" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1790 -msgid "France" +#: classes/helpers/FrmFieldsHelper.php:2127 +msgid "Nigeria" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1791 -msgid "French Guiana" +#: classes/helpers/FrmFieldsHelper.php:2128 +msgid "Niue" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1792 -msgid "French Polynesia" +#: classes/helpers/FrmFieldsHelper.php:2129 +msgid "Norfolk Island" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1793 -msgid "French Southern Territories" +#: classes/helpers/FrmFieldsHelper.php:2130 +msgid "Northern Mariana Islands" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1794 -msgid "Gabon" +#: classes/helpers/FrmFieldsHelper.php:2131 +msgid "Norway" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1795 -msgid "Gambia" +#: classes/helpers/FrmFieldsHelper.php:2132 +msgid "Oman" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1796 -msgid "Georgia" +#: classes/helpers/FrmFieldsHelper.php:2133 +msgid "Pakistan" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1797 -msgid "Germany" +#: classes/helpers/FrmFieldsHelper.php:2134 +msgid "Palau" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1798 -msgid "Ghana" +#: classes/helpers/FrmFieldsHelper.php:2135 +msgid "Palestine" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1799 -msgid "Gibraltar" +#: classes/helpers/FrmFieldsHelper.php:2136 +msgid "Panama" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1800 -msgid "Greece" -msgstr "" - -#: classes/helpers/FrmFieldsHelper.php:1801 -msgid "Greenland" -msgstr "" - -#: classes/helpers/FrmFieldsHelper.php:1802 -msgid "Grenada" +#: classes/helpers/FrmFieldsHelper.php:2137 +msgid "Papua New Guinea" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1803 -msgid "Guadeloupe" +#: classes/helpers/FrmFieldsHelper.php:2138 +msgid "Paraguay" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1804 -msgid "Guam" +#: classes/helpers/FrmFieldsHelper.php:2139 +msgid "Peru" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1805 -msgid "Guatemala" +#: classes/helpers/FrmFieldsHelper.php:2140 +msgid "Philippines" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1806 -msgid "Guernsey" +#: classes/helpers/FrmFieldsHelper.php:2141 +msgid "Pitcairn" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1807 -msgid "Guinea" +#: classes/helpers/FrmFieldsHelper.php:2142 +msgid "Poland" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1808 -msgid "Guinea-Bissau" +#: classes/helpers/FrmFieldsHelper.php:2143 +msgid "Portugal" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1809 -msgid "Guyana" +#: classes/helpers/FrmFieldsHelper.php:2144 +msgid "Puerto Rico" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1810 -msgid "Haiti" +#: classes/helpers/FrmFieldsHelper.php:2145 +msgid "Qatar" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1811 -msgid "Heard Island and McDonald Islands" +#: classes/helpers/FrmFieldsHelper.php:2146 +msgid "Reunion" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1812 -msgid "Holy See" +#: classes/helpers/FrmFieldsHelper.php:2147 +msgid "Romania" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1813 -msgid "Honduras" +#: classes/helpers/FrmFieldsHelper.php:2148 +msgid "Russia" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1814 -msgid "Hong Kong" +#: classes/helpers/FrmFieldsHelper.php:2149 +msgid "Rwanda" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1815 -msgid "Hungary" +#: classes/helpers/FrmFieldsHelper.php:2150 +msgid "Saint Barthelemy" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1816 -msgid "Iceland" +#: classes/helpers/FrmFieldsHelper.php:2151 +msgid "Saint Helena, Ascension and Tristan da Cunha" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1817 -msgid "India" +#: classes/helpers/FrmFieldsHelper.php:2152 +msgid "Saint Kitts and Nevis" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1818 -msgid "Indonesia" +#: classes/helpers/FrmFieldsHelper.php:2153 +msgid "Saint Lucia" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1819 -msgid "Iran" +#: classes/helpers/FrmFieldsHelper.php:2154 +msgid "Saint Martin (French part)" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1820 -msgid "Iraq" +#: classes/helpers/FrmFieldsHelper.php:2155 +msgid "Saint Pierre and Miquelon" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1821 -msgid "Ireland" +#: classes/helpers/FrmFieldsHelper.php:2156 +msgid "Saint Vincent and the Grenadines" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1822 -msgid "Israel" +#: classes/helpers/FrmFieldsHelper.php:2157 +msgid "Samoa" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1823 -msgid "Isle of Man" +#: classes/helpers/FrmFieldsHelper.php:2158 +msgid "San Marino" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1824 -msgid "Italy" +#: classes/helpers/FrmFieldsHelper.php:2159 +msgid "Sao Tome and Principe" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1825 -msgid "Jamaica" +#: classes/helpers/FrmFieldsHelper.php:2160 +msgid "Saudi Arabia" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1826 -msgid "Japan" +#: classes/helpers/FrmFieldsHelper.php:2161 +msgid "Senegal" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1827 -msgid "Jersey" +#: classes/helpers/FrmFieldsHelper.php:2162 +msgid "Serbia" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1828 -msgid "Jordan" +#: classes/helpers/FrmFieldsHelper.php:2163 +msgid "Seychelles" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1829 -msgid "Kazakhstan" +#: classes/helpers/FrmFieldsHelper.php:2164 +msgid "Sierra Leone" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1830 -msgid "Kenya" +#: classes/helpers/FrmFieldsHelper.php:2165 +msgid "Singapore" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1831 -msgid "Kiribati" +#: classes/helpers/FrmFieldsHelper.php:2166 +msgid "Sint Maarten (Dutch part)" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1832 -msgid "North Korea" +#: classes/helpers/FrmFieldsHelper.php:2167 +msgid "Slovakia" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1833 -msgid "South Korea" +#: classes/helpers/FrmFieldsHelper.php:2168 +msgid "Slovenia" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1834 -msgid "Kosovo" +#: classes/helpers/FrmFieldsHelper.php:2169 +msgid "Solomon Islands" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1835 -msgid "Kuwait" +#: classes/helpers/FrmFieldsHelper.php:2170 +msgid "Somalia" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1836 -msgid "Kyrgyzstan" +#: classes/helpers/FrmFieldsHelper.php:2171 +msgid "South Africa" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1837 -msgid "Laos" +#: classes/helpers/FrmFieldsHelper.php:2172 +msgid "South Georgia and the South Sandwich Islands" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1838 -msgid "Latvia" +#: classes/helpers/FrmFieldsHelper.php:2173 +msgid "South Sudan" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1839 -msgid "Lebanon" +#: classes/helpers/FrmFieldsHelper.php:2174 +msgid "Spain" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1840 -msgid "Lesotho" +#: classes/helpers/FrmFieldsHelper.php:2175 +msgid "Sri Lanka" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1841 -msgid "Liberia" +#: classes/helpers/FrmFieldsHelper.php:2176 +msgid "Sudan" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1842 -msgid "Libya" +#: classes/helpers/FrmFieldsHelper.php:2177 +msgid "Suriname" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1843 -msgid "Liechtenstein" +#: classes/helpers/FrmFieldsHelper.php:2178 +msgid "Svalbard and Jan Mayen" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1844 -msgid "Lithuania" +#: classes/helpers/FrmFieldsHelper.php:2179 +msgid "Swaziland" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1845 -msgid "Luxembourg" +#: classes/helpers/FrmFieldsHelper.php:2180 +msgid "Sweden" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1846 -msgid "Macao" +#: classes/helpers/FrmFieldsHelper.php:2181 +msgid "Switzerland" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1847 -msgid "Macedonia" +#: classes/helpers/FrmFieldsHelper.php:2182 +msgid "Syria" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1848 -msgid "Madagascar" +#: classes/helpers/FrmFieldsHelper.php:2183 +msgid "Taiwan" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1849 -msgid "Malawi" +#: classes/helpers/FrmFieldsHelper.php:2184 +msgid "Tajikistan" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1850 -msgid "Malaysia" +#: classes/helpers/FrmFieldsHelper.php:2185 +msgid "Tanzania" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1851 -msgid "Maldives" +#: classes/helpers/FrmFieldsHelper.php:2186 +msgid "Thailand" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1852 -msgid "Mali" +#: classes/helpers/FrmFieldsHelper.php:2187 +msgid "Timor-Leste" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1853 -msgid "Malta" +#: classes/helpers/FrmFieldsHelper.php:2188 +msgid "Togo" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1854 -msgid "Marshall Islands" +#: classes/helpers/FrmFieldsHelper.php:2189 +msgid "Tokelau" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1855 -msgid "Martinique" +#: classes/helpers/FrmFieldsHelper.php:2190 +msgid "Tonga" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1856 -msgid "Mauritania" +#: classes/helpers/FrmFieldsHelper.php:2191 +msgid "Trinidad and Tobago" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1857 -msgid "Mauritius" +#: classes/helpers/FrmFieldsHelper.php:2192 +msgid "Tunisia" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1858 -msgid "Mayotte" +#: classes/helpers/FrmFieldsHelper.php:2193 +msgid "Turkey" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1859 -msgid "Mexico" +#: classes/helpers/FrmFieldsHelper.php:2194 +msgid "Turkmenistan" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1860 -msgid "Micronesia" +#: classes/helpers/FrmFieldsHelper.php:2195 +msgid "Turks and Caicos Islands" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1861 -msgid "Moldova" +#: classes/helpers/FrmFieldsHelper.php:2196 +msgid "Tuvalu" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1862 -msgid "Monaco" +#: classes/helpers/FrmFieldsHelper.php:2197 +msgid "Uganda" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1863 -msgid "Mongolia" +#: classes/helpers/FrmFieldsHelper.php:2198 +msgid "Ukraine" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1864 -msgid "Montenegro" +#: classes/helpers/FrmFieldsHelper.php:2199 +msgid "United Arab Emirates" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1865 -msgid "Montserrat" +#: classes/helpers/FrmFieldsHelper.php:2200 +msgid "United Kingdom" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1866 -msgid "Morocco" +#: classes/helpers/FrmFieldsHelper.php:2201 +msgid "United States" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1867 -msgid "Mozambique" +#: classes/helpers/FrmFieldsHelper.php:2202 +msgid "United States Minor Outlying Islands" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1868 -msgid "Myanmar" +#: classes/helpers/FrmFieldsHelper.php:2203 +msgid "Uruguay" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1869 -msgid "Namibia" +#: classes/helpers/FrmFieldsHelper.php:2204 +msgid "Uzbekistan" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1870 -msgid "Nauru" +#: classes/helpers/FrmFieldsHelper.php:2205 +msgid "Vanuatu" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1871 -msgid "Nepal" +#: classes/helpers/FrmFieldsHelper.php:2206 +msgid "Vatican City" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1872 -msgid "Netherlands" +#: classes/helpers/FrmFieldsHelper.php:2207 +msgid "Venezuela" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1873 -msgid "New Caledonia" +#: classes/helpers/FrmFieldsHelper.php:2208 +msgid "Vietnam" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1874 -msgid "New Zealand" +#: classes/helpers/FrmFieldsHelper.php:2209 +msgid "Virgin Islands, British" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1875 -msgid "Nicaragua" +#: classes/helpers/FrmFieldsHelper.php:2210 +msgid "Virgin Islands, U.S." msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1876 -msgid "Niger" +#: classes/helpers/FrmFieldsHelper.php:2211 +msgid "Wallis and Futuna" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1877 -msgid "Nigeria" +#: classes/helpers/FrmFieldsHelper.php:2212 +msgid "Western Sahara" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1878 -msgid "Niue" +#: classes/helpers/FrmFieldsHelper.php:2213 +msgid "Yemen" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1879 -msgid "Norfolk Island" +#: classes/helpers/FrmFieldsHelper.php:2214 +msgid "Zambia" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1880 -msgid "Northern Mariana Islands" +#: classes/helpers/FrmFieldsHelper.php:2215 +msgid "Zimbabwe" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1881 -msgid "Norway" +#: classes/helpers/FrmFieldsHelper.php:2240 +msgid "Countries" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1882 -msgid "Oman" +#: classes/helpers/FrmFieldsHelper.php:2251 +msgid "U.S. State Abbreviations" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1883 -msgid "Pakistan" +#: classes/helpers/FrmFieldsHelper.php:2261 +msgid "U.S. States" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1884 -msgid "Palau" +#: classes/helpers/FrmFieldsHelper.php:2266 +msgid "Under 18" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1885 -msgid "Palestine" +#: classes/helpers/FrmFieldsHelper.php:2267 +msgid "18-24" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1886 -msgid "Panama" +#: classes/helpers/FrmFieldsHelper.php:2268 +msgid "25-34" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1887 -msgid "Papua New Guinea" +#: classes/helpers/FrmFieldsHelper.php:2269 +msgid "35-44" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1888 -msgid "Paraguay" +#: classes/helpers/FrmFieldsHelper.php:2270 +msgid "45-54" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1889 -msgid "Peru" +#: classes/helpers/FrmFieldsHelper.php:2271 +msgid "55-64" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1890 -msgid "Philippines" +#: classes/helpers/FrmFieldsHelper.php:2272 +msgid "65 or Above" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1891 -msgid "Pitcairn" +#: classes/helpers/FrmFieldsHelper.php:2273 +msgid "Prefer Not to Answer" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1892 -msgid "Poland" +#: classes/helpers/FrmFieldsHelper.php:2280 +msgid "Age" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1893 -msgid "Portugal" +#: classes/helpers/FrmFieldsHelper.php:2284 +msgid "Very Unsatisfied" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1894 -msgid "Puerto Rico" +#: classes/helpers/FrmFieldsHelper.php:2285 +msgid "Unsatisfied" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1895 -msgid "Qatar" +#: classes/helpers/FrmFieldsHelper.php:2286 +#: classes/helpers/FrmFieldsHelper.php:2302 +#: classes/helpers/FrmFieldsHelper.php:2318 +#: classes/helpers/FrmFieldsHelper.php:2334 +msgid "Neutral" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1896 -msgid "Reunion" +#: classes/helpers/FrmFieldsHelper.php:2287 +msgid "Satisfied" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1897 -msgid "Romania" +#: classes/helpers/FrmFieldsHelper.php:2288 +msgid "Very Satisfied" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1898 -msgid "Russia" +#: classes/helpers/FrmFieldsHelper.php:2289 +#: classes/helpers/FrmFieldsHelper.php:2305 +#: classes/helpers/FrmFieldsHelper.php:2321 +#: classes/helpers/FrmFieldsHelper.php:2337 +msgid "N/A" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1899 -msgid "Rwanda" +#: classes/helpers/FrmFieldsHelper.php:2296 +msgid "Satisfaction" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1900 -msgid "Saint Barthelemy" +#: classes/helpers/FrmFieldsHelper.php:2300 +msgid "Not at all Important" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1901 -msgid "Saint Helena, Ascension and Tristan da Cunha" +#: classes/helpers/FrmFieldsHelper.php:2301 +msgid "Somewhat Important" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1902 -msgid "Saint Kitts and Nevis" +#: classes/helpers/FrmFieldsHelper.php:2303 +msgid "Important" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1903 -msgid "Saint Lucia" +#: classes/helpers/FrmFieldsHelper.php:2304 +msgid "Very Important" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1904 -msgid "Saint Martin (French part)" +#: classes/helpers/FrmFieldsHelper.php:2312 +msgid "Importance" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1905 -msgid "Saint Pierre and Miquelon" +#: classes/helpers/FrmFieldsHelper.php:2316 +msgid "Strongly Disagree" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1906 -msgid "Saint Vincent and the Grenadines" +#: classes/helpers/FrmFieldsHelper.php:2317 +msgid "Disagree" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1907 -msgid "Samoa" +#: classes/helpers/FrmFieldsHelper.php:2319 +msgid "Agree" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1908 -msgid "San Marino" +#: classes/helpers/FrmFieldsHelper.php:2320 +msgid "Strongly Agree" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1909 -msgid "Sao Tome and Principe" +#: classes/helpers/FrmFieldsHelper.php:2328 +msgid "Agreement" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1910 -msgid "Saudi Arabia" +#: classes/helpers/FrmFieldsHelper.php:2332 +msgid "Extremely Unlikely" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1911 -msgid "Senegal" +#: classes/helpers/FrmFieldsHelper.php:2333 +msgid "Unlikely" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1912 -msgid "Serbia" +#: classes/helpers/FrmFieldsHelper.php:2335 +#: classes/helpers/FrmFieldsHelper.php:2344 +msgid "Likely" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1913 -msgid "Seychelles" +#: classes/helpers/FrmFieldsHelper.php:2336 +msgid "Extremely Likely" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1914 -msgid "Sierra Leone" +#. translators: %s: Field name +#: classes/helpers/FrmFieldsHelper.php:2433 +msgid "%s fields" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1915 -msgid "Singapore" +#. translators: %s: Field name +#: classes/helpers/FrmFieldsHelper.php:2470 +msgid "You already have access to %s fields, you'll just need to activate to start using them." msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1916 -msgid "Sint Maarten (Dutch part)" +#: classes/helpers/FrmFieldsHelper.php:2517 +msgid "Simple" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1917 -msgid "Slovakia" +#: classes/helpers/FrmFieldsHelper.php:2521 +msgid "Images" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1918 -msgid "Slovenia" +#: classes/helpers/FrmFieldsHelper.php:2524 +msgid "Image Options" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1919 -msgid "Solomon Islands" +#: classes/helpers/FrmFieldsHelper.php:2525 +msgid "Show images instead of radio buttons or check boxes. This is ideal for polls, surveys, segmenting questionnaires and more." msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1920 -msgid "Somalia" +#: classes/helpers/FrmFieldsHelper.php:2532 +msgid "Button Options" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1921 -msgid "South Africa" +#: classes/helpers/FrmFieldsHelper.php:2533 +msgid "Show buttons for radio buttons or check boxes. This is ideal for polls, surveys, segmenting questionnaires and more." msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1922 -msgid "South Georgia and the South Sandwich Islands" +#. translators: Add-on name. +#: classes/helpers/FrmFieldsHelper.php:2623 +msgid "Formidable %s" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1923 -msgid "South Sudan" +#: classes/helpers/FrmFieldsHelper.php:2744 +#: classes/helpers/FrmFieldsHelper.php:2755 +#: classes/views/frm-fields/back-end/generate-options-with-ai.php:7 +msgid "Generate options with AI" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1924 -msgid "Spain" +#: classes/helpers/FrmFieldsHelper.php:2756 +msgid "Update the Formidable AI add-on to the last version to use this feature." msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1925 -msgid "Sri Lanka" +#: classes/helpers/FrmFormMigratorsHelper.php:130 +#: classes/views/frm-forms/error-modal.php:15 +#: classes/views/frm-settings/email/email-styles.php:89 +#: classes/views/frm-settings/settings_cta.php:9 +#: classes/views/shared/confirm-overlay.php:9 +#: classes/views/shared/info-overlay.php:9 +#: classes/views/shared/upgrade_overlay.php:9 +msgid "Dismiss this message" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1926 -msgid "Sudan" +#: classes/helpers/FrmFormMigratorsHelper.php:152 +msgid "Get Started" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1927 -msgid "Suriname" +#. translators: %s: Name of the plugin +#: classes/helpers/FrmFormMigratorsHelper.php:162 +msgid "Activate %s" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1928 -msgid "Svalbard and Jan Mayen" +#. translators: %s: Name of the plugin +#: classes/helpers/FrmFormMigratorsHelper.php:170 +msgid "Install %s Importer" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1929 -msgid "Swaziland" +#: classes/helpers/FrmFormsHelper.php:82 +msgid " (child)" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1930 -msgid "Sweden" +#: classes/helpers/FrmFormsHelper.php:155 +msgid "Switch Form" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1931 -msgid "Switzerland" +#: classes/helpers/FrmFormsHelper.php:188 +#: classes/views/xml/import_form.php:132 +msgid "Search Forms" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1932 -msgid "Syria" +#. translators: %d: Form ID +#. translators: %d: Entry ID +#: classes/helpers/FrmFormsHelper.php:222 +#: classes/views/frm-entries/show.php:50 +msgid "(ID %d)" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1933 -msgid "Taiwan" +#: classes/helpers/FrmFormsHelper.php:612 +msgid "Field ID" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1934 -msgid "Tajikistan" +#: classes/helpers/FrmFormsHelper.php:616 +#: classes/views/frm-fields/back-end/settings.php:432 +msgid "Field Key" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1935 -msgid "Tanzania" +#: classes/helpers/FrmFormsHelper.php:620 +msgid "Field Name" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1936 -msgid "Thailand" +#: classes/helpers/FrmFormsHelper.php:628 +#: classes/views/frm-fields/back-end/settings.php:394 +msgid "Label Position" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1937 -msgid "Timor-Leste" +#: classes/helpers/FrmFormsHelper.php:632 +msgid "Required Label" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1938 -msgid "Togo" +#: classes/helpers/FrmFormsHelper.php:636 +msgid "Input Field" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1939 -msgid "Tokelau" +#: classes/helpers/FrmFormsHelper.php:640 +msgid "Single Option" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1940 -msgid "Tonga" +#: classes/helpers/FrmFormsHelper.php:641 +msgid "Show a single radio or checkbox option by replacing 1 with the order of the option" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1941 -msgid "Trinidad and Tobago" +#: classes/helpers/FrmFormsHelper.php:645 +msgid "Hide Option Label" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1942 -msgid "Tunisia" +#: classes/helpers/FrmFormsHelper.php:649 +msgid "Required Class" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1943 -msgid "Turkey" +#: classes/helpers/FrmFormsHelper.php:650 +msgid "Add class name if field is required" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1944 -msgid "Turkmenistan" +#: classes/helpers/FrmFormsHelper.php:654 +msgid "Error Class" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1945 -msgid "Turks and Caicos Islands" +#: classes/helpers/FrmFormsHelper.php:655 +msgid "Add class name if field has an error on form submit" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1946 -msgid "Tuvalu" +#: classes/helpers/FrmFormsHelper.php:668 +#: classes/views/frm-forms/settings-advanced.php:20 +msgid "Form Key" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1947 -msgid "Uganda" +#: classes/helpers/FrmFormsHelper.php:672 +msgid "Delete Entry Link" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1948 -msgid "Ukraine" +#: classes/helpers/FrmFormsHelper.php:677 +msgid "Button Label" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1949 -msgid "United Arab Emirates" +#: classes/helpers/FrmFormsHelper.php:681 +msgid "Button Hook" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1950 -msgid "United Kingdom" +#: classes/helpers/FrmFormsHelper.php:1271 +msgid "Create Form from Template" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1951 -msgid "United States" +#: classes/helpers/FrmFormsHelper.php:1277 +msgid "Duplicate Form" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1952 -msgid "United States Minor Outlying Islands" +#: classes/helpers/FrmFormsHelper.php:1313 +msgid "(no title)" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1953 -msgid "Uruguay" +#: classes/helpers/FrmFormsHelper.php:1446 +msgid "Restore from Trash" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1954 -msgid "Uzbekistan" +#: classes/helpers/FrmFormsHelper.php:1447 +#: classes/helpers/FrmFormsListHelper.php:144 +msgid "Restore" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1955 -msgid "Vanuatu" +#: classes/helpers/FrmFormsHelper.php:1451 +msgid "Move Form to Trash" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1956 -msgid "Vatican City" +#: classes/helpers/FrmFormsHelper.php:1452 +#: classes/helpers/FrmFormsHelper.php:1560 +#: classes/helpers/FrmFormsListHelper.php:185 +msgid "Trash" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1957 -msgid "Venezuela" +#: classes/helpers/FrmFormsHelper.php:1456 +msgid "Do you want to move this form to the trash?" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1958 -msgid "Vietnam" +#: classes/helpers/FrmFormsHelper.php:1461 +#: classes/helpers/FrmFormsListHelper.php:148 +msgid "Delete Permanently" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1959 -msgid "Virgin Islands, British" +#: classes/helpers/FrmFormsHelper.php:1464 +msgid "Are you sure you want to delete this form and all its entries?" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1960 -msgid "Virgin Islands, U.S." +#: classes/helpers/FrmFormsHelper.php:1467 +msgid "This will permanently delete the form and all its entries. This is irreversible. Are you sure you want to continue?" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1961 -msgid "Wallis and Futuna" +#: classes/helpers/FrmFormsHelper.php:1482 +#: classes/models/FrmField.php:322 +msgid "Total" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1962 -msgid "Western Sahara" +#: classes/helpers/FrmFormsHelper.php:1483 +msgid "Add this to a read-only field to display the text in bold without a border or background." msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1963 -msgid "Yemen" +#: classes/helpers/FrmFormsHelper.php:1486 +msgid "Big Total" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1964 -msgid "Zambia" +#: classes/helpers/FrmFormsHelper.php:1487 +msgid "Add this to a read-only field to display the text in large, bold text without a border or background." msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1965 -msgid "Zimbabwe" +#: classes/helpers/FrmFormsHelper.php:1490 +msgid "Scroll Box" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1987 -msgid "Countries" +#: classes/helpers/FrmFormsHelper.php:1491 +msgid "If you have many checkbox or radio button options, you may add this class to allow your user to easily scroll through the options. Or add a scrolling area around content in an HTML field." msgstr "" -#: classes/helpers/FrmFieldsHelper.php:1997 -msgid "U.S. State Abbreviations" +#: classes/helpers/FrmFormsHelper.php:1494 +#: stripe/models/FrmTransLiteAction.php:210 +msgid "First" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2006 -msgid "U.S. States" +#: classes/helpers/FrmFormsHelper.php:1495 +msgid "Add this to the first field in each row along with a width. ie frm_first frm4" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2011 -msgid "Under 18" +#: classes/helpers/FrmFormsHelper.php:1497 +#: classes/helpers/FrmStylesHelper.php:60 +msgid "Right" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2012 -msgid "18-24" +#: classes/helpers/FrmFormsHelper.php:1498 +msgid "First Grid Row" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2013 -msgid "25-34" +#: classes/helpers/FrmFormsHelper.php:1499 +msgid "Even Grid Row" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2014 -msgid "35-44" +#: classes/helpers/FrmFormsHelper.php:1500 +msgid "Odd Grid Row" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2015 -msgid "45-54" +#: classes/helpers/FrmFormsHelper.php:1502 +msgid "Color Block" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2016 -msgid "55-64" +#: classes/helpers/FrmFormsHelper.php:1503 +msgid "Add a background color to the field or section." msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2017 -msgid "65 or Above" +#: classes/helpers/FrmFormsHelper.php:1506 +msgid "Capitalize" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2018 -msgid "Prefer Not to Answer" +#: classes/helpers/FrmFormsHelper.php:1507 +msgid "Automatically capitalize the first letter in each word." msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2024 -msgid "Age" +#: classes/helpers/FrmFormsHelper.php:1561 +msgid "Published" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2028 -msgid "Very Unsatisfied" +#: classes/helpers/FrmFormsHelper.php:1675 +msgid "Create Form" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2029 -msgid "Unsatisfied" +#: classes/helpers/FrmFormsHelper.php:1742 +msgid "Plan required:" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2030 -#: classes/helpers/FrmFieldsHelper.php:2045 -#: classes/helpers/FrmFieldsHelper.php:2060 -#: classes/helpers/FrmFieldsHelper.php:2075 -msgid "Neutral" +#: classes/helpers/FrmFormsHelper.php:1904 +msgid "Is this intentional?" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2031 -msgid "Satisfied" +#. translators: %s: the name of a single parameter in the redirect URL +#: classes/helpers/FrmFormsHelper.php:1914 +msgid "The redirect URL is using the parameter \"%s\", which is reserved by WordPress. " msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2032 -msgid "Very Satisfied" +#. translators: %s: the names of two or more parameters in the redirect URL, separated by commas +#: classes/helpers/FrmFormsHelper.php:1920 +msgid "The redirect URL is using the parameters \"%s\", which are reserved by WordPress. " msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2033 -#: classes/helpers/FrmFieldsHelper.php:2048 -#: classes/helpers/FrmFieldsHelper.php:2063 -#: classes/helpers/FrmFieldsHelper.php:2078 -msgid "N/A" +#: classes/helpers/FrmFormsHelper.php:2055 +#: classes/views/form-templates/modals/name-your-form-modal.php:35 +#: js/src/admin/admin.js:4480 +#: js/formidable_admin.js:7259 +msgid "Save" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2039 -msgid "Satisfaction" +#: classes/helpers/FrmFormsListHelper.php:21 +msgid "Forms list" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2043 -msgid "Not at all Important" +#: classes/helpers/FrmFormsListHelper.php:126 +msgid "No forms found in the trash." msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2044 -msgid "Somewhat Important" +#: classes/helpers/FrmFormsListHelper.php:129 +msgid "See all forms." msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2046 -msgid "Important" +#: classes/helpers/FrmFormsListHelper.php:134 +#: classes/views/styles/manage.php:71 +msgid "No Forms Found" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2047 -msgid "Very Important" +#: classes/helpers/FrmFormsListHelper.php:151 +#: classes/views/form-templates/template.php:56 +msgid "Move to Trash" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2054 -msgid "Importance" +#: classes/helpers/FrmFormsListHelper.php:172 +msgid "Empty Trash" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2058 -msgid "Strongly Disagree" +#: classes/helpers/FrmFormsListHelper.php:183 +msgid "My Forms" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2059 -msgid "Disagree" +#: classes/helpers/FrmFormsListHelper.php:184 +msgid "Drafts" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2061 -msgid "Agree" +#. translators: %1$s: Status, %2$s: Number of items +#: classes/helpers/FrmFormsListHelper.php:213 +msgid "%1$s (%2$s)" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2062 -msgid "Strongly Agree" +#: classes/helpers/FrmFormsListHelper.php:312 +msgid "Saving entries is disabled for this form" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2069 -msgid "Agreement" +#: classes/helpers/FrmFormsListHelper.php:352 +#: classes/models/FrmField.php:219 +msgid "Embed Form" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2073 -msgid "Extremely Unlikely" +#: classes/helpers/FrmFormsListHelper.php:404 +msgid "Link to list of all views for this form." msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2074 -msgid "Unlikely" +#: classes/helpers/FrmFormsListHelper.php:438 +#: classes/views/frm-forms/_publish_box.php:22 +#: classes/views/frm-settings/email/email-styles.php:55 +msgid "Preview" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2076 -#: classes/helpers/FrmFieldsHelper.php:2084 -msgid "Likely" +#: classes/helpers/FrmFormsListHelper.php:508 +msgid "ALL selected forms and their entries will be permanently deleted. Want to proceed?" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2077 -msgid "Extremely Likely" +#: classes/helpers/FrmFormTemplatesHelper.php:189 +msgid "Get Super Powers with Pre-built Forms" msgstr "" -#. translators: %s: Field name -#: classes/helpers/FrmFieldsHelper.php:2166 -msgid "%s fields" +#: classes/helpers/FrmFormTemplatesHelper.php:190 +msgid "Unleash the potential of hundreds of form templates and save precious time. Renew today for unparalleled form-building speed." msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2234 -msgid "Simple" +#. translators: %1$s: Open span tag, %2$s: Close span tag +#: classes/helpers/FrmFormTemplatesHelper.php:207 +msgid "Upgrade to get all %1$s%2$s templates" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2238 -msgid "Images" +#: classes/helpers/FrmFormTemplatesHelper.php:211 +msgid "Upgrade to PRO to get access to all of our templates and unlock the full potential of your forms." msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2241 -msgid "Image Options" +#: classes/helpers/FrmFormTemplatesHelper.php:212 +msgid "Get More Templates" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2242 -msgid "Show images instead of radio buttons or check boxes. This is ideal for polls, surveys, segmenting questionnaires and more." +#: classes/helpers/FrmHtmlHelper.php:121 +msgid "Select unit" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2249 -msgid "Button Options" +#: classes/helpers/FrmListHelper.php:155 +msgid "List View" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2250 -msgid "Show buttons for radio buttons or check boxes. This is ideal for polls, surveys, segmenting questionnaires and more." +#: classes/helpers/FrmListHelper.php:156 +msgid "Excerpt View" msgstr "" -#. translators: Add-on name. -#: classes/helpers/FrmFieldsHelper.php:2331 -msgid "Formidable %s" +#: classes/helpers/FrmListHelper.php:399 +msgid "Select bulk action" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2442 -#: classes/helpers/FrmFieldsHelper.php:2453 -#: classes/views/frm-fields/back-end/generate-options-with-ai.php:7 -msgid "Generate options with AI" +#: classes/helpers/FrmListHelper.php:401 +msgid "Bulk Actions" msgstr "" -#: classes/helpers/FrmFieldsHelper.php:2454 -msgid "Update the Formidable AI add-on to the last version to use this feature." +#: classes/helpers/FrmListHelper.php:439 +#: js/admin/style.js:646 +msgid "Apply" msgstr "" -#: classes/helpers/FrmFormMigratorsHelper.php:118 -#: classes/views/frm-forms/error-modal.php:15 -#: classes/views/frm-settings/email/email-styles.php:89 -#: classes/views/frm-settings/settings_cta.php:9 -#: classes/views/shared/confirm-overlay.php:9 -#: classes/views/shared/info-overlay.php:9 -#: classes/views/shared/upgrade_overlay.php:9 -msgid "Dismiss this message" +#: classes/helpers/FrmListHelper.php:521 +#: classes/helpers/FrmListHelper.php:1290 +msgid "Show more details" msgstr "" -#: classes/helpers/FrmFormMigratorsHelper.php:140 -msgid "Get Started" -msgstr "" +#. translators: %s: Number of items +#: classes/helpers/FrmListHelper.php:628 +#: classes/helpers/FrmListHelper.php:1316 +msgid "%s item" +msgid_plural "%s items" +msgstr[0] "" +msgstr[1] "" -#. translators: %s: Name of the plugin -#: classes/helpers/FrmFormMigratorsHelper.php:150 -msgid "Activate %s" +#: classes/helpers/FrmListHelper.php:659 +#: classes/helpers/FrmListHelper.php:663 +msgid "Current Page" msgstr "" -#. translators: %s: Name of the plugin -#: classes/helpers/FrmFormMigratorsHelper.php:158 -msgid "Install %s Importer" +#. translators: %1$s: Current page number, %2$s: Total pages +#: classes/helpers/FrmListHelper.php:672 +msgctxt "paging" +msgid "%1$s of %2$s" msgstr "" -#: classes/helpers/FrmFormsHelper.php:66 -msgid " (child)" +#: classes/helpers/FrmListHelper.php:748 +msgid "First page" msgstr "" -#: classes/helpers/FrmFormsHelper.php:129 -msgid "Switch Form" +#: classes/helpers/FrmListHelper.php:749 +msgid "Last page" msgstr "" -#: classes/helpers/FrmFormsHelper.php:162 -#: classes/views/xml/import_form.php:132 -msgid "Search Forms" +#: classes/helpers/FrmListHelper.php:750 +msgid "Previous page" msgstr "" -#. translators: %d: Form ID -#. translators: %d: Entry ID -#: classes/helpers/FrmFormsHelper.php:195 -#: classes/views/frm-entries/show.php:50 -msgid "(ID %d)" +#: classes/helpers/FrmListHelper.php:751 +msgid "Next page" msgstr "" -#: classes/helpers/FrmFormsHelper.php:529 -msgid "Field ID" +#: classes/helpers/FrmListHelper.php:987 +#: classes/views/xml/import_form.php:142 +msgid "Select All" msgstr "" -#: classes/helpers/FrmFormsHelper.php:533 -#: classes/views/frm-fields/back-end/settings.php:430 -msgid "Field Key" +#. translators: Hidden accessibility text. +#: classes/helpers/FrmListHelper.php:1032 +msgid "Sort ascending." msgstr "" -#: classes/helpers/FrmFormsHelper.php:537 -msgid "Field Name" +#. translators: Hidden accessibility text. +#: classes/helpers/FrmListHelper.php:1034 +msgid "Sort descending." msgstr "" -#: classes/helpers/FrmFormsHelper.php:545 -#: classes/views/frm-fields/back-end/settings.php:393 -msgid "Label Position" +#: classes/helpers/FrmOnboardingWizardHelper.php:103 +msgid "Next Step" msgstr "" -#: classes/helpers/FrmFormsHelper.php:549 -msgid "Required Label" +#: classes/helpers/FrmOnboardingWizardHelper.php:109 +#: classes/views/onboarding-wizard/steps/consent-tracking-step.php:30 +msgid "Skip" msgstr "" -#: classes/helpers/FrmFormsHelper.php:553 -msgid "Input Field" +#: classes/helpers/FrmOnSubmitHelper.php:36 +msgid "Message on submit" msgstr "" -#: classes/helpers/FrmFormsHelper.php:557 -msgid "Single Option" +#: classes/helpers/FrmOnSubmitHelper.php:69 +msgid "Show the form with the confirmation message" msgstr "" -#: classes/helpers/FrmFormsHelper.php:558 -msgid "Show a single radio or checkbox option by replacing 1 with the order of the option" +#: classes/helpers/FrmOnSubmitHelper.php:114 +msgid "NOTE: The selected page content will be displayed, but the full page will not be loaded. Traditional URL tracking in Google Analytics and similar tools won't register a page load event. If precise tracking is essential, consider using the 'Redirect to URL' option." msgstr "" -#: classes/helpers/FrmFormsHelper.php:562 -msgid "Hide Option Label" +#: classes/helpers/FrmOnSubmitHelper.php:117 +msgid "Select a page" msgstr "" -#: classes/helpers/FrmFormsHelper.php:566 -msgid "Required Class" +#: classes/helpers/FrmOnSubmitHelper.php:178 +#: classes/models/FrmSettings.php:300 +msgid "Your responses were successfully submitted. Thank you!" msgstr "" -#: classes/helpers/FrmFormsHelper.php:567 -msgid "Add class name if field is required" +#: classes/helpers/FrmOnSubmitHelper.php:185 +msgid "Please wait while you are redirected." msgstr "" -#: classes/helpers/FrmFormsHelper.php:571 -msgid "Error Class" +#: classes/helpers/FrmOnSubmitHelper.php:432 +msgid "This is the fallback message. No confirmation actions match your conditional logic, or they are invalid." msgstr "" -#: classes/helpers/FrmFormsHelper.php:572 -msgid "Add class name if field has an error on form submit" +#: classes/helpers/FrmShortcodeHelper.php:44 +msgid "Admin email" msgstr "" -#: classes/helpers/FrmFormsHelper.php:585 -#: classes/views/frm-forms/settings-advanced.php:20 -msgid "Form Key" +#: classes/helpers/FrmShortcodeHelper.php:45 +msgid "Default from email" msgstr "" -#: classes/helpers/FrmFormsHelper.php:589 -msgid "Delete Entry Link" +#: classes/helpers/FrmShortcodeHelper.php:46 +msgid "Default email" msgstr "" -#: classes/helpers/FrmFormsHelper.php:594 -msgid "Button Label" +#: classes/helpers/FrmShortcodeHelper.php:49 +msgid "Default Msg" msgstr "" -#: classes/helpers/FrmFormsHelper.php:598 -msgid "Button Hook" +#: classes/helpers/FrmShortcodeHelper.php:50 +msgid "Default HTML" msgstr "" -#: classes/helpers/FrmFormsHelper.php:1120 -msgid "Create Form from Template" +#: classes/helpers/FrmShortcodeHelper.php:51 +msgid "Default Plain" msgstr "" -#: classes/helpers/FrmFormsHelper.php:1126 -msgid "Duplicate Form" +#. translators: %d: The number of styles +#. translators: %d: The number of hidden items to show. +#: classes/helpers/FrmStylesCardHelper.php:474 +#: js/admin/style.js:155 +msgid "Show all (%d)" msgstr "" -#: classes/helpers/FrmFormsHelper.php:1161 -msgid "(no title)" +#: classes/helpers/FrmStylesHelper.php:41 +msgid "top" msgstr "" -#: classes/helpers/FrmFormsHelper.php:1266 -msgid "Restore from Trash" +#: classes/helpers/FrmStylesHelper.php:42 +msgid "left" msgstr "" -#: classes/helpers/FrmFormsHelper.php:1267 -#: classes/helpers/FrmFormsListHelper.php:138 -msgid "Restore" +#: classes/helpers/FrmStylesHelper.php:43 +msgid "right" msgstr "" -#: classes/helpers/FrmFormsHelper.php:1271 -msgid "Move Form to Trash" +#: classes/helpers/FrmStylesHelper.php:44 +msgid "none" msgstr "" -#: classes/helpers/FrmFormsHelper.php:1272 -#: classes/helpers/FrmFormsHelper.php:1364 -#: classes/helpers/FrmFormsListHelper.php:177 -msgid "Trash" +#: classes/helpers/FrmStylesHelper.php:45 +msgid "inside" msgstr "" -#: classes/helpers/FrmFormsHelper.php:1276 -msgid "Do you want to move this form to the trash?" +#: classes/helpers/FrmStylesHelper.php:58 +msgid "Top" msgstr "" -#: classes/helpers/FrmFormsHelper.php:1281 -#: classes/helpers/FrmFormsListHelper.php:142 -msgid "Delete Permanently" +#: classes/helpers/FrmStylesHelper.php:59 +msgid "Left" msgstr "" -#: classes/helpers/FrmFormsHelper.php:1284 -msgid "Are you sure you want to delete this form and all its entries?" +#: classes/helpers/FrmStylesHelper.php:61 +msgid "Inline (left without a set width)" msgstr "" -#: classes/helpers/FrmFormsHelper.php:1287 -msgid "This will permanently delete the form and all its entries. This is irreversible. Are you sure you want to continue?" +#: classes/helpers/FrmStylesHelper.php:62 +#: classes/views/frm-fields/back-end/format-dropdown-options.php:19 +#: classes/views/frm-fields/back-end/phone/phone-type.php:33 +#: stripe/controllers/FrmStrpLiteEventsController.php:403 +msgid "None" msgstr "" -#: classes/helpers/FrmFormsHelper.php:1300 -#: classes/models/FrmField.php:236 -msgid "Total" +#: classes/helpers/FrmStylesHelper.php:63 +msgid "Hidden (but leave the space)" msgstr "" -#: classes/helpers/FrmFormsHelper.php:1301 -msgid "Add this to a read-only field to display the text in bold without a border or background." +#: classes/helpers/FrmStylesHelper.php:64 +msgid "Placeholder inside the field" msgstr "" -#: classes/helpers/FrmFormsHelper.php:1304 -msgid "Big Total" +#: classes/helpers/FrmStylesHelper.php:941 +#: classes/views/styles/_quick-settings.php:7 +msgid "Quick Settings" msgstr "" -#: classes/helpers/FrmFormsHelper.php:1305 -msgid "Add this to a read-only field to display the text in large, bold text without a border or background." +#. translators: %1$s: Anchor tag open, %2$s: Anchor tag close. +#: classes/helpers/FrmStylesPreviewHelper.php:211 +msgid "Formidable styles are disabled. This needs to be enabled in %1$sGlobal Settings%2$s." msgstr "" -#: classes/helpers/FrmFormsHelper.php:1308 -msgid "Scroll Box" +#: classes/helpers/FrmStylesPreviewHelper.php:219 +msgid "You are using an outdated version of Formidable Pro. Please update to version 6.0 to get access to all styler features." msgstr "" -#: classes/helpers/FrmFormsHelper.php:1309 -msgid "If you have many checkbox or radio button options, you may add this class to allow your user to easily scroll through the options. Or add a scrolling area around content in an HTML field." +#: classes/helpers/FrmStylesPreviewHelper.php:241 +msgid "Not all JavaScript is loaded in this preview. Some features will appear differently on the front end." msgstr "" -#: classes/helpers/FrmFormsHelper.php:1312 -#: stripe/models/FrmTransLiteAction.php:204 -msgid "First" +#: classes/helpers/FrmStylesPreviewHelper.php:251 +msgid "This form is being previewed because no form was selected. Use the form dropdown to select a new preview target." msgstr "" -#: classes/helpers/FrmFormsHelper.php:1313 -msgid "Add this to the first field in each row along with a width. ie frm_first frm4" +#: classes/helpers/FrmStylesPreviewHelper.php:271 +msgid "Changes that you will make to this style will apply to every form using this style." msgstr "" -#: classes/helpers/FrmFormsHelper.php:1315 -#: classes/helpers/FrmStylesHelper.php:52 -msgid "Right" +#: classes/helpers/FrmTipsHelper.php:62 +msgid "PRO TIP" msgstr "" -#: classes/helpers/FrmFormsHelper.php:1316 -msgid "First Grid Row" +#: classes/helpers/FrmTipsHelper.php:117 +msgid "Upgrade to Pro." msgstr "" -#: classes/helpers/FrmFormsHelper.php:1317 -msgid "Even Grid Row" +#: classes/helpers/FrmTipsHelper.php:130 +msgid "Use conditional logic to shorten your forms and increase conversions." msgstr "" -#: classes/helpers/FrmFormsHelper.php:1318 -msgid "Odd Grid Row" +#: classes/helpers/FrmTipsHelper.php:138 +msgid "Eliminate input errors with email confirmation fields." msgstr "" -#: classes/helpers/FrmFormsHelper.php:1320 -msgid "Color Block" +#: classes/helpers/FrmTipsHelper.php:146 +msgid "Use page breaks for easier forms." msgstr "" -#: classes/helpers/FrmFormsHelper.php:1321 -msgid "Add a background color to the field or section." +#: classes/helpers/FrmTipsHelper.php:154 +msgid "Skip the follow-ups. Let users upload files." msgstr "" -#: classes/helpers/FrmFormsHelper.php:1324 -msgid "Capitalize" +#: classes/helpers/FrmTipsHelper.php:162 +msgid "Need to calculate a total?" msgstr "" -#: classes/helpers/FrmFormsHelper.php:1325 -msgid "Automatically capitalize the first letter in each word." +#: classes/helpers/FrmTipsHelper.php:170 +msgid "Save time with autofill forms." msgstr "" -#: classes/helpers/FrmFormsHelper.php:1365 -msgid "Published" +#: classes/helpers/FrmTipsHelper.php:188 +msgid "Make your site dynamic. Enable front-end editing." msgstr "" -#: classes/helpers/FrmFormsHelper.php:1475 -msgid "Create Form" +#: classes/helpers/FrmTipsHelper.php:196 +msgid "Long form? Let users save and finish later" msgstr "" -#: classes/helpers/FrmFormsHelper.php:1535 -msgid "Plan required:" +#: classes/helpers/FrmTipsHelper.php:204 +msgid "Limit form access with built-in scheduling." msgstr "" -#: classes/helpers/FrmFormsHelper.php:1692 -msgid "Is this intentional?" +#: classes/helpers/FrmTipsHelper.php:222 +msgid "Save time — route emails to the right person automatically." msgstr "" -#. translators: %s: the name of a single parameter in the redirect URL -#: classes/helpers/FrmFormsHelper.php:1702 -msgid "The redirect URL is using the parameter \"%s\", which is reserved by WordPress. " +#: classes/helpers/FrmTipsHelper.php:230 +msgid "Create blog posts or pages from the front-end." msgstr "" -#. translators: %s: the names of two or more parameters in the redirect URL, separated by commas -#: classes/helpers/FrmFormsHelper.php:1708 -msgid "The redirect URL is using the parameters \"%s\", which are reserved by WordPress. " +#: classes/helpers/FrmTipsHelper.php:238 +msgid "Let your users submit posts on the front-end." msgstr "" -#: classes/helpers/FrmFormsListHelper.php:17 -msgid "Forms list" +#: classes/helpers/FrmTipsHelper.php:246 +msgid "Send leads to Mailchimp for instant email follow-up." msgstr "" -#: classes/helpers/FrmFormsListHelper.php:120 -msgid "No forms found in the trash." +#: classes/helpers/FrmTipsHelper.php:254 +msgid "Accept PayPal payments and grow your sales." msgstr "" -#: classes/helpers/FrmFormsListHelper.php:123 -msgid "See all forms." +#: classes/helpers/FrmTipsHelper.php:262 +msgid "Accept payments now with PayPal integration." msgstr "" -#: classes/helpers/FrmFormsListHelper.php:128 -#: classes/views/styles/manage.php:69 -msgid "No Forms Found" +#: classes/helpers/FrmTipsHelper.php:270 +msgid "Automatically create user accounts." msgstr "" -#: classes/helpers/FrmFormsListHelper.php:145 -#: classes/views/form-templates/template.php:56 -msgid "Move to Trash" +#: classes/helpers/FrmTipsHelper.php:271 +msgid "Upgrade to boost your site membership." msgstr "" -#: classes/helpers/FrmFormsListHelper.php:164 -msgid "Empty Trash" +#: classes/helpers/FrmTipsHelper.php:278 +msgid "Enable front-end profile editing with User Registration." msgstr "" -#: classes/helpers/FrmFormsListHelper.php:175 -msgid "My Forms" +#: classes/helpers/FrmTipsHelper.php:286 +msgid "Get SMS alerts for form submissions and payments—just add Twilio." msgstr "" -#: classes/helpers/FrmFormsListHelper.php:176 -msgid "Drafts" +#: classes/helpers/FrmTipsHelper.php:294 +msgid "Use Twilio to send SMS when forms are submitted." msgstr "" -#. translators: %1$s: Status, %2$s: Number of items -#: classes/helpers/FrmFormsListHelper.php:205 -msgid "%1$s (%2$s)" +#: classes/helpers/FrmTipsHelper.php:302 +msgid "Fill Advanced Custom Fields automatically with form entries." msgstr "" -#: classes/helpers/FrmFormsListHelper.php:300 -msgid "Saving entries is disabled for this form" +#: classes/helpers/FrmTipsHelper.php:320 +msgid "Make your forms stand out with multiple style templates." msgstr "" -#: classes/helpers/FrmFormsListHelper.php:339 -#: classes/models/FrmField.php:166 -msgid "Embed Form" +#: classes/helpers/FrmTipsHelper.php:328 +msgid "Want to add a background image?" msgstr "" -#: classes/helpers/FrmFormsListHelper.php:388 -msgid "View Form" +#: classes/helpers/FrmTipsHelper.php:336 +msgid "Want to duplicate a style?" msgstr "" -#: classes/helpers/FrmFormsListHelper.php:421 -#: classes/views/frm-forms/_publish_box.php:22 -#: classes/views/frm-settings/email/email-styles.php:55 -msgid "Preview" +#: classes/helpers/FrmTipsHelper.php:354 +msgid "Edit form entries anytime with entry management." msgstr "" -#: classes/helpers/FrmFormsListHelper.php:486 -msgid "ALL selected forms and their entries will be permanently deleted. Want to proceed?" +#: classes/helpers/FrmTipsHelper.php:362 +msgid "Want to search submitted entries?" msgstr "" -#: classes/helpers/FrmFormTemplatesHelper.php:177 -msgid "Get Super Powers with Pre-built Forms" +#: classes/helpers/FrmTipsHelper.php:370 +msgid "Turn entries into dynamic content — no code needed." msgstr "" -#: classes/helpers/FrmFormTemplatesHelper.php:178 -msgid "Unleash the potential of hundreds of form templates and save precious time. Renew today for unparalleled form-building speed." +#: classes/helpers/FrmTipsHelper.php:389 +msgid "Want to import entries into your forms?" msgstr "" -#. translators: %1$s: Open span tag, %2$s: Close span tag -#: classes/helpers/FrmFormTemplatesHelper.php:195 -msgid "Upgrade to get all %1$s%2$s templates" +#. translators: 1: Documentation link +#: classes/helpers/FrmXMLHelper.php:50 +msgid "In order to install XML, your server must have DOMDocument installed. Follow our documentation on %1$s to ensure DOMDocument is properly set up and XML support is enabled." msgstr "" -#: classes/helpers/FrmFormTemplatesHelper.php:199 -msgid "Upgrade to PRO to get access to all of our templates and unlock the full potential of your forms." +#: classes/helpers/FrmXMLHelper.php:67 +#: classes/helpers/FrmXMLHelper.php:79 +msgid "There was an error when reading this XML file" msgstr "" -#: classes/helpers/FrmFormTemplatesHelper.php:200 -msgid "Get More Templates" +#: classes/helpers/FrmXMLHelper.php:71 +msgid "Your server is missing the simplexml_import_dom function" msgstr "" -#: classes/helpers/FrmHtmlHelper.php:118 -msgid "Select unit" +#: classes/helpers/FrmXMLHelper.php:1572 +msgctxt "import xml message" +msgid "Error details:" msgstr "" -#: classes/helpers/FrmListHelper.php:138 -msgid "List View" +#: classes/helpers/FrmXMLHelper.php:1588 +#: classes/views/solutions/_import.php:53 +msgid "Imported" msgstr "" -#: classes/helpers/FrmListHelper.php:139 -msgid "Excerpt View" +#: classes/helpers/FrmXMLHelper.php:1589 +msgid "Updated" msgstr "" -#: classes/helpers/FrmListHelper.php:371 -msgid "Select bulk action" +#: classes/helpers/FrmXMLHelper.php:1616 +msgid "Nothing was imported or updated" msgstr "" -#: classes/helpers/FrmListHelper.php:373 -msgid "Bulk Actions" -msgstr "" +#. translators: %1$s: Number of items +#: classes/helpers/FrmXMLHelper.php:1643 +msgid "%1$s Form" +msgid_plural "%1$s Forms" +msgstr[0] "" +msgstr[1] "" -#: classes/helpers/FrmListHelper.php:410 -#: js/admin/style.js:646 -msgid "Apply" -msgstr "" +#. translators: %1$s: Number of items +#. translators: %1$s - field type +#: classes/helpers/FrmXMLHelper.php:1645 +#: classes/models/FrmFormMigrator.php:737 +msgid "%1$s Field" +msgid_plural "%1$s Fields" +msgstr[0] "" +msgstr[1] "" -#: classes/helpers/FrmListHelper.php:483 -#: classes/helpers/FrmListHelper.php:1206 -msgid "Show more details" -msgstr "" +#. translators: %1$s: Number of items +#: classes/helpers/FrmXMLHelper.php:1647 +msgid "%1$s Entry" +msgid_plural "%1$s Entries" +msgstr[0] "" +msgstr[1] "" -#. translators: %s: Number of items -#: classes/helpers/FrmListHelper.php:587 -#: classes/helpers/FrmListHelper.php:1231 -msgid "%s item" -msgid_plural "%s items" +#. translators: %1$s: Number of items +#: classes/helpers/FrmXMLHelper.php:1649 +msgid "%1$s View" +msgid_plural "%1$s Views" msgstr[0] "" msgstr[1] "" -#: classes/helpers/FrmListHelper.php:618 -#: classes/helpers/FrmListHelper.php:622 -msgid "Current Page" +#. translators: %1$s: Number of items +#: classes/helpers/FrmXMLHelper.php:1651 +msgid "%1$s Page/Post" +msgid_plural "%1$s Pages/Posts" +msgstr[0] "" +msgstr[1] "" + +#. translators: %1$s: Number of items +#: classes/helpers/FrmXMLHelper.php:1653 +msgid "%1$s Style" +msgid_plural "%1$s Styles" +msgstr[0] "" +msgstr[1] "" + +#. translators: %1$s: Number of items +#: classes/helpers/FrmXMLHelper.php:1655 +msgid "%1$s Term" +msgid_plural "%1$s Terms" +msgstr[0] "" +msgstr[1] "" + +#. translators: %1$s: Number of items +#: classes/helpers/FrmXMLHelper.php:1657 +msgid "%1$s Form Action" +msgid_plural "%1$s Form Actions" +msgstr[0] "" +msgstr[1] "" + +#: classes/helpers/FrmXMLHelper.php:1698 +msgid "Go to imported form" msgstr "" -#. translators: %1$s: Current page number, %2$s: Total pages -#: classes/helpers/FrmListHelper.php:630 -msgctxt "paging" -msgid "%1$s of %2$s" +#: classes/helpers/FrmXMLHelper.php:1989 +msgid "Create Posts" msgstr "" -#: classes/helpers/FrmListHelper.php:694 -msgid "First page" +#: classes/helpers/FrmXMLHelper.php:2129 +msgid "Email Notification" msgstr "" -#: classes/helpers/FrmListHelper.php:695 -msgid "Last page" +#: classes/models/fields/FrmFieldCaptcha.php:313 +msgid "There was a problem verifying your captcha" msgstr "" -#: classes/helpers/FrmListHelper.php:696 -msgid "Previous page" +#: classes/models/fields/FrmFieldCaptcha.php:339 +msgid "The reCAPTCHA was not entered correctly" msgstr "" -#: classes/helpers/FrmListHelper.php:697 -msgid "Next page" +#: classes/models/fields/FrmFieldCaptcha.php:380 +msgid "The captcha is missing from this form" msgstr "" -#: classes/helpers/FrmListHelper.php:914 -#: classes/views/xml/import_form.php:142 -msgid "Select All" +#: classes/models/fields/FrmFieldCaptcha.php:454 +#: classes/views/frm-settings/captcha/captcha.php:13 +msgid "reCAPTCHA" msgstr "" -#. translators: Hidden accessibility text. -#: classes/helpers/FrmListHelper.php:959 -msgid "Sort ascending." +#: classes/models/fields/FrmFieldCaptcha.php:454 +#: classes/views/frm-settings/captcha/captcha.php:18 +msgid "hCaptcha" msgstr "" -#. translators: Hidden accessibility text. -#: classes/helpers/FrmListHelper.php:961 -msgid "Sort descending." +#: classes/models/fields/FrmFieldCaptcha.php:455 +msgid "Captcha" msgstr "" -#: classes/helpers/FrmOnboardingWizardHelper.php:95 -msgid "Next Step" +#: classes/models/fields/FrmFieldCheckbox.php:61 +#: classes/models/fields/FrmFieldRadio.php:92 +#: classes/models/fields/FrmFieldSelect.php:48 +#: classes/views/styles/_sample_form.php:28 +#: classes/views/styles/_sample_form.php:57 +#: classes/views/styles/_sample_form.php:65 +msgid "Option 1" msgstr "" -#: classes/helpers/FrmOnboardingWizardHelper.php:101 -#: classes/views/onboarding-wizard/steps/consent-tracking-step.php:30 -msgid "Skip" +#: classes/models/fields/FrmFieldCheckbox.php:62 +#: classes/models/fields/FrmFieldRadio.php:93 +#: classes/views/styles/_sample_form.php:58 +#: classes/views/styles/_sample_form.php:66 +msgid "Option 2" msgstr "" -#: classes/helpers/FrmOnSubmitHelper.php:33 -msgid "Message on submit" +#: classes/models/fields/FrmFieldCombo.php:217 +#: classes/views/frm-fields/back-end/settings.php:291 +msgid "Placeholder Text" msgstr "" -#: classes/helpers/FrmOnSubmitHelper.php:66 -msgid "Show the form with the confirmation message" +#: classes/models/fields/FrmFieldCombo.php:218 +#: classes/views/form-templates/modals/create-template-modal.php:58 +#: stripe/views/action-settings/payments-options.php:25 +#: js/admin/applications.js:452 +msgid "Description" msgstr "" -#: classes/helpers/FrmOnSubmitHelper.php:107 -msgid "NOTE: The selected page content will be displayed, but the full page will not be loaded. Traditional URL tracking in Google Analytics and similar tools won't register a page load event. If precise tracking is essential, consider using the 'Redirect to URL' option." +#: classes/models/fields/FrmFieldGdpr.php:52 +msgid " Consent" msgstr "" -#: classes/helpers/FrmOnSubmitHelper.php:110 -msgid "Select a page" +#: classes/models/fields/FrmFieldGdpr.php:127 +msgid "I consent to having this website store my submitted information so they can respond to my inquiry." msgstr "" -#: classes/helpers/FrmOnSubmitHelper.php:162 -#: classes/models/FrmSettings.php:158 -msgid "Your responses were successfully submitted. Thank you!" +#: classes/models/fields/FrmFieldName.php:51 +msgid "Middle Name" msgstr "" -#: classes/helpers/FrmOnSubmitHelper.php:166 -msgid "Please wait while you are redirected." +#: classes/models/fields/FrmFieldName.php:301 +msgid "Subfield descriptions are read by screen readers. Enhance accessibility by using complete labels, like \"First Name\" instead of \"First\"." msgstr "" -#: classes/helpers/FrmOnSubmitHelper.php:396 -msgid "This is the fallback message. No confirmation actions match your conditional logic, or they are invalid." +#: classes/models/fields/FrmFieldNumber.php:81 +msgid "Please select a higher number" msgstr "" -#: classes/helpers/FrmShortcodeHelper.php:42 -msgid "Admin email" +#: classes/models/fields/FrmFieldNumber.php:83 +msgid "Please select a lower number" msgstr "" -#: classes/helpers/FrmShortcodeHelper.php:43 -msgid "Default from email" +#. Translators: %1$s: the first nearest value; %2$s: the second nearest value. +#: classes/models/fields/FrmFieldNumber.php:121 +msgid "Please enter a valid value. Two nearest valid values are %1$s and %2$s" msgstr "" -#: classes/helpers/FrmShortcodeHelper.php:44 -msgid "Default email" +#: classes/models/fields/FrmFieldPhone.php:69 +msgid "International phone field" msgstr "" -#: classes/helpers/FrmShortcodeHelper.php:47 -msgid "Default Msg" +#: classes/models/fields/FrmFieldPhone.php:72 +msgid "International" msgstr "" -#: classes/helpers/FrmShortcodeHelper.php:48 -msgid "Default HTML" +#: classes/models/fields/FrmFieldType.php:307 +msgid "(Collapsed)" msgstr "" -#: classes/helpers/FrmShortcodeHelper.php:49 -msgid "Default Plain" +#. translators: %s: Field name +#. translators: %s: Field type +#: classes/models/fields/FrmFieldType.php:569 +#: classes/models/fields/FrmFieldType.php:746 +msgid "%s Options" msgstr "" -#. translators: %d: The number of styles -#. translators: %d: The number of hidden items to show. -#: classes/helpers/FrmStylesCardHelper.php:453 -#: js/admin/style.js:155 -msgid "Show all (%d)" +#: classes/models/fields/FrmFieldType.php:622 +#: classes/views/frm-fields/back-end/settings.php:170 +#: classes/views/frm-fields/back-end/value-format.php:17 +msgid "Toggle Options" msgstr "" -#: classes/helpers/FrmStylesHelper.php:33 -msgid "top" +#: classes/models/fields/FrmFieldType.php:676 +#: classes/views/frm-fields/back-end/bulk-options-overlay.php:10 +msgid "Bulk Edit Options" msgstr "" -#: classes/helpers/FrmStylesHelper.php:34 -msgid "left" +#: classes/models/fields/FrmFieldType.php:883 +msgid "Untitled" msgstr "" -#: classes/helpers/FrmStylesHelper.php:35 -msgid "right" +#: classes/models/fields/FrmFieldType.php:2088 +msgid "Add Option" msgstr "" -#: classes/helpers/FrmStylesHelper.php:36 -msgid "none" +#: classes/models/fields/FrmFieldUrl.php:48 +msgid "Website" msgstr "" -#: classes/helpers/FrmStylesHelper.php:37 -msgid "inside" +#. translators: %1$s: Plugin name, %2$s: Start link HTML, %3$s: end link HTML +#: classes/models/FrmAddon.php:488 +msgid "Your %1$s license key is missing. Please add it on the %2$slicenses page%3$s." msgstr "" -#: classes/helpers/FrmStylesHelper.php:50 -msgid "Top" +#: classes/models/FrmAddon.php:783 +msgid "Oops! You forgot to enter your license number." msgstr "" -#: classes/helpers/FrmStylesHelper.php:51 -msgid "Left" +#: classes/models/FrmAddon.php:863 +msgid "Please wait two minutes before trying again." msgstr "" -#: classes/helpers/FrmStylesHelper.php:53 -msgid "Inline (left without a set width)" +#: classes/models/FrmAddon.php:913 +msgid "Your license has been activated. Enjoy!" msgstr "" -#: classes/helpers/FrmStylesHelper.php:54 -#: classes/views/frm-fields/back-end/format-dropdown-options.php:18 -#: classes/views/frm-fields/back-end/phone/phone-type.php:32 -#: stripe/controllers/FrmStrpLiteEventsController.php:360 -msgid "None" +#: classes/models/FrmAddon.php:914 +#: classes/models/FrmAddon.php:919 +msgid "That license key is invalid" msgstr "" -#: classes/helpers/FrmStylesHelper.php:55 -msgid "Hidden (but leave the space)" +#: classes/models/FrmAddon.php:915 +msgid "That license is expired" msgstr "" -#: classes/helpers/FrmStylesHelper.php:56 -msgid "Placeholder inside the field" +#: classes/models/FrmAddon.php:916 +msgid "That license has been refunded" msgstr "" -#: classes/helpers/FrmStylesHelper.php:852 -#: classes/views/styles/_quick-settings.php:7 -msgid "Quick Settings" +#: classes/models/FrmAddon.php:917 +msgid "That license has been used on too many sites" msgstr "" -#. translators: %1$s: Anchor tag open, %2$s: Anchor tag close. -#: classes/helpers/FrmStylesPreviewHelper.php:202 -msgid "Formidable styles are disabled. This needs to be enabled in %1$sGlobal Settings%2$s." +#: classes/models/FrmAddon.php:918 +msgid "Oops! That is the wrong license key for this plugin." msgstr "" -#: classes/helpers/FrmStylesPreviewHelper.php:210 -msgid "You are using an outdated version of Formidable Pro. Please update to version 6.0 to get access to all styler features." +#: classes/models/FrmAddon.php:937 +msgid "Cache cleared" msgstr "" -#: classes/helpers/FrmStylesPreviewHelper.php:231 -msgid "Not all JavaScript is loaded in this preview. Some features will appear differently on the front end." +#: classes/models/FrmAddon.php:963 +msgid "That license was removed successfully" msgstr "" -#: classes/helpers/FrmStylesPreviewHelper.php:241 -msgid "This form is being previewed because no form was selected. Use the form dropdown to select a new preview target." +#: classes/models/FrmAddon.php:965 +msgid "There was an error deactivating your license." msgstr "" -#: classes/helpers/FrmStylesPreviewHelper.php:260 -msgid "Changes that you will make to this style will apply to every form using this style." +#: classes/models/FrmAddon.php:1021 +msgid "Your License Key was invalid" msgstr "" -#: classes/helpers/FrmTipsHelper.php:61 -msgid "PRO TIP" +#. translators: %1$s: Start link HTML, %2$s: End link HTML +#: classes/models/FrmAddon.php:1026 +msgid "You had an error communicating with the Formidable API. %1$sClick here%2$s for more information." msgstr "" -#: classes/helpers/FrmTipsHelper.php:113 -msgid "Upgrade to Pro." +#: classes/models/FrmAddon.php:1029 +msgid "You had an HTTP error connecting to the Formidable API" msgstr "" -#: classes/helpers/FrmTipsHelper.php:126 -msgid "Use conditional logic to shorten your forms and increase conversions." +#. translators: %1$s: Error code, %2$s: Error message +#: classes/models/FrmAddon.php:1044 +msgid "There was a %1$s error: %2$s" msgstr "" -#: classes/helpers/FrmTipsHelper.php:134 -msgid "Eliminate input errors with email confirmation fields." +#: classes/models/FrmAntiSpam.php:254 +msgid "This page isn't loading JavaScript properly, and the form will not be able to submit." msgstr "" -#: classes/helpers/FrmTipsHelper.php:142 -msgid "Use page breaks for easier forms." +#: classes/models/FrmAntiSpam.php:265 +msgid "Form token is invalid. Please refresh the page." msgstr "" -#: classes/helpers/FrmTipsHelper.php:150 -msgid "Skip the follow-ups. Let users upload files." +#. translators: %1$s start link, %2$s end link. +#: classes/models/FrmAntiSpam.php:286 +msgid "Please check out our %1$stroubleshooting guide%2$s for details on resolving this issue." msgstr "" -#: classes/helpers/FrmTipsHelper.php:158 -msgid "Need to calculate a total?" +#. translators: %1$s: Form name, %2$s: Site name +#: classes/models/FrmEmail.php:366 +msgid "%1$s Form submitted on %2$s" msgstr "" -#: classes/helpers/FrmTipsHelper.php:166 -msgid "Save time with autofill forms." +#: classes/models/FrmEmail.php:417 +#: classes/views/frm-entries/sidebar-shared.php:76 +msgid "User Information" msgstr "" -#: classes/helpers/FrmTipsHelper.php:184 -msgid "Make your site dynamic. Enable front-end editing." +#: classes/models/FrmEmail.php:419 +#: classes/models/FrmEntryValues.php:271 +msgid "User-Agent (Browser/OS)" msgstr "" -#: classes/helpers/FrmTipsHelper.php:192 -msgid "Long form? Let users save and finish later" +#: classes/models/FrmEmail.php:420 +#: classes/models/FrmEntryValues.php:275 +msgid "Referrer" msgstr "" -#: classes/helpers/FrmTipsHelper.php:200 -msgid "Limit form access with built-in scheduling." +#: classes/models/FrmEmail.php:458 +#: classes/models/FrmEntryValues.php:267 +msgid "IP Address" msgstr "" -#: classes/helpers/FrmTipsHelper.php:218 -msgid "Save time — route emails to the right person automatically." +#: classes/models/FrmEmailMonthly.php:20 +msgid "How your forms performed this month" msgstr "" -#: classes/helpers/FrmTipsHelper.php:226 -msgid "Create blog posts or pages from the front-end." +#: classes/models/FrmEmailMonthly.php:24 +msgid "Top forms this month" msgstr "" -#: classes/helpers/FrmTipsHelper.php:234 -msgid "Let your users submit posts on the front-end." +#: classes/models/FrmEmailStats.php:100 +msgid "Entries created" msgstr "" -#: classes/helpers/FrmTipsHelper.php:242 -msgid "Send leads to Mailchimp for instant email follow-up." +#: classes/models/FrmEmailStats.php:151 +msgid "Payments collected" msgstr "" -#: classes/helpers/FrmTipsHelper.php:250 -msgid "Accept PayPal payments and grow your sales." +#. translators: currency name. +#: classes/models/FrmEmailStats.php:160 +#: classes/models/FrmEmailStats.php:193 +msgid "Total %s" msgstr "" -#: classes/helpers/FrmTipsHelper.php:258 -msgid "Accept payments now with PayPal integration." +#: classes/models/FrmEmailYearly.php:19 +msgid "How your forms performed this year" msgstr "" -#: classes/helpers/FrmTipsHelper.php:266 -msgid "Automatically create user accounts." +#: classes/models/FrmEmailYearly.php:23 +msgid "Top forms this year" msgstr "" -#: classes/helpers/FrmTipsHelper.php:267 -msgid "Upgrade to boost your site membership." +#: classes/models/FrmEntryValidate.php:26 +msgid "There was a problem with your submission. Please try again." msgstr "" -#: classes/helpers/FrmTipsHelper.php:274 -msgid "Enable front-end profile editing with User Registration." +#: classes/models/FrmField.php:24 +#: classes/views/frm-settings/email/settings.php:99 +msgid "Text" msgstr "" -#: classes/helpers/FrmTipsHelper.php:282 -msgid "Get SMS alerts for form submissions and payments—just add Twilio." +#: classes/models/FrmField.php:28 +msgid "Paragraph" msgstr "" -#: classes/helpers/FrmTipsHelper.php:290 -msgid "Use Twilio to send SMS when forms are submitted." +#: classes/models/FrmField.php:32 +msgid "Checkboxes" msgstr "" -#: classes/helpers/FrmTipsHelper.php:298 -msgid "Fill Advanced Custom Fields automatically with form entries." +#: classes/models/FrmField.php:36 +#: classes/views/styles/_sample_form.php:55 +msgid "Radio Buttons" msgstr "" -#: classes/helpers/FrmTipsHelper.php:316 -msgid "Make your forms stand out with multiple style templates." +#: classes/models/FrmField.php:40 +msgid "Dropdown" msgstr "" -#: classes/helpers/FrmTipsHelper.php:324 -msgid "Want to add a background image?" +#: classes/models/FrmField.php:48 +msgid "Website/URL" msgstr "" -#: classes/helpers/FrmTipsHelper.php:332 -msgid "Want to duplicate a style?" +#: classes/models/FrmField.php:52 +#: classes/views/frm-fields/back-end/format-dropdown-options.php:22 +msgid "Number" msgstr "" -#: classes/helpers/FrmTipsHelper.php:350 -msgid "Edit form entries anytime with entry management." +#: classes/models/FrmField.php:60 +msgid "Phone" msgstr "" -#: classes/helpers/FrmTipsHelper.php:358 -msgid "Want to search submitted entries?" +#: classes/models/FrmField.php:64 +msgid "HTML" msgstr "" -#: classes/helpers/FrmTipsHelper.php:366 -msgid "Turn entries into dynamic content — no code needed." +#: classes/models/FrmField.php:68 +msgid "Hidden" msgstr "" -#: classes/helpers/FrmTipsHelper.php:385 -msgid "Want to import entries into your forms?" +#: classes/models/FrmField.php:80 +#: square/controllers/FrmSquareLiteAppController.php:19 +#: stripe/controllers/FrmStrpLiteAppController.php:86 +#: stripe/controllers/FrmTransLiteActionsController.php:630 +#: stripe/controllers/FrmTransLiteCRUDController.php:34 +#: stripe/views/payments/show.php:27 +msgid "Payment" msgstr "" -#. translators: 1: Documentation link -#: classes/helpers/FrmXMLHelper.php:42 -msgid "In order to install XML, your server must have DOMDocument installed. Follow our documentation on %1$s to ensure DOMDocument is properly set up and XML support is enabled." +#: classes/models/FrmField.php:116 +msgid "File Upload" msgstr "" -#: classes/helpers/FrmXMLHelper.php:58 -#: classes/helpers/FrmXMLHelper.php:70 -msgid "There was an error when reading this XML file" +#: classes/models/FrmField.php:118 +msgid "Add file uploads to save time and cut down on back-and-forth. Upgrade to Pro to get Upload fields and more." msgstr "" -#: classes/helpers/FrmXMLHelper.php:62 -msgid "Your server is missing the simplexml_import_dom function" +#: classes/models/FrmField.php:123 +msgid "Ranking" msgstr "" -#: classes/helpers/FrmXMLHelper.php:1416 -msgctxt "import xml message" -msgid "Error details:" +#: classes/models/FrmField.php:125 +msgid "Now you can effortlessly gather insights, preferences, and opinions by allowing users to rank options." msgstr "" -#: classes/helpers/FrmXMLHelper.php:1432 -#: classes/views/solutions/_import.php:51 -msgid "Imported" +#: classes/models/FrmField.php:131 +msgid "Rich Text" msgstr "" -#: classes/helpers/FrmXMLHelper.php:1433 -msgid "Updated" +#: classes/models/FrmField.php:133 +msgid "Go beyond plain text, let your users format their content with bolding, italics, links, lists and more." msgstr "" -#: classes/helpers/FrmXMLHelper.php:1458 -msgid "Nothing was imported or updated" +#: classes/models/FrmField.php:140 +msgid "Capture exact calendar dates effortlessly with a sleek pop-up date picker, ensuring clarity and consistency for scheduling, tracking deadlines, and more." msgstr "" -#. translators: %1$s: Number of items -#: classes/helpers/FrmXMLHelper.php:1485 -msgid "%1$s Form" -msgid_plural "%1$s Forms" -msgstr[0] "" -msgstr[1] "" - -#. translators: %1$s: Number of items -#. translators: %1$s - field type -#: classes/helpers/FrmXMLHelper.php:1487 -#: classes/models/FrmFormMigrator.php:608 -msgid "%1$s Field" -msgid_plural "%1$s Fields" -msgstr[0] "" -msgstr[1] "" - -#. translators: %1$s: Number of items -#: classes/helpers/FrmXMLHelper.php:1489 -msgid "%1$s Entry" -msgid_plural "%1$s Entries" -msgstr[0] "" -msgstr[1] "" +#: classes/models/FrmField.php:145 +msgid "Time" +msgstr "" -#. translators: %1$s: Number of items -#: classes/helpers/FrmXMLHelper.php:1491 -msgid "%1$s View" -msgid_plural "%1$s Views" -msgstr[0] "" -msgstr[1] "" +#: classes/models/FrmField.php:147 +msgid "Precisely log important moments with an intuitive time selection tool, perfect for managing events, availability, or operational hours." +msgstr "" -#. translators: %1$s: Number of items -#: classes/helpers/FrmXMLHelper.php:1493 -msgid "%1$s Page/Post" -msgid_plural "%1$s Pages/Posts" -msgstr[0] "" -msgstr[1] "" +#: classes/models/FrmField.php:152 +msgid "Scale" +msgstr "" -#. translators: %1$s: Number of items -#: classes/helpers/FrmXMLHelper.php:1495 -msgid "%1$s Style" -msgid_plural "%1$s Styles" -msgstr[0] "" -msgstr[1] "" +#: classes/models/FrmField.php:154 +msgid "Easily measure satisfaction or quantity using a simple, clear numerical scale, giving you fast, quantifiable insights into user feedback." +msgstr "" -#. translators: %1$s: Number of items -#: classes/helpers/FrmXMLHelper.php:1497 -msgid "%1$s Term" -msgid_plural "%1$s Terms" -msgstr[0] "" -msgstr[1] "" +#: classes/models/FrmField.php:159 +msgid "Star Rating" +msgstr "" -#. translators: %1$s: Number of items -#: classes/helpers/FrmXMLHelper.php:1499 -msgid "%1$s Form Action" -msgid_plural "%1$s Form Actions" -msgstr[0] "" -msgstr[1] "" +#: classes/models/FrmField.php:161 +msgid "Capture instant, appealing feedback with a familiar visual star system, providing immediate and engaging quality assessments from your users." +msgstr "" -#: classes/helpers/FrmXMLHelper.php:1537 -msgid "Go to imported form" +#: classes/models/FrmField.php:166 +msgid "Slider" msgstr "" -#: classes/helpers/FrmXMLHelper.php:1776 -msgid "Create Posts" +#: classes/models/FrmField.php:168 +msgid "Let users quickly select values within a range using a dynamic, interactive slider, creating a modern and enjoyable data input experience." msgstr "" -#: classes/helpers/FrmXMLHelper.php:1905 -msgid "Email Notification" +#: classes/models/FrmField.php:173 +msgid "Toggle" msgstr "" -#: classes/models/fields/FrmFieldCaptcha.php:292 -msgid "There was a problem verifying your captcha" +#: classes/models/FrmField.php:175 +msgid "Quickly and easily create cascading fields, populate fields by search and more." msgstr "" -#: classes/models/fields/FrmFieldCaptcha.php:317 -msgid "The reCAPTCHA was not entered correctly" +#: classes/models/FrmField.php:180 +msgid "Dynamic" msgstr "" -#: classes/models/fields/FrmFieldCaptcha.php:352 -msgid "The captcha is missing from this form" +#: classes/models/FrmField.php:182 +#: classes/models/FrmField.php:189 +msgid "Link entries together, dynamic display information, and even make selections from data entered on another form." msgstr "" -#: classes/models/fields/FrmFieldCaptcha.php:422 -#: classes/views/frm-settings/captcha/captcha.php:13 -msgid "reCAPTCHA" +#: classes/models/FrmField.php:194 +msgid "Repeater" msgstr "" -#: classes/models/fields/FrmFieldCaptcha.php:422 -#: classes/views/frm-settings/captcha/captcha.php:18 -msgid "hCaptcha" +#: classes/models/FrmField.php:196 +msgid "Allow users to add rows of fields dynamically as needed (like for multiple attendees or items), making complex data entry flexible and intuitive." msgstr "" -#: classes/models/fields/FrmFieldCaptcha.php:423 -msgid "Captcha" -msgstr "" - -#: classes/models/fields/FrmFieldCheckbox.php:55 -#: classes/models/fields/FrmFieldRadio.php:83 -#: classes/models/fields/FrmFieldSelect.php:46 -#: classes/views/styles/_sample_form.php:28 -#: classes/views/styles/_sample_form.php:57 -#: classes/views/styles/_sample_form.php:65 -msgid "Option 1" +#: classes/models/FrmField.php:201 +#: classes/models/FrmFormMigrator.php:407 +msgid "Section Buttons" msgstr "" -#: classes/models/fields/FrmFieldCheckbox.php:56 -#: classes/models/fields/FrmFieldRadio.php:84 -#: classes/views/styles/_sample_form.php:58 -#: classes/views/styles/_sample_form.php:66 -msgid "Option 2" +#: classes/models/FrmField.php:205 +msgid "Section" msgstr "" -#: classes/models/fields/FrmFieldCombo.php:214 -#: classes/views/frm-fields/back-end/settings.php:290 -msgid "Placeholder Text" +#: classes/models/FrmField.php:207 +#: classes/models/FrmField.php:214 +msgid "Enhance the user experience and improve completion rates by dividing long surveys into clean, manageable steps with distinct pages." msgstr "" -#: classes/models/fields/FrmFieldCombo.php:215 -#: classes/views/form-templates/modals/create-template-modal.php:58 -#: stripe/views/action-settings/payments-options.php:23 -#: js/admin/applications.js:452 -msgid "Description" +#: classes/models/FrmField.php:212 +msgid "Page Break" msgstr "" -#: classes/models/fields/FrmFieldGdpr.php:48 -msgid " Consent" +#: classes/models/FrmField.php:221 +msgid "Seamlessly integrate other existing forms or external content directly inside your current form, creating powerful, interconnected workflows." msgstr "" -#: classes/models/fields/FrmFieldGdpr.php:119 -msgid "I consent to having this website store my submitted information so they can respond to my inquiry." +#: classes/models/FrmField.php:226 +msgid "Likert Scale" msgstr "" -#: classes/models/fields/FrmFieldName.php:41 -msgid "Middle Name" +#: classes/models/FrmField.php:229 +msgid "Get nuanced, detailed opinions using standardized agreement scales, unlocking deeper insights beyond simple yes/no answers." msgstr "" -#: classes/models/fields/FrmFieldName.php:283 -msgid "Subfield descriptions are read by screen readers. Enhance accessibility by using complete labels, like \"First Name\" instead of \"First\"." +#: classes/models/FrmField.php:234 +msgid "NPS" msgstr "" -#: classes/models/fields/FrmFieldNumber.php:77 -msgid "Please select a higher number" +#: classes/models/FrmField.php:237 +msgid "Directly measure customer loyalty with the industry-standard Net Promoter Score® field, giving you a single, vital metric for business growth." msgstr "" -#: classes/models/fields/FrmFieldNumber.php:79 -msgid "Please select a lower number" +#: classes/models/FrmField.php:242 +msgid "Password" msgstr "" -#. Translators: %1$s: the first nearest value; %2$s: the second nearest value. -#: classes/models/fields/FrmFieldNumber.php:115 -msgid "Please enter a valid value. Two nearest valid values are %1$s and %2$s" +#: classes/models/FrmField.php:244 +msgid "Confidently collect sensitive credentials or create secure sections with a dedicated field that masks input for privacy and security." msgstr "" -#: classes/models/fields/FrmFieldPhone.php:67 -msgid "International phone field" +#: classes/models/FrmField.php:249 +msgid "Tags" msgstr "" -#: classes/models/fields/FrmFieldPhone.php:70 -msgid "International" +#: classes/models/FrmField.php:251 +msgid "Facilitate easy categorization and analysis by letting users select or create multiple relevant keywords or labels for their entry." msgstr "" -#: classes/models/fields/FrmFieldType.php:275 -msgid "(Collapsed)" +#: classes/models/FrmField.php:262 +msgid "Address" msgstr "" -#. translators: %s: Field name -#. translators: %s: Field type -#: classes/models/fields/FrmFieldType.php:487 -#: classes/models/fields/FrmFieldType.php:647 -msgid "%s Options" +#: classes/models/FrmField.php:264 +msgid "Instantly capture location information, simplifying logistics and contact collection. (Or go further with our Geolocation add-on!)" msgstr "" -#: classes/models/fields/FrmFieldType.php:540 -#: classes/views/frm-fields/back-end/settings.php:169 -#: classes/views/frm-fields/back-end/value-format.php:17 -msgid "Toggle Options" +#: classes/models/FrmField.php:269 +msgid "Summary" msgstr "" -#: classes/models/fields/FrmFieldType.php:591 -#: classes/views/frm-fields/back-end/bulk-options-overlay.php:10 -msgid "Bulk Edit Options" +#: classes/models/FrmField.php:271 +msgid "Provide users with a clean, final review of all their entered data before submission, reducing errors and improving data quality." msgstr "" -#: classes/models/fields/FrmFieldType.php:769 -msgid "Untitled" +#: classes/models/FrmField.php:276 +msgid "Signature" msgstr "" -#: classes/models/fields/FrmFieldType.php:1834 -msgid "Add Option" +#: classes/models/FrmField.php:279 +msgid "Capture digital e-signatures directly within your form, making official agreements and authorizations straightforward." msgstr "" -#: classes/models/fields/FrmFieldUrl.php:47 -msgid "Website" +#: classes/models/FrmField.php:284 +msgid "AI" msgstr "" -#. translators: %1$s: Plugin name, %2$s: Start link HTML, %3$s: end link HTML -#: classes/models/FrmAddon.php:357 -msgid "Your %1$s license key is missing. Please add it on the %2$slicenses page%3$s." +#: classes/models/FrmField.php:287 +msgid "Harness artificial intelligence by taking user input and let the model of your choice create an output, quickly and easily." msgstr "" -#: classes/models/FrmAddon.php:605 -msgid "Oops! You forgot to enter your license number." +#: classes/models/FrmField.php:292 +msgid "Appointment" msgstr "" -#: classes/models/FrmAddon.php:673 -msgid "Please wait two minutes before trying again." +#. translators: %1$s: Link opening HTML, %2$s: Link tag closing +#: classes/models/FrmField.php:297 +msgid "Appointment fields are an integration with %1$sSimply Schedule Appointments%2$s. Get started now to schedule appointments directly from your forms." msgstr "" -#: classes/models/FrmAddon.php:716 -msgid "Your license has been activated. Enjoy!" +#: classes/models/FrmField.php:306 +msgid "Product" msgstr "" -#: classes/models/FrmAddon.php:717 -#: classes/models/FrmAddon.php:722 -msgid "That license key is invalid" +#: classes/models/FrmField.php:309 +#: classes/models/FrmField.php:317 +#: classes/models/FrmField.php:325 +msgid "Turn your form into a simple storefront by adding fields to list products, choose quantities, and calculate totals, enabling direct sales." msgstr "" -#: classes/models/FrmAddon.php:718 -msgid "That license is expired" +#: classes/models/FrmField.php:314 +msgid "Quantity" msgstr "" -#: classes/models/FrmAddon.php:719 -msgid "That license has been refunded" +#: classes/models/FrmFieldValue.php:210 +msgid "The display value has not been prepared. Please use the prepare_display_value() method before calling get_displayed_value()." msgstr "" -#: classes/models/FrmAddon.php:720 -msgid "That license has been used on too many sites" +#: classes/models/FrmFormAction.php:96 +msgid "There are no options for this action." msgstr "" -#: classes/models/FrmAddon.php:721 -msgid "Oops! That is the wrong license key for this plugin." +#: classes/models/FrmFormAction.php:1024 +msgid "Draft is saved" msgstr "" -#: classes/models/FrmAddon.php:738 -msgid "Cache cleared" +#: classes/models/FrmFormAction.php:1025 +msgid "Entry is created" msgstr "" -#: classes/models/FrmAddon.php:759 -msgid "That license was removed successfully" +#: classes/models/FrmFormAction.php:1026 +msgid "Entry is updated" msgstr "" -#: classes/models/FrmAddon.php:761 -msgid "There was an error deactivating your license." +#: classes/models/FrmFormAction.php:1027 +msgid "Entry is deleted" msgstr "" -#: classes/models/FrmAddon.php:812 -msgid "Your License Key was invalid" +#: classes/models/FrmFormAction.php:1028 +msgid "Entry is imported" msgstr "" -#. translators: %1$s: Start link HTML, %2$s: End link HTML -#: classes/models/FrmAddon.php:816 -msgid "You had an error communicating with the Formidable API. %1$sClick here%2$s for more information." +#: classes/models/FrmFormAction.php:1041 +msgid "Use Conditional Logic" msgstr "" -#: classes/models/FrmAddon.php:819 -msgid "You had an HTTP error connecting to the Formidable API" +#: classes/models/FrmFormAction.php:1051 +msgid "Conditional form actions" msgstr "" -#. translators: %1$s: Error code, %2$s: Error message -#: classes/models/FrmAddon.php:833 -msgid "There was a %1$s error: %2$s" +#: classes/models/FrmFormMigrator.php:110 +msgid "No Forms Found." msgstr "" -#: classes/models/FrmAntiSpam.php:249 -msgid "This page isn't loading JavaScript properly, and the form will not be able to submit." +#: classes/models/FrmFormMigrator.php:141 +msgid "Start Import" msgstr "" -#: classes/models/FrmAntiSpam.php:260 -msgid "Form token is invalid. Please refresh the page." +#. translators: %s is the number of forms that were imported. +#: classes/models/FrmFormMigrator.php:157 +msgid "The import process has finished! We have successfully imported %s forms. You can review the results below." msgstr "" -#. translators: %1$s start link, %2$s end link. -#: classes/models/FrmAntiSpam.php:281 -msgid "Please check out our %1$stroubleshooting guide%2$s for details on resolving this issue." +#: classes/models/FrmFormMigrator.php:225 +msgid "No form fields found." msgstr "" -#. translators: %1$s: Form name, %2$s: Site name -#: classes/models/FrmEmail.php:365 -msgid "%1$s Form submitted on %2$s" +#: classes/models/FrmFormMigrator.php:509 +msgid "There was an error while creating a new form." msgstr "" -#: classes/models/FrmEmail.php:416 -#: classes/views/frm-entries/sidebar-shared.php:76 -msgid "User Information" +#: classes/models/FrmFormMigrator.php:701 +msgid "Default Form" msgstr "" -#: classes/models/FrmEmail.php:418 -#: classes/models/FrmEntryValues.php:270 -msgid "User-Agent (Browser/OS)" +#: classes/models/FrmHcaptchaSettings.php:66 +msgid "hCaptcha is an anti-bot solution that protects user privacy and rewards websites. It is a privacy-focused drop-in replacement for reCAPTCHA." msgstr "" -#: classes/models/FrmEmail.php:419 -#: classes/models/FrmEntryValues.php:274 -msgid "Referrer" +#: classes/models/FrmHoneypot.php:248 +msgid "If you are human, leave this field blank." msgstr "" -#: classes/models/FrmEmail.php:456 -#: classes/models/FrmEntryValues.php:266 -msgid "IP Address" +#: classes/models/FrmInstallPlugin.php:140 +msgid "Plugin installed and activated successfully." msgstr "" -#: classes/models/FrmEmailMonthly.php:19 -msgid "How your forms performed this month" +#: classes/models/FrmMigrate.php:820 +msgid "Sending" msgstr "" -#: classes/models/FrmEmailMonthly.php:23 -msgid "Top forms this month" +#: classes/models/FrmOnSubmitAction.php:29 +msgid "redirect, success, confirmation, submit" msgstr "" -#: classes/models/FrmEmailStats.php:99 -msgid "Entries created" +#: classes/models/FrmOnSubmitAction.php:42 +#: classes/views/frm-fields/back-end/settings.php:526 +msgid "Confirmation" msgstr "" -#: classes/models/FrmEmailStats.php:146 -msgid "Payments collected" +#: classes/models/FrmPersonalData.php:34 +msgid "Formidable Forms Exporter" msgstr "" -#. translators: currency name. -#: classes/models/FrmEmailStats.php:155 -#: classes/models/FrmEmailStats.php:188 -msgid "Total %s" +#: classes/models/FrmPersonalData.php:52 +msgid "Formidable Forms entries" msgstr "" -#: classes/models/FrmEmailYearly.php:18 -msgid "How your forms performed this year" +#: classes/models/FrmPersonalData.php:82 +msgid "Form Submissions" msgstr "" -#: classes/models/FrmEmailYearly.php:22 -msgid "Top forms this year" +#. translators: Formidable addon name +#: classes/models/FrmPluginSearch.php:88 +msgctxt "Formidable Addon Name" +msgid "Formidable %s" msgstr "" -#: classes/models/FrmEntryValidate.php:25 -msgid "There was a problem with your submission. Please try again." +#: classes/models/FrmPluginSearch.php:335 +msgid "Install Now" msgstr "" -#: classes/models/FrmField.php:14 -#: classes/views/frm-settings/email/settings.php:98 -msgid "Text" +#: classes/models/FrmPluginSearch.php:344 +#: classes/views/shared/views-info.php:117 +#: classes/views/shared/views-info.php:119 +msgid "Learn more" msgstr "" -#: classes/models/FrmField.php:18 -msgid "Paragraph" +#: classes/models/FrmPluginSearch.php:353 +msgid "Hide this suggestion" msgstr "" -#: classes/models/FrmField.php:22 -msgid "Checkboxes" +#: classes/models/FrmPluginSearch.php:379 +msgid "This suggestion was made by Formidable Forms, the form builder and application plugin already installed on your site." msgstr "" -#: classes/models/FrmField.php:26 -#: classes/views/styles/_sample_form.php:55 -msgid "Radio Buttons" +#: classes/models/FrmRecaptchaSettings.php:53 +msgid "reCAPTCHA is a free, accessible CAPTCHA service that helps to digitize books while blocking spam on your blog. reCAPTCHA asks commenters to retype two words scanned from a book to prove that they are a human. This verifies that they are not a spambot." msgstr "" -#: classes/models/FrmField.php:30 -msgid "Dropdown" +#. translators: %1$d: number of entries +#: classes/models/FrmReviews.php:126 +msgid "You have collected %1$d form submissions." msgstr "" -#: classes/models/FrmField.php:38 -msgid "Website/URL" +#: classes/models/FrmReviews.php:169 +msgid "If you are enjoying Formidable, could you do me a BIG favor and give us a review to help me grow my little business and boost our motivation?" msgstr "" -#: classes/models/FrmField.php:42 -#: classes/views/frm-fields/back-end/format-dropdown-options.php:21 -msgid "Number" +#: classes/models/FrmReviews.php:171 +#: classes/views/shared/review.php:45 +msgid "Co-Founder and CTO of Formidable Forms" msgstr "" -#: classes/models/FrmField.php:50 -msgid "Phone" +#: classes/models/FrmReviews.php:174 +#: classes/views/shared/review.php:53 +msgid "Ok, you deserve it" msgstr "" -#: classes/models/FrmField.php:54 -msgid "HTML" +#. translators: %s is the discount percentage. +#: classes/models/FrmSalesApi.php:390 +msgid "GET %s OFF NOW" msgstr "" -#: classes/models/FrmField.php:58 -msgid "Hidden" +#. translators: %s: [field_name] shortcode. +#: classes/models/FrmSettings.php:302 +msgid "%s cannot be blank." msgstr "" -#: classes/models/FrmField.php:70 -#: square/controllers/FrmSquareLiteAppController.php:18 -#: stripe/controllers/FrmStrpLiteAppController.php:83 -#: stripe/controllers/FrmTransLiteActionsController.php:590 -#: stripe/controllers/FrmTransLiteCRUDController.php:32 -#: stripe/views/payments/show.php:27 -msgid "Payment" +#. translators: %s: [field_name] shortcode. +#: classes/models/FrmSettings.php:304 +msgid "%s must be unique." msgstr "" -#: classes/models/FrmField.php:103 -msgid "File Upload" +#: classes/models/FrmSettings.php:305 +msgid "There was a problem with your submission. Errors are marked below." msgstr "" -#: classes/models/FrmField.php:105 -msgid "Add file uploads to save time and cut down on back-and-forth. Upgrade to Pro to get Upload fields and more." +#: classes/models/FrmSettings.php:306 +msgid "We're sorry. It looks like you've already submitted that." msgstr "" -#: classes/models/FrmField.php:109 -msgid "Rich Text" +#: classes/models/FrmSettings.php:308 +msgid "You do not have permission to view this form." msgstr "" -#: classes/models/FrmField.php:117 -msgid "Time" +#: classes/models/FrmSettings.php:309 +msgid "You do not have permission to do that" msgstr "" -#: classes/models/FrmField.php:121 -msgid "Scale" +#: classes/models/FrmSettings.php:310 +msgid "The page has been opened in a new tab." msgstr "" -#: classes/models/FrmField.php:123 -msgid "Add a set of radio buttons with whatever range you choose." +#: classes/models/FrmSettings.php:466 +msgid "The CAPTCHA was not entered correctly" msgstr "" -#: classes/models/FrmField.php:123 -msgid "Scale Field" +#: classes/models/FrmSolution.php:93 +msgid "Setup" msgstr "" -#: classes/models/FrmField.php:126 -msgid "Star Rating" +#: classes/models/FrmSolution.php:148 +#: classes/views/dashboard/templates/notification-banner.php:13 +msgid "Welcome to Formidable Forms" msgstr "" -#: classes/models/FrmField.php:130 -msgid "Slider" +#: classes/models/FrmSolution.php:155 +msgid "Follow the steps below to get started." msgstr "" -#: classes/models/FrmField.php:134 -msgid "Toggle" +#: classes/models/FrmSolution.php:251 +msgid "The following form(s) have been created." msgstr "" -#: classes/models/FrmField.php:138 -msgid "Dynamic" +#: classes/models/FrmSolution.php:344 +msgid "Connect to FormidableForms.com" msgstr "" -#: classes/models/FrmField.php:140 -msgid "Create relationships between multiple forms. You can link a member to a team, a rating to a product, a comment to a submission, and much more." +#: classes/models/FrmSolution.php:345 +msgid "Create a connection to get plugin downloads." msgstr "" -#: classes/models/FrmField.php:145 -msgid "Filter the options in the next field and automatically add values to other fields. Upgrade to Pro to get Lookup fields and more." +#: classes/models/FrmSolution.php:346 +#: classes/views/frm-settings/license_box.php:45 +msgid "Connect an Account" msgstr "" -#: classes/models/FrmField.php:145 -msgid "cascading lookup fields" +#: classes/models/FrmSolution.php:352 +msgid "Install and Activate Add-Ons" msgstr "" -#: classes/models/FrmField.php:148 -msgid "Repeater" +#: classes/models/FrmSolution.php:353 +msgid "Install any required add-ons from FormidableForms.com." msgstr "" -#: classes/models/FrmField.php:150 -msgid "Allow your visitors to add new sets of fields while filling out forms. Increase conversions while saving building time and server resources." +#: classes/models/FrmSolution.php:354 +msgid "Install & Activate" msgstr "" -#: classes/models/FrmField.php:150 -msgid "Dynamically Add Form Fields with repeatable sections" +#: classes/models/FrmSolution.php:360 +msgid "Setup Forms, Views, and Pages" msgstr "" -#: classes/models/FrmField.php:153 -#: classes/models/FrmFormMigrator.php:321 -msgid "Section Buttons" +#: classes/models/FrmSolution.php:361 +msgid "Build the forms, views, and pages automatically." msgstr "" -#: classes/models/FrmField.php:157 -msgid "Section" +#: classes/models/FrmSolution.php:362 +msgid "Create Now" msgstr "" -#: classes/models/FrmField.php:161 -msgid "Page Break" +#: classes/models/FrmSolution.php:367 +msgid "Customize Your New Pages" msgstr "" -#: classes/models/FrmField.php:163 -msgid "Get multi-paged forms with progress bars. Did you know you can upgrade to PRO to unlock multi-step forms with more awesome features?" +#: classes/models/FrmSolution.php:368 +msgid "Make any required changes and publish the page." msgstr "" -#: classes/models/FrmField.php:170 -msgid "Likert Scale" +#: classes/models/FrmSolution.php:369 +msgid "View Page" msgstr "" -#: classes/models/FrmField.php:175 -msgid "NPS" +#. translators: %1$s: Plugin name +#: classes/models/FrmSolution.php:443 +msgid "You need permission to download the Formidable %1$s plugin" msgstr "" -#: classes/models/FrmField.php:180 -msgid "Password" +#. translators: %1$s: Step number +#: classes/models/FrmSolution.php:473 +msgid "Step %1$d" msgstr "" -#: classes/models/FrmField.php:184 -msgid "Tags" +#: classes/models/FrmSolution.php:561 +msgid "Select the form or view you would like to create." msgstr "" -#: classes/models/FrmField.php:194 -msgid "Address" +#: classes/models/FrmSolution.php:584 +msgid "We didn't find anything to import. Please contact our team." msgstr "" -#: classes/models/FrmField.php:198 -msgid "Summary" +#: classes/models/FrmSolution.php:586 +msgid "Looks like you may not have a current subscription for this solution. Please check your account." msgstr "" -#: classes/models/FrmField.php:200 -msgid "Allow visitors to review their responses before a form is submitted. Upgrade to Pro to get Summary fields and more." +#: classes/models/FrmSpamCheckDenylist.php:589 +#: classes/models/FrmSpamCheckWPDisallowedWords.php:82 +msgid "Your entry appears to be blocked spam!" msgstr "" -#: classes/models/FrmField.php:203 -msgid "Signature" +#: classes/models/FrmStyle.php:52 +#: classes/views/styles/_styles-list.php:71 +msgid "New Style" msgstr "" -#: classes/models/FrmField.php:208 -msgid "AI" +#: classes/models/FrmStyle.php:441 +msgid "WARNING: Any changes made to this file will be lost when your Formidable settings are updated" msgstr "" -#: classes/models/FrmField.php:211 -msgid "Streamline workflows and reclaim valuable time with the power of AI. You can effortlessly respond to your visitors in real-time with ChatGPT as your automated assistant. Upgrade to Pro and unlock AI-powered fields." +#: classes/models/FrmStyle.php:545 +msgid "Formidable Style" msgstr "" -#: classes/models/FrmField.php:214 -msgid "Appointment" +#: classes/models/FrmStyle.php:812 +msgid "Thin" msgstr "" -#. translators: %1$s: Link opening HTML, %2$s: Link tag closing -#: classes/models/FrmField.php:219 -msgid "Appointment fields are an integration with %1$sSimply Schedule Appointments%2$s. Get started now to schedule appointments directly from your forms." +#: classes/models/FrmStyle.php:813 +msgid "Extra Light" msgstr "" -#: classes/models/FrmField.php:222 -msgid "Scheduling" +#: classes/models/FrmStyle.php:814 +#: classes/views/frm-fields/back-end/settings.php:367 +msgid "Light" msgstr "" -#: classes/models/FrmField.php:226 -msgid "Product" +#: classes/models/FrmStyle.php:815 +msgid "Regular" msgstr "" -#: classes/models/FrmField.php:231 -msgid "Quantity" +#: classes/models/FrmStyle.php:816 +msgid "Medium" msgstr "" -#: classes/models/FrmField.php:244 -msgid "Ranking" +#: classes/models/FrmStyle.php:817 +msgid "Semi Bold" msgstr "" -#: classes/models/FrmField.php:246 -msgid "Now you can effortlessly gather insights, preferences, and opinions by allowing users to rank options." +#: classes/models/FrmStyle.php:818 +msgid "Bold" msgstr "" -#: classes/models/FrmFieldValue.php:193 -msgid "The display value has not been prepared. Please use the prepare_display_value() method before calling get_displayed_value()." +#: classes/models/FrmStyle.php:819 +msgid "Extra Bold" msgstr "" -#: classes/models/FrmFormAction.php:94 -msgid "There are no options for this action." +#: classes/models/FrmStyle.php:820 +msgid "Black" msgstr "" -#: classes/models/FrmFormAction.php:918 -msgid "Draft is saved" +#: classes/models/FrmTurnstileSettings.php:64 +msgid "Turnstile is a free tool to replace CAPTCHAs. Turnstile delivers frustration-free, CAPTCHA-free web experiences to website visitors - with just a simple snippet of free code. Moreover, Turnstile stops abuse and confirms visitors are real without the data privacy concerns or awful user experience of CAPTCHAs." msgstr "" -#: classes/models/FrmFormAction.php:919 -msgid "Entry is created" +#: classes/views/addons/addon.php:56 +#: classes/views/form-templates/template.php:41 +msgid "Lock icon" msgstr "" -#: classes/models/FrmFormAction.php:920 -msgid "Entry is updated" +#: classes/views/addons/addon.php:73 +#: classes/views/addons/addon.php:74 +msgid "View Docs" msgstr "" -#: classes/models/FrmFormAction.php:921 -msgid "Entry is deleted" +#. translators: %1$s: category name, %2$d: number of items in the category +#: classes/views/addons/categories.php:18 +#: classes/views/form-templates/categories.php:18 +msgid "%1$s category, %2$d items" msgstr "" -#: classes/models/FrmFormAction.php:922 -msgid "Entry is imported" +#: classes/views/addons/index.php:17 +msgid "Formidable Add-Ons" msgstr "" -#: classes/models/FrmFormAction.php:935 -msgid "Use Conditional Logic" +#: classes/views/addons/index.php:30 +msgid "Search Add-Ons" msgstr "" -#: classes/models/FrmFormAction.php:945 -msgid "Conditional form actions" +#: classes/views/addons/list.php:19 +msgid "Not finding what you need?" msgstr "" -#: classes/models/FrmFormMigrator.php:71 -msgid "No Forms Found." +#: classes/views/addons/list.php:20 +#: js/src/addons-page/ui/showEmptyState.js:36 +#: js/addons-page.js:2113 +msgid "Request Add-On" msgstr "" -#: classes/models/FrmFormMigrator.php:101 -msgid "Start Import" +#: classes/views/addons/min-version-notice.php:7 +msgid "You are running a version of Formidable Forms that may not be compatible with your version of Formidable Forms Pro." msgstr "" -#. translators: %s is the number of forms that were imported. -#: classes/models/FrmFormMigrator.php:117 -msgid "The import process has finished! We have successfully imported %s forms. You can review the results below." +#: classes/views/addons/settings.php:23 +msgid "Good to go!" msgstr "" -#: classes/models/FrmFormMigrator.php:178 -msgid "No form fields found." +#: classes/views/addons/settings.php:26 +msgid "Deactivate" msgstr "" -#: classes/models/FrmFormMigrator.php:408 -msgid "There was an error while creating a new form." +#: classes/views/applications/header.php:9 +#: classes/views/shared/admin-header.php:11 +msgid "View Forms" msgstr "" -#: classes/models/FrmFormMigrator.php:573 -msgid "Default Form" +#: classes/views/dashboard/templates/license-management.php:8 +#: classes/views/frm-settings/general.php:10 +msgid "License Key" msgstr "" -#: classes/models/FrmHcaptchaSettings.php:66 -msgid "hCaptcha is an anti-bot solution that protects user privacy and rewards websites. It is a privacy-focused drop-in replacement for reCAPTCHA." +#: classes/views/dashboard/templates/notification-banner.php:14 +msgid "Whether you're looking to create simple contact forms or complex survey forms, Formidable Forms has you covered." msgstr "" -#: classes/models/FrmHoneypot.php:231 -msgid "If you are human, leave this field blank." +#: classes/views/dashboard/templates/notification-banner.php:17 +msgid "Check All Features" msgstr "" -#: classes/models/FrmInstallPlugin.php:131 -msgid "Plugin installed and activated successfully." +#. translators: %s is the discount percentage (ie 50%). +#: classes/views/dashboard/templates/pro-features-list.php:18 +msgid "Upgrade to Pro & Get %1$s Off" msgstr "" -#: classes/models/FrmMigrate.php:733 -msgid "Sending" +#: classes/views/dashboard/templates/pro-features-list.php:37 +msgid "Unlock all the Powerful Features to Defy the Limits" msgstr "" -#: classes/models/FrmOnSubmitAction.php:25 -msgid "redirect, success, confirmation, submit" +#: classes/views/form-templates/index.php:31 +#: js/admin/applications.js:241 +msgid "Search Templates" msgstr "" -#: classes/models/FrmOnSubmitAction.php:38 -#: classes/views/frm-fields/back-end/settings.php:523 -msgid "Confirmation" +#: classes/views/form-templates/index.php:48 +msgctxt "form templates: create a blank form" +msgid "Create" msgstr "" -#: classes/models/FrmPersonalData.php:28 -msgid "Formidable Forms Exporter" +#: classes/views/form-templates/index.php:49 +msgid "Create a blank form" msgstr "" -#: classes/models/FrmPersonalData.php:46 -msgid "Formidable Forms entries" +#: classes/views/form-templates/list.php:14 +#: classes/views/form-templates/modals/create-template-modal.php:69 +#: js/src/form-templates/ui/showEmptyState.js:98 +#: js/form-templates.js:3835 +msgid "Create Template" msgstr "" -#: classes/models/FrmPersonalData.php:72 -msgid "Form Submissions" +#: classes/views/form-templates/modals/create-template-modal.php:15 +msgid "Create New Template" msgstr "" -#. translators: Formidable addon name -#: classes/models/FrmPluginSearch.php:86 -msgctxt "Formidable Addon Name" -msgid "Formidable %s" +#: classes/views/form-templates/modals/create-template-modal.php:22 +msgid "Select form for a new template" msgstr "" -#: classes/models/FrmPluginSearch.php:329 -msgid "Install Now" +#: classes/views/form-templates/modals/create-template-modal.php:30 +msgid "You have not created any forms yet." msgstr "" -#: classes/models/FrmPluginSearch.php:338 -#: classes/views/shared/views-info.php:117 -#: classes/views/shared/views-info.php:119 -msgid "Learn more" +#: classes/views/form-templates/modals/create-template-modal.php:51 +msgid "Template name" msgstr "" -#: classes/models/FrmPluginSearch.php:347 -msgid "Hide this suggestion" +#: classes/views/form-templates/modals/leave-email-modal.php:38 +#: classes/views/frm-settings/email/email-styles.php:96 +msgid "Email address" msgstr "" -#: classes/models/FrmPluginSearch.php:372 -msgid "This suggestion was made by Formidable Forms, the form builder and application plugin already installed on your site." +#: classes/views/form-templates/modals/leave-email-modal.php:39 +msgid "Enter your email" msgstr "" -#: classes/models/FrmRecaptchaSettings.php:53 -msgid "reCAPTCHA is a free, accessible CAPTCHA service that helps to digitize books while blocking spam on your blog. reCAPTCHA asks commenters to retype two words scanned from a book to prove that they are a human. This verifies that they are not a spambot." +#: classes/views/form-templates/modals/leave-email-modal.php:47 +msgid "Email is invalid" msgstr "" -#. translators: %1$d: number of entries -#: classes/models/FrmReviews.php:114 -msgid "You have collected %1$d form submissions." +#: classes/views/form-templates/modals/leave-email-modal.php:48 +msgid "Email is empty" msgstr "" -#: classes/models/FrmReviews.php:156 -msgid "If you are enjoying Formidable, could you do me a BIG favor and give us a review to help me grow my little business and boost our motivation?" +#: classes/views/form-templates/modals/leave-email-modal.php:62 +#: classes/views/inbox/list.php:38 +msgid "Subscribe" msgstr "" -#: classes/models/FrmReviews.php:158 -#: classes/views/shared/review.php:45 -msgid "Co-Founder and CTO of Formidable Forms" +#: classes/views/form-templates/modals/name-your-form-modal.php:15 +msgid "Name your form" msgstr "" -#: classes/models/FrmReviews.php:161 -#: classes/views/shared/review.php:53 -msgid "Ok, you deserve it" +#: classes/views/form-templates/modals/name-your-form-modal.php:20 +msgid "Before we save this form, do you want to name it first?" msgstr "" -#. translators: %s is the discount percentage. -#: classes/models/FrmSalesApi.php:378 -msgid "GET %s OFF NOW" +#: classes/views/form-templates/modals/name-your-form-modal.php:24 +msgid "Form Name (Optional)" msgstr "" -#. translators: %s: [field_name] shortcode. -#: classes/models/FrmSettings.php:160 -msgid "%s cannot be blank." +#: classes/views/form-templates/modals/name-your-form-modal.php:26 +msgid "Enter your form name" msgstr "" -#. translators: %s: [field_name] shortcode. -#: classes/models/FrmSettings.php:162 -msgid "%s must be unique." +#. translators: %1$s: Open span tag, %2$s: Close span tag +#: classes/views/form-templates/modals/renew-account-modal.php:23 +msgid "Get Access to %1$s%2$s more Pre-built Forms" msgstr "" -#: classes/models/FrmSettings.php:163 -msgid "There was a problem with your submission. Errors are marked below." +#: classes/views/form-templates/modals/renew-account-modal.php:34 +msgid "That template is not available on your plan. Please renew to unlock this and more awesome templates." msgstr "" -#: classes/models/FrmSettings.php:164 -msgid "We're sorry. It looks like you've already submitted that." +#. translators: %1$s: Open span tag, %2$s: Close span tag +#: classes/views/form-templates/modals/upgrade-modal.php:25 +msgid "%1$sTEMPLATE NAME%2$s is a PRO Template" msgstr "" -#: classes/models/FrmSettings.php:166 -msgid "You do not have permission to view this form." +#. translators: %1$s: Open span tag, %2$s: Close span tag +#: classes/views/form-templates/modals/upgrade-modal.php:39 +msgid "The %1$sTEMPLATE NAME%2$s is not available on your plan. Please upgrade to unlock this and more awesome templates." msgstr "" -#: classes/models/FrmSettings.php:167 -msgid "You do not have permission to do that" +#. translators: %1$s: Open span tag, %2$s: Close span tag +#: classes/views/form-templates/modals/upgrade-modal.php:54 +msgid "Lite users get %1$s%2$d%% OFF%3$s regular price." msgstr "" -#: classes/models/FrmSettings.php:168 -msgid "The page has been opened in a new tab." +#: classes/views/form-templates/modals/upgrade-modal.php:61 +msgid "Discount is automatically applied at checkout." msgstr "" -#: classes/models/FrmSettings.php:319 -msgid "The CAPTCHA was not entered correctly" +#: classes/views/form-templates/modals/upgrade-modal.php:67 +msgid "Template available on:" msgstr "" -#: classes/models/FrmSolution.php:74 -msgid "Setup" +#: classes/views/form-templates/template.php:55 +msgid "Do you want to move this form template to the trash?" msgstr "" -#: classes/models/FrmSolution.php:129 -#: classes/views/dashboard/templates/notification-banner.php:13 -msgid "Welcome to Formidable Forms" +#: classes/views/form-templates/template.php:55 +msgid "Move to the trash button" msgstr "" -#: classes/models/FrmSolution.php:136 -msgid "Follow the steps below to get started." +#: classes/views/form-templates/template.php:61 +msgid "Add to favorites" msgstr "" -#: classes/models/FrmSolution.php:225 -msgid "The following form(s) have been created." +#: classes/views/form-templates/template.php:73 +msgid "View Demo" msgstr "" -#: classes/models/FrmSolution.php:314 -msgid "Connect to FormidableForms.com" +#: classes/views/form-templates/template.php:76 +msgid "Use Template" msgstr "" -#: classes/models/FrmSolution.php:315 -msgid "Create a connection to get plugin downloads." +#. translators: %s: date +#: classes/views/form-templates/template.php:87 +msgid "Created %s" msgstr "" -#: classes/models/FrmSolution.php:316 -#: classes/views/frm-settings/license_box.php:41 -msgid "Connect an Account" +#: classes/views/form-templates/template.php:91 +msgid "No description" msgstr "" -#: classes/models/FrmSolution.php:322 -msgid "Install and Activate Add-Ons" +#: classes/views/frm-entries/form.php:21 +msgid "Oops!" msgstr "" -#: classes/models/FrmSolution.php:323 -msgid "Install any required add-ons from FormidableForms.com." +#. translators: %1$s: HTML open link, %2$s: HTML close link +#: classes/views/frm-entries/form.php:25 +msgid "You did not add any fields to your form. %1$sGo back%2$s and add some." msgstr "" -#: classes/models/FrmSolution.php:324 -msgid "Install & Activate" +#: classes/views/frm-entries/list.php:14 +#: classes/views/frm-entries/list.php:31 +msgid "Form Entries" msgstr "" -#: classes/models/FrmSolution.php:330 -msgid "Setup Forms, Views, and Pages" +#: classes/views/frm-entries/no_entries.php:8 +msgid "This form is not set to save any entries." msgstr "" -#: classes/models/FrmSolution.php:331 -msgid "Build the forms, views, and pages automatically." +#. translators: %1$s: Start link HTML, %2$s: End link HTML, %3$s: Line break HTML +#: classes/views/frm-entries/no_entries.php:13 +msgid "If you would like to save entries in this form, go to the %1$sform Settings%2$s page %3$s and uncheck the \"Do not store any entries submitted from this form\" box." msgstr "" -#: classes/models/FrmSolution.php:332 -msgid "Create Now" +#. translators: %s: The form name +#: classes/views/frm-entries/no_entries.php:27 +msgid "No Entries for form: %s" msgstr "" -#: classes/models/FrmSolution.php:337 -msgid "Customize Your New Pages" +#: classes/views/frm-entries/no_entries.php:29 +msgid "No Entries found" msgstr "" -#: classes/models/FrmSolution.php:338 -msgid "Make any required changes and publish the page." +#: classes/views/frm-entries/no_entries.php:50 +#: classes/views/frm-forms/list.php:48 +msgid "You have not created any forms yet" msgstr "" -#: classes/models/FrmSolution.php:339 -msgid "View Page" +#: classes/views/frm-entries/no_entries.php:51 +#: classes/views/frm-forms/list.php:49 +msgid "Start collecting leads and data today." msgstr "" -#. translators: %1$s: Plugin name -#: classes/models/FrmSolution.php:406 -msgid "You need permission to download the Formidable %1$s plugin" +#: classes/views/frm-entries/show.php:41 +msgid "Hide empty fields" msgstr "" -#. translators: %1$s: Step number -#: classes/models/FrmSolution.php:434 -msgid "Step %1$d" +#: classes/views/frm-entries/show.php:42 +msgid "Show empty fields" msgstr "" -#: classes/models/FrmSolution.php:513 -msgid "Select the form or view you would like to create." +#: classes/views/frm-entries/show.php:45 +#: stripe/controllers/FrmTransLiteListsController.php:52 +#: stripe/controllers/FrmTransLiteListsController.php:61 +#: stripe/views/payments/show.php:45 +#: stripe/views/subscriptions/show.php:44 +msgid "Entry" msgstr "" -#: classes/models/FrmSolution.php:536 -msgid "We didn't find anything to import. Please contact our team." +#: classes/views/frm-entries/sidebar-shared.php:8 +msgid "Entry Actions" msgstr "" -#: classes/models/FrmSolution.php:538 -msgid "Looks like you may not have a current subscription for this solution. Please check your account." +#: classes/views/frm-entries/sidebar-shared.php:28 +msgid "Entry Details" msgstr "" -#: classes/models/FrmSpamCheckDenylist.php:539 -#: classes/models/FrmSpamCheckWPDisallowedWords.php:72 -msgid "Your entry appears to be blocked spam!" +#: classes/views/frm-entries/sidebar-shared.php:36 +msgid "Post" msgstr "" -#: classes/models/FrmStyle.php:51 -#: classes/views/styles/_styles-list.php:69 -msgid "New Style" +#: classes/views/frm-entries/sidebar-shared.php:64 +msgid "Parent Entry ID" msgstr "" -#: classes/models/FrmStyle.php:412 -msgid "WARNING: Any changes made to this file will be lost when your Formidable settings are updated" +#. translators: %1$s: User display name. +#: classes/views/frm-entries/sidebar-shared.php:85 +msgid "Created by: %1$s" msgstr "" -#: classes/models/FrmStyle.php:513 -msgid "Formidable Style" +#. translators: %1$s: User display name. +#: classes/views/frm-entries/sidebar-shared.php:99 +msgid "Updated by: %1$s" msgstr "" -#: classes/models/FrmStyle.php:771 -msgid "Thin" +#: classes/views/frm-entries/sidebar-shared.php:109 +msgid "IP Address:" msgstr "" -#: classes/models/FrmStyle.php:772 -msgid "Extra Light" +#: classes/views/frm-entries/sidebar-shared.php:117 +msgid "Browser/OS:" msgstr "" -#: classes/models/FrmStyle.php:773 -#: classes/views/frm-fields/back-end/settings.php:366 -msgid "Light" +#: classes/views/frm-entries/sidebar-shared.php:125 +msgid "Referrer:" msgstr "" -#: classes/models/FrmStyle.php:774 -msgid "Regular" +#: classes/views/frm-entries/_sidebar-shared-pub.php:23 +msgid "M j, Y" msgstr "" -#: classes/models/FrmStyle.php:775 -msgid "Medium" +#. translators: %1$s: Entry status, %2$s: open tag, %3$s: The date, %4$s: Possible additional text, %5$s: close tag +#: classes/views/frm-entries/_sidebar-shared-pub.php:36 +msgid "%1$s: %2$s%3$s%4$s%5$s" msgstr "" -#: classes/models/FrmStyle.php:776 -msgid "Semi Bold" +#. translators: %1$s: The date +#: classes/views/frm-entries/_sidebar-shared-pub.php:54 +msgid "Updated: %1$s" msgstr "" -#: classes/models/FrmStyle.php:777 -msgid "Bold" +#: classes/views/frm-fields/back-end/automatic-width.php:9 +msgid "Automatic width" msgstr "" -#: classes/models/FrmStyle.php:778 -msgid "Extra Bold" +#: classes/views/frm-fields/back-end/bulk-options-overlay.php:21 +msgid "Edit or add field options (one per line)" msgstr "" -#: classes/models/FrmStyle.php:779 -msgid "Black" +#: classes/views/frm-fields/back-end/bulk-options-overlay.php:30 +msgid "Insert Presets" msgstr "" -#: classes/models/FrmTurnstileSettings.php:64 -msgid "Turnstile is a free tool to replace CAPTCHAs. Turnstile delivers frustration-free, CAPTCHA-free web experiences to website visitors - with just a simple snippet of free code. Moreover, Turnstile stops abuse and confirms visitors are real without the data privacy concerns or awful user experience of CAPTCHAs." +#: classes/views/frm-fields/back-end/bulk-options-overlay.php:53 +msgid "Update Options" msgstr "" -#: classes/views/addons/addon.php:56 -#: classes/views/form-templates/template.php:41 -msgid "Lock icon" +#: classes/views/frm-fields/back-end/default-value-setting.php:13 +msgid "Pre-fill your field with this value. Users can modify it unless the field is read-only." msgstr "" -#: classes/views/addons/addon.php:73 -#: classes/views/addons/addon.php:74 -msgid "View Docs" +#: classes/views/frm-fields/back-end/field-captcha.php:10 +#: classes/views/frm-fields/back-end/field-credit-card.php:10 +msgid "This field is not set up yet." msgstr "" -#. translators: %1$s: category name, %2$d: number of items in the category -#: classes/views/addons/categories.php:18 -#: classes/views/form-templates/categories.php:18 -msgid "%1$s category, %2$d items" +#: classes/views/frm-fields/back-end/field-hidden.php:8 +msgid "Note: This field will not show in the form. Enter the value to be hidden." msgstr "" -#: classes/views/addons/index.php:17 -msgid "Formidable Add-Ons" +#: classes/views/frm-fields/back-end/field-html.php:8 +msgid "Custom HTML:" msgstr "" -#: classes/views/addons/index.php:30 -msgid "Search Add-Ons" +#: classes/views/frm-fields/back-end/field-options.php:16 +msgid "Bulk Edit" msgstr "" -#: classes/views/addons/list.php:19 -msgid "Not finding what you need?" +#: classes/views/frm-fields/back-end/field-user-id.php:8 +msgid "User ID fields will not show in your form." msgstr "" -#: classes/views/addons/min-version-notice.php:7 -msgid "You are running a version of Formidable Forms that may not be compatible with your version of Formidable Forms Pro." +#: classes/views/frm-fields/back-end/format-dropdown-options.php:27 +msgid "Format number field" msgstr "" -#: classes/views/addons/settings.php:23 -msgid "Good to go!" +#: classes/views/frm-fields/back-end/format-dropdown-options.php:33 +#: classes/views/frm-settings/_currency.php:8 +#: stripe/views/action-settings/payments-options.php:94 +msgid "Currency" msgstr "" -#: classes/views/addons/settings.php:26 -msgid "Deactivate" +#: classes/views/frm-fields/back-end/format-dropdown-options.php:38 +msgid "Format currency field" msgstr "" -#: classes/views/applications/header.php:9 -#: classes/views/shared/admin-header.php:11 -msgid "View Forms" +#: classes/views/frm-fields/back-end/format-dropdown.php:20 +#: classes/views/frm-fields/back-end/phone/phone-type.php:23 +#: classes/views/frm-fields/back-end/value-format.php:8 +msgid "Format" msgstr "" -#: classes/views/dashboard/templates/license-management.php:8 -#: classes/views/frm-settings/general.php:9 -msgid "License Key" +#: classes/views/frm-fields/back-end/gdpr/primary-options.php:23 +msgid "Agreement text" msgstr "" -#: classes/views/dashboard/templates/notification-banner.php:14 -msgid "Whether you're looking to create simple contact forms or complex survey forms, Formidable Forms has you covered." +#: classes/views/frm-fields/back-end/generate-options-with-ai.php:8 +msgid "Generate with AI" msgstr "" -#: classes/views/dashboard/templates/notification-banner.php:17 -msgid "Check All Features" +#: classes/views/frm-fields/back-end/html-content.php:8 +msgid "Content" msgstr "" -#. translators: %s is the discount percentage (ie 50%). -#: classes/views/dashboard/templates/pro-features-list.php:17 -msgid "Upgrade to Pro & Get %1$s Off" +#: classes/views/frm-fields/back-end/input-mask-info.php:7 +msgid "To create a custom input mask, you’ll need to use this specific set of symbols:" msgstr "" -#: classes/views/dashboard/templates/pro-features-list.php:35 -msgid "Unlock all the Powerful Features to Defy the Limits" +#: classes/views/frm-fields/back-end/input-mask-info.php:10 +msgid "Numeric" msgstr "" -#: classes/views/form-templates/index.php:31 -#: js/admin/applications.js:241 -msgid "Search Templates" +#: classes/views/frm-fields/back-end/input-mask-info.php:11 +msgid "Alphabetical" msgstr "" -#: classes/views/form-templates/index.php:48 -msgctxt "form templates: create a blank form" -msgid "Create" +#: classes/views/frm-fields/back-end/input-mask-info.php:12 +msgid "Alphanumeric" msgstr "" -#: classes/views/form-templates/index.php:49 -msgid "Create a blank form" +#. translators: %1s: open anchor tag, %2s: close anchor tag +#: classes/views/frm-fields/back-end/input-mask-info.php:21 +msgid "More examples on our %1$sdocs page%2$s." msgstr "" -#: classes/views/form-templates/modals/create-template-modal.php:15 -msgid "Create New Template" +#: classes/views/frm-fields/back-end/layout-classes.php:27 +#: classes/views/frm-fields/back-end/layout-classes.php:28 +msgid "Other Style Classes" msgstr "" -#: classes/views/form-templates/modals/create-template-modal.php:22 -msgid "Select form for a new template" +#: classes/views/frm-fields/back-end/max.php:16 +msgid "Rows" msgstr "" -#: classes/views/form-templates/modals/create-template-modal.php:30 -msgid "You have not created any forms yet." +#: classes/views/frm-fields/back-end/max.php:18 +#: classes/views/frm-fields/back-end/pixels-wide.php:9 +msgid "Max Characters" msgstr "" -#: classes/views/form-templates/modals/create-template-modal.php:51 -msgid "Template name" +#: classes/views/frm-fields/back-end/name/primary-options.php:24 +msgid "Name layout" msgstr "" -#: classes/views/form-templates/modals/leave-email-modal.php:38 -#: classes/views/frm-settings/email/email-styles.php:96 -msgid "Email address" +#: classes/views/frm-fields/back-end/name/primary-options.php:36 +msgid "First Last" msgstr "" -#: classes/views/form-templates/modals/leave-email-modal.php:39 -msgid "Enter your email" +#: classes/views/frm-fields/back-end/name/primary-options.php:39 +msgid "Last First" msgstr "" -#: classes/views/form-templates/modals/leave-email-modal.php:47 -msgid "Email is invalid" +#: classes/views/frm-fields/back-end/name/primary-options.php:42 +msgid "First Middle Last" msgstr "" -#: classes/views/form-templates/modals/leave-email-modal.php:48 -msgid "Email is empty" +#: classes/views/frm-fields/back-end/number-range.php:7 +msgid "Set the number range the field validation should allow. Browsers that support the HTML5 number field require a number range to determine the numbers seen when clicking the arrows next to the field." msgstr "" -#: classes/views/form-templates/modals/leave-email-modal.php:62 -#: classes/views/inbox/list.php:38 -msgid "Subscribe" +#: classes/views/frm-fields/back-end/number-range.php:8 +msgid "Number Range" msgstr "" -#: classes/views/form-templates/modals/name-your-form-modal.php:15 -msgid "Name your form" +#: classes/views/frm-fields/back-end/number-range.php:13 +msgid "Min Value" msgstr "" -#: classes/views/form-templates/modals/name-your-form-modal.php:20 -msgid "Before we save this form, do you want to name it first?" +#: classes/views/frm-fields/back-end/number-range.php:19 +msgid "Max Value" msgstr "" -#: classes/views/form-templates/modals/name-your-form-modal.php:24 -msgid "Form Name (Optional)" +#: classes/views/frm-fields/back-end/number-range.php:27 +msgid "Step" msgstr "" -#: classes/views/form-templates/modals/name-your-form-modal.php:26 -msgid "Enter your form name" +#: classes/views/frm-fields/back-end/pixels-wide.php:19 +msgid "Field Size" msgstr "" -#. translators: %1$s: Open span tag, %2$s: Close span tag -#: classes/views/form-templates/modals/renew-account-modal.php:23 -msgid "Get Access to %1$s%2$s more Pre-built Forms" +#: classes/views/frm-fields/back-end/radio-display-format.php:19 +msgid "Display format" msgstr "" -#: classes/views/form-templates/modals/renew-account-modal.php:34 -msgid "That template is not available on your plan. Please renew to unlock this and more awesome templates." +#: classes/views/frm-fields/back-end/radio-images.php:16 +msgid "Separate Values" msgstr "" -#. translators: %1$s: Open span tag, %2$s: Close span tag -#: classes/views/form-templates/modals/upgrade-modal.php:25 -msgid "%1$sTEMPLATE NAME%2$s is a PRO Template" +#: classes/views/frm-fields/back-end/radio-images.php:16 +msgid "Add a separate value to use for calculations, email routing, saving to the database, and many other uses. The option values are saved while the option labels are shown in the form." msgstr "" -#. translators: %1$s: Open span tag, %2$s: Close span tag -#: classes/views/form-templates/modals/upgrade-modal.php:39 -msgid "The %1$sTEMPLATE NAME%2$s is not available on your plan. Please upgrade to unlock this and more awesome templates." +#: classes/views/frm-fields/back-end/radio-images.php:19 +msgid "Use separate values" msgstr "" -#. translators: %1$s: Open span tag, %2$s: Close span tag -#: classes/views/form-templates/modals/upgrade-modal.php:54 -msgid "Lite users get %1$s%2$d%% OFF%3$s regular price." +#. translators: %s: Field type +#: classes/views/frm-fields/back-end/settings.php:14 +msgid "%s Field" msgstr "" -#: classes/views/form-templates/modals/upgrade-modal.php:61 -msgid "Discount is automatically applied at checkout." +#. translators: %1$s: Link HTML, %2$s: End link +#: classes/views/frm-fields/back-end/settings.php:30 +msgid "Captchas will not be used until the Site and Secret Keys are %1$sset up%2$s." msgstr "" -#: classes/views/form-templates/modals/upgrade-modal.php:67 -msgid "Template available on:" +#. translators: %1$s: Link HTML, %2$s: End link +#: classes/views/frm-fields/back-end/settings.php:47 +msgid "Credit Cards will not work without %1$sadding a Collect Payment action%2$s." msgstr "" -#: classes/views/form-templates/template.php:55 -msgid "Do you want to move this form template to the trash?" +#. translators: %1$s: Link HTML, %2$s: End link +#: classes/views/frm-fields/back-end/settings.php:64 +#: classes/views/frm-fields/front-end/gdpr/gdpr-field.php:33 +msgid "GDPR field is disabled. Please enable it in the Formidable %1$sSettings%2$s." msgstr "" -#: classes/views/form-templates/template.php:55 -msgid "Move to the trash button" +#: classes/views/frm-fields/back-end/settings.php:100 +#: classes/views/frm-fields/back-end/settings.php:495 +msgid "Required" msgstr "" -#: classes/views/form-templates/template.php:61 -msgid "Add to favorites" +#: classes/views/frm-fields/back-end/settings.php:109 +msgid "Unique: Do not allow the same response multiple times. For example, if one user enters 'Joe', then no one else will be allowed to enter the same name." msgstr "" -#: classes/views/form-templates/template.php:73 -msgid "View Demo" +#: classes/views/frm-fields/back-end/settings.php:111 +#: classes/views/frm-fields/back-end/settings.php:515 +msgid "Unique" msgstr "" -#: classes/views/form-templates/template.php:76 -msgid "Use Template" +#: classes/views/frm-fields/back-end/settings.php:120 +msgid "Read Only: Show this field but do not allow the field value to be edited from the front-end." msgstr "" -#. translators: %s: date -#: classes/views/form-templates/template.php:87 -msgid "Created %s" +#: classes/views/frm-fields/back-end/settings.php:122 +#: classes/views/styles/_field-colors.php:14 +msgid "Read Only" msgstr "" -#: classes/views/form-templates/template.php:91 -msgid "No description" +#: classes/views/frm-fields/back-end/settings.php:147 +msgid "CSS Layout Classes" msgstr "" -#: classes/views/frm-entries/form.php:20 -msgid "Oops!" +#: classes/views/frm-fields/back-end/settings.php:148 +msgid "Add a CSS class to the field container. Use our predefined classes to align multiple fields in single row." msgstr "" -#. translators: %1$s: HTML open link, %2$s: HTML close link -#: classes/views/frm-entries/form.php:24 -msgid "You did not add any fields to your form. %1$sGo back%2$s and add some." +#: classes/views/frm-fields/back-end/settings.php:201 +msgid "Collapsible Advanced Settings" msgstr "" -#: classes/views/frm-entries/list.php:14 -#: classes/views/frm-entries/list.php:31 -msgid "Form Entries" +#: classes/views/frm-fields/back-end/settings.php:202 +#: classes/views/shared/mb_adv_info.php:22 +msgid "Advanced" msgstr "" -#: classes/views/frm-entries/no_entries.php:8 -msgid "This form is not set to save any entries." +#: classes/views/frm-fields/back-end/settings.php:340 +msgid "If this URL points to an image, show to image on the entries listing page." msgstr "" -#. translators: %1$s: Start link HTML, %2$s: End link HTML, %3$s: Line break HTML -#: classes/views/frm-entries/no_entries.php:13 -msgid "If you would like to save entries in this form, go to the %1$sform Settings%2$s page %3$s and uncheck the \"Do not store any entries submitted from this form\" box." +#: classes/views/frm-fields/back-end/settings.php:347 +msgid "Set the size of the captcha field. The compact option is best if your form is in a small area." msgstr "" -#. translators: %s: The form name -#: classes/views/frm-entries/no_entries.php:27 -msgid "No Entries for form: %s" +#: classes/views/frm-fields/back-end/settings.php:348 +msgid "Captcha Size" msgstr "" -#: classes/views/frm-entries/no_entries.php:29 -msgid "No Entries found" +#: classes/views/frm-fields/back-end/settings.php:352 +msgid "Normal" msgstr "" -#: classes/views/frm-entries/no_entries.php:50 -#: classes/views/frm-forms/list.php:46 -msgid "You have not created any forms yet" +#: classes/views/frm-fields/back-end/settings.php:363 +msgid "Captcha Theme" msgstr "" -#: classes/views/frm-entries/no_entries.php:51 -#: classes/views/frm-forms/list.php:47 -msgid "Start collecting leads and data today." +#: classes/views/frm-fields/back-end/settings.php:370 +msgid "Dark" msgstr "" -#: classes/views/frm-entries/show.php:41 -msgid "Hide empty fields" +#: classes/views/frm-fields/back-end/settings.php:374 +msgid "Auto" msgstr "" -#: classes/views/frm-entries/show.php:42 -msgid "Show empty fields" +#: classes/views/frm-fields/back-end/settings.php:386 +msgid "Required Field Indicator" msgstr "" -#: classes/views/frm-entries/show.php:45 -#: stripe/controllers/FrmTransLiteListsController.php:51 -#: stripe/controllers/FrmTransLiteListsController.php:60 -#: stripe/views/payments/show.php:45 -#: stripe/views/subscriptions/show.php:44 -msgid "Entry" +#: classes/views/frm-fields/back-end/settings.php:416 +msgid "Center" msgstr "" -#: classes/views/frm-entries/sidebar-shared.php:8 -msgid "Entry Actions" +#: classes/views/frm-fields/back-end/settings.php:431 +msgid "The field key can be used as an alternative to the field ID in many cases." msgstr "" -#: classes/views/frm-entries/sidebar-shared.php:28 -msgid "Entry Details" +#: classes/views/frm-fields/back-end/settings.php:440 +msgid "Field Type" msgstr "" -#: classes/views/frm-entries/sidebar-shared.php:36 -msgid "Post" +#: classes/views/frm-fields/back-end/settings.php:484 +msgid "Collapsible Validation Messages Settings" msgstr "" -#: classes/views/frm-entries/sidebar-shared.php:64 -msgid "Parent Entry ID" +#: classes/views/frm-fields/back-end/settings.php:486 +msgid "Validation Messages" msgstr "" -#. translators: %1$s: User display name. -#: classes/views/frm-entries/sidebar-shared.php:85 -msgid "Created by: %1$s" +#: classes/views/frm-fields/back-end/settings.php:504 +msgid "Invalid Format" msgstr "" -#. translators: %1$s: User display name. -#: classes/views/frm-entries/sidebar-shared.php:99 -msgid "Updated by: %1$s" +#. translators: %s: Feature name +#: classes/views/frm-fields/back-end/smart-values.php:10 +#: classes/views/shared/upgrade_overlay.php:39 +msgid "%s are not available on your plan. Did you know you can upgrade to PRO to unlock more awesome features?" msgstr "" -#: classes/views/frm-entries/sidebar-shared.php:109 -msgid "IP Address:" +#: classes/views/frm-fields/back-end/smart-values.php:19 +msgid "Already purchased?" msgstr "" -#: classes/views/frm-entries/sidebar-shared.php:117 -msgid "Browser/OS:" +#: classes/views/frm-fields/back-end/value-format.php:7 +msgid "Insert the format you would like to accept. Use a regular expression starting with ^ or an exact format like (999)999-9999." msgstr "" -#: classes/views/frm-entries/sidebar-shared.php:125 -msgid "Referrer:" +#: classes/views/frm-fields/single-option.php:33 +msgid "Saved Value" msgstr "" -#: classes/views/frm-entries/_sidebar-shared-pub.php:22 -msgid "M j, Y" +#: classes/views/frm-form-actions/default_actions.php:14 +msgid "Create Post" msgstr "" -#. translators: %1$s: Entry status, %2$s: open tag, %3$s: The date, %4$s: Possible additional text, %5$s: close tag -#: classes/views/frm-entries/_sidebar-shared-pub.php:35 -msgid "%1$s: %2$s%3$s%4$s%5$s" +#: classes/views/frm-form-actions/default_actions.php:26 +msgid "Register User" msgstr "" -#. translators: %1$s: The date -#: classes/views/frm-entries/_sidebar-shared-pub.php:53 -msgid "Updated: %1$s" +#: classes/views/frm-form-actions/default_actions.php:49 +msgid "Scored Quiz" msgstr "" -#: classes/views/frm-fields/back-end/automatic-width.php:9 -msgid "Automatic width" +#: classes/views/frm-form-actions/default_actions.php:60 +msgid "Quiz Outcome" msgstr "" -#: classes/views/frm-fields/back-end/bulk-options-overlay.php:21 -msgid "Edit or add field options (one per line)" +#: classes/views/frm-form-actions/default_actions.php:115 +msgid "Twilio SMS" msgstr "" -#: classes/views/frm-fields/back-end/bulk-options-overlay.php:30 -msgid "Insert Presets" +#: classes/views/frm-form-actions/default_actions.php:159 +msgid "The HubSpot integration is not available on your plan. Did you know you can upgrade to unlock more awesome features?" msgstr "" -#: classes/views/frm-fields/back-end/bulk-options-overlay.php:53 -msgid "Update Options" +#: classes/views/frm-form-actions/default_actions.php:180 +msgid "Send API data" msgstr "" -#: classes/views/frm-fields/back-end/default-value-setting.php:13 -msgid "Pre-fill your field with this value. Users can modify it unless the field is read-only." +#: classes/views/frm-form-actions/default_actions.php:191 +msgid "Google Sheets" msgstr "" -#: classes/views/frm-fields/back-end/field-captcha.php:10 -#: classes/views/frm-fields/back-end/field-credit-card.php:9 -msgid "This field is not set up yet." +#: classes/views/frm-form-actions/email_action.php:19 +#: classes/views/frm-settings/email/email-styles.php:104 +msgid "Send Email" msgstr "" -#: classes/views/frm-fields/back-end/field-hidden.php:8 -msgid "Note: This field will not show in the form. Enter the value to be hidden." +#: classes/views/frm-form-actions/email_action.php:55 +msgid "Conditional emails" msgstr "" -#: classes/views/frm-fields/back-end/field-html.php:8 -msgid "Custom HTML:" +#: classes/views/frm-form-actions/form_action.php:32 +#: js/admin/style.js:719 +#: js/src/admin/admin.js:2668 +#: js/formidable_admin.js:5447 +msgid "Duplicate" msgstr "" -#: classes/views/frm-fields/back-end/field-options.php:16 -msgid "Bulk Edit" +#: classes/views/frm-form-actions/form_action.php:36 +msgid "Delete this form action?" msgstr "" -#: classes/views/frm-fields/back-end/field-user-id.php:8 -msgid "User ID fields will not show in your form." +#: classes/views/frm-form-actions/on_submit_redirect_settings.php:19 +msgid "Redirect URL" msgstr "" -#: classes/views/frm-fields/back-end/format-dropdown-options.php:26 -msgid "Format number field" +#: classes/views/frm-form-actions/on_submit_redirect_settings.php:45 +msgid "Open in new tab" msgstr "" -#: classes/views/frm-fields/back-end/format-dropdown-options.php:32 -#: classes/views/frm-settings/_currency.php:8 -#: stripe/views/action-settings/payments-options.php:92 -msgid "Currency" +#: classes/views/frm-form-actions/on_submit_redirect_settings.php:69 +msgid "Delay redirect and show message" msgstr "" -#: classes/views/frm-fields/back-end/format-dropdown-options.php:37 -msgid "Format currency field" +#: classes/views/frm-form-actions/on_submit_redirect_settings.php:90 +msgid "Delay time" msgstr "" -#: classes/views/frm-fields/back-end/format-dropdown.php:19 -#: classes/views/frm-fields/back-end/phone/phone-type.php:22 -#: classes/views/frm-fields/back-end/value-format.php:8 -msgid "Format" +#: classes/views/frm-form-actions/on_submit_redirect_settings.php:109 +msgid "Redirect message" msgstr "" -#: classes/views/frm-fields/back-end/gdpr/primary-options.php:22 -msgid "Agreement text" +#: classes/views/frm-form-actions/on_submit_settings.php:22 +msgid "Show Message" msgstr "" -#: classes/views/frm-fields/back-end/generate-options-with-ai.php:8 -msgid "Generate with AI" +#: classes/views/frm-form-actions/on_submit_settings.php:27 +msgid "Redirect to URL" msgstr "" -#: classes/views/frm-fields/back-end/html-content.php:8 -msgid "Content" +#: classes/views/frm-form-actions/on_submit_settings.php:32 +msgid "Show Page Content" msgstr "" -#: classes/views/frm-fields/back-end/input-mask-info.php:7 -msgid "To create a custom input mask, you’ll need to use this specific set of symbols:" +#: classes/views/frm-form-actions/settings.php:7 +msgid "Add form actions to your form to perform tasks when an entry is created, updated, imported, and more." msgstr "" -#: classes/views/frm-fields/back-end/input-mask-info.php:10 -msgid "Numeric" +#: classes/views/frm-form-actions/settings.php:15 +msgid "Search Form Actions" msgstr "" -#: classes/views/frm-fields/back-end/input-mask-info.php:11 -msgid "Alphabetical" +#: classes/views/frm-form-actions/settings.php:23 +msgid "(click an action to add it to your form)" msgstr "" -#: classes/views/frm-fields/back-end/input-mask-info.php:12 -msgid "Alphanumeric" +#: classes/views/frm-form-actions/settings.php:84 +msgid "Show all form actions" msgstr "" -#. translators: %1s: open anchor tag, %2s: close anchor tag -#: classes/views/frm-fields/back-end/input-mask-info.php:21 -msgid "More examples on our %1$sdocs page%2$s." +#: classes/views/frm-form-actions/settings.php:87 +msgid "Hide extra form actions" msgstr "" -#: classes/views/frm-fields/back-end/layout-classes.php:27 -#: classes/views/frm-fields/back-end/layout-classes.php:28 -msgid "Other Style Classes" +#: classes/views/frm-form-actions/_action_inside.php:22 +msgid "Action Name" msgstr "" -#: classes/views/frm-fields/back-end/max.php:15 -msgid "Rows" +#: classes/views/frm-form-actions/_action_inside.php:47 +msgid "Trigger this action when" msgstr "" -#: classes/views/frm-fields/back-end/max.php:17 -#: classes/views/frm-fields/back-end/pixels-wide.php:8 -msgid "Max Characters" +#: classes/views/frm-form-actions/_action_inside.php:92 +msgid "Email attachments" msgstr "" -#: classes/views/frm-fields/back-end/name/primary-options.php:23 -msgid "Name layout" +#: classes/views/frm-form-actions/_action_inside.php:92 +msgid "Email a CSV or a PDF of each new entry, or attach a file of your choice." msgstr "" -#: classes/views/frm-fields/back-end/name/primary-options.php:35 -msgid "First Last" +#: classes/views/frm-form-actions/_action_inside.php:93 +msgid "Attachment" msgstr "" -#: classes/views/frm-fields/back-end/name/primary-options.php:38 -msgid "Last First" +#: classes/views/frm-form-actions/_action_inside.php:108 +msgid "Form action automations" msgstr "" -#: classes/views/frm-fields/back-end/name/primary-options.php:41 -msgid "First Middle Last" +#: classes/views/frm-form-actions/_action_inside.php:121 +msgid "Setup Automation" msgstr "" -#: classes/views/frm-fields/back-end/number-range.php:7 -msgid "Set the number range the field validation should allow. Browsers that support the HTML5 number field require a number range to determine the numbers seen when clicking the arrows next to the field." +#: classes/views/frm-form-actions/_action_inside.php:135 +msgid "Form action logs" msgstr "" -#: classes/views/frm-fields/back-end/number-range.php:8 -msgid "Number Range" +#: classes/views/frm-form-actions/_action_inside.php:137 +msgid "Install logging to get more information on API requests." msgstr "" -#: classes/views/frm-fields/back-end/number-range.php:13 -msgid "Min Value" +#. translators: %1$s: The ID of the form action. +#: classes/views/frm-form-actions/_action_inside.php:147 +msgid "Action ID: %1$s" msgstr "" -#: classes/views/frm-fields/back-end/number-range.php:19 -msgid "Max Value" +#: classes/views/frm-form-actions/_email_settings.php:18 +msgid "Email Style" msgstr "" -#: classes/views/frm-fields/back-end/number-range.php:27 -msgid "Step" +#: classes/views/frm-form-actions/_email_settings.php:28 +msgid "(Pro)" msgstr "" -#: classes/views/frm-fields/back-end/pixels-wide.php:18 -msgid "Field Size" +#: classes/views/frm-form-actions/_email_settings.php:32 +msgid "(Default)" msgstr "" -#: classes/views/frm-fields/back-end/radio-display-format.php:18 -msgid "Display format" +#: classes/views/frm-form-actions/_email_settings.php:49 +#: classes/views/frm-form-actions/_email_settings.php:66 +msgid "CC" msgstr "" -#: classes/views/frm-fields/back-end/radio-images.php:16 -msgid "Separate Values" +#: classes/views/frm-form-actions/_email_settings.php:52 +#: classes/views/frm-form-actions/_email_settings.php:75 +msgid "BCC" msgstr "" -#: classes/views/frm-fields/back-end/radio-images.php:16 -msgid "Add a separate value to use for calculations, email routing, saving to the database, and many other uses. The option values are saved while the option labels are shown in the form." +#: classes/views/frm-form-actions/_email_settings.php:58 +msgid "To" msgstr "" -#: classes/views/frm-fields/back-end/radio-images.php:19 -msgid "Use separate values" +#: classes/views/frm-form-actions/_email_settings.php:85 +#: classes/views/frm-form-actions/_email_settings.php:104 +msgid "Reply To" msgstr "" -#. translators: %s: Field type -#: classes/views/frm-fields/back-end/settings.php:14 -msgid "%s Field" +#: classes/views/frm-form-actions/_email_settings.php:91 +msgid "From" msgstr "" -#. translators: %1$s: Link HTML, %2$s: End link -#: classes/views/frm-fields/back-end/settings.php:30 -msgid "Captchas will not be used until the Site and Secret Keys are %1$sset up%2$s." +#: classes/views/frm-form-actions/_email_settings.php:99 +msgid "Warning: If you are sending an email to the user, the To and From fields should not match." msgstr "" -#. translators: %1$s: Link HTML, %2$s: End link -#: classes/views/frm-fields/back-end/settings.php:46 -msgid "Credit Cards will not work without %1$sadding a Collect Payment action%2$s." +#: classes/views/frm-form-actions/_email_settings.php:114 +msgid "Subject" msgstr "" -#. translators: %1$s: Link HTML, %2$s: End link -#: classes/views/frm-fields/back-end/settings.php:63 -#: classes/views/frm-fields/front-end/gdpr/gdpr-field.php:32 -msgid "GDPR field is disabled. Please enable it in the Formidable %1$sSettings%2$s." +#: classes/views/frm-form-actions/_email_settings.php:122 +msgid "Message" msgstr "" -#: classes/views/frm-fields/back-end/settings.php:99 -#: classes/views/frm-fields/back-end/settings.php:492 -msgid "Required" +#: classes/views/frm-form-actions/_email_settings.php:161 +msgid "Append IP Address, Browser, and Referring URL to message" msgstr "" -#: classes/views/frm-fields/back-end/settings.php:108 -msgid "Unique: Do not allow the same response multiple times. For example, if one user enters 'Joe', then no one else will be allowed to enter the same name." +#: classes/views/frm-form-actions/_email_settings.php:163 +msgid "Append Browser and Referring URL to message" msgstr "" -#: classes/views/frm-fields/back-end/settings.php:110 -#: classes/views/frm-fields/back-end/settings.php:512 -msgid "Unique" +#: classes/views/frm-forms/actions-dropdown.php:8 +msgid "Dropdown toggle" msgstr "" -#: classes/views/frm-fields/back-end/settings.php:119 -msgid "Read Only: Show this field but do not allow the field value to be edited from the front-end." +#: classes/views/frm-forms/actions-dropdown.php:8 +msgid "Show options" msgstr "" -#: classes/views/frm-fields/back-end/settings.php:121 -#: classes/views/styles/_field-colors.php:14 -msgid "Read Only" +#: classes/views/frm-forms/add_field.php:29 +msgid "Expand/Collapse Section" msgstr "" -#: classes/views/frm-fields/back-end/settings.php:146 -msgid "CSS Layout Classes" +#: classes/views/frm-forms/add_field.php:33 +msgid "Expand/Collapse Section Icon" msgstr "" -#: classes/views/frm-fields/back-end/settings.php:147 -msgid "Add a CSS class to the field container. Use our predefined classes to align multiple fields in single row." +#: classes/views/frm-forms/add_field.php:39 +msgid "Move Field" msgstr "" -#: classes/views/frm-fields/back-end/settings.php:200 -msgid "Collapsible Advanced Settings" +#: classes/views/frm-forms/add_field.php:44 +#: js/src/admin/admin.js:1448 +#: js/src/admin/admin.js:1454 +#: js/src/admin/admin.js:2593 +#: js/formidable_admin.js:4227 +#: js/formidable_admin.js:4233 +#: js/formidable_admin.js:5372 +msgid "More Options" msgstr "" -#: classes/views/frm-fields/back-end/settings.php:201 -#: classes/views/shared/mb_adv_info.php:22 -msgid "Advanced" +#: classes/views/frm-forms/add_field.php:46 +#: js/src/admin/admin.js:1440 +#: js/formidable_admin.js:4219 +msgid "Toggle More Options Dropdown" msgstr "" -#: classes/views/frm-fields/back-end/settings.php:339 -msgid "If this URL points to an image, show to image on the entries listing page." +#: classes/views/frm-forms/add_field.php:105 +msgid "Add Fields Here" msgstr "" -#: classes/views/frm-fields/back-end/settings.php:346 -msgid "Set the size of the captcha field. The compact option is best if your form is in a small area." +#: classes/views/frm-forms/add_field_links.php:17 +#: classes/views/frm-forms/add_field_links.php:159 +#: classes/views/frm-forms/add_field_links.php:160 +msgid "Add Fields" msgstr "" -#: classes/views/frm-fields/back-end/settings.php:347 -msgid "Captcha Size" +#: classes/views/frm-forms/add_field_links.php:22 +msgid "Field Options" msgstr "" -#: classes/views/frm-fields/back-end/settings.php:351 -msgid "Normal" +#: classes/views/frm-forms/add_field_links.php:37 +msgid "Search Fields" msgstr "" -#: classes/views/frm-fields/back-end/settings.php:362 -msgid "Captcha Theme" +#: classes/views/frm-forms/add_field_links.php:135 +msgid "Pricing Fields" msgstr "" -#: classes/views/frm-fields/back-end/settings.php:369 -msgid "Dark" +#: classes/views/frm-forms/add_field_links.php:156 +#: js/src/core/page-skeleton/elements/emptyStateElement.js:35 +#: js/addons-page.js:2369 +#: js/form-templates.js:1763 +msgid "Empty State" msgstr "" -#: classes/views/frm-fields/back-end/settings.php:373 -msgid "Auto" +#: classes/views/frm-forms/add_field_links.php:157 +msgid "Select a field to see the options" msgstr "" -#: classes/views/frm-fields/back-end/settings.php:385 -msgid "Required Field Indicator" +#: classes/views/frm-forms/edit.php:12 +msgid "Build Form" msgstr "" -#: classes/views/frm-fields/back-end/settings.php:414 -msgid "Center" +#. translators: %s: The page number +#: classes/views/frm-forms/form.php:31 +msgid "Page %s" msgstr "" -#: classes/views/frm-fields/back-end/settings.php:429 -msgid "The field key can be used as an alternative to the field ID in many cases." +#: classes/views/frm-forms/form.php:78 +#: classes/views/frm-forms/form.php:80 +msgid "Start Building Your Form" msgstr "" -#: classes/views/frm-fields/back-end/settings.php:438 -msgid "Field Type" +#: classes/views/frm-forms/form.php:81 +msgid "Drag and drop fields from the left or click a field to add it to your form." msgstr "" -#: classes/views/frm-fields/back-end/settings.php:481 -msgid "Collapsible Validation Messages Settings" +#: classes/views/frm-forms/insert_form_popup.php:11 +msgid "Close panel" msgstr "" -#: classes/views/frm-fields/back-end/settings.php:483 -msgid "Validation Messages" +#: classes/views/frm-forms/insert_form_popup.php:49 +msgid "Insert into Post" msgstr "" -#: classes/views/frm-fields/back-end/settings.php:501 -msgid "Invalid Format" +#: classes/views/frm-forms/landing-page-preview-option.php:17 +msgid "Generate Form Page" msgstr "" -#. translators: %s: Feature name -#: classes/views/frm-fields/back-end/smart-values.php:10 -#: classes/views/shared/upgrade_overlay.php:43 -msgid "%s are not available on your plan. Did you know you can upgrade to PRO to unlock more awesome features?" +#. translators: 1: Site name, 2: WordPress +#: classes/views/frm-forms/preview/footer.php:20 +msgid "%1$s is proudly powered by %2$s" msgstr "" -#: classes/views/frm-fields/back-end/smart-values.php:19 -#: classes/views/shared/upgrade_overlay.php:77 -msgid "Already purchased?" +#: classes/views/frm-forms/settings-advanced.php:7 +msgid "Modify the basic form settings here." msgstr "" -#: classes/views/frm-fields/back-end/value-format.php:7 -msgid "Insert the format you would like to accept. Use a regular expression starting with ^ or an exact format like (999)999-9999." +#: classes/views/frm-forms/settings-advanced.php:35 +msgid "Show the form title" msgstr "" -#: classes/views/frm-fields/single-option.php:33 -msgid "Saved Value" +#: classes/views/frm-forms/settings-advanced.php:42 +msgid "Show the form description" msgstr "" -#: classes/views/frm-form-actions/default_actions.php:14 -msgid "Create Post" +#: classes/views/frm-forms/settings-advanced.php:62 +msgid "Form Settings" msgstr "" -#: classes/views/frm-form-actions/default_actions.php:26 -msgid "Register User" -msgstr "" - -#: classes/views/frm-form-actions/default_actions.php:49 -msgid "Scored Quiz" -msgstr "" - -#: classes/views/frm-form-actions/default_actions.php:60 -msgid "Quiz Outcome" -msgstr "" - -#: classes/views/frm-form-actions/default_actions.php:104 -msgid "Twilio SMS" -msgstr "" - -#: classes/views/frm-form-actions/default_actions.php:147 -msgid "The HubSpot integration is not available on your plan. Did you know you can upgrade to unlock more awesome features?" -msgstr "" - -#: classes/views/frm-form-actions/default_actions.php:167 -msgid "Send API data" -msgstr "" - -#: classes/views/frm-form-actions/default_actions.php:178 -msgid "Google Sheets" -msgstr "" - -#: classes/views/frm-form-actions/email_action.php:19 -#: classes/views/frm-settings/email/email-styles.php:104 -msgid "Send Email" -msgstr "" - -#: classes/views/frm-form-actions/email_action.php:54 -msgid "Conditional emails" -msgstr "" - -#: classes/views/frm-form-actions/form_action.php:36 -msgid "Delete this form action?" -msgstr "" - -#: classes/views/frm-form-actions/on_submit_redirect_settings.php:18 -msgid "Redirect URL" -msgstr "" - -#: classes/views/frm-form-actions/on_submit_redirect_settings.php:44 -msgid "Open in new tab" -msgstr "" - -#: classes/views/frm-form-actions/on_submit_redirect_settings.php:68 -msgid "Delay redirect and show message" -msgstr "" - -#: classes/views/frm-form-actions/on_submit_redirect_settings.php:87 -msgid "Delay time" -msgstr "" - -#: classes/views/frm-form-actions/on_submit_redirect_settings.php:106 -msgid "Redirect message" -msgstr "" - -#: classes/views/frm-form-actions/on_submit_settings.php:21 -msgid "Show Message" -msgstr "" - -#: classes/views/frm-form-actions/on_submit_settings.php:26 -msgid "Redirect to URL" -msgstr "" - -#: classes/views/frm-form-actions/on_submit_settings.php:31 -msgid "Show Page Content" -msgstr "" - -#: classes/views/frm-form-actions/settings.php:7 -msgid "Add form actions to your form to perform tasks when an entry is created, updated, imported, and more." -msgstr "" - -#: classes/views/frm-form-actions/settings.php:15 -msgid "Search Form Actions" -msgstr "" - -#: classes/views/frm-form-actions/settings.php:23 -msgid "(click an action to add it to your form)" -msgstr "" - -#: classes/views/frm-form-actions/settings.php:82 -msgid "Show all form actions" -msgstr "" - -#: classes/views/frm-form-actions/settings.php:85 -msgid "Hide extra form actions" -msgstr "" - -#: classes/views/frm-form-actions/_action_inside.php:22 -msgid "Action Name" -msgstr "" - -#: classes/views/frm-form-actions/_action_inside.php:47 -msgid "Trigger this action when" -msgstr "" - -#: classes/views/frm-form-actions/_action_inside.php:91 -msgid "Email attachments" -msgstr "" - -#: classes/views/frm-form-actions/_action_inside.php:91 -msgid "Email a CSV or a PDF of each new entry, or attach a file of your choice." -msgstr "" - -#: classes/views/frm-form-actions/_action_inside.php:92 -msgid "Attachment" -msgstr "" - -#: classes/views/frm-form-actions/_action_inside.php:107 -msgid "Form action automations" -msgstr "" - -#: classes/views/frm-form-actions/_action_inside.php:120 -msgid "Setup Automation" -msgstr "" - -#: classes/views/frm-form-actions/_action_inside.php:133 -msgid "Form action logs" -msgstr "" - -#: classes/views/frm-form-actions/_action_inside.php:135 -msgid "Install logging to get more information on API requests." -msgstr "" - -#. translators: %1$s: The ID of the form action. -#: classes/views/frm-form-actions/_action_inside.php:145 -msgid "Action ID: %1$s" -msgstr "" - -#: classes/views/frm-form-actions/_email_settings.php:17 -msgid "Email Style" -msgstr "" - -#: classes/views/frm-form-actions/_email_settings.php:27 -msgid "(Pro)" -msgstr "" - -#: classes/views/frm-form-actions/_email_settings.php:31 -msgid "(Default)" -msgstr "" - -#: classes/views/frm-form-actions/_email_settings.php:48 -#: classes/views/frm-form-actions/_email_settings.php:65 -msgid "CC" -msgstr "" - -#: classes/views/frm-form-actions/_email_settings.php:51 -#: classes/views/frm-form-actions/_email_settings.php:74 -msgid "BCC" -msgstr "" - -#: classes/views/frm-form-actions/_email_settings.php:57 -msgid "To" -msgstr "" - -#: classes/views/frm-form-actions/_email_settings.php:84 -#: classes/views/frm-form-actions/_email_settings.php:103 -msgid "Reply To" -msgstr "" - -#: classes/views/frm-form-actions/_email_settings.php:90 -msgid "From" -msgstr "" - -#: classes/views/frm-form-actions/_email_settings.php:98 -msgid "Warning: If you are sending an email to the user, the To and From fields should not match." -msgstr "" - -#: classes/views/frm-form-actions/_email_settings.php:113 -msgid "Subject" -msgstr "" - -#: classes/views/frm-form-actions/_email_settings.php:121 -msgid "Message" -msgstr "" - -#: classes/views/frm-form-actions/_email_settings.php:159 -msgid "Append IP Address, Browser, and Referring URL to message" -msgstr "" - -#: classes/views/frm-form-actions/_email_settings.php:161 -msgid "Append Browser and Referring URL to message" -msgstr "" - -#: classes/views/frm-forms/actions-dropdown.php:8 -msgid "Dropdown toggle" -msgstr "" - -#: classes/views/frm-forms/actions-dropdown.php:8 -msgid "Show options" -msgstr "" - -#: classes/views/frm-forms/add_field.php:29 -msgid "Expand/Collapse Section" -msgstr "" - -#: classes/views/frm-forms/add_field.php:33 -msgid "Expand/Collapse Section Icon" -msgstr "" - -#: classes/views/frm-forms/add_field.php:39 -msgid "Move Field" -msgstr "" - -#: classes/views/frm-forms/add_field.php:105 -msgid "Add Fields Here" -msgstr "" - -#: classes/views/frm-forms/add_field_links.php:17 -#: classes/views/frm-forms/add_field_links.php:156 -#: classes/views/frm-forms/add_field_links.php:157 -msgid "Add Fields" -msgstr "" - -#: classes/views/frm-forms/add_field_links.php:22 -msgid "Field Options" -msgstr "" - -#: classes/views/frm-forms/add_field_links.php:37 -msgid "Search Fields" -msgstr "" - -#: classes/views/frm-forms/add_field_links.php:132 -msgid "Pricing Fields" -msgstr "" - -#: classes/views/frm-forms/add_field_links.php:154 -msgid "Select a field to see the options" -msgstr "" - -#: classes/views/frm-forms/edit.php:12 -msgid "Build Form" -msgstr "" - -#. translators: %s: The page number -#: classes/views/frm-forms/form.php:31 -msgid "Page %s" -msgstr "" - -#: classes/views/frm-forms/form.php:77 -#: classes/views/frm-forms/form.php:79 -msgid "Start Building Your Form" -msgstr "" - -#: classes/views/frm-forms/form.php:80 -msgid "Drag and drop fields from the left or click a field to add it to your form." -msgstr "" - -#: classes/views/frm-forms/insert_form_popup.php:11 -msgid "Close panel" -msgstr "" - -#: classes/views/frm-forms/insert_form_popup.php:49 -msgid "Insert into Post" -msgstr "" - -#: classes/views/frm-forms/landing-page-preview-option.php:15 -msgid "Generate Form Page" -msgstr "" - -#. translators: 1: Site name, 2: WordPress -#: classes/views/frm-forms/preview/footer.php:20 -msgid "%1$s is proudly powered by %2$s" -msgstr "" - -#: classes/views/frm-forms/settings-advanced.php:7 -msgid "Modify the basic form settings here." -msgstr "" - -#: classes/views/frm-forms/settings-advanced.php:35 -msgid "Show the form title" -msgstr "" - -#: classes/views/frm-forms/settings-advanced.php:42 -msgid "Show the form description" -msgstr "" - -#: classes/views/frm-forms/settings-advanced.php:62 -msgid "Form Settings" -msgstr "" - -#: classes/views/frm-forms/settings-advanced.php:75 -msgid "On Submit" +#: classes/views/frm-forms/settings-advanced.php:75 +msgid "On Submit" msgstr "" #: classes/views/frm-forms/settings-advanced.php:76 @@ -6834,6 +6443,13 @@ msgstr "" msgid "Select a form:" msgstr "" +#: classes/views/frm-forms/shortcode_opts.php:16 +#: classes/widgets/FrmElementorWidget.php:63 +#: js/src/form/inspector.js:62 +#: js/formidable_blocks.js:601 +msgid "Options" +msgstr "" + #: classes/views/frm-forms/spam-settings/akismet.php:7 msgid "Use Akismet to check entries for spam for" msgstr "" @@ -6850,23 +6466,23 @@ msgstr "" msgid "visitors who are not logged in" msgstr "" -#: classes/views/frm-forms/spam-settings/antispam.php:5 +#: classes/views/frm-forms/spam-settings/antispam.php:6 msgid "Generate unique tokens for validating form submissions." msgstr "" -#: classes/views/frm-forms/spam-settings/antispam.php:7 +#: classes/views/frm-forms/spam-settings/antispam.php:9 msgid "Uploaded files will also be validated for spam." msgstr "" -#: classes/views/frm-forms/spam-settings/antispam.php:13 +#: classes/views/frm-forms/spam-settings/antispam.php:15 msgid "Check entries for spam using JavaScript" msgstr "" -#: classes/views/frm-forms/spam-settings/stopforumspam.php:18 +#: classes/views/frm-forms/spam-settings/stopforumspam.php:19 msgid "Use Stop Forum Spam API to check entries for spam" msgstr "" -#: classes/views/frm-forms/spam-settings/stopforumspam.php:19 +#: classes/views/frm-forms/spam-settings/stopforumspam.php:20 msgid "Sends the IP address and any email addresses to the Stop Forum Spam API." msgstr "" @@ -6882,11 +6498,11 @@ msgstr "" msgid "In Theme" msgstr "" -#: classes/views/frm-forms/_publish_box.php:40 +#: classes/views/frm-forms/_publish_box.php:39 msgid "In Test Mode" msgstr "" -#: classes/views/frm-forms/_publish_box.php:59 +#: classes/views/frm-forms/_publish_box.php:55 msgid "Embed" msgstr "" @@ -6983,7 +6599,7 @@ msgstr "" msgid "Custom allowed words" msgstr "" -#: classes/views/frm-settings/captcha/captcha.php:151 +#: classes/views/frm-settings/captcha/captcha.php:152 msgid "Spam keywords detected recently:" msgstr "" @@ -7028,149 +6644,149 @@ msgstr "" msgid "Use commas to separate multiple emails." msgstr "" -#: classes/views/frm-settings/email/settings.php:15 +#: classes/views/frm-settings/email/settings.php:16 msgid "Make every email match your brand — beautifully and effortlessly." msgstr "" -#: classes/views/frm-settings/email/settings.php:25 +#: classes/views/frm-settings/email/settings.php:26 msgid "Email Styles Settings" msgstr "" -#: classes/views/frm-settings/email/settings.php:35 +#: classes/views/frm-settings/email/settings.php:36 msgid "Header Image" msgstr "" -#: classes/views/frm-settings/email/settings.php:37 +#: classes/views/frm-settings/email/settings.php:38 msgid "Upload or choose a logo to be displayed at the top of email notifications." msgstr "" -#: classes/views/frm-settings/email/settings.php:44 +#: classes/views/frm-settings/email/settings.php:45 msgid "Upload Image" msgstr "" -#: classes/views/frm-settings/email/settings.php:51 +#: classes/views/frm-settings/email/settings.php:52 msgid "Size" msgstr "" -#: classes/views/frm-settings/email/settings.php:53 +#: classes/views/frm-settings/email/settings.php:54 msgid "Small" msgstr "" -#: classes/views/frm-settings/email/settings.php:60 +#: classes/views/frm-settings/email/settings.php:61 msgid "Image Alignment" msgstr "" -#: classes/views/frm-settings/email/settings.php:62 +#: classes/views/frm-settings/email/settings.php:63 msgid "Centered" msgstr "" -#: classes/views/frm-settings/email/settings.php:69 +#: classes/views/frm-settings/email/settings.php:70 msgid "Image Location" msgstr "" -#: classes/views/frm-settings/email/settings.php:71 +#: classes/views/frm-settings/email/settings.php:72 msgid "Outside" msgstr "" -#: classes/views/frm-settings/email/settings.php:83 +#: classes/views/frm-settings/email/settings.php:84 msgid "Color Scheme" msgstr "" -#: classes/views/frm-settings/email/settings.php:84 +#: classes/views/frm-settings/email/settings.php:85 msgid "Change how your email looks by changing these values." msgstr "" -#: classes/views/frm-settings/email/settings.php:90 +#: classes/views/frm-settings/email/settings.php:91 msgid "Email Background" msgstr "" -#: classes/views/frm-settings/email/settings.php:94 +#: classes/views/frm-settings/email/settings.php:95 msgid "Container Background" msgstr "" -#: classes/views/frm-settings/email/settings.php:102 +#: classes/views/frm-settings/email/settings.php:103 msgid "Link" msgstr "" -#: classes/views/frm-settings/email/settings.php:106 +#: classes/views/frm-settings/email/settings.php:107 msgid "Field Divider" msgstr "" -#: classes/views/frm-settings/email/settings.php:117 +#: classes/views/frm-settings/email/settings.php:118 msgid "Typography" msgstr "" -#: classes/views/frm-settings/email/settings.php:118 +#: classes/views/frm-settings/email/settings.php:119 msgid "Choose the style that’s applied to all text in email notifications." msgstr "" -#: classes/views/frm-settings/email/settings.php:125 +#: classes/views/frm-settings/email/settings.php:126 msgid "Sans serif" msgstr "" -#: classes/views/frm-settings/general.php:11 +#: classes/views/frm-settings/general.php:12 msgid "Your license key provides access to new features and updates." msgstr "" -#: classes/views/frm-settings/general.php:17 +#: classes/views/frm-settings/general.php:18 msgid "Defaults" msgstr "" -#: classes/views/frm-settings/general.php:21 +#: classes/views/frm-settings/general.php:22 msgid "Default Email Address" msgstr "" -#: classes/views/frm-settings/general.php:22 +#: classes/views/frm-settings/general.php:23 msgid "The default email address to receive notifications for new form submissions." msgstr "" -#: classes/views/frm-settings/general.php:29 +#: classes/views/frm-settings/general.php:30 msgid "Default From Address" msgstr "" -#: classes/views/frm-settings/general.php:30 +#: classes/views/frm-settings/general.php:31 msgid "The \"From\" address for emails sent from this site." msgstr "" -#: classes/views/frm-settings/general.php:73 +#: classes/views/frm-settings/general.php:77 msgid "Enable GDPR related features and enhancements." msgstr "" -#: classes/views/frm-settings/general.php:80 +#: classes/views/frm-settings/general.php:84 msgid "Disable user tracking cookies. This will disable the option to limit form entries to one per user by cookie." msgstr "" -#: classes/views/frm-settings/general.php:87 +#: classes/views/frm-settings/general.php:91 msgid "Do not store user IPs with form submissions." msgstr "" -#: classes/views/frm-settings/general.php:93 +#: classes/views/frm-settings/general.php:97 msgid "Use custom headers when retrieving IPs with form submissions." msgstr "" -#: classes/views/frm-settings/general.php:94 +#: classes/views/frm-settings/general.php:98 msgid "Only turn this on if IP addresses are incorrect in entries. Some server setups may require spoofable headers to determine an accurate IP address." msgstr "" #. translators: %1$s: Opening tag for a link, %2$s: Closing tag for a link -#: classes/views/frm-settings/general.php:105 +#: classes/views/frm-settings/general.php:109 msgid "Learn more about our GDPR settings %1$shere%2$s" msgstr "" -#: classes/views/frm-settings/general.php:111 +#: classes/views/frm-settings/general.php:115 msgid "Other" msgstr "" -#: classes/views/frm-settings/license_box.php:8 +#: classes/views/frm-settings/license_box.php:9 msgid "Get Formidable Now" msgstr "" -#: classes/views/frm-settings/license_box.php:43 +#: classes/views/frm-settings/license_box.php:47 msgid "or" msgstr "" #. translators: %1$s: Start link HTML, %2$s: CTA Text (Default is "upgrading to PRO"), %3$s: End link HTML -#: classes/views/frm-settings/license_box.php:57 +#: classes/views/frm-settings/license_box.php:61 msgid "To unlock more features consider %1$s%2$s%3$s." msgstr "" @@ -7309,7 +6925,7 @@ msgid "Dismiss" msgstr "" #: classes/views/onboarding-wizard/footer.php:15 -#: classes/views/styles/_style-options.php:11 +#: classes/views/styles/_style-options.php:12 #: js/admin/embed.js:102 msgid "Back" msgstr "" @@ -7450,16 +7066,16 @@ msgid "Install Manually" msgstr "" #. translators: %1$s: Heart icon -#: classes/views/shared/admin-footer-links.php:30 +#: classes/views/shared/admin-footer-links.php:31 msgid "Made with %1$s by the Formidable Team" msgstr "" -#: classes/views/shared/admin-footer-links.php:37 +#: classes/views/shared/admin-footer-links.php:38 #: js/packages/floating-links/config.js:61 msgid "Support" msgstr "" -#: classes/views/shared/admin-footer-links.php:45 +#: classes/views/shared/admin-footer-links.php:46 msgid "Docs" msgstr "" @@ -7467,7 +7083,7 @@ msgstr "" msgid "Confirm" msgstr "" -#: classes/views/shared/errors.php:46 +#: classes/views/shared/errors.php:49 msgid "Warning:" msgstr "" @@ -7509,23 +7125,23 @@ msgstr "" msgid "Keys" msgstr "" -#: classes/views/shared/mb_adv_info.php:98 +#: classes/views/shared/mb_adv_info.php:99 msgid "Use Keys" msgstr "" -#: classes/views/shared/mb_adv_info.php:102 +#: classes/views/shared/mb_adv_info.php:103 msgid "Use IDs" msgstr "" -#: classes/views/shared/mb_adv_info.php:109 +#: classes/views/shared/mb_adv_info.php:110 msgid "IF" msgstr "" -#: classes/views/shared/mb_adv_info.php:166 +#: classes/views/shared/mb_adv_info.php:167 msgid "A blank value" msgstr "" -#: classes/views/shared/mb_adv_info.php:170 +#: classes/views/shared/mb_adv_info.php:171 msgid "Click to Insert" msgstr "" @@ -7582,38 +7198,43 @@ msgstr "" msgid "Dismiss this notice" msgstr "" -#: classes/views/shared/small-device-message.php:18 +#: classes/views/shared/small-device-message.php:19 msgid "More on bigger devices" msgstr "" -#: classes/views/shared/small-device-message.php:19 +#: classes/views/shared/small-device-message.php:20 msgid "For the best experience, we recommend using Formidable Forms on larger devices such as a desktop or tablet." msgstr "" -#: classes/views/shared/small-device-message.php:20 +#: classes/views/shared/small-device-message.php:21 msgid "Go Back" msgstr "" -#: classes/views/shared/small-device-message.php:20 +#: classes/views/shared/small-device-message.php:21 msgid "Proceed Anyway" msgstr "" -#. translators: %$1s: Feature name, %$2s: open span tag, %$3s: close span tag. -#: classes/views/shared/upgrade_overlay.php:22 -msgid "%1$s %2$sare not available%3$s" +#. translators: %$1s: Feature name, %$2s: open span tag, %$3s: close span tag, %$4s: open prefix span tag, %$5s: close prefix span tag, %$6s: open suffix span tag, %$7s: close suffix span tag. +#: classes/views/shared/upgrade_overlay.php:21 +msgid "%4$sActivate the %5$s%1$s %2$sare not available%3$s%6$s are now activated%7$s" msgstr "" #. translators: %s: Feature name -#: classes/views/shared/upgrade_overlay.php:40 +#: classes/views/shared/upgrade_overlay.php:36 msgid "%s are not available on your plan. Please upgrade or renew your license to unlock more awesome features." msgstr "" #. translators: %s: Plan name -#: classes/views/shared/upgrade_overlay.php:58 -#: classes/views/shared/upgrade_overlay.php:69 +#: classes/views/shared/upgrade_overlay.php:55 +#: classes/views/shared/upgrade_overlay.php:67 msgid "Upgrade to %s" msgstr "" +#: classes/views/shared/upgrade_overlay.php:73 +msgctxt "upgrade overlay" +msgid "Learn More" +msgstr "" + #: classes/views/shared/views-info.php:17 msgid "Show and Edit Entries with Views" msgstr "" @@ -7683,60 +7304,60 @@ msgstr "" msgid "We're excited to have you experience the power of Formidable Forms. Over the next 14 days, if Formidable Forms isn’t the best fit for your project, simply reach out! We’ll happily refund 100% of your money. No questions asked." msgstr "" -#: classes/views/styles/components/templates/background-image.php:27 +#: classes/views/styles/components/templates/background-image.php:29 msgid "Background image styles" msgstr "" #: classes/views/styles/components/templates/background-image.php:30 +msgid "Elevate your form's design by adding full-width background images to your forms." +msgstr "" + +#: classes/views/styles/components/templates/background-image.php:39 msgid "Upload background image" msgstr "" -#: classes/views/styles/components/templates/slider.php:19 +#: classes/views/styles/components/templates/slider.php:20 msgid "Vertical value" msgstr "" -#: classes/views/styles/components/templates/slider.php:20 -#: classes/views/styles/components/templates/slider.php:42 -#: classes/views/styles/components/templates/slider.php:64 -#: classes/views/styles/components/templates/slider.php:86 -#: classes/views/styles/components/templates/slider.php:108 -#: classes/views/styles/components/templates/slider.php:130 -#: classes/views/styles/components/templates/slider.php:160 -#: classes/views/styles/components/templates/slider.php:184 -#: classes/views/styles/components/templates/slider.php:212 +#: classes/views/styles/components/templates/slider.php:21 +#: classes/views/styles/components/templates/slider.php:43 +#: classes/views/styles/components/templates/slider.php:65 +#: classes/views/styles/components/templates/slider.php:87 +#: classes/views/styles/components/templates/slider.php:109 +#: classes/views/styles/components/templates/slider.php:131 +#: classes/views/styles/components/templates/slider.php:161 +#: classes/views/styles/components/templates/slider.php:185 +#: classes/views/styles/components/templates/slider.php:213 msgid "Value unit" msgstr "" -#: classes/views/styles/components/templates/slider.php:41 +#: classes/views/styles/components/templates/slider.php:42 msgid "Top value" msgstr "" -#: classes/views/styles/components/templates/slider.php:63 +#: classes/views/styles/components/templates/slider.php:64 msgid "Bottom value" msgstr "" -#: classes/views/styles/components/templates/slider.php:85 +#: classes/views/styles/components/templates/slider.php:86 msgid "Horizontal value" msgstr "" -#: classes/views/styles/components/templates/slider.php:107 +#: classes/views/styles/components/templates/slider.php:108 msgid "Left value" msgstr "" -#: classes/views/styles/components/templates/slider.php:129 +#: classes/views/styles/components/templates/slider.php:130 msgid "Right value" msgstr "" -#: classes/views/styles/components/templates/slider.php:158 -#: classes/views/styles/components/templates/slider.php:183 -#: classes/views/styles/components/templates/slider.php:210 +#: classes/views/styles/components/templates/slider.php:159 +#: classes/views/styles/components/templates/slider.php:184 +#: classes/views/styles/components/templates/slider.php:211 msgid "Field value" msgstr "" -#: classes/views/styles/custom_css.php:8 -msgid "You can add custom css here or in your theme style.css. Any CSS added here will be used anywhere the Formidable CSS is loaded." -msgstr "" - #: classes/views/styles/manage.php:9 msgid "Load form styling" msgstr "" @@ -8007,1196 +7628,1631 @@ msgstr "" msgid "Form Width" msgstr "" -#: classes/views/styles/_general.php:124 -msgid "Direction" +#: classes/views/styles/_general.php:124 +msgid "Direction" +msgstr "" + +#: classes/views/styles/_general.php:142 +#: classes/views/styles/_general.php:155 +msgid "Override Theme" +msgstr "" + +#: classes/views/styles/_general.php:143 +msgid "This will add !important to many of the lines in the Formidable styling to make sure it will be used" +msgstr "" + +#: classes/views/styles/_general.php:164 +#: classes/views/styles/_general.php:175 +msgid "Center Form" +msgstr "" + +#: classes/views/styles/_general.php:183 +#: classes/views/styles/_quick-settings.php:279 +msgid "Style Class" +msgstr "" + +#: classes/views/styles/_manage-styles-row.php:17 +msgid "default" +msgstr "" + +#: classes/views/styles/_manage-styles-row.php:21 +msgid "Styling disabled" +msgstr "" + +#: classes/views/styles/_quick-settings.php:9 +msgid "Essential presets for a quick start. Explore advanced settings for more options" +msgstr "" + +#: classes/views/styles/_quick-settings.php:14 +msgid "Primary" +msgstr "" + +#: classes/views/styles/_quick-settings.php:75 +msgid "Field Border" +msgstr "" + +#: classes/views/styles/_quick-settings.php:98 +msgid "Button Text" +msgstr "" + +#: classes/views/styles/_quick-settings.php:123 +msgid "Vertical Spacing" +msgstr "" + +#: classes/views/styles/_quick-settings.php:144 +msgid "Input Field Padding" +msgstr "" + +#: classes/views/styles/_quick-settings.php:165 +msgid "Base Font Size" +msgstr "" + +#: classes/views/styles/_quick-settings.php:194 +msgid "Field Shape" +msgstr "" + +#: classes/views/styles/_quick-settings.php:270 +msgid "/* Enter your custom CSS here */" +msgstr "" + +#: classes/views/styles/_quick-settings.php:291 +msgid "Show advanced settings" +msgstr "" + +#: classes/views/styles/_sample_form.php:14 +msgid "This is an example form description for styling purposes." +msgstr "" + +#: classes/views/styles/_sample_form.php:18 +msgid "Text field" +msgstr "" + +#: classes/views/styles/_sample_form.php:19 +#: classes/views/styles/_sample_form.php:34 +msgid "This is sample text" +msgstr "" + +#: classes/views/styles/_sample_form.php:20 +msgid "A field with a description" +msgstr "" + +#: classes/views/styles/_sample_form.php:24 +msgid "Drop-down Select" +msgstr "" + +#: classes/views/styles/_sample_form.php:33 +msgid "Text field with error" +msgstr "" + +#: classes/views/styles/_sample_form.php:39 +msgid "Text field in active state" +msgstr "" + +#: classes/views/styles/_sample_form.php:40 +msgid "Active state will be seen when the field is clicked" +msgstr "" + +#: classes/views/styles/_sample_form.php:44 +msgid "Read-only field" +msgstr "" + +#: classes/views/styles/_sample_form.php:45 +msgid "This field is not editable" +msgstr "" + +#: classes/views/styles/_sample_form.php:49 +msgid "Text Area" +msgstr "" + +#: classes/views/styles/_sample_form.php:51 +msgid "Another field with a description" +msgstr "" + +#: classes/views/styles/_sample_form.php:63 +msgid "Check Boxes" +msgstr "" + +#: classes/views/styles/_sample_form.php:90 +#: classes/views/styles/_sample_form.php:95 +msgid "SAMPLE:" +msgstr "" + +#: classes/views/styles/_style-card.php:32 +msgid "Applied" +msgstr "" + +#: classes/views/styles/_style-preview-container.php:10 +#: js/admin/style.js:533 +msgid "View my form" +msgstr "" + +#: classes/views/styles/_style-preview-container.php:10 +#: js/admin/style.js:533 +msgid "View sample form" +msgstr "" + +#: classes/views/styles/_style-preview-container.php:30 +msgid "One or more of your style settings may contain invalid characters that break form styling." +msgstr "" + +#: classes/views/styles/_style-preview-container.php:50 +msgid "Edit style" +msgstr "" + +#: classes/views/styles/_style-preview-container.php:68 +msgid "Please wait" +msgstr "" + +#: classes/views/styles/_style-preview-container.php:69 +msgid "Updating CSS..." +msgstr "" + +#: classes/views/styles/_styles-list.php:39 +msgid "You are currently limited to 1 style template" +msgstr "" + +#: classes/views/styles/_styles-list.php:40 +msgid "Upgrade to create and manage as many form styles as you need." +msgstr "" + +#: classes/views/styles/_styles-list.php:60 +msgid "Enable Formidable styling" +msgstr "" + +#: classes/views/styles/_styles-list.php:78 +msgid "Default Style" +msgstr "" + +#: classes/views/styles/_styles-list.php:84 +msgid "Custom Styles" +msgstr "" + +#: classes/views/styles/_styles-list.php:92 +msgid "Formidable Styles" +msgstr "" + +#. translators: Contact support URL. +#: classes/views/summary-emails/base-plain.php:23 +msgid "Need help? Get in touch with our team at %s" +msgstr "" + +#. translators: Unsubscribe URL. +#: classes/views/summary-emails/base-plain.php:33 +msgid "Unsubscribe: %s" +msgstr "" + +#: classes/views/summary-emails/base.php:53 +msgid "Need help? Get in touch with our team" +msgstr "" + +#: classes/views/summary-emails/base.php:55 +msgid "Contact support" +msgstr "" + +#: classes/views/summary-emails/base.php:62 +msgid "Unsubscribe" +msgstr "" + +#: classes/views/summary-emails/stats-plain.php:24 +#: classes/views/summary-emails/stats.php:29 +msgid "Statistics" +msgstr "" + +#: classes/views/summary-emails/stats-plain.php:35 +msgid "Go to Dashboard:" +msgstr "" + +#. translators: submission count. +#: classes/views/summary-emails/stats-plain.php:49 +msgid "%s submission" +msgid_plural "%s submissions" +msgstr[0] "" +msgstr[1] "" + +#. translators: the list of out-of-date plugins. +#: classes/views/summary-emails/stats-plain.php:62 +#: classes/views/summary-emails/stats.php:109 +msgid "The following plugins are out of date: %s" +msgstr "" + +#: classes/views/summary-emails/stats-plain.php:67 +msgid "Please go to your Plugins page to update them." +msgstr "" + +#: classes/views/summary-emails/stats.php:55 +msgid "Open Dashboard" +msgstr "" + +#: classes/views/summary-emails/stats.php:66 +msgid "Form name" +msgstr "" + +#: classes/views/summary-emails/stats.php:67 +msgid "Submissions" +msgstr "" + +#: classes/views/summary-emails/stats.php:103 +msgid "Out of date plugins" +msgstr "" + +#: classes/views/test-mode/container.php:16 +msgid "To use this feature, please install and activate the Testing Mode add-on." +msgstr "" + +#: classes/views/test-mode/container.php:29 +msgid "To autofill forms using AI, please install and activate the AI add-on." +msgstr "" + +#: classes/views/test-mode/container.php:47 +msgid "Testing Mode Controls" +msgstr "" + +#: classes/views/test-mode/container.php:56 +msgid "Preview as" +msgstr "" + +#: classes/views/test-mode/container.php:76 +msgid "Enabled form actions" +msgstr "" + +#: classes/views/test-mode/container.php:77 +msgid "Selected form actions will be triggered when this test entry is submitted" +msgstr "" + +#: classes/views/test-mode/container.php:96 +msgid "Quick jump to page:" +msgstr "" + +#: classes/views/test-mode/container.php:107 +msgid "Fill empty fields with AI" +msgstr "" + +#: classes/views/test-mode/container.php:124 +#: classes/views/test-mode/container.php:125 +msgid "Reset" +msgstr "" + +#: classes/views/test-mode/container.php:130 +msgid "Unlock these powerful, time saving testing features by upgrading!" +msgstr "" + +#: classes/views/welcome-tour/checklist.php:16 +msgid "Formidable Checklist" +msgstr "" + +#: classes/views/welcome-tour/checklist.php:32 +msgid "Dismiss Checklist" +msgstr "" + +#: classes/views/welcome-tour/steps/step-completed.php:15 +msgid "Congratulations! 🎉" +msgstr "" + +#: classes/views/welcome-tour/steps/step-completed.php:16 +msgid "Setup is complete and your form is ready to use. Thank you for building with Formidable Forms!" +msgstr "" + +#: classes/views/welcome-tour/steps/step-completed.php:18 +msgid "What's next for you?" +msgstr "" + +#. translators: %s is the link to the documentation +#: classes/views/welcome-tour/steps/step-completed.php:26 +msgid "Check %s to learn more." +msgstr "" + +#: classes/views/welcome-tour/steps/step-completed.php:27 +msgid "Docs & Support" +msgstr "" + +#: classes/views/xml/import_form.php:21 +msgid "Upload your Formidable XML file to import forms into this site. If your imported form key and creation date match a form on your site, that form will be updated." +msgstr "" + +#. Translators: 1: Menu name +#: classes/views/xml/import_form.php:25 +msgid "Upload your %1$s XML file to import forms into this site. If your imported form key and creation date match a form on your site, that form will be updated." +msgstr "" + +#: classes/views/xml/import_form.php:40 +msgid "Choose a Formidable XML file" +msgstr "" + +#. Translators: 1: Menu name +#: classes/views/xml/import_form.php:44 +msgid "Choose a %1$s XML file" +msgstr "" + +#. translators: %s: File size +#: classes/views/xml/import_form.php:52 +msgid "Maximum size: %s" +msgstr "" + +#: classes/views/xml/import_form.php:62 +msgid "Upload file and import" msgstr "" -#: classes/views/styles/_general.php:142 -#: classes/views/styles/_general.php:155 -msgid "Override Theme" +#: classes/views/xml/import_form.php:70 +msgid "Export" msgstr "" -#: classes/views/styles/_general.php:143 -msgid "This will add !important to many of the lines in the Formidable styling to make sure it will be used" +#: classes/views/xml/import_form.php:72 +msgid "Export your forms, entries, views, and styles so you can easily import them on another site." msgstr "" -#: classes/views/styles/_general.php:164 -#: classes/views/styles/_general.php:175 -msgid "Center Form" +#: classes/views/xml/import_form.php:79 +msgid "Export Format" msgstr "" -#: classes/views/styles/_general.php:183 -msgid "Style Class" +#: classes/views/xml/import_form.php:90 +msgid "If your CSV special characters are not working correctly, try a different formatting option." msgstr "" -#: classes/views/styles/_manage-styles-row.php:17 -msgid "default" +#: classes/views/xml/import_form.php:91 +msgid "CSV Encoding Format" msgstr "" -#: classes/views/styles/_manage-styles-row.php:21 -msgid "Styling disabled" +#: classes/views/xml/import_form.php:104 +msgid "Column Separation" msgstr "" -#: classes/views/styles/_quick-settings.php:9 -msgid "Essential presets for a quick start. Explore advanced settings for more options" +#: classes/views/xml/import_form.php:110 +msgid "Include the following in the export file" msgstr "" -#: classes/views/styles/_quick-settings.php:14 -msgid "Primary" +#: classes/views/xml/import_form.php:122 +msgid "Select Form(s)" msgstr "" -#: classes/views/styles/_quick-settings.php:75 -msgid "Field Border" +#: classes/views/xml/import_form.php:125 +msgid "Select a Form" msgstr "" -#: classes/views/styles/_quick-settings.php:98 -msgid "Button Text" +#: classes/views/xml/import_form.php:146 +msgid "ID / Form Key" msgstr "" -#: classes/views/styles/_quick-settings.php:123 -msgid "Vertical Spacing" +#: classes/views/xml/import_form.php:147 +msgid "Type" msgstr "" -#: classes/views/styles/_quick-settings.php:144 -msgid "Input Field Padding" +#: classes/views/xml/import_form.php:169 +#: js/src/form-templates/events/createTemplateListeners.js:79 +#: js/form-templates.js:2783 +msgid "Template" msgstr "" -#: classes/views/styles/_quick-settings.php:165 -msgid "Base Font Size" +#. translators: %1$s: Form name +#: classes/views/xml/import_form.php:174 +msgid "Child Form (%1$s)" msgstr "" -#: classes/views/styles/_quick-settings.php:194 -msgid "Field Shape" +#: classes/views/xml/import_form.php:209 +msgid "Export Selection" msgstr "" -#: classes/views/styles/_quick-settings.php:231 -msgid "Show advanced settings" +#: classes/widgets/FrmElementorWidget.php:44 +#: js/src/form/inspector.js:43 +#: js/formidable_blocks.js:582 +msgid "Select Form" msgstr "" -#: classes/views/styles/_sample_form.php:14 -msgid "This is an example form description for styling purposes." +#: classes/widgets/FrmElementorWidget.php:68 +#: js/src/form/inspector.js:66 +#: js/formidable_blocks.js:605 +msgid "Show Form Title" msgstr "" -#: classes/views/styles/_sample_form.php:18 -msgid "Text field" +#: classes/widgets/FrmElementorWidget.php:69 +#: js/src/form/inspector.js:73 +#: js/formidable_blocks.js:612 +msgid "Show Form Description" msgstr "" -#: classes/views/styles/_sample_form.php:19 -#: classes/views/styles/_sample_form.php:34 -msgid "This is sample text" +#: classes/widgets/FrmElementorWidget.php:70 +#: js/src/form/inspector.js:80 +#: js/formidable_blocks.js:619 +msgid "Minimize HTML" msgstr "" -#: classes/views/styles/_sample_form.php:20 -msgid "A field with a description" +#: classes/widgets/FrmShowForm.php:9 +msgid "Display a Formidable Form" msgstr "" -#: classes/views/styles/_sample_form.php:24 -msgid "Drop-down Select" +#: classes/widgets/FrmShowForm.php:10 +msgid "Formidable Form" msgstr "" -#: classes/views/styles/_sample_form.php:33 -msgid "Text field with error" +#: classes/widgets/FrmShowForm.php:70 +msgid "Title" msgstr "" -#: classes/views/styles/_sample_form.php:39 -msgid "Text field in active state" +#: classes/widgets/FrmShowForm.php:100 +msgid "Show Description" msgstr "" -#: classes/views/styles/_sample_form.php:40 -msgid "Active state will be seen when the field is clicked" +#: square/controllers/FrmSquareLiteActionsController.php:113 +#: stripe/controllers/FrmStrpLiteActionsController.php:125 +msgid "Please specify an amount for the payment" msgstr "" -#: classes/views/styles/_sample_form.php:44 -msgid "Read-only field" +#: square/controllers/FrmSquareLiteActionsController.php:118 +msgid "There was a problem communicating with Square. Please try again." msgstr "" -#: classes/views/styles/_sample_form.php:45 -msgid "This field is not editable" +#: square/controllers/FrmSquareLiteActionsController.php:149 +#: square/controllers/FrmSquareLiteActionsController.php:218 +msgid "Please enter a valid credit card" msgstr "" -#: classes/views/styles/_sample_form.php:49 -msgid "Text Area" +#: square/controllers/FrmSquareLiteActionsController.php:275 +msgid "There was a problem creating the subscription" msgstr "" -#: classes/views/styles/_sample_form.php:51 -msgid "Another field with a description" +#: square/controllers/FrmSquareLiteAppController.php:78 +msgid "Invalid form ID" msgstr "" -#: classes/views/styles/_sample_form.php:63 -msgid "Check Boxes" +#: square/controllers/FrmSquareLiteAppController.php:84 +msgid "No Square actions found for this form" msgstr "" -#: classes/views/styles/_sample_form.php:89 -#: classes/views/styles/_sample_form.php:94 -msgid "SAMPLE:" +#: square/helpers/FrmSquareLiteAppHelper.php:82 +#: stripe/helpers/FrmStrpLiteAppHelper.php:126 +msgid "Upgrade to save on fees." msgstr "" -#: classes/views/styles/_style-card.php:31 -msgid "Applied" +#: square/helpers/FrmSquareLiteConnectHelper.php:29 +#: stripe/views/settings/form.php:11 +msgid "Test Mode" msgstr "" -#: classes/views/styles/_style-preview-container.php:10 -#: js/admin/style.js:533 -msgid "View my form" +#: square/helpers/FrmSquareLiteConnectHelper.php:34 +msgid "Use the Square test mode" msgstr "" -#: classes/views/styles/_style-preview-container.php:10 -#: js/admin/style.js:533 -msgid "View sample form" +#: square/helpers/FrmSquareLiteConnectHelper.php:55 +msgid "Your site is not using SSL. Before using Square to collect payments, you will need to install an SSL certificate on your site." msgstr "" -#: classes/views/styles/_style-preview-container.php:29 -msgid "One or more of your style settings may contain invalid characters that break form styling." +#: square/helpers/FrmSquareLiteConnectHelper.php:74 +#: stripe/helpers/FrmTransLiteAppHelper.php:530 +msgid "Test" msgstr "" -#: classes/views/styles/_style-preview-container.php:49 -msgid "Edit style" +#: square/helpers/FrmSquareLiteConnectHelper.php:74 +#: stripe/helpers/FrmTransLiteAppHelper.php:530 +msgid "Live" msgstr "" -#: classes/views/styles/_style-preview-container.php:67 -msgid "Please wait" +#: square/helpers/FrmSquareLiteConnectHelper.php:103 +msgid "Live version to process real customer transactions" msgstr "" -#: classes/views/styles/_style-preview-container.php:68 -msgid "Updating CSS..." +#: square/helpers/FrmSquareLiteConnectHelper.php:105 +msgid "Simulate payments and ensure everything works smoothly before going live." msgstr "" -#: classes/views/styles/_styles-list.php:37 -msgid "You are currently limited to 1 style template" +#: square/helpers/FrmSquareLiteConnectHelper.php:112 +#: stripe/views/settings/connect.php:27 +msgid "Disconnect" msgstr "" -#: classes/views/styles/_styles-list.php:38 -msgid "Upgrade to create and manage as many form styles as you need." +#: square/helpers/FrmSquareLiteConnectHelper.php:116 +msgid "Connect" msgstr "" -#: classes/views/styles/_styles-list.php:58 -msgid "Enable Formidable styling" +#: stripe/controllers/FrmStrpLiteActionsController.php:130 +msgid "There was a problem communicating with Stripe. Please try again." msgstr "" -#: classes/views/styles/_styles-list.php:76 -msgid "Default Style" +#. translators: %s: The amount of money that was refunded. +#: stripe/controllers/FrmStrpLiteEventsController.php:77 +msgid "Payment partially refunded %s" msgstr "" -#: classes/views/styles/_styles-list.php:82 -msgid "Custom Styles" +#. translators: %s: The status of the payment. +#. translators: %s: Payment status. +#: stripe/controllers/FrmStrpLiteEventsController.php:82 +#: stripe/helpers/FrmTransLiteAppHelper.php:131 +msgid "Payment %s" msgstr "" -#: classes/views/styles/_styles-list.php:90 -msgid "Formidable Styles" +#: stripe/controllers/FrmTransLiteActionsController.php:59 +msgid "Successful Payment" msgstr "" -#. translators: Contact support URL. -#: classes/views/summary-emails/base-plain.php:22 -msgid "Need help? Get in touch with our team at %s" +#: stripe/controllers/FrmTransLiteActionsController.php:60 +msgid "Failed Payment" msgstr "" -#. translators: Unsubscribe URL. -#: classes/views/summary-emails/base-plain.php:32 -msgid "Unsubscribe: %s" +#: stripe/controllers/FrmTransLiteActionsController.php:61 +msgid "Refunded Payment" msgstr "" -#: classes/views/summary-emails/base.php:52 -msgid "Need help? Get in touch with our team" +#: stripe/controllers/FrmTransLiteActionsController.php:62 +msgid "Processing Payment" msgstr "" -#: classes/views/summary-emails/base.php:54 -msgid "Contact support" +#: stripe/controllers/FrmTransLiteActionsController.php:63 +msgid "Canceled Subscription" msgstr "" -#: classes/views/summary-emails/base.php:61 -msgid "Unsubscribe" +#: stripe/controllers/FrmTransLiteActionsController.php:64 +msgid "Subscription Canceled and Expired" msgstr "" -#: classes/views/summary-emails/stats-plain.php:23 -#: classes/views/summary-emails/stats.php:28 -msgid "Statistics" +#: stripe/controllers/FrmTransLiteActionsController.php:163 +msgid "There was an error processing your payment." msgstr "" -#: classes/views/summary-emails/stats-plain.php:34 -msgid "Go to Dashboard:" +#: stripe/controllers/FrmTransLiteActionsController.php:642 +msgid "Payment Method" msgstr "" -#. translators: submission count. -#: classes/views/summary-emails/stats-plain.php:48 -msgid "%s submission" -msgid_plural "%s submissions" -msgstr[0] "" -msgstr[1] "" - -#. translators: the list of out-of-date plugins. -#: classes/views/summary-emails/stats-plain.php:61 -#: classes/views/summary-emails/stats.php:108 -msgid "The following plugins are out of date: %s" +#: stripe/controllers/FrmTransLiteCRUDController.php:24 +msgid "Please select a payment to view" msgstr "" -#: classes/views/summary-emails/stats-plain.php:66 -msgid "Please go to your Plugins page to update them." +#: stripe/controllers/FrmTransLiteCRUDController.php:34 +#: stripe/controllers/FrmTransLiteListsController.php:64 +#: stripe/views/payments/show.php:64 +#: stripe/views/subscriptions/show.php:26 +msgid "Subscription" msgstr "" -#: classes/views/summary-emails/stats.php:54 -msgid "Open Dashboard" +#. translators: %s: Transaction type +#: stripe/controllers/FrmTransLiteCRUDController.php:38 +msgid "You can't view the %s" msgstr "" -#: classes/views/summary-emails/stats.php:65 -msgid "Form name" +#. translators: %s: Transaction type +#: stripe/controllers/FrmTransLiteCRUDController.php:40 +msgid "You are trying to view a %s that does not exist" msgstr "" -#: classes/views/summary-emails/stats.php:66 -msgid "Submissions" +#: stripe/controllers/FrmTransLiteCRUDController.php:106 +msgid "Payment was Successfully Deleted" msgstr "" -#: classes/views/summary-emails/stats.php:102 -msgid "Out of date plugins" +#: stripe/controllers/FrmTransLiteListsController.php:47 +msgid "Customer" msgstr "" -#: classes/views/test-mode/container.php:16 -msgid "To use this feature, please install and activate the Testing Mode add-on." +#: stripe/controllers/FrmTransLiteListsController.php:51 +msgid "Profile ID" msgstr "" -#: classes/views/test-mode/container.php:29 -msgid "To autofill forms using AI, please install and activate the AI add-on." +#: stripe/controllers/FrmTransLiteListsController.php:54 +#: stripe/views/subscriptions/show.php:67 +msgid "Billing Cycle" msgstr "" -#: classes/views/test-mode/container.php:47 -msgid "Testing Mode Controls" +#: stripe/controllers/FrmTransLiteListsController.php:55 +msgid "Payments Made" msgstr "" -#: classes/views/test-mode/container.php:56 -msgid "Preview as" +#: stripe/controllers/FrmTransLiteListsController.php:56 +msgid "Next Bill Date" msgstr "" -#: classes/views/test-mode/container.php:76 -msgid "Enabled form actions" +#: stripe/controllers/FrmTransLiteListsController.php:60 +msgid "Receipt ID" msgstr "" -#: classes/views/test-mode/container.php:77 -msgid "Selected form actions will be triggered when this test entry is submitted" +#: stripe/controllers/FrmTransLiteListsController.php:63 +#: stripe/views/action-settings/payments-options.php:32 +#: stripe/views/payments/show.php:74 +msgid "Amount" msgstr "" -#: classes/views/test-mode/container.php:96 -msgid "Quick jump to page:" +#: stripe/controllers/FrmTransLiteListsController.php:65 +msgid "Begin Date" msgstr "" -#: classes/views/test-mode/container.php:107 -msgid "Fill empty fields with AI" +#: stripe/controllers/FrmTransLiteListsController.php:66 +msgid "Expire Date" msgstr "" -#: classes/views/test-mode/container.php:124 -#: classes/views/test-mode/container.php:125 -msgid "Reset" +#: stripe/controllers/FrmTransLiteListsController.php:72 +#: stripe/views/payments/show.php:33 +#: stripe/views/subscriptions/show.php:32 +msgid "Status" msgstr "" -#: classes/views/test-mode/container.php:130 -msgid "Unlock these powerful, time saving testing features by upgrading!" +#: stripe/controllers/FrmTransLiteListsController.php:74 +msgid "Processor" msgstr "" -#: classes/views/welcome-tour/checklist.php:15 -msgid "Formidable Checklist" +#: stripe/controllers/FrmTransLiteListsController.php:75 +#: stripe/views/payments/show.php:80 +#: stripe/views/subscriptions/show.php:61 +msgid "Mode" msgstr "" -#: classes/views/welcome-tour/checklist.php:31 -msgid "Dismiss Checklist" +#: stripe/controllers/FrmTransLitePaymentsController.php:81 +#: stripe/controllers/FrmTransLiteSubscriptionsController.php:14 +msgid "M j, Y @ G:i" msgstr "" -#: classes/views/welcome-tour/steps/step-completed.php:14 -msgid "Congratulations! 🎉" +#. translators: %d: Entry ID. +#. translators: %d: ID of the deleted entry. +#: stripe/controllers/FrmTransLitePaymentsController.php:144 +#: stripe/helpers/FrmTransLiteListHelper.php:422 +msgid "%d (Deleted)" msgstr "" -#: classes/views/welcome-tour/steps/step-completed.php:15 -msgid "Setup is complete and your form is ready to use. Thank you for building with Formidable Forms!" +#: stripe/controllers/FrmTransLitePaymentsController.php:164 +#: stripe/controllers/FrmTransLitePaymentsController.php:232 +#: stripe/helpers/FrmTransLiteAppHelper.php:99 +msgid "Refunded" msgstr "" -#: classes/views/welcome-tour/steps/step-completed.php:17 -msgid "What's next for you?" +#: stripe/controllers/FrmTransLitePaymentsController.php:166 +msgid "Are you sure you want to refund that payment?" msgstr "" -#. translators: %s is the link to the documentation -#: classes/views/welcome-tour/steps/step-completed.php:25 -msgid "Check %s to learn more." +#: stripe/controllers/FrmTransLitePaymentsController.php:170 +msgid "Refund" msgstr "" -#: classes/views/welcome-tour/steps/step-completed.php:26 -msgid "Docs & Support" +#: stripe/controllers/FrmTransLitePaymentsController.php:212 +msgid "Oops! No payment was selected for refund." msgstr "" -#: classes/views/xml/import_form.php:21 -msgid "Upload your Formidable XML file to import forms into this site. If your imported form key and creation date match a form on your site, that form will be updated." +#: stripe/controllers/FrmTransLitePaymentsController.php:234 +#: stripe/controllers/FrmTransLiteSubscriptionsController.php:128 +#: stripe/helpers/FrmTransLiteAppHelper.php:98 +msgid "Failed" msgstr "" -#. Translators: 1: Menu name -#: classes/views/xml/import_form.php:25 -msgid "Upload your %1$s XML file to import forms into this site. If your imported form key and creation date match a form on your site, that form will be updated." +#: stripe/controllers/FrmTransLiteSubscriptionsController.php:74 +#: stripe/controllers/FrmTransLiteSubscriptionsController.php:126 +#: stripe/helpers/FrmTransLiteAppHelper.php:100 +#: stripe/helpers/FrmTransLiteAppHelper.php:112 +#: stripe/helpers/FrmTransLiteAppHelper.php:113 +msgid "Canceled" msgstr "" -#: classes/views/xml/import_form.php:40 -msgid "Choose a Formidable XML file" +#: stripe/controllers/FrmTransLiteSubscriptionsController.php:75 +msgid "Are you sure you want to cancel that subscription?" msgstr "" -#. Translators: 1: Menu name -#: classes/views/xml/import_form.php:44 -msgid "Choose a %1$s XML file" +#: stripe/controllers/FrmTransLiteSubscriptionsController.php:131 +msgid "That subscription was not found" msgstr "" -#. translators: %s: File size -#: classes/views/xml/import_form.php:52 -msgid "Maximum size: %s" +#: stripe/controllers/FrmTransLiteSubscriptionsController.php:134 +msgid "Oops! No subscription was selected for cancelation." msgstr "" -#: classes/views/xml/import_form.php:62 -msgid "Upload file and import" +#. translators: %1$s: Link HTML, %2$s: End link +#: stripe/helpers/FrmStrpLiteAppHelper.php:145 +msgid "Credit Cards will not work without %1$sconnecting Stripe%2$s or %3$sconnecting Square%4$s first." msgstr "" -#: classes/views/xml/import_form.php:70 -msgid "Export" +#: stripe/helpers/FrmStrpLiteConnectApiAdapter.php:119 +msgid "Unable to retrieve customer through Stripe Connect." msgstr "" -#: classes/views/xml/import_form.php:72 -msgid "Export your forms, entries, views, and styles so you can easily import them on another site." +#: stripe/helpers/FrmStrpLiteConnectHelper.php:616 +msgid "Connection Status" msgstr "" -#: classes/views/xml/import_form.php:79 -msgid "Export Format" +#: stripe/helpers/FrmStrpLiteConnectHelper.php:636 +msgid "TEST" msgstr "" -#: classes/views/xml/import_form.php:90 -msgid "If your CSV special characters are not working correctly, try a different formatting option." +#: stripe/helpers/FrmStrpLiteConnectHelper.php:636 +msgid "LIVE" msgstr "" -#: classes/views/xml/import_form.php:91 -msgid "CSV Encoding Format" +#. translators: %s: Invalid payment limit value title +#: stripe/helpers/FrmStrpLiteSubscriptionHelper.php:261 +msgid "Invalid payment limit value %s" msgstr "" -#: classes/views/xml/import_form.php:104 -msgid "Column Separation" +#: stripe/helpers/FrmTransLiteAppHelper.php:95 +msgid "Authorized" msgstr "" -#: classes/views/xml/import_form.php:110 -msgid "Include the following in the export file" +#: stripe/helpers/FrmTransLiteAppHelper.php:96 +#: stripe/helpers/FrmTransLiteAppHelper.php:110 +msgid "Pending" msgstr "" -#: classes/views/xml/import_form.php:122 -msgid "Select Form(s)" +#: stripe/helpers/FrmTransLiteAppHelper.php:97 +msgid "Completed" msgstr "" -#: classes/views/xml/import_form.php:125 -msgid "Select a Form" +#: stripe/helpers/FrmTransLiteAppHelper.php:101 +msgid "Processing" msgstr "" -#: classes/views/xml/import_form.php:146 -msgid "ID / Form Key" +#: stripe/helpers/FrmTransLiteAppHelper.php:114 +msgid "Void" msgstr "" -#: classes/views/xml/import_form.php:147 -msgid "Type" +#: stripe/helpers/FrmTransLiteAppHelper.php:243 +#: stripe/views/action-settings/payments-options.php:89 +msgid "day(s)" msgstr "" -#. translators: %1$s: Form name -#: classes/views/xml/import_form.php:174 -msgid "Child Form (%1$s)" +#: stripe/helpers/FrmTransLiteAppHelper.php:244 +msgid "week(s)" msgstr "" -#: classes/views/xml/import_form.php:208 -msgid "Export Selection" +#: stripe/helpers/FrmTransLiteAppHelper.php:245 +msgid "month(s)" msgstr "" -#: classes/widgets/FrmShowForm.php:9 -msgid "Display a Formidable Form" +#: stripe/helpers/FrmTransLiteAppHelper.php:246 +msgid "year(s)" msgstr "" -#: classes/widgets/FrmShowForm.php:10 -msgid "Formidable Form" +#: stripe/helpers/FrmTransLiteAppHelper.php:400 +msgid "Guest" msgstr "" -#: classes/widgets/FrmShowForm.php:61 -msgid "Title" +#: stripe/helpers/FrmTransLiteAppHelper.php:618 +msgid "Use Square Merchant Currency" msgstr "" -#: classes/widgets/FrmShowForm.php:91 -msgid "Show Description" +#: stripe/helpers/FrmTransLiteListHelper.php:34 +msgid "Payments list" msgstr "" -#: square/controllers/FrmSquareLiteActionsController.php:104 -#: stripe/controllers/FrmStrpLiteActionsController.php:116 -msgid "Please specify an amount for the payment" +#: stripe/helpers/FrmTransLiteListHelper.php:111 +msgid "No payments found." msgstr "" -#: square/controllers/FrmSquareLiteActionsController.php:109 -msgid "There was a problem communicating with Square. Please try again." +#: stripe/helpers/FrmTransLiteListHelper.php:120 +msgid "Subscriptions" msgstr "" -#: square/controllers/FrmSquareLiteActionsController.php:139 -#: square/controllers/FrmSquareLiteActionsController.php:206 -msgid "Please enter a valid credit card" +#. translators: %1$s: Transaction type (Payments or Subscriptions), %2$s: Span start tag, %3$s: Count, %4$s: Span close tag. +#: stripe/helpers/FrmTransLiteListHelper.php:149 +msgid "%1$s %2$s(%3$s)%4$s" msgstr "" -#: square/controllers/FrmSquareLiteActionsController.php:262 -msgid "There was a problem creating the subscription" +#: stripe/helpers/FrmTransLiteListHelper.php:404 +#: stripe/views/payments/show.php:156 +msgid "Permanently delete this payment?" msgstr "" -#: square/controllers/FrmSquareLiteAppController.php:73 -msgid "Invalid form ID" +#: stripe/helpers/FrmTransLiteListHelper.php:489 +msgid "unlimited" msgstr "" -#: square/controllers/FrmSquareLiteAppController.php:78 -msgid "No Square actions found for this form" +#. translators: %1$s: Count, %2$s: Limit. +#: stripe/helpers/FrmTransLiteListHelper.php:495 +msgid "%1$s of %2$s" msgstr "" -#: square/helpers/FrmSquareLiteAppHelper.php:77 -#: stripe/helpers/FrmStrpLiteAppHelper.php:119 -msgid "Upgrade to save on fees." +#: stripe/helpers/FrmTransLiteListHelper.php:521 +msgid "This payment method may take between 4-5 business days to process." msgstr "" -#: square/helpers/FrmSquareLiteConnectHelper.php:29 -#: stripe/views/settings/form.php:11 -msgid "Test Mode" +#: stripe/models/FrmStrpLiteAuth.php:142 +msgid "Payment intent does not exist." msgstr "" -#: square/helpers/FrmSquareLiteConnectHelper.php:34 -msgid "Use the Square test mode" +#: stripe/models/FrmStrpLiteAuth.php:144 +msgid "Unable to verify payment intent." msgstr "" -#: square/helpers/FrmSquareLiteConnectHelper.php:54 -msgid "Your site is not using SSL. Before using Square to collect payments, you will need to install an SSL certificate on your site." +#: stripe/models/FrmStrpLiteAuth.php:146 +msgid "Payment did not complete." msgstr "" -#: square/helpers/FrmSquareLiteConnectHelper.php:72 -#: stripe/helpers/FrmTransLiteAppHelper.php:491 -msgid "Test" +#: stripe/models/FrmStrpLiteAuth.php:148 +msgid "Unable to find record of payment." msgstr "" -#: square/helpers/FrmSquareLiteConnectHelper.php:72 -#: stripe/helpers/FrmTransLiteAppHelper.php:491 -msgid "Live" +#: stripe/models/FrmStrpLiteAuth.php:150 +msgid "This form submission does not exist." msgstr "" -#: square/helpers/FrmSquareLiteConnectHelper.php:100 -msgid "Live version to process real customer transactions" +#: stripe/models/FrmStrpLiteAuth.php:152 +msgid "This form is not configured for Stripe link payments." msgstr "" -#: square/helpers/FrmSquareLiteConnectHelper.php:102 -msgid "Simulate payments and ensure everything works smoothly before going live." +#: stripe/models/FrmStrpLiteAuth.php:154 +msgid "Something went wrong when trying to create a subscription." msgstr "" -#: square/helpers/FrmSquareLiteConnectHelper.php:109 -#: stripe/views/settings/connect.php:27 -msgid "Disconnect" +#: stripe/models/FrmStrpLiteAuth.php:156 +msgid "Payment was not successfully processed." msgstr "" -#: square/helpers/FrmSquareLiteConnectHelper.php:113 -msgid "Connect" +#: stripe/models/FrmStrpLiteSettings.php:31 +msgid "This payment may take several days to finish processing." msgstr "" -#: stripe/controllers/FrmStrpLiteActionsController.php:121 -msgid "There was a problem communicating with Stripe. Please try again." +#: stripe/models/FrmTransLiteAction.php:20 +msgid "Collect a Payment" msgstr "" -#. translators: %s: The amount of money that was refunded. -#: stripe/controllers/FrmStrpLiteEventsController.php:62 -msgid "Payment partially refunded %s" +#: stripe/models/FrmTransLiteAction.php:216 +msgid "Last" msgstr "" -#. translators: %s: The status of the payment. -#. translators: %s: Payment status. -#: stripe/controllers/FrmStrpLiteEventsController.php:67 -#: stripe/helpers/FrmTransLiteAppHelper.php:126 -msgid "Payment %s" +#. translators: %s: The comma separated field types expected in the form. +#: stripe/models/FrmTransLiteAction.php:233 +msgid "Oops! You need a %s field in your form." msgstr "" -#: stripe/controllers/FrmTransLiteActionsController.php:57 -msgid "Successful Payment" +#: stripe/views/action-settings/capture-payments-upsell.php:9 +msgid "Additional Stripe settings" msgstr "" -#: stripe/controllers/FrmTransLiteActionsController.php:58 -msgid "Failed Payment" +#: stripe/views/action-settings/capture-payments-upsell.php:20 +msgid "Capture Payment" msgstr "" -#: stripe/controllers/FrmTransLiteActionsController.php:59 -msgid "Refunded Payment" +#: stripe/views/action-settings/capture-payments-upsell.php:23 +msgid "When entry is submitted" msgstr "" -#: stripe/controllers/FrmTransLiteActionsController.php:60 -msgid "Processing Payment" +#: stripe/views/action-settings/options.php:17 +msgid "Layout" msgstr "" -#: stripe/controllers/FrmTransLiteActionsController.php:61 -msgid "Canceled Subscription" +#: stripe/views/action-settings/options.php:21 +msgid "Tabs" msgstr "" -#: stripe/controllers/FrmTransLiteActionsController.php:62 -msgid "Subscription Canceled and Expired" +#: stripe/views/action-settings/options.php:30 +msgid "Accordion" msgstr "" -#: stripe/controllers/FrmTransLiteActionsController.php:153 -msgid "There was an error processing your payment." +#: stripe/views/action-settings/payments-options.php:42 +msgid "Payment Type" msgstr "" -#: stripe/controllers/FrmTransLiteActionsController.php:601 -msgid "Payment Method" +#: stripe/views/action-settings/payments-options.php:45 +msgid "One-time Payment" msgstr "" -#: stripe/controllers/FrmTransLiteCRUDController.php:22 -msgid "Please select a payment to view" +#: stripe/views/action-settings/payments-options.php:46 +msgid "Recurring" msgstr "" -#: stripe/controllers/FrmTransLiteCRUDController.php:32 -#: stripe/controllers/FrmTransLiteListsController.php:63 -#: stripe/views/payments/show.php:64 -#: stripe/views/subscriptions/show.php:26 -msgid "Subscription" +#: stripe/views/action-settings/payments-options.php:54 +msgid "Repeat" msgstr "" -#. translators: %s: Transaction type -#: stripe/controllers/FrmTransLiteCRUDController.php:36 -msgid "You can't view the %s" +#: stripe/views/action-settings/payments-options.php:79 +msgid "Recurring Payment Limit" msgstr "" -#. translators: %s: Transaction type -#: stripe/controllers/FrmTransLiteCRUDController.php:38 -msgid "You are trying to view a %s that does not exist" +#: stripe/views/action-settings/payments-options.php:86 +msgid "Trial Period" msgstr "" -#: stripe/controllers/FrmTransLiteCRUDController.php:103 -msgid "Payment was Successfully Deleted" +#: stripe/views/action-settings/payments-options.php:101 +msgid "Gateway(s)" msgstr "" -#: stripe/controllers/FrmTransLiteListsController.php:46 -msgid "Customer" +#: stripe/views/action-settings/payments-options.php:141 +msgid "Customer Information" msgstr "" -#: stripe/controllers/FrmTransLiteListsController.php:50 -msgid "Profile ID" +#: stripe/views/payments/show.php:12 +msgid "View Payment" msgstr "" -#: stripe/controllers/FrmTransLiteListsController.php:53 -#: stripe/views/subscriptions/show.php:67 -msgid "Billing Cycle" +#: stripe/views/payments/show.php:38 +#: stripe/views/subscriptions/show.php:37 +msgid "User" msgstr "" -#: stripe/controllers/FrmTransLiteListsController.php:54 -msgid "Payments Made" +#: stripe/views/payments/show.php:53 +#: stripe/views/subscriptions/show.php:52 +msgid "Receipt" msgstr "" -#: stripe/controllers/FrmTransLiteListsController.php:55 -msgid "Next Bill Date" +#: stripe/views/payments/show.php:60 +msgid "Invoice #" msgstr "" -#: stripe/controllers/FrmTransLiteListsController.php:59 -msgid "Receipt ID" +#: stripe/views/payments/show.php:67 +#: stripe/views/subscriptions/show.php:11 +msgid "View Subscription" msgstr "" -#: stripe/controllers/FrmTransLiteListsController.php:62 -#: stripe/views/action-settings/payments-options.php:30 -#: stripe/views/payments/show.php:74 -msgid "Amount" +#: stripe/views/payments/show.php:87 +msgid "Payment Dates" msgstr "" -#: stripe/controllers/FrmTransLiteListsController.php:64 -msgid "Begin Date" +#: stripe/views/payments/show.php:100 +#: stripe/views/subscriptions/show.php:85 +msgid "Payment Status Updates" msgstr "" -#: stripe/controllers/FrmTransLiteListsController.php:65 -msgid "Expire Date" +#: stripe/views/payments/show.php:149 +#: stripe/views/payments/sidebar_list.php:8 +msgid "Payment Details" msgstr "" -#: stripe/controllers/FrmTransLiteListsController.php:71 -#: stripe/views/payments/show.php:33 -#: stripe/views/subscriptions/show.php:32 -msgid "Status" +#: stripe/views/payments/show.php:159 +msgid "Delete Payment" msgstr "" -#: stripe/controllers/FrmTransLiteListsController.php:73 -msgid "Processor" +#. translators: %s: Timestamp. +#: stripe/views/payments/sidebar_actions.php:13 +#: stripe/views/subscriptions/sidebar_actions.php:12 +msgid "Created on: %1$s" msgstr "" -#: stripe/controllers/FrmTransLiteListsController.php:74 -#: stripe/views/payments/show.php:80 -#: stripe/views/subscriptions/show.php:61 -msgid "Mode" +#: stripe/views/payments/sidebar_actions.php:23 +msgid "Payment:" msgstr "" -#: stripe/controllers/FrmTransLitePaymentsController.php:79 -#: stripe/controllers/FrmTransLiteSubscriptionsController.php:13 -msgid "M j, Y @ G:i" +#: stripe/views/payments/sidebar_list.php:26 +msgid "Created:" msgstr "" -#. translators: %d: Entry ID. -#. translators: %d: ID of the deleted entry. -#: stripe/controllers/FrmTransLitePaymentsController.php:139 -#: stripe/helpers/FrmTransLiteListHelper.php:408 -msgid "%d (Deleted)" +#: stripe/views/payments/sidebar_list.php:29 +msgid "Show Payment" msgstr "" -#: stripe/controllers/FrmTransLitePaymentsController.php:158 -#: stripe/controllers/FrmTransLitePaymentsController.php:224 -#: stripe/helpers/FrmTransLiteAppHelper.php:95 -msgid "Refunded" +#: stripe/views/payments/sidebar_list.php:37 +msgid "Amount:" msgstr "" -#: stripe/controllers/FrmTransLitePaymentsController.php:160 -msgid "Are you sure you want to refund that payment?" +#: stripe/views/payments/sidebar_list.php:49 +msgid "Status:" msgstr "" -#: stripe/controllers/FrmTransLitePaymentsController.php:164 -msgid "Refund" +#: stripe/views/payments/sidebar_list.php:64 +msgid "Subscription:" msgstr "" -#: stripe/controllers/FrmTransLitePaymentsController.php:204 -msgid "Oops! No payment was selected for refund." +#: stripe/views/payments/sidebar_list.php:77 +#: stripe/views/subscriptions/sidebar_actions.php:41 +msgid "Cancel Subscription" msgstr "" -#: stripe/controllers/FrmTransLitePaymentsController.php:226 -#: stripe/controllers/FrmTransLiteSubscriptionsController.php:121 -#: stripe/helpers/FrmTransLiteAppHelper.php:94 -msgid "Failed" +#: stripe/views/payments/sidebar_list.php:94 +msgid "Total Paid:" msgstr "" -#: stripe/controllers/FrmTransLiteSubscriptionsController.php:69 -#: stripe/controllers/FrmTransLiteSubscriptionsController.php:119 -#: stripe/helpers/FrmTransLiteAppHelper.php:96 -#: stripe/helpers/FrmTransLiteAppHelper.php:108 -#: stripe/helpers/FrmTransLiteAppHelper.php:109 -msgid "Canceled" +#: stripe/views/settings/connect.php:13 +msgid "Connected" msgstr "" -#: stripe/controllers/FrmTransLiteSubscriptionsController.php:70 -msgid "Are you sure you want to cancel that subscription?" +#: stripe/views/settings/connect.php:18 +msgid "Not connected!" msgstr "" -#: stripe/controllers/FrmTransLiteSubscriptionsController.php:124 -msgid "That subscription was not found" +#: stripe/views/settings/connect.php:23 +msgid "Finish Stripe Setup" msgstr "" -#: stripe/controllers/FrmTransLiteSubscriptionsController.php:127 -msgid "Oops! No subscription was selected for cancelation." +#: stripe/views/settings/connect.php:32 +msgid "Connect to Stripe" msgstr "" -#. translators: %1$s: Link HTML, %2$s: End link -#: stripe/helpers/FrmStrpLiteAppHelper.php:138 -msgid "Credit Cards will not work without %1$sconnecting Stripe%2$s or %3$sconnecting Square%4$s first." +#: stripe/views/settings/form.php:16 +msgid "Use the Stripe test mode" msgstr "" -#: stripe/helpers/FrmStrpLiteConnectApiAdapter.php:109 -msgid "Unable to retrieve customer through Stripe Connect." +#: stripe/views/settings/form.php:19 +msgid "Your site is not using SSL. Before using Stripe to collect live payments, you will need to install an SSL certificate on your site." msgstr "" -#: stripe/helpers/FrmStrpLiteConnectHelper.php:585 -msgid "Connection Status" +#: stripe/views/settings/messages.php:8 +msgid "Stripe Processing Message" msgstr "" -#: stripe/helpers/FrmStrpLiteConnectHelper.php:604 -msgid "TEST" +#: stripe/views/settings/messages.php:9 +msgid "The text used to notify users that a Stripe payment is still processing and will not be finalized for several days." msgstr "" -#: stripe/helpers/FrmStrpLiteConnectHelper.php:604 -msgid "LIVE" +#: stripe/views/subscriptions/show.php:72 +msgid "Next Payment Date" msgstr "" -#. translators: %s: Invalid payment limit value title -#: stripe/helpers/FrmStrpLiteSubscriptionHelper.php:247 -msgid "Invalid payment limit value %s" +#: stripe/views/subscriptions/show.php:78 +msgid "Fail Count" msgstr "" -#: stripe/helpers/FrmTransLiteAppHelper.php:91 -msgid "Authorized" +#: stripe/views/subscriptions/show.php:118 +msgid "Subscription Details" msgstr "" -#: stripe/helpers/FrmTransLiteAppHelper.php:92 -#: stripe/helpers/FrmTransLiteAppHelper.php:106 -msgid "Pending" +#: stripe/views/subscriptions/show.php:129 +msgid "Permanently delete this subscription?" msgstr "" -#: stripe/helpers/FrmTransLiteAppHelper.php:93 -msgid "Completed" +#: stripe/views/subscriptions/show.php:132 +msgid "Delete Subscription" msgstr "" -#: stripe/helpers/FrmTransLiteAppHelper.php:97 -msgid "Processing" +#: js/admin/applications.js:94 +msgid "My Applications" msgstr "" -#: stripe/helpers/FrmTransLiteAppHelper.php:110 -msgid "Void" +#: js/admin/applications.js:113 +msgid "Improve your workflow with applications" msgstr "" -#: stripe/helpers/FrmTransLiteAppHelper.php:227 -#: stripe/views/action-settings/payments-options.php:87 -msgid "day(s)" +#: js/admin/applications.js:114 +msgid "Applications help to organize your workspace by combining forms, Views, and pages into a full solution." msgstr "" -#: stripe/helpers/FrmTransLiteAppHelper.php:228 -msgid "week(s)" +#: js/admin/applications.js:168 +msgid "Application Templates" msgstr "" -#: stripe/helpers/FrmTransLiteAppHelper.php:229 -msgid "month(s)" +#. translators: %d: Number of application templates. +#: js/admin/applications.js:217 +msgid "All Items (%d)" msgstr "" -#: stripe/helpers/FrmTransLiteAppHelper.php:230 -msgid "year(s)" +#: js/admin/applications.js:256 +msgid "No application templates match your search query." msgstr "" -#: stripe/helpers/FrmTransLiteAppHelper.php:369 -msgid "Guest" +#: js/admin/applications.js:361 +msgid "Pages" msgstr "" -#: stripe/helpers/FrmTransLiteAppHelper.php:567 -msgid "Use Square Merchant Currency" +#: js/admin/applications.js:361 +msgid "Page" msgstr "" -#: stripe/helpers/FrmTransLiteListHelper.php:34 -msgid "Payments list" +#. translators: %s: Application Template Name +#: js/admin/applications.js:385 +msgid "%s Template" msgstr "" -#: stripe/helpers/FrmTransLiteListHelper.php:106 -msgid "No payments found." +#. translators: %s: The required license type (ie. Plus, Business, or Elite) +#: js/admin/applications.js:430 +msgid "Access to this application requires the %s plan." msgstr "" -#: stripe/helpers/FrmTransLiteListHelper.php:115 -msgid "Subscriptions" +#: js/admin/dom.js:159 +msgid "— Select —" msgstr "" -#. translators: %1$s: Transaction type (Payments or Subscriptions), %2$s: Span start tag, %3$s: Count, %4$s: Span close tag. -#: stripe/helpers/FrmTransLiteListHelper.php:144 -msgid "%1$s %2$s(%3$s)%4$s" +#. translators: %s type: ie form, view. +#: js/admin/embed.js:77 +msgid "Embed %s" msgstr "" -#: stripe/helpers/FrmTransLiteListHelper.php:391 -#: stripe/views/payments/show.php:156 -msgid "Permanently delete this payment?" +#: js/admin/embed.js:97 +msgid "Done" msgstr "" -#: stripe/helpers/FrmTransLiteListHelper.php:470 -msgid "unlimited" +#. translators: %s type: ie form, view. +#: js/admin/embed.js:132 +msgid "Embed your %s into an existing page." msgstr "" -#. translators: %1$s: Count, %2$s: Limit. -#: stripe/helpers/FrmTransLiteListHelper.php:476 -msgid "%1$s of %2$s" +#. translators: %s type: ie form, view. +#: js/admin/embed.js:135 +msgid "Put your %s on a newly created page." msgstr "" -#: stripe/helpers/FrmTransLiteListHelper.php:497 -msgid "This payment method may take between 4-5 business days to process." +#. translators: %s type: ie form, view. +#: js/admin/embed.js:138 +msgid "Use shortcodes or PHP code to put the %s anywhere." msgstr "" -#: stripe/models/FrmStrpLiteAuth.php:133 -msgid "Payment intent does not exist." +#: js/admin/embed.js:143 +msgid "Select existing page" msgstr "" -#: stripe/models/FrmStrpLiteAuth.php:135 -msgid "Unable to verify payment intent." +#. translators: %s: type (ie. view, form). +#: js/admin/embed.js:181 +msgid "Select the page you want to embed your %s into." msgstr "" -#: stripe/models/FrmStrpLiteAuth.php:137 -msgid "Payment did not complete." +#. translators: %s: type (ie. view, form). +#: js/admin/embed.js:192 +msgid "Insert %s" msgstr "" -#: stripe/models/FrmStrpLiteAuth.php:139 -msgid "Unable to find record of payment." +#: js/admin/embed.js:227 +msgid "Please select a page" msgstr "" -#: stripe/models/FrmStrpLiteAuth.php:141 -msgid "This form submission does not exist." +#: js/admin/embed.js:239 +msgid "Create new page" msgstr "" -#: stripe/models/FrmStrpLiteAuth.php:143 -msgid "This form is not configured for Stripe link payments." +#: js/admin/embed.js:282 +msgid "What will you call the new page?" msgstr "" -#: stripe/models/FrmStrpLiteAuth.php:145 -msgid "Something went wrong when trying to create a subscription." +#: js/admin/embed.js:288 +msgid "Name your page" msgstr "" -#: stripe/models/FrmStrpLiteAuth.php:147 -msgid "Payment was not successfully processed." +#: js/admin/embed.js:298 +msgid "Create page" msgstr "" -#: stripe/models/FrmStrpLiteSettings.php:31 -msgid "This payment may take several days to finish processing." +#: js/admin/embed.js:310 +msgid "Insert manually" msgstr "" -#: stripe/models/FrmTransLiteAction.php:20 -msgid "Collect a Payment" +#: js/admin/embed.js:342 +msgid "view" msgstr "" -#: stripe/models/FrmTransLiteAction.php:210 -msgid "Last" +#: js/admin/embed.js:345 +#: js/src/form/formselect.js:23 +#: js/formidable_blocks.js:399 +msgid "form" msgstr "" -#. translators: %s: The comma separated field types expected in the form. -#: stripe/models/FrmTransLiteAction.php:227 -msgid "Oops! You need a %s field in your form." +#: js/admin/embed.js:386 +msgid "WordPress shortcode" msgstr "" -#: stripe/views/action-settings/capture-payments-upsell.php:9 -msgid "Additional Stripe settings" +#: js/admin/embed.js:389 +msgid "How to use shortcodes in WordPress" msgstr "" -#: stripe/views/action-settings/capture-payments-upsell.php:20 -msgid "Capture Payment" +#: js/admin/embed.js:392 +msgid "Use PHP code" msgstr "" -#: stripe/views/action-settings/capture-payments-upsell.php:23 -msgid "When entry is submitted" +#. translators: %s: Example type (ie. WordPress shortcode, API Form script) +#: js/admin/embed.js:451 +msgid "Copy %s" msgstr "" -#: stripe/views/action-settings/options.php:16 -msgid "Layout" +#: js/admin/embed.js:485 +msgid "Successfully copied embed example" msgstr "" -#: stripe/views/action-settings/options.php:20 -msgid "Tabs" +#: js/admin/style.js:146 +msgid "Show less" msgstr "" -#: stripe/views/action-settings/options.php:29 -msgid "Accordion" +#. translators: %s: The required license type (ie. Plus, Business, or Elite) +#: js/admin/style.js:429 +msgid "Access to this style requires the %s plan." msgstr "" -#: stripe/views/action-settings/payments-options.php:40 -msgid "Payment Type" +#: js/admin/style.js:646 +msgid "Install and apply" msgstr "" -#: stripe/views/action-settings/payments-options.php:43 -msgid "One-time Payment" +#: js/admin/style.js:665 +msgid "Reset to Defaults" msgstr "" -#: stripe/views/action-settings/payments-options.php:44 -msgid "Recurring" +#: js/admin/style.js:748 +msgid "Rename" msgstr "" -#: stripe/views/action-settings/payments-options.php:52 -msgid "Repeat" +#: js/admin/style.js:767 +#: js/admin/style.js:858 +msgid "Rename style" msgstr "" -#: stripe/views/action-settings/payments-options.php:77 -msgid "Recurring Payment Limit" +#: js/admin/style.js:805 +msgid "Style name" msgstr "" -#: stripe/views/action-settings/payments-options.php:84 -msgid "Trial Period" +#: js/admin/style.js:895 +msgid "Style has been renamed successfully" msgstr "" -#: stripe/views/action-settings/payments-options.php:99 -msgid "Gateway(s)" +#: js/admin/style.js:957 +#: js/admin/style.js:984 +msgid "Reset style" msgstr "" -#: stripe/views/action-settings/payments-options.php:139 -msgid "Customer Information" +#: js/admin/style.js:968 +msgid "Reset this style back to the default?" msgstr "" -#: stripe/views/payments/show.php:12 -msgid "View Payment" +#: js/admin/style.js:1029 +msgid "Style has been reset successfully" msgstr "" -#: stripe/views/payments/show.php:38 -#: stripe/views/subscriptions/show.php:37 -msgid "User" +#: js/formidable_admin.js:1 +#: js/frm_testing_mode.js:2 +#: js/src/admin/addon-state.js:231 +#: js/formidable_admin.js:1743 +msgid "Great! Everything's ready to go!" msgstr "" -#: stripe/views/payments/show.php:53 -#: stripe/views/subscriptions/show.php:52 -msgid "Receipt" +#: js/formidable_admin.js:1 +#: js/frm_testing_mode.js:2 +#: js/src/admin/addon-state.js:233 +#: js/formidable_admin.js:1745 +msgid "You just need to refresh the builder so the new field becomes available." msgstr "" -#: stripe/views/payments/show.php:60 -msgid "Invoice #" +#: js/formidable_admin.js:1 +#: js/frm_testing_mode.js:2 +#: js/src/admin/addon-state.js:201 +#: js/formidable_admin.js:1713 +msgid "Not Now" msgstr "" -#: stripe/views/payments/show.php:67 -#: stripe/views/subscriptions/show.php:11 -msgid "View Subscription" +#: js/formidable_admin.js:1 +#: js/frm_testing_mode.js:2 +#: js/src/admin/addon-state.js:175 +#: js/src/admin/admin.js:8488 +#: js/formidable_admin.js:1687 +#: js/formidable_admin.js:11267 +#: js/frm_testing_mode.js:1689 +msgid "Save and Reload" msgstr "" -#: stripe/views/payments/show.php:87 -msgid "Payment Dates" +#: js/formidable_admin.js:1 +#: js/frm_testing_mode.js:2 +#: js/src/admin/upgrade-popup.js:66 +#: js/formidable_admin.js:1829 +#: js/frm_testing_mode.js:1781 +msgid "This plugin is not activated. Would you like to activate it now?" msgstr "" -#: stripe/views/payments/show.php:100 -#: stripe/views/subscriptions/show.php:85 -msgid "Payment Status Updates" +#: js/packages/floating-links/config.js:67 +msgid "Documentation" msgstr "" -#: stripe/views/payments/show.php:149 -#: stripe/views/payments/sidebar_list.php:8 -msgid "Payment Details" +#: js/packages/floating-links/config.js:79 +msgid "Support & Docs" msgstr "" -#: stripe/views/payments/show.php:159 -msgid "Delete Payment" +#: js/src/addons-page/ui/showEmptyState.js:30 +#: js/addons-page.js:2107 +msgid "No add-ons found" msgstr "" -#. translators: %s: Timestamp. -#: stripe/views/payments/sidebar_actions.php:13 -#: stripe/views/subscriptions/sidebar_actions.php:12 -msgid "Created on: %1$s" +#: js/src/addons-page/ui/showEmptyState.js:31 +#: js/addons-page.js:2108 +msgid "Sorry, we didn't find any add-ons that match your criteria." msgstr "" -#: stripe/views/payments/sidebar_actions.php:23 -msgid "Payment:" +#: js/src/admin/admin.js:872 +#: js/formidable_admin.js:3651 +msgid "Field Group" msgstr "" -#: stripe/views/payments/sidebar_list.php:26 -msgid "Created:" +#: js/src/admin/admin.js:1399 +#: js/formidable_admin.js:4178 +msgid "Set Row Layout" msgstr "" -#: stripe/views/payments/sidebar_list.php:29 -msgid "Show Payment" +#: js/src/admin/admin.js:1406 +#: js/formidable_admin.js:4185 +msgid "Move Field Group" msgstr "" -#: stripe/views/payments/sidebar_list.php:37 -msgid "Amount:" +#. translators: %1$d: Maximum number of fields allowed in a field group. +#: js/src/admin/admin.js:2316 +#: js/formidable_admin.js:5095 +msgid "You can only have a maximum of %1$d fields in a field group. Delete or move out a field from the group and try again." msgstr "" -#: stripe/views/payments/sidebar_list.php:49 -msgid "Status:" +#: js/src/admin/admin.js:2662 +#: js/formidable_admin.js:5441 +msgid "Delete Group" msgstr "" -#: stripe/views/payments/sidebar_list.php:64 -msgid "Subscription:" +#: js/src/admin/admin.js:2668 +#: js/formidable_admin.js:5447 +msgid "Duplicate Group" msgstr "" -#: stripe/views/payments/sidebar_list.php:77 -#: stripe/views/subscriptions/sidebar_actions.php:41 -msgid "Cancel Subscription" +#. translators: %1$s: Number of fields that are selected to be deleted. +#: js/src/admin/admin.js:3914 +#: js/formidable_admin.js:6693 +msgid "Are you sure you want to delete these %1$s selected field(s)?" msgstr "" -#: stripe/views/payments/sidebar_list.php:94 -msgid "Total Paid:" +#: js/src/admin/admin.js:4154 +#: js/formidable_admin.js:6933 +msgid "Custom layout" msgstr "" -#: stripe/views/settings/connect.php:13 -msgid "Connected" +#: js/src/admin/admin.js:4177 +#: js/formidable_admin.js:6956 +msgid "Break into rows" msgstr "" -#: stripe/views/settings/connect.php:18 -msgid "Not connected!" +#: js/src/admin/admin.js:4187 +#: js/formidable_admin.js:6966 +msgid "Row Layout" msgstr "" -#: stripe/views/settings/connect.php:23 -msgid "Finish Stripe Setup" +#: js/src/admin/admin.js:4460 +#: js/formidable_admin.js:7239 +msgid "Enter number of columns for each field" msgstr "" -#: stripe/views/settings/connect.php:32 -msgid "Connect to Stripe" +#: js/src/admin/admin.js:4464 +#: js/formidable_admin.js:7243 +msgid "Layouts are based on a 12-column grid system" msgstr "" -#: stripe/views/settings/form.php:16 -msgid "Use the Stripe test mode" +#: js/src/admin/admin.js:4914 +#: js/formidable_admin.js:7693 +msgid "Merge into row" msgstr "" -#: stripe/views/settings/form.php:19 -msgid "Your site is not using SSL. Before using Stripe to collect live payments, you will need to install an SSL certificate on your site." +#. translators: %s: The detected option value. +#: js/src/admin/admin.js:6493 +#: js/formidable_admin.js:9272 +msgid "Duplicate option value \"%s\" detected" msgstr "" -#: stripe/views/settings/messages.php:8 -msgid "Stripe Processing Message" +#. translators: %s: Form Setting section name (ie Form Permissions, Form Scheduling). +#: js/src/admin/admin.js:7203 +#: js/formidable_admin.js:9982 +msgid "%s are not installed" msgstr "" -#: stripe/views/settings/messages.php:9 -msgid "The text used to notify users that a Stripe payment is still processing and will not be finalized for several days." +#: js/src/admin/admin.js:8469 +#: js/formidable_admin.js:11248 +msgid "You are changing the field type. Not all field settings will appear as expected until you reload the page. Would you like to reload the page now?" msgstr "" -#: stripe/views/subscriptions/show.php:72 -msgid "Next Payment Date" +#: js/src/admin/admin.js:8474 +#: js/formidable_admin.js:11253 +msgid "Save and Reload?" msgstr "" -#: stripe/views/subscriptions/show.php:78 -msgid "Fail Count" +#: js/src/admin/admin.js:9380 +#: js/formidable_admin.js:12159 +msgid "Unable to install template" msgstr "" -#: stripe/views/subscriptions/show.php:118 -msgid "Subscription Details" +#: js/src/admin/admin.js:9918 +#: js/formidable_admin.js:12697 +msgid "Only 10 columns can be selected at a time." msgstr "" -#: stripe/views/subscriptions/show.php:129 -msgid "Permanently delete this subscription?" +#: js/src/admin/admin.js:10093 +#: js/formidable_admin.js:12872 +msgid "Thank you for signing up!" msgstr "" -#: stripe/views/subscriptions/show.php:132 -msgid "Delete Subscription" +#: js/src/admin/styles.js:29 +#: js/formidable_styles.js:2339 +msgid "The class name has been copied." msgstr "" -#: js/admin/applications.js:94 -msgid "My Applications" +#. translators: %s is the name of the item +#: js/src/common/components/itemselect.js:27 +#: js/formidable_blocks.js:91 +msgid "Select a %s" msgstr "" -#: js/admin/applications.js:113 -msgid "Improve your workflow with applications" +#. translators: %s is the name of the item +#: js/src/common/components/itemselect.js:50 +#: js/formidable_blocks.js:114 +msgid "Currently, there are no %s" msgstr "" -#: js/admin/applications.js:114 -msgid "Applications help to organize your workspace by combining forms, Views, and pages into a full solution." +#: js/src/form-templates/elements/applicationTemplatesElement.js:84 +#: js/form-templates.js:2492 +msgid "Ready Made Solution" msgstr "" -#. translators: %d: Number of application templates. -#: js/admin/applications.js:217 -msgid "All Items (%d)" +#: js/src/form-templates/elements/applicationTemplatesElement.js:92 +#: js/form-templates.js:2500 +msgid "See all applications" msgstr "" -#: js/admin/applications.js:256 -msgid "No application templates match your search query." +#: js/src/form-templates/events/getFreeTemplatesListener.js:96 +#: js/form-templates.js:3095 +msgid "Failed to get templates, please try again later." msgstr "" -#: js/admin/applications.js:361 -msgid "Pages" +#: js/src/form-templates/ui/searchState.js:38 +#: js/form-templates.js:3583 +msgid "Search Result" msgstr "" -#: js/admin/applications.js:361 -msgid "Page" +#: js/src/form-templates/ui/showEmptyState.js:44 +#: js/form-templates.js:3781 +msgid "No templates found" msgstr "" -#. translators: %s: Application Template Name -#: js/admin/applications.js:385 -msgid "%s Template" +#: js/src/form-templates/ui/showEmptyState.js:45 +#: js/form-templates.js:3782 +msgid "Sorry, we didn't find any templates that match your criteria." msgstr "" -#. translators: %s: The required license type (ie. Plus, Business, or Elite) -#: js/admin/applications.js:430 -msgid "Access to this application requires the %s plan." +#: js/src/form-templates/ui/showEmptyState.js:49 +#: js/form-templates.js:3786 +msgid "Start from Scratch" msgstr "" -#: js/admin/dom.js:159 -msgid "— Select —" +#: js/src/form-templates/ui/showEmptyState.js:69 +#: js/form-templates.js:3806 +msgid "No favorites" msgstr "" -#. translators: %s type: ie form, view. -#: js/admin/embed.js:77 -msgid "Embed %s" +#: js/src/form-templates/ui/showEmptyState.js:70 +#: js/form-templates.js:3807 +msgid "You haven't added any templates to your favorites yet." msgstr "" -#: js/admin/embed.js:97 -msgid "Done" +#: js/src/form-templates/ui/showEmptyState.js:93 +#: js/form-templates.js:3830 +msgid "You currently have no templates." msgstr "" -#. translators: %s type: ie form, view. -#: js/admin/embed.js:132 -msgid "Embed your %s into an existing page." +#: js/src/form-templates/ui/showEmptyState.js:94 +#: js/form-templates.js:3831 +msgid "You haven't created any form templates. Begin now to simplify your workflow and save time." msgstr "" -#. translators: %s type: ie form, view. -#: js/admin/embed.js:135 -msgid "Put your %s on a newly created page." +#: js/src/form-templates/ui/showEmptyState.js:119 +#: js/form-templates.js:3856 +msgid "No Templates Available" msgstr "" -#. translators: %s type: ie form, view. -#: js/admin/embed.js:138 -msgid "Use shortcodes or PHP code to put the %s anywhere." +#. translators: %s is the number of extra templates available +#: js/src/form-templates/ui/showEmptyState.js:122 +#: js/form-templates.js:3859 +msgid "Upgrade to PRO for %s+ options or explore Free Templates." msgstr "" -#: js/admin/embed.js:143 -msgid "Select existing page" +#: js/src/form/block.js:28 +#: js/src/form/calculator.js:21 +#: js/formidable_blocks.js:232 +#: js/formidable_blocks.js:322 +msgid "This site does not have any forms." msgstr "" -#. translators: %s: type (ie. view, form). -#: js/admin/embed.js:181 -msgid "Select the page you want to embed your %s into." +#: js/src/form/block.js:73 +#: js/formidable_blocks.js:277 +msgid "Display a Form" msgstr "" -#. translators: %s: type (ie. view, form). -#: js/admin/embed.js:192 -msgid "Insert %s" +#: js/src/form/block.js:77 +#: js/formidable_blocks.js:281 +msgid "contact forms" msgstr "" -#: js/admin/embed.js:227 -msgid "Please select a page" +#: js/src/form/calculator.js:32 +#: js/src/form/calculator.js:41 +#: js/src/form/calculator.js:64 +#: js/formidable_blocks.js:333 +#: js/formidable_blocks.js:342 +#: js/formidable_blocks.js:365 +msgid "Calculator Form" msgstr "" -#: js/admin/embed.js:239 -msgid "Create new page" +#: js/src/form/calculator.js:35 +#: js/formidable_blocks.js:336 +msgid "This site does not have any calculator forms." msgstr "" -#: js/admin/embed.js:282 -msgid "What will you call the new page?" +#: js/src/form/calculator.js:38 +#: js/formidable_blocks.js:339 +msgid "Upgrade Formidable Forms." msgstr "" -#: js/admin/embed.js:288 -msgid "Name your page" +#: js/src/form/calculator.js:65 +#: js/formidable_blocks.js:366 +msgid "Display a Calculator Form" msgstr "" -#: js/admin/embed.js:298 -msgid "Create page" +#: js/src/form/formselect.js:24 +#: js/formidable_blocks.js:400 +msgid "forms" msgstr "" -#: js/admin/embed.js:310 -msgid "Insert manually" +#: js/src/form/graph.js:27 +#: js/formidable_blocks.js:483 +msgid "Formidable Chart" msgstr "" -#: js/admin/embed.js:342 -msgid "view" +#: js/src/form/graph.js:47 +#: js/formidable_blocks.js:503 +msgid "This site does not have Formidable Charts active." msgstr "" -#: js/admin/embed.js:386 -msgid "WordPress shortcode" +#: js/src/form/graph.js:48 +#: js/formidable_blocks.js:504 +msgid "Install Formidable Charts" msgstr "" -#: js/admin/embed.js:389 -msgid "How to use shortcodes in WordPress" +#: js/src/form/graph.js:53 +#: js/formidable_blocks.js:509 +msgid "This site does not have Formidable Charts installed." msgstr "" -#: js/admin/embed.js:392 -msgid "Use PHP code" +#: js/src/form/graph.js:54 +#: js/src/form/modal.js:52 +#: js/src/form/views.js:70 +#: js/formidable_blocks.js:510 +#: js/formidable_blocks.js:695 +#: js/formidable_blocks.js:793 +msgid "Upgrade Formidable Forms" msgstr "" -#. translators: %s: Example type (ie. WordPress shortcode, API Form script) -#: js/admin/embed.js:451 -msgid "Copy %s" +#: js/src/form/graph.js:72 +#: js/formidable_blocks.js:528 +msgid "Display a chart or graph" msgstr "" -#: js/admin/embed.js:485 -msgid "Successfully copied embed example" +#: js/src/form/inspector.js:57 +#: js/formidable_blocks.js:596 +msgid "Go to form" msgstr "" -#: js/admin/style.js:146 -msgid "Show less" +#: js/src/form/inspector.js:88 +#: js/formidable_blocks.js:627 +msgid "Shortcode" msgstr "" -#. translators: %s: The required license type (ie. Plus, Business, or Elite) -#: js/admin/style.js:429 -msgid "Access to this style requires the %s plan." +#: js/src/form/modal.js:21 +#: js/formidable_blocks.js:664 +msgid "Bootstrap modal popup" msgstr "" -#: js/admin/style.js:646 -msgid "Install and apply" +#: js/src/form/modal.js:45 +#: js/formidable_blocks.js:688 +msgid "This site does not have popup modals active." msgstr "" -#: js/admin/style.js:665 -msgid "Reset to Defaults" +#: js/src/form/modal.js:46 +#: js/formidable_blocks.js:689 +msgid "Install Formidable Modals" msgstr "" -#: js/admin/style.js:748 -msgid "Rename" +#: js/src/form/modal.js:51 +#: js/formidable_blocks.js:694 +msgid "This site does not have popup modals." msgstr "" -#: js/admin/style.js:767 -#: js/admin/style.js:858 -msgid "Rename style" +#: js/src/form/modal.js:69 +#: js/formidable_blocks.js:712 +msgid "Modal" msgstr "" -#: js/admin/style.js:805 -msgid "Style name" +#: js/src/form/modal.js:70 +#: js/formidable_blocks.js:713 +msgid "Display a modal" msgstr "" -#: js/admin/style.js:895 -msgid "Style has been renamed successfully" +#: js/src/form/views.js:41 +#: js/src/form/views.js:96 +#: js/formidable_blocks.js:764 +#: js/formidable_blocks.js:819 +msgid "Formidable Views" msgstr "" -#: js/admin/style.js:957 -#: js/admin/style.js:984 -msgid "Reset style" +#: js/src/form/views.js:66 +#: js/src/form/views.js:78 +#: js/formidable_blocks.js:789 +#: js/formidable_blocks.js:801 +msgid "Effortlessly transform form data into webpages with Views, the only integrated form & application builder." msgstr "" -#: js/admin/style.js:968 -msgid "Reset this style back to the default?" +#: js/src/form/views.js:97 +#: js/formidable_blocks.js:820 +msgid "Display a Visual View" msgstr "" -#: js/admin/style.js:1029 -msgid "Style has been reset successfully" +#: js/src/welcome-tour/elements/beginTourModalElement.js:32 +#: js/welcome-tour.js:2003 +msgid "Get Started with Formidable Forms" msgstr "" -#: js/packages/floating-links/config.js:67 -msgid "Documentation" +#: js/src/welcome-tour/elements/beginTourModalElement.js:35 +#: js/welcome-tour.js:2006 +msgid "Here's a quick checklist to help you set up and explore the key features of the plugin, so you can start building powerful forms in no time." msgstr "" -#: js/packages/floating-links/config.js:79 -msgid "Support & Docs" +#: js/src/welcome-tour/elements/beginTourModalElement.js:42 +#: js/welcome-tour.js:2013 +msgid "Begin Tour" msgstr "" #: square/js/action.js:94 @@ -9250,3 +9306,7 @@ msgstr "" #: square/js/action.js:106 msgid "Every Two Years" msgstr "" + +#: js/frm_testing_mode.js:1784 +msgid "That add-on is not installed. Would you like to install it now?" +msgstr ""