Inital commit

This commit is contained in:
2020-11-19 15:36:28 +01:00
parent 71f32f83d3
commit 66ce4ee218
18077 changed files with 2166122 additions and 35184 deletions

View File

@@ -1,4 +1,31 @@
<?php
return array(
);
return [
'Customer Number' => 'Número de cliente',
'DELIVERY' => 'ENTREGA',
'Delivery address' => 'Dirección de entrega',
'Delivery module' => 'Módulo de entrega',
'Discount' => 'Descuento',
'Email: ' => 'Correo electrónico: ',
'INVOICE' => 'FACTURA',
'Invoice REF' => 'REF de factura ',
'Invoice address' => 'Dirección de facturación',
'Invoice date' => 'Fecha factura',
'Payment module' => 'Módulo de pago',
'Phone: ' => 'Teléfono: ',
'Postage' => 'Gastos de envío',
'Product' => 'Producto',
'Quantity' => 'Cantidad',
'Ref' => 'Ref',
'Tax' => 'Impuestos',
'Taxed total' => 'Total impuesto',
'Total' => 'Total',
'Total with tax' => 'Total IVA inc.',
'Total without tax' => 'Total sin impuestos',
'Unit taxed price' => 'Precio unitario IVA incluido',
'Unit. price' => 'Precio unitario',
'delivery.imprint' => 'delivery.imprint',
'invoice.imprint' => 'invoice.Imprint',
'page' => 'Página',
'product' => 'producto',
];