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

29 lines
645 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',
'peso' => 'Weight',
'cantidad' => 'Quantity',
'precio' => 'Price',
'saveDirection' => 'Save to client addresses',
'validation' => [
'max_length' => 'Max. length ',
'required' => 'Field required',
'valid_email' => 'The email is not valid',
],
'selectPais' => 'Select a country',
];