Fix: doublon dans les traductions

This commit is contained in:
Regis Houssin 2005-12-03 12:06:51 +00:00
parent 77c80abaaa
commit b20394e49f
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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);