diff --git a/config/locales/server.da.yml b/config/locales/server.da.yml index 4cde025210..7a201d737d 100644 --- a/config/locales/server.da.yml +++ b/config/locales/server.da.yml @@ -322,7 +322,7 @@ da: logo_small_url: "The small logo for your site used when scrolling down on topics eg: http://example.com/logo-small.png" favicon_url: "A favicon for your site, see http://en.wikipedia.org/wiki/Favicon" notification_email: "The return email address used when sending system emails such as notifying users of lost passwords, new accounts etc" - use_ssl: "Should the site be accessible via SSL?" + use_ssl: "Should the site be accessible via SSL? (NOT IMPLEMENTED, EXPERIMENTAL)" best_of_score_threshold: "The minimum score of a post to be included in the 'best of'" best_of_posts_required: "Minimum posts in a topic before 'best of' mode is enabled" best_of_likes_required: "Minimum likes in a topic before the 'best of' mode will be enabled" diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 277d8aaf56..3b266d75d5 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -383,7 +383,7 @@ en: logo_small_url: "The small logo for your site used when scrolling down on topics eg: http://example.com/logo-small.png" favicon_url: "A favicon for your site, see http://en.wikipedia.org/wiki/Favicon" notification_email: "The return email address used when sending system emails such as notifying users of lost passwords, new accounts etc" - use_ssl: "Should the site be accessible via SSL?" + use_ssl: "Should the site be accessible via SSL? (NOT IMPLEMENTED, EXPERIMENTAL)" best_of_score_threshold: "The minimum score of a post to be included in the 'best of'" best_of_posts_required: "Minimum posts in a topic before 'best of' mode is enabled" best_of_likes_required: "Minimum likes in a topic before the 'best of' mode will be enabled" diff --git a/config/locales/server.es.yml b/config/locales/server.es.yml index 7ed29e2cba..2c78f03e8d 100755 --- a/config/locales/server.es.yml +++ b/config/locales/server.es.yml @@ -312,7 +312,7 @@ es: logo_small_url: "The small logo for your site used when scrolling down on topics eg: http://example.com/logo-small.png" favicon_url: "A favicon for your site, see http://en.wikipedia.org/wiki/Favicon" notification_email: "The return email address used when sending system emails such as notifying users of lost passwords, new accounts etc" - use_ssl: "Should the site be accessible via SSL?" + use_ssl: "Should the site be accessible via SSL? (NOT IMPLEMENTED, EXPERIMENTAL)" best_of_score_threshold: "The minimum score of a post to be included in the 'best of'" best_of_posts_required: "Minimum posts in a topic before 'best of' mode is enabled" best_of_likes_required: "Minimum likes in a topic before the 'best of' mode will be enabled" diff --git a/config/locales/server.id.yml b/config/locales/server.id.yml index 5739a52ecd..1bc1b55ffd 100644 --- a/config/locales/server.id.yml +++ b/config/locales/server.id.yml @@ -326,7 +326,7 @@ id: logo_small_url: "The small logo for your site used when scrolling down on topics eg: http://example.com/logo-small.png" favicon_url: "A favicon for your site, see http://en.wikipedia.org/wiki/Favicon" notification_email: "The return email address used when sending system emails such as notifying users of lost passwords, new accounts etc" - use_ssl: "Should the site be accessible via SSL?" + use_ssl: "Should the site be accessible via SSL? (NOT IMPLEMENTED, EXPERIMENTAL)" best_of_score_threshold: "The minimum score of a post to be included in the 'best of'" best_of_posts_required: "Minimum posts in a topic before 'best of' mode is enabled" best_of_likes_required: "Minimum likes in a topic before the 'best of' mode will be enabled"