Files
safekat/ci4/app/Language/en/PresupuestosDirecciones.php
2023-12-22 13:43:49 +01:00

31 lines
844 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',
'proveedor' => 'Supplier',
'precio' => 'Price',
'saveDirection' => 'Save to client addresses (shipped on pallets)',
'validation' => [
'ejemplares_envio' => 'The number of copies sent does not match the print run',
'max_length' => 'Max. length ',
'required' => 'Field required',
'valid_email' => 'The email is not valid',
'no_tarifa' => 'There is no rate for the indicated address'
],
'selectPais' => 'Select a country',
];