Skip to content

Commit 2dffea3

Browse files
author
Marius Cramer
committed
Merge branch 'stable-3.0.5'
2 parents 8fe08ad + 018c55d commit 2dffea3

23 files changed

+189
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,12 @@
239239
'default' => 'n',
240240
'value' => array(0 => 'n', 1 => 'y')
241241
),
242+
'ssl_letsencrypt' => array (
243+
'datatype' => 'VARCHAR',
244+
'formtype' => 'CHECKBOX',
245+
'default' => 'n',
246+
'value' => array(0 => 'n', 1 => 'y')
247+
),
242248
'php' => array (
243249
'datatype' => 'VARCHAR',
244250
'formtype' => 'SELECT',

interface/web/sites/lib/lang/ar_web_vhost_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_vhost_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_vhost_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_vhost_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_vhost_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/fi_web_vhost_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_vhost_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';

interface/web/sites/lib/lang/hr_web_vhost_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'] = 'Vlastite error stranice';
3131
$wb['subdomain_txt'] = 'Automatska poddomena';
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'] = 'Klijent';

0 commit comments

Comments
 (0)