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

13 lines
215 B
PHP
Raw Normal View History

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