Skip to content

Commit 8fd4e62

Browse files
committed
Update *_server_config.lng languages workbooks #5226 #6563
Following files had inconsistency, that I fixed, too: * tr_server_config.lng: key `monitor_system_updates_txt` two time, missing keys * it_server_config.lng: missing key * cz_server_config.lng: value in rescue_description_txt had unnecessary escape for " * cn_server_config.lng: multiple keys two times, missing keys
1 parent f4eac0b commit 8fd4e62

25 files changed

+140
-11
lines changed

interface/web/admin/lib/lang/ar_server_config.lng

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,3 +363,8 @@ $wb['sysbackup_copies_txt'] = 'Número de copias de seguridad del sistema';
363363
$wb['sysbackup_copies_error_empty'] = 'El número de copias de seguridad del sistema no debe estar vacío';
364364
$wb['sysbackup_copies_error_regex'] = 'El número de copias de seguridad del sistema debe ser un número entre 1 y 3';
365365
$wb['sysbackup_copies_note_txt'] = '(0 = desactivado)';
366+
$wb['le_signature_type_txt'] = 'Certificate signature type';
367+
$wb['le_auto_cleanup_txt'] = 'Automatically purge unused Let\'s Encrypt certificates';
368+
$wb['le_auto_cleanup_denylist_txt'] = 'Domains that should never be purged';
369+
$wb['le_auto_cleanup_denylist_note_txt'] = 'Comma separated list of domain globs that should not be purged. <br>E.g. <code>mail.*, externally-managed.example.com</code> <br>Placeholders:';
370+
$wb['le_auto_cleanup_denylist_error_custom'] = 'Invalid list of domain globs';

interface/web/admin/lib/lang/bg_server_config.lng

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,3 +363,8 @@ $wb['sysbackup_copies_txt'] = 'Number of ISPConfig backups';
363363
$wb['sysbackup_copies_error_empty'] = 'Number of ISPConfig backups must not be empty';
364364
$wb['sysbackup_copies_error_regex'] = 'Number of ISPConfig backups must be a number between 1 and 3';
365365
$wb['sysbackup_copies_note_txt'] = '(0 = off)';
366+
$wb['le_signature_type_txt'] = 'Certificate signature type';
367+
$wb['le_auto_cleanup_txt'] = 'Automatically purge unused Let\'s Encrypt certificates';
368+
$wb['le_auto_cleanup_denylist_txt'] = 'Domains that should never be purged';
369+
$wb['le_auto_cleanup_denylist_note_txt'] = 'Comma separated list of domain globs that should not be purged. <br>E.g. <code>mail.*, externally-managed.example.com</code> <br>Placeholders:';
370+
$wb['le_auto_cleanup_denylist_error_custom'] = 'Invalid list of domain globs';

interface/web/admin/lib/lang/br_server_config.lng

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,3 +364,8 @@ $wb['sysbackup_copies_error_empty'] = 'O número de copias de seguridad do siste
364364
$wb['sysbackup_copies_error_regex'] = 'O número de copias de seguridad do sistema deve ser um número entre 1 e 3';
365365
$wb['sysbackup_copies_note_txt'] = '(0 = desativado)';
366366

367+
$wb['le_signature_type_txt'] = 'Certificate signature type';
368+
$wb['le_auto_cleanup_txt'] = 'Automatically purge unused Let\'s Encrypt certificates';
369+
$wb['le_auto_cleanup_denylist_txt'] = 'Domains that should never be purged';
370+
$wb['le_auto_cleanup_denylist_note_txt'] = 'Comma separated list of domain globs that should not be purged. <br>E.g. <code>mail.*, externally-managed.example.com</code> <br>Placeholders:';
371+
$wb['le_auto_cleanup_denylist_error_custom'] = 'Invalid list of domain globs';

