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

14 lines
320 B
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
'domain' => 'Domain',
'logo' => 'Logo',
2019-11-16 10:21:14 +03:00
2017-09-14 22:21:00 +03:00
'error' => [
2019-11-16 10:21:14 +03:00
'not_user_company' => 'Error: You are not allowed to change this company!',
2020-01-07 17:15:00 +03:00
'delete_active' => 'Error: Can not delete the active company. Please, switch to another first!',
2017-09-14 22:21:00 +03:00
],
];