Add a description of module clicktodial
This commit is contained in:
parent
59404b727a
commit
f433710e80
@ -56,6 +56,9 @@ llxHeader();
|
|||||||
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
|
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
|
||||||
print_fiche_titre($langs->trans("ClickToDialSetup"),$linkback,'setup');
|
print_fiche_titre($langs->trans("ClickToDialSetup"),$linkback,'setup');
|
||||||
|
|
||||||
|
print $langs->trans("ClickToDialDesc")."<br>\n";
|
||||||
|
|
||||||
|
|
||||||
if ($mesg) print '<br>'.$mesg;
|
if ($mesg) print '<br>'.$mesg;
|
||||||
|
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|||||||
@ -75,6 +75,7 @@ OffsetWithGreenwich=Offset width Greenwich (secondes)
|
|||||||
OSEnv=OS Environment
|
OSEnv=OS Environment
|
||||||
Box=Box
|
Box=Box
|
||||||
Boxes=Boxes
|
Boxes=Boxes
|
||||||
|
MaxNbOfLinesForBoxes=Max number of lines for boxes
|
||||||
PositionByDefault=Default order
|
PositionByDefault=Default order
|
||||||
Position=Order
|
Position=Order
|
||||||
MenusDesc=Menus managers define content of the 2 menu bars (horizontal bar and vertical bar).
|
MenusDesc=Menus managers define content of the 2 menu bars (horizontal bar and vertical bar).
|
||||||
@ -908,3 +909,5 @@ OptionVatDebitOptionDesc=L'exigibilit
|
|||||||
##### Agenda #####
|
##### Agenda #####
|
||||||
AgendaSetup=Actions and agenda module setup
|
AgendaSetup=Actions and agenda module setup
|
||||||
PasswordTogetVCalExport=Key to authorize vcal export link
|
PasswordTogetVCalExport=Key to authorize vcal export link
|
||||||
|
##### ClickToDial #####
|
||||||
|
ClickToDialDesc=This module allows to add an icon after the phone number of Dolibarr contacts. A click on this icon, will call a serveur with a particular URL you define below. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example.
|
||||||
|
|||||||
@ -75,6 +75,7 @@ OffsetWithGreenwich=Offset avec Greenwich (secondes)
|
|||||||
OSEnv=Environnement OS
|
OSEnv=Environnement OS
|
||||||
Box=Boîte
|
Box=Boîte
|
||||||
Boxes=Boîtes
|
Boxes=Boîtes
|
||||||
|
MaxNbOfLinesForBoxes=Nombre max de lignes pour les boites
|
||||||
PositionByDefault=Position par défaut
|
PositionByDefault=Position par défaut
|
||||||
Position=Ordre
|
Position=Ordre
|
||||||
MenusDesc=Les gestionnaires de menu définissent le contenu des 2 barres de menus (la barre horizontale et la barre verticale). Il est possible de mettre un gestionnaire différent selon que l'utilisateur soit interne ou externe.
|
MenusDesc=Les gestionnaires de menu définissent le contenu des 2 barres de menus (la barre horizontale et la barre verticale). Il est possible de mettre un gestionnaire différent selon que l'utilisateur soit interne ou externe.
|
||||||
@ -912,4 +913,6 @@ OptionVatDebitOptionDesc=L'exigibilit
|
|||||||
##### Agenda #####
|
##### Agenda #####
|
||||||
AgendaSetup=Configuration du module actions et agenda
|
AgendaSetup=Configuration du module actions et agenda
|
||||||
PasswordTogetVCalExport=Clé pour autoriser export vcal
|
PasswordTogetVCalExport=Clé pour autoriser export vcal
|
||||||
|
##### ClickToDial #####
|
||||||
|
ClickToDialDesc=Ce module permet d'ajouter un petit picto a coté des numéros de téléphones des contacts. Un clic sur ce picto provoque l'appel de l'URL définie dans ce paramétrage. Ceci permet de provoquer des appels à un serveur de téléphonie depuis Dolibarr qui peut alors composer le numéro sur un system SIP par exemple.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user