Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
62f05f36
Commit
62f05f36
authored
20 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Trad: Traduction manquante dans le menu
parent
8f4e1049
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
htdocs/commande/pre.inc.php
+4
-4
4 additions, 4 deletions
htdocs/commande/pre.inc.php
htdocs/langs/en_US/orders.lang
+1
-0
1 addition, 0 deletions
htdocs/langs/en_US/orders.lang
htdocs/langs/fr_FR/orders.lang
+1
-0
1 addition, 0 deletions
htdocs/langs/fr_FR/orders.lang
with
6 additions
and
4 deletions
htdocs/commande/pre.inc.php
+
4
−
4
View file @
62f05f36
<?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/"
,
"Expedition
s"
);
$menu
->
add
(
DOL_URL_ROOT
.
"/expedition/"
,
$langs
->
trans
(
"Sending
s"
)
)
;
}
$menu
->
add
(
DOL_URL_ROOT
.
"/commande/stats/"
,
$langs
->
trans
(
"Statistics"
));
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/en_US/orders.lang
+
1
−
0
View file @
62f05f36
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/fr_FR/orders.lang
+
1
−
0
View file @
62f05f36
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment