File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
interface/web/admin/lib/lang Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -91,10 +91,12 @@ $wb['apps_vhost_servername_txt'] = 'Apps-vhost Domain';
9191$wb['bind_user_txt'] = 'BIND User';
9292$wb['bind_group_txt'] = 'BIND Group';
9393$wb['bind_zonefiles_dir_txt'] = 'BIND zonefiles directory';
94+ $wb['bind_keyfiles_dir_txt'] = 'BIND keyfiles directory';
9495$wb['named_conf_path_txt'] = 'BIND named.conf path';
9596$wb['bind_user_error_empty'] = 'BIND user is empty.';
9697$wb['bind_group_error_empty'] = 'BIND group is empty.';
9798$wb['bind_zonefiles_dir_error_empty'] = 'BIND zonefiles directory is empty.';
99+ $wb['bind_keyfiles_dir_error_empty'] = 'BIND keyfiles directory is empty.';
98100$wb['named_conf_path_error_empty'] = 'BIND named.conf path is empty.';
99101$wb['named_conf_local_path_error_empty'] = 'BIND named.conf.local path is empty.';
100102$wb['mail_filter_syntax_txt'] = 'Mailfilter Syntax';
@@ -273,6 +275,7 @@ $wb['awstats_buildstaticpages_pl_error_regex'] = 'Invalid awstats_buildstaticpag
273275$wb['invalid_bind_user_txt'] = 'Invalid BIND user.';
274276$wb['invalid_bind_group_txt'] = 'Invalid BIND group.';
275277$wb['bind_zonefiles_dir_error_regex'] = 'Invalid BIND zonefiles directory.';
278+ $wb['bind_keyfiles_dir_error_regex'] = 'Invalid BIND keyfiles directory.';
276279$wb['named_conf_path_error_regex'] = 'Invalid named.conf path.';
277280$wb['named_conf_local_path_error_regex'] = 'Invalid named.conf.local path.';
278281$wb['fastcgi_starter_path_error_regex'] = 'Invalid fastcgi starter path.';
You can’t perform that action at this time.
0 commit comments