From 40e7f5664ed0ff0f021adce0d9459169f8645dcc Mon Sep 17 00:00:00 2001 From: Boris Gulay Date: Fri, 20 May 2016 16:57:14 +0300 Subject: [PATCH] Missing string added. --- localization/en_US.inc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/localization/en_US.inc b/localization/en_US.inc index 387e654..d20ad63 100644 --- a/localization/en_US.inc +++ b/localization/en_US.inc @@ -13,8 +13,14 @@ $labels['form.enabled'] = 'Enabled'; // Label $labels['form.label'] = 'Label'; -// Server URI -$labels['form.server']='Server URI'; +// Server host name +$labels['form.host']='Server host name'; + +// Secure connection (SSL/TLS) +$labels['form.secure']='Secure connection (SSL/TLS)'; + +// Port +$labels['form.port']='Port'; // Username $labels['form.username'] = 'Username';