Akaunting/resources/lang/en-US/dashboards.php

16 lines
495 B
PHP
Raw Normal View History

2020-12-26 23:32:05 +00:00
<?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!',
],
2024-10-09 00:27:16 +00:00
'form_description' => [
'general' => 'Select the users you want have access to the new dashboard.',
],
2020-12-26 23:32:05 +00:00
];