Server IP : 15.235.198.142 / Your IP : 216.73.216.199 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/yme/wp-content/themes/oceanwp/inc/themepanel/includes/ |
Upload File : |
<?php /** * List of all texts in theme panel for translation * * @package Theme Panel */ /** * This function will be hooked into wp_localize_script in admin/general/enqueue-assets.php * * @SuppressWarnings(PHPMD.ExcessiveMethodLength) */ function oceanwp_adminpanel_textdomain() { return array( 'plugin_is_successfully_installed' => esc_html__( 'Plugin is installed successfully.', 'oceanwp' ), 'plugin_is_successfully_updated' => esc_html__( 'Plugin is updated successfully.', 'oceanwp' ), 'installed' => esc_html__( 'Installed', 'oceanwp' ), 'updated' => esc_html__( 'Updated', 'oceanwp' ), 'child_theme_installed' => esc_html__( 'Child theme installed successfully', 'oceanwp' ), 'installing_plugin' => esc_html__( 'Installing Plugin...', 'oceanwp' ), 'updating_plugin' => esc_html__( 'Updating Plugin...', 'oceanwp' ), 'installing_child_theme' => esc_html__( 'Installing Child Theme...', 'oceanwp' ), 'saving_settings' => esc_html__( 'Saving...', 'oceanwp' ), 'reseting' => esc_html__( 'Reseting...', 'oceanwp' ), 'exporting' => esc_html__( 'Exporting...', 'oceanwp' ), 'importing' => esc_html__( 'Importing...', 'oceanwp' ), 'copied_system_info' => esc_html__( 'Information has been copied.', 'oceanwp' ), 'fonts_clearing' => esc_html__( 'Clearing data...', 'oceanwp' ), ); }