File Editor
Directories:
.. (Back)
assets
Files:
actions.php
file_actions.php
functions.php
get_site_data.php
index.php
readme.txt
settings.php
soft_lang.php
soft_pclzip.php
softaculous.php
verify.php
Create New File
Create
Edit File: soft_lang.php
<?php $softaculous_lang['<title>'] = 'Softaculous'; $softaculous_lang['unauth_access'] = 'Unauthorized Access!!'; $softaculous_lang['invalid_auth_key'] = 'Unauthorized Access !! Please make sure you have added the correct connection key in your WordPress admin panel -> Softaculous plugin page'; $softaculous_lang['invalid_signon_key'] = 'Unauthorized Sign On Access!!'; $softaculous_lang['no_req_post'] = 'No Request Posted!!'; $softaculous_lang['copy_fail'] = 'Failed to install the update due to failure in copying some files. This usually occur due to inconsistent file permissions!'; $softaculous_lang['call_update_fail'] = 'Failed to call the update function!'; $softaculous_lang['err_activating_pl'] = 'There were some errors while activating the plugin(s).'; $softaculous_lang['err_deactivating_pl'] = 'There were some errors while deactivating the plugin(s).'; $softaculous_lang['err_deactivating_del_pl'] = 'There were some errors while deactivating the plugin(s) for deletion.'; $softaculous_lang['err_deleting_pl'] = 'Plugin(s) deletion failed!'; $softaculous_lang['err_activating_theme'] = 'Failed to activate the theme.'; $softaculous_lang['err_deleting_theme'] = 'Failed to delete the theme.'; $softaculous_lang['err_exec'] = 'There was some error executing the function!'; $softaculous_lang['done'] = 'done'; $softaculous_lang['func_not_found'] = 'Function does not exist!'; $softaculous_lang['invalid_params'] = 'Invalid Parameters!!'; $softaculous_lang['err_selectmy'] = 'The MySQL Database could not be selected.'; $softaculous_lang['err_myconn'] = 'The MySQL Connection could not be established.'; $softaculous_lang['err_makequery'] = 'Could not make the query numbered'; $softaculous_lang['err_mynum'] = 'MySQL Error No'; $softaculous_lang['err_myerr'] = 'MySQL Error'; $softaculous_lang['err_no_db_file'] = 'The database import file does not exist'; $softaculous_lang['err_no_open_db_file'] = 'Could not open the database import file'; $softaculous_lang['err_query'] = 'Could not execute the query'; $softaculous_lang['action_failed']='Failed to perform action.'; $softaculous_lang['empty_allowed_ips'] = 'Allowed IPs are empty please enter correct IPs'; $softaculous_lang['successfully_added_ips'] = 'Allowed IPs are updated successfully';
Save Changes
Rename File
Rename