akaunting/resources/lang/en-GB/customer.php
2017-11-23 13:38:43 +03:00

10 lines
128 B
PHP

<?php
return [
'all' => 'All Customers',
'error' => [
'email' => 'The email has already been taken.'
]
];