parent
66779f9529
commit
ed4382a7a4
@ -0,0 +1,18 @@ |
|||||||
|
<?php |
||||||
|
|
||||||
|
/* For licensing terms, see /license.txt */ |
||||||
|
|
||||||
|
$strings['plugin_title'] = 'Envoi de notifications externes'; |
||||||
|
$strings['plugin_comment'] = 'Activer un système de notification externe'; |
||||||
|
|
||||||
|
$strings['tool_enable'] = 'Activer'; |
||||||
|
$strings['auth_url'] = 'URL d\'authentification'; |
||||||
|
$strings['auth_url_help'] = 'URL d\'authentication de l\'API'; |
||||||
|
$strings['auth_username'] = 'Nom d\'utilisateur pour l\'authentication'; |
||||||
|
$strings['auth_password'] = 'Mot de passe pour l\'authentication'; |
||||||
|
$strings['notification_url'] = 'URL de Notification'; |
||||||
|
$strings['notification_url_help'] = 'URL de l\'API pour l\'envoi des notifications'; |
||||||
|
$strings['notify_portfolio'] = 'Portfolio'; |
||||||
|
$strings['notify_portfolio_help'] = 'Mettre à <i>Oui</i> pour activer les notifications pour les actions du Portfolio'; |
||||||
|
$strings['notify_learnpath'] = 'Parcours'; |
||||||
|
$strings['notify_learnpath_help'] = 'Mettre à <i>Oui</i> pour activer les notifications pour la création de parcours'; |
||||||
Loading…
Reference in new issue