| @@ -1,12 +1,12 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * @package FireBox |
| 4 | - * @version 1.1.1 Free | |
| 4 | + * @version 2.0.12 Free | |
| 5 | 5 | * |
| 6 | 6 | * @author FirePlugins <info@fireplugins.com> |
| 7 | 7 | * @link https://www.fireplugins.com |
| 8 | - * @copyright Copyright © 2022 FirePlugins All Rights Reserved | |
| 8 | + * @copyright Copyright © 2023 FirePlugins All Rights Reserved | |
| 9 | 9 | * @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html> or later |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | 12 | namespace FireBox\Core\Admin\Includes; |
| @@ -39,11 +39,11 @@ | ||
| 39 | 39 | private function getLibrarySettings() |
| 40 | 40 | { |
| 41 | 41 | return [ |
| 42 | 42 | 'id' => 'fbSelectTemplate', |
| 43 | - 'title' => 'FB_POPUP_LIBRARY', | |
| 43 | + 'title' => firebox()->_('FB_POPUP_LIBRARY'), | |
| 44 | 44 | 'create_new_template_link' => admin_url('post-new.php?post_type=firebox'), |
| 45 | - 'main_category_label' => firebox()->_('FB_POPUP_TYPE'), | |
| 45 | + 'main_category_label' => firebox()->_('FB_POPUP_TYPES'), | |
| 46 | 46 | 'plugin_license_settings_url' => admin_url('admin.php?page=firebox-settings#license_key'), |
| 47 | 47 | 'plugin_dir' => FBOX_PLUGIN_DIR, |
| 48 | 48 | 'plugin' => 'firebox', |
| 49 | 49 | 'plugin_version' => FBOX_VERSION, |
| @@ -48,8 +48,12 @@ | ||
| 48 | 48 | 'plugin' => 'firebox', |
| 49 | 49 | 'plugin_version' => FBOX_VERSION, |
| 50 | 50 | 'plugin_license_type' => FBOX_LICENSE_TYPE, |
| 51 | 51 | 'plugin_name' => firebox()->_('FB_PLUGIN_NAME'), |
| 52 | + | |
| 53 | + 'license_key' => false, | |
| 54 | + 'license_key_status' => false, | |
| 55 | + | |
| 52 | 56 | |
| 53 | 57 | 'blank_template_label' => firebox()->_('FB_BLANK_POPUP'), |
| 54 | 58 | 'template_use_url' => 'post-new.php?post_type=firebox&fpf_use_template=true&template=' |
| 55 | 59 | ]; |