akaunting/resources/lang/lv-LV/dashboards.php

12 lines
361 B
PHP
Raw Normal View History

2020-02-18 17:13:54 +03:00
<?php
return [
'error' => [
2022-06-01 10:15:55 +03:00
'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!',
2020-02-18 17:13:54 +03:00
],
];