From bb586ec1a99abc46b0083652aecd9eae3dcc99b3 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 15 Apr 2013 13:56:16 -0700 Subject: [PATCH] indicate use_ssl not implemented, experimental --- config/locales/server.da.yml | 2 +- config/locales/server.en.yml | 2 +- config/locales/server.es.yml | 2 +- config/locales/server.id.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/locales/server.da.yml b/config/locales/server.da.yml index 4cde025210a..7a201d737d3 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 277d8aaf562..3b266d75d5a 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 7ed29e2cbaa..2c78f03e8da 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 5739a52ecd5..1bc1b55ffdb 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"