File: /home/clientsoftwares/public_html/lms.clientsoftwares.com/resources/lang/default/option_builder.php
<?php
return [
'global_settings' => 'Global Settings',
'option_builder_desc' => 'To access any of your saved options with in your code, use our global function',
'option_builder_tab_desc' => 'To access all saved options of a tab, use our global function',
'reset_all' => 'Reset all',
'reset_section' => 'Reset section',
'save_changes' => 'Save changes',
'remove' => 'Remove',
'add_more' => 'Add more',
'success_title' => 'Congratulations!',
'error_title' => 'Oops!',
'tab' => 'Tab',
'setting_updated' => 'Setting updated Successfully',
'reset_settings' => 'Setting reset Successfully',
'max_file_size' => 'File size is exceeded',
'confirm_txt' => 'Confirmation',
'confirm_desc' => 'Are you sure you want to do that?',
'min_value' => 'Minimum value',
'max_value' => 'Maximum value',
];