diff --git a/htdocs/commande/pre.inc.php b/htdocs/commande/pre.inc.php index a59591df865..2872fabce98 100644 --- a/htdocs/commande/pre.inc.php +++ b/htdocs/commande/pre.inc.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004 Laurent Destailleur +/* Copyright (C) 2003 Rodolphe Quiedeville + * Copyright (C) 2004-2005 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ * */ -/*! +/** \file htdocs/commande/pre.inc.php \ingroup commandes \brief Gestionnaire du menu commandes @@ -46,7 +46,7 @@ function llxHeader($head = "", $title="", $help_url='') $menu->add_submenu(DOL_URL_ROOT."/commande/liste.php", $langs->trans("List")); if ($conf->expedition->enabled) { - $menu->add(DOL_URL_ROOT."/expedition/", "Expeditions"); + $menu->add(DOL_URL_ROOT."/expedition/", $langs->trans("Sendings")); } $menu->add(DOL_URL_ROOT."/commande/stats/", $langs->trans("Statistics")); diff --git a/htdocs/langs/en_US/orders.lang b/htdocs/langs/en_US/orders.lang index 0b2825b2ffc..1ee96ea1d4b 100755 --- a/htdocs/langs/en_US/orders.lang +++ b/htdocs/langs/en_US/orders.lang @@ -9,6 +9,7 @@ OrdersToBill=Orders to bill OrdersInProcess=Orders in process OrdersToProcess=Orders to process SearchOrder=Search order +Sending=Sending Sendings=Sendings VAT=VAT Discount=Discount diff --git a/htdocs/langs/fr_FR/orders.lang b/htdocs/langs/fr_FR/orders.lang index 2b9f7e8c8c9..2c89d460445 100755 --- a/htdocs/langs/fr_FR/orders.lang +++ b/htdocs/langs/fr_FR/orders.lang @@ -9,6 +9,7 @@ OrdersToBill=Commandes OrdersInProcess=Commandes en traitement OrdersToProcess=Commandes à traiter SearchOrder=Rechercher une commande +Sending=Expédition Sendings=Expéditions VAT=TVA Discount=Remise