akaunting/resources/lang/es-ES/customers.php

13 lines
215 B
PHP
Raw Normal View History

2017-11-30 09:20:15 +00:00
<?php
return [
2019-11-23 18:53:25 +00:00
'can_login' => '¿Puede iniciar sesión?',
2017-11-30 09:20:15 +00:00
'user_created' => 'Usuario Creado',
'error' => [
2020-02-17 12:10:32 +00:00
'email' => 'Ese email ya está en uso.',
2018-11-08 09:11:42 +00:00
],
2017-11-30 09:20:15 +00:00
];