Files
safekat/ci4/app/Language/en/ClienteDirecciones.php

26 lines
521 B
PHP
Executable File

<?php
return [
'nuevaTitle' => 'New address',
'alias' => 'Alias',
'att' => 'Attn.',
'email' => 'Email',
'direccion' => 'Address',
'cp' => 'Zip Code',
'municipio' => 'Town',
'provincia' => 'City',
'ccaa' => 'Region',
'pais' => 'Country',
'telefono' => 'Phone',
'validation' => [
'max_length' => 'Max. length ',
'required' => 'Field required'
'valid_email' => 'The email is not valid',
],
'selectPais' => 'Select a country',
];