Trad: Traduction manquante dans le menu
This commit is contained in:
parent
8f4e104955
commit
62f05f364d
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -21,7 +21,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/**
|
||||||
\file htdocs/commande/pre.inc.php
|
\file htdocs/commande/pre.inc.php
|
||||||
\ingroup commandes
|
\ingroup commandes
|
||||||
\brief Gestionnaire du menu 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"));
|
$menu->add_submenu(DOL_URL_ROOT."/commande/liste.php", $langs->trans("List"));
|
||||||
|
|
||||||
if ($conf->expedition->enabled) {
|
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"));
|
$menu->add(DOL_URL_ROOT."/commande/stats/", $langs->trans("Statistics"));
|
||||||
|
|||||||
@ -9,6 +9,7 @@ OrdersToBill=Orders to bill
|
|||||||
OrdersInProcess=Orders in process
|
OrdersInProcess=Orders in process
|
||||||
OrdersToProcess=Orders to process
|
OrdersToProcess=Orders to process
|
||||||
SearchOrder=Search order
|
SearchOrder=Search order
|
||||||
|
Sending=Sending
|
||||||
Sendings=Sendings
|
Sendings=Sendings
|
||||||
VAT=VAT
|
VAT=VAT
|
||||||
Discount=Discount
|
Discount=Discount
|
||||||
|
|||||||
@ -9,6 +9,7 @@ OrdersToBill=Commandes
|
|||||||
OrdersInProcess=Commandes en traitement
|
OrdersInProcess=Commandes en traitement
|
||||||
OrdersToProcess=Commandes à traiter
|
OrdersToProcess=Commandes à traiter
|
||||||
SearchOrder=Rechercher une commande
|
SearchOrder=Rechercher une commande
|
||||||
|
Sending=Expédition
|
||||||
Sendings=Expéditions
|
Sendings=Expéditions
|
||||||
VAT=TVA
|
VAT=TVA
|
||||||
Discount=Remise
|
Discount=Remise
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user