mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
terminando form de clientes direcciones
This commit is contained in:
10
ci4/app/Language/es/ClienteDirecciones.php
Normal file → Executable file
10
ci4/app/Language/es/ClienteDirecciones.php
Normal file → Executable file
@ -3,6 +3,8 @@
|
||||
|
||||
|
||||
return [
|
||||
'nuevaTitle' => 'Añadir nueva dirección',
|
||||
'alias' => 'Alias',
|
||||
'att' => 'Att.',
|
||||
'email' => 'Email',
|
||||
'direccion' => 'Direccion',
|
||||
@ -13,7 +15,13 @@ return [
|
||||
'pais' => 'País',
|
||||
'telefono' => 'Teléfono',
|
||||
'validation' => [
|
||||
'max_length' => 'El campo {field} no puede exceder los {param} caracteres de longitud.',
|
||||
'max_length' => 'Max. valor caracteres alcanzado',
|
||||
'required' => 'Campo obligatorio',
|
||||
'valid_email' => 'El email introducido no es válido',
|
||||
],
|
||||
|
||||
'selectPais' => 'Seleccione País',
|
||||
'selectCcaa' => 'Seleccione CCAA',
|
||||
'selectProvincia' => 'Seleccione Provincia',
|
||||
'selectMunicipio' => 'Seleccione Municipio',
|
||||
];
|
||||
Reference in New Issue
Block a user