/**
  * Localize JS variables
  * @static
  * @return array
  * @since 1.0
  */
 public static function get_js_vars()
 {
     return array('VIEW_POST' => esc_attr__('View', 'post-planner'), 'ASSOC_DASHBOARD_ERROR_MSG' => esc_attr__('Error', 'post-planner'), 'CREATE_POST' => esc_attr__('Create', 'post-planner'), 'CHECKLIST_ERROR_MSG' => esc_attr__('Unable to update checklist', 'post-planner'), 'EDIT' => esc_attr__('edit', 'post-planner'), 'POSTED_BY' => esc_attr__('posted by', 'post-planner'), 'COMMENT_ERROR_MSG' => esc_attr__('Unable to add comment', 'post-planner'), 'ASSOC_SUCCESS_MSG' => esc_attr__('Association Successful', 'post-planner'), 'ASSOC_ERROR_MSG' => esc_attr__('Association Unsuccessful', 'post-planner'), 'ASSOC_DUPLICATE_MSG' => esc_attr__('Associated with Another Planner', 'post-planner'), 'ASSOC_ALREADY_MSG' => esc_attr__('Planner Already Associated with an Entry', 'post-planner'), 'ASSOC_REMOVED_MSG' => esc_attr__('Association Removed', 'post-planner'), 'ASSOC_NOT_REMOVED_MSG' => esc_attr__('Unable to Remove Association', 'post-planner'), 'ASSOC_CREATED_MSG' => esc_attr__('Associated Content Created', 'post-planner'), 'ASSOC_NOT_CREATED_MSG' => esc_attr__('Unable to Create Associated Content', 'post-planner'), 'CREATE_CONFIRMATION_MSG' => esc_html__("Are you sure you want to create a new entry based on this Planner? \n 'Cancel' to stop, 'OK' to continue.", 'post-planner'), 'CONFIRMATION_MSG' => esc_html__("Are you sure you want to associate this Planner? \n 'Cancel' to stop, 'OK' to continue.", 'post-planner'), 'REMOVE_CONFIRMATION_MSG' => esc_html__("Are you sure you want to remove this association? \n 'Cancel' to stop, 'OK' to continue.", 'post-planner'), 'DATE_FORMAT' => PostPlanner_Lib::dateFormatTojQueryUIDatePickerFormat(PostPlanner_Loader::$settings['date_format']), 'NONCE' => wp_create_nonce('postplanner'), 'AJAX_URL' => admin_url('admin-ajax.php'), 'ADMIN_URL' => admin_url());
 }