| 1 |
<?php |
| 2 |
$softaculous_lang['<title>'] = 'Softaculous'; |
| 3 |
$softaculous_lang['unauth_access'] = 'Unauthorized Access!!'; |
| 4 |
$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'; |
| 5 |
$softaculous_lang['invalid_signon_key'] = 'Unauthorized Sign On Access!!'; |
| 6 |
$softaculous_lang['no_req_post'] = 'No Request Posted!!'; |
| 7 |
$softaculous_lang['copy_fail'] = 'Failed to install the update due to failure in copying some files. This usually occur due to inconsistent file permissions!'; |
| 8 |
$softaculous_lang['call_update_fail'] = 'Failed to call the update function!'; |
| 9 |
$softaculous_lang['err_activating_pl'] = 'There were some errors while activating the plugin(s).'; |
| 10 |
$softaculous_lang['err_deactivating_pl'] = 'There were some errors while deactivating the plugin(s).'; |
| 11 |
$softaculous_lang['err_deactivating_del_pl'] = 'There were some errors while deactivating the plugin(s) for deletion.'; |
| 12 |
$softaculous_lang['err_deleting_pl'] = 'Plugin(s) deletion failed!'; |
| 13 |
|
| 14 |
$softaculous_lang['err_activating_theme'] = 'Failed to activate the theme.'; |
| 15 |
$softaculous_lang['err_deleting_theme'] = 'Failed to delete the theme.'; |
| 16 |
|
| 17 |
$softaculous_lang['err_exec'] = 'There was some error executing the function!'; |
| 18 |
$softaculous_lang['done'] = 'done'; |
| 19 |
$softaculous_lang['func_not_found'] = 'Function does not exist!'; |
| 20 |
|
| 21 |
$softaculous_lang['invalid_params'] = 'Invalid Parameters!!'; |
| 22 |
|
| 23 |
$softaculous_lang['err_selectmy'] = 'The MySQL Database could not be selected.'; |
| 24 |
$softaculous_lang['err_myconn'] = 'The MySQL Connection could not be established.'; |
| 25 |
$softaculous_lang['err_makequery'] = 'Could not make the query numbered'; |
| 26 |
$softaculous_lang['err_mynum'] = 'MySQL Error No'; |
| 27 |
$softaculous_lang['err_myerr'] = 'MySQL Error'; |
| 28 |
$softaculous_lang['err_no_db_file'] = 'The database import file does not exist'; |
| 29 |
$softaculous_lang['err_no_open_db_file'] = 'Could not open the database import file'; |
| 30 |
$softaculous_lang['err_query'] = 'Could not execute the query'; |
| 31 |
|
| 32 |
$softaculous_lang['action_failed']='Failed to perform action.'; |
| 33 |
|
| 34 |
$softaculous_lang['empty_allowed_ips'] = 'Allowed IPs are empty please enter correct IPs'; |
| 35 |
$softaculous_lang['successfully_added_ips'] = 'Allowed IPs are updated successfully'; |
| 36 |
|