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

13 lines
206 B
PHP
Raw Normal View History

2020-12-26 23:32:05 +00:00
<?php
return [
'can_login' => 'Can Login?',
'user_created' => 'User Created',
'error' => [
'email' => 'The email has already been taken.',
],
];