⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
softaculous
/
enduser
/
languages
/
turkish
/
View File Name :
manage_sets_lang.php
<?php ////////////////////////////////////////////////////////////// //=========================================================== // update_ssl_cert_lang.php //=========================================================== // SOFTACULOUS // Version : 1.1 // Inspired by the DESIRE to be the BEST OF ALL // ---------------------------------------------------------- // Started by: Alons // Date: 10th Jan 2009 // Time: 21:00 hrs // Site: http://www.softaculous.com/ (SOFTACULOUS) // ---------------------------------------------------------- // Please Read the Terms of use at http://www.softaculous.com // ---------------------------------------------------------- //=========================================================== // (c)Softaculous Inc. //=========================================================== ////////////////////////////////////////////////////////////// if(!defined('SOFTACULOUS')){ die('Hacking Attempt'); } //Theme Strings $l['<title>'] = APP.' - WordPress Plugin / Theme Sets'; $l['installing'] = 'Installing'; $l['create_sets'] = 'Create Set'; $l['remove_sets'] = 'Remove Set(s)'; $l['create_set_button'] = 'Create'; $l['name_of_set'] = 'Name of the set'; $l['set_name'] = 'Set Name'; $l['set_plugins'] = 'Plugins'; $l['set_themes'] = 'Themes'; $l['list_items'] = 'List items'; $l['install_set'] = 'Install Set'; $l['set_installed'] = 'Selected Set is already installed on this website'; $l['sel_sets_torem'] = 'Please select set(s) to remove'; $l['sets_rem_success'] = 'Set(s) removed successfully'; $l['plugin_rem_success'] = 'Plugin(s) removed successfully'; $l['theme_rem_success'] = 'Theme(s) removed successfully'; $l['plugin_add_success'] = 'The plugin(s) added successfully'; $l['theme_add_success'] = 'The theme(s) added successfully'; $l['sel_plug_add'] = 'Select Plugins to add'; $l['sel_theme_add'] = 'Select Themes to add'; $l['sel_plug_rem'] = 'Select Plugins to remove'; $l['sel_theme_rem'] = 'Select Themes to remove'; $l['no_plug_sel'] = 'No plugins to remove'; $l['no_theme_sel'] = 'No themes to remove'; $l['add_plugins'] = 'Add Plugins'; $l['add_themes'] = 'Add Themes'; $l['sel_plugins'] = 'Please select some plugins'; $l['sel_themes'] = 'Please select some themes'; $l['action'] = 'Action'; $l['remove'] = 'Remove'; $l['remove_plugins'] = 'Remove Plugin(s)'; $l['remove_themes'] = 'Remove Theme(s)'; $l['removing'] = 'Removing'; $l['install_set'] = 'Install Set'; $l['adding'] = 'Adding'; $l['view_items'] = 'List Items in Set'; $l['empty_set'] = 'There are currently no items in the set!!'; $l['plugins'] = 'Plugins'; $l['themes'] = 'Themes'; $l['ok'] = 'OK'; $l['install_set_success'] = 'Set installed successfully'; $l['install_set_fail'] = 'An error occurred while installing set. Please try again later!'; $l['no_theme_plugins'] = 'Set doesn\'t contain any plugins or themes'; $l['no_select_site'] = 'Please select some sites'; $l['invalid_set_name'] = 'Only Alphanumeric characters, hyphen and underscore are allowed'; $l['plugins_themes_added'] = 'Plugins(s) and themes(s) added'; $l['plugins_themes_removed'] = 'Plugins(s) and themes(s) removed'; $l['set_added'] = 'Set added'; $l['search_wp_sets'] = 'Search from wordpress.org'; $l['total_plugin_theme'] = ' Total'; $l['off_manage_sets'] = 'WordPress Manage Sets feature has been disabled by admin'; $l['default_value_set'] = 'Preference saved successfully'; $l['default_value'] = 'Pre-selected'; $l['default_exp'] = 'This will be the default state of the checkbox displayed to the enduser on the install form'; $l['fail_save_pref'] = 'Failed to save preference'; $l['plugin_list_name'] = 'Name'; $l['plugin_list_version'] = 'Version'; $l['plugin_list_rating'] = 'Rating'; $l['plugin_list_link'] = 'Link'; $l['plugin_list_author'] = 'Author'; $l['plugin_list_no_ratings'] = 'No Ratings'; $l['set_not_exists'] = 'Set does not exist'; $l['set_name_invalid'] = 'Invalid Set name'; $l['return_to_wpm'] = 'Return to WordPress Management'; $l['admin_sets'] = 'Predefined Sets';