Skip to content
Snippets Groups Projects
Commit 62f05f36 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Trad: Traduction manquante dans le menu

parent 8f4e1049
No related branches found
No related tags found
No related merge requests found
<?php
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
*
* 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"));
......
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment