# Copyright (C) 2024 Gravity Wiz # This file is distributed under the GPL2. msgid "" msgstr "" "Project-Id-Version: GP Advanced Calculations 1.1.3\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cloned-perk-77wuzvL7d\n" "Last-Translator: FULL NAME \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: 2024-08-27T21:09:12+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.10.0\n" "X-Domain: gp-advanced-calculations\n" #. Plugin Name of the plugin #: gp-advanced-calculations.php msgid "GP Advanced Calculations" msgstr "" #. Plugin URI of the plugin #: gp-advanced-calculations.php msgid "https://gravitywiz.com/documentation/gravity-forms-advanced-calculations/" msgstr "" #. Description of the plugin #: gp-advanced-calculations.php msgid "Perform advanced calculations with mathematical functions, conditionals, and a powerful formula editor." msgstr "" #. Author of the plugin #: gp-advanced-calculations.php msgid "Gravity Wiz" msgstr "" #. Author URI of the plugin #: gp-advanced-calculations.php msgid "https://gravitywiz.com/" msgstr "" #: class-gp-advanced-calculations.php:99 msgid "Formula Cheatsheet" msgstr "" #: class-gp-advanced-calculations.php:100 msgid "GP Advanced Calculations Formula Cheatsheet" msgstr "" #: class-gp-advanced-calculations.php:101 msgid "🚫️ There appears to be a problem with the formula." msgstr "" #: class-gp-advanced-calculations.php:102 msgid "✅ The formula appears to be valid." msgstr "" #: class-gp-advanced-calculations.php:930 msgid "Rules" msgstr "" #: class-gp-advanced-calculations.php:933 msgid "Numbers must be entered as decimal dot format (good: 5.20) and cannot include thousands separators (bad: 1,000) or currency symbols (bad: $10)." msgstr "" #: class-gp-advanced-calculations.php:934 msgid "Fields referenced in variables must be positioned before the calculation field and must not be hidden by conditional logic." msgstr "" #. translators: placeholder is a URL to Gravity Forms documentation #: class-gp-advanced-calculations.php:940 msgid "For a more exhaustive list of rules, see the official Gravity Forms documentation." msgstr "" #: class-gp-advanced-calculations.php:944 msgid "Arithmetic" msgstr "" #: class-gp-advanced-calculations.php:949 #: class-gp-advanced-calculations.php:1045 msgid "Operator" msgstr "" #: class-gp-advanced-calculations.php:950 #: class-gp-advanced-calculations.php:1046 #: class-gp-advanced-calculations.php:1083 msgid "Description" msgstr "" #: class-gp-advanced-calculations.php:956 msgid "Add" msgstr "" #: class-gp-advanced-calculations.php:960 msgid "Subtract" msgstr "" #: class-gp-advanced-calculations.php:964 msgid "Multiply" msgstr "" #: class-gp-advanced-calculations.php:968 msgid "Divide" msgstr "" #: class-gp-advanced-calculations.php:972 msgid "Parenthesis; enclose parts of the formula to be calculated first." msgstr "" #: class-gp-advanced-calculations.php:976 msgid "Modulo; returns the remainder of a division." msgstr "" #: class-gp-advanced-calculations.php:980 msgid "Exponentiation; raise a number to the power of an exponent." msgstr "" #: class-gp-advanced-calculations.php:985 msgid "Field Variables" msgstr "" #: class-gp-advanced-calculations.php:987 msgid "Use values from other fields in your calculations. Fields may be referenced in various ways but they functionally identical. Use the style that makes your formula most readable." msgstr "" #: class-gp-advanced-calculations.php:992 msgid "Style" msgstr "" #: class-gp-advanced-calculations.php:993 msgid "Examples" msgstr "" #: class-gp-advanced-calculations.php:998 msgid "Shorthand" msgstr "" #: class-gp-advanced-calculations.php:1002 msgid "Merge Tag" msgstr "" #: class-gp-advanced-calculations.php:1006 msgid "Abbreviated Merge Tag" msgstr "" #: class-gp-advanced-calculations.php:1012 msgid "Tip: Hover over shorthand and abbreviated merge tag variables in the formula editor to see the field's label." msgstr "" #: class-gp-advanced-calculations.php:1014 msgid "Conditional Statements" msgstr "" #: class-gp-advanced-calculations.php:1016 msgid "Use conditional statements to specify different formulas to be used when different conditions are met. Conditions are evaluated from left to right, top to bottom. Multiple expressions/statements are allowed per block." msgstr "" #: class-gp-advanced-calculations.php:1018 msgid "if/else" msgstr "" #: class-gp-advanced-calculations.php:1027 msgid "if/elseif/else" msgstr "" #: class-gp-advanced-calculations.php:1038 msgid "Tip: You may use as many elseif statements as needed." msgstr "" #: class-gp-advanced-calculations.php:1040 msgid "Conditional Operators" msgstr "" #: class-gp-advanced-calculations.php:1052 msgid "Equal to" msgstr "" #: class-gp-advanced-calculations.php:1056 msgid "Not equal to" msgstr "" #: class-gp-advanced-calculations.php:1060 msgid "Greater than" msgstr "" #: class-gp-advanced-calculations.php:1064 msgid "Less than" msgstr "" #: class-gp-advanced-calculations.php:1068 msgid "Greater than or equal to" msgstr "" #: class-gp-advanced-calculations.php:1072 msgid "Less than or equal to" msgstr "" #: class-gp-advanced-calculations.php:1077 msgid "Functions" msgstr "" #: class-gp-advanced-calculations.php:1082 msgid "Function/Usage" msgstr "" #: class-gp-advanced-calculations.php:1089 msgid "abs( value )" msgstr "" #: class-gp-advanced-calculations.php:1091 msgid "Returns absolute value of a number" msgstr "" #: class-gp-advanced-calculations.php:1095 msgid "average( value1, [value2, ...] )" msgstr "" #: class-gp-advanced-calculations.php:1097 msgid "Returns the average value in the args" msgstr "" #: class-gp-advanced-calculations.php:1101 msgid "ceil( value )" msgstr "" #: class-gp-advanced-calculations.php:1103 msgid "Rounds number up to the next largest integer" msgstr "" #: class-gp-advanced-calculations.php:1107 msgid "exp( value )" msgstr "" #: class-gp-advanced-calculations.php:1109 msgid "Returns e^x, where e is Euler's number and x is the provided argument" msgstr "" #: class-gp-advanced-calculations.php:1113 msgid "floor( value )" msgstr "" #: class-gp-advanced-calculations.php:1115 msgid "Returns the largest integer less than or equal to a number" msgstr "" #: class-gp-advanced-calculations.php:1119 msgid "fv( rate, numberOfPeriods, paymentAmount, presentValue, [endOrBeginning] )" msgstr "" #: class-gp-advanced-calculations.php:1121 msgid "Returns the future value of an investment based on a constant interest rate" msgstr "" #: class-gp-advanced-calculations.php:1125 msgid "ln( value )" msgstr "" #: class-gp-advanced-calculations.php:1127 msgid "Returns the logarithm of a number, base e" msgstr "" #: class-gp-advanced-calculations.php:1131 msgid "log( value )" msgstr "" #: class-gp-advanced-calculations.php:1133 msgid "Returns the logarithm of a number, base 10" msgstr "" #: class-gp-advanced-calculations.php:1137 msgid "max( value1, [value2, ...] )" msgstr "" #: class-gp-advanced-calculations.php:1139 msgid "Returns the largest value in the list of arguments" msgstr "" #: class-gp-advanced-calculations.php:1143 msgid "min( value1, [value2, ...] )" msgstr "" #: class-gp-advanced-calculations.php:1145 msgid "Returns the smallest value in the list of arguments" msgstr "" #: class-gp-advanced-calculations.php:1149 msgid "round( value )" msgstr "" #: class-gp-advanced-calculations.php:1151 msgid "Rounds a number to the nearest integer" msgstr "" #: class-gp-advanced-calculations.php:1155 msgid "pi()" msgstr "" #: class-gp-advanced-calculations.php:1157 msgid "Returns pi (π) to 20 decimal places." msgstr "" #: class-gp-advanced-calculations.php:1161 msgid "sqrt( value )" msgstr "" #: class-gp-advanced-calculations.php:1163 msgid "Returns square root of a number" msgstr ""