openbay_order.php
1.31 KB
<?php
// Heading
$_['heading_title'] = 'Mise à jour commande en nombre';
$_['text_openbay'] = 'OpenBay Pro';
$_['text_confirm_title'] = 'Revoir la mise à jour du statut';
// Button
$_['button_status'] = 'Modifier l’état';
$_['button_update'] = 'Mettre à jour';
// Column
$_['column_channel'] = 'Canal de comande';
$_['column_additional'] = 'Informations supplémentaires';
$_['column_comments'] = 'Commentaires';
$_['column_notify'] = 'Notifier';
// Text
$_['text_confirmed'] = '%s commandes ont été marquées %t';
$_['text_no_orders'] = 'Aucune commande sélectionnée pour la mise à';
$_['text_confirm_change_text'] = 'Changerer le statut par';
$_['text_other'] = 'Autre';
$_['text_error_carrier_other'] = 'Une comande est manquante sur l’entré "Autre transporteur" !';
$_['text_web'] = 'Web';
$_['text_ebay'] = 'eBay';
$_['text_amazon'] = 'Amazon EU';
$_['text_amazonus'] = 'Amazon US';
$_['text_etsy'] = 'Etsy';
// Entry
$_['entry_carrier'] = 'Transporteur';
$_['entry_tracking_no'] = 'Trace';
$_['entry_other'] = 'Autre';
?>