akaunting/resources/lang/ru-RU/customers.php

12 lines
205 B
PHP
Raw Normal View History

2018-03-06 17:05:58 +03:00
<?php
return [
'allow_login' => 'Allow Login?',
'user_created' => 'User Created',
'error' => [
'email' => 'The email has already been taken.'
]
];