mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
20 lines
426 B
PHP
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',
|
|
|
|
],
|
|
]; |