2018-09-28 11:54:52 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return array(
|
|
|
|
|
|
|
|
|
|
|
|
'update' => array(
|
|
|
|
'error' => 'An error has occurred while updating. ',
|
|
|
|
'success' => 'Settings updated successfully.'
|
|
|
|
),
|
|
|
|
'backup' => array(
|
|
|
|
'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ',
|
2021-09-08 13:49:33 -07:00
|
|
|
'file_deleted' => 'Öryggisafritaskránni var eytt. ',
|
|
|
|
'generated' => 'Ný öryggisafritaskrá var búin til.',
|
|
|
|
'file_not_found' => 'Þessi öryggisafritaskrá finnst ekki á vefþjóninum.',
|
2018-09-28 11:54:52 -07:00
|
|
|
),
|
|
|
|
'purge' => array(
|
|
|
|
'error' => 'An error has occurred while purging. ',
|
|
|
|
'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
|
|
|
|
'success' => 'Deleted records successfully purged.'
|
|
|
|
),
|
|
|
|
|
|
|
|
);
|