Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
4a1ae3f6
Commit
4a1ae3f6
authored
May 18, 2022
by
Thom
🛠
Browse files
Implement quota notification to reseller for all notification types (#6346)
parent
6d0e9698
Pipeline
#11311
passed with stage
in 7 minutes and 24 seconds
Changes
30
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
install/tpl/server.ini.master
View file @
4a1ae3f6
...
...
@@ -60,6 +60,7 @@ mailbox_quota_stats=y
realtime_blackhole_list=zen.spamhaus.org
overquota_notify_threshold=90
overquota_notify_admin=y
overquota_notify_reseller=y
overquota_notify_client=y
overquota_notify_freq=7
overquota_notify_onok=n
...
...
@@ -122,10 +123,12 @@ php_ini_check_minutes=1
overtraffic_disable_web=y
overquota_notify_threshold=90
overquota_notify_admin=y
overquota_notify_reseller=y
overquota_notify_client=y
overquota_notify_freq=7
overquota_db_notify_threshold=90
overquota_db_notify_admin=y
overquota_db_notify_reseller=y
overquota_db_notify_client=y
overquota_notify_onok=n
logging=yes
...
...
interface/web/admin/form/server_config.tform.php
View file @
4a1ae3f6
...
...
@@ -758,6 +758,12 @@ $form["tabs"]['mail'] = array(
'default'
=>
'y'
,
'value'
=>
array
(
0
=>
'n'
,
1
=>
'y'
)
),
'overquota_notify_reseller'
=>
array
(
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'CHECKBOX'
,
'default'
=>
'y'
,
'value'
=>
array
(
0
=>
'n'
,
1
=>
'y'
)
),
'overquota_notify_client'
=>
array
(
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'CHECKBOX'
,
...
...
@@ -1118,6 +1124,12 @@ $form["tabs"]['web'] = array(
'default'
=>
'y'
,
'value'
=>
array
(
0
=>
'n'
,
1
=>
'y'
)
),
'overquota_notify_reseller'
=>
array
(
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'CHECKBOX'
,
'default'
=>
'y'
,
'value'
=>
array
(
0
=>
'n'
,
1
=>
'y'
)
),
'overquota_notify_client'
=>
array
(
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'CHECKBOX'
,
...
...
@@ -1142,6 +1154,12 @@ $form["tabs"]['web'] = array(
'default'
=>
'y'
,
'value'
=>
array
(
0
=>
'n'
,
1
=>
'y'
)
),
'overquota_db_notify_reseller'
=>
array
(
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'CHECKBOX'
,
'default'
=>
'y'
,
'value'
=>
array
(
0
=>
'n'
,
1
=>
'y'
)
),
'overquota_db_notify_client'
=>
array
(
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'CHECKBOX'
,
...
...
interface/web/admin/lib/lang/ar_server_config.lng
View file @
4a1ae3f6
...
...
@@ -199,6 +199,7 @@ $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.';
$wb
[
'overquota_notify_threshold_txt'
]
=
'Quota warning usage level'
;
$wb
[
'overquota_notify_threshold_error'
]
=
'Quota warning usage level must be between 0-100%'
;
$wb
[
'overquota_notify_admin_txt'
]
=
'Send quota warnings to admin'
;
$wb
[
'overquota_notify_reseller_txt'
]
=
'Send quota warnings to reseller'
;
$wb
[
'overquota_notify_client_txt'
]
=
'Send quota warnings to client'
;
$wb
[
'overquota_notify_onok_txt'
]
=
'Send quota ok message to client'
;
$wb
[
'overquota_notify_freq_txt'
]
=
'Send quota warning each X days'
;
...
...
@@ -280,6 +281,7 @@ $wb['do_not_try_rescue_mongodb_txt'] = 'Disable MongoDB monitoring';
$wb
[
'backup_dir_mount_cmd_txt'
]
=
'Mount command, if backup directory not mounted'
;
$wb
[
'overquota_db_notify_threshold_txt'
]
=
'DB quota warning usage level'
;
$wb
[
'overquota_db_notify_admin_txt'
]
=
'Send DB quota warnings to admin'
;
$wb
[
'overquota_db_notify_reseller_txt'
]
=
'Send DB quota warnings to reseller'
;
$wb
[
'overquota_db_notify_client_txt'
]
=
'Send DB quota warnings to client'
;
$wb
[
'php_handler_txt'
]
=
'Default PHP Handler'
;
$wb
[
'php_fpm_default_chroot_txt'
]
=
'Default chrooted PHP-FPM'
;
...
...
interface/web/admin/lib/lang/bg_server_config.lng
View file @
4a1ae3f6
...
...
@@ -199,6 +199,7 @@ $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.';
$wb
[
'overquota_notify_threshold_txt'
]
=
'Quota warning usage level'
;
$wb
[
'overquota_notify_threshold_error'
]
=
'Quota warning usage level must be between 0-100%'
;
$wb
[
'overquota_notify_admin_txt'
]
=
'Send quota warnings to admin'
;
$wb
[
'overquota_notify_reseller_txt'
]
=
'Send quota warnings to reseller'
;
$wb
[
'overquota_notify_client_txt'
]
=
'Send quota warnings to client'
;
$wb
[
'overquota_notify_onok_txt'
]
=
'Send quota ok message to client'
;
$wb
[
'overquota_notify_freq_txt'
]
=
'Send quota warning each X days'
;
...
...
@@ -280,6 +281,7 @@ $wb['do_not_try_rescue_mongodb_txt'] = 'Disable MongoDB monitoring';
$wb
[
'backup_dir_mount_cmd_txt'
]
=
'Mount command, if backup directory not mounted'
;
$wb
[
'overquota_db_notify_threshold_txt'
]
=
'DB quota warning usage level'
;
$wb
[
'overquota_db_notify_admin_txt'
]
=
'Send DB quota warnings to admin'
;
$wb
[
'overquota_db_notify_reseller_txt'
]
=
'Send DB quota warnings to reseller'
;
$wb
[
'overquota_db_notify_client_txt'
]
=
'Send DB quota warnings to client'
;
$wb
[
'php_handler_txt'
]
=
'Default PHP Handler'
;
$wb
[
'php_fpm_default_chroot_txt'
]
=
'Default chrooted PHP-FPM'
;
...
...
interface/web/admin/lib/lang/br_server_config.lng
View file @
4a1ae3f6
...
...
@@ -206,6 +206,7 @@ $wb['rbl_error_regex'] = 'Por favor, insira nomes de host válidos para RBLs.';
$wb
[
'overquota_notify_threshold_txt'
]
=
'Quota warning usage level'
;
$wb
[
'overquota_notify_threshold_error'
]
=
'Quota warning usage level must be between 0-100%'
;
$wb
[
'overquota_notify_admin_txt'
]
=
'Enviar alerta da cota para o administrador'
;
$wb
[
'overquota_notify_reseller_txt'
]
=
'Send quota warnings to reseller'
;
$wb
[
'overquota_notify_client_txt'
]
=
'Enviar alerta da cota para o cliente'
;
$wb
[
'overquota_notify_onok_txt'
]
=
'Enviar mensagem da cota para o cliente'
;
$wb
[
'overquota_notify_freq_txt'
]
=
'Enviar alerta da cota a cada N dias'
;
...
...
@@ -230,6 +231,7 @@ $wb['backup_dir_mount_cmd_txt'] = 'Comando mount, se o diretório não está mon
$wb
[
'backup_delete_txt'
]
=
'Remover backups de domínios/site'
;
$wb
[
'overquota_db_notify_threshold_txt'
]
=
'DB quota warning usage level'
;
$wb
[
'overquota_db_notify_admin_txt'
]
=
'Enviar alerta da cota do Banco de Dados para o administrador'
;
$wb
[
'overquota_db_notify_reseller_txt'
]
=
'Send DB quota warnings to reseller'
;
$wb
[
'overquota_db_notify_client_txt'
]
=
'Enviar alerta da cota do Banco de Dados para o cliente'
;
$wb
[
'monitor_system_updates_txt'
]
=
'Verificar por atualizações do sistema'
;
$wb
[
'php_handler_txt'
]
=
'Manipulador padrão PHP'
;
...
...
interface/web/admin/lib/lang/ca_server_config.lng
View file @
4a1ae3f6
...
...
@@ -202,6 +202,7 @@ $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.';
$wb
[
'overquota_notify_threshold_txt'
]
=
'Quota warning usage level'
;
$wb
[
'overquota_notify_threshold_error'
]
=
'Quota warning usage level must be between 0-100%'
;
$wb
[
'overquota_notify_admin_txt'
]
=
'Send quota warnings to admin'
;
$wb
[
'overquota_notify_reseller_txt'
]
=
'Send quota warnings to reseller'
;
$wb
[
'overquota_notify_client_txt'
]
=
'Send quota warnings to client'
;
$wb
[
'overquota_notify_onok_txt'
]
=
'Send quota ok message to client'
;
$wb
[
'overquota_notify_freq_txt'
]
=
'Send quota warning each X days'
;
...
...
@@ -226,6 +227,7 @@ $wb['backup_dir_mount_cmd_txt'] = 'Mount command, if backup directory not mounte
$wb
[
'backup_delete_txt'
]
=
'Delete backups on domain/website delete'
;
$wb
[
'overquota_db_notify_threshold_txt'
]
=
'DB quota warning usage level'
;
$wb
[
'overquota_db_notify_admin_txt'
]
=
'Send DB quota warnings to admin'
;
$wb
[
'overquota_db_notify_reseller_txt'
]
=
'Send DB quota warnings to reseller'
;
$wb
[
'overquota_db_notify_client_txt'
]
=
'Send DB quota warnings to client'
;
$wb
[
'monitor_system_updates_txt'
]
=
'Check for Linux updates'
;
$wb
[
'php_handler_txt'
]
=
'Default PHP Handler'
;
...
...
interface/web/admin/lib/lang/cz_server_config.lng
View file @
4a1ae3f6
...
...
@@ -185,6 +185,7 @@ $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.';
$wb
[
'overquota_notify_threshold_txt'
]
=
'Quota warning usage level'
;
$wb
[
'overquota_notify_threshold_error'
]
=
'Quota warning usage level must be between 0-100%'
;
$wb
[
'overquota_notify_admin_txt'
]
=
'Poslat varování o překročení nebo vyčerpání kvót adminovi'
;
$wb
[
'overquota_notify_reseller_txt'
]
=
'Send quota warnings to reseller'
;
$wb
[
'overquota_notify_client_txt'
]
=
'Poslat varování o překročení nebo vyčerpání kvót klientovi'
;
$wb
[
'overquota_notify_onok_txt'
]
=
'Poslat zprávu klientovi, že kvóta je již v pořádku'
;
$wb
[
'overquota_notify_freq_txt'
]
=
'Poslat varování o kvótách každý X dní'
;
...
...
@@ -276,6 +277,7 @@ $wb['backup_dir_mount_cmd_txt'] = 'Mount command, if backup directory not mounte
$wb
[
'backup_delete_txt'
]
=
'Odstranit zálohy pokud byla smazána doména/webové stránky'
;
$wb
[
'overquota_db_notify_threshold_txt'
]
=
'DB quota warning usage level'
;
$wb
[
'overquota_db_notify_admin_txt'
]
=
'Poslat varování o překročení nebo vyčerpání DB kvót adminovi'
;
$wb
[
'overquota_db_notify_reseller_txt'
]
=
'Send DB quota warnings to reseller'
;
$wb
[
'overquota_db_notify_client_txt'
]
=
'Poslat varování o překročení nebo vyčerpání DB kvót klientovi'
;
$wb
[
'php_handler_txt'
]
=
'Výchozí PHP obslužná rutina'
;
$wb
[
'php_fpm_default_chroot_txt'
]
=
'Default chrooted PHP-FPM'
;
...
...
interface/web/admin/lib/lang/de_server_config.lng
View file @
4a1ae3f6
...
...
@@ -205,6 +205,7 @@ $wb['rbl_error_regex'] = 'Bitte geben Sie gültige RBL-Hostnamen an.';
$wb
[
'overquota_notify_threshold_txt'
]
=
'Quota warning usage level'
;
$wb
[
'overquota_notify_threshold_error'
]
=
'Quota warning usage level must be between 0-100%'
;
$wb
[
'overquota_notify_admin_txt'
]
=
'Quota-Warnungen an den Administrator senden'
;
$wb
[
'overquota_notify_reseller_txt'
]
=
'Send quota warnings to reseller'
;
$wb
[
'overquota_notify_client_txt'
]
=
'Quota-Warnungen an den Kunden senden'
;
$wb
[
'overquota_notify_onok_txt'
]
=
'Meldung an den Kunden senden, wenn Belegung wieder ok'
;
$wb
[
'overquota_notify_freq_txt'
]
=
'Quota-Warnung alle X Tage versenden'
;
...
...
@@ -283,6 +284,7 @@ $wb['cron_wget_error_regex'] = 'Invalid cron wget path.';
$wb
[
'network_filesystem_txt'
]
=
'Netzwerk-Dateisystem'
;
$wb
[
'overquota_db_notify_threshold_txt'
]
=
'DB quota warning usage level'
;
$wb
[
'overquota_db_notify_admin_txt'
]
=
'Datenbank-Quota-Warnungen an den Administrator senden'
;
$wb
[
'overquota_db_notify_reseller_txt'
]
=
'Send DB quota warnings to reseller'
;
$wb
[
'overquota_db_notify_client_txt'
]
=
'Datenbank-Quota-Warnungen an den Kunden senden'
;
$wb
[
'php_ini_check_minutes_txt'
]
=
'Prüfe php.ini alle X Minuten auf Änderungen'
;
$wb
[
'php_ini_check_minutes_error_empty'
]
=
'Bitte geben Sie einen Wert an, wie oft die php.ini auf Änderungen geprüft werden soll.'
;
...
...
interface/web/admin/lib/lang/dk_server_config.lng
View file @
4a1ae3f6
...
...
@@ -188,6 +188,7 @@ $wb['rbl_error_regex'] = 'Angiv gyldige RBL værtsnavne.';
$wb
[
'overquota_notify_threshold_txt'
]
=
'Quota warning usage level'
;
$wb
[
'overquota_notify_threshold_error'
]
=
'Quota warning usage level must be between 0-100%'
;
$wb
[
'overquota_notify_admin_txt'
]
=
'Send kvote advarsler til admin'
;
$wb
[
'overquota_notify_reseller_txt'
]
=
'Send quota warnings to reseller'
;
$wb
[
'overquota_notify_client_txt'
]
=
'Send kvote advarsler til kunde'
;
$wb
[
'overquota_notify_onok_txt'
]
=
'Send kvote ok meddelelse til kunde'
;
$wb
[
'overquota_notify_freq_txt'
]
=
'Send kvote advarsler X dage'
;
...
...
@@ -279,6 +280,7 @@ $wb['backup_dir_mount_cmd_txt'] = 'Mount command, if backup directory not mounte
$wb
[
'backup_delete_txt'
]
=
'Delete backups on domain/website delete'
;
$wb
[
'overquota_db_notify_threshold_txt'
]
=
'DB quota warning usage level'
;
$wb
[
'overquota_db_notify_admin_txt'
]
=
'Send DB quota warnings to admin'
;
$wb
[
'overquota_db_notify_reseller_txt'
]
=
'Send DB quota warnings to reseller'
;
$wb
[
'overquota_db_notify_client_txt'
]
=
'Send DB quota warnings to client'
;
$wb
[
'php_handler_txt'
]
=
'Default PHP Handler'
;
$wb
[
'php_fpm_default_chroot_txt'
]
=
'Default chrooted PHP-FPM'
;
...
...
interface/web/admin/lib/lang/el_server_config.lng
View file @
4a1ae3f6
...
...
@@ -199,6 +199,7 @@ $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.';
$wb
[
'overquota_notify_threshold_txt'
]
=
'Quota warning usage level'
;
$wb
[
'overquota_notify_threshold_error'
]
=
'Quota warning usage level must be between 0-100%'
;
$wb
[
'overquota_notify_admin_txt'
]
=
'Send quota warnings to admin'
;
$wb
[
'overquota_notify_reseller_txt'
]
=
'Send quota warnings to reseller'
;
$wb
[
'overquota_notify_client_txt'
]
=
'Send quota warnings to client'
;
$wb
[
'overquota_notify_onok_txt'
]
=
'Send quota ok message to client'
;
$wb
[
'overquota_notify_freq_txt'
]
=
'Send quota warning each X days'
;
...
...
@@ -280,6 +281,7 @@ $wb['backup_dir_mount_cmd_txt'] = 'Mount command, if backup directory not mounte
$wb
[
'backup_delete_txt'
]
=
'Delete backups on domain/website delete'
;
$wb
[
'overquota_db_notify_threshold_txt'
]
=
'DB quota warning usage level'
;
$wb
[
'overquota_db_notify_admin_txt'
]
=
'Send DB quota warnings to admin'
;
$wb
[
'overquota_db_notify_reseller_txt'
]
=
'Send DB quota warnings to reseller'
;
$wb
[
'overquota_db_notify_client_txt'
]
=
'Send DB quota warnings to client'
;
$wb
[
'php_handler_txt'
]
=
'Default PHP Handler'
;
$wb
[
'php_fpm_default_chroot_txt'
]
=
'Default chrooted PHP-FPM'
;
...
...
interface/web/admin/lib/lang/en_server_config.lng
View file @
4a1ae3f6
...
...
@@ -212,6 +212,7 @@ $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.';
$wb
[
'overquota_notify_threshold_txt'
]
=
'Quota warning usage level'
;
$wb
[
'overquota_notify_threshold_error'
]
=
'Quota warning usage level must be between 0-100%'
;
$wb
[
'overquota_notify_admin_txt'
]
=
'Send quota warnings to admin'
;
$wb
[
'overquota_notify_reseller_txt'
]
=
'Send quota warnings to reseller'
;
$wb
[
'overquota_notify_client_txt'
]
=
'Send quota warnings to client'
;
$wb
[
'overquota_notify_onok_txt'
]
=
'Send quota ok message to client'
;
$wb
[
'overquota_notify_freq_txt'
]
=
'Send quota warning each X days'
;
...
...
@@ -236,6 +237,7 @@ $wb['backup_dir_mount_cmd_txt'] = 'Mount command, if backup directory not mounte
$wb
[
'backup_delete_txt'
]
=
'Delete backups on domain/website delete'
;
$wb
[
'overquota_db_notify_threshold_txt'
]
=
'DB quota warning usage level'
;
$wb
[
'overquota_db_notify_admin_txt'
]
=
'Send DB quota warnings to admin'
;
$wb
[
'overquota_db_notify_reseller_txt'
]
=
'Send DB quota warnings to reseller'
;
$wb
[
'overquota_db_notify_client_txt'
]
=
'Send DB quota warnings to client'
;
$wb
[
'monitor_system_updates_txt'
]
=
'Check for Linux updates'
;
$wb
[
'php_handler_txt'
]
=
'Default PHP Handler'
;
...
...
interface/web/admin/lib/lang/es_server_config.lng
View file @
4a1ae3f6
...
...
@@ -191,10 +191,12 @@ $wb['nginx_vhost_conf_enabled_dir_txt'] = 'Directorio de configuración de host
$wb
[
'no_notifications_txt'
]
=
'Sin notificaciones'
;
$wb
[
'overquota_db_notify_threshold_txt'
]
=
'DB quota warning usage level'
;
$wb
[
'overquota_db_notify_admin_txt'
]
=
'Enviar advertencias de cuota de base de datos al administrador'
;
$wb
[
'overquota_db_notify_reseller_txt'
]
=
'Send DB quota warnings to reseller'
;
$wb
[
'overquota_db_notify_client_txt'
]
=
'Enviar advertencias de cuota de base de datos a los clientes'
;
$wb
[
'overquota_notify_threshold_txt'
]
=
'Quota warning usage level'
;
$wb
[
'overquota_notify_threshold_error'
]
=
'Quota warning usage level must be between 0-100%'
;
$wb
[
'overquota_notify_admin_txt'
]
=
'Enviar advertencias de cuota excedida al administrador'
;
$wb
[
'overquota_notify_reseller_txt'
]
=
'Send quota warnings to reseller'
;
$wb
[
'overquota_notify_client_txt'
]
=
'Enviar advertencias de cuota excedida al cliente'
;
$wb
[
'overquota_notify_freq_note_txt'
]
=
'0 = enviar mensaje solo una vez, sin volver a notificar'
;
$wb
[
'overquota_notify_freq_txt'
]
=
'Enviar advertencia de cuota cada X días'
;
...
...
interface/web/admin/lib/lang/fi_server_config.lng
View file @
4a1ae3f6
...
...
@@ -199,6 +199,7 @@ $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.';
$wb
[
'overquota_notify_threshold_txt'
]
=
'Quota warning usage level'
;
$wb
[
'overquota_notify_threshold_error'
]
=
'Quota warning usage level must be between 0-100%'
;
$wb
[
'overquota_notify_admin_txt'
]
=
'Send quota warnings to admin'
;
$wb
[
'overquota_notify_reseller_txt'
]
=
'Send quota warnings to reseller'
;
$wb
[
'overquota_notify_client_txt'
]
=
'Send quota warnings to client'
;
$wb
[
'overquota_notify_onok_txt'
]
=
'Send quota ok message to client'
;
$wb
[
'overquota_notify_freq_txt'
]
=
'Send quota warning each X days'
;
...
...
@@ -280,6 +281,7 @@ $wb['do_not_try_rescue_mongodb_txt'] = 'Disable MongoDB monitoring';
$wb
[
'backup_dir_mount_cmd_txt'
]
=
'Mount command, if backup directory not mounted'
;
$wb
[
'overquota_db_notify_threshold_txt'
]
=
'DB quota warning usage level'
;
$wb
[
'overquota_db_notify_admin_txt'
]
=
'Send DB quota warnings to admin'
;
$wb
[
'overquota_db_notify_reseller_txt'
]
=
'Send DB quota warnings to reseller'
;
$wb
[
'overquota_db_notify_client_txt'
]
=
'Send DB quota warnings to client'
;
$wb
[
'php_handler_txt'
]
=
'Default PHP Handler'
;
$wb
[
'php_fpm_default_chroot_txt'
]
=
'Default chrooted PHP-FPM'
;
...
...
interface/web/admin/lib/lang/fr_server_config.lng
View file @
4a1ae3f6
...
...
@@ -187,6 +187,7 @@ $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.';
$wb
[
'overquota_notify_threshold_txt'
]
=
'Quota warning usage level'
;
$wb
[
'overquota_notify_threshold_error'
]
=
'Quota warning usage level must be between 0-100%'
;
$wb
[
'overquota_notify_admin_txt'
]
=
'Send quota warnings to admin'
;
$wb
[
'overquota_notify_reseller_txt'
]
=
'Send quota warnings to reseller'
;
$wb
[
'overquota_notify_client_txt'
]
=
'Send quota warnings to client'
;
$wb
[
'overquota_notify_onok_txt'
]
=
'Send quota ok message to client'
;
$wb
[
'overquota_notify_freq_txt'
]
=
'Send quota warning each X days'
;
...
...
@@ -278,6 +279,7 @@ $wb['backup_dir_mount_cmd_txt'] = 'Mount command, if backup directory not mounte
$wb
[
'backup_delete_txt'
]
=
'Delete backups on domain/website delete'
;
$wb
[
'overquota_db_notify_threshold_txt'
]
=
'DB quota warning usage level'
;
$wb
[
'overquota_db_notify_admin_txt'
]
=
'Send DB quota warnings to admin'
;
$wb
[
'overquota_db_notify_reseller_txt'
]
=
'Send DB quota warnings to reseller'
;
$wb
[
'overquota_db_notify_client_txt'
]
=
'Send DB quota warnings to client'
;
$wb
[
'php_handler_txt'
]
=
'Default PHP Handler'
;
$wb
[
'php_fpm_default_chroot_txt'
]
=
'Default chrooted PHP-FPM'
;
...
...
interface/web/admin/lib/lang/hr_server_config.lng
View file @
4a1ae3f6
...
...
@@ -199,6 +199,7 @@ $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.';
$wb
[
'overquota_notify_threshold_txt'
]
=
'Quota warning usage level'
;
$wb
[
'overquota_notify_threshold_error'
]
=
'Quota warning usage level must be between 0-100%'
;
$wb
[
'overquota_notify_admin_txt'
]
=
'Send quota warnings to admin'
;
$wb
[
'overquota_notify_reseller_txt'
]
=
'Send quota warnings to reseller'
;
$wb
[
'overquota_notify_client_txt'
]
=
'Send quota warnings to client'
;
$wb
[
'overquota_notify_onok_txt'
]
=
'Send quota ok message to client'
;
$wb
[
'overquota_notify_freq_txt'
]
=
'Send quota warning each X days'
;
...
...
@@ -280,6 +281,7 @@ $wb['apps_vhost_enabled_txt'] = 'Apps-vhost enabled';
$wb
[
'do_not_try_rescue_mongodb_txt'
]
=
'Disable MongoDB monitoring'
;
$wb
[
'overquota_db_notify_threshold_txt'
]
=
'DB quota warning usage level'
;
$wb
[
'overquota_db_notify_admin_txt'
]
=
'Send DB quota warnings to admin'
;
$wb
[
'overquota_db_notify_reseller_txt'
]
=
'Send DB quota warnings to reseller'
;
$wb
[
'overquota_db_notify_client_txt'
]
=
'Send DB quota warnings to client'
;
$wb
[
'php_handler_txt'
]
=
'Default PHP Handler'
;
$wb
[
'php_fpm_default_chroot_txt'
]
=
'Default chrooted PHP-FPM'
;
...
...
interface/web/admin/lib/lang/hu_server_config.lng
View file @
4a1ae3f6
...
...
@@ -199,6 +199,7 @@ $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.';
$wb
[
'overquota_notify_threshold_txt'
]
=
'Quota warning usage level'
;
$wb
[
'overquota_notify_threshold_error'
]
=
'Quota warning usage level must be between 0-100%'
;
$wb
[
'overquota_notify_admin_txt'
]
=
'Send quota warnings to admin'
;
$wb
[
'overquota_notify_reseller_txt'
]
=
'Send quota warnings to reseller'
;
$wb
[
'overquota_notify_client_txt'
]
=
'Send quota warnings to client'
;
$wb
[
'overquota_notify_onok_txt'
]
=
'Send quota ok message to client'
;
$wb
[
'overquota_notify_freq_txt'
]
=
'Send quota warning each X days'
;
...
...
@@ -280,6 +281,7 @@ $wb['do_not_try_rescue_mongodb_txt'] = 'Disable MongoDB monitoring';
$wb
[
'backup_dir_mount_cmd_txt'
]
=
'Mount command, if backup directory not mounted'
;
$wb
[
'overquota_db_notify_threshold_txt'
]
=
'DB quota warning usage level'
;
$wb
[
'overquota_db_notify_admin_txt'
]
=
'Send DB quota warnings to admin'
;
$wb
[
'overquota_db_notify_reseller_txt'
]
=
'Send DB quota warnings to reseller'
;
$wb
[
'overquota_db_notify_client_txt'
]
=
'Send DB quota warnings to client'
;
$wb
[
'php_handler_txt'
]
=
'Default PHP Handler'
;
$wb
[
'php_fpm_default_chroot_txt'
]
=
'Default chrooted PHP-FPM'
;
...
...
interface/web/admin/lib/lang/id_server_config.lng
View file @
4a1ae3f6
...
...
@@ -199,6 +199,7 @@ $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.';
$wb
[
'overquota_notify_threshold_txt'
]
=
'Quota warning usage level'
;
$wb
[
'overquota_notify_threshold_error'
]
=
'Quota warning usage level must be between 0-100%'
;
$wb
[
'overquota_notify_admin_txt'
]
=
'Send quota warnings to admin'
;
$wb
[
'overquota_notify_reseller_txt'
]
=
'Send quota warnings to reseller'
;
$wb
[
'overquota_notify_client_txt'
]
=
'Send quota warnings to client'
;
$wb
[
'overquota_notify_onok_txt'
]
=
'Send quota ok message to client'
;
$wb
[
'overquota_notify_freq_txt'
]
=
'Send quota warning each X days'
;
...
...
@@ -280,6 +281,7 @@ $wb['do_not_try_rescue_mongodb_txt'] = 'Disable MongoDB monitoring';
$wb
[
'backup_dir_mount_cmd_txt'
]
=
'Mount command, if backup directory not mounted'
;
$wb
[
'overquota_db_notify_threshold_txt'
]
=
'DB quota warning usage level'
;
$wb
[
'overquota_db_notify_admin_txt'
]
=
'Send DB quota warnings to admin'
;
$wb
[
'overquota_db_notify_reseller_txt'
]
=
'Send DB quota warnings to reseller'
;
$wb
[
'overquota_db_notify_client_txt'
]
=
'Send DB quota warnings to client'
;
$wb
[
'php_handler_txt'
]
=
'Default PHP Handler'
;
$wb
[
'php_fpm_default_chroot_txt'
]
=
'Default chrooted PHP-FPM'
;
...
...
interface/web/admin/lib/lang/it_server_config.lng
View file @
4a1ae3f6
...
...
@@ -187,6 +187,7 @@ $wb['rbl_error_regex'] = 'Per cortesia specificare nomi host RBL validi.';
$wb
[
'overquota_notify_threshold_txt'
]
=
'Quota warning usage level'
;
$wb
[
'overquota_notify_threshold_error'
]
=
'Quota warning usage level must be between 0-100%'
;
$wb
[
'overquota_notify_admin_txt'
]
=
'Trasmetti allarmi quota ad admin'
;
$wb
[
'overquota_notify_reseller_txt'
]
=
'Send quota warnings to reseller'
;
$wb
[
'overquota_notify_client_txt'
]
=
'Trasmetti allarmi quota al cliente'
;
$wb
[
'overquota_notify_onok_txt'
]
=
'Trasmetti messaggio quota ok al cliente'
;
$wb
[
'overquota_notify_freq_txt'
]
=
'Trasmetti allarmi quota ogni X giorni'
;
...
...
@@ -277,6 +278,7 @@ $wb['v6_prefix_length'] = 'Prefisso troppo lungo secondo le regole IPv6';
$wb
[
'backup_dir_mount_cmd_txt'
]
=
'Comanda mount se la directory di backup non è montata'
;
$wb
[
'backup_delete_txt'
]
=
'Cancellare i backup alla cancellazione dei domini/siti web'
;
$wb
[
'overquota_db_notify_admin_txt'
]
=
'Invia avviso di quota DB all\'amministratore'
;
$wb
[
'overquota_db_notify_reseller_txt'
]
=
'Send DB quota warnings to reseller'
;
$wb
[
'overquota_db_notify_client_txt'
]
=
'Invia avviso di quota DB al cliente'
;
$wb
[
'php_handler_txt'
]
=
'Default PHP Handler'
;
$wb
[
'php_fpm_default_chroot_txt'
]
=
'Default chrooted PHP-FPM'
;
...
...
interface/web/admin/lib/lang/ja_server_config.lng
View file @
4a1ae3f6
...
...
@@ -199,6 +199,7 @@ $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.';
$wb
[
'overquota_notify_threshold_txt'
]
=
'Quota warning usage level'
;
$wb
[
'overquota_notify_threshold_error'
]
=
'Quota warning usage level must be between 0-100%'
;
$wb
[
'overquota_notify_admin_txt'
]
=
'Send quota warnings to admin'
;
$wb
[
'overquota_notify_reseller_txt'
]
=
'Send quota warnings to reseller'
;
$wb
[
'overquota_notify_client_txt'
]
=
'Send quota warnings to client'
;
$wb
[
'overquota_notify_onok_txt'
]
=
'Send quota ok message to client'
;
$wb
[
'overquota_notify_freq_txt'
]
=
'Send quota warning each X days'
;
...
...
@@ -280,6 +281,7 @@ $wb['do_not_try_rescue_mongodb_txt'] = 'Disable MongoDB monitoring';
$wb
[
'backup_dir_mount_cmd_txt'
]
=
'Mount command, if backup directory not mounted'
;
$wb
[
'overquota_db_notify_threshold_txt'
]
=
'DB quota warning usage level'
;
$wb
[
'overquota_db_notify_admin_txt'
]
=
'Send DB quota warnings to admin'
;
$wb
[
'overquota_db_notify_reseller_txt'
]
=
'Send DB quota warnings to reseller'
;
$wb
[
'overquota_db_notify_client_txt'
]
=
'Send DB quota warnings to client'
;
$wb
[
'php_handler_txt'
]
=
'Default PHP Handler'
;
$wb
[
'php_fpm_default_chroot_txt'
]
=
'Default chrooted PHP-FPM'
;
...
...
interface/web/admin/lib/lang/nl_server_config.lng
View file @
4a1ae3f6
...
...
@@ -199,6 +199,7 @@ $wb['rbl_error_regex'] = 'Please specify valid RBL hostnames.';
$wb
[
'overquota_notify_threshold_txt'
]
=
'Quota warning usage level'
;
$wb
[
'overquota_notify_threshold_error'
]
=
'Quota warning usage level must be between 0-100%'
;
$wb
[
'overquota_notify_admin_txt'
]
=
'Send quota warnings to admin'
;
$wb
[
'overquota_notify_reseller_txt'
]
=
'Send quota warnings to reseller'
;
$wb
[
'overquota_notify_client_txt'
]
=
'Send quota warnings to client'
;
$wb
[
'overquota_notify_onok_txt'
]
=
'Send quota ok message to client'
;
$wb
[
'overquota_notify_freq_txt'
]
=
'Send quota warning each X days'
;
...
...
@@ -280,6 +281,7 @@ $wb['do_not_try_rescue_mongodb_txt'] = 'Disable MongoDB monitoring';
$wb
[
'backup_dir_mount_cmd_txt'
]
=
'Mount command, if backup directory not mounted'
;
$wb
[
'overquota_db_notify_threshold_txt'
]
=
'DB quota warning usage level'
;
$wb
[
'overquota_db_notify_admin_txt'
]
=
'Send DB quota warnings to admin'
;
$wb
[
'overquota_db_notify_reseller_txt'
]
=
'Send DB quota warnings to reseller'
;
$wb
[
'overquota_db_notify_client_txt'
]
=
'Send DB quota warnings to client'
;
$wb
[
'php_handler_txt'
]
=
'Default PHP Handler'
;
$wb
[
'php_fpm_default_chroot_txt'
]
=
'Default chrooted PHP-FPM'
;
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment