Comma separated list of stop words.', 'ajax-search-pro'); ?>
may not work in some cases.', 'ajax-search-pro'); ?>
Comma separated list of shortcodes to remove. Use this to exclude shortcodes, which does not reflect your content appropriately.', 'ajax-search-pro'); ?>
DEMO MODE ENABLED - Please note, that these options are read-only on the demo
Media Service feature to handle more accurate file indexing, and there is a FREE version available as well! (no credit card required!)", 'ajax-search-pro'); ?>
__('Success:', 'ajax-search-pro'),
"gen_ms2" => __('items were imported!', 'ajax-search-pro'),
"gen_er1" => __('Something went wrong, please try again later.', 'ajax-search-pro'),
"gen_er2" => __('There are no synonyms in the database to export.', 'ajax-search-pro'),
"gen_er3" => __('The file is empty or invalid. Please make sure to upload and choose the correct one.', 'ajax-search-pro'),
"gen_er4" => __('Nothing was imported. The items in this file are already in the database.', 'ajax-search-pro'),
"edt_er1" => __('Something went wrong, please check your connection, and try again.', 'ajax-search-pro'),
"edt_er2" => __('This keyword already exists in the database! (use the search above if you look to edit it)', 'ajax-search-pro'),
"edt_er3" => __('The keyword was not deleted, please try refreshing this page!', 'ajax-search-pro'),
"edt_er4" => __('The keyword field is empty, please enter a keyword!', 'ajax-search-pro'),
"edt_er5" => __('The synonyms field is missing, please enter some synonyms!', 'ajax-search-pro'),
"res_ms1" => __('Are you sure you want to delete this keyword?', 'ajax-search-pro'),
"del_all" => __('Are you sure you want to delete all of the synonyms?', 'ajax-search-pro'),
"mod_ms1" => __('Export Synonyms', 'ajax-search-pro'),
"mod_ms2" => __('Import Synonyms', 'ajax-search-pro'),
"mod_ms3" => __('Close', 'ajax-search-pro')
));
wp_enqueue_script('asp-backend-index-table', plugin_dir_url(__FILE__) . 'settings/assets/index_table.js', array(
'jquery', 'wpdreams-tabs'
), $media_query, true);
Script::objectToInlineScript('asp-backend-index-table', 'ASP_IT', array(
"current_blog_id" => array(get_current_blog_id()),
"first_index" => $index_obj->isEmpty() && !isset($_COOKIE['_asp_first_index']) ? 1 : 0
));
wp_localize_script('asp-backend-index-table', 'ASP_IT_MSG', array(
"mod_ms1" => __('Okay!', 'ajax-search-pro'),
"mod_ms2" => __('Yes, take me there!', 'ajax-search-pro'),
"mod_ms3" => __('Maybe later', 'ajax-search-pro'),
"mod_h1" => __('Congratulations, but wait!', 'ajax-search-pro'),
"mod_h2" => __('Did you know?', 'ajax-search-pro'),
"msg_pro" => __('Progress:', 'ajax-search-pro'),
"msg_kwf" => __('Keywords found so far:', 'ajax-search-pro'),
"msg_blo" => __('Processing blog no.', 'ajax-search-pro'),
"msg_skw" => __('Success. %s new keywords were added to the database.', 'ajax-search-pro'),
"msg_emp" => __('Success. The index table was emptied.', 'ajax-search-pro'),
"msg_er1" => __('Something went wrong. Here is the error message returned:', 'ajax-search-pro'),
"msg_er2" => __('Timeout error. Try lowering the Post limit per iteration option below.', 'ajax-search-pro'),
"msg_sta" => __('Status:', 'ajax-search-pro'),
"msg_cod" => __('Code:', 'ajax-search-pro'),
"msg_ini" => __('Initializing, please wait.', 'ajax-search-pro')
));
wp_enqueue_script('asp-backend-jquery-tag', plugin_dir_url(__FILE__) . 'settings/assets/jquery-tagging/tagging.min.js', array(
'jquery'
), $media_query, true);
$metadata = require_once ASP_PATH . 'build/js/index-table.asset.php';
wp_enqueue_script(
'wpd-asp-index-table',
ASP_URL_NP . 'build/js/index-table.js',
$metadata['dependencies'],
$metadata['version'],
array( 'in_footer' =>true ),
);