interface/web/admin/lib/lang/ca_server_config.lng

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,3 +363,8 @@ $wb['sysbackup_copies_txt'] = 'Number of ISPConfig backups';
363363
$wb['sysbackup_copies_error_empty'] = 'Number of ISPConfig backups must not be empty';
364364
$wb['sysbackup_copies_error_regex'] = 'Number of ISPConfig backups must be a number between 1 and 3';
365365
$wb['sysbackup_copies_note_txt'] = '(0 = off)';
366+
$wb['le_signature_type_txt'] = 'Certificate signature type';
367+
$wb['le_auto_cleanup_txt'] = 'Automatically purge unused Let\'s Encrypt certificates';
368+
$wb['le_auto_cleanup_denylist_txt'] = 'Domains that should never be purged';
369+
$wb['le_auto_cleanup_denylist_note_txt'] = 'Comma separated list of domain globs that should not be purged. <br>E.g. <code>mail.*, externally-managed.example.com</code> <br>Placeholders:';
370+
$wb['le_auto_cleanup_denylist_error_custom'] = 'Invalid list of domain globs';

interface/web/admin/lib/lang/cn_server_config.lng

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,8 @@ $wb['relayhost_txt'] = '中继主机';
5252
$wb['relayhost_user_txt'] = '中继主机用户名';
5353
$wb['relayhost_password_txt'] = '中继主机密码';
5454
$wb['reject_sender_login_mismatch_txt'] = '拒绝发件人和登录用户不匹配';
55-
$wb['reject_unknown_txt'] = '拒绝未知主机名';
56-
$wb['tooltip_reject_unknown_txt'] = '需要主机名通过DNS检查。对经过身份验证的用户不进行检查。';
5755
$wb['reject_unknown_txt'] = '拒绝未知的helo主机名';
5856
$wb['tooltip_reject_unknown_txt'] = '需要主机名通过DNS检测。对已认证用户不进行检查。';
59-
$wb['reject_unknown_helo_txt'] = '拒绝未知的 helo 主机名';
60-
$wb['reject_unknown_client_txt'] = '拒绝未知的客户端主机名';
61-
$wb['reject_unknown_client_helo_txt'] = '拒绝未知的helo和客户端主机名';
6257
$wb['reject_unknown_helo_txt'] = '拒绝未知的helo主机名';
6358
$wb['reject_unknown_client_txt'] = '拒绝未知的客户端主机名';
6459
$wb['reject_unknown_client_helo_txt'] = '拒绝未知的helo和客户端主机名';
@@ -241,13 +236,12 @@ $wb['overquota_db_notify_threshold_txt'] = 'DB配额警告使用水平';
241236
$wb['overquota_db_notify_admin_txt'] = '向管理员发送DB配额警告';
242237
$wb['overquota_db_notify_reseller_txt'] = '向经销商发送DB配额警告';
243238
$wb['overquota_db_notify_client_txt'] = '向客户发送DB配额警告';
244-
$wb['monitor_system_updates_txt'] = '检查Linux更新';
239+
$wb['monitor_system_updates_txt'] = '检查 Linux 更新';
245240
$wb['php_handler_txt'] = '默认的 PHP 处理器';
246241
$wb['php_fpm_default_chroot_txt'] = '默认的 PHP-FPM chroot';
247242
$wb['php_fpm_incron_reload_txt'] = '安装 incron 触发器文件以重新加载 PHP-FPM';
248243
$wb['disabled_txt'] = '已禁用';
249244
$wb['dkim_strength_txt'] = 'DKIM 强度';
250-
$wb['monitor_system_updates_txt'] = '检查 Linux 更新';
251245
$wb['invalid_apache_user_txt'] = '无效的 Apache 用户。';
252246
$wb['invalid_apache_group_txt'] = '无效的 Apache 组。';
253247
$wb['backup_dir_error_regex'] = '无效的备份目录。';
@@ -363,3 +357,14 @@ $wb['sysbackup_copies_txt'] = 'Number of ISPConfig backups';
363357
$wb['sysbackup_copies_error_empty'] = 'Number of ISPConfig backups must not be empty';
364358
$wb['sysbackup_copies_error_regex'] = 'Number of ISPConfig backups must be a number between 1 and 3';
365359
$wb['sysbackup_copies_note_txt'] = '(0 = off)';
360+
$wb['dkim_path_txt'] = 'DKIM Path';
361+
$wb['bind_zonefiles_masterprefix_txt'] = 'BIND master zonefiles prefix';
362+
$wb['bind_zonefiles_slaveprefix_txt'] = 'BIND slave zonefiles prefix';
363+
$wb['bind_zonefiles_masterprefix_error_regex'] = 'Invalid BIND zonefiles master prefix.';
364+
$wb['bind_zonefiles_slaveprefix_error_regex'] = 'Invalid BIND zonefiles slave prefix.';
365+
$wb['vhost_proxy_protocol_protocols_txt'] = 'Use PROXY Protocol on';
366+
$wb['le_signature_type_txt'] = 'Certificate signature type';
367+
$wb['le_auto_cleanup_txt'] = 'Automatically purge unused Let\'s Encrypt certificates';
368+
$wb['le_auto_cleanup_denylist_txt'] = 'Domains that should never be purged';
369+
$wb['le_auto_cleanup_denylist_note_txt'] = 'Comma separated list of domain globs that should not be purged. <br>E.g. <code>mail.*, externally-managed.example.com</code> <br>Placeholders:';
370+
$wb['le_auto_cleanup_denylist_error_custom'] = 'Invalid list of domain globs';

