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:
20
ci4/app/Language/en/ClienteDirecciones.php
Normal file
20
ci4/app/Language/en/ClienteDirecciones.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'att' => 'Attn.',
|
||||
'email' => 'Email',
|
||||
'direccion' => 'Address',
|
||||
'cp' => 'Zip Code',
|
||||
'municipio' => 'Town',
|
||||
'provincia' => 'City',
|
||||
'ccaa' => 'Region',
|
||||
'pais' => 'Country',
|
||||
'telefono' => 'Phone',
|
||||
'validation' => [
|
||||
'max_length' => 'The {field} field cannot exceed {param} characters in length.',
|
||||
'valid_email' => 'The email is not valid',
|
||||
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user