25 lines
962 B
PHP
25 lines
962 B
PHP
<?php
|
|
|
|
return array(
|
|
'All rights reserved.' => 'All rights reserved.',
|
|
'Billing address:' => 'dirección de factura',
|
|
'Copyright' => 'Copyright',
|
|
'Delivery address:' => 'dirección de entraga',
|
|
'Delivery method:' => 'entraga con : ',
|
|
'Email not displaying correctly?' => 'No puedes ver correctamente el mail ?',
|
|
'Here are the details of your purchase:' => 'Detalles del encarga',
|
|
'Order Number:' => 'Entraga numero',
|
|
'Order Total' => 'Total de la entraga',
|
|
'Order Total:' => 'Total de la entraga',
|
|
'Our mailing address is:' => 'Nuestra dirección',
|
|
'Paid With:' => 'pagado con : ',
|
|
'Shipping:' => 'envio',
|
|
'Support' => 'Support',
|
|
'Thank you for your order!' => 'Graciàs por su encarga',
|
|
'Thanks' => 'Gracias ',
|
|
'Thelia V2' => 'Thelia V2',
|
|
'Total' => 'Total',
|
|
'View it in your browser' => 'Ver en el navegador ',
|
|
'Your order confirmation Nº %ref' => 'Numero de encarga : %ref',
|
|
);
|