Skip to content

Commit 0e18fc6

Browse files
WEB. Improved Lets Encrypt interface
1 parent e91f5c6 commit 0e18fc6

36 files changed

+122
-13
lines changed

web/css/styles.min.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2623,6 +2623,15 @@ a.vst-text:active b{
26232623
margin: 2px 6px 0 3px;
26242624
padding: 5px;
26252625
}
2626+
.lets-encrypt-note {
2627+
color: #89a40a !important;
2628+
font-style: italic;
2629+
font-weight: normal !important;
2630+
height: 30px;
2631+
padding-top: 10px;
2632+
vertical-align: top;
2633+
}
2634+
26262635
.additional-control {
26272636
margin-left: 17px;
26282637
color: #2C9491;
@@ -2695,6 +2704,7 @@ td.hint {
26952704
font-style: italic;
26962705
font-weight: normal;
26972706
}
2707+
.ftp-path-prefix { padding-top: 7px; }
26982708

26992709
.ui-button,
27002710
.button {

web/inc/i18n/ar.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@
190190
'template' => 'نموذج',
191191
'SSL Support' => 'دعم SSL',
192192
'SSL Home Directory' => 'المجلد الرئيسي لـ SSL',
193+
'Lets Encrypt Support' => 'Lets Encrypt Support',
194+
'Lets Encrypt' => 'Lets Encrypt',
195+
'Your certificate will be automatically issued in 5 minutes' => 'Your certificate will be automatically issued in 5 minutes',
193196
'Proxy Support' => 'دغم بروكسي',
194197
'Proxy Extensions' => 'توسعات بروكسي',
195198
'Web Statistics' => 'إحصائيات الوب',

web/inc/i18n/bs.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@
190190
'template' => 'šablon',
191191
'SSL Support' => 'SSL podrška',
192192
'SSL Home Directory' => 'SSL direktorij',
193+
'Lets Encrypt Support' => 'Lets Encrypt Support',
194+
'Your certificate will be automatically issued in 5 minutes' => 'Your certificate will be automatically issued in 5 minutes',
195+
'Lets Encrypt' => 'Lets Encrypt',
193196
'Proxy Support' => 'Proxy podrška',
194197
'Proxy Extensions' => 'Proxy ekstenzije',
195198
'Web Statistics' => 'Web statistika',

web/inc/i18n/cn.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,9 @@
191191
'template' => '模板',
192192
'SSL Support' => 'SSL支持',
193193
'SSL Home Directory' => 'SSL主目录',
194+
'Lets Encrypt Support' => 'Lets Encrypt Support',
195+
'Lets Encrypt' => 'Lets Encrypt',
196+
'Your certificate will be automatically issued in 5 minutes' => 'Your certificate will be automatically issued in 5 minutes',
194197
'Proxy Support' => '代理支持',
195198
'Proxy Extensions' => '代理扩展名',
196199
'Web Statistics' => '网站统计',

web/inc/i18n/cz.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,9 @@
191191
'template' => 'šablona',
192192
'SSL Support' => 'SSL podpora',
193193
'SSL Home Directory' => 'SSL home adresář',
194+
'Lets Encrypt Support' => 'Lets Encrypt Support',
195+
'Lets Encrypt' => 'Lets Encrypt',
196+
'Your certificate will be automatically issued in 5 minutes' => 'Your certificate will be automatically issued in 5 minutes',
194197
'Proxy Support' => 'Proxy podpora',
195198
'Proxy Extensions' => 'Proxy rozšíření',
196199
'Web Statistics' => 'Webové statistiky',

web/inc/i18n/da.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@
192192
'template' => 'skabelon',
193193
'SSL Support' => 'SSL Support',
194194
'SSL Home Directory' => 'SSL Home',
195+
'Lets Encrypt Support' => 'Lets Encrypt Support',
196+
'Lets Encrypt' => 'Lets Encrypt',
197+
'Your certificate will be automatically issued in 5 minutes' => 'Your certificate will be automatically issued in 5 minutes',
195198
'Proxy Support' => 'Proxy Support',
196199
'Proxy Extensions' => 'Proxy Tilføjelser',
197200
'Web Statistics' => 'Web Statistik',

web/inc/i18n/de.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@
190190
'template' => 'Template',
191191
'SSL Support' => 'SSL Unterstützung',
192192
'SSL Home Directory' => 'SSL Homeverzeichnis',
193+
'Lets Encrypt Support' => 'Lets Encrypt Support',
194+
'Lets Encrypt' => 'Lets Encrypt',
195+
'Your certificate will be automatically issued in 5 minutes' => 'Your certificate will be automatically issued in 5 minutes',
193196
'Proxy Support' => 'Proxy Unterstützung',
194197
'Proxy Extensions' => 'Proxy Erweiterungen',
195198
'Web Statistics' => 'Web Statistiken',

web/inc/i18n/el.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,9 @@
191191
'template' => 'template',
192192
'SSL Support' => 'Υποστήριξη SSL',
193193
'SSL Home Directory' => 'Αρχικός Κατάλογος SSL',
194+
'Lets Encrypt Support' => 'Lets Encrypt Support',
195+
'Lets Encrypt' => 'Lets Encrypt',
196+
'Your certificate will be automatically issued in 5 minutes' => 'Your certificate will be automatically issued in 5 minutes',
194197
'Proxy Support' => 'Υποστήριξη Proxy',
195198
'Proxy Extensions' => 'Πρόσθετα Proxy',
196199
'Web Statistics' => 'Στατιστικά Web',

web/inc/i18n/en.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@
190190
'template' => 'template',
191191
'SSL Support' => 'SSL Support',
192192
'SSL Home Directory' => 'SSL Home',
193+
'Lets Encrypt Support' => 'Lets Encrypt Support',
194+
'Lets Encrypt' => 'Lets Encrypt',
193195
'Proxy Support' => 'Proxy Support',
194196
'Proxy Extensions' => 'Proxy Extensions',
195197
'Web Statistics' => 'Web Statistics',

web/inc/i18n/es.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,9 @@
191191
'template' => 'plantilla',
192192
'SSL Support' => 'Soporte SSL',
193193
'SSL Home Directory' => 'SSL Del Directorio Local',
194+
'Lets Encrypt Support' => 'Lets Encrypt Support',
195+
'Lets Encrypt' => 'Lets Encrypt',
196+
'Your certificate will be automatically issued in 5 minutes' => 'Your certificate will be automatically issued in 5 minutes',
194197
'Proxy Support' => 'Soporte Proxy',
195198
'Proxy Extensions' => 'Extensiones Proxy',
196199
'Web Statistics' => 'Estadísticas Web',

0 commit comments

Comments
 (0)