Aknaproff/lang/en/messages.php

679 lines
33 KiB
PHP
Raw Normal View History

2023-09-21 12:45:08 +00:00
<?php
return [
'success' => 'Success',
'feature_disabled_in_demo' => 'Feature disabled in demo',
'something_went_wrong' => 'Something went wrong',
'some_error_in_input_field' => 'Some error in input field, Please check and submit again',
'saved_successfully' => 'Saved successfully',
'env_permission' => 'Some setting could not be saved, make sure .env file has 644 permission & owned by www-data user',
'application_copyright' => ':name - V:version | Copyright &copy; :year All rights reserved.',
'home' => 'Home',
'form' => 'Form',
'form_name' => 'Form Name',
'all_forms' => 'All Forms',
'new_form' => 'New Form',
'name' => 'Name',
'description' => 'Description',
'created_at' => 'Created at',
'action' => 'Action',
'all_templates' => 'All Templates',
'view' => 'View',
'view_form_data' => 'View Form Submission Data',
'edit' => 'Edit',
'delete' => 'Delete',
'download_code' => 'Download HTML/PHP code for the form',
'copy_this_form' => 'Copy This Form',
'widget' => 'Widget',
'create_form' => 'Create Form',
'form_description' => 'Form Description',
'template' => 'Template',
'choose_template' => 'Choose Template',
'close' => 'Close',
'submitted_on' => 'Submitted On',
'field' => 'Field',
'value' => 'Value',
'copy_form' => 'Copy Form',
'generate_widget' => 'Generate Widget',
'iframe_code' => 'iFrame Code',
'widget_help_text' => 'Copy the html code & include it in your website HTML to use the form.',
'superadmin_settings' => 'Superadmin Settings',
'app_name' => 'APP NAME',
'version' => 'Version',
'mail_driver' => 'MAIL DRIVER',
'mail_host' => 'MAIL HOST',
'mail_port' => 'MAIL PORT',
'mail_username' => 'MAIL USERNAME',
'mail_password' => 'MAIL PASSWORD',
'mail_encryption' => 'MAIL ENCRYPTION',
'save' => 'Save',
'email' => 'Email',
'settings' => 'Settings',
'additional_js_css' => 'Additional Js/Css',
'additional_js_css_help_text' => 'Additional JS, CSS will be loaded at the end of the form.',
'save_as_template' => 'Save As Template',
'save_as_form' => 'Save As Form',
'css' => 'Css',
'javascript' => 'Javascript',
'additional_css' => 'Additional Css',
'additional_js' => 'Additional javascript',
'element_details' => 'Element Details',
'input' => 'Input',
'textarea' => 'Textarea',
'dropdown' => 'Dropdown',
'radio' => 'Radio',
'checkbox' => 'Checkbox',
'heading_paragrahp' => 'Heading/Paragraph',
'range' => 'Range',
'file_upload' => 'File Upload',
'text_editor' => 'Text Editor',
'datetime' => 'DateTime',
'terms_condition' => 'Terms & Conditions',
'email_settings' => 'Email Settings',
'from' => 'From',
'from_email' => 'From Email',
'to' => 'To',
'multiple_email_help_text' => 'Comma Seperated multiple emails',
'cc' => 'CC',
'bcc' => 'BCC',
'subject' => 'Subject',
'email_subject' => 'Email Subject',
'click_to_add_tags' => 'Click to add the tags',
'body' => 'Body',
'email_body' => 'Email Body',
'auto_response_settings' => 'Auto Response Settings',
'enable_auto_response' => 'Enable Auto Response?',
'smtp_settings' => 'SMTP Settings',
'use_system_smtp' => 'Use System SMTP?',
'host' => 'Host',
'port' => 'Port',
'from_address' => 'From Address',
'from_name' => 'From Name',
'encryption' => 'Encryption',
'username' => 'Username',
'password' => 'Password',
'field_label' => 'Field Label',
'type' => 'Type',
'color' => 'Color',
'text' => 'Text',
'min_value' => 'Min Value',
'max_value' => 'Max Value',
'step' => 'Step',
'data_orientation' => 'Data Orientation',
'horizontal' => 'Horizontal',
'vertical' => 'Vertical',
'allow_select_multi_value' => 'Allow selection of multiple values?',
'placeholder' => 'Placeholder',
'help_text' => 'Help Text',
'editior_height' => 'Editor Height(in px)',
'editior_height_help_text' => 'Leave blank for default height.',
'upload_text' => 'Upload Text',
'no_files_can_be_uploaded' => 'No. of files can be uploaded',
'upload_file_limit_help_text' => 'Default is 1',
'send_as_email_attachment' => 'Send as E-mail attachment',
'file_size_limit' => 'File size limits',
'file_size_limit_help' => 'Enter file size limit in MB',
'allowed_file' => 'Allowed File Type',
'specify_file_type' => 'Specify allowed types',
'all_types' => 'All types',
'add_file_type' => 'Add file types',
'add_file_type_help_text' => 'Comma separated string of file types.Ex: .jpg, .png, .jpeg',
'enter_file_type' => 'Enter File Type',
'sizing' => 'Sizing',
'default' => 'Default',
'small' => 'Small',
'large' => 'Large',
'start_date' => 'Start Date',
'none' => 'None',
'today' => 'Today',
'current_year' => 'Current Year',
'current_month' => 'Current Month',
'end_date' => 'End Date',
'date_format' => 'Date Format',
'date_format_help_text' => 'formats: DD, D, MM, M, YYYY, YY <br> separators: -,/,. <br> for time only keep it blank & enable time picker',
'disabled_days' => 'Disabled Days',
'sunday' => 'Sunday',
'monday' => 'Monday',
'tuesday' => 'Tuesday',
'wednesday' => 'Wednesday',
'thursday' => 'Thursday',
'friday' => 'Friday',
'saturday' => 'Saturday',
'enable_time_picker' => 'Enable Time Picker',
'time_format' => 'Time Format',
'12_hour' => '12 hour (Example- 01:20 PM)',
'24_hour' => '24 hour (Example- 13:20)',
'show_calendar_sidebyside' => 'Show Calendar and Time picker side by side',
'is_required' => 'Is Required?',
'error_msg_for_required' => 'Error Message For Required',
'validation' => 'Validation',
'min_length_value' => 'Min Length Value',
'max_length_value' => 'Max Length Value',
'enter_min_value' => 'Enter Minimum Value',
'enter_max_value' => 'Enter Maximum Value',
'error_msg_for' => 'Error Message For ',
'no_of_rows' => 'No. of rows',
'no_of_cols' => 'No. of columns',
'icon_prefix' => 'Icon Prefix',
'icon_suffix' => 'Icon Suffix',
'options' => 'Options',
'enter_one_option_per_line' => 'Enter one option per line.',
'paragraphp' => 'Paragraph(P)',
'content' => 'Content',
'text_color' => 'Text Color',
'link' => 'Link',
'add_custom_class' => 'Add Custom Class',
'custom_class_tooltip' => 'Add string of classes with one space.Ex: class1 class2 class3',
'remove' => 'Remove',
'basic_elements' => 'Basic Elements',
'advance_elements' => 'Advance Elements',
'jot_down_here' => 'Jot Down Here',
'google_recaptcha_settings' => 'Google reCAPTCHA setting',
'add_google_recaptcha' => 'Add Google reCAPTCHA',
'site_key' => 'Site Key',
'enter_site_key' => 'Enter Site Key',
'secret_key' => 'Secret Key',
'enter_secret_key' => 'Enter Secret Key',
'secret_key_help_text' => "Don't have Site key or Secret key ?",
'click_here' => 'Click here',
'to_create' => 'to create.',
'design_settings' => 'Design Settings',
'label_color' => 'Label Color',
'error_msg_color' => 'Error Message Color',
'required_asterisk_color' => "Required asterisk's color (*)",
'background_color' => 'Background Color',
'background_image' => 'Background Image',
'notification_setting' => 'Notification setting',
'action_after_submit' => 'Action after submit',
'show_notification_in_same_page' => 'Show Notification in the same page',
'redirect_to_thank_you_page' => 'Redirect to thank you page',
'email_success_notification' => 'Email success notification',
'email_failed_notification' => 'Email failed notification',
'redirect_url' => 'Redirect Url',
'enter_msg' => 'Enter message',
'enter_redirect_url' => 'Enter redirect url',
'submit_btn_setting' => 'Submit button setting',
'submit_btn_text' => 'Submit button text',
'enter_submit_btn_txt' => 'Enter submit button text',
'submit_btn_loading_text' => 'Submit button loading text',
'enter_submit_btn_load_txt' => 'Enter submit button loading text',
'submit_btn_size' => 'Submit button size',
'medium' => 'Medium',
'submit_btn_size_help_text' => 'Default size is "Medium".',
'submit_btn_color' => 'Submit button color',
'primary' => 'Primary',
'warning' => 'Warning',
'danger' => 'Danger',
'submit_btn_color_help_text' => 'Default color is "Primary".',
'submit_btn_alignment' => 'Submit button alignment',
'left' => 'Left',
'right' => 'Right',
'submit_btn_alignment_help_text' => 'Default alignment is "Right".',
'form_data_setting' => 'Form Data Settings',
'column_visibility' => 'Column visibility',
'column_visibility_help_text' => 'Selected field will be visible in datatable.',
'enable_button' => 'Enable button',
'language' => 'Language',
'profile' => 'Profile',
'edit_profile' => 'Edit profile',
'password_edit_help' => 'Enter password to change or keep it blank',
'enter_name' => 'Enter Name',
'enter_email' => 'Enter Email',
'enter_password' => 'Enter Password',
'update' => 'Update',
'enter_app_name' => 'Enter APP Name',
'enter_mail_host' => 'Host',
'enter_mail_port' => 'Port',
'enter_mail_username' => 'Username',
'enter_mail_password' => 'Password',
'enter_mail_encryption' => 'tls/ssl',
'click_to_edit' => 'Click to configure',
'components' => 'Components',
'horizontal_line' => 'Horizontal Line',
'html_text' => 'HTML Text',
'padding_top' => 'Padding top',
'padding_bottom' => 'Padding bottom',
'border_size' => 'Border size',
'border_type' => 'Border style',
'solid' => 'Solid',
'dashed' => 'Dashed',
'dotted' => 'Dotted',
'border_color' => 'Border Color',
'double' => 'Double',
'element_configuration' => 'Element Configuration',
'pls_add_element_to_configure' => 'Please select an element to configure',
'pls_add_element' => 'Drag & drop an element here.',
'new_window' => 'New Window',
'new_window_help_text' => 'Copy the html code & include it in your website HTML to display the form link. Form opens in a new window.',
'new_submission_email' => 'New Submission Email Settings',
'enable' => 'Enable',
'forms' => 'Forms',
'templates' => 'Templates',
'submissions' => 'Submissions',
'mailchimp' => 'Mailchimp',
'mailchimp_api_key' => 'Mailchimp API key',
'mailchimp_api_key_help' => 'You can find yours <a href="https://us10.admin.mailchimp.com/account/api-key-popup/" target="_blank">here</a>',
'mailchimp_list_id' => 'Mailchimp List Id',
'mailchimp_list_id_help' => 'Check the MailChimp docs to get this <a href="http://kb.mailchimp.com/lists/managing-subscribers/find-your-list-id" target="_blank">here</a>',
'mailchimp_email_help' => 'Email field in form which will be added to mailchimp',
'mailchimp_name_help' => 'Name field in form which will be added to mailchimp',
'not_in_downloaded_code' => 'This feature will not be present in downloaded form code.',
'mailchimp_subscribe' => 'Subscribe',
'mailchimp_subscribe_confirm' => 'Subscribe & require them to confirm via email',
'mailchimp_subscription_status' => 'Subscription Status',
'field_conditions' => 'Field Conditions',
'choose_element' => 'An Element',
'show_hide' => 'Show/Hide',
'show' => 'Show',
'hide' => 'Hide',
'condition' => 'Condition',
'add' => 'Add',
'write_conditional_value' => 'Write a value',
'when' => 'When',
'add_conditional_field' => 'Add more conditional fields',
'add_condition' => 'Add more conditions',
'enter_link_for_label' => 'Enter link for the label',
'checked' => 'Checked',
'unchecked' => 'Unchecked',
'choose_value' => 'Choose Value',
'equal_to' => 'Equal To',
'not_equal_to' => 'Not Equal To',
'empty' => 'Empty',
'not_empty' => 'Not Empty',
'and' => 'And',
'enable_registration' => 'Enable Registration',
'resgistration_will_be_enabled' => 'If checked registration will be enabled and anyone can register to use the application',
'drop_a_file_here' => 'Drop a file here',
'rating' => 'Rating',
'increment' => 'Increment',
'stars' => 'Stars',
'max_star_help_text' => 'The number of stars to display',
'min_rating_value_help_text' => 'The minimum value for the rating input. this is the lowest rating value when no stars are selected or highlighted',
'max_rating_value_help_text' => 'The maximum value for the rating input. this is the highest rating value when all stars are selected or highlighted',
'step_value_help_text' => 'The step to increment the rating when each star is clicked.',
'size' => 'Size',
'extra_small' => 'Extra Small',
'extra_large' => 'Extra Large',
'rtl' => 'Right To Left',
'ltr' => 'Left To Right',
'display_type' => 'Display Type',
'superadmin' => 'Superadmin',
'packages' => 'Packages',
'create' => 'Create',
'no_of_active_forms' => 'No. Of Active Forms',
'allow_form_code_downloading' => 'Allow form code downloading',
'price_interval' => 'Price Interval',
'interval' => 'Interval',
'price' => 'Price',
'sort_order' => 'Sort Order',
'activate' => 'Activate',
'days' => 'Days',
'months' => 'Months',
'year' => 'Year',
'select_price_interval' => 'Select Price Interval',
'updated_successfully' => 'Updated Successfully',
'deleted_successfully' => 'Deleted Successfully',
'all_packages' => 'All Packages',
'active' => 'Active',
'inactive' => 'Inactive',
'unlimited_forms' => 'Unlimited Forms',
'no_of_forms' => ':active_form Active forms',
'subscription_price' => ' / :interval :price_interval',
'free_for_interval' => 'Free for :interval :price_interval',
'form_code_download' => 'Form code download',
'create_package' => 'Create Package',
'edit_package' => 'Edit Package',
'unlimited_form_help_text' => '0 = Unlimited',
'free_package_help_text' => '0 = Free',
'users' => 'Users',
'all_users' => 'All Users',
'is_active' => 'Is Active ?',
'mark_active' => 'Mark As Active',
'mark_inactive' => 'Mark As Inactive',
'user_inactive' => 'User Account Is Inactive',
'edit_settings' => 'Edit Settings',
'application_settings' => 'Application Settings',
'enter_app_title' => 'Enter APP Title',
'app_title' => 'APP TITLE',
'timezone' => 'Timezone',
'currency_symbol' => 'Currency Symbol',
'currency_name' => 'Currency Name',
'choose_timezone' => 'Choose Timezone',
'enter_currency_name' => 'Enter Currency Name',
'enter_currency_symbol' => 'Enter Currency Symbol',
'smtp_email_settings' => 'SMTP/Email Settings',
'users_settings' => 'Users Settings',
'enable_saas_module' => 'Enable Saas Module',
'subscription_expired_pls_renew_it' => 'No active subscription found / subscription expired. <br/> please renew your subscription.',
'active_no_of_forms_for_package_crossed_limit' => 'Active no. of forms for the package crossed',
'package_subscription' => 'Package Subscription',
'user_name' => 'User Name',
'package_name' => 'Package Name',
'status' => 'Status',
'paid_via' => 'Paid via',
'transaction_id' => 'Transaction Id',
'edit_subscription' => 'Edit Subscription',
'approved' => 'Approved',
'waiting' => 'Waiting',
'declined' => 'Declined',
'all_subscriptions' => 'All Subscriptions',
'view_package' => 'View Package',
'subscribe' => 'Subscribe',
'my_subscription' => 'My Subscription',
'no_package_found' => 'No Package Found',
'active_subscription' => 'Active Subscription',
'running' => 'Running',
'remaining_days' => 'Remaining :days day(s)',
'no_active_subscription' => 'No active subscription found!',
'upcoming' => 'Upcoming',
'package_starts_on' => 'Will be start on :date',
'package_expire_on' => 'Will be expire on :date',
'package_activated_on' => 'Activated on :date',
'column_width' => 'Column Width',
'switch' => 'Switch',
'on' => 'On',
'off' => 'Off',
'mail_from_address' => 'MAIL FROM ADDRESS',
'mail_from_name' => 'MAIL FROM NAME',
'email_will_be_sent_to' => 'Email will be sent to',
'test_smtp_details' => 'Test SMTP details',
'my_settings' => 'My settings',
'system_settings' => 'System settings',
'system_settings_smtp_tooltips' => ' Used for sending system emails like <i>Forgot password</i>',
'my_settings_smtp_tooltips' => 'You can use it in your form emails.',
'use_settings_smtp' => 'Use My SMTP Settings?',
'pay_via' => 'Pay via :method',
'offline' => 'Offline',
'pay_n_subscribe' => 'Pay & Subscribe a package',
'offline_pay_helptext' => 'Notification will be sent to admin for approval.',
'notification_sent_for_approval' => 'Notification sent for approval',
'currency_code' => 'Currency Code',
'enter_currency_code' => 'Enter Currency Code',
'registered_and_subscribed' => 'Registered & subscribed',
'payment_api_settings' => 'Payment Api Settings',
'no_packages_found' => 'No Packages Found',
'form_scheduling_setting' => 'Form Scheduling Setting',
'scheduling' => 'Scheduling',
'closed_msg' => 'Closed Message',
'start_date_time' => 'Start DateTime',
'end_date_time' => 'End DateTime',
'form_closed_msg_tooltip' => 'The message that will display to site visitors, <br> who try to submit a closed form on your website',
'form_closed_start_date_time_tooltip' => 'When the form will automatically open to site visitors',
'form_closed_end_date_time_tooltip' => 'When the form will automatically close to site visitors',
'to_see_supported_curreny' => 'To see supported currencies',
'report' => 'Report',
'reports_for_form' => ':form_name reports',
'form_slug' => 'Form Slug',
'form_submission_numbering' => 'Form submission reference',
'submission_numbering' => 'Submission ref no.',
'prefix' => 'Prefix',
'suffix' => 'Suffix',
'min_digit' => 'Minimum Digit',
'start_no' => 'Start No.',
'works_if_enabled_in_settings' => 'Works if enabled in settings. <br><i>(feature not available in download form code)</i>',
'submitted_by' => 'Submitted By',
'what_do_u_want_next' => '<span class="text-success">Successfully saved</span>, what do you want to do next?',
'preview_the_form' => 'Preview the form',
'go_to_home' => 'Go to home',
'continue_editing' => 'Continue editing',
'welcome_tour_msg' => 'Easy steps to start using the form generator.',
'tour_step_1_intro' => '<b class="text-success">Step 1:</b></br> Drag elements from here.',
'tour_step_2_intro' => '<b class="text-success">Step 2:</b></br> Drop the element here & click it to configure.',
'tour_step_3_intro' => '<b class="text-success">Step 3:</b></br> Form & Element configuration will appear here.',
'tour_step_4_intro' => '<b class="text-success">Step 4:</b></br> Add conditions to show/hide element based on other element values.',
'tour_step_5_intro' => '<b class="text-success">Step 5:</b></br> Configure receiving of submission email & auto-respond email to the user.',
'tour_step_6_intro' => '<b class="text-success">Step 6:</b></br> Configure form reCaptcha, design, notifications, scheduling, submission reference number & others.',
'tour_step_7_intro' => '<b class="text-success">Step 7:</b></br> Integrate mailchimp.',
'tour_step_8_intro' => '<b class="text-success">Step 8:</b></br> Add additional Js/css in the form.',
'tour_step_9_intro' => '<b class="text-success">Step 9:</b></br> Save the form.',
'app_tour' => 'App tour',
'theme' => 'Theme',
'to_see_effect_preview_form' => 'To see theme effect, preview the form.',
'form_submit_as_draft' => 'Form submit as draft',
'form_submit_as_draft_tooltip' => 'User can submit a form as draft and later they can edit it',
'draft' => 'Draft',
'form_editable_url' => 'Form Editable Url <b>(Copy & save below url)</b>',
'draft_saved' => 'Draft saved',
'drag_element_using_icon' => 'Drag element using icon',
'additional_js_help' => 'Write javascript code with script tag',
'additional_css_help' => 'Write css code with style tag',
'signature' => 'Signature',
'clear' => 'Clear',
'clear_signature_pad' => 'Clear signature pad',
'undo' => 'Undo',
'elements' => 'Elements',
'field_name' => 'Field Name',
'this_field_is_required' => 'This field is required',
'field_name_should_nt_have_space' => 'Field name should not have space',
'duplicate_field_name_choose_unique' => 'Duplicate field name, choose unique name',
'field_dont_have_name_property' => ":input field don't have name property",
'field_contain_space' => ':input field contain whitespace in name',
'field_contain_duplicate_field_name' => ':input field contain duplicate name',
'key' => 'Key',
'add_form_custom_attribute' => 'Add form custom attribute',
'custom_attributes' => 'Custom Attributes',
'add_custom_attribute' => 'Add Custom Attribute',
'print' => 'Print',
'display_position' => 'Display position',
'top_right' => 'Top Right',
'bottom_right' => 'Bottom Right',
'bottom_left' => 'Bottom Left',
'top_left' => 'Top Left',
'top_center' => 'Top Center',
'bottom_center' => 'Bottom Center',
'adjust_iframe_height_according_to_need' => 'Adjust iframe min height according to your need.',
'sort_order_help_text' => 'sort order will be used to sort the packages',
'add_user' => 'Add User',
'send_email' => 'Send Email',
'send_email_tooltip' => 'If checked email address and password will be sent to user',
'is_active_tooltip' => 'Check/Uncheck to make a user active/inactive.',
'edit_user' => 'Edit User',
'dont_want_to_change_keep_it_blank' => "Keep it blank, if you don't want to change",
'comment' => 'Comment',
'comments' => 'Comments',
'add_comment' => 'Add comment',
'submit_btn_icon' => 'Submit button icon & position',
'submit_btn_style' => 'Submit button style',
'outline' => 'Outline',
'can_create_form' => 'Can create form',
'can_create_form_tooltip' => 'If checked user can create forms for him/herself',
2023-09-21 14:01:58 +00:00
'show_form_response_user' => 'Can view form response author',
'show_form_response_user_tooltip' => 'If checked user can view form response author',
'show_edit_buttons_form' => 'Can view form edit buttons',
'show_edit_buttons_form_tooltip' => 'If checked user can view edit buttons',
2023-09-21 12:45:08 +00:00
'assign_forms' => 'Share forms',
'permission_for_forms' => 'Permission for shared forms',
'can_design_form' => 'Can design form',
'can_view_form' => 'Can view form',
'can_view_data' => 'Can view data',
'can_design_form_tooltip' => 'If checked user can design shared forms',
'can_view_data_tooltip' => 'If checked user can view submitted data and report of shared forms',
'can_view_form_tooltip' => 'If checked user can view shared forms and can fill the form',
'assigned_forms' => 'Shared Forms',
'collaborate' => 'Collaborate',
'permissions' => 'Permissions',
'user_doesnt_exist' => "User doesn't exist with this email.",
'assigned_users' => 'Shared with',
'created_by' => 'Created by',
'total_visits' => 'Total visits',
'unique_visits' => 'Unique visits',
'total_visitors_in_last_30_days' => 'Total visitors in last 30 days',
'direct_visits' => 'Direct visits',
'referrers' => 'Referrers',
'referrers_in_last_30_days' => 'Total referrers in last 30 days',
'form_cant_be_shared_with_creator' => "Form can't be shared with it's creator.",
'invite_to_collaborate' => 'Share to collaborate',
'examples' => 'Examples',
'form_examples' => 'Form examples',
'click_form_name_to_view' => 'Click on form name to view',
'analytics' => 'Analytics',
'reports' => 'Reports',
'no_report_found' => 'No report found!',
'number' => 'Number',
'text_tooltip' => 'For single line information, like: Name, Email, Phone',
'textarea_tooltip' => 'For multiple lines/long information, like: Address, About me, Description.',
'dropdown_tooltip' => 'Use to select One or Multiple from pre-defined options, like: Hobbies, Education. Add unlimited options, add minimum / maximum number options select',
'radio_tooltip' => 'Use to select ONE from a pre-defined choices, like: Gender, True-False',
'checkbox_tooltip' => 'Use to select One or Multiple options from pre-defined choices, like: Hobbies, Qualification',
'heading_paragrahp_tooltip' => 'Use for heading or any type of texts with H1 to H6 & Paragraph tags with your defined color, example: Description & other informations.',
'range_tooltip' => 'Use to Select Minimum-maximum range value, example: Price range',
'datetime_tooltip' => 'Use to pick a date and/or time, with your defined format, example: Appointment date ',
'file_upload_tooltip' => 'Use to upload file(s) and/or images, example: Documents, Photo',
'text_editor_tooltip' => 'Use to enter long information with the many options to format, example: Description, blogs ',
'terms_condition_tooltip' => 'Rules by which one must agree to abide in order to use a service, example: Privacy Policy',
'hr_tooltip' => 'This tag defines a thematic break in an HTML page, example: a shift of topic',
'rating_tooltip' => 'Can be used to rate a particular item/provide feedback',
'switch_tooltip' => 'Used for activating one of two predefined options, example: Preference choice',
'html_text_tooltip' => 'Use for any type of texts with the many options to format, example: Description, blogs',
'signature_tooltip' => 'Can be used to sign digitally',
'login_to_start_your_session' => 'Log in to start your session',
'forgot_password' => 'Forgot password?',
'dont_have_an_account' => "Don't have an account?",
'reset' => 'Reset',
'register' => 'Register',
'register_a_new_membership' => 'Register a new membership',
'already_have_an_account' => 'Already have an account?',
'request_password_heading' => 'You forgot your password? Here you can easily request a new password.',
'password_reset_heading' => 'You are only one step a way from your new password, recover your password now.',
'widget_script_help_text' => 'Copy the script & include it on bottom of your page body. where you want to embed the form.',
'attach_pdf' => 'Attach PDF',
'pdf' => 'PDF',
'download_pdf' => 'Download Pdf',
'pdf_of_submitted_data_will_be_attached_to_mail' => 'Pdf of submitted form data will be attached to the email.',
'upgrade_account' => 'Upgrade account',
'all' => 'All',
'package' => 'Package',
'filter' => 'Filter',
'disable_current_packages' => 'Disable current packages',
'disable_current_packages_help_text' => "All currently running/upcoming package will be disabled & new package will be activated from today's date",
'confirm_upgrade_account' => 'Confirm upgrade account',
'enable_ofline_payment' => 'Enable Offline Payment',
'form_background_setting' => 'Form Background Setting',
'form_background_color' => 'Form Color',
'form_background_image' => 'Form Background Image',
'page_color' => 'Page Color',
'password_protection' => 'Password protection',
'enable_password_protection' => 'Enable password protection',
'password_protection_help_text' => 'If enabled user has to enter password before viewing the form.',
'enter_your_password_to_view_the_form' => 'Please enter the password to view and fill out this form.',
'this_form_is_password_protected' => 'This form is password protected.',
'continue' => 'Continue',
'invalid_password' => 'Invalid password',
'is_global_template' => 'Is global template',
'pre_made' => 'Pre-made',
'is_global_template_tooltip' => 'If checked, form will be used as global template for all users.',
'pdf_design' => 'Pdf design',
'header' => 'Header',
'design_pdf_header' => 'Design pdf header',
'tags' => 'Tags',
'pdf_design_help_text' => 'Pdf design will be used when downloading or attaching pdf to the email.',
'properties' => 'Configure Properties',
'are_you_sure' => 'Are you sure?',
'you_wont_be_able_to_revert' => "You won't be able to revert this!",
'yes_remove_it' => 'Yes, remove it!',
'horizontal_space' => 'Horizontal Space',
'horizontal_space_help_text' => 'Set the right and left spaces of the line. Use value in pixels(px).',
'spread_to_col' => 'Spread to column',
'spread_to_col_help_text' => 'Spread options side by side into specified number of columns.',
'cols' => 'Columns',
'qr_code' => 'Qr Code',
'qr_code_tooltip' => 'Qr code will be generated based on submitted data',
'download_qr_code' => 'Download Qr Code',
'qr_code_limit_help_text' => 'Note: QR Codes can hold up to <b>3Kb</b> of data, so if the data is long then qr will not be generated.',
'data_format' => 'Data format',
'key_value_format' => 'Key value Format',
'json_format' => 'JSON Format',
'reply_to_email' => 'Reply-to Email',
'please_select' => 'Please select',
'integration' => 'Integration',
'api_endpoint' => 'API Endpoint',
'list_id' => 'List Id',
'api_token' => 'API token',
'no_acelle_list_please_create' => 'No list available please create list',
'submit' => 'Submit',
'api_token_required' => 'API token is required',
'get_list' => 'Get List',
'acelle_mail_name_help_text' => 'This name will be visible in form creation page.',
'acelle_mail_api_url_help_text' => 'API endpoint where acelle mail is installed',
'api_token_n_list_tooltip' => 'Steps to follow:- <br/>
<ol>
<li>Enter API token from <b>:name</b></li>
<li>Then click on "Get List"</li>
<li>From the list dropdown, select the list</li>
<li>Select form field for list fields</li>
</ol>',
'retriving_fields' => 'Retriving list fields',
'layout' => 'Layout',
'classic_form' => 'Classic Form',
'classic_form_subtitle' => 'All elements on one page',
'card_form' => 'Card Form',
'card_form_subtitle' => 'Single element per page',
'previous' => 'Previous',
'next' => 'Next',
'link_copied' => 'Copied link to clipboard',
'page_break' => 'Page Break',
'no_config_option' => 'No configuration options available!',
'card_layout_disabled' => 'Card layout disabled when page-break element is used.',
'page_break_disabled' => 'Page-break disabled when card-layout is used.',
'emptyTable' => 'No data available in table',
'dt_info' => 'Showing _START_ to _END_ of _TOTAL_ entries',
'infoEmpty' => 'Showing 0 to 0 of 0 entries',
'infoFiltered' => '(filtered from _MAX_ total entries)',
'lengthMenu' => 'Show _MENU_ entries',
'loadingRecords' => 'Loading...',
'processing' => 'Processing...',
'search' => 'Search:',
'zeroRecords' => 'No matching records found',
'first' => 'First',
'last' => 'Last',
'next' => 'Next',
'previous' => 'Previous',
'copy' => 'Copy',
'excel' => 'Excel',
'csv' => 'CSV',
'copy_to_clipboard' => 'Copy to clipboard',
'copied_n_rows_to_clipboard' => 'Copied %d rows to clipboard',
'webhook' => 'WebHook',
'generate_secret_key' => 'Generate secret key',
'webhook_url' => 'WebHook url',
'form_is_incomplete' => 'Form is incomplete',
'youtube' => 'Youtube',
'iframe_embed' => 'iFrame Embed',
'pdf_embedder' => 'PDF Embedder',
'countdown' => 'Countdown',
'frame_url' => 'Frame Url',
'youtube_video_url' => 'YouTube Video Url',
'frame_url_help_text' => 'Enter the iframe url. It is recommended to use a HTTPS url',
'width' => 'Width',
'height' => 'Height',
'frame_alignment' => 'Frame Alignment',
'youtube_video_url' => 'YouTube Video Url',
'center' => 'Center',
'remove_pdf' => 'Remove pdf',
'upload_pdf' => 'Upload pdf',
'drop_a_pdf_here' => 'Drop a pdf here',
'seconds' => 'Second(s)',
'minutes' => 'Minute(s)',
'hours' => 'Hour(s)',
'display_labels' => 'Display label',
'font_color' => 'Font color',
'time_separator' => 'Time separators',
'display_format' => 'Display format',
'countdown_display_format_tooltip' => 'Y - Years <br>O - Months <br>D - Days <br>H - Hours <br>M - Minutes <br>S - Seconds',
'iframe' => 'iFrame',
'or' => 'Or',
'enable_popover_help_text' => 'Enable popover help text',
'popover_help_text' => 'Popover help text',
'write_popover_help_text' => 'Write down popover help text..',
'qr_code_for_submitted_data' => 'QR code - submitted data',
'qr_code_for_ref_num' => 'QR code - reference number',
'bar_code_for_ref_num' => 'Barcode - reference number',
'download_bar_code' => 'Download Bar Code',
'bar_code_help_text' => 'Submission ref num. the data specified in the option is added',
'submission_ref_qr_code_tooltip' => 'Works only if Submission ref no. is enabled in settings.(feature not available in download form code)',
'allowed_values' => 'Allowed values',
'error_msg_for_not_allowed_value' => 'Error message for not allowed value',
'enter_allowed_value_per_line' => 'Enter one allowed value per line.',
'values_allowed_tooltip' => 'Values provided here will only be allowed while submitting the form, keep it empty to allow all values',
];