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

12 lines
217 B
PHP
Raw Normal View History

2017-11-30 12:20:15 +03:00
<?php
return [
'allow_login' => '¿Permitir inicio de sesión?',
'user_created' => 'Usuario Creado',
'error' => [
'email' => 'Ese email ya está en uso.'
]
];