Fix: doublon dans les traductions
This commit is contained in:
parent
77c80abaaa
commit
b20394e49f
@ -1,6 +1,5 @@
|
||||
# Dolibarr language file - fr_FR - products
|
||||
ProductServiceCard=Fiche produit/service
|
||||
ProductCard=Fiche produit
|
||||
Products=Produits
|
||||
Services=Services
|
||||
Product=Produit
|
||||
@ -70,7 +69,6 @@ ListOfStockMovements=Liste des mouvements de stock
|
||||
NoPhotoYet=Pas de photo disponible pour l'instant
|
||||
BuiingPrice=Prix d'achat
|
||||
SupplierCard=Fiche fournisseur
|
||||
ProductCard=Fiche produit
|
||||
CommercialCard=Fiche commerciale
|
||||
AllWays=Chemin pour trouver votre produit dans le stock
|
||||
NoCat=Votre produit n'appartient à aucune catégorie
|
||||
|
||||
@ -48,7 +48,7 @@ $types[0] = $langs->trans("Product");
|
||||
$types[1] = $langs->trans("Service");
|
||||
|
||||
|
||||
llxHeader("","",$langs->trans("ProductCard"));
|
||||
llxHeader("","",$langs->trans("CardProduct0"));
|
||||
|
||||
if ($_POST["action"] == "create_stock")
|
||||
{
|
||||
@ -168,7 +168,7 @@ if ($_GET["id"] || $_GET["ref"])
|
||||
$head[$h][1] = $langs->trans('Documents');
|
||||
$h++;
|
||||
|
||||
dolibarr_fiche_head($head, $hselected, $langs->trans("CardProduct".$product->type).' : '.$product->ref);
|
||||
dolibarr_fiche_head($head, $hselected, $langs->trans("CardProduct".$product->type);
|
||||
|
||||
print($mesg);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user