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