From d625280f7d872e1c77b18aace0be4fe4b56197e8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 9 Feb 2005 21:15:28 +0000 Subject: [PATCH] =?UTF-8?q?Trad:=20Un=20peu=20de=20traduction=20suppl=E9me?= =?UTF-8?q?ntaire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/action/fiche.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index d53481fb803..2f8b1f95e1a 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -116,7 +116,7 @@ if ($_POST["action"] == 'add_action') if ($_POST["actionid"] == 5) { - $libellecal = "Rendez-vous avec ".$contact->fullname; + $libellecal = $langs->trans("TaskRDVWith",$contact->fullname); $libellecal .= "\n" . $actioncomm->libelle; } else @@ -283,7 +283,7 @@ if ($_GET["action"] == 'create') * Click to dial * */ - if (defined("MAIN_MODULE_CLICKTODIAL") && MAIN_MODULE_CLICKTODIAL==1) + if ($conf->clicktodial->enabled) { $user->fetch_clicktodial(); @@ -298,10 +298,12 @@ if ($_GET["action"] == 'create') print "\n\n"; } } + /* * * */ + print_titre ($langs->trans("AddAction")); print "
"; @@ -350,12 +352,12 @@ if ($_GET["action"] == 'create') { print ''; print ''; - print ''.$langs->trans("Status").' / '.$langs->trans("Percentage").'To do / 0%'; + print ''.$langs->trans("Status").' / '.$langs->trans("Percentage").''.$langs->trans("ToDo").' / 0%'; } elseif ($_GET["afaire"] == 2) { print ''; - print ''.$langs->trans("Status").' / '.$langs->trans("Percentage").'Done / 100%'; + print ''.$langs->trans("Status").' / '.$langs->trans("Percentage").''.$langs->trans("Done").' / 100%'; } else { print ''.$langs->trans("Status").' / '.$langs->trans("Percentage").'';