Server IP : 172.24.0.40 / Your IP : 216.73.216.239 Web Server : Apache System : Linux dbweb26.ust.edu.ph 4.18.0-513.5.1.el8_9.x86_64 #1 SMP Fri Sep 29 05:21:10 EDT 2023 x86_64 User : apache ( 48) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/lawjournal/public_html/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' ), ); }