From 27c590a233375b21465fe08cedd1403d13084970 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 5 Jan 2005 20:20:04 +0000 Subject: [PATCH] Trad: Traduction AddPropal --- htdocs/comm/prospect/fiche.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/comm/prospect/fiche.php b/htdocs/comm/prospect/fiche.php index 85190cef591..a229983b783 100644 --- a/htdocs/comm/prospect/fiche.php +++ b/htdocs/comm/prospect/fiche.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004 Laurent Destailleur + * Copyright (C) 2004-2005 Laurent Destailleur * * 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/comm/prospect/fiche.php \ingroup prospect \brief Page de la fiche prospect @@ -229,12 +229,12 @@ if ($socid > 0) if ($conf->propal->enabled && defined("MAIN_MODULE_PROPALE") && MAIN_MODULE_PROPALE && $user->rights->propale->creer) { - print 'Créer une proposition'; + print ''.$langs->trans("AddPropal").''; } if ($conf->projet->enabled && $user->rights->projet->creer) { - print 'Créer un projet'; + print ''.$langs->trans("AddProject").''; } print '';