QF_EMAIL_HISTORY="E-mail History"
QF_ALL_PROJECTS="All Projects"
QF_PROJECT_MANAGER="Project Manager"
QF_ADD_NEW="Add new"
QF_ACTIVATE="Publish"
QF_DEACTIVATE="Deactivate"
QF_STATE="State"
QF_ACCESS="Availability"
QF_PUBLISHED="Published"
QF_UNPUBLISHED="Unpublished"
QF_SAVE_CLOSE="Save & close"
QF_SAVE_CREATE="Save & create"
QF_NOT_SELECTED="- Not selected -"
QF_TITLE_DESC_PROJ="The title of the form project."
QF_TITLE_DESC_FORM="A handy heading for your use."
QF_FORM_SETTINGS="Form settings"
QF_FIELDSET_EMAIL="Email settings"
QF_FIELDSET_CALCULATOR="Calculator Settings"
QF_FIELDSET_ADVANCED="Advanced setting"
QF_CHOOSE="Choose"
QF_CREATE="Create"
QF_STYLES="CSS file for form"
QF_SELECT_CSS_FILE="Select css file"
QF_CSS_FILE_NAME="CSS file name"
QF_FOR_EXAMPLE_CSS="For example, example.css"
QF_COPY_DEFAULT_CSS="Copy styles from default.css"
QF_JS="JS file for form"
QF_MODAL="Form in a modal window"
QF_MODAL_LINK="Link text"
QF_AJAX="Sending by ajax"
QF_KEEPALIVE="Keeps the session on the form page by sending an ajax request every 10 minutes. Disabled by default."
QF_MESSAGE="Message after sending"
QF_MESSAGE_INNER="Thank you for your order. Our manager will contact you soon."
QF_ALTER_EMAIL="E-mail"
QF_EMAIL_DESK="If left empty, it will be sent to emails for all users receiving system mail. Or you can enter multiple addresses separated by commas."
QF_SUBJECT="Email subject (optional)"
QF_LETTER_TMPL="Email template"
QF_SHOWURL="Show link to form page in email"
QF_EMAIL_START_TEXT="Intro text (html)"
QF_EMAIL_START_TEXT_DEF="Hello {replacerName}. You have sent a request to our site site.com. Application number: {replacerId} from {replacerDate}. Your request:"
QF_EMAIL_FINAL_TEXT="Final text (html)"
QF_CALCULATOR_TYPE="Type of calculator"
QF_CALCULATOR_FORMUL="Formula"
QF_RECORD_HISTORY="Write history"
QF_FIELD_ID_DESC="Number of the database entry"
QF_ACCESS_DESC="The level of access that the group must have to view."
QF_LANGUAGE="Language"
QF_HITS="No. of email shipments."
QF_HITS_DESK="The number of submitted forms."
QF_CDESK_DEFAULT="All calculation logic is located in the math fields setting, each of which contains a segment of the final mathematical line. By dynamically embedding and removing fields, or changing the value, the user changes the calculator's final line of calculation. You can use the following characters: 0-9()-.+<>!=:?*/|%&v.
The advantage of this method is that it doesn't have a formula and doesn't depend on the field id. Accordingly, one field can be used many times in the same form in different places with different values. Your task is to place the brackets correctly without causing calculation errors. If-else-type conditions can be set using dependent fields, or by using +(v>10?20:10) type. You can use hidden fields to write more complex logic.
This method calculates only one result. This method will not work if the calculation must include the field twice, for example, x*(x+y)+y*(x+y), where x and y are repeated."
QF_CDESK_MULTIPL="This method also brings the mathematical logic into the math field settings. The difference is the presence of a defining formula and the ability to display several calculator results, the ability to change the order, the ability to use fields selectively, the ability to use a field several times in a formula, for example, 3.4={2.2}*{1.1}+{2.3}*{1.1}.
Specify a formula like 4.31={4.25}{4.27}*2+({3.15}+{1.25}){4.2}, where 4.31= is the fieldid calculatorSum that the formula is associated with. {4.25} - fieldid of the field, instead of which the value from math will be substituted (number or mathematical expression). The semicolon is the formula separator. If the field is not found, it will be ignored.
To display multiple results, use a formula like:
width={4.27}{3.15};
4.25=( {7.0} >= 10?100:200){7.1};
4.58={4.25}{4.27}{4.25}+{width};
5.7=3.14*{3.16}*{3.16} /2+{4.25}({4.27}||{2.15});
9.12={width}*{5.7}
The following characters can be used in this method: 0-9( )-.+<>!=:?*/|%&."
QF_CDESK_SIMPLE="This variant uses the common logic. It completely transfers the math to the formula. Instead of mathematical expressions in math fields, you need to enter the variable name there. For example, width in the first field and height in the second. The formula for calculating half the area will then look like this: 4.31={width}*{height}/2. The formula for calculating the area of a circle will look like this: 4.32=3.14*{d}*{d}/4, where d is a variable , assigned to a field with a diameter.
The disadvantage is that the calculator considers only fillable fields of the type number, text, range.
Like the previous version, this method can display several results. To do this, display the function field calculatorSum several times."
QF_CDESK_CUSTOM="All previous calculators consider the form on the js of the client, and after it is sent, they check it by recalculating the fields on the server. The proposed method always counts on the server, sending a request by Ajax every time the form changes. The calculation formula is written directly in the php language. It is enough to write only include (the path to the file with logic) in the formula. This option is the most functional.
An example of calculating the cone:"
QF_PROGECTS="Projects"
QF_FIELD_GROUPS="field groups"
QF_BY_DEFAULT="By default"
QF_STATE_2="State"
QF_ACCESS_2="Access"
QF_QUANTITY="Qty"
QF_FIELDS="Fields"
QF_ADD_FIELD="Add fields"
QF_ERR_DATABASE="A database error occurred."
QF_N_ITEMS_PUBLISHED="items published."
QF_N_ITEMS_UNPUBLISHED="items unpublished."
QF_N_ITEMS_DELETED="items deleted."
QF_N_GROUPS_DELETED="dependent groups deleted."
QF_N_PROJECTS_DELETED="projects deleted."
QF_ERROR="Error:"
QF_MESSAGE="Message:"
QF_DESCADDTOCART="Use this button instead of submit, then the form will be saved to the cart.
Enable shop mode in QF settings."
QF_DESCCALENDAR="When using the calculator as a double, the v value is the difference in days between the dates. If the day difference is negative, v is equal to 0. The value parameter can be set to +10, -3, 0 is the current day."
QF_DESCCLONER="Represents a container in which a group of fields is cloned. Has vertical and horizontal (tabular) modes.
sum - display the sum for each clone (default calculator only).
max - Maximum number of clones
numbering - numbering of clones in email."
QF_DESCINCLUDER="Allows you to connect any group of QF fields to the sequence."
QF_DESCMAT="Write a mathematical expression or leave the field blank. For example +200 or *1.5+(50 or +2*v (for fields filled in by the user, the entered value is indicated by v)."
QF_DESCMATCL="Only for the default calculator.
Enter a mathematical expression to be added to the calculator or leave the field blank. For example +2*(
start - before the container with clones.
end - after the container."
QF_DESCRECAPTCHA="ReCAPTCHA settings are located in the global configuration."
QF_DESCRELATED="Assign a dependent field group or leave empty. Watch out for recursion."
QF_DESCSTEPPER="Displays a container that bounds the area of a form that displays the step-by-step interface."
QF_DESCTABS="Displays a container in which groups of fields are displayed as tabs."
QF_HIDELETTER="hide in email"
QF_HIDE_FIELD_AND_DEPENDENT_STRUCTURE="hide the field and dependent structure"
QF_HIDE_FIELD_BUT_SHOW_DEPENDENT_STRUCTURE="hide field but show dependent structure"
QF_HIDE_ONLY_IF_NOT_SELECTED="hide only if not selected"
QF_CALCSUM="This function outputs the result of your calculator into a form.
fixed - a number of simbols after comma."
QF_ALL="all"
QF_BACKEMAIL="The field sends a copy of the message to the user's email."
QF_SHOWF="show in form"
QF_SHOWL="show in email"
QF_FILETOEMAIL="Attach to email"
QF_FILETOSERVER="Upload to server"
QF_QFFILE="1. Empty extens allows all types of safe files.
2. To upload to server, activate the option in QF settings."
QF_CUSTOMHTML="Allows you to insert markup between fields. Outputs any html code, images, styles, etc.
You can use this field to display in email (subject to tr->td markup)."
QF_SUMCLONER="amount with each clone"
QF_STEPPERBTNS="Displays two interface buttons at once (should be inside the container). These buttons can also be loaded as a dependent field."
QF_GLOBAL_SETTINGS="General settings"
QF_UPLOAD_FILES_DESCR="If not, the files are attached to the letter, but they are not uploaded to the server"
QF_SHOPMOD="Enable store mode"
QF_REFERENCE_TO_THE_AUTHOR="Link to the author's site"
QF_SIMPLE="Simple"
QF_INVISIBLE="Hidden (bad for SEO)"
QF_REMOVE="Remove completely / activate QF"
QF_ENTER_THE_CODE="Enter code"
QF_SERVICES="Services"
QF_THEME="Theme"
QF_SHOW="Display"
QF_GUEST="only not authorized"
QF_SITEKEY="Public key"
QF_SERVERKEY="Secret key"
QF_UPLOAD_FILES="Uploading files to the server"
QF_ENTER_CODE="Get an activation key for QuickForm"
QF_SHOP_SETTINGS="Cart settings"
QF_MINICART_SET="MiniCart Module"
QF_CART_WINDOW="Cart window"
QF_FUNCTIONALITY="Functionality"
QF_CURRENCY_POS="Currency position"
QF_BEFORE="before"
QF_AFTER="after"
QF_PCS="Text in front"
QF_PRICE_LABEL="products:"
QF_PRICE="Price"
QF_FORMAT="Format"
QF_FIXED="Fixed"
QF_BIGCART_LAB_1="Text inserts, html"
QF_BEFORE_CART="Top of the cart"
QF_AFTER_TABLE="After the table"
QF_AFTER_CART="Bottom of the cart"
QF_BIGCART_LAB_2="Embedded forms. For example: payment, delivery, contact details or other."
QF_BIGCART_LAB_5="Do not use the submit button on these forms. Don't use input[file]. Forms can be with a calculator and dependent fields."
QF_BIGCART_LAB_4="This form will open in a modal window."
QF_BIGCART_LAB_3="Final invoice headers"
QF_ORDER_PRICE="Order cost"
QF_PRIMARY_SUM="Primary sum:"
QF_FINAL_PRICE="Total price:"
QF_TO_ORDER="Place an Order"
QF_SEND_ORDER="Send order"
QF_BACK_CART="Send a copy to the user's address. (The option requires activation of this extension)"
QF_BACK_CART_DESK="If there is a useremail field, sends it there. If not, it will send it to the user's registration data (for authorized users)."
QF_ADD_FILES="Attach files"
QF_ADD_FILES1="bottom cart"
QF_ADD_FILES2="in each product line"
QF_REQUIRED="required"
QF_ALL_FILES="All files"
QF_WHITELIST="White list"
QF_LIST="List"
QF_DISCOUNT_3="Activate discounts"
QF_DISCOUNT_EXAMPLE="The ranges must not overlap and are separated by a hyphen. The lines are separated by % or & (& - abs). Promo codes must not contain % & - .
Example of discounts from the amount of the order:
600-800-5%
800-1000-120&
1000-5000-20%
Promo codes example:
plEGSZf1XVR88dgw-10%
40gWVrtm-150&
6jT4FA3zTq-500&"
QF_DISCOUNT_1="Discounts from the amount:"
QF_DISCOUNT_2="Promo codes:"
QF_ATTACHMENT_SETTINGS="Attached files"
QF_DEL_OLD_FILES="Removing old files, folders"
QF_PLUGIN_COD="Hashtag"
QF_NEW="New"
QF_UNDERWAY="In work"
QF_ACHIEVED="Done"
QF_NOTE="Note"
QF_HELP="
Free support is provided on any public forum. Send me a link to the discussion page plasma-web.ru. Applications for the development of forms, calculators and various extensions are accepted there.
"
QF_TOOLBAR_CLOSE="Close and go to the fields"
QF_MSGTMPL="The message outputs"
QF_TEMPLATE="template"
QF_EDIT_PROGECT="Edit the form project"
QF_ADD_PROGECT="Create a form project"
QF_PROGECTS_LIST="QuickForm projects"
QF_FIELD_GROUPS="Project Field Group List"
QF_EDIT_FIELDS="Edit a group of fields"
QF_ADD_FIELDS="Create a group of fields"
QF_FILES_ACTIVAT="Activate the file upload in the extension settings."
QF_NO_ACL="You don't have rights to edit entries."
QF_PARAMS="Params"
QF_CALCULATOR="Calculator"
QF_DEPENDENT_FIELDS="Dependent fields"
QF_VISIBILITY_IN_EMAIL="Visibility in email"
QF_DESCRIPTION="Description"
QF_HIDE_ONLY_EMPTY="Hide if empty"
QF_OPTIONS="Options"
QF_REDEFINE="Override defaults"
QF_CSS_REWRITE="If the names of the css files in the assets folder match, they will be overwritten."
QF_DISABL="Disallow"
QF_ORDER_COPY="Sending a copy of the order to the user."
QF_ORDER_COPY_LAB1="Where to send"
QF_ORDER_COPY_LAB2="Authorized (safely), sending to email from the user's authorization data"
QF_ORDER_COPY_LAB3="Everyone (unsafe), send to email from useremail field (must be required)"
QF_ORDER_COPY_VIEW="Visibility mode"
QF_ORDER_COPY_VIEW0="Visible"
QF_ORDER_COPY_VIEW1="Hidden"
QF_IMG="Image"
QF_HIDE="Hidden Mode"
QF_ADDER="Displays a list of items to add to cart qfAdder. Currency: unit, for example, ₽, rub., usd. fixed - number of decimal places."
QF_ADDER_CART="Displays a container with a qfAdder cart."
QF_DESCADD="Unit cost."
QF_CORS_L="Allow AJAX from other sites."
QF_CORS_D="Component forms only. For example, for Webvisor in Yandex.Metrica"
QF_ADDITIONAL_OPTIONS="Additional options"
QF_UNLOGGED_L="Allow sending copy for unauthorized users"
QF_UNLOGGED_D="Not safe. Sending a copy of the message to the address from the useremail special field (must be in the form)."