Skip to content

Commit 018c55d

Browse files
author
Marius Cramer
committed
1 parent 1fbf0d3 commit 018c55d

25 files changed

+204
-2
lines changed

interface/web/sites/form/web_domain.tform.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,12 @@
232232
'default' => 'n',
233233
'value' => array(0 => 'n', 1 => 'y')
234234
),
235+
'ssl_letsencrypt' => array (
236+
'datatype' => 'VARCHAR',
237+
'formtype' => 'CHECKBOX',
238+
'default' => 'n',
239+
'value' => array(0 => 'n', 1 => 'y')
240+
),
235241
'php' => array (
236242
'datatype' => 'VARCHAR',
237243
'formtype' => 'SELECT',

interface/web/sites/lib/lang/ar_web_domain.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ $wb['ssi_txt'] = 'SSI';
2828
$wb['errordocs_txt'] = 'Own Error-Documents';
2929
$wb['subdomain_txt'] = 'Auto-Subdomain';
3030
$wb['ssl_txt'] = 'SSL';
31+
$wb['ssl_letsencrypt_txt'] = 'Let\'s Encrypt';
3132
$wb['suexec_txt'] = 'SuEXEC';
3233
$wb['php_txt'] = 'PHP';
3334
$wb['client_txt'] = 'Client';

interface/web/sites/lib/lang/bg_web_domain.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ $wb['cgi_txt'] = 'CGI';
2626
$wb['ssi_txt'] = 'SSI';
2727
$wb['errordocs_txt'] = 'Собствени страници за грешки';
2828
$wb['ssl_txt'] = 'SSL';
29+
$wb['ssl_letsencrypt_txt'] = 'Let\'s Encrypt';
2930
$wb['suexec_txt'] = 'SuEXEC';
3031
$wb['php_txt'] = 'PHP';
3132
$wb['client_txt'] = 'Клиент';

interface/web/sites/lib/lang/br_web_domain.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ $wb['ssi_txt'] = 'SSI';
2727
$wb['errordocs_txt'] = 'Suas Páginas de Erro';
2828
$wb['subdomain_txt'] = 'Auto-Subdomínio';
2929
$wb['ssl_txt'] = 'SSL';
30+
$wb['ssl_letsencrypt_txt'] = 'Let\'s Encrypt';
3031
$wb['suexec_txt'] = 'SuEXEC';
3132
$wb['php_txt'] = 'PHP';
3233
$wb['client_txt'] = 'Cliente';

interface/web/sites/lib/lang/cz_web_domain.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ $wb['cgi_txt'] = 'CGI';
2727
$wb['ssi_txt'] = 'SSI';
2828
$wb['subdomain_txt'] = 'Automatická subdoména';
2929
$wb['ssl_txt'] = 'SSL';
30+
$wb['ssl_letsencrypt_txt'] = 'Let\'s Encrypt';
3031
$wb['suexec_txt'] = 'SuEXEC';
3132
$wb['php_txt'] = 'PHP';
3233
$wb['client_txt'] = 'Klient';

interface/web/sites/lib/lang/de_web_domain.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ $wb['traffic_quota_txt'] = 'Transfervolumenbeschränkung';
2727
$wb['cgi_txt'] = 'CGI';
2828
$wb['ssi_txt'] = 'SSI';
2929
$wb['ssl_txt'] = 'SSL';
30+
$wb['ssl_letsencrypt_txt'] = 'Let\'s Encrypt';
3031
$wb['suexec_txt'] = 'SuEXEC';
3132
$wb['php_txt'] = 'PHP';
3233
$wb['client_txt'] = 'Kunde';

interface/web/sites/lib/lang/el_web_domain.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ $wb['ssi_txt'] = 'SSI';
3030
$wb['errordocs_txt'] = 'Προσωπικά έγγραφα σφάλματος';
3131
$wb['subdomain_txt'] = 'Auto-Subdomain';
3232
$wb['ssl_txt'] = 'SSL';
33+
$wb['ssl_letsencrypt_txt'] = 'Let\'s Encrypt';
3334
$wb['suexec_txt'] = 'SuEXEC';
3435
$wb['php_txt'] = 'PHP';
3536
$wb['client_txt'] = 'Πελάτης';

interface/web/sites/lib/lang/en_web_domain.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ $wb["ssi_txt"] = 'SSI';
3333
$wb["errordocs_txt"] = 'Own Error-Documents';
3434
$wb["subdomain_txt"] = 'Auto-Subdomain';
3535
$wb["ssl_txt"] = 'SSL';
36+
$wb['ssl_letsencrypt_txt'] = 'Let\'s Encrypt';
3637
$wb["suexec_txt"] = 'SuEXEC';
3738
$wb["php_txt"] = 'PHP';
3839
$wb["client_txt"] = 'Client';

interface/web/sites/lib/lang/fi_web_domain.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ $wb['traffic_quota_txt'] = 'Liikenneraja';
2525
$wb['cgi_txt'] = 'CGI';
2626
$wb['ssi_txt'] = 'SSI';
2727
$wb['ssl_txt'] = 'SSL';
28+
$wb['ssl_letsencrypt_txt'] = 'Let\'s Encrypt';
2829
$wb['suexec_txt'] = 'SuEXEC';
2930
$wb['php_txt'] = 'PHP';
3031
$wb['client_txt'] = 'Asiakas';

interface/web/sites/lib/lang/fr_web_domain.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ $wb['cgi_txt'] = 'CGI';
2525
$wb['ssi_txt'] = 'SSI';
2626
$wb['errordocs_txt'] = 'Pages derreurs personnalisées';
2727
$wb['ssl_txt'] = 'SSL';
28+
$wb['ssl_letsencrypt_txt'] = 'Let\'s Encrypt';
2829
$wb['suexec_txt'] = 'SuEXEC';
2930
$wb['php_txt'] = 'PHP';
3031
$wb['client_txt'] = 'Client';

0 commit comments

Comments
 (0)