Loading lib/lang/cz_template.lng +4 −1 Original line number Diff line number Diff line Loading @@ -80,3 +80,6 @@ $wb["quota_error_isint"] = 'Velikost mailboxu musí být číslo.'; $wb["quota_error_value"] = 'Špatná hodnota kvóty. Povolené hodnoty jsou: 0 pro neomezeně nebo čísla > 1'; $wb['http_port_txt'] = 'HTTP Port'; $wb['https_port_txt'] = 'HTTPS Port'; $wb['log_retention_txt'] = 'Logfiles retention time'; $wb['log_retention_error_regex'] = 'Retention time in days (allowed values: min. 0 - max. 9999)'; lib/lang/en_template.lng +3 −1 Original line number Diff line number Diff line Loading @@ -79,3 +79,5 @@ $wb["quota_error_isint"] = 'Mailbox size must be a number.'; $wb["quota_error_value"] = 'Invalid quota value. Allowed values are: 0 for unlimited or numbers > 1'; $wb['http_port_txt'] = 'HTTP Port'; $wb['https_port_txt'] = 'HTTPS Port'; $wb['log_retention_txt'] = 'Logfiles retention time'; $wb['log_retention_error_regex'] = 'Retention time in days (allowed values: min. 0 - max. 9999)'; lib/lang/es_template.lng +2 −0 Original line number Diff line number Diff line Loading @@ -79,3 +79,5 @@ $wb["quota_error_isint"] = 'La cuota debe ser un numero.'; $wb["quota_error_value"] = 'Valor de cuota erroneo. Los valores permitidos son: 0 para ilimitada o numeros > 1'; $wb['http_port_txt'] = 'Puerto HTTP'; $wb['https_port_txt'] = 'Puerto HTTPS'; $wb['log_retention_txt'] = 'Logfiles retention time'; $wb['log_retention_error_regex'] = 'Retention time in days (allowed values: min. 0 - max. 9999)'; templates/template_site.htm +4 −0 Original line number Diff line number Diff line Loading @@ -120,6 +120,10 @@ {tmpl_var name="rewrite_to_https"} </div> </div> <div class="form-group"> <label for="log_retention" class="col-sm-3 control-label">{tmpl_var name='log_retention_txt'}</label> <div class="col-sm-9"><input name="log_retention" id="log_retention" value="{tmpl_var name='log_retention'}" type="text" class="form-control" /></div> </div> <div class="form-group apache"> <label for="allow_override" class="col-sm-3 control-label">{tmpl_var name='allow_override_txt'}</label> <div class="col-sm-9"> Loading Loading
lib/lang/cz_template.lng +4 −1 Original line number Diff line number Diff line Loading @@ -80,3 +80,6 @@ $wb["quota_error_isint"] = 'Velikost mailboxu musí být číslo.'; $wb["quota_error_value"] = 'Špatná hodnota kvóty. Povolené hodnoty jsou: 0 pro neomezeně nebo čísla > 1'; $wb['http_port_txt'] = 'HTTP Port'; $wb['https_port_txt'] = 'HTTPS Port'; $wb['log_retention_txt'] = 'Logfiles retention time'; $wb['log_retention_error_regex'] = 'Retention time in days (allowed values: min. 0 - max. 9999)';
lib/lang/en_template.lng +3 −1 Original line number Diff line number Diff line Loading @@ -79,3 +79,5 @@ $wb["quota_error_isint"] = 'Mailbox size must be a number.'; $wb["quota_error_value"] = 'Invalid quota value. Allowed values are: 0 for unlimited or numbers > 1'; $wb['http_port_txt'] = 'HTTP Port'; $wb['https_port_txt'] = 'HTTPS Port'; $wb['log_retention_txt'] = 'Logfiles retention time'; $wb['log_retention_error_regex'] = 'Retention time in days (allowed values: min. 0 - max. 9999)';
lib/lang/es_template.lng +2 −0 Original line number Diff line number Diff line Loading @@ -79,3 +79,5 @@ $wb["quota_error_isint"] = 'La cuota debe ser un numero.'; $wb["quota_error_value"] = 'Valor de cuota erroneo. Los valores permitidos son: 0 para ilimitada o numeros > 1'; $wb['http_port_txt'] = 'Puerto HTTP'; $wb['https_port_txt'] = 'Puerto HTTPS'; $wb['log_retention_txt'] = 'Logfiles retention time'; $wb['log_retention_error_regex'] = 'Retention time in days (allowed values: min. 0 - max. 9999)';
templates/template_site.htm +4 −0 Original line number Diff line number Diff line Loading @@ -120,6 +120,10 @@ {tmpl_var name="rewrite_to_https"} </div> </div> <div class="form-group"> <label for="log_retention" class="col-sm-3 control-label">{tmpl_var name='log_retention_txt'}</label> <div class="col-sm-9"><input name="log_retention" id="log_retention" value="{tmpl_var name='log_retention'}" type="text" class="form-control" /></div> </div> <div class="form-group apache"> <label for="allow_override" class="col-sm-3 control-label">{tmpl_var name='allow_override_txt'}</label> <div class="col-sm-9"> Loading