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

17 lines
408 B
PHP
Raw Normal View History

2018-01-13 15:21:46 +03:00
<?php
return [
'allow_login' => '¿Permitir Inicio de Sesión?',
'user_created' => 'Usuario Creado',
'error' => [
'email' => 'La dirección de correo electrónico ya está en uso.'
2018-11-08 12:11:42 +03:00
],
'notification' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.',
'button' => 'Show',
],
2018-01-13 15:21:46 +03:00
];