akaunting/resources/lang/en-AU/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!',
],
2022-06-04 00:26:44 +00:00
'form_description' => [
'general' => 'Select the users you want have access to the new dashboard.',
],
2020-12-26 23:32:05 +00:00
];