Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

enh(ui): improve mail bin help tooltip #7584

Merged
merged 1 commit into from
Jul 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions lang/es_ES.UTF-8/LC_MESSAGES/help.po
Original file line number Diff line number Diff line change
Expand Up @@ -766,8 +766,12 @@ msgid "Init script for broker daemon."
msgstr "Script de inicialización de broker."

#: centreon-web/www/include/Administration/parameters/engine/help.php:35
msgid "Mailer binary with complete path."
msgstr "Ruta completa del ejecutable de envío de correos."
msgid ""
"Mailer binary with complete path. This define the @MAILER@ macro used in "
"notification commands."
msgstr ""
"Ruta completa del ejecutable de envío de correos. Esto define la macro "
"@MAILER@ utilizada en los comandos de notificación."

#: centreon-web/www/include/Administration/parameters/engine/help.php:43
msgid "Maximum number of hosts to show in the Tactical Overview page."
Expand Down
8 changes: 6 additions & 2 deletions lang/fr_FR.UTF-8/LC_MESSAGES/help.po
Original file line number Diff line number Diff line change
Expand Up @@ -1026,8 +1026,12 @@ msgid "Init script for broker daemon."
msgstr "Script d'initialisation du broker."

#: centreon-web/www/include/Administration/parameters/engine/help.php:35
msgid "Mailer binary with complete path."
msgstr "Chemin complet de l'exécutable d'envoi de mails."
msgid ""
"Mailer binary with complete path. This define the @MAILER@ macro used in "
"notification commands."
msgstr ""
"Chemin complet de l'exécutable d'envoi de mails. Ceci définit la variable"
"@MAILER@ utilisée dans les commandes de notification."

#: centreon-web/www/include/Administration/parameters/engine/help.php:43
msgid "Maximum number of hosts to show in the Tactical Overview page."
Expand Down
8 changes: 6 additions & 2 deletions lang/pt_BR.UTF-8/LC_MESSAGES/help.po
Original file line number Diff line number Diff line change
Expand Up @@ -1380,8 +1380,12 @@ msgid "Init script for broker daemon."
msgstr "Script de inicialização do broker."

#: /home/lgcosta/devel/centreon/centreon/www/include/Administration/parameters/engine/help.php:35
msgid "Mailer binary with complete path."
msgstr "Caminho completo do executável de envio de emails."
msgid ""
"Mailer binary with complete path. This define the @MAILER@ macro used in "
"notification commands."
msgstr ""
"Caminho completo do executável de envio de emails. Isso define a macro @MAILER@ usado nos "
"comandos de notificação."

#: /home/lgcosta/devel/centreon/centreon/www/include/Administration/parameters/engine/help.php:43
msgid "Maximum number of hosts to show in the Tactical Overview page."
Expand Down
8 changes: 6 additions & 2 deletions lang/pt_PT.UTF-8/LC_MESSAGES/help.po
Original file line number Diff line number Diff line change
Expand Up @@ -767,8 +767,12 @@ msgid "Init script for broker daemon."
msgstr "Script de inicialização do broker."

#: centreon-web/www/include/Administration/parameters/engine/help.php:35
msgid "Mailer binary with complete path."
msgstr "Caminho completo do executável de envio de emails."
msgid ""
"Mailer binary with complete path. This define the @MAILER@ macro used in "
"notification commands."
msgstr ""
"Caminho completo do executável de envio de emails. Isso define a macro @MAILER@ usado nos "
"comandos de notificação."

#: centreon-web/www/include/Administration/parameters/engine/help.php:43
msgid "Maximum number of hosts to show in the Tactical Overview page."
Expand Down
5 changes: 4 additions & 1 deletion www/include/Administration/parameters/engine/help.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@
* Mailer path
*/

$help['tip_directory+mailer_binary'] = dgettext('help', 'Mailer binary with complete path.');
$help['tip_directory+mailer_binary'] = dgettext(
'help',
'Mailer binary with complete path. This define the @MAILER@ macro used in notification commands.'
);

/**
* Tactical Overview
Expand Down