MOON
Server: Apache
System: Linux 101-53-147-124.cprapid.com 4.18.0-553.121.1.el8_10.x86_64 #1 SMP Thu Apr 30 09:06:34 EDT 2026 x86_64
User: clientsoftwares (1005)
PHP: 8.2.30
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open
Upload Files
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',
];