akaunting/resources/lang/en-GB/dashboards.php

12 lines
361 B
PHP
Raw Normal View History

2020-01-07 17:15:00 +03: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!',
2020-01-11 22:57:19 +03:00
'disable_last' => 'Error: Can not disable the last dashboard. Please, create a new one first!',
2020-01-07 17:15:00 +03:00
],
];