/home/arranoyd/magicraft/wp-content/plugins/softaculous/soft_lang.php
<?php
$l['<title>'] = 'Softaculous';
$l['unauth_access'] = 'Unauthorized Access!!';
$l['invalid_auth_key'] = 'Unauthorized Access !! Please make sure you have added the correct connection key in your WordPress admin panel -> Softaculous plugin page';
$l['invalid_signon_key'] = 'Unauthorized Sign On Access!!';
$l['no_req_post'] = 'No Request Posted!!';
$l['copy_fail'] = 'Failed to install the update due to failure in copying some files. This usually occur due to inconsistent file permissions!';
$l['call_update_fail'] = 'Failed to call the update function!';
$l['err_activating_pl'] = 'There were some errors while activating the plugin(s).';
$l['err_deactivating_pl'] = 'There were some errors while deactivating the plugin(s).';
$l['err_deactivating_del_pl'] = 'There were some errors while deactivating the plugin(s) for deletion.';
$l['err_deleting_pl'] = 'Plugin(s) deletion failed!';

$l['err_activating_theme'] = 'Failed to activate the theme.';
$l['err_deleting_theme'] = 'Failed to delete the theme.';

$l['err_exec'] = 'There was some error executing the function!';
$l['done'] = 'done';
$l['func_not_found'] = 'Function does not exist!';

$l['invalid_params'] = 'Invalid Parameters!!';

$l['err_selectmy'] = 'The MySQL Database could not be selected.';
$l['err_myconn'] = 'The MySQL Connection could not be established.';
$l['err_makequery'] = 'Could not make the query numbered';
$l['err_mynum'] = 'MySQL Error No';
$l['err_myerr'] = 'MySQL Error';
$l['err_no_db_file'] = 'The database import file does not exist';
$l['err_no_open_db_file'] = 'Could not open the database import file';
$l['err_query'] = 'Could not execute the query';

$l['action_failed']='Failed to perform action.';

$l['empty_allowed_ips'] = 'Allowed IPs are empty please enter correct IPs';
$l['successfully_added_ips'] = 'Allowed IPs are updated successfully';