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

23 lines
862 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!',
2020-02-13 16:09:24 +03:00
'disable_active' => 'Error: Can not disable the active company. Please, switch to another first!',
2017-09-14 22:21:00 +03:00
],
2022-06-01 10:15:55 +03:00
'form_description' => [
'general' => 'This information is visible in the records you create.',
'billing' => 'The tax number appears in every invoice/bill. Dashboard and Reports are shown under the default currency.',
'address' => 'The address will be used in the invoices, bills, and other records that you issue.',
],
'skip_step' => 'Skip this step',
2017-09-14 22:21:00 +03:00
];