PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
themes
/
rehub
/
vafpress-framework
/
config
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> <?php return array( //////////////////////////////////////// // Localized JS Message Configuration // //////////////////////////////////////// /** * Validation Messages */ 'validation' => array( 'alphabet' => __('Value needs to be Alphabet', 'rehub_framework'), 'alphanumeric' => __('Value needs to be Alphanumeric', 'rehub_framework'), 'numeric' => __('Value needs to be Numeric', 'rehub_framework'), 'email' => __('Value needs to be Valid Email', 'rehub_framework'), 'url' => __('Value needs to be Valid URL', 'rehub_framework'), 'maxlength' => __('Length needs to be less than {0} characters', 'rehub_framework'), 'minlength' => __('Length needs to be more than {0} characters', 'rehub_framework'), 'maxselected' => __('Select no more than {0} items', 'rehub_framework'), 'minselected' => __('Select at least {0} items', 'rehub_framework'), 'required' => __('This is required', 'rehub_framework'), ), /** * Import / Export Messages */ 'util' => array( 'import_success' => __('Import succeed, option page will be refreshed..', 'rehub_framework'), 'import_failed' => __('Import failed', 'rehub_framework'), 'export_success' => __('Export succeed, copy the JSON formatted options', 'rehub_framework'), 'export_failed' => __('Export failed', 'rehub_framework'), 'restore_success' => __('Restoration succeed, option page will be refreshed..', 'rehub_framework'), 'restore_nochanges' => __('Options identical to default', 'rehub_framework'), 'restore_failed' => __('Restoration failed', 'rehub_framework'), ), /** * Control Fields String */ 'control' => array( // select2 select box 'select2_placeholder' => __('Select option(s)', 'rehub_framework'), // fontawesome chooser 'fac_placeholder' => __('Select an Icon', 'rehub_framework'), ), ); /** * EOF */
[+]
..
[-] dependencies.php
[edit]
[-] messages.php
[edit]