diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 6cece314be5..73775f6d3a3 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -230,126 +230,127 @@ en: description: "You have been re-subscribed." site_settings: - min_post_length: "minimum post length" - max_post_length: "maximum post length" - min_topic_title_length: "minimum topic title length" - max_topic_title_length: "maximum topic title length" - allow_duplicate_topic_titles: "whether users can create topics with the same titles" + min_post_length: "Minimum post length in characters" + max_post_length: "Maximum post length in characters" + min_topic_title_length: "Minimum topic title length in characters" + max_topic_title_length: "Maximum topic title length in characters" + allow_duplicate_topic_titles: "Allow topics with identical titles" unique_posts_mins: "How many minutes before a user can make a post with the same content again" - enforce_global_nicknames: "Enforce global nickname uniqueness. Note: Only change during initial setup." - discourse_org_access_key: "The access key used to access the discourse.org nickname registry" - educate_until_posts: "Show education until the user has made this many posts" - title: "title of this website" - secret_token: "secret token used to secure cookies" - restrict_access: "restrict forum access unless this password is entered" - access_password: "restrict_access is enabled ensure that this password is entered" - queue_jobs: "queue various jobs in sidekiq, if false queues are inline" - crawl_images: "enable retrieving of images from third party sources" - ninja_edit_window: "how quickly you can make an edit without it saving a new version, in seconds." - enable_imgur: "enable imgur api for uploading, don't host files locally" - imgur_api_key: "imgur.com api key - required for image upload" - imgur_endpoint: "end point for uploading imgur.com images" - max_image_width: "maximum width for an image in a post" - category_featured_topics: "number of topics displayed in the category list" - popup_delay: "Length of time in ms before popups appear on the screen" + enforce_global_nicknames: "Enforce global nickname uniqueness (WARNING: only change this during initial setup)" + discourse_org_access_key: "The access key used to access the Discourse Hub nickname registry at discourse.org" + educate_until_posts: "Show pop-up composer education panel until the user has made this many posts" + title: "Title of this website" + secret_token: "Secret token used to secure cookies" + restrict_access: "Restrict forum access unless a password is entered" + access_password: "When restricted access is enabled, this password must be entered" + queue_jobs: "Queue various jobs in sidekiq, if false queues are inline" + crawl_images: "Enable retrieving images from third party sources to insert width and height dimensions" + ninja_edit_window: "Number of seconds after posting where edits do not create a new version" + enable_imgur: "Enable imgur api for uploading, don't host files locally" + imgur_api_key: "Your imgur.com api key, required for image upload to function" + imgur_endpoint: "End point for uploading imgur.com images" + max_image_width: "Maximum allowed width of images in a post" + category_featured_topics: "Number of topics displayed per category in the /categories page" + popup_delay: "Milliseconds of hover time before popups appear on the screen" add_rel_nofollow_to_user_content: "Add rel nofollow to all submitted user content, except for internal links (including parent domains) changing this requires you update all your baked markdown" exclude_rel_nofollow_domains: "A comma delimited list of domains where nofollow is not added (tld.com will automatically allow sub.tld.com as well)" - post_excerpt_maxlength: "Maximum length in chars of a post's excerpt." - post_onebox_maxlength: "Maximum length of a oneboxed discourse post." - new_topics_rollup: "How many topics can be inserted on the topic list before rolling up." - onebox_max_chars: "The maximum amount of characters a onebox will import in a text blob." + + post_excerpt_maxlength: "Maximum length in chars of a post's excerpt" + post_onebox_maxlength: "Maximum length of a oneboxed Discourse post" + category_post_template: "The category definition post template used when you create a new category" + new_topics_rollup: "How many new topics can be inserted on the topic list before rolling up into a count" + onebox_max_chars: "Maximum characters a onebox will import from an external website into the post" + logo_url: "The logo for your site eg: http://xyz.com/x.png" - logo_small_url: "The small logo for your site (shows up on topic pages) eg: http://xyz.com/x.png" - favicon_url: "A favicon for your site" - notification_email: "The email address used to notify users of lost passwords, new accounts etc." + logo_small_url: "The small logo for your site used when scrolling down on topics eg: http://xyz.com/x-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?" best_of_score_threshold: "The minimum score of a post to be included in the 'best of'" - best_of_posts_required: "A topic needs this many posts before the 'best of' mode will be enabled." - best_of_likes_required: "A topic needs this many likes before the 'best of' mode will be enabled." - enable_private_messages: "Allow members to create private messages and conversations" + 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" + enable_private_messages: "Allow trust level 1 users to create private messages and conversations" - enable_long_polling: "Message bus used for notification can use long polling." - long_polling_interval: "Interval in milliseconds before a new long poll is issued" + enable_long_polling: "Message bus used for notification can use long polling" + long_polling_interval: "Interval before a new long poll is issued in milliseconds " + polling_interval: "How often should logged in user clients poll in milliseconds" + anon_polling_interval: "How often should anonymous clients poll in milliseconds" - polling_interval: "How often should the client poll in milliseconds" - anon_polling_interval: "How often should the anon clients poll in milliseconds" + auto_track_topics_after: "Global default milliseconds before a topic is automatically tracked, users can override (0 for always, -1 for never)" + new_topic_duration_minutes: "Global default number of minutes a topic is considered new, users can override (-1 for always, -2 for last visit)" - auto_track_topics_after: "How many milliseconds before a topic is automatically tracked (0 for always, -1 for never)" - new_topic_duration_minutes: "How many minutes is a topic considered new (-1 for always, -2 for last visit)" + flags_required_to_hide_post: "Number of flags that cause a post to be automatically hidden and PM sent to the user (0 for never)" + cooldown_minutes_after_hiding_posts: "Number of minutes a user must wait before they can edit the post that was hidden due to flagging" - flags_required_to_hide_post: "Posts will be automatically hidden once the flag count reaches this threshold (0 for never)" - cooldown_minutes_after_hiding_posts: "How many minutes must a user wait till they can edit their post after it is hidden due to flagging" - - traditional_markdown_linebreaks: "Use traditional linebreaks in markdown, wrapping is implicit unless postfixed with 2 spaces" - post_undo_action_window_mins: "The window in which someone can reverse an action on a post (such as liking)" - must_approve_users: "The owners of the forum must approve users before they gain access." - ga_tracking_code: "Google analytics tracking code, see: http://google.com/analytics" - top_menu: "The order of the items in the top menu. Example popular|read|favorited|unread|new|posted|categories" - post_menu: "The order of the items on the post menu." - max_length_show_reply: "Embedded replies to posts won't be shown if they directly below and are below this length." - track_external_right_clicks: "Track external links that are right clicked (eg: open in new tab) disabled by default cause it has to re-write urls, hurting usability" - topics_per_page: "How many topics to show on the topics list page." + traditional_markdown_linebreaks: "Use traditional linebreaks in Markdown, instead of requiring two trailing spaces for a linebreak" + post_undo_action_window_mins: "Number of seconds users are allowed to reverse actions on a post (like, flag, etc)" + must_approve_users: "Admins must approve all users before they gain access" + ga_tracking_code: "Google analytics tracking code code, eg: UA-12345678-9; see http://google.com/analytics" + top_menu: "Determine which items appear in the homepage navigation, and in what order. Example popular|read|favorited|unread|new|posted|categories" + post_menu: "Determine which items appear on the post menu, and in what order. Example like|edit|flag|delete|share|bookmark|reply" + track_external_right_clicks: "Track external links that are right clicked (eg: open in new tab) disabled by default because it rewrites URLs" + topics_per_page: "How many topics are loaded by default on the topics list page" posts_per_page: "How many posts are returned on a topic page" - system_username: "Username that sends system messages" + system_username: "Username for the author of automated private messages sent by the forum" send_welcome_message: "Do new users get a welcome private message?" - supress_reply_directly_below: "Don't show replies button below a post when the reply is directly below" + supress_reply_directly_below: "Don't show reply count on a post when there is a single reply directly below" allow_index_in_robots_txt: "Site should be indexed by search engines (update robots.txt)" email_domains_blacklist: "A pipe-delimited list of email domains that are not allowed. Example: mailinator.com|trashmail.net" - version_checks: 'Whether to check for Discourse updates and report them on the admin dashboard.' + version_checks: "Ping Discourse Hub for version updates and report them on the admin dashboard." - port: "If you'd like to specify a port in the URL. Useful in development mode. Leave blank for none." - force_hostname: "If you'd like to specify a hostname in the URL. Useful in development mode. Leave blank for none." + port: "If you'd like to specify a port in the URL. Useful in development mode. Leave blank for none" + force_hostname: "If you'd like to specify a hostname in the URL. Useful in development mode. Leave blank for none" - invite_expiry_days: "How long (in days) that invite keys are valid." + invite_expiry_days: "How long user invitation keys are valid, in days" # TODO: perhaps we need a way of protecting these settings for hosted solution, global settings ... - twitter_consumer_key: "consumer key registered at dev.twitter.com (used for twitter auth)" - twitter_consumer_secret: "consumer secret registered at dev.twitter.com (used for twitter auth)" + twitter_consumer_key: "Consumer key for Twitter authentication, registered at http://dev.twitter.com" + twitter_consumer_secret: "Consumer secret for Twitter authentication, registered at http://dev.twitter.com" - facebook_app_id: "app id, registered at https://developers.facebook.com/apps (used for facebook auth)" - facebook_app_secret: "app secret, registered at https://developers.facebook.com/apps (used for facebook auth)" + facebook_app_id: "App id for Facebook authentication, registered at https://developers.facebook.com/apps" + facebook_app_secret: "App secret for Facebook authentication, registered at https://developers.facebook.com/apps" - allow_import: "Allow import, which will replace ALL site data. Set to false unless you plan to do imports." + allow_import: "Allow import, which can replace ALL site data; leave false unless you plan to do imports" - active_user_rate_limit_secs: "How frequently we update the 'last_seen_at' field, in seconds." - previous_visit_timeout_hours: "How long a visit lasts before we consider it the 'previous' visit, in hours." + active_user_rate_limit_secs: "How frequently we update the 'last_seen_at' field, in seconds" + previous_visit_timeout_hours: "How long a visit lasts before we consider it the 'previous' visit, in hours" - uncategorized_name: "The name for the uncategorized topics on the category list" - max_mentions_per_post: "The maximum amount of @notifications you can add to a post" + uncategorized_name: "The default category for topics that have no category in the /categories page" + max_mentions_per_post: "Maximum number of @name notifications you can use in a single post" - rate_limit_create_topic: "How many seconds before you can create another topic" - rate_limit_create_post: "How many seconds before you can create another post" + rate_limit_create_topic: "How many seconds, after creating a topic, before you can create another topic" + rate_limit_create_post: "How many seconds, after creating a post, before you can create another post" - max_likes_per_day: "The maximum amount of likes a user can perform in a day" - max_flags_per_day: "The maximum amount of flags a user can perform in a day" - max_bookmarks_per_day: "The maximum amount of bookmarks a user can create in a day" - max_edits_per_day: "The maximum amount of edits a user can perform in a day" - max_favorites_per_day: "The maximum amount of topics that can be favorited in a day" - max_topics_per_day: "The maximum amount of topics you can create in a day" + max_likes_per_day: "Maximum number of likes a user can perform in a day" + max_flags_per_day: "Maximum number of flags a user can perform in a day" + max_bookmarks_per_day: "Maximum number of bookmarks a user can create in a day" + max_edits_per_day: "Maximum number of edits a user can perform in a day" + max_favorites_per_day: "Maximum number of topics that can be favorited in a day" + max_topics_per_day: "Maximum number of topics a user can create in a day" max_private_messages_per_day: "The maximum amount of private messages you can send in a day" - suggested_topics: "The amount of suggested topics you'll see at the bottom of a topic" + suggested_topics: "The number of suggested topics at the bottom of a topic" - enable_s3_uploads: "Whether or not to put uploads on s3" - s3_upload_bucket: "The bucket we want to upload into for s3" + enable_s3_uploads: "Place uploads on Amazon S3" + s3_upload_bucket: "The Amazon S3 bucket files will be uploaded into" - default_invitee_trust_level: "The default trust level for invited users" - default_trust_level: "The default trust level for users" + default_invitee_trust_level: "Default trust level (0-5) for invited users" + default_trust_level: "Default trust level (0-5) for users" - basic_requires_topics_entered: "How many a topics a user needs to have entered to be promoted to basic level" - basic_requires_read_posts: "How many posts a user needs to have read to be promoted to basic level" - basic_requires_time_spent_mins: "How many mins a user needs to have spent reading posts to be promoted to basic level" + basic_requires_topics_entered: "How many a topics a new user must enter before promotion to basic (1) trust level" + basic_requires_read_posts: "How many posts a new user must read before promotion to basic (1) trust level" + basic_requires_time_spent_mins: "How many minutes a new user must read posts before promotion to basic (1) trust level" - auto_link_images_wider_than: "How wide does an image need to be, to be considered for auto link and lightbox treatment" + auto_link_images_wider_than: "Images wider than this, in pixels, will get auto link and lightbox treatment" - email_time_window_mins: "How many minutes we wait before sending a user mail, to give them a chance to see it first." - flush_timings_secs: "How frequently we flush timing data to the server, in seconds." - max_word_length: "The maximum word length in a topic title" - title_min_entropy: "The minimum entropy for a topic title" - body_min_entropy: "The minimum entropy for post body" - new_user_period_days: "How long a user is highlighted as being new, in days." + email_time_window_mins: "How many minutes we wait before sending a user mail, to give them a chance to see it first" + flush_timings_secs: "How frequently we flush timing data to the server, in seconds" + max_word_length: "The maximum allowed word length, in characters, in a topic title" + title_min_entropy: "The minimum allowed entropy for a topic title" + body_min_entropy: "The minimum allowed entropy for post body" + new_user_period_days: "How long a user is highlighted as being new, in days" title_fancy_entities: "Convert fancy HTML entities in topic titles" - + notification_types: mentioned: "%{display_username} mentioned you in %{link}" liked: "%{display_username} liked your post in %{link}"