Trad: Et encore des trad
This commit is contained in:
parent
4f003c4f14
commit
985f9f914d
@ -1,7 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2004 Sebastien Di Cintio <sdicintio@ressource-toi.org>
|
* Copyright (C) 2005 Laurent Destailleur <eldy@users.sourceforge.org>
|
||||||
* Copyright (C) 2004 Benoit Mortier <benoit.mortier@opensides.be>
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -21,9 +20,9 @@
|
|||||||
* $Source$
|
* $Source$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*! \file htdocs/admin/ldap.php
|
/** \file htdocs/admin/clicktodial.php
|
||||||
\ingroup ldap
|
\ingroup clicktodial
|
||||||
\brief Page d'administration/configuration du module Ldap
|
\brief Page d'administration/configuration du module clicktodial
|
||||||
\version $Revision$
|
\version $Revision$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -50,7 +49,7 @@ if ($_POST["action"] == 'setvalue' && $user->admin)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
print $db->error();
|
dolibarr_print_error($db);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -61,23 +60,24 @@ llxHeader();
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
print_titre("Configuration du click to dial");
|
print_titre($langs->trans("ClickToDialSetup"));
|
||||||
|
|
||||||
|
print '<br>';
|
||||||
print '<form method="post" action="clicktodial.php">';
|
print '<form method="post" action="clicktodial.php">';
|
||||||
print '<input type="hidden" name="action" value="setvalue">';
|
print '<input type="hidden" name="action" value="setvalue">';
|
||||||
print '<table class="border" cellpadding="4" cellspacing="0">';
|
print '<table class="border">';
|
||||||
print '<TR class="liste_titre">';
|
print '<tr class="liste_titre">';
|
||||||
print '<td>Nom</td>';
|
print '<td>'.$langs->trans("Name").'</td>';
|
||||||
print '<td>Nouvelle Valeur</td><td>Valeur actuelle</td>';
|
print '<td>'.$langs->trans("NewValue").'</td><td>'.$langs->trans("CurrentValue").'</td>';
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
print '<tr><td>';
|
print '<tr><td>';
|
||||||
print 'URL</td><td>';
|
print $langs->trans("URL").'</td><td>';
|
||||||
print '<input size="25" type="text" name="url" value="'.CLICKTODIAL_URL.'">';
|
print '<input size="25" type="text" name="url" value="'.CLICKTODIAL_URL.'">';
|
||||||
print '</td><td>';
|
print '</td><td>';
|
||||||
print CLICKTODIAL_URL;
|
print CLICKTODIAL_URL;
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
print '<tr><td colspan="3" align="center"><input type="submit" value="changer"></td></tr>';
|
print '<tr><td colspan="3" align="center"><input type="submit" value="'.$langs->trans("Modify").'"></td></tr>';
|
||||||
print '</table></form>';
|
print '</table></form>';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@ -112,4 +112,6 @@ WebCalUser=User to access database
|
|||||||
WebCalSetupSaved=Webcalendar setup saved successfully.
|
WebCalSetupSaved=Webcalendar setup saved successfully.
|
||||||
WebCalTestOk=Connection to server '%s' on database '%s' with user '%s' successfull.
|
WebCalTestOk=Connection to server '%s' on database '%s' with user '%s' successfull.
|
||||||
WebCalTestKo1=Connection to server '%s' succeed but database '%s' could not be reached.
|
WebCalTestKo1=Connection to server '%s' succeed but database '%s' could not be reached.
|
||||||
WebCalTestKo2=Connection to server '%s' with user '%s' failed.
|
WebCalTestKo2=Connection to server '%s' with user '%s' failed.
|
||||||
|
##### Clicktodial setup #####
|
||||||
|
ClickToDialSetup=Click To Dial setup
|
||||||
|
|||||||
22
htdocs/langs/en_US/mails.lang
Normal file
22
htdocs/langs/en_US/mails.lang
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# Dolibarr language file - en_US - mails
|
||||||
|
Mailing=Mailing
|
||||||
|
MailCard=Mailing card
|
||||||
|
MailTargets=Targets
|
||||||
|
MailTitle=Title
|
||||||
|
MailTopic=Mail topic
|
||||||
|
MailFrom=Sender
|
||||||
|
MailReply=Reply to
|
||||||
|
MailTo=Receiver(s)
|
||||||
|
MailCC=Copy to
|
||||||
|
MailTopic=Subject du mail
|
||||||
|
MailText=Message
|
||||||
|
MailFile=Attach a file
|
||||||
|
MailMessage=Message
|
||||||
|
NewMailing=New mailing
|
||||||
|
PrepareMailing=Prepare mailing
|
||||||
|
CreateMailing=Create mailing
|
||||||
|
MailingDesc=This page allows you to send mailings to a group of people.
|
||||||
|
MailingResult=Sending mails result
|
||||||
|
TestMailing=Test mailing
|
||||||
|
ValidMailing=Valid mailing
|
||||||
|
ApproveMailing=Approve mailing
|
||||||
@ -58,6 +58,8 @@ Name=Name
|
|||||||
Parameter=Parameter
|
Parameter=Parameter
|
||||||
Parameters=Parameters
|
Parameters=Parameters
|
||||||
Value=Value
|
Value=Value
|
||||||
|
NewValue=New value
|
||||||
|
CurrentValue=Current value
|
||||||
Code=Code
|
Code=Code
|
||||||
Type=Type
|
Type=Type
|
||||||
Language=Language
|
Language=Language
|
||||||
|
|||||||
@ -113,3 +113,5 @@ WebCalSetupSaved=Les identifiants Webcalendar ont
|
|||||||
WebCalTestOk=La connection au serveur '%s' sur la base '%s' par le user '%s' a réussi.
|
WebCalTestOk=La connection au serveur '%s' sur la base '%s' par le user '%s' a réussi.
|
||||||
WebCalTestKo1=La connection au serveur '%s' a réussi mais la base '%s' n'a pu être accédée.
|
WebCalTestKo1=La connection au serveur '%s' a réussi mais la base '%s' n'a pu être accédée.
|
||||||
WebCalTestKo2=La connection au serveur '%s' par le user '%s' à échoué.
|
WebCalTestKo2=La connection au serveur '%s' par le user '%s' à échoué.
|
||||||
|
##### Clicktodial setup #####
|
||||||
|
ClickToDialSetup=Configuration du click to dial
|
||||||
|
|||||||
22
htdocs/langs/fr_FR/mails.lang
Normal file
22
htdocs/langs/fr_FR/mails.lang
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# Dolibarr language file - fr_FR - mails
|
||||||
|
Mailing=Mailing
|
||||||
|
MailCard=Fiche mailing
|
||||||
|
MailTargets=Destinataires
|
||||||
|
MailTitle=Titre
|
||||||
|
MailTopic=Sujet du mail
|
||||||
|
MailFrom=Emetteur
|
||||||
|
MailReply=Réponse à
|
||||||
|
MailTo=Destinataire(s)
|
||||||
|
MailCC=Copie à
|
||||||
|
MailTopic=Sujet du mail
|
||||||
|
MailText=Message
|
||||||
|
MailFile=Joindre un fichier
|
||||||
|
MailMessage=Message
|
||||||
|
NewMailing=Nouveau mailing
|
||||||
|
PrepareMailing=Preparer mailing
|
||||||
|
CreateMailing=Créer mailing
|
||||||
|
MailingDesc=Cette page vous permet d'envoyer des mailings à un groupe de personnes.
|
||||||
|
MailingResult=Résultat de l'envoi de mails
|
||||||
|
TestMailing=Tester mailing
|
||||||
|
ValidMailing=Valider mailing
|
||||||
|
ApproveMailing=Approuver mailing
|
||||||
@ -58,6 +58,8 @@ Name=Nom
|
|||||||
Parameter=Paramètre
|
Parameter=Paramètre
|
||||||
Parameters=Paramètres
|
Parameters=Paramètres
|
||||||
Value=Valeur
|
Value=Valeur
|
||||||
|
NewValue=Nouvelle valeur
|
||||||
|
CurrentValue=Valeur courante
|
||||||
Code=Code
|
Code=Code
|
||||||
Type=Type
|
Type=Type
|
||||||
Language=Langue
|
Language=Langue
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user