mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
datos envio clientes
This commit is contained in:
19
ci4/app/Language/es/ClienteDirecciones.php
Normal file
19
ci4/app/Language/es/ClienteDirecciones.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'att' => 'Att.',
|
||||
'email' => 'Email',
|
||||
'direccion' => 'Direccion',
|
||||
'cp' => 'CP',
|
||||
'municipio' => 'Ciudad',
|
||||
'provincia' => 'Provincia',
|
||||
'ccaa' => 'CCAA',
|
||||
'pais' => 'País',
|
||||
'telefono' => 'Teléfono',
|
||||
'validation' => [
|
||||
'max_length' => 'El campo {field} no puede exceder los {param} caracteres de longitud.',
|
||||
'valid_email' => 'El email introducido no es válido',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user