Some spelling changes
This commit is contained in:
parent
bff2d413a1
commit
e8db8b2755
@ -19,7 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/expedition/expedition.class.php
|
* \file htdocs/expedition/class/expedition.class.php
|
||||||
* \ingroup expedition
|
* \ingroup expedition
|
||||||
* \brief Fichier de la classe de gestion des expeditions
|
* \brief Fichier de la classe de gestion des expeditions
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
|
|||||||
@ -50,7 +50,8 @@ Class pdf_expedition_merou extends ModelePdfExpedition
|
|||||||
|
|
||||||
$this->db = $db;
|
$this->db = $db;
|
||||||
$this->name = "merou";
|
$this->name = "merou";
|
||||||
$this->description = "Modele Merou A5";
|
//$this->description = "Modele Merou A5";
|
||||||
|
$this->description = $langs->trans("DocumentModelMerou");
|
||||||
|
|
||||||
$this->type = 'pdf';
|
$this->type = 'pdf';
|
||||||
$this->page_largeur = 148.5;
|
$this->page_largeur = 148.5;
|
||||||
|
|||||||
@ -44,6 +44,7 @@ ConfirmCancelSending=Are you sure you want to cancel this shipment ?
|
|||||||
GenericTransport=Generic transport
|
GenericTransport=Generic transport
|
||||||
Enlevement=Gotten by customer
|
Enlevement=Gotten by customer
|
||||||
DocumentModelSimple=Simple document model
|
DocumentModelSimple=Simple document model
|
||||||
|
DocumentModelMerou=Merou A5 model
|
||||||
WarningNoQtyLeftToSend=Warning, no products waiting to be shipped.
|
WarningNoQtyLeftToSend=Warning, no products waiting to be shipped.
|
||||||
StatsOnShipmentsOnlyValidated=Statistics conducted on shipments only validated
|
StatsOnShipmentsOnlyValidated=Statistics conducted on shipments only validated
|
||||||
DateDeliveryPlanned=Planed date of delivery
|
DateDeliveryPlanned=Planed date of delivery
|
||||||
|
|||||||
@ -44,6 +44,7 @@ ConfirmCancelSending=¿Está seguro de querer anular esta expedición?
|
|||||||
GenericTransport=Transporte genérico
|
GenericTransport=Transporte genérico
|
||||||
Enlevement=Pick-up por el cliente
|
Enlevement=Pick-up por el cliente
|
||||||
DocumentModelSimple=Modelo simple
|
DocumentModelSimple=Modelo simple
|
||||||
|
DocumentModelMerou=Modèle Merou A5
|
||||||
WarningNoQtyLeftToSend=Alerta, ningún producto en espera de envío.
|
WarningNoQtyLeftToSend=Alerta, ningún producto en espera de envío.
|
||||||
StatsOnShipmentsOnlyValidated=Estadísticas realizadas únicamente sobre las expediciones validadas
|
StatsOnShipmentsOnlyValidated=Estadísticas realizadas únicamente sobre las expediciones validadas
|
||||||
DateDeliveryPlanned=Fecha prevista de entrega
|
DateDeliveryPlanned=Fecha prevista de entrega
|
||||||
|
|||||||
@ -44,6 +44,7 @@ ConfirmCancelSending=Êtes-vous sûr de vouloir annuler cette expédition ?
|
|||||||
GenericTransport=Transporteur générique
|
GenericTransport=Transporteur générique
|
||||||
Enlevement=Enlèvement sur place par le client
|
Enlevement=Enlèvement sur place par le client
|
||||||
DocumentModelSimple=Modèle simple
|
DocumentModelSimple=Modèle simple
|
||||||
|
DocumentModelMerou=Modèle Merou A5
|
||||||
WarningNoQtyLeftToSend=Alerte, aucun produit en attente de livraison.
|
WarningNoQtyLeftToSend=Alerte, aucun produit en attente de livraison.
|
||||||
StatsOnShipmentsOnlyValidated=Statistiques effectuées sur les expéditions validées uniquement
|
StatsOnShipmentsOnlyValidated=Statistiques effectuées sur les expéditions validées uniquement
|
||||||
DateDeliveryPlanned=Date livraison prévue
|
DateDeliveryPlanned=Date livraison prévue
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user