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