interface/web/admin/lib/lang/cz_server_config.lng

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ $wb['php_fpm_socket_dir_error_empty'] = 'PHP-FPM adresář pro socket je prázdn
150150
$wb['try_rescue_txt'] = 'Povolit monitorování služeb a restartovat při selhání';
151151
$wb['do_not_try_rescue_mysql_txt'] = 'Zakázat MySQL monitorování';
152152
$wb['do_not_try_rescue_mail_txt'] = 'Zakázat E-mail monitorování';
153-
$wb['rescue_description_txt'] = '<b>Informace:</b> Pokud chcete např. vypnout MySQL službu zatrhněte políčko \"Zakázat MySQL monitorování\" změna se provede do 2-3 minut.<br>Pokud nepočkáte 2-3 minuty, monitorování nastartuje službu MySQL automaticky znovu !';
153+
$wb['rescue_description_txt'] = '<b>Informace:</b> Pokud chcete např. vypnout MySQL službu zatrhněte políčko "Zakázat MySQL monitorování" změna se provede do 2-3 minut.<br>Pokud nepočkáte 2-3 minuty, monitorování nastartuje službu MySQL automaticky znovu !';
154154
$wb['enable_sni_txt'] = 'Aktivovat SNI (Server Name Indication)';
155155
$wb['do_not_try_rescue_httpd_txt'] = 'Zakázat HTTPD monitorování';
156156
$wb['set_folder_permissions_on_update_txt'] = 'Nastavení oprávnění složky při aktualizaci';
@@ -363,3 +363,8 @@ $wb['sysbackup_copies_txt'] = 'Number of ISPConfig backups';
363363
$wb['sysbackup_copies_error_empty'] = 'Number of ISPConfig backups must not be empty';
364364
$wb['sysbackup_copies_error_regex'] = 'Number of ISPConfig backups must be a number between 1 and 3';
365365
$wb['sysbackup_copies_note_txt'] = '(0 = off)';
366+
$wb['le_signature_type_txt'] = 'Certificate signature type';
367+
$wb['le_auto_cleanup_txt'] = 'Automatically purge unused Let\'s Encrypt certificates';
368+
$wb['le_auto_cleanup_denylist_txt'] = 'Domains that should never be purged';
369+
$wb['le_auto_cleanup_denylist_note_txt'] = 'Comma separated list of domain globs that should not be purged. <br>E.g. <code>mail.*, externally-managed.example.com</code> <br>Placeholders:';
370+
$wb['le_auto_cleanup_denylist_error_custom'] = 'Invalid list of domain globs';

