akaunting/resources/lang/en-GB/dashboards.php
2022-06-01 10:15:55 +03:00

16 lines
495 B
PHP

<?php
return [
'error' => [
'not_user_dashboard' => 'Error: You are not allowed to change this dashboard!',
'delete_last' => 'Error: Can not delete the last dashboard. Please, create a new one first!',
'disable_last' => 'Error: Can not disable the last dashboard. Please, create a new one first!',
],
'form_description' => [
'general' => 'Select the users you want have access to the new dashboard.',
],
];