Trad: Missing translation

This commit is contained in:
Laurent Destailleur 2008-08-06 13:15:59 +00:00
parent f3566030e0
commit 3afde06e92
3 changed files with 12 additions and 7 deletions

View File

@ -21,11 +21,11 @@
*/ */
/** /**
\file htdocs/contact/fiche.php * \file htdocs/contact/fiche.php
\ingroup societe * \ingroup societe
\brief Onglet général d'un contact * \brief Onglet général d'un contact
\version $Id$ * \version $Id$
*/ */
require("./pre.inc.php"); require("./pre.inc.php");
require_once(DOL_DOCUMENT_ROOT."/actioncomm.class.php"); require_once(DOL_DOCUMENT_ROOT."/actioncomm.class.php");
@ -227,13 +227,12 @@ if ($_GET["id"] > 0)
/* /*
* Confirmation de la suppression du contact * Confirmation de la suppression du contact
*
*/ */
if ($user->rights->societe->contact->supprimer) if ($user->rights->societe->contact->supprimer)
{ {
if ($_GET["action"] == 'delete') if ($_GET["action"] == 'delete')
{ {
$form->form_confirm($_SERVER["PHP_SELF"]."?id=".$_GET["id"],"Supprimer le contact","Êtes-vous sûr de vouloir supprimer ce contact ?","confirm_delete"); $form->form_confirm($_SERVER["PHP_SELF"]."?id=".$_GET["id"],$langs->trans("DeleteContact"),$langs->trans("ConfirmDeleteContact"),"confirm_delete");
print '<br>'; print '<br>';
} }
} }

View File

@ -3,7 +3,10 @@ ErrorBadEMail=EMail %s is wrong
ErrorCompanyNameAlreadyExists=Company name %s already exists. Choose another one. ErrorCompanyNameAlreadyExists=Company name %s already exists. Choose another one.
ErrorPrefixAlreadyExists=Prefix %s already exists. Choose another one. ErrorPrefixAlreadyExists=Prefix %s already exists. Choose another one.
ErrorSetACountryFirst=Set the country first ErrorSetACountryFirst=Set the country first
DeleteThirdParty=Delete a third party
ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information ? ConfirmDeleteCompany=Are you sure you want to delete this company and all inherited information ?
DeleteContact=Delete a contact
ConfirmDeleteContact=Are you sure you want to delete this contact and all inherited information ?
MenuNewThirdParty=New third party MenuNewThirdParty=New third party
MenuNewCompany=New company MenuNewCompany=New company
MenuNewCustomer=New customer MenuNewCustomer=New customer

View File

@ -3,7 +3,10 @@ ErrorBadEMail=e-mail %s invalide
ErrorCompanyNameAlreadyExists=Le nom de société %s existe déjà. Veuillez en choisir un autre. ErrorCompanyNameAlreadyExists=Le nom de société %s existe déjà. Veuillez en choisir un autre.
ErrorPrefixAlreadyExists=Le préfixe %s existe déjà. Veuillez en choisir un autre. ErrorPrefixAlreadyExists=Le préfixe %s existe déjà. Veuillez en choisir un autre.
ErrorSetACountryFirst=Définissez d'abord le pays ErrorSetACountryFirst=Définissez d'abord le pays
DeleteThirdParty=Supprimer un tiers
ConfirmDeleteCompany=Êtes-vous sûr de vouloir supprimer cette société et toutes les informations qui en dépendent ? ConfirmDeleteCompany=Êtes-vous sûr de vouloir supprimer cette société et toutes les informations qui en dépendent ?
DeleteContact=Supprimer un contact
ConfirmDeleteContact=Êtes-vous sûr de vouloir supprimer ce contact et toutes les informations qui en dépendent ?
MenuNewThirdParty=Nouveau tiers MenuNewThirdParty=Nouveau tiers
MenuNewCompany=Nouvelle société MenuNewCompany=Nouvelle société
MenuNewCustomer=Nouveau client MenuNewCustomer=Nouveau client