plugin updates

This commit is contained in:
Tony Volpe
2024-11-20 22:40:39 -05:00
parent 0238f0c4ca
commit 3362947c6e
434 changed files with 13405 additions and 9202 deletions

View File

@@ -107,6 +107,7 @@ $__gf_tooltips = array(
'form_field_checkbox_label' => '<strong>' . __( 'Checkbox Text', 'gravityforms' ) . '</strong>' . __( 'Text of the consent checkbox.', 'gravityforms' ),
'form_field_select_all_choices' => '<strong>' . __( '"Select All" Choice', 'gravityforms' ) . '</strong>' . __( 'Check this option to add a "Select All" checkbox before the checkbox choices to allow users to check all the checkboxes with one click.', 'gravityforms' ),
'form_field_other_choice' => '<strong>' . __( '"Other" Choice', 'gravityforms' ) . '</strong>' . __( 'Check this option to add a text input as the final choice of your radio button field. This allows the user to specify a value that is not a predefined choice.', 'gravityforms' ),
'form_field_enable_multiple_selection' => '<strong>' . __( 'Multiple Selection', 'gravityforms' ) . '</strong>' . __( 'Enable this option to allow the user to select multiple choices. Disabling this option after entries with multiple choices have been submitted will hide the values for those entries.', 'gravityforms' ),
'form_require_login' => '<strong>' . __( 'Require user to be logged in', 'gravityforms' ) . '</strong>' . __( 'Check this option to require a user to be logged in to view this form.', 'gravityforms' ),
'form_require_login_message' => '<strong>' . __( 'Require Login Message', 'gravityforms' ) . '</strong>' . __( 'Enter a message to be displayed to users who are not logged in (shortcodes and HTML are supported).', 'gravityforms' ),
'form_page_conditional_logic' => '<strong>' . __( 'Page Conditional Logic', 'gravityforms' ) . '</strong>' . __( 'Create rules to dynamically display or hide this page based on values from another field.', 'gravityforms' ),
@@ -145,6 +146,7 @@ $__gf_tooltips = array(
'export_select_fields' => '<strong>' . __( 'Export Selected Fields', 'gravityforms' ) . '</strong>' . __( 'Select the fields you would like to include in the export.', 'gravityforms' ),
'export_date_range' => '<strong>' . __( 'Export Date Range', 'gravityforms' ) . '</strong>' . __( 'Select a date range. Setting a range will limit the export to entries submitted during that date range. If no range is set, all entries will be exported.', 'gravityforms' ),
'import_select_file' => '<strong>' . __( 'Select Files', 'gravityforms' ) . '</strong>' . __( 'Click the file selection button to upload a Gravity Forms export file from your computer. Please make sure your file has the .json extension, and that it was generated by the Gravity Forms Export tool.', 'gravityforms' ),
'import_media' => '<strong>' . __( 'Import Images', 'gravityforms' ) . '</strong>' . __( 'If a form uses the Image Choice field, or has Conversational Mode enabled, the importer will import the images and save them in your media library.', 'gravityforms' ),
'settings_license_key' => '<strong>' . __( 'Settings License Key', 'gravityforms' ) . '</strong>' . __( 'Your Gravity Forms support license key is used to verify your support package, enable automatic updates and receive support.', 'gravityforms' ),
'settings_output_css' => '<strong>' . __( 'Output CSS', 'gravityforms' ) . '</strong>' . __( 'Select yes or no to enable or disable CSS output. Setting this to no will disable the standard Gravity Forms CSS from being included in your theme.', 'gravityforms' ),
'settings_html5' => '<strong>' . __( 'Output HTML5', 'gravityforms' ) . '</strong>' . __( 'Select yes or no to enable or disable HTML5 output. Setting this to no will disable the standard Gravity Forms HTML5 form field output.', 'gravityforms' ),