Files
safekat/ci4/app/Language/en/ClienteDirecciones.php
2023-12-15 14:02:35 +01:00

20 lines
426 B
PHP

<?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',
],
];