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:
8
ci4/app/Language/en/ClienteDirecciones.php
Normal file → Executable file
8
ci4/app/Language/en/ClienteDirecciones.php
Normal file → Executable file
@ -3,6 +3,8 @@
|
||||
|
||||
|
||||
return [
|
||||
'nuevaTitle' => 'New address',
|
||||
'alias' => 'Alias',
|
||||
'att' => 'Attn.',
|
||||
'email' => 'Email',
|
||||
'direccion' => 'Address',
|
||||
@ -13,8 +15,12 @@ return [
|
||||
'pais' => 'Country',
|
||||
'telefono' => 'Phone',
|
||||
'validation' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'max_length' => 'Max. length ',
|
||||
'required' => 'Field required'
|
||||
'valid_email' => 'The email is not valid',
|
||||
|
||||
],
|
||||
|
||||
'selectPais' => 'Select a country',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user