interface/web/admin/lib/lang/de_server_config.lng

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,3 +363,8 @@ $wb['sysbackup_copies_txt'] = 'Anzahl der ISPConfig Sicherungen (0 = aus)';
363363
$wb['sysbackup_copies_error_empty'] = 'Anzahl der ISPConfig Sicherungen darf nicht leer sein';
364364
$wb['sysbackup_copies_error_regex'] = 'Anzahl der ISPConfig Sicherungen muss eine Zahl zwischen 1 und 3 sein';
365365
$wb['sysbackup_copies_note_txt'] = '(0 = aus)';
366+
$wb['le_signature_type_txt'] = 'Zertifikat Signaturtyp';
367+
$wb['le_auto_cleanup_txt'] = 'Entferne unbenutzte Let\'s Encrypt Zertifikate automatisch';
368+
$wb['le_auto_cleanup_denylist_txt'] = 'Domains die nie entfernt werden sollen';
369+
$wb['le_auto_cleanup_denylist_note_txt'] = 'Komma-separierte Liste von Domain-Globs, die niemals entfernt werden sollen. <br>Z.B. <code>mail.*, externally-managed.example.com</code> <br>Platzhalter:';
370+
$wb['le_auto_cleanup_denylist_error_custom'] = 'Domain-Glob Liste ungültig';

interface/web/admin/lib/lang/dk_server_config.lng

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,3 +363,8 @@ $wb['sysbackup_copies_txt'] = 'Number of ISPConfig backups';
363363
$wb['sysbackup_copies_error_empty'] = 'Number of ISPConfig backups must not be empty';
364364
$wb['sysbackup_copies_error_regex'] = 'Number of ISPConfig backups must be a number between 1 and 3';
365365
$wb['sysbackup_copies_note_txt'] = '(0 = off)';
366+
$wb['le_signature_type_txt'] = 'Certificate signature type';
367+
$wb['le_auto_cleanup_txt'] = 'Automatically purge unused Let\'s Encrypt certificates';
368+
$wb['le_auto_cleanup_denylist_txt'] = 'Domains that should never be purged';
369+
$wb['le_auto_cleanup_denylist_note_txt'] = 'Comma separated list of domain globs that should not be purged. <br>E.g. <code>mail.*, externally-managed.example.com</code> <br>Placeholders:';
370+
$wb['le_auto_cleanup_denylist_error_custom'] = 'Invalid list of domain globs';

interface/web/admin/lib/lang/el_server_config.lng

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,3 +363,8 @@ $wb['sysbackup_copies_txt'] = 'Number of ISPConfig backups';
363363
$wb['sysbackup_copies_error_empty'] = 'Number of ISPConfig backups must not be empty';
364364
$wb['sysbackup_copies_error_regex'] = 'Number of ISPConfig backups must be a number between 1 and 3';
365365
$wb['sysbackup_copies_note_txt'] = '(0 = off)';
366+
$wb['le_signature_type_txt'] = 'Certificate signature type';
367+
$wb['le_auto_cleanup_txt'] = 'Automatically purge unused Let\'s Encrypt certificates';
368+
$wb['le_auto_cleanup_denylist_txt'] = 'Domains that should never be purged';
369+
$wb['le_auto_cleanup_denylist_note_txt'] = 'Comma separated list of domain globs that should not be purged. <br>E.g. <code>mail.*, externally-managed.example.com</code> <br>Placeholders:';
370+
$wb['le_auto_cleanup_denylist_error_custom'] = 'Invalid list of domain globs';

interface/web/admin/lib/lang/es_server_config.lng

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,3 +363,8 @@ $wb['sysbackup_copies_txt'] = 'Número de copias de seguridad del sistema';
363363
$wb['sysbackup_copies_error_empty'] = 'El número de copias de seguridad del sistema no debe estar vacío';
364364
$wb['sysbackup_copies_error_regex'] = 'El número de copias de seguridad del sistema debe ser un número entre 1 y 3';
365365
$wb['sysbackup_copies_note_txt'] = '(0 = desactivado)';
366+
$wb['le_signature_type_txt'] = 'Certificate signature type';
367+
$wb['le_auto_cleanup_txt'] = 'Automatically purge unused Let\'s Encrypt certificates';
368+
$wb['le_auto_cleanup_denylist_txt'] = 'Domains that should never be purged';
369+
$wb['le_auto_cleanup_denylist_note_txt'] = 'Comma separated list of domain globs that should not be purged. <br>E.g. <code>mail.*, externally-managed.example.com</code> <br>Placeholders:';
370+
$wb['le_auto_cleanup_denylist_error_custom'] = 'Invalid list of domain globs';

0 commit comments

Comments
 (0)