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

13 lines
206 B
PHP
Raw Normal View History

2017-11-27 12:44:50 +03:00
<?php
return [
2019-11-16 10:21:14 +03:00
'can_login' => 'Can Login?',
2017-11-27 12:44:50 +03:00
'user_created' => 'User Created',
'error' => [
2020-01-11 22:57:19 +03:00
'email' => 'The email has already been taken.',
],
2017-11-27 12:44:50 +03:00
];