<?php
/**
 * DPD France v5.1.0 shipping module for OpenCart 1.5
 *
 * @category   DPDFrance
 * @package    DPDFrance_Shipping
 * @author     DPD S.A.S. <ensavoirplus.ecommerce@dpd.fr>
 * @copyright  2015 DPD S.A.S., société par actions simplifiée, au capital de 18.500.000 euros, dont le siège social est situé 27 Rue du Colonel Pierre Avia - 75015 PARIS, immatriculée au registre du commerce et des sociétés de Paris sous le numéro 444 420 830 
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

// Heading
$_['heading_title']								= 'Orders management';

// Text
$_['text_export']								= 'Export to DPD Station';
$_['text_trackings']							= 'Add tracking links';
$_['text_livre']								= 'Update shipped orders';
$_['text_success']								= 'Orders have been updated successfully';
$_['text_order_id']								= 'Order # :';
$_['text_news']									= 'DPD News';
$_['text_search_filter']						= 'Search something, separate values with ; ';

// Column
$_['column_order_id']							= 'Order ID';
$_['column_customer']							= 'Recipient Name';
$_['column_address']							= 'Address';
$_['column_status']								= 'Status';
$_['column_shipping_code']						= 'Service';
$_['column_date_added']							= 'Date Added';
$_['column_date_modified']						= 'Date Modified';
$_['column_parcel_trace']						= 'Parcel trace';
$_['column_total']								= 'Total';

// Error
$_['error_warning']								= 'Warning! There are some errors on this page';

// Text Email
$_['text_subject']      = '%s - Order Update %s';
$_['text_order']        = 'Order ID:';
$_['text_date_added']   = 'Date Ordered:';
$_['text_order_status'] = 'Your order has been updated to the following status:';
$_['text_comment']      = 'The comments for your order are:';
$_['text_link']         = 'To view your order click on the link below:';
$_['text_footer']       = 'Please reply to this email if you have any questions.';
?>